@3kles/kles-material-dynamicforms 21.4.1 → 21.4.2

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": "@3kles/kles-material-dynamicforms",
3
- "version": "21.4.1",
3
+ "version": "21.4.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/3kles-lab/klesmaterialdynamicforms"
@@ -1037,6 +1037,10 @@ declare class KlesFormSelectionListSearchComponent extends KlesFieldAbstract imp
1037
1037
  }
1038
1038
 
1039
1039
  declare class KlesFormTileComponent extends KlesFieldAbstract {
1040
+ private readonly control;
1041
+ private readonly controlValue;
1042
+ readonly formattedValue: i0.Signal<string>;
1043
+ readonly displayValue: i0.Signal<string>;
1040
1044
  static ɵfac: i0.ɵɵFactoryDeclaration<KlesFormTileComponent, never>;
1041
1045
  static ɵcmp: i0.ɵɵComponentDeclaration<KlesFormTileComponent, "app-kles-form-tile", never, {}, {}, never, never, true, never>;
1042
1046
  }