bruce-models 7.1.61 → 7.1.63
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 +5 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +5 -1
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/client-file/client-file.js +1 -0
- package/dist/lib/client-file/client-file.js.map +1 -1
- package/dist/lib/entity/entity-coords.js +3 -0
- package/dist/lib/entity/entity-coords.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/client-file/client-file.d.ts +3 -1
- package/dist/types/entity/entity-coords.d.ts +1 -0
- package/package.json +1 -1
package/dist/bruce-models.es5.js
CHANGED
|
@@ -8808,6 +8808,7 @@ var ClientFile;
|
|
|
8808
8808
|
EColumn["Size"] = "size";
|
|
8809
8809
|
EColumn["User"] = "user";
|
|
8810
8810
|
EColumn["Extension"] = "extension";
|
|
8811
|
+
EColumn["Data"] = "data";
|
|
8811
8812
|
})(EColumn = Filter.EColumn || (Filter.EColumn = {}));
|
|
8812
8813
|
let ESortOrder;
|
|
8813
8814
|
(function (ESortOrder) {
|
|
@@ -12272,6 +12273,9 @@ var EntityCoords;
|
|
|
12272
12273
|
"coordinates": {
|
|
12273
12274
|
"Entity.ID": entityId
|
|
12274
12275
|
}
|
|
12276
|
+
},
|
|
12277
|
+
"transform": {
|
|
12278
|
+
"scale": params.scale || 1
|
|
12275
12279
|
}
|
|
12276
12280
|
},
|
|
12277
12281
|
"test": params.test
|
|
@@ -19333,7 +19337,7 @@ var UrlUtils;
|
|
|
19333
19337
|
})(UrlUtils || (UrlUtils = {}));
|
|
19334
19338
|
|
|
19335
19339
|
// This is updated with the package.json version on build.
|
|
19336
|
-
const VERSION = "7.1.
|
|
19340
|
+
const VERSION = "7.1.63";
|
|
19337
19341
|
|
|
19338
19342
|
export { VERSION, Account, AccountAudit, AccountConcept, AccountFeatures, AccountInvite, AccountLimits, AccountTemplate, AccountType, AnnDocument, AbstractApi, Api, ApiGetters, BruceApi, GlobalApi, GuardianApi, Assembly, Calculator, ChangeSet, ClientFile, Bounds, BruceEvent, BruceVariable, CacheControl, Camera, Cartes, Carto, Color, DelayQueue, GeoJson, Geometry, LRUCache, UTC, CustomForm, DashboardView, DataFeed, DataLab, DataLabGroup, DataSource, DataTransform, Comment, Entity, EntityAttachment, EntityAttachmentType, EntityAttribute, EntityComment, EntityCoords, EntityHistoricData, EntityLink, EntityLod, EntityLodCategory, EntityRelation, EntityRelationType, EntitySource, EntityTableView, EntityTag, EntityType, EntityTypeTrigger, ENVIRONMENT, ExportBrz, ExportUsd, ImportAssembly, ImportCad, ImportCsv, ImportGeoJson, ImportJson, ImportKml, ImportLcc, ImportedFile, Uploader, Markup, NAVIGATOR_CHAT_EVENT_ENTITY_HIGHLIGHT_APPLIED, NAVIGATOR_CHAT_EVENT_SCENE_CONTEXT_PREFETCHED, NavigatorChatClient, NavigatorMcpWebSocketClient, Plugin, ProgramKey, MenuItem, ProjectView, ProjectViewBookmark, ProjectViewBookmarkGroup, ProjectViewLegacy, ProjectViewLegacyBookmark, ProjectViewLegacyTile, ProjectViewTile, ZoomControl, Scenario, HostingLocation, MessageBroker, PendingAction, RecordChangeFeed, Style, Tileset, Tracking, Permission, Session, User, UserGroup, UserMfaMethod, EncryptUtils, MathUtils, ObjectUtils, PathUtils, UrlUtils };
|
|
19339
19343
|
//# sourceMappingURL=bruce-models.es5.js.map
|