@a2simcode/dui 0.0.13 → 0.0.14

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/dist/dui.es.js CHANGED
@@ -14138,12 +14138,12 @@ const Qy = { class: "d-layout" }, e0 = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h",
14138
14138
  const s = [];
14139
14139
  i.config.groups.forEach((a) => {
14140
14140
  const c = r.filter(
14141
- (l) => l.slot === a.i
14141
+ (l) => l.slot === a._i
14142
14142
  );
14143
14143
  s.push({
14144
14144
  config: {
14145
14145
  name: a.label,
14146
- children: c
14146
+ children: c || []
14147
14147
  }
14148
14148
  });
14149
14149
  }), i.children = s;