pjc-fields 0.0.47 → 0.0.49

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": "pjc-fields",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0",
@@ -793,7 +793,7 @@ declare class PjcUfFieldComponent implements ControlValueAccessor, OnInit {
793
793
 
794
794
  declare class PjcUppercaseFieldComponent implements ControlValueAccessor, OnInit {
795
795
  label: _angular_core.InputSignal<string>;
796
- placeholder: _angular_core.InputSignal<string>;
796
+ placeholder: _angular_core.InputSignal<string | undefined>;
797
797
  id: _angular_core.InputSignal<string>;
798
798
  labelVariant: _angular_core.InputSignal<"over" | "in" | "on">;
799
799
  readonly: _angular_core.InputSignal<boolean>;