@tachui/modifiers 0.8.31 → 0.8.33
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/animation/index.d.ts +0 -3
- package/dist/animation/index.d.ts.map +1 -1
- package/dist/appearance/index.js +27 -27
- package/dist/base.js +1 -1
- package/dist/basic/index.d.ts.map +1 -1
- package/dist/basic/index.js +39 -39
- package/dist/basic/margin.js +3 -3
- package/dist/basic/padding.js +1 -1
- package/dist/basic/size.js +6 -6
- package/dist/effects/backdrop/index.js +1 -1
- package/dist/effects/index.d.ts +11 -0
- package/dist/effects/index.d.ts.map +1 -1
- package/dist/effects/index.js +25 -21
- package/dist/index.js +44 -45
- package/dist/interaction/index.js +43 -43
- package/dist/layout/index.js +20 -20
- package/dist/{modifiers-basic-BTJNyc0M.js → modifiers-basic-BbVEmwgc.js} +705 -710
- package/dist/preload/basic.d.ts +11 -2
- package/dist/preload/basic.d.ts.map +1 -1
- package/dist/preload/basic.js +254 -252
- package/dist/preload/effects.d.ts +5 -2
- package/dist/preload/effects.d.ts.map +1 -1
- package/dist/preload/effects.js +98 -95
- package/dist/types.d.ts +0 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/typography/index.js +19 -19
- package/dist/typography/text.js +1 -1
- package/dist/utility/index.js +12 -12
- package/package.json +4 -4
|
@@ -5,7 +5,7 @@ import { globalModifierRegistry as Ne } from "@tachui/registry";
|
|
|
5
5
|
import { isSignal as y, isComputed as m, createEffect as b, getThemeSignal as U } from "@tachui/core/reactive";
|
|
6
6
|
import { bindReactiveStyle as Ie, collectStaticAnimationCSSRules as Pe } from "@tachui/core/modifiers/base";
|
|
7
7
|
import { shouldExpandForInfinity as ue, dimensionToCSS as A, isInfinity as L } from "@tachui/core/constants/layout";
|
|
8
|
-
import { AnimationModifier as
|
|
8
|
+
import { AnimationModifier as fe, LifecycleModifier as We, LayoutModifier as pe, ResizableModifier as je, AppearanceModifier as H } from "@tachui/core/modifiers";
|
|
9
9
|
import { gradientToCSS as Ue } from "@tachui/core/gradients/css-generator";
|
|
10
10
|
const R = {
|
|
11
11
|
LAYOUT: 100,
|
|
@@ -183,7 +183,7 @@ let v = class {
|
|
|
183
183
|
cleanup: []
|
|
184
184
|
};
|
|
185
185
|
}
|
|
186
|
-
},
|
|
186
|
+
}, Jo = class extends v {
|
|
187
187
|
constructor() {
|
|
188
188
|
super(...arguments);
|
|
189
189
|
f(this, "type", "layout");
|
|
@@ -349,7 +349,7 @@ let v = class {
|
|
|
349
349
|
}
|
|
350
350
|
return i;
|
|
351
351
|
}
|
|
352
|
-
},
|
|
352
|
+
}, er = class extends v {
|
|
353
353
|
constructor() {
|
|
354
354
|
super(...arguments);
|
|
355
355
|
f(this, "type", "appearance");
|
|
@@ -435,7 +435,7 @@ let v = class {
|
|
|
435
435
|
const i = [];
|
|
436
436
|
return e.blur !== void 0 && i.push(`blur(${e.blur}px)`), e.brightness !== void 0 && i.push(`brightness(${e.brightness})`), e.contrast !== void 0 && i.push(`contrast(${e.contrast})`), e.saturation !== void 0 && i.push(`saturate(${e.saturation})`), e.hueRotation !== void 0 && i.push(`hue-rotate(${e.hueRotation}deg)`), e.grayscale !== void 0 && i.push(`grayscale(${e.grayscale})`), e.colorInvert !== void 0 && i.push(`invert(${e.colorInvert})`), i.length > 0 && (t.filter = i.join(" ")), t;
|
|
437
437
|
}
|
|
438
|
-
},
|
|
438
|
+
}, ir = class extends v {
|
|
439
439
|
constructor() {
|
|
440
440
|
super(...arguments);
|
|
441
441
|
f(this, "type", "interaction");
|
|
@@ -756,7 +756,7 @@ let v = class {
|
|
|
756
756
|
);
|
|
757
757
|
t || (t = document.createElement("style"), t.id = "tachui-animations", document.head.appendChild(t)), t.appendChild(document.createTextNode(e));
|
|
758
758
|
}
|
|
759
|
-
},
|
|
759
|
+
}, rr = class extends v {
|
|
760
760
|
constructor() {
|
|
761
761
|
super(...arguments);
|
|
762
762
|
f(this, "type", "lifecycle");
|
|
@@ -873,7 +873,7 @@ let v = class {
|
|
|
873
873
|
this.properties._cleanupFunctions || (this.properties._cleanupFunctions = []), this.properties._cleanupFunctions.push(e);
|
|
874
874
|
}
|
|
875
875
|
};
|
|
876
|
-
const Ze = "@tachui/modifiers", qe = "0.8.
|
|
876
|
+
const Ze = "@tachui/modifiers", qe = "0.8.33", ar = Ze, Je = qe;
|
|
877
877
|
class O extends v {
|
|
878
878
|
// Optimized priority for internal spacing (before margin at 50)
|
|
879
879
|
constructor(e) {
|
|
@@ -931,7 +931,7 @@ function rt(o) {
|
|
|
931
931
|
function st(o) {
|
|
932
932
|
return new O({ vertical: o });
|
|
933
933
|
}
|
|
934
|
-
const
|
|
934
|
+
const lr = {
|
|
935
935
|
/**
|
|
936
936
|
* Extra small padding (4px) - For tight spacing
|
|
937
937
|
*/
|
|
@@ -1067,7 +1067,7 @@ function pt(o) {
|
|
|
1067
1067
|
function ht(o) {
|
|
1068
1068
|
return new B({ vertical: o });
|
|
1069
1069
|
}
|
|
1070
|
-
const
|
|
1070
|
+
const cr = {
|
|
1071
1071
|
/**
|
|
1072
1072
|
* Extra small margin (4px) - For tight spacing
|
|
1073
1073
|
*/
|
|
@@ -1213,7 +1213,7 @@ function St(o) {
|
|
|
1213
1213
|
function wt(o) {
|
|
1214
1214
|
return new G({ minHeight: o });
|
|
1215
1215
|
}
|
|
1216
|
-
class
|
|
1216
|
+
class ae extends Xe {
|
|
1217
1217
|
constructor() {
|
|
1218
1218
|
super(...arguments);
|
|
1219
1219
|
// Override type to be 'transition' instead of 'animation'
|
|
@@ -1222,16 +1222,16 @@ class le extends Xe {
|
|
|
1222
1222
|
}
|
|
1223
1223
|
function Ct(o, s, e, t) {
|
|
1224
1224
|
if (typeof o == "object")
|
|
1225
|
-
return new
|
|
1225
|
+
return new ae({ transition: o });
|
|
1226
1226
|
const i = o;
|
|
1227
|
-
return i === "none" ? new
|
|
1227
|
+
return i === "none" ? new ae({
|
|
1228
1228
|
transition: {
|
|
1229
1229
|
property: "none",
|
|
1230
1230
|
duration: 0,
|
|
1231
1231
|
easing: "ease",
|
|
1232
1232
|
delay: 0
|
|
1233
1233
|
}
|
|
1234
|
-
}) : new
|
|
1234
|
+
}) : new ae({
|
|
1235
1235
|
transition: {
|
|
1236
1236
|
property: i,
|
|
1237
1237
|
duration: s || 300,
|
|
@@ -1241,15 +1241,12 @@ function Ct(o, s, e, t) {
|
|
|
1241
1241
|
});
|
|
1242
1242
|
}
|
|
1243
1243
|
function xt(o) {
|
|
1244
|
-
return new
|
|
1244
|
+
return new fe({ transform: o });
|
|
1245
1245
|
}
|
|
1246
1246
|
function Et(o) {
|
|
1247
|
-
return o ? new
|
|
1247
|
+
return o ? new fe({ animation: o }) : new fe({});
|
|
1248
1248
|
}
|
|
1249
1249
|
function Tt(o) {
|
|
1250
|
-
return new oe({ transitions: o });
|
|
1251
|
-
}
|
|
1252
|
-
function Mt(o) {
|
|
1253
1250
|
return new We({ task: o });
|
|
1254
1251
|
}
|
|
1255
1252
|
class D extends v {
|
|
@@ -1282,43 +1279,43 @@ class D extends v {
|
|
|
1282
1279
|
function P(o) {
|
|
1283
1280
|
return new D(o);
|
|
1284
1281
|
}
|
|
1285
|
-
function
|
|
1282
|
+
function Mt(o) {
|
|
1286
1283
|
return new D({ flexGrow: o });
|
|
1287
1284
|
}
|
|
1288
|
-
function
|
|
1285
|
+
function kt(o) {
|
|
1289
1286
|
return new D({ flexShrink: o });
|
|
1290
1287
|
}
|
|
1291
|
-
function
|
|
1288
|
+
function At(o) {
|
|
1292
1289
|
return new D({ flexBasis: o });
|
|
1293
1290
|
}
|
|
1294
|
-
function
|
|
1291
|
+
function fr(o) {
|
|
1295
1292
|
return new D({ flex: o });
|
|
1296
1293
|
}
|
|
1297
|
-
function
|
|
1294
|
+
function Lt(o) {
|
|
1298
1295
|
return new D({ justifyContent: o });
|
|
1299
1296
|
}
|
|
1300
|
-
function
|
|
1297
|
+
function It(o) {
|
|
1301
1298
|
return new D({ alignItems: o });
|
|
1302
1299
|
}
|
|
1303
|
-
function
|
|
1300
|
+
function Pt(o) {
|
|
1304
1301
|
return new D({ alignSelf: o });
|
|
1305
1302
|
}
|
|
1306
|
-
function
|
|
1303
|
+
function $t(o) {
|
|
1307
1304
|
return new D({ gap: o });
|
|
1308
1305
|
}
|
|
1309
|
-
function
|
|
1306
|
+
function dr(o) {
|
|
1310
1307
|
return new D({ rowGap: o });
|
|
1311
1308
|
}
|
|
1312
|
-
function
|
|
1309
|
+
function ur(o) {
|
|
1313
1310
|
return new D({ columnGap: o });
|
|
1314
1311
|
}
|
|
1315
|
-
function
|
|
1312
|
+
function Vt(o) {
|
|
1316
1313
|
return new D({ flexDirection: o });
|
|
1317
1314
|
}
|
|
1318
|
-
function
|
|
1315
|
+
function Rt(o) {
|
|
1319
1316
|
return new D({ flexWrap: o });
|
|
1320
1317
|
}
|
|
1321
|
-
const
|
|
1318
|
+
const pr = {
|
|
1322
1319
|
/**
|
|
1323
1320
|
* Standard flex container
|
|
1324
1321
|
* Sets display: flex for basic flex container
|
|
@@ -1456,7 +1453,7 @@ const hr = {
|
|
|
1456
1453
|
alignItems: "stretch"
|
|
1457
1454
|
})
|
|
1458
1455
|
};
|
|
1459
|
-
class
|
|
1456
|
+
class Dt extends v {
|
|
1460
1457
|
constructor() {
|
|
1461
1458
|
super(...arguments);
|
|
1462
1459
|
f(this, "type", "offset");
|
|
@@ -1497,11 +1494,11 @@ class Ot extends v {
|
|
|
1497
1494
|
}
|
|
1498
1495
|
}
|
|
1499
1496
|
}
|
|
1500
|
-
function
|
|
1501
|
-
const e = new
|
|
1497
|
+
function Ot(o, s) {
|
|
1498
|
+
const e = new Dt({ x: o, y: s ?? 0 });
|
|
1502
1499
|
return typeof process < "u" && process.env.NODE_ENV === "development" && e.validateOffset(o, s), e;
|
|
1503
1500
|
}
|
|
1504
|
-
class
|
|
1501
|
+
class Bt extends v {
|
|
1505
1502
|
constructor() {
|
|
1506
1503
|
super(...arguments);
|
|
1507
1504
|
f(this, "type", "scaleEffect");
|
|
@@ -1579,8 +1576,8 @@ class _t extends v {
|
|
|
1579
1576
|
}
|
|
1580
1577
|
}
|
|
1581
1578
|
}
|
|
1582
|
-
function
|
|
1583
|
-
return new
|
|
1579
|
+
function _t(o, s, e = "center") {
|
|
1580
|
+
return new Bt({ x: o, y: s, anchor: e });
|
|
1584
1581
|
}
|
|
1585
1582
|
class $e extends v {
|
|
1586
1583
|
constructor() {
|
|
@@ -1652,13 +1649,13 @@ f($e, "COMMON_RATIOS", {
|
|
|
1652
1649
|
golden: 1.618,
|
|
1653
1650
|
photo: 3 / 2
|
|
1654
1651
|
});
|
|
1655
|
-
function
|
|
1652
|
+
function Ht(o, s = "fit") {
|
|
1656
1653
|
return new $e({ ratio: o, contentMode: s });
|
|
1657
1654
|
}
|
|
1658
|
-
function
|
|
1655
|
+
function zt(o) {
|
|
1659
1656
|
return typeof getComputedStyle != "function" ? null : getComputedStyle(o);
|
|
1660
1657
|
}
|
|
1661
|
-
class
|
|
1658
|
+
class Ft extends v {
|
|
1662
1659
|
constructor() {
|
|
1663
1660
|
super(...arguments);
|
|
1664
1661
|
f(this, "type", "fixedSize");
|
|
@@ -1692,7 +1689,7 @@ class Nt extends v {
|
|
|
1692
1689
|
isFlexItem(e) {
|
|
1693
1690
|
const t = e.parentElement;
|
|
1694
1691
|
if (!t) return !1;
|
|
1695
|
-
const i =
|
|
1692
|
+
const i = zt(t);
|
|
1696
1693
|
if (!i) return !1;
|
|
1697
1694
|
const n = i.display;
|
|
1698
1695
|
return n === "flex" || n === "inline-flex";
|
|
@@ -1716,16 +1713,16 @@ class Nt extends v {
|
|
|
1716
1713
|
));
|
|
1717
1714
|
}
|
|
1718
1715
|
}
|
|
1719
|
-
function
|
|
1720
|
-
return new
|
|
1716
|
+
function Nt(o = !0, s = !0) {
|
|
1717
|
+
return new Ft({ horizontal: o, vertical: s });
|
|
1721
1718
|
}
|
|
1722
|
-
function
|
|
1719
|
+
function Wt(o) {
|
|
1723
1720
|
return new pe({ frame: o });
|
|
1724
1721
|
}
|
|
1725
|
-
function
|
|
1722
|
+
function jt(o) {
|
|
1726
1723
|
return new pe({ layoutPriority: o });
|
|
1727
1724
|
}
|
|
1728
|
-
function
|
|
1725
|
+
function Ut(o, s) {
|
|
1729
1726
|
return new pe({
|
|
1730
1727
|
position: {
|
|
1731
1728
|
x: o,
|
|
@@ -1733,16 +1730,16 @@ function Gt(o, s) {
|
|
|
1733
1730
|
}
|
|
1734
1731
|
});
|
|
1735
1732
|
}
|
|
1736
|
-
function
|
|
1733
|
+
function Gt() {
|
|
1737
1734
|
return new je({});
|
|
1738
1735
|
}
|
|
1739
|
-
function
|
|
1736
|
+
function Kt() {
|
|
1740
1737
|
return typeof document < "u";
|
|
1741
1738
|
}
|
|
1742
|
-
function
|
|
1739
|
+
function le(o) {
|
|
1743
1740
|
return typeof getComputedStyle != "function" ? null : getComputedStyle(o);
|
|
1744
1741
|
}
|
|
1745
|
-
class
|
|
1742
|
+
class Yt extends v {
|
|
1746
1743
|
constructor() {
|
|
1747
1744
|
super(...arguments);
|
|
1748
1745
|
f(this, "type", "position");
|
|
@@ -1803,10 +1800,10 @@ class Xt extends v {
|
|
|
1803
1800
|
(t === "absolute" || t === "fixed") && (e.style.zIndex || (e.style.zIndex = "0"), e.style.transform || (e.style.transform = "translateZ(0)"));
|
|
1804
1801
|
}
|
|
1805
1802
|
warnIfMissingPositionedParent(e) {
|
|
1806
|
-
if (!
|
|
1803
|
+
if (!Kt()) return;
|
|
1807
1804
|
let t = e.parentElement, i = !1;
|
|
1808
1805
|
for (; t && t !== document.body; ) {
|
|
1809
|
-
const n =
|
|
1806
|
+
const n = le(t);
|
|
1810
1807
|
if (!n) return;
|
|
1811
1808
|
if (n.position !== "static") {
|
|
1812
1809
|
i = !0;
|
|
@@ -1819,14 +1816,14 @@ class Xt extends v {
|
|
|
1819
1816
|
);
|
|
1820
1817
|
}
|
|
1821
1818
|
warnIfMissingStickyProperties(e) {
|
|
1822
|
-
const t =
|
|
1819
|
+
const t = le(e);
|
|
1823
1820
|
if (!t) return;
|
|
1824
1821
|
t.top !== "auto" || t.right !== "auto" || t.bottom !== "auto" || t.left !== "auto" || console.warn(
|
|
1825
1822
|
"PositionModifier: Sticky positioning requires at least one of top, right, bottom, or left to be set"
|
|
1826
1823
|
);
|
|
1827
1824
|
}
|
|
1828
1825
|
warnIfHasPositioningProperties(e) {
|
|
1829
|
-
const t =
|
|
1826
|
+
const t = le(e);
|
|
1830
1827
|
if (!t) return;
|
|
1831
1828
|
(t.top !== "auto" || t.right !== "auto" || t.bottom !== "auto" || t.left !== "auto") && console.warn(
|
|
1832
1829
|
"PositionModifier: Static positioning ignores top, right, bottom, and left properties"
|
|
@@ -1862,14 +1859,14 @@ class Xt extends v {
|
|
|
1862
1859
|
}
|
|
1863
1860
|
}
|
|
1864
1861
|
}
|
|
1865
|
-
function
|
|
1866
|
-
return new
|
|
1862
|
+
function Xt(o) {
|
|
1863
|
+
return new Yt({ position: o });
|
|
1867
1864
|
}
|
|
1868
|
-
function
|
|
1865
|
+
function Zt() {
|
|
1869
1866
|
return typeof getComputedStyle == "function";
|
|
1870
1867
|
}
|
|
1871
1868
|
function ne(o) {
|
|
1872
|
-
return
|
|
1869
|
+
return Zt() ? getComputedStyle(o) : null;
|
|
1873
1870
|
}
|
|
1874
1871
|
class Ve extends v {
|
|
1875
1872
|
constructor() {
|
|
@@ -1983,7 +1980,7 @@ f(Ve, "COMMON_LAYERS", {
|
|
|
1983
1980
|
toast: 600,
|
|
1984
1981
|
debug: 9999
|
|
1985
1982
|
});
|
|
1986
|
-
function
|
|
1983
|
+
function qt(o) {
|
|
1987
1984
|
return new Ve({ zIndex: o });
|
|
1988
1985
|
}
|
|
1989
1986
|
function V(o) {
|
|
@@ -1992,10 +1989,10 @@ function V(o) {
|
|
|
1992
1989
|
function W(o) {
|
|
1993
1990
|
return typeof o == "object" && o !== null && "style" in o && !!o.style;
|
|
1994
1991
|
}
|
|
1995
|
-
function
|
|
1992
|
+
function oe() {
|
|
1996
1993
|
return typeof document < "u";
|
|
1997
1994
|
}
|
|
1998
|
-
function
|
|
1995
|
+
function Jt() {
|
|
1999
1996
|
return typeof window < "u";
|
|
2000
1997
|
}
|
|
2001
1998
|
class w {
|
|
@@ -2140,7 +2137,7 @@ class w {
|
|
|
2140
2137
|
};
|
|
2141
2138
|
}
|
|
2142
2139
|
}
|
|
2143
|
-
class
|
|
2140
|
+
class hr extends w {
|
|
2144
2141
|
constructor() {
|
|
2145
2142
|
super(...arguments);
|
|
2146
2143
|
f(this, "type", "layout");
|
|
@@ -2307,7 +2304,7 @@ class yr extends w {
|
|
|
2307
2304
|
return i;
|
|
2308
2305
|
}
|
|
2309
2306
|
}
|
|
2310
|
-
class
|
|
2307
|
+
class yr extends w {
|
|
2311
2308
|
constructor() {
|
|
2312
2309
|
super(...arguments);
|
|
2313
2310
|
f(this, "type", "appearance");
|
|
@@ -2518,7 +2515,7 @@ class C extends w {
|
|
|
2518
2515
|
);
|
|
2519
2516
|
}, u = (S) => {
|
|
2520
2517
|
const E = S;
|
|
2521
|
-
a = { x: E.clientX, y: E.clientY }, l = !0, t.onPressingChanged && t.onPressingChanged(!0), r = (
|
|
2518
|
+
a = { x: E.clientX, y: E.clientY }, l = !0, t.onPressingChanged && t.onPressingChanged(!0), r = (Jt() ? window.setTimeout : setTimeout)(() => {
|
|
2522
2519
|
l && a && (t.perform(), c());
|
|
2523
2520
|
}, i);
|
|
2524
2521
|
}, p = (S) => {
|
|
@@ -2558,7 +2555,7 @@ class C extends w {
|
|
|
2558
2555
|
);
|
|
2559
2556
|
d && u && (a.preventDefault(), t.action());
|
|
2560
2557
|
};
|
|
2561
|
-
if (!
|
|
2558
|
+
if (!oe()) return;
|
|
2562
2559
|
document.addEventListener("keydown", n);
|
|
2563
2560
|
const r = () => {
|
|
2564
2561
|
document.removeEventListener("keydown", n);
|
|
@@ -2625,7 +2622,7 @@ class C extends w {
|
|
|
2625
2622
|
V(e) && (e.style.pointerEvents = t ? "" : "none");
|
|
2626
2623
|
}
|
|
2627
2624
|
}
|
|
2628
|
-
class
|
|
2625
|
+
class mr extends w {
|
|
2629
2626
|
constructor() {
|
|
2630
2627
|
super(...arguments);
|
|
2631
2628
|
f(this, "type", "animation");
|
|
@@ -2691,7 +2688,7 @@ class gr extends w {
|
|
|
2691
2688
|
}
|
|
2692
2689
|
applyOverlay(e, t, i) {
|
|
2693
2690
|
const { content: n, alignment: r = "center" } = t;
|
|
2694
|
-
if ((e.style.position === "" || e.style.position === "static") && (e.style.position = "relative"), !
|
|
2691
|
+
if ((e.style.position === "" || e.style.position === "static") && (e.style.position = "relative"), !oe()) return;
|
|
2695
2692
|
const a = document.createElement("div");
|
|
2696
2693
|
a.style.position = "absolute", a.style.pointerEvents = "none";
|
|
2697
2694
|
const l = this.getOverlayAlignment(r);
|
|
@@ -2770,14 +2767,14 @@ class gr extends w {
|
|
|
2770
2767
|
return i += "}", i;
|
|
2771
2768
|
}
|
|
2772
2769
|
addKeyframesToStylesheet(e) {
|
|
2773
|
-
if (!
|
|
2770
|
+
if (!oe()) return;
|
|
2774
2771
|
let t = document.querySelector(
|
|
2775
2772
|
"#tachui-animations"
|
|
2776
2773
|
);
|
|
2777
2774
|
t || (t = document.createElement("style"), t.id = "tachui-animations", document.head.appendChild(t)), t.appendChild(document.createTextNode(e));
|
|
2778
2775
|
}
|
|
2779
2776
|
}
|
|
2780
|
-
class
|
|
2777
|
+
class gr extends w {
|
|
2781
2778
|
constructor() {
|
|
2782
2779
|
super(...arguments);
|
|
2783
2780
|
f(this, "type", "lifecycle");
|
|
@@ -2830,7 +2827,7 @@ class vr extends w {
|
|
|
2830
2827
|
if (!t) return;
|
|
2831
2828
|
let i = !1, n = 0, r = 0;
|
|
2832
2829
|
const a = 70;
|
|
2833
|
-
if (!
|
|
2830
|
+
if (!oe()) return;
|
|
2834
2831
|
const l = document.createElement("div");
|
|
2835
2832
|
if (l.style.cssText = `
|
|
2836
2833
|
position: absolute;
|
|
@@ -3050,7 +3047,7 @@ class ke extends w {
|
|
|
3050
3047
|
return t[e] || t.center;
|
|
3051
3048
|
}
|
|
3052
3049
|
}
|
|
3053
|
-
function
|
|
3050
|
+
function Qt(o, s = "center") {
|
|
3054
3051
|
return typeof s == "object" && s !== null && !y(s) && !m(s) ? new ke({
|
|
3055
3052
|
content: o,
|
|
3056
3053
|
...s
|
|
@@ -3191,12 +3188,12 @@ class Re extends v {
|
|
|
3191
3188
|
return !!(e.hasAttribute && e.hasAttribute("disabled") || e.getAttribute && e.getAttribute("aria-disabled") === "true");
|
|
3192
3189
|
}
|
|
3193
3190
|
}
|
|
3194
|
-
const
|
|
3191
|
+
const ei = {
|
|
3195
3192
|
repeat: "no-repeat",
|
|
3196
3193
|
size: "cover",
|
|
3197
3194
|
position: "center"
|
|
3198
3195
|
};
|
|
3199
|
-
class
|
|
3196
|
+
class ti extends v {
|
|
3200
3197
|
constructor() {
|
|
3201
3198
|
super(...arguments);
|
|
3202
3199
|
f(this, "type", "backgroundImage");
|
|
@@ -3246,28 +3243,28 @@ class De extends v {
|
|
|
3246
3243
|
return e.backgroundImage && (t.backgroundImage = e.backgroundImage), e.backgroundClip && (t.backgroundClip = e.backgroundClip, t.webkitBackgroundClip = e.backgroundClip), e.color && (t.color = e.color, e.backgroundClip === "text" && (t.webkitTextFillColor = e.color)), t;
|
|
3247
3244
|
}
|
|
3248
3245
|
}
|
|
3249
|
-
function
|
|
3246
|
+
function ii(o) {
|
|
3250
3247
|
return new Re({
|
|
3251
3248
|
background: o,
|
|
3252
3249
|
cssProperty: "backgroundColor"
|
|
3253
3250
|
});
|
|
3254
3251
|
}
|
|
3255
|
-
function
|
|
3252
|
+
function ni(o) {
|
|
3256
3253
|
return new Re({
|
|
3257
3254
|
background: o,
|
|
3258
3255
|
cssProperty: "background"
|
|
3259
3256
|
});
|
|
3260
3257
|
}
|
|
3261
|
-
function
|
|
3262
|
-
return new
|
|
3258
|
+
function oi(o, s = {}) {
|
|
3259
|
+
return new ti({
|
|
3263
3260
|
source: o,
|
|
3264
3261
|
options: {
|
|
3265
|
-
...
|
|
3262
|
+
...ei,
|
|
3266
3263
|
...s
|
|
3267
3264
|
}
|
|
3268
3265
|
});
|
|
3269
3266
|
}
|
|
3270
|
-
function
|
|
3267
|
+
function vr(o, s = "text", e = "transparent") {
|
|
3271
3268
|
return new De({
|
|
3272
3269
|
backgroundImage: o,
|
|
3273
3270
|
backgroundClip: s,
|
|
@@ -3283,24 +3280,24 @@ function Z(o) {
|
|
|
3283
3280
|
webkitTextFillColor: "transparent"
|
|
3284
3281
|
});
|
|
3285
3282
|
}
|
|
3286
|
-
function
|
|
3283
|
+
function br() {
|
|
3287
3284
|
return Z("linear-gradient(45deg, #007AFF, #5856D6)");
|
|
3288
3285
|
}
|
|
3289
|
-
function
|
|
3286
|
+
function Sr() {
|
|
3290
3287
|
return Z(
|
|
3291
3288
|
"linear-gradient(90deg, #ff0000, #ff8000, #ffff00, #80ff00, #00ff80, #0080ff, #8000ff)"
|
|
3292
3289
|
);
|
|
3293
3290
|
}
|
|
3294
|
-
function
|
|
3291
|
+
function wr() {
|
|
3295
3292
|
return Z("linear-gradient(45deg, #ff6b6b, #feca57, #ff9ff3)");
|
|
3296
3293
|
}
|
|
3297
|
-
function
|
|
3294
|
+
function Cr() {
|
|
3298
3295
|
return Z("linear-gradient(45deg, #667eea, #764ba2)");
|
|
3299
3296
|
}
|
|
3300
|
-
function
|
|
3297
|
+
function xr() {
|
|
3301
3298
|
return Z("linear-gradient(45deg, #f7971e, #ffd200)");
|
|
3302
3299
|
}
|
|
3303
|
-
class
|
|
3300
|
+
class ri extends v {
|
|
3304
3301
|
constructor() {
|
|
3305
3302
|
super(...arguments);
|
|
3306
3303
|
f(this, "type", "blendMode");
|
|
@@ -3310,7 +3307,7 @@ class si extends v {
|
|
|
3310
3307
|
t.element && this.applyStyleChange(t.element, "mixBlendMode", this.properties.mode);
|
|
3311
3308
|
}
|
|
3312
3309
|
}
|
|
3313
|
-
class
|
|
3310
|
+
class si extends v {
|
|
3314
3311
|
constructor() {
|
|
3315
3312
|
super(...arguments);
|
|
3316
3313
|
f(this, "type", "backgroundBlendMode");
|
|
@@ -3324,13 +3321,13 @@ class ai extends v {
|
|
|
3324
3321
|
);
|
|
3325
3322
|
}
|
|
3326
3323
|
}
|
|
3324
|
+
function ai(o) {
|
|
3325
|
+
return new ri({ mode: o });
|
|
3326
|
+
}
|
|
3327
3327
|
function li(o) {
|
|
3328
3328
|
return new si({ mode: o });
|
|
3329
3329
|
}
|
|
3330
|
-
|
|
3331
|
-
return new ai({ mode: o });
|
|
3332
|
-
}
|
|
3333
|
-
class fi extends v {
|
|
3330
|
+
class ci extends v {
|
|
3334
3331
|
constructor() {
|
|
3335
3332
|
super(...arguments);
|
|
3336
3333
|
f(this, "type", "compositingGroup");
|
|
@@ -3340,8 +3337,8 @@ class fi extends v {
|
|
|
3340
3337
|
t.element && this.applyStyleChange(t.element, "isolation", "isolate");
|
|
3341
3338
|
}
|
|
3342
3339
|
}
|
|
3343
|
-
function
|
|
3344
|
-
return new
|
|
3340
|
+
function fi() {
|
|
3341
|
+
return new ci({});
|
|
3345
3342
|
}
|
|
3346
3343
|
class _ extends v {
|
|
3347
3344
|
constructor() {
|
|
@@ -3391,7 +3388,7 @@ class _ extends v {
|
|
|
3391
3388
|
return typeof e == "number" ? `${e}px` : e;
|
|
3392
3389
|
}
|
|
3393
3390
|
}
|
|
3394
|
-
class
|
|
3391
|
+
class di extends v {
|
|
3395
3392
|
constructor() {
|
|
3396
3393
|
super(...arguments);
|
|
3397
3394
|
f(this, "type", "cornerRadius");
|
|
@@ -3436,39 +3433,39 @@ class ui extends v {
|
|
|
3436
3433
|
return typeof e == "number" ? `${e}px` : e;
|
|
3437
3434
|
}
|
|
3438
3435
|
}
|
|
3439
|
-
function
|
|
3436
|
+
function ui(o, s, e) {
|
|
3440
3437
|
return typeof o == "number" || typeof o == "string" ? new _({
|
|
3441
3438
|
width: o,
|
|
3442
3439
|
color: s || "currentColor",
|
|
3443
3440
|
style: e || "solid"
|
|
3444
3441
|
}) : new _(o);
|
|
3445
3442
|
}
|
|
3446
|
-
function
|
|
3443
|
+
function pi(o, s, e) {
|
|
3447
3444
|
return new _({ top: { width: o, color: s, style: e } });
|
|
3448
3445
|
}
|
|
3449
|
-
function
|
|
3446
|
+
function hi(o, s, e) {
|
|
3450
3447
|
return new _({ right: { width: o, color: s, style: e } });
|
|
3451
3448
|
}
|
|
3452
|
-
function
|
|
3449
|
+
function yi(o, s, e) {
|
|
3453
3450
|
return new _({ bottom: { width: o, color: s, style: e } });
|
|
3454
3451
|
}
|
|
3455
|
-
function
|
|
3452
|
+
function mi(o, s, e) {
|
|
3456
3453
|
return new _({ left: { width: o, color: s, style: e } });
|
|
3457
3454
|
}
|
|
3458
|
-
function
|
|
3455
|
+
function Er(o, s, e) {
|
|
3459
3456
|
return new _({ leading: { width: o, color: s, style: e } });
|
|
3460
3457
|
}
|
|
3461
|
-
function
|
|
3458
|
+
function Tr(o, s, e) {
|
|
3462
3459
|
return new _({ trailing: { width: o, color: s, style: e } });
|
|
3463
3460
|
}
|
|
3464
|
-
function
|
|
3461
|
+
function Mr(o, s, e) {
|
|
3465
3462
|
return new _({ horizontal: { width: o, color: s, style: e } });
|
|
3466
3463
|
}
|
|
3467
|
-
function
|
|
3464
|
+
function kr(o, s, e) {
|
|
3468
3465
|
return new _({ vertical: { width: o, color: s, style: e } });
|
|
3469
3466
|
}
|
|
3470
|
-
function
|
|
3471
|
-
return new
|
|
3467
|
+
function Ar(o) {
|
|
3468
|
+
return new di({ radius: o });
|
|
3472
3469
|
}
|
|
3473
3470
|
class Oe extends v {
|
|
3474
3471
|
constructor() {
|
|
@@ -3506,13 +3503,13 @@ class Oe extends v {
|
|
|
3506
3503
|
});
|
|
3507
3504
|
}
|
|
3508
3505
|
}
|
|
3509
|
-
function
|
|
3506
|
+
function gi(o) {
|
|
3510
3507
|
return new Oe({ color: o });
|
|
3511
3508
|
}
|
|
3512
|
-
function
|
|
3509
|
+
function Lr(o) {
|
|
3513
3510
|
return new Oe({ color: o });
|
|
3514
3511
|
}
|
|
3515
|
-
class
|
|
3512
|
+
class vi extends v {
|
|
3516
3513
|
constructor() {
|
|
3517
3514
|
super(...arguments);
|
|
3518
3515
|
f(this, "type", "clip-shape");
|
|
@@ -3544,10 +3541,10 @@ class bi extends v {
|
|
|
3544
3541
|
}
|
|
3545
3542
|
}
|
|
3546
3543
|
}
|
|
3547
|
-
function
|
|
3548
|
-
return new
|
|
3544
|
+
function bi(o, s) {
|
|
3545
|
+
return new vi({ shape: o, parameters: s || {} });
|
|
3549
3546
|
}
|
|
3550
|
-
class
|
|
3547
|
+
class Si extends v {
|
|
3551
3548
|
constructor() {
|
|
3552
3549
|
super(...arguments);
|
|
3553
3550
|
f(this, "type", "clipped");
|
|
@@ -3559,33 +3556,33 @@ class wi extends v {
|
|
|
3559
3556
|
i.style && (this.properties.clipped ? i.style.overflow = "hidden" : i.style.overflow = "");
|
|
3560
3557
|
}
|
|
3561
3558
|
}
|
|
3562
|
-
function
|
|
3563
|
-
return new
|
|
3559
|
+
function wi(o = !0) {
|
|
3560
|
+
return new Si({ clipped: o });
|
|
3564
3561
|
}
|
|
3565
|
-
function
|
|
3562
|
+
function Ci(o) {
|
|
3566
3563
|
return new H({ opacity: o });
|
|
3567
3564
|
}
|
|
3568
|
-
function
|
|
3565
|
+
function xi(o) {
|
|
3569
3566
|
return new H({ cornerRadius: o });
|
|
3570
3567
|
}
|
|
3571
|
-
function
|
|
3568
|
+
function Ei(o) {
|
|
3572
3569
|
return new H({ font: { family: o } });
|
|
3573
3570
|
}
|
|
3574
|
-
function
|
|
3571
|
+
function Ti(o) {
|
|
3575
3572
|
return new H({ font: { size: o } });
|
|
3576
3573
|
}
|
|
3577
|
-
function
|
|
3574
|
+
function Mi(o) {
|
|
3578
3575
|
return new H({ font: { weight: o } });
|
|
3579
3576
|
}
|
|
3580
|
-
function
|
|
3577
|
+
function ki(o) {
|
|
3581
3578
|
return new H({ font: { style: o } });
|
|
3582
3579
|
}
|
|
3583
|
-
function
|
|
3580
|
+
function Ai(o) {
|
|
3584
3581
|
return new H({ font: o });
|
|
3585
3582
|
}
|
|
3586
|
-
const
|
|
3583
|
+
const Li = "typography", Ae = /* @__PURE__ */ Symbol.for("tachui.typography.instanceId");
|
|
3587
3584
|
let Le = 0;
|
|
3588
|
-
function
|
|
3585
|
+
function Ii(o) {
|
|
3589
3586
|
const s = o[Ae];
|
|
3590
3587
|
if (typeof s == "number") return s;
|
|
3591
3588
|
Le += 1;
|
|
@@ -3633,11 +3630,11 @@ class I extends v {
|
|
|
3633
3630
|
n[c] = l;
|
|
3634
3631
|
};
|
|
3635
3632
|
if (y(i) || m(i)) {
|
|
3636
|
-
const a = i, l =
|
|
3633
|
+
const a = i, l = Ii(this);
|
|
3637
3634
|
Ie({
|
|
3638
3635
|
element: e,
|
|
3639
3636
|
accessor: a,
|
|
3640
|
-
updaterId: `${
|
|
3637
|
+
updaterId: `${Li}:${l}:${t}`,
|
|
3641
3638
|
updater: (c) => {
|
|
3642
3639
|
r(c);
|
|
3643
3640
|
}
|
|
@@ -3663,57 +3660,57 @@ class I extends v {
|
|
|
3663
3660
|
return e === "leading" ? "start" : e === "trailing" ? "end" : e;
|
|
3664
3661
|
}
|
|
3665
3662
|
}
|
|
3666
|
-
function
|
|
3663
|
+
function Pi(o) {
|
|
3667
3664
|
return new I(o);
|
|
3668
3665
|
}
|
|
3669
|
-
function
|
|
3666
|
+
function $i(o) {
|
|
3670
3667
|
return new I({ align: o });
|
|
3671
3668
|
}
|
|
3672
3669
|
function Be(o) {
|
|
3673
3670
|
return new I({ transform: o });
|
|
3674
3671
|
}
|
|
3675
|
-
function
|
|
3672
|
+
function Vi(o) {
|
|
3676
3673
|
return new I({ decoration: o });
|
|
3677
3674
|
}
|
|
3678
|
-
function
|
|
3675
|
+
function Ir(o) {
|
|
3679
3676
|
return new I({ size: o });
|
|
3680
3677
|
}
|
|
3681
|
-
function
|
|
3678
|
+
function Pr(o) {
|
|
3682
3679
|
return new I({ weight: o });
|
|
3683
3680
|
}
|
|
3684
|
-
function
|
|
3681
|
+
function Ri(o) {
|
|
3685
3682
|
return new I({ lineHeight: o });
|
|
3686
3683
|
}
|
|
3687
|
-
function
|
|
3684
|
+
function Di(o) {
|
|
3688
3685
|
return new I({ letterSpacing: o });
|
|
3689
3686
|
}
|
|
3690
|
-
function
|
|
3687
|
+
function $r(o) {
|
|
3691
3688
|
return new I({ wordSpacing: o });
|
|
3692
3689
|
}
|
|
3693
|
-
function
|
|
3690
|
+
function Oi(o) {
|
|
3694
3691
|
return new I({ textOverflow: o });
|
|
3695
3692
|
}
|
|
3696
|
-
function
|
|
3693
|
+
function Bi(o) {
|
|
3697
3694
|
return new I({ whiteSpace: o });
|
|
3698
3695
|
}
|
|
3699
|
-
function
|
|
3696
|
+
function _i(o) {
|
|
3700
3697
|
return new I({ overflow: o });
|
|
3701
3698
|
}
|
|
3702
|
-
function
|
|
3699
|
+
function Hi(o) {
|
|
3703
3700
|
return Be(o);
|
|
3704
3701
|
}
|
|
3705
|
-
function
|
|
3702
|
+
function Vr(o) {
|
|
3706
3703
|
return new I({ family: o });
|
|
3707
3704
|
}
|
|
3708
|
-
function
|
|
3709
|
-
return typeof o == "string" ?
|
|
3705
|
+
function zi(o) {
|
|
3706
|
+
return typeof o == "string" ? Fi(o) : new I({
|
|
3710
3707
|
family: o.family,
|
|
3711
3708
|
size: o.size,
|
|
3712
3709
|
weight: o.weight,
|
|
3713
3710
|
style: o.style
|
|
3714
3711
|
});
|
|
3715
3712
|
}
|
|
3716
|
-
function
|
|
3713
|
+
function Fi(o) {
|
|
3717
3714
|
const s = {
|
|
3718
3715
|
".largeTitle": { size: 34, weight: 400 },
|
|
3719
3716
|
".title": { size: 28, weight: 400 },
|
|
@@ -3729,7 +3726,7 @@ function Ni(o) {
|
|
|
3729
3726
|
}, e = s[o];
|
|
3730
3727
|
return e ? new I(e) : new I(s[".body"]);
|
|
3731
3728
|
}
|
|
3732
|
-
function
|
|
3729
|
+
function Rr(o) {
|
|
3733
3730
|
let s;
|
|
3734
3731
|
switch (o.design) {
|
|
3735
3732
|
case "serif":
|
|
@@ -3750,7 +3747,7 @@ function Dr(o) {
|
|
|
3750
3747
|
weight: o.weight
|
|
3751
3748
|
});
|
|
3752
3749
|
}
|
|
3753
|
-
function
|
|
3750
|
+
function Dr(o, s) {
|
|
3754
3751
|
return new I({
|
|
3755
3752
|
family: o,
|
|
3756
3753
|
size: s?.size,
|
|
@@ -3758,7 +3755,7 @@ function Or(o, s) {
|
|
|
3758
3755
|
style: s?.style
|
|
3759
3756
|
});
|
|
3760
3757
|
}
|
|
3761
|
-
class
|
|
3758
|
+
class Ni extends v {
|
|
3762
3759
|
constructor() {
|
|
3763
3760
|
super(...arguments);
|
|
3764
3761
|
f(this, "type", "lineClamp");
|
|
@@ -3787,10 +3784,10 @@ class Wi extends v {
|
|
|
3787
3784
|
);
|
|
3788
3785
|
}
|
|
3789
3786
|
}
|
|
3790
|
-
function
|
|
3791
|
-
return new
|
|
3787
|
+
function Wi(o) {
|
|
3788
|
+
return new Ni({ lines: o });
|
|
3792
3789
|
}
|
|
3793
|
-
class
|
|
3790
|
+
class ji extends v {
|
|
3794
3791
|
constructor() {
|
|
3795
3792
|
super(...arguments);
|
|
3796
3793
|
f(this, "type", "wordBreak");
|
|
@@ -3815,10 +3812,10 @@ class Ui extends v {
|
|
|
3815
3812
|
);
|
|
3816
3813
|
}
|
|
3817
3814
|
}
|
|
3818
|
-
function
|
|
3819
|
-
return new
|
|
3815
|
+
function Ui(o) {
|
|
3816
|
+
return new ji({ wordBreak: o });
|
|
3820
3817
|
}
|
|
3821
|
-
class
|
|
3818
|
+
class Gi extends v {
|
|
3822
3819
|
constructor() {
|
|
3823
3820
|
super(...arguments);
|
|
3824
3821
|
f(this, "type", "overflowWrap");
|
|
@@ -3840,10 +3837,10 @@ class Ki extends v {
|
|
|
3840
3837
|
);
|
|
3841
3838
|
}
|
|
3842
3839
|
}
|
|
3843
|
-
function
|
|
3844
|
-
return new
|
|
3840
|
+
function Ki(o) {
|
|
3841
|
+
return new Gi({ overflowWrap: o });
|
|
3845
3842
|
}
|
|
3846
|
-
class
|
|
3843
|
+
class Yi extends v {
|
|
3847
3844
|
constructor() {
|
|
3848
3845
|
super(...arguments);
|
|
3849
3846
|
f(this, "type", "hyphens");
|
|
@@ -3868,8 +3865,8 @@ class Xi extends v {
|
|
|
3868
3865
|
);
|
|
3869
3866
|
}
|
|
3870
3867
|
}
|
|
3871
|
-
function
|
|
3872
|
-
return new
|
|
3868
|
+
function Xi(o) {
|
|
3869
|
+
return new Yi({ hyphens: o });
|
|
3873
3870
|
}
|
|
3874
3871
|
class F extends v {
|
|
3875
3872
|
constructor(e) {
|
|
@@ -3913,35 +3910,35 @@ class F extends v {
|
|
|
3913
3910
|
return typeof e == "number" ? `${e}px` : e;
|
|
3914
3911
|
}
|
|
3915
3912
|
}
|
|
3916
|
-
function
|
|
3913
|
+
function Zi(o) {
|
|
3917
3914
|
return new F({ scroll: o });
|
|
3918
3915
|
}
|
|
3919
|
-
function
|
|
3916
|
+
function qi(o) {
|
|
3920
3917
|
return new F({ scrollBehavior: o });
|
|
3921
3918
|
}
|
|
3922
|
-
function
|
|
3919
|
+
function Ji(o) {
|
|
3923
3920
|
return new F({ overscrollBehavior: o });
|
|
3924
3921
|
}
|
|
3925
|
-
function
|
|
3922
|
+
function Qi(o) {
|
|
3926
3923
|
return new F({ overscrollBehaviorX: o });
|
|
3927
3924
|
}
|
|
3928
|
-
function
|
|
3925
|
+
function en(o) {
|
|
3929
3926
|
return new F({ overscrollBehaviorY: o });
|
|
3930
3927
|
}
|
|
3931
|
-
function
|
|
3928
|
+
function tn(o) {
|
|
3932
3929
|
return new F({ scroll: { margin: o } });
|
|
3933
3930
|
}
|
|
3934
|
-
function
|
|
3931
|
+
function nn(o) {
|
|
3935
3932
|
return new F({ scroll: { padding: o } });
|
|
3936
3933
|
}
|
|
3937
|
-
function
|
|
3934
|
+
function on(o, s, e) {
|
|
3938
3935
|
return new F({
|
|
3939
3936
|
scroll: {
|
|
3940
3937
|
snap: { type: o, align: s, stop: e }
|
|
3941
3938
|
}
|
|
3942
3939
|
});
|
|
3943
3940
|
}
|
|
3944
|
-
class
|
|
3941
|
+
class rn extends w {
|
|
3945
3942
|
constructor() {
|
|
3946
3943
|
super(...arguments);
|
|
3947
3944
|
f(this, "type", "onHover");
|
|
@@ -3965,10 +3962,10 @@ class sn extends w {
|
|
|
3965
3962
|
return e._hoverCleanup = r, r;
|
|
3966
3963
|
}
|
|
3967
3964
|
}
|
|
3968
|
-
function
|
|
3969
|
-
return new
|
|
3965
|
+
function sn(o) {
|
|
3966
|
+
return new rn({ onHover: o });
|
|
3970
3967
|
}
|
|
3971
|
-
class
|
|
3968
|
+
class an extends w {
|
|
3972
3969
|
constructor() {
|
|
3973
3970
|
super(...arguments);
|
|
3974
3971
|
f(this, "type", "onMouseEnter");
|
|
@@ -3984,7 +3981,7 @@ class ln extends w {
|
|
|
3984
3981
|
};
|
|
3985
3982
|
}
|
|
3986
3983
|
}
|
|
3987
|
-
class
|
|
3984
|
+
class ln extends w {
|
|
3988
3985
|
constructor() {
|
|
3989
3986
|
super(...arguments);
|
|
3990
3987
|
f(this, "type", "onMouseLeave");
|
|
@@ -4000,7 +3997,7 @@ class cn extends w {
|
|
|
4000
3997
|
};
|
|
4001
3998
|
}
|
|
4002
3999
|
}
|
|
4003
|
-
class
|
|
4000
|
+
class cn extends w {
|
|
4004
4001
|
constructor() {
|
|
4005
4002
|
super(...arguments);
|
|
4006
4003
|
f(this, "type", "onMouseDown");
|
|
@@ -4016,7 +4013,7 @@ class fn extends w {
|
|
|
4016
4013
|
};
|
|
4017
4014
|
}
|
|
4018
4015
|
}
|
|
4019
|
-
class
|
|
4016
|
+
class fn extends w {
|
|
4020
4017
|
constructor() {
|
|
4021
4018
|
super(...arguments);
|
|
4022
4019
|
f(this, "type", "onMouseUp");
|
|
@@ -4032,7 +4029,7 @@ class dn extends w {
|
|
|
4032
4029
|
};
|
|
4033
4030
|
}
|
|
4034
4031
|
}
|
|
4035
|
-
class
|
|
4032
|
+
class dn extends w {
|
|
4036
4033
|
constructor() {
|
|
4037
4034
|
super(...arguments);
|
|
4038
4035
|
f(this, "type", "onDoubleClick");
|
|
@@ -4048,7 +4045,7 @@ class un extends w {
|
|
|
4048
4045
|
};
|
|
4049
4046
|
}
|
|
4050
4047
|
}
|
|
4051
|
-
class
|
|
4048
|
+
class un extends w {
|
|
4052
4049
|
constructor() {
|
|
4053
4050
|
super(...arguments);
|
|
4054
4051
|
f(this, "type", "onContextMenu");
|
|
@@ -4064,25 +4061,25 @@ class pn extends w {
|
|
|
4064
4061
|
};
|
|
4065
4062
|
}
|
|
4066
4063
|
}
|
|
4064
|
+
function pn(o) {
|
|
4065
|
+
return new an({ onMouseEnter: o });
|
|
4066
|
+
}
|
|
4067
4067
|
function hn(o) {
|
|
4068
|
-
return new ln({
|
|
4068
|
+
return new ln({ onMouseLeave: o });
|
|
4069
4069
|
}
|
|
4070
4070
|
function yn(o) {
|
|
4071
|
-
return new cn({
|
|
4071
|
+
return new cn({ onMouseDown: o });
|
|
4072
4072
|
}
|
|
4073
4073
|
function mn(o) {
|
|
4074
|
-
return new fn({
|
|
4074
|
+
return new fn({ onMouseUp: o });
|
|
4075
4075
|
}
|
|
4076
4076
|
function gn(o) {
|
|
4077
|
-
return new dn({
|
|
4077
|
+
return new dn({ onDoubleClick: o });
|
|
4078
4078
|
}
|
|
4079
4079
|
function vn(o) {
|
|
4080
|
-
return new un({
|
|
4080
|
+
return new un({ onContextMenu: o });
|
|
4081
4081
|
}
|
|
4082
|
-
|
|
4083
|
-
return new pn({ onContextMenu: o });
|
|
4084
|
-
}
|
|
4085
|
-
class Sn extends w {
|
|
4082
|
+
class bn extends w {
|
|
4086
4083
|
constructor() {
|
|
4087
4084
|
super(...arguments);
|
|
4088
4085
|
f(this, "type", "onKeyDown");
|
|
@@ -4098,7 +4095,7 @@ class Sn extends w {
|
|
|
4098
4095
|
};
|
|
4099
4096
|
}
|
|
4100
4097
|
}
|
|
4101
|
-
class
|
|
4098
|
+
class Sn extends w {
|
|
4102
4099
|
constructor() {
|
|
4103
4100
|
super(...arguments);
|
|
4104
4101
|
f(this, "type", "onKeyUp");
|
|
@@ -4114,7 +4111,7 @@ class wn extends w {
|
|
|
4114
4111
|
};
|
|
4115
4112
|
}
|
|
4116
4113
|
}
|
|
4117
|
-
class
|
|
4114
|
+
class wn extends w {
|
|
4118
4115
|
constructor() {
|
|
4119
4116
|
super(...arguments);
|
|
4120
4117
|
f(this, "type", "onKeyPress");
|
|
@@ -4130,16 +4127,16 @@ class Cn extends w {
|
|
|
4130
4127
|
};
|
|
4131
4128
|
}
|
|
4132
4129
|
}
|
|
4130
|
+
function Cn(o) {
|
|
4131
|
+
return new bn({ onKeyDown: o });
|
|
4132
|
+
}
|
|
4133
4133
|
function xn(o) {
|
|
4134
|
-
return new Sn({
|
|
4134
|
+
return new Sn({ onKeyUp: o });
|
|
4135
4135
|
}
|
|
4136
4136
|
function En(o) {
|
|
4137
|
-
return new wn({
|
|
4137
|
+
return new wn({ onKeyPress: o });
|
|
4138
4138
|
}
|
|
4139
|
-
|
|
4140
|
-
return new Cn({ onKeyPress: o });
|
|
4141
|
-
}
|
|
4142
|
-
class Mn extends w {
|
|
4139
|
+
class Tn extends w {
|
|
4143
4140
|
constructor() {
|
|
4144
4141
|
super(...arguments);
|
|
4145
4142
|
f(this, "type", "onFocus");
|
|
@@ -4157,7 +4154,7 @@ class Mn extends w {
|
|
|
4157
4154
|
};
|
|
4158
4155
|
}
|
|
4159
4156
|
}
|
|
4160
|
-
class
|
|
4157
|
+
class Mn extends w {
|
|
4161
4158
|
constructor() {
|
|
4162
4159
|
super(...arguments);
|
|
4163
4160
|
f(this, "type", "onBlur");
|
|
@@ -4175,13 +4172,13 @@ class kn extends w {
|
|
|
4175
4172
|
};
|
|
4176
4173
|
}
|
|
4177
4174
|
}
|
|
4178
|
-
function
|
|
4179
|
-
return new
|
|
4175
|
+
function kn(o) {
|
|
4176
|
+
return new Tn({ onFocus: o });
|
|
4180
4177
|
}
|
|
4181
|
-
function
|
|
4182
|
-
return new
|
|
4178
|
+
function An(o) {
|
|
4179
|
+
return new Mn({ onBlur: o });
|
|
4183
4180
|
}
|
|
4184
|
-
class
|
|
4181
|
+
class Ln extends w {
|
|
4185
4182
|
constructor() {
|
|
4186
4183
|
super(...arguments);
|
|
4187
4184
|
f(this, "type", "onLongPressGesture");
|
|
@@ -4297,10 +4294,10 @@ class In extends w {
|
|
|
4297
4294
|
return e._longPressCleanup = Ee, Ee;
|
|
4298
4295
|
}
|
|
4299
4296
|
}
|
|
4300
|
-
function
|
|
4301
|
-
return new
|
|
4297
|
+
function In(o) {
|
|
4298
|
+
return new Ln(o);
|
|
4302
4299
|
}
|
|
4303
|
-
class
|
|
4300
|
+
class Pn extends w {
|
|
4304
4301
|
constructor(e) {
|
|
4305
4302
|
const t = {
|
|
4306
4303
|
...e,
|
|
@@ -4342,12 +4339,12 @@ class $n extends w {
|
|
|
4342
4339
|
}
|
|
4343
4340
|
}
|
|
4344
4341
|
function _e(o) {
|
|
4345
|
-
return new
|
|
4342
|
+
return new Pn(o);
|
|
4346
4343
|
}
|
|
4347
|
-
function
|
|
4344
|
+
function Or(o, s, e) {
|
|
4348
4345
|
return _e({ key: o, modifiers: s, action: e });
|
|
4349
4346
|
}
|
|
4350
|
-
class
|
|
4347
|
+
class $n extends w {
|
|
4351
4348
|
constructor() {
|
|
4352
4349
|
super(...arguments);
|
|
4353
4350
|
f(this, "type", "focused");
|
|
@@ -4393,10 +4390,10 @@ class Vn extends w {
|
|
|
4393
4390
|
e._focusedCleanup = a;
|
|
4394
4391
|
}
|
|
4395
4392
|
}
|
|
4396
|
-
function
|
|
4397
|
-
return new
|
|
4393
|
+
function Vn(o) {
|
|
4394
|
+
return new $n({ focused: o });
|
|
4398
4395
|
}
|
|
4399
|
-
class
|
|
4396
|
+
class Rn extends w {
|
|
4400
4397
|
constructor(e = {}) {
|
|
4401
4398
|
const t = {
|
|
4402
4399
|
...e,
|
|
@@ -4442,18 +4439,18 @@ class Dn extends w {
|
|
|
4442
4439
|
}
|
|
4443
4440
|
}
|
|
4444
4441
|
function he(o, s) {
|
|
4445
|
-
return new
|
|
4442
|
+
return new Rn({
|
|
4446
4443
|
isFocusable: o ?? !0,
|
|
4447
4444
|
interactions: s ?? []
|
|
4448
4445
|
});
|
|
4449
4446
|
}
|
|
4450
|
-
function
|
|
4447
|
+
function Dn() {
|
|
4451
4448
|
return he(!0, ["activate"]);
|
|
4452
4449
|
}
|
|
4453
|
-
function
|
|
4450
|
+
function On() {
|
|
4454
4451
|
return he(!0, ["edit"]);
|
|
4455
4452
|
}
|
|
4456
|
-
class
|
|
4453
|
+
class Bn extends w {
|
|
4457
4454
|
constructor() {
|
|
4458
4455
|
super(...arguments);
|
|
4459
4456
|
f(this, "type", "onContinuousHover");
|
|
@@ -4505,21 +4502,21 @@ class _n extends w {
|
|
|
4505
4502
|
}
|
|
4506
4503
|
}
|
|
4507
4504
|
function ye(o) {
|
|
4508
|
-
return new
|
|
4505
|
+
return new Bn(o);
|
|
4509
4506
|
}
|
|
4510
|
-
function
|
|
4507
|
+
function Br(o) {
|
|
4511
4508
|
return ye({
|
|
4512
4509
|
coordinateSpace: "local",
|
|
4513
4510
|
perform: o
|
|
4514
4511
|
});
|
|
4515
4512
|
}
|
|
4516
|
-
function
|
|
4513
|
+
function _r(o) {
|
|
4517
4514
|
return ye({
|
|
4518
4515
|
coordinateSpace: "global",
|
|
4519
4516
|
perform: o
|
|
4520
4517
|
});
|
|
4521
4518
|
}
|
|
4522
|
-
class
|
|
4519
|
+
class _n extends w {
|
|
4523
4520
|
constructor() {
|
|
4524
4521
|
super(...arguments);
|
|
4525
4522
|
f(this, "type", "allowsHitTesting");
|
|
@@ -4535,88 +4532,88 @@ class Hn extends w {
|
|
|
4535
4532
|
}
|
|
4536
4533
|
}
|
|
4537
4534
|
function me(o) {
|
|
4538
|
-
return new
|
|
4535
|
+
return new _n({ enabled: o });
|
|
4539
4536
|
}
|
|
4540
|
-
function
|
|
4537
|
+
function Hr() {
|
|
4541
4538
|
return me(!0);
|
|
4542
4539
|
}
|
|
4543
|
-
function
|
|
4540
|
+
function zr() {
|
|
4544
4541
|
return me(!1);
|
|
4545
4542
|
}
|
|
4546
|
-
function
|
|
4543
|
+
function Hn(o, s) {
|
|
4547
4544
|
return new C({
|
|
4548
4545
|
highPriorityGesture: { gesture: o, including: s }
|
|
4549
4546
|
});
|
|
4550
4547
|
}
|
|
4551
|
-
function
|
|
4548
|
+
function zn(o, s) {
|
|
4552
4549
|
return new C({
|
|
4553
4550
|
simultaneousGesture: { gesture: o, including: s }
|
|
4554
4551
|
});
|
|
4555
4552
|
}
|
|
4556
|
-
function
|
|
4553
|
+
function Fn(o) {
|
|
4557
4554
|
return new C({ onTap: o });
|
|
4558
4555
|
}
|
|
4559
|
-
function
|
|
4556
|
+
function Fr(o) {
|
|
4560
4557
|
return new C({ onFocus: o });
|
|
4561
4558
|
}
|
|
4562
|
-
function
|
|
4559
|
+
function Nr(o) {
|
|
4563
4560
|
return new C({ onBlur: o });
|
|
4564
4561
|
}
|
|
4565
|
-
function
|
|
4562
|
+
function Nn(o) {
|
|
4566
4563
|
return new C({ onScroll: o });
|
|
4567
4564
|
}
|
|
4568
|
-
function
|
|
4565
|
+
function Wr(o) {
|
|
4569
4566
|
return new C({ onKeyDown: o });
|
|
4570
4567
|
}
|
|
4571
|
-
function
|
|
4568
|
+
function jr(o) {
|
|
4572
4569
|
return new C({ onKeyPress: o });
|
|
4573
4570
|
}
|
|
4574
|
-
function
|
|
4571
|
+
function Ur(o) {
|
|
4575
4572
|
return new C({ onKeyUp: o });
|
|
4576
4573
|
}
|
|
4577
|
-
function
|
|
4574
|
+
function Gr(o) {
|
|
4578
4575
|
return new C({ onDoubleClick: o });
|
|
4579
4576
|
}
|
|
4580
|
-
function
|
|
4577
|
+
function Kr(o) {
|
|
4581
4578
|
return new C({ onContextMenu: o });
|
|
4582
4579
|
}
|
|
4583
|
-
function
|
|
4580
|
+
function Wn(o) {
|
|
4584
4581
|
return new C({ onWheel: o });
|
|
4585
4582
|
}
|
|
4586
|
-
function
|
|
4583
|
+
function jn(o) {
|
|
4587
4584
|
return new C({ onInput: o });
|
|
4588
4585
|
}
|
|
4589
|
-
function
|
|
4586
|
+
function Un(o) {
|
|
4590
4587
|
return new C({ onChange: o });
|
|
4591
4588
|
}
|
|
4592
|
-
function
|
|
4589
|
+
function Gn(o) {
|
|
4593
4590
|
return new C({ onCopy: o });
|
|
4594
4591
|
}
|
|
4595
|
-
function
|
|
4592
|
+
function Kn(o) {
|
|
4596
4593
|
return new C({ onCut: o });
|
|
4597
4594
|
}
|
|
4598
|
-
function
|
|
4595
|
+
function Yn(o) {
|
|
4599
4596
|
return new C({ onPaste: o });
|
|
4600
4597
|
}
|
|
4601
|
-
function
|
|
4598
|
+
function Xn(o) {
|
|
4602
4599
|
return new C({ onSelect: o });
|
|
4603
4600
|
}
|
|
4604
|
-
function
|
|
4601
|
+
function Zn(o) {
|
|
4605
4602
|
return new C({ onTouchStart: o });
|
|
4606
4603
|
}
|
|
4607
|
-
function
|
|
4604
|
+
function qn(o) {
|
|
4608
4605
|
return new C({ onTouchMove: o });
|
|
4609
4606
|
}
|
|
4610
|
-
function
|
|
4607
|
+
function Jn(o) {
|
|
4611
4608
|
return new C({ onTouchEnd: o });
|
|
4612
4609
|
}
|
|
4613
|
-
function
|
|
4610
|
+
function Qn(o) {
|
|
4614
4611
|
return new C({ onSwipeLeft: o });
|
|
4615
4612
|
}
|
|
4616
|
-
function
|
|
4613
|
+
function eo(o) {
|
|
4617
4614
|
return new C({ onSwipeRight: o });
|
|
4618
4615
|
}
|
|
4619
|
-
function
|
|
4616
|
+
function to(o = !0) {
|
|
4620
4617
|
return new C({ disabled: o });
|
|
4621
4618
|
}
|
|
4622
4619
|
class K extends v {
|
|
@@ -4660,28 +4657,28 @@ class K extends v {
|
|
|
4660
4657
|
);
|
|
4661
4658
|
}
|
|
4662
4659
|
}
|
|
4663
|
-
function
|
|
4660
|
+
function io(o) {
|
|
4664
4661
|
return new K(o);
|
|
4665
4662
|
}
|
|
4666
|
-
function
|
|
4663
|
+
function no(o) {
|
|
4667
4664
|
return new K({ cursor: o });
|
|
4668
4665
|
}
|
|
4669
|
-
function
|
|
4666
|
+
function oo(o) {
|
|
4670
4667
|
return new K({ overflowY: o });
|
|
4671
4668
|
}
|
|
4672
|
-
function
|
|
4669
|
+
function ro(o) {
|
|
4673
4670
|
return new K({ overflowX: o });
|
|
4674
4671
|
}
|
|
4675
|
-
function
|
|
4672
|
+
function so(o) {
|
|
4676
4673
|
return new K({ display: o });
|
|
4677
4674
|
}
|
|
4678
|
-
function
|
|
4675
|
+
function ao(o) {
|
|
4679
4676
|
return new K({ outline: o });
|
|
4680
4677
|
}
|
|
4681
|
-
function
|
|
4678
|
+
function lo(o) {
|
|
4682
4679
|
return new K({ outlineOffset: o });
|
|
4683
4680
|
}
|
|
4684
|
-
class
|
|
4681
|
+
class se extends v {
|
|
4685
4682
|
// Very low priority so raw CSS doesn't override specific modifiers
|
|
4686
4683
|
constructor(e) {
|
|
4687
4684
|
const t = {};
|
|
@@ -4706,19 +4703,19 @@ class ae extends v {
|
|
|
4706
4703
|
return t;
|
|
4707
4704
|
}
|
|
4708
4705
|
}
|
|
4709
|
-
function
|
|
4710
|
-
return new
|
|
4706
|
+
function co(o) {
|
|
4707
|
+
return new se(o);
|
|
4708
|
+
}
|
|
4709
|
+
function fo(o, s) {
|
|
4710
|
+
return new se({ [o]: s });
|
|
4711
4711
|
}
|
|
4712
4712
|
function uo(o, s) {
|
|
4713
|
-
return new ae({ [o]: s });
|
|
4714
|
-
}
|
|
4715
|
-
function po(o, s) {
|
|
4716
4713
|
const e = o.startsWith("--") ? o : `--${o}`;
|
|
4717
|
-
return new
|
|
4714
|
+
return new se({ [e]: s });
|
|
4718
4715
|
}
|
|
4719
|
-
function
|
|
4716
|
+
function Yr(o, s, e) {
|
|
4720
4717
|
const t = o.charAt(0).toUpperCase() + o.slice(1), i = `-${o.toLowerCase()}-${s}`, n = t + s.charAt(0).toUpperCase() + s.slice(1);
|
|
4721
|
-
return new
|
|
4718
|
+
return new se({
|
|
4722
4719
|
[i]: e,
|
|
4723
4720
|
[n]: e
|
|
4724
4721
|
});
|
|
@@ -4878,7 +4875,7 @@ f(ee, "DANGEROUS_PATTERNS", [
|
|
|
4878
4875
|
td: ["colspan", "rowspan"],
|
|
4879
4876
|
th: ["colspan", "rowspan", "scope"]
|
|
4880
4877
|
});
|
|
4881
|
-
function
|
|
4878
|
+
function Xr(o, s) {
|
|
4882
4879
|
return ee.sanitize(o, s);
|
|
4883
4880
|
}
|
|
4884
4881
|
class He {
|
|
@@ -4923,7 +4920,7 @@ f(He, "SUSPICIOUS_PATTERNS", [
|
|
|
4923
4920
|
{ pattern: /@import/i, message: "CSS import statements detected" },
|
|
4924
4921
|
{ pattern: /expression\s*\(/i, message: "CSS expressions detected" }
|
|
4925
4922
|
]);
|
|
4926
|
-
class
|
|
4923
|
+
class po extends v {
|
|
4927
4924
|
// Early priority to apply before other modifiers
|
|
4928
4925
|
constructor(e = {}) {
|
|
4929
4926
|
super(e);
|
|
@@ -4995,25 +4992,25 @@ class ho extends v {
|
|
|
4995
4992
|
}), console.warn("Consider using a more comprehensive sanitization solution like DOMPurify"), console.warn("To suppress these warnings, use { __suppressWarnings: true }"), console.groupEnd()), this.properties.skipSanitizer && console.warn("🚨 AsHTML: Sanitization is DISABLED. Ensure content is safe!");
|
|
4996
4993
|
}
|
|
4997
4994
|
}
|
|
4998
|
-
function
|
|
4999
|
-
return new
|
|
4995
|
+
function ho(o = {}) {
|
|
4996
|
+
return new po(o);
|
|
5000
4997
|
}
|
|
5001
|
-
function
|
|
4998
|
+
function yo(o) {
|
|
5002
4999
|
return new H({
|
|
5003
5000
|
navigationTitle: o,
|
|
5004
5001
|
role: "heading"
|
|
5005
5002
|
});
|
|
5006
5003
|
}
|
|
5007
|
-
function
|
|
5004
|
+
function mo(o = !0) {
|
|
5008
5005
|
return new H({
|
|
5009
5006
|
navigationBarHidden: o,
|
|
5010
5007
|
"aria-hidden": o.toString()
|
|
5011
5008
|
});
|
|
5012
5009
|
}
|
|
5013
|
-
function
|
|
5010
|
+
function go(o) {
|
|
5014
5011
|
return new H({ navigationBarItems: o });
|
|
5015
5012
|
}
|
|
5016
|
-
class
|
|
5013
|
+
class vo extends v {
|
|
5017
5014
|
// High priority for HTML attributes
|
|
5018
5015
|
constructor(e) {
|
|
5019
5016
|
super(e);
|
|
@@ -5037,10 +5034,10 @@ class bo extends v {
|
|
|
5037
5034
|
);
|
|
5038
5035
|
}
|
|
5039
5036
|
}
|
|
5040
|
-
function
|
|
5041
|
-
return new
|
|
5037
|
+
function ce(o) {
|
|
5038
|
+
return new vo({ id: o });
|
|
5042
5039
|
}
|
|
5043
|
-
class
|
|
5040
|
+
class bo extends v {
|
|
5044
5041
|
// High priority for HTML attributes
|
|
5045
5042
|
constructor(e) {
|
|
5046
5043
|
super(e);
|
|
@@ -5079,10 +5076,10 @@ class So extends v {
|
|
|
5079
5076
|
});
|
|
5080
5077
|
}
|
|
5081
5078
|
}
|
|
5082
|
-
function
|
|
5083
|
-
return new
|
|
5079
|
+
function So(o) {
|
|
5080
|
+
return new bo({ data: o });
|
|
5084
5081
|
}
|
|
5085
|
-
class
|
|
5082
|
+
class wo extends v {
|
|
5086
5083
|
// High priority for accessibility
|
|
5087
5084
|
constructor(e) {
|
|
5088
5085
|
super(e);
|
|
@@ -5106,10 +5103,10 @@ class Co extends v {
|
|
|
5106
5103
|
);
|
|
5107
5104
|
}
|
|
5108
5105
|
}
|
|
5109
|
-
function
|
|
5110
|
-
return new
|
|
5106
|
+
function Co(o) {
|
|
5107
|
+
return new wo({ tabIndex: o });
|
|
5111
5108
|
}
|
|
5112
|
-
const
|
|
5109
|
+
const re = class re extends v {
|
|
5113
5110
|
constructor(e) {
|
|
5114
5111
|
super(e);
|
|
5115
5112
|
f(this, "type", "aria");
|
|
@@ -5144,7 +5141,7 @@ const se = class se extends v {
|
|
|
5144
5141
|
return;
|
|
5145
5142
|
}
|
|
5146
5143
|
const n = t.replace(/^aria-/, "");
|
|
5147
|
-
!
|
|
5144
|
+
!re.KNOWN_ATTRIBUTES.has(n) && !t.startsWith("aria-") && console.warn(
|
|
5148
5145
|
`TachUI ARIA Modifier: Unknown ARIA attribute "${t}". This may not be a valid ARIA attribute. Did you mean "${this.suggestCorrection(n)}"?`
|
|
5149
5146
|
), this.validateSpecificAriaAttribute(t, i);
|
|
5150
5147
|
});
|
|
@@ -5237,7 +5234,7 @@ const se = class se extends v {
|
|
|
5237
5234
|
}
|
|
5238
5235
|
};
|
|
5239
5236
|
// Highest priority for accessibility
|
|
5240
|
-
f(
|
|
5237
|
+
f(re, "KNOWN_ATTRIBUTES", /* @__PURE__ */ new Set([
|
|
5241
5238
|
"label",
|
|
5242
5239
|
"labelledby",
|
|
5243
5240
|
"describedby",
|
|
@@ -5272,23 +5269,23 @@ f(se, "KNOWN_ATTRIBUTES", /* @__PURE__ */ new Set([
|
|
|
5272
5269
|
"valuetext",
|
|
5273
5270
|
"role"
|
|
5274
5271
|
]));
|
|
5275
|
-
let de =
|
|
5272
|
+
let de = re;
|
|
5276
5273
|
function q(o) {
|
|
5277
5274
|
return new de({ aria: o });
|
|
5278
5275
|
}
|
|
5279
|
-
function
|
|
5276
|
+
function xo(o) {
|
|
5280
5277
|
return q({ role: o });
|
|
5281
5278
|
}
|
|
5282
|
-
function
|
|
5279
|
+
function Eo(o) {
|
|
5283
5280
|
return q({ label: o });
|
|
5284
5281
|
}
|
|
5285
|
-
function
|
|
5282
|
+
function To(o) {
|
|
5286
5283
|
return q({ live: o });
|
|
5287
5284
|
}
|
|
5288
|
-
function
|
|
5285
|
+
function Mo(o) {
|
|
5289
5286
|
return q({ describedby: o });
|
|
5290
5287
|
}
|
|
5291
|
-
function
|
|
5288
|
+
function ko(o) {
|
|
5292
5289
|
return q({ modal: o });
|
|
5293
5290
|
}
|
|
5294
5291
|
class te extends v {
|
|
@@ -5325,25 +5322,25 @@ class te extends v {
|
|
|
5325
5322
|
return typeof e == "number" ? e.toString() : String(e);
|
|
5326
5323
|
}
|
|
5327
5324
|
}
|
|
5328
|
-
function
|
|
5325
|
+
function Ao(o) {
|
|
5329
5326
|
return new te({
|
|
5330
5327
|
properties: o.properties,
|
|
5331
5328
|
scope: o.scope || "local"
|
|
5332
5329
|
});
|
|
5333
5330
|
}
|
|
5334
|
-
function
|
|
5331
|
+
function Lo(o, s, e) {
|
|
5335
5332
|
return new te({
|
|
5336
5333
|
properties: { [o]: s },
|
|
5337
5334
|
scope: e || "local"
|
|
5338
5335
|
});
|
|
5339
5336
|
}
|
|
5340
|
-
function
|
|
5337
|
+
function Io(o) {
|
|
5341
5338
|
return new te({
|
|
5342
5339
|
properties: o,
|
|
5343
5340
|
scope: "local"
|
|
5344
5341
|
});
|
|
5345
5342
|
}
|
|
5346
|
-
function
|
|
5343
|
+
function Zr(o) {
|
|
5347
5344
|
const s = {};
|
|
5348
5345
|
return Object.entries(o).forEach(([e, t]) => {
|
|
5349
5346
|
if (t !== void 0) {
|
|
@@ -5358,7 +5355,7 @@ function qr(o) {
|
|
|
5358
5355
|
scope: "local"
|
|
5359
5356
|
});
|
|
5360
5357
|
}
|
|
5361
|
-
function
|
|
5358
|
+
function qr(o) {
|
|
5362
5359
|
const s = {};
|
|
5363
5360
|
return Object.entries(o).forEach(([e, t]) => {
|
|
5364
5361
|
t !== void 0 && (s[`--token-${e}`] = t);
|
|
@@ -5435,24 +5432,24 @@ function J(o) {
|
|
|
5435
5432
|
function ie(o) {
|
|
5436
5433
|
return new X({ after: o });
|
|
5437
5434
|
}
|
|
5438
|
-
function
|
|
5435
|
+
function Po(o) {
|
|
5439
5436
|
return new X(o);
|
|
5440
5437
|
}
|
|
5441
|
-
function
|
|
5438
|
+
function $o(o, s = {}) {
|
|
5442
5439
|
return J({
|
|
5443
5440
|
content: o,
|
|
5444
5441
|
display: "inline-block",
|
|
5445
5442
|
...s
|
|
5446
5443
|
});
|
|
5447
5444
|
}
|
|
5448
|
-
function
|
|
5445
|
+
function Vo(o, s = {}) {
|
|
5449
5446
|
return ie({
|
|
5450
5447
|
content: o,
|
|
5451
5448
|
display: "inline-block",
|
|
5452
5449
|
...s
|
|
5453
5450
|
});
|
|
5454
5451
|
}
|
|
5455
|
-
function
|
|
5452
|
+
function Ro(o = "#ddd", s = 1, e = 16) {
|
|
5456
5453
|
return J({
|
|
5457
5454
|
content: "",
|
|
5458
5455
|
display: "inline-block",
|
|
@@ -5463,7 +5460,7 @@ function Do(o = "#ddd", s = 1, e = 16) {
|
|
|
5463
5460
|
verticalAlign: "middle"
|
|
5464
5461
|
});
|
|
5465
5462
|
}
|
|
5466
|
-
function
|
|
5463
|
+
function Do(o = "#ddd", s = 1, e = 16) {
|
|
5467
5464
|
return ie({
|
|
5468
5465
|
content: "",
|
|
5469
5466
|
display: "inline-block",
|
|
@@ -5474,7 +5471,7 @@ function Oo(o = "#ddd", s = 1, e = 16) {
|
|
|
5474
5471
|
verticalAlign: "middle"
|
|
5475
5472
|
});
|
|
5476
5473
|
}
|
|
5477
|
-
function
|
|
5474
|
+
function Oo(o = '"', s = '"') {
|
|
5478
5475
|
return new X({
|
|
5479
5476
|
before: {
|
|
5480
5477
|
content: o,
|
|
@@ -5490,7 +5487,7 @@ function Bo(o = '"', s = '"') {
|
|
|
5490
5487
|
}
|
|
5491
5488
|
});
|
|
5492
5489
|
}
|
|
5493
|
-
function
|
|
5490
|
+
function Bo(o = "currentColor", s = 1, e = 1) {
|
|
5494
5491
|
return ie({
|
|
5495
5492
|
content: "",
|
|
5496
5493
|
position: "absolute",
|
|
@@ -5502,7 +5499,7 @@ function _o(o = "currentColor", s = 1, e = 1) {
|
|
|
5502
5499
|
opacity: e
|
|
5503
5500
|
});
|
|
5504
5501
|
}
|
|
5505
|
-
function
|
|
5502
|
+
function _o(o = "#ff3b30", s = 6, e = "") {
|
|
5506
5503
|
return ie({
|
|
5507
5504
|
content: e,
|
|
5508
5505
|
position: "absolute",
|
|
@@ -5523,7 +5520,7 @@ function Ho(o = "#ff3b30", s = 6, e = "") {
|
|
|
5523
5520
|
justifyContent: "center"
|
|
5524
5521
|
});
|
|
5525
5522
|
}
|
|
5526
|
-
function
|
|
5523
|
+
function Ho(o, s = "top", e = "#333", t = "white") {
|
|
5527
5524
|
return J({
|
|
5528
5525
|
content: o,
|
|
5529
5526
|
position: "absolute",
|
|
@@ -5565,7 +5562,7 @@ function zo(o, s = "top", e = "#333", t = "white") {
|
|
|
5565
5562
|
}[s]
|
|
5566
5563
|
});
|
|
5567
5564
|
}
|
|
5568
|
-
function
|
|
5565
|
+
function zo(o, s = "#ff3b30", e = "white") {
|
|
5569
5566
|
return J({
|
|
5570
5567
|
content: o,
|
|
5571
5568
|
position: "absolute",
|
|
@@ -5582,7 +5579,7 @@ function Fo(o, s = "#ff3b30", e = "white") {
|
|
|
5582
5579
|
zIndex: 10
|
|
5583
5580
|
});
|
|
5584
5581
|
}
|
|
5585
|
-
function
|
|
5582
|
+
function Fo(o = 20, s = "#007AFF", e = 2) {
|
|
5586
5583
|
if (!document.getElementById("tachui-spinner-animation")) {
|
|
5587
5584
|
const t = document.createElement("style");
|
|
5588
5585
|
t.id = "tachui-spinner-animation", t.textContent = `
|
|
@@ -5603,7 +5600,7 @@ function No(o = 20, s = "#007AFF", e = 2) {
|
|
|
5603
5600
|
animation: "spin 1s linear infinite"
|
|
5604
5601
|
});
|
|
5605
5602
|
}
|
|
5606
|
-
const
|
|
5603
|
+
const No = [
|
|
5607
5604
|
// Padding
|
|
5608
5605
|
["padding", T],
|
|
5609
5606
|
["paddingTop", Qe],
|
|
@@ -5633,453 +5630,451 @@ const Wo = [
|
|
|
5633
5630
|
["minWidth", bt],
|
|
5634
5631
|
["minHeight", wt],
|
|
5635
5632
|
// Layout + flexbox
|
|
5636
|
-
["aspectRatio",
|
|
5637
|
-
["fixedSize",
|
|
5638
|
-
["frame",
|
|
5639
|
-
["resizable",
|
|
5640
|
-
["layoutPriority",
|
|
5641
|
-
["offset",
|
|
5642
|
-
["overlay",
|
|
5643
|
-
["position",
|
|
5644
|
-
["absolutePosition",
|
|
5645
|
-
["scaleEffect",
|
|
5646
|
-
["zIndex",
|
|
5633
|
+
["aspectRatio", Ht],
|
|
5634
|
+
["fixedSize", Nt],
|
|
5635
|
+
["frame", Wt],
|
|
5636
|
+
["resizable", Gt],
|
|
5637
|
+
["layoutPriority", jt],
|
|
5638
|
+
["offset", Ot],
|
|
5639
|
+
["overlay", Qt],
|
|
5640
|
+
["position", Xt],
|
|
5641
|
+
["absolutePosition", Ut],
|
|
5642
|
+
["scaleEffect", _t],
|
|
5643
|
+
["zIndex", qt],
|
|
5647
5644
|
["flexbox", P],
|
|
5648
|
-
["flexGrow",
|
|
5649
|
-
["flexShrink",
|
|
5650
|
-
["flexBasis",
|
|
5651
|
-
["justifyContent",
|
|
5652
|
-
["alignItems",
|
|
5653
|
-
["alignSelf",
|
|
5654
|
-
["gap",
|
|
5655
|
-
["flexDirection",
|
|
5656
|
-
["flexWrap",
|
|
5645
|
+
["flexGrow", Mt],
|
|
5646
|
+
["flexShrink", kt],
|
|
5647
|
+
["flexBasis", At],
|
|
5648
|
+
["justifyContent", Lt],
|
|
5649
|
+
["alignItems", It],
|
|
5650
|
+
["alignSelf", Pt],
|
|
5651
|
+
["gap", $t],
|
|
5652
|
+
["flexDirection", Vt],
|
|
5653
|
+
["flexWrap", Rt],
|
|
5657
5654
|
// Appearance
|
|
5658
|
-
["backgroundColor",
|
|
5659
|
-
["background",
|
|
5660
|
-
["backgroundImage",
|
|
5661
|
-
["blendMode",
|
|
5662
|
-
["backgroundBlendMode",
|
|
5663
|
-
["compositingGroup",
|
|
5664
|
-
["border",
|
|
5665
|
-
["borderTop",
|
|
5666
|
-
["borderBottom",
|
|
5667
|
-
["borderLeft",
|
|
5668
|
-
["borderRight",
|
|
5669
|
-
["clipShape",
|
|
5670
|
-
["clipped",
|
|
5671
|
-
["cornerRadius",
|
|
5672
|
-
["foregroundColor",
|
|
5655
|
+
["backgroundColor", ii],
|
|
5656
|
+
["background", ni],
|
|
5657
|
+
["backgroundImage", oi],
|
|
5658
|
+
["blendMode", ai],
|
|
5659
|
+
["backgroundBlendMode", li],
|
|
5660
|
+
["compositingGroup", fi],
|
|
5661
|
+
["border", ui],
|
|
5662
|
+
["borderTop", pi],
|
|
5663
|
+
["borderBottom", yi],
|
|
5664
|
+
["borderLeft", mi],
|
|
5665
|
+
["borderRight", hi],
|
|
5666
|
+
["clipShape", bi],
|
|
5667
|
+
["clipped", wi],
|
|
5668
|
+
["cornerRadius", xi],
|
|
5669
|
+
["foregroundColor", gi],
|
|
5673
5670
|
["gradientText", Z],
|
|
5674
|
-
["opacity",
|
|
5675
|
-
["fontFamily",
|
|
5676
|
-
["fontSize",
|
|
5677
|
-
["fontWeight",
|
|
5678
|
-
["fontStyle",
|
|
5679
|
-
["fontPreset",
|
|
5671
|
+
["opacity", Ci],
|
|
5672
|
+
["fontFamily", Ei],
|
|
5673
|
+
["fontSize", Ti],
|
|
5674
|
+
["fontWeight", Mi],
|
|
5675
|
+
["fontStyle", ki],
|
|
5676
|
+
["fontPreset", Ai],
|
|
5680
5677
|
// Typography
|
|
5681
|
-
["typography",
|
|
5682
|
-
["textAlign",
|
|
5683
|
-
["font",
|
|
5684
|
-
["lineClamp",
|
|
5685
|
-
["wordBreak",
|
|
5686
|
-
["letterSpacing",
|
|
5687
|
-
["lineHeight",
|
|
5688
|
-
["textDecoration",
|
|
5689
|
-
["textOverflow",
|
|
5678
|
+
["typography", Pi],
|
|
5679
|
+
["textAlign", $i],
|
|
5680
|
+
["font", zi],
|
|
5681
|
+
["lineClamp", Wi],
|
|
5682
|
+
["wordBreak", Ui],
|
|
5683
|
+
["letterSpacing", Di],
|
|
5684
|
+
["lineHeight", Ri],
|
|
5685
|
+
["textDecoration", Vi],
|
|
5686
|
+
["textOverflow", Oi],
|
|
5690
5687
|
["textTransform", Be],
|
|
5691
|
-
["textCase",
|
|
5692
|
-
["whiteSpace",
|
|
5693
|
-
["overflow",
|
|
5694
|
-
["hyphens",
|
|
5695
|
-
["overflowWrap",
|
|
5688
|
+
["textCase", Hi],
|
|
5689
|
+
["whiteSpace", Bi],
|
|
5690
|
+
["overflow", _i],
|
|
5691
|
+
["hyphens", Xi],
|
|
5692
|
+
["overflowWrap", Ki],
|
|
5696
5693
|
// Interaction
|
|
5697
5694
|
["allowsHitTesting", me],
|
|
5698
5695
|
["focusable", he],
|
|
5699
|
-
["activatable",
|
|
5700
|
-
["editable",
|
|
5701
|
-
["focused",
|
|
5696
|
+
["activatable", Dn],
|
|
5697
|
+
["editable", On],
|
|
5698
|
+
["focused", Vn],
|
|
5702
5699
|
["keyboardShortcut", _e],
|
|
5703
|
-
["onHover",
|
|
5704
|
-
["onMouseEnter",
|
|
5705
|
-
["onMouseLeave",
|
|
5706
|
-
["onMouseDown",
|
|
5707
|
-
["onMouseUp",
|
|
5708
|
-
["onDoubleClick",
|
|
5709
|
-
["onContextMenu",
|
|
5710
|
-
["onKeyDown",
|
|
5711
|
-
["onKeyUp",
|
|
5712
|
-
["onKeyPress",
|
|
5713
|
-
["onFocus",
|
|
5714
|
-
["onBlur",
|
|
5700
|
+
["onHover", sn],
|
|
5701
|
+
["onMouseEnter", pn],
|
|
5702
|
+
["onMouseLeave", hn],
|
|
5703
|
+
["onMouseDown", yn],
|
|
5704
|
+
["onMouseUp", mn],
|
|
5705
|
+
["onDoubleClick", gn],
|
|
5706
|
+
["onContextMenu", vn],
|
|
5707
|
+
["onKeyDown", Cn],
|
|
5708
|
+
["onKeyUp", xn],
|
|
5709
|
+
["onKeyPress", En],
|
|
5710
|
+
["onFocus", kn],
|
|
5711
|
+
["onBlur", An],
|
|
5715
5712
|
["onContinuousHover", ye],
|
|
5716
|
-
["onLongPressGesture",
|
|
5717
|
-
["scroll",
|
|
5718
|
-
["scrollBehavior",
|
|
5719
|
-
["overscrollBehavior",
|
|
5720
|
-
["overscrollBehaviorX",
|
|
5721
|
-
["overscrollBehaviorY",
|
|
5722
|
-
["scrollMargin",
|
|
5723
|
-
["scrollPadding",
|
|
5724
|
-
["scrollSnap",
|
|
5725
|
-
["highPriorityGesture",
|
|
5726
|
-
["simultaneousGesture",
|
|
5727
|
-
["onTap",
|
|
5728
|
-
["onScroll",
|
|
5729
|
-
["onWheel",
|
|
5730
|
-
["onInput",
|
|
5731
|
-
["onChange",
|
|
5732
|
-
["onCopy",
|
|
5733
|
-
["onCut",
|
|
5734
|
-
["onPaste",
|
|
5735
|
-
["onSelect",
|
|
5736
|
-
["onTouchStart",
|
|
5737
|
-
["onTouchMove",
|
|
5738
|
-
["onTouchEnd",
|
|
5739
|
-
["onSwipeLeft",
|
|
5740
|
-
["onSwipeRight",
|
|
5741
|
-
["disabled",
|
|
5713
|
+
["onLongPressGesture", In],
|
|
5714
|
+
["scroll", Zi],
|
|
5715
|
+
["scrollBehavior", qi],
|
|
5716
|
+
["overscrollBehavior", Ji],
|
|
5717
|
+
["overscrollBehaviorX", Qi],
|
|
5718
|
+
["overscrollBehaviorY", en],
|
|
5719
|
+
["scrollMargin", tn],
|
|
5720
|
+
["scrollPadding", nn],
|
|
5721
|
+
["scrollSnap", on],
|
|
5722
|
+
["highPriorityGesture", Hn],
|
|
5723
|
+
["simultaneousGesture", zn],
|
|
5724
|
+
["onTap", Fn],
|
|
5725
|
+
["onScroll", Nn],
|
|
5726
|
+
["onWheel", Wn],
|
|
5727
|
+
["onInput", jn],
|
|
5728
|
+
["onChange", Un],
|
|
5729
|
+
["onCopy", Gn],
|
|
5730
|
+
["onCut", Kn],
|
|
5731
|
+
["onPaste", Yn],
|
|
5732
|
+
["onSelect", Xn],
|
|
5733
|
+
["onTouchStart", Zn],
|
|
5734
|
+
["onTouchMove", qn],
|
|
5735
|
+
["onTouchEnd", Jn],
|
|
5736
|
+
["onSwipeLeft", Qn],
|
|
5737
|
+
["onSwipeRight", eo],
|
|
5738
|
+
["disabled", to],
|
|
5742
5739
|
// Utility
|
|
5743
|
-
["css",
|
|
5744
|
-
["cssProperty",
|
|
5745
|
-
["cssVariable",
|
|
5746
|
-
["utility",
|
|
5747
|
-
["cursor",
|
|
5748
|
-
["display",
|
|
5749
|
-
["overflowX",
|
|
5750
|
-
["overflowY",
|
|
5751
|
-
["outline",
|
|
5752
|
-
["outlineOffset",
|
|
5753
|
-
["asHTML",
|
|
5754
|
-
["navigationTitle",
|
|
5755
|
-
["navigationBarHidden",
|
|
5756
|
-
["navigationBarItems",
|
|
5740
|
+
["css", co],
|
|
5741
|
+
["cssProperty", fo],
|
|
5742
|
+
["cssVariable", uo],
|
|
5743
|
+
["utility", io],
|
|
5744
|
+
["cursor", no],
|
|
5745
|
+
["display", so],
|
|
5746
|
+
["overflowX", ro],
|
|
5747
|
+
["overflowY", oo],
|
|
5748
|
+
["outline", ao],
|
|
5749
|
+
["outlineOffset", lo],
|
|
5750
|
+
["asHTML", ho],
|
|
5751
|
+
["navigationTitle", yo],
|
|
5752
|
+
["navigationBarHidden", mo],
|
|
5753
|
+
["navigationBarItems", go],
|
|
5757
5754
|
["animation", Et],
|
|
5758
5755
|
["transform", xt],
|
|
5759
|
-
["transitions", Tt],
|
|
5760
5756
|
["transition", Ct],
|
|
5761
5757
|
// Attributes
|
|
5762
5758
|
["aria", q],
|
|
5763
|
-
["ariaLabel",
|
|
5764
|
-
["ariaLive",
|
|
5765
|
-
["ariaDescribedBy",
|
|
5766
|
-
["ariaModal",
|
|
5767
|
-
["role",
|
|
5768
|
-
["customProperties",
|
|
5769
|
-
["customProperty",
|
|
5770
|
-
["cssVariables",
|
|
5771
|
-
["id",
|
|
5772
|
-
["elementId",
|
|
5773
|
-
["viewId",
|
|
5774
|
-
["data",
|
|
5775
|
-
["tabIndex",
|
|
5759
|
+
["ariaLabel", Eo],
|
|
5760
|
+
["ariaLive", To],
|
|
5761
|
+
["ariaDescribedBy", Mo],
|
|
5762
|
+
["ariaModal", ko],
|
|
5763
|
+
["role", xo],
|
|
5764
|
+
["customProperties", Ao],
|
|
5765
|
+
["customProperty", Lo],
|
|
5766
|
+
["cssVariables", Io],
|
|
5767
|
+
["id", ce],
|
|
5768
|
+
["elementId", ce],
|
|
5769
|
+
["viewId", ce],
|
|
5770
|
+
["data", So],
|
|
5771
|
+
["tabIndex", Co],
|
|
5776
5772
|
// Elements / pseudo elements
|
|
5777
5773
|
["before", J],
|
|
5778
5774
|
["after", ie],
|
|
5779
|
-
["pseudoElements",
|
|
5780
|
-
["iconBefore",
|
|
5781
|
-
["iconAfter",
|
|
5782
|
-
["lineBefore",
|
|
5783
|
-
["lineAfter",
|
|
5784
|
-
["quotes",
|
|
5785
|
-
["underline",
|
|
5786
|
-
["badge",
|
|
5787
|
-
["tooltip",
|
|
5788
|
-
["cornerRibbon",
|
|
5789
|
-
["spinner",
|
|
5775
|
+
["pseudoElements", Po],
|
|
5776
|
+
["iconBefore", $o],
|
|
5777
|
+
["iconAfter", Vo],
|
|
5778
|
+
["lineBefore", Ro],
|
|
5779
|
+
["lineAfter", Do],
|
|
5780
|
+
["quotes", Oo],
|
|
5781
|
+
["underline", Bo],
|
|
5782
|
+
["badge", _o],
|
|
5783
|
+
["tooltip", Ho],
|
|
5784
|
+
["cornerRibbon", zo],
|
|
5785
|
+
["spinner", Fo],
|
|
5790
5786
|
// Lifecycle
|
|
5791
|
-
["task",
|
|
5787
|
+
["task", Tt]
|
|
5792
5788
|
];
|
|
5793
|
-
function
|
|
5789
|
+
function Wo(o) {
|
|
5794
5790
|
const s = o?.registry ?? Ne;
|
|
5795
5791
|
s.registerPlugin?.({
|
|
5796
5792
|
name: "@tachui/modifiers",
|
|
5797
5793
|
version: Je,
|
|
5798
5794
|
author: "tachUI Team",
|
|
5799
5795
|
verified: !0
|
|
5800
|
-
}),
|
|
5796
|
+
}), No.forEach(([e, t]) => {
|
|
5801
5797
|
s.has(e) || s.register(e, t);
|
|
5802
5798
|
});
|
|
5803
5799
|
}
|
|
5804
|
-
|
|
5800
|
+
Wo();
|
|
5805
5801
|
export {
|
|
5806
|
-
|
|
5807
|
-
|
|
5808
|
-
|
|
5809
|
-
|
|
5810
|
-
|
|
5811
|
-
|
|
5812
|
-
|
|
5813
|
-
|
|
5814
|
-
|
|
5815
|
-
|
|
5816
|
-
|
|
5817
|
-
|
|
5818
|
-
|
|
5802
|
+
Yt as $,
|
|
5803
|
+
_n as A,
|
|
5804
|
+
si as B,
|
|
5805
|
+
se as C,
|
|
5806
|
+
bo as D,
|
|
5807
|
+
un as E,
|
|
5808
|
+
Ft as F,
|
|
5809
|
+
Bn as G,
|
|
5810
|
+
Yi as H,
|
|
5811
|
+
vo as I,
|
|
5812
|
+
dn as J,
|
|
5813
|
+
Pn as K,
|
|
5814
|
+
Jo as L,
|
|
5819
5815
|
R as M,
|
|
5820
|
-
|
|
5821
|
-
|
|
5822
|
-
|
|
5823
|
-
|
|
5824
|
-
|
|
5825
|
-
|
|
5826
|
-
|
|
5827
|
-
|
|
5828
|
-
|
|
5829
|
-
|
|
5830
|
-
X,
|
|
5831
|
-
|
|
5832
|
-
|
|
5833
|
-
|
|
5834
|
-
|
|
5835
|
-
|
|
5836
|
-
|
|
5837
|
-
|
|
5838
|
-
|
|
5839
|
-
|
|
5840
|
-
|
|
5841
|
-
|
|
5842
|
-
|
|
5843
|
-
|
|
5844
|
-
|
|
5845
|
-
|
|
5846
|
-
|
|
5847
|
-
|
|
5848
|
-
|
|
5849
|
-
|
|
5850
|
-
|
|
5851
|
-
|
|
5852
|
-
|
|
5853
|
-
|
|
5854
|
-
|
|
5855
|
-
|
|
5856
|
-
|
|
5857
|
-
|
|
5858
|
-
|
|
5859
|
-
|
|
5860
|
-
|
|
5861
|
-
|
|
5862
|
-
|
|
5863
|
-
|
|
5864
|
-
|
|
5865
|
-
|
|
5866
|
-
|
|
5867
|
-
|
|
5868
|
-
|
|
5869
|
-
|
|
5870
|
-
|
|
5871
|
-
|
|
5872
|
-
|
|
5873
|
-
|
|
5874
|
-
|
|
5875
|
-
|
|
5876
|
-
|
|
5877
|
-
|
|
5878
|
-
|
|
5879
|
-
|
|
5880
|
-
|
|
5881
|
-
|
|
5882
|
-
|
|
5883
|
-
|
|
5884
|
-
|
|
5885
|
-
|
|
5886
|
-
|
|
5887
|
-
|
|
5888
|
-
|
|
5889
|
-
|
|
5816
|
+
Tn as N,
|
|
5817
|
+
Dt as O,
|
|
5818
|
+
rn as P,
|
|
5819
|
+
bn as Q,
|
|
5820
|
+
wn as R,
|
|
5821
|
+
Sn as S,
|
|
5822
|
+
Ln as T,
|
|
5823
|
+
cn as U,
|
|
5824
|
+
an as V,
|
|
5825
|
+
ln as W,
|
|
5826
|
+
fn as X,
|
|
5827
|
+
Gi as Y,
|
|
5828
|
+
ke as Z,
|
|
5829
|
+
O as _,
|
|
5830
|
+
Xe as a,
|
|
5831
|
+
zr as a$,
|
|
5832
|
+
X as a0,
|
|
5833
|
+
Bt as a1,
|
|
5834
|
+
F as a2,
|
|
5835
|
+
G as a3,
|
|
5836
|
+
ar as a4,
|
|
5837
|
+
Je as a5,
|
|
5838
|
+
wo as a6,
|
|
5839
|
+
ae as a7,
|
|
5840
|
+
I as a8,
|
|
5841
|
+
K as a9,
|
|
5842
|
+
br as aA,
|
|
5843
|
+
ui as aB,
|
|
5844
|
+
yi as aC,
|
|
5845
|
+
Mr as aD,
|
|
5846
|
+
Er as aE,
|
|
5847
|
+
mi as aF,
|
|
5848
|
+
hi as aG,
|
|
5849
|
+
pi as aH,
|
|
5850
|
+
Tr as aI,
|
|
5851
|
+
kr as aJ,
|
|
5852
|
+
bi as aK,
|
|
5853
|
+
wi as aL,
|
|
5854
|
+
ur as aM,
|
|
5855
|
+
fi as aN,
|
|
5856
|
+
Ar as aO,
|
|
5857
|
+
zo as aP,
|
|
5858
|
+
co as aQ,
|
|
5859
|
+
fo as aR,
|
|
5860
|
+
uo as aS,
|
|
5861
|
+
Io as aT,
|
|
5862
|
+
Yr as aU,
|
|
5863
|
+
no as aV,
|
|
5864
|
+
Dr as aW,
|
|
5865
|
+
Ao as aX,
|
|
5866
|
+
Lo as aY,
|
|
5867
|
+
So as aZ,
|
|
5868
|
+
qr as a_,
|
|
5869
|
+
ji as aa,
|
|
5870
|
+
Ve as ab,
|
|
5871
|
+
Ut as ac,
|
|
5872
|
+
Dn as ad,
|
|
5873
|
+
ie as ae,
|
|
5874
|
+
It as af,
|
|
5875
|
+
Pt as ag,
|
|
5876
|
+
me as ah,
|
|
5877
|
+
Et as ai,
|
|
5878
|
+
q as aj,
|
|
5879
|
+
Mo as ak,
|
|
5880
|
+
Eo as al,
|
|
5881
|
+
To as am,
|
|
5882
|
+
ko as an,
|
|
5883
|
+
ho as ao,
|
|
5884
|
+
Ht as ap,
|
|
5885
|
+
ni as aq,
|
|
5890
5886
|
li as ar,
|
|
5891
|
-
|
|
5892
|
-
|
|
5893
|
-
|
|
5894
|
-
|
|
5895
|
-
|
|
5896
|
-
|
|
5897
|
-
|
|
5898
|
-
|
|
5899
|
-
|
|
5900
|
-
|
|
5901
|
-
|
|
5902
|
-
|
|
5903
|
-
|
|
5904
|
-
|
|
5905
|
-
|
|
5906
|
-
|
|
5907
|
-
|
|
5908
|
-
|
|
5909
|
-
|
|
5910
|
-
|
|
5911
|
-
|
|
5912
|
-
|
|
5913
|
-
|
|
5914
|
-
|
|
5915
|
-
|
|
5916
|
-
|
|
5917
|
-
|
|
5918
|
-
|
|
5919
|
-
|
|
5920
|
-
|
|
5921
|
-
|
|
5922
|
-
|
|
5923
|
-
|
|
5924
|
-
|
|
5925
|
-
|
|
5926
|
-
|
|
5927
|
-
|
|
5928
|
-
|
|
5929
|
-
|
|
5930
|
-
|
|
5931
|
-
|
|
5932
|
-
|
|
5933
|
-
|
|
5934
|
-
|
|
5935
|
-
|
|
5936
|
-
|
|
5937
|
-
|
|
5938
|
-
|
|
5939
|
-
|
|
5940
|
-
|
|
5941
|
-
|
|
5942
|
-
|
|
5943
|
-
|
|
5944
|
-
|
|
5945
|
-
|
|
5946
|
-
|
|
5947
|
-
|
|
5948
|
-
|
|
5949
|
-
|
|
5950
|
-
|
|
5951
|
-
|
|
5952
|
-
|
|
5953
|
-
|
|
5954
|
-
|
|
5955
|
-
|
|
5956
|
-
|
|
5957
|
-
|
|
5958
|
-
|
|
5959
|
-
|
|
5960
|
-
|
|
5961
|
-
|
|
5962
|
-
|
|
5963
|
-
|
|
5964
|
-
|
|
5965
|
-
|
|
5966
|
-
|
|
5967
|
-
|
|
5968
|
-
|
|
5969
|
-
|
|
5970
|
-
|
|
5971
|
-
|
|
5972
|
-
|
|
5973
|
-
|
|
5974
|
-
|
|
5975
|
-
|
|
5976
|
-
|
|
5977
|
-
|
|
5978
|
-
|
|
5979
|
-
|
|
5980
|
-
|
|
5981
|
-
|
|
5982
|
-
|
|
5983
|
-
|
|
5984
|
-
|
|
5985
|
-
|
|
5986
|
-
|
|
5987
|
-
|
|
5988
|
-
|
|
5989
|
-
|
|
5990
|
-
|
|
5991
|
-
|
|
5992
|
-
|
|
5993
|
-
|
|
5994
|
-
|
|
5995
|
-
|
|
5996
|
-
|
|
5997
|
-
|
|
5998
|
-
|
|
5999
|
-
|
|
6000
|
-
|
|
6001
|
-
|
|
6002
|
-
|
|
6003
|
-
|
|
6004
|
-
|
|
6005
|
-
|
|
6006
|
-
|
|
6007
|
-
|
|
6008
|
-
|
|
6009
|
-
|
|
6010
|
-
|
|
6011
|
-
|
|
6012
|
-
|
|
6013
|
-
|
|
6014
|
-
|
|
6015
|
-
|
|
6016
|
-
|
|
6017
|
-
|
|
6018
|
-
|
|
6019
|
-
|
|
6020
|
-
|
|
6021
|
-
|
|
6022
|
-
|
|
6023
|
-
|
|
6024
|
-
|
|
6025
|
-
|
|
6026
|
-
|
|
6027
|
-
|
|
6028
|
-
|
|
6029
|
-
|
|
6030
|
-
|
|
6031
|
-
|
|
6032
|
-
|
|
6033
|
-
|
|
6034
|
-
|
|
6035
|
-
|
|
6036
|
-
|
|
6037
|
-
|
|
6038
|
-
|
|
6039
|
-
|
|
6040
|
-
|
|
6041
|
-
|
|
6042
|
-
|
|
6043
|
-
|
|
6044
|
-
|
|
6045
|
-
|
|
6046
|
-
|
|
6047
|
-
|
|
6048
|
-
|
|
6049
|
-
|
|
6050
|
-
|
|
6051
|
-
|
|
6052
|
-
|
|
6053
|
-
|
|
6054
|
-
|
|
6055
|
-
|
|
6056
|
-
|
|
6057
|
-
|
|
6058
|
-
|
|
6059
|
-
|
|
6060
|
-
|
|
6061
|
-
|
|
6062
|
-
|
|
6063
|
-
|
|
6064
|
-
|
|
6065
|
-
|
|
6066
|
-
|
|
6067
|
-
|
|
6068
|
-
|
|
6069
|
-
|
|
6070
|
-
|
|
6071
|
-
|
|
6072
|
-
|
|
6073
|
-
|
|
6074
|
-
|
|
6075
|
-
|
|
6076
|
-
|
|
6077
|
-
|
|
6078
|
-
|
|
6079
|
-
|
|
6080
|
-
|
|
6081
|
-
|
|
6082
|
-
|
|
6083
|
-
Mn as
|
|
6084
|
-
sn as z
|
|
5887
|
+
vr as as,
|
|
5888
|
+
ii as at,
|
|
5889
|
+
oi as au,
|
|
5890
|
+
_o as av,
|
|
5891
|
+
No as aw,
|
|
5892
|
+
Xr as ax,
|
|
5893
|
+
J as ay,
|
|
5894
|
+
ai as az,
|
|
5895
|
+
er as b,
|
|
5896
|
+
Kr as b$,
|
|
5897
|
+
to as b0,
|
|
5898
|
+
so as b1,
|
|
5899
|
+
On as b2,
|
|
5900
|
+
Hr as b3,
|
|
5901
|
+
Nt as b4,
|
|
5902
|
+
fr as b5,
|
|
5903
|
+
At as b6,
|
|
5904
|
+
Vt as b7,
|
|
5905
|
+
Mt as b8,
|
|
5906
|
+
kt as b9,
|
|
5907
|
+
Do as bA,
|
|
5908
|
+
Ro as bB,
|
|
5909
|
+
Wi as bC,
|
|
5910
|
+
Ri as bD,
|
|
5911
|
+
M as bE,
|
|
5912
|
+
lt as bF,
|
|
5913
|
+
pt as bG,
|
|
5914
|
+
dt as bH,
|
|
5915
|
+
ct as bI,
|
|
5916
|
+
cr as bJ,
|
|
5917
|
+
ft as bK,
|
|
5918
|
+
at as bL,
|
|
5919
|
+
ut as bM,
|
|
5920
|
+
ht as bN,
|
|
5921
|
+
St as bO,
|
|
5922
|
+
vt as bP,
|
|
5923
|
+
wt as bQ,
|
|
5924
|
+
bt as bR,
|
|
5925
|
+
mo as bS,
|
|
5926
|
+
go as bT,
|
|
5927
|
+
yo as bU,
|
|
5928
|
+
Cr as bV,
|
|
5929
|
+
Ot as bW,
|
|
5930
|
+
An as bX,
|
|
5931
|
+
Nr as bY,
|
|
5932
|
+
Un as bZ,
|
|
5933
|
+
vn as b_,
|
|
5934
|
+
Rt as ba,
|
|
5935
|
+
P as bb,
|
|
5936
|
+
pr as bc,
|
|
5937
|
+
he as bd,
|
|
5938
|
+
Vn as be,
|
|
5939
|
+
zi as bf,
|
|
5940
|
+
Vr as bg,
|
|
5941
|
+
Ir as bh,
|
|
5942
|
+
Pr as bi,
|
|
5943
|
+
Lr as bj,
|
|
5944
|
+
gi as bk,
|
|
5945
|
+
Wt as bl,
|
|
5946
|
+
$t as bm,
|
|
5947
|
+
xr as bn,
|
|
5948
|
+
Z as bo,
|
|
5949
|
+
gt as bp,
|
|
5950
|
+
Hn as bq,
|
|
5951
|
+
Xi as br,
|
|
5952
|
+
Vo as bs,
|
|
5953
|
+
$o as bt,
|
|
5954
|
+
ce as bu,
|
|
5955
|
+
Lt as bv,
|
|
5956
|
+
_e as bw,
|
|
5957
|
+
Or as bx,
|
|
5958
|
+
jt as by,
|
|
5959
|
+
Di as bz,
|
|
5960
|
+
de as c,
|
|
5961
|
+
tn as c$,
|
|
5962
|
+
ye as c0,
|
|
5963
|
+
_r as c1,
|
|
5964
|
+
Br as c2,
|
|
5965
|
+
Gn as c3,
|
|
5966
|
+
Kn as c4,
|
|
5967
|
+
gn as c5,
|
|
5968
|
+
Gr as c6,
|
|
5969
|
+
kn as c7,
|
|
5970
|
+
Fr as c8,
|
|
5971
|
+
sn as c9,
|
|
5972
|
+
ro as cA,
|
|
5973
|
+
oo as cB,
|
|
5974
|
+
Qt as cC,
|
|
5975
|
+
Ji as cD,
|
|
5976
|
+
Qi as cE,
|
|
5977
|
+
en as cF,
|
|
5978
|
+
T as cG,
|
|
5979
|
+
et as cH,
|
|
5980
|
+
rt as cI,
|
|
5981
|
+
nt as cJ,
|
|
5982
|
+
tt as cK,
|
|
5983
|
+
lr as cL,
|
|
5984
|
+
it as cM,
|
|
5985
|
+
Qe as cN,
|
|
5986
|
+
ot as cO,
|
|
5987
|
+
st as cP,
|
|
5988
|
+
Xt as cQ,
|
|
5989
|
+
Po as cR,
|
|
5990
|
+
Oo as cS,
|
|
5991
|
+
Sr as cT,
|
|
5992
|
+
Wo as cU,
|
|
5993
|
+
Gt as cV,
|
|
5994
|
+
xo as cW,
|
|
5995
|
+
dr as cX,
|
|
5996
|
+
_t as cY,
|
|
5997
|
+
Zi as cZ,
|
|
5998
|
+
qi as c_,
|
|
5999
|
+
jn as ca,
|
|
6000
|
+
Cn as cb,
|
|
6001
|
+
Wr as cc,
|
|
6002
|
+
En as cd,
|
|
6003
|
+
jr as ce,
|
|
6004
|
+
xn as cf,
|
|
6005
|
+
Ur as cg,
|
|
6006
|
+
In as ch,
|
|
6007
|
+
yn as ci,
|
|
6008
|
+
pn as cj,
|
|
6009
|
+
hn as ck,
|
|
6010
|
+
mn as cl,
|
|
6011
|
+
Yn as cm,
|
|
6012
|
+
Nn as cn,
|
|
6013
|
+
Xn as co,
|
|
6014
|
+
Qn as cp,
|
|
6015
|
+
eo as cq,
|
|
6016
|
+
Fn as cr,
|
|
6017
|
+
Jn as cs,
|
|
6018
|
+
qn as ct,
|
|
6019
|
+
Zn as cu,
|
|
6020
|
+
Wn as cv,
|
|
6021
|
+
ao as cw,
|
|
6022
|
+
lo as cx,
|
|
6023
|
+
_i as cy,
|
|
6024
|
+
Ki as cz,
|
|
6025
|
+
po as d,
|
|
6026
|
+
nn as d0,
|
|
6027
|
+
on as d1,
|
|
6028
|
+
zn as d2,
|
|
6029
|
+
yt as d3,
|
|
6030
|
+
Fo as d4,
|
|
6031
|
+
wr as d5,
|
|
6032
|
+
Rr as d6,
|
|
6033
|
+
Co as d7,
|
|
6034
|
+
Tt as d8,
|
|
6035
|
+
$i as d9,
|
|
6036
|
+
Hi as da,
|
|
6037
|
+
Vi as db,
|
|
6038
|
+
Oi as dc,
|
|
6039
|
+
Be as dd,
|
|
6040
|
+
Zr as de,
|
|
6041
|
+
Ho as df,
|
|
6042
|
+
xt as dg,
|
|
6043
|
+
Ct as dh,
|
|
6044
|
+
Pi as di,
|
|
6045
|
+
Bo as dj,
|
|
6046
|
+
io as dk,
|
|
6047
|
+
Bi as dl,
|
|
6048
|
+
mt as dm,
|
|
6049
|
+
Ui as dn,
|
|
6050
|
+
$r as dp,
|
|
6051
|
+
qt as dq,
|
|
6052
|
+
mr as dr,
|
|
6053
|
+
yr as ds,
|
|
6054
|
+
w as dt,
|
|
6055
|
+
C as du,
|
|
6056
|
+
hr as dv,
|
|
6057
|
+
gr as dw,
|
|
6058
|
+
He as e,
|
|
6059
|
+
$e as f,
|
|
6060
|
+
De as g,
|
|
6061
|
+
ti as h,
|
|
6062
|
+
Re as i,
|
|
6063
|
+
ee as j,
|
|
6064
|
+
ri as k,
|
|
6065
|
+
_ as l,
|
|
6066
|
+
vi as m,
|
|
6067
|
+
Si as n,
|
|
6068
|
+
ci as o,
|
|
6069
|
+
di as p,
|
|
6070
|
+
te as q,
|
|
6071
|
+
D as r,
|
|
6072
|
+
Rn as s,
|
|
6073
|
+
$n as t,
|
|
6074
|
+
Oe as u,
|
|
6075
|
+
ir as v,
|
|
6076
|
+
rr as w,
|
|
6077
|
+
Ni as x,
|
|
6078
|
+
B as y,
|
|
6079
|
+
Mn as z
|
|
6085
6080
|
};
|