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
@@ -1527,6 +1527,14 @@ module.exports = __webpack_require__("8e60") ? function (object, key, value) {
1527
1527
  };
1528
1528
 
1529
1529
 
1530
+ /***/ }),
1531
+
1532
+ /***/ "366e":
1533
+ /***/ (function(module, exports, __webpack_require__) {
1534
+
1535
+ module.exports = __webpack_require__("ccb9").f('toPrimitive');
1536
+
1537
+
1530
1538
  /***/ }),
1531
1539
 
1532
1540
  /***/ "36c3":
@@ -2497,13 +2505,6 @@ module.exports = function (exec, skipClosing) {
2497
2505
  };
2498
2506
 
2499
2507
 
2500
- /***/ }),
2501
-
2502
- /***/ "5d58":
2503
- /***/ (function(module, exports, __webpack_require__) {
2504
-
2505
- module.exports = __webpack_require__("d8d6");
2506
-
2507
2508
  /***/ }),
2508
2509
 
2509
2510
  /***/ "5dbc":
@@ -2773,13 +2774,6 @@ var meta = module.exports = {
2773
2774
  };
2774
2775
 
2775
2776
 
2776
- /***/ }),
2777
-
2778
- /***/ "67bb":
2779
- /***/ (function(module, exports, __webpack_require__) {
2780
-
2781
- module.exports = __webpack_require__("f921");
2782
-
2783
2777
  /***/ }),
2784
2778
 
2785
2779
  /***/ "6821":
@@ -2983,13 +2977,6 @@ var global = module.exports = typeof window != 'undefined' && window.Math == Mat
2983
2977
  if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
2984
2978
 
2985
2979
 
2986
- /***/ }),
2987
-
2988
- /***/ "774e":
2989
- /***/ (function(module, exports, __webpack_require__) {
2990
-
2991
- module.exports = __webpack_require__("d2d5");
2992
-
2993
2980
  /***/ }),
2994
2981
 
2995
2982
  /***/ "77f1":
@@ -3195,13 +3182,6 @@ module.exports = function () { /* empty */ };
3195
3182
  module.exports = {};
3196
3183
 
3197
3184
 
3198
- /***/ }),
3199
-
3200
- /***/ "85f2":
3201
- /***/ (function(module, exports, __webpack_require__) {
3202
-
3203
- module.exports = __webpack_require__("454f");
3204
-
3205
3185
  /***/ }),
3206
3186
 
3207
3187
  /***/ "86cc":
@@ -3857,13 +3837,6 @@ var update = add("2611fd97", content, true, {"sourceMap":false,"shadowMode":fals
3857
3837
 
3858
3838
  /***/ }),
3859
3839
 
3860
- /***/ "a745":
3861
- /***/ (function(module, exports, __webpack_require__) {
3862
-
3863
- module.exports = __webpack_require__("f410");
3864
-
3865
- /***/ }),
3866
-
3867
3840
  /***/ "aae3":
3868
3841
  /***/ (function(module, exports, __webpack_require__) {
3869
3842
 
@@ -4716,11 +4689,10 @@ if (typeof window !== 'undefined') {
4716
4689
  // Indicate to webpack that this file can be concatenated
4717
4690
  /* harmony default export */ var setPublicPath = (null);
4718
4691
 
4719
- // 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&
4692
+ // 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&
4720
4693
  var render = function render() {
4721
4694
  var _vm = this,
4722
- _c = _vm._self._c;
4723
-
4695
+ _c = _vm._self._c;
4724
4696
  return _c('div', {
4725
4697
  staticClass: "p-listbox p-component"
4726
4698
  }, [_vm.filter ? _c('div', {
@@ -4797,7 +4769,6 @@ var render = function render() {
4797
4769
  staticClass: "p-listbox-empty-message"
4798
4770
  }, [_vm._v(_vm._s(_vm.emptyFilterMessage))]) : _vm._e()], 2)])]);
4799
4771
  };
4800
-
4801
4772
  var staticRenderFns = [];
4802
4773
 
4803
4774
  // CONCATENATED MODULE: ./src/components/listbox/Listbox.vue?vue&type=template&id=5485f601&
@@ -4820,18 +4791,14 @@ var es6_function_name = __webpack_require__("7f7f");
4820
4791
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.to-string.js
4821
4792
  var es6_regexp_to_string = __webpack_require__("6b54");
4822
4793
 
4823
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/array/is-array.js
4824
- var is_array = __webpack_require__("a745");
4794
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/array/is-array.js
4795
+ var is_array = __webpack_require__("f410");
4825
4796
  var is_array_default = /*#__PURE__*/__webpack_require__.n(is_array);
4826
4797
 
4827
4798
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/arrayLikeToArray.js
4828
4799
  function _arrayLikeToArray(arr, len) {
4829
4800
  if (len == null || len > arr.length) len = arr.length;
4830
-
4831
- for (var i = 0, arr2 = new Array(len); i < len; i++) {
4832
- arr2[i] = arr[i];
4833
- }
4834
-
4801
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
4835
4802
  return arr2;
4836
4803
  }
4837
4804
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/arrayWithoutHoles.js
@@ -4840,16 +4807,16 @@ function _arrayLikeToArray(arr, len) {
4840
4807
  function _arrayWithoutHoles(arr) {
4841
4808
  if (is_array_default()(arr)) return _arrayLikeToArray(arr);
4842
4809
  }
4843
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol.js
4844
- var symbol = __webpack_require__("67bb");
4810
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/index.js
4811
+ var symbol = __webpack_require__("f921");
4845
4812
  var symbol_default = /*#__PURE__*/__webpack_require__.n(symbol);
4846
4813
 
4847
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js
4848
- var iterator = __webpack_require__("5d58");
4814
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/iterator.js
4815
+ var iterator = __webpack_require__("d8d6");
4849
4816
  var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
4850
4817
 
4851
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/array/from.js
4852
- var from = __webpack_require__("774e");
4818
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/array/from.js
4819
+ var from = __webpack_require__("d2d5");
4853
4820
  var from_default = /*#__PURE__*/__webpack_require__.n(from);
4854
4821
 
4855
4822
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/iterableToArray.js
@@ -4921,10 +4888,34 @@ function _classCallCheck(instance, Constructor) {
4921
4888
  throw new TypeError("Cannot call a class as a function");
4922
4889
  }
4923
4890
  }
4924
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/object/define-property.js
4925
- var define_property = __webpack_require__("85f2");
4891
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/object/define-property.js
4892
+ var define_property = __webpack_require__("454f");
4926
4893
  var define_property_default = /*#__PURE__*/__webpack_require__.n(define_property);
4927
4894
 
4895
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/to-primitive.js
4896
+ var to_primitive = __webpack_require__("366e");
4897
+ var to_primitive_default = /*#__PURE__*/__webpack_require__.n(to_primitive);
4898
+
4899
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/toPrimitive.js
4900
+
4901
+
4902
+ function _toPrimitive(input, hint) {
4903
+ if (_typeof(input) !== "object" || input === null) return input;
4904
+ var prim = input[to_primitive_default.a];
4905
+ if (prim !== undefined) {
4906
+ var res = prim.call(input, hint || "default");
4907
+ if (_typeof(res) !== "object") return res;
4908
+ throw new TypeError("@@toPrimitive must return a primitive value.");
4909
+ }
4910
+ return (hint === "string" ? String : Number)(input);
4911
+ }
4912
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/toPropertyKey.js
4913
+
4914
+
4915
+ function _toPropertyKey(arg) {
4916
+ var key = _toPrimitive(arg, "string");
4917
+ return _typeof(key) === "symbol" ? key : String(key);
4918
+ }
4928
4919
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/createClass.js
4929
4920
 
4930
4921
 
@@ -4934,19 +4925,15 @@ function _defineProperties(target, props) {
4934
4925
  descriptor.enumerable = descriptor.enumerable || false;
4935
4926
  descriptor.configurable = true;
4936
4927
  if ("value" in descriptor) descriptor.writable = true;
4937
-
4938
- define_property_default()(target, descriptor.key, descriptor);
4928
+ define_property_default()(target, _toPropertyKey(descriptor.key), descriptor);
4939
4929
  }
4940
4930
  }
4941
-
4942
4931
  function _createClass(Constructor, protoProps, staticProps) {
4943
4932
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
4944
4933
  if (staticProps) _defineProperties(Constructor, staticProps);
4945
-
4946
4934
  define_property_default()(Constructor, "prototype", {
4947
4935
  writable: false
4948
4936
  });
4949
-
4950
4937
  return Constructor;
4951
4938
  }
4952
4939
  // CONCATENATED MODULE: ./src/components/utils/ObjectUtils.js
@@ -4966,18 +4953,13 @@ function _createClass(Constructor, protoProps, staticProps) {
4966
4953
 
4967
4954
 
4968
4955
 
4969
-
4970
4956
  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; } } }; }
4971
-
4972
4957
  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); }
4973
-
4974
- 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; }
4975
-
4958
+ 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; }
4976
4959
  var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4977
4960
  function ObjectUtils() {
4978
4961
  _classCallCheck(this, ObjectUtils);
4979
4962
  }
4980
-
4981
4963
  _createClass(ObjectUtils, null, [{
4982
4964
  key: "equals",
4983
4965
  value: function equals(obj1, obj2, field) {
@@ -4987,50 +4969,37 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4987
4969
  key: "deepEquals",
4988
4970
  value: function deepEquals(a, b) {
4989
4971
  if (a === b) return true;
4990
-
4991
4972
  if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
4992
4973
  var arrA = Array.isArray(a),
4993
- arrB = Array.isArray(b),
4994
- i,
4995
- length,
4996
- key;
4997
-
4974
+ arrB = Array.isArray(b),
4975
+ i,
4976
+ length,
4977
+ key;
4998
4978
  if (arrA && arrB) {
4999
4979
  length = a.length;
5000
4980
  if (length != b.length) return false;
5001
-
5002
- for (i = length; i-- !== 0;) {
5003
- if (!this.deepEquals(a[i], b[i])) return false;
5004
- }
5005
-
4981
+ for (i = length; i-- !== 0;) if (!this.deepEquals(a[i], b[i])) return false;
5006
4982
  return true;
5007
4983
  }
5008
-
5009
4984
  if (arrA != arrB) return false;
5010
4985
  var dateA = a instanceof Date,
5011
- dateB = b instanceof Date;
4986
+ dateB = b instanceof Date;
5012
4987
  if (dateA != dateB) return false;
5013
4988
  if (dateA && dateB) return a.getTime() == b.getTime();
5014
4989
  var regexpA = a instanceof RegExp,
5015
- regexpB = b instanceof RegExp;
4990
+ regexpB = b instanceof RegExp;
5016
4991
  if (regexpA != regexpB) return false;
5017
4992
  if (regexpA && regexpB) return a.toString() == b.toString();
5018
4993
  var keys = Object.keys(a);
5019
4994
  length = keys.length;
5020
4995
  if (length !== Object.keys(b).length) return false;
5021
-
5022
- for (i = length; i-- !== 0;) {
5023
- if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
5024
- }
5025
-
4996
+ for (i = length; i-- !== 0;) if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
5026
4997
  for (i = length; i-- !== 0;) {
5027
4998
  key = keys[i];
5028
4999
  if (!this.deepEquals(a[key], b[key])) return false;
5029
5000
  }
5030
-
5031
5001
  return true;
5032
5002
  }
5033
-
5034
5003
  return a !== a && b !== b;
5035
5004
  }
5036
5005
  }, {
@@ -5044,15 +5013,12 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5044
5013
  } else {
5045
5014
  var fields = field.split('.');
5046
5015
  var value = data;
5047
-
5048
5016
  for (var i = 0, len = fields.length; i < len; ++i) {
5049
5017
  if (value == null) {
5050
5018
  return null;
5051
5019
  }
5052
-
5053
5020
  value = value[fields[i]];
5054
5021
  }
5055
-
5056
5022
  return value;
5057
5023
  }
5058
5024
  } else {
@@ -5068,22 +5034,17 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5068
5034
  key: "filter",
5069
5035
  value: function filter(value, fields, filterValue) {
5070
5036
  var filteredItems = [];
5071
-
5072
5037
  if (value) {
5073
5038
  var _iterator = _createForOfIteratorHelper(value),
5074
- _step;
5075
-
5039
+ _step;
5076
5040
  try {
5077
5041
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
5078
5042
  var item = _step.value;
5079
-
5080
5043
  var _iterator2 = _createForOfIteratorHelper(fields),
5081
- _step2;
5082
-
5044
+ _step2;
5083
5045
  try {
5084
5046
  for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
5085
5047
  var field = _step2.value;
5086
-
5087
5048
  if (String(this.resolveFieldData(item, field)).toLowerCase().indexOf(filterValue.toLowerCase()) > -1) {
5088
5049
  filteredItems.push(item);
5089
5050
  break;
@@ -5101,23 +5062,19 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5101
5062
  _iterator.f();
5102
5063
  }
5103
5064
  }
5104
-
5105
5065
  return filteredItems;
5106
5066
  }
5107
5067
  }, {
5108
5068
  key: "reorderArray",
5109
5069
  value: function reorderArray(value, from, to) {
5110
5070
  var target;
5111
-
5112
5071
  if (value && from !== to) {
5113
5072
  if (to >= value.length) {
5114
5073
  target = to - value.length;
5115
-
5116
5074
  while (target-- + 1) {
5117
5075
  value.push(undefined);
5118
5076
  }
5119
5077
  }
5120
-
5121
5078
  value.splice(to, 0, value.splice(from, 1)[0]);
5122
5079
  }
5123
5080
  }
@@ -5125,7 +5082,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5125
5082
  key: "findIndexInList",
5126
5083
  value: function findIndexInList(value, list) {
5127
5084
  var index = -1;
5128
-
5129
5085
  if (list) {
5130
5086
  for (var i = 0; i < list.length; i++) {
5131
5087
  if (list[i] === value) {
@@ -5134,7 +5090,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5134
5090
  }
5135
5091
  }
5136
5092
  }
5137
-
5138
5093
  return index;
5139
5094
  }
5140
5095
  }, {
@@ -5142,8 +5097,7 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5142
5097
  value: function contains(value, list) {
5143
5098
  if (value != null && list && list.length) {
5144
5099
  var _iterator3 = _createForOfIteratorHelper(list),
5145
- _step3;
5146
-
5100
+ _step3;
5147
5101
  try {
5148
5102
  for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
5149
5103
  var val = _step3.value;
@@ -5155,7 +5109,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5155
5109
  _iterator3.f();
5156
5110
  }
5157
5111
  }
5158
-
5159
5112
  return false;
5160
5113
  }
5161
5114
  }, {
@@ -5163,17 +5116,14 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5163
5116
  value: function insertIntoOrderedArray(item, index, arr, sourceArr) {
5164
5117
  if (arr.length > 0) {
5165
5118
  var injected = false;
5166
-
5167
5119
  for (var i = 0; i < arr.length; i++) {
5168
5120
  var currentItemIndex = this.findIndexInList(arr[i], sourceArr);
5169
-
5170
5121
  if (currentItemIndex > index) {
5171
5122
  arr.splice(i, 0, item);
5172
5123
  injected = true;
5173
5124
  break;
5174
5125
  }
5175
5126
  }
5176
-
5177
5127
  if (!injected) {
5178
5128
  arr.push(item);
5179
5129
  }
@@ -5187,28 +5137,23 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5187
5137
  if (str && str.search(/[\xC0-\xFF]/g) > -1) {
5188
5138
  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");
5189
5139
  }
5190
-
5191
5140
  return str;
5192
5141
  }
5193
5142
  }, {
5194
5143
  key: "getVNodeProp",
5195
5144
  value: function getVNodeProp(vnode, prop) {
5196
5145
  var props = vnode._props;
5197
-
5198
5146
  if (props) {
5199
5147
  var kebapProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
5200
5148
  var propName = Object.prototype.hasOwnProperty.call(props, kebapProp) ? kebapProp : prop;
5201
5149
  return props[propName];
5202
5150
  }
5203
-
5204
5151
  return null;
5205
5152
  }
5206
5153
  }]);
5207
-
5208
5154
  return ObjectUtils;
5209
5155
  }();
5210
5156
 
5211
-
5212
5157
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.find.js
5213
5158
  var es6_array_find = __webpack_require__("7514");
5214
5159
 
@@ -5225,18 +5170,13 @@ var es6_array_find = __webpack_require__("7514");
5225
5170
 
5226
5171
 
5227
5172
 
5228
-
5229
5173
  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; } } }; }
5230
-
5231
5174
  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); }
5232
-
5233
- 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; }
5234
-
5175
+ 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; }
5235
5176
  var DomHandler_DomHandler = /*#__PURE__*/function () {
5236
5177
  function DomHandler() {
5237
5178
  _classCallCheck(this, DomHandler);
5238
5179
  }
5239
-
5240
5180
  _createClass(DomHandler, null, [{
5241
5181
  key: "innerWidth",
5242
5182
  value: function innerWidth(el) {
@@ -5270,12 +5210,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5270
5210
  value: function getOuterWidth(el, margin) {
5271
5211
  if (el) {
5272
5212
  var width = el.offsetWidth;
5273
-
5274
5213
  if (margin) {
5275
5214
  var style = getComputedStyle(el);
5276
5215
  width += parseFloat(style.marginLeft) + parseFloat(style.marginRight);
5277
5216
  }
5278
-
5279
5217
  return width;
5280
5218
  } else {
5281
5219
  return 0;
@@ -5286,12 +5224,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5286
5224
  value: function getOuterHeight(el, margin) {
5287
5225
  if (el) {
5288
5226
  var height = el.offsetHeight;
5289
-
5290
5227
  if (margin) {
5291
5228
  var style = getComputedStyle(el);
5292
5229
  height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
5293
5230
  }
5294
-
5295
5231
  return height;
5296
5232
  } else {
5297
5233
  return 0;
@@ -5302,12 +5238,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5302
5238
  value: function getClientHeight(el, margin) {
5303
5239
  if (el) {
5304
5240
  var height = el.clientHeight;
5305
-
5306
5241
  if (margin) {
5307
5242
  var style = getComputedStyle(el);
5308
5243
  height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
5309
5244
  }
5310
-
5311
5245
  return height;
5312
5246
  } else {
5313
5247
  return 0;
@@ -5317,11 +5251,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5317
5251
  key: "getViewport",
5318
5252
  value: function getViewport() {
5319
5253
  var win = window,
5320
- d = document,
5321
- e = d.documentElement,
5322
- g = d.getElementsByTagName('body')[0],
5323
- w = win.innerWidth || e.clientWidth || g.clientWidth,
5324
- h = win.innerHeight || e.clientHeight || g.clientHeight;
5254
+ d = document,
5255
+ e = d.documentElement,
5256
+ g = d.getElementsByTagName('body')[0],
5257
+ w = win.innerWidth || e.clientWidth || g.clientWidth,
5258
+ h = win.innerHeight || e.clientHeight || g.clientHeight;
5325
5259
  return {
5326
5260
  width: w,
5327
5261
  height: h
@@ -5352,12 +5286,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5352
5286
  value: function index(element) {
5353
5287
  var children = element.parentNode.childNodes;
5354
5288
  var num = 0;
5355
-
5356
5289
  for (var i = 0; i < children.length; i++) {
5357
5290
  if (children[i] === element) return num;
5358
5291
  if (children[i].nodeType === 1) num++;
5359
5292
  }
5360
-
5361
5293
  return -1;
5362
5294
  }
5363
5295
  }, {
@@ -5365,13 +5297,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5365
5297
  value: function addMultipleClasses(element, className) {
5366
5298
  if (element.classList) {
5367
5299
  var styles = className.split(' ');
5368
-
5369
5300
  for (var i = 0; i < styles.length; i++) {
5370
5301
  element.classList.add(styles[i]);
5371
5302
  }
5372
5303
  } else {
5373
5304
  var _styles = className.split(' ');
5374
-
5375
5305
  for (var _i = 0; _i < _styles.length; _i++) {
5376
5306
  element.className += ' ' + _styles[_i];
5377
5307
  }
@@ -5393,7 +5323,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5393
5323
  if (element) {
5394
5324
  if (element.classList) return element.classList.contains(className);else return new RegExp('(^| )' + className + '( |$)', 'gi').test(element.className);
5395
5325
  }
5396
-
5397
5326
  return false;
5398
5327
  }
5399
5328
  }, {
@@ -5438,11 +5367,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5438
5367
  var windowScrollLeft = this.getWindowScrollLeft();
5439
5368
  var viewport = this.getViewport();
5440
5369
  var top, left;
5441
-
5442
5370
  if (targetOffset.top + targetOuterHeight + elementOuterHeight > viewport.height) {
5443
5371
  top = targetOffset.top + windowScrollTop - elementOuterHeight;
5444
5372
  element.style.transformOrigin = 'bottom';
5445
-
5446
5373
  if (top < 0) {
5447
5374
  top = windowScrollTop;
5448
5375
  }
@@ -5450,7 +5377,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5450
5377
  top = targetOuterHeight + targetOffset.top + windowScrollTop;
5451
5378
  element.style.transformOrigin = 'top';
5452
5379
  }
5453
-
5454
5380
  if (targetOffset.left + elementOuterWidth > viewport.width) left = Math.max(0, targetOffset.left + windowScrollLeft + targetOuterWidth - elementOuterWidth);else left = targetOffset.left + windowScrollLeft;
5455
5381
  element.style.top = top + 'px';
5456
5382
  element.style.left = left + 'px';
@@ -5466,11 +5392,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5466
5392
  var targetOffset = target.getBoundingClientRect();
5467
5393
  var viewport = this.getViewport();
5468
5394
  var top, left;
5469
-
5470
5395
  if (targetOffset.top + targetHeight + elementDimensions.height > viewport.height) {
5471
5396
  top = -1 * elementDimensions.height;
5472
5397
  element.style.transformOrigin = 'bottom';
5473
-
5474
5398
  if (targetOffset.top + top < 0) {
5475
5399
  top = -1 * targetOffset.top;
5476
5400
  }
@@ -5478,7 +5402,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5478
5402
  top = targetHeight;
5479
5403
  element.style.transformOrigin = 'top';
5480
5404
  }
5481
-
5482
5405
  if (elementDimensions.width > viewport.width) {
5483
5406
  // element wider then viewport and cannot fit on screen (align at left side of viewport)
5484
5407
  left = targetOffset.left * -1;
@@ -5489,7 +5412,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5489
5412
  // element fits on screen (align with target)
5490
5413
  left = 0;
5491
5414
  }
5492
-
5493
5415
  element.style.top = top + 'px';
5494
5416
  element.style.left = left + 'px';
5495
5417
  }
@@ -5503,35 +5425,27 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5503
5425
  key: "getScrollableParents",
5504
5426
  value: function getScrollableParents(element) {
5505
5427
  var scrollableParents = [];
5506
-
5507
5428
  if (element) {
5508
5429
  var parents = this.getParents(element);
5509
5430
  var overflowRegex = /(auto|scroll)/;
5510
-
5511
5431
  var overflowCheck = function overflowCheck(node) {
5512
5432
  var styleDeclaration = window['getComputedStyle'](node, null);
5513
5433
  return overflowRegex.test(styleDeclaration.getPropertyValue('overflow')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowX')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowY'));
5514
5434
  };
5515
-
5516
5435
  var _iterator = DomHandler_createForOfIteratorHelper(parents),
5517
- _step;
5518
-
5436
+ _step;
5519
5437
  try {
5520
5438
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
5521
5439
  var parent = _step.value;
5522
5440
  var scrollSelectors = parent.nodeType === 1 && parent.dataset['scrollselectors'];
5523
-
5524
5441
  if (scrollSelectors) {
5525
5442
  var selectors = scrollSelectors.split(',');
5526
-
5527
5443
  var _iterator2 = DomHandler_createForOfIteratorHelper(selectors),
5528
- _step2;
5529
-
5444
+ _step2;
5530
5445
  try {
5531
5446
  for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
5532
5447
  var selector = _step2.value;
5533
5448
  var el = this.findSingle(parent, selector);
5534
-
5535
5449
  if (el && overflowCheck(el)) {
5536
5450
  scrollableParents.push(el);
5537
5451
  }
@@ -5549,7 +5463,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5549
5463
  _iterator.f();
5550
5464
  }
5551
5465
  }
5552
-
5553
5466
  return scrollableParents;
5554
5467
  }
5555
5468
  }, {
@@ -5590,34 +5503,29 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5590
5503
  element.style.opacity = 0;
5591
5504
  var last = +new Date();
5592
5505
  var opacity = 0;
5593
-
5594
5506
  var tick = function tick() {
5595
5507
  opacity = +element.style.opacity + (new Date().getTime() - last) / duration;
5596
5508
  element.style.opacity = opacity;
5597
5509
  last = +new Date();
5598
-
5599
5510
  if (+opacity < 1) {
5600
5511
  window.requestAnimationFrame && requestAnimationFrame(tick) || setTimeout(tick, 16);
5601
5512
  }
5602
5513
  };
5603
-
5604
5514
  tick();
5605
5515
  }
5606
5516
  }, {
5607
5517
  key: "fadeOut",
5608
5518
  value: function fadeOut(element, ms) {
5609
5519
  var opacity = 1,
5610
- interval = 50,
5611
- duration = ms,
5612
- gap = interval / duration;
5520
+ interval = 50,
5521
+ duration = ms,
5522
+ gap = interval / duration;
5613
5523
  var fading = setInterval(function () {
5614
5524
  opacity -= gap;
5615
-
5616
5525
  if (opacity <= 0) {
5617
5526
  opacity = 0;
5618
5527
  clearInterval(fading);
5619
5528
  }
5620
-
5621
5529
  element.style.opacity = opacity;
5622
5530
  }, interval);
5623
5531
  }
@@ -5644,7 +5552,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5644
5552
  var scroll = container.scrollTop;
5645
5553
  var elementHeight = container.clientHeight;
5646
5554
  var itemHeight = this.getOuterHeight(item);
5647
-
5648
5555
  if (offset < 0) {
5649
5556
  container.scrollTop = scroll + offset;
5650
5557
  } else if (offset + itemHeight > elementHeight) {
@@ -5663,7 +5570,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5663
5570
  } else if (document['selection'] && document['selection'].empty) {
5664
5571
  try {
5665
5572
  document['selection'].empty();
5666
- } catch (error) {//ignore IE bug
5573
+ } catch (error) {
5574
+ //ignore IE bug
5667
5575
  }
5668
5576
  }
5669
5577
  }
@@ -5685,19 +5593,16 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5685
5593
  if (!this.browser) {
5686
5594
  var matched = this.resolveUserAgent();
5687
5595
  this.browser = {};
5688
-
5689
5596
  if (matched.browser) {
5690
5597
  this.browser[matched.browser] = true;
5691
5598
  this.browser['version'] = matched.version;
5692
5599
  }
5693
-
5694
5600
  if (this.browser['chrome']) {
5695
5601
  this.browser['webkit'] = true;
5696
5602
  } else if (this.browser['webkit']) {
5697
5603
  this.browser['safari'] = true;
5698
5604
  }
5699
5605
  }
5700
-
5701
5606
  return this.browser;
5702
5607
  }
5703
5608
  }, {
@@ -5725,10 +5630,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5725
5630
  value: function getFocusableElements(element) {
5726
5631
  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])");
5727
5632
  var visibleFocusableElements = [];
5728
-
5729
5633
  var _iterator3 = DomHandler_createForOfIteratorHelper(focusableElements),
5730
- _step3;
5731
-
5634
+ _step3;
5732
5635
  try {
5733
5636
  for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
5734
5637
  var focusableElement = _step3.value;
@@ -5739,7 +5642,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5739
5642
  } finally {
5740
5643
  _iterator3.f();
5741
5644
  }
5742
-
5743
5645
  return visibleFocusableElements;
5744
5646
  }
5745
5647
  }, {
@@ -5782,55 +5684,43 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5782
5684
  return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
5783
5685
  }
5784
5686
  }]);
5785
-
5786
5687
  return DomHandler;
5787
5688
  }();
5788
5689
 
5789
-
5790
5690
  // CONCATENATED MODULE: ./src/components/ripple/Ripple.js
5791
5691
 
5792
-
5793
5692
  function bindEvents(el) {
5794
5693
  el.addEventListener('mousedown', onMouseDown);
5795
5694
  }
5796
-
5797
5695
  function unbindEvents(el) {
5798
5696
  el.removeEventListener('mousedown', onMouseDown);
5799
5697
  }
5800
-
5801
5698
  function create(el) {
5802
5699
  var ink = document.createElement('span');
5803
5700
  ink.className = 'p-ink';
5804
5701
  el.appendChild(ink);
5805
5702
  ink.addEventListener('animationend', onAnimationEnd);
5806
5703
  }
5807
-
5808
5704
  function remove(el) {
5809
5705
  var ink = getInk(el);
5810
-
5811
5706
  if (ink) {
5812
5707
  unbindEvents(el);
5813
5708
  ink.removeEventListener('animationend', onAnimationEnd);
5814
5709
  ink.remove();
5815
5710
  }
5816
5711
  }
5817
-
5818
5712
  function onMouseDown(event) {
5819
5713
  var target = event.currentTarget;
5820
5714
  var ink = getInk(target);
5821
-
5822
5715
  if (!ink || getComputedStyle(ink, null).display === 'none') {
5823
5716
  return;
5824
5717
  }
5825
-
5826
5718
  DomHandler_DomHandler.removeClass(ink, 'p-ink-active');
5827
-
5828
5719
  if (!DomHandler_DomHandler.getHeight(ink) && !DomHandler_DomHandler.getWidth(ink)) {
5829
5720
  var d = Math.max(DomHandler_DomHandler.getOuterWidth(target), DomHandler_DomHandler.getOuterHeight(target));
5830
5721
  ink.style.height = d + 'px';
5831
5722
  ink.style.width = d + 'px';
5832
5723
  }
5833
-
5834
5724
  var offset = DomHandler_DomHandler.getOffset(target);
5835
5725
  var x = event.pageX - offset.left + document.body.scrollTop - DomHandler_DomHandler.getWidth(ink) / 2;
5836
5726
  var y = event.pageY - offset.top + document.body.scrollLeft - DomHandler_DomHandler.getHeight(ink) / 2;
@@ -5838,21 +5728,17 @@ function onMouseDown(event) {
5838
5728
  ink.style.left = x + 'px';
5839
5729
  DomHandler_DomHandler.addClass(ink, 'p-ink-active');
5840
5730
  }
5841
-
5842
5731
  function onAnimationEnd(event) {
5843
5732
  DomHandler_DomHandler.removeClass(event.currentTarget, 'p-ink-active');
5844
5733
  }
5845
-
5846
5734
  function getInk(el) {
5847
5735
  for (var i = 0; i < el.children.length; i++) {
5848
5736
  if (typeof el.children[i].className === 'string' && el.children[i].className.indexOf('p-ink') !== -1) {
5849
5737
  return el.children[i];
5850
5738
  }
5851
5739
  }
5852
-
5853
5740
  return null;
5854
5741
  }
5855
-
5856
5742
  var Ripple = {
5857
5743
  inserted: function inserted(el, binding, vnode) {
5858
5744
  if (vnode.context.$primevue && vnode.context.$primevue.config.ripple) {
@@ -5873,13 +5759,9 @@ var Ripple = {
5873
5759
 
5874
5760
 
5875
5761
 
5876
-
5877
5762
  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; } } }; }
5878
-
5879
5763
  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); }
5880
-
5881
- 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; }
5882
-
5764
+ 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; }
5883
5765
 
5884
5766
 
5885
5767
 
@@ -5926,7 +5808,6 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
5926
5808
  if (this.disabled || this.isOptionDisabled(option)) {
5927
5809
  return;
5928
5810
  }
5929
-
5930
5811
  if (this.multiple) this.onOptionSelectMultiple(event, option);else this.onOptionSelectSingle(event, option);
5931
5812
  this.optionTouched = false;
5932
5813
  },
@@ -5934,7 +5815,6 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
5934
5815
  if (this.disabled) {
5935
5816
  return;
5936
5817
  }
5937
-
5938
5818
  this.optionTouched = true;
5939
5819
  },
5940
5820
  onOptionSelectSingle: function onOptionSelectSingle(event, option) {
@@ -5942,10 +5822,8 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
5942
5822
  var valueChanged = false;
5943
5823
  var value = null;
5944
5824
  var metaSelection = this.optionTouched ? false : this.metaKeySelection;
5945
-
5946
5825
  if (metaSelection) {
5947
5826
  var metaKey = event.metaKey || event.ctrlKey;
5948
-
5949
5827
  if (selected) {
5950
5828
  if (metaKey) {
5951
5829
  value = null;
@@ -5959,7 +5837,6 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
5959
5837
  value = selected ? null : this.getOptionValue(option);
5960
5838
  valueChanged = true;
5961
5839
  }
5962
-
5963
5840
  if (valueChanged) {
5964
5841
  this.updateModel(event, value);
5965
5842
  }
@@ -5969,10 +5846,8 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
5969
5846
  var valueChanged = false;
5970
5847
  var value = null;
5971
5848
  var metaSelection = this.optionTouched ? false : this.metaKeySelection;
5972
-
5973
5849
  if (metaSelection) {
5974
5850
  var metaKey = event.metaKey || event.ctrlKey;
5975
-
5976
5851
  if (selected) {
5977
5852
  if (metaKey) value = this.removeOption(option);else value = [this.getOptionValue(option)];
5978
5853
  valueChanged = true;
@@ -5985,7 +5860,6 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
5985
5860
  if (selected) value = this.removeOption(option);else value = [].concat(_toConsumableArray(this.value || []), [this.getOptionValue(option)]);
5986
5861
  valueChanged = true;
5987
5862
  }
5988
-
5989
5863
  if (valueChanged) {
5990
5864
  this.updateModel(event, value);
5991
5865
  }
@@ -5993,16 +5867,13 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
5993
5867
  isSelected: function isSelected(option) {
5994
5868
  var selected = false;
5995
5869
  var optionValue = this.getOptionValue(option);
5996
-
5997
5870
  if (this.multiple) {
5998
5871
  if (this.value) {
5999
5872
  var _iterator = Listboxvue_type_script_lang_js_createForOfIteratorHelper(this.value),
6000
- _step;
6001
-
5873
+ _step;
6002
5874
  try {
6003
5875
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
6004
5876
  var val = _step.value;
6005
-
6006
5877
  if (ObjectUtils_ObjectUtils.equals(val, optionValue, this.equalityKey)) {
6007
5878
  selected = true;
6008
5879
  break;
@@ -6017,12 +5888,10 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6017
5888
  } else {
6018
5889
  selected = ObjectUtils_ObjectUtils.equals(this.value, optionValue, this.equalityKey);
6019
5890
  }
6020
-
6021
5891
  return selected;
6022
5892
  },
6023
5893
  removeOption: function removeOption(option) {
6024
5894
  var _this = this;
6025
-
6026
5895
  return this.value.filter(function (val) {
6027
5896
  return !ObjectUtils_ObjectUtils.equals(val, _this.getOptionValue(option), _this.equalityKey);
6028
5897
  });
@@ -6036,31 +5905,26 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6036
5905
  },
6037
5906
  onOptionKeyDown: function onOptionKeyDown(event, option) {
6038
5907
  var item = event.currentTarget;
6039
-
6040
5908
  switch (event.which) {
6041
5909
  //down
6042
5910
  case 40:
6043
5911
  var nextItem = this.findNextItem(item);
6044
-
6045
5912
  if (nextItem) {
6046
5913
  nextItem.focus();
6047
5914
  }
6048
-
6049
5915
  event.preventDefault();
6050
5916
  break;
6051
- //up
6052
5917
 
5918
+ //up
6053
5919
  case 38:
6054
5920
  var prevItem = this.findPrevItem(item);
6055
-
6056
5921
  if (prevItem) {
6057
5922
  prevItem.focus();
6058
5923
  }
6059
-
6060
5924
  event.preventDefault();
6061
5925
  break;
6062
- //enter
6063
5926
 
5927
+ //enter
6064
5928
  case 13:
6065
5929
  this.onOptionSelect(event, option);
6066
5930
  event.preventDefault();
@@ -6085,7 +5949,6 @@ function Listboxvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6085
5949
  computed: {
6086
5950
  visibleOptions: function visibleOptions() {
6087
5951
  var _this2 = this;
6088
-
6089
5952
  if (this.filterValue) return this.options.filter(function (option) {
6090
5953
  return _this2.getOptionLabel(option).toLocaleLowerCase(_this2.filterLocale).indexOf(_this2.filterValue.toLocaleLowerCase(_this2.filterLocale)) > -1;
6091
5954
  });else return this.options;