primereact 10.5.0 → 10.5.2
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 +94 -92
- package/api/api.cjs.min.js +1 -1
- package/api/api.d.ts +231 -13
- package/api/api.esm.js +94 -92
- package/api/api.esm.min.js +1 -1
- package/api/api.js +94 -92
- package/api/api.min.js +1 -1
- package/autocomplete/autocomplete.cjs.js +91 -48
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.d.ts +6 -1
- package/autocomplete/autocomplete.esm.js +91 -48
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +91 -48
- package/autocomplete/autocomplete.min.js +1 -1
- package/blockui/blockui.cjs.js +13 -13
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +13 -13
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +13 -13
- package/blockui/blockui.min.js +1 -1
- package/breadcrumb/breadcrumb.cjs.js +4 -3
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +4 -3
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +4 -3
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/button.cjs.js +2 -3
- package/button/button.cjs.min.js +1 -1
- package/button/button.esm.js +2 -3
- package/button/button.esm.min.js +1 -1
- package/button/button.js +2 -3
- package/button/button.min.js +1 -1
- package/calendar/calendar.cjs.js +30 -11
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.d.ts +9 -0
- package/calendar/calendar.esm.js +30 -11
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +30 -11
- package/calendar/calendar.min.js +1 -1
- package/carousel/carousel.cjs.js +17 -15
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +4 -2
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +17 -15
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/cascadeselect.cjs.js +28 -14
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.d.ts +5 -0
- package/cascadeselect/cascadeselect.esm.js +28 -14
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +28 -14
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/checkbox/checkbox.cjs.js +72 -156
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.d.ts +10 -34
- package/checkbox/checkbox.esm.js +72 -156
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +72 -156
- package/checkbox/checkbox.min.js +1 -1
- package/chips/chips.cjs.js +25 -12
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.d.ts +6 -1
- package/chips/chips.esm.js +25 -12
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +25 -12
- package/chips/chips.min.js +1 -1
- package/colorpicker/colorpicker.cjs.js +5 -5
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +4 -4
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +5 -5
- package/colorpicker/colorpicker.min.js +1 -1
- package/componentbase/componentbase.cjs.js +4 -6
- package/componentbase/componentbase.cjs.min.js +1 -1
- package/componentbase/componentbase.esm.js +5 -7
- package/componentbase/componentbase.esm.min.js +1 -1
- package/componentbase/componentbase.js +4 -6
- package/componentbase/componentbase.min.js +1 -1
- package/confirmdialog/confirmdialog.cjs.js +7 -2
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +7 -2
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +8 -3
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/confirmpopup.cjs.js +5 -5
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +5 -5
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +5 -5
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/contextmenu.cjs.js +4 -3
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +4 -3
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +4 -3
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +2773 -20019
- package/core/core.min.js +41 -41
- package/datatable/datatable.cjs.js +134 -115
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +11 -3
- package/datatable/datatable.esm.js +134 -115
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +134 -115
- package/datatable/datatable.min.js +1 -1
- package/dataview/dataview.cjs.js +16 -13
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +4 -1
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +17 -15
- package/dataview/dataview.min.js +1 -1
- package/dialog/dialog.cjs.js +6 -6
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +6 -6
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +6 -6
- package/dialog/dialog.min.js +1 -1
- package/dropdown/dropdown.cjs.js +123 -53
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.d.ts +41 -0
- package/dropdown/dropdown.esm.js +123 -53
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +123 -55
- package/dropdown/dropdown.min.js +1 -1
- package/editor/editor.cjs.js +125 -54
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.esm.js +125 -54
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +125 -54
- package/editor/editor.min.js +1 -1
- package/galleria/galleria.cjs.js +22 -19
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +4 -1
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +23 -20
- package/galleria/galleria.min.js +1 -1
- package/hooks/hooks.cjs.js +115 -72
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.esm.js +116 -73
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +115 -72
- package/hooks/hooks.min.js +1 -1
- package/icons/arrowdown/index.cjs.js +2 -642
- package/icons/arrowdown/index.cjs.min.js +1 -1
- package/icons/arrowdown/index.esm.js +2 -642
- package/icons/arrowdown/index.esm.min.js +1 -1
- package/icons/arrowdown/index.js +2 -642
- package/icons/arrowdown/index.min.js +1 -1
- package/icons/arrowup/index.cjs.js +2 -642
- package/icons/arrowup/index.cjs.min.js +1 -1
- package/icons/arrowup/index.esm.js +2 -642
- package/icons/arrowup/index.esm.min.js +1 -1
- package/icons/arrowup/index.js +2 -642
- package/icons/arrowup/index.min.js +1 -1
- package/icons/ban/index.cjs.js +2 -642
- package/icons/ban/index.cjs.min.js +1 -1
- package/icons/ban/index.esm.js +2 -642
- package/icons/ban/index.esm.min.js +1 -1
- package/icons/ban/index.js +2 -642
- package/icons/ban/index.min.js +1 -1
- package/icons/blank/index.cjs.js +62 -0
- package/icons/blank/index.cjs.min.js +1 -0
- package/icons/blank/index.d.ts +19 -0
- package/icons/blank/index.esm.js +38 -0
- package/icons/blank/index.esm.min.js +1 -0
- package/icons/blank/index.js +65 -0
- package/icons/blank/index.min.js +1 -0
- package/icons/blank/package.json +7 -0
- package/icons/download/index.cjs.js +2 -642
- package/icons/download/index.cjs.min.js +1 -1
- package/icons/download/index.esm.js +2 -642
- package/icons/download/index.esm.min.js +1 -1
- package/icons/download/index.js +2 -642
- package/icons/download/index.min.js +1 -1
- package/icons/exclamationtriangle/index.cjs.js +2 -642
- package/icons/exclamationtriangle/index.cjs.min.js +1 -1
- package/icons/exclamationtriangle/index.esm.js +2 -642
- package/icons/exclamationtriangle/index.esm.min.js +1 -1
- package/icons/exclamationtriangle/index.js +2 -642
- package/icons/exclamationtriangle/index.min.js +1 -1
- package/icons/eyeslash/index.cjs.js +2 -642
- package/icons/eyeslash/index.cjs.min.js +1 -1
- package/icons/eyeslash/index.esm.js +2 -642
- package/icons/eyeslash/index.esm.min.js +1 -1
- package/icons/eyeslash/index.js +2 -642
- package/icons/eyeslash/index.min.js +1 -1
- package/icons/filter/index.cjs.js +2 -642
- package/icons/filter/index.cjs.min.js +1 -1
- package/icons/filter/index.esm.js +2 -642
- package/icons/filter/index.esm.min.js +1 -1
- package/icons/filter/index.js +2 -642
- package/icons/filter/index.min.js +1 -1
- package/icons/filterslash/index.cjs.js +2 -642
- package/icons/filterslash/index.cjs.min.js +1 -1
- package/icons/filterslash/index.esm.js +2 -642
- package/icons/filterslash/index.esm.min.js +1 -1
- package/icons/filterslash/index.js +2 -642
- package/icons/filterslash/index.min.js +1 -1
- package/icons/infocircle/index.cjs.js +2 -642
- package/icons/infocircle/index.cjs.min.js +1 -1
- package/icons/infocircle/index.esm.js +2 -642
- package/icons/infocircle/index.esm.min.js +1 -1
- package/icons/infocircle/index.js +2 -642
- package/icons/infocircle/index.min.js +1 -1
- package/icons/pencil/index.cjs.js +2 -642
- package/icons/pencil/index.cjs.min.js +1 -1
- package/icons/pencil/index.esm.js +2 -642
- package/icons/pencil/index.esm.min.js +1 -1
- package/icons/pencil/index.js +2 -642
- package/icons/pencil/index.min.js +1 -1
- package/icons/plus/index.cjs.js +2 -642
- package/icons/plus/index.cjs.min.js +1 -1
- package/icons/plus/index.esm.js +2 -642
- package/icons/plus/index.esm.min.js +1 -1
- package/icons/plus/index.js +2 -642
- package/icons/plus/index.min.js +1 -1
- package/icons/refresh/index.cjs.js +2 -642
- package/icons/refresh/index.cjs.min.js +1 -1
- package/icons/refresh/index.esm.js +2 -642
- package/icons/refresh/index.esm.min.js +1 -1
- package/icons/refresh/index.js +2 -642
- package/icons/refresh/index.min.js +1 -1
- package/icons/search/index.cjs.js +2 -642
- package/icons/search/index.cjs.min.js +1 -1
- package/icons/search/index.esm.js +2 -642
- package/icons/search/index.esm.min.js +1 -1
- package/icons/search/index.js +2 -642
- package/icons/search/index.min.js +1 -1
- package/icons/searchminus/index.cjs.js +2 -642
- package/icons/searchminus/index.cjs.min.js +1 -1
- package/icons/searchminus/index.esm.js +2 -642
- package/icons/searchminus/index.esm.min.js +1 -1
- package/icons/searchminus/index.js +2 -642
- package/icons/searchminus/index.min.js +1 -1
- package/icons/searchplus/index.cjs.js +2 -642
- package/icons/searchplus/index.cjs.min.js +1 -1
- package/icons/searchplus/index.esm.js +2 -642
- package/icons/searchplus/index.esm.min.js +1 -1
- package/icons/searchplus/index.js +2 -642
- package/icons/searchplus/index.min.js +1 -1
- package/icons/sortalt/index.cjs.js +2 -642
- package/icons/sortalt/index.cjs.min.js +1 -1
- package/icons/sortalt/index.esm.js +2 -642
- package/icons/sortalt/index.esm.min.js +1 -1
- package/icons/sortalt/index.js +2 -642
- package/icons/sortalt/index.min.js +1 -1
- package/icons/sortamountdown/index.cjs.js +2 -642
- package/icons/sortamountdown/index.cjs.min.js +1 -1
- package/icons/sortamountdown/index.esm.js +2 -642
- package/icons/sortamountdown/index.esm.min.js +1 -1
- package/icons/sortamountdown/index.js +2 -642
- package/icons/sortamountdown/index.min.js +1 -1
- package/icons/sortamountupalt/index.cjs.js +2 -642
- package/icons/sortamountupalt/index.cjs.min.js +1 -1
- package/icons/sortamountupalt/index.esm.js +2 -642
- package/icons/sortamountupalt/index.esm.min.js +1 -1
- package/icons/sortamountupalt/index.js +2 -642
- package/icons/sortamountupalt/index.min.js +1 -1
- package/icons/spinner/index.cjs.js +2 -642
- package/icons/spinner/index.cjs.min.js +1 -1
- package/icons/spinner/index.esm.js +2 -642
- package/icons/spinner/index.esm.min.js +1 -1
- package/icons/spinner/index.js +2 -642
- package/icons/spinner/index.min.js +1 -1
- package/icons/star/index.cjs.js +2 -642
- package/icons/star/index.cjs.min.js +1 -1
- package/icons/star/index.esm.js +2 -642
- package/icons/star/index.esm.min.js +1 -1
- package/icons/star/index.js +2 -642
- package/icons/star/index.min.js +1 -1
- package/icons/starfill/index.cjs.js +2 -642
- package/icons/starfill/index.cjs.min.js +1 -1
- package/icons/starfill/index.esm.js +2 -642
- package/icons/starfill/index.esm.min.js +1 -1
- package/icons/starfill/index.js +2 -642
- package/icons/starfill/index.min.js +1 -1
- package/icons/thlarge/index.cjs.js +2 -642
- package/icons/thlarge/index.cjs.min.js +1 -1
- package/icons/thlarge/index.esm.js +2 -642
- package/icons/thlarge/index.esm.min.js +1 -1
- package/icons/thlarge/index.js +2 -642
- package/icons/thlarge/index.min.js +1 -1
- package/icons/timescircle/index.cjs.js +2 -642
- package/icons/timescircle/index.cjs.min.js +1 -1
- package/icons/timescircle/index.esm.js +2 -642
- package/icons/timescircle/index.esm.min.js +1 -1
- package/icons/timescircle/index.js +2 -642
- package/icons/timescircle/index.min.js +1 -1
- package/icons/trash/index.cjs.js +2 -642
- package/icons/trash/index.cjs.min.js +1 -1
- package/icons/trash/index.esm.js +2 -642
- package/icons/trash/index.esm.min.js +1 -1
- package/icons/trash/index.js +2 -642
- package/icons/trash/index.min.js +1 -1
- package/icons/undo/index.cjs.js +2 -642
- package/icons/undo/index.cjs.min.js +1 -1
- package/icons/undo/index.esm.js +2 -642
- package/icons/undo/index.esm.min.js +1 -1
- package/icons/undo/index.js +2 -642
- package/icons/undo/index.min.js +1 -1
- package/icons/upload/index.cjs.js +2 -642
- package/icons/upload/index.cjs.min.js +1 -1
- package/icons/upload/index.esm.js +2 -642
- package/icons/upload/index.esm.min.js +1 -1
- package/icons/upload/index.js +2 -642
- package/icons/upload/index.min.js +1 -1
- package/icons/windowmaximize/index.cjs.js +2 -642
- package/icons/windowmaximize/index.cjs.min.js +1 -1
- package/icons/windowmaximize/index.esm.js +2 -642
- package/icons/windowmaximize/index.esm.min.js +1 -1
- package/icons/windowmaximize/index.js +2 -642
- package/icons/windowmaximize/index.min.js +1 -1
- package/icons/windowminimize/index.cjs.js +2 -642
- package/icons/windowminimize/index.cjs.min.js +1 -1
- package/icons/windowminimize/index.esm.js +2 -642
- package/icons/windowminimize/index.esm.min.js +1 -1
- package/icons/windowminimize/index.js +2 -642
- package/icons/windowminimize/index.min.js +1 -1
- package/image/image.cjs.js +18 -575
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +20 -577
- package/image/image.esm.min.js +1 -1
- package/image/image.js +18 -575
- package/image/image.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +22 -39
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.d.ts +5 -5
- package/inputnumber/inputnumber.esm.js +22 -39
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +22 -39
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/inputswitch.cjs.js +20 -96
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.d.ts +9 -20
- package/inputswitch/inputswitch.esm.js +20 -96
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +20 -96
- package/inputswitch/inputswitch.min.js +1 -1
- package/inputtext/inputtext.cjs.js +7 -6
- package/inputtext/inputtext.cjs.min.js +1 -1
- package/inputtext/inputtext.d.ts +5 -0
- package/inputtext/inputtext.esm.js +7 -6
- package/inputtext/inputtext.esm.min.js +1 -1
- package/inputtext/inputtext.js +7 -6
- package/inputtext/inputtext.min.js +1 -1
- package/inputtextarea/inputtextarea.cjs.js +5 -4
- package/inputtextarea/inputtextarea.cjs.min.js +1 -1
- package/inputtextarea/inputtextarea.d.ts +5 -0
- package/inputtextarea/inputtextarea.esm.js +5 -4
- package/inputtextarea/inputtextarea.esm.min.js +1 -1
- package/inputtextarea/inputtextarea.js +5 -4
- package/inputtextarea/inputtextarea.min.js +1 -1
- package/listbox/listbox.cjs.js +17 -14
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.d.ts +15 -0
- package/listbox/listbox.esm.js +18 -15
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +17 -14
- package/listbox/listbox.min.js +1 -1
- package/megamenu/megamenu.cjs.js +3 -3
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +3 -3
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +3 -3
- package/megamenu/megamenu.min.js +1 -1
- package/mention/mention.cjs.js +5 -4
- package/mention/mention.cjs.min.js +1 -1
- package/mention/mention.esm.js +5 -4
- package/mention/mention.esm.min.js +1 -1
- package/mention/mention.js +5 -4
- package/mention/mention.min.js +1 -1
- package/menu/menu.cjs.js +3 -2
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +3 -2
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +3 -2
- package/menu/menu.min.js +1 -1
- package/menubar/menubar.cjs.js +18 -14
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +18 -14
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +18 -14
- package/menubar/menubar.min.js +1 -1
- package/message/message.cjs.js +2 -8
- package/message/message.cjs.min.js +1 -1
- package/message/message.d.ts +1 -1
- package/message/message.esm.js +2 -8
- package/message/message.esm.min.js +1 -1
- package/message/message.js +2 -8
- package/message/message.min.js +1 -1
- package/messages/messages.cjs.js +1 -1
- package/messages/messages.cjs.min.js +1 -1
- package/messages/messages.d.ts +1 -1
- package/messages/messages.esm.js +1 -1
- package/messages/messages.esm.min.js +1 -1
- package/messages/messages.js +1 -1
- package/messages/messages.min.js +1 -1
- package/metergroup/metergroup.cjs.js +237 -0
- package/metergroup/metergroup.cjs.min.js +1 -0
- package/metergroup/metergroup.d.ts +183 -0
- package/metergroup/metergroup.esm.js +233 -0
- package/metergroup/metergroup.esm.min.js +1 -0
- package/metergroup/metergroup.js +236 -0
- package/metergroup/metergroup.min.js +1 -0
- package/multiselect/multiselect.cjs.js +157 -160
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +25 -1
- package/multiselect/multiselect.esm.js +157 -160
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +157 -160
- package/multiselect/multiselect.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.cjs.js +3 -4
- package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.esm.js +3 -4
- package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.js +3 -4
- package/multistatecheckbox/multistatecheckbox.min.js +1 -1
- package/orderlist/orderlist.cjs.js +35 -11
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.d.ts +5 -0
- package/orderlist/orderlist.esm.js +35 -11
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +35 -11
- package/orderlist/orderlist.min.js +1 -1
- package/overlaypanel/overlaypanel.cjs.js +3 -2
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +3 -2
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +3 -2
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +1 -1
- package/paginator/paginator.cjs.js +125 -108
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.d.ts +88 -0
- package/paginator/paginator.esm.js +125 -108
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +125 -108
- package/paginator/paginator.min.js +1 -1
- package/panelmenu/panelmenu.cjs.js +19 -14
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.d.ts +18 -0
- package/panelmenu/panelmenu.esm.js +19 -14
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +19 -14
- package/panelmenu/panelmenu.min.js +1 -1
- package/passthrough/index.d.ts +12 -0
- package/passthrough/tailwind/index.cjs.js +279 -173
- package/passthrough/tailwind/index.cjs.min.js +1 -1
- package/passthrough/tailwind/index.esm.js +279 -173
- package/passthrough/tailwind/index.esm.min.js +1 -1
- package/passthrough/tailwind/index.js +279 -173
- package/passthrough/tailwind/index.min.js +1 -1
- package/password/password.cjs.js +98 -57
- package/password/password.cjs.min.js +1 -1
- package/password/password.d.ts +5 -0
- package/password/password.esm.js +100 -59
- package/password/password.esm.min.js +1 -1
- package/password/password.js +98 -57
- package/password/password.min.js +1 -1
- package/picklist/picklist.cjs.js +127 -102
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.d.ts +5 -0
- package/picklist/picklist.esm.js +127 -102
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +127 -102
- package/picklist/picklist.min.js +1 -1
- package/primereact.all.cjs.js +2075 -2180
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +2076 -2180
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +2075 -2180
- package/primereact.all.min.js +1 -1
- package/radiobutton/radiobutton.cjs.js +69 -146
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.d.ts +17 -35
- package/radiobutton/radiobutton.esm.js +70 -147
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +69 -146
- package/radiobutton/radiobutton.min.js +1 -1
- package/rating/rating.cjs.js +2 -3
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +2 -3
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +2 -3
- package/rating/rating.min.js +1 -1
- package/resources/themes/arya-blue/theme.css +344 -67
- package/resources/themes/arya-green/theme.css +344 -67
- package/resources/themes/arya-orange/theme.css +344 -67
- package/resources/themes/bootstrap4-dark-blue/theme.css +389 -64
- package/resources/themes/bootstrap4-light-blue/theme.css +389 -64
- package/resources/themes/fluent-light/theme.css +341 -64
- package/resources/themes/lara-dark-amber/theme.css +470 -67
- package/resources/themes/lara-dark-blue/theme.css +470 -67
- package/resources/themes/lara-dark-cyan/theme.css +470 -67
- package/resources/themes/lara-dark-green/theme.css +470 -67
- package/resources/themes/lara-dark-indigo/theme.css +470 -67
- package/resources/themes/lara-dark-pink/theme.css +470 -67
- package/resources/themes/lara-dark-teal/theme.css +470 -67
- package/resources/themes/lara-light-amber/theme.css +470 -67
- package/resources/themes/lara-light-blue/theme.css +470 -67
- package/resources/themes/lara-light-cyan/theme.css +470 -67
- package/resources/themes/lara-light-green/theme.css +470 -67
- package/resources/themes/lara-light-indigo/theme.css +470 -67
- package/resources/themes/lara-light-pink/theme.css +470 -67
- package/resources/themes/lara-light-teal/theme.css +470 -67
- package/resources/themes/luna-amber/theme.css +344 -67
- package/resources/themes/luna-blue/theme.css +344 -67
- package/resources/themes/luna-green/theme.css +344 -67
- package/resources/themes/luna-pink/theme.css +344 -67
- package/resources/themes/md-dark-deeppurple/theme.css +995 -289
- package/resources/themes/md-dark-indigo/theme.css +684 -232
- package/resources/themes/md-light-deeppurple/theme.css +868 -162
- package/resources/themes/md-light-indigo/theme.css +566 -101
- package/resources/themes/mdc-dark-deeppurple/theme.css +995 -289
- package/resources/themes/mdc-dark-indigo/theme.css +697 -232
- package/resources/themes/mdc-light-deeppurple/theme.css +868 -162
- package/resources/themes/mdc-light-indigo/theme.css +566 -101
- package/resources/themes/mira/theme.css +344 -67
- package/resources/themes/nano/theme.css +344 -67
- package/resources/themes/nova/theme.css +344 -67
- package/resources/themes/nova-accent/theme.css +344 -67
- package/resources/themes/nova-alt/theme.css +344 -67
- package/resources/themes/rhea/theme.css +343 -66
- package/resources/themes/saga-blue/theme.css +344 -67
- package/resources/themes/saga-green/theme.css +344 -67
- package/resources/themes/saga-orange/theme.css +344 -67
- package/resources/themes/soho-dark/theme.css +413 -88
- package/resources/themes/soho-light/theme.css +392 -67
- package/resources/themes/tailwind-light/theme.css +344 -67
- package/resources/themes/vela-blue/theme.css +344 -67
- package/resources/themes/vela-green/theme.css +344 -67
- package/resources/themes/vela-orange/theme.css +344 -67
- package/resources/themes/viva-dark/theme.css +392 -67
- package/resources/themes/viva-light/theme.css +392 -67
- package/selectbutton/selectbutton.cjs.js +15 -8
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.d.ts +5 -0
- package/selectbutton/selectbutton.esm.js +15 -8
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +16 -9
- package/selectbutton/selectbutton.min.js +1 -1
- package/sidebar/sidebar.cjs.js +4 -3
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.d.ts +4 -4
- package/sidebar/sidebar.esm.js +4 -3
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +4 -3
- package/sidebar/sidebar.min.js +1 -1
- package/slidemenu/slidemenu.cjs.js +7 -5
- package/slidemenu/slidemenu.cjs.min.js +1 -1
- package/slidemenu/slidemenu.esm.js +7 -5
- package/slidemenu/slidemenu.esm.min.js +1 -1
- package/slidemenu/slidemenu.js +7 -5
- package/slidemenu/slidemenu.min.js +1 -1
- package/slider/slider.cjs.js +18 -2
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +18 -2
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +18 -2
- package/slider/slider.min.js +1 -1
- package/splitbutton/splitbutton.cjs.js +9 -12
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.d.ts +2 -2
- package/splitbutton/splitbutton.esm.js +9 -12
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +9 -12
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/splitter.cjs.js +16 -21
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.d.ts +5 -5
- package/splitter/splitter.esm.js +16 -21
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +16 -21
- package/splitter/splitter.min.js +1 -1
- package/steps/steps.cjs.js +4 -3
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +4 -3
- 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 +21 -1
- package/styleclass/styleclass.cjs.min.js +1 -1
- package/styleclass/styleclass.d.ts +10 -0
- package/styleclass/styleclass.esm.js +21 -1
- package/styleclass/styleclass.esm.min.js +1 -1
- package/styleclass/styleclass.js +22 -2
- package/styleclass/styleclass.min.js +1 -1
- package/tabmenu/tabmenu.cjs.js +5 -4
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +5 -4
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +5 -4
- package/tabmenu/tabmenu.min.js +1 -1
- package/tieredmenu/tieredmenu.cjs.js +6 -8
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +6 -8
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +6 -8
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/toast/toast.cjs.js +93 -92
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.d.ts +1 -1
- package/toast/toast.esm.js +93 -92
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +93 -92
- package/toast/toast.min.js +1 -1
- package/togglebutton/togglebutton.cjs.js +56 -95
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.d.ts +24 -0
- package/togglebutton/togglebutton.esm.js +55 -94
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +56 -95
- package/togglebutton/togglebutton.min.js +1 -1
- package/tooltip/tooltip.d.ts +3 -3
- package/tooltip/tooltipoptions.d.ts +5 -0
- package/tree/tree.cjs.js +52 -39
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.d.ts +5 -0
- package/tree/tree.esm.js +52 -39
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +52 -39
- package/tree/tree.min.js +1 -1
- package/treeselect/treeselect.cjs.js +5 -4
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.d.ts +5 -0
- package/treeselect/treeselect.esm.js +5 -4
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +5 -4
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/treetable.cjs.js +18 -15
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +18 -15
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +18 -15
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.cjs.js +36 -94
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.d.ts +12 -13
- package/tristatecheckbox/tristatecheckbox.esm.js +37 -95
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +36 -94
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/utils/utils.cjs.js +64 -72
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +11 -2
- package/utils/utils.esm.js +65 -72
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +64 -72
- package/utils/utils.min.js +1 -1
- package/virtualscroller/virtualscroller.cjs.js +17 -15
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +14 -12
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +17 -15
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +519 -39
package/datatable/datatable.js
CHANGED
|
@@ -543,7 +543,7 @@ this.primereact.datatable = (function (exports, React, PrimeReact$1, componentba
|
|
|
543
543
|
lazy: false,
|
|
544
544
|
loading: false,
|
|
545
545
|
loadingIcon: null,
|
|
546
|
-
metaKeySelection:
|
|
546
|
+
metaKeySelection: false,
|
|
547
547
|
multiSortMeta: null,
|
|
548
548
|
onAllRowsSelect: null,
|
|
549
549
|
onAllRowsUnselect: null,
|
|
@@ -925,6 +925,9 @@ this.primereact.datatable = (function (exports, React, PrimeReact$1, componentba
|
|
|
925
925
|
};
|
|
926
926
|
var field = getColumnProp('field') || "field_".concat(props.index);
|
|
927
927
|
var editingKey = props.dataKey ? props.rowData && props.rowData[props.dataKey] || props.rowIndex : props.rowIndex;
|
|
928
|
+
var isEditable = function isEditable() {
|
|
929
|
+
return getColumnProp('editor');
|
|
930
|
+
};
|
|
928
931
|
var _useEventListener = hooks.useEventListener({
|
|
929
932
|
type: 'click',
|
|
930
933
|
listener: function listener(e) {
|
|
@@ -936,14 +939,12 @@ this.primereact.datatable = (function (exports, React, PrimeReact$1, componentba
|
|
|
936
939
|
}
|
|
937
940
|
selfClick.current = false;
|
|
938
941
|
},
|
|
939
|
-
options: true
|
|
942
|
+
options: true,
|
|
943
|
+
when: isEditable()
|
|
940
944
|
}),
|
|
941
945
|
_useEventListener2 = _slicedToArray(_useEventListener, 2),
|
|
942
946
|
bindDocumentClickListener = _useEventListener2[0],
|
|
943
947
|
unbindDocumentClickListener = _useEventListener2[1];
|
|
944
|
-
var isEditable = function isEditable() {
|
|
945
|
-
return getColumnProp('editor');
|
|
946
|
-
};
|
|
947
948
|
var isSelected = function isSelected() {
|
|
948
949
|
return props.selection ? props.selection instanceof Array ? findIndex(props.selection) > -1 : equals(props.selection) : false;
|
|
949
950
|
};
|
|
@@ -1493,22 +1494,23 @@ this.primereact.datatable = (function (exports, React, PrimeReact$1, componentba
|
|
|
1493
1494
|
onCancelClick: onRowEditCancel,
|
|
1494
1495
|
cancelClassName: cx('rowEditorCancelButton')
|
|
1495
1496
|
};
|
|
1496
|
-
var rowEditorSaveButtonProps = mergeProps(
|
|
1497
|
+
var rowEditorSaveButtonProps = mergeProps({
|
|
1497
1498
|
type: 'button',
|
|
1498
1499
|
name: 'row-save',
|
|
1499
1500
|
'aria-label': PrimeReact$1.ariaLabel('saveEdit'),
|
|
1500
1501
|
onClick: rowEditorProps.onSaveClick,
|
|
1501
1502
|
className: rowEditorProps.saveClassName,
|
|
1502
|
-
tabIndex: props.tabIndex
|
|
1503
|
-
|
|
1504
|
-
|
|
1503
|
+
tabIndex: props.tabIndex,
|
|
1504
|
+
'data-p-row-editor-save': true
|
|
1505
|
+
}, getColumnPTOptions('rowEditorSaveButton'));
|
|
1506
|
+
var rowEditorCancelButtonProps = mergeProps({
|
|
1505
1507
|
type: 'button',
|
|
1506
1508
|
name: 'row-cancel',
|
|
1507
1509
|
'aria-label': PrimeReact$1.ariaLabel('cancelEdit'),
|
|
1508
1510
|
onClick: rowEditorProps.onCancelClick,
|
|
1509
1511
|
className: rowEditorProps.cancelClassName,
|
|
1510
1512
|
tabIndex: props.tabIndex
|
|
1511
|
-
},
|
|
1513
|
+
}, getColumnPTOptions('rowEditorCancelButton'));
|
|
1512
1514
|
content = /*#__PURE__*/React__namespace.createElement(React__namespace.Fragment, null, /*#__PURE__*/React__namespace.createElement("button", rowEditorSaveButtonProps, rowEditorSaveIcon, /*#__PURE__*/React__namespace.createElement(ripple.Ripple, null)), /*#__PURE__*/React__namespace.createElement("button", rowEditorCancelButtonProps, rowEditorCancelIcon, /*#__PURE__*/React__namespace.createElement(ripple.Ripple, null)));
|
|
1513
1515
|
} else {
|
|
1514
1516
|
rowEditorProps = {
|
|
@@ -1516,14 +1518,15 @@ this.primereact.datatable = (function (exports, React, PrimeReact$1, componentba
|
|
|
1516
1518
|
onInitClick: onRowEditInit,
|
|
1517
1519
|
initClassName: cx('rowEditorInitButton')
|
|
1518
1520
|
};
|
|
1519
|
-
var rowEditorInitButtonProps = mergeProps(
|
|
1521
|
+
var rowEditorInitButtonProps = mergeProps({
|
|
1520
1522
|
type: 'button',
|
|
1521
1523
|
name: 'row-edit',
|
|
1522
1524
|
'aria-label': PrimeReact$1.ariaLabel('editRow'),
|
|
1523
1525
|
onClick: rowEditorProps.onInitClick,
|
|
1524
1526
|
className: rowEditorProps.initClassName,
|
|
1525
|
-
tabIndex: props.tabIndex
|
|
1526
|
-
|
|
1527
|
+
tabIndex: props.tabIndex,
|
|
1528
|
+
'data-p-row-editor-init': true
|
|
1529
|
+
}, getColumnPTOptions('rowEditorInitButton'));
|
|
1527
1530
|
content = /*#__PURE__*/React__namespace.createElement("button", rowEditorInitButtonProps, rowEditorInitIcon, /*#__PURE__*/React__namespace.createElement(ripple.Ripple, null));
|
|
1528
1531
|
}
|
|
1529
1532
|
if (body) {
|
|
@@ -1971,13 +1974,15 @@ this.primereact.datatable = (function (exports, React, PrimeReact$1, componentba
|
|
|
1971
1974
|
var event = e.originalEvent,
|
|
1972
1975
|
newData = e.newData;
|
|
1973
1976
|
var valid = props.rowEditValidator ? props.rowEditValidator(newData, {
|
|
1974
|
-
props: props.tableProps
|
|
1977
|
+
props: props.tableProps,
|
|
1978
|
+
rowIndex: props.rowIndex
|
|
1975
1979
|
}) : true;
|
|
1976
1980
|
if (props.onRowEditSave) {
|
|
1977
1981
|
props.onRowEditSave({
|
|
1978
1982
|
originalEvent: event,
|
|
1979
1983
|
data: props.rowData,
|
|
1980
1984
|
index: props.rowIndex,
|
|
1985
|
+
newData: newData,
|
|
1981
1986
|
valid: valid
|
|
1982
1987
|
});
|
|
1983
1988
|
}
|
|
@@ -2070,7 +2075,7 @@ this.primereact.datatable = (function (exports, React, PrimeReact$1, componentba
|
|
|
2070
2075
|
var rowProps = mergeProps({
|
|
2071
2076
|
role: 'row',
|
|
2072
2077
|
tabIndex: tabIndex,
|
|
2073
|
-
className: utils.classNames(
|
|
2078
|
+
className: utils.classNames(cx('bodyRow', {
|
|
2074
2079
|
rowProps: props
|
|
2075
2080
|
})),
|
|
2076
2081
|
style: style,
|
|
@@ -2129,7 +2134,10 @@ this.primereact.datatable = (function (exports, React, PrimeReact$1, componentba
|
|
|
2129
2134
|
}),
|
|
2130
2135
|
'data-p-highlight': props.selected,
|
|
2131
2136
|
'data-p-highlight-contextmenu': props.contextMenuSelected
|
|
2132
|
-
}, getBodyRowPTOptions('bodyRow')
|
|
2137
|
+
}, getBodyRowPTOptions('bodyRow'), {
|
|
2138
|
+
className: rowClassName // #5983 must be last so all unstyled merging takes place first
|
|
2139
|
+
});
|
|
2140
|
+
|
|
2133
2141
|
return /*#__PURE__*/React__namespace.createElement("tr", rowProps, content);
|
|
2134
2142
|
});
|
|
2135
2143
|
BodyRow.displayName = 'BodyRow';
|
|
@@ -2483,7 +2491,6 @@ this.primereact.datatable = (function (exports, React, PrimeReact$1, componentba
|
|
|
2483
2491
|
type: type
|
|
2484
2492
|
});
|
|
2485
2493
|
}
|
|
2486
|
-
focusOnElement(originalEvent, true);
|
|
2487
2494
|
if (props.onSelectionChange && selection !== props.selection) {
|
|
2488
2495
|
props.onSelectionChange({
|
|
2489
2496
|
originalEvent: originalEvent,
|
|
@@ -2505,16 +2512,27 @@ this.primereact.datatable = (function (exports, React, PrimeReact$1, componentba
|
|
|
2505
2512
|
}
|
|
2506
2513
|
anchorRowIndex.current = rangeRowIndex.current;
|
|
2507
2514
|
anchorCellIndex.current = event.cellIndex;
|
|
2508
|
-
focusOnElement(event.originalEvent, false);
|
|
2509
2515
|
};
|
|
2510
2516
|
var selectRange = function selectRange(event) {
|
|
2511
|
-
var rangeStart, rangeEnd;
|
|
2517
|
+
var rangeStart, rangeEnd, selectedSize;
|
|
2518
|
+
var isAllowCellSelection = allowCellSelection();
|
|
2519
|
+
var index = utils.ObjectUtils.findIndexInList(event.data, props.value, props.dataKey);
|
|
2512
2520
|
if (rangeRowIndex.current > anchorRowIndex.current) {
|
|
2513
2521
|
rangeStart = anchorRowIndex.current;
|
|
2514
2522
|
rangeEnd = rangeRowIndex.current;
|
|
2523
|
+
if (!isAllowCellSelection) {
|
|
2524
|
+
selectedSize = rangeEnd - rangeStart;
|
|
2525
|
+
rangeEnd = index;
|
|
2526
|
+
rangeStart = index - selectedSize;
|
|
2527
|
+
}
|
|
2515
2528
|
} else if (rangeRowIndex.current < anchorRowIndex.current) {
|
|
2516
2529
|
rangeStart = rangeRowIndex.current;
|
|
2517
2530
|
rangeEnd = anchorRowIndex.current;
|
|
2531
|
+
if (!isAllowCellSelection) {
|
|
2532
|
+
selectedSize = rangeEnd - rangeStart;
|
|
2533
|
+
rangeStart = index;
|
|
2534
|
+
rangeEnd = index + selectedSize;
|
|
2535
|
+
}
|
|
2518
2536
|
} else {
|
|
2519
2537
|
rangeStart = rangeEnd = rangeRowIndex.current;
|
|
2520
2538
|
}
|
|
@@ -2522,7 +2540,7 @@ this.primereact.datatable = (function (exports, React, PrimeReact$1, componentba
|
|
|
2522
2540
|
rangeStart = Math.max(rangeStart - props.first, 0);
|
|
2523
2541
|
rangeEnd -= props.first;
|
|
2524
2542
|
}
|
|
2525
|
-
return
|
|
2543
|
+
return isAllowCellSelection ? selectRangeOnCell(event, rangeStart, rangeEnd) : selectRangeOnRow(event, rangeStart, rangeEnd);
|
|
2526
2544
|
};
|
|
2527
2545
|
var selectRangeOnRow = function selectRangeOnRow(event, rowRangeStart, rowRangeEnd) {
|
|
2528
2546
|
var value = props.value;
|
|
@@ -3511,127 +3529,127 @@ this.primereact.datatable = (function (exports, React, PrimeReact$1, componentba
|
|
|
3511
3529
|
|
|
3512
3530
|
var locales = {
|
|
3513
3531
|
en: {
|
|
3514
|
-
|
|
3532
|
+
accept: 'Yes',
|
|
3533
|
+
addRule: 'Add Rule',
|
|
3534
|
+
am: 'AM',
|
|
3535
|
+
apply: 'Apply',
|
|
3536
|
+
cancel: 'Cancel',
|
|
3537
|
+
choose: 'Choose',
|
|
3538
|
+
chooseDate: 'Choose Date',
|
|
3539
|
+
chooseMonth: 'Choose Month',
|
|
3540
|
+
chooseYear: 'Choose Year',
|
|
3541
|
+
clear: 'Clear',
|
|
3542
|
+
completed: 'Completed',
|
|
3515
3543
|
contains: 'Contains',
|
|
3516
|
-
|
|
3544
|
+
custom: 'Custom',
|
|
3545
|
+
dateAfter: 'Date is after',
|
|
3546
|
+
dateBefore: 'Date is before',
|
|
3547
|
+
dateFormat: 'mm/dd/yy',
|
|
3548
|
+
dateIs: 'Date is',
|
|
3549
|
+
dateIsNot: 'Date is not',
|
|
3550
|
+
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
|
|
3551
|
+
dayNamesMin: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
|
|
3552
|
+
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
|
|
3553
|
+
emptyFilterMessage: 'No results found',
|
|
3554
|
+
emptyMessage: 'No available options',
|
|
3555
|
+
emptySearchMessage: 'No results found',
|
|
3556
|
+
emptySelectionMessage: 'No selected item',
|
|
3517
3557
|
endsWith: 'Ends with',
|
|
3518
3558
|
equals: 'Equals',
|
|
3519
|
-
|
|
3520
|
-
noFilter: 'No Filter',
|
|
3559
|
+
fileSizeTypes: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],
|
|
3521
3560
|
filter: 'Filter',
|
|
3522
|
-
|
|
3523
|
-
lte: 'Less than or equal to',
|
|
3561
|
+
firstDayOfWeek: 0,
|
|
3524
3562
|
gt: 'Greater than',
|
|
3525
3563
|
gte: 'Greater than or equal to',
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
dateBefore: 'Date is before',
|
|
3529
|
-
dateAfter: 'Date is after',
|
|
3530
|
-
custom: 'Custom',
|
|
3531
|
-
clear: 'Clear',
|
|
3532
|
-
close: 'Close',
|
|
3533
|
-
apply: 'Apply',
|
|
3564
|
+
lt: 'Less than',
|
|
3565
|
+
lte: 'Less than or equal to',
|
|
3534
3566
|
matchAll: 'Match All',
|
|
3535
3567
|
matchAny: 'Match Any',
|
|
3536
|
-
|
|
3537
|
-
removeRule: 'Remove Rule',
|
|
3538
|
-
accept: 'Yes',
|
|
3539
|
-
reject: 'No',
|
|
3540
|
-
choose: 'Choose',
|
|
3541
|
-
upload: 'Upload',
|
|
3542
|
-
cancel: 'Cancel',
|
|
3543
|
-
completed: 'Completed',
|
|
3544
|
-
pending: 'Pending',
|
|
3545
|
-
fileSizeTypes: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],
|
|
3546
|
-
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
|
|
3547
|
-
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
|
|
3548
|
-
dayNamesMin: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
|
|
3568
|
+
medium: 'Medium',
|
|
3549
3569
|
monthNames: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
|
|
3550
3570
|
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
|
|
3551
|
-
chooseYear: 'Choose Year',
|
|
3552
|
-
chooseMonth: 'Choose Month',
|
|
3553
|
-
chooseDate: 'Choose Date',
|
|
3554
|
-
prevDecade: 'Previous Decade',
|
|
3555
3571
|
nextDecade: 'Next Decade',
|
|
3556
|
-
prevYear: 'Previous Year',
|
|
3557
|
-
nextYear: 'Next Year',
|
|
3558
|
-
prevMonth: 'Previous Month',
|
|
3559
|
-
nextMonth: 'Next Month',
|
|
3560
|
-
prevHour: 'Previous Hour',
|
|
3561
3572
|
nextHour: 'Next Hour',
|
|
3562
|
-
prevMinute: 'Previous Minute',
|
|
3563
3573
|
nextMinute: 'Next Minute',
|
|
3564
|
-
|
|
3574
|
+
nextMonth: 'Next Month',
|
|
3565
3575
|
nextSecond: 'Next Second',
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
today: 'Today',
|
|
3576
|
+
nextYear: 'Next Year',
|
|
3577
|
+
noFilter: 'No Filter',
|
|
3578
|
+
notContains: 'Not contains',
|
|
3579
|
+
notEquals: 'Not equals',
|
|
3571
3580
|
now: 'Now',
|
|
3572
|
-
|
|
3573
|
-
|
|
3581
|
+
passwordPrompt: 'Enter a password',
|
|
3582
|
+
pending: 'Pending',
|
|
3583
|
+
pm: 'PM',
|
|
3584
|
+
prevDecade: 'Previous Decade',
|
|
3585
|
+
prevHour: 'Previous Hour',
|
|
3586
|
+
prevMinute: 'Previous Minute',
|
|
3587
|
+
prevMonth: 'Previous Month',
|
|
3588
|
+
prevSecond: 'Previous Second',
|
|
3589
|
+
prevYear: 'Previous Year',
|
|
3590
|
+
reject: 'No',
|
|
3591
|
+
removeRule: 'Remove Rule',
|
|
3592
|
+
searchMessage: '{0} results are available',
|
|
3593
|
+
selectionMessage: '{0} items selected',
|
|
3574
3594
|
showMonthAfterYear: false,
|
|
3575
|
-
|
|
3576
|
-
weak: 'Weak',
|
|
3577
|
-
medium: 'Medium',
|
|
3595
|
+
startsWith: 'Starts with',
|
|
3578
3596
|
strong: 'Strong',
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3597
|
+
today: 'Today',
|
|
3598
|
+
upload: 'Upload',
|
|
3599
|
+
weak: 'Weak',
|
|
3600
|
+
weekHeader: 'Wk',
|
|
3582
3601
|
aria: {
|
|
3583
|
-
|
|
3584
|
-
falseLabel: 'False',
|
|
3585
|
-
nullLabel: 'Not Selected',
|
|
3586
|
-
star: '1 star',
|
|
3587
|
-
stars: '{star} stars',
|
|
3588
|
-
selectAll: 'All items selected',
|
|
3589
|
-
unselectAll: 'All items unselected',
|
|
3602
|
+
cancelEdit: 'Cancel Edit',
|
|
3590
3603
|
close: 'Close',
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
moveDown: 'Move Down',
|
|
3598
|
-
moveBottom: 'Move Bottom',
|
|
3599
|
-
moveToTarget: 'Move to Target',
|
|
3600
|
-
moveToSource: 'Move to Source',
|
|
3601
|
-
moveAllToTarget: 'Move All to Target',
|
|
3602
|
-
moveAllToSource: 'Move All to Source',
|
|
3603
|
-
pageLabel: 'Page {page}',
|
|
3604
|
+
collapseRow: 'Row Collapsed',
|
|
3605
|
+
editRow: 'Edit Row',
|
|
3606
|
+
expandRow: 'Row Expanded',
|
|
3607
|
+
falseLabel: 'False',
|
|
3608
|
+
filterConstraint: 'Filter Constraint',
|
|
3609
|
+
filterOperator: 'Filter Operator',
|
|
3604
3610
|
firstPageLabel: 'First Page',
|
|
3611
|
+
gridView: 'Grid View',
|
|
3612
|
+
hideFilterMenu: 'Hide Filter Menu',
|
|
3613
|
+
jumpToPageDropdownLabel: 'Jump to Page Dropdown',
|
|
3614
|
+
jumpToPageInputLabel: 'Jump to Page Input',
|
|
3605
3615
|
lastPageLabel: 'Last Page',
|
|
3616
|
+
listView: 'List View',
|
|
3617
|
+
moveAllToSource: 'Move All to Source',
|
|
3618
|
+
moveAllToTarget: 'Move All to Target',
|
|
3619
|
+
moveBottom: 'Move Bottom',
|
|
3620
|
+
moveDown: 'Move Down',
|
|
3621
|
+
moveToSource: 'Move to Source',
|
|
3622
|
+
moveToTarget: 'Move to Target',
|
|
3623
|
+
moveTop: 'Move Top',
|
|
3624
|
+
moveUp: 'Move Up',
|
|
3625
|
+
navigation: 'Navigation',
|
|
3626
|
+
next: 'Next',
|
|
3606
3627
|
nextPageLabel: 'Next Page',
|
|
3628
|
+
nullLabel: 'Not Selected',
|
|
3629
|
+
pageLabel: 'Page {page}',
|
|
3630
|
+
otpLabel: 'Please enter one time password character {0}',
|
|
3631
|
+
passwordHide: 'Hide Password',
|
|
3632
|
+
passwordShow: 'Show Password',
|
|
3633
|
+
previous: 'Previous',
|
|
3607
3634
|
previousPageLabel: 'Previous Page',
|
|
3635
|
+
rotateLeft: 'Rotate Left',
|
|
3636
|
+
rotateRight: 'Rotate Right',
|
|
3608
3637
|
rowsPerPageLabel: 'Rows per page',
|
|
3609
|
-
|
|
3610
|
-
|
|
3638
|
+
saveEdit: 'Save Edit',
|
|
3639
|
+
scrollTop: 'Scroll Top',
|
|
3640
|
+
selectAll: 'All items selected',
|
|
3611
3641
|
selectRow: 'Row Selected',
|
|
3612
|
-
unselectRow: 'Row Unselected',
|
|
3613
|
-
expandRow: 'Row Expanded',
|
|
3614
|
-
collapseRow: 'Row Collapsed',
|
|
3615
3642
|
showFilterMenu: 'Show Filter Menu',
|
|
3616
|
-
hideFilterMenu: 'Hide Filter Menu',
|
|
3617
|
-
filterOperator: 'Filter Operator',
|
|
3618
|
-
filterConstraint: 'Filter Constraint',
|
|
3619
|
-
editRow: 'Row Edit',
|
|
3620
|
-
saveEdit: 'Save Edit',
|
|
3621
|
-
cancelEdit: 'Cancel Edit',
|
|
3622
|
-
listView: 'List View',
|
|
3623
|
-
gridView: 'Grid View',
|
|
3624
3643
|
slide: 'Slide',
|
|
3625
3644
|
slideNumber: '{slideNumber}',
|
|
3645
|
+
star: '1 star',
|
|
3646
|
+
stars: '{star} stars',
|
|
3647
|
+
trueLabel: 'True',
|
|
3648
|
+
unselectAll: 'All items unselected',
|
|
3649
|
+
unselectRow: 'Row Unselected',
|
|
3626
3650
|
zoomImage: 'Zoom Image',
|
|
3627
3651
|
zoomIn: 'Zoom In',
|
|
3628
|
-
zoomOut: 'Zoom Out'
|
|
3629
|
-
rotateRight: 'Rotate Right',
|
|
3630
|
-
rotateLeft: 'Rotate Left',
|
|
3631
|
-
selectLabel: 'Select',
|
|
3632
|
-
unselectLabel: 'Unselect',
|
|
3633
|
-
expandLabel: 'Expand',
|
|
3634
|
-
collapseLabel: 'Collapse'
|
|
3652
|
+
zoomOut: 'Zoom Out'
|
|
3635
3653
|
}
|
|
3636
3654
|
}
|
|
3637
3655
|
};
|
|
@@ -3788,7 +3806,9 @@ this.primereact.datatable = (function (exports, React, PrimeReact$1, componentba
|
|
|
3788
3806
|
overlayVisibleState = _React$useState2[0],
|
|
3789
3807
|
setOverlayVisibleState = _React$useState2[1];
|
|
3790
3808
|
var overlayRef = React__namespace.useRef(null);
|
|
3791
|
-
var overlayId = React__namespace.useRef(
|
|
3809
|
+
var overlayId = React__namespace.useRef(function () {
|
|
3810
|
+
return utils.UniqueComponentId();
|
|
3811
|
+
});
|
|
3792
3812
|
var iconRef = React__namespace.useRef(null);
|
|
3793
3813
|
var selfClick = React__namespace.useRef(false);
|
|
3794
3814
|
var overlayEventListener = React__namespace.useRef(null);
|
|
@@ -5065,11 +5085,10 @@ this.primereact.datatable = (function (exports, React, PrimeReact$1, componentba
|
|
|
5065
5085
|
ref: elementRef
|
|
5066
5086
|
}, headerCellProps), resizer, header), hasTooltip && /*#__PURE__*/React__namespace.createElement(tooltip.Tooltip, _extends({
|
|
5067
5087
|
target: elementRef,
|
|
5068
|
-
content: headerTooltip
|
|
5069
|
-
}, headerTooltipOptions, {
|
|
5088
|
+
content: headerTooltip,
|
|
5070
5089
|
pt: getColumnPTOptions('tooltip'),
|
|
5071
5090
|
unstyled: props.unstyled
|
|
5072
|
-
})));
|
|
5091
|
+
}, headerTooltipOptions)));
|
|
5073
5092
|
};
|
|
5074
5093
|
var element = createElement();
|
|
5075
5094
|
return element;
|