@cobre-npm/ds-v3 0.81.27 → 0.81.29
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/cobre-ds-v3-lib.es.js +12 -12
- package/dist/style.css +1 -1
- package/dist/types/components/atoms/CobreEmptyResults/CobreEmptyResults.vue.d.ts +1 -3
- package/dist/types/components/atoms/CobrePager/CobrePager.vue.d.ts +0 -1
- package/dist/types/components/molecules/CobreFieldLogo/CobreFieldLogo.vue.d.ts +1 -4
- package/dist/types/components/molecules/CobreFormOtp/CobreFormOtp.vue.d.ts +5 -10
- package/package.json +1 -1
|
@@ -479,8 +479,8 @@ const Au = /* @__PURE__ */ Se(Pf, [["render", Af], ["__scopeId", "data-v-4a47d72
|
|
|
479
479
|
}, Qf = /* @__PURE__ */ ve({
|
|
480
480
|
__name: "CobreEmptyResults",
|
|
481
481
|
props: {
|
|
482
|
-
title: {
|
|
483
|
-
description: {
|
|
482
|
+
title: {},
|
|
483
|
+
description: {},
|
|
484
484
|
icon: { default: "error" }
|
|
485
485
|
},
|
|
486
486
|
setup(n) {
|
|
@@ -1507,7 +1507,7 @@ const es = /* @__PURE__ */ Ji(Dp, [["render", Fp]]), Yp = { class: "co-input-gro
|
|
|
1507
1507
|
props: {
|
|
1508
1508
|
totalPages: { default: 0 },
|
|
1509
1509
|
currentPage: { default: 0 },
|
|
1510
|
-
pageLabel: {
|
|
1510
|
+
pageLabel: {},
|
|
1511
1511
|
totalItems: { default: 0 },
|
|
1512
1512
|
hasError: { type: Boolean },
|
|
1513
1513
|
pageSize: {},
|
|
@@ -1552,7 +1552,7 @@ const es = /* @__PURE__ */ Ji(Dp, [["render", Fp]]), Yp = { class: "co-input-gro
|
|
|
1552
1552
|
])
|
|
1553
1553
|
]));
|
|
1554
1554
|
}
|
|
1555
|
-
}), Z3 = /* @__PURE__ */ Se(rm, [["__scopeId", "data-v-
|
|
1555
|
+
}), Z3 = /* @__PURE__ */ Se(rm, [["__scopeId", "data-v-d930300b"]]), om = ["id", "disabled", "name", "value", "checked"], im = ["for"], sm = ["for"], lm = /* @__PURE__ */ ve({
|
|
1556
1556
|
__name: "CobreRadio",
|
|
1557
1557
|
props: {
|
|
1558
1558
|
value: { default: "" },
|
|
@@ -3056,8 +3056,8 @@ const pv = { class: "co-float-modal__header d-flex justify-content-end" }, mv =
|
|
|
3056
3056
|
}), pM = /* @__PURE__ */ Se(bv, [["__scopeId", "data-v-98adc11d"]]), _v = { class: "d-flex align-items-center" }, wv = { class: "co-label ps-2 mb-0" }, mM = /* @__PURE__ */ ve({
|
|
3057
3057
|
__name: "CobreFieldLogo",
|
|
3058
3058
|
props: {
|
|
3059
|
-
label: {
|
|
3060
|
-
idLogo: {
|
|
3059
|
+
label: {},
|
|
3060
|
+
idLogo: {}
|
|
3061
3061
|
},
|
|
3062
3062
|
setup(n) {
|
|
3063
3063
|
return (e, t) => (p(), w("div", _v, [
|
|
@@ -4699,14 +4699,14 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
4699
4699
|
}, O0 = { class: "ms-1" }, M0 = { key: 0 }, kM = /* @__PURE__ */ ve({
|
|
4700
4700
|
__name: "CobreFormOtp",
|
|
4701
4701
|
props: {
|
|
4702
|
-
title: {
|
|
4703
|
-
description: {
|
|
4704
|
-
textCancelButton: {
|
|
4705
|
-
textSubmitButton: {
|
|
4702
|
+
title: {},
|
|
4703
|
+
description: {},
|
|
4704
|
+
textCancelButton: {},
|
|
4705
|
+
textSubmitButton: {},
|
|
4706
|
+
errorMsg: {},
|
|
4706
4707
|
isLoading: { type: Boolean, default: !1 },
|
|
4707
4708
|
hideIcon: { type: Boolean, default: !1 },
|
|
4708
4709
|
isInvalidOtp: { type: Boolean, default: !1 },
|
|
4709
|
-
errorMsg: { default: "Código incorrecto" },
|
|
4710
4710
|
showActionsBorder: { type: Boolean }
|
|
4711
4711
|
},
|
|
4712
4712
|
emits: [
|
|
@@ -5037,7 +5037,7 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
5037
5037
|
const i = o.inputType, s = o.data;
|
|
5038
5038
|
if (!i || i.startsWith("delete") || i.startsWith("history") || i.startsWith("format")) return;
|
|
5039
5039
|
const c = o.target.selectionStart ?? 0;
|
|
5040
|
-
if ((i === "insertText" || i === "insertCompositionText") && s && t.test(s
|
|
5040
|
+
if ((i === "insertText" || i === "insertCompositionText") && s && t.test(s)) {
|
|
5041
5041
|
o.preventDefault();
|
|
5042
5042
|
return;
|
|
5043
5043
|
}
|