@factoringplus/pl-components-pack-v3 0.8.17 → 0.8.18
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.
|
@@ -34958,7 +34958,7 @@ const objectSupport = /* @__PURE__ */ getDefaultExportFromCjs(objectSupportExpor
|
|
|
34958
34958
|
}), { label: L } = toRefs(j), V = computed$1(() => L.value || "no-label"), re = computed$1(() => V.value === "no-label" ? uniqid() : V.value);
|
|
34959
34959
|
return (ae, le) => (openBlock(), createElementBlock("div", _hoisted_1$2, [
|
|
34960
34960
|
withDirectives(createElementVNode("input", {
|
|
34961
|
-
id: g.id,
|
|
34961
|
+
id: g.id || re.value,
|
|
34962
34962
|
"onUpdate:modelValue": le[0] || (le[0] = (ue) => z.value = ue),
|
|
34963
34963
|
type: "checkbox",
|
|
34964
34964
|
class: "custom-checkbox",
|
|
@@ -34968,7 +34968,7 @@ const objectSupport = /* @__PURE__ */ getDefaultExportFromCjs(objectSupportExpor
|
|
|
34968
34968
|
[vModelCheckbox, z.value]
|
|
34969
34969
|
]),
|
|
34970
34970
|
createElementVNode("label", {
|
|
34971
|
-
for: g.id,
|
|
34971
|
+
for: g.id || re.value,
|
|
34972
34972
|
onClick: le[1] || (le[1] = withModifiers(() => {
|
|
34973
34973
|
}, ["stop"]))
|
|
34974
34974
|
}, toDisplayString(V.value !== "no-label" ? V.value : null), 9, _hoisted_3$1)
|