@myrmidon/gve-snapshot-rendition 2.0.3 → 2.0.4

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.
@@ -318,6 +318,13 @@ export declare class GveHintDesigner extends HTMLElement {
318
318
  * Refresh the variables table.
319
319
  */
320
320
  private refreshVariablesTable;
321
+ /**
322
+ * Update the highlighted state of all Hint Properties form rows.
323
+ * Rows whose value differs from the default get the form-row--modified class.
324
+ */
325
+ private updateFormFieldHighlights;
326
+ private isOffsetModified;
327
+ private setFormRowModified;
321
328
  /**
322
329
  * Show a message in the message panel.
323
330
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myrmidon/gve-snapshot-rendition",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "homepage": "https://github.com/vedph/gve-snapshot-rendition",
5
5
  "repository": {
6
6
  "type": "git",