@docupace/ihub-config 1.1.9 → 1.1.11

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.
@@ -45,4 +45,5 @@ type ActionButton implements IMenuItem {
45
45
  enum ActionButtonVariant {
46
46
  INLINE
47
47
  DROPDOWN
48
+ INLINE_DROPDOWN
48
49
  }
@@ -43,7 +43,8 @@ type TotalsItem {
43
43
  }
44
44
 
45
45
  type GroupBy {
46
- path: String!
46
+ path: String
47
+ pathExpression: String
47
48
  orderType: OrderType!
48
49
  component: String
49
50
  }
@@ -45,4 +45,5 @@ type ActionButton implements IMenuItem {
45
45
  enum ActionButtonVariant {
46
46
  INLINE
47
47
  DROPDOWN
48
+ INLINE_DROPDOWN
48
49
  }
@@ -43,7 +43,8 @@ type TotalsItem {
43
43
  }
44
44
 
45
45
  type GroupBy {
46
- path: String!
46
+ path: String
47
+ pathExpression: String
47
48
  orderType: OrderType!
48
49
  component: String
49
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docupace/ihub-config",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
4
4
  "description": "Reusable config GraphQL extension and standalone server",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",