@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
|
@@ -16764,7 +16764,6 @@
|
|
|
16764
16764
|
this._componentRef.instance.top = Math.max(scrollY + bottom - menuHeight, 0);
|
|
16765
16765
|
}
|
|
16766
16766
|
else {
|
|
16767
|
-
console.log("Tem espaço abaixo");
|
|
16768
16767
|
this._componentRef.instance.top = window.scrollY + bottom + MARGIN;
|
|
16769
16768
|
}
|
|
16770
16769
|
if (rightFreeSpace > 176) {
|