s4y-ui 2.2.1 → 2.3.1

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.
@@ -5,6 +5,7 @@ export declare class FormFieldPasswordComponent implements ControlValueAccessor
5
5
  label: import("@angular/core").InputSignal<string>;
6
6
  name: import("@angular/core").InputSignal<string>;
7
7
  id: import("@angular/core").InputSignal<string>;
8
+ placeholder: import("@angular/core").InputSignal<string | undefined>;
8
9
  protected value: string;
9
10
  protected disabled: boolean;
10
11
  protected togglePasswordVisibility(): void;
@@ -16,5 +17,5 @@ export declare class FormFieldPasswordComponent implements ControlValueAccessor
16
17
  registerOnTouched(fn: () => void): void;
17
18
  setDisabledState?(isDisabled: boolean): void;
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldPasswordComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldPasswordComponent, "s4y-form-field-password", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "id": { "alias": "id"; "required": true; "isSignal": true; }; }, {}, never, ["s4y-input-prefix", "s4y-hint, s4y-error-message"], false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldPasswordComponent, "s4y-form-field-password", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "id": { "alias": "id"; "required": true; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, {}, never, ["s4y-input-prefix", "s4y-hint, s4y-error-message"], false, never>;
20
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s4y-ui",
3
- "version": "2.2.1",
3
+ "version": "2.3.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.0",
6
6
  "@angular/core": "^19.2.0"