@indice/ng-components 0.2.7 → 0.2.8
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.
- package/bundles/indice-ng-components.umd.js +0 -4
- package/bundles/indice-ng-components.umd.js.map +1 -1
- package/esm2015/lib/services/modal-service/modal-container-component.js +1 -4
- package/esm2015/lib/services/modal-service/modal-styles.class.js +1 -2
- package/fesm2015/indice-ng-components.js +0 -4
- package/fesm2015/indice-ng-components.js.map +1 -1
- package/lib/services/modal-service/modal-styles.class.d.ts +0 -1
- package/package.json +1 -1
|
@@ -2721,7 +2721,6 @@
|
|
|
2721
2721
|
|
|
2722
2722
|
var cssClassNames = {
|
|
2723
2723
|
show: 'show',
|
|
2724
|
-
fade: 'fade',
|
|
2725
2724
|
modalOpen: 'modal-open'
|
|
2726
2725
|
};
|
|
2727
2726
|
var animationTime = {
|
|
@@ -2781,9 +2780,6 @@
|
|
|
2781
2780
|
}
|
|
2782
2781
|
ModalContainerComponent.prototype.ngOnInit = function () {
|
|
2783
2782
|
var _this = this;
|
|
2784
|
-
if (this.animationsEnabled) {
|
|
2785
|
-
this.renderer.addClass(this._element.nativeElement, cssClassNames.fade);
|
|
2786
|
-
}
|
|
2787
2783
|
this.renderer.setStyle(this._element.nativeElement, 'display', 'block');
|
|
2788
2784
|
setTimeout(function () {
|
|
2789
2785
|
_this.isShown = true;
|