primereact 9.5.0 → 9.6.0
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.cjs.js +2 -1
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.esm.js +3 -2
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +2 -1
- package/accordion/accordion.min.js +1 -1
- package/api/api.cjs.js +214 -3
- package/api/api.cjs.min.js +1 -1
- package/api/api.d.ts +876 -3
- package/api/api.esm.js +209 -4
- package/api/api.esm.min.js +1 -1
- package/api/api.js +215 -5
- package/api/api.min.js +1 -1
- package/autocomplete/autocomplete.cjs.js +132 -91
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.d.ts +134 -2
- package/autocomplete/autocomplete.esm.js +134 -93
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +133 -93
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/avatar.cjs.js +3 -1
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.d.ts +1 -1
- package/avatar/avatar.esm.js +3 -1
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +4 -3
- package/avatar/avatar.min.js +1 -1
- package/avatargroup/avatargroup.cjs.js +3 -1
- package/avatargroup/avatargroup.cjs.min.js +1 -1
- package/avatargroup/avatargroup.esm.js +3 -1
- package/avatargroup/avatargroup.esm.min.js +1 -1
- package/avatargroup/avatargroup.js +4 -3
- package/avatargroup/avatargroup.min.js +1 -1
- package/badge/badge.cjs.js +3 -1
- package/badge/badge.cjs.min.js +1 -1
- package/badge/badge.esm.js +3 -1
- package/badge/badge.esm.min.js +1 -1
- package/badge/badge.js +4 -3
- package/badge/badge.min.js +1 -1
- package/blockui/blockui.cjs.js +4 -3
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +4 -3
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +5 -4
- package/blockui/blockui.min.js +1 -1
- package/breadcrumb/breadcrumb.cjs.js +11 -4
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +11 -4
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +11 -5
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/button.cjs.js +6 -2
- package/button/button.cjs.min.js +1 -1
- package/button/button.d.ts +6 -0
- package/button/button.esm.js +6 -2
- package/button/button.esm.min.js +1 -1
- package/button/button.js +7 -4
- package/button/button.min.js +1 -1
- package/calendar/calendar.cjs.js +320 -228
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.d.ts +267 -1
- package/calendar/calendar.esm.js +322 -230
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +321 -230
- package/calendar/calendar.min.js +1 -1
- package/card/card.cjs.js +3 -1
- package/card/card.cjs.min.js +1 -1
- package/card/card.d.ts +5 -11
- package/card/card.esm.js +3 -1
- package/card/card.esm.min.js +1 -1
- package/card/card.js +4 -3
- package/card/card.min.js +1 -1
- package/carousel/carousel.cjs.js +19 -10
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.d.ts +8 -0
- package/carousel/carousel.esm.js +20 -11
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +19 -10
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/cascadeselect.cjs.js +154 -85
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.d.ts +95 -1
- package/cascadeselect/cascadeselect.esm.js +156 -87
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +154 -86
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/chart.cjs.js +3 -1
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.esm.js +3 -1
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +4 -3
- package/chart/chart.min.js +1 -1
- package/checkbox/checkbox.cjs.js +93 -34
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.d.ts +60 -1
- package/checkbox/checkbox.esm.js +94 -35
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +93 -36
- package/checkbox/checkbox.min.js +1 -1
- package/chip/chip.cjs.js +3 -1
- package/chip/chip.cjs.min.js +1 -1
- package/chip/chip.d.ts +1 -1
- package/chip/chip.esm.js +3 -1
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +4 -3
- package/chip/chip.min.js +1 -1
- package/chips/chips.cjs.js +60 -38
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.d.ts +73 -6
- package/chips/chips.esm.js +61 -39
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +60 -40
- package/chips/chips.min.js +1 -1
- package/colorpicker/colorpicker.cjs.js +119 -49
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.d.ts +76 -0
- package/colorpicker/colorpicker.esm.js +121 -51
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +120 -51
- package/colorpicker/colorpicker.min.js +1 -1
- package/column/column.cjs.js +2 -0
- package/column/column.d.ts +298 -1
- package/column/column.esm.js +2 -0
- package/column/column.js +2 -0
- package/columngroup/columngroup.d.ts +28 -0
- package/componentbase/componentbase.cjs.js +29 -5
- package/componentbase/componentbase.cjs.min.js +1 -1
- package/componentbase/componentbase.esm.js +25 -5
- package/componentbase/componentbase.esm.min.js +1 -1
- package/componentbase/componentbase.js +30 -7
- package/componentbase/componentbase.min.js +1 -1
- package/confirmdialog/confirmdialog.cjs.js +2 -1
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +3 -2
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +2 -1
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/confirmpopup.cjs.js +5 -4
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +6 -5
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +5 -4
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/contextmenu.cjs.js +10 -8
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +11 -9
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +10 -8
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +1165 -585
- package/core/core.min.js +47 -47
- package/csstransition/csstransition.cjs.js +3 -2
- package/csstransition/csstransition.cjs.min.js +1 -1
- package/csstransition/csstransition.esm.js +3 -2
- package/csstransition/csstransition.esm.min.js +1 -1
- package/csstransition/csstransition.js +4 -3
- package/csstransition/csstransition.min.js +1 -1
- package/datascroller/datascroller.cjs.js +34 -43
- package/datascroller/datascroller.cjs.min.js +1 -1
- package/datascroller/datascroller.d.ts +51 -1
- package/datascroller/datascroller.esm.js +36 -45
- package/datascroller/datascroller.esm.min.js +1 -1
- package/datascroller/datascroller.js +35 -45
- package/datascroller/datascroller.min.js +1 -1
- package/datatable/datatable.cjs.js +911 -477
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +191 -3
- package/datatable/datatable.esm.js +913 -479
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +912 -479
- package/datatable/datatable.min.js +1 -1
- package/dataview/dataview.cjs.js +125 -109
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.d.ts +105 -2
- package/dataview/dataview.esm.js +127 -111
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +123 -108
- package/dataview/dataview.min.js +1 -1
- package/deferredcontent/deferredcontent.cjs.js +3 -1
- package/deferredcontent/deferredcontent.cjs.min.js +1 -1
- package/deferredcontent/deferredcontent.esm.js +3 -1
- package/deferredcontent/deferredcontent.esm.min.js +1 -1
- package/deferredcontent/deferredcontent.js +4 -3
- package/deferredcontent/deferredcontent.min.js +1 -1
- package/dialog/dialog.cjs.js +6 -5
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +7 -6
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +6 -5
- package/dialog/dialog.min.js +1 -1
- package/divider/divider.cjs.js +3 -1
- package/divider/divider.cjs.min.js +1 -1
- package/divider/divider.esm.js +3 -1
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +4 -3
- package/divider/divider.min.js +1 -1
- package/dock/dock.cjs.js +3 -1
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +3 -1
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +4 -3
- package/dock/dock.min.js +1 -1
- package/dropdown/dropdown.cjs.js +169 -119
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.d.ts +154 -2
- package/dropdown/dropdown.esm.js +171 -121
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +170 -121
- package/dropdown/dropdown.min.js +1 -1
- package/editor/editor.cjs.js +95 -116
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.d.ts +50 -0
- package/editor/editor.esm.js +96 -117
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +95 -118
- package/editor/editor.min.js +1 -1
- package/fieldset/fieldset.cjs.js +3 -1
- package/fieldset/fieldset.cjs.min.js +1 -1
- package/fieldset/fieldset.esm.js +3 -1
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +4 -3
- package/fieldset/fieldset.min.js +1 -1
- package/fileupload/fileupload.cjs.js +67 -55
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.d.ts +13 -3
- package/fileupload/fileupload.esm.js +68 -56
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +64 -52
- package/fileupload/fileupload.min.js +1 -1
- package/galleria/galleria.cjs.js +8 -6
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +9 -7
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +8 -6
- package/galleria/galleria.min.js +1 -1
- package/hooks/hooks.cjs.js +6 -3
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.esm.js +7 -4
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +6 -3
- package/hooks/hooks.min.js +1 -1
- package/icons/arrowdown/index.cjs.js +6 -1
- package/icons/arrowdown/index.cjs.min.js +1 -1
- package/icons/arrowdown/index.esm.js +6 -1
- package/icons/arrowdown/index.esm.min.js +1 -1
- package/icons/arrowdown/index.js +6 -1
- package/icons/arrowdown/index.min.js +1 -1
- package/icons/arrowup/index.cjs.js +6 -1
- package/icons/arrowup/index.cjs.min.js +1 -1
- package/icons/arrowup/index.esm.js +6 -1
- package/icons/arrowup/index.esm.min.js +1 -1
- package/icons/arrowup/index.js +6 -1
- package/icons/arrowup/index.min.js +1 -1
- package/icons/ban/index.cjs.js +6 -1
- package/icons/ban/index.cjs.min.js +1 -1
- package/icons/ban/index.esm.js +6 -1
- package/icons/ban/index.esm.min.js +1 -1
- package/icons/ban/index.js +6 -1
- package/icons/ban/index.min.js +1 -1
- package/icons/download/index.cjs.js +6 -1
- package/icons/download/index.cjs.min.js +1 -1
- package/icons/download/index.esm.js +6 -1
- package/icons/download/index.esm.min.js +1 -1
- package/icons/download/index.js +6 -1
- package/icons/download/index.min.js +1 -1
- package/icons/exclamationtriangle/index.cjs.js +6 -1
- package/icons/exclamationtriangle/index.cjs.min.js +1 -1
- package/icons/exclamationtriangle/index.esm.js +6 -1
- package/icons/exclamationtriangle/index.esm.min.js +1 -1
- package/icons/exclamationtriangle/index.js +6 -1
- package/icons/exclamationtriangle/index.min.js +1 -1
- package/icons/eyeslash/index.cjs.js +6 -1
- package/icons/eyeslash/index.cjs.min.js +1 -1
- package/icons/eyeslash/index.esm.js +6 -1
- package/icons/eyeslash/index.esm.min.js +1 -1
- package/icons/eyeslash/index.js +6 -1
- package/icons/eyeslash/index.min.js +1 -1
- package/icons/filter/index.cjs.js +6 -1
- package/icons/filter/index.cjs.min.js +1 -1
- package/icons/filter/index.esm.js +6 -1
- package/icons/filter/index.esm.min.js +1 -1
- package/icons/filter/index.js +6 -1
- package/icons/filter/index.min.js +1 -1
- package/icons/filterslash/index.cjs.js +6 -1
- package/icons/filterslash/index.cjs.min.js +1 -1
- package/icons/filterslash/index.esm.js +6 -1
- package/icons/filterslash/index.esm.min.js +1 -1
- package/icons/filterslash/index.js +6 -1
- package/icons/filterslash/index.min.js +1 -1
- package/icons/infocircle/index.cjs.js +6 -1
- package/icons/infocircle/index.cjs.min.js +1 -1
- package/icons/infocircle/index.esm.js +6 -1
- package/icons/infocircle/index.esm.min.js +1 -1
- package/icons/infocircle/index.js +6 -1
- package/icons/infocircle/index.min.js +1 -1
- package/icons/pencil/index.cjs.js +6 -1
- package/icons/pencil/index.cjs.min.js +1 -1
- package/icons/pencil/index.esm.js +6 -1
- package/icons/pencil/index.esm.min.js +1 -1
- package/icons/pencil/index.js +6 -1
- package/icons/pencil/index.min.js +1 -1
- package/icons/plus/index.cjs.js +6 -1
- package/icons/plus/index.cjs.min.js +1 -1
- package/icons/plus/index.esm.js +6 -1
- package/icons/plus/index.esm.min.js +1 -1
- package/icons/plus/index.js +6 -1
- package/icons/plus/index.min.js +1 -1
- package/icons/refresh/index.cjs.js +6 -1
- package/icons/refresh/index.cjs.min.js +1 -1
- package/icons/refresh/index.esm.js +6 -1
- package/icons/refresh/index.esm.min.js +1 -1
- package/icons/refresh/index.js +6 -1
- package/icons/refresh/index.min.js +1 -1
- package/icons/search/index.cjs.js +6 -1
- package/icons/search/index.cjs.min.js +1 -1
- package/icons/search/index.esm.js +6 -1
- package/icons/search/index.esm.min.js +1 -1
- package/icons/search/index.js +6 -1
- package/icons/search/index.min.js +1 -1
- package/icons/searchminus/index.cjs.js +6 -1
- package/icons/searchminus/index.cjs.min.js +1 -1
- package/icons/searchminus/index.esm.js +6 -1
- package/icons/searchminus/index.esm.min.js +1 -1
- package/icons/searchminus/index.js +6 -1
- package/icons/searchminus/index.min.js +1 -1
- package/icons/searchplus/index.cjs.js +6 -1
- package/icons/searchplus/index.cjs.min.js +1 -1
- package/icons/searchplus/index.esm.js +6 -1
- package/icons/searchplus/index.esm.min.js +1 -1
- package/icons/searchplus/index.js +6 -1
- package/icons/searchplus/index.min.js +1 -1
- package/icons/sortalt/index.cjs.js +6 -1
- package/icons/sortalt/index.cjs.min.js +1 -1
- package/icons/sortalt/index.esm.js +6 -1
- package/icons/sortalt/index.esm.min.js +1 -1
- package/icons/sortalt/index.js +6 -1
- package/icons/sortalt/index.min.js +1 -1
- package/icons/sortamountdown/index.cjs.js +6 -1
- package/icons/sortamountdown/index.cjs.min.js +1 -1
- package/icons/sortamountdown/index.esm.js +6 -1
- package/icons/sortamountdown/index.esm.min.js +1 -1
- package/icons/sortamountdown/index.js +6 -1
- package/icons/sortamountdown/index.min.js +1 -1
- package/icons/sortamountupalt/index.cjs.js +6 -1
- package/icons/sortamountupalt/index.cjs.min.js +1 -1
- package/icons/sortamountupalt/index.esm.js +6 -1
- package/icons/sortamountupalt/index.esm.min.js +1 -1
- package/icons/sortamountupalt/index.js +6 -1
- package/icons/sortamountupalt/index.min.js +1 -1
- package/icons/spinner/index.cjs.js +6 -1
- package/icons/spinner/index.cjs.min.js +1 -1
- package/icons/spinner/index.esm.js +6 -1
- package/icons/spinner/index.esm.min.js +1 -1
- package/icons/spinner/index.js +6 -1
- package/icons/spinner/index.min.js +1 -1
- package/icons/star/index.cjs.js +6 -1
- package/icons/star/index.cjs.min.js +1 -1
- package/icons/star/index.esm.js +6 -1
- package/icons/star/index.esm.min.js +1 -1
- package/icons/star/index.js +6 -1
- package/icons/star/index.min.js +1 -1
- package/icons/starfill/index.cjs.js +6 -1
- package/icons/starfill/index.cjs.min.js +1 -1
- package/icons/starfill/index.esm.js +6 -1
- package/icons/starfill/index.esm.min.js +1 -1
- package/icons/starfill/index.js +6 -1
- package/icons/starfill/index.min.js +1 -1
- package/icons/thlarge/index.cjs.js +6 -1
- package/icons/thlarge/index.cjs.min.js +1 -1
- package/icons/thlarge/index.esm.js +6 -1
- package/icons/thlarge/index.esm.min.js +1 -1
- package/icons/thlarge/index.js +6 -1
- package/icons/thlarge/index.min.js +1 -1
- package/icons/timescircle/index.cjs.js +6 -1
- package/icons/timescircle/index.cjs.min.js +1 -1
- package/icons/timescircle/index.esm.js +6 -1
- package/icons/timescircle/index.esm.min.js +1 -1
- package/icons/timescircle/index.js +6 -1
- package/icons/timescircle/index.min.js +1 -1
- package/icons/trash/index.cjs.js +6 -1
- package/icons/trash/index.cjs.min.js +1 -1
- package/icons/trash/index.esm.js +6 -1
- package/icons/trash/index.esm.min.js +1 -1
- package/icons/trash/index.js +6 -1
- package/icons/trash/index.min.js +1 -1
- package/icons/undo/index.cjs.js +6 -1
- package/icons/undo/index.cjs.min.js +1 -1
- package/icons/undo/index.esm.js +6 -1
- package/icons/undo/index.esm.min.js +1 -1
- package/icons/undo/index.js +6 -1
- package/icons/undo/index.min.js +1 -1
- package/icons/upload/index.cjs.js +6 -1
- package/icons/upload/index.cjs.min.js +1 -1
- package/icons/upload/index.esm.js +6 -1
- package/icons/upload/index.esm.min.js +1 -1
- package/icons/upload/index.js +6 -1
- package/icons/upload/index.min.js +1 -1
- package/icons/windowmaximize/index.cjs.js +6 -1
- package/icons/windowmaximize/index.cjs.min.js +1 -1
- package/icons/windowmaximize/index.esm.js +6 -1
- package/icons/windowmaximize/index.esm.min.js +1 -1
- package/icons/windowmaximize/index.js +6 -1
- package/icons/windowmaximize/index.min.js +1 -1
- package/icons/windowminimize/index.cjs.js +6 -1
- package/icons/windowminimize/index.cjs.min.js +1 -1
- package/icons/windowminimize/index.esm.js +6 -1
- package/icons/windowminimize/index.esm.min.js +1 -1
- package/icons/windowminimize/index.js +6 -1
- package/icons/windowminimize/index.min.js +1 -1
- package/image/image.cjs.js +9 -3
- package/image/image.cjs.min.js +1 -1
- package/image/image.d.ts +2 -2
- package/image/image.esm.js +10 -4
- package/image/image.esm.min.js +1 -1
- package/image/image.js +9 -3
- package/image/image.min.css +1 -1
- package/image/image.min.js +1 -1
- package/inplace/inplace.cjs.js +2 -1
- package/inplace/inplace.cjs.min.js +1 -1
- package/inplace/inplace.esm.js +3 -2
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +2 -1
- package/inplace/inplace.min.js +1 -1
- package/inputmask/inputmask.cjs.js +8 -10
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.d.ts +7 -2
- package/inputmask/inputmask.esm.js +9 -11
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +8 -12
- package/inputmask/inputmask.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +68 -46
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.d.ts +62 -1
- package/inputnumber/inputnumber.esm.js +66 -47
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +68 -48
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/inputswitch.cjs.js +77 -25
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.d.ts +56 -0
- package/inputswitch/inputswitch.esm.js +78 -26
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +77 -27
- package/inputswitch/inputswitch.min.js +1 -1
- package/inputtext/inputtext.cjs.js +25 -15
- package/inputtext/inputtext.cjs.min.js +1 -1
- package/inputtext/inputtext.d.ts +32 -0
- package/inputtext/inputtext.esm.js +26 -16
- package/inputtext/inputtext.esm.min.js +1 -1
- package/inputtext/inputtext.js +25 -17
- package/inputtext/inputtext.min.js +1 -1
- package/inputtextarea/inputtextarea.cjs.js +25 -15
- package/inputtextarea/inputtextarea.cjs.min.js +1 -1
- package/inputtextarea/inputtextarea.d.ts +33 -1
- package/inputtextarea/inputtextarea.esm.js +26 -16
- package/inputtextarea/inputtextarea.esm.min.js +1 -1
- package/inputtextarea/inputtextarea.js +25 -17
- package/inputtextarea/inputtextarea.min.js +1 -1
- package/keyfilter/keyfilter.cjs.js +25 -9
- package/keyfilter/keyfilter.cjs.min.js +1 -1
- package/keyfilter/keyfilter.esm.js +25 -9
- package/keyfilter/keyfilter.esm.min.js +1 -1
- package/keyfilter/keyfilter.js +25 -11
- package/keyfilter/keyfilter.min.js +1 -1
- package/knob/knob.cjs.js +44 -43
- package/knob/knob.cjs.min.js +1 -1
- package/knob/knob.d.ts +42 -0
- package/knob/knob.esm.js +45 -44
- package/knob/knob.esm.min.js +1 -1
- package/knob/knob.js +44 -45
- package/knob/knob.min.js +1 -1
- package/listbox/listbox.cjs.js +86 -56
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.d.ts +103 -3
- package/listbox/listbox.esm.js +88 -58
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +86 -57
- package/listbox/listbox.min.js +1 -1
- package/megamenu/megamenu.cjs.js +4 -3
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +5 -4
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +4 -3
- package/megamenu/megamenu.min.js +1 -1
- package/mention/mention.cjs.js +87 -61
- package/mention/mention.cjs.min.js +1 -1
- package/mention/mention.d.ts +80 -1
- package/mention/mention.esm.js +89 -63
- package/mention/mention.esm.min.js +1 -1
- package/mention/mention.js +88 -63
- package/mention/mention.min.js +1 -1
- package/menu/menu.cjs.js +5 -4
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +6 -5
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +5 -4
- package/menu/menu.min.js +1 -1
- package/menubar/menubar.cjs.js +4 -4
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +5 -5
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +5 -5
- package/menubar/menubar.min.js +1 -1
- package/message/message.cjs.js +3 -1
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +3 -1
- package/message/message.esm.min.js +1 -1
- package/message/message.js +4 -3
- package/message/message.min.js +1 -1
- package/messages/messages.cjs.js +2 -1
- package/messages/messages.cjs.min.js +1 -1
- package/messages/messages.esm.js +3 -2
- package/messages/messages.esm.min.js +1 -1
- package/messages/messages.js +2 -1
- package/messages/messages.min.js +1 -1
- package/multiselect/multiselect.cjs.js +220 -167
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +180 -3
- package/multiselect/multiselect.esm.js +222 -169
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +220 -168
- package/multiselect/multiselect.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.cjs.js +32 -22
- package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.d.ts +56 -2
- package/multistatecheckbox/multistatecheckbox.esm.js +34 -24
- package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.js +33 -24
- package/multistatecheckbox/multistatecheckbox.min.js +1 -1
- package/orderlist/orderlist.cjs.js +188 -110
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.d.ts +118 -2
- package/orderlist/orderlist.esm.js +190 -112
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +186 -109
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/organizationchart.cjs.js +139 -73
- package/organizationchart/organizationchart.cjs.min.js +1 -1
- package/organizationchart/organizationchart.d.ts +89 -2
- package/organizationchart/organizationchart.esm.js +140 -74
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.js +139 -75
- package/organizationchart/organizationchart.min.js +1 -1
- package/overlaypanel/overlaypanel.cjs.js +7 -6
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.d.ts +5 -0
- package/overlaypanel/overlaypanel.esm.js +8 -7
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +8 -7
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +1 -1
- package/paginator/paginator.cjs.js +172 -166
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.d.ts +108 -2
- package/paginator/paginator.esm.js +174 -168
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +172 -167
- package/paginator/paginator.min.js +1 -1
- package/panel/panel.cjs.js +3 -1
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +3 -1
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +4 -3
- package/panel/panel.min.js +1 -1
- package/panelmenu/panelmenu.cjs.js +3 -1
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +3 -1
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +4 -3
- package/panelmenu/panelmenu.min.js +1 -1
- package/password/password.cjs.js +89 -46
- package/password/password.cjs.min.js +1 -1
- package/password/password.d.ts +98 -2
- package/password/password.esm.js +91 -48
- package/password/password.esm.min.js +1 -1
- package/password/password.js +88 -46
- package/password/password.min.js +1 -1
- package/picklist/picklist.cjs.js +146 -82
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.d.ts +133 -1
- package/picklist/picklist.esm.js +148 -84
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +143 -80
- package/picklist/picklist.min.js +1 -1
- package/portal/portal.cjs.js +3 -2
- package/portal/portal.cjs.min.js +1 -1
- package/portal/portal.esm.js +3 -2
- package/portal/portal.esm.min.js +1 -1
- package/portal/portal.js +4 -3
- package/portal/portal.min.js +1 -1
- package/primereact.all.cjs.js +4725 -3130
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +4724 -3131
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +4725 -3130
- package/primereact.all.min.js +1 -1
- package/progressbar/progressbar.cjs.js +3 -1
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +3 -1
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +4 -3
- package/progressbar/progressbar.min.js +1 -1
- package/progressspinner/progressspinner.cjs.js +3 -1
- package/progressspinner/progressspinner.cjs.min.js +1 -1
- package/progressspinner/progressspinner.esm.js +3 -1
- package/progressspinner/progressspinner.esm.min.js +1 -1
- package/progressspinner/progressspinner.js +4 -3
- package/progressspinner/progressspinner.min.js +1 -1
- package/radiobutton/radiobutton.cjs.js +74 -21
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.d.ts +61 -1
- package/radiobutton/radiobutton.esm.js +75 -22
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +74 -23
- package/radiobutton/radiobutton.min.js +1 -1
- package/rating/rating.cjs.js +47 -36
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.d.ts +64 -1
- package/rating/rating.esm.js +48 -37
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +47 -38
- package/rating/rating.min.js +1 -1
- package/resources/primereact.css +568 -566
- package/resources/primereact.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +20 -1
- package/resources/themes/arya-green/theme.css +20 -1
- package/resources/themes/arya-orange/theme.css +20 -1
- package/resources/themes/arya-purple/theme.css +20 -1
- package/resources/themes/bootstrap4-dark-blue/theme.css +20 -1
- package/resources/themes/bootstrap4-dark-purple/theme.css +20 -1
- package/resources/themes/bootstrap4-light-blue/theme.css +20 -1
- package/resources/themes/bootstrap4-light-purple/theme.css +20 -1
- package/resources/themes/fluent-light/theme.css +20 -1
- package/resources/themes/lara-dark-blue/theme.css +20 -1
- package/resources/themes/lara-dark-indigo/theme.css +20 -1
- package/resources/themes/lara-dark-purple/theme.css +20 -1
- package/resources/themes/lara-dark-teal/theme.css +20 -1
- package/resources/themes/lara-light-blue/theme.css +20 -1
- package/resources/themes/lara-light-indigo/theme.css +20 -1
- package/resources/themes/lara-light-purple/theme.css +20 -1
- package/resources/themes/lara-light-teal/theme.css +20 -1
- package/resources/themes/luna-amber/theme.css +20 -1
- package/resources/themes/luna-blue/theme.css +20 -1
- package/resources/themes/luna-green/theme.css +20 -1
- package/resources/themes/luna-pink/theme.css +20 -1
- package/resources/themes/md-dark-deeppurple/theme.css +20 -1
- package/resources/themes/md-dark-indigo/theme.css +20 -1
- package/resources/themes/md-light-deeppurple/theme.css +20 -1
- package/resources/themes/md-light-indigo/theme.css +20 -1
- package/resources/themes/mdc-dark-deeppurple/theme.css +20 -1
- package/resources/themes/mdc-dark-indigo/theme.css +20 -1
- package/resources/themes/mdc-light-deeppurple/theme.css +20 -1
- package/resources/themes/mdc-light-indigo/theme.css +20 -1
- package/resources/themes/mira/theme.css +20 -1
- package/resources/themes/nano/theme.css +20 -1
- package/resources/themes/nova/theme.css +20 -1
- package/resources/themes/nova-accent/theme.css +20 -1
- package/resources/themes/nova-alt/theme.css +20 -1
- package/resources/themes/rhea/theme.css +20 -1
- package/resources/themes/saga-blue/theme.css +20 -1
- package/resources/themes/saga-green/theme.css +20 -1
- package/resources/themes/saga-orange/theme.css +20 -1
- package/resources/themes/saga-purple/theme.css +20 -1
- package/resources/themes/soho-dark/theme.css +20 -1
- package/resources/themes/soho-light/theme.css +20 -1
- package/resources/themes/tailwind-light/theme.css +32 -13
- package/resources/themes/vela-blue/theme.css +20 -1
- package/resources/themes/vela-green/theme.css +20 -1
- package/resources/themes/vela-orange/theme.css +20 -1
- package/resources/themes/vela-purple/theme.css +20 -1
- package/resources/themes/viva-dark/theme.css +20 -1
- package/resources/themes/viva-light/theme.css +20 -1
- package/ripple/ripple.cjs.js +3 -2
- package/ripple/ripple.cjs.min.js +1 -1
- package/ripple/ripple.esm.js +3 -2
- package/ripple/ripple.esm.min.js +1 -1
- package/ripple/ripple.js +4 -3
- package/ripple/ripple.min.js +1 -1
- package/row/row.cjs.js +28 -41
- package/row/row.cjs.min.js +1 -1
- package/row/row.d.ts +28 -0
- package/row/row.esm.js +15 -28
- package/row/row.esm.min.js +1 -1
- package/row/row.js +49 -64
- package/row/row.min.js +1 -1
- package/scrollpanel/scrollpanel.cjs.js +3 -1
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +3 -1
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +4 -3
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/scrolltop/scrolltop.cjs.js +9 -7
- package/scrolltop/scrolltop.cjs.min.js +1 -1
- package/scrolltop/scrolltop.esm.js +11 -9
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +10 -8
- package/scrolltop/scrolltop.min.js +1 -1
- package/selectbutton/selectbutton.cjs.js +37 -25
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.d.ts +52 -1
- package/selectbutton/selectbutton.esm.js +38 -26
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +37 -27
- package/selectbutton/selectbutton.min.js +1 -1
- package/sidebar/sidebar.cjs.js +7 -6
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +8 -7
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +8 -7
- package/sidebar/sidebar.min.js +1 -1
- package/skeleton/skeleton.cjs.js +4 -3
- package/skeleton/skeleton.cjs.min.js +1 -1
- package/skeleton/skeleton.esm.js +4 -3
- package/skeleton/skeleton.esm.min.js +1 -1
- package/skeleton/skeleton.js +5 -5
- package/skeleton/skeleton.min.js +1 -1
- package/slidemenu/slidemenu.cjs.js +5 -4
- package/slidemenu/slidemenu.cjs.min.js +1 -1
- package/slidemenu/slidemenu.d.ts +5 -0
- package/slidemenu/slidemenu.esm.js +6 -5
- package/slidemenu/slidemenu.esm.min.js +1 -1
- package/slidemenu/slidemenu.js +6 -5
- package/slidemenu/slidemenu.min.js +1 -1
- package/slider/slider.cjs.js +71 -39
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.d.ts +34 -1
- package/slider/slider.esm.js +72 -40
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +71 -41
- package/slider/slider.min.js +1 -1
- package/speeddial/speeddial.cjs.js +3 -1
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +3 -1
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +4 -3
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/splitbutton.cjs.js +74 -63
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.d.ts +39 -11
- package/splitbutton/splitbutton.esm.js +76 -65
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +74 -63
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/splitter.cjs.js +3 -1
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.d.ts +10 -0
- package/splitter/splitter.esm.js +3 -1
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +4 -3
- package/splitter/splitter.min.js +1 -1
- package/steps/steps.cjs.js +3 -1
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +3 -1
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +4 -3
- package/steps/steps.min.js +1 -1
- package/styleclass/styleclass.cjs.js +3 -1
- package/styleclass/styleclass.cjs.min.js +1 -1
- package/styleclass/styleclass.esm.js +3 -1
- package/styleclass/styleclass.esm.min.js +1 -1
- package/styleclass/styleclass.js +4 -3
- package/styleclass/styleclass.min.js +1 -1
- package/tabmenu/tabmenu.cjs.js +3 -1
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +3 -1
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +4 -3
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabview/tabview.cjs.js +8 -5
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +9 -6
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +7 -4
- package/tabview/tabview.min.js +1 -1
- package/tag/tag.cjs.js +3 -1
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +3 -1
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +4 -3
- package/tag/tag.min.js +1 -1
- package/terminal/terminal.cjs.js +3 -1
- package/terminal/terminal.cjs.min.js +1 -1
- package/terminal/terminal.esm.js +3 -1
- package/terminal/terminal.esm.min.js +1 -1
- package/terminal/terminal.js +4 -3
- package/terminal/terminal.min.js +1 -1
- package/tieredmenu/tieredmenu.cjs.js +6 -5
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +7 -6
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +6 -5
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/timeline/timeline.cjs.js +51 -43
- package/timeline/timeline.cjs.min.js +1 -1
- package/timeline/timeline.d.ts +51 -1
- package/timeline/timeline.esm.js +52 -44
- package/timeline/timeline.esm.min.js +1 -1
- package/timeline/timeline.js +51 -45
- package/timeline/timeline.min.js +1 -1
- package/toast/toast.cjs.js +46 -4
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.d.ts +2 -2
- package/toast/toast.esm.js +47 -5
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +46 -4
- package/toast/toast.min.js +1 -1
- package/togglebutton/togglebutton.cjs.js +68 -21
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.d.ts +40 -2
- package/togglebutton/togglebutton.esm.js +69 -22
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +68 -23
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/toolbar.cjs.js +3 -1
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.d.ts +5 -11
- package/toolbar/toolbar.esm.js +3 -1
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +4 -3
- package/toolbar/toolbar.min.js +1 -1
- package/tooltip/tooltip.cjs.js +3 -2
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.d.ts +7 -7
- package/tooltip/tooltip.esm.js +4 -3
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +3 -2
- package/tooltip/tooltip.min.js +1 -1
- package/tree/tree.cjs.js +118 -88
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.d.ts +139 -1
- package/tree/tree.esm.js +120 -90
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +116 -87
- package/tree/tree.min.js +1 -1
- package/treeselect/treeselect.cjs.js +132 -102
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.d.ts +138 -2
- package/treeselect/treeselect.esm.js +134 -104
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +133 -104
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/treetable.cjs.js +385 -198
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.d.ts +305 -2
- package/treetable/treetable.esm.js +387 -200
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +383 -197
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.cjs.js +83 -33
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.d.ts +59 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +85 -35
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +84 -35
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/utils/utils.cjs.js +6 -1
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +1 -1
- package/utils/utils.esm.js +6 -1
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +6 -1
- package/utils/utils.min.js +1 -1
- package/virtualscroller/virtualscroller.cjs.js +43 -29
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.d.ts +78 -1
- package/virtualscroller/virtualscroller.esm.js +44 -30
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +43 -31
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +1 -1
package/api/api.d.ts
CHANGED
|
@@ -1,17 +1,128 @@
|
|
|
1
1
|
/**
|
|
2
2
|
*
|
|
3
|
-
*
|
|
3
|
+
* API for PrimeReact components.
|
|
4
4
|
*
|
|
5
5
|
* @module api
|
|
6
6
|
*
|
|
7
7
|
*/
|
|
8
|
+
import { AccordionPassThroughOptions, AccordionTabPassThroughOptions } from '../accordion/accordion';
|
|
9
|
+
import { AutoCompletePassThroughOptions } from '../autocomplete/autocomplete';
|
|
10
|
+
import { AvatarPassThroughOptions } from '../avatar/avatar';
|
|
11
|
+
import { AvatarGroupPassThroughOptions } from '../avatargroup/avatargroup';
|
|
12
|
+
import { BadgePassThroughOptions } from '../badge/badge';
|
|
13
|
+
import { BlockUIPassThroughOptions } from '../blockui/blockui';
|
|
14
|
+
import { BreadCrumbPassThroughOptions } from '../breadcrumb/breadcrumb';
|
|
15
|
+
import { ButtonPassThroughOptions } from '../button/button';
|
|
16
|
+
import { CalendarPassThroughOptions } from '../calendar/calendar';
|
|
17
|
+
import { PanelPassThroughOptions } from '../panel/panel';
|
|
18
|
+
import { CardPassThroughOptions } from '../card/card';
|
|
19
|
+
import { CarouselPassThroughOptions } from '../carousel/carousel';
|
|
20
|
+
import { CascadeSelectPassThroughOptions } from '../cascadeselect/cascadeselect';
|
|
21
|
+
import { ChartPassThroughOptions } from '../chart/chart';
|
|
22
|
+
import { CheckboxPassThroughOptions } from '../checkbox/checkbox';
|
|
23
|
+
import { ChipPassThroughOptions } from '../chip/chip';
|
|
24
|
+
import { ChipsPassThroughOptions } from '../chips/chips';
|
|
25
|
+
import { ColorPickerPassThroughOptions } from '../colorpicker/colorpicker';
|
|
26
|
+
import { ColumnGroupPassThroughOptions } from '../columngroup/columngroup';
|
|
27
|
+
import { ConfirmDialogPassThroughOptions } from '../confirmdialog/confirmdialog';
|
|
28
|
+
import { ConfirmPopupPassThroughOptions } from '../confirmpopup/confirmpopup';
|
|
29
|
+
import { ContextMenuPassThroughOptions } from '../contextmenu/contextmenu';
|
|
30
|
+
import { DataTablePassThroughOptions } from '../datatable/datatable';
|
|
31
|
+
import { DataViewLayoutOptionsPassThroughOptions, DataViewPassThroughOptions } from '../dataview/dataview';
|
|
32
|
+
import { DeferredContentPassThroughOptions } from '../deferredcontent/deferredcontent';
|
|
33
|
+
import { DividerPassThroughOptions } from '../divider/divider';
|
|
34
|
+
import { DockPassThroughOptions } from '../dock/dock';
|
|
35
|
+
import { DialogPassThroughOptions } from '../dialog/dialog';
|
|
36
|
+
import { DropdownPassThroughOptions } from '../dropdown/dropdown';
|
|
37
|
+
import { EditorPassThroughOptions } from '../editor/editor';
|
|
38
|
+
import { FieldsetPassThroughOptions } from '../fieldset/fieldset';
|
|
39
|
+
import { FileUploadPassThroughOptions } from '../fileupload/fileupload';
|
|
40
|
+
import { GalleriaPassThroughOptions } from '../galleria/galleria';
|
|
41
|
+
import { ImagePassThroughOptions } from '../image/image';
|
|
42
|
+
import { InplacePassThroughOptions } from '../inplace/inplace';
|
|
43
|
+
import { InputNumberPassThroughOptions } from '../inputnumber/inputnumber';
|
|
44
|
+
import { InputSwitchPassThroughOptions } from '../inputswitch/inputswitch';
|
|
45
|
+
import { InputTextPassThroughOptions } from '../inputtext/inputtext';
|
|
46
|
+
import { KnobPassThroughOptions } from '../knob/knob';
|
|
47
|
+
import { ListboxPassThroughOptions } from '../listbox/listbox';
|
|
48
|
+
import { MegaMenuPassThroughOptions } from '../megamenu/megamenu';
|
|
49
|
+
import { MenuPassThroughOptions } from '../menu/menu';
|
|
50
|
+
import { MenubarPassThroughOptions } from '../menubar/menubar';
|
|
51
|
+
import { MessagePassThroughOptions } from '../message/message';
|
|
52
|
+
import { MultiSelectPassThroughOptions } from '../multiselect/multiselect';
|
|
53
|
+
import { OrderListPassThroughOptions } from '../orderlist/orderlist';
|
|
54
|
+
import { OrganizationChartPassThroughOptions } from '../organizationchart/organizationchart';
|
|
55
|
+
import { OverlayPanelPassThroughOptions } from '../overlaypanel/overlaypanel';
|
|
56
|
+
import { PaginatorPassThroughOptions } from '../paginator/paginator';
|
|
57
|
+
import { PanelMenuPassThroughOptions } from '../panelmenu/panelmenu';
|
|
58
|
+
import { PasswordPassThroughOptions } from '../password/password';
|
|
59
|
+
import { PickListPassThroughOptions } from '../picklist/picklist';
|
|
60
|
+
import { ProgressBarPassThroughOptions } from '../progressbar/progressbar';
|
|
61
|
+
import { ProgressSpinnerPassThroughOptions } from '../progressspinner/progressspinner';
|
|
62
|
+
import { RadioButtonPassThroughOptions } from '../radiobutton/radiobutton';
|
|
63
|
+
import { RowPassThroughOptions } from '../row/row';
|
|
64
|
+
import { ScrollPanelPassThroughOptions } from '../scrollpanel/scrollpanel';
|
|
65
|
+
import { ScrollTopPassThroughOptions } from '../scrolltop/scrolltop';
|
|
66
|
+
import { SelectButtonPassThroughOptions } from '../selectbutton/selectbutton';
|
|
67
|
+
import { SidebarPassThroughOptions } from '../sidebar/sidebar';
|
|
68
|
+
import { SkeletonPassThroughOptions } from '../skeleton/skeleton';
|
|
69
|
+
import { SpeedDialPassThroughOptions } from '../speeddial/speeddial';
|
|
70
|
+
import { SplitButtonPassThroughOptions } from '../splitbutton/splitbutton';
|
|
71
|
+
import { SplitterPassThroughOptions } from '../splitter/splitter';
|
|
72
|
+
import { TabMenuPassThroughOptions } from '../tabmenu/tabmenu';
|
|
73
|
+
import { TabPanelPassThroughOptions, TabViewPassThroughOptions } from '../tabview/tabview';
|
|
74
|
+
import { TagPassThroughOptions } from '../tag/tag';
|
|
75
|
+
import { TerminalPassThroughOptions } from '../terminal/terminal';
|
|
76
|
+
import { TieredMenuPassThroughOptions } from '../tieredmenu/tieredmenu';
|
|
77
|
+
import { TimelinePassThroughOptions } from '../timeline/timeline';
|
|
78
|
+
import { ToastPassThroughOptions } from '../toast/toast';
|
|
79
|
+
import { ToolbarPassThroughOptions } from '../toolbar/toolbar';
|
|
80
|
+
import { TreePassThroughOptions } from '../tree/tree';
|
|
81
|
+
import { TreeSelectPassThroughOptions } from '../treeselect/treeselect';
|
|
82
|
+
import { TreeTablePassThroughOptions } from '../treetable/treetable';
|
|
83
|
+
import { VirtualScrollerPassThroughOptions } from '../virtualscroller/virtualscroller';
|
|
84
|
+
import { InputTextareaPassThroughOptions } from '../inputtextarea/inputtextarea';
|
|
85
|
+
import { MessagesPassThroughOptions } from '../messages/messages';
|
|
86
|
+
import { ColumnPassThroughOptions } from '../column/column';
|
|
87
|
+
import { MentionPassThroughOptions } from '../mention/mention';
|
|
88
|
+
import { MultiStateCheckboxPassThroughOptions } from '../multistatecheckbox/multistatecheckbox';
|
|
89
|
+
import { RatingPassThroughOptions } from '../rating/rating';
|
|
90
|
+
import { SlideMenuPassThroughOptions } from '../slidemenu/slidemenu';
|
|
91
|
+
import { SliderPassThroughOptions } from '../slider/slider';
|
|
92
|
+
import { StepsPassThroughOptions } from '../steps/steps';
|
|
93
|
+
import { ToggleButtonPassThroughOptions } from '../togglebutton/togglebutton';
|
|
94
|
+
import { TooltipPassThroughOptions } from '../tooltip/tooltip';
|
|
95
|
+
import { Dispatch, SetStateAction } from 'react';
|
|
8
96
|
|
|
9
97
|
// Config
|
|
98
|
+
/**
|
|
99
|
+
* ZIndex configuration options.
|
|
100
|
+
*/
|
|
10
101
|
export interface ZIndexOptions {
|
|
102
|
+
/**
|
|
103
|
+
* Sets the base index value for Dialog and Sidebar components.
|
|
104
|
+
* @defaultValue 1100
|
|
105
|
+
*/
|
|
11
106
|
modal: number;
|
|
107
|
+
/**
|
|
108
|
+
* Sets the base index value for Overlay components such as Dropdown and OverlayPanel.
|
|
109
|
+
* @defaultValue 1000
|
|
110
|
+
*/
|
|
12
111
|
overlay: number;
|
|
112
|
+
/**
|
|
113
|
+
* Sets the base index value for Overlay menus.
|
|
114
|
+
* @defaultValue 1000
|
|
115
|
+
*/
|
|
13
116
|
menu: number;
|
|
117
|
+
/**
|
|
118
|
+
* Sets the base index value for Tooltip.
|
|
119
|
+
* @defaultValue 1100
|
|
120
|
+
*/
|
|
14
121
|
tooltip: number;
|
|
122
|
+
/**
|
|
123
|
+
* Sets the base index value for Toast.
|
|
124
|
+
* @defaultValue 1200
|
|
125
|
+
*/
|
|
15
126
|
toast: number;
|
|
16
127
|
}
|
|
17
128
|
|
|
@@ -19,39 +130,801 @@ export type InputStyleType = 'outlined' | 'filled';
|
|
|
19
130
|
|
|
20
131
|
export type AppendToType = 'self' | HTMLElement | undefined | null;
|
|
21
132
|
|
|
133
|
+
/**
|
|
134
|
+
* Filter match modes for DataTable filter menus.
|
|
135
|
+
*/
|
|
22
136
|
export interface FilterMatchModeOptions {
|
|
137
|
+
/**
|
|
138
|
+
* Array of filter match modes for text filtering.
|
|
139
|
+
*/
|
|
23
140
|
text: any[];
|
|
141
|
+
/**
|
|
142
|
+
* Array of filter match modes for numeric filtering.
|
|
143
|
+
*/
|
|
24
144
|
numeric: any[];
|
|
145
|
+
/**
|
|
146
|
+
* Array of filter match modes for date filtering.
|
|
147
|
+
*/
|
|
25
148
|
date: any[];
|
|
26
149
|
}
|
|
27
150
|
|
|
151
|
+
/**
|
|
152
|
+
* Configuration options for the PrimeReact components.
|
|
153
|
+
*/
|
|
28
154
|
export interface APIOptions {
|
|
155
|
+
/**
|
|
156
|
+
* This option allows components with overlays like dropdowns or popups to be mounted into either the component or any DOM element, such as document body and self.
|
|
157
|
+
*/
|
|
29
158
|
appendTo?: AppendToType;
|
|
159
|
+
/**
|
|
160
|
+
* ZIndexes are managed automatically to make sure layering of overlay components work seamlessly when combining multiple components. When autoZIndex is false, each group increments its zIndex within itself.
|
|
161
|
+
*/
|
|
30
162
|
autoZIndex?: boolean;
|
|
163
|
+
/**
|
|
164
|
+
* PrimeReact components utilize "react-transition-group" internally to implement animations. Setting "cssTransition" to "false" disables all animations.
|
|
165
|
+
* @defaultValue true
|
|
166
|
+
*/
|
|
31
167
|
cssTransition?: boolean;
|
|
168
|
+
/**
|
|
169
|
+
* Default filter modes to display on DataTable filter menus.
|
|
170
|
+
*/
|
|
32
171
|
filterMatchModeOptions?: FilterMatchModeOptions;
|
|
33
|
-
|
|
172
|
+
/**
|
|
173
|
+
* Define behavior if the browser window is scrolled while displaying an overlay panel like a Dropdown or Calendar. Depending on your organization's accessibility needs some prefer panels to be closed on scrolling and some prefer the overlay follow the scroll.
|
|
174
|
+
* @defaultValue false
|
|
175
|
+
*/
|
|
176
|
+
hideOverlaysOnDocumentScrolling?: boolean;
|
|
177
|
+
/**
|
|
178
|
+
* Input fields have two styles: default (outlined with borders) and filled (background-colored). Applying 'p-input-filled' to an input's ancestor enables the filled style.
|
|
179
|
+
*/
|
|
34
180
|
inputStyle?: InputStyleType;
|
|
181
|
+
/**
|
|
182
|
+
* The locale configuration sets up the language and region specific preferences.
|
|
183
|
+
* @defaultValue 'en'
|
|
184
|
+
*/
|
|
35
185
|
locale?: string;
|
|
186
|
+
/**
|
|
187
|
+
* The nonce value to use on dynamically generated style elements.
|
|
188
|
+
*/
|
|
36
189
|
nonce?: string;
|
|
190
|
+
/**
|
|
191
|
+
* Determines how null values are sorted.
|
|
192
|
+
* @defaultValue 1
|
|
193
|
+
*/
|
|
37
194
|
nullSortOrder?: number;
|
|
195
|
+
/**
|
|
196
|
+
* Ripple is an optional animation for the supported components such as buttons.
|
|
197
|
+
* @defaultValue false
|
|
198
|
+
*/
|
|
38
199
|
ripple?: boolean;
|
|
200
|
+
/**
|
|
201
|
+
* ZIndexes are managed automatically to make sure layering of overlay components work seamlessly when combining multiple components. When autoZIndex is false, each group increments its zIndex within itself.
|
|
202
|
+
* @defaultValue { modal: 1100, overlay: 1000, menu: 1000, tooltip: 1100, toast: 1200}
|
|
203
|
+
*/
|
|
39
204
|
zIndex?: ZIndexOptions;
|
|
205
|
+
/**
|
|
206
|
+
* This option allows to direct implementation of all relevant attributes (e.g., style, classnames) within the respective HTML tag.
|
|
207
|
+
*/
|
|
208
|
+
pt?: PrimeReactPTOptions;
|
|
209
|
+
/**
|
|
210
|
+
* This method is used to change the theme dynamically.
|
|
211
|
+
* @param {string} theme - The name of the theme to be applied.
|
|
212
|
+
* @param {string} newTheme - The name of the new theme to be applied.
|
|
213
|
+
* @param {string} linkElementId - The id of the link element to be updated.
|
|
214
|
+
* @param callback - Callback to invoke when the theme change is completed.
|
|
215
|
+
*/
|
|
40
216
|
changeTheme?(theme?: string, newTheme?: string, linkElementId?: string, callback?: () => void): void;
|
|
217
|
+
/**
|
|
218
|
+
* Sets the "appendTo" state of the context.
|
|
219
|
+
*/
|
|
220
|
+
setAppendTo: Dispatch<SetStateAction<AppendToType>>;
|
|
221
|
+
/**
|
|
222
|
+
* Sets the "autoZIndex" state of the context.
|
|
223
|
+
*/
|
|
224
|
+
setAutoZIndex: Dispatch<SetStateAction<boolean>>;
|
|
225
|
+
/**
|
|
226
|
+
* Sets the "cssTransition" state of the context.
|
|
227
|
+
*/
|
|
228
|
+
setCssTransition: Dispatch<SetStateAction<boolean>>;
|
|
229
|
+
/**
|
|
230
|
+
* Sets the "filterMatchModeOptions" state of the context.
|
|
231
|
+
*/
|
|
232
|
+
setFilterMatchModeOptions: Dispatch<SetStateAction<FilterMatchModeOptions>>;
|
|
233
|
+
/**
|
|
234
|
+
* Sets the "hideOverlaysOnDocumentScrolling" state of the context.
|
|
235
|
+
*/
|
|
236
|
+
setHideOverlaysOnDocumentScrolling: Dispatch<SetStateAction<boolean>>;
|
|
237
|
+
/**
|
|
238
|
+
* Sets the "inputStyle" state of the context.
|
|
239
|
+
*/
|
|
240
|
+
setInputStyle: Dispatch<SetStateAction<InputStyleType>>;
|
|
241
|
+
/**
|
|
242
|
+
* Sets the "locale" state of the context.
|
|
243
|
+
*/
|
|
244
|
+
setLocale: Dispatch<SetStateAction<string>>;
|
|
245
|
+
/**
|
|
246
|
+
* Sets the "nonce" state of the context.
|
|
247
|
+
*/
|
|
248
|
+
setNonce: Dispatch<SetStateAction<string>>;
|
|
249
|
+
/**
|
|
250
|
+
* Sets the "nullSortOrder" state of the context.
|
|
251
|
+
*/
|
|
252
|
+
setNullSortOrder: Dispatch<SetStateAction<number>>;
|
|
253
|
+
/**
|
|
254
|
+
* Sets the "ripple" state of the context.
|
|
255
|
+
*/
|
|
256
|
+
setRipple: Dispatch<SetStateAction<boolean>>;
|
|
257
|
+
/**
|
|
258
|
+
* Sets the "zIndex" state of the context.
|
|
259
|
+
*/
|
|
260
|
+
setZIndex: Dispatch<SetStateAction<ZIndexOptions>>;
|
|
261
|
+
/**
|
|
262
|
+
* Sets the "pt" state of the context.
|
|
263
|
+
*/
|
|
264
|
+
setPt: Dispatch<SetStateAction<PrimeReactPTOptions>>;
|
|
41
265
|
}
|
|
42
266
|
|
|
267
|
+
/**
|
|
268
|
+
* This option allows to direct implementation of all relevant attributes (e.g., style, classnames) within the respective HTML tag globally for all components.
|
|
269
|
+
*/
|
|
270
|
+
export interface PrimeReactPTOptions {
|
|
271
|
+
/**
|
|
272
|
+
* Custom passthrough(pt) options for Accordion.
|
|
273
|
+
*/
|
|
274
|
+
accordion?: AccordionPassThroughOptions;
|
|
275
|
+
/**
|
|
276
|
+
* Custom passthrough(pt) options for AccordionTab.
|
|
277
|
+
*/
|
|
278
|
+
accordiontab?: AccordionTabPassThroughOptions;
|
|
279
|
+
/**
|
|
280
|
+
* Custom passthrough(pt) options for AutoComplete.
|
|
281
|
+
*/
|
|
282
|
+
autocomplete?: AutoCompletePassThroughOptions;
|
|
283
|
+
/**
|
|
284
|
+
* Custom passthrough(pt) options for Avatar.
|
|
285
|
+
*/
|
|
286
|
+
avatar?: AvatarPassThroughOptions;
|
|
287
|
+
/**
|
|
288
|
+
* Custom passthrough(pt) options for AvatarGroup.
|
|
289
|
+
*/
|
|
290
|
+
avatargroup?: AvatarGroupPassThroughOptions;
|
|
291
|
+
/**
|
|
292
|
+
* Custom passthrough(pt) options for Badge.
|
|
293
|
+
*/
|
|
294
|
+
badge?: BadgePassThroughOptions;
|
|
295
|
+
/**
|
|
296
|
+
* Custom passthrough(pt) options for BlockUI.
|
|
297
|
+
*/
|
|
298
|
+
blockui?: BlockUIPassThroughOptions;
|
|
299
|
+
/**
|
|
300
|
+
* Custom passthrough(pt) options for Breadcrumb.
|
|
301
|
+
*/
|
|
302
|
+
breadcrumb?: BreadCrumbPassThroughOptions;
|
|
303
|
+
/**
|
|
304
|
+
* Custom passthrough(pt) options for Button.
|
|
305
|
+
*/
|
|
306
|
+
button?: ButtonPassThroughOptions;
|
|
307
|
+
/**
|
|
308
|
+
* Custom passthrough(pt) options for Calendar.
|
|
309
|
+
*/
|
|
310
|
+
calendar?: CalendarPassThroughOptions;
|
|
311
|
+
/**
|
|
312
|
+
* Custom passthrough(pt) options for Card.
|
|
313
|
+
*/
|
|
314
|
+
card?: CardPassThroughOptions;
|
|
315
|
+
/**
|
|
316
|
+
* Custom passthrough(pt) options for Carousel.
|
|
317
|
+
*/
|
|
318
|
+
carousel?: CarouselPassThroughOptions;
|
|
319
|
+
/**
|
|
320
|
+
* Custom passthrough(pt) options for CascadeSelect.
|
|
321
|
+
*/
|
|
322
|
+
cascadeselect?: CascadeSelectPassThroughOptions;
|
|
323
|
+
/**
|
|
324
|
+
* Custom passthrough(pt) options for Chart.
|
|
325
|
+
*/
|
|
326
|
+
chart?: ChartPassThroughOptions;
|
|
327
|
+
/**
|
|
328
|
+
* Custom passthrough(pt) options for Checkbox.
|
|
329
|
+
*/
|
|
330
|
+
checkbox?: CheckboxPassThroughOptions;
|
|
331
|
+
/**
|
|
332
|
+
* Custom passthrough(pt) options for Chip.
|
|
333
|
+
*/
|
|
334
|
+
chip?: ChipPassThroughOptions;
|
|
335
|
+
/**
|
|
336
|
+
* Custom passthrough(pt) options for Chips.
|
|
337
|
+
*/
|
|
338
|
+
chips?: ChipsPassThroughOptions;
|
|
339
|
+
/**
|
|
340
|
+
* Custom passthrough(pt) options for ColorPicker.
|
|
341
|
+
*/
|
|
342
|
+
colorpicker?: ColorPickerPassThroughOptions;
|
|
343
|
+
/**
|
|
344
|
+
* Custom passthrough(pt) options for Column.
|
|
345
|
+
*/
|
|
346
|
+
column?: ColumnPassThroughOptions;
|
|
347
|
+
/**
|
|
348
|
+
* Custom passthrough(pt) options for ColumnGroup.
|
|
349
|
+
*/
|
|
350
|
+
columngroup?: ColumnGroupPassThroughOptions;
|
|
351
|
+
/**
|
|
352
|
+
* Custom passthrough(pt) options for ConfirmDialog.
|
|
353
|
+
*/
|
|
354
|
+
confirmdialog?: ConfirmDialogPassThroughOptions;
|
|
355
|
+
/**
|
|
356
|
+
* Custom passthrough(pt) options for ConfirmPopup.
|
|
357
|
+
*/
|
|
358
|
+
confirmpopup?: ConfirmPopupPassThroughOptions;
|
|
359
|
+
/**
|
|
360
|
+
* Custom passthrough(pt) options for ContextMenu.
|
|
361
|
+
*/
|
|
362
|
+
contextmenu?: ContextMenuPassThroughOptions;
|
|
363
|
+
/**
|
|
364
|
+
* Custom passthrough(pt) options for DataTable.
|
|
365
|
+
*/
|
|
366
|
+
datatable?: DataTablePassThroughOptions;
|
|
367
|
+
/**
|
|
368
|
+
* Custom passthrough(pt) options for DataView.
|
|
369
|
+
*/
|
|
370
|
+
dataview?: DataViewPassThroughOptions;
|
|
371
|
+
/**
|
|
372
|
+
* Custom passthrough(pt) options for DataViewLayoutOptions.
|
|
373
|
+
*/
|
|
374
|
+
dataviewlayoutoptions?: DataViewLayoutOptionsPassThroughOptions;
|
|
375
|
+
/**
|
|
376
|
+
* Custom passthrough(pt) options for DeferredContent.
|
|
377
|
+
*/
|
|
378
|
+
deferredcontent?: DeferredContentPassThroughOptions;
|
|
379
|
+
/**
|
|
380
|
+
* Custom passthrough(pt) options for Dialog.
|
|
381
|
+
*/
|
|
382
|
+
dialog?: DialogPassThroughOptions;
|
|
383
|
+
/**
|
|
384
|
+
* Custom passthrough(pt) options for Divider.
|
|
385
|
+
*/
|
|
386
|
+
divider?: DividerPassThroughOptions;
|
|
387
|
+
/**
|
|
388
|
+
* Custom passthrough(pt) options for Dock.
|
|
389
|
+
*/
|
|
390
|
+
dock?: DockPassThroughOptions;
|
|
391
|
+
/**
|
|
392
|
+
* Custom passthrough(pt) options for Dropdown.
|
|
393
|
+
*/
|
|
394
|
+
dropdown?: DropdownPassThroughOptions;
|
|
395
|
+
/**
|
|
396
|
+
* Custom passthrough(pt) options for Editor.
|
|
397
|
+
*/
|
|
398
|
+
editor?: EditorPassThroughOptions;
|
|
399
|
+
/**
|
|
400
|
+
* Custom passthrough(pt) options for Fieldset.
|
|
401
|
+
*/
|
|
402
|
+
fieldset?: FieldsetPassThroughOptions;
|
|
403
|
+
/**
|
|
404
|
+
* Custom passthrough(pt) options for FileUpload.
|
|
405
|
+
*/
|
|
406
|
+
fileupload?: FileUploadPassThroughOptions;
|
|
407
|
+
/**
|
|
408
|
+
* Custom passthrough(pt) options for FullCalendar.
|
|
409
|
+
*/
|
|
410
|
+
galleria?: GalleriaPassThroughOptions;
|
|
411
|
+
/**
|
|
412
|
+
* Custom passthrough(pt) options for Galleria.
|
|
413
|
+
*/
|
|
414
|
+
image?: ImagePassThroughOptions;
|
|
415
|
+
/**
|
|
416
|
+
* Custom passthrough(pt) options for Inplace.
|
|
417
|
+
*/
|
|
418
|
+
inplace?: InplacePassThroughOptions;
|
|
419
|
+
/**
|
|
420
|
+
* Custom passthrough(pt) options for InputMask.
|
|
421
|
+
*/
|
|
422
|
+
inputmask?: InputTextPassThroughOptions;
|
|
423
|
+
/**
|
|
424
|
+
* Custom passthrough(pt) options for InputNumber.
|
|
425
|
+
*/
|
|
426
|
+
inputnumber?: InputNumberPassThroughOptions;
|
|
427
|
+
/**
|
|
428
|
+
* Custom passthrough(pt) options for InputSwitch.
|
|
429
|
+
*/
|
|
430
|
+
inputswitch?: InputSwitchPassThroughOptions;
|
|
431
|
+
/**
|
|
432
|
+
* Custom passthrough(pt) options for InputText.
|
|
433
|
+
*/
|
|
434
|
+
inputtext?: InputTextPassThroughOptions;
|
|
435
|
+
/**
|
|
436
|
+
* Custom passthrough(pt) options for InputTextarea.
|
|
437
|
+
*/
|
|
438
|
+
inputtextarea?: InputTextareaPassThroughOptions;
|
|
439
|
+
/**
|
|
440
|
+
* Custom passthrough(pt) options for Knob.
|
|
441
|
+
*/
|
|
442
|
+
knob?: KnobPassThroughOptions;
|
|
443
|
+
/**
|
|
444
|
+
* Custom passthrough(pt) options for Listbox.
|
|
445
|
+
*/
|
|
446
|
+
listbox?: ListboxPassThroughOptions;
|
|
447
|
+
/**
|
|
448
|
+
* Custom passthrough(pt) options for MegaMenu.
|
|
449
|
+
*/
|
|
450
|
+
megamenu?: MegaMenuPassThroughOptions;
|
|
451
|
+
/**
|
|
452
|
+
* Custom passthrough(pt) options for Mention.
|
|
453
|
+
*/
|
|
454
|
+
mention?: MentionPassThroughOptions;
|
|
455
|
+
/**
|
|
456
|
+
* Custom passthrough(pt) options for Menu.
|
|
457
|
+
*/
|
|
458
|
+
menu?: MenuPassThroughOptions;
|
|
459
|
+
/**
|
|
460
|
+
* Custom passthrough(pt) options for Menubar.
|
|
461
|
+
*/
|
|
462
|
+
menubar?: MenubarPassThroughOptions;
|
|
463
|
+
/**
|
|
464
|
+
* Custom passthrough(pt) options for Message.
|
|
465
|
+
*/
|
|
466
|
+
message?: MessagePassThroughOptions;
|
|
467
|
+
/**
|
|
468
|
+
* Custom passthrough(pt) options for Messages.
|
|
469
|
+
*/
|
|
470
|
+
messages?: MessagesPassThroughOptions;
|
|
471
|
+
/**
|
|
472
|
+
* Custom passthrough(pt) options for MultiSelect.
|
|
473
|
+
*/
|
|
474
|
+
multiselect?: MultiSelectPassThroughOptions;
|
|
475
|
+
/**
|
|
476
|
+
* Custom passthrough(pt) options for MultiStateCheckbox.
|
|
477
|
+
*/
|
|
478
|
+
multisatecheckbox?: MultiStateCheckboxPassThroughOptions;
|
|
479
|
+
/**
|
|
480
|
+
* Custom passthrough(pt) options for OrderList.
|
|
481
|
+
*/
|
|
482
|
+
orderlist?: OrderListPassThroughOptions;
|
|
483
|
+
/**
|
|
484
|
+
* Custom passthrough(pt) options for OrganizationChart.
|
|
485
|
+
*/
|
|
486
|
+
organizationchart?: OrganizationChartPassThroughOptions;
|
|
487
|
+
/**
|
|
488
|
+
* Custom passthrough(pt) options for OverlayPanel.
|
|
489
|
+
*/
|
|
490
|
+
overlaypanel?: OverlayPanelPassThroughOptions;
|
|
491
|
+
/**
|
|
492
|
+
* Custom passthrough(pt) options for Paginator.
|
|
493
|
+
*/
|
|
494
|
+
paginator?: PaginatorPassThroughOptions;
|
|
495
|
+
/**
|
|
496
|
+
* Custom passthrough(pt) options for Panel.
|
|
497
|
+
*/
|
|
498
|
+
panel?: PanelPassThroughOptions;
|
|
499
|
+
/**
|
|
500
|
+
* Custom passthrough(pt) options for PanelMenu.
|
|
501
|
+
*/
|
|
502
|
+
panelmenu?: PanelMenuPassThroughOptions;
|
|
503
|
+
/**
|
|
504
|
+
* Custom passthrough(pt) options for Password.
|
|
505
|
+
*/
|
|
506
|
+
password?: PasswordPassThroughOptions;
|
|
507
|
+
/**
|
|
508
|
+
* Custom passthrough(pt) options for PickList.
|
|
509
|
+
*/
|
|
510
|
+
picklist?: PickListPassThroughOptions;
|
|
511
|
+
/**
|
|
512
|
+
* Custom passthrough(pt) options for ProgressBar.
|
|
513
|
+
*/
|
|
514
|
+
progressbar?: ProgressBarPassThroughOptions;
|
|
515
|
+
/**
|
|
516
|
+
* Custom passthrough(pt) options for ProgressSpinner.
|
|
517
|
+
*/
|
|
518
|
+
progressspinner?: ProgressSpinnerPassThroughOptions;
|
|
519
|
+
/**
|
|
520
|
+
* Custom passthrough(pt) options for RadioButton.
|
|
521
|
+
*/
|
|
522
|
+
radiobutton?: RadioButtonPassThroughOptions;
|
|
523
|
+
/**
|
|
524
|
+
* Custom passthrough(pt) options for Rating.
|
|
525
|
+
*/
|
|
526
|
+
rating?: RatingPassThroughOptions;
|
|
527
|
+
/**
|
|
528
|
+
* Custom passthrough(pt) options for Row.
|
|
529
|
+
*/
|
|
530
|
+
row?: RowPassThroughOptions;
|
|
531
|
+
/**
|
|
532
|
+
* Custom passthrough(pt) options for ScrollPanel.
|
|
533
|
+
*/
|
|
534
|
+
scrollpanel?: ScrollPanelPassThroughOptions;
|
|
535
|
+
/**
|
|
536
|
+
* Custom passthrough(pt) options for ScrollTop.
|
|
537
|
+
*/
|
|
538
|
+
scrolltop?: ScrollTopPassThroughOptions;
|
|
539
|
+
/**
|
|
540
|
+
* Custom passthrough(pt) options for SelectButton.
|
|
541
|
+
*/
|
|
542
|
+
selectbutton?: SelectButtonPassThroughOptions;
|
|
543
|
+
/**
|
|
544
|
+
* Custom passthrough(pt) options for Sidebar.
|
|
545
|
+
*/
|
|
546
|
+
sidebar?: SidebarPassThroughOptions;
|
|
547
|
+
/**
|
|
548
|
+
* Custom passthrough(pt) options for Skeleton.
|
|
549
|
+
*/
|
|
550
|
+
skeleton?: SkeletonPassThroughOptions;
|
|
551
|
+
/**
|
|
552
|
+
* Custom passthrough(pt) options for SliderMenu.
|
|
553
|
+
*/
|
|
554
|
+
slidemenu?: SlideMenuPassThroughOptions;
|
|
555
|
+
/**
|
|
556
|
+
* Custom passthrough(pt) options for Slider.
|
|
557
|
+
*/
|
|
558
|
+
slider?: SliderPassThroughOptions;
|
|
559
|
+
/**
|
|
560
|
+
* Custom passthrough(pt) options for SpeedDial.
|
|
561
|
+
*/
|
|
562
|
+
speeddial?: SpeedDialPassThroughOptions;
|
|
563
|
+
/**
|
|
564
|
+
* Custom passthrough(pt) options for SplitButton.
|
|
565
|
+
*/
|
|
566
|
+
splitbutton?: SplitButtonPassThroughOptions;
|
|
567
|
+
/**
|
|
568
|
+
* Custom passthrough(pt) options for Splitter.
|
|
569
|
+
*/
|
|
570
|
+
splitter?: SplitterPassThroughOptions;
|
|
571
|
+
/**
|
|
572
|
+
* Custom passthrough(pt) options for Steps.
|
|
573
|
+
*/
|
|
574
|
+
steps?: StepsPassThroughOptions;
|
|
575
|
+
/**
|
|
576
|
+
* Custom passthrough(pt) options for TabMenu.
|
|
577
|
+
*/
|
|
578
|
+
tabmenu?: TabMenuPassThroughOptions;
|
|
579
|
+
/**
|
|
580
|
+
* Custom passthrough(pt) options for TabPanel.
|
|
581
|
+
*/
|
|
582
|
+
tabpanel?: TabPanelPassThroughOptions;
|
|
583
|
+
/**
|
|
584
|
+
* Custom passthrough(pt) options for TabView.
|
|
585
|
+
*/
|
|
586
|
+
tabview?: TabViewPassThroughOptions;
|
|
587
|
+
/**
|
|
588
|
+
* Custom passthrough(pt) options for Tag.
|
|
589
|
+
*/
|
|
590
|
+
tag?: TagPassThroughOptions;
|
|
591
|
+
/**
|
|
592
|
+
* Custom passthrough(pt) options for Terminal.
|
|
593
|
+
*/
|
|
594
|
+
terminal?: TerminalPassThroughOptions;
|
|
595
|
+
/**
|
|
596
|
+
* Custom passthrough(pt) options for TieredMenu.
|
|
597
|
+
*/
|
|
598
|
+
tieredmenu?: TieredMenuPassThroughOptions;
|
|
599
|
+
/**
|
|
600
|
+
* Custom passthrough(pt) options for Timeline.
|
|
601
|
+
*/
|
|
602
|
+
timeline?: TimelinePassThroughOptions;
|
|
603
|
+
/**
|
|
604
|
+
* Custom passthrough(pt) options for Toast.
|
|
605
|
+
*/
|
|
606
|
+
toast?: ToastPassThroughOptions;
|
|
607
|
+
/**
|
|
608
|
+
* Custom passthrough(pt) options for ToffleButton.
|
|
609
|
+
*/
|
|
610
|
+
togglebutton?: ToggleButtonPassThroughOptions;
|
|
611
|
+
/**
|
|
612
|
+
* Custom passthrough(pt) options for Toolbar.
|
|
613
|
+
*/
|
|
614
|
+
toolbar?: ToolbarPassThroughOptions;
|
|
615
|
+
/**
|
|
616
|
+
* Custom passthrough(pt) options for Tooltip.
|
|
617
|
+
*/
|
|
618
|
+
tooltip?: TooltipPassThroughOptions;
|
|
619
|
+
/**
|
|
620
|
+
* Custom passthrough(pt) options for Tree.
|
|
621
|
+
*/
|
|
622
|
+
tree?: TreePassThroughOptions;
|
|
623
|
+
/**
|
|
624
|
+
* Custom passthrough(pt) options for TreeSelect.
|
|
625
|
+
*/
|
|
626
|
+
treeselect?: TreeSelectPassThroughOptions;
|
|
627
|
+
/**
|
|
628
|
+
* Custom passthrough(pt) options for TreeTable.
|
|
629
|
+
*/
|
|
630
|
+
treetable?: TreeTablePassThroughOptions;
|
|
631
|
+
/**
|
|
632
|
+
* Custom passthrough(pt) options for VirtualScroller.
|
|
633
|
+
*/
|
|
634
|
+
virtualscroller?: VirtualScrollerPassThroughOptions;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
/**
|
|
638
|
+
* @deprecated since version 9.6.0. Use PrimeReactContext instead.
|
|
639
|
+
*/
|
|
43
640
|
declare const PrimeReact: APIOptions;
|
|
44
641
|
|
|
45
642
|
export default PrimeReact;
|
|
46
643
|
|
|
644
|
+
type PrimeReactProviderProps = {
|
|
645
|
+
/**
|
|
646
|
+
* Used to get the child elements of the component.
|
|
647
|
+
* @readonly
|
|
648
|
+
*/
|
|
649
|
+
children: React.ReactNode;
|
|
650
|
+
};
|
|
651
|
+
|
|
652
|
+
declare const PrimeReactProvider: React.FC<PrimeReactProviderProps>;
|
|
653
|
+
declare const PrimeReactContext: React.Context<APIOptions>;
|
|
654
|
+
|
|
655
|
+
export { PrimeReactProvider, PrimeReactContext };
|
|
656
|
+
|
|
47
657
|
// Locale
|
|
658
|
+
/**
|
|
659
|
+
* Sets the current locale if installed.
|
|
660
|
+
* @param {string} locale - Locale string.
|
|
661
|
+
* @return {object} - Locale object.
|
|
662
|
+
*/
|
|
48
663
|
export declare function locale(locale: string): { locale: string; options: object };
|
|
49
|
-
|
|
664
|
+
/**
|
|
665
|
+
* Installs a new locale.
|
|
666
|
+
* @param {string} locale - Locale string.
|
|
667
|
+
* @param {LocaleOptions} options - Locale options. See [PrimeLocale](https://github.com/primefaces/primelocale) on GitHub for possible options.
|
|
668
|
+
*/
|
|
669
|
+
export declare function addLocale(locale: string, options: LocaleOptions): void;
|
|
670
|
+
/**
|
|
671
|
+
* Changes the specific option value of a locale.
|
|
672
|
+
* @param {string} key - Option key.
|
|
673
|
+
* @param {*} value - Option value.
|
|
674
|
+
* @param {string} locale - Locale string.
|
|
675
|
+
*/
|
|
50
676
|
export declare function updateLocaleOption(key: string, value: any, locale: string): void;
|
|
677
|
+
/**
|
|
678
|
+
* Changes the option values of a locale.
|
|
679
|
+
* @param {LocaleOptions} options - Locale options.
|
|
680
|
+
* @param {string} locale - Locale string.
|
|
681
|
+
*/
|
|
51
682
|
export declare function updateLocaleOptions(options: object, locale: string): void;
|
|
683
|
+
/**
|
|
684
|
+
* Return the value of a specific locale option.
|
|
685
|
+
* @param {string} key - Option key.
|
|
686
|
+
* @param {string} locale - Locale string.
|
|
687
|
+
*/
|
|
52
688
|
export declare function localeOption(key: string, locale: string): any;
|
|
689
|
+
/**
|
|
690
|
+
* Returns the values of locale options.
|
|
691
|
+
* @param {string} locale - Locale string.
|
|
692
|
+
*/
|
|
53
693
|
export declare function localeOptions(locale: string): object;
|
|
54
694
|
|
|
695
|
+
// Locale Options
|
|
696
|
+
export interface LocaleOptions {
|
|
697
|
+
/**
|
|
698
|
+
* Starts with
|
|
699
|
+
*/
|
|
700
|
+
startsWith?: string;
|
|
701
|
+
/**
|
|
702
|
+
* Contains
|
|
703
|
+
*/
|
|
704
|
+
contains?: string;
|
|
705
|
+
/**
|
|
706
|
+
* Not contains
|
|
707
|
+
*/
|
|
708
|
+
notContains?: string;
|
|
709
|
+
/**
|
|
710
|
+
* Ends with
|
|
711
|
+
*/
|
|
712
|
+
endsWith?: string;
|
|
713
|
+
/**
|
|
714
|
+
* Equals
|
|
715
|
+
*/
|
|
716
|
+
equals?: string;
|
|
717
|
+
/**
|
|
718
|
+
* Not equals
|
|
719
|
+
*/
|
|
720
|
+
notEquals?: string;
|
|
721
|
+
/**
|
|
722
|
+
* No Filter
|
|
723
|
+
*/
|
|
724
|
+
noFilter?: string;
|
|
725
|
+
/**
|
|
726
|
+
* Filter
|
|
727
|
+
*/
|
|
728
|
+
filter?: string;
|
|
729
|
+
/**
|
|
730
|
+
* Less than
|
|
731
|
+
*/
|
|
732
|
+
lt?: string;
|
|
733
|
+
/**
|
|
734
|
+
* Less than or equal to
|
|
735
|
+
*/
|
|
736
|
+
lte?: string;
|
|
737
|
+
/**
|
|
738
|
+
* Greater than
|
|
739
|
+
*/
|
|
740
|
+
gt?: string;
|
|
741
|
+
/**
|
|
742
|
+
* Greater than or equal to
|
|
743
|
+
*/
|
|
744
|
+
gte?: string;
|
|
745
|
+
/**
|
|
746
|
+
* Date is
|
|
747
|
+
*/
|
|
748
|
+
dateIs?: string;
|
|
749
|
+
/**
|
|
750
|
+
* Date is not
|
|
751
|
+
*/
|
|
752
|
+
dateIsNot?: string;
|
|
753
|
+
/**
|
|
754
|
+
* Date is before
|
|
755
|
+
*/
|
|
756
|
+
dateBefore?: string;
|
|
757
|
+
/**
|
|
758
|
+
* Date is after
|
|
759
|
+
*/
|
|
760
|
+
dateAfter?: string;
|
|
761
|
+
/**
|
|
762
|
+
* Custom
|
|
763
|
+
*/
|
|
764
|
+
custom?: string;
|
|
765
|
+
/**
|
|
766
|
+
* Clear
|
|
767
|
+
*/
|
|
768
|
+
clear?: string;
|
|
769
|
+
/**
|
|
770
|
+
* Apply
|
|
771
|
+
*/
|
|
772
|
+
apply?: string;
|
|
773
|
+
/**
|
|
774
|
+
* Match All
|
|
775
|
+
*/
|
|
776
|
+
matchAll?: string;
|
|
777
|
+
/**
|
|
778
|
+
* Match Any
|
|
779
|
+
*/
|
|
780
|
+
matchAny?: string;
|
|
781
|
+
/**
|
|
782
|
+
* Add Rule
|
|
783
|
+
*/
|
|
784
|
+
addRule?: string;
|
|
785
|
+
/**
|
|
786
|
+
* Remove Rule
|
|
787
|
+
*/
|
|
788
|
+
removeRule?: string;
|
|
789
|
+
/**
|
|
790
|
+
* Yes
|
|
791
|
+
*/
|
|
792
|
+
accept?: string;
|
|
793
|
+
/**
|
|
794
|
+
* No
|
|
795
|
+
*/
|
|
796
|
+
reject?: string;
|
|
797
|
+
/**
|
|
798
|
+
* Choose
|
|
799
|
+
*/
|
|
800
|
+
choose?: string;
|
|
801
|
+
/**
|
|
802
|
+
* Upload
|
|
803
|
+
*/
|
|
804
|
+
upload?: string;
|
|
805
|
+
/**
|
|
806
|
+
* Cancel
|
|
807
|
+
*/
|
|
808
|
+
cancel?: string;
|
|
809
|
+
/**
|
|
810
|
+
* Close
|
|
811
|
+
*/
|
|
812
|
+
close?: string;
|
|
813
|
+
/**
|
|
814
|
+
* ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']
|
|
815
|
+
*/
|
|
816
|
+
dayNames?: string[];
|
|
817
|
+
/**
|
|
818
|
+
* ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']
|
|
819
|
+
*/
|
|
820
|
+
dayNamesShort?: string[];
|
|
821
|
+
/**
|
|
822
|
+
* ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa']
|
|
823
|
+
*/
|
|
824
|
+
dayNamesMin?: string[];
|
|
825
|
+
/**
|
|
826
|
+
* ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
|
|
827
|
+
*/
|
|
828
|
+
monthNames?: string[];
|
|
829
|
+
/**
|
|
830
|
+
* ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
|
|
831
|
+
*/
|
|
832
|
+
monthNamesShort?: string[];
|
|
833
|
+
/**
|
|
834
|
+
* Today
|
|
835
|
+
*/
|
|
836
|
+
today?: string;
|
|
837
|
+
/**
|
|
838
|
+
* Wk
|
|
839
|
+
*/
|
|
840
|
+
weekHeader?: string;
|
|
841
|
+
/**
|
|
842
|
+
* 0
|
|
843
|
+
*/
|
|
844
|
+
firstDayOfWeek?: number;
|
|
845
|
+
/**
|
|
846
|
+
* mm/dd/yy
|
|
847
|
+
*/
|
|
848
|
+
dateFormat?: string;
|
|
849
|
+
/**
|
|
850
|
+
* Weak
|
|
851
|
+
*/
|
|
852
|
+
weak?: string;
|
|
853
|
+
/**
|
|
854
|
+
* Medium
|
|
855
|
+
*/
|
|
856
|
+
medium?: string;
|
|
857
|
+
/**
|
|
858
|
+
* Strong
|
|
859
|
+
*/
|
|
860
|
+
strong?: string;
|
|
861
|
+
/**
|
|
862
|
+
* Enter a password
|
|
863
|
+
*/
|
|
864
|
+
passwordPrompt?: string;
|
|
865
|
+
/**
|
|
866
|
+
* No available options
|
|
867
|
+
*/
|
|
868
|
+
emptyFilterMessage?: string;
|
|
869
|
+
/**
|
|
870
|
+
* No results found
|
|
871
|
+
*/
|
|
872
|
+
emptyMessage?: string;
|
|
873
|
+
/**
|
|
874
|
+
* True
|
|
875
|
+
*/
|
|
876
|
+
aria?: {
|
|
877
|
+
/**
|
|
878
|
+
* True
|
|
879
|
+
*/
|
|
880
|
+
trueLabel?: string;
|
|
881
|
+
/**
|
|
882
|
+
* False
|
|
883
|
+
*/
|
|
884
|
+
falseLabel?: string;
|
|
885
|
+
/**
|
|
886
|
+
* Not Selected
|
|
887
|
+
*/
|
|
888
|
+
nullLabel?: string;
|
|
889
|
+
/**
|
|
890
|
+
* Page
|
|
891
|
+
*/
|
|
892
|
+
pageLabel?: string;
|
|
893
|
+
/**
|
|
894
|
+
* First Page
|
|
895
|
+
*/
|
|
896
|
+
firstPageLabel?: string;
|
|
897
|
+
/**
|
|
898
|
+
* Last Page
|
|
899
|
+
*/
|
|
900
|
+
lastPageLabel?: string;
|
|
901
|
+
/**
|
|
902
|
+
* Next Page
|
|
903
|
+
*/
|
|
904
|
+
nextPageLabel?: string;
|
|
905
|
+
/**
|
|
906
|
+
* Previous Page
|
|
907
|
+
*/
|
|
908
|
+
previousPageLabel?: string;
|
|
909
|
+
/**
|
|
910
|
+
* Select
|
|
911
|
+
*/
|
|
912
|
+
selectLabel?: string;
|
|
913
|
+
/**
|
|
914
|
+
* Unselect
|
|
915
|
+
*/
|
|
916
|
+
unselectLabel?: string;
|
|
917
|
+
/**
|
|
918
|
+
* Expand
|
|
919
|
+
*/
|
|
920
|
+
expandLabel?: string;
|
|
921
|
+
/**
|
|
922
|
+
* Collapse
|
|
923
|
+
*/
|
|
924
|
+
collapseLabel?: string;
|
|
925
|
+
};
|
|
926
|
+
}
|
|
927
|
+
|
|
55
928
|
// Icons
|
|
56
929
|
export interface PrimeIconsOptions {
|
|
57
930
|
readonly ALIGN_CENTER: string;
|