pjc-fields 0.0.54 → 0.0.55

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.54",
3
+ "version": "0.0.55",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0",
@@ -561,6 +561,7 @@ declare class PjcMoedaFieldComponent implements ControlValueAccessor, OnInit {
561
561
  get invalid(): boolean;
562
562
  get errorMessage(): string;
563
563
  onKeyDown(event: KeyboardEvent): void;
564
+ private restoreCursor;
564
565
  onPaste(event: ClipboardEvent): void;
565
566
  private emitValue;
566
567
  writeValue(val: number | null): void;