bruce-models 7.1.63 → 7.1.64

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.
@@ -11067,6 +11067,23 @@ var Style;
11067
11067
  // Render a cylinder with a fixed meter size.
11068
11068
  EPointType["Cylinder"] = "CYLINDER";
11069
11069
  })(EPointType = Style.EPointType || (Style.EPointType = {}));
11070
+ /**
11071
+ * Dictates whether a polygon renders a flat colour fill or a texture image.
11072
+ * Default is "COLOR".
11073
+ */
11074
+ let EPolygonFillType;
11075
+ (function (EPolygonFillType) {
11076
+ EPolygonFillType["Color"] = "COLOR";
11077
+ EPolygonFillType["Texture"] = "TEXTURE";
11078
+ })(EPolygonFillType = Style.EPolygonFillType || (Style.EPolygonFillType = {}));
11079
+ /**
11080
+ * Available ways to tint a rendered texture into a colour gradient.
11081
+ * Currently used for ERDDAP generated textures which are BLACK_WHITE scale images to be recoloured by UI.
11082
+ */
11083
+ let ETextureColorMaskType;
11084
+ (function (ETextureColorMaskType) {
11085
+ ETextureColorMaskType["BlackWhite"] = "BLACK_WHITE";
11086
+ })(ETextureColorMaskType = Style.ETextureColorMaskType || (Style.ETextureColorMaskType = {}));
11070
11087
  /**
11071
11088
  * Returns a list of styles.
11072
11089
  * @param params
@@ -19337,7 +19354,7 @@ var UrlUtils;
19337
19354
  })(UrlUtils || (UrlUtils = {}));
19338
19355
 
19339
19356
  // This is updated with the package.json version on build.
19340
- const VERSION = "7.1.63";
19357
+ const VERSION = "7.1.64";
19341
19358
 
19342
19359
  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 };
19343
19360
  //# sourceMappingURL=bruce-models.es5.js.map