primevue 3.49.0 → 3.50.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 (77) hide show
  1. package/LICENSE.md +1 -1
  2. package/buttongroup/buttongroup.js +1 -1
  3. package/buttongroup/buttongroup.min.js +1 -1
  4. package/core/core.js +117 -26
  5. package/core/core.min.js +8 -2
  6. package/datatable/BaseDataTable.vue +2 -2
  7. package/datatable/DataTable.d.ts +3 -3
  8. package/datatable/TableBody.vue +2 -2
  9. package/datatable/datatable.cjs.js +4 -4
  10. package/datatable/datatable.cjs.min.js +1 -1
  11. package/datatable/datatable.esm.js +4 -4
  12. package/datatable/datatable.esm.min.js +1 -1
  13. package/datatable/datatable.js +4 -4
  14. package/datatable/datatable.min.js +1 -1
  15. package/fileupload/style/FileUploadStyle.d.ts +1 -1
  16. package/iconfield/IconField.d.ts +1 -1
  17. package/image/Image.d.ts +2 -2
  18. package/inputmask/InputMask.vue +10 -10
  19. package/inputmask/inputmask.cjs.js +10 -10
  20. package/inputmask/inputmask.cjs.min.js +1 -1
  21. package/inputmask/inputmask.esm.js +10 -10
  22. package/inputmask/inputmask.esm.min.js +1 -1
  23. package/inputmask/inputmask.js +10 -10
  24. package/inputmask/inputmask.min.js +1 -1
  25. package/inputnumber/InputNumber.vue +17 -23
  26. package/inputnumber/inputnumber.cjs.js +19 -24
  27. package/inputnumber/inputnumber.cjs.min.js +1 -1
  28. package/inputnumber/inputnumber.esm.js +19 -24
  29. package/inputnumber/inputnumber.esm.min.js +1 -1
  30. package/inputnumber/inputnumber.js +19 -24
  31. package/inputnumber/inputnumber.min.js +1 -1
  32. package/inputotp/InputOtp.vue +9 -16
  33. package/inputotp/inputotp.cjs.js +9 -13
  34. package/inputotp/inputotp.cjs.min.js +1 -1
  35. package/inputotp/inputotp.esm.js +9 -13
  36. package/inputotp/inputotp.esm.min.js +1 -1
  37. package/inputotp/inputotp.js +9 -13
  38. package/inputotp/inputotp.min.js +1 -1
  39. package/inputotp/package.json +2 -2
  40. package/inputotp/style/package.json +1 -1
  41. package/metergroup/MeterGroup.vue +2 -2
  42. package/metergroup/metergroup.cjs.js +2 -2
  43. package/metergroup/metergroup.cjs.min.js +1 -1
  44. package/metergroup/metergroup.esm.js +2 -2
  45. package/metergroup/metergroup.esm.min.js +1 -1
  46. package/metergroup/metergroup.js +2 -2
  47. package/metergroup/metergroup.min.js +1 -1
  48. package/multiselect/MultiSelect.vue +1 -1
  49. package/multiselect/multiselect.cjs.js +1 -0
  50. package/multiselect/multiselect.cjs.min.js +1 -1
  51. package/multiselect/multiselect.esm.js +1 -0
  52. package/multiselect/multiselect.esm.min.js +1 -1
  53. package/multiselect/multiselect.js +1 -0
  54. package/multiselect/multiselect.min.js +1 -1
  55. package/package.json +1 -1
  56. package/selectbutton/SelectButton.d.ts +2 -2
  57. package/stepper/stepper.js +1 -1
  58. package/stepper/stepper.min.js +1 -1
  59. package/stepper/style/package.json +4 -4
  60. package/stepperpanel/stepperpanel.js +1 -1
  61. package/stepperpanel/stepperpanel.min.js +1 -1
  62. package/terminal/Terminal.vue +1 -1
  63. package/terminal/terminal.cjs.js +1 -1
  64. package/terminal/terminal.cjs.min.js +1 -1
  65. package/terminal/terminal.esm.js +1 -1
  66. package/terminal/terminal.esm.min.js +1 -1
  67. package/terminal/terminal.js +1 -1
  68. package/terminal/terminal.min.js +1 -1
  69. package/tree/Tree.d.ts +11 -1
  70. package/tree/TreeNode.vue +2 -1
  71. package/tree/tree.cjs.js +6 -2
  72. package/tree/tree.cjs.min.js +1 -1
  73. package/tree/tree.esm.js +6 -2
  74. package/tree/tree.esm.min.js +1 -1
  75. package/tree/tree.js +6 -2
  76. package/tree/tree.min.js +1 -1
  77. package/web-types.json +1 -1
@@ -239,11 +239,11 @@ var script$c = {
239
239
  "default": null
240
240
  },
241
241
  rowClass: {
242
- type: [String, Object],
242
+ type: Function,
243
243
  "default": null
244
244
  },
245
245
  rowStyle: {
246
- type: Object,
246
+ type: Function,
247
247
  "default": null
248
248
  },
249
249
  scrollable: {
@@ -1950,7 +1950,7 @@ var script$7 = {
1950
1950
  }
1951
1951
  return null;
1952
1952
  },
1953
- bodyStyle: function bodyStyle() {
1953
+ bodyContentStyle: function bodyContentStyle() {
1954
1954
  return this.getVirtualScrollerProp('contentStyle');
1955
1955
  },
1956
1956
  ptmTBodyOptions: function ptmTBodyOptions() {
@@ -1979,7 +1979,7 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
1979
1979
  ref: $options.bodyRef,
1980
1980
  "class": _ctx.cx('tbody'),
1981
1981
  role: "rowgroup",
1982
- style: $options.bodyStyle
1982
+ style: $options.bodyContentStyle
1983
1983
  }, _ctx.ptm('tbody', $options.ptmTBodyOptions)), [!$props.empty ? (openBlock(true), createElementBlock(Fragment, {
1984
1984
  key: 0
1985
1985
  }, renderList($props.value, function (rowData, rowIndex) {