primevue 3.46.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 (738) 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 +5 -1
  11. package/autocomplete/autocomplete.cjs.js +29 -18
  12. package/autocomplete/autocomplete.cjs.min.js +1 -1
  13. package/autocomplete/autocomplete.esm.js +29 -18
  14. package/autocomplete/autocomplete.esm.min.js +1 -1
  15. package/autocomplete/autocomplete.js +29 -18
  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/Calendar.d.ts +53 -2
  43. package/calendar/Calendar.vue +12 -0
  44. package/calendar/calendar.cjs.js +12 -0
  45. package/calendar/calendar.cjs.min.js +1 -1
  46. package/calendar/calendar.esm.js +12 -0
  47. package/calendar/calendar.esm.min.js +1 -1
  48. package/calendar/calendar.js +12 -0
  49. package/calendar/calendar.min.js +1 -1
  50. package/cascadeselect/BaseCascadeSelect.vue +5 -1
  51. package/cascadeselect/CascadeSelect.d.ts +6 -1
  52. package/cascadeselect/CascadeSelect.vue +56 -35
  53. package/cascadeselect/CascadeSelectSub.vue +9 -2
  54. package/cascadeselect/cascadeselect.cjs.js +99 -52
  55. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  56. package/cascadeselect/cascadeselect.esm.js +99 -52
  57. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  58. package/cascadeselect/cascadeselect.js +99 -52
  59. package/cascadeselect/cascadeselect.min.js +1 -1
  60. package/checkbox/BaseCheckbox.vue +0 -4
  61. package/checkbox/Checkbox.d.ts +17 -34
  62. package/checkbox/Checkbox.vue +24 -35
  63. package/checkbox/checkbox.cjs.js +21 -49
  64. package/checkbox/checkbox.cjs.min.js +1 -1
  65. package/checkbox/checkbox.esm.js +21 -49
  66. package/checkbox/checkbox.esm.min.js +1 -1
  67. package/checkbox/checkbox.js +21 -49
  68. package/checkbox/checkbox.min.js +1 -1
  69. package/checkbox/style/checkboxstyle.cjs.js +5 -11
  70. package/checkbox/style/checkboxstyle.cjs.min.js +1 -1
  71. package/checkbox/style/checkboxstyle.esm.js +5 -11
  72. package/checkbox/style/checkboxstyle.esm.min.js +1 -1
  73. package/checkbox/style/checkboxstyle.js +5 -11
  74. package/checkbox/style/checkboxstyle.min.js +1 -1
  75. package/chips/Chips.vue +2 -1
  76. package/chips/chips.cjs.js +2 -1
  77. package/chips/chips.cjs.min.js +1 -1
  78. package/chips/chips.esm.js +2 -1
  79. package/chips/chips.esm.min.js +1 -1
  80. package/chips/chips.js +2 -1
  81. package/chips/chips.min.js +1 -1
  82. package/column/Column.d.ts +11 -44
  83. package/confirmpopup/ConfirmPopup.vue +1 -1
  84. package/confirmpopup/confirmpopup.cjs.js +1 -1
  85. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  86. package/confirmpopup/confirmpopup.esm.js +1 -1
  87. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  88. package/confirmpopup/confirmpopup.js +1 -1
  89. package/confirmpopup/confirmpopup.min.js +1 -1
  90. package/contextmenu/ContextMenu.vue +8 -8
  91. package/contextmenu/contextmenu.cjs.js +7 -6
  92. package/contextmenu/contextmenu.cjs.min.js +1 -1
  93. package/contextmenu/contextmenu.esm.js +7 -6
  94. package/contextmenu/contextmenu.esm.min.js +1 -1
  95. package/contextmenu/contextmenu.js +7 -6
  96. package/contextmenu/contextmenu.min.js +1 -1
  97. package/core/core.js +918 -628
  98. package/core/core.min.js +63 -55
  99. package/datatable/BaseDataTable.vue +4 -0
  100. package/datatable/BodyCell.vue +11 -1
  101. package/datatable/BodyRow.vue +5 -2
  102. package/datatable/ColumnFilter.vue +5 -2
  103. package/datatable/DataTable.d.ts +5 -0
  104. package/datatable/DataTable.vue +2 -2
  105. package/datatable/HeaderCell.vue +2 -1
  106. package/datatable/HeaderCheckbox.vue +14 -42
  107. package/datatable/RowCheckbox.vue +10 -52
  108. package/datatable/RowRadioButton.vue +11 -32
  109. package/datatable/TableHeader.vue +3 -1
  110. package/datatable/datatable.cjs.js +110 -193
  111. package/datatable/datatable.cjs.min.js +1 -1
  112. package/datatable/datatable.esm.js +109 -194
  113. package/datatable/datatable.esm.min.js +1 -1
  114. package/datatable/datatable.js +110 -195
  115. package/datatable/datatable.min.js +1 -1
  116. package/datatable/style/datatablestyle.cjs.js +23 -72
  117. package/datatable/style/datatablestyle.cjs.min.js +1 -1
  118. package/datatable/style/datatablestyle.esm.js +23 -72
  119. package/datatable/style/datatablestyle.esm.min.js +1 -1
  120. package/datatable/style/datatablestyle.js +23 -72
  121. package/datatable/style/datatablestyle.min.js +1 -1
  122. package/dialog/style/dialogstyle.cjs.js +1 -1
  123. package/dialog/style/dialogstyle.cjs.min.js +1 -1
  124. package/dialog/style/dialogstyle.esm.js +1 -1
  125. package/dialog/style/dialogstyle.esm.min.js +1 -1
  126. package/dialog/style/dialogstyle.js +1 -1
  127. package/dialog/style/dialogstyle.min.js +1 -1
  128. package/dropdown/BaseDropdown.vue +17 -1
  129. package/dropdown/Dropdown.d.ts +37 -1
  130. package/dropdown/Dropdown.vue +68 -40
  131. package/dropdown/dropdown.cjs.js +95 -45
  132. package/dropdown/dropdown.cjs.min.js +1 -1
  133. package/dropdown/dropdown.esm.js +93 -45
  134. package/dropdown/dropdown.esm.min.js +1 -1
  135. package/dropdown/dropdown.js +95 -47
  136. package/dropdown/dropdown.min.js +1 -1
  137. package/dropdown/style/dropdownstyle.cjs.js +7 -2
  138. package/dropdown/style/dropdownstyle.cjs.min.js +1 -1
  139. package/dropdown/style/dropdownstyle.esm.js +7 -2
  140. package/dropdown/style/dropdownstyle.esm.min.js +1 -1
  141. package/dropdown/style/dropdownstyle.js +7 -2
  142. package/dropdown/style/dropdownstyle.min.js +1 -1
  143. package/focustrap/focustrap.cjs.js +15 -2
  144. package/focustrap/focustrap.cjs.min.js +1 -1
  145. package/focustrap/focustrap.esm.js +15 -2
  146. package/focustrap/focustrap.esm.min.js +1 -1
  147. package/focustrap/focustrap.js +15 -2
  148. package/focustrap/focustrap.min.js +1 -1
  149. package/icons/arrowdown/index.cjs.js +3 -9
  150. package/icons/arrowdown/index.cjs.min.js +1 -1
  151. package/icons/arrowdown/index.esm.js +3 -9
  152. package/icons/arrowdown/index.esm.min.js +1 -1
  153. package/icons/arrowdown/index.js +5 -10
  154. package/icons/arrowdown/index.min.js +1 -1
  155. package/icons/arrowdown/index.vue +1 -7
  156. package/icons/arrowup/index.cjs.js +3 -9
  157. package/icons/arrowup/index.cjs.min.js +1 -1
  158. package/icons/arrowup/index.esm.js +3 -9
  159. package/icons/arrowup/index.esm.min.js +1 -1
  160. package/icons/arrowup/index.js +5 -10
  161. package/icons/arrowup/index.min.js +1 -1
  162. package/icons/arrowup/index.vue +1 -7
  163. package/icons/ban/index.cjs.js +3 -9
  164. package/icons/ban/index.cjs.min.js +1 -1
  165. package/icons/ban/index.esm.js +3 -9
  166. package/icons/ban/index.esm.min.js +1 -1
  167. package/icons/ban/index.js +5 -10
  168. package/icons/ban/index.min.js +1 -1
  169. package/icons/ban/index.vue +1 -7
  170. package/icons/blank/index.cjs.js +34 -0
  171. package/icons/blank/index.cjs.min.js +1 -0
  172. package/icons/blank/index.d.ts +12 -0
  173. package/icons/blank/index.esm.js +28 -0
  174. package/icons/blank/index.esm.min.js +1 -0
  175. package/icons/blank/index.js +36 -0
  176. package/icons/blank/index.min.js +1 -0
  177. package/icons/blank/index.vue +13 -0
  178. package/icons/blank/package.json +9 -0
  179. package/icons/exclamationtriangle/index.cjs.js +3 -9
  180. package/icons/exclamationtriangle/index.cjs.min.js +1 -1
  181. package/icons/exclamationtriangle/index.esm.js +3 -9
  182. package/icons/exclamationtriangle/index.esm.min.js +1 -1
  183. package/icons/exclamationtriangle/index.js +5 -10
  184. package/icons/exclamationtriangle/index.min.js +1 -1
  185. package/icons/exclamationtriangle/index.vue +1 -7
  186. package/icons/eyeslash/index.cjs.js +3 -9
  187. package/icons/eyeslash/index.cjs.min.js +1 -1
  188. package/icons/eyeslash/index.esm.js +3 -9
  189. package/icons/eyeslash/index.esm.min.js +1 -1
  190. package/icons/eyeslash/index.js +5 -10
  191. package/icons/eyeslash/index.min.js +1 -1
  192. package/icons/eyeslash/index.vue +1 -7
  193. package/icons/filter/index.cjs.js +3 -9
  194. package/icons/filter/index.cjs.min.js +1 -1
  195. package/icons/filter/index.esm.js +3 -9
  196. package/icons/filter/index.esm.min.js +1 -1
  197. package/icons/filter/index.js +5 -10
  198. package/icons/filter/index.min.js +1 -1
  199. package/icons/filter/index.vue +1 -7
  200. package/icons/filterslash/index.cjs.js +3 -9
  201. package/icons/filterslash/index.cjs.min.js +1 -1
  202. package/icons/filterslash/index.esm.js +3 -9
  203. package/icons/filterslash/index.esm.min.js +1 -1
  204. package/icons/filterslash/index.js +5 -10
  205. package/icons/filterslash/index.min.js +1 -1
  206. package/icons/filterslash/index.vue +1 -7
  207. package/icons/infocircle/index.cjs.js +3 -9
  208. package/icons/infocircle/index.cjs.min.js +1 -1
  209. package/icons/infocircle/index.esm.js +3 -9
  210. package/icons/infocircle/index.esm.min.js +1 -1
  211. package/icons/infocircle/index.js +5 -10
  212. package/icons/infocircle/index.min.js +1 -1
  213. package/icons/infocircle/index.vue +1 -7
  214. package/icons/pencil/index.cjs.js +3 -9
  215. package/icons/pencil/index.cjs.min.js +1 -1
  216. package/icons/pencil/index.esm.js +3 -9
  217. package/icons/pencil/index.esm.min.js +1 -1
  218. package/icons/pencil/index.js +5 -10
  219. package/icons/pencil/index.min.js +1 -1
  220. package/icons/pencil/index.vue +1 -7
  221. package/icons/plus/index.cjs.js +3 -9
  222. package/icons/plus/index.cjs.min.js +1 -1
  223. package/icons/plus/index.esm.js +3 -9
  224. package/icons/plus/index.esm.min.js +1 -1
  225. package/icons/plus/index.js +5 -10
  226. package/icons/plus/index.min.js +1 -1
  227. package/icons/plus/index.vue +1 -7
  228. package/icons/refresh/index.cjs.js +3 -9
  229. package/icons/refresh/index.cjs.min.js +1 -1
  230. package/icons/refresh/index.esm.js +3 -9
  231. package/icons/refresh/index.esm.min.js +1 -1
  232. package/icons/refresh/index.js +5 -10
  233. package/icons/refresh/index.min.js +1 -1
  234. package/icons/refresh/index.vue +1 -7
  235. package/icons/search/index.cjs.js +3 -9
  236. package/icons/search/index.cjs.min.js +1 -1
  237. package/icons/search/index.esm.js +3 -9
  238. package/icons/search/index.esm.min.js +1 -1
  239. package/icons/search/index.js +5 -10
  240. package/icons/search/index.min.js +1 -1
  241. package/icons/search/index.vue +1 -7
  242. package/icons/searchminus/index.cjs.js +3 -9
  243. package/icons/searchminus/index.cjs.min.js +1 -1
  244. package/icons/searchminus/index.esm.js +3 -9
  245. package/icons/searchminus/index.esm.min.js +1 -1
  246. package/icons/searchminus/index.js +5 -10
  247. package/icons/searchminus/index.min.js +1 -1
  248. package/icons/searchminus/index.vue +1 -7
  249. package/icons/searchplus/index.cjs.js +3 -9
  250. package/icons/searchplus/index.cjs.min.js +1 -1
  251. package/icons/searchplus/index.esm.js +3 -9
  252. package/icons/searchplus/index.esm.min.js +1 -1
  253. package/icons/searchplus/index.js +5 -10
  254. package/icons/searchplus/index.min.js +1 -1
  255. package/icons/searchplus/index.vue +1 -7
  256. package/icons/sortalt/index.cjs.js +3 -9
  257. package/icons/sortalt/index.cjs.min.js +1 -1
  258. package/icons/sortalt/index.esm.js +3 -9
  259. package/icons/sortalt/index.esm.min.js +1 -1
  260. package/icons/sortalt/index.js +5 -10
  261. package/icons/sortalt/index.min.js +1 -1
  262. package/icons/sortalt/index.vue +1 -7
  263. package/icons/sortamountdown/index.cjs.js +3 -9
  264. package/icons/sortamountdown/index.cjs.min.js +1 -1
  265. package/icons/sortamountdown/index.esm.js +3 -9
  266. package/icons/sortamountdown/index.esm.min.js +1 -1
  267. package/icons/sortamountdown/index.js +5 -10
  268. package/icons/sortamountdown/index.min.js +1 -1
  269. package/icons/sortamountdown/index.vue +1 -7
  270. package/icons/sortamountupalt/index.cjs.js +3 -9
  271. package/icons/sortamountupalt/index.cjs.min.js +1 -1
  272. package/icons/sortamountupalt/index.esm.js +3 -9
  273. package/icons/sortamountupalt/index.esm.min.js +1 -1
  274. package/icons/sortamountupalt/index.js +5 -10
  275. package/icons/sortamountupalt/index.min.js +1 -1
  276. package/icons/sortamountupalt/index.vue +1 -7
  277. package/icons/spinner/index.cjs.js +3 -9
  278. package/icons/spinner/index.cjs.min.js +1 -1
  279. package/icons/spinner/index.esm.js +3 -9
  280. package/icons/spinner/index.esm.min.js +1 -1
  281. package/icons/spinner/index.js +5 -10
  282. package/icons/spinner/index.min.js +1 -1
  283. package/icons/spinner/index.vue +1 -7
  284. package/icons/star/index.cjs.js +3 -9
  285. package/icons/star/index.cjs.min.js +1 -1
  286. package/icons/star/index.esm.js +3 -9
  287. package/icons/star/index.esm.min.js +1 -1
  288. package/icons/star/index.js +5 -10
  289. package/icons/star/index.min.js +1 -1
  290. package/icons/star/index.vue +1 -7
  291. package/icons/starfill/index.cjs.js +3 -9
  292. package/icons/starfill/index.cjs.min.js +1 -1
  293. package/icons/starfill/index.esm.js +3 -9
  294. package/icons/starfill/index.esm.min.js +1 -1
  295. package/icons/starfill/index.js +5 -10
  296. package/icons/starfill/index.min.js +1 -1
  297. package/icons/starfill/index.vue +1 -7
  298. package/icons/thlarge/index.cjs.js +3 -9
  299. package/icons/thlarge/index.cjs.min.js +1 -1
  300. package/icons/thlarge/index.esm.js +3 -9
  301. package/icons/thlarge/index.esm.min.js +1 -1
  302. package/icons/thlarge/index.js +5 -10
  303. package/icons/thlarge/index.min.js +1 -1
  304. package/icons/thlarge/index.vue +1 -7
  305. package/icons/timescircle/index.cjs.js +3 -9
  306. package/icons/timescircle/index.cjs.min.js +1 -1
  307. package/icons/timescircle/index.esm.js +3 -9
  308. package/icons/timescircle/index.esm.min.js +1 -1
  309. package/icons/timescircle/index.js +5 -10
  310. package/icons/timescircle/index.min.js +1 -1
  311. package/icons/timescircle/index.vue +1 -7
  312. package/icons/trash/index.cjs.js +3 -9
  313. package/icons/trash/index.cjs.min.js +1 -1
  314. package/icons/trash/index.esm.js +3 -9
  315. package/icons/trash/index.esm.min.js +1 -1
  316. package/icons/trash/index.js +5 -10
  317. package/icons/trash/index.min.js +1 -1
  318. package/icons/trash/index.vue +1 -7
  319. package/icons/undo/index.cjs.js +3 -9
  320. package/icons/undo/index.cjs.min.js +1 -1
  321. package/icons/undo/index.esm.js +3 -9
  322. package/icons/undo/index.esm.min.js +1 -1
  323. package/icons/undo/index.js +5 -10
  324. package/icons/undo/index.min.js +1 -1
  325. package/icons/undo/index.vue +1 -7
  326. package/icons/upload/index.cjs.js +3 -9
  327. package/icons/upload/index.cjs.min.js +1 -1
  328. package/icons/upload/index.esm.js +3 -9
  329. package/icons/upload/index.esm.min.js +1 -1
  330. package/icons/upload/index.js +5 -10
  331. package/icons/upload/index.min.js +1 -1
  332. package/icons/upload/index.vue +1 -7
  333. package/icons/windowmaximize/index.cjs.js +3 -9
  334. package/icons/windowmaximize/index.cjs.min.js +1 -1
  335. package/icons/windowmaximize/index.esm.js +3 -9
  336. package/icons/windowmaximize/index.esm.min.js +1 -1
  337. package/icons/windowmaximize/index.js +5 -10
  338. package/icons/windowmaximize/index.min.js +1 -1
  339. package/icons/windowmaximize/index.vue +1 -7
  340. package/icons/windowminimize/index.cjs.js +3 -9
  341. package/icons/windowminimize/index.cjs.min.js +1 -1
  342. package/icons/windowminimize/index.esm.js +3 -9
  343. package/icons/windowminimize/index.esm.min.js +1 -1
  344. package/icons/windowminimize/index.js +5 -10
  345. package/icons/windowminimize/index.min.js +1 -1
  346. package/icons/windowminimize/index.vue +1 -7
  347. package/inputnumber/InputNumber.vue +18 -9
  348. package/inputnumber/inputnumber.cjs.js +14 -6
  349. package/inputnumber/inputnumber.cjs.min.js +1 -1
  350. package/inputnumber/inputnumber.esm.js +15 -7
  351. package/inputnumber/inputnumber.esm.min.js +1 -1
  352. package/inputnumber/inputnumber.js +14 -6
  353. package/inputnumber/inputnumber.min.js +1 -1
  354. package/inputswitch/BaseInputSwitch.vue +8 -4
  355. package/inputswitch/InputSwitch.d.ts +41 -20
  356. package/inputswitch/InputSwitch.vue +31 -33
  357. package/inputswitch/inputswitch.cjs.js +38 -42
  358. package/inputswitch/inputswitch.cjs.min.js +1 -1
  359. package/inputswitch/inputswitch.esm.js +38 -42
  360. package/inputswitch/inputswitch.esm.min.js +1 -1
  361. package/inputswitch/inputswitch.js +38 -42
  362. package/inputswitch/inputswitch.min.js +1 -1
  363. package/inputswitch/style/inputswitchstyle.cjs.js +4 -4
  364. package/inputswitch/style/inputswitchstyle.cjs.min.js +1 -1
  365. package/inputswitch/style/inputswitchstyle.esm.js +4 -4
  366. package/inputswitch/style/inputswitchstyle.esm.min.js +1 -1
  367. package/inputswitch/style/inputswitchstyle.js +4 -4
  368. package/inputswitch/style/inputswitchstyle.min.js +1 -1
  369. package/listbox/BaseListbox.vue +4 -0
  370. package/listbox/Listbox.d.ts +6 -1
  371. package/listbox/Listbox.vue +47 -26
  372. package/listbox/listbox.cjs.js +88 -50
  373. package/listbox/listbox.cjs.min.js +1 -1
  374. package/listbox/listbox.esm.js +88 -50
  375. package/listbox/listbox.esm.min.js +1 -1
  376. package/listbox/listbox.js +88 -50
  377. package/listbox/listbox.min.js +1 -1
  378. package/listbox/style/listboxstyle.cjs.js +2 -3
  379. package/listbox/style/listboxstyle.cjs.min.js +1 -1
  380. package/listbox/style/listboxstyle.esm.js +2 -3
  381. package/listbox/style/listboxstyle.esm.min.js +1 -1
  382. package/listbox/style/listboxstyle.js +2 -3
  383. package/listbox/style/listboxstyle.min.js +1 -1
  384. package/megamenu/MegaMenu.vue +1 -1
  385. package/megamenu/megamenu.cjs.js +2 -1
  386. package/megamenu/megamenu.cjs.min.js +1 -1
  387. package/megamenu/megamenu.esm.js +2 -1
  388. package/megamenu/megamenu.esm.min.js +1 -1
  389. package/megamenu/megamenu.js +2 -1
  390. package/megamenu/megamenu.min.js +1 -1
  391. package/menubar/Menubar.vue +1 -1
  392. package/menubar/menubar.cjs.js +2 -1
  393. package/menubar/menubar.cjs.min.js +1 -1
  394. package/menubar/menubar.esm.js +2 -1
  395. package/menubar/menubar.esm.min.js +1 -1
  396. package/menubar/menubar.js +2 -1
  397. package/menubar/menubar.min.js +1 -1
  398. package/message/Message.d.ts +4 -0
  399. package/message/Message.vue +2 -1
  400. package/message/message.cjs.js +2 -1
  401. package/message/message.cjs.min.js +1 -1
  402. package/message/message.esm.js +2 -1
  403. package/message/message.esm.min.js +1 -1
  404. package/message/message.js +2 -1
  405. package/message/message.min.js +1 -1
  406. package/metergroup/BaseMeterGroup.vue +41 -0
  407. package/metergroup/MeterGroup.d.ts +302 -0
  408. package/metergroup/MeterGroup.vue +73 -0
  409. package/metergroup/MeterGroupLabel.vue +36 -0
  410. package/metergroup/metergroup.cjs.js +218 -0
  411. package/metergroup/metergroup.cjs.min.js +1 -0
  412. package/metergroup/metergroup.esm.js +211 -0
  413. package/metergroup/metergroup.esm.min.js +1 -0
  414. package/metergroup/metergroup.js +218 -0
  415. package/metergroup/metergroup.min.js +1 -0
  416. package/metergroup/package.json +9 -0
  417. package/metergroup/style/MeterGroupStyle.d.ts +3 -0
  418. package/metergroup/style/metergroupstyle.cjs.js +40 -0
  419. package/metergroup/style/metergroupstyle.cjs.min.js +1 -0
  420. package/metergroup/style/metergroupstyle.esm.js +34 -0
  421. package/metergroup/style/metergroupstyle.esm.min.js +1 -0
  422. package/metergroup/style/metergroupstyle.js +43 -0
  423. package/metergroup/style/metergroupstyle.min.js +1 -0
  424. package/metergroup/style/package.json +6 -0
  425. package/multiselect/BaseMultiSelect.vue +9 -1
  426. package/multiselect/MultiSelect.d.ts +13 -19
  427. package/multiselect/MultiSelect.vue +108 -76
  428. package/multiselect/multiselect.cjs.js +173 -133
  429. package/multiselect/multiselect.cjs.min.js +1 -1
  430. package/multiselect/multiselect.esm.js +173 -134
  431. package/multiselect/multiselect.esm.min.js +1 -1
  432. package/multiselect/multiselect.js +174 -135
  433. package/multiselect/multiselect.min.js +1 -1
  434. package/multiselect/style/multiselectstyle.cjs.js +7 -30
  435. package/multiselect/style/multiselectstyle.cjs.min.js +1 -1
  436. package/multiselect/style/multiselectstyle.esm.js +7 -30
  437. package/multiselect/style/multiselectstyle.esm.min.js +1 -1
  438. package/multiselect/style/multiselectstyle.js +7 -30
  439. package/multiselect/style/multiselectstyle.min.js +1 -1
  440. package/orderlist/BaseOrderList.vue +8 -0
  441. package/orderlist/OrderList.d.ts +10 -0
  442. package/orderlist/OrderList.vue +72 -52
  443. package/orderlist/orderlist.cjs.js +79 -56
  444. package/orderlist/orderlist.cjs.min.js +1 -1
  445. package/orderlist/orderlist.esm.js +79 -56
  446. package/orderlist/orderlist.esm.min.js +1 -1
  447. package/orderlist/orderlist.js +79 -56
  448. package/orderlist/orderlist.min.js +1 -1
  449. package/orderlist/style/orderliststyle.cjs.js +1 -1
  450. package/orderlist/style/orderliststyle.cjs.min.js +1 -1
  451. package/orderlist/style/orderliststyle.esm.js +1 -1
  452. package/orderlist/style/orderliststyle.esm.min.js +1 -1
  453. package/orderlist/style/orderliststyle.js +1 -1
  454. package/orderlist/style/orderliststyle.min.js +1 -1
  455. package/overlaypanel/OverlayPanel.d.ts +4 -0
  456. package/overlaypanel/OverlayPanel.vue +1 -1
  457. package/overlaypanel/overlaypanel.cjs.js +1 -1
  458. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  459. package/overlaypanel/overlaypanel.esm.js +1 -1
  460. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  461. package/overlaypanel/overlaypanel.js +1 -1
  462. package/overlaypanel/overlaypanel.min.js +1 -1
  463. package/package.json +1 -1
  464. package/panelmenu/PanelMenuList.vue +1 -1
  465. package/panelmenu/panelmenu.cjs.js +2 -1
  466. package/panelmenu/panelmenu.cjs.min.js +1 -1
  467. package/panelmenu/panelmenu.esm.js +2 -1
  468. package/panelmenu/panelmenu.esm.min.js +1 -1
  469. package/panelmenu/panelmenu.js +2 -1
  470. package/panelmenu/panelmenu.min.js +1 -1
  471. package/picklist/BasePickList.vue +8 -0
  472. package/picklist/PickList.d.ts +10 -0
  473. package/picklist/PickList.vue +72 -37
  474. package/picklist/picklist.cjs.js +81 -46
  475. package/picklist/picklist.cjs.min.js +1 -1
  476. package/picklist/picklist.esm.js +81 -46
  477. package/picklist/picklist.esm.min.js +1 -1
  478. package/picklist/picklist.js +81 -46
  479. package/picklist/picklist.min.js +1 -1
  480. package/progressbar/ProgressBar.vue +1 -1
  481. package/progressbar/progressbar.cjs.js +3 -1
  482. package/progressbar/progressbar.cjs.min.js +1 -1
  483. package/progressbar/progressbar.esm.js +3 -1
  484. package/progressbar/progressbar.esm.min.js +1 -1
  485. package/progressbar/progressbar.js +3 -1
  486. package/progressbar/progressbar.min.js +1 -1
  487. package/radiobutton/BaseRadioButton.vue +9 -4
  488. package/radiobutton/RadioButton.d.ts +48 -22
  489. package/radiobutton/RadioButton.vue +36 -23
  490. package/radiobutton/radiobutton.cjs.js +42 -50
  491. package/radiobutton/radiobutton.cjs.min.js +1 -1
  492. package/radiobutton/radiobutton.esm.js +42 -50
  493. package/radiobutton/radiobutton.esm.min.js +1 -1
  494. package/radiobutton/radiobutton.js +42 -50
  495. package/radiobutton/radiobutton.min.js +1 -1
  496. package/radiobutton/style/radiobuttonstyle.cjs.js +5 -11
  497. package/radiobutton/style/radiobuttonstyle.cjs.min.js +1 -1
  498. package/radiobutton/style/radiobuttonstyle.esm.js +5 -11
  499. package/radiobutton/style/radiobuttonstyle.esm.min.js +1 -1
  500. package/radiobutton/style/radiobuttonstyle.js +5 -11
  501. package/radiobutton/style/radiobuttonstyle.min.js +1 -1
  502. package/resources/themes/arya-blue/theme.css +432 -351
  503. package/resources/themes/arya-green/theme.css +432 -351
  504. package/resources/themes/arya-orange/theme.css +432 -351
  505. package/resources/themes/arya-purple/theme.css +432 -351
  506. package/resources/themes/aura-dark-amber/fonts/Inter-italic.var.woff2 +0 -0
  507. package/resources/themes/aura-dark-amber/fonts/Inter-roman.var.woff2 +0 -0
  508. package/resources/themes/aura-dark-amber/theme.css +7012 -0
  509. package/resources/themes/aura-dark-blue/fonts/Inter-italic.var.woff2 +0 -0
  510. package/resources/themes/aura-dark-blue/fonts/Inter-roman.var.woff2 +0 -0
  511. package/resources/themes/aura-dark-blue/theme.css +7012 -0
  512. package/resources/themes/aura-dark-cyan/fonts/Inter-italic.var.woff2 +0 -0
  513. package/resources/themes/aura-dark-cyan/fonts/Inter-roman.var.woff2 +0 -0
  514. package/resources/themes/aura-dark-cyan/theme.css +7012 -0
  515. package/resources/themes/aura-dark-green/fonts/Inter-italic.var.woff2 +0 -0
  516. package/resources/themes/aura-dark-green/fonts/Inter-roman.var.woff2 +0 -0
  517. package/resources/themes/aura-dark-green/theme.css +7012 -0
  518. package/resources/themes/aura-dark-indigo/fonts/Inter-italic.var.woff2 +0 -0
  519. package/resources/themes/aura-dark-indigo/fonts/Inter-roman.var.woff2 +0 -0
  520. package/resources/themes/aura-dark-indigo/theme.css +7012 -0
  521. package/resources/themes/aura-dark-lime/fonts/Inter-italic.var.woff2 +0 -0
  522. package/resources/themes/aura-dark-lime/fonts/Inter-roman.var.woff2 +0 -0
  523. package/resources/themes/aura-dark-lime/theme.css +7012 -0
  524. package/resources/themes/aura-dark-noir/fonts/Inter-italic.var.woff2 +0 -0
  525. package/resources/themes/aura-dark-noir/fonts/Inter-roman.var.woff2 +0 -0
  526. package/resources/themes/aura-dark-noir/theme.css +7012 -0
  527. package/resources/themes/aura-dark-pink/fonts/Inter-italic.var.woff2 +0 -0
  528. package/resources/themes/aura-dark-pink/fonts/Inter-roman.var.woff2 +0 -0
  529. package/resources/themes/aura-dark-pink/theme.css +7012 -0
  530. package/resources/themes/aura-dark-purple/fonts/Inter-italic.var.woff2 +0 -0
  531. package/resources/themes/aura-dark-purple/fonts/Inter-roman.var.woff2 +0 -0
  532. package/resources/themes/aura-dark-purple/theme.css +7012 -0
  533. package/resources/themes/aura-dark-teal/fonts/Inter-italic.var.woff2 +0 -0
  534. package/resources/themes/aura-dark-teal/fonts/Inter-roman.var.woff2 +0 -0
  535. package/resources/themes/aura-dark-teal/theme.css +7012 -0
  536. package/resources/themes/aura-light-amber/fonts/Inter-italic.var.woff2 +0 -0
  537. package/resources/themes/aura-light-amber/fonts/Inter-roman.var.woff2 +0 -0
  538. package/resources/themes/aura-light-amber/theme.css +7014 -0
  539. package/resources/themes/aura-light-blue/fonts/Inter-italic.var.woff2 +0 -0
  540. package/resources/themes/aura-light-blue/fonts/Inter-roman.var.woff2 +0 -0
  541. package/resources/themes/aura-light-blue/theme.css +7014 -0
  542. package/resources/themes/aura-light-cyan/fonts/Inter-italic.var.woff2 +0 -0
  543. package/resources/themes/aura-light-cyan/fonts/Inter-roman.var.woff2 +0 -0
  544. package/resources/themes/aura-light-cyan/theme.css +7014 -0
  545. package/resources/themes/aura-light-green/fonts/Inter-italic.var.woff2 +0 -0
  546. package/resources/themes/aura-light-green/fonts/Inter-roman.var.woff2 +0 -0
  547. package/resources/themes/aura-light-green/theme.css +7014 -0
  548. package/resources/themes/aura-light-indigo/fonts/Inter-italic.var.woff2 +0 -0
  549. package/resources/themes/aura-light-indigo/fonts/Inter-roman.var.woff2 +0 -0
  550. package/resources/themes/aura-light-indigo/theme.css +7014 -0
  551. package/resources/themes/aura-light-lime/fonts/Inter-italic.var.woff2 +0 -0
  552. package/resources/themes/aura-light-lime/fonts/Inter-roman.var.woff2 +0 -0
  553. package/resources/themes/aura-light-lime/theme.css +7014 -0
  554. package/resources/themes/aura-light-noir/fonts/Inter-italic.var.woff2 +0 -0
  555. package/resources/themes/aura-light-noir/fonts/Inter-roman.var.woff2 +0 -0
  556. package/resources/themes/aura-light-noir/theme.css +7022 -0
  557. package/resources/themes/aura-light-pink/fonts/Inter-italic.var.woff2 +0 -0
  558. package/resources/themes/aura-light-pink/fonts/Inter-roman.var.woff2 +0 -0
  559. package/resources/themes/aura-light-pink/theme.css +7014 -0
  560. package/resources/themes/aura-light-purple/fonts/Inter-italic.var.woff2 +0 -0
  561. package/resources/themes/aura-light-purple/fonts/Inter-roman.var.woff2 +0 -0
  562. package/resources/themes/aura-light-purple/theme.css +7014 -0
  563. package/resources/themes/aura-light-teal/fonts/Inter-italic.var.woff2 +0 -0
  564. package/resources/themes/aura-light-teal/fonts/Inter-roman.var.woff2 +0 -0
  565. package/resources/themes/aura-light-teal/theme.css +7014 -0
  566. package/resources/themes/bootstrap4-dark-blue/theme.css +533 -403
  567. package/resources/themes/bootstrap4-dark-purple/theme.css +533 -403
  568. package/resources/themes/bootstrap4-light-blue/theme.css +533 -403
  569. package/resources/themes/bootstrap4-light-purple/theme.css +533 -403
  570. package/resources/themes/fluent-light/theme.css +431 -350
  571. package/resources/themes/lara-dark-amber/theme.css +534 -404
  572. package/resources/themes/lara-dark-blue/theme.css +534 -404
  573. package/resources/themes/lara-dark-cyan/theme.css +534 -404
  574. package/resources/themes/lara-dark-green/theme.css +534 -404
  575. package/resources/themes/lara-dark-indigo/theme.css +534 -404
  576. package/resources/themes/lara-dark-pink/theme.css +534 -404
  577. package/resources/themes/lara-dark-purple/theme.css +534 -404
  578. package/resources/themes/lara-dark-teal/theme.css +534 -404
  579. package/resources/themes/lara-light-amber/theme.css +535 -405
  580. package/resources/themes/lara-light-blue/theme.css +535 -405
  581. package/resources/themes/lara-light-cyan/theme.css +535 -405
  582. package/resources/themes/lara-light-green/theme.css +535 -405
  583. package/resources/themes/lara-light-indigo/theme.css +535 -405
  584. package/resources/themes/lara-light-pink/theme.css +535 -405
  585. package/resources/themes/lara-light-purple/theme.css +535 -405
  586. package/resources/themes/lara-light-teal/theme.css +535 -405
  587. package/resources/themes/luna-amber/theme.css +432 -351
  588. package/resources/themes/luna-blue/theme.css +432 -351
  589. package/resources/themes/luna-green/theme.css +432 -351
  590. package/resources/themes/luna-pink/theme.css +432 -351
  591. package/resources/themes/md-dark-deeppurple/theme.css +696 -431
  592. package/resources/themes/md-dark-indigo/theme.css +696 -431
  593. package/resources/themes/md-light-deeppurple/theme.css +700 -435
  594. package/resources/themes/md-light-indigo/theme.css +700 -435
  595. package/resources/themes/mdc-dark-deeppurple/theme.css +696 -431
  596. package/resources/themes/mdc-dark-indigo/theme.css +696 -431
  597. package/resources/themes/mdc-light-deeppurple/theme.css +700 -435
  598. package/resources/themes/mdc-light-indigo/theme.css +700 -435
  599. package/resources/themes/mira/theme.css +486 -405
  600. package/resources/themes/nano/theme.css +432 -351
  601. package/resources/themes/nova/theme.css +432 -351
  602. package/resources/themes/nova-accent/theme.css +432 -351
  603. package/resources/themes/nova-alt/theme.css +432 -351
  604. package/resources/themes/nova-vue/theme.css +432 -351
  605. package/resources/themes/rhea/theme.css +432 -351
  606. package/resources/themes/saga-blue/theme.css +432 -351
  607. package/resources/themes/saga-green/theme.css +432 -351
  608. package/resources/themes/saga-orange/theme.css +432 -351
  609. package/resources/themes/saga-purple/theme.css +432 -351
  610. package/resources/themes/soho-dark/theme.css +534 -404
  611. package/resources/themes/soho-light/theme.css +534 -404
  612. package/resources/themes/tailwind-light/theme.css +432 -351
  613. package/resources/themes/vela-blue/theme.css +432 -351
  614. package/resources/themes/vela-green/theme.css +432 -351
  615. package/resources/themes/vela-orange/theme.css +432 -351
  616. package/resources/themes/vela-purple/theme.css +432 -351
  617. package/resources/themes/viva-dark/theme.css +535 -405
  618. package/resources/themes/viva-light/theme.css +535 -405
  619. package/slider/Slider.vue +0 -1
  620. package/slider/slider.cjs.js +0 -1
  621. package/slider/slider.cjs.min.js +1 -1
  622. package/slider/slider.esm.js +0 -1
  623. package/slider/slider.esm.min.js +1 -1
  624. package/slider/slider.js +0 -1
  625. package/slider/slider.min.js +1 -1
  626. package/speeddial/SpeedDial.vue +2 -2
  627. package/speeddial/speeddial.cjs.js +2 -2
  628. package/speeddial/speeddial.cjs.min.js +1 -1
  629. package/speeddial/speeddial.esm.js +2 -2
  630. package/speeddial/speeddial.esm.min.js +1 -1
  631. package/speeddial/speeddial.js +2 -2
  632. package/speeddial/speeddial.min.js +1 -1
  633. package/splitbutton/style/splitbuttonstyle.cjs.js +8 -5
  634. package/splitbutton/style/splitbuttonstyle.cjs.min.js +1 -1
  635. package/splitbutton/style/splitbuttonstyle.esm.js +8 -5
  636. package/splitbutton/style/splitbuttonstyle.esm.min.js +1 -1
  637. package/splitbutton/style/splitbuttonstyle.js +8 -5
  638. package/splitbutton/style/splitbuttonstyle.min.js +1 -1
  639. package/tabview/TabView.vue +2 -3
  640. package/tabview/tabview.cjs.js +3 -3
  641. package/tabview/tabview.cjs.min.js +1 -1
  642. package/tabview/tabview.esm.js +3 -3
  643. package/tabview/tabview.esm.min.js +1 -1
  644. package/tabview/tabview.js +3 -3
  645. package/tabview/tabview.min.js +1 -1
  646. package/tag/Tag.vue +1 -1
  647. package/tag/tag.cjs.js +4 -2
  648. package/tag/tag.cjs.min.js +1 -1
  649. package/tag/tag.esm.js +4 -2
  650. package/tag/tag.esm.min.js +1 -1
  651. package/tag/tag.js +4 -2
  652. package/tag/tag.min.js +1 -1
  653. package/textarea/Textarea.d.ts +2 -2
  654. package/tieredmenu/TieredMenu.vue +1 -1
  655. package/tieredmenu/tieredmenu.cjs.js +2 -1
  656. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  657. package/tieredmenu/tieredmenu.esm.js +2 -1
  658. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  659. package/tieredmenu/tieredmenu.js +2 -1
  660. package/tieredmenu/tieredmenu.min.js +1 -1
  661. package/togglebutton/BaseToggleButton.vue +4 -4
  662. package/togglebutton/ToggleButton.d.ts +17 -24
  663. package/togglebutton/ToggleButton.vue +41 -67
  664. package/togglebutton/style/togglebuttonstyle.cjs.js +15 -8
  665. package/togglebutton/style/togglebuttonstyle.cjs.min.js +1 -1
  666. package/togglebutton/style/togglebuttonstyle.esm.js +15 -8
  667. package/togglebutton/style/togglebuttonstyle.esm.min.js +1 -1
  668. package/togglebutton/style/togglebuttonstyle.js +15 -8
  669. package/togglebutton/style/togglebuttonstyle.min.js +1 -1
  670. package/togglebutton/togglebutton.cjs.js +45 -80
  671. package/togglebutton/togglebutton.cjs.min.js +1 -1
  672. package/togglebutton/togglebutton.esm.js +46 -81
  673. package/togglebutton/togglebutton.esm.min.js +1 -1
  674. package/togglebutton/togglebutton.js +46 -82
  675. package/togglebutton/togglebutton.min.js +1 -1
  676. package/tree/BaseTree.vue +4 -0
  677. package/tree/Tree.d.ts +6 -9
  678. package/tree/Tree.vue +1 -1
  679. package/tree/TreeNode.vue +14 -11
  680. package/tree/style/treestyle.cjs.js +3 -6
  681. package/tree/style/treestyle.cjs.min.js +1 -1
  682. package/tree/style/treestyle.esm.js +3 -6
  683. package/tree/style/treestyle.esm.min.js +1 -1
  684. package/tree/style/treestyle.js +3 -6
  685. package/tree/style/treestyle.min.js +1 -1
  686. package/tree/tree.cjs.js +34 -21
  687. package/tree/tree.cjs.min.js +1 -1
  688. package/tree/tree.esm.js +34 -22
  689. package/tree/tree.esm.min.js +1 -1
  690. package/tree/tree.js +35 -23
  691. package/tree/tree.min.js +1 -1
  692. package/treetable/BodyCell.vue +26 -24
  693. package/treetable/TreeTable.vue +3 -1
  694. package/treetable/TreeTableRow.vue +2 -0
  695. package/treetable/style/treetablestyle.cjs.js +4 -13
  696. package/treetable/style/treetablestyle.cjs.min.js +1 -1
  697. package/treetable/style/treetablestyle.esm.js +4 -13
  698. package/treetable/style/treetablestyle.esm.min.js +1 -1
  699. package/treetable/style/treetablestyle.js +4 -13
  700. package/treetable/style/treetablestyle.min.js +1 -1
  701. package/treetable/treetable.cjs.js +39 -44
  702. package/treetable/treetable.cjs.min.js +1 -1
  703. package/treetable/treetable.esm.js +39 -45
  704. package/treetable/treetable.esm.min.js +1 -1
  705. package/treetable/treetable.js +40 -46
  706. package/treetable/treetable.min.js +1 -1
  707. package/tristatecheckbox/BaseTriStateCheckbox.vue +17 -9
  708. package/tristatecheckbox/TriStateCheckbox.d.ts +34 -23
  709. package/tristatecheckbox/TriStateCheckbox.vue +49 -61
  710. package/tristatecheckbox/style/tristatecheckboxstyle.cjs.js +7 -13
  711. package/tristatecheckbox/style/tristatecheckboxstyle.cjs.min.js +1 -1
  712. package/tristatecheckbox/style/tristatecheckboxstyle.esm.js +7 -13
  713. package/tristatecheckbox/style/tristatecheckboxstyle.esm.min.js +1 -1
  714. package/tristatecheckbox/style/tristatecheckboxstyle.js +7 -13
  715. package/tristatecheckbox/style/tristatecheckboxstyle.min.js +1 -1
  716. package/tristatecheckbox/tristatecheckbox.cjs.js +69 -87
  717. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  718. package/tristatecheckbox/tristatecheckbox.esm.js +70 -88
  719. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  720. package/tristatecheckbox/tristatecheckbox.js +69 -87
  721. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  722. package/utils/utils.cjs.js +14 -6
  723. package/utils/utils.cjs.min.js +1 -1
  724. package/utils/utils.esm.js +14 -6
  725. package/utils/utils.esm.min.js +1 -1
  726. package/utils/utils.js +14 -6
  727. package/utils/utils.min.js +1 -1
  728. package/vetur-attributes.json +24 -0
  729. package/vetur-tags.json +6 -0
  730. package/virtualscroller/BaseVirtualScroller.vue +1 -1
  731. package/virtualscroller/VirtualScroller.vue +58 -50
  732. package/virtualscroller/virtualscroller.cjs.js +90 -77
  733. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  734. package/virtualscroller/virtualscroller.esm.js +90 -77
  735. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  736. package/virtualscroller/virtualscroller.js +90 -77
  737. package/virtualscroller/virtualscroller.min.js +1 -1
  738. package/web-types.json +71 -6
package/core/core.js CHANGED
@@ -268,6 +268,7 @@ this.primevue.utils = (function (exports) {
268
268
  return 0;
269
269
  },
270
270
  absolutePosition: function absolutePosition(element, target) {
271
+ var gutter = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
271
272
  if (element) {
272
273
  var elementDimensions = element.offsetParent ? {
273
274
  width: element.offsetWidth,
@@ -281,23 +282,27 @@ this.primevue.utils = (function (exports) {
281
282
  var windowScrollTop = this.getWindowScrollTop();
282
283
  var windowScrollLeft = this.getWindowScrollLeft();
283
284
  var viewport = this.getViewport();
284
- var top, left;
285
+ var top,
286
+ left,
287
+ origin = 'top';
285
288
  if (targetOffset.top + targetOuterHeight + elementOuterHeight > viewport.height) {
286
289
  top = targetOffset.top + windowScrollTop - elementOuterHeight;
287
- element.style.transformOrigin = 'bottom';
290
+ origin = 'bottom';
288
291
  if (top < 0) {
289
292
  top = windowScrollTop;
290
293
  }
291
294
  } else {
292
295
  top = targetOuterHeight + targetOffset.top + windowScrollTop;
293
- element.style.transformOrigin = 'top';
294
296
  }
295
297
  if (targetOffset.left + elementOuterWidth > viewport.width) left = Math.max(0, targetOffset.left + windowScrollLeft + targetOuterWidth - elementOuterWidth);else left = targetOffset.left + windowScrollLeft;
296
298
  element.style.top = top + 'px';
297
299
  element.style.left = left + 'px';
300
+ element.style.transformOrigin = origin;
301
+ gutter && (element.style.marginTop = origin === 'bottom' ? 'calc(var(--p-anchor-gutter) * -1)' : 'calc(var(--p-anchor-gutter))');
298
302
  }
299
303
  },
300
304
  relativePosition: function relativePosition(element, target) {
305
+ var gutter = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
301
306
  if (element) {
302
307
  var elementDimensions = element.offsetParent ? {
303
308
  width: element.offsetWidth,
@@ -306,16 +311,17 @@ this.primevue.utils = (function (exports) {
306
311
  var targetHeight = target.offsetHeight;
307
312
  var targetOffset = target.getBoundingClientRect();
308
313
  var viewport = this.getViewport();
309
- var top, left;
314
+ var top,
315
+ left,
316
+ origin = 'top';
310
317
  if (targetOffset.top + targetHeight + elementDimensions.height > viewport.height) {
311
318
  top = -1 * elementDimensions.height;
312
- element.style.transformOrigin = 'bottom';
319
+ origin = 'bottom';
313
320
  if (targetOffset.top + top < 0) {
314
321
  top = -1 * targetOffset.top;
315
322
  }
316
323
  } else {
317
324
  top = targetHeight;
318
- element.style.transformOrigin = 'top';
319
325
  }
320
326
  if (elementDimensions.width > viewport.width) {
321
327
  // element wider then viewport and cannot fit on screen (align at left side of viewport)
@@ -329,6 +335,8 @@ this.primevue.utils = (function (exports) {
329
335
  }
330
336
  element.style.top = top + 'px';
331
337
  element.style.left = left + 'px';
338
+ element.style.transformOrigin = origin;
339
+ gutter && (element.style.marginTop = origin === 'bottom' ? 'calc(var(--p-anchor-gutter) * -1)' : 'calc(var(--p-anchor-gutter))');
332
340
  }
333
341
  },
334
342
  nestedPosition: function nestedPosition(element, level) {
@@ -1367,7 +1375,7 @@ this.primevue.api = (function (exports, utils) {
1367
1375
  },
1368
1376
  filters: {
1369
1377
  startsWith: function startsWith(value, filter, filterLocale) {
1370
- if (filter === undefined || filter === null || filter.trim() === '') {
1378
+ if (filter === undefined || filter === null || filter === '') {
1371
1379
  return true;
1372
1380
  }
1373
1381
  if (value === undefined || value === null) {
@@ -1378,7 +1386,7 @@ this.primevue.api = (function (exports, utils) {
1378
1386
  return stringValue.slice(0, filterValue.length) === filterValue;
1379
1387
  },
1380
1388
  contains: function contains(value, filter, filterLocale) {
1381
- if (filter === undefined || filter === null || typeof filter === 'string' && filter.trim() === '') {
1389
+ if (filter === undefined || filter === null || filter === '') {
1382
1390
  return true;
1383
1391
  }
1384
1392
  if (value === undefined || value === null) {
@@ -1389,7 +1397,7 @@ this.primevue.api = (function (exports, utils) {
1389
1397
  return stringValue.indexOf(filterValue) !== -1;
1390
1398
  },
1391
1399
  notContains: function notContains(value, filter, filterLocale) {
1392
- if (filter === undefined || filter === null || typeof filter === 'string' && filter.trim() === '') {
1400
+ if (filter === undefined || filter === null || filter === '') {
1393
1401
  return true;
1394
1402
  }
1395
1403
  if (value === undefined || value === null) {
@@ -1400,7 +1408,7 @@ this.primevue.api = (function (exports, utils) {
1400
1408
  return stringValue.indexOf(filterValue) === -1;
1401
1409
  },
1402
1410
  endsWith: function endsWith(value, filter, filterLocale) {
1403
- if (filter === undefined || filter === null || filter.trim() === '') {
1411
+ if (filter === undefined || filter === null || filter === '') {
1404
1412
  return true;
1405
1413
  }
1406
1414
  if (value === undefined || value === null) {
@@ -1411,7 +1419,7 @@ this.primevue.api = (function (exports, utils) {
1411
1419
  return stringValue.indexOf(filterValue, stringValue.length - filterValue.length) !== -1;
1412
1420
  },
1413
1421
  equals: function equals(value, filter, filterLocale) {
1414
- if (filter === undefined || filter === null || typeof filter === 'string' && filter.trim() === '') {
1422
+ if (filter === undefined || filter === null || filter === '') {
1415
1423
  return true;
1416
1424
  }
1417
1425
  if (value === undefined || value === null) {
@@ -1420,7 +1428,7 @@ this.primevue.api = (function (exports, utils) {
1420
1428
  if (value.getTime && filter.getTime) return value.getTime() === filter.getTime();else return utils.ObjectUtils.removeAccents(value.toString()).toLocaleLowerCase(filterLocale) == utils.ObjectUtils.removeAccents(filter.toString()).toLocaleLowerCase(filterLocale);
1421
1429
  },
1422
1430
  notEquals: function notEquals(value, filter, filterLocale) {
1423
- if (filter === undefined || filter === null || typeof filter === 'string' && filter.trim() === '') {
1431
+ if (filter === undefined || filter === null || filter === '') {
1424
1432
  return false;
1425
1433
  }
1426
1434
  if (value === undefined || value === null) {
@@ -2185,10 +2193,8 @@ this.primevue.basecomponent.style = (function (BaseStyle, usestyle) {
2185
2193
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
2186
2194
  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); }
2187
2195
  var buttonCSS = "\n.p-button {\n display: inline-flex;\n cursor: pointer;\n user-select: none;\n align-items: center;\n vertical-align: bottom;\n text-align: center;\n overflow: hidden;\n position: relative;\n}\n\n.p-button-label {\n flex: 1 1 auto;\n}\n\n.p-button-icon-right {\n order: 1;\n}\n\n.p-button:disabled {\n cursor: default;\n}\n\n.p-button-icon-only {\n justify-content: center;\n}\n\n.p-button-icon-only .p-button-label {\n visibility: hidden;\n width: 0;\n flex: 0 0 auto;\n}\n\n.p-button-vertical {\n flex-direction: column;\n}\n\n.p-button-icon-bottom {\n order: 2;\n}\n\n.p-buttonset .p-button {\n margin: 0;\n}\n\n.p-buttonset .p-button:not(:last-child), .p-buttonset .p-button:not(:last-child):hover {\n border-right: 0 none;\n}\n\n.p-buttonset .p-button:not(:first-of-type):not(:last-of-type) {\n border-radius: 0;\n}\n\n.p-buttonset .p-button:first-of-type:not(:only-of-type) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.p-buttonset .p-button:last-of-type:not(:only-of-type) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.p-buttonset .p-button:focus {\n position: relative;\n z-index: 1;\n}\n";
2188
- var checkboxCSS = "\n.p-checkbox {\n display: inline-flex;\n cursor: pointer;\n user-select: none;\n vertical-align: bottom;\n position: relative;\n}\n\n.p-checkbox.p-checkbox-disabled {\n cursor: default;\n}\n\n.p-checkbox-box {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n";
2189
2196
  var inputTextCSS = "\n.p-fluid .p-inputtext {\n width: 100%;\n}\n\n/* InputGroup */\n.p-inputgroup {\n display: flex;\n align-items: stretch;\n width: 100%;\n}\n\n.p-inputgroup-addon {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.p-inputgroup .p-float-label {\n display: flex;\n align-items: stretch;\n width: 100%;\n}\n\n.p-inputgroup .p-inputtext,\n.p-fluid .p-inputgroup .p-inputtext,\n.p-inputgroup .p-inputwrapper,\n.p-fluid .p-inputgroup .p-input {\n flex: 1 1 auto;\n width: 1%;\n}\n\n/* Floating Label */\n.p-float-label {\n display: block;\n position: relative;\n}\n\n.p-float-label label {\n position: absolute;\n pointer-events: none;\n top: 50%;\n margin-top: -.5rem;\n transition-property: all;\n transition-timing-function: ease;\n line-height: 1;\n}\n\n.p-float-label textarea ~ label {\n top: 1rem;\n}\n\n.p-float-label input:focus ~ label,\n.p-float-label input.p-filled ~ label,\n.p-float-label input:-webkit-autofill ~ label,\n.p-float-label textarea:focus ~ label,\n.p-float-label textarea.p-filled ~ label,\n.p-float-label .p-inputwrapper-focus ~ label,\n.p-float-label .p-inputwrapper-filled ~ label {\n top: -.75rem;\n font-size: 12px;\n}\n\n\n.p-float-label .p-placeholder,\n.p-float-label input::placeholder,\n.p-float-label .p-inputtext::placeholder {\n opacity: 0;\n transition-property: all;\n transition-timing-function: ease;\n}\n\n.p-float-label .p-focus .p-placeholder,\n.p-float-label input:focus::placeholder,\n.p-float-label .p-inputtext:focus::placeholder {\n opacity: 1;\n transition-property: all;\n transition-timing-function: ease;\n}\n\n.p-input-icon-left,\n.p-input-icon-right {\n position: relative;\n display: inline-block;\n}\n\n.p-input-icon-left > i,\n.p-input-icon-left > svg,\n.p-input-icon-right > i,\n.p-input-icon-right > svg {\n position: absolute;\n top: 50%;\n margin-top: -.5rem;\n}\n\n.p-fluid .p-input-icon-left,\n.p-fluid .p-input-icon-right {\n display: block;\n width: 100%;\n}\n";
2190
- var radioButtonCSS = "\n.p-radiobutton {\n position: relative;\n display: inline-flex;\n cursor: pointer;\n user-select: none;\n vertical-align: bottom;\n}\n\n.p-radiobutton.p-radiobutton-disabled {\n cursor: default;\n}\n\n.p-radiobutton-box {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.p-radiobutton-icon {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n transform: translateZ(0) scale(.1);\n border-radius: 50%;\n visibility: hidden;\n}\n\n.p-radiobutton-box.p-highlight .p-radiobutton-icon {\n transform: translateZ(0) scale(1.0, 1.0);\n visibility: visible;\n}\n";
2191
- var css = "\n@layer primevue {\n.p-component, .p-component * {\n box-sizing: border-box;\n}\n\n.p-hidden-space {\n visibility: hidden;\n}\n\n.p-reset {\n margin: 0;\n padding: 0;\n border: 0;\n outline: 0;\n text-decoration: none;\n font-size: 100%;\n list-style: none;\n}\n\n.p-disabled, .p-disabled * {\n cursor: default;\n pointer-events: none;\n user-select: none;\n}\n\n.p-component-overlay {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n\n.p-unselectable-text {\n user-select: none;\n}\n\n.p-sr-only {\n border: 0;\n clip: rect(1px, 1px, 1px, 1px);\n clip-path: inset(50%);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n word-wrap: normal;\n}\n\n.p-link {\n\ttext-align: left;\n\tbackground-color: transparent;\n\tmargin: 0;\n\tpadding: 0;\n\tborder: none;\n cursor: pointer;\n user-select: none;\n}\n\n.p-link:disabled {\n\tcursor: default;\n}\n\n/* Non vue overlay animations */\n.p-connected-overlay {\n opacity: 0;\n transform: scaleY(0.8);\n transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);\n}\n\n.p-connected-overlay-visible {\n opacity: 1;\n transform: scaleY(1);\n}\n\n.p-connected-overlay-hidden {\n opacity: 0;\n transform: scaleY(1);\n transition: opacity .1s linear;\n}\n\n/* Vue based overlay animations */\n.p-connected-overlay-enter-from {\n opacity: 0;\n transform: scaleY(0.8);\n}\n\n.p-connected-overlay-leave-to {\n opacity: 0;\n}\n\n.p-connected-overlay-enter-active {\n transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);\n}\n\n.p-connected-overlay-leave-active {\n transition: opacity .1s linear;\n}\n\n/* Toggleable Content */\n.p-toggleable-content-enter-from,\n.p-toggleable-content-leave-to {\n max-height: 0;\n}\n\n.p-toggleable-content-enter-to,\n.p-toggleable-content-leave-from {\n max-height: 1000px;\n}\n\n.p-toggleable-content-leave-active {\n overflow: hidden;\n transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);\n}\n\n.p-toggleable-content-enter-active {\n overflow: hidden;\n transition: max-height 1s ease-in-out;\n}\n".concat(buttonCSS, "\n").concat(checkboxCSS, "\n").concat(inputTextCSS, "\n").concat(radioButtonCSS, "\n}\n");
2197
+ var css = "\n@layer primevue {\n.p-component, .p-component * {\n box-sizing: border-box;\n}\n\n.p-hidden-space {\n visibility: hidden;\n}\n\n.p-reset {\n margin: 0;\n padding: 0;\n border: 0;\n outline: 0;\n text-decoration: none;\n font-size: 100%;\n list-style: none;\n}\n\n.p-disabled, .p-disabled * {\n cursor: default;\n pointer-events: none;\n user-select: none;\n}\n\n.p-component-overlay {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n\n.p-unselectable-text {\n user-select: none;\n}\n\n.p-sr-only {\n border: 0;\n clip: rect(1px, 1px, 1px, 1px);\n clip-path: inset(50%);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n word-wrap: normal;\n}\n\n.p-link {\n\ttext-align: left;\n\tbackground-color: transparent;\n\tmargin: 0;\n\tpadding: 0;\n\tborder: none;\n cursor: pointer;\n user-select: none;\n}\n\n.p-link:disabled {\n\tcursor: default;\n}\n\n/* Non vue overlay animations */\n.p-connected-overlay {\n opacity: 0;\n transform: scaleY(0.8);\n transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);\n}\n\n.p-connected-overlay-visible {\n opacity: 1;\n transform: scaleY(1);\n}\n\n.p-connected-overlay-hidden {\n opacity: 0;\n transform: scaleY(1);\n transition: opacity .1s linear;\n}\n\n/* Vue based overlay animations */\n.p-connected-overlay-enter-from {\n opacity: 0;\n transform: scaleY(0.8);\n}\n\n.p-connected-overlay-leave-to {\n opacity: 0;\n}\n\n.p-connected-overlay-enter-active {\n transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);\n}\n\n.p-connected-overlay-leave-active {\n transition: opacity .1s linear;\n}\n\n/* Toggleable Content */\n.p-toggleable-content-enter-from,\n.p-toggleable-content-leave-to {\n max-height: 0;\n}\n\n.p-toggleable-content-enter-to,\n.p-toggleable-content-leave-from {\n max-height: 1000px;\n}\n\n.p-toggleable-content-leave-active {\n overflow: hidden;\n transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);\n}\n\n.p-toggleable-content-enter-active {\n overflow: hidden;\n transition: max-height 1s ease-in-out;\n}\n".concat(buttonCSS, "\n").concat(inputTextCSS, "\n}\n");
2192
2198
  var BaseComponentStyle = BaseStyle__default["default"].extend({
2193
2199
  name: 'common',
2194
2200
  css: css,
@@ -2935,29 +2941,23 @@ this.primevue.checkbox.style = (function (BaseStyle) {
2935
2941
 
2936
2942
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
2937
2943
 
2944
+ var css = "\n@layer primevue {\n .p-checkbox {\n position: relative;\n display: inline-flex;\n user-select: none;\n vertical-align: bottom;\n }\n\n .p-checkbox-input {\n cursor: pointer;\n }\n\n .p-checkbox-box {\n display: flex;\n justify-content: center;\n align-items: center;\n }\n}\n";
2938
2945
  var classes = {
2939
2946
  root: function root(_ref) {
2940
2947
  var instance = _ref.instance,
2941
2948
  props = _ref.props;
2942
2949
  return ['p-checkbox p-component', {
2943
- 'p-checkbox-checked': instance.checked,
2944
- 'p-checkbox-disabled': props.disabled,
2945
- 'p-checkbox-focused': instance.focused
2946
- }];
2947
- },
2948
- input: function input(_ref2) {
2949
- var instance = _ref2.instance,
2950
- props = _ref2.props;
2951
- return ['p-checkbox-box', {
2952
2950
  'p-highlight': instance.checked,
2953
- 'p-disabled': props.disabled,
2954
- 'p-focus': instance.focused
2951
+ 'p-disabled': props.disabled
2955
2952
  }];
2956
2953
  },
2954
+ box: 'p-checkbox-box',
2955
+ input: 'p-checkbox-input',
2957
2956
  icon: 'p-checkbox-icon'
2958
2957
  };
2959
2958
  var CheckboxStyle = BaseStyle__default["default"].extend({
2960
2959
  name: 'checkbox',
2960
+ css: css,
2961
2961
  classes: classes
2962
2962
  });
2963
2963
 
@@ -3295,48 +3295,31 @@ this.primevue.datatable.style = (function (BaseStyle) {
3295
3295
  headerTitle: 'p-column-title',
3296
3296
  sortIcon: 'p-sortable-column-icon',
3297
3297
  sortBadge: 'p-sortable-column-badge',
3298
- //headercheckbox
3299
- headerCheckboxWrapper: function headerCheckboxWrapper(_ref5) {
3300
- var instance = _ref5.instance;
3301
- return ['p-checkbox p-component', {
3302
- 'p-checkbox-focused': instance.focused,
3303
- 'p-disabled': instance.disabled
3304
- }];
3305
- },
3306
- headerCheckbox: function headerCheckbox(_ref6) {
3307
- var instance = _ref6.instance;
3308
- return ['p-checkbox-box p-component', {
3309
- 'p-highlight': instance.checked,
3310
- 'p-disabled': instance.disabled,
3311
- 'p-focus': instance.focused
3312
- }];
3313
- },
3314
- headerCheckboxIcon: 'p-checkbox-icon',
3315
3298
  // columnfilter
3316
- columnFilter: function columnFilter(_ref7) {
3317
- var props = _ref7.props;
3299
+ columnFilter: function columnFilter(_ref5) {
3300
+ var props = _ref5.props;
3318
3301
  return ['p-column-filter p-fluid', {
3319
3302
  'p-column-filter-row': props.display === 'row',
3320
3303
  'p-column-filter-menu': props.display === 'menu'
3321
3304
  }];
3322
3305
  },
3323
3306
  filterInput: 'p-fluid p-column-filter-element',
3324
- filterMenuButton: function filterMenuButton(_ref8) {
3325
- var instance = _ref8.instance;
3307
+ filterMenuButton: function filterMenuButton(_ref6) {
3308
+ var instance = _ref6.instance;
3326
3309
  return ['p-column-filter-menu-button p-link', {
3327
3310
  'p-column-filter-menu-button-open': instance.overlayVisible,
3328
3311
  'p-column-filter-menu-button-active': instance.hasFilter()
3329
3312
  }];
3330
3313
  },
3331
- headerFilterClearButton: function headerFilterClearButton(_ref9) {
3332
- var instance = _ref9.instance;
3314
+ headerFilterClearButton: function headerFilterClearButton(_ref7) {
3315
+ var instance = _ref7.instance;
3333
3316
  return ['p-column-filter-clear-button p-link', {
3334
3317
  'p-hidden-space': !instance.hasRowFilter()
3335
3318
  }];
3336
3319
  },
3337
- filterOverlay: function filterOverlay(_ref10) {
3338
- var instance = _ref10.instance,
3339
- props = _ref10.props;
3320
+ filterOverlay: function filterOverlay(_ref8) {
3321
+ var instance = _ref8.instance,
3322
+ props = _ref8.props;
3340
3323
  return [{
3341
3324
  'p-column-filter-overlay p-component p-fluid': true,
3342
3325
  'p-column-filter-overlay-menu': props.display === 'menu',
@@ -3345,9 +3328,9 @@ this.primevue.datatable.style = (function (BaseStyle) {
3345
3328
  }];
3346
3329
  },
3347
3330
  filterRowItems: 'p-column-filter-row-items',
3348
- filterRowItem: function filterRowItem(_ref11) {
3349
- var instance = _ref11.instance,
3350
- matchMode = _ref11.matchMode;
3331
+ filterRowItem: function filterRowItem(_ref9) {
3332
+ var instance = _ref9.instance,
3333
+ matchMode = _ref9.matchMode;
3351
3334
  return ['p-column-filter-row-item', {
3352
3335
  'p-highlight': matchMode && instance.isRowMatchModeSelected(matchMode.value)
3353
3336
  }];
@@ -3365,24 +3348,24 @@ this.primevue.datatable.style = (function (BaseStyle) {
3365
3348
  filterClearButton: 'p-button-outlined p-button-sm',
3366
3349
  filterApplyButton: 'p-button-sm',
3367
3350
  //tablebody
3368
- tbody: function tbody(_ref12) {
3369
- var props = _ref12.props;
3351
+ tbody: function tbody(_ref10) {
3352
+ var props = _ref10.props;
3370
3353
  return props.frozenRow ? 'p-datatable-tbody p-datatable-frozen-tbody' : 'p-datatable-tbody';
3371
3354
  },
3372
3355
  rowgroupHeader: 'p-rowgroup-header',
3373
3356
  rowGroupToggler: 'p-row-toggler p-link',
3374
3357
  rowGroupTogglerIcon: 'p-row-toggler-icon',
3375
- row: function row(_ref13) {
3376
- var instance = _ref13.instance,
3377
- props = _ref13.props,
3378
- index = _ref13.index;
3358
+ row: function row(_ref11) {
3359
+ var instance = _ref11.instance,
3360
+ props = _ref11.props,
3361
+ index = _ref11.index;
3379
3362
  var rowStyleClass = [];
3380
3363
  if (props.selectionMode) {
3381
3364
  rowStyleClass.push('p-selectable-row');
3382
3365
  }
3383
3366
  if (props.selection) {
3384
3367
  rowStyleClass.push({
3385
- 'p-highlight': instance.isSelected
3368
+ 'p-highlight': instance.isSelected && instance.$parentInstance.$parentInstance.highlightOnSelect
3386
3369
  });
3387
3370
  }
3388
3371
  if (props.contextMenuSelection) {
@@ -3397,8 +3380,8 @@ this.primevue.datatable.style = (function (BaseStyle) {
3397
3380
  rowgroupFooter: 'p-rowgroup-footer',
3398
3381
  emptyMessage: 'p-datatable-emptymessage',
3399
3382
  //bodycell
3400
- bodyCell: function bodyCell(_ref14) {
3401
- var instance = _ref14.instance;
3383
+ bodyCell: function bodyCell(_ref12) {
3384
+ var instance = _ref12.instance;
3402
3385
  return [{
3403
3386
  'p-selection-column': instance.columnProp('selectionMode') != null,
3404
3387
  'p-editable-column': instance.isEditable(),
@@ -3416,43 +3399,11 @@ this.primevue.datatable.style = (function (BaseStyle) {
3416
3399
  rowEditorSaveIcon: 'p-row-editor-save-icon',
3417
3400
  rowEditorCancelButton: 'p-row-editor-cancel p-link',
3418
3401
  rowEditorCancelIcon: 'p-row-editor-cancel-icon',
3419
- //rowcheckbox
3420
- checkboxWrapper: function checkboxWrapper(_ref15) {
3421
- var instance = _ref15.instance;
3422
- return ['p-checkbox p-component', {
3423
- 'p-checkbox-focused': instance.focused
3424
- }];
3425
- },
3426
- checkbox: function checkbox(_ref16) {
3427
- var instance = _ref16.instance;
3428
- return ['p-checkbox-box p-component', {
3429
- 'p-highlight': instance.checked,
3430
- 'p-disabled': instance.$attrs.disabled,
3431
- 'p-focus': instance.focused
3432
- }];
3433
- },
3434
- checkboxIcon: 'p-checkbox-icon',
3435
- //rowradiobutton
3436
- radiobuttonWrapper: function radiobuttonWrapper(_ref17) {
3437
- var instance = _ref17.instance;
3438
- return ['p-radiobutton p-component', {
3439
- 'p-radiobutton-focused': instance.focused
3440
- }];
3441
- },
3442
- radiobutton: function radiobutton(_ref18) {
3443
- var instance = _ref18.instance;
3444
- return ['p-radiobutton-box p-component', {
3445
- 'p-highlight': instance.checked,
3446
- 'p-disabled': instance.$attrs.disabled,
3447
- 'p-focus': instance.focused
3448
- }];
3449
- },
3450
- radiobuttonIcon: 'p-radiobutton-icon',
3451
3402
  //tablefooter
3452
3403
  tfoot: 'p-datatable-tfoot',
3453
3404
  //footercell
3454
- footerCell: function footerCell(_ref19) {
3455
- var instance = _ref19.instance;
3405
+ footerCell: function footerCell(_ref13) {
3406
+ var instance = _ref13.instance;
3456
3407
  return [{
3457
3408
  'p-frozen-column': instance.columnProp('frozen')
3458
3409
  }];
@@ -3574,7 +3525,7 @@ this.primevue.dialog.style = (function (BaseStyle) {
3574
3525
 
3575
3526
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
3576
3527
 
3577
- var css = "\n@layer primevue {\n .p-dialog-mask.p-component-overlay {\n pointer-events: auto;\n }\n\n .p-dialog {\n max-height: 90%;\n transform: scale(1);\n }\n\n .p-dialog-content {\n overflow-y: auto;\n }\n\n .p-dialog-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n flex-shrink: 0;\n }\n\n .p-dialog-footer {\n flex-shrink: 0;\n }\n\n .p-dialog .p-dialog-header-icons {\n display: flex;\n align-items: center;\n }\n\n .p-dialog .p-dialog-header-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n position: relative;\n }\n\n /* Fluid */\n .p-fluid .p-dialog-footer .p-button {\n width: auto;\n }\n\n /* Animation */\n /* Center */\n .p-dialog-enter-active {\n transition: all 150ms cubic-bezier(0, 0, 0.2, 1);\n }\n .p-dialog-leave-active {\n transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);\n }\n .p-dialog-enter-from,\n .p-dialog-leave-to {\n opacity: 0;\n transform: scale(0.7);\n }\n\n /* Top, Bottom, Left, Right, Top* and Bottom* */\n .p-dialog-top .p-dialog,\n .p-dialog-bottom .p-dialog,\n .p-dialog-left .p-dialog,\n .p-dialog-right .p-dialog,\n .p-dialog-topleft .p-dialog,\n .p-dialog-topright .p-dialog,\n .p-dialog-bottomleft .p-dialog,\n .p-dialog-bottomright .p-dialog {\n margin: 0.75rem;\n transform: translate3d(0px, 0px, 0px);\n }\n .p-dialog-top .p-dialog-enter-active,\n .p-dialog-top .p-dialog-leave-active,\n .p-dialog-bottom .p-dialog-enter-active,\n .p-dialog-bottom .p-dialog-leave-active,\n .p-dialog-left .p-dialog-enter-active,\n .p-dialog-left .p-dialog-leave-active,\n .p-dialog-right .p-dialog-enter-active,\n .p-dialog-right .p-dialog-leave-active,\n .p-dialog-topleft .p-dialog-enter-active,\n .p-dialog-topleft .p-dialog-leave-active,\n .p-dialog-topright .p-dialog-enter-active,\n .p-dialog-topright .p-dialog-leave-active,\n .p-dialog-bottomleft .p-dialog-enter-active,\n .p-dialog-bottomleft .p-dialog-leave-active,\n .p-dialog-bottomright .p-dialog-enter-active,\n .p-dialog-bottomright .p-dialog-leave-active {\n transition: all 0.3s ease-out;\n }\n .p-dialog-top .p-dialog-enter-from,\n .p-dialog-top .p-dialog-leave-to {\n transform: translate3d(0px, -100%, 0px);\n }\n .p-dialog-bottom .p-dialog-enter-from,\n .p-dialog-bottom .p-dialog-leave-to {\n transform: translate3d(0px, 100%, 0px);\n }\n .p-dialog-left .p-dialog-enter-from,\n .p-dialog-left .p-dialog-leave-to,\n .p-dialog-topleft .p-dialog-enter-from,\n .p-dialog-topleft .p-dialog-leave-to,\n .p-dialog-bottomleft .p-dialog-enter-from,\n .p-dialog-bottomleft .p-dialog-leave-to {\n transform: translate3d(-100%, 0px, 0px);\n }\n .p-dialog-right .p-dialog-enter-from,\n .p-dialog-right .p-dialog-leave-to,\n .p-dialog-topright .p-dialog-enter-from,\n .p-dialog-topright .p-dialog-leave-to,\n .p-dialog-bottomright .p-dialog-enter-from,\n .p-dialog-bottomright .p-dialog-leave-to {\n transform: translate3d(100%, 0px, 0px);\n }\n\n /* Maximize */\n .p-dialog-maximized {\n -webkit-transition: none;\n transition: none;\n transform: none;\n width: 100vw !important;\n height: 100vh !important;\n top: 0px;\n left: 0px;\n max-height: 100%;\n height: 100%;\n }\n .p-dialog-maximized .p-dialog-content {\n flex-grow: 1;\n }\n\n .p-confirm-dialog .p-dialog-content {\n display: flex;\n align-items: center;\n }\n}\n";
3528
+ var css = "\n@layer primevue {\n .p-dialog-mask.p-component-overlay {\n pointer-events: auto;\n }\n\n .p-dialog {\n max-height: 90%;\n transform: scale(1);\n }\n\n .p-dialog-content {\n overflow-y: auto;\n }\n\n .p-dialog-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n flex-shrink: 0;\n }\n\n .p-dialog-footer {\n flex-shrink: 0;\n }\n\n .p-dialog .p-dialog-header-icons {\n display: flex;\n align-items: center;\n }\n\n .p-dialog .p-dialog-header-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n position: relative;\n }\n\n /* Fluid */\n .p-fluid .p-dialog-footer .p-button {\n width: auto;\n }\n\n /* Animation */\n /* Center */\n .p-dialog-enter-active {\n transition: all 150ms cubic-bezier(0, 0, 0.2, 1);\n }\n .p-dialog-leave-active {\n transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);\n }\n .p-dialog-enter-from,\n .p-dialog-leave-to {\n opacity: 0;\n transform: scale(0.7);\n }\n\n /* Top, Bottom, Left, Right, Top* and Bottom* */\n .p-dialog-top .p-dialog,\n .p-dialog-bottom .p-dialog,\n .p-dialog-left .p-dialog,\n .p-dialog-right .p-dialog,\n .p-dialog-topleft .p-dialog,\n .p-dialog-topright .p-dialog,\n .p-dialog-bottomleft .p-dialog,\n .p-dialog-bottomright .p-dialog {\n margin: 0.75rem;\n transform: translate3d(0px, 0px, 0px);\n }\n .p-dialog-top .p-dialog-enter-active,\n .p-dialog-top .p-dialog-leave-active,\n .p-dialog-bottom .p-dialog-enter-active,\n .p-dialog-bottom .p-dialog-leave-active,\n .p-dialog-left .p-dialog-enter-active,\n .p-dialog-left .p-dialog-leave-active,\n .p-dialog-right .p-dialog-enter-active,\n .p-dialog-right .p-dialog-leave-active,\n .p-dialog-topleft .p-dialog-enter-active,\n .p-dialog-topleft .p-dialog-leave-active,\n .p-dialog-topright .p-dialog-enter-active,\n .p-dialog-topright .p-dialog-leave-active,\n .p-dialog-bottomleft .p-dialog-enter-active,\n .p-dialog-bottomleft .p-dialog-leave-active,\n .p-dialog-bottomright .p-dialog-enter-active,\n .p-dialog-bottomright .p-dialog-leave-active {\n transition: all 0.3s ease-out;\n }\n .p-dialog-top .p-dialog-enter-from,\n .p-dialog-top .p-dialog-leave-to {\n transform: translate3d(0px, -100%, 0px);\n }\n .p-dialog-bottom .p-dialog-enter-from,\n .p-dialog-bottom .p-dialog-leave-to {\n transform: translate3d(0px, 100%, 0px);\n }\n .p-dialog-left .p-dialog-enter-from,\n .p-dialog-left .p-dialog-leave-to,\n .p-dialog-topleft .p-dialog-enter-from,\n .p-dialog-topleft .p-dialog-leave-to,\n .p-dialog-bottomleft .p-dialog-enter-from,\n .p-dialog-bottomleft .p-dialog-leave-to {\n transform: translate3d(-100%, 0px, 0px);\n }\n .p-dialog-right .p-dialog-enter-from,\n .p-dialog-right .p-dialog-leave-to,\n .p-dialog-topright .p-dialog-enter-from,\n .p-dialog-topright .p-dialog-leave-to,\n .p-dialog-bottomright .p-dialog-enter-from,\n .p-dialog-bottomright .p-dialog-leave-to {\n transform: translate3d(100%, 0px, 0px);\n }\n\n /* Maximize */\n .p-dialog-maximized {\n width: 100vw !important;\n height: 100vh !important;\n top: 0px !important;\n left: 0px !important;\n max-height: 100%;\n height: 100%;\n }\n .p-dialog-maximized .p-dialog-content {\n flex-grow: 1;\n }\n\n .p-confirm-dialog .p-dialog-content {\n display: flex;\n align-items: center;\n }\n}\n";
3578
3529
 
3579
3530
  /* Position */
3580
3531
  var inlineStyles = {
@@ -3750,7 +3701,7 @@ this.primevue.dropdown.style = (function (BaseStyle) {
3750
3701
 
3751
3702
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
3752
3703
 
3753
- 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";
3704
+ 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";
3754
3705
  var classes = {
3755
3706
  root: function root(_ref) {
3756
3707
  var instance = _ref.instance,
@@ -3791,17 +3742,22 @@ this.primevue.dropdown.style = (function (BaseStyle) {
3791
3742
  wrapper: 'p-dropdown-items-wrapper',
3792
3743
  list: 'p-dropdown-items',
3793
3744
  itemGroup: 'p-dropdown-item-group',
3745
+ itemGroupLabel: 'p-dropdown-item-group-label',
3794
3746
  item: function item(_ref4) {
3795
3747
  var instance = _ref4.instance,
3748
+ props = _ref4.props,
3796
3749
  state = _ref4.state,
3797
3750
  option = _ref4.option,
3798
3751
  focusedOption = _ref4.focusedOption;
3799
3752
  return ['p-dropdown-item', {
3800
- 'p-highlight': instance.isSelected(option),
3753
+ 'p-highlight': instance.isSelected(option) && props.highlightOnSelect,
3801
3754
  'p-focus': state.focusedOptionIndex === focusedOption,
3802
3755
  'p-disabled': instance.isOptionDisabled(option)
3803
3756
  }];
3804
3757
  },
3758
+ itemLabel: 'p-dropdown-item-label',
3759
+ checkIcon: 'p-dropdown-check-icon',
3760
+ blankIcon: 'p-dropdown-blank-icon',
3805
3761
  emptyMessage: 'p-dropdown-empty-message'
3806
3762
  };
3807
3763
  var DropdownStyle = BaseStyle__default["default"].extend({
@@ -4292,7 +4248,7 @@ this.primevue.inputswitch.style = (function (BaseStyle) {
4292
4248
 
4293
4249
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
4294
4250
 
4295
- var css = "\n@layer primevue {\n .p-inputswitch {\n display: inline-block;\n }\n\n .p-inputswitch-slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n border: 1px solid transparent;\n }\n\n .p-inputswitch-slider:before {\n position: absolute;\n content: '';\n top: 50%;\n }\n}\n";
4251
+ var css = "\n@layer primevue {\n .p-inputswitch {\n display: inline-block;\n }\n\n .p-inputswitch-input {\n cursor: pointer;\n }\n\n .p-inputswitch-slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n border: 1px solid transparent;\n }\n\n .p-inputswitch-slider:before {\n position: absolute;\n content: '';\n top: 50%;\n }\n}\n";
4296
4252
  var inlineStyles = {
4297
4253
  root: {
4298
4254
  position: 'relative'
@@ -4303,11 +4259,11 @@ this.primevue.inputswitch.style = (function (BaseStyle) {
4303
4259
  var instance = _ref.instance,
4304
4260
  props = _ref.props;
4305
4261
  return ['p-inputswitch p-component', {
4306
- 'p-inputswitch-checked': instance.checked,
4307
- 'p-disabled': props.disabled,
4308
- 'p-focus': instance.focused
4262
+ 'p-highlight': instance.checked,
4263
+ 'p-disabled': props.disabled
4309
4264
  }];
4310
4265
  },
4266
+ input: 'p-inputswitch-input',
4311
4267
  slider: 'p-inputswitch-slider'
4312
4268
  };
4313
4269
  var InputSwitchStyle = BaseStyle__default["default"].extend({
@@ -4393,10 +4349,9 @@ this.primevue.listbox.style = (function (BaseStyle) {
4393
4349
  var css = "\n@layer primevue {\n .p-listbox-list-wrapper {\n overflow: auto;\n }\n\n .p-listbox-list {\n list-style-type: none;\n margin: 0;\n padding: 0;\n }\n\n .p-listbox-item {\n cursor: pointer;\n position: relative;\n overflow: hidden;\n }\n\n .p-listbox-item-group {\n cursor: auto;\n }\n\n .p-listbox-filter-container {\n position: relative;\n }\n\n .p-listbox-filter-icon {\n position: absolute;\n top: 50%;\n margin-top: -0.5rem;\n }\n\n .p-listbox-filter {\n width: 100%;\n }\n}\n";
4394
4350
  var classes = {
4395
4351
  root: function root(_ref) {
4396
- var instance = _ref.instance,
4397
- props = _ref.props;
4352
+ _ref.instance;
4353
+ var props = _ref.props;
4398
4354
  return ['p-listbox p-component', {
4399
- 'p-focus': instance.focused,
4400
4355
  'p-disabled': props.disabled
4401
4356
  }];
4402
4357
  },
@@ -4664,6 +4619,50 @@ this.primevue.message.style = (function (BaseStyle) {
4664
4619
 
4665
4620
  })(primevue.base.style);
4666
4621
 
4622
+ this.primevue = this.primevue || {};
4623
+ this.primevue.metergroup = this.primevue.metergroup || {};
4624
+ this.primevue.metergroup.style = (function (BaseStyle) {
4625
+ 'use strict';
4626
+
4627
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
4628
+
4629
+ var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
4630
+
4631
+ var css = "\n@layer primevue {\n .p-metergroup {\n position: relative;\n overflow: hidden;\n }\n\n .p-metergroup-vertical.p-metergroup {\n display: flex;\n }\n\n .p-metergroup-vertical .p-metergroup-meter-container {\n flex-direction: column;\n }\n\n .p-metergroup-meter-container {\n display: flex;\n }\n\n .p-metergroup-label-list {\n display: flex;\n margin: 0;\n padding: 0;\n list-style-type: none;\n }\n\n .p-metergroup-vertical .p-metergroup-label-list {\n align-items: start;\n }\n\n .p-metergroup-horizontal .p-metergroup-label-list-vertical {\n flex-direction: column;\n }\n\n .p-metergroup-vertical .p-metergroup-label-list-horizontal {\n flex-direction: column;\n }\n\n .p-metergroup-label-list-item {\n display: inline-flex;\n align-items: center;\n }\n\n .p-metergroup-label-type {\n display: inline-block;\n }\n}\n";
4632
+ var classes = {
4633
+ root: function root(_ref) {
4634
+ var props = _ref.props;
4635
+ return ['p-metergroup p-component', {
4636
+ 'p-metergroup-horizontal': props.orientation === 'horizontal',
4637
+ 'p-metergroup-vertical': props.orientation === 'vertical'
4638
+ }];
4639
+ },
4640
+ metercontainer: 'p-metergroup-meter-container',
4641
+ meter: 'p-metergroup-meter',
4642
+ labellist: function labellist(_ref2) {
4643
+ var props = _ref2.props;
4644
+ return ['p-metergroup-label-list', {
4645
+ 'p-metergroup-label-list-start': props.labelPosition === 'start',
4646
+ 'p-metergroup-label-list-end': props.labelPosition === 'end',
4647
+ 'p-metergroup-label-list-vertical': props.labelOrientation === 'vertical',
4648
+ 'p-metergroup-label-list-horizontal': props.labelOrientation === 'horizontal'
4649
+ }];
4650
+ },
4651
+ labellistitem: 'p-metergroup-label-list-item',
4652
+ labelicon: 'p-metergroup-label-icon',
4653
+ labellisttype: 'p-metergroup-label-type',
4654
+ label: 'p-metergroup-label'
4655
+ };
4656
+ var MeterGroupStyle = BaseStyle__default["default"].extend({
4657
+ name: 'metergroup',
4658
+ css: css,
4659
+ classes: classes
4660
+ });
4661
+
4662
+ return MeterGroupStyle;
4663
+
4664
+ })(primevue.base.style);
4665
+
4667
4666
  this.primevue = this.primevue || {};
4668
4667
  this.primevue.multiselect = this.primevue.multiselect || {};
4669
4668
  this.primevue.multiselect.style = (function (BaseStyle) {
@@ -4718,21 +4717,6 @@ this.primevue.multiselect.style = (function (BaseStyle) {
4718
4717
  }];
4719
4718
  },
4720
4719
  header: 'p-multiselect-header',
4721
- headerCheckboxContainer: function headerCheckboxContainer(_ref5) {
4722
- var instance = _ref5.instance;
4723
- return ['p-checkbox p-component', {
4724
- 'p-checkbox-checked': instance.allSelected,
4725
- 'p-checkbox-focused': instance.headerCheckboxFocused
4726
- }];
4727
- },
4728
- headerCheckbox: function headerCheckbox(_ref6) {
4729
- var instance = _ref6.instance;
4730
- return ['p-checkbox-box', {
4731
- 'p-highlight': instance.allSelected,
4732
- 'p-focus': instance.headerCheckboxFocused
4733
- }];
4734
- },
4735
- headerCheckboxIcon: 'p-checkbox-icon',
4736
4720
  filterContainer: 'p-multiselect-filter-container',
4737
4721
  filterInput: 'p-multiselect-filter p-inputtext p-component',
4738
4722
  filterIcon: 'p-multiselect-filter-icon',
@@ -4741,26 +4725,18 @@ this.primevue.multiselect.style = (function (BaseStyle) {
4741
4725
  wrapper: 'p-multiselect-items-wrapper',
4742
4726
  list: 'p-multiselect-items p-component',
4743
4727
  itemGroup: 'p-multiselect-item-group',
4744
- item: function item(_ref7) {
4745
- var instance = _ref7.instance,
4746
- option = _ref7.option,
4747
- index = _ref7.index,
4748
- getItemOptions = _ref7.getItemOptions;
4728
+ item: function item(_ref5) {
4729
+ var instance = _ref5.instance,
4730
+ option = _ref5.option,
4731
+ index = _ref5.index,
4732
+ getItemOptions = _ref5.getItemOptions,
4733
+ props = _ref5.props;
4749
4734
  return ['p-multiselect-item', {
4750
- 'p-highlight': instance.isSelected(option),
4735
+ 'p-highlight': instance.isSelected(option) && props.highlightOnSelect,
4751
4736
  'p-focus': instance.focusedOptionIndex === instance.getOptionIndex(index, getItemOptions),
4752
4737
  'p-disabled': instance.isOptionDisabled(option)
4753
4738
  }];
4754
4739
  },
4755
- checkboxContainer: 'p-checkbox p-component',
4756
- checkbox: function checkbox(_ref8) {
4757
- var instance = _ref8.instance,
4758
- option = _ref8.option;
4759
- return ['p-checkbox-box', {
4760
- 'p-highlight': instance.isSelected(option)
4761
- }];
4762
- },
4763
- checkboxIcon: 'p-checkbox-icon',
4764
4740
  emptyMessage: 'p-multiselect-empty-message'
4765
4741
  };
4766
4742
  var MultiSelectStyle = BaseStyle__default["default"].extend({
@@ -4792,8 +4768,8 @@ this.primevue.orderlist.style = (function (BaseStyle) {
4792
4768
  }];
4793
4769
  },
4794
4770
  controls: 'p-orderlist-controls',
4795
- header: 'p-orderlist-header',
4796
4771
  container: 'p-orderlist-list-container',
4772
+ header: 'p-orderlist-header',
4797
4773
  list: 'p-orderlist-list',
4798
4774
  item: function item(_ref2) {
4799
4775
  var instance = _ref2.instance,
@@ -5243,29 +5219,23 @@ this.primevue.radiobutton.style = (function (BaseStyle) {
5243
5219
 
5244
5220
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
5245
5221
 
5222
+ var css = "\n@layer primevue {\n .p-radiobutton {\n position: relative;\n display: inline-flex;\n user-select: none;\n vertical-align: bottom;\n }\n\n .p-radiobutton-input {\n cursor: pointer;\n }\n\n .p-radiobutton-box {\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n .p-radiobutton-icon {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n transform: translateZ(0) scale(.1);\n border-radius: 50%;\n visibility: hidden;\n }\n\n .p-radiobutton.p-highlight .p-radiobutton-icon {\n transform: translateZ(0) scale(1.0, 1.0);\n visibility: visible;\n }\n}\n";
5246
5223
  var classes = {
5247
5224
  root: function root(_ref) {
5248
5225
  var instance = _ref.instance,
5249
5226
  props = _ref.props;
5250
5227
  return ['p-radiobutton p-component', {
5251
- 'p-radiobutton-checked': instance.checked,
5252
- 'p-radiobutton-disabled': props.disabled,
5253
- 'p-radiobutton-focused': instance.focused
5254
- }];
5255
- },
5256
- input: function input(_ref2) {
5257
- var instance = _ref2.instance,
5258
- props = _ref2.props;
5259
- return ['p-radiobutton-box', {
5260
5228
  'p-highlight': instance.checked,
5261
- 'p-disabled': props.disabled,
5262
- 'p-focus': instance.focused
5229
+ 'p-disabled': props.disabled
5263
5230
  }];
5264
5231
  },
5232
+ box: 'p-radiobutton-box',
5233
+ input: 'p-radiobutton-input',
5265
5234
  icon: 'p-radiobutton-icon'
5266
5235
  };
5267
5236
  var RadioButtonStyle = BaseStyle__default["default"].extend({
5268
5237
  name: 'radiobutton',
5238
+ css: css,
5269
5239
  classes: classes
5270
5240
  });
5271
5241
 
@@ -5672,15 +5642,18 @@ this.primevue.splitbutton.style = (function (BaseStyle) {
5672
5642
 
5673
5643
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
5674
5644
 
5675
- 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); }
5676
- 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; }
5677
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
5678
- 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); }
5679
5645
  var css = "\n@layer primevue {\n .p-splitbutton {\n display: inline-flex;\n position: relative;\n }\n\n .p-splitbutton .p-splitbutton-defaultbutton,\n .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button,\n .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button,\n .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button-outlined.p-button:hover {\n flex: 1 1 auto;\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n border-right: 0 none;\n }\n\n .p-splitbutton-menubutton,\n .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,\n .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {\n display: flex;\n align-items: center;\n justify-content: center;\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n\n .p-splitbutton .p-menu {\n min-width: 100%;\n }\n\n .p-fluid .p-splitbutton {\n display: flex;\n }\n}\n";
5680
5646
  var classes = {
5681
5647
  root: function root(_ref) {
5682
5648
  var props = _ref.props;
5683
- return ['p-splitbutton p-component', _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "p-button-".concat(props.severity), props.severity), 'p-button-raised', props.raised), 'p-button-rounded', props.rounded), 'p-button-text', props.text), 'p-button-outlined', props.outlined), 'p-button-sm', props.size === 'small'), 'p-button-lg', props.size === 'large')];
5649
+ return ['p-splitbutton p-component', {
5650
+ 'p-button-raised': props.raised,
5651
+ 'p-button-rounded': props.rounded,
5652
+ 'p-button-text': props.text,
5653
+ 'p-button-outlined': props.outlined,
5654
+ 'p-button-sm': props.size === 'small',
5655
+ 'p-button-lg': props.size === 'large'
5656
+ }];
5684
5657
  },
5685
5658
  button: 'p-splitbutton-defaultbutton',
5686
5659
  menuButton: 'p-splitbutton-menubutton'
@@ -6167,20 +6140,26 @@ this.primevue.togglebutton.style = (function (BaseStyle) {
6167
6140
 
6168
6141
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
6169
6142
 
6143
+ var css = "\n@layer primevue {\n .p-togglebutton {\n position: relative;\n display: inline-flex;\n user-select: none;\n vertical-align: bottom;\n }\n\n .p-togglebutton-input {\n cursor: pointer;\n }\n\n .p-togglebutton .p-button {\n flex: 1 1 auto;\n }\n}\n";
6170
6144
  var classes = {
6171
6145
  root: function root(_ref) {
6172
6146
  var instance = _ref.instance,
6173
6147
  props = _ref.props;
6174
- return ['p-button p-togglebutton p-component', {
6175
- 'p-focus': instance.focused,
6176
- 'p-button-icon-only': instance.hasIcon && !instance.hasLabel,
6148
+ return ['p-togglebutton p-component', {
6177
6149
  'p-disabled': props.disabled,
6178
- 'p-highlight': props.modelValue === true
6150
+ 'p-highlight': instance.active
6179
6151
  }];
6180
6152
  },
6181
- icon: function icon(_ref2) {
6182
- var instance = _ref2.instance,
6183
- props = _ref2.props;
6153
+ input: 'p-togglebutton-input',
6154
+ box: function box(_ref2) {
6155
+ var instance = _ref2.instance;
6156
+ return ['p-button p-component', {
6157
+ 'p-button-icon-only': instance.hasIcon && !instance.hasLabel
6158
+ }];
6159
+ },
6160
+ icon: function icon(_ref3) {
6161
+ var instance = _ref3.instance,
6162
+ props = _ref3.props;
6184
6163
  return ['p-button-icon', {
6185
6164
  'p-button-icon-left': props.iconPos === 'left' && instance.label,
6186
6165
  'p-button-icon-right': props.iconPos === 'right' && instance.label
@@ -6189,7 +6168,8 @@ this.primevue.togglebutton.style = (function (BaseStyle) {
6189
6168
  label: 'p-button-label'
6190
6169
  };
6191
6170
  var ToggleButtonStyle = BaseStyle__default["default"].extend({
6192
- name: 'accordion',
6171
+ name: 'togglebutton',
6172
+ css: css,
6193
6173
  classes: classes
6194
6174
  });
6195
6175
 
@@ -6284,21 +6264,18 @@ this.primevue.tree.style = (function (BaseStyle) {
6284
6264
  var instance = _ref3.instance;
6285
6265
  return ['p-treenode-content', instance.node.styleClass, {
6286
6266
  'p-treenode-selectable': instance.selectable,
6287
- 'p-highlight': instance.checkboxMode ? instance.checked : instance.selected
6267
+ 'p-highlight': instance.checkboxMode && instance.$parentInstance.highlightOnSelect ? instance.checked : instance.selected
6288
6268
  }];
6289
6269
  },
6290
6270
  toggler: 'p-tree-toggler p-link',
6291
6271
  togglerIcon: 'p-tree-toggler-icon',
6292
6272
  nodeTogglerIcon: 'p-tree-node-toggler-icon',
6293
- checkboxContainer: 'p-checkbox p-component',
6294
- checkbox: function checkbox(_ref4) {
6273
+ nodeCheckbox: function nodeCheckbox(_ref4) {
6295
6274
  var instance = _ref4.instance;
6296
- return ['p-checkbox-box', {
6297
- 'p-highlight': instance.checked,
6275
+ return [{
6298
6276
  'p-indeterminate': instance.partialChecked
6299
6277
  }];
6300
6278
  },
6301
- checkboxIcon: 'p-checkbox-icon',
6302
6279
  nodeIcon: 'p-treenode-icon',
6303
6280
  label: 'p-treenode-label',
6304
6281
  subgroup: 'p-treenode-children'
@@ -6452,27 +6429,18 @@ this.primevue.treetable.style = (function (BaseStyle) {
6452
6429
  },
6453
6430
  rowToggler: 'p-treetable-toggler p-link',
6454
6431
  rowTogglerIcon: 'p-tree-toggler-icon',
6455
- checkboxWrapper: function checkboxWrapper(_ref6) {
6432
+ rowCheckbox: function rowCheckbox(_ref6) {
6456
6433
  var instance = _ref6.instance;
6457
- return ['p-checkbox p-treetable-checkbox p-component', {
6458
- 'p-checkbox-focused': instance.checkboxFocused
6459
- }];
6460
- },
6461
- checkbox: function checkbox(_ref7) {
6462
- var instance = _ref7.instance;
6463
- return ['p-checkbox-box', {
6464
- 'p-highlight': instance.checked,
6465
- 'p-focus': instance.checkboxFocused,
6434
+ return ['p-treetable-checkbox', {
6466
6435
  'p-indeterminate': instance.partialChecked
6467
6436
  }];
6468
6437
  },
6469
- checkboxicon: 'p-checkbox-icon',
6470
6438
  //treetable
6471
6439
  emptyMessage: 'p-treetable-emptymessage',
6472
6440
  tfoot: 'p-treetable-tfoot',
6473
6441
  //footercell
6474
- footerCell: function footerCell(_ref8) {
6475
- var instance = _ref8.instance;
6442
+ footerCell: function footerCell(_ref7) {
6443
+ var instance = _ref7.instance;
6476
6444
  return [{
6477
6445
  'p-frozen-column': instance.columnProp('frozen')
6478
6446
  }];
@@ -6500,31 +6468,25 @@ this.primevue.tristatecheckbox.style = (function (BaseStyle) {
6500
6468
 
6501
6469
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
6502
6470
 
6471
+ var css = "\n@layer primevue {\n .p-checkbox {\n position: relative;\n display: inline-flex;\n user-select: none;\n vertical-align: bottom;\n }\n\n .p-checkbox-input {\n cursor: pointer;\n }\n\n .p-checkbox-box {\n display: flex;\n justify-content: center;\n align-items: center;\n }\n}\n";
6503
6472
  var classes = {
6504
6473
  root: function root(_ref) {
6505
6474
  var instance = _ref.instance,
6506
6475
  props = _ref.props;
6507
- return ['p-checkbox p-component', {
6508
- 'p-checkbox-checked': props.modelValue === true,
6509
- 'p-checkbox-disabled': props.disabled,
6510
- 'p-checkbox-focused': instance.focused
6511
- }];
6512
- },
6513
- checkbox: function checkbox(_ref2) {
6514
- var instance = _ref2.instance,
6515
- props = _ref2.props;
6516
- return ['p-checkbox-box', {
6517
- 'p-highlight': props.modelValue != null,
6518
- 'p-disabled': props.disabled,
6519
- 'p-focus': instance.focused
6476
+ return ['p-tristatecheckbox p-checkbox p-component', {
6477
+ 'p-highlight': instance.active,
6478
+ 'p-disabled': props.disabled
6520
6479
  }];
6521
6480
  },
6481
+ box: 'p-checkbox-box',
6482
+ input: 'p-checkbox-input',
6522
6483
  checkIcon: 'p-checkbox-icon',
6523
6484
  uncheckIcon: 'p-checkbox-icon',
6524
6485
  nullableIcon: 'p-checkbox-icon'
6525
6486
  };
6526
6487
  var TriStateCheckboxStyle = BaseStyle__default["default"].extend({
6527
6488
  name: 'tristatecheckbox',
6489
+ css: css,
6528
6490
  classes: classes
6529
6491
  });
6530
6492
 
@@ -6738,6 +6700,7 @@ this.primevue.basedirective = (function (BaseStyle, utils, vue) {
6738
6700
  }, $options);
6739
6701
  el.$instance = el._$instances[name]; // pass instance data to hooks
6740
6702
  (_el$$instance$hook = (_el$$instance7 = el.$instance)[hook]) === null || _el$$instance$hook === void 0 || _el$$instance$hook.call(_el$$instance7, el, binding, vnode, prevVnode); // handle hook in directive implementation
6703
+ el["$".concat(name)] = el.$instance; // expose all options with $<directive_name>
6741
6704
  BaseDirective._hook(name, hook, el, binding, vnode, prevVnode); // handle hooks during directive uses (global and self-definition)
6742
6705
  };
6743
6706
  return {
@@ -6747,15 +6710,23 @@ this.primevue.basedirective = (function (BaseStyle, utils, vue) {
6747
6710
  beforeMount: function beforeMount(el, binding, vnode, prevVnode) {
6748
6711
  var _config$csp, _el$$instance8, _el$$instance9, _config$csp2;
6749
6712
  var config = BaseDirective._getConfig(binding, vnode);
6750
- BaseStyle__default["default"].loadStyle(undefined, {
6713
+ BaseStyle__default["default"].loadStyle({
6751
6714
  nonce: config === null || config === void 0 || (_config$csp = config.csp) === null || _config$csp === void 0 ? void 0 : _config$csp.nonce
6752
6715
  });
6753
- !((_el$$instance8 = el.$instance) !== null && _el$$instance8 !== void 0 && _el$$instance8.isUnstyled()) && ((_el$$instance9 = el.$instance) === null || _el$$instance9 === void 0 || (_el$$instance9 = _el$$instance9.$style) === null || _el$$instance9 === void 0 ? void 0 : _el$$instance9.loadStyle(undefined, {
6716
+ !((_el$$instance8 = el.$instance) !== null && _el$$instance8 !== void 0 && _el$$instance8.isUnstyled()) && ((_el$$instance9 = el.$instance) === null || _el$$instance9 === void 0 || (_el$$instance9 = _el$$instance9.$style) === null || _el$$instance9 === void 0 ? void 0 : _el$$instance9.loadStyle({
6754
6717
  nonce: config === null || config === void 0 || (_config$csp2 = config.csp) === null || _config$csp2 === void 0 ? void 0 : _config$csp2.nonce
6755
6718
  }));
6756
6719
  handleHook('beforeMount', el, binding, vnode, prevVnode);
6757
6720
  },
6758
6721
  mounted: function mounted(el, binding, vnode, prevVnode) {
6722
+ var _config$csp3, _el$$instance10, _el$$instance11, _config$csp4;
6723
+ var config = BaseDirective._getConfig(binding, vnode);
6724
+ BaseStyle__default["default"].loadStyle({
6725
+ nonce: config === null || config === void 0 || (_config$csp3 = config.csp) === null || _config$csp3 === void 0 ? void 0 : _config$csp3.nonce
6726
+ });
6727
+ !((_el$$instance10 = el.$instance) !== null && _el$$instance10 !== void 0 && _el$$instance10.isUnstyled()) && ((_el$$instance11 = el.$instance) === null || _el$$instance11 === void 0 || (_el$$instance11 = _el$$instance11.$style) === null || _el$$instance11 === void 0 ? void 0 : _el$$instance11.loadStyle({
6728
+ nonce: config === null || config === void 0 || (_config$csp4 = config.csp) === null || _config$csp4 === void 0 ? void 0 : _config$csp4.nonce
6729
+ }));
6759
6730
  handleHook('mounted', el, binding, vnode, prevVnode);
6760
6731
  },
6761
6732
  beforeUpdate: function beforeUpdate(el, binding, vnode, prevVnode) {
@@ -6962,10 +6933,8 @@ this.primevue.basecomponent = (function (BaseStyle, utils, vue, usestyle) {
6962
6933
  function _toPropertyKey$1(t) { var i = _toPrimitive$1(t, "string"); return "symbol" == _typeof$1(i) ? i : String(i); }
6963
6934
  function _toPrimitive$1(t, r) { if ("object" != _typeof$1(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$1(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
6964
6935
  var buttonCSS = "\n.p-button {\n display: inline-flex;\n cursor: pointer;\n user-select: none;\n align-items: center;\n vertical-align: bottom;\n text-align: center;\n overflow: hidden;\n position: relative;\n}\n\n.p-button-label {\n flex: 1 1 auto;\n}\n\n.p-button-icon-right {\n order: 1;\n}\n\n.p-button:disabled {\n cursor: default;\n}\n\n.p-button-icon-only {\n justify-content: center;\n}\n\n.p-button-icon-only .p-button-label {\n visibility: hidden;\n width: 0;\n flex: 0 0 auto;\n}\n\n.p-button-vertical {\n flex-direction: column;\n}\n\n.p-button-icon-bottom {\n order: 2;\n}\n\n.p-buttonset .p-button {\n margin: 0;\n}\n\n.p-buttonset .p-button:not(:last-child), .p-buttonset .p-button:not(:last-child):hover {\n border-right: 0 none;\n}\n\n.p-buttonset .p-button:not(:first-of-type):not(:last-of-type) {\n border-radius: 0;\n}\n\n.p-buttonset .p-button:first-of-type:not(:only-of-type) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.p-buttonset .p-button:last-of-type:not(:only-of-type) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.p-buttonset .p-button:focus {\n position: relative;\n z-index: 1;\n}\n";
6965
- var checkboxCSS = "\n.p-checkbox {\n display: inline-flex;\n cursor: pointer;\n user-select: none;\n vertical-align: bottom;\n position: relative;\n}\n\n.p-checkbox.p-checkbox-disabled {\n cursor: default;\n}\n\n.p-checkbox-box {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n";
6966
6936
  var inputTextCSS = "\n.p-fluid .p-inputtext {\n width: 100%;\n}\n\n/* InputGroup */\n.p-inputgroup {\n display: flex;\n align-items: stretch;\n width: 100%;\n}\n\n.p-inputgroup-addon {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.p-inputgroup .p-float-label {\n display: flex;\n align-items: stretch;\n width: 100%;\n}\n\n.p-inputgroup .p-inputtext,\n.p-fluid .p-inputgroup .p-inputtext,\n.p-inputgroup .p-inputwrapper,\n.p-fluid .p-inputgroup .p-input {\n flex: 1 1 auto;\n width: 1%;\n}\n\n/* Floating Label */\n.p-float-label {\n display: block;\n position: relative;\n}\n\n.p-float-label label {\n position: absolute;\n pointer-events: none;\n top: 50%;\n margin-top: -.5rem;\n transition-property: all;\n transition-timing-function: ease;\n line-height: 1;\n}\n\n.p-float-label textarea ~ label {\n top: 1rem;\n}\n\n.p-float-label input:focus ~ label,\n.p-float-label input.p-filled ~ label,\n.p-float-label input:-webkit-autofill ~ label,\n.p-float-label textarea:focus ~ label,\n.p-float-label textarea.p-filled ~ label,\n.p-float-label .p-inputwrapper-focus ~ label,\n.p-float-label .p-inputwrapper-filled ~ label {\n top: -.75rem;\n font-size: 12px;\n}\n\n\n.p-float-label .p-placeholder,\n.p-float-label input::placeholder,\n.p-float-label .p-inputtext::placeholder {\n opacity: 0;\n transition-property: all;\n transition-timing-function: ease;\n}\n\n.p-float-label .p-focus .p-placeholder,\n.p-float-label input:focus::placeholder,\n.p-float-label .p-inputtext:focus::placeholder {\n opacity: 1;\n transition-property: all;\n transition-timing-function: ease;\n}\n\n.p-input-icon-left,\n.p-input-icon-right {\n position: relative;\n display: inline-block;\n}\n\n.p-input-icon-left > i,\n.p-input-icon-left > svg,\n.p-input-icon-right > i,\n.p-input-icon-right > svg {\n position: absolute;\n top: 50%;\n margin-top: -.5rem;\n}\n\n.p-fluid .p-input-icon-left,\n.p-fluid .p-input-icon-right {\n display: block;\n width: 100%;\n}\n";
6967
- var radioButtonCSS = "\n.p-radiobutton {\n position: relative;\n display: inline-flex;\n cursor: pointer;\n user-select: none;\n vertical-align: bottom;\n}\n\n.p-radiobutton.p-radiobutton-disabled {\n cursor: default;\n}\n\n.p-radiobutton-box {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.p-radiobutton-icon {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n transform: translateZ(0) scale(.1);\n border-radius: 50%;\n visibility: hidden;\n}\n\n.p-radiobutton-box.p-highlight .p-radiobutton-icon {\n transform: translateZ(0) scale(1.0, 1.0);\n visibility: visible;\n}\n";
6968
- var css = "\n@layer primevue {\n.p-component, .p-component * {\n box-sizing: border-box;\n}\n\n.p-hidden-space {\n visibility: hidden;\n}\n\n.p-reset {\n margin: 0;\n padding: 0;\n border: 0;\n outline: 0;\n text-decoration: none;\n font-size: 100%;\n list-style: none;\n}\n\n.p-disabled, .p-disabled * {\n cursor: default;\n pointer-events: none;\n user-select: none;\n}\n\n.p-component-overlay {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n\n.p-unselectable-text {\n user-select: none;\n}\n\n.p-sr-only {\n border: 0;\n clip: rect(1px, 1px, 1px, 1px);\n clip-path: inset(50%);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n word-wrap: normal;\n}\n\n.p-link {\n\ttext-align: left;\n\tbackground-color: transparent;\n\tmargin: 0;\n\tpadding: 0;\n\tborder: none;\n cursor: pointer;\n user-select: none;\n}\n\n.p-link:disabled {\n\tcursor: default;\n}\n\n/* Non vue overlay animations */\n.p-connected-overlay {\n opacity: 0;\n transform: scaleY(0.8);\n transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);\n}\n\n.p-connected-overlay-visible {\n opacity: 1;\n transform: scaleY(1);\n}\n\n.p-connected-overlay-hidden {\n opacity: 0;\n transform: scaleY(1);\n transition: opacity .1s linear;\n}\n\n/* Vue based overlay animations */\n.p-connected-overlay-enter-from {\n opacity: 0;\n transform: scaleY(0.8);\n}\n\n.p-connected-overlay-leave-to {\n opacity: 0;\n}\n\n.p-connected-overlay-enter-active {\n transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);\n}\n\n.p-connected-overlay-leave-active {\n transition: opacity .1s linear;\n}\n\n/* Toggleable Content */\n.p-toggleable-content-enter-from,\n.p-toggleable-content-leave-to {\n max-height: 0;\n}\n\n.p-toggleable-content-enter-to,\n.p-toggleable-content-leave-from {\n max-height: 1000px;\n}\n\n.p-toggleable-content-leave-active {\n overflow: hidden;\n transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);\n}\n\n.p-toggleable-content-enter-active {\n overflow: hidden;\n transition: max-height 1s ease-in-out;\n}\n".concat(buttonCSS, "\n").concat(checkboxCSS, "\n").concat(inputTextCSS, "\n").concat(radioButtonCSS, "\n}\n");
6937
+ var css = "\n@layer primevue {\n.p-component, .p-component * {\n box-sizing: border-box;\n}\n\n.p-hidden-space {\n visibility: hidden;\n}\n\n.p-reset {\n margin: 0;\n padding: 0;\n border: 0;\n outline: 0;\n text-decoration: none;\n font-size: 100%;\n list-style: none;\n}\n\n.p-disabled, .p-disabled * {\n cursor: default;\n pointer-events: none;\n user-select: none;\n}\n\n.p-component-overlay {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n\n.p-unselectable-text {\n user-select: none;\n}\n\n.p-sr-only {\n border: 0;\n clip: rect(1px, 1px, 1px, 1px);\n clip-path: inset(50%);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n word-wrap: normal;\n}\n\n.p-link {\n\ttext-align: left;\n\tbackground-color: transparent;\n\tmargin: 0;\n\tpadding: 0;\n\tborder: none;\n cursor: pointer;\n user-select: none;\n}\n\n.p-link:disabled {\n\tcursor: default;\n}\n\n/* Non vue overlay animations */\n.p-connected-overlay {\n opacity: 0;\n transform: scaleY(0.8);\n transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);\n}\n\n.p-connected-overlay-visible {\n opacity: 1;\n transform: scaleY(1);\n}\n\n.p-connected-overlay-hidden {\n opacity: 0;\n transform: scaleY(1);\n transition: opacity .1s linear;\n}\n\n/* Vue based overlay animations */\n.p-connected-overlay-enter-from {\n opacity: 0;\n transform: scaleY(0.8);\n}\n\n.p-connected-overlay-leave-to {\n opacity: 0;\n}\n\n.p-connected-overlay-enter-active {\n transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);\n}\n\n.p-connected-overlay-leave-active {\n transition: opacity .1s linear;\n}\n\n/* Toggleable Content */\n.p-toggleable-content-enter-from,\n.p-toggleable-content-leave-to {\n max-height: 0;\n}\n\n.p-toggleable-content-enter-to,\n.p-toggleable-content-leave-from {\n max-height: 1000px;\n}\n\n.p-toggleable-content-leave-active {\n overflow: hidden;\n transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);\n}\n\n.p-toggleable-content-enter-active {\n overflow: hidden;\n transition: max-height 1s ease-in-out;\n}\n".concat(buttonCSS, "\n").concat(inputTextCSS, "\n}\n");
6969
6938
  var BaseComponentStyle = BaseStyle__default["default"].extend({
6970
6939
  name: 'common',
6971
6940
  css: css,
@@ -7299,6 +7268,11 @@ this.primevue.baseicon = (function (BaseComponent, BaseIconStyle, utils) {
7299
7268
  'aria-hidden': isLabelEmpty
7300
7269
  });
7301
7270
  }
7271
+ },
7272
+ computed: {
7273
+ pathId: function pathId() {
7274
+ return utils.UniqueComponentId('pv_icon_clip_pv_id_');
7275
+ }
7302
7276
  }
7303
7277
  };
7304
7278
 
@@ -7596,7 +7570,7 @@ this.primevue.icons.angleup = (function (BaseIcon, vue) {
7596
7570
 
7597
7571
  this.primevue = this.primevue || {};
7598
7572
  this.primevue.icons = this.primevue.icons || {};
7599
- this.primevue.icons.arrowdown = (function (BaseIcon, utils, vue) {
7573
+ this.primevue.icons.arrowdown = (function (BaseIcon, vue) {
7600
7574
  'use strict';
7601
7575
 
7602
7576
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -7605,12 +7579,7 @@ this.primevue.icons.arrowdown = (function (BaseIcon, utils, vue) {
7605
7579
 
7606
7580
  var script = {
7607
7581
  name: 'ArrowDownIcon',
7608
- "extends": BaseIcon__default["default"],
7609
- computed: {
7610
- pathId: function pathId() {
7611
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
7612
- }
7613
- }
7582
+ "extends": BaseIcon__default["default"]
7614
7583
  };
7615
7584
 
7616
7585
  var _hoisted_1 = ["clip-path"];
@@ -7636,9 +7605,9 @@ this.primevue.icons.arrowdown = (function (BaseIcon, utils, vue) {
7636
7605
  fill: "none",
7637
7606
  xmlns: "http://www.w3.org/2000/svg"
7638
7607
  }, _ctx.pti()), [vue.createElementVNode("g", {
7639
- "clip-path": "url(#".concat($options.pathId, ")")
7608
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
7640
7609
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
7641
- id: "".concat($options.pathId)
7610
+ id: "".concat(_ctx.pathId)
7642
7611
  }, _hoisted_6, 8, _hoisted_4)])], 16);
7643
7612
  }
7644
7613
 
@@ -7646,11 +7615,11 @@ this.primevue.icons.arrowdown = (function (BaseIcon, utils, vue) {
7646
7615
 
7647
7616
  return script;
7648
7617
 
7649
- })(primevue.baseicon, primevue.utils, Vue);
7618
+ })(primevue.baseicon, Vue);
7650
7619
 
7651
7620
  this.primevue = this.primevue || {};
7652
7621
  this.primevue.icons = this.primevue.icons || {};
7653
- this.primevue.icons.arrowup = (function (BaseIcon, utils, vue) {
7622
+ this.primevue.icons.arrowup = (function (BaseIcon, vue) {
7654
7623
  'use strict';
7655
7624
 
7656
7625
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -7659,12 +7628,7 @@ this.primevue.icons.arrowup = (function (BaseIcon, utils, vue) {
7659
7628
 
7660
7629
  var script = {
7661
7630
  name: 'ArrowUpIcon',
7662
- "extends": BaseIcon__default["default"],
7663
- computed: {
7664
- pathId: function pathId() {
7665
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
7666
- }
7667
- }
7631
+ "extends": BaseIcon__default["default"]
7668
7632
  };
7669
7633
 
7670
7634
  var _hoisted_1 = ["clip-path"];
@@ -7690,9 +7654,9 @@ this.primevue.icons.arrowup = (function (BaseIcon, utils, vue) {
7690
7654
  fill: "none",
7691
7655
  xmlns: "http://www.w3.org/2000/svg"
7692
7656
  }, _ctx.pti()), [vue.createElementVNode("g", {
7693
- "clip-path": "url(#".concat($options.pathId, ")")
7657
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
7694
7658
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
7695
- id: "".concat($options.pathId)
7659
+ id: "".concat(_ctx.pathId)
7696
7660
  }, _hoisted_6, 8, _hoisted_4)])], 16);
7697
7661
  }
7698
7662
 
@@ -7700,11 +7664,11 @@ this.primevue.icons.arrowup = (function (BaseIcon, utils, vue) {
7700
7664
 
7701
7665
  return script;
7702
7666
 
7703
- })(primevue.baseicon, primevue.utils, Vue);
7667
+ })(primevue.baseicon, Vue);
7704
7668
 
7705
7669
  this.primevue = this.primevue || {};
7706
7670
  this.primevue.icons = this.primevue.icons || {};
7707
- this.primevue.icons.ban = (function (BaseIcon, utils, vue) {
7671
+ this.primevue.icons.ban = (function (BaseIcon, vue) {
7708
7672
  'use strict';
7709
7673
 
7710
7674
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -7713,12 +7677,7 @@ this.primevue.icons.ban = (function (BaseIcon, utils, vue) {
7713
7677
 
7714
7678
  var script = {
7715
7679
  name: 'BanIcon',
7716
- "extends": BaseIcon__default["default"],
7717
- computed: {
7718
- pathId: function pathId() {
7719
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
7720
- }
7721
- }
7680
+ "extends": BaseIcon__default["default"]
7722
7681
  };
7723
7682
 
7724
7683
  var _hoisted_1 = ["clip-path"];
@@ -7742,9 +7701,9 @@ this.primevue.icons.ban = (function (BaseIcon, utils, vue) {
7742
7701
  fill: "none",
7743
7702
  xmlns: "http://www.w3.org/2000/svg"
7744
7703
  }, _ctx.pti()), [vue.createElementVNode("g", {
7745
- "clip-path": "url(#".concat($options.pathId, ")")
7704
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
7746
7705
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
7747
- id: "".concat($options.pathId)
7706
+ id: "".concat(_ctx.pathId)
7748
7707
  }, _hoisted_6, 8, _hoisted_4)])], 16);
7749
7708
  }
7750
7709
 
@@ -7752,7 +7711,7 @@ this.primevue.icons.ban = (function (BaseIcon, utils, vue) {
7752
7711
 
7753
7712
  return script;
7754
7713
 
7755
- })(primevue.baseicon, primevue.utils, Vue);
7714
+ })(primevue.baseicon, Vue);
7756
7715
 
7757
7716
  this.primevue = this.primevue || {};
7758
7717
  this.primevue.icons = this.primevue.icons || {};
@@ -7791,6 +7750,43 @@ this.primevue.icons.bars = (function (BaseIcon, vue) {
7791
7750
 
7792
7751
  })(primevue.baseicon, Vue);
7793
7752
 
7753
+ this.primevue = this.primevue || {};
7754
+ this.primevue.icons = this.primevue.icons || {};
7755
+ this.primevue.icons.blank = (function (BaseIcon, vue) {
7756
+ 'use strict';
7757
+
7758
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
7759
+
7760
+ var BaseIcon__default = /*#__PURE__*/_interopDefaultLegacy(BaseIcon);
7761
+
7762
+ var script = {
7763
+ name: 'BlankIcon',
7764
+ "extends": BaseIcon__default["default"]
7765
+ };
7766
+
7767
+ var _hoisted_1 = /*#__PURE__*/vue.createElementVNode("rect", {
7768
+ width: "1",
7769
+ height: "1",
7770
+ fill: "currentColor",
7771
+ "fill-opacity": "0"
7772
+ }, null, -1);
7773
+ var _hoisted_2 = [_hoisted_1];
7774
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
7775
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
7776
+ width: "14",
7777
+ height: "14",
7778
+ viewBox: "0 0 14 14",
7779
+ fill: "none",
7780
+ xmlns: "http://www.w3.org/2000/svg"
7781
+ }, _ctx.pti()), _hoisted_2, 16);
7782
+ }
7783
+
7784
+ script.render = render;
7785
+
7786
+ return script;
7787
+
7788
+ })(primevue.baseicon, Vue);
7789
+
7794
7790
  this.primevue = this.primevue || {};
7795
7791
  this.primevue.icons = this.primevue.icons || {};
7796
7792
  this.primevue.icons.calendar = (function (BaseIcon, vue) {
@@ -8003,7 +7999,7 @@ this.primevue.icons.chevronup = (function (BaseIcon, vue) {
8003
7999
 
8004
8000
  this.primevue = this.primevue || {};
8005
8001
  this.primevue.icons = this.primevue.icons || {};
8006
- this.primevue.icons.exclamationtriangle = (function (BaseIcon, utils, vue) {
8002
+ this.primevue.icons.exclamationtriangle = (function (BaseIcon, vue) {
8007
8003
  'use strict';
8008
8004
 
8009
8005
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8012,12 +8008,7 @@ this.primevue.icons.exclamationtriangle = (function (BaseIcon, utils, vue) {
8012
8008
 
8013
8009
  var script = {
8014
8010
  name: 'ExclamationTriangleIcon',
8015
- "extends": BaseIcon__default["default"],
8016
- computed: {
8017
- pathId: function pathId() {
8018
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8019
- }
8020
- }
8011
+ "extends": BaseIcon__default["default"]
8021
8012
  };
8022
8013
 
8023
8014
  var _hoisted_1 = ["clip-path"];
@@ -8049,9 +8040,9 @@ this.primevue.icons.exclamationtriangle = (function (BaseIcon, utils, vue) {
8049
8040
  fill: "none",
8050
8041
  xmlns: "http://www.w3.org/2000/svg"
8051
8042
  }, _ctx.pti()), [vue.createElementVNode("g", {
8052
- "clip-path": "url(#".concat($options.pathId, ")")
8043
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8053
8044
  }, _hoisted_5, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8054
- id: "".concat($options.pathId)
8045
+ id: "".concat(_ctx.pathId)
8055
8046
  }, _hoisted_8, 8, _hoisted_6)])], 16);
8056
8047
  }
8057
8048
 
@@ -8059,7 +8050,7 @@ this.primevue.icons.exclamationtriangle = (function (BaseIcon, utils, vue) {
8059
8050
 
8060
8051
  return script;
8061
8052
 
8062
- })(primevue.baseicon, primevue.utils, Vue);
8053
+ })(primevue.baseicon, Vue);
8063
8054
 
8064
8055
  this.primevue = this.primevue || {};
8065
8056
  this.primevue.icons = this.primevue.icons || {};
@@ -8100,7 +8091,7 @@ this.primevue.icons.eye = (function (BaseIcon, vue) {
8100
8091
 
8101
8092
  this.primevue = this.primevue || {};
8102
8093
  this.primevue.icons = this.primevue.icons || {};
8103
- this.primevue.icons.eyeslash = (function (BaseIcon, utils, vue) {
8094
+ this.primevue.icons.eyeslash = (function (BaseIcon, vue) {
8104
8095
  'use strict';
8105
8096
 
8106
8097
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8109,12 +8100,7 @@ this.primevue.icons.eyeslash = (function (BaseIcon, utils, vue) {
8109
8100
 
8110
8101
  var script = {
8111
8102
  name: 'EyeSlashIcon',
8112
- "extends": BaseIcon__default["default"],
8113
- computed: {
8114
- pathId: function pathId() {
8115
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8116
- }
8117
- }
8103
+ "extends": BaseIcon__default["default"]
8118
8104
  };
8119
8105
 
8120
8106
  var _hoisted_1 = ["clip-path"];
@@ -8140,9 +8126,9 @@ this.primevue.icons.eyeslash = (function (BaseIcon, utils, vue) {
8140
8126
  fill: "none",
8141
8127
  xmlns: "http://www.w3.org/2000/svg"
8142
8128
  }, _ctx.pti()), [vue.createElementVNode("g", {
8143
- "clip-path": "url(#".concat($options.pathId, ")")
8129
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8144
8130
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8145
- id: "".concat($options.pathId)
8131
+ id: "".concat(_ctx.pathId)
8146
8132
  }, _hoisted_6, 8, _hoisted_4)])], 16);
8147
8133
  }
8148
8134
 
@@ -8150,11 +8136,11 @@ this.primevue.icons.eyeslash = (function (BaseIcon, utils, vue) {
8150
8136
 
8151
8137
  return script;
8152
8138
 
8153
- })(primevue.baseicon, primevue.utils, Vue);
8139
+ })(primevue.baseicon, Vue);
8154
8140
 
8155
8141
  this.primevue = this.primevue || {};
8156
8142
  this.primevue.icons = this.primevue.icons || {};
8157
- this.primevue.icons.filter = (function (BaseIcon, utils, vue) {
8143
+ this.primevue.icons.filter = (function (BaseIcon, vue) {
8158
8144
  'use strict';
8159
8145
 
8160
8146
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8163,12 +8149,7 @@ this.primevue.icons.filter = (function (BaseIcon, utils, vue) {
8163
8149
 
8164
8150
  var script = {
8165
8151
  name: 'FilterIcon',
8166
- "extends": BaseIcon__default["default"],
8167
- computed: {
8168
- pathId: function pathId() {
8169
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8170
- }
8171
- }
8152
+ "extends": BaseIcon__default["default"]
8172
8153
  };
8173
8154
 
8174
8155
  var _hoisted_1 = ["clip-path"];
@@ -8192,9 +8173,9 @@ this.primevue.icons.filter = (function (BaseIcon, utils, vue) {
8192
8173
  fill: "none",
8193
8174
  xmlns: "http://www.w3.org/2000/svg"
8194
8175
  }, _ctx.pti()), [vue.createElementVNode("g", {
8195
- "clip-path": "url(#".concat($options.pathId, ")")
8176
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8196
8177
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8197
- id: "".concat($options.pathId)
8178
+ id: "".concat(_ctx.pathId)
8198
8179
  }, _hoisted_6, 8, _hoisted_4)])], 16);
8199
8180
  }
8200
8181
 
@@ -8202,11 +8183,11 @@ this.primevue.icons.filter = (function (BaseIcon, utils, vue) {
8202
8183
 
8203
8184
  return script;
8204
8185
 
8205
- })(primevue.baseicon, primevue.utils, Vue);
8186
+ })(primevue.baseicon, Vue);
8206
8187
 
8207
8188
  this.primevue = this.primevue || {};
8208
8189
  this.primevue.icons = this.primevue.icons || {};
8209
- this.primevue.icons.filterslash = (function (BaseIcon, utils, vue) {
8190
+ this.primevue.icons.filterslash = (function (BaseIcon, vue) {
8210
8191
  'use strict';
8211
8192
 
8212
8193
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8215,12 +8196,7 @@ this.primevue.icons.filterslash = (function (BaseIcon, utils, vue) {
8215
8196
 
8216
8197
  var script = {
8217
8198
  name: 'FilterSlashIcon',
8218
- "extends": BaseIcon__default["default"],
8219
- computed: {
8220
- pathId: function pathId() {
8221
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8222
- }
8223
- }
8199
+ "extends": BaseIcon__default["default"]
8224
8200
  };
8225
8201
 
8226
8202
  var _hoisted_1 = ["clip-path"];
@@ -8246,9 +8222,9 @@ this.primevue.icons.filterslash = (function (BaseIcon, utils, vue) {
8246
8222
  fill: "none",
8247
8223
  xmlns: "http://www.w3.org/2000/svg"
8248
8224
  }, _ctx.pti()), [vue.createElementVNode("g", {
8249
- "clip-path": "url(#".concat($options.pathId, ")")
8225
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8250
8226
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8251
- id: "".concat($options.pathId)
8227
+ id: "".concat(_ctx.pathId)
8252
8228
  }, _hoisted_6, 8, _hoisted_4)])], 16);
8253
8229
  }
8254
8230
 
@@ -8256,11 +8232,11 @@ this.primevue.icons.filterslash = (function (BaseIcon, utils, vue) {
8256
8232
 
8257
8233
  return script;
8258
8234
 
8259
- })(primevue.baseicon, primevue.utils, Vue);
8235
+ })(primevue.baseicon, Vue);
8260
8236
 
8261
8237
  this.primevue = this.primevue || {};
8262
8238
  this.primevue.icons = this.primevue.icons || {};
8263
- this.primevue.icons.infocircle = (function (BaseIcon, utils, vue) {
8239
+ this.primevue.icons.infocircle = (function (BaseIcon, vue) {
8264
8240
  'use strict';
8265
8241
 
8266
8242
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8269,12 +8245,7 @@ this.primevue.icons.infocircle = (function (BaseIcon, utils, vue) {
8269
8245
 
8270
8246
  var script = {
8271
8247
  name: 'InfoCircleIcon',
8272
- "extends": BaseIcon__default["default"],
8273
- computed: {
8274
- pathId: function pathId() {
8275
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8276
- }
8277
- }
8248
+ "extends": BaseIcon__default["default"]
8278
8249
  };
8279
8250
 
8280
8251
  var _hoisted_1 = ["clip-path"];
@@ -8300,9 +8271,9 @@ this.primevue.icons.infocircle = (function (BaseIcon, utils, vue) {
8300
8271
  fill: "none",
8301
8272
  xmlns: "http://www.w3.org/2000/svg"
8302
8273
  }, _ctx.pti()), [vue.createElementVNode("g", {
8303
- "clip-path": "url(#".concat($options.pathId, ")")
8274
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8304
8275
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8305
- id: "".concat($options.pathId)
8276
+ id: "".concat(_ctx.pathId)
8306
8277
  }, _hoisted_6, 8, _hoisted_4)])], 16);
8307
8278
  }
8308
8279
 
@@ -8310,7 +8281,7 @@ this.primevue.icons.infocircle = (function (BaseIcon, utils, vue) {
8310
8281
 
8311
8282
  return script;
8312
8283
 
8313
- })(primevue.baseicon, primevue.utils, Vue);
8284
+ })(primevue.baseicon, Vue);
8314
8285
 
8315
8286
  this.primevue = this.primevue || {};
8316
8287
  this.primevue.icons = this.primevue.icons || {};
@@ -8349,7 +8320,7 @@ this.primevue.icons.minus = (function (BaseIcon, vue) {
8349
8320
 
8350
8321
  this.primevue = this.primevue || {};
8351
8322
  this.primevue.icons = this.primevue.icons || {};
8352
- this.primevue.icons.pencil = (function (BaseIcon, utils, vue) {
8323
+ this.primevue.icons.pencil = (function (BaseIcon, vue) {
8353
8324
  'use strict';
8354
8325
 
8355
8326
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8358,12 +8329,7 @@ this.primevue.icons.pencil = (function (BaseIcon, utils, vue) {
8358
8329
 
8359
8330
  var script = {
8360
8331
  name: 'PencilIcon',
8361
- "extends": BaseIcon__default["default"],
8362
- computed: {
8363
- pathId: function pathId() {
8364
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8365
- }
8366
- }
8332
+ "extends": BaseIcon__default["default"]
8367
8333
  };
8368
8334
 
8369
8335
  var _hoisted_1 = ["clip-path"];
@@ -8387,9 +8353,9 @@ this.primevue.icons.pencil = (function (BaseIcon, utils, vue) {
8387
8353
  fill: "none",
8388
8354
  xmlns: "http://www.w3.org/2000/svg"
8389
8355
  }, _ctx.pti()), [vue.createElementVNode("g", {
8390
- "clip-path": "url(#".concat($options.pathId, ")")
8356
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8391
8357
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8392
- id: "".concat($options.pathId)
8358
+ id: "".concat(_ctx.pathId)
8393
8359
  }, _hoisted_6, 8, _hoisted_4)])], 16);
8394
8360
  }
8395
8361
 
@@ -8397,11 +8363,11 @@ this.primevue.icons.pencil = (function (BaseIcon, utils, vue) {
8397
8363
 
8398
8364
  return script;
8399
8365
 
8400
- })(primevue.baseicon, primevue.utils, Vue);
8366
+ })(primevue.baseicon, Vue);
8401
8367
 
8402
8368
  this.primevue = this.primevue || {};
8403
8369
  this.primevue.icons = this.primevue.icons || {};
8404
- this.primevue.icons.plus = (function (BaseIcon, utils, vue) {
8370
+ this.primevue.icons.plus = (function (BaseIcon, vue) {
8405
8371
  'use strict';
8406
8372
 
8407
8373
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8410,12 +8376,7 @@ this.primevue.icons.plus = (function (BaseIcon, utils, vue) {
8410
8376
 
8411
8377
  var script = {
8412
8378
  name: 'PlusIcon',
8413
- "extends": BaseIcon__default["default"],
8414
- computed: {
8415
- pathId: function pathId() {
8416
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8417
- }
8418
- }
8379
+ "extends": BaseIcon__default["default"]
8419
8380
  };
8420
8381
 
8421
8382
  var _hoisted_1 = ["clip-path"];
@@ -8439,9 +8400,9 @@ this.primevue.icons.plus = (function (BaseIcon, utils, vue) {
8439
8400
  fill: "none",
8440
8401
  xmlns: "http://www.w3.org/2000/svg"
8441
8402
  }, _ctx.pti()), [vue.createElementVNode("g", {
8442
- "clip-path": "url(#".concat($options.pathId, ")")
8403
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8443
8404
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8444
- id: "".concat($options.pathId)
8405
+ id: "".concat(_ctx.pathId)
8445
8406
  }, _hoisted_6, 8, _hoisted_4)])], 16);
8446
8407
  }
8447
8408
 
@@ -8449,11 +8410,11 @@ this.primevue.icons.plus = (function (BaseIcon, utils, vue) {
8449
8410
 
8450
8411
  return script;
8451
8412
 
8452
- })(primevue.baseicon, primevue.utils, Vue);
8413
+ })(primevue.baseicon, Vue);
8453
8414
 
8454
8415
  this.primevue = this.primevue || {};
8455
8416
  this.primevue.icons = this.primevue.icons || {};
8456
- this.primevue.icons.refresh = (function (BaseIcon, utils, vue) {
8417
+ this.primevue.icons.refresh = (function (BaseIcon, vue) {
8457
8418
  'use strict';
8458
8419
 
8459
8420
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8462,12 +8423,7 @@ this.primevue.icons.refresh = (function (BaseIcon, utils, vue) {
8462
8423
 
8463
8424
  var script = {
8464
8425
  name: 'RefreshIcon',
8465
- "extends": BaseIcon__default["default"],
8466
- computed: {
8467
- pathId: function pathId() {
8468
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8469
- }
8470
- }
8426
+ "extends": BaseIcon__default["default"]
8471
8427
  };
8472
8428
 
8473
8429
  var _hoisted_1 = ["clip-path"];
@@ -8493,9 +8449,9 @@ this.primevue.icons.refresh = (function (BaseIcon, utils, vue) {
8493
8449
  fill: "none",
8494
8450
  xmlns: "http://www.w3.org/2000/svg"
8495
8451
  }, _ctx.pti()), [vue.createElementVNode("g", {
8496
- "clip-path": "url(#".concat($options.pathId, ")")
8452
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8497
8453
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8498
- id: "".concat($options.pathId)
8454
+ id: "".concat(_ctx.pathId)
8499
8455
  }, _hoisted_6, 8, _hoisted_4)])], 16);
8500
8456
  }
8501
8457
 
@@ -8503,11 +8459,11 @@ this.primevue.icons.refresh = (function (BaseIcon, utils, vue) {
8503
8459
 
8504
8460
  return script;
8505
8461
 
8506
- })(primevue.baseicon, primevue.utils, Vue);
8462
+ })(primevue.baseicon, Vue);
8507
8463
 
8508
8464
  this.primevue = this.primevue || {};
8509
8465
  this.primevue.icons = this.primevue.icons || {};
8510
- this.primevue.icons.search = (function (BaseIcon, utils, vue) {
8466
+ this.primevue.icons.search = (function (BaseIcon, vue) {
8511
8467
  'use strict';
8512
8468
 
8513
8469
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8516,12 +8472,7 @@ this.primevue.icons.search = (function (BaseIcon, utils, vue) {
8516
8472
 
8517
8473
  var script = {
8518
8474
  name: 'SearchIcon',
8519
- "extends": BaseIcon__default["default"],
8520
- computed: {
8521
- pathId: function pathId() {
8522
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8523
- }
8524
- }
8475
+ "extends": BaseIcon__default["default"]
8525
8476
  };
8526
8477
 
8527
8478
  var _hoisted_1 = ["clip-path"];
@@ -8547,9 +8498,9 @@ this.primevue.icons.search = (function (BaseIcon, utils, vue) {
8547
8498
  fill: "none",
8548
8499
  xmlns: "http://www.w3.org/2000/svg"
8549
8500
  }, _ctx.pti()), [vue.createElementVNode("g", {
8550
- "clip-path": "url(#".concat($options.pathId, ")")
8501
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8551
8502
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8552
- id: "".concat($options.pathId)
8503
+ id: "".concat(_ctx.pathId)
8553
8504
  }, _hoisted_6, 8, _hoisted_4)])], 16);
8554
8505
  }
8555
8506
 
@@ -8557,11 +8508,11 @@ this.primevue.icons.search = (function (BaseIcon, utils, vue) {
8557
8508
 
8558
8509
  return script;
8559
8510
 
8560
- })(primevue.baseicon, primevue.utils, Vue);
8511
+ })(primevue.baseicon, Vue);
8561
8512
 
8562
8513
  this.primevue = this.primevue || {};
8563
8514
  this.primevue.icons = this.primevue.icons || {};
8564
- this.primevue.icons.searchminus = (function (BaseIcon, utils, vue) {
8515
+ this.primevue.icons.searchminus = (function (BaseIcon, vue) {
8565
8516
  'use strict';
8566
8517
 
8567
8518
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8570,12 +8521,7 @@ this.primevue.icons.searchminus = (function (BaseIcon, utils, vue) {
8570
8521
 
8571
8522
  var script = {
8572
8523
  name: 'SearchMinusIcon',
8573
- "extends": BaseIcon__default["default"],
8574
- computed: {
8575
- pathId: function pathId() {
8576
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8577
- }
8578
- }
8524
+ "extends": BaseIcon__default["default"]
8579
8525
  };
8580
8526
 
8581
8527
  var _hoisted_1 = ["clip-path"];
@@ -8601,9 +8547,9 @@ this.primevue.icons.searchminus = (function (BaseIcon, utils, vue) {
8601
8547
  fill: "none",
8602
8548
  xmlns: "http://www.w3.org/2000/svg"
8603
8549
  }, _ctx.pti()), [vue.createElementVNode("g", {
8604
- "clip-path": "url(#".concat($options.pathId, ")")
8550
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8605
8551
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8606
- id: "".concat($options.pathId)
8552
+ id: "".concat(_ctx.pathId)
8607
8553
  }, _hoisted_6, 8, _hoisted_4)])], 16);
8608
8554
  }
8609
8555
 
@@ -8611,11 +8557,11 @@ this.primevue.icons.searchminus = (function (BaseIcon, utils, vue) {
8611
8557
 
8612
8558
  return script;
8613
8559
 
8614
- })(primevue.baseicon, primevue.utils, Vue);
8560
+ })(primevue.baseicon, Vue);
8615
8561
 
8616
8562
  this.primevue = this.primevue || {};
8617
8563
  this.primevue.icons = this.primevue.icons || {};
8618
- this.primevue.icons.searchplus = (function (BaseIcon, utils, vue) {
8564
+ this.primevue.icons.searchplus = (function (BaseIcon, vue) {
8619
8565
  'use strict';
8620
8566
 
8621
8567
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8624,12 +8570,7 @@ this.primevue.icons.searchplus = (function (BaseIcon, utils, vue) {
8624
8570
 
8625
8571
  var script = {
8626
8572
  name: 'SearchPlusIcon',
8627
- "extends": BaseIcon__default["default"],
8628
- computed: {
8629
- pathId: function pathId() {
8630
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8631
- }
8632
- }
8573
+ "extends": BaseIcon__default["default"]
8633
8574
  };
8634
8575
 
8635
8576
  var _hoisted_1 = ["clip-path"];
@@ -8655,9 +8596,9 @@ this.primevue.icons.searchplus = (function (BaseIcon, utils, vue) {
8655
8596
  fill: "none",
8656
8597
  xmlns: "http://www.w3.org/2000/svg"
8657
8598
  }, _ctx.pti()), [vue.createElementVNode("g", {
8658
- "clip-path": "url(#".concat($options.pathId, ")")
8599
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8659
8600
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8660
- id: "".concat($options.pathId)
8601
+ id: "".concat(_ctx.pathId)
8661
8602
  }, _hoisted_6, 8, _hoisted_4)])], 16);
8662
8603
  }
8663
8604
 
@@ -8665,11 +8606,11 @@ this.primevue.icons.searchplus = (function (BaseIcon, utils, vue) {
8665
8606
 
8666
8607
  return script;
8667
8608
 
8668
- })(primevue.baseicon, primevue.utils, Vue);
8609
+ })(primevue.baseicon, Vue);
8669
8610
 
8670
8611
  this.primevue = this.primevue || {};
8671
8612
  this.primevue.icons = this.primevue.icons || {};
8672
- this.primevue.icons.sortalt = (function (BaseIcon, utils, vue) {
8613
+ this.primevue.icons.sortalt = (function (BaseIcon, vue) {
8673
8614
  'use strict';
8674
8615
 
8675
8616
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8678,12 +8619,7 @@ this.primevue.icons.sortalt = (function (BaseIcon, utils, vue) {
8678
8619
 
8679
8620
  var script = {
8680
8621
  name: 'SortAltIcon',
8681
- "extends": BaseIcon__default["default"],
8682
- computed: {
8683
- pathId: function pathId() {
8684
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8685
- }
8686
- }
8622
+ "extends": BaseIcon__default["default"]
8687
8623
  };
8688
8624
 
8689
8625
  var _hoisted_1 = ["clip-path"];
@@ -8719,9 +8655,9 @@ this.primevue.icons.sortalt = (function (BaseIcon, utils, vue) {
8719
8655
  fill: "none",
8720
8656
  xmlns: "http://www.w3.org/2000/svg"
8721
8657
  }, _ctx.pti()), [vue.createElementVNode("g", {
8722
- "clip-path": "url(#".concat($options.pathId, ")")
8658
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8723
8659
  }, _hoisted_6, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8724
- id: "".concat($options.pathId)
8660
+ id: "".concat(_ctx.pathId)
8725
8661
  }, _hoisted_9, 8, _hoisted_7)])], 16);
8726
8662
  }
8727
8663
 
@@ -8729,11 +8665,11 @@ this.primevue.icons.sortalt = (function (BaseIcon, utils, vue) {
8729
8665
 
8730
8666
  return script;
8731
8667
 
8732
- })(primevue.baseicon, primevue.utils, Vue);
8668
+ })(primevue.baseicon, Vue);
8733
8669
 
8734
8670
  this.primevue = this.primevue || {};
8735
8671
  this.primevue.icons = this.primevue.icons || {};
8736
- this.primevue.icons.sortamountdown = (function (BaseIcon, utils, vue) {
8672
+ this.primevue.icons.sortamountdown = (function (BaseIcon, vue) {
8737
8673
  'use strict';
8738
8674
 
8739
8675
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8742,12 +8678,7 @@ this.primevue.icons.sortamountdown = (function (BaseIcon, utils, vue) {
8742
8678
 
8743
8679
  var script = {
8744
8680
  name: 'SortAmountDownIcon',
8745
- "extends": BaseIcon__default["default"],
8746
- computed: {
8747
- pathId: function pathId() {
8748
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8749
- }
8750
- }
8681
+ "extends": BaseIcon__default["default"]
8751
8682
  };
8752
8683
 
8753
8684
  var _hoisted_1 = ["clip-path"];
@@ -8771,9 +8702,9 @@ this.primevue.icons.sortamountdown = (function (BaseIcon, utils, vue) {
8771
8702
  fill: "none",
8772
8703
  xmlns: "http://www.w3.org/2000/svg"
8773
8704
  }, _ctx.pti()), [vue.createElementVNode("g", {
8774
- "clip-path": "url(#".concat($options.pathId, ")")
8705
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8775
8706
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8776
- id: "".concat($options.pathId)
8707
+ id: "".concat(_ctx.pathId)
8777
8708
  }, _hoisted_6, 8, _hoisted_4)])], 16);
8778
8709
  }
8779
8710
 
@@ -8781,11 +8712,11 @@ this.primevue.icons.sortamountdown = (function (BaseIcon, utils, vue) {
8781
8712
 
8782
8713
  return script;
8783
8714
 
8784
- })(primevue.baseicon, primevue.utils, Vue);
8715
+ })(primevue.baseicon, Vue);
8785
8716
 
8786
8717
  this.primevue = this.primevue || {};
8787
8718
  this.primevue.icons = this.primevue.icons || {};
8788
- this.primevue.icons.sortamountupalt = (function (BaseIcon, utils, vue) {
8719
+ this.primevue.icons.sortamountupalt = (function (BaseIcon, vue) {
8789
8720
  'use strict';
8790
8721
 
8791
8722
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8794,12 +8725,7 @@ this.primevue.icons.sortamountupalt = (function (BaseIcon, utils, vue) {
8794
8725
 
8795
8726
  var script = {
8796
8727
  name: 'SortAmountUpAltIcon',
8797
- "extends": BaseIcon__default["default"],
8798
- computed: {
8799
- pathId: function pathId() {
8800
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8801
- }
8802
- }
8728
+ "extends": BaseIcon__default["default"]
8803
8729
  };
8804
8730
 
8805
8731
  var _hoisted_1 = ["clip-path"];
@@ -8823,9 +8749,9 @@ this.primevue.icons.sortamountupalt = (function (BaseIcon, utils, vue) {
8823
8749
  fill: "none",
8824
8750
  xmlns: "http://www.w3.org/2000/svg"
8825
8751
  }, _ctx.pti()), [vue.createElementVNode("g", {
8826
- "clip-path": "url(#".concat($options.pathId, ")")
8752
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8827
8753
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8828
- id: "".concat($options.pathId)
8754
+ id: "".concat(_ctx.pathId)
8829
8755
  }, _hoisted_6, 8, _hoisted_4)])], 16);
8830
8756
  }
8831
8757
 
@@ -8833,11 +8759,11 @@ this.primevue.icons.sortamountupalt = (function (BaseIcon, utils, vue) {
8833
8759
 
8834
8760
  return script;
8835
8761
 
8836
- })(primevue.baseicon, primevue.utils, Vue);
8762
+ })(primevue.baseicon, Vue);
8837
8763
 
8838
8764
  this.primevue = this.primevue || {};
8839
8765
  this.primevue.icons = this.primevue.icons || {};
8840
- this.primevue.icons.spinner = (function (BaseIcon, utils, vue) {
8766
+ this.primevue.icons.spinner = (function (BaseIcon, vue) {
8841
8767
  'use strict';
8842
8768
 
8843
8769
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8846,12 +8772,7 @@ this.primevue.icons.spinner = (function (BaseIcon, utils, vue) {
8846
8772
 
8847
8773
  var script = {
8848
8774
  name: 'SpinnerIcon',
8849
- "extends": BaseIcon__default["default"],
8850
- computed: {
8851
- pathId: function pathId() {
8852
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8853
- }
8854
- }
8775
+ "extends": BaseIcon__default["default"]
8855
8776
  };
8856
8777
 
8857
8778
  var _hoisted_1 = ["clip-path"];
@@ -8875,9 +8796,9 @@ this.primevue.icons.spinner = (function (BaseIcon, utils, vue) {
8875
8796
  fill: "none",
8876
8797
  xmlns: "http://www.w3.org/2000/svg"
8877
8798
  }, _ctx.pti()), [vue.createElementVNode("g", {
8878
- "clip-path": "url(#".concat($options.pathId, ")")
8799
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8879
8800
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8880
- id: "".concat($options.pathId)
8801
+ id: "".concat(_ctx.pathId)
8881
8802
  }, _hoisted_6, 8, _hoisted_4)])], 16);
8882
8803
  }
8883
8804
 
@@ -8885,11 +8806,11 @@ this.primevue.icons.spinner = (function (BaseIcon, utils, vue) {
8885
8806
 
8886
8807
  return script;
8887
8808
 
8888
- })(primevue.baseicon, primevue.utils, Vue);
8809
+ })(primevue.baseicon, Vue);
8889
8810
 
8890
8811
  this.primevue = this.primevue || {};
8891
8812
  this.primevue.icons = this.primevue.icons || {};
8892
- this.primevue.icons.star = (function (BaseIcon, utils, vue) {
8813
+ this.primevue.icons.star = (function (BaseIcon, vue) {
8893
8814
  'use strict';
8894
8815
 
8895
8816
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8898,12 +8819,7 @@ this.primevue.icons.star = (function (BaseIcon, utils, vue) {
8898
8819
 
8899
8820
  var script = {
8900
8821
  name: 'StarIcon',
8901
- "extends": BaseIcon__default["default"],
8902
- computed: {
8903
- pathId: function pathId() {
8904
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8905
- }
8906
- }
8822
+ "extends": BaseIcon__default["default"]
8907
8823
  };
8908
8824
 
8909
8825
  var _hoisted_1 = ["clip-path"];
@@ -8927,9 +8843,9 @@ this.primevue.icons.star = (function (BaseIcon, utils, vue) {
8927
8843
  fill: "none",
8928
8844
  xmlns: "http://www.w3.org/2000/svg"
8929
8845
  }, _ctx.pti()), [vue.createElementVNode("g", {
8930
- "clip-path": "url(#".concat($options.pathId, ")")
8846
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8931
8847
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8932
- id: "".concat($options.pathId)
8848
+ id: "".concat(_ctx.pathId)
8933
8849
  }, _hoisted_6, 8, _hoisted_4)])], 16);
8934
8850
  }
8935
8851
 
@@ -8937,11 +8853,11 @@ this.primevue.icons.star = (function (BaseIcon, utils, vue) {
8937
8853
 
8938
8854
  return script;
8939
8855
 
8940
- })(primevue.baseicon, primevue.utils, Vue);
8856
+ })(primevue.baseicon, Vue);
8941
8857
 
8942
8858
  this.primevue = this.primevue || {};
8943
8859
  this.primevue.icons = this.primevue.icons || {};
8944
- this.primevue.icons.starfill = (function (BaseIcon, utils, vue) {
8860
+ this.primevue.icons.starfill = (function (BaseIcon, vue) {
8945
8861
  'use strict';
8946
8862
 
8947
8863
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -8950,12 +8866,7 @@ this.primevue.icons.starfill = (function (BaseIcon, utils, vue) {
8950
8866
 
8951
8867
  var script = {
8952
8868
  name: 'StarFillIcon',
8953
- "extends": BaseIcon__default["default"],
8954
- computed: {
8955
- pathId: function pathId() {
8956
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
8957
- }
8958
- }
8869
+ "extends": BaseIcon__default["default"]
8959
8870
  };
8960
8871
 
8961
8872
  var _hoisted_1 = ["clip-path"];
@@ -8979,9 +8890,9 @@ this.primevue.icons.starfill = (function (BaseIcon, utils, vue) {
8979
8890
  fill: "none",
8980
8891
  xmlns: "http://www.w3.org/2000/svg"
8981
8892
  }, _ctx.pti()), [vue.createElementVNode("g", {
8982
- "clip-path": "url(#".concat($options.pathId, ")")
8893
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
8983
8894
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8984
- id: "".concat($options.pathId)
8895
+ id: "".concat(_ctx.pathId)
8985
8896
  }, _hoisted_6, 8, _hoisted_4)])], 16);
8986
8897
  }
8987
8898
 
@@ -8989,11 +8900,11 @@ this.primevue.icons.starfill = (function (BaseIcon, utils, vue) {
8989
8900
 
8990
8901
  return script;
8991
8902
 
8992
- })(primevue.baseicon, primevue.utils, Vue);
8903
+ })(primevue.baseicon, Vue);
8993
8904
 
8994
8905
  this.primevue = this.primevue || {};
8995
8906
  this.primevue.icons = this.primevue.icons || {};
8996
- this.primevue.icons.thlarge = (function (BaseIcon, utils, vue) {
8907
+ this.primevue.icons.thlarge = (function (BaseIcon, vue) {
8997
8908
  'use strict';
8998
8909
 
8999
8910
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -9002,12 +8913,7 @@ this.primevue.icons.thlarge = (function (BaseIcon, utils, vue) {
9002
8913
 
9003
8914
  var script = {
9004
8915
  name: 'ThLargeIcon',
9005
- "extends": BaseIcon__default["default"],
9006
- computed: {
9007
- pathId: function pathId() {
9008
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
9009
- }
9010
- }
8916
+ "extends": BaseIcon__default["default"]
9011
8917
  };
9012
8918
 
9013
8919
  var _hoisted_1 = ["clip-path"];
@@ -9033,9 +8939,9 @@ this.primevue.icons.thlarge = (function (BaseIcon, utils, vue) {
9033
8939
  fill: "none",
9034
8940
  xmlns: "http://www.w3.org/2000/svg"
9035
8941
  }, _ctx.pti()), [vue.createElementVNode("g", {
9036
- "clip-path": "url(#".concat($options.pathId, ")")
8942
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
9037
8943
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
9038
- id: "".concat($options.pathId)
8944
+ id: "".concat(_ctx.pathId)
9039
8945
  }, _hoisted_6, 8, _hoisted_4)])], 16);
9040
8946
  }
9041
8947
 
@@ -9043,7 +8949,7 @@ this.primevue.icons.thlarge = (function (BaseIcon, utils, vue) {
9043
8949
 
9044
8950
  return script;
9045
8951
 
9046
- })(primevue.baseicon, primevue.utils, Vue);
8952
+ })(primevue.baseicon, Vue);
9047
8953
 
9048
8954
  this.primevue = this.primevue || {};
9049
8955
  this.primevue.icons = this.primevue.icons || {};
@@ -9082,7 +8988,7 @@ this.primevue.icons.times = (function (BaseIcon, vue) {
9082
8988
 
9083
8989
  this.primevue = this.primevue || {};
9084
8990
  this.primevue.icons = this.primevue.icons || {};
9085
- this.primevue.icons.timescircle = (function (BaseIcon, utils, vue) {
8991
+ this.primevue.icons.timescircle = (function (BaseIcon, vue) {
9086
8992
  'use strict';
9087
8993
 
9088
8994
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -9091,12 +8997,7 @@ this.primevue.icons.timescircle = (function (BaseIcon, utils, vue) {
9091
8997
 
9092
8998
  var script = {
9093
8999
  name: 'TimesCircleIcon',
9094
- "extends": BaseIcon__default["default"],
9095
- computed: {
9096
- pathId: function pathId() {
9097
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
9098
- }
9099
- }
9000
+ "extends": BaseIcon__default["default"]
9100
9001
  };
9101
9002
 
9102
9003
  var _hoisted_1 = ["clip-path"];
@@ -9122,9 +9023,9 @@ this.primevue.icons.timescircle = (function (BaseIcon, utils, vue) {
9122
9023
  fill: "none",
9123
9024
  xmlns: "http://www.w3.org/2000/svg"
9124
9025
  }, _ctx.pti()), [vue.createElementVNode("g", {
9125
- "clip-path": "url(#".concat($options.pathId, ")")
9026
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
9126
9027
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
9127
- id: "".concat($options.pathId)
9028
+ id: "".concat(_ctx.pathId)
9128
9029
  }, _hoisted_6, 8, _hoisted_4)])], 16);
9129
9030
  }
9130
9031
 
@@ -9132,11 +9033,11 @@ this.primevue.icons.timescircle = (function (BaseIcon, utils, vue) {
9132
9033
 
9133
9034
  return script;
9134
9035
 
9135
- })(primevue.baseicon, primevue.utils, Vue);
9036
+ })(primevue.baseicon, Vue);
9136
9037
 
9137
9038
  this.primevue = this.primevue || {};
9138
9039
  this.primevue.icons = this.primevue.icons || {};
9139
- this.primevue.icons.trash = (function (BaseIcon, utils, vue) {
9040
+ this.primevue.icons.trash = (function (BaseIcon, vue) {
9140
9041
  'use strict';
9141
9042
 
9142
9043
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -9145,12 +9046,7 @@ this.primevue.icons.trash = (function (BaseIcon, utils, vue) {
9145
9046
 
9146
9047
  var script = {
9147
9048
  name: 'TrashIcon',
9148
- "extends": BaseIcon__default["default"],
9149
- computed: {
9150
- pathId: function pathId() {
9151
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
9152
- }
9153
- }
9049
+ "extends": BaseIcon__default["default"]
9154
9050
  };
9155
9051
 
9156
9052
  var _hoisted_1 = ["clip-path"];
@@ -9176,9 +9072,9 @@ this.primevue.icons.trash = (function (BaseIcon, utils, vue) {
9176
9072
  fill: "none",
9177
9073
  xmlns: "http://www.w3.org/2000/svg"
9178
9074
  }, _ctx.pti()), [vue.createElementVNode("g", {
9179
- "clip-path": "url(#".concat($options.pathId, ")")
9075
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
9180
9076
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
9181
- id: "".concat($options.pathId)
9077
+ id: "".concat(_ctx.pathId)
9182
9078
  }, _hoisted_6, 8, _hoisted_4)])], 16);
9183
9079
  }
9184
9080
 
@@ -9186,11 +9082,11 @@ this.primevue.icons.trash = (function (BaseIcon, utils, vue) {
9186
9082
 
9187
9083
  return script;
9188
9084
 
9189
- })(primevue.baseicon, primevue.utils, Vue);
9085
+ })(primevue.baseicon, Vue);
9190
9086
 
9191
9087
  this.primevue = this.primevue || {};
9192
9088
  this.primevue.icons = this.primevue.icons || {};
9193
- this.primevue.icons.undo = (function (BaseIcon, utils, vue) {
9089
+ this.primevue.icons.undo = (function (BaseIcon, vue) {
9194
9090
  'use strict';
9195
9091
 
9196
9092
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -9199,12 +9095,7 @@ this.primevue.icons.undo = (function (BaseIcon, utils, vue) {
9199
9095
 
9200
9096
  var script = {
9201
9097
  name: 'UndoIcon',
9202
- "extends": BaseIcon__default["default"],
9203
- computed: {
9204
- pathId: function pathId() {
9205
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
9206
- }
9207
- }
9098
+ "extends": BaseIcon__default["default"]
9208
9099
  };
9209
9100
 
9210
9101
  var _hoisted_1 = ["clip-path"];
@@ -9230,9 +9121,9 @@ this.primevue.icons.undo = (function (BaseIcon, utils, vue) {
9230
9121
  fill: "none",
9231
9122
  xmlns: "http://www.w3.org/2000/svg"
9232
9123
  }, _ctx.pti()), [vue.createElementVNode("g", {
9233
- "clip-path": "url(#".concat($options.pathId, ")")
9124
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
9234
9125
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
9235
- id: "".concat($options.pathId)
9126
+ id: "".concat(_ctx.pathId)
9236
9127
  }, _hoisted_6, 8, _hoisted_4)])], 16);
9237
9128
  }
9238
9129
 
@@ -9240,11 +9131,11 @@ this.primevue.icons.undo = (function (BaseIcon, utils, vue) {
9240
9131
 
9241
9132
  return script;
9242
9133
 
9243
- })(primevue.baseicon, primevue.utils, Vue);
9134
+ })(primevue.baseicon, Vue);
9244
9135
 
9245
9136
  this.primevue = this.primevue || {};
9246
9137
  this.primevue.icons = this.primevue.icons || {};
9247
- this.primevue.icons.upload = (function (BaseIcon, utils, vue) {
9138
+ this.primevue.icons.upload = (function (BaseIcon, vue) {
9248
9139
  'use strict';
9249
9140
 
9250
9141
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -9253,12 +9144,7 @@ this.primevue.icons.upload = (function (BaseIcon, utils, vue) {
9253
9144
 
9254
9145
  var script = {
9255
9146
  name: 'UploadIcon',
9256
- "extends": BaseIcon__default["default"],
9257
- computed: {
9258
- pathId: function pathId() {
9259
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
9260
- }
9261
- }
9147
+ "extends": BaseIcon__default["default"]
9262
9148
  };
9263
9149
 
9264
9150
  var _hoisted_1 = ["clip-path"];
@@ -9284,9 +9170,9 @@ this.primevue.icons.upload = (function (BaseIcon, utils, vue) {
9284
9170
  fill: "none",
9285
9171
  xmlns: "http://www.w3.org/2000/svg"
9286
9172
  }, _ctx.pti()), [vue.createElementVNode("g", {
9287
- "clip-path": "url(#".concat($options.pathId, ")")
9173
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
9288
9174
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
9289
- id: "".concat($options.pathId)
9175
+ id: "".concat(_ctx.pathId)
9290
9176
  }, _hoisted_6, 8, _hoisted_4)])], 16);
9291
9177
  }
9292
9178
 
@@ -9294,11 +9180,11 @@ this.primevue.icons.upload = (function (BaseIcon, utils, vue) {
9294
9180
 
9295
9181
  return script;
9296
9182
 
9297
- })(primevue.baseicon, primevue.utils, Vue);
9183
+ })(primevue.baseicon, Vue);
9298
9184
 
9299
9185
  this.primevue = this.primevue || {};
9300
9186
  this.primevue.icons = this.primevue.icons || {};
9301
- this.primevue.icons.windowmaximize = (function (BaseIcon, utils, vue) {
9187
+ this.primevue.icons.windowmaximize = (function (BaseIcon, vue) {
9302
9188
  'use strict';
9303
9189
 
9304
9190
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -9307,12 +9193,7 @@ this.primevue.icons.windowmaximize = (function (BaseIcon, utils, vue) {
9307
9193
 
9308
9194
  var script = {
9309
9195
  name: 'WindowMaximizeIcon',
9310
- "extends": BaseIcon__default["default"],
9311
- computed: {
9312
- pathId: function pathId() {
9313
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
9314
- }
9315
- }
9196
+ "extends": BaseIcon__default["default"]
9316
9197
  };
9317
9198
 
9318
9199
  var _hoisted_1 = ["clip-path"];
@@ -9338,9 +9219,9 @@ this.primevue.icons.windowmaximize = (function (BaseIcon, utils, vue) {
9338
9219
  fill: "none",
9339
9220
  xmlns: "http://www.w3.org/2000/svg"
9340
9221
  }, _ctx.pti()), [vue.createElementVNode("g", {
9341
- "clip-path": "url(#".concat($options.pathId, ")")
9222
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
9342
9223
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
9343
- id: "".concat($options.pathId)
9224
+ id: "".concat(_ctx.pathId)
9344
9225
  }, _hoisted_6, 8, _hoisted_4)])], 16);
9345
9226
  }
9346
9227
 
@@ -9348,11 +9229,11 @@ this.primevue.icons.windowmaximize = (function (BaseIcon, utils, vue) {
9348
9229
 
9349
9230
  return script;
9350
9231
 
9351
- })(primevue.baseicon, primevue.utils, Vue);
9232
+ })(primevue.baseicon, Vue);
9352
9233
 
9353
9234
  this.primevue = this.primevue || {};
9354
9235
  this.primevue.icons = this.primevue.icons || {};
9355
- this.primevue.icons.windowminimize = (function (BaseIcon, utils, vue) {
9236
+ this.primevue.icons.windowminimize = (function (BaseIcon, vue) {
9356
9237
  'use strict';
9357
9238
 
9358
9239
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -9361,12 +9242,7 @@ this.primevue.icons.windowminimize = (function (BaseIcon, utils, vue) {
9361
9242
 
9362
9243
  var script = {
9363
9244
  name: 'WindowMinimizeIcon',
9364
- "extends": BaseIcon__default["default"],
9365
- computed: {
9366
- pathId: function pathId() {
9367
- return "pv_icon_clip_".concat(utils.UniqueComponentId());
9368
- }
9369
- }
9245
+ "extends": BaseIcon__default["default"]
9370
9246
  };
9371
9247
 
9372
9248
  var _hoisted_1 = ["clip-path"];
@@ -9392,9 +9268,9 @@ this.primevue.icons.windowminimize = (function (BaseIcon, utils, vue) {
9392
9268
  fill: "none",
9393
9269
  xmlns: "http://www.w3.org/2000/svg"
9394
9270
  }, _ctx.pti()), [vue.createElementVNode("g", {
9395
- "clip-path": "url(#".concat($options.pathId, ")")
9271
+ "clip-path": "url(#".concat(_ctx.pathId, ")")
9396
9272
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
9397
- id: "".concat($options.pathId)
9273
+ id: "".concat(_ctx.pathId)
9398
9274
  }, _hoisted_6, 8, _hoisted_4)])], 16);
9399
9275
  }
9400
9276
 
@@ -9402,7 +9278,7 @@ this.primevue.icons.windowminimize = (function (BaseIcon, utils, vue) {
9402
9278
 
9403
9279
  return script;
9404
9280
 
9405
- })(primevue.baseicon, primevue.utils, Vue);
9281
+ })(primevue.baseicon, Vue);
9406
9282
 
9407
9283
  this.primevue = this.primevue || {};
9408
9284
  this.primevue.tooltip = (function (utils, BaseDirective, TooltipStyle) {
@@ -9841,6 +9717,12 @@ this.primevue.focustrap = (function (utils, BaseDirective, FocusTrapStyle) {
9841
9717
  style: FocusTrapStyle__default["default"]
9842
9718
  });
9843
9719
 
9720
+ 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); }
9721
+ 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; }
9722
+ 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; }
9723
+ 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; }
9724
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9725
+ 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); }
9844
9726
  var FocusTrap = BaseFocusTrap.extend('focustrap', {
9845
9727
  mounted: function mounted(el, binding) {
9846
9728
  var _ref = binding.value || {},
@@ -9848,7 +9730,7 @@ this.primevue.focustrap = (function (utils, BaseDirective, FocusTrapStyle) {
9848
9730
  if (!disabled) {
9849
9731
  this.createHiddenFocusableElements(el, binding);
9850
9732
  this.bind(el, binding);
9851
- this.autoFocus(el, binding);
9733
+ this.autoElementFocus(el, binding);
9852
9734
  }
9853
9735
  el.setAttribute('data-pd-focustrap', true);
9854
9736
  this.$el = el;
@@ -9899,7 +9781,14 @@ this.primevue.focustrap = (function (utils, BaseDirective, FocusTrapStyle) {
9899
9781
  el.$_pfocustrap_focusinlistener && el.removeEventListener('focusin', el.$_pfocustrap_focusinlistener) && (el.$_pfocustrap_focusinlistener = null);
9900
9782
  el.$_pfocustrap_focusoutlistener && el.removeEventListener('focusout', el.$_pfocustrap_focusoutlistener) && (el.$_pfocustrap_focusoutlistener = null);
9901
9783
  },
9902
- autoFocus: function autoFocus(el, binding) {
9784
+ autoFocus: function autoFocus(options) {
9785
+ this.autoElementFocus(this.$el, {
9786
+ value: _objectSpread(_objectSpread({}, options), {}, {
9787
+ autoFocus: true
9788
+ })
9789
+ });
9790
+ },
9791
+ autoElementFocus: function autoElementFocus(el, binding) {
9903
9792
  var _ref4 = binding.value || {},
9904
9793
  _ref4$autoFocusSelect = _ref4.autoFocusSelector,
9905
9794
  autoFocusSelector = _ref4$autoFocusSelect === void 0 ? '' : _ref4$autoFocusSelect,
@@ -10065,7 +9954,10 @@ this.primevue.virtualscroller = (function (SpinnerIcon, utils, BaseComponent, Vi
10065
9954
  };
10066
9955
  },
10067
9956
  beforeMount: function beforeMount() {
10068
- VirtualScrollerStyle__default["default"].loadStyle();
9957
+ var _this$$config;
9958
+ VirtualScrollerStyle__default["default"].loadStyle({
9959
+ nonce: (_this$$config = this.$config) === null || _this$$config === void 0 || (_this$$config = _this$$config.csp) === null || _this$$config === void 0 ? void 0 : _this$$config.nonce
9960
+ });
10069
9961
  }
10070
9962
  };
10071
9963
 
@@ -10211,92 +10103,102 @@ this.primevue.virtualscroller = (function (SpinnerIcon, utils, BaseComponent, Vi
10211
10103
  var behavior = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'auto';
10212
10104
  var both = this.isBoth();
10213
10105
  var horizontal = this.isHorizontal();
10214
- var first = this.first;
10215
- var _this$calculateNumIte = this.calculateNumItems(),
10216
- numToleratedItems = _this$calculateNumIte.numToleratedItems;
10217
- var contentPos = this.getContentPosition();
10218
- var itemSize = this.itemSize;
10219
- var calculateFirst = function calculateFirst() {
10220
- var _index = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
10221
- var _numT = arguments.length > 1 ? arguments[1] : undefined;
10222
- return _index <= _numT ? 0 : _index;
10223
- };
10224
- var calculateCoord = function calculateCoord(_first, _size, _cpos) {
10225
- return _first * _size + _cpos;
10226
- };
10227
- var scrollTo = function scrollTo() {
10228
- var left = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
10229
- var top = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
10230
- return _this.scrollTo({
10231
- left: left,
10232
- top: top,
10233
- behavior: behavior
10234
- });
10235
- };
10236
- var newFirst = both ? {
10237
- rows: 0,
10238
- cols: 0
10239
- } : 0;
10240
- var isRangeChanged = false;
10241
- if (both) {
10242
- newFirst = {
10243
- rows: calculateFirst(index[0], numToleratedItems[0]),
10244
- cols: calculateFirst(index[1], numToleratedItems[1])
10106
+ var valid = both ? index.every(function (i) {
10107
+ return i > -1;
10108
+ }) : index > -1;
10109
+ if (valid) {
10110
+ var first = this.first;
10111
+ var _this$calculateNumIte = this.calculateNumItems(),
10112
+ numToleratedItems = _this$calculateNumIte.numToleratedItems;
10113
+ var contentPos = this.getContentPosition();
10114
+ var itemSize = this.itemSize;
10115
+ var calculateFirst = function calculateFirst() {
10116
+ var _index = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
10117
+ var _numT = arguments.length > 1 ? arguments[1] : undefined;
10118
+ return _index <= _numT ? 0 : _index;
10119
+ };
10120
+ var calculateCoord = function calculateCoord(_first, _size, _cpos) {
10121
+ return _first * _size + _cpos;
10245
10122
  };
10246
- scrollTo(calculateCoord(newFirst.cols, itemSize[1], contentPos.left), calculateCoord(newFirst.rows, itemSize[0], contentPos.top));
10247
- isRangeChanged = newFirst.rows !== first.rows || newFirst.cols !== first.cols;
10248
- } else {
10249
- newFirst = calculateFirst(index, numToleratedItems);
10250
- horizontal ? scrollTo(calculateCoord(newFirst, itemSize, contentPos.left), 0) : scrollTo(0, calculateCoord(newFirst, itemSize, contentPos.top));
10251
- isRangeChanged = newFirst !== first;
10252
- }
10253
- this.isRangeChanged = isRangeChanged;
10254
- this.first = newFirst;
10255
- },
10256
- scrollInView: function scrollInView(index, to) {
10257
- var _this2 = this;
10258
- var behavior = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'auto';
10259
- if (to) {
10260
- var both = this.isBoth();
10261
- var horizontal = this.isHorizontal();
10262
- var _this$getRenderedRang = this.getRenderedRange(),
10263
- first = _this$getRenderedRang.first,
10264
- viewport = _this$getRenderedRang.viewport;
10265
10123
  var scrollTo = function scrollTo() {
10266
10124
  var left = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
10267
10125
  var top = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
10268
- return _this2.scrollTo({
10126
+ return _this.scrollTo({
10269
10127
  left: left,
10270
10128
  top: top,
10271
10129
  behavior: behavior
10272
10130
  });
10273
10131
  };
10274
- var isToStart = to === 'to-start';
10275
- var isToEnd = to === 'to-end';
10276
- if (isToStart) {
10277
- if (both) {
10278
- if (viewport.first.rows - first.rows > index[0]) {
10279
- scrollTo(viewport.first.cols * this.itemSize[1], (viewport.first.rows - 1) * this.itemSize[0]);
10280
- } else if (viewport.first.cols - first.cols > index[1]) {
10281
- scrollTo((viewport.first.cols - 1) * this.itemSize[1], viewport.first.rows * this.itemSize[0]);
10282
- }
10283
- } else {
10284
- if (viewport.first - first > index) {
10285
- var pos = (viewport.first - 1) * this.itemSize;
10286
- horizontal ? scrollTo(pos, 0) : scrollTo(0, pos);
10287
- }
10288
- }
10289
- } else if (isToEnd) {
10290
- if (both) {
10291
- if (viewport.last.rows - first.rows <= index[0] + 1) {
10292
- scrollTo(viewport.first.cols * this.itemSize[1], (viewport.first.rows + 1) * this.itemSize[0]);
10293
- } else if (viewport.last.cols - first.cols <= index[1] + 1) {
10294
- scrollTo((viewport.first.cols + 1) * this.itemSize[1], viewport.first.rows * this.itemSize[0]);
10132
+ var newFirst = both ? {
10133
+ rows: 0,
10134
+ cols: 0
10135
+ } : 0;
10136
+ var isRangeChanged = false;
10137
+ if (both) {
10138
+ newFirst = {
10139
+ rows: calculateFirst(index[0], numToleratedItems[0]),
10140
+ cols: calculateFirst(index[1], numToleratedItems[1])
10141
+ };
10142
+ scrollTo(calculateCoord(newFirst.cols, itemSize[1], contentPos.left), calculateCoord(newFirst.rows, itemSize[0], contentPos.top));
10143
+ isRangeChanged = newFirst.rows !== first.rows || newFirst.cols !== first.cols;
10144
+ } else {
10145
+ newFirst = calculateFirst(index, numToleratedItems);
10146
+ horizontal ? scrollTo(calculateCoord(newFirst, itemSize, contentPos.left), 0) : scrollTo(0, calculateCoord(newFirst, itemSize, contentPos.top));
10147
+ isRangeChanged = newFirst !== first;
10148
+ }
10149
+ this.isRangeChanged = isRangeChanged;
10150
+ this.first = newFirst;
10151
+ }
10152
+ },
10153
+ scrollInView: function scrollInView(index, to) {
10154
+ var _this2 = this;
10155
+ var behavior = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'auto';
10156
+ if (to) {
10157
+ var both = this.isBoth();
10158
+ var horizontal = this.isHorizontal();
10159
+ var valid = both ? index.every(function (i) {
10160
+ return i > -1;
10161
+ }) : index > -1;
10162
+ if (valid) {
10163
+ var _this$getRenderedRang = this.getRenderedRange(),
10164
+ first = _this$getRenderedRang.first,
10165
+ viewport = _this$getRenderedRang.viewport;
10166
+ var scrollTo = function scrollTo() {
10167
+ var left = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
10168
+ var top = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
10169
+ return _this2.scrollTo({
10170
+ left: left,
10171
+ top: top,
10172
+ behavior: behavior
10173
+ });
10174
+ };
10175
+ var isToStart = to === 'to-start';
10176
+ var isToEnd = to === 'to-end';
10177
+ if (isToStart) {
10178
+ if (both) {
10179
+ if (viewport.first.rows - first.rows > index[0]) {
10180
+ scrollTo(viewport.first.cols * this.itemSize[1], (viewport.first.rows - 1) * this.itemSize[0]);
10181
+ } else if (viewport.first.cols - first.cols > index[1]) {
10182
+ scrollTo((viewport.first.cols - 1) * this.itemSize[1], viewport.first.rows * this.itemSize[0]);
10183
+ }
10184
+ } else {
10185
+ if (viewport.first - first > index) {
10186
+ var pos = (viewport.first - 1) * this.itemSize;
10187
+ horizontal ? scrollTo(pos, 0) : scrollTo(0, pos);
10188
+ }
10295
10189
  }
10296
- } else {
10297
- if (viewport.last - first <= index + 1) {
10298
- var _pos2 = (viewport.first + 1) * this.itemSize;
10299
- horizontal ? scrollTo(_pos2, 0) : scrollTo(0, _pos2);
10190
+ } else if (isToEnd) {
10191
+ if (both) {
10192
+ if (viewport.last.rows - first.rows <= index[0] + 1) {
10193
+ scrollTo(viewport.first.cols * this.itemSize[1], (viewport.first.rows + 1) * this.itemSize[0]);
10194
+ } else if (viewport.last.cols - first.cols <= index[1] + 1) {
10195
+ scrollTo((viewport.first.cols + 1) * this.itemSize[1], viewport.first.rows * this.itemSize[0]);
10196
+ }
10197
+ } else {
10198
+ if (viewport.last - first <= index + 1) {
10199
+ var _pos2 = (viewport.first + 1) * this.itemSize;
10200
+ horizontal ? scrollTo(_pos2, 0) : scrollTo(0, _pos2);
10201
+ }
10300
10202
  }
10301
10203
  }
10302
10204
  }
@@ -11799,15 +11701,15 @@ this.primevue.inputnumber = (function (Button, AngleDownIcon, AngleUpIcon, Input
11799
11701
  }
11800
11702
  break;
11801
11703
  case 'Home':
11802
- if (this.min) {
11704
+ event.preventDefault();
11705
+ if (!utils.ObjectUtils.isEmpty(this.min)) {
11803
11706
  this.updateModel(event, this.min);
11804
- event.preventDefault();
11805
11707
  }
11806
11708
  break;
11807
11709
  case 'End':
11808
- if (this.max) {
11710
+ event.preventDefault();
11711
+ if (!utils.ObjectUtils.isEmpty(this.max)) {
11809
11712
  this.updateModel(event, this.max);
11810
- event.preventDefault();
11811
11713
  }
11812
11714
  break;
11813
11715
  }
@@ -11942,7 +11844,7 @@ this.primevue.inputnumber = (function (Button, AngleDownIcon, AngleUpIcon, Input
11942
11844
  if (textSplit.length === 2) {
11943
11845
  var decimalCharIndex = value.slice(start, end).search(this._decimal);
11944
11846
  this._decimal.lastIndex = 0;
11945
- return decimalCharIndex > 0 ? value.slice(0, start) + this.formatValue(text) + value.slice(end) : value || this.formatValue(text);
11847
+ return decimalCharIndex > 0 ? value.slice(0, start) + this.formatValue(text) + value.slice(end) : this.formatValue(text) || value;
11946
11848
  } else if (end - start === value.length) {
11947
11849
  return this.formatValue(text);
11948
11850
  } else if (start === 0) {
@@ -12094,7 +11996,15 @@ this.primevue.inputnumber = (function (Button, AngleDownIcon, AngleUpIcon, Input
12094
11996
  _selectionEnd = sRegex.lastIndex + tRegex.lastIndex;
12095
11997
  this.$refs.input.$el.setSelectionRange(_selectionEnd, _selectionEnd);
12096
11998
  } else if (newLength === currentLength) {
12097
- if (operation === 'insert' || operation === 'delete-back-single') this.$refs.input.$el.setSelectionRange(_selectionEnd + 1, _selectionEnd + 1);else if (operation === 'delete-single') this.$refs.input.$el.setSelectionRange(_selectionEnd - 1, _selectionEnd - 1);else if (operation === 'delete-range' || operation === 'spin') this.$refs.input.$el.setSelectionRange(_selectionEnd, _selectionEnd);
11999
+ if (operation === 'insert' || operation === 'delete-back-single') {
12000
+ var re = /[.,]/g;
12001
+ var newSelectionEnd = _selectionEnd + Number(re.test(value) || re.test(insertedValueStr));
12002
+ this.$refs.input.$el.setSelectionRange(newSelectionEnd, newSelectionEnd);
12003
+ } else if (operation === 'delete-single') {
12004
+ this.$refs.input.$el.setSelectionRange(_selectionEnd - 1, _selectionEnd - 1);
12005
+ } else if (operation === 'delete-range' || operation === 'spin') {
12006
+ this.$refs.input.$el.setSelectionRange(_selectionEnd, _selectionEnd);
12007
+ }
12098
12008
  } else if (operation === 'delete-back-single') {
12099
12009
  var prevChar = inputValue.charAt(_selectionEnd - 1);
12100
12010
  var nextChar = inputValue.charAt(_selectionEnd);
@@ -12369,6 +12279,322 @@ this.primevue.inputnumber = (function (Button, AngleDownIcon, AngleUpIcon, Input
12369
12279
 
12370
12280
  })(primevue.button, primevue.icons.angledown, primevue.icons.angleup, primevue.inputtext, primevue.utils, primevue.basecomponent, primevue.inputnumber.style, Vue);
12371
12281
 
12282
+ this.primevue = this.primevue || {};
12283
+ this.primevue.checkbox = (function (CheckIcon, utils, BaseComponent, CheckboxStyle, vue) {
12284
+ 'use strict';
12285
+
12286
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
12287
+
12288
+ var CheckIcon__default = /*#__PURE__*/_interopDefaultLegacy(CheckIcon);
12289
+ var BaseComponent__default = /*#__PURE__*/_interopDefaultLegacy(BaseComponent);
12290
+ var CheckboxStyle__default = /*#__PURE__*/_interopDefaultLegacy(CheckboxStyle);
12291
+
12292
+ var script$1 = {
12293
+ name: 'BaseCheckbox',
12294
+ "extends": BaseComponent__default["default"],
12295
+ props: {
12296
+ value: null,
12297
+ modelValue: null,
12298
+ binary: Boolean,
12299
+ name: {
12300
+ type: String,
12301
+ "default": null
12302
+ },
12303
+ trueValue: {
12304
+ type: null,
12305
+ "default": true
12306
+ },
12307
+ falseValue: {
12308
+ type: null,
12309
+ "default": false
12310
+ },
12311
+ disabled: {
12312
+ type: Boolean,
12313
+ "default": false
12314
+ },
12315
+ readonly: {
12316
+ type: Boolean,
12317
+ "default": false
12318
+ },
12319
+ required: {
12320
+ type: Boolean,
12321
+ "default": false
12322
+ },
12323
+ tabindex: {
12324
+ type: Number,
12325
+ "default": null
12326
+ },
12327
+ inputId: {
12328
+ type: String,
12329
+ "default": null
12330
+ },
12331
+ inputClass: {
12332
+ type: [String, Object],
12333
+ "default": null
12334
+ },
12335
+ inputStyle: {
12336
+ type: Object,
12337
+ "default": null
12338
+ },
12339
+ ariaLabelledby: {
12340
+ type: String,
12341
+ "default": null
12342
+ },
12343
+ ariaLabel: {
12344
+ type: String,
12345
+ "default": null
12346
+ }
12347
+ },
12348
+ style: CheckboxStyle__default["default"],
12349
+ provide: function provide() {
12350
+ return {
12351
+ $parentInstance: this
12352
+ };
12353
+ }
12354
+ };
12355
+
12356
+ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
12357
+ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
12358
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
12359
+ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
12360
+ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
12361
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
12362
+ var script = {
12363
+ name: 'Checkbox',
12364
+ "extends": script$1,
12365
+ emits: ['update:modelValue', 'change', 'focus', 'blur'],
12366
+ methods: {
12367
+ getPTOptions: function getPTOptions(key) {
12368
+ return this.ptm(key, {
12369
+ context: {
12370
+ checked: this.checked,
12371
+ disabled: this.disabled
12372
+ }
12373
+ });
12374
+ },
12375
+ onChange: function onChange(event) {
12376
+ var _this = this;
12377
+ if (!this.disabled && !this.readonly) {
12378
+ var newModelValue;
12379
+ if (this.binary) {
12380
+ newModelValue = this.checked ? this.falseValue : this.trueValue;
12381
+ } else {
12382
+ if (this.checked) newModelValue = this.modelValue.filter(function (val) {
12383
+ return !utils.ObjectUtils.equals(val, _this.value);
12384
+ });else newModelValue = this.modelValue ? [].concat(_toConsumableArray(this.modelValue), [this.value]) : [this.value];
12385
+ }
12386
+ this.$emit('update:modelValue', newModelValue);
12387
+ this.$emit('change', event);
12388
+ }
12389
+ },
12390
+ onFocus: function onFocus(event) {
12391
+ this.$emit('focus', event);
12392
+ },
12393
+ onBlur: function onBlur(event) {
12394
+ this.$emit('blur', event);
12395
+ }
12396
+ },
12397
+ computed: {
12398
+ checked: function checked() {
12399
+ return this.binary ? this.modelValue === this.trueValue : utils.ObjectUtils.contains(this.value, this.modelValue);
12400
+ }
12401
+ },
12402
+ components: {
12403
+ CheckIcon: CheckIcon__default["default"]
12404
+ }
12405
+ };
12406
+
12407
+ var _hoisted_1 = ["data-p-highlight", "data-p-disabled"];
12408
+ var _hoisted_2 = ["id", "value", "name", "checked", "tabindex", "disabled", "readonly", "required", "aria-labelledby", "aria-label"];
12409
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
12410
+ var _component_CheckIcon = vue.resolveComponent("CheckIcon");
12411
+ return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
12412
+ "class": _ctx.cx('root')
12413
+ }, $options.getPTOptions('root'), {
12414
+ "data-pc-name": "checkbox",
12415
+ "data-p-highlight": $options.checked,
12416
+ "data-p-disabled": _ctx.disabled
12417
+ }), [vue.createElementVNode("input", vue.mergeProps({
12418
+ id: _ctx.inputId,
12419
+ type: "checkbox",
12420
+ "class": [_ctx.cx('input'), _ctx.inputClass],
12421
+ style: _ctx.inputStyle,
12422
+ value: _ctx.value,
12423
+ name: _ctx.name,
12424
+ checked: $options.checked,
12425
+ tabindex: _ctx.tabindex,
12426
+ disabled: _ctx.disabled,
12427
+ readonly: _ctx.readonly,
12428
+ required: _ctx.required,
12429
+ "aria-labelledby": _ctx.ariaLabelledby,
12430
+ "aria-label": _ctx.ariaLabel,
12431
+ onFocus: _cache[0] || (_cache[0] = function () {
12432
+ return $options.onFocus && $options.onFocus.apply($options, arguments);
12433
+ }),
12434
+ onBlur: _cache[1] || (_cache[1] = function () {
12435
+ return $options.onBlur && $options.onBlur.apply($options, arguments);
12436
+ }),
12437
+ onChange: _cache[2] || (_cache[2] = function () {
12438
+ return $options.onChange && $options.onChange.apply($options, arguments);
12439
+ })
12440
+ }, $options.getPTOptions('input')), null, 16, _hoisted_2), vue.createElementVNode("div", vue.mergeProps({
12441
+ "class": _ctx.cx('box')
12442
+ }, $options.getPTOptions('box')), [vue.renderSlot(_ctx.$slots, "icon", {
12443
+ checked: $options.checked,
12444
+ "class": vue.normalizeClass(_ctx.cx('icon'))
12445
+ }, function () {
12446
+ return [$options.checked ? (vue.openBlock(), vue.createBlock(_component_CheckIcon, vue.mergeProps({
12447
+ key: 0,
12448
+ "class": _ctx.cx('icon')
12449
+ }, $options.getPTOptions('icon')), null, 16, ["class"])) : vue.createCommentVNode("", true)];
12450
+ })], 16)], 16, _hoisted_1);
12451
+ }
12452
+
12453
+ script.render = render;
12454
+
12455
+ return script;
12456
+
12457
+ })(primevue.icons.check, primevue.utils, primevue.basecomponent, primevue.checkbox.style, Vue);
12458
+
12459
+ this.primevue = this.primevue || {};
12460
+ this.primevue.radiobutton = (function (utils, BaseComponent, RadioButtonStyle, vue) {
12461
+ 'use strict';
12462
+
12463
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
12464
+
12465
+ var BaseComponent__default = /*#__PURE__*/_interopDefaultLegacy(BaseComponent);
12466
+ var RadioButtonStyle__default = /*#__PURE__*/_interopDefaultLegacy(RadioButtonStyle);
12467
+
12468
+ var script$1 = {
12469
+ name: 'BaseRadioButton',
12470
+ "extends": BaseComponent__default["default"],
12471
+ props: {
12472
+ value: null,
12473
+ modelValue: null,
12474
+ binary: Boolean,
12475
+ name: {
12476
+ type: String,
12477
+ "default": null
12478
+ },
12479
+ disabled: {
12480
+ type: Boolean,
12481
+ "default": false
12482
+ },
12483
+ readonly: {
12484
+ type: Boolean,
12485
+ "default": false
12486
+ },
12487
+ tabindex: {
12488
+ type: Number,
12489
+ "default": null
12490
+ },
12491
+ inputId: {
12492
+ type: String,
12493
+ "default": null
12494
+ },
12495
+ inputClass: {
12496
+ type: [String, Object],
12497
+ "default": null
12498
+ },
12499
+ inputStyle: {
12500
+ type: Object,
12501
+ "default": null
12502
+ },
12503
+ ariaLabelledby: {
12504
+ type: String,
12505
+ "default": null
12506
+ },
12507
+ ariaLabel: {
12508
+ type: String,
12509
+ "default": null
12510
+ }
12511
+ },
12512
+ style: RadioButtonStyle__default["default"],
12513
+ provide: function provide() {
12514
+ return {
12515
+ $parentInstance: this
12516
+ };
12517
+ }
12518
+ };
12519
+
12520
+ var script = {
12521
+ name: 'RadioButton',
12522
+ "extends": script$1,
12523
+ emits: ['update:modelValue', 'change', 'focus', 'blur'],
12524
+ methods: {
12525
+ getPTOptions: function getPTOptions(key) {
12526
+ return this.ptm(key, {
12527
+ context: {
12528
+ checked: this.checked,
12529
+ disabled: this.disabled
12530
+ }
12531
+ });
12532
+ },
12533
+ onChange: function onChange(event) {
12534
+ if (!this.disabled && !this.readonly) {
12535
+ var newModelValue = this.binary ? !this.checked : this.value;
12536
+ this.$emit('update:modelValue', newModelValue);
12537
+ this.$emit('change', event);
12538
+ }
12539
+ },
12540
+ onFocus: function onFocus(event) {
12541
+ this.$emit('focus', event);
12542
+ },
12543
+ onBlur: function onBlur(event) {
12544
+ this.$emit('blur', event);
12545
+ }
12546
+ },
12547
+ computed: {
12548
+ checked: function checked() {
12549
+ return this.modelValue != null && (this.binary ? !!this.modelValue : utils.ObjectUtils.equals(this.modelValue, this.value));
12550
+ }
12551
+ }
12552
+ };
12553
+
12554
+ var _hoisted_1 = ["data-p-highlight", "data-p-disabled"];
12555
+ var _hoisted_2 = ["id", "value", "name", "checked", "tabindex", "disabled", "readonly", "aria-labelledby", "aria-label"];
12556
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
12557
+ return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
12558
+ "class": _ctx.cx('root')
12559
+ }, $options.getPTOptions('root'), {
12560
+ "data-pc-name": "radiobutton",
12561
+ "data-p-highlight": $options.checked,
12562
+ "data-p-disabled": _ctx.disabled
12563
+ }), [vue.createElementVNode("input", vue.mergeProps({
12564
+ id: _ctx.inputId,
12565
+ type: "radio",
12566
+ "class": [_ctx.cx('input'), _ctx.inputClass],
12567
+ style: _ctx.inputStyle,
12568
+ value: _ctx.value,
12569
+ name: _ctx.name,
12570
+ checked: $options.checked,
12571
+ tabindex: _ctx.tabindex,
12572
+ disabled: _ctx.disabled,
12573
+ readonly: _ctx.readonly,
12574
+ "aria-labelledby": _ctx.ariaLabelledby,
12575
+ "aria-label": _ctx.ariaLabel,
12576
+ onFocus: _cache[0] || (_cache[0] = function () {
12577
+ return $options.onFocus && $options.onFocus.apply($options, arguments);
12578
+ }),
12579
+ onBlur: _cache[1] || (_cache[1] = function () {
12580
+ return $options.onBlur && $options.onBlur.apply($options, arguments);
12581
+ }),
12582
+ onChange: _cache[2] || (_cache[2] = function () {
12583
+ return $options.onChange && $options.onChange.apply($options, arguments);
12584
+ })
12585
+ }, $options.getPTOptions('input')), null, 16, _hoisted_2), vue.createElementVNode("div", vue.mergeProps({
12586
+ "class": _ctx.cx('box')
12587
+ }, $options.getPTOptions('box')), [vue.createElementVNode("div", vue.mergeProps({
12588
+ "class": _ctx.cx('icon')
12589
+ }, $options.getPTOptions('icon')), null, 16)], 16)], 16, _hoisted_1);
12590
+ }
12591
+
12592
+ script.render = render;
12593
+
12594
+ return script;
12595
+
12596
+ })(primevue.utils, primevue.basecomponent, primevue.radiobutton.style, Vue);
12597
+
12372
12598
  this.primevue = this.primevue || {};
12373
12599
  this.primevue.message = (function (CheckIcon, ExclamationTriangleIcon, InfoCircleIcon, TimesIcon, TimesCircleIcon, Ripple, BaseComponent, MessageStyle, vue) {
12374
12600
  'use strict';
@@ -12428,7 +12654,7 @@ this.primevue.message = (function (CheckIcon, ExclamationTriangleIcon, InfoCircl
12428
12654
  var script = {
12429
12655
  name: 'Message',
12430
12656
  "extends": script$1,
12431
- emits: ['close'],
12657
+ emits: ['close', 'life-end'],
12432
12658
  timeout: null,
12433
12659
  data: function data() {
12434
12660
  return {
@@ -12456,6 +12682,7 @@ this.primevue.message = (function (CheckIcon, ExclamationTriangleIcon, InfoCircl
12456
12682
  var _this = this;
12457
12683
  setTimeout(function () {
12458
12684
  _this.visible = false;
12685
+ _this.$emit('life-end');
12459
12686
  }, this.life);
12460
12687
  }
12461
12688
  },
@@ -12610,7 +12837,9 @@ this.primevue.progressbar = (function (BaseComponent, ProgressBarStyle, vue) {
12610
12837
  "aria-valuemin": "0",
12611
12838
  "aria-valuenow": _ctx.value,
12612
12839
  "aria-valuemax": "100"
12613
- }, _ctx.ptm('root')), [$options.determinate ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
12840
+ }, _ctx.ptm('root'), {
12841
+ "data-pc-name": "progressbar"
12842
+ }), [$options.determinate ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
12614
12843
  key: 0,
12615
12844
  "class": _ctx.cx('value'),
12616
12845
  style: $options.progressStyle
@@ -12634,11 +12863,13 @@ this.primevue.progressbar = (function (BaseComponent, ProgressBarStyle, vue) {
12634
12863
  })(primevue.basecomponent, primevue.progressbar.style, Vue);
12635
12864
 
12636
12865
  this.primevue = this.primevue || {};
12637
- this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIcon, TimesIcon, OverlayEventBus, Portal, Ripple, utils, VirtualScroller, BaseComponent, DropdownStyle, vue) {
12866
+ this.primevue.dropdown = (function (api, BlankIcon, CheckIcon, ChevronDownIcon, FilterIcon, SpinnerIcon, TimesIcon, OverlayEventBus, Portal, Ripple, utils, VirtualScroller, BaseComponent, DropdownStyle, vue) {
12638
12867
  'use strict';
12639
12868
 
12640
12869
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
12641
12870
 
12871
+ var BlankIcon__default = /*#__PURE__*/_interopDefaultLegacy(BlankIcon);
12872
+ var CheckIcon__default = /*#__PURE__*/_interopDefaultLegacy(CheckIcon);
12642
12873
  var ChevronDownIcon__default = /*#__PURE__*/_interopDefaultLegacy(ChevronDownIcon);
12643
12874
  var FilterIcon__default = /*#__PURE__*/_interopDefaultLegacy(FilterIcon);
12644
12875
  var SpinnerIcon__default = /*#__PURE__*/_interopDefaultLegacy(SpinnerIcon);
@@ -12754,13 +12985,17 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
12754
12985
  type: Boolean,
12755
12986
  "default": false
12756
12987
  },
12988
+ resetFilterOnClear: {
12989
+ type: Boolean,
12990
+ "default": false
12991
+ },
12757
12992
  virtualScrollerOptions: {
12758
12993
  type: Object,
12759
12994
  "default": null
12760
12995
  },
12761
12996
  autoOptionFocus: {
12762
12997
  type: Boolean,
12763
- "default": true
12998
+ "default": false
12764
12999
  },
12765
13000
  autoFilterFocus: {
12766
13001
  type: Boolean,
@@ -12770,6 +13005,18 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
12770
13005
  type: Boolean,
12771
13006
  "default": false
12772
13007
  },
13008
+ focusOnHover: {
13009
+ type: Boolean,
13010
+ "default": true
13011
+ },
13012
+ highlightOnSelect: {
13013
+ type: Boolean,
13014
+ "default": true
13015
+ },
13016
+ checkmark: {
13017
+ type: Boolean,
13018
+ "default": false
13019
+ },
12773
13020
  filterMessage: {
12774
13021
  type: String,
12775
13022
  "default": null
@@ -12837,10 +13084,10 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
12837
13084
  searchTimeout: null,
12838
13085
  searchValue: null,
12839
13086
  isModelValueChanged: false,
12840
- focusOnHover: false,
12841
13087
  data: function data() {
12842
13088
  return {
12843
13089
  id: this.$attrs.id,
13090
+ clicked: false,
12844
13091
  focused: false,
12845
13092
  focusedOptionIndex: -1,
12846
13093
  filterValue: null,
@@ -12925,7 +13172,7 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
12925
13172
  show: function show(isFocus) {
12926
13173
  this.$emit('before-show');
12927
13174
  this.overlayVisible = true;
12928
- this.focusedOptionIndex = this.focusedOptionIndex !== -1 ? this.focusedOptionIndex : this.autoOptionFocus ? this.findFirstFocusedOptionIndex() : -1;
13175
+ this.focusedOptionIndex = this.focusedOptionIndex !== -1 ? this.focusedOptionIndex : this.autoOptionFocus ? this.findFirstFocusedOptionIndex() : this.editable ? -1 : this.findSelectedOptionIndex();
12929
13176
  isFocus && utils.DomHandler.focus(this.$refs.focusInput);
12930
13177
  },
12931
13178
  hide: function hide(isFocus) {
@@ -12933,6 +13180,7 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
12933
13180
  var _hide = function _hide() {
12934
13181
  _this2.$emit('before-hide');
12935
13182
  _this2.overlayVisible = false;
13183
+ _this2.clicked = false;
12936
13184
  _this2.focusedOptionIndex = -1;
12937
13185
  _this2.searchValue = '';
12938
13186
  _this2.resetFilterOnHide && (_this2.filterValue = null);
@@ -12948,8 +13196,10 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
12948
13196
  return;
12949
13197
  }
12950
13198
  this.focused = true;
12951
- this.focusedOptionIndex = this.focusedOptionIndex !== -1 ? this.focusedOptionIndex : this.overlayVisible && this.autoOptionFocus ? this.findFirstFocusedOptionIndex() : -1;
12952
- this.overlayVisible && this.scrollInView(this.focusedOptionIndex);
13199
+ if (this.overlayVisible) {
13200
+ this.focusedOptionIndex = this.focusedOptionIndex !== -1 ? this.focusedOptionIndex : this.autoOptionFocus ? this.findFirstFocusedOptionIndex() : this.editable ? -1 : this.findSelectedOptionIndex();
13201
+ this.scrollInView(this.focusedOptionIndex);
13202
+ }
12953
13203
  this.$emit('focus', event);
12954
13204
  },
12955
13205
  onBlur: function onBlur(event) {
@@ -13016,6 +13266,7 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13016
13266
  }
13017
13267
  break;
13018
13268
  }
13269
+ this.clicked = false;
13019
13270
  },
13020
13271
  onEditableInput: function onEditableInput(event) {
13021
13272
  var value = event.target.value;
@@ -13034,9 +13285,11 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13034
13285
  } else if (!this.overlay || !this.overlay.contains(event.target)) {
13035
13286
  this.overlayVisible ? this.hide(true) : this.show(true);
13036
13287
  }
13288
+ this.clicked = true;
13037
13289
  },
13038
13290
  onClearClick: function onClearClick(event) {
13039
13291
  this.updateModel(event, null);
13292
+ this.resetFilterOnClear && (this.filterValue = null);
13040
13293
  },
13041
13294
  onFirstHiddenFocus: function onFirstHiddenFocus(event) {
13042
13295
  var focusableEl = event.relatedTarget === this.$refs.focusInput ? utils.DomHandler.getFirstFocusableElement(this.overlay, ':not([data-p-hidden-focusable="true"])') : this.$refs.focusInput;
@@ -13125,9 +13378,13 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13125
13378
  }
13126
13379
  },
13127
13380
  onArrowDownKey: function onArrowDownKey(event) {
13128
- var optionIndex = this.focusedOptionIndex !== -1 ? this.findNextOptionIndex(this.focusedOptionIndex) : this.findFirstFocusedOptionIndex();
13129
- this.changeFocusedOptionIndex(event, optionIndex);
13130
- !this.overlayVisible && this.show();
13381
+ if (!this.overlayVisible) {
13382
+ this.show();
13383
+ this.editable && this.changeFocusedOptionIndex(event, this.findSelectedOptionIndex());
13384
+ } else {
13385
+ var optionIndex = this.focusedOptionIndex !== -1 ? this.findNextOptionIndex(this.focusedOptionIndex) : this.clicked ? this.findFirstOptionIndex() : this.findFirstFocusedOptionIndex();
13386
+ this.changeFocusedOptionIndex(event, optionIndex);
13387
+ }
13131
13388
  event.preventDefault();
13132
13389
  },
13133
13390
  onArrowUpKey: function onArrowUpKey(event) {
@@ -13139,7 +13396,7 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13139
13396
  this.overlayVisible && this.hide();
13140
13397
  event.preventDefault();
13141
13398
  } else {
13142
- var optionIndex = this.focusedOptionIndex !== -1 ? this.findPrevOptionIndex(this.focusedOptionIndex) : this.findLastFocusedOptionIndex();
13399
+ var optionIndex = this.focusedOptionIndex !== -1 ? this.findPrevOptionIndex(this.focusedOptionIndex) : this.clicked ? this.findLastOptionIndex() : this.findLastFocusedOptionIndex();
13143
13400
  this.changeFocusedOptionIndex(event, optionIndex);
13144
13401
  !this.overlayVisible && this.show();
13145
13402
  event.preventDefault();
@@ -13183,6 +13440,7 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13183
13440
  },
13184
13441
  onEnterKey: function onEnterKey(event) {
13185
13442
  if (!this.overlayVisible) {
13443
+ this.focusedOptionIndex = -1; // reset
13186
13444
  this.onArrowDownKey(event);
13187
13445
  } else {
13188
13446
  if (this.focusedOptionIndex !== -1) {
@@ -13329,7 +13587,8 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13329
13587
  return utils.DomHandler.getFocusableElements(this.overlay, ':not([data-p-hidden-focusable="true"])').length > 0;
13330
13588
  },
13331
13589
  isOptionMatched: function isOptionMatched(option) {
13332
- return this.isValidOption(option) && this.getOptionLabel(option).toLocaleLowerCase(this.filterLocale).startsWith(this.searchValue.toLocaleLowerCase(this.filterLocale));
13590
+ var _this$getOptionLabel;
13591
+ return this.isValidOption(option) && ((_this$getOptionLabel = this.getOptionLabel(option)) === null || _this$getOptionLabel === void 0 ? void 0 : _this$getOptionLabel.toLocaleLowerCase(this.filterLocale).startsWith(this.searchValue.toLocaleLowerCase(this.filterLocale)));
13333
13592
  },
13334
13593
  isValidOption: function isValidOption(option) {
13335
13594
  return utils.ObjectUtils.isNotEmpty(option) && !(this.isOptionDisabled(option) || this.isOptionGroup(option));
@@ -13385,26 +13644,28 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13385
13644
  this.searchValue = (this.searchValue || '') + _char;
13386
13645
  var optionIndex = -1;
13387
13646
  var matched = false;
13388
- if (this.focusedOptionIndex !== -1) {
13389
- optionIndex = this.visibleOptions.slice(this.focusedOptionIndex).findIndex(function (option) {
13390
- return _this12.isOptionMatched(option);
13391
- });
13392
- optionIndex = optionIndex === -1 ? this.visibleOptions.slice(0, this.focusedOptionIndex).findIndex(function (option) {
13393
- return _this12.isOptionMatched(option);
13394
- }) : optionIndex + this.focusedOptionIndex;
13395
- } else {
13396
- optionIndex = this.visibleOptions.findIndex(function (option) {
13397
- return _this12.isOptionMatched(option);
13398
- });
13399
- }
13400
- if (optionIndex !== -1) {
13401
- matched = true;
13402
- }
13403
- if (optionIndex === -1 && this.focusedOptionIndex === -1) {
13404
- optionIndex = this.findFirstFocusedOptionIndex();
13405
- }
13406
- if (optionIndex !== -1) {
13407
- this.changeFocusedOptionIndex(event, optionIndex);
13647
+ if (utils.ObjectUtils.isNotEmpty(this.searchValue)) {
13648
+ if (this.focusedOptionIndex !== -1) {
13649
+ optionIndex = this.visibleOptions.slice(this.focusedOptionIndex).findIndex(function (option) {
13650
+ return _this12.isOptionMatched(option);
13651
+ });
13652
+ optionIndex = optionIndex === -1 ? this.visibleOptions.slice(0, this.focusedOptionIndex).findIndex(function (option) {
13653
+ return _this12.isOptionMatched(option);
13654
+ }) : optionIndex + this.focusedOptionIndex;
13655
+ } else {
13656
+ optionIndex = this.visibleOptions.findIndex(function (option) {
13657
+ return _this12.isOptionMatched(option);
13658
+ });
13659
+ }
13660
+ if (optionIndex !== -1) {
13661
+ matched = true;
13662
+ }
13663
+ if (optionIndex === -1 && this.focusedOptionIndex === -1) {
13664
+ optionIndex = this.findFirstFocusedOptionIndex();
13665
+ }
13666
+ if (optionIndex !== -1) {
13667
+ this.changeFocusedOptionIndex(event, optionIndex);
13668
+ }
13408
13669
  }
13409
13670
  if (this.searchTimeout) {
13410
13671
  clearTimeout(this.searchTimeout);
@@ -13427,18 +13688,18 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13427
13688
  scrollInView: function scrollInView() {
13428
13689
  var _this13 = this;
13429
13690
  var index = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : -1;
13430
- var id = index !== -1 ? "".concat(this.id, "_").concat(index) : this.focusedOptionId;
13431
- var element = utils.DomHandler.findSingle(this.list, "li[id=\"".concat(id, "\"]"));
13432
- if (element) {
13433
- element.scrollIntoView && element.scrollIntoView({
13434
- block: 'nearest',
13435
- inline: 'start'
13436
- });
13437
- } else if (!this.virtualScrollerDisabled) {
13438
- setTimeout(function () {
13691
+ this.$nextTick(function () {
13692
+ var id = index !== -1 ? "".concat(_this13.id, "_").concat(index) : _this13.focusedOptionId;
13693
+ var element = utils.DomHandler.findSingle(_this13.list, "li[id=\"".concat(id, "\"]"));
13694
+ if (element) {
13695
+ element.scrollIntoView && element.scrollIntoView({
13696
+ block: 'nearest',
13697
+ inline: 'start'
13698
+ });
13699
+ } else if (!_this13.virtualScrollerDisabled) {
13439
13700
  _this13.virtualScroller && _this13.virtualScroller.scrollToIndex(index !== -1 ? index : _this13.focusedOptionIndex);
13440
- }, 0);
13441
- }
13701
+ }
13702
+ });
13442
13703
  },
13443
13704
  autoUpdateModel: function autoUpdateModel() {
13444
13705
  if (this.selectOnFocus && this.autoOptionFocus && !this.hasSelectedOption) {
@@ -13561,7 +13822,9 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13561
13822
  TimesIcon: TimesIcon__default["default"],
13562
13823
  ChevronDownIcon: ChevronDownIcon__default["default"],
13563
13824
  SpinnerIcon: SpinnerIcon__default["default"],
13564
- FilterIcon: FilterIcon__default["default"]
13825
+ FilterIcon: FilterIcon__default["default"],
13826
+ CheckIcon: CheckIcon__default["default"],
13827
+ BlankIcon: BlankIcon__default["default"]
13565
13828
  }
13566
13829
  };
13567
13830
 
@@ -13580,6 +13843,8 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13580
13843
  var _hoisted_7 = ["id", "aria-label", "aria-selected", "aria-disabled", "aria-setsize", "aria-posinset", "onClick", "onMousemove", "data-p-highlight", "data-p-focused", "data-p-disabled"];
13581
13844
  function render(_ctx, _cache, $props, $setup, $data, $options) {
13582
13845
  var _component_SpinnerIcon = vue.resolveComponent("SpinnerIcon");
13846
+ var _component_CheckIcon = vue.resolveComponent("CheckIcon");
13847
+ var _component_BlankIcon = vue.resolveComponent("BlankIcon");
13583
13848
  var _component_VirtualScroller = vue.resolveComponent("VirtualScroller");
13584
13849
  var _component_Portal = vue.resolveComponent("Portal");
13585
13850
  var _directive_ripple = vue.resolveDirective("ripple");
@@ -13812,7 +14077,9 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13812
14077
  option: option.optionGroup,
13813
14078
  index: $options.getOptionIndex(i, getItemOptions)
13814
14079
  }, function () {
13815
- return [vue.createTextVNode(vue.toDisplayString($options.getOptionGroupLabel(option.optionGroup)), 1)];
14080
+ return [vue.createElementVNode("span", vue.mergeProps({
14081
+ "class": _ctx.cx('itemGroupLabel')
14082
+ }, _ctx.ptm('itemGroupLabel')), vue.toDisplayString($options.getOptionGroupLabel(option.optionGroup)), 17)];
13816
14083
  })], 16, _hoisted_6)) : vue.withDirectives((vue.openBlock(), vue.createElementBlock("li", vue.mergeProps({
13817
14084
  key: 1,
13818
14085
  id: $data.id + '_' + $options.getOptionIndex(i, getItemOptions),
@@ -13838,11 +14105,21 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13838
14105
  "data-p-highlight": $options.isSelected(option),
13839
14106
  "data-p-focused": $data.focusedOptionIndex === $options.getOptionIndex(i, getItemOptions),
13840
14107
  "data-p-disabled": $options.isOptionDisabled(option)
13841
- }, $options.getPTItemOptions(option, getItemOptions, i, 'item')), [vue.renderSlot(_ctx.$slots, "option", {
14108
+ }, $options.getPTItemOptions(option, getItemOptions, i, 'item')), [_ctx.checkmark ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, {
14109
+ key: 0
14110
+ }, [$options.isSelected(option) ? (vue.openBlock(), vue.createBlock(_component_CheckIcon, vue.mergeProps({
14111
+ key: 0,
14112
+ "class": _ctx.cx('checkIcon')
14113
+ }, _ctx.ptm('checkIcon')), null, 16, ["class"])) : (vue.openBlock(), vue.createBlock(_component_BlankIcon, vue.mergeProps({
14114
+ key: 1,
14115
+ "class": _ctx.cx('blankIcon')
14116
+ }, _ctx.ptm('blankIcon')), null, 16, ["class"]))], 64)) : vue.createCommentVNode("", true), vue.renderSlot(_ctx.$slots, "option", {
13842
14117
  option: option,
13843
14118
  index: $options.getOptionIndex(i, getItemOptions)
13844
14119
  }, function () {
13845
- return [vue.createTextVNode(vue.toDisplayString($options.getOptionLabel(option)), 1)];
14120
+ return [vue.createElementVNode("span", vue.mergeProps({
14121
+ "class": _ctx.cx('itemLabel')
14122
+ }, _ctx.ptm('itemLabel')), vue.toDisplayString($options.getOptionLabel(option)), 17)];
13846
14123
  })], 16, _hoisted_7)), [[_directive_ripple]])], 64);
13847
14124
  }), 128)), $data.filterValue && (!items || items && items.length === 0) ? (vue.openBlock(), vue.createElementBlock("li", vue.mergeProps({
13848
14125
  key: 0,
@@ -13913,7 +14190,7 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13913
14190
 
13914
14191
  return script;
13915
14192
 
13916
- })(primevue.api, primevue.icons.chevrondown, primevue.icons.filter, primevue.icons.spinner, primevue.icons.times, primevue.overlayeventbus, primevue.portal, primevue.ripple, primevue.utils, primevue.virtualscroller, primevue.basecomponent, primevue.dropdown.style, Vue);
14193
+ })(primevue.api, primevue.icons.blank, primevue.icons.check, primevue.icons.chevrondown, primevue.icons.filter, primevue.icons.spinner, primevue.icons.times, primevue.overlayeventbus, primevue.portal, primevue.ripple, primevue.utils, primevue.virtualscroller, primevue.basecomponent, primevue.dropdown.style, Vue);
13917
14194
 
13918
14195
  this.primevue = this.primevue || {};
13919
14196
  this.primevue.dialog = (function (FocusTrap, TimesIcon, WindowMaximizeIcon, WindowMinimizeIcon, Portal, Ripple, utils, vue, BaseComponent, DialogStyle) {
@@ -15387,7 +15664,7 @@ this.primevue.paginator = (function (utils, BaseComponent, PaginatorStyle, vue,
15387
15664
  })(primevue.utils, primevue.basecomponent, primevue.paginator.style, Vue, primevue.icons.angledoubleleft, primevue.ripple, primevue.dropdown, primevue.inputnumber, primevue.icons.angledoubleright, primevue.icons.angleright, primevue.icons.angleleft);
15388
15665
 
15389
15666
  this.primevue = this.primevue || {};
15390
- this.primevue.tree = (function (SearchIcon, SpinnerIcon, utils, BaseComponent, TreeStyle, CheckIcon, ChevronDownIcon, ChevronRightIcon, MinusIcon, Ripple, vue) {
15667
+ this.primevue.tree = (function (SearchIcon, SpinnerIcon, utils, BaseComponent, TreeStyle, Checkbox, CheckIcon, ChevronDownIcon, ChevronRightIcon, MinusIcon, Ripple, vue) {
15391
15668
  'use strict';
15392
15669
 
15393
15670
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -15396,6 +15673,7 @@ this.primevue.tree = (function (SearchIcon, SpinnerIcon, utils, BaseComponent, T
15396
15673
  var SpinnerIcon__default = /*#__PURE__*/_interopDefaultLegacy(SpinnerIcon);
15397
15674
  var BaseComponent__default = /*#__PURE__*/_interopDefaultLegacy(BaseComponent);
15398
15675
  var TreeStyle__default = /*#__PURE__*/_interopDefaultLegacy(TreeStyle);
15676
+ var Checkbox__default = /*#__PURE__*/_interopDefaultLegacy(Checkbox);
15399
15677
  var CheckIcon__default = /*#__PURE__*/_interopDefaultLegacy(CheckIcon);
15400
15678
  var ChevronDownIcon__default = /*#__PURE__*/_interopDefaultLegacy(ChevronDownIcon);
15401
15679
  var ChevronRightIcon__default = /*#__PURE__*/_interopDefaultLegacy(ChevronRightIcon);
@@ -15458,6 +15736,10 @@ this.primevue.tree = (function (SearchIcon, SpinnerIcon, utils, BaseComponent, T
15458
15736
  type: String,
15459
15737
  "default": undefined
15460
15738
  },
15739
+ highlightOnSelect: {
15740
+ type: Boolean,
15741
+ "default": false
15742
+ },
15461
15743
  scrollHeight: {
15462
15744
  type: String,
15463
15745
  "default": null
@@ -15844,6 +16126,7 @@ this.primevue.tree = (function (SearchIcon, SpinnerIcon, utils, BaseComponent, T
15844
16126
  }
15845
16127
  },
15846
16128
  components: {
16129
+ Checkbox: Checkbox__default["default"],
15847
16130
  ChevronDownIcon: ChevronDownIcon__default["default"],
15848
16131
  ChevronRightIcon: ChevronRightIcon__default["default"],
15849
16132
  CheckIcon: CheckIcon__default["default"],
@@ -15857,9 +16140,9 @@ this.primevue.tree = (function (SearchIcon, SpinnerIcon, utils, BaseComponent, T
15857
16140
 
15858
16141
  var _hoisted_1$1 = ["aria-label", "aria-selected", "aria-expanded", "aria-setsize", "aria-posinset", "aria-level", "aria-checked", "tabindex"];
15859
16142
  var _hoisted_2$1 = ["data-p-highlight", "data-p-selectable"];
15860
- var _hoisted_3 = ["data-p-checked", "data-p-partialchecked"];
15861
16143
  function render$1(_ctx, _cache, $props, $setup, $data, $options) {
15862
16144
  var _component_SpinnerIcon = vue.resolveComponent("SpinnerIcon");
16145
+ var _component_Checkbox = vue.resolveComponent("Checkbox");
15863
16146
  var _component_TreeNode = vue.resolveComponent("TreeNode", true);
15864
16147
  var _directive_ripple = vue.resolveDirective("ripple");
15865
16148
  return vue.openBlock(), vue.createElementBlock("li", vue.mergeProps({
@@ -15919,25 +16202,30 @@ this.primevue.tree = (function (SearchIcon, SpinnerIcon, utils, BaseComponent, T
15919
16202
  }, $options.getPTOptions('togglerIcon')), null, 16, ["class"])) : (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.node.collapsedIcon ? 'span' : 'ChevronRightIcon'), vue.mergeProps({
15920
16203
  key: 2,
15921
16204
  "class": _ctx.cx('togglerIcon')
15922
- }, $options.getPTOptions('togglerIcon')), null, 16, ["class"]))], 64))], 16)), [[_directive_ripple]]), $options.checkboxMode ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
16205
+ }, $options.getPTOptions('togglerIcon')), null, 16, ["class"]))], 64))], 16)), [[_directive_ripple]]), $options.checkboxMode ? (vue.openBlock(), vue.createBlock(_component_Checkbox, {
15923
16206
  key: 0,
15924
- "class": _ctx.cx('checkboxContainer'),
15925
- "aria-hidden": "true"
15926
- }, $options.getPTOptions('checkboxContainer')), [vue.createElementVNode("div", vue.mergeProps({
15927
- "class": _ctx.cx('checkbox'),
15928
- role: "checkbox"
15929
- }, $options.getPTOptions('checkbox'), {
16207
+ modelValue: $options.checked,
16208
+ binary: true,
16209
+ "class": vue.normalizeClass(_ctx.cx('nodeCheckbox')),
16210
+ tabindex: -1,
16211
+ unstyled: _ctx.unstyled,
16212
+ pt: $options.getPTOptions('nodeCheckbox'),
15930
16213
  "data-p-checked": $options.checked,
15931
16214
  "data-p-partialchecked": $options.partialChecked
15932
- }), [$props.templates['checkboxicon'] ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates['checkboxicon']), {
15933
- key: 0,
15934
- checked: $options.checked,
15935
- partialChecked: $options.partialChecked,
15936
- "class": vue.normalizeClass(_ctx.cx('checkboxIcon'))
15937
- }, null, 8, ["checked", "partialChecked", "class"])) : (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($options.checked ? 'CheckIcon' : $options.partialChecked ? 'MinusIcon' : null), vue.mergeProps({
15938
- key: 1,
15939
- "class": _ctx.cx('checkboxIcon')
15940
- }, $options.getPTOptions('checkboxIcon')), null, 16, ["class"]))], 16, _hoisted_3)], 16)) : vue.createCommentVNode("", true), vue.createElementVNode("span", vue.mergeProps({
16215
+ }, {
16216
+ icon: vue.withCtx(function (slotProps) {
16217
+ return [$props.templates['checkboxicon'] ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates['checkboxicon']), {
16218
+ key: 0,
16219
+ checked: slotProps.checked,
16220
+ partialChecked: $options.partialChecked,
16221
+ "class": vue.normalizeClass(slotProps["class"])
16222
+ }, null, 8, ["checked", "partialChecked", "class"])) : (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($options.checked ? 'CheckIcon' : $options.partialChecked ? 'MinusIcon' : null), vue.mergeProps({
16223
+ key: 1,
16224
+ "class": slotProps["class"]
16225
+ }, $options.getPTOptions('nodeCheckbox.icon')), null, 16, ["class"]))];
16226
+ }),
16227
+ _: 1
16228
+ }, 8, ["modelValue", "class", "unstyled", "pt", "data-p-checked", "data-p-partialchecked"])) : vue.createCommentVNode("", true), vue.createElementVNode("span", vue.mergeProps({
15941
16229
  "class": [_ctx.cx('nodeIcon'), $props.node.icon]
15942
16230
  }, $options.getPTOptions('nodeIcon')), null, 16), vue.createElementVNode("span", vue.mergeProps({
15943
16231
  "class": _ctx.cx('label')
@@ -15964,8 +16252,9 @@ this.primevue.tree = (function (SearchIcon, SpinnerIcon, utils, BaseComponent, T
15964
16252
  selectionMode: $props.selectionMode,
15965
16253
  selectionKeys: $props.selectionKeys,
15966
16254
  onCheckboxChange: $options.propagateUp,
16255
+ unstyled: _ctx.unstyled,
15967
16256
  pt: _ctx.pt
15968
- }, null, 8, ["node", "templates", "level", "expandedKeys", "onNodeToggle", "onNodeClick", "selectionMode", "selectionKeys", "onCheckboxChange", "pt"]);
16257
+ }, null, 8, ["node", "templates", "level", "expandedKeys", "onNodeToggle", "onNodeClick", "selectionMode", "selectionKeys", "onCheckboxChange", "unstyled", "pt"]);
15969
16258
  }), 128))], 16)) : vue.createCommentVNode("", true)], 16, _hoisted_1$1);
15970
16259
  }
15971
16260
 
@@ -16263,9 +16552,9 @@ this.primevue.tree = (function (SearchIcon, SpinnerIcon, utils, BaseComponent, T
16263
16552
  selectionKeys: _ctx.selectionKeys,
16264
16553
  onCheckboxChange: $options.onCheckboxChange,
16265
16554
  loadingMode: _ctx.loadingMode,
16266
- pt: _ctx.pt,
16267
- unstyled: _ctx.unstyled
16268
- }, null, 8, ["node", "templates", "level", "index", "expandedKeys", "onNodeToggle", "onNodeClick", "selectionMode", "selectionKeys", "onCheckboxChange", "loadingMode", "pt", "unstyled"]);
16555
+ unstyled: _ctx.unstyled,
16556
+ pt: _ctx.pt
16557
+ }, null, 8, ["node", "templates", "level", "index", "expandedKeys", "onNodeToggle", "onNodeClick", "selectionMode", "selectionKeys", "onCheckboxChange", "loadingMode", "unstyled", "pt"]);
16269
16558
  }), 128))], 16, _hoisted_2)], 16)], 16);
16270
16559
  }
16271
16560
 
@@ -16273,7 +16562,7 @@ this.primevue.tree = (function (SearchIcon, SpinnerIcon, utils, BaseComponent, T
16273
16562
 
16274
16563
  return script;
16275
16564
 
16276
- })(primevue.icons.search, primevue.icons.spinner, primevue.utils, primevue.basecomponent, primevue.tree.style, primevue.icons.check, primevue.icons.chevrondown, primevue.icons.chevronright, primevue.icons.minus, primevue.ripple, Vue);
16565
+ })(primevue.icons.search, primevue.icons.spinner, primevue.utils, primevue.basecomponent, primevue.tree.style, primevue.checkbox, primevue.icons.check, primevue.icons.chevrondown, primevue.icons.chevronright, primevue.icons.minus, primevue.ripple, Vue);
16277
16566
 
16278
16567
  this.primevue = this.primevue || {};
16279
16568
  this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, MenuStyle, Ripple, vue) {
@@ -17642,7 +17931,8 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
17642
17931
  }
17643
17932
  },
17644
17933
  isItemMatched: function isItemMatched(processedItem) {
17645
- return this.isValidItem(processedItem) && this.getProccessedItemLabel(processedItem).toLocaleLowerCase().startsWith(this.searchValue.toLocaleLowerCase());
17934
+ var _this$getProccessedIt;
17935
+ return this.isValidItem(processedItem) && ((_this$getProccessedIt = this.getProccessedItemLabel(processedItem)) === null || _this$getProccessedIt === void 0 ? void 0 : _this$getProccessedIt.toLocaleLowerCase().startsWith(this.searchValue.toLocaleLowerCase()));
17646
17936
  },
17647
17937
  isValidItem: function isValidItem(processedItem) {
17648
17938
  return !!processedItem && !this.isItemDisabled(processedItem.item) && !this.isItemSeparator(processedItem.item);