primevue 3.8.0 → 3.9.1

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 (465) hide show
  1. package/README.md +2 -2
  2. package/accordion/Accordion.vue +1 -1
  3. package/accordion/accordion.cjs.js +1 -1
  4. package/accordion/accordion.cjs.min.js +1 -1
  5. package/accordion/accordion.esm.js +1 -1
  6. package/accordion/accordion.esm.min.js +1 -1
  7. package/accordion/accordion.js +1 -1
  8. package/accordion/accordion.min.js +1 -1
  9. package/api/Api.d.ts +73 -32
  10. package/api/api.cjs.js +66 -32
  11. package/api/api.cjs.min.js +1 -1
  12. package/api/api.esm.js +66 -32
  13. package/api/api.esm.min.js +1 -1
  14. package/api/api.js +66 -32
  15. package/api/api.min.js +1 -1
  16. package/autocomplete/AutoComplete.d.ts +43 -9
  17. package/autocomplete/AutoComplete.vue +16 -9
  18. package/autocomplete/autocomplete.cjs.js +19 -11
  19. package/autocomplete/autocomplete.cjs.min.js +1 -1
  20. package/autocomplete/autocomplete.esm.js +19 -11
  21. package/autocomplete/autocomplete.esm.min.js +1 -1
  22. package/autocomplete/autocomplete.js +19 -11
  23. package/autocomplete/autocomplete.min.js +1 -1
  24. package/blockui/BlockUI.vue +1 -1
  25. package/blockui/blockui.cjs.js +5 -7
  26. package/blockui/blockui.cjs.min.js +1 -1
  27. package/blockui/blockui.esm.js +6 -8
  28. package/blockui/blockui.esm.min.js +1 -1
  29. package/blockui/blockui.js +5 -7
  30. package/blockui/blockui.min.js +1 -1
  31. package/breadcrumb/Breadcrumb.d.ts +7 -0
  32. package/breadcrumb/BreadcrumbItem.vue +5 -2
  33. package/breadcrumb/breadcrumb.cjs.js +5 -2
  34. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  35. package/breadcrumb/breadcrumb.esm.js +5 -2
  36. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  37. package/breadcrumb/breadcrumb.js +5 -2
  38. package/breadcrumb/breadcrumb.min.js +1 -1
  39. package/calendar/Calendar.d.ts +11 -1
  40. package/calendar/Calendar.vue +362 -67
  41. package/calendar/calendar.cjs.js +459 -168
  42. package/calendar/calendar.cjs.min.js +1 -1
  43. package/calendar/calendar.esm.js +461 -170
  44. package/calendar/calendar.esm.min.js +1 -1
  45. package/calendar/calendar.js +459 -168
  46. package/calendar/calendar.min.js +1 -1
  47. package/carousel/Carousel.d.ts +6 -1
  48. package/carousel/Carousel.vue +2 -2
  49. package/carousel/carousel.cjs.js +6 -6
  50. package/carousel/carousel.cjs.min.js +1 -1
  51. package/carousel/carousel.esm.js +6 -6
  52. package/carousel/carousel.esm.min.js +1 -1
  53. package/carousel/carousel.js +6 -6
  54. package/carousel/carousel.min.js +1 -1
  55. package/cascadeselect/CascadeSelect.d.ts +19 -6
  56. package/chart/Chart.vue +9 -2
  57. package/chart/chart.cjs.js +9 -2
  58. package/chart/chart.cjs.min.js +1 -1
  59. package/chart/chart.esm.js +9 -2
  60. package/chart/chart.esm.min.js +1 -1
  61. package/chart/chart.js +9 -2
  62. package/chart/chart.min.js +1 -1
  63. package/chips/Chips.d.ts +5 -1
  64. package/colorpicker/ColorPicker.d.ts +3 -0
  65. package/colorpicker/ColorPicker.vue +6 -1
  66. package/colorpicker/colorpicker.cjs.js +6 -1
  67. package/colorpicker/colorpicker.cjs.min.js +1 -1
  68. package/colorpicker/colorpicker.esm.js +6 -1
  69. package/colorpicker/colorpicker.esm.min.js +1 -1
  70. package/colorpicker/colorpicker.js +6 -1
  71. package/colorpicker/colorpicker.min.js +1 -1
  72. package/column/Column.d.ts +42 -11
  73. package/confirmdialog/ConfirmDialog.vue +8 -2
  74. package/confirmdialog/confirmdialog.cjs.js +11 -4
  75. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  76. package/confirmdialog/confirmdialog.esm.js +11 -4
  77. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  78. package/confirmdialog/confirmdialog.js +11 -4
  79. package/confirmdialog/confirmdialog.min.js +1 -1
  80. package/confirmpopup/ConfirmPopup.d.ts +7 -0
  81. package/confirmpopup/ConfirmPopup.vue +7 -4
  82. package/confirmpopup/confirmpopup.cjs.js +13 -5
  83. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  84. package/confirmpopup/confirmpopup.esm.js +14 -6
  85. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  86. package/confirmpopup/confirmpopup.js +13 -5
  87. package/confirmpopup/confirmpopup.min.js +1 -1
  88. package/contextmenu/ContextMenu.d.ts +5 -1
  89. package/contextmenu/ContextMenuSub.vue +8 -5
  90. package/contextmenu/contextmenu.cjs.js +8 -5
  91. package/contextmenu/contextmenu.cjs.min.js +1 -1
  92. package/contextmenu/contextmenu.esm.js +8 -5
  93. package/contextmenu/contextmenu.esm.min.js +1 -1
  94. package/contextmenu/contextmenu.js +8 -5
  95. package/contextmenu/contextmenu.min.js +1 -1
  96. package/core/core.js +138 -68
  97. package/core/core.min.js +13 -12
  98. package/datatable/BodyCell.vue +1 -0
  99. package/datatable/ColumnFilter.vue +17 -6
  100. package/datatable/DataTable.d.ts +37 -9
  101. package/datatable/DataTable.vue +44 -23
  102. package/datatable/TableBody.vue +6 -2
  103. package/datatable/TableFooter.vue +17 -2
  104. package/datatable/TableHeader.vue +17 -2
  105. package/datatable/datatable.cjs.js +203 -126
  106. package/datatable/datatable.cjs.min.js +1 -1
  107. package/datatable/datatable.esm.js +203 -126
  108. package/datatable/datatable.esm.min.js +1 -1
  109. package/datatable/datatable.js +203 -126
  110. package/datatable/datatable.min.js +1 -1
  111. package/dataview/DataView.d.ts +9 -4
  112. package/dataview/DataView.vue +8 -8
  113. package/dataview/dataview.cjs.js +12 -12
  114. package/dataview/dataview.cjs.min.js +1 -1
  115. package/dataview/dataview.esm.js +12 -12
  116. package/dataview/dataview.esm.min.js +1 -1
  117. package/dataview/dataview.js +12 -12
  118. package/dataview/dataview.min.js +1 -1
  119. package/dialog/Dialog.vue +6 -1
  120. package/dialog/dialog.cjs.js +4 -2
  121. package/dialog/dialog.cjs.min.js +1 -1
  122. package/dialog/dialog.esm.js +4 -2
  123. package/dialog/dialog.esm.min.js +1 -1
  124. package/dialog/dialog.js +4 -2
  125. package/dialog/dialog.min.js +1 -1
  126. package/dock/Dock.d.ts +10 -1
  127. package/dock/Dock.vue +1 -1
  128. package/dock/DockSub.vue +13 -8
  129. package/dock/dock.cjs.js +24 -10
  130. package/dock/dock.cjs.min.js +1 -1
  131. package/dock/dock.esm.js +20 -10
  132. package/dock/dock.esm.min.js +1 -1
  133. package/dock/dock.js +25 -12
  134. package/dock/dock.min.js +1 -1
  135. package/dropdown/Dropdown.d.ts +56 -13
  136. package/dropdown/Dropdown.vue +1 -0
  137. package/dropdown/dropdown.cjs.js +1 -0
  138. package/dropdown/dropdown.cjs.min.js +1 -1
  139. package/dropdown/dropdown.esm.js +1 -0
  140. package/dropdown/dropdown.esm.min.js +1 -1
  141. package/dropdown/dropdown.js +1 -0
  142. package/dropdown/dropdown.min.js +1 -1
  143. package/fileupload/FileUpload.d.ts +5 -0
  144. package/galleria/Galleria.d.ts +20 -4
  145. package/inplace/Inplace.d.ts +1 -0
  146. package/inplace/Inplace.vue +12 -1
  147. package/inplace/inplace.cjs.js +13 -2
  148. package/inplace/inplace.cjs.min.js +1 -1
  149. package/inplace/inplace.esm.js +13 -2
  150. package/inplace/inplace.esm.min.js +1 -1
  151. package/inplace/inplace.js +13 -2
  152. package/inplace/inplace.min.js +1 -1
  153. package/inputnumber/InputNumber.d.ts +1 -1
  154. package/inputnumber/InputNumber.vue +19 -3
  155. package/inputnumber/inputnumber.cjs.js +19 -3
  156. package/inputnumber/inputnumber.cjs.min.js +1 -1
  157. package/inputnumber/inputnumber.esm.js +19 -3
  158. package/inputnumber/inputnumber.esm.min.js +1 -1
  159. package/inputnumber/inputnumber.js +19 -3
  160. package/inputnumber/inputnumber.min.js +1 -1
  161. package/inputtext/InputText.d.ts +1 -1
  162. package/inputtext/InputText.vue +1 -1
  163. package/inputtext/inputtext.cjs.js +2 -2
  164. package/inputtext/inputtext.cjs.min.js +1 -1
  165. package/inputtext/inputtext.esm.js +3 -3
  166. package/inputtext/inputtext.esm.min.js +1 -1
  167. package/inputtext/inputtext.js +2 -2
  168. package/inputtext/inputtext.min.js +1 -1
  169. package/listbox/Listbox.d.ts +48 -12
  170. package/megamenu/MegaMenu.d.ts +5 -1
  171. package/megamenu/MegaMenu.vue +11 -8
  172. package/megamenu/megamenu.cjs.js +11 -8
  173. package/megamenu/megamenu.cjs.min.js +1 -1
  174. package/megamenu/megamenu.esm.js +11 -8
  175. package/megamenu/megamenu.esm.min.js +1 -1
  176. package/megamenu/megamenu.js +11 -8
  177. package/megamenu/megamenu.min.js +1 -1
  178. package/menu/Menu.d.ts +5 -1
  179. package/menu/Menu.vue +6 -3
  180. package/menu/Menuitem.vue +5 -2
  181. package/menu/menu.cjs.js +11 -5
  182. package/menu/menu.cjs.min.js +1 -1
  183. package/menu/menu.esm.js +11 -5
  184. package/menu/menu.esm.min.js +1 -1
  185. package/menu/menu.js +11 -5
  186. package/menu/menu.min.js +1 -1
  187. package/menubar/Menubar.d.ts +5 -1
  188. package/menubar/Menubar.vue +1 -0
  189. package/menubar/MenubarSub.vue +8 -5
  190. package/menubar/menubar.cjs.js +9 -6
  191. package/menubar/menubar.cjs.min.js +1 -1
  192. package/menubar/menubar.esm.js +9 -6
  193. package/menubar/menubar.esm.min.js +1 -1
  194. package/menubar/menubar.js +9 -6
  195. package/menubar/menubar.min.js +1 -1
  196. package/message/Message.d.ts +1 -0
  197. package/message/Message.vue +6 -2
  198. package/message/message.cjs.js +6 -2
  199. package/message/message.cjs.min.js +1 -1
  200. package/message/message.esm.js +6 -2
  201. package/message/message.esm.min.js +1 -1
  202. package/message/message.js +6 -2
  203. package/message/message.min.js +1 -1
  204. package/multiselect/MultiSelect.d.ts +61 -14
  205. package/orderlist/OrderList.d.ts +8 -1
  206. package/orderlist/OrderList.vue +2 -0
  207. package/orderlist/orderlist.cjs.js +3 -1
  208. package/orderlist/orderlist.cjs.min.js +1 -1
  209. package/orderlist/orderlist.esm.js +3 -1
  210. package/orderlist/orderlist.esm.min.js +1 -1
  211. package/orderlist/orderlist.js +3 -1
  212. package/orderlist/orderlist.min.js +1 -1
  213. package/organizationchart/OrganizationChart.vue +1 -0
  214. package/organizationchart/organizationchart.cjs.js +1 -1
  215. package/organizationchart/organizationchart.cjs.min.js +1 -1
  216. package/organizationchart/organizationchart.esm.js +1 -1
  217. package/organizationchart/organizationchart.esm.min.js +1 -1
  218. package/organizationchart/organizationchart.js +1 -1
  219. package/organizationchart/organizationchart.min.js +1 -1
  220. package/package.json +5 -1
  221. package/paginator/Paginator.d.ts +10 -4
  222. package/paginator/Paginator.vue +4 -4
  223. package/paginator/paginator.cjs.js +4 -4
  224. package/paginator/paginator.cjs.min.js +1 -1
  225. package/paginator/paginator.esm.js +4 -4
  226. package/paginator/paginator.esm.min.js +1 -1
  227. package/paginator/paginator.js +4 -4
  228. package/paginator/paginator.min.js +1 -1
  229. package/panel/Panel.d.ts +1 -0
  230. package/panel/Panel.vue +1 -1
  231. package/panelmenu/PanelMenu.d.ts +5 -3
  232. package/panelmenu/PanelMenu.vue +6 -3
  233. package/panelmenu/PanelMenuSub.vue +8 -5
  234. package/panelmenu/panelmenu.cjs.js +14 -8
  235. package/panelmenu/panelmenu.cjs.min.js +1 -1
  236. package/panelmenu/panelmenu.esm.js +14 -8
  237. package/panelmenu/panelmenu.esm.min.js +1 -1
  238. package/panelmenu/panelmenu.js +14 -8
  239. package/panelmenu/panelmenu.min.js +1 -1
  240. package/picklist/PickList.d.ts +14 -3
  241. package/picklist/PickList.vue +10 -4
  242. package/picklist/picklist.cjs.js +13 -7
  243. package/picklist/picklist.cjs.min.js +1 -1
  244. package/picklist/picklist.esm.js +13 -7
  245. package/picklist/picklist.esm.min.js +1 -1
  246. package/picklist/picklist.js +13 -7
  247. package/picklist/picklist.min.js +1 -1
  248. package/progressbar/ProgressBar.vue +13 -12
  249. package/progressbar/progressbar.cjs.js +13 -12
  250. package/progressbar/progressbar.cjs.min.js +1 -1
  251. package/progressbar/progressbar.esm.js +14 -13
  252. package/progressbar/progressbar.esm.min.js +1 -1
  253. package/progressbar/progressbar.js +13 -12
  254. package/progressbar/progressbar.min.js +1 -1
  255. package/rating/Rating.vue +1 -1
  256. package/rating/rating.cjs.js +1 -1
  257. package/rating/rating.cjs.min.js +1 -1
  258. package/rating/rating.esm.js +1 -1
  259. package/rating/rating.esm.min.js +1 -1
  260. package/rating/rating.js +1 -1
  261. package/rating/rating.min.js +1 -1
  262. package/resources/primevue.css +5 -0
  263. package/resources/primevue.min.css +1 -1
  264. package/resources/themes/arya-blue/theme.css +56 -15
  265. package/resources/themes/arya-green/theme.css +56 -15
  266. package/resources/themes/arya-orange/theme.css +56 -15
  267. package/resources/themes/arya-purple/theme.css +56 -15
  268. package/resources/themes/bootstrap4-dark-blue/theme.css +53 -19
  269. package/resources/themes/bootstrap4-dark-purple/theme.css +53 -19
  270. package/resources/themes/bootstrap4-light-blue/theme.css +53 -19
  271. package/resources/themes/bootstrap4-light-purple/theme.css +53 -19
  272. package/resources/themes/fluent-light/theme.css +56 -15
  273. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
  274. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
  275. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
  276. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
  277. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
  278. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
  279. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
  280. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
  281. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
  282. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
  283. package/resources/themes/lara-dark-blue/theme.css +5414 -0
  284. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
  285. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
  286. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
  287. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
  288. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
  289. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
  290. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
  291. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
  292. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
  293. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  294. package/resources/themes/lara-dark-indigo/theme.css +5414 -0
  295. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
  296. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
  297. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
  298. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
  299. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
  300. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
  301. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
  302. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
  303. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
  304. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
  305. package/resources/themes/lara-dark-purple/theme.css +5414 -0
  306. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
  307. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
  308. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
  309. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
  310. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
  311. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
  312. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
  313. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
  314. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
  315. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
  316. package/resources/themes/lara-dark-teal/theme.css +5414 -0
  317. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
  318. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
  319. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
  320. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
  321. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
  322. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
  323. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
  324. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
  325. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
  326. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
  327. package/resources/themes/lara-light-blue/theme.css +5414 -0
  328. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
  329. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
  330. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
  331. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
  332. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
  333. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
  334. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
  335. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
  336. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
  337. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  338. package/resources/themes/lara-light-indigo/theme.css +5414 -0
  339. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
  340. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
  341. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
  342. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
  343. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
  344. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
  345. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
  346. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
  347. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
  348. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
  349. package/resources/themes/lara-light-purple/theme.css +5414 -0
  350. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
  351. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
  352. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
  353. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
  354. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
  355. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
  356. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
  357. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
  358. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
  359. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
  360. package/resources/themes/lara-light-teal/theme.css +5414 -0
  361. package/resources/themes/luna-amber/theme.css +53 -19
  362. package/resources/themes/luna-blue/theme.css +53 -19
  363. package/resources/themes/luna-green/theme.css +53 -19
  364. package/resources/themes/luna-pink/theme.css +53 -19
  365. package/resources/themes/md-dark-deeppurple/theme.css +244 -47
  366. package/resources/themes/md-dark-indigo/theme.css +244 -47
  367. package/resources/themes/md-light-deeppurple/theme.css +244 -47
  368. package/resources/themes/md-light-indigo/theme.css +244 -47
  369. package/resources/themes/mdc-dark-deeppurple/theme.css +244 -47
  370. package/resources/themes/mdc-dark-indigo/theme.css +244 -47
  371. package/resources/themes/mdc-light-deeppurple/theme.css +244 -47
  372. package/resources/themes/mdc-light-indigo/theme.css +244 -47
  373. package/resources/themes/nova/theme.css +53 -19
  374. package/resources/themes/nova-accent/theme.css +53 -19
  375. package/resources/themes/nova-alt/theme.css +53 -19
  376. package/resources/themes/nova-vue/theme.css +53 -19
  377. package/resources/themes/rhea/theme.css +53 -19
  378. package/resources/themes/saga-blue/theme.css +56 -15
  379. package/resources/themes/saga-green/theme.css +56 -15
  380. package/resources/themes/saga-orange/theme.css +56 -15
  381. package/resources/themes/saga-purple/theme.css +56 -15
  382. package/resources/themes/tailwind-light/theme.css +67 -18
  383. package/resources/themes/vela-blue/theme.css +56 -15
  384. package/resources/themes/vela-green/theme.css +56 -15
  385. package/resources/themes/vela-orange/theme.css +56 -15
  386. package/resources/themes/vela-purple/theme.css +56 -15
  387. package/selectbutton/SelectButton.d.ts +13 -5
  388. package/selectbutton/SelectButton.vue +8 -2
  389. package/selectbutton/selectbutton.cjs.js +14 -9
  390. package/selectbutton/selectbutton.cjs.min.js +1 -1
  391. package/selectbutton/selectbutton.esm.js +14 -9
  392. package/selectbutton/selectbutton.esm.min.js +1 -1
  393. package/selectbutton/selectbutton.js +14 -9
  394. package/selectbutton/selectbutton.min.js +1 -1
  395. package/speeddial/SpeedDial.d.ts +5 -1
  396. package/steps/Steps.d.ts +5 -3
  397. package/steps/Steps.vue +5 -2
  398. package/steps/steps.cjs.js +5 -2
  399. package/steps/steps.cjs.min.js +1 -1
  400. package/steps/steps.esm.js +5 -2
  401. package/steps/steps.esm.min.js +1 -1
  402. package/steps/steps.js +5 -2
  403. package/steps/steps.min.js +1 -1
  404. package/tabmenu/TabMenu.d.ts +5 -3
  405. package/tabmenu/TabMenu.vue +6 -3
  406. package/tabmenu/tabmenu.cjs.js +6 -3
  407. package/tabmenu/tabmenu.cjs.min.js +1 -1
  408. package/tabmenu/tabmenu.esm.js +6 -3
  409. package/tabmenu/tabmenu.esm.min.js +1 -1
  410. package/tabmenu/tabmenu.js +6 -3
  411. package/tabmenu/tabmenu.min.js +1 -1
  412. package/terminalservice/TerminalService.d.ts +9 -6
  413. package/tieredmenu/TieredMenu.d.ts +5 -3
  414. package/tieredmenu/TieredMenuSub.vue +7 -4
  415. package/tieredmenu/tieredmenu.cjs.js +7 -4
  416. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  417. package/tieredmenu/tieredmenu.esm.js +7 -4
  418. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  419. package/tieredmenu/tieredmenu.js +7 -4
  420. package/tieredmenu/tieredmenu.min.js +1 -1
  421. package/timeline/Timeline.d.ts +8 -3
  422. package/toast/Toast.d.ts +7 -0
  423. package/toolbar/Toolbar.vue +2 -2
  424. package/toolbar/toolbar.cjs.js +2 -2
  425. package/toolbar/toolbar.cjs.min.js +1 -1
  426. package/toolbar/toolbar.esm.js +2 -2
  427. package/toolbar/toolbar.esm.min.js +1 -1
  428. package/toolbar/toolbar.js +2 -2
  429. package/toolbar/toolbar.min.js +1 -1
  430. package/tree/Tree.d.ts +5 -1
  431. package/tree/TreeNode.vue +4 -1
  432. package/tree/tree.cjs.js +4 -1
  433. package/tree/tree.cjs.min.js +1 -1
  434. package/tree/tree.esm.js +4 -1
  435. package/tree/tree.esm.min.js +1 -1
  436. package/tree/tree.js +4 -1
  437. package/tree/tree.min.js +1 -1
  438. package/treeselect/TreeSelect.d.ts +20 -3
  439. package/treeselect/TreeSelect.vue +9 -0
  440. package/treeselect/treeselect.cjs.js +9 -0
  441. package/treeselect/treeselect.cjs.min.js +1 -1
  442. package/treeselect/treeselect.esm.js +9 -0
  443. package/treeselect/treeselect.esm.min.js +1 -1
  444. package/treeselect/treeselect.js +9 -0
  445. package/treeselect/treeselect.min.js +1 -1
  446. package/treetable/TreeTable.d.ts +2 -2
  447. package/treetable/TreeTable.vue +10 -10
  448. package/treetable/TreeTableRow.vue +2 -2
  449. package/treetable/treetable.cjs.js +15 -15
  450. package/treetable/treetable.cjs.min.js +1 -1
  451. package/treetable/treetable.esm.js +15 -15
  452. package/treetable/treetable.esm.min.js +1 -1
  453. package/treetable/treetable.js +15 -15
  454. package/treetable/treetable.min.js +1 -1
  455. package/vetur-attributes.json +20 -0
  456. package/vetur-tags.json +8 -3
  457. package/virtualscroller/VirtualScroller.d.ts +52 -6
  458. package/virtualscroller/VirtualScroller.vue +1 -1
  459. package/virtualscroller/virtualscroller.cjs.js +1 -1
  460. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  461. package/virtualscroller/virtualscroller.esm.js +1 -1
  462. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  463. package/virtualscroller/virtualscroller.js +1 -1
  464. package/virtualscroller/virtualscroller.min.js +1 -1
  465. package/web-types.json +178 -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;
@@ -531,7 +542,7 @@ const _hoisted_6$1 = {
531
542
  key: 0,
532
543
  class: "p-column-filter-operator"
533
544
  };
534
- const _hoisted_7$1 = { class: "p-column-filter-constraints" };
545
+ const _hoisted_7 = { class: "p-column-filter-constraints" };
535
546
  const _hoisted_8 = {
536
547
  key: 1,
537
548
  class: "p-column-filter-add-rule"
@@ -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,
@@ -634,7 +646,7 @@ function render$9(_ctx, _cache, $props, $setup, $data, $options) {
634
646
  }, null, 8, ["options", "modelValue"])
635
647
  ]))
636
648
  : vue.createCommentVNode("", true),
637
- vue.createVNode("div", _hoisted_7$1, [
649
+ vue.createVNode("div", _hoisted_7, [
638
650
  (vue.openBlock(true), vue.createBlock(vue.Fragment, null, vue.renderList($options.fieldConstraints, (fieldConstraint, i) => {
639
651
  return (vue.openBlock(), vue.createBlock("div", {
640
652
  key: i,
@@ -1122,7 +1134,7 @@ var script$7 = {
1122
1134
  },
1123
1135
  methods: {
1124
1136
  columnProp(col, prop) {
1125
- return col.props ? ((col.type.props[prop].type === Boolean && col.props[prop] === '') ? true : col.props[prop]) : null;
1137
+ return utils.ObjectUtils.getVNodeProp(col, prop);
1126
1138
  },
1127
1139
  getFilterColumnHeaderClass(column) {
1128
1140
  return ['p-filter-column', this.columnProp(column, 'filterHeaderClass'), this.columnProp(column, 'class'), {
@@ -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
@@ -2017,7 +2056,7 @@ var script$3 = {
2017
2056
  },
2018
2057
  methods: {
2019
2058
  columnProp(col, prop) {
2020
- return col.props ? ((col.type.props[prop].type === Boolean && col.props[prop] === '') ? true : col.props[prop]) : null;
2059
+ return utils.ObjectUtils.getVNodeProp(col, prop);
2021
2060
  },
2022
2061
  shouldRenderRowGroupHeader(value, rowData, i) {
2023
2062
  let currentRowFieldData = utils.ObjectUtils.resolveFieldData(rowData, this.groupRowsBy);
@@ -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", {
@@ -2546,7 +2586,21 @@ var script$1 = {
2546
2586
  },
2547
2587
  methods: {
2548
2588
  columnProp(col, prop) {
2549
- return col.props ? ((col.type.props[prop].type === Boolean && col.props[prop] === '') ? true : col.props[prop]) : null;
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
@@ -2871,6 +2929,14 @@ var script = {
2871
2929
  stripedRows: {
2872
2930
  type: Boolean,
2873
2931
  default: false
2932
+ },
2933
+ tableStyle: {
2934
+ type: null,
2935
+ default: null
2936
+ },
2937
+ tableClass: {
2938
+ type: String,
2939
+ default: null
2874
2940
  }
2875
2941
  },
2876
2942
  data() {
@@ -2983,7 +3049,7 @@ var script = {
2983
3049
  },
2984
3050
  methods: {
2985
3051
  columnProp(col, prop) {
2986
- return col.props ? ((col.type.props[prop].type === Boolean && col.props[prop] === '') ? true : col.props[prop]) : null;
3052
+ return utils.ObjectUtils.getVNodeProp(col, prop);
2987
3053
  },
2988
3054
  onPage(event) {
2989
3055
  this.clearEditingMetaData();
@@ -3234,7 +3300,7 @@ var script = {
3234
3300
 
3235
3301
  if (this.selectionMode) {
3236
3302
  const rowData = e.data;
3237
- const rowIndex = e.index;
3303
+ const rowIndex = this.d_first + e.index;
3238
3304
 
3239
3305
  if (this.isMultipleSelectionMode() && event.shiftKey && this.anchorRowIndex != null) {
3240
3306
  utils.DomHandler.clearSelection();
@@ -4289,7 +4355,22 @@ var script = {
4289
4355
  document.head.removeChild(this.styleElement);
4290
4356
  this.styleElement = null;
4291
4357
  }
4292
- }
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
+ },
4293
4374
  },
4294
4375
  computed: {
4295
4376
  containerClass() {
@@ -4314,19 +4395,13 @@ var script = {
4314
4395
  ];
4315
4396
  },
4316
4397
  columns() {
4317
- let cols = [];
4318
4398
  let children = this.getChildren();
4319
4399
 
4320
4400
  if (!children) {
4321
4401
  return;
4322
4402
  }
4323
4403
 
4324
- children.forEach(child => {
4325
- if (child.children && child.children instanceof Array)
4326
- cols = [...cols, ...child.children];
4327
- else if (child.type.name === 'Column')
4328
- cols.push(child);
4329
- });
4404
+ const cols = this.recursiveGetChildren(children, []);
4330
4405
 
4331
4406
  if (this.reorderableColumns && this.d_columnOrder) {
4332
4407
  let orderedColumns = [];
@@ -4454,26 +4529,21 @@ const _hoisted_2 = {
4454
4529
  class: "p-datatable-header"
4455
4530
  };
4456
4531
  const _hoisted_3 = {
4457
- ref: "table",
4458
- role: "table",
4459
- class: "p-datatable-table"
4460
- };
4461
- const _hoisted_4 = {
4462
4532
  key: 4,
4463
4533
  class: "p-datatable-footer"
4464
4534
  };
4465
- const _hoisted_5 = {
4535
+ const _hoisted_4 = {
4466
4536
  ref: "resizeHelper",
4467
4537
  class: "p-column-resizer-helper",
4468
4538
  style: {"display":"none"}
4469
4539
  };
4470
- const _hoisted_6 = {
4540
+ const _hoisted_5 = {
4471
4541
  key: 5,
4472
4542
  ref: "reorderIndicatorUp",
4473
4543
  class: "pi pi-arrow-down p-datatable-reorder-indicator-up",
4474
4544
  style: {"position":"absolute","display":"none"}
4475
4545
  };
4476
- const _hoisted_7 = {
4546
+ const _hoisted_6 = {
4477
4547
  key: 6,
4478
4548
  ref: "reorderIndicatorDown",
4479
4549
  class: "pi pi-arrow-up p-datatable-reorder-indicator-down",
@@ -4505,7 +4575,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4505
4575
  ? (vue.openBlock(), vue.createBlock(_component_DTPaginator, {
4506
4576
  key: 2,
4507
4577
  rows: $data.d_rows,
4508
- first: $data.d_first,
4578
+ first: $props.lazy ? 0 : $data.d_first,
4509
4579
  totalRecords: $options.totalRecordsLength,
4510
4580
  pageLinkSize: $props.pageLinkSize,
4511
4581
  template: $props.paginatorTemplate,
@@ -4515,19 +4585,19 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4515
4585
  onPage: _cache[1] || (_cache[1] = $event => ($options.onPage($event))),
4516
4586
  alwaysShow: $props.alwaysShowPaginator
4517
4587
  }, vue.createSlots({ _: 2 }, [
4518
- (_ctx.$slots.paginatorLeft)
4588
+ (_ctx.$slots.paginatorstart)
4519
4589
  ? {
4520
- name: "left",
4590
+ name: "start",
4521
4591
  fn: vue.withCtx(() => [
4522
- vue.renderSlot(_ctx.$slots, "paginatorLeft")
4592
+ vue.renderSlot(_ctx.$slots, "paginatorstart")
4523
4593
  ])
4524
4594
  }
4525
4595
  : undefined,
4526
- (_ctx.$slots.paginatorRight)
4596
+ (_ctx.$slots.paginatorend)
4527
4597
  ? {
4528
- name: "right",
4598
+ name: "end",
4529
4599
  fn: vue.withCtx(() => [
4530
- vue.renderSlot(_ctx.$slots, "paginatorRight")
4600
+ vue.renderSlot(_ctx.$slots, "paginatorend")
4531
4601
  ])
4532
4602
  }
4533
4603
  : undefined
@@ -4537,7 +4607,12 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4537
4607
  class: "p-datatable-wrapper",
4538
4608
  style: {maxHeight: $props.scrollHeight}
4539
4609
  }, [
4540
- vue.createVNode("table", _hoisted_3, [
4610
+ vue.createVNode("table", {
4611
+ ref: "table",
4612
+ role: "table",
4613
+ class: [$props.tableClass, 'p-datatable-table'],
4614
+ style: $props.tableStyle
4615
+ }, [
4541
4616
  vue.createVNode(_component_DTTableHeader, {
4542
4617
  columnGroup: $options.headerColumnGroup,
4543
4618
  columns: $options.columns,
@@ -4582,6 +4657,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4582
4657
  groupRowsBy: $props.groupRowsBy,
4583
4658
  expandableRowGroups: $props.expandableRowGroups,
4584
4659
  rowClass: $props.rowClass,
4660
+ rowStyle: $props.rowStyle,
4585
4661
  editMode: $props.editMode,
4586
4662
  compareSelectionBy: $props.compareSelectionBy,
4587
4663
  scrollable: $props.scrollable,
@@ -4618,7 +4694,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4618
4694
  onRowEditCancel: _cache[26] || (_cache[26] = $event => ($options.onRowEditCancel($event))),
4619
4695
  editingMeta: $data.d_editingMeta,
4620
4696
  onEditingMetaChange: $options.onEditingMetaChange
4621
- }, 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"]))
4622
4698
  : vue.createCommentVNode("", true),
4623
4699
  vue.createVNode(_component_DTTableBody, {
4624
4700
  value: $options.dataToRender,
@@ -4634,6 +4710,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4634
4710
  groupRowsBy: $props.groupRowsBy,
4635
4711
  expandableRowGroups: $props.expandableRowGroups,
4636
4712
  rowClass: $props.rowClass,
4713
+ rowStyle: $props.rowStyle,
4637
4714
  editMode: $props.editMode,
4638
4715
  compareSelectionBy: $props.compareSelectionBy,
4639
4716
  scrollable: $props.scrollable,
@@ -4670,18 +4747,18 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4670
4747
  onRowEditCancel: _cache[43] || (_cache[43] = $event => ($options.onRowEditCancel($event))),
4671
4748
  editingMeta: $data.d_editingMeta,
4672
4749
  onEditingMetaChange: $options.onEditingMetaChange
4673
- }, 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"]),
4674
4751
  vue.createVNode(_component_DTTableFooter, {
4675
4752
  columnGroup: $options.footerColumnGroup,
4676
4753
  columns: $options.columns
4677
4754
  }, null, 8, ["columnGroup", "columns"])
4678
- ], 512)
4755
+ ], 6)
4679
4756
  ], 4),
4680
4757
  ($options.paginatorBottom)
4681
4758
  ? (vue.openBlock(), vue.createBlock(_component_DTPaginator, {
4682
4759
  key: 3,
4683
4760
  rows: $data.d_rows,
4684
- first: $data.d_first,
4761
+ first: $props.lazy ? 0 : $data.d_first,
4685
4762
  totalRecords: $options.totalRecordsLength,
4686
4763
  pageLinkSize: $props.pageLinkSize,
4687
4764
  template: $props.paginatorTemplate,
@@ -4691,35 +4768,35 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4691
4768
  onPage: _cache[44] || (_cache[44] = $event => ($options.onPage($event))),
4692
4769
  alwaysShow: $props.alwaysShowPaginator
4693
4770
  }, vue.createSlots({ _: 2 }, [
4694
- (_ctx.$slots.paginatorLeft)
4771
+ (_ctx.$slots.paginatorstart)
4695
4772
  ? {
4696
- name: "left",
4773
+ name: "start",
4697
4774
  fn: vue.withCtx(() => [
4698
- vue.renderSlot(_ctx.$slots, "paginatorLeft")
4775
+ vue.renderSlot(_ctx.$slots, "paginatorstart")
4699
4776
  ])
4700
4777
  }
4701
4778
  : undefined,
4702
- (_ctx.$slots.paginatorRight)
4779
+ (_ctx.$slots.paginatorend)
4703
4780
  ? {
4704
- name: "right",
4781
+ name: "end",
4705
4782
  fn: vue.withCtx(() => [
4706
- vue.renderSlot(_ctx.$slots, "paginatorRight")
4783
+ vue.renderSlot(_ctx.$slots, "paginatorend")
4707
4784
  ])
4708
4785
  }
4709
4786
  : undefined
4710
4787
  ]), 1032, ["rows", "first", "totalRecords", "pageLinkSize", "template", "rowsPerPageOptions", "currentPageReportTemplate", "alwaysShow"]))
4711
4788
  : vue.createCommentVNode("", true),
4712
4789
  (_ctx.$slots.footer)
4713
- ? (vue.openBlock(), vue.createBlock("div", _hoisted_4, [
4790
+ ? (vue.openBlock(), vue.createBlock("div", _hoisted_3, [
4714
4791
  vue.renderSlot(_ctx.$slots, "footer")
4715
4792
  ]))
4716
4793
  : vue.createCommentVNode("", true),
4717
- vue.createVNode("div", _hoisted_5, null, 512),
4794
+ vue.createVNode("div", _hoisted_4, null, 512),
4718
4795
  ($props.reorderableColumns)
4719
- ? (vue.openBlock(), vue.createBlock("span", _hoisted_6, null, 512))
4796
+ ? (vue.openBlock(), vue.createBlock("span", _hoisted_5, null, 512))
4720
4797
  : vue.createCommentVNode("", true),
4721
4798
  ($props.reorderableColumns)
4722
- ? (vue.openBlock(), vue.createBlock("span", _hoisted_7, null, 512))
4799
+ ? (vue.openBlock(), vue.createBlock("span", _hoisted_6, null, 512))
4723
4800
  : vue.createCommentVNode("", true)
4724
4801
  ], 2))
4725
4802
  }