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
|
@@ -158,7 +158,7 @@ var Tailwind = {
|
|
|
158
158
|
},
|
|
159
159
|
accordion: {
|
|
160
160
|
root: 'mb-1',
|
|
161
|
-
|
|
161
|
+
tab: {
|
|
162
162
|
root: 'mb-1',
|
|
163
163
|
header: function header(_ref2) {
|
|
164
164
|
var context = _ref2.context;
|
|
@@ -215,7 +215,7 @@ var Tailwind = {
|
|
|
215
215
|
// Padding.
|
|
216
216
|
title: 'text-2xl font-bold mb-2',
|
|
217
217
|
// Font size, font weight, and margin bottom.
|
|
218
|
-
|
|
218
|
+
subTitle: {
|
|
219
219
|
className: classNames('font-normal mb-2 text-gray-600',
|
|
220
220
|
// Font weight, margin bottom, and text color.
|
|
221
221
|
'dark:text-white/60 ' //dark
|
|
@@ -344,9 +344,9 @@ var Tailwind = {
|
|
|
344
344
|
'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)]',
|
|
345
345
|
// Focus styles.
|
|
346
346
|
{
|
|
347
|
-
'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.
|
|
347
|
+
'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,
|
|
348
348
|
// Condition-based hover styles.
|
|
349
|
-
'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300': parent.state.
|
|
349
|
+
'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.
|
|
350
350
|
}),
|
|
351
351
|
|
|
352
352
|
style: {
|
|
@@ -484,6 +484,7 @@ var Tailwind = {
|
|
|
484
484
|
root: {
|
|
485
485
|
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')
|
|
486
486
|
},
|
|
487
|
+
closeButton: 'flex items-center justify-center overflow-hidden absolute top-0 right-0 w-6 h-6',
|
|
487
488
|
content: 'p-5 items-center flex',
|
|
488
489
|
transition: TRANSITIONS.overlay
|
|
489
490
|
},
|
|
@@ -568,10 +569,10 @@ var Tailwind = {
|
|
|
568
569
|
var context = _ref20.context;
|
|
569
570
|
return {
|
|
570
571
|
className: classNames('absolute w-0 h-0 border-transparent border-solid', {
|
|
571
|
-
'-
|
|
572
|
-
'-
|
|
573
|
-
'-
|
|
574
|
-
'-
|
|
572
|
+
'-mt-1 border-y-[0.25rem] border-r-[0.25rem] border-l-0 border-r-gray-600': context.right,
|
|
573
|
+
'-mt-1 border-y-[0.25rem] border-l-[0.25rem] border-r-0 border-l-gray-600': context.left,
|
|
574
|
+
'-ml-1 border-x-[0.25rem] border-t-[0.25rem] border-b-0 border-t-gray-600': context.top,
|
|
575
|
+
'-ml-1 border-x-[0.25rem] border-b-[0.25rem] border-t-0 border-b-gray-600': context.bottom
|
|
575
576
|
})
|
|
576
577
|
};
|
|
577
578
|
},
|
|
@@ -593,10 +594,10 @@ var Tailwind = {
|
|
|
593
594
|
},
|
|
594
595
|
chooseIcon: 'mr-2 inline-block',
|
|
595
596
|
chooseButtonLabel: 'flex-1 font-bold',
|
|
596
|
-
|
|
597
|
+
uploadButton: {
|
|
597
598
|
icon: 'mr-2'
|
|
598
599
|
},
|
|
599
|
-
|
|
600
|
+
cancelButton: {
|
|
600
601
|
icon: 'mr-2'
|
|
601
602
|
},
|
|
602
603
|
content: {
|
|
@@ -608,7 +609,7 @@ var Tailwind = {
|
|
|
608
609
|
thumbnail: 'shrink-0',
|
|
609
610
|
fileName: 'mb-2',
|
|
610
611
|
fileSize: 'mr-2',
|
|
611
|
-
|
|
612
|
+
uploadIcon: 'mr-2'
|
|
612
613
|
},
|
|
613
614
|
//Messages
|
|
614
615
|
messages: {
|
|
@@ -777,8 +778,19 @@ var Tailwind = {
|
|
|
777
778
|
})
|
|
778
779
|
};
|
|
779
780
|
},
|
|
780
|
-
|
|
781
|
+
loadingIcon: function loadingIcon(_ref27) {
|
|
781
782
|
var props = _ref27.props;
|
|
783
|
+
return {
|
|
784
|
+
className: classNames('mx-0', {
|
|
785
|
+
'mr-2': props.loading && props.iconPos == 'left' && props.label != null,
|
|
786
|
+
'ml-2 order-1': props.loading && props.iconPos == 'right' && props.label != null,
|
|
787
|
+
'mb-2': props.loading && props.iconPos == 'top' && props.label != null,
|
|
788
|
+
'mt-2 order-2': props.loading && props.iconPos == 'bottom' && props.label != null
|
|
789
|
+
})
|
|
790
|
+
};
|
|
791
|
+
},
|
|
792
|
+
badge: function badge(_ref28) {
|
|
793
|
+
var props = _ref28.props;
|
|
782
794
|
return {
|
|
783
795
|
className: classNames({
|
|
784
796
|
'ml-2 w-4 h-4 leading-none flex items-center justify-center': props.badge
|
|
@@ -789,11 +801,11 @@ var Tailwind = {
|
|
|
789
801
|
speeddial: {
|
|
790
802
|
root: 'absolute flex',
|
|
791
803
|
button: {
|
|
792
|
-
root: function root(
|
|
793
|
-
var
|
|
804
|
+
root: function root(_ref29) {
|
|
805
|
+
var state = _ref29.state;
|
|
794
806
|
return {
|
|
795
807
|
className: classNames('w-16 !h-16 !rounded-full justify-center z-10', {
|
|
796
|
-
'rotate-45':
|
|
808
|
+
'rotate-45': state.visible
|
|
797
809
|
})
|
|
798
810
|
};
|
|
799
811
|
},
|
|
@@ -802,9 +814,9 @@ var Tailwind = {
|
|
|
802
814
|
}
|
|
803
815
|
},
|
|
804
816
|
menu: 'm-0 p-0 list-none flex items-center justify-center transition delay-200 z-20',
|
|
805
|
-
menuitem: function menuitem(
|
|
806
|
-
var props =
|
|
807
|
-
state =
|
|
817
|
+
menuitem: function menuitem(_ref30) {
|
|
818
|
+
var props = _ref30.props,
|
|
819
|
+
state = _ref30.state;
|
|
808
820
|
return {
|
|
809
821
|
className: classNames('transform transition-transform duration-200 ease-out transition-opacity duration-800', !state.visible ? 'opacity-0 scale-0' : 'opacity-1 scale-100', {
|
|
810
822
|
'my-1 first:mb-2': props.direction == 'up' && props.type == 'linear',
|
|
@@ -819,8 +831,8 @@ var Tailwind = {
|
|
|
819
831
|
action: {
|
|
820
832
|
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')
|
|
821
833
|
},
|
|
822
|
-
mask: function mask(
|
|
823
|
-
var state =
|
|
834
|
+
mask: function mask(_ref31) {
|
|
835
|
+
var state = _ref31.state;
|
|
824
836
|
return {
|
|
825
837
|
className: classNames('absolute left-0 top-0 w-full h-full transition-opacity duration-250 ease-in-out bg-black/40 z-0', {
|
|
826
838
|
'opacity-0': !state.visible,
|
|
@@ -830,8 +842,8 @@ var Tailwind = {
|
|
|
830
842
|
}
|
|
831
843
|
},
|
|
832
844
|
splitbutton: {
|
|
833
|
-
root: function root(
|
|
834
|
-
var props =
|
|
845
|
+
root: function root(_ref32) {
|
|
846
|
+
var props = _ref32.props;
|
|
835
847
|
return {
|
|
836
848
|
className: classNames('inline-flex relative', 'rounded-md', {
|
|
837
849
|
'shadow-lg': props.raised
|
|
@@ -839,8 +851,8 @@ var Tailwind = {
|
|
|
839
851
|
};
|
|
840
852
|
},
|
|
841
853
|
button: {
|
|
842
|
-
root: function root(
|
|
843
|
-
var parent =
|
|
854
|
+
root: function root(_ref33) {
|
|
855
|
+
var parent = _ref33.parent;
|
|
844
856
|
return {
|
|
845
857
|
className: classNames('rounded-r-none border-r-0', {
|
|
846
858
|
'rounded-l-full': parent.props.rounded
|
|
@@ -852,10 +864,10 @@ var Tailwind = {
|
|
|
852
864
|
menu: {
|
|
853
865
|
className: classNames('outline-none', 'py-1 px-0 rounded-md list-none bg-white border-none shadow-lg')
|
|
854
866
|
},
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
root: function root(
|
|
858
|
-
var parent =
|
|
867
|
+
menuList: 'm-0 p-0 border-none outline-none no-underline list-none',
|
|
868
|
+
menuButton: {
|
|
869
|
+
root: function root(_ref34) {
|
|
870
|
+
var parent = _ref34.parent;
|
|
859
871
|
return {
|
|
860
872
|
className: classNames('rounded-l-none', {
|
|
861
873
|
'rounded-r-full': parent.props.rounded
|
|
@@ -869,9 +881,9 @@ var Tailwind = {
|
|
|
869
881
|
},
|
|
870
882
|
//FORMS
|
|
871
883
|
inputtext: {
|
|
872
|
-
root: function root(
|
|
873
|
-
var props =
|
|
874
|
-
context =
|
|
884
|
+
root: function root(_ref35) {
|
|
885
|
+
var props = _ref35.props,
|
|
886
|
+
context = _ref35.context;
|
|
875
887
|
return {
|
|
876
888
|
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', {
|
|
877
889
|
'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,
|
|
@@ -886,33 +898,34 @@ var Tailwind = {
|
|
|
886
898
|
},
|
|
887
899
|
inputnumber: {
|
|
888
900
|
root: 'w-full inline-flex',
|
|
889
|
-
input:
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
901
|
+
input: {
|
|
902
|
+
root: function root(_ref36) {
|
|
903
|
+
var props = _ref36.props;
|
|
904
|
+
return {
|
|
905
|
+
className: classNames({
|
|
906
|
+
'rounded-tr-none rounded-br-none': props.showButtons && props.buttonLayout == 'stacked'
|
|
907
|
+
})
|
|
908
|
+
};
|
|
909
|
+
}
|
|
896
910
|
},
|
|
897
|
-
|
|
898
|
-
var props =
|
|
911
|
+
buttonGroup: function buttonGroup(_ref37) {
|
|
912
|
+
var props = _ref37.props;
|
|
899
913
|
return {
|
|
900
914
|
className: classNames({
|
|
901
915
|
'flex flex-col': props.showButtons && props.buttonLayout == 'stacked'
|
|
902
916
|
})
|
|
903
917
|
};
|
|
904
918
|
},
|
|
905
|
-
|
|
906
|
-
var props =
|
|
919
|
+
incrementButton: function incrementButton(_ref38) {
|
|
920
|
+
var props = _ref38.props;
|
|
907
921
|
return {
|
|
908
922
|
className: classNames('flex !items-center !justify-center', {
|
|
909
923
|
'rounded-br-none rounded-bl-none rounded-bl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
|
|
910
924
|
})
|
|
911
925
|
};
|
|
912
926
|
},
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
var props = _ref38.props;
|
|
927
|
+
decrementButton: function decrementButton(_ref39) {
|
|
928
|
+
var props = _ref39.props;
|
|
916
929
|
return {
|
|
917
930
|
className: classNames('flex !items-center !justify-center', {
|
|
918
931
|
'rounded-tr-none rounded-tl-none rounded-tl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
|
|
@@ -921,8 +934,8 @@ var Tailwind = {
|
|
|
921
934
|
}
|
|
922
935
|
},
|
|
923
936
|
knob: {
|
|
924
|
-
root: function root(
|
|
925
|
-
var props =
|
|
937
|
+
root: function root(_ref40) {
|
|
938
|
+
var props = _ref40.props;
|
|
926
939
|
return {
|
|
927
940
|
className: classNames('focus:outline-none focus:outline-offset-0 focus:shadow-0', {
|
|
928
941
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -934,16 +947,16 @@ var Tailwind = {
|
|
|
934
947
|
label: 'text-center text-xl'
|
|
935
948
|
},
|
|
936
949
|
inputswitch: {
|
|
937
|
-
root: function root(
|
|
938
|
-
var props =
|
|
950
|
+
root: function root(_ref41) {
|
|
951
|
+
var props = _ref41.props;
|
|
939
952
|
return {
|
|
940
953
|
className: classNames('inline-block relative', 'w-12 h-7', {
|
|
941
954
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
942
955
|
})
|
|
943
956
|
};
|
|
944
957
|
},
|
|
945
|
-
slider: function slider(
|
|
946
|
-
var props =
|
|
958
|
+
slider: function slider(_ref42) {
|
|
959
|
+
var props = _ref42.props;
|
|
947
960
|
return {
|
|
948
961
|
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", {
|
|
949
962
|
'bg-gray-200 dark:bg-gray-800 hover:bg-gray-300 hover:dark:bg-gray-700 ': !props.checked,
|
|
@@ -953,8 +966,8 @@ var Tailwind = {
|
|
|
953
966
|
}
|
|
954
967
|
},
|
|
955
968
|
cascadeselect: {
|
|
956
|
-
root: function root(
|
|
957
|
-
var props =
|
|
969
|
+
root: function root(_ref43) {
|
|
970
|
+
var props = _ref43.props;
|
|
958
971
|
return {
|
|
959
972
|
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', {
|
|
960
973
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -964,7 +977,7 @@ var Tailwind = {
|
|
|
964
977
|
label: {
|
|
965
978
|
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')
|
|
966
979
|
},
|
|
967
|
-
|
|
980
|
+
dropdownButton: {
|
|
968
981
|
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')
|
|
969
982
|
},
|
|
970
983
|
panel: 'absolute py-3 bg-white dark:bg-gray-900 border-0 shadow-md',
|
|
@@ -972,29 +985,35 @@ var Tailwind = {
|
|
|
972
985
|
sublist: {
|
|
973
986
|
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')
|
|
974
987
|
},
|
|
975
|
-
item: {
|
|
976
|
-
|
|
988
|
+
item: function item(_ref44) {
|
|
989
|
+
var state = _ref44.state;
|
|
990
|
+
return {
|
|
991
|
+
className: classNames('cursor-pointer font-normal whitespace-nowrap', 'm-0 border-0 bg-transparent transition-shadow rounded-none', {
|
|
992
|
+
'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,
|
|
993
|
+
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': state.selected
|
|
994
|
+
})
|
|
995
|
+
};
|
|
977
996
|
},
|
|
978
997
|
content: {
|
|
979
998
|
className: classNames('flex items-center overflow-hidden relative', 'py-3 px-5')
|
|
980
999
|
},
|
|
981
|
-
|
|
1000
|
+
optionGroupIcon: 'ml-auto',
|
|
982
1001
|
transition: TRANSITIONS.overlay
|
|
983
1002
|
},
|
|
984
1003
|
inputmask: {
|
|
985
1004
|
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'
|
|
986
1005
|
},
|
|
987
1006
|
rating: {
|
|
988
|
-
root: function root(
|
|
989
|
-
var props =
|
|
1007
|
+
root: function root(_ref45) {
|
|
1008
|
+
var props = _ref45.props;
|
|
990
1009
|
return {
|
|
991
1010
|
className: classNames('relative flex items-center', 'gap-2', {
|
|
992
1011
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
993
1012
|
})
|
|
994
1013
|
};
|
|
995
1014
|
},
|
|
996
|
-
|
|
997
|
-
|
|
1015
|
+
cancelItem: function cancelItem(_ref46) {
|
|
1016
|
+
_ref46.context;
|
|
998
1017
|
return {
|
|
999
1018
|
className: classNames('inline-flex items-center cursor-pointer'
|
|
1000
1019
|
|
|
@@ -1005,39 +1024,39 @@ var Tailwind = {
|
|
|
1005
1024
|
};
|
|
1006
1025
|
},
|
|
1007
1026
|
|
|
1008
|
-
|
|
1027
|
+
cancelIcon: {
|
|
1009
1028
|
className: classNames('text-red-500', 'w-5 h-5', 'transition duration-200 ease-in')
|
|
1010
1029
|
},
|
|
1011
|
-
item: function item(
|
|
1012
|
-
var props =
|
|
1013
|
-
context =
|
|
1030
|
+
item: function item(_ref47) {
|
|
1031
|
+
var props = _ref47.props,
|
|
1032
|
+
context = _ref47.context;
|
|
1014
1033
|
return {
|
|
1015
1034
|
className: classNames('inline-flex items-center', {
|
|
1016
|
-
'cursor-pointer': !props.
|
|
1017
|
-
'cursor-default': props.
|
|
1035
|
+
'cursor-pointer': !props.readOnly,
|
|
1036
|
+
'cursor-default': props.readOnly
|
|
1018
1037
|
}, {
|
|
1019
|
-
'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.
|
|
1038
|
+
'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
|
|
1020
1039
|
})
|
|
1021
1040
|
};
|
|
1022
1041
|
},
|
|
1023
|
-
|
|
1042
|
+
offIcon: {
|
|
1024
1043
|
className: classNames('text-gray-700 hover:text-blue-400', 'w-5 h-5', 'transition duration-200 ease-in')
|
|
1025
1044
|
},
|
|
1026
|
-
|
|
1045
|
+
onIcon: {
|
|
1027
1046
|
className: classNames('text-blue-500', 'w-5 h-5', 'transition duration-200 ease-in')
|
|
1028
1047
|
}
|
|
1029
1048
|
},
|
|
1030
1049
|
selectbutton: {
|
|
1031
|
-
root: function root(
|
|
1032
|
-
var props =
|
|
1050
|
+
root: function root(_ref48) {
|
|
1051
|
+
var props = _ref48.props;
|
|
1033
1052
|
return {
|
|
1034
1053
|
className: classNames({
|
|
1035
1054
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
1036
1055
|
})
|
|
1037
1056
|
};
|
|
1038
1057
|
},
|
|
1039
|
-
button: function button(
|
|
1040
|
-
var context =
|
|
1058
|
+
button: function button(_ref49) {
|
|
1059
|
+
var context = _ref49.context;
|
|
1041
1060
|
return {
|
|
1042
1061
|
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)]', {
|
|
1043
1062
|
'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,
|
|
@@ -1049,8 +1068,8 @@ var Tailwind = {
|
|
|
1049
1068
|
label: 'font-bold'
|
|
1050
1069
|
},
|
|
1051
1070
|
slider: {
|
|
1052
|
-
root: function root(
|
|
1053
|
-
var props =
|
|
1071
|
+
root: function root(_ref50) {
|
|
1072
|
+
var props = _ref50.props;
|
|
1054
1073
|
return {
|
|
1055
1074
|
className: classNames('relative', 'bg-gray-100 dark:bg-gray-800 border-0 rounded-6', {
|
|
1056
1075
|
'h-1 w-56': props.orientation == 'horizontal',
|
|
@@ -1060,8 +1079,8 @@ var Tailwind = {
|
|
|
1060
1079
|
})
|
|
1061
1080
|
};
|
|
1062
1081
|
},
|
|
1063
|
-
range: function range(
|
|
1064
|
-
var props =
|
|
1082
|
+
range: function range(_ref51) {
|
|
1083
|
+
var props = _ref51.props;
|
|
1065
1084
|
return {
|
|
1066
1085
|
className: classNames('bg-blue-500', 'block absolute', {
|
|
1067
1086
|
'top-0 left-0 h-full': props.orientation == 'horizontal',
|
|
@@ -1069,25 +1088,7 @@ var Tailwind = {
|
|
|
1069
1088
|
})
|
|
1070
1089
|
};
|
|
1071
1090
|
},
|
|
1072
|
-
handle: function handle(
|
|
1073
|
-
var props = _ref50.props;
|
|
1074
|
-
return {
|
|
1075
|
-
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', {
|
|
1076
|
-
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
1077
|
-
'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
|
|
1078
|
-
})
|
|
1079
|
-
};
|
|
1080
|
-
},
|
|
1081
|
-
starthandler: function starthandler(_ref51) {
|
|
1082
|
-
var props = _ref51.props;
|
|
1083
|
-
return {
|
|
1084
|
-
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', {
|
|
1085
|
-
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
1086
|
-
'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
|
|
1087
|
-
})
|
|
1088
|
-
};
|
|
1089
|
-
},
|
|
1090
|
-
endhandler: function endhandler(_ref52) {
|
|
1091
|
+
handle: function handle(_ref52) {
|
|
1091
1092
|
var props = _ref52.props;
|
|
1092
1093
|
return {
|
|
1093
1094
|
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', {
|
|
@@ -1108,7 +1109,7 @@ var Tailwind = {
|
|
|
1108
1109
|
},
|
|
1109
1110
|
panel: 'p-5 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 shadow-md rounded-md',
|
|
1110
1111
|
meter: 'mb-2 bg-gray-300 dark:bg-gray-700 h-3',
|
|
1111
|
-
|
|
1112
|
+
meterLabel: function meterLabel(_ref54) {
|
|
1112
1113
|
var _state$meter, _state$meter2, _state$meter3;
|
|
1113
1114
|
var state = _ref54.state,
|
|
1114
1115
|
props = _ref54.props;
|
|
@@ -1122,24 +1123,22 @@ var Tailwind = {
|
|
|
1122
1123
|
})
|
|
1123
1124
|
};
|
|
1124
1125
|
},
|
|
1125
|
-
|
|
1126
|
+
showIcon: {
|
|
1126
1127
|
className: classNames('absolute top-1/2 -mt-2', 'right-3 text-gray-600 dark:text-white/70')
|
|
1127
1128
|
},
|
|
1128
|
-
|
|
1129
|
+
hideIcon: {
|
|
1129
1130
|
className: classNames('absolute top-1/2 -mt-2', 'right-3 text-gray-600 dark:text-white/70')
|
|
1130
1131
|
},
|
|
1131
1132
|
transition: TRANSITIONS.overlay
|
|
1132
1133
|
},
|
|
1133
1134
|
togglebutton: {
|
|
1134
1135
|
root: function root(_ref55) {
|
|
1135
|
-
var props = _ref55.props
|
|
1136
|
-
_ref55.
|
|
1136
|
+
var props = _ref55.props,
|
|
1137
|
+
state = _ref55.state;
|
|
1137
1138
|
return {
|
|
1138
|
-
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',
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
// },
|
|
1142
|
-
{
|
|
1139
|
+
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', {
|
|
1140
|
+
'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
|
|
1141
|
+
}, {
|
|
1143
1142
|
'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,
|
|
1144
1143
|
'bg-blue-500 border-blue-500 text-white hover:bg-blue-600 hover:border-blue-600': props.checked
|
|
1145
1144
|
}, {
|
|
@@ -1152,7 +1151,7 @@ var Tailwind = {
|
|
|
1152
1151
|
var props = _ref56.props;
|
|
1153
1152
|
return {
|
|
1154
1153
|
className: classNames(' mr-2', {
|
|
1155
|
-
'text-gray-600 dark:text-white/70': !props.
|
|
1154
|
+
'text-gray-600 dark:text-white/70': !props.checked,
|
|
1156
1155
|
'text-white': props.checked
|
|
1157
1156
|
})
|
|
1158
1157
|
};
|
|
@@ -1256,18 +1255,18 @@ var Tailwind = {
|
|
|
1256
1255
|
})
|
|
1257
1256
|
};
|
|
1258
1257
|
},
|
|
1259
|
-
|
|
1258
|
+
itemGroup: {
|
|
1260
1259
|
className: classNames('m-0 p-3 text-gray-800 bg-white font-bold', 'dark:bg-gray-900 dark:text-white/80', 'cursor-auto')
|
|
1261
1260
|
},
|
|
1262
1261
|
header: {
|
|
1263
1262
|
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')
|
|
1264
1263
|
},
|
|
1265
|
-
|
|
1266
|
-
|
|
1264
|
+
filterContainer: 'relative',
|
|
1265
|
+
filterInput: {
|
|
1267
1266
|
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)]')
|
|
1268
1267
|
},
|
|
1269
|
-
|
|
1270
|
-
|
|
1268
|
+
filterIcon: '-mt-2 absolute top-1/2',
|
|
1269
|
+
clearIcon: 'text-gray-500 right-12 -mt-2 absolute top-1/2',
|
|
1271
1270
|
transition: TRANSITIONS.overlay
|
|
1272
1271
|
},
|
|
1273
1272
|
calendar: {
|
|
@@ -1281,16 +1280,16 @@ var Tailwind = {
|
|
|
1281
1280
|
},
|
|
1282
1281
|
input: {
|
|
1283
1282
|
root: function root(_ref65) {
|
|
1284
|
-
var
|
|
1283
|
+
var parent = _ref65.parent;
|
|
1285
1284
|
return {
|
|
1286
1285
|
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', {
|
|
1287
|
-
'rounded-lg': !props.showIcon,
|
|
1288
|
-
'border-r-0 rounded-l-lg': props.showIcon
|
|
1286
|
+
'rounded-lg': !parent.props.showIcon,
|
|
1287
|
+
'border-r-0 rounded-l-lg': parent.props.showIcon
|
|
1289
1288
|
})
|
|
1290
1289
|
};
|
|
1291
1290
|
}
|
|
1292
1291
|
},
|
|
1293
|
-
|
|
1292
|
+
dropdownButton: function dropdownButton(_ref66) {
|
|
1294
1293
|
var props = _ref66.props;
|
|
1295
1294
|
return {
|
|
1296
1295
|
root: {
|
|
@@ -1402,19 +1401,19 @@ var Tailwind = {
|
|
|
1402
1401
|
})
|
|
1403
1402
|
};
|
|
1404
1403
|
},
|
|
1405
|
-
|
|
1404
|
+
itemGroup: {
|
|
1406
1405
|
className: classNames('m-0 p-3 text-gray-800 bg-white font-bold', 'dark:bg-gray-900 dark:text-white/80', 'cursor-auto')
|
|
1407
1406
|
},
|
|
1408
1407
|
header: {
|
|
1409
1408
|
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')
|
|
1410
1409
|
},
|
|
1411
|
-
|
|
1412
|
-
|
|
1410
|
+
filterContainer: 'relative',
|
|
1411
|
+
filterInput: {
|
|
1413
1412
|
root: {
|
|
1414
1413
|
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)]')
|
|
1415
1414
|
}
|
|
1416
1415
|
},
|
|
1417
|
-
|
|
1416
|
+
filterIcon: '-mt-2 absolute top-1/2'
|
|
1418
1417
|
},
|
|
1419
1418
|
mention: {
|
|
1420
1419
|
root: 'relative',
|
|
@@ -1437,8 +1436,8 @@ var Tailwind = {
|
|
|
1437
1436
|
var props = _ref73.props;
|
|
1438
1437
|
return {
|
|
1439
1438
|
className: classNames('block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', {
|
|
1440
|
-
'!p-3': props.display !== 'chip' && (
|
|
1441
|
-
'!py-1.5 px-3': props.display === 'chip' &&
|
|
1439
|
+
'!p-3': props.display !== 'chip' && (props.value == null || props.value == undefined),
|
|
1440
|
+
'!py-1.5 px-3': props.display === 'chip' && props.value !== null
|
|
1442
1441
|
})
|
|
1443
1442
|
};
|
|
1444
1443
|
},
|
|
@@ -1458,16 +1457,18 @@ var Tailwind = {
|
|
|
1458
1457
|
headerCheckboxContainer: {
|
|
1459
1458
|
className: classNames('inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6')
|
|
1460
1459
|
},
|
|
1461
|
-
headerCheckbox:
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
'
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1460
|
+
headerCheckbox: {
|
|
1461
|
+
root: function root(_ref74) {
|
|
1462
|
+
var props = _ref74.props;
|
|
1463
|
+
return {
|
|
1464
|
+
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)]', {
|
|
1465
|
+
'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(props !== null && props !== void 0 && props.checked),
|
|
1466
|
+
'border-blue-500 bg-blue-500': props === null || props === void 0 ? void 0 : props.checked
|
|
1467
|
+
})
|
|
1468
|
+
};
|
|
1469
|
+
}
|
|
1469
1470
|
},
|
|
1470
|
-
|
|
1471
|
+
headerCheckboxIcon: 'w-4 h-4 transition-all duration-200 text-white text-base',
|
|
1471
1472
|
closeButton: {
|
|
1472
1473
|
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)]')
|
|
1473
1474
|
},
|
|
@@ -1499,16 +1500,18 @@ var Tailwind = {
|
|
|
1499
1500
|
})
|
|
1500
1501
|
};
|
|
1501
1502
|
},
|
|
1502
|
-
|
|
1503
|
-
|
|
1503
|
+
checkboxIcon: 'w-4 h-4 transition-all duration-200 text-white text-base',
|
|
1504
|
+
itemGroup: {
|
|
1504
1505
|
className: classNames('m-0 p-3 text-gray-800 bg-white font-bold', 'dark:bg-gray-900 dark:text-white/80', 'cursor-auto')
|
|
1505
1506
|
},
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1507
|
+
filterContainer: 'relative',
|
|
1508
|
+
filterInput: {
|
|
1509
|
+
root: {
|
|
1510
|
+
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)]')
|
|
1511
|
+
}
|
|
1509
1512
|
},
|
|
1510
|
-
|
|
1511
|
-
|
|
1513
|
+
filterIcon: '-mt-2 absolute top-1/2',
|
|
1514
|
+
clearIcon: 'text-gray-500 right-12 -mt-2 absolute top-1/2',
|
|
1512
1515
|
transition: TRANSITIONS.overlay
|
|
1513
1516
|
},
|
|
1514
1517
|
multistatecheckbox: {
|
|
@@ -1584,7 +1587,7 @@ var Tailwind = {
|
|
|
1584
1587
|
container: {
|
|
1585
1588
|
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)]')
|
|
1586
1589
|
},
|
|
1587
|
-
|
|
1590
|
+
inputToken: {
|
|
1588
1591
|
className: classNames('py-0.375rem px-0', 'flex-1 inline-flex')
|
|
1589
1592
|
},
|
|
1590
1593
|
input: function input(_ref81) {
|
|
@@ -1603,7 +1606,7 @@ var Tailwind = {
|
|
|
1603
1606
|
token: {
|
|
1604
1607
|
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')
|
|
1605
1608
|
},
|
|
1606
|
-
|
|
1609
|
+
dropdownButton: {
|
|
1607
1610
|
root: 'rounded-tl-none rounded-bl-none'
|
|
1608
1611
|
},
|
|
1609
1612
|
panel: {
|
|
@@ -1621,7 +1624,7 @@ var Tailwind = {
|
|
|
1621
1624
|
})
|
|
1622
1625
|
};
|
|
1623
1626
|
},
|
|
1624
|
-
|
|
1627
|
+
itemGroup: {
|
|
1625
1628
|
className: classNames('m-0 p-3 text-gray-800 bg-white font-bold', 'dark:bg-gray-900 dark:text-white/80', 'cursor-auto')
|
|
1626
1629
|
},
|
|
1627
1630
|
transition: TRANSITIONS.overlay
|
|
@@ -1638,7 +1641,7 @@ var Tailwind = {
|
|
|
1638
1641
|
container: {
|
|
1639
1642
|
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)]')
|
|
1640
1643
|
},
|
|
1641
|
-
|
|
1644
|
+
inputToken: {
|
|
1642
1645
|
className: classNames('py-1.5 px-0', 'flex flex-1 inline-flex')
|
|
1643
1646
|
},
|
|
1644
1647
|
input: {
|
|
@@ -2773,15 +2776,15 @@ var Tailwind = {
|
|
|
2773
2776
|
}
|
|
2774
2777
|
},
|
|
2775
2778
|
picklist: {
|
|
2776
|
-
root: 'flex',
|
|
2777
|
-
controls: 'flex flex-col justify-center p-5',
|
|
2779
|
+
root: 'flex flex-col xl:flex-row',
|
|
2780
|
+
controls: 'flex flex-row xl:flex-col justify-center p-5',
|
|
2778
2781
|
moveUpButton: {
|
|
2779
2782
|
root: {
|
|
2780
2783
|
className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2781
2784
|
// button component
|
|
2782
2785
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2783
2786
|
// icon only
|
|
2784
|
-
'mb-2',
|
|
2787
|
+
'mr-2 xl:mb-2',
|
|
2785
2788
|
// orderlist button
|
|
2786
2789
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2787
2790
|
)
|
|
@@ -2795,7 +2798,7 @@ var Tailwind = {
|
|
|
2795
2798
|
// button component
|
|
2796
2799
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2797
2800
|
// icon only
|
|
2798
|
-
'mb-2',
|
|
2801
|
+
'mr-2 xl:mb-2',
|
|
2799
2802
|
// orderlist button
|
|
2800
2803
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2801
2804
|
)
|
|
@@ -2809,7 +2812,7 @@ var Tailwind = {
|
|
|
2809
2812
|
// button component
|
|
2810
2813
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2811
2814
|
// icon only
|
|
2812
|
-
'mb-2',
|
|
2815
|
+
'mr-2 xl:mb-2',
|
|
2813
2816
|
// orderlist button
|
|
2814
2817
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2815
2818
|
)
|
|
@@ -2823,7 +2826,7 @@ var Tailwind = {
|
|
|
2823
2826
|
// button component
|
|
2824
2827
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2825
2828
|
// icon only
|
|
2826
|
-
'mb-2',
|
|
2829
|
+
'mr-2 xl:mb-2',
|
|
2827
2830
|
// orderlist button
|
|
2828
2831
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2829
2832
|
)
|
|
@@ -2851,7 +2854,7 @@ var Tailwind = {
|
|
|
2851
2854
|
})
|
|
2852
2855
|
};
|
|
2853
2856
|
},
|
|
2854
|
-
buttons: 'flex flex-col justify-center p-5',
|
|
2857
|
+
buttons: 'flex flex-row xl:flex-col justify-center p-5',
|
|
2855
2858
|
movetotargetbutton: {
|
|
2856
2859
|
root: {
|
|
2857
2860
|
className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
@@ -2872,7 +2875,7 @@ var Tailwind = {
|
|
|
2872
2875
|
// button component
|
|
2873
2876
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2874
2877
|
// icon only
|
|
2875
|
-
'mb-2',
|
|
2878
|
+
'mr-2 xl:mb-2',
|
|
2876
2879
|
// orderlist button
|
|
2877
2880
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2878
2881
|
)
|
|
@@ -2886,7 +2889,7 @@ var Tailwind = {
|
|
|
2886
2889
|
// button component
|
|
2887
2890
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2888
2891
|
// icon only
|
|
2889
|
-
'mb-2',
|
|
2892
|
+
'mr-2 xl:mb-2',
|
|
2890
2893
|
// orderlist button
|
|
2891
2894
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2892
2895
|
)
|
|
@@ -2900,7 +2903,7 @@ var Tailwind = {
|
|
|
2900
2903
|
// button component
|
|
2901
2904
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2902
2905
|
// icon only
|
|
2903
|
-
'mb-2',
|
|
2906
|
+
'mr-2 xl:mb-2',
|
|
2904
2907
|
// orderlist button
|
|
2905
2908
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2906
2909
|
)
|
|
@@ -3341,7 +3344,7 @@ var Tailwind = {
|
|
|
3341
3344
|
context.sorted ? 'dark:text-white/80 dark:bg-blue-300' : 'dark:text-white/80 dark:bg-gray-900',
|
|
3342
3345
|
// Dark Mode
|
|
3343
3346
|
{
|
|
3344
|
-
'sticky z-[1]': props.frozen || props.frozen === '',
|
|
3347
|
+
'sticky z-[1]': props && (props.frozen || props.frozen === ''),
|
|
3345
3348
|
// Frozen Columns
|
|
3346
3349
|
'border-x border-y': context === null || context === void 0 ? void 0 : context.showGridlines,
|
|
3347
3350
|
'overflow-hidden space-nowrap border-y relative bg-clip-padding': context.resizable // Resizable
|
|
@@ -3359,7 +3362,7 @@ var Tailwind = {
|
|
|
3359
3362
|
'dark:text-white/80 dark:border-blue-900/40',
|
|
3360
3363
|
// Dark Mode
|
|
3361
3364
|
{
|
|
3362
|
-
'sticky bg-inherit':
|
|
3365
|
+
'sticky bg-inherit': props && (props.frozen || props.frozen === ''),
|
|
3363
3366
|
// Frozen Columns
|
|
3364
3367
|
'border-x border-y': context.showGridlines
|
|
3365
3368
|
})
|