@comercti/web-components-hmg 0.23.1 → 0.23.3

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.
@@ -370,7 +370,8 @@ const Za = (e) => {
370
370
  disabled: { type: Boolean, default: !1 },
371
371
  block: { type: Boolean, default: !1 },
372
372
  indeterminate: { type: Boolean, default: !1 },
373
- reserveSpaceFeedback: { type: Boolean, default: !0 }
373
+ reserveSpaceFeedback: { type: Boolean, default: !0 },
374
+ clickDisabled: { type: Boolean, default: !1 }
374
375
  },
375
376
  emits: ["update:modelValue", "change"],
376
377
  setup(e, { expose: t, emit: r }) {
@@ -419,7 +420,7 @@ const Za = (e) => {
419
420
  class: "sr-only peer",
420
421
  ".indeterminate": e.indeterminate,
421
422
  checked: u.value,
422
- disabled: e.disabled,
423
+ disabled: e.disabled || e.clickDisabled,
423
424
  onChange: g
424
425
  }, null, 40, Qa),
425
426
  s("div", {
@@ -2337,7 +2338,7 @@ const Mt = /* @__PURE__ */ new WeakMap(), Co = (e, t) => {
2337
2338
  U(u.$slots, "default")
2338
2339
  ], 16));
2339
2340
  }
2340
- }), En = { class: "space-y-4 p-4" }, zn = { class: "shadow-[0px 1px 2px 0px #1018280D] border-[1px] border-[#E5E5E5] rounded-md p-2 mb-3" }, Fn = ["for"], Pn = {
2341
+ }), En = { class: "flex flex-col gap-2" }, zn = { class: "shadow-[0px 1px 2px 0px #1018280D] border-[1px] border-[#E5E5E5] rounded-md p-2 mb-3" }, Fn = ["for"], Pn = {
2341
2342
  key: 0,
2342
2343
  class: "text-[#525252] dark:text-ce_light_gray font-[400]"
2343
2344
  }, Ln = ["id", "multiple", "disabled", "accept"], Hn = ["for"], Yn = { class: "font-semibold" }, Sn = ["id", "multiple", "disabled", "accept"], Nn = {
@@ -2508,7 +2509,7 @@ const Mt = /* @__PURE__ */ new WeakMap(), Co = (e, t) => {
2508
2509
  "border-[#C0002B]": o(g) || e.invalid || e.invalidFeedback,
2509
2510
  "border-gray-300": !o(g) && !o(u) && !o(f) && !e.invalid && !e.invalidFeedback
2510
2511
  }
2511
- ], "border flex flex-row items-center justify-center rounded-lg p-2 gap-2"]),
2512
+ ], "border flex flex-row items-center justify-center rounded-lg p-2 gap-2 h-12"]),
2512
2513
  onDragover: E[7] || (E[7] = //@ts-ignore
2513
2514
  (...D) => o(I) && o(I)(...D)),
2514
2515
  onDragleave: E[8] || (E[8] = //@ts-ignore