commons-shared-web-ui 0.0.13 → 0.0.14

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
@@ -1953,7 +1953,7 @@ declare class FormFieldComponent implements OnInit, OnDestroy {
1953
1953
  * validity whenever any of them change.
1954
1954
  */
1955
1955
  private setupFormulaValidation;
1956
- addGroupInstance(): void;
1956
+ addGroupInstance(initialData?: any): void;
1957
1957
  saveGroupInstance(index: number): void;
1958
1958
  cancelGroupInstance(index: number): void;
1959
1959
  editGroupInstance(index: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commons-shared-web-ui",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "20.3.15",
6
6
  "@angular/cdk": "20.2.14",