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
@@ -1437,6 +1437,14 @@ module.exports = __webpack_require__("8e60") ? function (object, key, value) {
1437
1437
  };
1438
1438
 
1439
1439
 
1440
+ /***/ }),
1441
+
1442
+ /***/ "366e":
1443
+ /***/ (function(module, exports, __webpack_require__) {
1444
+
1445
+ module.exports = __webpack_require__("ccb9").f('toPrimitive');
1446
+
1447
+
1440
1448
  /***/ }),
1441
1449
 
1442
1450
  /***/ "36c3":
@@ -2041,13 +2049,6 @@ module.exports = function (exec, skipClosing) {
2041
2049
  };
2042
2050
 
2043
2051
 
2044
- /***/ }),
2045
-
2046
- /***/ "5d58":
2047
- /***/ (function(module, exports, __webpack_require__) {
2048
-
2049
- module.exports = __webpack_require__("d8d6");
2050
-
2051
2052
  /***/ }),
2052
2053
 
2053
2054
  /***/ "5dbc":
@@ -2337,13 +2338,6 @@ var meta = module.exports = {
2337
2338
  };
2338
2339
 
2339
2340
 
2340
- /***/ }),
2341
-
2342
- /***/ "67bb":
2343
- /***/ (function(module, exports, __webpack_require__) {
2344
-
2345
- module.exports = __webpack_require__("f921");
2346
-
2347
2341
  /***/ }),
2348
2342
 
2349
2343
  /***/ "6821":
@@ -2737,13 +2731,6 @@ module.exports = function () { /* empty */ };
2737
2731
  module.exports = {};
2738
2732
 
2739
2733
 
2740
- /***/ }),
2741
-
2742
- /***/ "85f2":
2743
- /***/ (function(module, exports, __webpack_require__) {
2744
-
2745
- module.exports = __webpack_require__("454f");
2746
-
2747
2734
  /***/ }),
2748
2735
 
2749
2736
  /***/ "86cc":
@@ -4300,11 +4287,10 @@ if (typeof window !== 'undefined') {
4300
4287
  // Indicate to webpack that this file can be concatenated
4301
4288
  /* harmony default export */ var setPublicPath = (null);
4302
4289
 
4303
- // 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/cascadeselect/CascadeSelectSub.vue?vue&type=template&id=116e9314&
4290
+ // 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/cascadeselect/CascadeSelectSub.vue?vue&type=template&id=116e9314&
4304
4291
  var render = function render() {
4305
4292
  var _vm = this,
4306
- _c = _vm._self._c;
4307
-
4293
+ _c = _vm._self._c;
4308
4294
  return _c('ul', {
4309
4295
  staticClass: "p-cascadeselect-panel p-cascadeselect-items",
4310
4296
  attrs: {
@@ -4365,7 +4351,6 @@ var render = function render() {
4365
4351
  }) : _vm._e()], 1)];
4366
4352
  })], 2);
4367
4353
  };
4368
-
4369
4354
  var staticRenderFns = [];
4370
4355
 
4371
4356
  // CONCATENATED MODULE: ./src/components/cascadeselect/CascadeSelectSub.vue?vue&type=template&id=116e9314&
@@ -4418,12 +4403,12 @@ var es6_object_keys = __webpack_require__("456d");
4418
4403
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.constructor.js
4419
4404
  var es6_regexp_constructor = __webpack_require__("3b2b");
4420
4405
 
4421
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol.js
4422
- var symbol = __webpack_require__("67bb");
4406
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/index.js
4407
+ var symbol = __webpack_require__("f921");
4423
4408
  var symbol_default = /*#__PURE__*/__webpack_require__.n(symbol);
4424
4409
 
4425
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js
4426
- var iterator = __webpack_require__("5d58");
4410
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/iterator.js
4411
+ var iterator = __webpack_require__("d8d6");
4427
4412
  var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
4428
4413
 
4429
4414
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
@@ -4444,10 +4429,34 @@ function _classCallCheck(instance, Constructor) {
4444
4429
  throw new TypeError("Cannot call a class as a function");
4445
4430
  }
4446
4431
  }
4447
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/object/define-property.js
4448
- var define_property = __webpack_require__("85f2");
4432
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/object/define-property.js
4433
+ var define_property = __webpack_require__("454f");
4449
4434
  var define_property_default = /*#__PURE__*/__webpack_require__.n(define_property);
4450
4435
 
4436
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/to-primitive.js
4437
+ var to_primitive = __webpack_require__("366e");
4438
+ var to_primitive_default = /*#__PURE__*/__webpack_require__.n(to_primitive);
4439
+
4440
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/toPrimitive.js
4441
+
4442
+
4443
+ function _toPrimitive(input, hint) {
4444
+ if (_typeof(input) !== "object" || input === null) return input;
4445
+ var prim = input[to_primitive_default.a];
4446
+ if (prim !== undefined) {
4447
+ var res = prim.call(input, hint || "default");
4448
+ if (_typeof(res) !== "object") return res;
4449
+ throw new TypeError("@@toPrimitive must return a primitive value.");
4450
+ }
4451
+ return (hint === "string" ? String : Number)(input);
4452
+ }
4453
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/toPropertyKey.js
4454
+
4455
+
4456
+ function _toPropertyKey(arg) {
4457
+ var key = _toPrimitive(arg, "string");
4458
+ return _typeof(key) === "symbol" ? key : String(key);
4459
+ }
4451
4460
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/createClass.js
4452
4461
 
4453
4462
 
@@ -4457,19 +4466,15 @@ function _defineProperties(target, props) {
4457
4466
  descriptor.enumerable = descriptor.enumerable || false;
4458
4467
  descriptor.configurable = true;
4459
4468
  if ("value" in descriptor) descriptor.writable = true;
4460
-
4461
- define_property_default()(target, descriptor.key, descriptor);
4469
+ define_property_default()(target, _toPropertyKey(descriptor.key), descriptor);
4462
4470
  }
4463
4471
  }
4464
-
4465
4472
  function _createClass(Constructor, protoProps, staticProps) {
4466
4473
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
4467
4474
  if (staticProps) _defineProperties(Constructor, staticProps);
4468
-
4469
4475
  define_property_default()(Constructor, "prototype", {
4470
4476
  writable: false
4471
4477
  });
4472
-
4473
4478
  return Constructor;
4474
4479
  }
4475
4480
  // CONCATENATED MODULE: ./src/components/utils/ObjectUtils.js
@@ -4489,18 +4494,13 @@ function _createClass(Constructor, protoProps, staticProps) {
4489
4494
 
4490
4495
 
4491
4496
 
4492
-
4493
4497
  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; } } }; }
4494
-
4495
4498
  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); }
4496
-
4497
- 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; }
4498
-
4499
+ 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; }
4499
4500
  var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4500
4501
  function ObjectUtils() {
4501
4502
  _classCallCheck(this, ObjectUtils);
4502
4503
  }
4503
-
4504
4504
  _createClass(ObjectUtils, null, [{
4505
4505
  key: "equals",
4506
4506
  value: function equals(obj1, obj2, field) {
@@ -4510,50 +4510,37 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4510
4510
  key: "deepEquals",
4511
4511
  value: function deepEquals(a, b) {
4512
4512
  if (a === b) return true;
4513
-
4514
4513
  if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
4515
4514
  var arrA = Array.isArray(a),
4516
- arrB = Array.isArray(b),
4517
- i,
4518
- length,
4519
- key;
4520
-
4515
+ arrB = Array.isArray(b),
4516
+ i,
4517
+ length,
4518
+ key;
4521
4519
  if (arrA && arrB) {
4522
4520
  length = a.length;
4523
4521
  if (length != b.length) return false;
4524
-
4525
- for (i = length; i-- !== 0;) {
4526
- if (!this.deepEquals(a[i], b[i])) return false;
4527
- }
4528
-
4522
+ for (i = length; i-- !== 0;) if (!this.deepEquals(a[i], b[i])) return false;
4529
4523
  return true;
4530
4524
  }
4531
-
4532
4525
  if (arrA != arrB) return false;
4533
4526
  var dateA = a instanceof Date,
4534
- dateB = b instanceof Date;
4527
+ dateB = b instanceof Date;
4535
4528
  if (dateA != dateB) return false;
4536
4529
  if (dateA && dateB) return a.getTime() == b.getTime();
4537
4530
  var regexpA = a instanceof RegExp,
4538
- regexpB = b instanceof RegExp;
4531
+ regexpB = b instanceof RegExp;
4539
4532
  if (regexpA != regexpB) return false;
4540
4533
  if (regexpA && regexpB) return a.toString() == b.toString();
4541
4534
  var keys = Object.keys(a);
4542
4535
  length = keys.length;
4543
4536
  if (length !== Object.keys(b).length) return false;
4544
-
4545
- for (i = length; i-- !== 0;) {
4546
- if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
4547
- }
4548
-
4537
+ for (i = length; i-- !== 0;) if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
4549
4538
  for (i = length; i-- !== 0;) {
4550
4539
  key = keys[i];
4551
4540
  if (!this.deepEquals(a[key], b[key])) return false;
4552
4541
  }
4553
-
4554
4542
  return true;
4555
4543
  }
4556
-
4557
4544
  return a !== a && b !== b;
4558
4545
  }
4559
4546
  }, {
@@ -4567,15 +4554,12 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4567
4554
  } else {
4568
4555
  var fields = field.split('.');
4569
4556
  var value = data;
4570
-
4571
4557
  for (var i = 0, len = fields.length; i < len; ++i) {
4572
4558
  if (value == null) {
4573
4559
  return null;
4574
4560
  }
4575
-
4576
4561
  value = value[fields[i]];
4577
4562
  }
4578
-
4579
4563
  return value;
4580
4564
  }
4581
4565
  } else {
@@ -4591,22 +4575,17 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4591
4575
  key: "filter",
4592
4576
  value: function filter(value, fields, filterValue) {
4593
4577
  var filteredItems = [];
4594
-
4595
4578
  if (value) {
4596
4579
  var _iterator = _createForOfIteratorHelper(value),
4597
- _step;
4598
-
4580
+ _step;
4599
4581
  try {
4600
4582
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
4601
4583
  var item = _step.value;
4602
-
4603
4584
  var _iterator2 = _createForOfIteratorHelper(fields),
4604
- _step2;
4605
-
4585
+ _step2;
4606
4586
  try {
4607
4587
  for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
4608
4588
  var field = _step2.value;
4609
-
4610
4589
  if (String(this.resolveFieldData(item, field)).toLowerCase().indexOf(filterValue.toLowerCase()) > -1) {
4611
4590
  filteredItems.push(item);
4612
4591
  break;
@@ -4624,23 +4603,19 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4624
4603
  _iterator.f();
4625
4604
  }
4626
4605
  }
4627
-
4628
4606
  return filteredItems;
4629
4607
  }
4630
4608
  }, {
4631
4609
  key: "reorderArray",
4632
4610
  value: function reorderArray(value, from, to) {
4633
4611
  var target;
4634
-
4635
4612
  if (value && from !== to) {
4636
4613
  if (to >= value.length) {
4637
4614
  target = to - value.length;
4638
-
4639
4615
  while (target-- + 1) {
4640
4616
  value.push(undefined);
4641
4617
  }
4642
4618
  }
4643
-
4644
4619
  value.splice(to, 0, value.splice(from, 1)[0]);
4645
4620
  }
4646
4621
  }
@@ -4648,7 +4623,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4648
4623
  key: "findIndexInList",
4649
4624
  value: function findIndexInList(value, list) {
4650
4625
  var index = -1;
4651
-
4652
4626
  if (list) {
4653
4627
  for (var i = 0; i < list.length; i++) {
4654
4628
  if (list[i] === value) {
@@ -4657,7 +4631,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4657
4631
  }
4658
4632
  }
4659
4633
  }
4660
-
4661
4634
  return index;
4662
4635
  }
4663
4636
  }, {
@@ -4665,8 +4638,7 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4665
4638
  value: function contains(value, list) {
4666
4639
  if (value != null && list && list.length) {
4667
4640
  var _iterator3 = _createForOfIteratorHelper(list),
4668
- _step3;
4669
-
4641
+ _step3;
4670
4642
  try {
4671
4643
  for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
4672
4644
  var val = _step3.value;
@@ -4678,7 +4650,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4678
4650
  _iterator3.f();
4679
4651
  }
4680
4652
  }
4681
-
4682
4653
  return false;
4683
4654
  }
4684
4655
  }, {
@@ -4686,17 +4657,14 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4686
4657
  value: function insertIntoOrderedArray(item, index, arr, sourceArr) {
4687
4658
  if (arr.length > 0) {
4688
4659
  var injected = false;
4689
-
4690
4660
  for (var i = 0; i < arr.length; i++) {
4691
4661
  var currentItemIndex = this.findIndexInList(arr[i], sourceArr);
4692
-
4693
4662
  if (currentItemIndex > index) {
4694
4663
  arr.splice(i, 0, item);
4695
4664
  injected = true;
4696
4665
  break;
4697
4666
  }
4698
4667
  }
4699
-
4700
4668
  if (!injected) {
4701
4669
  arr.push(item);
4702
4670
  }
@@ -4710,28 +4678,23 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4710
4678
  if (str && str.search(/[\xC0-\xFF]/g) > -1) {
4711
4679
  str = str.replace(/[\xC0-\xC5]/g, "A").replace(/[\xC6]/g, "AE").replace(/[\xC7]/g, "C").replace(/[\xC8-\xCB]/g, "E").replace(/[\xCC-\xCF]/g, "I").replace(/[\xD0]/g, "D").replace(/[\xD1]/g, "N").replace(/[\xD2-\xD6\xD8]/g, "O").replace(/[\xD9-\xDC]/g, "U").replace(/[\xDD]/g, "Y").replace(/[\xDE]/g, "P").replace(/[\xE0-\xE5]/g, "a").replace(/[\xE6]/g, "ae").replace(/[\xE7]/g, "c").replace(/[\xE8-\xEB]/g, "e").replace(/[\xEC-\xEF]/g, "i").replace(/[\xF1]/g, "n").replace(/[\xF2-\xF6\xF8]/g, "o").replace(/[\xF9-\xFC]/g, "u").replace(/[\xFE]/g, "p").replace(/[\xFD\xFF]/g, "y");
4712
4680
  }
4713
-
4714
4681
  return str;
4715
4682
  }
4716
4683
  }, {
4717
4684
  key: "getVNodeProp",
4718
4685
  value: function getVNodeProp(vnode, prop) {
4719
4686
  var props = vnode._props;
4720
-
4721
4687
  if (props) {
4722
4688
  var kebapProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
4723
4689
  var propName = Object.prototype.hasOwnProperty.call(props, kebapProp) ? kebapProp : prop;
4724
4690
  return props[propName];
4725
4691
  }
4726
-
4727
4692
  return null;
4728
4693
  }
4729
4694
  }]);
4730
-
4731
4695
  return ObjectUtils;
4732
4696
  }();
4733
4697
 
4734
-
4735
4698
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.find.js
4736
4699
  var es6_array_find = __webpack_require__("7514");
4737
4700
 
@@ -4748,18 +4711,13 @@ var es6_array_find = __webpack_require__("7514");
4748
4711
 
4749
4712
 
4750
4713
 
4751
-
4752
4714
  function DomHandler_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = DomHandler_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
4753
-
4754
4715
  function DomHandler_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return DomHandler_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return DomHandler_arrayLikeToArray(o, minLen); }
4755
-
4756
- function DomHandler_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
4757
-
4716
+ function DomHandler_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
4758
4717
  var DomHandler_DomHandler = /*#__PURE__*/function () {
4759
4718
  function DomHandler() {
4760
4719
  _classCallCheck(this, DomHandler);
4761
4720
  }
4762
-
4763
4721
  _createClass(DomHandler, null, [{
4764
4722
  key: "innerWidth",
4765
4723
  value: function innerWidth(el) {
@@ -4793,12 +4751,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4793
4751
  value: function getOuterWidth(el, margin) {
4794
4752
  if (el) {
4795
4753
  var width = el.offsetWidth;
4796
-
4797
4754
  if (margin) {
4798
4755
  var style = getComputedStyle(el);
4799
4756
  width += parseFloat(style.marginLeft) + parseFloat(style.marginRight);
4800
4757
  }
4801
-
4802
4758
  return width;
4803
4759
  } else {
4804
4760
  return 0;
@@ -4809,12 +4765,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4809
4765
  value: function getOuterHeight(el, margin) {
4810
4766
  if (el) {
4811
4767
  var height = el.offsetHeight;
4812
-
4813
4768
  if (margin) {
4814
4769
  var style = getComputedStyle(el);
4815
4770
  height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
4816
4771
  }
4817
-
4818
4772
  return height;
4819
4773
  } else {
4820
4774
  return 0;
@@ -4825,12 +4779,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4825
4779
  value: function getClientHeight(el, margin) {
4826
4780
  if (el) {
4827
4781
  var height = el.clientHeight;
4828
-
4829
4782
  if (margin) {
4830
4783
  var style = getComputedStyle(el);
4831
4784
  height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
4832
4785
  }
4833
-
4834
4786
  return height;
4835
4787
  } else {
4836
4788
  return 0;
@@ -4840,11 +4792,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4840
4792
  key: "getViewport",
4841
4793
  value: function getViewport() {
4842
4794
  var win = window,
4843
- d = document,
4844
- e = d.documentElement,
4845
- g = d.getElementsByTagName('body')[0],
4846
- w = win.innerWidth || e.clientWidth || g.clientWidth,
4847
- h = win.innerHeight || e.clientHeight || g.clientHeight;
4795
+ d = document,
4796
+ e = d.documentElement,
4797
+ g = d.getElementsByTagName('body')[0],
4798
+ w = win.innerWidth || e.clientWidth || g.clientWidth,
4799
+ h = win.innerHeight || e.clientHeight || g.clientHeight;
4848
4800
  return {
4849
4801
  width: w,
4850
4802
  height: h
@@ -4875,12 +4827,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4875
4827
  value: function index(element) {
4876
4828
  var children = element.parentNode.childNodes;
4877
4829
  var num = 0;
4878
-
4879
4830
  for (var i = 0; i < children.length; i++) {
4880
4831
  if (children[i] === element) return num;
4881
4832
  if (children[i].nodeType === 1) num++;
4882
4833
  }
4883
-
4884
4834
  return -1;
4885
4835
  }
4886
4836
  }, {
@@ -4888,13 +4838,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4888
4838
  value: function addMultipleClasses(element, className) {
4889
4839
  if (element.classList) {
4890
4840
  var styles = className.split(' ');
4891
-
4892
4841
  for (var i = 0; i < styles.length; i++) {
4893
4842
  element.classList.add(styles[i]);
4894
4843
  }
4895
4844
  } else {
4896
4845
  var _styles = className.split(' ');
4897
-
4898
4846
  for (var _i = 0; _i < _styles.length; _i++) {
4899
4847
  element.className += ' ' + _styles[_i];
4900
4848
  }
@@ -4916,7 +4864,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4916
4864
  if (element) {
4917
4865
  if (element.classList) return element.classList.contains(className);else return new RegExp('(^| )' + className + '( |$)', 'gi').test(element.className);
4918
4866
  }
4919
-
4920
4867
  return false;
4921
4868
  }
4922
4869
  }, {
@@ -4961,11 +4908,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4961
4908
  var windowScrollLeft = this.getWindowScrollLeft();
4962
4909
  var viewport = this.getViewport();
4963
4910
  var top, left;
4964
-
4965
4911
  if (targetOffset.top + targetOuterHeight + elementOuterHeight > viewport.height) {
4966
4912
  top = targetOffset.top + windowScrollTop - elementOuterHeight;
4967
4913
  element.style.transformOrigin = 'bottom';
4968
-
4969
4914
  if (top < 0) {
4970
4915
  top = windowScrollTop;
4971
4916
  }
@@ -4973,7 +4918,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4973
4918
  top = targetOuterHeight + targetOffset.top + windowScrollTop;
4974
4919
  element.style.transformOrigin = 'top';
4975
4920
  }
4976
-
4977
4921
  if (targetOffset.left + elementOuterWidth > viewport.width) left = Math.max(0, targetOffset.left + windowScrollLeft + targetOuterWidth - elementOuterWidth);else left = targetOffset.left + windowScrollLeft;
4978
4922
  element.style.top = top + 'px';
4979
4923
  element.style.left = left + 'px';
@@ -4989,11 +4933,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
4989
4933
  var targetOffset = target.getBoundingClientRect();
4990
4934
  var viewport = this.getViewport();
4991
4935
  var top, left;
4992
-
4993
4936
  if (targetOffset.top + targetHeight + elementDimensions.height > viewport.height) {
4994
4937
  top = -1 * elementDimensions.height;
4995
4938
  element.style.transformOrigin = 'bottom';
4996
-
4997
4939
  if (targetOffset.top + top < 0) {
4998
4940
  top = -1 * targetOffset.top;
4999
4941
  }
@@ -5001,7 +4943,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5001
4943
  top = targetHeight;
5002
4944
  element.style.transformOrigin = 'top';
5003
4945
  }
5004
-
5005
4946
  if (elementDimensions.width > viewport.width) {
5006
4947
  // element wider then viewport and cannot fit on screen (align at left side of viewport)
5007
4948
  left = targetOffset.left * -1;
@@ -5012,7 +4953,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5012
4953
  // element fits on screen (align with target)
5013
4954
  left = 0;
5014
4955
  }
5015
-
5016
4956
  element.style.top = top + 'px';
5017
4957
  element.style.left = left + 'px';
5018
4958
  }
@@ -5026,35 +4966,27 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5026
4966
  key: "getScrollableParents",
5027
4967
  value: function getScrollableParents(element) {
5028
4968
  var scrollableParents = [];
5029
-
5030
4969
  if (element) {
5031
4970
  var parents = this.getParents(element);
5032
4971
  var overflowRegex = /(auto|scroll)/;
5033
-
5034
4972
  var overflowCheck = function overflowCheck(node) {
5035
4973
  var styleDeclaration = window['getComputedStyle'](node, null);
5036
4974
  return overflowRegex.test(styleDeclaration.getPropertyValue('overflow')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowX')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowY'));
5037
4975
  };
5038
-
5039
4976
  var _iterator = DomHandler_createForOfIteratorHelper(parents),
5040
- _step;
5041
-
4977
+ _step;
5042
4978
  try {
5043
4979
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
5044
4980
  var parent = _step.value;
5045
4981
  var scrollSelectors = parent.nodeType === 1 && parent.dataset['scrollselectors'];
5046
-
5047
4982
  if (scrollSelectors) {
5048
4983
  var selectors = scrollSelectors.split(',');
5049
-
5050
4984
  var _iterator2 = DomHandler_createForOfIteratorHelper(selectors),
5051
- _step2;
5052
-
4985
+ _step2;
5053
4986
  try {
5054
4987
  for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
5055
4988
  var selector = _step2.value;
5056
4989
  var el = this.findSingle(parent, selector);
5057
-
5058
4990
  if (el && overflowCheck(el)) {
5059
4991
  scrollableParents.push(el);
5060
4992
  }
@@ -5072,7 +5004,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5072
5004
  _iterator.f();
5073
5005
  }
5074
5006
  }
5075
-
5076
5007
  return scrollableParents;
5077
5008
  }
5078
5009
  }, {
@@ -5113,34 +5044,29 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5113
5044
  element.style.opacity = 0;
5114
5045
  var last = +new Date();
5115
5046
  var opacity = 0;
5116
-
5117
5047
  var tick = function tick() {
5118
5048
  opacity = +element.style.opacity + (new Date().getTime() - last) / duration;
5119
5049
  element.style.opacity = opacity;
5120
5050
  last = +new Date();
5121
-
5122
5051
  if (+opacity < 1) {
5123
5052
  window.requestAnimationFrame && requestAnimationFrame(tick) || setTimeout(tick, 16);
5124
5053
  }
5125
5054
  };
5126
-
5127
5055
  tick();
5128
5056
  }
5129
5057
  }, {
5130
5058
  key: "fadeOut",
5131
5059
  value: function fadeOut(element, ms) {
5132
5060
  var opacity = 1,
5133
- interval = 50,
5134
- duration = ms,
5135
- gap = interval / duration;
5061
+ interval = 50,
5062
+ duration = ms,
5063
+ gap = interval / duration;
5136
5064
  var fading = setInterval(function () {
5137
5065
  opacity -= gap;
5138
-
5139
5066
  if (opacity <= 0) {
5140
5067
  opacity = 0;
5141
5068
  clearInterval(fading);
5142
5069
  }
5143
-
5144
5070
  element.style.opacity = opacity;
5145
5071
  }, interval);
5146
5072
  }
@@ -5167,7 +5093,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5167
5093
  var scroll = container.scrollTop;
5168
5094
  var elementHeight = container.clientHeight;
5169
5095
  var itemHeight = this.getOuterHeight(item);
5170
-
5171
5096
  if (offset < 0) {
5172
5097
  container.scrollTop = scroll + offset;
5173
5098
  } else if (offset + itemHeight > elementHeight) {
@@ -5186,7 +5111,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5186
5111
  } else if (document['selection'] && document['selection'].empty) {
5187
5112
  try {
5188
5113
  document['selection'].empty();
5189
- } catch (error) {//ignore IE bug
5114
+ } catch (error) {
5115
+ //ignore IE bug
5190
5116
  }
5191
5117
  }
5192
5118
  }
@@ -5208,19 +5134,16 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5208
5134
  if (!this.browser) {
5209
5135
  var matched = this.resolveUserAgent();
5210
5136
  this.browser = {};
5211
-
5212
5137
  if (matched.browser) {
5213
5138
  this.browser[matched.browser] = true;
5214
5139
  this.browser['version'] = matched.version;
5215
5140
  }
5216
-
5217
5141
  if (this.browser['chrome']) {
5218
5142
  this.browser['webkit'] = true;
5219
5143
  } else if (this.browser['webkit']) {
5220
5144
  this.browser['safari'] = true;
5221
5145
  }
5222
5146
  }
5223
-
5224
5147
  return this.browser;
5225
5148
  }
5226
5149
  }, {
@@ -5248,10 +5171,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5248
5171
  value: function getFocusableElements(element) {
5249
5172
  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])");
5250
5173
  var visibleFocusableElements = [];
5251
-
5252
5174
  var _iterator3 = DomHandler_createForOfIteratorHelper(focusableElements),
5253
- _step3;
5254
-
5175
+ _step3;
5255
5176
  try {
5256
5177
  for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
5257
5178
  var focusableElement = _step3.value;
@@ -5262,7 +5183,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5262
5183
  } finally {
5263
5184
  _iterator3.f();
5264
5185
  }
5265
-
5266
5186
  return visibleFocusableElements;
5267
5187
  }
5268
5188
  }, {
@@ -5305,55 +5225,43 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5305
5225
  return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
5306
5226
  }
5307
5227
  }]);
5308
-
5309
5228
  return DomHandler;
5310
5229
  }();
5311
5230
 
5312
-
5313
5231
  // CONCATENATED MODULE: ./src/components/ripple/Ripple.js
5314
5232
 
5315
-
5316
5233
  function bindEvents(el) {
5317
5234
  el.addEventListener('mousedown', onMouseDown);
5318
5235
  }
5319
-
5320
5236
  function unbindEvents(el) {
5321
5237
  el.removeEventListener('mousedown', onMouseDown);
5322
5238
  }
5323
-
5324
5239
  function create(el) {
5325
5240
  var ink = document.createElement('span');
5326
5241
  ink.className = 'p-ink';
5327
5242
  el.appendChild(ink);
5328
5243
  ink.addEventListener('animationend', onAnimationEnd);
5329
5244
  }
5330
-
5331
5245
  function remove(el) {
5332
5246
  var ink = getInk(el);
5333
-
5334
5247
  if (ink) {
5335
5248
  unbindEvents(el);
5336
5249
  ink.removeEventListener('animationend', onAnimationEnd);
5337
5250
  ink.remove();
5338
5251
  }
5339
5252
  }
5340
-
5341
5253
  function onMouseDown(event) {
5342
5254
  var target = event.currentTarget;
5343
5255
  var ink = getInk(target);
5344
-
5345
5256
  if (!ink || getComputedStyle(ink, null).display === 'none') {
5346
5257
  return;
5347
5258
  }
5348
-
5349
5259
  DomHandler_DomHandler.removeClass(ink, 'p-ink-active');
5350
-
5351
5260
  if (!DomHandler_DomHandler.getHeight(ink) && !DomHandler_DomHandler.getWidth(ink)) {
5352
5261
  var d = Math.max(DomHandler_DomHandler.getOuterWidth(target), DomHandler_DomHandler.getOuterHeight(target));
5353
5262
  ink.style.height = d + 'px';
5354
5263
  ink.style.width = d + 'px';
5355
5264
  }
5356
-
5357
5265
  var offset = DomHandler_DomHandler.getOffset(target);
5358
5266
  var x = event.pageX - offset.left + document.body.scrollTop - DomHandler_DomHandler.getWidth(ink) / 2;
5359
5267
  var y = event.pageY - offset.top + document.body.scrollLeft - DomHandler_DomHandler.getHeight(ink) / 2;
@@ -5361,21 +5269,17 @@ function onMouseDown(event) {
5361
5269
  ink.style.left = x + 'px';
5362
5270
  DomHandler_DomHandler.addClass(ink, 'p-ink-active');
5363
5271
  }
5364
-
5365
5272
  function onAnimationEnd(event) {
5366
5273
  DomHandler_DomHandler.removeClass(event.currentTarget, 'p-ink-active');
5367
5274
  }
5368
-
5369
5275
  function getInk(el) {
5370
5276
  for (var i = 0; i < el.children.length; i++) {
5371
5277
  if (typeof el.children[i].className === 'string' && el.children[i].className.indexOf('p-ink') !== -1) {
5372
5278
  return el.children[i];
5373
5279
  }
5374
5280
  }
5375
-
5376
5281
  return null;
5377
5282
  }
5378
-
5379
5283
  var Ripple = {
5380
5284
  inserted: function inserted(el, binding, vnode) {
5381
5285
  if (vnode.context.$primevue && vnode.context.$primevue.config.ripple) {
@@ -5398,13 +5302,9 @@ var Ripple = {
5398
5302
 
5399
5303
 
5400
5304
 
5401
-
5402
5305
  function CascadeSelectSubvue_type_script_lang_js_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = CascadeSelectSubvue_type_script_lang_js_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
5403
-
5404
5306
  function CascadeSelectSubvue_type_script_lang_js_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return CascadeSelectSubvue_type_script_lang_js_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return CascadeSelectSubvue_type_script_lang_js_arrayLikeToArray(o, minLen); }
5405
-
5406
- function CascadeSelectSubvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
5407
-
5307
+ function CascadeSelectSubvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5408
5308
 
5409
5309
 
5410
5310
 
@@ -5450,12 +5350,10 @@ var CascadeSelectOptionTemplate = {
5450
5350
  mounted: function mounted() {
5451
5351
  if (this.selectionPath && this.options && !this.dirty) {
5452
5352
  var _iterator = CascadeSelectSubvue_type_script_lang_js_createForOfIteratorHelper(this.options),
5453
- _step;
5454
-
5353
+ _step;
5455
5354
  try {
5456
5355
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
5457
5356
  var option = _step.value;
5458
-
5459
5357
  if (this.selectionPath.includes(option)) {
5460
5358
  this.activeOption = option;
5461
5359
  break;
@@ -5467,7 +5365,6 @@ var CascadeSelectOptionTemplate = {
5467
5365
  _iterator.f();
5468
5366
  }
5469
5367
  }
5470
-
5471
5368
  if (!this.root) {
5472
5369
  this.position();
5473
5370
  }
@@ -5532,23 +5429,17 @@ var CascadeSelectOptionTemplate = {
5532
5429
  case 'Down':
5533
5430
  case 'ArrowDown':
5534
5431
  var nextItem = this.$el.children[index + 1];
5535
-
5536
5432
  if (nextItem) {
5537
5433
  nextItem.children[0].focus();
5538
5434
  }
5539
-
5540
5435
  break;
5541
-
5542
5436
  case 'Up':
5543
5437
  case 'ArrowUp':
5544
5438
  var prevItem = this.$el.children[index - 1];
5545
-
5546
5439
  if (prevItem) {
5547
5440
  prevItem.children[0].focus();
5548
5441
  }
5549
-
5550
5442
  break;
5551
-
5552
5443
  case 'Right':
5553
5444
  case 'ArrowRight':
5554
5445
  if (this.isOptionGroup(option)) {
@@ -5558,25 +5449,19 @@ var CascadeSelectOptionTemplate = {
5558
5449
  this.activeOption = option;
5559
5450
  }
5560
5451
  }
5561
-
5562
5452
  break;
5563
-
5564
5453
  case 'Left':
5565
5454
  case 'ArrowLeft':
5566
5455
  this.activeOption = null;
5567
5456
  var parentList = event.currentTarget.parentElement.parentElement.previousElementSibling;
5568
-
5569
5457
  if (parentList) {
5570
5458
  parentList.focus();
5571
5459
  }
5572
-
5573
5460
  break;
5574
-
5575
5461
  case 'Enter':
5576
5462
  this.onOptionClick(event, option);
5577
5463
  break;
5578
5464
  }
5579
-
5580
5465
  event.preventDefault();
5581
5466
  },
5582
5467
  position: function position() {
@@ -5585,7 +5470,6 @@ var CascadeSelectOptionTemplate = {
5585
5470
  var viewport = DomHandler_DomHandler.getViewport();
5586
5471
  var sublistWidth = this.$el.offsetParent ? this.$el.offsetWidth : DomHandler_DomHandler.getHiddenElementOuterWidth(this.$el);
5587
5472
  var itemOuterWidth = DomHandler_DomHandler.getOuterWidth(parentItem.children[0]);
5588
-
5589
5473
  if (parseInt(containerOffset.left, 10) + itemOuterWidth + sublistWidth > viewport.width - DomHandler_DomHandler.calculateScrollbarWidth()) {
5590
5474
  this.$el.style.left = '-100%';
5591
5475
  }