primereact 10.3.0 → 10.3.1
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.cjs.js +11 -8
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.d.ts +36 -1
- package/accordion/accordion.esm.js +11 -8
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +9 -6
- package/accordion/accordion.min.js +1 -1
- package/api/api.cjs.js +39 -33
- package/api/api.cjs.min.js +1 -1
- package/api/api.d.ts +13 -2
- package/api/api.esm.js +39 -33
- package/api/api.esm.min.js +1 -1
- package/api/api.js +39 -33
- package/api/api.min.js +1 -1
- package/autocomplete/autocomplete.cjs.js +3 -2
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.d.ts +6 -1
- package/autocomplete/autocomplete.esm.js +3 -2
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +3 -2
- package/autocomplete/autocomplete.min.js +1 -1
- package/blockui/blockui.cjs.js +8 -5
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +8 -5
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +8 -5
- package/blockui/blockui.min.js +1 -1
- package/calendar/calendar.cjs.js +80 -43
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.d.ts +3 -5
- package/calendar/calendar.esm.js +80 -43
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +80 -43
- package/calendar/calendar.min.js +1 -1
- package/carousel/carousel.cjs.js +1 -1
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +1 -1
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +1 -1
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/cascadeselect.cjs.js +42 -20
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.d.ts +27 -4
- package/cascadeselect/cascadeselect.esm.js +43 -21
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +43 -21
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/checkbox/checkbox.cjs.js +25 -25
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.esm.js +25 -25
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +26 -26
- package/checkbox/checkbox.min.js +1 -1
- package/chip/chip.cjs.js +5 -1
- package/chip/chip.cjs.min.js +1 -1
- package/chip/chip.d.ts +17 -2
- package/chip/chip.esm.js +5 -1
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +5 -1
- package/chip/chip.min.js +1 -1
- package/chips/chips.cjs.js +2 -1
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.esm.js +2 -1
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +2 -1
- package/chips/chips.min.js +1 -1
- package/colorpicker/colorpicker.d.ts +1 -1
- package/componentbase/componentbase.cjs.js +49 -8
- package/componentbase/componentbase.cjs.min.js +1 -1
- package/componentbase/componentbase.esm.js +50 -9
- package/componentbase/componentbase.esm.min.js +1 -1
- package/componentbase/componentbase.js +49 -8
- package/componentbase/componentbase.min.js +1 -1
- package/confirmdialog/confirmdialog.cjs.js +21 -18
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.d.ts +19 -3
- package/confirmdialog/confirmdialog.esm.js +21 -18
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +21 -18
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/confirmpopup.cjs.js +32 -120
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.d.ts +12 -2
- package/confirmpopup/confirmpopup.esm.js +35 -123
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +32 -120
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/contextmenu.cjs.js +1 -1
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.d.ts +1 -1
- package/contextmenu/contextmenu.esm.js +1 -1
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +1 -1
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +725 -458
- package/core/core.min.js +40 -40
- package/datatable/datatable.cjs.js +31 -24
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +4 -3
- package/datatable/datatable.esm.js +31 -24
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +31 -24
- package/datatable/datatable.min.js +1 -1
- package/dataview/dataview.d.ts +1 -1
- package/dialog/dialog.cjs.js +27 -118
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.d.ts +2 -2
- package/dialog/dialog.esm.js +34 -125
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +28 -119
- package/dialog/dialog.min.js +1 -1
- package/dropdown/dropdown.cjs.js +5 -3
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.d.ts +1 -1
- package/dropdown/dropdown.esm.js +5 -3
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +6 -4
- package/dropdown/dropdown.min.js +1 -1
- package/galleria/galleria.cjs.js +1 -1
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +1 -1
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +1 -1
- package/galleria/galleria.min.js +1 -1
- package/hooks/hooks.cjs.js +215 -76
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.d.ts +8 -4
- package/hooks/hooks.esm.js +215 -78
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +215 -76
- package/hooks/hooks.min.js +1 -1
- package/icons/arrowdown/index.cjs.js +1 -1
- package/icons/arrowdown/index.cjs.min.js +1 -1
- package/icons/arrowdown/index.esm.js +1 -1
- package/icons/arrowdown/index.esm.min.js +1 -1
- package/icons/arrowdown/index.js +1 -1
- package/icons/arrowdown/index.min.js +1 -1
- package/icons/arrowup/index.cjs.js +1 -1
- package/icons/arrowup/index.cjs.min.js +1 -1
- package/icons/arrowup/index.esm.js +1 -1
- package/icons/arrowup/index.esm.min.js +1 -1
- package/icons/arrowup/index.js +1 -1
- package/icons/arrowup/index.min.js +1 -1
- package/icons/ban/index.cjs.js +1 -1
- package/icons/ban/index.cjs.min.js +1 -1
- package/icons/ban/index.esm.js +1 -1
- package/icons/ban/index.esm.min.js +1 -1
- package/icons/ban/index.js +1 -1
- package/icons/ban/index.min.js +1 -1
- package/icons/download/index.cjs.js +1 -1
- package/icons/download/index.cjs.min.js +1 -1
- package/icons/download/index.esm.js +1 -1
- package/icons/download/index.esm.min.js +1 -1
- package/icons/download/index.js +1 -1
- package/icons/download/index.min.js +1 -1
- package/icons/exclamationtriangle/index.cjs.js +1 -1
- package/icons/exclamationtriangle/index.cjs.min.js +1 -1
- package/icons/exclamationtriangle/index.esm.js +1 -1
- package/icons/exclamationtriangle/index.esm.min.js +1 -1
- package/icons/exclamationtriangle/index.js +1 -1
- package/icons/exclamationtriangle/index.min.js +1 -1
- package/icons/eyeslash/index.cjs.js +1 -1
- package/icons/eyeslash/index.cjs.min.js +1 -1
- package/icons/eyeslash/index.esm.js +1 -1
- package/icons/eyeslash/index.esm.min.js +1 -1
- package/icons/eyeslash/index.js +1 -1
- package/icons/eyeslash/index.min.js +1 -1
- package/icons/filter/index.cjs.js +1 -1
- package/icons/filter/index.cjs.min.js +1 -1
- package/icons/filter/index.esm.js +1 -1
- package/icons/filter/index.esm.min.js +1 -1
- package/icons/filter/index.js +1 -1
- package/icons/filter/index.min.js +1 -1
- package/icons/filterslash/index.cjs.js +1 -1
- package/icons/filterslash/index.cjs.min.js +1 -1
- package/icons/filterslash/index.esm.js +1 -1
- package/icons/filterslash/index.esm.min.js +1 -1
- package/icons/filterslash/index.js +1 -1
- package/icons/filterslash/index.min.js +1 -1
- package/icons/infocircle/index.cjs.js +1 -1
- package/icons/infocircle/index.cjs.min.js +1 -1
- package/icons/infocircle/index.esm.js +1 -1
- package/icons/infocircle/index.esm.min.js +1 -1
- package/icons/infocircle/index.js +1 -1
- package/icons/infocircle/index.min.js +1 -1
- package/icons/pencil/index.cjs.js +1 -1
- package/icons/pencil/index.cjs.min.js +1 -1
- package/icons/pencil/index.esm.js +1 -1
- package/icons/pencil/index.esm.min.js +1 -1
- package/icons/pencil/index.js +1 -1
- package/icons/pencil/index.min.js +1 -1
- package/icons/plus/index.cjs.js +1 -1
- package/icons/plus/index.cjs.min.js +1 -1
- package/icons/plus/index.esm.js +1 -1
- package/icons/plus/index.esm.min.js +1 -1
- package/icons/plus/index.js +1 -1
- package/icons/plus/index.min.js +1 -1
- package/icons/refresh/index.cjs.js +1 -1
- package/icons/refresh/index.cjs.min.js +1 -1
- package/icons/refresh/index.esm.js +1 -1
- package/icons/refresh/index.esm.min.js +1 -1
- package/icons/refresh/index.js +1 -1
- package/icons/refresh/index.min.js +1 -1
- package/icons/search/index.cjs.js +1 -1
- package/icons/search/index.cjs.min.js +1 -1
- package/icons/search/index.esm.js +1 -1
- package/icons/search/index.esm.min.js +1 -1
- package/icons/search/index.js +1 -1
- package/icons/search/index.min.js +1 -1
- package/icons/searchminus/index.cjs.js +1 -1
- package/icons/searchminus/index.cjs.min.js +1 -1
- package/icons/searchminus/index.esm.js +1 -1
- package/icons/searchminus/index.esm.min.js +1 -1
- package/icons/searchminus/index.js +1 -1
- package/icons/searchminus/index.min.js +1 -1
- package/icons/searchplus/index.cjs.js +1 -1
- package/icons/searchplus/index.cjs.min.js +1 -1
- package/icons/searchplus/index.esm.js +1 -1
- package/icons/searchplus/index.esm.min.js +1 -1
- package/icons/searchplus/index.js +1 -1
- package/icons/searchplus/index.min.js +1 -1
- package/icons/sortalt/index.cjs.js +1 -1
- package/icons/sortalt/index.cjs.min.js +1 -1
- package/icons/sortalt/index.esm.js +1 -1
- package/icons/sortalt/index.esm.min.js +1 -1
- package/icons/sortalt/index.js +1 -1
- package/icons/sortalt/index.min.js +1 -1
- package/icons/sortamountdown/index.cjs.js +1 -1
- package/icons/sortamountdown/index.cjs.min.js +1 -1
- package/icons/sortamountdown/index.esm.js +1 -1
- package/icons/sortamountdown/index.esm.min.js +1 -1
- package/icons/sortamountdown/index.js +1 -1
- package/icons/sortamountdown/index.min.js +1 -1
- package/icons/sortamountupalt/index.cjs.js +1 -1
- package/icons/sortamountupalt/index.cjs.min.js +1 -1
- package/icons/sortamountupalt/index.esm.js +1 -1
- package/icons/sortamountupalt/index.esm.min.js +1 -1
- package/icons/sortamountupalt/index.js +1 -1
- package/icons/sortamountupalt/index.min.js +1 -1
- package/icons/spinner/index.cjs.js +1 -1
- package/icons/spinner/index.cjs.min.js +1 -1
- package/icons/spinner/index.esm.js +1 -1
- package/icons/spinner/index.esm.min.js +1 -1
- package/icons/spinner/index.js +1 -1
- package/icons/spinner/index.min.js +1 -1
- package/icons/star/index.cjs.js +1 -1
- package/icons/star/index.cjs.min.js +1 -1
- package/icons/star/index.esm.js +1 -1
- package/icons/star/index.esm.min.js +1 -1
- package/icons/star/index.js +1 -1
- package/icons/star/index.min.js +1 -1
- package/icons/starfill/index.cjs.js +1 -1
- package/icons/starfill/index.cjs.min.js +1 -1
- package/icons/starfill/index.esm.js +1 -1
- package/icons/starfill/index.esm.min.js +1 -1
- package/icons/starfill/index.js +1 -1
- package/icons/starfill/index.min.js +1 -1
- package/icons/thlarge/index.cjs.js +1 -1
- package/icons/thlarge/index.cjs.min.js +1 -1
- package/icons/thlarge/index.esm.js +1 -1
- package/icons/thlarge/index.esm.min.js +1 -1
- package/icons/thlarge/index.js +1 -1
- package/icons/thlarge/index.min.js +1 -1
- package/icons/timescircle/index.cjs.js +1 -1
- package/icons/timescircle/index.cjs.min.js +1 -1
- package/icons/timescircle/index.esm.js +1 -1
- package/icons/timescircle/index.esm.min.js +1 -1
- package/icons/timescircle/index.js +1 -1
- package/icons/timescircle/index.min.js +1 -1
- package/icons/trash/index.cjs.js +1 -1
- package/icons/trash/index.cjs.min.js +1 -1
- package/icons/trash/index.esm.js +1 -1
- package/icons/trash/index.esm.min.js +1 -1
- package/icons/trash/index.js +1 -1
- package/icons/trash/index.min.js +1 -1
- package/icons/undo/index.cjs.js +1 -1
- package/icons/undo/index.cjs.min.js +1 -1
- package/icons/undo/index.esm.js +1 -1
- package/icons/undo/index.esm.min.js +1 -1
- package/icons/undo/index.js +1 -1
- package/icons/undo/index.min.js +1 -1
- package/icons/upload/index.cjs.js +1 -1
- package/icons/upload/index.cjs.min.js +1 -1
- package/icons/upload/index.esm.js +1 -1
- package/icons/upload/index.esm.min.js +1 -1
- package/icons/upload/index.js +1 -1
- package/icons/upload/index.min.js +1 -1
- package/icons/windowmaximize/index.cjs.js +1 -1
- package/icons/windowmaximize/index.cjs.min.js +1 -1
- package/icons/windowmaximize/index.esm.js +1 -1
- package/icons/windowmaximize/index.esm.min.js +1 -1
- package/icons/windowmaximize/index.js +1 -1
- package/icons/windowmaximize/index.min.js +1 -1
- package/icons/windowminimize/index.cjs.js +1 -1
- package/icons/windowminimize/index.cjs.min.js +1 -1
- package/icons/windowminimize/index.esm.js +1 -1
- package/icons/windowminimize/index.esm.min.js +1 -1
- package/icons/windowminimize/index.js +1 -1
- package/icons/windowminimize/index.min.js +1 -1
- package/image/image.cjs.js +20 -109
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +22 -111
- package/image/image.esm.min.js +1 -1
- package/image/image.js +21 -110
- package/image/image.min.js +1 -1
- package/inplace/inplace.cjs.js +7 -0
- package/inplace/inplace.cjs.min.js +1 -1
- package/inplace/inplace.esm.js +7 -0
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +8 -2
- package/inplace/inplace.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +63 -19
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.d.ts +7 -0
- package/inputnumber/inputnumber.esm.js +63 -19
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +63 -19
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/inputswitch.cjs.js +3 -3
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.esm.js +3 -3
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +3 -3
- package/inputswitch/inputswitch.min.js +1 -1
- package/inputtext/inputtext.cjs.js +7 -6
- package/inputtext/inputtext.cjs.min.js +1 -1
- package/inputtext/inputtext.esm.js +7 -6
- package/inputtext/inputtext.esm.min.js +1 -1
- package/inputtext/inputtext.js +7 -6
- package/inputtext/inputtext.min.js +1 -1
- package/listbox/listbox.cjs.js +14 -1
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.d.ts +8 -3
- package/listbox/listbox.esm.js +14 -1
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +14 -1
- package/listbox/listbox.min.js +1 -1
- package/megamenu/megamenu.cjs.js +67 -66
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +69 -68
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +67 -66
- package/megamenu/megamenu.min.js +1 -1
- package/mention/mention.cjs.js +0 -3
- package/mention/mention.cjs.min.js +1 -1
- package/mention/mention.esm.js +1 -4
- package/mention/mention.esm.min.js +1 -1
- package/mention/mention.js +0 -3
- package/mention/mention.min.js +1 -1
- package/menu/menu.cjs.js +7 -102
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.d.ts +1 -1
- package/menu/menu.esm.js +10 -105
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +7 -102
- package/menu/menu.min.js +1 -1
- package/messages/messages.cjs.js +1 -1
- package/messages/messages.cjs.min.js +1 -1
- package/messages/messages.esm.js +1 -1
- package/messages/messages.esm.min.js +1 -1
- package/messages/messages.js +1 -1
- package/messages/messages.min.js +1 -1
- package/multiselect/multiselect.cjs.js +47 -30
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +5 -1
- package/multiselect/multiselect.esm.js +47 -30
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +47 -30
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/orderlist.cjs.js +1 -1
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.d.ts +10 -0
- package/orderlist/orderlist.esm.js +1 -1
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +1 -1
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/organizationchart.cjs.js +10 -0
- package/organizationchart/organizationchart.cjs.min.js +1 -1
- package/organizationchart/organizationchart.esm.js +10 -0
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.js +10 -0
- package/organizationchart/organizationchart.min.js +1 -1
- package/overlaypanel/overlaypanel.cjs.js +9 -104
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.d.ts +1 -1
- package/overlaypanel/overlaypanel.esm.js +11 -106
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +10 -105
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +1 -1
- package/paginator/paginator.d.ts +2 -2
- package/panelmenu/panelmenu.cjs.js +1 -1
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +1 -1
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +1 -1
- package/panelmenu/panelmenu.min.js +1 -1
- package/passthrough/tailwind/index.cjs.js +158 -155
- package/passthrough/tailwind/index.cjs.min.js +1 -1
- package/passthrough/tailwind/index.esm.js +158 -155
- package/passthrough/tailwind/index.esm.min.js +1 -1
- package/passthrough/tailwind/index.js +158 -155
- package/passthrough/tailwind/index.min.js +1 -1
- package/password/password.cjs.js +8 -3
- package/password/password.cjs.min.js +1 -1
- package/password/password.d.ts +1 -1
- package/password/password.esm.js +9 -4
- package/password/password.esm.min.js +1 -1
- package/password/password.js +8 -3
- package/password/password.min.js +1 -1
- package/picklist/picklist.cjs.js +709 -181
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.d.ts +10 -0
- package/picklist/picklist.esm.js +708 -180
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +709 -181
- package/picklist/picklist.min.js +1 -1
- package/portal/portal.cjs.js +7 -1
- package/portal/portal.cjs.min.js +1 -1
- package/portal/portal.esm.js +7 -1
- package/portal/portal.esm.min.js +1 -1
- package/portal/portal.js +7 -1
- package/portal/portal.min.js +1 -1
- package/primereact.all.cjs.js +3391 -2429
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +3390 -2430
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +3391 -2429
- package/primereact.all.min.js +1 -1
- package/radiobutton/radiobutton.cjs.js +26 -26
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.esm.js +26 -26
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +27 -27
- package/radiobutton/radiobutton.min.js +1 -1
- package/resources/themes/arya-blue/theme.css +18 -9
- package/resources/themes/arya-green/theme.css +18 -9
- package/resources/themes/arya-orange/theme.css +18 -9
- package/resources/themes/arya-purple/theme.css +18 -9
- package/resources/themes/bootstrap4-dark-blue/theme.css +18 -9
- package/resources/themes/bootstrap4-dark-purple/theme.css +18 -9
- package/resources/themes/bootstrap4-light-blue/theme.css +18 -9
- package/resources/themes/bootstrap4-light-purple/theme.css +18 -9
- package/resources/themes/fluent-light/theme.css +18 -9
- package/resources/themes/lara-dark-amber/theme.css +18 -9
- package/resources/themes/lara-dark-blue/theme.css +18 -9
- package/resources/themes/lara-dark-cyan/theme.css +18 -9
- package/resources/themes/lara-dark-green/theme.css +18 -9
- package/resources/themes/lara-dark-indigo/theme.css +18 -9
- package/resources/themes/lara-dark-pink/theme.css +18 -9
- package/resources/themes/lara-dark-purple/theme.css +18 -9
- package/resources/themes/lara-dark-teal/theme.css +18 -9
- package/resources/themes/lara-light-amber/theme.css +18 -9
- package/resources/themes/lara-light-blue/theme.css +18 -9
- package/resources/themes/lara-light-cyan/theme.css +18 -9
- package/resources/themes/lara-light-green/theme.css +18 -9
- package/resources/themes/lara-light-indigo/theme.css +18 -9
- package/resources/themes/lara-light-pink/theme.css +18 -9
- package/resources/themes/lara-light-purple/theme.css +18 -9
- package/resources/themes/lara-light-teal/theme.css +18 -9
- package/resources/themes/luna-amber/theme.css +18 -9
- package/resources/themes/luna-blue/theme.css +18 -9
- package/resources/themes/luna-green/theme.css +18 -9
- package/resources/themes/luna-pink/theme.css +18 -9
- package/resources/themes/md-dark-deeppurple/theme.css +18 -9
- package/resources/themes/md-dark-indigo/theme.css +18 -9
- package/resources/themes/md-light-deeppurple/theme.css +18 -9
- package/resources/themes/md-light-indigo/theme.css +18 -9
- package/resources/themes/mdc-dark-deeppurple/theme.css +18 -9
- package/resources/themes/mdc-dark-indigo/theme.css +18 -9
- package/resources/themes/mdc-light-deeppurple/theme.css +18 -9
- package/resources/themes/mdc-light-indigo/theme.css +18 -9
- package/resources/themes/mira/theme.css +18 -9
- package/resources/themes/nano/theme.css +18 -9
- package/resources/themes/nova/theme.css +18 -9
- package/resources/themes/nova-accent/theme.css +18 -9
- package/resources/themes/nova-alt/theme.css +18 -9
- package/resources/themes/rhea/theme.css +18 -9
- package/resources/themes/saga-blue/theme.css +18 -9
- package/resources/themes/saga-green/theme.css +18 -9
- package/resources/themes/saga-orange/theme.css +18 -9
- package/resources/themes/saga-purple/theme.css +18 -9
- package/resources/themes/soho-dark/theme.css +18 -9
- package/resources/themes/soho-light/theme.css +18 -9
- package/resources/themes/tailwind-light/theme.css +18 -9
- package/resources/themes/vela-blue/theme.css +18 -9
- package/resources/themes/vela-green/theme.css +18 -9
- package/resources/themes/vela-orange/theme.css +18 -9
- package/resources/themes/vela-purple/theme.css +18 -9
- package/resources/themes/viva-dark/theme.css +18 -9
- package/resources/themes/viva-light/theme.css +18 -9
- package/ripple/ripple.cjs.js +6 -3
- package/ripple/ripple.cjs.min.js +1 -1
- package/ripple/ripple.esm.js +6 -3
- package/ripple/ripple.esm.min.js +1 -1
- package/ripple/ripple.js +6 -3
- package/ripple/ripple.min.js +1 -1
- package/sidebar/sidebar.cjs.js +8 -105
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.d.ts +3 -3
- package/sidebar/sidebar.esm.js +11 -108
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +9 -106
- package/sidebar/sidebar.min.js +1 -1
- package/slidemenu/slidemenu.cjs.js +7 -102
- package/slidemenu/slidemenu.cjs.min.js +1 -1
- package/slidemenu/slidemenu.d.ts +1 -1
- package/slidemenu/slidemenu.esm.js +10 -105
- package/slidemenu/slidemenu.esm.min.js +1 -1
- package/slidemenu/slidemenu.js +7 -102
- package/slidemenu/slidemenu.min.js +1 -1
- package/slider/slider.cjs.js +1 -1
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +1 -1
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +1 -1
- package/slider/slider.min.js +1 -1
- package/speeddial/speeddial.cjs.js +11 -3
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +12 -4
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +11 -3
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/splitbutton.cjs.js +89 -81
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.d.ts +1 -1
- package/splitbutton/splitbutton.esm.js +90 -82
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +89 -81
- package/splitbutton/splitbutton.min.js +1 -1
- package/tabmenu/tabmenu.cjs.js +9 -7
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +9 -7
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +9 -7
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabview/tabview.cjs.js +22 -8
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.d.ts +35 -0
- package/tabview/tabview.esm.js +22 -8
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +22 -8
- package/tabview/tabview.min.js +1 -1
- package/tieredmenu/tieredmenu.cjs.js +1 -1
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.d.ts +1 -1
- package/tieredmenu/tieredmenu.esm.js +1 -1
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +1 -1
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/toast/toast.d.ts +2 -2
- package/togglebutton/togglebutton.cjs.js +74 -4
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +74 -4
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +75 -5
- package/togglebutton/togglebutton.min.js +1 -1
- package/tooltip/tooltip.d.ts +27 -0
- package/tooltip/tooltipoptions.d.ts +1 -1
- package/tree/tree.cjs.js +244 -131
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.d.ts +8 -0
- package/tree/tree.esm.js +245 -132
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +244 -131
- package/tree/tree.min.js +1 -1
- package/treeselect/treeselect.cjs.js +185 -49
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.d.ts +26 -1
- package/treeselect/treeselect.esm.js +186 -50
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +186 -51
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/treetable.cjs.js +67 -44
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.d.ts +3 -3
- package/treetable/treetable.esm.js +67 -44
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +67 -44
- package/treetable/treetable.min.js +1 -1
- package/utils/utils.cjs.js +7 -4
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +1 -1
- package/utils/utils.esm.js +7 -4
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +7 -4
- package/utils/utils.min.js +1 -1
- package/web-types.json +136 -29
|
@@ -3267,6 +3267,7 @@
|
|
|
3267
3267
|
padding: 0.5rem 0;
|
|
3268
3268
|
border-bottom-right-radius: 4px;
|
|
3269
3269
|
border-bottom-left-radius: 4px;
|
|
3270
|
+
outline: 0 none;
|
|
3270
3271
|
}
|
|
3271
3272
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3272
3273
|
padding: 0.5rem 1.5rem;
|
|
@@ -3280,15 +3281,17 @@
|
|
|
3280
3281
|
background: rgba(255, 255, 255, 0.04);
|
|
3281
3282
|
color: rgba(255, 255, 255, 0.87);
|
|
3282
3283
|
}
|
|
3283
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
box-shadow: inset 0 0 0 0.15rem #f0e6f5;
|
|
3284
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3285
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3286
|
+
background: rgba(255, 255, 255, 0.12);
|
|
3287
3287
|
}
|
|
3288
3288
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3289
3289
|
color: #151515;
|
|
3290
3290
|
background: #c298d8;
|
|
3291
3291
|
}
|
|
3292
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3293
|
+
background: #b07acd;
|
|
3294
|
+
}
|
|
3292
3295
|
.p-tree {
|
|
3293
3296
|
border: 1px solid #3f4b5b;
|
|
3294
3297
|
background: #2a323d;
|
|
@@ -3298,6 +3301,12 @@
|
|
|
3298
3301
|
}
|
|
3299
3302
|
.p-tree .p-tree-container .p-treenode {
|
|
3300
3303
|
padding: 0.143rem;
|
|
3304
|
+
outline: 0 none;
|
|
3305
|
+
}
|
|
3306
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
|
|
3307
|
+
outline: 0 none;
|
|
3308
|
+
outline-offset: 0;
|
|
3309
|
+
box-shadow: inset 0 0 0 0.15rem #f0e6f5;
|
|
3301
3310
|
}
|
|
3302
3311
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3303
3312
|
border-radius: 4px;
|
|
@@ -3334,11 +3343,6 @@
|
|
|
3334
3343
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3335
3344
|
color: rgba(255, 255, 255, 0.87);
|
|
3336
3345
|
}
|
|
3337
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
3338
|
-
outline: 0 none;
|
|
3339
|
-
outline-offset: 0;
|
|
3340
|
-
box-shadow: inset 0 0 0 0.15rem #f0e6f5;
|
|
3341
|
-
}
|
|
3342
3346
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3343
3347
|
background: #c298d8;
|
|
3344
3348
|
color: #151515;
|
|
@@ -3845,6 +3849,11 @@
|
|
|
3845
3849
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3846
3850
|
background: #3f4b5b;
|
|
3847
3851
|
}
|
|
3852
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3853
|
+
outline: 0 none;
|
|
3854
|
+
outline-offset: 0;
|
|
3855
|
+
box-shadow: 0 0 0 1px #f0e6f5;
|
|
3856
|
+
}
|
|
3848
3857
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3849
3858
|
background: #3f4b5b;
|
|
3850
3859
|
}
|
|
@@ -3267,6 +3267,7 @@
|
|
|
3267
3267
|
padding: 0.5rem 0;
|
|
3268
3268
|
border-bottom-right-radius: 4px;
|
|
3269
3269
|
border-bottom-left-radius: 4px;
|
|
3270
|
+
outline: 0 none;
|
|
3270
3271
|
}
|
|
3271
3272
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3272
3273
|
padding: 0.5rem 1.5rem;
|
|
@@ -3280,15 +3281,17 @@
|
|
|
3280
3281
|
background: #e9ecef;
|
|
3281
3282
|
color: #212529;
|
|
3282
3283
|
}
|
|
3283
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
|
|
3284
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3285
|
+
color: #212529;
|
|
3286
|
+
background: #dee2e6;
|
|
3287
3287
|
}
|
|
3288
3288
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3289
3289
|
color: #ffffff;
|
|
3290
3290
|
background: #007bff;
|
|
3291
3291
|
}
|
|
3292
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3293
|
+
background: #0067d6;
|
|
3294
|
+
}
|
|
3292
3295
|
.p-tree {
|
|
3293
3296
|
border: 1px solid #dee2e6;
|
|
3294
3297
|
background: #ffffff;
|
|
@@ -3298,6 +3301,12 @@
|
|
|
3298
3301
|
}
|
|
3299
3302
|
.p-tree .p-tree-container .p-treenode {
|
|
3300
3303
|
padding: 0.143rem;
|
|
3304
|
+
outline: 0 none;
|
|
3305
|
+
}
|
|
3306
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
|
|
3307
|
+
outline: 0 none;
|
|
3308
|
+
outline-offset: 0;
|
|
3309
|
+
box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
|
|
3301
3310
|
}
|
|
3302
3311
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3303
3312
|
border-radius: 4px;
|
|
@@ -3334,11 +3343,6 @@
|
|
|
3334
3343
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3335
3344
|
color: #212529;
|
|
3336
3345
|
}
|
|
3337
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
3338
|
-
outline: 0 none;
|
|
3339
|
-
outline-offset: 0;
|
|
3340
|
-
box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
|
|
3341
|
-
}
|
|
3342
3346
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3343
3347
|
background: #007bff;
|
|
3344
3348
|
color: #ffffff;
|
|
@@ -3845,6 +3849,11 @@
|
|
|
3845
3849
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3846
3850
|
background: #dee2e6;
|
|
3847
3851
|
}
|
|
3852
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3853
|
+
outline: 0 none;
|
|
3854
|
+
outline-offset: 0;
|
|
3855
|
+
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
|
3856
|
+
}
|
|
3848
3857
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3849
3858
|
background: #dee2e6;
|
|
3850
3859
|
}
|
|
@@ -3267,6 +3267,7 @@
|
|
|
3267
3267
|
padding: 0.5rem 0;
|
|
3268
3268
|
border-bottom-right-radius: 4px;
|
|
3269
3269
|
border-bottom-left-radius: 4px;
|
|
3270
|
+
outline: 0 none;
|
|
3270
3271
|
}
|
|
3271
3272
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3272
3273
|
padding: 0.5rem 1.5rem;
|
|
@@ -3280,15 +3281,17 @@
|
|
|
3280
3281
|
background: #e9ecef;
|
|
3281
3282
|
color: #212529;
|
|
3282
3283
|
}
|
|
3283
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
box-shadow: inset 0 0 0 0.15rem rgba(136, 60, 174, 0.5);
|
|
3284
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3285
|
+
color: #212529;
|
|
3286
|
+
background: #dee2e6;
|
|
3287
3287
|
}
|
|
3288
3288
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3289
3289
|
color: #ffffff;
|
|
3290
3290
|
background: #883cae;
|
|
3291
3291
|
}
|
|
3292
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3293
|
+
background: #703290;
|
|
3294
|
+
}
|
|
3292
3295
|
.p-tree {
|
|
3293
3296
|
border: 1px solid #dee2e6;
|
|
3294
3297
|
background: #ffffff;
|
|
@@ -3298,6 +3301,12 @@
|
|
|
3298
3301
|
}
|
|
3299
3302
|
.p-tree .p-tree-container .p-treenode {
|
|
3300
3303
|
padding: 0.143rem;
|
|
3304
|
+
outline: 0 none;
|
|
3305
|
+
}
|
|
3306
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
|
|
3307
|
+
outline: 0 none;
|
|
3308
|
+
outline-offset: 0;
|
|
3309
|
+
box-shadow: inset 0 0 0 0.15rem rgba(136, 60, 174, 0.5);
|
|
3301
3310
|
}
|
|
3302
3311
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3303
3312
|
border-radius: 4px;
|
|
@@ -3334,11 +3343,6 @@
|
|
|
3334
3343
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3335
3344
|
color: #212529;
|
|
3336
3345
|
}
|
|
3337
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
3338
|
-
outline: 0 none;
|
|
3339
|
-
outline-offset: 0;
|
|
3340
|
-
box-shadow: inset 0 0 0 0.15rem rgba(136, 60, 174, 0.5);
|
|
3341
|
-
}
|
|
3342
3346
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3343
3347
|
background: #883cae;
|
|
3344
3348
|
color: #ffffff;
|
|
@@ -3845,6 +3849,11 @@
|
|
|
3845
3849
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3846
3850
|
background: #dee2e6;
|
|
3847
3851
|
}
|
|
3852
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3853
|
+
outline: 0 none;
|
|
3854
|
+
outline-offset: 0;
|
|
3855
|
+
box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
|
|
3856
|
+
}
|
|
3848
3857
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3849
3858
|
background: #dee2e6;
|
|
3850
3859
|
}
|
|
@@ -3258,6 +3258,7 @@
|
|
|
3258
3258
|
padding: 0;
|
|
3259
3259
|
border-bottom-right-radius: 2px;
|
|
3260
3260
|
border-bottom-left-radius: 2px;
|
|
3261
|
+
outline: 0 none;
|
|
3261
3262
|
}
|
|
3262
3263
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3263
3264
|
padding: 0.75rem 0.5rem;
|
|
@@ -3271,15 +3272,17 @@
|
|
|
3271
3272
|
background: #f3f2f1;
|
|
3272
3273
|
color: #323130;
|
|
3273
3274
|
}
|
|
3274
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
box-shadow: inset 0 0 0 0.15rem #605e5c;
|
|
3275
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3276
|
+
color: #323130;
|
|
3277
|
+
background: #e1dfdd;
|
|
3278
3278
|
}
|
|
3279
3279
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3280
3280
|
color: #323130;
|
|
3281
3281
|
background: #edebe9;
|
|
3282
3282
|
}
|
|
3283
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3284
|
+
background: #e1dfdd;
|
|
3285
|
+
}
|
|
3283
3286
|
.p-tree {
|
|
3284
3287
|
border: 1px solid #a19f9d;
|
|
3285
3288
|
background: #ffffff;
|
|
@@ -3289,6 +3292,12 @@
|
|
|
3289
3292
|
}
|
|
3290
3293
|
.p-tree .p-tree-container .p-treenode {
|
|
3291
3294
|
padding: 0.143rem;
|
|
3295
|
+
outline: 0 none;
|
|
3296
|
+
}
|
|
3297
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
|
|
3298
|
+
outline: 0 none;
|
|
3299
|
+
outline-offset: 0;
|
|
3300
|
+
box-shadow: inset 0 0 0 0.15rem #605e5c;
|
|
3292
3301
|
}
|
|
3293
3302
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3294
3303
|
border-radius: 2px;
|
|
@@ -3325,11 +3334,6 @@
|
|
|
3325
3334
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3326
3335
|
color: #323130;
|
|
3327
3336
|
}
|
|
3328
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
3329
|
-
outline: 0 none;
|
|
3330
|
-
outline-offset: 0;
|
|
3331
|
-
box-shadow: inset 0 0 0 0.15rem #605e5c;
|
|
3332
|
-
}
|
|
3333
3337
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3334
3338
|
background: #edebe9;
|
|
3335
3339
|
color: #323130;
|
|
@@ -3811,6 +3815,11 @@
|
|
|
3811
3815
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3812
3816
|
background: #edebe9;
|
|
3813
3817
|
}
|
|
3818
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3819
|
+
outline: 0 none;
|
|
3820
|
+
outline-offset: 0;
|
|
3821
|
+
box-shadow: inset 0 0 0 1px #605e5c;
|
|
3822
|
+
}
|
|
3814
3823
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3815
3824
|
background: #edebe9;
|
|
3816
3825
|
}
|
|
@@ -3275,6 +3275,7 @@
|
|
|
3275
3275
|
padding: 0.75rem 0;
|
|
3276
3276
|
border-bottom-right-radius: 6px;
|
|
3277
3277
|
border-bottom-left-radius: 6px;
|
|
3278
|
+
outline: 0 none;
|
|
3278
3279
|
}
|
|
3279
3280
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3280
3281
|
padding: 0.75rem 1.25rem;
|
|
@@ -3288,15 +3289,17 @@
|
|
|
3288
3289
|
background: rgba(255, 255, 255, 0.03);
|
|
3289
3290
|
color: rgba(255, 255, 255, 0.87);
|
|
3290
3291
|
}
|
|
3291
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
box-shadow: inset 0 0 0 0.15rem rgba(251, 191, 36, 0.2);
|
|
3292
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3293
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3294
|
+
background: #424b57;
|
|
3295
3295
|
}
|
|
3296
3296
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3297
3297
|
color: rgba(255, 255, 255, 0.87);
|
|
3298
3298
|
background: rgba(251, 191, 36, 0.16);
|
|
3299
3299
|
}
|
|
3300
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3301
|
+
background: rgba(251, 191, 36, 0.24);
|
|
3302
|
+
}
|
|
3300
3303
|
.p-tree {
|
|
3301
3304
|
border: 1px solid #424b57;
|
|
3302
3305
|
background: #1f2937;
|
|
@@ -3306,6 +3309,12 @@
|
|
|
3306
3309
|
}
|
|
3307
3310
|
.p-tree .p-tree-container .p-treenode {
|
|
3308
3311
|
padding: 0.143rem;
|
|
3312
|
+
outline: 0 none;
|
|
3313
|
+
}
|
|
3314
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
|
|
3315
|
+
outline: 0 none;
|
|
3316
|
+
outline-offset: 0;
|
|
3317
|
+
box-shadow: inset 0 0 0 0.15rem rgba(251, 191, 36, 0.2);
|
|
3309
3318
|
}
|
|
3310
3319
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3311
3320
|
border-radius: 6px;
|
|
@@ -3342,11 +3351,6 @@
|
|
|
3342
3351
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3343
3352
|
color: rgba(255, 255, 255, 0.87);
|
|
3344
3353
|
}
|
|
3345
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
3346
|
-
outline: 0 none;
|
|
3347
|
-
outline-offset: 0;
|
|
3348
|
-
box-shadow: inset 0 0 0 0.15rem rgba(251, 191, 36, 0.2);
|
|
3349
|
-
}
|
|
3350
3354
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3351
3355
|
background: rgba(251, 191, 36, 0.16);
|
|
3352
3356
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3828,6 +3832,11 @@
|
|
|
3828
3832
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3829
3833
|
background: #424b57;
|
|
3830
3834
|
}
|
|
3835
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3836
|
+
outline: 0 none;
|
|
3837
|
+
outline-offset: 0;
|
|
3838
|
+
box-shadow: 0 0 0 0.2rem rgba(251, 191, 36, 0.2);
|
|
3839
|
+
}
|
|
3831
3840
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3832
3841
|
background: #424b57;
|
|
3833
3842
|
}
|
|
@@ -3275,6 +3275,7 @@
|
|
|
3275
3275
|
padding: 0.75rem 0;
|
|
3276
3276
|
border-bottom-right-radius: 6px;
|
|
3277
3277
|
border-bottom-left-radius: 6px;
|
|
3278
|
+
outline: 0 none;
|
|
3278
3279
|
}
|
|
3279
3280
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3280
3281
|
padding: 0.75rem 1.25rem;
|
|
@@ -3288,15 +3289,17 @@
|
|
|
3288
3289
|
background: rgba(255, 255, 255, 0.03);
|
|
3289
3290
|
color: rgba(255, 255, 255, 0.87);
|
|
3290
3291
|
}
|
|
3291
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
box-shadow: inset 0 0 0 0.15rem rgba(96, 165, 250, 0.2);
|
|
3292
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3293
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3294
|
+
background: #424b57;
|
|
3295
3295
|
}
|
|
3296
3296
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3297
3297
|
color: rgba(255, 255, 255, 0.87);
|
|
3298
3298
|
background: rgba(96, 165, 250, 0.16);
|
|
3299
3299
|
}
|
|
3300
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3301
|
+
background: rgba(96, 165, 250, 0.24);
|
|
3302
|
+
}
|
|
3300
3303
|
.p-tree {
|
|
3301
3304
|
border: 1px solid #424b57;
|
|
3302
3305
|
background: #1f2937;
|
|
@@ -3306,6 +3309,12 @@
|
|
|
3306
3309
|
}
|
|
3307
3310
|
.p-tree .p-tree-container .p-treenode {
|
|
3308
3311
|
padding: 0.143rem;
|
|
3312
|
+
outline: 0 none;
|
|
3313
|
+
}
|
|
3314
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
|
|
3315
|
+
outline: 0 none;
|
|
3316
|
+
outline-offset: 0;
|
|
3317
|
+
box-shadow: inset 0 0 0 0.15rem rgba(96, 165, 250, 0.2);
|
|
3309
3318
|
}
|
|
3310
3319
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3311
3320
|
border-radius: 6px;
|
|
@@ -3342,11 +3351,6 @@
|
|
|
3342
3351
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3343
3352
|
color: rgba(255, 255, 255, 0.87);
|
|
3344
3353
|
}
|
|
3345
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
3346
|
-
outline: 0 none;
|
|
3347
|
-
outline-offset: 0;
|
|
3348
|
-
box-shadow: inset 0 0 0 0.15rem rgba(96, 165, 250, 0.2);
|
|
3349
|
-
}
|
|
3350
3354
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3351
3355
|
background: rgba(96, 165, 250, 0.16);
|
|
3352
3356
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3828,6 +3832,11 @@
|
|
|
3828
3832
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3829
3833
|
background: #424b57;
|
|
3830
3834
|
}
|
|
3835
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3836
|
+
outline: 0 none;
|
|
3837
|
+
outline-offset: 0;
|
|
3838
|
+
box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
|
|
3839
|
+
}
|
|
3831
3840
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3832
3841
|
background: #424b57;
|
|
3833
3842
|
}
|
|
@@ -3275,6 +3275,7 @@
|
|
|
3275
3275
|
padding: 0.75rem 0;
|
|
3276
3276
|
border-bottom-right-radius: 6px;
|
|
3277
3277
|
border-bottom-left-radius: 6px;
|
|
3278
|
+
outline: 0 none;
|
|
3278
3279
|
}
|
|
3279
3280
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3280
3281
|
padding: 0.75rem 1.25rem;
|
|
@@ -3288,15 +3289,17 @@
|
|
|
3288
3289
|
background: rgba(255, 255, 255, 0.03);
|
|
3289
3290
|
color: rgba(255, 255, 255, 0.87);
|
|
3290
3291
|
}
|
|
3291
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
box-shadow: inset 0 0 0 0.15rem rgba(34, 211, 238, 0.2);
|
|
3292
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3293
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3294
|
+
background: #424b57;
|
|
3295
3295
|
}
|
|
3296
3296
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3297
3297
|
color: rgba(255, 255, 255, 0.87);
|
|
3298
3298
|
background: rgba(34, 211, 238, 0.16);
|
|
3299
3299
|
}
|
|
3300
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3301
|
+
background: rgba(34, 211, 238, 0.24);
|
|
3302
|
+
}
|
|
3300
3303
|
.p-tree {
|
|
3301
3304
|
border: 1px solid #424b57;
|
|
3302
3305
|
background: #1f2937;
|
|
@@ -3306,6 +3309,12 @@
|
|
|
3306
3309
|
}
|
|
3307
3310
|
.p-tree .p-tree-container .p-treenode {
|
|
3308
3311
|
padding: 0.143rem;
|
|
3312
|
+
outline: 0 none;
|
|
3313
|
+
}
|
|
3314
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
|
|
3315
|
+
outline: 0 none;
|
|
3316
|
+
outline-offset: 0;
|
|
3317
|
+
box-shadow: inset 0 0 0 0.15rem rgba(34, 211, 238, 0.2);
|
|
3309
3318
|
}
|
|
3310
3319
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3311
3320
|
border-radius: 6px;
|
|
@@ -3342,11 +3351,6 @@
|
|
|
3342
3351
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3343
3352
|
color: rgba(255, 255, 255, 0.87);
|
|
3344
3353
|
}
|
|
3345
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
3346
|
-
outline: 0 none;
|
|
3347
|
-
outline-offset: 0;
|
|
3348
|
-
box-shadow: inset 0 0 0 0.15rem rgba(34, 211, 238, 0.2);
|
|
3349
|
-
}
|
|
3350
3354
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3351
3355
|
background: rgba(34, 211, 238, 0.16);
|
|
3352
3356
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3828,6 +3832,11 @@
|
|
|
3828
3832
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3829
3833
|
background: #424b57;
|
|
3830
3834
|
}
|
|
3835
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3836
|
+
outline: 0 none;
|
|
3837
|
+
outline-offset: 0;
|
|
3838
|
+
box-shadow: 0 0 0 0.2rem rgba(34, 211, 238, 0.2);
|
|
3839
|
+
}
|
|
3831
3840
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3832
3841
|
background: #424b57;
|
|
3833
3842
|
}
|
|
@@ -3275,6 +3275,7 @@
|
|
|
3275
3275
|
padding: 0.75rem 0;
|
|
3276
3276
|
border-bottom-right-radius: 6px;
|
|
3277
3277
|
border-bottom-left-radius: 6px;
|
|
3278
|
+
outline: 0 none;
|
|
3278
3279
|
}
|
|
3279
3280
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3280
3281
|
padding: 0.75rem 1.25rem;
|
|
@@ -3288,15 +3289,17 @@
|
|
|
3288
3289
|
background: rgba(255, 255, 255, 0.03);
|
|
3289
3290
|
color: rgba(255, 255, 255, 0.87);
|
|
3290
3291
|
}
|
|
3291
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
box-shadow: inset 0 0 0 0.15rem rgba(52, 211, 153, 0.2);
|
|
3292
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3293
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3294
|
+
background: #424b57;
|
|
3295
3295
|
}
|
|
3296
3296
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3297
3297
|
color: rgba(255, 255, 255, 0.87);
|
|
3298
3298
|
background: rgba(52, 211, 153, 0.16);
|
|
3299
3299
|
}
|
|
3300
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3301
|
+
background: rgba(52, 211, 153, 0.24);
|
|
3302
|
+
}
|
|
3300
3303
|
.p-tree {
|
|
3301
3304
|
border: 1px solid #424b57;
|
|
3302
3305
|
background: #1f2937;
|
|
@@ -3306,6 +3309,12 @@
|
|
|
3306
3309
|
}
|
|
3307
3310
|
.p-tree .p-tree-container .p-treenode {
|
|
3308
3311
|
padding: 0.143rem;
|
|
3312
|
+
outline: 0 none;
|
|
3313
|
+
}
|
|
3314
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
|
|
3315
|
+
outline: 0 none;
|
|
3316
|
+
outline-offset: 0;
|
|
3317
|
+
box-shadow: inset 0 0 0 0.15rem rgba(52, 211, 153, 0.2);
|
|
3309
3318
|
}
|
|
3310
3319
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3311
3320
|
border-radius: 6px;
|
|
@@ -3342,11 +3351,6 @@
|
|
|
3342
3351
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3343
3352
|
color: rgba(255, 255, 255, 0.87);
|
|
3344
3353
|
}
|
|
3345
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
3346
|
-
outline: 0 none;
|
|
3347
|
-
outline-offset: 0;
|
|
3348
|
-
box-shadow: inset 0 0 0 0.15rem rgba(52, 211, 153, 0.2);
|
|
3349
|
-
}
|
|
3350
3354
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3351
3355
|
background: rgba(52, 211, 153, 0.16);
|
|
3352
3356
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3828,6 +3832,11 @@
|
|
|
3828
3832
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3829
3833
|
background: #424b57;
|
|
3830
3834
|
}
|
|
3835
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3836
|
+
outline: 0 none;
|
|
3837
|
+
outline-offset: 0;
|
|
3838
|
+
box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
|
|
3839
|
+
}
|
|
3831
3840
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3832
3841
|
background: #424b57;
|
|
3833
3842
|
}
|
|
@@ -3275,6 +3275,7 @@
|
|
|
3275
3275
|
padding: 0.75rem 0;
|
|
3276
3276
|
border-bottom-right-radius: 6px;
|
|
3277
3277
|
border-bottom-left-radius: 6px;
|
|
3278
|
+
outline: 0 none;
|
|
3278
3279
|
}
|
|
3279
3280
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3280
3281
|
padding: 0.75rem 1.25rem;
|
|
@@ -3288,15 +3289,17 @@
|
|
|
3288
3289
|
background: rgba(255, 255, 255, 0.03);
|
|
3289
3290
|
color: rgba(255, 255, 255, 0.87);
|
|
3290
3291
|
}
|
|
3291
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
box-shadow: inset 0 0 0 0.15rem rgba(129, 140, 248, 0.2);
|
|
3292
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3293
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3294
|
+
background: #424b57;
|
|
3295
3295
|
}
|
|
3296
3296
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3297
3297
|
color: rgba(255, 255, 255, 0.87);
|
|
3298
3298
|
background: rgba(129, 140, 248, 0.16);
|
|
3299
3299
|
}
|
|
3300
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3301
|
+
background: rgba(129, 140, 248, 0.24);
|
|
3302
|
+
}
|
|
3300
3303
|
.p-tree {
|
|
3301
3304
|
border: 1px solid #424b57;
|
|
3302
3305
|
background: #1f2937;
|
|
@@ -3306,6 +3309,12 @@
|
|
|
3306
3309
|
}
|
|
3307
3310
|
.p-tree .p-tree-container .p-treenode {
|
|
3308
3311
|
padding: 0.143rem;
|
|
3312
|
+
outline: 0 none;
|
|
3313
|
+
}
|
|
3314
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
|
|
3315
|
+
outline: 0 none;
|
|
3316
|
+
outline-offset: 0;
|
|
3317
|
+
box-shadow: inset 0 0 0 0.15rem rgba(129, 140, 248, 0.2);
|
|
3309
3318
|
}
|
|
3310
3319
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3311
3320
|
border-radius: 6px;
|
|
@@ -3342,11 +3351,6 @@
|
|
|
3342
3351
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3343
3352
|
color: rgba(255, 255, 255, 0.87);
|
|
3344
3353
|
}
|
|
3345
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
3346
|
-
outline: 0 none;
|
|
3347
|
-
outline-offset: 0;
|
|
3348
|
-
box-shadow: inset 0 0 0 0.15rem rgba(129, 140, 248, 0.2);
|
|
3349
|
-
}
|
|
3350
3354
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3351
3355
|
background: rgba(129, 140, 248, 0.16);
|
|
3352
3356
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3828,6 +3832,11 @@
|
|
|
3828
3832
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3829
3833
|
background: #424b57;
|
|
3830
3834
|
}
|
|
3835
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3836
|
+
outline: 0 none;
|
|
3837
|
+
outline-offset: 0;
|
|
3838
|
+
box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
|
|
3839
|
+
}
|
|
3831
3840
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3832
3841
|
background: #424b57;
|
|
3833
3842
|
}
|
|
@@ -3275,6 +3275,7 @@
|
|
|
3275
3275
|
padding: 0.75rem 0;
|
|
3276
3276
|
border-bottom-right-radius: 6px;
|
|
3277
3277
|
border-bottom-left-radius: 6px;
|
|
3278
|
+
outline: 0 none;
|
|
3278
3279
|
}
|
|
3279
3280
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3280
3281
|
padding: 0.75rem 1.25rem;
|
|
@@ -3288,15 +3289,17 @@
|
|
|
3288
3289
|
background: rgba(255, 255, 255, 0.03);
|
|
3289
3290
|
color: rgba(255, 255, 255, 0.87);
|
|
3290
3291
|
}
|
|
3291
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
box-shadow: inset 0 0 0 0.15rem rgba(244, 114, 182, 0.2);
|
|
3292
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3293
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3294
|
+
background: #424b57;
|
|
3295
3295
|
}
|
|
3296
3296
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3297
3297
|
color: rgba(255, 255, 255, 0.87);
|
|
3298
3298
|
background: rgba(244, 114, 182, 0.16);
|
|
3299
3299
|
}
|
|
3300
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3301
|
+
background: rgba(244, 114, 182, 0.24);
|
|
3302
|
+
}
|
|
3300
3303
|
.p-tree {
|
|
3301
3304
|
border: 1px solid #424b57;
|
|
3302
3305
|
background: #1f2937;
|
|
@@ -3306,6 +3309,12 @@
|
|
|
3306
3309
|
}
|
|
3307
3310
|
.p-tree .p-tree-container .p-treenode {
|
|
3308
3311
|
padding: 0.143rem;
|
|
3312
|
+
outline: 0 none;
|
|
3313
|
+
}
|
|
3314
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
|
|
3315
|
+
outline: 0 none;
|
|
3316
|
+
outline-offset: 0;
|
|
3317
|
+
box-shadow: inset 0 0 0 0.15rem rgba(244, 114, 182, 0.2);
|
|
3309
3318
|
}
|
|
3310
3319
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3311
3320
|
border-radius: 6px;
|
|
@@ -3342,11 +3351,6 @@
|
|
|
3342
3351
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3343
3352
|
color: rgba(255, 255, 255, 0.87);
|
|
3344
3353
|
}
|
|
3345
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
3346
|
-
outline: 0 none;
|
|
3347
|
-
outline-offset: 0;
|
|
3348
|
-
box-shadow: inset 0 0 0 0.15rem rgba(244, 114, 182, 0.2);
|
|
3349
|
-
}
|
|
3350
3354
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3351
3355
|
background: rgba(244, 114, 182, 0.16);
|
|
3352
3356
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3828,6 +3832,11 @@
|
|
|
3828
3832
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3829
3833
|
background: #424b57;
|
|
3830
3834
|
}
|
|
3835
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3836
|
+
outline: 0 none;
|
|
3837
|
+
outline-offset: 0;
|
|
3838
|
+
box-shadow: 0 0 0 0.2rem rgba(244, 114, 182, 0.2);
|
|
3839
|
+
}
|
|
3831
3840
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3832
3841
|
background: #424b57;
|
|
3833
3842
|
}
|