@seniorsistemas/angular-components 17.7.6 → 17.7.7
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/seniorsistemas-angular-components.umd.js +0 -1
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/tiered-menu/tiered-menu.directive.js +1 -2
- package/esm5/components/tiered-menu/tiered-menu.directive.js +1 -2
- package/fesm2015/seniorsistemas-angular-components.js +0 -1
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +0 -1
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -16618,7 +16618,6 @@ var TieredMenuDirective = /** @class */ (function () {
|
|
|
16618
16618
|
this._componentRef.instance.top = Math.max(scrollY + bottom - menuHeight, 0);
|
|
16619
16619
|
}
|
|
16620
16620
|
else {
|
|
16621
|
-
console.log("Tem espaço abaixo");
|
|
16622
16621
|
this._componentRef.instance.top = window.scrollY + bottom + MARGIN;
|
|
16623
16622
|
}
|
|
16624
16623
|
if (rightFreeSpace > 176) {
|