@stonecrop/code-editor 0.8.2 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/code-editor.js +2 -2
- package/package.json +6 -6
package/dist/code-editor.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as C, useTemplateRef as $, onMounted as x,
|
|
1
|
+
import { defineComponent as C, useTemplateRef as $, onMounted as x, openBlock as q, createElementBlock as D } from "vue";
|
|
2
2
|
function y(e, n) {
|
|
3
3
|
(n == null || n > e.length) && (n = e.length);
|
|
4
4
|
for (var r = 0, t = Array(n); r < n; r++) t[r] = e[r];
|
|
@@ -761,7 +761,7 @@ const Pe = {
|
|
|
761
761
|
return x(async () => {
|
|
762
762
|
const o = (await Se.init()).editor;
|
|
763
763
|
o.defineTheme("agritheory", Pe), o.setTheme("agritheory"), n.value && o.create(n.value, r);
|
|
764
|
-
}), (t, o) => (
|
|
764
|
+
}), (t, o) => (q(), D("div", Ie, null, 512));
|
|
765
765
|
}
|
|
766
766
|
});
|
|
767
767
|
function Ae(e) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stonecrop/code-editor",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@monaco-editor/loader": "^1.7.0",
|
|
34
34
|
"monaco-editor": "^0.55.1",
|
|
35
|
-
"vue": "^3.5.
|
|
36
|
-
"@stonecrop/themes": "0.8.
|
|
37
|
-
"@stonecrop/utilities": "0.8.
|
|
35
|
+
"vue": "^3.5.28",
|
|
36
|
+
"@stonecrop/themes": "0.8.4",
|
|
37
|
+
"@stonecrop/utilities": "0.8.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@eslint/js": "^9.39.2",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"typescript": "^5.9.3",
|
|
49
49
|
"typescript-eslint": "^8.53.0",
|
|
50
50
|
"vite": "^7.3.1",
|
|
51
|
-
"vue-router": "^
|
|
52
|
-
"@stonecrop/atable": "0.8.
|
|
51
|
+
"vue-router": "^5.0.2",
|
|
52
|
+
"@stonecrop/atable": "0.8.4",
|
|
53
53
|
"stonecrop-rig": "0.7.0"
|
|
54
54
|
},
|
|
55
55
|
"publishConfig": {
|