build-dxf 0.0.27 → 0.0.28
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/README.md +4 -1
- package/package.json +1 -1
- package/src/build.js +468 -465
- package/src/index.css +1 -1
- package/src/index3.js +2 -2
package/src/index3.js
CHANGED
|
@@ -2345,7 +2345,7 @@ const as = {
|
|
|
2345
2345
|
onMousedown: o,
|
|
2346
2346
|
class: V([{ "border-b-[#eee] border-b-1": u.value }, "flex flex-row justify-between header text-[14px] font-bold p-[10px 0px]"])
|
|
2347
2347
|
}, [
|
|
2348
|
-
p[12] || (p[12] = Kt('<div class="flex flex-row" data-v-
|
|
2348
|
+
p[12] || (p[12] = Kt('<div class="flex flex-row" data-v-d038f1d5><div class="p-[2px_5px] flex items-center pointer-events-none" data-v-d038f1d5><svg fill="#aaa" width="20" height="20" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" data-v-d038f1d5><path d="M341.333333 298.666667a85.333333 85.333333 0 1 0 0-170.666667 85.333333 85.333333 0 0 0 0 170.666667z m0 298.666666a85.333333 85.333333 0 1 0 0-170.666666 85.333333 85.333333 0 0 0 0 170.666666z m85.333334 213.333334a85.333333 85.333333 0 1 1-170.666667 0 85.333333 85.333333 0 0 1 170.666667 0z m256-512a85.333333 85.333333 0 1 0 0-170.666667 85.333333 85.333333 0 0 0 0 170.666667z m85.333333 213.333333a85.333333 85.333333 0 1 1-170.666667 0 85.333333 85.333333 0 0 1 170.666667 0z m-85.333333 384a85.333333 85.333333 0 1 0 0-170.666667 85.333333 85.333333 0 0 0 0 170.666667z" data-v-d038f1d5></path></svg></div><h5 class="flex text-nowrap text-[12px] items-center pointer-events-none" data-v-d038f1d5>绘制工具</h5></div>', 1)),
|
|
2349
2349
|
k("div", {
|
|
2350
2350
|
onMousedown: p[0] || (p[0] = (w) => w.stopPropagation()),
|
|
2351
2351
|
onClick: p[1] || (p[1] = (w) => u.value = !u.value),
|
|
@@ -2532,7 +2532,7 @@ const as = {
|
|
|
2532
2532
|
for (const [n, s] of e)
|
|
2533
2533
|
t[n] = s;
|
|
2534
2534
|
return t;
|
|
2535
|
-
}, Es = /* @__PURE__ */ Cs(xs, [["__scopeId", "data-v-
|
|
2535
|
+
}, Es = /* @__PURE__ */ Cs(xs, [["__scopeId", "data-v-d038f1d5"]]);
|
|
2536
2536
|
let dt = class extends Ae {
|
|
2537
2537
|
static name = "Editor";
|
|
2538
2538
|
container = new m.Group();
|