survey-creator-angular 2.3.11 → 2.3.12

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.
@@ -1827,13 +1827,10 @@
1827
1827
  function PageElementContentComponent() {
1828
1828
  return _super !== null && _super.apply(this, arguments) || this;
1829
1829
  }
1830
- PageElementContentComponent.prototype.ngAfterViewInit = function () {
1831
- var _a;
1832
- (_a = this.embeddedView) === null || _a === void 0 ? void 0 : _a.detach();
1833
- };
1830
+ PageElementContentComponent.prototype.ngDoCheck = function () { };
1834
1831
  PageElementContentComponent.prototype.ngOnChanges = function (changes) {
1835
1832
  var _a;
1836
- (_a = this.embeddedView) === null || _a === void 0 ? void 0 : _a.detectChanges();
1833
+ (_a = this.embeddedView) === null || _a === void 0 ? void 0 : _a.reattach();
1837
1834
  };
1838
1835
  return PageElementContentComponent;
1839
1836
  }(i1.EmbeddedViewContentComponent));
@@ -2003,13 +2000,10 @@
2003
2000
  function QuestionElementContentComponent() {
2004
2001
  return _super !== null && _super.apply(this, arguments) || this;
2005
2002
  }
2006
- QuestionElementContentComponent.prototype.ngAfterViewInit = function () {
2007
- var _a;
2008
- (_a = this.embeddedView) === null || _a === void 0 ? void 0 : _a.detach();
2009
- };
2003
+ QuestionElementContentComponent.prototype.ngDoCheck = function () { };
2010
2004
  QuestionElementContentComponent.prototype.ngOnChanges = function (changes) {
2011
2005
  var _a;
2012
- (_a = this.embeddedView) === null || _a === void 0 ? void 0 : _a.detectChanges();
2006
+ (_a = this.embeddedView) === null || _a === void 0 ? void 0 : _a.reattach();
2013
2007
  };
2014
2008
  return QuestionElementContentComponent;
2015
2009
  }(i1.EmbeddedViewContentComponent));