@win2win/shared-ui 0.0.20 → 0.0.22
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/w2w-shared-ui.js
CHANGED
|
@@ -10198,7 +10198,7 @@ const Pw = {
|
|
|
10198
10198
|
])
|
|
10199
10199
|
]));
|
|
10200
10200
|
}
|
|
10201
|
-
}), v1 = /* @__PURE__ */ Yn(d1, [["__scopeId", "data-v-88496229"]]),
|
|
10201
|
+
}), v1 = /* @__PURE__ */ Yn(d1, [["__scopeId", "data-v-88496229"]]), m1 = /* @__PURE__ */ vt({
|
|
10202
10202
|
__name: "DynamicForm",
|
|
10203
10203
|
props: {
|
|
10204
10204
|
forms: {}
|
|
@@ -10235,25 +10235,25 @@ const Pw = {
|
|
|
10235
10235
|
Rt(v1, { onSubmit: h })
|
|
10236
10236
|
], 64));
|
|
10237
10237
|
}
|
|
10238
|
-
}),
|
|
10238
|
+
}), h1 = /* @__PURE__ */ Oe("img", {
|
|
10239
10239
|
src: "https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/Vue.js_Logo_2.svg/640px-Vue.js_Logo_2.svg.png",
|
|
10240
10240
|
alt: ""
|
|
10241
|
-
}, null, -1),
|
|
10241
|
+
}, null, -1), p1 = /* @__PURE__ */ vt({
|
|
10242
10242
|
__name: "TestUi",
|
|
10243
10243
|
setup(t) {
|
|
10244
10244
|
const l = re("Test W2W UI!");
|
|
10245
10245
|
return (i, u) => (de(), qe(pt, null, [
|
|
10246
|
-
|
|
10246
|
+
h1,
|
|
10247
10247
|
Oe("h1", null, Tt(l.value), 1)
|
|
10248
10248
|
], 64));
|
|
10249
10249
|
}
|
|
10250
10250
|
}), _1 = {
|
|
10251
10251
|
install(t, l) {
|
|
10252
|
-
l != null && l.pinia ? (console.log("existe una instancia de pinia!"), t.use(l.pinia)) : console.error("Pinia instance is required to use this library."), console.log("inicializando componentes...")
|
|
10252
|
+
l != null && l.pinia ? (console.log("existe una instancia de pinia!"), t.use(l.pinia)) : console.error("Pinia instance is required to use this library."), console.log("inicializando componentes...");
|
|
10253
10253
|
}
|
|
10254
10254
|
};
|
|
10255
10255
|
export {
|
|
10256
|
-
|
|
10257
|
-
|
|
10256
|
+
m1 as DynamicForm,
|
|
10257
|
+
p1 as TestUi,
|
|
10258
10258
|
_1 as default
|
|
10259
10259
|
};
|