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,132 +1,424 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
type VirtualScrollerToType = 'to-start' | 'to-end';
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* VirtualScroller is a performant approach to handle huge data efficiently.
|
|
4
|
+
*
|
|
5
|
+
* [Live Demo](https://www.primefaces.org/primereact/virtualscroller/)
|
|
6
|
+
*
|
|
7
|
+
* @module virtualscroller
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
12
10
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
type VirtualScrollerLoaderIconTemplateType = React.ReactNode | ((options: VirtualScrollerLoaderIconTemplateOptions) => React.ReactNode);
|
|
16
|
-
|
|
17
|
-
type VirtualScrollerItemTemplateType = React.ReactNode | ((item: any, options: VirtualScrollerTemplateOptions) => React.ReactNode);
|
|
18
|
-
|
|
19
|
-
type VirtualScrollerContentTemplateType = React.ReactNode | ((options: VirtualScrollerContentTemplateOptions) => React.ReactNode);
|
|
20
|
-
|
|
21
|
-
type VirtualScrollerStateType = number | VirtualScrollerState;
|
|
22
|
-
|
|
23
|
-
type VirtualScrollerToIndexType = number | number[];
|
|
11
|
+
import * as React from 'react';
|
|
24
12
|
|
|
13
|
+
/**
|
|
14
|
+
* Custom virtual scroller options type.
|
|
15
|
+
* @group Misc
|
|
16
|
+
*/
|
|
25
17
|
interface VirtualScrollerOptionsType {
|
|
18
|
+
/**
|
|
19
|
+
* Left position of scroll.
|
|
20
|
+
*/
|
|
26
21
|
left: number;
|
|
22
|
+
/**
|
|
23
|
+
* Top position of scroll
|
|
24
|
+
*/
|
|
27
25
|
top: number;
|
|
28
|
-
|
|
26
|
+
/**
|
|
27
|
+
* Behavior of scroll, valid values are 'auto' and 'smooth'
|
|
28
|
+
*/
|
|
29
|
+
behavior: 'auto' | 'smooth';
|
|
29
30
|
}
|
|
30
31
|
|
|
32
|
+
/**
|
|
33
|
+
* Viewport rendered range.
|
|
34
|
+
* @group Misc
|
|
35
|
+
*/
|
|
31
36
|
interface VirtualScrollerViewportRenderedRange {
|
|
37
|
+
/**
|
|
38
|
+
* The first number of the current viewport.
|
|
39
|
+
*/
|
|
32
40
|
first: number;
|
|
41
|
+
/**
|
|
42
|
+
* The last number of the current viewport.
|
|
43
|
+
*/
|
|
33
44
|
last: number;
|
|
34
45
|
}
|
|
35
46
|
|
|
47
|
+
/**
|
|
48
|
+
* Virtual scroller rendered range.
|
|
49
|
+
* @group Misc
|
|
50
|
+
*/
|
|
36
51
|
interface VirtualScrollerRenderedRange {
|
|
52
|
+
/**
|
|
53
|
+
* First index of the new data range to be rendered.
|
|
54
|
+
*/
|
|
37
55
|
first: number;
|
|
56
|
+
/**
|
|
57
|
+
* Last index of the new data range to be rendered.
|
|
58
|
+
*/
|
|
38
59
|
last: number;
|
|
60
|
+
/**
|
|
61
|
+
* Viewport of the rendered range.
|
|
62
|
+
*/
|
|
39
63
|
viewport: VirtualScrollerViewportRenderedRange;
|
|
40
64
|
}
|
|
41
65
|
|
|
66
|
+
/**
|
|
67
|
+
* Custom virtual scroller state.
|
|
68
|
+
* @group Misc
|
|
69
|
+
*/
|
|
42
70
|
interface VirtualScrollerState {
|
|
71
|
+
/**
|
|
72
|
+
* Number of rows to be rendered.
|
|
73
|
+
*/
|
|
43
74
|
rows: number;
|
|
75
|
+
/**
|
|
76
|
+
* Number of columns to be rendered.
|
|
77
|
+
*/
|
|
44
78
|
cols: number;
|
|
45
79
|
}
|
|
46
80
|
|
|
81
|
+
/**
|
|
82
|
+
* Custom template options.
|
|
83
|
+
* @group Misc
|
|
84
|
+
*/
|
|
47
85
|
interface VirtualScrollerTemplateOptions {
|
|
86
|
+
/**
|
|
87
|
+
* Index of the item.
|
|
88
|
+
*/
|
|
48
89
|
index: number;
|
|
90
|
+
/**
|
|
91
|
+
* Total numbers of items.
|
|
92
|
+
*/
|
|
49
93
|
count: number;
|
|
94
|
+
/**
|
|
95
|
+
* Whether this is the first item.
|
|
96
|
+
*/
|
|
50
97
|
first: boolean;
|
|
98
|
+
/**
|
|
99
|
+
* Whether this is the last item.
|
|
100
|
+
*/
|
|
51
101
|
last: boolean;
|
|
102
|
+
/**
|
|
103
|
+
* Whether the index is even.
|
|
104
|
+
*/
|
|
52
105
|
even: boolean;
|
|
106
|
+
/**
|
|
107
|
+
* Whether the index is odd.
|
|
108
|
+
*/
|
|
53
109
|
odd: boolean;
|
|
110
|
+
/**
|
|
111
|
+
* The props of the virtual scroller.
|
|
112
|
+
*/
|
|
54
113
|
props: VirtualScrollerProps;
|
|
55
114
|
}
|
|
56
115
|
|
|
116
|
+
/**
|
|
117
|
+
* Custom template options.
|
|
118
|
+
* @extends VirtualScrollerTemplateOptions
|
|
119
|
+
*/
|
|
57
120
|
interface VirtualScrollerLoadingTemplateOptions extends VirtualScrollerTemplateOptions {
|
|
121
|
+
/**
|
|
122
|
+
* Total number of columns in a row in 'both' orientation mode in view.
|
|
123
|
+
*/
|
|
58
124
|
numCols: number;
|
|
125
|
+
/**
|
|
126
|
+
* Extra options.
|
|
127
|
+
*/
|
|
59
128
|
[key: string]: any;
|
|
60
129
|
}
|
|
61
130
|
|
|
131
|
+
/**
|
|
132
|
+
* Custom loader icon template props.
|
|
133
|
+
* @group Misc
|
|
134
|
+
*/
|
|
62
135
|
interface VirtualScrollerLoaderIconTemplateOptions {
|
|
136
|
+
/**
|
|
137
|
+
* Style class of the loader icon.
|
|
138
|
+
*/
|
|
63
139
|
className: string;
|
|
140
|
+
/**
|
|
141
|
+
* The JSX element that represents the loader icon.
|
|
142
|
+
*/
|
|
64
143
|
element: JSX.Element;
|
|
144
|
+
/**
|
|
145
|
+
* The props of the VirtualScroller component.
|
|
146
|
+
*/
|
|
65
147
|
props: VirtualScrollerProps;
|
|
66
148
|
}
|
|
67
149
|
|
|
150
|
+
/**
|
|
151
|
+
* Custom content template options.
|
|
152
|
+
* @group Misc
|
|
153
|
+
*/
|
|
68
154
|
interface VirtualScrollerContentTemplateOptions {
|
|
155
|
+
/**
|
|
156
|
+
* Style class of the wrapper element.
|
|
157
|
+
*/
|
|
69
158
|
className: string;
|
|
159
|
+
/**
|
|
160
|
+
* Ref of wrapper element.
|
|
161
|
+
*/
|
|
70
162
|
contentRef: any;
|
|
163
|
+
/**
|
|
164
|
+
* Ref of spacer element.
|
|
165
|
+
*/
|
|
71
166
|
spacerRef: any;
|
|
167
|
+
/**
|
|
168
|
+
* Ref of sticky element in content.
|
|
169
|
+
*/
|
|
72
170
|
stickyRef: any;
|
|
73
|
-
|
|
171
|
+
/**
|
|
172
|
+
* Loaded data.
|
|
173
|
+
*/
|
|
174
|
+
items: any[] | any[][] | undefined | null;
|
|
175
|
+
/**
|
|
176
|
+
* Information of any item.
|
|
177
|
+
* @param {number} index - Index of the template item.
|
|
178
|
+
*/
|
|
74
179
|
getItemOptions(index: number): VirtualScrollerTemplateOptions;
|
|
180
|
+
/**
|
|
181
|
+
* Items of wrapper element.
|
|
182
|
+
*/
|
|
75
183
|
children: any;
|
|
184
|
+
/**
|
|
185
|
+
* Default wrapper element.
|
|
186
|
+
*/
|
|
76
187
|
element: JSX.Element;
|
|
188
|
+
/**
|
|
189
|
+
* Props of VirtualScroller component.
|
|
190
|
+
*/
|
|
77
191
|
props: VirtualScrollerProps;
|
|
192
|
+
/**
|
|
193
|
+
* Whether the data is loaded.
|
|
194
|
+
*/
|
|
78
195
|
loading: boolean;
|
|
196
|
+
/**
|
|
197
|
+
* Information of any item during the loading.
|
|
198
|
+
* @param {number} index - Index of the item.
|
|
199
|
+
* @param {object} ext - The extra options to pass to the content.
|
|
200
|
+
*/
|
|
79
201
|
getLoaderOptions(index: number, ext?: object): VirtualScrollerLoadingTemplateOptions;
|
|
80
|
-
|
|
81
|
-
|
|
202
|
+
/**
|
|
203
|
+
* Template of loading item.
|
|
204
|
+
*/
|
|
205
|
+
loadingTemplate: React.ReactNode | ((options: VirtualScrollerLoadingTemplateOptions) => React.ReactNode);
|
|
206
|
+
/**
|
|
207
|
+
* The height/width of item according to orientation.
|
|
208
|
+
*/
|
|
209
|
+
itemSize: number | number[];
|
|
210
|
+
/**
|
|
211
|
+
* Rows of the virtual scroller.
|
|
212
|
+
*/
|
|
82
213
|
rows: any[];
|
|
214
|
+
/**
|
|
215
|
+
* Columns of the virtual scroller.
|
|
216
|
+
*/
|
|
83
217
|
columns: any[];
|
|
218
|
+
/**
|
|
219
|
+
* Whether the orientation is vertical.
|
|
220
|
+
*/
|
|
84
221
|
vertical: boolean;
|
|
222
|
+
/**
|
|
223
|
+
* Whether the orientation is horizontal.
|
|
224
|
+
*/
|
|
85
225
|
horizontal: boolean;
|
|
226
|
+
/**
|
|
227
|
+
* Whether the orientation is both.
|
|
228
|
+
*/
|
|
86
229
|
both: boolean;
|
|
87
230
|
}
|
|
88
231
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
232
|
+
/**
|
|
233
|
+
* Custom change event.
|
|
234
|
+
* @see {@link VirtualScrollerProps.onScrollIndexChange}
|
|
235
|
+
* @event
|
|
236
|
+
*/
|
|
237
|
+
interface VirtualScrollerChangeEvent {
|
|
238
|
+
/**
|
|
239
|
+
* First index of the new data range to be loaded.
|
|
240
|
+
*/
|
|
241
|
+
first: number | VirtualScrollerState;
|
|
242
|
+
/**
|
|
243
|
+
* Last index of the new data range to be loaded.
|
|
244
|
+
*/
|
|
245
|
+
last: number | VirtualScrollerState;
|
|
92
246
|
}
|
|
93
247
|
|
|
94
|
-
|
|
248
|
+
/**
|
|
249
|
+
* Custom lazy load event.
|
|
250
|
+
* @see {@link VirtualScrollerProps.onLazyLoad}
|
|
251
|
+
* @extends {VirtualScrollerChangeEvent}
|
|
252
|
+
* @event
|
|
253
|
+
*/
|
|
254
|
+
interface VirtualScrollerLazyEvent extends VirtualScrollerChangeEvent {}
|
|
95
255
|
|
|
256
|
+
/**
|
|
257
|
+
* Defines valid properties in VirtualScroller component.
|
|
258
|
+
* @group Properties
|
|
259
|
+
*/
|
|
96
260
|
export interface VirtualScrollerProps {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
261
|
+
/**
|
|
262
|
+
* Unique identifier of the element.
|
|
263
|
+
*/
|
|
264
|
+
id?: string | undefined;
|
|
265
|
+
/**
|
|
266
|
+
* Inline style of the component.
|
|
267
|
+
*/
|
|
268
|
+
style?: React.CSSProperties | undefined;
|
|
269
|
+
/**
|
|
270
|
+
* Style class of the component.
|
|
271
|
+
*/
|
|
272
|
+
className?: string | undefined;
|
|
273
|
+
/**
|
|
274
|
+
* An array of objects to display.
|
|
275
|
+
*/
|
|
276
|
+
items?: any[] | any[][] | undefined | null;
|
|
277
|
+
/**
|
|
278
|
+
* The height/width of item according to orientation.
|
|
279
|
+
*/
|
|
280
|
+
itemSize?: number | number[] | undefined;
|
|
281
|
+
/**
|
|
282
|
+
* Height of the scroll viewport.
|
|
283
|
+
*/
|
|
284
|
+
scrollHeight?: string | undefined;
|
|
285
|
+
/**
|
|
286
|
+
* Width of the scroll viewport.
|
|
287
|
+
*/
|
|
288
|
+
scrollWidth?: string | undefined;
|
|
289
|
+
/**
|
|
290
|
+
* The orientation of scrollbar, valid values are 'vertical', 'horizontal' and 'both'.
|
|
291
|
+
* @defaultValue 'vertical'
|
|
292
|
+
*/
|
|
293
|
+
orientation?: 'vertical' | 'horizontal' | 'both' | undefined;
|
|
294
|
+
/**
|
|
295
|
+
* Determines how many additional elements to add to the DOM outside of the view. According to the scrolls made up and down, extra items are added in a certain algorithm in the form of multiples of this number. Default value is half the number of items shown in the view.
|
|
296
|
+
*/
|
|
297
|
+
numToleratedItems?: number | undefined;
|
|
298
|
+
/**
|
|
299
|
+
* Delay in scroll before new data is loaded.
|
|
300
|
+
* @defaultValue 0
|
|
301
|
+
*/
|
|
302
|
+
delay?: number | undefined;
|
|
303
|
+
/**
|
|
304
|
+
* Delay after window's resize finishes.
|
|
305
|
+
* @defaultValue 10
|
|
306
|
+
*/
|
|
307
|
+
resizeDelay?: number | undefined;
|
|
308
|
+
/**
|
|
309
|
+
* Defines if data is loaded and interacted with in lazy manner.
|
|
310
|
+
* @defaultValue false
|
|
311
|
+
*/
|
|
312
|
+
lazy?: boolean | undefined;
|
|
313
|
+
/**
|
|
314
|
+
* If disabled, the VirtualScroller feature is eliminated and the content is displayed directly.
|
|
315
|
+
* @defaultValue false
|
|
316
|
+
*/
|
|
317
|
+
disabled?: boolean | undefined;
|
|
318
|
+
/**
|
|
319
|
+
* Used to implement a custom loader instead of using the loader feature in the VirtualScroller.
|
|
320
|
+
* @defaultValue false
|
|
321
|
+
*/
|
|
322
|
+
loaderDisabled?: boolean | undefined;
|
|
323
|
+
/**
|
|
324
|
+
* Columns of the virtual scroller for vertical option.
|
|
325
|
+
*/
|
|
326
|
+
columns?: any | undefined;
|
|
327
|
+
/**
|
|
328
|
+
* Whether the data is loaded.
|
|
329
|
+
* @defaultValue false
|
|
330
|
+
*/
|
|
331
|
+
loading?: boolean | undefined;
|
|
332
|
+
/**
|
|
333
|
+
* Whether to dynamically change the height or width of scrollable container.
|
|
334
|
+
* @defaultValue false
|
|
335
|
+
*/
|
|
336
|
+
autoSize?: boolean | undefined;
|
|
337
|
+
/**
|
|
338
|
+
* Used to implement a custom spacer instead of using the spacer feature in the VirtualScroller.
|
|
339
|
+
* @defaultValue true
|
|
340
|
+
*/
|
|
341
|
+
showSpacer?: boolean | undefined;
|
|
342
|
+
/**
|
|
343
|
+
* Whether to show loader.
|
|
344
|
+
* @defaultValue false
|
|
345
|
+
*/
|
|
346
|
+
showLoader?: boolean | undefined;
|
|
347
|
+
/**
|
|
348
|
+
* The template of loader.
|
|
349
|
+
*/
|
|
350
|
+
loadingTemplate?: React.ReactNode | ((options: VirtualScrollerLoadingTemplateOptions) => React.ReactNode);
|
|
351
|
+
/**
|
|
352
|
+
* The template of loader's icon.
|
|
353
|
+
*/
|
|
354
|
+
loaderIconTemplate?: React.ReactNode | ((options: VirtualScrollerLoaderIconTemplateOptions) => React.ReactNode);
|
|
355
|
+
/**
|
|
356
|
+
* The template of item.
|
|
357
|
+
*/
|
|
358
|
+
itemTemplate?: React.ReactNode | ((item: any, options: VirtualScrollerTemplateOptions) => React.ReactNode);
|
|
359
|
+
/**
|
|
360
|
+
* The template of item's wrapper element.
|
|
361
|
+
*/
|
|
362
|
+
contentTemplate?: React.ReactNode | ((options: VirtualScrollerContentTemplateOptions) => React.ReactNode);
|
|
363
|
+
/**
|
|
364
|
+
* Callback to invoke when scroll position changes.
|
|
365
|
+
* @param {React.UIEvent<HTMLElement>} event - Browser event
|
|
366
|
+
*/
|
|
367
|
+
onScroll?(event: React.UIEvent<HTMLElement>): void;
|
|
368
|
+
/**
|
|
369
|
+
* Callback to invoke when scroll position and item's range in view changes.
|
|
370
|
+
* @param {VirtualScrollerChangeEvent} event - Custom change event
|
|
371
|
+
*/
|
|
372
|
+
onScrollIndexChange?(event: VirtualScrollerChangeEvent): void;
|
|
373
|
+
/**
|
|
374
|
+
* Callback to invoke in lazy mode to load new data.
|
|
375
|
+
* @param {VirtualScrollerLazyEvent} event - Custom lazy load event.
|
|
376
|
+
*/
|
|
377
|
+
onLazyLoad?(event: VirtualScrollerLazyEvent): void;
|
|
378
|
+
/**
|
|
379
|
+
* Used to get the child elements of the component.
|
|
380
|
+
* @readonly
|
|
381
|
+
*/
|
|
382
|
+
children?: React.ReactNode | undefined;
|
|
124
383
|
}
|
|
125
384
|
|
|
385
|
+
/**
|
|
386
|
+
* **PrimeReact - VirtualScroller**
|
|
387
|
+
*
|
|
388
|
+
* _VirtualScroller is a performant approach to handle huge data efficiently._
|
|
389
|
+
*
|
|
390
|
+
* [Live Demo](https://www.primefaces.org/primereact/virtualscroller/)
|
|
391
|
+
* --- ---
|
|
392
|
+
* 
|
|
393
|
+
*
|
|
394
|
+
* @group Component
|
|
395
|
+
*/
|
|
126
396
|
export declare class VirtualScroller extends React.Component<VirtualScrollerProps, any> {
|
|
397
|
+
/**
|
|
398
|
+
* Returns the reference of virtualScroller's container.
|
|
399
|
+
* @return {React.Ref<HTMLDivElement>} Ref Div element
|
|
400
|
+
*/
|
|
127
401
|
public getElementRef(): React.Ref<HTMLDivElement>;
|
|
402
|
+
/**
|
|
403
|
+
* Scroll to move to a specific position.
|
|
404
|
+
* @param {VirtualScrollerOptionsType} options - Custom virtual scroller options.
|
|
405
|
+
*/
|
|
128
406
|
public scrollTo(options: VirtualScrollerOptionsType): void;
|
|
129
|
-
|
|
130
|
-
|
|
407
|
+
/**
|
|
408
|
+
* Scroll to move to a specific item.
|
|
409
|
+
* @param {number} index - Index of item according to orientation mode.
|
|
410
|
+
* @param {'auto' | 'smooth'} behavior - Behavior of scroll, valid values are 'auto' and 'smooth'
|
|
411
|
+
*/
|
|
412
|
+
public scrollToIndex(index: number | number[], behavior?: 'auto' | 'smooth'): void;
|
|
413
|
+
/**
|
|
414
|
+
* It is used to move the specified index into the view. It is a method that will usually be needed when keyboard support is added to the virtualScroller component.
|
|
415
|
+
* @param {number} index - Index of item according to orientation mode.
|
|
416
|
+
* @param {'to-start' | 'to-end'} to - Defines the location of the item in view, valid values are 'to-start' and 'to-end'.
|
|
417
|
+
* @param {'auto' | 'smooth'} behavior - Behavior of scroll, valid values are 'auto' and 'smooth'
|
|
418
|
+
*/
|
|
419
|
+
public scrollInView(index: number | number[], to: 'to-start' | 'to-end', behavior?: 'auto' | 'smooth'): void;
|
|
420
|
+
/**
|
|
421
|
+
* Returns the range of items added to the DOM.
|
|
422
|
+
*/
|
|
131
423
|
public getRenderedRange(): VirtualScrollerRenderedRange;
|
|
132
424
|
}
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"framework": "React",
|
|
3
3
|
"name": "PrimeReact",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "9.0.0-beta-1",
|
|
5
5
|
"tags": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Accordion",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"module": "PrimeReact",
|
|
173
173
|
"symbol": "AutoComplete"
|
|
174
174
|
},
|
|
175
|
-
"description": "AutoComplete is an input component that provides real-time suggestions
|
|
175
|
+
"description": "AutoComplete is an input component that provides real-time suggestions while being typed.",
|
|
176
176
|
"doc-url": "https://primefaces.org/primereact/showcase/#/autocomplete",
|
|
177
177
|
"props": [
|
|
178
178
|
{
|
|
@@ -12102,13 +12102,31 @@
|
|
|
12102
12102
|
"name": "left",
|
|
12103
12103
|
"type": "any",
|
|
12104
12104
|
"default": "null",
|
|
12105
|
-
"description": "The template of left
|
|
12105
|
+
"description": "The template of left section."
|
|
12106
12106
|
},
|
|
12107
12107
|
{
|
|
12108
12108
|
"name": "right",
|
|
12109
12109
|
"type": "any",
|
|
12110
12110
|
"default": "null",
|
|
12111
|
-
"description": "The template of right
|
|
12111
|
+
"description": "The template of right section"
|
|
12112
|
+
},
|
|
12113
|
+
{
|
|
12114
|
+
"name": "start",
|
|
12115
|
+
"type": "any",
|
|
12116
|
+
"default": "null",
|
|
12117
|
+
"description": "The template of start section."
|
|
12118
|
+
},
|
|
12119
|
+
{
|
|
12120
|
+
"name": "center",
|
|
12121
|
+
"type": "any",
|
|
12122
|
+
"default": "null",
|
|
12123
|
+
"description": "The template of center section."
|
|
12124
|
+
},
|
|
12125
|
+
{
|
|
12126
|
+
"name": "end",
|
|
12127
|
+
"type": "any",
|
|
12128
|
+
"default": "null",
|
|
12129
|
+
"description": "The template of end section."
|
|
12112
12130
|
}
|
|
12113
12131
|
],
|
|
12114
12132
|
"events": []
|