@comercti/web-components-hmg 0.23.2 → 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.
package/comerc-style-guide.es.js
CHANGED
|
@@ -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", {
|