bruce-models 7.1.62 → 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.
@@ -8708,6 +8708,7 @@
8708
8708
  EColumn["Size"] = "size";
8709
8709
  EColumn["User"] = "user";
8710
8710
  EColumn["Extension"] = "extension";
8711
+ EColumn["Data"] = "data";
8711
8712
  })(EColumn = Filter.EColumn || (Filter.EColumn = {}));
8712
8713
  let ESortOrder;
8713
8714
  (function (ESortOrder) {
@@ -10917,6 +10918,23 @@
10917
10918
  // Render a cylinder with a fixed meter size.
10918
10919
  EPointType["Cylinder"] = "CYLINDER";
10919
10920
  })(EPointType = Style.EPointType || (Style.EPointType = {}));
10921
+ /**
10922
+ * Dictates whether a polygon renders a flat colour fill or a texture image.
10923
+ * Default is "COLOR".
10924
+ */
10925
+ let EPolygonFillType;
10926
+ (function (EPolygonFillType) {
10927
+ EPolygonFillType["Color"] = "COLOR";
10928
+ EPolygonFillType["Texture"] = "TEXTURE";
10929
+ })(EPolygonFillType = Style.EPolygonFillType || (Style.EPolygonFillType = {}));
10930
+ /**
10931
+ * Available ways to tint a rendered texture into a colour gradient.
10932
+ * Currently used for ERDDAP generated textures which are BLACK_WHITE scale images to be recoloured by UI.
10933
+ */
10934
+ let ETextureColorMaskType;
10935
+ (function (ETextureColorMaskType) {
10936
+ ETextureColorMaskType["BlackWhite"] = "BLACK_WHITE";
10937
+ })(ETextureColorMaskType = Style.ETextureColorMaskType || (Style.ETextureColorMaskType = {}));
10920
10938
  /**
10921
10939
  * Returns a list of styles.
10922
10940
  * @param params
@@ -18994,7 +19012,7 @@
18994
19012
  })(exports.UrlUtils || (exports.UrlUtils = {}));
18995
19013
 
18996
19014
  // This is updated with the package.json version on build.
18997
- const VERSION = "7.1.62";
19015
+ const VERSION = "7.1.64";
18998
19016
 
18999
19017
  exports.VERSION = VERSION;
19000
19018
  exports.AbstractApi = AbstractApi;