primevue 3.45.0 → 3.47.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 (850) hide show
  1. package/README.md +2 -2
  2. package/api/api.cjs.js +6 -6
  3. package/api/api.cjs.min.js +1 -1
  4. package/api/api.esm.js +6 -6
  5. package/api/api.esm.min.js +1 -1
  6. package/api/api.js +6 -6
  7. package/api/api.min.js +1 -1
  8. package/autocomplete/AutoComplete.d.ts +6 -1
  9. package/autocomplete/AutoComplete.vue +24 -15
  10. package/autocomplete/BaseAutoComplete.vue +6 -2
  11. package/autocomplete/autocomplete.cjs.js +30 -19
  12. package/autocomplete/autocomplete.cjs.min.js +1 -1
  13. package/autocomplete/autocomplete.esm.js +30 -19
  14. package/autocomplete/autocomplete.esm.min.js +1 -1
  15. package/autocomplete/autocomplete.js +30 -19
  16. package/autocomplete/autocomplete.min.js +1 -1
  17. package/basecomponent/basecomponent.cjs.js +1 -3
  18. package/basecomponent/basecomponent.cjs.min.js +1 -1
  19. package/basecomponent/basecomponent.esm.js +1 -3
  20. package/basecomponent/basecomponent.esm.min.js +1 -1
  21. package/basecomponent/basecomponent.js +1 -3
  22. package/basecomponent/basecomponent.min.js +1 -1
  23. package/basecomponent/style/basecomponentstyle.cjs.js +1 -3
  24. package/basecomponent/style/basecomponentstyle.cjs.min.js +1 -1
  25. package/basecomponent/style/basecomponentstyle.esm.js +1 -3
  26. package/basecomponent/style/basecomponentstyle.esm.min.js +1 -1
  27. package/basecomponent/style/basecomponentstyle.js +1 -3
  28. package/basecomponent/style/basecomponentstyle.min.js +1 -1
  29. package/basedirective/basedirective.cjs.js +11 -2
  30. package/basedirective/basedirective.cjs.min.js +1 -1
  31. package/basedirective/basedirective.esm.js +11 -2
  32. package/basedirective/basedirective.esm.min.js +1 -1
  33. package/basedirective/basedirective.js +11 -2
  34. package/basedirective/basedirective.min.js +1 -1
  35. package/baseicon/BaseIcon.vue +6 -1
  36. package/baseicon/baseicon.cjs.js +5 -0
  37. package/baseicon/baseicon.cjs.min.js +1 -1
  38. package/baseicon/baseicon.esm.js +6 -1
  39. package/baseicon/baseicon.esm.min.js +1 -1
  40. package/baseicon/baseicon.js +5 -0
  41. package/baseicon/baseicon.min.js +1 -1
  42. package/calendar/BaseCalendar.vue +1 -1
  43. package/calendar/Calendar.d.ts +53 -2
  44. package/calendar/Calendar.vue +12 -0
  45. package/calendar/calendar.cjs.js +13 -1
  46. package/calendar/calendar.cjs.min.js +1 -1
  47. package/calendar/calendar.esm.js +13 -1
  48. package/calendar/calendar.esm.min.js +1 -1
  49. package/calendar/calendar.js +13 -1
  50. package/calendar/calendar.min.js +1 -1
  51. package/card/Card.d.ts +4 -0
  52. package/card/Card.vue +7 -5
  53. package/card/card.cjs.js +6 -3
  54. package/card/card.cjs.min.js +1 -1
  55. package/card/card.esm.js +6 -3
  56. package/card/card.esm.min.js +1 -1
  57. package/card/card.js +6 -3
  58. package/card/card.min.js +1 -1
  59. package/card/style/cardstyle.cjs.js +1 -0
  60. package/card/style/cardstyle.cjs.min.js +1 -1
  61. package/card/style/cardstyle.esm.js +1 -0
  62. package/card/style/cardstyle.esm.min.js +1 -1
  63. package/card/style/cardstyle.js +1 -0
  64. package/card/style/cardstyle.min.js +1 -1
  65. package/cascadeselect/BaseCascadeSelect.vue +6 -2
  66. package/cascadeselect/CascadeSelect.d.ts +47 -1
  67. package/cascadeselect/CascadeSelect.vue +56 -35
  68. package/cascadeselect/CascadeSelectSub.vue +26 -6
  69. package/cascadeselect/cascadeselect.cjs.js +118 -58
  70. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  71. package/cascadeselect/cascadeselect.esm.js +118 -58
  72. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  73. package/cascadeselect/cascadeselect.js +118 -58
  74. package/cascadeselect/cascadeselect.min.js +1 -1
  75. package/checkbox/BaseCheckbox.vue +0 -4
  76. package/checkbox/Checkbox.d.ts +17 -34
  77. package/checkbox/Checkbox.vue +24 -35
  78. package/checkbox/checkbox.cjs.js +21 -49
  79. package/checkbox/checkbox.cjs.min.js +1 -1
  80. package/checkbox/checkbox.esm.js +21 -49
  81. package/checkbox/checkbox.esm.min.js +1 -1
  82. package/checkbox/checkbox.js +21 -49
  83. package/checkbox/checkbox.min.js +1 -1
  84. package/checkbox/style/checkboxstyle.cjs.js +5 -11
  85. package/checkbox/style/checkboxstyle.cjs.min.js +1 -1
  86. package/checkbox/style/checkboxstyle.esm.js +5 -11
  87. package/checkbox/style/checkboxstyle.esm.min.js +1 -1
  88. package/checkbox/style/checkboxstyle.js +5 -11
  89. package/checkbox/style/checkboxstyle.min.js +1 -1
  90. package/chips/Chips.vue +2 -1
  91. package/chips/chips.cjs.js +2 -1
  92. package/chips/chips.cjs.min.js +1 -1
  93. package/chips/chips.esm.js +2 -1
  94. package/chips/chips.esm.min.js +1 -1
  95. package/chips/chips.js +2 -1
  96. package/chips/chips.min.js +1 -1
  97. package/colorpicker/BaseColorPicker.vue +1 -1
  98. package/colorpicker/ColorPicker.d.ts +1 -1
  99. package/colorpicker/colorpicker.cjs.js +1 -1
  100. package/colorpicker/colorpicker.cjs.min.js +1 -1
  101. package/colorpicker/colorpicker.esm.js +1 -1
  102. package/colorpicker/colorpicker.esm.min.js +1 -1
  103. package/colorpicker/colorpicker.js +1 -1
  104. package/colorpicker/colorpicker.min.js +1 -1
  105. package/column/Column.d.ts +15 -44
  106. package/confirmdialog/ConfirmDialog.vue +1 -1
  107. package/confirmdialog/confirmdialog.cjs.js +1 -1
  108. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  109. package/confirmdialog/confirmdialog.esm.js +1 -1
  110. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  111. package/confirmdialog/confirmdialog.js +1 -1
  112. package/confirmdialog/confirmdialog.min.js +1 -1
  113. package/confirmdialog/style/confirmdialogstyle.cjs.js +3 -6
  114. package/confirmdialog/style/confirmdialogstyle.cjs.min.js +1 -1
  115. package/confirmdialog/style/confirmdialogstyle.esm.js +3 -6
  116. package/confirmdialog/style/confirmdialogstyle.esm.min.js +1 -1
  117. package/confirmdialog/style/confirmdialogstyle.js +3 -6
  118. package/confirmdialog/style/confirmdialogstyle.min.js +1 -1
  119. package/confirmpopup/ConfirmPopup.vue +2 -2
  120. package/confirmpopup/confirmpopup.cjs.js +2 -2
  121. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  122. package/confirmpopup/confirmpopup.esm.js +2 -2
  123. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  124. package/confirmpopup/confirmpopup.js +2 -2
  125. package/confirmpopup/confirmpopup.min.js +1 -1
  126. package/confirmpopup/style/confirmpopupstyle.cjs.js +5 -8
  127. package/confirmpopup/style/confirmpopupstyle.cjs.min.js +1 -1
  128. package/confirmpopup/style/confirmpopupstyle.esm.js +5 -8
  129. package/confirmpopup/style/confirmpopupstyle.esm.min.js +1 -1
  130. package/confirmpopup/style/confirmpopupstyle.js +5 -8
  131. package/confirmpopup/style/confirmpopupstyle.min.js +1 -1
  132. package/contextmenu/BaseContextMenu.vue +1 -1
  133. package/contextmenu/ContextMenu.vue +8 -8
  134. package/contextmenu/ContextMenuSub.vue +6 -1
  135. package/contextmenu/contextmenu.cjs.js +18 -11
  136. package/contextmenu/contextmenu.cjs.min.js +1 -1
  137. package/contextmenu/contextmenu.esm.js +18 -11
  138. package/contextmenu/contextmenu.esm.min.js +1 -1
  139. package/contextmenu/contextmenu.js +18 -11
  140. package/contextmenu/contextmenu.min.js +1 -1
  141. package/core/core.js +973 -679
  142. package/core/core.min.js +70 -62
  143. package/datatable/BaseDataTable.vue +4 -0
  144. package/datatable/BodyCell.vue +11 -1
  145. package/datatable/BodyRow.vue +16 -9
  146. package/datatable/ColumnFilter.vue +5 -2
  147. package/datatable/DataTable.d.ts +5 -0
  148. package/datatable/DataTable.vue +2 -2
  149. package/datatable/HeaderCell.vue +2 -0
  150. package/datatable/HeaderCheckbox.vue +14 -42
  151. package/datatable/RowCheckbox.vue +10 -52
  152. package/datatable/RowRadioButton.vue +11 -32
  153. package/datatable/TableHeader.vue +3 -1
  154. package/datatable/datatable.cjs.js +120 -199
  155. package/datatable/datatable.cjs.min.js +1 -1
  156. package/datatable/datatable.esm.js +119 -200
  157. package/datatable/datatable.esm.min.js +1 -1
  158. package/datatable/datatable.js +120 -201
  159. package/datatable/datatable.min.js +1 -1
  160. package/datatable/style/datatablestyle.cjs.js +24 -73
  161. package/datatable/style/datatablestyle.cjs.min.js +1 -1
  162. package/datatable/style/datatablestyle.esm.js +24 -73
  163. package/datatable/style/datatablestyle.esm.min.js +1 -1
  164. package/datatable/style/datatablestyle.js +24 -73
  165. package/datatable/style/datatablestyle.min.js +1 -1
  166. package/dialog/BaseDialog.vue +1 -1
  167. package/dialog/dialog.cjs.js +1 -1
  168. package/dialog/dialog.cjs.min.js +1 -1
  169. package/dialog/dialog.esm.js +1 -1
  170. package/dialog/dialog.esm.min.js +1 -1
  171. package/dialog/dialog.js +1 -1
  172. package/dialog/dialog.min.js +1 -1
  173. package/dialog/style/dialogstyle.cjs.js +1 -1
  174. package/dialog/style/dialogstyle.cjs.min.js +1 -1
  175. package/dialog/style/dialogstyle.esm.js +1 -1
  176. package/dialog/style/dialogstyle.esm.min.js +1 -1
  177. package/dialog/style/dialogstyle.js +1 -1
  178. package/dialog/style/dialogstyle.min.js +1 -1
  179. package/dropdown/BaseDropdown.vue +18 -2
  180. package/dropdown/Dropdown.d.ts +37 -1
  181. package/dropdown/Dropdown.vue +68 -40
  182. package/dropdown/dropdown.cjs.js +96 -46
  183. package/dropdown/dropdown.cjs.min.js +1 -1
  184. package/dropdown/dropdown.esm.js +94 -46
  185. package/dropdown/dropdown.esm.min.js +1 -1
  186. package/dropdown/dropdown.js +96 -48
  187. package/dropdown/dropdown.min.js +1 -1
  188. package/dropdown/style/dropdownstyle.cjs.js +7 -2
  189. package/dropdown/style/dropdownstyle.cjs.min.js +1 -1
  190. package/dropdown/style/dropdownstyle.esm.js +7 -2
  191. package/dropdown/style/dropdownstyle.esm.min.js +1 -1
  192. package/dropdown/style/dropdownstyle.js +7 -2
  193. package/dropdown/style/dropdownstyle.min.js +1 -1
  194. package/focustrap/focustrap.cjs.js +15 -2
  195. package/focustrap/focustrap.cjs.min.js +1 -1
  196. package/focustrap/focustrap.esm.js +15 -2
  197. package/focustrap/focustrap.esm.min.js +1 -1
  198. package/focustrap/focustrap.js +15 -2
  199. package/focustrap/focustrap.min.js +1 -1
  200. package/icons/arrowdown/index.cjs.js +4 -10
  201. package/icons/arrowdown/index.cjs.min.js +1 -1
  202. package/icons/arrowdown/index.esm.js +4 -10
  203. package/icons/arrowdown/index.esm.min.js +1 -1
  204. package/icons/arrowdown/index.js +6 -11
  205. package/icons/arrowdown/index.min.js +1 -1
  206. package/icons/arrowdown/index.vue +2 -8
  207. package/icons/arrowup/index.cjs.js +4 -10
  208. package/icons/arrowup/index.cjs.min.js +1 -1
  209. package/icons/arrowup/index.esm.js +4 -10
  210. package/icons/arrowup/index.esm.min.js +1 -1
  211. package/icons/arrowup/index.js +6 -11
  212. package/icons/arrowup/index.min.js +1 -1
  213. package/icons/arrowup/index.vue +2 -8
  214. package/icons/ban/index.cjs.js +4 -10
  215. package/icons/ban/index.cjs.min.js +1 -1
  216. package/icons/ban/index.esm.js +4 -10
  217. package/icons/ban/index.esm.min.js +1 -1
  218. package/icons/ban/index.js +6 -11
  219. package/icons/ban/index.min.js +1 -1
  220. package/icons/ban/index.vue +2 -8
  221. package/icons/blank/index.cjs.js +34 -0
  222. package/icons/blank/index.cjs.min.js +1 -0
  223. package/icons/blank/index.d.ts +12 -0
  224. package/icons/blank/index.esm.js +28 -0
  225. package/icons/blank/index.esm.min.js +1 -0
  226. package/icons/blank/index.js +36 -0
  227. package/icons/blank/index.min.js +1 -0
  228. package/icons/blank/index.vue +13 -0
  229. package/icons/blank/package.json +9 -0
  230. package/icons/exclamationtriangle/index.cjs.js +4 -10
  231. package/icons/exclamationtriangle/index.cjs.min.js +1 -1
  232. package/icons/exclamationtriangle/index.esm.js +4 -10
  233. package/icons/exclamationtriangle/index.esm.min.js +1 -1
  234. package/icons/exclamationtriangle/index.js +6 -11
  235. package/icons/exclamationtriangle/index.min.js +1 -1
  236. package/icons/exclamationtriangle/index.vue +2 -8
  237. package/icons/eyeslash/index.cjs.js +4 -10
  238. package/icons/eyeslash/index.cjs.min.js +1 -1
  239. package/icons/eyeslash/index.esm.js +4 -10
  240. package/icons/eyeslash/index.esm.min.js +1 -1
  241. package/icons/eyeslash/index.js +6 -11
  242. package/icons/eyeslash/index.min.js +1 -1
  243. package/icons/eyeslash/index.vue +2 -8
  244. package/icons/filter/index.cjs.js +4 -10
  245. package/icons/filter/index.cjs.min.js +1 -1
  246. package/icons/filter/index.esm.js +4 -10
  247. package/icons/filter/index.esm.min.js +1 -1
  248. package/icons/filter/index.js +6 -11
  249. package/icons/filter/index.min.js +1 -1
  250. package/icons/filter/index.vue +2 -8
  251. package/icons/filterslash/index.cjs.js +4 -10
  252. package/icons/filterslash/index.cjs.min.js +1 -1
  253. package/icons/filterslash/index.esm.js +4 -10
  254. package/icons/filterslash/index.esm.min.js +1 -1
  255. package/icons/filterslash/index.js +6 -11
  256. package/icons/filterslash/index.min.js +1 -1
  257. package/icons/filterslash/index.vue +2 -8
  258. package/icons/infocircle/index.cjs.js +4 -10
  259. package/icons/infocircle/index.cjs.min.js +1 -1
  260. package/icons/infocircle/index.esm.js +4 -10
  261. package/icons/infocircle/index.esm.min.js +1 -1
  262. package/icons/infocircle/index.js +6 -11
  263. package/icons/infocircle/index.min.js +1 -1
  264. package/icons/infocircle/index.vue +2 -8
  265. package/icons/pencil/index.cjs.js +4 -10
  266. package/icons/pencil/index.cjs.min.js +1 -1
  267. package/icons/pencil/index.esm.js +4 -10
  268. package/icons/pencil/index.esm.min.js +1 -1
  269. package/icons/pencil/index.js +6 -11
  270. package/icons/pencil/index.min.js +1 -1
  271. package/icons/pencil/index.vue +2 -8
  272. package/icons/plus/index.cjs.js +4 -10
  273. package/icons/plus/index.cjs.min.js +1 -1
  274. package/icons/plus/index.esm.js +4 -10
  275. package/icons/plus/index.esm.min.js +1 -1
  276. package/icons/plus/index.js +6 -11
  277. package/icons/plus/index.min.js +1 -1
  278. package/icons/plus/index.vue +2 -8
  279. package/icons/refresh/index.cjs.js +4 -10
  280. package/icons/refresh/index.cjs.min.js +1 -1
  281. package/icons/refresh/index.esm.js +4 -10
  282. package/icons/refresh/index.esm.min.js +1 -1
  283. package/icons/refresh/index.js +6 -11
  284. package/icons/refresh/index.min.js +1 -1
  285. package/icons/refresh/index.vue +2 -8
  286. package/icons/search/index.cjs.js +4 -10
  287. package/icons/search/index.cjs.min.js +1 -1
  288. package/icons/search/index.esm.js +4 -10
  289. package/icons/search/index.esm.min.js +1 -1
  290. package/icons/search/index.js +6 -11
  291. package/icons/search/index.min.js +1 -1
  292. package/icons/search/index.vue +2 -8
  293. package/icons/searchminus/index.cjs.js +4 -10
  294. package/icons/searchminus/index.cjs.min.js +1 -1
  295. package/icons/searchminus/index.esm.js +4 -10
  296. package/icons/searchminus/index.esm.min.js +1 -1
  297. package/icons/searchminus/index.js +6 -11
  298. package/icons/searchminus/index.min.js +1 -1
  299. package/icons/searchminus/index.vue +2 -8
  300. package/icons/searchplus/index.cjs.js +4 -10
  301. package/icons/searchplus/index.cjs.min.js +1 -1
  302. package/icons/searchplus/index.esm.js +4 -10
  303. package/icons/searchplus/index.esm.min.js +1 -1
  304. package/icons/searchplus/index.js +6 -11
  305. package/icons/searchplus/index.min.js +1 -1
  306. package/icons/searchplus/index.vue +2 -8
  307. package/icons/sortalt/index.cjs.js +4 -10
  308. package/icons/sortalt/index.cjs.min.js +1 -1
  309. package/icons/sortalt/index.esm.js +4 -10
  310. package/icons/sortalt/index.esm.min.js +1 -1
  311. package/icons/sortalt/index.js +6 -11
  312. package/icons/sortalt/index.min.js +1 -1
  313. package/icons/sortalt/index.vue +2 -8
  314. package/icons/sortamountdown/index.cjs.js +4 -10
  315. package/icons/sortamountdown/index.cjs.min.js +1 -1
  316. package/icons/sortamountdown/index.esm.js +4 -10
  317. package/icons/sortamountdown/index.esm.min.js +1 -1
  318. package/icons/sortamountdown/index.js +6 -11
  319. package/icons/sortamountdown/index.min.js +1 -1
  320. package/icons/sortamountdown/index.vue +2 -8
  321. package/icons/sortamountupalt/index.cjs.js +4 -10
  322. package/icons/sortamountupalt/index.cjs.min.js +1 -1
  323. package/icons/sortamountupalt/index.esm.js +4 -10
  324. package/icons/sortamountupalt/index.esm.min.js +1 -1
  325. package/icons/sortamountupalt/index.js +6 -11
  326. package/icons/sortamountupalt/index.min.js +1 -1
  327. package/icons/sortamountupalt/index.vue +2 -8
  328. package/icons/spinner/index.cjs.js +4 -10
  329. package/icons/spinner/index.cjs.min.js +1 -1
  330. package/icons/spinner/index.esm.js +4 -10
  331. package/icons/spinner/index.esm.min.js +1 -1
  332. package/icons/spinner/index.js +6 -11
  333. package/icons/spinner/index.min.js +1 -1
  334. package/icons/spinner/index.vue +2 -8
  335. package/icons/star/index.cjs.js +4 -10
  336. package/icons/star/index.cjs.min.js +1 -1
  337. package/icons/star/index.esm.js +4 -10
  338. package/icons/star/index.esm.min.js +1 -1
  339. package/icons/star/index.js +6 -11
  340. package/icons/star/index.min.js +1 -1
  341. package/icons/star/index.vue +2 -8
  342. package/icons/starfill/index.cjs.js +4 -10
  343. package/icons/starfill/index.cjs.min.js +1 -1
  344. package/icons/starfill/index.esm.js +4 -10
  345. package/icons/starfill/index.esm.min.js +1 -1
  346. package/icons/starfill/index.js +6 -11
  347. package/icons/starfill/index.min.js +1 -1
  348. package/icons/starfill/index.vue +2 -8
  349. package/icons/thlarge/index.cjs.js +4 -10
  350. package/icons/thlarge/index.cjs.min.js +1 -1
  351. package/icons/thlarge/index.esm.js +4 -10
  352. package/icons/thlarge/index.esm.min.js +1 -1
  353. package/icons/thlarge/index.js +6 -11
  354. package/icons/thlarge/index.min.js +1 -1
  355. package/icons/thlarge/index.vue +2 -8
  356. package/icons/timescircle/index.cjs.js +4 -10
  357. package/icons/timescircle/index.cjs.min.js +1 -1
  358. package/icons/timescircle/index.esm.js +4 -10
  359. package/icons/timescircle/index.esm.min.js +1 -1
  360. package/icons/timescircle/index.js +6 -11
  361. package/icons/timescircle/index.min.js +1 -1
  362. package/icons/timescircle/index.vue +2 -8
  363. package/icons/trash/index.cjs.js +4 -10
  364. package/icons/trash/index.cjs.min.js +1 -1
  365. package/icons/trash/index.esm.js +4 -10
  366. package/icons/trash/index.esm.min.js +1 -1
  367. package/icons/trash/index.js +6 -11
  368. package/icons/trash/index.min.js +1 -1
  369. package/icons/trash/index.vue +2 -8
  370. package/icons/undo/index.cjs.js +4 -10
  371. package/icons/undo/index.cjs.min.js +1 -1
  372. package/icons/undo/index.esm.js +4 -10
  373. package/icons/undo/index.esm.min.js +1 -1
  374. package/icons/undo/index.js +6 -11
  375. package/icons/undo/index.min.js +1 -1
  376. package/icons/undo/index.vue +2 -8
  377. package/icons/upload/index.cjs.js +4 -10
  378. package/icons/upload/index.cjs.min.js +1 -1
  379. package/icons/upload/index.esm.js +4 -10
  380. package/icons/upload/index.esm.min.js +1 -1
  381. package/icons/upload/index.js +6 -11
  382. package/icons/upload/index.min.js +1 -1
  383. package/icons/upload/index.vue +2 -8
  384. package/icons/windowmaximize/index.cjs.js +4 -10
  385. package/icons/windowmaximize/index.cjs.min.js +1 -1
  386. package/icons/windowmaximize/index.esm.js +4 -10
  387. package/icons/windowmaximize/index.esm.min.js +1 -1
  388. package/icons/windowmaximize/index.js +6 -11
  389. package/icons/windowmaximize/index.min.js +1 -1
  390. package/icons/windowmaximize/index.vue +2 -8
  391. package/icons/windowminimize/index.cjs.js +4 -10
  392. package/icons/windowminimize/index.cjs.min.js +1 -1
  393. package/icons/windowminimize/index.esm.js +4 -10
  394. package/icons/windowminimize/index.esm.min.js +1 -1
  395. package/icons/windowminimize/index.js +6 -11
  396. package/icons/windowminimize/index.min.js +1 -1
  397. package/icons/windowminimize/index.vue +2 -8
  398. package/inputnumber/InputNumber.vue +22 -9
  399. package/inputnumber/inputnumber.cjs.js +17 -6
  400. package/inputnumber/inputnumber.cjs.min.js +1 -1
  401. package/inputnumber/inputnumber.esm.js +18 -7
  402. package/inputnumber/inputnumber.esm.min.js +1 -1
  403. package/inputnumber/inputnumber.js +17 -6
  404. package/inputnumber/inputnumber.min.js +1 -1
  405. package/inputswitch/BaseInputSwitch.vue +8 -4
  406. package/inputswitch/InputSwitch.d.ts +41 -20
  407. package/inputswitch/InputSwitch.vue +31 -33
  408. package/inputswitch/inputswitch.cjs.js +38 -42
  409. package/inputswitch/inputswitch.cjs.min.js +1 -1
  410. package/inputswitch/inputswitch.esm.js +38 -42
  411. package/inputswitch/inputswitch.esm.min.js +1 -1
  412. package/inputswitch/inputswitch.js +38 -42
  413. package/inputswitch/inputswitch.min.js +1 -1
  414. package/inputswitch/style/inputswitchstyle.cjs.js +4 -4
  415. package/inputswitch/style/inputswitchstyle.cjs.min.js +1 -1
  416. package/inputswitch/style/inputswitchstyle.esm.js +4 -4
  417. package/inputswitch/style/inputswitchstyle.esm.min.js +1 -1
  418. package/inputswitch/style/inputswitchstyle.js +4 -4
  419. package/inputswitch/style/inputswitchstyle.min.js +1 -1
  420. package/listbox/BaseListbox.vue +4 -0
  421. package/listbox/Listbox.d.ts +6 -1
  422. package/listbox/Listbox.vue +47 -26
  423. package/listbox/listbox.cjs.js +88 -50
  424. package/listbox/listbox.cjs.min.js +1 -1
  425. package/listbox/listbox.esm.js +88 -50
  426. package/listbox/listbox.esm.min.js +1 -1
  427. package/listbox/listbox.js +88 -50
  428. package/listbox/listbox.min.js +1 -1
  429. package/listbox/style/listboxstyle.cjs.js +2 -3
  430. package/listbox/style/listboxstyle.cjs.min.js +1 -1
  431. package/listbox/style/listboxstyle.esm.js +2 -3
  432. package/listbox/style/listboxstyle.esm.min.js +1 -1
  433. package/listbox/style/listboxstyle.js +2 -3
  434. package/listbox/style/listboxstyle.min.js +1 -1
  435. package/megamenu/MegaMenu.vue +1 -1
  436. package/megamenu/megamenu.cjs.js +2 -1
  437. package/megamenu/megamenu.cjs.min.js +1 -1
  438. package/megamenu/megamenu.esm.js +2 -1
  439. package/megamenu/megamenu.esm.min.js +1 -1
  440. package/megamenu/megamenu.js +2 -1
  441. package/megamenu/megamenu.min.js +1 -1
  442. package/menu/BaseMenu.vue +1 -1
  443. package/menu/menu.cjs.js +1 -1
  444. package/menu/menu.cjs.min.js +1 -1
  445. package/menu/menu.esm.js +1 -1
  446. package/menu/menu.esm.min.js +1 -1
  447. package/menu/menu.js +1 -1
  448. package/menu/menu.min.js +1 -1
  449. package/menubar/Menubar.vue +3 -2
  450. package/menubar/MenubarSub.vue +5 -1
  451. package/menubar/menubar.cjs.js +12 -5
  452. package/menubar/menubar.cjs.min.js +1 -1
  453. package/menubar/menubar.esm.js +12 -5
  454. package/menubar/menubar.esm.min.js +1 -1
  455. package/menubar/menubar.js +12 -5
  456. package/menubar/menubar.min.js +1 -1
  457. package/message/Message.d.ts +4 -0
  458. package/message/Message.vue +2 -1
  459. package/message/message.cjs.js +2 -1
  460. package/message/message.cjs.min.js +1 -1
  461. package/message/message.esm.js +2 -1
  462. package/message/message.esm.min.js +1 -1
  463. package/message/message.js +2 -1
  464. package/message/message.min.js +1 -1
  465. package/metergroup/BaseMeterGroup.vue +41 -0
  466. package/metergroup/MeterGroup.d.ts +302 -0
  467. package/metergroup/MeterGroup.vue +73 -0
  468. package/metergroup/MeterGroupLabel.vue +36 -0
  469. package/metergroup/metergroup.cjs.js +218 -0
  470. package/metergroup/metergroup.cjs.min.js +1 -0
  471. package/metergroup/metergroup.esm.js +211 -0
  472. package/metergroup/metergroup.esm.min.js +1 -0
  473. package/metergroup/metergroup.js +218 -0
  474. package/metergroup/metergroup.min.js +1 -0
  475. package/metergroup/package.json +9 -0
  476. package/metergroup/style/MeterGroupStyle.d.ts +3 -0
  477. package/metergroup/style/metergroupstyle.cjs.js +40 -0
  478. package/metergroup/style/metergroupstyle.cjs.min.js +1 -0
  479. package/metergroup/style/metergroupstyle.esm.js +34 -0
  480. package/metergroup/style/metergroupstyle.esm.min.js +1 -0
  481. package/metergroup/style/metergroupstyle.js +43 -0
  482. package/metergroup/style/metergroupstyle.min.js +1 -0
  483. package/metergroup/style/package.json +6 -0
  484. package/multiselect/BaseMultiSelect.vue +10 -2
  485. package/multiselect/MultiSelect.d.ts +13 -19
  486. package/multiselect/MultiSelect.vue +108 -76
  487. package/multiselect/multiselect.cjs.js +174 -134
  488. package/multiselect/multiselect.cjs.min.js +1 -1
  489. package/multiselect/multiselect.esm.js +174 -135
  490. package/multiselect/multiselect.esm.min.js +1 -1
  491. package/multiselect/multiselect.js +175 -136
  492. package/multiselect/multiselect.min.js +1 -1
  493. package/multiselect/style/multiselectstyle.cjs.js +7 -30
  494. package/multiselect/style/multiselectstyle.cjs.min.js +1 -1
  495. package/multiselect/style/multiselectstyle.esm.js +7 -30
  496. package/multiselect/style/multiselectstyle.esm.min.js +1 -1
  497. package/multiselect/style/multiselectstyle.js +7 -30
  498. package/multiselect/style/multiselectstyle.min.js +1 -1
  499. package/orderlist/BaseOrderList.vue +8 -0
  500. package/orderlist/OrderList.d.ts +10 -0
  501. package/orderlist/OrderList.vue +72 -52
  502. package/orderlist/orderlist.cjs.js +79 -56
  503. package/orderlist/orderlist.cjs.min.js +1 -1
  504. package/orderlist/orderlist.esm.js +79 -56
  505. package/orderlist/orderlist.esm.min.js +1 -1
  506. package/orderlist/orderlist.js +79 -56
  507. package/orderlist/orderlist.min.js +1 -1
  508. package/orderlist/style/orderliststyle.cjs.js +1 -1
  509. package/orderlist/style/orderliststyle.cjs.min.js +1 -1
  510. package/orderlist/style/orderliststyle.esm.js +1 -1
  511. package/orderlist/style/orderliststyle.esm.min.js +1 -1
  512. package/orderlist/style/orderliststyle.js +1 -1
  513. package/orderlist/style/orderliststyle.min.js +1 -1
  514. package/overlaypanel/BaseOverlayPanel.vue +1 -1
  515. package/overlaypanel/OverlayPanel.d.ts +4 -0
  516. package/overlaypanel/OverlayPanel.vue +1 -1
  517. package/overlaypanel/overlaypanel.cjs.js +2 -2
  518. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  519. package/overlaypanel/overlaypanel.esm.js +2 -2
  520. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  521. package/overlaypanel/overlaypanel.js +2 -2
  522. package/overlaypanel/overlaypanel.min.js +1 -1
  523. package/package.json +1 -1
  524. package/panelmenu/PanelMenuList.vue +1 -1
  525. package/panelmenu/panelmenu.cjs.js +2 -1
  526. package/panelmenu/panelmenu.cjs.min.js +1 -1
  527. package/panelmenu/panelmenu.esm.js +2 -1
  528. package/panelmenu/panelmenu.esm.min.js +1 -1
  529. package/panelmenu/panelmenu.js +2 -1
  530. package/panelmenu/panelmenu.min.js +1 -1
  531. package/password/BasePassword.vue +1 -1
  532. package/password/password.cjs.js +1 -1
  533. package/password/password.cjs.min.js +1 -1
  534. package/password/password.esm.js +1 -1
  535. package/password/password.esm.min.js +1 -1
  536. package/password/password.js +1 -1
  537. package/password/password.min.js +1 -1
  538. package/picklist/BasePickList.vue +8 -0
  539. package/picklist/PickList.d.ts +10 -0
  540. package/picklist/PickList.vue +72 -37
  541. package/picklist/picklist.cjs.js +81 -46
  542. package/picklist/picklist.cjs.min.js +1 -1
  543. package/picklist/picklist.esm.js +81 -46
  544. package/picklist/picklist.esm.min.js +1 -1
  545. package/picklist/picklist.js +81 -46
  546. package/picklist/picklist.min.js +1 -1
  547. package/portal/Portal.vue +1 -1
  548. package/portal/portal.cjs.js +1 -1
  549. package/portal/portal.cjs.min.js +1 -1
  550. package/portal/portal.esm.js +1 -1
  551. package/portal/portal.esm.min.js +1 -1
  552. package/portal/portal.js +1 -1
  553. package/portal/portal.min.js +1 -1
  554. package/progressbar/ProgressBar.vue +1 -1
  555. package/progressbar/progressbar.cjs.js +3 -1
  556. package/progressbar/progressbar.cjs.min.js +1 -1
  557. package/progressbar/progressbar.esm.js +3 -1
  558. package/progressbar/progressbar.esm.min.js +1 -1
  559. package/progressbar/progressbar.js +3 -1
  560. package/progressbar/progressbar.min.js +1 -1
  561. package/radiobutton/BaseRadioButton.vue +9 -4
  562. package/radiobutton/RadioButton.d.ts +48 -22
  563. package/radiobutton/RadioButton.vue +36 -23
  564. package/radiobutton/radiobutton.cjs.js +42 -50
  565. package/radiobutton/radiobutton.cjs.min.js +1 -1
  566. package/radiobutton/radiobutton.esm.js +42 -50
  567. package/radiobutton/radiobutton.esm.min.js +1 -1
  568. package/radiobutton/radiobutton.js +42 -50
  569. package/radiobutton/radiobutton.min.js +1 -1
  570. package/radiobutton/style/radiobuttonstyle.cjs.js +5 -11
  571. package/radiobutton/style/radiobuttonstyle.cjs.min.js +1 -1
  572. package/radiobutton/style/radiobuttonstyle.esm.js +5 -11
  573. package/radiobutton/style/radiobuttonstyle.esm.min.js +1 -1
  574. package/radiobutton/style/radiobuttonstyle.js +5 -11
  575. package/radiobutton/style/radiobuttonstyle.min.js +1 -1
  576. package/resources/themes/arya-blue/theme.css +432 -351
  577. package/resources/themes/arya-green/theme.css +432 -351
  578. package/resources/themes/arya-orange/theme.css +432 -351
  579. package/resources/themes/arya-purple/theme.css +432 -351
  580. package/resources/themes/aura-dark-amber/fonts/Inter-italic.var.woff2 +0 -0
  581. package/resources/themes/aura-dark-amber/fonts/Inter-roman.var.woff2 +0 -0
  582. package/resources/themes/aura-dark-amber/theme.css +7012 -0
  583. package/resources/themes/aura-dark-blue/fonts/Inter-italic.var.woff2 +0 -0
  584. package/resources/themes/aura-dark-blue/fonts/Inter-roman.var.woff2 +0 -0
  585. package/resources/themes/aura-dark-blue/theme.css +7012 -0
  586. package/resources/themes/aura-dark-cyan/fonts/Inter-italic.var.woff2 +0 -0
  587. package/resources/themes/aura-dark-cyan/fonts/Inter-roman.var.woff2 +0 -0
  588. package/resources/themes/aura-dark-cyan/theme.css +7012 -0
  589. package/resources/themes/aura-dark-green/fonts/Inter-italic.var.woff2 +0 -0
  590. package/resources/themes/aura-dark-green/fonts/Inter-roman.var.woff2 +0 -0
  591. package/resources/themes/aura-dark-green/theme.css +7012 -0
  592. package/resources/themes/aura-dark-indigo/fonts/Inter-italic.var.woff2 +0 -0
  593. package/resources/themes/aura-dark-indigo/fonts/Inter-roman.var.woff2 +0 -0
  594. package/resources/themes/aura-dark-indigo/theme.css +7012 -0
  595. package/resources/themes/aura-dark-lime/fonts/Inter-italic.var.woff2 +0 -0
  596. package/resources/themes/aura-dark-lime/fonts/Inter-roman.var.woff2 +0 -0
  597. package/resources/themes/aura-dark-lime/theme.css +7012 -0
  598. package/resources/themes/aura-dark-noir/fonts/Inter-italic.var.woff2 +0 -0
  599. package/resources/themes/aura-dark-noir/fonts/Inter-roman.var.woff2 +0 -0
  600. package/resources/themes/aura-dark-noir/theme.css +7012 -0
  601. package/resources/themes/aura-dark-pink/fonts/Inter-italic.var.woff2 +0 -0
  602. package/resources/themes/aura-dark-pink/fonts/Inter-roman.var.woff2 +0 -0
  603. package/resources/themes/aura-dark-pink/theme.css +7012 -0
  604. package/resources/themes/aura-dark-purple/fonts/Inter-italic.var.woff2 +0 -0
  605. package/resources/themes/aura-dark-purple/fonts/Inter-roman.var.woff2 +0 -0
  606. package/resources/themes/aura-dark-purple/theme.css +7012 -0
  607. package/resources/themes/aura-dark-teal/fonts/Inter-italic.var.woff2 +0 -0
  608. package/resources/themes/aura-dark-teal/fonts/Inter-roman.var.woff2 +0 -0
  609. package/resources/themes/aura-dark-teal/theme.css +7012 -0
  610. package/resources/themes/aura-light-amber/fonts/Inter-italic.var.woff2 +0 -0
  611. package/resources/themes/aura-light-amber/fonts/Inter-roman.var.woff2 +0 -0
  612. package/resources/themes/aura-light-amber/theme.css +7014 -0
  613. package/resources/themes/aura-light-blue/fonts/Inter-italic.var.woff2 +0 -0
  614. package/resources/themes/aura-light-blue/fonts/Inter-roman.var.woff2 +0 -0
  615. package/resources/themes/aura-light-blue/theme.css +7014 -0
  616. package/resources/themes/aura-light-cyan/fonts/Inter-italic.var.woff2 +0 -0
  617. package/resources/themes/aura-light-cyan/fonts/Inter-roman.var.woff2 +0 -0
  618. package/resources/themes/aura-light-cyan/theme.css +7014 -0
  619. package/resources/themes/aura-light-green/fonts/Inter-italic.var.woff2 +0 -0
  620. package/resources/themes/aura-light-green/fonts/Inter-roman.var.woff2 +0 -0
  621. package/resources/themes/aura-light-green/theme.css +7014 -0
  622. package/resources/themes/aura-light-indigo/fonts/Inter-italic.var.woff2 +0 -0
  623. package/resources/themes/aura-light-indigo/fonts/Inter-roman.var.woff2 +0 -0
  624. package/resources/themes/aura-light-indigo/theme.css +7014 -0
  625. package/resources/themes/aura-light-lime/fonts/Inter-italic.var.woff2 +0 -0
  626. package/resources/themes/aura-light-lime/fonts/Inter-roman.var.woff2 +0 -0
  627. package/resources/themes/aura-light-lime/theme.css +7014 -0
  628. package/resources/themes/aura-light-noir/fonts/Inter-italic.var.woff2 +0 -0
  629. package/resources/themes/aura-light-noir/fonts/Inter-roman.var.woff2 +0 -0
  630. package/resources/themes/aura-light-noir/theme.css +7022 -0
  631. package/resources/themes/aura-light-pink/fonts/Inter-italic.var.woff2 +0 -0
  632. package/resources/themes/aura-light-pink/fonts/Inter-roman.var.woff2 +0 -0
  633. package/resources/themes/aura-light-pink/theme.css +7014 -0
  634. package/resources/themes/aura-light-purple/fonts/Inter-italic.var.woff2 +0 -0
  635. package/resources/themes/aura-light-purple/fonts/Inter-roman.var.woff2 +0 -0
  636. package/resources/themes/aura-light-purple/theme.css +7014 -0
  637. package/resources/themes/aura-light-teal/fonts/Inter-italic.var.woff2 +0 -0
  638. package/resources/themes/aura-light-teal/fonts/Inter-roman.var.woff2 +0 -0
  639. package/resources/themes/aura-light-teal/theme.css +7014 -0
  640. package/resources/themes/bootstrap4-dark-blue/theme.css +533 -403
  641. package/resources/themes/bootstrap4-dark-purple/theme.css +533 -403
  642. package/resources/themes/bootstrap4-light-blue/theme.css +533 -403
  643. package/resources/themes/bootstrap4-light-purple/theme.css +533 -403
  644. package/resources/themes/fluent-light/theme.css +431 -350
  645. package/resources/themes/lara-dark-amber/theme.css +534 -404
  646. package/resources/themes/lara-dark-blue/theme.css +534 -404
  647. package/resources/themes/lara-dark-cyan/theme.css +534 -404
  648. package/resources/themes/lara-dark-green/theme.css +534 -404
  649. package/resources/themes/lara-dark-indigo/theme.css +534 -404
  650. package/resources/themes/lara-dark-pink/theme.css +534 -404
  651. package/resources/themes/lara-dark-purple/theme.css +534 -404
  652. package/resources/themes/lara-dark-teal/theme.css +534 -404
  653. package/resources/themes/lara-light-amber/theme.css +535 -405
  654. package/resources/themes/lara-light-blue/theme.css +535 -405
  655. package/resources/themes/lara-light-cyan/theme.css +535 -405
  656. package/resources/themes/lara-light-green/theme.css +535 -405
  657. package/resources/themes/lara-light-indigo/theme.css +535 -405
  658. package/resources/themes/lara-light-pink/theme.css +535 -405
  659. package/resources/themes/lara-light-purple/theme.css +535 -405
  660. package/resources/themes/lara-light-teal/theme.css +535 -405
  661. package/resources/themes/luna-amber/theme.css +432 -351
  662. package/resources/themes/luna-blue/theme.css +432 -351
  663. package/resources/themes/luna-green/theme.css +432 -351
  664. package/resources/themes/luna-pink/theme.css +432 -351
  665. package/resources/themes/md-dark-deeppurple/theme.css +696 -431
  666. package/resources/themes/md-dark-indigo/theme.css +696 -431
  667. package/resources/themes/md-light-deeppurple/theme.css +700 -435
  668. package/resources/themes/md-light-indigo/theme.css +700 -435
  669. package/resources/themes/mdc-dark-deeppurple/theme.css +696 -431
  670. package/resources/themes/mdc-dark-indigo/theme.css +696 -431
  671. package/resources/themes/mdc-light-deeppurple/theme.css +700 -435
  672. package/resources/themes/mdc-light-indigo/theme.css +700 -435
  673. package/resources/themes/mira/theme.css +486 -405
  674. package/resources/themes/nano/theme.css +432 -351
  675. package/resources/themes/nova/theme.css +432 -351
  676. package/resources/themes/nova-accent/theme.css +432 -351
  677. package/resources/themes/nova-alt/theme.css +432 -351
  678. package/resources/themes/nova-vue/theme.css +432 -351
  679. package/resources/themes/rhea/theme.css +432 -351
  680. package/resources/themes/saga-blue/theme.css +432 -351
  681. package/resources/themes/saga-green/theme.css +432 -351
  682. package/resources/themes/saga-orange/theme.css +432 -351
  683. package/resources/themes/saga-purple/theme.css +432 -351
  684. package/resources/themes/soho-dark/theme.css +534 -404
  685. package/resources/themes/soho-light/theme.css +534 -404
  686. package/resources/themes/tailwind-light/theme.css +432 -351
  687. package/resources/themes/vela-blue/theme.css +432 -351
  688. package/resources/themes/vela-green/theme.css +432 -351
  689. package/resources/themes/vela-orange/theme.css +432 -351
  690. package/resources/themes/vela-purple/theme.css +432 -351
  691. package/resources/themes/viva-dark/theme.css +535 -405
  692. package/resources/themes/viva-light/theme.css +535 -405
  693. package/sidebar/Sidebar.vue +16 -1
  694. package/sidebar/sidebar.cjs.js +17 -5
  695. package/sidebar/sidebar.cjs.min.js +1 -1
  696. package/sidebar/sidebar.esm.js +17 -5
  697. package/sidebar/sidebar.esm.min.js +1 -1
  698. package/sidebar/sidebar.js +17 -5
  699. package/sidebar/sidebar.min.js +1 -1
  700. package/slider/Slider.vue +0 -1
  701. package/slider/slider.cjs.js +0 -1
  702. package/slider/slider.cjs.min.js +1 -1
  703. package/slider/slider.esm.js +0 -1
  704. package/slider/slider.esm.min.js +1 -1
  705. package/slider/slider.js +0 -1
  706. package/slider/slider.min.js +1 -1
  707. package/speeddial/SpeedDial.vue +2 -2
  708. package/speeddial/speeddial.cjs.js +2 -2
  709. package/speeddial/speeddial.cjs.min.js +1 -1
  710. package/speeddial/speeddial.esm.js +2 -2
  711. package/speeddial/speeddial.esm.min.js +1 -1
  712. package/speeddial/speeddial.js +2 -2
  713. package/speeddial/speeddial.min.js +1 -1
  714. package/splitbutton/BaseSplitButton.vue +1 -1
  715. package/splitbutton/splitbutton.cjs.js +1 -1
  716. package/splitbutton/splitbutton.cjs.min.js +1 -1
  717. package/splitbutton/splitbutton.esm.js +1 -1
  718. package/splitbutton/splitbutton.esm.min.js +1 -1
  719. package/splitbutton/splitbutton.js +1 -1
  720. package/splitbutton/splitbutton.min.js +1 -1
  721. package/splitbutton/style/splitbuttonstyle.cjs.js +8 -5
  722. package/splitbutton/style/splitbuttonstyle.cjs.min.js +1 -1
  723. package/splitbutton/style/splitbuttonstyle.esm.js +8 -5
  724. package/splitbutton/style/splitbuttonstyle.esm.min.js +1 -1
  725. package/splitbutton/style/splitbuttonstyle.js +8 -5
  726. package/splitbutton/style/splitbuttonstyle.min.js +1 -1
  727. package/steps/Steps.vue +2 -1
  728. package/steps/steps.cjs.js +3 -2
  729. package/steps/steps.cjs.min.js +1 -1
  730. package/steps/steps.esm.js +3 -2
  731. package/steps/steps.esm.min.js +1 -1
  732. package/steps/steps.js +3 -2
  733. package/steps/steps.min.js +1 -1
  734. package/tabview/TabView.vue +2 -3
  735. package/tabview/tabview.cjs.js +3 -3
  736. package/tabview/tabview.cjs.min.js +1 -1
  737. package/tabview/tabview.esm.js +3 -3
  738. package/tabview/tabview.esm.min.js +1 -1
  739. package/tabview/tabview.js +3 -3
  740. package/tabview/tabview.min.js +1 -1
  741. package/tag/Tag.vue +1 -1
  742. package/tag/tag.cjs.js +4 -2
  743. package/tag/tag.cjs.min.js +1 -1
  744. package/tag/tag.esm.js +4 -2
  745. package/tag/tag.esm.min.js +1 -1
  746. package/tag/tag.js +4 -2
  747. package/tag/tag.min.js +1 -1
  748. package/textarea/Textarea.d.ts +2 -2
  749. package/tieredmenu/BaseTieredMenu.vue +1 -1
  750. package/tieredmenu/TieredMenu.d.ts +4 -0
  751. package/tieredmenu/TieredMenu.vue +1 -1
  752. package/tieredmenu/TieredMenuSub.vue +5 -1
  753. package/tieredmenu/tieredmenu.cjs.js +12 -5
  754. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  755. package/tieredmenu/tieredmenu.esm.js +12 -5
  756. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  757. package/tieredmenu/tieredmenu.js +12 -5
  758. package/tieredmenu/tieredmenu.min.js +1 -1
  759. package/togglebutton/BaseToggleButton.vue +4 -4
  760. package/togglebutton/ToggleButton.d.ts +17 -24
  761. package/togglebutton/ToggleButton.vue +41 -67
  762. package/togglebutton/style/togglebuttonstyle.cjs.js +15 -8
  763. package/togglebutton/style/togglebuttonstyle.cjs.min.js +1 -1
  764. package/togglebutton/style/togglebuttonstyle.esm.js +15 -8
  765. package/togglebutton/style/togglebuttonstyle.esm.min.js +1 -1
  766. package/togglebutton/style/togglebuttonstyle.js +15 -8
  767. package/togglebutton/style/togglebuttonstyle.min.js +1 -1
  768. package/togglebutton/togglebutton.cjs.js +45 -80
  769. package/togglebutton/togglebutton.cjs.min.js +1 -1
  770. package/togglebutton/togglebutton.esm.js +46 -81
  771. package/togglebutton/togglebutton.esm.min.js +1 -1
  772. package/togglebutton/togglebutton.js +46 -82
  773. package/togglebutton/togglebutton.min.js +1 -1
  774. package/tooltip/style/tooltipstyle.cjs.js +1 -1
  775. package/tooltip/style/tooltipstyle.cjs.min.js +1 -1
  776. package/tooltip/style/tooltipstyle.esm.js +1 -1
  777. package/tooltip/style/tooltipstyle.esm.min.js +1 -1
  778. package/tooltip/style/tooltipstyle.js +1 -1
  779. package/tooltip/style/tooltipstyle.min.js +1 -1
  780. package/tree/BaseTree.vue +4 -0
  781. package/tree/Tree.d.ts +6 -9
  782. package/tree/Tree.vue +1 -1
  783. package/tree/TreeNode.vue +14 -11
  784. package/tree/style/treestyle.cjs.js +3 -6
  785. package/tree/style/treestyle.cjs.min.js +1 -1
  786. package/tree/style/treestyle.esm.js +3 -6
  787. package/tree/style/treestyle.esm.min.js +1 -1
  788. package/tree/style/treestyle.js +3 -6
  789. package/tree/style/treestyle.min.js +1 -1
  790. package/tree/tree.cjs.js +34 -21
  791. package/tree/tree.cjs.min.js +1 -1
  792. package/tree/tree.esm.js +34 -22
  793. package/tree/tree.esm.min.js +1 -1
  794. package/tree/tree.js +35 -23
  795. package/tree/tree.min.js +1 -1
  796. package/treeselect/BaseTreeSelect.vue +1 -1
  797. package/treeselect/TreeSelect.vue +0 -4
  798. package/treeselect/treeselect.cjs.js +1 -5
  799. package/treeselect/treeselect.cjs.min.js +1 -1
  800. package/treeselect/treeselect.esm.js +1 -5
  801. package/treeselect/treeselect.esm.min.js +1 -1
  802. package/treeselect/treeselect.js +1 -5
  803. package/treeselect/treeselect.min.js +1 -1
  804. package/treetable/BodyCell.vue +26 -24
  805. package/treetable/TreeTable.vue +3 -1
  806. package/treetable/TreeTableRow.vue +2 -0
  807. package/treetable/style/treetablestyle.cjs.js +4 -13
  808. package/treetable/style/treetablestyle.cjs.min.js +1 -1
  809. package/treetable/style/treetablestyle.esm.js +4 -13
  810. package/treetable/style/treetablestyle.esm.min.js +1 -1
  811. package/treetable/style/treetablestyle.js +4 -13
  812. package/treetable/style/treetablestyle.min.js +1 -1
  813. package/treetable/treetable.cjs.js +39 -44
  814. package/treetable/treetable.cjs.min.js +1 -1
  815. package/treetable/treetable.esm.js +39 -45
  816. package/treetable/treetable.esm.min.js +1 -1
  817. package/treetable/treetable.js +40 -46
  818. package/treetable/treetable.min.js +1 -1
  819. package/tristatecheckbox/BaseTriStateCheckbox.vue +17 -9
  820. package/tristatecheckbox/TriStateCheckbox.d.ts +34 -23
  821. package/tristatecheckbox/TriStateCheckbox.vue +49 -61
  822. package/tristatecheckbox/style/tristatecheckboxstyle.cjs.js +7 -13
  823. package/tristatecheckbox/style/tristatecheckboxstyle.cjs.min.js +1 -1
  824. package/tristatecheckbox/style/tristatecheckboxstyle.esm.js +7 -13
  825. package/tristatecheckbox/style/tristatecheckboxstyle.esm.min.js +1 -1
  826. package/tristatecheckbox/style/tristatecheckboxstyle.js +7 -13
  827. package/tristatecheckbox/style/tristatecheckboxstyle.min.js +1 -1
  828. package/tristatecheckbox/tristatecheckbox.cjs.js +69 -87
  829. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  830. package/tristatecheckbox/tristatecheckbox.esm.js +70 -88
  831. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  832. package/tristatecheckbox/tristatecheckbox.js +69 -87
  833. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  834. package/utils/utils.cjs.js +14 -6
  835. package/utils/utils.cjs.min.js +1 -1
  836. package/utils/utils.esm.js +14 -6
  837. package/utils/utils.esm.min.js +1 -1
  838. package/utils/utils.js +14 -6
  839. package/utils/utils.min.js +1 -1
  840. package/vetur-attributes.json +24 -0
  841. package/vetur-tags.json +6 -0
  842. package/virtualscroller/BaseVirtualScroller.vue +1 -1
  843. package/virtualscroller/VirtualScroller.vue +58 -50
  844. package/virtualscroller/virtualscroller.cjs.js +90 -77
  845. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  846. package/virtualscroller/virtualscroller.esm.js +90 -77
  847. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  848. package/virtualscroller/virtualscroller.js +90 -77
  849. package/virtualscroller/virtualscroller.min.js +1 -1
  850. package/web-types.json +71 -6
@@ -7,7 +7,7 @@ this.primevue.dropdown.style = (function (BaseStyle) {
7
7
 
8
8
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
9
9
 
10
- var css = "\n@layer primevue {\n .p-dropdown {\n display: inline-flex;\n cursor: pointer;\n position: relative;\n user-select: none;\n }\n\n .p-dropdown-clear-icon {\n position: absolute;\n top: 50%;\n margin-top: -0.5rem;\n }\n\n .p-dropdown-trigger {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n }\n\n .p-dropdown-label {\n display: block;\n white-space: nowrap;\n overflow: hidden;\n flex: 1 1 auto;\n width: 1%;\n text-overflow: ellipsis;\n cursor: pointer;\n }\n\n .p-dropdown-label-empty {\n overflow: hidden;\n opacity: 0;\n }\n\n input.p-dropdown-label {\n cursor: default;\n }\n\n .p-dropdown .p-dropdown-panel {\n min-width: 100%;\n }\n\n .p-dropdown-panel {\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .p-dropdown-items-wrapper {\n overflow: auto;\n }\n\n .p-dropdown-item {\n cursor: pointer;\n font-weight: normal;\n white-space: nowrap;\n position: relative;\n overflow: hidden;\n }\n\n .p-dropdown-item-group {\n cursor: auto;\n }\n\n .p-dropdown-items {\n margin: 0;\n padding: 0;\n list-style-type: none;\n }\n\n .p-dropdown-filter {\n width: 100%;\n }\n\n .p-dropdown-filter-container {\n position: relative;\n }\n\n .p-dropdown-filter-icon {\n position: absolute;\n top: 50%;\n margin-top: -0.5rem;\n }\n\n .p-fluid .p-dropdown {\n display: flex;\n }\n\n .p-fluid .p-dropdown .p-dropdown-label {\n width: 1%;\n }\n}\n";
10
+ var css = "\n@layer primevue {\n .p-dropdown {\n display: inline-flex;\n cursor: pointer;\n position: relative;\n user-select: none;\n }\n\n .p-dropdown-clear-icon {\n position: absolute;\n top: 50%;\n margin-top: -0.5rem;\n }\n\n .p-dropdown-trigger {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n }\n\n .p-dropdown-label {\n display: block;\n white-space: nowrap;\n overflow: hidden;\n flex: 1 1 auto;\n width: 1%;\n text-overflow: ellipsis;\n cursor: pointer;\n }\n\n .p-dropdown-label-empty {\n overflow: hidden;\n opacity: 0;\n }\n\n input.p-dropdown-label {\n cursor: default;\n }\n\n .p-dropdown .p-dropdown-panel {\n min-width: 100%;\n }\n\n .p-dropdown-panel {\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .p-dropdown-items-wrapper {\n overflow: auto;\n }\n\n .p-dropdown-item {\n cursor: pointer;\n font-weight: normal;\n white-space: nowrap;\n position: relative;\n overflow: hidden;\n display: flex;\n align-items: center;\n }\n\n .p-dropdown-item-group {\n cursor: auto;\n }\n\n .p-dropdown-items {\n margin: 0;\n padding: 0;\n list-style-type: none;\n }\n\n .p-dropdown-filter {\n width: 100%;\n }\n\n .p-dropdown-filter-container {\n position: relative;\n }\n\n .p-dropdown-filter-icon {\n position: absolute;\n top: 50%;\n margin-top: -0.5rem;\n }\n\n .p-fluid .p-dropdown {\n display: flex;\n }\n\n .p-fluid .p-dropdown .p-dropdown-label {\n width: 1%;\n }\n}\n";
11
11
  var classes = {
12
12
  root: function root(_ref) {
13
13
  var instance = _ref.instance,
@@ -48,17 +48,22 @@ this.primevue.dropdown.style = (function (BaseStyle) {
48
48
  wrapper: 'p-dropdown-items-wrapper',
49
49
  list: 'p-dropdown-items',
50
50
  itemGroup: 'p-dropdown-item-group',
51
+ itemGroupLabel: 'p-dropdown-item-group-label',
51
52
  item: function item(_ref4) {
52
53
  var instance = _ref4.instance,
54
+ props = _ref4.props,
53
55
  state = _ref4.state,
54
56
  option = _ref4.option,
55
57
  focusedOption = _ref4.focusedOption;
56
58
  return ['p-dropdown-item', {
57
- 'p-highlight': instance.isSelected(option),
59
+ 'p-highlight': instance.isSelected(option) && props.highlightOnSelect,
58
60
  'p-focus': state.focusedOptionIndex === focusedOption,
59
61
  'p-disabled': instance.isOptionDisabled(option)
60
62
  }];
61
63
  },
64
+ itemLabel: 'p-dropdown-item-label',
65
+ checkIcon: 'p-dropdown-check-icon',
66
+ blankIcon: 'p-dropdown-blank-icon',
62
67
  emptyMessage: 'p-dropdown-empty-message'
63
68
  };
64
69
  var DropdownStyle = BaseStyle__default["default"].extend({
@@ -1 +1 @@
1
- this.primevue=this.primevue||{},this.primevue.dropdown=this.primevue.dropdown||{},this.primevue.dropdown.style=function(n){"use strict";function e(n){return n&&"object"==typeof n&&"default"in n?n:{default:n}}return e(primevue.base.style).default.extend({name:"dropdown",css:"\n@layer primevue {\n .p-dropdown {\n display: inline-flex;\n cursor: pointer;\n position: relative;\n user-select: none;\n }\n\n .p-dropdown-clear-icon {\n position: absolute;\n top: 50%;\n margin-top: -0.5rem;\n }\n\n .p-dropdown-trigger {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n }\n\n .p-dropdown-label {\n display: block;\n white-space: nowrap;\n overflow: hidden;\n flex: 1 1 auto;\n width: 1%;\n text-overflow: ellipsis;\n cursor: pointer;\n }\n\n .p-dropdown-label-empty {\n overflow: hidden;\n opacity: 0;\n }\n\n input.p-dropdown-label {\n cursor: default;\n }\n\n .p-dropdown .p-dropdown-panel {\n min-width: 100%;\n }\n\n .p-dropdown-panel {\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .p-dropdown-items-wrapper {\n overflow: auto;\n }\n\n .p-dropdown-item {\n cursor: pointer;\n font-weight: normal;\n white-space: nowrap;\n position: relative;\n overflow: hidden;\n }\n\n .p-dropdown-item-group {\n cursor: auto;\n }\n\n .p-dropdown-items {\n margin: 0;\n padding: 0;\n list-style-type: none;\n }\n\n .p-dropdown-filter {\n width: 100%;\n }\n\n .p-dropdown-filter-container {\n position: relative;\n }\n\n .p-dropdown-filter-icon {\n position: absolute;\n top: 50%;\n margin-top: -0.5rem;\n }\n\n .p-fluid .p-dropdown {\n display: flex;\n }\n\n .p-fluid .p-dropdown .p-dropdown-label {\n width: 1%;\n }\n}\n",classes:{root:function(n){var e=n.props,o=n.state;return["p-dropdown p-component p-inputwrapper",{"p-disabled":e.disabled,"p-dropdown-clearable":e.showClear,"p-focus":o.focused,"p-inputwrapper-filled":n.instance.hasSelectedOption,"p-inputwrapper-focus":o.focused||o.overlayVisible,"p-overlay-open":o.overlayVisible}]},input:function(n){var e=n.instance,o=n.props;return["p-dropdown-label p-inputtext",{"p-placeholder":!o.editable&&e.label===o.placeholder,"p-dropdown-label-empty":!(o.editable||e.$slots.value||"p-emptylabel"!==e.label&&0!==e.label.length)}]},clearIcon:"p-dropdown-clear-icon",trigger:"p-dropdown-trigger",loadingicon:"p-dropdown-trigger-icon",dropdownIcon:"p-dropdown-trigger-icon",panel:function(n){var e=n.instance;return["p-dropdown-panel p-component",{"p-input-filled":"filled"===e.$primevue.config.inputStyle,"p-ripple-disabled":!1===e.$primevue.config.ripple}]},header:"p-dropdown-header",filterContainer:"p-dropdown-filter-container",filterInput:"p-dropdown-filter p-inputtext p-component",filterIcon:"p-dropdown-filter-icon",wrapper:"p-dropdown-items-wrapper",list:"p-dropdown-items",itemGroup:"p-dropdown-item-group",item:function(n){var e=n.instance,o=n.state,p=n.option,r=n.focusedOption;return["p-dropdown-item",{"p-highlight":e.isSelected(p),"p-focus":o.focusedOptionIndex===r,"p-disabled":e.isOptionDisabled(p)}]},emptyMessage:"p-dropdown-empty-message"}})}();
1
+ this.primevue=this.primevue||{},this.primevue.dropdown=this.primevue.dropdown||{},this.primevue.dropdown.style=function(n){"use strict";function e(n){return n&&"object"==typeof n&&"default"in n?n:{default:n}}return e(primevue.base.style).default.extend({name:"dropdown",css:"\n@layer primevue {\n .p-dropdown {\n display: inline-flex;\n cursor: pointer;\n position: relative;\n user-select: none;\n }\n\n .p-dropdown-clear-icon {\n position: absolute;\n top: 50%;\n margin-top: -0.5rem;\n }\n\n .p-dropdown-trigger {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n }\n\n .p-dropdown-label {\n display: block;\n white-space: nowrap;\n overflow: hidden;\n flex: 1 1 auto;\n width: 1%;\n text-overflow: ellipsis;\n cursor: pointer;\n }\n\n .p-dropdown-label-empty {\n overflow: hidden;\n opacity: 0;\n }\n\n input.p-dropdown-label {\n cursor: default;\n }\n\n .p-dropdown .p-dropdown-panel {\n min-width: 100%;\n }\n\n .p-dropdown-panel {\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .p-dropdown-items-wrapper {\n overflow: auto;\n }\n\n .p-dropdown-item {\n cursor: pointer;\n font-weight: normal;\n white-space: nowrap;\n position: relative;\n overflow: hidden;\n display: flex;\n align-items: center;\n }\n\n .p-dropdown-item-group {\n cursor: auto;\n }\n\n .p-dropdown-items {\n margin: 0;\n padding: 0;\n list-style-type: none;\n }\n\n .p-dropdown-filter {\n width: 100%;\n }\n\n .p-dropdown-filter-container {\n position: relative;\n }\n\n .p-dropdown-filter-icon {\n position: absolute;\n top: 50%;\n margin-top: -0.5rem;\n }\n\n .p-fluid .p-dropdown {\n display: flex;\n }\n\n .p-fluid .p-dropdown .p-dropdown-label {\n width: 1%;\n }\n}\n",classes:{root:function(n){var e=n.props,o=n.state;return["p-dropdown p-component p-inputwrapper",{"p-disabled":e.disabled,"p-dropdown-clearable":e.showClear,"p-focus":o.focused,"p-inputwrapper-filled":n.instance.hasSelectedOption,"p-inputwrapper-focus":o.focused||o.overlayVisible,"p-overlay-open":o.overlayVisible}]},input:function(n){var e=n.instance,o=n.props;return["p-dropdown-label p-inputtext",{"p-placeholder":!o.editable&&e.label===o.placeholder,"p-dropdown-label-empty":!(o.editable||e.$slots.value||"p-emptylabel"!==e.label&&0!==e.label.length)}]},clearIcon:"p-dropdown-clear-icon",trigger:"p-dropdown-trigger",loadingicon:"p-dropdown-trigger-icon",dropdownIcon:"p-dropdown-trigger-icon",panel:function(n){var e=n.instance;return["p-dropdown-panel p-component",{"p-input-filled":"filled"===e.$primevue.config.inputStyle,"p-ripple-disabled":!1===e.$primevue.config.ripple}]},header:"p-dropdown-header",filterContainer:"p-dropdown-filter-container",filterInput:"p-dropdown-filter p-inputtext p-component",filterIcon:"p-dropdown-filter-icon",wrapper:"p-dropdown-items-wrapper",list:"p-dropdown-items",itemGroup:"p-dropdown-item-group",itemGroupLabel:"p-dropdown-item-group-label",item:function(n){var e=n.instance,o=n.props,p=n.state,r=n.option,i=n.focusedOption;return["p-dropdown-item",{"p-highlight":e.isSelected(r)&&o.highlightOnSelect,"p-focus":p.focusedOptionIndex===i,"p-disabled":e.isOptionDisabled(r)}]},itemLabel:"p-dropdown-item-label",checkIcon:"p-dropdown-check-icon",blankIcon:"p-dropdown-blank-icon",emptyMessage:"p-dropdown-empty-message"}})}();
@@ -13,6 +13,12 @@ var BaseFocusTrap = BaseDirective__default["default"].extend({
13
13
  style: FocusTrapStyle__default["default"]
14
14
  });
15
15
 
16
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
17
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
18
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
19
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
20
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
21
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
16
22
  var FocusTrap = BaseFocusTrap.extend('focustrap', {
17
23
  mounted: function mounted(el, binding) {
18
24
  var _ref = binding.value || {},
@@ -20,7 +26,7 @@ var FocusTrap = BaseFocusTrap.extend('focustrap', {
20
26
  if (!disabled) {
21
27
  this.createHiddenFocusableElements(el, binding);
22
28
  this.bind(el, binding);
23
- this.autoFocus(el, binding);
29
+ this.autoElementFocus(el, binding);
24
30
  }
25
31
  el.setAttribute('data-pd-focustrap', true);
26
32
  this.$el = el;
@@ -71,7 +77,14 @@ var FocusTrap = BaseFocusTrap.extend('focustrap', {
71
77
  el.$_pfocustrap_focusinlistener && el.removeEventListener('focusin', el.$_pfocustrap_focusinlistener) && (el.$_pfocustrap_focusinlistener = null);
72
78
  el.$_pfocustrap_focusoutlistener && el.removeEventListener('focusout', el.$_pfocustrap_focusoutlistener) && (el.$_pfocustrap_focusoutlistener = null);
73
79
  },
74
- autoFocus: function autoFocus(el, binding) {
80
+ autoFocus: function autoFocus(options) {
81
+ this.autoElementFocus(this.$el, {
82
+ value: _objectSpread(_objectSpread({}, options), {}, {
83
+ autoFocus: true
84
+ })
85
+ });
86
+ },
87
+ autoElementFocus: function autoElementFocus(el, binding) {
75
88
  var _ref4 = binding.value || {},
76
89
  _ref4$autoFocusSelect = _ref4.autoFocusSelector,
77
90
  autoFocusSelector = _ref4$autoFocusSelect === void 0 ? '' : _ref4$autoFocusSelect,
@@ -1 +1 @@
1
- "use strict";var e=require("primevue/utils"),t=require("primevue/basedirective"),o=require("primevue/focustrap/style");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var s=n(t).default.extend({style:n(o).default}).extend("focustrap",{mounted:function(e,t){(t.value||{}).disabled||(this.createHiddenFocusableElements(e,t),this.bind(e,t),this.autoFocus(e,t)),e.setAttribute("data-pd-focustrap",!0),this.$el=e},updated:function(e,t){(t.value||{}).disabled&&this.unbind(e)},unmounted:function(e){this.unbind(e)},methods:{getComputedSelector:function(e){return':not(.p-hidden-focusable):not([data-p-hidden-focusable="true"])'.concat(null!=e?e:"")},bind:function(t,o){var n=this,s=o.value||{},u=s.onFocusIn,c=s.onFocusOut;t.$_pfocustrap_mutationobserver=new MutationObserver((function(o){o.forEach((function(o){if("childList"===o.type&&!t.contains(document.activeElement)){e.DomHandler.focus(function o(s){var u=e.DomHandler.isFocusableElement(s)?e.DomHandler.isFocusableElement(s,n.getComputedSelector(t.$_pfocustrap_focusableselector))?s:e.DomHandler.getFirstFocusableElement(t,n.getComputedSelector(t.$_pfocustrap_focusableselector)):e.DomHandler.getFirstFocusableElement(s);return e.ObjectUtils.isNotEmpty(u)?u:s.nextSibling&&o(s.nextSibling)}(o.nextSibling))}}))})),t.$_pfocustrap_mutationobserver.disconnect(),t.$_pfocustrap_mutationobserver.observe(t,{childList:!0}),t.$_pfocustrap_focusinlistener=function(e){return u&&u(e)},t.$_pfocustrap_focusoutlistener=function(e){return c&&c(e)},t.addEventListener("focusin",t.$_pfocustrap_focusinlistener),t.addEventListener("focusout",t.$_pfocustrap_focusoutlistener)},unbind:function(e){e.$_pfocustrap_mutationobserver&&e.$_pfocustrap_mutationobserver.disconnect(),e.$_pfocustrap_focusinlistener&&e.removeEventListener("focusin",e.$_pfocustrap_focusinlistener)&&(e.$_pfocustrap_focusinlistener=null),e.$_pfocustrap_focusoutlistener&&e.removeEventListener("focusout",e.$_pfocustrap_focusoutlistener)&&(e.$_pfocustrap_focusoutlistener=null)},autoFocus:function(t,o){var n=o.value||{},s=n.autoFocusSelector,u=n.firstFocusableSelector,c=void 0===u?"":u,r=n.autoFocus,a=void 0!==r&&r,i=e.DomHandler.getFirstFocusableElement(t,"[autofocus]".concat(this.getComputedSelector(void 0===s?"":s)));a&&!i&&(i=e.DomHandler.getFirstFocusableElement(t,this.getComputedSelector(c))),e.DomHandler.focus(i)},onFirstHiddenElementFocus:function(t){var o,n=t.currentTarget,s=t.relatedTarget,u=s!==n.$_pfocustrap_lasthiddenfocusableelement&&null!==(o=this.$el)&&void 0!==o&&o.contains(s)?n.$_pfocustrap_lasthiddenfocusableelement:e.DomHandler.getFirstFocusableElement(n.parentElement,this.getComputedSelector(n.$_pfocustrap_focusableselector));e.DomHandler.focus(u)},onLastHiddenElementFocus:function(t){var o,n=t.currentTarget,s=t.relatedTarget,u=s!==n.$_pfocustrap_firsthiddenfocusableelement&&null!==(o=this.$el)&&void 0!==o&&o.contains(s)?n.$_pfocustrap_firsthiddenfocusableelement:e.DomHandler.getLastFocusableElement(n.parentElement,this.getComputedSelector(n.$_pfocustrap_focusableselector));e.DomHandler.focus(u)},createHiddenFocusableElements:function(t,o){var n=this,s=o.value||{},u=s.tabIndex,c=void 0===u?0:u,r=s.firstFocusableSelector,a=void 0===r?"":r,i=s.lastFocusableSelector,l=void 0===i?"":i,d=function(t){return e.DomHandler.createElement("span",{class:"p-hidden-accessible p-hidden-focusable",tabIndex:c,role:"presentation","aria-hidden":!0,"data-p-hidden-accessible":!0,"data-p-hidden-focusable":!0,onFocus:null==t?void 0:t.bind(n)})},f=d(this.onFirstHiddenElementFocus),p=d(this.onLastHiddenElementFocus);f.$_pfocustrap_lasthiddenfocusableelement=p,f.$_pfocustrap_focusableselector=a,f.setAttribute("data-pc-section","firstfocusableelement"),p.$_pfocustrap_firsthiddenfocusableelement=f,p.$_pfocustrap_focusableselector=l,p.setAttribute("data-pc-section","lastfocusableelement"),t.prepend(f),t.append(p)}}});module.exports=s;
1
+ "use strict";var e=require("primevue/utils"),t=require("primevue/basedirective"),o=require("primevue/focustrap/style");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function u(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function s(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?u(Object(o),!0).forEach((function(t){c(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):u(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function c(e,t,o){var n;return(t="symbol"==r(n=i(t,"string"))?n:String(n))in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function i(e,t){if("object"!=r(e)||!e)return e;var o=e[Symbol.toPrimitive];if(void 0!==o){var n=o.call(e,t||"default");if("object"!=r(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}var a=n(t).default.extend({style:n(o).default}).extend("focustrap",{mounted:function(e,t){(t.value||{}).disabled||(this.createHiddenFocusableElements(e,t),this.bind(e,t),this.autoElementFocus(e,t)),e.setAttribute("data-pd-focustrap",!0),this.$el=e},updated:function(e,t){(t.value||{}).disabled&&this.unbind(e)},unmounted:function(e){this.unbind(e)},methods:{getComputedSelector:function(e){return':not(.p-hidden-focusable):not([data-p-hidden-focusable="true"])'.concat(null!=e?e:"")},bind:function(t,o){var n=this,r=o.value||{},u=r.onFocusIn,s=r.onFocusOut;t.$_pfocustrap_mutationobserver=new MutationObserver((function(o){o.forEach((function(o){if("childList"===o.type&&!t.contains(document.activeElement)){e.DomHandler.focus(function o(r){var u=e.DomHandler.isFocusableElement(r)?e.DomHandler.isFocusableElement(r,n.getComputedSelector(t.$_pfocustrap_focusableselector))?r:e.DomHandler.getFirstFocusableElement(t,n.getComputedSelector(t.$_pfocustrap_focusableselector)):e.DomHandler.getFirstFocusableElement(r);return e.ObjectUtils.isNotEmpty(u)?u:r.nextSibling&&o(r.nextSibling)}(o.nextSibling))}}))})),t.$_pfocustrap_mutationobserver.disconnect(),t.$_pfocustrap_mutationobserver.observe(t,{childList:!0}),t.$_pfocustrap_focusinlistener=function(e){return u&&u(e)},t.$_pfocustrap_focusoutlistener=function(e){return s&&s(e)},t.addEventListener("focusin",t.$_pfocustrap_focusinlistener),t.addEventListener("focusout",t.$_pfocustrap_focusoutlistener)},unbind:function(e){e.$_pfocustrap_mutationobserver&&e.$_pfocustrap_mutationobserver.disconnect(),e.$_pfocustrap_focusinlistener&&e.removeEventListener("focusin",e.$_pfocustrap_focusinlistener)&&(e.$_pfocustrap_focusinlistener=null),e.$_pfocustrap_focusoutlistener&&e.removeEventListener("focusout",e.$_pfocustrap_focusoutlistener)&&(e.$_pfocustrap_focusoutlistener=null)},autoFocus:function(e){this.autoElementFocus(this.$el,{value:s(s({},e),{},{autoFocus:!0})})},autoElementFocus:function(t,o){var n=o.value||{},r=n.autoFocusSelector,u=n.firstFocusableSelector,s=void 0===u?"":u,c=n.autoFocus,i=void 0!==c&&c,a=e.DomHandler.getFirstFocusableElement(t,"[autofocus]".concat(this.getComputedSelector(void 0===r?"":r)));i&&!a&&(a=e.DomHandler.getFirstFocusableElement(t,this.getComputedSelector(s))),e.DomHandler.focus(a)},onFirstHiddenElementFocus:function(t){var o,n=t.currentTarget,r=t.relatedTarget,u=r!==n.$_pfocustrap_lasthiddenfocusableelement&&null!==(o=this.$el)&&void 0!==o&&o.contains(r)?n.$_pfocustrap_lasthiddenfocusableelement:e.DomHandler.getFirstFocusableElement(n.parentElement,this.getComputedSelector(n.$_pfocustrap_focusableselector));e.DomHandler.focus(u)},onLastHiddenElementFocus:function(t){var o,n=t.currentTarget,r=t.relatedTarget,u=r!==n.$_pfocustrap_firsthiddenfocusableelement&&null!==(o=this.$el)&&void 0!==o&&o.contains(r)?n.$_pfocustrap_firsthiddenfocusableelement:e.DomHandler.getLastFocusableElement(n.parentElement,this.getComputedSelector(n.$_pfocustrap_focusableselector));e.DomHandler.focus(u)},createHiddenFocusableElements:function(t,o){var n=this,r=o.value||{},u=r.tabIndex,s=void 0===u?0:u,c=r.firstFocusableSelector,i=void 0===c?"":c,a=r.lastFocusableSelector,l=void 0===a?"":a,f=function(t){return e.DomHandler.createElement("span",{class:"p-hidden-accessible p-hidden-focusable",tabIndex:s,role:"presentation","aria-hidden":!0,"data-p-hidden-accessible":!0,"data-p-hidden-focusable":!0,onFocus:null==t?void 0:t.bind(n)})},d=f(this.onFirstHiddenElementFocus),p=f(this.onLastHiddenElementFocus);d.$_pfocustrap_lasthiddenfocusableelement=p,d.$_pfocustrap_focusableselector=i,d.setAttribute("data-pc-section","firstfocusableelement"),p.$_pfocustrap_firsthiddenfocusableelement=d,p.$_pfocustrap_focusableselector=l,p.setAttribute("data-pc-section","lastfocusableelement"),t.prepend(d),t.append(p)}}});module.exports=a;
@@ -6,6 +6,12 @@ var BaseFocusTrap = BaseDirective.extend({
6
6
  style: FocusTrapStyle
7
7
  });
8
8
 
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
11
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
12
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
13
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
14
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
15
  var FocusTrap = BaseFocusTrap.extend('focustrap', {
10
16
  mounted: function mounted(el, binding) {
11
17
  var _ref = binding.value || {},
@@ -13,7 +19,7 @@ var FocusTrap = BaseFocusTrap.extend('focustrap', {
13
19
  if (!disabled) {
14
20
  this.createHiddenFocusableElements(el, binding);
15
21
  this.bind(el, binding);
16
- this.autoFocus(el, binding);
22
+ this.autoElementFocus(el, binding);
17
23
  }
18
24
  el.setAttribute('data-pd-focustrap', true);
19
25
  this.$el = el;
@@ -64,7 +70,14 @@ var FocusTrap = BaseFocusTrap.extend('focustrap', {
64
70
  el.$_pfocustrap_focusinlistener && el.removeEventListener('focusin', el.$_pfocustrap_focusinlistener) && (el.$_pfocustrap_focusinlistener = null);
65
71
  el.$_pfocustrap_focusoutlistener && el.removeEventListener('focusout', el.$_pfocustrap_focusoutlistener) && (el.$_pfocustrap_focusoutlistener = null);
66
72
  },
67
- autoFocus: function autoFocus(el, binding) {
73
+ autoFocus: function autoFocus(options) {
74
+ this.autoElementFocus(this.$el, {
75
+ value: _objectSpread(_objectSpread({}, options), {}, {
76
+ autoFocus: true
77
+ })
78
+ });
79
+ },
80
+ autoElementFocus: function autoElementFocus(el, binding) {
68
81
  var _ref4 = binding.value || {},
69
82
  _ref4$autoFocusSelect = _ref4.autoFocusSelector,
70
83
  autoFocusSelector = _ref4$autoFocusSelect === void 0 ? '' : _ref4$autoFocusSelect,
@@ -1 +1 @@
1
- import{DomHandler as e,ObjectUtils as t}from"primevue/utils";import o from"primevue/basedirective";import s from"primevue/focustrap/style";var n=o.extend({style:s}).extend("focustrap",{mounted:function(e,t){(t.value||{}).disabled||(this.createHiddenFocusableElements(e,t),this.bind(e,t),this.autoFocus(e,t)),e.setAttribute("data-pd-focustrap",!0),this.$el=e},updated:function(e,t){(t.value||{}).disabled&&this.unbind(e)},unmounted:function(e){this.unbind(e)},methods:{getComputedSelector:function(e){return':not(.p-hidden-focusable):not([data-p-hidden-focusable="true"])'.concat(null!=e?e:"")},bind:function(o,s){var n=this,u=s.value||{},c=u.onFocusIn,i=u.onFocusOut;o.$_pfocustrap_mutationobserver=new MutationObserver((function(s){s.forEach((function(s){if("childList"===s.type&&!o.contains(document.activeElement)){e.focus(function s(u){var c=e.isFocusableElement(u)?e.isFocusableElement(u,n.getComputedSelector(o.$_pfocustrap_focusableselector))?u:e.getFirstFocusableElement(o,n.getComputedSelector(o.$_pfocustrap_focusableselector)):e.getFirstFocusableElement(u);return t.isNotEmpty(c)?c:u.nextSibling&&s(u.nextSibling)}(s.nextSibling))}}))})),o.$_pfocustrap_mutationobserver.disconnect(),o.$_pfocustrap_mutationobserver.observe(o,{childList:!0}),o.$_pfocustrap_focusinlistener=function(e){return c&&c(e)},o.$_pfocustrap_focusoutlistener=function(e){return i&&i(e)},o.addEventListener("focusin",o.$_pfocustrap_focusinlistener),o.addEventListener("focusout",o.$_pfocustrap_focusoutlistener)},unbind:function(e){e.$_pfocustrap_mutationobserver&&e.$_pfocustrap_mutationobserver.disconnect(),e.$_pfocustrap_focusinlistener&&e.removeEventListener("focusin",e.$_pfocustrap_focusinlistener)&&(e.$_pfocustrap_focusinlistener=null),e.$_pfocustrap_focusoutlistener&&e.removeEventListener("focusout",e.$_pfocustrap_focusoutlistener)&&(e.$_pfocustrap_focusoutlistener=null)},autoFocus:function(t,o){var s=o.value||{},n=s.autoFocusSelector,u=s.firstFocusableSelector,c=void 0===u?"":u,i=s.autoFocus,r=void 0!==i&&i,a=e.getFirstFocusableElement(t,"[autofocus]".concat(this.getComputedSelector(void 0===n?"":n)));r&&!a&&(a=e.getFirstFocusableElement(t,this.getComputedSelector(c))),e.focus(a)},onFirstHiddenElementFocus:function(t){var o,s=t.currentTarget,n=t.relatedTarget,u=n!==s.$_pfocustrap_lasthiddenfocusableelement&&null!==(o=this.$el)&&void 0!==o&&o.contains(n)?s.$_pfocustrap_lasthiddenfocusableelement:e.getFirstFocusableElement(s.parentElement,this.getComputedSelector(s.$_pfocustrap_focusableselector));e.focus(u)},onLastHiddenElementFocus:function(t){var o,s=t.currentTarget,n=t.relatedTarget,u=n!==s.$_pfocustrap_firsthiddenfocusableelement&&null!==(o=this.$el)&&void 0!==o&&o.contains(n)?s.$_pfocustrap_firsthiddenfocusableelement:e.getLastFocusableElement(s.parentElement,this.getComputedSelector(s.$_pfocustrap_focusableselector));e.focus(u)},createHiddenFocusableElements:function(t,o){var s=this,n=o.value||{},u=n.tabIndex,c=void 0===u?0:u,i=n.firstFocusableSelector,r=void 0===i?"":i,a=n.lastFocusableSelector,l=void 0===a?"":a,d=function(t){return e.createElement("span",{class:"p-hidden-accessible p-hidden-focusable",tabIndex:c,role:"presentation","aria-hidden":!0,"data-p-hidden-accessible":!0,"data-p-hidden-focusable":!0,onFocus:null==t?void 0:t.bind(s)})},f=d(this.onFirstHiddenElementFocus),p=d(this.onLastHiddenElementFocus);f.$_pfocustrap_lasthiddenfocusableelement=p,f.$_pfocustrap_focusableselector=r,f.setAttribute("data-pc-section","firstfocusableelement"),p.$_pfocustrap_firsthiddenfocusableelement=f,p.$_pfocustrap_focusableselector=l,p.setAttribute("data-pc-section","lastfocusableelement"),t.prepend(f),t.append(p)}}});export{n as default};
1
+ import{DomHandler as e,ObjectUtils as t}from"primevue/utils";import o from"primevue/basedirective";import n from"primevue/focustrap/style";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function s(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function u(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?s(Object(o),!0).forEach((function(t){c(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):s(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function c(e,t,o){var n;return(t="symbol"==r(n=i(t,"string"))?n:String(n))in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function i(e,t){if("object"!=r(e)||!e)return e;var o=e[Symbol.toPrimitive];if(void 0!==o){var n=o.call(e,t||"default");if("object"!=r(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}var a=o.extend({style:n}).extend("focustrap",{mounted:function(e,t){(t.value||{}).disabled||(this.createHiddenFocusableElements(e,t),this.bind(e,t),this.autoElementFocus(e,t)),e.setAttribute("data-pd-focustrap",!0),this.$el=e},updated:function(e,t){(t.value||{}).disabled&&this.unbind(e)},unmounted:function(e){this.unbind(e)},methods:{getComputedSelector:function(e){return':not(.p-hidden-focusable):not([data-p-hidden-focusable="true"])'.concat(null!=e?e:"")},bind:function(o,n){var r=this,s=n.value||{},u=s.onFocusIn,c=s.onFocusOut;o.$_pfocustrap_mutationobserver=new MutationObserver((function(n){n.forEach((function(n){if("childList"===n.type&&!o.contains(document.activeElement)){e.focus(function n(s){var u=e.isFocusableElement(s)?e.isFocusableElement(s,r.getComputedSelector(o.$_pfocustrap_focusableselector))?s:e.getFirstFocusableElement(o,r.getComputedSelector(o.$_pfocustrap_focusableselector)):e.getFirstFocusableElement(s);return t.isNotEmpty(u)?u:s.nextSibling&&n(s.nextSibling)}(n.nextSibling))}}))})),o.$_pfocustrap_mutationobserver.disconnect(),o.$_pfocustrap_mutationobserver.observe(o,{childList:!0}),o.$_pfocustrap_focusinlistener=function(e){return u&&u(e)},o.$_pfocustrap_focusoutlistener=function(e){return c&&c(e)},o.addEventListener("focusin",o.$_pfocustrap_focusinlistener),o.addEventListener("focusout",o.$_pfocustrap_focusoutlistener)},unbind:function(e){e.$_pfocustrap_mutationobserver&&e.$_pfocustrap_mutationobserver.disconnect(),e.$_pfocustrap_focusinlistener&&e.removeEventListener("focusin",e.$_pfocustrap_focusinlistener)&&(e.$_pfocustrap_focusinlistener=null),e.$_pfocustrap_focusoutlistener&&e.removeEventListener("focusout",e.$_pfocustrap_focusoutlistener)&&(e.$_pfocustrap_focusoutlistener=null)},autoFocus:function(e){this.autoElementFocus(this.$el,{value:u(u({},e),{},{autoFocus:!0})})},autoElementFocus:function(t,o){var n=o.value||{},r=n.autoFocusSelector,s=n.firstFocusableSelector,u=void 0===s?"":s,c=n.autoFocus,i=void 0!==c&&c,a=e.getFirstFocusableElement(t,"[autofocus]".concat(this.getComputedSelector(void 0===r?"":r)));i&&!a&&(a=e.getFirstFocusableElement(t,this.getComputedSelector(u))),e.focus(a)},onFirstHiddenElementFocus:function(t){var o,n=t.currentTarget,r=t.relatedTarget,s=r!==n.$_pfocustrap_lasthiddenfocusableelement&&null!==(o=this.$el)&&void 0!==o&&o.contains(r)?n.$_pfocustrap_lasthiddenfocusableelement:e.getFirstFocusableElement(n.parentElement,this.getComputedSelector(n.$_pfocustrap_focusableselector));e.focus(s)},onLastHiddenElementFocus:function(t){var o,n=t.currentTarget,r=t.relatedTarget,s=r!==n.$_pfocustrap_firsthiddenfocusableelement&&null!==(o=this.$el)&&void 0!==o&&o.contains(r)?n.$_pfocustrap_firsthiddenfocusableelement:e.getLastFocusableElement(n.parentElement,this.getComputedSelector(n.$_pfocustrap_focusableselector));e.focus(s)},createHiddenFocusableElements:function(t,o){var n=this,r=o.value||{},s=r.tabIndex,u=void 0===s?0:s,c=r.firstFocusableSelector,i=void 0===c?"":c,a=r.lastFocusableSelector,l=void 0===a?"":a,f=function(t){return e.createElement("span",{class:"p-hidden-accessible p-hidden-focusable",tabIndex:u,role:"presentation","aria-hidden":!0,"data-p-hidden-accessible":!0,"data-p-hidden-focusable":!0,onFocus:null==t?void 0:t.bind(n)})},p=f(this.onFirstHiddenElementFocus),d=f(this.onLastHiddenElementFocus);p.$_pfocustrap_lasthiddenfocusableelement=d,p.$_pfocustrap_focusableselector=i,p.setAttribute("data-pc-section","firstfocusableelement"),d.$_pfocustrap_firsthiddenfocusableelement=p,d.$_pfocustrap_focusableselector=l,d.setAttribute("data-pc-section","lastfocusableelement"),t.prepend(p),t.append(d)}}});export{a as default};
@@ -11,6 +11,12 @@ this.primevue.focustrap = (function (utils, BaseDirective, FocusTrapStyle) {
11
11
  style: FocusTrapStyle__default["default"]
12
12
  });
13
13
 
14
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
15
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
16
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
17
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
18
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
19
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
14
20
  var FocusTrap = BaseFocusTrap.extend('focustrap', {
15
21
  mounted: function mounted(el, binding) {
16
22
  var _ref = binding.value || {},
@@ -18,7 +24,7 @@ this.primevue.focustrap = (function (utils, BaseDirective, FocusTrapStyle) {
18
24
  if (!disabled) {
19
25
  this.createHiddenFocusableElements(el, binding);
20
26
  this.bind(el, binding);
21
- this.autoFocus(el, binding);
27
+ this.autoElementFocus(el, binding);
22
28
  }
23
29
  el.setAttribute('data-pd-focustrap', true);
24
30
  this.$el = el;
@@ -69,7 +75,14 @@ this.primevue.focustrap = (function (utils, BaseDirective, FocusTrapStyle) {
69
75
  el.$_pfocustrap_focusinlistener && el.removeEventListener('focusin', el.$_pfocustrap_focusinlistener) && (el.$_pfocustrap_focusinlistener = null);
70
76
  el.$_pfocustrap_focusoutlistener && el.removeEventListener('focusout', el.$_pfocustrap_focusoutlistener) && (el.$_pfocustrap_focusoutlistener = null);
71
77
  },
72
- autoFocus: function autoFocus(el, binding) {
78
+ autoFocus: function autoFocus(options) {
79
+ this.autoElementFocus(this.$el, {
80
+ value: _objectSpread(_objectSpread({}, options), {}, {
81
+ autoFocus: true
82
+ })
83
+ });
84
+ },
85
+ autoElementFocus: function autoElementFocus(el, binding) {
73
86
  var _ref4 = binding.value || {},
74
87
  _ref4$autoFocusSelect = _ref4.autoFocusSelector,
75
88
  autoFocusSelector = _ref4$autoFocusSelect === void 0 ? '' : _ref4$autoFocusSelect,
@@ -1 +1 @@
1
- this.primevue=this.primevue||{},this.primevue.focustrap=function(e,t,o){"use strict";function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}return n(t).default.extend({style:n(o).default}).extend("focustrap",{mounted:function(e,t){(t.value||{}).disabled||(this.createHiddenFocusableElements(e,t),this.bind(e,t),this.autoFocus(e,t)),e.setAttribute("data-pd-focustrap",!0),this.$el=e},updated:function(e,t){(t.value||{}).disabled&&this.unbind(e)},unmounted:function(e){this.unbind(e)},methods:{getComputedSelector:function(e){return':not(.p-hidden-focusable):not([data-p-hidden-focusable="true"])'.concat(null!=e?e:"")},bind:function(t,o){var n=this,s=o.value||{},u=s.onFocusIn,c=s.onFocusOut;t.$_pfocustrap_mutationobserver=new MutationObserver((function(o){o.forEach((function(o){if("childList"===o.type&&!t.contains(document.activeElement)){e.DomHandler.focus(function o(s){var u=e.DomHandler.isFocusableElement(s)?e.DomHandler.isFocusableElement(s,n.getComputedSelector(t.$_pfocustrap_focusableselector))?s:e.DomHandler.getFirstFocusableElement(t,n.getComputedSelector(t.$_pfocustrap_focusableselector)):e.DomHandler.getFirstFocusableElement(s);return e.ObjectUtils.isNotEmpty(u)?u:s.nextSibling&&o(s.nextSibling)}(o.nextSibling))}}))})),t.$_pfocustrap_mutationobserver.disconnect(),t.$_pfocustrap_mutationobserver.observe(t,{childList:!0}),t.$_pfocustrap_focusinlistener=function(e){return u&&u(e)},t.$_pfocustrap_focusoutlistener=function(e){return c&&c(e)},t.addEventListener("focusin",t.$_pfocustrap_focusinlistener),t.addEventListener("focusout",t.$_pfocustrap_focusoutlistener)},unbind:function(e){e.$_pfocustrap_mutationobserver&&e.$_pfocustrap_mutationobserver.disconnect(),e.$_pfocustrap_focusinlistener&&e.removeEventListener("focusin",e.$_pfocustrap_focusinlistener)&&(e.$_pfocustrap_focusinlistener=null),e.$_pfocustrap_focusoutlistener&&e.removeEventListener("focusout",e.$_pfocustrap_focusoutlistener)&&(e.$_pfocustrap_focusoutlistener=null)},autoFocus:function(t,o){var n=o.value||{},s=n.autoFocusSelector,u=n.firstFocusableSelector,c=void 0===u?"":u,a=n.autoFocus,r=void 0!==a&&a,i=e.DomHandler.getFirstFocusableElement(t,"[autofocus]".concat(this.getComputedSelector(void 0===s?"":s)));r&&!i&&(i=e.DomHandler.getFirstFocusableElement(t,this.getComputedSelector(c))),e.DomHandler.focus(i)},onFirstHiddenElementFocus:function(t){var o,n=t.currentTarget,s=t.relatedTarget,u=s!==n.$_pfocustrap_lasthiddenfocusableelement&&null!==(o=this.$el)&&void 0!==o&&o.contains(s)?n.$_pfocustrap_lasthiddenfocusableelement:e.DomHandler.getFirstFocusableElement(n.parentElement,this.getComputedSelector(n.$_pfocustrap_focusableselector));e.DomHandler.focus(u)},onLastHiddenElementFocus:function(t){var o,n=t.currentTarget,s=t.relatedTarget,u=s!==n.$_pfocustrap_firsthiddenfocusableelement&&null!==(o=this.$el)&&void 0!==o&&o.contains(s)?n.$_pfocustrap_firsthiddenfocusableelement:e.DomHandler.getLastFocusableElement(n.parentElement,this.getComputedSelector(n.$_pfocustrap_focusableselector));e.DomHandler.focus(u)},createHiddenFocusableElements:function(t,o){var n=this,s=o.value||{},u=s.tabIndex,c=void 0===u?0:u,a=s.firstFocusableSelector,r=void 0===a?"":a,i=s.lastFocusableSelector,l=void 0===i?"":i,d=function(t){return e.DomHandler.createElement("span",{class:"p-hidden-accessible p-hidden-focusable",tabIndex:c,role:"presentation","aria-hidden":!0,"data-p-hidden-accessible":!0,"data-p-hidden-focusable":!0,onFocus:null==t?void 0:t.bind(n)})},f=d(this.onFirstHiddenElementFocus),p=d(this.onLastHiddenElementFocus);f.$_pfocustrap_lasthiddenfocusableelement=p,f.$_pfocustrap_focusableselector=r,f.setAttribute("data-pc-section","firstfocusableelement"),p.$_pfocustrap_firsthiddenfocusableelement=f,p.$_pfocustrap_focusableselector=l,p.setAttribute("data-pc-section","lastfocusableelement"),t.prepend(f),t.append(p)}}})}(primevue.utils,primevue.basedirective,primevue.focustrap.style);
1
+ this.primevue=this.primevue||{},this.primevue.focustrap=function(e,t,o){"use strict";function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function u(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function s(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?u(Object(o),!0).forEach((function(t){c(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):u(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function c(e,t,o){var n;return(t="symbol"==r(n=i(t,"string"))?n:String(n))in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function i(e,t){if("object"!=r(e)||!e)return e;var o=e[Symbol.toPrimitive];if(void 0!==o){var n=o.call(e,t||"default");if("object"!=r(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}return n(t).default.extend({style:n(o).default}).extend("focustrap",{mounted:function(e,t){(t.value||{}).disabled||(this.createHiddenFocusableElements(e,t),this.bind(e,t),this.autoElementFocus(e,t)),e.setAttribute("data-pd-focustrap",!0),this.$el=e},updated:function(e,t){(t.value||{}).disabled&&this.unbind(e)},unmounted:function(e){this.unbind(e)},methods:{getComputedSelector:function(e){return':not(.p-hidden-focusable):not([data-p-hidden-focusable="true"])'.concat(null!=e?e:"")},bind:function(t,o){var n=this,r=o.value||{},u=r.onFocusIn,s=r.onFocusOut;t.$_pfocustrap_mutationobserver=new MutationObserver((function(o){o.forEach((function(o){if("childList"===o.type&&!t.contains(document.activeElement)){e.DomHandler.focus(function o(r){var u=e.DomHandler.isFocusableElement(r)?e.DomHandler.isFocusableElement(r,n.getComputedSelector(t.$_pfocustrap_focusableselector))?r:e.DomHandler.getFirstFocusableElement(t,n.getComputedSelector(t.$_pfocustrap_focusableselector)):e.DomHandler.getFirstFocusableElement(r);return e.ObjectUtils.isNotEmpty(u)?u:r.nextSibling&&o(r.nextSibling)}(o.nextSibling))}}))})),t.$_pfocustrap_mutationobserver.disconnect(),t.$_pfocustrap_mutationobserver.observe(t,{childList:!0}),t.$_pfocustrap_focusinlistener=function(e){return u&&u(e)},t.$_pfocustrap_focusoutlistener=function(e){return s&&s(e)},t.addEventListener("focusin",t.$_pfocustrap_focusinlistener),t.addEventListener("focusout",t.$_pfocustrap_focusoutlistener)},unbind:function(e){e.$_pfocustrap_mutationobserver&&e.$_pfocustrap_mutationobserver.disconnect(),e.$_pfocustrap_focusinlistener&&e.removeEventListener("focusin",e.$_pfocustrap_focusinlistener)&&(e.$_pfocustrap_focusinlistener=null),e.$_pfocustrap_focusoutlistener&&e.removeEventListener("focusout",e.$_pfocustrap_focusoutlistener)&&(e.$_pfocustrap_focusoutlistener=null)},autoFocus:function(e){this.autoElementFocus(this.$el,{value:s(s({},e),{},{autoFocus:!0})})},autoElementFocus:function(t,o){var n=o.value||{},r=n.autoFocusSelector,u=n.firstFocusableSelector,s=void 0===u?"":u,c=n.autoFocus,i=void 0!==c&&c,a=e.DomHandler.getFirstFocusableElement(t,"[autofocus]".concat(this.getComputedSelector(void 0===r?"":r)));i&&!a&&(a=e.DomHandler.getFirstFocusableElement(t,this.getComputedSelector(s))),e.DomHandler.focus(a)},onFirstHiddenElementFocus:function(t){var o,n=t.currentTarget,r=t.relatedTarget,u=r!==n.$_pfocustrap_lasthiddenfocusableelement&&null!==(o=this.$el)&&void 0!==o&&o.contains(r)?n.$_pfocustrap_lasthiddenfocusableelement:e.DomHandler.getFirstFocusableElement(n.parentElement,this.getComputedSelector(n.$_pfocustrap_focusableselector));e.DomHandler.focus(u)},onLastHiddenElementFocus:function(t){var o,n=t.currentTarget,r=t.relatedTarget,u=r!==n.$_pfocustrap_firsthiddenfocusableelement&&null!==(o=this.$el)&&void 0!==o&&o.contains(r)?n.$_pfocustrap_firsthiddenfocusableelement:e.DomHandler.getLastFocusableElement(n.parentElement,this.getComputedSelector(n.$_pfocustrap_focusableselector));e.DomHandler.focus(u)},createHiddenFocusableElements:function(t,o){var n=this,r=o.value||{},u=r.tabIndex,s=void 0===u?0:u,c=r.firstFocusableSelector,i=void 0===c?"":c,a=r.lastFocusableSelector,l=void 0===a?"":a,f=function(t){return e.DomHandler.createElement("span",{class:"p-hidden-accessible p-hidden-focusable",tabIndex:s,role:"presentation","aria-hidden":!0,"data-p-hidden-accessible":!0,"data-p-hidden-focusable":!0,onFocus:null==t?void 0:t.bind(n)})},p=f(this.onFirstHiddenElementFocus),d=f(this.onLastHiddenElementFocus);p.$_pfocustrap_lasthiddenfocusableelement=d,p.$_pfocustrap_focusableselector=i,p.setAttribute("data-pc-section","firstfocusableelement"),d.$_pfocustrap_firsthiddenfocusableelement=p,d.$_pfocustrap_focusableselector=l,d.setAttribute("data-pc-section","lastfocusableelement"),t.prepend(p),t.append(d)}}})}(primevue.utils,primevue.basedirective,primevue.focustrap.style);
@@ -1,7 +1,6 @@
1
1
  'use strict';
2
2
 
3
3
  var BaseIcon = require('primevue/baseicon');
4
- var utils = require('primevue/utils');
5
4
  var vue = require('vue');
6
5
 
7
6
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -10,15 +9,10 @@ var BaseIcon__default = /*#__PURE__*/_interopDefaultLegacy(BaseIcon);
10
9
 
11
10
  var script = {
12
11
  name: 'ArrowDownIcon',
13
- "extends": BaseIcon__default["default"],
14
- computed: {
15
- pathId: function pathId() {
16
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
17
- }
18
- }
12
+ "extends": BaseIcon__default["default"]
19
13
  };
20
14
 
21
- var _hoisted_1 = ["clipPath"];
15
+ var _hoisted_1 = ["clip-path"];
22
16
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
23
17
  "fill-rule": "evenodd",
24
18
  "clip-rule": "evenodd",
@@ -41,9 +35,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
41
35
  fill: "none",
42
36
  xmlns: "http://www.w3.org/2000/svg"
43
37
  }, _ctx.pti()), [vue.createElementVNode("g", {
44
- clipPath: "url(#".concat($options.pathId, ")")
38
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
45
39
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
46
- id: "".concat($options.pathId)
40
+ id: "".concat(_ctx.pathId)
47
41
  }, _hoisted_6, 8, _hoisted_4)])], 16);
48
42
  }
49
43
 
@@ -1 +1 @@
1
- "use strict";var e=require("primevue/baseicon"),t=require("primevue/utils"),n=require("vue");function r(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var l={name:"ArrowDownIcon",extends:r(e).default,computed:{pathId:function(){return"pv_icon_clip_".concat(t.UniqueComponentId())}}},o=["clipPath"],i=[n.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.99994 14C6.91097 14.0004 6.82281 13.983 6.74064 13.9489C6.65843 13.9148 6.58387 13.8646 6.52133 13.8013L1.10198 8.38193C0.982318 8.25351 0.917175 8.08367 0.920272 7.90817C0.923368 7.73267 0.994462 7.56523 1.11858 7.44111C1.24269 7.317 1.41014 7.2459 1.58563 7.2428C1.76113 7.23971 1.93098 7.30485 2.0594 7.42451L6.32263 11.6877V0.677419C6.32263 0.497756 6.394 0.325452 6.52104 0.198411C6.64808 0.0713706 6.82039 0 7.00005 0C7.17971 0 7.35202 0.0713706 7.47906 0.198411C7.6061 0.325452 7.67747 0.497756 7.67747 0.677419V11.6877L11.9407 7.42451C12.0691 7.30485 12.2389 7.23971 12.4144 7.2428C12.5899 7.2459 12.7574 7.317 12.8815 7.44111C13.0056 7.56523 13.0767 7.73267 13.0798 7.90817C13.0829 8.08367 13.0178 8.25351 12.8981 8.38193L7.47875 13.8013C7.41621 13.8646 7.34164 13.9148 7.25944 13.9489C7.17727 13.983 7.08912 14.0004 7.00015 14C7.00012 14 7.00009 14 7.00005 14C7.00001 14 6.99998 14 6.99994 14Z",fill:"currentColor"},null,-1)],c=["id"],u=[n.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];l.render=function(e,t,r,l,d,a){return n.openBlock(),n.createElementBlock("svg",n.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),[n.createElementVNode("g",{clipPath:"url(#".concat(a.pathId,")")},i,8,o),n.createElementVNode("defs",null,[n.createElementVNode("clipPath",{id:"".concat(a.pathId)},u,8,c)])],16)},module.exports=l;
1
+ "use strict";var e=require("primevue/baseicon"),t=require("vue");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r={name:"ArrowDownIcon",extends:l(e).default},n=["clip-path"],o=[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.99994 14C6.91097 14.0004 6.82281 13.983 6.74064 13.9489C6.65843 13.9148 6.58387 13.8646 6.52133 13.8013L1.10198 8.38193C0.982318 8.25351 0.917175 8.08367 0.920272 7.90817C0.923368 7.73267 0.994462 7.56523 1.11858 7.44111C1.24269 7.317 1.41014 7.2459 1.58563 7.2428C1.76113 7.23971 1.93098 7.30485 2.0594 7.42451L6.32263 11.6877V0.677419C6.32263 0.497756 6.394 0.325452 6.52104 0.198411C6.64808 0.0713706 6.82039 0 7.00005 0C7.17971 0 7.35202 0.0713706 7.47906 0.198411C7.6061 0.325452 7.67747 0.497756 7.67747 0.677419V11.6877L11.9407 7.42451C12.0691 7.30485 12.2389 7.23971 12.4144 7.2428C12.5899 7.2459 12.7574 7.317 12.8815 7.44111C13.0056 7.56523 13.0767 7.73267 13.0798 7.90817C13.0829 8.08367 13.0178 8.25351 12.8981 8.38193L7.47875 13.8013C7.41621 13.8646 7.34164 13.9148 7.25944 13.9489C7.17727 13.983 7.08912 14.0004 7.00015 14C7.00012 14 7.00009 14 7.00005 14C7.00001 14 6.99998 14 6.99994 14Z",fill:"currentColor"},null,-1)],i=["id"],c=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];r.render=function(e,l,r,d,a,u){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()),[t.createElementVNode("g",{"clip-path":"url(#".concat(e.pathId,")")},o,8,n),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},c,8,i)])],16)},module.exports=r;
@@ -1,18 +1,12 @@
1
1
  import BaseIcon from 'primevue/baseicon';
2
- import { UniqueComponentId } from 'primevue/utils';
3
2
  import { openBlock, createElementBlock, mergeProps, createElementVNode } from 'vue';
4
3
 
5
4
  var script = {
6
5
  name: 'ArrowDownIcon',
7
- "extends": BaseIcon,
8
- computed: {
9
- pathId: function pathId() {
10
- return "pv_icon_clip_".concat(UniqueComponentId());
11
- }
12
- }
6
+ "extends": BaseIcon
13
7
  };
14
8
 
15
- var _hoisted_1 = ["clipPath"];
9
+ var _hoisted_1 = ["clip-path"];
16
10
  var _hoisted_2 = /*#__PURE__*/createElementVNode("path", {
17
11
  "fill-rule": "evenodd",
18
12
  "clip-rule": "evenodd",
@@ -35,9 +29,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
35
29
  fill: "none",
36
30
  xmlns: "http://www.w3.org/2000/svg"
37
31
  }, _ctx.pti()), [createElementVNode("g", {
38
- clipPath: "url(#".concat($options.pathId, ")")
32
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
39
33
  }, _hoisted_3, 8, _hoisted_1), createElementVNode("defs", null, [createElementVNode("clipPath", {
40
- id: "".concat($options.pathId)
34
+ id: "".concat(_ctx.pathId)
41
35
  }, _hoisted_6, 8, _hoisted_4)])], 16);
42
36
  }
43
37
 
@@ -1 +1 @@
1
- import t from"primevue/baseicon";import{UniqueComponentId as e}from"primevue/utils";import{openBlock as i,createElementBlock as l,mergeProps as r,createElementVNode as n}from"vue";var o={name:"ArrowDownIcon",extends:t,computed:{pathId:function(){return"pv_icon_clip_".concat(e())}}},c=["clipPath"],p=[n("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.99994 14C6.91097 14.0004 6.82281 13.983 6.74064 13.9489C6.65843 13.9148 6.58387 13.8646 6.52133 13.8013L1.10198 8.38193C0.982318 8.25351 0.917175 8.08367 0.920272 7.90817C0.923368 7.73267 0.994462 7.56523 1.11858 7.44111C1.24269 7.317 1.41014 7.2459 1.58563 7.2428C1.76113 7.23971 1.93098 7.30485 2.0594 7.42451L6.32263 11.6877V0.677419C6.32263 0.497756 6.394 0.325452 6.52104 0.198411C6.64808 0.0713706 6.82039 0 7.00005 0C7.17971 0 7.35202 0.0713706 7.47906 0.198411C7.6061 0.325452 7.67747 0.497756 7.67747 0.677419V11.6877L11.9407 7.42451C12.0691 7.30485 12.2389 7.23971 12.4144 7.2428C12.5899 7.2459 12.7574 7.317 12.8815 7.44111C13.0056 7.56523 13.0767 7.73267 13.0798 7.90817C13.0829 8.08367 13.0178 8.25351 12.8981 8.38193L7.47875 13.8013C7.41621 13.8646 7.34164 13.9148 7.25944 13.9489C7.17727 13.983 7.08912 14.0004 7.00015 14C7.00012 14 7.00009 14 7.00005 14C7.00001 14 6.99998 14 6.99994 14Z",fill:"currentColor"},null,-1)],C=["id"],d=[n("rect",{width:"14",height:"14",fill:"white"},null,-1)];o.render=function(t,e,o,u,a,h){return i(),l("svg",r({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.pti()),[n("g",{clipPath:"url(#".concat(h.pathId,")")},p,8,c),n("defs",null,[n("clipPath",{id:"".concat(h.pathId)},d,8,C)])],16)};export{o as default};
1
+ import e from"primevue/baseicon";import{openBlock as t,createElementBlock as l,mergeProps as i,createElementVNode as r}from"vue";var n={name:"ArrowDownIcon",extends:e},o=["clip-path"],C=[r("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.99994 14C6.91097 14.0004 6.82281 13.983 6.74064 13.9489C6.65843 13.9148 6.58387 13.8646 6.52133 13.8013L1.10198 8.38193C0.982318 8.25351 0.917175 8.08367 0.920272 7.90817C0.923368 7.73267 0.994462 7.56523 1.11858 7.44111C1.24269 7.317 1.41014 7.2459 1.58563 7.2428C1.76113 7.23971 1.93098 7.30485 2.0594 7.42451L6.32263 11.6877V0.677419C6.32263 0.497756 6.394 0.325452 6.52104 0.198411C6.64808 0.0713706 6.82039 0 7.00005 0C7.17971 0 7.35202 0.0713706 7.47906 0.198411C7.6061 0.325452 7.67747 0.497756 7.67747 0.677419V11.6877L11.9407 7.42451C12.0691 7.30485 12.2389 7.23971 12.4144 7.2428C12.5899 7.2459 12.7574 7.317 12.8815 7.44111C13.0056 7.56523 13.0767 7.73267 13.0798 7.90817C13.0829 8.08367 13.0178 8.25351 12.8981 8.38193L7.47875 13.8013C7.41621 13.8646 7.34164 13.9148 7.25944 13.9489C7.17727 13.983 7.08912 14.0004 7.00015 14C7.00012 14 7.00009 14 7.00005 14C7.00001 14 6.99998 14 6.99994 14Z",fill:"currentColor"},null,-1)],d=["id"],p=[r("rect",{width:"14",height:"14",fill:"white"},null,-1)];n.render=function(e,n,h,a,c,u){return t(),l("svg",i({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),[r("g",{"clip-path":"url(#".concat(e.pathId,")")},C,8,o),r("defs",null,[r("clipPath",{id:"".concat(e.pathId)},p,8,d)])],16)};export{n as default};
@@ -1,6 +1,6 @@
1
1
  this.primevue = this.primevue || {};
2
2
  this.primevue.icons = this.primevue.icons || {};
3
- this.primevue.icons.arrowdown = (function (BaseIcon, utils, vue) {
3
+ this.primevue.icons.arrowdown = (function (BaseIcon, vue) {
4
4
  'use strict';
5
5
 
6
6
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -9,15 +9,10 @@ this.primevue.icons.arrowdown = (function (BaseIcon, utils, vue) {
9
9
 
10
10
  var script = {
11
11
  name: 'ArrowDownIcon',
12
- "extends": BaseIcon__default["default"],
13
- computed: {
14
- pathId: function pathId() {
15
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
16
- }
17
- }
12
+ "extends": BaseIcon__default["default"]
18
13
  };
19
14
 
20
- var _hoisted_1 = ["clipPath"];
15
+ var _hoisted_1 = ["clip-path"];
21
16
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
22
17
  "fill-rule": "evenodd",
23
18
  "clip-rule": "evenodd",
@@ -40,9 +35,9 @@ this.primevue.icons.arrowdown = (function (BaseIcon, utils, vue) {
40
35
  fill: "none",
41
36
  xmlns: "http://www.w3.org/2000/svg"
42
37
  }, _ctx.pti()), [vue.createElementVNode("g", {
43
- clipPath: "url(#".concat($options.pathId, ")")
38
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
44
39
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
45
- id: "".concat($options.pathId)
40
+ id: "".concat(_ctx.pathId)
46
41
  }, _hoisted_6, 8, _hoisted_4)])], 16);
47
42
  }
48
43
 
@@ -50,4 +45,4 @@ this.primevue.icons.arrowdown = (function (BaseIcon, utils, vue) {
50
45
 
51
46
  return script;
52
47
 
53
- })(primevue.baseicon, primevue.utils, Vue);
48
+ })(primevue.baseicon, Vue);
@@ -1 +1 @@
1
- this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.arrowdown=function(e,t,n){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r={name:"ArrowDownIcon",extends:i(e).default,computed:{pathId:function(){return"pv_icon_clip_".concat(t.UniqueComponentId())}}},o=["clipPath"],l=[n.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.99994 14C6.91097 14.0004 6.82281 13.983 6.74064 13.9489C6.65843 13.9148 6.58387 13.8646 6.52133 13.8013L1.10198 8.38193C0.982318 8.25351 0.917175 8.08367 0.920272 7.90817C0.923368 7.73267 0.994462 7.56523 1.11858 7.44111C1.24269 7.317 1.41014 7.2459 1.58563 7.2428C1.76113 7.23971 1.93098 7.30485 2.0594 7.42451L6.32263 11.6877V0.677419C6.32263 0.497756 6.394 0.325452 6.52104 0.198411C6.64808 0.0713706 6.82039 0 7.00005 0C7.17971 0 7.35202 0.0713706 7.47906 0.198411C7.6061 0.325452 7.67747 0.497756 7.67747 0.677419V11.6877L11.9407 7.42451C12.0691 7.30485 12.2389 7.23971 12.4144 7.2428C12.5899 7.2459 12.7574 7.317 12.8815 7.44111C13.0056 7.56523 13.0767 7.73267 13.0798 7.90817C13.0829 8.08367 13.0178 8.25351 12.8981 8.38193L7.47875 13.8013C7.41621 13.8646 7.34164 13.9148 7.25944 13.9489C7.17727 13.983 7.08912 14.0004 7.00015 14C7.00012 14 7.00009 14 7.00005 14C7.00001 14 6.99998 14 6.99994 14Z",fill:"currentColor"},null,-1)],c=["id"],u=[n.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];return r.render=function(e,t,i,r,d,p){return n.openBlock(),n.createElementBlock("svg",n.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),[n.createElementVNode("g",{clipPath:"url(#".concat(p.pathId,")")},l,8,o),n.createElementVNode("defs",null,[n.createElementVNode("clipPath",{id:"".concat(p.pathId)},u,8,c)])],16)},r}(primevue.baseicon,primevue.utils,Vue);
1
+ this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.arrowdown=function(e,t){"use strict";function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i={name:"ArrowDownIcon",extends:n(e).default},r=["clip-path"],l=[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.99994 14C6.91097 14.0004 6.82281 13.983 6.74064 13.9489C6.65843 13.9148 6.58387 13.8646 6.52133 13.8013L1.10198 8.38193C0.982318 8.25351 0.917175 8.08367 0.920272 7.90817C0.923368 7.73267 0.994462 7.56523 1.11858 7.44111C1.24269 7.317 1.41014 7.2459 1.58563 7.2428C1.76113 7.23971 1.93098 7.30485 2.0594 7.42451L6.32263 11.6877V0.677419C6.32263 0.497756 6.394 0.325452 6.52104 0.198411C6.64808 0.0713706 6.82039 0 7.00005 0C7.17971 0 7.35202 0.0713706 7.47906 0.198411C7.6061 0.325452 7.67747 0.497756 7.67747 0.677419V11.6877L11.9407 7.42451C12.0691 7.30485 12.2389 7.23971 12.4144 7.2428C12.5899 7.2459 12.7574 7.317 12.8815 7.44111C13.0056 7.56523 13.0767 7.73267 13.0798 7.90817C13.0829 8.08367 13.0178 8.25351 12.8981 8.38193L7.47875 13.8013C7.41621 13.8646 7.34164 13.9148 7.25944 13.9489C7.17727 13.983 7.08912 14.0004 7.00015 14C7.00012 14 7.00009 14 7.00005 14C7.00001 14 6.99998 14 6.99994 14Z",fill:"currentColor"},null,-1)],o=["id"],c=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];return i.render=function(e,n,i,u,d,a){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()),[t.createElementVNode("g",{"clip-path":"url(#".concat(e.pathId,")")},l,8,r),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},c,8,o)])],16)},i}(primevue.baseicon,Vue);
@@ -1,6 +1,6 @@
1
1
  <template>
2
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 :clipPath="`url(#${pathId})`">
3
+ <g :clip-path="`url(#${pathId})`">
4
4
  <path
5
5
  fill-rule="evenodd"
6
6
  clip-rule="evenodd"
@@ -18,15 +18,9 @@
18
18
 
19
19
  <script>
20
20
  import BaseIcon from 'primevue/baseicon';
21
- import { UniqueComponentId } from 'primevue/utils';
22
21
 
23
22
  export default {
24
23
  name: 'ArrowDownIcon',
25
- extends: BaseIcon,
26
- computed: {
27
- pathId() {
28
- return `pv_icon_clip_${UniqueComponentId()}`;
29
- }
30
- }
24
+ extends: BaseIcon
31
25
  };
32
26
  </script>
@@ -1,7 +1,6 @@
1
1
  'use strict';
2
2
 
3
3
  var BaseIcon = require('primevue/baseicon');
4
- var utils = require('primevue/utils');
5
4
  var vue = require('vue');
6
5
 
7
6
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -10,15 +9,10 @@ var BaseIcon__default = /*#__PURE__*/_interopDefaultLegacy(BaseIcon);
10
9
 
11
10
  var script = {
12
11
  name: 'ArrowUpIcon',
13
- "extends": BaseIcon__default["default"],
14
- computed: {
15
- pathId: function pathId() {
16
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
17
- }
18
- }
12
+ "extends": BaseIcon__default["default"]
19
13
  };
20
14
 
21
- var _hoisted_1 = ["clipPath"];
15
+ var _hoisted_1 = ["clip-path"];
22
16
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
23
17
  "fill-rule": "evenodd",
24
18
  "clip-rule": "evenodd",
@@ -41,9 +35,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
41
35
  fill: "none",
42
36
  xmlns: "http://www.w3.org/2000/svg"
43
37
  }, _ctx.pti()), [vue.createElementVNode("g", {
44
- clipPath: "url(#".concat($options.pathId, ")")
38
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
45
39
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
46
- id: "".concat($options.pathId)
40
+ id: "".concat(_ctx.pathId)
47
41
  }, _hoisted_6, 8, _hoisted_4)])], 16);
48
42
  }
49
43
 
@@ -1 +1 @@
1
- "use strict";var e=require("primevue/baseicon"),t=require("primevue/utils"),n=require("vue");function r(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var l={name:"ArrowUpIcon",extends:r(e).default,computed:{pathId:function(){return"pv_icon_clip_".concat(t.UniqueComponentId())}}},o=["clipPath"],i=[n.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.51551 13.799C6.64205 13.9255 6.813 13.9977 6.99193 14C7.17087 13.9977 7.34182 13.9255 7.46835 13.799C7.59489 13.6725 7.66701 13.5015 7.66935 13.3226V2.31233L11.9326 6.57554C11.9951 6.63887 12.0697 6.68907 12.1519 6.72319C12.2341 6.75731 12.3223 6.77467 12.4113 6.77425C12.5003 6.77467 12.5885 6.75731 12.6707 6.72319C12.7529 6.68907 12.8274 6.63887 12.89 6.57554C13.0168 6.44853 13.0881 6.27635 13.0881 6.09683C13.0881 5.91732 13.0168 5.74514 12.89 5.61812L7.48846 0.216594C7.48274 0.210436 7.4769 0.204374 7.47094 0.198411C7.3439 0.0713707 7.1716 0 6.99193 0C6.81227 0 6.63997 0.0713707 6.51293 0.198411C6.50704 0.204296 6.50128 0.210278 6.49563 0.216354L1.09386 5.61812C0.974201 5.74654 0.909057 5.91639 0.912154 6.09189C0.91525 6.26738 0.986345 6.43483 1.11046 6.55894C1.23457 6.68306 1.40202 6.75415 1.57752 6.75725C1.75302 6.76035 1.92286 6.6952 2.05128 6.57554L6.31451 2.31231V13.3226C6.31685 13.5015 6.38898 13.6725 6.51551 13.799Z",fill:"currentColor"},null,-1)],c=["id"],u=[n.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];l.render=function(e,t,r,l,d,a){return n.openBlock(),n.createElementBlock("svg",n.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),[n.createElementVNode("g",{clipPath:"url(#".concat(a.pathId,")")},i,8,o),n.createElementVNode("defs",null,[n.createElementVNode("clipPath",{id:"".concat(a.pathId)},u,8,c)])],16)},module.exports=l;
1
+ "use strict";var e=require("primevue/baseicon"),t=require("vue");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r={name:"ArrowUpIcon",extends:l(e).default},n=["clip-path"],o=[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.51551 13.799C6.64205 13.9255 6.813 13.9977 6.99193 14C7.17087 13.9977 7.34182 13.9255 7.46835 13.799C7.59489 13.6725 7.66701 13.5015 7.66935 13.3226V2.31233L11.9326 6.57554C11.9951 6.63887 12.0697 6.68907 12.1519 6.72319C12.2341 6.75731 12.3223 6.77467 12.4113 6.77425C12.5003 6.77467 12.5885 6.75731 12.6707 6.72319C12.7529 6.68907 12.8274 6.63887 12.89 6.57554C13.0168 6.44853 13.0881 6.27635 13.0881 6.09683C13.0881 5.91732 13.0168 5.74514 12.89 5.61812L7.48846 0.216594C7.48274 0.210436 7.4769 0.204374 7.47094 0.198411C7.3439 0.0713707 7.1716 0 6.99193 0C6.81227 0 6.63997 0.0713707 6.51293 0.198411C6.50704 0.204296 6.50128 0.210278 6.49563 0.216354L1.09386 5.61812C0.974201 5.74654 0.909057 5.91639 0.912154 6.09189C0.91525 6.26738 0.986345 6.43483 1.11046 6.55894C1.23457 6.68306 1.40202 6.75415 1.57752 6.75725C1.75302 6.76035 1.92286 6.6952 2.05128 6.57554L6.31451 2.31231V13.3226C6.31685 13.5015 6.38898 13.6725 6.51551 13.799Z",fill:"currentColor"},null,-1)],i=["id"],c=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];r.render=function(e,l,r,d,a,u){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()),[t.createElementVNode("g",{"clip-path":"url(#".concat(e.pathId,")")},o,8,n),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},c,8,i)])],16)},module.exports=r;
@@ -1,18 +1,12 @@
1
1
  import BaseIcon from 'primevue/baseicon';
2
- import { UniqueComponentId } from 'primevue/utils';
3
2
  import { openBlock, createElementBlock, mergeProps, createElementVNode } from 'vue';
4
3
 
5
4
  var script = {
6
5
  name: 'ArrowUpIcon',
7
- "extends": BaseIcon,
8
- computed: {
9
- pathId: function pathId() {
10
- return "pv_icon_clip_".concat(UniqueComponentId());
11
- }
12
- }
6
+ "extends": BaseIcon
13
7
  };
14
8
 
15
- var _hoisted_1 = ["clipPath"];
9
+ var _hoisted_1 = ["clip-path"];
16
10
  var _hoisted_2 = /*#__PURE__*/createElementVNode("path", {
17
11
  "fill-rule": "evenodd",
18
12
  "clip-rule": "evenodd",
@@ -35,9 +29,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
35
29
  fill: "none",
36
30
  xmlns: "http://www.w3.org/2000/svg"
37
31
  }, _ctx.pti()), [createElementVNode("g", {
38
- clipPath: "url(#".concat($options.pathId, ")")
32
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
39
33
  }, _hoisted_3, 8, _hoisted_1), createElementVNode("defs", null, [createElementVNode("clipPath", {
40
- id: "".concat($options.pathId)
34
+ id: "".concat(_ctx.pathId)
41
35
  }, _hoisted_6, 8, _hoisted_4)])], 16);
42
36
  }
43
37
 
@@ -1 +1 @@
1
- import t from"primevue/baseicon";import{UniqueComponentId as e}from"primevue/utils";import{openBlock as i,createElementBlock as l,mergeProps as r,createElementVNode as n}from"vue";var o={name:"ArrowUpIcon",extends:t,computed:{pathId:function(){return"pv_icon_clip_".concat(e())}}},p=["clipPath"],c=[n("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.51551 13.799C6.64205 13.9255 6.813 13.9977 6.99193 14C7.17087 13.9977 7.34182 13.9255 7.46835 13.799C7.59489 13.6725 7.66701 13.5015 7.66935 13.3226V2.31233L11.9326 6.57554C11.9951 6.63887 12.0697 6.68907 12.1519 6.72319C12.2341 6.75731 12.3223 6.77467 12.4113 6.77425C12.5003 6.77467 12.5885 6.75731 12.6707 6.72319C12.7529 6.68907 12.8274 6.63887 12.89 6.57554C13.0168 6.44853 13.0881 6.27635 13.0881 6.09683C13.0881 5.91732 13.0168 5.74514 12.89 5.61812L7.48846 0.216594C7.48274 0.210436 7.4769 0.204374 7.47094 0.198411C7.3439 0.0713707 7.1716 0 6.99193 0C6.81227 0 6.63997 0.0713707 6.51293 0.198411C6.50704 0.204296 6.50128 0.210278 6.49563 0.216354L1.09386 5.61812C0.974201 5.74654 0.909057 5.91639 0.912154 6.09189C0.91525 6.26738 0.986345 6.43483 1.11046 6.55894C1.23457 6.68306 1.40202 6.75415 1.57752 6.75725C1.75302 6.76035 1.92286 6.6952 2.05128 6.57554L6.31451 2.31231V13.3226C6.31685 13.5015 6.38898 13.6725 6.51551 13.799Z",fill:"currentColor"},null,-1)],C=["id"],d=[n("rect",{width:"14",height:"14",fill:"white"},null,-1)];o.render=function(t,e,o,u,a,h){return i(),l("svg",r({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.pti()),[n("g",{clipPath:"url(#".concat(h.pathId,")")},c,8,p),n("defs",null,[n("clipPath",{id:"".concat(h.pathId)},d,8,C)])],16)};export{o as default};
1
+ import e from"primevue/baseicon";import{openBlock as t,createElementBlock as l,mergeProps as i,createElementVNode as r}from"vue";var n={name:"ArrowUpIcon",extends:e},C=["clip-path"],o=[r("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.51551 13.799C6.64205 13.9255 6.813 13.9977 6.99193 14C7.17087 13.9977 7.34182 13.9255 7.46835 13.799C7.59489 13.6725 7.66701 13.5015 7.66935 13.3226V2.31233L11.9326 6.57554C11.9951 6.63887 12.0697 6.68907 12.1519 6.72319C12.2341 6.75731 12.3223 6.77467 12.4113 6.77425C12.5003 6.77467 12.5885 6.75731 12.6707 6.72319C12.7529 6.68907 12.8274 6.63887 12.89 6.57554C13.0168 6.44853 13.0881 6.27635 13.0881 6.09683C13.0881 5.91732 13.0168 5.74514 12.89 5.61812L7.48846 0.216594C7.48274 0.210436 7.4769 0.204374 7.47094 0.198411C7.3439 0.0713707 7.1716 0 6.99193 0C6.81227 0 6.63997 0.0713707 6.51293 0.198411C6.50704 0.204296 6.50128 0.210278 6.49563 0.216354L1.09386 5.61812C0.974201 5.74654 0.909057 5.91639 0.912154 6.09189C0.91525 6.26738 0.986345 6.43483 1.11046 6.55894C1.23457 6.68306 1.40202 6.75415 1.57752 6.75725C1.75302 6.76035 1.92286 6.6952 2.05128 6.57554L6.31451 2.31231V13.3226C6.31685 13.5015 6.38898 13.6725 6.51551 13.799Z",fill:"currentColor"},null,-1)],p=["id"],d=[r("rect",{width:"14",height:"14",fill:"white"},null,-1)];n.render=function(e,n,h,a,c,u){return t(),l("svg",i({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),[r("g",{"clip-path":"url(#".concat(e.pathId,")")},o,8,C),r("defs",null,[r("clipPath",{id:"".concat(e.pathId)},d,8,p)])],16)};export{n as default};
@@ -1,6 +1,6 @@
1
1
  this.primevue = this.primevue || {};
2
2
  this.primevue.icons = this.primevue.icons || {};
3
- this.primevue.icons.arrowup = (function (BaseIcon, utils, vue) {
3
+ this.primevue.icons.arrowup = (function (BaseIcon, vue) {
4
4
  'use strict';
5
5
 
6
6
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -9,15 +9,10 @@ this.primevue.icons.arrowup = (function (BaseIcon, utils, vue) {
9
9
 
10
10
  var script = {
11
11
  name: 'ArrowUpIcon',
12
- "extends": BaseIcon__default["default"],
13
- computed: {
14
- pathId: function pathId() {
15
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
16
- }
17
- }
12
+ "extends": BaseIcon__default["default"]
18
13
  };
19
14
 
20
- var _hoisted_1 = ["clipPath"];
15
+ var _hoisted_1 = ["clip-path"];
21
16
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
22
17
  "fill-rule": "evenodd",
23
18
  "clip-rule": "evenodd",
@@ -40,9 +35,9 @@ this.primevue.icons.arrowup = (function (BaseIcon, utils, vue) {
40
35
  fill: "none",
41
36
  xmlns: "http://www.w3.org/2000/svg"
42
37
  }, _ctx.pti()), [vue.createElementVNode("g", {
43
- clipPath: "url(#".concat($options.pathId, ")")
38
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
44
39
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
45
- id: "".concat($options.pathId)
40
+ id: "".concat(_ctx.pathId)
46
41
  }, _hoisted_6, 8, _hoisted_4)])], 16);
47
42
  }
48
43
 
@@ -50,4 +45,4 @@ this.primevue.icons.arrowup = (function (BaseIcon, utils, vue) {
50
45
 
51
46
  return script;
52
47
 
53
- })(primevue.baseicon, primevue.utils, Vue);
48
+ })(primevue.baseicon, Vue);
@@ -1 +1 @@
1
- this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.arrowup=function(e,t,n){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r={name:"ArrowUpIcon",extends:i(e).default,computed:{pathId:function(){return"pv_icon_clip_".concat(t.UniqueComponentId())}}},l=["clipPath"],o=[n.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.51551 13.799C6.64205 13.9255 6.813 13.9977 6.99193 14C7.17087 13.9977 7.34182 13.9255 7.46835 13.799C7.59489 13.6725 7.66701 13.5015 7.66935 13.3226V2.31233L11.9326 6.57554C11.9951 6.63887 12.0697 6.68907 12.1519 6.72319C12.2341 6.75731 12.3223 6.77467 12.4113 6.77425C12.5003 6.77467 12.5885 6.75731 12.6707 6.72319C12.7529 6.68907 12.8274 6.63887 12.89 6.57554C13.0168 6.44853 13.0881 6.27635 13.0881 6.09683C13.0881 5.91732 13.0168 5.74514 12.89 5.61812L7.48846 0.216594C7.48274 0.210436 7.4769 0.204374 7.47094 0.198411C7.3439 0.0713707 7.1716 0 6.99193 0C6.81227 0 6.63997 0.0713707 6.51293 0.198411C6.50704 0.204296 6.50128 0.210278 6.49563 0.216354L1.09386 5.61812C0.974201 5.74654 0.909057 5.91639 0.912154 6.09189C0.91525 6.26738 0.986345 6.43483 1.11046 6.55894C1.23457 6.68306 1.40202 6.75415 1.57752 6.75725C1.75302 6.76035 1.92286 6.6952 2.05128 6.57554L6.31451 2.31231V13.3226C6.31685 13.5015 6.38898 13.6725 6.51551 13.799Z",fill:"currentColor"},null,-1)],c=["id"],u=[n.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];return r.render=function(e,t,i,r,p,d){return n.openBlock(),n.createElementBlock("svg",n.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),[n.createElementVNode("g",{clipPath:"url(#".concat(d.pathId,")")},o,8,l),n.createElementVNode("defs",null,[n.createElementVNode("clipPath",{id:"".concat(d.pathId)},u,8,c)])],16)},r}(primevue.baseicon,primevue.utils,Vue);
1
+ this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.arrowup=function(e,t){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n={name:"ArrowUpIcon",extends:i(e).default},r=["clip-path"],l=[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.51551 13.799C6.64205 13.9255 6.813 13.9977 6.99193 14C7.17087 13.9977 7.34182 13.9255 7.46835 13.799C7.59489 13.6725 7.66701 13.5015 7.66935 13.3226V2.31233L11.9326 6.57554C11.9951 6.63887 12.0697 6.68907 12.1519 6.72319C12.2341 6.75731 12.3223 6.77467 12.4113 6.77425C12.5003 6.77467 12.5885 6.75731 12.6707 6.72319C12.7529 6.68907 12.8274 6.63887 12.89 6.57554C13.0168 6.44853 13.0881 6.27635 13.0881 6.09683C13.0881 5.91732 13.0168 5.74514 12.89 5.61812L7.48846 0.216594C7.48274 0.210436 7.4769 0.204374 7.47094 0.198411C7.3439 0.0713707 7.1716 0 6.99193 0C6.81227 0 6.63997 0.0713707 6.51293 0.198411C6.50704 0.204296 6.50128 0.210278 6.49563 0.216354L1.09386 5.61812C0.974201 5.74654 0.909057 5.91639 0.912154 6.09189C0.91525 6.26738 0.986345 6.43483 1.11046 6.55894C1.23457 6.68306 1.40202 6.75415 1.57752 6.75725C1.75302 6.76035 1.92286 6.6952 2.05128 6.57554L6.31451 2.31231V13.3226C6.31685 13.5015 6.38898 13.6725 6.51551 13.799Z",fill:"currentColor"},null,-1)],o=["id"],c=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];return n.render=function(e,i,n,u,d,p){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()),[t.createElementVNode("g",{"clip-path":"url(#".concat(e.pathId,")")},l,8,r),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},c,8,o)])],16)},n}(primevue.baseicon,Vue);