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
@@ -1461,6 +1461,14 @@ module.exports = __webpack_require__("8e60") ? function (object, key, value) {
1461
1461
  };
1462
1462
 
1463
1463
 
1464
+ /***/ }),
1465
+
1466
+ /***/ "366e":
1467
+ /***/ (function(module, exports, __webpack_require__) {
1468
+
1469
+ module.exports = __webpack_require__("ccb9").f('toPrimitive');
1470
+
1471
+
1464
1472
  /***/ }),
1465
1473
 
1466
1474
  /***/ "36c3":
@@ -2141,13 +2149,6 @@ module.exports = function (exec, skipClosing) {
2141
2149
  };
2142
2150
 
2143
2151
 
2144
- /***/ }),
2145
-
2146
- /***/ "5d58":
2147
- /***/ (function(module, exports, __webpack_require__) {
2148
-
2149
- module.exports = __webpack_require__("d8d6");
2150
-
2151
2152
  /***/ }),
2152
2153
 
2153
2154
  /***/ "5dbc":
@@ -2400,13 +2401,6 @@ var meta = module.exports = {
2400
2401
  };
2401
2402
 
2402
2403
 
2403
- /***/ }),
2404
-
2405
- /***/ "67bb":
2406
- /***/ (function(module, exports, __webpack_require__) {
2407
-
2408
- module.exports = __webpack_require__("f921");
2409
-
2410
2404
  /***/ }),
2411
2405
 
2412
2406
  /***/ "6821":
@@ -2610,13 +2604,6 @@ var global = module.exports = typeof window != 'undefined' && window.Math == Mat
2610
2604
  if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
2611
2605
 
2612
2606
 
2613
- /***/ }),
2614
-
2615
- /***/ "774e":
2616
- /***/ (function(module, exports, __webpack_require__) {
2617
-
2618
- module.exports = __webpack_require__("d2d5");
2619
-
2620
2607
  /***/ }),
2621
2608
 
2622
2609
  /***/ "77f1":
@@ -2810,13 +2797,6 @@ module.exports = function () { /* empty */ };
2810
2797
  module.exports = {};
2811
2798
 
2812
2799
 
2813
- /***/ }),
2814
-
2815
- /***/ "85f2":
2816
- /***/ (function(module, exports, __webpack_require__) {
2817
-
2818
- module.exports = __webpack_require__("454f");
2819
-
2820
2800
  /***/ }),
2821
2801
 
2822
2802
  /***/ "86cc":
@@ -3439,13 +3419,6 @@ __webpack_require__("214f")('replace', 2, function (defined, REPLACE, $replace,
3439
3419
  });
3440
3420
 
3441
3421
 
3442
- /***/ }),
3443
-
3444
- /***/ "a745":
3445
- /***/ (function(module, exports, __webpack_require__) {
3446
-
3447
- module.exports = __webpack_require__("f410");
3448
-
3449
3422
  /***/ }),
3450
3423
 
3451
3424
  /***/ "aa77":
@@ -4286,11 +4259,10 @@ if (typeof window !== 'undefined') {
4286
4259
  // Indicate to webpack that this file can be concatenated
4287
4260
  /* harmony default export */ var setPublicPath = (null);
4288
4261
 
4289
- // 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/galleria/GalleriaContent.vue?vue&type=template&id=6754eac0&
4262
+ // 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/galleria/GalleriaContent.vue?vue&type=template&id=6754eac0&
4290
4263
  var render = function render() {
4291
4264
  var _vm = this,
4292
- _c = _vm._self._c;
4293
-
4265
+ _c = _vm._self._c;
4294
4266
  return _vm.$attrs.value && _vm.$attrs.value.length > 0 ? _c('div', {
4295
4267
  class: _vm.galleriaClass,
4296
4268
  style: _vm.$attrs.containerStyle,
@@ -4388,7 +4360,6 @@ var render = function render() {
4388
4360
  }
4389
4361
  })], 1) : _vm._e()]) : _vm._e();
4390
4362
  };
4391
-
4392
4363
  var staticRenderFns = [];
4393
4364
 
4394
4365
  // CONCATENATED MODULE: ./src/components/galleria/GalleriaContent.vue?vue&type=template&id=6754eac0&
@@ -4403,11 +4374,10 @@ var lastId = 0;
4403
4374
  lastId++;
4404
4375
  return "".concat(prefix).concat(lastId);
4405
4376
  });
4406
- // 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/galleria/GalleriaItem.vue?vue&type=template&id=5bdfe994&
4377
+ // 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/galleria/GalleriaItem.vue?vue&type=template&id=5bdfe994&
4407
4378
  var GalleriaItemvue_type_template_id_5bdfe994_render = function render() {
4408
4379
  var _vm = this,
4409
- _c = _vm._self._c;
4410
-
4380
+ _c = _vm._self._c;
4411
4381
  return _c('div', {
4412
4382
  staticClass: "p-galleria-item-wrapper"
4413
4383
  }, [_c('div', {
@@ -4500,7 +4470,6 @@ var GalleriaItemvue_type_template_id_5bdfe994_render = function render() {
4500
4470
  })], 1);
4501
4471
  }), 0) : _vm._e()]);
4502
4472
  };
4503
-
4504
4473
  var GalleriaItemvue_type_template_id_5bdfe994_staticRenderFns = [];
4505
4474
 
4506
4475
  // CONCATENATED MODULE: ./src/components/galleria/GalleriaItem.vue?vue&type=template&id=5bdfe994&
@@ -4532,15 +4501,13 @@ var es6_number_constructor = __webpack_require__("c5f6");
4532
4501
  },
4533
4502
  render: function render(createElement, context) {
4534
4503
  var _context$props = context.props,
4535
- item = _context$props.item,
4536
- index = _context$props.index,
4537
- templates = _context$props.templates,
4538
- type = _context$props.type;
4504
+ item = _context$props.item,
4505
+ index = _context$props.index,
4506
+ templates = _context$props.templates,
4507
+ type = _context$props.type;
4539
4508
  var template = templates && templates[type];
4540
-
4541
4509
  if (template) {
4542
4510
  var content;
4543
-
4544
4511
  switch (type) {
4545
4512
  case 'item':
4546
4513
  case 'caption':
@@ -4549,21 +4516,17 @@ var es6_number_constructor = __webpack_require__("c5f6");
4549
4516
  item: item
4550
4517
  });
4551
4518
  break;
4552
-
4553
4519
  case 'indicator':
4554
4520
  content = template({
4555
4521
  index: index
4556
4522
  });
4557
4523
  break;
4558
-
4559
4524
  default:
4560
4525
  content = template({});
4561
4526
  break;
4562
4527
  }
4563
-
4564
4528
  return content ? [content] : null;
4565
4529
  }
4566
-
4567
4530
  return null;
4568
4531
  }
4569
4532
  });
@@ -4720,10 +4683,54 @@ function _classCallCheck(instance, Constructor) {
4720
4683
  throw new TypeError("Cannot call a class as a function");
4721
4684
  }
4722
4685
  }
4723
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/object/define-property.js
4724
- var define_property = __webpack_require__("85f2");
4686
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/object/define-property.js
4687
+ var define_property = __webpack_require__("454f");
4725
4688
  var define_property_default = /*#__PURE__*/__webpack_require__.n(define_property);
4726
4689
 
4690
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/index.js
4691
+ var symbol = __webpack_require__("f921");
4692
+ var symbol_default = /*#__PURE__*/__webpack_require__.n(symbol);
4693
+
4694
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/iterator.js
4695
+ var iterator = __webpack_require__("d8d6");
4696
+ var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
4697
+
4698
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
4699
+
4700
+
4701
+ function _typeof(obj) {
4702
+ "@babel/helpers - typeof";
4703
+
4704
+ return _typeof = "function" == typeof symbol_default.a && "symbol" == typeof iterator_default.a ? function (obj) {
4705
+ return typeof obj;
4706
+ } : function (obj) {
4707
+ return obj && "function" == typeof symbol_default.a && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
4708
+ }, _typeof(obj);
4709
+ }
4710
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/to-primitive.js
4711
+ var to_primitive = __webpack_require__("366e");
4712
+ var to_primitive_default = /*#__PURE__*/__webpack_require__.n(to_primitive);
4713
+
4714
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/toPrimitive.js
4715
+
4716
+
4717
+ function _toPrimitive(input, hint) {
4718
+ if (_typeof(input) !== "object" || input === null) return input;
4719
+ var prim = input[to_primitive_default.a];
4720
+ if (prim !== undefined) {
4721
+ var res = prim.call(input, hint || "default");
4722
+ if (_typeof(res) !== "object") return res;
4723
+ throw new TypeError("@@toPrimitive must return a primitive value.");
4724
+ }
4725
+ return (hint === "string" ? String : Number)(input);
4726
+ }
4727
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/toPropertyKey.js
4728
+
4729
+
4730
+ function _toPropertyKey(arg) {
4731
+ var key = _toPrimitive(arg, "string");
4732
+ return _typeof(key) === "symbol" ? key : String(key);
4733
+ }
4727
4734
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/createClass.js
4728
4735
 
4729
4736
 
@@ -4733,19 +4740,15 @@ function _defineProperties(target, props) {
4733
4740
  descriptor.enumerable = descriptor.enumerable || false;
4734
4741
  descriptor.configurable = true;
4735
4742
  if ("value" in descriptor) descriptor.writable = true;
4736
-
4737
- define_property_default()(target, descriptor.key, descriptor);
4743
+ define_property_default()(target, _toPropertyKey(descriptor.key), descriptor);
4738
4744
  }
4739
4745
  }
4740
-
4741
4746
  function _createClass(Constructor, protoProps, staticProps) {
4742
4747
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
4743
4748
  if (staticProps) _defineProperties(Constructor, staticProps);
4744
-
4745
4749
  define_property_default()(Constructor, "prototype", {
4746
4750
  writable: false
4747
4751
  });
4748
-
4749
4752
  return Constructor;
4750
4753
  }
4751
4754
  // CONCATENATED MODULE: ./src/components/utils/DomHandler.js
@@ -4761,18 +4764,13 @@ function _createClass(Constructor, protoProps, staticProps) {
4761
4764
 
4762
4765
 
4763
4766
 
4764
-
4765
4767
  function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _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; } } }; }
4766
-
4767
4768
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _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 _arrayLikeToArray(o, minLen); }
4768
-
4769
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
4770
-
4769
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
4771
4770
  var DomHandler_DomHandler = /*#__PURE__*/function () {
4772
4771
  function DomHandler() {
4773
4772
  _classCallCheck(this, DomHandler);
4774
4773
  }
4775
-
4776
4774
  _createClass(DomHandler, null, [{
4777
4775
  key: "innerWidth",
4778
4776
  value: function innerWidth(el) {
@@ -4806,12 +4804,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4806
4804
  value: function getOuterWidth(el, margin) {
4807
4805
  if (el) {
4808
4806
  var width = el.offsetWidth;
4809
-
4810
4807
  if (margin) {
4811
4808
  var style = getComputedStyle(el);
4812
4809
  width += parseFloat(style.marginLeft) + parseFloat(style.marginRight);
4813
4810
  }
4814
-
4815
4811
  return width;
4816
4812
  } else {
4817
4813
  return 0;
@@ -4822,12 +4818,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4822
4818
  value: function getOuterHeight(el, margin) {
4823
4819
  if (el) {
4824
4820
  var height = el.offsetHeight;
4825
-
4826
4821
  if (margin) {
4827
4822
  var style = getComputedStyle(el);
4828
4823
  height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
4829
4824
  }
4830
-
4831
4825
  return height;
4832
4826
  } else {
4833
4827
  return 0;
@@ -4838,12 +4832,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4838
4832
  value: function getClientHeight(el, margin) {
4839
4833
  if (el) {
4840
4834
  var height = el.clientHeight;
4841
-
4842
4835
  if (margin) {
4843
4836
  var style = getComputedStyle(el);
4844
4837
  height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
4845
4838
  }
4846
-
4847
4839
  return height;
4848
4840
  } else {
4849
4841
  return 0;
@@ -4853,11 +4845,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4853
4845
  key: "getViewport",
4854
4846
  value: function getViewport() {
4855
4847
  var win = window,
4856
- d = document,
4857
- e = d.documentElement,
4858
- g = d.getElementsByTagName('body')[0],
4859
- w = win.innerWidth || e.clientWidth || g.clientWidth,
4860
- h = win.innerHeight || e.clientHeight || g.clientHeight;
4848
+ d = document,
4849
+ e = d.documentElement,
4850
+ g = d.getElementsByTagName('body')[0],
4851
+ w = win.innerWidth || e.clientWidth || g.clientWidth,
4852
+ h = win.innerHeight || e.clientHeight || g.clientHeight;
4861
4853
  return {
4862
4854
  width: w,
4863
4855
  height: h
@@ -4888,12 +4880,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4888
4880
  value: function index(element) {
4889
4881
  var children = element.parentNode.childNodes;
4890
4882
  var num = 0;
4891
-
4892
4883
  for (var i = 0; i < children.length; i++) {
4893
4884
  if (children[i] === element) return num;
4894
4885
  if (children[i].nodeType === 1) num++;
4895
4886
  }
4896
-
4897
4887
  return -1;
4898
4888
  }
4899
4889
  }, {
@@ -4901,13 +4891,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4901
4891
  value: function addMultipleClasses(element, className) {
4902
4892
  if (element.classList) {
4903
4893
  var styles = className.split(' ');
4904
-
4905
4894
  for (var i = 0; i < styles.length; i++) {
4906
4895
  element.classList.add(styles[i]);
4907
4896
  }
4908
4897
  } else {
4909
4898
  var _styles = className.split(' ');
4910
-
4911
4899
  for (var _i = 0; _i < _styles.length; _i++) {
4912
4900
  element.className += ' ' + _styles[_i];
4913
4901
  }
@@ -4929,7 +4917,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4929
4917
  if (element) {
4930
4918
  if (element.classList) return element.classList.contains(className);else return new RegExp('(^| )' + className + '( |$)', 'gi').test(element.className);
4931
4919
  }
4932
-
4933
4920
  return false;
4934
4921
  }
4935
4922
  }, {
@@ -4974,11 +4961,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4974
4961
  var windowScrollLeft = this.getWindowScrollLeft();
4975
4962
  var viewport = this.getViewport();
4976
4963
  var top, left;
4977
-
4978
4964
  if (targetOffset.top + targetOuterHeight + elementOuterHeight > viewport.height) {
4979
4965
  top = targetOffset.top + windowScrollTop - elementOuterHeight;
4980
4966
  element.style.transformOrigin = 'bottom';
4981
-
4982
4967
  if (top < 0) {
4983
4968
  top = windowScrollTop;
4984
4969
  }
@@ -4986,7 +4971,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4986
4971
  top = targetOuterHeight + targetOffset.top + windowScrollTop;
4987
4972
  element.style.transformOrigin = 'top';
4988
4973
  }
4989
-
4990
4974
  if (targetOffset.left + elementOuterWidth > viewport.width) left = Math.max(0, targetOffset.left + windowScrollLeft + targetOuterWidth - elementOuterWidth);else left = targetOffset.left + windowScrollLeft;
4991
4975
  element.style.top = top + 'px';
4992
4976
  element.style.left = left + 'px';
@@ -5002,11 +4986,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5002
4986
  var targetOffset = target.getBoundingClientRect();
5003
4987
  var viewport = this.getViewport();
5004
4988
  var top, left;
5005
-
5006
4989
  if (targetOffset.top + targetHeight + elementDimensions.height > viewport.height) {
5007
4990
  top = -1 * elementDimensions.height;
5008
4991
  element.style.transformOrigin = 'bottom';
5009
-
5010
4992
  if (targetOffset.top + top < 0) {
5011
4993
  top = -1 * targetOffset.top;
5012
4994
  }
@@ -5014,7 +4996,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5014
4996
  top = targetHeight;
5015
4997
  element.style.transformOrigin = 'top';
5016
4998
  }
5017
-
5018
4999
  if (elementDimensions.width > viewport.width) {
5019
5000
  // element wider then viewport and cannot fit on screen (align at left side of viewport)
5020
5001
  left = targetOffset.left * -1;
@@ -5025,7 +5006,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5025
5006
  // element fits on screen (align with target)
5026
5007
  left = 0;
5027
5008
  }
5028
-
5029
5009
  element.style.top = top + 'px';
5030
5010
  element.style.left = left + 'px';
5031
5011
  }
@@ -5039,35 +5019,27 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5039
5019
  key: "getScrollableParents",
5040
5020
  value: function getScrollableParents(element) {
5041
5021
  var scrollableParents = [];
5042
-
5043
5022
  if (element) {
5044
5023
  var parents = this.getParents(element);
5045
5024
  var overflowRegex = /(auto|scroll)/;
5046
-
5047
5025
  var overflowCheck = function overflowCheck(node) {
5048
5026
  var styleDeclaration = window['getComputedStyle'](node, null);
5049
5027
  return overflowRegex.test(styleDeclaration.getPropertyValue('overflow')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowX')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowY'));
5050
5028
  };
5051
-
5052
5029
  var _iterator = _createForOfIteratorHelper(parents),
5053
- _step;
5054
-
5030
+ _step;
5055
5031
  try {
5056
5032
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
5057
5033
  var parent = _step.value;
5058
5034
  var scrollSelectors = parent.nodeType === 1 && parent.dataset['scrollselectors'];
5059
-
5060
5035
  if (scrollSelectors) {
5061
5036
  var selectors = scrollSelectors.split(',');
5062
-
5063
5037
  var _iterator2 = _createForOfIteratorHelper(selectors),
5064
- _step2;
5065
-
5038
+ _step2;
5066
5039
  try {
5067
5040
  for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
5068
5041
  var selector = _step2.value;
5069
5042
  var el = this.findSingle(parent, selector);
5070
-
5071
5043
  if (el && overflowCheck(el)) {
5072
5044
  scrollableParents.push(el);
5073
5045
  }
@@ -5085,7 +5057,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5085
5057
  _iterator.f();
5086
5058
  }
5087
5059
  }
5088
-
5089
5060
  return scrollableParents;
5090
5061
  }
5091
5062
  }, {
@@ -5126,34 +5097,29 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5126
5097
  element.style.opacity = 0;
5127
5098
  var last = +new Date();
5128
5099
  var opacity = 0;
5129
-
5130
5100
  var tick = function tick() {
5131
5101
  opacity = +element.style.opacity + (new Date().getTime() - last) / duration;
5132
5102
  element.style.opacity = opacity;
5133
5103
  last = +new Date();
5134
-
5135
5104
  if (+opacity < 1) {
5136
5105
  window.requestAnimationFrame && requestAnimationFrame(tick) || setTimeout(tick, 16);
5137
5106
  }
5138
5107
  };
5139
-
5140
5108
  tick();
5141
5109
  }
5142
5110
  }, {
5143
5111
  key: "fadeOut",
5144
5112
  value: function fadeOut(element, ms) {
5145
5113
  var opacity = 1,
5146
- interval = 50,
5147
- duration = ms,
5148
- gap = interval / duration;
5114
+ interval = 50,
5115
+ duration = ms,
5116
+ gap = interval / duration;
5149
5117
  var fading = setInterval(function () {
5150
5118
  opacity -= gap;
5151
-
5152
5119
  if (opacity <= 0) {
5153
5120
  opacity = 0;
5154
5121
  clearInterval(fading);
5155
5122
  }
5156
-
5157
5123
  element.style.opacity = opacity;
5158
5124
  }, interval);
5159
5125
  }
@@ -5180,7 +5146,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5180
5146
  var scroll = container.scrollTop;
5181
5147
  var elementHeight = container.clientHeight;
5182
5148
  var itemHeight = this.getOuterHeight(item);
5183
-
5184
5149
  if (offset < 0) {
5185
5150
  container.scrollTop = scroll + offset;
5186
5151
  } else if (offset + itemHeight > elementHeight) {
@@ -5199,7 +5164,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5199
5164
  } else if (document['selection'] && document['selection'].empty) {
5200
5165
  try {
5201
5166
  document['selection'].empty();
5202
- } catch (error) {//ignore IE bug
5167
+ } catch (error) {
5168
+ //ignore IE bug
5203
5169
  }
5204
5170
  }
5205
5171
  }
@@ -5221,19 +5187,16 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5221
5187
  if (!this.browser) {
5222
5188
  var matched = this.resolveUserAgent();
5223
5189
  this.browser = {};
5224
-
5225
5190
  if (matched.browser) {
5226
5191
  this.browser[matched.browser] = true;
5227
5192
  this.browser['version'] = matched.version;
5228
5193
  }
5229
-
5230
5194
  if (this.browser['chrome']) {
5231
5195
  this.browser['webkit'] = true;
5232
5196
  } else if (this.browser['webkit']) {
5233
5197
  this.browser['safari'] = true;
5234
5198
  }
5235
5199
  }
5236
-
5237
5200
  return this.browser;
5238
5201
  }
5239
5202
  }, {
@@ -5261,10 +5224,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5261
5224
  value: function getFocusableElements(element) {
5262
5225
  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])");
5263
5226
  var visibleFocusableElements = [];
5264
-
5265
5227
  var _iterator3 = _createForOfIteratorHelper(focusableElements),
5266
- _step3;
5267
-
5228
+ _step3;
5268
5229
  try {
5269
5230
  for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
5270
5231
  var focusableElement = _step3.value;
@@ -5275,7 +5236,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5275
5236
  } finally {
5276
5237
  _iterator3.f();
5277
5238
  }
5278
-
5279
5239
  return visibleFocusableElements;
5280
5240
  }
5281
5241
  }, {
@@ -5318,55 +5278,43 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5318
5278
  return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
5319
5279
  }
5320
5280
  }]);
5321
-
5322
5281
  return DomHandler;
5323
5282
  }();
5324
5283
 
5325
-
5326
5284
  // CONCATENATED MODULE: ./src/components/ripple/Ripple.js
5327
5285
 
5328
-
5329
5286
  function bindEvents(el) {
5330
5287
  el.addEventListener('mousedown', onMouseDown);
5331
5288
  }
5332
-
5333
5289
  function unbindEvents(el) {
5334
5290
  el.removeEventListener('mousedown', onMouseDown);
5335
5291
  }
5336
-
5337
5292
  function create(el) {
5338
5293
  var ink = document.createElement('span');
5339
5294
  ink.className = 'p-ink';
5340
5295
  el.appendChild(ink);
5341
5296
  ink.addEventListener('animationend', onAnimationEnd);
5342
5297
  }
5343
-
5344
5298
  function remove(el) {
5345
5299
  var ink = getInk(el);
5346
-
5347
5300
  if (ink) {
5348
5301
  unbindEvents(el);
5349
5302
  ink.removeEventListener('animationend', onAnimationEnd);
5350
5303
  ink.remove();
5351
5304
  }
5352
5305
  }
5353
-
5354
5306
  function onMouseDown(event) {
5355
5307
  var target = event.currentTarget;
5356
5308
  var ink = getInk(target);
5357
-
5358
5309
  if (!ink || getComputedStyle(ink, null).display === 'none') {
5359
5310
  return;
5360
5311
  }
5361
-
5362
5312
  DomHandler_DomHandler.removeClass(ink, 'p-ink-active');
5363
-
5364
5313
  if (!DomHandler_DomHandler.getHeight(ink) && !DomHandler_DomHandler.getWidth(ink)) {
5365
5314
  var d = Math.max(DomHandler_DomHandler.getOuterWidth(target), DomHandler_DomHandler.getOuterHeight(target));
5366
5315
  ink.style.height = d + 'px';
5367
5316
  ink.style.width = d + 'px';
5368
5317
  }
5369
-
5370
5318
  var offset = DomHandler_DomHandler.getOffset(target);
5371
5319
  var x = event.pageX - offset.left + document.body.scrollTop - DomHandler_DomHandler.getWidth(ink) / 2;
5372
5320
  var y = event.pageY - offset.top + document.body.scrollLeft - DomHandler_DomHandler.getHeight(ink) / 2;
@@ -5374,21 +5322,17 @@ function onMouseDown(event) {
5374
5322
  ink.style.left = x + 'px';
5375
5323
  DomHandler_DomHandler.addClass(ink, 'p-ink-active');
5376
5324
  }
5377
-
5378
5325
  function onAnimationEnd(event) {
5379
5326
  DomHandler_DomHandler.removeClass(event.currentTarget, 'p-ink-active');
5380
5327
  }
5381
-
5382
5328
  function getInk(el) {
5383
5329
  for (var i = 0; i < el.children.length; i++) {
5384
5330
  if (typeof el.children[i].className === 'string' && el.children[i].className.indexOf('p-ink') !== -1) {
5385
5331
  return el.children[i];
5386
5332
  }
5387
5333
  }
5388
-
5389
5334
  return null;
5390
5335
  }
5391
-
5392
5336
  var Ripple = {
5393
5337
  inserted: function inserted(el, binding, vnode) {
5394
5338
  if (vnode.context.$primevue && vnode.context.$primevue.config.ripple) {
@@ -5468,7 +5412,6 @@ var Ripple = {
5468
5412
  navBackward: function navBackward(e) {
5469
5413
  this.stopSlideShow();
5470
5414
  this.prev();
5471
-
5472
5415
  if (e && e.cancelable) {
5473
5416
  e.preventDefault();
5474
5417
  }
@@ -5476,7 +5419,6 @@ var Ripple = {
5476
5419
  navForward: function navForward(e) {
5477
5420
  this.stopSlideShow();
5478
5421
  this.next();
5479
-
5480
5422
  if (e && e.cancelable) {
5481
5423
  e.preventDefault();
5482
5424
  }
@@ -5549,11 +5491,10 @@ var GalleriaItem_component = normalizeComponent(
5549
5491
  )
5550
5492
 
5551
5493
  /* harmony default export */ var GalleriaItem = (GalleriaItem_component.exports);
5552
- // 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/galleria/GalleriaThumbnails.vue?vue&type=template&id=11247977&
5494
+ // 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/galleria/GalleriaThumbnails.vue?vue&type=template&id=11247977&
5553
5495
  var GalleriaThumbnailsvue_type_template_id_11247977_render = function render() {
5554
5496
  var _vm = this,
5555
- _c = _vm._self._c;
5556
-
5497
+ _c = _vm._self._c;
5557
5498
  return _c('div', {
5558
5499
  staticClass: "p-galleria-thumbnail-wrapper"
5559
5500
  }, [_c('div', {
@@ -5644,7 +5585,6 @@ var GalleriaThumbnailsvue_type_template_id_11247977_render = function render() {
5644
5585
  class: _vm.navForwardIconClass
5645
5586
  })]) : _vm._e()])]);
5646
5587
  };
5647
-
5648
5588
  var GalleriaThumbnailsvue_type_template_id_11247977_staticRenderFns = [];
5649
5589
 
5650
5590
  // CONCATENATED MODULE: ./src/components/galleria/GalleriaThumbnails.vue?vue&type=template&id=11247977&
@@ -5652,18 +5592,14 @@ var GalleriaThumbnailsvue_type_template_id_11247977_staticRenderFns = [];
5652
5592
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.sort.js
5653
5593
  var es6_array_sort = __webpack_require__("55dd");
5654
5594
 
5655
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/array/is-array.js
5656
- var is_array = __webpack_require__("a745");
5595
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/array/is-array.js
5596
+ var is_array = __webpack_require__("f410");
5657
5597
  var is_array_default = /*#__PURE__*/__webpack_require__.n(is_array);
5658
5598
 
5659
5599
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/arrayLikeToArray.js
5660
5600
  function arrayLikeToArray_arrayLikeToArray(arr, len) {
5661
5601
  if (len == null || len > arr.length) len = arr.length;
5662
-
5663
- for (var i = 0, arr2 = new Array(len); i < len; i++) {
5664
- arr2[i] = arr[i];
5665
- }
5666
-
5602
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
5667
5603
  return arr2;
5668
5604
  }
5669
5605
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/arrayWithoutHoles.js
@@ -5672,16 +5608,8 @@ function arrayLikeToArray_arrayLikeToArray(arr, len) {
5672
5608
  function _arrayWithoutHoles(arr) {
5673
5609
  if (is_array_default()(arr)) return arrayLikeToArray_arrayLikeToArray(arr);
5674
5610
  }
5675
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol.js
5676
- var symbol = __webpack_require__("67bb");
5677
- var symbol_default = /*#__PURE__*/__webpack_require__.n(symbol);
5678
-
5679
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js
5680
- var iterator = __webpack_require__("5d58");
5681
- var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
5682
-
5683
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/array/from.js
5684
- var from = __webpack_require__("774e");
5611
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/array/from.js
5612
+ var from = __webpack_require__("d2d5");
5685
5613
  var from_default = /*#__PURE__*/__webpack_require__.n(from);
5686
5614
 
5687
5615
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/iterableToArray.js
@@ -5794,14 +5722,12 @@ function _toConsumableArray(arr) {
5794
5722
  mounted: function mounted() {
5795
5723
  this.createStyle();
5796
5724
  this.calculatePosition();
5797
-
5798
5725
  if (this.responsiveOptions) {
5799
5726
  this.bindDocumentListeners();
5800
5727
  }
5801
5728
  },
5802
5729
  updated: function updated() {
5803
5730
  var totalShiftedItems = this.totalShiftedItems;
5804
-
5805
5731
  if (this.d_oldNumVisible !== this.d_numVisible || this.d_oldActiveItemIndex !== this.d_activeIndex) {
5806
5732
  if (this.d_activeIndex <= this.getMedianItemIndex()) {
5807
5733
  totalShiftedItems = 0;
@@ -5812,18 +5738,14 @@ function _toConsumableArray(arr) {
5812
5738
  } else {
5813
5739
  totalShiftedItems = this.d_activeIndex * -1 + this.getMedianItemIndex();
5814
5740
  }
5815
-
5816
5741
  if (totalShiftedItems !== this.totalShiftedItems) {
5817
5742
  this.totalShiftedItems = totalShiftedItems;
5818
5743
  }
5819
-
5820
5744
  this.$refs.itemsContainer.style.transform = this.isVertical ? "translate3d(0, ".concat(totalShiftedItems * (100 / this.d_numVisible), "%, 0)") : "translate3d(".concat(totalShiftedItems * (100 / this.d_numVisible), "%, 0, 0)");
5821
-
5822
5745
  if (this.d_oldActiveItemIndex !== this.d_activeIndex) {
5823
5746
  DomHandler_DomHandler.removeClass(this.$refs.itemsContainer, 'p-items-hidden');
5824
5747
  this.$refs.itemsContainer.style.transition = 'transform 500ms ease 0s';
5825
5748
  }
5826
-
5827
5749
  this.d_oldActiveItemIndex = this.d_activeIndex;
5828
5750
  this.d_oldNumVisible = this.d_numVisible;
5829
5751
  }
@@ -5832,7 +5754,6 @@ function _toConsumableArray(arr) {
5832
5754
  if (this.responsiveOptions) {
5833
5755
  this.unbindDocumentListeners();
5834
5756
  }
5835
-
5836
5757
  if (this.thumbnailsStyle) {
5837
5758
  this.thumbnailsStyle.parentNode.removeChild(this.thumbnailsStyle);
5838
5759
  }
@@ -5840,13 +5761,11 @@ function _toConsumableArray(arr) {
5840
5761
  methods: {
5841
5762
  step: function step(dir) {
5842
5763
  var totalShiftedItems = this.totalShiftedItems + dir;
5843
-
5844
5764
  if (dir < 0 && -1 * totalShiftedItems + this.d_numVisible > this.value.length - 1) {
5845
5765
  totalShiftedItems = this.d_numVisible - this.value.length;
5846
5766
  } else if (dir > 0 && totalShiftedItems > 0) {
5847
5767
  totalShiftedItems = 0;
5848
5768
  }
5849
-
5850
5769
  if (this.circular) {
5851
5770
  if (dir < 0 && this.value.length - 1 === this.d_activeIndex) {
5852
5771
  totalShiftedItems = 0;
@@ -5854,13 +5773,11 @@ function _toConsumableArray(arr) {
5854
5773
  totalShiftedItems = this.d_numVisible - this.value.length;
5855
5774
  }
5856
5775
  }
5857
-
5858
5776
  if (this.$refs.itemsContainer) {
5859
5777
  DomHandler_DomHandler.removeClass(this.$refs.itemsContainer, 'p-items-hidden');
5860
5778
  this.$refs.itemsContainer.style.transform = this.isVertical ? "translate3d(0, ".concat(totalShiftedItems * (100 / this.d_numVisible), "%, 0)") : "translate3d(".concat(totalShiftedItems * (100 / this.d_numVisible), "%, 0, 0)");
5861
5779
  this.$refs.itemsContainer.style.transition = 'transform 500ms ease 0s';
5862
5780
  }
5863
-
5864
5781
  this.totalShiftedItems = totalShiftedItems;
5865
5782
  },
5866
5783
  stopSlideShow: function stopSlideShow() {
@@ -5876,14 +5793,11 @@ function _toConsumableArray(arr) {
5876
5793
  this.stopSlideShow();
5877
5794
  var prevItemIndex = this.d_activeIndex !== 0 ? this.d_activeIndex - 1 : 0;
5878
5795
  var diff = prevItemIndex + this.totalShiftedItems;
5879
-
5880
5796
  if (this.d_numVisible - diff - 1 > this.getMedianItemIndex() && (-1 * this.totalShiftedItems !== 0 || this.circular)) {
5881
5797
  this.step(1);
5882
5798
  }
5883
-
5884
5799
  var activeIndex = this.circular && this.d_activeIndex === 0 ? this.value.length - 1 : prevItemIndex;
5885
5800
  this.$emit('update:activeIndex', activeIndex);
5886
-
5887
5801
  if (e.cancelable) {
5888
5802
  e.preventDefault();
5889
5803
  }
@@ -5891,14 +5805,11 @@ function _toConsumableArray(arr) {
5891
5805
  navForward: function navForward(e) {
5892
5806
  this.stopSlideShow();
5893
5807
  var nextItemIndex = this.d_activeIndex + 1;
5894
-
5895
5808
  if (nextItemIndex + this.totalShiftedItems > this.getMedianItemIndex() && (-1 * this.totalShiftedItems < this.getTotalPageNumber() - 1 || this.circular)) {
5896
5809
  this.step(-1);
5897
5810
  }
5898
-
5899
5811
  var activeIndex = this.circular && this.value.length - 1 === this.d_activeIndex ? 0 : nextItemIndex;
5900
5812
  this.$emit('update:activeIndex', activeIndex);
5901
-
5902
5813
  if (e.cancelable) {
5903
5814
  e.preventDefault();
5904
5815
  }
@@ -5906,25 +5817,20 @@ function _toConsumableArray(arr) {
5906
5817
  onItemClick: function onItemClick(index) {
5907
5818
  this.stopSlideShow();
5908
5819
  var selectedItemIndex = index;
5909
-
5910
5820
  if (selectedItemIndex !== this.d_activeIndex) {
5911
5821
  var diff = selectedItemIndex + this.totalShiftedItems;
5912
5822
  var dir = 0;
5913
-
5914
5823
  if (selectedItemIndex < this.d_activeIndex) {
5915
5824
  dir = this.d_numVisible - diff - 1 - this.getMedianItemIndex();
5916
-
5917
5825
  if (dir > 0 && -1 * this.totalShiftedItems !== 0) {
5918
5826
  this.step(dir);
5919
5827
  }
5920
5828
  } else {
5921
5829
  dir = this.getMedianItemIndex() - diff;
5922
-
5923
5830
  if (dir < 0 && -1 * this.totalShiftedItems < this.getTotalPageNumber() - 1) {
5924
5831
  this.step(dir);
5925
5832
  }
5926
5833
  }
5927
-
5928
5834
  this.$emit('update:activeIndex', selectedItemIndex);
5929
5835
  }
5930
5836
  },
@@ -5948,7 +5854,6 @@ function _toConsumableArray(arr) {
5948
5854
  },
5949
5855
  onTouchEnd: function onTouchEnd(e) {
5950
5856
  var touchobj = e.changedTouches[0];
5951
-
5952
5857
  if (this.isVertical) {
5953
5858
  this.changePageOnTouch(e, touchobj.pageY - this.startPos.y);
5954
5859
  } else {
@@ -5973,9 +5878,7 @@ function _toConsumableArray(arr) {
5973
5878
  this.thumbnailsStyle.type = 'text/css';
5974
5879
  document.body.appendChild(this.thumbnailsStyle);
5975
5880
  }
5976
-
5977
5881
  var innerHTML = "\n #".concat(this.containerId, " .p-galleria-thumbnail-item {\n flex: 1 0 ").concat(100 / this.d_numVisible, "%\n }\n ");
5978
-
5979
5882
  if (this.responsiveOptions) {
5980
5883
  this.sortedResponsiveOptions = _toConsumableArray(this.responsiveOptions);
5981
5884
  this.sortedResponsiveOptions.sort(function (data1, data2) {
@@ -5987,13 +5890,11 @@ function _toConsumableArray(arr) {
5987
5890
  });else result = value1 < value2 ? -1 : value1 > value2 ? 1 : 0;
5988
5891
  return -1 * result;
5989
5892
  });
5990
-
5991
5893
  for (var i = 0; i < this.sortedResponsiveOptions.length; i++) {
5992
5894
  var res = this.sortedResponsiveOptions[i];
5993
5895
  innerHTML += "\n @media screen and (max-width: ".concat(res.breakpoint, ") {\n #").concat(this.containerId, " .p-galleria-thumbnail-item {\n flex: 1 0 ").concat(100 / res.numVisible, "%\n }\n }\n ");
5994
5896
  }
5995
5897
  }
5996
-
5997
5898
  this.thumbnailsStyle.innerHTML = innerHTML;
5998
5899
  },
5999
5900
  calculatePosition: function calculatePosition() {
@@ -6002,15 +5903,12 @@ function _toConsumableArray(arr) {
6002
5903
  var matchedResponsiveData = {
6003
5904
  numVisible: this.numVisible
6004
5905
  };
6005
-
6006
5906
  for (var i = 0; i < this.sortedResponsiveOptions.length; i++) {
6007
5907
  var res = this.sortedResponsiveOptions[i];
6008
-
6009
5908
  if (parseInt(res.breakpoint, 10) >= windowWidth) {
6010
5909
  matchedResponsiveData = res;
6011
5910
  }
6012
5911
  }
6013
-
6014
5912
  if (this.d_numVisible !== matchedResponsiveData.numVisible) {
6015
5913
  this.d_numVisible = matchedResponsiveData.numVisible;
6016
5914
  }
@@ -6018,12 +5916,10 @@ function _toConsumableArray(arr) {
6018
5916
  },
6019
5917
  bindDocumentListeners: function bindDocumentListeners() {
6020
5918
  var _this = this;
6021
-
6022
5919
  if (!this.documentResizeListener) {
6023
5920
  this.documentResizeListener = function () {
6024
5921
  _this.calculatePosition();
6025
5922
  };
6026
-
6027
5923
  window.addEventListener('resize', this.documentResizeListener);
6028
5924
  }
6029
5925
  },
@@ -6147,7 +6043,6 @@ var GalleriaThumbnails_component = normalizeComponent(
6147
6043
  },
6148
6044
  startSlideShow: function startSlideShow() {
6149
6045
  var _this = this;
6150
-
6151
6046
  this.interval = setInterval(function () {
6152
6047
  var activeIndex = _this.$attrs.circular && _this.$attrs.value.length - 1 === _this.activeIndex ? 0 : _this.activeIndex + 1;
6153
6048
  _this.activeIndex = activeIndex;
@@ -6158,7 +6053,6 @@ var GalleriaThumbnails_component = normalizeComponent(
6158
6053
  if (this.interval) {
6159
6054
  clearInterval(this.interval);
6160
6055
  }
6161
-
6162
6056
  this.slideShowActive = false;
6163
6057
  },
6164
6058
  getPositionClass: function getPositionClass(preClassName, position) {