@muraai/mnl-form 0.0.1-alpha-fdc7537 → 0.0.1-alpha-0874b9a

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.
@@ -14,6 +14,7 @@ export declare class MnlFormHelperTextInputComponent extends FieldType<FieldType
14
14
  get helperKey(): any;
15
15
  get currentHelperValue(): any;
16
16
  set currentHelperValue(value: any);
17
+ get readonly(): boolean;
17
18
  defaultFieldConfig?: FormlyFieldConfig;
18
19
  constructor(cdr: ChangeDetectorRef);
19
20
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muraai/mnl-form",
3
- "version": "0.0.1-alpha-fdc7537",
3
+ "version": "0.0.1-alpha-0874b9a",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"