codexly-ui 0.1.8 → 0.1.10
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
|
@@ -1654,7 +1654,7 @@ declare class ClxEditorComponent implements AfterViewInit, OnDestroy, ControlVal
|
|
|
1654
1654
|
protected readonly _color: _angular_core.Signal<ClxColorInput>;
|
|
1655
1655
|
readonly size: _angular_core.InputSignal<ClxEditorSize | undefined>;
|
|
1656
1656
|
protected readonly _editorSize: _angular_core.Signal<ClxEditorSize>;
|
|
1657
|
-
readonly status: _angular_core.InputSignal<"
|
|
1657
|
+
readonly status: _angular_core.InputSignal<"success" | "error" | "default">;
|
|
1658
1658
|
readonly statusMessage: _angular_core.InputSignal<string>;
|
|
1659
1659
|
readonly hint: _angular_core.InputSignal<string>;
|
|
1660
1660
|
readonly disabled: _angular_core.InputSignal<boolean>;
|