x-block-lib 0.4.8 → 0.4.9
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/components/index.d.ts +2 -4
- package/dist/index.d.ts +4 -0
- package/dist/index.js +10 -5
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -5503,7 +5503,7 @@ function Yo(e, o, t) {
|
|
|
5503
5503
|
N.callback
|
|
5504
5504
|
)), i;
|
|
5505
5505
|
}
|
|
5506
|
-
const Ko = { class: "position-relative w-100 h-100" },
|
|
5506
|
+
const Ko = { class: "position-relative w-100 h-100" }, Fo = /* @__PURE__ */ W({
|
|
5507
5507
|
__name: "index",
|
|
5508
5508
|
props: /* @__PURE__ */ Ae({
|
|
5509
5509
|
type: {},
|
|
@@ -5621,11 +5621,16 @@ const Ko = { class: "position-relative w-100 h-100" }, zo = /* @__PURE__ */ W({
|
|
|
5621
5621
|
]);
|
|
5622
5622
|
};
|
|
5623
5623
|
}
|
|
5624
|
-
})
|
|
5625
|
-
|
|
5624
|
+
}), Ho = (e) => {
|
|
5625
|
+
e.component("x-blockly", Fo);
|
|
5626
|
+
};
|
|
5627
|
+
async function qo(e) {
|
|
5626
5628
|
return (await Ke(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en-hf8d9jpk.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans-kicfou8k.js") }), `./locales/${e}/index.ts`, 4)).default;
|
|
5627
5629
|
}
|
|
5630
|
+
const Zo = { install: Ho };
|
|
5628
5631
|
export {
|
|
5629
|
-
|
|
5630
|
-
|
|
5632
|
+
Fo as XBlockly,
|
|
5633
|
+
Zo as default,
|
|
5634
|
+
Ho as install,
|
|
5635
|
+
qo as loadLocaleMessageBlock
|
|
5631
5636
|
};
|