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