@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
|
@@ -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
|
}
|