edvoyui-component-library-test-flight 0.0.60 → 0.0.61
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/dist/library-vue-ts.cjs.js +1 -1
- package/dist/library-vue-ts.css +1 -1
- package/dist/library-vue-ts.es.js +3 -3
- package/dist/library-vue-ts.umd.js +2 -2
- package/dist/searchexpand/EUISearchExpand.vue.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/searchexpand/EUISearchExpand.vue +2 -2
- package/src/components/table/UCheckbox.vue +10 -14
- package/src/components/table/UTable.vue +25 -25
- package/src/data/table.ts +2 -2
|
@@ -22332,11 +22332,11 @@ const pp = /* @__PURE__ */ Ot(rO, [["render", oO]]), iO = { class: "relative rou
|
|
|
22332
22332
|
M("div", sO, [
|
|
22333
22333
|
M("div", {
|
|
22334
22334
|
class: fe([
|
|
22335
|
-
"relative flex items-center duration-300 ease-linear bg-gray-100
|
|
22335
|
+
"relative flex items-center duration-300 ease-linear bg-gray-100 rounded-full pe-1 group-focus-within:ring-2 ring-purple-200 group-focus-within:border-gray-200 group-focus-within:border transition-all delay-75",
|
|
22336
22336
|
u.value ? "group-focus-within:w-80 text-gray-300 h-10" : "size-10 text-gray-500"
|
|
22337
22337
|
])
|
|
22338
22338
|
}, [
|
|
22339
|
-
Be(pp, { class: "absolute text-current
|
|
22339
|
+
Be(pp, { class: "absolute text-current size-6 top-2 left-2" }),
|
|
22340
22340
|
u.value ? Gt((b(), S("input", {
|
|
22341
22341
|
key: 0,
|
|
22342
22342
|
"onUpdate:modelValue": C[0] || (C[0] = (P) => d.value = P),
|
|
@@ -22357,7 +22357,7 @@ const pp = /* @__PURE__ */ Ot(rO, [["render", oO]]), iO = { class: "relative rou
|
|
|
22357
22357
|
])
|
|
22358
22358
|
]));
|
|
22359
22359
|
}
|
|
22360
|
-
}), FO = /* @__PURE__ */ Ot(uO, [["__scopeId", "data-v-
|
|
22360
|
+
}), FO = /* @__PURE__ */ Ot(uO, [["__scopeId", "data-v-3af29ac1"]]), dO = { class: "relative rounded-full size-12" }, cO = { class: "text-[0.625rem] absolute -top-4 left-0 space-x-4" }, fO = { class: "absolute top-0 right-0" }, pO = { class: "relative max-w-80 z-[calc(infinity)]" }, hO = /* @__PURE__ */ ze({
|
|
22361
22361
|
__name: "EUISearchToggle",
|
|
22362
22362
|
props: {
|
|
22363
22363
|
modelValue: {
|