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
@@ -1741,6 +1741,38 @@ module.exports = function (it) {
1741
1741
  module.exports = {};
1742
1742
 
1743
1743
 
1744
+ /***/ }),
1745
+
1746
+ /***/ "4a59":
1747
+ /***/ (function(module, exports, __webpack_require__) {
1748
+
1749
+ var ctx = __webpack_require__("9b43");
1750
+ var call = __webpack_require__("1fa8");
1751
+ var isArrayIter = __webpack_require__("33a4");
1752
+ var anObject = __webpack_require__("cb7c");
1753
+ var toLength = __webpack_require__("9def");
1754
+ var getIterFn = __webpack_require__("27ee");
1755
+ var BREAK = {};
1756
+ var RETURN = {};
1757
+ var exports = module.exports = function (iterable, entries, fn, that, ITERATOR) {
1758
+ var iterFn = ITERATOR ? function () { return iterable; } : getIterFn(iterable);
1759
+ var f = ctx(fn, that, entries ? 2 : 1);
1760
+ var index = 0;
1761
+ var length, step, iterator, result;
1762
+ if (typeof iterFn != 'function') throw TypeError(iterable + ' is not iterable!');
1763
+ // fast case for arrays with default iterator
1764
+ if (isArrayIter(iterFn)) for (length = toLength(iterable.length); length > index; index++) {
1765
+ result = entries ? f(anObject(step = iterable[index])[0], step[1]) : f(iterable[index]);
1766
+ if (result === BREAK || result === RETURN) return result;
1767
+ } else for (iterator = iterFn.call(iterable); !(step = iterator.next()).done;) {
1768
+ result = call(iterator, f, step.value, entries);
1769
+ if (result === BREAK || result === RETURN) return result;
1770
+ }
1771
+ };
1772
+ exports.BREAK = BREAK;
1773
+ exports.RETURN = RETURN;
1774
+
1775
+
1744
1776
  /***/ }),
1745
1777
 
1746
1778
  /***/ "4bf8":
@@ -3486,6 +3518,18 @@ __webpack_require__("5ca1")({
3486
3518
  });
3487
3519
 
3488
3520
 
3521
+ /***/ }),
3522
+
3523
+ /***/ "b39a":
3524
+ /***/ (function(module, exports, __webpack_require__) {
3525
+
3526
+ var isObject = __webpack_require__("d3f4");
3527
+ module.exports = function (it, TYPE) {
3528
+ if (!isObject(it) || it._t !== TYPE) throw TypeError('Incompatible receiver, ' + TYPE + ' required!');
3529
+ return it;
3530
+ };
3531
+
3532
+
3489
3533
  /***/ }),
3490
3534
 
3491
3535
  /***/ "b447":
@@ -3549,6 +3593,158 @@ exports.f = __webpack_require__("8e60") ? gOPD : function getOwnPropertyDescript
3549
3593
 
3550
3594
 
3551
3595
 
3596
+ /***/ }),
3597
+
3598
+ /***/ "c26b":
3599
+ /***/ (function(module, exports, __webpack_require__) {
3600
+
3601
+ "use strict";
3602
+
3603
+ var dP = __webpack_require__("86cc").f;
3604
+ var create = __webpack_require__("2aeb");
3605
+ var redefineAll = __webpack_require__("dcbc");
3606
+ var ctx = __webpack_require__("9b43");
3607
+ var anInstance = __webpack_require__("f605");
3608
+ var forOf = __webpack_require__("4a59");
3609
+ var $iterDefine = __webpack_require__("01f9");
3610
+ var step = __webpack_require__("d53b");
3611
+ var setSpecies = __webpack_require__("7a56");
3612
+ var DESCRIPTORS = __webpack_require__("9e1e");
3613
+ var fastKey = __webpack_require__("67ab").fastKey;
3614
+ var validate = __webpack_require__("b39a");
3615
+ var SIZE = DESCRIPTORS ? '_s' : 'size';
3616
+
3617
+ var getEntry = function (that, key) {
3618
+ // fast case
3619
+ var index = fastKey(key);
3620
+ var entry;
3621
+ if (index !== 'F') return that._i[index];
3622
+ // frozen object case
3623
+ for (entry = that._f; entry; entry = entry.n) {
3624
+ if (entry.k == key) return entry;
3625
+ }
3626
+ };
3627
+
3628
+ module.exports = {
3629
+ getConstructor: function (wrapper, NAME, IS_MAP, ADDER) {
3630
+ var C = wrapper(function (that, iterable) {
3631
+ anInstance(that, C, NAME, '_i');
3632
+ that._t = NAME; // collection type
3633
+ that._i = create(null); // index
3634
+ that._f = undefined; // first entry
3635
+ that._l = undefined; // last entry
3636
+ that[SIZE] = 0; // size
3637
+ if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
3638
+ });
3639
+ redefineAll(C.prototype, {
3640
+ // 23.1.3.1 Map.prototype.clear()
3641
+ // 23.2.3.2 Set.prototype.clear()
3642
+ clear: function clear() {
3643
+ for (var that = validate(this, NAME), data = that._i, entry = that._f; entry; entry = entry.n) {
3644
+ entry.r = true;
3645
+ if (entry.p) entry.p = entry.p.n = undefined;
3646
+ delete data[entry.i];
3647
+ }
3648
+ that._f = that._l = undefined;
3649
+ that[SIZE] = 0;
3650
+ },
3651
+ // 23.1.3.3 Map.prototype.delete(key)
3652
+ // 23.2.3.4 Set.prototype.delete(value)
3653
+ 'delete': function (key) {
3654
+ var that = validate(this, NAME);
3655
+ var entry = getEntry(that, key);
3656
+ if (entry) {
3657
+ var next = entry.n;
3658
+ var prev = entry.p;
3659
+ delete that._i[entry.i];
3660
+ entry.r = true;
3661
+ if (prev) prev.n = next;
3662
+ if (next) next.p = prev;
3663
+ if (that._f == entry) that._f = next;
3664
+ if (that._l == entry) that._l = prev;
3665
+ that[SIZE]--;
3666
+ } return !!entry;
3667
+ },
3668
+ // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)
3669
+ // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)
3670
+ forEach: function forEach(callbackfn /* , that = undefined */) {
3671
+ validate(this, NAME);
3672
+ var f = ctx(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
3673
+ var entry;
3674
+ while (entry = entry ? entry.n : this._f) {
3675
+ f(entry.v, entry.k, this);
3676
+ // revert to the last existing entry
3677
+ while (entry && entry.r) entry = entry.p;
3678
+ }
3679
+ },
3680
+ // 23.1.3.7 Map.prototype.has(key)
3681
+ // 23.2.3.7 Set.prototype.has(value)
3682
+ has: function has(key) {
3683
+ return !!getEntry(validate(this, NAME), key);
3684
+ }
3685
+ });
3686
+ if (DESCRIPTORS) dP(C.prototype, 'size', {
3687
+ get: function () {
3688
+ return validate(this, NAME)[SIZE];
3689
+ }
3690
+ });
3691
+ return C;
3692
+ },
3693
+ def: function (that, key, value) {
3694
+ var entry = getEntry(that, key);
3695
+ var prev, index;
3696
+ // change existing entry
3697
+ if (entry) {
3698
+ entry.v = value;
3699
+ // create new entry
3700
+ } else {
3701
+ that._l = entry = {
3702
+ i: index = fastKey(key, true), // <- index
3703
+ k: key, // <- key
3704
+ v: value, // <- value
3705
+ p: prev = that._l, // <- previous entry
3706
+ n: undefined, // <- next entry
3707
+ r: false // <- removed
3708
+ };
3709
+ if (!that._f) that._f = entry;
3710
+ if (prev) prev.n = entry;
3711
+ that[SIZE]++;
3712
+ // add to index
3713
+ if (index !== 'F') that._i[index] = entry;
3714
+ } return that;
3715
+ },
3716
+ getEntry: getEntry,
3717
+ setStrong: function (C, NAME, IS_MAP) {
3718
+ // add .keys, .values, .entries, [@@iterator]
3719
+ // 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
3720
+ $iterDefine(C, NAME, function (iterated, kind) {
3721
+ this._t = validate(iterated, NAME); // target
3722
+ this._k = kind; // kind
3723
+ this._l = undefined; // previous
3724
+ }, function () {
3725
+ var that = this;
3726
+ var kind = that._k;
3727
+ var entry = that._l;
3728
+ // revert to the last existing entry
3729
+ while (entry && entry.r) entry = entry.p;
3730
+ // get next entry
3731
+ if (!that._t || !(that._l = entry = entry ? entry.n : that._t._f)) {
3732
+ // or finish the iteration
3733
+ that._t = undefined;
3734
+ return step(1);
3735
+ }
3736
+ // return step by kind
3737
+ if (kind == 'keys') return step(0, entry.k);
3738
+ if (kind == 'values') return step(0, entry.v);
3739
+ return step(0, [entry.k, entry.v]);
3740
+ }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);
3741
+
3742
+ // add [@@species], 23.1.2.2, 23.2.2.2
3743
+ setSpecies(NAME);
3744
+ }
3745
+ };
3746
+
3747
+
3552
3748
  /***/ }),
3553
3749
 
3554
3750
  /***/ "c366":
@@ -3965,6 +4161,111 @@ var store = global[SHARED] || (global[SHARED] = {});
3965
4161
  });
3966
4162
 
3967
4163
 
4164
+ /***/ }),
4165
+
4166
+ /***/ "dcbc":
4167
+ /***/ (function(module, exports, __webpack_require__) {
4168
+
4169
+ var redefine = __webpack_require__("2aba");
4170
+ module.exports = function (target, src, safe) {
4171
+ for (var key in src) redefine(target, key, src[key], safe);
4172
+ return target;
4173
+ };
4174
+
4175
+
4176
+ /***/ }),
4177
+
4178
+ /***/ "e0b8":
4179
+ /***/ (function(module, exports, __webpack_require__) {
4180
+
4181
+ "use strict";
4182
+
4183
+ var global = __webpack_require__("7726");
4184
+ var $export = __webpack_require__("5ca1");
4185
+ var redefine = __webpack_require__("2aba");
4186
+ var redefineAll = __webpack_require__("dcbc");
4187
+ var meta = __webpack_require__("67ab");
4188
+ var forOf = __webpack_require__("4a59");
4189
+ var anInstance = __webpack_require__("f605");
4190
+ var isObject = __webpack_require__("d3f4");
4191
+ var fails = __webpack_require__("79e5");
4192
+ var $iterDetect = __webpack_require__("5cc5");
4193
+ var setToStringTag = __webpack_require__("7f20");
4194
+ var inheritIfRequired = __webpack_require__("5dbc");
4195
+
4196
+ module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {
4197
+ var Base = global[NAME];
4198
+ var C = Base;
4199
+ var ADDER = IS_MAP ? 'set' : 'add';
4200
+ var proto = C && C.prototype;
4201
+ var O = {};
4202
+ var fixMethod = function (KEY) {
4203
+ var fn = proto[KEY];
4204
+ redefine(proto, KEY,
4205
+ KEY == 'delete' ? function (a) {
4206
+ return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a);
4207
+ } : KEY == 'has' ? function has(a) {
4208
+ return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a);
4209
+ } : KEY == 'get' ? function get(a) {
4210
+ return IS_WEAK && !isObject(a) ? undefined : fn.call(this, a === 0 ? 0 : a);
4211
+ } : KEY == 'add' ? function add(a) { fn.call(this, a === 0 ? 0 : a); return this; }
4212
+ : function set(a, b) { fn.call(this, a === 0 ? 0 : a, b); return this; }
4213
+ );
4214
+ };
4215
+ if (typeof C != 'function' || !(IS_WEAK || proto.forEach && !fails(function () {
4216
+ new C().entries().next();
4217
+ }))) {
4218
+ // create collection constructor
4219
+ C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
4220
+ redefineAll(C.prototype, methods);
4221
+ meta.NEED = true;
4222
+ } else {
4223
+ var instance = new C();
4224
+ // early implementations not supports chaining
4225
+ var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;
4226
+ // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false
4227
+ var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });
4228
+ // most early implementations doesn't supports iterables, most modern - not close it correctly
4229
+ var ACCEPT_ITERABLES = $iterDetect(function (iter) { new C(iter); }); // eslint-disable-line no-new
4230
+ // for early implementations -0 and +0 not the same
4231
+ var BUGGY_ZERO = !IS_WEAK && fails(function () {
4232
+ // V8 ~ Chromium 42- fails only with 5+ elements
4233
+ var $instance = new C();
4234
+ var index = 5;
4235
+ while (index--) $instance[ADDER](index, index);
4236
+ return !$instance.has(-0);
4237
+ });
4238
+ if (!ACCEPT_ITERABLES) {
4239
+ C = wrapper(function (target, iterable) {
4240
+ anInstance(target, C, NAME);
4241
+ var that = inheritIfRequired(new Base(), target, C);
4242
+ if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
4243
+ return that;
4244
+ });
4245
+ C.prototype = proto;
4246
+ proto.constructor = C;
4247
+ }
4248
+ if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {
4249
+ fixMethod('delete');
4250
+ fixMethod('has');
4251
+ IS_MAP && fixMethod('get');
4252
+ }
4253
+ if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);
4254
+ // weak collections should not contains .clear method
4255
+ if (IS_WEAK && proto.clear) delete proto.clear;
4256
+ }
4257
+
4258
+ setToStringTag(C, NAME);
4259
+
4260
+ O[NAME] = C;
4261
+ $export($export.G + $export.W + $export.F * (C != Base), O);
4262
+
4263
+ if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
4264
+
4265
+ return C;
4266
+ };
4267
+
4268
+
3968
4269
  /***/ }),
3969
4270
 
3970
4271
  /***/ "e11e":
@@ -4140,6 +4441,45 @@ module.exports = function (object, index, value) {
4140
4441
  };
4141
4442
 
4142
4443
 
4444
+ /***/ }),
4445
+
4446
+ /***/ "f400":
4447
+ /***/ (function(module, exports, __webpack_require__) {
4448
+
4449
+ "use strict";
4450
+
4451
+ var strong = __webpack_require__("c26b");
4452
+ var validate = __webpack_require__("b39a");
4453
+ var MAP = 'Map';
4454
+
4455
+ // 23.1 Map Objects
4456
+ module.exports = __webpack_require__("e0b8")(MAP, function (get) {
4457
+ return function Map() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };
4458
+ }, {
4459
+ // 23.1.3.6 Map.prototype.get(key)
4460
+ get: function get(key) {
4461
+ var entry = strong.getEntry(validate(this, MAP), key);
4462
+ return entry && entry.v;
4463
+ },
4464
+ // 23.1.3.9 Map.prototype.set(key, value)
4465
+ set: function set(key, value) {
4466
+ return strong.def(validate(this, MAP), key === 0 ? 0 : key, value);
4467
+ }
4468
+ }, strong, true);
4469
+
4470
+
4471
+ /***/ }),
4472
+
4473
+ /***/ "f605":
4474
+ /***/ (function(module, exports) {
4475
+
4476
+ module.exports = function (it, Constructor, name, forbiddenField) {
4477
+ if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) {
4478
+ throw TypeError(name + ': incorrect invocation!');
4479
+ } return it;
4480
+ };
4481
+
4482
+
4143
4483
  /***/ }),
4144
4484
 
4145
4485
  /***/ "f6fd":
@@ -4248,12 +4588,12 @@ if (typeof window !== 'undefined') {
4248
4588
  // Indicate to webpack that this file can be concatenated
4249
4589
  /* harmony default export */ var setPublicPath = (null);
4250
4590
 
4251
- // 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&
4252
- 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)}
4591
+ // 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&
4592
+ 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)}
4253
4593
  var staticRenderFns = []
4254
4594
 
4255
4595
 
4256
- // CONCATENATED MODULE: ./src/components/datatable/TableBody.vue?vue&type=template&id=07fa210b&
4596
+ // CONCATENATED MODULE: ./src/components/datatable/TableBody.vue?vue&type=template&id=7410dfa4&
4257
4597
 
4258
4598
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.find-index.js
4259
4599
  var es6_array_find_index = __webpack_require__("20d6");
@@ -4276,56 +4616,21 @@ var es6_array_from = __webpack_require__("1c4c");
4276
4616
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.function.name.js
4277
4617
  var es6_function_name = __webpack_require__("7f7f");
4278
4618
 
4279
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.replace.js
4280
- var es6_regexp_replace = __webpack_require__("a481");
4281
-
4282
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.search.js
4283
- var es6_regexp_search = __webpack_require__("386d");
4284
-
4285
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.split.js
4286
- var es6_regexp_split = __webpack_require__("28a5");
4287
-
4288
- // EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom.iterable.js
4289
- var web_dom_iterable = __webpack_require__("ac6a");
4290
-
4291
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.iterator.js
4292
- var es6_array_iterator = __webpack_require__("cadf");
4293
-
4294
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.object.keys.js
4295
- var es6_object_keys = __webpack_require__("456d");
4296
-
4297
4619
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.to-string.js
4298
4620
  var es6_regexp_to_string = __webpack_require__("6b54");
4299
4621
 
4622
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.find.js
4623
+ var es6_array_find = __webpack_require__("7514");
4624
+
4300
4625
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.constructor.js
4301
4626
  var es6_regexp_constructor = __webpack_require__("3b2b");
4302
4627
 
4303
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol.js
4304
- var symbol = __webpack_require__("67bb");
4305
- var symbol_default = /*#__PURE__*/__webpack_require__.n(symbol);
4306
-
4307
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js
4308
- var iterator = __webpack_require__("5d58");
4309
- var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
4310
-
4311
- // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
4312
-
4313
-
4314
- function typeof_typeof(obj) {
4315
- "@babel/helpers - typeof";
4628
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.replace.js
4629
+ var es6_regexp_replace = __webpack_require__("a481");
4316
4630
 
4317
- if (typeof symbol_default.a === "function" && typeof iterator_default.a === "symbol") {
4318
- typeof_typeof = function _typeof(obj) {
4319
- return typeof obj;
4320
- };
4321
- } else {
4322
- typeof_typeof = function _typeof(obj) {
4323
- return obj && typeof symbol_default.a === "function" && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
4324
- };
4325
- }
4631
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.split.js
4632
+ var es6_regexp_split = __webpack_require__("28a5");
4326
4633
 
4327
- return typeof_typeof(obj);
4328
- }
4329
4634
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/classCallCheck.js
4330
4635
  function _classCallCheck(instance, Constructor) {
4331
4636
  if (!(instance instanceof Constructor)) {
@@ -4353,13 +4658,14 @@ function _defineProperties(target, props) {
4353
4658
  function _createClass(Constructor, protoProps, staticProps) {
4354
4659
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
4355
4660
  if (staticProps) _defineProperties(Constructor, staticProps);
4356
- return Constructor;
4357
- }
4358
- // CONCATENATED MODULE: ./src/components/utils/ObjectUtils.js
4359
-
4360
-
4361
4661
 
4662
+ define_property_default()(Constructor, "prototype", {
4663
+ writable: false
4664
+ });
4362
4665
 
4666
+ return Constructor;
4667
+ }
4668
+ // CONCATENATED MODULE: ./src/components/utils/DomHandler.js
4363
4669
 
4364
4670
 
4365
4671
 
@@ -4379,306 +4685,53 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
4379
4685
 
4380
4686
  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; }
4381
4687
 
4382
- var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4383
- function ObjectUtils() {
4384
- _classCallCheck(this, ObjectUtils);
4688
+ var DomHandler_DomHandler = /*#__PURE__*/function () {
4689
+ function DomHandler() {
4690
+ _classCallCheck(this, DomHandler);
4385
4691
  }
4386
4692
 
4387
- _createClass(ObjectUtils, null, [{
4388
- key: "equals",
4389
- value: function equals(obj1, obj2, field) {
4390
- if (field) return this.resolveFieldData(obj1, field) === this.resolveFieldData(obj2, field);else return this.deepEquals(obj1, obj2);
4693
+ _createClass(DomHandler, null, [{
4694
+ key: "innerWidth",
4695
+ value: function innerWidth(el) {
4696
+ var width = el.offsetWidth;
4697
+ var style = getComputedStyle(el);
4698
+ width += parseFloat(style.paddingLeft) + parseFloat(style.paddingRight);
4699
+ return width;
4391
4700
  }
4392
4701
  }, {
4393
- key: "deepEquals",
4394
- value: function deepEquals(a, b) {
4395
- if (a === b) return true;
4396
-
4397
- if (a && b && typeof_typeof(a) == 'object' && typeof_typeof(b) == 'object') {
4398
- var arrA = Array.isArray(a),
4399
- arrB = Array.isArray(b),
4400
- i,
4401
- length,
4402
- key;
4403
-
4404
- if (arrA && arrB) {
4405
- length = a.length;
4406
- if (length != b.length) return false;
4407
-
4408
- for (i = length; i-- !== 0;) {
4409
- if (!this.deepEquals(a[i], b[i])) return false;
4410
- }
4411
-
4412
- return true;
4413
- }
4414
-
4415
- if (arrA != arrB) return false;
4416
- var dateA = a instanceof Date,
4417
- dateB = b instanceof Date;
4418
- if (dateA != dateB) return false;
4419
- if (dateA && dateB) return a.getTime() == b.getTime();
4420
- var regexpA = a instanceof RegExp,
4421
- regexpB = b instanceof RegExp;
4422
- if (regexpA != regexpB) return false;
4423
- if (regexpA && regexpB) return a.toString() == b.toString();
4424
- var keys = Object.keys(a);
4425
- length = keys.length;
4426
- if (length !== Object.keys(b).length) return false;
4427
-
4428
- for (i = length; i-- !== 0;) {
4429
- if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
4430
- }
4702
+ key: "width",
4703
+ value: function width(el) {
4704
+ var width = el.offsetWidth;
4705
+ var style = getComputedStyle(el);
4706
+ width -= parseFloat(style.paddingLeft) + parseFloat(style.paddingRight);
4707
+ return width;
4708
+ }
4709
+ }, {
4710
+ key: "getWindowScrollTop",
4711
+ value: function getWindowScrollTop() {
4712
+ var doc = document.documentElement;
4713
+ return (window.pageYOffset || doc.scrollTop) - (doc.clientTop || 0);
4714
+ }
4715
+ }, {
4716
+ key: "getWindowScrollLeft",
4717
+ value: function getWindowScrollLeft() {
4718
+ var doc = document.documentElement;
4719
+ return (window.pageXOffset || doc.scrollLeft) - (doc.clientLeft || 0);
4720
+ }
4721
+ }, {
4722
+ key: "getOuterWidth",
4723
+ value: function getOuterWidth(el, margin) {
4724
+ if (el) {
4725
+ var width = el.offsetWidth;
4431
4726
 
4432
- for (i = length; i-- !== 0;) {
4433
- key = keys[i];
4434
- if (!this.deepEquals(a[key], b[key])) return false;
4727
+ if (margin) {
4728
+ var style = getComputedStyle(el);
4729
+ width += parseFloat(style.marginLeft) + parseFloat(style.marginRight);
4435
4730
  }
4436
4731
 
4437
- return true;
4438
- }
4439
-
4440
- return a !== a && b !== b;
4441
- }
4442
- }, {
4443
- key: "resolveFieldData",
4444
- value: function resolveFieldData(data, field) {
4445
- if (data && Object.keys(data).length && field) {
4446
- if (this.isFunction(field)) {
4447
- return field(data);
4448
- } else if (field.indexOf('.') === -1) {
4449
- return data[field];
4450
- } else {
4451
- var fields = field.split('.');
4452
- var value = data;
4453
-
4454
- for (var i = 0, len = fields.length; i < len; ++i) {
4455
- if (value == null) {
4456
- return null;
4457
- }
4458
-
4459
- value = value[fields[i]];
4460
- }
4461
-
4462
- return value;
4463
- }
4464
- } else {
4465
- return null;
4466
- }
4467
- }
4468
- }, {
4469
- key: "isFunction",
4470
- value: function isFunction(obj) {
4471
- return !!(obj && obj.constructor && obj.call && obj.apply);
4472
- }
4473
- }, {
4474
- key: "filter",
4475
- value: function filter(value, fields, filterValue) {
4476
- var filteredItems = [];
4477
-
4478
- if (value) {
4479
- var _iterator = _createForOfIteratorHelper(value),
4480
- _step;
4481
-
4482
- try {
4483
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
4484
- var item = _step.value;
4485
-
4486
- var _iterator2 = _createForOfIteratorHelper(fields),
4487
- _step2;
4488
-
4489
- try {
4490
- for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
4491
- var field = _step2.value;
4492
-
4493
- if (String(this.resolveFieldData(item, field)).toLowerCase().indexOf(filterValue.toLowerCase()) > -1) {
4494
- filteredItems.push(item);
4495
- break;
4496
- }
4497
- }
4498
- } catch (err) {
4499
- _iterator2.e(err);
4500
- } finally {
4501
- _iterator2.f();
4502
- }
4503
- }
4504
- } catch (err) {
4505
- _iterator.e(err);
4506
- } finally {
4507
- _iterator.f();
4508
- }
4509
- }
4510
-
4511
- return filteredItems;
4512
- }
4513
- }, {
4514
- key: "reorderArray",
4515
- value: function reorderArray(value, from, to) {
4516
- var target;
4517
-
4518
- if (value && from !== to) {
4519
- if (to >= value.length) {
4520
- target = to - value.length;
4521
-
4522
- while (target-- + 1) {
4523
- value.push(undefined);
4524
- }
4525
- }
4526
-
4527
- value.splice(to, 0, value.splice(from, 1)[0]);
4528
- }
4529
- }
4530
- }, {
4531
- key: "findIndexInList",
4532
- value: function findIndexInList(value, list) {
4533
- var index = -1;
4534
-
4535
- if (list) {
4536
- for (var i = 0; i < list.length; i++) {
4537
- if (list[i] === value) {
4538
- index = i;
4539
- break;
4540
- }
4541
- }
4542
- }
4543
-
4544
- return index;
4545
- }
4546
- }, {
4547
- key: "contains",
4548
- value: function contains(value, list) {
4549
- if (value != null && list && list.length) {
4550
- var _iterator3 = _createForOfIteratorHelper(list),
4551
- _step3;
4552
-
4553
- try {
4554
- for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
4555
- var val = _step3.value;
4556
- if (this.equals(value, val)) return true;
4557
- }
4558
- } catch (err) {
4559
- _iterator3.e(err);
4560
- } finally {
4561
- _iterator3.f();
4562
- }
4563
- }
4564
-
4565
- return false;
4566
- }
4567
- }, {
4568
- key: "insertIntoOrderedArray",
4569
- value: function insertIntoOrderedArray(item, index, arr, sourceArr) {
4570
- if (arr.length > 0) {
4571
- var injected = false;
4572
-
4573
- for (var i = 0; i < arr.length; i++) {
4574
- var currentItemIndex = this.findIndexInList(arr[i], sourceArr);
4575
-
4576
- if (currentItemIndex > index) {
4577
- arr.splice(i, 0, item);
4578
- injected = true;
4579
- break;
4580
- }
4581
- }
4582
-
4583
- if (!injected) {
4584
- arr.push(item);
4585
- }
4586
- } else {
4587
- arr.push(item);
4588
- }
4589
- }
4590
- }, {
4591
- key: "removeAccents",
4592
- value: function removeAccents(str) {
4593
- if (str && str.search(/[\xC0-\xFF]/g) > -1) {
4594
- 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");
4595
- }
4596
-
4597
- return str;
4598
- }
4599
- }]);
4600
-
4601
- return ObjectUtils;
4602
- }();
4603
-
4604
-
4605
- // 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&
4606
- 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)}
4607
- var BodyCellvue_type_template_id_15663eb8_staticRenderFns = []
4608
-
4609
-
4610
- // CONCATENATED MODULE: ./src/components/datatable/BodyCell.vue?vue&type=template&id=15663eb8&
4611
-
4612
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.find.js
4613
- var es6_array_find = __webpack_require__("7514");
4614
-
4615
- // CONCATENATED MODULE: ./src/components/utils/DomHandler.js
4616
-
4617
-
4618
-
4619
-
4620
-
4621
-
4622
-
4623
-
4624
-
4625
-
4626
-
4627
-
4628
-
4629
- 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; } } }; }
4630
-
4631
- 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); }
4632
-
4633
- 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; }
4634
-
4635
- var DomHandler_DomHandler = /*#__PURE__*/function () {
4636
- function DomHandler() {
4637
- _classCallCheck(this, DomHandler);
4638
- }
4639
-
4640
- _createClass(DomHandler, null, [{
4641
- key: "innerWidth",
4642
- value: function innerWidth(el) {
4643
- var width = el.offsetWidth;
4644
- var style = getComputedStyle(el);
4645
- width += parseFloat(style.paddingLeft) + parseFloat(style.paddingRight);
4646
- return width;
4647
- }
4648
- }, {
4649
- key: "width",
4650
- value: function width(el) {
4651
- var width = el.offsetWidth;
4652
- var style = getComputedStyle(el);
4653
- width -= parseFloat(style.paddingLeft) + parseFloat(style.paddingRight);
4654
- return width;
4655
- }
4656
- }, {
4657
- key: "getWindowScrollTop",
4658
- value: function getWindowScrollTop() {
4659
- var doc = document.documentElement;
4660
- return (window.pageYOffset || doc.scrollTop) - (doc.clientTop || 0);
4661
- }
4662
- }, {
4663
- key: "getWindowScrollLeft",
4664
- value: function getWindowScrollLeft() {
4665
- var doc = document.documentElement;
4666
- return (window.pageXOffset || doc.scrollLeft) - (doc.clientLeft || 0);
4667
- }
4668
- }, {
4669
- key: "getOuterWidth",
4670
- value: function getOuterWidth(el, margin) {
4671
- if (el) {
4672
- var width = el.offsetWidth;
4673
-
4674
- if (margin) {
4675
- var style = getComputedStyle(el);
4676
- width += parseFloat(style.marginLeft) + parseFloat(style.marginRight);
4677
- }
4678
-
4679
- return width;
4680
- } else {
4681
- return 0;
4732
+ return width;
4733
+ } else {
4734
+ return 0;
4682
4735
  }
4683
4736
  }
4684
4737
  }, {
@@ -4913,7 +4966,7 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4913
4966
  return overflowRegex.test(styleDeclaration.getPropertyValue('overflow')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowX')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowY'));
4914
4967
  };
4915
4968
 
4916
- var _iterator = DomHandler_createForOfIteratorHelper(parents),
4969
+ var _iterator = _createForOfIteratorHelper(parents),
4917
4970
  _step;
4918
4971
 
4919
4972
  try {
@@ -4924,7 +4977,7 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4924
4977
  if (scrollSelectors) {
4925
4978
  var selectors = scrollSelectors.split(',');
4926
4979
 
4927
- var _iterator2 = DomHandler_createForOfIteratorHelper(selectors),
4980
+ var _iterator2 = _createForOfIteratorHelper(selectors),
4928
4981
  _step2;
4929
4982
 
4930
4983
  try {
@@ -5091,85 +5144,438 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5091
5144
  this.browser['version'] = matched.version;
5092
5145
  }
5093
5146
 
5094
- if (this.browser['chrome']) {
5095
- this.browser['webkit'] = true;
5096
- } else if (this.browser['webkit']) {
5097
- this.browser['safari'] = true;
5098
- }
5147
+ if (this.browser['chrome']) {
5148
+ this.browser['webkit'] = true;
5149
+ } else if (this.browser['webkit']) {
5150
+ this.browser['safari'] = true;
5151
+ }
5152
+ }
5153
+
5154
+ return this.browser;
5155
+ }
5156
+ }, {
5157
+ key: "resolveUserAgent",
5158
+ value: function resolveUserAgent() {
5159
+ var ua = navigator.userAgent.toLowerCase();
5160
+ 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) || [];
5161
+ return {
5162
+ browser: match[1] || "",
5163
+ version: match[2] || "0"
5164
+ };
5165
+ }
5166
+ }, {
5167
+ key: "isVisible",
5168
+ value: function isVisible(element) {
5169
+ return element.offsetParent != null;
5170
+ }
5171
+ }, {
5172
+ key: "invokeElementMethod",
5173
+ value: function invokeElementMethod(element, methodName, args) {
5174
+ element[methodName].apply(element, args);
5175
+ }
5176
+ }, {
5177
+ key: "getFocusableElements",
5178
+ value: function getFocusableElements(element) {
5179
+ 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])");
5180
+ var visibleFocusableElements = [];
5181
+
5182
+ var _iterator3 = _createForOfIteratorHelper(focusableElements),
5183
+ _step3;
5184
+
5185
+ try {
5186
+ for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
5187
+ var focusableElement = _step3.value;
5188
+ if (getComputedStyle(focusableElement).display != "none" && getComputedStyle(focusableElement).visibility != "hidden") visibleFocusableElements.push(focusableElement);
5189
+ }
5190
+ } catch (err) {
5191
+ _iterator3.e(err);
5192
+ } finally {
5193
+ _iterator3.f();
5194
+ }
5195
+
5196
+ return visibleFocusableElements;
5197
+ }
5198
+ }, {
5199
+ key: "getFirstFocusableElement",
5200
+ value: function getFirstFocusableElement(element) {
5201
+ var focusableElements = this.getFocusableElements(element);
5202
+ return focusableElements.length > 0 ? focusableElements[0] : null;
5203
+ }
5204
+ }, {
5205
+ key: "isClickable",
5206
+ value: function isClickable(element) {
5207
+ var targetNode = element.nodeName;
5208
+ var parentNode = element.parentElement && element.parentElement.nodeName;
5209
+ 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');
5210
+ }
5211
+ }, {
5212
+ key: "applyStyle",
5213
+ value: function applyStyle(element, style) {
5214
+ if (typeof style === 'string') {
5215
+ element.style.cssText = style;
5216
+ } else {
5217
+ for (var prop in style) {
5218
+ element.style[prop] = style[prop];
5219
+ }
5220
+ }
5221
+ }
5222
+ }, {
5223
+ key: "isIOS",
5224
+ value: function isIOS() {
5225
+ return /iPad|iPhone|iPod/.test(navigator.userAgent) && !window['MSStream'];
5226
+ }
5227
+ }, {
5228
+ key: "isAndroid",
5229
+ value: function isAndroid() {
5230
+ return /(android)/i.test(navigator.userAgent);
5231
+ }
5232
+ }, {
5233
+ key: "isTouchDevice",
5234
+ value: function isTouchDevice() {
5235
+ return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
5236
+ }
5237
+ }]);
5238
+
5239
+ return DomHandler;
5240
+ }();
5241
+
5242
+
5243
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.search.js
5244
+ var es6_regexp_search = __webpack_require__("386d");
5245
+
5246
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom.iterable.js
5247
+ var web_dom_iterable = __webpack_require__("ac6a");
5248
+
5249
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.iterator.js
5250
+ var es6_array_iterator = __webpack_require__("cadf");
5251
+
5252
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.object.keys.js
5253
+ var es6_object_keys = __webpack_require__("456d");
5254
+
5255
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol.js
5256
+ var symbol = __webpack_require__("67bb");
5257
+ var symbol_default = /*#__PURE__*/__webpack_require__.n(symbol);
5258
+
5259
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js
5260
+ var iterator = __webpack_require__("5d58");
5261
+ var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
5262
+
5263
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
5264
+
5265
+
5266
+ function _typeof(obj) {
5267
+ "@babel/helpers - typeof";
5268
+
5269
+ return _typeof = "function" == typeof symbol_default.a && "symbol" == typeof iterator_default.a ? function (obj) {
5270
+ return typeof obj;
5271
+ } : function (obj) {
5272
+ return obj && "function" == typeof symbol_default.a && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
5273
+ }, _typeof(obj);
5274
+ }
5275
+ // CONCATENATED MODULE: ./src/components/utils/ObjectUtils.js
5276
+
5277
+
5278
+
5279
+
5280
+
5281
+
5282
+
5283
+
5284
+
5285
+
5286
+
5287
+
5288
+
5289
+
5290
+
5291
+
5292
+
5293
+ 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; } } }; }
5294
+
5295
+ 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); }
5296
+
5297
+ 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; }
5298
+
5299
+ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5300
+ function ObjectUtils() {
5301
+ _classCallCheck(this, ObjectUtils);
5302
+ }
5303
+
5304
+ _createClass(ObjectUtils, null, [{
5305
+ key: "equals",
5306
+ value: function equals(obj1, obj2, field) {
5307
+ if (field) return this.resolveFieldData(obj1, field) === this.resolveFieldData(obj2, field);else return this.deepEquals(obj1, obj2);
5308
+ }
5309
+ }, {
5310
+ key: "deepEquals",
5311
+ value: function deepEquals(a, b) {
5312
+ if (a === b) return true;
5313
+
5314
+ if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
5315
+ var arrA = Array.isArray(a),
5316
+ arrB = Array.isArray(b),
5317
+ i,
5318
+ length,
5319
+ key;
5320
+
5321
+ if (arrA && arrB) {
5322
+ length = a.length;
5323
+ if (length != b.length) return false;
5324
+
5325
+ for (i = length; i-- !== 0;) {
5326
+ if (!this.deepEquals(a[i], b[i])) return false;
5327
+ }
5328
+
5329
+ return true;
5330
+ }
5331
+
5332
+ if (arrA != arrB) return false;
5333
+ var dateA = a instanceof Date,
5334
+ dateB = b instanceof Date;
5335
+ if (dateA != dateB) return false;
5336
+ if (dateA && dateB) return a.getTime() == b.getTime();
5337
+ var regexpA = a instanceof RegExp,
5338
+ regexpB = b instanceof RegExp;
5339
+ if (regexpA != regexpB) return false;
5340
+ if (regexpA && regexpB) return a.toString() == b.toString();
5341
+ var keys = Object.keys(a);
5342
+ length = keys.length;
5343
+ if (length !== Object.keys(b).length) return false;
5344
+
5345
+ for (i = length; i-- !== 0;) {
5346
+ if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
5347
+ }
5348
+
5349
+ for (i = length; i-- !== 0;) {
5350
+ key = keys[i];
5351
+ if (!this.deepEquals(a[key], b[key])) return false;
5352
+ }
5353
+
5354
+ return true;
5355
+ }
5356
+
5357
+ return a !== a && b !== b;
5358
+ }
5359
+ }, {
5360
+ key: "resolveFieldData",
5361
+ value: function resolveFieldData(data, field) {
5362
+ if (data && Object.keys(data).length && field) {
5363
+ if (this.isFunction(field)) {
5364
+ return field(data);
5365
+ } else if (field.indexOf('.') === -1) {
5366
+ return data[field];
5367
+ } else {
5368
+ var fields = field.split('.');
5369
+ var value = data;
5370
+
5371
+ for (var i = 0, len = fields.length; i < len; ++i) {
5372
+ if (value == null) {
5373
+ return null;
5374
+ }
5375
+
5376
+ value = value[fields[i]];
5377
+ }
5378
+
5379
+ return value;
5380
+ }
5381
+ } else {
5382
+ return null;
5383
+ }
5384
+ }
5385
+ }, {
5386
+ key: "isFunction",
5387
+ value: function isFunction(obj) {
5388
+ return !!(obj && obj.constructor && obj.call && obj.apply);
5389
+ }
5390
+ }, {
5391
+ key: "filter",
5392
+ value: function filter(value, fields, filterValue) {
5393
+ var filteredItems = [];
5394
+
5395
+ if (value) {
5396
+ var _iterator = ObjectUtils_createForOfIteratorHelper(value),
5397
+ _step;
5398
+
5399
+ try {
5400
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
5401
+ var item = _step.value;
5402
+
5403
+ var _iterator2 = ObjectUtils_createForOfIteratorHelper(fields),
5404
+ _step2;
5405
+
5406
+ try {
5407
+ for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
5408
+ var field = _step2.value;
5409
+
5410
+ if (String(this.resolveFieldData(item, field)).toLowerCase().indexOf(filterValue.toLowerCase()) > -1) {
5411
+ filteredItems.push(item);
5412
+ break;
5413
+ }
5414
+ }
5415
+ } catch (err) {
5416
+ _iterator2.e(err);
5417
+ } finally {
5418
+ _iterator2.f();
5419
+ }
5420
+ }
5421
+ } catch (err) {
5422
+ _iterator.e(err);
5423
+ } finally {
5424
+ _iterator.f();
5425
+ }
5426
+ }
5427
+
5428
+ return filteredItems;
5429
+ }
5430
+ }, {
5431
+ key: "reorderArray",
5432
+ value: function reorderArray(value, from, to) {
5433
+ var target;
5434
+
5435
+ if (value && from !== to) {
5436
+ if (to >= value.length) {
5437
+ target = to - value.length;
5438
+
5439
+ while (target-- + 1) {
5440
+ value.push(undefined);
5441
+ }
5442
+ }
5443
+
5444
+ value.splice(to, 0, value.splice(from, 1)[0]);
5099
5445
  }
5100
-
5101
- return this.browser;
5102
- }
5103
- }, {
5104
- key: "resolveUserAgent",
5105
- value: function resolveUserAgent() {
5106
- var ua = navigator.userAgent.toLowerCase();
5107
- 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) || [];
5108
- return {
5109
- browser: match[1] || "",
5110
- version: match[2] || "0"
5111
- };
5112
- }
5113
- }, {
5114
- key: "isVisible",
5115
- value: function isVisible(element) {
5116
- return element.offsetParent != null;
5117
5446
  }
5118
5447
  }, {
5119
- key: "invokeElementMethod",
5120
- value: function invokeElementMethod(element, methodName, args) {
5121
- element[methodName].apply(element, args);
5122
- }
5123
- }, {
5124
- key: "getFocusableElements",
5125
- value: function getFocusableElements(element) {
5126
- 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])");
5127
- var visibleFocusableElements = [];
5128
-
5129
- var _iterator3 = DomHandler_createForOfIteratorHelper(focusableElements),
5130
- _step3;
5448
+ key: "findIndexInList",
5449
+ value: function findIndexInList(value, list) {
5450
+ var index = -1;
5131
5451
 
5132
- try {
5133
- for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
5134
- var focusableElement = _step3.value;
5135
- if (getComputedStyle(focusableElement).display != "none" && getComputedStyle(focusableElement).visibility != "hidden") visibleFocusableElements.push(focusableElement);
5452
+ if (list) {
5453
+ for (var i = 0; i < list.length; i++) {
5454
+ if (list[i] === value) {
5455
+ index = i;
5456
+ break;
5457
+ }
5136
5458
  }
5137
- } catch (err) {
5138
- _iterator3.e(err);
5139
- } finally {
5140
- _iterator3.f();
5141
5459
  }
5142
5460
 
5143
- return visibleFocusableElements;
5461
+ return index;
5144
5462
  }
5145
5463
  }, {
5146
- key: "isClickable",
5147
- value: function isClickable(element) {
5148
- var targetNode = element.nodeName;
5149
- var parentNode = element.parentElement && element.parentElement.nodeName;
5150
- 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');
5464
+ key: "contains",
5465
+ value: function contains(value, list) {
5466
+ if (value != null && list && list.length) {
5467
+ var _iterator3 = ObjectUtils_createForOfIteratorHelper(list),
5468
+ _step3;
5469
+
5470
+ try {
5471
+ for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
5472
+ var val = _step3.value;
5473
+ if (this.equals(value, val)) return true;
5474
+ }
5475
+ } catch (err) {
5476
+ _iterator3.e(err);
5477
+ } finally {
5478
+ _iterator3.f();
5479
+ }
5480
+ }
5481
+
5482
+ return false;
5151
5483
  }
5152
5484
  }, {
5153
- key: "isIOS",
5154
- value: function isIOS() {
5155
- return /iPad|iPhone|iPod/.test(navigator.userAgent) && !window['MSStream'];
5485
+ key: "insertIntoOrderedArray",
5486
+ value: function insertIntoOrderedArray(item, index, arr, sourceArr) {
5487
+ if (arr.length > 0) {
5488
+ var injected = false;
5489
+
5490
+ for (var i = 0; i < arr.length; i++) {
5491
+ var currentItemIndex = this.findIndexInList(arr[i], sourceArr);
5492
+
5493
+ if (currentItemIndex > index) {
5494
+ arr.splice(i, 0, item);
5495
+ injected = true;
5496
+ break;
5497
+ }
5498
+ }
5499
+
5500
+ if (!injected) {
5501
+ arr.push(item);
5502
+ }
5503
+ } else {
5504
+ arr.push(item);
5505
+ }
5156
5506
  }
5157
5507
  }, {
5158
- key: "isAndroid",
5159
- value: function isAndroid() {
5160
- return /(android)/i.test(navigator.userAgent);
5508
+ key: "removeAccents",
5509
+ value: function removeAccents(str) {
5510
+ if (str && str.search(/[\xC0-\xFF]/g) > -1) {
5511
+ 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");
5512
+ }
5513
+
5514
+ return str;
5161
5515
  }
5162
5516
  }, {
5163
- key: "isTouchDevice",
5164
- value: function isTouchDevice() {
5165
- return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
5517
+ key: "getVNodeProp",
5518
+ value: function getVNodeProp(vnode, prop) {
5519
+ var props = vnode._props;
5520
+
5521
+ if (props) {
5522
+ var kebapProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
5523
+ var propName = Object.prototype.hasOwnProperty.call(props, kebapProp) ? kebapProp : prop;
5524
+ return props[propName];
5525
+ }
5526
+
5527
+ return null;
5166
5528
  }
5167
5529
  }]);
5168
5530
 
5169
- return DomHandler;
5531
+ return ObjectUtils;
5170
5532
  }();
5171
5533
 
5172
5534
 
5535
+ // 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&
5536
+ 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)}
5537
+ var BodyCellvue_type_template_id_43b472c0_staticRenderFns = []
5538
+
5539
+
5540
+ // CONCATENATED MODULE: ./src/components/datatable/BodyCell.vue?vue&type=template&id=43b472c0&
5541
+
5542
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.map.js
5543
+ var es6_map = __webpack_require__("f400");
5544
+
5545
+ // CONCATENATED MODULE: ./src/components/utils/EventBus.js
5546
+
5547
+
5548
+
5549
+
5550
+ /* harmony default export */ var EventBus = (function () {
5551
+ var allHandlers = new Map();
5552
+ return {
5553
+ on: function on(type, handler) {
5554
+ var handlers = allHandlers.get(type);
5555
+ if (!handlers) handlers = [handler];else handlers.push(handler);
5556
+ allHandlers.set(type, handlers);
5557
+ },
5558
+ off: function off(type, handler) {
5559
+ var handlers = allHandlers.get(type);
5560
+
5561
+ if (handlers) {
5562
+ handlers.splice(handlers.indexOf(handler) >>> 0, 1);
5563
+ }
5564
+ },
5565
+ emit: function emit(type, evt) {
5566
+ var handlers = allHandlers.get(type);
5567
+
5568
+ if (handlers) {
5569
+ handlers.slice().map(function (handler) {
5570
+ handler(evt);
5571
+ });
5572
+ }
5573
+ }
5574
+ };
5575
+ });
5576
+ // CONCATENATED MODULE: ./src/components/overlayeventbus/OverlayEventBus.js
5577
+
5578
+ /* harmony default export */ var OverlayEventBus = (EventBus());
5173
5579
  // 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&
5174
5580
 
5175
5581
  /* harmony default export */ var ColumnSlotvue_type_script_lang_js_ = ({
@@ -5190,13 +5596,48 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5190
5596
  type: {
5191
5597
  type: String,
5192
5598
  default: null
5599
+ },
5600
+ frozenRow: {
5601
+ type: Boolean,
5602
+ default: false
5603
+ },
5604
+ field: {
5605
+ type: null,
5606
+ default: null
5607
+ },
5608
+ filterModel: {
5609
+ type: null,
5610
+ default: null
5611
+ },
5612
+ filterCallback: {
5613
+ type: null,
5614
+ default: null
5615
+ },
5616
+ editorInitCallback: {
5617
+ type: null,
5618
+ default: null
5619
+ },
5620
+ editorSaveCallback: {
5621
+ type: null,
5622
+ default: null
5623
+ },
5624
+ editorCancelCallback: {
5625
+ type: null,
5626
+ default: null
5193
5627
  }
5194
5628
  },
5195
5629
  render: function render(createElement, context) {
5196
5630
  var content = context.props.column.$scopedSlots[context.props.type]({
5197
5631
  'data': context.props.data,
5198
5632
  'index': context.props.index,
5199
- 'column': context.props.column
5633
+ 'column': context.props.column,
5634
+ 'frozenRow': context.props.frozenRow,
5635
+ 'field': context.props.field,
5636
+ 'filterModel': context.props.filterModel,
5637
+ 'filterCallback': context.props.filterCallback,
5638
+ 'editorInitCallback': context.props.editorInitCallback,
5639
+ 'editorSaveCallback': context.props.editorSaveCallback,
5640
+ 'editorCancelCallback': context.props.editorCancelCallback
5200
5641
  });
5201
5642
  return [content];
5202
5643
  }
@@ -5323,12 +5764,12 @@ var component = normalizeComponent(
5323
5764
  )
5324
5765
 
5325
5766
  /* harmony default export */ var ColumnSlot = (component.exports);
5326
- // 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&
5327
- 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"})])])}
5328
- var RowRadioButtonvue_type_template_id_3dee70d6_staticRenderFns = []
5767
+ // 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&
5768
+ 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"})])])}
5769
+ var RowRadioButtonvue_type_template_id_3e398a56_staticRenderFns = []
5329
5770
 
5330
5771
 
5331
- // CONCATENATED MODULE: ./src/components/datatable/RowRadioButton.vue?vue&type=template&id=3dee70d6&
5772
+ // CONCATENATED MODULE: ./src/components/datatable/RowRadioButton.vue?vue&type=template&id=3e398a56&
5332
5773
 
5333
5774
  // 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&
5334
5775
  //
@@ -5382,8 +5823,8 @@ var RowRadioButtonvue_type_template_id_3dee70d6_staticRenderFns = []
5382
5823
 
5383
5824
  var RowRadioButton_component = normalizeComponent(
5384
5825
  datatable_RowRadioButtonvue_type_script_lang_js_,
5385
- RowRadioButtonvue_type_template_id_3dee70d6_render,
5386
- RowRadioButtonvue_type_template_id_3dee70d6_staticRenderFns,
5826
+ RowRadioButtonvue_type_template_id_3e398a56_render,
5827
+ RowRadioButtonvue_type_template_id_3e398a56_staticRenderFns,
5387
5828
  false,
5388
5829
  null,
5389
5830
  null,
@@ -5392,12 +5833,12 @@ var RowRadioButton_component = normalizeComponent(
5392
5833
  )
5393
5834
 
5394
5835
  /* harmony default export */ var RowRadioButton = (RowRadioButton_component.exports);
5395
- // 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&
5396
- 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}]})])])}
5397
- var RowCheckboxvue_type_template_id_0349feb2_staticRenderFns = []
5836
+ // 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&
5837
+ 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}]})])])}
5838
+ var RowCheckboxvue_type_template_id_1e7e4cf8_staticRenderFns = []
5398
5839
 
5399
5840
 
5400
- // CONCATENATED MODULE: ./src/components/datatable/RowCheckbox.vue?vue&type=template&id=0349feb2&
5841
+ // CONCATENATED MODULE: ./src/components/datatable/RowCheckbox.vue?vue&type=template&id=1e7e4cf8&
5401
5842
 
5402
5843
  // 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&
5403
5844
  //
@@ -5453,8 +5894,8 @@ var RowCheckboxvue_type_template_id_0349feb2_staticRenderFns = []
5453
5894
 
5454
5895
  var RowCheckbox_component = normalizeComponent(
5455
5896
  datatable_RowCheckboxvue_type_script_lang_js_,
5456
- RowCheckboxvue_type_template_id_0349feb2_render,
5457
- RowCheckboxvue_type_template_id_0349feb2_staticRenderFns,
5897
+ RowCheckboxvue_type_template_id_1e7e4cf8_render,
5898
+ RowCheckboxvue_type_template_id_1e7e4cf8_staticRenderFns,
5458
5899
  false,
5459
5900
  null,
5460
5901
  null,
@@ -5576,6 +6017,8 @@ var Ripple = {
5576
6017
  //
5577
6018
  //
5578
6019
  //
6020
+ //
6021
+
5579
6022
 
5580
6023
 
5581
6024
 
@@ -5592,6 +6035,14 @@ var Ripple = {
5592
6035
  type: Object,
5593
6036
  default: null
5594
6037
  },
6038
+ frozenRow: {
6039
+ type: Boolean,
6040
+ default: false
6041
+ },
6042
+ rowIndex: {
6043
+ type: Number,
6044
+ default: null
6045
+ },
5595
6046
  index: {
5596
6047
  type: Number,
5597
6048
  default: null
@@ -5608,39 +6059,70 @@ var Ripple = {
5608
6059
  type: Boolean,
5609
6060
  default: false
5610
6061
  },
6062
+ editingMeta: {
6063
+ type: Object,
6064
+ default: null
6065
+ },
5611
6066
  editMode: {
5612
6067
  type: String,
5613
6068
  default: null
6069
+ },
6070
+ responsiveLayout: {
6071
+ type: String,
6072
+ default: 'stack'
5614
6073
  }
5615
6074
  },
5616
6075
  documentEditListener: null,
5617
6076
  selfClick: false,
5618
6077
  data: function data() {
5619
6078
  return {
5620
- d_editing: this.editing
6079
+ d_editing: this.editing,
6080
+ styleObject: {
6081
+ left: '',
6082
+ right: ''
6083
+ }
5621
6084
  };
5622
6085
  },
5623
6086
  watch: {
5624
6087
  editing: function editing(newValue) {
5625
6088
  this.d_editing = newValue;
6089
+ },
6090
+ '$data.d_editing': function $dataD_editing(newValue) {
6091
+ this.$emit('editing-meta-change', {
6092
+ data: this.rowData,
6093
+ field: this.field || "field_".concat(this.index),
6094
+ index: this.rowIndex,
6095
+ editing: newValue
6096
+ });
5626
6097
  }
5627
6098
  },
5628
6099
  mounted: function mounted() {
5629
- this.children = this.$children;
6100
+ if (this.columnProp('frozen')) {
6101
+ this.updateStickyPosition();
6102
+ }
5630
6103
  },
5631
6104
  updated: function updated() {
5632
- if (this.d_editing && this.editMode) {
5633
- var query = this.editMode === 'row' ? '[autofocus]' : 'input';
5634
- var focusable = DomHandler_DomHandler.findSingle(this.$el, query);
6105
+ if (this.columnProp('frozen')) {
6106
+ this.updateStickyPosition();
6107
+ }
5635
6108
 
5636
- if (focusable && document.activeElement != focusable) {
5637
- focusable.focus();
5638
- }
6109
+ if (this.d_editing && (this.editMode === 'cell' || this.editMode === 'row' && this.columnProp('rowEditor'))) {
6110
+ var focusableEl = DomHandler_DomHandler.getFirstFocusableElement(this.$el);
6111
+ focusableEl && focusableEl.focus();
6112
+ }
6113
+ },
6114
+ beforeDestroy: function beforeDestroy() {
6115
+ if (this.overlayEventListener) {
6116
+ OverlayEventBus.off('overlay-click', this.overlayEventListener);
6117
+ this.overlayEventListener = null;
5639
6118
  }
5640
6119
  },
5641
6120
  methods: {
6121
+ columnProp: function columnProp(prop) {
6122
+ return ObjectUtils_ObjectUtils.getVNodeProp(this.column, prop);
6123
+ },
5642
6124
  resolveFieldData: function resolveFieldData() {
5643
- return ObjectUtils_ObjectUtils.resolveFieldData(this.rowData, this.column.field);
6125
+ return ObjectUtils_ObjectUtils.resolveFieldData(this.rowData, this.field);
5644
6126
  },
5645
6127
  toggleRow: function toggleRow(event) {
5646
6128
  this.$emit('row-toggle', {
@@ -5648,11 +6130,19 @@ var Ripple = {
5648
6130
  data: this.rowData
5649
6131
  });
5650
6132
  },
5651
- toggleRowWithRadio: function toggleRowWithRadio(event) {
5652
- this.$emit('radio-change', event);
6133
+ toggleRowWithRadio: function toggleRowWithRadio(event, index) {
6134
+ this.$emit('radio-change', {
6135
+ originalEvent: event.originalEvent,
6136
+ index: index,
6137
+ data: event.data
6138
+ });
5653
6139
  },
5654
- toggleRowWithCheckbox: function toggleRowWithCheckbox(event) {
5655
- this.$emit('checkbox-change', event);
6140
+ toggleRowWithCheckbox: function toggleRowWithCheckbox(event, index) {
6141
+ this.$emit('checkbox-change', {
6142
+ originalEvent: event.originalEvent,
6143
+ index: index,
6144
+ data: event.data
6145
+ });
5656
6146
  },
5657
6147
  isEditable: function isEditable() {
5658
6148
  return this.column.$scopedSlots.editor != null;
@@ -5662,7 +6152,7 @@ var Ripple = {
5662
6152
 
5663
6153
  if (!this.documentEditListener) {
5664
6154
  this.documentEditListener = function (event) {
5665
- if (_this.isOutsideClicked(event)) {
6155
+ if (!_this.selfClick) {
5666
6156
  _this.completeEdit(event, 'outside');
5667
6157
  }
5668
6158
 
@@ -5676,17 +6166,18 @@ var Ripple = {
5676
6166
  if (this.documentEditListener) {
5677
6167
  document.removeEventListener('click', this.documentEditListener);
5678
6168
  this.documentEditListener = null;
5679
- this.selfClick = true;
6169
+ this.selfClick = false;
5680
6170
  }
5681
6171
  },
5682
6172
  switchCellToViewMode: function switchCellToViewMode() {
5683
6173
  this.d_editing = false;
5684
6174
  this.unbindDocumentEditListener();
5685
- },
5686
- isOutsideClicked: function isOutsideClicked() {
5687
- return !this.selfClick;
6175
+ OverlayEventBus.off('overlay-click', this.overlayEventListener);
6176
+ this.overlayEventListener = null;
5688
6177
  },
5689
6178
  onClick: function onClick(event) {
6179
+ var _this2 = this;
6180
+
5690
6181
  if (this.editMode === 'cell' && this.isEditable()) {
5691
6182
  this.selfClick = true;
5692
6183
 
@@ -5696,9 +6187,17 @@ var Ripple = {
5696
6187
  this.$emit('cell-edit-init', {
5697
6188
  originalEvent: event,
5698
6189
  data: this.rowData,
5699
- field: this.column.field,
5700
- index: this.index
6190
+ field: this.field,
6191
+ index: this.rowIndex
5701
6192
  });
6193
+
6194
+ this.overlayEventListener = function (e) {
6195
+ if (_this2.$el && _this2.$el.contains(e.target)) {
6196
+ _this2.selfClick = true;
6197
+ }
6198
+ };
6199
+
6200
+ OverlayEventBus.on('overlay-click', this.overlayEventListener);
5702
6201
  }
5703
6202
  }
5704
6203
  },
@@ -5706,8 +6205,11 @@ var Ripple = {
5706
6205
  var completeEvent = {
5707
6206
  originalEvent: event,
5708
6207
  data: this.rowData,
5709
- field: this.column.field,
5710
- index: this.index,
6208
+ newData: this.editingRowData,
6209
+ value: this.rowData[this.field],
6210
+ newValue: this.editingRowData[this.field],
6211
+ field: this.field,
6212
+ index: this.rowIndex,
5711
6213
  type: type,
5712
6214
  defaultPrevented: false,
5713
6215
  preventDefault: function preventDefault() {
@@ -5732,8 +6234,8 @@ var Ripple = {
5732
6234
  this.$emit('cell-edit-cancel', {
5733
6235
  originalEvent: event,
5734
6236
  data: this.rowData,
5735
- field: this.column.field,
5736
- index: this.index
6237
+ field: this.field,
6238
+ index: this.rowIndex
5737
6239
  });
5738
6240
  break;
5739
6241
 
@@ -5816,34 +6318,101 @@ var Ripple = {
5816
6318
  this.$emit('row-edit-init', {
5817
6319
  originalEvent: event,
5818
6320
  data: this.rowData,
5819
- field: this.column.field,
5820
- index: this.index
6321
+ newData: this.editingRowData,
6322
+ field: this.field,
6323
+ index: this.rowIndex
5821
6324
  });
5822
6325
  },
5823
6326
  onRowEditSave: function onRowEditSave(event) {
5824
6327
  this.$emit('row-edit-save', {
5825
6328
  originalEvent: event,
5826
6329
  data: this.rowData,
5827
- field: this.column.field,
5828
- index: this.index
6330
+ newData: this.editingRowData,
6331
+ field: this.field,
6332
+ index: this.rowIndex
5829
6333
  });
5830
6334
  },
5831
6335
  onRowEditCancel: function onRowEditCancel(event) {
5832
6336
  this.$emit('row-edit-cancel', {
5833
6337
  originalEvent: event,
5834
6338
  data: this.rowData,
5835
- field: this.column.field,
5836
- index: this.index
6339
+ newData: this.editingRowData,
6340
+ field: this.field,
6341
+ index: this.rowIndex
5837
6342
  });
6343
+ },
6344
+ editorInitCallback: function editorInitCallback(event) {
6345
+ this.$emit('row-edit-init', {
6346
+ originalEvent: event,
6347
+ data: this.rowData,
6348
+ newData: this.editingRowData,
6349
+ field: this.field,
6350
+ index: this.rowIndex
6351
+ });
6352
+ },
6353
+ editorSaveCallback: function editorSaveCallback(event) {
6354
+ this.$emit('row-edit-save', {
6355
+ originalEvent: event,
6356
+ data: this.rowData,
6357
+ newData: this.editingRowData,
6358
+ field: this.field,
6359
+ index: this.rowIndex
6360
+ });
6361
+ },
6362
+ editorCancelCallback: function editorCancelCallback(event) {
6363
+ this.$emit('row-edit-cancel', {
6364
+ originalEvent: event,
6365
+ data: this.rowData,
6366
+ newData: this.editingRowData,
6367
+ field: this.field,
6368
+ index: this.rowIndex
6369
+ });
6370
+ },
6371
+ updateStickyPosition: function updateStickyPosition() {
6372
+ if (this.columnProp('frozen')) {
6373
+ var align = this.columnProp('alignFrozen');
6374
+
6375
+ if (align === 'right') {
6376
+ var right = 0;
6377
+ var next = this.$el.nextElementSibling;
6378
+
6379
+ if (next) {
6380
+ right = DomHandler_DomHandler.getOuterWidth(next) + parseFloat(next.style.right || 0);
6381
+ }
6382
+
6383
+ this.styleObject.right = right + 'px';
6384
+ } else {
6385
+ var left = 0;
6386
+ var prev = this.$el.previousElementSibling;
6387
+
6388
+ if (prev) {
6389
+ left = DomHandler_DomHandler.getOuterWidth(prev) + parseFloat(prev.style.left || 0);
6390
+ }
6391
+
6392
+ this.styleObject.left = left + 'px';
6393
+ }
6394
+ }
5838
6395
  }
5839
6396
  },
5840
6397
  computed: {
6398
+ editingRowData: function editingRowData() {
6399
+ return this.editingMeta[this.rowIndex] ? this.editingMeta[this.rowIndex].data : this.rowData;
6400
+ },
6401
+ field: function field() {
6402
+ return this.columnProp('field');
6403
+ },
5841
6404
  containerClass: function containerClass() {
5842
- return [this.column.bodyClass, {
5843
- 'p-selection-column': this.column.selectionMode != null,
6405
+ return [this.columnProp('bodyClass'), this.columnProp('className'), {
6406
+ 'p-selection-column': this.columnProp('selectionMode') != null,
5844
6407
  'p-editable-column': this.isEditable(),
5845
- 'p-cell-editing': this.d_editing
6408
+ 'p-cell-editing': this.d_editing,
6409
+ 'p-frozen-column': this.columnProp('frozen')
5846
6410
  }];
6411
+ },
6412
+ containerStyle: function containerStyle() {
6413
+ var bodyStyle = this.columnProp('bodyStyle');
6414
+ var columnStyle = this.columnProp('styles');
6415
+ return this.columnProp('frozen') ? [columnStyle, bodyStyle, this.styleObject] : [columnStyle, bodyStyle];
5847
6416
  }
5848
6417
  },
5849
6418
  components: {
@@ -5867,8 +6436,8 @@ var Ripple = {
5867
6436
 
5868
6437
  var BodyCell_component = normalizeComponent(
5869
6438
  datatable_BodyCellvue_type_script_lang_js_,
5870
- BodyCellvue_type_template_id_15663eb8_render,
5871
- BodyCellvue_type_template_id_15663eb8_staticRenderFns,
6439
+ BodyCellvue_type_template_id_43b472c0_render,
6440
+ BodyCellvue_type_template_id_43b472c0_staticRenderFns,
5872
6441
  false,
5873
6442
  null,
5874
6443
  null,
@@ -5928,6 +6497,7 @@ var BodyCell_component = normalizeComponent(
5928
6497
  //
5929
6498
 
5930
6499
 
6500
+
5931
6501
  var RowExpansionTemplate = {
5932
6502
  functional: true,
5933
6503
  props: {
@@ -5979,6 +6549,10 @@ var SlotTemplate = {
5979
6549
  type: null,
5980
6550
  default: null
5981
6551
  },
6552
+ frozenRow: {
6553
+ type: Boolean,
6554
+ default: false
6555
+ },
5982
6556
  empty: {
5983
6557
  type: Boolean,
5984
6558
  default: false
@@ -6063,6 +6637,10 @@ var SlotTemplate = {
6063
6637
  type: null,
6064
6638
  default: null
6065
6639
  },
6640
+ editingMeta: {
6641
+ type: Object,
6642
+ default: null
6643
+ },
6066
6644
  loading: {
6067
6645
  type: Boolean,
6068
6646
  default: false
@@ -6070,9 +6648,43 @@ var SlotTemplate = {
6070
6648
  templates: {
6071
6649
  type: null,
6072
6650
  default: null
6651
+ },
6652
+ scrollable: {
6653
+ type: Boolean,
6654
+ default: false
6655
+ },
6656
+ responsiveLayout: {
6657
+ type: String,
6658
+ default: 'stack'
6659
+ }
6660
+ },
6661
+ mounted: function mounted() {
6662
+ if (this.frozenRow) {
6663
+ this.updateFrozenRowStickyPosition();
6664
+ }
6665
+
6666
+ if (this.scrollable && this.rowGroupMode === 'subheader') {
6667
+ this.updateFrozenRowGroupHeaderStickyPosition();
6668
+ }
6669
+ },
6670
+ updated: function updated() {
6671
+ if (this.frozenRow) {
6672
+ this.updateFrozenRowStickyPosition();
6673
+ }
6674
+
6675
+ if (this.scrollable && this.rowGroupMode === 'subheader') {
6676
+ this.updateFrozenRowGroupHeaderStickyPosition();
6073
6677
  }
6074
6678
  },
6679
+ data: function data() {
6680
+ return {
6681
+ rowGroupHeaderStyleObject: {}
6682
+ };
6683
+ },
6075
6684
  methods: {
6685
+ columnProp: function columnProp(col, prop) {
6686
+ return ObjectUtils_ObjectUtils.getVNodeProp(col, prop);
6687
+ },
6076
6688
  shouldRenderRowGroupHeader: function shouldRenderRowGroupHeader(value, rowData, i) {
6077
6689
  var currentRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(rowData, this.groupRowsBy);
6078
6690
  var prevRowData = value[i - 1];
@@ -6134,14 +6746,14 @@ var SlotTemplate = {
6134
6746
  shouldRenderBodyCell: function shouldRenderBodyCell(value, column, i) {
6135
6747
  if (this.rowGroupMode) {
6136
6748
  if (this.rowGroupMode === 'subheader') {
6137
- return this.groupRowsBy !== column.field;
6749
+ return this.groupRowsBy !== this.columnProp(column, 'field');
6138
6750
  } else if (this.rowGroupMode === 'rowspan') {
6139
6751
  if (this.isGrouped(column)) {
6140
6752
  var prevRowData = value[i - 1];
6141
6753
 
6142
6754
  if (prevRowData) {
6143
- var currentRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(value[i], column.field);
6144
- var previousRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(prevRowData, column.field);
6755
+ var currentRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(value[i], this.columnProp(column, 'field'));
6756
+ var previousRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(prevRowData, this.columnProp(column, 'field'));
6145
6757
  return currentRowFieldData !== previousRowFieldData;
6146
6758
  } else {
6147
6759
  return true;
@@ -6151,12 +6763,12 @@ var SlotTemplate = {
6151
6763
  }
6152
6764
  }
6153
6765
  } else {
6154
- return true;
6766
+ return !this.columnProp(column, 'hidden');
6155
6767
  }
6156
6768
  },
6157
6769
  calculateRowGroupSize: function calculateRowGroupSize(value, column, index) {
6158
6770
  if (this.isGrouped(column)) {
6159
- var currentRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(value[index], column.field);
6771
+ var currentRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(value[index], this.columnProp(column, 'field'));
6160
6772
  var nextRowFieldData = currentRowFieldData;
6161
6773
  var groupRowSpan = 0;
6162
6774
 
@@ -6165,7 +6777,7 @@ var SlotTemplate = {
6165
6777
  var nextRowData = value[++index];
6166
6778
 
6167
6779
  if (nextRowData) {
6168
- nextRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(nextRowData, column.field);
6780
+ nextRowFieldData = ObjectUtils_ObjectUtils.resolveFieldData(nextRowData, this.columnProp(column, 'field'));
6169
6781
  } else {
6170
6782
  break;
6171
6783
  }
@@ -6185,7 +6797,7 @@ var SlotTemplate = {
6185
6797
  return ['p-row-toggler-icon pi', icon];
6186
6798
  },
6187
6799
  isGrouped: function isGrouped(column) {
6188
- if (this.groupRowsBy) {
6800
+ if (this.groupRowsBy && this.columnProp(column, 'field')) {
6189
6801
  if (Array.isArray(this.groupRowsBy)) return this.groupRowsBy.indexOf(column.field) > -1;else return this.groupRowsBy === column.field;
6190
6802
  } else {
6191
6803
  return false;
@@ -6338,11 +6950,30 @@ var SlotTemplate = {
6338
6950
  },
6339
6951
  onRowEditCancel: function onRowEditCancel(event) {
6340
6952
  this.$emit('row-edit-cancel', event);
6953
+ },
6954
+ onEditingMetaChange: function onEditingMetaChange(event) {
6955
+ this.$emit('editing-meta-change', event);
6956
+ },
6957
+ updateFrozenRowStickyPosition: function updateFrozenRowStickyPosition() {
6958
+ this.$el.style.top = DomHandler_DomHandler.getOuterHeight(this.$el.previousElementSibling) + 'px';
6959
+ },
6960
+ updateFrozenRowGroupHeaderStickyPosition: function updateFrozenRowGroupHeaderStickyPosition() {
6961
+ var tableHeaderHeight = DomHandler_DomHandler.getOuterHeight(this.$el.previousElementSibling);
6962
+ this.rowGroupHeaderStyleObject.top = tableHeaderHeight + 'px';
6341
6963
  }
6342
6964
  },
6343
6965
  computed: {
6344
6966
  columnsLength: function columnsLength() {
6345
6967
  return this.columns ? this.columns.length : 0;
6968
+ },
6969
+ rowGroupHeaderStyle: function rowGroupHeaderStyle() {
6970
+ if (this.scrollable) {
6971
+ return {
6972
+ top: this.rowGroupHeaderStyleObject.top
6973
+ };
6974
+ }
6975
+
6976
+ return null;
6346
6977
  }
6347
6978
  },
6348
6979
  components: {