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