codexly-ui 0.0.98 → 0.0.99
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
|
@@ -2366,6 +2366,7 @@ declare class ClxMenuItemComponent {
|
|
|
2366
2366
|
inheritColor(c: ClxColorInput): void;
|
|
2367
2367
|
private readonly _geom;
|
|
2368
2368
|
protected readonly _iconCls: _angular_core.Signal<string>;
|
|
2369
|
+
protected readonly _idleIconCls: _angular_core.Signal<string>;
|
|
2369
2370
|
protected readonly _idleCls: _angular_core.Signal<string>;
|
|
2370
2371
|
protected readonly _activeCls: _angular_core.Signal<string>;
|
|
2371
2372
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClxMenuItemComponent, never>;
|