primevue 3.45.0 → 3.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/api.cjs.js +6 -6
- package/api/api.cjs.min.js +1 -1
- package/api/api.esm.js +6 -6
- package/api/api.esm.min.js +1 -1
- package/api/api.js +6 -6
- package/api/api.min.js +1 -1
- package/autocomplete/AutoComplete.d.ts +6 -1
- package/autocomplete/AutoComplete.vue +24 -15
- package/autocomplete/BaseAutoComplete.vue +6 -2
- package/autocomplete/autocomplete.cjs.js +30 -19
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +30 -19
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +30 -19
- package/autocomplete/autocomplete.min.js +1 -1
- package/basecomponent/basecomponent.cjs.js +1 -3
- package/basecomponent/basecomponent.cjs.min.js +1 -1
- package/basecomponent/basecomponent.esm.js +1 -3
- package/basecomponent/basecomponent.esm.min.js +1 -1
- package/basecomponent/basecomponent.js +1 -3
- package/basecomponent/basecomponent.min.js +1 -1
- package/basecomponent/style/basecomponentstyle.cjs.js +1 -3
- package/basecomponent/style/basecomponentstyle.cjs.min.js +1 -1
- package/basecomponent/style/basecomponentstyle.esm.js +1 -3
- package/basecomponent/style/basecomponentstyle.esm.min.js +1 -1
- package/basecomponent/style/basecomponentstyle.js +1 -3
- package/basecomponent/style/basecomponentstyle.min.js +1 -1
- package/basedirective/basedirective.cjs.js +11 -2
- package/basedirective/basedirective.cjs.min.js +1 -1
- package/basedirective/basedirective.esm.js +11 -2
- package/basedirective/basedirective.esm.min.js +1 -1
- package/basedirective/basedirective.js +11 -2
- package/basedirective/basedirective.min.js +1 -1
- package/baseicon/BaseIcon.vue +6 -1
- package/baseicon/baseicon.cjs.js +5 -0
- package/baseicon/baseicon.cjs.min.js +1 -1
- package/baseicon/baseicon.esm.js +6 -1
- package/baseicon/baseicon.esm.min.js +1 -1
- package/baseicon/baseicon.js +5 -0
- package/baseicon/baseicon.min.js +1 -1
- package/calendar/BaseCalendar.vue +1 -1
- package/calendar/Calendar.d.ts +53 -2
- package/calendar/Calendar.vue +12 -0
- package/calendar/calendar.cjs.js +13 -1
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +13 -1
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +13 -1
- package/calendar/calendar.min.js +1 -1
- package/card/Card.d.ts +4 -0
- package/card/Card.vue +7 -5
- package/card/card.cjs.js +6 -3
- package/card/card.cjs.min.js +1 -1
- package/card/card.esm.js +6 -3
- package/card/card.esm.min.js +1 -1
- package/card/card.js +6 -3
- package/card/card.min.js +1 -1
- package/card/style/cardstyle.cjs.js +1 -0
- package/card/style/cardstyle.cjs.min.js +1 -1
- package/card/style/cardstyle.esm.js +1 -0
- package/card/style/cardstyle.esm.min.js +1 -1
- package/card/style/cardstyle.js +1 -0
- package/card/style/cardstyle.min.js +1 -1
- package/cascadeselect/BaseCascadeSelect.vue +6 -2
- package/cascadeselect/CascadeSelect.d.ts +47 -1
- package/cascadeselect/CascadeSelect.vue +56 -35
- package/cascadeselect/CascadeSelectSub.vue +26 -6
- package/cascadeselect/cascadeselect.cjs.js +118 -58
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +118 -58
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +118 -58
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/checkbox/BaseCheckbox.vue +0 -4
- package/checkbox/Checkbox.d.ts +17 -34
- package/checkbox/Checkbox.vue +24 -35
- package/checkbox/checkbox.cjs.js +21 -49
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.esm.js +21 -49
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +21 -49
- package/checkbox/checkbox.min.js +1 -1
- package/checkbox/style/checkboxstyle.cjs.js +5 -11
- package/checkbox/style/checkboxstyle.cjs.min.js +1 -1
- package/checkbox/style/checkboxstyle.esm.js +5 -11
- package/checkbox/style/checkboxstyle.esm.min.js +1 -1
- package/checkbox/style/checkboxstyle.js +5 -11
- package/checkbox/style/checkboxstyle.min.js +1 -1
- package/chips/Chips.vue +2 -1
- package/chips/chips.cjs.js +2 -1
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.esm.js +2 -1
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +2 -1
- package/chips/chips.min.js +1 -1
- package/colorpicker/BaseColorPicker.vue +1 -1
- package/colorpicker/ColorPicker.d.ts +1 -1
- package/colorpicker/colorpicker.cjs.js +1 -1
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +1 -1
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +1 -1
- package/colorpicker/colorpicker.min.js +1 -1
- package/column/Column.d.ts +15 -44
- package/confirmdialog/ConfirmDialog.vue +1 -1
- package/confirmdialog/confirmdialog.cjs.js +1 -1
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +1 -1
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +1 -1
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmdialog/style/confirmdialogstyle.cjs.js +3 -6
- package/confirmdialog/style/confirmdialogstyle.cjs.min.js +1 -1
- package/confirmdialog/style/confirmdialogstyle.esm.js +3 -6
- package/confirmdialog/style/confirmdialogstyle.esm.min.js +1 -1
- package/confirmdialog/style/confirmdialogstyle.js +3 -6
- package/confirmdialog/style/confirmdialogstyle.min.js +1 -1
- package/confirmpopup/ConfirmPopup.vue +2 -2
- package/confirmpopup/confirmpopup.cjs.js +2 -2
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +2 -2
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +2 -2
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/confirmpopup/style/confirmpopupstyle.cjs.js +5 -8
- package/confirmpopup/style/confirmpopupstyle.cjs.min.js +1 -1
- package/confirmpopup/style/confirmpopupstyle.esm.js +5 -8
- package/confirmpopup/style/confirmpopupstyle.esm.min.js +1 -1
- package/confirmpopup/style/confirmpopupstyle.js +5 -8
- package/confirmpopup/style/confirmpopupstyle.min.js +1 -1
- package/contextmenu/BaseContextMenu.vue +1 -1
- package/contextmenu/ContextMenu.vue +8 -8
- package/contextmenu/ContextMenuSub.vue +6 -1
- package/contextmenu/contextmenu.cjs.js +18 -11
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +18 -11
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +18 -11
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +973 -679
- package/core/core.min.js +70 -62
- package/datatable/BaseDataTable.vue +4 -0
- package/datatable/BodyCell.vue +11 -1
- package/datatable/BodyRow.vue +16 -9
- package/datatable/ColumnFilter.vue +5 -2
- package/datatable/DataTable.d.ts +5 -0
- package/datatable/DataTable.vue +2 -2
- package/datatable/HeaderCell.vue +2 -0
- package/datatable/HeaderCheckbox.vue +14 -42
- package/datatable/RowCheckbox.vue +10 -52
- package/datatable/RowRadioButton.vue +11 -32
- package/datatable/TableHeader.vue +3 -1
- package/datatable/datatable.cjs.js +120 -199
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +119 -200
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +120 -201
- package/datatable/datatable.min.js +1 -1
- package/datatable/style/datatablestyle.cjs.js +24 -73
- package/datatable/style/datatablestyle.cjs.min.js +1 -1
- package/datatable/style/datatablestyle.esm.js +24 -73
- package/datatable/style/datatablestyle.esm.min.js +1 -1
- package/datatable/style/datatablestyle.js +24 -73
- package/datatable/style/datatablestyle.min.js +1 -1
- package/dialog/BaseDialog.vue +1 -1
- package/dialog/dialog.cjs.js +1 -1
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +1 -1
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +1 -1
- package/dialog/dialog.min.js +1 -1
- package/dialog/style/dialogstyle.cjs.js +1 -1
- package/dialog/style/dialogstyle.cjs.min.js +1 -1
- package/dialog/style/dialogstyle.esm.js +1 -1
- package/dialog/style/dialogstyle.esm.min.js +1 -1
- package/dialog/style/dialogstyle.js +1 -1
- package/dialog/style/dialogstyle.min.js +1 -1
- package/dropdown/BaseDropdown.vue +18 -2
- package/dropdown/Dropdown.d.ts +37 -1
- package/dropdown/Dropdown.vue +68 -40
- package/dropdown/dropdown.cjs.js +96 -46
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +94 -46
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +96 -48
- package/dropdown/dropdown.min.js +1 -1
- package/dropdown/style/dropdownstyle.cjs.js +7 -2
- package/dropdown/style/dropdownstyle.cjs.min.js +1 -1
- package/dropdown/style/dropdownstyle.esm.js +7 -2
- package/dropdown/style/dropdownstyle.esm.min.js +1 -1
- package/dropdown/style/dropdownstyle.js +7 -2
- package/dropdown/style/dropdownstyle.min.js +1 -1
- package/focustrap/focustrap.cjs.js +15 -2
- package/focustrap/focustrap.cjs.min.js +1 -1
- package/focustrap/focustrap.esm.js +15 -2
- package/focustrap/focustrap.esm.min.js +1 -1
- package/focustrap/focustrap.js +15 -2
- package/focustrap/focustrap.min.js +1 -1
- package/icons/arrowdown/index.cjs.js +4 -10
- package/icons/arrowdown/index.cjs.min.js +1 -1
- package/icons/arrowdown/index.esm.js +4 -10
- package/icons/arrowdown/index.esm.min.js +1 -1
- package/icons/arrowdown/index.js +6 -11
- package/icons/arrowdown/index.min.js +1 -1
- package/icons/arrowdown/index.vue +2 -8
- package/icons/arrowup/index.cjs.js +4 -10
- package/icons/arrowup/index.cjs.min.js +1 -1
- package/icons/arrowup/index.esm.js +4 -10
- package/icons/arrowup/index.esm.min.js +1 -1
- package/icons/arrowup/index.js +6 -11
- package/icons/arrowup/index.min.js +1 -1
- package/icons/arrowup/index.vue +2 -8
- package/icons/ban/index.cjs.js +4 -10
- package/icons/ban/index.cjs.min.js +1 -1
- package/icons/ban/index.esm.js +4 -10
- package/icons/ban/index.esm.min.js +1 -1
- package/icons/ban/index.js +6 -11
- package/icons/ban/index.min.js +1 -1
- package/icons/ban/index.vue +2 -8
- package/icons/blank/index.cjs.js +34 -0
- package/icons/blank/index.cjs.min.js +1 -0
- package/icons/blank/index.d.ts +12 -0
- package/icons/blank/index.esm.js +28 -0
- package/icons/blank/index.esm.min.js +1 -0
- package/icons/blank/index.js +36 -0
- package/icons/blank/index.min.js +1 -0
- package/icons/blank/index.vue +13 -0
- package/icons/blank/package.json +9 -0
- package/icons/exclamationtriangle/index.cjs.js +4 -10
- package/icons/exclamationtriangle/index.cjs.min.js +1 -1
- package/icons/exclamationtriangle/index.esm.js +4 -10
- package/icons/exclamationtriangle/index.esm.min.js +1 -1
- package/icons/exclamationtriangle/index.js +6 -11
- package/icons/exclamationtriangle/index.min.js +1 -1
- package/icons/exclamationtriangle/index.vue +2 -8
- package/icons/eyeslash/index.cjs.js +4 -10
- package/icons/eyeslash/index.cjs.min.js +1 -1
- package/icons/eyeslash/index.esm.js +4 -10
- package/icons/eyeslash/index.esm.min.js +1 -1
- package/icons/eyeslash/index.js +6 -11
- package/icons/eyeslash/index.min.js +1 -1
- package/icons/eyeslash/index.vue +2 -8
- package/icons/filter/index.cjs.js +4 -10
- package/icons/filter/index.cjs.min.js +1 -1
- package/icons/filter/index.esm.js +4 -10
- package/icons/filter/index.esm.min.js +1 -1
- package/icons/filter/index.js +6 -11
- package/icons/filter/index.min.js +1 -1
- package/icons/filter/index.vue +2 -8
- package/icons/filterslash/index.cjs.js +4 -10
- package/icons/filterslash/index.cjs.min.js +1 -1
- package/icons/filterslash/index.esm.js +4 -10
- package/icons/filterslash/index.esm.min.js +1 -1
- package/icons/filterslash/index.js +6 -11
- package/icons/filterslash/index.min.js +1 -1
- package/icons/filterslash/index.vue +2 -8
- package/icons/infocircle/index.cjs.js +4 -10
- package/icons/infocircle/index.cjs.min.js +1 -1
- package/icons/infocircle/index.esm.js +4 -10
- package/icons/infocircle/index.esm.min.js +1 -1
- package/icons/infocircle/index.js +6 -11
- package/icons/infocircle/index.min.js +1 -1
- package/icons/infocircle/index.vue +2 -8
- package/icons/pencil/index.cjs.js +4 -10
- package/icons/pencil/index.cjs.min.js +1 -1
- package/icons/pencil/index.esm.js +4 -10
- package/icons/pencil/index.esm.min.js +1 -1
- package/icons/pencil/index.js +6 -11
- package/icons/pencil/index.min.js +1 -1
- package/icons/pencil/index.vue +2 -8
- package/icons/plus/index.cjs.js +4 -10
- package/icons/plus/index.cjs.min.js +1 -1
- package/icons/plus/index.esm.js +4 -10
- package/icons/plus/index.esm.min.js +1 -1
- package/icons/plus/index.js +6 -11
- package/icons/plus/index.min.js +1 -1
- package/icons/plus/index.vue +2 -8
- package/icons/refresh/index.cjs.js +4 -10
- package/icons/refresh/index.cjs.min.js +1 -1
- package/icons/refresh/index.esm.js +4 -10
- package/icons/refresh/index.esm.min.js +1 -1
- package/icons/refresh/index.js +6 -11
- package/icons/refresh/index.min.js +1 -1
- package/icons/refresh/index.vue +2 -8
- package/icons/search/index.cjs.js +4 -10
- package/icons/search/index.cjs.min.js +1 -1
- package/icons/search/index.esm.js +4 -10
- package/icons/search/index.esm.min.js +1 -1
- package/icons/search/index.js +6 -11
- package/icons/search/index.min.js +1 -1
- package/icons/search/index.vue +2 -8
- package/icons/searchminus/index.cjs.js +4 -10
- package/icons/searchminus/index.cjs.min.js +1 -1
- package/icons/searchminus/index.esm.js +4 -10
- package/icons/searchminus/index.esm.min.js +1 -1
- package/icons/searchminus/index.js +6 -11
- package/icons/searchminus/index.min.js +1 -1
- package/icons/searchminus/index.vue +2 -8
- package/icons/searchplus/index.cjs.js +4 -10
- package/icons/searchplus/index.cjs.min.js +1 -1
- package/icons/searchplus/index.esm.js +4 -10
- package/icons/searchplus/index.esm.min.js +1 -1
- package/icons/searchplus/index.js +6 -11
- package/icons/searchplus/index.min.js +1 -1
- package/icons/searchplus/index.vue +2 -8
- package/icons/sortalt/index.cjs.js +4 -10
- package/icons/sortalt/index.cjs.min.js +1 -1
- package/icons/sortalt/index.esm.js +4 -10
- package/icons/sortalt/index.esm.min.js +1 -1
- package/icons/sortalt/index.js +6 -11
- package/icons/sortalt/index.min.js +1 -1
- package/icons/sortalt/index.vue +2 -8
- package/icons/sortamountdown/index.cjs.js +4 -10
- package/icons/sortamountdown/index.cjs.min.js +1 -1
- package/icons/sortamountdown/index.esm.js +4 -10
- package/icons/sortamountdown/index.esm.min.js +1 -1
- package/icons/sortamountdown/index.js +6 -11
- package/icons/sortamountdown/index.min.js +1 -1
- package/icons/sortamountdown/index.vue +2 -8
- package/icons/sortamountupalt/index.cjs.js +4 -10
- package/icons/sortamountupalt/index.cjs.min.js +1 -1
- package/icons/sortamountupalt/index.esm.js +4 -10
- package/icons/sortamountupalt/index.esm.min.js +1 -1
- package/icons/sortamountupalt/index.js +6 -11
- package/icons/sortamountupalt/index.min.js +1 -1
- package/icons/sortamountupalt/index.vue +2 -8
- package/icons/spinner/index.cjs.js +4 -10
- package/icons/spinner/index.cjs.min.js +1 -1
- package/icons/spinner/index.esm.js +4 -10
- package/icons/spinner/index.esm.min.js +1 -1
- package/icons/spinner/index.js +6 -11
- package/icons/spinner/index.min.js +1 -1
- package/icons/spinner/index.vue +2 -8
- package/icons/star/index.cjs.js +4 -10
- package/icons/star/index.cjs.min.js +1 -1
- package/icons/star/index.esm.js +4 -10
- package/icons/star/index.esm.min.js +1 -1
- package/icons/star/index.js +6 -11
- package/icons/star/index.min.js +1 -1
- package/icons/star/index.vue +2 -8
- package/icons/starfill/index.cjs.js +4 -10
- package/icons/starfill/index.cjs.min.js +1 -1
- package/icons/starfill/index.esm.js +4 -10
- package/icons/starfill/index.esm.min.js +1 -1
- package/icons/starfill/index.js +6 -11
- package/icons/starfill/index.min.js +1 -1
- package/icons/starfill/index.vue +2 -8
- package/icons/thlarge/index.cjs.js +4 -10
- package/icons/thlarge/index.cjs.min.js +1 -1
- package/icons/thlarge/index.esm.js +4 -10
- package/icons/thlarge/index.esm.min.js +1 -1
- package/icons/thlarge/index.js +6 -11
- package/icons/thlarge/index.min.js +1 -1
- package/icons/thlarge/index.vue +2 -8
- package/icons/timescircle/index.cjs.js +4 -10
- package/icons/timescircle/index.cjs.min.js +1 -1
- package/icons/timescircle/index.esm.js +4 -10
- package/icons/timescircle/index.esm.min.js +1 -1
- package/icons/timescircle/index.js +6 -11
- package/icons/timescircle/index.min.js +1 -1
- package/icons/timescircle/index.vue +2 -8
- package/icons/trash/index.cjs.js +4 -10
- package/icons/trash/index.cjs.min.js +1 -1
- package/icons/trash/index.esm.js +4 -10
- package/icons/trash/index.esm.min.js +1 -1
- package/icons/trash/index.js +6 -11
- package/icons/trash/index.min.js +1 -1
- package/icons/trash/index.vue +2 -8
- package/icons/undo/index.cjs.js +4 -10
- package/icons/undo/index.cjs.min.js +1 -1
- package/icons/undo/index.esm.js +4 -10
- package/icons/undo/index.esm.min.js +1 -1
- package/icons/undo/index.js +6 -11
- package/icons/undo/index.min.js +1 -1
- package/icons/undo/index.vue +2 -8
- package/icons/upload/index.cjs.js +4 -10
- package/icons/upload/index.cjs.min.js +1 -1
- package/icons/upload/index.esm.js +4 -10
- package/icons/upload/index.esm.min.js +1 -1
- package/icons/upload/index.js +6 -11
- package/icons/upload/index.min.js +1 -1
- package/icons/upload/index.vue +2 -8
- package/icons/windowmaximize/index.cjs.js +4 -10
- package/icons/windowmaximize/index.cjs.min.js +1 -1
- package/icons/windowmaximize/index.esm.js +4 -10
- package/icons/windowmaximize/index.esm.min.js +1 -1
- package/icons/windowmaximize/index.js +6 -11
- package/icons/windowmaximize/index.min.js +1 -1
- package/icons/windowmaximize/index.vue +2 -8
- package/icons/windowminimize/index.cjs.js +4 -10
- package/icons/windowminimize/index.cjs.min.js +1 -1
- package/icons/windowminimize/index.esm.js +4 -10
- package/icons/windowminimize/index.esm.min.js +1 -1
- package/icons/windowminimize/index.js +6 -11
- package/icons/windowminimize/index.min.js +1 -1
- package/icons/windowminimize/index.vue +2 -8
- package/inputnumber/InputNumber.vue +22 -9
- package/inputnumber/inputnumber.cjs.js +17 -6
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +18 -7
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +17 -6
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/BaseInputSwitch.vue +8 -4
- package/inputswitch/InputSwitch.d.ts +41 -20
- package/inputswitch/InputSwitch.vue +31 -33
- package/inputswitch/inputswitch.cjs.js +38 -42
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.esm.js +38 -42
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +38 -42
- package/inputswitch/inputswitch.min.js +1 -1
- package/inputswitch/style/inputswitchstyle.cjs.js +4 -4
- package/inputswitch/style/inputswitchstyle.cjs.min.js +1 -1
- package/inputswitch/style/inputswitchstyle.esm.js +4 -4
- package/inputswitch/style/inputswitchstyle.esm.min.js +1 -1
- package/inputswitch/style/inputswitchstyle.js +4 -4
- package/inputswitch/style/inputswitchstyle.min.js +1 -1
- package/listbox/BaseListbox.vue +4 -0
- package/listbox/Listbox.d.ts +6 -1
- package/listbox/Listbox.vue +47 -26
- package/listbox/listbox.cjs.js +88 -50
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.esm.js +88 -50
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +88 -50
- package/listbox/listbox.min.js +1 -1
- package/listbox/style/listboxstyle.cjs.js +2 -3
- package/listbox/style/listboxstyle.cjs.min.js +1 -1
- package/listbox/style/listboxstyle.esm.js +2 -3
- package/listbox/style/listboxstyle.esm.min.js +1 -1
- package/listbox/style/listboxstyle.js +2 -3
- package/listbox/style/listboxstyle.min.js +1 -1
- package/megamenu/MegaMenu.vue +1 -1
- package/megamenu/megamenu.cjs.js +2 -1
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +2 -1
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +2 -1
- package/megamenu/megamenu.min.js +1 -1
- package/menu/BaseMenu.vue +1 -1
- package/menu/menu.cjs.js +1 -1
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +1 -1
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +1 -1
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.vue +3 -2
- package/menubar/MenubarSub.vue +5 -1
- package/menubar/menubar.cjs.js +12 -5
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +12 -5
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +12 -5
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +4 -0
- package/message/Message.vue +2 -1
- package/message/message.cjs.js +2 -1
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +2 -1
- package/message/message.esm.min.js +1 -1
- package/message/message.js +2 -1
- package/message/message.min.js +1 -1
- package/metergroup/BaseMeterGroup.vue +41 -0
- package/metergroup/MeterGroup.d.ts +302 -0
- package/metergroup/MeterGroup.vue +73 -0
- package/metergroup/MeterGroupLabel.vue +36 -0
- package/metergroup/metergroup.cjs.js +218 -0
- package/metergroup/metergroup.cjs.min.js +1 -0
- package/metergroup/metergroup.esm.js +211 -0
- package/metergroup/metergroup.esm.min.js +1 -0
- package/metergroup/metergroup.js +218 -0
- package/metergroup/metergroup.min.js +1 -0
- package/metergroup/package.json +9 -0
- package/metergroup/style/MeterGroupStyle.d.ts +3 -0
- package/metergroup/style/metergroupstyle.cjs.js +40 -0
- package/metergroup/style/metergroupstyle.cjs.min.js +1 -0
- package/metergroup/style/metergroupstyle.esm.js +34 -0
- package/metergroup/style/metergroupstyle.esm.min.js +1 -0
- package/metergroup/style/metergroupstyle.js +43 -0
- package/metergroup/style/metergroupstyle.min.js +1 -0
- package/metergroup/style/package.json +6 -0
- package/multiselect/BaseMultiSelect.vue +10 -2
- package/multiselect/MultiSelect.d.ts +13 -19
- package/multiselect/MultiSelect.vue +108 -76
- package/multiselect/multiselect.cjs.js +174 -134
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +174 -135
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +175 -136
- package/multiselect/multiselect.min.js +1 -1
- package/multiselect/style/multiselectstyle.cjs.js +7 -30
- package/multiselect/style/multiselectstyle.cjs.min.js +1 -1
- package/multiselect/style/multiselectstyle.esm.js +7 -30
- package/multiselect/style/multiselectstyle.esm.min.js +1 -1
- package/multiselect/style/multiselectstyle.js +7 -30
- package/multiselect/style/multiselectstyle.min.js +1 -1
- package/orderlist/BaseOrderList.vue +8 -0
- package/orderlist/OrderList.d.ts +10 -0
- package/orderlist/OrderList.vue +72 -52
- package/orderlist/orderlist.cjs.js +79 -56
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +79 -56
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +79 -56
- package/orderlist/orderlist.min.js +1 -1
- package/orderlist/style/orderliststyle.cjs.js +1 -1
- package/orderlist/style/orderliststyle.cjs.min.js +1 -1
- package/orderlist/style/orderliststyle.esm.js +1 -1
- package/orderlist/style/orderliststyle.esm.min.js +1 -1
- package/orderlist/style/orderliststyle.js +1 -1
- package/orderlist/style/orderliststyle.min.js +1 -1
- package/overlaypanel/BaseOverlayPanel.vue +1 -1
- package/overlaypanel/OverlayPanel.d.ts +4 -0
- package/overlaypanel/OverlayPanel.vue +1 -1
- package/overlaypanel/overlaypanel.cjs.js +2 -2
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +2 -2
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +2 -2
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +1 -1
- package/panelmenu/PanelMenuList.vue +1 -1
- package/panelmenu/panelmenu.cjs.js +2 -1
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +2 -1
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +2 -1
- package/panelmenu/panelmenu.min.js +1 -1
- package/password/BasePassword.vue +1 -1
- package/password/password.cjs.js +1 -1
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +1 -1
- package/password/password.esm.min.js +1 -1
- package/password/password.js +1 -1
- package/password/password.min.js +1 -1
- package/picklist/BasePickList.vue +8 -0
- package/picklist/PickList.d.ts +10 -0
- package/picklist/PickList.vue +72 -37
- package/picklist/picklist.cjs.js +81 -46
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +81 -46
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +81 -46
- package/picklist/picklist.min.js +1 -1
- package/portal/Portal.vue +1 -1
- package/portal/portal.cjs.js +1 -1
- package/portal/portal.cjs.min.js +1 -1
- package/portal/portal.esm.js +1 -1
- package/portal/portal.esm.min.js +1 -1
- package/portal/portal.js +1 -1
- package/portal/portal.min.js +1 -1
- package/progressbar/ProgressBar.vue +1 -1
- package/progressbar/progressbar.cjs.js +3 -1
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +3 -1
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +3 -1
- package/progressbar/progressbar.min.js +1 -1
- package/radiobutton/BaseRadioButton.vue +9 -4
- package/radiobutton/RadioButton.d.ts +48 -22
- package/radiobutton/RadioButton.vue +36 -23
- package/radiobutton/radiobutton.cjs.js +42 -50
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.esm.js +42 -50
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +42 -50
- package/radiobutton/radiobutton.min.js +1 -1
- package/radiobutton/style/radiobuttonstyle.cjs.js +5 -11
- package/radiobutton/style/radiobuttonstyle.cjs.min.js +1 -1
- package/radiobutton/style/radiobuttonstyle.esm.js +5 -11
- package/radiobutton/style/radiobuttonstyle.esm.min.js +1 -1
- package/radiobutton/style/radiobuttonstyle.js +5 -11
- package/radiobutton/style/radiobuttonstyle.min.js +1 -1
- package/resources/themes/arya-blue/theme.css +432 -351
- package/resources/themes/arya-green/theme.css +432 -351
- package/resources/themes/arya-orange/theme.css +432 -351
- package/resources/themes/arya-purple/theme.css +432 -351
- package/resources/themes/aura-dark-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-amber/theme.css +7012 -0
- package/resources/themes/aura-dark-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-blue/theme.css +7012 -0
- package/resources/themes/aura-dark-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-cyan/theme.css +7012 -0
- package/resources/themes/aura-dark-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-green/theme.css +7012 -0
- package/resources/themes/aura-dark-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-indigo/theme.css +7012 -0
- package/resources/themes/aura-dark-lime/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-lime/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-lime/theme.css +7012 -0
- package/resources/themes/aura-dark-noir/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-noir/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-noir/theme.css +7012 -0
- package/resources/themes/aura-dark-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-pink/theme.css +7012 -0
- package/resources/themes/aura-dark-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-purple/theme.css +7012 -0
- package/resources/themes/aura-dark-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-teal/theme.css +7012 -0
- package/resources/themes/aura-light-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-amber/theme.css +7014 -0
- package/resources/themes/aura-light-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-blue/theme.css +7014 -0
- package/resources/themes/aura-light-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-cyan/theme.css +7014 -0
- package/resources/themes/aura-light-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-green/theme.css +7014 -0
- package/resources/themes/aura-light-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-indigo/theme.css +7014 -0
- package/resources/themes/aura-light-lime/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-lime/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-lime/theme.css +7014 -0
- package/resources/themes/aura-light-noir/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-noir/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-noir/theme.css +7022 -0
- package/resources/themes/aura-light-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-pink/theme.css +7014 -0
- package/resources/themes/aura-light-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-purple/theme.css +7014 -0
- package/resources/themes/aura-light-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-teal/theme.css +7014 -0
- package/resources/themes/bootstrap4-dark-blue/theme.css +533 -403
- package/resources/themes/bootstrap4-dark-purple/theme.css +533 -403
- package/resources/themes/bootstrap4-light-blue/theme.css +533 -403
- package/resources/themes/bootstrap4-light-purple/theme.css +533 -403
- package/resources/themes/fluent-light/theme.css +431 -350
- package/resources/themes/lara-dark-amber/theme.css +534 -404
- package/resources/themes/lara-dark-blue/theme.css +534 -404
- package/resources/themes/lara-dark-cyan/theme.css +534 -404
- package/resources/themes/lara-dark-green/theme.css +534 -404
- package/resources/themes/lara-dark-indigo/theme.css +534 -404
- package/resources/themes/lara-dark-pink/theme.css +534 -404
- package/resources/themes/lara-dark-purple/theme.css +534 -404
- package/resources/themes/lara-dark-teal/theme.css +534 -404
- package/resources/themes/lara-light-amber/theme.css +535 -405
- package/resources/themes/lara-light-blue/theme.css +535 -405
- package/resources/themes/lara-light-cyan/theme.css +535 -405
- package/resources/themes/lara-light-green/theme.css +535 -405
- package/resources/themes/lara-light-indigo/theme.css +535 -405
- package/resources/themes/lara-light-pink/theme.css +535 -405
- package/resources/themes/lara-light-purple/theme.css +535 -405
- package/resources/themes/lara-light-teal/theme.css +535 -405
- package/resources/themes/luna-amber/theme.css +432 -351
- package/resources/themes/luna-blue/theme.css +432 -351
- package/resources/themes/luna-green/theme.css +432 -351
- package/resources/themes/luna-pink/theme.css +432 -351
- package/resources/themes/md-dark-deeppurple/theme.css +696 -431
- package/resources/themes/md-dark-indigo/theme.css +696 -431
- package/resources/themes/md-light-deeppurple/theme.css +700 -435
- package/resources/themes/md-light-indigo/theme.css +700 -435
- package/resources/themes/mdc-dark-deeppurple/theme.css +696 -431
- package/resources/themes/mdc-dark-indigo/theme.css +696 -431
- package/resources/themes/mdc-light-deeppurple/theme.css +700 -435
- package/resources/themes/mdc-light-indigo/theme.css +700 -435
- package/resources/themes/mira/theme.css +486 -405
- package/resources/themes/nano/theme.css +432 -351
- package/resources/themes/nova/theme.css +432 -351
- package/resources/themes/nova-accent/theme.css +432 -351
- package/resources/themes/nova-alt/theme.css +432 -351
- package/resources/themes/nova-vue/theme.css +432 -351
- package/resources/themes/rhea/theme.css +432 -351
- package/resources/themes/saga-blue/theme.css +432 -351
- package/resources/themes/saga-green/theme.css +432 -351
- package/resources/themes/saga-orange/theme.css +432 -351
- package/resources/themes/saga-purple/theme.css +432 -351
- package/resources/themes/soho-dark/theme.css +534 -404
- package/resources/themes/soho-light/theme.css +534 -404
- package/resources/themes/tailwind-light/theme.css +432 -351
- package/resources/themes/vela-blue/theme.css +432 -351
- package/resources/themes/vela-green/theme.css +432 -351
- package/resources/themes/vela-orange/theme.css +432 -351
- package/resources/themes/vela-purple/theme.css +432 -351
- package/resources/themes/viva-dark/theme.css +535 -405
- package/resources/themes/viva-light/theme.css +535 -405
- package/sidebar/Sidebar.vue +16 -1
- package/sidebar/sidebar.cjs.js +17 -5
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +17 -5
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +17 -5
- package/sidebar/sidebar.min.js +1 -1
- package/slider/Slider.vue +0 -1
- package/slider/slider.cjs.js +0 -1
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +0 -1
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +0 -1
- package/slider/slider.min.js +1 -1
- package/speeddial/SpeedDial.vue +2 -2
- package/speeddial/speeddial.cjs.js +2 -2
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +2 -2
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +2 -2
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/BaseSplitButton.vue +1 -1
- package/splitbutton/splitbutton.cjs.js +1 -1
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +1 -1
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +1 -1
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitbutton/style/splitbuttonstyle.cjs.js +8 -5
- package/splitbutton/style/splitbuttonstyle.cjs.min.js +1 -1
- package/splitbutton/style/splitbuttonstyle.esm.js +8 -5
- package/splitbutton/style/splitbuttonstyle.esm.min.js +1 -1
- package/splitbutton/style/splitbuttonstyle.js +8 -5
- package/splitbutton/style/splitbuttonstyle.min.js +1 -1
- package/steps/Steps.vue +2 -1
- package/steps/steps.cjs.js +3 -2
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +3 -2
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +3 -2
- package/steps/steps.min.js +1 -1
- package/tabview/TabView.vue +2 -3
- package/tabview/tabview.cjs.js +3 -3
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +3 -3
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +3 -3
- package/tabview/tabview.min.js +1 -1
- package/tag/Tag.vue +1 -1
- package/tag/tag.cjs.js +4 -2
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +4 -2
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +4 -2
- package/tag/tag.min.js +1 -1
- package/textarea/Textarea.d.ts +2 -2
- package/tieredmenu/BaseTieredMenu.vue +1 -1
- package/tieredmenu/TieredMenu.d.ts +4 -0
- package/tieredmenu/TieredMenu.vue +1 -1
- package/tieredmenu/TieredMenuSub.vue +5 -1
- package/tieredmenu/tieredmenu.cjs.js +12 -5
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +12 -5
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +12 -5
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/togglebutton/BaseToggleButton.vue +4 -4
- package/togglebutton/ToggleButton.d.ts +17 -24
- package/togglebutton/ToggleButton.vue +41 -67
- package/togglebutton/style/togglebuttonstyle.cjs.js +15 -8
- package/togglebutton/style/togglebuttonstyle.cjs.min.js +1 -1
- package/togglebutton/style/togglebuttonstyle.esm.js +15 -8
- package/togglebutton/style/togglebuttonstyle.esm.min.js +1 -1
- package/togglebutton/style/togglebuttonstyle.js +15 -8
- package/togglebutton/style/togglebuttonstyle.min.js +1 -1
- package/togglebutton/togglebutton.cjs.js +45 -80
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +46 -81
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +46 -82
- package/togglebutton/togglebutton.min.js +1 -1
- package/tooltip/style/tooltipstyle.cjs.js +1 -1
- package/tooltip/style/tooltipstyle.cjs.min.js +1 -1
- package/tooltip/style/tooltipstyle.esm.js +1 -1
- package/tooltip/style/tooltipstyle.esm.min.js +1 -1
- package/tooltip/style/tooltipstyle.js +1 -1
- package/tooltip/style/tooltipstyle.min.js +1 -1
- package/tree/BaseTree.vue +4 -0
- package/tree/Tree.d.ts +6 -9
- package/tree/Tree.vue +1 -1
- package/tree/TreeNode.vue +14 -11
- package/tree/style/treestyle.cjs.js +3 -6
- package/tree/style/treestyle.cjs.min.js +1 -1
- package/tree/style/treestyle.esm.js +3 -6
- package/tree/style/treestyle.esm.min.js +1 -1
- package/tree/style/treestyle.js +3 -6
- package/tree/style/treestyle.min.js +1 -1
- package/tree/tree.cjs.js +34 -21
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +34 -22
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +35 -23
- package/tree/tree.min.js +1 -1
- package/treeselect/BaseTreeSelect.vue +1 -1
- package/treeselect/TreeSelect.vue +0 -4
- package/treeselect/treeselect.cjs.js +1 -5
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +1 -5
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +1 -5
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/BodyCell.vue +26 -24
- package/treetable/TreeTable.vue +3 -1
- package/treetable/TreeTableRow.vue +2 -0
- package/treetable/style/treetablestyle.cjs.js +4 -13
- package/treetable/style/treetablestyle.cjs.min.js +1 -1
- package/treetable/style/treetablestyle.esm.js +4 -13
- package/treetable/style/treetablestyle.esm.min.js +1 -1
- package/treetable/style/treetablestyle.js +4 -13
- package/treetable/style/treetablestyle.min.js +1 -1
- package/treetable/treetable.cjs.js +39 -44
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +39 -45
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +40 -46
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/BaseTriStateCheckbox.vue +17 -9
- package/tristatecheckbox/TriStateCheckbox.d.ts +34 -23
- package/tristatecheckbox/TriStateCheckbox.vue +49 -61
- package/tristatecheckbox/style/tristatecheckboxstyle.cjs.js +7 -13
- package/tristatecheckbox/style/tristatecheckboxstyle.cjs.min.js +1 -1
- package/tristatecheckbox/style/tristatecheckboxstyle.esm.js +7 -13
- package/tristatecheckbox/style/tristatecheckboxstyle.esm.min.js +1 -1
- package/tristatecheckbox/style/tristatecheckboxstyle.js +7 -13
- package/tristatecheckbox/style/tristatecheckboxstyle.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.cjs.js +69 -87
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +70 -88
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +69 -87
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/utils/utils.cjs.js +14 -6
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +14 -6
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +14 -6
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +24 -0
- package/vetur-tags.json +6 -0
- package/virtualscroller/BaseVirtualScroller.vue +1 -1
- package/virtualscroller/VirtualScroller.vue +58 -50
- package/virtualscroller/virtualscroller.cjs.js +90 -77
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +90 -77
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +90 -77
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +71 -6
|
@@ -18,6 +18,8 @@ var PencilIcon = require('primevue/icons/pencil');
|
|
|
18
18
|
var TimesIcon = require('primevue/icons/times');
|
|
19
19
|
var OverlayEventBus = require('primevue/overlayeventbus');
|
|
20
20
|
var Ripple = require('primevue/ripple');
|
|
21
|
+
var Checkbox = require('primevue/checkbox');
|
|
22
|
+
var RadioButton = require('primevue/radiobutton');
|
|
21
23
|
var Button = require('primevue/button');
|
|
22
24
|
var Dropdown = require('primevue/dropdown');
|
|
23
25
|
var FocusTrap = require('primevue/focustrap');
|
|
@@ -47,6 +49,8 @@ var PencilIcon__default = /*#__PURE__*/_interopDefaultLegacy(PencilIcon);
|
|
|
47
49
|
var TimesIcon__default = /*#__PURE__*/_interopDefaultLegacy(TimesIcon);
|
|
48
50
|
var OverlayEventBus__default = /*#__PURE__*/_interopDefaultLegacy(OverlayEventBus);
|
|
49
51
|
var Ripple__default = /*#__PURE__*/_interopDefaultLegacy(Ripple);
|
|
52
|
+
var Checkbox__default = /*#__PURE__*/_interopDefaultLegacy(Checkbox);
|
|
53
|
+
var RadioButton__default = /*#__PURE__*/_interopDefaultLegacy(RadioButton);
|
|
50
54
|
var Button__default = /*#__PURE__*/_interopDefaultLegacy(Button);
|
|
51
55
|
var Dropdown__default = /*#__PURE__*/_interopDefaultLegacy(Dropdown);
|
|
52
56
|
var FocusTrap__default = /*#__PURE__*/_interopDefaultLegacy(FocusTrap);
|
|
@@ -307,6 +311,10 @@ var script$c = {
|
|
|
307
311
|
type: Boolean,
|
|
308
312
|
"default": false
|
|
309
313
|
},
|
|
314
|
+
highlightOnSelect: {
|
|
315
|
+
type: Boolean,
|
|
316
|
+
"default": false
|
|
317
|
+
},
|
|
310
318
|
size: {
|
|
311
319
|
type: String,
|
|
312
320
|
"default": null
|
|
@@ -354,11 +362,6 @@ var script$b = {
|
|
|
354
362
|
"default": null
|
|
355
363
|
}
|
|
356
364
|
},
|
|
357
|
-
data: function data() {
|
|
358
|
-
return {
|
|
359
|
-
focused: false
|
|
360
|
-
};
|
|
361
|
-
},
|
|
362
365
|
methods: {
|
|
363
366
|
getColumnPT: function getColumnPT(key) {
|
|
364
367
|
var columnMetaData = {
|
|
@@ -371,7 +374,6 @@ var script$b = {
|
|
|
371
374
|
context: {
|
|
372
375
|
index: this.index,
|
|
373
376
|
checked: this.checked,
|
|
374
|
-
focused: this.focused,
|
|
375
377
|
disabled: this.$attrs.disabled
|
|
376
378
|
}
|
|
377
379
|
};
|
|
@@ -382,30 +384,12 @@ var script$b = {
|
|
|
382
384
|
getColumnProp: function getColumnProp() {
|
|
383
385
|
return this.column.props && this.column.props.pt ? this.column.props.pt : undefined; //@todo:
|
|
384
386
|
},
|
|
385
|
-
|
|
387
|
+
onChange: function onChange(event) {
|
|
386
388
|
if (!this.$attrs.disabled) {
|
|
387
389
|
this.$emit('change', {
|
|
388
390
|
originalEvent: event,
|
|
389
391
|
data: this.value
|
|
390
392
|
});
|
|
391
|
-
utils.DomHandler.focus(this.$refs.input);
|
|
392
|
-
}
|
|
393
|
-
event.preventDefault();
|
|
394
|
-
event.stopPropagation();
|
|
395
|
-
},
|
|
396
|
-
onFocus: function onFocus() {
|
|
397
|
-
this.focused = true;
|
|
398
|
-
},
|
|
399
|
-
onBlur: function onBlur() {
|
|
400
|
-
this.focused = false;
|
|
401
|
-
},
|
|
402
|
-
onKeydown: function onKeydown(event) {
|
|
403
|
-
switch (event.code) {
|
|
404
|
-
case 'Space':
|
|
405
|
-
{
|
|
406
|
-
this.onClick(event);
|
|
407
|
-
break;
|
|
408
|
-
}
|
|
409
393
|
}
|
|
410
394
|
}
|
|
411
395
|
},
|
|
@@ -415,49 +399,35 @@ var script$b = {
|
|
|
415
399
|
}
|
|
416
400
|
},
|
|
417
401
|
components: {
|
|
418
|
-
CheckIcon: CheckIcon__default["default"]
|
|
402
|
+
CheckIcon: CheckIcon__default["default"],
|
|
403
|
+
Checkbox: Checkbox__default["default"]
|
|
419
404
|
}
|
|
420
405
|
};
|
|
421
406
|
|
|
422
|
-
var _hoisted_1$7 = ["checked", "disabled", "tabindex", "aria-label"];
|
|
423
407
|
function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
424
408
|
var _component_CheckIcon = vue.resolveComponent("CheckIcon");
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
})
|
|
430
|
-
}, $options.getColumnPT('checkboxWrapper')), [vue.createElementVNode("div", vue.mergeProps({
|
|
431
|
-
"class": "p-hidden-accessible"
|
|
432
|
-
}, $options.getColumnPT('hiddenInputWrapper'), {
|
|
433
|
-
"data-p-hidden-accessible": true
|
|
434
|
-
}), [vue.createElementVNode("input", vue.mergeProps({
|
|
435
|
-
ref: "input",
|
|
436
|
-
type: "checkbox",
|
|
437
|
-
checked: $props.checked,
|
|
409
|
+
var _component_Checkbox = vue.resolveComponent("Checkbox");
|
|
410
|
+
return vue.openBlock(), vue.createBlock(_component_Checkbox, {
|
|
411
|
+
modelValue: $props.checked,
|
|
412
|
+
binary: true,
|
|
438
413
|
disabled: _ctx.$attrs.disabled,
|
|
439
|
-
tabindex: _ctx.$attrs.disabled ? null : '0',
|
|
440
414
|
"aria-label": $options.checkboxAriaLabel,
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
415
|
+
onChange: $options.onChange,
|
|
416
|
+
unstyled: _ctx.unstyled,
|
|
417
|
+
pt: $options.getColumnPT('rowCheckbox')
|
|
418
|
+
}, {
|
|
419
|
+
icon: vue.withCtx(function (slotProps) {
|
|
420
|
+
return [$props.rowCheckboxIconTemplate ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.rowCheckboxIconTemplate), {
|
|
421
|
+
key: 0,
|
|
422
|
+
checked: slotProps.checked,
|
|
423
|
+
"class": vue.normalizeClass(slotProps["class"])
|
|
424
|
+
}, null, 8, ["checked", "class"])) : !$props.rowCheckboxIconTemplate && slotProps.checked ? (vue.openBlock(), vue.createBlock(_component_CheckIcon, vue.mergeProps({
|
|
425
|
+
key: 1,
|
|
426
|
+
"class": slotProps["class"]
|
|
427
|
+
}, $options.getColumnPT('rowCheckbox.icon')), null, 16, ["class"])) : vue.createCommentVNode("", true)];
|
|
446
428
|
}),
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
})
|
|
450
|
-
}, $options.getColumnPT('hiddenInput')), null, 16, _hoisted_1$7)], 16), vue.createElementVNode("div", vue.mergeProps({
|
|
451
|
-
ref: "box",
|
|
452
|
-
"class": _ctx.cx('checkbox')
|
|
453
|
-
}, $options.getColumnPT('checkbox')), [$props.rowCheckboxIconTemplate ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.rowCheckboxIconTemplate), {
|
|
454
|
-
key: 0,
|
|
455
|
-
checked: $props.checked,
|
|
456
|
-
"class": vue.normalizeClass(_ctx.cx('checkboxIcon'))
|
|
457
|
-
}, null, 8, ["checked", "class"])) : !$props.rowCheckboxIconTemplate && !!$props.checked ? (vue.openBlock(), vue.createBlock(_component_CheckIcon, vue.mergeProps({
|
|
458
|
-
key: 1,
|
|
459
|
-
"class": _ctx.cx('checkboxIcon')
|
|
460
|
-
}, $options.getColumnPT('checkboxIcon')), null, 16, ["class"])) : vue.createCommentVNode("", true)], 16)], 16);
|
|
429
|
+
_: 1
|
|
430
|
+
}, 8, ["modelValue", "disabled", "aria-label", "onChange", "unstyled", "pt"]);
|
|
461
431
|
}
|
|
462
432
|
|
|
463
433
|
script$b.render = render$b;
|
|
@@ -466,7 +436,6 @@ var script$a = {
|
|
|
466
436
|
name: 'RowRadioButton',
|
|
467
437
|
hostName: 'DataTable',
|
|
468
438
|
"extends": BaseComponent__default["default"],
|
|
469
|
-
inheritAttrs: false,
|
|
470
439
|
emits: ['change'],
|
|
471
440
|
props: {
|
|
472
441
|
value: null,
|
|
@@ -478,11 +447,6 @@ var script$a = {
|
|
|
478
447
|
"default": null
|
|
479
448
|
}
|
|
480
449
|
},
|
|
481
|
-
data: function data() {
|
|
482
|
-
return {
|
|
483
|
-
focused: false
|
|
484
|
-
};
|
|
485
|
-
},
|
|
486
450
|
methods: {
|
|
487
451
|
getColumnPT: function getColumnPT(key) {
|
|
488
452
|
var columnMetaData = {
|
|
@@ -495,7 +459,6 @@ var script$a = {
|
|
|
495
459
|
context: {
|
|
496
460
|
index: this.index,
|
|
497
461
|
checked: this.checked,
|
|
498
|
-
focused: this.focused,
|
|
499
462
|
disabled: this.$attrs.disabled
|
|
500
463
|
}
|
|
501
464
|
};
|
|
@@ -506,59 +469,31 @@ var script$a = {
|
|
|
506
469
|
getColumnProp: function getColumnProp() {
|
|
507
470
|
return this.column.props && this.column.props.pt ? this.column.props.pt : undefined; //@todo:
|
|
508
471
|
},
|
|
509
|
-
|
|
510
|
-
if (!this.disabled) {
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
});
|
|
516
|
-
utils.DomHandler.focus(this.$refs.input);
|
|
517
|
-
}
|
|
472
|
+
onChange: function onChange(event) {
|
|
473
|
+
if (!this.$attrs.disabled) {
|
|
474
|
+
this.$emit('change', {
|
|
475
|
+
originalEvent: event,
|
|
476
|
+
data: this.value
|
|
477
|
+
});
|
|
518
478
|
}
|
|
519
|
-
},
|
|
520
|
-
onFocus: function onFocus() {
|
|
521
|
-
this.focused = true;
|
|
522
|
-
},
|
|
523
|
-
onBlur: function onBlur() {
|
|
524
|
-
this.focused = false;
|
|
525
479
|
}
|
|
480
|
+
},
|
|
481
|
+
components: {
|
|
482
|
+
RadioButton: RadioButton__default["default"]
|
|
526
483
|
}
|
|
527
484
|
};
|
|
528
485
|
|
|
529
|
-
var _hoisted_1$6 = ["checked", "disabled", "name"];
|
|
530
486
|
function render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
})
|
|
536
|
-
}, $options.getColumnPT('radiobuttonWrapper')), [vue.createElementVNode("div", vue.mergeProps({
|
|
537
|
-
"class": "p-hidden-accessible"
|
|
538
|
-
}, $options.getColumnPT('hiddenInputWrapper'), {
|
|
539
|
-
"data-p-hidden-accessible": true
|
|
540
|
-
}), [vue.createElementVNode("input", vue.mergeProps({
|
|
541
|
-
ref: "input",
|
|
542
|
-
type: "radio",
|
|
543
|
-
checked: $props.checked,
|
|
487
|
+
var _component_RadioButton = vue.resolveComponent("RadioButton");
|
|
488
|
+
return vue.openBlock(), vue.createBlock(_component_RadioButton, {
|
|
489
|
+
modelValue: $props.checked,
|
|
490
|
+
binary: true,
|
|
544
491
|
disabled: _ctx.$attrs.disabled,
|
|
545
492
|
name: $props.name,
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
onBlur: _cache[1] || (_cache[1] = function ($event) {
|
|
551
|
-
return $options.onBlur($event);
|
|
552
|
-
}),
|
|
553
|
-
onKeydown: _cache[2] || (_cache[2] = vue.withKeys(vue.withModifiers(function () {
|
|
554
|
-
return $options.onClick && $options.onClick.apply($options, arguments);
|
|
555
|
-
}, ["prevent"]), ["space"]))
|
|
556
|
-
}, $options.getColumnPT('hiddenInput')), null, 16, _hoisted_1$6)], 16), vue.createElementVNode("div", vue.mergeProps({
|
|
557
|
-
ref: "box",
|
|
558
|
-
"class": _ctx.cx('radiobutton')
|
|
559
|
-
}, $options.getColumnPT('radiobutton')), [vue.createElementVNode("div", vue.mergeProps({
|
|
560
|
-
"class": _ctx.cx('radiobuttonIcon')
|
|
561
|
-
}, $options.getColumnPT('radiobuttonIcon')), null, 16)], 16)], 16);
|
|
493
|
+
onChange: $options.onChange,
|
|
494
|
+
unstyled: _ctx.unstyled,
|
|
495
|
+
pt: $options.getColumnPT('rowRadiobutton')
|
|
496
|
+
}, null, 8, ["modelValue", "disabled", "name", "onChange", "unstyled", "pt"]);
|
|
562
497
|
}
|
|
563
498
|
|
|
564
499
|
script$a.render = render$a;
|
|
@@ -1035,7 +970,7 @@ function _objectSpread$a(e) { for (var r = 1; r < arguments.length; r++) { var t
|
|
|
1035
970
|
function _defineProperty$a(obj, key, value) { key = _toPropertyKey$a(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
1036
971
|
function _toPropertyKey$a(t) { var i = _toPrimitive$a(t, "string"); return "symbol" == _typeof$a(i) ? i : String(i); }
|
|
1037
972
|
function _toPrimitive$a(t, r) { if ("object" != _typeof$a(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$a(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
1038
|
-
var _hoisted_1$
|
|
973
|
+
var _hoisted_1$4 = ["colspan", "rowspan", "data-p-selection-column", "data-p-editable-column", "data-p-cell-editing", "data-p-frozen-column"];
|
|
1039
974
|
var _hoisted_2$2 = ["aria-expanded", "aria-controls", "aria-label"];
|
|
1040
975
|
var _hoisted_3$2 = ["aria-label"];
|
|
1041
976
|
var _hoisted_4$1 = ["aria-label"];
|
|
@@ -1087,8 +1022,9 @@ function render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1087
1022
|
field: $options.field,
|
|
1088
1023
|
index: $props.rowIndex,
|
|
1089
1024
|
frozenRow: $props.frozenRow,
|
|
1090
|
-
editorInitCallback: $options.editorInitCallback
|
|
1091
|
-
|
|
1025
|
+
editorInitCallback: $options.editorInitCallback,
|
|
1026
|
+
rowTogglerCallback: $options.toggleRow
|
|
1027
|
+
}, null, 8, ["data", "column", "field", "index", "frozenRow", "editorInitCallback", "rowTogglerCallback"])) : $props.column.children && $props.column.children.editor && $data.d_editing ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.column.children.editor), {
|
|
1092
1028
|
key: 2,
|
|
1093
1029
|
data: $options.editingRowData,
|
|
1094
1030
|
column: $props.column,
|
|
@@ -1212,7 +1148,7 @@ function render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1212
1148
|
"class": _ctx.cx('rowEditorCancelIcon')
|
|
1213
1149
|
}, $options.getColumnPT('rowEditorCancelIcon')), null, 16, ["class"]))], 16, _hoisted_5$1)), [[_directive_ripple]]) : vue.createCommentVNode("", true)], 64)) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
1214
1150
|
key: 8
|
|
1215
|
-
}, [vue.createTextVNode(vue.toDisplayString($options.resolveFieldData()), 1)], 64))], 16, _hoisted_1$
|
|
1151
|
+
}, [vue.createTextVNode(vue.toDisplayString($options.resolveFieldData()), 1)], 64))], 16, _hoisted_1$4));
|
|
1216
1152
|
}
|
|
1217
1153
|
|
|
1218
1154
|
script$9.render = render$9;
|
|
@@ -1376,11 +1312,14 @@ var script$8 = {
|
|
|
1376
1312
|
};
|
|
1377
1313
|
},
|
|
1378
1314
|
watch: {
|
|
1379
|
-
expandedRows:
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1315
|
+
expandedRows: {
|
|
1316
|
+
immediate: true,
|
|
1317
|
+
handler: function handler(newValue) {
|
|
1318
|
+
var _this = this;
|
|
1319
|
+
this.d_rowExpanded = this.dataKey ? (newValue === null || newValue === void 0 ? void 0 : newValue[utils.ObjectUtils.resolveFieldData(this.rowData, this.dataKey)]) !== undefined : newValue === null || newValue === void 0 ? void 0 : newValue.some(function (d) {
|
|
1320
|
+
return _this.equals(_this.rowData, d);
|
|
1321
|
+
});
|
|
1322
|
+
}
|
|
1384
1323
|
}
|
|
1385
1324
|
},
|
|
1386
1325
|
methods: {
|
|
@@ -1403,7 +1342,7 @@ var script$8 = {
|
|
|
1403
1342
|
//@todo - update this method
|
|
1404
1343
|
getBodyRowPTOptions: function getBodyRowPTOptions(key) {
|
|
1405
1344
|
var _this$$parentInstance;
|
|
1406
|
-
var datatable = (_this$$parentInstance = this.$parentInstance) === null || _this$$parentInstance === void 0
|
|
1345
|
+
var datatable = (_this$$parentInstance = this.$parentInstance) === null || _this$$parentInstance === void 0 ? void 0 : _this$$parentInstance.$parentInstance;
|
|
1407
1346
|
return this.ptm(key, {
|
|
1408
1347
|
context: {
|
|
1409
1348
|
index: this.rowIndex,
|
|
@@ -1666,12 +1605,15 @@ var script$8 = {
|
|
|
1666
1605
|
},
|
|
1667
1606
|
columnsLength: function columnsLength() {
|
|
1668
1607
|
var _this2 = this;
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1608
|
+
if (this.columns) {
|
|
1609
|
+
var hiddenColLength = 0;
|
|
1610
|
+
this.columns.forEach(function (column) {
|
|
1611
|
+
if (_this2.columnProp(column, 'selectionMode') === 'single') hiddenColLength--;
|
|
1612
|
+
if (_this2.columnProp(column, 'hidden')) hiddenColLength++;
|
|
1613
|
+
});
|
|
1614
|
+
return this.columns.length - hiddenColLength;
|
|
1615
|
+
}
|
|
1616
|
+
return 0;
|
|
1675
1617
|
}
|
|
1676
1618
|
},
|
|
1677
1619
|
components: {
|
|
@@ -1687,7 +1629,7 @@ function _objectSpread$8(e) { for (var r = 1; r < arguments.length; r++) { var t
|
|
|
1687
1629
|
function _defineProperty$8(obj, key, value) { key = _toPropertyKey$8(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
1688
1630
|
function _toPropertyKey$8(t) { var i = _toPrimitive$8(t, "string"); return "symbol" == _typeof$8(i) ? i : String(i); }
|
|
1689
1631
|
function _toPrimitive$8(t, r) { if ("object" != _typeof$8(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$8(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
1690
|
-
var _hoisted_1$
|
|
1632
|
+
var _hoisted_1$3 = ["colspan"];
|
|
1691
1633
|
var _hoisted_2$1 = ["tabindex", "aria-selected", "data-p-index", "data-p-selectable-row", "data-p-highlight", "data-p-highlight-contextmenu"];
|
|
1692
1634
|
var _hoisted_3$1 = ["id"];
|
|
1693
1635
|
var _hoisted_4 = ["colspan"];
|
|
@@ -1733,7 +1675,7 @@ function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1733
1675
|
}, _ctx.ptm('rowGroupTogglerIcon')), null, 16, ["class"])) : vue.createCommentVNode("", true)], 64))], 16)) : vue.createCommentVNode("", true), (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates['groupheader']), {
|
|
1734
1676
|
data: $props.rowData,
|
|
1735
1677
|
index: $options.rowIndex
|
|
1736
|
-
}, null, 8, ["data", "index"]))], 16, _hoisted_1$
|
|
1678
|
+
}, null, 8, ["data", "index"]))], 16, _hoisted_1$3)], 16)) : vue.createCommentVNode("", true), ($props.expandableRowGroups ? $options.isRowGroupExpanded : true) ? (vue.openBlock(), vue.createElementBlock("tr", vue.mergeProps({
|
|
1737
1679
|
key: 1,
|
|
1738
1680
|
"class": $options.rowClasses,
|
|
1739
1681
|
style: $options.rowStyles,
|
|
@@ -2261,7 +2203,7 @@ function _objectSpread$7(e) { for (var r = 1; r < arguments.length; r++) { var t
|
|
|
2261
2203
|
function _defineProperty$7(obj, key, value) { key = _toPropertyKey$7(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
2262
2204
|
function _toPropertyKey$7(t) { var i = _toPrimitive$7(t, "string"); return "symbol" == _typeof$7(i) ? i : String(i); }
|
|
2263
2205
|
function _toPrimitive$7(t, r) { if ("object" != _typeof$7(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$7(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
2264
|
-
var _hoisted_1$
|
|
2206
|
+
var _hoisted_1$2 = ["colspan", "rowspan", "data-p-frozen-column"];
|
|
2265
2207
|
function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2266
2208
|
return vue.openBlock(), vue.createElementBlock("td", vue.mergeProps({
|
|
2267
2209
|
style: $options.containerStyle,
|
|
@@ -2274,7 +2216,7 @@ function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2274
2216
|
}), [$props.column.children && $props.column.children.footer ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.column.children.footer), {
|
|
2275
2217
|
key: 0,
|
|
2276
2218
|
column: $props.column
|
|
2277
|
-
}, null, 8, ["column"])) : vue.createCommentVNode("", true), vue.createTextVNode(" " + vue.toDisplayString($options.columnProp('footer')), 1)], 16, _hoisted_1$
|
|
2219
|
+
}, null, 8, ["column"])) : vue.createCommentVNode("", true), vue.createTextVNode(" " + vue.toDisplayString($options.columnProp('footer')), 1)], 16, _hoisted_1$2);
|
|
2278
2220
|
}
|
|
2279
2221
|
|
|
2280
2222
|
script$6.render = render$6;
|
|
@@ -2822,6 +2764,10 @@ var script$4 = {
|
|
|
2822
2764
|
};
|
|
2823
2765
|
OverlayEventBus__default["default"].on('overlay-click', this.overlayEventListener);
|
|
2824
2766
|
},
|
|
2767
|
+
onOverlayAfterEnter: function onOverlayAfterEnter() {
|
|
2768
|
+
var _this$overlay;
|
|
2769
|
+
(_this$overlay = this.overlay) === null || _this$overlay === void 0 || (_this$overlay = _this$overlay.$focustrap) === null || _this$overlay === void 0 || _this$overlay.autoFocus();
|
|
2770
|
+
},
|
|
2825
2771
|
onOverlayLeave: function onOverlayLeave() {
|
|
2826
2772
|
this.onOverlayHide();
|
|
2827
2773
|
},
|
|
@@ -3001,7 +2947,7 @@ function _objectSpread$4(e) { for (var r = 1; r < arguments.length; r++) { var t
|
|
|
3001
2947
|
function _defineProperty$4(obj, key, value) { key = _toPropertyKey$4(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
3002
2948
|
function _toPropertyKey$4(t) { var i = _toPrimitive$4(t, "string"); return "symbol" == _typeof$4(i) ? i : String(i); }
|
|
3003
2949
|
function _toPrimitive$4(t, r) { if ("object" != _typeof$4(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$4(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
3004
|
-
var _hoisted_1$
|
|
2950
|
+
var _hoisted_1$1 = ["aria-label", "aria-expanded", "aria-controls"];
|
|
3005
2951
|
var _hoisted_2 = ["id", "aria-modal"];
|
|
3006
2952
|
var _hoisted_3 = ["onClick", "onKeydown", "tabindex"];
|
|
3007
2953
|
function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -3033,7 +2979,7 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3033
2979
|
onKeydown: _cache[1] || (_cache[1] = function ($event) {
|
|
3034
2980
|
return $options.onToggleButtonKeyDown($event);
|
|
3035
2981
|
})
|
|
3036
|
-
}, $options.getColumnPT('filterMenuButton', $options.ptmFilterMenuParams)), [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.filterIconTemplate || 'FilterIcon'), vue.normalizeProps(vue.guardReactiveProps($options.getColumnPT('filterMenuIcon'))), null, 16))], 16, _hoisted_1$
|
|
2982
|
+
}, $options.getColumnPT('filterMenuButton', $options.ptmFilterMenuParams)), [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.filterIconTemplate || 'FilterIcon'), vue.normalizeProps(vue.guardReactiveProps($options.getColumnPT('filterMenuIcon'))), null, 16))], 16, _hoisted_1$1)) : vue.createCommentVNode("", true), $props.showClearButton && $props.display === 'row' ? (vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
3037
2983
|
key: 2,
|
|
3038
2984
|
"class": _ctx.cx('headerFilterClearButton'),
|
|
3039
2985
|
type: "button",
|
|
@@ -3045,6 +2991,7 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3045
2991
|
return [vue.createVNode(vue.Transition, vue.mergeProps({
|
|
3046
2992
|
name: "p-connected-overlay",
|
|
3047
2993
|
onEnter: $options.onOverlayEnter,
|
|
2994
|
+
onAfterEnter: $options.onOverlayAfterEnter,
|
|
3048
2995
|
onLeave: $options.onOverlayLeave,
|
|
3049
2996
|
onAfterLeave: $options.onOverlayAfterLeave
|
|
3050
2997
|
}, $options.getColumnPT('transition')), {
|
|
@@ -3231,12 +3178,10 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3231
3178
|
field: $props.field,
|
|
3232
3179
|
filterModel: $props.filters[$props.field],
|
|
3233
3180
|
filterCallback: $options.filterCallback
|
|
3234
|
-
}, null, 8, ["field", "filterModel", "filterCallback"]))], 16, _hoisted_2)), [[_directive_focustrap,
|
|
3235
|
-
autoFocus: true
|
|
3236
|
-
}]]) : vue.createCommentVNode("", true)];
|
|
3181
|
+
}, null, 8, ["field", "filterModel", "filterCallback"]))], 16, _hoisted_2)), [[_directive_focustrap]]) : vue.createCommentVNode("", true)];
|
|
3237
3182
|
}),
|
|
3238
3183
|
_: 1
|
|
3239
|
-
}, 16, ["onEnter", "onLeave", "onAfterLeave"])];
|
|
3184
|
+
}, 16, ["onEnter", "onAfterEnter", "onLeave", "onAfterLeave"])];
|
|
3240
3185
|
}),
|
|
3241
3186
|
_: 1
|
|
3242
3187
|
})], 16);
|
|
@@ -3258,11 +3203,6 @@ var script$3 = {
|
|
|
3258
3203
|
"default": null
|
|
3259
3204
|
}
|
|
3260
3205
|
},
|
|
3261
|
-
data: function data() {
|
|
3262
|
-
return {
|
|
3263
|
-
focused: false
|
|
3264
|
-
};
|
|
3265
|
-
},
|
|
3266
3206
|
methods: {
|
|
3267
3207
|
getColumnPT: function getColumnPT(key) {
|
|
3268
3208
|
var columnMetaData = {
|
|
@@ -3274,7 +3214,6 @@ var script$3 = {
|
|
|
3274
3214
|
},
|
|
3275
3215
|
context: {
|
|
3276
3216
|
checked: this.checked,
|
|
3277
|
-
focused: this.focused,
|
|
3278
3217
|
disabled: this.disabled
|
|
3279
3218
|
}
|
|
3280
3219
|
};
|
|
@@ -3285,20 +3224,11 @@ var script$3 = {
|
|
|
3285
3224
|
getColumnProp: function getColumnProp() {
|
|
3286
3225
|
return this.column.props && this.column.props.pt ? this.column.props.pt : undefined; //@todo:
|
|
3287
3226
|
},
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
});
|
|
3294
|
-
utils.DomHandler.focus(this.$refs.input);
|
|
3295
|
-
}
|
|
3296
|
-
},
|
|
3297
|
-
onFocus: function onFocus() {
|
|
3298
|
-
this.focused = true;
|
|
3299
|
-
},
|
|
3300
|
-
onBlur: function onBlur() {
|
|
3301
|
-
this.focused = false;
|
|
3227
|
+
onChange: function onChange(event) {
|
|
3228
|
+
this.$emit('change', {
|
|
3229
|
+
originalEvent: event,
|
|
3230
|
+
checked: !this.checked
|
|
3231
|
+
});
|
|
3302
3232
|
}
|
|
3303
3233
|
},
|
|
3304
3234
|
computed: {
|
|
@@ -3307,49 +3237,34 @@ var script$3 = {
|
|
|
3307
3237
|
}
|
|
3308
3238
|
},
|
|
3309
3239
|
components: {
|
|
3310
|
-
CheckIcon: CheckIcon__default["default"]
|
|
3240
|
+
CheckIcon: CheckIcon__default["default"],
|
|
3241
|
+
Checkbox: Checkbox__default["default"]
|
|
3311
3242
|
}
|
|
3312
3243
|
};
|
|
3313
3244
|
|
|
3314
|
-
var _hoisted_1$1 = ["checked", "disabled", "tabindex", "aria-label"];
|
|
3315
3245
|
function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3316
3246
|
var _component_CheckIcon = vue.resolveComponent("CheckIcon");
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
}),
|
|
3322
|
-
onKeydown: _cache[3] || (_cache[3] = vue.withKeys(vue.withModifiers(function () {
|
|
3323
|
-
return $options.onClick && $options.onClick.apply($options, arguments);
|
|
3324
|
-
}, ["prevent"]), ["space"]))
|
|
3325
|
-
}, $options.getColumnPT('headerCheckboxWrapper')), [vue.createElementVNode("div", vue.mergeProps({
|
|
3326
|
-
"class": "p-hidden-accessible"
|
|
3327
|
-
}, $options.getColumnPT('hiddenHeaderInputWrapper'), {
|
|
3328
|
-
"data-p-hidden-accessible": true
|
|
3329
|
-
}), [vue.createElementVNode("input", vue.mergeProps({
|
|
3330
|
-
ref: "input",
|
|
3331
|
-
type: "checkbox",
|
|
3332
|
-
checked: $props.checked,
|
|
3247
|
+
var _component_Checkbox = vue.resolveComponent("Checkbox");
|
|
3248
|
+
return vue.openBlock(), vue.createBlock(_component_Checkbox, {
|
|
3249
|
+
modelValue: $props.checked,
|
|
3250
|
+
binary: true,
|
|
3333
3251
|
disabled: $props.disabled,
|
|
3334
|
-
tabindex: $props.disabled ? null : '0',
|
|
3335
3252
|
"aria-label": $options.headerCheckboxAriaLabel,
|
|
3336
|
-
|
|
3337
|
-
|
|
3253
|
+
onChange: $options.onChange,
|
|
3254
|
+
pt: $options.getColumnPT('headerCheckbox')
|
|
3255
|
+
}, {
|
|
3256
|
+
icon: vue.withCtx(function (slotProps) {
|
|
3257
|
+
return [$props.headerCheckboxIconTemplate ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.headerCheckboxIconTemplate), {
|
|
3258
|
+
key: 0,
|
|
3259
|
+
checked: slotProps.checked,
|
|
3260
|
+
"class": vue.normalizeClass(slotProps["class"])
|
|
3261
|
+
}, null, 8, ["checked", "class"])) : !$props.headerCheckboxIconTemplate && slotProps.checked ? (vue.openBlock(), vue.createBlock(_component_CheckIcon, vue.mergeProps({
|
|
3262
|
+
key: 1,
|
|
3263
|
+
"class": slotProps["class"]
|
|
3264
|
+
}, $options.getColumnPT('headerCheckbox.icon')), null, 16, ["class"])) : vue.createCommentVNode("", true)];
|
|
3338
3265
|
}),
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
})
|
|
3342
|
-
}, $options.getColumnPT('hiddenHeaderInput')), null, 16, _hoisted_1$1)], 16), vue.createElementVNode("div", vue.mergeProps({
|
|
3343
|
-
ref: "box",
|
|
3344
|
-
"class": _ctx.cx('headerCheckbox')
|
|
3345
|
-
}, $options.getColumnPT('headerCheckbox')), [$props.headerCheckboxIconTemplate ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.headerCheckboxIconTemplate), {
|
|
3346
|
-
key: 0,
|
|
3347
|
-
checked: $props.checked,
|
|
3348
|
-
"class": vue.normalizeClass(_ctx.cx('headerCheckboxIcon'))
|
|
3349
|
-
}, null, 8, ["checked", "class"])) : !$props.headerCheckboxIconTemplate && !!$props.checked ? (vue.openBlock(), vue.createBlock(_component_CheckIcon, vue.mergeProps({
|
|
3350
|
-
key: 1,
|
|
3351
|
-
"class": _ctx.cx('headerCheckboxIcon')
|
|
3352
|
-
}, $options.getColumnPT('headerCheckboxIcon')), null, 16, ["class"])) : vue.createCommentVNode("", true)], 16)], 16);
|
|
3266
|
+
_: 1
|
|
3267
|
+
}, 8, ["modelValue", "disabled", "aria-label", "onChange", "pt"]);
|
|
3353
3268
|
}
|
|
3354
3269
|
|
|
3355
3270
|
script$3.render = render$3;
|
|
@@ -3459,6 +3374,7 @@ var script$2 = {
|
|
|
3459
3374
|
},
|
|
3460
3375
|
context: {
|
|
3461
3376
|
index: this.index,
|
|
3377
|
+
sortable: this.columnProp('sortable') === '' || this.columnProp('sortable'),
|
|
3462
3378
|
sorted: this.isColumnSorted(),
|
|
3463
3379
|
resizable: this.resizableColumns,
|
|
3464
3380
|
size: (_this$$parentInstance = this.$parentInstance) === null || _this$$parentInstance === void 0 || (_this$$parentInstance = _this$$parentInstance.$parentInstance) === null || _this$$parentInstance === void 0 ? void 0 : _this$$parentInstance.size,
|
|
@@ -3700,8 +3616,9 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3700
3616
|
disabled: $props.empty,
|
|
3701
3617
|
headerCheckboxIconTemplate: $props.column.children && $props.column.children.headercheckboxicon,
|
|
3702
3618
|
column: $props.column,
|
|
3619
|
+
unstyled: _ctx.unstyled,
|
|
3703
3620
|
pt: _ctx.pt
|
|
3704
|
-
}, null, 8, ["checked", "onChange", "disabled", "headerCheckboxIconTemplate", "column", "pt"])) : vue.createCommentVNode("", true), $props.filterDisplay === 'menu' && $props.column.children && $props.column.children.filter ? (vue.openBlock(), vue.createBlock(_component_DTColumnFilter, {
|
|
3621
|
+
}, null, 8, ["checked", "onChange", "disabled", "headerCheckboxIconTemplate", "column", "unstyled", "pt"])) : vue.createCommentVNode("", true), $props.filterDisplay === 'menu' && $props.column.children && $props.column.children.filter ? (vue.openBlock(), vue.createBlock(_component_DTColumnFilter, {
|
|
3705
3622
|
key: 5,
|
|
3706
3623
|
field: $options.columnProp('filterField') || $options.columnProp('field'),
|
|
3707
3624
|
type: $options.columnProp('dataType'),
|
|
@@ -4035,8 +3952,9 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4035
3952
|
onApplyClick: _cache[14] || (_cache[14] = function ($event) {
|
|
4036
3953
|
return _ctx.$emit('apply-click', $event);
|
|
4037
3954
|
}),
|
|
3955
|
+
unstyled: _ctx.unstyled,
|
|
4038
3956
|
pt: _ctx.pt
|
|
4039
|
-
}, null, 8, ["column", "index", "groupRowsBy", "groupRowSortField", "reorderableColumns", "resizableColumns", "sortMode", "sortField", "sortOrder", "multiSortMeta", "allRowsSelected", "empty", "filters", "filterDisplay", "filtersStore", "filterInputProps", "pt"])) : vue.createCommentVNode("", true)], 64);
|
|
3957
|
+
}, null, 8, ["column", "index", "groupRowsBy", "groupRowSortField", "reorderableColumns", "resizableColumns", "sortMode", "sortField", "sortOrder", "multiSortMeta", "allRowsSelected", "empty", "filters", "filterDisplay", "filtersStore", "filterInputProps", "unstyled", "pt"])) : vue.createCommentVNode("", true)], 64);
|
|
4040
3958
|
}), 128))], 16), $props.filterDisplay === 'row' ? (vue.openBlock(), vue.createElementBlock("tr", vue.mergeProps({
|
|
4041
3959
|
key: 0,
|
|
4042
3960
|
role: "row"
|
|
@@ -4055,8 +3973,9 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4055
3973
|
return _ctx.$emit('checkbox-change', $event);
|
|
4056
3974
|
}),
|
|
4057
3975
|
column: col,
|
|
3976
|
+
unstyled: _ctx.unstyled,
|
|
4058
3977
|
pt: _ctx.pt
|
|
4059
|
-
}, null, 8, ["checked", "disabled", "column", "pt"])) : vue.createCommentVNode("", true), col.children && col.children.filter ? (vue.openBlock(), vue.createBlock(_component_DTColumnFilter, {
|
|
3978
|
+
}, null, 8, ["checked", "disabled", "column", "unstyled", "pt"])) : vue.createCommentVNode("", true), col.children && col.children.filter ? (vue.openBlock(), vue.createBlock(_component_DTColumnFilter, {
|
|
4060
3979
|
key: 1,
|
|
4061
3980
|
field: $options.columnProp(col, 'filterField') || $options.columnProp(col, 'field'),
|
|
4062
3981
|
type: $options.columnProp(col, 'dataType'),
|
|
@@ -4161,8 +4080,9 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4161
4080
|
onApplyClick: _cache[32] || (_cache[32] = function ($event) {
|
|
4162
4081
|
return _ctx.$emit('apply-click', $event);
|
|
4163
4082
|
}),
|
|
4083
|
+
unstyled: _ctx.unstyled,
|
|
4164
4084
|
pt: _ctx.pt
|
|
4165
|
-
}, null, 8, ["column", "groupRowsBy", "groupRowSortField", "sortMode", "sortField", "sortOrder", "multiSortMeta", "allRowsSelected", "empty", "filters", "filterDisplay", "filtersStore", "pt"])) : vue.createCommentVNode("", true)], 64);
|
|
4085
|
+
}, null, 8, ["column", "groupRowsBy", "groupRowSortField", "sortMode", "sortField", "sortOrder", "multiSortMeta", "allRowsSelected", "empty", "filters", "filterDisplay", "filtersStore", "unstyled", "pt"])) : vue.createCommentVNode("", true)], 64);
|
|
4166
4086
|
}), 128))], 16);
|
|
4167
4087
|
}), 128))], 16);
|
|
4168
4088
|
}
|
|
@@ -4656,8 +4576,9 @@ var script = {
|
|
|
4656
4576
|
}
|
|
4657
4577
|
this.rowTouched = false;
|
|
4658
4578
|
if (focusedItem) {
|
|
4659
|
-
|
|
4660
|
-
|
|
4579
|
+
var _event$target, _event$target2, _event$target3;
|
|
4580
|
+
if (((_event$target = event.target) === null || _event$target === void 0 ? void 0 : _event$target.getAttribute('data-pc-section')) === 'rowtogglericon' || ((_event$target2 = event.target) === null || _event$target2 === void 0 || (_event$target2 = _event$target2.parentElement) === null || _event$target2 === void 0 ? void 0 : _event$target2.getAttribute('data-pc-section')) === 'rowtogglericon') return;
|
|
4581
|
+
var targetRow = (_event$target3 = event.target) === null || _event$target3 === void 0 ? void 0 : _event$target3.closest('tr[data-p-selectable-row="true"]');
|
|
4661
4582
|
focusedItem.tabIndex = '-1';
|
|
4662
4583
|
targetRow.tabIndex = '0';
|
|
4663
4584
|
}
|