@unifylib/ui-lib 1.1.50 → 1.1.52

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.
@@ -95,6 +95,7 @@ export declare class BaseFormCanvasComponent implements OnInit, OnChanges, OnDes
95
95
  friendlyName(fullPath: string, subPath: string, item: string): string;
96
96
  showValue(defaults: any, field: any): string;
97
97
  showError(prop: string): boolean;
98
+ clearFieldValue(prop: string): void;
98
99
  ngOnDestroy(): void;
99
100
  private extractLables;
100
101
  private calcFlexSize;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unifylib/ui-lib",
3
- "version": "1.1.50",
3
+ "version": "1.1.52",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.12",
6
6
  "@angular/core": "^17.3.12"