@masterteam/properties 0.0.33 → 0.0.34

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.33",
3
+ "version": "0.0.34",
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.100",
23
- "@masterteam/forms": "^0.0.46",
22
+ "@masterteam/formula-builder": "^0.0.2",
24
23
  "@masterteam/icons": "^0.0.13",
25
- "@masterteam/formula-builder": "^0.0.2"
24
+ "@masterteam/forms": "^0.0.47",
25
+ "@masterteam/components": "^0.0.101"
26
26
  },
27
27
  "sideEffects": false,
28
28
  "exports": {
@@ -538,6 +538,7 @@ declare class PropertyForm implements OnDestroy {
538
538
  private readonly mainControl;
539
539
  private readonly configurationControl;
540
540
  private readonly formulaControl;
541
+ private readonly mainValue;
541
542
  private readonly creating;
542
543
  private readonly updating;
543
544
  readonly loading: _angular_core.Signal<boolean>;
@@ -559,6 +560,7 @@ declare class PropertyForm implements OnDestroy {
559
560
  private configurationComponentLoadId;
560
561
  private readonly externalConfigurationForm;
561
562
  private externalConfigurationSubscriptions;
563
+ private readonly subscriptions;
562
564
  private readonly externalConfigurationInvalid;
563
565
  private readonly lastStatusScrollKey;
564
566
  readonly configurationComponentExists: _angular_core.Signal<boolean>;