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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexly-ui",
3
- "version": "0.12.45",
3
+ "version": "0.12.46",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -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;