@fewangsit/wangsvue-fats 1.0.0-alpha.54 → 1.0.0-alpha.55
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/package.json +1 -1
- package/stats.html +1 -1
- package/wangsvue-fats.js +2 -1
- package/wangsvue-fats.system.js +1 -1
package/wangsvue-fats.js
CHANGED
|
@@ -29516,6 +29516,7 @@ const fV = /* @__PURE__ */ Ae({
|
|
|
29516
29516
|
rows: e.value,
|
|
29517
29517
|
"onUpdate:rows": r[0] || (r[0] = (o) => e.value = o)
|
|
29518
29518
|
}, T(n).paginator({ context: { totalRecords: i.totalRecords } }), {
|
|
29519
|
+
template: i.template,
|
|
29519
29520
|
"total-records": i.totalRecords,
|
|
29520
29521
|
onPage: r[1] || (r[1] = (o) => i.$emit("page", o))
|
|
29521
29522
|
}), {
|
|
@@ -29532,7 +29533,7 @@ const fV = /* @__PURE__ */ Ae({
|
|
|
29532
29533
|
D(De, { icon: "round-keyboard-arrow-right" })
|
|
29533
29534
|
]),
|
|
29534
29535
|
_: 1
|
|
29535
|
-
}, 16, ["rows", "total-records"]));
|
|
29536
|
+
}, 16, ["rows", "template", "total-records"]));
|
|
29536
29537
|
}
|
|
29537
29538
|
});
|
|
29538
29539
|
var pV = {
|