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
|
@@ -5,10 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var api = require('primereact/api');
|
|
8
|
+
var componentbase = require('primereact/componentbase');
|
|
8
9
|
var hooks = require('primereact/hooks');
|
|
9
10
|
var tooltip = require('primereact/tooltip');
|
|
10
11
|
var utils = require('primereact/utils');
|
|
11
|
-
var componentbase = require('primereact/componentbase');
|
|
12
12
|
|
|
13
13
|
function _interopNamespace(e) {
|
|
14
14
|
if (e && e.__esModule) return e;
|
|
@@ -226,33 +226,33 @@ var RadioButton = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namesp
|
|
|
226
226
|
var radioClicked = event.target instanceof HTMLDivElement;
|
|
227
227
|
var inputClicked = event.target === inputRef.current;
|
|
228
228
|
var isInputToggled = inputClicked && event.target.checked !== checked;
|
|
229
|
-
var isRadioToggled = radioClicked && (utils.DomHandler.
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
229
|
+
var isRadioToggled = radioClicked && (utils.DomHandler.hasClass(elementRef.current, 'p-radiobutton-checked') === checked ? !checked : false);
|
|
230
|
+
var value = !checked;
|
|
231
|
+
var eventData = {
|
|
232
|
+
originalEvent: event,
|
|
233
|
+
value: props.value,
|
|
234
|
+
checked: value,
|
|
235
|
+
stopPropagation: function stopPropagation() {
|
|
236
|
+
event.stopPropagation();
|
|
237
|
+
},
|
|
238
|
+
preventDefault: function preventDefault() {
|
|
239
|
+
event.preventDefault();
|
|
240
|
+
},
|
|
241
|
+
target: {
|
|
242
|
+
type: 'radio',
|
|
243
|
+
name: props.name,
|
|
244
|
+
id: props.id,
|
|
234
245
|
value: props.value,
|
|
235
|
-
checked: value
|
|
236
|
-
stopPropagation: function stopPropagation() {
|
|
237
|
-
event.stopPropagation();
|
|
238
|
-
},
|
|
239
|
-
preventDefault: function preventDefault() {
|
|
240
|
-
event.preventDefault();
|
|
241
|
-
},
|
|
242
|
-
target: {
|
|
243
|
-
type: 'radio',
|
|
244
|
-
name: props.name,
|
|
245
|
-
id: props.id,
|
|
246
|
-
value: props.value,
|
|
247
|
-
checked: value
|
|
248
|
-
}
|
|
249
|
-
};
|
|
250
|
-
props.onClick && props.onClick(eventData);
|
|
251
|
-
|
|
252
|
-
// do not continue if the user defined click wants to prevent
|
|
253
|
-
if (event.defaultPrevented) {
|
|
254
|
-
return;
|
|
246
|
+
checked: value
|
|
255
247
|
}
|
|
248
|
+
};
|
|
249
|
+
props.onClick && props.onClick(eventData);
|
|
250
|
+
|
|
251
|
+
// do not continue if the user defined click wants to prevent
|
|
252
|
+
if (event.defaultPrevented) {
|
|
253
|
+
return;
|
|
254
|
+
}
|
|
255
|
+
if (isInputToggled || isRadioToggled) {
|
|
256
256
|
props.onChange && props.onChange(eventData);
|
|
257
257
|
if (isRadioToggled) {
|
|
258
258
|
inputRef.current.checked = value;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("primereact/api"),n=require("primereact/
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("primereact/api"),n=require("primereact/componentbase"),r=require("primereact/hooks"),o=require("primereact/tooltip"),i=require("primereact/utils");function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var c=a(e);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},u.apply(this,arguments)}function l(e){return l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},l(e)}function s(e,t){if("object"!==l(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==l(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function d(e){var t=s(e,"string");return"symbol"===l(t)?t:String(t)}function p(e){if(Array.isArray(e))return e}function f(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i,a,c=[],u=!0,l=!1;try{if(i=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=i.call(n)).done)&&(c.push(r.value),c.length!==t);u=!0);}catch(e){l=!0,o=e}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw o}}return c}}function b(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function m(e,t){if(e){if("string"==typeof e)return b(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?b(e,t):void 0}}function y(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var v=n.ComponentBase.extend({defaultProps:{__TYPE:"RadioButton",autoFocus:!1,checked:!1,className:null,disabled:!1,id:null,inputId:null,inputRef:null,name:null,onChange:null,onClick:null,required:!1,style:null,tabIndex:null,tooltip:null,tooltipOptions:null,value:null,children:void 0},css:{classes:{root:function(e){var t=e.props;return i.classNames("p-radiobutton p-component",{"p-radiobutton-checked":t.checked,"p-radiobutton-disabled":t.disabled,"p-radiobutton-focused":e.focusedState})},input:function(e){var t=e.props;return i.classNames("p-radiobutton-box",{"p-highlight":t.checked,"p-disabled":t.disabled,"p-focus":e.focusedState})},icon:"p-radiobutton-icon"},styles:"\n@layer primereact {\n .p-radiobutton {\n display: inline-flex;\n cursor: pointer;\n user-select: none;\n vertical-align: bottom;\n }\n \n .p-radiobutton-box {\n display: flex;\n justify-content: center;\n align-items: center;\n }\n \n .p-radiobutton-icon {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n transform: translateZ(0) scale(.1);\n border-radius: 50%;\n visibility: hidden;\n }\n \n .p-radiobutton-box.p-highlight .p-radiobutton-icon {\n transform: translateZ(0) scale(1.0, 1.0);\n visibility: visible;\n }\n}\n"}});function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function g(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?h(Object(n),!0).forEach((function(t){var r,o,i;r=e,i=n[t],(o=d(o=t))in r?Object.defineProperty(r,o,{value:i,enumerable:!0,configurable:!0,writable:!0}):r[o]=i})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var O=c.memo(c.forwardRef((function(e,a){var l,s,d=c.useContext(t.PrimeReactContext),b=v.getProps(e,d),h=c.useState(!1),O=(s=2,p(l=h)||f(l,s)||m(l,s)||y()),j=O[0],P=O[1],k=c.useRef(null),S=c.useRef(b.inputRef),E=v.setMetaData({props:b,state:{focused:j}}),w=E.ptm,D=E.cx;n.useHandleStyle(v.css.styles,E.isUnstyled,{name:"radiobutton",styled:!0});var x=function(e){C(e)},C=function(e){if(!b.disabled&&(b.onChange||b.onClick)){var t=b.checked,n=e.target instanceof HTMLDivElement,r=e.target===S.current&&e.target.checked!==t,o=n&&i.DomHandler.hasClass(k.current,"p-radiobutton-checked")===t&&!t,a=!t,c={originalEvent:e,value:b.value,checked:a,stopPropagation:function(){e.stopPropagation()},preventDefault:function(){e.preventDefault()},target:{type:"radio",name:b.name,id:b.id,value:b.value,checked:a}};if(b.onClick&&b.onClick(c),e.defaultPrevented)return;(r||o)&&(b.onChange&&b.onChange(c),o&&(S.current.checked=a)),i.DomHandler.focus(S.current),e.preventDefault()}};c.useEffect((function(){S.current&&(S.current.checked=b.checked)}),[b.checked]),c.useEffect((function(){i.ObjectUtils.combinedRefs(S,b.inputRef)}),[S,b.inputRef]),r.useMountEffect((function(){b.autoFocus&&i.DomHandler.focus(S.current,b.autoFocus)})),c.useImperativeHandle(a,(function(){return{props:b,select:x,focus:function(){return i.DomHandler.focus(S.current)},getElement:function(){return k.current},getInput:function(){return S.current}}}));var R=i.ObjectUtils.isNotEmpty(b.tooltip),I=v.getOtherProps(b),N=i.ObjectUtils.reduceKeys(I,i.DomHandler.ARIA_PROPS),q=i.mergeProps({className:i.classNames(b.className,D("root",{focusedState:j})),style:b.style,onClick:C,"data-p-checked":b.checked},v.getOtherProps(b),w("root")),A=i.mergeProps({className:"p-hidden-accessible"},w("hiddenInputWrapper")),H=i.mergeProps(g({type:"radio",name:b.name,defaultChecked:b.checked,onFocus:function(){P(!0)},onBlur:function(){P(!1)},onKeyDown:function(e){"Space"!==e.code&&" "!==e.key||C(e)},disabled:b.disabled,required:b.required,tabIndex:b.tabIndex},N),w("hiddenInput")),_=i.mergeProps({className:D("input",{focusedState:j})},w("input")),M=i.mergeProps({className:D("icon")},w("icon"));return c.createElement(c.Fragment,null,c.createElement("div",u({id:b.id,ref:k},q),c.createElement("div",A,c.createElement("input",u({id:b.inputId,ref:S},H))),c.createElement("div",_,c.createElement("div",M))),R&&c.createElement(o.Tooltip,u({target:k,content:b.tooltip},b.tooltipOptions,{pt:w("tooltip")})))})));O.displayName="RadioButton",exports.RadioButton=O;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { PrimeReactContext } from 'primereact/api';
|
|
4
|
+
import { ComponentBase, useHandleStyle } from 'primereact/componentbase';
|
|
4
5
|
import { useMountEffect } from 'primereact/hooks';
|
|
5
6
|
import { Tooltip } from 'primereact/tooltip';
|
|
6
7
|
import { classNames, ObjectUtils, DomHandler, mergeProps } from 'primereact/utils';
|
|
7
|
-
import { ComponentBase, useHandleStyle } from 'primereact/componentbase';
|
|
8
8
|
|
|
9
9
|
function _extends() {
|
|
10
10
|
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
@@ -202,33 +202,33 @@ var RadioButton = /*#__PURE__*/React.memo( /*#__PURE__*/React.forwardRef(functio
|
|
|
202
202
|
var radioClicked = event.target instanceof HTMLDivElement;
|
|
203
203
|
var inputClicked = event.target === inputRef.current;
|
|
204
204
|
var isInputToggled = inputClicked && event.target.checked !== checked;
|
|
205
|
-
var isRadioToggled = radioClicked && (DomHandler.
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
205
|
+
var isRadioToggled = radioClicked && (DomHandler.hasClass(elementRef.current, 'p-radiobutton-checked') === checked ? !checked : false);
|
|
206
|
+
var value = !checked;
|
|
207
|
+
var eventData = {
|
|
208
|
+
originalEvent: event,
|
|
209
|
+
value: props.value,
|
|
210
|
+
checked: value,
|
|
211
|
+
stopPropagation: function stopPropagation() {
|
|
212
|
+
event.stopPropagation();
|
|
213
|
+
},
|
|
214
|
+
preventDefault: function preventDefault() {
|
|
215
|
+
event.preventDefault();
|
|
216
|
+
},
|
|
217
|
+
target: {
|
|
218
|
+
type: 'radio',
|
|
219
|
+
name: props.name,
|
|
220
|
+
id: props.id,
|
|
210
221
|
value: props.value,
|
|
211
|
-
checked: value
|
|
212
|
-
stopPropagation: function stopPropagation() {
|
|
213
|
-
event.stopPropagation();
|
|
214
|
-
},
|
|
215
|
-
preventDefault: function preventDefault() {
|
|
216
|
-
event.preventDefault();
|
|
217
|
-
},
|
|
218
|
-
target: {
|
|
219
|
-
type: 'radio',
|
|
220
|
-
name: props.name,
|
|
221
|
-
id: props.id,
|
|
222
|
-
value: props.value,
|
|
223
|
-
checked: value
|
|
224
|
-
}
|
|
225
|
-
};
|
|
226
|
-
props.onClick && props.onClick(eventData);
|
|
227
|
-
|
|
228
|
-
// do not continue if the user defined click wants to prevent
|
|
229
|
-
if (event.defaultPrevented) {
|
|
230
|
-
return;
|
|
222
|
+
checked: value
|
|
231
223
|
}
|
|
224
|
+
};
|
|
225
|
+
props.onClick && props.onClick(eventData);
|
|
226
|
+
|
|
227
|
+
// do not continue if the user defined click wants to prevent
|
|
228
|
+
if (event.defaultPrevented) {
|
|
229
|
+
return;
|
|
230
|
+
}
|
|
231
|
+
if (isInputToggled || isRadioToggled) {
|
|
232
232
|
props.onChange && props.onChange(eventData);
|
|
233
233
|
if (isRadioToggled) {
|
|
234
234
|
inputRef.current.checked = value;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import*as e from"react";import{PrimeReactContext as t}from"primereact/api";import{
|
|
1
|
+
import*as e from"react";import{PrimeReactContext as t}from"primereact/api";import{ComponentBase as n,useHandleStyle as r}from"primereact/componentbase";import{useMountEffect as o}from"primereact/hooks";import{Tooltip as i}from"primereact/tooltip";import{classNames as a,ObjectUtils as c,DomHandler as u,mergeProps as l}from"primereact/utils";function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},s.apply(this,arguments)}function p(e){return p="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},p(e)}function d(e,t){if("object"!==p(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==p(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function f(e){var t=d(e,"string");return"symbol"===p(t)?t:String(t)}function b(e){if(Array.isArray(e))return e}function m(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i,a,c=[],u=!0,l=!1;try{if(i=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=i.call(n)).done)&&(c.push(r.value),c.length!==t);u=!0);}catch(e){l=!0,o=e}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw o}}return c}}function y(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function v(e,t){if(e){if("string"==typeof e)return y(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?y(e,t):void 0}}function h(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var g=n.extend({defaultProps:{__TYPE:"RadioButton",autoFocus:!1,checked:!1,className:null,disabled:!1,id:null,inputId:null,inputRef:null,name:null,onChange:null,onClick:null,required:!1,style:null,tabIndex:null,tooltip:null,tooltipOptions:null,value:null,children:void 0},css:{classes:{root:function(e){var t=e.props;return a("p-radiobutton p-component",{"p-radiobutton-checked":t.checked,"p-radiobutton-disabled":t.disabled,"p-radiobutton-focused":e.focusedState})},input:function(e){var t=e.props;return a("p-radiobutton-box",{"p-highlight":t.checked,"p-disabled":t.disabled,"p-focus":e.focusedState})},icon:"p-radiobutton-icon"},styles:"\n@layer primereact {\n .p-radiobutton {\n display: inline-flex;\n cursor: pointer;\n user-select: none;\n vertical-align: bottom;\n }\n \n .p-radiobutton-box {\n display: flex;\n justify-content: center;\n align-items: center;\n }\n \n .p-radiobutton-icon {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n transform: translateZ(0) scale(.1);\n border-radius: 50%;\n visibility: hidden;\n }\n \n .p-radiobutton-box.p-highlight .p-radiobutton-icon {\n transform: translateZ(0) scale(1.0, 1.0);\n visibility: visible;\n }\n}\n"}});function O(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function k(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?O(Object(n),!0).forEach((function(t){var r,o,i;r=e,i=n[t],(o=f(o=t))in r?Object.defineProperty(r,o,{value:i,enumerable:!0,configurable:!0,writable:!0}):r[o]=i})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):O(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var j=e.memo(e.forwardRef((function(n,p){var d,f,y=e.useContext(t),O=g.getProps(n,y),j=e.useState(!1),P=(f=2,b(d=j)||m(d,f)||v(d,f)||h()),S=P[0],E=P[1],w=e.useRef(null),x=e.useRef(O.inputRef),C=g.setMetaData({props:O,state:{focused:S}}),I=C.ptm,R=C.cx;r(g.css.styles,C.isUnstyled,{name:"radiobutton",styled:!0});var D=function(e){N(e)},N=function(e){if(!O.disabled&&(O.onChange||O.onClick)){var t=O.checked,n=e.target instanceof HTMLDivElement,r=e.target===x.current&&e.target.checked!==t,o=n&&u.hasClass(w.current,"p-radiobutton-checked")===t&&!t,i=!t,a={originalEvent:e,value:O.value,checked:i,stopPropagation:function(){e.stopPropagation()},preventDefault:function(){e.preventDefault()},target:{type:"radio",name:O.name,id:O.id,value:O.value,checked:i}};if(O.onClick&&O.onClick(a),e.defaultPrevented)return;(r||o)&&(O.onChange&&O.onChange(a),o&&(x.current.checked=i)),u.focus(x.current),e.preventDefault()}};e.useEffect((function(){x.current&&(x.current.checked=O.checked)}),[O.checked]),e.useEffect((function(){c.combinedRefs(x,O.inputRef)}),[x,O.inputRef]),o((function(){O.autoFocus&&u.focus(x.current,O.autoFocus)})),e.useImperativeHandle(p,(function(){return{props:O,select:D,focus:function(){return u.focus(x.current)},getElement:function(){return w.current},getInput:function(){return x.current}}}));var A=c.isNotEmpty(O.tooltip),F=g.getOtherProps(O),T=c.reduceKeys(F,u.ARIA_PROPS),q=l({className:a(O.className,R("root",{focusedState:S})),style:O.style,onClick:N,"data-p-checked":O.checked},g.getOtherProps(O),I("root")),B=l({className:"p-hidden-accessible"},I("hiddenInputWrapper")),M=l(k({type:"radio",name:O.name,defaultChecked:O.checked,onFocus:function(){E(!0)},onBlur:function(){E(!1)},onKeyDown:function(e){"Space"!==e.code&&" "!==e.key||N(e)},disabled:O.disabled,required:O.required,tabIndex:O.tabIndex},T),I("hiddenInput")),_=l({className:R("input",{focusedState:S})},I("input")),H=l({className:R("icon")},I("icon"));return e.createElement(e.Fragment,null,e.createElement("div",s({id:O.id,ref:w},q),e.createElement("div",B,e.createElement("input",s({id:O.inputId,ref:x},M))),e.createElement("div",_,e.createElement("div",H))),A&&e.createElement(i,s({target:w,content:O.tooltip},O.tooltipOptions,{pt:I("tooltip")})))})));j.displayName="RadioButton";export{j as RadioButton};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
this.primereact = this.primereact || {};
|
|
2
|
-
this.primereact.radiobutton = (function (exports, React, api, hooks, tooltip, utils
|
|
2
|
+
this.primereact.radiobutton = (function (exports, React, api, componentbase, hooks, tooltip, utils) {
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
5
5
|
function _interopNamespace(e) {
|
|
@@ -218,33 +218,33 @@ this.primereact.radiobutton = (function (exports, React, api, hooks, tooltip, ut
|
|
|
218
218
|
var radioClicked = event.target instanceof HTMLDivElement;
|
|
219
219
|
var inputClicked = event.target === inputRef.current;
|
|
220
220
|
var isInputToggled = inputClicked && event.target.checked !== checked;
|
|
221
|
-
var isRadioToggled = radioClicked && (utils.DomHandler.
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
221
|
+
var isRadioToggled = radioClicked && (utils.DomHandler.hasClass(elementRef.current, 'p-radiobutton-checked') === checked ? !checked : false);
|
|
222
|
+
var value = !checked;
|
|
223
|
+
var eventData = {
|
|
224
|
+
originalEvent: event,
|
|
225
|
+
value: props.value,
|
|
226
|
+
checked: value,
|
|
227
|
+
stopPropagation: function stopPropagation() {
|
|
228
|
+
event.stopPropagation();
|
|
229
|
+
},
|
|
230
|
+
preventDefault: function preventDefault() {
|
|
231
|
+
event.preventDefault();
|
|
232
|
+
},
|
|
233
|
+
target: {
|
|
234
|
+
type: 'radio',
|
|
235
|
+
name: props.name,
|
|
236
|
+
id: props.id,
|
|
226
237
|
value: props.value,
|
|
227
|
-
checked: value
|
|
228
|
-
stopPropagation: function stopPropagation() {
|
|
229
|
-
event.stopPropagation();
|
|
230
|
-
},
|
|
231
|
-
preventDefault: function preventDefault() {
|
|
232
|
-
event.preventDefault();
|
|
233
|
-
},
|
|
234
|
-
target: {
|
|
235
|
-
type: 'radio',
|
|
236
|
-
name: props.name,
|
|
237
|
-
id: props.id,
|
|
238
|
-
value: props.value,
|
|
239
|
-
checked: value
|
|
240
|
-
}
|
|
241
|
-
};
|
|
242
|
-
props.onClick && props.onClick(eventData);
|
|
243
|
-
|
|
244
|
-
// do not continue if the user defined click wants to prevent
|
|
245
|
-
if (event.defaultPrevented) {
|
|
246
|
-
return;
|
|
238
|
+
checked: value
|
|
247
239
|
}
|
|
240
|
+
};
|
|
241
|
+
props.onClick && props.onClick(eventData);
|
|
242
|
+
|
|
243
|
+
// do not continue if the user defined click wants to prevent
|
|
244
|
+
if (event.defaultPrevented) {
|
|
245
|
+
return;
|
|
246
|
+
}
|
|
247
|
+
if (isInputToggled || isRadioToggled) {
|
|
248
248
|
props.onChange && props.onChange(eventData);
|
|
249
249
|
if (isRadioToggled) {
|
|
250
250
|
inputRef.current.checked = value;
|
|
@@ -348,4 +348,4 @@ this.primereact.radiobutton = (function (exports, React, api, hooks, tooltip, ut
|
|
|
348
348
|
|
|
349
349
|
return exports;
|
|
350
350
|
|
|
351
|
-
})({}, React, primereact.api, primereact.
|
|
351
|
+
})({}, React, primereact.api, primereact.componentbase, primereact.hooks, primereact.tooltip, primereact.utils);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
this.primereact=this.primereact||{},this.primereact.radiobutton=function(e,t,n,r,o,i,a){"use strict";function c(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var u=c(t);function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},l.apply(this,arguments)}function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}function d(e,t){if("object"!==s(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==s(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function p(e){var t=d(e,"string");return"symbol"===s(t)?t:String(t)}function f(e){if(Array.isArray(e))return e}function b(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i,a,c=[],u=!0,l=!1;try{if(i=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=i.call(n)).done)&&(c.push(r.value),c.length!==t);u=!0);}catch(e){l=!0,o=e}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw o}}return c}}function m(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function y(e,t){if(e){if("string"==typeof e)return m(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?m(e,t):void 0}}function v(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var h=
|
|
1
|
+
this.primereact=this.primereact||{},this.primereact.radiobutton=function(e,t,n,r,o,i,a){"use strict";function c(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var u=c(t);function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},l.apply(this,arguments)}function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}function d(e,t){if("object"!==s(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==s(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function p(e){var t=d(e,"string");return"symbol"===s(t)?t:String(t)}function f(e){if(Array.isArray(e))return e}function b(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i,a,c=[],u=!0,l=!1;try{if(i=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=i.call(n)).done)&&(c.push(r.value),c.length!==t);u=!0);}catch(e){l=!0,o=e}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw o}}return c}}function m(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function y(e,t){if(e){if("string"==typeof e)return m(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?m(e,t):void 0}}function v(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var h=r.ComponentBase.extend({defaultProps:{__TYPE:"RadioButton",autoFocus:!1,checked:!1,className:null,disabled:!1,id:null,inputId:null,inputRef:null,name:null,onChange:null,onClick:null,required:!1,style:null,tabIndex:null,tooltip:null,tooltipOptions:null,value:null,children:void 0},css:{classes:{root:function(e){var t=e.props;return a.classNames("p-radiobutton p-component",{"p-radiobutton-checked":t.checked,"p-radiobutton-disabled":t.disabled,"p-radiobutton-focused":e.focusedState})},input:function(e){var t=e.props;return a.classNames("p-radiobutton-box",{"p-highlight":t.checked,"p-disabled":t.disabled,"p-focus":e.focusedState})},icon:"p-radiobutton-icon"},styles:"\n@layer primereact {\n .p-radiobutton {\n display: inline-flex;\n cursor: pointer;\n user-select: none;\n vertical-align: bottom;\n }\n \n .p-radiobutton-box {\n display: flex;\n justify-content: center;\n align-items: center;\n }\n \n .p-radiobutton-icon {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n transform: translateZ(0) scale(.1);\n border-radius: 50%;\n visibility: hidden;\n }\n \n .p-radiobutton-box.p-highlight .p-radiobutton-icon {\n transform: translateZ(0) scale(1.0, 1.0);\n visibility: visible;\n }\n}\n"}});function g(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function O(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?g(Object(n),!0).forEach((function(t){var r,o,i;r=e,i=n[t],(o=p(o=t))in r?Object.defineProperty(r,o,{value:i,enumerable:!0,configurable:!0,writable:!0}):r[o]=i})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):g(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var j=u.memo(u.forwardRef((function(e,t){var c,s,d=u.useContext(n.PrimeReactContext),p=h.getProps(e,d),m=u.useState(!1),g=(s=2,f(c=m)||b(c,s)||y(c,s)||v()),j=g[0],P=g[1],k=u.useRef(null),S=u.useRef(p.inputRef),E=h.setMetaData({props:p,state:{focused:j}}),w=E.ptm,D=E.cx;r.useHandleStyle(h.css.styles,E.isUnstyled,{name:"radiobutton",styled:!0});var C=function(e){R(e)},R=function(e){if(!p.disabled&&(p.onChange||p.onClick)){var t=p.checked,n=e.target instanceof HTMLDivElement,r=e.target===S.current&&e.target.checked!==t,o=n&&a.DomHandler.hasClass(k.current,"p-radiobutton-checked")===t&&!t,i=!t,c={originalEvent:e,value:p.value,checked:i,stopPropagation:function(){e.stopPropagation()},preventDefault:function(){e.preventDefault()},target:{type:"radio",name:p.name,id:p.id,value:p.value,checked:i}};if(p.onClick&&p.onClick(c),e.defaultPrevented)return;(r||o)&&(p.onChange&&p.onChange(c),o&&(S.current.checked=i)),a.DomHandler.focus(S.current),e.preventDefault()}};u.useEffect((function(){S.current&&(S.current.checked=p.checked)}),[p.checked]),u.useEffect((function(){a.ObjectUtils.combinedRefs(S,p.inputRef)}),[S,p.inputRef]),o.useMountEffect((function(){p.autoFocus&&a.DomHandler.focus(S.current,p.autoFocus)})),u.useImperativeHandle(t,(function(){return{props:p,select:C,focus:function(){return a.DomHandler.focus(S.current)},getElement:function(){return k.current},getInput:function(){return S.current}}}));var x=a.ObjectUtils.isNotEmpty(p.tooltip),I=h.getOtherProps(p),N=a.ObjectUtils.reduceKeys(I,a.DomHandler.ARIA_PROPS),A=a.mergeProps({className:a.classNames(p.className,D("root",{focusedState:j})),style:p.style,onClick:R,"data-p-checked":p.checked},h.getOtherProps(p),w("root")),H=a.mergeProps({className:"p-hidden-accessible"},w("hiddenInputWrapper")),_=a.mergeProps(O({type:"radio",name:p.name,defaultChecked:p.checked,onFocus:function(){P(!0)},onBlur:function(){P(!1)},onKeyDown:function(e){"Space"!==e.code&&" "!==e.key||R(e)},disabled:p.disabled,required:p.required,tabIndex:p.tabIndex},N),w("hiddenInput")),M=a.mergeProps({className:D("input",{focusedState:j})},w("input")),B=a.mergeProps({className:D("icon")},w("icon"));return u.createElement(u.Fragment,null,u.createElement("div",l({id:p.id,ref:k},A),u.createElement("div",H,u.createElement("input",l({id:p.inputId,ref:S},_))),u.createElement("div",M,u.createElement("div",B))),x&&u.createElement(i.Tooltip,l({target:k,content:p.tooltip},p.tooltipOptions,{pt:w("tooltip")})))})));return j.displayName="RadioButton",e.RadioButton=j,Object.defineProperty(e,"__esModule",{value:!0}),e}({},React,primereact.api,primereact.componentbase,primereact.hooks,primereact.tooltip,primereact.utils);
|
|
@@ -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 #383838;
|
|
3285
3288
|
background: #1e1e1e;
|
|
@@ -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: #383838;
|
|
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: #383838;
|
|
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 #383838;
|
|
3285
3288
|
background: #1e1e1e;
|
|
@@ -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: #383838;
|
|
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: #383838;
|
|
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 #383838;
|
|
3285
3288
|
background: #1e1e1e;
|
|
@@ -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: #383838;
|
|
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: #383838;
|
|
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 #383838;
|
|
3285
3288
|
background: #1e1e1e;
|
|
@@ -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: #383838;
|
|
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: #383838;
|
|
3841
3850
|
}
|
|
@@ -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 #e3f3fe;
|
|
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: #8dd0ff;
|
|
3291
3291
|
}
|
|
3292
|
+
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
|
3293
|
+
background: #64bfff;
|
|
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 #e3f3fe;
|
|
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 #e3f3fe;
|
|
3341
|
-
}
|
|
3342
3346
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3343
3347
|
background: #8dd0ff;
|
|
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 #e3f3fe;
|
|
3856
|
+
}
|
|
3848
3857
|
.p-splitter .p-splitter-gutter-resizing {
|
|
3849
3858
|
background: #3f4b5b;
|
|
3850
3859
|
}
|