@kognity/vue-yellow-marker
Advanced tools
Comparing version 0.2.11 to 0.2.12
{ | ||
"name": "@kognity/vue-yellow-marker", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"description": "Adds a text selection and highlighting functionality to your Vue components", | ||
@@ -5,0 +5,0 @@ "main": "./dist/vue-yellow-marker.umd.min.js", |
import HighlightMixin from './highlight-mixin' | ||
import KogContextMenu from './components/KogContextMenu' | ||
import ContextMenu from './components/ContextMenu' | ||
export default { | ||
HighlightMixin, | ||
KogContextMenu, | ||
ContextMenu, | ||
}; | ||
@@ -11,3 +11,3 @@ | ||
HighlightMixin, | ||
KogContextMenu, | ||
ContextMenu, | ||
}; |
import Vue from "vue"; | ||
import KogHighlight from "../components/KogHighlight"; | ||
import Highlight from "../components/Highlight"; | ||
@@ -204,3 +204,3 @@ var highlightRange = (function() { | ||
// Create a highlight | ||
let ComponentBuilder = Vue.extend(KogHighlight); | ||
let ComponentBuilder = Vue.extend(Highlight); | ||
var highlight = new ComponentBuilder({ | ||
@@ -207,0 +207,0 @@ propsData: { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
4214393
40118