layers-design-system 3.0.7 → 3.0.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/{en-0230351f.js → en-cae8a80f.js} +1 -1
- package/dist/{es-e7f601b3.js → es-aa67a0f6.js} +1 -1
- package/dist/{index-f37f4461.js → index-005ed59c.js} +2 -2
- package/dist/layers-design-system.js +1 -1
- package/dist/layers-design-system.umd.cjs +1 -1
- package/dist/{main-bd7e6876.js → main-7139c9eb.js} +14 -6
- package/dist/{pt-br-2ad4eb53.js → pt-br-06a9524d.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -4361,16 +4361,16 @@ const kB = (e) => ({
|
|
|
4361
4361
|
let r;
|
|
4362
4362
|
switch (t) {
|
|
4363
4363
|
case "en":
|
|
4364
|
-
r = await Promise.resolve().then(() => Wne), await import("./en-
|
|
4364
|
+
r = await Promise.resolve().then(() => Wne), await import("./en-cae8a80f.js").then((a) => a.e);
|
|
4365
4365
|
break;
|
|
4366
4366
|
case "es":
|
|
4367
|
-
r = await import("./es-da718580.js"), await import("./es-
|
|
4367
|
+
r = await import("./es-da718580.js"), await import("./es-aa67a0f6.js").then((a) => a.e);
|
|
4368
4368
|
break;
|
|
4369
4369
|
default:
|
|
4370
|
-
r = await import("./pt-br-b45aa35e.js"), await import("./pt-br-
|
|
4370
|
+
r = await import("./pt-br-b45aa35e.js"), await import("./pt-br-06a9524d.js").then((a) => a.p);
|
|
4371
4371
|
break;
|
|
4372
4372
|
}
|
|
4373
|
-
const o = await import("./index-
|
|
4373
|
+
const o = await import("./index-005ed59c.js");
|
|
4374
4374
|
e.use(o.default, { locale: r.default }), nt.locale(t);
|
|
4375
4375
|
}
|
|
4376
4376
|
});
|
|
@@ -27963,6 +27963,10 @@ const fhe = {
|
|
|
27963
27963
|
errorMessage: {
|
|
27964
27964
|
type: String,
|
|
27965
27965
|
default: ""
|
|
27966
|
+
},
|
|
27967
|
+
noBorder: {
|
|
27968
|
+
type: Boolean,
|
|
27969
|
+
default: !1
|
|
27966
27970
|
}
|
|
27967
27971
|
}
|
|
27968
27972
|
}, phe = { class: "l-input-wrapper" }, hhe = {
|
|
@@ -27973,7 +27977,11 @@ function ghe(e, t, n, r, o, a) {
|
|
|
27973
27977
|
const i = _e("el-input");
|
|
27974
27978
|
return T(), I("div", phe, [
|
|
27975
27979
|
N(i, at(e.$attrs, {
|
|
27976
|
-
class: ["l-input", { "l-input-error": n.error }]
|
|
27980
|
+
class: ["l-input", { "l-input-error": n.error }],
|
|
27981
|
+
"input-style": {
|
|
27982
|
+
border: n.noBorder ? "none" : "",
|
|
27983
|
+
boxShadow: n.noBorder ? "none" : ""
|
|
27984
|
+
}
|
|
27977
27985
|
}), Rc({
|
|
27978
27986
|
default: ee(() => [
|
|
27979
27987
|
ye(e.$slots, "default")
|
|
@@ -28008,7 +28016,7 @@ function ghe(e, t, n, r, o, a) {
|
|
|
28008
28016
|
]),
|
|
28009
28017
|
key: "3"
|
|
28010
28018
|
} : void 0
|
|
28011
|
-
]), 1040, ["class"]),
|
|
28019
|
+
]), 1040, ["class", "input-style"]),
|
|
28012
28020
|
n.errorMessage ? (T(), I("div", hhe, we(n.errorMessage), 1)) : de("", !0)
|
|
28013
28021
|
]);
|
|
28014
28022
|
}
|