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
package/types/pjc-fields.d.ts
CHANGED
|
@@ -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;
|