primereact 9.4.0 → 9.5.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/api/api.cjs.js +1 -0
- package/api/api.cjs.min.js +1 -1
- package/api/api.d.ts +7 -6
- package/api/api.esm.js +1 -0
- package/api/api.esm.min.js +1 -1
- package/api/api.js +1 -0
- package/api/api.min.js +1 -1
- package/autocomplete/autocomplete.cjs.js +24 -6
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.d.ts +4 -0
- package/autocomplete/autocomplete.esm.js +24 -6
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +24 -6
- package/autocomplete/autocomplete.min.css +1 -1
- package/autocomplete/autocomplete.min.js +1 -1
- package/breadcrumb/breadcrumb.cjs.js +87 -49
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.d.ts +53 -1
- package/breadcrumb/breadcrumb.esm.js +88 -50
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +88 -51
- package/breadcrumb/breadcrumb.min.css +1 -1
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/calendar/calendar.cjs.js +8 -1
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.d.ts +5 -2
- package/calendar/calendar.esm.js +8 -1
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +8 -1
- package/calendar/calendar.min.js +1 -1
- package/carousel/carousel.cjs.js +135 -82
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.d.ts +113 -1
- package/carousel/carousel.esm.js +136 -83
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +136 -84
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/cascadeselect.cjs.js +27 -23
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.d.ts +5 -0
- package/cascadeselect/cascadeselect.esm.js +27 -23
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +28 -24
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/chart.cjs.js +28 -43
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.d.ts +30 -0
- package/chart/chart.esm.js +15 -30
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +140 -156
- package/chart/chart.min.js +1 -1
- package/checkbox/checkbox.cjs.js +21 -15
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.d.ts +5 -0
- package/checkbox/checkbox.esm.js +22 -16
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +21 -15
- package/checkbox/checkbox.min.js +1 -1
- package/chips/chips.cjs.js +24 -17
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.d.ts +5 -0
- package/chips/chips.esm.js +24 -17
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +25 -19
- package/chips/chips.min.js +1 -1
- package/colorpicker/colorpicker.cjs.js +4 -0
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.d.ts +5 -0
- package/colorpicker/colorpicker.esm.js +4 -0
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +4 -0
- package/colorpicker/colorpicker.min.js +1 -1
- package/confirmdialog/confirmdialog.cjs.js +2 -2
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +2 -2
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +2 -2
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/contextmenu/contextmenu.cjs.js +111 -61
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.d.ts +92 -1
- package/contextmenu/contextmenu.esm.js +112 -62
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +112 -63
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +12873 -1829
- package/core/core.min.js +34 -34
- package/datatable/datatable.cjs.js +181 -175
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +181 -175
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +181 -175
- package/datatable/datatable.min.js +1 -1
- package/dock/dock.cjs.js +82 -45
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.d.ts +66 -0
- package/dock/dock.esm.js +83 -46
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +83 -47
- package/dock/dock.min.js +1 -1
- package/dropdown/dropdown.cjs.js +2 -2
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +2 -2
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +3 -3
- package/dropdown/dropdown.min.js +1 -1
- package/fileupload/fileupload.cjs.js +168 -137
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.d.ts +150 -1
- package/fileupload/fileupload.esm.js +169 -138
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +168 -137
- package/fileupload/fileupload.min.js +1 -1
- package/galleria/galleria.cjs.js +131 -118
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.d.ts +156 -2
- package/galleria/galleria.esm.js +132 -119
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +130 -118
- package/galleria/galleria.min.js +1 -1
- package/hooks/hooks.cjs.js +5 -1
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.esm.js +2 -1
- 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 +410 -2
- package/icons/arrowdown/index.cjs.min.js +1 -1
- package/icons/arrowdown/index.esm.js +410 -2
- package/icons/arrowdown/index.esm.min.js +1 -1
- package/icons/arrowdown/index.js +410 -2
- package/icons/arrowdown/index.min.js +1 -1
- package/icons/arrowup/index.cjs.js +410 -2
- package/icons/arrowup/index.cjs.min.js +1 -1
- package/icons/arrowup/index.esm.js +410 -2
- package/icons/arrowup/index.esm.min.js +1 -1
- package/icons/arrowup/index.js +410 -2
- package/icons/arrowup/index.min.js +1 -1
- package/icons/ban/index.cjs.js +410 -2
- package/icons/ban/index.cjs.min.js +1 -1
- package/icons/ban/index.esm.js +410 -2
- package/icons/ban/index.esm.min.js +1 -1
- package/icons/ban/index.js +410 -2
- package/icons/ban/index.min.js +1 -1
- package/icons/download/index.cjs.js +410 -2
- package/icons/download/index.cjs.min.js +1 -1
- package/icons/download/index.esm.js +410 -2
- package/icons/download/index.esm.min.js +1 -1
- package/icons/download/index.js +410 -2
- package/icons/download/index.min.js +1 -1
- package/icons/exclamationtriangle/index.cjs.js +410 -2
- package/icons/exclamationtriangle/index.cjs.min.js +1 -1
- package/icons/exclamationtriangle/index.esm.js +410 -2
- package/icons/exclamationtriangle/index.esm.min.js +1 -1
- package/icons/exclamationtriangle/index.js +410 -2
- package/icons/exclamationtriangle/index.min.js +1 -1
- package/icons/eyeslash/index.cjs.js +410 -2
- package/icons/eyeslash/index.cjs.min.js +1 -1
- package/icons/eyeslash/index.esm.js +410 -2
- package/icons/eyeslash/index.esm.min.js +1 -1
- package/icons/eyeslash/index.js +410 -2
- package/icons/eyeslash/index.min.js +1 -1
- package/icons/filter/index.cjs.js +410 -2
- package/icons/filter/index.cjs.min.js +1 -1
- package/icons/filter/index.esm.js +410 -2
- package/icons/filter/index.esm.min.js +1 -1
- package/icons/filter/index.js +410 -2
- package/icons/filter/index.min.js +1 -1
- package/icons/filterslash/index.cjs.js +410 -2
- package/icons/filterslash/index.cjs.min.js +1 -1
- package/icons/filterslash/index.esm.js +410 -2
- package/icons/filterslash/index.esm.min.js +1 -1
- package/icons/filterslash/index.js +410 -2
- package/icons/filterslash/index.min.js +1 -1
- package/icons/infocircle/index.cjs.js +410 -2
- package/icons/infocircle/index.cjs.min.js +1 -1
- package/icons/infocircle/index.esm.js +410 -2
- package/icons/infocircle/index.esm.min.js +1 -1
- package/icons/infocircle/index.js +410 -2
- package/icons/infocircle/index.min.js +1 -1
- package/icons/pencil/index.cjs.js +410 -2
- package/icons/pencil/index.cjs.min.js +1 -1
- package/icons/pencil/index.esm.js +410 -2
- package/icons/pencil/index.esm.min.js +1 -1
- package/icons/pencil/index.js +410 -2
- package/icons/pencil/index.min.js +1 -1
- package/icons/plus/index.cjs.js +410 -2
- package/icons/plus/index.cjs.min.js +1 -1
- package/icons/plus/index.esm.js +410 -2
- package/icons/plus/index.esm.min.js +1 -1
- package/icons/plus/index.js +410 -2
- package/icons/plus/index.min.js +1 -1
- package/icons/refresh/index.cjs.js +410 -2
- package/icons/refresh/index.cjs.min.js +1 -1
- package/icons/refresh/index.esm.js +410 -2
- package/icons/refresh/index.esm.min.js +1 -1
- package/icons/refresh/index.js +410 -2
- package/icons/refresh/index.min.js +1 -1
- package/icons/search/index.cjs.js +410 -2
- package/icons/search/index.cjs.min.js +1 -1
- package/icons/search/index.esm.js +410 -2
- package/icons/search/index.esm.min.js +1 -1
- package/icons/search/index.js +410 -2
- package/icons/search/index.min.js +1 -1
- package/icons/searchminus/index.cjs.js +410 -2
- package/icons/searchminus/index.cjs.min.js +1 -1
- package/icons/searchminus/index.esm.js +410 -2
- package/icons/searchminus/index.esm.min.js +1 -1
- package/icons/searchminus/index.js +410 -2
- package/icons/searchminus/index.min.js +1 -1
- package/icons/searchplus/index.cjs.js +410 -2
- package/icons/searchplus/index.cjs.min.js +1 -1
- package/icons/searchplus/index.esm.js +410 -2
- package/icons/searchplus/index.esm.min.js +1 -1
- package/icons/searchplus/index.js +410 -2
- package/icons/searchplus/index.min.js +1 -1
- package/icons/sortalt/index.cjs.js +410 -2
- package/icons/sortalt/index.cjs.min.js +1 -1
- package/icons/sortalt/index.esm.js +410 -2
- package/icons/sortalt/index.esm.min.js +1 -1
- package/icons/sortalt/index.js +410 -2
- package/icons/sortalt/index.min.js +1 -1
- package/icons/sortamountdown/index.cjs.js +410 -2
- package/icons/sortamountdown/index.cjs.min.js +1 -1
- package/icons/sortamountdown/index.esm.js +410 -2
- package/icons/sortamountdown/index.esm.min.js +1 -1
- package/icons/sortamountdown/index.js +410 -2
- package/icons/sortamountdown/index.min.js +1 -1
- package/icons/sortamountupalt/index.cjs.js +410 -2
- package/icons/sortamountupalt/index.cjs.min.js +1 -1
- package/icons/sortamountupalt/index.esm.js +410 -2
- package/icons/sortamountupalt/index.esm.min.js +1 -1
- package/icons/sortamountupalt/index.js +410 -2
- package/icons/sortamountupalt/index.min.js +1 -1
- package/icons/spinner/index.cjs.js +410 -2
- package/icons/spinner/index.cjs.min.js +1 -1
- package/icons/spinner/index.esm.js +410 -2
- package/icons/spinner/index.esm.min.js +1 -1
- package/icons/spinner/index.js +410 -2
- package/icons/spinner/index.min.js +1 -1
- package/icons/star/index.cjs.js +410 -2
- package/icons/star/index.cjs.min.js +1 -1
- package/icons/star/index.esm.js +410 -2
- package/icons/star/index.esm.min.js +1 -1
- package/icons/star/index.js +410 -2
- package/icons/star/index.min.js +1 -1
- package/icons/starfill/index.cjs.js +410 -2
- package/icons/starfill/index.cjs.min.js +1 -1
- package/icons/starfill/index.esm.js +410 -2
- package/icons/starfill/index.esm.min.js +1 -1
- package/icons/starfill/index.js +410 -2
- package/icons/starfill/index.min.js +1 -1
- package/icons/thlarge/index.cjs.js +410 -2
- package/icons/thlarge/index.cjs.min.js +1 -1
- package/icons/thlarge/index.esm.js +410 -2
- package/icons/thlarge/index.esm.min.js +1 -1
- package/icons/thlarge/index.js +410 -2
- package/icons/thlarge/index.min.js +1 -1
- package/icons/timescircle/index.cjs.js +410 -2
- package/icons/timescircle/index.cjs.min.js +1 -1
- package/icons/timescircle/index.esm.js +410 -2
- package/icons/timescircle/index.esm.min.js +1 -1
- package/icons/timescircle/index.js +410 -2
- package/icons/timescircle/index.min.js +1 -1
- package/icons/trash/index.cjs.js +410 -2
- package/icons/trash/index.cjs.min.js +1 -1
- package/icons/trash/index.esm.js +410 -2
- package/icons/trash/index.esm.min.js +1 -1
- package/icons/trash/index.js +410 -2
- package/icons/trash/index.min.js +1 -1
- package/icons/undo/index.cjs.js +410 -2
- package/icons/undo/index.cjs.min.js +1 -1
- package/icons/undo/index.esm.js +410 -2
- package/icons/undo/index.esm.min.js +1 -1
- package/icons/undo/index.js +410 -2
- package/icons/undo/index.min.js +1 -1
- package/icons/upload/index.cjs.js +410 -2
- package/icons/upload/index.cjs.min.js +1 -1
- package/icons/upload/index.esm.js +410 -2
- package/icons/upload/index.esm.min.js +1 -1
- package/icons/upload/index.js +410 -2
- package/icons/upload/index.min.js +1 -1
- package/icons/windowmaximize/index.cjs.js +410 -2
- package/icons/windowmaximize/index.cjs.min.js +1 -1
- package/icons/windowmaximize/index.esm.js +410 -2
- package/icons/windowmaximize/index.esm.min.js +1 -1
- package/icons/windowmaximize/index.js +410 -2
- package/icons/windowmaximize/index.min.js +1 -1
- package/icons/windowminimize/index.cjs.js +410 -2
- package/icons/windowminimize/index.cjs.min.js +1 -1
- package/icons/windowminimize/index.esm.js +410 -2
- package/icons/windowminimize/index.esm.min.js +1 -1
- package/icons/windowminimize/index.js +410 -2
- package/icons/windowminimize/index.min.js +1 -1
- package/image/image.cjs.js +472 -78
- package/image/image.cjs.min.js +1 -1
- package/image/image.d.ts +130 -3
- package/image/image.esm.js +474 -80
- package/image/image.esm.min.js +1 -1
- package/image/image.js +473 -80
- package/image/image.min.js +1 -1
- package/inputmask/inputmask.cjs.js +18 -16
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.esm.js +18 -16
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +18 -16
- package/inputmask/inputmask.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +0 -2
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +0 -2
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +0 -2
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/inputswitch.cjs.js +7 -0
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.d.ts +5 -0
- package/inputswitch/inputswitch.esm.js +7 -0
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +8 -2
- package/inputswitch/inputswitch.min.js +1 -1
- package/megamenu/megamenu.cjs.js +147 -96
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.d.ts +142 -2
- package/megamenu/megamenu.esm.js +147 -96
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +145 -95
- package/megamenu/megamenu.min.js +1 -1
- package/menu/menu.cjs.js +94 -55
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.d.ts +71 -0
- package/menu/menu.esm.js +95 -56
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +95 -57
- package/menu/menu.min.js +1 -1
- package/menubar/menubar.cjs.js +118 -110
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.d.ts +94 -1
- package/menubar/menubar.esm.js +119 -111
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +119 -112
- package/menubar/menubar.min.js +1 -1
- package/message/message.cjs.js +66 -46
- package/message/message.cjs.min.js +1 -1
- package/message/message.d.ts +35 -2
- package/message/message.esm.js +67 -47
- package/message/message.esm.min.js +1 -1
- package/message/message.js +67 -48
- package/message/message.min.js +1 -1
- package/messages/messages.cjs.js +63 -62
- package/messages/messages.cjs.min.js +1 -1
- package/messages/messages.d.ts +51 -2
- package/messages/messages.esm.js +63 -62
- package/messages/messages.esm.min.js +1 -1
- package/messages/messages.js +63 -63
- package/messages/messages.min.js +1 -1
- package/multiselect/multiselect.cjs.js +32 -29
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +5 -0
- package/multiselect/multiselect.esm.js +33 -30
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +32 -29
- package/multiselect/multiselect.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.cjs.js +15 -11
- package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.d.ts +5 -0
- package/multistatecheckbox/multistatecheckbox.esm.js +15 -11
- package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.js +15 -11
- package/multistatecheckbox/multistatecheckbox.min.js +1 -1
- package/package.json +1 -1
- package/paginator/paginator.d.ts +3 -3
- package/panelmenu/panelmenu.cjs.js +145 -83
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.d.ts +124 -2
- package/panelmenu/panelmenu.esm.js +145 -83
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +144 -83
- package/panelmenu/panelmenu.min.js +1 -1
- package/primereact.all.cjs.js +2250 -1578
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +2250 -1578
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +2250 -1578
- package/primereact.all.min.js +1 -1
- package/radiobutton/radiobutton.cjs.js +16 -9
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.d.ts +5 -0
- package/radiobutton/radiobutton.esm.js +16 -9
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +17 -11
- package/radiobutton/radiobutton.min.js +1 -1
- package/resources/primereact.css +275 -267
- package/resources/primereact.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +13 -7
- package/resources/themes/arya-green/theme.css +13 -7
- package/resources/themes/arya-orange/theme.css +13 -7
- package/resources/themes/arya-purple/theme.css +13 -7
- package/resources/themes/bootstrap4-dark-blue/theme.css +13 -7
- package/resources/themes/bootstrap4-dark-purple/theme.css +13 -7
- package/resources/themes/bootstrap4-light-blue/theme.css +13 -7
- package/resources/themes/bootstrap4-light-purple/theme.css +13 -7
- package/resources/themes/fluent-light/theme.css +13 -7
- package/resources/themes/lara-dark-blue/theme.css +13 -7
- package/resources/themes/lara-dark-indigo/theme.css +13 -7
- package/resources/themes/lara-dark-purple/theme.css +13 -7
- package/resources/themes/lara-dark-teal/theme.css +13 -7
- package/resources/themes/lara-light-blue/theme.css +13 -7
- package/resources/themes/lara-light-indigo/theme.css +13 -7
- package/resources/themes/lara-light-purple/theme.css +13 -7
- package/resources/themes/lara-light-teal/theme.css +13 -7
- package/resources/themes/luna-amber/theme.css +13 -7
- package/resources/themes/luna-blue/theme.css +13 -7
- package/resources/themes/luna-green/theme.css +13 -7
- package/resources/themes/luna-pink/theme.css +13 -7
- package/resources/themes/md-dark-deeppurple/theme.css +13 -7
- package/resources/themes/md-dark-indigo/theme.css +13 -7
- package/resources/themes/md-light-deeppurple/theme.css +13 -7
- package/resources/themes/md-light-indigo/theme.css +13 -7
- package/resources/themes/mdc-dark-deeppurple/theme.css +13 -7
- package/resources/themes/mdc-dark-indigo/theme.css +13 -7
- package/resources/themes/mdc-light-deeppurple/theme.css +13 -7
- package/resources/themes/mdc-light-indigo/theme.css +13 -7
- package/resources/themes/mira/theme.css +13 -7
- package/resources/themes/nano/theme.css +13 -7
- package/resources/themes/nova/theme.css +13 -7
- package/resources/themes/nova-accent/theme.css +13 -7
- package/resources/themes/nova-alt/theme.css +13 -7
- package/resources/themes/rhea/theme.css +13 -7
- package/resources/themes/saga-blue/theme.css +13 -7
- package/resources/themes/saga-green/theme.css +13 -7
- package/resources/themes/saga-orange/theme.css +13 -7
- package/resources/themes/saga-purple/theme.css +13 -7
- package/resources/themes/soho-dark/theme.css +13 -7
- package/resources/themes/soho-light/theme.css +13 -7
- package/resources/themes/tailwind-light/theme.css +13 -7
- package/resources/themes/vela-blue/theme.css +13 -7
- package/resources/themes/vela-green/theme.css +13 -7
- package/resources/themes/vela-orange/theme.css +13 -7
- package/resources/themes/vela-purple/theme.css +13 -7
- package/resources/themes/viva-dark/theme.css +13 -7
- package/resources/themes/viva-light/theme.css +13 -7
- package/slidemenu/slidemenu.cjs.js +121 -111
- package/slidemenu/slidemenu.cjs.min.js +1 -1
- package/slidemenu/slidemenu.d.ts +98 -1
- package/slidemenu/slidemenu.esm.js +122 -112
- package/slidemenu/slidemenu.esm.min.js +1 -1
- package/slidemenu/slidemenu.js +122 -113
- package/slidemenu/slidemenu.min.js +1 -1
- package/steps/steps.cjs.js +78 -45
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.d.ts +50 -0
- package/steps/steps.esm.js +79 -46
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +79 -47
- package/steps/steps.min.js +1 -1
- package/tabmenu/tabmenu.cjs.js +83 -47
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.d.ts +62 -0
- package/tabmenu/tabmenu.esm.js +84 -48
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +84 -49
- package/tabmenu/tabmenu.min.js +1 -1
- package/tieredmenu/tieredmenu.cjs.js +104 -59
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.d.ts +83 -2
- package/tieredmenu/tieredmenu.esm.js +105 -60
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +105 -61
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/toast/toast.cjs.js +72 -71
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.d.ts +120 -2
- package/toast/toast.esm.js +73 -72
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +70 -70
- package/toast/toast.min.js +1 -1
- package/togglebutton/togglebutton.cjs.js +6 -0
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +6 -0
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +7 -2
- package/togglebutton/togglebutton.min.js +1 -1
- package/treeselect/treeselect.cjs.js +3 -0
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.d.ts +5 -0
- package/treeselect/treeselect.esm.js +3 -0
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +3 -0
- package/treeselect/treeselect.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.cjs.js +14 -7
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.d.ts +5 -0
- package/tristatecheckbox/tristatecheckbox.esm.js +14 -7
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +15 -9
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/utils/utils.cjs.js +25 -4
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +1 -1
- package/utils/utils.esm.js +22 -4
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +26 -6
- package/utils/utils.min.js +1 -1
- package/web-types.json +1 -1
package/image/image.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
this.primereact = this.primereact || {};
|
|
2
|
-
this.primereact.image = (function (exports, React, PrimeReact, csstransition, hooks, iconbase, eye, refresh, searchminus, searchplus, times, undo, portal, utils) {
|
|
2
|
+
this.primereact.image = (function (exports, React, PrimeReact, csstransition, hooks, iconbase, eye, refresh, searchminus, searchplus, times, undo, portal, utils, componentbase) {
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
5
5
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -40,6 +40,47 @@ this.primereact.image = (function (exports, React, PrimeReact, csstransition, ho
|
|
|
40
40
|
return _extends.apply(this, arguments);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
+
function _typeof(obj) {
|
|
44
|
+
"@babel/helpers - typeof";
|
|
45
|
+
|
|
46
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
47
|
+
return typeof obj;
|
|
48
|
+
} : function (obj) {
|
|
49
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
50
|
+
}, _typeof(obj);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
function _toPrimitive(input, hint) {
|
|
54
|
+
if (_typeof(input) !== "object" || input === null) return input;
|
|
55
|
+
var prim = input[Symbol.toPrimitive];
|
|
56
|
+
if (prim !== undefined) {
|
|
57
|
+
var res = prim.call(input, hint || "default");
|
|
58
|
+
if (_typeof(res) !== "object") return res;
|
|
59
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
60
|
+
}
|
|
61
|
+
return (hint === "string" ? String : Number)(input);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
function _toPropertyKey(arg) {
|
|
65
|
+
var key = _toPrimitive(arg, "string");
|
|
66
|
+
return _typeof(key) === "symbol" ? key : String(key);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
function _defineProperty(obj, key, value) {
|
|
70
|
+
key = _toPropertyKey(key);
|
|
71
|
+
if (key in obj) {
|
|
72
|
+
Object.defineProperty(obj, key, {
|
|
73
|
+
value: value,
|
|
74
|
+
enumerable: true,
|
|
75
|
+
configurable: true,
|
|
76
|
+
writable: true
|
|
77
|
+
});
|
|
78
|
+
} else {
|
|
79
|
+
obj[key] = value;
|
|
80
|
+
}
|
|
81
|
+
return obj;
|
|
82
|
+
}
|
|
83
|
+
|
|
43
84
|
function _arrayWithHoles(arr) {
|
|
44
85
|
if (Array.isArray(arr)) return arr;
|
|
45
86
|
}
|
|
@@ -95,8 +136,335 @@ this.primereact.image = (function (exports, React, PrimeReact, csstransition, ho
|
|
|
95
136
|
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
96
137
|
}
|
|
97
138
|
|
|
139
|
+
function _classCallCheck(instance, Constructor) {
|
|
140
|
+
if (!(instance instanceof Constructor)) {
|
|
141
|
+
throw new TypeError("Cannot call a class as a function");
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
function _defineProperties(target, props) {
|
|
146
|
+
for (var i = 0; i < props.length; i++) {
|
|
147
|
+
var descriptor = props[i];
|
|
148
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
149
|
+
descriptor.configurable = true;
|
|
150
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
151
|
+
Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
|
155
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
156
|
+
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
157
|
+
Object.defineProperty(Constructor, "prototype", {
|
|
158
|
+
writable: false
|
|
159
|
+
});
|
|
160
|
+
return Constructor;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
var ObjectUtils = /*#__PURE__*/function () {
|
|
164
|
+
function ObjectUtils() {
|
|
165
|
+
_classCallCheck(this, ObjectUtils);
|
|
166
|
+
}
|
|
167
|
+
_createClass(ObjectUtils, null, [{
|
|
168
|
+
key: "equals",
|
|
169
|
+
value: function equals(obj1, obj2, field) {
|
|
170
|
+
if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') return this.resolveFieldData(obj1, field) === this.resolveFieldData(obj2, field);else return this.deepEquals(obj1, obj2);
|
|
171
|
+
}
|
|
172
|
+
}, {
|
|
173
|
+
key: "deepEquals",
|
|
174
|
+
value: function deepEquals(a, b) {
|
|
175
|
+
if (a === b) return true;
|
|
176
|
+
if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
|
|
177
|
+
var arrA = Array.isArray(a),
|
|
178
|
+
arrB = Array.isArray(b),
|
|
179
|
+
i,
|
|
180
|
+
length,
|
|
181
|
+
key;
|
|
182
|
+
if (arrA && arrB) {
|
|
183
|
+
length = a.length;
|
|
184
|
+
if (length !== b.length) return false;
|
|
185
|
+
for (i = length; i-- !== 0;) if (!this.deepEquals(a[i], b[i])) return false;
|
|
186
|
+
return true;
|
|
187
|
+
}
|
|
188
|
+
if (arrA !== arrB) return false;
|
|
189
|
+
var dateA = a instanceof Date,
|
|
190
|
+
dateB = b instanceof Date;
|
|
191
|
+
if (dateA !== dateB) return false;
|
|
192
|
+
if (dateA && dateB) return a.getTime() === b.getTime();
|
|
193
|
+
var regexpA = a instanceof RegExp,
|
|
194
|
+
regexpB = b instanceof RegExp;
|
|
195
|
+
if (regexpA !== regexpB) return false;
|
|
196
|
+
if (regexpA && regexpB) return a.toString() === b.toString();
|
|
197
|
+
var keys = Object.keys(a);
|
|
198
|
+
length = keys.length;
|
|
199
|
+
if (length !== Object.keys(b).length) return false;
|
|
200
|
+
for (i = length; i-- !== 0;) if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
|
|
201
|
+
for (i = length; i-- !== 0;) {
|
|
202
|
+
key = keys[i];
|
|
203
|
+
if (!this.deepEquals(a[key], b[key])) return false;
|
|
204
|
+
}
|
|
205
|
+
return true;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/*eslint no-self-compare: "off"*/
|
|
209
|
+
return a !== a && b !== b;
|
|
210
|
+
}
|
|
211
|
+
}, {
|
|
212
|
+
key: "resolveFieldData",
|
|
213
|
+
value: function resolveFieldData(data, field) {
|
|
214
|
+
if (data && Object.keys(data).length && field) {
|
|
215
|
+
if (this.isFunction(field)) {
|
|
216
|
+
return field(data);
|
|
217
|
+
} else if (ObjectUtils.isNotEmpty(data[field])) {
|
|
218
|
+
return data[field];
|
|
219
|
+
} else if (field.indexOf('.') === -1) {
|
|
220
|
+
return data[field];
|
|
221
|
+
} else {
|
|
222
|
+
var fields = field.split('.');
|
|
223
|
+
var value = data;
|
|
224
|
+
for (var i = 0, len = fields.length; i < len; ++i) {
|
|
225
|
+
if (value == null) {
|
|
226
|
+
return null;
|
|
227
|
+
}
|
|
228
|
+
value = value[fields[i]];
|
|
229
|
+
}
|
|
230
|
+
return value;
|
|
231
|
+
}
|
|
232
|
+
} else {
|
|
233
|
+
return null;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
}, {
|
|
237
|
+
key: "isFunction",
|
|
238
|
+
value: function isFunction(obj) {
|
|
239
|
+
return !!(obj && obj.constructor && obj.call && obj.apply);
|
|
240
|
+
}
|
|
241
|
+
}, {
|
|
242
|
+
key: "isLetter",
|
|
243
|
+
value: function isLetter(_char) {
|
|
244
|
+
return _char && (_char.toUpperCase() != _char.toLowerCase() || _char.codePointAt(0) > 127);
|
|
245
|
+
}
|
|
246
|
+
}, {
|
|
247
|
+
key: "findDiffKeys",
|
|
248
|
+
value: function findDiffKeys(obj1, obj2) {
|
|
249
|
+
if (!obj1 || !obj2) {
|
|
250
|
+
return {};
|
|
251
|
+
}
|
|
252
|
+
return Object.keys(obj1).filter(function (key) {
|
|
253
|
+
return !obj2.hasOwnProperty(key);
|
|
254
|
+
}).reduce(function (result, current) {
|
|
255
|
+
result[current] = obj1[current];
|
|
256
|
+
return result;
|
|
257
|
+
}, {});
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
/**
|
|
261
|
+
* Removes keys from a JSON object that start with a string such as "data" to get all "data-id" type properties.
|
|
262
|
+
*
|
|
263
|
+
* @param {any} obj the JSON object to reduce
|
|
264
|
+
* @param {string[]} startsWiths the string(s) to check if the property starts with this key
|
|
265
|
+
* @returns the JSON object containing only the key/values that match the startsWith string
|
|
266
|
+
*/
|
|
267
|
+
}, {
|
|
268
|
+
key: "reduceKeys",
|
|
269
|
+
value: function reduceKeys(obj, startsWiths) {
|
|
270
|
+
var result = {};
|
|
271
|
+
if (!obj || !startsWiths || startsWiths.length === 0) {
|
|
272
|
+
return result;
|
|
273
|
+
}
|
|
274
|
+
Object.keys(obj).filter(function (key) {
|
|
275
|
+
return startsWiths.some(function (value) {
|
|
276
|
+
return key.startsWith(value);
|
|
277
|
+
});
|
|
278
|
+
}).forEach(function (key) {
|
|
279
|
+
result[key] = obj[key];
|
|
280
|
+
delete obj[key];
|
|
281
|
+
});
|
|
282
|
+
return result;
|
|
283
|
+
}
|
|
284
|
+
}, {
|
|
285
|
+
key: "reorderArray",
|
|
286
|
+
value: function reorderArray(value, from, to) {
|
|
287
|
+
if (value && from !== to) {
|
|
288
|
+
if (to >= value.length) {
|
|
289
|
+
to %= value.length;
|
|
290
|
+
from %= value.length;
|
|
291
|
+
}
|
|
292
|
+
value.splice(to, 0, value.splice(from, 1)[0]);
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
}, {
|
|
296
|
+
key: "findIndexInList",
|
|
297
|
+
value: function findIndexInList(value, list, dataKey) {
|
|
298
|
+
var _this = this;
|
|
299
|
+
if (list) {
|
|
300
|
+
return dataKey ? list.findIndex(function (item) {
|
|
301
|
+
return _this.equals(item, value, dataKey);
|
|
302
|
+
}) : list.findIndex(function (item) {
|
|
303
|
+
return item === value;
|
|
304
|
+
});
|
|
305
|
+
}
|
|
306
|
+
return -1;
|
|
307
|
+
}
|
|
308
|
+
}, {
|
|
309
|
+
key: "getJSXElement",
|
|
310
|
+
value: function getJSXElement(obj) {
|
|
311
|
+
for (var _len = arguments.length, params = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
312
|
+
params[_key - 1] = arguments[_key];
|
|
313
|
+
}
|
|
314
|
+
return this.isFunction(obj) ? obj.apply(void 0, params) : obj;
|
|
315
|
+
}
|
|
316
|
+
}, {
|
|
317
|
+
key: "getProp",
|
|
318
|
+
value: function getProp(props) {
|
|
319
|
+
var prop = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
320
|
+
var defaultProps = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
321
|
+
var value = props ? props[prop] : undefined;
|
|
322
|
+
return value === undefined ? defaultProps[prop] : value;
|
|
323
|
+
}
|
|
324
|
+
}, {
|
|
325
|
+
key: "getMergedProps",
|
|
326
|
+
value: function getMergedProps(props, defaultProps) {
|
|
327
|
+
return Object.assign({}, defaultProps, props);
|
|
328
|
+
}
|
|
329
|
+
}, {
|
|
330
|
+
key: "getDiffProps",
|
|
331
|
+
value: function getDiffProps(props, defaultProps) {
|
|
332
|
+
return this.findDiffKeys(props, defaultProps);
|
|
333
|
+
}
|
|
334
|
+
}, {
|
|
335
|
+
key: "getPropValue",
|
|
336
|
+
value: function getPropValue(obj) {
|
|
337
|
+
for (var _len2 = arguments.length, params = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
|
|
338
|
+
params[_key2 - 1] = arguments[_key2];
|
|
339
|
+
}
|
|
340
|
+
return this.isFunction(obj) ? obj.apply(void 0, params) : obj;
|
|
341
|
+
}
|
|
342
|
+
}, {
|
|
343
|
+
key: "getComponentProp",
|
|
344
|
+
value: function getComponentProp(component) {
|
|
345
|
+
var prop = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
346
|
+
var defaultProps = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
347
|
+
return this.isNotEmpty(component) ? this.getProp(component.props, prop, defaultProps) : undefined;
|
|
348
|
+
}
|
|
349
|
+
}, {
|
|
350
|
+
key: "getComponentProps",
|
|
351
|
+
value: function getComponentProps(component, defaultProps) {
|
|
352
|
+
return this.isNotEmpty(component) ? this.getMergedProps(component.props, defaultProps) : undefined;
|
|
353
|
+
}
|
|
354
|
+
}, {
|
|
355
|
+
key: "getComponentDiffProps",
|
|
356
|
+
value: function getComponentDiffProps(component, defaultProps) {
|
|
357
|
+
return this.isNotEmpty(component) ? this.getDiffProps(component.props, defaultProps) : undefined;
|
|
358
|
+
}
|
|
359
|
+
}, {
|
|
360
|
+
key: "isValidChild",
|
|
361
|
+
value: function isValidChild(child, type, validTypes) {
|
|
362
|
+
/* eslint-disable */
|
|
363
|
+
if (child) {
|
|
364
|
+
var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
|
|
365
|
+
var isValid = childType === type;
|
|
366
|
+
try {
|
|
367
|
+
var messageTypes; if ("production" !== 'production' && !isValid) ;
|
|
368
|
+
} catch (error) {
|
|
369
|
+
// NOOP
|
|
370
|
+
}
|
|
371
|
+
return isValid;
|
|
372
|
+
}
|
|
373
|
+
return false;
|
|
374
|
+
/* eslint-enable */
|
|
375
|
+
}
|
|
376
|
+
}, {
|
|
377
|
+
key: "getRefElement",
|
|
378
|
+
value: function getRefElement(ref) {
|
|
379
|
+
if (ref) {
|
|
380
|
+
return _typeof(ref) === 'object' && ref.hasOwnProperty('current') ? ref.current : ref;
|
|
381
|
+
}
|
|
382
|
+
return null;
|
|
383
|
+
}
|
|
384
|
+
}, {
|
|
385
|
+
key: "combinedRefs",
|
|
386
|
+
value: function combinedRefs(innerRef, forwardRef) {
|
|
387
|
+
if (innerRef && forwardRef) {
|
|
388
|
+
if (typeof forwardRef === 'function') {
|
|
389
|
+
forwardRef(innerRef.current);
|
|
390
|
+
} else {
|
|
391
|
+
forwardRef.current = innerRef.current;
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
}, {
|
|
396
|
+
key: "removeAccents",
|
|
397
|
+
value: function removeAccents(str) {
|
|
398
|
+
if (str && str.search(/[\xC0-\xFF]/g) > -1) {
|
|
399
|
+
str = str.replace(/[\xC0-\xC5]/g, 'A').replace(/[\xC6]/g, 'AE').replace(/[\xC7]/g, 'C').replace(/[\xC8-\xCB]/g, 'E').replace(/[\xCC-\xCF]/g, 'I').replace(/[\xD0]/g, 'D').replace(/[\xD1]/g, 'N').replace(/[\xD2-\xD6\xD8]/g, 'O').replace(/[\xD9-\xDC]/g, 'U').replace(/[\xDD]/g, 'Y').replace(/[\xDE]/g, 'P').replace(/[\xE0-\xE5]/g, 'a').replace(/[\xE6]/g, 'ae').replace(/[\xE7]/g, 'c').replace(/[\xE8-\xEB]/g, 'e').replace(/[\xEC-\xEF]/g, 'i').replace(/[\xF1]/g, 'n').replace(/[\xF2-\xF6\xF8]/g, 'o').replace(/[\xF9-\xFC]/g, 'u').replace(/[\xFE]/g, 'p').replace(/[\xFD\xFF]/g, 'y');
|
|
400
|
+
}
|
|
401
|
+
return str;
|
|
402
|
+
}
|
|
403
|
+
}, {
|
|
404
|
+
key: "convertToFlatCase",
|
|
405
|
+
value: function convertToFlatCase(str) {
|
|
406
|
+
// convert snake, kebab, camel and pascal cases to flat case
|
|
407
|
+
return this.isNotEmpty(str) ? str.replace(/(-|_)/g, '').toLowerCase() : str;
|
|
408
|
+
}
|
|
409
|
+
}, {
|
|
410
|
+
key: "isEmpty",
|
|
411
|
+
value: function isEmpty(value) {
|
|
412
|
+
return value === null || value === undefined || value === '' || Array.isArray(value) && value.length === 0 || !(value instanceof Date) && _typeof(value) === 'object' && Object.keys(value).length === 0;
|
|
413
|
+
}
|
|
414
|
+
}, {
|
|
415
|
+
key: "isNotEmpty",
|
|
416
|
+
value: function isNotEmpty(value) {
|
|
417
|
+
return !this.isEmpty(value);
|
|
418
|
+
}
|
|
419
|
+
}, {
|
|
420
|
+
key: "sort",
|
|
421
|
+
value: function sort(value1, value2) {
|
|
422
|
+
var order = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 1;
|
|
423
|
+
var locale = arguments.length > 3 ? arguments[3] : undefined;
|
|
424
|
+
var nullSortOrder = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : 1;
|
|
425
|
+
var result = ObjectUtils.compare(value1, value2, locale, order);
|
|
426
|
+
var finalSortOrder = order;
|
|
427
|
+
|
|
428
|
+
// nullSortOrder == 1 means Excel like sort nulls at bottom
|
|
429
|
+
if (ObjectUtils.isEmpty(value1) || ObjectUtils.isEmpty(value2)) {
|
|
430
|
+
finalSortOrder = nullSortOrder === 1 ? order : nullSortOrder;
|
|
431
|
+
}
|
|
432
|
+
return finalSortOrder * result;
|
|
433
|
+
}
|
|
434
|
+
}, {
|
|
435
|
+
key: "compare",
|
|
436
|
+
value: function compare(value1, value2, locale) {
|
|
437
|
+
var order = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 1;
|
|
438
|
+
var result = -1;
|
|
439
|
+
var emptyValue1 = ObjectUtils.isEmpty(value1);
|
|
440
|
+
var emptyValue2 = ObjectUtils.isEmpty(value2);
|
|
441
|
+
if (emptyValue1 && emptyValue2) result = 0;else if (emptyValue1) result = order;else if (emptyValue2) result = -order;else if (typeof value1 === 'string' && typeof value2 === 'string') result = value1.localeCompare(value2, locale, {
|
|
442
|
+
numeric: true
|
|
443
|
+
});else result = value1 < value2 ? -1 : value1 > value2 ? 1 : 0;
|
|
444
|
+
return result;
|
|
445
|
+
}
|
|
446
|
+
}]);
|
|
447
|
+
return ObjectUtils;
|
|
448
|
+
}();
|
|
449
|
+
|
|
450
|
+
var lastId = 0;
|
|
451
|
+
function UniqueComponentId() {
|
|
452
|
+
var prefix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'pr_id_';
|
|
453
|
+
lastId++;
|
|
454
|
+
return "".concat(prefix).concat(lastId);
|
|
455
|
+
}
|
|
456
|
+
|
|
98
457
|
var DownloadIcon = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespace.forwardRef(function (inProps, ref) {
|
|
99
458
|
var pti = iconbase.IconBase.getPTI(inProps);
|
|
459
|
+
var _React$useState = React__namespace.useState(inProps.id),
|
|
460
|
+
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
461
|
+
pathId = _React$useState2[0],
|
|
462
|
+
setPathId = _React$useState2[1];
|
|
463
|
+
React__namespace.useEffect(function () {
|
|
464
|
+
if (ObjectUtils.isEmpty(pathId)) {
|
|
465
|
+
setPathId(UniqueComponentId('pr_icon_clip_'));
|
|
466
|
+
}
|
|
467
|
+
}, [pathId]);
|
|
100
468
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
101
469
|
ref: ref,
|
|
102
470
|
width: "14",
|
|
@@ -105,14 +473,14 @@ this.primereact.image = (function (exports, React, PrimeReact, csstransition, ho
|
|
|
105
473
|
fill: "none",
|
|
106
474
|
xmlns: "http://www.w3.org/2000/svg"
|
|
107
475
|
}, pti), /*#__PURE__*/React__namespace.createElement("g", {
|
|
108
|
-
clipPath: "url(#
|
|
476
|
+
clipPath: "url(#".concat(pathId, ")")
|
|
109
477
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
110
478
|
fillRule: "evenodd",
|
|
111
479
|
clipRule: "evenodd",
|
|
112
480
|
d: "M7.0118 10C6.93296 10.0003 6.85484 9.98495 6.78202 9.95477C6.7091 9.92454 6.64297 9.88008 6.58749 9.82399L3.38288 6.62399C3.27675 6.51025 3.21897 6.35982 3.22171 6.20438C3.22446 6.04893 3.28752 5.90063 3.39761 5.7907C3.5077 5.68077 3.65622 5.6178 3.81188 5.61505C3.96755 5.61231 4.1182 5.67001 4.23211 5.77599L6.41125 7.95201V0.6C6.41125 0.44087 6.47456 0.288258 6.58724 0.175736C6.69993 0.063214 6.85276 0 7.01212 0C7.17148 0 7.32431 0.063214 7.43699 0.175736C7.54968 0.288258 7.61298 0.44087 7.61298 0.6V7.95198L9.7921 5.77599C9.90601 5.67001 10.0567 5.61231 10.2123 5.61505C10.368 5.6178 10.5165 5.68077 10.6266 5.7907C10.7367 5.90063 10.7997 6.04893 10.8025 6.20438C10.8052 6.35982 10.7475 6.51025 10.6413 6.62399L7.43671 9.82399C7.38124 9.88008 7.3151 9.92454 7.24219 9.95477C7.16938 9.98495 7.09127 10.0003 7.01244 10C7.01233 10 7.01223 10 7.01212 10C7.01201 10 7.0119 10 7.0118 10ZM13.45 13.3115C13.0749 13.7235 12.5521 13.971 11.9952 14H2.02889C1.75106 13.9887 1.47819 13.9228 1.2259 13.806C0.973606 13.6893 0.74684 13.524 0.558578 13.3197C0.370316 13.1153 0.224251 12.8759 0.128742 12.6152C0.0332333 12.3544 -0.00984502 12.0774 0.00197194 11.8V9.39999C0.00197194 9.24086 0.065277 9.08825 0.177961 8.97572C0.290645 8.8632 0.443477 8.79999 0.602836 8.79999C0.762195 8.79999 0.915027 8.8632 1.02771 8.97572C1.1404 9.08825 1.2037 9.24086 1.2037 9.39999V11.8C1.18301 12.0375 1.25469 12.2739 1.40385 12.4601C1.55302 12.6463 1.76823 12.768 2.00485 12.8H11.9952C12.2318 12.768 12.4471 12.6463 12.5962 12.4601C12.7454 12.2739 12.8171 12.0375 12.7964 11.8V9.39999C12.7964 9.24086 12.8597 9.08825 12.9724 8.97572C13.085 8.8632 13.2379 8.79999 13.3972 8.79999C13.5566 8.79999 13.7094 8.8632 13.8221 8.97572C13.9348 9.08825 13.9981 9.24086 13.9981 9.39999V11.8C14.0221 12.3563 13.8251 12.8995 13.45 13.3115Z",
|
|
113
481
|
fill: "currentColor"
|
|
114
482
|
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
115
|
-
id:
|
|
483
|
+
id: pathId
|
|
116
484
|
}, /*#__PURE__*/React__namespace.createElement("rect", {
|
|
117
485
|
width: "14",
|
|
118
486
|
height: "14",
|
|
@@ -121,7 +489,7 @@ this.primereact.image = (function (exports, React, PrimeReact, csstransition, ho
|
|
|
121
489
|
}));
|
|
122
490
|
DownloadIcon.displayName = 'DownloadIcon';
|
|
123
491
|
|
|
124
|
-
var ImageBase = {
|
|
492
|
+
var ImageBase = componentbase.ComponentBase.extend({
|
|
125
493
|
defaultProps: {
|
|
126
494
|
__TYPE: 'Image',
|
|
127
495
|
alt: null,
|
|
@@ -151,15 +519,11 @@ this.primereact.image = (function (exports, React, PrimeReact, csstransition, ho
|
|
|
151
519
|
zoomOutIcon: null,
|
|
152
520
|
zoomSrc: null,
|
|
153
521
|
children: undefined
|
|
154
|
-
},
|
|
155
|
-
getProps: function getProps(props) {
|
|
156
|
-
return utils.ObjectUtils.getMergedProps(props, ImageBase.defaultProps);
|
|
157
|
-
},
|
|
158
|
-
getOtherProps: function getOtherProps(props) {
|
|
159
|
-
return utils.ObjectUtils.getDiffProps(props, ImageBase.defaultProps);
|
|
160
522
|
}
|
|
161
|
-
};
|
|
523
|
+
});
|
|
162
524
|
|
|
525
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
526
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
163
527
|
var Image = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespace.forwardRef(function (inProps, ref) {
|
|
164
528
|
var props = ImageBase.getProps(inProps);
|
|
165
529
|
var _React$useState = React__namespace.useState(false),
|
|
@@ -183,6 +547,16 @@ this.primereact.image = (function (exports, React, PrimeReact, csstransition, ho
|
|
|
183
547
|
var maskRef = React__namespace.useRef(null);
|
|
184
548
|
var previewRef = React__namespace.useRef(null);
|
|
185
549
|
var previewClick = React__namespace.useRef(false);
|
|
550
|
+
var _ImageBase$setMetaDat = ImageBase.setMetaData({
|
|
551
|
+
props: props,
|
|
552
|
+
state: {
|
|
553
|
+
maskVisible: maskVisibleState,
|
|
554
|
+
previewVisible: previewVisibleState,
|
|
555
|
+
rotate: rotateState,
|
|
556
|
+
scale: scaleState
|
|
557
|
+
}
|
|
558
|
+
}),
|
|
559
|
+
ptm = _ImageBase$setMetaDat.ptm;
|
|
186
560
|
var show = function show() {
|
|
187
561
|
if (props.preview) {
|
|
188
562
|
setMaskVisibleState(true);
|
|
@@ -255,11 +629,12 @@ this.primereact.image = (function (exports, React, PrimeReact, csstransition, ho
|
|
|
255
629
|
maskRef.current && utils.ZIndexUtils.clear(maskRef.current);
|
|
256
630
|
});
|
|
257
631
|
var createPreview = function createPreview() {
|
|
632
|
+
var buttonProps = utils.mergeProps({
|
|
633
|
+
className: 'p-image-preview-indicator',
|
|
634
|
+
onClick: show
|
|
635
|
+
}, ptm('button'));
|
|
258
636
|
if (props.preview) {
|
|
259
|
-
return /*#__PURE__*/React__namespace.createElement("div",
|
|
260
|
-
className: "p-image-preview-indicator",
|
|
261
|
-
onClick: show
|
|
262
|
-
}, content);
|
|
637
|
+
return /*#__PURE__*/React__namespace.createElement("div", buttonProps, content);
|
|
263
638
|
}
|
|
264
639
|
return null;
|
|
265
640
|
};
|
|
@@ -273,59 +648,86 @@ this.primereact.image = (function (exports, React, PrimeReact, csstransition, ho
|
|
|
273
648
|
var imagePreviewStyle = {
|
|
274
649
|
transform: 'rotate(' + rotateState + 'deg) scale(' + scaleState + ')'
|
|
275
650
|
};
|
|
276
|
-
var
|
|
277
|
-
|
|
278
|
-
var
|
|
651
|
+
var zoomOutDisabled = scaleState <= 0.5;
|
|
652
|
+
var zoomInDisabled = scaleState >= 1.5;
|
|
653
|
+
var downloadIconProps = utils.mergeProps(ptm('downloadIcon'));
|
|
654
|
+
var rotateRightIconProps = utils.mergeProps(ptm('rotateRightIcon'));
|
|
655
|
+
var rotateLeftIconProps = utils.mergeProps(ptm('rotateLeftIcon'));
|
|
656
|
+
var zoomOutIconProps = utils.mergeProps(ptm('zoomOutIcon'));
|
|
657
|
+
var zoomInIconProps = utils.mergeProps(ptm('zoomInIcon'));
|
|
658
|
+
var closeIconProps = utils.mergeProps(ptm('closeIcon'));
|
|
659
|
+
var downloadIcon = utils.IconUtils.getJSXIcon(props.downloadIcon || /*#__PURE__*/React__namespace.createElement(DownloadIcon, null), _objectSpread({}, downloadIconProps), {
|
|
279
660
|
props: props
|
|
280
661
|
});
|
|
281
|
-
var rotateRightIcon = utils.IconUtils.getJSXIcon(props.rotateRightIcon || /*#__PURE__*/React__namespace.createElement(refresh.RefreshIcon, null),
|
|
662
|
+
var rotateRightIcon = utils.IconUtils.getJSXIcon(props.rotateRightIcon || /*#__PURE__*/React__namespace.createElement(refresh.RefreshIcon, null), _objectSpread({}, rotateRightIconProps), {
|
|
282
663
|
props: props
|
|
283
664
|
});
|
|
284
|
-
var rotateLeftIcon = utils.IconUtils.getJSXIcon(props.rotateLeftIcon || /*#__PURE__*/React__namespace.createElement(undo.UndoIcon, null),
|
|
665
|
+
var rotateLeftIcon = utils.IconUtils.getJSXIcon(props.rotateLeftIcon || /*#__PURE__*/React__namespace.createElement(undo.UndoIcon, null), _objectSpread({}, rotateLeftIconProps), {
|
|
285
666
|
props: props
|
|
286
667
|
});
|
|
287
|
-
var zoomOutIcon = utils.IconUtils.getJSXIcon(props.zoomOutIcon || /*#__PURE__*/React__namespace.createElement(searchminus.SearchMinusIcon, null),
|
|
668
|
+
var zoomOutIcon = utils.IconUtils.getJSXIcon(props.zoomOutIcon || /*#__PURE__*/React__namespace.createElement(searchminus.SearchMinusIcon, null), _objectSpread({}, zoomOutIconProps), {
|
|
288
669
|
props: props
|
|
289
670
|
});
|
|
290
|
-
var zoomInIcon = utils.IconUtils.getJSXIcon(props.zoomInIcon || /*#__PURE__*/React__namespace.createElement(searchplus.SearchPlusIcon, null),
|
|
671
|
+
var zoomInIcon = utils.IconUtils.getJSXIcon(props.zoomInIcon || /*#__PURE__*/React__namespace.createElement(searchplus.SearchPlusIcon, null), _objectSpread({}, zoomInIconProps), {
|
|
291
672
|
props: props
|
|
292
673
|
});
|
|
293
|
-
var closeIcon = utils.IconUtils.getJSXIcon(props.closeIcon || /*#__PURE__*/React__namespace.createElement(times.TimesIcon, null),
|
|
674
|
+
var closeIcon = utils.IconUtils.getJSXIcon(props.closeIcon || /*#__PURE__*/React__namespace.createElement(times.TimesIcon, null), _objectSpread({}, closeIconProps), {
|
|
294
675
|
props: props
|
|
295
676
|
});
|
|
296
|
-
|
|
677
|
+
var maskProps = utils.mergeProps({
|
|
297
678
|
ref: maskRef,
|
|
298
|
-
className:
|
|
299
|
-
|
|
300
|
-
},
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
className:
|
|
316
|
-
|
|
317
|
-
type:
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
className:
|
|
321
|
-
|
|
322
|
-
type:
|
|
323
|
-
disabled:
|
|
324
|
-
},
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
679
|
+
className: 'p-image-mask p-component-overlay p-component-overlay-enter',
|
|
680
|
+
onPointerUp: hide
|
|
681
|
+
}, ptm('mask'));
|
|
682
|
+
var toolbarProps = utils.mergeProps({
|
|
683
|
+
className: 'p-image-toolbar'
|
|
684
|
+
}, ptm('toolbar'));
|
|
685
|
+
var downloadButtonProps = utils.mergeProps({
|
|
686
|
+
className: 'p-image-action p-link',
|
|
687
|
+
onPointerUp: onDownload,
|
|
688
|
+
type: 'button'
|
|
689
|
+
}, ptm('downloadButton'));
|
|
690
|
+
var rotateRightButtonProps = utils.mergeProps({
|
|
691
|
+
className: 'p-image-action p-link',
|
|
692
|
+
onPointerUp: rotateRight,
|
|
693
|
+
type: 'button'
|
|
694
|
+
}, ptm('rotateRightButton'));
|
|
695
|
+
var rotateLeftButtonProps = utils.mergeProps({
|
|
696
|
+
className: 'p-image-action p-link',
|
|
697
|
+
onPointerUp: rotateLeft,
|
|
698
|
+
type: 'button'
|
|
699
|
+
}, ptm('rotateLeftButton'));
|
|
700
|
+
var zoomOutButtonProps = utils.mergeProps({
|
|
701
|
+
className: 'p-image-action p-link',
|
|
702
|
+
onPointerUp: zoomOut,
|
|
703
|
+
type: 'button',
|
|
704
|
+
disabled: zoomOutDisabled
|
|
705
|
+
}, ptm('zoomOutButton'));
|
|
706
|
+
var zoomInButtonProps = utils.mergeProps({
|
|
707
|
+
className: 'p-image-action p-link',
|
|
708
|
+
onPointerUp: zoomIn,
|
|
709
|
+
type: 'button',
|
|
710
|
+
disabled: zoomInDisabled
|
|
711
|
+
}, ptm('zoomInButton'));
|
|
712
|
+
var closeButtonProps = utils.mergeProps({
|
|
713
|
+
className: 'p-image-action p-link',
|
|
714
|
+
type: 'button',
|
|
715
|
+
'aria-label': PrimeReact.localeOption('close')
|
|
716
|
+
}, ptm('closeButton'));
|
|
717
|
+
var previewProps = utils.mergeProps({
|
|
718
|
+
src: props.zoomSrc || props.src,
|
|
719
|
+
className: 'p-image-preview',
|
|
720
|
+
style: imagePreviewStyle,
|
|
721
|
+
onPointerUp: onPreviewImageClick,
|
|
722
|
+
crossOrigin: crossOrigin,
|
|
723
|
+
referrerPolicy: referrerPolicy,
|
|
724
|
+
useMap: useMap,
|
|
725
|
+
loading: loading
|
|
726
|
+
}, ptm('preview'));
|
|
727
|
+
var previewContainerProps = utils.mergeProps({
|
|
728
|
+
ref: previewRef
|
|
729
|
+
}, ptm('previewContainer'));
|
|
730
|
+
return /*#__PURE__*/React__namespace.createElement("div", maskProps, /*#__PURE__*/React__namespace.createElement("div", toolbarProps, downloadable && /*#__PURE__*/React__namespace.createElement("button", downloadButtonProps, downloadIcon), /*#__PURE__*/React__namespace.createElement("button", rotateRightButtonProps, rotateRightIcon), /*#__PURE__*/React__namespace.createElement("button", rotateLeftButtonProps, rotateLeftIcon), /*#__PURE__*/React__namespace.createElement("button", zoomOutButtonProps, zoomOutIcon), /*#__PURE__*/React__namespace.createElement("button", zoomInButtonProps, zoomInIcon), /*#__PURE__*/React__namespace.createElement("button", closeButtonProps, closeIcon)), /*#__PURE__*/React__namespace.createElement(csstransition.CSSTransition, {
|
|
329
731
|
nodeRef: previewRef,
|
|
330
732
|
classNames: "p-image-preview",
|
|
331
733
|
"in": previewVisibleState,
|
|
@@ -339,19 +741,9 @@ this.primereact.image = (function (exports, React, PrimeReact, csstransition, ho
|
|
|
339
741
|
onExit: onExit,
|
|
340
742
|
onExiting: onExiting,
|
|
341
743
|
onExited: onExited
|
|
342
|
-
}, /*#__PURE__*/React__namespace.createElement("div", {
|
|
343
|
-
|
|
344
|
-
},
|
|
345
|
-
src: props.zoomSrc || props.src,
|
|
346
|
-
className: "p-image-preview",
|
|
347
|
-
style: imagePreviewStyle,
|
|
348
|
-
onClick: onPreviewImageClick,
|
|
349
|
-
alt: alt,
|
|
350
|
-
crossOrigin: crossOrigin,
|
|
351
|
-
referrerPolicy: referrerPolicy,
|
|
352
|
-
useMap: useMap,
|
|
353
|
-
loading: loading
|
|
354
|
-
}))));
|
|
744
|
+
}, /*#__PURE__*/React__namespace.createElement("div", previewContainerProps, /*#__PURE__*/React__namespace.createElement("img", _extends({
|
|
745
|
+
alt: alt
|
|
746
|
+
}, previewProps)))));
|
|
355
747
|
};
|
|
356
748
|
React__namespace.useImperativeHandle(ref, function () {
|
|
357
749
|
return {
|
|
@@ -374,23 +766,21 @@ this.primereact.image = (function (exports, React, PrimeReact, csstransition, ho
|
|
|
374
766
|
referrerPolicy = props.referrerPolicy,
|
|
375
767
|
useMap = props.useMap,
|
|
376
768
|
loading = props.loading;
|
|
377
|
-
var otherProps = ImageBase.getOtherProps(props);
|
|
378
769
|
var containerClassName = utils.classNames('p-image p-component', props.className, {
|
|
379
770
|
'p-image-preview-container': props.preview
|
|
380
771
|
});
|
|
381
772
|
var element = createElement();
|
|
382
773
|
var iconClassName = 'p-image-preview-icon';
|
|
383
|
-
var
|
|
384
|
-
className: iconClassName
|
|
385
|
-
});
|
|
386
|
-
var indicatorIcon = utils.IconUtils.getJSXIcon(icon, {
|
|
774
|
+
var iconProp = utils.mergeProps({
|
|
387
775
|
className: iconClassName
|
|
388
|
-
},
|
|
776
|
+
}, ptm('icon'));
|
|
777
|
+
var icon = props.indicatorIcon || /*#__PURE__*/React__namespace.createElement(eye.EyeIcon, iconProp);
|
|
778
|
+
var indicatorIcon = utils.IconUtils.getJSXIcon(icon, _objectSpread({}, iconProp), {
|
|
389
779
|
props: props
|
|
390
780
|
});
|
|
391
781
|
var content = props.template ? utils.ObjectUtils.getJSXElement(props.template, props) : indicatorIcon;
|
|
392
782
|
var preview = createPreview();
|
|
393
|
-
var
|
|
783
|
+
var imageProp = utils.mergeProps({
|
|
394
784
|
ref: imageRef,
|
|
395
785
|
src: src,
|
|
396
786
|
className: props.imageClassName,
|
|
@@ -400,14 +790,17 @@ this.primereact.image = (function (exports, React, PrimeReact, csstransition, ho
|
|
|
400
790
|
referrerPolicy: referrerPolicy,
|
|
401
791
|
useMap: useMap,
|
|
402
792
|
loading: loading,
|
|
403
|
-
alt: alt,
|
|
404
793
|
style: props.imageStyle,
|
|
405
794
|
onError: props.onError
|
|
406
|
-
});
|
|
407
|
-
|
|
795
|
+
}, ptm('image'));
|
|
796
|
+
var image = props.src && /*#__PURE__*/React__namespace.createElement("img", _extends({}, imageProp, {
|
|
797
|
+
alt: alt
|
|
798
|
+
}));
|
|
799
|
+
var rootProps = utils.mergeProps({
|
|
408
800
|
ref: elementRef,
|
|
409
801
|
className: containerClassName
|
|
410
|
-
},
|
|
802
|
+
}, ImageBase.getOtherProps(props), ptm('root'));
|
|
803
|
+
return /*#__PURE__*/React__namespace.createElement("span", rootProps, image, preview, maskVisibleState && /*#__PURE__*/React__namespace.createElement(portal.Portal, {
|
|
411
804
|
element: element,
|
|
412
805
|
appendTo: document.body
|
|
413
806
|
}));
|
|
@@ -420,4 +813,4 @@ this.primereact.image = (function (exports, React, PrimeReact, csstransition, ho
|
|
|
420
813
|
|
|
421
814
|
return exports;
|
|
422
815
|
|
|
423
|
-
})({}, React, primereact.api, primereact.csstransition, primereact.hooks, primereact.iconbase, primereact.icons.eye, primereact.icons.refresh, primereact.icons.searchminus, primereact.icons.searchplus, primereact.icons.times, primereact.icons.undo, primereact.portal, primereact.utils);
|
|
816
|
+
})({}, React, primereact.api, primereact.csstransition, primereact.hooks, primereact.iconbase, primereact.icons.eye, primereact.icons.refresh, primereact.icons.searchminus, primereact.icons.searchplus, primereact.icons.times, primereact.icons.undo, primereact.portal, primereact.utils, primereact.componentbase);
|