@sapphire-ion/framework 1.0.39 → 1.0.40

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.
@@ -27,7 +27,7 @@ export declare abstract class CustomInput<T> implements ControlValueAccessor, On
27
27
  protected runValidation(): void;
28
28
  protected invalid: boolean;
29
29
  /** Acionado quando um elemento perde o foco. */
30
- blur: OutputEmitterRef<T>;
30
+ blur: OutputEmitterRef<FocusEvent>;
31
31
  /** Emitido quando o valor é alterado. */
32
32
  change: OutputEmitterRef<T>;
33
33
  propagateChange(obj: T): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire-ion/framework",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^18.2.8",