ryzen-ui 0.2.1 → 0.2.3
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/fesm2022/ryzen-ui.mjs +2 -2
- package/fesm2022/ryzen-ui.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -909,7 +909,7 @@ declare class SidebarComponent {
|
|
|
909
909
|
readonly logout: _angular_core.OutputEmitterRef<void>;
|
|
910
910
|
readonly _expanded: _angular_core.WritableSignal<Set<string>>;
|
|
911
911
|
readonly _currentUrl: _angular_core.WritableSignal<string>;
|
|
912
|
-
|
|
912
|
+
readonly _activeId: _angular_core.Signal<string | null>;
|
|
913
913
|
readonly _asideStyle: _angular_core.Signal<{
|
|
914
914
|
width: string;
|
|
915
915
|
'background-color': string;
|