@vitrosoftware/common-ui-ts 1.1.78 → 1.1.80

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.
@@ -36,7 +36,8 @@ export declare enum EVENT {
36
36
  ON_DRAG_OVER = "OnDragOver",
37
37
  ON_DROP = "OnDrop",
38
38
  ON_INIT = "OnInit",
39
- ON_CUSTOM_AJAX = "OnCustomAjax"
39
+ ON_CUSTOM_AJAX = "OnCustomAjax",
40
+ ON_CLICK_SIDE_BUTTON = "OnClickSideButton"
40
41
  }
41
42
  export declare enum URL {
42
43
  LAYOUT = "Layout",
@@ -77,6 +78,7 @@ export declare enum CELL_TYPE {
77
78
  }
78
79
  export declare enum ATTRIBUTE {
79
80
  BUTTON = "Button",
81
+ BUTTON_CLASS = "ButtonClass",
80
82
  BUTTON_TEXT = "ButtonText",
81
83
  ON_CLICK_SIDE_BUTTON = "OnClickSideButton",
82
84
  ICON = "Icon",
@@ -79,4 +79,6 @@ export interface TableViewContext {
79
79
  selectRange(row1: any, col1: any, row2: any, col2: any, select: boolean): any;
80
80
  showColumns(): any;
81
81
  getFirstCol(section: number): any;
82
+ focusRow(row: TableViewRow): any;
83
+ showPopupMenu(): any;
82
84
  }
@@ -89,4 +89,6 @@ export declare class TreeGridTableViewContextImpl implements TableViewContext {
89
89
  selectRange(row1: any, col1: any, row2: any, col2: any, select: boolean): any;
90
90
  showColumns(): any;
91
91
  getFirstCol(section: number): any;
92
+ focusRow(row: TableViewRow): any;
93
+ showPopupMenu(): any;
92
94
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitrosoftware/common-ui-ts",
3
- "version": "1.1.78",
3
+ "version": "1.1.80",
4
4
  "description": "vitro software common ui ts",
5
5
  "author": "",
6
6
  "license": "MIT",