llnet-vue-floating-form
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,4 +0,4 @@ | ||
import { _ as f } from "./Number-DQ-e4oFP.js"; | ||
import { _ as f } from "./Number-BwJO61Z4.js"; | ||
export { | ||
f as default | ||
}; |
@@ -1,4 +0,4 @@ | ||
import { _ as f } from "./Number-DQ-e4oFP.js"; | ||
import { _ as f } from "./Number-BwJO61Z4.js"; | ||
export { | ||
f as default | ||
}; |
@@ -64,3 +64,3 @@ import { ref as L, computed as x, openBlock as n, createElementBlock as s, normalizeClass as S, unref as u, withDirectives as _, createElementVNode as m, isRef as C, createVNode as p, withCtx as A, Fragment as b, renderList as v, toDisplayString as M, createCommentVNode as h, vModelSelect as O } from "vue"; | ||
return (d, l) => (n(), s("div", { | ||
class: S(["floating-default", o.emptyValue === u(r) ? "empty" : "selected"]) | ||
class: S(["floating-field", o.emptyValue === u(r) ? "empty" : "selected"]) | ||
}, [ | ||
@@ -67,0 +67,0 @@ _(m("select", { |
@@ -1,2 +0,2 @@ | ||
import { openBlock as r, createElementBlock as i, normalizeClass as u, unref as o, withDirectives as m, createElementVNode as d, isRef as p, vModelText as c, createVNode as f } from "vue"; | ||
import { openBlock as i, createElementBlock as r, normalizeClass as m, unref as o, withDirectives as u, createElementVNode as d, isRef as p, vModelText as c, createVNode as f } from "vue"; | ||
import { u as V } from "./index-Ci4F7pjy.js"; | ||
@@ -25,6 +25,6 @@ import { _ as b } from "./Label-eedKib_X.js"; | ||
var a; | ||
return r(), i("div", { | ||
class: u(["floating-default", ((a = o(e)) == null ? void 0 : a.length) === 0 ? "empty" : "has-content"]) | ||
return i(), r("div", { | ||
class: m(["floating-field", ((a = o(e)) == null ? void 0 : a.length) === 0 ? "empty" : "has-content"]) | ||
}, [ | ||
m(d("input", { | ||
u(d("input", { | ||
type: "text", | ||
@@ -31,0 +31,0 @@ class: "input", |
@@ -1,2 +0,2 @@ | ||
import { openBlock as s, createElementBlock as i, normalizeClass as m, unref as o, withDirectives as u, createElementVNode as d, isRef as p, vModelText as c, createVNode as f } from "vue"; | ||
import { openBlock as s, createElementBlock as i, normalizeClass as m, unref as o, withDirectives as d, createElementVNode as u, isRef as p, vModelText as c, createVNode as f } from "vue"; | ||
import { _ as V } from "./Label-eedKib_X.js"; | ||
@@ -26,5 +26,5 @@ import { u as b } from "./index-Ci4F7pjy.js"; | ||
return s(), i("div", { | ||
class: m(["floating-default", ((a = o(e)) == null ? void 0 : a.length) === 0 ? "empty" : "has-content"]) | ||
class: m(["floating-field", ((a = o(e)) == null ? void 0 : a.length) === 0 ? "empty" : "has-content"]) | ||
}, [ | ||
u(d("textarea", { | ||
d(u("textarea", { | ||
class: "input", | ||
@@ -31,0 +31,0 @@ placeholder: " ", |
{ | ||
"name": "llnet-vue-floating-form", | ||
"private": false, | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"type": "module", | ||
@@ -33,4 +33,4 @@ "author": "LLNet", | ||
"./*": { | ||
"import": "./dist/*.js", | ||
"require": "./dist/*.cjs" | ||
"import": "./dist/*.js", | ||
"require": "./dist/*.cjs" | ||
}, | ||
@@ -44,2 +44,6 @@ "./css/style.css": "./dist/style.css" | ||
}, | ||
"dependencies": { | ||
"@headlessui/vue": "^1.7.22", | ||
"@vueuse/core": "^10.10.0" | ||
}, | ||
"peerDependencies": { | ||
@@ -49,3 +53,2 @@ "@vueuse/core": "^10.10.0" | ||
"devDependencies": { | ||
"vue": "^3.4.21", | ||
"@vitejs/plugin-vue": "^5.0.4", | ||
@@ -55,6 +58,6 @@ "autoprefixer": "^10.4.19", | ||
"quill": "^2.0.2", | ||
"@vueuse/components": "^10.10.0", | ||
"tailwindcss": "^3.4.3", | ||
"vite": "^5.2.0" | ||
"vite": "^5.2.0", | ||
"vue": "^3.4.21" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
110823
7
25
1699
3
8
+ Added@headlessui/vue@^1.7.22
+ Added@vueuse/core@^10.10.0
+ Added@headlessui/vue@1.7.23(transitive)
+ Added@tanstack/virtual-core@3.10.9(transitive)
+ Added@tanstack/vue-virtual@3.10.9(transitive)