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
|
@@ -3258,6 +3258,7 @@
|
|
|
3258
3258
|
padding: 0.5rem 0;
|
|
3259
3259
|
border-bottom-right-radius: 3px;
|
|
3260
3260
|
border-bottom-left-radius: 3px;
|
|
3261
|
+
outline: 0 none;
|
|
3261
3262
|
}
|
|
3262
3263
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3263
3264
|
padding: 0.5rem 1rem;
|
|
@@ -3271,15 +3272,17 @@
|
|
|
3271
3272
|
background: #e9ecef;
|
|
3272
3273
|
color: #495057;
|
|
3273
3274
|
}
|
|
3274
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
box-shadow: inset 0 0 0 0.15rem #ffe69c;
|
|
3275
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3276
|
+
color: #495057;
|
|
3277
|
+
background: #dee2e6;
|
|
3278
3278
|
}
|
|
3279
3279
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3280
3280
|
color: #495057;
|
|
3281
3281
|
background: #fff3e0;
|
|
3282
3282
|
}
|
|
3283
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3284
|
+
background: rgba(255, 193, 7, 0.24);
|
|
3285
|
+
}
|
|
3283
3286
|
.p-tree {
|
|
3284
3287
|
border: 1px solid #dee2e6;
|
|
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 #ffe69c;
|
|
3292
3301
|
}
|
|
3293
3302
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3294
3303
|
border-radius: 3px;
|
|
@@ -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: #495057;
|
|
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 #ffe69c;
|
|
3332
|
-
}
|
|
3333
3337
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3334
3338
|
background: #fff3e0;
|
|
3335
3339
|
color: #495057;
|
|
@@ -3836,6 +3840,11 @@
|
|
|
3836
3840
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3837
3841
|
background: #dee2e6;
|
|
3838
3842
|
}
|
|
3843
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3844
|
+
outline: 0 none;
|
|
3845
|
+
outline-offset: 0;
|
|
3846
|
+
box-shadow: 0 0 0 0.2rem #ffe69c;
|
|
3847
|
+
}
|
|
3839
3848
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3840
3849
|
background: #dee2e6;
|
|
3841
3850
|
}
|
|
@@ -3258,6 +3258,7 @@
|
|
|
3258
3258
|
padding: 0.5rem 0;
|
|
3259
3259
|
border-bottom-right-radius: 3px;
|
|
3260
3260
|
border-bottom-left-radius: 3px;
|
|
3261
|
+
outline: 0 none;
|
|
3261
3262
|
}
|
|
3262
3263
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3263
3264
|
padding: 0.5rem 1rem;
|
|
@@ -3271,15 +3272,17 @@
|
|
|
3271
3272
|
background: #e9ecef;
|
|
3272
3273
|
color: #495057;
|
|
3273
3274
|
}
|
|
3274
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
box-shadow: inset 0 0 0 0.15rem #df9eea;
|
|
3275
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3276
|
+
color: #495057;
|
|
3277
|
+
background: #dee2e6;
|
|
3278
3278
|
}
|
|
3279
3279
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3280
3280
|
color: #495057;
|
|
3281
3281
|
background: #f3e5f5;
|
|
3282
3282
|
}
|
|
3283
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3284
|
+
background: rgba(156, 39, 176, 0.24);
|
|
3285
|
+
}
|
|
3283
3286
|
.p-tree {
|
|
3284
3287
|
border: 1px solid #dee2e6;
|
|
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 #df9eea;
|
|
3292
3301
|
}
|
|
3293
3302
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3294
3303
|
border-radius: 3px;
|
|
@@ -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: #495057;
|
|
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 #df9eea;
|
|
3332
|
-
}
|
|
3333
3337
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3334
3338
|
background: #f3e5f5;
|
|
3335
3339
|
color: #495057;
|
|
@@ -3836,6 +3840,11 @@
|
|
|
3836
3840
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3837
3841
|
background: #dee2e6;
|
|
3838
3842
|
}
|
|
3843
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3844
|
+
outline: 0 none;
|
|
3845
|
+
outline-offset: 0;
|
|
3846
|
+
box-shadow: 0 0 0 0.2rem #df9eea;
|
|
3847
|
+
}
|
|
3839
3848
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3840
3849
|
background: #dee2e6;
|
|
3841
3850
|
}
|
|
@@ -3277,6 +3277,7 @@
|
|
|
3277
3277
|
padding: 0.75rem 0;
|
|
3278
3278
|
border-bottom-right-radius: 6px;
|
|
3279
3279
|
border-bottom-left-radius: 6px;
|
|
3280
|
+
outline: 0 none;
|
|
3280
3281
|
}
|
|
3281
3282
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3282
3283
|
padding: 0.75rem 1.25rem;
|
|
@@ -3290,15 +3291,17 @@
|
|
|
3290
3291
|
background: rgba(255, 255, 255, 0.03);
|
|
3291
3292
|
color: rgba(255, 255, 255, 0.87);
|
|
3292
3293
|
}
|
|
3293
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
box-shadow: inset 0 0 0 0.15rem #e0d8fc;
|
|
3294
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3295
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3296
|
+
background: rgba(255, 255, 255, 0.09);
|
|
3297
3297
|
}
|
|
3298
3298
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3299
3299
|
color: #b19df7;
|
|
3300
3300
|
background: rgba(177, 157, 247, 0.16);
|
|
3301
3301
|
}
|
|
3302
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3303
|
+
background: rgba(177, 157, 247, 0.24);
|
|
3304
|
+
}
|
|
3302
3305
|
.p-tree {
|
|
3303
3306
|
border: 1px solid #3e4053;
|
|
3304
3307
|
background: #282936;
|
|
@@ -3308,6 +3311,12 @@
|
|
|
3308
3311
|
}
|
|
3309
3312
|
.p-tree .p-tree-container .p-treenode {
|
|
3310
3313
|
padding: 0.143rem;
|
|
3314
|
+
outline: 0 none;
|
|
3315
|
+
}
|
|
3316
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
|
|
3317
|
+
outline: 0 none;
|
|
3318
|
+
outline-offset: 0;
|
|
3319
|
+
box-shadow: inset 0 0 0 0.15rem #e0d8fc;
|
|
3311
3320
|
}
|
|
3312
3321
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3313
3322
|
border-radius: 6px;
|
|
@@ -3344,11 +3353,6 @@
|
|
|
3344
3353
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3345
3354
|
color: rgba(255, 255, 255, 0.87);
|
|
3346
3355
|
}
|
|
3347
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
3348
|
-
outline: 0 none;
|
|
3349
|
-
outline-offset: 0;
|
|
3350
|
-
box-shadow: inset 0 0 0 0.15rem #e0d8fc;
|
|
3351
|
-
}
|
|
3352
3356
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3353
3357
|
background: rgba(177, 157, 247, 0.16);
|
|
3354
3358
|
color: #b19df7;
|
|
@@ -3830,6 +3834,11 @@
|
|
|
3830
3834
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3831
3835
|
background: #3e4053;
|
|
3832
3836
|
}
|
|
3837
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3838
|
+
outline: 0 none;
|
|
3839
|
+
outline-offset: 0;
|
|
3840
|
+
box-shadow: 0 0 0 1px #e0d8fc;
|
|
3841
|
+
}
|
|
3833
3842
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3834
3843
|
background: #3e4053;
|
|
3835
3844
|
}
|
|
@@ -3277,6 +3277,7 @@
|
|
|
3277
3277
|
padding: 0.75rem 0;
|
|
3278
3278
|
border-bottom-right-radius: 6px;
|
|
3279
3279
|
border-bottom-left-radius: 6px;
|
|
3280
|
+
outline: 0 none;
|
|
3280
3281
|
}
|
|
3281
3282
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3282
3283
|
padding: 0.75rem 1.25rem;
|
|
@@ -3290,15 +3291,17 @@
|
|
|
3290
3291
|
background: #f6f9fc;
|
|
3291
3292
|
color: #043d75;
|
|
3292
3293
|
}
|
|
3293
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
box-shadow: inset 0 0 0 0.15rem #c7bbfa;
|
|
3294
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3295
|
+
color: #043d75;
|
|
3296
|
+
background: #dfe7ef;
|
|
3297
3297
|
}
|
|
3298
3298
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3299
3299
|
color: #7254f3;
|
|
3300
3300
|
background: #e2dcfc;
|
|
3301
3301
|
}
|
|
3302
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3303
|
+
background: #cbc0fa;
|
|
3304
|
+
}
|
|
3302
3305
|
.p-tree {
|
|
3303
3306
|
border: 1px solid #dfe7ef;
|
|
3304
3307
|
background: #ffffff;
|
|
@@ -3308,6 +3311,12 @@
|
|
|
3308
3311
|
}
|
|
3309
3312
|
.p-tree .p-tree-container .p-treenode {
|
|
3310
3313
|
padding: 0.143rem;
|
|
3314
|
+
outline: 0 none;
|
|
3315
|
+
}
|
|
3316
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
|
|
3317
|
+
outline: 0 none;
|
|
3318
|
+
outline-offset: 0;
|
|
3319
|
+
box-shadow: inset 0 0 0 0.15rem #c7bbfa;
|
|
3311
3320
|
}
|
|
3312
3321
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3313
3322
|
border-radius: 6px;
|
|
@@ -3344,11 +3353,6 @@
|
|
|
3344
3353
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3345
3354
|
color: #043d75;
|
|
3346
3355
|
}
|
|
3347
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
3348
|
-
outline: 0 none;
|
|
3349
|
-
outline-offset: 0;
|
|
3350
|
-
box-shadow: inset 0 0 0 0.15rem #c7bbfa;
|
|
3351
|
-
}
|
|
3352
3356
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3353
3357
|
background: #e2dcfc;
|
|
3354
3358
|
color: #7254f3;
|
|
@@ -3830,6 +3834,11 @@
|
|
|
3830
3834
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3831
3835
|
background: #dfe7ef;
|
|
3832
3836
|
}
|
|
3837
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3838
|
+
outline: 0 none;
|
|
3839
|
+
outline-offset: 0;
|
|
3840
|
+
box-shadow: 0 0 0 1px #c7bbfa;
|
|
3841
|
+
}
|
|
3833
3842
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3834
3843
|
background: #dfe7ef;
|
|
3835
3844
|
}
|
|
@@ -3289,6 +3289,7 @@
|
|
|
3289
3289
|
padding: 0.25rem 0;
|
|
3290
3290
|
border-bottom-right-radius: 0.375rem;
|
|
3291
3291
|
border-bottom-left-radius: 0.375rem;
|
|
3292
|
+
outline: 0 none;
|
|
3292
3293
|
}
|
|
3293
3294
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3294
3295
|
padding: 0.75rem 1rem;
|
|
@@ -3302,15 +3303,17 @@
|
|
|
3302
3303
|
background: #f4f4f5;
|
|
3303
3304
|
color: #18181b;
|
|
3304
3305
|
}
|
|
3305
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
box-shadow: inset 0 0 0 0.15rem #6366f1;
|
|
3306
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3307
|
+
color: #18181b;
|
|
3308
|
+
background: #e5e7eb;
|
|
3309
3309
|
}
|
|
3310
3310
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3311
3311
|
color: #312e81;
|
|
3312
3312
|
background: #eef2ff;
|
|
3313
3313
|
}
|
|
3314
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3315
|
+
background: #e0e7ff;
|
|
3316
|
+
}
|
|
3314
3317
|
.p-tree {
|
|
3315
3318
|
border: 1px solid #e5e7eb;
|
|
3316
3319
|
background: #ffffff;
|
|
@@ -3320,6 +3323,12 @@
|
|
|
3320
3323
|
}
|
|
3321
3324
|
.p-tree .p-tree-container .p-treenode {
|
|
3322
3325
|
padding: 0.143rem;
|
|
3326
|
+
outline: 0 none;
|
|
3327
|
+
}
|
|
3328
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
|
|
3329
|
+
outline: 0 none;
|
|
3330
|
+
outline-offset: 0;
|
|
3331
|
+
box-shadow: inset 0 0 0 0.15rem #6366f1;
|
|
3323
3332
|
}
|
|
3324
3333
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3325
3334
|
border-radius: 0.375rem;
|
|
@@ -3356,11 +3365,6 @@
|
|
|
3356
3365
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3357
3366
|
color: #3f3f46;
|
|
3358
3367
|
}
|
|
3359
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
3360
|
-
outline: 0 none;
|
|
3361
|
-
outline-offset: 0;
|
|
3362
|
-
box-shadow: inset 0 0 0 0.15rem #6366f1;
|
|
3363
|
-
}
|
|
3364
3368
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3365
3369
|
background: #eef2ff;
|
|
3366
3370
|
color: #312e81;
|
|
@@ -3867,6 +3871,11 @@
|
|
|
3867
3871
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3868
3872
|
background: #e5e7eb;
|
|
3869
3873
|
}
|
|
3874
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3875
|
+
outline: 0 none;
|
|
3876
|
+
outline-offset: 0;
|
|
3877
|
+
box-shadow: 0 0 0 1px #6366f1;
|
|
3878
|
+
}
|
|
3870
3879
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3871
3880
|
background: #e5e7eb;
|
|
3872
3881
|
}
|
|
@@ -3258,6 +3258,7 @@
|
|
|
3258
3258
|
padding: 0.5rem 0;
|
|
3259
3259
|
border-bottom-right-radius: 3px;
|
|
3260
3260
|
border-bottom-left-radius: 3px;
|
|
3261
|
+
outline: 0 none;
|
|
3261
3262
|
}
|
|
3262
3263
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3263
3264
|
padding: 0.5rem 1rem;
|
|
@@ -3271,15 +3272,17 @@
|
|
|
3271
3272
|
background: rgba(255, 255, 255, 0.03);
|
|
3272
3273
|
color: rgba(255, 255, 255, 0.87);
|
|
3273
3274
|
}
|
|
3274
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
box-shadow: inset 0 0 0 0.15rem #93cbf9;
|
|
3275
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3276
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3277
|
+
background: rgba(255, 255, 255, 0.09);
|
|
3278
3278
|
}
|
|
3279
3279
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3280
3280
|
color: rgba(255, 255, 255, 0.87);
|
|
3281
3281
|
background: rgba(100, 181, 246, 0.16);
|
|
3282
3282
|
}
|
|
3283
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3284
|
+
background: rgba(100, 181, 246, 0.24);
|
|
3285
|
+
}
|
|
3283
3286
|
.p-tree {
|
|
3284
3287
|
border: 1px solid #304562;
|
|
3285
3288
|
background: #1f2d40;
|
|
@@ -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 #93cbf9;
|
|
3292
3301
|
}
|
|
3293
3302
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3294
3303
|
border-radius: 3px;
|
|
@@ -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: rgba(255, 255, 255, 0.87);
|
|
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 #93cbf9;
|
|
3332
|
-
}
|
|
3333
3337
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3334
3338
|
background: rgba(100, 181, 246, 0.16);
|
|
3335
3339
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3836,6 +3840,11 @@
|
|
|
3836
3840
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3837
3841
|
background: #304562;
|
|
3838
3842
|
}
|
|
3843
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3844
|
+
outline: 0 none;
|
|
3845
|
+
outline-offset: 0;
|
|
3846
|
+
box-shadow: 0 0 0 1px #93cbf9;
|
|
3847
|
+
}
|
|
3839
3848
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3840
3849
|
background: #304562;
|
|
3841
3850
|
}
|
|
@@ -3258,6 +3258,7 @@
|
|
|
3258
3258
|
padding: 0.5rem 0;
|
|
3259
3259
|
border-bottom-right-radius: 3px;
|
|
3260
3260
|
border-bottom-left-radius: 3px;
|
|
3261
|
+
outline: 0 none;
|
|
3261
3262
|
}
|
|
3262
3263
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3263
3264
|
padding: 0.5rem 1rem;
|
|
@@ -3271,15 +3272,17 @@
|
|
|
3271
3272
|
background: rgba(255, 255, 255, 0.03);
|
|
3272
3273
|
color: rgba(255, 255, 255, 0.87);
|
|
3273
3274
|
}
|
|
3274
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
box-shadow: inset 0 0 0 0.15rem #a7d8a9;
|
|
3275
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3276
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3277
|
+
background: rgba(255, 255, 255, 0.09);
|
|
3278
3278
|
}
|
|
3279
3279
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3280
3280
|
color: rgba(255, 255, 255, 0.87);
|
|
3281
3281
|
background: rgba(129, 199, 132, 0.16);
|
|
3282
3282
|
}
|
|
3283
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3284
|
+
background: rgba(129, 199, 132, 0.24);
|
|
3285
|
+
}
|
|
3283
3286
|
.p-tree {
|
|
3284
3287
|
border: 1px solid #304562;
|
|
3285
3288
|
background: #1f2d40;
|
|
@@ -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 #a7d8a9;
|
|
3292
3301
|
}
|
|
3293
3302
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3294
3303
|
border-radius: 3px;
|
|
@@ -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: rgba(255, 255, 255, 0.87);
|
|
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 #a7d8a9;
|
|
3332
|
-
}
|
|
3333
3337
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3334
3338
|
background: rgba(129, 199, 132, 0.16);
|
|
3335
3339
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3836,6 +3840,11 @@
|
|
|
3836
3840
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3837
3841
|
background: #304562;
|
|
3838
3842
|
}
|
|
3843
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3844
|
+
outline: 0 none;
|
|
3845
|
+
outline-offset: 0;
|
|
3846
|
+
box-shadow: 0 0 0 1px #a7d8a9;
|
|
3847
|
+
}
|
|
3839
3848
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3840
3849
|
background: #304562;
|
|
3841
3850
|
}
|
|
@@ -3258,6 +3258,7 @@
|
|
|
3258
3258
|
padding: 0.5rem 0;
|
|
3259
3259
|
border-bottom-right-radius: 3px;
|
|
3260
3260
|
border-bottom-left-radius: 3px;
|
|
3261
|
+
outline: 0 none;
|
|
3261
3262
|
}
|
|
3262
3263
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3263
3264
|
padding: 0.5rem 1rem;
|
|
@@ -3271,15 +3272,17 @@
|
|
|
3271
3272
|
background: rgba(255, 255, 255, 0.03);
|
|
3272
3273
|
color: rgba(255, 255, 255, 0.87);
|
|
3273
3274
|
}
|
|
3274
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
box-shadow: inset 0 0 0 0.15rem #ffe284;
|
|
3275
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3276
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3277
|
+
background: rgba(255, 255, 255, 0.09);
|
|
3278
3278
|
}
|
|
3279
3279
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3280
3280
|
color: rgba(255, 255, 255, 0.87);
|
|
3281
3281
|
background: rgba(255, 213, 79, 0.16);
|
|
3282
3282
|
}
|
|
3283
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3284
|
+
background: rgba(255, 213, 79, 0.24);
|
|
3285
|
+
}
|
|
3283
3286
|
.p-tree {
|
|
3284
3287
|
border: 1px solid #304562;
|
|
3285
3288
|
background: #1f2d40;
|
|
@@ -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 #ffe284;
|
|
3292
3301
|
}
|
|
3293
3302
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3294
3303
|
border-radius: 3px;
|
|
@@ -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: rgba(255, 255, 255, 0.87);
|
|
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 #ffe284;
|
|
3332
|
-
}
|
|
3333
3337
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3334
3338
|
background: rgba(255, 213, 79, 0.16);
|
|
3335
3339
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3836,6 +3840,11 @@
|
|
|
3836
3840
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3837
3841
|
background: #304562;
|
|
3838
3842
|
}
|
|
3843
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3844
|
+
outline: 0 none;
|
|
3845
|
+
outline-offset: 0;
|
|
3846
|
+
box-shadow: 0 0 0 1px #ffe284;
|
|
3847
|
+
}
|
|
3839
3848
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3840
3849
|
background: #304562;
|
|
3841
3850
|
}
|
|
@@ -3258,6 +3258,7 @@
|
|
|
3258
3258
|
padding: 0.5rem 0;
|
|
3259
3259
|
border-bottom-right-radius: 3px;
|
|
3260
3260
|
border-bottom-left-radius: 3px;
|
|
3261
|
+
outline: 0 none;
|
|
3261
3262
|
}
|
|
3262
3263
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3263
3264
|
padding: 0.5rem 1rem;
|
|
@@ -3271,15 +3272,17 @@
|
|
|
3271
3272
|
background: rgba(255, 255, 255, 0.03);
|
|
3272
3273
|
color: rgba(255, 255, 255, 0.87);
|
|
3273
3274
|
}
|
|
3274
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
box-shadow: inset 0 0 0 0.15rem #cf95d9;
|
|
3275
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3276
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3277
|
+
background: rgba(255, 255, 255, 0.09);
|
|
3278
3278
|
}
|
|
3279
3279
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3280
3280
|
color: rgba(255, 255, 255, 0.87);
|
|
3281
3281
|
background: rgba(186, 104, 200, 0.16);
|
|
3282
3282
|
}
|
|
3283
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3284
|
+
background: rgba(186, 104, 200, 0.24);
|
|
3285
|
+
}
|
|
3283
3286
|
.p-tree {
|
|
3284
3287
|
border: 1px solid #304562;
|
|
3285
3288
|
background: #1f2d40;
|
|
@@ -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 #cf95d9;
|
|
3292
3301
|
}
|
|
3293
3302
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3294
3303
|
border-radius: 3px;
|
|
@@ -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: rgba(255, 255, 255, 0.87);
|
|
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 #cf95d9;
|
|
3332
|
-
}
|
|
3333
3337
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3334
3338
|
background: rgba(186, 104, 200, 0.16);
|
|
3335
3339
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3836,6 +3840,11 @@
|
|
|
3836
3840
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3837
3841
|
background: #304562;
|
|
3838
3842
|
}
|
|
3843
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3844
|
+
outline: 0 none;
|
|
3845
|
+
outline-offset: 0;
|
|
3846
|
+
box-shadow: 0 0 0 1px #cf95d9;
|
|
3847
|
+
}
|
|
3839
3848
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3840
3849
|
background: #304562;
|
|
3841
3850
|
}
|
|
@@ -3284,6 +3284,7 @@
|
|
|
3284
3284
|
padding: 0.5rem 0.5rem;
|
|
3285
3285
|
border-bottom-right-radius: 6px;
|
|
3286
3286
|
border-bottom-left-radius: 6px;
|
|
3287
|
+
outline: 0 none;
|
|
3287
3288
|
}
|
|
3288
3289
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3289
3290
|
padding: 0.5rem 1rem;
|
|
@@ -3297,15 +3298,17 @@
|
|
|
3297
3298
|
background: rgba(158, 173, 230, 0.08);
|
|
3298
3299
|
color: rgba(255, 255, 255, 0.87);
|
|
3299
3300
|
}
|
|
3300
|
-
.p-picklist .p-picklist-list .p-picklist-item
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
box-shadow: inset 0 0 0 0.15rem #9eade6;
|
|
3301
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3302
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3303
|
+
background: rgba(158, 173, 230, 0.1);
|
|
3304
3304
|
}
|
|
3305
3305
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3306
3306
|
color: #9eade6;
|
|
3307
3307
|
background: rgba(158, 173, 230, 0.16);
|
|
3308
3308
|
}
|
|
3309
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3310
|
+
background: rgba(158, 173, 230, 0.24);
|
|
3311
|
+
}
|
|
3309
3312
|
.p-tree {
|
|
3310
3313
|
border: 2px solid #263238;
|
|
3311
3314
|
background: #161d21;
|
|
@@ -3315,6 +3318,12 @@
|
|
|
3315
3318
|
}
|
|
3316
3319
|
.p-tree .p-tree-container .p-treenode {
|
|
3317
3320
|
padding: 0.143rem;
|
|
3321
|
+
outline: 0 none;
|
|
3322
|
+
}
|
|
3323
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
|
|
3324
|
+
outline: 0 none;
|
|
3325
|
+
outline-offset: 0;
|
|
3326
|
+
box-shadow: inset 0 0 0 0.15rem #9eade6;
|
|
3318
3327
|
}
|
|
3319
3328
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
|
3320
3329
|
border-radius: 6px;
|
|
@@ -3351,11 +3360,6 @@
|
|
|
3351
3360
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3352
3361
|
color: rgba(255, 255, 255, 0.87);
|
|
3353
3362
|
}
|
|
3354
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
3355
|
-
outline: 0 none;
|
|
3356
|
-
outline-offset: 0;
|
|
3357
|
-
box-shadow: inset 0 0 0 0.15rem #9eade6;
|
|
3358
|
-
}
|
|
3359
3363
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3360
3364
|
background: rgba(158, 173, 230, 0.16);
|
|
3361
3365
|
color: #9eade6;
|
|
@@ -3862,6 +3866,11 @@
|
|
|
3862
3866
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3863
3867
|
background: #263238;
|
|
3864
3868
|
}
|
|
3869
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3870
|
+
outline: 0 none;
|
|
3871
|
+
outline-offset: 0;
|
|
3872
|
+
box-shadow: 0 0 0 1px #9eade6;
|
|
3873
|
+
}
|
|
3865
3874
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3866
3875
|
background: #263238;
|
|
3867
3876
|
}
|