primevue 3.8.2 → 3.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/README.md +2 -2
- package/api/Api.d.ts +70 -36
- package/api/api.cjs.js +66 -32
- package/api/api.cjs.min.js +1 -1
- package/api/api.esm.js +66 -32
- package/api/api.esm.min.js +1 -1
- package/api/api.js +66 -32
- package/api/api.min.js +1 -1
- package/autocomplete/AutoComplete.vue +16 -9
- package/autocomplete/autocomplete.cjs.js +19 -11
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +19 -11
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +19 -11
- package/autocomplete/autocomplete.min.js +1 -1
- package/breadcrumb/BreadcrumbItem.vue +5 -2
- package/breadcrumb/breadcrumb.cjs.js +5 -2
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +5 -2
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +5 -2
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/calendar/Calendar.d.ts +6 -0
- package/calendar/Calendar.vue +362 -67
- package/calendar/calendar.cjs.js +459 -168
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +461 -170
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +459 -168
- package/calendar/calendar.min.js +1 -1
- package/carousel/Carousel.vue +2 -2
- package/carousel/carousel.cjs.js +6 -6
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +6 -6
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +6 -6
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +8 -4
- package/chart/Chart.vue +9 -2
- package/chart/chart.cjs.js +9 -2
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.esm.js +9 -2
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +9 -2
- package/chart/chart.min.js +1 -1
- package/colorpicker/ColorPicker.d.ts +3 -0
- package/colorpicker/ColorPicker.vue +6 -1
- package/colorpicker/colorpicker.cjs.js +6 -1
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +6 -1
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +6 -1
- package/colorpicker/colorpicker.min.js +1 -1
- package/confirmdialog/ConfirmDialog.vue +8 -2
- package/confirmdialog/confirmdialog.cjs.js +11 -4
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +11 -4
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +11 -4
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/ConfirmPopup.d.ts +7 -0
- package/confirmpopup/ConfirmPopup.vue +7 -4
- package/confirmpopup/confirmpopup.cjs.js +13 -5
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +14 -6
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +13 -5
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenuSub.vue +7 -4
- package/contextmenu/contextmenu.cjs.js +7 -4
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +7 -4
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +7 -4
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +132 -65
- package/core/core.min.js +14 -11
- package/datatable/BodyCell.vue +1 -0
- package/datatable/ColumnFilter.vue +17 -6
- package/datatable/DataTable.d.ts +5 -4
- package/datatable/DataTable.vue +34 -21
- package/datatable/TableBody.vue +5 -1
- package/datatable/TableFooter.vue +15 -1
- package/datatable/TableHeader.vue +15 -1
- package/datatable/datatable.cjs.js +175 -106
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +175 -106
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +175 -106
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.d.ts +2 -2
- package/dataview/DataView.vue +8 -8
- package/dataview/dataview.cjs.js +12 -12
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +12 -12
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +12 -12
- package/dataview/dataview.min.js +1 -1
- package/dropdown/Dropdown.d.ts +10 -5
- package/inputnumber/InputNumber.vue +19 -3
- package/inputnumber/inputnumber.cjs.js +19 -3
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +19 -3
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +19 -3
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputtext/InputText.vue +1 -1
- package/inputtext/inputtext.cjs.js +2 -2
- package/inputtext/inputtext.cjs.min.js +1 -1
- package/inputtext/inputtext.esm.js +3 -3
- package/inputtext/inputtext.esm.min.js +1 -1
- package/inputtext/inputtext.js +2 -2
- package/inputtext/inputtext.min.js +1 -1
- package/listbox/Listbox.d.ts +10 -5
- package/megamenu/MegaMenu.vue +10 -7
- package/megamenu/megamenu.cjs.js +10 -7
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +10 -7
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +10 -7
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.vue +6 -3
- package/menu/Menuitem.vue +5 -2
- package/menu/menu.cjs.js +11 -5
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +11 -5
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +11 -5
- package/menu/menu.min.js +1 -1
- package/menubar/MenubarSub.vue +7 -4
- package/menubar/menubar.cjs.js +7 -4
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +7 -4
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +7 -4
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +1 -0
- package/message/Message.vue +6 -2
- package/message/message.cjs.js +6 -2
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +6 -2
- package/message/message.esm.min.js +1 -1
- package/message/message.js +6 -2
- package/message/message.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +10 -5
- package/orderlist/OrderList.d.ts +2 -0
- package/orderlist/OrderList.vue +2 -0
- package/orderlist/orderlist.cjs.js +3 -1
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +3 -1
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +3 -1
- package/orderlist/orderlist.min.js +1 -1
- package/package.json +5 -1
- package/paginator/Paginator.vue +4 -4
- package/paginator/paginator.cjs.js +4 -4
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +4 -4
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +4 -4
- package/paginator/paginator.min.js +1 -1
- package/panel/Panel.d.ts +1 -0
- package/panel/Panel.vue +1 -1
- package/panelmenu/PanelMenu.vue +6 -3
- package/panelmenu/PanelMenuSub.vue +8 -5
- package/panelmenu/panelmenu.cjs.js +14 -8
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +14 -8
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +14 -8
- package/panelmenu/panelmenu.min.js +1 -1
- package/picklist/PickList.d.ts +8 -2
- package/picklist/PickList.vue +10 -4
- package/picklist/picklist.cjs.js +13 -7
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +13 -7
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +13 -7
- package/picklist/picklist.min.js +1 -1
- package/progressbar/ProgressBar.vue +13 -12
- package/progressbar/progressbar.cjs.js +13 -12
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +14 -13
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +13 -12
- package/progressbar/progressbar.min.js +1 -1
- package/rating/Rating.vue +1 -1
- package/rating/rating.cjs.js +1 -1
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +1 -1
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +1 -1
- package/rating/rating.min.js +1 -1
- package/resources/primevue.css +5 -0
- package/resources/primevue.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +56 -15
- package/resources/themes/arya-green/theme.css +56 -15
- package/resources/themes/arya-orange/theme.css +56 -15
- package/resources/themes/arya-purple/theme.css +56 -15
- package/resources/themes/bootstrap4-dark-blue/theme.css +53 -19
- package/resources/themes/bootstrap4-dark-purple/theme.css +53 -19
- package/resources/themes/bootstrap4-light-blue/theme.css +53 -19
- package/resources/themes/bootstrap4-light-purple/theme.css +53 -19
- package/resources/themes/fluent-light/theme.css +56 -15
- 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-blue/theme.css +5414 -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-indigo/theme.css +5414 -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-purple/theme.css +5414 -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-dark-teal/theme.css +5414 -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-blue/theme.css +5414 -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-indigo/theme.css +5414 -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-purple/theme.css +5414 -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/resources/themes/lara-light-teal/theme.css +5414 -0
- package/resources/themes/luna-amber/theme.css +53 -19
- package/resources/themes/luna-blue/theme.css +53 -19
- package/resources/themes/luna-green/theme.css +53 -19
- package/resources/themes/luna-pink/theme.css +53 -19
- package/resources/themes/md-dark-deeppurple/theme.css +244 -47
- package/resources/themes/md-dark-indigo/theme.css +244 -47
- package/resources/themes/md-light-deeppurple/theme.css +244 -47
- package/resources/themes/md-light-indigo/theme.css +244 -47
- package/resources/themes/mdc-dark-deeppurple/theme.css +244 -47
- package/resources/themes/mdc-dark-indigo/theme.css +244 -47
- package/resources/themes/mdc-light-deeppurple/theme.css +244 -47
- package/resources/themes/mdc-light-indigo/theme.css +244 -47
- package/resources/themes/nova/theme.css +53 -19
- package/resources/themes/nova-accent/theme.css +53 -19
- package/resources/themes/nova-alt/theme.css +53 -19
- package/resources/themes/nova-vue/theme.css +53 -19
- package/resources/themes/rhea/theme.css +53 -19
- package/resources/themes/saga-blue/theme.css +56 -15
- package/resources/themes/saga-green/theme.css +56 -15
- package/resources/themes/saga-orange/theme.css +56 -15
- package/resources/themes/saga-purple/theme.css +56 -15
- package/resources/themes/tailwind-light/theme.css +67 -18
- package/resources/themes/vela-blue/theme.css +56 -15
- package/resources/themes/vela-green/theme.css +56 -15
- package/resources/themes/vela-orange/theme.css +56 -15
- package/resources/themes/vela-purple/theme.css +56 -15
- package/selectbutton/SelectButton.d.ts +8 -3
- package/selectbutton/SelectButton.vue +8 -2
- package/selectbutton/selectbutton.cjs.js +14 -9
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.esm.js +14 -9
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +14 -9
- package/selectbutton/selectbutton.min.js +1 -1
- package/steps/Steps.vue +5 -2
- package/steps/steps.cjs.js +5 -2
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +5 -2
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +5 -2
- package/steps/steps.min.js +1 -1
- package/tabmenu/TabMenu.vue +6 -3
- package/tabmenu/tabmenu.cjs.js +6 -3
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +6 -3
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +6 -3
- package/tabmenu/tabmenu.min.js +1 -1
- package/terminalservice/TerminalService.d.ts +9 -6
- package/tieredmenu/TieredMenuSub.vue +7 -4
- package/tieredmenu/tieredmenu.cjs.js +7 -4
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +7 -4
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +7 -4
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/tree/TreeNode.vue +4 -1
- package/tree/tree.cjs.js +4 -1
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +4 -1
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +4 -1
- package/tree/tree.min.js +1 -1
- package/treeselect/TreeSelect.vue +9 -0
- package/treeselect/treeselect.cjs.js +9 -0
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +9 -0
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +9 -0
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/TreeTable.d.ts +2 -2
- package/treetable/TreeTable.vue +8 -8
- package/treetable/treetable.cjs.js +12 -12
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +12 -12
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +12 -12
- package/treetable/treetable.min.js +1 -1
- package/vetur-attributes.json +8 -0
- package/vetur-tags.json +3 -1
- package/web-types.json +143 -9
|
@@ -355,7 +355,15 @@ var script$9 = {
|
|
|
355
355
|
hide() {
|
|
356
356
|
this.overlayVisible = false;
|
|
357
357
|
},
|
|
358
|
-
onContentClick() {
|
|
358
|
+
onContentClick(event) {
|
|
359
|
+
this.selfClick = true;
|
|
360
|
+
|
|
361
|
+
OverlayEventBus__default['default'].emit('overlay-click', {
|
|
362
|
+
originalEvent: event,
|
|
363
|
+
target: this.overlay
|
|
364
|
+
});
|
|
365
|
+
},
|
|
366
|
+
onContentMouseDown() {
|
|
359
367
|
this.selfClick = true;
|
|
360
368
|
},
|
|
361
369
|
onOverlayEnter(el) {
|
|
@@ -369,7 +377,7 @@ var script$9 = {
|
|
|
369
377
|
this.bindResizeListener();
|
|
370
378
|
|
|
371
379
|
this.overlayEventListener = (e) => {
|
|
372
|
-
if (this.
|
|
380
|
+
if (!this.isOutsideClicked(e.target)) {
|
|
373
381
|
this.selfClick = true;
|
|
374
382
|
}
|
|
375
383
|
};
|
|
@@ -392,13 +400,16 @@ var script$9 = {
|
|
|
392
400
|
overlayRef(el) {
|
|
393
401
|
this.overlay = el;
|
|
394
402
|
},
|
|
395
|
-
|
|
396
|
-
return this
|
|
403
|
+
isOutsideClicked(target) {
|
|
404
|
+
return !this.isTargetClicked(target) && this.overlay && !(this.overlay.isSameNode(target) || this.overlay.contains(target));
|
|
405
|
+
},
|
|
406
|
+
isTargetClicked(target) {
|
|
407
|
+
return this.$refs.icon && (this.$refs.icon.isSameNode(target) || this.$refs.icon.contains(target));
|
|
397
408
|
},
|
|
398
409
|
bindOutsideClickListener() {
|
|
399
410
|
if (!this.outsideClickListener) {
|
|
400
411
|
this.outsideClickListener = (event) => {
|
|
401
|
-
if (this.overlayVisible && !this.selfClick &&
|
|
412
|
+
if (this.overlayVisible && !this.selfClick && this.isOutsideClicked(event.target)) {
|
|
402
413
|
this.overlayVisible = false;
|
|
403
414
|
}
|
|
404
415
|
this.selfClick = false;
|
|
@@ -590,7 +601,8 @@ function render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
590
601
|
ref: $options.overlayRef,
|
|
591
602
|
class: $options.overlayClass,
|
|
592
603
|
onKeydown: _cache[12] || (_cache[12] = vue.withKeys((...args) => ($options.onEscape && $options.onEscape(...args)), ["escape"])),
|
|
593
|
-
onClick: _cache[13] || (_cache[13] = (...args) => ($options.onContentClick && $options.onContentClick(...args)))
|
|
604
|
+
onClick: _cache[13] || (_cache[13] = (...args) => ($options.onContentClick && $options.onContentClick(...args))),
|
|
605
|
+
onMousedown: _cache[14] || (_cache[14] = (...args) => ($options.onContentMouseDown && $options.onContentMouseDown(...args)))
|
|
594
606
|
}, [
|
|
595
607
|
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.filterHeaderTemplate), {
|
|
596
608
|
field: $props.field,
|
|
@@ -1131,6 +1143,20 @@ var script$7 = {
|
|
|
1131
1143
|
},
|
|
1132
1144
|
getFilterColumnHeaderStyle(column) {
|
|
1133
1145
|
return [this.columnProp(column, 'filterHeaderStyle'), this.columnProp(column, 'style')];
|
|
1146
|
+
},
|
|
1147
|
+
getHeaderColumns(row){
|
|
1148
|
+
let cols = [];
|
|
1149
|
+
|
|
1150
|
+
if (row.children && row.children.default) {
|
|
1151
|
+
row.children.default().forEach(child => {
|
|
1152
|
+
if (child.children && child.children instanceof Array)
|
|
1153
|
+
cols = [...cols, ...child.children];
|
|
1154
|
+
else if (child.type.name === 'Column')
|
|
1155
|
+
cols.push(child);
|
|
1156
|
+
});
|
|
1157
|
+
|
|
1158
|
+
return cols;
|
|
1159
|
+
}
|
|
1134
1160
|
}
|
|
1135
1161
|
},
|
|
1136
1162
|
components: {
|
|
@@ -1263,7 +1289,7 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1263
1289
|
key: i,
|
|
1264
1290
|
role: "row"
|
|
1265
1291
|
}, [
|
|
1266
|
-
(vue.openBlock(true), vue.createBlock(vue.Fragment, null, vue.renderList(
|
|
1292
|
+
(vue.openBlock(true), vue.createBlock(vue.Fragment, null, vue.renderList($options.getHeaderColumns(row), (col, j) => {
|
|
1267
1293
|
return (vue.openBlock(), vue.createBlock(vue.Fragment, {
|
|
1268
1294
|
key: $options.columnProp(col, 'columnKey')||$options.columnProp(col, 'field')||j
|
|
1269
1295
|
}, [
|
|
@@ -1791,82 +1817,91 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1791
1817
|
index: $props.rowIndex,
|
|
1792
1818
|
frozenRow: $props.frozenRow
|
|
1793
1819
|
}, null, 8, ["data", "column", "field", "index", "frozenRow"]))
|
|
1794
|
-
: ($
|
|
1795
|
-
? (vue.openBlock(), vue.createBlock(vue.
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1820
|
+
: ($props.column.children && $props.column.children.body && !$props.column.children.editor && $data.d_editing)
|
|
1821
|
+
? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.column.children.body), {
|
|
1822
|
+
key: 3,
|
|
1823
|
+
data: $options.editingRowData,
|
|
1824
|
+
column: $props.column,
|
|
1825
|
+
field: $options.field,
|
|
1826
|
+
index: $props.rowIndex,
|
|
1827
|
+
frozenRow: $props.frozenRow
|
|
1828
|
+
}, null, 8, ["data", "column", "field", "index", "frozenRow"]))
|
|
1829
|
+
: ($options.columnProp('selectionMode'))
|
|
1830
|
+
? (vue.openBlock(), vue.createBlock(vue.Fragment, { key: 4 }, [
|
|
1831
|
+
($options.columnProp('selectionMode') === 'single')
|
|
1832
|
+
? (vue.openBlock(), vue.createBlock(_component_DTRadioButton, {
|
|
1833
|
+
key: 0,
|
|
1806
1834
|
value: $props.rowData,
|
|
1807
1835
|
checked: $props.selected,
|
|
1808
|
-
onChange: $options.
|
|
1836
|
+
onChange: $options.toggleRowWithRadio
|
|
1809
1837
|
}, null, 8, ["value", "checked", "onChange"]))
|
|
1810
|
-
:
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1838
|
+
: ($options.columnProp('selectionMode') ==='multiple')
|
|
1839
|
+
? (vue.openBlock(), vue.createBlock(_component_DTCheckbox, {
|
|
1840
|
+
key: 1,
|
|
1841
|
+
value: $props.rowData,
|
|
1842
|
+
checked: $props.selected,
|
|
1843
|
+
onChange: $options.toggleRowWithCheckbox
|
|
1844
|
+
}, null, 8, ["value", "checked", "onChange"]))
|
|
1845
|
+
: vue.createCommentVNode("", true)
|
|
1846
|
+
], 64))
|
|
1847
|
+
: ($options.columnProp('rowReorder'))
|
|
1848
|
+
? (vue.openBlock(), vue.createBlock("i", {
|
|
1819
1849
|
key: 5,
|
|
1820
|
-
class:
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1850
|
+
class: ['p-datatable-reorderablerow-handle', ($options.columnProp('rowReorderIcon') || 'pi pi-bars')]
|
|
1851
|
+
}, null, 2))
|
|
1852
|
+
: ($options.columnProp('expander'))
|
|
1853
|
+
? vue.withDirectives((vue.openBlock(), vue.createBlock("button", {
|
|
1854
|
+
key: 6,
|
|
1855
|
+
class: "p-row-toggler p-link",
|
|
1856
|
+
onClick: _cache[1] || (_cache[1] = (...args) => ($options.toggleRow && $options.toggleRow(...args))),
|
|
1857
|
+
type: "button"
|
|
1858
|
+
}, [
|
|
1859
|
+
vue.createVNode("span", { class: $props.rowTogglerIcon }, null, 2)
|
|
1860
|
+
], 512)), [
|
|
1861
|
+
[_directive_ripple]
|
|
1862
|
+
])
|
|
1863
|
+
: ($props.editMode === 'row' && $options.columnProp('rowEditor'))
|
|
1864
|
+
? (vue.openBlock(), vue.createBlock(vue.Fragment, { key: 7 }, [
|
|
1865
|
+
(!$data.d_editing)
|
|
1866
|
+
? vue.withDirectives((vue.openBlock(), vue.createBlock("button", {
|
|
1867
|
+
key: 0,
|
|
1868
|
+
class: "p-row-editor-init p-link",
|
|
1869
|
+
onClick: _cache[2] || (_cache[2] = (...args) => ($options.onRowEditInit && $options.onRowEditInit(...args))),
|
|
1870
|
+
type: "button"
|
|
1871
|
+
}, [
|
|
1872
|
+
_hoisted_2$3
|
|
1873
|
+
], 512)), [
|
|
1874
|
+
[_directive_ripple]
|
|
1875
|
+
])
|
|
1876
|
+
: vue.createCommentVNode("", true),
|
|
1877
|
+
($data.d_editing)
|
|
1878
|
+
? vue.withDirectives((vue.openBlock(), vue.createBlock("button", {
|
|
1879
|
+
key: 1,
|
|
1880
|
+
class: "p-row-editor-save p-link",
|
|
1881
|
+
onClick: _cache[3] || (_cache[3] = (...args) => ($options.onRowEditSave && $options.onRowEditSave(...args))),
|
|
1882
|
+
type: "button"
|
|
1883
|
+
}, [
|
|
1884
|
+
_hoisted_3$1
|
|
1885
|
+
], 512)), [
|
|
1886
|
+
[_directive_ripple]
|
|
1887
|
+
])
|
|
1888
|
+
: vue.createCommentVNode("", true),
|
|
1889
|
+
($data.d_editing)
|
|
1890
|
+
? vue.withDirectives((vue.openBlock(), vue.createBlock("button", {
|
|
1891
|
+
key: 2,
|
|
1892
|
+
class: "p-row-editor-cancel p-link",
|
|
1893
|
+
onClick: _cache[4] || (_cache[4] = (...args) => ($options.onRowEditCancel && $options.onRowEditCancel(...args))),
|
|
1894
|
+
type: "button"
|
|
1895
|
+
}, [
|
|
1896
|
+
_hoisted_4$1
|
|
1897
|
+
], 512)), [
|
|
1898
|
+
[_directive_ripple]
|
|
1899
|
+
])
|
|
1900
|
+
: vue.createCommentVNode("", true)
|
|
1901
|
+
], 64))
|
|
1902
|
+
: (vue.openBlock(), vue.createBlock(vue.Fragment, { key: 8 }, [
|
|
1903
|
+
vue.createTextVNode(vue.toDisplayString($options.resolveFieldData()), 1)
|
|
1904
|
+
], 64))
|
|
1870
1905
|
], 38))
|
|
1871
1906
|
}
|
|
1872
1907
|
|
|
@@ -1955,6 +1990,10 @@ var script$3 = {
|
|
|
1955
1990
|
type: null,
|
|
1956
1991
|
default: null
|
|
1957
1992
|
},
|
|
1993
|
+
rowStyle: {
|
|
1994
|
+
type: null,
|
|
1995
|
+
default: null
|
|
1996
|
+
},
|
|
1958
1997
|
editMode: {
|
|
1959
1998
|
type: String,
|
|
1960
1999
|
default: null
|
|
@@ -2355,6 +2394,7 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2355
2394
|
($props.expandableRowGroups ? $options.isRowGroupExpanded(rowData): true)
|
|
2356
2395
|
? (vue.openBlock(), vue.createBlock("tr", {
|
|
2357
2396
|
class: $options.getRowClass(rowData),
|
|
2397
|
+
style: $props.rowStyle,
|
|
2358
2398
|
key: $options.getRowKey(rowData, index),
|
|
2359
2399
|
onClick: $event => ($options.onRowClick($event, rowData, index)),
|
|
2360
2400
|
onDblclick: $event => ($options.onRowDblClick($event, rowData, index)),
|
|
@@ -2403,7 +2443,7 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2403
2443
|
: vue.createCommentVNode("", true)
|
|
2404
2444
|
], 64))
|
|
2405
2445
|
}), 128))
|
|
2406
|
-
],
|
|
2446
|
+
], 46, ["onClick", "onDblclick", "onContextmenu", "onKeydown", "tabindex", "onDragstart", "onDragover"]))
|
|
2407
2447
|
: vue.createCommentVNode("", true),
|
|
2408
2448
|
($props.templates['expansion'] && $props.expandedRows && $options.isRowExpanded(rowData))
|
|
2409
2449
|
? (vue.openBlock(), vue.createBlock("tr", {
|
|
@@ -2547,6 +2587,20 @@ var script$1 = {
|
|
|
2547
2587
|
methods: {
|
|
2548
2588
|
columnProp(col, prop) {
|
|
2549
2589
|
return utils.ObjectUtils.getVNodeProp(col, prop);
|
|
2590
|
+
},
|
|
2591
|
+
getFooterColumns(row){
|
|
2592
|
+
let cols = [];
|
|
2593
|
+
|
|
2594
|
+
if (row.children && row.children.default) {
|
|
2595
|
+
row.children.default().forEach(child => {
|
|
2596
|
+
if (child.children && child.children instanceof Array)
|
|
2597
|
+
cols = [...cols, ...child.children];
|
|
2598
|
+
else if (child.type.name === 'Column')
|
|
2599
|
+
cols.push(child);
|
|
2600
|
+
});
|
|
2601
|
+
|
|
2602
|
+
return cols;
|
|
2603
|
+
}
|
|
2550
2604
|
}
|
|
2551
2605
|
},
|
|
2552
2606
|
computed: {
|
|
@@ -2608,7 +2662,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2608
2662
|
key: i,
|
|
2609
2663
|
role: "row"
|
|
2610
2664
|
}, [
|
|
2611
|
-
(vue.openBlock(true), vue.createBlock(vue.Fragment, null, vue.renderList(
|
|
2665
|
+
(vue.openBlock(true), vue.createBlock(vue.Fragment, null, vue.renderList($options.getFooterColumns(row), (col, j) => {
|
|
2612
2666
|
return (vue.openBlock(), vue.createBlock(vue.Fragment, {
|
|
2613
2667
|
key: $options.columnProp(col,'columnKey')||$options.columnProp(col,'field')||j
|
|
2614
2668
|
}, [
|
|
@@ -2840,6 +2894,10 @@ var script = {
|
|
|
2840
2894
|
type: null,
|
|
2841
2895
|
default: null
|
|
2842
2896
|
},
|
|
2897
|
+
rowStyle: {
|
|
2898
|
+
type: null,
|
|
2899
|
+
default: null
|
|
2900
|
+
},
|
|
2843
2901
|
scrollable: {
|
|
2844
2902
|
type: Boolean,
|
|
2845
2903
|
default: false
|
|
@@ -3242,7 +3300,7 @@ var script = {
|
|
|
3242
3300
|
|
|
3243
3301
|
if (this.selectionMode) {
|
|
3244
3302
|
const rowData = e.data;
|
|
3245
|
-
const rowIndex = e.index;
|
|
3303
|
+
const rowIndex = this.d_first + e.index;
|
|
3246
3304
|
|
|
3247
3305
|
if (this.isMultipleSelectionMode() && event.shiftKey && this.anchorRowIndex != null) {
|
|
3248
3306
|
utils.DomHandler.clearSelection();
|
|
@@ -4297,7 +4355,22 @@ var script = {
|
|
|
4297
4355
|
document.head.removeChild(this.styleElement);
|
|
4298
4356
|
this.styleElement = null;
|
|
4299
4357
|
}
|
|
4300
|
-
}
|
|
4358
|
+
},
|
|
4359
|
+
recursiveGetChildren(children, results) {
|
|
4360
|
+
if (!results) {
|
|
4361
|
+
results = [];
|
|
4362
|
+
}
|
|
4363
|
+
if (children && children.length) {
|
|
4364
|
+
children.forEach((child) => {
|
|
4365
|
+
if (child.children instanceof Array) {
|
|
4366
|
+
results.concat(this.recursiveGetChildren(child.children, results));
|
|
4367
|
+
} else if (child.type.name == 'Column') {
|
|
4368
|
+
results.push(child);
|
|
4369
|
+
}
|
|
4370
|
+
});
|
|
4371
|
+
}
|
|
4372
|
+
return results;
|
|
4373
|
+
},
|
|
4301
4374
|
},
|
|
4302
4375
|
computed: {
|
|
4303
4376
|
containerClass() {
|
|
@@ -4322,19 +4395,13 @@ var script = {
|
|
|
4322
4395
|
];
|
|
4323
4396
|
},
|
|
4324
4397
|
columns() {
|
|
4325
|
-
let cols = [];
|
|
4326
4398
|
let children = this.getChildren();
|
|
4327
4399
|
|
|
4328
4400
|
if (!children) {
|
|
4329
4401
|
return;
|
|
4330
4402
|
}
|
|
4331
4403
|
|
|
4332
|
-
|
|
4333
|
-
if (child.children && child.children instanceof Array)
|
|
4334
|
-
cols = [...cols, ...child.children];
|
|
4335
|
-
else if (child.type.name === 'Column')
|
|
4336
|
-
cols.push(child);
|
|
4337
|
-
});
|
|
4404
|
+
const cols = this.recursiveGetChildren(children, []);
|
|
4338
4405
|
|
|
4339
4406
|
if (this.reorderableColumns && this.d_columnOrder) {
|
|
4340
4407
|
let orderedColumns = [];
|
|
@@ -4508,7 +4575,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4508
4575
|
? (vue.openBlock(), vue.createBlock(_component_DTPaginator, {
|
|
4509
4576
|
key: 2,
|
|
4510
4577
|
rows: $data.d_rows,
|
|
4511
|
-
first: $data.d_first,
|
|
4578
|
+
first: $props.lazy ? 0 : $data.d_first,
|
|
4512
4579
|
totalRecords: $options.totalRecordsLength,
|
|
4513
4580
|
pageLinkSize: $props.pageLinkSize,
|
|
4514
4581
|
template: $props.paginatorTemplate,
|
|
@@ -4518,19 +4585,19 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4518
4585
|
onPage: _cache[1] || (_cache[1] = $event => ($options.onPage($event))),
|
|
4519
4586
|
alwaysShow: $props.alwaysShowPaginator
|
|
4520
4587
|
}, vue.createSlots({ _: 2 }, [
|
|
4521
|
-
(_ctx.$slots.
|
|
4588
|
+
(_ctx.$slots.paginatorstart)
|
|
4522
4589
|
? {
|
|
4523
|
-
name: "
|
|
4590
|
+
name: "start",
|
|
4524
4591
|
fn: vue.withCtx(() => [
|
|
4525
|
-
vue.renderSlot(_ctx.$slots, "
|
|
4592
|
+
vue.renderSlot(_ctx.$slots, "paginatorstart")
|
|
4526
4593
|
])
|
|
4527
4594
|
}
|
|
4528
4595
|
: undefined,
|
|
4529
|
-
(_ctx.$slots.
|
|
4596
|
+
(_ctx.$slots.paginatorend)
|
|
4530
4597
|
? {
|
|
4531
|
-
name: "
|
|
4598
|
+
name: "end",
|
|
4532
4599
|
fn: vue.withCtx(() => [
|
|
4533
|
-
vue.renderSlot(_ctx.$slots, "
|
|
4600
|
+
vue.renderSlot(_ctx.$slots, "paginatorend")
|
|
4534
4601
|
])
|
|
4535
4602
|
}
|
|
4536
4603
|
: undefined
|
|
@@ -4590,6 +4657,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4590
4657
|
groupRowsBy: $props.groupRowsBy,
|
|
4591
4658
|
expandableRowGroups: $props.expandableRowGroups,
|
|
4592
4659
|
rowClass: $props.rowClass,
|
|
4660
|
+
rowStyle: $props.rowStyle,
|
|
4593
4661
|
editMode: $props.editMode,
|
|
4594
4662
|
compareSelectionBy: $props.compareSelectionBy,
|
|
4595
4663
|
scrollable: $props.scrollable,
|
|
@@ -4626,7 +4694,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4626
4694
|
onRowEditCancel: _cache[26] || (_cache[26] = $event => ($options.onRowEditCancel($event))),
|
|
4627
4695
|
editingMeta: $data.d_editingMeta,
|
|
4628
4696
|
onEditingMetaChange: $options.onEditingMetaChange
|
|
4629
|
-
}, null, 8, ["value", "columns", "dataKey", "selection", "selectionKeys", "selectionMode", "contextMenu", "contextMenuSelection", "rowGroupMode", "groupRowsBy", "expandableRowGroups", "rowClass", "editMode", "compareSelectionBy", "scrollable", "expandedRowIcon", "collapsedRowIcon", "expandedRows", "expandedRowKeys", "expandedRowGroups", "editingRows", "editingRowKeys", "templates", "loading", "responsiveLayout", "onRowgroupToggle", "onRowTouchend", "onRowKeydown", "onRowMousedown", "editingMeta", "onEditingMetaChange"]))
|
|
4697
|
+
}, null, 8, ["value", "columns", "dataKey", "selection", "selectionKeys", "selectionMode", "contextMenu", "contextMenuSelection", "rowGroupMode", "groupRowsBy", "expandableRowGroups", "rowClass", "rowStyle", "editMode", "compareSelectionBy", "scrollable", "expandedRowIcon", "collapsedRowIcon", "expandedRows", "expandedRowKeys", "expandedRowGroups", "editingRows", "editingRowKeys", "templates", "loading", "responsiveLayout", "onRowgroupToggle", "onRowTouchend", "onRowKeydown", "onRowMousedown", "editingMeta", "onEditingMetaChange"]))
|
|
4630
4698
|
: vue.createCommentVNode("", true),
|
|
4631
4699
|
vue.createVNode(_component_DTTableBody, {
|
|
4632
4700
|
value: $options.dataToRender,
|
|
@@ -4642,6 +4710,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4642
4710
|
groupRowsBy: $props.groupRowsBy,
|
|
4643
4711
|
expandableRowGroups: $props.expandableRowGroups,
|
|
4644
4712
|
rowClass: $props.rowClass,
|
|
4713
|
+
rowStyle: $props.rowStyle,
|
|
4645
4714
|
editMode: $props.editMode,
|
|
4646
4715
|
compareSelectionBy: $props.compareSelectionBy,
|
|
4647
4716
|
scrollable: $props.scrollable,
|
|
@@ -4678,7 +4747,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4678
4747
|
onRowEditCancel: _cache[43] || (_cache[43] = $event => ($options.onRowEditCancel($event))),
|
|
4679
4748
|
editingMeta: $data.d_editingMeta,
|
|
4680
4749
|
onEditingMetaChange: $options.onEditingMetaChange
|
|
4681
|
-
}, null, 8, ["value", "columns", "empty", "dataKey", "selection", "selectionKeys", "selectionMode", "contextMenu", "contextMenuSelection", "rowGroupMode", "groupRowsBy", "expandableRowGroups", "rowClass", "editMode", "compareSelectionBy", "scrollable", "expandedRowIcon", "collapsedRowIcon", "expandedRows", "expandedRowKeys", "expandedRowGroups", "editingRows", "editingRowKeys", "templates", "loading", "responsiveLayout", "onRowgroupToggle", "onRowTouchend", "onRowKeydown", "onRowMousedown", "editingMeta", "onEditingMetaChange"]),
|
|
4750
|
+
}, null, 8, ["value", "columns", "empty", "dataKey", "selection", "selectionKeys", "selectionMode", "contextMenu", "contextMenuSelection", "rowGroupMode", "groupRowsBy", "expandableRowGroups", "rowClass", "rowStyle", "editMode", "compareSelectionBy", "scrollable", "expandedRowIcon", "collapsedRowIcon", "expandedRows", "expandedRowKeys", "expandedRowGroups", "editingRows", "editingRowKeys", "templates", "loading", "responsiveLayout", "onRowgroupToggle", "onRowTouchend", "onRowKeydown", "onRowMousedown", "editingMeta", "onEditingMetaChange"]),
|
|
4682
4751
|
vue.createVNode(_component_DTTableFooter, {
|
|
4683
4752
|
columnGroup: $options.footerColumnGroup,
|
|
4684
4753
|
columns: $options.columns
|
|
@@ -4689,7 +4758,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4689
4758
|
? (vue.openBlock(), vue.createBlock(_component_DTPaginator, {
|
|
4690
4759
|
key: 3,
|
|
4691
4760
|
rows: $data.d_rows,
|
|
4692
|
-
first: $data.d_first,
|
|
4761
|
+
first: $props.lazy ? 0 : $data.d_first,
|
|
4693
4762
|
totalRecords: $options.totalRecordsLength,
|
|
4694
4763
|
pageLinkSize: $props.pageLinkSize,
|
|
4695
4764
|
template: $props.paginatorTemplate,
|
|
@@ -4699,19 +4768,19 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4699
4768
|
onPage: _cache[44] || (_cache[44] = $event => ($options.onPage($event))),
|
|
4700
4769
|
alwaysShow: $props.alwaysShowPaginator
|
|
4701
4770
|
}, vue.createSlots({ _: 2 }, [
|
|
4702
|
-
(_ctx.$slots.
|
|
4771
|
+
(_ctx.$slots.paginatorstart)
|
|
4703
4772
|
? {
|
|
4704
|
-
name: "
|
|
4773
|
+
name: "start",
|
|
4705
4774
|
fn: vue.withCtx(() => [
|
|
4706
|
-
vue.renderSlot(_ctx.$slots, "
|
|
4775
|
+
vue.renderSlot(_ctx.$slots, "paginatorstart")
|
|
4707
4776
|
])
|
|
4708
4777
|
}
|
|
4709
4778
|
: undefined,
|
|
4710
|
-
(_ctx.$slots.
|
|
4779
|
+
(_ctx.$slots.paginatorend)
|
|
4711
4780
|
? {
|
|
4712
|
-
name: "
|
|
4781
|
+
name: "end",
|
|
4713
4782
|
fn: vue.withCtx(() => [
|
|
4714
|
-
vue.renderSlot(_ctx.$slots, "
|
|
4783
|
+
vue.renderSlot(_ctx.$slots, "paginatorend")
|
|
4715
4784
|
])
|
|
4716
4785
|
}
|
|
4717
4786
|
: undefined
|