@vitrosoftware/common-ui-ts 1.1.114 → 1.1.115

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/index.js CHANGED
@@ -21209,8 +21209,8 @@ var TreeGridTableViewContextImpl = /*#__PURE__*/function () {
21209
21209
  _proto.setRowCanExpand = function setRowCanExpand(row, canExpand) {
21210
21210
  row.CanExpand = canExpand;
21211
21211
  };
21212
- _proto.getCols = function getCols() {
21213
- return this.grid.GetCols();
21212
+ _proto.getCols = function getCols(attr1, attr2) {
21213
+ return this.grid.GetCols(attr1, attr2);
21214
21214
  };
21215
21215
  _proto.hasChangeList = function hasChangeList() {
21216
21216
  return this.grid.HasChanges();
@@ -21489,6 +21489,7 @@ var ATTRIBUTE;
21489
21489
  ATTRIBUTE["TIP_POSITION"] = "TipPosition";
21490
21490
  ATTRIBUTE["HTML"] = "Html";
21491
21491
  ATTRIBUTE["CLASS"] = "Class";
21492
+ ATTRIBUTE["VISIBLE"] = "Visible";
21492
21493
  })(ATTRIBUTE || (ATTRIBUTE = {}));
21493
21494
  var DRAG_ITEM_TYPE;
21494
21495
  (function (DRAG_ITEM_TYPE) {
@@ -61951,7 +61952,7 @@ var Viewer = function Viewer(props) {
61951
61952
  };
61952
61953
 
61953
61954
  var name = "@vitrosoftware/common-ui-ts";
61954
- var version$1 = "1.1.114";
61955
+ var version$1 = "1.1.115";
61955
61956
  var description = "vitro software common ui ts";
61956
61957
  var author = "";
61957
61958
  var license = "MIT";