primevue 3.26.1 → 3.27.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 (1047) hide show
  1. package/README.md +4 -8
  2. package/accordion/Accordion.d.ts +46 -2
  3. package/accordion/Accordion.vue +29 -13
  4. package/accordion/accordion.cjs.js +60 -33
  5. package/accordion/accordion.cjs.min.js +1 -1
  6. package/accordion/accordion.esm.js +58 -34
  7. package/accordion/accordion.esm.min.js +1 -1
  8. package/accordion/accordion.js +59 -35
  9. package/accordion/accordion.min.js +1 -1
  10. package/accordiontab/AccordionTab.d.ts +76 -1
  11. package/accordiontab/AccordionTab.vue +3 -0
  12. package/accordiontab/accordiontab.cjs.js +6 -0
  13. package/accordiontab/accordiontab.cjs.min.js +1 -1
  14. package/accordiontab/accordiontab.esm.js +2 -0
  15. package/accordiontab/accordiontab.esm.min.js +1 -1
  16. package/accordiontab/accordiontab.js +7 -2
  17. package/accordiontab/accordiontab.min.js +1 -1
  18. package/autocomplete/AutoComplete.d.ts +15 -3
  19. package/autocomplete/AutoComplete.vue +25 -10
  20. package/autocomplete/autocomplete.cjs.js +62 -36
  21. package/autocomplete/autocomplete.cjs.min.js +1 -1
  22. package/autocomplete/autocomplete.esm.js +60 -37
  23. package/autocomplete/autocomplete.esm.min.js +1 -1
  24. package/autocomplete/autocomplete.js +61 -38
  25. package/autocomplete/autocomplete.min.js +1 -1
  26. package/avatar/Avatar.d.ts +5 -0
  27. package/avatar/Avatar.vue +5 -6
  28. package/avatar/avatar.cjs.js +25 -20
  29. package/avatar/avatar.cjs.min.js +1 -1
  30. package/avatar/avatar.esm.js +26 -21
  31. package/avatar/avatar.esm.min.js +1 -1
  32. package/avatar/avatar.js +25 -20
  33. package/avatar/avatar.min.js +1 -1
  34. package/basecomponent/BaseComponent.vue +26 -0
  35. package/basecomponent/basecomponent.cjs.js +28 -0
  36. package/basecomponent/basecomponent.cjs.min.js +1 -0
  37. package/basecomponent/basecomponent.esm.js +26 -0
  38. package/basecomponent/basecomponent.esm.min.js +1 -0
  39. package/basecomponent/basecomponent.js +30 -0
  40. package/basecomponent/basecomponent.min.js +1 -0
  41. package/basecomponent/package.json +8 -0
  42. package/baseicon/BaseIcon.vue +66 -0
  43. package/baseicon/baseicon.cjs.js +66 -0
  44. package/baseicon/baseicon.cjs.min.js +1 -0
  45. package/baseicon/baseicon.esm.js +64 -0
  46. package/baseicon/baseicon.esm.min.js +1 -0
  47. package/baseicon/baseicon.js +68 -0
  48. package/baseicon/baseicon.min.js +1 -0
  49. package/baseicon/package.json +8 -0
  50. package/breadcrumb/Breadcrumb.d.ts +18 -0
  51. package/breadcrumb/Breadcrumb.vue +8 -4
  52. package/breadcrumb/BreadcrumbItem.vue +7 -10
  53. package/breadcrumb/breadcrumb.cjs.js +46 -35
  54. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  55. package/breadcrumb/breadcrumb.esm.js +43 -36
  56. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  57. package/breadcrumb/breadcrumb.js +47 -37
  58. package/breadcrumb/breadcrumb.min.js +1 -1
  59. package/button/Button.d.ts +20 -1
  60. package/button/Button.vue +23 -8
  61. package/button/button.cjs.js +54 -25
  62. package/button/button.cjs.min.js +1 -1
  63. package/button/button.esm.js +54 -26
  64. package/button/button.esm.min.js +1 -1
  65. package/button/button.js +55 -27
  66. package/button/button.min.js +1 -1
  67. package/calendar/Calendar.d.ts +25 -5
  68. package/calendar/Calendar.vue +56 -23
  69. package/calendar/calendar.cjs.js +84 -43
  70. package/calendar/calendar.cjs.min.js +1 -1
  71. package/calendar/calendar.esm.js +80 -44
  72. package/calendar/calendar.esm.min.js +1 -1
  73. package/calendar/calendar.js +81 -45
  74. package/calendar/calendar.min.js +1 -1
  75. package/card/Card.d.ts +51 -1
  76. package/card/Card.vue +15 -14
  77. package/card/card.cjs.js +33 -65
  78. package/card/card.cjs.min.js +1 -1
  79. package/card/card.esm.js +30 -66
  80. package/card/card.esm.min.js +1 -1
  81. package/card/card.js +34 -67
  82. package/card/card.min.js +1 -1
  83. package/carousel/Carousel.d.ts +8 -0
  84. package/carousel/Carousel.vue +16 -2
  85. package/carousel/carousel.cjs.js +20 -6
  86. package/carousel/carousel.cjs.min.js +1 -1
  87. package/carousel/carousel.esm.js +17 -7
  88. package/carousel/carousel.esm.min.js +1 -1
  89. package/carousel/carousel.js +18 -8
  90. package/carousel/carousel.min.js +1 -1
  91. package/cascadeselect/CascadeSelect.d.ts +16 -3
  92. package/cascadeselect/CascadeSelect.vue +16 -9
  93. package/cascadeselect/CascadeSelectSub.vue +10 -1
  94. package/cascadeselect/cascadeselect.cjs.js +46 -14
  95. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  96. package/cascadeselect/cascadeselect.esm.js +43 -14
  97. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  98. package/cascadeselect/cascadeselect.js +45 -16
  99. package/cascadeselect/cascadeselect.min.js +1 -1
  100. package/checkbox/Checkbox.d.ts +13 -2
  101. package/checkbox/Checkbox.vue +7 -1
  102. package/checkbox/checkbox.cjs.js +11 -3
  103. package/checkbox/checkbox.cjs.min.js +1 -1
  104. package/checkbox/checkbox.esm.js +8 -4
  105. package/checkbox/checkbox.esm.min.js +1 -1
  106. package/checkbox/checkbox.js +12 -5
  107. package/checkbox/checkbox.min.js +1 -1
  108. package/chip/Chip.d.ts +20 -1
  109. package/chip/Chip.vue +13 -10
  110. package/chip/chip.cjs.js +46 -31
  111. package/chip/chip.cjs.min.js +1 -1
  112. package/chip/chip.esm.js +43 -32
  113. package/chip/chip.esm.min.js +1 -1
  114. package/chip/chip.js +47 -33
  115. package/chip/chip.min.js +1 -1
  116. package/chips/Chips.d.ts +12 -1
  117. package/chips/Chips.vue +8 -2
  118. package/chips/chips.cjs.js +22 -11
  119. package/chips/chips.cjs.min.js +1 -1
  120. package/chips/chips.esm.js +19 -12
  121. package/chips/chips.esm.min.js +1 -1
  122. package/chips/chips.js +23 -13
  123. package/chips/chips.min.js +1 -1
  124. package/column/Column.d.ts +77 -1
  125. package/column/Column.vue +1 -1
  126. package/column/column.cjs.js +1 -1
  127. package/column/column.cjs.min.js +1 -1
  128. package/column/column.esm.js +1 -1
  129. package/column/column.esm.min.js +1 -1
  130. package/column/column.js +1 -1
  131. package/column/column.min.js +1 -1
  132. package/confirmdialog/ConfirmDialog.d.ts +23 -1
  133. package/confirmdialog/ConfirmDialog.vue +18 -3
  134. package/confirmdialog/confirmdialog.cjs.js +36 -11
  135. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  136. package/confirmdialog/confirmdialog.esm.js +37 -12
  137. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  138. package/confirmdialog/confirmdialog.js +36 -11
  139. package/confirmdialog/confirmdialog.min.js +1 -1
  140. package/confirmpopup/ConfirmPopup.d.ts +23 -1
  141. package/confirmpopup/ConfirmPopup.vue +18 -3
  142. package/confirmpopup/confirmpopup.cjs.js +35 -9
  143. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  144. package/confirmpopup/confirmpopup.esm.js +36 -10
  145. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  146. package/confirmpopup/confirmpopup.js +35 -9
  147. package/confirmpopup/confirmpopup.min.js +1 -1
  148. package/contextmenu/ContextMenu.d.ts +23 -0
  149. package/contextmenu/ContextMenu.vue +1 -1
  150. package/contextmenu/ContextMenuSub.vue +17 -8
  151. package/contextmenu/contextmenu.cjs.js +48 -23
  152. package/contextmenu/contextmenu.cjs.min.js +1 -1
  153. package/contextmenu/contextmenu.esm.js +48 -24
  154. package/contextmenu/contextmenu.esm.min.js +1 -1
  155. package/contextmenu/contextmenu.js +49 -25
  156. package/contextmenu/contextmenu.min.js +1 -1
  157. package/core/core.js +2680 -311
  158. package/core/core.min.js +105 -11
  159. package/datatable/BodyCell.vue +44 -13
  160. package/datatable/ColumnFilter.vue +59 -17
  161. package/datatable/DataTable.d.ts +41 -3
  162. package/datatable/DataTable.vue +46 -10
  163. package/datatable/FooterCell.vue +1 -1
  164. package/datatable/HeaderCell.vue +36 -15
  165. package/datatable/HeaderCheckbox.vue +11 -2
  166. package/datatable/RowCheckbox.vue +11 -2
  167. package/datatable/TableBody.vue +15 -13
  168. package/datatable/TableFooter.vue +1 -1
  169. package/datatable/TableHeader.vue +10 -0
  170. package/datatable/datatable.cjs.js +424 -139
  171. package/datatable/datatable.cjs.min.js +1 -1
  172. package/datatable/datatable.esm.js +409 -140
  173. package/datatable/datatable.esm.min.js +1 -1
  174. package/datatable/datatable.js +410 -141
  175. package/datatable/datatable.min.js +1 -1
  176. package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +12 -2
  177. package/dataviewlayoutoptions/DataViewLayoutOptions.vue +13 -2
  178. package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.js +25 -11
  179. package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.min.js +1 -1
  180. package/dataviewlayoutoptions/dataviewlayoutoptions.esm.js +21 -12
  181. package/dataviewlayoutoptions/dataviewlayoutoptions.esm.min.js +1 -1
  182. package/dataviewlayoutoptions/dataviewlayoutoptions.js +25 -13
  183. package/dataviewlayoutoptions/dataviewlayoutoptions.min.js +1 -1
  184. package/deferredcontent/DeferredContent.d.ts +49 -1
  185. package/deferredcontent/DeferredContent.vue +4 -1
  186. package/deferredcontent/deferredcontent.cjs.js +8 -4
  187. package/deferredcontent/deferredcontent.cjs.min.js +1 -1
  188. package/deferredcontent/deferredcontent.esm.js +5 -5
  189. package/deferredcontent/deferredcontent.esm.min.js +1 -1
  190. package/deferredcontent/deferredcontent.js +9 -6
  191. package/deferredcontent/deferredcontent.min.js +1 -1
  192. package/dialog/Dialog.d.ts +18 -4
  193. package/dialog/Dialog.vue +22 -13
  194. package/dialog/dialog.cjs.js +29 -17
  195. package/dialog/dialog.cjs.min.js +1 -1
  196. package/dialog/dialog.esm.js +27 -18
  197. package/dialog/dialog.esm.min.js +1 -1
  198. package/dialog/dialog.js +28 -19
  199. package/dialog/dialog.min.js +1 -1
  200. package/divider/Divider.d.ts +36 -0
  201. package/divider/Divider.vue +5 -2
  202. package/divider/divider.cjs.js +15 -10
  203. package/divider/divider.cjs.min.js +1 -1
  204. package/divider/divider.esm.js +12 -11
  205. package/divider/divider.esm.min.js +1 -1
  206. package/divider/divider.js +16 -12
  207. package/divider/divider.min.js +1 -1
  208. package/dropdown/Dropdown.d.ts +40 -4
  209. package/dropdown/Dropdown.vue +25 -12
  210. package/dropdown/dropdown.cjs.js +67 -30
  211. package/dropdown/dropdown.cjs.min.js +1 -1
  212. package/dropdown/dropdown.esm.js +64 -31
  213. package/dropdown/dropdown.esm.min.js +1 -1
  214. package/dropdown/dropdown.js +65 -32
  215. package/dropdown/dropdown.min.js +1 -1
  216. package/fieldset/Fieldset.d.ts +73 -0
  217. package/fieldset/Fieldset.vue +18 -17
  218. package/fieldset/fieldset.cjs.js +33 -34
  219. package/fieldset/fieldset.cjs.min.js +1 -1
  220. package/fieldset/fieldset.esm.js +31 -35
  221. package/fieldset/fieldset.esm.min.js +1 -1
  222. package/fieldset/fieldset.js +32 -36
  223. package/fieldset/fieldset.min.js +1 -1
  224. package/fileupload/FileContent.vue +13 -2
  225. package/fileupload/FileUpload.d.ts +28 -3
  226. package/fileupload/FileUpload.vue +35 -16
  227. package/fileupload/fileupload.cjs.js +89 -29
  228. package/fileupload/fileupload.cjs.min.js +1 -1
  229. package/fileupload/fileupload.esm.js +87 -30
  230. package/fileupload/fileupload.esm.min.js +1 -1
  231. package/fileupload/fileupload.js +88 -31
  232. package/fileupload/fileupload.min.js +1 -1
  233. package/galleria/Galleria.d.ts +20 -0
  234. package/galleria/Galleria.vue +2 -2
  235. package/galleria/GalleriaContent.vue +7 -2
  236. package/galleria/GalleriaItem.vue +8 -2
  237. package/galleria/GalleriaThumbnails.vue +12 -20
  238. package/galleria/galleria.cjs.js +60 -64
  239. package/galleria/galleria.cjs.min.js +1 -1
  240. package/galleria/galleria.esm.js +56 -65
  241. package/galleria/galleria.esm.min.js +1 -1
  242. package/galleria/galleria.js +57 -66
  243. package/galleria/galleria.min.js +1 -1
  244. package/icons/angledoubledown/index.cjs.js +37 -0
  245. package/icons/angledoubledown/index.cjs.min.js +1 -0
  246. package/icons/angledoubledown/index.d.ts +12 -0
  247. package/icons/angledoubledown/index.esm.js +31 -0
  248. package/icons/angledoubledown/index.esm.min.js +1 -0
  249. package/icons/angledoubledown/index.js +39 -0
  250. package/icons/angledoubledown/index.min.js +1 -0
  251. package/icons/angledoubledown/index.vue +18 -0
  252. package/icons/angledoubledown/package.json +9 -0
  253. package/icons/angledoubleleft/index.cjs.js +37 -0
  254. package/icons/angledoubleleft/index.cjs.min.js +1 -0
  255. package/icons/angledoubleleft/index.d.ts +12 -0
  256. package/icons/angledoubleleft/index.esm.js +31 -0
  257. package/icons/angledoubleleft/index.esm.min.js +1 -0
  258. package/icons/angledoubleleft/index.js +39 -0
  259. package/icons/angledoubleleft/index.min.js +1 -0
  260. package/icons/angledoubleleft/index.vue +18 -0
  261. package/icons/angledoubleleft/package.json +9 -0
  262. package/icons/angledoubleright/index.cjs.js +37 -0
  263. package/icons/angledoubleright/index.cjs.min.js +1 -0
  264. package/icons/angledoubleright/index.d.ts +12 -0
  265. package/icons/angledoubleright/index.esm.js +31 -0
  266. package/icons/angledoubleright/index.esm.min.js +1 -0
  267. package/icons/angledoubleright/index.js +39 -0
  268. package/icons/angledoubleright/index.min.js +1 -0
  269. package/icons/angledoubleright/index.vue +18 -0
  270. package/icons/angledoubleright/package.json +9 -0
  271. package/icons/angledoubleup/index.cjs.js +37 -0
  272. package/icons/angledoubleup/index.cjs.min.js +1 -0
  273. package/icons/angledoubleup/index.d.ts +12 -0
  274. package/icons/angledoubleup/index.esm.js +31 -0
  275. package/icons/angledoubleup/index.esm.min.js +1 -0
  276. package/icons/angledoubleup/index.js +39 -0
  277. package/icons/angledoubleup/index.min.js +1 -0
  278. package/icons/angledoubleup/index.vue +18 -0
  279. package/icons/angledoubleup/package.json +9 -0
  280. package/icons/angledown/index.cjs.js +35 -0
  281. package/icons/angledown/index.cjs.min.js +1 -0
  282. package/icons/angledown/index.d.ts +12 -0
  283. package/icons/angledown/index.esm.js +29 -0
  284. package/icons/angledown/index.esm.min.js +1 -0
  285. package/icons/angledown/index.js +37 -0
  286. package/icons/angledown/index.min.js +1 -0
  287. package/icons/angledown/index.vue +16 -0
  288. package/icons/angledown/package.json +9 -0
  289. package/icons/angleleft/index.cjs.js +35 -0
  290. package/icons/angleleft/index.cjs.min.js +1 -0
  291. package/icons/angleleft/index.d.ts +12 -0
  292. package/icons/angleleft/index.esm.js +29 -0
  293. package/icons/angleleft/index.esm.min.js +1 -0
  294. package/icons/angleleft/index.js +37 -0
  295. package/icons/angleleft/index.min.js +1 -0
  296. package/icons/angleleft/index.vue +16 -0
  297. package/icons/angleleft/package.json +9 -0
  298. package/icons/angleright/index.cjs.js +35 -0
  299. package/icons/angleright/index.cjs.min.js +1 -0
  300. package/icons/angleright/index.d.ts +12 -0
  301. package/icons/angleright/index.esm.js +29 -0
  302. package/icons/angleright/index.esm.min.js +1 -0
  303. package/icons/angleright/index.js +37 -0
  304. package/icons/angleright/index.min.js +1 -0
  305. package/icons/angleright/index.vue +16 -0
  306. package/icons/angleright/package.json +9 -0
  307. package/icons/angleup/index.cjs.js +35 -0
  308. package/icons/angleup/index.cjs.min.js +1 -0
  309. package/icons/angleup/index.d.ts +12 -0
  310. package/icons/angleup/index.esm.js +29 -0
  311. package/icons/angleup/index.esm.min.js +1 -0
  312. package/icons/angleup/index.js +37 -0
  313. package/icons/angleup/index.min.js +1 -0
  314. package/icons/angleup/index.vue +16 -0
  315. package/icons/angleup/package.json +9 -0
  316. package/icons/arrowdown/index.cjs.js +49 -0
  317. package/icons/arrowdown/index.cjs.min.js +1 -0
  318. package/icons/arrowdown/index.d.ts +12 -0
  319. package/icons/arrowdown/index.esm.js +43 -0
  320. package/icons/arrowdown/index.esm.min.js +1 -0
  321. package/icons/arrowdown/index.js +51 -0
  322. package/icons/arrowdown/index.min.js +1 -0
  323. package/icons/arrowdown/index.vue +25 -0
  324. package/icons/arrowdown/package.json +9 -0
  325. package/icons/arrowup/index.cjs.js +49 -0
  326. package/icons/arrowup/index.cjs.min.js +1 -0
  327. package/icons/arrowup/index.d.ts +12 -0
  328. package/icons/arrowup/index.esm.js +43 -0
  329. package/icons/arrowup/index.esm.min.js +1 -0
  330. package/icons/arrowup/index.js +51 -0
  331. package/icons/arrowup/index.min.js +1 -0
  332. package/icons/arrowup/index.vue +25 -0
  333. package/icons/arrowup/package.json +9 -0
  334. package/icons/ban/index.cjs.js +47 -0
  335. package/icons/ban/index.cjs.min.js +1 -0
  336. package/icons/ban/index.d.ts +12 -0
  337. package/icons/ban/index.esm.js +41 -0
  338. package/icons/ban/index.esm.min.js +1 -0
  339. package/icons/ban/index.js +49 -0
  340. package/icons/ban/index.min.js +1 -0
  341. package/icons/ban/index.vue +23 -0
  342. package/icons/ban/package.json +9 -0
  343. package/icons/bars/index.cjs.js +37 -0
  344. package/icons/bars/index.cjs.min.js +1 -0
  345. package/icons/bars/index.d.ts +12 -0
  346. package/icons/bars/index.esm.js +31 -0
  347. package/icons/bars/index.esm.min.js +1 -0
  348. package/icons/bars/index.js +39 -0
  349. package/icons/bars/index.min.js +1 -0
  350. package/icons/bars/index.vue +18 -0
  351. package/icons/bars/package.json +9 -0
  352. package/icons/calendar/index.cjs.js +35 -0
  353. package/icons/calendar/index.cjs.min.js +1 -0
  354. package/icons/calendar/index.d.ts +12 -0
  355. package/icons/calendar/index.esm.js +29 -0
  356. package/icons/calendar/index.esm.min.js +1 -0
  357. package/icons/calendar/index.js +37 -0
  358. package/icons/calendar/index.min.js +1 -0
  359. package/icons/calendar/index.vue +16 -0
  360. package/icons/calendar/package.json +9 -0
  361. package/icons/check/index.cjs.js +35 -0
  362. package/icons/check/index.cjs.min.js +1 -0
  363. package/icons/check/index.d.ts +12 -0
  364. package/icons/check/index.esm.js +29 -0
  365. package/icons/check/index.esm.min.js +1 -0
  366. package/icons/check/index.js +37 -0
  367. package/icons/check/index.min.js +1 -0
  368. package/icons/check/index.vue +16 -0
  369. package/icons/check/package.json +9 -0
  370. package/icons/chevrondown/index.cjs.js +35 -0
  371. package/icons/chevrondown/index.cjs.min.js +1 -0
  372. package/icons/chevrondown/index.d.ts +12 -0
  373. package/icons/chevrondown/index.esm.js +29 -0
  374. package/icons/chevrondown/index.esm.min.js +1 -0
  375. package/icons/chevrondown/index.js +37 -0
  376. package/icons/chevrondown/index.min.js +1 -0
  377. package/icons/chevrondown/index.vue +16 -0
  378. package/icons/chevrondown/package.json +9 -0
  379. package/icons/chevronleft/index.cjs.js +35 -0
  380. package/icons/chevronleft/index.cjs.min.js +1 -0
  381. package/icons/chevronleft/index.d.ts +12 -0
  382. package/icons/chevronleft/index.esm.js +29 -0
  383. package/icons/chevronleft/index.esm.min.js +1 -0
  384. package/icons/chevronleft/index.js +37 -0
  385. package/icons/chevronleft/index.min.js +1 -0
  386. package/icons/chevronleft/index.vue +16 -0
  387. package/icons/chevronleft/package.json +9 -0
  388. package/icons/chevronright/index.cjs.js +35 -0
  389. package/icons/chevronright/index.cjs.min.js +1 -0
  390. package/icons/chevronright/index.d.ts +12 -0
  391. package/icons/chevronright/index.esm.js +29 -0
  392. package/icons/chevronright/index.esm.min.js +1 -0
  393. package/icons/chevronright/index.js +37 -0
  394. package/icons/chevronright/index.min.js +1 -0
  395. package/icons/chevronright/index.vue +16 -0
  396. package/icons/chevronright/package.json +9 -0
  397. package/icons/chevronup/index.cjs.js +35 -0
  398. package/icons/chevronup/index.cjs.min.js +1 -0
  399. package/icons/chevronup/index.d.ts +12 -0
  400. package/icons/chevronup/index.esm.js +29 -0
  401. package/icons/chevronup/index.esm.min.js +1 -0
  402. package/icons/chevronup/index.js +37 -0
  403. package/icons/chevronup/index.min.js +1 -0
  404. package/icons/chevronup/index.vue +16 -0
  405. package/icons/chevronup/package.json +9 -0
  406. package/icons/exclamationtriangle/index.cjs.js +32 -0
  407. package/icons/exclamationtriangle/index.cjs.min.js +1 -0
  408. package/icons/exclamationtriangle/index.d.ts +12 -0
  409. package/icons/exclamationtriangle/index.esm.js +26 -0
  410. package/icons/exclamationtriangle/index.esm.min.js +1 -0
  411. package/icons/exclamationtriangle/index.js +34 -0
  412. package/icons/exclamationtriangle/index.min.js +1 -0
  413. package/icons/exclamationtriangle/index.vue +31 -0
  414. package/icons/exclamationtriangle/package.json +9 -0
  415. package/icons/eye/index.cjs.js +37 -0
  416. package/icons/eye/index.cjs.min.js +1 -0
  417. package/icons/eye/index.d.ts +12 -0
  418. package/icons/eye/index.esm.js +31 -0
  419. package/icons/eye/index.esm.min.js +1 -0
  420. package/icons/eye/index.js +39 -0
  421. package/icons/eye/index.min.js +1 -0
  422. package/icons/eye/index.vue +18 -0
  423. package/icons/eye/package.json +9 -0
  424. package/icons/eyeslash/index.cjs.js +49 -0
  425. package/icons/eyeslash/index.cjs.min.js +1 -0
  426. package/icons/eyeslash/index.d.ts +12 -0
  427. package/icons/eyeslash/index.esm.js +43 -0
  428. package/icons/eyeslash/index.esm.min.js +1 -0
  429. package/icons/eyeslash/index.js +51 -0
  430. package/icons/eyeslash/index.min.js +1 -0
  431. package/icons/eyeslash/index.vue +25 -0
  432. package/icons/eyeslash/package.json +9 -0
  433. package/icons/filter/index.cjs.js +47 -0
  434. package/icons/filter/index.cjs.min.js +1 -0
  435. package/icons/filter/index.d.ts +12 -0
  436. package/icons/filter/index.esm.js +41 -0
  437. package/icons/filter/index.esm.min.js +1 -0
  438. package/icons/filter/index.js +49 -0
  439. package/icons/filter/index.min.js +1 -0
  440. package/icons/filter/index.vue +23 -0
  441. package/icons/filter/package.json +9 -0
  442. package/icons/filterslash/index.cjs.js +49 -0
  443. package/icons/filterslash/index.cjs.min.js +1 -0
  444. package/icons/filterslash/index.d.ts +12 -0
  445. package/icons/filterslash/index.esm.js +43 -0
  446. package/icons/filterslash/index.esm.min.js +1 -0
  447. package/icons/filterslash/index.js +51 -0
  448. package/icons/filterslash/index.min.js +1 -0
  449. package/icons/filterslash/index.vue +25 -0
  450. package/icons/filterslash/package.json +9 -0
  451. package/icons/index.d.ts +12 -0
  452. package/icons/infocircle/index.cjs.js +49 -0
  453. package/icons/infocircle/index.cjs.min.js +1 -0
  454. package/icons/infocircle/index.d.ts +12 -0
  455. package/icons/infocircle/index.esm.js +43 -0
  456. package/icons/infocircle/index.esm.min.js +1 -0
  457. package/icons/infocircle/index.js +51 -0
  458. package/icons/infocircle/index.min.js +1 -0
  459. package/icons/infocircle/index.vue +25 -0
  460. package/icons/infocircle/package.json +9 -0
  461. package/icons/minus/index.cjs.js +35 -0
  462. package/icons/minus/index.cjs.min.js +1 -0
  463. package/icons/minus/index.d.ts +12 -0
  464. package/icons/minus/index.esm.js +29 -0
  465. package/icons/minus/index.esm.min.js +1 -0
  466. package/icons/minus/index.js +37 -0
  467. package/icons/minus/index.min.js +1 -0
  468. package/icons/minus/index.vue +16 -0
  469. package/icons/minus/package.json +9 -0
  470. package/icons/pencil/index.cjs.js +47 -0
  471. package/icons/pencil/index.cjs.min.js +1 -0
  472. package/icons/pencil/index.d.ts +12 -0
  473. package/icons/pencil/index.esm.js +41 -0
  474. package/icons/pencil/index.esm.min.js +1 -0
  475. package/icons/pencil/index.js +49 -0
  476. package/icons/pencil/index.min.js +1 -0
  477. package/icons/pencil/index.vue +23 -0
  478. package/icons/pencil/package.json +9 -0
  479. package/icons/plus/index.cjs.js +47 -0
  480. package/icons/plus/index.cjs.min.js +1 -0
  481. package/icons/plus/index.d.ts +12 -0
  482. package/icons/plus/index.esm.js +41 -0
  483. package/icons/plus/index.esm.min.js +1 -0
  484. package/icons/plus/index.js +49 -0
  485. package/icons/plus/index.min.js +1 -0
  486. package/icons/plus/index.vue +23 -0
  487. package/icons/plus/package.json +9 -0
  488. package/icons/refresh/index.cjs.js +49 -0
  489. package/icons/refresh/index.cjs.min.js +1 -0
  490. package/icons/refresh/index.d.ts +12 -0
  491. package/icons/refresh/index.esm.js +43 -0
  492. package/icons/refresh/index.esm.min.js +1 -0
  493. package/icons/refresh/index.js +51 -0
  494. package/icons/refresh/index.min.js +1 -0
  495. package/icons/refresh/index.vue +25 -0
  496. package/icons/refresh/package.json +9 -0
  497. package/icons/search/index.cjs.js +49 -0
  498. package/icons/search/index.cjs.min.js +1 -0
  499. package/icons/search/index.d.ts +12 -0
  500. package/icons/search/index.esm.js +43 -0
  501. package/icons/search/index.esm.min.js +1 -0
  502. package/icons/search/index.js +51 -0
  503. package/icons/search/index.min.js +1 -0
  504. package/icons/search/index.vue +25 -0
  505. package/icons/search/package.json +9 -0
  506. package/icons/searchminus/index.cjs.js +49 -0
  507. package/icons/searchminus/index.cjs.min.js +1 -0
  508. package/icons/searchminus/index.d.ts +12 -0
  509. package/icons/searchminus/index.esm.js +43 -0
  510. package/icons/searchminus/index.esm.min.js +1 -0
  511. package/icons/searchminus/index.js +51 -0
  512. package/icons/searchminus/index.min.js +1 -0
  513. package/icons/searchminus/index.vue +25 -0
  514. package/icons/searchminus/package.json +9 -0
  515. package/icons/searchplus/index.cjs.js +49 -0
  516. package/icons/searchplus/index.cjs.min.js +1 -0
  517. package/icons/searchplus/index.d.ts +12 -0
  518. package/icons/searchplus/index.esm.js +43 -0
  519. package/icons/searchplus/index.esm.min.js +1 -0
  520. package/icons/searchplus/index.js +51 -0
  521. package/icons/searchplus/index.min.js +1 -0
  522. package/icons/searchplus/index.vue +25 -0
  523. package/icons/searchplus/package.json +9 -0
  524. package/icons/sortalt/index.cjs.js +32 -0
  525. package/icons/sortalt/index.cjs.min.js +1 -0
  526. package/icons/sortalt/index.d.ts +12 -0
  527. package/icons/sortalt/index.esm.js +26 -0
  528. package/icons/sortalt/index.esm.min.js +1 -0
  529. package/icons/sortalt/index.js +34 -0
  530. package/icons/sortalt/index.min.js +1 -0
  531. package/icons/sortalt/index.vue +29 -0
  532. package/icons/sortalt/package.json +9 -0
  533. package/icons/sortamountdown/index.cjs.js +32 -0
  534. package/icons/sortamountdown/index.cjs.min.js +1 -0
  535. package/icons/sortamountdown/index.d.ts +12 -0
  536. package/icons/sortamountdown/index.esm.js +26 -0
  537. package/icons/sortamountdown/index.esm.min.js +1 -0
  538. package/icons/sortamountdown/index.js +34 -0
  539. package/icons/sortamountdown/index.min.js +1 -0
  540. package/icons/sortamountdown/index.vue +43 -0
  541. package/icons/sortamountdown/package.json +9 -0
  542. package/icons/sortamountupalt/index.cjs.js +32 -0
  543. package/icons/sortamountupalt/index.cjs.min.js +1 -0
  544. package/icons/sortamountupalt/index.d.ts +12 -0
  545. package/icons/sortamountupalt/index.esm.js +26 -0
  546. package/icons/sortamountupalt/index.esm.min.js +1 -0
  547. package/icons/sortamountupalt/index.js +34 -0
  548. package/icons/sortamountupalt/index.min.js +1 -0
  549. package/icons/sortamountupalt/index.vue +43 -0
  550. package/icons/sortamountupalt/package.json +9 -0
  551. package/icons/spinner/index.cjs.js +47 -0
  552. package/icons/spinner/index.cjs.min.js +1 -0
  553. package/icons/spinner/index.d.ts +12 -0
  554. package/icons/spinner/index.esm.js +41 -0
  555. package/icons/spinner/index.esm.min.js +1 -0
  556. package/icons/spinner/index.js +49 -0
  557. package/icons/spinner/index.min.js +1 -0
  558. package/icons/spinner/index.vue +23 -0
  559. package/icons/spinner/package.json +9 -0
  560. package/icons/star/index.cjs.js +47 -0
  561. package/icons/star/index.cjs.min.js +1 -0
  562. package/icons/star/index.d.ts +12 -0
  563. package/icons/star/index.esm.js +41 -0
  564. package/icons/star/index.esm.min.js +1 -0
  565. package/icons/star/index.js +49 -0
  566. package/icons/star/index.min.js +1 -0
  567. package/icons/star/index.vue +23 -0
  568. package/icons/star/package.json +9 -0
  569. package/icons/starfill/index.cjs.js +47 -0
  570. package/icons/starfill/index.cjs.min.js +1 -0
  571. package/icons/starfill/index.d.ts +12 -0
  572. package/icons/starfill/index.esm.js +41 -0
  573. package/icons/starfill/index.esm.min.js +1 -0
  574. package/icons/starfill/index.js +49 -0
  575. package/icons/starfill/index.min.js +1 -0
  576. package/icons/starfill/index.vue +23 -0
  577. package/icons/starfill/package.json +9 -0
  578. package/icons/thlarge/index.cjs.js +49 -0
  579. package/icons/thlarge/index.cjs.min.js +1 -0
  580. package/icons/thlarge/index.d.ts +12 -0
  581. package/icons/thlarge/index.esm.js +43 -0
  582. package/icons/thlarge/index.esm.min.js +1 -0
  583. package/icons/thlarge/index.js +51 -0
  584. package/icons/thlarge/index.min.js +1 -0
  585. package/icons/thlarge/index.vue +25 -0
  586. package/icons/thlarge/package.json +9 -0
  587. package/icons/times/index.cjs.js +35 -0
  588. package/icons/times/index.cjs.min.js +1 -0
  589. package/icons/times/index.d.ts +12 -0
  590. package/icons/times/index.esm.js +29 -0
  591. package/icons/times/index.esm.min.js +1 -0
  592. package/icons/times/index.js +37 -0
  593. package/icons/times/index.min.js +1 -0
  594. package/icons/times/index.vue +16 -0
  595. package/icons/times/package.json +9 -0
  596. package/icons/timescircle/index.cjs.js +49 -0
  597. package/icons/timescircle/index.cjs.min.js +1 -0
  598. package/icons/timescircle/index.d.ts +12 -0
  599. package/icons/timescircle/index.esm.js +43 -0
  600. package/icons/timescircle/index.esm.min.js +1 -0
  601. package/icons/timescircle/index.js +51 -0
  602. package/icons/timescircle/index.min.js +1 -0
  603. package/icons/timescircle/index.vue +25 -0
  604. package/icons/timescircle/package.json +9 -0
  605. package/icons/trash/index.cjs.js +49 -0
  606. package/icons/trash/index.cjs.min.js +1 -0
  607. package/icons/trash/index.d.ts +12 -0
  608. package/icons/trash/index.esm.js +43 -0
  609. package/icons/trash/index.esm.min.js +1 -0
  610. package/icons/trash/index.js +51 -0
  611. package/icons/trash/index.min.js +1 -0
  612. package/icons/trash/index.vue +25 -0
  613. package/icons/trash/package.json +9 -0
  614. package/icons/undo/index.cjs.js +49 -0
  615. package/icons/undo/index.cjs.min.js +1 -0
  616. package/icons/undo/index.d.ts +12 -0
  617. package/icons/undo/index.esm.js +43 -0
  618. package/icons/undo/index.esm.min.js +1 -0
  619. package/icons/undo/index.js +51 -0
  620. package/icons/undo/index.min.js +1 -0
  621. package/icons/undo/index.vue +25 -0
  622. package/icons/undo/package.json +9 -0
  623. package/icons/upload/index.cjs.js +49 -0
  624. package/icons/upload/index.cjs.min.js +1 -0
  625. package/icons/upload/index.d.ts +12 -0
  626. package/icons/upload/index.esm.js +43 -0
  627. package/icons/upload/index.esm.min.js +1 -0
  628. package/icons/upload/index.js +51 -0
  629. package/icons/upload/index.min.js +1 -0
  630. package/icons/upload/index.vue +25 -0
  631. package/icons/upload/package.json +9 -0
  632. package/icons/windowmaximize/index.cjs.js +49 -0
  633. package/icons/windowmaximize/index.cjs.min.js +1 -0
  634. package/icons/windowmaximize/index.d.ts +12 -0
  635. package/icons/windowmaximize/index.esm.js +43 -0
  636. package/icons/windowmaximize/index.esm.min.js +1 -0
  637. package/icons/windowmaximize/index.js +51 -0
  638. package/icons/windowmaximize/index.min.js +1 -0
  639. package/icons/windowmaximize/index.vue +25 -0
  640. package/icons/windowmaximize/package.json +9 -0
  641. package/icons/windowminimize/index.cjs.js +49 -0
  642. package/icons/windowminimize/index.cjs.min.js +1 -0
  643. package/icons/windowminimize/index.d.ts +12 -0
  644. package/icons/windowminimize/index.esm.js +43 -0
  645. package/icons/windowminimize/index.esm.min.js +1 -0
  646. package/icons/windowminimize/index.js +51 -0
  647. package/icons/windowminimize/index.min.js +1 -0
  648. package/icons/windowminimize/index.vue +25 -0
  649. package/icons/windowminimize/package.json +9 -0
  650. package/image/Image.d.ts +1 -1
  651. package/image/Image.vue +21 -13
  652. package/image/image.cjs.js +45 -29
  653. package/image/image.cjs.min.js +1 -1
  654. package/image/image.esm.js +40 -30
  655. package/image/image.esm.min.js +1 -1
  656. package/image/image.js +41 -31
  657. package/image/image.min.js +1 -1
  658. package/inlinemessage/InlineMessage.d.ts +9 -0
  659. package/inlinemessage/InlineMessage.vue +19 -11
  660. package/inlinemessage/inlinemessage.cjs.js +27 -13
  661. package/inlinemessage/inlinemessage.cjs.min.js +1 -1
  662. package/inlinemessage/inlinemessage.esm.js +21 -14
  663. package/inlinemessage/inlinemessage.esm.min.js +1 -1
  664. package/inlinemessage/inlinemessage.js +25 -15
  665. package/inlinemessage/inlinemessage.min.js +1 -1
  666. package/inplace/Inplace.d.ts +5 -1
  667. package/inplace/Inplace.vue +11 -3
  668. package/inplace/inplace.cjs.js +15 -4
  669. package/inplace/inplace.cjs.min.js +1 -1
  670. package/inplace/inplace.esm.js +15 -5
  671. package/inplace/inplace.esm.min.js +1 -1
  672. package/inplace/inplace.js +16 -6
  673. package/inplace/inplace.min.js +1 -1
  674. package/inputnumber/InputNumber.d.ts +13 -4
  675. package/inputnumber/InputNumber.vue +35 -7
  676. package/inputnumber/inputnumber.cjs.js +53 -19
  677. package/inputnumber/inputnumber.cjs.min.js +1 -1
  678. package/inputnumber/inputnumber.esm.js +52 -20
  679. package/inputnumber/inputnumber.esm.min.js +1 -1
  680. package/inputnumber/inputnumber.js +53 -21
  681. package/inputnumber/inputnumber.min.js +1 -1
  682. package/listbox/Listbox.d.ts +5 -1
  683. package/listbox/Listbox.vue +8 -3
  684. package/listbox/listbox.cjs.js +10 -5
  685. package/listbox/listbox.cjs.min.js +1 -1
  686. package/listbox/listbox.esm.js +10 -6
  687. package/listbox/listbox.esm.min.js +1 -1
  688. package/listbox/listbox.js +11 -7
  689. package/listbox/listbox.min.js +1 -1
  690. package/megamenu/MegaMenu.d.ts +23 -0
  691. package/megamenu/MegaMenu.vue +1 -1
  692. package/megamenu/MegaMenuSub.vue +19 -11
  693. package/megamenu/megamenu.cjs.js +48 -23
  694. package/megamenu/megamenu.cjs.min.js +1 -1
  695. package/megamenu/megamenu.esm.js +46 -23
  696. package/megamenu/megamenu.esm.min.js +1 -1
  697. package/megamenu/megamenu.js +48 -25
  698. package/megamenu/megamenu.min.js +1 -1
  699. package/menu/Menu.d.ts +14 -0
  700. package/menu/Menu.vue +2 -2
  701. package/menu/Menuitem.vue +12 -5
  702. package/menu/menu.cjs.js +34 -17
  703. package/menu/menu.cjs.min.js +1 -1
  704. package/menu/menu.esm.js +35 -18
  705. package/menu/menu.esm.min.js +1 -1
  706. package/menu/menu.js +34 -17
  707. package/menu/menu.min.js +1 -1
  708. package/menubar/Menubar.d.ts +31 -0
  709. package/menubar/Menubar.vue +7 -3
  710. package/menubar/MenubarSub.vue +19 -11
  711. package/menubar/menubar.cjs.js +65 -35
  712. package/menubar/menubar.cjs.min.js +1 -1
  713. package/menubar/menubar.esm.js +63 -36
  714. package/menubar/menubar.esm.min.js +1 -1
  715. package/menubar/menubar.js +64 -37
  716. package/menubar/menubar.min.js +1 -1
  717. package/message/Message.d.ts +20 -1
  718. package/message/Message.vue +30 -18
  719. package/message/message.cjs.js +45 -22
  720. package/message/message.cjs.min.js +1 -1
  721. package/message/message.esm.js +41 -23
  722. package/message/message.esm.min.js +1 -1
  723. package/message/message.js +42 -24
  724. package/message/message.min.js +1 -1
  725. package/multiselect/MultiSelect.d.ts +85 -6
  726. package/multiselect/MultiSelect.vue +41 -17
  727. package/multiselect/multiselect.cjs.js +96 -32
  728. package/multiselect/multiselect.cjs.min.js +1 -1
  729. package/multiselect/multiselect.esm.js +91 -33
  730. package/multiselect/multiselect.esm.min.js +1 -1
  731. package/multiselect/multiselect.js +92 -34
  732. package/multiselect/multiselect.min.js +1 -1
  733. package/orderlist/OrderList.d.ts +16 -0
  734. package/orderlist/OrderList.vue +37 -5
  735. package/orderlist/orderlist.cjs.js +49 -9
  736. package/orderlist/orderlist.cjs.min.js +1 -1
  737. package/orderlist/orderlist.esm.js +46 -10
  738. package/orderlist/orderlist.esm.min.js +1 -1
  739. package/orderlist/orderlist.js +47 -11
  740. package/orderlist/orderlist.min.js +1 -1
  741. package/organizationchart/OrganizationChart.d.ts +10 -0
  742. package/organizationchart/OrganizationChartNode.vue +8 -1
  743. package/organizationchart/organizationchart.cjs.js +21 -3
  744. package/organizationchart/organizationchart.cjs.min.js +1 -1
  745. package/organizationchart/organizationchart.esm.js +16 -3
  746. package/organizationchart/organizationchart.esm.min.js +1 -1
  747. package/organizationchart/organizationchart.js +21 -5
  748. package/organizationchart/organizationchart.min.js +1 -1
  749. package/overlaypanel/OverlayPanel.d.ts +9 -0
  750. package/overlaypanel/OverlayPanel.vue +10 -2
  751. package/overlaypanel/overlaypanel.cjs.js +15 -6
  752. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  753. package/overlaypanel/overlaypanel.esm.js +15 -7
  754. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  755. package/overlaypanel/overlaypanel.js +16 -8
  756. package/overlaypanel/overlaypanel.min.js +1 -1
  757. package/package.json +2 -3
  758. package/paginator/FirstPageLink.vue +11 -1
  759. package/paginator/LastPageLink.vue +11 -1
  760. package/paginator/NextPageLink.vue +11 -1
  761. package/paginator/Paginator.d.ts +17 -1
  762. package/paginator/Paginator.vue +4 -4
  763. package/paginator/PrevPageLink.vue +11 -1
  764. package/paginator/paginator.cjs.js +70 -34
  765. package/paginator/paginator.cjs.min.js +1 -1
  766. package/paginator/paginator.esm.js +67 -35
  767. package/paginator/paginator.esm.min.js +1 -1
  768. package/paginator/paginator.js +68 -36
  769. package/paginator/paginator.min.js +1 -1
  770. package/panel/Panel.d.ts +91 -0
  771. package/panel/Panel.vue +21 -8
  772. package/panel/panel.cjs.js +40 -26
  773. package/panel/panel.cjs.min.js +1 -1
  774. package/panel/panel.esm.js +38 -27
  775. package/panel/panel.esm.min.js +1 -1
  776. package/panel/panel.js +39 -28
  777. package/panel/panel.min.js +1 -1
  778. package/panelmenu/PanelMenu.d.ts +37 -0
  779. package/panelmenu/PanelMenu.vue +13 -8
  780. package/panelmenu/PanelMenuList.vue +3 -3
  781. package/panelmenu/PanelMenuSub.vue +19 -11
  782. package/panelmenu/panelmenu.cjs.js +80 -42
  783. package/panelmenu/panelmenu.cjs.min.js +1 -1
  784. package/panelmenu/panelmenu.esm.js +79 -43
  785. package/panelmenu/panelmenu.esm.min.js +1 -1
  786. package/panelmenu/panelmenu.js +80 -44
  787. package/panelmenu/panelmenu.min.js +1 -1
  788. package/password/Password.d.ts +20 -2
  789. package/password/Password.vue +13 -7
  790. package/password/password.cjs.js +30 -12
  791. package/password/password.cjs.min.js +1 -1
  792. package/password/password.esm.js +29 -13
  793. package/password/password.esm.min.js +1 -1
  794. package/password/password.js +30 -14
  795. package/password/password.min.js +1 -1
  796. package/picklist/PickList.d.ts +56 -0
  797. package/picklist/PickList.vue +134 -30
  798. package/picklist/picklist.cjs.js +166 -58
  799. package/picklist/picklist.cjs.min.js +1 -1
  800. package/picklist/picklist.esm.js +159 -59
  801. package/picklist/picklist.esm.min.js +1 -1
  802. package/picklist/picklist.js +160 -60
  803. package/picklist/picklist.min.js +1 -1
  804. package/rating/Rating.d.ts +3 -3
  805. package/rating/Rating.vue +14 -15
  806. package/rating/rating.cjs.js +26 -21
  807. package/rating/rating.cjs.min.js +1 -1
  808. package/rating/rating.esm.js +21 -22
  809. package/rating/rating.esm.min.js +1 -1
  810. package/rating/rating.js +25 -23
  811. package/rating/rating.min.js +1 -1
  812. package/resources/primevue.css +3 -1
  813. package/resources/primevue.min.css +1 -1
  814. package/resources/themes/arya-blue/theme.css +80 -1
  815. package/resources/themes/arya-green/theme.css +80 -1
  816. package/resources/themes/arya-orange/theme.css +80 -1
  817. package/resources/themes/arya-purple/theme.css +80 -1
  818. package/resources/themes/bootstrap4-dark-blue/theme.css +80 -1
  819. package/resources/themes/bootstrap4-dark-purple/theme.css +80 -1
  820. package/resources/themes/bootstrap4-light-blue/theme.css +80 -1
  821. package/resources/themes/bootstrap4-light-purple/theme.css +80 -1
  822. package/resources/themes/fluent-light/theme.css +80 -1
  823. package/resources/themes/lara-dark-blue/theme.css +80 -1
  824. package/resources/themes/lara-dark-indigo/theme.css +80 -1
  825. package/resources/themes/lara-dark-purple/theme.css +80 -1
  826. package/resources/themes/lara-dark-teal/theme.css +80 -1
  827. package/resources/themes/lara-light-blue/theme.css +80 -1
  828. package/resources/themes/lara-light-indigo/theme.css +80 -1
  829. package/resources/themes/lara-light-purple/theme.css +80 -1
  830. package/resources/themes/lara-light-teal/theme.css +80 -1
  831. package/resources/themes/luna-amber/theme.css +80 -1
  832. package/resources/themes/luna-blue/theme.css +80 -1
  833. package/resources/themes/luna-green/theme.css +80 -1
  834. package/resources/themes/luna-pink/theme.css +80 -1
  835. package/resources/themes/md-dark-deeppurple/theme.css +80 -1
  836. package/resources/themes/md-dark-indigo/theme.css +80 -1
  837. package/resources/themes/md-light-deeppurple/theme.css +80 -1
  838. package/resources/themes/md-light-indigo/theme.css +80 -1
  839. package/resources/themes/mdc-dark-deeppurple/theme.css +80 -1
  840. package/resources/themes/mdc-dark-indigo/theme.css +80 -1
  841. package/resources/themes/mdc-light-deeppurple/theme.css +80 -1
  842. package/resources/themes/mdc-light-indigo/theme.css +80 -1
  843. package/resources/themes/mira/theme.css +80 -1
  844. package/resources/themes/nano/theme.css +80 -1
  845. package/resources/themes/nova/theme.css +80 -1
  846. package/resources/themes/nova-accent/theme.css +80 -1
  847. package/resources/themes/nova-alt/theme.css +80 -1
  848. package/resources/themes/nova-vue/theme.css +80 -1
  849. package/resources/themes/rhea/theme.css +80 -1
  850. package/resources/themes/saga-blue/theme.css +80 -1
  851. package/resources/themes/saga-green/theme.css +80 -1
  852. package/resources/themes/saga-orange/theme.css +80 -1
  853. package/resources/themes/saga-purple/theme.css +80 -1
  854. package/resources/themes/soho-dark/theme.css +80 -1
  855. package/resources/themes/soho-light/theme.css +80 -1
  856. package/resources/themes/tailwind-light/theme.css +80 -1
  857. package/resources/themes/vela-blue/theme.css +80 -1
  858. package/resources/themes/vela-green/theme.css +80 -1
  859. package/resources/themes/vela-orange/theme.css +80 -1
  860. package/resources/themes/vela-purple/theme.css +80 -1
  861. package/resources/themes/viva-dark/theme.css +80 -1
  862. package/resources/themes/viva-light/theme.css +80 -1
  863. package/scrollpanel/ScrollPanel.d.ts +74 -0
  864. package/scrollpanel/ScrollPanel.vue +7 -3
  865. package/scrollpanel/scrollpanel.cjs.js +19 -15
  866. package/scrollpanel/scrollpanel.cjs.min.js +1 -1
  867. package/scrollpanel/scrollpanel.esm.js +16 -16
  868. package/scrollpanel/scrollpanel.esm.min.js +1 -1
  869. package/scrollpanel/scrollpanel.js +20 -17
  870. package/scrollpanel/scrollpanel.min.js +1 -1
  871. package/scrolltop/ScrollTop.d.ts +8 -2
  872. package/scrolltop/ScrollTop.vue +8 -6
  873. package/scrolltop/scrolltop.cjs.js +15 -8
  874. package/scrolltop/scrolltop.cjs.min.js +1 -1
  875. package/scrolltop/scrolltop.esm.js +12 -9
  876. package/scrolltop/scrolltop.esm.min.js +1 -1
  877. package/scrolltop/scrolltop.js +16 -10
  878. package/scrolltop/scrolltop.min.js +1 -1
  879. package/sidebar/Sidebar.d.ts +5 -1
  880. package/sidebar/Sidebar.vue +7 -3
  881. package/sidebar/sidebar.cjs.js +10 -5
  882. package/sidebar/sidebar.cjs.min.js +1 -1
  883. package/sidebar/sidebar.esm.js +10 -6
  884. package/sidebar/sidebar.esm.min.js +1 -1
  885. package/sidebar/sidebar.js +11 -7
  886. package/sidebar/sidebar.min.js +1 -1
  887. package/speeddial/SpeedDial.d.ts +12 -1
  888. package/speeddial/SpeedDial.vue +16 -8
  889. package/speeddial/speeddial.cjs.js +25 -8
  890. package/speeddial/speeddial.cjs.min.js +1 -1
  891. package/speeddial/speeddial.esm.js +25 -9
  892. package/speeddial/speeddial.esm.min.js +1 -1
  893. package/speeddial/speeddial.js +26 -10
  894. package/speeddial/speeddial.min.js +1 -1
  895. package/splitbutton/SplitButton.d.ts +10 -0
  896. package/splitbutton/SplitButton.vue +18 -5
  897. package/splitbutton/splitbutton.cjs.js +27 -8
  898. package/splitbutton/splitbutton.cjs.min.js +1 -1
  899. package/splitbutton/splitbutton.esm.js +27 -9
  900. package/splitbutton/splitbutton.esm.min.js +1 -1
  901. package/splitbutton/splitbutton.js +28 -10
  902. package/splitbutton/splitbutton.min.js +1 -1
  903. package/splitter/Splitter.d.ts +51 -0
  904. package/splitter/Splitter.vue +15 -3
  905. package/splitter/splitter.cjs.js +16 -11
  906. package/splitter/splitter.cjs.min.js +1 -1
  907. package/splitter/splitter.esm.js +13 -12
  908. package/splitter/splitter.esm.min.js +1 -1
  909. package/splitter/splitter.js +17 -13
  910. package/splitter/splitter.min.js +1 -1
  911. package/splitterpanel/SplitterPanel.d.ts +32 -0
  912. package/splitterpanel/SplitterPanel.vue +4 -1
  913. package/splitterpanel/splitterpanel.cjs.js +10 -4
  914. package/splitterpanel/splitterpanel.cjs.min.js +1 -1
  915. package/splitterpanel/splitterpanel.esm.js +7 -5
  916. package/splitterpanel/splitterpanel.esm.min.js +1 -1
  917. package/splitterpanel/splitterpanel.js +11 -6
  918. package/splitterpanel/splitterpanel.min.js +1 -1
  919. package/tabmenu/TabMenu.d.ts +14 -0
  920. package/tabmenu/TabMenu.vue +4 -2
  921. package/tabmenu/tabmenu.cjs.js +20 -8
  922. package/tabmenu/tabmenu.cjs.min.js +1 -1
  923. package/tabmenu/tabmenu.esm.js +21 -9
  924. package/tabmenu/tabmenu.esm.min.js +1 -1
  925. package/tabmenu/tabmenu.js +20 -8
  926. package/tabmenu/tabmenu.min.js +1 -1
  927. package/tabpanel/TabPanel.d.ts +52 -2
  928. package/tabpanel/TabPanel.vue +2 -0
  929. package/tabpanel/tabpanel.cjs.js +6 -0
  930. package/tabpanel/tabpanel.cjs.min.js +1 -1
  931. package/tabpanel/tabpanel.esm.js +2 -0
  932. package/tabpanel/tabpanel.esm.min.js +1 -1
  933. package/tabpanel/tabpanel.js +7 -2
  934. package/tabpanel/tabpanel.min.js +1 -1
  935. package/tabview/TabView.d.ts +108 -3
  936. package/tabview/TabView.vue +52 -15
  937. package/tabview/tabview.cjs.js +81 -60
  938. package/tabview/tabview.cjs.min.js +1 -1
  939. package/tabview/tabview.esm.js +79 -61
  940. package/tabview/tabview.esm.min.js +1 -1
  941. package/tabview/tabview.js +80 -62
  942. package/tabview/tabview.min.js +1 -1
  943. package/tag/Tag.d.ts +5 -0
  944. package/tag/Tag.vue +2 -1
  945. package/tag/tag.cjs.js +10 -5
  946. package/tag/tag.cjs.min.js +1 -1
  947. package/tag/tag.esm.js +11 -6
  948. package/tag/tag.esm.min.js +1 -1
  949. package/tag/tag.js +10 -5
  950. package/tag/tag.min.js +1 -1
  951. package/tieredmenu/TieredMenu.d.ts +23 -0
  952. package/tieredmenu/TieredMenu.vue +1 -1
  953. package/tieredmenu/TieredMenuSub.vue +17 -8
  954. package/tieredmenu/tieredmenu.cjs.js +49 -24
  955. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  956. package/tieredmenu/tieredmenu.esm.js +49 -25
  957. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  958. package/tieredmenu/tieredmenu.js +50 -26
  959. package/tieredmenu/tieredmenu.min.js +1 -1
  960. package/toast/Toast.d.ts +15 -6
  961. package/toast/Toast.vue +6 -6
  962. package/toast/ToastMessage.vue +26 -7
  963. package/toast/toast.cjs.js +42 -17
  964. package/toast/toast.cjs.min.js +1 -1
  965. package/toast/toast.esm.js +38 -18
  966. package/toast/toast.esm.min.js +1 -1
  967. package/toast/toast.js +39 -19
  968. package/toast/toast.min.js +1 -1
  969. package/togglebutton/ToggleButton.d.ts +18 -2
  970. package/togglebutton/ToggleButton.vue +4 -2
  971. package/togglebutton/togglebutton.cjs.js +12 -7
  972. package/togglebutton/togglebutton.cjs.min.js +1 -1
  973. package/togglebutton/togglebutton.esm.js +13 -8
  974. package/togglebutton/togglebutton.esm.min.js +1 -1
  975. package/togglebutton/togglebutton.js +12 -7
  976. package/togglebutton/togglebutton.min.js +1 -1
  977. package/toolbar/Toolbar.d.ts +44 -0
  978. package/toolbar/Toolbar.vue +6 -4
  979. package/toolbar/toolbar.cjs.js +15 -12
  980. package/toolbar/toolbar.cjs.min.js +1 -1
  981. package/toolbar/toolbar.esm.js +12 -13
  982. package/toolbar/toolbar.esm.min.js +1 -1
  983. package/toolbar/toolbar.js +16 -14
  984. package/toolbar/toolbar.min.js +1 -1
  985. package/tree/Tree.d.ts +35 -5
  986. package/tree/Tree.vue +13 -7
  987. package/tree/TreeNode.vue +20 -9
  988. package/tree/tree.cjs.js +73 -25
  989. package/tree/tree.cjs.min.js +1 -1
  990. package/tree/tree.esm.js +68 -26
  991. package/tree/tree.esm.min.js +1 -1
  992. package/tree/tree.js +69 -27
  993. package/tree/tree.min.js +1 -1
  994. package/treeselect/TreeSelect.d.ts +34 -0
  995. package/treeselect/TreeSelect.vue +20 -6
  996. package/treeselect/treeselect.cjs.js +44 -11
  997. package/treeselect/treeselect.cjs.min.js +1 -1
  998. package/treeselect/treeselect.esm.js +44 -12
  999. package/treeselect/treeselect.esm.min.js +1 -1
  1000. package/treeselect/treeselect.js +45 -13
  1001. package/treeselect/treeselect.min.js +1 -1
  1002. package/treetable/BodyCell.vue +22 -11
  1003. package/treetable/HeaderCell.vue +28 -13
  1004. package/treetable/TreeTable.d.ts +42 -1
  1005. package/treetable/TreeTable.vue +32 -6
  1006. package/treetable/TreeTableRow.vue +6 -0
  1007. package/treetable/treetable.cjs.js +176 -41
  1008. package/treetable/treetable.cjs.min.js +1 -1
  1009. package/treetable/treetable.esm.js +168 -41
  1010. package/treetable/treetable.esm.min.js +1 -1
  1011. package/treetable/treetable.js +170 -43
  1012. package/treetable/treetable.min.js +1 -1
  1013. package/tristatecheckbox/TriStateCheckbox.d.ts +16 -2
  1014. package/tristatecheckbox/TriStateCheckbox.vue +16 -20
  1015. package/tristatecheckbox/tristatecheckbox.cjs.js +23 -22
  1016. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  1017. package/tristatecheckbox/tristatecheckbox.esm.js +19 -23
  1018. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  1019. package/tristatecheckbox/tristatecheckbox.js +23 -24
  1020. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  1021. package/utils/Utils.d.ts +1 -0
  1022. package/utils/utils.cjs.js +5 -0
  1023. package/utils/utils.cjs.min.js +1 -1
  1024. package/utils/utils.esm.js +5 -0
  1025. package/utils/utils.esm.min.js +1 -1
  1026. package/utils/utils.js +5 -0
  1027. package/utils/utils.min.js +1 -1
  1028. package/vetur-attributes.json +144 -8
  1029. package/vetur-tags.json +62 -23
  1030. package/virtualscroller/VirtualScroller.d.ts +4 -0
  1031. package/virtualscroller/VirtualScroller.vue +12 -1
  1032. package/virtualscroller/virtualscroller.cjs.js +18 -6
  1033. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  1034. package/virtualscroller/virtualscroller.esm.js +15 -7
  1035. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  1036. package/virtualscroller/virtualscroller.js +19 -8
  1037. package/virtualscroller/virtualscroller.min.js +1 -1
  1038. package/web-types.json +1307 -135
  1039. package/fullcalendar/FullCalendar.d.ts +0 -34
  1040. package/fullcalendar/FullCalendar.vue +0 -64
  1041. package/fullcalendar/fullcalendar.cjs.js +0 -67
  1042. package/fullcalendar/fullcalendar.cjs.min.js +0 -1
  1043. package/fullcalendar/fullcalendar.esm.js +0 -65
  1044. package/fullcalendar/fullcalendar.esm.min.js +0 -1
  1045. package/fullcalendar/fullcalendar.js +0 -67
  1046. package/fullcalendar/fullcalendar.min.js +0 -1
  1047. package/fullcalendar/package.json +0 -9
@@ -0,0 +1,32 @@
1
+ 'use strict';
2
+
3
+ var BaseIcon = require('primevue/baseicon');
4
+ var vue = require('vue');
5
+
6
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
7
+
8
+ var BaseIcon__default = /*#__PURE__*/_interopDefaultLegacy(BaseIcon);
9
+
10
+ var script = {
11
+ name: 'SortAmountUpAltIcon',
12
+ extends: BaseIcon__default["default"]
13
+ };
14
+
15
+ const _hoisted_1 = /*#__PURE__*/vue.createStaticVNode("<g clip-path=\"url(#clip0_378_15578)\"><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\"></path><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\"></path><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\"></path><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\"></path><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\"></path><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\"></path></g><defs><clipPath id=\"clip0_378_15578\"><rect width=\"14\" height=\"14\" fill=\"white\"></rect></clipPath></defs>", 2);
16
+ const _hoisted_3 = [
17
+ _hoisted_1
18
+ ];
19
+
20
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
21
+ return (vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
22
+ width: "14",
23
+ height: "14",
24
+ viewBox: "0 0 14 14",
25
+ fill: "none",
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, _ctx.pti()), _hoisted_3, 16))
28
+ }
29
+
30
+ script.render = render;
31
+
32
+ module.exports = script;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("primevue/baseicon"),e=require("vue");function r(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var l={name:"SortAmountUpAltIcon",extends:r(t).default};const C=[e.createStaticVNode('<g clip-path="url(#clip0_378_15578)"><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"></path><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"></path><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"></path><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"></path><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"></path><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"></path></g><defs><clipPath id="clip0_378_15578"><rect width="14" height="14" fill="white"></rect></clipPath></defs>',2)];l.render=function(t,r,l,o,i,p){return e.openBlock(),e.createElementBlock("svg",e.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.pti()),C,16)},module.exports=l;
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../../icons/index';
2
+ import { GlobalComponentConstructor } from '../../ts-helpers';
3
+
4
+ declare class SortAmountUpAltIcon extends Icon {}
5
+
6
+ declare module '@vue/runtime-core' {
7
+ interface GlobalComponents {
8
+ SortAmountUpAltIcon: GlobalComponentConstructor<SortAmountUpAltIcon>;
9
+ }
10
+ }
11
+
12
+ export default SortAmountUpAltIcon;
@@ -0,0 +1,26 @@
1
+ import BaseIcon from 'primevue/baseicon';
2
+ import { openBlock, createElementBlock, mergeProps, createStaticVNode } from 'vue';
3
+
4
+ var script = {
5
+ name: 'SortAmountUpAltIcon',
6
+ extends: BaseIcon
7
+ };
8
+
9
+ const _hoisted_1 = /*#__PURE__*/createStaticVNode("<g clip-path=\"url(#clip0_378_15578)\"><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\"></path><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\"></path><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\"></path><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\"></path><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\"></path><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\"></path></g><defs><clipPath id=\"clip0_378_15578\"><rect width=\"14\" height=\"14\" fill=\"white\"></rect></clipPath></defs>", 2);
10
+ const _hoisted_3 = [
11
+ _hoisted_1
12
+ ];
13
+
14
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
15
+ return (openBlock(), createElementBlock("svg", mergeProps({
16
+ width: "14",
17
+ height: "14",
18
+ viewBox: "0 0 14 14",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, _ctx.pti()), _hoisted_3, 16))
22
+ }
23
+
24
+ script.render = render;
25
+
26
+ export { script as default };
@@ -0,0 +1 @@
1
+ import t from"primevue/baseicon";import{openBlock as r,createElementBlock as C,mergeProps as l,createStaticVNode as e}from"vue";var i={name:"SortAmountUpAltIcon",extends:t};const o=[e('<g clip-path="url(#clip0_378_15578)"><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"></path><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"></path><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"></path><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"></path><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"></path><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"></path></g><defs><clipPath id="clip0_378_15578"><rect width="14" height="14" fill="white"></rect></clipPath></defs>',2)];i.render=function(t,e,i,p,h,a){return r(),C("svg",l({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.pti()),o,16)};export{i as default};
@@ -0,0 +1,34 @@
1
+ this.primevue = this.primevue || {};
2
+ this.primevue.icons = this.primevue.icons || {};
3
+ this.primevue.icons.sortamountupalt = (function (BaseIcon, vue) {
4
+ 'use strict';
5
+
6
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
7
+
8
+ var BaseIcon__default = /*#__PURE__*/_interopDefaultLegacy(BaseIcon);
9
+
10
+ var script = {
11
+ name: 'SortAmountUpAltIcon',
12
+ extends: BaseIcon__default["default"]
13
+ };
14
+
15
+ const _hoisted_1 = /*#__PURE__*/vue.createStaticVNode("<g clip-path=\"url(#clip0_378_15578)\"><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\"></path><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\"></path><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\"></path><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\"></path><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\"></path><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\"></path></g><defs><clipPath id=\"clip0_378_15578\"><rect width=\"14\" height=\"14\" fill=\"white\"></rect></clipPath></defs>", 2);
16
+ const _hoisted_3 = [
17
+ _hoisted_1
18
+ ];
19
+
20
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
21
+ return (vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
22
+ width: "14",
23
+ height: "14",
24
+ viewBox: "0 0 14 14",
25
+ fill: "none",
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, _ctx.pti()), _hoisted_3, 16))
28
+ }
29
+
30
+ script.render = render;
31
+
32
+ return script;
33
+
34
+ })(primevue.baseicon, Vue);
@@ -0,0 +1 @@
1
+ this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.sortamountupalt=function(t,e){"use strict";function r(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var i={name:"SortAmountUpAltIcon",extends:r(t).default};const l=[e.createStaticVNode('<g clip-path="url(#clip0_378_15578)"><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"></path><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"></path><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"></path><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"></path><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"></path><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"></path></g><defs><clipPath id="clip0_378_15578"><rect width="14" height="14" fill="white"></rect></clipPath></defs>',2)];return i.render=function(t,r,i,o,n,C){return e.openBlock(),e.createElementBlock("svg",e.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.pti()),l,16)},i}(primevue.baseicon,Vue);
@@ -0,0 +1,43 @@
1
+ <template>
2
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="pti()">
3
+ <g clip-path="url(#clip0_378_15578)">
4
+ <path
5
+ 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"
6
+ fill="currentColor"
7
+ />
8
+ <path
9
+ 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"
10
+ fill="currentColor"
11
+ />
12
+ <path
13
+ 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"
14
+ fill="currentColor"
15
+ />
16
+ <path
17
+ 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"
18
+ fill="currentColor"
19
+ />
20
+ <path
21
+ 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"
22
+ fill="currentColor"
23
+ />
24
+ <path
25
+ 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"
26
+ fill="currentColor"
27
+ />
28
+ </g>
29
+ <defs>
30
+ <clipPath id="clip0_378_15578">
31
+ <rect width="14" height="14" fill="white" />
32
+ </clipPath>
33
+ </defs>
34
+ </svg>
35
+ </template>
36
+ <script>
37
+ import BaseIcon from 'primevue/baseicon';
38
+
39
+ export default {
40
+ name: 'SortAmountUpAltIcon',
41
+ extends: BaseIcon
42
+ };
43
+ </script>
@@ -0,0 +1,9 @@
1
+ {
2
+ "main": "./index.cjs.js",
3
+ "module": "./index.esm.js",
4
+ "unpkg": "./index.min.js",
5
+ "types": "./index.d.ts",
6
+ "browser": {
7
+ "./sfc": "./index.vue"
8
+ }
9
+ }
@@ -0,0 +1,47 @@
1
+ 'use strict';
2
+
3
+ var BaseIcon = require('primevue/baseicon');
4
+ var vue = require('vue');
5
+
6
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
7
+
8
+ var BaseIcon__default = /*#__PURE__*/_interopDefaultLegacy(BaseIcon);
9
+
10
+ var script = {
11
+ name: 'SpinnerIcon',
12
+ extends: BaseIcon__default["default"]
13
+ };
14
+
15
+ const _hoisted_1 = /*#__PURE__*/vue.createElementVNode("g", { "clip-path": "url(#clip0_417_21408)" }, [
16
+ /*#__PURE__*/vue.createElementVNode("path", {
17
+ 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",
18
+ fill: "currentColor"
19
+ })
20
+ ], -1);
21
+ const _hoisted_2 = /*#__PURE__*/vue.createElementVNode("defs", null, [
22
+ /*#__PURE__*/vue.createElementVNode("clipPath", { id: "clip0_417_21408" }, [
23
+ /*#__PURE__*/vue.createElementVNode("rect", {
24
+ width: "14",
25
+ height: "14",
26
+ fill: "white"
27
+ })
28
+ ])
29
+ ], -1);
30
+ const _hoisted_3 = [
31
+ _hoisted_1,
32
+ _hoisted_2
33
+ ];
34
+
35
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
36
+ return (vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
37
+ width: "14",
38
+ height: "14",
39
+ viewBox: "0 0 14 14",
40
+ fill: "none",
41
+ xmlns: "http://www.w3.org/2000/svg"
42
+ }, _ctx.pti()), _hoisted_3, 16))
43
+ }
44
+
45
+ script.render = render;
46
+
47
+ module.exports = script;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("primevue/baseicon"),t=require("vue");function r(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var C={name:"SpinnerIcon",extends:r(e).default};const l=[t.createElementVNode("g",{"clip-path":"url(#clip0_417_21408)"},[t.createElementVNode("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"})],-1),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"clip0_417_21408"},[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"})])],-1)];C.render=function(e,r,C,n,i,o){return t.openBlock(),t.createElementBlock("svg",t.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),l,16)},module.exports=C;
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../../icons/index';
2
+ import { GlobalComponentConstructor } from '../../ts-helpers';
3
+
4
+ declare class SpinnerIcon extends Icon {}
5
+
6
+ declare module '@vue/runtime-core' {
7
+ interface GlobalComponents {
8
+ SpinnerIcon: GlobalComponentConstructor<SpinnerIcon>;
9
+ }
10
+ }
11
+
12
+ export default SpinnerIcon;
@@ -0,0 +1,41 @@
1
+ import BaseIcon from 'primevue/baseicon';
2
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from 'vue';
3
+
4
+ var script = {
5
+ name: 'SpinnerIcon',
6
+ extends: BaseIcon
7
+ };
8
+
9
+ const _hoisted_1 = /*#__PURE__*/createElementVNode("g", { "clip-path": "url(#clip0_417_21408)" }, [
10
+ /*#__PURE__*/createElementVNode("path", {
11
+ 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",
12
+ fill: "currentColor"
13
+ })
14
+ ], -1);
15
+ const _hoisted_2 = /*#__PURE__*/createElementVNode("defs", null, [
16
+ /*#__PURE__*/createElementVNode("clipPath", { id: "clip0_417_21408" }, [
17
+ /*#__PURE__*/createElementVNode("rect", {
18
+ width: "14",
19
+ height: "14",
20
+ fill: "white"
21
+ })
22
+ ])
23
+ ], -1);
24
+ const _hoisted_3 = [
25
+ _hoisted_1,
26
+ _hoisted_2
27
+ ];
28
+
29
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
30
+ return (openBlock(), createElementBlock("svg", mergeProps({
31
+ width: "14",
32
+ height: "14",
33
+ viewBox: "0 0 14 14",
34
+ fill: "none",
35
+ xmlns: "http://www.w3.org/2000/svg"
36
+ }, _ctx.pti()), _hoisted_3, 16))
37
+ }
38
+
39
+ script.render = render;
40
+
41
+ export { script as default };
@@ -0,0 +1 @@
1
+ import C from"primevue/baseicon";import{openBlock as e,createElementBlock as i,mergeProps as t,createElementVNode as r}from"vue";var l={name:"SpinnerIcon",extends:C};const n=[r("g",{"clip-path":"url(#clip0_417_21408)"},[r("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"})],-1),r("defs",null,[r("clipPath",{id:"clip0_417_21408"},[r("rect",{width:"14",height:"14",fill:"white"})])],-1)];l.render=function(C,r,l,o,p,h){return e(),i("svg",t({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},C.pti()),n,16)};export{l as default};
@@ -0,0 +1,49 @@
1
+ this.primevue = this.primevue || {};
2
+ this.primevue.icons = this.primevue.icons || {};
3
+ this.primevue.icons.spinner = (function (BaseIcon, vue) {
4
+ 'use strict';
5
+
6
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
7
+
8
+ var BaseIcon__default = /*#__PURE__*/_interopDefaultLegacy(BaseIcon);
9
+
10
+ var script = {
11
+ name: 'SpinnerIcon',
12
+ extends: BaseIcon__default["default"]
13
+ };
14
+
15
+ const _hoisted_1 = /*#__PURE__*/vue.createElementVNode("g", { "clip-path": "url(#clip0_417_21408)" }, [
16
+ /*#__PURE__*/vue.createElementVNode("path", {
17
+ 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",
18
+ fill: "currentColor"
19
+ })
20
+ ], -1);
21
+ const _hoisted_2 = /*#__PURE__*/vue.createElementVNode("defs", null, [
22
+ /*#__PURE__*/vue.createElementVNode("clipPath", { id: "clip0_417_21408" }, [
23
+ /*#__PURE__*/vue.createElementVNode("rect", {
24
+ width: "14",
25
+ height: "14",
26
+ fill: "white"
27
+ })
28
+ ])
29
+ ], -1);
30
+ const _hoisted_3 = [
31
+ _hoisted_1,
32
+ _hoisted_2
33
+ ];
34
+
35
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
36
+ return (vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
37
+ width: "14",
38
+ height: "14",
39
+ viewBox: "0 0 14 14",
40
+ fill: "none",
41
+ xmlns: "http://www.w3.org/2000/svg"
42
+ }, _ctx.pti()), _hoisted_3, 16))
43
+ }
44
+
45
+ script.render = render;
46
+
47
+ return script;
48
+
49
+ })(primevue.baseicon, Vue);
@@ -0,0 +1 @@
1
+ this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.spinner=function(e,t){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n={name:"SpinnerIcon",extends:i(e).default};const r=[t.createElementVNode("g",{"clip-path":"url(#clip0_417_21408)"},[t.createElementVNode("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"})],-1),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"clip0_417_21408"},[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"})])],-1)];return n.render=function(e,i,n,C,l,c){return t.openBlock(),t.createElementBlock("svg",t.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),r,16)},n}(primevue.baseicon,Vue);
@@ -0,0 +1,23 @@
1
+ <template>
2
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="pti()">
3
+ <g clip-path="url(#clip0_417_21408)">
4
+ <path
5
+ 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"
6
+ fill="currentColor"
7
+ />
8
+ </g>
9
+ <defs>
10
+ <clipPath id="clip0_417_21408">
11
+ <rect width="14" height="14" fill="white" />
12
+ </clipPath>
13
+ </defs>
14
+ </svg>
15
+ </template>
16
+ <script>
17
+ import BaseIcon from 'primevue/baseicon';
18
+
19
+ export default {
20
+ name: 'SpinnerIcon',
21
+ extends: BaseIcon
22
+ };
23
+ </script>
@@ -0,0 +1,9 @@
1
+ {
2
+ "main": "./index.cjs.js",
3
+ "module": "./index.esm.js",
4
+ "unpkg": "./index.min.js",
5
+ "types": "./index.d.ts",
6
+ "browser": {
7
+ "./sfc": "./index.vue"
8
+ }
9
+ }
@@ -0,0 +1,47 @@
1
+ 'use strict';
2
+
3
+ var BaseIcon = require('primevue/baseicon');
4
+ var vue = require('vue');
5
+
6
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
7
+
8
+ var BaseIcon__default = /*#__PURE__*/_interopDefaultLegacy(BaseIcon);
9
+
10
+ var script = {
11
+ name: 'StarIcon',
12
+ extends: BaseIcon__default["default"]
13
+ };
14
+
15
+ const _hoisted_1 = /*#__PURE__*/vue.createElementVNode("g", { "clip-path": "url(#clip0_288_11830)" }, [
16
+ /*#__PURE__*/vue.createElementVNode("path", {
17
+ 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",
18
+ fill: "currentColor"
19
+ })
20
+ ], -1);
21
+ const _hoisted_2 = /*#__PURE__*/vue.createElementVNode("defs", null, [
22
+ /*#__PURE__*/vue.createElementVNode("clipPath", { id: "clip0_288_11830" }, [
23
+ /*#__PURE__*/vue.createElementVNode("rect", {
24
+ width: "14",
25
+ height: "14",
26
+ fill: "white"
27
+ })
28
+ ])
29
+ ], -1);
30
+ const _hoisted_3 = [
31
+ _hoisted_1,
32
+ _hoisted_2
33
+ ];
34
+
35
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
36
+ return (vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
37
+ width: "14",
38
+ height: "14",
39
+ viewBox: "0 0 14 14",
40
+ fill: "none",
41
+ xmlns: "http://www.w3.org/2000/svg"
42
+ }, _ctx.pti()), _hoisted_3, 16))
43
+ }
44
+
45
+ script.render = render;
46
+
47
+ module.exports = script;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("primevue/baseicon"),t=require("vue");function C(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r={name:"StarIcon",extends:C(e).default};const l=[t.createElementVNode("g",{"clip-path":"url(#clip0_288_11830)"},[t.createElementVNode("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"})],-1),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"clip0_288_11830"},[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"})])],-1)];r.render=function(e,C,r,n,i,o){return t.openBlock(),t.createElementBlock("svg",t.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),l,16)},module.exports=r;
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../../icons/index';
2
+ import { GlobalComponentConstructor } from '../../ts-helpers';
3
+
4
+ declare class StarIcon extends Icon {}
5
+
6
+ declare module '@vue/runtime-core' {
7
+ interface GlobalComponents {
8
+ StarIcon: GlobalComponentConstructor<StarIcon>;
9
+ }
10
+ }
11
+
12
+ export default StarIcon;
@@ -0,0 +1,41 @@
1
+ import BaseIcon from 'primevue/baseicon';
2
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from 'vue';
3
+
4
+ var script = {
5
+ name: 'StarIcon',
6
+ extends: BaseIcon
7
+ };
8
+
9
+ const _hoisted_1 = /*#__PURE__*/createElementVNode("g", { "clip-path": "url(#clip0_288_11830)" }, [
10
+ /*#__PURE__*/createElementVNode("path", {
11
+ 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",
12
+ fill: "currentColor"
13
+ })
14
+ ], -1);
15
+ const _hoisted_2 = /*#__PURE__*/createElementVNode("defs", null, [
16
+ /*#__PURE__*/createElementVNode("clipPath", { id: "clip0_288_11830" }, [
17
+ /*#__PURE__*/createElementVNode("rect", {
18
+ width: "14",
19
+ height: "14",
20
+ fill: "white"
21
+ })
22
+ ])
23
+ ], -1);
24
+ const _hoisted_3 = [
25
+ _hoisted_1,
26
+ _hoisted_2
27
+ ];
28
+
29
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
30
+ return (openBlock(), createElementBlock("svg", mergeProps({
31
+ width: "14",
32
+ height: "14",
33
+ viewBox: "0 0 14 14",
34
+ fill: "none",
35
+ xmlns: "http://www.w3.org/2000/svg"
36
+ }, _ctx.pti()), _hoisted_3, 16))
37
+ }
38
+
39
+ script.render = render;
40
+
41
+ export { script as default };
@@ -0,0 +1 @@
1
+ import C from"primevue/baseicon";import{openBlock as t,createElementBlock as e,mergeProps as i,createElementVNode as L}from"vue";var r={name:"StarIcon",extends:C};const l=[L("g",{"clip-path":"url(#clip0_288_11830)"},[L("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"})],-1),L("defs",null,[L("clipPath",{id:"clip0_288_11830"},[L("rect",{width:"14",height:"14",fill:"white"})])],-1)];r.render=function(C,L,r,n,o,p){return t(),e("svg",i({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},C.pti()),l,16)};export{r as default};
@@ -0,0 +1,49 @@
1
+ this.primevue = this.primevue || {};
2
+ this.primevue.icons = this.primevue.icons || {};
3
+ this.primevue.icons.star = (function (BaseIcon, vue) {
4
+ 'use strict';
5
+
6
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
7
+
8
+ var BaseIcon__default = /*#__PURE__*/_interopDefaultLegacy(BaseIcon);
9
+
10
+ var script = {
11
+ name: 'StarIcon',
12
+ extends: BaseIcon__default["default"]
13
+ };
14
+
15
+ const _hoisted_1 = /*#__PURE__*/vue.createElementVNode("g", { "clip-path": "url(#clip0_288_11830)" }, [
16
+ /*#__PURE__*/vue.createElementVNode("path", {
17
+ 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",
18
+ fill: "currentColor"
19
+ })
20
+ ], -1);
21
+ const _hoisted_2 = /*#__PURE__*/vue.createElementVNode("defs", null, [
22
+ /*#__PURE__*/vue.createElementVNode("clipPath", { id: "clip0_288_11830" }, [
23
+ /*#__PURE__*/vue.createElementVNode("rect", {
24
+ width: "14",
25
+ height: "14",
26
+ fill: "white"
27
+ })
28
+ ])
29
+ ], -1);
30
+ const _hoisted_3 = [
31
+ _hoisted_1,
32
+ _hoisted_2
33
+ ];
34
+
35
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
36
+ return (vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
37
+ width: "14",
38
+ height: "14",
39
+ viewBox: "0 0 14 14",
40
+ fill: "none",
41
+ xmlns: "http://www.w3.org/2000/svg"
42
+ }, _ctx.pti()), _hoisted_3, 16))
43
+ }
44
+
45
+ script.render = render;
46
+
47
+ return script;
48
+
49
+ })(primevue.baseicon, Vue);
@@ -0,0 +1 @@
1
+ this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.star=function(e,t){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r={name:"StarIcon",extends:i(e).default};const n=[t.createElementVNode("g",{"clip-path":"url(#clip0_288_11830)"},[t.createElementVNode("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"})],-1),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"clip0_288_11830"},[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"})])],-1)];return r.render=function(e,i,r,C,l,c){return t.openBlock(),t.createElementBlock("svg",t.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),n,16)},r}(primevue.baseicon,Vue);
@@ -0,0 +1,23 @@
1
+ <template>
2
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="pti()">
3
+ <g clip-path="url(#clip0_288_11830)">
4
+ <path
5
+ 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"
6
+ fill="currentColor"
7
+ />
8
+ </g>
9
+ <defs>
10
+ <clipPath id="clip0_288_11830">
11
+ <rect width="14" height="14" fill="white" />
12
+ </clipPath>
13
+ </defs>
14
+ </svg>
15
+ </template>
16
+ <script>
17
+ import BaseIcon from 'primevue/baseicon';
18
+
19
+ export default {
20
+ name: 'StarIcon',
21
+ extends: BaseIcon
22
+ };
23
+ </script>