bruce-models 3.2.7 → 3.2.9

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.
@@ -2987,7 +2987,7 @@ var Entity;
2987
2987
  let curData = data;
2988
2988
  for (let i = 0; i < path.length; i++) {
2989
2989
  const step = path[i];
2990
- if (!curData[step]) {
2990
+ if (typeof curData != "object" || curData == null) {
2991
2991
  return;
2992
2992
  }
2993
2993
  if (i >= path.length - 1) {
@@ -10620,7 +10620,7 @@ var DataSource;
10620
10620
  DataSource.GetList = GetList;
10621
10621
  })(DataSource || (DataSource = {}));
10622
10622
 
10623
- const VERSION = "3.2.7";
10623
+ const VERSION = "3.2.9";
10624
10624
 
10625
10625
  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 };
10626
10626
  //# sourceMappingURL=bruce-models.es5.js.map