bruce-models 3.2.3 → 3.2.5
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 +4 -2
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +4 -2
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/project/project-view.js +3 -1
- package/dist/lib/project/project-view.js.map +1 -1
- package/dist/types/account/account-settings.d.ts +2 -0
- package/dist/types/bruce-models.d.ts +1 -1
- package/package.json +1 -1
package/dist/bruce-models.es5.js
CHANGED
|
@@ -7899,7 +7899,9 @@ var ProjectView;
|
|
|
7899
7899
|
}
|
|
7900
7900
|
const isNew = !data.ID;
|
|
7901
7901
|
if (!data.ID) {
|
|
7902
|
-
|
|
7902
|
+
// Short ID to keep the URL short.
|
|
7903
|
+
// 8 length = 4,294,967,296 combinations.
|
|
7904
|
+
data.ID = ObjectUtils.UId(8);
|
|
7903
7905
|
}
|
|
7904
7906
|
if (!data.Name) {
|
|
7905
7907
|
data.Name = data.ID;
|
|
@@ -10480,7 +10482,7 @@ var DataSource;
|
|
|
10480
10482
|
DataSource.GetList = GetList;
|
|
10481
10483
|
})(DataSource || (DataSource = {}));
|
|
10482
10484
|
|
|
10483
|
-
const VERSION = "3.2.
|
|
10485
|
+
const VERSION = "3.2.5";
|
|
10484
10486
|
|
|
10485
10487
|
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 };
|
|
10486
10488
|
//# sourceMappingURL=bruce-models.es5.js.map
|