primevue 3.11.1 → 3.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +256 -2
- package/accordion/accordion.esm.js +1 -1
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.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 +30 -0
- package/calendar/Calendar.vue +19 -10
- package/calendar/calendar.cjs.js +22 -13
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +20 -11
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +23 -14
- 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.esm.js +1 -1
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.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 +19 -3
- package/column/Column.vue +6 -2
- package/column/column.cjs.js +6 -2
- package/column/column.cjs.min.js +1 -1
- package/column/column.esm.js +7 -3
- package/column/column.esm.min.js +1 -1
- package/column/column.js +7 -3
- package/column/column.min.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/confirmationoptions/ConfirmationOptions.d.ts +4 -0
- 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 +1 -1
- package/confirmpopup/confirmpopup.cjs.js +7 -7
- 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 +8 -8
- 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 +115 -81
- package/core/core.min.js +6 -6
- package/datatable/BodyCell.vue +17 -8
- package/datatable/DataTable.d.ts +1 -1
- package/datatable/DataTable.vue +18 -15
- package/datatable/RowCheckbox.vue +1 -1
- package/datatable/TableBody.vue +7 -1
- package/datatable/datatable.cjs.js +68 -47
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +57 -36
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +69 -48
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.d.ts +1 -1
- package/dataview/dataview.cjs.js +1 -1
- package/dataview/dataview.esm.js +1 -1
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +2 -2
- 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 +15 -10
- package/dropdown/dropdown.cjs.js +26 -22
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +25 -21
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +27 -23
- 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.vue +1 -1
- package/knob/knob.cjs.js +1 -1
- package/knob/knob.cjs.min.js +1 -1
- package/knob/knob.esm.js +2 -2
- package/knob/knob.esm.min.js +1 -1
- package/knob/knob.js +2 -2
- package/knob/knob.min.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 +21 -14
- package/multiselect/multiselect.cjs.js +25 -16
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +23 -14
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +26 -17
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/OrderList.d.ts +4 -0
- package/orderlist/OrderList.vue +10 -1
- package/orderlist/orderlist.cjs.js +19 -11
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +18 -10
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +20 -12
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/OrganizationChart.d.ts +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.cjs.js +2 -2
- package/password/password.esm.js +1 -1
- package/password/password.esm.min.js +1 -1
- package/password/password.js +3 -3
- package/picklist/PickList.d.ts +5 -1
- package/picklist/PickList.vue +10 -1
- package/picklist/picklist.cjs.js +27 -19
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +26 -18
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +28 -20
- package/picklist/picklist.min.js +1 -1
- 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.esm.js +1 -1
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +1 -1
- package/resources/themes/arya-blue/theme.css +275 -1
- package/resources/themes/arya-green/theme.css +275 -1
- package/resources/themes/arya-orange/theme.css +275 -1
- package/resources/themes/arya-purple/theme.css +275 -1
- package/resources/themes/bootstrap4-dark-blue/theme.css +279 -1
- package/resources/themes/bootstrap4-dark-purple/theme.css +279 -1
- package/resources/themes/bootstrap4-light-blue/theme.css +278 -0
- package/resources/themes/bootstrap4-light-purple/theme.css +278 -0
- package/resources/themes/fluent-light/theme.css +274 -0
- package/resources/themes/lara-dark-blue/theme.css +282 -52
- package/resources/themes/lara-dark-indigo/theme.css +282 -52
- package/resources/themes/lara-dark-purple/theme.css +282 -52
- package/resources/themes/lara-dark-teal/theme.css +282 -52
- package/resources/themes/lara-light-blue/theme.css +374 -144
- package/resources/themes/lara-light-indigo/theme.css +281 -51
- package/resources/themes/lara-light-purple/theme.css +281 -51
- package/resources/themes/lara-light-teal/theme.css +281 -51
- package/resources/themes/luna-amber/theme.css +274 -0
- package/resources/themes/luna-blue/theme.css +274 -0
- package/resources/themes/luna-green/theme.css +274 -0
- package/resources/themes/luna-pink/theme.css +274 -0
- package/resources/themes/md-dark-deeppurple/theme.css +365 -8
- package/resources/themes/md-dark-indigo/theme.css +365 -8
- package/resources/themes/md-light-deeppurple/theme.css +362 -5
- package/resources/themes/md-light-indigo/theme.css +362 -5
- package/resources/themes/mdc-dark-deeppurple/theme.css +365 -8
- package/resources/themes/mdc-dark-indigo/theme.css +365 -8
- package/resources/themes/mdc-light-deeppurple/theme.css +362 -5
- package/resources/themes/mdc-light-indigo/theme.css +362 -5
- package/resources/themes/nova/theme.css +274 -0
- package/resources/themes/nova-accent/theme.css +274 -0
- package/resources/themes/nova-alt/theme.css +274 -0
- package/resources/themes/nova-vue/theme.css +274 -0
- package/resources/themes/rhea/theme.css +274 -0
- package/resources/themes/saga-blue/theme.css +274 -0
- package/resources/themes/saga-green/theme.css +274 -0
- package/resources/themes/saga-orange/theme.css +274 -0
- package/resources/themes/saga-purple/theme.css +274 -0
- package/resources/themes/tailwind-light/theme.css +274 -0
- package/resources/themes/vela-blue/theme.css +275 -1
- package/resources/themes/vela-green/theme.css +275 -1
- package/resources/themes/vela-orange/theme.css +275 -1
- package/resources/themes/vela-purple/theme.css +275 -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.esm.js +1 -1
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +1 -1
- 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.vue +1 -1
- package/splitter/splitter.cjs.js +1 -1
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.esm.js +2 -2
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +2 -2
- package/splitter/splitter.min.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.esm.js +1 -1
- package/styleclass/styleclass.esm.min.js +1 -1
- package/styleclass/styleclass.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.vue +1 -1
- package/tabview/tabview.cjs.js +2 -2
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +2 -2
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +3 -3
- package/tabview/tabview.min.js +1 -1
- 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 +16 -0
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +17 -1
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +17 -1
- 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/FooterCell.vue +1 -1
- package/treetable/TreeTable.d.ts +1 -1
- package/treetable/treetable.cjs.js +3 -3
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +2 -2
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +4 -4
- package/treetable/treetable.min.js +1 -1
- 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 +15 -3
- package/vetur-tags.json +6 -3
- package/virtualscroller/VirtualScroller.vue +23 -13
- package/virtualscroller/virtualscroller.cjs.js +23 -13
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +24 -14
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +24 -14
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +130 -10
- 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) {
|
|
@@ -1734,6 +1734,10 @@ this.primevue.tooltip = (function (utils) {
|
|
|
1734
1734
|
alignTop(el);
|
|
1735
1735
|
if (isOutOfBounds(el)) {
|
|
1736
1736
|
alignBottom(el);
|
|
1737
|
+
|
|
1738
|
+
if (isOutOfBounds(el)) {
|
|
1739
|
+
alignTop(el);
|
|
1740
|
+
}
|
|
1737
1741
|
}
|
|
1738
1742
|
}
|
|
1739
1743
|
else if (modifiers.left) {
|
|
@@ -1746,6 +1750,10 @@ this.primevue.tooltip = (function (utils) {
|
|
|
1746
1750
|
|
|
1747
1751
|
if (isOutOfBounds(el)) {
|
|
1748
1752
|
alignBottom(el);
|
|
1753
|
+
|
|
1754
|
+
if (isOutOfBounds(el)) {
|
|
1755
|
+
alignLeft(el);
|
|
1756
|
+
}
|
|
1749
1757
|
}
|
|
1750
1758
|
}
|
|
1751
1759
|
}
|
|
@@ -1754,6 +1762,10 @@ this.primevue.tooltip = (function (utils) {
|
|
|
1754
1762
|
alignBottom(el);
|
|
1755
1763
|
if (isOutOfBounds(el)) {
|
|
1756
1764
|
alignTop(el);
|
|
1765
|
+
|
|
1766
|
+
if (isOutOfBounds(el)) {
|
|
1767
|
+
alignBottom(el);
|
|
1768
|
+
}
|
|
1757
1769
|
}
|
|
1758
1770
|
}
|
|
1759
1771
|
else {
|
|
@@ -1766,6 +1778,10 @@ this.primevue.tooltip = (function (utils) {
|
|
|
1766
1778
|
|
|
1767
1779
|
if (isOutOfBounds(el)) {
|
|
1768
1780
|
alignBottom(el);
|
|
1781
|
+
|
|
1782
|
+
if (isOutOfBounds(el)) {
|
|
1783
|
+
alignRight(el);
|
|
1784
|
+
}
|
|
1769
1785
|
}
|
|
1770
1786
|
}
|
|
1771
1787
|
}
|
|
@@ -1912,7 +1928,7 @@ this.primevue.tooltip = (function (utils) {
|
|
|
1912
1928
|
|
|
1913
1929
|
return Tooltip;
|
|
1914
1930
|
|
|
1915
|
-
}
|
|
1931
|
+
}(primevue.utils));
|
|
1916
1932
|
|
|
1917
1933
|
this.primevue = this.primevue || {};
|
|
1918
1934
|
this.primevue.virtualscroller = (function (vue) {
|
|
@@ -2038,23 +2054,26 @@ this.primevue.virtualscroller = (function (vue) {
|
|
|
2038
2054
|
scrollToIndex(index, behavior = 'auto') {
|
|
2039
2055
|
const both = this.isBoth();
|
|
2040
2056
|
const horizontal = this.isHorizontal();
|
|
2057
|
+
const first = this.first;
|
|
2058
|
+
const { numToleratedItems } = this.calculateNumItems();
|
|
2059
|
+
const itemSize = this.itemSize;
|
|
2041
2060
|
const contentPos = this.getContentPosition();
|
|
2042
2061
|
const calculateFirst = (_index = 0, _numT) => (_index <= _numT ? 0 : _index);
|
|
2043
2062
|
const calculateCoord = (_first, _size, _cpos) => (_first * _size) + _cpos;
|
|
2044
2063
|
const scrollTo = (left = 0, top = 0) => this.scrollTo({ left, top, behavior });
|
|
2045
2064
|
|
|
2046
2065
|
if (both) {
|
|
2047
|
-
const newFirst = { rows: calculateFirst(index[0],
|
|
2048
|
-
if (newFirst.rows !==
|
|
2049
|
-
scrollTo(calculateCoord(newFirst.cols,
|
|
2066
|
+
const newFirst = { rows: calculateFirst(index[0], numToleratedItems[0]), cols: calculateFirst(index[1], numToleratedItems[1]) };
|
|
2067
|
+
if (newFirst.rows !== first.rows || newFirst.cols !== first.cols) {
|
|
2068
|
+
scrollTo(calculateCoord(newFirst.cols, itemSize[1], contentPos.left), calculateCoord(newFirst.rows, itemSize[0], contentPos.top));
|
|
2050
2069
|
this.first = newFirst;
|
|
2051
2070
|
}
|
|
2052
2071
|
}
|
|
2053
2072
|
else {
|
|
2054
|
-
const newFirst = calculateFirst(index,
|
|
2073
|
+
const newFirst = calculateFirst(index, numToleratedItems);
|
|
2055
2074
|
|
|
2056
|
-
if (newFirst !==
|
|
2057
|
-
horizontal ? scrollTo(calculateCoord(newFirst,
|
|
2075
|
+
if (newFirst !== first) {
|
|
2076
|
+
horizontal ? scrollTo(calculateCoord(newFirst, itemSize, contentPos.left), 0) : scrollTo(0, calculateCoord(newFirst, itemSize, contentPos.top));
|
|
2058
2077
|
this.first = newFirst;
|
|
2059
2078
|
}
|
|
2060
2079
|
}
|
|
@@ -2137,26 +2156,33 @@ this.primevue.virtualscroller = (function (vue) {
|
|
|
2137
2156
|
}
|
|
2138
2157
|
};
|
|
2139
2158
|
},
|
|
2140
|
-
|
|
2159
|
+
calculateNumItems() {
|
|
2141
2160
|
const both = this.isBoth();
|
|
2142
2161
|
const horizontal = this.isHorizontal();
|
|
2162
|
+
const itemSize = this.itemSize;
|
|
2143
2163
|
const contentPos = this.getContentPosition();
|
|
2144
2164
|
const contentWidth = this.element ? this.element.offsetWidth - contentPos.left : 0;
|
|
2145
2165
|
const contentHeight = this.element ? this.element.offsetHeight - contentPos.top : 0;
|
|
2146
2166
|
const calculateNumItemsInViewport = (_contentSize, _itemSize) => Math.ceil(_contentSize / (_itemSize || _contentSize));
|
|
2147
2167
|
const calculateNumToleratedItems = (_numItems) => Math.ceil(_numItems / 2);
|
|
2148
2168
|
const numItemsInViewport = both ?
|
|
2149
|
-
{ rows: calculateNumItemsInViewport(contentHeight,
|
|
2150
|
-
calculateNumItemsInViewport((horizontal ? contentWidth : contentHeight),
|
|
2169
|
+
{ rows: calculateNumItemsInViewport(contentHeight, itemSize[0]), cols: calculateNumItemsInViewport(contentWidth, itemSize[1]) } :
|
|
2170
|
+
calculateNumItemsInViewport((horizontal ? contentWidth : contentHeight), itemSize);
|
|
2151
2171
|
|
|
2152
|
-
|
|
2172
|
+
const numToleratedItems = this.d_numToleratedItems || (both ?
|
|
2153
2173
|
[calculateNumToleratedItems(numItemsInViewport.rows), calculateNumToleratedItems(numItemsInViewport.cols)] :
|
|
2154
2174
|
calculateNumToleratedItems(numItemsInViewport));
|
|
2155
2175
|
|
|
2176
|
+
return { numItemsInViewport, numToleratedItems };
|
|
2177
|
+
},
|
|
2178
|
+
calculateOptions() {
|
|
2179
|
+
const both = this.isBoth();
|
|
2180
|
+
const first = this.first;
|
|
2181
|
+
const { numItemsInViewport, numToleratedItems } = this.calculateNumItems();
|
|
2156
2182
|
const calculateLast = (_first, _num, _numT, _isCols) => this.getLast(_first + _num + ((_first < _numT ? 2 : 3) * _numT), _isCols);
|
|
2157
2183
|
const last = both ?
|
|
2158
|
-
{ rows: calculateLast(
|
|
2159
|
-
calculateLast(
|
|
2184
|
+
{ rows: calculateLast(first.rows, numItemsInViewport.rows, numToleratedItems[0]), cols: calculateLast(first.cols, numItemsInViewport.cols, numToleratedItems[1], true) } :
|
|
2185
|
+
calculateLast(first, numItemsInViewport, numToleratedItems);
|
|
2160
2186
|
|
|
2161
2187
|
this.last = last;
|
|
2162
2188
|
this.numItemsInViewport = numItemsInViewport;
|
|
@@ -2170,7 +2196,7 @@ this.primevue.virtualscroller = (function (vue) {
|
|
|
2170
2196
|
}
|
|
2171
2197
|
|
|
2172
2198
|
if (this.lazy) {
|
|
2173
|
-
this.$emit('lazy-load', { first
|
|
2199
|
+
this.$emit('lazy-load', { first, last });
|
|
2174
2200
|
}
|
|
2175
2201
|
},
|
|
2176
2202
|
getLast(last = 0, isCols) {
|
|
@@ -2561,7 +2587,7 @@ this.primevue.virtualscroller = (function (vue) {
|
|
|
2561
2587
|
|
|
2562
2588
|
return script;
|
|
2563
2589
|
|
|
2564
|
-
}
|
|
2590
|
+
}(Vue));
|
|
2565
2591
|
|
|
2566
2592
|
this.primevue = this.primevue || {};
|
|
2567
2593
|
this.primevue.confirmationeventbus = (function (utils) {
|
|
@@ -2571,7 +2597,7 @@ this.primevue.confirmationeventbus = (function (utils) {
|
|
|
2571
2597
|
|
|
2572
2598
|
return ConfirmationEventBus;
|
|
2573
2599
|
|
|
2574
|
-
}
|
|
2600
|
+
}(primevue.utils));
|
|
2575
2601
|
|
|
2576
2602
|
this.primevue = this.primevue || {};
|
|
2577
2603
|
this.primevue.toasteventbus = (function (utils) {
|
|
@@ -2581,7 +2607,7 @@ this.primevue.toasteventbus = (function (utils) {
|
|
|
2581
2607
|
|
|
2582
2608
|
return ToastEventBus;
|
|
2583
2609
|
|
|
2584
|
-
}
|
|
2610
|
+
}(primevue.utils));
|
|
2585
2611
|
|
|
2586
2612
|
this.primevue = this.primevue || {};
|
|
2587
2613
|
this.primevue.overlayeventbus = (function (utils) {
|
|
@@ -2591,7 +2617,7 @@ this.primevue.overlayeventbus = (function (utils) {
|
|
|
2591
2617
|
|
|
2592
2618
|
return OverlayEventBus;
|
|
2593
2619
|
|
|
2594
|
-
}
|
|
2620
|
+
}(primevue.utils));
|
|
2595
2621
|
|
|
2596
2622
|
this.primevue = this.primevue || {};
|
|
2597
2623
|
this.primevue.terminalservice = (function (utils) {
|
|
@@ -2601,7 +2627,7 @@ this.primevue.terminalservice = (function (utils) {
|
|
|
2601
2627
|
|
|
2602
2628
|
return TerminalService;
|
|
2603
2629
|
|
|
2604
|
-
}
|
|
2630
|
+
}(primevue.utils));
|
|
2605
2631
|
|
|
2606
2632
|
this.primevue = this.primevue || {};
|
|
2607
2633
|
this.primevue.useconfirm = (function (exports, vue) {
|
|
@@ -2625,7 +2651,7 @@ this.primevue.useconfirm = (function (exports, vue) {
|
|
|
2625
2651
|
|
|
2626
2652
|
return exports;
|
|
2627
2653
|
|
|
2628
|
-
}
|
|
2654
|
+
}({}, Vue));
|
|
2629
2655
|
|
|
2630
2656
|
this.primevue = this.primevue || {};
|
|
2631
2657
|
this.primevue.usetoast = (function (exports, vue) {
|
|
@@ -2649,7 +2675,7 @@ this.primevue.usetoast = (function (exports, vue) {
|
|
|
2649
2675
|
|
|
2650
2676
|
return exports;
|
|
2651
2677
|
|
|
2652
|
-
}
|
|
2678
|
+
}({}, Vue));
|
|
2653
2679
|
|
|
2654
2680
|
this.primevue = this.primevue || {};
|
|
2655
2681
|
this.primevue.button = (function (Ripple, vue) {
|
|
@@ -2722,7 +2748,7 @@ this.primevue.button = (function (Ripple, vue) {
|
|
|
2722
2748
|
}
|
|
2723
2749
|
},
|
|
2724
2750
|
directives: {
|
|
2725
|
-
'ripple': Ripple__default[
|
|
2751
|
+
'ripple': Ripple__default['default']
|
|
2726
2752
|
}
|
|
2727
2753
|
};
|
|
2728
2754
|
|
|
@@ -2766,7 +2792,7 @@ this.primevue.button = (function (Ripple, vue) {
|
|
|
2766
2792
|
|
|
2767
2793
|
return script;
|
|
2768
2794
|
|
|
2769
|
-
}
|
|
2795
|
+
}(primevue.ripple, Vue));
|
|
2770
2796
|
|
|
2771
2797
|
this.primevue = this.primevue || {};
|
|
2772
2798
|
this.primevue.inputtext = (function (vue) {
|
|
@@ -2802,7 +2828,7 @@ this.primevue.inputtext = (function (vue) {
|
|
|
2802
2828
|
|
|
2803
2829
|
return script;
|
|
2804
2830
|
|
|
2805
|
-
}
|
|
2831
|
+
}(Vue));
|
|
2806
2832
|
|
|
2807
2833
|
this.primevue = this.primevue || {};
|
|
2808
2834
|
this.primevue.inputnumber = (function (InputText, Button, vue) {
|
|
@@ -2816,7 +2842,7 @@ this.primevue.inputnumber = (function (InputText, Button, vue) {
|
|
|
2816
2842
|
var script = {
|
|
2817
2843
|
name: 'InputNumber',
|
|
2818
2844
|
inheritAttrs: false,
|
|
2819
|
-
emits: ['update:modelValue', 'input'],
|
|
2845
|
+
emits: ['update:modelValue', 'input', 'focus', 'blur'],
|
|
2820
2846
|
props: {
|
|
2821
2847
|
modelValue: {
|
|
2822
2848
|
type: Number,
|
|
@@ -3693,14 +3719,18 @@ this.primevue.inputnumber = (function (InputText, Button, vue) {
|
|
|
3693
3719
|
this.d_modelValue = value;
|
|
3694
3720
|
this.$emit('update:modelValue', value);
|
|
3695
3721
|
},
|
|
3696
|
-
onInputFocus() {
|
|
3722
|
+
onInputFocus(event) {
|
|
3697
3723
|
this.focused = true;
|
|
3724
|
+
this.$emit('focus', event);
|
|
3698
3725
|
},
|
|
3699
3726
|
onInputBlur(event) {
|
|
3700
3727
|
this.focused = false;
|
|
3701
3728
|
|
|
3702
3729
|
let input = event.target;
|
|
3703
3730
|
let newValue = this.validateValue(this.parseValue(input.value));
|
|
3731
|
+
|
|
3732
|
+
this.$emit('blur', { originalEvent: event, value: input.value});
|
|
3733
|
+
|
|
3704
3734
|
input.value = this.formatValue(newValue);
|
|
3705
3735
|
input.setAttribute('aria-valuenow', newValue);
|
|
3706
3736
|
this.updateModel(event, newValue);
|
|
@@ -3768,8 +3798,8 @@ this.primevue.inputnumber = (function (InputText, Button, vue) {
|
|
|
3768
3798
|
}
|
|
3769
3799
|
},
|
|
3770
3800
|
components: {
|
|
3771
|
-
'INInputText': InputText__default[
|
|
3772
|
-
'INButton': Button__default[
|
|
3801
|
+
'INInputText': InputText__default['default'],
|
|
3802
|
+
'INButton': Button__default['default']
|
|
3773
3803
|
}
|
|
3774
3804
|
};
|
|
3775
3805
|
|
|
@@ -3873,7 +3903,7 @@ this.primevue.inputnumber = (function (InputText, Button, vue) {
|
|
|
3873
3903
|
|
|
3874
3904
|
return script;
|
|
3875
3905
|
|
|
3876
|
-
}
|
|
3906
|
+
}(primevue.inputtext, primevue.button, Vue));
|
|
3877
3907
|
|
|
3878
3908
|
this.primevue = this.primevue || {};
|
|
3879
3909
|
this.primevue.message = (function (Ripple, vue) {
|
|
@@ -3941,7 +3971,7 @@ this.primevue.message = (function (Ripple, vue) {
|
|
|
3941
3971
|
}
|
|
3942
3972
|
},
|
|
3943
3973
|
directives: {
|
|
3944
|
-
'ripple': Ripple__default[
|
|
3974
|
+
'ripple': Ripple__default['default']
|
|
3945
3975
|
}
|
|
3946
3976
|
};
|
|
3947
3977
|
|
|
@@ -4021,7 +4051,7 @@ this.primevue.message = (function (Ripple, vue) {
|
|
|
4021
4051
|
|
|
4022
4052
|
return script;
|
|
4023
4053
|
|
|
4024
|
-
}
|
|
4054
|
+
}(primevue.ripple, Vue));
|
|
4025
4055
|
|
|
4026
4056
|
this.primevue = this.primevue || {};
|
|
4027
4057
|
this.primevue.progressbar = (function (vue) {
|
|
@@ -4143,7 +4173,7 @@ this.primevue.progressbar = (function (vue) {
|
|
|
4143
4173
|
|
|
4144
4174
|
return script;
|
|
4145
4175
|
|
|
4146
|
-
}
|
|
4176
|
+
}(Vue));
|
|
4147
4177
|
|
|
4148
4178
|
this.primevue = this.primevue || {};
|
|
4149
4179
|
this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, VirtualScroller, vue) {
|
|
@@ -4516,21 +4546,25 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
4516
4546
|
onOverlayEnter(el) {
|
|
4517
4547
|
utils.ZIndexUtils.set('overlay', el, this.$primevue.config.zIndex.overlay);
|
|
4518
4548
|
this.alignOverlay();
|
|
4519
|
-
this.bindOutsideClickListener();
|
|
4520
|
-
this.bindScrollListener();
|
|
4521
|
-
this.bindResizeListener();
|
|
4522
4549
|
this.scrollValueInView();
|
|
4523
4550
|
|
|
4524
|
-
if (this.filter) {
|
|
4525
|
-
this.$refs.filterInput.focus();
|
|
4526
|
-
}
|
|
4527
|
-
|
|
4528
4551
|
if (!this.virtualScrollerDisabled) {
|
|
4529
4552
|
const selectedIndex = this.getSelectedOptionIndex();
|
|
4530
4553
|
if (selectedIndex !== -1) {
|
|
4531
|
-
|
|
4554
|
+
setTimeout(() => {
|
|
4555
|
+
this.virtualScroller && this.virtualScroller.scrollToIndex(selectedIndex);
|
|
4556
|
+
}, 0);
|
|
4532
4557
|
}
|
|
4533
4558
|
}
|
|
4559
|
+
},
|
|
4560
|
+
onOverlayAfterEnter() {
|
|
4561
|
+
if (this.filter) {
|
|
4562
|
+
this.$refs.filterInput.focus();
|
|
4563
|
+
}
|
|
4564
|
+
|
|
4565
|
+
this.bindOutsideClickListener();
|
|
4566
|
+
this.bindScrollListener();
|
|
4567
|
+
this.bindResizeListener();
|
|
4534
4568
|
|
|
4535
4569
|
this.$emit('show');
|
|
4536
4570
|
},
|
|
@@ -4687,6 +4721,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
4687
4721
|
return label.startsWith(this.searchValue.toLocaleLowerCase(this.filterLocale));
|
|
4688
4722
|
},
|
|
4689
4723
|
onFilterChange(event) {
|
|
4724
|
+
this.filterValue = event.target.value;
|
|
4690
4725
|
this.$emit('filter', {originalEvent: event, value: event.target.value});
|
|
4691
4726
|
},
|
|
4692
4727
|
onFilterUpdated() {
|
|
@@ -4712,7 +4747,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
4712
4747
|
}
|
|
4713
4748
|
},
|
|
4714
4749
|
onOverlayClick(event) {
|
|
4715
|
-
OverlayEventBus__default[
|
|
4750
|
+
OverlayEventBus__default['default'].emit('overlay-click', {
|
|
4716
4751
|
originalEvent: event,
|
|
4717
4752
|
target: this.$el
|
|
4718
4753
|
});
|
|
@@ -4808,10 +4843,10 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
4808
4843
|
}
|
|
4809
4844
|
},
|
|
4810
4845
|
directives: {
|
|
4811
|
-
'ripple': Ripple__default[
|
|
4846
|
+
'ripple': Ripple__default['default']
|
|
4812
4847
|
},
|
|
4813
4848
|
components: {
|
|
4814
|
-
'VirtualScroller': VirtualScroller__default[
|
|
4849
|
+
'VirtualScroller': VirtualScroller__default['default']
|
|
4815
4850
|
}
|
|
4816
4851
|
};
|
|
4817
4852
|
|
|
@@ -4839,7 +4874,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
4839
4874
|
return (vue.openBlock(), vue.createBlock("div", {
|
|
4840
4875
|
ref: "container",
|
|
4841
4876
|
class: $options.containerClass,
|
|
4842
|
-
onClick: _cache[
|
|
4877
|
+
onClick: _cache[12] || (_cache[12] = $event => ($options.onClick($event)))
|
|
4843
4878
|
}, [
|
|
4844
4879
|
vue.createVNode("div", _hoisted_1, [
|
|
4845
4880
|
vue.createVNode("input", {
|
|
@@ -4909,6 +4944,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
4909
4944
|
vue.createVNode(vue.Transition, {
|
|
4910
4945
|
name: "p-connected-overlay",
|
|
4911
4946
|
onEnter: $options.onOverlayEnter,
|
|
4947
|
+
onAfterEnter: $options.onOverlayAfterEnter,
|
|
4912
4948
|
onLeave: $options.onOverlayLeave,
|
|
4913
4949
|
onAfterLeave: $options.onOverlayAfterLeave
|
|
4914
4950
|
}, {
|
|
@@ -4918,7 +4954,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
4918
4954
|
key: 0,
|
|
4919
4955
|
ref: $options.overlayRef,
|
|
4920
4956
|
class: $options.panelStyleClass,
|
|
4921
|
-
onClick: _cache[
|
|
4957
|
+
onClick: _cache[11] || (_cache[11] = (...args) => ($options.onOverlayClick && $options.onOverlayClick(...args)))
|
|
4922
4958
|
}, [
|
|
4923
4959
|
vue.renderSlot(_ctx.$slots, "header", {
|
|
4924
4960
|
value: $props.modelValue,
|
|
@@ -4927,19 +4963,17 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
4927
4963
|
($props.filter)
|
|
4928
4964
|
? (vue.openBlock(), vue.createBlock("div", _hoisted_2, [
|
|
4929
4965
|
vue.createVNode("div", _hoisted_3, [
|
|
4930
|
-
vue.
|
|
4966
|
+
vue.createVNode("input", {
|
|
4931
4967
|
type: "text",
|
|
4932
4968
|
ref: "filterInput",
|
|
4933
|
-
|
|
4934
|
-
onVnodeUpdated: _cache[
|
|
4969
|
+
value: $data.filterValue,
|
|
4970
|
+
onVnodeUpdated: _cache[8] || (_cache[8] = (...args) => ($options.onFilterUpdated && $options.onFilterUpdated(...args))),
|
|
4935
4971
|
autoComplete: "off",
|
|
4936
4972
|
class: "p-dropdown-filter p-inputtext p-component",
|
|
4937
4973
|
placeholder: $props.filterPlaceholder,
|
|
4938
|
-
onKeydown: _cache[
|
|
4939
|
-
onInput: _cache[
|
|
4940
|
-
}, null, 40, ["placeholder"]),
|
|
4941
|
-
[vue.vModelText, $data.filterValue]
|
|
4942
|
-
]),
|
|
4974
|
+
onKeydown: _cache[9] || (_cache[9] = (...args) => ($options.onFilterKeyDown && $options.onFilterKeyDown(...args))),
|
|
4975
|
+
onInput: _cache[10] || (_cache[10] = (...args) => ($options.onFilterChange && $options.onFilterChange(...args)))
|
|
4976
|
+
}, null, 40, ["value", "placeholder"]),
|
|
4943
4977
|
_hoisted_4
|
|
4944
4978
|
])
|
|
4945
4979
|
]))
|
|
@@ -5049,7 +5083,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
5049
5083
|
: vue.createCommentVNode("", true)
|
|
5050
5084
|
]),
|
|
5051
5085
|
_: 3
|
|
5052
|
-
}, 8, ["onEnter", "onLeave", "onAfterLeave"])
|
|
5086
|
+
}, 8, ["onEnter", "onAfterEnter", "onLeave", "onAfterLeave"])
|
|
5053
5087
|
], 8, ["to", "disabled"]))
|
|
5054
5088
|
], 2))
|
|
5055
5089
|
}
|
|
@@ -5088,7 +5122,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
|
|
|
5088
5122
|
|
|
5089
5123
|
return script;
|
|
5090
5124
|
|
|
5091
|
-
}
|
|
5125
|
+
}(primevue.utils, primevue.overlayeventbus, primevue.api, primevue.ripple, primevue.virtualscroller, Vue));
|
|
5092
5126
|
|
|
5093
5127
|
this.primevue = this.primevue || {};
|
|
5094
5128
|
this.primevue.dialog = (function (utils, Ripple, vue) {
|
|
@@ -5480,7 +5514,7 @@ this.primevue.dialog = (function (utils, Ripple, vue) {
|
|
|
5480
5514
|
}
|
|
5481
5515
|
},
|
|
5482
5516
|
directives: {
|
|
5483
|
-
'ripple': Ripple__default[
|
|
5517
|
+
'ripple': Ripple__default['default']
|
|
5484
5518
|
}
|
|
5485
5519
|
};
|
|
5486
5520
|
|
|
@@ -5627,7 +5661,7 @@ this.primevue.dialog = (function (utils, Ripple, vue) {
|
|
|
5627
5661
|
|
|
5628
5662
|
return script;
|
|
5629
5663
|
|
|
5630
|
-
}
|
|
5664
|
+
}(primevue.utils, primevue.ripple, Vue));
|
|
5631
5665
|
|
|
5632
5666
|
this.primevue = this.primevue || {};
|
|
5633
5667
|
this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
@@ -5705,7 +5739,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
5705
5739
|
}
|
|
5706
5740
|
},
|
|
5707
5741
|
directives: {
|
|
5708
|
-
'ripple': Ripple__default[
|
|
5742
|
+
'ripple': Ripple__default['default']
|
|
5709
5743
|
}
|
|
5710
5744
|
};
|
|
5711
5745
|
|
|
@@ -5736,7 +5770,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
5736
5770
|
}
|
|
5737
5771
|
},
|
|
5738
5772
|
directives: {
|
|
5739
|
-
'ripple': Ripple__default[
|
|
5773
|
+
'ripple': Ripple__default['default']
|
|
5740
5774
|
}
|
|
5741
5775
|
};
|
|
5742
5776
|
|
|
@@ -5767,7 +5801,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
5767
5801
|
}
|
|
5768
5802
|
},
|
|
5769
5803
|
directives: {
|
|
5770
|
-
'ripple': Ripple__default[
|
|
5804
|
+
'ripple': Ripple__default['default']
|
|
5771
5805
|
}
|
|
5772
5806
|
};
|
|
5773
5807
|
|
|
@@ -5805,7 +5839,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
5805
5839
|
}
|
|
5806
5840
|
},
|
|
5807
5841
|
directives: {
|
|
5808
|
-
'ripple': Ripple__default[
|
|
5842
|
+
'ripple': Ripple__default['default']
|
|
5809
5843
|
}
|
|
5810
5844
|
};
|
|
5811
5845
|
|
|
@@ -5842,7 +5876,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
5842
5876
|
}
|
|
5843
5877
|
},
|
|
5844
5878
|
directives: {
|
|
5845
|
-
'ripple': Ripple__default[
|
|
5879
|
+
'ripple': Ripple__default['default']
|
|
5846
5880
|
}
|
|
5847
5881
|
};
|
|
5848
5882
|
|
|
@@ -5889,7 +5923,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
5889
5923
|
}
|
|
5890
5924
|
},
|
|
5891
5925
|
components: {
|
|
5892
|
-
'RPPDropdown': Dropdown__default[
|
|
5926
|
+
'RPPDropdown': Dropdown__default['default']
|
|
5893
5927
|
}
|
|
5894
5928
|
};
|
|
5895
5929
|
|
|
@@ -5933,7 +5967,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
5933
5967
|
}
|
|
5934
5968
|
},
|
|
5935
5969
|
components: {
|
|
5936
|
-
'JTPDropdown': Dropdown__default[
|
|
5970
|
+
'JTPDropdown': Dropdown__default['default']
|
|
5937
5971
|
}
|
|
5938
5972
|
};
|
|
5939
5973
|
|
|
@@ -5968,7 +6002,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
5968
6002
|
}
|
|
5969
6003
|
},
|
|
5970
6004
|
components: {
|
|
5971
|
-
'JTPInput': InputNumber__default[
|
|
6005
|
+
'JTPInput': InputNumber__default['default']
|
|
5972
6006
|
}
|
|
5973
6007
|
};
|
|
5974
6008
|
|
|
@@ -6307,7 +6341,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
|
|
|
6307
6341
|
|
|
6308
6342
|
return script;
|
|
6309
6343
|
|
|
6310
|
-
}
|
|
6344
|
+
}(Vue, primevue.ripple, primevue.dropdown, primevue.inputnumber));
|
|
6311
6345
|
|
|
6312
6346
|
this.primevue = this.primevue || {};
|
|
6313
6347
|
this.primevue.tree = (function (utils, Ripple, vue) {
|
|
@@ -6579,7 +6613,7 @@ this.primevue.tree = (function (utils, Ripple, vue) {
|
|
|
6579
6613
|
}
|
|
6580
6614
|
},
|
|
6581
6615
|
directives: {
|
|
6582
|
-
'ripple': Ripple__default[
|
|
6616
|
+
'ripple': Ripple__default['default']
|
|
6583
6617
|
}
|
|
6584
6618
|
};
|
|
6585
6619
|
|
|
@@ -7021,7 +7055,7 @@ this.primevue.tree = (function (utils, Ripple, vue) {
|
|
|
7021
7055
|
|
|
7022
7056
|
return script;
|
|
7023
7057
|
|
|
7024
|
-
}
|
|
7058
|
+
}(primevue.utils, primevue.ripple, Vue));
|
|
7025
7059
|
|
|
7026
7060
|
this.primevue = this.primevue || {};
|
|
7027
7061
|
this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
@@ -7072,7 +7106,7 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
|
7072
7106
|
}
|
|
7073
7107
|
},
|
|
7074
7108
|
directives: {
|
|
7075
|
-
'ripple': Ripple__default[
|
|
7109
|
+
'ripple': Ripple__default['default']
|
|
7076
7110
|
}
|
|
7077
7111
|
};
|
|
7078
7112
|
|
|
@@ -7303,7 +7337,7 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
|
7303
7337
|
this.resizeListener = null;
|
|
7304
7338
|
}
|
|
7305
7339
|
},
|
|
7306
|
-
isTargetClicked() {
|
|
7340
|
+
isTargetClicked(event) {
|
|
7307
7341
|
return this.target && (this.target === event.target || this.target.contains(event.target));
|
|
7308
7342
|
},
|
|
7309
7343
|
visible(item) {
|
|
@@ -7316,7 +7350,7 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
|
7316
7350
|
this.container = el;
|
|
7317
7351
|
},
|
|
7318
7352
|
onOverlayClick(event) {
|
|
7319
|
-
OverlayEventBus__default[
|
|
7353
|
+
OverlayEventBus__default['default'].emit('overlay-click', {
|
|
7320
7354
|
originalEvent: event,
|
|
7321
7355
|
target: this.target
|
|
7322
7356
|
});
|
|
@@ -7463,7 +7497,7 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
|
7463
7497
|
|
|
7464
7498
|
return script;
|
|
7465
7499
|
|
|
7466
|
-
}
|
|
7500
|
+
}(primevue.utils, primevue.overlayeventbus, primevue.ripple, Vue));
|
|
7467
7501
|
|
|
7468
7502
|
this.primevue = this.primevue || {};
|
|
7469
7503
|
this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
@@ -7686,7 +7720,7 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
|
7686
7720
|
}
|
|
7687
7721
|
},
|
|
7688
7722
|
directives: {
|
|
7689
|
-
'ripple': Ripple__default[
|
|
7723
|
+
'ripple': Ripple__default['default']
|
|
7690
7724
|
}
|
|
7691
7725
|
};
|
|
7692
7726
|
|
|
@@ -7948,7 +7982,7 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
|
7948
7982
|
this.resizeListener = null;
|
|
7949
7983
|
}
|
|
7950
7984
|
},
|
|
7951
|
-
isTargetClicked() {
|
|
7985
|
+
isTargetClicked(event) {
|
|
7952
7986
|
return this.target && (this.target === event.target || this.target.contains(event.target));
|
|
7953
7987
|
},
|
|
7954
7988
|
onLeafClick() {
|
|
@@ -7960,7 +7994,7 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
|
7960
7994
|
this.container = el;
|
|
7961
7995
|
},
|
|
7962
7996
|
onOverlayClick(event) {
|
|
7963
|
-
OverlayEventBus__default[
|
|
7997
|
+
OverlayEventBus__default['default'].emit('overlay-click', {
|
|
7964
7998
|
originalEvent: event,
|
|
7965
7999
|
target: this.target
|
|
7966
8000
|
});
|
|
@@ -8052,5 +8086,5 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
|
|
|
8052
8086
|
|
|
8053
8087
|
return script;
|
|
8054
8088
|
|
|
8055
|
-
}
|
|
8089
|
+
}(primevue.utils, primevue.overlayeventbus, primevue.ripple, Vue));
|
|
8056
8090
|
|