codexly-ui 0.0.16 → 0.0.17
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/codexly-ui.mjs +7 -17
- package/fesm2022/codexly-ui.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2138,7 +2138,6 @@ declare class ClxWizardComponent implements AfterContentInit {
|
|
|
2138
2138
|
declare class ClxAppLayoutComponent implements OnInit, OnDestroy {
|
|
2139
2139
|
private readonly _zone;
|
|
2140
2140
|
private readonly _document;
|
|
2141
|
-
private readonly _layout;
|
|
2142
2141
|
readonly activeColor: _angular_core.InputSignal<ClxColorInput>;
|
|
2143
2142
|
readonly _sidebarOpen: _angular_core.WritableSignal<boolean>;
|
|
2144
2143
|
readonly _collapsed: _angular_core.WritableSignal<boolean>;
|