bruce-models 7.1.70 → 7.1.72
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 +10 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +10 -1
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/style/style.js +9 -0
- package/dist/lib/style/style.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/style/style.d.ts +12 -0
- package/package.json +1 -1
package/dist/bruce-models.es5.js
CHANGED
|
@@ -11205,6 +11205,15 @@ var Style;
|
|
|
11205
11205
|
(function (ETextureColorMaskType) {
|
|
11206
11206
|
ETextureColorMaskType["BlackWhite"] = "BLACK_WHITE";
|
|
11207
11207
|
})(ETextureColorMaskType = Style.ETextureColorMaskType || (Style.ETextureColorMaskType = {}));
|
|
11208
|
+
/**
|
|
11209
|
+
* Dictates where a polygon's extrusion height comes from.
|
|
11210
|
+
* Default is "PATH".
|
|
11211
|
+
*/
|
|
11212
|
+
let EPolygonExtrusionType;
|
|
11213
|
+
(function (EPolygonExtrusionType) {
|
|
11214
|
+
EPolygonExtrusionType["Path"] = "PATH";
|
|
11215
|
+
EPolygonExtrusionType["Texture"] = "TEXTURE";
|
|
11216
|
+
})(EPolygonExtrusionType = Style.EPolygonExtrusionType || (Style.EPolygonExtrusionType = {}));
|
|
11208
11217
|
/**
|
|
11209
11218
|
* Returns a list of styles.
|
|
11210
11219
|
* @param params
|
|
@@ -19788,7 +19797,7 @@ var UrlUtils;
|
|
|
19788
19797
|
})(UrlUtils || (UrlUtils = {}));
|
|
19789
19798
|
|
|
19790
19799
|
// This is updated with the package.json version on build.
|
|
19791
|
-
const VERSION = "7.1.
|
|
19800
|
+
const VERSION = "7.1.72";
|
|
19792
19801
|
|
|
19793
19802
|
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, Ontology, ENVIRONMENT, ExportBrz, ExportUsd, ImportAssembly, ImportCad, ImportCsv, ImportGeoJson, ImportJson, ImportKml, ImportLcc, ImportedFile, Uploader, Markup, UIMarkup, 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 };
|
|
19794
19803
|
//# sourceMappingURL=bruce-models.es5.js.map
|