datagrok-api
Advanced tools
Comparing version 1.21.1-rc.9512de7493.2dcfbfff81 to 1.21.1-rc.9611340ae5.984aeb5375
{ | ||
"name": "datagrok-api", | ||
"version": "1.21.1-rc.9512de7493.2dcfbfff81", | ||
"version": "1.21.1-rc.9611340ae5.984aeb5375", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -282,3 +282,3 @@ /** | ||
onCreated?: (input: InputBase<T>) => void; | ||
onValueChanged?: (input: InputBase<T>, value: T) => void; | ||
onValueChanged?: (value: T, input: InputBase<T>) => void; | ||
} | ||
@@ -285,0 +285,0 @@ export interface INumberInputInitOptions<T> extends IInputInitOptions<T> { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet