@eqproject/eqp-dynamic-module 2.3.41 → 2.3.42

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.
@@ -18,7 +18,6 @@ export declare class BaseField extends BaseObj {
18
18
  OrdinalPosition: number;
19
19
  Disabled: boolean;
20
20
  Readonly: boolean;
21
- VisibleIf: string;
22
21
  FieldstyleCSS: string;
23
22
  LabelstyleCSS: string;
24
23
  AnswerStyle: AnswerStyle;
@@ -26,10 +25,11 @@ export declare class BaseField extends BaseObj {
26
25
  * Entità a cui appartiene il campo. Si tenga presente che sono ammessi anche campi
27
26
  * di sola visualizzazione e calcolati, da utilizzare nelle form,
28
27
  * e per questo motivo possono essere con Entity == null
29
- */
28
+ */
30
29
  EntityID: string;
31
30
  FieldGroup: string;
32
31
  ColSpanSizes: Array<ColSpanSizesEnum>;
32
+ VisibleIf: string;
33
33
  InListView: boolean;
34
34
  FieldType: FieldTypeEnum;
35
35
  FieldValue: any;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.3.41",
7
+ "version": "2.3.42",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",