bruce-models 3.6.3 → 3.6.4
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 +3 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +3 -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 +2 -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.es5.js
CHANGED
|
@@ -7896,6 +7896,8 @@ var MenuItem;
|
|
|
7896
7896
|
EType["Relationships"] = "Relationships";
|
|
7897
7897
|
// Renders the Cesium Google photogrammetry tileset.
|
|
7898
7898
|
EType["GooglePhotoTileset"] = "GooglePhotoTileset";
|
|
7899
|
+
// Renders a ArcGIS I3S scene.
|
|
7900
|
+
EType["I3sTileset"] = "I3STileset";
|
|
7899
7901
|
})(EType = MenuItem.EType || (MenuItem.EType = {}));
|
|
7900
7902
|
/**
|
|
7901
7903
|
* Creates a menu item for a single entity.
|
|
@@ -10966,7 +10968,7 @@ var DataSource;
|
|
|
10966
10968
|
})(DataSource || (DataSource = {}));
|
|
10967
10969
|
|
|
10968
10970
|
// This is updated with the package.json version on build.
|
|
10969
|
-
const VERSION = "3.6.
|
|
10971
|
+
const VERSION = "3.6.4";
|
|
10970
10972
|
|
|
10971
10973
|
export { VERSION, AnnDocument, CustomForm, AbstractApi, Api, BruceApi, GlobalApi, GuardianApi, ApiGetters, Calculator, Bounds, BruceEvent, CacheControl, Camera, Cartes, Carto, Color, DelayQueue, Geometry, UTC, BruceVariable, LRUCache, EntityAttachmentType, EntityAttachment, EntityComment, EntityLink, EntityLod, EntityLodCategory, EntityRelationType, EntityRelation, EntitySource, EntityTag, EntityType, Entity, EntityCoords, EntityTypeVisualSettings, EntityAttribute, ClientFile, ProgramKey, ZoomControl, MenuItem, ProjectViewBookmark, ProjectView, ProjectViewLegacyTile, ProjectViewTile, ProjectViewLegacy, ProjectViewLegacyBookmark, PendingAction, MessageBroker, HostingLocation, Style, Tileset, Permission, Session, UserGroup, User, Account, AccountInvite, EncryptUtils, MathUtils, ObjectUtils, PathUtils, UrlUtils, DataLab, ImportCad, ImportCsv, ImportJson, ImportKml, ImportedFile, Markup, Uploader, Plugin, ENVIRONMENT, DataSource };
|
|
10972
10974
|
//# sourceMappingURL=bruce-models.es5.js.map
|