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
package/panel/panel.d.ts
CHANGED
|
@@ -1,47 +1,173 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* Panel is a grouping component providing with content toggle feature.
|
|
4
|
+
*
|
|
5
|
+
* [Live Demo](https://www.primefaces.org/primereact/panel/)
|
|
6
|
+
*
|
|
7
|
+
* @module panel
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
1
10
|
import * as React from 'react';
|
|
2
11
|
import { CSSTransitionProps } from '../csstransition';
|
|
3
12
|
import { IconType } from '../utils';
|
|
4
13
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
14
|
+
/**
|
|
15
|
+
* Custom panel header template options.
|
|
16
|
+
* @group Misc
|
|
17
|
+
*/
|
|
9
18
|
interface PanelHeaderTemplateOptions {
|
|
19
|
+
/**
|
|
20
|
+
* Style class of the panel.
|
|
21
|
+
*/
|
|
10
22
|
className: string;
|
|
11
|
-
|
|
23
|
+
/**
|
|
24
|
+
* Style class of the panel title.
|
|
25
|
+
*/
|
|
26
|
+
titleClssName: string;
|
|
27
|
+
/**
|
|
28
|
+
* Style class of the panel icons.
|
|
29
|
+
*/
|
|
12
30
|
iconsClassName: string;
|
|
31
|
+
/**
|
|
32
|
+
* Style class of the panel toggler.
|
|
33
|
+
*/
|
|
13
34
|
togglerClassName: string;
|
|
35
|
+
/**
|
|
36
|
+
* Style class of the panel toggler icon.
|
|
37
|
+
*/
|
|
14
38
|
togglerIconClassName: string;
|
|
39
|
+
/**
|
|
40
|
+
* Callback to invoke when the toggler button is clicked.
|
|
41
|
+
* @param {React.MouseEvent<HTMLElement>} event Browser event.
|
|
42
|
+
*/
|
|
15
43
|
onTogglerClick(event: React.MouseEvent<HTMLElement>): void;
|
|
44
|
+
/**
|
|
45
|
+
* The JSX element that represents the title of the panel.
|
|
46
|
+
*/
|
|
16
47
|
titleElement: JSX.Element;
|
|
48
|
+
/**
|
|
49
|
+
* The JSX element that represents the icons of the panel.
|
|
50
|
+
*/
|
|
17
51
|
iconsElement: JSX.Element;
|
|
52
|
+
/**
|
|
53
|
+
* The JSX element that represents the toggler of the panel.
|
|
54
|
+
*/
|
|
18
55
|
togglerElement: JSX.Element;
|
|
56
|
+
/**
|
|
57
|
+
* The JSX element that represents the panel.
|
|
58
|
+
*/
|
|
19
59
|
element: JSX.Element;
|
|
60
|
+
/**
|
|
61
|
+
* The props of the Panel component.
|
|
62
|
+
*/
|
|
20
63
|
props: PanelProps;
|
|
64
|
+
/**
|
|
65
|
+
* Whether the panel header is collapsed or not.
|
|
66
|
+
*/
|
|
21
67
|
collapsed: boolean;
|
|
22
68
|
}
|
|
23
69
|
|
|
24
|
-
|
|
70
|
+
/**
|
|
71
|
+
* Custom toggle event.
|
|
72
|
+
* @see {@link PanelProps.onToggle}
|
|
73
|
+
* @event
|
|
74
|
+
*/
|
|
75
|
+
interface PanelToggleEvent {
|
|
76
|
+
/**
|
|
77
|
+
* Browser event.
|
|
78
|
+
*/
|
|
25
79
|
originalEvent: React.MouseEvent<HTMLElement>;
|
|
80
|
+
/**
|
|
81
|
+
* Collapsed state as a boolean.
|
|
82
|
+
*/
|
|
26
83
|
value: boolean;
|
|
27
84
|
}
|
|
28
85
|
|
|
86
|
+
/**
|
|
87
|
+
* Defines valid properties in Panel component. In addition to these, all properties of HTMLDivElement can be used in this component.
|
|
88
|
+
* @group Properties
|
|
89
|
+
*/
|
|
29
90
|
export interface PanelProps extends Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'ref'> {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
91
|
+
/**
|
|
92
|
+
* Custom header template of the panel.
|
|
93
|
+
*/
|
|
94
|
+
header?: React.ReactNode | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* Header template of the panel to customize more.
|
|
97
|
+
* @param {PanelHeaderTemplateOptions} options - Options to customize the header template.
|
|
98
|
+
*/
|
|
99
|
+
headerTemplate?: React.ReactNode | ((options: PanelHeaderTemplateOptions) => React.ReactNode);
|
|
100
|
+
/**
|
|
101
|
+
* Defines if content of panel can be expanded and collapsed.
|
|
102
|
+
* @defaultValue false
|
|
103
|
+
*/
|
|
104
|
+
toggleable?: boolean | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* Defines the initial state of panel content, supports one or two-way binding as well.
|
|
107
|
+
* @defaultValue false
|
|
108
|
+
*/
|
|
109
|
+
collapsed?: boolean | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* Icon of a expanded tab.
|
|
112
|
+
* @defaultValue pi pi-plus
|
|
113
|
+
*/
|
|
114
|
+
expandIcon?: IconType<PanelProps> | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* Icon of a collapsed tab.
|
|
117
|
+
* @defaultValue pi pi-minus
|
|
118
|
+
*/
|
|
119
|
+
collapseIcon?: IconType<PanelProps> | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* Custom icons template for the header.
|
|
122
|
+
*/
|
|
123
|
+
icons?: React.ReactNode | ((props: PanelProps) => React.ReactNode);
|
|
124
|
+
/**
|
|
125
|
+
* The properties of CSSTransition can be customized, except for "nodeRef" and "in" properties.
|
|
126
|
+
* @type {CSSTransitionProps}
|
|
127
|
+
*/
|
|
128
|
+
transitionOptions?: CSSTransitionProps | undefined;
|
|
129
|
+
/**
|
|
130
|
+
* Callback to invoke when a tab gets expanded.
|
|
131
|
+
* @param {React.SyntheticEvent} event - Browser event.
|
|
132
|
+
*/
|
|
38
133
|
onExpand?(event: React.SyntheticEvent): void;
|
|
134
|
+
/**
|
|
135
|
+
* Callback to invoke when an active tab is collapsed by clicking on the header.
|
|
136
|
+
* @param {React.SyntheticEvent} event - Browser event.
|
|
137
|
+
*/
|
|
39
138
|
onCollapse?(event: React.SyntheticEvent): void;
|
|
40
|
-
|
|
41
|
-
|
|
139
|
+
/**
|
|
140
|
+
* Callback to invoke when a tab gets expanded.
|
|
141
|
+
* @param {PanelToggleEvent} event - Custom toggle event.
|
|
142
|
+
*/
|
|
143
|
+
onToggle?(event: PanelToggleEvent): void;
|
|
144
|
+
/**
|
|
145
|
+
* Used to get the child elements of the component.
|
|
146
|
+
* @readonly
|
|
147
|
+
*/
|
|
148
|
+
children?: React.ReactNode | undefined;
|
|
42
149
|
}
|
|
43
150
|
|
|
151
|
+
/**
|
|
152
|
+
* **PrimeReact - Panel**
|
|
153
|
+
*
|
|
154
|
+
* _Panel is a grouping component providing with content toggle feature._
|
|
155
|
+
*
|
|
156
|
+
* [Live Demo](https://www.primefaces.org/primereact/panel/)
|
|
157
|
+
* --- ---
|
|
158
|
+
* 
|
|
159
|
+
*
|
|
160
|
+
* @group Component
|
|
161
|
+
*/
|
|
44
162
|
export declare class Panel extends React.Component<PanelProps, any> {
|
|
163
|
+
/**
|
|
164
|
+
* Used to get container element.
|
|
165
|
+
* @return {HTMLDivElement} Container element
|
|
166
|
+
*/
|
|
45
167
|
public getElement(): HTMLDivElement;
|
|
168
|
+
/**
|
|
169
|
+
* Used to get content of the panel.
|
|
170
|
+
* @return {HTMLDivElement} Content element
|
|
171
|
+
*/
|
|
46
172
|
public getContent(): HTMLDivElement;
|
|
47
173
|
}
|
package/panelmenu/panelmenu.d.ts
CHANGED
|
@@ -1,14 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* PanelMenu is a hybrid of accordion-tree components.
|
|
4
|
+
*
|
|
5
|
+
* [Live Demo](https://www.primefaces.org/primereact/panelmenu/)
|
|
6
|
+
*
|
|
7
|
+
* @module panelmenu
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
1
10
|
import * as React from 'react';
|
|
2
11
|
import { MenuItem } from '../menuitem';
|
|
3
12
|
import { CSSTransitionProps } from '../csstransition';
|
|
4
13
|
|
|
14
|
+
/**
|
|
15
|
+
* Defines valid properties in PanelMenu component. In addition to these, all properties of HTMLDivElement can be used in this component.
|
|
16
|
+
* @group Properties
|
|
17
|
+
*/
|
|
5
18
|
export interface PanelMenuProps extends Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'ref'> {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
19
|
+
/**
|
|
20
|
+
* An array of menuitems.
|
|
21
|
+
*/
|
|
22
|
+
model?: MenuItem[] | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* Whether multiple tabs can be activated at the same time or not.
|
|
25
|
+
* @defaultValue false
|
|
26
|
+
*/
|
|
27
|
+
multiple?: boolean | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* The properties of CSSTransition can be customized, except for "nodeRef" and "in" properties.
|
|
30
|
+
*/
|
|
31
|
+
transitionOptions?: CSSTransitionProps | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* Used to get the child elements of the component.
|
|
34
|
+
* @readonly
|
|
35
|
+
*/
|
|
36
|
+
children?: React.ReactNode | undefined;
|
|
10
37
|
}
|
|
11
38
|
|
|
39
|
+
/**
|
|
40
|
+
* **PrimeReact - PanelMenu**
|
|
41
|
+
*
|
|
42
|
+
* _PanelMenu is a hybrid of accordion-tree components._
|
|
43
|
+
*
|
|
44
|
+
* [Live Demo](https://www.primefaces.org/primereact/panelmenu/)
|
|
45
|
+
* --- ---
|
|
46
|
+
* 
|
|
47
|
+
*
|
|
48
|
+
* @group Component
|
|
49
|
+
*/
|
|
12
50
|
export declare class PanelMenu extends React.Component<PanelMenuProps, any> {
|
|
51
|
+
/**
|
|
52
|
+
* Used to get container element.
|
|
53
|
+
* @return {HTMLDivElement} Container element
|
|
54
|
+
*/
|
|
13
55
|
public getElement(): HTMLDivElement;
|
|
14
56
|
}
|
package/password/password.cjs.js
CHANGED
|
@@ -288,6 +288,9 @@ var Password = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespace
|
|
|
288
288
|
React__namespace.useImperativeHandle(ref, function () {
|
|
289
289
|
return {
|
|
290
290
|
props: props,
|
|
291
|
+
focus: function focus() {
|
|
292
|
+
return utils.DomHandler.focus(inputRef.current);
|
|
293
|
+
},
|
|
291
294
|
getElement: function getElement() {
|
|
292
295
|
return elementRef.current;
|
|
293
296
|
},
|
|
@@ -337,7 +340,10 @@ var Password = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespace
|
|
|
337
340
|
return null;
|
|
338
341
|
};
|
|
339
342
|
var createPanel = function createPanel() {
|
|
340
|
-
var panelClassName = utils.classNames('p-password-panel p-component', props.panelClassName
|
|
343
|
+
var panelClassName = utils.classNames('p-password-panel p-component', props.panelClassName, {
|
|
344
|
+
'p-input-filled': PrimeReact__default["default"].inputStyle === 'filled',
|
|
345
|
+
'p-ripple-disabled': PrimeReact__default["default"].ripple === false
|
|
346
|
+
});
|
|
341
347
|
var _ref2 = meterState || {
|
|
342
348
|
strength: '',
|
|
343
349
|
width: '0%'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("primereact/api"),n=require("primereact/csstransition"),r=require("primereact/hooks"),l=require("primereact/inputtext"),a=require("primereact/overlayservice"),o=require("primereact/portal"),u=require("primereact/utils");function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}function s(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 c=s(e),p=i(t);function f(){return f=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},f.apply(this,arguments)}function d(e){if(Array.isArray(e))return e}function m(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,l,a,o,u=[],i=!0,s=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;i=!1}else for(;!(i=(r=a.call(n)).done)&&(u.push(r.value),u.length!==t);i=!0);}catch(e){s=!0,l=e}finally{try{if(!i&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(s)throw l}}return u}}function g(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 y(e,t){if(e){if("string"==typeof e)return g(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)?g(e,t):void 0}}function b(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function v(e,t){return d(e)||m(e,t)||y(e,t)||b()}var w=c.memo(c.forwardRef((function(e,i){var s=e.promptLabel||t.localeOption("passwordPrompt"),d=e.weakLabel||t.localeOption("weak"),m=e.mediumLabel||t.localeOption("medium"),g=e.strongLabel||t.localeOption("strong"),y=v(c.useState(!1),2),b=y[0],h=y[1],O=v(c.useState(null),2),E=O[0],x=O[1],j=v(c.useState(s),2),k=j[0],
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("primereact/api"),n=require("primereact/csstransition"),r=require("primereact/hooks"),l=require("primereact/inputtext"),a=require("primereact/overlayservice"),o=require("primereact/portal"),u=require("primereact/utils");function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}function s(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 c=s(e),p=i(t);function f(){return f=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},f.apply(this,arguments)}function d(e){if(Array.isArray(e))return e}function m(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,l,a,o,u=[],i=!0,s=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;i=!1}else for(;!(i=(r=a.call(n)).done)&&(u.push(r.value),u.length!==t);i=!0);}catch(e){s=!0,l=e}finally{try{if(!i&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(s)throw l}}return u}}function g(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 y(e,t){if(e){if("string"==typeof e)return g(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)?g(e,t):void 0}}function b(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function v(e,t){return d(e)||m(e,t)||y(e,t)||b()}var w=c.memo(c.forwardRef((function(e,i){var s=e.promptLabel||t.localeOption("passwordPrompt"),d=e.weakLabel||t.localeOption("weak"),m=e.mediumLabel||t.localeOption("medium"),g=e.strongLabel||t.localeOption("strong"),y=v(c.useState(!1),2),b=y[0],h=y[1],O=v(c.useState(null),2),E=O[0],x=O[1],j=v(c.useState(s),2),k=j[0],S=j[1],R=v(c.useState(!1),2),N=R[0],U=R[1],I=v(c.useState(!1),2),C=I[0],P=I[1],H=c.useRef(null),A=c.useRef(null),L=c.useRef(e.inputRef),T=c.useRef(new RegExp(e.mediumRegex)),q=c.useRef(new RegExp(e.strongRegex)),D=C?"text":"password",M=v(r.useOverlayListener({target:H,overlay:A,listener:function(e,t){t.valid&&V()},when:b}),2),Z=M[0],_=M[1],z=L.current&&L.current.value,F=c.useMemo((function(){return u.ObjectUtils.isNotEmpty(e.value)||u.ObjectUtils.isNotEmpty(e.defaultValue)||u.ObjectUtils.isNotEmpty(z)}),[e.value,e.defaultValue,z]),J=function(){if(E){var e=null;switch(E.strength){case"weak":e=d;break;case"medium":e=m;break;case"strong":e=g}e&&k!==e&&S(e)}else k!==s&&S(s)},K=function(t){e.feedback&&a.OverlayService.emit("overlay-click",{originalEvent:t,target:H.current})},X=function(){P((function(e){return!e}))},B=function(){J(),h(!0)},V=function(){h(!1)},Y=function(){u.ZIndexUtils.set("overlay",A.current,p.default.autoZIndex,p.default.zIndex.overlay),L.current&&u.DomHandler.alignOverlay(A.current,L.current.parentElement,e.appendTo||p.default.appendTo)},$=function(){Z(),e.onShow&&e.onShow()},G=function(){_()},Q=function(){u.ZIndexUtils.clear(A.current),e.onHide&&e.onHide()},W=function(e){return q.current.test(e)?3:T.current.test(e)?2:e.length?1:0};c.useImperativeHandle(i,(function(){return{props:e,focus:function(){return u.DomHandler.focus(L.current)},getElement:function(){return H.current},getOverlay:function(){return A.current},getInput:function(){return L.current}}})),c.useEffect((function(){u.ObjectUtils.combinedRefs(L,e.inputRef)}),[L,e.inputRef]),c.useEffect((function(){T.current=new RegExp(e.mediumRegex)}),[e.mediumRegex]),c.useEffect((function(){q.current=new RegExp(e.strongRegex)}),[e.strongRegex]),c.useEffect((function(){!F&&u.DomHandler.hasClass(H.current,"p-inputwrapper-filled")&&u.DomHandler.removeClass(H.current,"p-inputwrapper-filled")}),[F]),r.useUnmountEffect((function(){u.ZIndexUtils.clear(A.current)}));var ee,te,ne,re,le,ae,oe,ue=u.classNames("p-password p-component p-inputwrapper",{"p-inputwrapper-filled":F,"p-inputwrapper-focus":N,"p-input-icon-right":e.toggleMask},e.className),ie=u.classNames("p-password-input",e.inputClassName),se=u.ObjectUtils.findDiffKeys(e,w.defaultProps),ce=function(){if(e.toggleMask){var t=C?"pi pi-eye-slash":"pi pi-eye",n=c.createElement("i",{className:t,onClick:X});if(e.icon)n=u.ObjectUtils.getJSXElement(e.icon,{onClick:X,className:t,element:n,props:e});return n}return null}(),pe=(ee=u.classNames("p-password-panel p-component",e.panelClassName,{"p-input-filled":"filled"===p.default.inputStyle,"p-ripple-disabled":!1===p.default.ripple}),ne=(te=E||{strength:"",width:"0%"}).strength,re=te.width,le=u.ObjectUtils.getJSXElement(e.header,e),ae=u.ObjectUtils.getJSXElement(e.footer,e),oe=e.content?u.ObjectUtils.getJSXElement(e.content,e):c.createElement(c.Fragment,null,c.createElement("div",{className:"p-password-meter"},c.createElement("div",{className:"p-password-strength ".concat(ne),style:{width:re}})),c.createElement("div",{className:"p-password-info ".concat(ne)},k)),c.createElement(o.Portal,{element:c.createElement(n.CSSTransition,{nodeRef:A,classNames:"p-connected-overlay",in:b,timeout:{enter:120,exit:100},options:e.transitionOptions,unmountOnExit:!0,onEnter:Y,onEntered:$,onExit:G,onExited:Q},c.createElement("div",{ref:A,className:ee,style:e.panelStyle,onClick:K},le,oe,ae)),appendTo:e.appendTo}));return c.createElement("div",{ref:H,id:e.id,className:ue,style:e.style},c.createElement(l.InputText,f({ref:L,id:e.inputId},se,{type:D,className:ie,style:e.inputStyle,onFocus:function(t){U(!0),e.feedback&&B(),e.onFocus&&e.onFocus(t)},onBlur:function(t){U(!1),e.feedback&&V(),e.onBlur&&e.onBlur(t)},onKeyUp:function(t){var n=t.keyCode||t.which;if(e.feedback){var r=null,l=null;switch(W(t.target.value)){case 1:r=d,l={strength:"weak",width:"33.33%"};break;case 2:r=m,l={strength:"medium",width:"66.66%"};break;case 3:r=g,l={strength:"strong",width:"100%"};break;default:r=s,l=null}x(l),S(r),n&&!b&&B()}e.onKeyUp&&e.onKeyUp(t)},onInput:function(t,n){e.onInput&&e.onInput(t,n),e.onChange||(u.ObjectUtils.isNotEmpty(t.target.value)?u.DomHandler.addClass(H.current,"p-inputwrapper-filled"):u.DomHandler.removeClass(H.current,"p-inputwrapper-filled"))},tooltip:e.tooltip,tooltipOptions:e.tooltipOptions})),ce,pe)})));w.displayName="Password",w.defaultProps={__TYPE:"Password",id:null,inputId:null,inputRef:null,promptLabel:null,weakLabel:null,mediumLabel:null,strongLabel:null,mediumRegex:"^(((?=.*[a-z])(?=.*[A-Z]))|((?=.*[a-z])(?=.*[0-9]))|((?=.*[A-Z])(?=.*[0-9])))(?=.{6,})",strongRegex:"^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.{8,})",feedback:!0,toggleMask:!1,appendTo:null,header:null,content:null,footer:null,icon:null,tooltip:null,tooltipOptions:null,style:null,className:null,inputStyle:null,inputClassName:null,panelStyle:null,panelClassName:null,transitionOptions:null,onInput:null,onShow:null,onHide:null},exports.Password=w;
|
package/password/password.d.ts
CHANGED
|
@@ -1,58 +1,198 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* Password displays strength indicator for password fields.
|
|
4
|
+
*
|
|
5
|
+
* [Live Demo](https://www.primefaces.org/primereact/password/)
|
|
6
|
+
*
|
|
7
|
+
* @module password
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
1
10
|
import * as React from 'react';
|
|
2
11
|
import { CSSTransitionProps } from '../csstransition';
|
|
3
12
|
import { InputText } from '../inputtext';
|
|
4
13
|
import { KeyFilterType } from '../keyfilter/keyfilteroptions';
|
|
5
|
-
import TooltipOptions from '../tooltip/tooltipoptions';
|
|
14
|
+
import { TooltipOptions } from '../tooltip/tooltipoptions';
|
|
6
15
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
16
|
+
/**
|
|
17
|
+
* Custom icon event
|
|
18
|
+
* @see {@link PasswordProps.icon}
|
|
19
|
+
* @event
|
|
20
|
+
*/
|
|
21
|
+
interface PasswordIconEvent {
|
|
22
|
+
/**
|
|
23
|
+
* Click event for the default element.
|
|
24
|
+
*/
|
|
14
25
|
onClick(): void;
|
|
26
|
+
/**
|
|
27
|
+
* Style class of the default element.
|
|
28
|
+
*/
|
|
15
29
|
className: string;
|
|
30
|
+
/**
|
|
31
|
+
* Default element created by the component.
|
|
32
|
+
*/
|
|
16
33
|
element: JSX.Element;
|
|
34
|
+
/**
|
|
35
|
+
* All component props.
|
|
36
|
+
*/
|
|
17
37
|
props: PasswordProps;
|
|
18
38
|
}
|
|
19
39
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
40
|
+
/**
|
|
41
|
+
* Defines valid properties in Password component. In addition to these, all properties of HTMLDivElement can be used in this component.
|
|
42
|
+
* @group Properties
|
|
43
|
+
*/
|
|
24
44
|
export interface PasswordProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, 'onInput' | 'ref'> {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
45
|
+
/**
|
|
46
|
+
* Identifier of the input element.
|
|
47
|
+
*/
|
|
48
|
+
inputId?: string | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* Reference of the input element.
|
|
51
|
+
*/
|
|
52
|
+
inputRef?: React.Ref<HTMLInputElement> | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* Inline style of the input field.
|
|
55
|
+
*/
|
|
56
|
+
inputStyle?: React.CSSProperties | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* Style class of the input field.
|
|
59
|
+
*/
|
|
60
|
+
inputClassName?: string | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* Text to prompt password entry.
|
|
63
|
+
* @defaultValue Please enter a password
|
|
64
|
+
*/
|
|
65
|
+
promptLabel?: string | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* Text for a weak password.
|
|
68
|
+
* @defaultValue Weak
|
|
69
|
+
*/
|
|
70
|
+
weakLabel?: string | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* Text for a medium password.
|
|
73
|
+
* @defaultValue Medium
|
|
74
|
+
*/
|
|
75
|
+
mediumLabel?: string | undefined;
|
|
76
|
+
/**
|
|
77
|
+
* Text for a strong password.
|
|
78
|
+
* @defaultValue Strong
|
|
79
|
+
*/
|
|
80
|
+
strongLabel?: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* Regex for a medium level password.
|
|
83
|
+
* @defaultValue ^(((?=.*[a-z])(?=.*[A-Z]))|((?=.*[a-z])(?=.*[0-9]))|((?=.*[A-Z])(?=.*[0-9])))(?=.{6,}).
|
|
84
|
+
*/
|
|
85
|
+
mediumRegex?: string | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* Regex for a strong level password.
|
|
88
|
+
* @defaultValue ^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.{8,})
|
|
89
|
+
*/
|
|
90
|
+
strongRegex?: string | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* Whether to show the strength indicator or not.
|
|
93
|
+
* @defaultValue true
|
|
94
|
+
*/
|
|
95
|
+
feedback?: boolean | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* Whether to show an icon to display the password as plain text.
|
|
98
|
+
* @defaultValue false
|
|
99
|
+
*/
|
|
100
|
+
toggleMask?: boolean | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* DOM element instance where the overlay panel should be mounted. Valid values are any DOM Element and 'self'. The self value is used to render a component where it is located.
|
|
103
|
+
* @defaultValue document.body
|
|
104
|
+
*/
|
|
105
|
+
appendTo?: 'self' | HTMLElement | undefined | null;
|
|
106
|
+
/**
|
|
107
|
+
* Template of panel header if "feedback" is enabled.
|
|
108
|
+
*/
|
|
109
|
+
header?: React.ReactNode | ((props: PasswordProps) => React.ReactNode);
|
|
110
|
+
/**
|
|
111
|
+
* Template of panel content if "feedback" is enabled.
|
|
112
|
+
*/
|
|
113
|
+
content?: React.ReactNode | ((props: PasswordProps) => React.ReactNode);
|
|
114
|
+
/**
|
|
115
|
+
* Template of panel footer if "feedback" is enabled.
|
|
116
|
+
*/
|
|
117
|
+
footer?: React.ReactNode | ((props: PasswordProps) => React.ReactNode);
|
|
118
|
+
/**
|
|
119
|
+
* Template of mask icon if "toggleMask" is enabled.
|
|
120
|
+
*/
|
|
121
|
+
icon?: React.ReactNode | ((event: PasswordIconEvent) => React.ReactNode);
|
|
122
|
+
/**
|
|
123
|
+
* Content of the tooltip.
|
|
124
|
+
*/
|
|
125
|
+
tooltip?: string | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* Configuration of the tooltip, refer to the tooltip documentation for more information.
|
|
128
|
+
*/
|
|
129
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* Format definition of the keys to block.
|
|
132
|
+
*/
|
|
133
|
+
keyfilter?: KeyFilterType | undefined;
|
|
134
|
+
/**
|
|
135
|
+
* Inline style of the overlay panel element.
|
|
136
|
+
*/
|
|
137
|
+
panelStyle?: React.CSSProperties | undefined;
|
|
138
|
+
/**
|
|
139
|
+
* Style class of the overlay panel element.
|
|
140
|
+
*/
|
|
141
|
+
panelClassName?: string | undefined;
|
|
142
|
+
/**
|
|
143
|
+
* The properties of CSSTransition can be customized, except for "nodeRef" and "in" properties.
|
|
144
|
+
*/
|
|
145
|
+
transitionOptions?: CSSTransitionProps | undefined;
|
|
146
|
+
/**
|
|
147
|
+
* Callback to invoke on input event of input field.
|
|
148
|
+
* @param {React.FormEvent<HTMLInputElement>} event - Browser event
|
|
149
|
+
* @param {boolean} validatePattern - Whether to validate the value
|
|
150
|
+
*/
|
|
48
151
|
onInput?(event: React.FormEvent<HTMLInputElement>, validatePattern: boolean): void;
|
|
152
|
+
/**
|
|
153
|
+
* Callback to invoke when overlay becomes visible.
|
|
154
|
+
*/
|
|
49
155
|
onShow?(): void;
|
|
156
|
+
/**
|
|
157
|
+
* Callback to invoke when overlay becomes hidden.
|
|
158
|
+
*/
|
|
50
159
|
onHide?(): void;
|
|
51
|
-
|
|
160
|
+
/**
|
|
161
|
+
* Used to get the child elements of the component.
|
|
162
|
+
* @readonly
|
|
163
|
+
*/
|
|
164
|
+
children?: React.ReactNode | undefined;
|
|
52
165
|
}
|
|
53
166
|
|
|
167
|
+
/**
|
|
168
|
+
* **PrimeReact - Password**
|
|
169
|
+
*
|
|
170
|
+
* _Password displays strength indicator for password fields._
|
|
171
|
+
*
|
|
172
|
+
* [Live Demo](https://www.primefaces.org/primereact/password/)
|
|
173
|
+
* --- ---
|
|
174
|
+
* 
|
|
175
|
+
*
|
|
176
|
+
* @group Component
|
|
177
|
+
*/
|
|
54
178
|
export declare class Password extends React.Component<PasswordProps, any> {
|
|
179
|
+
/**
|
|
180
|
+
* Used to focus the component.
|
|
181
|
+
*/
|
|
182
|
+
public focus(): void;
|
|
183
|
+
/**
|
|
184
|
+
* Used to get container element.
|
|
185
|
+
* @return {HTMLDivElement} Container element
|
|
186
|
+
*/
|
|
55
187
|
public getElement(): HTMLDivElement;
|
|
188
|
+
/**
|
|
189
|
+
* Used to get input element.
|
|
190
|
+
* @return {HTMLInputElement} Input element
|
|
191
|
+
*/
|
|
56
192
|
public getInput(): typeof InputText;
|
|
193
|
+
/**
|
|
194
|
+
* Used to get overlay element.
|
|
195
|
+
* @return {HTMLElement} Overlay element
|
|
196
|
+
*/
|
|
57
197
|
public getOverlay(): HTMLElement;
|
|
58
198
|
}
|
package/password/password.esm.js
CHANGED
|
@@ -261,6 +261,9 @@ var Password = /*#__PURE__*/React.memo( /*#__PURE__*/React.forwardRef(function (
|
|
|
261
261
|
React.useImperativeHandle(ref, function () {
|
|
262
262
|
return {
|
|
263
263
|
props: props,
|
|
264
|
+
focus: function focus() {
|
|
265
|
+
return DomHandler.focus(inputRef.current);
|
|
266
|
+
},
|
|
264
267
|
getElement: function getElement() {
|
|
265
268
|
return elementRef.current;
|
|
266
269
|
},
|
|
@@ -310,7 +313,10 @@ var Password = /*#__PURE__*/React.memo( /*#__PURE__*/React.forwardRef(function (
|
|
|
310
313
|
return null;
|
|
311
314
|
};
|
|
312
315
|
var createPanel = function createPanel() {
|
|
313
|
-
var panelClassName = classNames('p-password-panel p-component', props.panelClassName
|
|
316
|
+
var panelClassName = classNames('p-password-panel p-component', props.panelClassName, {
|
|
317
|
+
'p-input-filled': PrimeReact.inputStyle === 'filled',
|
|
318
|
+
'p-ripple-disabled': PrimeReact.ripple === false
|
|
319
|
+
});
|
|
314
320
|
var _ref2 = meterState || {
|
|
315
321
|
strength: '',
|
|
316
322
|
width: '0%'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import*as e from"react";import t,{localeOption as n}from"primereact/api";import{CSSTransition as r}from"primereact/csstransition";import{useOverlayListener as l,useUnmountEffect as o}from"primereact/hooks";import{InputText as a}from"primereact/inputtext";import{OverlayService as u}from"primereact/overlayservice";import{Portal as i}from"primereact/portal";import{ObjectUtils as s,DomHandler as p,ZIndexUtils as c,classNames as f}from"primereact/utils";function m(){return m=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},m.apply(this,arguments)}function d(e){if(Array.isArray(e))return e}function g(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,l,o,a,u=[],i=!0,s=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;i=!1}else for(;!(i=(r=o.call(n)).done)&&(u.push(r.value),u.length!==t);i=!0);}catch(e){s=!0,l=e}finally{try{if(!i&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(s)throw l}}return u}}function y(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 w(e,t){if(e){if("string"==typeof e)return y(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)?y(e,t):void 0}}function v(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function h(e,t){return d(e)||g(e,t)||w(e,t)||v()}var E=e.memo(e.forwardRef((function(d,g){var y=d.promptLabel||n("passwordPrompt"),w=d.weakLabel||n("weak"),v=d.mediumLabel||n("medium"),b=d.strongLabel||n("strong"),k=h(e.useState(!1),2),R=k[0],x=k[1],S=h(e.useState(null),2),N=S[0],O=S[1],C=h(e.useState(y),2),I=C[0],A=C[1],j=h(e.useState(!1),2),L=j[0],P=j[1],T=h(e.useState(!1),2),M=T[0],z=T[1],F=e.useRef(null),H=e.useRef(null),J=e.useRef(d.inputRef),K=e.useRef(new RegExp(d.mediumRegex)),U=e.useRef(new RegExp(d.strongRegex)),X=M?"text":"password",Z=h(l({target:F,overlay:H,listener:function(e,t){t.valid&&Q()},when:R}),2),B=Z[0],V=Z[1],_=J.current&&J.current.value,D=e.useMemo((function(){return s.isNotEmpty(d.value)||s.isNotEmpty(d.defaultValue)||s.isNotEmpty(_)}),[d.value,d.defaultValue,_]),Y=function(){if(N){var e=null;switch(N.strength){case"weak":e=w;break;case"medium":e=v;break;case"strong":e=b}e&&I!==e&&A(e)}else I!==y&&A(y)},$=function(e){d.feedback&&u.emit("overlay-click",{originalEvent:e,target:F.current})},q=function(){z((function(e){return!e}))},G=function(){Y(),x(!0)},Q=function(){x(!1)},W=function(){c.set("overlay",H.current,t.autoZIndex,t.zIndex.overlay),J.current&&p.alignOverlay(H.current,J.current.parentElement,d.appendTo||t.appendTo)},ee=function(){B(),d.onShow&&d.onShow()},te=function(){V()},ne=function(){c.clear(H.current),d.onHide&&d.onHide()},re=function(e){return U.current.test(e)?3:K.current.test(e)?2:e.length?1:0};e.useImperativeHandle(g,(function(){return{props:d,getElement:function(){return F.current},getOverlay:function(){return H.current},getInput:function(){return J.current}}})),e.useEffect((function(){s.combinedRefs(J,d.inputRef)}),[J,d.inputRef]),e.useEffect((function(){K.current=new RegExp(d.mediumRegex)}),[d.mediumRegex]),e.useEffect((function(){U.current=new RegExp(d.strongRegex)}),[d.strongRegex]),e.useEffect((function(){!D&&p.hasClass(F.current,"p-inputwrapper-filled")&&p.removeClass(F.current,"p-inputwrapper-filled")}),[D]),o((function(){c.clear(H.current)}));var le,oe,ae,ue,ie,se,pe,ce=f("p-password p-component p-inputwrapper",{"p-inputwrapper-filled":D,"p-inputwrapper-focus":L,"p-input-icon-right":d.toggleMask},d.className),fe=f("p-password-input",d.inputClassName),me=s.findDiffKeys(d,E.defaultProps),de=function(){if(d.toggleMask){var t=M?"pi pi-eye-slash":"pi pi-eye",n=e.createElement("i",{className:t,onClick:q});if(d.icon)n=s.getJSXElement(d.icon,{onClick:q,className:t,element:n,props:d});return n}return null}(),ge=(le=f("p-password-panel p-component",d.panelClassName),ae=(oe=N||{strength:"",width:"0%"}).strength,ue=oe.width,ie=s.getJSXElement(d.header,d),se=s.getJSXElement(d.footer,d),pe=d.content?s.getJSXElement(d.content,d):e.createElement(e.Fragment,null,e.createElement("div",{className:"p-password-meter"},e.createElement("div",{className:"p-password-strength ".concat(ae),style:{width:ue}})),e.createElement("div",{className:"p-password-info ".concat(ae)},I)),e.createElement(i,{element:e.createElement(r,{nodeRef:H,classNames:"p-connected-overlay",in:R,timeout:{enter:120,exit:100},options:d.transitionOptions,unmountOnExit:!0,onEnter:W,onEntered:ee,onExit:te,onExited:ne},e.createElement("div",{ref:H,className:le,style:d.panelStyle,onClick:$},ie,pe,se)),appendTo:d.appendTo}));return e.createElement("div",{ref:F,id:d.id,className:ce,style:d.style},e.createElement(a,m({ref:J,id:d.inputId},me,{type:X,className:fe,style:d.inputStyle,onFocus:function(e){P(!0),d.feedback&&G(),d.onFocus&&d.onFocus(e)},onBlur:function(e){P(!1),d.feedback&&Q(),d.onBlur&&d.onBlur(e)},onKeyUp:function(e){var t=e.keyCode||e.which;if(d.feedback){var n=null,r=null;switch(re(e.target.value)){case 1:n=w,r={strength:"weak",width:"33.33%"};break;case 2:n=v,r={strength:"medium",width:"66.66%"};break;case 3:n=b,r={strength:"strong",width:"100%"};break;default:n=y,r=null}O(r),A(n),t&&!R&&G()}d.onKeyUp&&d.onKeyUp(e)},onInput:function(e,t){d.onInput&&d.onInput(e,t),d.onChange||(s.isNotEmpty(e.target.value)?p.addClass(F.current,"p-inputwrapper-filled"):p.removeClass(F.current,"p-inputwrapper-filled"))},tooltip:d.tooltip,tooltipOptions:d.tooltipOptions})),de,ge)})));E.displayName="Password",E.defaultProps={__TYPE:"Password",id:null,inputId:null,inputRef:null,promptLabel:null,weakLabel:null,mediumLabel:null,strongLabel:null,mediumRegex:"^(((?=.*[a-z])(?=.*[A-Z]))|((?=.*[a-z])(?=.*[0-9]))|((?=.*[A-Z])(?=.*[0-9])))(?=.{6,})",strongRegex:"^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.{8,})",feedback:!0,toggleMask:!1,appendTo:null,header:null,content:null,footer:null,icon:null,tooltip:null,tooltipOptions:null,style:null,className:null,inputStyle:null,inputClassName:null,panelStyle:null,panelClassName:null,transitionOptions:null,onInput:null,onShow:null,onHide:null};export{E as Password};
|
|
1
|
+
import*as e from"react";import t,{localeOption as n}from"primereact/api";import{CSSTransition as r}from"primereact/csstransition";import{useOverlayListener as l,useUnmountEffect as o}from"primereact/hooks";import{InputText as a}from"primereact/inputtext";import{OverlayService as u}from"primereact/overlayservice";import{Portal as i}from"primereact/portal";import{ObjectUtils as s,DomHandler as p,ZIndexUtils as c,classNames as f}from"primereact/utils";function m(){return m=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},m.apply(this,arguments)}function d(e){if(Array.isArray(e))return e}function g(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,l,o,a,u=[],i=!0,s=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;i=!1}else for(;!(i=(r=o.call(n)).done)&&(u.push(r.value),u.length!==t);i=!0);}catch(e){s=!0,l=e}finally{try{if(!i&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(s)throw l}}return u}}function y(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 w(e,t){if(e){if("string"==typeof e)return y(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)?y(e,t):void 0}}function v(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function h(e,t){return d(e)||g(e,t)||w(e,t)||v()}var E=e.memo(e.forwardRef((function(d,g){var y=d.promptLabel||n("passwordPrompt"),w=d.weakLabel||n("weak"),v=d.mediumLabel||n("medium"),b=d.strongLabel||n("strong"),k=h(e.useState(!1),2),R=k[0],x=k[1],S=h(e.useState(null),2),N=S[0],O=S[1],C=h(e.useState(y),2),I=C[0],A=C[1],j=h(e.useState(!1),2),L=j[0],P=j[1],T=h(e.useState(!1),2),M=T[0],z=T[1],F=e.useRef(null),H=e.useRef(null),J=e.useRef(d.inputRef),K=e.useRef(new RegExp(d.mediumRegex)),U=e.useRef(new RegExp(d.strongRegex)),X=M?"text":"password",Z=h(l({target:F,overlay:H,listener:function(e,t){t.valid&&Q()},when:R}),2),B=Z[0],V=Z[1],_=J.current&&J.current.value,D=e.useMemo((function(){return s.isNotEmpty(d.value)||s.isNotEmpty(d.defaultValue)||s.isNotEmpty(_)}),[d.value,d.defaultValue,_]),Y=function(){if(N){var e=null;switch(N.strength){case"weak":e=w;break;case"medium":e=v;break;case"strong":e=b}e&&I!==e&&A(e)}else I!==y&&A(y)},$=function(e){d.feedback&&u.emit("overlay-click",{originalEvent:e,target:F.current})},q=function(){z((function(e){return!e}))},G=function(){Y(),x(!0)},Q=function(){x(!1)},W=function(){c.set("overlay",H.current,t.autoZIndex,t.zIndex.overlay),J.current&&p.alignOverlay(H.current,J.current.parentElement,d.appendTo||t.appendTo)},ee=function(){B(),d.onShow&&d.onShow()},te=function(){V()},ne=function(){c.clear(H.current),d.onHide&&d.onHide()},re=function(e){return U.current.test(e)?3:K.current.test(e)?2:e.length?1:0};e.useImperativeHandle(g,(function(){return{props:d,focus:function(){return p.focus(J.current)},getElement:function(){return F.current},getOverlay:function(){return H.current},getInput:function(){return J.current}}})),e.useEffect((function(){s.combinedRefs(J,d.inputRef)}),[J,d.inputRef]),e.useEffect((function(){K.current=new RegExp(d.mediumRegex)}),[d.mediumRegex]),e.useEffect((function(){U.current=new RegExp(d.strongRegex)}),[d.strongRegex]),e.useEffect((function(){!D&&p.hasClass(F.current,"p-inputwrapper-filled")&&p.removeClass(F.current,"p-inputwrapper-filled")}),[D]),o((function(){c.clear(H.current)}));var le,oe,ae,ue,ie,se,pe,ce=f("p-password p-component p-inputwrapper",{"p-inputwrapper-filled":D,"p-inputwrapper-focus":L,"p-input-icon-right":d.toggleMask},d.className),fe=f("p-password-input",d.inputClassName),me=s.findDiffKeys(d,E.defaultProps),de=function(){if(d.toggleMask){var t=M?"pi pi-eye-slash":"pi pi-eye",n=e.createElement("i",{className:t,onClick:q});if(d.icon)n=s.getJSXElement(d.icon,{onClick:q,className:t,element:n,props:d});return n}return null}(),ge=(le=f("p-password-panel p-component",d.panelClassName,{"p-input-filled":"filled"===t.inputStyle,"p-ripple-disabled":!1===t.ripple}),ae=(oe=N||{strength:"",width:"0%"}).strength,ue=oe.width,ie=s.getJSXElement(d.header,d),se=s.getJSXElement(d.footer,d),pe=d.content?s.getJSXElement(d.content,d):e.createElement(e.Fragment,null,e.createElement("div",{className:"p-password-meter"},e.createElement("div",{className:"p-password-strength ".concat(ae),style:{width:ue}})),e.createElement("div",{className:"p-password-info ".concat(ae)},I)),e.createElement(i,{element:e.createElement(r,{nodeRef:H,classNames:"p-connected-overlay",in:R,timeout:{enter:120,exit:100},options:d.transitionOptions,unmountOnExit:!0,onEnter:W,onEntered:ee,onExit:te,onExited:ne},e.createElement("div",{ref:H,className:le,style:d.panelStyle,onClick:$},ie,pe,se)),appendTo:d.appendTo}));return e.createElement("div",{ref:F,id:d.id,className:ce,style:d.style},e.createElement(a,m({ref:J,id:d.inputId},me,{type:X,className:fe,style:d.inputStyle,onFocus:function(e){P(!0),d.feedback&&G(),d.onFocus&&d.onFocus(e)},onBlur:function(e){P(!1),d.feedback&&Q(),d.onBlur&&d.onBlur(e)},onKeyUp:function(e){var t=e.keyCode||e.which;if(d.feedback){var n=null,r=null;switch(re(e.target.value)){case 1:n=w,r={strength:"weak",width:"33.33%"};break;case 2:n=v,r={strength:"medium",width:"66.66%"};break;case 3:n=b,r={strength:"strong",width:"100%"};break;default:n=y,r=null}O(r),A(n),t&&!R&&G()}d.onKeyUp&&d.onKeyUp(e)},onInput:function(e,t){d.onInput&&d.onInput(e,t),d.onChange||(s.isNotEmpty(e.target.value)?p.addClass(F.current,"p-inputwrapper-filled"):p.removeClass(F.current,"p-inputwrapper-filled"))},tooltip:d.tooltip,tooltipOptions:d.tooltipOptions})),de,ge)})));E.displayName="Password",E.defaultProps={__TYPE:"Password",id:null,inputId:null,inputRef:null,promptLabel:null,weakLabel:null,mediumLabel:null,strongLabel:null,mediumRegex:"^(((?=.*[a-z])(?=.*[A-Z]))|((?=.*[a-z])(?=.*[0-9]))|((?=.*[A-Z])(?=.*[0-9])))(?=.{6,})",strongRegex:"^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.{8,})",feedback:!0,toggleMask:!1,appendTo:null,header:null,content:null,footer:null,icon:null,tooltip:null,tooltipOptions:null,style:null,className:null,inputStyle:null,inputClassName:null,panelStyle:null,panelClassName:null,transitionOptions:null,onInput:null,onShow:null,onHide:null};export{E as Password};
|
package/password/password.js
CHANGED
|
@@ -279,6 +279,9 @@ this.primereact.password = (function (exports, React, PrimeReact, csstransition,
|
|
|
279
279
|
React__namespace.useImperativeHandle(ref, function () {
|
|
280
280
|
return {
|
|
281
281
|
props: props,
|
|
282
|
+
focus: function focus() {
|
|
283
|
+
return utils.DomHandler.focus(inputRef.current);
|
|
284
|
+
},
|
|
282
285
|
getElement: function getElement() {
|
|
283
286
|
return elementRef.current;
|
|
284
287
|
},
|
|
@@ -328,7 +331,10 @@ this.primereact.password = (function (exports, React, PrimeReact, csstransition,
|
|
|
328
331
|
return null;
|
|
329
332
|
};
|
|
330
333
|
var createPanel = function createPanel() {
|
|
331
|
-
var panelClassName = utils.classNames('p-password-panel p-component', props.panelClassName
|
|
334
|
+
var panelClassName = utils.classNames('p-password-panel p-component', props.panelClassName, {
|
|
335
|
+
'p-input-filled': PrimeReact__default["default"].inputStyle === 'filled',
|
|
336
|
+
'p-ripple-disabled': PrimeReact__default["default"].ripple === false
|
|
337
|
+
});
|
|
332
338
|
var _ref2 = meterState || {
|
|
333
339
|
strength: '',
|
|
334
340
|
width: '0%'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.p-password{position:relative;display:inline-flex}.p-password-panel{position:absolute;top:0;left:0}.p-password .p-password-panel{min-width:100%}.p-password-meter{height:10px}.p-password-strength{height:100%;width:0;transition:width 1s ease-in-out}.p-fluid .p-password{display:flex}
|
|
1
|
+
.p-password{position:relative;display:inline-flex}.p-password-panel{position:absolute;top:0;left:0}.p-password .p-password-panel{min-width:100%}.p-password-meter{height:10px}.p-password-strength{height:100%;width:0;transition:width 1s ease-in-out}.p-fluid .p-password{display:flex}.p-password-input::-ms-reveal,.p-password-input::-ms-clear{display:none}
|