codexly-ui 0.1.17 → 0.1.18
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
|
@@ -2335,6 +2335,8 @@ declare class ClxAppLayoutComponent implements OnInit, OnDestroy {
|
|
|
2335
2335
|
protected readonly _sidebarCls: _angular_core.Signal<string>;
|
|
2336
2336
|
private _mql;
|
|
2337
2337
|
private _mqlListener;
|
|
2338
|
+
private _resizeTimer;
|
|
2339
|
+
private _resizeListener;
|
|
2338
2340
|
ngOnInit(): void;
|
|
2339
2341
|
ngOnDestroy(): void;
|
|
2340
2342
|
_toggleCollapsed(): void;
|