bruce-models 3.3.5 → 3.3.8

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.
@@ -9840,6 +9840,14 @@
9840
9840
  // Assumes existence of line that is used to anchor it.
9841
9841
  EType["Callout"] = "callout";
9842
9842
  })(EType = Div.EType || (Div.EType = {}));
9843
+ let EAnchorDivSide;
9844
+ (function (EAnchorDivSide) {
9845
+ // “absolute” is now deprecated and a legacy value for TopLeft
9846
+ EAnchorDivSide["TopLeft"] = "TopLeft";
9847
+ EAnchorDivSide["BottomLeft"] = "BottomLeft";
9848
+ EAnchorDivSide["BottomRight"] = "BottomRight";
9849
+ EAnchorDivSide["TopRight"] = "TopRight";
9850
+ })(EAnchorDivSide = Div.EAnchorDivSide || (Div.EAnchorDivSide = {}));
9843
9851
  // Describes expected content of a row cell.
9844
9852
  let EItemType;
9845
9853
  (function (EItemType) {
@@ -10447,7 +10455,7 @@
10447
10455
  DataSource.GetList = GetList;
10448
10456
  })(exports.DataSource || (exports.DataSource = {}));
10449
10457
 
10450
- const VERSION = "3.3.5";
10458
+ const VERSION = "3.3.8";
10451
10459
 
10452
10460
  exports.VERSION = VERSION;
10453
10461
  exports.AbstractApi = AbstractApi;