@club-employes/utopia 4.282.0 → 4.283.0
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/index.js +12 -6
- package/dist/utopia.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17553,10 +17553,16 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17553
17553
|
return;
|
|
17554
17554
|
}
|
|
17555
17555
|
try {
|
|
17556
|
-
const [{ default:
|
|
17557
|
-
import(
|
|
17558
|
-
|
|
17559
|
-
|
|
17556
|
+
const b = "tui-image-editor", [{ default: z }] = await Promise.all([
|
|
17557
|
+
import(
|
|
17558
|
+
/* @vite-ignore */
|
|
17559
|
+
b
|
|
17560
|
+
),
|
|
17561
|
+
import(
|
|
17562
|
+
/* @vite-ignore */
|
|
17563
|
+
`${b}/dist/${b}.css`
|
|
17564
|
+
)
|
|
17565
|
+
]), D = {
|
|
17560
17566
|
...p,
|
|
17561
17567
|
...n.editorOptions,
|
|
17562
17568
|
includeUI: {
|
|
@@ -17568,7 +17574,7 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17568
17574
|
}
|
|
17569
17575
|
}
|
|
17570
17576
|
};
|
|
17571
|
-
l = new
|
|
17577
|
+
l = new z(a.value, D);
|
|
17572
17578
|
} catch (b) {
|
|
17573
17579
|
console.error("[ImageEditor] Erreur lors de l'initialisation de l'éditeur:", b), o("close"), s.value = !1;
|
|
17574
17580
|
}
|
|
@@ -17646,7 +17652,7 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17646
17652
|
})
|
|
17647
17653
|
]));
|
|
17648
17654
|
}
|
|
17649
|
-
}), tu = /* @__PURE__ */ Ae(ub, [["__scopeId", "data-v-
|
|
17655
|
+
}), tu = /* @__PURE__ */ Ae(ub, [["__scopeId", "data-v-6bbdaaff"]]), db = {
|
|
17650
17656
|
attrs: {
|
|
17651
17657
|
align: { default: null }
|
|
17652
17658
|
// "left" | "center" | "right" | "justify" | null
|