@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.
@@ -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: { default: "No accounts connected yet" },
483
- description: { default: "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: { default: "of" },
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-1a79104c"]]), om = ["id", "disabled", "name", "value", "checked"], im = ["for"], sm = ["for"], lm = /* @__PURE__ */ ve({
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: { default: "Label" },
3060
- idLogo: { default: "logo" }
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: { default: "Código de seguridad" },
4703
- description: { default: "Para realizar el pago ingresa el código generado por tu aplicación de autenticación de dos factores." },
4704
- textCancelButton: { default: "Cancelar" },
4705
- textSubmitButton: { default: "Continuar" },
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.replace(/ /g, ""))) {
5040
+ if ((i === "insertText" || i === "insertCompositionText") && s && t.test(s)) {
5041
5041
  o.preventDefault();
5042
5042
  return;
5043
5043
  }