primevue 2.7.0 → 2.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 (597) hide show
  1. package/accordion/accordion.common.js +1 -1
  2. package/accordion/accordion.umd.js +1 -1
  3. package/accordiontab/accordiontab.common.js +23 -1
  4. package/accordiontab/accordiontab.umd.js +23 -1
  5. package/accordiontab/accordiontab.umd.min.js +1 -1
  6. package/api/Api.d.ts +296 -0
  7. package/api/Api.js +47 -0
  8. package/api/FilterMatchMode.js +26 -0
  9. package/api/FilterOperator.js +12 -0
  10. package/api/FilterService.js +260 -0
  11. package/api/PrimeIcons.js +246 -0
  12. package/api/ToastSeverity.js +14 -0
  13. package/api/api.common.js +4893 -0
  14. package/api/api.umd.js +4903 -0
  15. package/api/api.umd.min.js +1 -0
  16. package/api/demo.html +8 -0
  17. package/api/filtermatchmode.common.js +186 -0
  18. package/api/filtermatchmode.umd.js +196 -0
  19. package/api/filtermatchmode.umd.min.js +1 -0
  20. package/api/filteroperator.common.js +172 -0
  21. package/api/filteroperator.umd.js +182 -0
  22. package/api/filteroperator.umd.min.js +1 -0
  23. package/{utils/filterutils.common.js → api/filterservice.common.js} +207 -106
  24. package/{utils/filterutils.umd.js → api/filterservice.umd.js} +209 -108
  25. package/api/filterservice.umd.min.js +1 -0
  26. package/api/index.d.ts +1 -0
  27. package/api/index.js +2 -0
  28. package/api/primeicons.common.js +406 -0
  29. package/api/primeicons.umd.js +416 -0
  30. package/api/primeicons.umd.min.js +1 -0
  31. package/api/toastseverity.common.js +174 -0
  32. package/api/toastseverity.umd.js +184 -0
  33. package/api/toastseverity.umd.min.js +1 -0
  34. package/autocomplete/autocomplete.common.js +50 -22
  35. package/autocomplete/autocomplete.umd.js +50 -22
  36. package/autocomplete/autocomplete.umd.min.js +1 -1
  37. package/avatar/avatar.common.js +1 -1
  38. package/avatar/avatar.umd.js +1 -1
  39. package/avatargroup/avatargroup.common.js +1 -1
  40. package/avatargroup/avatargroup.umd.js +1 -1
  41. package/badge/badge.common.js +1 -1
  42. package/badge/badge.umd.js +1 -1
  43. package/badgedirective/badgedirective.common.js +22 -0
  44. package/badgedirective/badgedirective.umd.js +22 -0
  45. package/badgedirective/badgedirective.umd.min.js +1 -1
  46. package/blockui/blockui.common.js +23 -1
  47. package/blockui/blockui.umd.js +23 -1
  48. package/blockui/blockui.umd.min.js +1 -1
  49. package/breadcrumb/breadcrumb.common.js +2 -2
  50. package/breadcrumb/breadcrumb.umd.js +2 -2
  51. package/breadcrumb/breadcrumbitem.common.js +1 -1
  52. package/breadcrumb/breadcrumbitem.umd.js +1 -1
  53. package/button/button.common.js +23 -1
  54. package/button/button.umd.js +23 -1
  55. package/button/button.umd.min.js +1 -1
  56. package/calendar/Calendar.vue +28 -8
  57. package/calendar/calendar.common.js +76 -39
  58. package/calendar/calendar.umd.js +76 -39
  59. package/calendar/calendar.umd.min.js +1 -1
  60. package/card/card.common.js +1 -1
  61. package/card/card.umd.js +1 -1
  62. package/carousel/carousel.common.js +23 -1
  63. package/carousel/carousel.umd.js +23 -1
  64. package/carousel/carousel.umd.min.js +1 -1
  65. package/cascadeselect/cascadeselect.common.js +44 -15
  66. package/cascadeselect/cascadeselect.umd.js +44 -15
  67. package/cascadeselect/cascadeselect.umd.min.js +1 -1
  68. package/cascadeselect/cascadeselectsub.common.js +43 -14
  69. package/cascadeselect/cascadeselectsub.umd.js +43 -14
  70. package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
  71. package/chart/Chart.vue +16 -5
  72. package/chart/chart.common.js +18 -6
  73. package/chart/chart.umd.js +18 -6
  74. package/chart/chart.umd.min.js +1 -1
  75. package/checkbox/checkbox.common.js +26 -14
  76. package/checkbox/checkbox.umd.js +26 -14
  77. package/checkbox/checkbox.umd.min.js +1 -1
  78. package/chip/chip.common.js +1 -1
  79. package/chip/chip.umd.js +1 -1
  80. package/chips/chips.common.js +1 -1
  81. package/chips/chips.umd.js +1 -1
  82. package/colorpicker/colorpicker.common.js +23 -1
  83. package/colorpicker/colorpicker.umd.js +23 -1
  84. package/colorpicker/colorpicker.umd.min.js +1 -1
  85. package/column/Column.d.ts +2 -0
  86. package/column/Column.vue +72 -12
  87. package/column/column.common.js +71 -11
  88. package/column/column.umd.js +71 -11
  89. package/column/column.umd.min.js +1 -1
  90. package/columngroup/columngroup.common.js +1 -1
  91. package/columngroup/columngroup.umd.js +1 -1
  92. package/config/PrimeVue.d.ts +24 -2
  93. package/config/PrimeVue.js +34 -4
  94. package/config/primevue.common.js +3589 -130
  95. package/config/primevue.umd.js +3589 -130
  96. package/config/primevue.umd.min.js +1 -1
  97. package/confirmdialog/confirmdialog.common.js +38 -14
  98. package/confirmdialog/confirmdialog.umd.js +38 -14
  99. package/confirmdialog/confirmdialog.umd.min.js +1 -1
  100. package/confirmpopup/confirmpopup.common.js +24 -2
  101. package/confirmpopup/confirmpopup.umd.js +24 -2
  102. package/confirmpopup/confirmpopup.umd.min.js +1 -1
  103. package/contextmenu/contextmenu.common.js +24 -2
  104. package/contextmenu/contextmenu.umd.js +24 -2
  105. package/contextmenu/contextmenu.umd.min.js +1 -1
  106. package/contextmenu/contextmenusub.common.js +23 -1
  107. package/contextmenu/contextmenusub.umd.js +23 -1
  108. package/contextmenu/contextmenusub.umd.min.js +1 -1
  109. package/contextmenu/demo.html +3 -4
  110. package/datatable/BodyCell.vue +129 -40
  111. package/datatable/ColumnFilter.vue +558 -0
  112. package/datatable/ColumnSlot.vue +36 -1
  113. package/datatable/DataTable.d.ts +36 -8
  114. package/datatable/DataTable.vue +605 -395
  115. package/datatable/FooterCell.vue +82 -0
  116. package/datatable/HeaderCell.vue +246 -0
  117. package/datatable/HeaderCheckbox.vue +7 -4
  118. package/datatable/RowCheckbox.vue +2 -2
  119. package/datatable/RowRadioButton.vue +1 -1
  120. package/datatable/TableBody.vue +79 -19
  121. package/datatable/TableFooter.vue +34 -18
  122. package/datatable/TableHeader.vue +79 -134
  123. package/datatable/bodycell.common.js +640 -71
  124. package/datatable/bodycell.umd.js +640 -71
  125. package/datatable/bodycell.umd.min.js +1 -1
  126. package/datatable/columnfilter.common.js +7616 -0
  127. package/datatable/columnfilter.umd.js +7626 -0
  128. package/datatable/columnfilter.umd.min.js +1 -0
  129. package/datatable/columnslot.common.js +36 -1
  130. package/datatable/columnslot.umd.js +36 -1
  131. package/datatable/columnslot.umd.min.js +1 -1
  132. package/datatable/datatable.common.js +3014 -1849
  133. package/datatable/datatable.umd.js +3014 -1849
  134. package/datatable/datatable.umd.min.js +1 -1
  135. package/datatable/demo.html +3 -3
  136. package/datatable/{scrollableview.common.js → footercell.common.js} +1880 -411
  137. package/datatable/{scrollableview.umd.js → footercell.umd.js} +1882 -413
  138. package/datatable/footercell.umd.min.js +1 -0
  139. package/datatable/headercell.common.js +8082 -0
  140. package/datatable/headercell.umd.js +8092 -0
  141. package/datatable/headercell.umd.min.js +1 -0
  142. package/datatable/headercheckbox.common.js +8 -5
  143. package/datatable/headercheckbox.umd.js +8 -5
  144. package/datatable/headercheckbox.umd.min.js +1 -1
  145. package/datatable/rowcheckbox.common.js +3 -3
  146. package/datatable/rowcheckbox.umd.js +3 -3
  147. package/datatable/rowcheckbox.umd.min.js +1 -1
  148. package/datatable/rowradiobutton.common.js +3 -3
  149. package/datatable/rowradiobutton.umd.js +3 -3
  150. package/datatable/rowradiobutton.umd.min.js +1 -1
  151. package/datatable/tablebody.common.js +1089 -458
  152. package/datatable/tablebody.umd.js +1089 -458
  153. package/datatable/tablebody.umd.min.js +1 -1
  154. package/datatable/tablefooter.common.js +3804 -105
  155. package/datatable/tablefooter.umd.js +3804 -105
  156. package/datatable/tablefooter.umd.min.js +1 -1
  157. package/datatable/tableheader.common.js +6658 -2144
  158. package/datatable/tableheader.umd.js +6658 -2144
  159. package/datatable/tableheader.umd.min.js +1 -1
  160. package/datatable/tableloadingbody.common.js +37 -2
  161. package/datatable/tableloadingbody.umd.js +37 -2
  162. package/datatable/tableloadingbody.umd.min.js +1 -1
  163. package/dataview/dataview.common.js +77 -47
  164. package/dataview/dataview.umd.js +77 -47
  165. package/dataview/dataview.umd.min.js +1 -1
  166. package/dataviewlayoutoptions/dataviewlayoutoptions.common.js +1 -1
  167. package/dataviewlayoutoptions/dataviewlayoutoptions.umd.js +1 -1
  168. package/deferredcontent/deferredcontent.common.js +1 -1
  169. package/deferredcontent/deferredcontent.umd.js +1 -1
  170. package/dialog/Dialog.d.ts +1 -0
  171. package/dialog/Dialog.vue +7 -4
  172. package/dialog/dialog.common.js +33 -12
  173. package/dialog/dialog.umd.js +33 -12
  174. package/dialog/dialog.umd.min.js +1 -1
  175. package/divider/divider.common.js +1 -1
  176. package/divider/divider.umd.js +1 -1
  177. package/dock/dock.common.js +2 -2
  178. package/dock/dock.umd.js +2 -2
  179. package/dock/docksub.common.js +1 -1
  180. package/dock/docksub.umd.js +1 -1
  181. package/dropdown/Dropdown.vue +6 -3
  182. package/dropdown/dropdown.common.js +48 -18
  183. package/dropdown/dropdown.umd.js +48 -18
  184. package/dropdown/dropdown.umd.min.js +1 -1
  185. package/editor/editor.common.js +1 -1
  186. package/editor/editor.umd.js +1 -1
  187. package/fieldset/fieldset.common.js +23 -1
  188. package/fieldset/fieldset.umd.js +23 -1
  189. package/fieldset/fieldset.umd.min.js +1 -1
  190. package/fileupload/fileupload.common.js +26 -4
  191. package/fileupload/fileupload.umd.js +26 -4
  192. package/fileupload/fileupload.umd.min.js +1 -1
  193. package/fullcalendar/fullcalendar.common.js +6 -10
  194. package/fullcalendar/fullcalendar.umd.js +6 -10
  195. package/fullcalendar/fullcalendar.umd.min.js +2 -2
  196. package/galleria/galleria.common.js +26 -8
  197. package/galleria/galleria.umd.js +26 -8
  198. package/galleria/galleria.umd.min.js +1 -1
  199. package/galleria/galleriacontent.common.js +25 -3
  200. package/galleria/galleriacontent.umd.js +25 -3
  201. package/galleria/galleriacontent.umd.min.js +1 -1
  202. package/galleria/galleriaitem.common.js +23 -1
  203. package/galleria/galleriaitem.umd.js +23 -1
  204. package/galleria/galleriaitem.umd.min.js +1 -1
  205. package/galleria/galleriathumbnails.common.js +23 -1
  206. package/galleria/galleriathumbnails.umd.js +23 -1
  207. package/galleria/galleriathumbnails.umd.min.js +1 -1
  208. package/imagepreview/imagepreview.common.js +23 -1
  209. package/imagepreview/imagepreview.umd.js +23 -1
  210. package/imagepreview/imagepreview.umd.min.js +1 -1
  211. package/inlinemessage/inlinemessage.common.js +1 -1
  212. package/inlinemessage/inlinemessage.umd.js +1 -1
  213. package/inplace/inplace.common.js +24 -2
  214. package/inplace/inplace.umd.js +24 -2
  215. package/inplace/inplace.umd.min.js +1 -1
  216. package/inputmask/inputmask.common.js +25 -7
  217. package/inputmask/inputmask.umd.js +25 -7
  218. package/inputmask/inputmask.umd.min.js +1 -1
  219. package/inputnumber/InputNumber.vue +3 -1
  220. package/inputnumber/inputnumber.common.js +33 -14
  221. package/inputnumber/inputnumber.umd.js +33 -14
  222. package/inputnumber/inputnumber.umd.min.js +1 -1
  223. package/inputswitch/inputswitch.common.js +1 -1
  224. package/inputswitch/inputswitch.umd.js +1 -1
  225. package/inputtext/inputtext.common.js +3 -7
  226. package/inputtext/inputtext.umd.js +3 -7
  227. package/inputtext/inputtext.umd.min.js +1 -1
  228. package/knob/Knob.vue +1 -1
  229. package/knob/knob.common.js +3 -3
  230. package/knob/knob.umd.js +3 -3
  231. package/knob/knob.umd.min.js +1 -1
  232. package/listbox/listbox.common.js +43 -14
  233. package/listbox/listbox.umd.js +43 -14
  234. package/listbox/listbox.umd.min.js +1 -1
  235. package/megamenu/megamenu.common.js +23 -1
  236. package/megamenu/megamenu.umd.js +23 -1
  237. package/megamenu/megamenu.umd.min.js +1 -1
  238. package/menu/menu.common.js +24 -2
  239. package/menu/menu.umd.js +24 -2
  240. package/menu/menu.umd.min.js +1 -1
  241. package/menu/menuitem.common.js +23 -1
  242. package/menu/menuitem.umd.js +23 -1
  243. package/menu/menuitem.umd.min.js +1 -1
  244. package/menubar/menubar.common.js +24 -2
  245. package/menubar/menubar.umd.js +24 -2
  246. package/menubar/menubar.umd.min.js +1 -1
  247. package/menubar/menubarsub.common.js +23 -1
  248. package/menubar/menubarsub.umd.js +23 -1
  249. package/menubar/menubarsub.umd.min.js +1 -1
  250. package/message/message.common.js +23 -1
  251. package/message/message.umd.js +23 -1
  252. package/message/message.umd.min.js +1 -1
  253. package/multiselect/MultiSelect.vue +2 -2
  254. package/multiselect/multiselect.common.js +45 -16
  255. package/multiselect/multiselect.umd.js +45 -16
  256. package/multiselect/multiselect.umd.min.js +1 -1
  257. package/orderlist/OrderList.d.ts +1 -0
  258. package/orderlist/OrderList.vue +12 -1
  259. package/orderlist/orderlist.common.js +57 -17
  260. package/orderlist/orderlist.umd.js +57 -17
  261. package/orderlist/orderlist.umd.min.js +1 -1
  262. package/organizationchart/organizationchart.common.js +26 -8
  263. package/organizationchart/organizationchart.umd.js +26 -8
  264. package/organizationchart/organizationchart.umd.min.js +1 -1
  265. package/organizationchart/organizationchartnode.common.js +23 -1
  266. package/organizationchart/organizationchartnode.umd.js +23 -1
  267. package/organizationchart/organizationchartnode.umd.min.js +1 -1
  268. package/overlayeventbus/OverlayEventBus.js +14 -0
  269. package/overlayeventbus/demo.html +8 -0
  270. package/overlayeventbus/index.d.ts +1 -0
  271. package/overlayeventbus/index.js +2 -0
  272. package/overlayeventbus/overlayeventbus.common.js +1777 -0
  273. package/overlayeventbus/overlayeventbus.umd.js +1787 -0
  274. package/overlayeventbus/overlayeventbus.umd.min.js +1 -0
  275. package/overlaypanel/overlaypanel.common.js +23 -1
  276. package/overlaypanel/overlaypanel.umd.js +23 -1
  277. package/overlaypanel/overlaypanel.umd.min.js +1 -1
  278. package/package.json +1 -1
  279. package/paginator/currentpagereport.common.js +1 -1
  280. package/paginator/currentpagereport.umd.js +1 -1
  281. package/paginator/firstpagelink.common.js +23 -1
  282. package/paginator/firstpagelink.umd.js +23 -1
  283. package/paginator/firstpagelink.umd.min.js +1 -1
  284. package/paginator/jumptopagedropdown.common.js +52 -22
  285. package/paginator/jumptopagedropdown.umd.js +52 -22
  286. package/paginator/jumptopagedropdown.umd.min.js +1 -1
  287. package/paginator/jumptopageinput.common.js +38 -19
  288. package/paginator/jumptopageinput.umd.js +38 -19
  289. package/paginator/jumptopageinput.umd.min.js +1 -1
  290. package/paginator/lastpagelink.common.js +23 -1
  291. package/paginator/lastpagelink.umd.js +23 -1
  292. package/paginator/lastpagelink.umd.min.js +1 -1
  293. package/paginator/nextpagelink.common.js +23 -1
  294. package/paginator/nextpagelink.umd.js +23 -1
  295. package/paginator/nextpagelink.umd.min.js +1 -1
  296. package/paginator/pagelinks.common.js +23 -1
  297. package/paginator/pagelinks.umd.js +23 -1
  298. package/paginator/pagelinks.umd.min.js +1 -1
  299. package/paginator/paginator.common.js +76 -46
  300. package/paginator/paginator.umd.js +76 -46
  301. package/paginator/paginator.umd.min.js +1 -1
  302. package/paginator/prevpagelink.common.js +23 -1
  303. package/paginator/prevpagelink.umd.js +23 -1
  304. package/paginator/prevpagelink.umd.min.js +1 -1
  305. package/paginator/rowsperpagedropdown.common.js +52 -22
  306. package/paginator/rowsperpagedropdown.umd.js +52 -22
  307. package/paginator/rowsperpagedropdown.umd.min.js +1 -1
  308. package/panel/panel.common.js +23 -1
  309. package/panel/panel.umd.js +23 -1
  310. package/panel/panel.umd.min.js +1 -1
  311. package/panelmenu/PanelMenuSub.vue +2 -2
  312. package/panelmenu/panelmenu.common.js +9 -9
  313. package/panelmenu/panelmenu.umd.js +9 -9
  314. package/panelmenu/panelmenu.umd.min.js +1 -1
  315. package/panelmenu/panelmenusub.common.js +4 -4
  316. package/panelmenu/panelmenusub.umd.js +4 -4
  317. package/panelmenu/panelmenusub.umd.min.js +1 -1
  318. package/password/password.common.js +26 -8
  319. package/password/password.umd.js +26 -8
  320. package/password/password.umd.min.js +1 -1
  321. package/picklist/PickList.d.ts +1 -0
  322. package/picklist/PickList.vue +10 -4
  323. package/picklist/picklist.common.js +55 -20
  324. package/picklist/picklist.umd.js +55 -20
  325. package/picklist/picklist.umd.min.js +1 -1
  326. package/progressbar/progressbar.common.js +1 -1
  327. package/progressbar/progressbar.umd.js +1 -1
  328. package/progressspinner/progressspinner.common.js +1 -1
  329. package/progressspinner/progressspinner.umd.js +1 -1
  330. package/radiobutton/radiobutton.common.js +26 -14
  331. package/radiobutton/radiobutton.umd.js +26 -14
  332. package/radiobutton/radiobutton.umd.min.js +1 -1
  333. package/rating/rating.common.js +1 -1
  334. package/rating/rating.umd.js +1 -1
  335. package/resources/themes/arya-blue/theme.css +299 -22
  336. package/resources/themes/arya-green/theme.css +299 -22
  337. package/resources/themes/arya-orange/theme.css +299 -22
  338. package/resources/themes/arya-purple/theme.css +299 -22
  339. package/resources/themes/bootstrap4-dark-blue/theme.css +287 -6
  340. package/resources/themes/bootstrap4-dark-purple/theme.css +287 -6
  341. package/resources/themes/bootstrap4-light-blue/theme.css +286 -5
  342. package/resources/themes/bootstrap4-light-purple/theme.css +286 -5
  343. package/resources/themes/fluent-light/theme.css +298 -21
  344. package/resources/themes/lara-dark-blue/theme.css +638 -405
  345. package/resources/themes/lara-dark-indigo/theme.css +638 -405
  346. package/resources/themes/lara-dark-purple/theme.css +638 -405
  347. package/resources/themes/lara-dark-teal/theme.css +638 -405
  348. package/resources/themes/lara-light-blue/theme.css +398 -165
  349. package/resources/themes/lara-light-indigo/theme.css +305 -72
  350. package/resources/themes/lara-light-purple/theme.css +305 -72
  351. package/resources/themes/lara-light-teal/theme.css +305 -72
  352. package/resources/themes/luna-amber/theme.css +298 -21
  353. package/resources/themes/luna-blue/theme.css +298 -21
  354. package/resources/themes/luna-green/theme.css +298 -21
  355. package/resources/themes/luna-pink/theme.css +298 -21
  356. package/resources/themes/md-dark-deeppurple/theme.css +372 -12
  357. package/resources/themes/md-dark-indigo/theme.css +372 -12
  358. package/resources/themes/md-light-deeppurple/theme.css +369 -9
  359. package/resources/themes/md-light-indigo/theme.css +369 -9
  360. package/resources/themes/mdc-dark-deeppurple/theme.css +372 -12
  361. package/resources/themes/mdc-dark-indigo/theme.css +372 -12
  362. package/resources/themes/mdc-light-deeppurple/theme.css +369 -9
  363. package/resources/themes/mdc-light-indigo/theme.css +369 -9
  364. package/resources/themes/nova/theme.css +298 -21
  365. package/resources/themes/nova-accent/theme.css +298 -21
  366. package/resources/themes/nova-alt/theme.css +298 -21
  367. package/resources/themes/nova-vue/theme.css +298 -21
  368. package/resources/themes/rhea/theme.css +298 -21
  369. package/resources/themes/saga-blue/theme.css +282 -5
  370. package/resources/themes/saga-green/theme.css +282 -5
  371. package/resources/themes/saga-orange/theme.css +282 -5
  372. package/resources/themes/saga-purple/theme.css +282 -5
  373. package/resources/themes/tailwind-light/theme.css +301 -24
  374. package/resources/themes/vela-blue/theme.css +299 -22
  375. package/resources/themes/vela-green/theme.css +299 -22
  376. package/resources/themes/vela-orange/theme.css +299 -22
  377. package/resources/themes/vela-purple/theme.css +299 -22
  378. package/ripple/ripple.common.js +22 -0
  379. package/ripple/ripple.umd.js +22 -0
  380. package/ripple/ripple.umd.min.js +1 -1
  381. package/row/row.common.js +1 -1
  382. package/row/row.umd.js +1 -1
  383. package/scrollpanel/scrollpanel.common.js +23 -1
  384. package/scrollpanel/scrollpanel.umd.js +23 -1
  385. package/scrollpanel/scrollpanel.umd.min.js +1 -1
  386. package/scrolltop/scrolltop.common.js +23 -1
  387. package/scrolltop/scrolltop.umd.js +23 -1
  388. package/scrolltop/scrolltop.umd.min.js +1 -1
  389. package/selectbutton/selectbutton.common.js +43 -14
  390. package/selectbutton/selectbutton.umd.js +43 -14
  391. package/selectbutton/selectbutton.umd.min.js +1 -1
  392. package/sidebar/Sidebar.vue +2 -0
  393. package/sidebar/sidebar.common.js +25 -3
  394. package/sidebar/sidebar.umd.js +25 -3
  395. package/sidebar/sidebar.umd.min.js +1 -1
  396. package/skeleton/skeleton.common.js +1 -1
  397. package/skeleton/skeleton.umd.js +1 -1
  398. package/slider/Slider.vue +20 -12
  399. package/slider/slider.common.js +36 -9
  400. package/slider/slider.umd.js +36 -9
  401. package/slider/slider.umd.min.js +1 -1
  402. package/speeddial/speeddial.common.js +26 -8
  403. package/speeddial/speeddial.umd.js +26 -8
  404. package/speeddial/speeddial.umd.min.js +1 -1
  405. package/splitbutton/SplitButton.vue +7 -3
  406. package/splitbutton/splitbutton.common.js +66 -44
  407. package/splitbutton/splitbutton.umd.js +66 -44
  408. package/splitbutton/splitbutton.umd.min.js +1 -1
  409. package/splitter/splitter.common.js +22 -0
  410. package/splitter/splitter.umd.js +22 -0
  411. package/splitter/splitter.umd.min.js +1 -1
  412. package/steps/Steps.vue +1 -1
  413. package/steps/steps.common.js +3 -3
  414. package/steps/steps.umd.js +3 -3
  415. package/steps/steps.umd.min.js +1 -1
  416. package/styleclass/styleclass.common.js +22 -0
  417. package/styleclass/styleclass.umd.js +22 -0
  418. package/styleclass/styleclass.umd.min.js +1 -1
  419. package/tabmenu/tabmenu.common.js +23 -1
  420. package/tabmenu/tabmenu.umd.js +23 -1
  421. package/tabmenu/tabmenu.umd.min.js +1 -1
  422. package/tabpanel/tabpanel.common.js +1 -1
  423. package/tabpanel/tabpanel.umd.js +1 -1
  424. package/tabview/TabView.vue +1 -1
  425. package/tabview/tabview.common.js +45 -16
  426. package/tabview/tabview.umd.js +45 -16
  427. package/tabview/tabview.umd.min.js +1 -1
  428. package/tag/Tag.vue +1 -1
  429. package/tag/tag.common.js +3 -3
  430. package/tag/tag.umd.js +3 -3
  431. package/tag/tag.umd.min.js +1 -1
  432. package/terminal/terminal.common.js +1 -1
  433. package/terminal/terminal.umd.js +1 -1
  434. package/textarea/textarea.common.js +3 -7
  435. package/textarea/textarea.umd.js +3 -7
  436. package/textarea/textarea.umd.min.js +1 -1
  437. package/tieredmenu/demo.html +3 -4
  438. package/tieredmenu/tieredmenu.common.js +24 -2
  439. package/tieredmenu/tieredmenu.umd.js +24 -2
  440. package/tieredmenu/tieredmenu.umd.min.js +1 -1
  441. package/tieredmenu/tieredmenusub.common.js +23 -1
  442. package/tieredmenu/tieredmenusub.umd.js +23 -1
  443. package/tieredmenu/tieredmenusub.umd.min.js +1 -1
  444. package/timeline/timeline.common.js +26 -14
  445. package/timeline/timeline.umd.js +26 -14
  446. package/timeline/timeline.umd.min.js +1 -1
  447. package/toast/toast.common.js +24 -2
  448. package/toast/toast.umd.js +24 -2
  449. package/toast/toast.umd.min.js +1 -1
  450. package/toast/toastmessage.common.js +23 -1
  451. package/toast/toastmessage.umd.js +23 -1
  452. package/toast/toastmessage.umd.min.js +1 -1
  453. package/togglebutton/togglebutton.common.js +23 -1
  454. package/togglebutton/togglebutton.umd.js +23 -1
  455. package/togglebutton/togglebutton.umd.min.js +1 -1
  456. package/toolbar/toolbar.common.js +1 -1
  457. package/toolbar/toolbar.umd.js +1 -1
  458. package/tooltip/Tooltip.js +1 -1
  459. package/tooltip/tooltip.common.js +29 -13
  460. package/tooltip/tooltip.umd.js +29 -13
  461. package/tooltip/tooltip.umd.min.js +1 -1
  462. package/tree/Tree.vue +1 -0
  463. package/tree/tree.common.js +53 -26
  464. package/tree/tree.umd.js +53 -26
  465. package/tree/tree.umd.min.js +1 -1
  466. package/tree/treenode.common.js +25 -7
  467. package/tree/treenode.umd.js +25 -7
  468. package/tree/treenode.umd.min.js +1 -1
  469. package/treetable/FooterCell.vue +81 -0
  470. package/treetable/HeaderCell.vue +183 -0
  471. package/treetable/TreeTable.d.ts +1 -0
  472. package/treetable/TreeTable.vue +65 -106
  473. package/treetable/TreeTableRow.vue +7 -4
  474. package/treetable/footercell.common.js +5304 -0
  475. package/treetable/footercell.umd.js +5314 -0
  476. package/treetable/footercell.umd.min.js +1 -0
  477. package/treetable/headercell.common.js +5533 -0
  478. package/treetable/headercell.umd.js +5543 -0
  479. package/treetable/headercell.umd.min.js +1 -0
  480. package/treetable/treetable.common.js +944 -507
  481. package/treetable/treetable.umd.js +944 -507
  482. package/treetable/treetable.umd.min.js +1 -1
  483. package/treetable/treetablerow.common.js +53 -22
  484. package/treetable/treetablerow.umd.js +53 -22
  485. package/treetable/treetablerow.umd.min.js +1 -1
  486. package/treetable/treetablerowloader.common.js +56 -26
  487. package/treetable/treetablerowloader.umd.js +56 -26
  488. package/treetable/treetablerowloader.umd.min.js +1 -1
  489. package/tristatecheckbox/tristatecheckbox.common.js +1 -1
  490. package/tristatecheckbox/tristatecheckbox.umd.js +1 -1
  491. package/utils/ConnectedOverlayScrollHandler.js +1 -1
  492. package/utils/DomHandler.js +18 -1
  493. package/utils/ObjectUtils.js +15 -2
  494. package/utils/Utils.d.ts +73 -0
  495. package/utils/Utils.js +47 -0
  496. package/utils/connectedoverlayscrollhandler.common.js +22 -0
  497. package/utils/connectedoverlayscrollhandler.umd.js +22 -0
  498. package/utils/connectedoverlayscrollhandler.umd.min.js +1 -1
  499. package/utils/demo.html +3 -3
  500. package/utils/domhandler.common.js +22 -0
  501. package/utils/domhandler.umd.js +22 -0
  502. package/utils/domhandler.umd.min.js +1 -1
  503. package/utils/index.d.ts +1 -0
  504. package/utils/index.js +2 -0
  505. package/utils/objectutils.common.js +25 -13
  506. package/utils/objectutils.umd.js +25 -13
  507. package/utils/objectutils.umd.min.js +1 -1
  508. package/utils/utils.common.js +5486 -0
  509. package/utils/utils.umd.js +5496 -0
  510. package/utils/utils.umd.min.js +1 -0
  511. package/vetur-attributes.json +28 -0
  512. package/vetur-tags.json +11 -4
  513. package/web-types.json +84 -1
  514. package/datatable/ScrollableView.vue +0 -223
  515. package/datatable/scrollableview.umd.min.js +0 -1
  516. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
  517. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
  518. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
  519. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
  520. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
  521. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
  522. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
  523. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
  524. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
  525. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
  526. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
  527. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
  528. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
  529. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
  530. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
  531. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
  532. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
  533. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
  534. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
  535. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  536. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
  537. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
  538. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
  539. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
  540. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
  541. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
  542. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
  543. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
  544. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
  545. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
  546. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
  547. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
  548. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
  549. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
  550. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
  551. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
  552. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
  553. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
  554. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
  555. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
  556. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
  557. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
  558. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
  559. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
  560. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
  561. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
  562. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
  563. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
  564. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
  565. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
  566. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
  567. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
  568. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
  569. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
  570. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
  571. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
  572. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
  573. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
  574. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
  575. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  576. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
  577. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
  578. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
  579. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
  580. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
  581. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
  582. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
  583. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
  584. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
  585. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
  586. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
  587. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
  588. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
  589. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
  590. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
  591. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
  592. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
  593. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
  594. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
  595. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
  596. package/utils/FilterUtils.js +0 -176
  597. package/utils/filterutils.umd.min.js +0 -1
@@ -1732,6 +1732,38 @@ module.exports = function (it) {
1732
1732
  module.exports = {};
1733
1733
 
1734
1734
 
1735
+ /***/ }),
1736
+
1737
+ /***/ "4a59":
1738
+ /***/ (function(module, exports, __webpack_require__) {
1739
+
1740
+ var ctx = __webpack_require__("9b43");
1741
+ var call = __webpack_require__("1fa8");
1742
+ var isArrayIter = __webpack_require__("33a4");
1743
+ var anObject = __webpack_require__("cb7c");
1744
+ var toLength = __webpack_require__("9def");
1745
+ var getIterFn = __webpack_require__("27ee");
1746
+ var BREAK = {};
1747
+ var RETURN = {};
1748
+ var exports = module.exports = function (iterable, entries, fn, that, ITERATOR) {
1749
+ var iterFn = ITERATOR ? function () { return iterable; } : getIterFn(iterable);
1750
+ var f = ctx(fn, that, entries ? 2 : 1);
1751
+ var index = 0;
1752
+ var length, step, iterator, result;
1753
+ if (typeof iterFn != 'function') throw TypeError(iterable + ' is not iterable!');
1754
+ // fast case for arrays with default iterator
1755
+ if (isArrayIter(iterFn)) for (length = toLength(iterable.length); length > index; index++) {
1756
+ result = entries ? f(anObject(step = iterable[index])[0], step[1]) : f(iterable[index]);
1757
+ if (result === BREAK || result === RETURN) return result;
1758
+ } else for (iterator = iterFn.call(iterable); !(step = iterator.next()).done;) {
1759
+ result = call(iterator, f, step.value, entries);
1760
+ if (result === BREAK || result === RETURN) return result;
1761
+ }
1762
+ };
1763
+ exports.BREAK = BREAK;
1764
+ exports.RETURN = RETURN;
1765
+
1766
+
1735
1767
  /***/ }),
1736
1768
 
1737
1769
  /***/ "4bf8":
@@ -3477,6 +3509,18 @@ __webpack_require__("5ca1")({
3477
3509
  });
3478
3510
 
3479
3511
 
3512
+ /***/ }),
3513
+
3514
+ /***/ "b39a":
3515
+ /***/ (function(module, exports, __webpack_require__) {
3516
+
3517
+ var isObject = __webpack_require__("d3f4");
3518
+ module.exports = function (it, TYPE) {
3519
+ if (!isObject(it) || it._t !== TYPE) throw TypeError('Incompatible receiver, ' + TYPE + ' required!');
3520
+ return it;
3521
+ };
3522
+
3523
+
3480
3524
  /***/ }),
3481
3525
 
3482
3526
  /***/ "b447":
@@ -3540,6 +3584,158 @@ exports.f = __webpack_require__("8e60") ? gOPD : function getOwnPropertyDescript
3540
3584
 
3541
3585
 
3542
3586
 
3587
+ /***/ }),
3588
+
3589
+ /***/ "c26b":
3590
+ /***/ (function(module, exports, __webpack_require__) {
3591
+
3592
+ "use strict";
3593
+
3594
+ var dP = __webpack_require__("86cc").f;
3595
+ var create = __webpack_require__("2aeb");
3596
+ var redefineAll = __webpack_require__("dcbc");
3597
+ var ctx = __webpack_require__("9b43");
3598
+ var anInstance = __webpack_require__("f605");
3599
+ var forOf = __webpack_require__("4a59");
3600
+ var $iterDefine = __webpack_require__("01f9");
3601
+ var step = __webpack_require__("d53b");
3602
+ var setSpecies = __webpack_require__("7a56");
3603
+ var DESCRIPTORS = __webpack_require__("9e1e");
3604
+ var fastKey = __webpack_require__("67ab").fastKey;
3605
+ var validate = __webpack_require__("b39a");
3606
+ var SIZE = DESCRIPTORS ? '_s' : 'size';
3607
+
3608
+ var getEntry = function (that, key) {
3609
+ // fast case
3610
+ var index = fastKey(key);
3611
+ var entry;
3612
+ if (index !== 'F') return that._i[index];
3613
+ // frozen object case
3614
+ for (entry = that._f; entry; entry = entry.n) {
3615
+ if (entry.k == key) return entry;
3616
+ }
3617
+ };
3618
+
3619
+ module.exports = {
3620
+ getConstructor: function (wrapper, NAME, IS_MAP, ADDER) {
3621
+ var C = wrapper(function (that, iterable) {
3622
+ anInstance(that, C, NAME, '_i');
3623
+ that._t = NAME; // collection type
3624
+ that._i = create(null); // index
3625
+ that._f = undefined; // first entry
3626
+ that._l = undefined; // last entry
3627
+ that[SIZE] = 0; // size
3628
+ if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
3629
+ });
3630
+ redefineAll(C.prototype, {
3631
+ // 23.1.3.1 Map.prototype.clear()
3632
+ // 23.2.3.2 Set.prototype.clear()
3633
+ clear: function clear() {
3634
+ for (var that = validate(this, NAME), data = that._i, entry = that._f; entry; entry = entry.n) {
3635
+ entry.r = true;
3636
+ if (entry.p) entry.p = entry.p.n = undefined;
3637
+ delete data[entry.i];
3638
+ }
3639
+ that._f = that._l = undefined;
3640
+ that[SIZE] = 0;
3641
+ },
3642
+ // 23.1.3.3 Map.prototype.delete(key)
3643
+ // 23.2.3.4 Set.prototype.delete(value)
3644
+ 'delete': function (key) {
3645
+ var that = validate(this, NAME);
3646
+ var entry = getEntry(that, key);
3647
+ if (entry) {
3648
+ var next = entry.n;
3649
+ var prev = entry.p;
3650
+ delete that._i[entry.i];
3651
+ entry.r = true;
3652
+ if (prev) prev.n = next;
3653
+ if (next) next.p = prev;
3654
+ if (that._f == entry) that._f = next;
3655
+ if (that._l == entry) that._l = prev;
3656
+ that[SIZE]--;
3657
+ } return !!entry;
3658
+ },
3659
+ // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)
3660
+ // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)
3661
+ forEach: function forEach(callbackfn /* , that = undefined */) {
3662
+ validate(this, NAME);
3663
+ var f = ctx(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
3664
+ var entry;
3665
+ while (entry = entry ? entry.n : this._f) {
3666
+ f(entry.v, entry.k, this);
3667
+ // revert to the last existing entry
3668
+ while (entry && entry.r) entry = entry.p;
3669
+ }
3670
+ },
3671
+ // 23.1.3.7 Map.prototype.has(key)
3672
+ // 23.2.3.7 Set.prototype.has(value)
3673
+ has: function has(key) {
3674
+ return !!getEntry(validate(this, NAME), key);
3675
+ }
3676
+ });
3677
+ if (DESCRIPTORS) dP(C.prototype, 'size', {
3678
+ get: function () {
3679
+ return validate(this, NAME)[SIZE];
3680
+ }
3681
+ });
3682
+ return C;
3683
+ },
3684
+ def: function (that, key, value) {
3685
+ var entry = getEntry(that, key);
3686
+ var prev, index;
3687
+ // change existing entry
3688
+ if (entry) {
3689
+ entry.v = value;
3690
+ // create new entry
3691
+ } else {
3692
+ that._l = entry = {
3693
+ i: index = fastKey(key, true), // <- index
3694
+ k: key, // <- key
3695
+ v: value, // <- value
3696
+ p: prev = that._l, // <- previous entry
3697
+ n: undefined, // <- next entry
3698
+ r: false // <- removed
3699
+ };
3700
+ if (!that._f) that._f = entry;
3701
+ if (prev) prev.n = entry;
3702
+ that[SIZE]++;
3703
+ // add to index
3704
+ if (index !== 'F') that._i[index] = entry;
3705
+ } return that;
3706
+ },
3707
+ getEntry: getEntry,
3708
+ setStrong: function (C, NAME, IS_MAP) {
3709
+ // add .keys, .values, .entries, [@@iterator]
3710
+ // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11
3711
+ $iterDefine(C, NAME, function (iterated, kind) {
3712
+ this._t = validate(iterated, NAME); // target
3713
+ this._k = kind; // kind
3714
+ this._l = undefined; // previous
3715
+ }, function () {
3716
+ var that = this;
3717
+ var kind = that._k;
3718
+ var entry = that._l;
3719
+ // revert to the last existing entry
3720
+ while (entry && entry.r) entry = entry.p;
3721
+ // get next entry
3722
+ if (!that._t || !(that._l = entry = entry ? entry.n : that._t._f)) {
3723
+ // or finish the iteration
3724
+ that._t = undefined;
3725
+ return step(1);
3726
+ }
3727
+ // return step by kind
3728
+ if (kind == 'keys') return step(0, entry.k);
3729
+ if (kind == 'values') return step(0, entry.v);
3730
+ return step(0, [entry.k, entry.v]);
3731
+ }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);
3732
+
3733
+ // add [@@species], 23.1.2.2, 23.2.2.2
3734
+ setSpecies(NAME);
3735
+ }
3736
+ };
3737
+
3738
+
3543
3739
  /***/ }),
3544
3740
 
3545
3741
  /***/ "c366":
@@ -3956,6 +4152,111 @@ var store = global[SHARED] || (global[SHARED] = {});
3956
4152
  });
3957
4153
 
3958
4154
 
4155
+ /***/ }),
4156
+
4157
+ /***/ "dcbc":
4158
+ /***/ (function(module, exports, __webpack_require__) {
4159
+
4160
+ var redefine = __webpack_require__("2aba");
4161
+ module.exports = function (target, src, safe) {
4162
+ for (var key in src) redefine(target, key, src[key], safe);
4163
+ return target;
4164
+ };
4165
+
4166
+
4167
+ /***/ }),
4168
+
4169
+ /***/ "e0b8":
4170
+ /***/ (function(module, exports, __webpack_require__) {
4171
+
4172
+ "use strict";
4173
+
4174
+ var global = __webpack_require__("7726");
4175
+ var $export = __webpack_require__("5ca1");
4176
+ var redefine = __webpack_require__("2aba");
4177
+ var redefineAll = __webpack_require__("dcbc");
4178
+ var meta = __webpack_require__("67ab");
4179
+ var forOf = __webpack_require__("4a59");
4180
+ var anInstance = __webpack_require__("f605");
4181
+ var isObject = __webpack_require__("d3f4");
4182
+ var fails = __webpack_require__("79e5");
4183
+ var $iterDetect = __webpack_require__("5cc5");
4184
+ var setToStringTag = __webpack_require__("7f20");
4185
+ var inheritIfRequired = __webpack_require__("5dbc");
4186
+
4187
+ module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {
4188
+ var Base = global[NAME];
4189
+ var C = Base;
4190
+ var ADDER = IS_MAP ? 'set' : 'add';
4191
+ var proto = C && C.prototype;
4192
+ var O = {};
4193
+ var fixMethod = function (KEY) {
4194
+ var fn = proto[KEY];
4195
+ redefine(proto, KEY,
4196
+ KEY == 'delete' ? function (a) {
4197
+ return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a);
4198
+ } : KEY == 'has' ? function has(a) {
4199
+ return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a);
4200
+ } : KEY == 'get' ? function get(a) {
4201
+ return IS_WEAK && !isObject(a) ? undefined : fn.call(this, a === 0 ? 0 : a);
4202
+ } : KEY == 'add' ? function add(a) { fn.call(this, a === 0 ? 0 : a); return this; }
4203
+ : function set(a, b) { fn.call(this, a === 0 ? 0 : a, b); return this; }
4204
+ );
4205
+ };
4206
+ if (typeof C != 'function' || !(IS_WEAK || proto.forEach && !fails(function () {
4207
+ new C().entries().next();
4208
+ }))) {
4209
+ // create collection constructor
4210
+ C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
4211
+ redefineAll(C.prototype, methods);
4212
+ meta.NEED = true;
4213
+ } else {
4214
+ var instance = new C();
4215
+ // early implementations not supports chaining
4216
+ var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;
4217
+ // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false
4218
+ var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });
4219
+ // most early implementations doesn't supports iterables, most modern - not close it correctly
4220
+ var ACCEPT_ITERABLES = $iterDetect(function (iter) { new C(iter); }); // eslint-disable-line no-new
4221
+ // for early implementations -0 and +0 not the same
4222
+ var BUGGY_ZERO = !IS_WEAK && fails(function () {
4223
+ // V8 ~ Chromium 42- fails only with 5+ elements
4224
+ var $instance = new C();
4225
+ var index = 5;
4226
+ while (index--) $instance[ADDER](index, index);
4227
+ return !$instance.has(-0);
4228
+ });
4229
+ if (!ACCEPT_ITERABLES) {
4230
+ C = wrapper(function (target, iterable) {
4231
+ anInstance(target, C, NAME);
4232
+ var that = inheritIfRequired(new Base(), target, C);
4233
+ if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
4234
+ return that;
4235
+ });
4236
+ C.prototype = proto;
4237
+ proto.constructor = C;
4238
+ }
4239
+ if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {
4240
+ fixMethod('delete');
4241
+ fixMethod('has');
4242
+ IS_MAP && fixMethod('get');
4243
+ }
4244
+ if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);
4245
+ // weak collections should not contains .clear method
4246
+ if (IS_WEAK && proto.clear) delete proto.clear;
4247
+ }
4248
+
4249
+ setToStringTag(C, NAME);
4250
+
4251
+ O[NAME] = C;
4252
+ $export($export.G + $export.W + $export.F * (C != Base), O);
4253
+
4254
+ if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
4255
+
4256
+ return C;
4257
+ };
4258
+
4259
+
3959
4260
  /***/ }),
3960
4261
 
3961
4262
  /***/ "e11e":
@@ -4131,6 +4432,45 @@ module.exports = function (object, index, value) {
4131
4432
  };
4132
4433
 
4133
4434
 
4435
+ /***/ }),
4436
+
4437
+ /***/ "f400":
4438
+ /***/ (function(module, exports, __webpack_require__) {
4439
+
4440
+ "use strict";
4441
+
4442
+ var strong = __webpack_require__("c26b");
4443
+ var validate = __webpack_require__("b39a");
4444
+ var MAP = 'Map';
4445
+
4446
+ // 23.1 Map Objects
4447
+ module.exports = __webpack_require__("e0b8")(MAP, function (get) {
4448
+ return function Map() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };
4449
+ }, {
4450
+ // 23.1.3.6 Map.prototype.get(key)
4451
+ get: function get(key) {
4452
+ var entry = strong.getEntry(validate(this, MAP), key);
4453
+ return entry && entry.v;
4454
+ },
4455
+ // 23.1.3.9 Map.prototype.set(key, value)
4456
+ set: function set(key, value) {
4457
+ return strong.def(validate(this, MAP), key === 0 ? 0 : key, value);
4458
+ }
4459
+ }, strong, true);
4460
+
4461
+
4462
+ /***/ }),
4463
+
4464
+ /***/ "f605":
4465
+ /***/ (function(module, exports) {
4466
+
4467
+ module.exports = function (it, Constructor, name, forbiddenField) {
4468
+ if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) {
4469
+ throw TypeError(name + ': incorrect invocation!');
4470
+ } return it;
4471
+ };
4472
+
4473
+
4134
4474
  /***/ }),
4135
4475
 
4136
4476
  /***/ "f6fd":
@@ -4239,12 +4579,12 @@ if (typeof window !== 'undefined') {
4239
4579
  // Indicate to webpack that this file can be concatenated
4240
4580
  /* harmony default export */ var setPublicPath = (null);
4241
4581
 
4242
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"9d50adc0-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/datatable/TableBody.vue?vue&type=template&id=07fa210b&
4243
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('tbody',{staticClass:"p-datatable-tbody"},[(!_vm.empty)?[_vm._l((_vm.value),function(rowData,index){return [(_vm.templates['groupheader'] && _vm.rowGroupMode === 'subheader' && _vm.shouldRenderRowGroupHeader(_vm.value, rowData, index))?_c('tr',{key:_vm.getRowKey(rowData, index) + '_subheader',staticClass:"p-rowgroup-header"},[_c('td',{attrs:{"colspan":_vm.columnsLength - 1}},[(_vm.expandableRowGroups)?_c('button',{staticClass:"p-row-toggler p-link",attrs:{"type":"button"},on:{"click":function($event){return _vm.onRowGroupToggle($event, rowData)}}},[_c('span',{class:_vm.rowGroupTogglerIcon(rowData)})]):_vm._e(),_c('DTRowExpansionTemplate',{attrs:{"template":_vm.templates['groupheader'],"data":rowData,"index":index}})],1)]):_vm._e(),(_vm.expandableRowGroups ? _vm.isRowGroupExpanded(rowData): true)?_c('tr',{key:_vm.getRowKey(rowData, index),class:_vm.getRowClass(rowData),style:(_vm.rowStyle),attrs:{"tabindex":_vm.selectionMode || _vm.contextMenu ? '0' : null},on:{"click":function($event){return _vm.onRowClick($event, rowData, index)},"dblclick":function($event){return _vm.onRowDblClick($event, rowData, index)},"contextmenu":function($event){return _vm.onRowRightClick($event, rowData, index)},"touchend":function($event){return _vm.onRowTouchEnd($event)},"keydown":function($event){return _vm.onRowKeyDown($event, rowData, index)},"mousedown":function($event){return _vm.onRowMouseDown($event)},"dragstart":function($event){return _vm.onRowDragStart($event, index)},"dragover":function($event){return _vm.onRowDragOver($event,index)},"dragleave":function($event){return _vm.onRowDragLeave($event)},"dragend":function($event){return _vm.onRowDragEnd($event)},"drop":function($event){return _vm.onRowDrop($event)}}},[_vm._l((_vm.columns),function(col,i){return [(_vm.shouldRenderBodyCell(_vm.value, col, index))?_c('DTBodyCell',{key:col.columnKey||col.field||i,attrs:{"rowData":rowData,"column":col,"index":index,"selected":_vm.isSelected(rowData),"rowTogglerIcon":col.expander ? _vm.rowTogglerIcon(rowData): null,"rowspan":_vm.rowGroupMode === 'rowspan' ? _vm.calculateRowGroupSize(_vm.value, col, index) : null,"editMode":_vm.editMode,"editing":_vm.editMode === 'row' && _vm.isRowEditing(rowData)},on:{"radio-change":function($event){return _vm.onRadioChange($event)},"checkbox-change":function($event){return _vm.onCheckboxChange($event)},"row-toggle":function($event){return _vm.onRowToggle($event)},"cell-edit-init":function($event){return _vm.onCellEditInit($event)},"cell-edit-complete":function($event){return _vm.onCellEditComplete($event)},"cell-edit-cancel":function($event){return _vm.onCellEditCancel($event)},"row-edit-init":function($event){return _vm.onRowEditInit($event)},"row-edit-save":function($event){return _vm.onRowEditSave($event)},"row-edit-cancel":function($event){return _vm.onRowEditCancel($event)}}}):_vm._e()]})],2):_vm._e(),(_vm.templates['expansion'] && _vm.expandedRows && _vm.isRowExpanded(rowData))?_c('tr',{key:_vm.getRowKey(rowData, index) + '_expansion',staticClass:"p-datatable-row-expansion"},[_c('td',{attrs:{"colspan":_vm.columnsLength}},[_c('DTRowExpansionTemplate',{attrs:{"template":_vm.templates['expansion'],"data":rowData,"index":index}})],1)]):_vm._e(),(_vm.templates['groupfooter'] && _vm.rowGroupMode === 'subheader' && _vm.shouldRenderRowGroupFooter(_vm.value, rowData, index))?_c('tr',{key:_vm.getRowKey(rowData, index) + '_subfooter',staticClass:"p-rowgroup-footer"},[_c('DTRowExpansionTemplate',{attrs:{"template":_vm.templates['groupfooter'],"data":rowData,"index":index}})],1):_vm._e()]})]:_c('tr',{staticClass:"p-datatable-emptymessage"},[_c('td',{attrs:{"colspan":_vm.columnsLength}},[(_vm.templates.empty && !_vm.loading)?_c('DTSlotTemplate',{attrs:{"template":_vm.templates.empty}}):_vm._e(),(_vm.templates.loading && _vm.loading)?_c('DTSlotTemplate',{attrs:{"template":_vm.templates.loading}}):_vm._e()],1)])],2)}
4582
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"49e9ffe4-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/datatable/TableBody.vue?vue&type=template&id=7410dfa4&
4583
+ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('tbody',{staticClass:"p-datatable-tbody",attrs:{"role":"rowgroup"}},[(!_vm.empty)?[_vm._l((_vm.value),function(rowData,index){return [(_vm.templates['groupheader'] && _vm.rowGroupMode === 'subheader' && _vm.shouldRenderRowGroupHeader(_vm.value, rowData, index))?_c('tr',{key:_vm.getRowKey(rowData, index) + '_subheader' + index,staticClass:"p-rowgroup-header",style:(_vm.rowGroupHeaderStyle),attrs:{"role":"row"}},[_c('td',{attrs:{"colspan":_vm.columnsLength - 1}},[(_vm.expandableRowGroups)?_c('button',{staticClass:"p-row-toggler p-link",attrs:{"type":"button"},on:{"click":function($event){return _vm.onRowGroupToggle($event, rowData)}}},[_c('span',{class:_vm.rowGroupTogglerIcon(rowData)})]):_vm._e(),_c('DTRowExpansionTemplate',{attrs:{"template":_vm.templates['groupheader'],"data":rowData,"index":index}})],1)]):_vm._e(),(_vm.expandableRowGroups ? _vm.isRowGroupExpanded(rowData): true)?_c('tr',{key:_vm.getRowKey(rowData, index),class:_vm.getRowClass(rowData),style:(_vm.rowStyle),attrs:{"tabindex":_vm.selectionMode || _vm.contextMenu ? '0' : null,"role":"row"},on:{"click":function($event){return _vm.onRowClick($event, rowData, index)},"dblclick":function($event){return _vm.onRowDblClick($event, rowData, index)},"contextmenu":function($event){return _vm.onRowRightClick($event, rowData, index)},"touchend":function($event){return _vm.onRowTouchEnd($event)},"keydown":function($event){return _vm.onRowKeyDown($event, rowData, index)},"mousedown":function($event){return _vm.onRowMouseDown($event)},"dragstart":function($event){return _vm.onRowDragStart($event, index)},"dragover":function($event){return _vm.onRowDragOver($event,index)},"dragleave":function($event){return _vm.onRowDragLeave($event)},"dragend":function($event){return _vm.onRowDragEnd($event)},"drop":function($event){return _vm.onRowDrop($event)}}},[_vm._l((_vm.columns),function(col,i){return [(_vm.shouldRenderBodyCell(_vm.value, col, index))?_c('DTBodyCell',{key:_vm.columnProp(col,'columnKey')+i||_vm.columnProp(col,'field')+i||i,attrs:{"rowData":rowData,"column":col,"rowIndex":index,"index":i,"selected":_vm.isSelected(rowData),"rowTogglerIcon":_vm.columnProp(col,'expander') ? _vm.rowTogglerIcon(rowData): null,"frozenRow":_vm.frozenRow,"rowspan":_vm.rowGroupMode === 'rowspan' ? _vm.calculateRowGroupSize(_vm.value, col, index) : null,"editMode":_vm.editMode,"editing":_vm.editMode === 'row' && _vm.isRowEditing(rowData),"responsiveLayout":_vm.responsiveLayout,"editingMeta":_vm.editingMeta},on:{"radio-change":function($event){return _vm.onRadioChange($event)},"checkbox-change":function($event){return _vm.onCheckboxChange($event)},"row-toggle":function($event){return _vm.onRowToggle($event)},"cell-edit-init":function($event){return _vm.onCellEditInit($event)},"cell-edit-complete":function($event){return _vm.onCellEditComplete($event)},"cell-edit-cancel":function($event){return _vm.onCellEditCancel($event)},"row-edit-init":function($event){return _vm.onRowEditInit($event)},"row-edit-save":function($event){return _vm.onRowEditSave($event)},"row-edit-cancel":function($event){return _vm.onRowEditCancel($event)},"editing-meta-change":_vm.onEditingMetaChange}}):_vm._e()]})],2):_vm._e(),(_vm.templates['expansion'] && _vm.expandedRows && _vm.isRowExpanded(rowData))?_c('tr',{key:_vm.getRowKey(rowData, index) + '_expansion' + index,staticClass:"p-datatable-row-expansion",attrs:{"role":"row"}},[_c('td',{attrs:{"colspan":_vm.columnsLength}},[_c('DTRowExpansionTemplate',{attrs:{"template":_vm.templates['expansion'],"data":rowData,"index":index}})],1)]):_vm._e(),(_vm.templates['groupfooter'] && _vm.rowGroupMode === 'subheader' && _vm.shouldRenderRowGroupFooter(_vm.value, rowData, index))?_c('tr',{key:_vm.getRowKey(rowData, index) + '_subfooter' + index,staticClass:"p-rowgroup-footer",attrs:{"role":"row"}},[_c('DTRowExpansionTemplate',{attrs:{"template":_vm.templates['groupfooter'],"data":rowData,"index":index}})],1):_vm._e()]})]:_c('tr',{staticClass:"p-datatable-emptymessage"},[_c('td',{attrs:{"colspan":_vm.columnsLength}},[(_vm.templates.empty && !_vm.loading)?_c('DTSlotTemplate',{attrs:{"template":_vm.templates.empty}}):_vm._e(),(_vm.templates.loading && _vm.loading)?_c('DTSlotTemplate',{attrs:{"template":_vm.templates.loading}}):_vm._e()],1)])],2)}
4244
4584
  var staticRenderFns = []
4245
4585
 
4246
4586
 
4247
- // CONCATENATED MODULE: ./src/components/datatable/TableBody.vue?vue&type=template&id=07fa210b&
4587
+ // CONCATENATED MODULE: ./src/components/datatable/TableBody.vue?vue&type=template&id=7410dfa4&
4248
4588
 
4249
4589
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.find-index.js
4250
4590
  var es6_array_find_index = __webpack_require__("20d6");
@@ -4267,56 +4607,21 @@ var es6_array_from = __webpack_require__("1c4c");
4267
4607
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.function.name.js
4268
4608
  var es6_function_name = __webpack_require__("7f7f");
4269
4609
 
4270
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.replace.js
4271
- var es6_regexp_replace = __webpack_require__("a481");
4272
-
4273
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.search.js
4274
- var es6_regexp_search = __webpack_require__("386d");
4275
-
4276
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.split.js
4277
- var es6_regexp_split = __webpack_require__("28a5");
4278
-
4279
- // EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom.iterable.js
4280
- var web_dom_iterable = __webpack_require__("ac6a");
4281
-
4282
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.iterator.js
4283
- var es6_array_iterator = __webpack_require__("cadf");
4284
-
4285
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.object.keys.js
4286
- var es6_object_keys = __webpack_require__("456d");
4287
-
4288
4610
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.to-string.js
4289
4611
  var es6_regexp_to_string = __webpack_require__("6b54");
4290
4612
 
4613
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.find.js
4614
+ var es6_array_find = __webpack_require__("7514");
4615
+
4291
4616
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.constructor.js
4292
4617
  var es6_regexp_constructor = __webpack_require__("3b2b");
4293
4618
 
4294
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol.js
4295
- var symbol = __webpack_require__("67bb");
4296
- var symbol_default = /*#__PURE__*/__webpack_require__.n(symbol);
4297
-
4298
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js
4299
- var iterator = __webpack_require__("5d58");
4300
- var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
4301
-
4302
- // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
4303
-
4304
-
4305
- function typeof_typeof(obj) {
4306
- "@babel/helpers - typeof";
4619
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.replace.js
4620
+ var es6_regexp_replace = __webpack_require__("a481");
4307
4621
 
4308
- if (typeof symbol_default.a === "function" && typeof iterator_default.a === "symbol") {
4309
- typeof_typeof = function _typeof(obj) {
4310
- return typeof obj;
4311
- };
4312
- } else {
4313
- typeof_typeof = function _typeof(obj) {
4314
- return obj && typeof symbol_default.a === "function" && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
4315
- };
4316
- }
4622
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.split.js
4623
+ var es6_regexp_split = __webpack_require__("28a5");
4317
4624
 
4318
- return typeof_typeof(obj);
4319
- }
4320
4625
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/classCallCheck.js
4321
4626
  function _classCallCheck(instance, Constructor) {
4322
4627
  if (!(instance instanceof Constructor)) {
@@ -4344,13 +4649,14 @@ function _defineProperties(target, props) {
4344
4649
  function _createClass(Constructor, protoProps, staticProps) {
4345
4650
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
4346
4651
  if (staticProps) _defineProperties(Constructor, staticProps);
4347
- return Constructor;
4348
- }
4349
- // CONCATENATED MODULE: ./src/components/utils/ObjectUtils.js
4350
-
4351
-
4352
4652
 
4653
+ define_property_default()(Constructor, "prototype", {
4654
+ writable: false
4655
+ });
4353
4656
 
4657
+ return Constructor;
4658
+ }
4659
+ // CONCATENATED MODULE: ./src/components/utils/DomHandler.js
4354
4660
 
4355
4661
 
4356
4662
 
@@ -4370,306 +4676,53 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
4370
4676
 
4371
4677
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
4372
4678
 
4373
- var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4374
- function ObjectUtils() {
4375
- _classCallCheck(this, ObjectUtils);
4679
+ var DomHandler_DomHandler = /*#__PURE__*/function () {
4680
+ function DomHandler() {
4681
+ _classCallCheck(this, DomHandler);
4376
4682
  }
4377
4683
 
4378
- _createClass(ObjectUtils, null, [{
4379
- key: "equals",
4380
- value: function equals(obj1, obj2, field) {
4381
- if (field) return this.resolveFieldData(obj1, field) === this.resolveFieldData(obj2, field);else return this.deepEquals(obj1, obj2);
4684
+ _createClass(DomHandler, null, [{
4685
+ key: "innerWidth",
4686
+ value: function innerWidth(el) {
4687
+ var width = el.offsetWidth;
4688
+ var style = getComputedStyle(el);
4689
+ width += parseFloat(style.paddingLeft) + parseFloat(style.paddingRight);
4690
+ return width;
4382
4691
  }
4383
4692
  }, {
4384
- key: "deepEquals",
4385
- value: function deepEquals(a, b) {
4386
- if (a === b) return true;
4387
-
4388
- if (a && b && typeof_typeof(a) == 'object' && typeof_typeof(b) == 'object') {
4389
- var arrA = Array.isArray(a),
4390
- arrB = Array.isArray(b),
4391
- i,
4392
- length,
4393
- key;
4394
-
4395
- if (arrA && arrB) {
4396
- length = a.length;
4397
- if (length != b.length) return false;
4398
-
4399
- for (i = length; i-- !== 0;) {
4400
- if (!this.deepEquals(a[i], b[i])) return false;
4401
- }
4402
-
4403
- return true;
4404
- }
4405
-
4406
- if (arrA != arrB) return false;
4407
- var dateA = a instanceof Date,
4408
- dateB = b instanceof Date;
4409
- if (dateA != dateB) return false;
4410
- if (dateA && dateB) return a.getTime() == b.getTime();
4411
- var regexpA = a instanceof RegExp,
4412
- regexpB = b instanceof RegExp;
4413
- if (regexpA != regexpB) return false;
4414
- if (regexpA && regexpB) return a.toString() == b.toString();
4415
- var keys = Object.keys(a);
4416
- length = keys.length;
4417
- if (length !== Object.keys(b).length) return false;
4418
-
4419
- for (i = length; i-- !== 0;) {
4420
- if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
4421
- }
4693
+ key: "width",
4694
+ value: function width(el) {
4695
+ var width = el.offsetWidth;
4696
+ var style = getComputedStyle(el);
4697
+ width -= parseFloat(style.paddingLeft) + parseFloat(style.paddingRight);
4698
+ return width;
4699
+ }
4700
+ }, {
4701
+ key: "getWindowScrollTop",
4702
+ value: function getWindowScrollTop() {
4703
+ var doc = document.documentElement;
4704
+ return (window.pageYOffset || doc.scrollTop) - (doc.clientTop || 0);
4705
+ }
4706
+ }, {
4707
+ key: "getWindowScrollLeft",
4708
+ value: function getWindowScrollLeft() {
4709
+ var doc = document.documentElement;
4710
+ return (window.pageXOffset || doc.scrollLeft) - (doc.clientLeft || 0);
4711
+ }
4712
+ }, {
4713
+ key: "getOuterWidth",
4714
+ value: function getOuterWidth(el, margin) {
4715
+ if (el) {
4716
+ var width = el.offsetWidth;
4422
4717
 
4423
- for (i = length; i-- !== 0;) {
4424
- key = keys[i];
4425
- if (!this.deepEquals(a[key], b[key])) return false;
4718
+ if (margin) {
4719
+ var style = getComputedStyle(el);
4720
+ width += parseFloat(style.marginLeft) + parseFloat(style.marginRight);
4426
4721
  }
4427
4722
 
4428
- return true;
4429
- }
4430
-
4431
- return a !== a && b !== b;
4432
- }
4433
- }, {
4434
- key: "resolveFieldData",
4435
- value: function resolveFieldData(data, field) {
4436
- if (data && Object.keys(data).length && field) {
4437
- if (this.isFunction(field)) {
4438
- return field(data);
4439
- } else if (field.indexOf('.') === -1) {
4440
- return data[field];
4441
- } else {
4442
- var fields = field.split('.');
4443
- var value = data;
4444
-
4445
- for (var i = 0, len = fields.length; i < len; ++i) {
4446
- if (value == null) {
4447
- return null;
4448
- }
4449
-
4450
- value = value[fields[i]];
4451
- }
4452
-
4453
- return value;
4454
- }
4455
- } else {
4456
- return null;
4457
- }
4458
- }
4459
- }, {
4460
- key: "isFunction",
4461
- value: function isFunction(obj) {
4462
- return !!(obj && obj.constructor && obj.call && obj.apply);
4463
- }
4464
- }, {
4465
- key: "filter",
4466
- value: function filter(value, fields, filterValue) {
4467
- var filteredItems = [];
4468
-
4469
- if (value) {
4470
- var _iterator = _createForOfIteratorHelper(value),
4471
- _step;
4472
-
4473
- try {
4474
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
4475
- var item = _step.value;
4476
-
4477
- var _iterator2 = _createForOfIteratorHelper(fields),
4478
- _step2;
4479
-
4480
- try {
4481
- for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
4482
- var field = _step2.value;
4483
-
4484
- if (String(this.resolveFieldData(item, field)).toLowerCase().indexOf(filterValue.toLowerCase()) > -1) {
4485
- filteredItems.push(item);
4486
- break;
4487
- }
4488
- }
4489
- } catch (err) {
4490
- _iterator2.e(err);
4491
- } finally {
4492
- _iterator2.f();
4493
- }
4494
- }
4495
- } catch (err) {
4496
- _iterator.e(err);
4497
- } finally {
4498
- _iterator.f();
4499
- }
4500
- }
4501
-
4502
- return filteredItems;
4503
- }
4504
- }, {
4505
- key: "reorderArray",
4506
- value: function reorderArray(value, from, to) {
4507
- var target;
4508
-
4509
- if (value && from !== to) {
4510
- if (to >= value.length) {
4511
- target = to - value.length;
4512
-
4513
- while (target-- + 1) {
4514
- value.push(undefined);
4515
- }
4516
- }
4517
-
4518
- value.splice(to, 0, value.splice(from, 1)[0]);
4519
- }
4520
- }
4521
- }, {
4522
- key: "findIndexInList",
4523
- value: function findIndexInList(value, list) {
4524
- var index = -1;
4525
-
4526
- if (list) {
4527
- for (var i = 0; i < list.length; i++) {
4528
- if (list[i] === value) {
4529
- index = i;
4530
- break;
4531
- }
4532
- }
4533
- }
4534
-
4535
- return index;
4536
- }
4537
- }, {
4538
- key: "contains",
4539
- value: function contains(value, list) {
4540
- if (value != null && list && list.length) {
4541
- var _iterator3 = _createForOfIteratorHelper(list),
4542
- _step3;
4543
-
4544
- try {
4545
- for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
4546
- var val = _step3.value;
4547
- if (this.equals(value, val)) return true;
4548
- }
4549
- } catch (err) {
4550
- _iterator3.e(err);
4551
- } finally {
4552
- _iterator3.f();
4553
- }
4554
- }
4555
-
4556
- return false;
4557
- }
4558
- }, {
4559
- key: "insertIntoOrderedArray",
4560
- value: function insertIntoOrderedArray(item, index, arr, sourceArr) {
4561
- if (arr.length > 0) {
4562
- var injected = false;
4563
-
4564
- for (var i = 0; i < arr.length; i++) {
4565
- var currentItemIndex = this.findIndexInList(arr[i], sourceArr);
4566
-
4567
- if (currentItemIndex > index) {
4568
- arr.splice(i, 0, item);
4569
- injected = true;
4570
- break;
4571
- }
4572
- }
4573
-
4574
- if (!injected) {
4575
- arr.push(item);
4576
- }
4577
- } else {
4578
- arr.push(item);
4579
- }
4580
- }
4581
- }, {
4582
- key: "removeAccents",
4583
- value: function removeAccents(str) {
4584
- if (str && str.search(/[\xC0-\xFF]/g) > -1) {
4585
- str = str.replace(/[\xC0-\xC5]/g, "A").replace(/[\xC6]/g, "AE").replace(/[\xC7]/g, "C").replace(/[\xC8-\xCB]/g, "E").replace(/[\xCC-\xCF]/g, "I").replace(/[\xD0]/g, "D").replace(/[\xD1]/g, "N").replace(/[\xD2-\xD6\xD8]/g, "O").replace(/[\xD9-\xDC]/g, "U").replace(/[\xDD]/g, "Y").replace(/[\xDE]/g, "P").replace(/[\xE0-\xE5]/g, "a").replace(/[\xE6]/g, "ae").replace(/[\xE7]/g, "c").replace(/[\xE8-\xEB]/g, "e").replace(/[\xEC-\xEF]/g, "i").replace(/[\xF1]/g, "n").replace(/[\xF2-\xF6\xF8]/g, "o").replace(/[\xF9-\xFC]/g, "u").replace(/[\xFE]/g, "p").replace(/[\xFD\xFF]/g, "y");
4586
- }
4587
-
4588
- return str;
4589
- }
4590
- }]);
4591
-
4592
- return ObjectUtils;
4593
- }();
4594
-
4595
-
4596
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"9d50adc0-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/datatable/BodyCell.vue?vue&type=template&id=15663eb8&
4597
- var BodyCellvue_type_template_id_15663eb8_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('td',{class:_vm.containerClass,style:(_vm.column.bodyStyle),on:{"click":_vm.onClick,"keydown":_vm.onKeyDown}},[(_vm.column.$scopedSlots.body && !_vm.d_editing)?_c('ColumnSlot',{attrs:{"data":_vm.rowData,"column":_vm.column,"index":_vm.index,"type":"body"}}):(_vm.column.$scopedSlots.editor && _vm.d_editing)?_c('ColumnSlot',{attrs:{"data":_vm.rowData,"column":_vm.column,"index":_vm.index,"type":"editor"}}):(!_vm.column.$scopedSlots.editor && _vm.column.$scopedSlots.body && _vm.d_editing)?_c('ColumnSlot',{attrs:{"data":_vm.rowData,"column":_vm.column,"index":_vm.index,"type":"body"}}):(_vm.column.selectionMode)?[(_vm.column.selectionMode === 'single')?_c('DTRadioButton',{attrs:{"value":_vm.rowData,"checked":_vm.selected},on:{"change":_vm.toggleRowWithRadio}}):(_vm.column.selectionMode ==='multiple')?_c('DTCheckbox',{attrs:{"value":_vm.rowData,"checked":_vm.selected},on:{"change":_vm.toggleRowWithCheckbox}}):_vm._e()]:(_vm.column.rowReorder)?[_c('i',{class:['p-datatable-reorderablerow-handle', _vm.column.rowReorderIcon]})]:(_vm.column.expander)?[_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-row-toggler p-link",attrs:{"type":"button"},on:{"click":_vm.toggleRow}},[_c('span',{class:_vm.rowTogglerIcon})])]:(_vm.editMode === 'row' && _vm.column.rowEditor)?[(!_vm.d_editing)?_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-row-editor-init p-link",attrs:{"type":"button"},on:{"click":_vm.onRowEditInit}},[_c('span',{staticClass:"p-row-editor-init-icon pi pi-fw pi-pencil"})]):_vm._e(),(_vm.d_editing)?_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-row-editor-save p-link",attrs:{"type":"button"},on:{"click":_vm.onRowEditSave}},[_c('span',{staticClass:"p-row-editor-save-icon pi pi-fw pi-check"})]):_vm._e(),(_vm.d_editing)?_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-row-editor-cancel p-link",attrs:{"type":"button"},on:{"click":_vm.onRowEditCancel}},[_c('span',{staticClass:"p-row-editor-cancel-icon pi pi-fw pi-times"})]):_vm._e()]:[_vm._v(_vm._s(_vm.resolveFieldData()))]],2)}
4598
- var BodyCellvue_type_template_id_15663eb8_staticRenderFns = []
4599
-
4600
-
4601
- // CONCATENATED MODULE: ./src/components/datatable/BodyCell.vue?vue&type=template&id=15663eb8&
4602
-
4603
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.find.js
4604
- var es6_array_find = __webpack_require__("7514");
4605
-
4606
- // CONCATENATED MODULE: ./src/components/utils/DomHandler.js
4607
-
4608
-
4609
-
4610
-
4611
-
4612
-
4613
-
4614
-
4615
-
4616
-
4617
-
4618
-
4619
-
4620
- function DomHandler_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = DomHandler_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
4621
-
4622
- function DomHandler_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return DomHandler_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return DomHandler_arrayLikeToArray(o, minLen); }
4623
-
4624
- function DomHandler_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
4625
-
4626
- var DomHandler_DomHandler = /*#__PURE__*/function () {
4627
- function DomHandler() {
4628
- _classCallCheck(this, DomHandler);
4629
- }
4630
-
4631
- _createClass(DomHandler, null, [{
4632
- key: "innerWidth",
4633
- value: function innerWidth(el) {
4634
- var width = el.offsetWidth;
4635
- var style = getComputedStyle(el);
4636
- width += parseFloat(style.paddingLeft) + parseFloat(style.paddingRight);
4637
- return width;
4638
- }
4639
- }, {
4640
- key: "width",
4641
- value: function width(el) {
4642
- var width = el.offsetWidth;
4643
- var style = getComputedStyle(el);
4644
- width -= parseFloat(style.paddingLeft) + parseFloat(style.paddingRight);
4645
- return width;
4646
- }
4647
- }, {
4648
- key: "getWindowScrollTop",
4649
- value: function getWindowScrollTop() {
4650
- var doc = document.documentElement;
4651
- return (window.pageYOffset || doc.scrollTop) - (doc.clientTop || 0);
4652
- }
4653
- }, {
4654
- key: "getWindowScrollLeft",
4655
- value: function getWindowScrollLeft() {
4656
- var doc = document.documentElement;
4657
- return (window.pageXOffset || doc.scrollLeft) - (doc.clientLeft || 0);
4658
- }
4659
- }, {
4660
- key: "getOuterWidth",
4661
- value: function getOuterWidth(el, margin) {
4662
- if (el) {
4663
- var width = el.offsetWidth;
4664
-
4665
- if (margin) {
4666
- var style = getComputedStyle(el);
4667
- width += parseFloat(style.marginLeft) + parseFloat(style.marginRight);
4668
- }
4669
-
4670
- return width;
4671
- } else {
4672
- return 0;
4723
+ return width;
4724
+ } else {
4725
+ return 0;
4673
4726
  }
4674
4727
  }
4675
4728
  }, {
@@ -4904,7 +4957,7 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4904
4957
  return overflowRegex.test(styleDeclaration.getPropertyValue('overflow')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowX')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowY'));
4905
4958
  };
4906
4959
 
4907
- var _iterator = DomHandler_createForOfIteratorHelper(parents),
4960
+ var _iterator = _createForOfIteratorHelper(parents),
4908
4961
  _step;
4909
4962
 
4910
4963
  try {
@@ -4915,7 +4968,7 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4915
4968
  if (scrollSelectors) {
4916
4969
  var selectors = scrollSelectors.split(',');
4917
4970
 
4918
- var _iterator2 = DomHandler_createForOfIteratorHelper(selectors),
4971
+ var _iterator2 = _createForOfIteratorHelper(selectors),
4919
4972
  _step2;
4920
4973
 
4921
4974
  try {
@@ -5082,85 +5135,438 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5082
5135
  this.browser['version'] = matched.version;
5083
5136
  }
5084
5137
 
5085
- if (this.browser['chrome']) {
5086
- this.browser['webkit'] = true;
5087
- } else if (this.browser['webkit']) {
5088
- this.browser['safari'] = true;
5089
- }
5138
+ if (this.browser['chrome']) {
5139
+ this.browser['webkit'] = true;
5140
+ } else if (this.browser['webkit']) {
5141
+ this.browser['safari'] = true;
5142
+ }
5143
+ }
5144
+
5145
+ return this.browser;
5146
+ }
5147
+ }, {
5148
+ key: "resolveUserAgent",
5149
+ value: function resolveUserAgent() {
5150
+ var ua = navigator.userAgent.toLowerCase();
5151
+ var match = /(chrome)[ ]([\w.]+)/.exec(ua) || /(webkit)[ ]([\w.]+)/.exec(ua) || /(opera)(?:.*version|)[ ]([\w.]+)/.exec(ua) || /(msie) ([\w.]+)/.exec(ua) || ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || [];
5152
+ return {
5153
+ browser: match[1] || "",
5154
+ version: match[2] || "0"
5155
+ };
5156
+ }
5157
+ }, {
5158
+ key: "isVisible",
5159
+ value: function isVisible(element) {
5160
+ return element.offsetParent != null;
5161
+ }
5162
+ }, {
5163
+ key: "invokeElementMethod",
5164
+ value: function invokeElementMethod(element, methodName, args) {
5165
+ element[methodName].apply(element, args);
5166
+ }
5167
+ }, {
5168
+ key: "getFocusableElements",
5169
+ value: function getFocusableElements(element) {
5170
+ var focusableElements = DomHandler.find(element, "button:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), \n [href][clientHeight][clientWidth]:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), \n input:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), select:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), \n textarea:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), [tabIndex]:not([tabIndex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), \n [contenteditable]:not([tabIndex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden])");
5171
+ var visibleFocusableElements = [];
5172
+
5173
+ var _iterator3 = _createForOfIteratorHelper(focusableElements),
5174
+ _step3;
5175
+
5176
+ try {
5177
+ for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
5178
+ var focusableElement = _step3.value;
5179
+ if (getComputedStyle(focusableElement).display != "none" && getComputedStyle(focusableElement).visibility != "hidden") visibleFocusableElements.push(focusableElement);
5180
+ }
5181
+ } catch (err) {
5182
+ _iterator3.e(err);
5183
+ } finally {
5184
+ _iterator3.f();
5185
+ }
5186
+
5187
+ return visibleFocusableElements;
5188
+ }
5189
+ }, {
5190
+ key: "getFirstFocusableElement",
5191
+ value: function getFirstFocusableElement(element) {
5192
+ var focusableElements = this.getFocusableElements(element);
5193
+ return focusableElements.length > 0 ? focusableElements[0] : null;
5194
+ }
5195
+ }, {
5196
+ key: "isClickable",
5197
+ value: function isClickable(element) {
5198
+ var targetNode = element.nodeName;
5199
+ var parentNode = element.parentElement && element.parentElement.nodeName;
5200
+ return targetNode == 'INPUT' || targetNode == 'BUTTON' || targetNode == 'A' || parentNode == 'INPUT' || parentNode == 'BUTTON' || parentNode == 'A' || this.hasClass(element, 'p-button') || this.hasClass(element.parentElement, 'p-button') || this.hasClass(element.parentElement, 'p-checkbox') || this.hasClass(element.parentElement, 'p-radiobutton');
5201
+ }
5202
+ }, {
5203
+ key: "applyStyle",
5204
+ value: function applyStyle(element, style) {
5205
+ if (typeof style === 'string') {
5206
+ element.style.cssText = style;
5207
+ } else {
5208
+ for (var prop in style) {
5209
+ element.style[prop] = style[prop];
5210
+ }
5211
+ }
5212
+ }
5213
+ }, {
5214
+ key: "isIOS",
5215
+ value: function isIOS() {
5216
+ return /iPad|iPhone|iPod/.test(navigator.userAgent) && !window['MSStream'];
5217
+ }
5218
+ }, {
5219
+ key: "isAndroid",
5220
+ value: function isAndroid() {
5221
+ return /(android)/i.test(navigator.userAgent);
5222
+ }
5223
+ }, {
5224
+ key: "isTouchDevice",
5225
+ value: function isTouchDevice() {
5226
+ return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
5227
+ }
5228
+ }]);
5229
+
5230
+ return DomHandler;
5231
+ }();
5232
+
5233
+
5234
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.search.js
5235
+ var es6_regexp_search = __webpack_require__("386d");
5236
+
5237
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom.iterable.js
5238
+ var web_dom_iterable = __webpack_require__("ac6a");
5239
+
5240
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.iterator.js
5241
+ var es6_array_iterator = __webpack_require__("cadf");
5242
+
5243
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.object.keys.js
5244
+ var es6_object_keys = __webpack_require__("456d");
5245
+
5246
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol.js
5247
+ var symbol = __webpack_require__("67bb");
5248
+ var symbol_default = /*#__PURE__*/__webpack_require__.n(symbol);
5249
+
5250
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js
5251
+ var iterator = __webpack_require__("5d58");
5252
+ var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
5253
+
5254
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
5255
+
5256
+
5257
+ function _typeof(obj) {
5258
+ "@babel/helpers - typeof";
5259
+
5260
+ return _typeof = "function" == typeof symbol_default.a && "symbol" == typeof iterator_default.a ? function (obj) {
5261
+ return typeof obj;
5262
+ } : function (obj) {
5263
+ return obj && "function" == typeof symbol_default.a && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
5264
+ }, _typeof(obj);
5265
+ }
5266
+ // CONCATENATED MODULE: ./src/components/utils/ObjectUtils.js
5267
+
5268
+
5269
+
5270
+
5271
+
5272
+
5273
+
5274
+
5275
+
5276
+
5277
+
5278
+
5279
+
5280
+
5281
+
5282
+
5283
+
5284
+ function ObjectUtils_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = ObjectUtils_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
5285
+
5286
+ function ObjectUtils_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ObjectUtils_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return ObjectUtils_arrayLikeToArray(o, minLen); }
5287
+
5288
+ function ObjectUtils_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
5289
+
5290
+ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5291
+ function ObjectUtils() {
5292
+ _classCallCheck(this, ObjectUtils);
5293
+ }
5294
+
5295
+ _createClass(ObjectUtils, null, [{
5296
+ key: "equals",
5297
+ value: function equals(obj1, obj2, field) {
5298
+ if (field) return this.resolveFieldData(obj1, field) === this.resolveFieldData(obj2, field);else return this.deepEquals(obj1, obj2);
5299
+ }
5300
+ }, {
5301
+ key: "deepEquals",
5302
+ value: function deepEquals(a, b) {
5303
+ if (a === b) return true;
5304
+
5305
+ if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
5306
+ var arrA = Array.isArray(a),
5307
+ arrB = Array.isArray(b),
5308
+ i,
5309
+ length,
5310
+ key;
5311
+
5312
+ if (arrA && arrB) {
5313
+ length = a.length;
5314
+ if (length != b.length) return false;
5315
+
5316
+ for (i = length; i-- !== 0;) {
5317
+ if (!this.deepEquals(a[i], b[i])) return false;
5318
+ }
5319
+
5320
+ return true;
5321
+ }
5322
+
5323
+ if (arrA != arrB) return false;
5324
+ var dateA = a instanceof Date,
5325
+ dateB = b instanceof Date;
5326
+ if (dateA != dateB) return false;
5327
+ if (dateA && dateB) return a.getTime() == b.getTime();
5328
+ var regexpA = a instanceof RegExp,
5329
+ regexpB = b instanceof RegExp;
5330
+ if (regexpA != regexpB) return false;
5331
+ if (regexpA && regexpB) return a.toString() == b.toString();
5332
+ var keys = Object.keys(a);
5333
+ length = keys.length;
5334
+ if (length !== Object.keys(b).length) return false;
5335
+
5336
+ for (i = length; i-- !== 0;) {
5337
+ if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
5338
+ }
5339
+
5340
+ for (i = length; i-- !== 0;) {
5341
+ key = keys[i];
5342
+ if (!this.deepEquals(a[key], b[key])) return false;
5343
+ }
5344
+
5345
+ return true;
5346
+ }
5347
+
5348
+ return a !== a && b !== b;
5349
+ }
5350
+ }, {
5351
+ key: "resolveFieldData",
5352
+ value: function resolveFieldData(data, field) {
5353
+ if (data && Object.keys(data).length && field) {
5354
+ if (this.isFunction(field)) {
5355
+ return field(data);
5356
+ } else if (field.indexOf('.') === -1) {
5357
+ return data[field];
5358
+ } else {
5359
+ var fields = field.split('.');
5360
+ var value = data;
5361
+
5362
+ for (var i = 0, len = fields.length; i < len; ++i) {
5363
+ if (value == null) {
5364
+ return null;
5365
+ }
5366
+
5367
+ value = value[fields[i]];
5368
+ }
5369
+
5370
+ return value;
5371
+ }
5372
+ } else {
5373
+ return null;
5374
+ }
5375
+ }
5376
+ }, {
5377
+ key: "isFunction",
5378
+ value: function isFunction(obj) {
5379
+ return !!(obj && obj.constructor && obj.call && obj.apply);
5380
+ }
5381
+ }, {
5382
+ key: "filter",
5383
+ value: function filter(value, fields, filterValue) {
5384
+ var filteredItems = [];
5385
+
5386
+ if (value) {
5387
+ var _iterator = ObjectUtils_createForOfIteratorHelper(value),
5388
+ _step;
5389
+
5390
+ try {
5391
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
5392
+ var item = _step.value;
5393
+
5394
+ var _iterator2 = ObjectUtils_createForOfIteratorHelper(fields),
5395
+ _step2;
5396
+
5397
+ try {
5398
+ for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
5399
+ var field = _step2.value;
5400
+
5401
+ if (String(this.resolveFieldData(item, field)).toLowerCase().indexOf(filterValue.toLowerCase()) > -1) {
5402
+ filteredItems.push(item);
5403
+ break;
5404
+ }
5405
+ }
5406
+ } catch (err) {
5407
+ _iterator2.e(err);
5408
+ } finally {
5409
+ _iterator2.f();
5410
+ }
5411
+ }
5412
+ } catch (err) {
5413
+ _iterator.e(err);
5414
+ } finally {
5415
+ _iterator.f();
5416
+ }
5417
+ }
5418
+
5419
+ return filteredItems;
5420
+ }
5421
+ }, {
5422
+ key: "reorderArray",
5423
+ value: function reorderArray(value, from, to) {
5424
+ var target;
5425
+
5426
+ if (value && from !== to) {
5427
+ if (to >= value.length) {
5428
+ target = to - value.length;
5429
+
5430
+ while (target-- + 1) {
5431
+ value.push(undefined);
5432
+ }
5433
+ }
5434
+
5435
+ value.splice(to, 0, value.splice(from, 1)[0]);
5090
5436
  }
5091
-
5092
- return this.browser;
5093
- }
5094
- }, {
5095
- key: "resolveUserAgent",
5096
- value: function resolveUserAgent() {
5097
- var ua = navigator.userAgent.toLowerCase();
5098
- var match = /(chrome)[ ]([\w.]+)/.exec(ua) || /(webkit)[ ]([\w.]+)/.exec(ua) || /(opera)(?:.*version|)[ ]([\w.]+)/.exec(ua) || /(msie) ([\w.]+)/.exec(ua) || ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || [];
5099
- return {
5100
- browser: match[1] || "",
5101
- version: match[2] || "0"
5102
- };
5103
- }
5104
- }, {
5105
- key: "isVisible",
5106
- value: function isVisible(element) {
5107
- return element.offsetParent != null;
5108
5437
  }
5109
5438
  }, {
5110
- key: "invokeElementMethod",
5111
- value: function invokeElementMethod(element, methodName, args) {
5112
- element[methodName].apply(element, args);
5113
- }
5114
- }, {
5115
- key: "getFocusableElements",
5116
- value: function getFocusableElements(element) {
5117
- var focusableElements = DomHandler.find(element, "button:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), \n [href][clientHeight][clientWidth]:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), \n input:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), select:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), \n textarea:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), [tabIndex]:not([tabIndex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), \n [contenteditable]:not([tabIndex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden])");
5118
- var visibleFocusableElements = [];
5119
-
5120
- var _iterator3 = DomHandler_createForOfIteratorHelper(focusableElements),
5121
- _step3;
5439
+ key: "findIndexInList",
5440
+ value: function findIndexInList(value, list) {
5441
+ var index = -1;
5122
5442
 
5123
- try {
5124
- for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
5125
- var focusableElement = _step3.value;
5126
- if (getComputedStyle(focusableElement).display != "none" && getComputedStyle(focusableElement).visibility != "hidden") visibleFocusableElements.push(focusableElement);
5443
+ if (list) {
5444
+ for (var i = 0; i < list.length; i++) {
5445
+ if (list[i] === value) {
5446
+ index = i;
5447
+ break;
5448
+ }
5127
5449
  }
5128
- } catch (err) {
5129
- _iterator3.e(err);
5130
- } finally {
5131
- _iterator3.f();
5132
5450
  }
5133
5451
 
5134
- return visibleFocusableElements;
5452
+ return index;
5135
5453
  }
5136
5454
  }, {
5137
- key: "isClickable",
5138
- value: function isClickable(element) {
5139
- var targetNode = element.nodeName;
5140
- var parentNode = element.parentElement && element.parentElement.nodeName;
5141
- return targetNode == 'INPUT' || targetNode == 'BUTTON' || targetNode == 'A' || parentNode == 'INPUT' || parentNode == 'BUTTON' || parentNode == 'A' || this.hasClass(element, 'p-button') || this.hasClass(element.parentElement, 'p-button') || this.hasClass(element.parentElement, 'p-checkbox') || this.hasClass(element.parentElement, 'p-radiobutton');
5455
+ key: "contains",
5456
+ value: function contains(value, list) {
5457
+ if (value != null && list && list.length) {
5458
+ var _iterator3 = ObjectUtils_createForOfIteratorHelper(list),
5459
+ _step3;
5460
+
5461
+ try {
5462
+ for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
5463
+ var val = _step3.value;
5464
+ if (this.equals(value, val)) return true;
5465
+ }
5466
+ } catch (err) {
5467
+ _iterator3.e(err);
5468
+ } finally {
5469
+ _iterator3.f();
5470
+ }
5471
+ }
5472
+
5473
+ return false;
5142
5474
  }
5143
5475
  }, {
5144
- key: "isIOS",
5145
- value: function isIOS() {
5146
- return /iPad|iPhone|iPod/.test(navigator.userAgent) && !window['MSStream'];
5476
+ key: "insertIntoOrderedArray",
5477
+ value: function insertIntoOrderedArray(item, index, arr, sourceArr) {
5478
+ if (arr.length > 0) {
5479
+ var injected = false;
5480
+
5481
+ for (var i = 0; i < arr.length; i++) {
5482
+ var currentItemIndex = this.findIndexInList(arr[i], sourceArr);
5483
+
5484
+ if (currentItemIndex > index) {
5485
+ arr.splice(i, 0, item);
5486
+ injected = true;
5487
+ break;
5488
+ }
5489
+ }
5490
+
5491
+ if (!injected) {
5492
+ arr.push(item);
5493
+ }
5494
+ } else {
5495
+ arr.push(item);
5496
+ }
5147
5497
  }
5148
5498
  }, {
5149
- key: "isAndroid",
5150
- value: function isAndroid() {
5151
- return /(android)/i.test(navigator.userAgent);
5499
+ key: "removeAccents",
5500
+ value: function removeAccents(str) {
5501
+ if (str && str.search(/[\xC0-\xFF]/g) > -1) {
5502
+ str = str.replace(/[\xC0-\xC5]/g, "A").replace(/[\xC6]/g, "AE").replace(/[\xC7]/g, "C").replace(/[\xC8-\xCB]/g, "E").replace(/[\xCC-\xCF]/g, "I").replace(/[\xD0]/g, "D").replace(/[\xD1]/g, "N").replace(/[\xD2-\xD6\xD8]/g, "O").replace(/[\xD9-\xDC]/g, "U").replace(/[\xDD]/g, "Y").replace(/[\xDE]/g, "P").replace(/[\xE0-\xE5]/g, "a").replace(/[\xE6]/g, "ae").replace(/[\xE7]/g, "c").replace(/[\xE8-\xEB]/g, "e").replace(/[\xEC-\xEF]/g, "i").replace(/[\xF1]/g, "n").replace(/[\xF2-\xF6\xF8]/g, "o").replace(/[\xF9-\xFC]/g, "u").replace(/[\xFE]/g, "p").replace(/[\xFD\xFF]/g, "y");
5503
+ }
5504
+
5505
+ return str;
5152
5506
  }
5153
5507
  }, {
5154
- key: "isTouchDevice",
5155
- value: function isTouchDevice() {
5156
- return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
5508
+ key: "getVNodeProp",
5509
+ value: function getVNodeProp(vnode, prop) {
5510
+ var props = vnode._props;
5511
+
5512
+ if (props) {
5513
+ var kebapProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
5514
+ var propName = Object.prototype.hasOwnProperty.call(props, kebapProp) ? kebapProp : prop;
5515
+ return props[propName];
5516
+ }
5517
+
5518
+ return null;
5157
5519
  }
5158
5520
  }]);
5159
5521
 
5160
- return DomHandler;
5522
+ return ObjectUtils;
5161
5523
  }();
5162
5524
 
5163
5525
 
5526
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"49e9ffe4-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/datatable/BodyCell.vue?vue&type=template&id=43b472c0&
5527
+ var BodyCellvue_type_template_id_43b472c0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('td',{class:_vm.containerClass,style:(_vm.containerStyle),attrs:{"role":"cell","data-prime":_vm.editingRowData},on:{"click":_vm.onClick,"keydown":_vm.onKeyDown}},[(_vm.responsiveLayout === 'stack')?_c('span',{staticClass:"p-column-title"},[_vm._v(_vm._s(_vm.columnProp('header')))]):_vm._e(),(_vm.column.$scopedSlots.body && !_vm.d_editing)?_c('ColumnSlot',{attrs:{"data":_vm.rowData,"column":_vm.column,"field":_vm.field,"index":_vm.rowIndex,"type":"body","frozenRow":_vm.frozenRow,"editorInitCallback":_vm.editorInitCallback}}):(_vm.column.$scopedSlots.editor && _vm.d_editing)?_c('ColumnSlot',{attrs:{"data":_vm.editingRowData,"column":_vm.column,"field":_vm.field,"index":_vm.rowIndex,"type":"editor","frozenRow":_vm.frozenRow,"editorSaveCallback":_vm.editorSaveCallback,"editorCancelCallback":_vm.editorCancelCallback}}):(!_vm.column.$scopedSlots.editor && _vm.column.$scopedSlots.body && _vm.d_editing)?_c('ColumnSlot',{attrs:{"data":_vm.editingRowData,"column":_vm.column,"field":_vm.field,"index":_vm.rowIndex,"type":"body","frozenRow":_vm.frozenRow,"editorSaveCallback":_vm.editorSaveCallback,"editorCancelCallback":_vm.editorCancelCallback}}):(_vm.columnProp('selectionMode'))?[(_vm.columnProp('selectionMode') === 'single')?_c('DTRadioButton',{attrs:{"value":_vm.rowData,"checked":_vm.selected},on:{"change":function($event){return _vm.toggleRowWithRadio($event, _vm.rowIndex)}}}):(_vm.columnProp('selectionMode') ==='multiple')?_c('DTCheckbox',{attrs:{"value":_vm.rowData,"checked":_vm.selected},on:{"change":function($event){return _vm.toggleRowWithCheckbox($event, _vm.rowIndex)}}}):_vm._e()]:(_vm.columnProp('rowReorder'))?[_c('i',{class:['p-datatable-reorderablerow-handle', (_vm.columnProp('rowReorderIcon') || 'pi pi-bars')]})]:(_vm.columnProp('expander'))?[_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-row-toggler p-link",attrs:{"type":"button"},on:{"click":_vm.toggleRow}},[_c('span',{class:_vm.rowTogglerIcon})])]:(_vm.editMode === 'row' && _vm.columnProp('rowEditor'))?[(!_vm.d_editing)?_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-row-editor-init p-link",attrs:{"type":"button"},on:{"click":_vm.onRowEditInit}},[_c('span',{staticClass:"p-row-editor-init-icon pi pi-fw pi-pencil"})]):_vm._e(),(_vm.d_editing)?_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-row-editor-save p-link",attrs:{"type":"button"},on:{"click":_vm.onRowEditSave}},[_c('span',{staticClass:"p-row-editor-save-icon pi pi-fw pi-check"})]):_vm._e(),(_vm.d_editing)?_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-row-editor-cancel p-link",attrs:{"type":"button"},on:{"click":_vm.onRowEditCancel}},[_c('span',{staticClass:"p-row-editor-cancel-icon pi pi-fw pi-times"})]):_vm._e()]:[_vm._v(_vm._s(_vm.resolveFieldData()))]],2)}
5528
+ var BodyCellvue_type_template_id_43b472c0_staticRenderFns = []
5529
+
5530
+
5531
+ // CONCATENATED MODULE: ./src/components/datatable/BodyCell.vue?vue&type=template&id=43b472c0&
5532
+
5533
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.map.js
5534
+ var es6_map = __webpack_require__("f400");
5535
+
5536
+ // CONCATENATED MODULE: ./src/components/utils/EventBus.js
5537
+
5538
+
5539
+
5540
+
5541
+ /* harmony default export */ var EventBus = (function () {
5542
+ var allHandlers = new Map();
5543
+ return {
5544
+ on: function on(type, handler) {
5545
+ var handlers = allHandlers.get(type);
5546
+ if (!handlers) handlers = [handler];else handlers.push(handler);
5547
+ allHandlers.set(type, handlers);
5548
+ },
5549
+ off: function off(type, handler) {
5550
+ var handlers = allHandlers.get(type);
5551
+
5552
+ if (handlers) {
5553
+ handlers.splice(handlers.indexOf(handler) >>> 0, 1);
5554
+ }
5555
+ },
5556
+ emit: function emit(type, evt) {
5557
+ var handlers = allHandlers.get(type);
5558
+
5559
+ if (handlers) {
5560
+ handlers.slice().map(function (handler) {
5561
+ handler(evt);
5562
+ });
5563
+ }
5564
+ }
5565
+ };
5566
+ });
5567
+ // CONCATENATED MODULE: ./src/components/overlayeventbus/OverlayEventBus.js
5568
+
5569
+ /* harmony default export */ var OverlayEventBus = (EventBus());
5164
5570
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/datatable/ColumnSlot.vue?vue&type=script&lang=js&
5165
5571
 
5166
5572
  /* harmony default export */ var ColumnSlotvue_type_script_lang_js_ = ({
@@ -5181,13 +5587,48 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5181
5587
  type: {
5182
5588
  type: String,
5183
5589
  default: null
5590
+ },
5591
+ frozenRow: {
5592
+ type: Boolean,
5593
+ default: false
5594
+ },
5595
+ field: {
5596
+ type: null,
5597
+ default: null
5598
+ },
5599
+ filterModel: {
5600
+ type: null,
5601
+ default: null
5602
+ },
5603
+ filterCallback: {
5604
+ type: null,
5605
+ default: null
5606
+ },
5607
+ editorInitCallback: {
5608
+ type: null,
5609
+ default: null
5610
+ },
5611
+ editorSaveCallback: {
5612
+ type: null,
5613
+ default: null
5614
+ },
5615
+ editorCancelCallback: {
5616
+ type: null,
5617
+ default: null
5184
5618
  }
5185
5619
  },
5186
5620
  render: function render(createElement, context) {
5187
5621
  var content = context.props.column.$scopedSlots[context.props.type]({
5188
5622
  'data': context.props.data,
5189
5623
  'index': context.props.index,
5190
- 'column': context.props.column
5624
+ 'column': context.props.column,
5625
+ 'frozenRow': context.props.frozenRow,
5626
+ 'field': context.props.field,
5627
+ 'filterModel': context.props.filterModel,
5628
+ 'filterCallback': context.props.filterCallback,
5629
+ 'editorInitCallback': context.props.editorInitCallback,
5630
+ 'editorSaveCallback': context.props.editorSaveCallback,
5631
+ 'editorCancelCallback': context.props.editorCancelCallback
5191
5632
  });
5192
5633
  return [content];
5193
5634
  }
@@ -5314,12 +5755,12 @@ var component = normalizeComponent(
5314
5755
  )
5315
5756
 
5316
5757
  /* harmony default export */ var ColumnSlot = (component.exports);
5317
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"9d50adc0-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/datatable/RowRadioButton.vue?vue&type=template&id=3dee70d6&
5318
- var RowRadioButtonvue_type_template_id_3dee70d6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"p-radiobutton p-component",attrs:{"tabindex":"0"},on:{"click":_vm.onClick,"focus":function($event){return _vm.onFocus($event)},"blur":function($event){return _vm.onBlur($event)},"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();return _vm.onClick.apply(null, arguments)}}},[_c('div',{ref:"box",class:['p-radiobutton-box p-component', {'p-highlight': _vm.checked, 'p-disabled': _vm.disabled, 'p-focus': _vm.focused}],attrs:{"role":"radio","aria-checked":_vm.checked}},[_c('div',{staticClass:"p-radiobutton-icon"})])])}
5319
- var RowRadioButtonvue_type_template_id_3dee70d6_staticRenderFns = []
5758
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"49e9ffe4-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/datatable/RowRadioButton.vue?vue&type=template&id=3e398a56&
5759
+ var RowRadioButtonvue_type_template_id_3e398a56_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:['p-radiobutton p-component', {'p-radiobutton-focused': _vm.focused}],attrs:{"tabindex":"0"},on:{"click":_vm.onClick,"focus":function($event){return _vm.onFocus($event)},"blur":function($event){return _vm.onBlur($event)},"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();return _vm.onClick.apply(null, arguments)}}},[_c('div',{ref:"box",class:['p-radiobutton-box p-component', {'p-highlight': _vm.checked, 'p-disabled': _vm.disabled, 'p-focus': _vm.focused}],attrs:{"role":"radio","aria-checked":_vm.checked}},[_c('div',{staticClass:"p-radiobutton-icon"})])])}
5760
+ var RowRadioButtonvue_type_template_id_3e398a56_staticRenderFns = []
5320
5761
 
5321
5762
 
5322
- // CONCATENATED MODULE: ./src/components/datatable/RowRadioButton.vue?vue&type=template&id=3dee70d6&
5763
+ // CONCATENATED MODULE: ./src/components/datatable/RowRadioButton.vue?vue&type=template&id=3e398a56&
5323
5764
 
5324
5765
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/datatable/RowRadioButton.vue?vue&type=script&lang=js&
5325
5766
  //
@@ -5373,8 +5814,8 @@ var RowRadioButtonvue_type_template_id_3dee70d6_staticRenderFns = []
5373
5814
 
5374
5815
  var RowRadioButton_component = normalizeComponent(
5375
5816
  datatable_RowRadioButtonvue_type_script_lang_js_,
5376
- RowRadioButtonvue_type_template_id_3dee70d6_render,
5377
- RowRadioButtonvue_type_template_id_3dee70d6_staticRenderFns,
5817
+ RowRadioButtonvue_type_template_id_3e398a56_render,
5818
+ RowRadioButtonvue_type_template_id_3e398a56_staticRenderFns,
5378
5819
  false,
5379
5820
  null,
5380
5821
  null,
@@ -5383,12 +5824,12 @@ var RowRadioButton_component = normalizeComponent(
5383
5824
  )
5384
5825
 
5385
5826
  /* harmony default export */ var RowRadioButton = (RowRadioButton_component.exports);
5386
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"9d50adc0-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/datatable/RowCheckbox.vue?vue&type=template&id=0349feb2&
5387
- var RowCheckboxvue_type_template_id_0349feb2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"p-checkbox p-component",on:{"click":_vm.onClick}},[_c('div',{staticClass:"p-hidden-accessible"},[_c('input',{ref:"input",attrs:{"type":"checkbox","disabled":_vm.disabled},domProps:{"checked":_vm.checked},on:{"focus":function($event){return _vm.onFocus($event)},"blur":function($event){return _vm.onBlur($event)}}})]),_c('div',{ref:"box",class:['p-checkbox-box p-component', {'p-highlight': _vm.checked, 'p-disabled': _vm.$attrs.disabled, 'p-focus': _vm.focused}],attrs:{"role":"checkbox","aria-checked":_vm.checked}},[_c('span',{class:['p-checkbox-icon', {'pi pi-check': _vm.checked}]})])])}
5388
- var RowCheckboxvue_type_template_id_0349feb2_staticRenderFns = []
5827
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"49e9ffe4-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/datatable/RowCheckbox.vue?vue&type=template&id=1e7e4cf8&
5828
+ var RowCheckboxvue_type_template_id_1e7e4cf8_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:['p-checkbox p-component', {'p-checkbox-focused': _vm.focused}],on:{"click":_vm.onClick}},[_c('div',{staticClass:"p-hidden-accessible"},[_c('input',{ref:"input",attrs:{"type":"checkbox","disabled":_vm.disabled},domProps:{"checked":_vm.checked},on:{"focus":function($event){return _vm.onFocus($event)},"blur":function($event){return _vm.onBlur($event)}}})]),_c('div',{ref:"box",class:['p-checkbox-box p-component', {'p-highlight': _vm.checked, 'p-disabled': _vm.$attrs.disabled, 'p-focus': _vm.focused}],attrs:{"role":"checkbox","aria-checked":_vm.checked}},[_c('span',{class:['p-checkbox-icon', {'pi pi-check': _vm.checked}]})])])}
5829
+ var RowCheckboxvue_type_template_id_1e7e4cf8_staticRenderFns = []
5389
5830
 
5390
5831
 
5391
- // CONCATENATED MODULE: ./src/components/datatable/RowCheckbox.vue?vue&type=template&id=0349feb2&
5832
+ // CONCATENATED MODULE: ./src/components/datatable/RowCheckbox.vue?vue&type=template&id=1e7e4cf8&
5392
5833
 
5393
5834
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/datatable/RowCheckbox.vue?vue&type=script&lang=js&
5394
5835
  //
@@ -5444,8 +5885,8 @@ var RowCheckboxvue_type_template_id_0349feb2_staticRenderFns = []
5444
5885
 
5445
5886
  var RowCheckbox_component = normalizeComponent(
5446
5887
  datatable_RowCheckboxvue_type_script_lang_js_,
5447
- RowCheckboxvue_type_template_id_0349feb2_render,
5448
- RowCheckboxvue_type_template_id_0349feb2_staticRenderFns,
5888
+ RowCheckboxvue_type_template_id_1e7e4cf8_render,
5889
+ RowCheckboxvue_type_template_id_1e7e4cf8_staticRenderFns,
5449
5890
  false,
5450
5891
  null,
5451
5892
  null,
@@ -5567,6 +6008,8 @@ var Ripple = {
5567
6008
  //
5568
6009
  //
5569
6010
  //
6011
+ //
6012
+
5570
6013
 
5571
6014
 
5572
6015
 
@@ -5583,6 +6026,14 @@ var Ripple = {
5583
6026
  type: Object,
5584
6027
  default: null
5585
6028
  },
6029
+ frozenRow: {
6030
+ type: Boolean,
6031
+ default: false
6032
+ },
6033
+ rowIndex: {
6034
+ type: Number,
6035
+ default: null
6036
+ },
5586
6037
  index: {
5587
6038
  type: Number,
5588
6039
  default: null
@@ -5599,39 +6050,70 @@ var Ripple = {
5599
6050
  type: Boolean,
5600
6051
  default: false
5601
6052
  },
6053
+ editingMeta: {
6054
+ type: Object,
6055
+ default: null
6056
+ },
5602
6057
  editMode: {
5603
6058
  type: String,
5604
6059
  default: null
6060
+ },
6061
+ responsiveLayout: {
6062
+ type: String,
6063
+ default: 'stack'
5605
6064
  }
5606
6065
  },
5607
6066
  documentEditListener: null,
5608
6067
  selfClick: false,
5609
6068
  data: function data() {
5610
6069
  return {
5611
- d_editing: this.editing
6070
+ d_editing: this.editing,
6071
+ styleObject: {
6072
+ left: '',
6073
+ right: ''
6074
+ }
5612
6075
  };
5613
6076
  },
5614
6077
  watch: {
5615
6078
  editing: function editing(newValue) {
5616
6079
  this.d_editing = newValue;
6080
+ },
6081
+ '$data.d_editing': function $dataD_editing(newValue) {
6082
+ this.$emit('editing-meta-change', {
6083
+ data: this.rowData,
6084
+ field: this.field || "field_".concat(this.index),
6085
+ index: this.rowIndex,
6086
+ editing: newValue
6087
+ });
5617
6088
  }
5618
6089
  },
5619
6090
  mounted: function mounted() {
5620
- this.children = this.$children;
6091
+ if (this.columnProp('frozen')) {
6092
+ this.updateStickyPosition();
6093
+ }
5621
6094
  },
5622
6095
  updated: function updated() {
5623
- if (this.d_editing && this.editMode) {
5624
- var query = this.editMode === 'row' ? '[autofocus]' : 'input';
5625
- var focusable = DomHandler_DomHandler.findSingle(this.$el, query);
6096
+ if (this.columnProp('frozen')) {
6097
+ this.updateStickyPosition();
6098
+ }
5626
6099
 
5627
- if (focusable && document.activeElement != focusable) {
5628
- focusable.focus();
5629
- }
6100
+ if (this.d_editing && (this.editMode === 'cell' || this.editMode === 'row' && this.columnProp('rowEditor'))) {
6101
+ var focusableEl = DomHandler_DomHandler.getFirstFocusableElement(this.$el);
6102
+ focusableEl && focusableEl.focus();
6103
+ }
6104
+ },
6105
+ beforeDestroy: function beforeDestroy() {
6106
+ if (this.overlayEventListener) {
6107
+ OverlayEventBus.off('overlay-click', this.overlayEventListener);
6108
+ this.overlayEventListener = null;
5630
6109
  }
5631
6110
  },
5632
6111
  methods: {
6112
+ columnProp: function columnProp(prop) {
6113
+ return ObjectUtils_ObjectUtils.getVNodeProp(this.column, prop);
6114
+ },
5633
6115
  resolveFieldData: function resolveFieldData() {
5634
- return ObjectUtils_ObjectUtils.resolveFieldData(this.rowData, this.column.field);
6116
+ return ObjectUtils_ObjectUtils.resolveFieldData(this.rowData, this.field);
5635
6117
  },
5636
6118
  toggleRow: function toggleRow(event) {
5637
6119
  this.$emit('row-toggle', {
@@ -5639,11 +6121,19 @@ var Ripple = {
5639
6121
  data: this.rowData
5640
6122
  });
5641
6123
  },
5642
- toggleRowWithRadio: function toggleRowWithRadio(event) {
5643
- this.$emit('radio-change', event);
6124
+ toggleRowWithRadio: function toggleRowWithRadio(event, index) {
6125
+ this.$emit('radio-change', {
6126
+ originalEvent: event.originalEvent,
6127
+ index: index,
6128
+ data: event.data
6129
+ });
5644
6130
  },
5645
- toggleRowWithCheckbox: function toggleRowWithCheckbox(event) {
5646
- this.$emit('checkbox-change', event);
6131
+ toggleRowWithCheckbox: function toggleRowWithCheckbox(event, index) {
6132
+ this.$emit('checkbox-change', {
6133
+ originalEvent: event.originalEvent,
6134
+ index: index,
6135
+ data: event.data
6136
+ });
5647
6137
  },
5648
6138
  isEditable: function isEditable() {
5649
6139
  return this.column.$scopedSlots.editor != null;
@@ -5653,7 +6143,7 @@ var Ripple = {
5653
6143
 
5654
6144
  if (!this.documentEditListener) {
5655
6145
  this.documentEditListener = function (event) {
5656
- if (_this.isOutsideClicked(event)) {
6146
+ if (!_this.selfClick) {
5657
6147
  _this.completeEdit(event, 'outside');
5658
6148
  }
5659
6149
 
@@ -5667,17 +6157,18 @@ var Ripple = {
5667
6157
  if (this.documentEditListener) {
5668
6158
  document.removeEventListener('click', this.documentEditListener);
5669
6159
  this.documentEditListener = null;
5670
- this.selfClick = true;
6160
+ this.selfClick = false;
5671
6161
  }
5672
6162
  },
5673
6163
  switchCellToViewMode: function switchCellToViewMode() {
5674
6164
  this.d_editing = false;
5675
6165
  this.unbindDocumentEditListener();
5676
- },
5677
- isOutsideClicked: function isOutsideClicked() {
5678
- return !this.selfClick;
6166
+ OverlayEventBus.off('overlay-click', this.overlayEventListener);
6167
+ this.overlayEventListener = null;
5679
6168
  },
5680
6169
  onClick: function onClick(event) {
6170
+ var _this2 = this;
6171
+
5681
6172
  if (this.editMode === 'cell' && this.isEditable()) {
5682
6173
  this.selfClick = true;
5683
6174
 
@@ -5687,9 +6178,17 @@ var Ripple = {
5687
6178
  this.$emit('cell-edit-init', {
5688
6179
  originalEvent: event,
5689
6180
  data: this.rowData,
5690
- field: this.column.field,
5691
- index: this.index
6181
+ field: this.field,
6182
+ index: this.rowIndex
5692
6183
  });
6184
+
6185
+ this.overlayEventListener = function (e) {
6186
+ if (_this2.$el && _this2.$el.contains(e.target)) {
6187
+ _this2.selfClick = true;
6188
+ }
6189
+ };
6190
+
6191
+ OverlayEventBus.on('overlay-click', this.overlayEventListener);
5693
6192
  }
5694
6193
  }
5695
6194
  },
@@ -5697,8 +6196,11 @@ var Ripple = {
5697
6196
  var completeEvent = {
5698
6197
  originalEvent: event,
5699
6198
  data: this.rowData,
5700
- field: this.column.field,
5701
- index: this.index,
6199
+ newData: this.editingRowData,
6200
+ value: this.rowData[this.field],
6201
+ newValue: this.editingRowData[this.field],
6202
+ field: this.field,
6203
+ index: this.rowIndex,
5702
6204
  type: type,
5703
6205
  defaultPrevented: false,
5704
6206
  preventDefault: function preventDefault() {
@@ -5723,8 +6225,8 @@ var Ripple = {
5723
6225
  this.$emit('cell-edit-cancel', {
5724
6226
  originalEvent: event,
5725
6227
  data: this.rowData,
5726
- field: this.column.field,
5727
- index: this.index
6228
+ field: this.field,
6229
+ index: this.rowIndex
5728
6230
  });
5729
6231
  break;
5730
6232
 
@@ -5807,34 +6309,101 @@ var Ripple = {
5807
6309
  this.$emit('row-edit-init', {
5808
6310
  originalEvent: event,
5809
6311
  data: this.rowData,
5810
- field: this.column.field,
5811
- index: this.index
6312
+ newData: this.editingRowData,
6313
+ field: this.field,
6314
+ index: this.rowIndex
5812
6315
  });
5813
6316
  },
5814
6317
  onRowEditSave: function onRowEditSave(event) {
5815
6318
  this.$emit('row-edit-save', {
5816
6319
  originalEvent: event,
5817
6320
  data: this.rowData,
5818
- field: this.column.field,
5819
- index: this.index
6321
+ newData: this.editingRowData,
6322
+ field: this.field,
6323
+ index: this.rowIndex
5820
6324
  });
5821
6325
  },
5822
6326
  onRowEditCancel: function onRowEditCancel(event) {
5823
6327
  this.$emit('row-edit-cancel', {
5824
6328
  originalEvent: event,
5825
6329
  data: this.rowData,
5826
- field: this.column.field,
5827
- index: this.index
6330
+ newData: this.editingRowData,
6331
+ field: this.field,
6332
+ index: this.rowIndex
5828
6333
  });
6334
+ },
6335
+ editorInitCallback: function editorInitCallback(event) {
6336
+ this.$emit('row-edit-init', {
6337
+ originalEvent: event,
6338
+ data: this.rowData,
6339
+ newData: this.editingRowData,
6340
+ field: this.field,
6341
+ index: this.rowIndex
6342
+ });
6343
+ },
6344
+ editorSaveCallback: function editorSaveCallback(event) {
6345
+ this.$emit('row-edit-save', {
6346
+ originalEvent: event,
6347
+ data: this.rowData,
6348
+ newData: this.editingRowData,
6349
+ field: this.field,
6350
+ index: this.rowIndex
6351
+ });
6352
+ },
6353
+ editorCancelCallback: function editorCancelCallback(event) {
6354
+ this.$emit('row-edit-cancel', {
6355
+ originalEvent: event,
6356
+ data: this.rowData,
6357
+ newData: this.editingRowData,
6358
+ field: this.field,
6359
+ index: this.rowIndex
6360
+ });
6361
+ },
6362
+ updateStickyPosition: function updateStickyPosition() {
6363
+ if (this.columnProp('frozen')) {
6364
+ var align = this.columnProp('alignFrozen');
6365
+
6366
+ if (align === 'right') {
6367
+ var right = 0;
6368
+ var next = this.$el.nextElementSibling;
6369
+
6370
+ if (next) {
6371
+ right = DomHandler_DomHandler.getOuterWidth(next) + parseFloat(next.style.right || 0);
6372
+ }
6373
+
6374
+ this.styleObject.right = right + 'px';
6375
+ } else {
6376
+ var left = 0;
6377
+ var prev = this.$el.previousElementSibling;
6378
+
6379
+ if (prev) {
6380
+ left = DomHandler_DomHandler.getOuterWidth(prev) + parseFloat(prev.style.left || 0);
6381
+ }
6382
+
6383
+ this.styleObject.left = left + 'px';
6384
+ }
6385
+ }
5829
6386
  }
5830
6387
  },
5831
6388
  computed: {
6389
+ editingRowData: function editingRowData() {
6390
+ return this.editingMeta[this.rowIndex] ? this.editingMeta[this.rowIndex].data : this.rowData;
6391
+ },
6392
+ field: function field() {
6393
+ return this.columnProp('field');
6394
+ },
5832
6395
  containerClass: function containerClass() {
5833
- return [this.column.bodyClass, {
5834
- 'p-selection-column': this.column.selectionMode != null,
6396
+ return [this.columnProp('bodyClass'), this.columnProp('className'), {
6397
+ 'p-selection-column': this.columnProp('selectionMode') != null,
5835
6398
  'p-editable-column': this.isEditable(),
5836
- 'p-cell-editing': this.d_editing
6399
+ 'p-cell-editing': this.d_editing,
6400
+ 'p-frozen-column': this.columnProp('frozen')
5837
6401
  }];
6402
+ },
6403
+ containerStyle: function containerStyle() {
6404
+ var bodyStyle = this.columnProp('bodyStyle');
6405
+ var columnStyle = this.columnProp('styles');
6406
+ return this.columnProp('frozen') ? [columnStyle, bodyStyle, this.styleObject] : [columnStyle, bodyStyle];
5838
6407
  }
5839
6408
  },
5840
6409
  components: {
@@ -5858,8 +6427,8 @@ var Ripple = {
5858
6427
 
5859
6428
  var BodyCell_component = normalizeComponent(
5860
6429
  datatable_BodyCellvue_type_script_lang_js_,
5861
- BodyCellvue_type_template_id_15663eb8_render,
5862
- BodyCellvue_type_template_id_15663eb8_staticRenderFns,
6430
+ BodyCellvue_type_template_id_43b472c0_render,
6431
+ BodyCellvue_type_template_id_43b472c0_staticRenderFns,
5863
6432
  false,
5864
6433
  null,
5865
6434
  null,
@@ -5919,6 +6488,7 @@ var BodyCell_component = normalizeComponent(
5919
6488
  //
5920
6489
 
5921
6490
 
6491
+
5922
6492
  var RowExpansionTemplate = {
5923
6493
  functional: true,
5924
6494
  props: {
@@ -5970,6 +6540,10 @@ var SlotTemplate = {
5970
6540
  type: null,
5971
6541
  default: null
5972
6542
  },
6543
+ frozenRow: {
6544
+ type: Boolean,
6545
+ default: false
6546
+ },
5973
6547
  empty: {
5974
6548
  type: Boolean,
5975
6549
  default: false
@@ -6054,6 +6628,10 @@ var SlotTemplate = {
6054
6628
  type: null,
6055
6629
  default: null
6056
6630
  },
6631
+ editingMeta: {
6632
+ type: Object,
6633
+ default: null
6634
+ },
6057
6635
  loading: {
6058
6636
  type: Boolean,
6059
6637
  default: false
@@ -6061,9 +6639,43 @@ var SlotTemplate = {
6061
6639
  templates: {
6062
6640
  type: null,
6063
6641
  default: null
6642
+ },
6643
+ scrollable: {
6644
+ type: Boolean,
6645
+ default: false
6646
+ },
6647
+ responsiveLayout: {
6648
+ type: String,
6649
+ default: 'stack'
6650
+ }
6651
+ },
6652
+ mounted: function mounted() {
6653
+ if (this.frozenRow) {
6654
+ this.updateFrozenRowStickyPosition();
6655
+ }
6656
+
6657
+ if (this.scrollable && this.rowGroupMode === 'subheader') {
6658
+ this.updateFrozenRowGroupHeaderStickyPosition();
6659
+ }
6660
+ },
6661
+ updated: function updated() {
6662
+ if (this.frozenRow) {
6663
+ this.updateFrozenRowStickyPosition();
6664
+ }
6665
+
6666
+ if (this.scrollable && this.rowGroupMode === 'subheader') {
6667
+ this.updateFrozenRowGroupHeaderStickyPosition();
6064
6668
  }
6065
6669
  },
6670
+ data: function data() {
6671
+ return {
6672
+ rowGroupHeaderStyleObject: {}
6673
+ };
6674
+ },
6066
6675
  methods: {
6676
+ columnProp: function columnProp(col, prop) {
6677
+ return ObjectUtils_ObjectUtils.getVNodeProp(col, prop);
6678
+ },
6067
6679
  shouldRenderRowGroupHeader: function shouldRenderRowGroupHeader(value, rowData, i) {
6068
6680
  var currentRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(rowData, this.groupRowsBy);
6069
6681
  var prevRowData = value[i - 1];
@@ -6125,14 +6737,14 @@ var SlotTemplate = {
6125
6737
  shouldRenderBodyCell: function shouldRenderBodyCell(value, column, i) {
6126
6738
  if (this.rowGroupMode) {
6127
6739
  if (this.rowGroupMode === 'subheader') {
6128
- return this.groupRowsBy !== column.field;
6740
+ return this.groupRowsBy !== this.columnProp(column, 'field');
6129
6741
  } else if (this.rowGroupMode === 'rowspan') {
6130
6742
  if (this.isGrouped(column)) {
6131
6743
  var prevRowData = value[i - 1];
6132
6744
 
6133
6745
  if (prevRowData) {
6134
- var currentRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(value[i], column.field);
6135
- var previousRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(prevRowData, column.field);
6746
+ var currentRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(value[i], this.columnProp(column, 'field'));
6747
+ var previousRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(prevRowData, this.columnProp(column, 'field'));
6136
6748
  return currentRowFieldData !== previousRowFieldData;
6137
6749
  } else {
6138
6750
  return true;
@@ -6142,12 +6754,12 @@ var SlotTemplate = {
6142
6754
  }
6143
6755
  }
6144
6756
  } else {
6145
- return true;
6757
+ return !this.columnProp(column, 'hidden');
6146
6758
  }
6147
6759
  },
6148
6760
  calculateRowGroupSize: function calculateRowGroupSize(value, column, index) {
6149
6761
  if (this.isGrouped(column)) {
6150
- var currentRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(value[index], column.field);
6762
+ var currentRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(value[index], this.columnProp(column, 'field'));
6151
6763
  var nextRowFieldData = currentRowFieldData;
6152
6764
  var groupRowSpan = 0;
6153
6765
 
@@ -6156,7 +6768,7 @@ var SlotTemplate = {
6156
6768
  var nextRowData = value[++index];
6157
6769
 
6158
6770
  if (nextRowData) {
6159
- nextRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(nextRowData, column.field);
6771
+ nextRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(nextRowData, this.columnProp(column, 'field'));
6160
6772
  } else {
6161
6773
  break;
6162
6774
  }
@@ -6176,7 +6788,7 @@ var SlotTemplate = {
6176
6788
  return ['p-row-toggler-icon pi', icon];
6177
6789
  },
6178
6790
  isGrouped: function isGrouped(column) {
6179
- if (this.groupRowsBy) {
6791
+ if (this.groupRowsBy && this.columnProp(column, 'field')) {
6180
6792
  if (Array.isArray(this.groupRowsBy)) return this.groupRowsBy.indexOf(column.field) > -1;else return this.groupRowsBy === column.field;
6181
6793
  } else {
6182
6794
  return false;
@@ -6329,11 +6941,30 @@ var SlotTemplate = {
6329
6941
  },
6330
6942
  onRowEditCancel: function onRowEditCancel(event) {
6331
6943
  this.$emit('row-edit-cancel', event);
6944
+ },
6945
+ onEditingMetaChange: function onEditingMetaChange(event) {
6946
+ this.$emit('editing-meta-change', event);
6947
+ },
6948
+ updateFrozenRowStickyPosition: function updateFrozenRowStickyPosition() {
6949
+ this.$el.style.top = DomHandler_DomHandler.getOuterHeight(this.$el.previousElementSibling) + 'px';
6950
+ },
6951
+ updateFrozenRowGroupHeaderStickyPosition: function updateFrozenRowGroupHeaderStickyPosition() {
6952
+ var tableHeaderHeight = DomHandler_DomHandler.getOuterHeight(this.$el.previousElementSibling);
6953
+ this.rowGroupHeaderStyleObject.top = tableHeaderHeight + 'px';
6332
6954
  }
6333
6955
  },
6334
6956
  computed: {
6335
6957
  columnsLength: function columnsLength() {
6336
6958
  return this.columns ? this.columns.length : 0;
6959
+ },
6960
+ rowGroupHeaderStyle: function rowGroupHeaderStyle() {
6961
+ if (this.scrollable) {
6962
+ return {
6963
+ top: this.rowGroupHeaderStyleObject.top
6964
+ };
6965
+ }
6966
+
6967
+ return null;
6337
6968
  }
6338
6969
  },
6339
6970
  components: {