@masterteam/form-builder 0.0.24 → 0.0.26

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/form-builder",
3
- "version": "0.0.24",
3
+ "version": "0.0.26",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/form-builder",
6
6
  "linkDirectory": true,
@@ -19,10 +19,10 @@
19
19
  "rxjs": "^7.8.2",
20
20
  "tailwindcss": "^4.2.2",
21
21
  "tailwindcss-primeui": "^0.6.1",
22
- "@masterteam/properties": "^0.0.43",
23
- "@masterteam/forms": "^0.0.65",
24
- "@masterteam/components": "^0.0.139",
25
- "@masterteam/icons": "^0.0.14"
22
+ "@masterteam/properties": "^0.0.47",
23
+ "@masterteam/components": "^0.0.164",
24
+ "@masterteam/forms": "^0.0.73",
25
+ "@masterteam/icons": "^0.0.15"
26
26
  },
27
27
  "sideEffects": false,
28
28
  "exports": {
@@ -243,6 +243,7 @@ declare class FormBuilder implements OnInit {
243
243
  private readonly modalService;
244
244
  private readonly confirmationService;
245
245
  private readonly translocoService;
246
+ private readonly activeLang;
246
247
  protected readonly facade: FormBuilderFacade;
247
248
  private readonly contextService;
248
249
  private readonly popovers;