codexly-ui 0.12.45 → 0.12.46
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
|
@@ -969,6 +969,7 @@ declare class ClxSelectComponent implements ControlValueAccessor {
|
|
|
969
969
|
protected readonly _asyncLoading: _angular_core.WritableSignal<boolean>;
|
|
970
970
|
protected readonly _asyncQuery: _angular_core.WritableSignal<string>;
|
|
971
971
|
private readonly _wasTouched;
|
|
972
|
+
private readonly _controlTouched;
|
|
972
973
|
private readonly _selectedVals;
|
|
973
974
|
private readonly _cvaDisabled;
|
|
974
975
|
private readonly _cardDisabled;
|