codexly-ui 0.0.56 → 0.0.58
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/codexly-ui.d.ts
CHANGED
|
@@ -2154,9 +2154,7 @@ declare class ClxAppLayoutComponent implements OnInit, OnDestroy {
|
|
|
2154
2154
|
readonly _sidebarOpen: _angular_core.WritableSignal<boolean>;
|
|
2155
2155
|
readonly collapsed: _angular_core.WritableSignal<boolean>;
|
|
2156
2156
|
readonly _hovered: _angular_core.WritableSignal<boolean>;
|
|
2157
|
-
readonly _transitioning: _angular_core.WritableSignal<boolean>;
|
|
2158
2157
|
private readonly _isMobile;
|
|
2159
|
-
private _transitionTimer;
|
|
2160
2158
|
readonly collapsedChange: _angular_core.OutputEmitterRef<boolean>;
|
|
2161
2159
|
readonly expandedChange: _angular_core.OutputEmitterRef<boolean>;
|
|
2162
2160
|
constructor();
|
|
@@ -2167,7 +2165,6 @@ declare class ClxAppLayoutComponent implements OnInit, OnDestroy {
|
|
|
2167
2165
|
private _mqlListener;
|
|
2168
2166
|
ngOnInit(): void;
|
|
2169
2167
|
ngOnDestroy(): void;
|
|
2170
|
-
private _enableTransition;
|
|
2171
2168
|
_toggleCollapsed(): void;
|
|
2172
2169
|
_onSidebarEnter(): void;
|
|
2173
2170
|
_onSidebarLeave(): void;
|