codexly-ui 0.0.25 → 0.0.27
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
CHANGED
|
@@ -11237,10 +11237,6 @@ class ClxMenuComponent {
|
|
|
11237
11237
|
this._isExpanded.set(true); });
|
|
11238
11238
|
effect(() => { if (this.collapsed())
|
|
11239
11239
|
this._isExpanded.set(false); });
|
|
11240
|
-
effect(() => {
|
|
11241
|
-
const color = this.color();
|
|
11242
|
-
this._childItems?.forEach(c => c.inheritColor(color));
|
|
11243
|
-
});
|
|
11244
11240
|
}
|
|
11245
11241
|
_iconCls = computed(() => resolveColor(this.color()).textSubtle, ...(ngDevMode ? [{ debugName: "_iconCls" }] : []));
|
|
11246
11242
|
_buttonCls = computed(() => {
|