@symbo.ls/create 2.11.455 → 2.11.458

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.
@@ -1728,7 +1728,7 @@ var require_component = __commonJS({
1728
1728
  if (hasComponentAttrs && (childProps || extendProps || children || childExtends)) {
1729
1729
  const logErr = (_a = parent || element) == null ? void 0 : _a.error;
1730
1730
  if (logErr)
1731
- logErr("Sugar component includes params for builtin components", { verbose: true });
1731
+ logErr.call(element, "Sugar component includes params for builtin components", { verbose: true });
1732
1732
  }
1733
1733
  return !hasComponentAttrs || childProps || extendProps || children || childExtends;
1734
1734
  };
@@ -3662,7 +3662,7 @@ var require_cjs2 = __commonJS({
3662
3662
  if (hasComponentAttrs && (childProps || extendProps || children || childExtends)) {
3663
3663
  const logErr = (_a = parent || element) == null ? void 0 : _a.error;
3664
3664
  if (logErr)
3665
- logErr("Sugar component includes params for builtin components", { verbose: true });
3665
+ logErr.call(element, "Sugar component includes params for builtin components", { verbose: true });
3666
3666
  }
3667
3667
  return !hasComponentAttrs || childProps || extendProps || children || childExtends;
3668
3668
  };
@@ -5558,7 +5558,7 @@ var require_cjs2 = __commonJS({
5558
5558
  if (hasComponentAttrs && (childProps || extendProps || children || childExtends)) {
5559
5559
  const logErr = (_a = parent || element) == null ? void 0 : _a.error;
5560
5560
  if (logErr)
5561
- logErr("Sugar component includes params for builtin components", { verbose: true });
5561
+ logErr.call(element, "Sugar component includes params for builtin components", { verbose: true });
5562
5562
  }
5563
5563
  return !hasComponentAttrs || childProps || extendProps || children || childExtends;
5564
5564
  };
@@ -9672,7 +9672,7 @@ var require_cjs3 = __commonJS({
9672
9672
  if (hasComponentAttrs && (childProps || extendProps || children || childExtends)) {
9673
9673
  const logErr = (_a = parent || element) == null ? void 0 : _a.error;
9674
9674
  if (logErr)
9675
- logErr("Sugar component includes params for builtin components", { verbose: true });
9675
+ logErr.call(element, "Sugar component includes params for builtin components", { verbose: true });
9676
9676
  }
9677
9677
  return !hasComponentAttrs || childProps || extendProps || children || childExtends;
9678
9678
  };
@@ -12276,7 +12276,7 @@ var require_extend = __commonJS({
12276
12276
  if ((0, import_utils32.isFunction)(element))
12277
12277
  element = (0, import_utils32.exec)(element, parent);
12278
12278
  const { props: props5, __ref } = element;
12279
- let extend = (props5 == null ? void 0 : props5.extends) || element.extend;
12279
+ let extend = (props5 == null ? void 0 : props5.extends) || element.extends || element.extend;
12280
12280
  const context = element.context || parent.context;
12281
12281
  extend = (0, import_utils210.fallbackStringExtend)(extend, context, options);
12282
12282
  const extendStack = (0, import_utils210.getExtendStack)(extend, context);
@@ -14740,7 +14740,7 @@ var require_cjs13 = __commonJS({
14740
14740
  var import_element = require_cjs12();
14741
14741
  var create2 = (element, parent, key, options) => {
14742
14742
  var _a, _b, _c, _d, _e;
14743
- const domqlElement = (0, import_element.create)(element, parent, key, options);
14743
+ const domqlElement = (import_element.create.default || import_element.create)(element, parent, key, options);
14744
14744
  const complete = (_a = domqlElement.on) == null ? void 0 : _a.complete;
14745
14745
  if (complete)
14746
14746
  domqlElement.on.complete(element, element.state, element.context, options);
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@symbo.ls/create",
3
- "version": "2.11.455",
3
+ "version": "2.11.458",
4
4
  "license": "MIT",
5
- "gitHead": "2ec12ac36ba08a2d424a3806dba7ccb6f7bddfba",
5
+ "gitHead": "52755d3f8df59d603886bad64e7ac2d0a6ee7858",
6
6
  "files": [
7
7
  "src",
8
8
  "dist"
@@ -40,7 +40,7 @@
40
40
  "@symbo.ls/sync": "^2.11.455",
41
41
  "@symbo.ls/uikit": "^2.11.455",
42
42
  "@symbo.ls/utils": "^2.11.453",
43
- "domql": "^2.5.0"
43
+ "domql": "^2.5.155"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@babel/core": "^7.12.0"