novo-elements 5.10.0 → 5.11.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "novo-elements",
3
- "version": "5.10.0",
3
+ "version": "5.11.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=10",
6
6
  "@angular/cdk": ">=10",
@@ -68,10 +68,10 @@ export declare class FormUtils {
68
68
  forceValidation(form: NovoFormGroup): void;
69
69
  isAddressEmpty(control: any): boolean;
70
70
  private getStartDateFromRange;
71
+ private getEndDateFromRange;
71
72
  /**
72
- * Get the min start date of a Date base on field data.
73
+ * Get the min start date and max end date of a Date base on field data.
73
74
  */
74
- private getStartDate;
75
- private inferStartDate;
75
+ private inferDateRange;
76
76
  inflateEmbeddedProperties(data: object): object;
77
77
  }