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
@@ -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.overlay.contains(e.target)) {
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
- isTargetClicked(event) {
396
- return this.$refs.icon && (this.$refs.icon === event.target || this.$refs.icon.contains(event.target));
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 && !this.isTargetClicked(event)) {
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(row.children.default(), (col, j) => {
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
- : ($options.columnProp('selectionMode'))
1795
- ? (vue.openBlock(), vue.createBlock(vue.Fragment, { key: 3 }, [
1796
- ($options.columnProp('selectionMode') === 'single')
1797
- ? (vue.openBlock(), vue.createBlock(_component_DTRadioButton, {
1798
- key: 0,
1799
- value: $props.rowData,
1800
- checked: $props.selected,
1801
- onChange: $options.toggleRowWithRadio
1802
- }, null, 8, ["value", "checked", "onChange"]))
1803
- : ($options.columnProp('selectionMode') ==='multiple')
1804
- ? (vue.openBlock(), vue.createBlock(_component_DTCheckbox, {
1805
- key: 1,
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.toggleRowWithCheckbox
1836
+ onChange: $options.toggleRowWithRadio
1809
1837
  }, null, 8, ["value", "checked", "onChange"]))
1810
- : vue.createCommentVNode("", true)
1811
- ], 64))
1812
- : ($options.columnProp('rowReorder'))
1813
- ? (vue.openBlock(), vue.createBlock("i", {
1814
- key: 4,
1815
- class: ['p-datatable-reorderablerow-handle', ($options.columnProp('rowReorderIcon') || 'pi pi-bars')]
1816
- }, null, 2))
1817
- : ($options.columnProp('expander'))
1818
- ? vue.withDirectives((vue.openBlock(), vue.createBlock("button", {
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: "p-row-toggler p-link",
1821
- onClick: _cache[1] || (_cache[1] = (...args) => ($options.toggleRow && $options.toggleRow(...args))),
1822
- type: "button"
1823
- }, [
1824
- vue.createVNode("span", { class: $props.rowTogglerIcon }, null, 2)
1825
- ], 512)), [
1826
- [_directive_ripple]
1827
- ])
1828
- : ($props.editMode === 'row' && $options.columnProp('rowEditor'))
1829
- ? (vue.openBlock(), vue.createBlock(vue.Fragment, { key: 6 }, [
1830
- (!$data.d_editing)
1831
- ? vue.withDirectives((vue.openBlock(), vue.createBlock("button", {
1832
- key: 0,
1833
- class: "p-row-editor-init p-link",
1834
- onClick: _cache[2] || (_cache[2] = (...args) => ($options.onRowEditInit && $options.onRowEditInit(...args))),
1835
- type: "button"
1836
- }, [
1837
- _hoisted_2$3
1838
- ], 512)), [
1839
- [_directive_ripple]
1840
- ])
1841
- : vue.createCommentVNode("", true),
1842
- ($data.d_editing)
1843
- ? vue.withDirectives((vue.openBlock(), vue.createBlock("button", {
1844
- key: 1,
1845
- class: "p-row-editor-save p-link",
1846
- onClick: _cache[3] || (_cache[3] = (...args) => ($options.onRowEditSave && $options.onRowEditSave(...args))),
1847
- type: "button"
1848
- }, [
1849
- _hoisted_3$1
1850
- ], 512)), [
1851
- [_directive_ripple]
1852
- ])
1853
- : vue.createCommentVNode("", true),
1854
- ($data.d_editing)
1855
- ? vue.withDirectives((vue.openBlock(), vue.createBlock("button", {
1856
- key: 2,
1857
- class: "p-row-editor-cancel p-link",
1858
- onClick: _cache[4] || (_cache[4] = (...args) => ($options.onRowEditCancel && $options.onRowEditCancel(...args))),
1859
- type: "button"
1860
- }, [
1861
- _hoisted_4$1
1862
- ], 512)), [
1863
- [_directive_ripple]
1864
- ])
1865
- : vue.createCommentVNode("", true)
1866
- ], 64))
1867
- : (vue.openBlock(), vue.createBlock(vue.Fragment, { key: 7 }, [
1868
- vue.createTextVNode(vue.toDisplayString($options.resolveFieldData()), 1)
1869
- ], 64))
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
- ], 42, ["onClick", "onDblclick", "onContextmenu", "onKeydown", "tabindex", "onDragstart", "onDragover"]))
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(row.children.default(), (col, j) => {
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
- children.forEach(child => {
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.paginatorLeft)
4588
+ (_ctx.$slots.paginatorstart)
4522
4589
  ? {
4523
- name: "left",
4590
+ name: "start",
4524
4591
  fn: vue.withCtx(() => [
4525
- vue.renderSlot(_ctx.$slots, "paginatorLeft")
4592
+ vue.renderSlot(_ctx.$slots, "paginatorstart")
4526
4593
  ])
4527
4594
  }
4528
4595
  : undefined,
4529
- (_ctx.$slots.paginatorRight)
4596
+ (_ctx.$slots.paginatorend)
4530
4597
  ? {
4531
- name: "right",
4598
+ name: "end",
4532
4599
  fn: vue.withCtx(() => [
4533
- vue.renderSlot(_ctx.$slots, "paginatorRight")
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.paginatorLeft)
4771
+ (_ctx.$slots.paginatorstart)
4703
4772
  ? {
4704
- name: "left",
4773
+ name: "start",
4705
4774
  fn: vue.withCtx(() => [
4706
- vue.renderSlot(_ctx.$slots, "paginatorLeft")
4775
+ vue.renderSlot(_ctx.$slots, "paginatorstart")
4707
4776
  ])
4708
4777
  }
4709
4778
  : undefined,
4710
- (_ctx.$slots.paginatorRight)
4779
+ (_ctx.$slots.paginatorend)
4711
4780
  ? {
4712
- name: "right",
4781
+ name: "end",
4713
4782
  fn: vue.withCtx(() => [
4714
- vue.renderSlot(_ctx.$slots, "paginatorRight")
4783
+ vue.renderSlot(_ctx.$slots, "paginatorend")
4715
4784
  ])
4716
4785
  }
4717
4786
  : undefined