@yoobic/yobi 8.5.2 → 8.5.3

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.
@@ -2805,6 +2805,29 @@ export class YooFormCreatorComponent {
2805
2805
  "text": "Used to select a selected scoring by default when a new one is created. Allows to pass a variable from the outside\nto update the internal scoring value"
2806
2806
  }
2807
2807
  },
2808
+ "selectedLeftMenuOption": {
2809
+ "type": "string",
2810
+ "mutable": true,
2811
+ "complexType": {
2812
+ "original": "FormCreatorOptions",
2813
+ "resolved": "FormCreatorOptions.blocks | FormCreatorOptions.design | FormCreatorOptions.formula | FormCreatorOptions.logic | FormCreatorOptions.reportbuilder | FormCreatorOptions.scoring | FormCreatorOptions.translate | FormCreatorOptions.workflow",
2814
+ "references": {
2815
+ "FormCreatorOptions": {
2816
+ "location": "import",
2817
+ "path": "@shared/interfaces"
2818
+ }
2819
+ }
2820
+ },
2821
+ "required": false,
2822
+ "optional": false,
2823
+ "docs": {
2824
+ "tags": [],
2825
+ "text": "Holds the currently selected left menu option. There are 4 options: blocks, scoring, logic and translate"
2826
+ },
2827
+ "attribute": "selected-left-menu-option",
2828
+ "reflect": false,
2829
+ "defaultValue": "FormCreatorOptions.blocks"
2830
+ },
2808
2831
  "translations": {
2809
2832
  "type": "unknown",
2810
2833
  "mutable": false,
@@ -2846,7 +2869,6 @@ export class YooFormCreatorComponent {
2846
2869
  }
2847
2870
  static get states() {
2848
2871
  return {
2849
- "selectedLeftMenuOption": {},
2850
2872
  "selectedPageIndex": {},
2851
2873
  "showConditions": {},
2852
2874
  "showLeftMenuSelection": {},