@masterteam/formula-builder 0.0.8 → 0.0.10

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,25 +1,25 @@
1
1
  {
2
2
  "name": "@masterteam/formula-builder",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/formula-builder",
6
6
  "linkDirectory": true,
7
7
  "access": "public"
8
8
  },
9
9
  "peerDependencies": {
10
- "@angular/common": "^21.0.3",
11
- "@angular/core": "^21.0.3",
12
- "@angular/forms": "^21.0.3",
13
- "@angular/cdk": "^21.0.2",
14
- "@primeuix/themes": "^2.0.2",
15
- "@tailwindcss/postcss": "^4.1.17",
16
- "@jsverse/transloco": "^8.0.2",
17
- "postcss": "^8.5.6",
18
- "primeng": "21.0.1",
10
+ "@angular/common": "^21.2.8",
11
+ "@angular/core": "^21.2.8",
12
+ "@angular/forms": "^21.2.8",
13
+ "@angular/cdk": "^21.2.6",
14
+ "@primeuix/themes": "^2.0.3",
15
+ "@tailwindcss/postcss": "^4.2.2",
16
+ "@jsverse/transloco": "^8.3.0",
17
+ "postcss": "^8.5.9",
18
+ "primeng": "21.1.5",
19
19
  "rxjs": "^7.8.2",
20
- "tailwindcss": "^4.1.17",
20
+ "tailwindcss": "^4.2.2",
21
21
  "tailwindcss-primeui": "^0.6.1",
22
- "@masterteam/components": "^0.0.131",
22
+ "@masterteam/components": "^0.0.137",
23
23
  "@masterteam/icons": "^0.0.14"
24
24
  },
25
25
  "sideEffects": false,
@@ -34,6 +34,7 @@
34
34
  },
35
35
  "module": "fesm2022/masterteam-formula-builder.mjs",
36
36
  "typings": "types/masterteam-formula-builder.d.ts",
37
+ "type": "module",
37
38
  "dependencies": {
38
39
  "tslib": "^2.8.1"
39
40
  }
@@ -272,7 +272,7 @@ declare class FormulaContextService {
272
272
  private readonly propertiesCache;
273
273
  private readonly nextTokensCache;
274
274
  loadContext(schemaId: number, moduleId?: number, contextEntityTypeKey?: string, mode?: FormulaApiMode$1): Observable<FormulaBuilderContextResponse | null>;
275
- getScopeProperties(schemaId: number, component: string, tablePath: string, moduleId?: number, mode?: FormulaApiMode$1): Observable<FormulaPropertyDescriptor[]>;
275
+ getScopeProperties(schemaId: number, component: string | undefined, tablePath: string, moduleId?: number, mode?: FormulaApiMode$1): Observable<FormulaPropertyDescriptor[]>;
276
276
  getNextTokens(schemaId: number, component: string, tablePath: string, moduleId?: number, mode?: FormulaApiMode$1): Observable<FormulaBuilderNextTokensResponse | null>;
277
277
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FormulaContextService, never>;
278
278
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<FormulaContextService>;