@seniorsistemas/angular-components 17.2.0 → 17.2.1
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/components/tiered-menu/tiered-menu.component.js +1 -2
- package/esm5/components/tiered-menu/components/tiered-menu/tiered-menu.component.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
|
@@ -14461,7 +14461,6 @@ var TieredMenuComponent = /** @class */ (function () {
|
|
|
14461
14461
|
this._componentRef.instance.items = items;
|
|
14462
14462
|
// Subscribe menu events.
|
|
14463
14463
|
this._componentRef.instance.destroyRequest
|
|
14464
|
-
.pipe(takeUntil(this._unsubscribe$))
|
|
14465
14464
|
.subscribe(function (propagate) {
|
|
14466
14465
|
_this._destroy(propagate);
|
|
14467
14466
|
});
|