@elite.framework/ng.core 1.0.38 → 1.0.39

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
@@ -476,6 +476,7 @@ declare class GenericAutocompleteComponent implements OnInit {
476
476
 
477
477
  declare class FormlyAvatarImageComponent extends FieldType$1<FieldTypeConfig> {
478
478
  get type(): string;
479
+ get displayValue(): any;
479
480
  static ɵfac: i0.ɵɵFactoryDeclaration<FormlyAvatarImageComponent, never>;
480
481
  static ɵcmp: i0.ɵɵComponentDeclaration<FormlyAvatarImageComponent, "formly-field-avatar-image", never, {}, {}, never, never, true, never>;
481
482
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elite.framework/ng.core",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"