@idsoftsource/initial-process 1.5.6 → 1.5.7

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
@@ -2443,6 +2443,7 @@ declare class PreviewComponent {
2443
2443
  showWeekNumbers: boolean;
2444
2444
  isAnimated: boolean;
2445
2445
  dateInputFormat: string;
2446
+ containerClass: string;
2446
2447
  };
2447
2448
  maxDate: Date;
2448
2449
  providerName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",