@symbo.ls/create 2.11.373 → 2.11.375

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.
@@ -14676,12 +14676,11 @@ var init_devFocus = __esm({
14676
14676
  return (0, import_utils8.isString)(extend) ? extend : (0, import_utils8.isArray)(extend) ? extend.find((extItem) => (0, import_utils8.isString)(extItem)) : "";
14677
14677
  };
14678
14678
  getComponentKey = (el) => {
14679
- var _a, _b;
14680
14679
  if (!el)
14681
14680
  return;
14682
14681
  const __componentKey = el.__ref.__componentKey;
14683
14682
  const extendStr = el.extend && returnStringExtend(el.extend);
14684
- const parentChildExtendStr = ((_a = el.parent) == null ? void 0 : _a.childExtend) && returnStringExtend((_b = el.parent) == null ? void 0 : _b.childExtend);
14683
+ const parentChildExtendStr = el.parent && el.parent.childExtend && returnStringExtend(el.parent.childExtend);
14685
14684
  return (__componentKey || extendStr || parentChildExtendStr || "").split("_")[0].split(".")[0].split("+")[0];
14686
14685
  };
14687
14686
  DevFocus = {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@symbo.ls/create",
3
- "version": "2.11.373",
3
+ "version": "2.11.375",
4
4
  "license": "MIT",
5
- "gitHead": "71ddf72da03fdac28f9d1fe2c9e163b5b6ba9f09",
5
+ "gitHead": "4fddad68b778dbfd8298ac6ca8d500bdabbb2282",
6
6
  "files": [
7
7
  "src",
8
8
  "dist"