@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
  ])
@@ -6,6 +6,7 @@ interface Props {
6
6
  labelTooltip?: string;
7
7
  labelOptional?: string;
8
8
  disabled?: boolean;
9
+ noArrow?: boolean;
9
10
  }
10
11
  declare function __VLS_template(): {
11
12
  option?(_: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.31.3",
3
+ "version": "0.31.5",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"