vanilla-intlayer 8.5.1 → 8.6.0
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/cjs/client/useLocaleStorage.cjs +1 -1
- package/dist/cjs/plugins.cjs +1 -1
- package/dist/cjs/renderIntlayerNode.cjs +1 -1
- package/dist/esm/client/useLocaleStorage.mjs +1 -1
- package/dist/esm/plugins.mjs +86 -56
- package/dist/esm/renderIntlayerNode.mjs +12 -12
- package/dist/types/plugins.d.ts +1 -5
- package/dist/types/renderIntlayerNode.d.ts +1 -1
- package/package.json +10 -10
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`}),require(`../../chunk-C91j1N6u.js`);let e=require(`@intlayer/core/localization`),t=require(`@intlayer/core/utils`);var n=(0,t.
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`}),require(`../../chunk-C91j1N6u.js`);let e=require(`@intlayer/core/localization`),t=require(`@intlayer/core/utils`);var n=(0,t.getLocaleFromStorageClient)(e.localeStorageOptions),r=n,i=(n,r)=>(0,t.setLocaleInStorageClient)(n,{...e.localeStorageOptions,isCookieEnabled:r}),a=i,o=n=>{let r=(0,t.LocaleStorageClient)({...e.localeStorageOptions,isCookieEnabled:n});return{localeStorage:r.getLocale(),setLocaleStorage:r.setLocale}},s=e=>{let t=o(e);return{localeCookie:t.localeStorage,setLocaleCookie:t.setLocaleStorage}};exports.localeCookie=r,exports.localeInStorage=n,exports.setLocaleCookie=a,exports.setLocaleInStorage=i,exports.useLocaleCookie=s,exports.useLocaleStorage=o;
|
package/dist/cjs/plugins.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`../chunk-C91j1N6u.js`),t=require(`./renderIntlayerNode.cjs`);let n=require(`@intlayer/core/interpreter`),r=require(`@intlayer/config/built`);r=e.t(r);let i=require(`@intlayer/core/markdown`),a=require(`@intlayer/
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`../chunk-C91j1N6u.js`),t=require(`./renderIntlayerNode.cjs`);let n=require(`@intlayer/core/interpreter`),r=require(`@intlayer/config/built`);r=e.t(r);let i=require(`@intlayer/core/markdown`),a=require(`@intlayer/types/nodeType`);a=e.t(a);var o=e=>e.replace(/&/g,`&`).replace(/"/g,`"`),s=e=>e.replace(/&/g,`&`).replace(/</g,`<`).replace(/>/g,`>`),c={id:`intlayer-node-plugin`,canHandle:e=>typeof e==`bigint`||typeof e==`string`||typeof e==`number`,transform:(e,{children:n,keyPath:i,dictionaryKey:a,...c})=>{if(r.default.editor.enabled){let e=String(n??``),r=JSON.stringify(i??[]),l=String(a??``),u=`<intlayer-content-selector-wrapper key-path="${o(r)}" dictionary-key="${o(l)}">${s(e)}</intlayer-content-selector-wrapper>`;return t.renderIntlayerNode({...c,value:n,children:u,keyPath:i,dictionaryKey:a,additionalProps:{toElement:()=>{let t=document.createElement(`intlayer-content-selector-wrapper`);return t.setAttribute(`key-path`,r),t.setAttribute(`dictionary-key`,l),t.textContent=e,t}}})}return t.renderIntlayerNode({...c,value:n,children:n})}},l={id:`insertion-plugin`,canHandle:e=>typeof e==`object`&&e?.nodeType===a.INSERTION,transform:(e,t,r)=>{let i=[...t.keyPath,{type:a.INSERTION}],o=e[a.INSERTION],s={id:`insertion-string-plugin`,canHandle:e=>typeof e==`string`,transform:(e,r,i)=>{let a=i(e,{...r,children:e,plugins:(t.plugins??[]).filter(e=>e.id!==`intlayer-node-plugin`)});return e=>{let o=(0,n.splitInsertionTemplate)(a,e),s=o.isSimple?o.parts:o.parts.join(``);return i(s,{...r,plugins:t.plugins,children:s})}}},c=r(o,{...t,children:o,keyPath:i,plugins:[s,...t.plugins??[]]});return typeof o==`object`&&o&&`nodeType`in o&&[a.ENUMERATION,a.CONDITION].includes(o.nodeType)?e=>t=>{let n=c(t);return typeof n==`function`?n(e):n}:c}},u={createElement:(e,t,...n)=>{let r=Object.entries(t||{}).filter(([e])=>e!==`children`&&e!==`key`&&e!==`_innerHTML`).map(([e,t])=>`${e}="${t}"`).join(` `),i=t?._innerHTML,a=i===void 0?n.flat(1/0).join(``):i;return`<${e}${r?` ${r}`:``}>${a}</${e}>`},normalizeProps:(e,t)=>{let n={};for(let[e,r]of Object.entries(t))e===`className`?n.class=r:e===`htmlFor`?n.for=r:e===`dangerouslySetInnerHTML`&&r?.__html?n._innerHTML=r.__html:n[e]=r;return n}},d={id:`markdown-string-plugin`,canHandle:e=>typeof e==`string`,transform:(e,n,r)=>{let{plugins:a,...o}=n,s=r((0,i.getMarkdownMetadata)(e)??{},{plugins:[{id:`markdown-metadata-plugin`,canHandle:e=>typeof e==`string`||typeof e==`number`||typeof e==`boolean`||!e,transform:(n,r)=>t.renderIntlayerNode({...r,value:n,children:e})}],dictionaryKey:o.dictionaryKey,keyPath:[]}),c=(t={})=>(0,i.compileWithOptions)(e,{...u,createElement:(e,n,...r)=>{let i=t[e];return typeof i==`function`?i({...n,children:r.join(``)}):u.createElement(e,n,...r)}},{});return t.renderIntlayerNode({...n,value:c(),children:e,additionalProps:{metadata:s,use:e=>c(e)}})}},f={id:`markdown-plugin`,canHandle:e=>typeof e==`object`&&e?.nodeType===a.MARKDOWN,transform:(e,t,n)=>{let r=[...t.keyPath,{type:a.MARKDOWN}],i=e[a.MARKDOWN];return n(i,{...t,children:i,keyPath:r,plugins:[d,...t.plugins??[]]})}},p={id:`html-plugin`,canHandle:e=>typeof e==`object`&&e?.nodeType===a.HTML,transform:(e,r)=>{let i=e[a.HTML],o=(e={})=>{let t=(0,n.getHTML)(i,new Proxy(e,{get(e,t){if(typeof t==`string`&&t in e){let n=e[t];return e=>{let t=Array.isArray(e.children)?e.children.join(``):e.children;return n({...e,children:t})}}if(typeof t==`string`&&/^[a-z][a-z0-9]*$/.test(t))return e=>{let n=Object.entries(e).filter(([e])=>e!==`children`&&e!==`key`).map(([e,t])=>`${e}="${t}"`).join(` `),r=Array.isArray(e.children)?e.children.join(``):e.children;return`<${t}${n?` ${n}`:``}>${r}</${t}>`}}}));return Array.isArray(t)?t.join(``):t};return t.renderIntlayerNode({...r,value:o(),children:i,additionalProps:{use:e=>o(e)}})}},m=(e,t=!0)=>[(0,n.translationPlugin)(e??r.default.internationalization.defaultLocale,t?r.default.internationalization.defaultLocale:void 0),n.enumerationPlugin,n.conditionPlugin,(0,n.nestedPlugin)(e??r.default.internationalization.defaultLocale),n.filePlugin,n.genderPlugin,c,l,f,p];exports.getPlugins=m,exports.htmlPlugin=p,exports.insertionPlugin=l,exports.intlayerNodePlugins=c,exports.markdownPlugin=f,exports.markdownStringPlugin=d;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=({value:e,additionalProps:
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=({value:e,children:t,additionalProps:n={}})=>{let r=e,i=typeof t==`string`&&t!==String(e??``)?t:null,a={toString:()=>i??String(r??``),valueOf:()=>r,[Symbol.toPrimitive]:()=>i??r,toJSON:()=>r,get raw(){return r},set raw(e){r=e},get value(){return r},__update(e){r=e?.raw??e?.value??e},...n};return Object.setPrototypeOf(a,String.prototype),a};exports.renderIntlayerNode=e;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { localeStorageOptions as e } from "@intlayer/core/localization";
|
|
2
|
-
import {
|
|
2
|
+
import { LocaleStorageClient as t, getLocaleFromStorageClient as n, setLocaleInStorageClient as r } from "@intlayer/core/utils";
|
|
3
3
|
//#region src/client/useLocaleStorage.ts
|
|
4
4
|
var i = n(e), a = i, o = (t, n) => r(t, {
|
|
5
5
|
...e,
|
package/dist/esm/plugins.mjs
CHANGED
|
@@ -1,33 +1,26 @@
|
|
|
1
1
|
import { renderIntlayerNode as e } from "./renderIntlayerNode.mjs";
|
|
2
|
-
import { conditionPlugin as t, enumerationPlugin as n, filePlugin as r, genderPlugin as i,
|
|
3
|
-
import
|
|
4
|
-
import { getMarkdownMetadata as
|
|
5
|
-
import
|
|
6
|
-
import * as d from "@intlayer/types/nodeType";
|
|
2
|
+
import { conditionPlugin as t, enumerationPlugin as n, filePlugin as r, genderPlugin as i, getHTML as a, nestedPlugin as o, splitInsertionTemplate as s, translationPlugin as c } from "@intlayer/core/interpreter";
|
|
3
|
+
import l from "@intlayer/config/built";
|
|
4
|
+
import { compileWithOptions as u, getMarkdownMetadata as d } from "@intlayer/core/markdown";
|
|
5
|
+
import * as f from "@intlayer/types/nodeType";
|
|
7
6
|
//#region src/plugins.ts
|
|
8
|
-
var
|
|
7
|
+
var p = (e) => e.replace(/&/g, "&").replace(/"/g, """), m = (e) => e.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">"), h = {
|
|
9
8
|
id: "intlayer-node-plugin",
|
|
10
9
|
canHandle: (e) => typeof e == "bigint" || typeof e == "string" || typeof e == "number",
|
|
11
10
|
transform: (t, { children: n, keyPath: r, dictionaryKey: i, ...a }) => {
|
|
12
|
-
if (
|
|
13
|
-
let
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
return e;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
toElement: () => {
|
|
26
|
-
let n = document.createElement("intlayer-content-selector-wrapper");
|
|
27
|
-
return n.setAttribute("key-path", t), n.setAttribute("dictionary-key", a), n.textContent = e, n;
|
|
28
|
-
}
|
|
29
|
-
};
|
|
30
|
-
return Object.setPrototypeOf(s, String.prototype), s;
|
|
11
|
+
if (l.editor.enabled) {
|
|
12
|
+
let t = String(n ?? ""), o = JSON.stringify(r ?? []), s = String(i ?? ""), c = `<intlayer-content-selector-wrapper key-path="${p(o)}" dictionary-key="${p(s)}">${m(t)}</intlayer-content-selector-wrapper>`;
|
|
13
|
+
return e({
|
|
14
|
+
...a,
|
|
15
|
+
value: n,
|
|
16
|
+
children: c,
|
|
17
|
+
keyPath: r,
|
|
18
|
+
dictionaryKey: i,
|
|
19
|
+
additionalProps: { toElement: () => {
|
|
20
|
+
let e = document.createElement("intlayer-content-selector-wrapper");
|
|
21
|
+
return e.setAttribute("key-path", o), e.setAttribute("dictionary-key", s), e.textContent = t, e;
|
|
22
|
+
} }
|
|
23
|
+
});
|
|
31
24
|
}
|
|
32
25
|
return e({
|
|
33
26
|
...a,
|
|
@@ -35,11 +28,11 @@ var f = (e) => e.replace(/&/g, "&").replace(/"/g, """), p = (e) => e.re
|
|
|
35
28
|
children: n
|
|
36
29
|
});
|
|
37
30
|
}
|
|
38
|
-
},
|
|
31
|
+
}, g = {
|
|
39
32
|
id: "insertion-plugin",
|
|
40
|
-
canHandle: (e) => typeof e == "object" && e?.nodeType ===
|
|
33
|
+
canHandle: (e) => typeof e == "object" && e?.nodeType === f.INSERTION,
|
|
41
34
|
transform: (e, t, n) => {
|
|
42
|
-
let r = [...t.keyPath, { type:
|
|
35
|
+
let r = [...t.keyPath, { type: f.INSERTION }], i = e[f.INSERTION], a = {
|
|
43
36
|
id: "insertion-string-plugin",
|
|
44
37
|
canHandle: (e) => typeof e == "string",
|
|
45
38
|
transform: (e, n, r) => {
|
|
@@ -49,30 +42,40 @@ var f = (e) => e.replace(/&/g, "&").replace(/"/g, """), p = (e) => e.re
|
|
|
49
42
|
plugins: (t.plugins ?? []).filter((e) => e.id !== "intlayer-node-plugin")
|
|
50
43
|
});
|
|
51
44
|
return (e) => {
|
|
52
|
-
let a =
|
|
53
|
-
return r(
|
|
45
|
+
let a = s(i, e), o = a.isSimple ? a.parts : a.parts.join("");
|
|
46
|
+
return r(o, {
|
|
54
47
|
...n,
|
|
55
48
|
plugins: t.plugins,
|
|
56
|
-
children:
|
|
49
|
+
children: o
|
|
57
50
|
});
|
|
58
51
|
};
|
|
59
52
|
}
|
|
60
|
-
},
|
|
53
|
+
}, o = n(i, {
|
|
61
54
|
...t,
|
|
62
55
|
children: i,
|
|
63
56
|
keyPath: r,
|
|
64
57
|
plugins: [a, ...t.plugins ?? []]
|
|
65
58
|
});
|
|
66
|
-
return typeof i == "object" && i && "nodeType" in i && [
|
|
67
|
-
let n =
|
|
59
|
+
return typeof i == "object" && i && "nodeType" in i && [f.ENUMERATION, f.CONDITION].includes(i.nodeType) ? (e) => (t) => {
|
|
60
|
+
let n = o(t);
|
|
68
61
|
return typeof n == "function" ? n(e) : n;
|
|
69
|
-
} :
|
|
62
|
+
} : o;
|
|
70
63
|
}
|
|
71
|
-
},
|
|
64
|
+
}, _ = {
|
|
65
|
+
createElement: (e, t, ...n) => {
|
|
66
|
+
let r = Object.entries(t || {}).filter(([e]) => e !== "children" && e !== "key" && e !== "_innerHTML").map(([e, t]) => `${e}="${t}"`).join(" "), i = t?._innerHTML, a = i === void 0 ? n.flat(Infinity).join("") : i;
|
|
67
|
+
return `<${e}${r ? ` ${r}` : ""}>${a}</${e}>`;
|
|
68
|
+
},
|
|
69
|
+
normalizeProps: (e, t) => {
|
|
70
|
+
let n = {};
|
|
71
|
+
for (let [e, r] of Object.entries(t)) e === "className" ? n.class = r : e === "htmlFor" ? n.for = r : e === "dangerouslySetInnerHTML" && r?.__html ? n._innerHTML = r.__html : n[e] = r;
|
|
72
|
+
return n;
|
|
73
|
+
}
|
|
74
|
+
}, v = {
|
|
72
75
|
id: "markdown-string-plugin",
|
|
73
76
|
canHandle: (e) => typeof e == "string",
|
|
74
77
|
transform: (t, n, r) => {
|
|
75
|
-
let { plugins: i, ...a } = n, o = r(
|
|
78
|
+
let { plugins: i, ...a } = n, o = r(d(t) ?? {}, {
|
|
76
79
|
plugins: [{
|
|
77
80
|
id: "markdown-metadata-plugin",
|
|
78
81
|
canHandle: (e) => typeof e == "string" || typeof e == "number" || typeof e == "boolean" || !e,
|
|
@@ -84,52 +87,79 @@ var f = (e) => e.replace(/&/g, "&").replace(/"/g, """), p = (e) => e.re
|
|
|
84
87
|
}],
|
|
85
88
|
dictionaryKey: a.dictionaryKey,
|
|
86
89
|
keyPath: []
|
|
87
|
-
})
|
|
90
|
+
}), s = (e = {}) => u(t, {
|
|
91
|
+
..._,
|
|
92
|
+
createElement: (t, n, ...r) => {
|
|
93
|
+
let i = e[t];
|
|
94
|
+
return typeof i == "function" ? i({
|
|
95
|
+
...n,
|
|
96
|
+
children: r.join("")
|
|
97
|
+
}) : _.createElement(t, n, ...r);
|
|
98
|
+
}
|
|
99
|
+
}, {});
|
|
88
100
|
return e({
|
|
89
101
|
...n,
|
|
90
|
-
value:
|
|
102
|
+
value: s(),
|
|
91
103
|
children: t,
|
|
92
104
|
additionalProps: {
|
|
93
105
|
metadata: o,
|
|
94
|
-
use: (e) =>
|
|
106
|
+
use: (e) => s(e)
|
|
95
107
|
}
|
|
96
108
|
});
|
|
97
109
|
}
|
|
98
|
-
},
|
|
110
|
+
}, y = {
|
|
99
111
|
id: "markdown-plugin",
|
|
100
|
-
canHandle: (e) => typeof e == "object" && e?.nodeType ===
|
|
112
|
+
canHandle: (e) => typeof e == "object" && e?.nodeType === f.MARKDOWN,
|
|
101
113
|
transform: (e, t, n) => {
|
|
102
|
-
let r = [...t.keyPath, { type:
|
|
114
|
+
let r = [...t.keyPath, { type: f.MARKDOWN }], i = e[f.MARKDOWN];
|
|
103
115
|
return n(i, {
|
|
104
116
|
...t,
|
|
105
117
|
children: i,
|
|
106
118
|
keyPath: r,
|
|
107
|
-
plugins: [
|
|
119
|
+
plugins: [v, ...t.plugins ?? []]
|
|
108
120
|
});
|
|
109
121
|
}
|
|
110
|
-
},
|
|
122
|
+
}, b = {
|
|
111
123
|
id: "html-plugin",
|
|
112
|
-
canHandle: (e) => typeof e == "object" && e?.nodeType ===
|
|
124
|
+
canHandle: (e) => typeof e == "object" && e?.nodeType === f.HTML,
|
|
113
125
|
transform: (t, n) => {
|
|
114
|
-
let r = t[
|
|
126
|
+
let r = t[f.HTML], i = (e = {}) => {
|
|
127
|
+
let t = a(r, new Proxy(e, { get(e, t) {
|
|
128
|
+
if (typeof t == "string" && t in e) {
|
|
129
|
+
let n = e[t];
|
|
130
|
+
return (e) => {
|
|
131
|
+
let t = Array.isArray(e.children) ? e.children.join("") : e.children;
|
|
132
|
+
return n({
|
|
133
|
+
...e,
|
|
134
|
+
children: t
|
|
135
|
+
});
|
|
136
|
+
};
|
|
137
|
+
}
|
|
138
|
+
if (typeof t == "string" && /^[a-z][a-z0-9]*$/.test(t)) return (e) => {
|
|
139
|
+
let n = Object.entries(e).filter(([e]) => e !== "children" && e !== "key").map(([e, t]) => `${e}="${t}"`).join(" "), r = Array.isArray(e.children) ? e.children.join("") : e.children;
|
|
140
|
+
return `<${t}${n ? ` ${n}` : ""}>${r}</${t}>`;
|
|
141
|
+
};
|
|
142
|
+
} }));
|
|
143
|
+
return Array.isArray(t) ? t.join("") : t;
|
|
144
|
+
};
|
|
115
145
|
return e({
|
|
116
146
|
...n,
|
|
117
|
-
value:
|
|
147
|
+
value: i(),
|
|
118
148
|
children: r,
|
|
119
|
-
additionalProps: { use: (e) =>
|
|
149
|
+
additionalProps: { use: (e) => i(e) }
|
|
120
150
|
});
|
|
121
151
|
}
|
|
122
|
-
},
|
|
123
|
-
|
|
152
|
+
}, x = (e, a = !0) => [
|
|
153
|
+
c(e ?? l.internationalization.defaultLocale, a ? l.internationalization.defaultLocale : void 0),
|
|
124
154
|
n,
|
|
125
155
|
t,
|
|
126
|
-
|
|
156
|
+
o(e ?? l.internationalization.defaultLocale),
|
|
127
157
|
r,
|
|
128
158
|
i,
|
|
129
|
-
m,
|
|
130
159
|
h,
|
|
131
|
-
|
|
132
|
-
|
|
160
|
+
g,
|
|
161
|
+
y,
|
|
162
|
+
b
|
|
133
163
|
];
|
|
134
164
|
//#endregion
|
|
135
|
-
export {
|
|
165
|
+
export { x as getPlugins, b as htmlPlugin, g as insertionPlugin, h as intlayerNodePlugins, y as markdownPlugin, v as markdownStringPlugin };
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
//#region src/renderIntlayerNode.ts
|
|
2
|
-
var e = ({ value: e,
|
|
3
|
-
let
|
|
4
|
-
toString: () => String(
|
|
5
|
-
valueOf: () =>
|
|
6
|
-
[Symbol.toPrimitive]: () =>
|
|
7
|
-
toJSON: () =>
|
|
2
|
+
var e = ({ value: e, children: t, additionalProps: n = {} }) => {
|
|
3
|
+
let r = e, i = typeof t == "string" && t !== String(e ?? "") ? t : null, a = {
|
|
4
|
+
toString: () => i ?? String(r ?? ""),
|
|
5
|
+
valueOf: () => r,
|
|
6
|
+
[Symbol.toPrimitive]: () => i ?? r,
|
|
7
|
+
toJSON: () => r,
|
|
8
8
|
get raw() {
|
|
9
|
-
return
|
|
9
|
+
return r;
|
|
10
10
|
},
|
|
11
11
|
set raw(e) {
|
|
12
|
-
|
|
12
|
+
r = e;
|
|
13
13
|
},
|
|
14
14
|
get value() {
|
|
15
|
-
return
|
|
15
|
+
return r;
|
|
16
16
|
},
|
|
17
17
|
__update(e) {
|
|
18
|
-
|
|
18
|
+
r = e?.raw ?? e?.value ?? e;
|
|
19
19
|
},
|
|
20
|
-
...
|
|
20
|
+
...n
|
|
21
21
|
};
|
|
22
|
-
return Object.setPrototypeOf(
|
|
22
|
+
return Object.setPrototypeOf(a, String.prototype), a;
|
|
23
23
|
};
|
|
24
24
|
//#endregion
|
|
25
25
|
export { e as renderIntlayerNode };
|
package/dist/types/plugins.d.ts
CHANGED
|
@@ -21,12 +21,9 @@ export type InsertionCond<T, _S, L extends LocalesValues> = T extends {
|
|
|
21
21
|
[K in Extract<F, string>]: string | number;
|
|
22
22
|
}>(values: V) => I extends string ? IntlayerNode<string> : DeepTransformContent<I, L> : never;
|
|
23
23
|
export declare const insertionPlugin: Plugins;
|
|
24
|
-
/** ---------------------------------------------
|
|
25
|
-
* MARKDOWN PLUGIN
|
|
26
|
-
* --------------------------------------------- */
|
|
27
24
|
export type MarkdownStringCond<T> = T extends string ? IntlayerNode<string, {
|
|
28
25
|
metadata: DeepTransformContent<string>;
|
|
29
|
-
/** Returns the
|
|
26
|
+
/** Returns the rendered markdown; render with .use(). */
|
|
30
27
|
use: (components?: HTMLComponents<'permissive', {}>) => string;
|
|
31
28
|
}> : never;
|
|
32
29
|
export declare const markdownStringPlugin: Plugins;
|
|
@@ -48,7 +45,6 @@ export type HTMLPluginCond<T> = T extends {
|
|
|
48
45
|
[NodeTypes.HTML]: infer I;
|
|
49
46
|
tags?: infer U;
|
|
50
47
|
} ? {
|
|
51
|
-
/** Returns the raw HTML string. */
|
|
52
48
|
use: (components?: HTMLComponents<'permissive', U>) => IntlayerNode<I>;
|
|
53
49
|
} : never;
|
|
54
50
|
export declare const htmlPlugin: Plugins;
|
|
@@ -14,7 +14,7 @@ export type IntlayerNode<T = string> = ResolvedEditor<T & {
|
|
|
14
14
|
toJSON: () => T;
|
|
15
15
|
__update: (next: IntlayerNode<T>) => void;
|
|
16
16
|
}>;
|
|
17
|
-
export declare const renderIntlayerNode: <T extends string | number | boolean | null | undefined>({ value, additionalProps, }: {
|
|
17
|
+
export declare const renderIntlayerNode: <T extends string | number | boolean | null | undefined>({ value, children, additionalProps, }: {
|
|
18
18
|
value: T;
|
|
19
19
|
children?: any;
|
|
20
20
|
additionalProps?: Record<string, unknown>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vanilla-intlayer",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.6.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your Vanilla JS, HTML, and PHP applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -101,11 +101,11 @@
|
|
|
101
101
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
|
-
"@intlayer/api": "8.
|
|
105
|
-
"@intlayer/config": "8.
|
|
106
|
-
"@intlayer/core": "8.
|
|
107
|
-
"@intlayer/editor": "8.
|
|
108
|
-
"@intlayer/types": "8.
|
|
104
|
+
"@intlayer/api": "8.6.0",
|
|
105
|
+
"@intlayer/config": "8.6.0",
|
|
106
|
+
"@intlayer/core": "8.6.0",
|
|
107
|
+
"@intlayer/editor": "8.6.0",
|
|
108
|
+
"@intlayer/types": "8.6.0"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@types/node": "25.5.0",
|
|
@@ -114,14 +114,14 @@
|
|
|
114
114
|
"@utils/tsdown-config": "1.0.4",
|
|
115
115
|
"fast-glob": "3.3.3",
|
|
116
116
|
"rimraf": "6.1.3",
|
|
117
|
-
"tsdown": "0.21.
|
|
117
|
+
"tsdown": "0.21.7",
|
|
118
118
|
"typescript": "6.0.2",
|
|
119
|
-
"vite": "8.0.
|
|
119
|
+
"vite": "8.0.3",
|
|
120
120
|
"vite-plugin-dts": "4.5.4",
|
|
121
|
-
"vitest": "4.1.
|
|
121
|
+
"vitest": "4.1.2"
|
|
122
122
|
},
|
|
123
123
|
"peerDependencies": {
|
|
124
|
-
"intlayer": "8.
|
|
124
|
+
"intlayer": "8.6.0"
|
|
125
125
|
},
|
|
126
126
|
"peerDependenciesMeta": {
|
|
127
127
|
"intlayer": {
|