primereact 9.2.3 → 9.3.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 (780) hide show
  1. package/accordion/accordion.cjs.js +13 -5
  2. package/accordion/accordion.cjs.min.js +1 -1
  3. package/accordion/accordion.d.ts +0 -2
  4. package/accordion/accordion.esm.js +13 -5
  5. package/accordion/accordion.esm.min.js +1 -1
  6. package/accordion/accordion.js +13 -7
  7. package/accordion/accordion.min.js +1 -1
  8. package/autocomplete/autocomplete.cjs.js +75 -59
  9. package/autocomplete/autocomplete.cjs.min.js +1 -1
  10. package/autocomplete/autocomplete.d.ts +6 -4
  11. package/autocomplete/autocomplete.esm.js +75 -59
  12. package/autocomplete/autocomplete.esm.min.js +1 -1
  13. package/autocomplete/autocomplete.js +74 -61
  14. package/autocomplete/autocomplete.min.js +1 -1
  15. package/breadcrumb/breadcrumb.cjs.js +11 -2
  16. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  17. package/breadcrumb/breadcrumb.d.ts +5 -0
  18. package/breadcrumb/breadcrumb.esm.js +11 -2
  19. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  20. package/breadcrumb/breadcrumb.js +12 -4
  21. package/breadcrumb/breadcrumb.min.js +1 -1
  22. package/button/button.cjs.js +6 -2
  23. package/button/button.cjs.min.js +1 -1
  24. package/button/button.esm.js +6 -2
  25. package/button/button.esm.min.js +1 -1
  26. package/button/button.js +7 -4
  27. package/button/button.min.js +1 -1
  28. package/calendar/calendar.cjs.js +47 -38
  29. package/calendar/calendar.cjs.min.js +1 -1
  30. package/calendar/calendar.d.ts +16 -1
  31. package/calendar/calendar.esm.js +48 -39
  32. package/calendar/calendar.esm.min.js +1 -1
  33. package/calendar/calendar.js +44 -40
  34. package/calendar/calendar.min.js +1 -1
  35. package/carousel/carousel.cjs.js +28 -12
  36. package/carousel/carousel.cjs.min.js +1 -1
  37. package/carousel/carousel.d.ts +9 -0
  38. package/carousel/carousel.esm.js +29 -13
  39. package/carousel/carousel.esm.min.js +1 -1
  40. package/carousel/carousel.js +26 -14
  41. package/carousel/carousel.min.js +1 -1
  42. package/cascadeselect/cascadeselect.cjs.js +23 -7
  43. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  44. package/cascadeselect/cascadeselect.d.ts +7 -3
  45. package/cascadeselect/cascadeselect.esm.js +24 -8
  46. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  47. package/cascadeselect/cascadeselect.js +23 -9
  48. package/cascadeselect/cascadeselect.min.js +1 -1
  49. package/checkbox/checkbox.cjs.js +10 -5
  50. package/checkbox/checkbox.cjs.min.js +1 -1
  51. package/checkbox/checkbox.d.ts +1 -2
  52. package/checkbox/checkbox.esm.js +10 -5
  53. package/checkbox/checkbox.esm.min.js +1 -1
  54. package/checkbox/checkbox.js +11 -7
  55. package/checkbox/checkbox.min.js +1 -1
  56. package/chip/chip.cjs.js +54 -8
  57. package/chip/chip.cjs.min.js +1 -1
  58. package/chip/chip.d.ts +1 -7
  59. package/chip/chip.esm.js +54 -8
  60. package/chip/chip.esm.min.js +1 -1
  61. package/chip/chip.js +55 -10
  62. package/chip/chip.min.js +1 -1
  63. package/chips/chips.cjs.js +56 -6
  64. package/chips/chips.cjs.min.js +1 -1
  65. package/chips/chips.d.ts +5 -0
  66. package/chips/chips.esm.js +57 -7
  67. package/chips/chips.esm.min.js +1 -1
  68. package/chips/chips.js +57 -8
  69. package/chips/chips.min.js +1 -1
  70. package/column/column.d.ts +2 -2
  71. package/contextmenu/contextmenu.cjs.js +16 -23
  72. package/contextmenu/contextmenu.cjs.min.js +1 -1
  73. package/contextmenu/contextmenu.d.ts +5 -0
  74. package/contextmenu/contextmenu.esm.js +16 -23
  75. package/contextmenu/contextmenu.esm.min.js +1 -1
  76. package/contextmenu/contextmenu.js +17 -25
  77. package/contextmenu/contextmenu.min.js +1 -1
  78. package/core/core.js +3581 -120
  79. package/core/core.min.js +101 -9
  80. package/datatable/datatable.cjs.js +186 -85
  81. package/datatable/datatable.cjs.min.js +1 -1
  82. package/datatable/datatable.d.ts +32 -6
  83. package/datatable/datatable.esm.js +187 -86
  84. package/datatable/datatable.esm.min.js +1 -1
  85. package/datatable/datatable.js +172 -87
  86. package/datatable/datatable.min.js +1 -1
  87. package/dataview/dataview.cjs.js +25 -11
  88. package/dataview/dataview.cjs.min.js +1 -1
  89. package/dataview/dataview.d.ts +10 -1
  90. package/dataview/dataview.esm.js +26 -12
  91. package/dataview/dataview.esm.min.js +1 -1
  92. package/dataview/dataview.js +24 -13
  93. package/dataview/dataview.min.js +1 -1
  94. package/dialog/dialog.cjs.js +74 -10
  95. package/dialog/dialog.cjs.min.js +1 -1
  96. package/dialog/dialog.d.ts +13 -0
  97. package/dialog/dialog.esm.js +75 -11
  98. package/dialog/dialog.esm.min.js +1 -1
  99. package/dialog/dialog.js +73 -12
  100. package/dialog/dialog.min.js +1 -1
  101. package/dropdown/dropdown.cjs.js +37 -12
  102. package/dropdown/dropdown.cjs.min.js +1 -1
  103. package/dropdown/dropdown.d.ts +12 -4
  104. package/dropdown/dropdown.esm.js +38 -13
  105. package/dropdown/dropdown.esm.min.js +1 -1
  106. package/dropdown/dropdown.js +36 -14
  107. package/dropdown/dropdown.min.js +1 -1
  108. package/fieldset/fieldset.cjs.js +14 -5
  109. package/fieldset/fieldset.cjs.min.js +1 -1
  110. package/fieldset/fieldset.d.ts +9 -0
  111. package/fieldset/fieldset.esm.js +15 -6
  112. package/fieldset/fieldset.esm.min.js +1 -1
  113. package/fieldset/fieldset.js +14 -7
  114. package/fieldset/fieldset.min.js +1 -1
  115. package/fileupload/fileupload.cjs.js +54 -18
  116. package/fileupload/fileupload.cjs.min.js +1 -1
  117. package/fileupload/fileupload.d.ts +4 -0
  118. package/fileupload/fileupload.esm.js +49 -13
  119. package/fileupload/fileupload.esm.min.js +1 -1
  120. package/fileupload/fileupload.js +53 -20
  121. package/fileupload/fileupload.min.js +1 -1
  122. package/galleria/galleria.cjs.js +113 -27
  123. package/galleria/galleria.cjs.min.js +1 -1
  124. package/galleria/galleria.d.ts +21 -0
  125. package/galleria/galleria.esm.js +114 -28
  126. package/galleria/galleria.esm.min.js +1 -1
  127. package/galleria/galleria.js +110 -29
  128. package/galleria/galleria.min.js +1 -1
  129. package/iconbase/iconbase.cjs.js +35 -0
  130. package/iconbase/iconbase.cjs.min.js +1 -0
  131. package/iconbase/iconbase.d.ts +9 -0
  132. package/iconbase/iconbase.esm.js +31 -0
  133. package/iconbase/iconbase.esm.min.js +1 -0
  134. package/iconbase/iconbase.js +39 -0
  135. package/iconbase/iconbase.min.css +1 -0
  136. package/iconbase/iconbase.min.js +1 -0
  137. package/iconbase/package.json +7 -0
  138. package/icons/angledoubledown/index.cjs.js +61 -0
  139. package/icons/angledoubledown/index.cjs.min.js +1 -0
  140. package/icons/angledoubledown/index.d.ts +19 -0
  141. package/icons/angledoubledown/index.esm.js +37 -0
  142. package/icons/angledoubledown/index.esm.min.js +1 -0
  143. package/icons/angledoubledown/index.js +65 -0
  144. package/icons/angledoubledown/index.min.js +1 -0
  145. package/icons/angledoubledown/package.json +7 -0
  146. package/icons/angledoubleleft/index.cjs.js +61 -0
  147. package/icons/angledoubleleft/index.cjs.min.js +1 -0
  148. package/icons/angledoubleleft/index.d.ts +19 -0
  149. package/icons/angledoubleleft/index.esm.js +37 -0
  150. package/icons/angledoubleleft/index.esm.min.js +1 -0
  151. package/icons/angledoubleleft/index.js +65 -0
  152. package/icons/angledoubleleft/index.min.js +1 -0
  153. package/icons/angledoubleleft/package.json +7 -0
  154. package/icons/angledoubleright/index.cjs.js +61 -0
  155. package/icons/angledoubleright/index.cjs.min.js +1 -0
  156. package/icons/angledoubleright/index.d.ts +19 -0
  157. package/icons/angledoubleright/index.esm.js +37 -0
  158. package/icons/angledoubleright/index.esm.min.js +1 -0
  159. package/icons/angledoubleright/index.js +65 -0
  160. package/icons/angledoubleright/index.min.js +1 -0
  161. package/icons/angledoubleright/package.json +7 -0
  162. package/icons/angledoubleup/index.cjs.js +61 -0
  163. package/icons/angledoubleup/index.cjs.min.js +1 -0
  164. package/icons/angledoubleup/index.d.ts +19 -0
  165. package/icons/angledoubleup/index.esm.js +37 -0
  166. package/icons/angledoubleup/index.esm.min.js +1 -0
  167. package/icons/angledoubleup/index.js +65 -0
  168. package/icons/angledoubleup/index.min.js +1 -0
  169. package/icons/angledoubleup/package.json +7 -0
  170. package/icons/angledown/index.cjs.js +59 -0
  171. package/icons/angledown/index.cjs.min.js +1 -0
  172. package/icons/angledown/index.d.ts +19 -0
  173. package/icons/angledown/index.esm.js +35 -0
  174. package/icons/angledown/index.esm.min.js +1 -0
  175. package/icons/angledown/index.js +63 -0
  176. package/icons/angledown/index.min.js +1 -0
  177. package/icons/angledown/package.json +7 -0
  178. package/icons/angleleft/index.cjs.js +59 -0
  179. package/icons/angleleft/index.cjs.min.js +1 -0
  180. package/icons/angleleft/index.d.ts +19 -0
  181. package/icons/angleleft/index.esm.js +35 -0
  182. package/icons/angleleft/index.esm.min.js +1 -0
  183. package/icons/angleleft/index.js +63 -0
  184. package/icons/angleleft/index.min.js +1 -0
  185. package/icons/angleleft/package.json +7 -0
  186. package/icons/angleright/index.cjs.js +59 -0
  187. package/icons/angleright/index.cjs.min.js +1 -0
  188. package/icons/angleright/index.d.ts +19 -0
  189. package/icons/angleright/index.esm.js +35 -0
  190. package/icons/angleright/index.esm.min.js +1 -0
  191. package/icons/angleright/index.js +63 -0
  192. package/icons/angleright/index.min.js +1 -0
  193. package/icons/angleright/package.json +7 -0
  194. package/icons/angleup/index.cjs.js +59 -0
  195. package/icons/angleup/index.cjs.min.js +1 -0
  196. package/icons/angleup/index.d.ts +19 -0
  197. package/icons/angleup/index.esm.js +35 -0
  198. package/icons/angleup/index.esm.min.js +1 -0
  199. package/icons/angleup/index.js +63 -0
  200. package/icons/angleup/index.min.js +1 -0
  201. package/icons/angleup/package.json +7 -0
  202. package/icons/arrowdown/index.cjs.js +69 -0
  203. package/icons/arrowdown/index.cjs.min.js +1 -0
  204. package/icons/arrowdown/index.d.ts +19 -0
  205. package/icons/arrowdown/index.esm.js +45 -0
  206. package/icons/arrowdown/index.esm.min.js +1 -0
  207. package/icons/arrowdown/index.js +73 -0
  208. package/icons/arrowdown/index.min.js +1 -0
  209. package/icons/arrowdown/package.json +7 -0
  210. package/icons/arrowup/index.cjs.js +69 -0
  211. package/icons/arrowup/index.cjs.min.js +1 -0
  212. package/icons/arrowup/index.d.ts +19 -0
  213. package/icons/arrowup/index.esm.js +45 -0
  214. package/icons/arrowup/index.esm.min.js +1 -0
  215. package/icons/arrowup/index.js +73 -0
  216. package/icons/arrowup/index.min.js +1 -0
  217. package/icons/arrowup/package.json +7 -0
  218. package/icons/ban/index.cjs.js +67 -0
  219. package/icons/ban/index.cjs.min.js +1 -0
  220. package/icons/ban/index.d.ts +19 -0
  221. package/icons/ban/index.esm.js +43 -0
  222. package/icons/ban/index.esm.min.js +1 -0
  223. package/icons/ban/index.js +71 -0
  224. package/icons/ban/index.min.js +1 -0
  225. package/icons/ban/package.json +7 -0
  226. package/icons/bars/index.cjs.js +61 -0
  227. package/icons/bars/index.cjs.min.js +1 -0
  228. package/icons/bars/index.d.ts +19 -0
  229. package/icons/bars/index.esm.js +37 -0
  230. package/icons/bars/index.esm.min.js +1 -0
  231. package/icons/bars/index.js +65 -0
  232. package/icons/bars/index.min.js +1 -0
  233. package/icons/bars/package.json +7 -0
  234. package/icons/calendar/index.cjs.js +59 -0
  235. package/icons/calendar/index.cjs.min.js +1 -0
  236. package/icons/calendar/index.d.ts +19 -0
  237. package/icons/calendar/index.esm.js +35 -0
  238. package/icons/calendar/index.esm.min.js +1 -0
  239. package/icons/calendar/index.js +63 -0
  240. package/icons/calendar/index.min.js +1 -0
  241. package/icons/calendar/package.json +7 -0
  242. package/icons/check/index.cjs.js +59 -0
  243. package/icons/check/index.cjs.min.js +1 -0
  244. package/icons/check/index.d.ts +19 -0
  245. package/icons/check/index.esm.js +35 -0
  246. package/icons/check/index.esm.min.js +1 -0
  247. package/icons/check/index.js +63 -0
  248. package/icons/check/index.min.js +1 -0
  249. package/icons/check/package.json +7 -0
  250. package/icons/chevrondown/index.cjs.js +59 -0
  251. package/icons/chevrondown/index.cjs.min.js +1 -0
  252. package/icons/chevrondown/index.d.ts +19 -0
  253. package/icons/chevrondown/index.esm.js +35 -0
  254. package/icons/chevrondown/index.esm.min.js +1 -0
  255. package/icons/chevrondown/index.js +63 -0
  256. package/icons/chevrondown/index.min.js +1 -0
  257. package/icons/chevrondown/package.json +7 -0
  258. package/icons/chevronleft/index.cjs.js +59 -0
  259. package/icons/chevronleft/index.cjs.min.js +1 -0
  260. package/icons/chevronleft/index.d.ts +19 -0
  261. package/icons/chevronleft/index.esm.js +35 -0
  262. package/icons/chevronleft/index.esm.min.js +1 -0
  263. package/icons/chevronleft/index.js +63 -0
  264. package/icons/chevronleft/index.min.js +1 -0
  265. package/icons/chevronleft/package.json +7 -0
  266. package/icons/chevronright/index.cjs.js +59 -0
  267. package/icons/chevronright/index.cjs.min.js +1 -0
  268. package/icons/chevronright/index.d.ts +19 -0
  269. package/icons/chevronright/index.esm.js +35 -0
  270. package/icons/chevronright/index.esm.min.js +1 -0
  271. package/icons/chevronright/index.js +63 -0
  272. package/icons/chevronright/index.min.js +1 -0
  273. package/icons/chevronright/package.json +7 -0
  274. package/icons/chevronup/index.cjs.js +59 -0
  275. package/icons/chevronup/index.cjs.min.js +1 -0
  276. package/icons/chevronup/index.d.ts +19 -0
  277. package/icons/chevronup/index.esm.js +35 -0
  278. package/icons/chevronup/index.esm.min.js +1 -0
  279. package/icons/chevronup/index.js +63 -0
  280. package/icons/chevronup/index.min.js +1 -0
  281. package/icons/chevronup/package.json +7 -0
  282. package/icons/download/index.cjs.js +69 -0
  283. package/icons/download/index.cjs.min.js +1 -0
  284. package/icons/download/index.d.ts +19 -0
  285. package/icons/download/index.esm.js +45 -0
  286. package/icons/download/index.esm.min.js +1 -0
  287. package/icons/download/index.js +73 -0
  288. package/icons/download/index.min.js +1 -0
  289. package/icons/download/package.json +7 -0
  290. package/icons/exclamationtriangle/index.cjs.js +73 -0
  291. package/icons/exclamationtriangle/index.cjs.min.js +1 -0
  292. package/icons/exclamationtriangle/index.d.ts +19 -0
  293. package/icons/exclamationtriangle/index.esm.js +49 -0
  294. package/icons/exclamationtriangle/index.esm.min.js +1 -0
  295. package/icons/exclamationtriangle/index.js +77 -0
  296. package/icons/exclamationtriangle/index.min.js +1 -0
  297. package/icons/exclamationtriangle/package.json +7 -0
  298. package/icons/eye/index.cjs.js +61 -0
  299. package/icons/eye/index.cjs.min.js +1 -0
  300. package/icons/eye/index.d.ts +19 -0
  301. package/icons/eye/index.esm.js +37 -0
  302. package/icons/eye/index.esm.min.js +1 -0
  303. package/icons/eye/index.js +65 -0
  304. package/icons/eye/index.min.js +1 -0
  305. package/icons/eye/package.json +7 -0
  306. package/icons/eyeslash/index.cjs.js +69 -0
  307. package/icons/eyeslash/index.cjs.min.js +1 -0
  308. package/icons/eyeslash/index.d.ts +19 -0
  309. package/icons/eyeslash/index.esm.js +45 -0
  310. package/icons/eyeslash/index.esm.min.js +1 -0
  311. package/icons/eyeslash/index.js +73 -0
  312. package/icons/eyeslash/index.min.js +1 -0
  313. package/icons/eyeslash/package.json +7 -0
  314. package/icons/filter/index.cjs.js +67 -0
  315. package/icons/filter/index.cjs.min.js +1 -0
  316. package/icons/filter/index.d.ts +19 -0
  317. package/icons/filter/index.esm.js +43 -0
  318. package/icons/filter/index.esm.min.js +1 -0
  319. package/icons/filter/index.js +71 -0
  320. package/icons/filter/index.min.js +1 -0
  321. package/icons/filter/package.json +7 -0
  322. package/icons/filterslash/index.cjs.js +69 -0
  323. package/icons/filterslash/index.cjs.min.js +1 -0
  324. package/icons/filterslash/index.d.ts +19 -0
  325. package/icons/filterslash/index.esm.js +45 -0
  326. package/icons/filterslash/index.esm.min.js +1 -0
  327. package/icons/filterslash/index.js +73 -0
  328. package/icons/filterslash/index.min.js +1 -0
  329. package/icons/filterslash/package.json +7 -0
  330. package/icons/infocircle/index.cjs.js +69 -0
  331. package/icons/infocircle/index.cjs.min.js +1 -0
  332. package/icons/infocircle/index.d.ts +19 -0
  333. package/icons/infocircle/index.esm.js +45 -0
  334. package/icons/infocircle/index.esm.min.js +1 -0
  335. package/icons/infocircle/index.js +73 -0
  336. package/icons/infocircle/index.min.js +1 -0
  337. package/icons/infocircle/package.json +7 -0
  338. package/icons/minus/index.cjs.js +59 -0
  339. package/icons/minus/index.cjs.min.js +1 -0
  340. package/icons/minus/index.d.ts +19 -0
  341. package/icons/minus/index.esm.js +35 -0
  342. package/icons/minus/index.esm.min.js +1 -0
  343. package/icons/minus/index.js +63 -0
  344. package/icons/minus/index.min.js +1 -0
  345. package/icons/minus/package.json +7 -0
  346. package/icons/pencil/index.cjs.js +67 -0
  347. package/icons/pencil/index.cjs.min.js +1 -0
  348. package/icons/pencil/index.d.ts +19 -0
  349. package/icons/pencil/index.esm.js +43 -0
  350. package/icons/pencil/index.esm.min.js +1 -0
  351. package/icons/pencil/index.js +71 -0
  352. package/icons/pencil/index.min.js +1 -0
  353. package/icons/pencil/package.json +7 -0
  354. package/icons/plus/index.cjs.js +67 -0
  355. package/icons/plus/index.cjs.min.js +1 -0
  356. package/icons/plus/index.d.ts +19 -0
  357. package/icons/plus/index.esm.js +43 -0
  358. package/icons/plus/index.esm.min.js +1 -0
  359. package/icons/plus/index.js +71 -0
  360. package/icons/plus/index.min.js +1 -0
  361. package/icons/plus/package.json +7 -0
  362. package/icons/refresh/index.cjs.js +69 -0
  363. package/icons/refresh/index.cjs.min.js +1 -0
  364. package/icons/refresh/index.d.ts +19 -0
  365. package/icons/refresh/index.esm.js +45 -0
  366. package/icons/refresh/index.esm.min.js +1 -0
  367. package/icons/refresh/index.js +73 -0
  368. package/icons/refresh/index.min.js +1 -0
  369. package/icons/refresh/package.json +7 -0
  370. package/icons/search/index.cjs.js +69 -0
  371. package/icons/search/index.cjs.min.js +1 -0
  372. package/icons/search/index.d.ts +19 -0
  373. package/icons/search/index.esm.js +45 -0
  374. package/icons/search/index.esm.min.js +1 -0
  375. package/icons/search/index.js +73 -0
  376. package/icons/search/index.min.js +1 -0
  377. package/icons/search/package.json +7 -0
  378. package/icons/searchminus/index.cjs.js +69 -0
  379. package/icons/searchminus/index.cjs.min.js +1 -0
  380. package/icons/searchminus/index.d.ts +19 -0
  381. package/icons/searchminus/index.esm.js +45 -0
  382. package/icons/searchminus/index.esm.min.js +1 -0
  383. package/icons/searchminus/index.js +73 -0
  384. package/icons/searchminus/index.min.js +1 -0
  385. package/icons/searchminus/package.json +7 -0
  386. package/icons/searchplus/index.cjs.js +69 -0
  387. package/icons/searchplus/index.cjs.min.js +1 -0
  388. package/icons/searchplus/index.d.ts +19 -0
  389. package/icons/searchplus/index.esm.js +45 -0
  390. package/icons/searchplus/index.esm.min.js +1 -0
  391. package/icons/searchplus/index.js +73 -0
  392. package/icons/searchplus/index.min.js +1 -0
  393. package/icons/searchplus/package.json +7 -0
  394. package/icons/sortalt/index.cjs.js +76 -0
  395. package/icons/sortalt/index.cjs.min.js +1 -0
  396. package/icons/sortalt/index.d.ts +19 -0
  397. package/icons/sortalt/index.esm.js +52 -0
  398. package/icons/sortalt/index.esm.min.js +1 -0
  399. package/icons/sortalt/index.js +80 -0
  400. package/icons/sortalt/index.min.js +1 -0
  401. package/icons/sortalt/package.json +7 -0
  402. package/icons/sortamountdown/index.cjs.js +82 -0
  403. package/icons/sortamountdown/index.cjs.min.js +1 -0
  404. package/icons/sortamountdown/index.d.ts +19 -0
  405. package/icons/sortamountdown/index.esm.js +58 -0
  406. package/icons/sortamountdown/index.esm.min.js +1 -0
  407. package/icons/sortamountdown/index.js +86 -0
  408. package/icons/sortamountdown/index.min.js +1 -0
  409. package/icons/sortamountdown/package.json +7 -0
  410. package/icons/sortamountupalt/index.cjs.js +82 -0
  411. package/icons/sortamountupalt/index.cjs.min.js +1 -0
  412. package/icons/sortamountupalt/index.d.ts +19 -0
  413. package/icons/sortamountupalt/index.esm.js +58 -0
  414. package/icons/sortamountupalt/index.esm.min.js +1 -0
  415. package/icons/sortamountupalt/index.js +86 -0
  416. package/icons/sortamountupalt/index.min.js +1 -0
  417. package/icons/sortamountupalt/package.json +7 -0
  418. package/icons/spinner/index.cjs.js +67 -0
  419. package/icons/spinner/index.cjs.min.js +1 -0
  420. package/icons/spinner/index.d.ts +19 -0
  421. package/icons/spinner/index.esm.js +43 -0
  422. package/icons/spinner/index.esm.min.js +1 -0
  423. package/icons/spinner/index.js +71 -0
  424. package/icons/spinner/index.min.js +1 -0
  425. package/icons/spinner/package.json +7 -0
  426. package/icons/star/index.cjs.js +67 -0
  427. package/icons/star/index.cjs.min.js +1 -0
  428. package/icons/star/index.d.ts +19 -0
  429. package/icons/star/index.esm.js +43 -0
  430. package/icons/star/index.esm.min.js +1 -0
  431. package/icons/star/index.js +71 -0
  432. package/icons/star/index.min.js +1 -0
  433. package/icons/star/package.json +7 -0
  434. package/icons/starfill/index.cjs.js +67 -0
  435. package/icons/starfill/index.cjs.min.js +1 -0
  436. package/icons/starfill/index.d.ts +19 -0
  437. package/icons/starfill/index.esm.js +43 -0
  438. package/icons/starfill/index.esm.min.js +1 -0
  439. package/icons/starfill/index.js +71 -0
  440. package/icons/starfill/index.min.js +1 -0
  441. package/icons/starfill/package.json +7 -0
  442. package/icons/thlarge/index.cjs.js +69 -0
  443. package/icons/thlarge/index.cjs.min.js +1 -0
  444. package/icons/thlarge/index.d.ts +19 -0
  445. package/icons/thlarge/index.esm.js +45 -0
  446. package/icons/thlarge/index.esm.min.js +1 -0
  447. package/icons/thlarge/index.js +73 -0
  448. package/icons/thlarge/index.min.js +1 -0
  449. package/icons/thlarge/package.json +7 -0
  450. package/icons/times/index.cjs.js +59 -0
  451. package/icons/times/index.cjs.min.js +1 -0
  452. package/icons/times/index.d.ts +19 -0
  453. package/icons/times/index.esm.js +35 -0
  454. package/icons/times/index.esm.min.js +1 -0
  455. package/icons/times/index.js +63 -0
  456. package/icons/times/index.min.js +1 -0
  457. package/icons/times/package.json +7 -0
  458. package/icons/timescircle/index.cjs.js +69 -0
  459. package/icons/timescircle/index.cjs.min.js +1 -0
  460. package/icons/timescircle/index.d.ts +19 -0
  461. package/icons/timescircle/index.esm.js +45 -0
  462. package/icons/timescircle/index.esm.min.js +1 -0
  463. package/icons/timescircle/index.js +73 -0
  464. package/icons/timescircle/index.min.js +1 -0
  465. package/icons/timescircle/package.json +7 -0
  466. package/icons/trash/index.cjs.js +69 -0
  467. package/icons/trash/index.cjs.min.js +1 -0
  468. package/icons/trash/index.d.ts +19 -0
  469. package/icons/trash/index.esm.js +45 -0
  470. package/icons/trash/index.esm.min.js +1 -0
  471. package/icons/trash/index.js +73 -0
  472. package/icons/trash/index.min.js +1 -0
  473. package/icons/trash/package.json +7 -0
  474. package/icons/undo/index.cjs.js +69 -0
  475. package/icons/undo/index.cjs.min.js +1 -0
  476. package/icons/undo/index.d.ts +19 -0
  477. package/icons/undo/index.esm.js +45 -0
  478. package/icons/undo/index.esm.min.js +1 -0
  479. package/icons/undo/index.js +73 -0
  480. package/icons/undo/index.min.js +1 -0
  481. package/icons/undo/package.json +7 -0
  482. package/icons/upload/index.cjs.js +69 -0
  483. package/icons/upload/index.cjs.min.js +1 -0
  484. package/icons/upload/index.d.ts +19 -0
  485. package/icons/upload/index.esm.js +45 -0
  486. package/icons/upload/index.esm.min.js +1 -0
  487. package/icons/upload/index.js +73 -0
  488. package/icons/upload/index.min.js +1 -0
  489. package/icons/upload/package.json +7 -0
  490. package/icons/windowmaximize/index.cjs.js +69 -0
  491. package/icons/windowmaximize/index.cjs.min.js +1 -0
  492. package/icons/windowmaximize/index.d.ts +19 -0
  493. package/icons/windowmaximize/index.esm.js +45 -0
  494. package/icons/windowmaximize/index.esm.min.js +1 -0
  495. package/icons/windowmaximize/index.js +73 -0
  496. package/icons/windowmaximize/index.min.js +1 -0
  497. package/icons/windowmaximize/package.json +7 -0
  498. package/icons/windowminimize/index.cjs.js +69 -0
  499. package/icons/windowminimize/index.cjs.min.js +1 -0
  500. package/icons/windowminimize/index.d.ts +19 -0
  501. package/icons/windowminimize/index.esm.js +45 -0
  502. package/icons/windowminimize/index.esm.min.js +1 -0
  503. package/icons/windowminimize/index.js +73 -0
  504. package/icons/windowminimize/index.min.js +1 -0
  505. package/icons/windowminimize/package.json +7 -0
  506. package/image/image.cjs.js +73 -21
  507. package/image/image.cjs.min.js +1 -1
  508. package/image/image.d.ts +30 -0
  509. package/image/image.esm.js +74 -22
  510. package/image/image.esm.min.js +1 -1
  511. package/image/image.js +68 -23
  512. package/image/image.min.js +1 -1
  513. package/inplace/inplace.cjs.js +9 -2
  514. package/inplace/inplace.cjs.min.js +1 -1
  515. package/inplace/inplace.d.ts +5 -0
  516. package/inplace/inplace.esm.js +10 -3
  517. package/inplace/inplace.esm.min.js +1 -1
  518. package/inplace/inplace.js +10 -4
  519. package/inplace/inplace.min.js +1 -1
  520. package/inputnumber/inputnumber.cjs.js +24 -10
  521. package/inputnumber/inputnumber.cjs.min.js +1 -1
  522. package/inputnumber/inputnumber.d.ts +0 -2
  523. package/inputnumber/inputnumber.esm.js +25 -11
  524. package/inputnumber/inputnumber.esm.min.js +1 -1
  525. package/inputnumber/inputnumber.js +24 -12
  526. package/inputnumber/inputnumber.min.js +1 -1
  527. package/listbox/listbox.cjs.js +14 -4
  528. package/listbox/listbox.cjs.min.js +1 -1
  529. package/listbox/listbox.d.ts +5 -0
  530. package/listbox/listbox.esm.js +15 -5
  531. package/listbox/listbox.esm.min.js +1 -1
  532. package/listbox/listbox.js +15 -6
  533. package/listbox/listbox.min.js +1 -1
  534. package/megamenu/megamenu.cjs.js +22 -10
  535. package/megamenu/megamenu.cjs.min.js +1 -1
  536. package/megamenu/megamenu.d.ts +9 -0
  537. package/megamenu/megamenu.esm.js +22 -10
  538. package/megamenu/megamenu.esm.min.js +1 -1
  539. package/megamenu/megamenu.js +21 -12
  540. package/megamenu/megamenu.min.js +1 -1
  541. package/menubar/menubar.cjs.js +67 -10
  542. package/menubar/menubar.cjs.min.js +1 -1
  543. package/menubar/menubar.d.ts +9 -0
  544. package/menubar/menubar.esm.js +67 -10
  545. package/menubar/menubar.esm.min.js +1 -1
  546. package/menubar/menubar.js +66 -12
  547. package/menubar/menubar.min.js +1 -1
  548. package/menuitem/menuitem.d.ts +2 -0
  549. package/message/message.cjs.js +32 -11
  550. package/message/message.cjs.min.js +1 -1
  551. package/message/message.esm.js +32 -11
  552. package/message/message.esm.min.js +1 -1
  553. package/message/message.js +30 -13
  554. package/message/message.min.js +1 -1
  555. package/messages/messages.cjs.js +86 -15
  556. package/messages/messages.cjs.min.js +1 -1
  557. package/messages/messages.d.ts +5 -1
  558. package/messages/messages.esm.js +86 -15
  559. package/messages/messages.esm.min.js +1 -1
  560. package/messages/messages.js +83 -17
  561. package/messages/messages.min.js +1 -1
  562. package/multiselect/multiselect.cjs.js +100 -36
  563. package/multiselect/multiselect.cjs.min.js +1 -1
  564. package/multiselect/multiselect.d.ts +16 -2
  565. package/multiselect/multiselect.esm.js +100 -36
  566. package/multiselect/multiselect.esm.min.js +1 -1
  567. package/multiselect/multiselect.js +97 -38
  568. package/multiselect/multiselect.min.js +1 -1
  569. package/orderlist/orderlist.cjs.js +37 -9
  570. package/orderlist/orderlist.cjs.min.js +1 -1
  571. package/orderlist/orderlist.d.ts +23 -2
  572. package/orderlist/orderlist.esm.js +38 -10
  573. package/orderlist/orderlist.esm.min.js +1 -1
  574. package/orderlist/orderlist.js +34 -11
  575. package/orderlist/orderlist.min.js +1 -1
  576. package/organizationchart/organizationchart.cjs.js +23 -8
  577. package/organizationchart/organizationchart.cjs.min.js +1 -1
  578. package/organizationchart/organizationchart.d.ts +5 -0
  579. package/organizationchart/organizationchart.esm.js +24 -9
  580. package/organizationchart/organizationchart.esm.min.js +1 -1
  581. package/organizationchart/organizationchart.js +23 -10
  582. package/organizationchart/organizationchart.min.js +1 -1
  583. package/overlaypanel/overlaypanel.cjs.js +55 -5
  584. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  585. package/overlaypanel/overlaypanel.d.ts +5 -0
  586. package/overlaypanel/overlaypanel.esm.js +56 -6
  587. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  588. package/overlaypanel/overlaypanel.js +56 -7
  589. package/overlaypanel/overlaypanel.min.js +1 -1
  590. package/package.json +2 -3
  591. package/paginator/paginator.cjs.js +57 -20
  592. package/paginator/paginator.cjs.min.js +1 -1
  593. package/paginator/paginator.d.ts +17 -0
  594. package/paginator/paginator.esm.js +58 -21
  595. package/paginator/paginator.esm.min.js +1 -1
  596. package/paginator/paginator.js +55 -22
  597. package/paginator/paginator.min.js +1 -1
  598. package/panel/panel.cjs.js +10 -8
  599. package/panel/panel.cjs.min.js +1 -1
  600. package/panel/panel.d.ts +0 -2
  601. package/panel/panel.esm.js +10 -8
  602. package/panel/panel.esm.min.js +1 -1
  603. package/panel/panel.js +10 -10
  604. package/panel/panel.min.js +1 -1
  605. package/panelmenu/panelmenu.cjs.js +17 -14
  606. package/panelmenu/panelmenu.cjs.min.js +1 -1
  607. package/panelmenu/panelmenu.d.ts +5 -0
  608. package/panelmenu/panelmenu.esm.js +17 -14
  609. package/panelmenu/panelmenu.esm.min.js +1 -1
  610. package/panelmenu/panelmenu.js +17 -16
  611. package/panelmenu/panelmenu.min.js +1 -1
  612. package/password/password.cjs.js +22 -5
  613. package/password/password.cjs.min.js +1 -1
  614. package/password/password.d.ts +9 -0
  615. package/password/password.esm.js +23 -6
  616. package/password/password.esm.min.js +1 -1
  617. package/password/password.js +22 -7
  618. package/password/password.min.js +1 -1
  619. package/picklist/picklist.cjs.js +96 -18
  620. package/picklist/picklist.cjs.min.js +1 -1
  621. package/picklist/picklist.d.ts +41 -0
  622. package/picklist/picklist.esm.js +98 -20
  623. package/picklist/picklist.esm.min.js +1 -1
  624. package/picklist/picklist.js +89 -20
  625. package/picklist/picklist.min.js +1 -1
  626. package/primereact.all.cjs.js +2713 -765
  627. package/primereact.all.cjs.min.js +1 -1
  628. package/primereact.all.esm.js +2668 -766
  629. package/primereact.all.esm.min.js +1 -1
  630. package/primereact.all.js +2713 -765
  631. package/primereact.all.min.js +1 -1
  632. package/rating/rating.cjs.js +22 -10
  633. package/rating/rating.cjs.min.js +1 -1
  634. package/rating/rating.d.ts +5 -8
  635. package/rating/rating.esm.js +22 -10
  636. package/rating/rating.esm.min.js +1 -1
  637. package/rating/rating.js +21 -12
  638. package/rating/rating.min.js +1 -1
  639. package/resources/primereact.css +596 -565
  640. package/resources/primereact.min.css +1 -1
  641. package/resources/themes/arya-blue/theme.css +123 -17
  642. package/resources/themes/arya-green/theme.css +123 -17
  643. package/resources/themes/arya-orange/theme.css +123 -17
  644. package/resources/themes/arya-purple/theme.css +123 -17
  645. package/resources/themes/bootstrap4-dark-blue/theme.css +123 -17
  646. package/resources/themes/bootstrap4-dark-purple/theme.css +123 -17
  647. package/resources/themes/bootstrap4-light-blue/theme.css +123 -17
  648. package/resources/themes/bootstrap4-light-purple/theme.css +123 -17
  649. package/resources/themes/fluent-light/theme.css +123 -17
  650. package/resources/themes/lara-dark-blue/theme.css +123 -17
  651. package/resources/themes/lara-dark-indigo/theme.css +123 -17
  652. package/resources/themes/lara-dark-purple/theme.css +123 -17
  653. package/resources/themes/lara-dark-teal/theme.css +123 -17
  654. package/resources/themes/lara-light-blue/theme.css +130 -24
  655. package/resources/themes/lara-light-indigo/theme.css +130 -24
  656. package/resources/themes/lara-light-purple/theme.css +130 -24
  657. package/resources/themes/lara-light-teal/theme.css +130 -24
  658. package/resources/themes/luna-amber/theme.css +137 -31
  659. package/resources/themes/luna-blue/theme.css +137 -31
  660. package/resources/themes/luna-green/theme.css +137 -31
  661. package/resources/themes/luna-pink/theme.css +137 -31
  662. package/resources/themes/md-dark-deeppurple/theme.css +247 -144
  663. package/resources/themes/md-dark-indigo/theme.css +247 -144
  664. package/resources/themes/md-light-deeppurple/theme.css +127 -24
  665. package/resources/themes/md-light-indigo/theme.css +127 -24
  666. package/resources/themes/mdc-dark-deeppurple/theme.css +247 -144
  667. package/resources/themes/mdc-dark-indigo/theme.css +247 -144
  668. package/resources/themes/mdc-light-deeppurple/theme.css +127 -24
  669. package/resources/themes/mdc-light-indigo/theme.css +127 -24
  670. package/resources/themes/mira/theme.css +127 -25
  671. package/resources/themes/nano/theme.css +123 -17
  672. package/resources/themes/nova/theme.css +123 -17
  673. package/resources/themes/nova-accent/theme.css +123 -17
  674. package/resources/themes/nova-alt/theme.css +123 -17
  675. package/resources/themes/rhea/theme.css +123 -17
  676. package/resources/themes/saga-blue/theme.css +123 -17
  677. package/resources/themes/saga-green/theme.css +123 -17
  678. package/resources/themes/saga-orange/theme.css +123 -17
  679. package/resources/themes/saga-purple/theme.css +123 -17
  680. package/resources/themes/soho-dark/theme.css +165 -62
  681. package/resources/themes/soho-light/theme.css +126 -23
  682. package/resources/themes/tailwind-light/theme.css +153 -52
  683. package/resources/themes/vela-blue/theme.css +123 -17
  684. package/resources/themes/vela-green/theme.css +123 -17
  685. package/resources/themes/vela-orange/theme.css +123 -17
  686. package/resources/themes/vela-purple/theme.css +123 -17
  687. package/resources/themes/viva-dark/theme.css +127 -25
  688. package/resources/themes/viva-light/theme.css +127 -25
  689. package/scrolltop/scrolltop.cjs.js +12 -6
  690. package/scrolltop/scrolltop.cjs.min.js +1 -1
  691. package/scrolltop/scrolltop.d.ts +1 -2
  692. package/scrolltop/scrolltop.esm.js +12 -6
  693. package/scrolltop/scrolltop.esm.min.js +1 -1
  694. package/scrolltop/scrolltop.js +13 -8
  695. package/scrolltop/scrolltop.min.js +1 -1
  696. package/sidebar/sidebar.cjs.js +13 -5
  697. package/sidebar/sidebar.cjs.min.js +1 -1
  698. package/sidebar/sidebar.d.ts +5 -0
  699. package/sidebar/sidebar.esm.js +14 -6
  700. package/sidebar/sidebar.esm.min.js +1 -1
  701. package/sidebar/sidebar.js +14 -7
  702. package/sidebar/sidebar.min.js +1 -1
  703. package/slidemenu/slidemenu.cjs.js +26 -9
  704. package/slidemenu/slidemenu.cjs.min.js +1 -1
  705. package/slidemenu/slidemenu.d.ts +9 -0
  706. package/slidemenu/slidemenu.esm.js +26 -9
  707. package/slidemenu/slidemenu.esm.min.js +1 -1
  708. package/slidemenu/slidemenu.js +26 -11
  709. package/slidemenu/slidemenu.min.js +1 -1
  710. package/speeddial/speeddial.cjs.js +16 -15
  711. package/speeddial/speeddial.cjs.min.js +1 -1
  712. package/speeddial/speeddial.d.ts +2 -3
  713. package/speeddial/speeddial.esm.js +16 -15
  714. package/speeddial/speeddial.esm.min.js +1 -1
  715. package/speeddial/speeddial.js +16 -17
  716. package/speeddial/speeddial.min.js +1 -1
  717. package/splitbutton/splitbutton.cjs.js +16 -3
  718. package/splitbutton/splitbutton.cjs.min.js +1 -1
  719. package/splitbutton/splitbutton.d.ts +1 -2
  720. package/splitbutton/splitbutton.esm.js +16 -3
  721. package/splitbutton/splitbutton.esm.min.js +1 -1
  722. package/splitbutton/splitbutton.js +17 -5
  723. package/splitbutton/splitbutton.min.js +1 -1
  724. package/tabview/tabview.cjs.js +34 -16
  725. package/tabview/tabview.cjs.min.js +1 -1
  726. package/tabview/tabview.d.ts +15 -2
  727. package/tabview/tabview.esm.js +35 -17
  728. package/tabview/tabview.esm.min.js +1 -1
  729. package/tabview/tabview.js +33 -18
  730. package/tabview/tabview.min.js +1 -1
  731. package/tieredmenu/tieredmenu.cjs.js +12 -4
  732. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  733. package/tieredmenu/tieredmenu.d.ts +5 -0
  734. package/tieredmenu/tieredmenu.esm.js +12 -4
  735. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  736. package/tieredmenu/tieredmenu.js +13 -6
  737. package/tieredmenu/tieredmenu.min.js +1 -1
  738. package/toast/toast.cjs.js +53 -15
  739. package/toast/toast.cjs.min.js +1 -1
  740. package/toast/toast.d.ts +9 -0
  741. package/toast/toast.esm.js +54 -16
  742. package/toast/toast.esm.min.js +1 -1
  743. package/toast/toast.js +50 -17
  744. package/toast/toast.min.js +1 -1
  745. package/tree/tree.cjs.js +56 -24
  746. package/tree/tree.cjs.min.js +1 -1
  747. package/tree/tree.d.ts +18 -2
  748. package/tree/tree.esm.js +57 -25
  749. package/tree/tree.esm.min.js +1 -1
  750. package/tree/tree.js +52 -26
  751. package/tree/tree.min.js +1 -1
  752. package/treeselect/treeselect.cjs.js +37 -14
  753. package/treeselect/treeselect.cjs.min.js +1 -1
  754. package/treeselect/treeselect.d.ts +11 -3
  755. package/treeselect/treeselect.esm.js +38 -15
  756. package/treeselect/treeselect.esm.min.js +1 -1
  757. package/treeselect/treeselect.js +36 -16
  758. package/treeselect/treeselect.min.js +1 -1
  759. package/treetable/treetable.cjs.js +90 -39
  760. package/treetable/treetable.cjs.min.js +1 -1
  761. package/treetable/treetable.d.ts +18 -2
  762. package/treetable/treetable.esm.js +91 -40
  763. package/treetable/treetable.esm.min.js +1 -1
  764. package/treetable/treetable.js +82 -41
  765. package/treetable/treetable.min.js +1 -1
  766. package/tristatecheckbox/tristatecheckbox.cjs.js +20 -6
  767. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  768. package/tristatecheckbox/tristatecheckbox.d.ts +9 -0
  769. package/tristatecheckbox/tristatecheckbox.esm.js +21 -7
  770. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  771. package/tristatecheckbox/tristatecheckbox.js +20 -8
  772. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  773. package/virtualscroller/virtualscroller.cjs.js +14 -4
  774. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  775. package/virtualscroller/virtualscroller.d.ts +6 -0
  776. package/virtualscroller/virtualscroller.esm.js +15 -5
  777. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  778. package/virtualscroller/virtualscroller.js +15 -6
  779. package/virtualscroller/virtualscroller.min.js +1 -1
  780. package/web-types.json +1 -1
@@ -0,0 +1,63 @@
1
+ this.primereact = this.primereact || {};
2
+ this.primereact.icons = this.primereact.icons || {};
3
+ this.primereact.icons.chevrondown = (function (exports, React, iconbase) {
4
+ 'use strict';
5
+
6
+ function _interopNamespace(e) {
7
+ if (e && e.__esModule) return e;
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n["default"] = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
25
+
26
+ function _extends() {
27
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
28
+ for (var i = 1; i < arguments.length; i++) {
29
+ var source = arguments[i];
30
+ for (var key in source) {
31
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
32
+ target[key] = source[key];
33
+ }
34
+ }
35
+ }
36
+ return target;
37
+ };
38
+ return _extends.apply(this, arguments);
39
+ }
40
+
41
+ var ChevronDownIcon = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespace.forwardRef(function (inProps, ref) {
42
+ var pti = iconbase.IconBase.getPTI(inProps);
43
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends({
44
+ ref: ref,
45
+ width: "14",
46
+ height: "14",
47
+ viewBox: "0 0 14 14",
48
+ fill: "none",
49
+ xmlns: "http://www.w3.org/2000/svg"
50
+ }, pti), /*#__PURE__*/React__namespace.createElement("path", {
51
+ d: "M7.01744 10.398C6.91269 10.3985 6.8089 10.378 6.71215 10.3379C6.61541 10.2977 6.52766 10.2386 6.45405 10.1641L1.13907 4.84913C1.03306 4.69404 0.985221 4.5065 1.00399 4.31958C1.02276 4.13266 1.10693 3.95838 1.24166 3.82747C1.37639 3.69655 1.55301 3.61742 1.74039 3.60402C1.92777 3.59062 2.11386 3.64382 2.26584 3.75424L7.01744 8.47394L11.769 3.75424C11.9189 3.65709 12.097 3.61306 12.2748 3.62921C12.4527 3.64535 12.6199 3.72073 12.7498 3.84328C12.8797 3.96582 12.9647 4.12842 12.9912 4.30502C13.0177 4.48162 12.9841 4.662 12.8958 4.81724L7.58083 10.1322C7.50996 10.2125 7.42344 10.2775 7.32656 10.3232C7.22968 10.3689 7.12449 10.3944 7.01744 10.398Z",
52
+ fill: "currentColor"
53
+ }));
54
+ }));
55
+ ChevronDownIcon.displayName = 'ChevronDownIcon';
56
+
57
+ exports.ChevronDownIcon = ChevronDownIcon;
58
+
59
+ Object.defineProperty(exports, '__esModule', { value: true });
60
+
61
+ return exports;
62
+
63
+ })({}, React, primereact.iconbase);
@@ -0,0 +1 @@
1
+ this.primereact=this.primereact||{},this.primereact.icons=this.primereact.icons||{},this.primereact.icons.chevrondown=function(e,r,t){"use strict";function n(e){if(e&&e.__esModule)return e;var r=Object.create(null);return e&&Object.keys(e).forEach((function(t){if("default"!==t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})}})),r.default=e,Object.freeze(r)}var c=n(r);function i(){return i=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},i.apply(this,arguments)}var o=c.memo(c.forwardRef((function(e,r){var n=t.IconBase.getPTI(e);return c.createElement("svg",i({ref:r,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),c.createElement("path",{d:"M7.01744 10.398C6.91269 10.3985 6.8089 10.378 6.71215 10.3379C6.61541 10.2977 6.52766 10.2386 6.45405 10.1641L1.13907 4.84913C1.03306 4.69404 0.985221 4.5065 1.00399 4.31958C1.02276 4.13266 1.10693 3.95838 1.24166 3.82747C1.37639 3.69655 1.55301 3.61742 1.74039 3.60402C1.92777 3.59062 2.11386 3.64382 2.26584 3.75424L7.01744 8.47394L11.769 3.75424C11.9189 3.65709 12.097 3.61306 12.2748 3.62921C12.4527 3.64535 12.6199 3.72073 12.7498 3.84328C12.8797 3.96582 12.9647 4.12842 12.9912 4.30502C13.0177 4.48162 12.9841 4.662 12.8958 4.81724L7.58083 10.1322C7.50996 10.2125 7.42344 10.2775 7.32656 10.3232C7.22968 10.3689 7.12449 10.3944 7.01744 10.398Z",fill:"currentColor"}))})));return o.displayName="ChevronDownIcon",e.ChevronDownIcon=o,Object.defineProperty(e,"__esModule",{value:!0}),e}({},React,primereact.iconbase);
@@ -0,0 +1,7 @@
1
+ {
2
+ "main": "./index.cjs.js",
3
+ "module": "./index.esm.js",
4
+ "unpkg": "./index.min.js",
5
+ "types": "./index.d.ts",
6
+ "sideEffects": false
7
+ }
@@ -0,0 +1,59 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+ var iconbase = require('primereact/iconbase');
7
+
8
+ function _interopNamespace(e) {
9
+ if (e && e.__esModule) return e;
10
+ var n = Object.create(null);
11
+ if (e) {
12
+ Object.keys(e).forEach(function (k) {
13
+ if (k !== 'default') {
14
+ var d = Object.getOwnPropertyDescriptor(e, k);
15
+ Object.defineProperty(n, k, d.get ? d : {
16
+ enumerable: true,
17
+ get: function () { return e[k]; }
18
+ });
19
+ }
20
+ });
21
+ }
22
+ n["default"] = e;
23
+ return Object.freeze(n);
24
+ }
25
+
26
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
+
28
+ function _extends() {
29
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
30
+ for (var i = 1; i < arguments.length; i++) {
31
+ var source = arguments[i];
32
+ for (var key in source) {
33
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
34
+ target[key] = source[key];
35
+ }
36
+ }
37
+ }
38
+ return target;
39
+ };
40
+ return _extends.apply(this, arguments);
41
+ }
42
+
43
+ var ChevronLeftIcon = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespace.forwardRef(function (inProps, ref) {
44
+ var pti = iconbase.IconBase.getPTI(inProps);
45
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends({
46
+ ref: ref,
47
+ width: "14",
48
+ height: "14",
49
+ viewBox: "0 0 14 14",
50
+ fill: "none",
51
+ xmlns: "http://www.w3.org/2000/svg"
52
+ }, pti), /*#__PURE__*/React__namespace.createElement("path", {
53
+ d: "M9.61296 13C9.50997 13.0005 9.40792 12.9804 9.3128 12.9409C9.21767 12.9014 9.13139 12.8433 9.05902 12.7701L3.83313 7.54416C3.68634 7.39718 3.60388 7.19795 3.60388 6.99022C3.60388 6.78249 3.68634 6.58325 3.83313 6.43628L9.05902 1.21039C9.20762 1.07192 9.40416 0.996539 9.60724 1.00012C9.81032 1.00371 10.0041 1.08597 10.1477 1.22959C10.2913 1.37322 10.3736 1.56698 10.3772 1.77005C10.3808 1.97313 10.3054 2.16968 10.1669 2.31827L5.49496 6.99022L10.1669 11.6622C10.3137 11.8091 10.3962 12.0084 10.3962 12.2161C10.3962 12.4238 10.3137 12.6231 10.1669 12.7701C10.0945 12.8433 10.0083 12.9014 9.91313 12.9409C9.81801 12.9804 9.71596 13.0005 9.61296 13Z",
54
+ fill: "currentColor"
55
+ }));
56
+ }));
57
+ ChevronLeftIcon.displayName = 'ChevronLeftIcon';
58
+
59
+ exports.ChevronLeftIcon = ChevronLeftIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),r=require("primereact/iconbase");function t(e){if(e&&e.__esModule)return e;var r=Object.create(null);return e&&Object.keys(e).forEach((function(t){if("default"!==t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})}})),r.default=e,Object.freeze(r)}var n=t(e);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},o.apply(this,arguments)}var a=n.memo(n.forwardRef((function(e,t){var a=r.IconBase.getPTI(e);return n.createElement("svg",o({ref:t,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a),n.createElement("path",{d:"M9.61296 13C9.50997 13.0005 9.40792 12.9804 9.3128 12.9409C9.21767 12.9014 9.13139 12.8433 9.05902 12.7701L3.83313 7.54416C3.68634 7.39718 3.60388 7.19795 3.60388 6.99022C3.60388 6.78249 3.68634 6.58325 3.83313 6.43628L9.05902 1.21039C9.20762 1.07192 9.40416 0.996539 9.60724 1.00012C9.81032 1.00371 10.0041 1.08597 10.1477 1.22959C10.2913 1.37322 10.3736 1.56698 10.3772 1.77005C10.3808 1.97313 10.3054 2.16968 10.1669 2.31827L5.49496 6.99022L10.1669 11.6622C10.3137 11.8091 10.3962 12.0084 10.3962 12.2161C10.3962 12.4238 10.3137 12.6231 10.1669 12.7701C10.0945 12.8433 10.0083 12.9014 9.91313 12.9409C9.81801 12.9804 9.71596 13.0005 9.61296 13Z",fill:"currentColor"}))})));a.displayName="ChevronLeftIcon",exports.ChevronLeftIcon=a;
@@ -0,0 +1,19 @@
1
+ import * as React from 'react';
2
+ import { IconBaseProps } from '../../iconbase';
3
+
4
+ /**
5
+ * Defines valid properties in ChevronLeftIcon component. In addition to these, all properties of SVGSVGElement can be used in this component.
6
+ * @group Properties
7
+ */
8
+ export interface ChevronLeftIconProps extends IconBaseProps {}
9
+
10
+ /**
11
+ * **PrimeReact - ChevronLeftIcon**
12
+ *
13
+ * [Live Demo](https://www.primereact.org/icons/)
14
+ * --- ---
15
+ * ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
16
+ *
17
+ * @group Component
18
+ */
19
+ export declare class ChevronLeftIcon extends React.Component<ChevronLeftIconProps, any> {}
@@ -0,0 +1,35 @@
1
+ import * as React from 'react';
2
+ import { IconBase } from 'primereact/iconbase';
3
+
4
+ function _extends() {
5
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
6
+ for (var i = 1; i < arguments.length; i++) {
7
+ var source = arguments[i];
8
+ for (var key in source) {
9
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
10
+ target[key] = source[key];
11
+ }
12
+ }
13
+ }
14
+ return target;
15
+ };
16
+ return _extends.apply(this, arguments);
17
+ }
18
+
19
+ var ChevronLeftIcon = /*#__PURE__*/React.memo( /*#__PURE__*/React.forwardRef(function (inProps, ref) {
20
+ var pti = IconBase.getPTI(inProps);
21
+ return /*#__PURE__*/React.createElement("svg", _extends({
22
+ ref: ref,
23
+ width: "14",
24
+ height: "14",
25
+ viewBox: "0 0 14 14",
26
+ fill: "none",
27
+ xmlns: "http://www.w3.org/2000/svg"
28
+ }, pti), /*#__PURE__*/React.createElement("path", {
29
+ d: "M9.61296 13C9.50997 13.0005 9.40792 12.9804 9.3128 12.9409C9.21767 12.9014 9.13139 12.8433 9.05902 12.7701L3.83313 7.54416C3.68634 7.39718 3.60388 7.19795 3.60388 6.99022C3.60388 6.78249 3.68634 6.58325 3.83313 6.43628L9.05902 1.21039C9.20762 1.07192 9.40416 0.996539 9.60724 1.00012C9.81032 1.00371 10.0041 1.08597 10.1477 1.22959C10.2913 1.37322 10.3736 1.56698 10.3772 1.77005C10.3808 1.97313 10.3054 2.16968 10.1669 2.31827L5.49496 6.99022L10.1669 11.6622C10.3137 11.8091 10.3962 12.0084 10.3962 12.2161C10.3962 12.4238 10.3137 12.6231 10.1669 12.7701C10.0945 12.8433 10.0083 12.9014 9.91313 12.9409C9.81801 12.9804 9.71596 13.0005 9.61296 13Z",
30
+ fill: "currentColor"
31
+ }));
32
+ }));
33
+ ChevronLeftIcon.displayName = 'ChevronLeftIcon';
34
+
35
+ export { ChevronLeftIcon };
@@ -0,0 +1 @@
1
+ import*as r from"react";import{IconBase as e}from"primereact/iconbase";function t(){return t=Object.assign?Object.assign.bind():function(r){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=t[n])}return r},t.apply(this,arguments)}var n=r.memo(r.forwardRef((function(n,o){var a=e.getPTI(n);return r.createElement("svg",t({ref:o,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a),r.createElement("path",{d:"M9.61296 13C9.50997 13.0005 9.40792 12.9804 9.3128 12.9409C9.21767 12.9014 9.13139 12.8433 9.05902 12.7701L3.83313 7.54416C3.68634 7.39718 3.60388 7.19795 3.60388 6.99022C3.60388 6.78249 3.68634 6.58325 3.83313 6.43628L9.05902 1.21039C9.20762 1.07192 9.40416 0.996539 9.60724 1.00012C9.81032 1.00371 10.0041 1.08597 10.1477 1.22959C10.2913 1.37322 10.3736 1.56698 10.3772 1.77005C10.3808 1.97313 10.3054 2.16968 10.1669 2.31827L5.49496 6.99022L10.1669 11.6622C10.3137 11.8091 10.3962 12.0084 10.3962 12.2161C10.3962 12.4238 10.3137 12.6231 10.1669 12.7701C10.0945 12.8433 10.0083 12.9014 9.91313 12.9409C9.81801 12.9804 9.71596 13.0005 9.61296 13Z",fill:"currentColor"}))})));n.displayName="ChevronLeftIcon";export{n as ChevronLeftIcon};
@@ -0,0 +1,63 @@
1
+ this.primereact = this.primereact || {};
2
+ this.primereact.icons = this.primereact.icons || {};
3
+ this.primereact.icons.chevronleft = (function (exports, React, iconbase) {
4
+ 'use strict';
5
+
6
+ function _interopNamespace(e) {
7
+ if (e && e.__esModule) return e;
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n["default"] = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
25
+
26
+ function _extends() {
27
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
28
+ for (var i = 1; i < arguments.length; i++) {
29
+ var source = arguments[i];
30
+ for (var key in source) {
31
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
32
+ target[key] = source[key];
33
+ }
34
+ }
35
+ }
36
+ return target;
37
+ };
38
+ return _extends.apply(this, arguments);
39
+ }
40
+
41
+ var ChevronLeftIcon = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespace.forwardRef(function (inProps, ref) {
42
+ var pti = iconbase.IconBase.getPTI(inProps);
43
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends({
44
+ ref: ref,
45
+ width: "14",
46
+ height: "14",
47
+ viewBox: "0 0 14 14",
48
+ fill: "none",
49
+ xmlns: "http://www.w3.org/2000/svg"
50
+ }, pti), /*#__PURE__*/React__namespace.createElement("path", {
51
+ d: "M9.61296 13C9.50997 13.0005 9.40792 12.9804 9.3128 12.9409C9.21767 12.9014 9.13139 12.8433 9.05902 12.7701L3.83313 7.54416C3.68634 7.39718 3.60388 7.19795 3.60388 6.99022C3.60388 6.78249 3.68634 6.58325 3.83313 6.43628L9.05902 1.21039C9.20762 1.07192 9.40416 0.996539 9.60724 1.00012C9.81032 1.00371 10.0041 1.08597 10.1477 1.22959C10.2913 1.37322 10.3736 1.56698 10.3772 1.77005C10.3808 1.97313 10.3054 2.16968 10.1669 2.31827L5.49496 6.99022L10.1669 11.6622C10.3137 11.8091 10.3962 12.0084 10.3962 12.2161C10.3962 12.4238 10.3137 12.6231 10.1669 12.7701C10.0945 12.8433 10.0083 12.9014 9.91313 12.9409C9.81801 12.9804 9.71596 13.0005 9.61296 13Z",
52
+ fill: "currentColor"
53
+ }));
54
+ }));
55
+ ChevronLeftIcon.displayName = 'ChevronLeftIcon';
56
+
57
+ exports.ChevronLeftIcon = ChevronLeftIcon;
58
+
59
+ Object.defineProperty(exports, '__esModule', { value: true });
60
+
61
+ return exports;
62
+
63
+ })({}, React, primereact.iconbase);
@@ -0,0 +1 @@
1
+ this.primereact=this.primereact||{},this.primereact.icons=this.primereact.icons||{},this.primereact.icons.chevronleft=function(e,t,r){"use strict";function n(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var c=n(t);function i(){return i=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},i.apply(this,arguments)}var o=c.memo(c.forwardRef((function(e,t){var n=r.IconBase.getPTI(e);return c.createElement("svg",i({ref:t,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),c.createElement("path",{d:"M9.61296 13C9.50997 13.0005 9.40792 12.9804 9.3128 12.9409C9.21767 12.9014 9.13139 12.8433 9.05902 12.7701L3.83313 7.54416C3.68634 7.39718 3.60388 7.19795 3.60388 6.99022C3.60388 6.78249 3.68634 6.58325 3.83313 6.43628L9.05902 1.21039C9.20762 1.07192 9.40416 0.996539 9.60724 1.00012C9.81032 1.00371 10.0041 1.08597 10.1477 1.22959C10.2913 1.37322 10.3736 1.56698 10.3772 1.77005C10.3808 1.97313 10.3054 2.16968 10.1669 2.31827L5.49496 6.99022L10.1669 11.6622C10.3137 11.8091 10.3962 12.0084 10.3962 12.2161C10.3962 12.4238 10.3137 12.6231 10.1669 12.7701C10.0945 12.8433 10.0083 12.9014 9.91313 12.9409C9.81801 12.9804 9.71596 13.0005 9.61296 13Z",fill:"currentColor"}))})));return o.displayName="ChevronLeftIcon",e.ChevronLeftIcon=o,Object.defineProperty(e,"__esModule",{value:!0}),e}({},React,primereact.iconbase);
@@ -0,0 +1,7 @@
1
+ {
2
+ "main": "./index.cjs.js",
3
+ "module": "./index.esm.js",
4
+ "unpkg": "./index.min.js",
5
+ "types": "./index.d.ts",
6
+ "sideEffects": false
7
+ }
@@ -0,0 +1,59 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+ var iconbase = require('primereact/iconbase');
7
+
8
+ function _interopNamespace(e) {
9
+ if (e && e.__esModule) return e;
10
+ var n = Object.create(null);
11
+ if (e) {
12
+ Object.keys(e).forEach(function (k) {
13
+ if (k !== 'default') {
14
+ var d = Object.getOwnPropertyDescriptor(e, k);
15
+ Object.defineProperty(n, k, d.get ? d : {
16
+ enumerable: true,
17
+ get: function () { return e[k]; }
18
+ });
19
+ }
20
+ });
21
+ }
22
+ n["default"] = e;
23
+ return Object.freeze(n);
24
+ }
25
+
26
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
+
28
+ function _extends() {
29
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
30
+ for (var i = 1; i < arguments.length; i++) {
31
+ var source = arguments[i];
32
+ for (var key in source) {
33
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
34
+ target[key] = source[key];
35
+ }
36
+ }
37
+ }
38
+ return target;
39
+ };
40
+ return _extends.apply(this, arguments);
41
+ }
42
+
43
+ var ChevronRightIcon = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespace.forwardRef(function (inProps, ref) {
44
+ var pti = iconbase.IconBase.getPTI(inProps);
45
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends({
46
+ ref: ref,
47
+ width: "14",
48
+ height: "14",
49
+ viewBox: "0 0 14 14",
50
+ fill: "none",
51
+ xmlns: "http://www.w3.org/2000/svg"
52
+ }, pti), /*#__PURE__*/React__namespace.createElement("path", {
53
+ d: "M4.38708 13C4.28408 13.0005 4.18203 12.9804 4.08691 12.9409C3.99178 12.9014 3.9055 12.8433 3.83313 12.7701C3.68634 12.6231 3.60388 12.4238 3.60388 12.2161C3.60388 12.0084 3.68634 11.8091 3.83313 11.6622L8.50507 6.99022L3.83313 2.31827C3.69467 2.16968 3.61928 1.97313 3.62287 1.77005C3.62645 1.56698 3.70872 1.37322 3.85234 1.22959C3.99596 1.08597 4.18972 1.00371 4.3928 1.00012C4.59588 0.996539 4.79242 1.07192 4.94102 1.21039L10.1669 6.43628C10.3137 6.58325 10.3962 6.78249 10.3962 6.99022C10.3962 7.19795 10.3137 7.39718 10.1669 7.54416L4.94102 12.7701C4.86865 12.8433 4.78237 12.9014 4.68724 12.9409C4.59212 12.9804 4.49007 13.0005 4.38708 13Z",
54
+ fill: "currentColor"
55
+ }));
56
+ }));
57
+ ChevronRightIcon.displayName = 'ChevronRightIcon';
58
+
59
+ exports.ChevronRightIcon = ChevronRightIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),r=require("primereact/iconbase");function t(e){if(e&&e.__esModule)return e;var r=Object.create(null);return e&&Object.keys(e).forEach((function(t){if("default"!==t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})}})),r.default=e,Object.freeze(r)}var n=t(e);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},o.apply(this,arguments)}var a=n.memo(n.forwardRef((function(e,t){var a=r.IconBase.getPTI(e);return n.createElement("svg",o({ref:t,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a),n.createElement("path",{d:"M4.38708 13C4.28408 13.0005 4.18203 12.9804 4.08691 12.9409C3.99178 12.9014 3.9055 12.8433 3.83313 12.7701C3.68634 12.6231 3.60388 12.4238 3.60388 12.2161C3.60388 12.0084 3.68634 11.8091 3.83313 11.6622L8.50507 6.99022L3.83313 2.31827C3.69467 2.16968 3.61928 1.97313 3.62287 1.77005C3.62645 1.56698 3.70872 1.37322 3.85234 1.22959C3.99596 1.08597 4.18972 1.00371 4.3928 1.00012C4.59588 0.996539 4.79242 1.07192 4.94102 1.21039L10.1669 6.43628C10.3137 6.58325 10.3962 6.78249 10.3962 6.99022C10.3962 7.19795 10.3137 7.39718 10.1669 7.54416L4.94102 12.7701C4.86865 12.8433 4.78237 12.9014 4.68724 12.9409C4.59212 12.9804 4.49007 13.0005 4.38708 13Z",fill:"currentColor"}))})));a.displayName="ChevronRightIcon",exports.ChevronRightIcon=a;
@@ -0,0 +1,19 @@
1
+ import * as React from 'react';
2
+ import { IconBaseProps } from '../../iconbase';
3
+
4
+ /**
5
+ * Defines valid properties in ChevronRightIcon component. In addition to these, all properties of SVGSVGElement can be used in this component.
6
+ * @group Properties
7
+ */
8
+ export interface ChevronRightIconProps extends IconBaseProps {}
9
+
10
+ /**
11
+ * **PrimeReact - ChevronRightIcon**
12
+ *
13
+ * [Live Demo](https://www.primereact.org/icons/)
14
+ * --- ---
15
+ * ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
16
+ *
17
+ * @group Component
18
+ */
19
+ export declare class ChevronRightIcon extends React.Component<ChevronRightIconProps, any> {}
@@ -0,0 +1,35 @@
1
+ import * as React from 'react';
2
+ import { IconBase } from 'primereact/iconbase';
3
+
4
+ function _extends() {
5
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
6
+ for (var i = 1; i < arguments.length; i++) {
7
+ var source = arguments[i];
8
+ for (var key in source) {
9
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
10
+ target[key] = source[key];
11
+ }
12
+ }
13
+ }
14
+ return target;
15
+ };
16
+ return _extends.apply(this, arguments);
17
+ }
18
+
19
+ var ChevronRightIcon = /*#__PURE__*/React.memo( /*#__PURE__*/React.forwardRef(function (inProps, ref) {
20
+ var pti = IconBase.getPTI(inProps);
21
+ return /*#__PURE__*/React.createElement("svg", _extends({
22
+ ref: ref,
23
+ width: "14",
24
+ height: "14",
25
+ viewBox: "0 0 14 14",
26
+ fill: "none",
27
+ xmlns: "http://www.w3.org/2000/svg"
28
+ }, pti), /*#__PURE__*/React.createElement("path", {
29
+ d: "M4.38708 13C4.28408 13.0005 4.18203 12.9804 4.08691 12.9409C3.99178 12.9014 3.9055 12.8433 3.83313 12.7701C3.68634 12.6231 3.60388 12.4238 3.60388 12.2161C3.60388 12.0084 3.68634 11.8091 3.83313 11.6622L8.50507 6.99022L3.83313 2.31827C3.69467 2.16968 3.61928 1.97313 3.62287 1.77005C3.62645 1.56698 3.70872 1.37322 3.85234 1.22959C3.99596 1.08597 4.18972 1.00371 4.3928 1.00012C4.59588 0.996539 4.79242 1.07192 4.94102 1.21039L10.1669 6.43628C10.3137 6.58325 10.3962 6.78249 10.3962 6.99022C10.3962 7.19795 10.3137 7.39718 10.1669 7.54416L4.94102 12.7701C4.86865 12.8433 4.78237 12.9014 4.68724 12.9409C4.59212 12.9804 4.49007 13.0005 4.38708 13Z",
30
+ fill: "currentColor"
31
+ }));
32
+ }));
33
+ ChevronRightIcon.displayName = 'ChevronRightIcon';
34
+
35
+ export { ChevronRightIcon };
@@ -0,0 +1 @@
1
+ import*as r from"react";import{IconBase as e}from"primereact/iconbase";function t(){return t=Object.assign?Object.assign.bind():function(r){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=t[n])}return r},t.apply(this,arguments)}var n=r.memo(r.forwardRef((function(n,o){var a=e.getPTI(n);return r.createElement("svg",t({ref:o,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a),r.createElement("path",{d:"M4.38708 13C4.28408 13.0005 4.18203 12.9804 4.08691 12.9409C3.99178 12.9014 3.9055 12.8433 3.83313 12.7701C3.68634 12.6231 3.60388 12.4238 3.60388 12.2161C3.60388 12.0084 3.68634 11.8091 3.83313 11.6622L8.50507 6.99022L3.83313 2.31827C3.69467 2.16968 3.61928 1.97313 3.62287 1.77005C3.62645 1.56698 3.70872 1.37322 3.85234 1.22959C3.99596 1.08597 4.18972 1.00371 4.3928 1.00012C4.59588 0.996539 4.79242 1.07192 4.94102 1.21039L10.1669 6.43628C10.3137 6.58325 10.3962 6.78249 10.3962 6.99022C10.3962 7.19795 10.3137 7.39718 10.1669 7.54416L4.94102 12.7701C4.86865 12.8433 4.78237 12.9014 4.68724 12.9409C4.59212 12.9804 4.49007 13.0005 4.38708 13Z",fill:"currentColor"}))})));n.displayName="ChevronRightIcon";export{n as ChevronRightIcon};
@@ -0,0 +1,63 @@
1
+ this.primereact = this.primereact || {};
2
+ this.primereact.icons = this.primereact.icons || {};
3
+ this.primereact.icons.chevronright = (function (exports, React, iconbase) {
4
+ 'use strict';
5
+
6
+ function _interopNamespace(e) {
7
+ if (e && e.__esModule) return e;
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n["default"] = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
25
+
26
+ function _extends() {
27
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
28
+ for (var i = 1; i < arguments.length; i++) {
29
+ var source = arguments[i];
30
+ for (var key in source) {
31
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
32
+ target[key] = source[key];
33
+ }
34
+ }
35
+ }
36
+ return target;
37
+ };
38
+ return _extends.apply(this, arguments);
39
+ }
40
+
41
+ var ChevronRightIcon = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespace.forwardRef(function (inProps, ref) {
42
+ var pti = iconbase.IconBase.getPTI(inProps);
43
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends({
44
+ ref: ref,
45
+ width: "14",
46
+ height: "14",
47
+ viewBox: "0 0 14 14",
48
+ fill: "none",
49
+ xmlns: "http://www.w3.org/2000/svg"
50
+ }, pti), /*#__PURE__*/React__namespace.createElement("path", {
51
+ d: "M4.38708 13C4.28408 13.0005 4.18203 12.9804 4.08691 12.9409C3.99178 12.9014 3.9055 12.8433 3.83313 12.7701C3.68634 12.6231 3.60388 12.4238 3.60388 12.2161C3.60388 12.0084 3.68634 11.8091 3.83313 11.6622L8.50507 6.99022L3.83313 2.31827C3.69467 2.16968 3.61928 1.97313 3.62287 1.77005C3.62645 1.56698 3.70872 1.37322 3.85234 1.22959C3.99596 1.08597 4.18972 1.00371 4.3928 1.00012C4.59588 0.996539 4.79242 1.07192 4.94102 1.21039L10.1669 6.43628C10.3137 6.58325 10.3962 6.78249 10.3962 6.99022C10.3962 7.19795 10.3137 7.39718 10.1669 7.54416L4.94102 12.7701C4.86865 12.8433 4.78237 12.9014 4.68724 12.9409C4.59212 12.9804 4.49007 13.0005 4.38708 13Z",
52
+ fill: "currentColor"
53
+ }));
54
+ }));
55
+ ChevronRightIcon.displayName = 'ChevronRightIcon';
56
+
57
+ exports.ChevronRightIcon = ChevronRightIcon;
58
+
59
+ Object.defineProperty(exports, '__esModule', { value: true });
60
+
61
+ return exports;
62
+
63
+ })({}, React, primereact.iconbase);
@@ -0,0 +1 @@
1
+ this.primereact=this.primereact||{},this.primereact.icons=this.primereact.icons||{},this.primereact.icons.chevronright=function(e,t,r){"use strict";function n(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var i=n(t);function c(){return c=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},c.apply(this,arguments)}var o=i.memo(i.forwardRef((function(e,t){var n=r.IconBase.getPTI(e);return i.createElement("svg",c({ref:t,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),i.createElement("path",{d:"M4.38708 13C4.28408 13.0005 4.18203 12.9804 4.08691 12.9409C3.99178 12.9014 3.9055 12.8433 3.83313 12.7701C3.68634 12.6231 3.60388 12.4238 3.60388 12.2161C3.60388 12.0084 3.68634 11.8091 3.83313 11.6622L8.50507 6.99022L3.83313 2.31827C3.69467 2.16968 3.61928 1.97313 3.62287 1.77005C3.62645 1.56698 3.70872 1.37322 3.85234 1.22959C3.99596 1.08597 4.18972 1.00371 4.3928 1.00012C4.59588 0.996539 4.79242 1.07192 4.94102 1.21039L10.1669 6.43628C10.3137 6.58325 10.3962 6.78249 10.3962 6.99022C10.3962 7.19795 10.3137 7.39718 10.1669 7.54416L4.94102 12.7701C4.86865 12.8433 4.78237 12.9014 4.68724 12.9409C4.59212 12.9804 4.49007 13.0005 4.38708 13Z",fill:"currentColor"}))})));return o.displayName="ChevronRightIcon",e.ChevronRightIcon=o,Object.defineProperty(e,"__esModule",{value:!0}),e}({},React,primereact.iconbase);
@@ -0,0 +1,7 @@
1
+ {
2
+ "main": "./index.cjs.js",
3
+ "module": "./index.esm.js",
4
+ "unpkg": "./index.min.js",
5
+ "types": "./index.d.ts",
6
+ "sideEffects": false
7
+ }
@@ -0,0 +1,59 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+ var iconbase = require('primereact/iconbase');
7
+
8
+ function _interopNamespace(e) {
9
+ if (e && e.__esModule) return e;
10
+ var n = Object.create(null);
11
+ if (e) {
12
+ Object.keys(e).forEach(function (k) {
13
+ if (k !== 'default') {
14
+ var d = Object.getOwnPropertyDescriptor(e, k);
15
+ Object.defineProperty(n, k, d.get ? d : {
16
+ enumerable: true,
17
+ get: function () { return e[k]; }
18
+ });
19
+ }
20
+ });
21
+ }
22
+ n["default"] = e;
23
+ return Object.freeze(n);
24
+ }
25
+
26
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
+
28
+ function _extends() {
29
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
30
+ for (var i = 1; i < arguments.length; i++) {
31
+ var source = arguments[i];
32
+ for (var key in source) {
33
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
34
+ target[key] = source[key];
35
+ }
36
+ }
37
+ }
38
+ return target;
39
+ };
40
+ return _extends.apply(this, arguments);
41
+ }
42
+
43
+ var ChevronUpIcon = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespace.forwardRef(function (inProps, ref) {
44
+ var pti = iconbase.IconBase.getPTI(inProps);
45
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends({
46
+ ref: ref,
47
+ width: "14",
48
+ height: "14",
49
+ viewBox: "0 0 14 14",
50
+ fill: "none",
51
+ xmlns: "http://www.w3.org/2000/svg"
52
+ }, pti), /*#__PURE__*/React__namespace.createElement("path", {
53
+ d: "M12.2097 10.4113C12.1057 10.4118 12.0027 10.3915 11.9067 10.3516C11.8107 10.3118 11.7237 10.2532 11.6506 10.1792L6.93602 5.46461L2.22139 10.1476C2.07272 10.244 1.89599 10.2877 1.71953 10.2717C1.54307 10.2556 1.3771 10.1808 1.24822 10.0593C1.11933 9.93766 1.035 9.77633 1.00874 9.6011C0.982477 9.42587 1.0158 9.2469 1.10338 9.09287L6.37701 3.81923C6.52533 3.6711 6.72639 3.58789 6.93602 3.58789C7.14565 3.58789 7.3467 3.6711 7.49502 3.81923L12.7687 9.09287C12.9168 9.24119 13 9.44225 13 9.65187C13 9.8615 12.9168 10.0626 12.7687 10.2109C12.616 10.3487 12.4151 10.4207 12.2097 10.4113Z",
54
+ fill: "currentColor"
55
+ }));
56
+ }));
57
+ ChevronUpIcon.displayName = 'ChevronUpIcon';
58
+
59
+ exports.ChevronUpIcon = ChevronUpIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),r=require("primereact/iconbase");function t(e){if(e&&e.__esModule)return e;var r=Object.create(null);return e&&Object.keys(e).forEach((function(t){if("default"!==t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})}})),r.default=e,Object.freeze(r)}var n=t(e);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},o.apply(this,arguments)}var a=n.memo(n.forwardRef((function(e,t){var a=r.IconBase.getPTI(e);return n.createElement("svg",o({ref:t,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a),n.createElement("path",{d:"M12.2097 10.4113C12.1057 10.4118 12.0027 10.3915 11.9067 10.3516C11.8107 10.3118 11.7237 10.2532 11.6506 10.1792L6.93602 5.46461L2.22139 10.1476C2.07272 10.244 1.89599 10.2877 1.71953 10.2717C1.54307 10.2556 1.3771 10.1808 1.24822 10.0593C1.11933 9.93766 1.035 9.77633 1.00874 9.6011C0.982477 9.42587 1.0158 9.2469 1.10338 9.09287L6.37701 3.81923C6.52533 3.6711 6.72639 3.58789 6.93602 3.58789C7.14565 3.58789 7.3467 3.6711 7.49502 3.81923L12.7687 9.09287C12.9168 9.24119 13 9.44225 13 9.65187C13 9.8615 12.9168 10.0626 12.7687 10.2109C12.616 10.3487 12.4151 10.4207 12.2097 10.4113Z",fill:"currentColor"}))})));a.displayName="ChevronUpIcon",exports.ChevronUpIcon=a;
@@ -0,0 +1,19 @@
1
+ import * as React from 'react';
2
+ import { IconBaseProps } from '../../iconbase';
3
+
4
+ /**
5
+ * Defines valid properties in ChevronUpIcon component. In addition to these, all properties of SVGSVGElement can be used in this component.
6
+ * @group Properties
7
+ */
8
+ export interface ChevronUpIconProps extends IconBaseProps {}
9
+
10
+ /**
11
+ * **PrimeReact - ChevronUpIcon**
12
+ *
13
+ * [Live Demo](https://www.primereact.org/icons/)
14
+ * --- ---
15
+ * ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
16
+ *
17
+ * @group Component
18
+ */
19
+ export declare class ChevronUpIcon extends React.Component<ChevronUpIconProps, any> {}
@@ -0,0 +1,35 @@
1
+ import * as React from 'react';
2
+ import { IconBase } from 'primereact/iconbase';
3
+
4
+ function _extends() {
5
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
6
+ for (var i = 1; i < arguments.length; i++) {
7
+ var source = arguments[i];
8
+ for (var key in source) {
9
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
10
+ target[key] = source[key];
11
+ }
12
+ }
13
+ }
14
+ return target;
15
+ };
16
+ return _extends.apply(this, arguments);
17
+ }
18
+
19
+ var ChevronUpIcon = /*#__PURE__*/React.memo( /*#__PURE__*/React.forwardRef(function (inProps, ref) {
20
+ var pti = IconBase.getPTI(inProps);
21
+ return /*#__PURE__*/React.createElement("svg", _extends({
22
+ ref: ref,
23
+ width: "14",
24
+ height: "14",
25
+ viewBox: "0 0 14 14",
26
+ fill: "none",
27
+ xmlns: "http://www.w3.org/2000/svg"
28
+ }, pti), /*#__PURE__*/React.createElement("path", {
29
+ d: "M12.2097 10.4113C12.1057 10.4118 12.0027 10.3915 11.9067 10.3516C11.8107 10.3118 11.7237 10.2532 11.6506 10.1792L6.93602 5.46461L2.22139 10.1476C2.07272 10.244 1.89599 10.2877 1.71953 10.2717C1.54307 10.2556 1.3771 10.1808 1.24822 10.0593C1.11933 9.93766 1.035 9.77633 1.00874 9.6011C0.982477 9.42587 1.0158 9.2469 1.10338 9.09287L6.37701 3.81923C6.52533 3.6711 6.72639 3.58789 6.93602 3.58789C7.14565 3.58789 7.3467 3.6711 7.49502 3.81923L12.7687 9.09287C12.9168 9.24119 13 9.44225 13 9.65187C13 9.8615 12.9168 10.0626 12.7687 10.2109C12.616 10.3487 12.4151 10.4207 12.2097 10.4113Z",
30
+ fill: "currentColor"
31
+ }));
32
+ }));
33
+ ChevronUpIcon.displayName = 'ChevronUpIcon';
34
+
35
+ export { ChevronUpIcon };
@@ -0,0 +1 @@
1
+ import*as r from"react";import{IconBase as e}from"primereact/iconbase";function t(){return t=Object.assign?Object.assign.bind():function(r){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=t[n])}return r},t.apply(this,arguments)}var n=r.memo(r.forwardRef((function(n,o){var a=e.getPTI(n);return r.createElement("svg",t({ref:o,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a),r.createElement("path",{d:"M12.2097 10.4113C12.1057 10.4118 12.0027 10.3915 11.9067 10.3516C11.8107 10.3118 11.7237 10.2532 11.6506 10.1792L6.93602 5.46461L2.22139 10.1476C2.07272 10.244 1.89599 10.2877 1.71953 10.2717C1.54307 10.2556 1.3771 10.1808 1.24822 10.0593C1.11933 9.93766 1.035 9.77633 1.00874 9.6011C0.982477 9.42587 1.0158 9.2469 1.10338 9.09287L6.37701 3.81923C6.52533 3.6711 6.72639 3.58789 6.93602 3.58789C7.14565 3.58789 7.3467 3.6711 7.49502 3.81923L12.7687 9.09287C12.9168 9.24119 13 9.44225 13 9.65187C13 9.8615 12.9168 10.0626 12.7687 10.2109C12.616 10.3487 12.4151 10.4207 12.2097 10.4113Z",fill:"currentColor"}))})));n.displayName="ChevronUpIcon";export{n as ChevronUpIcon};