@next-core/brick-kit 2.199.4 → 2.199.6

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.
@@ -3812,7 +3812,7 @@
3812
3812
 
3813
3813
  /* istanbul ignore next */
3814
3814
  getCurrentApp() {
3815
- return kernel.currentApp;
3815
+ return kernel.nextApp;
3816
3816
  }
3817
3817
 
3818
3818
  /* istanbul ignore next */
@@ -11722,6 +11722,7 @@
11722
11722
  constructor() {
11723
11723
  super(...arguments);
11724
11724
  _classPrivateMethodInitSpec__default["default"](this, _proxyFormMethod);
11725
+ _defineProperty__default["default"](this, "renderRoot", void 0);
11725
11726
  }
11726
11727
  get $$typeof() {
11727
11728
  return "formRenderer";
@@ -11743,9 +11744,9 @@
11743
11744
  }
11744
11745
  }
11745
11746
  function _proxyFormMethod2(method) {
11746
- var _containerElement$tag;
11747
+ var _this$firstElementChi, _containerElement$tag;
11747
11748
  var args = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
11748
- var containerElement = this.firstElementChild;
11749
+ var containerElement = this.renderRoot !== false ? (_this$firstElementChi = this.firstElementChild) === null || _this$firstElementChi === void 0 ? void 0 : _this$firstElementChi.firstElementChild : this.firstElementChild;
11749
11750
  var tagName = containerElement === null || containerElement === void 0 ? void 0 : (_containerElement$tag = containerElement.tagName) === null || _containerElement$tag === void 0 ? void 0 : _containerElement$tag.toLowerCase();
11750
11751
  if (formContainers.includes(tagName)) {
11751
11752
  containerElement[method](...args);