@cobre-npm/ds-v3 0.81.31 → 0.81.34
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 +21 -22
- 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/dist/types/components/molecules/CobreSelect/CobreSelect.vue.d.ts +0 -2
- package/dist/types/components/molecules/CobreSnackBar/CobreSnackBar.vue.d.ts +1 -2
- 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 = {
|
|
@@ -3708,12 +3708,12 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
3708
3708
|
props: {
|
|
3709
3709
|
labelName: {},
|
|
3710
3710
|
isRequired: { type: Boolean, default: !1 },
|
|
3711
|
-
errorMsg: {
|
|
3711
|
+
errorMsg: {},
|
|
3712
3712
|
labelTooltip: { default: "" },
|
|
3713
|
-
labelOptional: { default: "
|
|
3713
|
+
labelOptional: { default: "" },
|
|
3714
3714
|
disabled: { type: Boolean },
|
|
3715
3715
|
noArrow: { type: Boolean },
|
|
3716
|
-
noOptionsText: {
|
|
3716
|
+
noOptionsText: {},
|
|
3717
3717
|
noOptionsIcon: { default: "icon-search-sm" }
|
|
3718
3718
|
},
|
|
3719
3719
|
setup(n) {
|
|
@@ -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: {}
|
|
@@ -4467,13 +4467,12 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
4467
4467
|
}), d0 = /* @__PURE__ */ Se(c0, [["__scopeId", "data-v-e7b588f2"]]), TM = /* @__PURE__ */ ve({
|
|
4468
4468
|
__name: "CobreModalAction",
|
|
4469
4469
|
props: {
|
|
4470
|
-
title: {
|
|
4470
|
+
title: {},
|
|
4471
4471
|
description: {},
|
|
4472
|
-
labelPrimary: {},
|
|
4472
|
+
labelPrimary: { default: "" },
|
|
4473
4473
|
icon: { default: "success" },
|
|
4474
4474
|
size: { default: "md" },
|
|
4475
4475
|
hasCloseButton: { type: Boolean, default: !1 },
|
|
4476
|
-
subtitle: {},
|
|
4477
4476
|
isLoadingBtnPrimary: { type: Boolean },
|
|
4478
4477
|
labelSecondary: {},
|
|
4479
4478
|
themeBtnPrimary: { default: "primary" }
|
|
@@ -5024,10 +5023,10 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
5024
5023
|
isRequired: { type: Boolean, default: !1 },
|
|
5025
5024
|
errorMsg: { default: "" },
|
|
5026
5025
|
labelTooltip: { default: "" },
|
|
5027
|
-
labelOptional: { default: "
|
|
5026
|
+
labelOptional: { default: "" },
|
|
5028
5027
|
disabled: { type: Boolean },
|
|
5029
5028
|
noArrow: { type: Boolean },
|
|
5030
|
-
noOptionsText: { default: "
|
|
5029
|
+
noOptionsText: { default: "" },
|
|
5031
5030
|
noOptionsIcon: { default: "icon-search-sm" },
|
|
5032
5031
|
maxlength: { default: "40" }
|
|
5033
5032
|
},
|
|
@@ -5156,10 +5155,10 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
5156
5155
|
__name: "CobreSnackBar",
|
|
5157
5156
|
props: {
|
|
5158
5157
|
closeToast: {},
|
|
5159
|
-
message: {
|
|
5158
|
+
message: {},
|
|
5160
5159
|
type: { default: "success" },
|
|
5161
5160
|
showCloseButton: { type: Boolean, default: !0 },
|
|
5162
|
-
btnLabel: { default: "
|
|
5161
|
+
btnLabel: { default: "" },
|
|
5163
5162
|
btnAction: { type: Function, default: () => {
|
|
5164
5163
|
} }
|
|
5165
5164
|
},
|
|
@@ -5205,7 +5204,7 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
5205
5204
|
})) : P("", !0)
|
|
5206
5205
|
]));
|
|
5207
5206
|
}
|
|
5208
|
-
}), DM = /* @__PURE__ */ Se(ty, [["__scopeId", "data-v-
|
|
5207
|
+
}), DM = /* @__PURE__ */ Se(ty, [["__scopeId", "data-v-128455d9"]]), ny = ["title"], OM = /* @__PURE__ */ ve({
|
|
5209
5208
|
__name: "CobreTableCellCopy",
|
|
5210
5209
|
props: {
|
|
5211
5210
|
text: { default: "" },
|
|
@@ -5289,12 +5288,12 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
5289
5288
|
isRequired: { type: Boolean, default: !1 },
|
|
5290
5289
|
minlength: { default: "2" },
|
|
5291
5290
|
maxlength: { default: "50" },
|
|
5292
|
-
errorMsg: { default: "
|
|
5291
|
+
errorMsg: { default: "" },
|
|
5293
5292
|
isDisabled: { type: Boolean, default: !1 },
|
|
5294
5293
|
theme: { default: "white" },
|
|
5295
5294
|
label: {},
|
|
5296
5295
|
labelTooltip: {},
|
|
5297
|
-
labelOptional: { default: "
|
|
5296
|
+
labelOptional: { default: "" },
|
|
5298
5297
|
infoLabel: { default: "" },
|
|
5299
5298
|
iconInfoLabel: { type: Boolean, default: !0 },
|
|
5300
5299
|
showErrors: { type: Boolean, default: !1 },
|
|
@@ -5376,7 +5375,7 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
5376
5375
|
]);
|
|
5377
5376
|
};
|
|
5378
5377
|
}
|
|
5379
|
-
}), MM = /* @__PURE__ */ Se(py, [["__scopeId", "data-v-
|
|
5378
|
+
}), MM = /* @__PURE__ */ Se(py, [["__scopeId", "data-v-6521ee62"]]), my = { class: "co-avatar-group" }, hy = {
|
|
5380
5379
|
key: 1,
|
|
5381
5380
|
class: "d-flex align-items-center"
|
|
5382
5381
|
}, vy = /* @__PURE__ */ ve({
|