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
|
@@ -141,7 +141,6 @@ var Tailwind = {
|
|
|
141
141
|
)
|
|
142
142
|
};
|
|
143
143
|
},
|
|
144
|
-
|
|
145
144
|
title: 'leading-none font-bold',
|
|
146
145
|
toggler: {
|
|
147
146
|
className: classNames('inline-flex items-center justify-center overflow-hidden relative no-underline',
|
|
@@ -153,13 +152,11 @@ var Tailwind = {
|
|
|
153
152
|
'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]' // focus
|
|
154
153
|
)
|
|
155
154
|
},
|
|
156
|
-
|
|
157
155
|
togglerIcon: 'inline-block',
|
|
158
156
|
content: {
|
|
159
157
|
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
|
|
160
158
|
)
|
|
161
159
|
},
|
|
162
|
-
|
|
163
160
|
transition: TRANSITIONS.toggleable
|
|
164
161
|
},
|
|
165
162
|
accordion: {
|
|
@@ -175,7 +172,6 @@ var Tailwind = {
|
|
|
175
172
|
)
|
|
176
173
|
};
|
|
177
174
|
},
|
|
178
|
-
|
|
179
175
|
headerAction: function headerAction(_ref3) {
|
|
180
176
|
var context = _ref3.context;
|
|
181
177
|
return {
|
|
@@ -198,14 +194,12 @@ var Tailwind = {
|
|
|
198
194
|
)
|
|
199
195
|
};
|
|
200
196
|
},
|
|
201
|
-
|
|
202
197
|
headerIcon: 'inline-block mr-2',
|
|
203
198
|
headerTitle: 'leading-none',
|
|
204
199
|
content: {
|
|
205
200
|
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
|
|
206
201
|
)
|
|
207
202
|
},
|
|
208
|
-
|
|
209
203
|
transition: TRANSITIONS.toggleable
|
|
210
204
|
}
|
|
211
205
|
},
|
|
@@ -216,7 +210,6 @@ var Tailwind = {
|
|
|
216
210
|
'dark:bg-gray-900 dark:text-white ' //dark
|
|
217
211
|
)
|
|
218
212
|
},
|
|
219
|
-
|
|
220
213
|
body: 'p-5',
|
|
221
214
|
// Padding.
|
|
222
215
|
title: 'text-2xl font-bold mb-2',
|
|
@@ -227,12 +220,10 @@ var Tailwind = {
|
|
|
227
220
|
'dark:text-white/60 ' //dark
|
|
228
221
|
)
|
|
229
222
|
},
|
|
230
|
-
|
|
231
223
|
content: 'py-5',
|
|
232
224
|
// Vertical padding.
|
|
233
225
|
footer: 'pt-5' // Top padding.
|
|
234
226
|
},
|
|
235
|
-
|
|
236
227
|
divider: {
|
|
237
228
|
root: function root(_ref4) {
|
|
238
229
|
var props = _ref4.props;
|
|
@@ -251,10 +242,8 @@ var Tailwind = {
|
|
|
251
242
|
)
|
|
252
243
|
};
|
|
253
244
|
},
|
|
254
|
-
|
|
255
245
|
content: 'px-1 bg-white z-10 dark:bg-gray-900' // Padding and background color.
|
|
256
246
|
},
|
|
257
|
-
|
|
258
247
|
fieldset: {
|
|
259
248
|
root: {
|
|
260
249
|
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',
|
|
@@ -262,7 +251,6 @@ var Tailwind = {
|
|
|
262
251
|
'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' //dark
|
|
263
252
|
)
|
|
264
253
|
},
|
|
265
|
-
|
|
266
254
|
legend: function legend(_ref5) {
|
|
267
255
|
var props = _ref5.props;
|
|
268
256
|
return {
|
|
@@ -312,21 +300,17 @@ var Tailwind = {
|
|
|
312
300
|
)
|
|
313
301
|
};
|
|
314
302
|
},
|
|
315
|
-
|
|
316
303
|
navContent: 'overflow-y-hidden overscroll-contain overscroll-auto scroll-smooth [&::-webkit-scrollbar]:hidden',
|
|
317
304
|
// Overflow and scrollbar styles.
|
|
318
305
|
previousButton: {
|
|
319
306
|
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.
|
|
320
307
|
},
|
|
321
|
-
|
|
322
308
|
nextButton: {
|
|
323
309
|
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.
|
|
324
310
|
},
|
|
325
|
-
|
|
326
311
|
nav: {
|
|
327
312
|
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.
|
|
328
313
|
},
|
|
329
|
-
|
|
330
314
|
tabpanel: {
|
|
331
315
|
header: function header(_ref8) {
|
|
332
316
|
var props = _ref8.props;
|
|
@@ -336,7 +320,6 @@ var Tailwind = {
|
|
|
336
320
|
}) // Margin and condition-based styles.
|
|
337
321
|
};
|
|
338
322
|
},
|
|
339
|
-
|
|
340
323
|
headerAction: function headerAction(_ref9) {
|
|
341
324
|
var parent = _ref9.parent,
|
|
342
325
|
context = _ref9.context;
|
|
@@ -354,23 +337,19 @@ var Tailwind = {
|
|
|
354
337
|
// Condition-based hover styles.
|
|
355
338
|
'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.
|
|
356
339
|
}),
|
|
357
|
-
|
|
358
340
|
style: {
|
|
359
341
|
marginBottom: '-2px'
|
|
360
342
|
} // Negative margin style.
|
|
361
343
|
};
|
|
362
344
|
},
|
|
363
|
-
|
|
364
345
|
headerTitle: {
|
|
365
346
|
className: classNames('leading-none whitespace-nowrap') // Leading and whitespace styles.
|
|
366
347
|
},
|
|
367
|
-
|
|
368
348
|
content: {
|
|
369
349
|
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.
|
|
370
350
|
}
|
|
371
351
|
}
|
|
372
352
|
},
|
|
373
|
-
|
|
374
353
|
splitter: {
|
|
375
354
|
root: function root(_ref10) {
|
|
376
355
|
var props = _ref10.props,
|
|
@@ -1045,7 +1024,6 @@ var Tailwind = {
|
|
|
1045
1024
|
)
|
|
1046
1025
|
};
|
|
1047
1026
|
},
|
|
1048
|
-
|
|
1049
1027
|
cancelIcon: {
|
|
1050
1028
|
className: classNames('text-red-500', 'w-5 h-5', 'transition duration-200 ease-in')
|
|
1051
1029
|
},
|
|
@@ -2173,7 +2151,6 @@ var Tailwind = {
|
|
|
2173
2151
|
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
|
|
2174
2152
|
)
|
|
2175
2153
|
},
|
|
2176
|
-
|
|
2177
2154
|
headerAction: {
|
|
2178
2155
|
className: classNames('flex items-center select-none cursor-pointer relative no-underline', 'text-gray-700 dark:text-white/80 p-5 font-bold')
|
|
2179
2156
|
},
|
|
@@ -2201,7 +2178,6 @@ var Tailwind = {
|
|
|
2201
2178
|
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
|
|
2202
2179
|
)
|
|
2203
2180
|
},
|
|
2204
|
-
|
|
2205
2181
|
icon: {
|
|
2206
2182
|
className: classNames('mr-2')
|
|
2207
2183
|
},
|
|
@@ -2244,7 +2220,6 @@ var Tailwind = {
|
|
|
2244
2220
|
// Condition-based hover styles.
|
|
2245
2221
|
'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.
|
|
2246
2222
|
}),
|
|
2247
|
-
|
|
2248
2223
|
style: {
|
|
2249
2224
|
top: '2px'
|
|
2250
2225
|
}
|
|
@@ -2394,7 +2369,6 @@ var Tailwind = {
|
|
|
2394
2369
|
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
|
|
2395
2370
|
)
|
|
2396
2371
|
},
|
|
2397
|
-
|
|
2398
2372
|
mask: {
|
|
2399
2373
|
className: classNames('fixed top-0 left-0 w-full h-full', 'flex items-center justify-center', 'bg-black bg-opacity-90')
|
|
2400
2374
|
},
|
|
@@ -2681,7 +2655,6 @@ var Tailwind = {
|
|
|
2681
2655
|
className: classNames('bg-white blue-gray-700 border-0 p-0', 'dark:bg-gray-900 dark:text-white/80' // Dark Mode
|
|
2682
2656
|
)
|
|
2683
2657
|
},
|
|
2684
|
-
|
|
2685
2658
|
grid: 'flex flex-wrap ml-0 mr-0 mt-0 bg-white dark:bg-gray-900',
|
|
2686
2659
|
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'
|
|
2687
2660
|
},
|
|
@@ -2693,7 +2666,6 @@ var Tailwind = {
|
|
|
2693
2666
|
)
|
|
2694
2667
|
};
|
|
2695
2668
|
},
|
|
2696
|
-
|
|
2697
2669
|
gridButton: function gridButton(_ref137) {
|
|
2698
2670
|
var props = _ref137.props;
|
|
2699
2671
|
return {
|
|
@@ -2702,13 +2674,11 @@ var Tailwind = {
|
|
|
2702
2674
|
};
|
|
2703
2675
|
}
|
|
2704
2676
|
},
|
|
2705
|
-
|
|
2706
2677
|
datascroller: {
|
|
2707
2678
|
content: {
|
|
2708
2679
|
className: classNames('bg-white blue-gray-700 border-0 p-0', 'dark:bg-gray-900 dark:text-white/80' // Dark Mode
|
|
2709
2680
|
)
|
|
2710
2681
|
},
|
|
2711
|
-
|
|
2712
2682
|
grid: 'flex flex-wrap ml-0 mr-0 mt-0 bg-white dark:bg-gray-900',
|
|
2713
2683
|
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'
|
|
2714
2684
|
},
|
|
@@ -2719,13 +2689,11 @@ var Tailwind = {
|
|
|
2719
2689
|
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
|
|
2720
2690
|
)
|
|
2721
2691
|
},
|
|
2722
|
-
|
|
2723
2692
|
lineCell: 'text-center align-top py-0 px-3',
|
|
2724
2693
|
lineDown: {
|
|
2725
2694
|
className: classNames('mx-auto my-0 w-px h-[20px] bg-gray-300', 'dark:bg-blue-900/40' //Dark Mode
|
|
2726
2695
|
)
|
|
2727
2696
|
},
|
|
2728
|
-
|
|
2729
2697
|
lineLeft: function lineLeft(_ref138) {
|
|
2730
2698
|
var context = _ref138.context;
|
|
2731
2699
|
return {
|
|
@@ -2751,7 +2719,6 @@ var Tailwind = {
|
|
|
2751
2719
|
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
|
|
2752
2720
|
)
|
|
2753
2721
|
},
|
|
2754
|
-
|
|
2755
2722
|
nodeTogglerIcon: 'relative inline-block w-4 h-4'
|
|
2756
2723
|
},
|
|
2757
2724
|
orderlist: {
|
|
@@ -2854,12 +2821,10 @@ var Tailwind = {
|
|
|
2854
2821
|
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
|
|
2855
2822
|
)
|
|
2856
2823
|
},
|
|
2857
|
-
|
|
2858
2824
|
list: {
|
|
2859
2825
|
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
|
|
2860
2826
|
)
|
|
2861
2827
|
},
|
|
2862
|
-
|
|
2863
2828
|
item: function item(_ref144) {
|
|
2864
2829
|
var context = _ref144.context;
|
|
2865
2830
|
return {
|
|
@@ -2883,7 +2848,6 @@ var Tailwind = {
|
|
|
2883
2848
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2884
2849
|
)
|
|
2885
2850
|
},
|
|
2886
|
-
|
|
2887
2851
|
label: 'flex-initial w-0'
|
|
2888
2852
|
},
|
|
2889
2853
|
moveTopButton: {
|
|
@@ -2897,7 +2861,6 @@ var Tailwind = {
|
|
|
2897
2861
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2898
2862
|
)
|
|
2899
2863
|
},
|
|
2900
|
-
|
|
2901
2864
|
label: 'flex-initial w-0'
|
|
2902
2865
|
},
|
|
2903
2866
|
moveDownButton: {
|
|
@@ -2911,7 +2874,6 @@ var Tailwind = {
|
|
|
2911
2874
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2912
2875
|
)
|
|
2913
2876
|
},
|
|
2914
|
-
|
|
2915
2877
|
label: 'flex-initial w-0'
|
|
2916
2878
|
},
|
|
2917
2879
|
moveBottomButton: {
|
|
@@ -2925,7 +2887,6 @@ var Tailwind = {
|
|
|
2925
2887
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2926
2888
|
)
|
|
2927
2889
|
},
|
|
2928
|
-
|
|
2929
2890
|
label: 'flex-initial w-0'
|
|
2930
2891
|
},
|
|
2931
2892
|
listWrapper: 'grow shrink basis-2/4',
|
|
@@ -2933,12 +2894,10 @@ var Tailwind = {
|
|
|
2933
2894
|
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
|
|
2934
2895
|
)
|
|
2935
2896
|
},
|
|
2936
|
-
|
|
2937
2897
|
list: {
|
|
2938
2898
|
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
|
|
2939
2899
|
)
|
|
2940
2900
|
},
|
|
2941
|
-
|
|
2942
2901
|
item: function item(_ref145) {
|
|
2943
2902
|
var context = _ref145.context;
|
|
2944
2903
|
return {
|
|
@@ -2960,7 +2919,6 @@ var Tailwind = {
|
|
|
2960
2919
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2961
2920
|
)
|
|
2962
2921
|
},
|
|
2963
|
-
|
|
2964
2922
|
label: 'flex-initial w-0'
|
|
2965
2923
|
},
|
|
2966
2924
|
moveAllToTargetButton: {
|
|
@@ -2974,7 +2932,6 @@ var Tailwind = {
|
|
|
2974
2932
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2975
2933
|
)
|
|
2976
2934
|
},
|
|
2977
|
-
|
|
2978
2935
|
label: 'flex-initial w-0'
|
|
2979
2936
|
},
|
|
2980
2937
|
moveToSourceButton: {
|
|
@@ -2988,7 +2945,6 @@ var Tailwind = {
|
|
|
2988
2945
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
2989
2946
|
)
|
|
2990
2947
|
},
|
|
2991
|
-
|
|
2992
2948
|
label: 'flex-initial w-0'
|
|
2993
2949
|
},
|
|
2994
2950
|
moveAllToSourceButton: {
|
|
@@ -3002,7 +2958,6 @@ var Tailwind = {
|
|
|
3002
2958
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' //Dark Mode
|
|
3003
2959
|
)
|
|
3004
2960
|
},
|
|
3005
|
-
|
|
3006
2961
|
label: 'flex-initial w-0'
|
|
3007
2962
|
},
|
|
3008
2963
|
targetcontrols: 'flex flex-col justify-center p-5',
|
|
@@ -3011,12 +2966,10 @@ var Tailwind = {
|
|
|
3011
2966
|
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
|
|
3012
2967
|
)
|
|
3013
2968
|
},
|
|
3014
|
-
|
|
3015
2969
|
targetlist: {
|
|
3016
2970
|
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
|
|
3017
2971
|
)
|
|
3018
2972
|
},
|
|
3019
|
-
|
|
3020
2973
|
transition: {
|
|
3021
2974
|
timeout: 0,
|
|
3022
2975
|
classNames: {
|
|
@@ -3032,7 +2985,6 @@ var Tailwind = {
|
|
|
3032
2985
|
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
|
|
3033
2986
|
)
|
|
3034
2987
|
},
|
|
3035
|
-
|
|
3036
2988
|
firstPageButton: function firstPageButton(_ref146) {
|
|
3037
2989
|
var context = _ref146.context;
|
|
3038
2990
|
return {
|
|
@@ -3044,7 +2996,6 @@ var Tailwind = {
|
|
|
3044
2996
|
})
|
|
3045
2997
|
};
|
|
3046
2998
|
},
|
|
3047
|
-
|
|
3048
2999
|
prevPageButton: function prevPageButton(_ref147) {
|
|
3049
3000
|
var context = _ref147.context;
|
|
3050
3001
|
return {
|
|
@@ -3056,7 +3007,6 @@ var Tailwind = {
|
|
|
3056
3007
|
})
|
|
3057
3008
|
};
|
|
3058
3009
|
},
|
|
3059
|
-
|
|
3060
3010
|
nextPageButton: function nextPageButton(_ref148) {
|
|
3061
3011
|
var context = _ref148.context;
|
|
3062
3012
|
return {
|
|
@@ -3068,7 +3018,6 @@ var Tailwind = {
|
|
|
3068
3018
|
})
|
|
3069
3019
|
};
|
|
3070
3020
|
},
|
|
3071
|
-
|
|
3072
3021
|
lastPageButton: function lastPageButton(_ref149) {
|
|
3073
3022
|
var context = _ref149.context;
|
|
3074
3023
|
return {
|
|
@@ -3080,7 +3029,6 @@ var Tailwind = {
|
|
|
3080
3029
|
})
|
|
3081
3030
|
};
|
|
3082
3031
|
},
|
|
3083
|
-
|
|
3084
3032
|
pageButton: function pageButton(_ref150) {
|
|
3085
3033
|
var context = _ref150.context;
|
|
3086
3034
|
return {
|
|
@@ -3108,12 +3056,10 @@ var Tailwind = {
|
|
|
3108
3056
|
})
|
|
3109
3057
|
};
|
|
3110
3058
|
},
|
|
3111
|
-
|
|
3112
3059
|
input: {
|
|
3113
3060
|
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
|
|
3114
3061
|
)
|
|
3115
3062
|
},
|
|
3116
|
-
|
|
3117
3063
|
trigger: {
|
|
3118
3064
|
className: classNames('flex items-center justify-center shrink-0', 'text-gray-500 dark:text-white w-12 rounded-r-md')
|
|
3119
3065
|
},
|
|
@@ -3121,7 +3067,6 @@ var Tailwind = {
|
|
|
3121
3067
|
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
|
|
3122
3068
|
)
|
|
3123
3069
|
},
|
|
3124
|
-
|
|
3125
3070
|
wrapper: 'overflow-auto',
|
|
3126
3071
|
list: 'm-0 p-0 py-3 list-none',
|
|
3127
3072
|
item: function item(_ref152) {
|
|
@@ -3160,12 +3105,10 @@ var Tailwind = {
|
|
|
3160
3105
|
})
|
|
3161
3106
|
};
|
|
3162
3107
|
},
|
|
3163
|
-
|
|
3164
3108
|
input: {
|
|
3165
3109
|
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
|
|
3166
3110
|
)
|
|
3167
3111
|
},
|
|
3168
|
-
|
|
3169
3112
|
trigger: {
|
|
3170
3113
|
className: classNames('flex items-center justify-center shrink-0', 'text-gray-500 dark:text-white w-12 rounded-r-md')
|
|
3171
3114
|
},
|
|
@@ -3173,7 +3116,6 @@ var Tailwind = {
|
|
|
3173
3116
|
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
|
|
3174
3117
|
)
|
|
3175
3118
|
},
|
|
3176
|
-
|
|
3177
3119
|
wrapper: 'overflow-auto',
|
|
3178
3120
|
list: 'm-0 p-0 py-3 list-none',
|
|
3179
3121
|
item: function item(_ref154) {
|
|
@@ -3203,13 +3145,11 @@ var Tailwind = {
|
|
|
3203
3145
|
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
|
|
3204
3146
|
)
|
|
3205
3147
|
},
|
|
3206
|
-
|
|
3207
3148
|
loadingIcon: 'w-8 h-8',
|
|
3208
3149
|
header: {
|
|
3209
3150
|
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
|
|
3210
3151
|
)
|
|
3211
3152
|
},
|
|
3212
|
-
|
|
3213
3153
|
scrollableWrapper: function scrollableWrapper(_ref156) {
|
|
3214
3154
|
var props = _ref156.props;
|
|
3215
3155
|
return {
|
|
@@ -3232,7 +3172,6 @@ var Tailwind = {
|
|
|
3232
3172
|
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
|
|
3233
3173
|
)
|
|
3234
3174
|
},
|
|
3235
|
-
|
|
3236
3175
|
table: 'border-collapse table-fixed w-full',
|
|
3237
3176
|
thead: function thead(_ref158) {
|
|
3238
3177
|
var props = _ref158.props;
|
|
@@ -3319,7 +3258,6 @@ var Tailwind = {
|
|
|
3319
3258
|
)
|
|
3320
3259
|
};
|
|
3321
3260
|
},
|
|
3322
|
-
|
|
3323
3261
|
sort: {
|
|
3324
3262
|
className: 'inline-block align-middle'
|
|
3325
3263
|
},
|
|
@@ -3336,7 +3274,6 @@ var Tailwind = {
|
|
|
3336
3274
|
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
|
|
3337
3275
|
)
|
|
3338
3276
|
},
|
|
3339
|
-
|
|
3340
3277
|
columnResizer: 'block absolute top-0 right-0 m-0 w-2 h-full p-0 cursor-col-resize border border-transparent',
|
|
3341
3278
|
checkboxWrapper: {
|
|
3342
3279
|
className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2')
|
|
@@ -3376,7 +3313,6 @@ var Tailwind = {
|
|
|
3376
3313
|
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
|
|
3377
3314
|
)
|
|
3378
3315
|
},
|
|
3379
|
-
|
|
3380
3316
|
loadingIcon: 'w-8 h-8',
|
|
3381
3317
|
wrapper: function wrapper(_ref170) {
|
|
3382
3318
|
var props = _ref170.props;
|
|
@@ -3425,7 +3361,6 @@ var Tailwind = {
|
|
|
3425
3361
|
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
|
|
3426
3362
|
)
|
|
3427
3363
|
},
|
|
3428
|
-
|
|
3429
3364
|
column: {
|
|
3430
3365
|
headerCell: function headerCell(_ref175) {
|
|
3431
3366
|
var context = _ref175.context,
|
|
@@ -3445,7 +3380,6 @@ var Tailwind = {
|
|
|
3445
3380
|
})
|
|
3446
3381
|
};
|
|
3447
3382
|
},
|
|
3448
|
-
|
|
3449
3383
|
headerContent: 'flex items-center',
|
|
3450
3384
|
bodyCell: function bodyCell(_ref176) {
|
|
3451
3385
|
var props = _ref176.props,
|
|
@@ -3484,13 +3418,11 @@ var Tailwind = {
|
|
|
3484
3418
|
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
|
|
3485
3419
|
)
|
|
3486
3420
|
},
|
|
3487
|
-
|
|
3488
3421
|
columnFilter: 'inline-flex items-center ml-auto',
|
|
3489
3422
|
filterOverlay: {
|
|
3490
3423
|
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
|
|
3491
3424
|
)
|
|
3492
3425
|
},
|
|
3493
|
-
|
|
3494
3426
|
filterMatchModeDropdown: {
|
|
3495
3427
|
root: 'min-[0px]:flex mb-2'
|
|
3496
3428
|
},
|
|
@@ -3505,7 +3437,6 @@ var Tailwind = {
|
|
|
3505
3437
|
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
|
|
3506
3438
|
)
|
|
3507
3439
|
},
|
|
3508
|
-
|
|
3509
3440
|
filterOperatorDropdown: {
|
|
3510
3441
|
root: 'min-[0px]:flex'
|
|
3511
3442
|
},
|
|
@@ -3559,7 +3490,6 @@ var Tailwind = {
|
|
|
3559
3490
|
'dark:text-white/70' // Dark Mode
|
|
3560
3491
|
)
|
|
3561
3492
|
},
|
|
3562
|
-
|
|
3563
3493
|
rowEditorSaveButton: {
|
|
3564
3494
|
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)]',
|
|
3565
3495
|
//Focus
|
|
@@ -3568,7 +3498,6 @@ var Tailwind = {
|
|
|
3568
3498
|
'dark:text-white/70' // Dark Mode
|
|
3569
3499
|
)
|
|
3570
3500
|
},
|
|
3571
|
-
|
|
3572
3501
|
rowEditorCancelButton: {
|
|
3573
3502
|
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)]',
|
|
3574
3503
|
//Focus
|
|
@@ -3577,25 +3506,27 @@ var Tailwind = {
|
|
|
3577
3506
|
'dark:text-white/70' // Dark Mode
|
|
3578
3507
|
)
|
|
3579
3508
|
},
|
|
3580
|
-
|
|
3581
|
-
radiobuttonwrapper: {
|
|
3509
|
+
radioButton: {
|
|
3582
3510
|
className: classNames('relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6')
|
|
3583
3511
|
},
|
|
3584
|
-
|
|
3512
|
+
radioButtonInput: {
|
|
3513
|
+
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')
|
|
3514
|
+
},
|
|
3515
|
+
radioButtonBox: function radioButtonBox(_ref182) {
|
|
3585
3516
|
var context = _ref182.context;
|
|
3586
3517
|
return {
|
|
3587
|
-
className: classNames('flex
|
|
3588
|
-
'hover:border-blue-500
|
|
3518
|
+
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', {
|
|
3519
|
+
'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,
|
|
3589
3520
|
'cursor-default opacity-60': context.disabled
|
|
3590
3521
|
})
|
|
3591
3522
|
};
|
|
3592
3523
|
},
|
|
3593
|
-
|
|
3524
|
+
radioButtonIcon: function radioButtonIcon(_ref183) {
|
|
3594
3525
|
var context = _ref183.context;
|
|
3595
3526
|
return {
|
|
3596
|
-
className: classNames('transform rounded-full', 'block
|
|
3527
|
+
className: classNames('transform rounded-full', 'block h-3 w-3 bg-white transition duration-200 dark:bg-gray-900', {
|
|
3597
3528
|
'backface-hidden scale-10 invisible': context.checked === false,
|
|
3598
|
-
'
|
|
3529
|
+
'visible scale-100 transform': context.checked === true
|
|
3599
3530
|
})
|
|
3600
3531
|
};
|
|
3601
3532
|
},
|
|
@@ -3640,7 +3571,6 @@ var Tailwind = {
|
|
|
3640
3571
|
})
|
|
3641
3572
|
};
|
|
3642
3573
|
},
|
|
3643
|
-
|
|
3644
3574
|
rowExpansion: 'bg-white text-gray-600 dark:bg-gray-900 dark:text-white/80',
|
|
3645
3575
|
rowGroupHeader: {
|
|
3646
3576
|
className: classNames('sticky z-[1]', 'bg-white text-gray-600', 'transition duration-200')
|
|
@@ -3652,7 +3582,6 @@ var Tailwind = {
|
|
|
3652
3582
|
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
|
|
3653
3583
|
)
|
|
3654
3584
|
},
|
|
3655
|
-
|
|
3656
3585
|
rowgrouptogglericon: 'inline-block w-4 h-4',
|
|
3657
3586
|
resizeHelper: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
|
|
3658
3587
|
},
|