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
@@ -1561,6 +1561,14 @@ module.exports = __webpack_require__("8e60") ? function (object, key, value) {
1561
1561
  };
1562
1562
 
1563
1563
 
1564
+ /***/ }),
1565
+
1566
+ /***/ "366e":
1567
+ /***/ (function(module, exports, __webpack_require__) {
1568
+
1569
+ module.exports = __webpack_require__("ccb9").f('toPrimitive');
1570
+
1571
+
1564
1572
  /***/ }),
1565
1573
 
1566
1574
  /***/ "36c3":
@@ -2523,13 +2531,6 @@ module.exports = function (exec, skipClosing) {
2523
2531
  };
2524
2532
 
2525
2533
 
2526
- /***/ }),
2527
-
2528
- /***/ "5d58":
2529
- /***/ (function(module, exports, __webpack_require__) {
2530
-
2531
- module.exports = __webpack_require__("d8d6");
2532
-
2533
2534
  /***/ }),
2534
2535
 
2535
2536
  /***/ "5dbc":
@@ -2799,13 +2800,6 @@ var meta = module.exports = {
2799
2800
  };
2800
2801
 
2801
2802
 
2802
- /***/ }),
2803
-
2804
- /***/ "67bb":
2805
- /***/ (function(module, exports, __webpack_require__) {
2806
-
2807
- module.exports = __webpack_require__("f921");
2808
-
2809
2803
  /***/ }),
2810
2804
 
2811
2805
  /***/ "6821":
@@ -3009,13 +3003,6 @@ var global = module.exports = typeof window != 'undefined' && window.Math == Mat
3009
3003
  if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
3010
3004
 
3011
3005
 
3012
- /***/ }),
3013
-
3014
- /***/ "774e":
3015
- /***/ (function(module, exports, __webpack_require__) {
3016
-
3017
- module.exports = __webpack_require__("d2d5");
3018
-
3019
3006
  /***/ }),
3020
3007
 
3021
3008
  /***/ "77f1":
@@ -3209,13 +3196,6 @@ module.exports = function () { /* empty */ };
3209
3196
  module.exports = {};
3210
3197
 
3211
3198
 
3212
- /***/ }),
3213
-
3214
- /***/ "85f2":
3215
- /***/ (function(module, exports, __webpack_require__) {
3216
-
3217
- module.exports = __webpack_require__("454f");
3218
-
3219
3199
  /***/ }),
3220
3200
 
3221
3201
  /***/ "86cc":
@@ -3838,13 +3818,6 @@ __webpack_require__("214f")('replace', 2, function (defined, REPLACE, $replace,
3838
3818
  });
3839
3819
 
3840
3820
 
3841
- /***/ }),
3842
-
3843
- /***/ "a745":
3844
- /***/ (function(module, exports, __webpack_require__) {
3845
-
3846
- module.exports = __webpack_require__("f410");
3847
-
3848
3821
  /***/ }),
3849
3822
 
3850
3823
  /***/ "aa77":
@@ -4818,11 +4791,10 @@ if (typeof window !== 'undefined') {
4818
4791
  // Indicate to webpack that this file can be concatenated
4819
4792
  /* harmony default export */ var setPublicPath = (null);
4820
4793
 
4821
- // 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/Galleria.vue?vue&type=template&id=a59cb31a&
4794
+ // 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/Galleria.vue?vue&type=template&id=a59cb31a&
4822
4795
  var render = function render() {
4823
4796
  var _vm = this,
4824
- _c = _vm._self._c;
4825
-
4797
+ _c = _vm._self._c;
4826
4798
  return _vm.fullScreen && (_vm.maskVisible || _vm.visible) ? _c('div', {
4827
4799
  ref: "mask",
4828
4800
  class: _vm.maskContentClass
@@ -4853,7 +4825,6 @@ var render = function render() {
4853
4825
  }
4854
4826
  }, 'GalleriaContent', _vm.$props, false)) : _vm._e();
4855
4827
  };
4856
-
4857
4828
  var staticRenderFns = [];
4858
4829
 
4859
4830
  // CONCATENATED MODULE: ./src/components/galleria/Galleria.vue?vue&type=template&id=a59cb31a&
@@ -4867,11 +4838,10 @@ var web_dom_iterable = __webpack_require__("ac6a");
4867
4838
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.number.constructor.js
4868
4839
  var es6_number_constructor = __webpack_require__("c5f6");
4869
4840
 
4870
- // 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&
4841
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"51d147ac-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/galleria/GalleriaContent.vue?vue&type=template&id=6754eac0&
4871
4842
  var GalleriaContentvue_type_template_id_6754eac0_render = function render() {
4872
4843
  var _vm = this,
4873
- _c = _vm._self._c;
4874
-
4844
+ _c = _vm._self._c;
4875
4845
  return _vm.$attrs.value && _vm.$attrs.value.length > 0 ? _c('div', {
4876
4846
  class: _vm.galleriaClass,
4877
4847
  style: _vm.$attrs.containerStyle,
@@ -4969,7 +4939,6 @@ var GalleriaContentvue_type_template_id_6754eac0_render = function render() {
4969
4939
  }
4970
4940
  })], 1) : _vm._e()]) : _vm._e();
4971
4941
  };
4972
-
4973
4942
  var GalleriaContentvue_type_template_id_6754eac0_staticRenderFns = [];
4974
4943
 
4975
4944
  // CONCATENATED MODULE: ./src/components/galleria/GalleriaContent.vue?vue&type=template&id=6754eac0&
@@ -4984,11 +4953,10 @@ var lastId = 0;
4984
4953
  lastId++;
4985
4954
  return "".concat(prefix).concat(lastId);
4986
4955
  });
4987
- // 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&
4956
+ // 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&
4988
4957
  var GalleriaItemvue_type_template_id_5bdfe994_render = function render() {
4989
4958
  var _vm = this,
4990
- _c = _vm._self._c;
4991
-
4959
+ _c = _vm._self._c;
4992
4960
  return _c('div', {
4993
4961
  staticClass: "p-galleria-item-wrapper"
4994
4962
  }, [_c('div', {
@@ -5081,7 +5049,6 @@ var GalleriaItemvue_type_template_id_5bdfe994_render = function render() {
5081
5049
  })], 1);
5082
5050
  }), 0) : _vm._e()]);
5083
5051
  };
5084
-
5085
5052
  var GalleriaItemvue_type_template_id_5bdfe994_staticRenderFns = [];
5086
5053
 
5087
5054
  // CONCATENATED MODULE: ./src/components/galleria/GalleriaItem.vue?vue&type=template&id=5bdfe994&
@@ -5110,15 +5077,13 @@ var GalleriaItemvue_type_template_id_5bdfe994_staticRenderFns = [];
5110
5077
  },
5111
5078
  render: function render(createElement, context) {
5112
5079
  var _context$props = context.props,
5113
- item = _context$props.item,
5114
- index = _context$props.index,
5115
- templates = _context$props.templates,
5116
- type = _context$props.type;
5080
+ item = _context$props.item,
5081
+ index = _context$props.index,
5082
+ templates = _context$props.templates,
5083
+ type = _context$props.type;
5117
5084
  var template = templates && templates[type];
5118
-
5119
5085
  if (template) {
5120
5086
  var content;
5121
-
5122
5087
  switch (type) {
5123
5088
  case 'item':
5124
5089
  case 'caption':
@@ -5127,21 +5092,17 @@ var GalleriaItemvue_type_template_id_5bdfe994_staticRenderFns = [];
5127
5092
  item: item
5128
5093
  });
5129
5094
  break;
5130
-
5131
5095
  case 'indicator':
5132
5096
  content = template({
5133
5097
  index: index
5134
5098
  });
5135
5099
  break;
5136
-
5137
5100
  default:
5138
5101
  content = template({});
5139
5102
  break;
5140
5103
  }
5141
-
5142
5104
  return content ? [content] : null;
5143
5105
  }
5144
-
5145
5106
  return null;
5146
5107
  }
5147
5108
  });
@@ -5298,10 +5259,54 @@ function _classCallCheck(instance, Constructor) {
5298
5259
  throw new TypeError("Cannot call a class as a function");
5299
5260
  }
5300
5261
  }
5301
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/object/define-property.js
5302
- var define_property = __webpack_require__("85f2");
5262
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/object/define-property.js
5263
+ var define_property = __webpack_require__("454f");
5303
5264
  var define_property_default = /*#__PURE__*/__webpack_require__.n(define_property);
5304
5265
 
5266
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/index.js
5267
+ var symbol = __webpack_require__("f921");
5268
+ var symbol_default = /*#__PURE__*/__webpack_require__.n(symbol);
5269
+
5270
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/iterator.js
5271
+ var iterator = __webpack_require__("d8d6");
5272
+ var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
5273
+
5274
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
5275
+
5276
+
5277
+ function _typeof(obj) {
5278
+ "@babel/helpers - typeof";
5279
+
5280
+ return _typeof = "function" == typeof symbol_default.a && "symbol" == typeof iterator_default.a ? function (obj) {
5281
+ return typeof obj;
5282
+ } : function (obj) {
5283
+ return obj && "function" == typeof symbol_default.a && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
5284
+ }, _typeof(obj);
5285
+ }
5286
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/to-primitive.js
5287
+ var to_primitive = __webpack_require__("366e");
5288
+ var to_primitive_default = /*#__PURE__*/__webpack_require__.n(to_primitive);
5289
+
5290
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/toPrimitive.js
5291
+
5292
+
5293
+ function _toPrimitive(input, hint) {
5294
+ if (_typeof(input) !== "object" || input === null) return input;
5295
+ var prim = input[to_primitive_default.a];
5296
+ if (prim !== undefined) {
5297
+ var res = prim.call(input, hint || "default");
5298
+ if (_typeof(res) !== "object") return res;
5299
+ throw new TypeError("@@toPrimitive must return a primitive value.");
5300
+ }
5301
+ return (hint === "string" ? String : Number)(input);
5302
+ }
5303
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/toPropertyKey.js
5304
+
5305
+
5306
+ function _toPropertyKey(arg) {
5307
+ var key = _toPrimitive(arg, "string");
5308
+ return _typeof(key) === "symbol" ? key : String(key);
5309
+ }
5305
5310
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/createClass.js
5306
5311
 
5307
5312
 
@@ -5311,19 +5316,15 @@ function _defineProperties(target, props) {
5311
5316
  descriptor.enumerable = descriptor.enumerable || false;
5312
5317
  descriptor.configurable = true;
5313
5318
  if ("value" in descriptor) descriptor.writable = true;
5314
-
5315
- define_property_default()(target, descriptor.key, descriptor);
5319
+ define_property_default()(target, _toPropertyKey(descriptor.key), descriptor);
5316
5320
  }
5317
5321
  }
5318
-
5319
5322
  function _createClass(Constructor, protoProps, staticProps) {
5320
5323
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
5321
5324
  if (staticProps) _defineProperties(Constructor, staticProps);
5322
-
5323
5325
  define_property_default()(Constructor, "prototype", {
5324
5326
  writable: false
5325
5327
  });
5326
-
5327
5328
  return Constructor;
5328
5329
  }
5329
5330
  // CONCATENATED MODULE: ./src/components/utils/DomHandler.js
@@ -5339,18 +5340,13 @@ function _createClass(Constructor, protoProps, staticProps) {
5339
5340
 
5340
5341
 
5341
5342
 
5342
-
5343
5343
  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; } } }; }
5344
-
5345
5344
  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); }
5346
-
5347
- 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; }
5348
-
5345
+ 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; }
5349
5346
  var DomHandler_DomHandler = /*#__PURE__*/function () {
5350
5347
  function DomHandler() {
5351
5348
  _classCallCheck(this, DomHandler);
5352
5349
  }
5353
-
5354
5350
  _createClass(DomHandler, null, [{
5355
5351
  key: "innerWidth",
5356
5352
  value: function innerWidth(el) {
@@ -5384,12 +5380,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5384
5380
  value: function getOuterWidth(el, margin) {
5385
5381
  if (el) {
5386
5382
  var width = el.offsetWidth;
5387
-
5388
5383
  if (margin) {
5389
5384
  var style = getComputedStyle(el);
5390
5385
  width += parseFloat(style.marginLeft) + parseFloat(style.marginRight);
5391
5386
  }
5392
-
5393
5387
  return width;
5394
5388
  } else {
5395
5389
  return 0;
@@ -5400,12 +5394,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5400
5394
  value: function getOuterHeight(el, margin) {
5401
5395
  if (el) {
5402
5396
  var height = el.offsetHeight;
5403
-
5404
5397
  if (margin) {
5405
5398
  var style = getComputedStyle(el);
5406
5399
  height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
5407
5400
  }
5408
-
5409
5401
  return height;
5410
5402
  } else {
5411
5403
  return 0;
@@ -5416,12 +5408,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5416
5408
  value: function getClientHeight(el, margin) {
5417
5409
  if (el) {
5418
5410
  var height = el.clientHeight;
5419
-
5420
5411
  if (margin) {
5421
5412
  var style = getComputedStyle(el);
5422
5413
  height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
5423
5414
  }
5424
-
5425
5415
  return height;
5426
5416
  } else {
5427
5417
  return 0;
@@ -5431,11 +5421,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5431
5421
  key: "getViewport",
5432
5422
  value: function getViewport() {
5433
5423
  var win = window,
5434
- d = document,
5435
- e = d.documentElement,
5436
- g = d.getElementsByTagName('body')[0],
5437
- w = win.innerWidth || e.clientWidth || g.clientWidth,
5438
- h = win.innerHeight || e.clientHeight || g.clientHeight;
5424
+ d = document,
5425
+ e = d.documentElement,
5426
+ g = d.getElementsByTagName('body')[0],
5427
+ w = win.innerWidth || e.clientWidth || g.clientWidth,
5428
+ h = win.innerHeight || e.clientHeight || g.clientHeight;
5439
5429
  return {
5440
5430
  width: w,
5441
5431
  height: h
@@ -5466,12 +5456,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5466
5456
  value: function index(element) {
5467
5457
  var children = element.parentNode.childNodes;
5468
5458
  var num = 0;
5469
-
5470
5459
  for (var i = 0; i < children.length; i++) {
5471
5460
  if (children[i] === element) return num;
5472
5461
  if (children[i].nodeType === 1) num++;
5473
5462
  }
5474
-
5475
5463
  return -1;
5476
5464
  }
5477
5465
  }, {
@@ -5479,13 +5467,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5479
5467
  value: function addMultipleClasses(element, className) {
5480
5468
  if (element.classList) {
5481
5469
  var styles = className.split(' ');
5482
-
5483
5470
  for (var i = 0; i < styles.length; i++) {
5484
5471
  element.classList.add(styles[i]);
5485
5472
  }
5486
5473
  } else {
5487
5474
  var _styles = className.split(' ');
5488
-
5489
5475
  for (var _i = 0; _i < _styles.length; _i++) {
5490
5476
  element.className += ' ' + _styles[_i];
5491
5477
  }
@@ -5507,7 +5493,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5507
5493
  if (element) {
5508
5494
  if (element.classList) return element.classList.contains(className);else return new RegExp('(^| )' + className + '( |$)', 'gi').test(element.className);
5509
5495
  }
5510
-
5511
5496
  return false;
5512
5497
  }
5513
5498
  }, {
@@ -5552,11 +5537,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5552
5537
  var windowScrollLeft = this.getWindowScrollLeft();
5553
5538
  var viewport = this.getViewport();
5554
5539
  var top, left;
5555
-
5556
5540
  if (targetOffset.top + targetOuterHeight + elementOuterHeight > viewport.height) {
5557
5541
  top = targetOffset.top + windowScrollTop - elementOuterHeight;
5558
5542
  element.style.transformOrigin = 'bottom';
5559
-
5560
5543
  if (top < 0) {
5561
5544
  top = windowScrollTop;
5562
5545
  }
@@ -5564,7 +5547,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5564
5547
  top = targetOuterHeight + targetOffset.top + windowScrollTop;
5565
5548
  element.style.transformOrigin = 'top';
5566
5549
  }
5567
-
5568
5550
  if (targetOffset.left + elementOuterWidth > viewport.width) left = Math.max(0, targetOffset.left + windowScrollLeft + targetOuterWidth - elementOuterWidth);else left = targetOffset.left + windowScrollLeft;
5569
5551
  element.style.top = top + 'px';
5570
5552
  element.style.left = left + 'px';
@@ -5580,11 +5562,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5580
5562
  var targetOffset = target.getBoundingClientRect();
5581
5563
  var viewport = this.getViewport();
5582
5564
  var top, left;
5583
-
5584
5565
  if (targetOffset.top + targetHeight + elementDimensions.height > viewport.height) {
5585
5566
  top = -1 * elementDimensions.height;
5586
5567
  element.style.transformOrigin = 'bottom';
5587
-
5588
5568
  if (targetOffset.top + top < 0) {
5589
5569
  top = -1 * targetOffset.top;
5590
5570
  }
@@ -5592,7 +5572,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5592
5572
  top = targetHeight;
5593
5573
  element.style.transformOrigin = 'top';
5594
5574
  }
5595
-
5596
5575
  if (elementDimensions.width > viewport.width) {
5597
5576
  // element wider then viewport and cannot fit on screen (align at left side of viewport)
5598
5577
  left = targetOffset.left * -1;
@@ -5603,7 +5582,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5603
5582
  // element fits on screen (align with target)
5604
5583
  left = 0;
5605
5584
  }
5606
-
5607
5585
  element.style.top = top + 'px';
5608
5586
  element.style.left = left + 'px';
5609
5587
  }
@@ -5617,35 +5595,27 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5617
5595
  key: "getScrollableParents",
5618
5596
  value: function getScrollableParents(element) {
5619
5597
  var scrollableParents = [];
5620
-
5621
5598
  if (element) {
5622
5599
  var parents = this.getParents(element);
5623
5600
  var overflowRegex = /(auto|scroll)/;
5624
-
5625
5601
  var overflowCheck = function overflowCheck(node) {
5626
5602
  var styleDeclaration = window['getComputedStyle'](node, null);
5627
5603
  return overflowRegex.test(styleDeclaration.getPropertyValue('overflow')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowX')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowY'));
5628
5604
  };
5629
-
5630
5605
  var _iterator = _createForOfIteratorHelper(parents),
5631
- _step;
5632
-
5606
+ _step;
5633
5607
  try {
5634
5608
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
5635
5609
  var parent = _step.value;
5636
5610
  var scrollSelectors = parent.nodeType === 1 && parent.dataset['scrollselectors'];
5637
-
5638
5611
  if (scrollSelectors) {
5639
5612
  var selectors = scrollSelectors.split(',');
5640
-
5641
5613
  var _iterator2 = _createForOfIteratorHelper(selectors),
5642
- _step2;
5643
-
5614
+ _step2;
5644
5615
  try {
5645
5616
  for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
5646
5617
  var selector = _step2.value;
5647
5618
  var el = this.findSingle(parent, selector);
5648
-
5649
5619
  if (el && overflowCheck(el)) {
5650
5620
  scrollableParents.push(el);
5651
5621
  }
@@ -5663,7 +5633,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5663
5633
  _iterator.f();
5664
5634
  }
5665
5635
  }
5666
-
5667
5636
  return scrollableParents;
5668
5637
  }
5669
5638
  }, {
@@ -5704,34 +5673,29 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5704
5673
  element.style.opacity = 0;
5705
5674
  var last = +new Date();
5706
5675
  var opacity = 0;
5707
-
5708
5676
  var tick = function tick() {
5709
5677
  opacity = +element.style.opacity + (new Date().getTime() - last) / duration;
5710
5678
  element.style.opacity = opacity;
5711
5679
  last = +new Date();
5712
-
5713
5680
  if (+opacity < 1) {
5714
5681
  window.requestAnimationFrame && requestAnimationFrame(tick) || setTimeout(tick, 16);
5715
5682
  }
5716
5683
  };
5717
-
5718
5684
  tick();
5719
5685
  }
5720
5686
  }, {
5721
5687
  key: "fadeOut",
5722
5688
  value: function fadeOut(element, ms) {
5723
5689
  var opacity = 1,
5724
- interval = 50,
5725
- duration = ms,
5726
- gap = interval / duration;
5690
+ interval = 50,
5691
+ duration = ms,
5692
+ gap = interval / duration;
5727
5693
  var fading = setInterval(function () {
5728
5694
  opacity -= gap;
5729
-
5730
5695
  if (opacity <= 0) {
5731
5696
  opacity = 0;
5732
5697
  clearInterval(fading);
5733
5698
  }
5734
-
5735
5699
  element.style.opacity = opacity;
5736
5700
  }, interval);
5737
5701
  }
@@ -5758,7 +5722,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5758
5722
  var scroll = container.scrollTop;
5759
5723
  var elementHeight = container.clientHeight;
5760
5724
  var itemHeight = this.getOuterHeight(item);
5761
-
5762
5725
  if (offset < 0) {
5763
5726
  container.scrollTop = scroll + offset;
5764
5727
  } else if (offset + itemHeight > elementHeight) {
@@ -5777,7 +5740,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5777
5740
  } else if (document['selection'] && document['selection'].empty) {
5778
5741
  try {
5779
5742
  document['selection'].empty();
5780
- } catch (error) {//ignore IE bug
5743
+ } catch (error) {
5744
+ //ignore IE bug
5781
5745
  }
5782
5746
  }
5783
5747
  }
@@ -5799,19 +5763,16 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5799
5763
  if (!this.browser) {
5800
5764
  var matched = this.resolveUserAgent();
5801
5765
  this.browser = {};
5802
-
5803
5766
  if (matched.browser) {
5804
5767
  this.browser[matched.browser] = true;
5805
5768
  this.browser['version'] = matched.version;
5806
5769
  }
5807
-
5808
5770
  if (this.browser['chrome']) {
5809
5771
  this.browser['webkit'] = true;
5810
5772
  } else if (this.browser['webkit']) {
5811
5773
  this.browser['safari'] = true;
5812
5774
  }
5813
5775
  }
5814
-
5815
5776
  return this.browser;
5816
5777
  }
5817
5778
  }, {
@@ -5839,10 +5800,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5839
5800
  value: function getFocusableElements(element) {
5840
5801
  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])");
5841
5802
  var visibleFocusableElements = [];
5842
-
5843
5803
  var _iterator3 = _createForOfIteratorHelper(focusableElements),
5844
- _step3;
5845
-
5804
+ _step3;
5846
5805
  try {
5847
5806
  for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
5848
5807
  var focusableElement = _step3.value;
@@ -5853,7 +5812,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5853
5812
  } finally {
5854
5813
  _iterator3.f();
5855
5814
  }
5856
-
5857
5815
  return visibleFocusableElements;
5858
5816
  }
5859
5817
  }, {
@@ -5896,55 +5854,43 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5896
5854
  return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
5897
5855
  }
5898
5856
  }]);
5899
-
5900
5857
  return DomHandler;
5901
5858
  }();
5902
5859
 
5903
-
5904
5860
  // CONCATENATED MODULE: ./src/components/ripple/Ripple.js
5905
5861
 
5906
-
5907
5862
  function bindEvents(el) {
5908
5863
  el.addEventListener('mousedown', onMouseDown);
5909
5864
  }
5910
-
5911
5865
  function unbindEvents(el) {
5912
5866
  el.removeEventListener('mousedown', onMouseDown);
5913
5867
  }
5914
-
5915
5868
  function create(el) {
5916
5869
  var ink = document.createElement('span');
5917
5870
  ink.className = 'p-ink';
5918
5871
  el.appendChild(ink);
5919
5872
  ink.addEventListener('animationend', onAnimationEnd);
5920
5873
  }
5921
-
5922
5874
  function remove(el) {
5923
5875
  var ink = getInk(el);
5924
-
5925
5876
  if (ink) {
5926
5877
  unbindEvents(el);
5927
5878
  ink.removeEventListener('animationend', onAnimationEnd);
5928
5879
  ink.remove();
5929
5880
  }
5930
5881
  }
5931
-
5932
5882
  function onMouseDown(event) {
5933
5883
  var target = event.currentTarget;
5934
5884
  var ink = getInk(target);
5935
-
5936
5885
  if (!ink || getComputedStyle(ink, null).display === 'none') {
5937
5886
  return;
5938
5887
  }
5939
-
5940
5888
  DomHandler_DomHandler.removeClass(ink, 'p-ink-active');
5941
-
5942
5889
  if (!DomHandler_DomHandler.getHeight(ink) && !DomHandler_DomHandler.getWidth(ink)) {
5943
5890
  var d = Math.max(DomHandler_DomHandler.getOuterWidth(target), DomHandler_DomHandler.getOuterHeight(target));
5944
5891
  ink.style.height = d + 'px';
5945
5892
  ink.style.width = d + 'px';
5946
5893
  }
5947
-
5948
5894
  var offset = DomHandler_DomHandler.getOffset(target);
5949
5895
  var x = event.pageX - offset.left + document.body.scrollTop - DomHandler_DomHandler.getWidth(ink) / 2;
5950
5896
  var y = event.pageY - offset.top + document.body.scrollLeft - DomHandler_DomHandler.getHeight(ink) / 2;
@@ -5952,21 +5898,17 @@ function onMouseDown(event) {
5952
5898
  ink.style.left = x + 'px';
5953
5899
  DomHandler_DomHandler.addClass(ink, 'p-ink-active');
5954
5900
  }
5955
-
5956
5901
  function onAnimationEnd(event) {
5957
5902
  DomHandler_DomHandler.removeClass(event.currentTarget, 'p-ink-active');
5958
5903
  }
5959
-
5960
5904
  function getInk(el) {
5961
5905
  for (var i = 0; i < el.children.length; i++) {
5962
5906
  if (typeof el.children[i].className === 'string' && el.children[i].className.indexOf('p-ink') !== -1) {
5963
5907
  return el.children[i];
5964
5908
  }
5965
5909
  }
5966
-
5967
5910
  return null;
5968
5911
  }
5969
-
5970
5912
  var Ripple = {
5971
5913
  inserted: function inserted(el, binding, vnode) {
5972
5914
  if (vnode.context.$primevue && vnode.context.$primevue.config.ripple) {
@@ -6046,7 +5988,6 @@ var Ripple = {
6046
5988
  navBackward: function navBackward(e) {
6047
5989
  this.stopSlideShow();
6048
5990
  this.prev();
6049
-
6050
5991
  if (e && e.cancelable) {
6051
5992
  e.preventDefault();
6052
5993
  }
@@ -6054,7 +5995,6 @@ var Ripple = {
6054
5995
  navForward: function navForward(e) {
6055
5996
  this.stopSlideShow();
6056
5997
  this.next();
6057
-
6058
5998
  if (e && e.cancelable) {
6059
5999
  e.preventDefault();
6060
6000
  }
@@ -6127,11 +6067,10 @@ var GalleriaItem_component = normalizeComponent(
6127
6067
  )
6128
6068
 
6129
6069
  /* harmony default export */ var GalleriaItem = (GalleriaItem_component.exports);
6130
- // 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&
6070
+ // 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&
6131
6071
  var GalleriaThumbnailsvue_type_template_id_11247977_render = function render() {
6132
6072
  var _vm = this,
6133
- _c = _vm._self._c;
6134
-
6073
+ _c = _vm._self._c;
6135
6074
  return _c('div', {
6136
6075
  staticClass: "p-galleria-thumbnail-wrapper"
6137
6076
  }, [_c('div', {
@@ -6222,7 +6161,6 @@ var GalleriaThumbnailsvue_type_template_id_11247977_render = function render() {
6222
6161
  class: _vm.navForwardIconClass
6223
6162
  })]) : _vm._e()])]);
6224
6163
  };
6225
-
6226
6164
  var GalleriaThumbnailsvue_type_template_id_11247977_staticRenderFns = [];
6227
6165
 
6228
6166
  // CONCATENATED MODULE: ./src/components/galleria/GalleriaThumbnails.vue?vue&type=template&id=11247977&
@@ -6230,18 +6168,14 @@ var GalleriaThumbnailsvue_type_template_id_11247977_staticRenderFns = [];
6230
6168
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.sort.js
6231
6169
  var es6_array_sort = __webpack_require__("55dd");
6232
6170
 
6233
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/array/is-array.js
6234
- var is_array = __webpack_require__("a745");
6171
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/array/is-array.js
6172
+ var is_array = __webpack_require__("f410");
6235
6173
  var is_array_default = /*#__PURE__*/__webpack_require__.n(is_array);
6236
6174
 
6237
6175
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/arrayLikeToArray.js
6238
6176
  function arrayLikeToArray_arrayLikeToArray(arr, len) {
6239
6177
  if (len == null || len > arr.length) len = arr.length;
6240
-
6241
- for (var i = 0, arr2 = new Array(len); i < len; i++) {
6242
- arr2[i] = arr[i];
6243
- }
6244
-
6178
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
6245
6179
  return arr2;
6246
6180
  }
6247
6181
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/arrayWithoutHoles.js
@@ -6250,16 +6184,8 @@ function arrayLikeToArray_arrayLikeToArray(arr, len) {
6250
6184
  function _arrayWithoutHoles(arr) {
6251
6185
  if (is_array_default()(arr)) return arrayLikeToArray_arrayLikeToArray(arr);
6252
6186
  }
6253
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol.js
6254
- var symbol = __webpack_require__("67bb");
6255
- var symbol_default = /*#__PURE__*/__webpack_require__.n(symbol);
6256
-
6257
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js
6258
- var iterator = __webpack_require__("5d58");
6259
- var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
6260
-
6261
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/array/from.js
6262
- var from = __webpack_require__("774e");
6187
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/array/from.js
6188
+ var from = __webpack_require__("d2d5");
6263
6189
  var from_default = /*#__PURE__*/__webpack_require__.n(from);
6264
6190
 
6265
6191
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/iterableToArray.js
@@ -6372,14 +6298,12 @@ function _toConsumableArray(arr) {
6372
6298
  mounted: function mounted() {
6373
6299
  this.createStyle();
6374
6300
  this.calculatePosition();
6375
-
6376
6301
  if (this.responsiveOptions) {
6377
6302
  this.bindDocumentListeners();
6378
6303
  }
6379
6304
  },
6380
6305
  updated: function updated() {
6381
6306
  var totalShiftedItems = this.totalShiftedItems;
6382
-
6383
6307
  if (this.d_oldNumVisible !== this.d_numVisible || this.d_oldActiveItemIndex !== this.d_activeIndex) {
6384
6308
  if (this.d_activeIndex <= this.getMedianItemIndex()) {
6385
6309
  totalShiftedItems = 0;
@@ -6390,18 +6314,14 @@ function _toConsumableArray(arr) {
6390
6314
  } else {
6391
6315
  totalShiftedItems = this.d_activeIndex * -1 + this.getMedianItemIndex();
6392
6316
  }
6393
-
6394
6317
  if (totalShiftedItems !== this.totalShiftedItems) {
6395
6318
  this.totalShiftedItems = totalShiftedItems;
6396
6319
  }
6397
-
6398
6320
  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)");
6399
-
6400
6321
  if (this.d_oldActiveItemIndex !== this.d_activeIndex) {
6401
6322
  DomHandler_DomHandler.removeClass(this.$refs.itemsContainer, 'p-items-hidden');
6402
6323
  this.$refs.itemsContainer.style.transition = 'transform 500ms ease 0s';
6403
6324
  }
6404
-
6405
6325
  this.d_oldActiveItemIndex = this.d_activeIndex;
6406
6326
  this.d_oldNumVisible = this.d_numVisible;
6407
6327
  }
@@ -6410,7 +6330,6 @@ function _toConsumableArray(arr) {
6410
6330
  if (this.responsiveOptions) {
6411
6331
  this.unbindDocumentListeners();
6412
6332
  }
6413
-
6414
6333
  if (this.thumbnailsStyle) {
6415
6334
  this.thumbnailsStyle.parentNode.removeChild(this.thumbnailsStyle);
6416
6335
  }
@@ -6418,13 +6337,11 @@ function _toConsumableArray(arr) {
6418
6337
  methods: {
6419
6338
  step: function step(dir) {
6420
6339
  var totalShiftedItems = this.totalShiftedItems + dir;
6421
-
6422
6340
  if (dir < 0 && -1 * totalShiftedItems + this.d_numVisible > this.value.length - 1) {
6423
6341
  totalShiftedItems = this.d_numVisible - this.value.length;
6424
6342
  } else if (dir > 0 && totalShiftedItems > 0) {
6425
6343
  totalShiftedItems = 0;
6426
6344
  }
6427
-
6428
6345
  if (this.circular) {
6429
6346
  if (dir < 0 && this.value.length - 1 === this.d_activeIndex) {
6430
6347
  totalShiftedItems = 0;
@@ -6432,13 +6349,11 @@ function _toConsumableArray(arr) {
6432
6349
  totalShiftedItems = this.d_numVisible - this.value.length;
6433
6350
  }
6434
6351
  }
6435
-
6436
6352
  if (this.$refs.itemsContainer) {
6437
6353
  DomHandler_DomHandler.removeClass(this.$refs.itemsContainer, 'p-items-hidden');
6438
6354
  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)");
6439
6355
  this.$refs.itemsContainer.style.transition = 'transform 500ms ease 0s';
6440
6356
  }
6441
-
6442
6357
  this.totalShiftedItems = totalShiftedItems;
6443
6358
  },
6444
6359
  stopSlideShow: function stopSlideShow() {
@@ -6454,14 +6369,11 @@ function _toConsumableArray(arr) {
6454
6369
  this.stopSlideShow();
6455
6370
  var prevItemIndex = this.d_activeIndex !== 0 ? this.d_activeIndex - 1 : 0;
6456
6371
  var diff = prevItemIndex + this.totalShiftedItems;
6457
-
6458
6372
  if (this.d_numVisible - diff - 1 > this.getMedianItemIndex() && (-1 * this.totalShiftedItems !== 0 || this.circular)) {
6459
6373
  this.step(1);
6460
6374
  }
6461
-
6462
6375
  var activeIndex = this.circular && this.d_activeIndex === 0 ? this.value.length - 1 : prevItemIndex;
6463
6376
  this.$emit('update:activeIndex', activeIndex);
6464
-
6465
6377
  if (e.cancelable) {
6466
6378
  e.preventDefault();
6467
6379
  }
@@ -6469,14 +6381,11 @@ function _toConsumableArray(arr) {
6469
6381
  navForward: function navForward(e) {
6470
6382
  this.stopSlideShow();
6471
6383
  var nextItemIndex = this.d_activeIndex + 1;
6472
-
6473
6384
  if (nextItemIndex + this.totalShiftedItems > this.getMedianItemIndex() && (-1 * this.totalShiftedItems < this.getTotalPageNumber() - 1 || this.circular)) {
6474
6385
  this.step(-1);
6475
6386
  }
6476
-
6477
6387
  var activeIndex = this.circular && this.value.length - 1 === this.d_activeIndex ? 0 : nextItemIndex;
6478
6388
  this.$emit('update:activeIndex', activeIndex);
6479
-
6480
6389
  if (e.cancelable) {
6481
6390
  e.preventDefault();
6482
6391
  }
@@ -6484,25 +6393,20 @@ function _toConsumableArray(arr) {
6484
6393
  onItemClick: function onItemClick(index) {
6485
6394
  this.stopSlideShow();
6486
6395
  var selectedItemIndex = index;
6487
-
6488
6396
  if (selectedItemIndex !== this.d_activeIndex) {
6489
6397
  var diff = selectedItemIndex + this.totalShiftedItems;
6490
6398
  var dir = 0;
6491
-
6492
6399
  if (selectedItemIndex < this.d_activeIndex) {
6493
6400
  dir = this.d_numVisible - diff - 1 - this.getMedianItemIndex();
6494
-
6495
6401
  if (dir > 0 && -1 * this.totalShiftedItems !== 0) {
6496
6402
  this.step(dir);
6497
6403
  }
6498
6404
  } else {
6499
6405
  dir = this.getMedianItemIndex() - diff;
6500
-
6501
6406
  if (dir < 0 && -1 * this.totalShiftedItems < this.getTotalPageNumber() - 1) {
6502
6407
  this.step(dir);
6503
6408
  }
6504
6409
  }
6505
-
6506
6410
  this.$emit('update:activeIndex', selectedItemIndex);
6507
6411
  }
6508
6412
  },
@@ -6526,7 +6430,6 @@ function _toConsumableArray(arr) {
6526
6430
  },
6527
6431
  onTouchEnd: function onTouchEnd(e) {
6528
6432
  var touchobj = e.changedTouches[0];
6529
-
6530
6433
  if (this.isVertical) {
6531
6434
  this.changePageOnTouch(e, touchobj.pageY - this.startPos.y);
6532
6435
  } else {
@@ -6551,9 +6454,7 @@ function _toConsumableArray(arr) {
6551
6454
  this.thumbnailsStyle.type = 'text/css';
6552
6455
  document.body.appendChild(this.thumbnailsStyle);
6553
6456
  }
6554
-
6555
6457
  var innerHTML = "\n #".concat(this.containerId, " .p-galleria-thumbnail-item {\n flex: 1 0 ").concat(100 / this.d_numVisible, "%\n }\n ");
6556
-
6557
6458
  if (this.responsiveOptions) {
6558
6459
  this.sortedResponsiveOptions = _toConsumableArray(this.responsiveOptions);
6559
6460
  this.sortedResponsiveOptions.sort(function (data1, data2) {
@@ -6565,13 +6466,11 @@ function _toConsumableArray(arr) {
6565
6466
  });else result = value1 < value2 ? -1 : value1 > value2 ? 1 : 0;
6566
6467
  return -1 * result;
6567
6468
  });
6568
-
6569
6469
  for (var i = 0; i < this.sortedResponsiveOptions.length; i++) {
6570
6470
  var res = this.sortedResponsiveOptions[i];
6571
6471
  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 ");
6572
6472
  }
6573
6473
  }
6574
-
6575
6474
  this.thumbnailsStyle.innerHTML = innerHTML;
6576
6475
  },
6577
6476
  calculatePosition: function calculatePosition() {
@@ -6580,15 +6479,12 @@ function _toConsumableArray(arr) {
6580
6479
  var matchedResponsiveData = {
6581
6480
  numVisible: this.numVisible
6582
6481
  };
6583
-
6584
6482
  for (var i = 0; i < this.sortedResponsiveOptions.length; i++) {
6585
6483
  var res = this.sortedResponsiveOptions[i];
6586
-
6587
6484
  if (parseInt(res.breakpoint, 10) >= windowWidth) {
6588
6485
  matchedResponsiveData = res;
6589
6486
  }
6590
6487
  }
6591
-
6592
6488
  if (this.d_numVisible !== matchedResponsiveData.numVisible) {
6593
6489
  this.d_numVisible = matchedResponsiveData.numVisible;
6594
6490
  }
@@ -6596,12 +6492,10 @@ function _toConsumableArray(arr) {
6596
6492
  },
6597
6493
  bindDocumentListeners: function bindDocumentListeners() {
6598
6494
  var _this = this;
6599
-
6600
6495
  if (!this.documentResizeListener) {
6601
6496
  this.documentResizeListener = function () {
6602
6497
  _this.calculatePosition();
6603
6498
  };
6604
-
6605
6499
  window.addEventListener('resize', this.documentResizeListener);
6606
6500
  }
6607
6501
  },
@@ -6725,7 +6619,6 @@ var GalleriaThumbnails_component = normalizeComponent(
6725
6619
  },
6726
6620
  startSlideShow: function startSlideShow() {
6727
6621
  var _this = this;
6728
-
6729
6622
  this.interval = setInterval(function () {
6730
6623
  var activeIndex = _this.$attrs.circular && _this.$attrs.value.length - 1 === _this.activeIndex ? 0 : _this.activeIndex + 1;
6731
6624
  _this.activeIndex = activeIndex;
@@ -6736,7 +6629,6 @@ var GalleriaThumbnails_component = normalizeComponent(
6736
6629
  if (this.interval) {
6737
6630
  clearInterval(this.interval);
6738
6631
  }
6739
-
6740
6632
  this.slideShowActive = false;
6741
6633
  },
6742
6634
  getPositionClass: function getPositionClass(preClassName, position) {
@@ -6905,7 +6797,6 @@ var GalleriaContent_component = normalizeComponent(
6905
6797
  },
6906
6798
  updated: function updated() {
6907
6799
  this.removeStylesFromMask();
6908
-
6909
6800
  if (this.fullScreen && this.visible && !this.maskVisible) {
6910
6801
  this.maskVisible = true;
6911
6802
  }
@@ -6932,7 +6823,6 @@ var GalleriaContent_component = normalizeComponent(
6932
6823
  },
6933
6824
  onAppear: function onAppear() {
6934
6825
  var _this = this;
6935
-
6936
6826
  if (this.visible) {
6937
6827
  this.onEnter();
6938
6828
  setTimeout(function () {
@@ -6950,18 +6840,14 @@ var GalleriaContent_component = normalizeComponent(
6950
6840
  },
6951
6841
  removeStylesFromMask: function removeStylesFromMask() {
6952
6842
  var _this2 = this;
6953
-
6954
6843
  if (this.$refs.mask) {
6955
6844
  this.galleriaStyles = this.$vnode.data.style || this.$vnode.data.staticStyle;
6956
-
6957
6845
  if (this.galleriaStyles) {
6958
6846
  Object.keys(this.galleriaStyles).forEach(function (key) {
6959
6847
  _this2.$refs.mask.style[key] = '';
6960
6848
  });
6961
6849
  }
6962
-
6963
6850
  this.galleriaClasses = this.$vnode.data.class || this.$vnode.data.staticClass;
6964
-
6965
6851
  if (this.galleriaClasses) {
6966
6852
  this.$refs.mask.classList = 'p-galleria-mask' + (this.visible && ' p-galleria-visible');
6967
6853
  }