@cobre-npm/ds-v3 0.81.29 → 0.81.30
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 +13 -13
- package/dist/style.css +1 -1
- package/dist/types/components/molecules/CobreInput/CobreInput.vue.d.ts +2 -4
- package/dist/types/components/molecules/CobreInputAmount/CobreInputAmount.vue.d.ts +2 -4
- package/dist/types/components/molecules/CobreInputCurrency/CobreInputCurrency.vue.d.ts +2 -4
- package/dist/types/components/molecules/CobreInputPhoneNumber/CobreInputPhoneNumber.vue.d.ts +2 -4
- package/dist/types/components/molecules/CobreInputUrl/CobreInputUrl.vue.d.ts +2 -4
- package/dist/types/components/molecules/CobreSelect/CobreSelect.vue.d.ts +1 -1
- package/dist/types/components/molecules/CobreSelectTags/CobreSelectTags.vue.d.ts +2 -2
- package/dist/types/components/molecules/CobreTextArea/CobreTextArea.vue.d.ts +2 -2
- package/package.json +1 -1
|
@@ -3173,18 +3173,18 @@ 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
3177
|
id: {},
|
|
3178
|
+
labelOptional: {},
|
|
3177
3179
|
placeholder: {},
|
|
3178
3180
|
isRequired: { type: Boolean, default: !1 },
|
|
3179
3181
|
minlength: { default: "2" },
|
|
3180
3182
|
maxlength: { default: "50" },
|
|
3181
|
-
errorMsg: { default: "Campo inválido" },
|
|
3182
3183
|
isDisabled: { type: Boolean, default: !1 },
|
|
3183
3184
|
type: { default: "anyCharacter" },
|
|
3184
3185
|
theme: { default: "white" },
|
|
3185
3186
|
label: {},
|
|
3186
3187
|
labelTooltip: {},
|
|
3187
|
-
labelOptional: { default: "(Opcional)" },
|
|
3188
3188
|
infoLabel: { default: "" },
|
|
3189
3189
|
iconInfoLabel: { type: Boolean, default: !0 },
|
|
3190
3190
|
showErrors: { type: Boolean, default: !1 },
|
|
@@ -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-19951a8b"]]);
|
|
3280
3280
|
/**
|
|
3281
3281
|
* Vue Currency Input 3.2.1
|
|
3282
3282
|
* (c) 2018-2025 Matthias Stiller
|
|
@@ -3604,16 +3604,16 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
3604
3604
|
modelValue: {},
|
|
3605
3605
|
placeholder: {},
|
|
3606
3606
|
id: {},
|
|
3607
|
+
errorMsg: {},
|
|
3608
|
+
labelOptional: {},
|
|
3607
3609
|
options: {},
|
|
3608
3610
|
isRequired: { type: Boolean, default: !1 },
|
|
3609
3611
|
minlength: { default: "1" },
|
|
3610
3612
|
maxlength: { default: "20" },
|
|
3611
3613
|
min: { default: 0 },
|
|
3612
3614
|
max: { default: 9e14 },
|
|
3613
|
-
errorMsg: { default: "Campo inválido" },
|
|
3614
3615
|
disabled: { type: Boolean, default: !1 },
|
|
3615
3616
|
label: {},
|
|
3616
|
-
labelOptional: { default: "(Opcional)" },
|
|
3617
3617
|
allowDecimals: { type: Boolean, default: !0 }
|
|
3618
3618
|
},
|
|
3619
3619
|
emits: ["update:modelValue"],
|
|
@@ -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-6f644d27"]]), 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,6 +3870,8 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
3870
3870
|
__name: "CobreInputCurrency",
|
|
3871
3871
|
props: /* @__PURE__ */ Fr({
|
|
3872
3872
|
modelValue: {},
|
|
3873
|
+
labelOptional: {},
|
|
3874
|
+
errorMsg: {},
|
|
3873
3875
|
placeholder: {},
|
|
3874
3876
|
id: {},
|
|
3875
3877
|
options: {},
|
|
@@ -3878,10 +3880,8 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
3878
3880
|
maxlength: { default: "20" },
|
|
3879
3881
|
min: { default: 0 },
|
|
3880
3882
|
max: { default: 9e14 },
|
|
3881
|
-
errorMsg: { default: "Campo inválido" },
|
|
3882
3883
|
label: {},
|
|
3883
3884
|
labelTooltip: {},
|
|
3884
|
-
labelOptional: { default: "(Opcional)" },
|
|
3885
3885
|
currencies: {},
|
|
3886
3886
|
isAmountDisabled: { type: Boolean },
|
|
3887
3887
|
isCurrencyDisabled: { type: Boolean },
|
|
@@ -4034,17 +4034,17 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
4034
4034
|
__name: "CobreInputPhoneNumber",
|
|
4035
4035
|
props: {
|
|
4036
4036
|
modelValue: {},
|
|
4037
|
+
errorMsg: {},
|
|
4038
|
+
labelOptional: {},
|
|
4037
4039
|
id: {},
|
|
4038
4040
|
placeholder: { default: "(000) 000 0000" },
|
|
4039
4041
|
isRequired: { type: Boolean, default: !1 },
|
|
4040
4042
|
minlength: { default: "2" },
|
|
4041
4043
|
maxlength: { default: "50" },
|
|
4042
|
-
errorMsg: { default: "Campo inválido" },
|
|
4043
4044
|
isDisabled: { type: Boolean, default: !1 },
|
|
4044
4045
|
theme: { default: "white" },
|
|
4045
4046
|
label: {},
|
|
4046
4047
|
labelTooltip: {},
|
|
4047
|
-
labelOptional: { default: "(Opcional)" },
|
|
4048
4048
|
infoLabel: { default: "" },
|
|
4049
4049
|
iconInfoLabel: { type: Boolean, default: !0 },
|
|
4050
4050
|
showErrors: { type: Boolean, default: !1 }
|
|
@@ -4267,17 +4267,17 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
4267
4267
|
__name: "CobreInputUrl",
|
|
4268
4268
|
props: {
|
|
4269
4269
|
modelValue: {},
|
|
4270
|
+
errorMsg: {},
|
|
4271
|
+
labelOptional: {},
|
|
4270
4272
|
id: {},
|
|
4271
4273
|
placeholder: {},
|
|
4272
4274
|
isRequired: { type: Boolean, default: !1 },
|
|
4273
4275
|
minlength: { default: "2" },
|
|
4274
4276
|
maxlength: { default: "1000" },
|
|
4275
|
-
errorMsg: { default: "URL debe comenzar con “https://" },
|
|
4276
4277
|
isDisabled: { type: Boolean },
|
|
4277
4278
|
theme: { default: "white" },
|
|
4278
4279
|
label: {},
|
|
4279
4280
|
labelTooltip: {},
|
|
4280
|
-
labelOptional: { default: "(Opcional)" },
|
|
4281
4281
|
infoLabel: { default: "" },
|
|
4282
4282
|
iconInfoLabel: { type: Boolean, default: !0 },
|
|
4283
4283
|
showErrors: { type: Boolean, default: !1 }
|
|
@@ -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-f291160d"]]), a0 = /* @__PURE__ */ ve({
|
|
4365
4365
|
__name: "CobreKebabMenu",
|
|
4366
4366
|
props: {
|
|
4367
4367
|
options: {}
|