@huntsman-cancer-institute/cod 17.1.0 → 17.1.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huntsman-cancer-institute/cod",
3
- "version": "17.1.0",
3
+ "version": "17.1.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git@gitlab.com:huntsman-cancer-institute/risr/ng/hci-ng-lib.git"
@@ -185,6 +185,13 @@ export declare class AttributeService {
185
185
  clearUpdatedGridRowAttributeValues(groupAttributeRowId: number): void;
186
186
  saveGridRowAttributeValues(idGroupAttribute: number, groupAttributeRowId: number): void;
187
187
  deleteGridRowAttributeValues(idGroupAttribute: number, groupAttributeRowId: number): void;
188
+ /**
189
+ * Used to refresh a grid row after plugin execution without affecting other attribute values
190
+ * Normally saving the grid row updates the values, but some applications execute a subsequent plugin and need an extra refresh to pick up changes.
191
+ *
192
+ * @param {AttributeValueGridRow} avgr
193
+ */
194
+ refreshGridRow(avgr: AttributeValueGridRow): void;
188
195
  /**
189
196
  * Push an attribute to the attribute map.
190
197
  *