RubyGems
npm
Organizations
Log in
Sign up
npm
@guihz/trading-vue-editor-tes
Versions diffs
0.0.140 → 0.0.141
@guihz/trading-vue-editor-tes 0.0.140 → 0.0.141
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (4)
hide
show
package/lib/components/editor/tokenizer/config.d.ts
+3
-1
package/lib/trading-vue-editor.js
+201
-183
package/lib/trading-vue-editor.umd.cjs
+2
-2
package/package.json
+1
-1
package/lib/components/editor/tokenizer/config.d.ts
CHANGED
Viewed
@@ -44,5 +44,7 @@ export declare enum Actions {
44
44
Find = "find",
45
45
TriggerConsole = "trigger.console",
46
46
RunScript = "runScript",
47
-
Open = "open"
47
+
Open = "open"
,
48
+
NewWindow = "newWindow",
49
+
NewTab = "newTab"
48
50
}
1
2
3
Next ›
Last »