primereact 8.7.3 → 9.0.0-beta.1

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 (450) hide show
  1. package/accordion/accordion.d.ts +168 -25
  2. package/api/api.cjs.js +1 -1
  3. package/api/api.cjs.min.js +1 -1
  4. package/api/api.d.ts +11 -3
  5. package/api/api.esm.js +1 -1
  6. package/api/api.esm.min.js +1 -1
  7. package/api/api.js +1 -1
  8. package/api/api.min.js +1 -1
  9. package/autocomplete/autocomplete.cjs.js +18 -3
  10. package/autocomplete/autocomplete.cjs.min.js +1 -1
  11. package/autocomplete/autocomplete.d.ts +385 -80
  12. package/autocomplete/autocomplete.esm.js +18 -3
  13. package/autocomplete/autocomplete.esm.min.js +1 -1
  14. package/autocomplete/autocomplete.js +18 -3
  15. package/autocomplete/autocomplete.min.js +1 -1
  16. package/avatar/avatar.d.ts +77 -15
  17. package/avatargroup/avatargroup.d.ts +33 -1
  18. package/badge/badge.d.ts +48 -8
  19. package/blockui/blockui.d.ts +71 -10
  20. package/breadcrumb/breadcrumb.d.ts +41 -3
  21. package/button/button.d.ts +67 -15
  22. package/calendar/calendar.cjs.js +18 -5
  23. package/calendar/calendar.cjs.min.js +1 -1
  24. package/calendar/calendar.d.ts +585 -112
  25. package/calendar/calendar.esm.js +18 -5
  26. package/calendar/calendar.esm.min.js +1 -1
  27. package/calendar/calendar.js +18 -5
  28. package/calendar/calendar.min.js +1 -1
  29. package/captcha/captcha.cjs.js +7 -6
  30. package/captcha/captcha.cjs.min.js +1 -1
  31. package/captcha/captcha.d.ts +77 -7
  32. package/captcha/captcha.esm.js +7 -6
  33. package/captcha/captcha.esm.min.js +1 -1
  34. package/captcha/captcha.js +7 -6
  35. package/captcha/captcha.min.js +1 -1
  36. package/card/card.d.ts +45 -7
  37. package/carousel/carousel.d.ts +138 -22
  38. package/cascadeselect/cascadeselect.cjs.js +7 -1
  39. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  40. package/cascadeselect/cascadeselect.d.ts +177 -29
  41. package/cascadeselect/cascadeselect.esm.js +7 -1
  42. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  43. package/cascadeselect/cascadeselect.js +7 -1
  44. package/cascadeselect/cascadeselect.min.js +1 -1
  45. package/chart/chart.d.ts +88 -10
  46. package/checkbox/checkbox.cjs.js +5 -1
  47. package/checkbox/checkbox.cjs.min.js +1 -1
  48. package/checkbox/checkbox.d.ts +137 -33
  49. package/checkbox/checkbox.esm.js +6 -2
  50. package/checkbox/checkbox.esm.min.js +1 -1
  51. package/checkbox/checkbox.js +5 -1
  52. package/checkbox/checkbox.min.js +1 -1
  53. package/chip/chip.d.ts +75 -7
  54. package/chips/chips.cjs.js +11 -8
  55. package/chips/chips.cjs.min.js +1 -1
  56. package/chips/chips.d.ts +188 -36
  57. package/chips/chips.esm.js +11 -8
  58. package/chips/chips.esm.min.js +1 -1
  59. package/chips/chips.js +11 -8
  60. package/chips/chips.min.js +1 -1
  61. package/colorpicker/colorpicker.cjs.js +6 -1
  62. package/colorpicker/colorpicker.cjs.min.js +1 -1
  63. package/colorpicker/colorpicker.d.ts +148 -31
  64. package/colorpicker/colorpicker.esm.js +6 -1
  65. package/colorpicker/colorpicker.esm.min.js +1 -1
  66. package/colorpicker/colorpicker.js +6 -1
  67. package/colorpicker/colorpicker.min.js +1 -1
  68. package/column/column.d.ts +736 -134
  69. package/columngroup/columngroup.d.ts +30 -1
  70. package/confirmdialog/confirmdialog.d.ts +142 -18
  71. package/confirmpopup/confirmpopup.cjs.js +5 -2
  72. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  73. package/confirmpopup/confirmpopup.d.ts +165 -22
  74. package/confirmpopup/confirmpopup.esm.js +5 -2
  75. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  76. package/confirmpopup/confirmpopup.js +5 -2
  77. package/confirmpopup/confirmpopup.min.js +1 -1
  78. package/contextmenu/contextmenu.cjs.js +4 -1
  79. package/contextmenu/contextmenu.cjs.min.js +1 -1
  80. package/contextmenu/contextmenu.d.ts +79 -11
  81. package/contextmenu/contextmenu.esm.js +4 -1
  82. package/contextmenu/contextmenu.esm.min.js +1 -1
  83. package/contextmenu/contextmenu.js +4 -1
  84. package/contextmenu/contextmenu.min.js +1 -1
  85. package/core/core.js +85 -78
  86. package/core/core.min.js +7 -7
  87. package/csstransition/csstransition.d.ts +31 -1
  88. package/datascroller/datascroller.d.ts +102 -16
  89. package/datatable/datatable.cjs.js +27 -15
  90. package/datatable/datatable.cjs.min.js +1 -1
  91. package/datatable/datatable.d.ts +1257 -229
  92. package/datatable/datatable.esm.js +27 -15
  93. package/datatable/datatable.esm.min.js +1 -1
  94. package/datatable/datatable.js +27 -15
  95. package/datatable/datatable.min.js +1 -1
  96. package/dataview/dataview.d.ts +222 -43
  97. package/deferredcontent/deferredcontent.d.ts +37 -1
  98. package/dialog/dialog.cjs.js +13 -19
  99. package/dialog/dialog.cjs.min.js +1 -1
  100. package/dialog/dialog.d.ts +282 -51
  101. package/dialog/dialog.esm.js +14 -20
  102. package/dialog/dialog.esm.min.js +1 -1
  103. package/dialog/dialog.js +13 -19
  104. package/dialog/dialog.min.css +1 -1
  105. package/dialog/dialog.min.js +1 -1
  106. package/divider/divider.d.ts +47 -10
  107. package/dock/dock.d.ts +68 -12
  108. package/dropdown/dropdown.cjs.js +27 -11
  109. package/dropdown/dropdown.cjs.min.js +1 -1
  110. package/dropdown/dropdown.d.ts +337 -83
  111. package/dropdown/dropdown.esm.js +28 -12
  112. package/dropdown/dropdown.esm.min.js +1 -1
  113. package/dropdown/dropdown.js +27 -11
  114. package/dropdown/dropdown.min.js +1 -1
  115. package/editor/editor.d.ts +129 -12
  116. package/fieldset/fieldset.d.ts +85 -7
  117. package/fileupload/fileupload.cjs.js +4 -0
  118. package/fileupload/fileupload.cjs.min.js +1 -1
  119. package/fileupload/fileupload.d.ts +425 -62
  120. package/fileupload/fileupload.esm.js +4 -0
  121. package/fileupload/fileupload.esm.min.js +1 -1
  122. package/fileupload/fileupload.js +4 -0
  123. package/fileupload/fileupload.min.js +1 -1
  124. package/galleria/galleria.cjs.js +3 -1
  125. package/galleria/galleria.cjs.min.js +1 -1
  126. package/galleria/galleria.d.ts +198 -30
  127. package/galleria/galleria.esm.js +3 -1
  128. package/galleria/galleria.esm.min.js +1 -1
  129. package/galleria/galleria.js +3 -1
  130. package/galleria/galleria.min.js +1 -1
  131. package/gmap/gmap.d.ts +91 -5
  132. package/hooks/hooks.cjs.js +1 -2
  133. package/hooks/hooks.cjs.min.js +1 -1
  134. package/hooks/hooks.d.ts +114 -7
  135. package/hooks/hooks.esm.js +1 -2
  136. package/hooks/hooks.esm.min.js +1 -1
  137. package/hooks/hooks.js +1 -2
  138. package/hooks/hooks.min.js +1 -1
  139. package/image/image.d.ts +91 -11
  140. package/inplace/inplace.d.ts +101 -9
  141. package/inputmask/inputmask.cjs.js +6 -5
  142. package/inputmask/inputmask.cjs.min.js +1 -1
  143. package/inputmask/inputmask.d.ts +119 -27
  144. package/inputmask/inputmask.esm.js +7 -6
  145. package/inputmask/inputmask.esm.min.js +1 -1
  146. package/inputmask/inputmask.js +6 -5
  147. package/inputmask/inputmask.min.js +1 -1
  148. package/inputnumber/inputnumber.cjs.js +11 -33
  149. package/inputnumber/inputnumber.cjs.min.js +1 -1
  150. package/inputnumber/inputnumber.d.ts +265 -57
  151. package/inputnumber/inputnumber.esm.js +12 -34
  152. package/inputnumber/inputnumber.esm.min.js +1 -1
  153. package/inputnumber/inputnumber.js +11 -33
  154. package/inputnumber/inputnumber.min.js +1 -1
  155. package/inputswitch/inputswitch.cjs.js +4 -1
  156. package/inputswitch/inputswitch.cjs.min.js +1 -1
  157. package/inputswitch/inputswitch.d.ts +118 -27
  158. package/inputswitch/inputswitch.esm.js +5 -2
  159. package/inputswitch/inputswitch.esm.min.js +1 -1
  160. package/inputswitch/inputswitch.js +4 -1
  161. package/inputswitch/inputswitch.min.js +1 -1
  162. package/inputtext/inputtext.d.ts +57 -6
  163. package/inputtextarea/inputtextarea.d.ts +52 -6
  164. package/keyfilter/keyfilteroptions.d.ts +15 -0
  165. package/knob/knob.d.ts +127 -20
  166. package/listbox/listbox.cjs.js +3 -0
  167. package/listbox/listbox.cjs.min.js +1 -1
  168. package/listbox/listbox.d.ts +270 -48
  169. package/listbox/listbox.esm.js +3 -0
  170. package/listbox/listbox.esm.min.js +1 -1
  171. package/listbox/listbox.js +3 -0
  172. package/listbox/listbox.min.js +1 -1
  173. package/megamenu/megamenu.d.ts +50 -11
  174. package/mention/mention.cjs.js +3 -0
  175. package/mention/mention.cjs.min.js +1 -1
  176. package/mention/mention.d.ts +186 -32
  177. package/mention/mention.esm.js +3 -0
  178. package/mention/mention.esm.min.js +1 -1
  179. package/mention/mention.js +3 -0
  180. package/mention/mention.min.js +1 -1
  181. package/menu/menu.cjs.js +3 -1
  182. package/menu/menu.cjs.min.js +1 -1
  183. package/menu/menu.d.ts +89 -12
  184. package/menu/menu.esm.js +3 -1
  185. package/menu/menu.esm.min.js +1 -1
  186. package/menu/menu.js +3 -1
  187. package/menu/menu.min.js +1 -1
  188. package/menubar/menubar.d.ts +53 -8
  189. package/menuitem/menuitem.d.ts +114 -19
  190. package/message/message.d.ts +50 -11
  191. package/messages/messages.d.ts +91 -11
  192. package/multiselect/multiselect.cjs.js +11 -2
  193. package/multiselect/multiselect.cjs.min.js +1 -1
  194. package/multiselect/multiselect.d.ts +429 -82
  195. package/multiselect/multiselect.esm.js +12 -3
  196. package/multiselect/multiselect.esm.min.js +1 -1
  197. package/multiselect/multiselect.js +11 -2
  198. package/multiselect/multiselect.min.js +1 -1
  199. package/multistatecheckbox/multistatecheckbox.cjs.js +3 -0
  200. package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
  201. package/multistatecheckbox/multistatecheckbox.d.ts +157 -22
  202. package/multistatecheckbox/multistatecheckbox.esm.js +4 -1
  203. package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
  204. package/multistatecheckbox/multistatecheckbox.js +3 -0
  205. package/multistatecheckbox/multistatecheckbox.min.js +1 -1
  206. package/orderlist/orderlist.d.ts +113 -16
  207. package/organizationchart/organizationchart.d.ts +107 -16
  208. package/overlaypanel/overlaypanel.cjs.js +4 -1
  209. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  210. package/overlaypanel/overlaypanel.d.ts +89 -15
  211. package/overlaypanel/overlaypanel.esm.js +4 -1
  212. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  213. package/overlaypanel/overlaypanel.js +4 -1
  214. package/overlaypanel/overlaypanel.min.js +1 -1
  215. package/overlayservice/overlayservice.d.ts +52 -7
  216. package/package.json +2 -2
  217. package/paginator/paginator.d.ts +409 -44
  218. package/panel/panel.d.ts +142 -16
  219. package/panelmenu/panelmenu.d.ts +46 -4
  220. package/password/password.cjs.js +7 -1
  221. package/password/password.cjs.min.js +1 -1
  222. package/password/password.d.ts +176 -36
  223. package/password/password.esm.js +7 -1
  224. package/password/password.esm.min.js +1 -1
  225. package/password/password.js +7 -1
  226. package/password/password.min.css +1 -1
  227. package/password/password.min.js +1 -1
  228. package/picklist/picklist.d.ts +272 -46
  229. package/primereact.all.cjs.js +305 -158
  230. package/primereact.all.cjs.min.js +1 -1
  231. package/primereact.all.esm.js +305 -158
  232. package/primereact.all.esm.min.js +1 -1
  233. package/primereact.all.js +305 -158
  234. package/primereact.all.min.js +1 -1
  235. package/progressbar/progressbar.d.ts +60 -11
  236. package/progressspinner/progressspinner.d.ts +47 -4
  237. package/radiobutton/radiobutton.cjs.js +5 -1
  238. package/radiobutton/radiobutton.cjs.min.js +1 -1
  239. package/radiobutton/radiobutton.d.ts +99 -29
  240. package/radiobutton/radiobutton.esm.js +5 -1
  241. package/radiobutton/radiobutton.esm.min.js +1 -1
  242. package/radiobutton/radiobutton.js +5 -1
  243. package/radiobutton/radiobutton.min.js +1 -1
  244. package/rating/rating.d.ts +101 -24
  245. package/resources/primereact.css +74 -63
  246. package/resources/primereact.min.css +1 -1
  247. package/resources/themes/arya-blue/theme.css +5 -9
  248. package/resources/themes/arya-green/theme.css +4 -10
  249. package/resources/themes/arya-orange/theme.css +4 -9
  250. package/resources/themes/arya-purple/theme.css +4 -9
  251. package/resources/themes/bootstrap4-dark-blue/theme.css +4 -9
  252. package/resources/themes/bootstrap4-dark-purple/theme.css +4 -9
  253. package/resources/themes/bootstrap4-light-blue/theme.css +4 -9
  254. package/resources/themes/bootstrap4-light-purple/theme.css +4 -10
  255. package/resources/themes/fluent-light/theme.css +4 -10
  256. package/resources/themes/lara-dark-blue/theme.css +4 -9
  257. package/resources/themes/lara-dark-indigo/theme.css +4 -10
  258. package/resources/themes/lara-dark-purple/theme.css +4 -9
  259. package/resources/themes/lara-dark-teal/theme.css +4 -10
  260. package/resources/themes/lara-light-blue/theme.css +4 -9
  261. package/resources/themes/lara-light-indigo/theme.css +4 -9
  262. package/resources/themes/lara-light-purple/theme.css +4 -9
  263. package/resources/themes/lara-light-teal/theme.css +4 -9
  264. package/resources/themes/luna-amber/theme.css +5 -9
  265. package/resources/themes/luna-blue/theme.css +4 -9
  266. package/resources/themes/luna-green/theme.css +5 -9
  267. package/resources/themes/luna-pink/theme.css +4 -9
  268. package/resources/themes/md-dark-deeppurple/theme.css +4 -9
  269. package/resources/themes/md-dark-indigo/theme.css +5 -9
  270. package/resources/themes/md-light-deeppurple/theme.css +5 -9
  271. package/resources/themes/md-light-indigo/theme.css +5 -9
  272. package/resources/themes/mdc-dark-deeppurple/theme.css +5 -9
  273. package/resources/themes/mdc-dark-indigo/theme.css +4 -9
  274. package/resources/themes/mdc-light-deeppurple/theme.css +5 -9
  275. package/resources/themes/mdc-light-indigo/theme.css +4 -9
  276. package/resources/themes/mira/fonts/Inter-Bold.woff +0 -0
  277. package/resources/themes/mira/fonts/Inter-Bold.woff2 +0 -0
  278. package/resources/themes/mira/fonts/Inter-Medium.woff +0 -0
  279. package/resources/themes/mira/fonts/Inter-Medium.woff2 +0 -0
  280. package/resources/themes/mira/fonts/Inter-Regular.woff +0 -0
  281. package/resources/themes/mira/fonts/Inter-Regular.woff2 +0 -0
  282. package/resources/themes/mira/fonts/Inter-SemiBold.woff +0 -0
  283. package/resources/themes/mira/fonts/Inter-SemiBold.woff2 +0 -0
  284. package/resources/themes/mira/theme.css +6237 -0
  285. package/resources/themes/nano/theme.css +6009 -0
  286. package/resources/themes/nova/theme.css +4 -9
  287. package/resources/themes/nova-accent/theme.css +5 -9
  288. package/resources/themes/nova-alt/theme.css +4 -9
  289. package/resources/themes/rhea/theme.css +5 -9
  290. package/resources/themes/saga-blue/theme.css +4 -9
  291. package/resources/themes/saga-green/theme.css +5 -9
  292. package/resources/themes/saga-orange/theme.css +5 -9
  293. package/resources/themes/saga-purple/theme.css +5 -9
  294. package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
  295. package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
  296. package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
  297. package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
  298. package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
  299. package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
  300. package/resources/themes/soho-dark/theme.css +6002 -0
  301. package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
  302. package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
  303. package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
  304. package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
  305. package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
  306. package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
  307. package/resources/themes/soho-light/theme.css +6056 -0
  308. package/resources/themes/vela-blue/theme.css +4 -9
  309. package/resources/themes/vela-green/theme.css +4 -9
  310. package/resources/themes/vela-orange/theme.css +4 -9
  311. package/resources/themes/vela-purple/theme.css +5 -9
  312. package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-300.woff +0 -0
  313. package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-300.woff2 +0 -0
  314. package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-600.woff +0 -0
  315. package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-600.woff2 +0 -0
  316. package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-700.woff +0 -0
  317. package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-700.woff2 +0 -0
  318. package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-regular.woff +0 -0
  319. package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-regular.woff2 +0 -0
  320. package/resources/themes/viva-dark/theme.css +6164 -0
  321. package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-300.woff +0 -0
  322. package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-300.woff2 +0 -0
  323. package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-600.woff +0 -0
  324. package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-600.woff2 +0 -0
  325. package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-700.woff +0 -0
  326. package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-700.woff2 +0 -0
  327. package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-regular.woff +0 -0
  328. package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-regular.woff2 +0 -0
  329. package/resources/themes/viva-light/theme.css +6164 -0
  330. package/ripple/ripple.d.ts +29 -1
  331. package/row/row.d.ts +37 -3
  332. package/scrollpanel/scrollpanel.d.ts +45 -1
  333. package/scrolltop/scrolltop.d.ts +70 -10
  334. package/selectbutton/selectbutton.cjs.js +3 -0
  335. package/selectbutton/selectbutton.cjs.min.js +1 -1
  336. package/selectbutton/selectbutton.d.ts +111 -32
  337. package/selectbutton/selectbutton.esm.js +4 -1
  338. package/selectbutton/selectbutton.esm.min.js +1 -1
  339. package/selectbutton/selectbutton.js +3 -0
  340. package/selectbutton/selectbutton.min.js +1 -1
  341. package/selectitem/selectitem.d.ts +34 -0
  342. package/sidebar/sidebar.cjs.js +13 -1
  343. package/sidebar/sidebar.cjs.min.js +1 -1
  344. package/sidebar/sidebar.d.ts +120 -22
  345. package/sidebar/sidebar.esm.js +13 -1
  346. package/sidebar/sidebar.esm.min.js +1 -1
  347. package/sidebar/sidebar.js +13 -1
  348. package/sidebar/sidebar.min.js +1 -1
  349. package/skeleton/skeleton.d.ts +61 -11
  350. package/slidemenu/slidemenu.d.ts +132 -18
  351. package/slider/slider.d.ts +101 -18
  352. package/speeddial/speeddial.d.ts +149 -20
  353. package/splitbutton/splitbutton.cjs.js +3 -2
  354. package/splitbutton/splitbutton.cjs.min.js +1 -1
  355. package/splitbutton/splitbutton.d.ts +131 -23
  356. package/splitbutton/splitbutton.esm.js +3 -2
  357. package/splitbutton/splitbutton.esm.min.js +1 -1
  358. package/splitbutton/splitbutton.js +3 -2
  359. package/splitbutton/splitbutton.min.js +1 -1
  360. package/splitter/splitter.d.ts +98 -12
  361. package/steps/steps.d.ts +67 -6
  362. package/styleclass/styleclass.d.ts +77 -12
  363. package/tabmenu/tabmenu.d.ts +62 -5
  364. package/tabview/tabview.cjs.js +1 -1
  365. package/tabview/tabview.cjs.min.js +1 -1
  366. package/tabview/tabview.d.ts +213 -27
  367. package/tabview/tabview.esm.js +1 -1
  368. package/tabview/tabview.esm.min.js +1 -1
  369. package/tabview/tabview.js +1 -1
  370. package/tabview/tabview.min.js +1 -1
  371. package/tag/tag.d.ts +50 -6
  372. package/terminal/terminal.cjs.js +3 -0
  373. package/terminal/terminal.cjs.min.js +1 -1
  374. package/terminal/terminal.d.ts +45 -3
  375. package/terminal/terminal.esm.js +4 -1
  376. package/terminal/terminal.esm.min.js +1 -1
  377. package/terminal/terminal.js +3 -0
  378. package/terminal/terminal.min.js +1 -1
  379. package/terminalservice/terminalservice.d.ts +42 -4
  380. package/tieredmenu/tieredmenu.cjs.js +3 -1
  381. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  382. package/tieredmenu/tieredmenu.d.ts +77 -12
  383. package/tieredmenu/tieredmenu.esm.js +3 -1
  384. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  385. package/tieredmenu/tieredmenu.js +3 -1
  386. package/tieredmenu/tieredmenu.min.js +1 -1
  387. package/timeline/timeline.cjs.js +6 -10
  388. package/timeline/timeline.cjs.min.js +1 -1
  389. package/timeline/timeline.d.ts +62 -13
  390. package/timeline/timeline.esm.js +6 -10
  391. package/timeline/timeline.esm.min.js +1 -1
  392. package/timeline/timeline.js +6 -10
  393. package/timeline/timeline.min.js +1 -1
  394. package/toast/toast.cjs.js +4 -1
  395. package/toast/toast.cjs.min.js +1 -1
  396. package/toast/toast.d.ts +134 -27
  397. package/toast/toast.esm.js +4 -1
  398. package/toast/toast.esm.min.js +1 -1
  399. package/toast/toast.js +4 -1
  400. package/toast/toast.min.js +1 -1
  401. package/togglebutton/togglebutton.cjs.js +4 -1
  402. package/togglebutton/togglebutton.cjs.min.js +1 -1
  403. package/togglebutton/togglebutton.d.ts +122 -15
  404. package/togglebutton/togglebutton.esm.js +5 -2
  405. package/togglebutton/togglebutton.esm.min.js +1 -1
  406. package/togglebutton/togglebutton.js +4 -1
  407. package/togglebutton/togglebutton.min.js +1 -1
  408. package/toolbar/toolbar.cjs.js +13 -7
  409. package/toolbar/toolbar.cjs.min.js +1 -1
  410. package/toolbar/toolbar.d.ts +55 -5
  411. package/toolbar/toolbar.esm.js +13 -7
  412. package/toolbar/toolbar.esm.min.js +1 -1
  413. package/toolbar/toolbar.js +13 -7
  414. package/toolbar/toolbar.min.css +1 -1
  415. package/toolbar/toolbar.min.js +1 -1
  416. package/tooltip/tooltip.d.ts +73 -9
  417. package/tooltip/tooltipoptions.d.ts +350 -31
  418. package/tree/tree.d.ts +435 -71
  419. package/treenode/treenode.d.ts +62 -13
  420. package/treeselect/treeselect.cjs.js +7 -1
  421. package/treeselect/treeselect.cjs.min.js +1 -1
  422. package/treeselect/treeselect.d.ts +326 -77
  423. package/treeselect/treeselect.esm.js +8 -2
  424. package/treeselect/treeselect.esm.min.js +1 -1
  425. package/treeselect/treeselect.js +7 -1
  426. package/treeselect/treeselect.min.js +1 -1
  427. package/treetable/treetable.cjs.js +3 -1
  428. package/treetable/treetable.cjs.min.js +1 -1
  429. package/treetable/treetable.d.ts +501 -112
  430. package/treetable/treetable.esm.js +3 -1
  431. package/treetable/treetable.esm.min.js +1 -1
  432. package/treetable/treetable.js +3 -1
  433. package/treetable/treetable.min.js +1 -1
  434. package/tristatecheckbox/tristatecheckbox.cjs.js +3 -0
  435. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  436. package/tristatecheckbox/tristatecheckbox.d.ts +72 -20
  437. package/tristatecheckbox/tristatecheckbox.esm.js +4 -1
  438. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  439. package/tristatecheckbox/tristatecheckbox.js +3 -0
  440. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  441. package/ts-helpers.d.ts +24 -0
  442. package/utils/utils.cjs.js +27 -11
  443. package/utils/utils.cjs.min.js +1 -1
  444. package/utils/utils.d.ts +8 -1
  445. package/utils/utils.esm.js +27 -11
  446. package/utils/utils.esm.min.js +1 -1
  447. package/utils/utils.js +27 -11
  448. package/utils/utils.min.js +1 -1
  449. package/virtualscroller/virtualscroller.d.ts +351 -59
  450. package/web-types.json +22 -4
@@ -1 +1 @@
1
- this.primereact=this.primereact||{},this.primereact.password=function(e,t,n,r,l,a,o,i,u){"use strict";function s(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}function c(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var p=c(t),f=s(n);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},d.apply(this,arguments)}function m(e){if(Array.isArray(e))return e}function g(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,l,a,o,i=[],u=!0,s=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=a.call(n)).done)&&(i.push(r.value),i.length!==t);u=!0);}catch(e){s=!0,l=e}finally{try{if(!u&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(s)throw l}}return i}}function y(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function b(e,t){if(e){if("string"==typeof e)return y(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?y(e,t):void 0}}function v(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function w(e,t){return m(e)||g(e,t)||b(e,t)||v()}var h=p.memo(p.forwardRef((function(e,t){var s=e.promptLabel||n.localeOption("passwordPrompt"),c=e.weakLabel||n.localeOption("weak"),m=e.mediumLabel||n.localeOption("medium"),g=e.strongLabel||n.localeOption("strong"),y=w(p.useState(!1),2),b=y[0],v=y[1],O=w(p.useState(null),2),E=O[0],j=O[1],k=w(p.useState(s),2),x=k[0],R=k[1],S=w(p.useState(!1),2),N=S[0],U=S[1],I=w(p.useState(!1),2),C=I[0],P=I[1],A=p.useRef(null),H=p.useRef(null),L=p.useRef(e.inputRef),T=p.useRef(new RegExp(e.mediumRegex)),D=p.useRef(new RegExp(e.strongRegex)),M=C?"text":"password",Z=w(l.useOverlayListener({target:A,overlay:H,listener:function(e,t){t.valid&&Y()},when:b}),2),_=Z[0],z=Z[1],F=L.current&&L.current.value,J=p.useMemo((function(){return u.ObjectUtils.isNotEmpty(e.value)||u.ObjectUtils.isNotEmpty(e.defaultValue)||u.ObjectUtils.isNotEmpty(F)}),[e.value,e.defaultValue,F]),K=function(){if(E){var e=null;switch(E.strength){case"weak":e=c;break;case"medium":e=m;break;case"strong":e=g}e&&x!==e&&R(e)}else x!==s&&R(s)},X=function(t){e.feedback&&o.OverlayService.emit("overlay-click",{originalEvent:t,target:A.current})},B=function(){P((function(e){return!e}))},V=function(){K(),v(!0)},Y=function(){v(!1)},$=function(){u.ZIndexUtils.set("overlay",H.current,f.default.autoZIndex,f.default.zIndex.overlay),L.current&&u.DomHandler.alignOverlay(H.current,L.current.parentElement,e.appendTo||f.default.appendTo)},q=function(){_(),e.onShow&&e.onShow()},G=function(){z()},Q=function(){u.ZIndexUtils.clear(H.current),e.onHide&&e.onHide()},W=function(e){return D.current.test(e)?3:T.current.test(e)?2:e.length?1:0};p.useImperativeHandle(t,(function(){return{props:e,getElement:function(){return A.current},getOverlay:function(){return H.current},getInput:function(){return L.current}}})),p.useEffect((function(){u.ObjectUtils.combinedRefs(L,e.inputRef)}),[L,e.inputRef]),p.useEffect((function(){T.current=new RegExp(e.mediumRegex)}),[e.mediumRegex]),p.useEffect((function(){D.current=new RegExp(e.strongRegex)}),[e.strongRegex]),p.useEffect((function(){!J&&u.DomHandler.hasClass(A.current,"p-inputwrapper-filled")&&u.DomHandler.removeClass(A.current,"p-inputwrapper-filled")}),[J]),l.useUnmountEffect((function(){u.ZIndexUtils.clear(H.current)}));var ee,te,ne,re,le,ae,oe,ie=u.classNames("p-password p-component p-inputwrapper",{"p-inputwrapper-filled":J,"p-inputwrapper-focus":N,"p-input-icon-right":e.toggleMask},e.className),ue=u.classNames("p-password-input",e.inputClassName),se=u.ObjectUtils.findDiffKeys(e,h.defaultProps),ce=function(){if(e.toggleMask){var t=C?"pi pi-eye-slash":"pi pi-eye",n=p.createElement("i",{className:t,onClick:B});if(e.icon)n=u.ObjectUtils.getJSXElement(e.icon,{onClick:B,className:t,element:n,props:e});return n}return null}(),pe=(ee=u.classNames("p-password-panel p-component",e.panelClassName),ne=(te=E||{strength:"",width:"0%"}).strength,re=te.width,le=u.ObjectUtils.getJSXElement(e.header,e),ae=u.ObjectUtils.getJSXElement(e.footer,e),oe=e.content?u.ObjectUtils.getJSXElement(e.content,e):p.createElement(p.Fragment,null,p.createElement("div",{className:"p-password-meter"},p.createElement("div",{className:"p-password-strength ".concat(ne),style:{width:re}})),p.createElement("div",{className:"p-password-info ".concat(ne)},x)),p.createElement(i.Portal,{element:p.createElement(r.CSSTransition,{nodeRef:H,classNames:"p-connected-overlay",in:b,timeout:{enter:120,exit:100},options:e.transitionOptions,unmountOnExit:!0,onEnter:$,onEntered:q,onExit:G,onExited:Q},p.createElement("div",{ref:H,className:ee,style:e.panelStyle,onClick:X},le,oe,ae)),appendTo:e.appendTo}));return p.createElement("div",{ref:A,id:e.id,className:ie,style:e.style},p.createElement(a.InputText,d({ref:L,id:e.inputId},se,{type:M,className:ue,style:e.inputStyle,onFocus:function(t){U(!0),e.feedback&&V(),e.onFocus&&e.onFocus(t)},onBlur:function(t){U(!1),e.feedback&&Y(),e.onBlur&&e.onBlur(t)},onKeyUp:function(t){var n=t.keyCode||t.which;if(e.feedback){var r=null,l=null;switch(W(t.target.value)){case 1:r=c,l={strength:"weak",width:"33.33%"};break;case 2:r=m,l={strength:"medium",width:"66.66%"};break;case 3:r=g,l={strength:"strong",width:"100%"};break;default:r=s,l=null}j(l),R(r),n&&!b&&V()}e.onKeyUp&&e.onKeyUp(t)},onInput:function(t,n){e.onInput&&e.onInput(t,n),e.onChange||(u.ObjectUtils.isNotEmpty(t.target.value)?u.DomHandler.addClass(A.current,"p-inputwrapper-filled"):u.DomHandler.removeClass(A.current,"p-inputwrapper-filled"))},tooltip:e.tooltip,tooltipOptions:e.tooltipOptions})),ce,pe)})));return h.displayName="Password",h.defaultProps={__TYPE:"Password",id:null,inputId:null,inputRef:null,promptLabel:null,weakLabel:null,mediumLabel:null,strongLabel:null,mediumRegex:"^(((?=.*[a-z])(?=.*[A-Z]))|((?=.*[a-z])(?=.*[0-9]))|((?=.*[A-Z])(?=.*[0-9])))(?=.{6,})",strongRegex:"^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.{8,})",feedback:!0,toggleMask:!1,appendTo:null,header:null,content:null,footer:null,icon:null,tooltip:null,tooltipOptions:null,style:null,className:null,inputStyle:null,inputClassName:null,panelStyle:null,panelClassName:null,transitionOptions:null,onInput:null,onShow:null,onHide:null},e.Password=h,Object.defineProperty(e,"__esModule",{value:!0}),e}({},React,primereact.api,primereact.csstransition,primereact.hooks,primereact.inputtext,primereact.overlayservice,primereact.portal,primereact.utils);
1
+ this.primereact=this.primereact||{},this.primereact.password=function(e,t,n,r,l,a,o,i,u){"use strict";function s(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}function c(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var p=c(t),f=s(n);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},d.apply(this,arguments)}function m(e){if(Array.isArray(e))return e}function g(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,l,a,o,i=[],u=!0,s=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=a.call(n)).done)&&(i.push(r.value),i.length!==t);u=!0);}catch(e){s=!0,l=e}finally{try{if(!u&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(s)throw l}}return i}}function y(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function b(e,t){if(e){if("string"==typeof e)return y(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?y(e,t):void 0}}function v(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function w(e,t){return m(e)||g(e,t)||b(e,t)||v()}var h=p.memo(p.forwardRef((function(e,t){var s=e.promptLabel||n.localeOption("passwordPrompt"),c=e.weakLabel||n.localeOption("weak"),m=e.mediumLabel||n.localeOption("medium"),g=e.strongLabel||n.localeOption("strong"),y=w(p.useState(!1),2),b=y[0],v=y[1],O=w(p.useState(null),2),E=O[0],j=O[1],k=w(p.useState(s),2),x=k[0],R=k[1],S=w(p.useState(!1),2),N=S[0],U=S[1],I=w(p.useState(!1),2),C=I[0],P=I[1],H=p.useRef(null),A=p.useRef(null),L=p.useRef(e.inputRef),T=p.useRef(new RegExp(e.mediumRegex)),D=p.useRef(new RegExp(e.strongRegex)),M=C?"text":"password",Z=w(l.useOverlayListener({target:H,overlay:A,listener:function(e,t){t.valid&&Y()},when:b}),2),_=Z[0],z=Z[1],F=L.current&&L.current.value,J=p.useMemo((function(){return u.ObjectUtils.isNotEmpty(e.value)||u.ObjectUtils.isNotEmpty(e.defaultValue)||u.ObjectUtils.isNotEmpty(F)}),[e.value,e.defaultValue,F]),K=function(){if(E){var e=null;switch(E.strength){case"weak":e=c;break;case"medium":e=m;break;case"strong":e=g}e&&x!==e&&R(e)}else x!==s&&R(s)},X=function(t){e.feedback&&o.OverlayService.emit("overlay-click",{originalEvent:t,target:H.current})},B=function(){P((function(e){return!e}))},V=function(){K(),v(!0)},Y=function(){v(!1)},$=function(){u.ZIndexUtils.set("overlay",A.current,f.default.autoZIndex,f.default.zIndex.overlay),L.current&&u.DomHandler.alignOverlay(A.current,L.current.parentElement,e.appendTo||f.default.appendTo)},q=function(){_(),e.onShow&&e.onShow()},G=function(){z()},Q=function(){u.ZIndexUtils.clear(A.current),e.onHide&&e.onHide()},W=function(e){return D.current.test(e)?3:T.current.test(e)?2:e.length?1:0};p.useImperativeHandle(t,(function(){return{props:e,focus:function(){return u.DomHandler.focus(L.current)},getElement:function(){return H.current},getOverlay:function(){return A.current},getInput:function(){return L.current}}})),p.useEffect((function(){u.ObjectUtils.combinedRefs(L,e.inputRef)}),[L,e.inputRef]),p.useEffect((function(){T.current=new RegExp(e.mediumRegex)}),[e.mediumRegex]),p.useEffect((function(){D.current=new RegExp(e.strongRegex)}),[e.strongRegex]),p.useEffect((function(){!J&&u.DomHandler.hasClass(H.current,"p-inputwrapper-filled")&&u.DomHandler.removeClass(H.current,"p-inputwrapper-filled")}),[J]),l.useUnmountEffect((function(){u.ZIndexUtils.clear(A.current)}));var ee,te,ne,re,le,ae,oe,ie=u.classNames("p-password p-component p-inputwrapper",{"p-inputwrapper-filled":J,"p-inputwrapper-focus":N,"p-input-icon-right":e.toggleMask},e.className),ue=u.classNames("p-password-input",e.inputClassName),se=u.ObjectUtils.findDiffKeys(e,h.defaultProps),ce=function(){if(e.toggleMask){var t=C?"pi pi-eye-slash":"pi pi-eye",n=p.createElement("i",{className:t,onClick:B});if(e.icon)n=u.ObjectUtils.getJSXElement(e.icon,{onClick:B,className:t,element:n,props:e});return n}return null}(),pe=(ee=u.classNames("p-password-panel p-component",e.panelClassName,{"p-input-filled":"filled"===f.default.inputStyle,"p-ripple-disabled":!1===f.default.ripple}),ne=(te=E||{strength:"",width:"0%"}).strength,re=te.width,le=u.ObjectUtils.getJSXElement(e.header,e),ae=u.ObjectUtils.getJSXElement(e.footer,e),oe=e.content?u.ObjectUtils.getJSXElement(e.content,e):p.createElement(p.Fragment,null,p.createElement("div",{className:"p-password-meter"},p.createElement("div",{className:"p-password-strength ".concat(ne),style:{width:re}})),p.createElement("div",{className:"p-password-info ".concat(ne)},x)),p.createElement(i.Portal,{element:p.createElement(r.CSSTransition,{nodeRef:A,classNames:"p-connected-overlay",in:b,timeout:{enter:120,exit:100},options:e.transitionOptions,unmountOnExit:!0,onEnter:$,onEntered:q,onExit:G,onExited:Q},p.createElement("div",{ref:A,className:ee,style:e.panelStyle,onClick:X},le,oe,ae)),appendTo:e.appendTo}));return p.createElement("div",{ref:H,id:e.id,className:ie,style:e.style},p.createElement(a.InputText,d({ref:L,id:e.inputId},se,{type:M,className:ue,style:e.inputStyle,onFocus:function(t){U(!0),e.feedback&&V(),e.onFocus&&e.onFocus(t)},onBlur:function(t){U(!1),e.feedback&&Y(),e.onBlur&&e.onBlur(t)},onKeyUp:function(t){var n=t.keyCode||t.which;if(e.feedback){var r=null,l=null;switch(W(t.target.value)){case 1:r=c,l={strength:"weak",width:"33.33%"};break;case 2:r=m,l={strength:"medium",width:"66.66%"};break;case 3:r=g,l={strength:"strong",width:"100%"};break;default:r=s,l=null}j(l),R(r),n&&!b&&V()}e.onKeyUp&&e.onKeyUp(t)},onInput:function(t,n){e.onInput&&e.onInput(t,n),e.onChange||(u.ObjectUtils.isNotEmpty(t.target.value)?u.DomHandler.addClass(H.current,"p-inputwrapper-filled"):u.DomHandler.removeClass(H.current,"p-inputwrapper-filled"))},tooltip:e.tooltip,tooltipOptions:e.tooltipOptions})),ce,pe)})));return h.displayName="Password",h.defaultProps={__TYPE:"Password",id:null,inputId:null,inputRef:null,promptLabel:null,weakLabel:null,mediumLabel:null,strongLabel:null,mediumRegex:"^(((?=.*[a-z])(?=.*[A-Z]))|((?=.*[a-z])(?=.*[0-9]))|((?=.*[A-Z])(?=.*[0-9])))(?=.{6,})",strongRegex:"^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.{8,})",feedback:!0,toggleMask:!1,appendTo:null,header:null,content:null,footer:null,icon:null,tooltip:null,tooltipOptions:null,style:null,className:null,inputStyle:null,inputClassName:null,panelStyle:null,panelClassName:null,transitionOptions:null,onInput:null,onShow:null,onHide:null},e.Password=h,Object.defineProperty(e,"__esModule",{value:!0}),e}({},React,primereact.api,primereact.csstransition,primereact.hooks,primereact.inputtext,primereact.overlayservice,primereact.portal,primereact.utils);
@@ -1,77 +1,303 @@
1
+ /**
2
+ *
3
+ * PickList is used to reorder items between different lists.
4
+ *
5
+ * [Live Demo](https://www.primefaces.org/primereact/picklist/)
6
+ *
7
+ * @module picklist
8
+ *
9
+ */
1
10
  import * as React from 'react';
2
11
 
3
- type PickListItemTemplateType = React.ReactNode | ((item: any) => React.ReactNode);
4
-
5
- type PickListFilterTemplateType = React.ReactNode | ((options: PickListFilterTemplateOptions) => React.ReactNode);
6
-
7
- interface PickListEventParams {
12
+ /**
13
+ * Custom picklist event.
14
+ * @see {@link PickListProps.onMoveToSource},
15
+ * {@link PickListProps.onMoveAllToSource},
16
+ * {@link PickListProps.onMoveToTarget},
17
+ * {@link PickListProps.onMoveAllToTarget},
18
+ * {@link PickListProps.onSourceSelectionChange},
19
+ * {@link PickListProps.onTargetSelectionChange}
20
+ * {@link PickListProps.onSourceFilterChange},
21
+ * {@link PickListProps.onTargetFilterChange},
22
+ * @event
23
+ */
24
+ interface PickListEvent {
25
+ /**
26
+ * Browser event.
27
+ */
8
28
  originalEvent: React.SyntheticEvent;
29
+ /**
30
+ * Moved items
31
+ */
9
32
  value: any;
10
33
  }
11
34
 
12
- interface PickListChangeParams {
35
+ /**
36
+ * Custom picklist event.
37
+ * @see {@link PickListProps.onChange}
38
+ * @event
39
+ */
40
+ interface PickListChangeEvent {
41
+ /**
42
+ * Browser event.
43
+ */
13
44
  originalEvent: React.SyntheticEvent;
45
+ /**
46
+ * Source list
47
+ */
14
48
  source: any;
49
+ /**
50
+ * Target list
51
+ */
15
52
  target: any;
16
53
  }
17
54
 
55
+ /**
56
+ * Custom filter template options.
57
+ * @group Misc
58
+ */
18
59
  interface PickListFilterTemplateOptions {
60
+ /**
61
+ * Style class of the filter.
62
+ */
19
63
  className: string;
64
+ /**
65
+ * Props of the filter input.
66
+ */
20
67
  inputProps: PickListFilterInputProps;
68
+ /**
69
+ * Style class of the filter icon.
70
+ */
21
71
  iconClassName: string;
72
+ /**
73
+ * The JSX element that represents the picklist filter.
74
+ */
22
75
  element: React.ReactNode;
76
+ /**
77
+ * The props of the PickList component.
78
+ */
23
79
  props: PickListProps;
24
80
  }
25
81
 
82
+ /**
83
+ * Custom filter input props.
84
+ */
26
85
  interface PickListFilterInputProps {
86
+ /**
87
+ * Style class of the filter input.
88
+ */
27
89
  className: string;
90
+ /**
91
+ * Filter change callback.
92
+ * @param {React.SyntheticEvent} event - Browser event.
93
+ */
28
94
  onChange(event: React.SyntheticEvent): void;
95
+ /**
96
+ * Callback function to be invoked when the keydown event.
97
+ * @param {React.SyntheticEvent} event - Browser event.
98
+ */
29
99
  onKeyDown(event: React.SyntheticEvent): void;
30
100
  }
31
101
 
102
+ /**
103
+ * Defines valid properties in PickList component.
104
+ * @group Properties
105
+ */
32
106
  export interface PickListProps {
33
- id?: string;
34
- source?: any[];
35
- target?: any[];
36
- sourceHeader?: React.ReactNode;
37
- targetHeader?: React.ReactNode;
38
- style?: React.CSSProperties;
39
- className?: string;
40
- sourceStyle?: React.CSSProperties;
41
- targetStyle?: React.CSSProperties;
42
- sourceSelection?: any;
43
- targetSelection?: any;
44
- showSourceControls?: boolean;
45
- showTargetControls?: boolean;
46
- metaKeySelection?: boolean;
47
- filterBy?: string;
48
- filterMatchMode?: string;
49
- filterLocale?: string;
50
- sourceFilterValue?: string;
51
- targetFilterValue?: string;
52
- showSourceFilter?: boolean;
53
- showTargetFilter?: boolean;
54
- sourceFilterPlaceholder?: string;
55
- targetFilterPlaceholder?: string;
56
- sourceFilterTemplate?: PickListFilterTemplateType;
57
- targetFilterTemplate?: PickListFilterTemplateType;
58
- tabIndex?: number;
59
- dataKey?: string;
60
- itemTemplate?: PickListItemTemplateType;
61
- sourceItemTemplate?: PickListItemTemplateType;
62
- targetItemTemplate?: PickListItemTemplateType;
63
- onChange?(e: PickListChangeParams): void;
64
- onMoveToSource?(e: PickListEventParams): void;
65
- onMoveAllToSource?(e: PickListEventParams): void;
66
- onMoveToTarget?(e: PickListEventParams): void;
67
- onMoveAllToTarget?(e: PickListEventParams): void;
68
- onSourceSelectionChange?(e: PickListEventParams): void;
69
- onTargetSelectionChange?(e: PickListEventParams): void;
70
- onSourceFilterChange?(e: PickListEventParams): void;
71
- onTargetFilterChange?(e: PickListEventParams): void;
72
- children?: React.ReactNode;
107
+ /**
108
+ * Unique identifier of the element.
109
+ */
110
+ id?: string | undefined;
111
+ /**
112
+ * An array of objects for the source list.
113
+ */
114
+ source?: any[] | undefined;
115
+ /**
116
+ * An array of objects for the target list.
117
+ */
118
+ target?: any[] | undefined;
119
+ /**
120
+ * Template for the source list caption.
121
+ */
122
+ sourceHeader?: React.ReactNode | undefined;
123
+ /**
124
+ * Template for the target list caption.
125
+ */
126
+ targetHeader?: React.ReactNode | undefined;
127
+ /**
128
+ * Inline style of the element.
129
+ */
130
+ style?: React.CSSProperties | undefined;
131
+ /**
132
+ * Style class of the element.
133
+ */
134
+ className?: string | undefined;
135
+ /**
136
+ * Inline style of the source list element.
137
+ */
138
+ sourceStyle?: React.CSSProperties | undefined;
139
+ /**
140
+ * Inline style of the target list element.
141
+ */
142
+ targetStyle?: React.CSSProperties | undefined;
143
+ /**
144
+ * Selected item in the source list.
145
+ */
146
+ sourceSelection?: any | undefined;
147
+ /**
148
+ * Selected items in the target list.
149
+ */
150
+ targetSelection?: any | undefined;
151
+ /**
152
+ * Whether to show buttons of source list.
153
+ * @defaultValue true
154
+ */
155
+ showSourceControls?: boolean | undefined;
156
+ /**
157
+ * Whether to show buttons of target list.
158
+ * @defaultValue true
159
+ */
160
+ showTargetControls?: boolean | undefined;
161
+ /**
162
+ * Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically.
163
+ * @defaultValue true
164
+ */
165
+ metaKeySelection?: boolean | undefined;
166
+ /**
167
+ * When specified displays an input field to filter the items on keyup and decides which field to search (Accepts multiple fields with a comma).
168
+ */
169
+ filterBy?: string | undefined;
170
+ /**
171
+ * Defines how the items are filtered, valid values are "contains" (default) "startsWith", "endsWith", "equals", "notEquals", "in", "lt", "lte", "gt" and "gte".
172
+ * @defaultValue contains
173
+ */
174
+ filterMatchMode?: string | undefined;
175
+ /**
176
+ * Locale to use in filtering. The default locale is the host environment's current locale.
177
+ * @defaultValue undefined
178
+ */
179
+ filterLocale?: string | undefined;
180
+ /**
181
+ * Filter value in the target list.
182
+ */
183
+ sourceFilterValue?: string | undefined;
184
+ /**
185
+ * Filter value in the source list.
186
+ */
187
+ targetFilterValue?: string | undefined;
188
+ /**
189
+ * Whether to show filter input for source list when filterBy is enabled.
190
+ * @defaultValue true
191
+ */
192
+ showSourceFilter?: boolean | undefined;
193
+ /**
194
+ * Whether to show filter input for target list when filterBy is enabled.
195
+ * @defaultValue true
196
+ */
197
+ showTargetFilter?: boolean | undefined;
198
+ /**
199
+ * Placeholder text on source filter input.
200
+ */
201
+ sourceFilterPlaceholder?: string | undefined;
202
+ /**
203
+ * Placeholder text on target filter input.
204
+ */
205
+ targetFilterPlaceholder?: string | undefined;
206
+ /**
207
+ * Template for the source filter content.
208
+ */
209
+ sourceFilterTemplate?: React.ReactNode | ((options: PickListFilterTemplateOptions) => React.ReactNode) | undefined;
210
+ /**
211
+ * Placeholder text on target filter input.
212
+ */
213
+ targetFilterTemplate?: React.ReactNode | ((options: PickListFilterTemplateOptions) => React.ReactNode) | undefined;
214
+ /**
215
+ * Index of the element in tabbing order.
216
+ */
217
+ tabIndex?: number | undefined;
218
+ /**
219
+ * Name of the field that uniquely identifies the a record in the data.
220
+ */
221
+ dataKey?: string | undefined;
222
+ /**
223
+ * Template that gets the options for both source and target items and returns the content for it. Useful if you want the same template for both lists else use the custom sourceItemTemplate or targetItemTemplate properties.
224
+ */
225
+ itemTemplate?: React.ReactNode | ((item: any) => React.ReactNode) | undefined;
226
+ /**
227
+ * Template that gets the options for the source items and returns the content for it.
228
+ */
229
+ sourceItemTemplate?: React.ReactNode | ((item: any) => React.ReactNode) | undefined;
230
+ /**
231
+ * Template that gets the options for the target items and returns the content for it.
232
+ */
233
+ targetItemTemplate?: React.ReactNode | ((item: any) => React.ReactNode) | undefined;
234
+ /**
235
+ * Callback to invoke when items are moved from source to target.
236
+ * @param {PickListChangeEvent} event - Custom change event.
237
+ */
238
+ onChange?(event: PickListChangeEvent): void;
239
+ /**
240
+ * Callback to invoke when items are moved from target to source.
241
+ * @param {PickListEvent} event - Custom picklist event.
242
+ */
243
+ onMoveToSource?(event: PickListEvent): void;
244
+ /**
245
+ * Callback to invoke when all items are moved from target to source.
246
+ * @param {PickListEvent} event - Custom picklist event.
247
+ */
248
+ onMoveAllToSource?(event: PickListEvent): void;
249
+ /**
250
+ * Callback to invoke when items are moved from source to target.
251
+ * @param {PickListEvent} event - Custom picklist event.
252
+ */
253
+ onMoveToTarget?(event: PickListEvent): void;
254
+ /**
255
+ * Callback to invoke when all items are moved from source to target.
256
+ * @param {PickListEvent} event - Custom picklist event.
257
+ */
258
+ onMoveAllToTarget?(event: PickListEvent): void;
259
+ /**
260
+ * Callback to invoke when items are selected within source list.
261
+ * @param {PickListEvent} event - Custom picklist event.
262
+ */
263
+ onSourceSelectionChange?(event: PickListEvent): void;
264
+ /**
265
+ * Callback to invoke when items are selected within target list.
266
+ * @param {PickListEvent} event - Custom picklist event.
267
+ */
268
+ onTargetSelectionChange?(event: PickListEvent): void;
269
+ /**
270
+ * Callback to invoke when items are filtered within source list.
271
+ * @param {PickListEvent} event - Custom picklist event.
272
+ */
273
+ onSourceFilterChange?(event: PickListEvent): void;
274
+ /**
275
+ * Callback to invoke when items are filtered within target list.
276
+ * @param {PickListEvent} event - Custom picklist event.
277
+ */
278
+ onTargetFilterChange?(event: PickListEvent): void;
279
+ /**
280
+ * Used to get the child elements of the component.
281
+ * @readonly
282
+ */
283
+ children?: React.ReactNode | undefined;
73
284
  }
74
285
 
286
+ /**
287
+ * **PrimeReact - PickList**
288
+ *
289
+ * _PickList is used to reorder items between different lists._
290
+ *
291
+ * [Live Demo](https://www.primefaces.org/primereact/picklist/)
292
+ * --- ---
293
+ * ![PrimeReact](https://www.primefaces.org/primereact/images/logo-100.png)
294
+ *
295
+ * @group Component
296
+ */
75
297
  export declare class PickList extends React.Component<PickListProps, any> {
298
+ /**
299
+ * Used to get container element.
300
+ * @return {HTMLDivElement} Container element
301
+ */
76
302
  public getElement(): HTMLDivElement;
77
303
  }