bruce-models 5.7.9 → 5.8.1

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.
@@ -2352,6 +2352,14 @@ var EntityAttribute;
2352
2352
  // String Entity ID.
2353
2353
  EType["Entity"] = "Entity";
2354
2354
  })(EType = EntityAttribute.EType || (EntityAttribute.EType = {}));
2355
+ /**
2356
+ * Describes url open behavior.
2357
+ */
2358
+ let EOpenBehavior;
2359
+ (function (EOpenBehavior) {
2360
+ EOpenBehavior["POPUP"] = "POPUP";
2361
+ EOpenBehavior["NEW_TAB"] = "NEW_TAB";
2362
+ })(EOpenBehavior || (EOpenBehavior = {}));
2355
2363
  /**
2356
2364
  * Returns an attribute from a provided hierarchy of attributes.
2357
2365
  * Eg: Use the path: ["Bruce", "ID"] to find the "ID" attribute.
@@ -2991,8 +2999,13 @@ var EntityHistoricData;
2991
2999
  api = ENVIRONMENT.Api().GetBruceApi();
2992
3000
  }
2993
3001
  let attrKeyStr = null;
2994
- if (attrKey && typeof attrKey != "string") {
2995
- attrKeyStr = PathUtils.Wrap(attrKey);
3002
+ if (attrKey) {
3003
+ if (typeof attrKey != "string") {
3004
+ attrKeyStr = PathUtils.Wrap(attrKey);
3005
+ }
3006
+ else {
3007
+ attrKeyStr = attrKey;
3008
+ }
2996
3009
  }
2997
3010
  // If we have more than 100 Entity IDs we'll have to split the request to avoid a URL that is too long.
2998
3011
  const MAX_IDS = 100;
@@ -15322,7 +15335,7 @@ var Scenario;
15322
15335
  })(Scenario || (Scenario = {}));
15323
15336
 
15324
15337
  // This is updated with the package.json version on build.
15325
- const VERSION = "5.7.9";
15338
+ const VERSION = "5.8.1";
15326
15339
 
15327
15340
  export { VERSION, AnnDocument, CustomForm, AbstractApi, Api, BruceApi, GlobalApi, GuardianApi, ApiGetters, Calculator, Bounds, BruceEvent, CacheControl, Camera, Cartes, Carto, Color, DelayQueue, Geometry, UTC, BruceVariable, LRUCache, GeoJson, EntityAttachmentType, EntityAttachment, EntityComment, EntityLink, EntityLod, EntityLodCategory, EntityRelationType, EntityRelation, EntitySource, EntityTag, EntityType, Entity, EntityCoords, EntityAttribute, EntityHistoricData, EntityTableView, Comment, ClientFile, ProgramKey, ZoomControl, MenuItem, ProjectViewBookmark, ProjectView, ProjectViewLegacyTile, ProjectViewTile, ProjectViewLegacy, ProjectViewLegacyBookmark, ProjectViewBookmarkGroup, PendingAction, MessageBroker, HostingLocation, Style, Tileset, Permission, Session, UserGroup, User, Account, AccountInvite, AccountFeatures, AccountLimits, AccountTemplate, AccountType, EncryptUtils, MathUtils, ObjectUtils, PathUtils, UrlUtils, DataLab, DataLabGroup, ImportAssembly, ImportCad, ImportCsv, ImportJson, ImportGeoJson, ImportKml, ImportedFile, ExportBrz, ExportUsd, Markup, Uploader, Plugin, ENVIRONMENT, DataSource, Scenario };
15328
15341
  //# sourceMappingURL=bruce-models.es5.js.map