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":
@@ -2513,13 +2521,6 @@ module.exports = function (exec, skipClosing) {
2513
2521
  };
2514
2522
 
2515
2523
 
2516
- /***/ }),
2517
-
2518
- /***/ "5d58":
2519
- /***/ (function(module, exports, __webpack_require__) {
2520
-
2521
- module.exports = __webpack_require__("d8d6");
2522
-
2523
2524
  /***/ }),
2524
2525
 
2525
2526
  /***/ "5dbc":
@@ -2789,13 +2790,6 @@ var meta = module.exports = {
2789
2790
  };
2790
2791
 
2791
2792
 
2792
- /***/ }),
2793
-
2794
- /***/ "67bb":
2795
- /***/ (function(module, exports, __webpack_require__) {
2796
-
2797
- module.exports = __webpack_require__("f921");
2798
-
2799
2793
  /***/ }),
2800
2794
 
2801
2795
  /***/ "6821":
@@ -2999,13 +2993,6 @@ var global = module.exports = typeof window != 'undefined' && window.Math == Mat
2999
2993
  if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
3000
2994
 
3001
2995
 
3002
- /***/ }),
3003
-
3004
- /***/ "774e":
3005
- /***/ (function(module, exports, __webpack_require__) {
3006
-
3007
- module.exports = __webpack_require__("d2d5");
3008
-
3009
2996
  /***/ }),
3010
2997
 
3011
2998
  /***/ "77f1":
@@ -3211,13 +3198,6 @@ module.exports = function () { /* empty */ };
3211
3198
  module.exports = {};
3212
3199
 
3213
3200
 
3214
- /***/ }),
3215
-
3216
- /***/ "85f2":
3217
- /***/ (function(module, exports, __webpack_require__) {
3218
-
3219
- module.exports = __webpack_require__("454f");
3220
-
3221
3201
  /***/ }),
3222
3202
 
3223
3203
  /***/ "86cc":
@@ -3840,13 +3820,6 @@ __webpack_require__("214f")('replace', 2, function (defined, REPLACE, $replace,
3840
3820
  });
3841
3821
 
3842
3822
 
3843
- /***/ }),
3844
-
3845
- /***/ "a745":
3846
- /***/ (function(module, exports, __webpack_require__) {
3847
-
3848
- module.exports = __webpack_require__("f410");
3849
-
3850
3823
  /***/ }),
3851
3824
 
3852
3825
  /***/ "aae3":
@@ -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/orderlist/OrderList.vue?vue&type=template&id=d4d9fe48&
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/orderlist/OrderList.vue?vue&type=template&id=d4d9fe48&
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
  class: _vm.containerClass
4726
4698
  }, [_c('div', {
@@ -4801,7 +4773,6 @@ var render = function render() {
4801
4773
  })], 2)];
4802
4774
  })], 2)], 1)]);
4803
4775
  };
4804
-
4805
4776
  var staticRenderFns = [];
4806
4777
 
4807
4778
  // CONCATENATED MODULE: ./src/components/orderlist/OrderList.vue?vue&type=template&id=d4d9fe48&
@@ -4809,18 +4780,14 @@ var staticRenderFns = [];
4809
4780
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.find.js
4810
4781
  var es6_array_find = __webpack_require__("7514");
4811
4782
 
4812
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/array/is-array.js
4813
- var is_array = __webpack_require__("a745");
4783
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/array/is-array.js
4784
+ var is_array = __webpack_require__("f410");
4814
4785
  var is_array_default = /*#__PURE__*/__webpack_require__.n(is_array);
4815
4786
 
4816
4787
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/arrayLikeToArray.js
4817
4788
  function _arrayLikeToArray(arr, len) {
4818
4789
  if (len == null || len > arr.length) len = arr.length;
4819
-
4820
- for (var i = 0, arr2 = new Array(len); i < len; i++) {
4821
- arr2[i] = arr[i];
4822
- }
4823
-
4790
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
4824
4791
  return arr2;
4825
4792
  }
4826
4793
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/arrayWithoutHoles.js
@@ -4829,16 +4796,16 @@ function _arrayLikeToArray(arr, len) {
4829
4796
  function _arrayWithoutHoles(arr) {
4830
4797
  if (is_array_default()(arr)) return _arrayLikeToArray(arr);
4831
4798
  }
4832
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol.js
4833
- var symbol = __webpack_require__("67bb");
4799
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/index.js
4800
+ var symbol = __webpack_require__("f921");
4834
4801
  var symbol_default = /*#__PURE__*/__webpack_require__.n(symbol);
4835
4802
 
4836
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js
4837
- var iterator = __webpack_require__("5d58");
4803
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/iterator.js
4804
+ var iterator = __webpack_require__("d8d6");
4838
4805
  var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
4839
4806
 
4840
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/array/from.js
4841
- var from = __webpack_require__("774e");
4807
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/array/from.js
4808
+ var from = __webpack_require__("d2d5");
4842
4809
  var from_default = /*#__PURE__*/__webpack_require__.n(from);
4843
4810
 
4844
4811
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/iterableToArray.js
@@ -4871,11 +4838,10 @@ function _nonIterableSpread() {
4871
4838
  function _toConsumableArray(arr) {
4872
4839
  return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
4873
4840
  }
4874
- // 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/button/Button.vue?vue&type=template&id=44f787be&
4841
+ // 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/button/Button.vue?vue&type=template&id=44f787be&
4875
4842
  var Buttonvue_type_template_id_44f787be_render = function render() {
4876
4843
  var _vm = this,
4877
- _c = _vm._self._c;
4878
-
4844
+ _c = _vm._self._c;
4879
4845
  return _c('button', _vm._g({
4880
4846
  directives: [{
4881
4847
  name: "ripple",
@@ -4898,7 +4864,6 @@ var Buttonvue_type_template_id_44f787be_render = function render() {
4898
4864
  }, [_vm._v(_vm._s(_vm.badge))]) : _vm._e()];
4899
4865
  })], 2);
4900
4866
  };
4901
-
4902
4867
  var Buttonvue_type_template_id_44f787be_staticRenderFns = [];
4903
4868
 
4904
4869
  // CONCATENATED MODULE: ./src/components/button/Button.vue?vue&type=template&id=44f787be&
@@ -4936,10 +4901,46 @@ function _classCallCheck(instance, Constructor) {
4936
4901
  throw new TypeError("Cannot call a class as a function");
4937
4902
  }
4938
4903
  }
4939
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/object/define-property.js
4940
- var define_property = __webpack_require__("85f2");
4904
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/object/define-property.js
4905
+ var define_property = __webpack_require__("454f");
4941
4906
  var define_property_default = /*#__PURE__*/__webpack_require__.n(define_property);
4942
4907
 
4908
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
4909
+
4910
+
4911
+ function _typeof(obj) {
4912
+ "@babel/helpers - typeof";
4913
+
4914
+ return _typeof = "function" == typeof symbol_default.a && "symbol" == typeof iterator_default.a ? function (obj) {
4915
+ return typeof obj;
4916
+ } : function (obj) {
4917
+ return obj && "function" == typeof symbol_default.a && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
4918
+ }, _typeof(obj);
4919
+ }
4920
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/to-primitive.js
4921
+ var to_primitive = __webpack_require__("366e");
4922
+ var to_primitive_default = /*#__PURE__*/__webpack_require__.n(to_primitive);
4923
+
4924
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/toPrimitive.js
4925
+
4926
+
4927
+ function _toPrimitive(input, hint) {
4928
+ if (_typeof(input) !== "object" || input === null) return input;
4929
+ var prim = input[to_primitive_default.a];
4930
+ if (prim !== undefined) {
4931
+ var res = prim.call(input, hint || "default");
4932
+ if (_typeof(res) !== "object") return res;
4933
+ throw new TypeError("@@toPrimitive must return a primitive value.");
4934
+ }
4935
+ return (hint === "string" ? String : Number)(input);
4936
+ }
4937
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/toPropertyKey.js
4938
+
4939
+
4940
+ function _toPropertyKey(arg) {
4941
+ var key = _toPrimitive(arg, "string");
4942
+ return _typeof(key) === "symbol" ? key : String(key);
4943
+ }
4943
4944
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/createClass.js
4944
4945
 
4945
4946
 
@@ -4949,19 +4950,15 @@ function _defineProperties(target, props) {
4949
4950
  descriptor.enumerable = descriptor.enumerable || false;
4950
4951
  descriptor.configurable = true;
4951
4952
  if ("value" in descriptor) descriptor.writable = true;
4952
-
4953
- define_property_default()(target, descriptor.key, descriptor);
4953
+ define_property_default()(target, _toPropertyKey(descriptor.key), descriptor);
4954
4954
  }
4955
4955
  }
4956
-
4957
4956
  function _createClass(Constructor, protoProps, staticProps) {
4958
4957
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
4959
4958
  if (staticProps) _defineProperties(Constructor, staticProps);
4960
-
4961
4959
  define_property_default()(Constructor, "prototype", {
4962
4960
  writable: false
4963
4961
  });
4964
-
4965
4962
  return Constructor;
4966
4963
  }
4967
4964
  // CONCATENATED MODULE: ./src/components/utils/DomHandler.js
@@ -4977,18 +4974,13 @@ function _createClass(Constructor, protoProps, staticProps) {
4977
4974
 
4978
4975
 
4979
4976
 
4980
-
4981
4977
  function _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; } } }; }
4982
-
4983
4978
  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); }
4984
-
4985
- 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; }
4986
-
4979
+ 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; }
4987
4980
  var DomHandler_DomHandler = /*#__PURE__*/function () {
4988
4981
  function DomHandler() {
4989
4982
  _classCallCheck(this, DomHandler);
4990
4983
  }
4991
-
4992
4984
  _createClass(DomHandler, null, [{
4993
4985
  key: "innerWidth",
4994
4986
  value: function innerWidth(el) {
@@ -5022,12 +5014,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5022
5014
  value: function getOuterWidth(el, margin) {
5023
5015
  if (el) {
5024
5016
  var width = el.offsetWidth;
5025
-
5026
5017
  if (margin) {
5027
5018
  var style = getComputedStyle(el);
5028
5019
  width += parseFloat(style.marginLeft) + parseFloat(style.marginRight);
5029
5020
  }
5030
-
5031
5021
  return width;
5032
5022
  } else {
5033
5023
  return 0;
@@ -5038,12 +5028,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5038
5028
  value: function getOuterHeight(el, margin) {
5039
5029
  if (el) {
5040
5030
  var height = el.offsetHeight;
5041
-
5042
5031
  if (margin) {
5043
5032
  var style = getComputedStyle(el);
5044
5033
  height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
5045
5034
  }
5046
-
5047
5035
  return height;
5048
5036
  } else {
5049
5037
  return 0;
@@ -5054,12 +5042,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5054
5042
  value: function getClientHeight(el, margin) {
5055
5043
  if (el) {
5056
5044
  var height = el.clientHeight;
5057
-
5058
5045
  if (margin) {
5059
5046
  var style = getComputedStyle(el);
5060
5047
  height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
5061
5048
  }
5062
-
5063
5049
  return height;
5064
5050
  } else {
5065
5051
  return 0;
@@ -5069,11 +5055,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5069
5055
  key: "getViewport",
5070
5056
  value: function getViewport() {
5071
5057
  var win = window,
5072
- d = document,
5073
- e = d.documentElement,
5074
- g = d.getElementsByTagName('body')[0],
5075
- w = win.innerWidth || e.clientWidth || g.clientWidth,
5076
- h = win.innerHeight || e.clientHeight || g.clientHeight;
5058
+ d = document,
5059
+ e = d.documentElement,
5060
+ g = d.getElementsByTagName('body')[0],
5061
+ w = win.innerWidth || e.clientWidth || g.clientWidth,
5062
+ h = win.innerHeight || e.clientHeight || g.clientHeight;
5077
5063
  return {
5078
5064
  width: w,
5079
5065
  height: h
@@ -5104,12 +5090,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5104
5090
  value: function index(element) {
5105
5091
  var children = element.parentNode.childNodes;
5106
5092
  var num = 0;
5107
-
5108
5093
  for (var i = 0; i < children.length; i++) {
5109
5094
  if (children[i] === element) return num;
5110
5095
  if (children[i].nodeType === 1) num++;
5111
5096
  }
5112
-
5113
5097
  return -1;
5114
5098
  }
5115
5099
  }, {
@@ -5117,13 +5101,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5117
5101
  value: function addMultipleClasses(element, className) {
5118
5102
  if (element.classList) {
5119
5103
  var styles = className.split(' ');
5120
-
5121
5104
  for (var i = 0; i < styles.length; i++) {
5122
5105
  element.classList.add(styles[i]);
5123
5106
  }
5124
5107
  } else {
5125
5108
  var _styles = className.split(' ');
5126
-
5127
5109
  for (var _i = 0; _i < _styles.length; _i++) {
5128
5110
  element.className += ' ' + _styles[_i];
5129
5111
  }
@@ -5145,7 +5127,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5145
5127
  if (element) {
5146
5128
  if (element.classList) return element.classList.contains(className);else return new RegExp('(^| )' + className + '( |$)', 'gi').test(element.className);
5147
5129
  }
5148
-
5149
5130
  return false;
5150
5131
  }
5151
5132
  }, {
@@ -5190,11 +5171,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5190
5171
  var windowScrollLeft = this.getWindowScrollLeft();
5191
5172
  var viewport = this.getViewport();
5192
5173
  var top, left;
5193
-
5194
5174
  if (targetOffset.top + targetOuterHeight + elementOuterHeight > viewport.height) {
5195
5175
  top = targetOffset.top + windowScrollTop - elementOuterHeight;
5196
5176
  element.style.transformOrigin = 'bottom';
5197
-
5198
5177
  if (top < 0) {
5199
5178
  top = windowScrollTop;
5200
5179
  }
@@ -5202,7 +5181,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5202
5181
  top = targetOuterHeight + targetOffset.top + windowScrollTop;
5203
5182
  element.style.transformOrigin = 'top';
5204
5183
  }
5205
-
5206
5184
  if (targetOffset.left + elementOuterWidth > viewport.width) left = Math.max(0, targetOffset.left + windowScrollLeft + targetOuterWidth - elementOuterWidth);else left = targetOffset.left + windowScrollLeft;
5207
5185
  element.style.top = top + 'px';
5208
5186
  element.style.left = left + 'px';
@@ -5218,11 +5196,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5218
5196
  var targetOffset = target.getBoundingClientRect();
5219
5197
  var viewport = this.getViewport();
5220
5198
  var top, left;
5221
-
5222
5199
  if (targetOffset.top + targetHeight + elementDimensions.height > viewport.height) {
5223
5200
  top = -1 * elementDimensions.height;
5224
5201
  element.style.transformOrigin = 'bottom';
5225
-
5226
5202
  if (targetOffset.top + top < 0) {
5227
5203
  top = -1 * targetOffset.top;
5228
5204
  }
@@ -5230,7 +5206,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5230
5206
  top = targetHeight;
5231
5207
  element.style.transformOrigin = 'top';
5232
5208
  }
5233
-
5234
5209
  if (elementDimensions.width > viewport.width) {
5235
5210
  // element wider then viewport and cannot fit on screen (align at left side of viewport)
5236
5211
  left = targetOffset.left * -1;
@@ -5241,7 +5216,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5241
5216
  // element fits on screen (align with target)
5242
5217
  left = 0;
5243
5218
  }
5244
-
5245
5219
  element.style.top = top + 'px';
5246
5220
  element.style.left = left + 'px';
5247
5221
  }
@@ -5255,35 +5229,27 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5255
5229
  key: "getScrollableParents",
5256
5230
  value: function getScrollableParents(element) {
5257
5231
  var scrollableParents = [];
5258
-
5259
5232
  if (element) {
5260
5233
  var parents = this.getParents(element);
5261
5234
  var overflowRegex = /(auto|scroll)/;
5262
-
5263
5235
  var overflowCheck = function overflowCheck(node) {
5264
5236
  var styleDeclaration = window['getComputedStyle'](node, null);
5265
5237
  return overflowRegex.test(styleDeclaration.getPropertyValue('overflow')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowX')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowY'));
5266
5238
  };
5267
-
5268
5239
  var _iterator = _createForOfIteratorHelper(parents),
5269
- _step;
5270
-
5240
+ _step;
5271
5241
  try {
5272
5242
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
5273
5243
  var parent = _step.value;
5274
5244
  var scrollSelectors = parent.nodeType === 1 && parent.dataset['scrollselectors'];
5275
-
5276
5245
  if (scrollSelectors) {
5277
5246
  var selectors = scrollSelectors.split(',');
5278
-
5279
5247
  var _iterator2 = _createForOfIteratorHelper(selectors),
5280
- _step2;
5281
-
5248
+ _step2;
5282
5249
  try {
5283
5250
  for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
5284
5251
  var selector = _step2.value;
5285
5252
  var el = this.findSingle(parent, selector);
5286
-
5287
5253
  if (el && overflowCheck(el)) {
5288
5254
  scrollableParents.push(el);
5289
5255
  }
@@ -5301,7 +5267,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5301
5267
  _iterator.f();
5302
5268
  }
5303
5269
  }
5304
-
5305
5270
  return scrollableParents;
5306
5271
  }
5307
5272
  }, {
@@ -5342,34 +5307,29 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5342
5307
  element.style.opacity = 0;
5343
5308
  var last = +new Date();
5344
5309
  var opacity = 0;
5345
-
5346
5310
  var tick = function tick() {
5347
5311
  opacity = +element.style.opacity + (new Date().getTime() - last) / duration;
5348
5312
  element.style.opacity = opacity;
5349
5313
  last = +new Date();
5350
-
5351
5314
  if (+opacity < 1) {
5352
5315
  window.requestAnimationFrame && requestAnimationFrame(tick) || setTimeout(tick, 16);
5353
5316
  }
5354
5317
  };
5355
-
5356
5318
  tick();
5357
5319
  }
5358
5320
  }, {
5359
5321
  key: "fadeOut",
5360
5322
  value: function fadeOut(element, ms) {
5361
5323
  var opacity = 1,
5362
- interval = 50,
5363
- duration = ms,
5364
- gap = interval / duration;
5324
+ interval = 50,
5325
+ duration = ms,
5326
+ gap = interval / duration;
5365
5327
  var fading = setInterval(function () {
5366
5328
  opacity -= gap;
5367
-
5368
5329
  if (opacity <= 0) {
5369
5330
  opacity = 0;
5370
5331
  clearInterval(fading);
5371
5332
  }
5372
-
5373
5333
  element.style.opacity = opacity;
5374
5334
  }, interval);
5375
5335
  }
@@ -5396,7 +5356,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5396
5356
  var scroll = container.scrollTop;
5397
5357
  var elementHeight = container.clientHeight;
5398
5358
  var itemHeight = this.getOuterHeight(item);
5399
-
5400
5359
  if (offset < 0) {
5401
5360
  container.scrollTop = scroll + offset;
5402
5361
  } else if (offset + itemHeight > elementHeight) {
@@ -5415,7 +5374,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5415
5374
  } else if (document['selection'] && document['selection'].empty) {
5416
5375
  try {
5417
5376
  document['selection'].empty();
5418
- } catch (error) {//ignore IE bug
5377
+ } catch (error) {
5378
+ //ignore IE bug
5419
5379
  }
5420
5380
  }
5421
5381
  }
@@ -5437,19 +5397,16 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5437
5397
  if (!this.browser) {
5438
5398
  var matched = this.resolveUserAgent();
5439
5399
  this.browser = {};
5440
-
5441
5400
  if (matched.browser) {
5442
5401
  this.browser[matched.browser] = true;
5443
5402
  this.browser['version'] = matched.version;
5444
5403
  }
5445
-
5446
5404
  if (this.browser['chrome']) {
5447
5405
  this.browser['webkit'] = true;
5448
5406
  } else if (this.browser['webkit']) {
5449
5407
  this.browser['safari'] = true;
5450
5408
  }
5451
5409
  }
5452
-
5453
5410
  return this.browser;
5454
5411
  }
5455
5412
  }, {
@@ -5477,10 +5434,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5477
5434
  value: function getFocusableElements(element) {
5478
5435
  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])");
5479
5436
  var visibleFocusableElements = [];
5480
-
5481
5437
  var _iterator3 = _createForOfIteratorHelper(focusableElements),
5482
- _step3;
5483
-
5438
+ _step3;
5484
5439
  try {
5485
5440
  for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
5486
5441
  var focusableElement = _step3.value;
@@ -5491,7 +5446,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5491
5446
  } finally {
5492
5447
  _iterator3.f();
5493
5448
  }
5494
-
5495
5449
  return visibleFocusableElements;
5496
5450
  }
5497
5451
  }, {
@@ -5534,55 +5488,43 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5534
5488
  return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
5535
5489
  }
5536
5490
  }]);
5537
-
5538
5491
  return DomHandler;
5539
5492
  }();
5540
5493
 
5541
-
5542
5494
  // CONCATENATED MODULE: ./src/components/ripple/Ripple.js
5543
5495
 
5544
-
5545
5496
  function bindEvents(el) {
5546
5497
  el.addEventListener('mousedown', onMouseDown);
5547
5498
  }
5548
-
5549
5499
  function unbindEvents(el) {
5550
5500
  el.removeEventListener('mousedown', onMouseDown);
5551
5501
  }
5552
-
5553
5502
  function create(el) {
5554
5503
  var ink = document.createElement('span');
5555
5504
  ink.className = 'p-ink';
5556
5505
  el.appendChild(ink);
5557
5506
  ink.addEventListener('animationend', onAnimationEnd);
5558
5507
  }
5559
-
5560
5508
  function remove(el) {
5561
5509
  var ink = getInk(el);
5562
-
5563
5510
  if (ink) {
5564
5511
  unbindEvents(el);
5565
5512
  ink.removeEventListener('animationend', onAnimationEnd);
5566
5513
  ink.remove();
5567
5514
  }
5568
5515
  }
5569
-
5570
5516
  function onMouseDown(event) {
5571
5517
  var target = event.currentTarget;
5572
5518
  var ink = getInk(target);
5573
-
5574
5519
  if (!ink || getComputedStyle(ink, null).display === 'none') {
5575
5520
  return;
5576
5521
  }
5577
-
5578
5522
  DomHandler_DomHandler.removeClass(ink, 'p-ink-active');
5579
-
5580
5523
  if (!DomHandler_DomHandler.getHeight(ink) && !DomHandler_DomHandler.getWidth(ink)) {
5581
5524
  var d = Math.max(DomHandler_DomHandler.getOuterWidth(target), DomHandler_DomHandler.getOuterHeight(target));
5582
5525
  ink.style.height = d + 'px';
5583
5526
  ink.style.width = d + 'px';
5584
5527
  }
5585
-
5586
5528
  var offset = DomHandler_DomHandler.getOffset(target);
5587
5529
  var x = event.pageX - offset.left + document.body.scrollTop - DomHandler_DomHandler.getWidth(ink) / 2;
5588
5530
  var y = event.pageY - offset.top + document.body.scrollLeft - DomHandler_DomHandler.getHeight(ink) / 2;
@@ -5590,21 +5532,17 @@ function onMouseDown(event) {
5590
5532
  ink.style.left = x + 'px';
5591
5533
  DomHandler_DomHandler.addClass(ink, 'p-ink-active');
5592
5534
  }
5593
-
5594
5535
  function onAnimationEnd(event) {
5595
5536
  DomHandler_DomHandler.removeClass(event.currentTarget, 'p-ink-active');
5596
5537
  }
5597
-
5598
5538
  function getInk(el) {
5599
5539
  for (var i = 0; i < el.children.length; i++) {
5600
5540
  if (typeof el.children[i].className === 'string' && el.children[i].className.indexOf('p-ink') !== -1) {
5601
5541
  return el.children[i];
5602
5542
  }
5603
5543
  }
5604
-
5605
5544
  return null;
5606
5545
  }
5607
-
5608
5546
  var Ripple = {
5609
5547
  inserted: function inserted(el, binding, vnode) {
5610
5548
  if (vnode.context.$primevue && vnode.context.$primevue.config.ripple) {
@@ -5806,18 +5744,6 @@ var es6_array_iterator = __webpack_require__("cadf");
5806
5744
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.object.keys.js
5807
5745
  var es6_object_keys = __webpack_require__("456d");
5808
5746
 
5809
- // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
5810
-
5811
-
5812
- function _typeof(obj) {
5813
- "@babel/helpers - typeof";
5814
-
5815
- return _typeof = "function" == typeof symbol_default.a && "symbol" == typeof iterator_default.a ? function (obj) {
5816
- return typeof obj;
5817
- } : function (obj) {
5818
- return obj && "function" == typeof symbol_default.a && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
5819
- }, _typeof(obj);
5820
- }
5821
5747
  // CONCATENATED MODULE: ./src/components/utils/ObjectUtils.js
5822
5748
 
5823
5749
 
@@ -5835,18 +5761,13 @@ function _typeof(obj) {
5835
5761
 
5836
5762
 
5837
5763
 
5838
-
5839
5764
  function ObjectUtils_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = ObjectUtils_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
5840
-
5841
5765
  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); }
5842
-
5843
- 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; }
5844
-
5766
+ 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; }
5845
5767
  var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5846
5768
  function ObjectUtils() {
5847
5769
  _classCallCheck(this, ObjectUtils);
5848
5770
  }
5849
-
5850
5771
  _createClass(ObjectUtils, null, [{
5851
5772
  key: "equals",
5852
5773
  value: function equals(obj1, obj2, field) {
@@ -5856,50 +5777,37 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5856
5777
  key: "deepEquals",
5857
5778
  value: function deepEquals(a, b) {
5858
5779
  if (a === b) return true;
5859
-
5860
5780
  if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
5861
5781
  var arrA = Array.isArray(a),
5862
- arrB = Array.isArray(b),
5863
- i,
5864
- length,
5865
- key;
5866
-
5782
+ arrB = Array.isArray(b),
5783
+ i,
5784
+ length,
5785
+ key;
5867
5786
  if (arrA && arrB) {
5868
5787
  length = a.length;
5869
5788
  if (length != b.length) return false;
5870
-
5871
- for (i = length; i-- !== 0;) {
5872
- if (!this.deepEquals(a[i], b[i])) return false;
5873
- }
5874
-
5789
+ for (i = length; i-- !== 0;) if (!this.deepEquals(a[i], b[i])) return false;
5875
5790
  return true;
5876
5791
  }
5877
-
5878
5792
  if (arrA != arrB) return false;
5879
5793
  var dateA = a instanceof Date,
5880
- dateB = b instanceof Date;
5794
+ dateB = b instanceof Date;
5881
5795
  if (dateA != dateB) return false;
5882
5796
  if (dateA && dateB) return a.getTime() == b.getTime();
5883
5797
  var regexpA = a instanceof RegExp,
5884
- regexpB = b instanceof RegExp;
5798
+ regexpB = b instanceof RegExp;
5885
5799
  if (regexpA != regexpB) return false;
5886
5800
  if (regexpA && regexpB) return a.toString() == b.toString();
5887
5801
  var keys = Object.keys(a);
5888
5802
  length = keys.length;
5889
5803
  if (length !== Object.keys(b).length) return false;
5890
-
5891
- for (i = length; i-- !== 0;) {
5892
- if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
5893
- }
5894
-
5804
+ for (i = length; i-- !== 0;) if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
5895
5805
  for (i = length; i-- !== 0;) {
5896
5806
  key = keys[i];
5897
5807
  if (!this.deepEquals(a[key], b[key])) return false;
5898
5808
  }
5899
-
5900
5809
  return true;
5901
5810
  }
5902
-
5903
5811
  return a !== a && b !== b;
5904
5812
  }
5905
5813
  }, {
@@ -5913,15 +5821,12 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5913
5821
  } else {
5914
5822
  var fields = field.split('.');
5915
5823
  var value = data;
5916
-
5917
5824
  for (var i = 0, len = fields.length; i < len; ++i) {
5918
5825
  if (value == null) {
5919
5826
  return null;
5920
5827
  }
5921
-
5922
5828
  value = value[fields[i]];
5923
5829
  }
5924
-
5925
5830
  return value;
5926
5831
  }
5927
5832
  } else {
@@ -5937,22 +5842,17 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5937
5842
  key: "filter",
5938
5843
  value: function filter(value, fields, filterValue) {
5939
5844
  var filteredItems = [];
5940
-
5941
5845
  if (value) {
5942
5846
  var _iterator = ObjectUtils_createForOfIteratorHelper(value),
5943
- _step;
5944
-
5847
+ _step;
5945
5848
  try {
5946
5849
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
5947
5850
  var item = _step.value;
5948
-
5949
5851
  var _iterator2 = ObjectUtils_createForOfIteratorHelper(fields),
5950
- _step2;
5951
-
5852
+ _step2;
5952
5853
  try {
5953
5854
  for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
5954
5855
  var field = _step2.value;
5955
-
5956
5856
  if (String(this.resolveFieldData(item, field)).toLowerCase().indexOf(filterValue.toLowerCase()) > -1) {
5957
5857
  filteredItems.push(item);
5958
5858
  break;
@@ -5970,23 +5870,19 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5970
5870
  _iterator.f();
5971
5871
  }
5972
5872
  }
5973
-
5974
5873
  return filteredItems;
5975
5874
  }
5976
5875
  }, {
5977
5876
  key: "reorderArray",
5978
5877
  value: function reorderArray(value, from, to) {
5979
5878
  var target;
5980
-
5981
5879
  if (value && from !== to) {
5982
5880
  if (to >= value.length) {
5983
5881
  target = to - value.length;
5984
-
5985
5882
  while (target-- + 1) {
5986
5883
  value.push(undefined);
5987
5884
  }
5988
5885
  }
5989
-
5990
5886
  value.splice(to, 0, value.splice(from, 1)[0]);
5991
5887
  }
5992
5888
  }
@@ -5994,7 +5890,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
5994
5890
  key: "findIndexInList",
5995
5891
  value: function findIndexInList(value, list) {
5996
5892
  var index = -1;
5997
-
5998
5893
  if (list) {
5999
5894
  for (var i = 0; i < list.length; i++) {
6000
5895
  if (list[i] === value) {
@@ -6003,7 +5898,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6003
5898
  }
6004
5899
  }
6005
5900
  }
6006
-
6007
5901
  return index;
6008
5902
  }
6009
5903
  }, {
@@ -6011,8 +5905,7 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6011
5905
  value: function contains(value, list) {
6012
5906
  if (value != null && list && list.length) {
6013
5907
  var _iterator3 = ObjectUtils_createForOfIteratorHelper(list),
6014
- _step3;
6015
-
5908
+ _step3;
6016
5909
  try {
6017
5910
  for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
6018
5911
  var val = _step3.value;
@@ -6024,7 +5917,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6024
5917
  _iterator3.f();
6025
5918
  }
6026
5919
  }
6027
-
6028
5920
  return false;
6029
5921
  }
6030
5922
  }, {
@@ -6032,17 +5924,14 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6032
5924
  value: function insertIntoOrderedArray(item, index, arr, sourceArr) {
6033
5925
  if (arr.length > 0) {
6034
5926
  var injected = false;
6035
-
6036
5927
  for (var i = 0; i < arr.length; i++) {
6037
5928
  var currentItemIndex = this.findIndexInList(arr[i], sourceArr);
6038
-
6039
5929
  if (currentItemIndex > index) {
6040
5930
  arr.splice(i, 0, item);
6041
5931
  injected = true;
6042
5932
  break;
6043
5933
  }
6044
5934
  }
6045
-
6046
5935
  if (!injected) {
6047
5936
  arr.push(item);
6048
5937
  }
@@ -6056,28 +5945,23 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6056
5945
  if (str && str.search(/[\xC0-\xFF]/g) > -1) {
6057
5946
  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");
6058
5947
  }
6059
-
6060
5948
  return str;
6061
5949
  }
6062
5950
  }, {
6063
5951
  key: "getVNodeProp",
6064
5952
  value: function getVNodeProp(vnode, prop) {
6065
5953
  var props = vnode._props;
6066
-
6067
5954
  if (props) {
6068
5955
  var kebapProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
6069
5956
  var propName = Object.prototype.hasOwnProperty.call(props, kebapProp) ? kebapProp : prop;
6070
5957
  return props[propName];
6071
5958
  }
6072
-
6073
5959
  return null;
6074
5960
  }
6075
5961
  }]);
6076
-
6077
5962
  return ObjectUtils;
6078
5963
  }();
6079
5964
 
6080
-
6081
5965
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/orderlist/OrderList.vue?vue&type=script&lang=js&
6082
5966
 
6083
5967
 
@@ -6135,11 +6019,9 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6135
6019
  moveUp: function moveUp() {
6136
6020
  if (this.d_selection) {
6137
6021
  var value = _toConsumableArray(this.value);
6138
-
6139
6022
  for (var i = 0; i < this.d_selection.length; i++) {
6140
6023
  var selectedItem = this.d_selection[i];
6141
6024
  var selectedItemIndex = ObjectUtils_ObjectUtils.findIndexInList(selectedItem, value);
6142
-
6143
6025
  if (selectedItemIndex !== 0) {
6144
6026
  var movedItem = value[selectedItemIndex];
6145
6027
  var temp = value[selectedItemIndex - 1];
@@ -6149,7 +6031,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6149
6031
  break;
6150
6032
  }
6151
6033
  }
6152
-
6153
6034
  this.reorderDirection = 'up';
6154
6035
  this.$emit('input', value);
6155
6036
  this.$emit('reorder', {
@@ -6162,11 +6043,9 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6162
6043
  moveTop: function moveTop() {
6163
6044
  if (this.d_selection) {
6164
6045
  var value = _toConsumableArray(this.value);
6165
-
6166
6046
  for (var i = 0; i < this.d_selection.length; i++) {
6167
6047
  var selectedItem = this.d_selection[i];
6168
6048
  var selectedItemIndex = ObjectUtils_ObjectUtils.findIndexInList(selectedItem, value);
6169
-
6170
6049
  if (selectedItemIndex !== 0) {
6171
6050
  var movedItem = value.splice(selectedItemIndex, 1)[0];
6172
6051
  value.unshift(movedItem);
@@ -6174,7 +6053,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6174
6053
  break;
6175
6054
  }
6176
6055
  }
6177
-
6178
6056
  this.reorderDirection = 'top';
6179
6057
  this.$emit('input', value);
6180
6058
  this.$emit('reorder', {
@@ -6187,11 +6065,9 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6187
6065
  moveDown: function moveDown() {
6188
6066
  if (this.d_selection) {
6189
6067
  var value = _toConsumableArray(this.value);
6190
-
6191
6068
  for (var i = this.d_selection.length - 1; i >= 0; i--) {
6192
6069
  var selectedItem = this.d_selection[i];
6193
6070
  var selectedItemIndex = ObjectUtils_ObjectUtils.findIndexInList(selectedItem, value);
6194
-
6195
6071
  if (selectedItemIndex !== value.length - 1) {
6196
6072
  var movedItem = value[selectedItemIndex];
6197
6073
  var temp = value[selectedItemIndex + 1];
@@ -6201,7 +6077,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6201
6077
  break;
6202
6078
  }
6203
6079
  }
6204
-
6205
6080
  this.reorderDirection = 'down';
6206
6081
  this.$emit('input', value);
6207
6082
  this.$emit('reorder', {
@@ -6214,11 +6089,9 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6214
6089
  moveBottom: function moveBottom() {
6215
6090
  if (this.d_selection) {
6216
6091
  var value = _toConsumableArray(this.value);
6217
-
6218
6092
  for (var i = this.d_selection.length - 1; i >= 0; i--) {
6219
6093
  var selectedItem = this.d_selection[i];
6220
6094
  var selectedItemIndex = ObjectUtils_ObjectUtils.findIndexInList(selectedItem, value);
6221
-
6222
6095
  if (selectedItemIndex !== value.length - 1) {
6223
6096
  var movedItem = value.splice(selectedItemIndex, 1)[0];
6224
6097
  value.push(movedItem);
@@ -6226,7 +6099,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6226
6099
  break;
6227
6100
  }
6228
6101
  }
6229
-
6230
6102
  this.reorderDirection = 'bottom';
6231
6103
  this.$emit('input', value);
6232
6104
  this.$emit('reorder', {
@@ -6241,10 +6113,8 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6241
6113
  var selectedIndex = ObjectUtils_ObjectUtils.findIndexInList(item, this.d_selection);
6242
6114
  var selected = selectedIndex != -1;
6243
6115
  var metaSelection = this.itemTouched ? false : this.metaKeySelection;
6244
-
6245
6116
  if (metaSelection) {
6246
6117
  var metaKey = event.metaKey || event.ctrlKey;
6247
-
6248
6118
  if (selected && metaKey) {
6249
6119
  this.d_selection = this.d_selection.filter(function (val, index) {
6250
6120
  return index !== selectedIndex;
@@ -6263,7 +6133,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6263
6133
  ObjectUtils_ObjectUtils.insertIntoOrderedArray(item, index, this.d_selection, this.value);
6264
6134
  }
6265
6135
  }
6266
-
6267
6136
  this.$emit('update:selection', this.d_selection);
6268
6137
  this.$emit('selection-change', {
6269
6138
  originalEvent: event,
@@ -6275,36 +6144,30 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6275
6144
  },
6276
6145
  onItemKeyDown: function onItemKeyDown(event, item, index) {
6277
6146
  var listItem = event.currentTarget;
6278
-
6279
6147
  switch (event.which) {
6280
6148
  //down
6281
6149
  case 40:
6282
6150
  var nextItem = this.findNextItem(listItem);
6283
-
6284
6151
  if (nextItem) {
6285
6152
  nextItem.focus();
6286
6153
  }
6287
-
6288
6154
  event.preventDefault();
6289
6155
  break;
6290
- //up
6291
6156
 
6157
+ //up
6292
6158
  case 38:
6293
6159
  var prevItem = this.findPrevItem(listItem);
6294
-
6295
6160
  if (prevItem) {
6296
6161
  prevItem.focus();
6297
6162
  }
6298
-
6299
6163
  event.preventDefault();
6300
6164
  break;
6301
- //enter
6302
6165
 
6166
+ //enter
6303
6167
  case 13:
6304
6168
  this.onItemClick(event, item, index);
6305
6169
  event.preventDefault();
6306
6170
  break;
6307
-
6308
6171
  default:
6309
6172
  break;
6310
6173
  }
@@ -6319,25 +6182,20 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
6319
6182
  },
6320
6183
  updateListScroll: function updateListScroll() {
6321
6184
  var listItems = DomHandler_DomHandler.find(this.$refs.list.$el, '.p-orderlist-item.p-highlight');
6322
-
6323
6185
  if (listItems && listItems.length) {
6324
6186
  switch (this.reorderDirection) {
6325
6187
  case 'up':
6326
6188
  DomHandler_DomHandler.scrollInView(this.$refs.list.$el, listItems[0]);
6327
6189
  break;
6328
-
6329
6190
  case 'top':
6330
6191
  this.$refs.list.$el.scrollTop = 0;
6331
6192
  break;
6332
-
6333
6193
  case 'down':
6334
6194
  DomHandler_DomHandler.scrollInView(this.$refs.list.$el, listItems[listItems.length - 1]);
6335
6195
  break;
6336
-
6337
6196
  case 'bottom':
6338
6197
  this.$refs.list.$el.scrollTop = this.$refs.list.$el.scrollHeight;
6339
6198
  break;
6340
-
6341
6199
  default:
6342
6200
  break;
6343
6201
  }