primevue 2.10.0 → 2.10.2

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 (427) hide show
  1. package/README.md +150 -3
  2. package/accordion/accordion.common.js +2 -7
  3. package/accordion/accordion.umd.js +2 -7
  4. package/accordiontab/accordiontab.common.js +1203 -104
  5. package/accordiontab/accordiontab.umd.js +1203 -104
  6. package/accordiontab/accordiontab.umd.min.js +1 -1
  7. package/api/Api.d.ts +24 -2
  8. package/api/Api.js +0 -6
  9. package/api/FilterService.js +3 -56
  10. package/api/PrimeIcons.js +24 -2
  11. package/api/api.common.js +78 -133
  12. package/api/api.umd.js +78 -133
  13. package/api/api.umd.min.js +1 -1
  14. package/api/filterservice.common.js +54 -131
  15. package/api/filterservice.umd.js +54 -131
  16. package/api/filterservice.umd.min.js +1 -1
  17. package/api/primeicons.common.js +24 -2
  18. package/api/primeicons.umd.js +24 -2
  19. package/api/primeicons.umd.min.js +1 -1
  20. package/autocomplete/autocomplete.common.js +84 -246
  21. package/autocomplete/autocomplete.umd.js +84 -246
  22. package/autocomplete/autocomplete.umd.min.js +1 -1
  23. package/avatar/avatar.common.js +2 -4
  24. package/avatar/avatar.umd.js +2 -4
  25. package/avatargroup/avatargroup.common.js +2 -4
  26. package/avatargroup/avatargroup.umd.js +2 -4
  27. package/badge/badge.common.js +2 -4
  28. package/badge/badge.umd.js +2 -4
  29. package/badgedirective/BadgeDirective.js +0 -13
  30. package/badgedirective/badgedirective.common.js +1183 -89
  31. package/badgedirective/badgedirective.umd.js +1183 -89
  32. package/badgedirective/badgedirective.umd.min.js +1 -1
  33. package/blockui/blockui.common.js +1180 -86
  34. package/blockui/blockui.umd.js +1180 -86
  35. package/blockui/blockui.umd.min.js +1 -1
  36. package/breadcrumb/breadcrumb.common.js +7 -12
  37. package/breadcrumb/breadcrumb.umd.js +7 -12
  38. package/breadcrumb/breadcrumbitem.common.js +5 -8
  39. package/breadcrumb/breadcrumbitem.umd.js +5 -8
  40. package/button/button.common.js +1211 -125
  41. package/button/button.umd.js +1211 -125
  42. package/button/button.umd.min.js +1 -1
  43. package/calendar/Calendar.vue +9 -7
  44. package/calendar/calendar.common.js +224 -613
  45. package/calendar/calendar.umd.js +224 -613
  46. package/calendar/calendar.umd.min.js +1 -1
  47. package/card/card.common.js +2 -4
  48. package/card/card.umd.js +2 -4
  49. package/carousel/carousel.common.js +1190 -146
  50. package/carousel/carousel.umd.js +1190 -146
  51. package/carousel/carousel.umd.min.js +1 -1
  52. package/cascadeselect/CascadeSelect.vue +1 -1
  53. package/cascadeselect/cascadeselect.common.js +136 -286
  54. package/cascadeselect/cascadeselect.umd.js +136 -286
  55. package/cascadeselect/cascadeselect.umd.min.js +1 -1
  56. package/cascadeselect/cascadeselectsub.common.js +69 -185
  57. package/cascadeselect/cascadeselectsub.umd.js +69 -185
  58. package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
  59. package/cascadeselect/demo.html +4 -3
  60. package/chart/chart.common.js +2 -9
  61. package/chart/chart.umd.js +2 -9
  62. package/checkbox/checkbox.common.js +58 -116
  63. package/checkbox/checkbox.umd.js +58 -116
  64. package/checkbox/checkbox.umd.min.js +1 -1
  65. package/chip/chip.common.js +2 -4
  66. package/chip/chip.umd.js +2 -4
  67. package/chips/chips.common.js +12 -59
  68. package/chips/chips.umd.js +12 -59
  69. package/chips/chips.umd.min.js +1 -1
  70. package/colorpicker/colorpicker.common.js +1197 -140
  71. package/colorpicker/colorpicker.umd.js +1197 -140
  72. package/colorpicker/colorpicker.umd.min.js +1 -1
  73. package/columngroup/columngroup.common.js +2 -4
  74. package/columngroup/columngroup.umd.js +2 -4
  75. package/config/PrimeVue.js +4 -6
  76. package/config/primevue.common.js +124 -155
  77. package/config/primevue.umd.js +124 -155
  78. package/config/primevue.umd.min.js +1 -1
  79. package/confirmationeventbus/ConfirmationEventBus.js +0 -4
  80. package/confirmationeventbus/confirmationeventbus.common.js +0 -2
  81. package/confirmationeventbus/confirmationeventbus.umd.js +0 -2
  82. package/confirmationservice/ConfirmationService.js +0 -3
  83. package/confirmationservice/confirmationservice.common.js +0 -2
  84. package/confirmationservice/confirmationservice.umd.js +0 -2
  85. package/confirmdialog/confirmdialog.common.js +1252 -186
  86. package/confirmdialog/confirmdialog.umd.js +1252 -186
  87. package/confirmdialog/confirmdialog.umd.min.js +1 -1
  88. package/confirmpopup/confirmpopup.common.js +1212 -152
  89. package/confirmpopup/confirmpopup.umd.js +1212 -152
  90. package/confirmpopup/confirmpopup.umd.min.js +1 -1
  91. package/contextmenu/contextmenu.common.js +1209 -140
  92. package/contextmenu/contextmenu.umd.js +1209 -140
  93. package/contextmenu/contextmenu.umd.min.js +1 -1
  94. package/contextmenu/contextmenusub.common.js +1187 -107
  95. package/contextmenu/contextmenusub.umd.js +1187 -107
  96. package/contextmenu/contextmenusub.umd.min.js +1 -1
  97. package/datatable/TableBody.vue +1 -0
  98. package/datatable/bodycell.common.js +87 -215
  99. package/datatable/bodycell.umd.js +87 -215
  100. package/datatable/bodycell.umd.min.js +1 -1
  101. package/datatable/columnfilter.common.js +97 -299
  102. package/datatable/columnfilter.umd.js +97 -299
  103. package/datatable/columnfilter.umd.min.js +1 -1
  104. package/datatable/datatable.common.js +258 -950
  105. package/datatable/datatable.umd.js +258 -950
  106. package/datatable/datatable.umd.min.js +1 -1
  107. package/datatable/demo.html +3 -5
  108. package/datatable/footercell.common.js +83 -170
  109. package/datatable/footercell.umd.js +83 -170
  110. package/datatable/footercell.umd.min.js +1 -1
  111. package/datatable/headercell.common.js +101 -318
  112. package/datatable/headercell.umd.js +101 -318
  113. package/datatable/headercell.umd.min.js +1 -1
  114. package/datatable/headercheckbox.common.js +2 -4
  115. package/datatable/headercheckbox.umd.js +2 -4
  116. package/datatable/rowcheckbox.common.js +2 -4
  117. package/datatable/rowcheckbox.umd.js +2 -4
  118. package/datatable/rowradiobutton.common.js +2 -4
  119. package/datatable/rowradiobutton.umd.js +2 -4
  120. package/datatable/tablebody.common.js +91 -243
  121. package/datatable/tablebody.umd.js +91 -243
  122. package/datatable/tablebody.umd.min.js +1 -1
  123. package/datatable/tablefooter.common.js +88 -204
  124. package/datatable/tablefooter.umd.js +88 -204
  125. package/datatable/tablefooter.umd.min.js +1 -1
  126. package/datatable/tableheader.common.js +104 -342
  127. package/datatable/tableheader.umd.js +104 -342
  128. package/datatable/tableheader.umd.min.js +1 -1
  129. package/datatable/tableloadingbody.common.js +2 -4
  130. package/datatable/tableloadingbody.umd.js +2 -4
  131. package/dataview/dataview.common.js +172 -464
  132. package/dataview/dataview.umd.js +172 -464
  133. package/dataview/dataview.umd.min.js +1 -1
  134. package/dataviewlayoutoptions/dataviewlayoutoptions.common.js +2 -4
  135. package/dataviewlayoutoptions/dataviewlayoutoptions.umd.js +2 -4
  136. package/deferredcontent/deferredcontent.common.js +2 -7
  137. package/deferredcontent/deferredcontent.umd.js +2 -7
  138. package/dialog/dialog.common.js +1191 -115
  139. package/dialog/dialog.umd.js +1191 -115
  140. package/dialog/dialog.umd.min.js +1 -1
  141. package/divider/divider.common.js +2 -4
  142. package/divider/divider.umd.js +2 -4
  143. package/dock/dock.common.js +7 -14
  144. package/dock/dock.umd.js +7 -14
  145. package/dock/docksub.common.js +5 -9
  146. package/dock/docksub.umd.js +5 -9
  147. package/dropdown/dropdown.common.js +91 -240
  148. package/dropdown/dropdown.umd.js +91 -240
  149. package/dropdown/dropdown.umd.min.js +1 -1
  150. package/editor/editor.common.js +8 -21
  151. package/editor/editor.umd.js +8 -21
  152. package/fieldset/fieldset.common.js +1211 -125
  153. package/fieldset/fieldset.umd.js +1211 -125
  154. package/fieldset/fieldset.umd.min.js +1 -1
  155. package/fileupload/fileupload.common.js +86 -192
  156. package/fileupload/fileupload.umd.js +86 -192
  157. package/fileupload/fileupload.umd.min.js +1 -1
  158. package/fullcalendar/fullcalendar.common.js +1304 -36
  159. package/fullcalendar/fullcalendar.umd.js +1304 -36
  160. package/fullcalendar/fullcalendar.umd.min.js +3 -3
  161. package/galleria/demo.html +3 -3
  162. package/galleria/galleria.common.js +86 -200
  163. package/galleria/galleria.umd.js +86 -200
  164. package/galleria/galleria.umd.min.js +1 -1
  165. package/galleria/galleriacontent.common.js +84 -190
  166. package/galleria/galleriacontent.umd.js +84 -190
  167. package/galleria/galleriacontent.umd.min.js +1 -1
  168. package/galleria/galleriaitem.common.js +1212 -134
  169. package/galleria/galleriaitem.umd.js +1212 -134
  170. package/galleria/galleriaitem.umd.min.js +1 -1
  171. package/galleria/galleriaitemslot.common.js +4 -10
  172. package/galleria/galleriaitemslot.umd.js +4 -10
  173. package/galleria/galleriathumbnails.common.js +76 -174
  174. package/galleria/galleriathumbnails.umd.js +76 -174
  175. package/galleria/galleriathumbnails.umd.min.js +1 -1
  176. package/imagepreview/imagepreview.common.js +1176 -79
  177. package/imagepreview/imagepreview.umd.js +1176 -79
  178. package/imagepreview/imagepreview.umd.min.js +1 -1
  179. package/inlinemessage/inlinemessage.common.js +2 -5
  180. package/inlinemessage/inlinemessage.umd.js +2 -5
  181. package/inplace/inplace.common.js +1189 -105
  182. package/inplace/inplace.umd.js +1189 -105
  183. package/inplace/inplace.umd.min.js +1 -1
  184. package/inputmask/inputmask.common.js +1237 -217
  185. package/inputmask/inputmask.umd.js +1237 -217
  186. package/inputmask/inputmask.umd.min.js +1 -1
  187. package/inputnumber/InputNumber.vue +2 -2
  188. package/inputnumber/inputnumber.common.js +136 -286
  189. package/inputnumber/inputnumber.umd.js +136 -286
  190. package/inputnumber/inputnumber.umd.min.js +1 -1
  191. package/inputswitch/inputswitch.common.js +2 -5
  192. package/inputswitch/inputswitch.umd.js +2 -5
  193. package/inputtext/inputtext.common.js +1177 -31
  194. package/inputtext/inputtext.umd.js +1177 -31
  195. package/inputtext/inputtext.umd.min.js +1 -1
  196. package/knob/knob.common.js +4 -5
  197. package/knob/knob.umd.js +4 -5
  198. package/listbox/listbox.common.js +76 -213
  199. package/listbox/listbox.umd.js +76 -213
  200. package/listbox/listbox.umd.min.js +1 -1
  201. package/megamenu/megamenu.common.js +1186 -121
  202. package/megamenu/megamenu.umd.js +1186 -121
  203. package/megamenu/megamenu.umd.min.js +1 -1
  204. package/menu/menu.common.js +1203 -138
  205. package/menu/menu.umd.js +1203 -138
  206. package/menu/menu.umd.min.js +1 -1
  207. package/menu/menuitem.common.js +1214 -128
  208. package/menu/menuitem.umd.js +1214 -128
  209. package/menu/menuitem.umd.min.js +1 -1
  210. package/menubar/menubar.common.js +1204 -141
  211. package/menubar/menubar.umd.js +1204 -141
  212. package/menubar/menubar.umd.min.js +1 -1
  213. package/menubar/menubarsub.common.js +1202 -135
  214. package/menubar/menubarsub.umd.js +1202 -135
  215. package/menubar/menubarsub.umd.min.js +1 -1
  216. package/message/message.common.js +1187 -102
  217. package/message/message.umd.js +1187 -102
  218. package/message/message.umd.min.js +1 -1
  219. package/multiselect/MultiSelect.vue +1 -1
  220. package/multiselect/multiselect.common.js +139 -304
  221. package/multiselect/multiselect.umd.js +139 -304
  222. package/multiselect/multiselect.umd.min.js +1 -1
  223. package/orderlist/orderlist.common.js +88 -230
  224. package/orderlist/orderlist.umd.js +88 -230
  225. package/orderlist/orderlist.umd.min.js +1 -1
  226. package/organizationchart/organizationchart.common.js +1200 -111
  227. package/organizationchart/organizationchart.umd.js +1200 -111
  228. package/organizationchart/organizationchart.umd.min.js +1 -1
  229. package/organizationchart/organizationchartnode.common.js +1186 -87
  230. package/organizationchart/organizationchartnode.umd.js +1186 -87
  231. package/organizationchart/organizationchartnode.umd.min.js +1 -1
  232. package/overlayeventbus/OverlayEventBus.js +0 -4
  233. package/overlayeventbus/overlayeventbus.common.js +0 -2
  234. package/overlayeventbus/overlayeventbus.umd.js +0 -2
  235. package/overlaypanel/OverlayPanel.d.ts +3 -1
  236. package/overlaypanel/OverlayPanel.vue +2 -0
  237. package/overlaypanel/overlaypanel.common.js +1223 -158
  238. package/overlaypanel/overlaypanel.umd.js +1223 -158
  239. package/overlaypanel/overlaypanel.umd.min.js +1 -1
  240. package/package.json +2 -2
  241. package/paginator/currentpagereport.common.js +2 -4
  242. package/paginator/currentpagereport.umd.js +2 -4
  243. package/paginator/firstpagelink.common.js +1211 -125
  244. package/paginator/firstpagelink.umd.js +1211 -125
  245. package/paginator/firstpagelink.umd.min.js +1 -1
  246. package/paginator/jumptopagedropdown.common.js +93 -246
  247. package/paginator/jumptopagedropdown.umd.js +93 -246
  248. package/paginator/jumptopagedropdown.umd.min.js +1 -1
  249. package/paginator/jumptopageinput.common.js +142 -294
  250. package/paginator/jumptopageinput.umd.js +142 -294
  251. package/paginator/jumptopageinput.umd.min.js +1 -1
  252. package/paginator/lastpagelink.common.js +1211 -125
  253. package/paginator/lastpagelink.umd.js +1211 -125
  254. package/paginator/lastpagelink.umd.min.js +1 -1
  255. package/paginator/nextpagelink.common.js +1211 -125
  256. package/paginator/nextpagelink.umd.js +1211 -125
  257. package/paginator/nextpagelink.umd.min.js +1 -1
  258. package/paginator/pagelinks.common.js +1211 -125
  259. package/paginator/pagelinks.umd.js +1211 -125
  260. package/paginator/pagelinks.umd.min.js +1 -1
  261. package/paginator/paginator.common.js +186 -472
  262. package/paginator/paginator.umd.js +186 -472
  263. package/paginator/paginator.umd.min.js +1 -1
  264. package/paginator/prevpagelink.common.js +1211 -125
  265. package/paginator/prevpagelink.umd.js +1211 -125
  266. package/paginator/prevpagelink.umd.min.js +1 -1
  267. package/paginator/rowsperpagedropdown.common.js +93 -246
  268. package/paginator/rowsperpagedropdown.umd.js +93 -246
  269. package/paginator/rowsperpagedropdown.umd.min.js +1 -1
  270. package/panel/panel.common.js +1211 -125
  271. package/panel/panel.umd.js +1211 -125
  272. package/panel/panel.umd.min.js +1 -1
  273. package/panelmenu/panelmenu.common.js +10 -22
  274. package/panelmenu/panelmenu.umd.js +10 -22
  275. package/panelmenu/panelmenusub.common.js +5 -11
  276. package/panelmenu/panelmenusub.umd.js +5 -11
  277. package/password/Password.vue +40 -12
  278. package/password/password.common.js +1306 -212
  279. package/password/password.umd.js +1306 -212
  280. package/password/password.umd.min.js +1 -1
  281. package/picklist/picklist.common.js +88 -262
  282. package/picklist/picklist.umd.js +88 -262
  283. package/picklist/picklist.umd.min.js +1 -1
  284. package/progressbar/progressbar.common.js +2 -4
  285. package/progressbar/progressbar.umd.js +2 -4
  286. package/progressspinner/progressspinner.common.js +2 -5
  287. package/progressspinner/progressspinner.umd.js +2 -5
  288. package/radiobutton/radiobutton.common.js +53 -91
  289. package/radiobutton/radiobutton.umd.js +53 -91
  290. package/radiobutton/radiobutton.umd.min.js +1 -1
  291. package/rating/rating.common.js +2 -4
  292. package/rating/rating.umd.js +2 -4
  293. package/resources/primevue.css +0 -0
  294. package/resources/primevue.min.css +0 -0
  295. package/ripple/Ripple.js +0 -18
  296. package/ripple/ripple.common.js +1178 -90
  297. package/ripple/ripple.umd.js +1178 -90
  298. package/ripple/ripple.umd.min.js +1 -1
  299. package/row/row.common.js +2 -4
  300. package/row/row.umd.js +2 -4
  301. package/scrollpanel/scrollpanel.common.js +1190 -103
  302. package/scrollpanel/scrollpanel.umd.js +1190 -103
  303. package/scrollpanel/scrollpanel.umd.min.js +1 -1
  304. package/scrolltop/scrolltop.common.js +1183 -87
  305. package/scrolltop/scrolltop.umd.js +1183 -87
  306. package/scrolltop/scrolltop.umd.min.js +1 -1
  307. package/selectbutton/selectbutton.common.js +74 -200
  308. package/selectbutton/selectbutton.umd.js +74 -200
  309. package/selectbutton/selectbutton.umd.min.js +1 -1
  310. package/sidebar/Sidebar.d.ts +1 -0
  311. package/sidebar/Sidebar.vue +3 -0
  312. package/sidebar/sidebar.common.js +1223 -145
  313. package/sidebar/sidebar.umd.js +1223 -145
  314. package/sidebar/sidebar.umd.min.js +1 -1
  315. package/skeleton/skeleton.common.js +2 -4
  316. package/skeleton/skeleton.umd.js +2 -4
  317. package/slider/Slider.vue +1 -1
  318. package/slider/slider.common.js +121 -188
  319. package/slider/slider.umd.js +121 -188
  320. package/slider/slider.umd.min.js +1 -1
  321. package/speeddial/SpeedDial.vue +2 -2
  322. package/speeddial/speeddial.common.js +1269 -204
  323. package/speeddial/speeddial.umd.js +1269 -204
  324. package/speeddial/speeddial.umd.min.js +1 -1
  325. package/splitbutton/splitbutton.common.js +1209 -148
  326. package/splitbutton/splitbutton.umd.js +1209 -148
  327. package/splitbutton/splitbutton.umd.min.js +1 -1
  328. package/splitter/splitter.common.js +1182 -101
  329. package/splitter/splitter.umd.js +1182 -101
  330. package/splitter/splitter.umd.min.js +1 -1
  331. package/steps/steps.common.js +5 -9
  332. package/steps/steps.umd.js +5 -9
  333. package/styleclass/StyleClass.js +0 -43
  334. package/styleclass/styleclass.common.js +1199 -133
  335. package/styleclass/styleclass.umd.js +1199 -133
  336. package/styleclass/styleclass.umd.min.js +1 -1
  337. package/tabmenu/TabMenu.vue +1 -9
  338. package/tabmenu/tabmenu.common.js +1215 -206
  339. package/tabmenu/tabmenu.umd.js +1215 -206
  340. package/tabmenu/tabmenu.umd.min.js +1 -1
  341. package/tabpanel/tabpanel.common.js +2 -5
  342. package/tabpanel/tabpanel.umd.js +2 -5
  343. package/tabview/tabview.common.js +86 -185
  344. package/tabview/tabview.umd.js +86 -185
  345. package/tabview/tabview.umd.min.js +1 -1
  346. package/tag/tag.common.js +2 -4
  347. package/tag/tag.umd.js +2 -4
  348. package/terminal/terminal.common.js +2 -4
  349. package/terminal/terminal.umd.js +2 -4
  350. package/terminalservice/TerminalService.js +0 -3
  351. package/textarea/Textarea.vue +24 -1
  352. package/textarea/textarea.common.js +3233 -94
  353. package/textarea/textarea.umd.js +3233 -94
  354. package/textarea/textarea.umd.min.js +1 -1
  355. package/tieredmenu/demo.html +4 -3
  356. package/tieredmenu/tieredmenu.common.js +1199 -149
  357. package/tieredmenu/tieredmenu.umd.js +1199 -149
  358. package/tieredmenu/tieredmenu.umd.min.js +1 -1
  359. package/tieredmenu/tieredmenusub.common.js +1206 -136
  360. package/tieredmenu/tieredmenusub.umd.js +1206 -136
  361. package/tieredmenu/tieredmenusub.umd.min.js +1 -1
  362. package/timeline/timeline.common.js +53 -90
  363. package/timeline/timeline.umd.js +53 -90
  364. package/timeline/timeline.umd.min.js +1 -1
  365. package/toast/toast.common.js +74 -146
  366. package/toast/toast.umd.js +74 -146
  367. package/toast/toast.umd.min.js +1 -1
  368. package/toast/toastmessage.common.js +1187 -102
  369. package/toast/toastmessage.umd.js +1187 -102
  370. package/toast/toastmessage.umd.min.js +1 -1
  371. package/toastservice/ToastEventBus.js +0 -3
  372. package/toastservice/ToastService.js +0 -3
  373. package/togglebutton/togglebutton.common.js +1211 -125
  374. package/togglebutton/togglebutton.umd.js +1211 -125
  375. package/togglebutton/togglebutton.umd.min.js +1 -1
  376. package/toolbar/toolbar.common.js +2 -4
  377. package/toolbar/toolbar.umd.js +2 -4
  378. package/tooltip/Tooltip.js +7 -87
  379. package/tooltip/tooltip.common.js +84 -201
  380. package/tooltip/tooltip.umd.js +84 -201
  381. package/tooltip/tooltip.umd.min.js +1 -1
  382. package/tree/demo.html +3 -3
  383. package/tree/tree.common.js +100 -281
  384. package/tree/tree.umd.js +100 -281
  385. package/tree/tree.umd.min.js +1 -1
  386. package/tree/treenode.common.js +1240 -183
  387. package/tree/treenode.umd.js +1240 -183
  388. package/tree/treenode.umd.min.js +1 -1
  389. package/treetable/demo.html +3 -3
  390. package/treetable/footercell.common.js +83 -170
  391. package/treetable/footercell.umd.js +83 -170
  392. package/treetable/footercell.umd.min.js +1 -1
  393. package/treetable/headercell.common.js +83 -178
  394. package/treetable/headercell.umd.js +83 -178
  395. package/treetable/headercell.umd.min.js +1 -1
  396. package/treetable/treetable.common.js +220 -702
  397. package/treetable/treetable.umd.js +220 -702
  398. package/treetable/treetable.umd.min.js +1 -1
  399. package/treetable/treetablerow.common.js +91 -211
  400. package/treetable/treetablerow.umd.js +91 -211
  401. package/treetable/treetablerow.umd.min.js +1 -1
  402. package/treetable/treetablerowloader.common.js +94 -232
  403. package/treetable/treetablerowloader.umd.js +94 -232
  404. package/treetable/treetablerowloader.umd.min.js +1 -1
  405. package/tristatecheckbox/tristatecheckbox.common.js +2 -12
  406. package/tristatecheckbox/tristatecheckbox.umd.js +2 -12
  407. package/utils/ConnectedOverlayScrollHandler.js +4 -13
  408. package/utils/DomHandler.js +18 -63
  409. package/utils/EventBus.js +0 -3
  410. package/utils/ObjectUtils.js +15 -59
  411. package/utils/UniqueComponentId.js +0 -1
  412. package/utils/Utils.js +0 -6
  413. package/utils/connectedoverlayscrollhandler.common.js +1183 -88
  414. package/utils/connectedoverlayscrollhandler.umd.js +1183 -88
  415. package/utils/connectedoverlayscrollhandler.umd.min.js +1 -1
  416. package/utils/domhandler.common.js +1187 -85
  417. package/utils/domhandler.umd.js +1187 -85
  418. package/utils/domhandler.umd.min.js +1 -1
  419. package/utils/eventbus.common.js +0 -2
  420. package/utils/eventbus.umd.js +0 -2
  421. package/utils/objectutils.common.js +51 -86
  422. package/utils/objectutils.umd.js +51 -86
  423. package/utils/objectutils.umd.min.js +1 -1
  424. package/utils/utils.common.js +81 -170
  425. package/utils/utils.umd.js +81 -170
  426. package/utils/utils.umd.min.js +1 -1
  427. package/web-types.json +8 -1
@@ -1518,6 +1518,14 @@ module.exports = __webpack_require__("8e60") ? function (object, key, value) {
1518
1518
  };
1519
1519
 
1520
1520
 
1521
+ /***/ }),
1522
+
1523
+ /***/ "366e":
1524
+ /***/ (function(module, exports, __webpack_require__) {
1525
+
1526
+ module.exports = __webpack_require__("ccb9").f('toPrimitive');
1527
+
1528
+
1521
1529
  /***/ }),
1522
1530
 
1523
1531
  /***/ "36c3":
@@ -2488,13 +2496,6 @@ module.exports = function (exec, skipClosing) {
2488
2496
  };
2489
2497
 
2490
2498
 
2491
- /***/ }),
2492
-
2493
- /***/ "5d58":
2494
- /***/ (function(module, exports, __webpack_require__) {
2495
-
2496
- module.exports = __webpack_require__("d8d6");
2497
-
2498
2499
  /***/ }),
2499
2500
 
2500
2501
  /***/ "5dbc":
@@ -2764,13 +2765,6 @@ var meta = module.exports = {
2764
2765
  };
2765
2766
 
2766
2767
 
2767
- /***/ }),
2768
-
2769
- /***/ "67bb":
2770
- /***/ (function(module, exports, __webpack_require__) {
2771
-
2772
- module.exports = __webpack_require__("f921");
2773
-
2774
2768
  /***/ }),
2775
2769
 
2776
2770
  /***/ "6821":
@@ -2974,13 +2968,6 @@ var global = module.exports = typeof window != 'undefined' && window.Math == Mat
2974
2968
  if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
2975
2969
 
2976
2970
 
2977
- /***/ }),
2978
-
2979
- /***/ "774e":
2980
- /***/ (function(module, exports, __webpack_require__) {
2981
-
2982
- module.exports = __webpack_require__("d2d5");
2983
-
2984
2971
  /***/ }),
2985
2972
 
2986
2973
  /***/ "77f1":
@@ -3186,13 +3173,6 @@ module.exports = function () { /* empty */ };
3186
3173
  module.exports = {};
3187
3174
 
3188
3175
 
3189
- /***/ }),
3190
-
3191
- /***/ "85f2":
3192
- /***/ (function(module, exports, __webpack_require__) {
3193
-
3194
- module.exports = __webpack_require__("454f");
3195
-
3196
3176
  /***/ }),
3197
3177
 
3198
3178
  /***/ "86cc":
@@ -3848,13 +3828,6 @@ var update = add("2611fd97", content, true, {"sourceMap":false,"shadowMode":fals
3848
3828
 
3849
3829
  /***/ }),
3850
3830
 
3851
- /***/ "a745":
3852
- /***/ (function(module, exports, __webpack_require__) {
3853
-
3854
- module.exports = __webpack_require__("f410");
3855
-
3856
- /***/ }),
3857
-
3858
3831
  /***/ "aae3":
3859
3832
  /***/ (function(module, exports, __webpack_require__) {
3860
3833
 
@@ -4707,11 +4680,10 @@ if (typeof window !== 'undefined') {
4707
4680
  // Indicate to webpack that this file can be concatenated
4708
4681
  /* harmony default export */ var setPublicPath = (null);
4709
4682
 
4710
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"379c0a9c-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/listbox/Listbox.vue?vue&type=template&id=5485f601&
4683
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"51d147ac-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/listbox/Listbox.vue?vue&type=template&id=5485f601&
4711
4684
  var render = function render() {
4712
4685
  var _vm = this,
4713
- _c = _vm._self._c;
4714
-
4686
+ _c = _vm._self._c;
4715
4687
  return _c('div', {
4716
4688
  staticClass: "p-listbox p-component"
4717
4689
  }, [_vm.filter ? _c('div', {
@@ -4788,7 +4760,6 @@ var render = function render() {
4788
4760
  staticClass: "p-listbox-empty-message"
4789
4761
  }, [_vm._v(_vm._s(_vm.emptyFilterMessage))]) : _vm._e()], 2)])]);
4790
4762
  };
4791
-
4792
4763
  var staticRenderFns = [];
4793
4764
 
4794
4765
  // CONCATENATED MODULE: ./src/components/listbox/Listbox.vue?vue&type=template&id=5485f601&
@@ -4811,18 +4782,14 @@ var es6_function_name = __webpack_require__("7f7f");
4811
4782
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.to-string.js
4812
4783
  var es6_regexp_to_string = __webpack_require__("6b54");
4813
4784
 
4814
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/array/is-array.js
4815
- var is_array = __webpack_require__("a745");
4785
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/array/is-array.js
4786
+ var is_array = __webpack_require__("f410");
4816
4787
  var is_array_default = /*#__PURE__*/__webpack_require__.n(is_array);
4817
4788
 
4818
4789
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/arrayLikeToArray.js
4819
4790
  function _arrayLikeToArray(arr, len) {
4820
4791
  if (len == null || len > arr.length) len = arr.length;
4821
-
4822
- for (var i = 0, arr2 = new Array(len); i < len; i++) {
4823
- arr2[i] = arr[i];
4824
- }
4825
-
4792
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
4826
4793
  return arr2;
4827
4794
  }
4828
4795
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/arrayWithoutHoles.js
@@ -4831,16 +4798,16 @@ function _arrayLikeToArray(arr, len) {
4831
4798
  function _arrayWithoutHoles(arr) {
4832
4799
  if (is_array_default()(arr)) return _arrayLikeToArray(arr);
4833
4800
  }
4834
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol.js
4835
- var symbol = __webpack_require__("67bb");
4801
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/index.js
4802
+ var symbol = __webpack_require__("f921");
4836
4803
  var symbol_default = /*#__PURE__*/__webpack_require__.n(symbol);
4837
4804
 
4838
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js
4839
- var iterator = __webpack_require__("5d58");
4805
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/iterator.js
4806
+ var iterator = __webpack_require__("d8d6");
4840
4807
  var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
4841
4808
 
4842
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/array/from.js
4843
- var from = __webpack_require__("774e");
4809
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/array/from.js
4810
+ var from = __webpack_require__("d2d5");
4844
4811
  var from_default = /*#__PURE__*/__webpack_require__.n(from);
4845
4812
 
4846
4813
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/iterableToArray.js
@@ -4912,10 +4879,34 @@ function _classCallCheck(instance, Constructor) {
4912
4879
  throw new TypeError("Cannot call a class as a function");
4913
4880
  }
4914
4881
  }
4915
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/object/define-property.js
4916
- var define_property = __webpack_require__("85f2");
4882
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/object/define-property.js
4883
+ var define_property = __webpack_require__("454f");
4917
4884
  var define_property_default = /*#__PURE__*/__webpack_require__.n(define_property);
4918
4885
 
4886
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/to-primitive.js
4887
+ var to_primitive = __webpack_require__("366e");
4888
+ var to_primitive_default = /*#__PURE__*/__webpack_require__.n(to_primitive);
4889
+
4890
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/toPrimitive.js
4891
+
4892
+
4893
+ function _toPrimitive(input, hint) {
4894
+ if (_typeof(input) !== "object" || input === null) return input;
4895
+ var prim = input[to_primitive_default.a];
4896
+ if (prim !== undefined) {
4897
+ var res = prim.call(input, hint || "default");
4898
+ if (_typeof(res) !== "object") return res;
4899
+ throw new TypeError("@@toPrimitive must return a primitive value.");
4900
+ }
4901
+ return (hint === "string" ? String : Number)(input);
4902
+ }
4903
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/toPropertyKey.js
4904
+
4905
+
4906
+ function _toPropertyKey(arg) {
4907
+ var key = _toPrimitive(arg, "string");
4908
+ return _typeof(key) === "symbol" ? key : String(key);
4909
+ }
4919
4910
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/createClass.js
4920
4911
 
4921
4912
 
@@ -4925,19 +4916,15 @@ function _defineProperties(target, props) {
4925
4916
  descriptor.enumerable = descriptor.enumerable || false;
4926
4917
  descriptor.configurable = true;
4927
4918
  if ("value" in descriptor) descriptor.writable = true;
4928
-
4929
- define_property_default()(target, descriptor.key, descriptor);
4919
+ define_property_default()(target, _toPropertyKey(descriptor.key), descriptor);
4930
4920
  }
4931
4921
  }
4932
-
4933
4922
  function _createClass(Constructor, protoProps, staticProps) {
4934
4923
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
4935
4924
  if (staticProps) _defineProperties(Constructor, staticProps);
4936
-
4937
4925
  define_property_default()(Constructor, "prototype", {
4938
4926
  writable: false
4939
4927
  });
4940
-
4941
4928
  return Constructor;
4942
4929
  }
4943
4930
  // CONCATENATED MODULE: ./src/components/utils/ObjectUtils.js
@@ -4957,18 +4944,13 @@ function _createClass(Constructor, protoProps, staticProps) {
4957
4944
 
4958
4945
 
4959
4946
 
4960
-
4961
4947
  function _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; } } }; }
4962
-
4963
4948
  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); }
4964
-
4965
- 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; }
4966
-
4949
+ 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; }
4967
4950
  var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4968
4951
  function ObjectUtils() {
4969
4952
  _classCallCheck(this, ObjectUtils);
4970
4953
  }
4971
-
4972
4954
  _createClass(ObjectUtils, null, [{
4973
4955
  key: "equals",
4974
4956
  value: function equals(obj1, obj2, field) {
@@ -4978,50 +4960,37 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4978
4960
  key: "deepEquals",
4979
4961
  value: function deepEquals(a, b) {
4980
4962
  if (a === b) return true;
4981
-
4982
4963
  if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
4983
4964
  var arrA = Array.isArray(a),
4984
- arrB = Array.isArray(b),
4985
- i,
4986
- length,
4987
- key;
4988
-
4965
+ arrB = Array.isArray(b),
4966
+ i,
4967
+ length,
4968
+ key;
4989
4969
  if (arrA && arrB) {
4990
4970
  length = a.length;
4991
4971
  if (length != b.length) return false;
4992
-
4993
- for (i = length; i-- !== 0;) {
4994
- if (!this.deepEquals(a[i], b[i])) return false;
4995
- }
4996
-
4972
+ for (i = length; i-- !== 0;) if (!this.deepEquals(a[i], b[i])) return false;
4997
4973
  return true;
4998
4974
  }
4999
-
5000
4975
  if (arrA != arrB) return false;
5001
4976
  var dateA = a instanceof Date,
5002
- dateB = b instanceof Date;
4977
+ dateB = b instanceof Date;
5003
4978
  if (dateA != dateB) return false;
5004
4979
  if (dateA && dateB) return a.getTime() == b.getTime();
5005
4980
  var regexpA = a instanceof RegExp,
5006
- regexpB = b instanceof RegExp;
4981
+ regexpB = b instanceof RegExp;
5007
4982
  if (regexpA != regexpB) return false;
5008
4983
  if (regexpA && regexpB) return a.toString() == b.toString();
5009
4984
  var keys = Object.keys(a);
5010
4985
  length = keys.length;
5011
4986
  if (length !== Object.keys(b).length) return false;
5012
-
5013
- for (i = length; i-- !== 0;) {
5014
- if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
5015
- }
5016
-
4987
+ for (i = length; i-- !== 0;) if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
5017
4988
  for (i = length; i-- !== 0;) {
5018
4989
  key = keys[i];
5019
4990
  if (!this.deepEquals(a[key], b[key])) return false;
5020
4991
  }
5021
-
5022
4992
  return true;
5023
4993
  }
5024
-
5025
4994
  return a !== a && b !== b;
5026
4995
  }
5027
4996
  }, {
@@ -5035,15 +5004,12 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5035
5004
  } else {
5036
5005
  var fields = field.split('.');
5037
5006
  var value = data;
5038
-
5039
5007
  for (var i = 0, len = fields.length; i < len; ++i) {
5040
5008
  if (value == null) {
5041
5009
  return null;
5042
5010
  }
5043
-
5044
5011
  value = value[fields[i]];
5045
5012
  }
5046
-
5047
5013
  return value;
5048
5014
  }
5049
5015
  } else {
@@ -5059,22 +5025,17 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5059
5025
  key: "filter",
5060
5026
  value: function filter(value, fields, filterValue) {
5061
5027
  var filteredItems = [];
5062
-
5063
5028
  if (value) {
5064
5029
  var _iterator = _createForOfIteratorHelper(value),
5065
- _step;
5066
-
5030
+ _step;
5067
5031
  try {
5068
5032
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
5069
5033
  var item = _step.value;
5070
-
5071
5034
  var _iterator2 = _createForOfIteratorHelper(fields),
5072
- _step2;
5073
-
5035
+ _step2;
5074
5036
  try {
5075
5037
  for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
5076
5038
  var field = _step2.value;
5077
-
5078
5039
  if (String(this.resolveFieldData(item, field)).toLowerCase().indexOf(filterValue.toLowerCase()) > -1) {
5079
5040
  filteredItems.push(item);
5080
5041
  break;
@@ -5092,23 +5053,19 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5092
5053
  _iterator.f();
5093
5054
  }
5094
5055
  }
5095
-
5096
5056
  return filteredItems;
5097
5057
  }
5098
5058
  }, {
5099
5059
  key: "reorderArray",
5100
5060
  value: function reorderArray(value, from, to) {
5101
5061
  var target;
5102
-
5103
5062
  if (value && from !== to) {
5104
5063
  if (to >= value.length) {
5105
5064
  target = to - value.length;
5106
-
5107
5065
  while (target-- + 1) {
5108
5066
  value.push(undefined);
5109
5067
  }
5110
5068
  }
5111
-
5112
5069
  value.splice(to, 0, value.splice(from, 1)[0]);
5113
5070
  }
5114
5071
  }
@@ -5116,7 +5073,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5116
5073
  key: "findIndexInList",
5117
5074
  value: function findIndexInList(value, list) {
5118
5075
  var index = -1;
5119
-
5120
5076
  if (list) {
5121
5077
  for (var i = 0; i < list.length; i++) {
5122
5078
  if (list[i] === value) {
@@ -5125,7 +5081,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5125
5081
  }
5126
5082
  }
5127
5083
  }
5128
-
5129
5084
  return index;
5130
5085
  }
5131
5086
  }, {
@@ -5133,8 +5088,7 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5133
5088
  value: function contains(value, list) {
5134
5089
  if (value != null && list && list.length) {
5135
5090
  var _iterator3 = _createForOfIteratorHelper(list),
5136
- _step3;
5137
-
5091
+ _step3;
5138
5092
  try {
5139
5093
  for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
5140
5094
  var val = _step3.value;
@@ -5146,7 +5100,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5146
5100
  _iterator3.f();
5147
5101
  }
5148
5102
  }
5149
-
5150
5103
  return false;
5151
5104
  }
5152
5105
  }, {
@@ -5154,17 +5107,14 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5154
5107
  value: function insertIntoOrderedArray(item, index, arr, sourceArr) {
5155
5108
  if (arr.length > 0) {
5156
5109
  var injected = false;
5157
-
5158
5110
  for (var i = 0; i < arr.length; i++) {
5159
5111
  var currentItemIndex = this.findIndexInList(arr[i], sourceArr);
5160
-
5161
5112
  if (currentItemIndex > index) {
5162
5113
  arr.splice(i, 0, item);
5163
5114
  injected = true;
5164
5115
  break;
5165
5116
  }
5166
5117
  }
5167
-
5168
5118
  if (!injected) {
5169
5119
  arr.push(item);
5170
5120
  }
@@ -5178,28 +5128,23 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5178
5128
  if (str && str.search(/[\xC0-\xFF]/g) > -1) {
5179
5129
  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");
5180
5130
  }
5181
-
5182
5131
  return str;
5183
5132
  }
5184
5133
  }, {
5185
5134
  key: "getVNodeProp",
5186
5135
  value: function getVNodeProp(vnode, prop) {
5187
5136
  var props = vnode._props;
5188
-
5189
5137
  if (props) {
5190
5138
  var kebapProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
5191
5139
  var propName = Object.prototype.hasOwnProperty.call(props, kebapProp) ? kebapProp : prop;
5192
5140
  return props[propName];
5193
5141
  }
5194
-
5195
5142
  return null;
5196
5143
  }
5197
5144
  }]);
5198
-
5199
5145
  return ObjectUtils;
5200
5146
  }();
5201
5147
 
5202
-
5203
5148
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.find.js
5204
5149
  var es6_array_find = __webpack_require__("7514");
5205
5150
 
@@ -5216,18 +5161,13 @@ var es6_array_find = __webpack_require__("7514");
5216
5161
 
5217
5162
 
5218
5163
 
5219
-
5220
5164
  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; } } }; }
5221
-
5222
5165
  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); }
5223
-
5224
- 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; }
5225
-
5166
+ 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; }
5226
5167
  var DomHandler_DomHandler = /*#__PURE__*/function () {
5227
5168
  function DomHandler() {
5228
5169
  _classCallCheck(this, DomHandler);
5229
5170
  }
5230
-
5231
5171
  _createClass(DomHandler, null, [{
5232
5172
  key: "innerWidth",
5233
5173
  value: function innerWidth(el) {
@@ -5261,12 +5201,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5261
5201
  value: function getOuterWidth(el, margin) {
5262
5202
  if (el) {
5263
5203
  var width = el.offsetWidth;
5264
-
5265
5204
  if (margin) {
5266
5205
  var style = getComputedStyle(el);
5267
5206
  width += parseFloat(style.marginLeft) + parseFloat(style.marginRight);
5268
5207
  }
5269
-
5270
5208
  return width;
5271
5209
  } else {
5272
5210
  return 0;
@@ -5277,12 +5215,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5277
5215
  value: function getOuterHeight(el, margin) {
5278
5216
  if (el) {
5279
5217
  var height = el.offsetHeight;
5280
-
5281
5218
  if (margin) {
5282
5219
  var style = getComputedStyle(el);
5283
5220
  height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
5284
5221
  }
5285
-
5286
5222
  return height;
5287
5223
  } else {
5288
5224
  return 0;
@@ -5293,12 +5229,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5293
5229
  value: function getClientHeight(el, margin) {
5294
5230
  if (el) {
5295
5231
  var height = el.clientHeight;
5296
-
5297
5232
  if (margin) {
5298
5233
  var style = getComputedStyle(el);
5299
5234
  height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
5300
5235
  }
5301
-
5302
5236
  return height;
5303
5237
  } else {
5304
5238
  return 0;
@@ -5308,11 +5242,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5308
5242
  key: "getViewport",
5309
5243
  value: function getViewport() {
5310
5244
  var win = window,
5311
- d = document,
5312
- e = d.documentElement,
5313
- g = d.getElementsByTagName('body')[0],
5314
- w = win.innerWidth || e.clientWidth || g.clientWidth,
5315
- h = win.innerHeight || e.clientHeight || g.clientHeight;
5245
+ d = document,
5246
+ e = d.documentElement,
5247
+ g = d.getElementsByTagName('body')[0],
5248
+ w = win.innerWidth || e.clientWidth || g.clientWidth,
5249
+ h = win.innerHeight || e.clientHeight || g.clientHeight;
5316
5250
  return {
5317
5251
  width: w,
5318
5252
  height: h
@@ -5343,12 +5277,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5343
5277
  value: function index(element) {
5344
5278
  var children = element.parentNode.childNodes;
5345
5279
  var num = 0;
5346
-
5347
5280
  for (var i = 0; i < children.length; i++) {
5348
5281
  if (children[i] === element) return num;
5349
5282
  if (children[i].nodeType === 1) num++;
5350
5283
  }
5351
-
5352
5284
  return -1;
5353
5285
  }
5354
5286
  }, {
@@ -5356,13 +5288,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5356
5288
  value: function addMultipleClasses(element, className) {
5357
5289
  if (element.classList) {
5358
5290
  var styles = className.split(' ');
5359
-
5360
5291
  for (var i = 0; i < styles.length; i++) {
5361
5292
  element.classList.add(styles[i]);
5362
5293
  }
5363
5294
  } else {
5364
5295
  var _styles = className.split(' ');
5365
-
5366
5296
  for (var _i = 0; _i < _styles.length; _i++) {
5367
5297
  element.className += ' ' + _styles[_i];
5368
5298
  }
@@ -5384,7 +5314,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5384
5314
  if (element) {
5385
5315
  if (element.classList) return element.classList.contains(className);else return new RegExp('(^| )' + className + '( |$)', 'gi').test(element.className);
5386
5316
  }
5387
-
5388
5317
  return false;
5389
5318
  }
5390
5319
  }, {
@@ -5429,11 +5358,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5429
5358
  var windowScrollLeft = this.getWindowScrollLeft();
5430
5359
  var viewport = this.getViewport();
5431
5360
  var top, left;
5432
-
5433
5361
  if (targetOffset.top + targetOuterHeight + elementOuterHeight > viewport.height) {
5434
5362
  top = targetOffset.top + windowScrollTop - elementOuterHeight;
5435
5363
  element.style.transformOrigin = 'bottom';
5436
-
5437
5364
  if (top < 0) {
5438
5365
  top = windowScrollTop;
5439
5366
  }
@@ -5441,7 +5368,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5441
5368
  top = targetOuterHeight + targetOffset.top + windowScrollTop;
5442
5369
  element.style.transformOrigin = 'top';
5443
5370
  }
5444
-
5445
5371
  if (targetOffset.left + elementOuterWidth > viewport.width) left = Math.max(0, targetOffset.left + windowScrollLeft + targetOuterWidth - elementOuterWidth);else left = targetOffset.left + windowScrollLeft;
5446
5372
  element.style.top = top + 'px';
5447
5373
  element.style.left = left + 'px';
@@ -5457,11 +5383,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5457
5383
  var targetOffset = target.getBoundingClientRect();
5458
5384
  var viewport = this.getViewport();
5459
5385
  var top, left;
5460
-
5461
5386
  if (targetOffset.top + targetHeight + elementDimensions.height > viewport.height) {
5462
5387
  top = -1 * elementDimensions.height;
5463
5388
  element.style.transformOrigin = 'bottom';
5464
-
5465
5389
  if (targetOffset.top + top < 0) {
5466
5390
  top = -1 * targetOffset.top;
5467
5391
  }
@@ -5469,7 +5393,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5469
5393
  top = targetHeight;
5470
5394
  element.style.transformOrigin = 'top';
5471
5395
  }
5472
-
5473
5396
  if (elementDimensions.width > viewport.width) {
5474
5397
  // element wider then viewport and cannot fit on screen (align at left side of viewport)
5475
5398
  left = targetOffset.left * -1;
@@ -5480,7 +5403,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5480
5403
  // element fits on screen (align with target)
5481
5404
  left = 0;
5482
5405
  }
5483
-
5484
5406
  element.style.top = top + 'px';
5485
5407
  element.style.left = left + 'px';
5486
5408
  }
@@ -5494,35 +5416,27 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5494
5416
  key: "getScrollableParents",
5495
5417
  value: function getScrollableParents(element) {
5496
5418
  var scrollableParents = [];
5497
-
5498
5419
  if (element) {
5499
5420
  var parents = this.getParents(element);
5500
5421
  var overflowRegex = /(auto|scroll)/;
5501
-
5502
5422
  var overflowCheck = function overflowCheck(node) {
5503
5423
  var styleDeclaration = window['getComputedStyle'](node, null);
5504
5424
  return overflowRegex.test(styleDeclaration.getPropertyValue('overflow')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowX')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowY'));
5505
5425
  };
5506
-
5507
5426
  var _iterator = DomHandler_createForOfIteratorHelper(parents),
5508
- _step;
5509
-
5427
+ _step;
5510
5428
  try {
5511
5429
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
5512
5430
  var parent = _step.value;
5513
5431
  var scrollSelectors = parent.nodeType === 1 && parent.dataset['scrollselectors'];
5514
-
5515
5432
  if (scrollSelectors) {
5516
5433
  var selectors = scrollSelectors.split(',');
5517
-
5518
5434
  var _iterator2 = DomHandler_createForOfIteratorHelper(selectors),
5519
- _step2;
5520
-
5435
+ _step2;
5521
5436
  try {
5522
5437
  for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
5523
5438
  var selector = _step2.value;
5524
5439
  var el = this.findSingle(parent, selector);
5525
-
5526
5440
  if (el && overflowCheck(el)) {
5527
5441
  scrollableParents.push(el);
5528
5442
  }
@@ -5540,7 +5454,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5540
5454
  _iterator.f();
5541
5455
  }
5542
5456
  }
5543
-
5544
5457
  return scrollableParents;
5545
5458
  }
5546
5459
  }, {
@@ -5581,34 +5494,29 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5581
5494
  element.style.opacity = 0;
5582
5495
  var last = +new Date();
5583
5496
  var opacity = 0;
5584
-
5585
5497
  var tick = function tick() {
5586
5498
  opacity = +element.style.opacity + (new Date().getTime() - last) / duration;
5587
5499
  element.style.opacity = opacity;
5588
5500
  last = +new Date();
5589
-
5590
5501
  if (+opacity < 1) {
5591
5502
  window.requestAnimationFrame && requestAnimationFrame(tick) || setTimeout(tick, 16);
5592
5503
  }
5593
5504
  };
5594
-
5595
5505
  tick();
5596
5506
  }
5597
5507
  }, {
5598
5508
  key: "fadeOut",
5599
5509
  value: function fadeOut(element, ms) {
5600
5510
  var opacity = 1,
5601
- interval = 50,
5602
- duration = ms,
5603
- gap = interval / duration;
5511
+ interval = 50,
5512
+ duration = ms,
5513
+ gap = interval / duration;
5604
5514
  var fading = setInterval(function () {
5605
5515
  opacity -= gap;
5606
-
5607
5516
  if (opacity <= 0) {
5608
5517
  opacity = 0;
5609
5518
  clearInterval(fading);
5610
5519
  }
5611
-
5612
5520
  element.style.opacity = opacity;
5613
5521
  }, interval);
5614
5522
  }
@@ -5635,7 +5543,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5635
5543
  var scroll = container.scrollTop;
5636
5544
  var elementHeight = container.clientHeight;
5637
5545
  var itemHeight = this.getOuterHeight(item);
5638
-
5639
5546
  if (offset < 0) {
5640
5547
  container.scrollTop = scroll + offset;
5641
5548
  } else if (offset + itemHeight > elementHeight) {
@@ -5654,7 +5561,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5654
5561
  } else if (document['selection'] && document['selection'].empty) {
5655
5562
  try {
5656
5563
  document['selection'].empty();
5657
- } catch (error) {//ignore IE bug
5564
+ } catch (error) {
5565
+ //ignore IE bug
5658
5566
  }
5659
5567
  }
5660
5568
  }
@@ -5676,19 +5584,16 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5676
5584
  if (!this.browser) {
5677
5585
  var matched = this.resolveUserAgent();
5678
5586
  this.browser = {};
5679
-
5680
5587
  if (matched.browser) {
5681
5588
  this.browser[matched.browser] = true;
5682
5589
  this.browser['version'] = matched.version;
5683
5590
  }
5684
-
5685
5591
  if (this.browser['chrome']) {
5686
5592
  this.browser['webkit'] = true;
5687
5593
  } else if (this.browser['webkit']) {
5688
5594
  this.browser['safari'] = true;
5689
5595
  }
5690
5596
  }
5691
-
5692
5597
  return this.browser;
5693
5598
  }
5694
5599
  }, {
@@ -5716,10 +5621,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5716
5621
  value: function getFocusableElements(element) {
5717
5622
  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])");
5718
5623
  var visibleFocusableElements = [];
5719
-
5720
5624
  var _iterator3 = DomHandler_createForOfIteratorHelper(focusableElements),
5721
- _step3;
5722
-
5625
+ _step3;
5723
5626
  try {
5724
5627
  for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
5725
5628
  var focusableElement = _step3.value;
@@ -5730,7 +5633,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5730
5633
  } finally {
5731
5634
  _iterator3.f();
5732
5635
  }
5733
-
5734
5636
  return visibleFocusableElements;
5735
5637
  }
5736
5638
  }, {
@@ -5773,55 +5675,43 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5773
5675
  return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
5774
5676
  }
5775
5677
  }]);
5776
-
5777
5678
  return DomHandler;
5778
5679
  }();
5779
5680
 
5780
-
5781
5681
  // CONCATENATED MODULE: ./src/components/ripple/Ripple.js
5782
5682
 
5783
-
5784
5683
  function bindEvents(el) {
5785
5684
  el.addEventListener('mousedown', onMouseDown);
5786
5685
  }
5787
-
5788
5686
  function unbindEvents(el) {
5789
5687
  el.removeEventListener('mousedown', onMouseDown);
5790
5688
  }
5791
-
5792
5689
  function create(el) {
5793
5690
  var ink = document.createElement('span');
5794
5691
  ink.className = 'p-ink';
5795
5692
  el.appendChild(ink);
5796
5693
  ink.addEventListener('animationend', onAnimationEnd);
5797
5694
  }
5798
-
5799
5695
  function remove(el) {
5800
5696
  var ink = getInk(el);
5801
-
5802
5697
  if (ink) {
5803
5698
  unbindEvents(el);
5804
5699
  ink.removeEventListener('animationend', onAnimationEnd);
5805
5700
  ink.remove();
5806
5701
  }
5807
5702
  }
5808
-
5809
5703
  function onMouseDown(event) {
5810
5704
  var target = event.currentTarget;
5811
5705
  var ink = getInk(target);
5812
-
5813
5706
  if (!ink || getComputedStyle(ink, null).display === 'none') {
5814
5707
  return;
5815
5708
  }
5816
-
5817
5709
  DomHandler_DomHandler.removeClass(ink, 'p-ink-active');
5818
-
5819
5710
  if (!DomHandler_DomHandler.getHeight(ink) && !DomHandler_DomHandler.getWidth(ink)) {
5820
5711
  var d = Math.max(DomHandler_DomHandler.getOuterWidth(target), DomHandler_DomHandler.getOuterHeight(target));
5821
5712
  ink.style.height = d + 'px';
5822
5713
  ink.style.width = d + 'px';
5823
5714
  }
5824
-
5825
5715
  var offset = DomHandler_DomHandler.getOffset(target);
5826
5716
  var x = event.pageX - offset.left + document.body.scrollTop - DomHandler_DomHandler.getWidth(ink) / 2;
5827
5717
  var y = event.pageY - offset.top + document.body.scrollLeft - DomHandler_DomHandler.getHeight(ink) / 2;
@@ -5829,21 +5719,17 @@ function onMouseDown(event) {
5829
5719
  ink.style.left = x + 'px';
5830
5720
  DomHandler_DomHandler.addClass(ink, 'p-ink-active');
5831
5721
  }
5832
-
5833
5722
  function onAnimationEnd(event) {
5834
5723
  DomHandler_DomHandler.removeClass(event.currentTarget, 'p-ink-active');
5835
5724
  }
5836
-
5837
5725
  function getInk(el) {
5838
5726
  for (var i = 0; i < el.children.length; i++) {
5839
5727
  if (typeof el.children[i].className === 'string' && el.children[i].className.indexOf('p-ink') !== -1) {
5840
5728
  return el.children[i];
5841
5729
  }
5842
5730
  }
5843
-
5844
5731
  return null;
5845
5732
  }
5846
-
5847
5733
  var Ripple = {
5848
5734
  inserted: function inserted(el, binding, vnode) {
5849
5735
  if (vnode.context.$primevue && vnode.context.$primevue.config.ripple) {
@@ -5864,13 +5750,9 @@ var Ripple = {
5864
5750
 
5865
5751
 
5866
5752
 
5867
-
5868
5753
  function Listboxvue_type_script_lang_js_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = Listboxvue_type_script_lang_js_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; } } }; }
5869
-
5870
5754
  function Listboxvue_type_script_lang_js_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Listboxvue_type_script_lang_js_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 Listboxvue_type_script_lang_js_arrayLikeToArray(o, minLen); }
5871
-
5872
- function Listboxvue_type_script_lang_js_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; }
5873
-
5755
+ function Listboxvue_type_script_lang_js_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; }
5874
5756
 
5875
5757
 
5876
5758
 
@@ -5917,7 +5799,6 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
5917
5799
  if (this.disabled || this.isOptionDisabled(option)) {
5918
5800
  return;
5919
5801
  }
5920
-
5921
5802
  if (this.multiple) this.onOptionSelectMultiple(event, option);else this.onOptionSelectSingle(event, option);
5922
5803
  this.optionTouched = false;
5923
5804
  },
@@ -5925,7 +5806,6 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
5925
5806
  if (this.disabled) {
5926
5807
  return;
5927
5808
  }
5928
-
5929
5809
  this.optionTouched = true;
5930
5810
  },
5931
5811
  onOptionSelectSingle: function onOptionSelectSingle(event, option) {
@@ -5933,10 +5813,8 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
5933
5813
  var valueChanged = false;
5934
5814
  var value = null;
5935
5815
  var metaSelection = this.optionTouched ? false : this.metaKeySelection;
5936
-
5937
5816
  if (metaSelection) {
5938
5817
  var metaKey = event.metaKey || event.ctrlKey;
5939
-
5940
5818
  if (selected) {
5941
5819
  if (metaKey) {
5942
5820
  value = null;
@@ -5950,7 +5828,6 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
5950
5828
  value = selected ? null : this.getOptionValue(option);
5951
5829
  valueChanged = true;
5952
5830
  }
5953
-
5954
5831
  if (valueChanged) {
5955
5832
  this.updateModel(event, value);
5956
5833
  }
@@ -5960,10 +5837,8 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
5960
5837
  var valueChanged = false;
5961
5838
  var value = null;
5962
5839
  var metaSelection = this.optionTouched ? false : this.metaKeySelection;
5963
-
5964
5840
  if (metaSelection) {
5965
5841
  var metaKey = event.metaKey || event.ctrlKey;
5966
-
5967
5842
  if (selected) {
5968
5843
  if (metaKey) value = this.removeOption(option);else value = [this.getOptionValue(option)];
5969
5844
  valueChanged = true;
@@ -5976,7 +5851,6 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
5976
5851
  if (selected) value = this.removeOption(option);else value = [].concat(_toConsumableArray(this.value || []), [this.getOptionValue(option)]);
5977
5852
  valueChanged = true;
5978
5853
  }
5979
-
5980
5854
  if (valueChanged) {
5981
5855
  this.updateModel(event, value);
5982
5856
  }
@@ -5984,16 +5858,13 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
5984
5858
  isSelected: function isSelected(option) {
5985
5859
  var selected = false;
5986
5860
  var optionValue = this.getOptionValue(option);
5987
-
5988
5861
  if (this.multiple) {
5989
5862
  if (this.value) {
5990
5863
  var _iterator = Listboxvue_type_script_lang_js_createForOfIteratorHelper(this.value),
5991
- _step;
5992
-
5864
+ _step;
5993
5865
  try {
5994
5866
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
5995
5867
  var val = _step.value;
5996
-
5997
5868
  if (ObjectUtils_ObjectUtils.equals(val, optionValue, this.equalityKey)) {
5998
5869
  selected = true;
5999
5870
  break;
@@ -6008,12 +5879,10 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6008
5879
  } else {
6009
5880
  selected = ObjectUtils_ObjectUtils.equals(this.value, optionValue, this.equalityKey);
6010
5881
  }
6011
-
6012
5882
  return selected;
6013
5883
  },
6014
5884
  removeOption: function removeOption(option) {
6015
5885
  var _this = this;
6016
-
6017
5886
  return this.value.filter(function (val) {
6018
5887
  return !ObjectUtils_ObjectUtils.equals(val, _this.getOptionValue(option), _this.equalityKey);
6019
5888
  });
@@ -6027,31 +5896,26 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6027
5896
  },
6028
5897
  onOptionKeyDown: function onOptionKeyDown(event, option) {
6029
5898
  var item = event.currentTarget;
6030
-
6031
5899
  switch (event.which) {
6032
5900
  //down
6033
5901
  case 40:
6034
5902
  var nextItem = this.findNextItem(item);
6035
-
6036
5903
  if (nextItem) {
6037
5904
  nextItem.focus();
6038
5905
  }
6039
-
6040
5906
  event.preventDefault();
6041
5907
  break;
6042
- //up
6043
5908
 
5909
+ //up
6044
5910
  case 38:
6045
5911
  var prevItem = this.findPrevItem(item);
6046
-
6047
5912
  if (prevItem) {
6048
5913
  prevItem.focus();
6049
5914
  }
6050
-
6051
5915
  event.preventDefault();
6052
5916
  break;
6053
- //enter
6054
5917
 
5918
+ //enter
6055
5919
  case 13:
6056
5920
  this.onOptionSelect(event, option);
6057
5921
  event.preventDefault();
@@ -6076,7 +5940,6 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6076
5940
  computed: {
6077
5941
  visibleOptions: function visibleOptions() {
6078
5942
  var _this2 = this;
6079
-
6080
5943
  if (this.filterValue) return this.options.filter(function (option) {
6081
5944
  return _this2.getOptionLabel(option).toLocaleLowerCase(_this2.filterLocale).indexOf(_this2.filterValue.toLocaleLowerCase(_this2.filterLocale)) > -1;
6082
5945
  });else return this.options;