duck-dev-lib 0.0.63 → 0.0.64
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/package.json
CHANGED
package/types/duck-dev-lib.d.ts
CHANGED
|
@@ -980,6 +980,7 @@ declare class DuckDevBreadcrumbNeobrutal {
|
|
|
980
980
|
readonly items: _angular_core.InputSignal<BreadcrumbItem[]>;
|
|
981
981
|
readonly color: _angular_core.InputSignal<AccentEnumColor>;
|
|
982
982
|
readonly navigate: _angular_core.OutputEmitterRef<BreadcrumbItem>;
|
|
983
|
+
protected readonly visibleItems: _angular_core.Signal<BreadcrumbItem[]>;
|
|
983
984
|
protected readonly breadcrumbStyle: _angular_core.Signal<{
|
|
984
985
|
[key: string]: string;
|
|
985
986
|
}>;
|