@design-edito/tools 0.1.21 → 0.1.22
Sign up to get free protection for your applications and to get access to all the features.
- package/agnostic/arrays/find-duplicates/index.d.ts +1 -0
- package/agnostic/arrays/find-duplicates/index.js +6 -0
- package/agnostic/arrays/index.d.ts +8 -7
- package/agnostic/arrays/make/index.d.ts +3 -0
- package/agnostic/arrays/make/index.js +6 -0
- package/agnostic/arrays/random-pick/index.d.ts +2 -0
- package/agnostic/arrays/random-pick/index.js +8 -0
- package/agnostic/css/index.js +10 -10
- package/agnostic/errors/index.js +2 -2
- package/agnostic/html/hyper-json/cast/index.d.ts +18 -0
- package/agnostic/html/hyper-json/cast/index.js +11 -0
- package/agnostic/html/hyper-json/crossenv/index.d.ts +13 -0
- package/agnostic/html/hyper-json/crossenv/index.js +6 -0
- package/agnostic/html/hyper-json/index.d.ts +14 -43
- package/agnostic/html/hyper-json/index.js +32 -2
- package/agnostic/html/hyper-json/serialize/index.d.ts +5 -0
- package/agnostic/html/hyper-json/serialize/index.js +7 -0
- package/agnostic/html/hyper-json/transformers/append/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/append/index.js +12 -0
- package/agnostic/html/hyper-json/transformers/classList/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/classList/index.js +12 -0
- package/agnostic/html/hyper-json/transformers/index.d.ts +4 -0
- package/agnostic/html/hyper-json/transformers/index.js +39 -0
- package/agnostic/html/hyper-json/transformers/join/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/join/index.js +12 -0
- package/agnostic/html/hyper-json/transformers/length/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/length/index.js +8 -0
- package/agnostic/html/hyper-json/transformers/print/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/print/index.js +7 -0
- package/agnostic/html/hyper-json/transformers/push/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/push/index.js +7 -0
- package/agnostic/html/hyper-json/transformers/querySelector/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/querySelector/index.js +12 -0
- package/agnostic/html/hyper-json/transformers/ref/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/ref/index.js +12 -0
- package/agnostic/html/hyper-json/transformers/replace/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/replace/index.js +13 -0
- package/agnostic/html/hyper-json/transformers/split/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/split/index.js +12 -0
- package/agnostic/html/hyper-json/transformers/toArray/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/toArray/index.js +12 -0
- package/agnostic/html/hyper-json/transformers/toBoolean/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/toBoolean/index.js +12 -0
- package/agnostic/html/hyper-json/transformers/toElement/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/toElement/index.js +12 -0
- package/agnostic/html/hyper-json/transformers/toNodeList/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/toNodeList/index.js +12 -0
- package/agnostic/html/hyper-json/transformers/toNull/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/toNull/index.js +7 -0
- package/agnostic/html/hyper-json/transformers/toNumber/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/toNumber/index.js +12 -0
- package/agnostic/html/hyper-json/transformers/toRecord/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/toRecord/index.js +12 -0
- package/agnostic/html/hyper-json/transformers/toRef/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/toRef/index.js +12 -0
- package/agnostic/html/hyper-json/transformers/toString/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/toString/index.js +12 -0
- package/agnostic/html/hyper-json/transformers/toText/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/toText/index.js +12 -0
- package/agnostic/html/hyper-json/transformers/toTransformer/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/toTransformer/index.js +12 -0
- package/agnostic/html/hyper-json/transformers/transformSelected/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/transformSelected/index.js +39 -0
- package/agnostic/html/hyper-json/transformers/trim/index.d.ts +2 -0
- package/agnostic/html/hyper-json/transformers/trim/index.js +12 -0
- package/agnostic/html/hyper-json/tree/index.d.ts +56 -0
- package/agnostic/html/hyper-json/tree/index.js +39 -0
- package/agnostic/html/hyper-json/types/index.d.ts +86 -0
- package/agnostic/html/hyper-json/types/index.js +6 -0
- package/agnostic/html/hyper-json/utils/index.d.ts +10 -0
- package/agnostic/html/hyper-json/utils/index.js +6 -0
- package/agnostic/html/index.js +51 -19
- package/agnostic/html/replace-in-element/index.d.ts +1 -0
- package/agnostic/html/replace-in-element/index.js +6 -0
- package/agnostic/html/sanitize/index.js +7 -5
- package/agnostic/html/selector-to-element/index.js +7 -5
- package/agnostic/html/string-to-nodes/index.js +8 -6
- package/agnostic/index.d.ts +0 -2
- package/agnostic/misc/{web-crawler → crawler}/index.d.ts +1 -1
- package/agnostic/misc/crawler/index.js +7 -0
- package/agnostic/misc/crossenv/get-document/index.d.ts +2 -0
- package/agnostic/misc/crossenv/get-document/index.js +7 -0
- package/agnostic/misc/crossenv/get-window/browser.d.ts +2 -0
- package/agnostic/misc/crossenv/get-window/index.d.ts +2 -0
- package/agnostic/misc/crossenv/get-window/index.js +6 -0
- package/agnostic/misc/crossenv/index.d.ts +4 -1
- package/agnostic/misc/crossenv/index.js +3 -1
- package/agnostic/misc/crossenv/types.d.ts +3 -0
- package/agnostic/misc/index.d.ts +3 -1
- package/agnostic/misc/index.js +24 -14
- package/agnostic/misc/lorem-ipsum/index.js +5 -2
- package/agnostic/numbers/index.js +3 -3
- package/agnostic/objects/index.js +10 -10
- package/agnostic/optim/index.js +3 -3
- package/agnostic/random/index.js +6 -0
- package/agnostic/strings/index.js +9 -9
- package/agnostic/time/duration/index.d.ts +26 -0
- package/agnostic/time/duration/index.js +6 -0
- package/agnostic/time/index.d.ts +8 -7
- package/agnostic/time/index.js +17 -28
- package/agnostic/time/timeout/index.d.ts +1 -0
- package/agnostic/time/timeout/index.js +6 -0
- package/agnostic/time/transitions/index.js +7 -0
- package/agnostic/time/wait/index.js +6 -0
- package/chunks/chunk-2DMWYLFG.js +16 -0
- package/chunks/chunk-2KT7AKRW.js +17 -0
- package/chunks/{chunk-UCV2AZZV.js → chunk-2PI5AZIL.js} +14 -25
- package/chunks/chunk-3KQRMKQJ.js +27 -0
- package/chunks/chunk-3LVR6KZH.js +22 -0
- package/chunks/chunk-3PHPA25U.js +18 -0
- package/chunks/chunk-3PM7GZ6B.js +33 -0
- package/chunks/chunk-3SQJEEBK.js +642 -0
- package/chunks/chunk-3UURICGY.js +211 -0
- package/chunks/chunk-3X6RXJBR.js +37 -0
- package/chunks/{chunk-DQNJQBC6.js → chunk-4CIS3R7T.js} +1 -1
- package/chunks/chunk-4F7ZVE7T.js +332 -0
- package/chunks/chunk-4GUDL44X.js +13 -0
- package/chunks/chunk-4RDW62CU.js +36 -0
- package/chunks/chunk-5IR2PWO6.js +211 -0
- package/chunks/chunk-6CM2SWSX.js +35 -0
- package/chunks/chunk-6EYBQHJS.js +33 -0
- package/chunks/chunk-6NYUQXJT.js +109 -0
- package/chunks/chunk-6NZCBAT4.js +19 -0
- package/chunks/chunk-6V23XMYE.js +982 -0
- package/chunks/chunk-73V5RDSG.js +13 -0
- package/chunks/chunk-7IGZP4TV.js +30 -0
- package/chunks/chunk-7QMAYGNV.js +25 -0
- package/chunks/chunk-7YW5HL6N.js +168 -0
- package/chunks/chunk-AFFLZUW5.js +33 -0
- package/chunks/chunk-AMS3FB24.js +85 -0
- package/chunks/chunk-AXMPRLPI.js +35 -0
- package/chunks/chunk-B6CSCX7J.js +278 -0
- package/chunks/chunk-BDHNULU7.js +211 -0
- package/chunks/chunk-BNB7LEMQ.js +35 -0
- package/chunks/chunk-CECF6UZV.js +29 -0
- package/chunks/chunk-DBAJ66BR.js +18 -0
- package/chunks/chunk-DGQLPQS2.js +33 -0
- package/chunks/chunk-DLLTITVO.js +33 -0
- package/chunks/chunk-DMDOCC72.js +18 -0
- package/chunks/{chunk-IFT6HLDW.js → chunk-DRH7Q4FL.js} +3 -6
- package/chunks/chunk-DRNK3RLE.js +64 -0
- package/chunks/chunk-EAY65ZP6.js +22 -0
- package/chunks/{chunk-4GDNHUCZ.js → chunk-ENMBK6H7.js} +2 -2
- package/chunks/chunk-F5YMP5WU.js +18 -0
- package/chunks/chunk-F7EVMWVG.js +27 -0
- package/chunks/chunk-F7XWUG2V.js +18 -0
- package/chunks/chunk-FCU6IHKD.js +15 -0
- package/chunks/chunk-FFOATPL4.js +211 -0
- package/chunks/chunk-FWHUASVA.js +22 -0
- package/chunks/chunk-GBMHGF7P.js +20 -0
- package/chunks/{chunk-GJOU3UAL.js → chunk-GDYVCEWA.js} +8 -6
- package/chunks/chunk-GNBIAWSY.js +278 -0
- package/chunks/chunk-GQSPY2CV.js +19 -0
- package/chunks/chunk-HDALT7XM.js +620 -0
- package/chunks/chunk-HUKHWFVL.js +19 -0
- package/chunks/chunk-IGD53YL5.js +870 -0
- package/chunks/chunk-ILEM73XB.js +981 -0
- package/chunks/{chunk-DMGR57KA.js → chunk-IPB3U2PD.js} +20 -18
- package/chunks/chunk-JY3QZ2YO.js +211 -0
- package/chunks/chunk-K3OQEJI3.js +33 -0
- package/chunks/chunk-KXBKJ3GS.js +642 -0
- package/chunks/chunk-LCFDDWJR.js +278 -0
- package/chunks/chunk-LGECI2WL.js +306 -0
- package/chunks/chunk-LGUEB5L5.js +211 -0
- package/chunks/chunk-LI6QDZCA.js +211 -0
- package/chunks/{chunk-ZMHKLIP2.js → chunk-LYMZZ4BB.js} +1 -1
- package/chunks/chunk-MDEDNPU5.js +38 -0
- package/chunks/chunk-MQHKEGP4.js +33 -0
- package/chunks/chunk-NF5ACCXZ.js +211 -0
- package/chunks/chunk-NK557MKV.js +35 -0
- package/chunks/chunk-NWMEWFTK.js +33 -0
- package/chunks/chunk-O5OTBN22.js +35 -0
- package/chunks/chunk-O7MDUYEF.js +211 -0
- package/chunks/{chunk-LI5KVXAJ.js → chunk-OO5SJJDW.js} +2 -5
- package/chunks/chunk-Q52UJOBC.js +18 -0
- package/chunks/chunk-QFEF4EET.js +211 -0
- package/chunks/chunk-QHSVCGLD.js +280 -0
- package/chunks/chunk-QO64L4KB.js +97 -0
- package/chunks/{chunk-WLL3FNVL.js → chunk-R6KCN6CK.js} +1 -1
- package/chunks/chunk-RJ5E22H5.js +15 -0
- package/chunks/chunk-RLAZR3NL.js +8 -0
- package/chunks/chunk-RWUPHV54.js +25 -0
- package/chunks/chunk-S2757FI3.js +36 -0
- package/chunks/chunk-S42P73SC.js +30 -0
- package/chunks/chunk-S5XDYLJH.js +18 -0
- package/chunks/chunk-SCM6NACT.js +15 -0
- package/chunks/chunk-SH3Y2I5P.js +18 -0
- package/chunks/chunk-SMLKMOAX.js +18 -0
- package/chunks/chunk-TATRVKBS.js +211 -0
- package/chunks/chunk-UODQZRY2.js +620 -0
- package/chunks/chunk-UOULDS6J.js +33 -0
- package/chunks/chunk-UUDXUSI5.js +211 -0
- package/chunks/{chunk-GL23YDEH.js → chunk-UWAMSJ2X.js} +3 -6
- package/chunks/chunk-UZUXLD2Q.js +35 -0
- package/chunks/chunk-VA6HXRX4.js +211 -0
- package/chunks/chunk-VRUJR6WR.js +39 -0
- package/chunks/chunk-W6YBEEZM.js +211 -0
- package/chunks/chunk-WECTUHS5.js +127 -0
- package/chunks/chunk-YE5HI3RK.js +211 -0
- package/chunks/chunk-YEBOL67V.js +32 -0
- package/chunks/chunk-YS6WMSWC.js +15 -0
- package/{agnostic/misc/web-crawler/index.js → chunks/chunk-YUP434IY.js} +8 -7
- package/chunks/chunk-YYE2MVZO.js +211 -0
- package/chunks/chunk-Z7ZDDBV5.js +18 -0
- package/chunks/chunk-ZB73RE7P.js +35 -0
- package/chunks/chunk-ZONKYNKA.js +28 -0
- package/node/files/index.js +3 -3
- package/package.json +4 -1
- package/agnostic/async/index.d.ts +0 -8
- package/agnostic/async/index.js +0 -20
- package/agnostic/async/timeout-call/index.d.ts +0 -1
- package/agnostic/async/timeout-call/index.js +0 -6
- package/agnostic/async/transitions/index.js +0 -7
- package/agnostic/async/wait/index.js +0 -6
- package/agnostic/misc/random/index.js +0 -6
- package/chunks/chunk-4VC5PT5T.js +0 -13
- /package/agnostic/{misc/random → random}/index.d.ts +0 -0
- /package/agnostic/{async → time}/transitions/index.d.ts +0 -0
- /package/agnostic/{async → time}/wait/index.d.ts +0 -0
package/agnostic/misc/index.js
CHANGED
@@ -1,40 +1,50 @@
|
|
1
|
+
import {
|
2
|
+
Logs
|
3
|
+
} from "../../chunks/chunk-HEJV6JIO.js";
|
1
4
|
import {
|
2
5
|
LoremIpsum
|
3
|
-
} from "../../chunks/chunk-
|
6
|
+
} from "../../chunks/chunk-3UURICGY.js";
|
7
|
+
import {
|
8
|
+
Assert
|
9
|
+
} from "../../chunks/chunk-W7YBGJ4H.js";
|
4
10
|
import {
|
5
11
|
Cast
|
6
12
|
} from "../../chunks/chunk-4QQBKBYH.js";
|
13
|
+
import {
|
14
|
+
Crawler
|
15
|
+
} from "../../chunks/chunk-YUP434IY.js";
|
7
16
|
import {
|
8
17
|
getCurrentDownlink
|
9
18
|
} from "../../chunks/chunk-7AWTHZLY.js";
|
10
|
-
import
|
11
|
-
Assert
|
12
|
-
} from "../../chunks/chunk-W7YBGJ4H.js";
|
13
|
-
import {
|
14
|
-
Logs
|
15
|
-
} from "../../chunks/chunk-HEJV6JIO.js";
|
16
|
-
import {
|
17
|
-
Random
|
18
|
-
} from "../../chunks/chunk-WLL3FNVL.js";
|
19
|
+
import "../../chunks/chunk-4CIS3R7T.js";
|
19
20
|
import {
|
20
21
|
Crossenv
|
21
|
-
} from "../../chunks/chunk-
|
22
|
-
import "../../chunks/chunk-
|
22
|
+
} from "../../chunks/chunk-GDYVCEWA.js";
|
23
|
+
import "../../chunks/chunk-73V5RDSG.js";
|
24
|
+
import "../../chunks/chunk-4GUDL44X.js";
|
23
25
|
import {
|
24
|
-
|
25
|
-
} from "../../chunks/chunk-
|
26
|
+
Random
|
27
|
+
} from "../../chunks/chunk-R6KCN6CK.js";
|
26
28
|
import "../../chunks/chunk-QXAJXTXV.js";
|
27
29
|
import {
|
28
30
|
isNotNullish,
|
29
31
|
isNullish,
|
30
32
|
nullishValues
|
31
33
|
} from "../../chunks/chunk-HC6ZOHCS.js";
|
34
|
+
import "../../chunks/chunk-6RGDWX4A.js";
|
35
|
+
import {
|
36
|
+
isConstructorFunction
|
37
|
+
} from "../../chunks/chunk-RCO57B6F.js";
|
38
|
+
import "../../chunks/chunk-YS6WMSWC.js";
|
39
|
+
import "../../chunks/chunk-FCU6IHKD.js";
|
40
|
+
import "../../chunks/chunk-RLAZR3NL.js";
|
32
41
|
|
33
42
|
// src/agnostic/misc/index.ts
|
34
43
|
var Misc;
|
35
44
|
((Misc2) => {
|
36
45
|
Misc2.Assert = Assert;
|
37
46
|
Misc2.Cast = Cast;
|
47
|
+
Misc2.Crawler = Crawler;
|
38
48
|
Misc2.Crossenv = Crossenv;
|
39
49
|
Misc2.getCurrentDownlink = getCurrentDownlink;
|
40
50
|
Misc2.isConstructorFunction = isConstructorFunction;
|
@@ -1,9 +1,12 @@
|
|
1
1
|
import {
|
2
2
|
LoremIpsum
|
3
|
-
} from "../../../chunks/chunk-
|
4
|
-
import "../../../chunks/chunk-
|
3
|
+
} from "../../../chunks/chunk-3UURICGY.js";
|
4
|
+
import "../../../chunks/chunk-R6KCN6CK.js";
|
5
5
|
import "../../../chunks/chunk-6RGDWX4A.js";
|
6
6
|
import "../../../chunks/chunk-RCO57B6F.js";
|
7
|
+
import "../../../chunks/chunk-YS6WMSWC.js";
|
8
|
+
import "../../../chunks/chunk-FCU6IHKD.js";
|
9
|
+
import "../../../chunks/chunk-RLAZR3NL.js";
|
7
10
|
export {
|
8
11
|
LoremIpsum
|
9
12
|
};
|
@@ -1,6 +1,9 @@
|
|
1
1
|
import {
|
2
2
|
clamp
|
3
3
|
} from "../../chunks/chunk-OSAXBA7G.js";
|
4
|
+
import {
|
5
|
+
absoluteModulo
|
6
|
+
} from "../../chunks/chunk-DNIOWD7K.js";
|
4
7
|
import {
|
5
8
|
createScale,
|
6
9
|
getHarmonic
|
@@ -8,9 +11,6 @@ import {
|
|
8
11
|
import {
|
9
12
|
round
|
10
13
|
} from "../../chunks/chunk-32IRF4OP.js";
|
11
|
-
import {
|
12
|
-
absoluteModulo
|
13
|
-
} from "../../chunks/chunk-DNIOWD7K.js";
|
14
14
|
import {
|
15
15
|
interpolate
|
16
16
|
} from "../../chunks/chunk-EW46EXFB.js";
|
@@ -1,21 +1,21 @@
|
|
1
1
|
import {
|
2
|
-
|
3
|
-
} from "../../chunks/chunk-
|
2
|
+
flattenGetters
|
3
|
+
} from "../../chunks/chunk-PO3V3I57.js";
|
4
4
|
import {
|
5
|
-
|
6
|
-
} from "../../chunks/chunk-
|
5
|
+
isRecord
|
6
|
+
} from "../../chunks/chunk-YDIBNEGA.js";
|
7
7
|
import {
|
8
8
|
isNonNullObject,
|
9
9
|
isObject
|
10
10
|
} from "../../chunks/chunk-HQLRJ7XW.js";
|
11
11
|
import {
|
12
|
-
|
13
|
-
} from "../../chunks/chunk-
|
14
|
-
import "../../chunks/chunk-4QQBKBYH.js";
|
15
|
-
import "../../chunks/chunk-E6MSDKON.js";
|
12
|
+
Validation
|
13
|
+
} from "../../chunks/chunk-FPEW3A27.js";
|
16
14
|
import {
|
17
|
-
|
18
|
-
} from "../../chunks/chunk-
|
15
|
+
Enums
|
16
|
+
} from "../../chunks/chunk-WOAYU6LB.js";
|
17
|
+
import "../../chunks/chunk-E6MSDKON.js";
|
18
|
+
import "../../chunks/chunk-4QQBKBYH.js";
|
19
19
|
import "../../chunks/chunk-QXAJXTXV.js";
|
20
20
|
import "../../chunks/chunk-HC6ZOHCS.js";
|
21
21
|
|
package/agnostic/optim/index.js
CHANGED
@@ -1,20 +1,20 @@
|
|
1
|
-
import {
|
2
|
-
normalizeIndent
|
3
|
-
} from "../../chunks/chunk-JQXNEJAP.js";
|
4
|
-
import {
|
5
|
-
replaceAll
|
6
|
-
} from "../../chunks/chunk-MF56TTC5.js";
|
7
1
|
import {
|
8
2
|
CharCodes
|
9
3
|
} from "../../chunks/chunk-34U4HX4V.js";
|
10
|
-
import {
|
11
|
-
toAlphanum
|
12
|
-
} from "../../chunks/chunk-COVPTTAD.js";
|
13
4
|
import {
|
14
5
|
matches,
|
15
6
|
matchesEvery,
|
16
7
|
matchesSome
|
17
8
|
} from "../../chunks/chunk-LQFKUNVQ.js";
|
9
|
+
import {
|
10
|
+
replaceAll
|
11
|
+
} from "../../chunks/chunk-MF56TTC5.js";
|
12
|
+
import {
|
13
|
+
normalizeIndent
|
14
|
+
} from "../../chunks/chunk-JQXNEJAP.js";
|
15
|
+
import {
|
16
|
+
toAlphanum
|
17
|
+
} from "../../chunks/chunk-COVPTTAD.js";
|
18
18
|
|
19
19
|
// src/agnostic/strings/index.ts
|
20
20
|
var Strings;
|
@@ -0,0 +1,26 @@
|
|
1
|
+
export declare namespace Duration {
|
2
|
+
type DurationType = 'milliseconds' | 'seconds' | 'minutes' | 'hours' | 'days' | 'weeks' | 'months' | 'years';
|
3
|
+
type DurationTypeShort = 'ms' | 's' | 'sec' | 'min' | 'm' | 'h' | 'd' | 'w' | 'mo' | 'mth' | 'y';
|
4
|
+
class Duration {
|
5
|
+
value: number;
|
6
|
+
type: DurationType;
|
7
|
+
constructor(value: number, type: DurationType | DurationTypeShort);
|
8
|
+
toMilliseconds: () => number;
|
9
|
+
toMs(): number;
|
10
|
+
toSeconds(): number;
|
11
|
+
toMinutes(): number;
|
12
|
+
toHours(): number;
|
13
|
+
toDays(): number;
|
14
|
+
toWeeks(): number;
|
15
|
+
toMonths(): number;
|
16
|
+
toYear(): number;
|
17
|
+
}
|
18
|
+
function milliseconds(value: number): Duration;
|
19
|
+
function seconds(value: number): Duration;
|
20
|
+
function minutes(value: number): Duration;
|
21
|
+
function hours(value: number): Duration;
|
22
|
+
function days(value: number): Duration;
|
23
|
+
function weeks(value: number): Duration;
|
24
|
+
function months(value: number): Duration;
|
25
|
+
function years(value: number): Duration;
|
26
|
+
}
|
package/agnostic/time/index.d.ts
CHANGED
@@ -1,9 +1,10 @@
|
|
1
|
+
import { Duration as DurationNamespace } from './duration';
|
2
|
+
import { timeout as timeoutFunc } from './timeout';
|
3
|
+
import { Transitions as TransitionsNamespace } from './transitions';
|
4
|
+
import { wait as waitFunc } from './wait';
|
1
5
|
export declare namespace Time {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
function weeksToMs(weeks: number): number;
|
7
|
-
function monthsToMs(months: number): number;
|
8
|
-
function yearsToMs(years: number): number;
|
6
|
+
export import Duration = DurationNamespace;
|
7
|
+
const timeout: typeof timeoutFunc;
|
8
|
+
export import Transitions = TransitionsNamespace;
|
9
|
+
const wait: typeof waitFunc;
|
9
10
|
}
|
package/agnostic/time/index.js
CHANGED
@@ -1,34 +1,23 @@
|
|
1
|
+
import {
|
2
|
+
Duration
|
3
|
+
} from "../../chunks/chunk-6NYUQXJT.js";
|
4
|
+
import {
|
5
|
+
timeout
|
6
|
+
} from "../../chunks/chunk-Z7ZDDBV5.js";
|
7
|
+
import {
|
8
|
+
Transitions
|
9
|
+
} from "../../chunks/chunk-ENMBK6H7.js";
|
10
|
+
import {
|
11
|
+
wait
|
12
|
+
} from "../../chunks/chunk-4CIS3R7T.js";
|
13
|
+
|
1
14
|
// src/agnostic/time/index.ts
|
2
15
|
var Time;
|
3
16
|
((Time2) => {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
Time2.
|
8
|
-
function minutesToMs(minutes) {
|
9
|
-
return secondsToMs(60 * minutes);
|
10
|
-
}
|
11
|
-
Time2.minutesToMs = minutesToMs;
|
12
|
-
function hoursToMs(hours) {
|
13
|
-
return minutesToMs(60 * hours);
|
14
|
-
}
|
15
|
-
Time2.hoursToMs = hoursToMs;
|
16
|
-
function daysToMs(days) {
|
17
|
-
return hoursToMs(24 * days);
|
18
|
-
}
|
19
|
-
Time2.daysToMs = daysToMs;
|
20
|
-
function weeksToMs(weeks) {
|
21
|
-
return daysToMs(7 * weeks);
|
22
|
-
}
|
23
|
-
Time2.weeksToMs = weeksToMs;
|
24
|
-
function monthsToMs(months) {
|
25
|
-
return daysToMs(30 * months);
|
26
|
-
}
|
27
|
-
Time2.monthsToMs = monthsToMs;
|
28
|
-
function yearsToMs(years) {
|
29
|
-
return daysToMs(365 * years);
|
30
|
-
}
|
31
|
-
Time2.yearsToMs = yearsToMs;
|
17
|
+
Time2.Duration = Duration;
|
18
|
+
Time2.timeout = timeout;
|
19
|
+
Time2.Transitions = Transitions;
|
20
|
+
Time2.wait = wait;
|
32
21
|
})(Time || (Time = {}));
|
33
22
|
export {
|
34
23
|
Time
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare function timeout<T>(timeoutMs: number, callback: () => T): Promise<T>;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import {
|
2
|
+
Utils
|
3
|
+
} from "./chunk-YEBOL67V.js";
|
4
|
+
|
5
|
+
// src/agnostic/html/hyper-json/transformers/print/index.ts
|
6
|
+
var print = (callerTagName, ...args) => {
|
7
|
+
return Utils.toNamedTransformer(callerTagName, (currentValue) => {
|
8
|
+
if (args.length === 0) console.log(currentValue);
|
9
|
+
else console.log(...args);
|
10
|
+
return { action: null };
|
11
|
+
});
|
12
|
+
};
|
13
|
+
|
14
|
+
export {
|
15
|
+
print
|
16
|
+
};
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import {
|
2
|
+
unknownToString
|
3
|
+
} from "./chunk-FENXVJYO.js";
|
4
|
+
import {
|
5
|
+
Register
|
6
|
+
} from "./chunk-QHLQVR3E.js";
|
7
|
+
|
8
|
+
// src/agnostic/errors/index.ts
|
9
|
+
var Errors;
|
10
|
+
((Errors2) => {
|
11
|
+
Errors2.Register = Register;
|
12
|
+
Errors2.unknownToString = unknownToString;
|
13
|
+
})(Errors || (Errors = {}));
|
14
|
+
|
15
|
+
export {
|
16
|
+
Errors
|
17
|
+
};
|
@@ -1,39 +1,28 @@
|
|
1
1
|
import {
|
2
2
|
Random
|
3
|
-
} from "./chunk-
|
3
|
+
} from "./chunk-R6KCN6CK.js";
|
4
4
|
import {
|
5
5
|
isArrayOf
|
6
6
|
} from "./chunk-6RGDWX4A.js";
|
7
|
+
import {
|
8
|
+
make
|
9
|
+
} from "./chunk-RLAZR3NL.js";
|
10
|
+
import {
|
11
|
+
findDuplicates
|
12
|
+
} from "./chunk-YS6WMSWC.js";
|
13
|
+
import {
|
14
|
+
RANDOM_PICK_ERR_SYMBOL,
|
15
|
+
randomPick
|
16
|
+
} from "./chunk-FCU6IHKD.js";
|
7
17
|
|
8
18
|
// src/agnostic/arrays/index.tsx
|
9
19
|
var Arrays;
|
10
20
|
((Arrays2) => {
|
11
|
-
function make(filler, length) {
|
12
|
-
return new Array(length).fill(null).map((_, pos) => filler(pos));
|
13
|
-
}
|
14
|
-
Arrays2.make = make;
|
15
|
-
function findDuplicates(arr, stopAtFirst = false) {
|
16
|
-
const seen = /* @__PURE__ */ new Set();
|
17
|
-
const duplicates = /* @__PURE__ */ new Set();
|
18
|
-
for (const item of arr) {
|
19
|
-
if (seen.has(item) && stopAtFirst) return [item];
|
20
|
-
if (seen.has(item)) duplicates.add(item);
|
21
|
-
seen.add(item);
|
22
|
-
}
|
23
|
-
return Array.from(duplicates);
|
24
|
-
}
|
25
21
|
Arrays2.findDuplicates = findDuplicates;
|
26
|
-
Arrays2.ERR_SYMBOL = Symbol();
|
27
|
-
function randomPick(arr, exclude = []) {
|
28
|
-
const filteredArr = [...arr].filter((elt) => !exclude.includes(elt));
|
29
|
-
const length = filteredArr.length;
|
30
|
-
if (length === 0) return Arrays2.ERR_SYMBOL;
|
31
|
-
const pos = Math.floor(Math.random() * length);
|
32
|
-
const found = filteredArr[pos];
|
33
|
-
return found;
|
34
|
-
}
|
35
|
-
Arrays2.randomPick = randomPick;
|
36
22
|
Arrays2.isArrayOf = isArrayOf;
|
23
|
+
Arrays2.make = make;
|
24
|
+
Arrays2.RANDOM_PICK_ERR_SYMBOL = RANDOM_PICK_ERR_SYMBOL;
|
25
|
+
Arrays2.randomPick = randomPick;
|
37
26
|
})(Arrays || (Arrays = {}));
|
38
27
|
|
39
28
|
// src/agnostic/misc/lorem-ipsum/index.ts
|
@@ -0,0 +1,27 @@
|
|
1
|
+
// src/agnostic/html/hyper-json/types/index.ts
|
2
|
+
var Types;
|
3
|
+
((Types2) => {
|
4
|
+
let TyperTagName;
|
5
|
+
((TyperTagName2) => {
|
6
|
+
TyperTagName2["NULL"] = "null";
|
7
|
+
TyperTagName2["BOOLEAN"] = "boolean";
|
8
|
+
TyperTagName2["NUMBER"] = "number";
|
9
|
+
TyperTagName2["STRING"] = "string";
|
10
|
+
TyperTagName2["TEXT"] = "text";
|
11
|
+
TyperTagName2["NODELIST"] = "nodelist";
|
12
|
+
TyperTagName2["ARRAY"] = "array";
|
13
|
+
TyperTagName2["RECORD"] = "record";
|
14
|
+
})(TyperTagName = Types2.TyperTagName || (Types2.TyperTagName = {}));
|
15
|
+
let TransformerTagName;
|
16
|
+
((TransformerTagName2) => {
|
17
|
+
TransformerTagName2["MAP"] = "map";
|
18
|
+
TransformerTagName2["REF"] = "ref";
|
19
|
+
TransformerTagName2["ADD"] = "add";
|
20
|
+
TransformerTagName2["MULT"] = "mult";
|
21
|
+
TransformerTagName2["APPEND"] = "append";
|
22
|
+
})(TransformerTagName = Types2.TransformerTagName || (Types2.TransformerTagName = {}));
|
23
|
+
})(Types || (Types = {}));
|
24
|
+
|
25
|
+
export {
|
26
|
+
Types
|
27
|
+
};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
// src/agnostic/html/hyper-json/crossenv/index.ts
|
2
|
+
var Crossenv;
|
3
|
+
((Crossenv2) => {
|
4
|
+
let _window = void 0;
|
5
|
+
if (typeof globalThis !== "undefined" && "window" in globalThis && globalThis === globalThis.window) {
|
6
|
+
_window = globalThis.window;
|
7
|
+
}
|
8
|
+
function setWindow(customWindow) {
|
9
|
+
_window = customWindow;
|
10
|
+
}
|
11
|
+
Crossenv2.setWindow = setWindow;
|
12
|
+
function getWindow() {
|
13
|
+
if (_window !== void 0) return _window;
|
14
|
+
const message = "Window is undefined. Please call HyperJson.Crossenv.setWindow(windowObj) before using HyperJson.";
|
15
|
+
throw new Error(message);
|
16
|
+
}
|
17
|
+
Crossenv2.getWindow = getWindow;
|
18
|
+
})(Crossenv || (Crossenv = {}));
|
19
|
+
|
20
|
+
export {
|
21
|
+
Crossenv
|
22
|
+
};
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import {
|
2
|
+
Cast
|
3
|
+
} from "./chunk-QO64L4KB.js";
|
4
|
+
import {
|
5
|
+
Utils
|
6
|
+
} from "./chunk-YEBOL67V.js";
|
7
|
+
|
8
|
+
// src/agnostic/html/hyper-json/transformers/toText/index.ts
|
9
|
+
var toText = (callerTagName) => {
|
10
|
+
return Utils.toNamedTransformer(callerTagName, (currentValue) => ({
|
11
|
+
action: "REPLACE",
|
12
|
+
value: Cast.toText(currentValue)
|
13
|
+
}));
|
14
|
+
};
|
15
|
+
|
16
|
+
export {
|
17
|
+
toText
|
18
|
+
};
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import {
|
2
|
+
Cast,
|
3
|
+
Transformers,
|
4
|
+
Tree
|
5
|
+
} from "./chunk-IGD53YL5.js";
|
6
|
+
import {
|
7
|
+
Serialize
|
8
|
+
} from "./chunk-DRNK3RLE.js";
|
9
|
+
import {
|
10
|
+
Crossenv
|
11
|
+
} from "./chunk-3LVR6KZH.js";
|
12
|
+
import {
|
13
|
+
Utils
|
14
|
+
} from "./chunk-F7EVMWVG.js";
|
15
|
+
import {
|
16
|
+
Types
|
17
|
+
} from "./chunk-6NZCBAT4.js";
|
18
|
+
|
19
|
+
// src/agnostic/html/hyper-json/index.ts
|
20
|
+
var HyperJson;
|
21
|
+
((HyperJson2) => {
|
22
|
+
HyperJson2.Cast = Cast;
|
23
|
+
HyperJson2.Crossenv = Crossenv;
|
24
|
+
HyperJson2.Serialize = Serialize;
|
25
|
+
HyperJson2.Transformers = Transformers;
|
26
|
+
HyperJson2.Tree = Tree;
|
27
|
+
HyperJson2.Types = Types;
|
28
|
+
HyperJson2.Utils = Utils;
|
29
|
+
})(HyperJson || (HyperJson = {}));
|
30
|
+
|
31
|
+
export {
|
32
|
+
HyperJson
|
33
|
+
};
|