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.
Files changed (373) hide show
  1. package/README.md +2 -2
  2. package/api/Api.d.ts +70 -36
  3. package/api/api.cjs.js +66 -32
  4. package/api/api.cjs.min.js +1 -1
  5. package/api/api.esm.js +66 -32
  6. package/api/api.esm.min.js +1 -1
  7. package/api/api.js +66 -32
  8. package/api/api.min.js +1 -1
  9. package/autocomplete/AutoComplete.vue +16 -9
  10. package/autocomplete/autocomplete.cjs.js +19 -11
  11. package/autocomplete/autocomplete.cjs.min.js +1 -1
  12. package/autocomplete/autocomplete.esm.js +19 -11
  13. package/autocomplete/autocomplete.esm.min.js +1 -1
  14. package/autocomplete/autocomplete.js +19 -11
  15. package/autocomplete/autocomplete.min.js +1 -1
  16. package/breadcrumb/BreadcrumbItem.vue +5 -2
  17. package/breadcrumb/breadcrumb.cjs.js +5 -2
  18. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  19. package/breadcrumb/breadcrumb.esm.js +5 -2
  20. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  21. package/breadcrumb/breadcrumb.js +5 -2
  22. package/breadcrumb/breadcrumb.min.js +1 -1
  23. package/calendar/Calendar.d.ts +6 -0
  24. package/calendar/Calendar.vue +362 -67
  25. package/calendar/calendar.cjs.js +459 -168
  26. package/calendar/calendar.cjs.min.js +1 -1
  27. package/calendar/calendar.esm.js +461 -170
  28. package/calendar/calendar.esm.min.js +1 -1
  29. package/calendar/calendar.js +459 -168
  30. package/calendar/calendar.min.js +1 -1
  31. package/carousel/Carousel.vue +2 -2
  32. package/carousel/carousel.cjs.js +6 -6
  33. package/carousel/carousel.cjs.min.js +1 -1
  34. package/carousel/carousel.esm.js +6 -6
  35. package/carousel/carousel.esm.min.js +1 -1
  36. package/carousel/carousel.js +6 -6
  37. package/carousel/carousel.min.js +1 -1
  38. package/cascadeselect/CascadeSelect.d.ts +8 -4
  39. package/chart/Chart.vue +9 -2
  40. package/chart/chart.cjs.js +9 -2
  41. package/chart/chart.cjs.min.js +1 -1
  42. package/chart/chart.esm.js +9 -2
  43. package/chart/chart.esm.min.js +1 -1
  44. package/chart/chart.js +9 -2
  45. package/chart/chart.min.js +1 -1
  46. package/colorpicker/ColorPicker.d.ts +3 -0
  47. package/colorpicker/ColorPicker.vue +6 -1
  48. package/colorpicker/colorpicker.cjs.js +6 -1
  49. package/colorpicker/colorpicker.cjs.min.js +1 -1
  50. package/colorpicker/colorpicker.esm.js +6 -1
  51. package/colorpicker/colorpicker.esm.min.js +1 -1
  52. package/colorpicker/colorpicker.js +6 -1
  53. package/colorpicker/colorpicker.min.js +1 -1
  54. package/confirmdialog/ConfirmDialog.vue +8 -2
  55. package/confirmdialog/confirmdialog.cjs.js +11 -4
  56. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  57. package/confirmdialog/confirmdialog.esm.js +11 -4
  58. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  59. package/confirmdialog/confirmdialog.js +11 -4
  60. package/confirmdialog/confirmdialog.min.js +1 -1
  61. package/confirmpopup/ConfirmPopup.d.ts +7 -0
  62. package/confirmpopup/ConfirmPopup.vue +7 -4
  63. package/confirmpopup/confirmpopup.cjs.js +13 -5
  64. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  65. package/confirmpopup/confirmpopup.esm.js +14 -6
  66. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  67. package/confirmpopup/confirmpopup.js +13 -5
  68. package/confirmpopup/confirmpopup.min.js +1 -1
  69. package/contextmenu/ContextMenuSub.vue +7 -4
  70. package/contextmenu/contextmenu.cjs.js +7 -4
  71. package/contextmenu/contextmenu.cjs.min.js +1 -1
  72. package/contextmenu/contextmenu.esm.js +7 -4
  73. package/contextmenu/contextmenu.esm.min.js +1 -1
  74. package/contextmenu/contextmenu.js +7 -4
  75. package/contextmenu/contextmenu.min.js +1 -1
  76. package/core/core.js +132 -65
  77. package/core/core.min.js +14 -11
  78. package/datatable/BodyCell.vue +1 -0
  79. package/datatable/ColumnFilter.vue +17 -6
  80. package/datatable/DataTable.d.ts +5 -4
  81. package/datatable/DataTable.vue +34 -21
  82. package/datatable/TableBody.vue +5 -1
  83. package/datatable/TableFooter.vue +15 -1
  84. package/datatable/TableHeader.vue +15 -1
  85. package/datatable/datatable.cjs.js +175 -106
  86. package/datatable/datatable.cjs.min.js +1 -1
  87. package/datatable/datatable.esm.js +175 -106
  88. package/datatable/datatable.esm.min.js +1 -1
  89. package/datatable/datatable.js +175 -106
  90. package/datatable/datatable.min.js +1 -1
  91. package/dataview/DataView.d.ts +2 -2
  92. package/dataview/DataView.vue +8 -8
  93. package/dataview/dataview.cjs.js +12 -12
  94. package/dataview/dataview.cjs.min.js +1 -1
  95. package/dataview/dataview.esm.js +12 -12
  96. package/dataview/dataview.esm.min.js +1 -1
  97. package/dataview/dataview.js +12 -12
  98. package/dataview/dataview.min.js +1 -1
  99. package/dropdown/Dropdown.d.ts +10 -5
  100. package/inputnumber/InputNumber.vue +19 -3
  101. package/inputnumber/inputnumber.cjs.js +19 -3
  102. package/inputnumber/inputnumber.cjs.min.js +1 -1
  103. package/inputnumber/inputnumber.esm.js +19 -3
  104. package/inputnumber/inputnumber.esm.min.js +1 -1
  105. package/inputnumber/inputnumber.js +19 -3
  106. package/inputnumber/inputnumber.min.js +1 -1
  107. package/inputtext/InputText.vue +1 -1
  108. package/inputtext/inputtext.cjs.js +2 -2
  109. package/inputtext/inputtext.cjs.min.js +1 -1
  110. package/inputtext/inputtext.esm.js +3 -3
  111. package/inputtext/inputtext.esm.min.js +1 -1
  112. package/inputtext/inputtext.js +2 -2
  113. package/inputtext/inputtext.min.js +1 -1
  114. package/listbox/Listbox.d.ts +10 -5
  115. package/megamenu/MegaMenu.vue +10 -7
  116. package/megamenu/megamenu.cjs.js +10 -7
  117. package/megamenu/megamenu.cjs.min.js +1 -1
  118. package/megamenu/megamenu.esm.js +10 -7
  119. package/megamenu/megamenu.esm.min.js +1 -1
  120. package/megamenu/megamenu.js +10 -7
  121. package/megamenu/megamenu.min.js +1 -1
  122. package/menu/Menu.vue +6 -3
  123. package/menu/Menuitem.vue +5 -2
  124. package/menu/menu.cjs.js +11 -5
  125. package/menu/menu.cjs.min.js +1 -1
  126. package/menu/menu.esm.js +11 -5
  127. package/menu/menu.esm.min.js +1 -1
  128. package/menu/menu.js +11 -5
  129. package/menu/menu.min.js +1 -1
  130. package/menubar/MenubarSub.vue +7 -4
  131. package/menubar/menubar.cjs.js +7 -4
  132. package/menubar/menubar.cjs.min.js +1 -1
  133. package/menubar/menubar.esm.js +7 -4
  134. package/menubar/menubar.esm.min.js +1 -1
  135. package/menubar/menubar.js +7 -4
  136. package/menubar/menubar.min.js +1 -1
  137. package/message/Message.d.ts +1 -0
  138. package/message/Message.vue +6 -2
  139. package/message/message.cjs.js +6 -2
  140. package/message/message.cjs.min.js +1 -1
  141. package/message/message.esm.js +6 -2
  142. package/message/message.esm.min.js +1 -1
  143. package/message/message.js +6 -2
  144. package/message/message.min.js +1 -1
  145. package/multiselect/MultiSelect.d.ts +10 -5
  146. package/orderlist/OrderList.d.ts +2 -0
  147. package/orderlist/OrderList.vue +2 -0
  148. package/orderlist/orderlist.cjs.js +3 -1
  149. package/orderlist/orderlist.cjs.min.js +1 -1
  150. package/orderlist/orderlist.esm.js +3 -1
  151. package/orderlist/orderlist.esm.min.js +1 -1
  152. package/orderlist/orderlist.js +3 -1
  153. package/orderlist/orderlist.min.js +1 -1
  154. package/package.json +5 -1
  155. package/paginator/Paginator.vue +4 -4
  156. package/paginator/paginator.cjs.js +4 -4
  157. package/paginator/paginator.cjs.min.js +1 -1
  158. package/paginator/paginator.esm.js +4 -4
  159. package/paginator/paginator.esm.min.js +1 -1
  160. package/paginator/paginator.js +4 -4
  161. package/paginator/paginator.min.js +1 -1
  162. package/panel/Panel.d.ts +1 -0
  163. package/panel/Panel.vue +1 -1
  164. package/panelmenu/PanelMenu.vue +6 -3
  165. package/panelmenu/PanelMenuSub.vue +8 -5
  166. package/panelmenu/panelmenu.cjs.js +14 -8
  167. package/panelmenu/panelmenu.cjs.min.js +1 -1
  168. package/panelmenu/panelmenu.esm.js +14 -8
  169. package/panelmenu/panelmenu.esm.min.js +1 -1
  170. package/panelmenu/panelmenu.js +14 -8
  171. package/panelmenu/panelmenu.min.js +1 -1
  172. package/picklist/PickList.d.ts +8 -2
  173. package/picklist/PickList.vue +10 -4
  174. package/picklist/picklist.cjs.js +13 -7
  175. package/picklist/picklist.cjs.min.js +1 -1
  176. package/picklist/picklist.esm.js +13 -7
  177. package/picklist/picklist.esm.min.js +1 -1
  178. package/picklist/picklist.js +13 -7
  179. package/picklist/picklist.min.js +1 -1
  180. package/progressbar/ProgressBar.vue +13 -12
  181. package/progressbar/progressbar.cjs.js +13 -12
  182. package/progressbar/progressbar.cjs.min.js +1 -1
  183. package/progressbar/progressbar.esm.js +14 -13
  184. package/progressbar/progressbar.esm.min.js +1 -1
  185. package/progressbar/progressbar.js +13 -12
  186. package/progressbar/progressbar.min.js +1 -1
  187. package/rating/Rating.vue +1 -1
  188. package/rating/rating.cjs.js +1 -1
  189. package/rating/rating.cjs.min.js +1 -1
  190. package/rating/rating.esm.js +1 -1
  191. package/rating/rating.esm.min.js +1 -1
  192. package/rating/rating.js +1 -1
  193. package/rating/rating.min.js +1 -1
  194. package/resources/primevue.css +5 -0
  195. package/resources/primevue.min.css +1 -1
  196. package/resources/themes/arya-blue/theme.css +56 -15
  197. package/resources/themes/arya-green/theme.css +56 -15
  198. package/resources/themes/arya-orange/theme.css +56 -15
  199. package/resources/themes/arya-purple/theme.css +56 -15
  200. package/resources/themes/bootstrap4-dark-blue/theme.css +53 -19
  201. package/resources/themes/bootstrap4-dark-purple/theme.css +53 -19
  202. package/resources/themes/bootstrap4-light-blue/theme.css +53 -19
  203. package/resources/themes/bootstrap4-light-purple/theme.css +53 -19
  204. package/resources/themes/fluent-light/theme.css +56 -15
  205. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
  206. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
  207. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
  208. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
  209. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
  210. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
  211. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
  212. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
  213. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
  214. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
  215. package/resources/themes/lara-dark-blue/theme.css +5414 -0
  216. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
  217. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
  218. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
  219. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
  220. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
  221. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
  222. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
  223. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
  224. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
  225. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  226. package/resources/themes/lara-dark-indigo/theme.css +5414 -0
  227. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
  228. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
  229. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
  230. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
  231. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
  232. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
  233. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
  234. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
  235. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
  236. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
  237. package/resources/themes/lara-dark-purple/theme.css +5414 -0
  238. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
  239. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
  240. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
  241. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
  242. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
  243. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
  244. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
  245. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
  246. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
  247. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
  248. package/resources/themes/lara-dark-teal/theme.css +5414 -0
  249. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
  250. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
  251. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
  252. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
  253. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
  254. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
  255. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
  256. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
  257. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
  258. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
  259. package/resources/themes/lara-light-blue/theme.css +5414 -0
  260. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
  261. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
  262. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
  263. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
  264. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
  265. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
  266. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
  267. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
  268. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
  269. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  270. package/resources/themes/lara-light-indigo/theme.css +5414 -0
  271. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
  272. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
  273. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
  274. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
  275. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
  276. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
  277. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
  278. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
  279. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
  280. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
  281. package/resources/themes/lara-light-purple/theme.css +5414 -0
  282. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
  283. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
  284. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
  285. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
  286. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
  287. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
  288. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
  289. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
  290. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
  291. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
  292. package/resources/themes/lara-light-teal/theme.css +5414 -0
  293. package/resources/themes/luna-amber/theme.css +53 -19
  294. package/resources/themes/luna-blue/theme.css +53 -19
  295. package/resources/themes/luna-green/theme.css +53 -19
  296. package/resources/themes/luna-pink/theme.css +53 -19
  297. package/resources/themes/md-dark-deeppurple/theme.css +244 -47
  298. package/resources/themes/md-dark-indigo/theme.css +244 -47
  299. package/resources/themes/md-light-deeppurple/theme.css +244 -47
  300. package/resources/themes/md-light-indigo/theme.css +244 -47
  301. package/resources/themes/mdc-dark-deeppurple/theme.css +244 -47
  302. package/resources/themes/mdc-dark-indigo/theme.css +244 -47
  303. package/resources/themes/mdc-light-deeppurple/theme.css +244 -47
  304. package/resources/themes/mdc-light-indigo/theme.css +244 -47
  305. package/resources/themes/nova/theme.css +53 -19
  306. package/resources/themes/nova-accent/theme.css +53 -19
  307. package/resources/themes/nova-alt/theme.css +53 -19
  308. package/resources/themes/nova-vue/theme.css +53 -19
  309. package/resources/themes/rhea/theme.css +53 -19
  310. package/resources/themes/saga-blue/theme.css +56 -15
  311. package/resources/themes/saga-green/theme.css +56 -15
  312. package/resources/themes/saga-orange/theme.css +56 -15
  313. package/resources/themes/saga-purple/theme.css +56 -15
  314. package/resources/themes/tailwind-light/theme.css +67 -18
  315. package/resources/themes/vela-blue/theme.css +56 -15
  316. package/resources/themes/vela-green/theme.css +56 -15
  317. package/resources/themes/vela-orange/theme.css +56 -15
  318. package/resources/themes/vela-purple/theme.css +56 -15
  319. package/selectbutton/SelectButton.d.ts +8 -3
  320. package/selectbutton/SelectButton.vue +8 -2
  321. package/selectbutton/selectbutton.cjs.js +14 -9
  322. package/selectbutton/selectbutton.cjs.min.js +1 -1
  323. package/selectbutton/selectbutton.esm.js +14 -9
  324. package/selectbutton/selectbutton.esm.min.js +1 -1
  325. package/selectbutton/selectbutton.js +14 -9
  326. package/selectbutton/selectbutton.min.js +1 -1
  327. package/steps/Steps.vue +5 -2
  328. package/steps/steps.cjs.js +5 -2
  329. package/steps/steps.cjs.min.js +1 -1
  330. package/steps/steps.esm.js +5 -2
  331. package/steps/steps.esm.min.js +1 -1
  332. package/steps/steps.js +5 -2
  333. package/steps/steps.min.js +1 -1
  334. package/tabmenu/TabMenu.vue +6 -3
  335. package/tabmenu/tabmenu.cjs.js +6 -3
  336. package/tabmenu/tabmenu.cjs.min.js +1 -1
  337. package/tabmenu/tabmenu.esm.js +6 -3
  338. package/tabmenu/tabmenu.esm.min.js +1 -1
  339. package/tabmenu/tabmenu.js +6 -3
  340. package/tabmenu/tabmenu.min.js +1 -1
  341. package/terminalservice/TerminalService.d.ts +9 -6
  342. package/tieredmenu/TieredMenuSub.vue +7 -4
  343. package/tieredmenu/tieredmenu.cjs.js +7 -4
  344. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  345. package/tieredmenu/tieredmenu.esm.js +7 -4
  346. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  347. package/tieredmenu/tieredmenu.js +7 -4
  348. package/tieredmenu/tieredmenu.min.js +1 -1
  349. package/tree/TreeNode.vue +4 -1
  350. package/tree/tree.cjs.js +4 -1
  351. package/tree/tree.cjs.min.js +1 -1
  352. package/tree/tree.esm.js +4 -1
  353. package/tree/tree.esm.min.js +1 -1
  354. package/tree/tree.js +4 -1
  355. package/tree/tree.min.js +1 -1
  356. package/treeselect/TreeSelect.vue +9 -0
  357. package/treeselect/treeselect.cjs.js +9 -0
  358. package/treeselect/treeselect.cjs.min.js +1 -1
  359. package/treeselect/treeselect.esm.js +9 -0
  360. package/treeselect/treeselect.esm.min.js +1 -1
  361. package/treeselect/treeselect.js +9 -0
  362. package/treeselect/treeselect.min.js +1 -1
  363. package/treetable/TreeTable.d.ts +2 -2
  364. package/treetable/TreeTable.vue +8 -8
  365. package/treetable/treetable.cjs.js +12 -12
  366. package/treetable/treetable.cjs.min.js +1 -1
  367. package/treetable/treetable.esm.js +12 -12
  368. package/treetable/treetable.esm.min.js +1 -1
  369. package/treetable/treetable.js +12 -12
  370. package/treetable/treetable.min.js +1 -1
  371. package/vetur-attributes.json +8 -0
  372. package/vetur-tags.json +3 -1
  373. package/web-types.json +143 -9
@@ -345,7 +345,15 @@ var script$9 = {
345
345
  hide() {
346
346
  this.overlayVisible = false;
347
347
  },
348
- onContentClick() {
348
+ onContentClick(event) {
349
+ this.selfClick = true;
350
+
351
+ OverlayEventBus.emit('overlay-click', {
352
+ originalEvent: event,
353
+ target: this.overlay
354
+ });
355
+ },
356
+ onContentMouseDown() {
349
357
  this.selfClick = true;
350
358
  },
351
359
  onOverlayEnter(el) {
@@ -359,7 +367,7 @@ var script$9 = {
359
367
  this.bindResizeListener();
360
368
 
361
369
  this.overlayEventListener = (e) => {
362
- if (this.overlay.contains(e.target)) {
370
+ if (!this.isOutsideClicked(e.target)) {
363
371
  this.selfClick = true;
364
372
  }
365
373
  };
@@ -382,13 +390,16 @@ var script$9 = {
382
390
  overlayRef(el) {
383
391
  this.overlay = el;
384
392
  },
385
- isTargetClicked(event) {
386
- return this.$refs.icon && (this.$refs.icon === event.target || this.$refs.icon.contains(event.target));
393
+ isOutsideClicked(target) {
394
+ return !this.isTargetClicked(target) && this.overlay && !(this.overlay.isSameNode(target) || this.overlay.contains(target));
395
+ },
396
+ isTargetClicked(target) {
397
+ return this.$refs.icon && (this.$refs.icon.isSameNode(target) || this.$refs.icon.contains(target));
387
398
  },
388
399
  bindOutsideClickListener() {
389
400
  if (!this.outsideClickListener) {
390
401
  this.outsideClickListener = (event) => {
391
- if (this.overlayVisible && !this.selfClick && !this.isTargetClicked(event)) {
402
+ if (this.overlayVisible && !this.selfClick && this.isOutsideClicked(event.target)) {
392
403
  this.overlayVisible = false;
393
404
  }
394
405
  this.selfClick = false;
@@ -580,7 +591,8 @@ function render$9(_ctx, _cache, $props, $setup, $data, $options) {
580
591
  ref: $options.overlayRef,
581
592
  class: $options.overlayClass,
582
593
  onKeydown: _cache[12] || (_cache[12] = withKeys((...args) => ($options.onEscape && $options.onEscape(...args)), ["escape"])),
583
- onClick: _cache[13] || (_cache[13] = (...args) => ($options.onContentClick && $options.onContentClick(...args)))
594
+ onClick: _cache[13] || (_cache[13] = (...args) => ($options.onContentClick && $options.onContentClick(...args))),
595
+ onMousedown: _cache[14] || (_cache[14] = (...args) => ($options.onContentMouseDown && $options.onContentMouseDown(...args)))
584
596
  }, [
585
597
  (openBlock(), createBlock(resolveDynamicComponent($props.filterHeaderTemplate), {
586
598
  field: $props.field,
@@ -1121,6 +1133,20 @@ var script$7 = {
1121
1133
  },
1122
1134
  getFilterColumnHeaderStyle(column) {
1123
1135
  return [this.columnProp(column, 'filterHeaderStyle'), this.columnProp(column, 'style')];
1136
+ },
1137
+ getHeaderColumns(row){
1138
+ let cols = [];
1139
+
1140
+ if (row.children && row.children.default) {
1141
+ row.children.default().forEach(child => {
1142
+ if (child.children && child.children instanceof Array)
1143
+ cols = [...cols, ...child.children];
1144
+ else if (child.type.name === 'Column')
1145
+ cols.push(child);
1146
+ });
1147
+
1148
+ return cols;
1149
+ }
1124
1150
  }
1125
1151
  },
1126
1152
  components: {
@@ -1253,7 +1279,7 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
1253
1279
  key: i,
1254
1280
  role: "row"
1255
1281
  }, [
1256
- (openBlock(true), createBlock(Fragment, null, renderList(row.children.default(), (col, j) => {
1282
+ (openBlock(true), createBlock(Fragment, null, renderList($options.getHeaderColumns(row), (col, j) => {
1257
1283
  return (openBlock(), createBlock(Fragment, {
1258
1284
  key: $options.columnProp(col, 'columnKey')||$options.columnProp(col, 'field')||j
1259
1285
  }, [
@@ -1781,82 +1807,91 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
1781
1807
  index: $props.rowIndex,
1782
1808
  frozenRow: $props.frozenRow
1783
1809
  }, null, 8, ["data", "column", "field", "index", "frozenRow"]))
1784
- : ($options.columnProp('selectionMode'))
1785
- ? (openBlock(), createBlock(Fragment, { key: 3 }, [
1786
- ($options.columnProp('selectionMode') === 'single')
1787
- ? (openBlock(), createBlock(_component_DTRadioButton, {
1788
- key: 0,
1789
- value: $props.rowData,
1790
- checked: $props.selected,
1791
- onChange: $options.toggleRowWithRadio
1792
- }, null, 8, ["value", "checked", "onChange"]))
1793
- : ($options.columnProp('selectionMode') ==='multiple')
1794
- ? (openBlock(), createBlock(_component_DTCheckbox, {
1795
- key: 1,
1810
+ : ($props.column.children && $props.column.children.body && !$props.column.children.editor && $data.d_editing)
1811
+ ? (openBlock(), createBlock(resolveDynamicComponent($props.column.children.body), {
1812
+ key: 3,
1813
+ data: $options.editingRowData,
1814
+ column: $props.column,
1815
+ field: $options.field,
1816
+ index: $props.rowIndex,
1817
+ frozenRow: $props.frozenRow
1818
+ }, null, 8, ["data", "column", "field", "index", "frozenRow"]))
1819
+ : ($options.columnProp('selectionMode'))
1820
+ ? (openBlock(), createBlock(Fragment, { key: 4 }, [
1821
+ ($options.columnProp('selectionMode') === 'single')
1822
+ ? (openBlock(), createBlock(_component_DTRadioButton, {
1823
+ key: 0,
1796
1824
  value: $props.rowData,
1797
1825
  checked: $props.selected,
1798
- onChange: $options.toggleRowWithCheckbox
1826
+ onChange: $options.toggleRowWithRadio
1799
1827
  }, null, 8, ["value", "checked", "onChange"]))
1800
- : createCommentVNode("", true)
1801
- ], 64))
1802
- : ($options.columnProp('rowReorder'))
1803
- ? (openBlock(), createBlock("i", {
1804
- key: 4,
1805
- class: ['p-datatable-reorderablerow-handle', ($options.columnProp('rowReorderIcon') || 'pi pi-bars')]
1806
- }, null, 2))
1807
- : ($options.columnProp('expander'))
1808
- ? withDirectives((openBlock(), createBlock("button", {
1828
+ : ($options.columnProp('selectionMode') ==='multiple')
1829
+ ? (openBlock(), createBlock(_component_DTCheckbox, {
1830
+ key: 1,
1831
+ value: $props.rowData,
1832
+ checked: $props.selected,
1833
+ onChange: $options.toggleRowWithCheckbox
1834
+ }, null, 8, ["value", "checked", "onChange"]))
1835
+ : createCommentVNode("", true)
1836
+ ], 64))
1837
+ : ($options.columnProp('rowReorder'))
1838
+ ? (openBlock(), createBlock("i", {
1809
1839
  key: 5,
1810
- class: "p-row-toggler p-link",
1811
- onClick: _cache[1] || (_cache[1] = (...args) => ($options.toggleRow && $options.toggleRow(...args))),
1812
- type: "button"
1813
- }, [
1814
- createVNode("span", { class: $props.rowTogglerIcon }, null, 2)
1815
- ], 512)), [
1816
- [_directive_ripple]
1817
- ])
1818
- : ($props.editMode === 'row' && $options.columnProp('rowEditor'))
1819
- ? (openBlock(), createBlock(Fragment, { key: 6 }, [
1820
- (!$data.d_editing)
1821
- ? withDirectives((openBlock(), createBlock("button", {
1822
- key: 0,
1823
- class: "p-row-editor-init p-link",
1824
- onClick: _cache[2] || (_cache[2] = (...args) => ($options.onRowEditInit && $options.onRowEditInit(...args))),
1825
- type: "button"
1826
- }, [
1827
- _hoisted_2$3
1828
- ], 512)), [
1829
- [_directive_ripple]
1830
- ])
1831
- : createCommentVNode("", true),
1832
- ($data.d_editing)
1833
- ? withDirectives((openBlock(), createBlock("button", {
1834
- key: 1,
1835
- class: "p-row-editor-save p-link",
1836
- onClick: _cache[3] || (_cache[3] = (...args) => ($options.onRowEditSave && $options.onRowEditSave(...args))),
1837
- type: "button"
1838
- }, [
1839
- _hoisted_3$1
1840
- ], 512)), [
1841
- [_directive_ripple]
1842
- ])
1843
- : createCommentVNode("", true),
1844
- ($data.d_editing)
1845
- ? withDirectives((openBlock(), createBlock("button", {
1846
- key: 2,
1847
- class: "p-row-editor-cancel p-link",
1848
- onClick: _cache[4] || (_cache[4] = (...args) => ($options.onRowEditCancel && $options.onRowEditCancel(...args))),
1849
- type: "button"
1850
- }, [
1851
- _hoisted_4$1
1852
- ], 512)), [
1853
- [_directive_ripple]
1854
- ])
1855
- : createCommentVNode("", true)
1856
- ], 64))
1857
- : (openBlock(), createBlock(Fragment, { key: 7 }, [
1858
- createTextVNode(toDisplayString($options.resolveFieldData()), 1)
1859
- ], 64))
1840
+ class: ['p-datatable-reorderablerow-handle', ($options.columnProp('rowReorderIcon') || 'pi pi-bars')]
1841
+ }, null, 2))
1842
+ : ($options.columnProp('expander'))
1843
+ ? withDirectives((openBlock(), createBlock("button", {
1844
+ key: 6,
1845
+ class: "p-row-toggler p-link",
1846
+ onClick: _cache[1] || (_cache[1] = (...args) => ($options.toggleRow && $options.toggleRow(...args))),
1847
+ type: "button"
1848
+ }, [
1849
+ createVNode("span", { class: $props.rowTogglerIcon }, null, 2)
1850
+ ], 512)), [
1851
+ [_directive_ripple]
1852
+ ])
1853
+ : ($props.editMode === 'row' && $options.columnProp('rowEditor'))
1854
+ ? (openBlock(), createBlock(Fragment, { key: 7 }, [
1855
+ (!$data.d_editing)
1856
+ ? withDirectives((openBlock(), createBlock("button", {
1857
+ key: 0,
1858
+ class: "p-row-editor-init p-link",
1859
+ onClick: _cache[2] || (_cache[2] = (...args) => ($options.onRowEditInit && $options.onRowEditInit(...args))),
1860
+ type: "button"
1861
+ }, [
1862
+ _hoisted_2$3
1863
+ ], 512)), [
1864
+ [_directive_ripple]
1865
+ ])
1866
+ : createCommentVNode("", true),
1867
+ ($data.d_editing)
1868
+ ? withDirectives((openBlock(), createBlock("button", {
1869
+ key: 1,
1870
+ class: "p-row-editor-save p-link",
1871
+ onClick: _cache[3] || (_cache[3] = (...args) => ($options.onRowEditSave && $options.onRowEditSave(...args))),
1872
+ type: "button"
1873
+ }, [
1874
+ _hoisted_3$1
1875
+ ], 512)), [
1876
+ [_directive_ripple]
1877
+ ])
1878
+ : createCommentVNode("", true),
1879
+ ($data.d_editing)
1880
+ ? withDirectives((openBlock(), createBlock("button", {
1881
+ key: 2,
1882
+ class: "p-row-editor-cancel p-link",
1883
+ onClick: _cache[4] || (_cache[4] = (...args) => ($options.onRowEditCancel && $options.onRowEditCancel(...args))),
1884
+ type: "button"
1885
+ }, [
1886
+ _hoisted_4$1
1887
+ ], 512)), [
1888
+ [_directive_ripple]
1889
+ ])
1890
+ : createCommentVNode("", true)
1891
+ ], 64))
1892
+ : (openBlock(), createBlock(Fragment, { key: 8 }, [
1893
+ createTextVNode(toDisplayString($options.resolveFieldData()), 1)
1894
+ ], 64))
1860
1895
  ], 38))
1861
1896
  }
1862
1897
 
@@ -1945,6 +1980,10 @@ var script$3 = {
1945
1980
  type: null,
1946
1981
  default: null
1947
1982
  },
1983
+ rowStyle: {
1984
+ type: null,
1985
+ default: null
1986
+ },
1948
1987
  editMode: {
1949
1988
  type: String,
1950
1989
  default: null
@@ -2345,6 +2384,7 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
2345
2384
  ($props.expandableRowGroups ? $options.isRowGroupExpanded(rowData): true)
2346
2385
  ? (openBlock(), createBlock("tr", {
2347
2386
  class: $options.getRowClass(rowData),
2387
+ style: $props.rowStyle,
2348
2388
  key: $options.getRowKey(rowData, index),
2349
2389
  onClick: $event => ($options.onRowClick($event, rowData, index)),
2350
2390
  onDblclick: $event => ($options.onRowDblClick($event, rowData, index)),
@@ -2393,7 +2433,7 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
2393
2433
  : createCommentVNode("", true)
2394
2434
  ], 64))
2395
2435
  }), 128))
2396
- ], 42, ["onClick", "onDblclick", "onContextmenu", "onKeydown", "tabindex", "onDragstart", "onDragover"]))
2436
+ ], 46, ["onClick", "onDblclick", "onContextmenu", "onKeydown", "tabindex", "onDragstart", "onDragover"]))
2397
2437
  : createCommentVNode("", true),
2398
2438
  ($props.templates['expansion'] && $props.expandedRows && $options.isRowExpanded(rowData))
2399
2439
  ? (openBlock(), createBlock("tr", {
@@ -2537,6 +2577,20 @@ var script$1 = {
2537
2577
  methods: {
2538
2578
  columnProp(col, prop) {
2539
2579
  return ObjectUtils.getVNodeProp(col, prop);
2580
+ },
2581
+ getFooterColumns(row){
2582
+ let cols = [];
2583
+
2584
+ if (row.children && row.children.default) {
2585
+ row.children.default().forEach(child => {
2586
+ if (child.children && child.children instanceof Array)
2587
+ cols = [...cols, ...child.children];
2588
+ else if (child.type.name === 'Column')
2589
+ cols.push(child);
2590
+ });
2591
+
2592
+ return cols;
2593
+ }
2540
2594
  }
2541
2595
  },
2542
2596
  computed: {
@@ -2598,7 +2652,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
2598
2652
  key: i,
2599
2653
  role: "row"
2600
2654
  }, [
2601
- (openBlock(true), createBlock(Fragment, null, renderList(row.children.default(), (col, j) => {
2655
+ (openBlock(true), createBlock(Fragment, null, renderList($options.getFooterColumns(row), (col, j) => {
2602
2656
  return (openBlock(), createBlock(Fragment, {
2603
2657
  key: $options.columnProp(col,'columnKey')||$options.columnProp(col,'field')||j
2604
2658
  }, [
@@ -2830,6 +2884,10 @@ var script = {
2830
2884
  type: null,
2831
2885
  default: null
2832
2886
  },
2887
+ rowStyle: {
2888
+ type: null,
2889
+ default: null
2890
+ },
2833
2891
  scrollable: {
2834
2892
  type: Boolean,
2835
2893
  default: false
@@ -3232,7 +3290,7 @@ var script = {
3232
3290
 
3233
3291
  if (this.selectionMode) {
3234
3292
  const rowData = e.data;
3235
- const rowIndex = e.index;
3293
+ const rowIndex = this.d_first + e.index;
3236
3294
 
3237
3295
  if (this.isMultipleSelectionMode() && event.shiftKey && this.anchorRowIndex != null) {
3238
3296
  DomHandler.clearSelection();
@@ -4287,7 +4345,22 @@ var script = {
4287
4345
  document.head.removeChild(this.styleElement);
4288
4346
  this.styleElement = null;
4289
4347
  }
4290
- }
4348
+ },
4349
+ recursiveGetChildren(children, results) {
4350
+ if (!results) {
4351
+ results = [];
4352
+ }
4353
+ if (children && children.length) {
4354
+ children.forEach((child) => {
4355
+ if (child.children instanceof Array) {
4356
+ results.concat(this.recursiveGetChildren(child.children, results));
4357
+ } else if (child.type.name == 'Column') {
4358
+ results.push(child);
4359
+ }
4360
+ });
4361
+ }
4362
+ return results;
4363
+ },
4291
4364
  },
4292
4365
  computed: {
4293
4366
  containerClass() {
@@ -4312,19 +4385,13 @@ var script = {
4312
4385
  ];
4313
4386
  },
4314
4387
  columns() {
4315
- let cols = [];
4316
4388
  let children = this.getChildren();
4317
4389
 
4318
4390
  if (!children) {
4319
4391
  return;
4320
4392
  }
4321
4393
 
4322
- children.forEach(child => {
4323
- if (child.children && child.children instanceof Array)
4324
- cols = [...cols, ...child.children];
4325
- else if (child.type.name === 'Column')
4326
- cols.push(child);
4327
- });
4394
+ const cols = this.recursiveGetChildren(children, []);
4328
4395
 
4329
4396
  if (this.reorderableColumns && this.d_columnOrder) {
4330
4397
  let orderedColumns = [];
@@ -4498,7 +4565,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4498
4565
  ? (openBlock(), createBlock(_component_DTPaginator, {
4499
4566
  key: 2,
4500
4567
  rows: $data.d_rows,
4501
- first: $data.d_first,
4568
+ first: $props.lazy ? 0 : $data.d_first,
4502
4569
  totalRecords: $options.totalRecordsLength,
4503
4570
  pageLinkSize: $props.pageLinkSize,
4504
4571
  template: $props.paginatorTemplate,
@@ -4508,19 +4575,19 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4508
4575
  onPage: _cache[1] || (_cache[1] = $event => ($options.onPage($event))),
4509
4576
  alwaysShow: $props.alwaysShowPaginator
4510
4577
  }, createSlots({ _: 2 }, [
4511
- (_ctx.$slots.paginatorLeft)
4578
+ (_ctx.$slots.paginatorstart)
4512
4579
  ? {
4513
- name: "left",
4580
+ name: "start",
4514
4581
  fn: withCtx(() => [
4515
- renderSlot(_ctx.$slots, "paginatorLeft")
4582
+ renderSlot(_ctx.$slots, "paginatorstart")
4516
4583
  ])
4517
4584
  }
4518
4585
  : undefined,
4519
- (_ctx.$slots.paginatorRight)
4586
+ (_ctx.$slots.paginatorend)
4520
4587
  ? {
4521
- name: "right",
4588
+ name: "end",
4522
4589
  fn: withCtx(() => [
4523
- renderSlot(_ctx.$slots, "paginatorRight")
4590
+ renderSlot(_ctx.$slots, "paginatorend")
4524
4591
  ])
4525
4592
  }
4526
4593
  : undefined
@@ -4580,6 +4647,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4580
4647
  groupRowsBy: $props.groupRowsBy,
4581
4648
  expandableRowGroups: $props.expandableRowGroups,
4582
4649
  rowClass: $props.rowClass,
4650
+ rowStyle: $props.rowStyle,
4583
4651
  editMode: $props.editMode,
4584
4652
  compareSelectionBy: $props.compareSelectionBy,
4585
4653
  scrollable: $props.scrollable,
@@ -4616,7 +4684,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4616
4684
  onRowEditCancel: _cache[26] || (_cache[26] = $event => ($options.onRowEditCancel($event))),
4617
4685
  editingMeta: $data.d_editingMeta,
4618
4686
  onEditingMetaChange: $options.onEditingMetaChange
4619
- }, 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"]))
4687
+ }, 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"]))
4620
4688
  : createCommentVNode("", true),
4621
4689
  createVNode(_component_DTTableBody, {
4622
4690
  value: $options.dataToRender,
@@ -4632,6 +4700,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4632
4700
  groupRowsBy: $props.groupRowsBy,
4633
4701
  expandableRowGroups: $props.expandableRowGroups,
4634
4702
  rowClass: $props.rowClass,
4703
+ rowStyle: $props.rowStyle,
4635
4704
  editMode: $props.editMode,
4636
4705
  compareSelectionBy: $props.compareSelectionBy,
4637
4706
  scrollable: $props.scrollable,
@@ -4668,7 +4737,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4668
4737
  onRowEditCancel: _cache[43] || (_cache[43] = $event => ($options.onRowEditCancel($event))),
4669
4738
  editingMeta: $data.d_editingMeta,
4670
4739
  onEditingMetaChange: $options.onEditingMetaChange
4671
- }, 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"]),
4740
+ }, 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"]),
4672
4741
  createVNode(_component_DTTableFooter, {
4673
4742
  columnGroup: $options.footerColumnGroup,
4674
4743
  columns: $options.columns
@@ -4679,7 +4748,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4679
4748
  ? (openBlock(), createBlock(_component_DTPaginator, {
4680
4749
  key: 3,
4681
4750
  rows: $data.d_rows,
4682
- first: $data.d_first,
4751
+ first: $props.lazy ? 0 : $data.d_first,
4683
4752
  totalRecords: $options.totalRecordsLength,
4684
4753
  pageLinkSize: $props.pageLinkSize,
4685
4754
  template: $props.paginatorTemplate,
@@ -4689,19 +4758,19 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4689
4758
  onPage: _cache[44] || (_cache[44] = $event => ($options.onPage($event))),
4690
4759
  alwaysShow: $props.alwaysShowPaginator
4691
4760
  }, createSlots({ _: 2 }, [
4692
- (_ctx.$slots.paginatorLeft)
4761
+ (_ctx.$slots.paginatorstart)
4693
4762
  ? {
4694
- name: "left",
4763
+ name: "start",
4695
4764
  fn: withCtx(() => [
4696
- renderSlot(_ctx.$slots, "paginatorLeft")
4765
+ renderSlot(_ctx.$slots, "paginatorstart")
4697
4766
  ])
4698
4767
  }
4699
4768
  : undefined,
4700
- (_ctx.$slots.paginatorRight)
4769
+ (_ctx.$slots.paginatorend)
4701
4770
  ? {
4702
- name: "right",
4771
+ name: "end",
4703
4772
  fn: withCtx(() => [
4704
- renderSlot(_ctx.$slots, "paginatorRight")
4773
+ renderSlot(_ctx.$slots, "paginatorend")
4705
4774
  ])
4706
4775
  }
4707
4776
  : undefined