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
|
@@ -576,7 +576,7 @@ var DataTableBase = componentbase.ComponentBase.extend({
|
|
|
576
576
|
lazy: false,
|
|
577
577
|
loading: false,
|
|
578
578
|
loadingIcon: null,
|
|
579
|
-
metaKeySelection:
|
|
579
|
+
metaKeySelection: false,
|
|
580
580
|
multiSortMeta: null,
|
|
581
581
|
onAllRowsSelect: null,
|
|
582
582
|
onAllRowsUnselect: null,
|
|
@@ -958,6 +958,9 @@ var BodyCell = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
958
958
|
};
|
|
959
959
|
var field = getColumnProp('field') || "field_".concat(props.index);
|
|
960
960
|
var editingKey = props.dataKey ? props.rowData && props.rowData[props.dataKey] || props.rowIndex : props.rowIndex;
|
|
961
|
+
var isEditable = function isEditable() {
|
|
962
|
+
return getColumnProp('editor');
|
|
963
|
+
};
|
|
961
964
|
var _useEventListener = hooks.useEventListener({
|
|
962
965
|
type: 'click',
|
|
963
966
|
listener: function listener(e) {
|
|
@@ -969,14 +972,12 @@ var BodyCell = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
969
972
|
}
|
|
970
973
|
selfClick.current = false;
|
|
971
974
|
},
|
|
972
|
-
options: true
|
|
975
|
+
options: true,
|
|
976
|
+
when: isEditable()
|
|
973
977
|
}),
|
|
974
978
|
_useEventListener2 = _slicedToArray(_useEventListener, 2),
|
|
975
979
|
bindDocumentClickListener = _useEventListener2[0],
|
|
976
980
|
unbindDocumentClickListener = _useEventListener2[1];
|
|
977
|
-
var isEditable = function isEditable() {
|
|
978
|
-
return getColumnProp('editor');
|
|
979
|
-
};
|
|
980
981
|
var isSelected = function isSelected() {
|
|
981
982
|
return props.selection ? props.selection instanceof Array ? findIndex(props.selection) > -1 : equals(props.selection) : false;
|
|
982
983
|
};
|
|
@@ -1526,22 +1527,23 @@ var BodyCell = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
1526
1527
|
onCancelClick: onRowEditCancel,
|
|
1527
1528
|
cancelClassName: cx('rowEditorCancelButton')
|
|
1528
1529
|
};
|
|
1529
|
-
var rowEditorSaveButtonProps = mergeProps(
|
|
1530
|
+
var rowEditorSaveButtonProps = mergeProps({
|
|
1530
1531
|
type: 'button',
|
|
1531
1532
|
name: 'row-save',
|
|
1532
1533
|
'aria-label': PrimeReact$1.ariaLabel('saveEdit'),
|
|
1533
1534
|
onClick: rowEditorProps.onSaveClick,
|
|
1534
1535
|
className: rowEditorProps.saveClassName,
|
|
1535
|
-
tabIndex: props.tabIndex
|
|
1536
|
-
|
|
1537
|
-
|
|
1536
|
+
tabIndex: props.tabIndex,
|
|
1537
|
+
'data-p-row-editor-save': true
|
|
1538
|
+
}, getColumnPTOptions('rowEditorSaveButton'));
|
|
1539
|
+
var rowEditorCancelButtonProps = mergeProps({
|
|
1538
1540
|
type: 'button',
|
|
1539
1541
|
name: 'row-cancel',
|
|
1540
1542
|
'aria-label': PrimeReact$1.ariaLabel('cancelEdit'),
|
|
1541
1543
|
onClick: rowEditorProps.onCancelClick,
|
|
1542
1544
|
className: rowEditorProps.cancelClassName,
|
|
1543
1545
|
tabIndex: props.tabIndex
|
|
1544
|
-
},
|
|
1546
|
+
}, getColumnPTOptions('rowEditorCancelButton'));
|
|
1545
1547
|
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)));
|
|
1546
1548
|
} else {
|
|
1547
1549
|
rowEditorProps = {
|
|
@@ -1549,14 +1551,15 @@ var BodyCell = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
1549
1551
|
onInitClick: onRowEditInit,
|
|
1550
1552
|
initClassName: cx('rowEditorInitButton')
|
|
1551
1553
|
};
|
|
1552
|
-
var rowEditorInitButtonProps = mergeProps(
|
|
1554
|
+
var rowEditorInitButtonProps = mergeProps({
|
|
1553
1555
|
type: 'button',
|
|
1554
1556
|
name: 'row-edit',
|
|
1555
1557
|
'aria-label': PrimeReact$1.ariaLabel('editRow'),
|
|
1556
1558
|
onClick: rowEditorProps.onInitClick,
|
|
1557
1559
|
className: rowEditorProps.initClassName,
|
|
1558
|
-
tabIndex: props.tabIndex
|
|
1559
|
-
|
|
1560
|
+
tabIndex: props.tabIndex,
|
|
1561
|
+
'data-p-row-editor-init': true
|
|
1562
|
+
}, getColumnPTOptions('rowEditorInitButton'));
|
|
1560
1563
|
content = /*#__PURE__*/React__namespace.createElement("button", rowEditorInitButtonProps, rowEditorInitIcon, /*#__PURE__*/React__namespace.createElement(ripple.Ripple, null));
|
|
1561
1564
|
}
|
|
1562
1565
|
if (body) {
|
|
@@ -2004,13 +2007,15 @@ var BodyRow = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
2004
2007
|
var event = e.originalEvent,
|
|
2005
2008
|
newData = e.newData;
|
|
2006
2009
|
var valid = props.rowEditValidator ? props.rowEditValidator(newData, {
|
|
2007
|
-
props: props.tableProps
|
|
2010
|
+
props: props.tableProps,
|
|
2011
|
+
rowIndex: props.rowIndex
|
|
2008
2012
|
}) : true;
|
|
2009
2013
|
if (props.onRowEditSave) {
|
|
2010
2014
|
props.onRowEditSave({
|
|
2011
2015
|
originalEvent: event,
|
|
2012
2016
|
data: props.rowData,
|
|
2013
2017
|
index: props.rowIndex,
|
|
2018
|
+
newData: newData,
|
|
2014
2019
|
valid: valid
|
|
2015
2020
|
});
|
|
2016
2021
|
}
|
|
@@ -2103,7 +2108,7 @@ var BodyRow = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
2103
2108
|
var rowProps = mergeProps({
|
|
2104
2109
|
role: 'row',
|
|
2105
2110
|
tabIndex: tabIndex,
|
|
2106
|
-
className: utils.classNames(
|
|
2111
|
+
className: utils.classNames(cx('bodyRow', {
|
|
2107
2112
|
rowProps: props
|
|
2108
2113
|
})),
|
|
2109
2114
|
style: style,
|
|
@@ -2162,7 +2167,10 @@ var BodyRow = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
2162
2167
|
}),
|
|
2163
2168
|
'data-p-highlight': props.selected,
|
|
2164
2169
|
'data-p-highlight-contextmenu': props.contextMenuSelected
|
|
2165
|
-
}, getBodyRowPTOptions('bodyRow')
|
|
2170
|
+
}, getBodyRowPTOptions('bodyRow'), {
|
|
2171
|
+
className: rowClassName // #5983 must be last so all unstyled merging takes place first
|
|
2172
|
+
});
|
|
2173
|
+
|
|
2166
2174
|
return /*#__PURE__*/React__namespace.createElement("tr", rowProps, content);
|
|
2167
2175
|
});
|
|
2168
2176
|
BodyRow.displayName = 'BodyRow';
|
|
@@ -2516,7 +2524,6 @@ var TableBody = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespac
|
|
|
2516
2524
|
type: type
|
|
2517
2525
|
});
|
|
2518
2526
|
}
|
|
2519
|
-
focusOnElement(originalEvent, true);
|
|
2520
2527
|
if (props.onSelectionChange && selection !== props.selection) {
|
|
2521
2528
|
props.onSelectionChange({
|
|
2522
2529
|
originalEvent: originalEvent,
|
|
@@ -2538,16 +2545,27 @@ var TableBody = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespac
|
|
|
2538
2545
|
}
|
|
2539
2546
|
anchorRowIndex.current = rangeRowIndex.current;
|
|
2540
2547
|
anchorCellIndex.current = event.cellIndex;
|
|
2541
|
-
focusOnElement(event.originalEvent, false);
|
|
2542
2548
|
};
|
|
2543
2549
|
var selectRange = function selectRange(event) {
|
|
2544
|
-
var rangeStart, rangeEnd;
|
|
2550
|
+
var rangeStart, rangeEnd, selectedSize;
|
|
2551
|
+
var isAllowCellSelection = allowCellSelection();
|
|
2552
|
+
var index = utils.ObjectUtils.findIndexInList(event.data, props.value, props.dataKey);
|
|
2545
2553
|
if (rangeRowIndex.current > anchorRowIndex.current) {
|
|
2546
2554
|
rangeStart = anchorRowIndex.current;
|
|
2547
2555
|
rangeEnd = rangeRowIndex.current;
|
|
2556
|
+
if (!isAllowCellSelection) {
|
|
2557
|
+
selectedSize = rangeEnd - rangeStart;
|
|
2558
|
+
rangeEnd = index;
|
|
2559
|
+
rangeStart = index - selectedSize;
|
|
2560
|
+
}
|
|
2548
2561
|
} else if (rangeRowIndex.current < anchorRowIndex.current) {
|
|
2549
2562
|
rangeStart = rangeRowIndex.current;
|
|
2550
2563
|
rangeEnd = anchorRowIndex.current;
|
|
2564
|
+
if (!isAllowCellSelection) {
|
|
2565
|
+
selectedSize = rangeEnd - rangeStart;
|
|
2566
|
+
rangeStart = index;
|
|
2567
|
+
rangeEnd = index + selectedSize;
|
|
2568
|
+
}
|
|
2551
2569
|
} else {
|
|
2552
2570
|
rangeStart = rangeEnd = rangeRowIndex.current;
|
|
2553
2571
|
}
|
|
@@ -2555,7 +2573,7 @@ var TableBody = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespac
|
|
|
2555
2573
|
rangeStart = Math.max(rangeStart - props.first, 0);
|
|
2556
2574
|
rangeEnd -= props.first;
|
|
2557
2575
|
}
|
|
2558
|
-
return
|
|
2576
|
+
return isAllowCellSelection ? selectRangeOnCell(event, rangeStart, rangeEnd) : selectRangeOnRow(event, rangeStart, rangeEnd);
|
|
2559
2577
|
};
|
|
2560
2578
|
var selectRangeOnRow = function selectRangeOnRow(event, rowRangeStart, rowRangeEnd) {
|
|
2561
2579
|
var value = props.value;
|
|
@@ -3544,127 +3562,127 @@ _defineProperty(PrimeReact, "changeTheme", function (currentTheme, newTheme, lin
|
|
|
3544
3562
|
|
|
3545
3563
|
var locales = {
|
|
3546
3564
|
en: {
|
|
3547
|
-
|
|
3565
|
+
accept: 'Yes',
|
|
3566
|
+
addRule: 'Add Rule',
|
|
3567
|
+
am: 'AM',
|
|
3568
|
+
apply: 'Apply',
|
|
3569
|
+
cancel: 'Cancel',
|
|
3570
|
+
choose: 'Choose',
|
|
3571
|
+
chooseDate: 'Choose Date',
|
|
3572
|
+
chooseMonth: 'Choose Month',
|
|
3573
|
+
chooseYear: 'Choose Year',
|
|
3574
|
+
clear: 'Clear',
|
|
3575
|
+
completed: 'Completed',
|
|
3548
3576
|
contains: 'Contains',
|
|
3549
|
-
|
|
3577
|
+
custom: 'Custom',
|
|
3578
|
+
dateAfter: 'Date is after',
|
|
3579
|
+
dateBefore: 'Date is before',
|
|
3580
|
+
dateFormat: 'mm/dd/yy',
|
|
3581
|
+
dateIs: 'Date is',
|
|
3582
|
+
dateIsNot: 'Date is not',
|
|
3583
|
+
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
|
|
3584
|
+
dayNamesMin: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
|
|
3585
|
+
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
|
|
3586
|
+
emptyFilterMessage: 'No results found',
|
|
3587
|
+
emptyMessage: 'No available options',
|
|
3588
|
+
emptySearchMessage: 'No results found',
|
|
3589
|
+
emptySelectionMessage: 'No selected item',
|
|
3550
3590
|
endsWith: 'Ends with',
|
|
3551
3591
|
equals: 'Equals',
|
|
3552
|
-
|
|
3553
|
-
noFilter: 'No Filter',
|
|
3592
|
+
fileSizeTypes: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],
|
|
3554
3593
|
filter: 'Filter',
|
|
3555
|
-
|
|
3556
|
-
lte: 'Less than or equal to',
|
|
3594
|
+
firstDayOfWeek: 0,
|
|
3557
3595
|
gt: 'Greater than',
|
|
3558
3596
|
gte: 'Greater than or equal to',
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
dateBefore: 'Date is before',
|
|
3562
|
-
dateAfter: 'Date is after',
|
|
3563
|
-
custom: 'Custom',
|
|
3564
|
-
clear: 'Clear',
|
|
3565
|
-
close: 'Close',
|
|
3566
|
-
apply: 'Apply',
|
|
3597
|
+
lt: 'Less than',
|
|
3598
|
+
lte: 'Less than or equal to',
|
|
3567
3599
|
matchAll: 'Match All',
|
|
3568
3600
|
matchAny: 'Match Any',
|
|
3569
|
-
|
|
3570
|
-
removeRule: 'Remove Rule',
|
|
3571
|
-
accept: 'Yes',
|
|
3572
|
-
reject: 'No',
|
|
3573
|
-
choose: 'Choose',
|
|
3574
|
-
upload: 'Upload',
|
|
3575
|
-
cancel: 'Cancel',
|
|
3576
|
-
completed: 'Completed',
|
|
3577
|
-
pending: 'Pending',
|
|
3578
|
-
fileSizeTypes: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],
|
|
3579
|
-
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
|
|
3580
|
-
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
|
|
3581
|
-
dayNamesMin: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
|
|
3601
|
+
medium: 'Medium',
|
|
3582
3602
|
monthNames: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
|
|
3583
3603
|
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
|
|
3584
|
-
chooseYear: 'Choose Year',
|
|
3585
|
-
chooseMonth: 'Choose Month',
|
|
3586
|
-
chooseDate: 'Choose Date',
|
|
3587
|
-
prevDecade: 'Previous Decade',
|
|
3588
3604
|
nextDecade: 'Next Decade',
|
|
3589
|
-
prevYear: 'Previous Year',
|
|
3590
|
-
nextYear: 'Next Year',
|
|
3591
|
-
prevMonth: 'Previous Month',
|
|
3592
|
-
nextMonth: 'Next Month',
|
|
3593
|
-
prevHour: 'Previous Hour',
|
|
3594
3605
|
nextHour: 'Next Hour',
|
|
3595
|
-
prevMinute: 'Previous Minute',
|
|
3596
3606
|
nextMinute: 'Next Minute',
|
|
3597
|
-
|
|
3607
|
+
nextMonth: 'Next Month',
|
|
3598
3608
|
nextSecond: 'Next Second',
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
today: 'Today',
|
|
3609
|
+
nextYear: 'Next Year',
|
|
3610
|
+
noFilter: 'No Filter',
|
|
3611
|
+
notContains: 'Not contains',
|
|
3612
|
+
notEquals: 'Not equals',
|
|
3604
3613
|
now: 'Now',
|
|
3605
|
-
|
|
3606
|
-
|
|
3614
|
+
passwordPrompt: 'Enter a password',
|
|
3615
|
+
pending: 'Pending',
|
|
3616
|
+
pm: 'PM',
|
|
3617
|
+
prevDecade: 'Previous Decade',
|
|
3618
|
+
prevHour: 'Previous Hour',
|
|
3619
|
+
prevMinute: 'Previous Minute',
|
|
3620
|
+
prevMonth: 'Previous Month',
|
|
3621
|
+
prevSecond: 'Previous Second',
|
|
3622
|
+
prevYear: 'Previous Year',
|
|
3623
|
+
reject: 'No',
|
|
3624
|
+
removeRule: 'Remove Rule',
|
|
3625
|
+
searchMessage: '{0} results are available',
|
|
3626
|
+
selectionMessage: '{0} items selected',
|
|
3607
3627
|
showMonthAfterYear: false,
|
|
3608
|
-
|
|
3609
|
-
weak: 'Weak',
|
|
3610
|
-
medium: 'Medium',
|
|
3628
|
+
startsWith: 'Starts with',
|
|
3611
3629
|
strong: 'Strong',
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3630
|
+
today: 'Today',
|
|
3631
|
+
upload: 'Upload',
|
|
3632
|
+
weak: 'Weak',
|
|
3633
|
+
weekHeader: 'Wk',
|
|
3615
3634
|
aria: {
|
|
3616
|
-
|
|
3617
|
-
falseLabel: 'False',
|
|
3618
|
-
nullLabel: 'Not Selected',
|
|
3619
|
-
star: '1 star',
|
|
3620
|
-
stars: '{star} stars',
|
|
3621
|
-
selectAll: 'All items selected',
|
|
3622
|
-
unselectAll: 'All items unselected',
|
|
3635
|
+
cancelEdit: 'Cancel Edit',
|
|
3623
3636
|
close: 'Close',
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
moveDown: 'Move Down',
|
|
3631
|
-
moveBottom: 'Move Bottom',
|
|
3632
|
-
moveToTarget: 'Move to Target',
|
|
3633
|
-
moveToSource: 'Move to Source',
|
|
3634
|
-
moveAllToTarget: 'Move All to Target',
|
|
3635
|
-
moveAllToSource: 'Move All to Source',
|
|
3636
|
-
pageLabel: 'Page {page}',
|
|
3637
|
+
collapseRow: 'Row Collapsed',
|
|
3638
|
+
editRow: 'Edit Row',
|
|
3639
|
+
expandRow: 'Row Expanded',
|
|
3640
|
+
falseLabel: 'False',
|
|
3641
|
+
filterConstraint: 'Filter Constraint',
|
|
3642
|
+
filterOperator: 'Filter Operator',
|
|
3637
3643
|
firstPageLabel: 'First Page',
|
|
3644
|
+
gridView: 'Grid View',
|
|
3645
|
+
hideFilterMenu: 'Hide Filter Menu',
|
|
3646
|
+
jumpToPageDropdownLabel: 'Jump to Page Dropdown',
|
|
3647
|
+
jumpToPageInputLabel: 'Jump to Page Input',
|
|
3638
3648
|
lastPageLabel: 'Last Page',
|
|
3649
|
+
listView: 'List View',
|
|
3650
|
+
moveAllToSource: 'Move All to Source',
|
|
3651
|
+
moveAllToTarget: 'Move All to Target',
|
|
3652
|
+
moveBottom: 'Move Bottom',
|
|
3653
|
+
moveDown: 'Move Down',
|
|
3654
|
+
moveToSource: 'Move to Source',
|
|
3655
|
+
moveToTarget: 'Move to Target',
|
|
3656
|
+
moveTop: 'Move Top',
|
|
3657
|
+
moveUp: 'Move Up',
|
|
3658
|
+
navigation: 'Navigation',
|
|
3659
|
+
next: 'Next',
|
|
3639
3660
|
nextPageLabel: 'Next Page',
|
|
3661
|
+
nullLabel: 'Not Selected',
|
|
3662
|
+
pageLabel: 'Page {page}',
|
|
3663
|
+
otpLabel: 'Please enter one time password character {0}',
|
|
3664
|
+
passwordHide: 'Hide Password',
|
|
3665
|
+
passwordShow: 'Show Password',
|
|
3666
|
+
previous: 'Previous',
|
|
3640
3667
|
previousPageLabel: 'Previous Page',
|
|
3668
|
+
rotateLeft: 'Rotate Left',
|
|
3669
|
+
rotateRight: 'Rotate Right',
|
|
3641
3670
|
rowsPerPageLabel: 'Rows per page',
|
|
3642
|
-
|
|
3643
|
-
|
|
3671
|
+
saveEdit: 'Save Edit',
|
|
3672
|
+
scrollTop: 'Scroll Top',
|
|
3673
|
+
selectAll: 'All items selected',
|
|
3644
3674
|
selectRow: 'Row Selected',
|
|
3645
|
-
unselectRow: 'Row Unselected',
|
|
3646
|
-
expandRow: 'Row Expanded',
|
|
3647
|
-
collapseRow: 'Row Collapsed',
|
|
3648
3675
|
showFilterMenu: 'Show Filter Menu',
|
|
3649
|
-
hideFilterMenu: 'Hide Filter Menu',
|
|
3650
|
-
filterOperator: 'Filter Operator',
|
|
3651
|
-
filterConstraint: 'Filter Constraint',
|
|
3652
|
-
editRow: 'Row Edit',
|
|
3653
|
-
saveEdit: 'Save Edit',
|
|
3654
|
-
cancelEdit: 'Cancel Edit',
|
|
3655
|
-
listView: 'List View',
|
|
3656
|
-
gridView: 'Grid View',
|
|
3657
3676
|
slide: 'Slide',
|
|
3658
3677
|
slideNumber: '{slideNumber}',
|
|
3678
|
+
star: '1 star',
|
|
3679
|
+
stars: '{star} stars',
|
|
3680
|
+
trueLabel: 'True',
|
|
3681
|
+
unselectAll: 'All items unselected',
|
|
3682
|
+
unselectRow: 'Row Unselected',
|
|
3659
3683
|
zoomImage: 'Zoom Image',
|
|
3660
3684
|
zoomIn: 'Zoom In',
|
|
3661
|
-
zoomOut: 'Zoom Out'
|
|
3662
|
-
rotateRight: 'Rotate Right',
|
|
3663
|
-
rotateLeft: 'Rotate Left',
|
|
3664
|
-
selectLabel: 'Select',
|
|
3665
|
-
unselectLabel: 'Unselect',
|
|
3666
|
-
expandLabel: 'Expand',
|
|
3667
|
-
collapseLabel: 'Collapse'
|
|
3685
|
+
zoomOut: 'Zoom Out'
|
|
3668
3686
|
}
|
|
3669
3687
|
}
|
|
3670
3688
|
};
|
|
@@ -3821,7 +3839,9 @@ var ColumnFilter = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
3821
3839
|
overlayVisibleState = _React$useState2[0],
|
|
3822
3840
|
setOverlayVisibleState = _React$useState2[1];
|
|
3823
3841
|
var overlayRef = React__namespace.useRef(null);
|
|
3824
|
-
var overlayId = React__namespace.useRef(
|
|
3842
|
+
var overlayId = React__namespace.useRef(function () {
|
|
3843
|
+
return utils.UniqueComponentId();
|
|
3844
|
+
});
|
|
3825
3845
|
var iconRef = React__namespace.useRef(null);
|
|
3826
3846
|
var selfClick = React__namespace.useRef(false);
|
|
3827
3847
|
var overlayEventListener = React__namespace.useRef(null);
|
|
@@ -5098,11 +5118,10 @@ var HeaderCell = /*#__PURE__*/React__namespace.memo(function (props) {
|
|
|
5098
5118
|
ref: elementRef
|
|
5099
5119
|
}, headerCellProps), resizer, header), hasTooltip && /*#__PURE__*/React__namespace.createElement(tooltip.Tooltip, _extends({
|
|
5100
5120
|
target: elementRef,
|
|
5101
|
-
content: headerTooltip
|
|
5102
|
-
}, headerTooltipOptions, {
|
|
5121
|
+
content: headerTooltip,
|
|
5103
5122
|
pt: getColumnPTOptions('tooltip'),
|
|
5104
5123
|
unstyled: props.unstyled
|
|
5105
|
-
})));
|
|
5124
|
+
}, headerTooltipOptions)));
|
|
5106
5125
|
};
|
|
5107
5126
|
var element = createElement();
|
|
5108
5127
|
return element;
|