bruce-models 4.5.5 → 4.5.7
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/dist/bruce-models.es5.js +4 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +4 -1
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/project/menu-item.js +3 -0
- package/dist/lib/project/menu-item.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/project/menu-item.d.ts +9 -1
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -9794,6 +9794,9 @@
|
|
|
9794
9794
|
EType["Relationships"] = "Relationships";
|
|
9795
9795
|
// Renders the Cesium Google photogrammetry tileset.
|
|
9796
9796
|
EType["GooglePhotoTileset"] = "GooglePhotoTileset";
|
|
9797
|
+
// Renders the result of a Google search.
|
|
9798
|
+
// Eg: the Menu Item can be configured to render 'restaurants' around the viewport.
|
|
9799
|
+
EType["GoogleSearch"] = "GoogleSearch";
|
|
9797
9800
|
// Renders a ArcGIS I3S scene.
|
|
9798
9801
|
EType["I3sTileset"] = "I3STileset";
|
|
9799
9802
|
})(EType = MenuItem.EType || (MenuItem.EType = {}));
|
|
@@ -13455,7 +13458,7 @@
|
|
|
13455
13458
|
})(exports.DataSource || (exports.DataSource = {}));
|
|
13456
13459
|
|
|
13457
13460
|
// This is updated with the package.json version on build.
|
|
13458
|
-
const VERSION = "4.5.
|
|
13461
|
+
const VERSION = "4.5.7";
|
|
13459
13462
|
|
|
13460
13463
|
exports.VERSION = VERSION;
|
|
13461
13464
|
exports.AbstractApi = AbstractApi;
|