@vizel/core 0.0.1-alpha.1 → 0.0.1-alpha.3
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/LICENSE +21 -0
- package/dist/index.d.ts +13 -13
- package/dist/index.js +141 -141
- package/dist/index10.js +70 -110
- package/dist/index11.js +135 -168
- package/dist/index12.js +83 -74
- package/dist/index13.js +13 -134
- package/dist/index14.js +13 -146
- package/dist/index15.js +303 -15
- package/dist/index16.js +69 -14
- package/dist/index17.js +26 -295
- package/dist/index18.js +2 -2
- package/dist/index19.js +355 -24
- package/dist/index20.js +25 -264
- package/dist/index21.js +85 -68
- package/dist/index22.js +97 -353
- package/dist/index23.js +66 -84
- package/dist/index24.js +12 -36
- package/dist/index25.js +53 -92
- package/dist/index26.js +132 -96
- package/dist/index27.js +59 -126
- package/dist/index28.js +37 -53
- package/dist/index29.js +19 -62
- package/dist/index3.js +165 -60
- package/dist/index30.js +9 -37
- package/dist/index31.js +143 -19
- package/dist/index32.js +264 -11
- package/dist/index33.js +92 -9
- package/dist/index34.js +63 -16
- package/dist/index35.js +4 -58
- package/dist/index36.js +123 -15
- package/dist/index37.js +305 -42
- package/dist/index38.js +487 -4
- package/dist/index39.js +37 -112
- package/dist/index4.js +10 -86
- package/dist/index40.js +653 -301
- package/dist/index41.js +4 -487
- package/dist/index42.js +4 -48
- package/dist/index43.js +206 -642
- package/dist/index44.js +82 -4
- package/dist/index45.js +17 -4
- package/dist/index46.js +57 -237
- package/dist/index47.js +15 -82
- package/dist/index48.js +190 -274
- package/dist/index49.js +281 -1497
- package/dist/index5.js +132 -10
- package/dist/index50.js +1502 -5
- package/dist/index51.js +5 -1561
- package/dist/index52.js +1551 -192
- package/dist/index53.js +1 -1
- package/dist/index54.js +84 -21
- package/dist/index55.js +246 -10
- package/dist/index56.js +3 -7
- package/dist/index57.js +1231 -7
- package/dist/index58.js +731 -11
- package/dist/index59.js +21 -19
- package/dist/index6.js +48 -131
- package/dist/index60.js +10 -25
- package/dist/index61.js +6 -83
- package/dist/index62.js +7 -245
- package/dist/index63.js +11 -1229
- package/dist/index64.js +17 -732
- package/dist/index65.js +25 -3
- package/dist/index66.js +53 -1059
- package/dist/index67.js +1059 -53
- package/dist/index69.js +90 -3
- package/dist/index7.js +228 -409
- package/dist/index70.js +3 -90
- package/dist/index8.js +111 -45
- package/dist/index9.js +409 -228
- package/package.json +54 -80
package/dist/index35.js
CHANGED
|
@@ -1,60 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import { calculateSize as b } from "./index59.js";
|
|
4
|
-
import { wrapSVGContent as C } from "./index60.js";
|
|
5
|
-
const I = (s) => s === "unset" || s === "undefined" || s === "none";
|
|
6
|
-
function H(s, x) {
|
|
7
|
-
const n = {
|
|
8
|
-
...k,
|
|
9
|
-
...s
|
|
10
|
-
}, g = {
|
|
11
|
-
...y,
|
|
12
|
-
...x
|
|
13
|
-
}, t = {
|
|
14
|
-
left: n.left,
|
|
15
|
-
top: n.top,
|
|
16
|
-
width: n.width,
|
|
17
|
-
height: n.height
|
|
18
|
-
};
|
|
19
|
-
let u = n.body;
|
|
20
|
-
[n, g].forEach((r) => {
|
|
21
|
-
const o = [], F = r.hFlip, S = r.vFlip;
|
|
22
|
-
let e = r.rotate;
|
|
23
|
-
F ? S ? e += 2 : (o.push("translate(" + (t.width + t.left).toString() + " " + (0 - t.top).toString() + ")"), o.push("scale(-1 1)"), t.top = t.left = 0) : S && (o.push("translate(" + (0 - t.left).toString() + " " + (t.height + t.top).toString() + ")"), o.push("scale(1 -1)"), t.top = t.left = 0);
|
|
24
|
-
let i;
|
|
25
|
-
switch (e < 0 && (e -= Math.floor(e / 4) * 4), e = e % 4, e) {
|
|
26
|
-
case 1:
|
|
27
|
-
i = t.height / 2 + t.top, o.unshift("rotate(90 " + i.toString() + " " + i.toString() + ")");
|
|
28
|
-
break;
|
|
29
|
-
case 2:
|
|
30
|
-
o.unshift("rotate(180 " + (t.width / 2 + t.left).toString() + " " + (t.height / 2 + t.top).toString() + ")");
|
|
31
|
-
break;
|
|
32
|
-
case 3:
|
|
33
|
-
i = t.width / 2 + t.left, o.unshift("rotate(-90 " + i.toString() + " " + i.toString() + ")");
|
|
34
|
-
break;
|
|
35
|
-
}
|
|
36
|
-
e % 2 === 1 && (t.left !== t.top && (i = t.left, t.left = t.top, t.top = i), t.width !== t.height && (i = t.width, t.width = t.height, t.height = i)), o.length && (u = C(u, '<g transform="' + o.join(" ") + '">', "</g>"));
|
|
37
|
-
});
|
|
38
|
-
const p = g.width, h = g.height, f = t.width, l = t.height;
|
|
39
|
-
let a, c;
|
|
40
|
-
p === null ? (c = h === null ? "1em" : h === "auto" ? l : h, a = b(c, f / l)) : (a = p === "auto" ? f : p, c = h === null ? b(a, l / f) : h === "auto" ? l : h);
|
|
41
|
-
const d = {}, w = (r, o) => {
|
|
42
|
-
I(o) || (d[r] = o.toString());
|
|
43
|
-
};
|
|
44
|
-
w("width", a), w("height", c);
|
|
45
|
-
const m = [
|
|
46
|
-
t.left,
|
|
47
|
-
t.top,
|
|
48
|
-
f,
|
|
49
|
-
l
|
|
50
|
-
];
|
|
51
|
-
return d.viewBox = m.join(" "), {
|
|
52
|
-
attributes: d,
|
|
53
|
-
viewBox: m,
|
|
54
|
-
body: u
|
|
55
|
-
};
|
|
56
|
-
}
|
|
1
|
+
import { CharacterCount as a } from "./index49.js";
|
|
2
|
+
var t = a;
|
|
57
3
|
export {
|
|
58
|
-
|
|
59
|
-
|
|
4
|
+
a as CharacterCount,
|
|
5
|
+
t as default
|
|
60
6
|
};
|