primevue 3.16.2 → 3.18.0

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 (824) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +2 -1
  3. package/accordion/Accordion.d.ts +23 -5
  4. package/accordion/Accordion.vue +196 -79
  5. package/accordion/accordion.cjs.js +204 -98
  6. package/accordion/accordion.cjs.min.js +1 -1
  7. package/accordion/accordion.esm.js +202 -100
  8. package/accordion/accordion.esm.min.js +1 -1
  9. package/accordion/accordion.js +205 -100
  10. package/accordion/accordion.min.js +1 -1
  11. package/accordiontab/AccordionTab.d.ts +33 -5
  12. package/accordiontab/AccordionTab.vue +8 -1
  13. package/accordiontab/accordiontab.cjs.js +7 -0
  14. package/accordiontab/accordiontab.cjs.min.js +1 -1
  15. package/accordiontab/accordiontab.esm.js +7 -0
  16. package/accordiontab/accordiontab.esm.min.js +1 -1
  17. package/accordiontab/accordiontab.js +7 -0
  18. package/accordiontab/accordiontab.min.js +1 -1
  19. package/api/Api.d.ts +1 -1
  20. package/api/api.cjs.js +321 -313
  21. package/api/api.cjs.min.js +1 -1
  22. package/api/api.esm.js +321 -313
  23. package/api/api.esm.min.js +1 -1
  24. package/api/api.js +321 -313
  25. package/api/api.min.js +1 -1
  26. package/autocomplete/AutoComplete.d.ts +32 -17
  27. package/autocomplete/AutoComplete.vue +252 -131
  28. package/autocomplete/autocomplete.cjs.js +163 -118
  29. package/autocomplete/autocomplete.cjs.min.js +1 -1
  30. package/autocomplete/autocomplete.esm.js +161 -116
  31. package/autocomplete/autocomplete.esm.min.js +1 -1
  32. package/autocomplete/autocomplete.js +162 -117
  33. package/autocomplete/autocomplete.min.js +1 -1
  34. package/avatar/Avatar.d.ts +4 -4
  35. package/avatar/Avatar.vue +15 -11
  36. package/avatar/avatar.cjs.js +11 -7
  37. package/avatar/avatar.cjs.min.js +1 -1
  38. package/avatar/avatar.esm.js +11 -7
  39. package/avatar/avatar.esm.min.js +1 -1
  40. package/avatar/avatar.js +11 -7
  41. package/avatar/avatar.min.js +1 -1
  42. package/avatargroup/AvatarGroup.d.ts +6 -9
  43. package/avatargroup/AvatarGroup.vue +1 -1
  44. package/badge/Badge.d.ts +4 -5
  45. package/badge/Badge.vue +16 -13
  46. package/badge/badge.cjs.js +14 -11
  47. package/badge/badge.esm.js +14 -11
  48. package/badge/badge.js +14 -11
  49. package/badgedirective/badgedirective.cjs.js +8 -10
  50. package/badgedirective/badgedirective.esm.js +8 -10
  51. package/badgedirective/badgedirective.js +8 -10
  52. package/blockui/BlockUI.d.ts +6 -6
  53. package/blockui/BlockUI.vue +13 -15
  54. package/blockui/blockui.cjs.js +11 -13
  55. package/blockui/blockui.cjs.min.js +1 -1
  56. package/blockui/blockui.esm.js +11 -13
  57. package/blockui/blockui.esm.min.js +1 -1
  58. package/blockui/blockui.js +11 -13
  59. package/blockui/blockui.min.js +1 -1
  60. package/breadcrumb/Breadcrumb.d.ts +14 -7
  61. package/breadcrumb/Breadcrumb.vue +16 -7
  62. package/breadcrumb/BreadcrumbItem.vue +24 -15
  63. package/breadcrumb/breadcrumb.cjs.js +39 -25
  64. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  65. package/breadcrumb/breadcrumb.esm.js +39 -25
  66. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  67. package/breadcrumb/breadcrumb.js +39 -25
  68. package/breadcrumb/breadcrumb.min.js +1 -1
  69. package/button/Button.d.ts +10 -7
  70. package/button/Button.vue +28 -17
  71. package/button/button.cjs.js +25 -14
  72. package/button/button.cjs.min.js +1 -1
  73. package/button/button.esm.js +25 -14
  74. package/button/button.esm.min.js +1 -1
  75. package/button/button.js +25 -14
  76. package/button/button.min.js +1 -1
  77. package/calendar/Calendar.d.ts +14 -14
  78. package/calendar/Calendar.vue +856 -601
  79. package/calendar/calendar.cjs.js +714 -614
  80. package/calendar/calendar.cjs.min.js +1 -1
  81. package/calendar/calendar.esm.js +712 -612
  82. package/calendar/calendar.esm.min.js +1 -1
  83. package/calendar/calendar.js +713 -613
  84. package/calendar/calendar.min.js +1 -1
  85. package/card/Card.d.ts +5 -7
  86. package/card/Card.vue +5 -5
  87. package/carousel/Carousel.d.ts +29 -19
  88. package/carousel/Carousel.vue +537 -528
  89. package/carousel/carousel.cjs.js +496 -493
  90. package/carousel/carousel.cjs.min.js +1 -1
  91. package/carousel/carousel.esm.js +496 -493
  92. package/carousel/carousel.esm.min.js +1 -1
  93. package/carousel/carousel.js +645 -642
  94. package/carousel/carousel.min.js +1 -1
  95. package/cascadeselect/CascadeSelect.d.ts +29 -14
  96. package/cascadeselect/CascadeSelect.vue +197 -102
  97. package/cascadeselect/CascadeSelectSub.vue +50 -15
  98. package/cascadeselect/cascadeselect.cjs.js +185 -111
  99. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  100. package/cascadeselect/cascadeselect.esm.js +184 -110
  101. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  102. package/cascadeselect/cascadeselect.js +185 -111
  103. package/cascadeselect/cascadeselect.min.js +1 -1
  104. package/chart/Chart.d.ts +6 -7
  105. package/chart/Chart.vue +12 -12
  106. package/chart/chart.cjs.js +11 -11
  107. package/chart/chart.cjs.min.js +1 -1
  108. package/chart/chart.esm.js +11 -11
  109. package/chart/chart.esm.min.js +1 -1
  110. package/chart/chart.js +11 -11
  111. package/chart/chart.min.js +1 -1
  112. package/checkbox/Checkbox.d.ts +12 -12
  113. package/checkbox/Checkbox.vue +48 -20
  114. package/checkbox/checkbox.cjs.js +28 -17
  115. package/checkbox/checkbox.cjs.min.js +1 -1
  116. package/checkbox/checkbox.esm.js +28 -17
  117. package/checkbox/checkbox.esm.min.js +1 -1
  118. package/checkbox/checkbox.js +28 -17
  119. package/checkbox/checkbox.min.js +1 -1
  120. package/chip/Chip.d.ts +5 -5
  121. package/chip/Chip.vue +13 -11
  122. package/chip/chip.cjs.js +7 -4
  123. package/chip/chip.esm.js +7 -4
  124. package/chip/chip.js +7 -4
  125. package/chips/Chips.d.ts +9 -9
  126. package/chips/Chips.vue +89 -33
  127. package/chips/chips.cjs.js +48 -26
  128. package/chips/chips.cjs.min.js +1 -1
  129. package/chips/chips.esm.js +48 -26
  130. package/chips/chips.esm.min.js +1 -1
  131. package/chips/chips.js +48 -26
  132. package/chips/chips.min.js +1 -1
  133. package/colorpicker/ColorPicker.d.ts +11 -12
  134. package/colorpicker/ColorPicker.vue +146 -110
  135. package/colorpicker/colorpicker.cjs.js +113 -74
  136. package/colorpicker/colorpicker.cjs.min.js +1 -1
  137. package/colorpicker/colorpicker.esm.js +113 -74
  138. package/colorpicker/colorpicker.esm.min.js +1 -1
  139. package/colorpicker/colorpicker.js +113 -74
  140. package/colorpicker/colorpicker.min.js +1 -1
  141. package/column/Column.d.ts +5 -6
  142. package/column/Column.vue +1 -1
  143. package/columngroup/ColumnGroup.d.ts +5 -7
  144. package/columngroup/ColumnGroup.vue +1 -1
  145. package/config/PrimeVue.d.ts +8 -3
  146. package/config/config.cjs.js +18 -30
  147. package/config/config.cjs.min.js +1 -1
  148. package/config/config.esm.js +18 -30
  149. package/config/config.esm.min.js +1 -1
  150. package/config/config.js +19 -31
  151. package/config/config.min.js +1 -1
  152. package/confirmationoptions/ConfirmationOptions.d.ts +4 -0
  153. package/confirmationservice/confirmationservice.cjs.js +1 -0
  154. package/confirmationservice/confirmationservice.esm.js +1 -0
  155. package/confirmationservice/confirmationservice.js +1 -0
  156. package/confirmdialog/ConfirmDialog.d.ts +11 -5
  157. package/confirmdialog/ConfirmDialog.vue +25 -15
  158. package/confirmdialog/confirmdialog.cjs.js +34 -16
  159. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  160. package/confirmdialog/confirmdialog.esm.js +34 -16
  161. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  162. package/confirmdialog/confirmdialog.js +35 -17
  163. package/confirmdialog/confirmdialog.min.js +1 -1
  164. package/confirmpopup/ConfirmPopup.d.ts +5 -8
  165. package/confirmpopup/ConfirmPopup.vue +44 -32
  166. package/confirmpopup/confirmpopup.cjs.js +24 -14
  167. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  168. package/confirmpopup/confirmpopup.esm.js +24 -14
  169. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  170. package/confirmpopup/confirmpopup.js +24 -14
  171. package/confirmpopup/confirmpopup.min.js +1 -1
  172. package/contextmenu/ContextMenu.d.ts +43 -5
  173. package/contextmenu/ContextMenu.vue +449 -38
  174. package/contextmenu/ContextMenuSub.vue +134 -101
  175. package/contextmenu/contextmenu.cjs.js +639 -206
  176. package/contextmenu/contextmenu.cjs.min.js +1 -1
  177. package/contextmenu/contextmenu.esm.js +640 -207
  178. package/contextmenu/contextmenu.esm.min.js +1 -1
  179. package/contextmenu/contextmenu.js +640 -207
  180. package/contextmenu/contextmenu.min.js +1 -1
  181. package/core/core.js +2984 -2116
  182. package/core/core.min.js +16 -16
  183. package/datatable/BodyCell.vue +93 -75
  184. package/datatable/ColumnFilter.vue +137 -86
  185. package/datatable/DataTable.d.ts +25 -26
  186. package/datatable/DataTable.vue +472 -298
  187. package/datatable/FooterCell.vue +20 -13
  188. package/datatable/HeaderCell.vue +108 -51
  189. package/datatable/HeaderCheckbox.vue +12 -5
  190. package/datatable/RowCheckbox.vue +14 -6
  191. package/datatable/RowRadioButton.vue +4 -4
  192. package/datatable/TableBody.vue +135 -83
  193. package/datatable/TableFooter.vue +17 -20
  194. package/datatable/TableHeader.vue +132 -52
  195. package/datatable/TableLoadingBody.vue +3 -3
  196. package/datatable/datatable.cjs.js +2674 -2537
  197. package/datatable/datatable.cjs.min.js +1 -1
  198. package/datatable/datatable.esm.js +2676 -2539
  199. package/datatable/datatable.esm.min.js +1 -1
  200. package/datatable/datatable.js +2676 -2539
  201. package/datatable/datatable.min.js +1 -1
  202. package/dataview/DataView.d.ts +8 -8
  203. package/dataview/DataView.vue +80 -66
  204. package/dataview/dataview.cjs.js +31 -35
  205. package/dataview/dataview.cjs.min.js +1 -1
  206. package/dataview/dataview.esm.js +31 -35
  207. package/dataview/dataview.esm.min.js +1 -1
  208. package/dataview/dataview.js +31 -35
  209. package/dataview/dataview.min.js +1 -1
  210. package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +5 -6
  211. package/dataviewlayoutoptions/DataViewLayoutOptions.vue +28 -34
  212. package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.js +19 -25
  213. package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.min.js +1 -1
  214. package/dataviewlayoutoptions/dataviewlayoutoptions.esm.js +19 -25
  215. package/dataviewlayoutoptions/dataviewlayoutoptions.esm.min.js +1 -1
  216. package/dataviewlayoutoptions/dataviewlayoutoptions.js +46 -52
  217. package/dataviewlayoutoptions/dataviewlayoutoptions.min.js +1 -1
  218. package/deferredcontent/DeferredContent.d.ts +6 -7
  219. package/deferredcontent/DeferredContent.vue +6 -9
  220. package/deferredcontent/deferredcontent.cjs.js +5 -8
  221. package/deferredcontent/deferredcontent.esm.js +5 -8
  222. package/deferredcontent/deferredcontent.js +5 -8
  223. package/dialog/Dialog.d.ts +10 -10
  224. package/dialog/Dialog.vue +64 -60
  225. package/dialog/dialog.cjs.js +50 -46
  226. package/dialog/dialog.cjs.min.js +1 -1
  227. package/dialog/dialog.esm.js +50 -46
  228. package/dialog/dialog.esm.min.js +1 -1
  229. package/dialog/dialog.js +50 -46
  230. package/dialog/dialog.min.js +1 -1
  231. package/divider/Divider.d.ts +4 -5
  232. package/divider/Divider.vue +15 -12
  233. package/divider/divider.cjs.js +17 -12
  234. package/divider/divider.cjs.min.js +1 -1
  235. package/divider/divider.esm.js +17 -12
  236. package/divider/divider.esm.min.js +1 -1
  237. package/divider/divider.js +17 -12
  238. package/divider/divider.min.js +1 -1
  239. package/dock/Dock.d.ts +36 -6
  240. package/dock/Dock.vue +21 -5
  241. package/dock/DockSub.vue +229 -55
  242. package/dock/dock.cjs.js +284 -106
  243. package/dock/dock.cjs.min.js +1 -1
  244. package/dock/dock.esm.js +284 -106
  245. package/dock/dock.esm.min.js +1 -1
  246. package/dock/dock.js +285 -108
  247. package/dock/dock.min.js +1 -1
  248. package/dropdown/Dropdown.d.ts +46 -17
  249. package/dropdown/Dropdown.vue +271 -129
  250. package/dropdown/dropdown.cjs.js +213 -132
  251. package/dropdown/dropdown.cjs.min.js +1 -1
  252. package/dropdown/dropdown.esm.js +212 -131
  253. package/dropdown/dropdown.esm.min.js +1 -1
  254. package/dropdown/dropdown.js +212 -131
  255. package/dropdown/dropdown.min.js +1 -1
  256. package/dynamicdialog/DynamicDialog.d.ts +4 -4
  257. package/dynamicdialog/DynamicDialog.vue +10 -10
  258. package/dynamicdialog/dynamicdialog.cjs.js +11 -9
  259. package/dynamicdialog/dynamicdialog.cjs.min.js +1 -1
  260. package/dynamicdialog/dynamicdialog.esm.js +11 -9
  261. package/dynamicdialog/dynamicdialog.esm.min.js +1 -1
  262. package/dynamicdialog/dynamicdialog.js +11 -9
  263. package/dynamicdialog/dynamicdialog.min.js +1 -1
  264. package/editor/Editor.d.ts +20 -4
  265. package/editor/Editor.vue +506 -466
  266. package/editor/editor.cjs.js +99 -45
  267. package/editor/editor.cjs.min.js +1 -1
  268. package/editor/editor.esm.js +82 -42
  269. package/editor/editor.esm.min.js +1 -1
  270. package/editor/editor.js +83 -47
  271. package/editor/editor.min.js +1 -1
  272. package/fieldset/Fieldset.d.ts +9 -5
  273. package/fieldset/Fieldset.vue +28 -20
  274. package/fieldset/fieldset.cjs.js +31 -19
  275. package/fieldset/fieldset.cjs.min.js +1 -1
  276. package/fieldset/fieldset.esm.js +32 -20
  277. package/fieldset/fieldset.esm.min.js +1 -1
  278. package/fieldset/fieldset.js +31 -19
  279. package/fieldset/fieldset.min.js +1 -1
  280. package/fileupload/FileContent.vue +51 -0
  281. package/fileupload/FileUpload.d.ts +32 -12
  282. package/fileupload/FileUpload.vue +122 -102
  283. package/fileupload/fileupload.cjs.js +265 -160
  284. package/fileupload/fileupload.cjs.min.js +1 -1
  285. package/fileupload/fileupload.esm.js +265 -160
  286. package/fileupload/fileupload.esm.min.js +1 -1
  287. package/fileupload/fileupload.js +265 -160
  288. package/fileupload/fileupload.min.js +1 -1
  289. package/fullcalendar/FullCalendar.d.ts +5 -7
  290. package/fullcalendar/FullCalendar.vue +6 -6
  291. package/fullcalendar/fullcalendar.cjs.js +3 -2
  292. package/fullcalendar/fullcalendar.esm.js +3 -2
  293. package/fullcalendar/fullcalendar.js +3 -2
  294. package/galleria/Galleria.d.ts +4 -4
  295. package/galleria/Galleria.vue +39 -34
  296. package/galleria/GalleriaContent.vue +58 -31
  297. package/galleria/GalleriaItem.vue +44 -36
  298. package/galleria/GalleriaItemSlot.vue +2 -1
  299. package/galleria/GalleriaThumbnails.vue +108 -92
  300. package/galleria/galleria.cjs.js +181 -153
  301. package/galleria/galleria.cjs.min.js +1 -1
  302. package/galleria/galleria.esm.js +181 -153
  303. package/galleria/galleria.esm.min.js +1 -1
  304. package/galleria/galleria.js +181 -153
  305. package/galleria/galleria.min.js +1 -1
  306. package/image/Image.d.ts +4 -5
  307. package/image/Image.vue +19 -15
  308. package/image/image.cjs.js +11 -7
  309. package/image/image.cjs.min.js +1 -1
  310. package/image/image.esm.js +11 -7
  311. package/image/image.esm.min.js +1 -1
  312. package/image/image.js +11 -7
  313. package/image/image.min.js +1 -1
  314. package/inlinemessage/InlineMessage.d.ts +4 -5
  315. package/inlinemessage/InlineMessage.vue +12 -9
  316. package/inlinemessage/inlinemessage.cjs.js +12 -10
  317. package/inlinemessage/inlinemessage.cjs.min.js +1 -1
  318. package/inlinemessage/inlinemessage.esm.js +12 -10
  319. package/inlinemessage/inlinemessage.esm.min.js +1 -1
  320. package/inlinemessage/inlinemessage.js +12 -10
  321. package/inlinemessage/inlinemessage.min.js +1 -1
  322. package/inplace/Inplace.d.ts +6 -6
  323. package/inplace/Inplace.vue +11 -11
  324. package/inplace/inplace.cjs.js +9 -9
  325. package/inplace/inplace.cjs.min.js +1 -1
  326. package/inplace/inplace.esm.js +9 -9
  327. package/inplace/inplace.esm.min.js +1 -1
  328. package/inplace/inplace.js +9 -9
  329. package/inplace/inplace.min.js +1 -1
  330. package/inputmask/InputMask.d.ts +11 -12
  331. package/inputmask/InputMask.vue +119 -92
  332. package/inputmask/inputmask.cjs.js +116 -89
  333. package/inputmask/inputmask.cjs.min.js +1 -1
  334. package/inputmask/inputmask.esm.js +116 -89
  335. package/inputmask/inputmask.esm.min.js +1 -1
  336. package/inputmask/inputmask.js +116 -89
  337. package/inputmask/inputmask.min.js +1 -1
  338. package/inputnumber/InputNumber.d.ts +17 -17
  339. package/inputnumber/InputNumber.vue +247 -180
  340. package/inputnumber/inputnumber.cjs.js +219 -175
  341. package/inputnumber/inputnumber.cjs.min.js +1 -1
  342. package/inputnumber/inputnumber.esm.js +218 -174
  343. package/inputnumber/inputnumber.esm.min.js +1 -1
  344. package/inputnumber/inputnumber.js +219 -176
  345. package/inputnumber/inputnumber.min.js +1 -1
  346. package/inputswitch/InputSwitch.d.ts +10 -10
  347. package/inputswitch/InputSwitch.vue +39 -11
  348. package/inputswitch/inputswitch.cjs.js +23 -9
  349. package/inputswitch/inputswitch.cjs.min.js +1 -1
  350. package/inputswitch/inputswitch.esm.js +23 -9
  351. package/inputswitch/inputswitch.esm.min.js +1 -1
  352. package/inputswitch/inputswitch.js +23 -9
  353. package/inputswitch/inputswitch.min.js +1 -1
  354. package/inputtext/InputText.d.ts +5 -6
  355. package/inputtext/InputText.vue +3 -3
  356. package/inputtext/inputtext.cjs.js +2 -2
  357. package/inputtext/inputtext.esm.js +2 -2
  358. package/inputtext/inputtext.js +2 -2
  359. package/knob/Knob.d.ts +10 -11
  360. package/knob/Knob.vue +47 -29
  361. package/knob/knob.cjs.js +27 -25
  362. package/knob/knob.cjs.min.js +1 -1
  363. package/knob/knob.esm.js +27 -25
  364. package/knob/knob.esm.min.js +1 -1
  365. package/knob/knob.js +27 -25
  366. package/knob/knob.min.js +1 -1
  367. package/listbox/Listbox.d.ts +22 -13
  368. package/listbox/Listbox.vue +149 -98
  369. package/listbox/listbox.cjs.js +121 -106
  370. package/listbox/listbox.cjs.min.js +1 -1
  371. package/listbox/listbox.esm.js +122 -107
  372. package/listbox/listbox.esm.min.js +1 -1
  373. package/listbox/listbox.js +121 -106
  374. package/listbox/listbox.min.js +1 -1
  375. package/megamenu/MegaMenu.d.ts +32 -6
  376. package/megamenu/MegaMenu.vue +510 -238
  377. package/megamenu/MegaMenuSub.vue +231 -0
  378. package/megamenu/megamenu.cjs.js +837 -391
  379. package/megamenu/megamenu.cjs.min.js +1 -1
  380. package/megamenu/megamenu.esm.js +839 -393
  381. package/megamenu/megamenu.esm.min.js +1 -1
  382. package/megamenu/megamenu.js +837 -391
  383. package/megamenu/megamenu.min.js +1 -1
  384. package/menu/Menu.d.ts +28 -8
  385. package/menu/Menu.vue +204 -34
  386. package/menu/Menuitem.vue +48 -38
  387. package/menu/menu.cjs.js +325 -137
  388. package/menu/menu.cjs.min.js +1 -1
  389. package/menu/menu.esm.js +325 -137
  390. package/menu/menu.esm.min.js +1 -1
  391. package/menu/menu.js +325 -137
  392. package/menu/menu.min.js +1 -1
  393. package/menubar/Menubar.d.ts +19 -8
  394. package/menubar/Menubar.vue +536 -26
  395. package/menubar/MenubarSub.vue +123 -239
  396. package/menubar/menubar.cjs.js +708 -335
  397. package/menubar/menubar.cjs.min.js +1 -1
  398. package/menubar/menubar.esm.js +710 -337
  399. package/menubar/menubar.esm.min.js +1 -1
  400. package/menubar/menubar.js +708 -335
  401. package/menubar/menubar.min.js +1 -1
  402. package/menuitem/MenuItem.d.ts +2 -2
  403. package/message/Message.d.ts +5 -5
  404. package/message/Message.vue +19 -14
  405. package/message/message.cjs.js +15 -10
  406. package/message/message.cjs.min.js +1 -1
  407. package/message/message.esm.js +15 -10
  408. package/message/message.esm.min.js +1 -1
  409. package/message/message.js +15 -10
  410. package/message/message.min.js +1 -1
  411. package/multiselect/MultiSelect.d.ts +46 -16
  412. package/multiselect/MultiSelect.vue +266 -156
  413. package/multiselect/multiselect.cjs.js +239 -167
  414. package/multiselect/multiselect.cjs.min.js +1 -1
  415. package/multiselect/multiselect.esm.js +238 -166
  416. package/multiselect/multiselect.esm.min.js +1 -1
  417. package/multiselect/multiselect.js +238 -166
  418. package/multiselect/multiselect.min.js +1 -1
  419. package/orderlist/OrderList.d.ts +5 -5
  420. package/orderlist/OrderList.vue +65 -60
  421. package/orderlist/orderlist.cjs.js +51 -53
  422. package/orderlist/orderlist.esm.js +51 -53
  423. package/orderlist/orderlist.js +51 -53
  424. package/organizationchart/OrganizationChart.d.ts +4 -4
  425. package/organizationchart/OrganizationChart.vue +13 -17
  426. package/organizationchart/OrganizationChartNode.vue +20 -12
  427. package/organizationchart/organizationchart.cjs.js +14 -16
  428. package/organizationchart/organizationchart.cjs.min.js +1 -1
  429. package/organizationchart/organizationchart.esm.js +14 -16
  430. package/organizationchart/organizationchart.esm.min.js +1 -1
  431. package/organizationchart/organizationchart.js +14 -16
  432. package/organizationchart/organizationchart.min.js +1 -1
  433. package/overlaypanel/OverlayPanel.d.ts +5 -5
  434. package/overlaypanel/OverlayPanel.vue +60 -50
  435. package/overlaypanel/overlaypanel.cjs.js +40 -32
  436. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  437. package/overlaypanel/overlaypanel.esm.js +40 -32
  438. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  439. package/overlaypanel/overlaypanel.js +40 -32
  440. package/overlaypanel/overlaypanel.min.js +1 -1
  441. package/package.json +3 -3
  442. package/paginator/CurrentPageReport.vue +47 -47
  443. package/paginator/FirstPageLink.vue +11 -8
  444. package/paginator/JumpToPageDropdown.vue +7 -6
  445. package/paginator/JumpToPageInput.vue +3 -3
  446. package/paginator/LastPageLink.vue +11 -8
  447. package/paginator/NextPageLink.vue +11 -8
  448. package/paginator/PageLinks.vue +3 -4
  449. package/paginator/Paginator.d.ts +7 -7
  450. package/paginator/Paginator.vue +144 -49
  451. package/paginator/PrevPageLink.vue +11 -8
  452. package/paginator/RowsPerPageDropdown.vue +7 -6
  453. package/paginator/paginator.cjs.js +373 -259
  454. package/paginator/paginator.cjs.min.js +1 -1
  455. package/paginator/paginator.esm.js +374 -260
  456. package/paginator/paginator.esm.min.js +1 -1
  457. package/paginator/paginator.js +651 -538
  458. package/paginator/paginator.min.js +1 -1
  459. package/panel/Panel.d.ts +9 -5
  460. package/panel/Panel.vue +29 -11
  461. package/panel/panel.cjs.js +24 -14
  462. package/panel/panel.cjs.min.js +1 -1
  463. package/panel/panel.esm.js +24 -14
  464. package/panel/panel.esm.min.js +1 -1
  465. package/panel/panel.js +24 -14
  466. package/panel/panel.min.js +1 -1
  467. package/panelmenu/PanelMenu.d.ts +37 -6
  468. package/panelmenu/PanelMenu.vue +202 -88
  469. package/panelmenu/PanelMenuList.vue +335 -0
  470. package/panelmenu/PanelMenuSub.vue +130 -80
  471. package/panelmenu/panelmenu.cjs.js +1385 -283
  472. package/panelmenu/panelmenu.cjs.min.js +1 -1
  473. package/panelmenu/panelmenu.esm.js +1382 -284
  474. package/panelmenu/panelmenu.esm.min.js +1 -1
  475. package/panelmenu/panelmenu.js +1385 -284
  476. package/panelmenu/panelmenu.min.js +1 -1
  477. package/password/Password.d.ts +12 -7
  478. package/password/Password.vue +158 -80
  479. package/password/password.cjs.js +140 -78
  480. package/password/password.cjs.min.js +1 -1
  481. package/password/password.esm.js +139 -77
  482. package/password/password.esm.min.js +1 -1
  483. package/password/password.js +140 -78
  484. package/password/password.min.js +1 -1
  485. package/picklist/PickList.d.ts +9 -9
  486. package/picklist/PickList.vue +99 -78
  487. package/picklist/picklist.cjs.js +71 -66
  488. package/picklist/picklist.cjs.min.js +1 -1
  489. package/picklist/picklist.esm.js +71 -66
  490. package/picklist/picklist.esm.min.js +1 -1
  491. package/picklist/picklist.js +71 -66
  492. package/picklist/picklist.min.js +1 -1
  493. package/portal/Portal.d.ts +3 -3
  494. package/portal/Portal.vue +2 -2
  495. package/portal/portal.cjs.js +1 -1
  496. package/portal/portal.esm.js +1 -1
  497. package/portal/portal.js +1 -1
  498. package/progressbar/ProgressBar.d.ts +4 -5
  499. package/progressbar/ProgressBar.vue +63 -51
  500. package/progressbar/progressbar.cjs.js +2 -2
  501. package/progressbar/progressbar.cjs.min.js +1 -1
  502. package/progressbar/progressbar.esm.js +2 -2
  503. package/progressbar/progressbar.esm.min.js +1 -1
  504. package/progressbar/progressbar.js +2 -2
  505. package/progressbar/progressbar.min.js +1 -1
  506. package/progressspinner/ProgressSpinner.d.ts +5 -7
  507. package/progressspinner/ProgressSpinner.vue +1 -1
  508. package/radiobutton/RadioButton.d.ts +9 -9
  509. package/radiobutton/RadioButton.vue +41 -13
  510. package/radiobutton/radiobutton.cjs.js +24 -10
  511. package/radiobutton/radiobutton.cjs.min.js +1 -1
  512. package/radiobutton/radiobutton.esm.js +24 -10
  513. package/radiobutton/radiobutton.esm.min.js +1 -1
  514. package/radiobutton/radiobutton.js +24 -10
  515. package/radiobutton/radiobutton.min.js +1 -1
  516. package/rating/Rating.d.ts +54 -5
  517. package/rating/Rating.vue +88 -62
  518. package/rating/rating.cjs.js +105 -84
  519. package/rating/rating.cjs.min.js +1 -1
  520. package/rating/rating.esm.js +106 -85
  521. package/rating/rating.esm.min.js +1 -1
  522. package/rating/rating.js +106 -86
  523. package/rating/rating.min.js +1 -1
  524. package/resources/primevue.css +21 -2
  525. package/resources/primevue.min.css +1 -1
  526. package/resources/themes/arya-blue/theme.css +340 -282
  527. package/resources/themes/arya-green/theme.css +340 -282
  528. package/resources/themes/arya-orange/theme.css +340 -282
  529. package/resources/themes/arya-purple/theme.css +340 -282
  530. package/resources/themes/bootstrap4-dark-blue/theme.css +356 -298
  531. package/resources/themes/bootstrap4-dark-purple/theme.css +356 -298
  532. package/resources/themes/bootstrap4-light-blue/theme.css +369 -311
  533. package/resources/themes/bootstrap4-light-purple/theme.css +369 -311
  534. package/resources/themes/fluent-light/theme.css +350 -292
  535. package/resources/themes/lara-dark-blue/theme.css +343 -285
  536. package/resources/themes/lara-dark-indigo/theme.css +343 -285
  537. package/resources/themes/lara-dark-purple/theme.css +343 -285
  538. package/resources/themes/lara-dark-teal/theme.css +343 -285
  539. package/resources/themes/lara-light-blue/theme.css +367 -309
  540. package/resources/themes/lara-light-indigo/theme.css +367 -309
  541. package/resources/themes/lara-light-purple/theme.css +367 -309
  542. package/resources/themes/lara-light-teal/theme.css +367 -309
  543. package/resources/themes/luna-amber/theme.css +372 -314
  544. package/resources/themes/luna-blue/theme.css +372 -314
  545. package/resources/themes/luna-green/theme.css +372 -314
  546. package/resources/themes/luna-pink/theme.css +372 -314
  547. package/resources/themes/md-dark-deeppurple/theme.css +413 -318
  548. package/resources/themes/md-dark-indigo/theme.css +413 -318
  549. package/resources/themes/md-light-deeppurple/theme.css +413 -318
  550. package/resources/themes/md-light-indigo/theme.css +413 -318
  551. package/resources/themes/mdc-dark-deeppurple/theme.css +413 -318
  552. package/resources/themes/mdc-dark-indigo/theme.css +413 -318
  553. package/resources/themes/mdc-light-deeppurple/theme.css +413 -318
  554. package/resources/themes/mdc-light-indigo/theme.css +413 -318
  555. package/resources/themes/nova/theme.css +336 -278
  556. package/resources/themes/nova-accent/theme.css +335 -277
  557. package/resources/themes/nova-alt/theme.css +336 -278
  558. package/resources/themes/nova-vue/theme.css +336 -278
  559. package/resources/themes/rhea/theme.css +335 -277
  560. package/resources/themes/saga-blue/theme.css +347 -289
  561. package/resources/themes/saga-green/theme.css +347 -289
  562. package/resources/themes/saga-orange/theme.css +347 -289
  563. package/resources/themes/saga-purple/theme.css +347 -289
  564. package/resources/themes/tailwind-light/theme.css +359 -301
  565. package/resources/themes/vela-blue/theme.css +347 -289
  566. package/resources/themes/vela-green/theme.css +347 -289
  567. package/resources/themes/vela-orange/theme.css +347 -289
  568. package/resources/themes/vela-purple/theme.css +347 -289
  569. package/ripple/ripple.cjs.js +19 -1
  570. package/ripple/ripple.cjs.min.js +1 -1
  571. package/ripple/ripple.esm.js +19 -1
  572. package/ripple/ripple.esm.min.js +1 -1
  573. package/ripple/ripple.js +19 -1
  574. package/ripple/ripple.min.js +1 -1
  575. package/row/Row.d.ts +6 -9
  576. package/row/Row.vue +1 -1
  577. package/scrollpanel/ScrollPanel.d.ts +9 -5
  578. package/scrollpanel/ScrollPanel.vue +194 -56
  579. package/scrollpanel/scrollpanel.cjs.js +180 -56
  580. package/scrollpanel/scrollpanel.cjs.min.js +1 -1
  581. package/scrollpanel/scrollpanel.esm.js +181 -57
  582. package/scrollpanel/scrollpanel.esm.min.js +1 -1
  583. package/scrollpanel/scrollpanel.js +180 -56
  584. package/scrollpanel/scrollpanel.min.js +1 -1
  585. package/scrolltop/ScrollTop.d.ts +5 -7
  586. package/scrolltop/ScrollTop.vue +18 -23
  587. package/scrolltop/scrolltop.cjs.js +14 -19
  588. package/scrolltop/scrolltop.cjs.min.js +1 -1
  589. package/scrolltop/scrolltop.esm.js +14 -19
  590. package/scrolltop/scrolltop.esm.min.js +1 -1
  591. package/scrolltop/scrolltop.js +14 -19
  592. package/scrolltop/scrolltop.min.js +1 -1
  593. package/selectbutton/SelectButton.d.ts +11 -11
  594. package/selectbutton/SelectButton.vue +50 -32
  595. package/selectbutton/selectbutton.cjs.js +30 -25
  596. package/selectbutton/selectbutton.esm.js +30 -25
  597. package/selectbutton/selectbutton.js +30 -25
  598. package/sidebar/Sidebar.d.ts +6 -6
  599. package/sidebar/Sidebar.vue +24 -14
  600. package/sidebar/sidebar.cjs.js +20 -10
  601. package/sidebar/sidebar.cjs.min.js +1 -1
  602. package/sidebar/sidebar.esm.js +20 -10
  603. package/sidebar/sidebar.esm.min.js +1 -1
  604. package/sidebar/sidebar.js +20 -10
  605. package/sidebar/sidebar.min.js +1 -1
  606. package/skeleton/Skeleton.d.ts +5 -7
  607. package/skeleton/Skeleton.vue +12 -11
  608. package/skeleton/skeleton.cjs.js +10 -9
  609. package/skeleton/skeleton.cjs.min.js +1 -1
  610. package/skeleton/skeleton.esm.js +10 -9
  611. package/skeleton/skeleton.esm.min.js +1 -1
  612. package/skeleton/skeleton.js +10 -9
  613. package/skeleton/skeleton.min.js +1 -1
  614. package/slider/Slider.d.ts +7 -8
  615. package/slider/Slider.vue +162 -141
  616. package/slider/slider.cjs.js +100 -127
  617. package/slider/slider.cjs.min.js +1 -1
  618. package/slider/slider.esm.js +100 -127
  619. package/slider/slider.esm.min.js +1 -1
  620. package/slider/slider.js +100 -127
  621. package/slider/slider.min.js +1 -1
  622. package/speeddial/SpeedDial.d.ts +8 -8
  623. package/speeddial/SpeedDial.vue +66 -46
  624. package/speeddial/speeddial.cjs.js +77 -62
  625. package/speeddial/speeddial.cjs.min.js +1 -1
  626. package/speeddial/speeddial.esm.js +77 -62
  627. package/speeddial/speeddial.esm.min.js +1 -1
  628. package/speeddial/speeddial.js +77 -62
  629. package/speeddial/speeddial.min.js +1 -1
  630. package/splitbutton/SplitButton.d.ts +6 -6
  631. package/splitbutton/SplitButton.vue +9 -11
  632. package/splitbutton/splitbutton.cjs.js +7 -7
  633. package/splitbutton/splitbutton.cjs.min.js +1 -1
  634. package/splitbutton/splitbutton.esm.js +7 -7
  635. package/splitbutton/splitbutton.esm.min.js +1 -1
  636. package/splitbutton/splitbutton.js +7 -7
  637. package/splitbutton/splitbutton.min.js +1 -1
  638. package/splitter/Splitter.d.ts +10 -5
  639. package/splitter/Splitter.vue +158 -53
  640. package/splitter/splitter.cjs.js +156 -52
  641. package/splitter/splitter.cjs.min.js +1 -1
  642. package/splitter/splitter.esm.js +157 -53
  643. package/splitter/splitter.esm.min.js +1 -1
  644. package/splitter/splitter.js +156 -52
  645. package/splitter/splitter.min.js +1 -1
  646. package/splitterpanel/SplitterPanel.d.ts +4 -5
  647. package/splitterpanel/SplitterPanel.vue +3 -3
  648. package/splitterpanel/splitterpanel.cjs.js +2 -2
  649. package/splitterpanel/splitterpanel.esm.js +2 -2
  650. package/splitterpanel/splitterpanel.js +2 -2
  651. package/steps/Steps.d.ts +4 -5
  652. package/steps/Steps.vue +137 -30
  653. package/steps/steps.cjs.js +135 -36
  654. package/steps/steps.cjs.min.js +1 -1
  655. package/steps/steps.esm.js +136 -37
  656. package/steps/steps.esm.min.js +1 -1
  657. package/steps/steps.js +135 -36
  658. package/steps/steps.min.js +1 -1
  659. package/styleclass/styleclass.cjs.js +20 -22
  660. package/styleclass/styleclass.cjs.min.js +1 -1
  661. package/styleclass/styleclass.esm.js +20 -22
  662. package/styleclass/styleclass.esm.min.js +1 -1
  663. package/styleclass/styleclass.js +20 -22
  664. package/styleclass/styleclass.min.js +1 -1
  665. package/tabmenu/TabMenu.d.ts +13 -5
  666. package/tabmenu/TabMenu.vue +176 -36
  667. package/tabmenu/tabmenu.cjs.js +173 -42
  668. package/tabmenu/tabmenu.cjs.min.js +1 -1
  669. package/tabmenu/tabmenu.esm.js +173 -42
  670. package/tabmenu/tabmenu.esm.min.js +1 -1
  671. package/tabmenu/tabmenu.js +174 -43
  672. package/tabmenu/tabmenu.min.js +1 -1
  673. package/tabpanel/TabPanel.d.ts +33 -6
  674. package/tabpanel/TabPanel.vue +8 -1
  675. package/tabpanel/tabpanel.cjs.js +7 -0
  676. package/tabpanel/tabpanel.cjs.min.js +1 -1
  677. package/tabpanel/tabpanel.esm.js +7 -0
  678. package/tabpanel/tabpanel.esm.min.js +1 -1
  679. package/tabpanel/tabpanel.js +7 -0
  680. package/tabpanel/tabpanel.min.js +1 -1
  681. package/tabview/TabView.d.ts +22 -6
  682. package/tabview/TabView.vue +280 -96
  683. package/tabview/tabview.cjs.js +295 -132
  684. package/tabview/tabview.cjs.min.js +1 -1
  685. package/tabview/tabview.esm.js +296 -133
  686. package/tabview/tabview.esm.min.js +1 -1
  687. package/tabview/tabview.js +296 -133
  688. package/tabview/tabview.min.js +1 -1
  689. package/tag/Tag.d.ts +4 -5
  690. package/tag/Tag.vue +13 -10
  691. package/tag/tag.cjs.js +10 -7
  692. package/tag/tag.esm.js +10 -7
  693. package/tag/tag.js +10 -7
  694. package/terminal/Terminal.d.ts +5 -7
  695. package/terminal/Terminal.vue +10 -10
  696. package/terminal/terminal.cjs.js +3 -3
  697. package/terminal/terminal.cjs.min.js +1 -1
  698. package/terminal/terminal.esm.js +3 -3
  699. package/terminal/terminal.esm.min.js +1 -1
  700. package/terminal/terminal.js +3 -3
  701. package/terminal/terminal.min.js +1 -1
  702. package/textarea/Textarea.d.ts +5 -6
  703. package/textarea/Textarea.vue +7 -7
  704. package/textarea/textarea.cjs.js +6 -6
  705. package/textarea/textarea.esm.js +6 -6
  706. package/textarea/textarea.js +6 -6
  707. package/tieredmenu/TieredMenu.d.ts +48 -6
  708. package/tieredmenu/TieredMenu.vue +500 -58
  709. package/tieredmenu/TieredMenuSub.vue +126 -208
  710. package/tieredmenu/tieredmenu.cjs.js +684 -338
  711. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  712. package/tieredmenu/tieredmenu.esm.js +685 -339
  713. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  714. package/tieredmenu/tieredmenu.js +685 -339
  715. package/tieredmenu/tieredmenu.min.js +1 -1
  716. package/timeline/Timeline.d.ts +4 -5
  717. package/timeline/Timeline.vue +6 -10
  718. package/timeline/timeline.cjs.js +3 -7
  719. package/timeline/timeline.cjs.min.js +1 -1
  720. package/timeline/timeline.esm.js +3 -7
  721. package/timeline/timeline.esm.min.js +1 -1
  722. package/timeline/timeline.js +3 -7
  723. package/timeline/timeline.min.js +1 -1
  724. package/toast/Toast.d.ts +10 -13
  725. package/toast/Toast.vue +40 -31
  726. package/toast/ToastMessage.vue +29 -20
  727. package/toast/toast.cjs.js +56 -38
  728. package/toast/toast.cjs.min.js +1 -1
  729. package/toast/toast.esm.js +55 -37
  730. package/toast/toast.esm.min.js +1 -1
  731. package/toast/toast.js +56 -38
  732. package/toast/toast.min.js +1 -1
  733. package/toastservice/toastservice.cjs.js +1 -0
  734. package/toastservice/toastservice.esm.js +1 -0
  735. package/toastservice/toastservice.js +1 -0
  736. package/togglebutton/ToggleButton.d.ts +10 -10
  737. package/togglebutton/ToggleButton.vue +82 -23
  738. package/togglebutton/togglebutton.cjs.js +66 -18
  739. package/togglebutton/togglebutton.cjs.min.js +1 -1
  740. package/togglebutton/togglebutton.esm.js +66 -18
  741. package/togglebutton/togglebutton.esm.min.js +1 -1
  742. package/togglebutton/togglebutton.js +66 -18
  743. package/togglebutton/togglebutton.min.js +1 -1
  744. package/toolbar/Toolbar.d.ts +8 -5
  745. package/toolbar/Toolbar.vue +9 -3
  746. package/toolbar/toolbar.cjs.js +14 -7
  747. package/toolbar/toolbar.cjs.min.js +1 -1
  748. package/toolbar/toolbar.esm.js +14 -7
  749. package/toolbar/toolbar.esm.min.js +1 -1
  750. package/toolbar/toolbar.js +14 -7
  751. package/toolbar/toolbar.min.js +1 -1
  752. package/tooltip/tooltip.cjs.js +36 -24
  753. package/tooltip/tooltip.cjs.min.js +1 -1
  754. package/tooltip/tooltip.esm.js +37 -25
  755. package/tooltip/tooltip.esm.min.js +1 -1
  756. package/tooltip/tooltip.js +36 -24
  757. package/tooltip/tooltip.min.js +1 -1
  758. package/tree/Tree.d.ts +15 -7
  759. package/tree/Tree.vue +66 -56
  760. package/tree/TreeNode.vue +70 -66
  761. package/tree/tree.cjs.js +99 -102
  762. package/tree/tree.cjs.min.js +1 -1
  763. package/tree/tree.esm.js +99 -102
  764. package/tree/tree.esm.min.js +1 -1
  765. package/tree/tree.js +99 -102
  766. package/tree/tree.min.js +1 -1
  767. package/treeselect/TreeSelect.d.ts +9 -9
  768. package/treeselect/TreeSelect.vue +130 -72
  769. package/treeselect/treeselect.cjs.js +89 -59
  770. package/treeselect/treeselect.cjs.min.js +1 -1
  771. package/treeselect/treeselect.esm.js +89 -59
  772. package/treeselect/treeselect.esm.min.js +1 -1
  773. package/treeselect/treeselect.js +89 -59
  774. package/treeselect/treeselect.min.js +1 -1
  775. package/treetable/BodyCell.vue +29 -19
  776. package/treetable/FooterCell.vue +19 -11
  777. package/treetable/HeaderCell.vue +44 -36
  778. package/treetable/TreeTable.d.ts +8 -8
  779. package/treetable/TreeTable.vue +229 -178
  780. package/treetable/TreeTableRow.vue +74 -58
  781. package/treetable/treetable.cjs.js +287 -253
  782. package/treetable/treetable.cjs.min.js +1 -1
  783. package/treetable/treetable.esm.js +287 -253
  784. package/treetable/treetable.esm.min.js +1 -1
  785. package/treetable/treetable.js +287 -253
  786. package/treetable/treetable.min.js +1 -1
  787. package/tristatecheckbox/TriStateCheckbox.d.ts +9 -9
  788. package/tristatecheckbox/TriStateCheckbox.vue +39 -18
  789. package/tristatecheckbox/tristatecheckbox.cjs.js +24 -15
  790. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  791. package/tristatecheckbox/tristatecheckbox.esm.js +24 -15
  792. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  793. package/tristatecheckbox/tristatecheckbox.js +24 -15
  794. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  795. package/ts-helpers.d.ts +16 -10
  796. package/useconfirm/UseConfirm.d.ts +1 -1
  797. package/useconfirm/useconfirm.cjs.js +2 -1
  798. package/useconfirm/useconfirm.esm.js +2 -1
  799. package/useconfirm/useconfirm.js +2 -1
  800. package/usedialog/UseDialog.d.ts +1 -1
  801. package/usedialog/usedialog.cjs.js +2 -1
  802. package/usedialog/usedialog.esm.js +2 -1
  803. package/usedialog/usedialog.js +2 -1
  804. package/usetoast/usetoast.cjs.js +2 -1
  805. package/usetoast/usetoast.esm.js +2 -1
  806. package/usetoast/usetoast.js +2 -1
  807. package/utils/Utils.d.ts +10 -5
  808. package/utils/utils.cjs.js +209 -156
  809. package/utils/utils.cjs.min.js +1 -1
  810. package/utils/utils.esm.js +209 -156
  811. package/utils/utils.esm.min.js +1 -1
  812. package/utils/utils.js +209 -156
  813. package/utils/utils.min.js +1 -1
  814. package/vetur-attributes.json +335 -3
  815. package/vetur-tags.json +112 -19
  816. package/virtualscroller/VirtualScroller.d.ts +9 -9
  817. package/virtualscroller/VirtualScroller.vue +108 -96
  818. package/virtualscroller/virtualscroller.cjs.js +87 -89
  819. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  820. package/virtualscroller/virtualscroller.esm.js +87 -89
  821. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  822. package/virtualscroller/virtualscroller.js +87 -89
  823. package/virtualscroller/virtualscroller.min.js +1 -1
  824. package/web-types.json +1183 -73
@@ -1,17 +1,17 @@
1
1
  this.primevue = this.primevue || {};
2
- this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, VirtualScroller, Portal, vue) {
2
+ this.primevue.multiselect = (function (api, OverlayEventBus, Portal, Ripple, utils, VirtualScroller, vue) {
3
3
  'use strict';
4
4
 
5
5
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
6
6
 
7
7
  var OverlayEventBus__default = /*#__PURE__*/_interopDefaultLegacy(OverlayEventBus);
8
+ var Portal__default = /*#__PURE__*/_interopDefaultLegacy(Portal);
8
9
  var Ripple__default = /*#__PURE__*/_interopDefaultLegacy(Ripple);
9
10
  var VirtualScroller__default = /*#__PURE__*/_interopDefaultLegacy(VirtualScroller);
10
- var Portal__default = /*#__PURE__*/_interopDefaultLegacy(Portal);
11
11
 
12
12
  var script = {
13
13
  name: 'MultiSelect',
14
- emits: ['update:modelValue', 'change', 'focus', 'blur' , 'before-show', 'before-hide', 'show', 'hide', 'filter', 'selectall-change'],
14
+ emits: ['update:modelValue', 'change', 'focus', 'blur', 'before-show', 'before-hide', 'show', 'hide', 'filter', 'selectall-change'],
15
15
  props: {
16
16
  modelValue: null,
17
17
  options: Array,
@@ -20,19 +20,40 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
20
20
  optionDisabled: null,
21
21
  optionGroupLabel: null,
22
22
  optionGroupChildren: null,
23
- scrollHeight: {
24
- type: String,
25
- default: '200px'
26
- },
27
- placeholder: String,
28
- disabled: Boolean,
29
- inputId: String,
30
- inputProps: null,
31
- panelStyle: null,
32
- panelClass: null,
33
- panelProps: null,
34
- filterInputProps: null,
35
- closeButtonProps: null,
23
+ scrollHeight: {
24
+ type: String,
25
+ default: '200px'
26
+ },
27
+ placeholder: String,
28
+ disabled: Boolean,
29
+ inputId: {
30
+ type: String,
31
+ default: null
32
+ },
33
+ inputProps: {
34
+ type: null,
35
+ default: null
36
+ },
37
+ panelClass: {
38
+ type: String,
39
+ default: null
40
+ },
41
+ panelStyle: {
42
+ type: null,
43
+ default: null
44
+ },
45
+ panelProps: {
46
+ type: null,
47
+ default: null
48
+ },
49
+ filterInputProps: {
50
+ type: null,
51
+ default: null
52
+ },
53
+ closeButtonProps: {
54
+ type: null,
55
+ default: null
56
+ },
36
57
  dataKey: null,
37
58
  filter: Boolean,
38
59
  filterPlaceholder: String,
@@ -73,10 +94,30 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
73
94
  type: Boolean,
74
95
  default: false
75
96
  },
97
+ checkboxIcon: {
98
+ type: String,
99
+ default: 'pi pi-check'
100
+ },
101
+ closeIcon: {
102
+ type: String,
103
+ default: 'pi pi-times'
104
+ },
105
+ dropdownIcon: {
106
+ type: String,
107
+ default: 'pi pi-chevron-down'
108
+ },
109
+ filterIcon: {
110
+ type: String,
111
+ default: 'pi pi-search'
112
+ },
76
113
  loadingIcon: {
77
114
  type: String,
78
115
  default: 'pi pi-spinner pi-spin'
79
116
  },
117
+ removeTokenIcon: {
118
+ type: String,
119
+ default: 'pi pi-times-circle'
120
+ },
80
121
  selectAll: {
81
122
  type: Boolean,
82
123
  default: null
@@ -93,6 +134,10 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
93
134
  type: Boolean,
94
135
  default: true
95
136
  },
137
+ autoFilterFocus: {
138
+ type: Boolean,
139
+ default: false
140
+ },
96
141
  filterMessage: {
97
142
  type: String,
98
143
  default: null
@@ -139,13 +184,12 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
139
184
  focusOnHover: false,
140
185
  data() {
141
186
  return {
142
- id: utils.UniqueComponentId(),
143
187
  focused: false,
144
188
  focusedOptionIndex: -1,
145
189
  headerCheckboxFocused: false,
146
190
  filterValue: null,
147
191
  overlayVisible: false
148
- }
192
+ };
149
193
  },
150
194
  watch: {
151
195
  options() {
@@ -153,8 +197,6 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
153
197
  }
154
198
  },
155
199
  mounted() {
156
- this.id = this.$attrs.id || this.id;
157
-
158
200
  this.autoUpdateModel();
159
201
  },
160
202
  beforeUnmount() {
@@ -173,7 +215,7 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
173
215
  },
174
216
  methods: {
175
217
  getOptionIndex(index, fn) {
176
- return this.virtualScrollerDisabled ? index : (fn && fn(index)['index']);
218
+ return this.virtualScrollerDisabled ? index : fn && fn(index)['index'];
177
219
  },
178
220
  getOptionLabel(option) {
179
221
  return this.optionLabel ? utils.ObjectUtils.resolveFieldData(option, this.optionLabel) : option;
@@ -201,14 +243,14 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
201
243
  return utils.ObjectUtils.resolveFieldData(optionGroup, this.optionGroupChildren);
202
244
  },
203
245
  getAriaPosInset(index) {
204
- return (this.optionGroupLabel ? index - this.visibleOptions.slice(0, index).filter(option => this.isOptionGroup(option)).length : index) + 1;
246
+ return (this.optionGroupLabel ? index - this.visibleOptions.slice(0, index).filter((option) => this.isOptionGroup(option)).length : index) + 1;
205
247
  },
206
248
  show(isFocus) {
207
249
  this.$emit('before-show');
208
250
  this.overlayVisible = true;
209
- this.focusedOptionIndex = this.focusedOptionIndex !== -1 ? this.focusedOptionIndex : (this.autoOptionFocus ? this.findFirstFocusedOptionIndex() : -1);
251
+ this.focusedOptionIndex = this.focusedOptionIndex !== -1 ? this.focusedOptionIndex : this.autoOptionFocus ? this.findFirstFocusedOptionIndex() : -1;
210
252
 
211
- isFocus && this.$refs.focusInput.focus();
253
+ isFocus && utils.DomHandler.focus(this.$refs.focusInput);
212
254
  },
213
255
  hide(isFocus) {
214
256
  this.$emit('before-hide');
@@ -217,11 +259,11 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
217
259
  this.searchValue = '';
218
260
 
219
261
  this.resetFilterOnHide && (this.filterValue = null);
220
- isFocus && this.$refs.focusInput.focus();
262
+ isFocus && utils.DomHandler.focus(this.$refs.focusInput);
221
263
  },
222
264
  onFocus(event) {
223
265
  this.focused = true;
224
- this.focusedOptionIndex = this.overlayVisible && this.autoOptionFocus ? this.findFirstFocusedOptionIndex() : -1;
266
+ this.focusedOptionIndex = this.focusedOptionIndex !== -1 ? this.focusedOptionIndex : this.overlayVisible && this.autoOptionFocus ? this.findFirstFocusedOptionIndex() : -1;
225
267
  this.overlayVisible && this.scrollInView(this.focusedOptionIndex);
226
268
  this.$emit('focus', event);
227
269
  },
@@ -232,6 +274,8 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
232
274
  this.$emit('blur', event);
233
275
  },
234
276
  onKeyDown(event) {
277
+ const metaKey = event.metaKey || event.ctrlKey;
278
+
235
279
  switch (event.code) {
236
280
  case 'ArrowDown':
237
281
  this.onArrowDownKey(event);
@@ -276,15 +320,16 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
276
320
  break;
277
321
 
278
322
  default:
279
- if (event.code === 'KeyA' && (event.metaKey || event.ctrlKey)) {
280
- const value = this.visibleOptions.filter(option => this.isValidOption(option)).map(option => this.getOptionValue(option));
323
+ if (event.code === 'KeyA' && metaKey) {
324
+ const value = this.visibleOptions.filter((option) => this.isValidOption(option)).map((option) => this.getOptionValue(option));
325
+
281
326
  this.updateModel(event, value);
282
327
 
283
328
  event.preventDefault();
284
329
  break;
285
330
  }
286
331
 
287
- if (utils.ObjectUtils.isPrintableCharacter(event.key)) {
332
+ if (!metaKey && utils.ObjectUtils.isPrintableCharacter(event.key)) {
288
333
  !this.overlayVisible && this.show();
289
334
  this.searchOptions(event);
290
335
  event.preventDefault();
@@ -307,14 +352,14 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
307
352
 
308
353
  if (relatedTarget === this.$refs.focusInput) {
309
354
  const firstFocusableEl = utils.DomHandler.getFirstFocusableElement(this.overlay, ':not(.p-hidden-focusable)');
310
- firstFocusableEl && firstFocusableEl.focus();
311
- }
312
- else {
313
- this.$refs.focusInput.focus();
355
+
356
+ utils.DomHandler.focus(firstFocusableEl);
357
+ } else {
358
+ utils.DomHandler.focus(this.$refs.focusInput);
314
359
  }
315
360
  },
316
361
  onLastHiddenFocus() {
317
- this.$refs.firstHiddenFocusableElementOnOverlay.focus();
362
+ utils.DomHandler.focus(this.$refs.firstHiddenFocusableElementOnOverlay);
318
363
  },
319
364
  onCloseClick() {
320
365
  this.hide(true);
@@ -333,14 +378,12 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
333
378
  let selected = this.isSelected(option);
334
379
  let value = null;
335
380
 
336
- if (selected)
337
- value = this.modelValue.filter(val => !utils.ObjectUtils.equals(val, this.getOptionValue(option), this.equalityKey));
338
- else
339
- value = [...(this.modelValue || []), this.getOptionValue(option)];
381
+ if (selected) value = this.modelValue.filter((val) => !utils.ObjectUtils.equals(val, this.getOptionValue(option), this.equalityKey));
382
+ else value = [...(this.modelValue || []), this.getOptionValue(option)];
340
383
 
341
384
  this.updateModel(event, value);
342
- isFocus && this.$refs.focusInput.focus();
343
385
  index !== -1 && (this.focusedOptionIndex = index);
386
+ isFocus && utils.DomHandler.focus(this.$refs.focusInput);
344
387
  },
345
388
  onOptionMouseMove(event, index) {
346
389
  if (this.focusOnHover) {
@@ -354,7 +397,10 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
354
397
  if (start !== -1 && end !== -1) {
355
398
  const rangeStart = Math.min(start, end);
356
399
  const rangeEnd = Math.max(start, end);
357
- const value = this.visibleOptions.slice(rangeStart, rangeEnd + 1).filter(option => this.isValidOption(option)).map(option => this.getOptionValue(option));
400
+ const value = this.visibleOptions
401
+ .slice(rangeStart, rangeEnd + 1)
402
+ .filter((option) => this.isValidOption(option))
403
+ .map((option) => this.getOptionValue(option));
358
404
 
359
405
  this.updateModel(event, value);
360
406
  }
@@ -445,8 +491,7 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
445
491
 
446
492
  this.overlayVisible && this.hide();
447
493
  event.preventDefault();
448
- }
449
- else {
494
+ } else {
450
495
  const optionIndex = this.focusedOptionIndex !== -1 ? this.findPrevOptionIndex(this.focusedOptionIndex) : this.findLastFocusedOptionIndex();
451
496
 
452
497
  if (event.shiftKey) {
@@ -466,8 +511,7 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
466
511
  if (pressedInInputText) {
467
512
  event.currentTarget.setSelectionRange(0, 0);
468
513
  this.focusedOptionIndex = -1;
469
- }
470
- else {
514
+ } else {
471
515
  let metaKey = event.metaKey || event.ctrlKey;
472
516
  let optionIndex = this.findFirstOptionIndex();
473
517
 
@@ -486,10 +530,10 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
486
530
  if (pressedInInputText) {
487
531
  const target = event.currentTarget;
488
532
  const len = target.value.length;
533
+
489
534
  target.setSelectionRange(len, len);
490
535
  this.focusedOptionIndex = -1;
491
- }
492
- else {
536
+ } else {
493
537
  let metaKey = event.metaKey || event.ctrlKey;
494
538
  let optionIndex = this.findLastOptionIndex();
495
539
 
@@ -515,13 +559,10 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
515
559
  onEnterKey(event) {
516
560
  if (!this.overlayVisible) {
517
561
  this.onArrowDownKey(event);
518
- }
519
- else {
562
+ } else {
520
563
  if (this.focusedOptionIndex !== -1) {
521
- if (event.shiftKey)
522
- this.onOptionSelectRange(event, this.focusedOptionIndex);
523
- else
524
- this.onOptionSelect(event, this.visibleOptions[this.focusedOptionIndex]);
564
+ if (event.shiftKey) this.onOptionSelectRange(event, this.focusedOptionIndex);
565
+ else this.onOptionSelect(event, this.visibleOptions[this.focusedOptionIndex]);
525
566
  }
526
567
  }
527
568
 
@@ -534,11 +575,10 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
534
575
  onTabKey(event, pressedInInputText = false) {
535
576
  if (!pressedInInputText) {
536
577
  if (this.overlayVisible && this.hasFocusableElements()) {
537
- this.$refs.firstHiddenFocusableElementOnOverlay.focus();
578
+ utils.DomHandler.focus(this.$refs.firstHiddenFocusableElementOnOverlay);
538
579
 
539
580
  event.preventDefault();
540
- }
541
- else {
581
+ } else {
542
582
  if (this.focusedOptionIndex !== -1) {
543
583
  this.onOptionSelect(event, this.visibleOptions[this.focusedOptionIndex]);
544
584
  }
@@ -554,6 +594,8 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
554
594
  utils.ZIndexUtils.set('overlay', el, this.$primevue.config.zIndex.overlay);
555
595
  this.alignOverlay();
556
596
  this.scrollInView();
597
+
598
+ this.autoFilterFocus && utils.DomHandler.focus(this.$refs.filterInput);
557
599
  },
558
600
  onOverlayAfterEnter() {
559
601
  this.bindOutsideClickListener();
@@ -576,8 +618,7 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
576
618
  alignOverlay() {
577
619
  if (this.appendTo === 'self') {
578
620
  utils.DomHandler.relativePosition(this.overlay, this.$el);
579
- }
580
- else {
621
+ } else {
581
622
  this.overlay.style.minWidth = utils.DomHandler.getOuterWidth(this.$el) + 'px';
582
623
  utils.DomHandler.absolutePosition(this.overlay, this.$el);
583
624
  }
@@ -589,6 +630,7 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
589
630
  this.hide();
590
631
  }
591
632
  };
633
+
592
634
  document.addEventListener('click', this.outsideClickListener);
593
635
  }
594
636
  },
@@ -621,6 +663,7 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
621
663
  this.hide();
622
664
  }
623
665
  };
666
+
624
667
  window.addEventListener('resize', this.resizeListener);
625
668
  }
626
669
  },
@@ -634,11 +677,14 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
634
677
  return !(this.$el.isSameNode(event.target) || this.$el.contains(event.target) || (this.overlay && this.overlay.contains(event.target)));
635
678
  },
636
679
  getLabelByValue(value) {
637
- const matchedOption = this.visibleOptions.find(option => !this.isOptionGroup(option) && utils.ObjectUtils.equals(this.getOptionValue(option), value, this.equalityKey));
638
- return matchedOption ? this.getOptionLabel(matchedOption): null;
680
+ const options = this.optionGroupLabel ? this.flatOptions(this.options) : this.options || [];
681
+ const matchedOption = options.find((option) => !this.isOptionGroup(option) && utils.ObjectUtils.equals(this.getOptionValue(option), value, this.equalityKey));
682
+
683
+ return matchedOption ? this.getOptionLabel(matchedOption) : null;
639
684
  },
640
685
  getSelectedItemsLabel() {
641
686
  let pattern = /{(.*?)}/;
687
+
642
688
  if (pattern.test(this.selectedItemsLabel)) {
643
689
  return this.selectedItemsLabel.replace(this.selectedItemsLabel.match(pattern)[0], this.modelValue.length + '');
644
690
  }
@@ -647,10 +693,9 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
647
693
  },
648
694
  onToggleAll(event) {
649
695
  if (this.selectAll !== null) {
650
- this.$emit('selectall-change', {originalEvent: event, checked: !this.allSelected});
651
- }
652
- else {
653
- const value = this.allSelected ? [] : this.visibleOptions.filter(option => !this.isOptionGroup(option)).map(option => this.getOptionValue(option));
696
+ this.$emit('selectall-change', { originalEvent: event, checked: !this.allSelected });
697
+ } else {
698
+ const value = this.allSelected ? [] : this.visibleOptions.filter((option) => !this.isOptionGroup(option)).map((option) => this.getOptionValue(option));
654
699
 
655
700
  this.updateModel(event, value);
656
701
  }
@@ -658,7 +703,7 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
658
703
  this.headerCheckboxFocused = true;
659
704
  },
660
705
  removeOption(event, optionValue) {
661
- let value = this.modelValue.filter(val => !utils.ObjectUtils.equals(val, optionValue, this.equalityKey));
706
+ let value = this.modelValue.filter((val) => !utils.ObjectUtils.equals(val, optionValue, this.equalityKey));
662
707
 
663
708
  this.updateModel(event, value);
664
709
  },
@@ -679,34 +724,39 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
679
724
  },
680
725
  isSelected(option) {
681
726
  const optionValue = this.getOptionValue(option);
682
- return (this.modelValue || []).some(value => utils.ObjectUtils.equals(value, optionValue, this.equalityKey));
727
+
728
+ return (this.modelValue || []).some((value) => utils.ObjectUtils.equals(value, optionValue, this.equalityKey));
683
729
  },
684
730
  findFirstOptionIndex() {
685
- return this.visibleOptions.findIndex(option => this.isValidOption(option));
731
+ return this.visibleOptions.findIndex((option) => this.isValidOption(option));
686
732
  },
687
733
  findLastOptionIndex() {
688
- return utils.ObjectUtils.findLastIndex(this.visibleOptions, option => this.isValidOption(option));
734
+ return utils.ObjectUtils.findLastIndex(this.visibleOptions, (option) => this.isValidOption(option));
689
735
  },
690
736
  findNextOptionIndex(index) {
691
- const matchedOptionIndex = index < (this.visibleOptions.length - 1) ? this.visibleOptions.slice(index + 1).findIndex(option => this.isValidOption(option)) : -1;
737
+ const matchedOptionIndex = index < this.visibleOptions.length - 1 ? this.visibleOptions.slice(index + 1).findIndex((option) => this.isValidOption(option)) : -1;
738
+
692
739
  return matchedOptionIndex > -1 ? matchedOptionIndex + index + 1 : index;
693
740
  },
694
741
  findPrevOptionIndex(index) {
695
- const matchedOptionIndex = index > 0 ? utils.ObjectUtils.findLastIndex(this.visibleOptions.slice(0, index), option => this.isValidOption(option)) : -1;
742
+ const matchedOptionIndex = index > 0 ? utils.ObjectUtils.findLastIndex(this.visibleOptions.slice(0, index), (option) => this.isValidOption(option)) : -1;
743
+
696
744
  return matchedOptionIndex > -1 ? matchedOptionIndex : index;
697
745
  },
698
746
  findFirstSelectedOptionIndex() {
699
- return this.hasSelectedOption ? this.visibleOptions.findIndex(option => this.isValidSelectedOption(option)) : -1;
747
+ return this.hasSelectedOption ? this.visibleOptions.findIndex((option) => this.isValidSelectedOption(option)) : -1;
700
748
  },
701
749
  findLastSelectedOptionIndex() {
702
- return this.hasSelectedOption ? utils.ObjectUtils.findLastIndex(this.visibleOptions, option => this.isValidSelectedOption(option)) : -1;
750
+ return this.hasSelectedOption ? utils.ObjectUtils.findLastIndex(this.visibleOptions, (option) => this.isValidSelectedOption(option)) : -1;
703
751
  },
704
752
  findNextSelectedOptionIndex(index) {
705
- const matchedOptionIndex = this.hasSelectedOption && index < (this.visibleOptions.length - 1) ? this.visibleOptions.slice(index + 1).findIndex(option => this.isValidSelectedOption(option)) : -1;
753
+ const matchedOptionIndex = this.hasSelectedOption && index < this.visibleOptions.length - 1 ? this.visibleOptions.slice(index + 1).findIndex((option) => this.isValidSelectedOption(option)) : -1;
754
+
706
755
  return matchedOptionIndex > -1 ? matchedOptionIndex + index + 1 : -1;
707
756
  },
708
757
  findPrevSelectedOptionIndex(index) {
709
- const matchedOptionIndex = this.hasSelectedOption && index > 0 ? utils.ObjectUtils.findLastIndex(this.visibleOptions.slice(0, index), option => this.isValidSelectedOption(option)) : -1;
758
+ const matchedOptionIndex = this.hasSelectedOption && index > 0 ? utils.ObjectUtils.findLastIndex(this.visibleOptions.slice(0, index), (option) => this.isValidSelectedOption(option)) : -1;
759
+
710
760
  return matchedOptionIndex > -1 ? matchedOptionIndex : -1;
711
761
  },
712
762
  findNearestSelectedOptionIndex(index, firstCheckUp = false) {
@@ -716,8 +766,7 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
716
766
  if (firstCheckUp) {
717
767
  matchedOptionIndex = this.findPrevSelectedOptionIndex(index);
718
768
  matchedOptionIndex = matchedOptionIndex === -1 ? this.findNextSelectedOptionIndex(index) : matchedOptionIndex;
719
- }
720
- else {
769
+ } else {
721
770
  matchedOptionIndex = this.findNextSelectedOptionIndex(index);
722
771
  matchedOptionIndex = matchedOptionIndex === -1 ? this.findPrevSelectedOptionIndex(index) : matchedOptionIndex;
723
772
  }
@@ -727,26 +776,29 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
727
776
  },
728
777
  findFirstFocusedOptionIndex() {
729
778
  const selectedIndex = this.findFirstSelectedOptionIndex();
779
+
730
780
  return selectedIndex < 0 ? this.findFirstOptionIndex() : selectedIndex;
731
781
  },
732
782
  findLastFocusedOptionIndex() {
733
783
  const selectedIndex = this.findLastSelectedOptionIndex();
784
+
734
785
  return selectedIndex < 0 ? this.findLastOptionIndex() : selectedIndex;
735
786
  },
736
787
  searchOptions(event) {
737
788
  this.searchValue = (this.searchValue || '') + event.key;
738
789
 
739
790
  let optionIndex = -1;
791
+
740
792
  if (this.focusedOptionIndex !== -1) {
741
- optionIndex = this.visibleOptions.slice(this.focusedOptionIndex).findIndex(option => this.isOptionMatched(option));
742
- optionIndex = optionIndex === -1 ? this.visibleOptions.slice(0, this.focusedOptionIndex).findIndex(option => this.isOptionMatched(option)) : optionIndex + this.focusedOptionIndex;
743
- }
744
- else {
745
- optionIndex = this.visibleOptions.findIndex(option => this.isOptionMatched(option));
793
+ optionIndex = this.visibleOptions.slice(this.focusedOptionIndex).findIndex((option) => this.isOptionMatched(option));
794
+ optionIndex = optionIndex === -1 ? this.visibleOptions.slice(0, this.focusedOptionIndex).findIndex((option) => this.isOptionMatched(option)) : optionIndex + this.focusedOptionIndex;
795
+ } else {
796
+ optionIndex = this.visibleOptions.findIndex((option) => this.isOptionMatched(option));
746
797
  }
747
798
 
748
799
  if (optionIndex === -1 && this.focusedOptionIndex === -1) {
749
800
  const selectedIndex = this.findSelectedOptionIndex();
801
+
750
802
  optionIndex = selectedIndex < 0 ? this.findFirstOptionIndex() : selectedIndex;
751
803
  }
752
804
 
@@ -772,10 +824,10 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
772
824
  scrollInView(index = -1) {
773
825
  const id = index !== -1 ? `${this.id}_${index}` : this.focusedOptionId;
774
826
  const element = utils.DomHandler.findSingle(this.list, `li[id="${id}"]`);
827
+
775
828
  if (element) {
776
829
  element.scrollIntoView && element.scrollIntoView({ block: 'nearest', inline: 'nearest' });
777
- }
778
- else if (!this.virtualScrollerDisabled) {
830
+ } else if (!this.virtualScrollerDisabled) {
779
831
  this.virtualScroller && this.virtualScroller.scrollToIndex(index !== -1 ? index : this.focusedOptionIndex);
780
832
  }
781
833
  },
@@ -783,6 +835,7 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
783
835
  if (this.selectOnFocus && this.autoOptionFocus && !this.hasSelectedOption) {
784
836
  this.focusedOptionIndex = this.findFirstFocusedOptionIndex();
785
837
  const value = this.getOptionValue(this.visibleOptions[this.focusedOptionIndex]);
838
+
786
839
  this.updateModel(null, [value]);
787
840
  }
788
841
  },
@@ -795,7 +848,8 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
795
848
  result.push({ optionGroup: option, group: true, index });
796
849
 
797
850
  const optionGroupChildren = this.getOptionGroupChildren(option);
798
- optionGroupChildren && optionGroupChildren.forEach(o => result.push(o));
851
+
852
+ optionGroupChildren && optionGroupChildren.forEach((o) => result.push(o));
799
853
 
800
854
  return result;
801
855
  }, []);
@@ -813,50 +867,64 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
813
867
  },
814
868
  computed: {
815
869
  containerClass() {
816
- return ['p-multiselect p-component p-inputwrapper', {
817
- 'p-multiselect-chip': this.display === 'chip',
818
- 'p-disabled': this.disabled,
819
- 'p-focus': this.focused,
820
- 'p-inputwrapper-filled': this.modelValue && this.modelValue.length,
821
- 'p-inputwrapper-focus': this.focused || this.overlayVisible,
822
- 'p-overlay-open': this.overlayVisible
823
- }];
870
+ return [
871
+ 'p-multiselect p-component p-inputwrapper',
872
+ {
873
+ 'p-multiselect-chip': this.display === 'chip',
874
+ 'p-disabled': this.disabled,
875
+ 'p-focus': this.focused,
876
+ 'p-inputwrapper-filled': this.modelValue && this.modelValue.length,
877
+ 'p-inputwrapper-focus': this.focused || this.overlayVisible,
878
+ 'p-overlay-open': this.overlayVisible
879
+ }
880
+ ];
824
881
  },
825
882
  labelClass() {
826
- return ['p-multiselect-label', {
827
- 'p-placeholder': this.label === this.placeholder,
828
- 'p-multiselect-label-empty': !this.placeholder && (!this.modelValue || this.modelValue.length === 0)
829
- }];
883
+ return [
884
+ 'p-multiselect-label',
885
+ {
886
+ 'p-placeholder': this.label === this.placeholder,
887
+ 'p-multiselect-label-empty': !this.placeholder && (!this.modelValue || this.modelValue.length === 0)
888
+ }
889
+ ];
830
890
  },
831
891
  dropdownIconClass() {
832
- return ['p-multiselect-trigger-icon', this.loading ? this.loadingIcon : 'pi pi-chevron-down'];
892
+ return ['p-multiselect-trigger-icon', this.loading ? this.loadingIcon : this.dropdownIcon];
833
893
  },
834
894
  panelStyleClass() {
835
- return ['p-multiselect-panel p-component', this.panelClass, {
836
- 'p-input-filled': this.$primevue.config.inputStyle === 'filled',
837
- 'p-ripple-disabled': this.$primevue.config.ripple === false
838
- }];
895
+ return [
896
+ 'p-multiselect-panel p-component',
897
+ this.panelClass,
898
+ {
899
+ 'p-input-filled': this.$primevue.config.inputStyle === 'filled',
900
+ 'p-ripple-disabled': this.$primevue.config.ripple === false
901
+ }
902
+ ];
839
903
  },
840
904
  headerCheckboxClass() {
841
- return ['p-checkbox p-component', {
842
- 'p-checkbox-checked': this.allSelected,
843
- 'p-checkbox-focused': this.headerCheckboxFocused
844
- }];
905
+ return [
906
+ 'p-checkbox p-component',
907
+ {
908
+ 'p-checkbox-checked': this.allSelected,
909
+ 'p-checkbox-focused': this.headerCheckboxFocused
910
+ }
911
+ ];
845
912
  },
846
913
  visibleOptions() {
847
- const options = this.optionGroupLabel ? this.flatOptions(this.options) : (this.options || []);
914
+ const options = this.optionGroupLabel ? this.flatOptions(this.options) : this.options || [];
848
915
 
849
916
  return this.filterValue ? api.FilterService.filter(options, this.searchFields, this.filterValue, this.filterMatchMode, this.filterLocale) : options;
850
917
  },
851
- label() { // TODO: Refactor
918
+ label() {
919
+ // TODO: Refactor
852
920
  let label;
853
921
 
854
922
  if (this.modelValue && this.modelValue.length) {
855
923
  if (utils.ObjectUtils.isNotEmpty(this.maxSelectedLabels) && this.modelValue.length > this.maxSelectedLabels) {
856
924
  return this.getSelectedItemsLabel();
857
- }
858
- else {
925
+ } else {
859
926
  label = '';
927
+
860
928
  for (let i = 0; i < this.modelValue.length; i++) {
861
929
  if (i !== 0) {
862
930
  label += ', ';
@@ -865,15 +933,14 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
865
933
  label += this.getLabelByValue(this.modelValue[i]);
866
934
  }
867
935
  }
868
- }
869
- else {
936
+ } else {
870
937
  label = this.placeholder;
871
938
  }
872
939
 
873
940
  return label;
874
941
  },
875
942
  allSelected() {
876
- return (this.selectAll !== null) ? this.selectAll : (utils.ObjectUtils.isNotEmpty(this.visibleOptions) && this.visibleOptions.every(option => this.isOptionGroup(option) || this.isValidSelectedOption(option)));
943
+ return this.selectAll !== null ? this.selectAll : utils.ObjectUtils.isNotEmpty(this.visibleOptions) && this.visibleOptions.every((option) => this.isOptionGroup(option) || this.isValidSelectedOption(option));
877
944
  },
878
945
  hasSelectedOption() {
879
946
  return utils.ObjectUtils.isNotEmpty(this.modelValue);
@@ -885,7 +952,7 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
885
952
  return this.filterFields || [this.optionLabel];
886
953
  },
887
954
  maxSelectionLimitReached() {
888
- return this.selectionLimit && (this.modelValue && this.modelValue.length === this.selectionLimit);
955
+ return this.selectionLimit && this.modelValue && this.modelValue.length === this.selectionLimit;
889
956
  },
890
957
  filterResultMessageText() {
891
958
  return utils.ObjectUtils.isNotEmpty(this.visibleOptions) ? this.filterMessageText.replaceAll('{0}', this.visibleOptions.length) : this.emptyFilterMessageText;
@@ -908,11 +975,14 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
908
975
  selectedMessageText() {
909
976
  return this.hasSelectedOption ? this.selectionMessageText.replaceAll('{0}', this.modelValue.length) : this.emptySelectionMessageText;
910
977
  },
978
+ id() {
979
+ return this.$attrs.id || utils.UniqueComponentId();
980
+ },
911
981
  focusedOptionId() {
912
982
  return this.focusedOptionIndex !== -1 ? `${this.id}_${this.focusedOptionIndex}` : null;
913
983
  },
914
984
  ariaSetSize() {
915
- return this.visibleOptions.filter(option => !this.isOptionGroup(option)).length;
985
+ return this.visibleOptions.filter((option) => !this.isOptionGroup(option)).length;
916
986
  },
917
987
  toggleAllAriaLabel() {
918
988
  return this.$primevue.config.locale.aria ? this.$primevue.config.locale.aria[this.allSelected ? 'selectAll' : 'unselectAll'] : undefined;
@@ -925,11 +995,11 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
925
995
  }
926
996
  },
927
997
  directives: {
928
- 'ripple': Ripple__default["default"]
998
+ ripple: Ripple__default["default"]
929
999
  },
930
1000
  components: {
931
- 'VirtualScroller': VirtualScroller__default["default"],
932
- 'Portal': Portal__default["default"]
1001
+ VirtualScroller: VirtualScroller__default["default"],
1002
+ Portal: Portal__default["default"]
933
1003
  }
934
1004
  };
935
1005
 
@@ -950,39 +1020,34 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
950
1020
  class: "p-multiselect-filter-container"
951
1021
  };
952
1022
  const _hoisted_11 = ["value", "placeholder", "aria-owns", "aria-activedescendant"];
953
- const _hoisted_12 = /*#__PURE__*/vue.createElementVNode("span", { class: "p-multiselect-filter-icon pi pi-search" }, null, -1);
954
- const _hoisted_13 = {
1023
+ const _hoisted_12 = {
955
1024
  key: 2,
956
1025
  role: "status",
957
1026
  "aria-live": "polite",
958
1027
  class: "p-hidden-accessible"
959
1028
  };
960
- const _hoisted_14 = ["aria-label"];
961
- const _hoisted_15 = /*#__PURE__*/vue.createElementVNode("span", { class: "p-multiselect-close-icon pi pi-times" }, null, -1);
962
- const _hoisted_16 = [
963
- _hoisted_15
964
- ];
965
- const _hoisted_17 = ["id"];
966
- const _hoisted_18 = ["id"];
967
- const _hoisted_19 = ["id", "aria-label", "aria-selected", "aria-disabled", "aria-setsize", "aria-posinset", "onClick", "onMousemove"];
968
- const _hoisted_20 = { class: "p-checkbox p-component" };
969
- const _hoisted_21 = {
1029
+ const _hoisted_13 = ["aria-label"];
1030
+ const _hoisted_14 = ["id"];
1031
+ const _hoisted_15 = ["id"];
1032
+ const _hoisted_16 = ["id", "aria-label", "aria-selected", "aria-disabled", "aria-setsize", "aria-posinset", "onClick", "onMousemove"];
1033
+ const _hoisted_17 = { class: "p-checkbox p-component" };
1034
+ const _hoisted_18 = {
970
1035
  key: 0,
971
1036
  class: "p-multiselect-empty-message",
972
1037
  role: "option"
973
1038
  };
974
- const _hoisted_22 = {
1039
+ const _hoisted_19 = {
975
1040
  key: 1,
976
1041
  class: "p-multiselect-empty-message",
977
1042
  role: "option"
978
1043
  };
979
- const _hoisted_23 = {
1044
+ const _hoisted_20 = {
980
1045
  key: 0,
981
1046
  role: "status",
982
1047
  "aria-live": "polite",
983
1048
  class: "p-hidden-accessible"
984
1049
  };
985
- const _hoisted_24 = {
1050
+ const _hoisted_21 = {
986
1051
  role: "status",
987
1052
  "aria-live": "polite",
988
1053
  class: "p-hidden-accessible"
@@ -1012,7 +1077,7 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
1012
1077
  "aria-labelledby": _ctx.ariaLabelledby,
1013
1078
  "aria-haspopup": "listbox",
1014
1079
  "aria-expanded": $data.overlayVisible,
1015
- "aria-controls": $data.id + '_list',
1080
+ "aria-controls": $options.id + '_list',
1016
1081
  "aria-activedescendant": $data.focused ? $options.focusedOptionId : undefined,
1017
1082
  onFocus: _cache[0] || (_cache[0] = (...args) => ($options.onFocus && $options.onFocus(...args))),
1018
1083
  onBlur: _cache[1] || (_cache[1] = (...args) => ($options.onBlur && $options.onBlur(...args))),
@@ -1035,8 +1100,8 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
1035
1100
  ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
1036
1101
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($props.modelValue, (item) => {
1037
1102
  return (vue.openBlock(), vue.createElementBlock("div", {
1038
- class: "p-multiselect-token",
1039
- key: $options.getLabelByValue(item)
1103
+ key: $options.getLabelByValue(item),
1104
+ class: "p-multiselect-token"
1040
1105
  }, [
1041
1106
  vue.renderSlot(_ctx.$slots, "chip", { value: item }, () => [
1042
1107
  vue.createElementVNode("span", _hoisted_4, vue.toDisplayString($options.getLabelByValue(item)), 1)
@@ -1044,9 +1109,9 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
1044
1109
  (!$props.disabled)
1045
1110
  ? (vue.openBlock(), vue.createElementBlock("span", {
1046
1111
  key: 0,
1047
- class: "p-multiselect-token-icon pi pi-times-circle",
1112
+ class: vue.normalizeClass(['p-multiselect-token-icon', $props.removeTokenIcon]),
1048
1113
  onClick: $event => ($options.removeOption($event, item))
1049
- }, null, 8, _hoisted_5))
1114
+ }, null, 10, _hoisted_5))
1050
1115
  : vue.createCommentVNode("", true)
1051
1116
  ]))
1052
1117
  }), 128)),
@@ -1118,10 +1183,10 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
1118
1183
  }, null, 40, _hoisted_9)
1119
1184
  ]),
1120
1185
  vue.createElementVNode("div", {
1121
- class: vue.normalizeClass(['p-checkbox-box', {'p-highlight': $options.allSelected, 'p-focus': $data.headerCheckboxFocused}])
1186
+ class: vue.normalizeClass(['p-checkbox-box', { 'p-highlight': $options.allSelected, 'p-focus': $data.headerCheckboxFocused }])
1122
1187
  }, [
1123
1188
  vue.createElementVNode("span", {
1124
- class: vue.normalizeClass(['p-checkbox-icon', {'pi pi-check': $options.allSelected}])
1189
+ class: vue.normalizeClass(['p-checkbox-icon', { [$props.checkboxIcon]: $options.allSelected }])
1125
1190
  }, null, 2)
1126
1191
  ], 2)
1127
1192
  ], 2))
@@ -1129,50 +1194,56 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
1129
1194
  ($props.filter)
1130
1195
  ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10, [
1131
1196
  vue.createElementVNode("input", vue.mergeProps({
1132
- type: "text",
1133
1197
  ref: "filterInput",
1198
+ type: "text",
1134
1199
  value: $data.filterValue,
1135
1200
  onVnodeUpdated: _cache[7] || (_cache[7] = (...args) => ($options.onFilterUpdated && $options.onFilterUpdated(...args))),
1136
1201
  class: "p-multiselect-filter p-inputtext p-component",
1137
1202
  placeholder: $props.filterPlaceholder,
1138
1203
  role: "searchbox",
1139
1204
  autocomplete: "off",
1140
- "aria-owns": $data.id + '_list',
1205
+ "aria-owns": $options.id + '_list',
1141
1206
  "aria-activedescendant": $options.focusedOptionId,
1142
1207
  onKeydown: _cache[8] || (_cache[8] = (...args) => ($options.onFilterKeyDown && $options.onFilterKeyDown(...args))),
1143
1208
  onBlur: _cache[9] || (_cache[9] = (...args) => ($options.onFilterBlur && $options.onFilterBlur(...args))),
1144
1209
  onInput: _cache[10] || (_cache[10] = (...args) => ($options.onFilterChange && $options.onFilterChange(...args)))
1145
1210
  }, $props.filterInputProps), null, 16, _hoisted_11),
1146
- _hoisted_12
1211
+ vue.createElementVNode("span", {
1212
+ class: vue.normalizeClass(['p-multiselect-filter-icon', $props.filterIcon])
1213
+ }, null, 2)
1147
1214
  ]))
1148
1215
  : vue.createCommentVNode("", true),
1149
1216
  ($props.filter)
1150
- ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_13, vue.toDisplayString($options.filterResultMessageText), 1))
1217
+ ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_12, vue.toDisplayString($options.filterResultMessageText), 1))
1151
1218
  : vue.createCommentVNode("", true),
1152
1219
  vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
1153
1220
  class: "p-multiselect-close p-link",
1154
1221
  "aria-label": $options.closeAriaLabel,
1155
1222
  onClick: _cache[11] || (_cache[11] = (...args) => ($options.onCloseClick && $options.onCloseClick(...args))),
1156
1223
  type: "button"
1157
- }, $props.closeButtonProps), _hoisted_16, 16, _hoisted_14)), [
1224
+ }, $props.closeButtonProps), [
1225
+ vue.createElementVNode("span", {
1226
+ class: vue.normalizeClass(['p-multiselect-close-icon', $props.closeIcon])
1227
+ }, null, 2)
1228
+ ], 16, _hoisted_13)), [
1158
1229
  [_directive_ripple]
1159
1230
  ])
1160
1231
  ]))
1161
1232
  : vue.createCommentVNode("", true),
1162
1233
  vue.createElementVNode("div", {
1163
1234
  class: "p-multiselect-items-wrapper",
1164
- style: vue.normalizeStyle({'max-height': $options.virtualScrollerDisabled ? $props.scrollHeight : ''})
1235
+ style: vue.normalizeStyle({ 'max-height': $options.virtualScrollerDisabled ? $props.scrollHeight : '' })
1165
1236
  }, [
1166
1237
  vue.createVNode(_component_VirtualScroller, vue.mergeProps({ ref: $options.virtualScrollerRef }, $props.virtualScrollerOptions, {
1167
1238
  items: $options.visibleOptions,
1168
- style: {'height': $props.scrollHeight},
1239
+ style: { height: $props.scrollHeight },
1169
1240
  tabindex: -1,
1170
1241
  disabled: $options.virtualScrollerDisabled
1171
1242
  }), vue.createSlots({
1172
1243
  content: vue.withCtx(({ styleClass, contentRef, items, getItemOptions, contentStyle, itemSize }) => [
1173
1244
  vue.createElementVNode("ul", {
1174
1245
  ref: (el) => $options.listRef(el, contentRef),
1175
- id: $data.id + '_list',
1246
+ id: $options.id + '_list',
1176
1247
  class: vue.normalizeClass(['p-multiselect-items p-component', styleClass]),
1177
1248
  style: vue.normalizeStyle(contentStyle),
1178
1249
  role: "listbox",
@@ -1185,8 +1256,8 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
1185
1256
  ($options.isOptionGroup(option))
1186
1257
  ? (vue.openBlock(), vue.createElementBlock("li", {
1187
1258
  key: 0,
1188
- id: $data.id + '_' + $options.getOptionIndex(i, getItemOptions),
1189
- style: vue.normalizeStyle({height: itemSize ? itemSize + 'px' : undefined}),
1259
+ id: $options.id + '_' + $options.getOptionIndex(i, getItemOptions),
1260
+ style: vue.normalizeStyle({ height: itemSize ? itemSize + 'px' : undefined }),
1190
1261
  class: "p-multiselect-item-group",
1191
1262
  role: "option"
1192
1263
  }, [
@@ -1196,12 +1267,12 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
1196
1267
  }, () => [
1197
1268
  vue.createTextVNode(vue.toDisplayString($options.getOptionGroupLabel(option.optionGroup)), 1)
1198
1269
  ])
1199
- ], 12, _hoisted_18))
1270
+ ], 12, _hoisted_15))
1200
1271
  : vue.withDirectives((vue.openBlock(), vue.createElementBlock("li", {
1201
1272
  key: 1,
1202
- id: $data.id + '_' + $options.getOptionIndex(i, getItemOptions),
1203
- style: vue.normalizeStyle({height: itemSize ? itemSize + 'px' : undefined}),
1204
- class: vue.normalizeClass(['p-multiselect-item', {'p-highlight': $options.isSelected(option), 'p-focus': $data.focusedOptionIndex === $options.getOptionIndex(i, getItemOptions), 'p-disabled': $options.isOptionDisabled(option)}]),
1273
+ id: $options.id + '_' + $options.getOptionIndex(i, getItemOptions),
1274
+ style: vue.normalizeStyle({ height: itemSize ? itemSize + 'px' : undefined }),
1275
+ class: vue.normalizeClass(['p-multiselect-item', { 'p-highlight': $options.isSelected(option), 'p-focus': $data.focusedOptionIndex === $options.getOptionIndex(i, getItemOptions), 'p-disabled': $options.isOptionDisabled(option) }]),
1205
1276
  role: "option",
1206
1277
  "aria-label": $options.getOptionLabel(option),
1207
1278
  "aria-selected": $options.isSelected(option),
@@ -1211,12 +1282,12 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
1211
1282
  onClick: $event => ($options.onOptionSelect($event, option, $options.getOptionIndex(i, getItemOptions), true)),
1212
1283
  onMousemove: $event => ($options.onOptionMouseMove($event, $options.getOptionIndex(i, getItemOptions)))
1213
1284
  }, [
1214
- vue.createElementVNode("div", _hoisted_20, [
1285
+ vue.createElementVNode("div", _hoisted_17, [
1215
1286
  vue.createElementVNode("div", {
1216
- class: vue.normalizeClass(['p-checkbox-box', {'p-highlight': $options.isSelected(option)}])
1287
+ class: vue.normalizeClass(['p-checkbox-box', { 'p-highlight': $options.isSelected(option) }])
1217
1288
  }, [
1218
1289
  vue.createElementVNode("span", {
1219
- class: vue.normalizeClass(['p-checkbox-icon', {'pi pi-check': $options.isSelected(option)}])
1290
+ class: vue.normalizeClass(['p-checkbox-icon', { [$props.checkboxIcon]: $options.isSelected(option) }])
1220
1291
  }, null, 2)
1221
1292
  ], 2)
1222
1293
  ]),
@@ -1226,29 +1297,29 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
1226
1297
  }, () => [
1227
1298
  vue.createElementVNode("span", null, vue.toDisplayString($options.getOptionLabel(option)), 1)
1228
1299
  ])
1229
- ], 46, _hoisted_19)), [
1300
+ ], 46, _hoisted_16)), [
1230
1301
  [_directive_ripple]
1231
1302
  ])
1232
1303
  ], 64))
1233
1304
  }), 128)),
1234
1305
  ($data.filterValue && (!items || (items && items.length === 0)))
1235
- ? (vue.openBlock(), vue.createElementBlock("li", _hoisted_21, [
1306
+ ? (vue.openBlock(), vue.createElementBlock("li", _hoisted_18, [
1236
1307
  vue.renderSlot(_ctx.$slots, "emptyfilter", {}, () => [
1237
1308
  vue.createTextVNode(vue.toDisplayString($options.emptyFilterMessageText), 1)
1238
1309
  ])
1239
1310
  ]))
1240
- : ((!$props.options || ($props.options && $props.options.length === 0)))
1241
- ? (vue.openBlock(), vue.createElementBlock("li", _hoisted_22, [
1311
+ : (!$props.options || ($props.options && $props.options.length === 0))
1312
+ ? (vue.openBlock(), vue.createElementBlock("li", _hoisted_19, [
1242
1313
  vue.renderSlot(_ctx.$slots, "empty", {}, () => [
1243
1314
  vue.createTextVNode(vue.toDisplayString($options.emptyMessageText), 1)
1244
1315
  ])
1245
1316
  ]))
1246
1317
  : vue.createCommentVNode("", true)
1247
- ], 14, _hoisted_17),
1248
- ((!$props.options || ($props.options && $props.options.length === 0)))
1249
- ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_23, vue.toDisplayString($options.emptyMessageText), 1))
1318
+ ], 14, _hoisted_14),
1319
+ (!$props.options || ($props.options && $props.options.length === 0))
1320
+ ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_20, vue.toDisplayString($options.emptyMessageText), 1))
1250
1321
  : vue.createCommentVNode("", true),
1251
- vue.createElementVNode("span", _hoisted_24, vue.toDisplayString($options.selectedMessageText), 1)
1322
+ vue.createElementVNode("span", _hoisted_21, vue.toDisplayString($options.selectedMessageText), 1)
1252
1323
  ]),
1253
1324
  _: 2
1254
1325
  }, [
@@ -1257,7 +1328,8 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
1257
1328
  name: "loader",
1258
1329
  fn: vue.withCtx(({ options }) => [
1259
1330
  vue.renderSlot(_ctx.$slots, "loader", { options: options })
1260
- ])
1331
+ ]),
1332
+ key: "0"
1261
1333
  }
1262
1334
  : undefined
1263
1335
  ]), 1040, ["items", "style", "disabled"])
@@ -1312,11 +1384,11 @@ this.primevue.multiselect = (function (utils, OverlayEventBus, api, Ripple, Virt
1312
1384
  }
1313
1385
  }
1314
1386
 
1315
- var css_248z = "\n.p-multiselect {\n display: -webkit-inline-box;\n display: -ms-inline-flexbox;\n display: inline-flex;\n cursor: pointer;\n position: relative;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.p-multiselect-trigger {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-negative: 0;\n flex-shrink: 0;\n}\n.p-multiselect-label-container {\n overflow: hidden;\n -webkit-box-flex: 1;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n cursor: pointer;\n}\n.p-multiselect-label {\n display: block;\n white-space: nowrap;\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.p-multiselect-label-empty {\n overflow: hidden;\n visibility: hidden;\n}\n.p-multiselect-token {\n cursor: default;\n display: -webkit-inline-box;\n display: -ms-inline-flexbox;\n display: inline-flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-flex: 0;\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n}\n.p-multiselect-token-icon {\n cursor: pointer;\n}\n.p-multiselect .p-multiselect-panel {\n min-width: 100%;\n}\n.p-multiselect-panel {\n position: absolute;\n top: 0;\n left: 0;\n}\n.p-multiselect-items-wrapper {\n overflow: auto;\n}\n.p-multiselect-items {\n margin: 0;\n padding: 0;\n list-style-type: none;\n}\n.p-multiselect-item {\n cursor: pointer;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n font-weight: normal;\n white-space: nowrap;\n position: relative;\n overflow: hidden;\n}\n.p-multiselect-item-group {\n cursor: auto;\n}\n.p-multiselect-header {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n}\n.p-multiselect-filter-container {\n position: relative;\n -webkit-box-flex: 1;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n}\n.p-multiselect-filter-icon {\n position: absolute;\n top: 50%;\n margin-top: -.5rem;\n}\n.p-multiselect-filter-container .p-inputtext {\n width: 100%;\n}\n.p-multiselect-close {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-negative: 0;\n flex-shrink: 0;\n overflow: hidden;\n position: relative;\n margin-left: auto;\n}\n.p-fluid .p-multiselect {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n}\n";
1387
+ var css_248z = "\n.p-multiselect {\n display: -webkit-inline-box;\n display: -ms-inline-flexbox;\n display: inline-flex;\n cursor: pointer;\n position: relative;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.p-multiselect-trigger {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-negative: 0;\n flex-shrink: 0;\n}\n.p-multiselect-label-container {\n overflow: hidden;\n -webkit-box-flex: 1;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n cursor: pointer;\n}\n.p-multiselect-label {\n display: block;\n white-space: nowrap;\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.p-multiselect-label-empty {\n overflow: hidden;\n visibility: hidden;\n}\n.p-multiselect-token {\n cursor: default;\n display: -webkit-inline-box;\n display: -ms-inline-flexbox;\n display: inline-flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-flex: 0;\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n}\n.p-multiselect-token-icon {\n cursor: pointer;\n}\n.p-multiselect .p-multiselect-panel {\n min-width: 100%;\n}\n.p-multiselect-panel {\n position: absolute;\n top: 0;\n left: 0;\n}\n.p-multiselect-items-wrapper {\n overflow: auto;\n}\n.p-multiselect-items {\n margin: 0;\n padding: 0;\n list-style-type: none;\n}\n.p-multiselect-item {\n cursor: pointer;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n font-weight: normal;\n white-space: nowrap;\n position: relative;\n overflow: hidden;\n}\n.p-multiselect-item-group {\n cursor: auto;\n}\n.p-multiselect-header {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n}\n.p-multiselect-filter-container {\n position: relative;\n -webkit-box-flex: 1;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n}\n.p-multiselect-filter-icon {\n position: absolute;\n top: 50%;\n margin-top: -0.5rem;\n}\n.p-multiselect-filter-container .p-inputtext {\n width: 100%;\n}\n.p-multiselect-close {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-negative: 0;\n flex-shrink: 0;\n overflow: hidden;\n position: relative;\n margin-left: auto;\n}\n.p-fluid .p-multiselect {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n}\n";
1316
1388
  styleInject(css_248z);
1317
1389
 
1318
1390
  script.render = render;
1319
1391
 
1320
1392
  return script;
1321
1393
 
1322
- })(primevue.utils, primevue.overlayeventbus, primevue.api, primevue.ripple, primevue.virtualscroller, primevue.portal, Vue);
1394
+ })(primevue.api, primevue.overlayeventbus, primevue.portal, primevue.ripple, primevue.utils, primevue.virtualscroller, Vue);