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.
- package/LICENSE.md +1 -1
- package/buttongroup/buttongroup.js +1 -1
- package/buttongroup/buttongroup.min.js +1 -1
- package/core/core.js +117 -26
- package/core/core.min.js +8 -2
- package/datatable/BaseDataTable.vue +2 -2
- package/datatable/DataTable.d.ts +3 -3
- package/datatable/TableBody.vue +2 -2
- package/datatable/datatable.cjs.js +4 -4
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +4 -4
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +4 -4
- package/datatable/datatable.min.js +1 -1
- package/fileupload/style/FileUploadStyle.d.ts +1 -1
- package/iconfield/IconField.d.ts +1 -1
- package/image/Image.d.ts +2 -2
- package/inputmask/InputMask.vue +10 -10
- package/inputmask/inputmask.cjs.js +10 -10
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.esm.js +10 -10
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +10 -10
- package/inputmask/inputmask.min.js +1 -1
- package/inputnumber/InputNumber.vue +17 -23
- package/inputnumber/inputnumber.cjs.js +19 -24
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +19 -24
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +19 -24
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputotp/InputOtp.vue +9 -16
- package/inputotp/inputotp.cjs.js +9 -13
- package/inputotp/inputotp.cjs.min.js +1 -1
- package/inputotp/inputotp.esm.js +9 -13
- package/inputotp/inputotp.esm.min.js +1 -1
- package/inputotp/inputotp.js +9 -13
- package/inputotp/inputotp.min.js +1 -1
- package/inputotp/package.json +2 -2
- package/inputotp/style/package.json +1 -1
- package/metergroup/MeterGroup.vue +2 -2
- package/metergroup/metergroup.cjs.js +2 -2
- package/metergroup/metergroup.cjs.min.js +1 -1
- package/metergroup/metergroup.esm.js +2 -2
- package/metergroup/metergroup.esm.min.js +1 -1
- package/metergroup/metergroup.js +2 -2
- package/metergroup/metergroup.min.js +1 -1
- package/multiselect/MultiSelect.vue +1 -1
- package/multiselect/multiselect.cjs.js +1 -0
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +1 -0
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +1 -0
- package/multiselect/multiselect.min.js +1 -1
- package/package.json +1 -1
- package/selectbutton/SelectButton.d.ts +2 -2
- package/stepper/stepper.js +1 -1
- package/stepper/stepper.min.js +1 -1
- package/stepper/style/package.json +4 -4
- package/stepperpanel/stepperpanel.js +1 -1
- package/stepperpanel/stepperpanel.min.js +1 -1
- package/terminal/Terminal.vue +1 -1
- package/terminal/terminal.cjs.js +1 -1
- package/terminal/terminal.cjs.min.js +1 -1
- package/terminal/terminal.esm.js +1 -1
- package/terminal/terminal.esm.min.js +1 -1
- package/terminal/terminal.js +1 -1
- package/terminal/terminal.min.js +1 -1
- package/tree/Tree.d.ts +11 -1
- package/tree/TreeNode.vue +2 -1
- package/tree/tree.cjs.js +6 -2
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +6 -2
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +6 -2
- package/tree/tree.min.js +1 -1
- package/web-types.json +1 -1
|
@@ -239,11 +239,11 @@ var script$c = {
|
|
|
239
239
|
"default": null
|
|
240
240
|
},
|
|
241
241
|
rowClass: {
|
|
242
|
-
type:
|
|
242
|
+
type: Function,
|
|
243
243
|
"default": null
|
|
244
244
|
},
|
|
245
245
|
rowStyle: {
|
|
246
|
-
type:
|
|
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
|
-
|
|
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.
|
|
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) {
|