@a2simcode/ui 0.0.82 → 0.0.83

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.
@@ -11679,7 +11679,9 @@ const Rv = /* @__PURE__ */ ae({
11679
11679
  const y = {
11680
11680
  id: v.id,
11681
11681
  slot: v.slot,
11682
- type: v.type || ""
11682
+ type: v.type || "",
11683
+ getCompConfig: v.getCompConfig,
11684
+ getCompType: v.getCompType
11683
11685
  }, { children: b } = v;
11684
11686
  a[v.id] = y, y.config = [], qa(y.config, v.config || {}, ["defaultValue"]), v?.config?.defaultValue !== void 0 && (l[v.id] = v.config.defaultValue), g.push(y), b && b.length > 0 && (y.children = [], r(b, y.children));
11685
11687
  });