tsv2-library 0.3.0 → 0.3.2
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/tsv2-library.es.js +4 -4
- package/package.json +1 -1
package/dist/tsv2-library.es.js
CHANGED
|
@@ -59852,8 +59852,8 @@ const cme = () => JSON.parse(localStorage.getItem("tableConfig") ?? "{}"), Ud =
|
|
|
59852
59852
|
Ye(x("ul", {
|
|
59853
59853
|
ref: "columnList",
|
|
59854
59854
|
class: q([
|
|
59855
|
-
{ "grid grid-rows-4 grid-flow-col-dense w-max gap-x-4": R.type === "flat" }
|
|
59856
|
-
{
|
|
59855
|
+
{ "grid grid-rows-4 grid-flow-col-dense w-max gap-x-4": R.type === "flat" }
|
|
59856
|
+
// { 'flex flex-col': type === 'menu' },
|
|
59857
59857
|
]),
|
|
59858
59858
|
"data-ts-section": "custom-column-flat-list"
|
|
59859
59859
|
}, [
|
|
@@ -74415,8 +74415,8 @@ const s2e = uu, l2e = {
|
|
|
74415
74415
|
emits: ["apply", "delete"],
|
|
74416
74416
|
setup(e, { emit: t }) {
|
|
74417
74417
|
const n = e, r = t;
|
|
74418
|
-
xt(() => {
|
|
74419
|
-
o.value = n.compressedBlob ?? n.imagePreviewUrl ?? "", _();
|
|
74418
|
+
xt(async () => {
|
|
74419
|
+
o.value = n.compressedBlob ?? n.imagePreviewUrl ?? "", _(), n.imagePreviewUrl && (c.value = await E(n.imagePreviewUrl, Date.now() + ".webp"));
|
|
74420
74420
|
}), pi(() => {
|
|
74421
74421
|
k();
|
|
74422
74422
|
});
|