next-flow-interface 0.24.20 → 0.24.21

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -3
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -5984,9 +5984,8 @@ export declare function showAttributeContextMenu<T = unknown>(options: ShowAttri
5984
5984
  export declare interface ShowAttributeContextMenuOptions<T> {
5985
5985
  event: MouseEvent_2
5986
5986
  label?: string
5987
- getValue?: () => T
5988
- copy?: (value: T) => void
5989
- batchApply?: (value: T) => void
5987
+ copy?: () => void
5988
+ batchApply?: () => void
5990
5989
  jumpToLearn?: () => void
5991
5990
  reset?: () => void
5992
5991
  }
package/package.json CHANGED
@@ -37,7 +37,7 @@
37
37
  "valtio": "2.1.7",
38
38
  "rhine-var": "0.11.2"
39
39
  },
40
- "version": "0.24.20",
40
+ "version": "0.24.21",
41
41
  "author": "NextFlow",
42
42
  "license": "Apache-2.0",
43
43
  "keywords": [