@masterteam/form-builder 0.0.20 → 0.0.22

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.20",
3
+ "version": "0.0.22",
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.1.17",
21
21
  "tailwindcss-primeui": "^0.6.1",
22
- "@masterteam/properties": "^0.0.41",
22
+ "@masterteam/properties": "^0.0.42",
23
+ "@masterteam/components": "^0.0.132",
23
24
  "@masterteam/icons": "^0.0.14",
24
- "@masterteam/components": "^0.0.130",
25
- "@masterteam/forms": "^0.0.61"
25
+ "@masterteam/forms": "^0.0.62"
26
26
  },
27
27
  "sideEffects": false,
28
28
  "exports": {
@@ -339,6 +339,7 @@ declare class FormBuilder implements OnInit {
339
339
  isScopePropertiesLoading(_scope?: ScopeKey): boolean;
340
340
  getPropertyLabel(property: PropertyItem): string;
341
341
  private hideAllPopovers;
342
+ private getScopeLabel;
342
343
  private getNavigationOptionsByToken;
343
344
  private resolvePropertyName;
344
345
  private createContextOption;