@cobre-npm/ds-v3 0.81.31 → 0.81.32
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 +8 -8
- package/dist/style.css +1 -1
- package/dist/types/components/molecules/CobreInput/CobreInput.vue.d.ts +2 -1
- package/dist/types/components/molecules/CobreInputAmount/CobreInputAmount.vue.d.ts +2 -1
- package/dist/types/components/molecules/CobreInputCurrency/CobreInputCurrency.vue.d.ts +2 -1
- package/dist/types/components/molecules/CobreInputPhoneNumber/CobreInputPhoneNumber.vue.d.ts +2 -1
- package/dist/types/components/molecules/CobreInputUrl/CobreInputUrl.vue.d.ts +2 -1
- package/package.json +1 -1
|
@@ -3173,7 +3173,7 @@ const pv = { class: "co-float-modal__header d-flex justify-content-end" }, mv =
|
|
|
3173
3173
|
__name: "CobreInput",
|
|
3174
3174
|
props: {
|
|
3175
3175
|
modelValue: {},
|
|
3176
|
-
errorMsg: {},
|
|
3176
|
+
errorMsg: { default: "" },
|
|
3177
3177
|
id: {},
|
|
3178
3178
|
labelOptional: { default: "" },
|
|
3179
3179
|
placeholder: {},
|
|
@@ -3276,7 +3276,7 @@ const pv = { class: "co-float-modal__header d-flex justify-content-end" }, mv =
|
|
|
3276
3276
|
]);
|
|
3277
3277
|
};
|
|
3278
3278
|
}
|
|
3279
|
-
}), hM = /* @__PURE__ */ Se(Fv, [["__scopeId", "data-v-
|
|
3279
|
+
}), hM = /* @__PURE__ */ Se(Fv, [["__scopeId", "data-v-1fc52fcd"]]);
|
|
3280
3280
|
/**
|
|
3281
3281
|
* Vue Currency Input 3.2.1
|
|
3282
3282
|
* (c) 2018-2025 Matthias Stiller
|
|
@@ -3604,7 +3604,7 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
3604
3604
|
modelValue: {},
|
|
3605
3605
|
placeholder: {},
|
|
3606
3606
|
id: {},
|
|
3607
|
-
errorMsg: {},
|
|
3607
|
+
errorMsg: { default: "" },
|
|
3608
3608
|
labelOptional: { default: "" },
|
|
3609
3609
|
options: {},
|
|
3610
3610
|
isRequired: { type: Boolean, default: !1 },
|
|
@@ -3688,7 +3688,7 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
3688
3688
|
])) : P("", !0)
|
|
3689
3689
|
]));
|
|
3690
3690
|
}
|
|
3691
|
-
}), vM = /* @__PURE__ */ Se(ng, [["__scopeId", "data-v-
|
|
3691
|
+
}), vM = /* @__PURE__ */ Se(ng, [["__scopeId", "data-v-65243004"]]), ag = {
|
|
3692
3692
|
key: 0,
|
|
3693
3693
|
class: "d-flex align-items-center justify-content-between"
|
|
3694
3694
|
}, rg = { class: "d-flex align-items-center" }, og = ["title"], ig = {
|
|
@@ -3870,7 +3870,7 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
3870
3870
|
__name: "CobreInputCurrency",
|
|
3871
3871
|
props: /* @__PURE__ */ Fr({
|
|
3872
3872
|
modelValue: {},
|
|
3873
|
-
errorMsg: {},
|
|
3873
|
+
errorMsg: { default: "" },
|
|
3874
3874
|
labelOptional: { default: "" },
|
|
3875
3875
|
placeholder: {},
|
|
3876
3876
|
id: {},
|
|
@@ -4034,7 +4034,7 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
4034
4034
|
__name: "CobreInputPhoneNumber",
|
|
4035
4035
|
props: {
|
|
4036
4036
|
modelValue: {},
|
|
4037
|
-
errorMsg: {},
|
|
4037
|
+
errorMsg: { default: "" },
|
|
4038
4038
|
labelOptional: { default: "" },
|
|
4039
4039
|
id: {},
|
|
4040
4040
|
placeholder: { default: "(000) 000 0000" },
|
|
@@ -4267,7 +4267,7 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
4267
4267
|
__name: "CobreInputUrl",
|
|
4268
4268
|
props: {
|
|
4269
4269
|
modelValue: {},
|
|
4270
|
-
errorMsg: {},
|
|
4270
|
+
errorMsg: { default: "" },
|
|
4271
4271
|
labelOptional: { default: "" },
|
|
4272
4272
|
id: {},
|
|
4273
4273
|
placeholder: {},
|
|
@@ -4361,7 +4361,7 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
4361
4361
|
]);
|
|
4362
4362
|
};
|
|
4363
4363
|
}
|
|
4364
|
-
}), wM = /* @__PURE__ */ Se(n0, [["__scopeId", "data-v-
|
|
4364
|
+
}), wM = /* @__PURE__ */ Se(n0, [["__scopeId", "data-v-f35c6649"]]), a0 = /* @__PURE__ */ ve({
|
|
4365
4365
|
__name: "CobreKebabMenu",
|
|
4366
4366
|
props: {
|
|
4367
4367
|
options: {}
|