primevue 2.8.0 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/accordion.common.js +1 -1
- package/accordion/accordion.umd.js +1 -1
- package/accordiontab/accordiontab.common.js +3 -3
- package/accordiontab/accordiontab.umd.js +3 -3
- package/accordiontab/accordiontab.umd.min.js +1 -1
- package/api/api.common.js +4 -0
- package/api/api.umd.js +4 -0
- package/api/api.umd.min.js +1 -1
- package/api/filterservice.common.js +4 -0
- package/api/filterservice.umd.js +4 -0
- package/api/filterservice.umd.min.js +1 -1
- package/autocomplete/autocomplete.common.js +8 -4
- package/autocomplete/autocomplete.umd.js +8 -4
- package/autocomplete/autocomplete.umd.min.js +1 -1
- package/avatar/avatar.common.js +1 -1
- package/avatar/avatar.umd.js +1 -1
- package/avatargroup/avatargroup.common.js +1 -1
- package/avatargroup/avatargroup.umd.js +1 -1
- package/badge/badge.common.js +1 -1
- package/badge/badge.umd.js +1 -1
- package/badgedirective/badgedirective.common.js +2 -2
- package/badgedirective/badgedirective.umd.js +2 -2
- package/badgedirective/badgedirective.umd.min.js +1 -1
- package/blockui/blockui.common.js +3 -3
- package/blockui/blockui.umd.js +3 -3
- package/blockui/blockui.umd.min.js +1 -1
- package/breadcrumb/breadcrumb.common.js +2 -2
- package/breadcrumb/breadcrumb.umd.js +2 -2
- package/breadcrumb/breadcrumbitem.common.js +1 -1
- package/breadcrumb/breadcrumbitem.umd.js +1 -1
- package/button/button.common.js +3 -3
- package/button/button.umd.js +3 -3
- package/button/button.umd.min.js +1 -1
- package/calendar/Calendar.vue +4 -1
- package/calendar/calendar.common.js +10 -7
- package/calendar/calendar.umd.js +10 -7
- package/calendar/calendar.umd.min.js +1 -1
- package/card/card.common.js +1 -1
- package/card/card.umd.js +1 -1
- package/carousel/carousel.common.js +3 -3
- package/carousel/carousel.umd.js +3 -3
- package/carousel/carousel.umd.min.js +1 -1
- package/cascadeselect/cascadeselect.common.js +8 -4
- package/cascadeselect/cascadeselect.umd.js +8 -4
- package/cascadeselect/cascadeselect.umd.min.js +1 -1
- package/cascadeselect/cascadeselectsub.common.js +7 -3
- package/cascadeselect/cascadeselectsub.umd.js +7 -3
- package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
- package/chart/chart.common.js +1 -1
- package/chart/chart.umd.js +1 -1
- package/checkbox/checkbox.common.js +5 -1
- package/checkbox/checkbox.umd.js +5 -1
- package/checkbox/checkbox.umd.min.js +1 -1
- package/chip/chip.common.js +1 -1
- package/chip/chip.umd.js +1 -1
- package/chips/chips.common.js +1 -1
- package/chips/chips.umd.js +1 -1
- package/colorpicker/colorpicker.common.js +3 -3
- package/colorpicker/colorpicker.umd.js +3 -3
- package/colorpicker/colorpicker.umd.min.js +1 -1
- package/columngroup/columngroup.common.js +1 -1
- package/columngroup/columngroup.umd.js +1 -1
- package/config/primevue.common.js +8 -0
- package/config/primevue.umd.js +8 -0
- package/config/primevue.umd.min.js +1 -1
- package/confirmationeventbus/confirmationeventbus.common.js +4 -0
- package/confirmationeventbus/confirmationeventbus.umd.js +4 -0
- package/confirmationeventbus/confirmationeventbus.umd.min.js +1 -1
- package/confirmationservice/confirmationservice.common.js +4 -0
- package/confirmationservice/confirmationservice.umd.js +4 -0
- package/confirmationservice/confirmationservice.umd.min.js +1 -1
- package/confirmdialog/confirmdialog.common.js +20 -13
- package/confirmdialog/confirmdialog.umd.js +20 -13
- package/confirmdialog/confirmdialog.umd.min.js +1 -1
- package/confirmpopup/confirmpopup.common.js +8 -4
- package/confirmpopup/confirmpopup.umd.js +8 -4
- package/confirmpopup/confirmpopup.umd.min.js +1 -1
- package/contextmenu/contextmenu.common.js +4 -4
- package/contextmenu/contextmenu.umd.js +4 -4
- package/contextmenu/contextmenu.umd.min.js +1 -1
- package/contextmenu/contextmenusub.common.js +3 -3
- package/contextmenu/contextmenusub.umd.js +3 -3
- package/contextmenu/contextmenusub.umd.min.js +1 -1
- package/contextmenu/demo.html +3 -4
- package/datatable/DataTable.d.ts +2 -0
- package/datatable/DataTable.vue +30 -13
- package/datatable/HeaderCheckbox.vue +7 -4
- package/datatable/RowCheckbox.vue +2 -2
- package/datatable/RowRadioButton.vue +1 -1
- package/datatable/bodycell.common.js +20 -15
- package/datatable/bodycell.umd.js +20 -15
- package/datatable/bodycell.umd.min.js +1 -1
- package/datatable/columnfilter.common.js +16 -11
- package/datatable/columnfilter.umd.js +16 -11
- package/datatable/columnfilter.umd.min.js +1 -1
- package/datatable/datatable.common.js +96 -67
- package/datatable/datatable.umd.js +96 -67
- package/datatable/datatable.umd.min.js +1 -1
- package/datatable/footercell.common.js +7 -3
- package/datatable/footercell.umd.js +7 -3
- package/datatable/footercell.umd.min.js +1 -1
- package/datatable/headercell.common.js +28 -20
- package/datatable/headercell.umd.js +28 -20
- package/datatable/headercell.umd.min.js +1 -1
- package/datatable/headercheckbox.common.js +8 -5
- package/datatable/headercheckbox.umd.js +8 -5
- package/datatable/headercheckbox.umd.min.js +1 -1
- package/datatable/rowcheckbox.common.js +3 -3
- package/datatable/rowcheckbox.umd.js +3 -3
- package/datatable/rowcheckbox.umd.min.js +1 -1
- package/datatable/rowradiobutton.common.js +3 -3
- package/datatable/rowradiobutton.umd.js +3 -3
- package/datatable/rowradiobutton.umd.min.js +1 -1
- package/datatable/tablebody.common.js +21 -16
- package/datatable/tablebody.umd.js +21 -16
- package/datatable/tablebody.umd.min.js +1 -1
- package/datatable/tablefooter.common.js +8 -4
- package/datatable/tablefooter.umd.js +8 -4
- package/datatable/tablefooter.umd.min.js +1 -1
- package/datatable/tableheader.common.js +29 -21
- package/datatable/tableheader.umd.js +29 -21
- package/datatable/tableheader.umd.min.js +1 -1
- package/datatable/tableloadingbody.common.js +1 -1
- package/datatable/tableloadingbody.umd.js +1 -1
- package/dataview/dataview.common.js +27 -23
- package/dataview/dataview.umd.js +27 -23
- package/dataview/dataview.umd.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.common.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.umd.js +1 -1
- package/deferredcontent/deferredcontent.common.js +1 -1
- package/deferredcontent/deferredcontent.umd.js +1 -1
- package/dialog/Dialog.d.ts +1 -0
- package/dialog/Dialog.vue +7 -4
- package/dialog/dialog.common.js +11 -8
- package/dialog/dialog.umd.js +11 -8
- package/dialog/dialog.umd.min.js +1 -1
- package/divider/divider.common.js +1 -1
- package/divider/divider.umd.js +1 -1
- package/dock/dock.common.js +2 -2
- package/dock/dock.umd.js +2 -2
- package/dock/docksub.common.js +1 -1
- package/dock/docksub.umd.js +1 -1
- package/dropdown/Dropdown.vue +1 -1
- package/dropdown/dropdown.common.js +9 -5
- package/dropdown/dropdown.umd.js +9 -5
- package/dropdown/dropdown.umd.min.js +1 -1
- package/editor/editor.common.js +1 -1
- package/editor/editor.umd.js +1 -1
- package/fieldset/fieldset.common.js +3 -3
- package/fieldset/fieldset.umd.js +3 -3
- package/fieldset/fieldset.umd.min.js +1 -1
- package/fileupload/fileupload.common.js +6 -6
- package/fileupload/fileupload.umd.js +6 -6
- package/fileupload/fileupload.umd.min.js +1 -1
- package/fullcalendar/fullcalendar.common.js +3 -3
- package/fullcalendar/fullcalendar.umd.js +3 -3
- package/fullcalendar/fullcalendar.umd.min.js +1 -1
- package/galleria/galleria.common.js +6 -6
- package/galleria/galleria.umd.js +6 -6
- package/galleria/galleria.umd.min.js +1 -1
- package/galleria/galleriacontent.common.js +5 -5
- package/galleria/galleriacontent.umd.js +5 -5
- package/galleria/galleriacontent.umd.min.js +1 -1
- package/galleria/galleriaitem.common.js +3 -3
- package/galleria/galleriaitem.umd.js +3 -3
- package/galleria/galleriaitem.umd.min.js +1 -1
- package/galleria/galleriathumbnails.common.js +3 -3
- package/galleria/galleriathumbnails.umd.js +3 -3
- package/galleria/galleriathumbnails.umd.min.js +1 -1
- package/imagepreview/imagepreview.common.js +3 -3
- package/imagepreview/imagepreview.umd.js +3 -3
- package/imagepreview/imagepreview.umd.min.js +1 -1
- package/inlinemessage/inlinemessage.common.js +1 -1
- package/inlinemessage/inlinemessage.umd.js +1 -1
- package/inplace/inplace.common.js +4 -4
- package/inplace/inplace.umd.js +4 -4
- package/inplace/inplace.umd.min.js +1 -1
- package/inputmask/inputmask.common.js +3 -3
- package/inputmask/inputmask.umd.js +3 -3
- package/inputmask/inputmask.umd.min.js +1 -1
- package/inputnumber/inputnumber.common.js +5 -5
- package/inputnumber/inputnumber.umd.js +5 -5
- package/inputnumber/inputnumber.umd.min.js +1 -1
- package/inputswitch/inputswitch.common.js +1 -1
- package/inputswitch/inputswitch.umd.js +1 -1
- package/inputtext/inputtext.common.js +1 -1
- package/inputtext/inputtext.umd.js +1 -1
- package/knob/knob.common.js +1 -1
- package/knob/knob.umd.js +1 -1
- package/listbox/listbox.common.js +7 -3
- package/listbox/listbox.umd.js +7 -3
- package/listbox/listbox.umd.min.js +1 -1
- package/megamenu/megamenu.common.js +3 -3
- package/megamenu/megamenu.umd.js +3 -3
- package/megamenu/megamenu.umd.min.js +1 -1
- package/menu/menu.common.js +4 -4
- package/menu/menu.umd.js +4 -4
- package/menu/menu.umd.min.js +1 -1
- package/menu/menuitem.common.js +3 -3
- package/menu/menuitem.umd.js +3 -3
- package/menu/menuitem.umd.min.js +1 -1
- package/menubar/menubar.common.js +4 -4
- package/menubar/menubar.umd.js +4 -4
- package/menubar/menubar.umd.min.js +1 -1
- package/menubar/menubarsub.common.js +3 -3
- package/menubar/menubarsub.umd.js +3 -3
- package/menubar/menubarsub.umd.min.js +1 -1
- package/message/message.common.js +3 -3
- package/message/message.umd.js +3 -3
- package/message/message.umd.min.js +1 -1
- package/multiselect/multiselect.common.js +7 -3
- package/multiselect/multiselect.umd.js +7 -3
- package/multiselect/multiselect.umd.min.js +1 -1
- package/orderlist/orderlist.common.js +8 -4
- package/orderlist/orderlist.umd.js +8 -4
- package/orderlist/orderlist.umd.min.js +1 -1
- package/organizationchart/organizationchart.common.js +4 -4
- package/organizationchart/organizationchart.umd.js +4 -4
- package/organizationchart/organizationchart.umd.min.js +1 -1
- package/organizationchart/organizationchartnode.common.js +3 -3
- package/organizationchart/organizationchartnode.umd.js +3 -3
- package/organizationchart/organizationchartnode.umd.min.js +1 -1
- package/overlayeventbus/overlayeventbus.common.js +4 -0
- package/overlayeventbus/overlayeventbus.umd.js +4 -0
- package/overlayeventbus/overlayeventbus.umd.min.js +1 -1
- package/overlaypanel/overlaypanel.common.js +3 -3
- package/overlaypanel/overlaypanel.umd.js +3 -3
- package/overlaypanel/overlaypanel.umd.min.js +1 -1
- package/package.json +1 -1
- package/paginator/currentpagereport.common.js +1 -1
- package/paginator/currentpagereport.umd.js +1 -1
- package/paginator/firstpagelink.common.js +3 -3
- package/paginator/firstpagelink.umd.js +3 -3
- package/paginator/firstpagelink.umd.min.js +1 -1
- package/paginator/jumptopagedropdown.common.js +14 -10
- package/paginator/jumptopagedropdown.umd.js +14 -10
- package/paginator/jumptopagedropdown.umd.min.js +1 -1
- package/paginator/jumptopageinput.common.js +6 -6
- package/paginator/jumptopageinput.umd.js +6 -6
- package/paginator/jumptopageinput.umd.min.js +1 -1
- package/paginator/lastpagelink.common.js +3 -3
- package/paginator/lastpagelink.umd.js +3 -3
- package/paginator/lastpagelink.umd.min.js +1 -1
- package/paginator/nextpagelink.common.js +3 -3
- package/paginator/nextpagelink.umd.js +3 -3
- package/paginator/nextpagelink.umd.min.js +1 -1
- package/paginator/pagelinks.common.js +3 -3
- package/paginator/pagelinks.umd.js +3 -3
- package/paginator/pagelinks.umd.min.js +1 -1
- package/paginator/paginator.common.js +26 -22
- package/paginator/paginator.umd.js +26 -22
- package/paginator/paginator.umd.min.js +1 -1
- package/paginator/prevpagelink.common.js +3 -3
- package/paginator/prevpagelink.umd.js +3 -3
- package/paginator/prevpagelink.umd.min.js +1 -1
- package/paginator/rowsperpagedropdown.common.js +14 -10
- package/paginator/rowsperpagedropdown.umd.js +14 -10
- package/paginator/rowsperpagedropdown.umd.min.js +1 -1
- package/panel/panel.common.js +3 -3
- package/panel/panel.umd.js +3 -3
- package/panel/panel.umd.min.js +1 -1
- package/panelmenu/PanelMenuSub.vue +2 -2
- package/panelmenu/panelmenu.common.js +9 -9
- package/panelmenu/panelmenu.umd.js +9 -9
- package/panelmenu/panelmenu.umd.min.js +1 -1
- package/panelmenu/panelmenusub.common.js +4 -4
- package/panelmenu/panelmenusub.umd.js +4 -4
- package/panelmenu/panelmenusub.umd.min.js +1 -1
- package/password/password.common.js +4 -4
- package/password/password.umd.js +4 -4
- package/password/password.umd.min.js +1 -1
- package/picklist/picklist.common.js +8 -4
- package/picklist/picklist.umd.js +8 -4
- package/picklist/picklist.umd.min.js +1 -1
- package/progressbar/progressbar.common.js +1 -1
- package/progressbar/progressbar.umd.js +1 -1
- package/progressspinner/progressspinner.common.js +1 -1
- package/progressspinner/progressspinner.umd.js +1 -1
- package/radiobutton/radiobutton.common.js +5 -1
- package/radiobutton/radiobutton.umd.js +5 -1
- package/radiobutton/radiobutton.umd.min.js +1 -1
- package/rating/rating.common.js +1 -1
- package/rating/rating.umd.js +1 -1
- package/resources/themes/arya-blue/theme.css +24 -21
- package/resources/themes/arya-green/theme.css +24 -21
- package/resources/themes/arya-orange/theme.css +24 -21
- package/resources/themes/arya-purple/theme.css +24 -21
- package/resources/themes/bootstrap4-dark-blue/theme.css +8 -5
- package/resources/themes/bootstrap4-dark-purple/theme.css +8 -5
- package/resources/themes/bootstrap4-light-blue/theme.css +8 -5
- package/resources/themes/bootstrap4-light-purple/theme.css +8 -5
- package/resources/themes/fluent-light/theme.css +24 -21
- package/resources/themes/lara-dark-blue/theme.css +356 -353
- package/resources/themes/lara-dark-indigo/theme.css +356 -353
- package/resources/themes/lara-dark-purple/theme.css +356 -353
- package/resources/themes/lara-dark-teal/theme.css +356 -353
- package/resources/themes/lara-light-blue/theme.css +24 -21
- package/resources/themes/lara-light-indigo/theme.css +24 -21
- package/resources/themes/lara-light-purple/theme.css +24 -21
- package/resources/themes/lara-light-teal/theme.css +24 -21
- package/resources/themes/luna-amber/theme.css +24 -21
- package/resources/themes/luna-blue/theme.css +24 -21
- package/resources/themes/luna-green/theme.css +24 -21
- package/resources/themes/luna-pink/theme.css +24 -21
- package/resources/themes/md-dark-deeppurple/theme.css +7 -4
- package/resources/themes/md-dark-indigo/theme.css +7 -4
- package/resources/themes/md-light-deeppurple/theme.css +7 -4
- package/resources/themes/md-light-indigo/theme.css +7 -4
- package/resources/themes/mdc-dark-deeppurple/theme.css +7 -4
- package/resources/themes/mdc-dark-indigo/theme.css +7 -4
- package/resources/themes/mdc-light-deeppurple/theme.css +7 -4
- package/resources/themes/mdc-light-indigo/theme.css +7 -4
- package/resources/themes/nova/theme.css +24 -21
- package/resources/themes/nova-accent/theme.css +24 -21
- package/resources/themes/nova-alt/theme.css +24 -21
- package/resources/themes/nova-vue/theme.css +24 -21
- package/resources/themes/rhea/theme.css +24 -21
- package/resources/themes/saga-blue/theme.css +8 -5
- package/resources/themes/saga-green/theme.css +8 -5
- package/resources/themes/saga-orange/theme.css +8 -5
- package/resources/themes/saga-purple/theme.css +8 -5
- package/resources/themes/tailwind-light/theme.css +27 -24
- package/resources/themes/vela-blue/theme.css +24 -21
- package/resources/themes/vela-green/theme.css +24 -21
- package/resources/themes/vela-orange/theme.css +24 -21
- package/resources/themes/vela-purple/theme.css +24 -21
- package/ripple/ripple.common.js +2 -2
- package/ripple/ripple.umd.js +2 -2
- package/ripple/ripple.umd.min.js +1 -1
- package/row/row.common.js +1 -1
- package/row/row.umd.js +1 -1
- package/scrollpanel/scrollpanel.common.js +3 -3
- package/scrollpanel/scrollpanel.umd.js +3 -3
- package/scrollpanel/scrollpanel.umd.min.js +1 -1
- package/scrolltop/scrolltop.common.js +3 -3
- package/scrolltop/scrolltop.umd.js +3 -3
- package/scrolltop/scrolltop.umd.min.js +1 -1
- package/selectbutton/selectbutton.common.js +7 -3
- package/selectbutton/selectbutton.umd.js +7 -3
- package/selectbutton/selectbutton.umd.min.js +1 -1
- package/sidebar/Sidebar.vue +2 -0
- package/sidebar/sidebar.common.js +5 -5
- package/sidebar/sidebar.umd.js +5 -5
- package/sidebar/sidebar.umd.min.js +1 -1
- package/skeleton/skeleton.common.js +1 -1
- package/skeleton/skeleton.umd.js +1 -1
- package/slider/slider.common.js +3 -3
- package/slider/slider.umd.js +3 -3
- package/slider/slider.umd.min.js +1 -1
- package/speeddial/speeddial.common.js +4 -4
- package/speeddial/speeddial.umd.js +4 -4
- package/speeddial/speeddial.umd.min.js +1 -1
- package/splitbutton/splitbutton.common.js +6 -6
- package/splitbutton/splitbutton.umd.js +6 -6
- package/splitbutton/splitbutton.umd.min.js +1 -1
- package/splitter/splitter.common.js +2 -2
- package/splitter/splitter.umd.js +2 -2
- package/splitter/splitter.umd.min.js +1 -1
- package/steps/Steps.vue +1 -1
- package/steps/steps.common.js +3 -3
- package/steps/steps.umd.js +3 -3
- package/steps/steps.umd.min.js +1 -1
- package/styleclass/styleclass.common.js +2 -2
- package/styleclass/styleclass.umd.js +2 -2
- package/styleclass/styleclass.umd.min.js +1 -1
- package/tabmenu/tabmenu.common.js +3 -3
- package/tabmenu/tabmenu.umd.js +3 -3
- package/tabmenu/tabmenu.umd.min.js +1 -1
- package/tabpanel/tabpanel.common.js +1 -1
- package/tabpanel/tabpanel.umd.js +1 -1
- package/tabview/tabview.common.js +7 -3
- package/tabview/tabview.umd.js +7 -3
- package/tabview/tabview.umd.min.js +1 -1
- package/tag/Tag.vue +1 -1
- package/tag/tag.common.js +3 -3
- package/tag/tag.umd.js +3 -3
- package/tag/tag.umd.min.js +1 -1
- package/terminal/terminal.common.js +1 -1
- package/terminal/terminal.umd.js +1 -1
- package/textarea/textarea.common.js +1 -1
- package/textarea/textarea.umd.js +1 -1
- package/tieredmenu/tieredmenu.common.js +4 -4
- package/tieredmenu/tieredmenu.umd.js +4 -4
- package/tieredmenu/tieredmenu.umd.min.js +1 -1
- package/tieredmenu/tieredmenusub.common.js +3 -3
- package/tieredmenu/tieredmenusub.umd.js +3 -3
- package/tieredmenu/tieredmenusub.umd.min.js +1 -1
- package/timeline/timeline.common.js +5 -1
- package/timeline/timeline.umd.js +5 -1
- package/timeline/timeline.umd.min.js +1 -1
- package/toast/toast.common.js +4 -4
- package/toast/toast.umd.js +4 -4
- package/toast/toast.umd.min.js +1 -1
- package/toast/toastmessage.common.js +3 -3
- package/toast/toastmessage.umd.js +3 -3
- package/toast/toastmessage.umd.min.js +1 -1
- package/togglebutton/togglebutton.common.js +3 -3
- package/togglebutton/togglebutton.umd.js +3 -3
- package/togglebutton/togglebutton.umd.min.js +1 -1
- package/toolbar/toolbar.common.js +1 -1
- package/toolbar/toolbar.umd.js +1 -1
- package/tooltip/tooltip.common.js +6 -2
- package/tooltip/tooltip.umd.js +6 -2
- package/tooltip/tooltip.umd.min.js +1 -1
- package/tree/Tree.vue +1 -0
- package/tree/tree.common.js +10 -6
- package/tree/tree.umd.js +10 -6
- package/tree/tree.umd.min.js +1 -1
- package/tree/treenode.common.js +3 -3
- package/tree/treenode.umd.js +3 -3
- package/tree/treenode.umd.min.js +1 -1
- package/treetable/TreeTable.d.ts +1 -0
- package/treetable/TreeTable.vue +14 -32
- package/treetable/TreeTableRow.vue +7 -4
- package/treetable/demo.html +3 -3
- package/treetable/footercell.common.js +7 -3
- package/treetable/footercell.umd.js +7 -3
- package/treetable/footercell.umd.min.js +1 -1
- package/treetable/headercell.common.js +7 -3
- package/treetable/headercell.umd.js +7 -3
- package/treetable/headercell.umd.min.js +1 -1
- package/treetable/treetable.common.js +51 -53
- package/treetable/treetable.umd.js +51 -53
- package/treetable/treetable.umd.min.js +1 -1
- package/treetable/treetablerow.common.js +12 -5
- package/treetable/treetablerow.umd.js +12 -5
- package/treetable/treetablerow.umd.min.js +1 -1
- package/treetable/treetablerowloader.common.js +13 -6
- package/treetable/treetablerowloader.umd.js +13 -6
- package/treetable/treetablerowloader.umd.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.common.js +1 -1
- package/tristatecheckbox/tristatecheckbox.umd.js +1 -1
- package/utils/DomHandler.js +2 -2
- package/utils/connectedoverlayscrollhandler.common.js +2 -2
- package/utils/connectedoverlayscrollhandler.umd.js +2 -2
- package/utils/connectedoverlayscrollhandler.umd.min.js +1 -1
- package/utils/domhandler.common.js +2 -2
- package/utils/domhandler.umd.js +2 -2
- package/utils/domhandler.umd.min.js +1 -1
- package/utils/eventbus.common.js +4 -0
- package/utils/eventbus.umd.js +4 -0
- package/utils/eventbus.umd.min.js +1 -1
- package/utils/objectutils.common.js +4 -0
- package/utils/objectutils.umd.js +4 -0
- package/utils/objectutils.umd.min.js +1 -1
- package/utils/utils.common.js +7 -2
- package/utils/utils.umd.js +7 -2
- package/utils/utils.umd.min.js +1 -1
- package/vetur-attributes.json +8 -0
- package/vetur-tags.json +3 -1
- package/web-types.json +21 -1
- package/treetable/BodyCell.vue +0 -162
- package/treetable/bodycell.common.js +0 -5596
- package/treetable/bodycell.umd.js +0 -5606
- package/treetable/bodycell.umd.min.js +0 -1
|
@@ -5054,7 +5054,7 @@ if (typeof window !== 'undefined') {
|
|
|
5054
5054
|
// Indicate to webpack that this file can be concatenated
|
|
5055
5055
|
/* harmony default export */ var setPublicPath = (null);
|
|
5056
5056
|
|
|
5057
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5057
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"b9fe9a72-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/datatable/ColumnFilter.vue?vue&type=template&id=4cde618a&
|
|
5058
5058
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.containerClass},[(_vm.display === 'row')?_c('div',{staticClass:"p-fluid p-column-filter-element"},[_c('ColumnFilterTemplate',{attrs:{"data":_vm.filterElement,"field":_vm.field,"filterModel":_vm.filters[_vm.field],"filterCallback":_vm.filterCallback,"type":"filter"}})],1):_vm._e(),(_vm.showMenuButton)?_c('button',{ref:"icon",staticClass:"p-column-filter-menu-button p-link",class:{'p-column-filter-menu-button-open': _vm.overlayVisible, 'p-column-filter-menu-button-active': _vm.hasFilter()},attrs:{"type":"button","aria-haspopup":"true","aria-expanded":_vm.overlayVisible},on:{"click":function($event){return _vm.toggleMenu()},"keydown":function($event){return _vm.onToggleButtonKeyDown($event)}}},[_c('span',{staticClass:"pi pi-filter-icon pi-filter"})]):_vm._e(),(_vm.showClearButton && _vm.display === 'row')?_c('button',{staticClass:"p-column-filter-clear-button p-link",class:{'p-hidden-space': !_vm.hasRowFilter()},attrs:{"type":"button"},on:{"click":function($event){return _vm.clearFilter()}}},[_c('span',{staticClass:"pi pi-filter-slash"})]):_vm._e(),_c('transition',{attrs:{"name":"p-connected-overlay"},on:{"enter":_vm.onOverlayEnter,"leave":_vm.onOverlayLeave}},[(_vm.overlayVisible)?_c('div',{ref:"overlay",class:_vm.overlayClass,on:{"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"escape",undefined,$event.key,undefined)){ return null; }return _vm.onEscape.apply(null, arguments)},"click":_vm.onContentClick,"mousedown":_vm.onContentMouseDown}},[_c('ColumnFilterTemplate',{attrs:{"data":_vm.filterHeaderTemplate,"field":_vm.field,"filterModel":_vm.filters[_vm.field],"filterCallback":_vm.filterCallback,"type":"filterheader"}}),(_vm.display === 'row')?[_c('ul',{staticClass:"p-column-filter-row-items"},[_vm._l((_vm.matchModes),function(matchMode,i){return _c('li',{key:matchMode.label,staticClass:"p-column-filter-row-item",class:{'p-highlight': _vm.isRowMatchModeSelected(matchMode.value)},attrs:{"tabindex":i === 0 ? '0' : null},on:{"click":function($event){return _vm.onRowMatchModeChange(matchMode.value)},"keydown":[function($event){return _vm.onRowMatchModeKeyDown($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.preventDefault();return _vm.onRowMatchModeChange(matchMode.value)}]}},[_vm._v(_vm._s(matchMode.label))])}),_c('li',{staticClass:"p-column-filter-separator"}),_c('li',{staticClass:"p-column-filter-row-item",on:{"click":function($event){return _vm.clearFilter()},"keydown":[function($event){return _vm.onRowMatchModeKeyDown($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onRowClearItemClick()}]}},[_vm._v(_vm._s(_vm.noFilterLabel))])],2)]:[(_vm.isShowOperator)?_c('div',{staticClass:"p-column-filter-operator"},[_c('CFDropdown',{staticClass:"p-column-filter-operator-dropdown",attrs:{"a":"","options":_vm.operatorOptions,"value":_vm.operator,"optionLabel":"label","optionValue":"value"},on:{"input":function($event){return _vm.onOperatorChange($event)}}})],1):_vm._e(),_c('div',{staticClass:"p-column-filter-constraints"},_vm._l((_vm.fieldConstraints),function(fieldConstraint,i){return _c('div',{key:i,staticClass:"p-column-filter-constraint"},[(_vm.isShowMatchModes)?_c('CFDropdown',{staticClass:"p-column-filter-matchmode-dropdown",attrs:{"options":_vm.matchModes,"value":fieldConstraint.matchMode,"optionLabel":"label","optionValue":"value"},on:{"input":function($event){return _vm.onMenuMatchModeChange($event, i)}}}):_vm._e(),(_vm.display === 'menu')?_c('ColumnFilterTemplate',{attrs:{"data":_vm.filterElement,"field":_vm.field,"filterModel":fieldConstraint,"filterCallback":_vm.filterCallback,"type":"filter"}}):_vm._e(),_c('div',[(_vm.showRemoveIcon)?_c('CFButton',{staticClass:"p-column-filter-remove-button p-button-text p-button-danger p-button-sm",attrs:{"type":"button","icon":"pi pi-trash","label":_vm.removeRuleButtonLabel},on:{"click":function($event){return _vm.removeConstraint(i)}}}):_vm._e()],1)],1)}),0),(_vm.isShowAddConstraint)?_c('div',{staticClass:"p-column-filter-add-rule"},[_c('CFButton',{staticClass:"p-column-filter-add-button p-button-text p-button-sm",attrs:{"type":"button","label":_vm.addRuleButtonLabel,"icon":"pi pi-plus"},on:{"click":function($event){return _vm.addConstraint()}}})],1):_vm._e(),_c('div',{staticClass:"p-column-filter-buttonbar"},[(!_vm.filterClearTemplate && _vm.showClearButton)?_c('CFButton',{staticClass:"p-button-outlined p-button-sm",attrs:{"type":"button","label":_vm.clearButtonLabel},on:{"click":function($event){return _vm.clearFilter()}}}):_c('ColumnFilterTemplate',{attrs:{"data":_vm.filterClearTemplate,"field":_vm.field,"filterModel":_vm.filters[_vm.field],"filterCallback":_vm.clearFilter,"type":"filterclear"}}),(_vm.showApplyButton)?[(!_vm.filterApplyTemplate)?_c('CFButton',{staticClass:"p-button-sm",attrs:{"type":"button","label":_vm.applyButtonLabel},on:{"click":function($event){return _vm.applyFilter()}}}):_c('ColumnFilterTemplate',{attrs:{"data":_vm.filterApplyTemplate,"field":_vm.field,"filterModel":_vm.filters[_vm.field],"filterCallback":_vm.applyFilter,"type":"filterapply"}})]:_vm._e()],2)],_c('ColumnFilterTemplate',{attrs:{"data":_vm.filterFooterTemplate,"field":_vm.field,"filterModel":_vm.filters[_vm.field],"filterCallback":_vm.filterCallback,"type":"filterfooter"}})],2):_vm._e()])],1)}
|
|
5059
5059
|
var staticRenderFns = []
|
|
5060
5060
|
|
|
@@ -5700,9 +5700,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
5700
5700
|
key: "applyStyle",
|
|
5701
5701
|
value: function applyStyle(element, style) {
|
|
5702
5702
|
if (typeof style === 'string') {
|
|
5703
|
-
element.style.cssText =
|
|
5703
|
+
element.style.cssText = style;
|
|
5704
5704
|
} else {
|
|
5705
|
-
for (var prop in
|
|
5705
|
+
for (var prop in style) {
|
|
5706
5706
|
element.style[prop] = style[prop];
|
|
5707
5707
|
}
|
|
5708
5708
|
}
|
|
@@ -5775,6 +5775,9 @@ var ConnectedOverlayScrollHandler_ConnectedOverlayScrollHandler = /*#__PURE__*/f
|
|
|
5775
5775
|
}();
|
|
5776
5776
|
|
|
5777
5777
|
|
|
5778
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.iterator.js
|
|
5779
|
+
var es6_array_iterator = __webpack_require__("cadf");
|
|
5780
|
+
|
|
5778
5781
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.map.js
|
|
5779
5782
|
var es6_map = __webpack_require__("f400");
|
|
5780
5783
|
|
|
@@ -5782,6 +5785,7 @@ var es6_map = __webpack_require__("f400");
|
|
|
5782
5785
|
|
|
5783
5786
|
|
|
5784
5787
|
|
|
5788
|
+
|
|
5785
5789
|
/* harmony default export */ var EventBus = (function () {
|
|
5786
5790
|
var allHandlers = new Map();
|
|
5787
5791
|
return {
|
|
@@ -5817,12 +5821,12 @@ var FilterOperator = {
|
|
|
5817
5821
|
OR: 'or'
|
|
5818
5822
|
};
|
|
5819
5823
|
/* harmony default export */ var api_FilterOperator = (FilterOperator);
|
|
5820
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5821
|
-
var
|
|
5822
|
-
var
|
|
5824
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"b9fe9a72-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/dropdown/Dropdown.vue?vue&type=template&id=10b464ad&
|
|
5825
|
+
var Dropdownvue_type_template_id_10b464ad_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"container",class:_vm.containerClass,on:{"click":function($event){return _vm.onClick($event)}}},[_c('div',{staticClass:"p-hidden-accessible"},[_c('input',{ref:"focusInput",attrs:{"type":"text","id":_vm.inputId,"readonly":"","disabled":_vm.disabled,"tabindex":_vm.tabindex,"aria-haspopup":"listbox","aria-expanded":_vm.overlayVisible,"aria-labelledby":_vm.ariaLabelledBy},on:{"focus":_vm.onFocus,"blur":_vm.onBlur,"keydown":_vm.onKeyDown}})]),(_vm.editable)?_c('input',{staticClass:"p-dropdown-label p-inputtext",attrs:{"type":"text","disabled":_vm.disabled,"placeholder":_vm.placeholder,"aria-haspopup":"listbox","aria-expanded":_vm.overlayVisible},domProps:{"value":_vm.editableInputValue},on:{"focus":_vm.onFocus,"blur":_vm.onBlur,"input":_vm.onEditableInput}}):_vm._e(),(!_vm.editable)?_c('span',{class:_vm.labelClass},[_vm._t("value",function(){return [_vm._v("\n "+_vm._s(_vm.label)+"\n ")]},{"value":_vm.value,"placeholder":_vm.placeholder})],2):_vm._e(),(_vm.showClear && _vm.value != null)?_c('i',{staticClass:"p-dropdown-clear-icon pi pi-times",on:{"click":function($event){return _vm.onClearClick($event)}}}):_vm._e(),_c('div',{staticClass:"p-dropdown-trigger",attrs:{"role":"button","aria-haspopup":"listbox","aria-expanded":_vm.overlayVisible}},[_vm._t("indicator",function(){return [_c('span',{staticClass:"p-dropdown-trigger-icon pi pi-chevron-down"})]})],2),_c('transition',{attrs:{"name":"p-connected-overlay"},on:{"enter":_vm.onOverlayEnter,"leave":_vm.onOverlayLeave}},[(_vm.overlayVisible)?_c('div',{ref:"overlay",staticClass:"p-dropdown-panel p-component"},[(_vm.filter)?_c('div',{staticClass:"p-dropdown-header"},[_c('div',{staticClass:"p-dropdown-filter-container"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.filterValue),expression:"filterValue"}],ref:"filterInput",staticClass:"p-dropdown-filter p-inputtext p-component",attrs:{"type":"text","autoComplete":"off","placeholder":_vm.filterPlaceholder},domProps:{"value":(_vm.filterValue)},on:{"keydown":_vm.onFilterKeyDown,"input":[function($event){if($event.target.composing){ return; }_vm.filterValue=$event.target.value},_vm.onFilterChange]}}),_c('span',{staticClass:"p-dropdown-filter-icon pi pi-search"})])]):_vm._e(),_c('div',{ref:"itemsWrapper",staticClass:"p-dropdown-items-wrapper",style:({'max-height': _vm.scrollHeight})},[_c('ul',{staticClass:"p-dropdown-items",attrs:{"role":"listbox"}},[_vm._l((_vm.visibleOptions),function(option,i){return _c('li',{directives:[{name:"ripple",rawName:"v-ripple"}],key:_vm.getOptionRenderKey(option),class:['p-dropdown-item', {'p-highlight': _vm.isSelected(option), 'p-disabled': _vm.isOptionDisabled(option)}],attrs:{"aria-label":_vm.getOptionLabel(option),"role":"option","aria-selected":_vm.isSelected(option)},on:{"click":function($event){return _vm.onOptionSelect($event, option)}}},[_vm._t("option",function(){return [_vm._v("\n "+_vm._s(_vm.getOptionLabel(option))+"\n ")]},{"option":option,"index":i})],2)}),(_vm.filterValue && (!_vm.visibleOptions || (_vm.visibleOptions && _vm.visibleOptions.length === 0)))?_c('li',{staticClass:"p-dropdown-empty-message"},[_vm._v(_vm._s(_vm.emptyFilterMessage))]):_vm._e()],2)])]):_vm._e()])],1)}
|
|
5826
|
+
var Dropdownvue_type_template_id_10b464ad_staticRenderFns = []
|
|
5823
5827
|
|
|
5824
5828
|
|
|
5825
|
-
// CONCATENATED MODULE: ./src/components/dropdown/Dropdown.vue?vue&type=template&id=
|
|
5829
|
+
// CONCATENATED MODULE: ./src/components/dropdown/Dropdown.vue?vue&type=template&id=10b464ad&
|
|
5826
5830
|
|
|
5827
5831
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.string.starts-with.js
|
|
5828
5832
|
var es6_string_starts_with = __webpack_require__("f559");
|
|
@@ -5867,6 +5871,7 @@ function _typeof(obj) {
|
|
|
5867
5871
|
|
|
5868
5872
|
|
|
5869
5873
|
|
|
5874
|
+
|
|
5870
5875
|
function ObjectUtils_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = ObjectUtils_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
5871
5876
|
|
|
5872
5877
|
function ObjectUtils_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ObjectUtils_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return ObjectUtils_arrayLikeToArray(o, minLen); }
|
|
@@ -6731,7 +6736,7 @@ function Dropdownvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
|
|
|
6731
6736
|
},
|
|
6732
6737
|
editableInputValue: function editableInputValue() {
|
|
6733
6738
|
var selectedOption = this.getSelectedOption();
|
|
6734
|
-
if (selectedOption) return this.getOptionLabel(selectedOption);else return this.value;
|
|
6739
|
+
if (selectedOption != null) return this.getOptionLabel(selectedOption);else return this.value;
|
|
6735
6740
|
},
|
|
6736
6741
|
equalityKey: function equalityKey() {
|
|
6737
6742
|
return this.optionValue ? null : this.dataKey;
|
|
@@ -6857,8 +6862,8 @@ function normalizeComponent (
|
|
|
6857
6862
|
|
|
6858
6863
|
var component = normalizeComponent(
|
|
6859
6864
|
dropdown_Dropdownvue_type_script_lang_js_,
|
|
6860
|
-
|
|
6861
|
-
|
|
6865
|
+
Dropdownvue_type_template_id_10b464ad_render,
|
|
6866
|
+
Dropdownvue_type_template_id_10b464ad_staticRenderFns,
|
|
6862
6867
|
false,
|
|
6863
6868
|
null,
|
|
6864
6869
|
null,
|
|
@@ -6867,7 +6872,7 @@ var component = normalizeComponent(
|
|
|
6867
6872
|
)
|
|
6868
6873
|
|
|
6869
6874
|
/* harmony default export */ var Dropdown = (component.exports);
|
|
6870
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
6875
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"b9fe9a72-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/button/Button.vue?vue&type=template&id=3d0cb6ac&
|
|
6871
6876
|
var Buttonvue_type_template_id_3d0cb6ac_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('button',_vm._g({directives:[{name:"ripple",rawName:"v-ripple"}],class:_vm.buttonClass,attrs:{"type":"button"}},_vm.$listeners),[_vm._t("default",function(){return [(_vm.icon)?_c('span',{class:_vm.iconClass}):_vm._e(),_c('span',{staticClass:"p-button-label"},[_vm._v(_vm._s(_vm.label||' '))]),(_vm.badge)?_c('span',{staticClass:"p-badge",class:_vm.badgeStyleClass},[_vm._v(_vm._s(_vm.badge))]):_vm._e()]})],2)}
|
|
6872
6877
|
var Buttonvue_type_template_id_3d0cb6ac_staticRenderFns = []
|
|
6873
6878
|
|
|
@@ -5063,7 +5063,7 @@ if (typeof window !== 'undefined') {
|
|
|
5063
5063
|
// Indicate to webpack that this file can be concatenated
|
|
5064
5064
|
/* harmony default export */ var setPublicPath = (null);
|
|
5065
5065
|
|
|
5066
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5066
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"b9fe9a72-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/datatable/ColumnFilter.vue?vue&type=template&id=4cde618a&
|
|
5067
5067
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.containerClass},[(_vm.display === 'row')?_c('div',{staticClass:"p-fluid p-column-filter-element"},[_c('ColumnFilterTemplate',{attrs:{"data":_vm.filterElement,"field":_vm.field,"filterModel":_vm.filters[_vm.field],"filterCallback":_vm.filterCallback,"type":"filter"}})],1):_vm._e(),(_vm.showMenuButton)?_c('button',{ref:"icon",staticClass:"p-column-filter-menu-button p-link",class:{'p-column-filter-menu-button-open': _vm.overlayVisible, 'p-column-filter-menu-button-active': _vm.hasFilter()},attrs:{"type":"button","aria-haspopup":"true","aria-expanded":_vm.overlayVisible},on:{"click":function($event){return _vm.toggleMenu()},"keydown":function($event){return _vm.onToggleButtonKeyDown($event)}}},[_c('span',{staticClass:"pi pi-filter-icon pi-filter"})]):_vm._e(),(_vm.showClearButton && _vm.display === 'row')?_c('button',{staticClass:"p-column-filter-clear-button p-link",class:{'p-hidden-space': !_vm.hasRowFilter()},attrs:{"type":"button"},on:{"click":function($event){return _vm.clearFilter()}}},[_c('span',{staticClass:"pi pi-filter-slash"})]):_vm._e(),_c('transition',{attrs:{"name":"p-connected-overlay"},on:{"enter":_vm.onOverlayEnter,"leave":_vm.onOverlayLeave}},[(_vm.overlayVisible)?_c('div',{ref:"overlay",class:_vm.overlayClass,on:{"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"escape",undefined,$event.key,undefined)){ return null; }return _vm.onEscape.apply(null, arguments)},"click":_vm.onContentClick,"mousedown":_vm.onContentMouseDown}},[_c('ColumnFilterTemplate',{attrs:{"data":_vm.filterHeaderTemplate,"field":_vm.field,"filterModel":_vm.filters[_vm.field],"filterCallback":_vm.filterCallback,"type":"filterheader"}}),(_vm.display === 'row')?[_c('ul',{staticClass:"p-column-filter-row-items"},[_vm._l((_vm.matchModes),function(matchMode,i){return _c('li',{key:matchMode.label,staticClass:"p-column-filter-row-item",class:{'p-highlight': _vm.isRowMatchModeSelected(matchMode.value)},attrs:{"tabindex":i === 0 ? '0' : null},on:{"click":function($event){return _vm.onRowMatchModeChange(matchMode.value)},"keydown":[function($event){return _vm.onRowMatchModeKeyDown($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.preventDefault();return _vm.onRowMatchModeChange(matchMode.value)}]}},[_vm._v(_vm._s(matchMode.label))])}),_c('li',{staticClass:"p-column-filter-separator"}),_c('li',{staticClass:"p-column-filter-row-item",on:{"click":function($event){return _vm.clearFilter()},"keydown":[function($event){return _vm.onRowMatchModeKeyDown($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onRowClearItemClick()}]}},[_vm._v(_vm._s(_vm.noFilterLabel))])],2)]:[(_vm.isShowOperator)?_c('div',{staticClass:"p-column-filter-operator"},[_c('CFDropdown',{staticClass:"p-column-filter-operator-dropdown",attrs:{"a":"","options":_vm.operatorOptions,"value":_vm.operator,"optionLabel":"label","optionValue":"value"},on:{"input":function($event){return _vm.onOperatorChange($event)}}})],1):_vm._e(),_c('div',{staticClass:"p-column-filter-constraints"},_vm._l((_vm.fieldConstraints),function(fieldConstraint,i){return _c('div',{key:i,staticClass:"p-column-filter-constraint"},[(_vm.isShowMatchModes)?_c('CFDropdown',{staticClass:"p-column-filter-matchmode-dropdown",attrs:{"options":_vm.matchModes,"value":fieldConstraint.matchMode,"optionLabel":"label","optionValue":"value"},on:{"input":function($event){return _vm.onMenuMatchModeChange($event, i)}}}):_vm._e(),(_vm.display === 'menu')?_c('ColumnFilterTemplate',{attrs:{"data":_vm.filterElement,"field":_vm.field,"filterModel":fieldConstraint,"filterCallback":_vm.filterCallback,"type":"filter"}}):_vm._e(),_c('div',[(_vm.showRemoveIcon)?_c('CFButton',{staticClass:"p-column-filter-remove-button p-button-text p-button-danger p-button-sm",attrs:{"type":"button","icon":"pi pi-trash","label":_vm.removeRuleButtonLabel},on:{"click":function($event){return _vm.removeConstraint(i)}}}):_vm._e()],1)],1)}),0),(_vm.isShowAddConstraint)?_c('div',{staticClass:"p-column-filter-add-rule"},[_c('CFButton',{staticClass:"p-column-filter-add-button p-button-text p-button-sm",attrs:{"type":"button","label":_vm.addRuleButtonLabel,"icon":"pi pi-plus"},on:{"click":function($event){return _vm.addConstraint()}}})],1):_vm._e(),_c('div',{staticClass:"p-column-filter-buttonbar"},[(!_vm.filterClearTemplate && _vm.showClearButton)?_c('CFButton',{staticClass:"p-button-outlined p-button-sm",attrs:{"type":"button","label":_vm.clearButtonLabel},on:{"click":function($event){return _vm.clearFilter()}}}):_c('ColumnFilterTemplate',{attrs:{"data":_vm.filterClearTemplate,"field":_vm.field,"filterModel":_vm.filters[_vm.field],"filterCallback":_vm.clearFilter,"type":"filterclear"}}),(_vm.showApplyButton)?[(!_vm.filterApplyTemplate)?_c('CFButton',{staticClass:"p-button-sm",attrs:{"type":"button","label":_vm.applyButtonLabel},on:{"click":function($event){return _vm.applyFilter()}}}):_c('ColumnFilterTemplate',{attrs:{"data":_vm.filterApplyTemplate,"field":_vm.field,"filterModel":_vm.filters[_vm.field],"filterCallback":_vm.applyFilter,"type":"filterapply"}})]:_vm._e()],2)],_c('ColumnFilterTemplate',{attrs:{"data":_vm.filterFooterTemplate,"field":_vm.field,"filterModel":_vm.filters[_vm.field],"filterCallback":_vm.filterCallback,"type":"filterfooter"}})],2):_vm._e()])],1)}
|
|
5068
5068
|
var staticRenderFns = []
|
|
5069
5069
|
|
|
@@ -5709,9 +5709,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
5709
5709
|
key: "applyStyle",
|
|
5710
5710
|
value: function applyStyle(element, style) {
|
|
5711
5711
|
if (typeof style === 'string') {
|
|
5712
|
-
element.style.cssText =
|
|
5712
|
+
element.style.cssText = style;
|
|
5713
5713
|
} else {
|
|
5714
|
-
for (var prop in
|
|
5714
|
+
for (var prop in style) {
|
|
5715
5715
|
element.style[prop] = style[prop];
|
|
5716
5716
|
}
|
|
5717
5717
|
}
|
|
@@ -5784,6 +5784,9 @@ var ConnectedOverlayScrollHandler_ConnectedOverlayScrollHandler = /*#__PURE__*/f
|
|
|
5784
5784
|
}();
|
|
5785
5785
|
|
|
5786
5786
|
|
|
5787
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.iterator.js
|
|
5788
|
+
var es6_array_iterator = __webpack_require__("cadf");
|
|
5789
|
+
|
|
5787
5790
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.map.js
|
|
5788
5791
|
var es6_map = __webpack_require__("f400");
|
|
5789
5792
|
|
|
@@ -5791,6 +5794,7 @@ var es6_map = __webpack_require__("f400");
|
|
|
5791
5794
|
|
|
5792
5795
|
|
|
5793
5796
|
|
|
5797
|
+
|
|
5794
5798
|
/* harmony default export */ var EventBus = (function () {
|
|
5795
5799
|
var allHandlers = new Map();
|
|
5796
5800
|
return {
|
|
@@ -5826,12 +5830,12 @@ var FilterOperator = {
|
|
|
5826
5830
|
OR: 'or'
|
|
5827
5831
|
};
|
|
5828
5832
|
/* harmony default export */ var api_FilterOperator = (FilterOperator);
|
|
5829
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5830
|
-
var
|
|
5831
|
-
var
|
|
5833
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"b9fe9a72-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/dropdown/Dropdown.vue?vue&type=template&id=10b464ad&
|
|
5834
|
+
var Dropdownvue_type_template_id_10b464ad_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"container",class:_vm.containerClass,on:{"click":function($event){return _vm.onClick($event)}}},[_c('div',{staticClass:"p-hidden-accessible"},[_c('input',{ref:"focusInput",attrs:{"type":"text","id":_vm.inputId,"readonly":"","disabled":_vm.disabled,"tabindex":_vm.tabindex,"aria-haspopup":"listbox","aria-expanded":_vm.overlayVisible,"aria-labelledby":_vm.ariaLabelledBy},on:{"focus":_vm.onFocus,"blur":_vm.onBlur,"keydown":_vm.onKeyDown}})]),(_vm.editable)?_c('input',{staticClass:"p-dropdown-label p-inputtext",attrs:{"type":"text","disabled":_vm.disabled,"placeholder":_vm.placeholder,"aria-haspopup":"listbox","aria-expanded":_vm.overlayVisible},domProps:{"value":_vm.editableInputValue},on:{"focus":_vm.onFocus,"blur":_vm.onBlur,"input":_vm.onEditableInput}}):_vm._e(),(!_vm.editable)?_c('span',{class:_vm.labelClass},[_vm._t("value",function(){return [_vm._v("\n "+_vm._s(_vm.label)+"\n ")]},{"value":_vm.value,"placeholder":_vm.placeholder})],2):_vm._e(),(_vm.showClear && _vm.value != null)?_c('i',{staticClass:"p-dropdown-clear-icon pi pi-times",on:{"click":function($event){return _vm.onClearClick($event)}}}):_vm._e(),_c('div',{staticClass:"p-dropdown-trigger",attrs:{"role":"button","aria-haspopup":"listbox","aria-expanded":_vm.overlayVisible}},[_vm._t("indicator",function(){return [_c('span',{staticClass:"p-dropdown-trigger-icon pi pi-chevron-down"})]})],2),_c('transition',{attrs:{"name":"p-connected-overlay"},on:{"enter":_vm.onOverlayEnter,"leave":_vm.onOverlayLeave}},[(_vm.overlayVisible)?_c('div',{ref:"overlay",staticClass:"p-dropdown-panel p-component"},[(_vm.filter)?_c('div',{staticClass:"p-dropdown-header"},[_c('div',{staticClass:"p-dropdown-filter-container"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.filterValue),expression:"filterValue"}],ref:"filterInput",staticClass:"p-dropdown-filter p-inputtext p-component",attrs:{"type":"text","autoComplete":"off","placeholder":_vm.filterPlaceholder},domProps:{"value":(_vm.filterValue)},on:{"keydown":_vm.onFilterKeyDown,"input":[function($event){if($event.target.composing){ return; }_vm.filterValue=$event.target.value},_vm.onFilterChange]}}),_c('span',{staticClass:"p-dropdown-filter-icon pi pi-search"})])]):_vm._e(),_c('div',{ref:"itemsWrapper",staticClass:"p-dropdown-items-wrapper",style:({'max-height': _vm.scrollHeight})},[_c('ul',{staticClass:"p-dropdown-items",attrs:{"role":"listbox"}},[_vm._l((_vm.visibleOptions),function(option,i){return _c('li',{directives:[{name:"ripple",rawName:"v-ripple"}],key:_vm.getOptionRenderKey(option),class:['p-dropdown-item', {'p-highlight': _vm.isSelected(option), 'p-disabled': _vm.isOptionDisabled(option)}],attrs:{"aria-label":_vm.getOptionLabel(option),"role":"option","aria-selected":_vm.isSelected(option)},on:{"click":function($event){return _vm.onOptionSelect($event, option)}}},[_vm._t("option",function(){return [_vm._v("\n "+_vm._s(_vm.getOptionLabel(option))+"\n ")]},{"option":option,"index":i})],2)}),(_vm.filterValue && (!_vm.visibleOptions || (_vm.visibleOptions && _vm.visibleOptions.length === 0)))?_c('li',{staticClass:"p-dropdown-empty-message"},[_vm._v(_vm._s(_vm.emptyFilterMessage))]):_vm._e()],2)])]):_vm._e()])],1)}
|
|
5835
|
+
var Dropdownvue_type_template_id_10b464ad_staticRenderFns = []
|
|
5832
5836
|
|
|
5833
5837
|
|
|
5834
|
-
// CONCATENATED MODULE: ./src/components/dropdown/Dropdown.vue?vue&type=template&id=
|
|
5838
|
+
// CONCATENATED MODULE: ./src/components/dropdown/Dropdown.vue?vue&type=template&id=10b464ad&
|
|
5835
5839
|
|
|
5836
5840
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.string.starts-with.js
|
|
5837
5841
|
var es6_string_starts_with = __webpack_require__("f559");
|
|
@@ -5876,6 +5880,7 @@ function _typeof(obj) {
|
|
|
5876
5880
|
|
|
5877
5881
|
|
|
5878
5882
|
|
|
5883
|
+
|
|
5879
5884
|
function ObjectUtils_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = ObjectUtils_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
5880
5885
|
|
|
5881
5886
|
function ObjectUtils_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ObjectUtils_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return ObjectUtils_arrayLikeToArray(o, minLen); }
|
|
@@ -6740,7 +6745,7 @@ function Dropdownvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
|
|
|
6740
6745
|
},
|
|
6741
6746
|
editableInputValue: function editableInputValue() {
|
|
6742
6747
|
var selectedOption = this.getSelectedOption();
|
|
6743
|
-
if (selectedOption) return this.getOptionLabel(selectedOption);else return this.value;
|
|
6748
|
+
if (selectedOption != null) return this.getOptionLabel(selectedOption);else return this.value;
|
|
6744
6749
|
},
|
|
6745
6750
|
equalityKey: function equalityKey() {
|
|
6746
6751
|
return this.optionValue ? null : this.dataKey;
|
|
@@ -6866,8 +6871,8 @@ function normalizeComponent (
|
|
|
6866
6871
|
|
|
6867
6872
|
var component = normalizeComponent(
|
|
6868
6873
|
dropdown_Dropdownvue_type_script_lang_js_,
|
|
6869
|
-
|
|
6870
|
-
|
|
6874
|
+
Dropdownvue_type_template_id_10b464ad_render,
|
|
6875
|
+
Dropdownvue_type_template_id_10b464ad_staticRenderFns,
|
|
6871
6876
|
false,
|
|
6872
6877
|
null,
|
|
6873
6878
|
null,
|
|
@@ -6876,7 +6881,7 @@ var component = normalizeComponent(
|
|
|
6876
6881
|
)
|
|
6877
6882
|
|
|
6878
6883
|
/* harmony default export */ var Dropdown = (component.exports);
|
|
6879
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
6884
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"b9fe9a72-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/button/Button.vue?vue&type=template&id=3d0cb6ac&
|
|
6880
6885
|
var Buttonvue_type_template_id_3d0cb6ac_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('button',_vm._g({directives:[{name:"ripple",rawName:"v-ripple"}],class:_vm.buttonClass,attrs:{"type":"button"}},_vm.$listeners),[_vm._t("default",function(){return [(_vm.icon)?_c('span',{class:_vm.iconClass}):_vm._e(),_c('span',{staticClass:"p-button-label"},[_vm._v(_vm._s(_vm.label||' '))]),(_vm.badge)?_c('span',{staticClass:"p-badge",class:_vm.badgeStyleClass},[_vm._v(_vm._s(_vm.badge))]):_vm._e()]})],2)}
|
|
6881
6886
|
var Buttonvue_type_template_id_3d0cb6ac_staticRenderFns = []
|
|
6882
6887
|
|