@nmorph/nmorph-ui-kit 1.0.46 → 1.0.47
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/index.es.js +5 -4
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -143,7 +143,7 @@ const z2 = (t) => {
|
|
|
143
143
|
});
|
|
144
144
|
};
|
|
145
145
|
return { placement: d, placementCoords: c };
|
|
146
|
-
}, _e = "@nmorph/nmorph-ui-kit", fe = "module", we = "1.0.
|
|
146
|
+
}, _e = "@nmorph/nmorph-ui-kit", fe = "module", we = "1.0.47", ge = "MIT", xe = {
|
|
147
147
|
node: "18.13.0",
|
|
148
148
|
npm: "8.19.3"
|
|
149
149
|
}, $e = "./dist/index.d.ts", ye = "./dist/index.umd.js", be = "./dist/index.es.js", Me = "./dist/style.css", He = [
|
|
@@ -6929,10 +6929,11 @@ const M9 = /* @__PURE__ */ L({
|
|
|
6929
6929
|
var vi = /* @__PURE__ */ ((t) => (t["top-left"] = "top-left", t["top-center"] = "top-center", t["top-right"] = "top-right", t["bottom-left"] = "bottom-left", t["bottom-center"] = "bottom-center", t["bottom-right"] = "bottom-right", t))(vi || {});
|
|
6930
6930
|
const mi = {
|
|
6931
6931
|
install(t, e = {}) {
|
|
6932
|
-
if (!e?.i18n?.outsideMessagesMerge) {
|
|
6932
|
+
if (console.log("1"), !e?.i18n?.outsideMessagesMerge) {
|
|
6933
|
+
console.log("2");
|
|
6933
6934
|
const i = Ge(e.i18n), d = t.__VUE_I18N__;
|
|
6934
|
-
d ? (i.global.messages && (console.log(i.global.messages.value), Object.entries(i.global.messages).forEach(([c, u]) => {
|
|
6935
|
-
})), i.global.locale && (d.global.locale.value = i.global.locale)) : t.use(i);
|
|
6935
|
+
d ? (console.log("3"), i.global.messages && (console.log("4"), console.log(i.global.messages.value), Object.entries(i.global.messages).forEach(([c, u]) => {
|
|
6936
|
+
})), i.global.locale && (console.log("locale"), d.global.locale.value = i.global.locale)) : (console.log("5"), t.use(i));
|
|
6936
6937
|
}
|
|
6937
6938
|
const s = Ee(e.theme), l = Qe(), r = { theme: s, browser: l };
|
|
6938
6939
|
return t.provide("nmorph", r), t;
|