@masterteam/properties 0.0.35 → 0.0.37

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,28 +1,28 @@
1
1
  {
2
2
  "name": "@masterteam/properties",
3
- "version": "0.0.35",
3
+ "version": "0.0.37",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/properties",
6
6
  "linkDirectory": false,
7
7
  "access": "public"
8
8
  },
9
9
  "peerDependencies": {
10
- "@angular/common": "catalog:angular21",
11
- "@angular/core": "catalog:angular21",
12
- "@angular/forms": "catalog:angular21",
13
- "@primeuix/themes": "catalog:",
14
- "@tailwindcss/postcss": "catalog:",
15
- "@jsverse/transloco": "catalog:i18n",
16
- "postcss": "catalog:",
17
- "primeng": "catalog:",
18
- "rxjs": "catalog:angular21",
19
- "tailwindcss": "catalog:",
20
- "tailwindcss-primeui": "catalog:",
10
+ "@angular/common": "^21.0.3",
11
+ "@angular/core": "^21.0.3",
12
+ "@angular/forms": "^21.0.3",
13
+ "@primeuix/themes": "^2.0.2",
14
+ "@tailwindcss/postcss": "^4.1.17",
15
+ "@jsverse/transloco": "^8.0.2",
16
+ "postcss": "^8.5.6",
17
+ "primeng": "21.0.1",
18
+ "rxjs": "^7.8.2",
19
+ "tailwindcss": "^4.1.17",
20
+ "tailwindcss-primeui": "^0.6.1",
21
21
  "@ngxs/store": "^20.1.0",
22
- "@masterteam/components": "workspace:^",
23
- "@masterteam/formula-builder": "workspace:^",
24
- "@masterteam/forms": "workspace:^",
25
- "@masterteam/icons": "workspace:^"
22
+ "@masterteam/formula-builder": "^0.0.3",
23
+ "@masterteam/forms": "^0.0.54",
24
+ "@masterteam/icons": "^0.0.13",
25
+ "@masterteam/components": "^0.0.112"
26
26
  },
27
27
  "sideEffects": false,
28
28
  "exports": {
@@ -43,6 +43,6 @@
43
43
  "module": "fesm2022/masterteam-properties.mjs",
44
44
  "typings": "types/masterteam-properties.d.ts",
45
45
  "dependencies": {
46
- "tslib": "catalog:angular21"
46
+ "tslib": "^2.8.1"
47
47
  }
48
48
  }
@@ -351,6 +351,7 @@ interface CatalogPropertyDto {
351
351
  configuration: Record<string, unknown> | null;
352
352
  source?: string;
353
353
  order?: number;
354
+ isCalculated?: boolean;
354
355
  isRequired?: boolean;
355
356
  isSystem?: boolean;
356
357
  }