primevue 4.1.1 → 4.2.1

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 (493) hide show
  1. package/accordion/index.mjs.map +1 -1
  2. package/accordion/style/index.mjs +1 -1
  3. package/accordion/style/index.mjs.map +1 -1
  4. package/accordioncontent/index.mjs.map +1 -1
  5. package/accordioncontent/style/index.mjs.map +1 -1
  6. package/accordionheader/index.mjs.map +1 -1
  7. package/accordionheader/style/index.mjs.map +1 -1
  8. package/accordionpanel/index.mjs.map +1 -1
  9. package/accordionpanel/style/index.mjs.map +1 -1
  10. package/accordiontab/index.mjs.map +1 -1
  11. package/accordiontab/style/index.mjs.map +1 -1
  12. package/animateonscroll/index.mjs.map +1 -1
  13. package/animateonscroll/style/index.mjs.map +1 -1
  14. package/autocomplete/AutoComplete.vue +36 -32
  15. package/autocomplete/BaseAutoComplete.vue +2 -19
  16. package/autocomplete/index.d.ts +21 -0
  17. package/autocomplete/index.mjs +40 -53
  18. package/autocomplete/index.mjs.map +1 -1
  19. package/autocomplete/style/index.mjs +7 -7
  20. package/autocomplete/style/index.mjs.map +1 -1
  21. package/avatar/index.mjs.map +1 -1
  22. package/avatar/style/index.mjs +1 -1
  23. package/avatar/style/index.mjs.map +1 -1
  24. package/avatargroup/index.mjs.map +1 -1
  25. package/avatargroup/style/index.mjs.map +1 -1
  26. package/badge/index.mjs.map +1 -1
  27. package/badge/style/index.mjs.map +1 -1
  28. package/badgedirective/index.d.ts +2 -2
  29. package/badgedirective/index.mjs.map +1 -1
  30. package/badgedirective/style/index.mjs.map +1 -1
  31. package/blockui/index.mjs.map +1 -1
  32. package/blockui/style/index.mjs.map +1 -1
  33. package/breadcrumb/Breadcrumb.vue +1 -1
  34. package/breadcrumb/index.mjs +2 -1
  35. package/breadcrumb/index.mjs.map +1 -1
  36. package/breadcrumb/style/index.d.ts +4 -0
  37. package/breadcrumb/style/index.mjs +2 -1
  38. package/breadcrumb/style/index.mjs.map +1 -1
  39. package/button/BaseButton.vue +4 -0
  40. package/button/index.d.ts +6 -0
  41. package/button/index.mjs +4 -0
  42. package/button/index.mjs.map +1 -1
  43. package/button/style/index.mjs +3 -3
  44. package/button/style/index.mjs.map +1 -1
  45. package/buttongroup/index.mjs.map +1 -1
  46. package/buttongroup/style/index.mjs +1 -1
  47. package/buttongroup/style/index.mjs.map +1 -1
  48. package/calendar/index.mjs.map +1 -1
  49. package/calendar/style/index.mjs.map +1 -1
  50. package/card/index.mjs.map +1 -1
  51. package/card/style/index.mjs.map +1 -1
  52. package/carousel/index.mjs.map +1 -1
  53. package/carousel/style/index.mjs +1 -1
  54. package/carousel/style/index.mjs.map +1 -1
  55. package/cascadeselect/BaseCascadeSelect.vue +8 -14
  56. package/cascadeselect/CascadeSelect.vue +34 -25
  57. package/cascadeselect/index.d.ts +45 -0
  58. package/cascadeselect/index.mjs +50 -38
  59. package/cascadeselect/index.mjs.map +1 -1
  60. package/cascadeselect/style/index.d.ts +4 -0
  61. package/cascadeselect/style/index.mjs +8 -5
  62. package/cascadeselect/style/index.mjs.map +1 -1
  63. package/chart/index.mjs.map +1 -1
  64. package/chart/style/index.mjs.map +1 -1
  65. package/checkbox/BaseCheckbox.vue +2 -19
  66. package/checkbox/Checkbox.vue +18 -6
  67. package/checkbox/index.d.ts +17 -0
  68. package/checkbox/index.mjs +20 -25
  69. package/checkbox/index.mjs.map +1 -1
  70. package/checkbox/style/index.mjs +5 -3
  71. package/checkbox/style/index.mjs.map +1 -1
  72. package/checkboxgroup/BaseCheckboxGroup.vue +16 -0
  73. package/checkboxgroup/CheckboxGroup.vue +29 -0
  74. package/checkboxgroup/index.d.ts +160 -0
  75. package/checkboxgroup/index.mjs +46 -0
  76. package/checkboxgroup/index.mjs.map +1 -0
  77. package/checkboxgroup/package.json +11 -0
  78. package/checkboxgroup/style/index.d.ts +19 -0
  79. package/checkboxgroup/style/index.mjs +17 -0
  80. package/checkboxgroup/style/index.mjs.map +1 -0
  81. package/checkboxgroup/style/package.json +6 -0
  82. package/chip/index.mjs.map +1 -1
  83. package/chip/style/index.mjs +1 -1
  84. package/chip/style/index.mjs.map +1 -1
  85. package/chips/index.mjs.map +1 -1
  86. package/chips/style/index.mjs.map +1 -1
  87. package/colorpicker/BaseColorPicker.vue +2 -10
  88. package/colorpicker/ColorPicker.vue +7 -4
  89. package/colorpicker/index.d.ts +22 -0
  90. package/colorpicker/index.mjs +21 -23
  91. package/colorpicker/index.mjs.map +1 -1
  92. package/colorpicker/style/index.mjs +5 -3
  93. package/colorpicker/style/index.mjs.map +1 -1
  94. package/column/index.mjs.map +1 -1
  95. package/column/style/index.mjs.map +1 -1
  96. package/columngroup/index.mjs.map +1 -1
  97. package/columngroup/style/index.mjs.map +1 -1
  98. package/config/index.d.ts +4 -0
  99. package/confirmationservice/index.mjs.map +1 -1
  100. package/confirmdialog/index.mjs.map +1 -1
  101. package/confirmdialog/style/index.mjs.map +1 -1
  102. package/confirmpopup/index.mjs.map +1 -1
  103. package/confirmpopup/style/index.mjs +1 -1
  104. package/confirmpopup/style/index.mjs.map +1 -1
  105. package/contextmenu/index.mjs.map +1 -1
  106. package/contextmenu/style/index.mjs +1 -1
  107. package/contextmenu/style/index.mjs.map +1 -1
  108. package/datatable/BodyCell.vue +15 -6
  109. package/datatable/DataTable.vue +56 -2
  110. package/datatable/FooterCell.vue +15 -6
  111. package/datatable/HeaderCell.vue +15 -6
  112. package/datatable/index.d.ts +12 -8
  113. package/datatable/index.mjs +163 -78
  114. package/datatable/index.mjs.map +1 -1
  115. package/datatable/style/index.mjs +1 -1
  116. package/datatable/style/index.mjs.map +1 -1
  117. package/dataview/DataView.vue +33 -1
  118. package/dataview/index.d.ts +4 -0
  119. package/dataview/index.mjs +42 -6
  120. package/dataview/index.mjs.map +1 -1
  121. package/dataview/style/index.mjs.map +1 -1
  122. package/datepicker/BaseDatePicker.vue +2 -23
  123. package/datepicker/DatePicker.vue +39 -40
  124. package/datepicker/index.d.ts +21 -4
  125. package/datepicker/index.mjs +45 -65
  126. package/datepicker/index.mjs.map +1 -1
  127. package/datepicker/style/index.mjs +4 -5
  128. package/datepicker/style/index.mjs.map +1 -1
  129. package/deferredcontent/index.mjs.map +1 -1
  130. package/deferredcontent/style/index.mjs.map +1 -1
  131. package/dialog/index.mjs.map +1 -1
  132. package/dialog/style/index.mjs +1 -1
  133. package/dialog/style/index.mjs.map +1 -1
  134. package/dialogservice/index.mjs.map +1 -1
  135. package/divider/index.mjs.map +1 -1
  136. package/divider/style/index.mjs +1 -1
  137. package/divider/style/index.mjs.map +1 -1
  138. package/dock/index.mjs.map +1 -1
  139. package/dock/style/index.mjs +1 -1
  140. package/dock/style/index.mjs.map +1 -1
  141. package/drawer/index.mjs.map +1 -1
  142. package/drawer/style/index.mjs +1 -1
  143. package/drawer/style/index.mjs.map +1 -1
  144. package/dropdown/index.mjs.map +1 -1
  145. package/dropdown/style/index.mjs.map +1 -1
  146. package/dynamicdialog/index.mjs.map +1 -1
  147. package/dynamicdialog/style/index.mjs.map +1 -1
  148. package/editor/BaseEditor.vue +2 -3
  149. package/editor/Editor.vue +3 -3
  150. package/editor/index.d.ts +22 -0
  151. package/editor/index.mjs +5 -6
  152. package/editor/index.mjs.map +1 -1
  153. package/editor/style/index.mjs +7 -2
  154. package/editor/style/index.mjs.map +1 -1
  155. package/fieldset/index.mjs.map +1 -1
  156. package/fieldset/style/index.mjs +1 -1
  157. package/fieldset/style/index.mjs.map +1 -1
  158. package/fileupload/index.mjs.map +1 -1
  159. package/fileupload/style/index.mjs +1 -1
  160. package/fileupload/style/index.mjs.map +1 -1
  161. package/floatlabel/index.mjs.map +1 -1
  162. package/floatlabel/style/index.mjs +1 -1
  163. package/floatlabel/style/index.mjs.map +1 -1
  164. package/fluid/index.mjs.map +1 -1
  165. package/fluid/style/index.mjs.map +1 -1
  166. package/focustrap/index.mjs.map +1 -1
  167. package/focustrap/style/index.mjs.map +1 -1
  168. package/galleria/index.mjs.map +1 -1
  169. package/galleria/style/index.mjs +1 -1
  170. package/galleria/style/index.mjs.map +1 -1
  171. package/iconfield/index.mjs.map +1 -1
  172. package/iconfield/style/index.mjs +1 -1
  173. package/iconfield/style/index.mjs.map +1 -1
  174. package/iftalabel/index.mjs.map +1 -1
  175. package/iftalabel/style/index.mjs +1 -1
  176. package/iftalabel/style/index.mjs.map +1 -1
  177. package/image/index.mjs.map +1 -1
  178. package/image/style/index.mjs +1 -1
  179. package/image/style/index.mjs.map +1 -1
  180. package/imagecompare/ImageCompare.vue +33 -1
  181. package/imagecompare/index.mjs +35 -1
  182. package/imagecompare/index.mjs.map +1 -1
  183. package/imagecompare/style/index.mjs +1 -1
  184. package/imagecompare/style/index.mjs.map +1 -1
  185. package/index.d.ts +811 -0
  186. package/index.mjs +531 -0
  187. package/index.mjs.map +1 -0
  188. package/inlinemessage/index.mjs.map +1 -1
  189. package/inlinemessage/style/index.mjs.map +1 -1
  190. package/inplace/index.d.ts +0 -4
  191. package/inplace/index.mjs.map +1 -1
  192. package/inplace/style/index.mjs.map +1 -1
  193. package/inputchips/index.mjs.map +1 -1
  194. package/inputchips/style/index.mjs.map +1 -1
  195. package/inputgroup/index.mjs.map +1 -1
  196. package/inputgroup/style/index.mjs +1 -1
  197. package/inputgroup/style/index.mjs.map +1 -1
  198. package/inputgroupaddon/index.mjs.map +1 -1
  199. package/inputgroupaddon/style/index.mjs.map +1 -1
  200. package/inputicon/index.mjs.map +1 -1
  201. package/inputicon/style/index.mjs.map +1 -1
  202. package/inputmask/BaseInputMask.vue +2 -23
  203. package/inputmask/InputMask.vue +9 -14
  204. package/inputmask/index.d.ts +13 -0
  205. package/inputmask/index.mjs +13 -38
  206. package/inputmask/index.mjs.map +1 -1
  207. package/inputmask/style/index.mjs +1 -1
  208. package/inputmask/style/index.mjs.map +1 -1
  209. package/inputnumber/BaseInputNumber.vue +2 -22
  210. package/inputnumber/InputNumber.vue +14 -16
  211. package/inputnumber/index.d.ts +26 -0
  212. package/inputnumber/index.mjs +22 -39
  213. package/inputnumber/index.mjs.map +1 -1
  214. package/inputnumber/style/index.mjs +3 -3
  215. package/inputnumber/style/index.mjs.map +1 -1
  216. package/inputotp/BaseInputOtp.vue +2 -18
  217. package/inputotp/InputOtp.vue +4 -2
  218. package/inputotp/index.d.ts +21 -0
  219. package/inputotp/index.mjs +7 -21
  220. package/inputotp/index.mjs.map +1 -1
  221. package/inputotp/style/index.mjs +2 -2
  222. package/inputotp/style/index.mjs.map +1 -1
  223. package/inputswitch/index.mjs.map +1 -1
  224. package/inputswitch/style/index.mjs.map +1 -1
  225. package/inputtext/BaseInputText.vue +2 -21
  226. package/inputtext/InputText.vue +13 -22
  227. package/inputtext/index.d.ts +17 -0
  228. package/inputtext/index.mjs +16 -48
  229. package/inputtext/index.mjs.map +1 -1
  230. package/inputtext/style/index.mjs +7 -7
  231. package/inputtext/style/index.mjs.map +1 -1
  232. package/keyfilter/index.mjs.map +1 -1
  233. package/keyfilter/style/index.mjs.map +1 -1
  234. package/knob/BaseKnob.vue +2 -10
  235. package/knob/Knob.vue +23 -19
  236. package/knob/index.d.ts +24 -2
  237. package/knob/index.mjs +31 -32
  238. package/knob/index.mjs.map +1 -1
  239. package/knob/style/index.mjs +4 -2
  240. package/knob/style/index.mjs.map +1 -1
  241. package/listbox/BaseListbox.vue +2 -11
  242. package/listbox/Listbox.vue +21 -20
  243. package/listbox/index.d.ts +17 -0
  244. package/listbox/index.mjs +23 -31
  245. package/listbox/index.mjs.map +1 -1
  246. package/listbox/style/index.mjs +4 -3
  247. package/listbox/style/index.mjs.map +1 -1
  248. package/megamenu/index.mjs.map +1 -1
  249. package/megamenu/style/index.mjs +1 -1
  250. package/megamenu/style/index.mjs.map +1 -1
  251. package/menu/index.mjs.map +1 -1
  252. package/menu/style/index.mjs +1 -1
  253. package/menu/style/index.mjs.map +1 -1
  254. package/menubar/index.mjs.map +1 -1
  255. package/menubar/style/index.mjs +1 -1
  256. package/menubar/style/index.mjs.map +1 -1
  257. package/message/BaseMessage.vue +8 -0
  258. package/message/index.d.ts +9 -0
  259. package/message/index.mjs +8 -0
  260. package/message/index.mjs.map +1 -1
  261. package/message/style/index.mjs +7 -2
  262. package/message/style/index.mjs.map +1 -1
  263. package/metergroup/index.mjs.map +1 -1
  264. package/metergroup/style/index.mjs +1 -1
  265. package/metergroup/style/index.mjs.map +1 -1
  266. package/multiselect/BaseMultiSelect.vue +14 -19
  267. package/multiselect/MultiSelect.vue +45 -31
  268. package/multiselect/index.d.ts +50 -0
  269. package/multiselect/index.mjs +71 -52
  270. package/multiselect/index.mjs.map +1 -1
  271. package/multiselect/style/index.d.ts +4 -0
  272. package/multiselect/style/index.mjs +8 -5
  273. package/multiselect/style/index.mjs.map +1 -1
  274. package/orderlist/index.mjs.map +1 -1
  275. package/orderlist/style/index.mjs.map +1 -1
  276. package/organizationchart/index.mjs.map +1 -1
  277. package/organizationchart/style/index.mjs +1 -1
  278. package/organizationchart/style/index.mjs.map +1 -1
  279. package/overlaybadge/index.mjs.map +1 -1
  280. package/overlaybadge/style/index.mjs +1 -1
  281. package/overlaybadge/style/index.mjs.map +1 -1
  282. package/overlaypanel/index.mjs.map +1 -1
  283. package/overlaypanel/style/index.mjs.map +1 -1
  284. package/package.json +15 -6
  285. package/paginator/Paginator.vue +104 -84
  286. package/paginator/index.d.ts +54 -0
  287. package/paginator/index.mjs +21 -3
  288. package/paginator/index.mjs.map +1 -1
  289. package/paginator/style/index.mjs +1 -1
  290. package/paginator/style/index.mjs.map +1 -1
  291. package/panel/index.mjs.map +1 -1
  292. package/panel/style/index.mjs.map +1 -1
  293. package/panelmenu/index.mjs.map +1 -1
  294. package/panelmenu/style/index.mjs +1 -1
  295. package/panelmenu/style/index.mjs.map +1 -1
  296. package/passthrough/index.mjs.map +1 -1
  297. package/password/BasePassword.vue +2 -15
  298. package/password/Password.vue +13 -18
  299. package/password/index.d.ts +21 -0
  300. package/password/index.mjs +14 -32
  301. package/password/index.mjs.map +1 -1
  302. package/password/style/index.mjs +3 -3
  303. package/password/style/index.mjs.map +1 -1
  304. package/picklist/index.mjs.map +1 -1
  305. package/picklist/style/index.mjs.map +1 -1
  306. package/popover/index.mjs.map +1 -1
  307. package/popover/style/index.mjs +1 -1
  308. package/popover/style/index.mjs.map +1 -1
  309. package/portal/index.mjs.map +1 -1
  310. package/portal/style/index.mjs.map +1 -1
  311. package/progressbar/index.mjs.map +1 -1
  312. package/progressbar/style/index.mjs +1 -1
  313. package/progressbar/style/index.mjs.map +1 -1
  314. package/progressspinner/index.mjs.map +1 -1
  315. package/progressspinner/style/index.mjs.map +1 -1
  316. package/radiobutton/BaseRadioButton.vue +2 -19
  317. package/radiobutton/RadioButton.vue +15 -4
  318. package/radiobutton/index.d.ts +17 -0
  319. package/radiobutton/index.mjs +17 -23
  320. package/radiobutton/index.mjs.map +1 -1
  321. package/radiobutton/style/index.mjs +5 -3
  322. package/radiobutton/style/index.mjs.map +1 -1
  323. package/radiobuttongroup/BaseRadioButtonGroup.vue +16 -0
  324. package/radiobuttongroup/RadioButtonGroup.vue +29 -0
  325. package/radiobuttongroup/index.d.ts +160 -0
  326. package/radiobuttongroup/index.mjs +46 -0
  327. package/radiobuttongroup/index.mjs.map +1 -0
  328. package/radiobuttongroup/package.json +11 -0
  329. package/radiobuttongroup/style/index.d.ts +19 -0
  330. package/radiobuttongroup/style/index.mjs +17 -0
  331. package/radiobuttongroup/style/index.mjs.map +1 -0
  332. package/radiobuttongroup/style/package.json +6 -0
  333. package/rating/BaseRating.vue +2 -10
  334. package/rating/Rating.vue +17 -16
  335. package/rating/index.d.ts +18 -0
  336. package/rating/index.mjs +17 -23
  337. package/rating/index.mjs.map +1 -1
  338. package/rating/style/index.mjs +14 -5
  339. package/rating/style/index.mjs.map +1 -1
  340. package/ripple/index.mjs.map +1 -1
  341. package/ripple/style/index.mjs.map +1 -1
  342. package/row/index.mjs.map +1 -1
  343. package/row/style/index.mjs.map +1 -1
  344. package/scrollpanel/ScrollPanel.vue +38 -5
  345. package/scrollpanel/index.mjs +58 -28
  346. package/scrollpanel/index.mjs.map +1 -1
  347. package/scrollpanel/style/index.mjs +1 -1
  348. package/scrollpanel/style/index.mjs.map +1 -1
  349. package/scrolltop/index.mjs.map +1 -1
  350. package/scrolltop/style/index.mjs +1 -1
  351. package/scrolltop/style/index.mjs.map +1 -1
  352. package/select/BaseSelect.vue +2 -19
  353. package/select/Select.vue +15 -19
  354. package/select/index.d.ts +21 -0
  355. package/select/index.mjs +18 -40
  356. package/select/index.mjs.map +1 -1
  357. package/select/style/index.mjs +7 -5
  358. package/select/style/index.mjs.map +1 -1
  359. package/selectbutton/BaseSelectButton.vue +6 -8
  360. package/selectbutton/SelectButton.vue +9 -8
  361. package/selectbutton/index.d.ts +21 -0
  362. package/selectbutton/index.mjs +15 -16
  363. package/selectbutton/index.mjs.map +1 -1
  364. package/selectbutton/style/index.mjs +3 -3
  365. package/selectbutton/style/index.mjs.map +1 -1
  366. package/sidebar/index.mjs.map +1 -1
  367. package/sidebar/style/index.mjs.map +1 -1
  368. package/skeleton/index.mjs.map +1 -1
  369. package/skeleton/style/index.mjs +1 -1
  370. package/skeleton/style/index.mjs.map +1 -1
  371. package/slider/BaseSlider.vue +2 -7
  372. package/slider/Slider.vue +94 -38
  373. package/slider/index.d.ts +22 -0
  374. package/slider/index.mjs +145 -72
  375. package/slider/index.mjs.map +1 -1
  376. package/slider/style/index.mjs +4 -2
  377. package/slider/style/index.mjs.map +1 -1
  378. package/speeddial/index.mjs.map +1 -1
  379. package/speeddial/style/index.mjs +1 -1
  380. package/speeddial/style/index.mjs.map +1 -1
  381. package/splitbutton/index.mjs.map +1 -1
  382. package/splitbutton/style/index.mjs +1 -1
  383. package/splitbutton/style/index.mjs.map +1 -1
  384. package/splitter/Splitter.vue +31 -3
  385. package/splitter/index.mjs +50 -20
  386. package/splitter/index.mjs.map +1 -1
  387. package/splitter/style/index.mjs.map +1 -1
  388. package/splitterpanel/index.mjs.map +1 -1
  389. package/splitterpanel/style/index.mjs.map +1 -1
  390. package/step/index.mjs.map +1 -1
  391. package/step/style/index.mjs.map +1 -1
  392. package/stepitem/index.mjs.map +1 -1
  393. package/stepitem/style/index.mjs.map +1 -1
  394. package/steplist/index.mjs.map +1 -1
  395. package/steplist/style/index.mjs.map +1 -1
  396. package/steppanel/index.mjs.map +1 -1
  397. package/steppanel/style/index.mjs.map +1 -1
  398. package/steppanels/index.mjs.map +1 -1
  399. package/steppanels/style/index.mjs.map +1 -1
  400. package/stepper/index.mjs.map +1 -1
  401. package/stepper/style/index.mjs +1 -1
  402. package/stepper/style/index.mjs.map +1 -1
  403. package/steps/index.mjs.map +1 -1
  404. package/steps/style/index.mjs +1 -1
  405. package/steps/style/index.mjs.map +1 -1
  406. package/styleclass/index.mjs.map +1 -1
  407. package/styleclass/style/index.mjs.map +1 -1
  408. package/tab/index.mjs.map +1 -1
  409. package/tab/style/index.mjs.map +1 -1
  410. package/tablist/TabList.vue +40 -5
  411. package/tablist/index.mjs +38 -5
  412. package/tablist/index.mjs.map +1 -1
  413. package/tablist/style/index.mjs.map +1 -1
  414. package/tabmenu/index.mjs.map +1 -1
  415. package/tabmenu/style/index.mjs.map +1 -1
  416. package/tabpanel/index.mjs.map +1 -1
  417. package/tabpanel/style/index.mjs.map +1 -1
  418. package/tabpanels/index.mjs.map +1 -1
  419. package/tabpanels/style/index.mjs.map +1 -1
  420. package/tabs/index.mjs.map +1 -1
  421. package/tabs/style/index.mjs +1 -1
  422. package/tabs/style/index.mjs.map +1 -1
  423. package/tabview/index.mjs.map +1 -1
  424. package/tabview/style/index.mjs.map +1 -1
  425. package/tag/index.mjs.map +1 -1
  426. package/tag/style/index.mjs.map +1 -1
  427. package/terminal/index.mjs.map +1 -1
  428. package/terminal/style/index.mjs +1 -1
  429. package/terminal/style/index.mjs.map +1 -1
  430. package/textarea/BaseTextarea.vue +3 -16
  431. package/textarea/Textarea.vue +13 -19
  432. package/textarea/index.d.ts +21 -0
  433. package/textarea/index.mjs +14 -38
  434. package/textarea/index.mjs.map +1 -1
  435. package/textarea/style/index.mjs +7 -5
  436. package/textarea/style/index.mjs.map +1 -1
  437. package/tieredmenu/index.mjs.map +1 -1
  438. package/tieredmenu/style/index.mjs +1 -1
  439. package/tieredmenu/style/index.mjs.map +1 -1
  440. package/timeline/index.mjs.map +1 -1
  441. package/timeline/style/index.mjs.map +1 -1
  442. package/toast/Toast.vue +0 -1
  443. package/toast/index.mjs.map +1 -1
  444. package/toast/style/index.mjs +1 -1
  445. package/toast/style/index.mjs.map +1 -1
  446. package/toastservice/index.mjs.map +1 -1
  447. package/togglebutton/BaseToggleButton.vue +6 -11
  448. package/togglebutton/ToggleButton.vue +11 -7
  449. package/togglebutton/index.d.ts +21 -0
  450. package/togglebutton/index.mjs +20 -18
  451. package/togglebutton/index.mjs.map +1 -1
  452. package/togglebutton/style/index.mjs +4 -2
  453. package/togglebutton/style/index.mjs.map +1 -1
  454. package/toggleswitch/BaseToggleSwitch.vue +2 -14
  455. package/toggleswitch/ToggleSwitch.vue +4 -3
  456. package/toggleswitch/index.d.ts +17 -0
  457. package/toggleswitch/index.mjs +7 -17
  458. package/toggleswitch/index.mjs.map +1 -1
  459. package/toggleswitch/style/index.mjs +2 -2
  460. package/toggleswitch/style/index.mjs.map +1 -1
  461. package/toolbar/index.mjs.map +1 -1
  462. package/toolbar/style/index.mjs.map +1 -1
  463. package/tooltip/index.mjs.map +1 -1
  464. package/tooltip/style/index.mjs.map +1 -1
  465. package/tree/TreeNode.vue +1 -1
  466. package/tree/index.mjs +2 -2
  467. package/tree/index.mjs.map +1 -1
  468. package/tree/style/index.mjs +1 -1
  469. package/tree/style/index.mjs.map +1 -1
  470. package/treeselect/BaseTreeSelect.vue +18 -19
  471. package/treeselect/TreeSelect.vue +61 -18
  472. package/treeselect/index.d.ts +80 -26
  473. package/treeselect/index.mjs +87 -38
  474. package/treeselect/index.mjs.map +1 -1
  475. package/treeselect/style/index.d.ts +4 -0
  476. package/treeselect/style/index.mjs +8 -5
  477. package/treeselect/style/index.mjs.map +1 -1
  478. package/treetable/BodyCell.vue +21 -12
  479. package/treetable/FooterCell.vue +15 -6
  480. package/treetable/HeaderCell.vue +15 -6
  481. package/treetable/TreeTable.vue +57 -2
  482. package/treetable/index.d.ts +12 -8
  483. package/treetable/index.mjs +146 -59
  484. package/treetable/index.mjs.map +1 -1
  485. package/treetable/style/index.mjs +1 -1
  486. package/treetable/style/index.mjs.map +1 -1
  487. package/umd/primevue.min.js +1 -1
  488. package/useconfirm/index.mjs.map +1 -1
  489. package/usedialog/index.mjs.map +1 -1
  490. package/usetoast/index.mjs.map +1 -1
  491. package/virtualscroller/index.mjs.map +1 -1
  492. package/virtualscroller/style/index.mjs.map +1 -1
  493. package/web-types.json +1 -1
@@ -261,21 +261,30 @@ var script$4 = {
261
261
  },
262
262
  updateStickyPosition: function updateStickyPosition() {
263
263
  if (this.columnProp('frozen')) {
264
+ var isRTL = this.$parentInstance.isRTL;
264
265
  var align = this.columnProp('alignFrozen');
265
266
  if (align === 'right') {
266
- var right = 0;
267
+ var pos = 0;
267
268
  var next = getNextElementSibling(this.$el, '[data-p-frozen-column="true"]');
268
269
  if (next) {
269
- right = getOuterWidth(next) + parseFloat(next.style.right || 0);
270
+ pos = getOuterWidth(next) + parseFloat(next.style.right || 0);
271
+ }
272
+ if (isRTL) {
273
+ this.styleObject.left = pos + 'px';
274
+ } else {
275
+ this.styleObject.right = pos + 'px';
270
276
  }
271
- this.styleObject.right = right + 'px';
272
277
  } else {
273
- var left = 0;
278
+ var _pos = 0;
274
279
  var prev = getPreviousElementSibling(this.$el, '[data-p-frozen-column="true"]');
275
280
  if (prev) {
276
- left = getOuterWidth(prev) + parseFloat(prev.style.left || 0);
281
+ _pos = getOuterWidth(prev) + parseFloat(prev.style.left || 0);
282
+ }
283
+ if (isRTL) {
284
+ this.styleObject.right = _pos + 'px';
285
+ } else {
286
+ this.styleObject.left = _pos + 'px';
277
287
  }
278
- this.styleObject.left = left + 'px';
279
288
  }
280
289
  }
281
290
  }
@@ -399,21 +408,30 @@ var script$3 = {
399
408
  },
400
409
  updateStickyPosition: function updateStickyPosition() {
401
410
  if (this.columnProp('frozen')) {
411
+ var isRTL = this.$parentInstance.isRTL;
402
412
  var align = this.columnProp('alignFrozen');
403
413
  if (align === 'right') {
404
- var right = 0;
414
+ var pos = 0;
405
415
  var next = getNextElementSibling(this.$el, '[data-p-frozen-column="true"]');
406
416
  if (next) {
407
- right = getOuterWidth(next) + parseFloat(next.style.right || 0);
417
+ pos = getOuterWidth(next) + parseFloat(next.style.right || 0);
418
+ }
419
+ if (isRTL) {
420
+ this.styleObject.left = pos + 'px';
421
+ } else {
422
+ this.styleObject.right = pos + 'px';
408
423
  }
409
- this.styleObject.right = right + 'px';
410
424
  } else {
411
- var left = 0;
425
+ var _pos = 0;
412
426
  var prev = getPreviousElementSibling(this.$el, '[data-p-frozen-column="true"]');
413
427
  if (prev) {
414
- left = getOuterWidth(prev) + parseFloat(prev.style.left || 0);
428
+ _pos = getOuterWidth(prev) + parseFloat(prev.style.left || 0);
429
+ }
430
+ if (isRTL) {
431
+ this.styleObject.right = _pos + 'px';
432
+ } else {
433
+ this.styleObject.left = _pos + 'px';
415
434
  }
416
- this.styleObject.left = left + 'px';
417
435
  }
418
436
  var filterRow = this.$el.parentElement.nextElementSibling;
419
437
  if (filterRow) {
@@ -691,21 +709,30 @@ var script$2 = {
691
709
  },
692
710
  updateStickyPosition: function updateStickyPosition() {
693
711
  if (this.columnProp('frozen')) {
712
+ var isRTL = this.$parentInstance.isRTL;
694
713
  var align = this.columnProp('alignFrozen');
695
714
  if (align === 'right') {
696
- var right = 0;
715
+ var pos = 0;
697
716
  var next = getNextElementSibling(this.$el, '[data-p-frozen-column="true"]');
698
717
  if (next) {
699
- right = getOuterWidth(next) + parseFloat(next.style.right || 0);
718
+ pos = getOuterWidth(next) + parseFloat(next.style.right || 0);
719
+ }
720
+ if (isRTL) {
721
+ this.styleObject.left = pos + 'px';
722
+ } else {
723
+ this.styleObject.right = pos + 'px';
700
724
  }
701
- this.styleObject.right = right + 'px';
702
725
  } else {
703
- var left = 0;
726
+ var _pos = 0;
704
727
  var prev = getPreviousElementSibling(this.$el, '[data-p-frozen-column="true"]');
705
728
  if (prev) {
706
- left = getOuterWidth(prev) + parseFloat(prev.style.left || 0);
729
+ _pos = getOuterWidth(prev) + parseFloat(prev.style.left || 0);
730
+ }
731
+ if (isRTL) {
732
+ this.styleObject.right = _pos + 'px';
733
+ } else {
734
+ this.styleObject.left = _pos + 'px';
707
735
  }
708
- this.styleObject.left = left + 'px';
709
736
  }
710
737
  }
711
738
  },
@@ -793,19 +820,19 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
793
820
  key: 0,
794
821
  node: $props.node,
795
822
  expanded: $props.expanded,
796
- "class": normalizeClass(_ctx.cx('rowToggleIcon'))
823
+ "class": normalizeClass(_ctx.cx('nodeToggleIcon'))
797
824
  }, null, 8, ["node", "expanded", "class"])) : createCommentVNode("", true), $props.column.children && $props.column.children.rowtogglericon ? (openBlock(), createBlock(resolveDynamicComponent($props.column.children.rowtogglericon), {
798
825
  key: 1,
799
826
  node: $props.node,
800
827
  expanded: $props.expanded,
801
- "class": normalizeClass(_ctx.cx('rowToggleIcon'))
828
+ "class": normalizeClass(_ctx.cx('nodeToggleIcon'))
802
829
  }, null, 8, ["node", "expanded", "class"])) : $props.expanded ? (openBlock(), createBlock(resolveDynamicComponent($props.node.expandedIcon ? 'span' : 'ChevronDownIcon'), mergeProps({
803
830
  key: 2,
804
- "class": _ctx.cx('rowToggleIcon')
805
- }, $options.getColumnPT('rowToggleIcon')), null, 16, ["class"])) : (openBlock(), createBlock(resolveDynamicComponent($props.node.collapsedIcon ? 'span' : 'ChevronRightIcon'), mergeProps({
831
+ "class": _ctx.cx('nodeToggleIcon')
832
+ }, $options.getColumnPT('nodeToggleIcon')), null, 16, ["class"])) : (openBlock(), createBlock(resolveDynamicComponent($props.node.collapsedIcon ? 'span' : 'ChevronRightIcon'), mergeProps({
806
833
  key: 3,
807
- "class": _ctx.cx('rowToggleIcon')
808
- }, $options.getColumnPT('rowToggleIcon')), null, 16, ["class"]))], 64))], 16)), [[_directive_ripple]]) : createCommentVNode("", true), $options.checkboxSelectionMode && $options.columnProp('expander') ? (openBlock(), createBlock(_component_Checkbox, {
834
+ "class": _ctx.cx('nodeToggleIcon')
835
+ }, $options.getColumnPT('nodeToggleIcon')), null, 16, ["class"]))], 64))], 16)), [[_directive_ripple]]) : createCommentVNode("", true), $options.checkboxSelectionMode && $options.columnProp('expander') ? (openBlock(), createBlock(_component_Checkbox, {
809
836
  key: 1,
810
837
  modelValue: $props.checked,
811
838
  binary: true,
@@ -1369,13 +1396,15 @@ var script = {
1369
1396
  hasASelectedNode: false,
1370
1397
  d_columns: new HelperSet({
1371
1398
  type: 'Column'
1372
- })
1399
+ }),
1400
+ isRTL: false
1373
1401
  };
1374
1402
  },
1375
1403
  documentColumnResizeListener: null,
1376
1404
  documentColumnResizeEndListener: null,
1377
1405
  lastResizeHelperX: null,
1378
1406
  resizeColumnElement: null,
1407
+ mutationObserver: null,
1379
1408
  watch: {
1380
1409
  expandedKeys: function expandedKeys(newValue) {
1381
1410
  this.d_expandedKeys = newValue;
@@ -1396,11 +1425,33 @@ var script = {
1396
1425
  this.d_multiSortMeta = newValue;
1397
1426
  }
1398
1427
  },
1428
+ mounted: function mounted() {
1429
+ this.updateDirection();
1430
+ this.observeDirectionChanges();
1431
+ },
1399
1432
  beforeUnmount: function beforeUnmount() {
1400
1433
  this.destroyStyleElement();
1401
1434
  this.d_columns.clear();
1435
+ if (this.mutationObserver) {
1436
+ this.mutationObserver.disconnect();
1437
+ }
1402
1438
  },
1403
1439
  methods: {
1440
+ updateDirection: function updateDirection() {
1441
+ this.isRTL = !!this.$el.closest('[dir="rtl"]');
1442
+ },
1443
+ observeDirectionChanges: function observeDirectionChanges() {
1444
+ var _this = this;
1445
+ var targetNode = document.documentElement;
1446
+ var config = {
1447
+ attributes: true,
1448
+ attributeFilter: ['dir']
1449
+ };
1450
+ this.mutationObserver = new MutationObserver(function () {
1451
+ _this.updateDirection();
1452
+ });
1453
+ this.mutationObserver.observe(targetNode, config);
1454
+ },
1404
1455
  columnProp: function columnProp(col, prop) {
1405
1456
  return getVNodeProp(col, prop);
1406
1457
  },
@@ -1583,13 +1634,13 @@ var script = {
1583
1634
  return this.sortNodesSingle(nodes);
1584
1635
  },
1585
1636
  sortNodesSingle: function sortNodesSingle(nodes) {
1586
- var _this = this;
1637
+ var _this2 = this;
1587
1638
  var _nodes = _toConsumableArray(nodes);
1588
1639
  var comparer = localeComparator();
1589
1640
  _nodes.sort(function (node1, node2) {
1590
- var value1 = resolveFieldData(node1.data, _this.d_sortField);
1591
- var value2 = resolveFieldData(node2.data, _this.d_sortField);
1592
- return sort(value1, value2, _this.d_sortOrder, comparer);
1641
+ var value1 = resolveFieldData(node1.data, _this2.d_sortField);
1642
+ var value2 = resolveFieldData(node2.data, _this2.d_sortField);
1643
+ return sort(value1, value2, _this2.d_sortOrder, comparer);
1593
1644
  });
1594
1645
  return _nodes;
1595
1646
  },
@@ -1597,10 +1648,10 @@ var script = {
1597
1648
  return this.sortNodesMultiple(nodes);
1598
1649
  },
1599
1650
  sortNodesMultiple: function sortNodesMultiple(nodes) {
1600
- var _this2 = this;
1651
+ var _this3 = this;
1601
1652
  var _nodes = _toConsumableArray(nodes);
1602
1653
  _nodes.sort(function (node1, node2) {
1603
- return _this2.multisortField(node1, node2, 0);
1654
+ return _this3.multisortField(node1, node2, 0);
1604
1655
  });
1605
1656
  return _nodes;
1606
1657
  },
@@ -1737,13 +1788,13 @@ var script = {
1737
1788
  return node.leaf === false ? false : !(node.children && node.children.length);
1738
1789
  },
1739
1790
  createLazyLoadEvent: function createLazyLoadEvent(event) {
1740
- var _this3 = this;
1791
+ var _this4 = this;
1741
1792
  var filterMatchModes;
1742
1793
  if (this.hasFilters()) {
1743
1794
  filterMatchModes = {};
1744
1795
  this.columns.forEach(function (col) {
1745
- if (_this3.columnProp(col, 'field')) {
1746
- filterMatchModes[col.props.field] = _this3.columnProp(col, 'filterMatchMode');
1796
+ if (_this4.columnProp(col, 'field')) {
1797
+ filterMatchModes[col.props.field] = _this4.columnProp(col, 'filterMatchMode');
1747
1798
  }
1748
1799
  });
1749
1800
  }
@@ -1777,7 +1828,7 @@ var script = {
1777
1828
  this.$refs.resizeHelper.style.display = 'block';
1778
1829
  },
1779
1830
  onColumnResizeEnd: function onColumnResizeEnd() {
1780
- var delta = this.$refs.resizeHelper.offsetLeft - this.lastResizeHelperX;
1831
+ var delta = this.isRTL ? this.lastResizeHelperX - this.$refs.resizeHelper.offsetLeft : this.$refs.resizeHelper.offsetLeft - this.lastResizeHelperX;
1781
1832
  var columnWidth = this.resizeColumnElement.offsetWidth;
1782
1833
  var newColumnWidth = columnWidth + delta;
1783
1834
  var minWidth = this.resizeColumnElement.style.minWidth || 15;
@@ -1828,19 +1879,19 @@ var script = {
1828
1879
  this.styleElement.innerHTML = innerHTML;
1829
1880
  },
1830
1881
  bindColumnResizeEvents: function bindColumnResizeEvents() {
1831
- var _this4 = this;
1882
+ var _this5 = this;
1832
1883
  if (!this.documentColumnResizeListener) {
1833
1884
  this.documentColumnResizeListener = document.addEventListener('mousemove', function (event) {
1834
- if (_this4.columnResizing) {
1835
- _this4.onColumnResize(event);
1885
+ if (_this5.columnResizing) {
1886
+ _this5.onColumnResize(event);
1836
1887
  }
1837
1888
  });
1838
1889
  }
1839
1890
  if (!this.documentColumnResizeEndListener) {
1840
1891
  this.documentColumnResizeEndListener = document.addEventListener('mouseup', function () {
1841
- if (_this4.columnResizing) {
1842
- _this4.columnResizing = false;
1843
- _this4.onColumnResizeEnd();
1892
+ if (_this5.columnResizing) {
1893
+ _this5.columnResizing = false;
1894
+ _this5.onColumnResizeEnd();
1844
1895
  }
1845
1896
  });
1846
1897
  }
@@ -2054,18 +2105,36 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2054
2105
  pt: _ctx.ptm('pcPaginator')
2055
2106
  }, createSlots({
2056
2107
  _: 2
2057
- }, [_ctx.$slots.paginatorstart ? {
2108
+ }, [_ctx.$slots.paginatorcontainer ? {
2109
+ name: "container",
2110
+ fn: withCtx(function (slotProps) {
2111
+ return [renderSlot(_ctx.$slots, "paginatorcontainer", {
2112
+ first: slotProps.first,
2113
+ last: slotProps.last,
2114
+ rows: slotProps.rows,
2115
+ page: slotProps.page,
2116
+ pageCount: slotProps.pageCount,
2117
+ totalRecords: slotProps.totalRecords,
2118
+ firstPageCallback: slotProps.firstPageCallback,
2119
+ lastPageCallback: slotProps.lastPageCallback,
2120
+ prevPageCallback: slotProps.prevPageCallback,
2121
+ nextPageCallback: slotProps.nextPageCallback,
2122
+ rowChangeCallback: slotProps.rowChangeCallback
2123
+ })];
2124
+ }),
2125
+ key: "0"
2126
+ } : undefined, _ctx.$slots.paginatorstart ? {
2058
2127
  name: "start",
2059
2128
  fn: withCtx(function () {
2060
2129
  return [renderSlot(_ctx.$slots, "paginatorstart")];
2061
2130
  }),
2062
- key: "0"
2131
+ key: "1"
2063
2132
  } : undefined, _ctx.$slots.paginatorend ? {
2064
2133
  name: "end",
2065
2134
  fn: withCtx(function () {
2066
2135
  return [renderSlot(_ctx.$slots, "paginatorend")];
2067
2136
  }),
2068
- key: "1"
2137
+ key: "2"
2069
2138
  } : undefined, _ctx.$slots.paginatorfirstpagelinkicon ? {
2070
2139
  name: "firstpagelinkicon",
2071
2140
  fn: withCtx(function (slotProps) {
@@ -2073,7 +2142,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2073
2142
  "class": normalizeClass(slotProps["class"])
2074
2143
  })];
2075
2144
  }),
2076
- key: "2"
2145
+ key: "3"
2077
2146
  } : undefined, _ctx.$slots.paginatorprevpagelinkicon ? {
2078
2147
  name: "prevpagelinkicon",
2079
2148
  fn: withCtx(function (slotProps) {
@@ -2081,7 +2150,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2081
2150
  "class": normalizeClass(slotProps["class"])
2082
2151
  })];
2083
2152
  }),
2084
- key: "3"
2153
+ key: "4"
2085
2154
  } : undefined, _ctx.$slots.paginatornextpagelinkicon ? {
2086
2155
  name: "nextpagelinkicon",
2087
2156
  fn: withCtx(function (slotProps) {
@@ -2089,7 +2158,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2089
2158
  "class": normalizeClass(slotProps["class"])
2090
2159
  })];
2091
2160
  }),
2092
- key: "4"
2161
+ key: "5"
2093
2162
  } : undefined, _ctx.$slots.paginatorlastpagelinkicon ? {
2094
2163
  name: "lastpagelinkicon",
2095
2164
  fn: withCtx(function (slotProps) {
@@ -2097,7 +2166,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2097
2166
  "class": normalizeClass(slotProps["class"])
2098
2167
  })];
2099
2168
  }),
2100
- key: "5"
2169
+ key: "6"
2101
2170
  } : undefined, _ctx.$slots.paginatorjumptopagedropdownicon ? {
2102
2171
  name: "jumptopagedropdownicon",
2103
2172
  fn: withCtx(function (slotProps) {
@@ -2105,7 +2174,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2105
2174
  "class": normalizeClass(slotProps["class"])
2106
2175
  })];
2107
2176
  }),
2108
- key: "6"
2177
+ key: "7"
2109
2178
  } : undefined, _ctx.$slots.paginatorrowsperpagedropdownicon ? {
2110
2179
  name: "rowsperpagedropdownicon",
2111
2180
  fn: withCtx(function (slotProps) {
@@ -2113,7 +2182,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2113
2182
  "class": normalizeClass(slotProps["class"])
2114
2183
  })];
2115
2184
  }),
2116
- key: "7"
2185
+ key: "8"
2117
2186
  } : undefined]), 1032, ["rows", "first", "totalRecords", "pageLinkSize", "template", "rowsPerPageOptions", "currentPageReportTemplate", "class", "alwaysShow", "unstyled", "pt"])) : createCommentVNode("", true), createElementVNode("div", mergeProps({
2118
2187
  "class": _ctx.cx('tableContainer'),
2119
2188
  style: [_ctx.sx('tableContainer'), {
@@ -2240,18 +2309,36 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2240
2309
  pt: _ctx.ptm('pcPaginator')
2241
2310
  }, createSlots({
2242
2311
  _: 2
2243
- }, [_ctx.$slots.paginatorstart ? {
2312
+ }, [_ctx.$slots.paginatorcontainer ? {
2313
+ name: "container",
2314
+ fn: withCtx(function (slotProps) {
2315
+ return [renderSlot(_ctx.$slots, "paginatorcontainer", {
2316
+ first: slotProps.first,
2317
+ last: slotProps.last,
2318
+ rows: slotProps.rows,
2319
+ page: slotProps.page,
2320
+ pageCount: slotProps.pageCount,
2321
+ totalRecords: slotProps.totalRecords,
2322
+ firstPageCallback: slotProps.firstPageCallback,
2323
+ lastPageCallback: slotProps.lastPageCallback,
2324
+ prevPageCallback: slotProps.prevPageCallback,
2325
+ nextPageCallback: slotProps.nextPageCallback,
2326
+ rowChangeCallback: slotProps.rowChangeCallback
2327
+ })];
2328
+ }),
2329
+ key: "0"
2330
+ } : undefined, _ctx.$slots.paginatorstart ? {
2244
2331
  name: "start",
2245
2332
  fn: withCtx(function () {
2246
2333
  return [renderSlot(_ctx.$slots, "paginatorstart")];
2247
2334
  }),
2248
- key: "0"
2335
+ key: "1"
2249
2336
  } : undefined, _ctx.$slots.paginatorend ? {
2250
2337
  name: "end",
2251
2338
  fn: withCtx(function () {
2252
2339
  return [renderSlot(_ctx.$slots, "paginatorend")];
2253
2340
  }),
2254
- key: "1"
2341
+ key: "2"
2255
2342
  } : undefined, _ctx.$slots.paginatorfirstpagelinkicon ? {
2256
2343
  name: "firstpagelinkicon",
2257
2344
  fn: withCtx(function (slotProps) {
@@ -2259,7 +2346,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2259
2346
  "class": normalizeClass(slotProps["class"])
2260
2347
  })];
2261
2348
  }),
2262
- key: "2"
2349
+ key: "3"
2263
2350
  } : undefined, _ctx.$slots.paginatorprevpagelinkicon ? {
2264
2351
  name: "prevpagelinkicon",
2265
2352
  fn: withCtx(function (slotProps) {
@@ -2267,7 +2354,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2267
2354
  "class": normalizeClass(slotProps["class"])
2268
2355
  })];
2269
2356
  }),
2270
- key: "3"
2357
+ key: "4"
2271
2358
  } : undefined, _ctx.$slots.paginatornextpagelinkicon ? {
2272
2359
  name: "nextpagelinkicon",
2273
2360
  fn: withCtx(function (slotProps) {
@@ -2275,7 +2362,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2275
2362
  "class": normalizeClass(slotProps["class"])
2276
2363
  })];
2277
2364
  }),
2278
- key: "4"
2365
+ key: "5"
2279
2366
  } : undefined, _ctx.$slots.paginatorlastpagelinkicon ? {
2280
2367
  name: "lastpagelinkicon",
2281
2368
  fn: withCtx(function (slotProps) {
@@ -2283,7 +2370,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2283
2370
  "class": normalizeClass(slotProps["class"])
2284
2371
  })];
2285
2372
  }),
2286
- key: "5"
2373
+ key: "6"
2287
2374
  } : undefined, _ctx.$slots.paginatorjumptopagedropdownicon ? {
2288
2375
  name: "jumptopagedropdownicon",
2289
2376
  fn: withCtx(function (slotProps) {
@@ -2291,7 +2378,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2291
2378
  "class": normalizeClass(slotProps["class"])
2292
2379
  })];
2293
2380
  }),
2294
- key: "6"
2381
+ key: "7"
2295
2382
  } : undefined, _ctx.$slots.paginatorrowsperpagedropdownicon ? {
2296
2383
  name: "rowsperpagedropdownicon",
2297
2384
  fn: withCtx(function (slotProps) {
@@ -2299,7 +2386,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2299
2386
  "class": normalizeClass(slotProps["class"])
2300
2387
  })];
2301
2388
  }),
2302
- key: "7"
2389
+ key: "8"
2303
2390
  } : undefined]), 1032, ["rows", "first", "totalRecords", "pageLinkSize", "template", "rowsPerPageOptions", "currentPageReportTemplate", "class", "alwaysShow", "unstyled", "pt"])) : createCommentVNode("", true), _ctx.$slots.footer ? (openBlock(), createElementBlock("div", mergeProps({
2304
2391
  key: 4,
2305
2392
  "class": _ctx.cx('footer')