@comercti/web-components-hmg 0.23.9 → 0.23.10

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.
@@ -2389,7 +2389,8 @@ const Mt = /* @__PURE__ */ new WeakMap(), Co = (e, t) => {
2389
2389
  invalid: { type: Boolean, default: !1 },
2390
2390
  reserveSpaceFeedback: { type: Boolean, default: !0 },
2391
2391
  showUploadedFile: { type: Boolean, default: !0 },
2392
- canRemoveFile: { type: Boolean }
2392
+ canRemoveFile: { type: Boolean },
2393
+ showRemoveButton: { type: Boolean, default: !0 }
2393
2394
  },
2394
2395
  emits: ["updateFiles", "update:modelValue", "delete"],
2395
2396
  setup(e, { emit: t }) {
@@ -2626,7 +2627,7 @@ const Mt = /* @__PURE__ */ new WeakMap(), Co = (e, t) => {
2626
2627
  disabled: o(h),
2627
2628
  onChange: (z) => o(A)(B, z)
2628
2629
  }, null, 8, ["value", "disabled", "onChange"])) : M("", !0),
2629
- !r.selectAll && o(i).length > 0 ? (c(), m("button", {
2630
+ e.showRemoveButton ? (c(), m("button", {
2630
2631
  key: 1,
2631
2632
  type: "button",
2632
2633
  onClick: (z) => o(Y)(S, a, z),