@seniorsistemas/angular-components 17.3.2 → 17.3.3

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.
@@ -14644,6 +14644,14 @@
14644
14644
  _this.isOpen = false;
14645
14645
  });
14646
14646
  };
14647
+ SlidePanelComponent.prototype.ngAfterViewInit = function () {
14648
+ var _this = this;
14649
+ queueMicrotask(function () {
14650
+ if (_this.createOpen) {
14651
+ _this.isOpen = true;
14652
+ }
14653
+ });
14654
+ };
14647
14655
  SlidePanelComponent.prototype.ngAfterViewChecked = function () {
14648
14656
  var _this = this;
14649
14657
  // to executed at a safe time prior to control returning to the browser's event loop
@@ -14651,9 +14659,6 @@
14651
14659
  _this._calculateSlideHeight();
14652
14660
  _this._calculateSideContentWidth();
14653
14661
  _this.isContentAnimationDisabled = false;
14654
- if (_this.createOpen) {
14655
- _this.isOpen = true;
14656
- }
14657
14662
  });
14658
14663
  };
14659
14664
  SlidePanelComponent.prototype.ngOnDestroy = function () {