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,39 +1,358 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* This module contains the common options and events of Tooltip.
|
|
4
|
+
*
|
|
5
|
+
* @module tooltipoptions
|
|
6
|
+
*
|
|
7
|
+
*/
|
|
1
8
|
import * as React from 'react';
|
|
2
9
|
|
|
3
|
-
|
|
10
|
+
/**
|
|
11
|
+
* Custom tooltip event
|
|
12
|
+
* @event
|
|
13
|
+
*/
|
|
14
|
+
interface TooltipEvent {
|
|
15
|
+
/**
|
|
16
|
+
* Browser event
|
|
17
|
+
*/
|
|
18
|
+
originalEvent: React.SyntheticEvent;
|
|
19
|
+
/**
|
|
20
|
+
* Target element.
|
|
21
|
+
* @defaultValue current target
|
|
22
|
+
*/
|
|
23
|
+
target: HTMLElement;
|
|
24
|
+
}
|
|
4
25
|
|
|
5
|
-
|
|
26
|
+
/**
|
|
27
|
+
* Defines valid properties of TooltipOptions.
|
|
28
|
+
* @group Misc
|
|
29
|
+
*/
|
|
30
|
+
export interface TooltipOptions {
|
|
31
|
+
/**
|
|
32
|
+
* 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.
|
|
33
|
+
* @defaultValue document.body
|
|
34
|
+
*/
|
|
35
|
+
appendTo?: 'self' | HTMLElement | null | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* Defines which position on the target element to align the positioned tooltip.
|
|
38
|
+
*/
|
|
39
|
+
at?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* Whether to hide tooltip when hovering over tooltip content.
|
|
42
|
+
* @defaultValue true
|
|
43
|
+
*/
|
|
44
|
+
autoHide?: boolean | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* Whether to automatically manage layering.
|
|
47
|
+
* @defaultValue true
|
|
48
|
+
*/
|
|
49
|
+
autoZIndex?: boolean | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* Base zIndex value to use in layering.
|
|
52
|
+
* @defaultValue 0
|
|
53
|
+
*/
|
|
54
|
+
baseZIndex?: number | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* Style class of the tooltip.
|
|
57
|
+
*/
|
|
58
|
+
className?: string | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* When present, it specifies that the tooltip should be hidden.
|
|
61
|
+
* @defaultValue false
|
|
62
|
+
*/
|
|
63
|
+
disabled?: boolean | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* Event to show the tooltip.
|
|
66
|
+
* @defaultValue hover
|
|
67
|
+
*/
|
|
68
|
+
event?: 'hover' | 'focus' | 'both' | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* Delay to hide the tooltip in milliseconds.
|
|
71
|
+
* @defaultValue 0
|
|
72
|
+
*/
|
|
73
|
+
hideDelay?: number | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* Event to hide the tooltip if the event property is empty.
|
|
76
|
+
* @defaultValue mouseleave
|
|
77
|
+
*/
|
|
78
|
+
hideEvent?: string | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* Whether the tooltip will follow the mouse.
|
|
81
|
+
* @defaultValue false
|
|
82
|
+
*/
|
|
83
|
+
mouseTrack?: boolean | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* Defines left position of the tooltip in relation to the mouse when the mouseTrack is enabled.
|
|
86
|
+
* @defaultValue 5
|
|
87
|
+
*/
|
|
88
|
+
mouseTrackLeft?: number | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* Defines top position of the tooltip in relation to the mouse when the mouseTrack is enabled.
|
|
91
|
+
* @defaultValue 5
|
|
92
|
+
*/
|
|
93
|
+
mouseTrackTop?: number | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* Defines which position on the tooltip being positioned to align with the target element.
|
|
96
|
+
*/
|
|
97
|
+
my?: string | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* Position of the tooltip.
|
|
100
|
+
* @defaultValue right
|
|
101
|
+
*/
|
|
102
|
+
position?: 'top' | 'bottom' | 'left' | 'right' | 'mouse' | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* Delay to show the tooltip in milliseconds.
|
|
105
|
+
* @defaultValue 0
|
|
106
|
+
*/
|
|
107
|
+
showDelay?: number | undefined;
|
|
108
|
+
/**
|
|
109
|
+
* Event to show the tooltip if the event property is empty.
|
|
110
|
+
* @defaultValue mouseenter
|
|
111
|
+
*/
|
|
112
|
+
showEvent?: string | undefined;
|
|
113
|
+
/**
|
|
114
|
+
* Whether to show tooltip for disabled elements.
|
|
115
|
+
* @defaultValue false
|
|
116
|
+
*/
|
|
117
|
+
showOnDisabled?: boolean | undefined;
|
|
118
|
+
/**
|
|
119
|
+
* Style of the tooltip.
|
|
120
|
+
*/
|
|
121
|
+
style?: React.CSSProperties | undefined;
|
|
122
|
+
/**
|
|
123
|
+
* Delay to update the tooltip in milliseconds.
|
|
124
|
+
* @defaultValue 0
|
|
125
|
+
*/
|
|
126
|
+
updateDelay?: number | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* Callback to invoke before the tooltip is shown.
|
|
129
|
+
* @param {TooltipEvent} event - Browser event
|
|
130
|
+
*/
|
|
131
|
+
onBeforeShow?(event: TooltipEvent): void;
|
|
132
|
+
/**
|
|
133
|
+
* Callback to invoke before the tooltip is hidden.
|
|
134
|
+
* @param {TooltipEvent} event - Browser event
|
|
135
|
+
*/
|
|
136
|
+
onBeforeHide?(event: TooltipEvent): void;
|
|
137
|
+
/**
|
|
138
|
+
* Callback to invoke when the tooltip is shown.
|
|
139
|
+
* @param {TooltipEvent} event - Browser event
|
|
140
|
+
*/
|
|
141
|
+
onShow?(event: TooltipEvent): void;
|
|
142
|
+
/**
|
|
143
|
+
* Callback to invoke when the tooltip is hidden.
|
|
144
|
+
* @param {TooltipEvent} event - Browser event
|
|
145
|
+
*/
|
|
146
|
+
onHide?(event: TooltipEvent): void;
|
|
147
|
+
}
|
|
6
148
|
|
|
7
|
-
|
|
149
|
+
/**
|
|
150
|
+
* In addition to React.HTMLAttributes, the following attributes can be used on any HTMLElement if the page has a PrimeReact {@link tooltip} component.
|
|
151
|
+
* @group Misc
|
|
152
|
+
*/
|
|
8
153
|
|
|
9
|
-
interface
|
|
10
|
-
|
|
11
|
-
|
|
154
|
+
interface TooltipHTMLAttributes {
|
|
155
|
+
/**
|
|
156
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
157
|
+
*
|
|
158
|
+
* Content of the tooltip.*
|
|
159
|
+
*
|
|
160
|
+
* 
|
|
161
|
+
* ___
|
|
162
|
+
*
|
|
163
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
164
|
+
*/
|
|
165
|
+
'data-pr-tooltip'?: string | undefined;
|
|
166
|
+
/**
|
|
167
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
168
|
+
*
|
|
169
|
+
* When present, it specifies that the tooltip should be hidden.*
|
|
170
|
+
*
|
|
171
|
+
* 
|
|
172
|
+
* ___
|
|
173
|
+
*
|
|
174
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
175
|
+
*/
|
|
176
|
+
'data-pr-disabled'?: boolean | undefined;
|
|
177
|
+
/**
|
|
178
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
179
|
+
*
|
|
180
|
+
* Style class of the tooltip.*
|
|
181
|
+
*
|
|
182
|
+
* 
|
|
183
|
+
* ___
|
|
184
|
+
*
|
|
185
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
186
|
+
*/
|
|
187
|
+
'data-pr-classname'?: string | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
190
|
+
*
|
|
191
|
+
* Position of the tooltip.*
|
|
192
|
+
* @defaultValue right
|
|
193
|
+
*
|
|
194
|
+
* 
|
|
195
|
+
* ___
|
|
196
|
+
*
|
|
197
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
198
|
+
*/
|
|
199
|
+
'data-pr-position'?: 'top' | 'bottom' | 'left' | 'right' | 'mouse' | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
202
|
+
*
|
|
203
|
+
* Defines which position on the tooltip being positioned to align with the target element.*
|
|
204
|
+
*
|
|
205
|
+
* 
|
|
206
|
+
* ___
|
|
207
|
+
*
|
|
208
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
209
|
+
*/
|
|
210
|
+
'data-pr-my'?: string | undefined;
|
|
211
|
+
/**
|
|
212
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
213
|
+
*
|
|
214
|
+
* Defines which position on the target element to align the positioned tooltip.*
|
|
215
|
+
*
|
|
216
|
+
* 
|
|
217
|
+
* ___
|
|
218
|
+
*
|
|
219
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
220
|
+
*/
|
|
221
|
+
'data-pr-at'?: string | undefined;
|
|
222
|
+
/**
|
|
223
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
224
|
+
*
|
|
225
|
+
* Event to show the tooltip.*
|
|
226
|
+
* @defaultValue hover
|
|
227
|
+
*
|
|
228
|
+
* 
|
|
229
|
+
* ___
|
|
230
|
+
*
|
|
231
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
232
|
+
*/
|
|
233
|
+
'data-pr-event'?: 'hover' | 'focus' | 'both' | undefined;
|
|
234
|
+
/**
|
|
235
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
236
|
+
*
|
|
237
|
+
* Event to show the tooltip if the event property is empty.*
|
|
238
|
+
* @defaultValue mouseenter
|
|
239
|
+
*
|
|
240
|
+
* 
|
|
241
|
+
* ___
|
|
242
|
+
*
|
|
243
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
244
|
+
*/
|
|
245
|
+
'data-pr-showevent'?: string | undefined;
|
|
246
|
+
/**
|
|
247
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
248
|
+
*
|
|
249
|
+
* Event to hide the tooltip if the event property is empty.*
|
|
250
|
+
* @defaultValue mouseleave
|
|
251
|
+
*
|
|
252
|
+
* 
|
|
253
|
+
* ___
|
|
254
|
+
*
|
|
255
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
256
|
+
*/
|
|
257
|
+
'data-pr-hideevent'?: string | undefined;
|
|
258
|
+
/**
|
|
259
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
260
|
+
*
|
|
261
|
+
* Whether the tooltip will follow the mouse.*
|
|
262
|
+
* @defaultValue false
|
|
263
|
+
*
|
|
264
|
+
* 
|
|
265
|
+
* ___
|
|
266
|
+
*
|
|
267
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
268
|
+
*/
|
|
269
|
+
'data-pr-mousetrack'?: boolean | undefined;
|
|
270
|
+
/**
|
|
271
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
272
|
+
*
|
|
273
|
+
* Defines top position of the tooltip in relation to the mouse when the mouseTrack is enabled.*
|
|
274
|
+
* @defaultValue 5
|
|
275
|
+
*
|
|
276
|
+
* 
|
|
277
|
+
* ___
|
|
278
|
+
*
|
|
279
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
280
|
+
*/
|
|
281
|
+
'data-pr-mousetracktop'?: number | undefined;
|
|
282
|
+
/**
|
|
283
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
284
|
+
*
|
|
285
|
+
* Defines left position of the tooltip in relation to the mouse when the mouseTrack is enabled.*
|
|
286
|
+
* @defaultValue 5
|
|
287
|
+
*
|
|
288
|
+
* 
|
|
289
|
+
* ___
|
|
290
|
+
*
|
|
291
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
292
|
+
*/
|
|
293
|
+
'data-pr-mousetrackleft'?: number | undefined;
|
|
294
|
+
/**
|
|
295
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
296
|
+
*
|
|
297
|
+
* Delay to show the tooltip in milliseconds.*
|
|
298
|
+
* @defaultValue 0
|
|
299
|
+
*
|
|
300
|
+
* 
|
|
301
|
+
* ___
|
|
302
|
+
*
|
|
303
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
304
|
+
*/
|
|
305
|
+
'data-pr-showdelay'?: number | undefined;
|
|
306
|
+
/**
|
|
307
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
308
|
+
*
|
|
309
|
+
* Delay to update the tooltip in milliseconds.*
|
|
310
|
+
* @defaultValue 0
|
|
311
|
+
*
|
|
312
|
+
* 
|
|
313
|
+
* ___
|
|
314
|
+
*
|
|
315
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
316
|
+
*/
|
|
317
|
+
'data-pr-updatedelay'?: number | undefined;
|
|
318
|
+
/**
|
|
319
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
320
|
+
*
|
|
321
|
+
* Delay to hide the tooltip in milliseconds.*
|
|
322
|
+
* @defaultValue 0
|
|
323
|
+
*
|
|
324
|
+
* 
|
|
325
|
+
* ___
|
|
326
|
+
*
|
|
327
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
328
|
+
*/
|
|
329
|
+
'data-pr-hidedelay'?: number | undefined;
|
|
330
|
+
/**
|
|
331
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
332
|
+
*
|
|
333
|
+
* Whether to hide tooltip when hovering over tooltip content.*
|
|
334
|
+
* @defaultValue true
|
|
335
|
+
*
|
|
336
|
+
* 
|
|
337
|
+
* ___
|
|
338
|
+
*
|
|
339
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
340
|
+
*/
|
|
341
|
+
'data-pr-autohide'?: boolean | undefined;
|
|
342
|
+
/**
|
|
343
|
+
* **PrimeReact - TooltipHTMLAttributes**
|
|
344
|
+
*
|
|
345
|
+
* Whether to show tooltip for disabled elements.*
|
|
346
|
+
* @defaultValue false
|
|
347
|
+
*
|
|
348
|
+
* 
|
|
349
|
+
* ___
|
|
350
|
+
*
|
|
351
|
+
* _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
|
|
352
|
+
*/
|
|
353
|
+
'data-pr-showondisabled'?: boolean | undefined;
|
|
12
354
|
}
|
|
13
355
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
at?: string;
|
|
17
|
-
autoHide?: boolean;
|
|
18
|
-
autoZIndex?: boolean;
|
|
19
|
-
baseZIndex?: number;
|
|
20
|
-
className?: string;
|
|
21
|
-
disabled?: boolean;
|
|
22
|
-
event?: TooltipEventType;
|
|
23
|
-
hideDelay?: number;
|
|
24
|
-
hideEvent?: string;
|
|
25
|
-
mouseTrack?: boolean;
|
|
26
|
-
mouseTrackLeft?: number;
|
|
27
|
-
mouseTrackTop?: number;
|
|
28
|
-
my?: string;
|
|
29
|
-
position?: TooltipPositionType;
|
|
30
|
-
showDelay?: number;
|
|
31
|
-
showEvent?: string;
|
|
32
|
-
showOnDisabled?: boolean;
|
|
33
|
-
style?: React.CSSProperties;
|
|
34
|
-
updateDelay?: number;
|
|
35
|
-
onBeforeShow?(e: TooltipEventParams): void;
|
|
36
|
-
onBeforeHide?(e: TooltipEventParams): void;
|
|
37
|
-
onShow?(e: TooltipEventParams): void;
|
|
38
|
-
onHide?(e: TooltipEventParams): void;
|
|
356
|
+
declare module 'react' {
|
|
357
|
+
export interface HTMLAttributes<T> extends AriaAttributes, DOMAttributes<T>, TooltipHTMLAttributes {}
|
|
39
358
|
}
|