@docupace/ihub-config 1.1.1 → 1.1.2

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.
@@ -8,6 +8,7 @@ interface IMenuItem {
8
8
  component: String
9
9
  description: String
10
10
  visibilityCondition: String
11
+ disabledCondition: String
11
12
  config: JSON
12
13
  }
13
14
 
@@ -22,6 +23,7 @@ type MenuItem implements IMenuItem {
22
23
  tooltip: String
23
24
  description: String
24
25
  visibilityCondition: String
26
+ disabledCondition: String
25
27
  config: JSON
26
28
  }
27
29
 
@@ -8,6 +8,7 @@ interface IMenuItem {
8
8
  component: String
9
9
  description: String
10
10
  visibilityCondition: String
11
+ disabledCondition: String
11
12
  config: JSON
12
13
  }
13
14
 
@@ -22,6 +23,7 @@ type MenuItem implements IMenuItem {
22
23
  tooltip: String
23
24
  description: String
24
25
  visibilityCondition: String
26
+ disabledCondition: String
25
27
  config: JSON
26
28
  }
27
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docupace/ihub-config",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Reusable config GraphQL extension and standalone server",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",