@masterteam/formula-builder 0.0.3 → 0.0.5

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/README.md CHANGED
@@ -52,6 +52,9 @@ export class MyComponent {
52
52
  | `placeholder` | `string` | Placeholder text |
53
53
  | `hideToolbar` | `boolean` | Hide the top toolbar |
54
54
  | `hideStatusBar` | `boolean` | Hide the status bar |
55
+ | `toolbarTabs` | `ToolbarTab[]` | Visible toolbar tabs, e.g. `['functions', 'operators']` |
56
+ | `codeOnly` | `boolean` | Force code mode and hide the mode toggle |
57
+ | `isProcessBuilder` | `boolean` | Use Process Builder current-only Formula Engine endpoints |
55
58
 
56
59
  ### Outputs
57
60
 
@@ -22,6 +22,7 @@
22
22
  "dependencies": "التبعيات"
23
23
  },
24
24
  "placeholder": "أدخل الصيغة...",
25
+ "codeMode": "وضع الكود",
25
26
  "help": "مساعدة",
26
27
  "errors": {
27
28
  "syntaxError": "خطأ في الصيغة",
@@ -31,6 +32,14 @@
31
32
  "actions": {
32
33
  "insert": "إدراج",
33
34
  "clear": "مسح"
35
+ },
36
+ "properties": {
37
+ "path": "المسار",
38
+ "field": "الحقل",
39
+ "no-path-configured": "لا يوجد مسار محدد",
40
+ "direct-access": "وصول مباشر",
41
+ "add-segment": "إضافة جزء",
42
+ "select": "اختر"
34
43
  }
35
44
  }
36
45
  }
@@ -22,6 +22,7 @@
22
22
  "dependencies": "Dependencies"
23
23
  },
24
24
  "placeholder": "Enter formula...",
25
+ "codeMode": "Code mode",
25
26
  "help": "Help",
26
27
  "errors": {
27
28
  "syntaxError": "Syntax error",
@@ -31,6 +32,14 @@
31
32
  "actions": {
32
33
  "insert": "Insert",
33
34
  "clear": "Clear"
35
+ },
36
+ "properties": {
37
+ "path": "Path",
38
+ "field": "Field",
39
+ "no-path-configured": "No path configured",
40
+ "direct-access": "Direct Access",
41
+ "add-segment": "Add Segment",
42
+ "select": "Select"
34
43
  }
35
44
  }
36
45
  }