vue-monaco
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -86,3 +86,3 @@ import assign from 'nano-assign'; | ||
this.editor.onContextMenu(function (event) { return this$1.$emit('contextMenu', event); }); | ||
this.editor.onDidBlurEditor(function () { return this$1.$emit('blur'); }); | ||
this.editor.onDidBlurEditorWidget(function () { return this$1.$emit('blur'); }); | ||
this.editor.onDidBlurEditorText(function () { return this$1.$emit('blurText'); }); | ||
@@ -104,3 +104,3 @@ this.editor.onDidChangeConfiguration(function (event) { return this$1.$emit('configuration', event); }); | ||
this.editor.onDidDispose(function (event) { return this$1.$emit('afterDispose', event); }); | ||
this.editor.onDidFocusEditor(function () { return this$1.$emit('focus'); }); | ||
this.editor.onDidFocusEditorWidget(function () { return this$1.$emit('focus'); }); | ||
this.editor.onDidFocusEditorText(function () { return this$1.$emit('focusText'); }); | ||
@@ -107,0 +107,0 @@ this.editor.onDidLayoutChange(function (event) { return this$1.$emit('layout', event); }); |
@@ -108,3 +108,3 @@ (function (global, factory) { | ||
this.editor.onContextMenu(function (event) { return this$1.$emit('contextMenu', event); }); | ||
this.editor.onDidBlurEditor(function () { return this$1.$emit('blur'); }); | ||
this.editor.onDidBlurEditorWidget(function () { return this$1.$emit('blur'); }); | ||
this.editor.onDidBlurEditorText(function () { return this$1.$emit('blurText'); }); | ||
@@ -126,3 +126,3 @@ this.editor.onDidChangeConfiguration(function (event) { return this$1.$emit('configuration', event); }); | ||
this.editor.onDidDispose(function (event) { return this$1.$emit('afterDispose', event); }); | ||
this.editor.onDidFocusEditor(function () { return this$1.$emit('focus'); }); | ||
this.editor.onDidFocusEditorWidget(function () { return this$1.$emit('focus'); }); | ||
this.editor.onDidFocusEditorText(function () { return this$1.$emit('focusText'); }); | ||
@@ -129,0 +129,0 @@ this.editor.onDidLayoutChange(function (event) { return this$1.$emit('layout', event); }); |
{ | ||
"name": "vue-monaco", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "MonacoEditor component for Vue.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -93,3 +93,5 @@ # vue-monaco | ||
data: { | ||
code: 'const noop = () => {}', | ||
code: 'const noop = () => {}' | ||
}, | ||
methods: { | ||
amdRequire: require | ||
@@ -96,0 +98,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19431
180
1