bruce-models 3.4.6 → 3.4.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 +2 -8
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +2 -8
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/plugin/plugin.js +3 -1
- package/dist/lib/plugin/plugin.js.map +1 -1
- package/dist/lib/server/message-broker.js +3 -1
- package/dist/lib/server/message-broker.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/package.json +1 -1
package/dist/bruce-models.es5.js
CHANGED
|
@@ -597,7 +597,7 @@ var MessageBroker;
|
|
|
597
597
|
}
|
|
598
598
|
}
|
|
599
599
|
formatApiUri(uri) {
|
|
600
|
-
const 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.
|
|
10822
|
+
const VERSION = "3.4.7";
|
|
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
|