primereact 8.7.3 → 9.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/accordion.d.ts +168 -25
- package/api/api.cjs.js +1 -1
- package/api/api.cjs.min.js +1 -1
- package/api/api.d.ts +11 -3
- package/api/api.esm.js +1 -1
- package/api/api.esm.min.js +1 -1
- package/api/api.js +1 -1
- package/api/api.min.js +1 -1
- package/autocomplete/autocomplete.cjs.js +18 -3
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.d.ts +385 -80
- package/autocomplete/autocomplete.esm.js +18 -3
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +18 -3
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/avatar.d.ts +77 -15
- package/avatargroup/avatargroup.d.ts +33 -1
- package/badge/badge.d.ts +48 -8
- package/blockui/blockui.d.ts +71 -10
- package/breadcrumb/breadcrumb.d.ts +41 -3
- package/button/button.d.ts +67 -15
- package/calendar/calendar.cjs.js +18 -5
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.d.ts +585 -112
- package/calendar/calendar.esm.js +18 -5
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +18 -5
- package/calendar/calendar.min.js +1 -1
- package/captcha/captcha.cjs.js +7 -6
- package/captcha/captcha.cjs.min.js +1 -1
- package/captcha/captcha.d.ts +77 -7
- package/captcha/captcha.esm.js +7 -6
- package/captcha/captcha.esm.min.js +1 -1
- package/captcha/captcha.js +7 -6
- package/captcha/captcha.min.js +1 -1
- package/card/card.d.ts +45 -7
- package/carousel/carousel.d.ts +138 -22
- package/cascadeselect/cascadeselect.cjs.js +7 -1
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.d.ts +177 -29
- package/cascadeselect/cascadeselect.esm.js +7 -1
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +7 -1
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/chart.d.ts +88 -10
- package/checkbox/checkbox.cjs.js +5 -1
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.d.ts +137 -33
- package/checkbox/checkbox.esm.js +6 -2
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +5 -1
- package/checkbox/checkbox.min.js +1 -1
- package/chip/chip.d.ts +75 -7
- package/chips/chips.cjs.js +11 -8
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.d.ts +188 -36
- package/chips/chips.esm.js +11 -8
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +11 -8
- package/chips/chips.min.js +1 -1
- package/colorpicker/colorpicker.cjs.js +6 -1
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.d.ts +148 -31
- package/colorpicker/colorpicker.esm.js +6 -1
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +6 -1
- package/colorpicker/colorpicker.min.js +1 -1
- package/column/column.d.ts +736 -134
- package/columngroup/columngroup.d.ts +30 -1
- package/confirmdialog/confirmdialog.d.ts +142 -18
- package/confirmpopup/confirmpopup.cjs.js +5 -2
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.d.ts +165 -22
- package/confirmpopup/confirmpopup.esm.js +5 -2
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +5 -2
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/contextmenu.cjs.js +4 -1
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.d.ts +79 -11
- package/contextmenu/contextmenu.esm.js +4 -1
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +4 -1
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +85 -78
- package/core/core.min.js +7 -7
- package/csstransition/csstransition.d.ts +31 -1
- package/datascroller/datascroller.d.ts +102 -16
- package/datatable/datatable.cjs.js +27 -15
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +1257 -229
- package/datatable/datatable.esm.js +27 -15
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +27 -15
- package/datatable/datatable.min.js +1 -1
- package/dataview/dataview.d.ts +222 -43
- package/deferredcontent/deferredcontent.d.ts +37 -1
- package/dialog/dialog.cjs.js +13 -19
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.d.ts +282 -51
- package/dialog/dialog.esm.js +14 -20
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +13 -19
- package/dialog/dialog.min.css +1 -1
- package/dialog/dialog.min.js +1 -1
- package/divider/divider.d.ts +47 -10
- package/dock/dock.d.ts +68 -12
- package/dropdown/dropdown.cjs.js +27 -11
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.d.ts +337 -83
- package/dropdown/dropdown.esm.js +28 -12
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +27 -11
- package/dropdown/dropdown.min.js +1 -1
- package/editor/editor.d.ts +129 -12
- package/fieldset/fieldset.d.ts +85 -7
- package/fileupload/fileupload.cjs.js +4 -0
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.d.ts +425 -62
- package/fileupload/fileupload.esm.js +4 -0
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +4 -0
- package/fileupload/fileupload.min.js +1 -1
- package/galleria/galleria.cjs.js +3 -1
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.d.ts +198 -30
- package/galleria/galleria.esm.js +3 -1
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +3 -1
- package/galleria/galleria.min.js +1 -1
- package/gmap/gmap.d.ts +91 -5
- package/hooks/hooks.cjs.js +1 -2
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.d.ts +114 -7
- package/hooks/hooks.esm.js +1 -2
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +1 -2
- package/hooks/hooks.min.js +1 -1
- package/image/image.d.ts +91 -11
- package/inplace/inplace.d.ts +101 -9
- package/inputmask/inputmask.cjs.js +6 -5
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.d.ts +119 -27
- package/inputmask/inputmask.esm.js +7 -6
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +6 -5
- package/inputmask/inputmask.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +11 -33
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.d.ts +265 -57
- package/inputnumber/inputnumber.esm.js +12 -34
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +11 -33
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/inputswitch.cjs.js +4 -1
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.d.ts +118 -27
- package/inputswitch/inputswitch.esm.js +5 -2
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +4 -1
- package/inputswitch/inputswitch.min.js +1 -1
- package/inputtext/inputtext.d.ts +57 -6
- package/inputtextarea/inputtextarea.d.ts +52 -6
- package/keyfilter/keyfilteroptions.d.ts +15 -0
- package/knob/knob.d.ts +127 -20
- package/listbox/listbox.cjs.js +3 -0
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.d.ts +270 -48
- package/listbox/listbox.esm.js +3 -0
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +3 -0
- package/listbox/listbox.min.js +1 -1
- package/megamenu/megamenu.d.ts +50 -11
- package/mention/mention.cjs.js +3 -0
- package/mention/mention.cjs.min.js +1 -1
- package/mention/mention.d.ts +186 -32
- package/mention/mention.esm.js +3 -0
- package/mention/mention.esm.min.js +1 -1
- package/mention/mention.js +3 -0
- package/mention/mention.min.js +1 -1
- package/menu/menu.cjs.js +3 -1
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.d.ts +89 -12
- package/menu/menu.esm.js +3 -1
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +3 -1
- package/menu/menu.min.js +1 -1
- package/menubar/menubar.d.ts +53 -8
- package/menuitem/menuitem.d.ts +114 -19
- package/message/message.d.ts +50 -11
- package/messages/messages.d.ts +91 -11
- package/multiselect/multiselect.cjs.js +11 -2
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +429 -82
- package/multiselect/multiselect.esm.js +12 -3
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +11 -2
- package/multiselect/multiselect.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.cjs.js +3 -0
- package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.d.ts +157 -22
- package/multistatecheckbox/multistatecheckbox.esm.js +4 -1
- package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.js +3 -0
- package/multistatecheckbox/multistatecheckbox.min.js +1 -1
- package/orderlist/orderlist.d.ts +113 -16
- package/organizationchart/organizationchart.d.ts +107 -16
- package/overlaypanel/overlaypanel.cjs.js +4 -1
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.d.ts +89 -15
- package/overlaypanel/overlaypanel.esm.js +4 -1
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +4 -1
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/overlayservice/overlayservice.d.ts +52 -7
- package/package.json +2 -2
- package/paginator/paginator.d.ts +409 -44
- package/panel/panel.d.ts +142 -16
- package/panelmenu/panelmenu.d.ts +46 -4
- package/password/password.cjs.js +7 -1
- package/password/password.cjs.min.js +1 -1
- package/password/password.d.ts +176 -36
- package/password/password.esm.js +7 -1
- package/password/password.esm.min.js +1 -1
- package/password/password.js +7 -1
- package/password/password.min.css +1 -1
- package/password/password.min.js +1 -1
- package/picklist/picklist.d.ts +272 -46
- package/primereact.all.cjs.js +305 -158
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +305 -158
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +305 -158
- package/primereact.all.min.js +1 -1
- package/progressbar/progressbar.d.ts +60 -11
- package/progressspinner/progressspinner.d.ts +47 -4
- package/radiobutton/radiobutton.cjs.js +5 -1
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.d.ts +99 -29
- package/radiobutton/radiobutton.esm.js +5 -1
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +5 -1
- package/radiobutton/radiobutton.min.js +1 -1
- package/rating/rating.d.ts +101 -24
- package/resources/primereact.css +74 -63
- package/resources/primereact.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +5 -9
- package/resources/themes/arya-green/theme.css +4 -10
- package/resources/themes/arya-orange/theme.css +4 -9
- package/resources/themes/arya-purple/theme.css +4 -9
- package/resources/themes/bootstrap4-dark-blue/theme.css +4 -9
- package/resources/themes/bootstrap4-dark-purple/theme.css +4 -9
- package/resources/themes/bootstrap4-light-blue/theme.css +4 -9
- package/resources/themes/bootstrap4-light-purple/theme.css +4 -10
- package/resources/themes/fluent-light/theme.css +4 -10
- package/resources/themes/lara-dark-blue/theme.css +4 -9
- package/resources/themes/lara-dark-indigo/theme.css +4 -10
- package/resources/themes/lara-dark-purple/theme.css +4 -9
- package/resources/themes/lara-dark-teal/theme.css +4 -10
- package/resources/themes/lara-light-blue/theme.css +4 -9
- package/resources/themes/lara-light-indigo/theme.css +4 -9
- package/resources/themes/lara-light-purple/theme.css +4 -9
- package/resources/themes/lara-light-teal/theme.css +4 -9
- package/resources/themes/luna-amber/theme.css +5 -9
- package/resources/themes/luna-blue/theme.css +4 -9
- package/resources/themes/luna-green/theme.css +5 -9
- package/resources/themes/luna-pink/theme.css +4 -9
- package/resources/themes/md-dark-deeppurple/theme.css +4 -9
- package/resources/themes/md-dark-indigo/theme.css +5 -9
- package/resources/themes/md-light-deeppurple/theme.css +5 -9
- package/resources/themes/md-light-indigo/theme.css +5 -9
- package/resources/themes/mdc-dark-deeppurple/theme.css +5 -9
- package/resources/themes/mdc-dark-indigo/theme.css +4 -9
- package/resources/themes/mdc-light-deeppurple/theme.css +5 -9
- package/resources/themes/mdc-light-indigo/theme.css +4 -9
- 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/mira/theme.css +6237 -0
- package/resources/themes/nano/theme.css +6009 -0
- package/resources/themes/nova/theme.css +4 -9
- package/resources/themes/nova-accent/theme.css +5 -9
- package/resources/themes/nova-alt/theme.css +4 -9
- package/resources/themes/rhea/theme.css +5 -9
- package/resources/themes/saga-blue/theme.css +4 -9
- package/resources/themes/saga-green/theme.css +5 -9
- package/resources/themes/saga-orange/theme.css +5 -9
- package/resources/themes/saga-purple/theme.css +5 -9
- 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-dark/theme.css +6002 -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/soho-light/theme.css +6056 -0
- package/resources/themes/vela-blue/theme.css +4 -9
- package/resources/themes/vela-green/theme.css +4 -9
- package/resources/themes/vela-orange/theme.css +4 -9
- package/resources/themes/vela-purple/theme.css +5 -9
- 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-dark/theme.css +6164 -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/resources/themes/viva-light/theme.css +6164 -0
- package/ripple/ripple.d.ts +29 -1
- package/row/row.d.ts +37 -3
- package/scrollpanel/scrollpanel.d.ts +45 -1
- package/scrolltop/scrolltop.d.ts +70 -10
- package/selectbutton/selectbutton.cjs.js +3 -0
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.d.ts +111 -32
- package/selectbutton/selectbutton.esm.js +4 -1
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +3 -0
- package/selectbutton/selectbutton.min.js +1 -1
- package/selectitem/selectitem.d.ts +34 -0
- package/sidebar/sidebar.cjs.js +13 -1
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.d.ts +120 -22
- package/sidebar/sidebar.esm.js +13 -1
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +13 -1
- package/sidebar/sidebar.min.js +1 -1
- package/skeleton/skeleton.d.ts +61 -11
- package/slidemenu/slidemenu.d.ts +132 -18
- package/slider/slider.d.ts +101 -18
- package/speeddial/speeddial.d.ts +149 -20
- package/splitbutton/splitbutton.cjs.js +3 -2
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.d.ts +131 -23
- package/splitbutton/splitbutton.esm.js +3 -2
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +3 -2
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/splitter.d.ts +98 -12
- package/steps/steps.d.ts +67 -6
- package/styleclass/styleclass.d.ts +77 -12
- package/tabmenu/tabmenu.d.ts +62 -5
- package/tabview/tabview.cjs.js +1 -1
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.d.ts +213 -27
- package/tabview/tabview.esm.js +1 -1
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +1 -1
- package/tabview/tabview.min.js +1 -1
- package/tag/tag.d.ts +50 -6
- package/terminal/terminal.cjs.js +3 -0
- package/terminal/terminal.cjs.min.js +1 -1
- package/terminal/terminal.d.ts +45 -3
- package/terminal/terminal.esm.js +4 -1
- package/terminal/terminal.esm.min.js +1 -1
- package/terminal/terminal.js +3 -0
- package/terminal/terminal.min.js +1 -1
- package/terminalservice/terminalservice.d.ts +42 -4
- package/tieredmenu/tieredmenu.cjs.js +3 -1
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.d.ts +77 -12
- package/tieredmenu/tieredmenu.esm.js +3 -1
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +3 -1
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/timeline/timeline.cjs.js +6 -10
- package/timeline/timeline.cjs.min.js +1 -1
- package/timeline/timeline.d.ts +62 -13
- package/timeline/timeline.esm.js +6 -10
- package/timeline/timeline.esm.min.js +1 -1
- package/timeline/timeline.js +6 -10
- package/timeline/timeline.min.js +1 -1
- package/toast/toast.cjs.js +4 -1
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.d.ts +134 -27
- package/toast/toast.esm.js +4 -1
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +4 -1
- package/toast/toast.min.js +1 -1
- package/togglebutton/togglebutton.cjs.js +4 -1
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.d.ts +122 -15
- package/togglebutton/togglebutton.esm.js +5 -2
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +4 -1
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/toolbar.cjs.js +13 -7
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.d.ts +55 -5
- package/toolbar/toolbar.esm.js +13 -7
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +13 -7
- package/toolbar/toolbar.min.css +1 -1
- package/toolbar/toolbar.min.js +1 -1
- package/tooltip/tooltip.d.ts +73 -9
- package/tooltip/tooltipoptions.d.ts +350 -31
- package/tree/tree.d.ts +435 -71
- package/treenode/treenode.d.ts +62 -13
- package/treeselect/treeselect.cjs.js +7 -1
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.d.ts +326 -77
- package/treeselect/treeselect.esm.js +8 -2
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +7 -1
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/treetable.cjs.js +3 -1
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.d.ts +501 -112
- package/treetable/treetable.esm.js +3 -1
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +3 -1
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.cjs.js +3 -0
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.d.ts +72 -20
- package/tristatecheckbox/tristatecheckbox.esm.js +4 -1
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +3 -0
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/ts-helpers.d.ts +24 -0
- package/utils/utils.cjs.js +27 -11
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +8 -1
- package/utils/utils.esm.js +27 -11
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +27 -11
- package/utils/utils.min.js +1 -1
- package/virtualscroller/virtualscroller.d.ts +351 -59
- package/web-types.json +22 -4
|
@@ -1,19 +1,68 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* ProgressBar is a process status indicator.
|
|
4
|
+
*
|
|
5
|
+
* [Live Demo](https://www.primefaces.org/primereact/progressbar)
|
|
6
|
+
*
|
|
7
|
+
* @module progressbar
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
1
10
|
import * as React from 'react';
|
|
2
11
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
12
|
+
/**
|
|
13
|
+
* Defines valid properties in ProgressBar component. In addition to these, all properties of HTMLDivElement can be used in this component.
|
|
14
|
+
* @group Properties
|
|
15
|
+
*/
|
|
7
16
|
export interface ProgressBarProps extends Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'ref'> {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
17
|
+
/**
|
|
18
|
+
* Current value of the progress.
|
|
19
|
+
*/
|
|
20
|
+
value?: string | number | null | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* Show or hide progress bar value.
|
|
23
|
+
* @defaultValue true
|
|
24
|
+
*/
|
|
25
|
+
showValue?: boolean | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* Unit sign appended to the value.
|
|
28
|
+
* @defaultValue %
|
|
29
|
+
*/
|
|
30
|
+
unit?: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* Defines the mode of the progress, valid values are "determinate" and "indeterminate".
|
|
33
|
+
* @defaultValue determinate
|
|
34
|
+
*/
|
|
35
|
+
mode?: 'determinate' | 'indeterminate' | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* Color for the background of the progress.
|
|
38
|
+
*/
|
|
39
|
+
color?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* Custom display value template
|
|
42
|
+
*/
|
|
43
|
+
displayValueTemplate?(value: string | number | undefined | null | undefined): React.ReactNode;
|
|
44
|
+
/**
|
|
45
|
+
* Used to get the child elements of the component.
|
|
46
|
+
* @readonly
|
|
47
|
+
*/
|
|
48
|
+
children?: React.ReactNode | undefined;
|
|
15
49
|
}
|
|
16
50
|
|
|
51
|
+
/**
|
|
52
|
+
* **PrimeReact - ProgressBar**
|
|
53
|
+
*
|
|
54
|
+
* _ProgressBar is a process status indicator._
|
|
55
|
+
*
|
|
56
|
+
* [Live Demo](https://www.primefaces.org/primereact/progressbar/)
|
|
57
|
+
* --- ---
|
|
58
|
+
* 
|
|
59
|
+
*
|
|
60
|
+
* @group Component
|
|
61
|
+
*/
|
|
17
62
|
export declare class ProgressBar extends React.Component<ProgressBarProps, any> {
|
|
63
|
+
/**
|
|
64
|
+
* Used to get container element.
|
|
65
|
+
* @return {HTMLDivElement} Container element
|
|
66
|
+
*/
|
|
18
67
|
public getElement(): HTMLDivElement;
|
|
19
68
|
}
|
|
@@ -1,12 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* ProgressSpinner is a process status indicator.
|
|
4
|
+
*
|
|
5
|
+
* [Live Demo](https://www.primefaces.org/primereact/progressspinner)
|
|
6
|
+
*
|
|
7
|
+
* @module progressspinner
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
1
10
|
import * as React from 'react';
|
|
2
11
|
|
|
12
|
+
/**
|
|
13
|
+
* Defines valid properties in ProgressSpinner component. In addition to these, all properties of HTMLDivElement can be used in this component.
|
|
14
|
+
* @group Properties
|
|
15
|
+
*/
|
|
3
16
|
export interface ProgressSpinnerProps extends Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'ref'> {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
17
|
+
/**
|
|
18
|
+
* Width of the circle stroke.
|
|
19
|
+
* @defaultValue 2
|
|
20
|
+
*/
|
|
21
|
+
strokeWidth?: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* Color for the background of the circle.
|
|
24
|
+
*/
|
|
25
|
+
fill?: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* Duration of the rotate animation.
|
|
28
|
+
* @defaultValue 2s
|
|
29
|
+
*/
|
|
30
|
+
animationDuration?: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* Used to get the child elements of the component.
|
|
33
|
+
* @readonly
|
|
34
|
+
*/
|
|
35
|
+
children?: React.ReactNode | undefined;
|
|
8
36
|
}
|
|
9
37
|
|
|
38
|
+
/**
|
|
39
|
+
* **PrimeReact - ProgressSpinner**
|
|
40
|
+
*
|
|
41
|
+
* _ProgressSpinner is a process status indicator._
|
|
42
|
+
*
|
|
43
|
+
* [Live Demo](https://www.primefaces.org/primereact/progressspinner/)
|
|
44
|
+
* --- ---
|
|
45
|
+
* 
|
|
46
|
+
*
|
|
47
|
+
* @group Component
|
|
48
|
+
*/
|
|
10
49
|
export declare class ProgressSpinner extends React.Component<ProgressSpinnerProps, any> {
|
|
50
|
+
/**
|
|
51
|
+
* Used to get container element.
|
|
52
|
+
* @return {HTMLDivElement} Container element
|
|
53
|
+
*/
|
|
11
54
|
public getElement(): HTMLDivElement;
|
|
12
55
|
}
|
|
@@ -148,7 +148,8 @@ var RadioButton = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namesp
|
|
|
148
148
|
setFocusedState(false);
|
|
149
149
|
};
|
|
150
150
|
var onKeyDown = function onKeyDown(event) {
|
|
151
|
-
if (event.code === 'Space') {
|
|
151
|
+
if (event.code === 'Space' || event.key === ' ') {
|
|
152
|
+
// event.key is for Android support
|
|
152
153
|
onClick(event);
|
|
153
154
|
}
|
|
154
155
|
};
|
|
@@ -164,6 +165,9 @@ var RadioButton = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namesp
|
|
|
164
165
|
return {
|
|
165
166
|
props: props,
|
|
166
167
|
select: select,
|
|
168
|
+
focus: function focus() {
|
|
169
|
+
return utils.DomHandler.focus(inputRef.current);
|
|
170
|
+
},
|
|
167
171
|
getElement: function getElement() {
|
|
168
172
|
return elementRef.current;
|
|
169
173
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("primereact/tooltip"),n=require("primereact/utils");function r(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var a=r(e);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},o.apply(this,arguments)}function i(e){if(Array.isArray(e))return e}function
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("primereact/tooltip"),n=require("primereact/utils");function r(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var a=r(e);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},o.apply(this,arguments)}function i(e){if(Array.isArray(e))return e}function u(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o,i,u=[],c=!0,l=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=o.call(n)).done)&&(u.push(r.value),u.length!==t);c=!0);}catch(e){l=!0,a=e}finally{try{if(!c&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(l)throw a}}return u}}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function l(e,t){if(e){if("string"==typeof e)return c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?c(e,t):void 0}}function d(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var s=a.memo(a.forwardRef((function(e,r){var c,f,p=a.useState(!1),b=(f=2,i(c=p)||u(c,f)||l(c,f)||d()),m=b[0],h=b[1],v=a.useRef(null),y=a.useRef(e.inputRef),g=function(e){O(e)},O=function(t){if(!e.disabled&&e.onChange){var r=e.checked,a=t.target instanceof HTMLDivElement,o=t.target===y.current&&t.target.checked!==r,i=a&&n.DomHandler.hasClass(v.current,"p-radiobutton-checked")===r&&!r;if(o||i){var u=!r;e.onChange({originalEvent:t,value:e.value,checked:u,stopPropagation:function(){},preventDefault:function(){},target:{type:"radio",name:e.name,id:e.id,value:e.value,checked:u}}),i&&(y.current.checked=u)}n.DomHandler.focus(y.current),t.preventDefault()}};a.useEffect((function(){y.current&&(y.current.checked=e.checked)}),[e.checked]),a.useEffect((function(){n.ObjectUtils.combinedRefs(y,e.inputRef)}),[y,e.inputRef]),a.useImperativeHandle(r,(function(){return{props:e,select:g,focus:function(){return n.DomHandler.focus(y.current)},getElement:function(){return v.current},getInput:function(){return y.current}}}));var j=n.ObjectUtils.isNotEmpty(e.tooltip),k=n.ObjectUtils.findDiffKeys(e,s.defaultProps),E=n.ObjectUtils.reduceKeys(k,n.DomHandler.ARIA_PROPS),R=n.classNames("p-radiobutton p-component",{"p-radiobutton-checked":e.checked,"p-radiobutton-disabled":e.disabled,"p-radiobutton-focused":m},e.className),I=n.classNames("p-radiobutton-box",{"p-highlight":e.checked,"p-disabled":e.disabled,"p-focus":m});return a.createElement(a.Fragment,null,a.createElement("div",o({ref:v,id:e.id,className:R,style:e.style},k,{onClick:O}),a.createElement("div",{className:"p-hidden-accessible"},a.createElement("input",o({ref:y,id:e.inputId,type:"radio",name:e.name,defaultChecked:e.checked,onFocus:function(){h(!0)},onBlur:function(){h(!1)},onKeyDown:function(e){"Space"!==e.code&&" "!==e.key||O(e)},disabled:e.disabled,required:e.required,tabIndex:e.tabIndex},E))),a.createElement("div",{className:I},a.createElement("div",{className:"p-radiobutton-icon"}))),j&&a.createElement(t.Tooltip,o({target:v,content:e.tooltip},e.tooltipOptions)))})));s.displayName="RadioButton",s.defaultProps={__TYPE:"RadioButton",id:null,inputRef:null,inputId:null,name:null,value:null,checked:!1,style:null,className:null,disabled:!1,required:!1,tabIndex:null,tooltip:null,tooltipOptions:null,onChange:null},exports.RadioButton=s;
|
|
@@ -1,39 +1,109 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* RadioButton is an extension to standard radio button element with theming.
|
|
4
|
+
*
|
|
5
|
+
* [Live Demo](https://www.primefaces.org/primereact/radiobutton/)
|
|
6
|
+
*
|
|
7
|
+
* @module radiobutton
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
1
10
|
import * as React from 'react';
|
|
2
|
-
import TooltipOptions from '../tooltip/tooltipoptions';
|
|
11
|
+
import { TooltipOptions } from '../tooltip/tooltipoptions';
|
|
12
|
+
import { FormEvent } from '../ts-helpers';
|
|
3
13
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
interface RadioButtonChangeParams {
|
|
13
|
-
originalEvent: React.SyntheticEvent;
|
|
14
|
-
value: any;
|
|
15
|
-
checked: boolean;
|
|
16
|
-
stopPropagation(): void;
|
|
17
|
-
preventDefault(): void;
|
|
18
|
-
target: RadioButtonChangeTargetOptions;
|
|
19
|
-
}
|
|
14
|
+
/**
|
|
15
|
+
* Custom change event.
|
|
16
|
+
* @see {@link RadioButtonProps.onChange}
|
|
17
|
+
* @extends {FormEvent}
|
|
18
|
+
* @event
|
|
19
|
+
*/
|
|
20
|
+
interface RadioButtonChangeEvent extends FormEvent {}
|
|
20
21
|
|
|
22
|
+
/**
|
|
23
|
+
* Defines valid properties in RadioButton component. In addition to these, all properties of HTMLDivElement can be used in this component.
|
|
24
|
+
* @group Properties
|
|
25
|
+
*/
|
|
21
26
|
export interface RadioButtonProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'onChange' | 'ref'> {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
27
|
+
/**
|
|
28
|
+
* Reference of the input element.
|
|
29
|
+
*/
|
|
30
|
+
inputRef?: React.Ref<HTMLInputElement> | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* Unique identifier of the inner native radiobutton.
|
|
33
|
+
*/
|
|
34
|
+
inputId?: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* Name of the checkbox element.
|
|
37
|
+
*/
|
|
38
|
+
name?: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* Value of the checkbox.
|
|
41
|
+
*/
|
|
42
|
+
value?: any | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* Specifies whether a checkbox should be checked or not.
|
|
45
|
+
* @defaultValue false
|
|
46
|
+
*/
|
|
47
|
+
checked?: boolean | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* When present, it specifies that the element value cannot be altered.
|
|
50
|
+
* @defaultValue false
|
|
51
|
+
*/
|
|
52
|
+
disabled?: boolean | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* When present, it specifies that an input field must be filled out before submitting the form.
|
|
55
|
+
* @defaultValue false
|
|
56
|
+
*/
|
|
57
|
+
required?: boolean | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* Content of the tooltip.
|
|
60
|
+
*/
|
|
61
|
+
tooltip?: string | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* Configuration of the tooltip, refer to the tooltip documentation for more information.
|
|
64
|
+
*/
|
|
65
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* Callback to invoke on value change
|
|
68
|
+
* @param {RadioButtonChangeEvent} event - Custom change event.
|
|
69
|
+
*/
|
|
70
|
+
onChange?(event: RadioButtonChangeEvent): void;
|
|
71
|
+
/**
|
|
72
|
+
* Used to get the child elements of the component.
|
|
73
|
+
* @readonly
|
|
74
|
+
*/
|
|
75
|
+
children?: React.ReactNode | undefined;
|
|
33
76
|
}
|
|
34
77
|
|
|
78
|
+
/**
|
|
79
|
+
* **PrimeReact - RadioButton**
|
|
80
|
+
*
|
|
81
|
+
* _RadioButton is an extension to standard radio button element with theming._
|
|
82
|
+
*
|
|
83
|
+
* [Live Demo](https://www.primefaces.org/primereact/radiobutton/)
|
|
84
|
+
* --- ---
|
|
85
|
+
* 
|
|
86
|
+
*
|
|
87
|
+
* @group Component
|
|
88
|
+
*/
|
|
35
89
|
export declare class RadioButton extends React.Component<RadioButtonProps, any> {
|
|
36
|
-
|
|
90
|
+
/**
|
|
91
|
+
* Used to focus the component.
|
|
92
|
+
*/
|
|
93
|
+
public focus(): void;
|
|
94
|
+
/**
|
|
95
|
+
* Used to select a button
|
|
96
|
+
* @param {React.SyntheticEvent} event - Browser event
|
|
97
|
+
*/
|
|
98
|
+
public select(event?: React.SyntheticEvent): void;
|
|
99
|
+
/**
|
|
100
|
+
* Used to get container element.
|
|
101
|
+
* @return {HTMLDivElement} Container element
|
|
102
|
+
*/
|
|
37
103
|
public getElement(): HTMLDivElement;
|
|
104
|
+
/**
|
|
105
|
+
* Used to get input element.
|
|
106
|
+
* @return {HTMLInputElement} Input element
|
|
107
|
+
*/
|
|
38
108
|
public getInput(): HTMLInputElement;
|
|
39
109
|
}
|
|
@@ -124,7 +124,8 @@ var RadioButton = /*#__PURE__*/React.memo( /*#__PURE__*/React.forwardRef(functio
|
|
|
124
124
|
setFocusedState(false);
|
|
125
125
|
};
|
|
126
126
|
var onKeyDown = function onKeyDown(event) {
|
|
127
|
-
if (event.code === 'Space') {
|
|
127
|
+
if (event.code === 'Space' || event.key === ' ') {
|
|
128
|
+
// event.key is for Android support
|
|
128
129
|
onClick(event);
|
|
129
130
|
}
|
|
130
131
|
};
|
|
@@ -140,6 +141,9 @@ var RadioButton = /*#__PURE__*/React.memo( /*#__PURE__*/React.forwardRef(functio
|
|
|
140
141
|
return {
|
|
141
142
|
props: props,
|
|
142
143
|
select: select,
|
|
144
|
+
focus: function focus() {
|
|
145
|
+
return DomHandler.focus(inputRef.current);
|
|
146
|
+
},
|
|
143
147
|
getElement: function getElement() {
|
|
144
148
|
return elementRef.current;
|
|
145
149
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import*as e from"react";import{Tooltip as t}from"primereact/tooltip";import{ObjectUtils as n,DomHandler as r,classNames as
|
|
1
|
+
import*as e from"react";import{Tooltip as t}from"primereact/tooltip";import{ObjectUtils as n,DomHandler as r,classNames as o}from"primereact/utils";function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},a.apply(this,arguments)}function i(e){if(Array.isArray(e))return e}function u(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,a,i,u=[],c=!0,l=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=a.call(n)).done)&&(u.push(r.value),u.length!==t);c=!0);}catch(e){l=!0,o=e}finally{try{if(!c&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(l)throw o}}return u}}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function l(e,t){if(e){if("string"==typeof e)return c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?c(e,t):void 0}}function d(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var s=e.memo(e.forwardRef((function(c,f){var p,m,b=e.useState(!1),h=(m=2,i(p=b)||u(p,m)||l(p,m)||d()),y=h[0],v=h[1],g=e.useRef(null),k=e.useRef(c.inputRef),E=function(e){R(e)},R=function(e){if(!c.disabled&&c.onChange){var t=c.checked,n=e.target instanceof HTMLDivElement,o=e.target===k.current&&e.target.checked!==t,a=n&&r.hasClass(g.current,"p-radiobutton-checked")===t&&!t;if(o||a){var i=!t;c.onChange({originalEvent:e,value:c.value,checked:i,stopPropagation:function(){},preventDefault:function(){},target:{type:"radio",name:c.name,id:c.id,value:c.value,checked:i}}),a&&(k.current.checked=i)}r.focus(k.current),e.preventDefault()}};e.useEffect((function(){k.current&&(k.current.checked=c.checked)}),[c.checked]),e.useEffect((function(){n.combinedRefs(k,c.inputRef)}),[k,c.inputRef]),e.useImperativeHandle(f,(function(){return{props:c,select:E,focus:function(){return r.focus(k.current)},getElement:function(){return g.current},getInput:function(){return k.current}}}));var I=n.isNotEmpty(c.tooltip),O=n.findDiffKeys(c,s.defaultProps),j=n.reduceKeys(O,r.ARIA_PROPS),A=o("p-radiobutton p-component",{"p-radiobutton-checked":c.checked,"p-radiobutton-disabled":c.disabled,"p-radiobutton-focused":y},c.className),N=o("p-radiobutton-box",{"p-highlight":c.checked,"p-disabled":c.disabled,"p-focus":y});return e.createElement(e.Fragment,null,e.createElement("div",a({ref:g,id:c.id,className:A,style:c.style},O,{onClick:R}),e.createElement("div",{className:"p-hidden-accessible"},e.createElement("input",a({ref:k,id:c.inputId,type:"radio",name:c.name,defaultChecked:c.checked,onFocus:function(){v(!0)},onBlur:function(){v(!1)},onKeyDown:function(e){"Space"!==e.code&&" "!==e.key||R(e)},disabled:c.disabled,required:c.required,tabIndex:c.tabIndex},j))),e.createElement("div",{className:N},e.createElement("div",{className:"p-radiobutton-icon"}))),I&&e.createElement(t,a({target:g,content:c.tooltip},c.tooltipOptions)))})));s.displayName="RadioButton",s.defaultProps={__TYPE:"RadioButton",id:null,inputRef:null,inputId:null,name:null,value:null,checked:!1,style:null,className:null,disabled:!1,required:!1,tabIndex:null,tooltip:null,tooltipOptions:null,onChange:null};export{s as RadioButton};
|
|
@@ -144,7 +144,8 @@ this.primereact.radiobutton = (function (exports, React, tooltip, utils) {
|
|
|
144
144
|
setFocusedState(false);
|
|
145
145
|
};
|
|
146
146
|
var onKeyDown = function onKeyDown(event) {
|
|
147
|
-
if (event.code === 'Space') {
|
|
147
|
+
if (event.code === 'Space' || event.key === ' ') {
|
|
148
|
+
// event.key is for Android support
|
|
148
149
|
onClick(event);
|
|
149
150
|
}
|
|
150
151
|
};
|
|
@@ -160,6 +161,9 @@ this.primereact.radiobutton = (function (exports, React, tooltip, utils) {
|
|
|
160
161
|
return {
|
|
161
162
|
props: props,
|
|
162
163
|
select: select,
|
|
164
|
+
focus: function focus() {
|
|
165
|
+
return utils.DomHandler.focus(inputRef.current);
|
|
166
|
+
},
|
|
163
167
|
getElement: function getElement() {
|
|
164
168
|
return elementRef.current;
|
|
165
169
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
this.primereact=this.primereact||{},this.primereact.radiobutton=function(e,t,n,r){"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var
|
|
1
|
+
this.primereact=this.primereact||{},this.primereact.radiobutton=function(e,t,n,r){"use strict";function a(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var o=a(t);function i(){return i=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i.apply(this,arguments)}function c(e){if(Array.isArray(e))return e}function u(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o,i,c=[],u=!0,l=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(c.push(r.value),c.length!==t);u=!0);}catch(e){l=!0,a=e}finally{try{if(!u&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(l)throw a}}return c}}function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function d(e,t){if(e){if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(e,t):void 0}}function s(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var f=o.memo(o.forwardRef((function(e,t){var a,l,p=o.useState(!1),m=(l=2,c(a=p)||u(a,l)||d(a,l)||s()),b=m[0],h=m[1],y=o.useRef(null),v=o.useRef(e.inputRef),g=function(e){O(e)},O=function(t){if(!e.disabled&&e.onChange){var n=e.checked,a=t.target instanceof HTMLDivElement,o=t.target===v.current&&t.target.checked!==n,i=a&&r.DomHandler.hasClass(y.current,"p-radiobutton-checked")===n&&!n;if(o||i){var c=!n;e.onChange({originalEvent:t,value:e.value,checked:c,stopPropagation:function(){},preventDefault:function(){},target:{type:"radio",name:e.name,id:e.id,value:e.value,checked:c}}),i&&(v.current.checked=c)}r.DomHandler.focus(v.current),t.preventDefault()}};o.useEffect((function(){v.current&&(v.current.checked=e.checked)}),[e.checked]),o.useEffect((function(){r.ObjectUtils.combinedRefs(v,e.inputRef)}),[v,e.inputRef]),o.useImperativeHandle(t,(function(){return{props:e,select:g,focus:function(){return r.DomHandler.focus(v.current)},getElement:function(){return y.current},getInput:function(){return v.current}}}));var j=r.ObjectUtils.isNotEmpty(e.tooltip),k=r.ObjectUtils.findDiffKeys(e,f.defaultProps),E=r.ObjectUtils.reduceKeys(k,r.DomHandler.ARIA_PROPS),R=r.classNames("p-radiobutton p-component",{"p-radiobutton-checked":e.checked,"p-radiobutton-disabled":e.disabled,"p-radiobutton-focused":b},e.className),I=r.classNames("p-radiobutton-box",{"p-highlight":e.checked,"p-disabled":e.disabled,"p-focus":b});return o.createElement(o.Fragment,null,o.createElement("div",i({ref:y,id:e.id,className:R,style:e.style},k,{onClick:O}),o.createElement("div",{className:"p-hidden-accessible"},o.createElement("input",i({ref:v,id:e.inputId,type:"radio",name:e.name,defaultChecked:e.checked,onFocus:function(){h(!0)},onBlur:function(){h(!1)},onKeyDown:function(e){"Space"!==e.code&&" "!==e.key||O(e)},disabled:e.disabled,required:e.required,tabIndex:e.tabIndex},E))),o.createElement("div",{className:I},o.createElement("div",{className:"p-radiobutton-icon"}))),j&&o.createElement(n.Tooltip,i({target:y,content:e.tooltip},e.tooltipOptions)))})));return f.displayName="RadioButton",f.defaultProps={__TYPE:"RadioButton",id:null,inputRef:null,inputId:null,name:null,value:null,checked:!1,style:null,className:null,disabled:!1,required:!1,tabIndex:null,tooltip:null,tooltipOptions:null,onChange:null},e.RadioButton=f,Object.defineProperty(e,"__esModule",{value:!0}),e}({},React,primereact.tooltip,primereact.utils);
|
package/rating/rating.d.ts
CHANGED
|
@@ -1,39 +1,116 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* Rating component is a star based selection input.
|
|
4
|
+
*
|
|
5
|
+
* [Live Demo](https://www.primefaces.org/primereact/rating/)
|
|
6
|
+
*
|
|
7
|
+
* @module rating
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
1
10
|
import * as React from 'react';
|
|
2
|
-
import TooltipOptions from '../tooltip/tooltipoptions';
|
|
11
|
+
import { TooltipOptions } from '../tooltip/tooltipoptions';
|
|
12
|
+
import { FormEvent } from '../ts-helpers';
|
|
3
13
|
import { IconType } from '../utils';
|
|
4
14
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
interface
|
|
12
|
-
originalEvent: React.SyntheticEvent;
|
|
13
|
-
value: number | undefined | null;
|
|
14
|
-
stopPropagation(): void;
|
|
15
|
-
preventDefault(): void;
|
|
16
|
-
target: RatingChangeTargetOptions;
|
|
17
|
-
}
|
|
15
|
+
/**
|
|
16
|
+
* Custom change event.
|
|
17
|
+
* @see {@link RatingProps.onChange}
|
|
18
|
+
* @extends {FormEvent}
|
|
19
|
+
* @event
|
|
20
|
+
*/
|
|
21
|
+
interface RatingChangeEvent extends FormEvent<number> {}
|
|
18
22
|
|
|
23
|
+
/**
|
|
24
|
+
* Defines valid properties in Rating component. In addition to these, all properties of HTMLDivElement can be used in this component.
|
|
25
|
+
* @group Properties
|
|
26
|
+
*/
|
|
19
27
|
export interface RatingProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'onChange' | 'ref'> {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
/**
|
|
29
|
+
* Value of the rating.
|
|
30
|
+
*/
|
|
31
|
+
value?: number | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* When present, it specifies that the element should be disabled.
|
|
34
|
+
* @defaultValue false
|
|
35
|
+
*/
|
|
36
|
+
disabled?: boolean | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* When present, it specifies that the input cannot be typed.
|
|
39
|
+
* @defaultValue false
|
|
40
|
+
*/
|
|
41
|
+
readOnly?: boolean | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* Number of stars.
|
|
44
|
+
* @defaultValue 5
|
|
45
|
+
*/
|
|
46
|
+
stars?: number | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* When specified a cancel icon is displayed to allow removing the value.
|
|
49
|
+
* @defaultValue true
|
|
50
|
+
*/
|
|
51
|
+
cancel?: boolean | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* Content of the tooltip.
|
|
54
|
+
*/
|
|
55
|
+
tooltip?: string | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* Configuration of the tooltip, refer to the tooltip documentation for more information.
|
|
58
|
+
*/
|
|
59
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* Callback to invoke on value change.
|
|
62
|
+
* @param {RatingChangeEvent} event - Custom change event.
|
|
63
|
+
*/
|
|
64
|
+
onChange?(event: RatingChangeEvent): void;
|
|
65
|
+
/**
|
|
66
|
+
* Used to get the child elements of the component.
|
|
67
|
+
* @readonly
|
|
68
|
+
*/
|
|
69
|
+
children?: React.ReactNode | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* ClassName of the on icon component.
|
|
72
|
+
* @defaultValue pi pi-star-fill
|
|
73
|
+
*/
|
|
74
|
+
onIcon?: IconType<RatingProps> | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* ClassName of the off icon component.
|
|
77
|
+
* @defaultValue pi pi-star
|
|
78
|
+
*/
|
|
30
79
|
offIcon?: IconType<RatingProps>;
|
|
80
|
+
/**
|
|
81
|
+
* ClassName of the cancel icon component.
|
|
82
|
+
* @defaultValue pi pi-ban
|
|
83
|
+
*/
|
|
31
84
|
cancelIcon?: IconType<RatingProps>;
|
|
85
|
+
/**
|
|
86
|
+
* Properties of the cancel icon.
|
|
87
|
+
*/
|
|
32
88
|
cancelIconProps?: React.HTMLAttributes<HTMLSpanElement>;
|
|
89
|
+
/**
|
|
90
|
+
* Properties of the on icon.
|
|
91
|
+
*/
|
|
33
92
|
onIconProps?: React.HTMLAttributes<HTMLSpanElement>;
|
|
93
|
+
/**
|
|
94
|
+
* Properties of the off icon.
|
|
95
|
+
*/
|
|
34
96
|
offIconProps?: React.HTMLAttributes<HTMLSpanElement>;
|
|
35
97
|
}
|
|
36
98
|
|
|
99
|
+
/**
|
|
100
|
+
* **PrimeReact - Rating**
|
|
101
|
+
*
|
|
102
|
+
* _Rating component is a star based selection input._
|
|
103
|
+
*
|
|
104
|
+
* [Live Demo](https://www.primefaces.org/primereact/rating/)
|
|
105
|
+
* --- ---
|
|
106
|
+
* 
|
|
107
|
+
*
|
|
108
|
+
* @group Component
|
|
109
|
+
*/
|
|
37
110
|
export declare class Rating extends React.Component<RatingProps, any> {
|
|
111
|
+
/**
|
|
112
|
+
* Used to get container element.
|
|
113
|
+
* @return {HTMLDivElement} Container element
|
|
114
|
+
*/
|
|
38
115
|
public getElement(): HTMLDivElement;
|
|
39
116
|
}
|