datagrok-api
Advanced tools
Comparing version 0.1.33 to 0.1.34
{ | ||
"name": "datagrok-api", | ||
"version": "0.1.33", | ||
"version": "0.1.34", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -405,3 +405,3 @@ import {VIEW_TYPE, VIEWER} from "./const"; | ||
static create(script) { return new ScriptView(grok_ScriptView(script)); } | ||
static create(script) { return new ScriptView(grok_ScriptView(script.d)); } | ||
} | ||
@@ -408,0 +408,0 @@ |
@@ -255,2 +255,3 @@ import {toDart, toJs} from "./wrappers"; | ||
update(percent, description) { grok_ProgressIndicator_Update(this.d, percent, description); } | ||
log(line) { grok_ProgressIndicator_Log(this.d, line); } | ||
@@ -257,0 +258,0 @@ get onProgressUpdated() { return observeStream(grok_Progress_Updated(this.d)); } |
274735
6472