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
@@ -1393,6 +1393,14 @@ module.exports = __webpack_require__("8e60") ? function (object, key, value) {
1393
1393
  };
1394
1394
 
1395
1395
 
1396
+ /***/ }),
1397
+
1398
+ /***/ "366e":
1399
+ /***/ (function(module, exports, __webpack_require__) {
1400
+
1401
+ module.exports = __webpack_require__("ccb9").f('toPrimitive');
1402
+
1403
+
1396
1404
  /***/ }),
1397
1405
 
1398
1406
  /***/ "36c3":
@@ -2097,13 +2105,6 @@ module.exports = function (exec, skipClosing) {
2097
2105
  };
2098
2106
 
2099
2107
 
2100
- /***/ }),
2101
-
2102
- /***/ "5d58":
2103
- /***/ (function(module, exports, __webpack_require__) {
2104
-
2105
- module.exports = __webpack_require__("d8d6");
2106
-
2107
2108
  /***/ }),
2108
2109
 
2109
2110
  /***/ "5dbc":
@@ -2373,13 +2374,6 @@ var meta = module.exports = {
2373
2374
  };
2374
2375
 
2375
2376
 
2376
- /***/ }),
2377
-
2378
- /***/ "67bb":
2379
- /***/ (function(module, exports, __webpack_require__) {
2380
-
2381
- module.exports = __webpack_require__("f921");
2382
-
2383
2377
  /***/ }),
2384
2378
 
2385
2379
  /***/ "6821":
@@ -2561,13 +2555,6 @@ var global = module.exports = typeof window != 'undefined' && window.Math == Mat
2561
2555
  if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
2562
2556
 
2563
2557
 
2564
- /***/ }),
2565
-
2566
- /***/ "774e":
2567
- /***/ (function(module, exports, __webpack_require__) {
2568
-
2569
- module.exports = __webpack_require__("d2d5");
2570
-
2571
2558
  /***/ }),
2572
2559
 
2573
2560
  /***/ "77f1":
@@ -2773,13 +2760,6 @@ module.exports = function () { /* empty */ };
2773
2760
  module.exports = {};
2774
2761
 
2775
2762
 
2776
- /***/ }),
2777
-
2778
- /***/ "85f2":
2779
- /***/ (function(module, exports, __webpack_require__) {
2780
-
2781
- module.exports = __webpack_require__("454f");
2782
-
2783
2763
  /***/ }),
2784
2764
 
2785
2765
  /***/ "86cc":
@@ -3402,13 +3382,6 @@ __webpack_require__("214f")('replace', 2, function (defined, REPLACE, $replace,
3402
3382
  });
3403
3383
 
3404
3384
 
3405
- /***/ }),
3406
-
3407
- /***/ "a745":
3408
- /***/ (function(module, exports, __webpack_require__) {
3409
-
3410
- module.exports = __webpack_require__("f410");
3411
-
3412
3385
  /***/ }),
3413
3386
 
3414
3387
  /***/ "aae3":
@@ -4216,11 +4189,10 @@ if (typeof window !== 'undefined') {
4216
4189
  // Indicate to webpack that this file can be concatenated
4217
4190
  /* harmony default export */ var setPublicPath = (null);
4218
4191
 
4219
- // 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/checkbox/Checkbox.vue?vue&type=template&id=54e45401&
4192
+ // 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/checkbox/Checkbox.vue?vue&type=template&id=54e45401&
4220
4193
  var render = function render() {
4221
4194
  var _vm = this,
4222
- _c = _vm._self._c;
4223
-
4195
+ _c = _vm._self._c;
4224
4196
  return _c('div', {
4225
4197
  class: _vm.containerClass,
4226
4198
  on: {
@@ -4264,23 +4236,18 @@ var render = function render() {
4264
4236
  }]
4265
4237
  })])]);
4266
4238
  };
4267
-
4268
4239
  var staticRenderFns = [];
4269
4240
 
4270
4241
  // CONCATENATED MODULE: ./src/components/checkbox/Checkbox.vue?vue&type=template&id=54e45401&
4271
4242
 
4272
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/array/is-array.js
4273
- var is_array = __webpack_require__("a745");
4243
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/array/is-array.js
4244
+ var is_array = __webpack_require__("f410");
4274
4245
  var is_array_default = /*#__PURE__*/__webpack_require__.n(is_array);
4275
4246
 
4276
4247
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/arrayLikeToArray.js
4277
4248
  function _arrayLikeToArray(arr, len) {
4278
4249
  if (len == null || len > arr.length) len = arr.length;
4279
-
4280
- for (var i = 0, arr2 = new Array(len); i < len; i++) {
4281
- arr2[i] = arr[i];
4282
- }
4283
-
4250
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
4284
4251
  return arr2;
4285
4252
  }
4286
4253
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/arrayWithoutHoles.js
@@ -4289,16 +4256,16 @@ function _arrayLikeToArray(arr, len) {
4289
4256
  function _arrayWithoutHoles(arr) {
4290
4257
  if (is_array_default()(arr)) return _arrayLikeToArray(arr);
4291
4258
  }
4292
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol.js
4293
- var symbol = __webpack_require__("67bb");
4259
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/index.js
4260
+ var symbol = __webpack_require__("f921");
4294
4261
  var symbol_default = /*#__PURE__*/__webpack_require__.n(symbol);
4295
4262
 
4296
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js
4297
- var iterator = __webpack_require__("5d58");
4263
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/iterator.js
4264
+ var iterator = __webpack_require__("d8d6");
4298
4265
  var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
4299
4266
 
4300
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/array/from.js
4301
- var from = __webpack_require__("774e");
4267
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/array/from.js
4268
+ var from = __webpack_require__("d2d5");
4302
4269
  var from_default = /*#__PURE__*/__webpack_require__.n(from);
4303
4270
 
4304
4271
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/iterableToArray.js
@@ -4388,10 +4355,34 @@ function _classCallCheck(instance, Constructor) {
4388
4355
  throw new TypeError("Cannot call a class as a function");
4389
4356
  }
4390
4357
  }
4391
- // EXTERNAL MODULE: ./node_modules/@babel/runtime-corejs2/core-js/object/define-property.js
4392
- var define_property = __webpack_require__("85f2");
4358
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/object/define-property.js
4359
+ var define_property = __webpack_require__("454f");
4393
4360
  var define_property_default = /*#__PURE__*/__webpack_require__.n(define_property);
4394
4361
 
4362
+ // EXTERNAL MODULE: ./node_modules/core-js/library/fn/symbol/to-primitive.js
4363
+ var to_primitive = __webpack_require__("366e");
4364
+ var to_primitive_default = /*#__PURE__*/__webpack_require__.n(to_primitive);
4365
+
4366
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/toPrimitive.js
4367
+
4368
+
4369
+ function _toPrimitive(input, hint) {
4370
+ if (_typeof(input) !== "object" || input === null) return input;
4371
+ var prim = input[to_primitive_default.a];
4372
+ if (prim !== undefined) {
4373
+ var res = prim.call(input, hint || "default");
4374
+ if (_typeof(res) !== "object") return res;
4375
+ throw new TypeError("@@toPrimitive must return a primitive value.");
4376
+ }
4377
+ return (hint === "string" ? String : Number)(input);
4378
+ }
4379
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/toPropertyKey.js
4380
+
4381
+
4382
+ function _toPropertyKey(arg) {
4383
+ var key = _toPrimitive(arg, "string");
4384
+ return _typeof(key) === "symbol" ? key : String(key);
4385
+ }
4395
4386
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/createClass.js
4396
4387
 
4397
4388
 
@@ -4401,19 +4392,15 @@ function _defineProperties(target, props) {
4401
4392
  descriptor.enumerable = descriptor.enumerable || false;
4402
4393
  descriptor.configurable = true;
4403
4394
  if ("value" in descriptor) descriptor.writable = true;
4404
-
4405
- define_property_default()(target, descriptor.key, descriptor);
4395
+ define_property_default()(target, _toPropertyKey(descriptor.key), descriptor);
4406
4396
  }
4407
4397
  }
4408
-
4409
4398
  function _createClass(Constructor, protoProps, staticProps) {
4410
4399
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
4411
4400
  if (staticProps) _defineProperties(Constructor, staticProps);
4412
-
4413
4401
  define_property_default()(Constructor, "prototype", {
4414
4402
  writable: false
4415
4403
  });
4416
-
4417
4404
  return Constructor;
4418
4405
  }
4419
4406
  // CONCATENATED MODULE: ./src/components/utils/ObjectUtils.js
@@ -4433,18 +4420,13 @@ function _createClass(Constructor, protoProps, staticProps) {
4433
4420
 
4434
4421
 
4435
4422
 
4436
-
4437
4423
  function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = ObjectUtils_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
4438
-
4439
4424
  function ObjectUtils_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ObjectUtils_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return ObjectUtils_arrayLikeToArray(o, minLen); }
4440
-
4441
- function ObjectUtils_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
4442
-
4425
+ function ObjectUtils_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
4443
4426
  var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4444
4427
  function ObjectUtils() {
4445
4428
  _classCallCheck(this, ObjectUtils);
4446
4429
  }
4447
-
4448
4430
  _createClass(ObjectUtils, null, [{
4449
4431
  key: "equals",
4450
4432
  value: function equals(obj1, obj2, field) {
@@ -4454,50 +4436,37 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4454
4436
  key: "deepEquals",
4455
4437
  value: function deepEquals(a, b) {
4456
4438
  if (a === b) return true;
4457
-
4458
4439
  if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
4459
4440
  var arrA = Array.isArray(a),
4460
- arrB = Array.isArray(b),
4461
- i,
4462
- length,
4463
- key;
4464
-
4441
+ arrB = Array.isArray(b),
4442
+ i,
4443
+ length,
4444
+ key;
4465
4445
  if (arrA && arrB) {
4466
4446
  length = a.length;
4467
4447
  if (length != b.length) return false;
4468
-
4469
- for (i = length; i-- !== 0;) {
4470
- if (!this.deepEquals(a[i], b[i])) return false;
4471
- }
4472
-
4448
+ for (i = length; i-- !== 0;) if (!this.deepEquals(a[i], b[i])) return false;
4473
4449
  return true;
4474
4450
  }
4475
-
4476
4451
  if (arrA != arrB) return false;
4477
4452
  var dateA = a instanceof Date,
4478
- dateB = b instanceof Date;
4453
+ dateB = b instanceof Date;
4479
4454
  if (dateA != dateB) return false;
4480
4455
  if (dateA && dateB) return a.getTime() == b.getTime();
4481
4456
  var regexpA = a instanceof RegExp,
4482
- regexpB = b instanceof RegExp;
4457
+ regexpB = b instanceof RegExp;
4483
4458
  if (regexpA != regexpB) return false;
4484
4459
  if (regexpA && regexpB) return a.toString() == b.toString();
4485
4460
  var keys = Object.keys(a);
4486
4461
  length = keys.length;
4487
4462
  if (length !== Object.keys(b).length) return false;
4488
-
4489
- for (i = length; i-- !== 0;) {
4490
- if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
4491
- }
4492
-
4463
+ for (i = length; i-- !== 0;) if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
4493
4464
  for (i = length; i-- !== 0;) {
4494
4465
  key = keys[i];
4495
4466
  if (!this.deepEquals(a[key], b[key])) return false;
4496
4467
  }
4497
-
4498
4468
  return true;
4499
4469
  }
4500
-
4501
4470
  return a !== a && b !== b;
4502
4471
  }
4503
4472
  }, {
@@ -4511,15 +4480,12 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4511
4480
  } else {
4512
4481
  var fields = field.split('.');
4513
4482
  var value = data;
4514
-
4515
4483
  for (var i = 0, len = fields.length; i < len; ++i) {
4516
4484
  if (value == null) {
4517
4485
  return null;
4518
4486
  }
4519
-
4520
4487
  value = value[fields[i]];
4521
4488
  }
4522
-
4523
4489
  return value;
4524
4490
  }
4525
4491
  } else {
@@ -4535,22 +4501,17 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4535
4501
  key: "filter",
4536
4502
  value: function filter(value, fields, filterValue) {
4537
4503
  var filteredItems = [];
4538
-
4539
4504
  if (value) {
4540
4505
  var _iterator = _createForOfIteratorHelper(value),
4541
- _step;
4542
-
4506
+ _step;
4543
4507
  try {
4544
4508
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
4545
4509
  var item = _step.value;
4546
-
4547
4510
  var _iterator2 = _createForOfIteratorHelper(fields),
4548
- _step2;
4549
-
4511
+ _step2;
4550
4512
  try {
4551
4513
  for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
4552
4514
  var field = _step2.value;
4553
-
4554
4515
  if (String(this.resolveFieldData(item, field)).toLowerCase().indexOf(filterValue.toLowerCase()) > -1) {
4555
4516
  filteredItems.push(item);
4556
4517
  break;
@@ -4568,23 +4529,19 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4568
4529
  _iterator.f();
4569
4530
  }
4570
4531
  }
4571
-
4572
4532
  return filteredItems;
4573
4533
  }
4574
4534
  }, {
4575
4535
  key: "reorderArray",
4576
4536
  value: function reorderArray(value, from, to) {
4577
4537
  var target;
4578
-
4579
4538
  if (value && from !== to) {
4580
4539
  if (to >= value.length) {
4581
4540
  target = to - value.length;
4582
-
4583
4541
  while (target-- + 1) {
4584
4542
  value.push(undefined);
4585
4543
  }
4586
4544
  }
4587
-
4588
4545
  value.splice(to, 0, value.splice(from, 1)[0]);
4589
4546
  }
4590
4547
  }
@@ -4592,7 +4549,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4592
4549
  key: "findIndexInList",
4593
4550
  value: function findIndexInList(value, list) {
4594
4551
  var index = -1;
4595
-
4596
4552
  if (list) {
4597
4553
  for (var i = 0; i < list.length; i++) {
4598
4554
  if (list[i] === value) {
@@ -4601,7 +4557,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4601
4557
  }
4602
4558
  }
4603
4559
  }
4604
-
4605
4560
  return index;
4606
4561
  }
4607
4562
  }, {
@@ -4609,8 +4564,7 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4609
4564
  value: function contains(value, list) {
4610
4565
  if (value != null && list && list.length) {
4611
4566
  var _iterator3 = _createForOfIteratorHelper(list),
4612
- _step3;
4613
-
4567
+ _step3;
4614
4568
  try {
4615
4569
  for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
4616
4570
  var val = _step3.value;
@@ -4622,7 +4576,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4622
4576
  _iterator3.f();
4623
4577
  }
4624
4578
  }
4625
-
4626
4579
  return false;
4627
4580
  }
4628
4581
  }, {
@@ -4630,17 +4583,14 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4630
4583
  value: function insertIntoOrderedArray(item, index, arr, sourceArr) {
4631
4584
  if (arr.length > 0) {
4632
4585
  var injected = false;
4633
-
4634
4586
  for (var i = 0; i < arr.length; i++) {
4635
4587
  var currentItemIndex = this.findIndexInList(arr[i], sourceArr);
4636
-
4637
4588
  if (currentItemIndex > index) {
4638
4589
  arr.splice(i, 0, item);
4639
4590
  injected = true;
4640
4591
  break;
4641
4592
  }
4642
4593
  }
4643
-
4644
4594
  if (!injected) {
4645
4595
  arr.push(item);
4646
4596
  }
@@ -4654,28 +4604,23 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4654
4604
  if (str && str.search(/[\xC0-\xFF]/g) > -1) {
4655
4605
  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");
4656
4606
  }
4657
-
4658
4607
  return str;
4659
4608
  }
4660
4609
  }, {
4661
4610
  key: "getVNodeProp",
4662
4611
  value: function getVNodeProp(vnode, prop) {
4663
4612
  var props = vnode._props;
4664
-
4665
4613
  if (props) {
4666
4614
  var kebapProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
4667
4615
  var propName = Object.prototype.hasOwnProperty.call(props, kebapProp) ? kebapProp : prop;
4668
4616
  return props[propName];
4669
4617
  }
4670
-
4671
4618
  return null;
4672
4619
  }
4673
4620
  }]);
4674
-
4675
4621
  return ObjectUtils;
4676
4622
  }();
4677
4623
 
4678
-
4679
4624
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/checkbox/Checkbox.vue?vue&type=script&lang=js&
4680
4625
 
4681
4626
 
@@ -4706,10 +4651,8 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4706
4651
  methods: {
4707
4652
  onClick: function onClick(event) {
4708
4653
  var _this = this;
4709
-
4710
4654
  if (!this.$attrs.disabled) {
4711
4655
  var newModelValue;
4712
-
4713
4656
  if (this.binary) {
4714
4657
  newModelValue = this.checked ? this.falseValue : this.trueValue;
4715
4658
  } else {
@@ -4717,7 +4660,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
4717
4660
  return !ObjectUtils_ObjectUtils.equals(val, _this.value);
4718
4661
  });else newModelValue = this.modelValue ? [].concat(_toConsumableArray(this.modelValue), [this.value]) : [this.value];
4719
4662
  }
4720
-
4721
4663
  this.$emit('click', event);
4722
4664
  this.$emit('input', newModelValue);
4723
4665
  this.$emit('change', event);