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,86 @@
1
+ this.primereact = this.primereact || {};
2
+ this.primereact.icons = this.primereact.icons || {};
3
+ this.primereact.icons.sortamountupalt = (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 SortAmountUpAltIcon = /*#__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("g", {
51
+ clipPath: "url(#clip0_378_15578)"
52
+ }, /*#__PURE__*/React__namespace.createElement("path", {
53
+ d: "M4.59864 3.99958C4.44662 3.99958 4.2946 3.94357 4.17458 3.82356L2.59836 2.24734L1.02214 3.82356C0.79011 4.05559 0.406057 4.05559 0.174024 3.82356C-0.0580081 3.59152 -0.0580081 3.20747 0.174024 2.97544L2.1743 0.97516C2.40634 0.743127 2.79039 0.743127 3.02242 0.97516L5.0227 2.97544C5.25473 3.20747 5.25473 3.59152 5.0227 3.82356C4.90268 3.94357 4.75066 3.99958 4.59864 3.99958Z",
54
+ fill: "currentColor"
55
+ }), /*#__PURE__*/React__namespace.createElement("path", {
56
+ d: "M2.59841 13.2009C2.27036 13.2009 1.99833 12.9288 1.99833 12.6008V1.39922C1.99833 1.07117 2.27036 0.799133 2.59841 0.799133C2.92646 0.799133 3.19849 1.07117 3.19849 1.39922V12.6008C3.19849 12.9288 2.92646 13.2009 2.59841 13.2009Z",
57
+ fill: "currentColor"
58
+ }), /*#__PURE__*/React__namespace.createElement("path", {
59
+ d: "M13.3999 11.2006H6.99902C6.67098 11.2006 6.39894 10.9285 6.39894 10.6005C6.39894 10.2725 6.67098 10.0004 6.99902 10.0004H13.3999C13.728 10.0004 14 10.2725 14 10.6005C14 10.9285 13.728 11.2006 13.3999 11.2006Z",
60
+ fill: "currentColor"
61
+ }), /*#__PURE__*/React__namespace.createElement("path", {
62
+ d: "M10.1995 6.39991H6.99902C6.67098 6.39991 6.39894 6.12788 6.39894 5.79983C6.39894 5.47179 6.67098 5.19975 6.99902 5.19975H10.1995C10.5275 5.19975 10.7996 5.47179 10.7996 5.79983C10.7996 6.12788 10.5275 6.39991 10.1995 6.39991Z",
63
+ fill: "currentColor"
64
+ }), /*#__PURE__*/React__namespace.createElement("path", {
65
+ d: "M8.59925 3.99958H6.99902C6.67098 3.99958 6.39894 3.72754 6.39894 3.3995C6.39894 3.07145 6.67098 2.79941 6.99902 2.79941H8.59925C8.92729 2.79941 9.19933 3.07145 9.19933 3.3995C9.19933 3.72754 8.92729 3.99958 8.59925 3.99958Z",
66
+ fill: "currentColor"
67
+ }), /*#__PURE__*/React__namespace.createElement("path", {
68
+ d: "M11.7997 8.80025H6.99902C6.67098 8.80025 6.39894 8.52821 6.39894 8.20017C6.39894 7.87212 6.67098 7.60008 6.99902 7.60008H11.7997C12.1277 7.60008 12.3998 7.87212 12.3998 8.20017C12.3998 8.52821 12.1277 8.80025 11.7997 8.80025Z",
69
+ fill: "currentColor"
70
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
71
+ id: "clip0_378_15578"
72
+ }, /*#__PURE__*/React__namespace.createElement("rect", {
73
+ width: "14",
74
+ height: "14",
75
+ fill: "white"
76
+ }))));
77
+ }));
78
+ SortAmountUpAltIcon.displayName = 'SortAmountUpAltIcon';
79
+
80
+ exports.SortAmountUpAltIcon = SortAmountUpAltIcon;
81
+
82
+ Object.defineProperty(exports, '__esModule', { value: true });
83
+
84
+ return exports;
85
+
86
+ })({}, React, primereact.iconbase);
@@ -0,0 +1 @@
1
+ this.primereact=this.primereact||{},this.primereact.icons=this.primereact.icons||{},this.primereact.icons.sortamountupalt=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 l(){return l=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},l.apply(this,arguments)}var i=c.memo(c.forwardRef((function(e,t){var n=r.IconBase.getPTI(e);return c.createElement("svg",l({ref:t,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),c.createElement("g",{clipPath:"url(#clip0_378_15578)"},c.createElement("path",{d:"M4.59864 3.99958C4.44662 3.99958 4.2946 3.94357 4.17458 3.82356L2.59836 2.24734L1.02214 3.82356C0.79011 4.05559 0.406057 4.05559 0.174024 3.82356C-0.0580081 3.59152 -0.0580081 3.20747 0.174024 2.97544L2.1743 0.97516C2.40634 0.743127 2.79039 0.743127 3.02242 0.97516L5.0227 2.97544C5.25473 3.20747 5.25473 3.59152 5.0227 3.82356C4.90268 3.94357 4.75066 3.99958 4.59864 3.99958Z",fill:"currentColor"}),c.createElement("path",{d:"M2.59841 13.2009C2.27036 13.2009 1.99833 12.9288 1.99833 12.6008V1.39922C1.99833 1.07117 2.27036 0.799133 2.59841 0.799133C2.92646 0.799133 3.19849 1.07117 3.19849 1.39922V12.6008C3.19849 12.9288 2.92646 13.2009 2.59841 13.2009Z",fill:"currentColor"}),c.createElement("path",{d:"M13.3999 11.2006H6.99902C6.67098 11.2006 6.39894 10.9285 6.39894 10.6005C6.39894 10.2725 6.67098 10.0004 6.99902 10.0004H13.3999C13.728 10.0004 14 10.2725 14 10.6005C14 10.9285 13.728 11.2006 13.3999 11.2006Z",fill:"currentColor"}),c.createElement("path",{d:"M10.1995 6.39991H6.99902C6.67098 6.39991 6.39894 6.12788 6.39894 5.79983C6.39894 5.47179 6.67098 5.19975 6.99902 5.19975H10.1995C10.5275 5.19975 10.7996 5.47179 10.7996 5.79983C10.7996 6.12788 10.5275 6.39991 10.1995 6.39991Z",fill:"currentColor"}),c.createElement("path",{d:"M8.59925 3.99958H6.99902C6.67098 3.99958 6.39894 3.72754 6.39894 3.3995C6.39894 3.07145 6.67098 2.79941 6.99902 2.79941H8.59925C8.92729 2.79941 9.19933 3.07145 9.19933 3.3995C9.19933 3.72754 8.92729 3.99958 8.59925 3.99958Z",fill:"currentColor"}),c.createElement("path",{d:"M11.7997 8.80025H6.99902C6.67098 8.80025 6.39894 8.52821 6.39894 8.20017C6.39894 7.87212 6.67098 7.60008 6.99902 7.60008H11.7997C12.1277 7.60008 12.3998 7.87212 12.3998 8.20017C12.3998 8.52821 12.1277 8.80025 11.7997 8.80025Z",fill:"currentColor"})),c.createElement("defs",null,c.createElement("clipPath",{id:"clip0_378_15578"},c.createElement("rect",{width:"14",height:"14",fill:"white"}))))})));return i.displayName="SortAmountUpAltIcon",e.SortAmountUpAltIcon=i,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,67 @@
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 SpinnerIcon = /*#__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("g", {
53
+ clipPath: "url(#clip0_417_21408)"
54
+ }, /*#__PURE__*/React__namespace.createElement("path", {
55
+ d: "M6.99701 14C5.85441 13.999 4.72939 13.7186 3.72012 13.1832C2.71084 12.6478 1.84795 11.8737 1.20673 10.9284C0.565504 9.98305 0.165424 8.89526 0.041387 7.75989C-0.0826496 6.62453 0.073125 5.47607 0.495122 4.4147C0.917119 3.35333 1.59252 2.4113 2.46241 1.67077C3.33229 0.930247 4.37024 0.413729 5.4857 0.166275C6.60117 -0.0811796 7.76026 -0.0520535 8.86188 0.251112C9.9635 0.554278 10.9742 1.12227 11.8057 1.90555C11.915 2.01493 11.9764 2.16319 11.9764 2.31778C11.9764 2.47236 11.915 2.62062 11.8057 2.73C11.7521 2.78503 11.688 2.82877 11.6171 2.85864C11.5463 2.8885 11.4702 2.90389 11.3933 2.90389C11.3165 2.90389 11.2404 2.8885 11.1695 2.85864C11.0987 2.82877 11.0346 2.78503 10.9809 2.73C9.9998 1.81273 8.73246 1.26138 7.39226 1.16876C6.05206 1.07615 4.72086 1.44794 3.62279 2.22152C2.52471 2.99511 1.72683 4.12325 1.36345 5.41602C1.00008 6.70879 1.09342 8.08723 1.62775 9.31926C2.16209 10.5513 3.10478 11.5617 4.29713 12.1803C5.48947 12.7989 6.85865 12.988 8.17414 12.7157C9.48963 12.4435 10.6711 11.7264 11.5196 10.6854C12.3681 9.64432 12.8319 8.34282 12.8328 7C12.8328 6.84529 12.8943 6.69692 13.0038 6.58752C13.1132 6.47812 13.2616 6.41667 13.4164 6.41667C13.5712 6.41667 13.7196 6.47812 13.8291 6.58752C13.9385 6.69692 14 6.84529 14 7C14 8.85651 13.2622 10.637 11.9489 11.9497C10.6356 13.2625 8.85432 14 6.99701 14Z",
56
+ fill: "currentColor"
57
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
58
+ id: "clip0_417_21408"
59
+ }, /*#__PURE__*/React__namespace.createElement("rect", {
60
+ width: "14",
61
+ height: "14",
62
+ fill: "white"
63
+ }))));
64
+ }));
65
+ SpinnerIcon.displayName = 'SpinnerIcon';
66
+
67
+ exports.SpinnerIcon = SpinnerIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("primereact/iconbase");function r(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 n=r(e);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 i=n.memo(n.forwardRef((function(e,r){var i=t.IconBase.getPTI(e);return n.createElement("svg",c({ref:r,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i),n.createElement("g",{clipPath:"url(#clip0_417_21408)"},n.createElement("path",{d:"M6.99701 14C5.85441 13.999 4.72939 13.7186 3.72012 13.1832C2.71084 12.6478 1.84795 11.8737 1.20673 10.9284C0.565504 9.98305 0.165424 8.89526 0.041387 7.75989C-0.0826496 6.62453 0.073125 5.47607 0.495122 4.4147C0.917119 3.35333 1.59252 2.4113 2.46241 1.67077C3.33229 0.930247 4.37024 0.413729 5.4857 0.166275C6.60117 -0.0811796 7.76026 -0.0520535 8.86188 0.251112C9.9635 0.554278 10.9742 1.12227 11.8057 1.90555C11.915 2.01493 11.9764 2.16319 11.9764 2.31778C11.9764 2.47236 11.915 2.62062 11.8057 2.73C11.7521 2.78503 11.688 2.82877 11.6171 2.85864C11.5463 2.8885 11.4702 2.90389 11.3933 2.90389C11.3165 2.90389 11.2404 2.8885 11.1695 2.85864C11.0987 2.82877 11.0346 2.78503 10.9809 2.73C9.9998 1.81273 8.73246 1.26138 7.39226 1.16876C6.05206 1.07615 4.72086 1.44794 3.62279 2.22152C2.52471 2.99511 1.72683 4.12325 1.36345 5.41602C1.00008 6.70879 1.09342 8.08723 1.62775 9.31926C2.16209 10.5513 3.10478 11.5617 4.29713 12.1803C5.48947 12.7989 6.85865 12.988 8.17414 12.7157C9.48963 12.4435 10.6711 11.7264 11.5196 10.6854C12.3681 9.64432 12.8319 8.34282 12.8328 7C12.8328 6.84529 12.8943 6.69692 13.0038 6.58752C13.1132 6.47812 13.2616 6.41667 13.4164 6.41667C13.5712 6.41667 13.7196 6.47812 13.8291 6.58752C13.9385 6.69692 14 6.84529 14 7C14 8.85651 13.2622 10.637 11.9489 11.9497C10.6356 13.2625 8.85432 14 6.99701 14Z",fill:"currentColor"})),n.createElement("defs",null,n.createElement("clipPath",{id:"clip0_417_21408"},n.createElement("rect",{width:"14",height:"14",fill:"white"}))))})));i.displayName="SpinnerIcon",exports.SpinnerIcon=i;
@@ -0,0 +1,19 @@
1
+ import * as React from 'react';
2
+ import { IconBaseProps } from '../../iconbase';
3
+
4
+ /**
5
+ * Defines valid properties in SpinnerIcon component. In addition to these, all properties of SVGSVGElement can be used in this component.
6
+ * @group Properties
7
+ */
8
+ export interface SpinnerIconProps extends IconBaseProps {}
9
+
10
+ /**
11
+ * **PrimeReact - SpinnerIcon**
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 SpinnerIcon extends React.Component<SpinnerIconProps, any> {}
@@ -0,0 +1,43 @@
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 SpinnerIcon = /*#__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("g", {
29
+ clipPath: "url(#clip0_417_21408)"
30
+ }, /*#__PURE__*/React.createElement("path", {
31
+ d: "M6.99701 14C5.85441 13.999 4.72939 13.7186 3.72012 13.1832C2.71084 12.6478 1.84795 11.8737 1.20673 10.9284C0.565504 9.98305 0.165424 8.89526 0.041387 7.75989C-0.0826496 6.62453 0.073125 5.47607 0.495122 4.4147C0.917119 3.35333 1.59252 2.4113 2.46241 1.67077C3.33229 0.930247 4.37024 0.413729 5.4857 0.166275C6.60117 -0.0811796 7.76026 -0.0520535 8.86188 0.251112C9.9635 0.554278 10.9742 1.12227 11.8057 1.90555C11.915 2.01493 11.9764 2.16319 11.9764 2.31778C11.9764 2.47236 11.915 2.62062 11.8057 2.73C11.7521 2.78503 11.688 2.82877 11.6171 2.85864C11.5463 2.8885 11.4702 2.90389 11.3933 2.90389C11.3165 2.90389 11.2404 2.8885 11.1695 2.85864C11.0987 2.82877 11.0346 2.78503 10.9809 2.73C9.9998 1.81273 8.73246 1.26138 7.39226 1.16876C6.05206 1.07615 4.72086 1.44794 3.62279 2.22152C2.52471 2.99511 1.72683 4.12325 1.36345 5.41602C1.00008 6.70879 1.09342 8.08723 1.62775 9.31926C2.16209 10.5513 3.10478 11.5617 4.29713 12.1803C5.48947 12.7989 6.85865 12.988 8.17414 12.7157C9.48963 12.4435 10.6711 11.7264 11.5196 10.6854C12.3681 9.64432 12.8319 8.34282 12.8328 7C12.8328 6.84529 12.8943 6.69692 13.0038 6.58752C13.1132 6.47812 13.2616 6.41667 13.4164 6.41667C13.5712 6.41667 13.7196 6.47812 13.8291 6.58752C13.9385 6.69692 14 6.84529 14 7C14 8.85651 13.2622 10.637 11.9489 11.9497C10.6356 13.2625 8.85432 14 6.99701 14Z",
32
+ fill: "currentColor"
33
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
34
+ id: "clip0_417_21408"
35
+ }, /*#__PURE__*/React.createElement("rect", {
36
+ width: "14",
37
+ height: "14",
38
+ fill: "white"
39
+ }))));
40
+ }));
41
+ SpinnerIcon.displayName = 'SpinnerIcon';
42
+
43
+ export { SpinnerIcon };
@@ -0,0 +1 @@
1
+ import*as e from"react";import{IconBase as t}from"primereact/iconbase";function r(){return r=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},r.apply(this,arguments)}var n=e.memo(e.forwardRef((function(n,C){var i=t.getPTI(n);return e.createElement("svg",r({ref:C,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i),e.createElement("g",{clipPath:"url(#clip0_417_21408)"},e.createElement("path",{d:"M6.99701 14C5.85441 13.999 4.72939 13.7186 3.72012 13.1832C2.71084 12.6478 1.84795 11.8737 1.20673 10.9284C0.565504 9.98305 0.165424 8.89526 0.041387 7.75989C-0.0826496 6.62453 0.073125 5.47607 0.495122 4.4147C0.917119 3.35333 1.59252 2.4113 2.46241 1.67077C3.33229 0.930247 4.37024 0.413729 5.4857 0.166275C6.60117 -0.0811796 7.76026 -0.0520535 8.86188 0.251112C9.9635 0.554278 10.9742 1.12227 11.8057 1.90555C11.915 2.01493 11.9764 2.16319 11.9764 2.31778C11.9764 2.47236 11.915 2.62062 11.8057 2.73C11.7521 2.78503 11.688 2.82877 11.6171 2.85864C11.5463 2.8885 11.4702 2.90389 11.3933 2.90389C11.3165 2.90389 11.2404 2.8885 11.1695 2.85864C11.0987 2.82877 11.0346 2.78503 10.9809 2.73C9.9998 1.81273 8.73246 1.26138 7.39226 1.16876C6.05206 1.07615 4.72086 1.44794 3.62279 2.22152C2.52471 2.99511 1.72683 4.12325 1.36345 5.41602C1.00008 6.70879 1.09342 8.08723 1.62775 9.31926C2.16209 10.5513 3.10478 11.5617 4.29713 12.1803C5.48947 12.7989 6.85865 12.988 8.17414 12.7157C9.48963 12.4435 10.6711 11.7264 11.5196 10.6854C12.3681 9.64432 12.8319 8.34282 12.8328 7C12.8328 6.84529 12.8943 6.69692 13.0038 6.58752C13.1132 6.47812 13.2616 6.41667 13.4164 6.41667C13.5712 6.41667 13.7196 6.47812 13.8291 6.58752C13.9385 6.69692 14 6.84529 14 7C14 8.85651 13.2622 10.637 11.9489 11.9497C10.6356 13.2625 8.85432 14 6.99701 14Z",fill:"currentColor"})),e.createElement("defs",null,e.createElement("clipPath",{id:"clip0_417_21408"},e.createElement("rect",{width:"14",height:"14",fill:"white"}))))})));n.displayName="SpinnerIcon";export{n as SpinnerIcon};
@@ -0,0 +1,71 @@
1
+ this.primereact = this.primereact || {};
2
+ this.primereact.icons = this.primereact.icons || {};
3
+ this.primereact.icons.spinner = (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 SpinnerIcon = /*#__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("g", {
51
+ clipPath: "url(#clip0_417_21408)"
52
+ }, /*#__PURE__*/React__namespace.createElement("path", {
53
+ d: "M6.99701 14C5.85441 13.999 4.72939 13.7186 3.72012 13.1832C2.71084 12.6478 1.84795 11.8737 1.20673 10.9284C0.565504 9.98305 0.165424 8.89526 0.041387 7.75989C-0.0826496 6.62453 0.073125 5.47607 0.495122 4.4147C0.917119 3.35333 1.59252 2.4113 2.46241 1.67077C3.33229 0.930247 4.37024 0.413729 5.4857 0.166275C6.60117 -0.0811796 7.76026 -0.0520535 8.86188 0.251112C9.9635 0.554278 10.9742 1.12227 11.8057 1.90555C11.915 2.01493 11.9764 2.16319 11.9764 2.31778C11.9764 2.47236 11.915 2.62062 11.8057 2.73C11.7521 2.78503 11.688 2.82877 11.6171 2.85864C11.5463 2.8885 11.4702 2.90389 11.3933 2.90389C11.3165 2.90389 11.2404 2.8885 11.1695 2.85864C11.0987 2.82877 11.0346 2.78503 10.9809 2.73C9.9998 1.81273 8.73246 1.26138 7.39226 1.16876C6.05206 1.07615 4.72086 1.44794 3.62279 2.22152C2.52471 2.99511 1.72683 4.12325 1.36345 5.41602C1.00008 6.70879 1.09342 8.08723 1.62775 9.31926C2.16209 10.5513 3.10478 11.5617 4.29713 12.1803C5.48947 12.7989 6.85865 12.988 8.17414 12.7157C9.48963 12.4435 10.6711 11.7264 11.5196 10.6854C12.3681 9.64432 12.8319 8.34282 12.8328 7C12.8328 6.84529 12.8943 6.69692 13.0038 6.58752C13.1132 6.47812 13.2616 6.41667 13.4164 6.41667C13.5712 6.41667 13.7196 6.47812 13.8291 6.58752C13.9385 6.69692 14 6.84529 14 7C14 8.85651 13.2622 10.637 11.9489 11.9497C10.6356 13.2625 8.85432 14 6.99701 14Z",
54
+ fill: "currentColor"
55
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
56
+ id: "clip0_417_21408"
57
+ }, /*#__PURE__*/React__namespace.createElement("rect", {
58
+ width: "14",
59
+ height: "14",
60
+ fill: "white"
61
+ }))));
62
+ }));
63
+ SpinnerIcon.displayName = 'SpinnerIcon';
64
+
65
+ exports.SpinnerIcon = SpinnerIcon;
66
+
67
+ Object.defineProperty(exports, '__esModule', { value: true });
68
+
69
+ return exports;
70
+
71
+ })({}, React, primereact.iconbase);
@@ -0,0 +1 @@
1
+ this.primereact=this.primereact||{},this.primereact.icons=this.primereact.icons||{},this.primereact.icons.spinner=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 a=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("g",{clipPath:"url(#clip0_417_21408)"},i.createElement("path",{d:"M6.99701 14C5.85441 13.999 4.72939 13.7186 3.72012 13.1832C2.71084 12.6478 1.84795 11.8737 1.20673 10.9284C0.565504 9.98305 0.165424 8.89526 0.041387 7.75989C-0.0826496 6.62453 0.073125 5.47607 0.495122 4.4147C0.917119 3.35333 1.59252 2.4113 2.46241 1.67077C3.33229 0.930247 4.37024 0.413729 5.4857 0.166275C6.60117 -0.0811796 7.76026 -0.0520535 8.86188 0.251112C9.9635 0.554278 10.9742 1.12227 11.8057 1.90555C11.915 2.01493 11.9764 2.16319 11.9764 2.31778C11.9764 2.47236 11.915 2.62062 11.8057 2.73C11.7521 2.78503 11.688 2.82877 11.6171 2.85864C11.5463 2.8885 11.4702 2.90389 11.3933 2.90389C11.3165 2.90389 11.2404 2.8885 11.1695 2.85864C11.0987 2.82877 11.0346 2.78503 10.9809 2.73C9.9998 1.81273 8.73246 1.26138 7.39226 1.16876C6.05206 1.07615 4.72086 1.44794 3.62279 2.22152C2.52471 2.99511 1.72683 4.12325 1.36345 5.41602C1.00008 6.70879 1.09342 8.08723 1.62775 9.31926C2.16209 10.5513 3.10478 11.5617 4.29713 12.1803C5.48947 12.7989 6.85865 12.988 8.17414 12.7157C9.48963 12.4435 10.6711 11.7264 11.5196 10.6854C12.3681 9.64432 12.8319 8.34282 12.8328 7C12.8328 6.84529 12.8943 6.69692 13.0038 6.58752C13.1132 6.47812 13.2616 6.41667 13.4164 6.41667C13.5712 6.41667 13.7196 6.47812 13.8291 6.58752C13.9385 6.69692 14 6.84529 14 7C14 8.85651 13.2622 10.637 11.9489 11.9497C10.6356 13.2625 8.85432 14 6.99701 14Z",fill:"currentColor"})),i.createElement("defs",null,i.createElement("clipPath",{id:"clip0_417_21408"},i.createElement("rect",{width:"14",height:"14",fill:"white"}))))})));return a.displayName="SpinnerIcon",e.SpinnerIcon=a,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,67 @@
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 StarIcon = /*#__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("g", {
53
+ clipPath: "url(#clip0_288_11830)"
54
+ }, /*#__PURE__*/React__namespace.createElement("path", {
55
+ d: "M10.9741 13.6721C10.8806 13.6719 10.7886 13.6483 10.7066 13.6033L7.00002 11.6545L3.29345 13.6033C3.19926 13.6539 3.09281 13.6771 2.98612 13.6703C2.87943 13.6636 2.77676 13.6271 2.6897 13.5651C2.60277 13.5014 2.53529 13.4147 2.4948 13.3148C2.45431 13.215 2.44241 13.1058 2.46042 12.9995L3.17881 8.87264L0.167699 5.95324C0.0922333 5.8777 0.039368 5.78258 0.0150625 5.67861C-0.00924303 5.57463 -0.00402231 5.46594 0.030136 5.36477C0.0621323 5.26323 0.122141 5.17278 0.203259 5.10383C0.284377 5.03488 0.383311 4.99023 0.488681 4.97501L4.63087 4.37126L6.48797 0.618832C6.54083 0.530159 6.61581 0.456732 6.70556 0.405741C6.79532 0.35475 6.89678 0.327942 7.00002 0.327942C7.10325 0.327942 7.20471 0.35475 7.29447 0.405741C7.38422 0.456732 7.4592 0.530159 7.51206 0.618832L9.36916 4.37126L13.5114 4.97501C13.6167 4.99023 13.7157 5.03488 13.7968 5.10383C13.8779 5.17278 13.9379 5.26323 13.9699 5.36477C14.0041 5.46594 14.0093 5.57463 13.985 5.67861C13.9607 5.78258 13.9078 5.8777 13.8323 5.95324L10.8212 8.87264L11.532 12.9995C11.55 13.1058 11.5381 13.215 11.4976 13.3148C11.4571 13.4147 11.3896 13.5014 11.3027 13.5651C11.2059 13.632 11.0917 13.6692 10.9741 13.6721ZM7.00002 10.4393C7.09251 10.4404 7.18371 10.4613 7.2675 10.5005L10.2098 12.029L9.65193 8.75036C9.6368 8.6584 9.64343 8.56418 9.6713 8.47526C9.69918 8.38633 9.74751 8.30518 9.81242 8.23832L12.1969 5.94559L8.90298 5.45648C8.81188 5.44198 8.72555 5.406 8.65113 5.35152C8.57671 5.29703 8.51633 5.2256 8.475 5.14314L7.00002 2.1626L5.52503 5.15078C5.4837 5.23324 5.42332 5.30467 5.3489 5.35916C5.27448 5.41365 5.18815 5.44963 5.09705 5.46412L1.80318 5.94559L4.18761 8.23832C4.25252 8.30518 4.30085 8.38633 4.32873 8.47526C4.3566 8.56418 4.36323 8.6584 4.3481 8.75036L3.7902 12.0519L6.73253 10.5234C6.81451 10.4762 6.9058 10.4475 7.00002 10.4393Z",
56
+ fill: "currentColor"
57
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
58
+ id: "clip0_288_11830"
59
+ }, /*#__PURE__*/React__namespace.createElement("rect", {
60
+ width: "14",
61
+ height: "14",
62
+ fill: "white"
63
+ }))));
64
+ }));
65
+ StarIcon.displayName = 'StarIcon';
66
+
67
+ exports.StarIcon = StarIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("primereact/iconbase");function r(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 n=r(e);function a(){return a=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},a.apply(this,arguments)}var c=n.memo(n.forwardRef((function(e,r){var c=t.IconBase.getPTI(e);return n.createElement("svg",a({ref:r,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},c),n.createElement("g",{clipPath:"url(#clip0_288_11830)"},n.createElement("path",{d:"M10.9741 13.6721C10.8806 13.6719 10.7886 13.6483 10.7066 13.6033L7.00002 11.6545L3.29345 13.6033C3.19926 13.6539 3.09281 13.6771 2.98612 13.6703C2.87943 13.6636 2.77676 13.6271 2.6897 13.5651C2.60277 13.5014 2.53529 13.4147 2.4948 13.3148C2.45431 13.215 2.44241 13.1058 2.46042 12.9995L3.17881 8.87264L0.167699 5.95324C0.0922333 5.8777 0.039368 5.78258 0.0150625 5.67861C-0.00924303 5.57463 -0.00402231 5.46594 0.030136 5.36477C0.0621323 5.26323 0.122141 5.17278 0.203259 5.10383C0.284377 5.03488 0.383311 4.99023 0.488681 4.97501L4.63087 4.37126L6.48797 0.618832C6.54083 0.530159 6.61581 0.456732 6.70556 0.405741C6.79532 0.35475 6.89678 0.327942 7.00002 0.327942C7.10325 0.327942 7.20471 0.35475 7.29447 0.405741C7.38422 0.456732 7.4592 0.530159 7.51206 0.618832L9.36916 4.37126L13.5114 4.97501C13.6167 4.99023 13.7157 5.03488 13.7968 5.10383C13.8779 5.17278 13.9379 5.26323 13.9699 5.36477C14.0041 5.46594 14.0093 5.57463 13.985 5.67861C13.9607 5.78258 13.9078 5.8777 13.8323 5.95324L10.8212 8.87264L11.532 12.9995C11.55 13.1058 11.5381 13.215 11.4976 13.3148C11.4571 13.4147 11.3896 13.5014 11.3027 13.5651C11.2059 13.632 11.0917 13.6692 10.9741 13.6721ZM7.00002 10.4393C7.09251 10.4404 7.18371 10.4613 7.2675 10.5005L10.2098 12.029L9.65193 8.75036C9.6368 8.6584 9.64343 8.56418 9.6713 8.47526C9.69918 8.38633 9.74751 8.30518 9.81242 8.23832L12.1969 5.94559L8.90298 5.45648C8.81188 5.44198 8.72555 5.406 8.65113 5.35152C8.57671 5.29703 8.51633 5.2256 8.475 5.14314L7.00002 2.1626L5.52503 5.15078C5.4837 5.23324 5.42332 5.30467 5.3489 5.35916C5.27448 5.41365 5.18815 5.44963 5.09705 5.46412L1.80318 5.94559L4.18761 8.23832C4.25252 8.30518 4.30085 8.38633 4.32873 8.47526C4.3566 8.56418 4.36323 8.6584 4.3481 8.75036L3.7902 12.0519L6.73253 10.5234C6.81451 10.4762 6.9058 10.4475 7.00002 10.4393Z",fill:"currentColor"})),n.createElement("defs",null,n.createElement("clipPath",{id:"clip0_288_11830"},n.createElement("rect",{width:"14",height:"14",fill:"white"}))))})));c.displayName="StarIcon",exports.StarIcon=c;
@@ -0,0 +1,19 @@
1
+ import * as React from 'react';
2
+ import { IconBaseProps } from '../../iconbase';
3
+
4
+ /**
5
+ * Defines valid properties in StarIcon component. In addition to these, all properties of SVGSVGElement can be used in this component.
6
+ * @group Properties
7
+ */
8
+ export interface StarIconProps extends IconBaseProps {}
9
+
10
+ /**
11
+ * **PrimeReact - StarIcon**
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 StarIcon extends React.Component<StarIconProps, any> {}
@@ -0,0 +1,43 @@
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 StarIcon = /*#__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("g", {
29
+ clipPath: "url(#clip0_288_11830)"
30
+ }, /*#__PURE__*/React.createElement("path", {
31
+ d: "M10.9741 13.6721C10.8806 13.6719 10.7886 13.6483 10.7066 13.6033L7.00002 11.6545L3.29345 13.6033C3.19926 13.6539 3.09281 13.6771 2.98612 13.6703C2.87943 13.6636 2.77676 13.6271 2.6897 13.5651C2.60277 13.5014 2.53529 13.4147 2.4948 13.3148C2.45431 13.215 2.44241 13.1058 2.46042 12.9995L3.17881 8.87264L0.167699 5.95324C0.0922333 5.8777 0.039368 5.78258 0.0150625 5.67861C-0.00924303 5.57463 -0.00402231 5.46594 0.030136 5.36477C0.0621323 5.26323 0.122141 5.17278 0.203259 5.10383C0.284377 5.03488 0.383311 4.99023 0.488681 4.97501L4.63087 4.37126L6.48797 0.618832C6.54083 0.530159 6.61581 0.456732 6.70556 0.405741C6.79532 0.35475 6.89678 0.327942 7.00002 0.327942C7.10325 0.327942 7.20471 0.35475 7.29447 0.405741C7.38422 0.456732 7.4592 0.530159 7.51206 0.618832L9.36916 4.37126L13.5114 4.97501C13.6167 4.99023 13.7157 5.03488 13.7968 5.10383C13.8779 5.17278 13.9379 5.26323 13.9699 5.36477C14.0041 5.46594 14.0093 5.57463 13.985 5.67861C13.9607 5.78258 13.9078 5.8777 13.8323 5.95324L10.8212 8.87264L11.532 12.9995C11.55 13.1058 11.5381 13.215 11.4976 13.3148C11.4571 13.4147 11.3896 13.5014 11.3027 13.5651C11.2059 13.632 11.0917 13.6692 10.9741 13.6721ZM7.00002 10.4393C7.09251 10.4404 7.18371 10.4613 7.2675 10.5005L10.2098 12.029L9.65193 8.75036C9.6368 8.6584 9.64343 8.56418 9.6713 8.47526C9.69918 8.38633 9.74751 8.30518 9.81242 8.23832L12.1969 5.94559L8.90298 5.45648C8.81188 5.44198 8.72555 5.406 8.65113 5.35152C8.57671 5.29703 8.51633 5.2256 8.475 5.14314L7.00002 2.1626L5.52503 5.15078C5.4837 5.23324 5.42332 5.30467 5.3489 5.35916C5.27448 5.41365 5.18815 5.44963 5.09705 5.46412L1.80318 5.94559L4.18761 8.23832C4.25252 8.30518 4.30085 8.38633 4.32873 8.47526C4.3566 8.56418 4.36323 8.6584 4.3481 8.75036L3.7902 12.0519L6.73253 10.5234C6.81451 10.4762 6.9058 10.4475 7.00002 10.4393Z",
32
+ fill: "currentColor"
33
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
34
+ id: "clip0_288_11830"
35
+ }, /*#__PURE__*/React.createElement("rect", {
36
+ width: "14",
37
+ height: "14",
38
+ fill: "white"
39
+ }))));
40
+ }));
41
+ StarIcon.displayName = 'StarIcon';
42
+
43
+ export { StarIcon };
@@ -0,0 +1 @@
1
+ import*as e from"react";import{IconBase as t}from"primereact/iconbase";function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var C in r)Object.prototype.hasOwnProperty.call(r,C)&&(e[C]=r[C])}return e},r.apply(this,arguments)}var C=e.memo(e.forwardRef((function(C,n){var a=t.getPTI(C);return e.createElement("svg",r({ref:n,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a),e.createElement("g",{clipPath:"url(#clip0_288_11830)"},e.createElement("path",{d:"M10.9741 13.6721C10.8806 13.6719 10.7886 13.6483 10.7066 13.6033L7.00002 11.6545L3.29345 13.6033C3.19926 13.6539 3.09281 13.6771 2.98612 13.6703C2.87943 13.6636 2.77676 13.6271 2.6897 13.5651C2.60277 13.5014 2.53529 13.4147 2.4948 13.3148C2.45431 13.215 2.44241 13.1058 2.46042 12.9995L3.17881 8.87264L0.167699 5.95324C0.0922333 5.8777 0.039368 5.78258 0.0150625 5.67861C-0.00924303 5.57463 -0.00402231 5.46594 0.030136 5.36477C0.0621323 5.26323 0.122141 5.17278 0.203259 5.10383C0.284377 5.03488 0.383311 4.99023 0.488681 4.97501L4.63087 4.37126L6.48797 0.618832C6.54083 0.530159 6.61581 0.456732 6.70556 0.405741C6.79532 0.35475 6.89678 0.327942 7.00002 0.327942C7.10325 0.327942 7.20471 0.35475 7.29447 0.405741C7.38422 0.456732 7.4592 0.530159 7.51206 0.618832L9.36916 4.37126L13.5114 4.97501C13.6167 4.99023 13.7157 5.03488 13.7968 5.10383C13.8779 5.17278 13.9379 5.26323 13.9699 5.36477C14.0041 5.46594 14.0093 5.57463 13.985 5.67861C13.9607 5.78258 13.9078 5.8777 13.8323 5.95324L10.8212 8.87264L11.532 12.9995C11.55 13.1058 11.5381 13.215 11.4976 13.3148C11.4571 13.4147 11.3896 13.5014 11.3027 13.5651C11.2059 13.632 11.0917 13.6692 10.9741 13.6721ZM7.00002 10.4393C7.09251 10.4404 7.18371 10.4613 7.2675 10.5005L10.2098 12.029L9.65193 8.75036C9.6368 8.6584 9.64343 8.56418 9.6713 8.47526C9.69918 8.38633 9.74751 8.30518 9.81242 8.23832L12.1969 5.94559L8.90298 5.45648C8.81188 5.44198 8.72555 5.406 8.65113 5.35152C8.57671 5.29703 8.51633 5.2256 8.475 5.14314L7.00002 2.1626L5.52503 5.15078C5.4837 5.23324 5.42332 5.30467 5.3489 5.35916C5.27448 5.41365 5.18815 5.44963 5.09705 5.46412L1.80318 5.94559L4.18761 8.23832C4.25252 8.30518 4.30085 8.38633 4.32873 8.47526C4.3566 8.56418 4.36323 8.6584 4.3481 8.75036L3.7902 12.0519L6.73253 10.5234C6.81451 10.4762 6.9058 10.4475 7.00002 10.4393Z",fill:"currentColor"})),e.createElement("defs",null,e.createElement("clipPath",{id:"clip0_288_11830"},e.createElement("rect",{width:"14",height:"14",fill:"white"}))))})));C.displayName="StarIcon";export{C as StarIcon};
@@ -0,0 +1,71 @@
1
+ this.primereact = this.primereact || {};
2
+ this.primereact.icons = this.primereact.icons || {};
3
+ this.primereact.icons.star = (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 StarIcon = /*#__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("g", {
51
+ clipPath: "url(#clip0_288_11830)"
52
+ }, /*#__PURE__*/React__namespace.createElement("path", {
53
+ d: "M10.9741 13.6721C10.8806 13.6719 10.7886 13.6483 10.7066 13.6033L7.00002 11.6545L3.29345 13.6033C3.19926 13.6539 3.09281 13.6771 2.98612 13.6703C2.87943 13.6636 2.77676 13.6271 2.6897 13.5651C2.60277 13.5014 2.53529 13.4147 2.4948 13.3148C2.45431 13.215 2.44241 13.1058 2.46042 12.9995L3.17881 8.87264L0.167699 5.95324C0.0922333 5.8777 0.039368 5.78258 0.0150625 5.67861C-0.00924303 5.57463 -0.00402231 5.46594 0.030136 5.36477C0.0621323 5.26323 0.122141 5.17278 0.203259 5.10383C0.284377 5.03488 0.383311 4.99023 0.488681 4.97501L4.63087 4.37126L6.48797 0.618832C6.54083 0.530159 6.61581 0.456732 6.70556 0.405741C6.79532 0.35475 6.89678 0.327942 7.00002 0.327942C7.10325 0.327942 7.20471 0.35475 7.29447 0.405741C7.38422 0.456732 7.4592 0.530159 7.51206 0.618832L9.36916 4.37126L13.5114 4.97501C13.6167 4.99023 13.7157 5.03488 13.7968 5.10383C13.8779 5.17278 13.9379 5.26323 13.9699 5.36477C14.0041 5.46594 14.0093 5.57463 13.985 5.67861C13.9607 5.78258 13.9078 5.8777 13.8323 5.95324L10.8212 8.87264L11.532 12.9995C11.55 13.1058 11.5381 13.215 11.4976 13.3148C11.4571 13.4147 11.3896 13.5014 11.3027 13.5651C11.2059 13.632 11.0917 13.6692 10.9741 13.6721ZM7.00002 10.4393C7.09251 10.4404 7.18371 10.4613 7.2675 10.5005L10.2098 12.029L9.65193 8.75036C9.6368 8.6584 9.64343 8.56418 9.6713 8.47526C9.69918 8.38633 9.74751 8.30518 9.81242 8.23832L12.1969 5.94559L8.90298 5.45648C8.81188 5.44198 8.72555 5.406 8.65113 5.35152C8.57671 5.29703 8.51633 5.2256 8.475 5.14314L7.00002 2.1626L5.52503 5.15078C5.4837 5.23324 5.42332 5.30467 5.3489 5.35916C5.27448 5.41365 5.18815 5.44963 5.09705 5.46412L1.80318 5.94559L4.18761 8.23832C4.25252 8.30518 4.30085 8.38633 4.32873 8.47526C4.3566 8.56418 4.36323 8.6584 4.3481 8.75036L3.7902 12.0519L6.73253 10.5234C6.81451 10.4762 6.9058 10.4475 7.00002 10.4393Z",
54
+ fill: "currentColor"
55
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
56
+ id: "clip0_288_11830"
57
+ }, /*#__PURE__*/React__namespace.createElement("rect", {
58
+ width: "14",
59
+ height: "14",
60
+ fill: "white"
61
+ }))));
62
+ }));
63
+ StarIcon.displayName = 'StarIcon';
64
+
65
+ exports.StarIcon = StarIcon;
66
+
67
+ Object.defineProperty(exports, '__esModule', { value: true });
68
+
69
+ return exports;
70
+
71
+ })({}, React, primereact.iconbase);
@@ -0,0 +1 @@
1
+ this.primereact=this.primereact||{},this.primereact.icons=this.primereact.icons||{},this.primereact.icons.star=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 a=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("g",{clipPath:"url(#clip0_288_11830)"},i.createElement("path",{d:"M10.9741 13.6721C10.8806 13.6719 10.7886 13.6483 10.7066 13.6033L7.00002 11.6545L3.29345 13.6033C3.19926 13.6539 3.09281 13.6771 2.98612 13.6703C2.87943 13.6636 2.77676 13.6271 2.6897 13.5651C2.60277 13.5014 2.53529 13.4147 2.4948 13.3148C2.45431 13.215 2.44241 13.1058 2.46042 12.9995L3.17881 8.87264L0.167699 5.95324C0.0922333 5.8777 0.039368 5.78258 0.0150625 5.67861C-0.00924303 5.57463 -0.00402231 5.46594 0.030136 5.36477C0.0621323 5.26323 0.122141 5.17278 0.203259 5.10383C0.284377 5.03488 0.383311 4.99023 0.488681 4.97501L4.63087 4.37126L6.48797 0.618832C6.54083 0.530159 6.61581 0.456732 6.70556 0.405741C6.79532 0.35475 6.89678 0.327942 7.00002 0.327942C7.10325 0.327942 7.20471 0.35475 7.29447 0.405741C7.38422 0.456732 7.4592 0.530159 7.51206 0.618832L9.36916 4.37126L13.5114 4.97501C13.6167 4.99023 13.7157 5.03488 13.7968 5.10383C13.8779 5.17278 13.9379 5.26323 13.9699 5.36477C14.0041 5.46594 14.0093 5.57463 13.985 5.67861C13.9607 5.78258 13.9078 5.8777 13.8323 5.95324L10.8212 8.87264L11.532 12.9995C11.55 13.1058 11.5381 13.215 11.4976 13.3148C11.4571 13.4147 11.3896 13.5014 11.3027 13.5651C11.2059 13.632 11.0917 13.6692 10.9741 13.6721ZM7.00002 10.4393C7.09251 10.4404 7.18371 10.4613 7.2675 10.5005L10.2098 12.029L9.65193 8.75036C9.6368 8.6584 9.64343 8.56418 9.6713 8.47526C9.69918 8.38633 9.74751 8.30518 9.81242 8.23832L12.1969 5.94559L8.90298 5.45648C8.81188 5.44198 8.72555 5.406 8.65113 5.35152C8.57671 5.29703 8.51633 5.2256 8.475 5.14314L7.00002 2.1626L5.52503 5.15078C5.4837 5.23324 5.42332 5.30467 5.3489 5.35916C5.27448 5.41365 5.18815 5.44963 5.09705 5.46412L1.80318 5.94559L4.18761 8.23832C4.25252 8.30518 4.30085 8.38633 4.32873 8.47526C4.3566 8.56418 4.36323 8.6584 4.3481 8.75036L3.7902 12.0519L6.73253 10.5234C6.81451 10.4762 6.9058 10.4475 7.00002 10.4393Z",fill:"currentColor"})),i.createElement("defs",null,i.createElement("clipPath",{id:"clip0_288_11830"},i.createElement("rect",{width:"14",height:"14",fill:"white"}))))})));return a.displayName="StarIcon",e.StarIcon=a,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
+ }