bruce-models 3.4.6 → 3.4.8

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.
@@ -597,7 +597,7 @@ var MessageBroker;
597
597
  }
598
598
  }
599
599
  formatApiUri(uri) {
600
- const ws = document.location.protocol === "https:" ? "wss" : "ws";
600
+ const ws = "wss";
601
601
  return uri.replace(/^(https|http)/, ws) + "websocket";
602
602
  }
603
603
  onOpen(ev) {
@@ -10663,12 +10663,6 @@ var Plugin;
10663
10663
  }
10664
10664
  const callDispose = window[disposeId];
10665
10665
  return () => {
10666
- if (elementId) {
10667
- const element = document.getElementById(elementId);
10668
- if (element && element.parentElement) {
10669
- element.parentElement.removeChild(element);
10670
- }
10671
- }
10672
10666
  callDispose();
10673
10667
  };
10674
10668
  }
@@ -10825,7 +10819,7 @@ var DataSource;
10825
10819
  DataSource.GetList = GetList;
10826
10820
  })(DataSource || (DataSource = {}));
10827
10821
 
10828
- const VERSION = "3.4.6";
10822
+ const VERSION = "3.4.8";
10829
10823
 
10830
10824
  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 };
10831
10825
  //# sourceMappingURL=bruce-models.es5.js.map