primereact 10.7.0 → 10.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +18 -7
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.d.ts +4 -3
- package/autocomplete/autocomplete.esm.js +18 -7
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +18 -7
- package/autocomplete/autocomplete.min.js +1 -1
- package/button/button.d.ts +2 -2
- package/calendar/calendar.cjs.js +14 -10
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.d.ts +4 -3
- package/calendar/calendar.esm.js +14 -10
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +14 -10
- package/calendar/calendar.min.js +1 -1
- package/cascadeselect/cascadeselect.d.ts +4 -3
- package/column/column.d.ts +8 -14
- package/core/core.js +54 -62
- package/core/core.min.js +9 -9
- package/datatable/datatable.cjs.js +59 -62
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +38 -2
- package/datatable/datatable.esm.js +59 -62
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +59 -62
- package/datatable/datatable.min.js +1 -1
- package/dialog/dialog.cjs.js +1 -1
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +1 -1
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +1 -1
- package/dialog/dialog.min.js +1 -1
- package/dropdown/dropdown.cjs.js +13 -7
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +13 -7
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +13 -7
- package/dropdown/dropdown.min.js +1 -1
- package/editor/editor.cjs.js +15 -3
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.esm.js +16 -3
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +15 -3
- package/editor/editor.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/inplace/inplace.d.ts +1 -1
- package/inputnumber/inputnumber.cjs.js +1 -0
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +1 -0
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +1 -0
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputotp/inputotp.cjs.js +4 -3
- package/inputotp/inputotp.cjs.min.js +1 -1
- package/inputotp/inputotp.d.ts +2 -3
- package/inputotp/inputotp.esm.js +4 -3
- package/inputotp/inputotp.esm.min.js +1 -1
- package/inputotp/inputotp.js +4 -3
- package/inputotp/inputotp.min.js +1 -1
- package/listbox/listbox.cjs.js +4 -0
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.esm.js +4 -0
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +4 -0
- 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.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/multiselect/multiselect.cjs.js +8 -5
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +1 -9
- package/multiselect/multiselect.esm.js +8 -5
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +8 -5
- package/multiselect/multiselect.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/package.json +1 -1
- 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/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 +342 -314
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +342 -314
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +342 -314
- package/primereact.all.min.js +1 -1
- package/radiobutton/radiobutton.cjs.js +9 -9
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.esm.js +9 -9
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +9 -9
- package/radiobutton/radiobutton.min.js +1 -1
- package/resources/themes/lara-dark-amber/fonts/InterVariable-Italic.woff2 +0 -0
- package/resources/themes/lara-dark-amber/fonts/InterVariable.woff2 +0 -0
- package/resources/themes/lara-dark-amber/theme.css +2 -2
- package/resources/themes/lara-dark-blue/fonts/InterVariable-Italic.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/InterVariable.woff2 +0 -0
- package/resources/themes/lara-dark-blue/theme.css +2 -2
- package/resources/themes/lara-dark-cyan/fonts/InterVariable-Italic.woff2 +0 -0
- package/resources/themes/lara-dark-cyan/fonts/InterVariable.woff2 +0 -0
- package/resources/themes/lara-dark-cyan/theme.css +2 -2
- package/resources/themes/lara-dark-green/fonts/InterVariable-Italic.woff2 +0 -0
- package/resources/themes/lara-dark-green/fonts/InterVariable.woff2 +0 -0
- package/resources/themes/lara-dark-green/theme.css +2 -2
- package/resources/themes/lara-dark-indigo/fonts/InterVariable-Italic.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/InterVariable.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/theme.css +2 -2
- package/resources/themes/lara-dark-pink/fonts/InterVariable-Italic.woff2 +0 -0
- package/resources/themes/lara-dark-pink/fonts/InterVariable.woff2 +0 -0
- package/resources/themes/lara-dark-pink/theme.css +2 -2
- package/resources/themes/lara-dark-purple/fonts/InterVariable-Italic.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/InterVariable.woff2 +0 -0
- package/resources/themes/lara-dark-purple/theme.css +6 -6
- package/resources/themes/lara-dark-teal/fonts/InterVariable-Italic.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/InterVariable.woff2 +0 -0
- package/resources/themes/lara-dark-teal/theme.css +2 -2
- package/resources/themes/lara-light-amber/fonts/InterVariable-Italic.woff2 +0 -0
- package/resources/themes/lara-light-amber/fonts/InterVariable.woff2 +0 -0
- package/resources/themes/lara-light-amber/theme.css +2 -2
- package/resources/themes/lara-light-blue/fonts/InterVariable-Italic.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/InterVariable.woff2 +0 -0
- package/resources/themes/lara-light-blue/theme.css +2 -2
- package/resources/themes/lara-light-cyan/fonts/InterVariable-Italic.woff2 +0 -0
- package/resources/themes/lara-light-cyan/fonts/InterVariable.woff2 +0 -0
- package/resources/themes/lara-light-cyan/theme.css +2 -2
- package/resources/themes/lara-light-green/fonts/InterVariable-Italic.woff2 +0 -0
- package/resources/themes/lara-light-green/fonts/InterVariable.woff2 +0 -0
- package/resources/themes/lara-light-green/theme.css +2 -2
- package/resources/themes/lara-light-indigo/fonts/InterVariable-Italic.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/InterVariable.woff2 +0 -0
- package/resources/themes/lara-light-indigo/theme.css +2 -2
- package/resources/themes/lara-light-pink/fonts/InterVariable-Italic.woff2 +0 -0
- package/resources/themes/lara-light-pink/fonts/InterVariable.woff2 +0 -0
- package/resources/themes/lara-light-pink/theme.css +2 -2
- package/resources/themes/lara-light-purple/fonts/InterVariable-Italic.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/InterVariable.woff2 +0 -0
- package/resources/themes/lara-light-purple/theme.css +6 -6
- package/resources/themes/lara-light-teal/fonts/InterVariable-Italic.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/InterVariable.woff2 +0 -0
- package/resources/themes/lara-light-teal/theme.css +2 -2
- 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.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/stepper/stepper.cjs.js +7 -1
- package/stepper/stepper.cjs.min.js +1 -1
- package/stepper/stepper.esm.js +8 -2
- package/stepper/stepper.esm.min.js +1 -1
- package/stepper/stepper.js +7 -1
- package/stepper/stepper.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/tree/tree.cjs.js +5 -1
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +5 -1
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +5 -1
- package/tree/tree.min.js +1 -1
- package/treetable/treetable.d.ts +6 -6
- package/utils/utils.cjs.js +5 -0
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +1 -0
- package/utils/utils.esm.js +5 -0
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +5 -0
- package/utils/utils.min.js +1 -1
- package/web-types.json +16 -7
- 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
|
@@ -938,7 +938,7 @@ var RowCheckbox = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
938
938
|
props: props
|
|
939
939
|
});
|
|
940
940
|
var tabIndex = props.disabled ? null : '0';
|
|
941
|
-
var checkboxProps =
|
|
941
|
+
var checkboxProps = {
|
|
942
942
|
role: 'checkbox',
|
|
943
943
|
'aria-checked': props.checked,
|
|
944
944
|
tabIndex: tabIndex,
|
|
@@ -946,8 +946,10 @@ var RowCheckbox = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
946
946
|
'aria-label': props.ariaLabel,
|
|
947
947
|
checked: props.checked,
|
|
948
948
|
icon: checkIcon,
|
|
949
|
-
disabled: props.disabled
|
|
950
|
-
|
|
949
|
+
disabled: props.disabled,
|
|
950
|
+
unstyled: props.unstyled,
|
|
951
|
+
pt: getColumnPTOptions('rowCheckbox')
|
|
952
|
+
};
|
|
951
953
|
return /*#__PURE__*/React__namespace.createElement(Checkbox, checkboxProps);
|
|
952
954
|
});
|
|
953
955
|
RowCheckbox.displayName = 'RowCheckbox';
|
|
@@ -963,9 +965,9 @@ var classes = {
|
|
|
963
965
|
'p-variant-filled': props.variant ? props.variant === 'filled' : context && context.inputStyle === 'filled'
|
|
964
966
|
});
|
|
965
967
|
},
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
968
|
+
box: 'p-radiobutton-box',
|
|
969
|
+
input: 'p-radiobutton-input',
|
|
970
|
+
icon: 'p-radiobutton-icon'
|
|
969
971
|
};
|
|
970
972
|
var RadioButtonBase = componentbase.ComponentBase.extend({
|
|
971
973
|
defaultProps: {
|
|
@@ -1122,19 +1124,19 @@ var RadioButton = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namesp
|
|
|
1122
1124
|
readOnly: props.readonly,
|
|
1123
1125
|
required: props.required,
|
|
1124
1126
|
tabIndex: props.tabIndex,
|
|
1125
|
-
className: cx('
|
|
1126
|
-
}, ariaProps), inProps.input, ptm('
|
|
1127
|
+
className: cx('input')
|
|
1128
|
+
}, ariaProps), inProps.input, ptm('input'));
|
|
1127
1129
|
return /*#__PURE__*/React__namespace.createElement("input", _extends({
|
|
1128
1130
|
ref: inputRef
|
|
1129
1131
|
}, inputProps));
|
|
1130
1132
|
};
|
|
1131
1133
|
var createBoxElement = function createBoxElement() {
|
|
1132
1134
|
var boxProps = mergeProps({
|
|
1133
|
-
className: cx('
|
|
1134
|
-
}, inProps.box, ptm('
|
|
1135
|
+
className: cx('box')
|
|
1136
|
+
}, inProps.box, ptm('box'));
|
|
1135
1137
|
var iconProps = mergeProps({
|
|
1136
|
-
className: cx('
|
|
1137
|
-
}, inProps.icon, ptm('
|
|
1138
|
+
className: cx('icon')
|
|
1139
|
+
}, inProps.icon, ptm('icon'));
|
|
1138
1140
|
return /*#__PURE__*/React__namespace.createElement("div", boxProps, /*#__PURE__*/React__namespace.createElement("div", iconProps));
|
|
1139
1141
|
};
|
|
1140
1142
|
return /*#__PURE__*/React__namespace.createElement(React__namespace.Fragment, null, /*#__PURE__*/React__namespace.createElement("div", _extends({
|
|
@@ -1176,18 +1178,16 @@ var RowRadioButton = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
1176
1178
|
props.onChange(event);
|
|
1177
1179
|
}
|
|
1178
1180
|
};
|
|
1179
|
-
var radioButtonProps =
|
|
1181
|
+
var radioButtonProps = {
|
|
1180
1182
|
role: 'radio',
|
|
1181
1183
|
'aria-checked': props.checked,
|
|
1182
1184
|
checked: props.checked,
|
|
1183
1185
|
disabled: props.disabled,
|
|
1184
1186
|
name: "".concat(props.tableSelector, "_dt_radio"),
|
|
1185
1187
|
onChange: onChange,
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
unstyled: props.unstyled
|
|
1190
|
-
}, getColumnPTOptions('radiobutton'));
|
|
1188
|
+
unstyled: props.unstyled,
|
|
1189
|
+
pt: getColumnPTOptions('rowRadioButton')
|
|
1190
|
+
};
|
|
1191
1191
|
return /*#__PURE__*/React__namespace.createElement(RadioButton, radioButtonProps);
|
|
1192
1192
|
});
|
|
1193
1193
|
RowRadioButton.displayName = 'RowRadioButton';
|
|
@@ -2478,7 +2478,8 @@ var RowTogglerButton = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
2478
2478
|
var _props$ptCallbacks = props.ptCallbacks,
|
|
2479
2479
|
ptm = _props$ptCallbacks.ptm,
|
|
2480
2480
|
ptmo = _props$ptCallbacks.ptmo,
|
|
2481
|
-
cx = _props$ptCallbacks.cx
|
|
2481
|
+
cx = _props$ptCallbacks.cx,
|
|
2482
|
+
isUnstyled = _props$ptCallbacks.isUnstyled;
|
|
2482
2483
|
var _onClick = function onClick(event) {
|
|
2483
2484
|
props.onClick({
|
|
2484
2485
|
originalEvent: event,
|
|
@@ -2501,8 +2502,9 @@ var RowTogglerButton = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
2501
2502
|
};
|
|
2502
2503
|
var rowGroupTogglerIconProps = mergeProps({
|
|
2503
2504
|
className: cx('rowGroupTogglerIcon'),
|
|
2504
|
-
'aria-hidden': true
|
|
2505
|
-
|
|
2505
|
+
'aria-hidden': true,
|
|
2506
|
+
unstyled: isUnstyled()
|
|
2507
|
+
}, ptm('rowGroupTogglerIcon'), getColumnPTOptions('rowGroupTogglerIcon'));
|
|
2506
2508
|
var icon = props.expanded ? props.expandedRowIcon || /*#__PURE__*/React__namespace.createElement(chevrondown.ChevronDownIcon, rowGroupTogglerIconProps) : props.collapsedRowIcon || /*#__PURE__*/React__namespace.createElement(chevronright.ChevronRightIcon, rowGroupTogglerIconProps);
|
|
2507
2509
|
var togglerIcon = utils.IconUtils.getJSXIcon(icon, _objectSpread$8({}, rowGroupTogglerIconProps), {
|
|
2508
2510
|
props: props
|
|
@@ -2515,8 +2517,9 @@ var RowTogglerButton = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
2515
2517
|
},
|
|
2516
2518
|
className: cx('rowGroupToggler'),
|
|
2517
2519
|
tabIndex: props.tabIndex,
|
|
2518
|
-
'aria-label': label
|
|
2519
|
-
|
|
2520
|
+
'aria-label': label,
|
|
2521
|
+
unstyled: isUnstyled()
|
|
2522
|
+
}, ptm('rowGroupToggler'), getColumnPTOptions('rowGroupToggler'));
|
|
2520
2523
|
return /*#__PURE__*/React__namespace.createElement("button", rowGroupTogglerProps, togglerIcon, /*#__PURE__*/React__namespace.createElement(ripple.Ripple, null));
|
|
2521
2524
|
});
|
|
2522
2525
|
RowTogglerButton.displayName = 'RowTogglerButton';
|
|
@@ -2530,7 +2533,7 @@ var TableBody = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespac
|
|
|
2530
2533
|
ptm = _props$ptCallbacks.ptm,
|
|
2531
2534
|
ptmo = _props$ptCallbacks.ptmo,
|
|
2532
2535
|
cx = _props$ptCallbacks.cx,
|
|
2533
|
-
|
|
2536
|
+
isUnstyled = _props$ptCallbacks.isUnstyled;
|
|
2534
2537
|
var _React$useState = React__namespace.useState({}),
|
|
2535
2538
|
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
2536
2539
|
rowGroupHeaderStyleObjectState = _React$useState2[0],
|
|
@@ -2849,32 +2852,20 @@ var TableBody = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespac
|
|
|
2849
2852
|
var selectRange = function selectRange(event) {
|
|
2850
2853
|
var rangeStart;
|
|
2851
2854
|
var rangeEnd;
|
|
2852
|
-
var selectedSize;
|
|
2853
2855
|
var isAllowCellSelection = allowCellSelection();
|
|
2854
|
-
var index = utils.ObjectUtils.findIndexInList(event.data, props.value, props.dataKey);
|
|
2855
2856
|
if (rangeRowIndex.current > anchorRowIndex.current) {
|
|
2856
2857
|
rangeStart = anchorRowIndex.current;
|
|
2857
2858
|
rangeEnd = rangeRowIndex.current;
|
|
2858
|
-
if (!isAllowCellSelection) {
|
|
2859
|
-
selectedSize = rangeEnd - rangeStart;
|
|
2860
|
-
rangeEnd = index;
|
|
2861
|
-
rangeStart = index - selectedSize;
|
|
2862
|
-
}
|
|
2863
2859
|
} else if (rangeRowIndex.current < anchorRowIndex.current) {
|
|
2864
2860
|
rangeStart = rangeRowIndex.current;
|
|
2865
2861
|
rangeEnd = anchorRowIndex.current;
|
|
2866
|
-
if (!isAllowCellSelection) {
|
|
2867
|
-
selectedSize = rangeEnd - rangeStart;
|
|
2868
|
-
rangeStart = index;
|
|
2869
|
-
rangeEnd = index + selectedSize;
|
|
2870
|
-
}
|
|
2871
2862
|
} else {
|
|
2872
2863
|
rangeStart = rangeEnd = rangeRowIndex.current;
|
|
2873
2864
|
}
|
|
2874
2865
|
return isAllowCellSelection ? selectRangeOnCell(event, rangeStart, rangeEnd) : selectRangeOnRow(event, rangeStart, rangeEnd);
|
|
2875
2866
|
};
|
|
2876
2867
|
var selectRangeOnRow = function selectRangeOnRow(event, rowRangeStart, rowRangeEnd) {
|
|
2877
|
-
var value = props.value;
|
|
2868
|
+
var value = props.tableProps.value;
|
|
2878
2869
|
var selection = [];
|
|
2879
2870
|
for (var i = rowRangeStart; i <= rowRangeEnd; i++) {
|
|
2880
2871
|
var rangeRowData = value[i];
|
|
@@ -2965,7 +2956,7 @@ var TableBody = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespac
|
|
|
2965
2956
|
if (props.dragSelection && !dragSelectionHelper.current) {
|
|
2966
2957
|
dragSelectionHelper.current = document.createElement('div');
|
|
2967
2958
|
dragSelectionHelper.current.setAttribute('p-datatable-drag-selection-helper', 'true');
|
|
2968
|
-
!
|
|
2959
|
+
!isUnstyled() && utils.DomHandler.addClass(dragSelectionHelper.current, 'p-datatable-drag-selection-helper');
|
|
2969
2960
|
initialDragPosition.current = {
|
|
2970
2961
|
x: event.clientX,
|
|
2971
2962
|
y: event.clientY
|
|
@@ -3093,7 +3084,10 @@ var TableBody = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespac
|
|
|
3093
3084
|
};
|
|
3094
3085
|
var onRowMouseDown = function onRowMouseDown(e) {
|
|
3095
3086
|
var event = e.originalEvent;
|
|
3096
|
-
if (!
|
|
3087
|
+
if (!isUnstyled() && utils.DomHandler.hasClass(event.target, 'p-datatable-reorderablerow-handle')) {
|
|
3088
|
+
event.currentTarget.draggable = true;
|
|
3089
|
+
event.target.draggable = false;
|
|
3090
|
+
} else if (isUnstyled() && utils.DomHandler.getAttribute(event.target, 'data-pc-section') === 'rowreordericon') {
|
|
3097
3091
|
event.currentTarget.draggable = true;
|
|
3098
3092
|
event.target.draggable = false;
|
|
3099
3093
|
} else {
|
|
@@ -3185,26 +3179,26 @@ var TableBody = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespac
|
|
|
3185
3179
|
var prevRowElement = rowElement.previousElementSibling;
|
|
3186
3180
|
if (pageY < rowMidY) {
|
|
3187
3181
|
rowElement.setAttribute('data-p-datatable-dragpoint-bottom', 'false');
|
|
3188
|
-
!
|
|
3182
|
+
!isUnstyled() && utils.DomHandler.removeClass(rowElement, 'p-datatable-dragpoint-bottom');
|
|
3189
3183
|
droppedRowIndex.current = index;
|
|
3190
3184
|
if (prevRowElement) {
|
|
3191
3185
|
prevRowElement.setAttribute('data-p-datatable-dragpoint-bottom', 'true');
|
|
3192
|
-
!
|
|
3186
|
+
!isUnstyled() && utils.DomHandler.addClass(prevRowElement, 'p-datatable-dragpoint-bottom');
|
|
3193
3187
|
} else {
|
|
3194
3188
|
rowElement.setAttribute('data-p-datatable-dragpoint-top', 'true');
|
|
3195
|
-
!
|
|
3189
|
+
!isUnstyled() && utils.DomHandler.addClass(rowElement, 'p-datatable-dragpoint-top');
|
|
3196
3190
|
}
|
|
3197
3191
|
} else {
|
|
3198
3192
|
if (prevRowElement) {
|
|
3199
3193
|
prevRowElement.setAttribute('data-p-datatable-dragpoint-bottom', 'false');
|
|
3200
|
-
!
|
|
3194
|
+
!isUnstyled() && utils.DomHandler.removeClass(prevRowElement, 'p-datatable-dragpoint-bottom');
|
|
3201
3195
|
} else {
|
|
3202
3196
|
rowElement.setAttribute('data-p-datatable-dragpoint-top', 'true');
|
|
3203
|
-
!
|
|
3197
|
+
!isUnstyled() && utils.DomHandler.addClass(rowElement, 'p-datatable-dragpoint-top');
|
|
3204
3198
|
}
|
|
3205
3199
|
droppedRowIndex.current = index + 1;
|
|
3206
3200
|
rowElement.setAttribute('data-p-datatable-dragpoint-bottom', 'true');
|
|
3207
|
-
!
|
|
3201
|
+
!isUnstyled() && utils.DomHandler.addClass(rowElement, 'p-datatable-dragpoint-bottom');
|
|
3208
3202
|
}
|
|
3209
3203
|
}
|
|
3210
3204
|
event.preventDefault();
|
|
@@ -3215,12 +3209,12 @@ var TableBody = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespac
|
|
|
3215
3209
|
var prevRowElement = rowElement.previousElementSibling;
|
|
3216
3210
|
if (prevRowElement) {
|
|
3217
3211
|
prevRowElement.setAttribute('data-p-datatable-dragpoint-bottom', 'false');
|
|
3218
|
-
!
|
|
3212
|
+
!isUnstyled() && utils.DomHandler.removeClass(prevRowElement, 'p-datatable-dragpoint-bottom');
|
|
3219
3213
|
}
|
|
3220
3214
|
rowElement.setAttribute('data-p-datatable-dragpoint-bottom', 'false');
|
|
3221
|
-
!
|
|
3215
|
+
!isUnstyled() && utils.DomHandler.removeClass(rowElement, 'p-datatable-dragpoint-bottom');
|
|
3222
3216
|
rowElement.setAttribute('data-p-datatable-dragpoint-top', 'false');
|
|
3223
|
-
!
|
|
3217
|
+
!isUnstyled() && utils.DomHandler.removeClass(rowElement, 'p-datatable-dragpoint-top');
|
|
3224
3218
|
};
|
|
3225
3219
|
var onRowDragEnd = function onRowDragEnd(e) {
|
|
3226
3220
|
var event = e.originalEvent;
|
|
@@ -3396,7 +3390,7 @@ var TableBody = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespac
|
|
|
3396
3390
|
collapsedRowIcon: props.collapsedRowIcon,
|
|
3397
3391
|
ptCallbacks: props.ptCallbacks,
|
|
3398
3392
|
metaData: props.metaData,
|
|
3399
|
-
unstyled:
|
|
3393
|
+
unstyled: isUnstyled()
|
|
3400
3394
|
});
|
|
3401
3395
|
var options = {
|
|
3402
3396
|
index: rowIndex,
|
|
@@ -3502,7 +3496,7 @@ var TableBody = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespac
|
|
|
3502
3496
|
virtualScrollerOptions: props.virtualScrollerOptions,
|
|
3503
3497
|
ptCallbacks: props.ptCallbacks,
|
|
3504
3498
|
metaData: props.metaData,
|
|
3505
|
-
unstyled:
|
|
3499
|
+
unstyled: isUnstyled()
|
|
3506
3500
|
});
|
|
3507
3501
|
}
|
|
3508
3502
|
};
|
|
@@ -3866,18 +3860,20 @@ _defineProperty(PrimeReact, "filterMatchModeOptions", {
|
|
|
3866
3860
|
_defineProperty(PrimeReact, "changeTheme", function (currentTheme, newTheme, linkElementId, callback) {
|
|
3867
3861
|
var _linkElement$parentNo;
|
|
3868
3862
|
var linkElement = document.getElementById(linkElementId);
|
|
3869
|
-
|
|
3863
|
+
if (!linkElement) {
|
|
3864
|
+
throw Error("Element with id ".concat(linkElementId, " not found."));
|
|
3865
|
+
}
|
|
3870
3866
|
var newThemeUrl = linkElement.getAttribute('href').replace(currentTheme, newTheme);
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3867
|
+
var newLinkElement = document.createElement('link');
|
|
3868
|
+
newLinkElement.setAttribute('rel', 'stylesheet');
|
|
3869
|
+
newLinkElement.setAttribute('id', linkElementId);
|
|
3870
|
+
newLinkElement.setAttribute('href', newThemeUrl);
|
|
3871
|
+
newLinkElement.addEventListener('load', function () {
|
|
3876
3872
|
if (callback) {
|
|
3877
3873
|
callback();
|
|
3878
3874
|
}
|
|
3879
3875
|
});
|
|
3880
|
-
(_linkElement$parentNo = linkElement.parentNode) === null || _linkElement$parentNo === void 0 || _linkElement$parentNo.
|
|
3876
|
+
(_linkElement$parentNo = linkElement.parentNode) === null || _linkElement$parentNo === void 0 || _linkElement$parentNo.replaceChild(newLinkElement, linkElement);
|
|
3881
3877
|
});
|
|
3882
3878
|
|
|
3883
3879
|
var locales = {
|
|
@@ -5040,7 +5036,7 @@ var HeaderCheckbox = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
5040
5036
|
props: props
|
|
5041
5037
|
});
|
|
5042
5038
|
var tabIndex = props.disabled ? null : 0;
|
|
5043
|
-
var headerCheckboxProps =
|
|
5039
|
+
var headerCheckboxProps = {
|
|
5044
5040
|
role: 'checkbox',
|
|
5045
5041
|
'aria-checked': props.checked,
|
|
5046
5042
|
'aria-label': props.checked ? ariaLabel('selectAll') : ariaLabel('unselectAll'),
|
|
@@ -5048,8 +5044,10 @@ var HeaderCheckbox = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
5048
5044
|
onChange: onChange,
|
|
5049
5045
|
icon: checkIcon,
|
|
5050
5046
|
checked: props.checked,
|
|
5051
|
-
disabled: props.disabled
|
|
5052
|
-
|
|
5047
|
+
disabled: props.disabled,
|
|
5048
|
+
unstyled: props.unstyled,
|
|
5049
|
+
pt: getColumnPTOptions('headerCheckbox')
|
|
5050
|
+
};
|
|
5053
5051
|
return /*#__PURE__*/React__namespace.createElement(Checkbox, headerCheckboxProps);
|
|
5054
5052
|
});
|
|
5055
5053
|
HeaderCheckbox.displayName = 'HeaderCheckbox';
|
|
@@ -7086,8 +7084,7 @@ var DataTable = /*#__PURE__*/React__namespace.forwardRef(function (inProps, ref)
|
|
|
7086
7084
|
className: ptCallbacks.cx('loadingIcon')
|
|
7087
7085
|
}, ptCallbacks.ptm('loadingIcon'));
|
|
7088
7086
|
var icon = props.loadingIcon || /*#__PURE__*/React__namespace.createElement(spinner.SpinnerIcon, _extends({}, loadingIconProps, {
|
|
7089
|
-
spin: true
|
|
7090
|
-
unstyled: props.unstyled
|
|
7087
|
+
spin: true
|
|
7091
7088
|
}));
|
|
7092
7089
|
var loadingIcon = utils.IconUtils.getJSXIcon(icon, _objectSpread({}, loadingIconProps), {
|
|
7093
7090
|
props: props
|