@idsoftsource/initial-process 2.3.9 → 2.4.0

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/index.d.ts CHANGED
@@ -1129,6 +1129,7 @@ declare class InitialProcessComponent implements OnInit {
1129
1129
  [key: string]: _angular_forms.AbstractControl<any, any, any>;
1130
1130
  };
1131
1131
  ngAfterViewInit(): void;
1132
+ intializeSignaturePad(): void;
1132
1133
  clearPad(): void;
1133
1134
  private applyPoints;
1134
1135
  private emitPoints;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.3.9",
3
+ "version": "2.4.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",