@ardium-ui/ui 5.0.0-alpha.72 → 5.0.0-alpha.73

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.
@@ -83,7 +83,7 @@ export declare class ArdiumSelectComponent extends _FormFieldComponentBase imple
83
83
  setDisabledState(state: boolean): void;
84
84
  writeValue(ngModel: any[]): void;
85
85
  protected _emitChange(): void;
86
- private _onTouched;
86
+ protected _emitTouched(): void;
87
87
  set value(newValue: any);
88
88
  get value(): Signal<any[]>;
89
89
  readonly valueChange: import("@angular/core").OutputEmitterRef<any[]>;
@@ -167,7 +167,7 @@ export declare class ArdiumSelectComponent extends _FormFieldComponentBase imple
167
167
  readonly placeholderForCurrentContext: Signal<string>;
168
168
  filter(filterTerm: string, suppressSearchEvent?: boolean): void;
169
169
  onSearchInputFocus(): void;
170
- onSearchInputBlur(): void;
170
+ onBlur(event: FocusEvent): void;
171
171
  toggleItem(item: ArdOption): void;
172
172
  selectItem(...items: ArdOption[]): void;
173
173
  unselectItem(...items: ArdOption[]): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ardium-ui/ui",
3
- "version": "5.0.0-alpha.72",
3
+ "version": "5.0.0-alpha.73",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",