cloud-ide-element 1.1.8 → 1.1.9
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/index.d.ts
CHANGED
|
@@ -949,6 +949,7 @@ declare class CideEleBreadcrumbComponent implements OnInit, OnDestroy {
|
|
|
949
949
|
private hiddenItems;
|
|
950
950
|
private localItems;
|
|
951
951
|
private localLoading;
|
|
952
|
+
private router;
|
|
952
953
|
showDropdownSignal: _angular_core.Signal<boolean>;
|
|
953
954
|
isOverflowingSignal: _angular_core.Signal<boolean>;
|
|
954
955
|
visibleItemsSignal: _angular_core.Signal<BreadcrumbItem[]>;
|