@masterteam/properties 0.0.40 → 0.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masterteam/properties",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/properties",
6
6
  "linkDirectory": false,
@@ -19,10 +19,10 @@
19
19
  "tailwindcss": "^4.1.17",
20
20
  "tailwindcss-primeui": "^0.6.1",
21
21
  "@ngxs/store": "^20.1.0",
22
- "@masterteam/components": "^0.0.118",
23
- "@masterteam/icons": "^0.0.14",
24
- "@masterteam/formula-builder": "^0.0.4",
25
- "@masterteam/forms": "^0.0.58"
22
+ "@masterteam/components": "^0.0.131",
23
+ "@masterteam/formula-builder": "^0.0.8",
24
+ "@masterteam/forms": "^0.0.62",
25
+ "@masterteam/icons": "^0.0.14"
26
26
  },
27
27
  "sideEffects": false,
28
28
  "exports": {
@@ -563,6 +563,7 @@ declare class PropertyForm implements OnDestroy {
563
563
  readonly propertyType: _angular_core.Signal<any>;
564
564
  readonly isCalculated: _angular_core.Signal<boolean>;
565
565
  readonly formulaSchemaId: _angular_core.Signal<number | undefined>;
566
+ readonly formulaModuleId: _angular_core.Signal<number | undefined>;
566
567
  readonly selectedViewType: _angular_core.Signal<any>;
567
568
  readonly statusPropertyId: _angular_core.Signal<number | undefined>;
568
569
  readonly availablePropertyTypes: _angular_core.Signal<any>;