vue-intlayer 7.5.0-canary.0 → 7.5.0-canary.1
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/esm/client/installIntlayer.mjs +1 -1
- package/dist/esm/editor/communicator.mjs +1 -1
- package/dist/esm/editor/dictionariesRecord.mjs +1 -1
- package/dist/esm/editor/editedContent.mjs +1 -1
- package/dist/esm/editor/editorEnabled.mjs +1 -1
- package/dist/esm/editor/focusDictionary.mjs +1 -1
- package/dist/esm/markdown/installIntlayerMarkdown.mjs +1 -1
- package/package.json +12 -12
|
@@ -6,7 +6,7 @@ import "@intlayer/types";
|
|
|
6
6
|
import "../editor/communicator.mjs";
|
|
7
7
|
import "./useLocaleStorage.mjs";
|
|
8
8
|
import { installIntlayerEditor as s } from "../editor/installIntlayerEditor.mjs";
|
|
9
|
-
const u = Symbol("intlayer");
|
|
9
|
+
const u = /* @__PURE__ */ Symbol("intlayer");
|
|
10
10
|
let o = null;
|
|
11
11
|
const f = (t, e = !0) => {
|
|
12
12
|
if (o) return o;
|
|
@@ -10,7 +10,7 @@ const l = () => Math.random().toString(36).slice(2), { editor: o } = i, e = {
|
|
|
10
10
|
senderId: ""
|
|
11
11
|
};
|
|
12
12
|
let n = null;
|
|
13
|
-
const r = Symbol("Communicator"), m = (t = { postMessage: () => null }) => n || (n = u({
|
|
13
|
+
const r = /* @__PURE__ */ Symbol("Communicator"), m = (t = { postMessage: () => null }) => n || (n = u({
|
|
14
14
|
...e,
|
|
15
15
|
...t,
|
|
16
16
|
senderId: l()
|
|
@@ -3,7 +3,7 @@ import { ref as l, readonly as d, inject as m, watch as D } from "vue";
|
|
|
3
3
|
import { createSharedComposable as R } from "./createSharedComposable.mjs";
|
|
4
4
|
import { useCrossFrameState as u } from "./useCrossFrameState.mjs";
|
|
5
5
|
let o = null;
|
|
6
|
-
const n = Symbol(
|
|
6
|
+
const n = /* @__PURE__ */ Symbol(
|
|
7
7
|
"intlayerDictionariesRecord"
|
|
8
8
|
), f = () => {
|
|
9
9
|
if (o) return o;
|
|
@@ -5,7 +5,7 @@ import { ref as T, readonly as v, inject as h, watch as C } from "vue";
|
|
|
5
5
|
import { createSharedComposable as _ } from "./createSharedComposable.mjs";
|
|
6
6
|
import { useCrossFrameState as y } from "./useCrossFrameState.mjs";
|
|
7
7
|
let d = null;
|
|
8
|
-
const f = Symbol("EditedContent"), D = (e) => {
|
|
8
|
+
const f = /* @__PURE__ */ Symbol("EditedContent"), D = (e) => {
|
|
9
9
|
if (d) return d;
|
|
10
10
|
const n = T({});
|
|
11
11
|
return d = {
|
|
@@ -4,7 +4,7 @@ import { inject as f, watch as u, onMounted as c, nextTick as m, ref as o, compu
|
|
|
4
4
|
import { createSharedComposable as I } from "./createSharedComposable.mjs";
|
|
5
5
|
import { useCrossFrameMessageListener as i } from "./useCrossFrameMessageListener.mjs";
|
|
6
6
|
let r = null;
|
|
7
|
-
const s = Symbol("EditorEnabled"), l = () => typeof window > "u" ? !1 : window.self !== window.top, b = () => {
|
|
7
|
+
const s = /* @__PURE__ */ Symbol("EditorEnabled"), l = () => typeof window > "u" ? !1 : window.self !== window.top, b = () => {
|
|
8
8
|
if (r) return r;
|
|
9
9
|
const e = o(E.editor.enabled), n = o(!1), t = o(!1), d = p(
|
|
10
10
|
() => e.value && n.value && t.value
|
|
@@ -3,7 +3,7 @@ import { ref as u, readonly as a, inject as f, watch as r } from "vue";
|
|
|
3
3
|
import { createSharedComposable as l } from "./createSharedComposable.mjs";
|
|
4
4
|
import { useCrossFrameState as C } from "./useCrossFrameState.mjs";
|
|
5
5
|
let n = null;
|
|
6
|
-
const c = Symbol("FocusDictionary"), d = () => {
|
|
6
|
+
const c = /* @__PURE__ */ Symbol("FocusDictionary"), d = () => {
|
|
7
7
|
if (n) return n;
|
|
8
8
|
const t = u(null), e = (o) => {
|
|
9
9
|
t.value = o;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-intlayer",
|
|
3
|
-
"version": "7.5.0-canary.
|
|
3
|
+
"version": "7.5.0-canary.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your Vue applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -87,15 +87,15 @@
|
|
|
87
87
|
"typecheck": "vue-tsc --noEmit --project tsconfig.types.json"
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@intlayer/api": "7.5.0-canary.
|
|
91
|
-
"@intlayer/config": "7.5.0-canary.
|
|
92
|
-
"@intlayer/core": "7.5.0-canary.
|
|
93
|
-
"@intlayer/editor": "7.5.0-canary.
|
|
94
|
-
"@intlayer/types": "7.5.0-canary.
|
|
95
|
-
"@intlayer/unmerged-dictionaries-entry": "7.5.0-canary.
|
|
90
|
+
"@intlayer/api": "7.5.0-canary.1",
|
|
91
|
+
"@intlayer/config": "7.5.0-canary.1",
|
|
92
|
+
"@intlayer/core": "7.5.0-canary.1",
|
|
93
|
+
"@intlayer/editor": "7.5.0-canary.1",
|
|
94
|
+
"@intlayer/types": "7.5.0-canary.1",
|
|
95
|
+
"@intlayer/unmerged-dictionaries-entry": "7.5.0-canary.1"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
|
-
"@types/node": "
|
|
98
|
+
"@types/node": "25.0.2",
|
|
99
99
|
"@utils/ts-config": "1.0.4",
|
|
100
100
|
"@utils/ts-config-types": "1.0.4",
|
|
101
101
|
"@utils/tsdown-config": "1.0.4",
|
|
@@ -103,15 +103,15 @@
|
|
|
103
103
|
"ajv": "^8.17.1",
|
|
104
104
|
"fast-glob": "3.3.3",
|
|
105
105
|
"rimraf": "6.1.2",
|
|
106
|
-
"tsdown": "0.
|
|
106
|
+
"tsdown": "0.18.0",
|
|
107
107
|
"typescript": "5.9.3",
|
|
108
|
-
"vite": "7.
|
|
108
|
+
"vite": "7.3.0",
|
|
109
109
|
"vite-plugin-dts": "4.5.4",
|
|
110
|
-
"vitest": "4.0.
|
|
110
|
+
"vitest": "4.0.16",
|
|
111
111
|
"vue-tsc": "3.1.5"
|
|
112
112
|
},
|
|
113
113
|
"peerDependencies": {
|
|
114
|
-
"intlayer": "7.5.0-canary.
|
|
114
|
+
"intlayer": "7.5.0-canary.1",
|
|
115
115
|
"vue": ">=3.0.0"
|
|
116
116
|
},
|
|
117
117
|
"peerDependenciesMeta": {
|