primevue 2.7.0 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (387) hide show
  1. package/accordiontab/accordiontab.common.js +22 -0
  2. package/accordiontab/accordiontab.umd.js +22 -0
  3. package/accordiontab/accordiontab.umd.min.js +1 -1
  4. package/api/Api.d.ts +296 -0
  5. package/api/Api.js +47 -0
  6. package/api/FilterMatchMode.js +26 -0
  7. package/api/FilterOperator.js +12 -0
  8. package/api/FilterService.js +260 -0
  9. package/api/PrimeIcons.js +246 -0
  10. package/api/ToastSeverity.js +14 -0
  11. package/api/api.common.js +4889 -0
  12. package/api/api.umd.js +4899 -0
  13. package/api/api.umd.min.js +1 -0
  14. package/api/demo.html +8 -0
  15. package/api/filtermatchmode.common.js +186 -0
  16. package/api/filtermatchmode.umd.js +196 -0
  17. package/api/filtermatchmode.umd.min.js +1 -0
  18. package/api/filteroperator.common.js +172 -0
  19. package/api/filteroperator.umd.js +182 -0
  20. package/api/filteroperator.umd.min.js +1 -0
  21. package/{utils/filterutils.common.js → api/filterservice.common.js} +207 -110
  22. package/{utils/filterutils.umd.js → api/filterservice.umd.js} +209 -112
  23. package/api/filterservice.umd.min.js +1 -0
  24. package/api/index.d.ts +1 -0
  25. package/api/index.js +2 -0
  26. package/api/primeicons.common.js +406 -0
  27. package/api/primeicons.umd.js +416 -0
  28. package/api/primeicons.umd.min.js +1 -0
  29. package/api/toastseverity.common.js +174 -0
  30. package/api/toastseverity.umd.js +184 -0
  31. package/api/toastseverity.umd.min.js +1 -0
  32. package/autocomplete/autocomplete.common.js +45 -21
  33. package/autocomplete/autocomplete.umd.js +45 -21
  34. package/autocomplete/autocomplete.umd.min.js +1 -1
  35. package/badgedirective/badgedirective.common.js +22 -0
  36. package/badgedirective/badgedirective.umd.js +22 -0
  37. package/badgedirective/badgedirective.umd.min.js +1 -1
  38. package/blockui/blockui.common.js +22 -0
  39. package/blockui/blockui.umd.js +22 -0
  40. package/blockui/blockui.umd.min.js +1 -1
  41. package/button/button.common.js +22 -0
  42. package/button/button.umd.js +22 -0
  43. package/button/button.umd.min.js +1 -1
  44. package/calendar/Calendar.vue +23 -6
  45. package/calendar/calendar.common.js +71 -37
  46. package/calendar/calendar.umd.js +71 -37
  47. package/calendar/calendar.umd.min.js +1 -1
  48. package/carousel/carousel.common.js +22 -0
  49. package/carousel/carousel.umd.js +22 -0
  50. package/carousel/carousel.umd.min.js +1 -1
  51. package/cascadeselect/cascadeselect.common.js +42 -17
  52. package/cascadeselect/cascadeselect.umd.js +42 -17
  53. package/cascadeselect/cascadeselect.umd.min.js +1 -1
  54. package/cascadeselect/cascadeselectsub.common.js +42 -17
  55. package/cascadeselect/cascadeselectsub.umd.js +42 -17
  56. package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
  57. package/cascadeselect/demo.html +4 -3
  58. package/chart/Chart.vue +16 -5
  59. package/chart/chart.common.js +18 -6
  60. package/chart/chart.umd.js +18 -6
  61. package/chart/chart.umd.min.js +1 -1
  62. package/checkbox/checkbox.common.js +25 -17
  63. package/checkbox/checkbox.umd.js +25 -17
  64. package/checkbox/checkbox.umd.min.js +1 -1
  65. package/colorpicker/colorpicker.common.js +22 -0
  66. package/colorpicker/colorpicker.umd.js +22 -0
  67. package/colorpicker/colorpicker.umd.min.js +1 -1
  68. package/column/Column.vue +72 -12
  69. package/column/column.common.js +71 -11
  70. package/column/column.umd.js +71 -11
  71. package/column/column.umd.min.js +1 -1
  72. package/config/PrimeVue.d.ts +24 -2
  73. package/config/PrimeVue.js +34 -4
  74. package/config/primevue.common.js +3584 -133
  75. package/config/primevue.umd.js +3584 -133
  76. package/config/primevue.umd.min.js +1 -1
  77. package/confirmationeventbus/confirmationeventbus.common.js +0 -4
  78. package/confirmationeventbus/confirmationeventbus.umd.js +0 -4
  79. package/confirmationeventbus/confirmationeventbus.umd.min.js +1 -1
  80. package/confirmationservice/confirmationservice.common.js +0 -4
  81. package/confirmationservice/confirmationservice.umd.js +0 -4
  82. package/confirmationservice/confirmationservice.umd.min.js +1 -1
  83. package/confirmdialog/confirmdialog.common.js +24 -7
  84. package/confirmdialog/confirmdialog.umd.js +24 -7
  85. package/confirmdialog/confirmdialog.umd.min.js +1 -1
  86. package/confirmpopup/confirmpopup.common.js +22 -4
  87. package/confirmpopup/confirmpopup.umd.js +22 -4
  88. package/confirmpopup/confirmpopup.umd.min.js +1 -1
  89. package/contextmenu/contextmenu.common.js +22 -0
  90. package/contextmenu/contextmenu.umd.js +22 -0
  91. package/contextmenu/contextmenu.umd.min.js +1 -1
  92. package/contextmenu/contextmenusub.common.js +22 -0
  93. package/contextmenu/contextmenusub.umd.js +22 -0
  94. package/contextmenu/contextmenusub.umd.min.js +1 -1
  95. package/datatable/BodyCell.vue +116 -36
  96. package/datatable/ColumnFilter.vue +558 -0
  97. package/datatable/ColumnSlot.vue +21 -1
  98. package/datatable/DataTable.d.ts +34 -8
  99. package/datatable/DataTable.vue +569 -379
  100. package/datatable/FooterCell.vue +82 -0
  101. package/datatable/HeaderCell.vue +246 -0
  102. package/datatable/TableBody.vue +79 -19
  103. package/datatable/TableFooter.vue +34 -18
  104. package/datatable/TableHeader.vue +79 -134
  105. package/datatable/bodycell.common.js +570 -56
  106. package/datatable/bodycell.umd.js +570 -56
  107. package/datatable/bodycell.umd.min.js +1 -1
  108. package/datatable/columnfilter.common.js +7610 -0
  109. package/datatable/columnfilter.umd.js +7620 -0
  110. package/datatable/columnfilter.umd.min.js +1 -0
  111. package/datatable/columnslot.common.js +21 -1
  112. package/datatable/columnslot.umd.js +21 -1
  113. package/datatable/columnslot.umd.min.js +1 -1
  114. package/datatable/datatable.common.js +2777 -1703
  115. package/datatable/datatable.umd.js +2777 -1703
  116. package/datatable/datatable.umd.min.js +1 -1
  117. package/datatable/demo.html +3 -3
  118. package/datatable/{scrollableview.common.js → footercell.common.js} +1861 -411
  119. package/datatable/{scrollableview.umd.js → footercell.umd.js} +1863 -413
  120. package/datatable/footercell.umd.min.js +1 -0
  121. package/datatable/headercell.common.js +8058 -0
  122. package/datatable/headercell.umd.js +8068 -0
  123. package/datatable/headercell.umd.min.js +1 -0
  124. package/datatable/tablebody.common.js +1054 -478
  125. package/datatable/tablebody.umd.js +1054 -478
  126. package/datatable/tablebody.umd.min.js +1 -1
  127. package/datatable/tablefooter.common.js +3785 -105
  128. package/datatable/tablefooter.umd.js +3785 -105
  129. package/datatable/tablefooter.umd.min.js +1 -1
  130. package/datatable/tableheader.common.js +6629 -2139
  131. package/datatable/tableheader.umd.js +6629 -2139
  132. package/datatable/tableheader.umd.min.js +1 -1
  133. package/datatable/tableloadingbody.common.js +21 -1
  134. package/datatable/tableloadingbody.umd.js +21 -1
  135. package/datatable/tableloadingbody.umd.min.js +1 -1
  136. package/dataview/dataview.common.js +53 -30
  137. package/dataview/dataview.umd.js +53 -30
  138. package/dataview/dataview.umd.min.js +1 -1
  139. package/dialog/dialog.common.js +24 -6
  140. package/dialog/dialog.umd.js +24 -6
  141. package/dialog/dialog.umd.min.js +1 -1
  142. package/dropdown/Dropdown.vue +2 -0
  143. package/dropdown/dropdown.common.js +45 -20
  144. package/dropdown/dropdown.umd.js +45 -20
  145. package/dropdown/dropdown.umd.min.js +1 -1
  146. package/fieldset/fieldset.common.js +22 -0
  147. package/fieldset/fieldset.umd.js +22 -0
  148. package/fieldset/fieldset.umd.min.js +1 -1
  149. package/fileupload/fileupload.common.js +22 -0
  150. package/fileupload/fileupload.umd.js +22 -0
  151. package/fileupload/fileupload.umd.min.js +1 -1
  152. package/fullcalendar/fullcalendar.common.js +5 -9
  153. package/fullcalendar/fullcalendar.umd.js +5 -9
  154. package/fullcalendar/fullcalendar.umd.min.js +2 -2
  155. package/galleria/galleria.common.js +22 -4
  156. package/galleria/galleria.umd.js +22 -4
  157. package/galleria/galleria.umd.min.js +1 -1
  158. package/galleria/galleriacontent.common.js +22 -0
  159. package/galleria/galleriacontent.umd.js +22 -0
  160. package/galleria/galleriacontent.umd.min.js +1 -1
  161. package/galleria/galleriaitem.common.js +22 -0
  162. package/galleria/galleriaitem.umd.js +22 -0
  163. package/galleria/galleriaitem.umd.min.js +1 -1
  164. package/galleria/galleriathumbnails.common.js +22 -0
  165. package/galleria/galleriathumbnails.umd.js +22 -0
  166. package/galleria/galleriathumbnails.umd.min.js +1 -1
  167. package/imagepreview/imagepreview.common.js +22 -0
  168. package/imagepreview/imagepreview.umd.js +22 -0
  169. package/imagepreview/imagepreview.umd.min.js +1 -1
  170. package/inplace/inplace.common.js +22 -0
  171. package/inplace/inplace.umd.js +22 -0
  172. package/inplace/inplace.umd.min.js +1 -1
  173. package/inputmask/inputmask.common.js +24 -6
  174. package/inputmask/inputmask.umd.js +24 -6
  175. package/inputmask/inputmask.umd.min.js +1 -1
  176. package/inputnumber/inputnumber.common.js +26 -9
  177. package/inputnumber/inputnumber.umd.js +26 -9
  178. package/inputnumber/inputnumber.umd.min.js +1 -1
  179. package/inputtext/inputtext.common.js +2 -6
  180. package/inputtext/inputtext.umd.js +2 -6
  181. package/inputtext/inputtext.umd.min.js +1 -1
  182. package/listbox/listbox.common.js +42 -17
  183. package/listbox/listbox.umd.js +42 -17
  184. package/listbox/listbox.umd.min.js +1 -1
  185. package/megamenu/megamenu.common.js +22 -0
  186. package/megamenu/megamenu.umd.js +22 -0
  187. package/megamenu/megamenu.umd.min.js +1 -1
  188. package/menu/menu.common.js +22 -0
  189. package/menu/menu.umd.js +22 -0
  190. package/menu/menu.umd.min.js +1 -1
  191. package/menu/menuitem.common.js +22 -0
  192. package/menu/menuitem.umd.js +22 -0
  193. package/menu/menuitem.umd.min.js +1 -1
  194. package/menubar/menubar.common.js +22 -0
  195. package/menubar/menubar.umd.js +22 -0
  196. package/menubar/menubar.umd.min.js +1 -1
  197. package/menubar/menubarsub.common.js +22 -0
  198. package/menubar/menubarsub.umd.js +22 -0
  199. package/menubar/menubarsub.umd.min.js +1 -1
  200. package/message/message.common.js +22 -0
  201. package/message/message.umd.js +22 -0
  202. package/message/message.umd.min.js +1 -1
  203. package/multiselect/multiselect.common.js +42 -17
  204. package/multiselect/multiselect.umd.js +42 -17
  205. package/multiselect/multiselect.umd.min.js +1 -1
  206. package/orderlist/orderlist.common.js +42 -17
  207. package/orderlist/orderlist.umd.js +42 -17
  208. package/orderlist/orderlist.umd.min.js +1 -1
  209. package/organizationchart/organizationchart.common.js +24 -6
  210. package/organizationchart/organizationchart.umd.js +24 -6
  211. package/organizationchart/organizationchart.umd.min.js +1 -1
  212. package/organizationchart/organizationchartnode.common.js +22 -0
  213. package/organizationchart/organizationchartnode.umd.js +22 -0
  214. package/organizationchart/organizationchartnode.umd.min.js +1 -1
  215. package/overlayeventbus/OverlayEventBus.js +14 -0
  216. package/overlayeventbus/demo.html +8 -0
  217. package/overlayeventbus/index.d.ts +1 -0
  218. package/overlayeventbus/index.js +2 -0
  219. package/overlayeventbus/overlayeventbus.common.js +1773 -0
  220. package/overlayeventbus/overlayeventbus.umd.js +1783 -0
  221. package/overlayeventbus/overlayeventbus.umd.min.js +1 -0
  222. package/overlaypanel/overlaypanel.common.js +22 -0
  223. package/overlaypanel/overlaypanel.umd.js +22 -0
  224. package/overlaypanel/overlaypanel.umd.min.js +1 -1
  225. package/package.json +1 -1
  226. package/paginator/firstpagelink.common.js +22 -0
  227. package/paginator/firstpagelink.umd.js +22 -0
  228. package/paginator/firstpagelink.umd.min.js +1 -1
  229. package/paginator/jumptopagedropdown.common.js +49 -24
  230. package/paginator/jumptopagedropdown.umd.js +49 -24
  231. package/paginator/jumptopagedropdown.umd.min.js +1 -1
  232. package/paginator/jumptopageinput.common.js +26 -9
  233. package/paginator/jumptopageinput.umd.js +26 -9
  234. package/paginator/jumptopageinput.umd.min.js +1 -1
  235. package/paginator/lastpagelink.common.js +22 -0
  236. package/paginator/lastpagelink.umd.js +22 -0
  237. package/paginator/lastpagelink.umd.min.js +1 -1
  238. package/paginator/nextpagelink.common.js +22 -0
  239. package/paginator/nextpagelink.umd.js +22 -0
  240. package/paginator/nextpagelink.umd.min.js +1 -1
  241. package/paginator/pagelinks.common.js +22 -0
  242. package/paginator/pagelinks.umd.js +22 -0
  243. package/paginator/pagelinks.umd.min.js +1 -1
  244. package/paginator/paginator.common.js +53 -30
  245. package/paginator/paginator.umd.js +53 -30
  246. package/paginator/paginator.umd.min.js +1 -1
  247. package/paginator/prevpagelink.common.js +22 -0
  248. package/paginator/prevpagelink.umd.js +22 -0
  249. package/paginator/prevpagelink.umd.min.js +1 -1
  250. package/paginator/rowsperpagedropdown.common.js +49 -24
  251. package/paginator/rowsperpagedropdown.umd.js +49 -24
  252. package/paginator/rowsperpagedropdown.umd.min.js +1 -1
  253. package/panel/panel.common.js +22 -0
  254. package/panel/panel.umd.js +22 -0
  255. package/panel/panel.umd.min.js +1 -1
  256. package/password/password.common.js +24 -6
  257. package/password/password.umd.js +24 -6
  258. package/password/password.umd.min.js +1 -1
  259. package/picklist/PickList.vue +0 -3
  260. package/picklist/picklist.common.js +44 -22
  261. package/picklist/picklist.umd.js +44 -22
  262. package/picklist/picklist.umd.min.js +1 -1
  263. package/radiobutton/radiobutton.common.js +25 -17
  264. package/radiobutton/radiobutton.umd.js +25 -17
  265. package/radiobutton/radiobutton.umd.min.js +1 -1
  266. package/ripple/ripple.common.js +22 -0
  267. package/ripple/ripple.umd.js +22 -0
  268. package/ripple/ripple.umd.min.js +1 -1
  269. package/scrollpanel/scrollpanel.common.js +22 -0
  270. package/scrollpanel/scrollpanel.umd.js +22 -0
  271. package/scrollpanel/scrollpanel.umd.min.js +1 -1
  272. package/scrolltop/scrolltop.common.js +22 -0
  273. package/scrolltop/scrolltop.umd.js +22 -0
  274. package/scrolltop/scrolltop.umd.min.js +1 -1
  275. package/selectbutton/selectbutton.common.js +42 -17
  276. package/selectbutton/selectbutton.umd.js +42 -17
  277. package/selectbutton/selectbutton.umd.min.js +1 -1
  278. package/sidebar/sidebar.common.js +22 -0
  279. package/sidebar/sidebar.umd.js +22 -0
  280. package/sidebar/sidebar.umd.min.js +1 -1
  281. package/slider/Slider.vue +20 -12
  282. package/slider/slider.common.js +36 -9
  283. package/slider/slider.umd.js +36 -9
  284. package/slider/slider.umd.min.js +1 -1
  285. package/speeddial/speeddial.common.js +24 -6
  286. package/speeddial/speeddial.umd.js +24 -6
  287. package/speeddial/speeddial.umd.min.js +1 -1
  288. package/splitbutton/splitbutton.common.js +22 -0
  289. package/splitbutton/splitbutton.umd.js +22 -0
  290. package/splitbutton/splitbutton.umd.min.js +1 -1
  291. package/splitter/splitter.common.js +22 -0
  292. package/splitter/splitter.umd.js +22 -0
  293. package/splitter/splitter.umd.min.js +1 -1
  294. package/styleclass/styleclass.common.js +22 -0
  295. package/styleclass/styleclass.umd.js +22 -0
  296. package/styleclass/styleclass.umd.min.js +1 -1
  297. package/tabmenu/tabmenu.common.js +22 -0
  298. package/tabmenu/tabmenu.umd.js +22 -0
  299. package/tabmenu/tabmenu.umd.min.js +1 -1
  300. package/tabview/tabview.common.js +42 -17
  301. package/tabview/tabview.umd.js +42 -17
  302. package/tabview/tabview.umd.min.js +1 -1
  303. package/textarea/textarea.common.js +2 -6
  304. package/textarea/textarea.umd.js +2 -6
  305. package/textarea/textarea.umd.min.js +1 -1
  306. package/tieredmenu/demo.html +3 -4
  307. package/tieredmenu/tieredmenu.common.js +22 -0
  308. package/tieredmenu/tieredmenu.umd.js +22 -0
  309. package/tieredmenu/tieredmenu.umd.min.js +1 -1
  310. package/tieredmenu/tieredmenusub.common.js +22 -0
  311. package/tieredmenu/tieredmenusub.umd.js +22 -0
  312. package/tieredmenu/tieredmenusub.umd.min.js +1 -1
  313. package/timeline/timeline.common.js +25 -17
  314. package/timeline/timeline.umd.js +25 -17
  315. package/timeline/timeline.umd.min.js +1 -1
  316. package/toast/toast.common.js +22 -0
  317. package/toast/toast.umd.js +22 -0
  318. package/toast/toast.umd.min.js +1 -1
  319. package/toast/toastmessage.common.js +22 -0
  320. package/toast/toastmessage.umd.js +22 -0
  321. package/toast/toastmessage.umd.min.js +1 -1
  322. package/togglebutton/togglebutton.common.js +22 -0
  323. package/togglebutton/togglebutton.umd.js +22 -0
  324. package/togglebutton/togglebutton.umd.min.js +1 -1
  325. package/tooltip/Tooltip.js +1 -1
  326. package/tooltip/tooltip.common.js +29 -17
  327. package/tooltip/tooltip.umd.js +29 -17
  328. package/tooltip/tooltip.umd.min.js +1 -1
  329. package/tree/tree.common.js +46 -23
  330. package/tree/tree.umd.js +46 -23
  331. package/tree/tree.umd.min.js +1 -1
  332. package/tree/treenode.common.js +24 -6
  333. package/tree/treenode.umd.js +24 -6
  334. package/tree/treenode.umd.min.js +1 -1
  335. package/treetable/BodyCell.vue +162 -0
  336. package/treetable/FooterCell.vue +81 -0
  337. package/treetable/HeaderCell.vue +183 -0
  338. package/treetable/TreeTable.vue +85 -108
  339. package/treetable/bodycell.common.js +5596 -0
  340. package/treetable/bodycell.umd.js +5606 -0
  341. package/treetable/bodycell.umd.min.js +1 -0
  342. package/treetable/demo.html +3 -3
  343. package/treetable/footercell.common.js +5300 -0
  344. package/treetable/footercell.umd.js +5310 -0
  345. package/treetable/footercell.umd.min.js +1 -0
  346. package/treetable/headercell.common.js +5529 -0
  347. package/treetable/headercell.umd.js +5539 -0
  348. package/treetable/headercell.umd.min.js +1 -0
  349. package/treetable/treetable.common.js +917 -481
  350. package/treetable/treetable.umd.js +917 -481
  351. package/treetable/treetable.umd.min.js +1 -1
  352. package/treetable/treetablerow.common.js +44 -20
  353. package/treetable/treetablerow.umd.js +44 -20
  354. package/treetable/treetablerow.umd.min.js +1 -1
  355. package/treetable/treetablerowloader.common.js +46 -23
  356. package/treetable/treetablerowloader.umd.js +46 -23
  357. package/treetable/treetablerowloader.umd.min.js +1 -1
  358. package/utils/ConnectedOverlayScrollHandler.js +1 -1
  359. package/utils/DomHandler.js +18 -1
  360. package/utils/ObjectUtils.js +15 -2
  361. package/utils/Utils.d.ts +73 -0
  362. package/utils/Utils.js +47 -0
  363. package/utils/connectedoverlayscrollhandler.common.js +22 -0
  364. package/utils/connectedoverlayscrollhandler.umd.js +22 -0
  365. package/utils/connectedoverlayscrollhandler.umd.min.js +1 -1
  366. package/utils/demo.html +3 -3
  367. package/utils/domhandler.common.js +22 -0
  368. package/utils/domhandler.umd.js +22 -0
  369. package/utils/domhandler.umd.min.js +1 -1
  370. package/utils/eventbus.common.js +0 -4
  371. package/utils/eventbus.umd.js +0 -4
  372. package/utils/eventbus.umd.min.js +1 -1
  373. package/utils/index.d.ts +1 -0
  374. package/utils/index.js +2 -0
  375. package/utils/objectutils.common.js +25 -17
  376. package/utils/objectutils.umd.js +25 -17
  377. package/utils/objectutils.umd.min.js +1 -1
  378. package/utils/utils.common.js +5481 -0
  379. package/utils/utils.umd.js +5491 -0
  380. package/utils/utils.umd.min.js +1 -0
  381. package/vetur-attributes.json +4 -0
  382. package/vetur-tags.json +1 -0
  383. package/web-types.json +24 -1
  384. package/datatable/ScrollableView.vue +0 -223
  385. package/datatable/scrollableview.umd.min.js +0 -1
  386. package/utils/FilterUtils.js +0 -176
  387. package/utils/filterutils.umd.min.js +0 -1
@@ -981,17 +981,21 @@ var es6_number_constructor = __webpack_require__("c5f6");
981
981
  default: null
982
982
  },
983
983
  field: {
984
- type: [String, Function],
984
+ type: String,
985
985
  default: null
986
986
  },
987
987
  sortField: {
988
- type: String,
988
+ type: [String, Function],
989
989
  default: null
990
990
  },
991
991
  filterField: {
992
992
  type: String,
993
993
  default: null
994
994
  },
995
+ dataType: {
996
+ type: String,
997
+ default: 'text'
998
+ },
995
999
  sortable: {
996
1000
  type: Boolean,
997
1001
  default: false
@@ -1004,6 +1008,14 @@ var es6_number_constructor = __webpack_require__("c5f6");
1004
1008
  type: null,
1005
1009
  default: null
1006
1010
  },
1011
+ styles: {
1012
+ type: null,
1013
+ default: null
1014
+ },
1015
+ className: {
1016
+ type: String,
1017
+ default: null
1018
+ },
1007
1019
  headerStyle: {
1008
1020
  type: null,
1009
1021
  default: null
@@ -1028,25 +1040,57 @@ var es6_number_constructor = __webpack_require__("c5f6");
1028
1040
  type: String,
1029
1041
  default: null
1030
1042
  },
1043
+ showFilterMenu: {
1044
+ type: Boolean,
1045
+ default: true
1046
+ },
1047
+ showFilterOperator: {
1048
+ type: Boolean,
1049
+ default: true
1050
+ },
1051
+ showClearButton: {
1052
+ type: Boolean,
1053
+ default: true
1054
+ },
1055
+ showApplyButton: {
1056
+ type: Boolean,
1057
+ default: true
1058
+ },
1059
+ showFilterMatchModes: {
1060
+ type: Boolean,
1061
+ default: true
1062
+ },
1063
+ showAddButton: {
1064
+ type: Boolean,
1065
+ default: true
1066
+ },
1067
+ filterMatchModeOptions: {
1068
+ type: Array,
1069
+ default: null
1070
+ },
1071
+ maxConstraints: {
1072
+ type: Number,
1073
+ default: 2
1074
+ },
1075
+ excludeGlobalFilter: {
1076
+ type: Boolean,
1077
+ default: false
1078
+ },
1031
1079
  filterHeaderClass: {
1032
1080
  type: String,
1033
1081
  default: null
1034
1082
  },
1035
1083
  filterHeaderStyle: {
1036
1084
  type: null,
1037
- default: false
1085
+ default: null
1038
1086
  },
1039
- filterMatchMode: {
1087
+ filterMenuClass: {
1040
1088
  type: String,
1041
- default: 'startsWith'
1042
- },
1043
- filterFunction: {
1044
- type: Function,
1045
1089
  default: null
1046
1090
  },
1047
- excludeGlobalFilter: {
1048
- type: Boolean,
1049
- default: false
1091
+ filterMenuStyle: {
1092
+ type: null,
1093
+ default: null
1050
1094
  },
1051
1095
  selectionMode: {
1052
1096
  type: String,
@@ -1083,6 +1127,22 @@ var es6_number_constructor = __webpack_require__("c5f6");
1083
1127
  frozen: {
1084
1128
  type: Boolean,
1085
1129
  default: false
1130
+ },
1131
+ alignFrozen: {
1132
+ type: String,
1133
+ default: 'left'
1134
+ },
1135
+ exportable: {
1136
+ type: Boolean,
1137
+ default: true
1138
+ },
1139
+ filterMatchMode: {
1140
+ type: String,
1141
+ default: null
1142
+ },
1143
+ hidden: {
1144
+ type: Boolean,
1145
+ default: false
1086
1146
  }
1087
1147
  },
1088
1148
  render: function render() {
@@ -990,17 +990,21 @@ var es6_number_constructor = __webpack_require__("c5f6");
990
990
  default: null
991
991
  },
992
992
  field: {
993
- type: [String, Function],
993
+ type: String,
994
994
  default: null
995
995
  },
996
996
  sortField: {
997
- type: String,
997
+ type: [String, Function],
998
998
  default: null
999
999
  },
1000
1000
  filterField: {
1001
1001
  type: String,
1002
1002
  default: null
1003
1003
  },
1004
+ dataType: {
1005
+ type: String,
1006
+ default: 'text'
1007
+ },
1004
1008
  sortable: {
1005
1009
  type: Boolean,
1006
1010
  default: false
@@ -1013,6 +1017,14 @@ var es6_number_constructor = __webpack_require__("c5f6");
1013
1017
  type: null,
1014
1018
  default: null
1015
1019
  },
1020
+ styles: {
1021
+ type: null,
1022
+ default: null
1023
+ },
1024
+ className: {
1025
+ type: String,
1026
+ default: null
1027
+ },
1016
1028
  headerStyle: {
1017
1029
  type: null,
1018
1030
  default: null
@@ -1037,25 +1049,57 @@ var es6_number_constructor = __webpack_require__("c5f6");
1037
1049
  type: String,
1038
1050
  default: null
1039
1051
  },
1052
+ showFilterMenu: {
1053
+ type: Boolean,
1054
+ default: true
1055
+ },
1056
+ showFilterOperator: {
1057
+ type: Boolean,
1058
+ default: true
1059
+ },
1060
+ showClearButton: {
1061
+ type: Boolean,
1062
+ default: true
1063
+ },
1064
+ showApplyButton: {
1065
+ type: Boolean,
1066
+ default: true
1067
+ },
1068
+ showFilterMatchModes: {
1069
+ type: Boolean,
1070
+ default: true
1071
+ },
1072
+ showAddButton: {
1073
+ type: Boolean,
1074
+ default: true
1075
+ },
1076
+ filterMatchModeOptions: {
1077
+ type: Array,
1078
+ default: null
1079
+ },
1080
+ maxConstraints: {
1081
+ type: Number,
1082
+ default: 2
1083
+ },
1084
+ excludeGlobalFilter: {
1085
+ type: Boolean,
1086
+ default: false
1087
+ },
1040
1088
  filterHeaderClass: {
1041
1089
  type: String,
1042
1090
  default: null
1043
1091
  },
1044
1092
  filterHeaderStyle: {
1045
1093
  type: null,
1046
- default: false
1094
+ default: null
1047
1095
  },
1048
- filterMatchMode: {
1096
+ filterMenuClass: {
1049
1097
  type: String,
1050
- default: 'startsWith'
1051
- },
1052
- filterFunction: {
1053
- type: Function,
1054
1098
  default: null
1055
1099
  },
1056
- excludeGlobalFilter: {
1057
- type: Boolean,
1058
- default: false
1100
+ filterMenuStyle: {
1101
+ type: null,
1102
+ default: null
1059
1103
  },
1060
1104
  selectionMode: {
1061
1105
  type: String,
@@ -1092,6 +1136,22 @@ var es6_number_constructor = __webpack_require__("c5f6");
1092
1136
  frozen: {
1093
1137
  type: Boolean,
1094
1138
  default: false
1139
+ },
1140
+ alignFrozen: {
1141
+ type: String,
1142
+ default: 'left'
1143
+ },
1144
+ exportable: {
1145
+ type: Boolean,
1146
+ default: true
1147
+ },
1148
+ filterMatchMode: {
1149
+ type: String,
1150
+ default: null
1151
+ },
1152
+ hidden: {
1153
+ type: Boolean,
1154
+ default: false
1095
1155
  }
1096
1156
  },
1097
1157
  render: function render() {
@@ -1 +1 @@
1
- (function(t,e){"object"===typeof exports&&"object"===typeof module?module.exports=e():"function"===typeof define&&define.amd?define([],e):"object"===typeof exports?exports["column"]=e():t["column"]=e()})("undefined"!==typeof self?self:this,(function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s="fb15")}({"0d58":function(t,e,n){var r=n("ce10"),o=n("e11e");t.exports=Object.keys||function(t){return r(t,o)}},"11e9":function(t,e,n){var r=n("52a7"),o=n("4630"),u=n("6821"),i=n("6a99"),c=n("69a8"),f=n("c69a"),a=Object.getOwnPropertyDescriptor;e.f=n("9e1e")?a:function(t,e){if(t=u(t),e=i(e,!0),f)try{return a(t,e)}catch(n){}if(c(t,e))return o(!r.f.call(t,e),t[e])}},1495:function(t,e,n){var r=n("86cc"),o=n("cb7c"),u=n("0d58");t.exports=n("9e1e")?Object.defineProperties:function(t,e){o(t);var n,i=u(e),c=i.length,f=0;while(c>f)r.f(t,n=i[f++],e[n]);return t}},"230e":function(t,e,n){var r=n("d3f4"),o=n("7726").document,u=r(o)&&r(o.createElement);t.exports=function(t){return u?o.createElement(t):{}}},"2aba":function(t,e,n){var r=n("7726"),o=n("32e9"),u=n("69a8"),i=n("ca5a")("src"),c=n("fa5b"),f="toString",a=(""+c).split(f);n("8378").inspectSource=function(t){return c.call(t)},(t.exports=function(t,e,n,c){var f="function"==typeof n;f&&(u(n,"name")||o(n,"name",e)),t[e]!==n&&(f&&(u(n,i)||o(n,i,t[e]?""+t[e]:a.join(String(e)))),t===r?t[e]=n:c?t[e]?t[e]=n:o(t,e,n):(delete t[e],o(t,e,n)))})(Function.prototype,f,(function(){return"function"==typeof this&&this[i]||c.call(this)}))},"2aeb":function(t,e,n){var r=n("cb7c"),o=n("1495"),u=n("e11e"),i=n("613b")("IE_PROTO"),c=function(){},f="prototype",a=function(){var t,e=n("230e")("iframe"),r=u.length,o="<",i=">";e.style.display="none",n("fab2").appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(o+"script"+i+"document.F=Object"+o+"/script"+i),t.close(),a=t.F;while(r--)delete a[f][u[r]];return a()};t.exports=Object.create||function(t,e){var n;return null!==t?(c[f]=r(t),n=new c,c[f]=null,n[i]=t):n=a(),void 0===e?n:o(n,e)}},"2d00":function(t,e){t.exports=!1},"2d95":function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},"32e9":function(t,e,n){var r=n("86cc"),o=n("4630");t.exports=n("9e1e")?function(t,e,n){return r.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},4588:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},4630:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"52a7":function(t,e){e.f={}.propertyIsEnumerable},5537:function(t,e,n){var r=n("8378"),o=n("7726"),u="__core-js_shared__",i=o[u]||(o[u]={});(t.exports=function(t,e){return i[t]||(i[t]=void 0!==e?e:{})})("versions",[]).push({version:r.version,mode:n("2d00")?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},"5ca1":function(t,e,n){var r=n("7726"),o=n("8378"),u=n("32e9"),i=n("2aba"),c=n("9b43"),f="prototype",a=function(t,e,n){var l,p,s,d,y=t&a.F,v=t&a.G,b=t&a.S,h=t&a.P,g=t&a.B,_=v?r:b?r[e]||(r[e]={}):(r[e]||{})[f],x=v?o:o[e]||(o[e]={}),m=x[f]||(x[f]={});for(l in v&&(n=e),n)p=!y&&_&&void 0!==_[l],s=(p?_:n)[l],d=g&&p?c(s,r):h&&"function"==typeof s?c(Function.call,s):s,_&&i(_,l,s,t&a.U),x[l]!=s&&u(x,l,d),h&&m[l]!=s&&(m[l]=s)};r.core=o,a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,t.exports=a},"5dbc":function(t,e,n){var r=n("d3f4"),o=n("8b97").set;t.exports=function(t,e,n){var u,i=e.constructor;return i!==n&&"function"==typeof i&&(u=i.prototype)!==n.prototype&&r(u)&&o&&o(t,u),t}},"613b":function(t,e,n){var r=n("5537")("keys"),o=n("ca5a");t.exports=function(t){return r[t]||(r[t]=o(t))}},"626a":function(t,e,n){var r=n("2d95");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},6821:function(t,e,n){var r=n("626a"),o=n("be13");t.exports=function(t){return r(o(t))}},"69a8":function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},"6a99":function(t,e,n){var r=n("d3f4");t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},7726:function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},"77f1":function(t,e,n){var r=n("4588"),o=Math.max,u=Math.min;t.exports=function(t,e){return t=r(t),t<0?o(t+e,0):u(t,e)}},"79e5":function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},8378:function(t,e){var n=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},"86cc":function(t,e,n){var r=n("cb7c"),o=n("c69a"),u=n("6a99"),i=Object.defineProperty;e.f=n("9e1e")?Object.defineProperty:function(t,e,n){if(r(t),e=u(e,!0),r(n),o)try{return i(t,e,n)}catch(c){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},"8b97":function(t,e,n){var r=n("d3f4"),o=n("cb7c"),u=function(t,e){if(o(t),!r(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,e,r){try{r=n("9b43")(Function.call,n("11e9").f(Object.prototype,"__proto__").set,2),r(t,[]),e=!(t instanceof Array)}catch(o){e=!0}return function(t,n){return u(t,n),e?t.__proto__=n:r(t,n),t}}({},!1):void 0),check:u}},9093:function(t,e,n){var r=n("ce10"),o=n("e11e").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},"9b43":function(t,e,n){var r=n("d8e8");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},"9def":function(t,e,n){var r=n("4588"),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},"9e1e":function(t,e,n){t.exports=!n("79e5")((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},aa77:function(t,e,n){var r=n("5ca1"),o=n("be13"),u=n("79e5"),i=n("fdef"),c="["+i+"]",f="​…",a=RegExp("^"+c+c+"*"),l=RegExp(c+c+"*$"),p=function(t,e,n){var o={},c=u((function(){return!!i[t]()||f[t]()!=f})),a=o[t]=c?e(s):i[t];n&&(o[n]=a),r(r.P+r.F*c,"String",o)},s=p.trim=function(t,e){return t=String(o(t)),1&e&&(t=t.replace(a,"")),2&e&&(t=t.replace(l,"")),t};t.exports=p},be13:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},c366:function(t,e,n){var r=n("6821"),o=n("9def"),u=n("77f1");t.exports=function(t){return function(e,n,i){var c,f=r(e),a=o(f.length),l=u(i,a);if(t&&n!=n){while(a>l)if(c=f[l++],c!=c)return!0}else for(;a>l;l++)if((t||l in f)&&f[l]===n)return t||l||0;return!t&&-1}}},c5f6:function(t,e,n){"use strict";var r=n("7726"),o=n("69a8"),u=n("2d95"),i=n("5dbc"),c=n("6a99"),f=n("79e5"),a=n("9093").f,l=n("11e9").f,p=n("86cc").f,s=n("aa77").trim,d="Number",y=r[d],v=y,b=y.prototype,h=u(n("2aeb")(b))==d,g="trim"in String.prototype,_=function(t){var e=c(t,!1);if("string"==typeof e&&e.length>2){e=g?e.trim():s(e,3);var n,r,o,u=e.charCodeAt(0);if(43===u||45===u){if(n=e.charCodeAt(2),88===n||120===n)return NaN}else if(48===u){switch(e.charCodeAt(1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+e}for(var i,f=e.slice(2),a=0,l=f.length;a<l;a++)if(i=f.charCodeAt(a),i<48||i>o)return NaN;return parseInt(f,r)}}return+e};if(!y(" 0o1")||!y("0b1")||y("+0x1")){y=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof y&&(h?f((function(){b.valueOf.call(n)})):u(n)!=d)?i(new v(_(e)),n,y):_(e)};for(var x,m=n("9e1e")?a(v):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),S=0;m.length>S;S++)o(v,x=m[S])&&!o(y,x)&&p(y,x,l(v,x));y.prototype=b,b.constructor=y,n("2aba")(r,d,y)}},c69a:function(t,e,n){t.exports=!n("9e1e")&&!n("79e5")((function(){return 7!=Object.defineProperty(n("230e")("div"),"a",{get:function(){return 7}}).a}))},ca5a:function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},cb7c:function(t,e,n){var r=n("d3f4");t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},ce10:function(t,e,n){var r=n("69a8"),o=n("6821"),u=n("c366")(!1),i=n("613b")("IE_PROTO");t.exports=function(t,e){var n,c=o(t),f=0,a=[];for(n in c)n!=i&&r(c,n)&&a.push(n);while(e.length>f)r(c,n=e[f++])&&(~u(a,n)||a.push(n));return a}},d3f4:function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},d8e8:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},e11e:function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},f6fd:function(t,e){(function(t){var e="currentScript",n=t.getElementsByTagName("script");e in t||Object.defineProperty(t,e,{get:function(){try{throw new Error}catch(r){var t,e=(/.*at [^\(]*\((.*):.+:.+\)$/gi.exec(r.stack)||[!1])[1];for(t in n)if(n[t].src==e||"interactive"==n[t].readyState)return n[t];return null}}})})(document)},fa5b:function(t,e,n){t.exports=n("5537")("native-function-to-string",Function.toString)},fab2:function(t,e,n){var r=n("7726").document;t.exports=r&&r.documentElement},fb15:function(t,e,n){"use strict";var r;(n.r(e),"undefined"!==typeof window)&&(n("f6fd"),(r=window.document.currentScript)&&(r=r.src.match(/(.+\/)[^/]+\.js(\?.*)?$/))&&(n.p=r[1]));n("c5f6");var o,u,i={name:"column",props:{columnKey:{type:null,default:null},field:{type:[String,Function],default:null},sortField:{type:String,default:null},filterField:{type:String,default:null},sortable:{type:Boolean,default:!1},header:{type:null,default:null},footer:{type:null,default:null},headerStyle:{type:null,default:null},headerClass:{type:String,default:null},bodyStyle:{type:null,default:null},bodyClass:{type:String,default:null},footerStyle:{type:null,default:null},footerClass:{type:String,default:null},filterHeaderClass:{type:String,default:null},filterHeaderStyle:{type:null,default:!1},filterMatchMode:{type:String,default:"startsWith"},filterFunction:{type:Function,default:null},excludeGlobalFilter:{type:Boolean,default:!1},selectionMode:{type:String,default:null},expander:{type:Boolean,default:!1},colspan:{type:Number,default:null},rowspan:{type:Number,default:null},rowReorder:{type:Boolean,default:!1},rowReorderIcon:{type:String,default:"pi pi-bars"},reorderableColumn:{type:Boolean,default:!0},rowEditor:{type:Boolean,default:!1},frozen:{type:Boolean,default:!1}},render:function(){return null}},c=i;function f(t,e,n,r,o,u,i,c){var f,a="function"===typeof t?t.options:t;if(e&&(a.render=e,a.staticRenderFns=n,a._compiled=!0),r&&(a.functional=!0),u&&(a._scopeId="data-v-"+u),i?(f=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(i)},a._ssrRegister=f):o&&(f=c?function(){o.call(this,(a.functional?this.parent:this).$root.$options.shadowRoot)}:o),f)if(a.functional){a._injectStyles=f;var l=a.render;a.render=function(t,e){return f.call(e),l(t,e)}}else{var p=a.beforeCreate;a.beforeCreate=p?[].concat(p,f):[f]}return{exports:t,options:a}}var a=f(c,o,u,!1,null,null,null),l=a.exports;e["default"]=l},fdef:function(t,e){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"}})["default"]}));
1
+ (function(t,e){"object"===typeof exports&&"object"===typeof module?module.exports=e():"function"===typeof define&&define.amd?define([],e):"object"===typeof exports?exports["column"]=e():t["column"]=e()})("undefined"!==typeof self?self:this,(function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s="fb15")}({"0d58":function(t,e,n){var r=n("ce10"),o=n("e11e");t.exports=Object.keys||function(t){return r(t,o)}},"11e9":function(t,e,n){var r=n("52a7"),o=n("4630"),u=n("6821"),i=n("6a99"),a=n("69a8"),f=n("c69a"),c=Object.getOwnPropertyDescriptor;e.f=n("9e1e")?c:function(t,e){if(t=u(t),e=i(e,!0),f)try{return c(t,e)}catch(n){}if(a(t,e))return o(!r.f.call(t,e),t[e])}},1495:function(t,e,n){var r=n("86cc"),o=n("cb7c"),u=n("0d58");t.exports=n("9e1e")?Object.defineProperties:function(t,e){o(t);var n,i=u(e),a=i.length,f=0;while(a>f)r.f(t,n=i[f++],e[n]);return t}},"230e":function(t,e,n){var r=n("d3f4"),o=n("7726").document,u=r(o)&&r(o.createElement);t.exports=function(t){return u?o.createElement(t):{}}},"2aba":function(t,e,n){var r=n("7726"),o=n("32e9"),u=n("69a8"),i=n("ca5a")("src"),a=n("fa5b"),f="toString",c=(""+a).split(f);n("8378").inspectSource=function(t){return a.call(t)},(t.exports=function(t,e,n,a){var f="function"==typeof n;f&&(u(n,"name")||o(n,"name",e)),t[e]!==n&&(f&&(u(n,i)||o(n,i,t[e]?""+t[e]:c.join(String(e)))),t===r?t[e]=n:a?t[e]?t[e]=n:o(t,e,n):(delete t[e],o(t,e,n)))})(Function.prototype,f,(function(){return"function"==typeof this&&this[i]||a.call(this)}))},"2aeb":function(t,e,n){var r=n("cb7c"),o=n("1495"),u=n("e11e"),i=n("613b")("IE_PROTO"),a=function(){},f="prototype",c=function(){var t,e=n("230e")("iframe"),r=u.length,o="<",i=">";e.style.display="none",n("fab2").appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(o+"script"+i+"document.F=Object"+o+"/script"+i),t.close(),c=t.F;while(r--)delete c[f][u[r]];return c()};t.exports=Object.create||function(t,e){var n;return null!==t?(a[f]=r(t),n=new a,a[f]=null,n[i]=t):n=c(),void 0===e?n:o(n,e)}},"2d00":function(t,e){t.exports=!1},"2d95":function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},"32e9":function(t,e,n){var r=n("86cc"),o=n("4630");t.exports=n("9e1e")?function(t,e,n){return r.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},4588:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},4630:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"52a7":function(t,e){e.f={}.propertyIsEnumerable},5537:function(t,e,n){var r=n("8378"),o=n("7726"),u="__core-js_shared__",i=o[u]||(o[u]={});(t.exports=function(t,e){return i[t]||(i[t]=void 0!==e?e:{})})("versions",[]).push({version:r.version,mode:n("2d00")?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},"5ca1":function(t,e,n){var r=n("7726"),o=n("8378"),u=n("32e9"),i=n("2aba"),a=n("9b43"),f="prototype",c=function(t,e,n){var l,p,s,d,y=t&c.F,v=t&c.G,b=t&c.S,h=t&c.P,g=t&c.B,x=v?r:b?r[e]||(r[e]={}):(r[e]||{})[f],_=v?o:o[e]||(o[e]={}),m=_[f]||(_[f]={});for(l in v&&(n=e),n)p=!y&&x&&void 0!==x[l],s=(p?x:n)[l],d=g&&p?a(s,r):h&&"function"==typeof s?a(Function.call,s):s,x&&i(x,l,s,t&c.U),_[l]!=s&&u(_,l,d),h&&m[l]!=s&&(m[l]=s)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},"5dbc":function(t,e,n){var r=n("d3f4"),o=n("8b97").set;t.exports=function(t,e,n){var u,i=e.constructor;return i!==n&&"function"==typeof i&&(u=i.prototype)!==n.prototype&&r(u)&&o&&o(t,u),t}},"613b":function(t,e,n){var r=n("5537")("keys"),o=n("ca5a");t.exports=function(t){return r[t]||(r[t]=o(t))}},"626a":function(t,e,n){var r=n("2d95");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},6821:function(t,e,n){var r=n("626a"),o=n("be13");t.exports=function(t){return r(o(t))}},"69a8":function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},"6a99":function(t,e,n){var r=n("d3f4");t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},7726:function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},"77f1":function(t,e,n){var r=n("4588"),o=Math.max,u=Math.min;t.exports=function(t,e){return t=r(t),t<0?o(t+e,0):u(t,e)}},"79e5":function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},8378:function(t,e){var n=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},"86cc":function(t,e,n){var r=n("cb7c"),o=n("c69a"),u=n("6a99"),i=Object.defineProperty;e.f=n("9e1e")?Object.defineProperty:function(t,e,n){if(r(t),e=u(e,!0),r(n),o)try{return i(t,e,n)}catch(a){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},"8b97":function(t,e,n){var r=n("d3f4"),o=n("cb7c"),u=function(t,e){if(o(t),!r(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,e,r){try{r=n("9b43")(Function.call,n("11e9").f(Object.prototype,"__proto__").set,2),r(t,[]),e=!(t instanceof Array)}catch(o){e=!0}return function(t,n){return u(t,n),e?t.__proto__=n:r(t,n),t}}({},!1):void 0),check:u}},9093:function(t,e,n){var r=n("ce10"),o=n("e11e").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},"9b43":function(t,e,n){var r=n("d8e8");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},"9def":function(t,e,n){var r=n("4588"),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},"9e1e":function(t,e,n){t.exports=!n("79e5")((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},aa77:function(t,e,n){var r=n("5ca1"),o=n("be13"),u=n("79e5"),i=n("fdef"),a="["+i+"]",f="​…",c=RegExp("^"+a+a+"*"),l=RegExp(a+a+"*$"),p=function(t,e,n){var o={},a=u((function(){return!!i[t]()||f[t]()!=f})),c=o[t]=a?e(s):i[t];n&&(o[n]=c),r(r.P+r.F*a,"String",o)},s=p.trim=function(t,e){return t=String(o(t)),1&e&&(t=t.replace(c,"")),2&e&&(t=t.replace(l,"")),t};t.exports=p},be13:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},c366:function(t,e,n){var r=n("6821"),o=n("9def"),u=n("77f1");t.exports=function(t){return function(e,n,i){var a,f=r(e),c=o(f.length),l=u(i,c);if(t&&n!=n){while(c>l)if(a=f[l++],a!=a)return!0}else for(;c>l;l++)if((t||l in f)&&f[l]===n)return t||l||0;return!t&&-1}}},c5f6:function(t,e,n){"use strict";var r=n("7726"),o=n("69a8"),u=n("2d95"),i=n("5dbc"),a=n("6a99"),f=n("79e5"),c=n("9093").f,l=n("11e9").f,p=n("86cc").f,s=n("aa77").trim,d="Number",y=r[d],v=y,b=y.prototype,h=u(n("2aeb")(b))==d,g="trim"in String.prototype,x=function(t){var e=a(t,!1);if("string"==typeof e&&e.length>2){e=g?e.trim():s(e,3);var n,r,o,u=e.charCodeAt(0);if(43===u||45===u){if(n=e.charCodeAt(2),88===n||120===n)return NaN}else if(48===u){switch(e.charCodeAt(1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+e}for(var i,f=e.slice(2),c=0,l=f.length;c<l;c++)if(i=f.charCodeAt(c),i<48||i>o)return NaN;return parseInt(f,r)}}return+e};if(!y(" 0o1")||!y("0b1")||y("+0x1")){y=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof y&&(h?f((function(){b.valueOf.call(n)})):u(n)!=d)?i(new v(x(e)),n,y):x(e)};for(var _,m=n("9e1e")?c(v):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),S=0;m.length>S;S++)o(v,_=m[S])&&!o(y,_)&&p(y,_,l(v,_));y.prototype=b,b.constructor=y,n("2aba")(r,d,y)}},c69a:function(t,e,n){t.exports=!n("9e1e")&&!n("79e5")((function(){return 7!=Object.defineProperty(n("230e")("div"),"a",{get:function(){return 7}}).a}))},ca5a:function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},cb7c:function(t,e,n){var r=n("d3f4");t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},ce10:function(t,e,n){var r=n("69a8"),o=n("6821"),u=n("c366")(!1),i=n("613b")("IE_PROTO");t.exports=function(t,e){var n,a=o(t),f=0,c=[];for(n in a)n!=i&&r(a,n)&&c.push(n);while(e.length>f)r(a,n=e[f++])&&(~u(c,n)||c.push(n));return c}},d3f4:function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},d8e8:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},e11e:function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},f6fd:function(t,e){(function(t){var e="currentScript",n=t.getElementsByTagName("script");e in t||Object.defineProperty(t,e,{get:function(){try{throw new Error}catch(r){var t,e=(/.*at [^\(]*\((.*):.+:.+\)$/gi.exec(r.stack)||[!1])[1];for(t in n)if(n[t].src==e||"interactive"==n[t].readyState)return n[t];return null}}})})(document)},fa5b:function(t,e,n){t.exports=n("5537")("native-function-to-string",Function.toString)},fab2:function(t,e,n){var r=n("7726").document;t.exports=r&&r.documentElement},fb15:function(t,e,n){"use strict";var r;(n.r(e),"undefined"!==typeof window)&&(n("f6fd"),(r=window.document.currentScript)&&(r=r.src.match(/(.+\/)[^/]+\.js(\?.*)?$/))&&(n.p=r[1]));n("c5f6");var o,u,i={name:"column",props:{columnKey:{type:null,default:null},field:{type:String,default:null},sortField:{type:[String,Function],default:null},filterField:{type:String,default:null},dataType:{type:String,default:"text"},sortable:{type:Boolean,default:!1},header:{type:null,default:null},footer:{type:null,default:null},styles:{type:null,default:null},className:{type:String,default:null},headerStyle:{type:null,default:null},headerClass:{type:String,default:null},bodyStyle:{type:null,default:null},bodyClass:{type:String,default:null},footerStyle:{type:null,default:null},footerClass:{type:String,default:null},showFilterMenu:{type:Boolean,default:!0},showFilterOperator:{type:Boolean,default:!0},showClearButton:{type:Boolean,default:!0},showApplyButton:{type:Boolean,default:!0},showFilterMatchModes:{type:Boolean,default:!0},showAddButton:{type:Boolean,default:!0},filterMatchModeOptions:{type:Array,default:null},maxConstraints:{type:Number,default:2},excludeGlobalFilter:{type:Boolean,default:!1},filterHeaderClass:{type:String,default:null},filterHeaderStyle:{type:null,default:null},filterMenuClass:{type:String,default:null},filterMenuStyle:{type:null,default:null},selectionMode:{type:String,default:null},expander:{type:Boolean,default:!1},colspan:{type:Number,default:null},rowspan:{type:Number,default:null},rowReorder:{type:Boolean,default:!1},rowReorderIcon:{type:String,default:"pi pi-bars"},reorderableColumn:{type:Boolean,default:!0},rowEditor:{type:Boolean,default:!1},frozen:{type:Boolean,default:!1},alignFrozen:{type:String,default:"left"},exportable:{type:Boolean,default:!0},filterMatchMode:{type:String,default:null},hidden:{type:Boolean,default:!1}},render:function(){return null}},a=i;function f(t,e,n,r,o,u,i,a){var f,c="function"===typeof t?t.options:t;if(e&&(c.render=e,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),u&&(c._scopeId="data-v-"+u),i?(f=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(i)},c._ssrRegister=f):o&&(f=a?function(){o.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:o),f)if(c.functional){c._injectStyles=f;var l=c.render;c.render=function(t,e){return f.call(e),l(t,e)}}else{var p=c.beforeCreate;c.beforeCreate=p?[].concat(p,f):[f]}return{exports:t,options:c}}var c=f(a,o,u,!1,null,null,null),l=c.exports;e["default"]=l},fdef:function(t,e){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"}})["default"]}));
@@ -6,6 +6,27 @@ interface PrimeVueConfiguration {
6
6
  }
7
7
 
8
8
  interface PrimeVueLocaleOptions {
9
+ startsWith?: string;
10
+ contains?: string;
11
+ notContains?: string;
12
+ endWith?: string;
13
+ equals?: string;
14
+ notEquals?: string;
15
+ noFilter?: string;
16
+ lt?: string;
17
+ lte?: string;
18
+ gt?: string;
19
+ gte?: string;
20
+ dateIs?: string;
21
+ dateIsNot?: string;
22
+ dateBefore?: string;
23
+ dateAfter?: string;
24
+ clear?: string;
25
+ apply?: string;
26
+ matchAll?: string;
27
+ matchAny?: string;
28
+ addRule?: string;
29
+ removeRule?: string;
9
30
  accept?: string;
10
31
  reject?: string;
11
32
  choose?: string;
@@ -17,7 +38,6 @@ interface PrimeVueLocaleOptions {
17
38
  monthNames: string[];
18
39
  monthNamesShort: string[];
19
40
  today?: string;
20
- clear?: string;
21
41
  weekHeader?: string;
22
42
  firstDayOfWeek?: number;
23
43
  dateFormat?: string;
@@ -25,6 +45,8 @@ interface PrimeVueLocaleOptions {
25
45
  medium?: string;
26
46
  strong?: string;
27
47
  passwordPrompt?: string;
48
+ emptyFilterMessage?: string;
49
+ emptyMessage?: string;
28
50
  }
29
51
 
30
52
  export const install: PluginFunction<{}>;
@@ -35,4 +57,4 @@ declare module 'vue/types/vue' {
35
57
  config: PrimeVueConfiguration;
36
58
  }
37
59
  }
38
- }
60
+ }
@@ -5,15 +5,39 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
 
8
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
8
+ var _api = require("../api");
9
9
 
10
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
10
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
11
+
12
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
11
13
 
12
14
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
13
15
 
14
16
  var defaultOptions = {
15
17
  ripple: false,
18
+ inputStyle: 'outlined',
16
19
  locale: {
20
+ startsWith: 'Starts with',
21
+ contains: 'Contains',
22
+ notContains: 'Not contains',
23
+ endsWith: 'Ends with',
24
+ equals: 'Equals',
25
+ notEquals: 'Not equals',
26
+ noFilter: 'No Filter',
27
+ lt: 'Less than',
28
+ lte: 'Less than or equal to',
29
+ gt: 'Greater than',
30
+ gte: 'Greater than or equal to',
31
+ dateIs: 'Date is',
32
+ dateIsNot: 'Date is not',
33
+ dateBefore: 'Date is before',
34
+ dateAfter: 'Date is after',
35
+ clear: 'Clear',
36
+ apply: 'Apply',
37
+ matchAll: 'Match All',
38
+ matchAny: 'Match Any',
39
+ addRule: 'Add Rule',
40
+ removeRule: 'Remove Rule',
17
41
  accept: 'Yes',
18
42
  reject: 'No',
19
43
  choose: 'Choose',
@@ -25,14 +49,20 @@ var defaultOptions = {
25
49
  monthNames: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
26
50
  monthNamesShort: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
27
51
  today: 'Today',
28
- clear: 'Clear',
29
52
  weekHeader: 'Wk',
30
53
  firstDayOfWeek: 0,
31
54
  dateFormat: 'mm/dd/yy',
32
55
  weak: 'Weak',
33
56
  medium: 'Medium',
34
57
  strong: 'Strong',
35
- passwordPrompt: 'Enter a password'
58
+ passwordPrompt: 'Enter a password',
59
+ emptyFilterMessage: 'No results found',
60
+ emptyMessage: 'No available options'
61
+ },
62
+ filterMatchModeOptions: {
63
+ text: [_api.FilterMatchMode.STARTS_WITH, _api.FilterMatchMode.CONTAINS, _api.FilterMatchMode.NOT_CONTAINS, _api.FilterMatchMode.ENDS_WITH, _api.FilterMatchMode.EQUALS, _api.FilterMatchMode.NOT_EQUALS],
64
+ numeric: [_api.FilterMatchMode.EQUALS, _api.FilterMatchMode.NOT_EQUALS, _api.FilterMatchMode.LESS_THAN, _api.FilterMatchMode.LESS_THAN_OR_EQUAL_TO, _api.FilterMatchMode.GREATER_THAN, _api.FilterMatchMode.GREATER_THAN_OR_EQUAL_TO],
65
+ date: [_api.FilterMatchMode.DATE_IS, _api.FilterMatchMode.DATE_IS_NOT, _api.FilterMatchMode.DATE_BEFORE, _api.FilterMatchMode.DATE_AFTER]
36
66
  }
37
67
  };
38
68
  var _default = {