@dpa-id-components/dpa-shared-components 8.0.8-4 → 8.0.8-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.
|
@@ -5539,7 +5539,7 @@ const Dp = /* @__PURE__ */ ea(Sp, [["__scopeId", "data-v-e1b2aabf"]]), Op = ["on
|
|
|
5539
5539
|
emits: ["list-item-click"],
|
|
5540
5540
|
setup(e, { emit: t }) {
|
|
5541
5541
|
const a = e, r = H(() => [
|
|
5542
|
-
a.
|
|
5542
|
+
a.disabled ? "text-gray-600" : "text-gray-800",
|
|
5543
5543
|
a.selectable ? "pr-9" : "pr-2",
|
|
5544
5544
|
a.checkboxSize === "medium" ? "py-3 px-4" : "p-2"
|
|
5545
5545
|
]), n = () => {
|