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
|
@@ -161,7 +161,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
161
161
|
},
|
|
162
162
|
accordion: {
|
|
163
163
|
root: 'mb-1',
|
|
164
|
-
|
|
164
|
+
tab: {
|
|
165
165
|
root: 'mb-1',
|
|
166
166
|
header: function header(_ref2) {
|
|
167
167
|
var context = _ref2.context;
|
|
@@ -218,7 +218,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
218
218
|
// Padding.
|
|
219
219
|
title: 'text-2xl font-bold mb-2',
|
|
220
220
|
// Font size, font weight, and margin bottom.
|
|
221
|
-
|
|
221
|
+
subTitle: {
|
|
222
222
|
className: classNames('font-normal mb-2 text-gray-600',
|
|
223
223
|
// Font weight, margin bottom, and text color.
|
|
224
224
|
'dark:text-white/60 ' //dark
|
|
@@ -347,9 +347,9 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
347
347
|
'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]',
|
|
348
348
|
// Focus styles.
|
|
349
349
|
{
|
|
350
|
-
'border-gray-300 bg-white text-gray-700 hover:bg-white hover:border-gray-400 hover:text-gray-600 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 dark:hover:bg-gray-800/80': parent.state.
|
|
350
|
+
'border-gray-300 bg-white text-gray-700 hover:bg-white hover:border-gray-400 hover:text-gray-600 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 dark:hover:bg-gray-800/80': parent.state.activeIndex !== context.index,
|
|
351
351
|
// Condition-based hover styles.
|
|
352
|
-
'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300': parent.state.
|
|
352
|
+
'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300': parent.state.activeIndex === context.index // Condition-based active styles.
|
|
353
353
|
}),
|
|
354
354
|
|
|
355
355
|
style: {
|
|
@@ -487,6 +487,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
487
487
|
root: {
|
|
488
488
|
className: classNames('bg-white text-gray-700 border-0 rounded-md shadow-lg', 'z-40 transform origin-center', 'absolute left-0 top-0 mt-3', 'before:absolute before:w-0 before:-top-3 before:h-0 before:border-transparent before:border-solid before:ml-6 before:border-x-[0.75rem] before:border-b-[0.75rem] before:border-t-0 before:border-b-white dark:before:border-b-gray-900', 'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80')
|
|
489
489
|
},
|
|
490
|
+
closeButton: 'flex items-center justify-center overflow-hidden absolute top-0 right-0 w-6 h-6',
|
|
490
491
|
content: 'p-5 items-center flex',
|
|
491
492
|
transition: TRANSITIONS.overlay
|
|
492
493
|
},
|
|
@@ -571,10 +572,10 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
571
572
|
var context = _ref20.context;
|
|
572
573
|
return {
|
|
573
574
|
className: classNames('absolute w-0 h-0 border-transparent border-solid', {
|
|
574
|
-
'-
|
|
575
|
-
'-
|
|
576
|
-
'-
|
|
577
|
-
'-
|
|
575
|
+
'-mt-1 border-y-[0.25rem] border-r-[0.25rem] border-l-0 border-r-gray-600': context.right,
|
|
576
|
+
'-mt-1 border-y-[0.25rem] border-l-[0.25rem] border-r-0 border-l-gray-600': context.left,
|
|
577
|
+
'-ml-1 border-x-[0.25rem] border-t-[0.25rem] border-b-0 border-t-gray-600': context.top,
|
|
578
|
+
'-ml-1 border-x-[0.25rem] border-b-[0.25rem] border-t-0 border-b-gray-600': context.bottom
|
|
578
579
|
})
|
|
579
580
|
};
|
|
580
581
|
},
|
|
@@ -596,10 +597,10 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
596
597
|
},
|
|
597
598
|
chooseIcon: 'mr-2 inline-block',
|
|
598
599
|
chooseButtonLabel: 'flex-1 font-bold',
|
|
599
|
-
|
|
600
|
+
uploadButton: {
|
|
600
601
|
icon: 'mr-2'
|
|
601
602
|
},
|
|
602
|
-
|
|
603
|
+
cancelButton: {
|
|
603
604
|
icon: 'mr-2'
|
|
604
605
|
},
|
|
605
606
|
content: {
|
|
@@ -611,7 +612,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
611
612
|
thumbnail: 'shrink-0',
|
|
612
613
|
fileName: 'mb-2',
|
|
613
614
|
fileSize: 'mr-2',
|
|
614
|
-
|
|
615
|
+
uploadIcon: 'mr-2'
|
|
615
616
|
},
|
|
616
617
|
//Messages
|
|
617
618
|
messages: {
|
|
@@ -780,8 +781,19 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
780
781
|
})
|
|
781
782
|
};
|
|
782
783
|
},
|
|
783
|
-
|
|
784
|
+
loadingIcon: function loadingIcon(_ref27) {
|
|
784
785
|
var props = _ref27.props;
|
|
786
|
+
return {
|
|
787
|
+
className: classNames('mx-0', {
|
|
788
|
+
'mr-2': props.loading && props.iconPos == 'left' && props.label != null,
|
|
789
|
+
'ml-2 order-1': props.loading && props.iconPos == 'right' && props.label != null,
|
|
790
|
+
'mb-2': props.loading && props.iconPos == 'top' && props.label != null,
|
|
791
|
+
'mt-2 order-2': props.loading && props.iconPos == 'bottom' && props.label != null
|
|
792
|
+
})
|
|
793
|
+
};
|
|
794
|
+
},
|
|
795
|
+
badge: function badge(_ref28) {
|
|
796
|
+
var props = _ref28.props;
|
|
785
797
|
return {
|
|
786
798
|
className: classNames({
|
|
787
799
|
'ml-2 w-4 h-4 leading-none flex items-center justify-center': props.badge
|
|
@@ -792,11 +804,11 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
792
804
|
speeddial: {
|
|
793
805
|
root: 'absolute flex',
|
|
794
806
|
button: {
|
|
795
|
-
root: function root(
|
|
796
|
-
var
|
|
807
|
+
root: function root(_ref29) {
|
|
808
|
+
var state = _ref29.state;
|
|
797
809
|
return {
|
|
798
810
|
className: classNames('w-16 !h-16 !rounded-full justify-center z-10', {
|
|
799
|
-
'rotate-45':
|
|
811
|
+
'rotate-45': state.visible
|
|
800
812
|
})
|
|
801
813
|
};
|
|
802
814
|
},
|
|
@@ -805,9 +817,9 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
805
817
|
}
|
|
806
818
|
},
|
|
807
819
|
menu: 'm-0 p-0 list-none flex items-center justify-center transition delay-200 z-20',
|
|
808
|
-
menuitem: function menuitem(
|
|
809
|
-
var props =
|
|
810
|
-
state =
|
|
820
|
+
menuitem: function menuitem(_ref30) {
|
|
821
|
+
var props = _ref30.props,
|
|
822
|
+
state = _ref30.state;
|
|
811
823
|
return {
|
|
812
824
|
className: classNames('transform transition-transform duration-200 ease-out transition-opacity duration-800', !state.visible ? 'opacity-0 scale-0' : 'opacity-1 scale-100', {
|
|
813
825
|
'my-1 first:mb-2': props.direction == 'up' && props.type == 'linear',
|
|
@@ -822,8 +834,8 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
822
834
|
action: {
|
|
823
835
|
className: classNames('flex items-center justify-center rounded-full relative overflow-hidden', 'w-12 h-12 bg-gray-700 hover:bg-gray-800 text-white')
|
|
824
836
|
},
|
|
825
|
-
mask: function mask(
|
|
826
|
-
var state =
|
|
837
|
+
mask: function mask(_ref31) {
|
|
838
|
+
var state = _ref31.state;
|
|
827
839
|
return {
|
|
828
840
|
className: classNames('absolute left-0 top-0 w-full h-full transition-opacity duration-250 ease-in-out bg-black/40 z-0', {
|
|
829
841
|
'opacity-0': !state.visible,
|
|
@@ -833,8 +845,8 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
833
845
|
}
|
|
834
846
|
},
|
|
835
847
|
splitbutton: {
|
|
836
|
-
root: function root(
|
|
837
|
-
var props =
|
|
848
|
+
root: function root(_ref32) {
|
|
849
|
+
var props = _ref32.props;
|
|
838
850
|
return {
|
|
839
851
|
className: classNames('inline-flex relative', 'rounded-md', {
|
|
840
852
|
'shadow-lg': props.raised
|
|
@@ -842,8 +854,8 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
842
854
|
};
|
|
843
855
|
},
|
|
844
856
|
button: {
|
|
845
|
-
root: function root(
|
|
846
|
-
var parent =
|
|
857
|
+
root: function root(_ref33) {
|
|
858
|
+
var parent = _ref33.parent;
|
|
847
859
|
return {
|
|
848
860
|
className: classNames('rounded-r-none border-r-0', {
|
|
849
861
|
'rounded-l-full': parent.props.rounded
|
|
@@ -855,10 +867,10 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
855
867
|
menu: {
|
|
856
868
|
className: classNames('outline-none', 'py-1 px-0 rounded-md list-none bg-white border-none shadow-lg')
|
|
857
869
|
},
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
root: function root(
|
|
861
|
-
var parent =
|
|
870
|
+
menuList: 'm-0 p-0 border-none outline-none no-underline list-none',
|
|
871
|
+
menuButton: {
|
|
872
|
+
root: function root(_ref34) {
|
|
873
|
+
var parent = _ref34.parent;
|
|
862
874
|
return {
|
|
863
875
|
className: classNames('rounded-l-none', {
|
|
864
876
|
'rounded-r-full': parent.props.rounded
|
|
@@ -872,9 +884,9 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
872
884
|
},
|
|
873
885
|
//FORMS
|
|
874
886
|
inputtext: {
|
|
875
|
-
root: function root(
|
|
876
|
-
var props =
|
|
877
|
-
context =
|
|
887
|
+
root: function root(_ref35) {
|
|
888
|
+
var props = _ref35.props,
|
|
889
|
+
context = _ref35.context;
|
|
878
890
|
return {
|
|
879
891
|
className: classNames('m-0', 'font-sans text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none rounded-lg', {
|
|
880
892
|
'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled,
|
|
@@ -889,33 +901,34 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
889
901
|
},
|
|
890
902
|
inputnumber: {
|
|
891
903
|
root: 'w-full inline-flex',
|
|
892
|
-
input:
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
904
|
+
input: {
|
|
905
|
+
root: function root(_ref36) {
|
|
906
|
+
var props = _ref36.props;
|
|
907
|
+
return {
|
|
908
|
+
className: classNames({
|
|
909
|
+
'rounded-tr-none rounded-br-none': props.showButtons && props.buttonLayout == 'stacked'
|
|
910
|
+
})
|
|
911
|
+
};
|
|
912
|
+
}
|
|
899
913
|
},
|
|
900
|
-
|
|
901
|
-
var props =
|
|
914
|
+
buttonGroup: function buttonGroup(_ref37) {
|
|
915
|
+
var props = _ref37.props;
|
|
902
916
|
return {
|
|
903
917
|
className: classNames({
|
|
904
918
|
'flex flex-col': props.showButtons && props.buttonLayout == 'stacked'
|
|
905
919
|
})
|
|
906
920
|
};
|
|
907
921
|
},
|
|
908
|
-
|
|
909
|
-
var props =
|
|
922
|
+
incrementButton: function incrementButton(_ref38) {
|
|
923
|
+
var props = _ref38.props;
|
|
910
924
|
return {
|
|
911
925
|
className: classNames('flex !items-center !justify-center', {
|
|
912
926
|
'rounded-br-none rounded-bl-none rounded-bl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
|
|
913
927
|
})
|
|
914
928
|
};
|
|
915
929
|
},
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
var props = _ref38.props;
|
|
930
|
+
decrementButton: function decrementButton(_ref39) {
|
|
931
|
+
var props = _ref39.props;
|
|
919
932
|
return {
|
|
920
933
|
className: classNames('flex !items-center !justify-center', {
|
|
921
934
|
'rounded-tr-none rounded-tl-none rounded-tl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
|
|
@@ -924,8 +937,8 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
924
937
|
}
|
|
925
938
|
},
|
|
926
939
|
knob: {
|
|
927
|
-
root: function root(
|
|
928
|
-
var props =
|
|
940
|
+
root: function root(_ref40) {
|
|
941
|
+
var props = _ref40.props;
|
|
929
942
|
return {
|
|
930
943
|
className: classNames('focus:outline-none focus:outline-offset-0 focus:shadow-0', {
|
|
931
944
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -937,16 +950,16 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
937
950
|
label: 'text-center text-xl'
|
|
938
951
|
},
|
|
939
952
|
inputswitch: {
|
|
940
|
-
root: function root(
|
|
941
|
-
var props =
|
|
953
|
+
root: function root(_ref41) {
|
|
954
|
+
var props = _ref41.props;
|
|
942
955
|
return {
|
|
943
956
|
className: classNames('inline-block relative', 'w-12 h-7', {
|
|
944
957
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
945
958
|
})
|
|
946
959
|
};
|
|
947
960
|
},
|
|
948
|
-
slider: function slider(
|
|
949
|
-
var props =
|
|
961
|
+
slider: function slider(_ref42) {
|
|
962
|
+
var props = _ref42.props;
|
|
950
963
|
return {
|
|
951
964
|
className: classNames('absolute cursor-pointer top-0 left-0 right-0 bottom-0 border border-transparent', 'transition-colors duration-200 rounded-2xl', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', "before:absolute before:content-'' before:top-1/2 before:bg-white before:dark:bg-gray-900 before:w-5 before:h-5 before:left-1 before:-mt-2.5 before:rounded-full before:transition-duration-200", {
|
|
952
965
|
'bg-gray-200 dark:bg-gray-800 hover:bg-gray-300 hover:dark:bg-gray-700 ': !props.checked,
|
|
@@ -956,8 +969,8 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
956
969
|
}
|
|
957
970
|
},
|
|
958
971
|
cascadeselect: {
|
|
959
|
-
root: function root(
|
|
960
|
-
var props =
|
|
972
|
+
root: function root(_ref43) {
|
|
973
|
+
var props = _ref43.props;
|
|
961
974
|
return {
|
|
962
975
|
className: classNames('inline-flex cursor-pointer select-none relative', 'bg-white dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 transition duration-200 ease-in-out rounded-lg', {
|
|
963
976
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -967,7 +980,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
967
980
|
label: {
|
|
968
981
|
className: classNames('block whitespace-nowrap overflow-hidden flex flex-1 w-1 text-overflow-ellipsis cursor-pointer', 'bg-transparent border-0 p-3 text-gray-700 dark:text-white/80', 'appearance-none rounded-md')
|
|
969
982
|
},
|
|
970
|
-
|
|
983
|
+
dropdownButton: {
|
|
971
984
|
className: classNames('flex items-center justify-center shrink-0', 'bg-transparent text-gray-600 dark:text-white/80 w-[3rem] rounded-tr-6 rounded-br-6')
|
|
972
985
|
},
|
|
973
986
|
panel: 'absolute py-3 bg-white dark:bg-gray-900 border-0 shadow-md',
|
|
@@ -975,29 +988,35 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
975
988
|
sublist: {
|
|
976
989
|
className: classNames('block absolute left-full top-0', 'min-w-full z-10', 'py-3 bg-white dark:bg-gray-900 border-0 shadow-md')
|
|
977
990
|
},
|
|
978
|
-
item: {
|
|
979
|
-
|
|
991
|
+
item: function item(_ref44) {
|
|
992
|
+
var state = _ref44.state;
|
|
993
|
+
return {
|
|
994
|
+
className: classNames('cursor-pointer font-normal whitespace-nowrap', 'm-0 border-0 bg-transparent transition-shadow rounded-none', {
|
|
995
|
+
'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:text-white/80 dark:hover:bg-gray-800/80': !state.selected,
|
|
996
|
+
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': state.selected
|
|
997
|
+
})
|
|
998
|
+
};
|
|
980
999
|
},
|
|
981
1000
|
content: {
|
|
982
1001
|
className: classNames('flex items-center overflow-hidden relative', 'py-3 px-5')
|
|
983
1002
|
},
|
|
984
|
-
|
|
1003
|
+
optionGroupIcon: 'ml-auto',
|
|
985
1004
|
transition: TRANSITIONS.overlay
|
|
986
1005
|
},
|
|
987
1006
|
inputmask: {
|
|
988
1007
|
root: 'font-sans text-base text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 py-3 px-3 border border-gray-300 dark:border-blue-900/40 hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)] transition duration-200 ease-in-out appearance-none rounded-md'
|
|
989
1008
|
},
|
|
990
1009
|
rating: {
|
|
991
|
-
root: function root(
|
|
992
|
-
var props =
|
|
1010
|
+
root: function root(_ref45) {
|
|
1011
|
+
var props = _ref45.props;
|
|
993
1012
|
return {
|
|
994
1013
|
className: classNames('relative flex items-center', 'gap-2', {
|
|
995
1014
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
996
1015
|
})
|
|
997
1016
|
};
|
|
998
1017
|
},
|
|
999
|
-
|
|
1000
|
-
|
|
1018
|
+
cancelItem: function cancelItem(_ref46) {
|
|
1019
|
+
_ref46.context;
|
|
1001
1020
|
return {
|
|
1002
1021
|
className: classNames('inline-flex items-center cursor-pointer'
|
|
1003
1022
|
|
|
@@ -1008,39 +1027,39 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1008
1027
|
};
|
|
1009
1028
|
},
|
|
1010
1029
|
|
|
1011
|
-
|
|
1030
|
+
cancelIcon: {
|
|
1012
1031
|
className: classNames('text-red-500', 'w-5 h-5', 'transition duration-200 ease-in')
|
|
1013
1032
|
},
|
|
1014
|
-
item: function item(
|
|
1015
|
-
var props =
|
|
1016
|
-
context =
|
|
1033
|
+
item: function item(_ref47) {
|
|
1034
|
+
var props = _ref47.props,
|
|
1035
|
+
context = _ref47.context;
|
|
1017
1036
|
return {
|
|
1018
1037
|
className: classNames('inline-flex items-center', {
|
|
1019
|
-
'cursor-pointer': !props.
|
|
1020
|
-
'cursor-default': props.
|
|
1038
|
+
'cursor-pointer': !props.readOnly,
|
|
1039
|
+
'cursor-default': props.readOnly
|
|
1021
1040
|
}, {
|
|
1022
|
-
'outline-none outline-offset-0 shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]': context.
|
|
1041
|
+
'outline-none outline-offset-0 shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]': context.active
|
|
1023
1042
|
})
|
|
1024
1043
|
};
|
|
1025
1044
|
},
|
|
1026
|
-
|
|
1045
|
+
offIcon: {
|
|
1027
1046
|
className: classNames('text-gray-700 hover:text-blue-400', 'w-5 h-5', 'transition duration-200 ease-in')
|
|
1028
1047
|
},
|
|
1029
|
-
|
|
1048
|
+
onIcon: {
|
|
1030
1049
|
className: classNames('text-blue-500', 'w-5 h-5', 'transition duration-200 ease-in')
|
|
1031
1050
|
}
|
|
1032
1051
|
},
|
|
1033
1052
|
selectbutton: {
|
|
1034
|
-
root: function root(
|
|
1035
|
-
var props =
|
|
1053
|
+
root: function root(_ref48) {
|
|
1054
|
+
var props = _ref48.props;
|
|
1036
1055
|
return {
|
|
1037
1056
|
className: classNames({
|
|
1038
1057
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
1039
1058
|
})
|
|
1040
1059
|
};
|
|
1041
1060
|
},
|
|
1042
|
-
button: function button(
|
|
1043
|
-
var context =
|
|
1061
|
+
button: function button(_ref49) {
|
|
1062
|
+
var context = _ref49.context;
|
|
1044
1063
|
return {
|
|
1045
1064
|
className: classNames('inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden relative', 'px-4 py-3', 'transition duration-200 border border-r-0', 'first:rounded-l-md first:rounded-tr-none first:rounded-br-none last:border-r last:rounded-tl-none last:rounded-bl-none last:rounded-r-md', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1046
1065
|
'bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-gray-300 dark:border-blue-900/40 hover:bg-gray-50 dark:hover:bg-gray-800/80 ': !context.selected,
|
|
@@ -1052,8 +1071,8 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1052
1071
|
label: 'font-bold'
|
|
1053
1072
|
},
|
|
1054
1073
|
slider: {
|
|
1055
|
-
root: function root(
|
|
1056
|
-
var props =
|
|
1074
|
+
root: function root(_ref50) {
|
|
1075
|
+
var props = _ref50.props;
|
|
1057
1076
|
return {
|
|
1058
1077
|
className: classNames('relative', 'bg-gray-100 dark:bg-gray-800 border-0 rounded-6', {
|
|
1059
1078
|
'h-1 w-56': props.orientation == 'horizontal',
|
|
@@ -1063,8 +1082,8 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1063
1082
|
})
|
|
1064
1083
|
};
|
|
1065
1084
|
},
|
|
1066
|
-
range: function range(
|
|
1067
|
-
var props =
|
|
1085
|
+
range: function range(_ref51) {
|
|
1086
|
+
var props = _ref51.props;
|
|
1068
1087
|
return {
|
|
1069
1088
|
className: classNames('bg-blue-500', 'block absolute', {
|
|
1070
1089
|
'top-0 left-0 h-full': props.orientation == 'horizontal',
|
|
@@ -1072,25 +1091,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1072
1091
|
})
|
|
1073
1092
|
};
|
|
1074
1093
|
},
|
|
1075
|
-
handle: function handle(
|
|
1076
|
-
var props = _ref50.props;
|
|
1077
|
-
return {
|
|
1078
|
-
className: classNames('h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-action-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
|
|
1079
|
-
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
1080
|
-
'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
|
|
1081
|
-
})
|
|
1082
|
-
};
|
|
1083
|
-
},
|
|
1084
|
-
starthandler: function starthandler(_ref51) {
|
|
1085
|
-
var props = _ref51.props;
|
|
1086
|
-
return {
|
|
1087
|
-
className: classNames('h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-action-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
|
|
1088
|
-
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
1089
|
-
'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
|
|
1090
|
-
})
|
|
1091
|
-
};
|
|
1092
|
-
},
|
|
1093
|
-
endhandler: function endhandler(_ref52) {
|
|
1094
|
+
handle: function handle(_ref52) {
|
|
1094
1095
|
var props = _ref52.props;
|
|
1095
1096
|
return {
|
|
1096
1097
|
className: classNames('h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-action-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
|
|
@@ -1111,7 +1112,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1111
1112
|
},
|
|
1112
1113
|
panel: 'p-5 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 shadow-md rounded-md',
|
|
1113
1114
|
meter: 'mb-2 bg-gray-300 dark:bg-gray-700 h-3',
|
|
1114
|
-
|
|
1115
|
+
meterLabel: function meterLabel(_ref54) {
|
|
1115
1116
|
var _state$meter, _state$meter2, _state$meter3;
|
|
1116
1117
|
var state = _ref54.state,
|
|
1117
1118
|
props = _ref54.props;
|
|
@@ -1125,24 +1126,22 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1125
1126
|
})
|
|
1126
1127
|
};
|
|
1127
1128
|
},
|
|
1128
|
-
|
|
1129
|
+
showIcon: {
|
|
1129
1130
|
className: classNames('absolute top-1/2 -mt-2', 'right-3 text-gray-600 dark:text-white/70')
|
|
1130
1131
|
},
|
|
1131
|
-
|
|
1132
|
+
hideIcon: {
|
|
1132
1133
|
className: classNames('absolute top-1/2 -mt-2', 'right-3 text-gray-600 dark:text-white/70')
|
|
1133
1134
|
},
|
|
1134
1135
|
transition: TRANSITIONS.overlay
|
|
1135
1136
|
},
|
|
1136
1137
|
togglebutton: {
|
|
1137
1138
|
root: function root(_ref55) {
|
|
1138
|
-
var props = _ref55.props
|
|
1139
|
-
_ref55.
|
|
1139
|
+
var props = _ref55.props,
|
|
1140
|
+
state = _ref55.state;
|
|
1140
1141
|
return {
|
|
1141
|
-
className: classNames('inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden relative', 'px-4 py-3 rounded-md text-base w-36', 'border transition duration-200 ease-in-out',
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
// },
|
|
1145
|
-
{
|
|
1142
|
+
className: classNames('inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden relative', 'px-4 py-3 rounded-md text-base w-36', 'border transition duration-200 ease-in-out', {
|
|
1143
|
+
'outline-none outline-offset-0 shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]': state.focused
|
|
1144
|
+
}, {
|
|
1146
1145
|
'bg-white dark:bg-gray-900 border-gray-300 dark:border-blue-900/40 text-gray-700 dark:text-white/80 hover:bg-gray-100 dark:hover:bg-gray-800/80 hover:border-gray-300 dark:hover:bg-gray-800/70 hover:text-gray-700 dark:hover:text-white/80': !props.checked,
|
|
1147
1146
|
'bg-blue-500 border-blue-500 text-white hover:bg-blue-600 hover:border-blue-600': props.checked
|
|
1148
1147
|
}, {
|
|
@@ -1155,7 +1154,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1155
1154
|
var props = _ref56.props;
|
|
1156
1155
|
return {
|
|
1157
1156
|
className: classNames(' mr-2', {
|
|
1158
|
-
'text-gray-600 dark:text-white/70': !props.
|
|
1157
|
+
'text-gray-600 dark:text-white/70': !props.checked,
|
|
1159
1158
|
'text-white': props.checked
|
|
1160
1159
|
})
|
|
1161
1160
|
};
|
|
@@ -1259,18 +1258,18 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1259
1258
|
})
|
|
1260
1259
|
};
|
|
1261
1260
|
},
|
|
1262
|
-
|
|
1261
|
+
itemGroup: {
|
|
1263
1262
|
className: classNames('m-0 p-3 text-gray-800 bg-white font-bold', 'dark:bg-gray-900 dark:text-white/80', 'cursor-auto')
|
|
1264
1263
|
},
|
|
1265
1264
|
header: {
|
|
1266
1265
|
className: classNames('p-3 border-b border-gray-300 text-gray-700 bg-gray-100 mt-0 rounded-tl-lg rounded-tr-lg', 'dark:bg-gray-800 dark:text-white/80 dark:border-blue-900/40')
|
|
1267
1266
|
},
|
|
1268
|
-
|
|
1269
|
-
|
|
1267
|
+
filterContainer: 'relative',
|
|
1268
|
+
filterInput: {
|
|
1270
1269
|
className: classNames('pr-7 -mr-7', 'w-full', 'font-sans text-base text-gray-700 bg-white py-3 px-3 border border-gray-300 transition duration-200 rounded-lg appearance-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:hover:border-blue-300 dark:text-white/80', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]')
|
|
1271
1270
|
},
|
|
1272
|
-
|
|
1273
|
-
|
|
1271
|
+
filterIcon: '-mt-2 absolute top-1/2',
|
|
1272
|
+
clearIcon: 'text-gray-500 right-12 -mt-2 absolute top-1/2',
|
|
1274
1273
|
transition: TRANSITIONS.overlay
|
|
1275
1274
|
},
|
|
1276
1275
|
calendar: {
|
|
@@ -1284,16 +1283,16 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1284
1283
|
},
|
|
1285
1284
|
input: {
|
|
1286
1285
|
root: function root(_ref65) {
|
|
1287
|
-
var
|
|
1286
|
+
var parent = _ref65.parent;
|
|
1288
1287
|
return {
|
|
1289
1288
|
className: classNames('font-sans text-base text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none', 'hover:border-blue-500', {
|
|
1290
|
-
'rounded-lg': !props.showIcon,
|
|
1291
|
-
'border-r-0 rounded-l-lg': props.showIcon
|
|
1289
|
+
'rounded-lg': !parent.props.showIcon,
|
|
1290
|
+
'border-r-0 rounded-l-lg': parent.props.showIcon
|
|
1292
1291
|
})
|
|
1293
1292
|
};
|
|
1294
1293
|
}
|
|
1295
1294
|
},
|
|
1296
|
-
|
|
1295
|
+
dropdownButton: function dropdownButton(_ref66) {
|
|
1297
1296
|
var props = _ref66.props;
|
|
1298
1297
|
return {
|
|
1299
1298
|
root: {
|
|
@@ -1405,19 +1404,19 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1405
1404
|
})
|
|
1406
1405
|
};
|
|
1407
1406
|
},
|
|
1408
|
-
|
|
1407
|
+
itemGroup: {
|
|
1409
1408
|
className: classNames('m-0 p-3 text-gray-800 bg-white font-bold', 'dark:bg-gray-900 dark:text-white/80', 'cursor-auto')
|
|
1410
1409
|
},
|
|
1411
1410
|
header: {
|
|
1412
1411
|
className: classNames('p-3 border-b border-gray-300 text-gray-700 bg-gray-100 mt-0 rounded-tl-lg rounded-tr-lg', 'dark:bg-gray-800 dark:text-white/80 dark:border-blue-900/40')
|
|
1413
1412
|
},
|
|
1414
|
-
|
|
1415
|
-
|
|
1413
|
+
filterContainer: 'relative',
|
|
1414
|
+
filterInput: {
|
|
1416
1415
|
root: {
|
|
1417
1416
|
className: classNames('pr-7 -mr-7', 'w-full', 'font-sans text-base text-gray-700 bg-white py-3 px-3 border border-gray-300 transition duration-200 rounded-lg appearance-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:hover:border-blue-300 dark:text-white/80', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]')
|
|
1418
1417
|
}
|
|
1419
1418
|
},
|
|
1420
|
-
|
|
1419
|
+
filterIcon: '-mt-2 absolute top-1/2'
|
|
1421
1420
|
},
|
|
1422
1421
|
mention: {
|
|
1423
1422
|
root: 'relative',
|
|
@@ -1440,8 +1439,8 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1440
1439
|
var props = _ref73.props;
|
|
1441
1440
|
return {
|
|
1442
1441
|
className: classNames('block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', {
|
|
1443
|
-
'!p-3': props.display !== 'chip' && (
|
|
1444
|
-
'!py-1.5 px-3': props.display === 'chip' &&
|
|
1442
|
+
'!p-3': props.display !== 'chip' && (props.value == null || props.value == undefined),
|
|
1443
|
+
'!py-1.5 px-3': props.display === 'chip' && props.value !== null
|
|
1445
1444
|
})
|
|
1446
1445
|
};
|
|
1447
1446
|
},
|
|
@@ -1461,16 +1460,18 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1461
1460
|
headerCheckboxContainer: {
|
|
1462
1461
|
className: classNames('inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6')
|
|
1463
1462
|
},
|
|
1464
|
-
headerCheckbox:
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
'
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1463
|
+
headerCheckbox: {
|
|
1464
|
+
root: function root(_ref74) {
|
|
1465
|
+
var props = _ref74.props;
|
|
1466
|
+
return {
|
|
1467
|
+
className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 dark:text-white/70 rounded-lg transition-colors duration-200', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1468
|
+
'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(props !== null && props !== void 0 && props.checked),
|
|
1469
|
+
'border-blue-500 bg-blue-500': props === null || props === void 0 ? void 0 : props.checked
|
|
1470
|
+
})
|
|
1471
|
+
};
|
|
1472
|
+
}
|
|
1472
1473
|
},
|
|
1473
|
-
|
|
1474
|
+
headerCheckboxIcon: 'w-4 h-4 transition-all duration-200 text-white text-base',
|
|
1474
1475
|
closeButton: {
|
|
1475
1476
|
className: classNames('flex items-center justify-center overflow-hidden relative', 'w-8 h-8 text-gray-500 dark:text-white/70 border-0 bg-transparent rounded-full transition duration-200 ease-in-out mr-2 last:mr-0', 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 ', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]')
|
|
1476
1477
|
},
|
|
@@ -1502,16 +1503,18 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1502
1503
|
})
|
|
1503
1504
|
};
|
|
1504
1505
|
},
|
|
1505
|
-
|
|
1506
|
-
|
|
1506
|
+
checkboxIcon: 'w-4 h-4 transition-all duration-200 text-white text-base',
|
|
1507
|
+
itemGroup: {
|
|
1507
1508
|
className: classNames('m-0 p-3 text-gray-800 bg-white font-bold', 'dark:bg-gray-900 dark:text-white/80', 'cursor-auto')
|
|
1508
1509
|
},
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1510
|
+
filterContainer: 'relative',
|
|
1511
|
+
filterInput: {
|
|
1512
|
+
root: {
|
|
1513
|
+
className: classNames('pr-7 -mr-7', 'w-full', 'font-sans text-base text-gray-700 bg-white py-3 px-3 border border-gray-300 transition duration-200 rounded-lg appearance-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:hover:border-blue-300 dark:text-white/80', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]')
|
|
1514
|
+
}
|
|
1512
1515
|
},
|
|
1513
|
-
|
|
1514
|
-
|
|
1516
|
+
filterIcon: '-mt-2 absolute top-1/2',
|
|
1517
|
+
clearIcon: 'text-gray-500 right-12 -mt-2 absolute top-1/2',
|
|
1515
1518
|
transition: TRANSITIONS.overlay
|
|
1516
1519
|
},
|
|
1517
1520
|
multistatecheckbox: {
|
|
@@ -1587,7 +1590,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1587
1590
|
container: {
|
|
1588
1591
|
className: classNames('m-0 list-none cursor-text overflow-hidden flex items-center flex-wrap w-full', 'px-3 py-2 gap-2', 'font-sans text-base text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 transition duration-200 ease-in-out appearance-none rounded-md', 'focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] hover:border-blue-500 focus:outline-none dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]')
|
|
1589
1592
|
},
|
|
1590
|
-
|
|
1593
|
+
inputToken: {
|
|
1591
1594
|
className: classNames('py-0.375rem px-0', 'flex-1 inline-flex')
|
|
1592
1595
|
},
|
|
1593
1596
|
input: function input(_ref81) {
|
|
@@ -1606,7 +1609,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1606
1609
|
token: {
|
|
1607
1610
|
className: classNames('py-1 px-2 mr-2 bg-gray-300 dark:bg-gray-700 text-gray-700 dark:text-white/80 rounded-full', 'cursor-default inline-flex items-center')
|
|
1608
1611
|
},
|
|
1609
|
-
|
|
1612
|
+
dropdownButton: {
|
|
1610
1613
|
root: 'rounded-tl-none rounded-bl-none'
|
|
1611
1614
|
},
|
|
1612
1615
|
panel: {
|
|
@@ -1624,7 +1627,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1624
1627
|
})
|
|
1625
1628
|
};
|
|
1626
1629
|
},
|
|
1627
|
-
|
|
1630
|
+
itemGroup: {
|
|
1628
1631
|
className: classNames('m-0 p-3 text-gray-800 bg-white font-bold', 'dark:bg-gray-900 dark:text-white/80', 'cursor-auto')
|
|
1629
1632
|
},
|
|
1630
1633
|
transition: TRANSITIONS.overlay
|
|
@@ -1641,7 +1644,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
1641
1644
|
container: {
|
|
1642
1645
|
className: classNames('m-0 py-1.5 px-3 list-none cursor-text overflow-hidden flex items-center flex-wrap', 'w-full', 'font-sans text-base text-gray-600 dark:text-white/70 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none rounded-lg', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]')
|
|
1643
1646
|
},
|
|
1644
|
-
|
|
1647
|
+
inputToken: {
|
|
1645
1648
|
className: classNames('py-1.5 px-0', 'flex flex-1 inline-flex')
|
|
1646
1649
|
},
|
|
1647
1650
|
input: {
|
|
@@ -2776,15 +2779,15 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
2776
2779
|
}
|
|
2777
2780
|
},
|
|
2778
2781
|
picklist: {
|
|
2779
|
-
root: 'flex',
|
|
2780
|
-
controls: 'flex flex-col justify-center p-5',
|
|
2782
|
+
root: 'flex flex-col xl:flex-row',
|
|
2783
|
+
controls: 'flex flex-row xl:flex-col justify-center p-5',
|
|
2781
2784
|
moveUpButton: {
|
|
2782
2785
|
root: {
|
|
2783
2786
|
className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2784
2787
|
// button component
|
|
2785
2788
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2786
2789
|
// icon only
|
|
2787
|
-
'mb-2',
|
|
2790
|
+
'mr-2 xl:mb-2',
|
|
2788
2791
|
// orderlist button
|
|
2789
2792
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2790
2793
|
)
|
|
@@ -2798,7 +2801,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
2798
2801
|
// button component
|
|
2799
2802
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2800
2803
|
// icon only
|
|
2801
|
-
'mb-2',
|
|
2804
|
+
'mr-2 xl:mb-2',
|
|
2802
2805
|
// orderlist button
|
|
2803
2806
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2804
2807
|
)
|
|
@@ -2812,7 +2815,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
2812
2815
|
// button component
|
|
2813
2816
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2814
2817
|
// icon only
|
|
2815
|
-
'mb-2',
|
|
2818
|
+
'mr-2 xl:mb-2',
|
|
2816
2819
|
// orderlist button
|
|
2817
2820
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2818
2821
|
)
|
|
@@ -2826,7 +2829,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
2826
2829
|
// button component
|
|
2827
2830
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2828
2831
|
// icon only
|
|
2829
|
-
'mb-2',
|
|
2832
|
+
'mr-2 xl:mb-2',
|
|
2830
2833
|
// orderlist button
|
|
2831
2834
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2832
2835
|
)
|
|
@@ -2854,7 +2857,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
2854
2857
|
})
|
|
2855
2858
|
};
|
|
2856
2859
|
},
|
|
2857
|
-
buttons: 'flex flex-col justify-center p-5',
|
|
2860
|
+
buttons: 'flex flex-row xl:flex-col justify-center p-5',
|
|
2858
2861
|
movetotargetbutton: {
|
|
2859
2862
|
root: {
|
|
2860
2863
|
className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
@@ -2875,7 +2878,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
2875
2878
|
// button component
|
|
2876
2879
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2877
2880
|
// icon only
|
|
2878
|
-
'mb-2',
|
|
2881
|
+
'mr-2 xl:mb-2',
|
|
2879
2882
|
// orderlist button
|
|
2880
2883
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2881
2884
|
)
|
|
@@ -2889,7 +2892,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
2889
2892
|
// button component
|
|
2890
2893
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2891
2894
|
// icon only
|
|
2892
|
-
'mb-2',
|
|
2895
|
+
'mr-2 xl:mb-2',
|
|
2893
2896
|
// orderlist button
|
|
2894
2897
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2895
2898
|
)
|
|
@@ -2903,7 +2906,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
2903
2906
|
// button component
|
|
2904
2907
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2905
2908
|
// icon only
|
|
2906
|
-
'mb-2',
|
|
2909
|
+
'mr-2 xl:mb-2',
|
|
2907
2910
|
// orderlist button
|
|
2908
2911
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2909
2912
|
)
|
|
@@ -3344,7 +3347,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
3344
3347
|
context.sorted ? 'dark:text-white/80 dark:bg-blue-300' : 'dark:text-white/80 dark:bg-gray-900',
|
|
3345
3348
|
// Dark Mode
|
|
3346
3349
|
{
|
|
3347
|
-
'sticky z-[1]': props.frozen || props.frozen === '',
|
|
3350
|
+
'sticky z-[1]': props && (props.frozen || props.frozen === ''),
|
|
3348
3351
|
// Frozen Columns
|
|
3349
3352
|
'border-x border-y': context === null || context === void 0 ? void 0 : context.showGridlines,
|
|
3350
3353
|
'overflow-hidden space-nowrap border-y relative bg-clip-padding': context.resizable // Resizable
|
|
@@ -3362,7 +3365,7 @@ this.passthrough.tailwind = (function (exports) {
|
|
|
3362
3365
|
'dark:text-white/80 dark:border-blue-900/40',
|
|
3363
3366
|
// Dark Mode
|
|
3364
3367
|
{
|
|
3365
|
-
'sticky bg-inherit':
|
|
3368
|
+
'sticky bg-inherit': props && (props.frozen || props.frozen === ''),
|
|
3366
3369
|
// Frozen Columns
|
|
3367
3370
|
'border-x border-y': context.showGridlines
|
|
3368
3371
|
})
|