bruce-cesium 2.8.0 → 2.8.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.
@@ -104,13 +104,13 @@ export declare namespace VisualsRegister {
104
104
  /**
105
105
  * Locates a visual corresponding to a given entity id.
106
106
  * If no menu item id is provided, then it will pick the "best" one.
107
- * @param entityId
108
- * @param menuItemId
107
+ * @param params
109
108
  * @returns
110
109
  */
111
110
  GetRego(params: {
112
- entityId: string;
111
+ entityId?: string;
113
112
  menuItemId?: string;
113
+ relation?: EntityRelation.IRelation;
114
114
  }): IVisualRego;
115
115
  /**
116
116
  * Returns regos matching given criteria.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-cesium",
3
- "version": "2.8.0",
3
+ "version": "2.8.2",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-cesium.umd.js",
@@ -71,7 +71,7 @@
71
71
  "typescript": "^5.0.4"
72
72
  },
73
73
  "dependencies": {
74
- "bruce-models": "^3.0.2",
74
+ "bruce-models": "^3.0.3",
75
75
  "tslib": "^2.4.1"
76
76
  }
77
77
  }