@cobre-npm/ds-v3 0.31.3 → 0.31.5
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.
|
@@ -6276,7 +6276,8 @@ const jw = (t) => (an("data-v-8a74ae3b"), t = t(), rn(), t), Uw = { class: "co-i
|
|
|
6276
6276
|
errorMsg: { default: "Selección invalida" },
|
|
6277
6277
|
labelTooltip: { default: "" },
|
|
6278
6278
|
labelOptional: { default: "Opcional" },
|
|
6279
|
-
disabled: { type: Boolean }
|
|
6279
|
+
disabled: { type: Boolean },
|
|
6280
|
+
noArrow: { type: Boolean }
|
|
6280
6281
|
},
|
|
6281
6282
|
setup(t) {
|
|
6282
6283
|
const e = kh();
|
|
@@ -6344,7 +6345,7 @@ const jw = (t) => (an("data-v-8a74ae3b"), t = t(), rn(), t), Uw = { class: "co-i
|
|
|
6344
6345
|
"open-indicator": we(({ attributes: o }) => [
|
|
6345
6346
|
se(n.$slots, "open-indicator", { attributes: o }, () => [
|
|
6346
6347
|
P("span", $t(o, {
|
|
6347
|
-
class: "icon-chevron-down co-fw-600",
|
|
6348
|
+
class: ["icon-chevron-down co-fw-600", { "d-none": n.noArrow }],
|
|
6348
6349
|
role: "button"
|
|
6349
6350
|
}), null, 16)
|
|
6350
6351
|
])
|