llnet-vue-floating-form
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -1,2 +0,2 @@ | ||
import { ref as a, openBlock as s, createElementBlock as m, normalizeClass as p, unref as o, createElementVNode as n, withDirectives as y, isRef as g, vModelCheckbox as v, toDisplayString as V, createBlock as k, createCommentVNode as h } from "vue"; | ||
import { ref as a, openBlock as r, createElementBlock as m, normalizeClass as p, unref as o, createElementVNode as n, withDirectives as y, isRef as g, vModelCheckbox as v, toDisplayString as V, createBlock as k, createCommentVNode as h } from "vue"; | ||
import { u as b } from "./index-Ci4F7pjy.js"; | ||
@@ -48,3 +48,3 @@ import { _ as w } from "./InfoIcon-B2j-ihXV.js"; | ||
} | ||
return (C, r) => (s(), m("div", { | ||
return (M, s) => (r(), m("div", { | ||
class: p([[ | ||
@@ -64,3 +64,3 @@ o(l) === e.yesValue ? "checked" : "unchecked", | ||
type: "checkbox", | ||
"onUpdate:modelValue": r[0] || (r[0] = (c) => g(l) ? l.value = c : null), | ||
"onUpdate:modelValue": s[0] || (s[0] = (c) => g(l) ? l.value = c : null), | ||
value: e.yesValue, | ||
@@ -74,3 +74,3 @@ class: "sr-only" | ||
n("label", E, V(e.label), 1), | ||
e.info ? (s(), k(w, { | ||
e.info ? (r(), k(w, { | ||
key: 0, | ||
@@ -80,4 +80,5 @@ value: o(l), | ||
"input-el": i.value, | ||
"wrapper-el": u.value | ||
}, null, 8, ["value", "info", "input-el", "wrapper-el"])) : h("", !0) | ||
"wrapper-el": u.value, | ||
message: e.infoMessage | ||
}, null, 8, ["value", "info", "input-el", "wrapper-el", "message"])) : h("", !0) | ||
], 2)); | ||
@@ -84,0 +85,0 @@ } |
{ | ||
"name": "llnet-vue-floating-form", | ||
"private": false, | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "author": "LLNet", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
67391
1145