@eqproject/eqp-dynamic-module 1.0.2 → 1.0.3

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.
@@ -16,6 +16,7 @@ export declare class BaseField extends BaseObj {
16
16
  Formula: string;
17
17
  OrdinalPosition: number;
18
18
  Disabled: boolean;
19
+ Readonly: boolean;
19
20
  /**
20
21
  * Entità a cui appartiene il campo. Si tenga presente che sono ammessi anche campi
21
22
  * di sola visualizzazione e calcolati, da utilizzare nelle form,
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "1.0.2",
7
+ "version": "1.0.3",
8
8
  "peerDependencies": {
9
9
  "@angular/common": "~14.2.8",
10
10
  "@angular/core": "~14.2.8",