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
@@ -1452,6 +1452,14 @@ module.exports = __webpack_require__("8e60") ? function (object, key, value) {
1452
1452
  };
1453
1453
 
1454
1454
 
1455
+ /***/ }),
1456
+
1457
+ /***/ "366e":
1458
+ /***/ (function(module, exports, __webpack_require__) {
1459
+
1460
+ module.exports = __webpack_require__("ccb9").f('toPrimitive');
1461
+
1462
+
1455
1463
  /***/ }),
1456
1464
 
1457
1465
  /***/ "36c3":
@@ -2132,13 +2140,6 @@ module.exports = function (exec, skipClosing) {
2132
2140
  };
2133
2141
 
2134
2142
 
2135
- /***/ }),
2136
-
2137
- /***/ "5d58":
2138
- /***/ (function(module, exports, __webpack_require__) {
2139
-
2140
- module.exports = __webpack_require__("d8d6");
2141
-
2142
2143
  /***/ }),
2143
2144
 
2144
2145
  /***/ "5dbc":
@@ -2391,13 +2392,6 @@ var meta = module.exports = {
2391
2392
  };
2392
2393
 
2393
2394
 
2394
- /***/ }),
2395
-
2396
- /***/ "67bb":
2397
- /***/ (function(module, exports, __webpack_require__) {
2398
-
2399
- module.exports = __webpack_require__("f921");
2400
-
2401
2395
  /***/ }),
2402
2396
 
2403
2397
  /***/ "6821":
@@ -2601,13 +2595,6 @@ var global = module.exports = typeof window != 'undefined' && window.Math == Mat
2601
2595
  if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
2602
2596
 
2603
2597
 
2604
- /***/ }),
2605
-
2606
- /***/ "774e":
2607
- /***/ (function(module, exports, __webpack_require__) {
2608
-
2609
- module.exports = __webpack_require__("d2d5");
2610
-
2611
2598
  /***/ }),
2612
2599
 
2613
2600
  /***/ "77f1":
@@ -2801,13 +2788,6 @@ module.exports = function () { /* empty */ };
2801
2788
  module.exports = {};
2802
2789
 
2803
2790
 
2804
- /***/ }),
2805
-
2806
- /***/ "85f2":
2807
- /***/ (function(module, exports, __webpack_require__) {
2808
-
2809
- module.exports = __webpack_require__("454f");
2810
-
2811
2791
  /***/ }),
2812
2792
 
2813
2793
  /***/ "86cc":
@@ -3430,13 +3410,6 @@ __webpack_require__("214f")('replace', 2, function (defined, REPLACE, $replace,
3430
3410
  });
3431
3411
 
3432
3412
 
3433
- /***/ }),
3434
-
3435
- /***/ "a745":
3436
- /***/ (function(module, exports, __webpack_require__) {
3437
-
3438
- module.exports = __webpack_require__("f410");
3439
-
3440
3413
  /***/ }),
3441
3414
 
3442
3415
  /***/ "aa77":
@@ -4277,11 +4250,10 @@ if (typeof window !== 'undefined') {
4277
4250
  // Indicate to webpack that this file can be concatenated
4278
4251
  /* harmony default export */ var setPublicPath = (null);
4279
4252
 
4280
- // 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&
4253
+ // 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&
4281
4254
  var render = function render() {
4282
4255
  var _vm = this,
4283
- _c = _vm._self._c;
4284
-
4256
+ _c = _vm._self._c;
4285
4257
  return _vm.$attrs.value && _vm.$attrs.value.length > 0 ? _c('div', {
4286
4258
  class: _vm.galleriaClass,
4287
4259
  style: _vm.$attrs.containerStyle,
@@ -4379,7 +4351,6 @@ var render = function render() {
4379
4351
  }
4380
4352
  })], 1) : _vm._e()]) : _vm._e();
4381
4353
  };
4382
-
4383
4354
  var staticRenderFns = [];
4384
4355
 
4385
4356
  // CONCATENATED MODULE: ./src/components/galleria/GalleriaContent.vue?vue&type=template&id=6754eac0&
@@ -4394,11 +4365,10 @@ var lastId = 0;
4394
4365
  lastId++;
4395
4366
  return "".concat(prefix).concat(lastId);
4396
4367
  });
4397
- // 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&
4368
+ // 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&
4398
4369
  var GalleriaItemvue_type_template_id_5bdfe994_render = function render() {
4399
4370
  var _vm = this,
4400
- _c = _vm._self._c;
4401
-
4371
+ _c = _vm._self._c;
4402
4372
  return _c('div', {
4403
4373
  staticClass: "p-galleria-item-wrapper"
4404
4374
  }, [_c('div', {
@@ -4491,7 +4461,6 @@ var GalleriaItemvue_type_template_id_5bdfe994_render = function render() {
4491
4461
  })], 1);
4492
4462
  }), 0) : _vm._e()]);
4493
4463
  };
4494
-
4495
4464
  var GalleriaItemvue_type_template_id_5bdfe994_staticRenderFns = [];
4496
4465
 
4497
4466
  // CONCATENATED MODULE: ./src/components/galleria/GalleriaItem.vue?vue&type=template&id=5bdfe994&
@@ -4523,15 +4492,13 @@ var es6_number_constructor = __webpack_require__("c5f6");
4523
4492
  },
4524
4493
  render: function render(createElement, context) {
4525
4494
  var _context$props = context.props,
4526
- item = _context$props.item,
4527
- index = _context$props.index,
4528
- templates = _context$props.templates,
4529
- type = _context$props.type;
4495
+ item = _context$props.item,
4496
+ index = _context$props.index,
4497
+ templates = _context$props.templates,
4498
+ type = _context$props.type;
4530
4499
  var template = templates && templates[type];
4531
-
4532
4500
  if (template) {
4533
4501
  var content;
4534
-
4535
4502
  switch (type) {
4536
4503
  case 'item':
4537
4504
  case 'caption':
@@ -4540,21 +4507,17 @@ var es6_number_constructor = __webpack_require__("c5f6");
4540
4507
  item: item
4541
4508
  });
4542
4509
  break;
4543
-
4544
4510
  case 'indicator':
4545
4511
  content = template({
4546
4512
  index: index
4547
4513
  });
4548
4514
  break;
4549
-
4550
4515
  default:
4551
4516
  content = template({});
4552
4517
  break;
4553
4518
  }
4554
-
4555
4519
  return content ? [content] : null;
4556
4520
  }
4557
-
4558
4521
  return null;
4559
4522
  }
4560
4523
  });
@@ -4711,10 +4674,54 @@ function _classCallCheck(instance, Constructor) {
4711
4674
  throw new TypeError("Cannot call a class as a function");
4712
4675
  }
4713
4676
  }
4714
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/object/define-property.js
4715
- var define_property = __webpack_require__("85f2");
4677
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/object/define-property.js
4678
+ var define_property = __webpack_require__("454f");
4716
4679
  var define_property_default = /*#__PURE__*/__webpack_require__.n(define_property);
4717
4680
 
4681
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/index.js
4682
+ var symbol = __webpack_require__("f921");
4683
+ var symbol_default = /*#__PURE__*/__webpack_require__.n(symbol);
4684
+
4685
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/iterator.js
4686
+ var iterator = __webpack_require__("d8d6");
4687
+ var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
4688
+
4689
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
4690
+
4691
+
4692
+ function _typeof(obj) {
4693
+ "@babel/helpers - typeof";
4694
+
4695
+ return _typeof = "function" == typeof symbol_default.a && "symbol" == typeof iterator_default.a ? function (obj) {
4696
+ return typeof obj;
4697
+ } : function (obj) {
4698
+ return obj && "function" == typeof symbol_default.a && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
4699
+ }, _typeof(obj);
4700
+ }
4701
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/to-primitive.js
4702
+ var to_primitive = __webpack_require__("366e");
4703
+ var to_primitive_default = /*#__PURE__*/__webpack_require__.n(to_primitive);
4704
+
4705
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/toPrimitive.js
4706
+
4707
+
4708
+ function _toPrimitive(input, hint) {
4709
+ if (_typeof(input) !== "object" || input === null) return input;
4710
+ var prim = input[to_primitive_default.a];
4711
+ if (prim !== undefined) {
4712
+ var res = prim.call(input, hint || "default");
4713
+ if (_typeof(res) !== "object") return res;
4714
+ throw new TypeError("@@toPrimitive must return a primitive value.");
4715
+ }
4716
+ return (hint === "string" ? String : Number)(input);
4717
+ }
4718
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/toPropertyKey.js
4719
+
4720
+
4721
+ function _toPropertyKey(arg) {
4722
+ var key = _toPrimitive(arg, "string");
4723
+ return _typeof(key) === "symbol" ? key : String(key);
4724
+ }
4718
4725
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/createClass.js
4719
4726
 
4720
4727
 
@@ -4724,19 +4731,15 @@ function _defineProperties(target, props) {
4724
4731
  descriptor.enumerable = descriptor.enumerable || false;
4725
4732
  descriptor.configurable = true;
4726
4733
  if ("value" in descriptor) descriptor.writable = true;
4727
-
4728
- define_property_default()(target, descriptor.key, descriptor);
4734
+ define_property_default()(target, _toPropertyKey(descriptor.key), descriptor);
4729
4735
  }
4730
4736
  }
4731
-
4732
4737
  function _createClass(Constructor, protoProps, staticProps) {
4733
4738
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
4734
4739
  if (staticProps) _defineProperties(Constructor, staticProps);
4735
-
4736
4740
  define_property_default()(Constructor, "prototype", {
4737
4741
  writable: false
4738
4742
  });
4739
-
4740
4743
  return Constructor;
4741
4744
  }
4742
4745
  // CONCATENATED MODULE: ./src/components/utils/DomHandler.js
@@ -4752,18 +4755,13 @@ function _createClass(Constructor, protoProps, staticProps) {
4752
4755
 
4753
4756
 
4754
4757
 
4755
-
4756
4758
  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; } } }; }
4757
-
4758
4759
  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); }
4759
-
4760
- 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; }
4761
-
4760
+ 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; }
4762
4761
  var DomHandler_DomHandler = /*#__PURE__*/function () {
4763
4762
  function DomHandler() {
4764
4763
  _classCallCheck(this, DomHandler);
4765
4764
  }
4766
-
4767
4765
  _createClass(DomHandler, null, [{
4768
4766
  key: "innerWidth",
4769
4767
  value: function innerWidth(el) {
@@ -4797,12 +4795,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4797
4795
  value: function getOuterWidth(el, margin) {
4798
4796
  if (el) {
4799
4797
  var width = el.offsetWidth;
4800
-
4801
4798
  if (margin) {
4802
4799
  var style = getComputedStyle(el);
4803
4800
  width += parseFloat(style.marginLeft) + parseFloat(style.marginRight);
4804
4801
  }
4805
-
4806
4802
  return width;
4807
4803
  } else {
4808
4804
  return 0;
@@ -4813,12 +4809,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4813
4809
  value: function getOuterHeight(el, margin) {
4814
4810
  if (el) {
4815
4811
  var height = el.offsetHeight;
4816
-
4817
4812
  if (margin) {
4818
4813
  var style = getComputedStyle(el);
4819
4814
  height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
4820
4815
  }
4821
-
4822
4816
  return height;
4823
4817
  } else {
4824
4818
  return 0;
@@ -4829,12 +4823,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4829
4823
  value: function getClientHeight(el, margin) {
4830
4824
  if (el) {
4831
4825
  var height = el.clientHeight;
4832
-
4833
4826
  if (margin) {
4834
4827
  var style = getComputedStyle(el);
4835
4828
  height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
4836
4829
  }
4837
-
4838
4830
  return height;
4839
4831
  } else {
4840
4832
  return 0;
@@ -4844,11 +4836,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4844
4836
  key: "getViewport",
4845
4837
  value: function getViewport() {
4846
4838
  var win = window,
4847
- d = document,
4848
- e = d.documentElement,
4849
- g = d.getElementsByTagName('body')[0],
4850
- w = win.innerWidth || e.clientWidth || g.clientWidth,
4851
- h = win.innerHeight || e.clientHeight || g.clientHeight;
4839
+ d = document,
4840
+ e = d.documentElement,
4841
+ g = d.getElementsByTagName('body')[0],
4842
+ w = win.innerWidth || e.clientWidth || g.clientWidth,
4843
+ h = win.innerHeight || e.clientHeight || g.clientHeight;
4852
4844
  return {
4853
4845
  width: w,
4854
4846
  height: h
@@ -4879,12 +4871,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4879
4871
  value: function index(element) {
4880
4872
  var children = element.parentNode.childNodes;
4881
4873
  var num = 0;
4882
-
4883
4874
  for (var i = 0; i < children.length; i++) {
4884
4875
  if (children[i] === element) return num;
4885
4876
  if (children[i].nodeType === 1) num++;
4886
4877
  }
4887
-
4888
4878
  return -1;
4889
4879
  }
4890
4880
  }, {
@@ -4892,13 +4882,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4892
4882
  value: function addMultipleClasses(element, className) {
4893
4883
  if (element.classList) {
4894
4884
  var styles = className.split(' ');
4895
-
4896
4885
  for (var i = 0; i < styles.length; i++) {
4897
4886
  element.classList.add(styles[i]);
4898
4887
  }
4899
4888
  } else {
4900
4889
  var _styles = className.split(' ');
4901
-
4902
4890
  for (var _i = 0; _i < _styles.length; _i++) {
4903
4891
  element.className += ' ' + _styles[_i];
4904
4892
  }
@@ -4920,7 +4908,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4920
4908
  if (element) {
4921
4909
  if (element.classList) return element.classList.contains(className);else return new RegExp('(^| )' + className + '( |$)', 'gi').test(element.className);
4922
4910
  }
4923
-
4924
4911
  return false;
4925
4912
  }
4926
4913
  }, {
@@ -4965,11 +4952,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4965
4952
  var windowScrollLeft = this.getWindowScrollLeft();
4966
4953
  var viewport = this.getViewport();
4967
4954
  var top, left;
4968
-
4969
4955
  if (targetOffset.top + targetOuterHeight + elementOuterHeight > viewport.height) {
4970
4956
  top = targetOffset.top + windowScrollTop - elementOuterHeight;
4971
4957
  element.style.transformOrigin = 'bottom';
4972
-
4973
4958
  if (top < 0) {
4974
4959
  top = windowScrollTop;
4975
4960
  }
@@ -4977,7 +4962,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4977
4962
  top = targetOuterHeight + targetOffset.top + windowScrollTop;
4978
4963
  element.style.transformOrigin = 'top';
4979
4964
  }
4980
-
4981
4965
  if (targetOffset.left + elementOuterWidth > viewport.width) left = Math.max(0, targetOffset.left + windowScrollLeft + targetOuterWidth - elementOuterWidth);else left = targetOffset.left + windowScrollLeft;
4982
4966
  element.style.top = top + 'px';
4983
4967
  element.style.left = left + 'px';
@@ -4993,11 +4977,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4993
4977
  var targetOffset = target.getBoundingClientRect();
4994
4978
  var viewport = this.getViewport();
4995
4979
  var top, left;
4996
-
4997
4980
  if (targetOffset.top + targetHeight + elementDimensions.height > viewport.height) {
4998
4981
  top = -1 * elementDimensions.height;
4999
4982
  element.style.transformOrigin = 'bottom';
5000
-
5001
4983
  if (targetOffset.top + top < 0) {
5002
4984
  top = -1 * targetOffset.top;
5003
4985
  }
@@ -5005,7 +4987,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5005
4987
  top = targetHeight;
5006
4988
  element.style.transformOrigin = 'top';
5007
4989
  }
5008
-
5009
4990
  if (elementDimensions.width > viewport.width) {
5010
4991
  // element wider then viewport and cannot fit on screen (align at left side of viewport)
5011
4992
  left = targetOffset.left * -1;
@@ -5016,7 +4997,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5016
4997
  // element fits on screen (align with target)
5017
4998
  left = 0;
5018
4999
  }
5019
-
5020
5000
  element.style.top = top + 'px';
5021
5001
  element.style.left = left + 'px';
5022
5002
  }
@@ -5030,35 +5010,27 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5030
5010
  key: "getScrollableParents",
5031
5011
  value: function getScrollableParents(element) {
5032
5012
  var scrollableParents = [];
5033
-
5034
5013
  if (element) {
5035
5014
  var parents = this.getParents(element);
5036
5015
  var overflowRegex = /(auto|scroll)/;
5037
-
5038
5016
  var overflowCheck = function overflowCheck(node) {
5039
5017
  var styleDeclaration = window['getComputedStyle'](node, null);
5040
5018
  return overflowRegex.test(styleDeclaration.getPropertyValue('overflow')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowX')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowY'));
5041
5019
  };
5042
-
5043
5020
  var _iterator = _createForOfIteratorHelper(parents),
5044
- _step;
5045
-
5021
+ _step;
5046
5022
  try {
5047
5023
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
5048
5024
  var parent = _step.value;
5049
5025
  var scrollSelectors = parent.nodeType === 1 && parent.dataset['scrollselectors'];
5050
-
5051
5026
  if (scrollSelectors) {
5052
5027
  var selectors = scrollSelectors.split(',');
5053
-
5054
5028
  var _iterator2 = _createForOfIteratorHelper(selectors),
5055
- _step2;
5056
-
5029
+ _step2;
5057
5030
  try {
5058
5031
  for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
5059
5032
  var selector = _step2.value;
5060
5033
  var el = this.findSingle(parent, selector);
5061
-
5062
5034
  if (el && overflowCheck(el)) {
5063
5035
  scrollableParents.push(el);
5064
5036
  }
@@ -5076,7 +5048,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5076
5048
  _iterator.f();
5077
5049
  }
5078
5050
  }
5079
-
5080
5051
  return scrollableParents;
5081
5052
  }
5082
5053
  }, {
@@ -5117,34 +5088,29 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5117
5088
  element.style.opacity = 0;
5118
5089
  var last = +new Date();
5119
5090
  var opacity = 0;
5120
-
5121
5091
  var tick = function tick() {
5122
5092
  opacity = +element.style.opacity + (new Date().getTime() - last) / duration;
5123
5093
  element.style.opacity = opacity;
5124
5094
  last = +new Date();
5125
-
5126
5095
  if (+opacity < 1) {
5127
5096
  window.requestAnimationFrame && requestAnimationFrame(tick) || setTimeout(tick, 16);
5128
5097
  }
5129
5098
  };
5130
-
5131
5099
  tick();
5132
5100
  }
5133
5101
  }, {
5134
5102
  key: "fadeOut",
5135
5103
  value: function fadeOut(element, ms) {
5136
5104
  var opacity = 1,
5137
- interval = 50,
5138
- duration = ms,
5139
- gap = interval / duration;
5105
+ interval = 50,
5106
+ duration = ms,
5107
+ gap = interval / duration;
5140
5108
  var fading = setInterval(function () {
5141
5109
  opacity -= gap;
5142
-
5143
5110
  if (opacity <= 0) {
5144
5111
  opacity = 0;
5145
5112
  clearInterval(fading);
5146
5113
  }
5147
-
5148
5114
  element.style.opacity = opacity;
5149
5115
  }, interval);
5150
5116
  }
@@ -5171,7 +5137,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5171
5137
  var scroll = container.scrollTop;
5172
5138
  var elementHeight = container.clientHeight;
5173
5139
  var itemHeight = this.getOuterHeight(item);
5174
-
5175
5140
  if (offset < 0) {
5176
5141
  container.scrollTop = scroll + offset;
5177
5142
  } else if (offset + itemHeight > elementHeight) {
@@ -5190,7 +5155,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5190
5155
  } else if (document['selection'] && document['selection'].empty) {
5191
5156
  try {
5192
5157
  document['selection'].empty();
5193
- } catch (error) {//ignore IE bug
5158
+ } catch (error) {
5159
+ //ignore IE bug
5194
5160
  }
5195
5161
  }
5196
5162
  }
@@ -5212,19 +5178,16 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5212
5178
  if (!this.browser) {
5213
5179
  var matched = this.resolveUserAgent();
5214
5180
  this.browser = {};
5215
-
5216
5181
  if (matched.browser) {
5217
5182
  this.browser[matched.browser] = true;
5218
5183
  this.browser['version'] = matched.version;
5219
5184
  }
5220
-
5221
5185
  if (this.browser['chrome']) {
5222
5186
  this.browser['webkit'] = true;
5223
5187
  } else if (this.browser['webkit']) {
5224
5188
  this.browser['safari'] = true;
5225
5189
  }
5226
5190
  }
5227
-
5228
5191
  return this.browser;
5229
5192
  }
5230
5193
  }, {
@@ -5252,10 +5215,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5252
5215
  value: function getFocusableElements(element) {
5253
5216
  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])");
5254
5217
  var visibleFocusableElements = [];
5255
-
5256
5218
  var _iterator3 = _createForOfIteratorHelper(focusableElements),
5257
- _step3;
5258
-
5219
+ _step3;
5259
5220
  try {
5260
5221
  for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
5261
5222
  var focusableElement = _step3.value;
@@ -5266,7 +5227,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5266
5227
  } finally {
5267
5228
  _iterator3.f();
5268
5229
  }
5269
-
5270
5230
  return visibleFocusableElements;
5271
5231
  }
5272
5232
  }, {
@@ -5309,55 +5269,43 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5309
5269
  return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
5310
5270
  }
5311
5271
  }]);
5312
-
5313
5272
  return DomHandler;
5314
5273
  }();
5315
5274
 
5316
-
5317
5275
  // CONCATENATED MODULE: ./src/components/ripple/Ripple.js
5318
5276
 
5319
-
5320
5277
  function bindEvents(el) {
5321
5278
  el.addEventListener('mousedown', onMouseDown);
5322
5279
  }
5323
-
5324
5280
  function unbindEvents(el) {
5325
5281
  el.removeEventListener('mousedown', onMouseDown);
5326
5282
  }
5327
-
5328
5283
  function create(el) {
5329
5284
  var ink = document.createElement('span');
5330
5285
  ink.className = 'p-ink';
5331
5286
  el.appendChild(ink);
5332
5287
  ink.addEventListener('animationend', onAnimationEnd);
5333
5288
  }
5334
-
5335
5289
  function remove(el) {
5336
5290
  var ink = getInk(el);
5337
-
5338
5291
  if (ink) {
5339
5292
  unbindEvents(el);
5340
5293
  ink.removeEventListener('animationend', onAnimationEnd);
5341
5294
  ink.remove();
5342
5295
  }
5343
5296
  }
5344
-
5345
5297
  function onMouseDown(event) {
5346
5298
  var target = event.currentTarget;
5347
5299
  var ink = getInk(target);
5348
-
5349
5300
  if (!ink || getComputedStyle(ink, null).display === 'none') {
5350
5301
  return;
5351
5302
  }
5352
-
5353
5303
  DomHandler_DomHandler.removeClass(ink, 'p-ink-active');
5354
-
5355
5304
  if (!DomHandler_DomHandler.getHeight(ink) && !DomHandler_DomHandler.getWidth(ink)) {
5356
5305
  var d = Math.max(DomHandler_DomHandler.getOuterWidth(target), DomHandler_DomHandler.getOuterHeight(target));
5357
5306
  ink.style.height = d + 'px';
5358
5307
  ink.style.width = d + 'px';
5359
5308
  }
5360
-
5361
5309
  var offset = DomHandler_DomHandler.getOffset(target);
5362
5310
  var x = event.pageX - offset.left + document.body.scrollTop - DomHandler_DomHandler.getWidth(ink) / 2;
5363
5311
  var y = event.pageY - offset.top + document.body.scrollLeft - DomHandler_DomHandler.getHeight(ink) / 2;
@@ -5365,21 +5313,17 @@ function onMouseDown(event) {
5365
5313
  ink.style.left = x + 'px';
5366
5314
  DomHandler_DomHandler.addClass(ink, 'p-ink-active');
5367
5315
  }
5368
-
5369
5316
  function onAnimationEnd(event) {
5370
5317
  DomHandler_DomHandler.removeClass(event.currentTarget, 'p-ink-active');
5371
5318
  }
5372
-
5373
5319
  function getInk(el) {
5374
5320
  for (var i = 0; i < el.children.length; i++) {
5375
5321
  if (typeof el.children[i].className === 'string' && el.children[i].className.indexOf('p-ink') !== -1) {
5376
5322
  return el.children[i];
5377
5323
  }
5378
5324
  }
5379
-
5380
5325
  return null;
5381
5326
  }
5382
-
5383
5327
  var Ripple = {
5384
5328
  inserted: function inserted(el, binding, vnode) {
5385
5329
  if (vnode.context.$primevue && vnode.context.$primevue.config.ripple) {
@@ -5459,7 +5403,6 @@ var Ripple = {
5459
5403
  navBackward: function navBackward(e) {
5460
5404
  this.stopSlideShow();
5461
5405
  this.prev();
5462
-
5463
5406
  if (e && e.cancelable) {
5464
5407
  e.preventDefault();
5465
5408
  }
@@ -5467,7 +5410,6 @@ var Ripple = {
5467
5410
  navForward: function navForward(e) {
5468
5411
  this.stopSlideShow();
5469
5412
  this.next();
5470
-
5471
5413
  if (e && e.cancelable) {
5472
5414
  e.preventDefault();
5473
5415
  }
@@ -5540,11 +5482,10 @@ var GalleriaItem_component = normalizeComponent(
5540
5482
  )
5541
5483
 
5542
5484
  /* harmony default export */ var GalleriaItem = (GalleriaItem_component.exports);
5543
- // 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&
5485
+ // 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&
5544
5486
  var GalleriaThumbnailsvue_type_template_id_11247977_render = function render() {
5545
5487
  var _vm = this,
5546
- _c = _vm._self._c;
5547
-
5488
+ _c = _vm._self._c;
5548
5489
  return _c('div', {
5549
5490
  staticClass: "p-galleria-thumbnail-wrapper"
5550
5491
  }, [_c('div', {
@@ -5635,7 +5576,6 @@ var GalleriaThumbnailsvue_type_template_id_11247977_render = function render() {
5635
5576
  class: _vm.navForwardIconClass
5636
5577
  })]) : _vm._e()])]);
5637
5578
  };
5638
-
5639
5579
  var GalleriaThumbnailsvue_type_template_id_11247977_staticRenderFns = [];
5640
5580
 
5641
5581
  // CONCATENATED MODULE: ./src/components/galleria/GalleriaThumbnails.vue?vue&type=template&id=11247977&
@@ -5643,18 +5583,14 @@ var GalleriaThumbnailsvue_type_template_id_11247977_staticRenderFns = [];
5643
5583
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.sort.js
5644
5584
  var es6_array_sort = __webpack_require__("55dd");
5645
5585
 
5646
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/array/is-array.js
5647
- var is_array = __webpack_require__("a745");
5586
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/array/is-array.js
5587
+ var is_array = __webpack_require__("f410");
5648
5588
  var is_array_default = /*#__PURE__*/__webpack_require__.n(is_array);
5649
5589
 
5650
5590
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/arrayLikeToArray.js
5651
5591
  function arrayLikeToArray_arrayLikeToArray(arr, len) {
5652
5592
  if (len == null || len > arr.length) len = arr.length;
5653
-
5654
- for (var i = 0, arr2 = new Array(len); i < len; i++) {
5655
- arr2[i] = arr[i];
5656
- }
5657
-
5593
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
5658
5594
  return arr2;
5659
5595
  }
5660
5596
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/arrayWithoutHoles.js
@@ -5663,16 +5599,8 @@ function arrayLikeToArray_arrayLikeToArray(arr, len) {
5663
5599
  function _arrayWithoutHoles(arr) {
5664
5600
  if (is_array_default()(arr)) return arrayLikeToArray_arrayLikeToArray(arr);
5665
5601
  }
5666
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol.js
5667
- var symbol = __webpack_require__("67bb");
5668
- var symbol_default = /*#__PURE__*/__webpack_require__.n(symbol);
5669
-
5670
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js
5671
- var iterator = __webpack_require__("5d58");
5672
- var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
5673
-
5674
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/array/from.js
5675
- var from = __webpack_require__("774e");
5602
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/array/from.js
5603
+ var from = __webpack_require__("d2d5");
5676
5604
  var from_default = /*#__PURE__*/__webpack_require__.n(from);
5677
5605
 
5678
5606
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/iterableToArray.js
@@ -5785,14 +5713,12 @@ function _toConsumableArray(arr) {
5785
5713
  mounted: function mounted() {
5786
5714
  this.createStyle();
5787
5715
  this.calculatePosition();
5788
-
5789
5716
  if (this.responsiveOptions) {
5790
5717
  this.bindDocumentListeners();
5791
5718
  }
5792
5719
  },
5793
5720
  updated: function updated() {
5794
5721
  var totalShiftedItems = this.totalShiftedItems;
5795
-
5796
5722
  if (this.d_oldNumVisible !== this.d_numVisible || this.d_oldActiveItemIndex !== this.d_activeIndex) {
5797
5723
  if (this.d_activeIndex <= this.getMedianItemIndex()) {
5798
5724
  totalShiftedItems = 0;
@@ -5803,18 +5729,14 @@ function _toConsumableArray(arr) {
5803
5729
  } else {
5804
5730
  totalShiftedItems = this.d_activeIndex * -1 + this.getMedianItemIndex();
5805
5731
  }
5806
-
5807
5732
  if (totalShiftedItems !== this.totalShiftedItems) {
5808
5733
  this.totalShiftedItems = totalShiftedItems;
5809
5734
  }
5810
-
5811
5735
  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)");
5812
-
5813
5736
  if (this.d_oldActiveItemIndex !== this.d_activeIndex) {
5814
5737
  DomHandler_DomHandler.removeClass(this.$refs.itemsContainer, 'p-items-hidden');
5815
5738
  this.$refs.itemsContainer.style.transition = 'transform 500ms ease 0s';
5816
5739
  }
5817
-
5818
5740
  this.d_oldActiveItemIndex = this.d_activeIndex;
5819
5741
  this.d_oldNumVisible = this.d_numVisible;
5820
5742
  }
@@ -5823,7 +5745,6 @@ function _toConsumableArray(arr) {
5823
5745
  if (this.responsiveOptions) {
5824
5746
  this.unbindDocumentListeners();
5825
5747
  }
5826
-
5827
5748
  if (this.thumbnailsStyle) {
5828
5749
  this.thumbnailsStyle.parentNode.removeChild(this.thumbnailsStyle);
5829
5750
  }
@@ -5831,13 +5752,11 @@ function _toConsumableArray(arr) {
5831
5752
  methods: {
5832
5753
  step: function step(dir) {
5833
5754
  var totalShiftedItems = this.totalShiftedItems + dir;
5834
-
5835
5755
  if (dir < 0 && -1 * totalShiftedItems + this.d_numVisible > this.value.length - 1) {
5836
5756
  totalShiftedItems = this.d_numVisible - this.value.length;
5837
5757
  } else if (dir > 0 && totalShiftedItems > 0) {
5838
5758
  totalShiftedItems = 0;
5839
5759
  }
5840
-
5841
5760
  if (this.circular) {
5842
5761
  if (dir < 0 && this.value.length - 1 === this.d_activeIndex) {
5843
5762
  totalShiftedItems = 0;
@@ -5845,13 +5764,11 @@ function _toConsumableArray(arr) {
5845
5764
  totalShiftedItems = this.d_numVisible - this.value.length;
5846
5765
  }
5847
5766
  }
5848
-
5849
5767
  if (this.$refs.itemsContainer) {
5850
5768
  DomHandler_DomHandler.removeClass(this.$refs.itemsContainer, 'p-items-hidden');
5851
5769
  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)");
5852
5770
  this.$refs.itemsContainer.style.transition = 'transform 500ms ease 0s';
5853
5771
  }
5854
-
5855
5772
  this.totalShiftedItems = totalShiftedItems;
5856
5773
  },
5857
5774
  stopSlideShow: function stopSlideShow() {
@@ -5867,14 +5784,11 @@ function _toConsumableArray(arr) {
5867
5784
  this.stopSlideShow();
5868
5785
  var prevItemIndex = this.d_activeIndex !== 0 ? this.d_activeIndex - 1 : 0;
5869
5786
  var diff = prevItemIndex + this.totalShiftedItems;
5870
-
5871
5787
  if (this.d_numVisible - diff - 1 > this.getMedianItemIndex() && (-1 * this.totalShiftedItems !== 0 || this.circular)) {
5872
5788
  this.step(1);
5873
5789
  }
5874
-
5875
5790
  var activeIndex = this.circular && this.d_activeIndex === 0 ? this.value.length - 1 : prevItemIndex;
5876
5791
  this.$emit('update:activeIndex', activeIndex);
5877
-
5878
5792
  if (e.cancelable) {
5879
5793
  e.preventDefault();
5880
5794
  }
@@ -5882,14 +5796,11 @@ function _toConsumableArray(arr) {
5882
5796
  navForward: function navForward(e) {
5883
5797
  this.stopSlideShow();
5884
5798
  var nextItemIndex = this.d_activeIndex + 1;
5885
-
5886
5799
  if (nextItemIndex + this.totalShiftedItems > this.getMedianItemIndex() && (-1 * this.totalShiftedItems < this.getTotalPageNumber() - 1 || this.circular)) {
5887
5800
  this.step(-1);
5888
5801
  }
5889
-
5890
5802
  var activeIndex = this.circular && this.value.length - 1 === this.d_activeIndex ? 0 : nextItemIndex;
5891
5803
  this.$emit('update:activeIndex', activeIndex);
5892
-
5893
5804
  if (e.cancelable) {
5894
5805
  e.preventDefault();
5895
5806
  }
@@ -5897,25 +5808,20 @@ function _toConsumableArray(arr) {
5897
5808
  onItemClick: function onItemClick(index) {
5898
5809
  this.stopSlideShow();
5899
5810
  var selectedItemIndex = index;
5900
-
5901
5811
  if (selectedItemIndex !== this.d_activeIndex) {
5902
5812
  var diff = selectedItemIndex + this.totalShiftedItems;
5903
5813
  var dir = 0;
5904
-
5905
5814
  if (selectedItemIndex < this.d_activeIndex) {
5906
5815
  dir = this.d_numVisible - diff - 1 - this.getMedianItemIndex();
5907
-
5908
5816
  if (dir > 0 && -1 * this.totalShiftedItems !== 0) {
5909
5817
  this.step(dir);
5910
5818
  }
5911
5819
  } else {
5912
5820
  dir = this.getMedianItemIndex() - diff;
5913
-
5914
5821
  if (dir < 0 && -1 * this.totalShiftedItems < this.getTotalPageNumber() - 1) {
5915
5822
  this.step(dir);
5916
5823
  }
5917
5824
  }
5918
-
5919
5825
  this.$emit('update:activeIndex', selectedItemIndex);
5920
5826
  }
5921
5827
  },
@@ -5939,7 +5845,6 @@ function _toConsumableArray(arr) {
5939
5845
  },
5940
5846
  onTouchEnd: function onTouchEnd(e) {
5941
5847
  var touchobj = e.changedTouches[0];
5942
-
5943
5848
  if (this.isVertical) {
5944
5849
  this.changePageOnTouch(e, touchobj.pageY - this.startPos.y);
5945
5850
  } else {
@@ -5964,9 +5869,7 @@ function _toConsumableArray(arr) {
5964
5869
  this.thumbnailsStyle.type = 'text/css';
5965
5870
  document.body.appendChild(this.thumbnailsStyle);
5966
5871
  }
5967
-
5968
5872
  var innerHTML = "\n #".concat(this.containerId, " .p-galleria-thumbnail-item {\n flex: 1 0 ").concat(100 / this.d_numVisible, "%\n }\n ");
5969
-
5970
5873
  if (this.responsiveOptions) {
5971
5874
  this.sortedResponsiveOptions = _toConsumableArray(this.responsiveOptions);
5972
5875
  this.sortedResponsiveOptions.sort(function (data1, data2) {
@@ -5978,13 +5881,11 @@ function _toConsumableArray(arr) {
5978
5881
  });else result = value1 < value2 ? -1 : value1 > value2 ? 1 : 0;
5979
5882
  return -1 * result;
5980
5883
  });
5981
-
5982
5884
  for (var i = 0; i < this.sortedResponsiveOptions.length; i++) {
5983
5885
  var res = this.sortedResponsiveOptions[i];
5984
5886
  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 ");
5985
5887
  }
5986
5888
  }
5987
-
5988
5889
  this.thumbnailsStyle.innerHTML = innerHTML;
5989
5890
  },
5990
5891
  calculatePosition: function calculatePosition() {
@@ -5993,15 +5894,12 @@ function _toConsumableArray(arr) {
5993
5894
  var matchedResponsiveData = {
5994
5895
  numVisible: this.numVisible
5995
5896
  };
5996
-
5997
5897
  for (var i = 0; i < this.sortedResponsiveOptions.length; i++) {
5998
5898
  var res = this.sortedResponsiveOptions[i];
5999
-
6000
5899
  if (parseInt(res.breakpoint, 10) >= windowWidth) {
6001
5900
  matchedResponsiveData = res;
6002
5901
  }
6003
5902
  }
6004
-
6005
5903
  if (this.d_numVisible !== matchedResponsiveData.numVisible) {
6006
5904
  this.d_numVisible = matchedResponsiveData.numVisible;
6007
5905
  }
@@ -6009,12 +5907,10 @@ function _toConsumableArray(arr) {
6009
5907
  },
6010
5908
  bindDocumentListeners: function bindDocumentListeners() {
6011
5909
  var _this = this;
6012
-
6013
5910
  if (!this.documentResizeListener) {
6014
5911
  this.documentResizeListener = function () {
6015
5912
  _this.calculatePosition();
6016
5913
  };
6017
-
6018
5914
  window.addEventListener('resize', this.documentResizeListener);
6019
5915
  }
6020
5916
  },
@@ -6138,7 +6034,6 @@ var GalleriaThumbnails_component = normalizeComponent(
6138
6034
  },
6139
6035
  startSlideShow: function startSlideShow() {
6140
6036
  var _this = this;
6141
-
6142
6037
  this.interval = setInterval(function () {
6143
6038
  var activeIndex = _this.$attrs.circular && _this.$attrs.value.length - 1 === _this.activeIndex ? 0 : _this.activeIndex + 1;
6144
6039
  _this.activeIndex = activeIndex;
@@ -6149,7 +6044,6 @@ var GalleriaThumbnails_component = normalizeComponent(
6149
6044
  if (this.interval) {
6150
6045
  clearInterval(this.interval);
6151
6046
  }
6152
-
6153
6047
  this.slideShowActive = false;
6154
6048
  },
6155
6049
  getPositionClass: function getPositionClass(preClassName, position) {