primereact 10.6.6 → 10.8.0
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/README.md +1 -0
- package/api/api.cjs.js +18 -14
- package/api/api.cjs.min.js +1 -1
- package/api/api.d.ts +3 -3
- package/api/api.esm.js +18 -14
- package/api/api.esm.min.js +1 -1
- package/api/api.js +18 -14
- package/api/api.min.js +1 -1
- package/autocomplete/autocomplete.cjs.js +2 -1
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.d.ts +4 -3
- package/autocomplete/autocomplete.esm.js +2 -1
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +2 -1
- package/autocomplete/autocomplete.min.js +1 -1
- package/button/button.cjs.js +1 -0
- package/button/button.cjs.min.js +1 -1
- package/button/button.d.ts +2 -2
- package/button/button.esm.js +1 -0
- package/button/button.esm.min.js +1 -1
- package/button/button.js +1 -0
- package/button/button.min.js +1 -1
- package/calendar/calendar.cjs.js +87 -49
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.d.ts +10 -11
- package/calendar/calendar.esm.js +87 -49
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +87 -49
- package/calendar/calendar.min.js +1 -1
- package/cascadeselect/cascadeselect.d.ts +4 -3
- package/checkbox/checkbox.cjs.js +64 -0
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.d.ts +12 -0
- package/checkbox/checkbox.esm.js +64 -0
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +64 -0
- package/checkbox/checkbox.min.js +1 -1
- package/colorpicker/colorpicker.cjs.js +18 -4
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +19 -5
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +18 -4
- package/colorpicker/colorpicker.min.js +1 -1
- package/column/column.d.ts +26 -16
- package/core/core.js +172 -88
- package/core/core.min.js +13 -13
- package/csstransition/csstransition.cjs.js +0 -6
- package/csstransition/csstransition.esm.js +0 -6
- package/csstransition/csstransition.js +0 -6
- package/datatable/datatable.cjs.js +145 -92
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +38 -2
- package/datatable/datatable.esm.js +145 -92
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +145 -92
- package/datatable/datatable.min.js +1 -1
- package/dialog/dialog.cjs.js +16 -3
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +16 -3
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +16 -3
- package/dialog/dialog.min.js +1 -1
- package/dropdown/dropdown.cjs.js +15 -7
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +15 -7
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +15 -7
- package/dropdown/dropdown.min.js +1 -1
- package/editor/editor.cjs.js +12 -2
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.esm.js +12 -2
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +12 -2
- package/editor/editor.min.js +1 -1
- package/focustrap/focustrap.cjs.js +12 -1
- package/focustrap/focustrap.cjs.min.js +1 -1
- package/focustrap/focustrap.esm.js +12 -1
- package/focustrap/focustrap.esm.min.js +1 -1
- package/focustrap/focustrap.js +12 -1
- package/focustrap/focustrap.min.js +1 -1
- package/hooks/hooks.cjs.js +2 -1
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.esm.js +2 -1
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +2 -1
- package/hooks/hooks.min.js +1 -1
- package/icons/sortamountdown/index.cjs.js +1 -16
- package/icons/sortamountdown/index.cjs.min.js +1 -1
- package/icons/sortamountdown/index.esm.js +1 -16
- package/icons/sortamountdown/index.esm.min.js +1 -1
- package/icons/sortamountdown/index.js +1 -16
- package/icons/sortamountdown/index.min.js +1 -1
- package/icons/sortamountupalt/index.cjs.js +1 -16
- package/icons/sortamountupalt/index.cjs.min.js +1 -1
- package/icons/sortamountupalt/index.esm.js +1 -16
- package/icons/sortamountupalt/index.esm.min.js +1 -1
- package/icons/sortamountupalt/index.js +1 -16
- package/icons/sortamountupalt/index.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +7 -4
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +7 -4
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +7 -4
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputotp/inputotp.cjs.js +1 -2
- package/inputotp/inputotp.cjs.min.js +1 -1
- package/inputotp/inputotp.d.ts +2 -3
- package/inputotp/inputotp.esm.js +1 -2
- package/inputotp/inputotp.esm.min.js +1 -1
- package/inputotp/inputotp.js +1 -2
- package/inputotp/inputotp.min.js +1 -1
- package/inputtext/inputtext.d.ts +1 -1
- package/listbox/listbox.cjs.js +27 -35
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.esm.js +27 -35
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +27 -35
- package/listbox/listbox.min.js +1 -1
- package/mention/mention.cjs.js +1 -0
- package/mention/mention.cjs.min.js +1 -1
- package/mention/mention.esm.js +1 -0
- package/mention/mention.esm.min.js +1 -1
- package/mention/mention.js +1 -0
- package/mention/mention.min.js +1 -1
- package/menu/menu.cjs.js +3 -3
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +3 -3
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +3 -3
- package/menu/menu.min.js +1 -1
- package/menubar/menubar.cjs.js +1 -1
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.d.ts +9 -0
- package/menubar/menubar.esm.js +1 -1
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +1 -1
- package/menubar/menubar.min.js +1 -1
- package/messages/messages.d.ts +21 -0
- package/metergroup/metergroup.cjs.js +3 -3
- package/metergroup/metergroup.cjs.min.js +1 -1
- package/metergroup/metergroup.d.ts +3 -10
- package/metergroup/metergroup.esm.js +3 -3
- package/metergroup/metergroup.esm.min.js +1 -1
- package/metergroup/metergroup.js +3 -3
- package/metergroup/metergroup.min.js +1 -1
- package/multiselect/multiselect.cjs.js +17 -5
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +1 -9
- package/multiselect/multiselect.esm.js +17 -5
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +17 -5
- package/multiselect/multiselect.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.cjs.js +9 -0
- package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.esm.js +9 -0
- package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.js +9 -0
- package/multistatecheckbox/multistatecheckbox.min.js +1 -1
- package/orderlist/orderlist.cjs.js +3 -2
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +3 -2
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +3 -2
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/organizationchart.cjs.js +0 -1
- package/organizationchart/organizationchart.esm.js +0 -1
- package/organizationchart/organizationchart.js +0 -1
- package/package.json +4 -4
- package/paginator/paginator.cjs.js +9 -7
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +9 -7
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +9 -7
- package/paginator/paginator.min.js +1 -1
- package/panelmenu/panelmenu.d.ts +2 -2
- package/passthrough/tailwind/index.cjs.js +10 -81
- package/passthrough/tailwind/index.cjs.min.js +1 -1
- package/passthrough/tailwind/index.esm.js +10 -81
- package/passthrough/tailwind/index.esm.min.js +1 -1
- package/passthrough/tailwind/index.js +10 -81
- package/passthrough/tailwind/index.min.js +1 -1
- package/password/password.cjs.js +1 -0
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +1 -0
- package/password/password.esm.min.js +1 -1
- package/password/password.js +1 -0
- package/password/password.min.js +1 -1
- package/picklist/picklist.cjs.js +9 -7
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +9 -7
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +9 -7
- package/picklist/picklist.min.js +1 -1
- package/primereact.all.cjs.js +557 -448
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +557 -448
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +557 -448
- package/primereact.all.min.js +1 -1
- package/radiobutton/radiobutton.cjs.js +7 -4
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.esm.js +7 -4
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +7 -4
- package/radiobutton/radiobutton.min.js +1 -1
- package/resources/images/line.gif +0 -0
- package/resources/themes/lara-dark-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-dark-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-dark-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-dark-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-dark-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-dark-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-dark-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-dark-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-light-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-light-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-light-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-light-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-light-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-light-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-light-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-light-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/mira/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/mira/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/mira/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/mira/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/mira/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/mira/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/mira/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/mira/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Light.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-300.woff +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-300.woff2 +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-600.woff +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-600.woff2 +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-700.woff +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-300.woff +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-300.woff2 +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-600.woff +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-600.woff2 +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-700.woff +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-regular.woff2 +0 -0
- package/sidebar/sidebar.cjs.js +1 -1
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.d.ts +4 -0
- package/sidebar/sidebar.esm.js +1 -1
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +1 -1
- package/sidebar/sidebar.min.js +1 -1
- package/splitbutton/splitbutton.cjs.js +0 -1
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +0 -1
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +0 -1
- package/splitbutton/splitbutton.min.js +1 -1
- package/stepper/stepper.cjs.js +5 -0
- package/stepper/stepper.cjs.min.js +1 -1
- package/stepper/stepper.esm.js +6 -1
- package/stepper/stepper.esm.min.js +1 -1
- package/stepper/stepper.js +5 -0
- package/stepper/stepper.min.js +1 -1
- package/tabview/tabview.cjs.js +0 -1
- package/tabview/tabview.d.ts +1 -1
- package/tabview/tabview.esm.js +0 -1
- package/tabview/tabview.js +0 -1
- package/tieredmenu/tieredmenu.cjs.js +0 -1
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +0 -1
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +0 -1
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/toast/toast.cjs.js +9 -7
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.d.ts +1 -1
- package/toast/toast.esm.js +9 -7
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +9 -7
- package/toast/toast.min.js +1 -1
- package/tooltip/tooltip.cjs.js +10 -1
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +11 -2
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +10 -1
- package/tooltip/tooltip.min.js +1 -1
- package/tooltip/tooltipoptions.d.ts +5 -0
- package/tree/tree.cjs.js +20 -7
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +20 -7
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +20 -7
- package/tree/tree.min.js +1 -1
- package/treeselect/treeselect.cjs.js +0 -1
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +0 -1
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +0 -1
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/treetable.cjs.js +9 -2
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.d.ts +6 -6
- package/treetable/treetable.esm.js +9 -2
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +9 -2
- package/treetable/treetable.min.js +1 -1
- package/utils/utils.cjs.js +8 -6
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +1 -0
- package/utils/utils.esm.js +8 -6
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +8 -6
- package/utils/utils.min.js +1 -1
- package/web-types.json +27 -9
|
@@ -137,7 +137,6 @@ var Tailwind = {
|
|
|
137
137
|
)
|
|
138
138
|
};
|
|
139
139
|
},
|
|
140
|
-
|
|
141
140
|
title: 'leading-none font-bold',
|
|
142
141
|
toggler: {
|
|
143
142
|
className: classNames('inline-flex items-center justify-center overflow-hidden relative no-underline',
|
|
@@ -149,13 +148,11 @@ var Tailwind = {
|
|
|
149
148
|
'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]' // focus
|
|
150
149
|
)
|
|
151
150
|
},
|
|
152
|
-
|
|
153
151
|
togglerIcon: 'inline-block',
|
|
154
152
|
content: {
|
|
155
153
|
className: classNames('p-5 border border-gray-300 bg-white text-gray-700 border-t-0 last:rounded-br-lg last:rounded-bl-lg', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // Dark mode
|
|
156
154
|
)
|
|
157
155
|
},
|
|
158
|
-
|
|
159
156
|
transition: TRANSITIONS.toggleable
|
|
160
157
|
},
|
|
161
158
|
accordion: {
|
|
@@ -171,7 +168,6 @@ var Tailwind = {
|
|
|
171
168
|
)
|
|
172
169
|
};
|
|
173
170
|
},
|
|
174
|
-
|
|
175
171
|
headerAction: function headerAction(_ref3) {
|
|
176
172
|
var context = _ref3.context;
|
|
177
173
|
return {
|
|
@@ -194,14 +190,12 @@ var Tailwind = {
|
|
|
194
190
|
)
|
|
195
191
|
};
|
|
196
192
|
},
|
|
197
|
-
|
|
198
193
|
headerIcon: 'inline-block mr-2',
|
|
199
194
|
headerTitle: 'leading-none',
|
|
200
195
|
content: {
|
|
201
196
|
className: classNames('p-5 border border-gray-300 bg-white text-gray-700 border-t-0 rounded-tl-none rounded-tr-none rounded-br-lg rounded-bl-lg', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // Dark mode
|
|
202
197
|
)
|
|
203
198
|
},
|
|
204
|
-
|
|
205
199
|
transition: TRANSITIONS.toggleable
|
|
206
200
|
}
|
|
207
201
|
},
|
|
@@ -212,7 +206,6 @@ var Tailwind = {
|
|
|
212
206
|
'dark:bg-gray-900 dark:text-white ' //dark
|
|
213
207
|
)
|
|
214
208
|
},
|
|
215
|
-
|
|
216
209
|
body: 'p-5',
|
|
217
210
|
// Padding.
|
|
218
211
|
title: 'text-2xl font-bold mb-2',
|
|
@@ -223,12 +216,10 @@ var Tailwind = {
|
|
|
223
216
|
'dark:text-white/60 ' //dark
|
|
224
217
|
)
|
|
225
218
|
},
|
|
226
|
-
|
|
227
219
|
content: 'py-5',
|
|
228
220
|
// Vertical padding.
|
|
229
221
|
footer: 'pt-5' // Top padding.
|
|
230
222
|
},
|
|
231
|
-
|
|
232
223
|
divider: {
|
|
233
224
|
root: function root(_ref4) {
|
|
234
225
|
var props = _ref4.props;
|
|
@@ -247,10 +238,8 @@ var Tailwind = {
|
|
|
247
238
|
)
|
|
248
239
|
};
|
|
249
240
|
},
|
|
250
|
-
|
|
251
241
|
content: 'px-1 bg-white z-10 dark:bg-gray-900' // Padding and background color.
|
|
252
242
|
},
|
|
253
|
-
|
|
254
243
|
fieldset: {
|
|
255
244
|
root: {
|
|
256
245
|
className: classNames('border border-gray-300 bg-white text-gray-700 rounded-md block mx-2 my-0.5 pl-4 pr-5 inline-size-min',
|
|
@@ -258,7 +247,6 @@ var Tailwind = {
|
|
|
258
247
|
'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' //dark
|
|
259
248
|
)
|
|
260
249
|
},
|
|
261
|
-
|
|
262
250
|
legend: function legend(_ref5) {
|
|
263
251
|
var props = _ref5.props;
|
|
264
252
|
return {
|
|
@@ -308,21 +296,17 @@ var Tailwind = {
|
|
|
308
296
|
)
|
|
309
297
|
};
|
|
310
298
|
},
|
|
311
|
-
|
|
312
299
|
navContent: 'overflow-y-hidden overscroll-contain overscroll-auto scroll-smooth [&::-webkit-scrollbar]:hidden',
|
|
313
300
|
// Overflow and scrollbar styles.
|
|
314
301
|
previousButton: {
|
|
315
302
|
className: classNames('h-full flex items-center justify-center !absolute top-0 z-20', 'left-0', 'bg-white text-blue-500 w-12 shadow-md rounded-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 )') // Flex and absolute positioning styles.
|
|
316
303
|
},
|
|
317
|
-
|
|
318
304
|
nextButton: {
|
|
319
305
|
className: classNames('h-full flex items-center justify-center !absolute top-0 z-20', 'right-0', 'bg-white text-blue-500 w-12 shadow-md rounded-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 ') // Flex and absolute positioning styles.
|
|
320
306
|
},
|
|
321
|
-
|
|
322
307
|
nav: {
|
|
323
308
|
className: classNames('flex flex-1 list-none m-0 p-0', 'bg-transparent border border-gray-300 border-0 border-b-2', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 ') // Flex, list, margin, padding, and border styles.
|
|
324
309
|
},
|
|
325
|
-
|
|
326
310
|
tabpanel: {
|
|
327
311
|
header: function header(_ref8) {
|
|
328
312
|
var props = _ref8.props;
|
|
@@ -332,7 +316,6 @@ var Tailwind = {
|
|
|
332
316
|
}) // Margin and condition-based styles.
|
|
333
317
|
};
|
|
334
318
|
},
|
|
335
|
-
|
|
336
319
|
headerAction: function headerAction(_ref9) {
|
|
337
320
|
var parent = _ref9.parent,
|
|
338
321
|
context = _ref9.context;
|
|
@@ -350,23 +333,19 @@ var Tailwind = {
|
|
|
350
333
|
// Condition-based hover styles.
|
|
351
334
|
'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.
|
|
352
335
|
}),
|
|
353
|
-
|
|
354
336
|
style: {
|
|
355
337
|
marginBottom: '-2px'
|
|
356
338
|
} // Negative margin style.
|
|
357
339
|
};
|
|
358
340
|
},
|
|
359
|
-
|
|
360
341
|
headerTitle: {
|
|
361
342
|
className: classNames('leading-none whitespace-nowrap') // Leading and whitespace styles.
|
|
362
343
|
},
|
|
363
|
-
|
|
364
344
|
content: {
|
|
365
345
|
className: classNames('bg-white p-5 border-0 text-gray-700 rounded-bl-md rounded-br-md', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80') // Background, padding, border, and text styles.
|
|
366
346
|
}
|
|
367
347
|
}
|
|
368
348
|
},
|
|
369
|
-
|
|
370
349
|
splitter: {
|
|
371
350
|
root: function root(_ref10) {
|
|
372
351
|
var props = _ref10.props,
|
|
@@ -1041,7 +1020,6 @@ var Tailwind = {
|
|
|
1041
1020
|
)
|
|
1042
1021
|
};
|
|
1043
1022
|
},
|
|
1044
|
-
|
|
1045
1023
|
cancelIcon: {
|
|
1046
1024
|
className: classNames('text-red-500', 'w-5 h-5', 'transition duration-200 ease-in')
|
|
1047
1025
|
},
|
|
@@ -2169,7 +2147,6 @@ var Tailwind = {
|
|
|
2169
2147
|
className: classNames('outline-none', '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)]', 'border border-solid border-gray-300 dark:border-blue-900/40 text-gray-700 dark:text-white/80 bg-gray-100 dark:bg-gray-900 rounded-md transition-shadow duration-200', 'hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-700 dark:hover:text-white/80' // Focus
|
|
2170
2148
|
)
|
|
2171
2149
|
},
|
|
2172
|
-
|
|
2173
2150
|
headerAction: {
|
|
2174
2151
|
className: classNames('flex items-center select-none cursor-pointer relative no-underline', 'text-gray-700 dark:text-white/80 p-5 font-bold')
|
|
2175
2152
|
},
|
|
@@ -2197,7 +2174,6 @@ var Tailwind = {
|
|
|
2197
2174
|
className: classNames('text-gray-700 dark:text-white/80 py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', 'hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-700 dark:hover:text-white/80' // Hover
|
|
2198
2175
|
)
|
|
2199
2176
|
},
|
|
2200
|
-
|
|
2201
2177
|
icon: {
|
|
2202
2178
|
className: classNames('mr-2')
|
|
2203
2179
|
},
|
|
@@ -2240,7 +2216,6 @@ var Tailwind = {
|
|
|
2240
2216
|
// Condition-based hover styles.
|
|
2241
2217
|
'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300': state.activeIndex === context.index // Condition-based active styles.
|
|
2242
2218
|
}),
|
|
2243
|
-
|
|
2244
2219
|
style: {
|
|
2245
2220
|
top: '2px'
|
|
2246
2221
|
}
|
|
@@ -2390,7 +2365,6 @@ var Tailwind = {
|
|
|
2390
2365
|
className: classNames('absolute inset-0 flex items-center justify-center opacity-0 transition-opacity duration-300', 'bg-transparent text-gray-100', 'hover:opacity-100 hover:cursor-pointer hover:bg-black hover:bg-opacity-50' //Hover
|
|
2391
2366
|
)
|
|
2392
2367
|
},
|
|
2393
|
-
|
|
2394
2368
|
mask: {
|
|
2395
2369
|
className: classNames('fixed top-0 left-0 w-full h-full', 'flex items-center justify-center', 'bg-black bg-opacity-90')
|
|
2396
2370
|
},
|
|
@@ -2677,7 +2651,6 @@ var Tailwind = {
|
|
|
2677
2651
|
className: classNames('bg-white blue-gray-700 border-0 p-0', 'dark:bg-gray-900 dark:text-white/80' // Dark Mode
|
|
2678
2652
|
)
|
|
2679
2653
|
},
|
|
2680
|
-
|
|
2681
2654
|
grid: 'flex flex-wrap ml-0 mr-0 mt-0 bg-white dark:bg-gray-900',
|
|
2682
2655
|
header: 'bg-gray-100 dark:bg-gray-800 text-gray-800 dark:text-white/80 border-gray-200 dark:border-blue-900/40 border-t border-b p-4 font-bold'
|
|
2683
2656
|
},
|
|
@@ -2689,7 +2662,6 @@ var Tailwind = {
|
|
|
2689
2662
|
)
|
|
2690
2663
|
};
|
|
2691
2664
|
},
|
|
2692
|
-
|
|
2693
2665
|
gridButton: function gridButton(_ref137) {
|
|
2694
2666
|
var props = _ref137.props;
|
|
2695
2667
|
return {
|
|
@@ -2698,13 +2670,11 @@ var Tailwind = {
|
|
|
2698
2670
|
};
|
|
2699
2671
|
}
|
|
2700
2672
|
},
|
|
2701
|
-
|
|
2702
2673
|
datascroller: {
|
|
2703
2674
|
content: {
|
|
2704
2675
|
className: classNames('bg-white blue-gray-700 border-0 p-0', 'dark:bg-gray-900 dark:text-white/80' // Dark Mode
|
|
2705
2676
|
)
|
|
2706
2677
|
},
|
|
2707
|
-
|
|
2708
2678
|
grid: 'flex flex-wrap ml-0 mr-0 mt-0 bg-white dark:bg-gray-900',
|
|
2709
2679
|
header: 'bg-gray-100 dark:bg-gray-800 text-gray-800 dark:text-white/80 border-gray-200 dark:border-blue-900/40 border-t border-b p-4 font-bold'
|
|
2710
2680
|
},
|
|
@@ -2715,13 +2685,11 @@ var Tailwind = {
|
|
|
2715
2685
|
className: classNames('relative inline-block bg-white border border-gray-300 text-gray-600 p-5', 'dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80' // Dark Mode
|
|
2716
2686
|
)
|
|
2717
2687
|
},
|
|
2718
|
-
|
|
2719
2688
|
lineCell: 'text-center align-top py-0 px-3',
|
|
2720
2689
|
lineDown: {
|
|
2721
2690
|
className: classNames('mx-auto my-0 w-px h-[20px] bg-gray-300', 'dark:bg-blue-900/40' //Dark Mode
|
|
2722
2691
|
)
|
|
2723
2692
|
},
|
|
2724
|
-
|
|
2725
2693
|
lineLeft: function lineLeft(_ref138) {
|
|
2726
2694
|
var context = _ref138.context;
|
|
2727
2695
|
return {
|
|
@@ -2747,7 +2715,6 @@ var Tailwind = {
|
|
|
2747
2715
|
className: classNames('absolute bottom-[-0.75rem] left-2/4 -ml-3 w-6 h-6 bg-inherit text-inherit rounded-full z-2 cursor-pointer no-underline select-none', '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)]' // Focus styles
|
|
2748
2716
|
)
|
|
2749
2717
|
},
|
|
2750
|
-
|
|
2751
2718
|
nodeTogglerIcon: 'relative inline-block w-4 h-4'
|
|
2752
2719
|
},
|
|
2753
2720
|
orderlist: {
|
|
@@ -2850,12 +2817,10 @@ var Tailwind = {
|
|
|
2850
2817
|
className: classNames('bg-slate-50 text-slate-700 border border-gray-300 p-5 font-bold border-b-0 rounded-t-md', 'dark:bg-gray-900 dark:text-white/80 dark:border-blue-900/40' //Dark Mode
|
|
2851
2818
|
)
|
|
2852
2819
|
},
|
|
2853
|
-
|
|
2854
2820
|
list: {
|
|
2855
2821
|
className: classNames('list-none m-0 p-0 overflow-auto min-h-[12rem] max-h-[24rem]', 'border border-gray-300 bg-white text-gray-600 py-3 px-0 rounded-b-md outline-none', 'dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80' //Dark Mode
|
|
2856
2822
|
)
|
|
2857
2823
|
},
|
|
2858
|
-
|
|
2859
2824
|
item: function item(_ref144) {
|
|
2860
2825
|
var context = _ref144.context;
|
|
2861
2826
|
return {
|
|
@@ -2879,7 +2844,6 @@ var Tailwind = {
|
|
|
2879
2844
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2880
2845
|
)
|
|
2881
2846
|
},
|
|
2882
|
-
|
|
2883
2847
|
label: 'flex-initial w-0'
|
|
2884
2848
|
},
|
|
2885
2849
|
moveTopButton: {
|
|
@@ -2893,7 +2857,6 @@ var Tailwind = {
|
|
|
2893
2857
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2894
2858
|
)
|
|
2895
2859
|
},
|
|
2896
|
-
|
|
2897
2860
|
label: 'flex-initial w-0'
|
|
2898
2861
|
},
|
|
2899
2862
|
moveDownButton: {
|
|
@@ -2907,7 +2870,6 @@ var Tailwind = {
|
|
|
2907
2870
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2908
2871
|
)
|
|
2909
2872
|
},
|
|
2910
|
-
|
|
2911
2873
|
label: 'flex-initial w-0'
|
|
2912
2874
|
},
|
|
2913
2875
|
moveBottomButton: {
|
|
@@ -2921,7 +2883,6 @@ var Tailwind = {
|
|
|
2921
2883
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2922
2884
|
)
|
|
2923
2885
|
},
|
|
2924
|
-
|
|
2925
2886
|
label: 'flex-initial w-0'
|
|
2926
2887
|
},
|
|
2927
2888
|
listWrapper: 'grow shrink basis-2/4',
|
|
@@ -2929,12 +2890,10 @@ var Tailwind = {
|
|
|
2929
2890
|
className: classNames('bg-slate-50 text-slate-700 border border-gray-300 p-5 font-bold border-b-0 rounded-t-md', 'dark:bg-gray-900 dark:text-white/80 dark:border-blue-900/40' //Dark Mode
|
|
2930
2891
|
)
|
|
2931
2892
|
},
|
|
2932
|
-
|
|
2933
2893
|
list: {
|
|
2934
2894
|
className: classNames('list-none m-0 p-0 overflow-auto min-h-[12rem] max-h-[24rem]', 'border border-gray-300 bg-white text-gray-600 py-3 px-0 rounded-b-md outline-none', 'dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80' //Dark Mode
|
|
2935
2895
|
)
|
|
2936
2896
|
},
|
|
2937
|
-
|
|
2938
2897
|
item: function item(_ref145) {
|
|
2939
2898
|
var context = _ref145.context;
|
|
2940
2899
|
return {
|
|
@@ -2956,7 +2915,6 @@ var Tailwind = {
|
|
|
2956
2915
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2957
2916
|
)
|
|
2958
2917
|
},
|
|
2959
|
-
|
|
2960
2918
|
label: 'flex-initial w-0'
|
|
2961
2919
|
},
|
|
2962
2920
|
moveAllToTargetButton: {
|
|
@@ -2970,7 +2928,6 @@ var Tailwind = {
|
|
|
2970
2928
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2971
2929
|
)
|
|
2972
2930
|
},
|
|
2973
|
-
|
|
2974
2931
|
label: 'flex-initial w-0'
|
|
2975
2932
|
},
|
|
2976
2933
|
moveToSourceButton: {
|
|
@@ -2984,7 +2941,6 @@ var Tailwind = {
|
|
|
2984
2941
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2985
2942
|
)
|
|
2986
2943
|
},
|
|
2987
|
-
|
|
2988
2944
|
label: 'flex-initial w-0'
|
|
2989
2945
|
},
|
|
2990
2946
|
moveAllToSourceButton: {
|
|
@@ -2998,7 +2954,6 @@ var Tailwind = {
|
|
|
2998
2954
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2999
2955
|
)
|
|
3000
2956
|
},
|
|
3001
|
-
|
|
3002
2957
|
label: 'flex-initial w-0'
|
|
3003
2958
|
},
|
|
3004
2959
|
targetcontrols: 'flex flex-col justify-center p-5',
|
|
@@ -3007,12 +2962,10 @@ var Tailwind = {
|
|
|
3007
2962
|
className: classNames('bg-slate-50 text-slate-700 border border-gray-300 p-5 font-bold border-b-0 rounded-t-md', 'dark:bg-gray-900 dark:text-white/80 dark:border-blue-900/40' //Dark Mode
|
|
3008
2963
|
)
|
|
3009
2964
|
},
|
|
3010
|
-
|
|
3011
2965
|
targetlist: {
|
|
3012
2966
|
className: classNames('list-none m-0 p-0 overflow-auto min-h-[12rem] max-h-[24rem]', 'border border-gray-300 bg-white text-gray-600 py-3 px-0 rounded-b-md outline-none', 'dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80' //Dark Mode
|
|
3013
2967
|
)
|
|
3014
2968
|
},
|
|
3015
|
-
|
|
3016
2969
|
transition: {
|
|
3017
2970
|
timeout: 0,
|
|
3018
2971
|
classNames: {
|
|
@@ -3028,7 +2981,6 @@ var Tailwind = {
|
|
|
3028
2981
|
className: classNames('flex items-center justify-center flex-wrap', 'bg-white text-gray-500 border-0 px-4 py-2 rounded-md', 'dark:bg-gray-900 dark:text-white/60 dark:border-blue-900/40' // Dark Mode
|
|
3029
2982
|
)
|
|
3030
2983
|
},
|
|
3031
|
-
|
|
3032
2984
|
firstPageButton: function firstPageButton(_ref146) {
|
|
3033
2985
|
var context = _ref146.context;
|
|
3034
2986
|
return {
|
|
@@ -3040,7 +2992,6 @@ var Tailwind = {
|
|
|
3040
2992
|
})
|
|
3041
2993
|
};
|
|
3042
2994
|
},
|
|
3043
|
-
|
|
3044
2995
|
prevPageButton: function prevPageButton(_ref147) {
|
|
3045
2996
|
var context = _ref147.context;
|
|
3046
2997
|
return {
|
|
@@ -3052,7 +3003,6 @@ var Tailwind = {
|
|
|
3052
3003
|
})
|
|
3053
3004
|
};
|
|
3054
3005
|
},
|
|
3055
|
-
|
|
3056
3006
|
nextPageButton: function nextPageButton(_ref148) {
|
|
3057
3007
|
var context = _ref148.context;
|
|
3058
3008
|
return {
|
|
@@ -3064,7 +3014,6 @@ var Tailwind = {
|
|
|
3064
3014
|
})
|
|
3065
3015
|
};
|
|
3066
3016
|
},
|
|
3067
|
-
|
|
3068
3017
|
lastPageButton: function lastPageButton(_ref149) {
|
|
3069
3018
|
var context = _ref149.context;
|
|
3070
3019
|
return {
|
|
@@ -3076,7 +3025,6 @@ var Tailwind = {
|
|
|
3076
3025
|
})
|
|
3077
3026
|
};
|
|
3078
3027
|
},
|
|
3079
|
-
|
|
3080
3028
|
pageButton: function pageButton(_ref150) {
|
|
3081
3029
|
var context = _ref150.context;
|
|
3082
3030
|
return {
|
|
@@ -3104,12 +3052,10 @@ var Tailwind = {
|
|
|
3104
3052
|
})
|
|
3105
3053
|
};
|
|
3106
3054
|
},
|
|
3107
|
-
|
|
3108
3055
|
input: {
|
|
3109
3056
|
className: classNames('font-sans text-base text-gray-600 p-3 m-0 rounded-md apperance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border-0 pr-0', 'focus:outline-none focus:outline-offset-0', 'dark:text-white' //Dark Mode
|
|
3110
3057
|
)
|
|
3111
3058
|
},
|
|
3112
|
-
|
|
3113
3059
|
trigger: {
|
|
3114
3060
|
className: classNames('flex items-center justify-center shrink-0', 'text-gray-500 dark:text-white w-12 rounded-r-md')
|
|
3115
3061
|
},
|
|
@@ -3117,7 +3063,6 @@ var Tailwind = {
|
|
|
3117
3063
|
className: classNames('bg-white text-gray-600 border-0 rounded-md shadow-[0_2px_12px_rgba(0,0,0,0.1)]', 'dark:bg-gray-900 dark:text-white/80 dark:border-blue-900/40' //Dark Mode
|
|
3118
3064
|
)
|
|
3119
3065
|
},
|
|
3120
|
-
|
|
3121
3066
|
wrapper: 'overflow-auto',
|
|
3122
3067
|
list: 'm-0 p-0 py-3 list-none',
|
|
3123
3068
|
item: function item(_ref152) {
|
|
@@ -3156,12 +3101,10 @@ var Tailwind = {
|
|
|
3156
3101
|
})
|
|
3157
3102
|
};
|
|
3158
3103
|
},
|
|
3159
|
-
|
|
3160
3104
|
input: {
|
|
3161
3105
|
className: classNames('font-sans text-base text-gray-600 p-3 m-0 rounded-md apperance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border-0 pr-0', 'focus:outline-none focus:outline-offset-0', 'dark:text-white' //Dark Mode
|
|
3162
3106
|
)
|
|
3163
3107
|
},
|
|
3164
|
-
|
|
3165
3108
|
trigger: {
|
|
3166
3109
|
className: classNames('flex items-center justify-center shrink-0', 'text-gray-500 dark:text-white w-12 rounded-r-md')
|
|
3167
3110
|
},
|
|
@@ -3169,7 +3112,6 @@ var Tailwind = {
|
|
|
3169
3112
|
className: classNames('bg-white text-gray-600 border-0 rounded-md shadow-[0_2px_12px_rgba(0,0,0,0.1)]', 'dark:bg-gray-900 dark:text-white/80 dark:border-blue-900/40' //Dark Mode
|
|
3170
3113
|
)
|
|
3171
3114
|
},
|
|
3172
|
-
|
|
3173
3115
|
wrapper: 'overflow-auto',
|
|
3174
3116
|
list: 'm-0 p-0 py-3 list-none',
|
|
3175
3117
|
item: function item(_ref154) {
|
|
@@ -3199,13 +3141,11 @@ var Tailwind = {
|
|
|
3199
3141
|
className: classNames('fixed w-full h-full t-0 l-0 bg-gray-100/40', 'transition duration-200', 'absolute flex items-center justify-center z-2', 'dark:bg-gray-950/40' // Dark Mode
|
|
3200
3142
|
)
|
|
3201
3143
|
},
|
|
3202
|
-
|
|
3203
3144
|
loadingIcon: 'w-8 h-8',
|
|
3204
3145
|
header: {
|
|
3205
3146
|
className: classNames('bg-slate-50 text-slate-700 border border-x-0 border-t-0 border-gray-300 p-4 font-bold', 'dark:bg-gray-900 dark:text-white/70 dark:border-blue-900/40' // Dark Mode
|
|
3206
3147
|
)
|
|
3207
3148
|
},
|
|
3208
|
-
|
|
3209
3149
|
scrollableWrapper: function scrollableWrapper(_ref156) {
|
|
3210
3150
|
var props = _ref156.props;
|
|
3211
3151
|
return {
|
|
@@ -3228,7 +3168,6 @@ var Tailwind = {
|
|
|
3228
3168
|
className: classNames('bg-slate-50 text-slate-700 border border-x-0 border-t-0 border-gray-300 p-4 font-bold', 'dark:bg-gray-900 dark:text-white/70 dark:border-blue-900/40' // Dark Mode
|
|
3229
3169
|
)
|
|
3230
3170
|
},
|
|
3231
|
-
|
|
3232
3171
|
table: 'border-collapse table-fixed w-full',
|
|
3233
3172
|
thead: function thead(_ref158) {
|
|
3234
3173
|
var props = _ref158.props;
|
|
@@ -3315,7 +3254,6 @@ var Tailwind = {
|
|
|
3315
3254
|
)
|
|
3316
3255
|
};
|
|
3317
3256
|
},
|
|
3318
|
-
|
|
3319
3257
|
sort: {
|
|
3320
3258
|
className: 'inline-block align-middle'
|
|
3321
3259
|
},
|
|
@@ -3332,7 +3270,6 @@ var Tailwind = {
|
|
|
3332
3270
|
className: classNames('h-[1.143rem] min-w-[1.143rem] leading-[1.143rem] text-blue-700 bg-blue-50 ml-2 rounded-[50%]', 'dark:text-white/80 dark:bg-blue-500/40' // Dark Mode
|
|
3333
3271
|
)
|
|
3334
3272
|
},
|
|
3335
|
-
|
|
3336
3273
|
columnResizer: 'block absolute top-0 right-0 m-0 w-2 h-full p-0 cursor-col-resize border border-transparent',
|
|
3337
3274
|
checkboxWrapper: {
|
|
3338
3275
|
className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2')
|
|
@@ -3372,7 +3309,6 @@ var Tailwind = {
|
|
|
3372
3309
|
className: classNames('fixed w-full h-full t-0 l-0 bg-gray-100/40', 'transition duration-200', 'absolute flex items-center justify-center z-2', 'dark:bg-gray-950/40' // Dark Mode
|
|
3373
3310
|
)
|
|
3374
3311
|
},
|
|
3375
|
-
|
|
3376
3312
|
loadingIcon: 'w-8 h-8',
|
|
3377
3313
|
wrapper: function wrapper(_ref170) {
|
|
3378
3314
|
var props = _ref170.props;
|
|
@@ -3421,7 +3357,6 @@ var Tailwind = {
|
|
|
3421
3357
|
className: classNames('bg-slate-50 text-slate-700 border-t-0 border-b border-x-0 border-gray-300 font-bold p-4', 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900' // Dark Mode
|
|
3422
3358
|
)
|
|
3423
3359
|
},
|
|
3424
|
-
|
|
3425
3360
|
column: {
|
|
3426
3361
|
headerCell: function headerCell(_ref175) {
|
|
3427
3362
|
var context = _ref175.context,
|
|
@@ -3441,7 +3376,6 @@ var Tailwind = {
|
|
|
3441
3376
|
})
|
|
3442
3377
|
};
|
|
3443
3378
|
},
|
|
3444
|
-
|
|
3445
3379
|
headerContent: 'flex items-center',
|
|
3446
3380
|
bodyCell: function bodyCell(_ref176) {
|
|
3447
3381
|
var props = _ref176.props,
|
|
@@ -3480,13 +3414,11 @@ var Tailwind = {
|
|
|
3480
3414
|
className: classNames('flex items-center justify-center align-middle', 'rounded-[50%] w-[1.143rem] leading-[1.143rem] ml-2', 'text-blue-700 bg-blue-50', 'dark:text-white/80 dark:bg-blue-400' // Dark Mode
|
|
3481
3415
|
)
|
|
3482
3416
|
},
|
|
3483
|
-
|
|
3484
3417
|
columnFilter: 'inline-flex items-center ml-auto',
|
|
3485
3418
|
filterOverlay: {
|
|
3486
3419
|
className: classNames('bg-white text-gray-600 border-0 rounded-md min-w-[12.5rem]', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' //Dark Mode
|
|
3487
3420
|
)
|
|
3488
3421
|
},
|
|
3489
|
-
|
|
3490
3422
|
filterMatchModeDropdown: {
|
|
3491
3423
|
root: 'min-[0px]:flex mb-2'
|
|
3492
3424
|
},
|
|
@@ -3501,7 +3433,6 @@ var Tailwind = {
|
|
|
3501
3433
|
className: classNames('px-5 py-3 border-b border-solid border-gray-300 text-slate-700 bg-slate-50 rounded-t-md', 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900' // Dark Mode
|
|
3502
3434
|
)
|
|
3503
3435
|
},
|
|
3504
|
-
|
|
3505
3436
|
filterOperatorDropdown: {
|
|
3506
3437
|
root: 'min-[0px]:flex'
|
|
3507
3438
|
},
|
|
@@ -3555,7 +3486,6 @@ var Tailwind = {
|
|
|
3555
3486
|
'dark:text-white/70' // Dark Mode
|
|
3556
3487
|
)
|
|
3557
3488
|
},
|
|
3558
|
-
|
|
3559
3489
|
rowEditorSaveButton: {
|
|
3560
3490
|
className: classNames('inline-flex items-center justify-center overflow-hidden relative', 'text-left cursor-pointer select-none', 'w-8 h-8 border-0 rounded-[50%]', 'transition duration-200', 'text-slate-700 border-transparent', 'focus:outline-0 focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
|
|
3561
3491
|
//Focus
|
|
@@ -3564,7 +3494,6 @@ var Tailwind = {
|
|
|
3564
3494
|
'dark:text-white/70' // Dark Mode
|
|
3565
3495
|
)
|
|
3566
3496
|
},
|
|
3567
|
-
|
|
3568
3497
|
rowEditorCancelButton: {
|
|
3569
3498
|
className: classNames('inline-flex items-center justify-center overflow-hidden relative', 'text-left cursor-pointer select-none', 'w-8 h-8 border-0 rounded-[50%]', 'transition duration-200', 'text-slate-700 border-transparent', 'focus:outline-0 focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
|
|
3570
3499
|
//Focus
|
|
@@ -3573,25 +3502,27 @@ var Tailwind = {
|
|
|
3573
3502
|
'dark:text-white/70' // Dark Mode
|
|
3574
3503
|
)
|
|
3575
3504
|
},
|
|
3576
|
-
|
|
3577
|
-
radiobuttonwrapper: {
|
|
3505
|
+
radioButton: {
|
|
3578
3506
|
className: classNames('relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6')
|
|
3579
3507
|
},
|
|
3580
|
-
|
|
3508
|
+
radioButtonInput: {
|
|
3509
|
+
className: classNames('w-full h-full top-0 left-0 absolute appearance-none select-none', 'p-0 m-0 opacity-0 z-[1] rounded-[50%] outline-none', 'cursor-pointer peer')
|
|
3510
|
+
},
|
|
3511
|
+
radioButtonBox: function radioButtonBox(_ref182) {
|
|
3581
3512
|
var context = _ref182.context;
|
|
3582
3513
|
return {
|
|
3583
|
-
className: classNames('flex
|
|
3584
|
-
'hover:border-blue-500
|
|
3514
|
+
className: classNames('flex items-center justify-center', 'h-6 w-6 rounded-full border-2 text-gray-700 transition duration-200 ease-in-out', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400 peer-hover:bg-blue-700 peer-hover:border-blue-700' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900 peer-hover:border-blue-500', {
|
|
3515
|
+
'hover:border-blue-500 focus:shadow-input-focus focus:outline-none focus:outline-offset-0 dark:hover:border-blue-400 dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled,
|
|
3585
3516
|
'cursor-default opacity-60': context.disabled
|
|
3586
3517
|
})
|
|
3587
3518
|
};
|
|
3588
3519
|
},
|
|
3589
|
-
|
|
3520
|
+
radioButtonIcon: function radioButtonIcon(_ref183) {
|
|
3590
3521
|
var context = _ref183.context;
|
|
3591
3522
|
return {
|
|
3592
|
-
className: classNames('transform rounded-full', 'block
|
|
3523
|
+
className: classNames('transform rounded-full', 'block h-3 w-3 bg-white transition duration-200 dark:bg-gray-900', {
|
|
3593
3524
|
'backface-hidden scale-10 invisible': context.checked === false,
|
|
3594
|
-
'
|
|
3525
|
+
'visible scale-100 transform': context.checked === true
|
|
3595
3526
|
})
|
|
3596
3527
|
};
|
|
3597
3528
|
},
|
|
@@ -3636,7 +3567,6 @@ var Tailwind = {
|
|
|
3636
3567
|
})
|
|
3637
3568
|
};
|
|
3638
3569
|
},
|
|
3639
|
-
|
|
3640
3570
|
rowExpansion: 'bg-white text-gray-600 dark:bg-gray-900 dark:text-white/80',
|
|
3641
3571
|
rowGroupHeader: {
|
|
3642
3572
|
className: classNames('sticky z-[1]', 'bg-white text-gray-600', 'transition duration-200')
|
|
@@ -3648,7 +3578,6 @@ var Tailwind = {
|
|
|
3648
3578
|
className: classNames('text-left m-0 p-0 cursor-pointer select-none', 'inline-flex items-center justify-center overflow-hidden relative', 'w-8 h-8 text-gray-500 border-0 bg-transparent rounded-[50%]', 'transition duration-200', 'dark:text-white/70' // Dark Mode
|
|
3649
3579
|
)
|
|
3650
3580
|
},
|
|
3651
|
-
|
|
3652
3581
|
rowgrouptogglericon: 'inline-block w-4 h-4',
|
|
3653
3582
|
resizeHelper: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
|
|
3654
3583
|
},
|