@fibery/views 13.0.0 → 13.0.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.
Files changed (2) hide show
  1. package/lib/views.js +5 -0
  2. package/package.json +1 -1
package/lib/views.js CHANGED
@@ -1357,6 +1357,11 @@ const visitView = (view, visitor) => immutableUpdate__default["default"](view, {
1357
1357
  expression: visitor.visitExpression(fromType, colorCoding.expression)
1358
1358
  })).filter(colorCoding => colorCoding.expression !== null);
1359
1359
  }
1360
+ },
1361
+ dependencyExpression: {
1362
+ $apply: expression => {
1363
+ return expression && visitor.visitExpression(fromType, expression);
1364
+ }
1360
1365
  }
1361
1366
  }) : item;
1362
1367
  }).filter(item => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fibery/views",
3
- "version": "13.0.0",
3
+ "version": "13.0.2",
4
4
  "description": "Operations on view objects",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Fibery",