primevue 3.12.0 → 3.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/Accordion.d.ts +8 -0
- package/accordion/Accordion.vue +15 -5
- package/accordion/accordion.cjs.js +15 -5
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.esm.js +16 -6
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +16 -6
- package/accordion/accordion.min.js +1 -1
- package/accordiontab/accordiontab.esm.js +1 -1
- package/accordiontab/accordiontab.esm.min.js +1 -1
- package/accordiontab/accordiontab.js +1 -1
- package/api/api.js +1 -1
- package/autocomplete/autocomplete.cjs.js +4 -4
- package/autocomplete/autocomplete.esm.js +1 -1
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +5 -5
- package/avatar/avatar.esm.js +1 -1
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +1 -1
- package/avatargroup/avatargroup.esm.js +1 -1
- package/avatargroup/avatargroup.esm.min.js +1 -1
- package/avatargroup/avatargroup.js +1 -1
- package/badge/badge.esm.js +1 -1
- package/badge/badge.esm.min.js +1 -1
- package/badge/badge.js +1 -1
- package/badgedirective/badgedirective.esm.js +1 -1
- package/badgedirective/badgedirective.esm.min.js +1 -1
- package/badgedirective/badgedirective.js +1 -1
- package/blockui/blockui.esm.js +1 -1
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +1 -1
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +1 -1
- package/button/button.cjs.js +1 -1
- package/button/button.esm.js +1 -1
- package/button/button.esm.min.js +1 -1
- package/button/button.js +2 -2
- package/calendar/Calendar.d.ts +17 -2
- package/calendar/Calendar.vue +10 -3
- package/calendar/calendar.cjs.js +13 -6
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +11 -4
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +14 -7
- package/calendar/calendar.min.js +1 -1
- package/card/card.esm.js +1 -1
- package/card/card.esm.min.js +1 -1
- package/card/card.js +1 -1
- package/carousel/carousel.cjs.js +1 -1
- package/carousel/carousel.esm.js +1 -1
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +2 -2
- package/cascadeselect/cascadeselect.cjs.js +2 -2
- package/cascadeselect/cascadeselect.esm.js +1 -1
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +3 -3
- package/chart/chart.cjs.js +4 -2
- package/chart/chart.esm.js +1 -1
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +1 -1
- package/checkbox/checkbox.esm.js +1 -1
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +1 -1
- package/chip/chip.esm.js +1 -1
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +1 -1
- package/chips/Chips.vue +1 -1
- package/chips/chips.cjs.js +1 -1
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.esm.js +2 -2
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +2 -2
- package/chips/chips.min.js +1 -1
- package/colorpicker/colorpicker.cjs.js +1 -1
- package/colorpicker/colorpicker.esm.js +1 -1
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +2 -2
- package/column/Column.d.ts +15 -3
- package/column/column.esm.js +1 -1
- package/column/column.esm.min.js +1 -1
- package/column/column.js +1 -1
- package/columngroup/columngroup.esm.js +1 -1
- package/columngroup/columngroup.esm.min.js +1 -1
- package/columngroup/columngroup.js +1 -1
- package/config/PrimeVue.d.ts +8 -0
- package/config/config.cjs.js +1 -1
- package/config/config.esm.js +2 -1
- package/config/config.esm.min.js +1 -1
- package/config/config.js +2 -2
- package/confirmationeventbus/confirmationeventbus.esm.js +1 -1
- package/confirmationeventbus/confirmationeventbus.esm.min.js +1 -1
- package/confirmationeventbus/confirmationeventbus.js +1 -1
- package/confirmationservice/ConfirmationService.d.ts +8 -1
- package/confirmationservice/confirmationservice.cjs.js +2 -2
- package/confirmationservice/confirmationservice.esm.js +1 -1
- package/confirmationservice/confirmationservice.esm.min.js +1 -1
- package/confirmationservice/confirmationservice.js +3 -3
- package/confirmdialog/confirmdialog.cjs.js +6 -6
- package/confirmdialog/confirmdialog.esm.js +1 -1
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +7 -7
- package/confirmpopup/ConfirmPopup.vue +3 -2
- package/confirmpopup/confirmpopup.cjs.js +9 -8
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +4 -3
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +10 -9
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/contextmenu.cjs.js +1 -1
- package/contextmenu/contextmenu.esm.js +1 -1
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +2 -2
- package/core/core.js +91 -60
- package/core/core.min.js +5 -5
- package/datatable/BodyCell.vue +17 -8
- package/datatable/DataTable.d.ts +1 -1
- package/datatable/DataTable.vue +17 -14
- package/datatable/RowCheckbox.vue +1 -1
- package/datatable/TableBody.vue +7 -1
- package/datatable/datatable.cjs.js +67 -46
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +56 -35
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +68 -47
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.d.ts +5 -1
- package/dataview/DataView.vue +8 -1
- package/dataview/dataview.cjs.js +12 -3
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +12 -3
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +13 -4
- package/dataview/dataview.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.js +1 -1
- package/deferredcontent/DeferredContent.vue +2 -2
- package/deferredcontent/deferredcontent.cjs.js +2 -2
- package/deferredcontent/deferredcontent.cjs.min.js +1 -1
- package/deferredcontent/deferredcontent.esm.js +3 -3
- package/deferredcontent/deferredcontent.esm.min.js +1 -1
- package/deferredcontent/deferredcontent.js +3 -3
- package/deferredcontent/deferredcontent.min.js +1 -1
- package/dialog/dialog.cjs.js +1 -1
- package/dialog/dialog.esm.js +1 -1
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +2 -2
- package/divider/divider.esm.js +1 -1
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +1 -1
- package/dock/dock.cjs.js +2 -2
- package/dock/dock.esm.js +1 -1
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +3 -3
- package/dropdown/Dropdown.vue +2 -1
- package/dropdown/dropdown.cjs.js +12 -13
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +11 -12
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +13 -14
- package/dropdown/dropdown.min.js +1 -1
- package/editor/editor.cjs.js +1 -1
- package/editor/editor.esm.js +1 -1
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +2 -2
- package/fieldset/fieldset.cjs.js +1 -1
- package/fieldset/fieldset.esm.js +1 -1
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +2 -2
- package/fileupload/FileUpload.vue +1 -0
- package/fileupload/fileupload.cjs.js +5 -4
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +2 -1
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +6 -5
- package/fileupload/fileupload.min.js +1 -1
- package/fullcalendar/fullcalendar.esm.js +1 -1
- package/fullcalendar/fullcalendar.esm.min.js +1 -1
- package/fullcalendar/fullcalendar.js +1 -1
- package/galleria/Galleria.vue +2 -8
- package/galleria/galleria.cjs.js +5 -11
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +3 -9
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +6 -12
- package/galleria/galleria.min.js +1 -1
- package/image/image.esm.js +1 -1
- package/image/image.esm.min.js +1 -1
- package/image/image.js +1 -1
- package/inlinemessage/inlinemessage.esm.js +1 -1
- package/inlinemessage/inlinemessage.esm.min.js +1 -1
- package/inlinemessage/inlinemessage.js +1 -1
- package/inplace/inplace.cjs.js +1 -1
- package/inplace/inplace.esm.js +1 -1
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +2 -2
- package/inputmask/inputmask.esm.js +1 -1
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +1 -1
- package/inputnumber/InputNumber.d.ts +22 -1
- package/inputnumber/InputNumber.vue +7 -3
- package/inputnumber/inputnumber.cjs.js +8 -4
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +7 -3
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +9 -5
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/InputSwitch.d.ts +1 -1
- package/inputswitch/inputswitch.esm.js +1 -1
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +1 -1
- package/inputtext/inputtext.esm.js +1 -1
- package/inputtext/inputtext.esm.min.js +1 -1
- package/inputtext/inputtext.js +1 -1
- package/knob/knob.esm.js +1 -1
- package/knob/knob.esm.min.js +1 -1
- package/knob/knob.js +1 -1
- package/listbox/listbox.cjs.js +2 -2
- package/listbox/listbox.esm.js +1 -1
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +3 -3
- package/megamenu/megamenu.cjs.js +1 -1
- package/megamenu/megamenu.esm.js +1 -1
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +2 -2
- package/menu/Menu.vue +1 -1
- package/menu/menu.cjs.js +3 -3
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +2 -2
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +4 -4
- package/menu/menu.min.js +1 -1
- package/menubar/menubar.cjs.js +1 -1
- package/menubar/menubar.esm.js +1 -1
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +2 -2
- package/message/message.cjs.js +1 -1
- package/message/message.esm.js +1 -1
- package/message/message.esm.min.js +1 -1
- package/message/message.js +2 -2
- package/multiselect/MultiSelect.vue +8 -5
- package/multiselect/multiselect.cjs.js +11 -8
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +9 -6
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +12 -9
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/OrderList.vue +4 -4
- package/orderlist/orderlist.cjs.js +6 -6
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +5 -5
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +7 -7
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/organizationchart.esm.js +1 -1
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.js +1 -1
- package/overlayeventbus/overlayeventbus.esm.js +1 -1
- package/overlayeventbus/overlayeventbus.esm.min.js +1 -1
- package/overlayeventbus/overlayeventbus.js +1 -1
- package/overlaypanel/overlaypanel.cjs.js +5 -5
- package/overlaypanel/overlaypanel.esm.js +1 -1
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +6 -6
- package/package.json +1 -1
- package/paginator/paginator.cjs.js +8 -8
- package/paginator/paginator.esm.js +1 -1
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +9 -9
- package/panel/panel.cjs.js +1 -1
- package/panel/panel.esm.js +1 -1
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +2 -2
- package/panelmenu/PanelMenu.vue +9 -4
- package/panelmenu/PanelMenuSub.vue +6 -1
- package/panelmenu/panelmenu.cjs.js +16 -4
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +17 -5
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +17 -5
- package/panelmenu/panelmenu.min.js +1 -1
- package/password/Password.vue +1 -1
- package/password/password.cjs.js +3 -3
- package/password/password.esm.js +2 -2
- package/password/password.esm.min.js +1 -1
- package/password/password.js +4 -4
- package/picklist/picklist.cjs.js +2 -2
- package/picklist/picklist.esm.js +1 -1
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +3 -3
- package/progressbar/progressbar.esm.js +1 -1
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +1 -1
- package/progressspinner/progressspinner.esm.js +1 -1
- package/progressspinner/progressspinner.esm.min.js +1 -1
- package/progressspinner/progressspinner.js +1 -1
- package/radiobutton/radiobutton.esm.js +1 -1
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +1 -1
- package/rating/Rating.vue +1 -1
- package/rating/rating.cjs.js +1 -1
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +2 -2
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +2 -2
- package/rating/rating.min.js +1 -1
- package/resources/primevue.css +5 -3
- package/resources/primevue.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +263 -1
- package/resources/themes/arya-green/theme.css +263 -1
- package/resources/themes/arya-orange/theme.css +263 -1
- package/resources/themes/arya-purple/theme.css +263 -1
- package/resources/themes/bootstrap4-dark-blue/theme.css +263 -1
- package/resources/themes/bootstrap4-dark-purple/theme.css +263 -1
- package/resources/themes/bootstrap4-light-blue/theme.css +262 -0
- package/resources/themes/bootstrap4-light-purple/theme.css +262 -0
- package/resources/themes/fluent-light/theme.css +262 -0
- package/resources/themes/lara-dark-blue/theme.css +270 -43
- package/resources/themes/lara-dark-indigo/theme.css +270 -43
- package/resources/themes/lara-dark-purple/theme.css +270 -43
- package/resources/themes/lara-dark-teal/theme.css +270 -43
- package/resources/themes/lara-light-blue/theme.css +362 -135
- package/resources/themes/lara-light-indigo/theme.css +269 -42
- package/resources/themes/lara-light-purple/theme.css +269 -42
- package/resources/themes/lara-light-teal/theme.css +269 -42
- package/resources/themes/luna-amber/theme.css +262 -0
- package/resources/themes/luna-blue/theme.css +262 -0
- package/resources/themes/luna-green/theme.css +262 -0
- package/resources/themes/luna-pink/theme.css +262 -0
- package/resources/themes/md-dark-deeppurple/theme.css +353 -8
- package/resources/themes/md-dark-indigo/theme.css +353 -8
- package/resources/themes/md-light-deeppurple/theme.css +350 -5
- package/resources/themes/md-light-indigo/theme.css +350 -5
- package/resources/themes/mdc-dark-deeppurple/theme.css +353 -8
- package/resources/themes/mdc-dark-indigo/theme.css +353 -8
- package/resources/themes/mdc-light-deeppurple/theme.css +350 -5
- package/resources/themes/mdc-light-indigo/theme.css +350 -5
- package/resources/themes/nova/theme.css +262 -0
- package/resources/themes/nova-accent/theme.css +262 -0
- package/resources/themes/nova-alt/theme.css +262 -0
- package/resources/themes/nova-vue/theme.css +262 -0
- package/resources/themes/rhea/theme.css +262 -0
- package/resources/themes/saga-blue/theme.css +262 -0
- package/resources/themes/saga-green/theme.css +262 -0
- package/resources/themes/saga-orange/theme.css +262 -0
- package/resources/themes/saga-purple/theme.css +262 -0
- package/resources/themes/tailwind-light/theme.css +262 -0
- package/resources/themes/vela-blue/theme.css +263 -1
- package/resources/themes/vela-green/theme.css +263 -1
- package/resources/themes/vela-orange/theme.css +263 -1
- package/resources/themes/vela-purple/theme.css +263 -1
- package/ripple/ripple.esm.js +1 -1
- package/ripple/ripple.esm.min.js +1 -1
- package/ripple/ripple.js +1 -1
- package/row/row.esm.js +1 -1
- package/row/row.esm.min.js +1 -1
- package/row/row.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +1 -1
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +1 -1
- package/scrolltop/ScrollTop.vue +1 -1
- package/scrolltop/scrolltop.cjs.js +1 -1
- package/scrolltop/scrolltop.esm.js +2 -2
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +2 -2
- package/selectbutton/selectbutton.cjs.js +1 -1
- package/selectbutton/selectbutton.esm.js +1 -1
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +2 -2
- package/sidebar/sidebar.cjs.js +1 -1
- package/sidebar/sidebar.esm.js +1 -1
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +2 -2
- package/skeleton/skeleton.esm.js +1 -1
- package/skeleton/skeleton.esm.min.js +1 -1
- package/skeleton/skeleton.js +1 -1
- package/slider/Slider.vue +10 -2
- package/slider/slider.cjs.js +9 -1
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +10 -2
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +10 -2
- package/slider/slider.min.js +1 -1
- package/speeddial/speeddial.cjs.js +3 -3
- package/speeddial/speeddial.esm.js +1 -1
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +4 -4
- package/splitbutton/SplitButton.vue +6 -2
- package/splitbutton/splitbutton.cjs.js +5 -5
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +4 -4
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +6 -6
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/splitter.esm.js +1 -1
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +1 -1
- package/splitterpanel/splitterpanel.esm.js +1 -1
- package/splitterpanel/splitterpanel.esm.min.js +1 -1
- package/splitterpanel/splitterpanel.js +1 -1
- package/steps/steps.esm.js +1 -1
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +1 -1
- package/styleclass/styleclass.cjs.js +11 -2
- package/styleclass/styleclass.cjs.min.js +1 -1
- package/styleclass/styleclass.esm.js +12 -3
- package/styleclass/styleclass.esm.min.js +1 -1
- package/styleclass/styleclass.js +12 -3
- package/styleclass/styleclass.min.js +1 -1
- package/tabmenu/tabmenu.cjs.js +1 -1
- package/tabmenu/tabmenu.esm.js +1 -1
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +2 -2
- package/tabpanel/tabpanel.esm.js +1 -1
- package/tabpanel/tabpanel.esm.min.js +1 -1
- package/tabpanel/tabpanel.js +1 -1
- package/tabview/tabview.cjs.js +1 -1
- package/tabview/tabview.esm.js +1 -1
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +2 -2
- package/tag/tag.esm.js +1 -1
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +1 -1
- package/terminal/terminal.cjs.js +3 -3
- package/terminal/terminal.esm.js +1 -1
- package/terminal/terminal.esm.min.js +1 -1
- package/terminal/terminal.js +4 -4
- package/terminalservice/terminalservice.esm.js +1 -1
- package/terminalservice/terminalservice.esm.min.js +1 -1
- package/terminalservice/terminalservice.js +1 -1
- package/textarea/textarea.esm.js +1 -1
- package/textarea/textarea.esm.min.js +1 -1
- package/textarea/textarea.js +1 -1
- package/tieredmenu/TieredMenu.vue +1 -1
- package/tieredmenu/tieredmenu.cjs.js +3 -3
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +2 -2
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +4 -4
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/timeline/timeline.esm.js +1 -1
- package/timeline/timeline.esm.min.js +1 -1
- package/timeline/timeline.js +1 -1
- package/toast/Toast.d.ts +1 -1
- package/toast/toast.cjs.js +7 -7
- package/toast/toast.esm.js +1 -1
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +8 -8
- package/toasteventbus/toasteventbus.esm.js +1 -1
- package/toasteventbus/toasteventbus.esm.min.js +1 -1
- package/toasteventbus/toasteventbus.js +1 -1
- package/toastservice/toastservice.cjs.js +3 -3
- package/toastservice/toastservice.esm.js +1 -1
- package/toastservice/toastservice.esm.min.js +1 -1
- package/toastservice/toastservice.js +4 -4
- package/togglebutton/togglebutton.cjs.js +1 -1
- package/togglebutton/togglebutton.esm.js +1 -1
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +2 -2
- package/toolbar/toolbar.esm.js +1 -1
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +1 -1
- package/tooltip/tooltip.cjs.js +29 -1
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +30 -2
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +30 -2
- package/tooltip/tooltip.min.js +1 -1
- package/tree/tree.cjs.js +1 -1
- package/tree/tree.esm.js +1 -1
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +2 -2
- package/treeselect/treeselect.cjs.js +3 -3
- package/treeselect/treeselect.esm.js +1 -1
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +4 -4
- package/treetable/treetable.cjs.js +2 -2
- package/treetable/treetable.esm.js +1 -1
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +3 -3
- package/tristatecheckbox/tristatecheckbox.esm.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +1 -1
- package/useconfirm/useconfirm.js +1 -1
- package/usetoast/usetoast.js +1 -1
- package/utils/utils.js +1 -1
- package/vetur-attributes.json +16 -4
- package/vetur-tags.json +6 -3
- package/virtualscroller/virtualscroller.esm.js +1 -1
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +1 -1
- package/web-types.json +87 -6
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
package/core/core.js
CHANGED
|
@@ -879,7 +879,7 @@ this.primevue.utils = (function (exports) {
|
|
|
879
879
|
|
|
880
880
|
return exports;
|
|
881
881
|
|
|
882
|
-
}
|
|
882
|
+
}({}));
|
|
883
883
|
|
|
884
884
|
this.primevue = this.primevue || {};
|
|
885
885
|
this.primevue.api = (function (exports, utils) {
|
|
@@ -1402,7 +1402,7 @@ this.primevue.api = (function (exports, utils) {
|
|
|
1402
1402
|
|
|
1403
1403
|
return exports;
|
|
1404
1404
|
|
|
1405
|
-
}
|
|
1405
|
+
}({}, primevue.utils));
|
|
1406
1406
|
|
|
1407
1407
|
this.primevue = this.primevue || {};
|
|
1408
1408
|
this.primevue.config = (function (exports, vue, api) {
|
|
@@ -1508,14 +1508,14 @@ this.primevue.config = (function (exports, vue, api) {
|
|
|
1508
1508
|
}
|
|
1509
1509
|
};
|
|
1510
1510
|
|
|
1511
|
-
exports
|
|
1511
|
+
exports.default = PrimeVue;
|
|
1512
1512
|
exports.usePrimeVue = usePrimeVue;
|
|
1513
1513
|
|
|
1514
1514
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
1515
1515
|
|
|
1516
1516
|
return exports;
|
|
1517
1517
|
|
|
1518
|
-
}
|
|
1518
|
+
}({}, Vue, primevue.api));
|
|
1519
1519
|
|
|
1520
1520
|
this.primevue = this.primevue || {};
|
|
1521
1521
|
this.primevue.ripple = (function (utils) {
|
|
@@ -1596,7 +1596,7 @@ this.primevue.ripple = (function (utils) {
|
|
|
1596
1596
|
|
|
1597
1597
|
return Ripple;
|
|
1598
1598
|
|
|
1599
|
-
}
|
|
1599
|
+
}(primevue.utils));
|
|
1600
1600
|
|
|
1601
1601
|
this.primevue = this.primevue || {};
|
|
1602
1602
|
this.primevue.tooltip = (function (utils) {
|
|
@@ -1707,7 +1707,15 @@ this.primevue.tooltip = (function (utils) {
|
|
|
1707
1707
|
|
|
1708
1708
|
let tooltipText = document.createElement('div');
|
|
1709
1709
|
tooltipText.className = 'p-tooltip-text';
|
|
1710
|
-
|
|
1710
|
+
|
|
1711
|
+
|
|
1712
|
+
if (el.$_ptooltipEscape) {
|
|
1713
|
+
tooltipText.innerHTML = el.$_ptooltipValue;
|
|
1714
|
+
}
|
|
1715
|
+
else {
|
|
1716
|
+
tooltipText.innerHTML = '';
|
|
1717
|
+
tooltipText.appendChild(document.createTextNode(el.$_ptooltipValue));
|
|
1718
|
+
}
|
|
1711
1719
|
|
|
1712
1720
|
container.appendChild(tooltipText);
|
|
1713
1721
|
document.body.appendChild(container);
|
|
@@ -1734,6 +1742,10 @@ this.primevue.tooltip = (function (utils) {
|
|
|
1734
1742
|
alignTop(el);
|
|
1735
1743
|
if (isOutOfBounds(el)) {
|
|
1736
1744
|
alignBottom(el);
|
|
1745
|
+
|
|
1746
|
+
if (isOutOfBounds(el)) {
|
|
1747
|
+
alignTop(el);
|
|
1748
|
+
}
|
|
1737
1749
|
}
|
|
1738
1750
|
}
|
|
1739
1751
|
else if (modifiers.left) {
|
|
@@ -1746,6 +1758,10 @@ this.primevue.tooltip = (function (utils) {
|
|
|
1746
1758
|
|
|
1747
1759
|
if (isOutOfBounds(el)) {
|
|
1748
1760
|
alignBottom(el);
|
|
1761
|
+
|
|
1762
|
+
if (isOutOfBounds(el)) {
|
|
1763
|
+
alignLeft(el);
|
|
1764
|
+
}
|
|
1749
1765
|
}
|
|
1750
1766
|
}
|
|
1751
1767
|
}
|
|
@@ -1754,6 +1770,10 @@ this.primevue.tooltip = (function (utils) {
|
|
|
1754
1770
|
alignBottom(el);
|
|
1755
1771
|
if (isOutOfBounds(el)) {
|
|
1756
1772
|
alignTop(el);
|
|
1773
|
+
|
|
1774
|
+
if (isOutOfBounds(el)) {
|
|
1775
|
+
alignBottom(el);
|
|
1776
|
+
}
|
|
1757
1777
|
}
|
|
1758
1778
|
}
|
|
1759
1779
|
else {
|
|
@@ -1766,6 +1786,10 @@ this.primevue.tooltip = (function (utils) {
|
|
|
1766
1786
|
|
|
1767
1787
|
if (isOutOfBounds(el)) {
|
|
1768
1788
|
alignBottom(el);
|
|
1789
|
+
|
|
1790
|
+
if (isOutOfBounds(el)) {
|
|
1791
|
+
alignRight(el);
|
|
1792
|
+
}
|
|
1769
1793
|
}
|
|
1770
1794
|
}
|
|
1771
1795
|
}
|
|
@@ -1869,11 +1893,13 @@ this.primevue.tooltip = (function (utils) {
|
|
|
1869
1893
|
else if (typeof options.value === 'string') {
|
|
1870
1894
|
target.$_ptooltipValue = options.value;
|
|
1871
1895
|
target.$_ptooltipDisabled = false;
|
|
1896
|
+
target.$_ptooltipEscape = false;
|
|
1872
1897
|
target.$_ptooltipClass = null;
|
|
1873
1898
|
}
|
|
1874
1899
|
else {
|
|
1875
1900
|
target.$_ptooltipValue = options.value.value;
|
|
1876
1901
|
target.$_ptooltipDisabled = options.value.disabled || false;
|
|
1902
|
+
target.$_ptooltipEscape = options.value.escape || false;
|
|
1877
1903
|
target.$_ptooltipClass = options.value.class;
|
|
1878
1904
|
}
|
|
1879
1905
|
|
|
@@ -1900,11 +1926,13 @@ this.primevue.tooltip = (function (utils) {
|
|
|
1900
1926
|
if (typeof options.value === 'string') {
|
|
1901
1927
|
target.$_ptooltipValue = options.value;
|
|
1902
1928
|
target.$_ptooltipDisabled = false;
|
|
1929
|
+
target.$_ptooltipEscape = false;
|
|
1903
1930
|
target.$_ptooltipClass = null;
|
|
1904
1931
|
}
|
|
1905
1932
|
else {
|
|
1906
1933
|
target.$_ptooltipValue = options.value.value;
|
|
1907
1934
|
target.$_ptooltipDisabled = options.value.disabled || false;
|
|
1935
|
+
target.$_ptooltipEscape = options.value.escape || false;
|
|
1908
1936
|
target.$_ptooltipClass = options.value.class;
|
|
1909
1937
|
}
|
|
1910
1938
|
}
|
|
@@ -1912,7 +1940,7 @@ this.primevue.tooltip = (function (utils) {
|
|
|
1912
1940
|
|
|
1913
1941
|
return Tooltip;
|
|
1914
1942
|
|
|
1915
|
-
}
|
|
1943
|
+
}(primevue.utils));
|
|
1916
1944
|
|
|
1917
1945
|
this.primevue = this.primevue || {};
|
|
1918
1946
|
this.primevue.virtualscroller = (function (vue) {
|
|
@@ -2571,7 +2599,7 @@ this.primevue.virtualscroller = (function (vue) {
|
|
|
2571
2599
|
|
|
2572
2600
|
return script;
|
|
2573
2601
|
|
|
2574
|
-
}
|
|
2602
|
+
}(Vue));
|
|
2575
2603
|
|
|
2576
2604
|
this.primevue = this.primevue || {};
|
|
2577
2605
|
this.primevue.confirmationeventbus = (function (utils) {
|
|
@@ -2581,7 +2609,7 @@ this.primevue.confirmationeventbus = (function (utils) {
|
|
|
2581
2609
|
|
|
2582
2610
|
return ConfirmationEventBus;
|
|
2583
2611
|
|
|
2584
|
-
}
|
|
2612
|
+
}(primevue.utils));
|
|
2585
2613
|
|
|
2586
2614
|
this.primevue = this.primevue || {};
|
|
2587
2615
|
this.primevue.toasteventbus = (function (utils) {
|
|
@@ -2591,7 +2619,7 @@ this.primevue.toasteventbus = (function (utils) {
|
|
|
2591
2619
|
|
|
2592
2620
|
return ToastEventBus;
|
|
2593
2621
|
|
|
2594
|
-
}
|
|
2622
|
+
}(primevue.utils));
|
|
2595
2623
|
|
|
2596
2624
|
this.primevue = this.primevue || {};
|
|
2597
2625
|
this.primevue.overlayeventbus = (function (utils) {
|
|
@@ -2601,7 +2629,7 @@ this.primevue.overlayeventbus = (function (utils) {
|
|
|
2601
2629
|
|
|
2602
2630
|
return OverlayEventBus;
|
|
2603
2631
|
|
|
2604
|
-
}
|
|
2632
|
+
}(primevue.utils));
|
|
2605
2633
|
|
|
2606
2634
|
this.primevue = this.primevue || {};
|
|
2607
2635
|
this.primevue.terminalservice = (function (utils) {
|
|
@@ -2611,7 +2639,7 @@ this.primevue.terminalservice = (function (utils) {
|
|
|
2611
2639
|
|
|
2612
2640
|
return TerminalService;
|
|
2613
2641
|
|
|
2614
|
-
}
|
|
2642
|
+
}(primevue.utils));
|
|
2615
2643
|
|
|
2616
2644
|
this.primevue = this.primevue || {};
|
|
2617
2645
|
this.primevue.useconfirm = (function (exports, vue) {
|
|
@@ -2635,7 +2663,7 @@ this.primevue.useconfirm = (function (exports, vue) {
|
|
|
2635
2663
|
|
|
2636
2664
|
return exports;
|
|
2637
2665
|
|
|
2638
|
-
}
|
|
2666
|
+
}({}, Vue));
|
|
2639
2667
|
|
|
2640
2668
|
this.primevue = this.primevue || {};
|
|
2641
2669
|
this.primevue.usetoast = (function (exports, vue) {
|
|
@@ -2659,7 +2687,7 @@ this.primevue.usetoast = (function (exports, vue) {
|
|
|
2659
2687
|
|
|
2660
2688
|
return exports;
|
|
2661
2689
|
|
|
2662
|
-
}
|
|
2690
|
+
}({}, Vue));
|
|
2663
2691
|
|
|
2664
2692
|
this.primevue = this.primevue || {};
|
|
2665
2693
|
this.primevue.button = (function (Ripple, vue) {
|
|
@@ -2732,7 +2760,7 @@ this.primevue.button = (function (Ripple, vue) {
|
|
|
2732
2760
|
}
|
|
2733
2761
|
},
|
|
2734
2762
|
directives: {
|
|
2735
|
-
'ripple': Ripple__default[
|
|
2763
|
+
'ripple': Ripple__default['default']
|
|
2736
2764
|
}
|
|
2737
2765
|
};
|
|
2738
2766
|
|
|
@@ -2776,7 +2804,7 @@ this.primevue.button = (function (Ripple, vue) {
|
|
|
2776
2804
|
|
|
2777
2805
|
return script;
|
|
2778
2806
|
|
|
2779
|
-
}
|
|
2807
|
+
}(primevue.ripple, Vue));
|
|
2780
2808
|
|
|
2781
2809
|
this.primevue = this.primevue || {};
|
|
2782
2810
|
this.primevue.inputtext = (function (vue) {
|
|
@@ -2812,7 +2840,7 @@ this.primevue.inputtext = (function (vue) {
|
|
|
2812
2840
|
|
|
2813
2841
|
return script;
|
|
2814
2842
|
|
|
2815
|
-
}
|
|
2843
|
+
}(Vue));
|
|
2816
2844
|
|
|
2817
2845
|
this.primevue = this.primevue || {};
|
|
2818
2846
|
this.primevue.inputnumber = (function (InputText, Button, vue) {
|
|
@@ -2826,7 +2854,7 @@ this.primevue.inputnumber = (function (InputText, Button, vue) {
|
|
|
2826
2854
|
var script = {
|
|
2827
2855
|
name: 'InputNumber',
|
|
2828
2856
|
inheritAttrs: false,
|
|
2829
|
-
emits: ['update:modelValue', 'input'],
|
|
2857
|
+
emits: ['update:modelValue', 'input', 'focus', 'blur'],
|
|
2830
2858
|
props: {
|
|
2831
2859
|
modelValue: {
|
|
2832
2860
|
type: Number,
|
|
@@ -3703,14 +3731,18 @@ this.primevue.inputnumber = (function (InputText, Button, vue) {
|
|
|
3703
3731
|
this.d_modelValue = value;
|
|
3704
3732
|
this.$emit('update:modelValue', value);
|
|
3705
3733
|
},
|
|
3706
|
-
onInputFocus() {
|
|
3734
|
+
onInputFocus(event) {
|
|
3707
3735
|
this.focused = true;
|
|
3736
|
+
this.$emit('focus', event);
|
|
3708
3737
|
},
|
|
3709
3738
|
onInputBlur(event) {
|
|
3710
3739
|
this.focused = false;
|
|
3711
3740
|
|
|
3712
3741
|
let input = event.target;
|
|
3713
3742
|
let newValue = this.validateValue(this.parseValue(input.value));
|
|
3743
|
+
|
|
3744
|
+
this.$emit('blur', { originalEvent: event, value: input.value});
|
|
3745
|
+
|
|
3714
3746
|
input.value = this.formatValue(newValue);
|
|
3715
3747
|
input.setAttribute('aria-valuenow', newValue);
|
|
3716
3748
|
this.updateModel(event, newValue);
|
|
@@ -3778,8 +3810,8 @@ this.primevue.inputnumber = (function (InputText, Button, vue) {
|
|
|
3778
3810
|
}
|
|
3779
3811
|
},
|
|
3780
3812
|
components: {
|
|
3781
|
-
'INInputText': InputText__default[
|
|
3782
|
-
'INButton': Button__default[
|
|
3813
|
+
'INInputText': InputText__default['default'],
|
|
3814
|
+
'INButton': Button__default['default']
|
|
3783
3815
|
}
|
|
3784
3816
|
};
|
|
3785
3817
|
|
|
@@ -3883,7 +3915,7 @@ this.primevue.inputnumber = (function (InputText, Button, vue) {
|
|
|
3883
3915
|
|
|
3884
3916
|
return script;
|
|
3885
3917
|
|
|
3886
|
-
}
|
|
3918
|
+
}(primevue.inputtext, primevue.button, Vue));
|
|
3887
3919
|
|
|
3888
3920
|
this.primevue = this.primevue || {};
|
|
3889
3921
|
this.primevue.message = (function (Ripple, vue) {
|
|
@@ -3951,7 +3983,7 @@ this.primevue.message = (function (Ripple, vue) {
|
|
|
3951
3983
|
}
|
|
3952
3984
|
},
|
|
3953
3985
|
directives: {
|
|
3954
|
-
'ripple': Ripple__default[
|
|
3986
|
+
'ripple': Ripple__default['default']
|
|
3955
3987
|
}
|
|
3956
3988
|
};
|
|
3957
3989
|
|
|
@@ -4031,7 +4063,7 @@ this.primevue.message = (function (Ripple, vue) {
|
|
|
4031
4063
|
|
|
4032
4064
|
return script;
|
|
4033
4065
|
|
|
4034
|
-
}
|
|
4066
|
+
}(primevue.ripple, Vue));
|
|
4035
4067
|
|
|
4036
4068
|
this.primevue = this.primevue || {};
|
|
4037
4069
|
this.primevue.progressbar = (function (vue) {
|
|
@@ -4153,7 +4185,7 @@ this.primevue.progressbar = (function (vue) {
|
|
|
4153
4185
|
|
|
4154
4186
|
return script;
|
|
4155
4187
|
|
|
4156
|
-
}
|
|
4188
|
+
}(Vue));
|
|
4157
4189
|
|
|
4158
4190
|
this.primevue = this.primevue || {};
|
|
4159
4191
|
this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, VirtualScroller, vue) {
|
|
@@ -4701,6 +4733,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
4701
4733
|
return label.startsWith(this.searchValue.toLocaleLowerCase(this.filterLocale));
|
|
4702
4734
|
},
|
|
4703
4735
|
onFilterChange(event) {
|
|
4736
|
+
this.filterValue = event.target.value;
|
|
4704
4737
|
this.$emit('filter', {originalEvent: event, value: event.target.value});
|
|
4705
4738
|
},
|
|
4706
4739
|
onFilterUpdated() {
|
|
@@ -4726,7 +4759,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
4726
4759
|
}
|
|
4727
4760
|
},
|
|
4728
4761
|
onOverlayClick(event) {
|
|
4729
|
-
OverlayEventBus__default[
|
|
4762
|
+
OverlayEventBus__default['default'].emit('overlay-click', {
|
|
4730
4763
|
originalEvent: event,
|
|
4731
4764
|
target: this.$el
|
|
4732
4765
|
});
|
|
@@ -4822,10 +4855,10 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
4822
4855
|
}
|
|
4823
4856
|
},
|
|
4824
4857
|
directives: {
|
|
4825
|
-
'ripple': Ripple__default[
|
|
4858
|
+
'ripple': Ripple__default['default']
|
|
4826
4859
|
},
|
|
4827
4860
|
components: {
|
|
4828
|
-
'VirtualScroller': VirtualScroller__default[
|
|
4861
|
+
'VirtualScroller': VirtualScroller__default['default']
|
|
4829
4862
|
}
|
|
4830
4863
|
};
|
|
4831
4864
|
|
|
@@ -4853,7 +4886,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
4853
4886
|
return (vue.openBlock(), vue.createBlock("div", {
|
|
4854
4887
|
ref: "container",
|
|
4855
4888
|
class: $options.containerClass,
|
|
4856
|
-
onClick: _cache[
|
|
4889
|
+
onClick: _cache[12] || (_cache[12] = $event => ($options.onClick($event)))
|
|
4857
4890
|
}, [
|
|
4858
4891
|
vue.createVNode("div", _hoisted_1, [
|
|
4859
4892
|
vue.createVNode("input", {
|
|
@@ -4933,7 +4966,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
4933
4966
|
key: 0,
|
|
4934
4967
|
ref: $options.overlayRef,
|
|
4935
4968
|
class: $options.panelStyleClass,
|
|
4936
|
-
onClick: _cache[
|
|
4969
|
+
onClick: _cache[11] || (_cache[11] = (...args) => ($options.onOverlayClick && $options.onOverlayClick(...args)))
|
|
4937
4970
|
}, [
|
|
4938
4971
|
vue.renderSlot(_ctx.$slots, "header", {
|
|
4939
4972
|
value: $props.modelValue,
|
|
@@ -4942,19 +4975,17 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
4942
4975
|
($props.filter)
|
|
4943
4976
|
? (vue.openBlock(), vue.createBlock("div", _hoisted_2, [
|
|
4944
4977
|
vue.createVNode("div", _hoisted_3, [
|
|
4945
|
-
vue.
|
|
4978
|
+
vue.createVNode("input", {
|
|
4946
4979
|
type: "text",
|
|
4947
4980
|
ref: "filterInput",
|
|
4948
|
-
|
|
4949
|
-
onVnodeUpdated: _cache[
|
|
4981
|
+
value: $data.filterValue,
|
|
4982
|
+
onVnodeUpdated: _cache[8] || (_cache[8] = (...args) => ($options.onFilterUpdated && $options.onFilterUpdated(...args))),
|
|
4950
4983
|
autoComplete: "off",
|
|
4951
4984
|
class: "p-dropdown-filter p-inputtext p-component",
|
|
4952
4985
|
placeholder: $props.filterPlaceholder,
|
|
4953
|
-
onKeydown: _cache[
|
|
4954
|
-
onInput: _cache[
|
|
4955
|
-
}, null, 40, ["placeholder"]),
|
|
4956
|
-
[vue.vModelText, $data.filterValue]
|
|
4957
|
-
]),
|
|
4986
|
+
onKeydown: _cache[9] || (_cache[9] = (...args) => ($options.onFilterKeyDown && $options.onFilterKeyDown(...args))),
|
|
4987
|
+
onInput: _cache[10] || (_cache[10] = (...args) => ($options.onFilterChange && $options.onFilterChange(...args)))
|
|
4988
|
+
}, null, 40, ["value", "placeholder"]),
|
|
4958
4989
|
_hoisted_4
|
|
4959
4990
|
])
|
|
4960
4991
|
]))
|
|
@@ -5103,7 +5134,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
5103
5134
|
|
|
5104
5135
|
return script;
|
|
5105
5136
|
|
|
5106
|
-
}
|
|
5137
|
+
}(primevue.utils, primevue.overlayeventbus, primevue.api, primevue.ripple, primevue.virtualscroller, Vue));
|
|
5107
5138
|
|
|
5108
5139
|
this.primevue = this.primevue || {};
|
|
5109
5140
|
this.primevue.dialog = (function (utils, Ripple, vue) {
|
|
@@ -5495,7 +5526,7 @@ this.primevue.dialog = (function (utils, Ripple, vue) {
|
|
|
5495
5526
|
}
|
|
5496
5527
|
},
|
|
5497
5528
|
directives: {
|
|
5498
|
-
'ripple': Ripple__default[
|
|
5529
|
+
'ripple': Ripple__default['default']
|
|
5499
5530
|
}
|
|
5500
5531
|
};
|
|
5501
5532
|
|
|
@@ -5642,7 +5673,7 @@ this.primevue.dialog = (function (utils, Ripple, vue) {
|
|
|
5642
5673
|
|
|
5643
5674
|
return script;
|
|
5644
5675
|
|
|
5645
|
-
}
|
|
5676
|
+
}(primevue.utils, primevue.ripple, Vue));
|
|
5646
5677
|
|
|
5647
5678
|
this.primevue = this.primevue || {};
|
|
5648
5679
|
this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
@@ -5720,7 +5751,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
5720
5751
|
}
|
|
5721
5752
|
},
|
|
5722
5753
|
directives: {
|
|
5723
|
-
'ripple': Ripple__default[
|
|
5754
|
+
'ripple': Ripple__default['default']
|
|
5724
5755
|
}
|
|
5725
5756
|
};
|
|
5726
5757
|
|
|
@@ -5751,7 +5782,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
5751
5782
|
}
|
|
5752
5783
|
},
|
|
5753
5784
|
directives: {
|
|
5754
|
-
'ripple': Ripple__default[
|
|
5785
|
+
'ripple': Ripple__default['default']
|
|
5755
5786
|
}
|
|
5756
5787
|
};
|
|
5757
5788
|
|
|
@@ -5782,7 +5813,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
5782
5813
|
}
|
|
5783
5814
|
},
|
|
5784
5815
|
directives: {
|
|
5785
|
-
'ripple': Ripple__default[
|
|
5816
|
+
'ripple': Ripple__default['default']
|
|
5786
5817
|
}
|
|
5787
5818
|
};
|
|
5788
5819
|
|
|
@@ -5820,7 +5851,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
5820
5851
|
}
|
|
5821
5852
|
},
|
|
5822
5853
|
directives: {
|
|
5823
|
-
'ripple': Ripple__default[
|
|
5854
|
+
'ripple': Ripple__default['default']
|
|
5824
5855
|
}
|
|
5825
5856
|
};
|
|
5826
5857
|
|
|
@@ -5857,7 +5888,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
5857
5888
|
}
|
|
5858
5889
|
},
|
|
5859
5890
|
directives: {
|
|
5860
|
-
'ripple': Ripple__default[
|
|
5891
|
+
'ripple': Ripple__default['default']
|
|
5861
5892
|
}
|
|
5862
5893
|
};
|
|
5863
5894
|
|
|
@@ -5904,7 +5935,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
5904
5935
|
}
|
|
5905
5936
|
},
|
|
5906
5937
|
components: {
|
|
5907
|
-
'RPPDropdown': Dropdown__default[
|
|
5938
|
+
'RPPDropdown': Dropdown__default['default']
|
|
5908
5939
|
}
|
|
5909
5940
|
};
|
|
5910
5941
|
|
|
@@ -5948,7 +5979,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
5948
5979
|
}
|
|
5949
5980
|
},
|
|
5950
5981
|
components: {
|
|
5951
|
-
'JTPDropdown': Dropdown__default[
|
|
5982
|
+
'JTPDropdown': Dropdown__default['default']
|
|
5952
5983
|
}
|
|
5953
5984
|
};
|
|
5954
5985
|
|
|
@@ -5983,7 +6014,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
5983
6014
|
}
|
|
5984
6015
|
},
|
|
5985
6016
|
components: {
|
|
5986
|
-
'JTPInput': InputNumber__default[
|
|
6017
|
+
'JTPInput': InputNumber__default['default']
|
|
5987
6018
|
}
|
|
5988
6019
|
};
|
|
5989
6020
|
|
|
@@ -6322,7 +6353,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
6322
6353
|
|
|
6323
6354
|
return script;
|
|
6324
6355
|
|
|
6325
|
-
}
|
|
6356
|
+
}(Vue, primevue.ripple, primevue.dropdown, primevue.inputnumber));
|
|
6326
6357
|
|
|
6327
6358
|
this.primevue = this.primevue || {};
|
|
6328
6359
|
this.primevue.tree = (function (utils, Ripple, vue) {
|
|
@@ -6594,7 +6625,7 @@ this.primevue.tree = (function (utils, Ripple, vue) {
|
|
|
6594
6625
|
}
|
|
6595
6626
|
},
|
|
6596
6627
|
directives: {
|
|
6597
|
-
'ripple': Ripple__default[
|
|
6628
|
+
'ripple': Ripple__default['default']
|
|
6598
6629
|
}
|
|
6599
6630
|
};
|
|
6600
6631
|
|
|
@@ -7036,7 +7067,7 @@ this.primevue.tree = (function (utils, Ripple, vue) {
|
|
|
7036
7067
|
|
|
7037
7068
|
return script;
|
|
7038
7069
|
|
|
7039
|
-
}
|
|
7070
|
+
}(primevue.utils, primevue.ripple, Vue));
|
|
7040
7071
|
|
|
7041
7072
|
this.primevue = this.primevue || {};
|
|
7042
7073
|
this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
@@ -7087,7 +7118,7 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
|
7087
7118
|
}
|
|
7088
7119
|
},
|
|
7089
7120
|
directives: {
|
|
7090
|
-
'ripple': Ripple__default[
|
|
7121
|
+
'ripple': Ripple__default['default']
|
|
7091
7122
|
}
|
|
7092
7123
|
};
|
|
7093
7124
|
|
|
@@ -7318,7 +7349,7 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
|
7318
7349
|
this.resizeListener = null;
|
|
7319
7350
|
}
|
|
7320
7351
|
},
|
|
7321
|
-
isTargetClicked() {
|
|
7352
|
+
isTargetClicked(event) {
|
|
7322
7353
|
return this.target && (this.target === event.target || this.target.contains(event.target));
|
|
7323
7354
|
},
|
|
7324
7355
|
visible(item) {
|
|
@@ -7331,7 +7362,7 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
|
7331
7362
|
this.container = el;
|
|
7332
7363
|
},
|
|
7333
7364
|
onOverlayClick(event) {
|
|
7334
|
-
OverlayEventBus__default[
|
|
7365
|
+
OverlayEventBus__default['default'].emit('overlay-click', {
|
|
7335
7366
|
originalEvent: event,
|
|
7336
7367
|
target: this.target
|
|
7337
7368
|
});
|
|
@@ -7478,7 +7509,7 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
|
7478
7509
|
|
|
7479
7510
|
return script;
|
|
7480
7511
|
|
|
7481
|
-
}
|
|
7512
|
+
}(primevue.utils, primevue.overlayeventbus, primevue.ripple, Vue));
|
|
7482
7513
|
|
|
7483
7514
|
this.primevue = this.primevue || {};
|
|
7484
7515
|
this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
@@ -7701,7 +7732,7 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
|
7701
7732
|
}
|
|
7702
7733
|
},
|
|
7703
7734
|
directives: {
|
|
7704
|
-
'ripple': Ripple__default[
|
|
7735
|
+
'ripple': Ripple__default['default']
|
|
7705
7736
|
}
|
|
7706
7737
|
};
|
|
7707
7738
|
|
|
@@ -7963,7 +7994,7 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
|
7963
7994
|
this.resizeListener = null;
|
|
7964
7995
|
}
|
|
7965
7996
|
},
|
|
7966
|
-
isTargetClicked() {
|
|
7997
|
+
isTargetClicked(event) {
|
|
7967
7998
|
return this.target && (this.target === event.target || this.target.contains(event.target));
|
|
7968
7999
|
},
|
|
7969
8000
|
onLeafClick() {
|
|
@@ -7975,7 +8006,7 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
|
7975
8006
|
this.container = el;
|
|
7976
8007
|
},
|
|
7977
8008
|
onOverlayClick(event) {
|
|
7978
|
-
OverlayEventBus__default[
|
|
8009
|
+
OverlayEventBus__default['default'].emit('overlay-click', {
|
|
7979
8010
|
originalEvent: event,
|
|
7980
8011
|
target: this.target
|
|
7981
8012
|
});
|
|
@@ -8067,5 +8098,5 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
|
8067
8098
|
|
|
8068
8099
|
return script;
|
|
8069
8100
|
|
|
8070
|
-
}
|
|
8101
|
+
}(primevue.utils, primevue.overlayeventbus, primevue.ripple, Vue));
|
|
8071
8102
|
|