@tenorlab/vue-dashboard 1.4.901 → 1.4.902

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.
@@ -1442,7 +1442,7 @@ const Is = /* @__PURE__ */ Ce(gt, [["render", ht]]), Ds = (t) => {
1442
1442
  m.value ? (l(), f("div", Et, [
1443
1443
  (l(), E(le(m.value), {
1444
1444
  index: t.index,
1445
- maxIndex: W.value.length - 1,
1445
+ maxIndex: t.maxIndex,
1446
1446
  widgetKey: t.widgetKey,
1447
1447
  parentWidgetKey: t.parentWidgetKey,
1448
1448
  widgetCatalog: t.widgetCatalog,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tenorlab/vue-dashboard",
3
- "version": "1.4.901",
3
+ "version": "1.4.902",
4
4
  "description": "Foundation components for creating user-configurable dashboards in Vue",
5
5
  "author": "Damiano Fusco",
6
6
  "type": "module",