@masterteam/properties 0.0.48 → 0.0.50

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.48",
3
+ "version": "0.0.50",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/properties",
6
6
  "linkDirectory": false,
@@ -19,10 +19,10 @@
19
19
  "tailwindcss": "^4.2.2",
20
20
  "tailwindcss-primeui": "^0.6.1",
21
21
  "@ngxs/store": "^20.1.0",
22
- "@masterteam/components": "^0.0.166",
23
- "@masterteam/formula-builder": "^0.0.12",
24
- "@masterteam/forms": "^0.0.75",
25
- "@masterteam/icons": "^0.0.15"
22
+ "@masterteam/icons": "^0.0.15",
23
+ "@masterteam/components": "^0.0.169",
24
+ "@masterteam/forms": "^0.0.77",
25
+ "@masterteam/formula-builder": "^0.0.12"
26
26
  },
27
27
  "sideEffects": false,
28
28
  "exports": {
@@ -543,6 +543,7 @@ declare class PropertyForm implements OnDestroy {
543
543
  private readonly router;
544
544
  private readonly route;
545
545
  private readonly transloco;
546
+ private readonly activeLang;
546
547
  propertyId: _angular_core.InputSignal<string>;
547
548
  private readonly propertyTypes;
548
549
  private readonly legacyReplacedViewTypes;