@design-edito/tools 0.1.21 → 0.1.23
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 +13 -13
- 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 +58 -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 +48 -16
- 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 +5 -3
- package/agnostic/html/selector-to-element/index.js +5 -3
- package/agnostic/html/string-to-nodes/index.js +6 -4
- 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 +6 -6
- package/agnostic/objects/index.js +9 -9
- package/agnostic/optim/index.js +3 -3
- package/agnostic/random/index.js +6 -0
- package/agnostic/strings/index.js +3 -3
- 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-HENMQK5Y.js +647 -0
- package/chunks/chunk-HFEOHBYG.js +647 -0
- package/chunks/chunk-HGECIEKD.js +35 -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-L7SL3MND.js +35 -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-OWRQ3QBI.js +211 -0
- 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-RHYLRLKT.js +211 -0
- 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/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
@@ -0,0 +1,211 @@
|
|
1
|
+
import {
|
2
|
+
findDuplicates
|
3
|
+
} from "./chunk-YS6WMSWC.js";
|
4
|
+
import {
|
5
|
+
make
|
6
|
+
} from "./chunk-RLAZR3NL.js";
|
7
|
+
import {
|
8
|
+
isArrayOf
|
9
|
+
} from "./chunk-6RGDWX4A.js";
|
10
|
+
import {
|
11
|
+
RANDOM_PICK_ERR_SYMBOL,
|
12
|
+
randomPick
|
13
|
+
} from "./chunk-FCU6IHKD.js";
|
14
|
+
import {
|
15
|
+
Random
|
16
|
+
} from "./chunk-R6KCN6CK.js";
|
17
|
+
|
18
|
+
// src/agnostic/arrays/index.tsx
|
19
|
+
var Arrays;
|
20
|
+
((Arrays2) => {
|
21
|
+
Arrays2.findDuplicates = findDuplicates;
|
22
|
+
Arrays2.isArrayOf = isArrayOf;
|
23
|
+
Arrays2.make = make;
|
24
|
+
Arrays2.RANDOM_PICK_ERR_SYMBOL = RANDOM_PICK_ERR_SYMBOL;
|
25
|
+
Arrays2.randomPick = randomPick;
|
26
|
+
})(Arrays || (Arrays = {}));
|
27
|
+
|
28
|
+
// src/agnostic/misc/lorem-ipsum/index.ts
|
29
|
+
var LoremIpsum;
|
30
|
+
((LoremIpsum2) => {
|
31
|
+
LoremIpsum2.words = [
|
32
|
+
"a",
|
33
|
+
"ac",
|
34
|
+
"accumsan",
|
35
|
+
"adipiscing",
|
36
|
+
"aenean",
|
37
|
+
"aliquam",
|
38
|
+
"aliquet",
|
39
|
+
"amet",
|
40
|
+
"ante",
|
41
|
+
"arcu",
|
42
|
+
"at",
|
43
|
+
"auctor",
|
44
|
+
"augue",
|
45
|
+
"bibendum",
|
46
|
+
"blandit",
|
47
|
+
"condimentum",
|
48
|
+
"consectetur",
|
49
|
+
"consequat",
|
50
|
+
"convallis",
|
51
|
+
"cras",
|
52
|
+
"curabitur",
|
53
|
+
"cursus",
|
54
|
+
"dapibus",
|
55
|
+
"diam",
|
56
|
+
"dictum",
|
57
|
+
"dictumst",
|
58
|
+
"dignissim",
|
59
|
+
"dolor",
|
60
|
+
"donec",
|
61
|
+
"dui",
|
62
|
+
"duis",
|
63
|
+
"efficitur",
|
64
|
+
"egestas",
|
65
|
+
"eget",
|
66
|
+
"eleifend",
|
67
|
+
"elementum",
|
68
|
+
"elit",
|
69
|
+
"enim",
|
70
|
+
"erat",
|
71
|
+
"eros",
|
72
|
+
"est",
|
73
|
+
"et",
|
74
|
+
"eu",
|
75
|
+
"euismod",
|
76
|
+
"ex",
|
77
|
+
"facilisis",
|
78
|
+
"faucibus",
|
79
|
+
"felis",
|
80
|
+
"feugiat",
|
81
|
+
"finibus",
|
82
|
+
"fringilla",
|
83
|
+
"fusce",
|
84
|
+
"gravida",
|
85
|
+
"habitasse",
|
86
|
+
"hac",
|
87
|
+
"hendrerit",
|
88
|
+
"iaculis",
|
89
|
+
"id",
|
90
|
+
"imperdiet",
|
91
|
+
"in",
|
92
|
+
"integer",
|
93
|
+
"interdum",
|
94
|
+
"ipsum",
|
95
|
+
"justo",
|
96
|
+
"lacinia",
|
97
|
+
"lacus",
|
98
|
+
"laoreet",
|
99
|
+
"lectus",
|
100
|
+
"leo",
|
101
|
+
"libero",
|
102
|
+
"ligula",
|
103
|
+
"lobortis",
|
104
|
+
"lorem",
|
105
|
+
"luctus",
|
106
|
+
"maecenas",
|
107
|
+
"magna",
|
108
|
+
"malesuada",
|
109
|
+
"massa",
|
110
|
+
"mattis",
|
111
|
+
"mauris",
|
112
|
+
"maximus",
|
113
|
+
"metus",
|
114
|
+
"mi",
|
115
|
+
"molestie",
|
116
|
+
"mollis",
|
117
|
+
"morbi",
|
118
|
+
"nam",
|
119
|
+
"nec",
|
120
|
+
"neque",
|
121
|
+
"nibh",
|
122
|
+
"nisi",
|
123
|
+
"nisl",
|
124
|
+
"non",
|
125
|
+
"nulla",
|
126
|
+
"nullam",
|
127
|
+
"nunc",
|
128
|
+
"odio",
|
129
|
+
"orci",
|
130
|
+
"ornare",
|
131
|
+
"pellentesque",
|
132
|
+
"pharetra",
|
133
|
+
"phasellus",
|
134
|
+
"placerat",
|
135
|
+
"platea",
|
136
|
+
"porta",
|
137
|
+
"porttitor",
|
138
|
+
"posuere",
|
139
|
+
"praesent",
|
140
|
+
"pulvinar",
|
141
|
+
"purus",
|
142
|
+
"quam",
|
143
|
+
"quis",
|
144
|
+
"quisque",
|
145
|
+
"risus",
|
146
|
+
"rutrum",
|
147
|
+
"sagittis",
|
148
|
+
"sapien",
|
149
|
+
"sed",
|
150
|
+
"sem",
|
151
|
+
"semper",
|
152
|
+
"sit",
|
153
|
+
"sodales",
|
154
|
+
"sollicitudin",
|
155
|
+
"suscipit",
|
156
|
+
"suspendisse",
|
157
|
+
"tellus",
|
158
|
+
"tempor",
|
159
|
+
"tempus",
|
160
|
+
"tincidunt",
|
161
|
+
"tortor",
|
162
|
+
"tristique",
|
163
|
+
"turpis",
|
164
|
+
"ultrices",
|
165
|
+
"ultricies",
|
166
|
+
"urna",
|
167
|
+
"ut",
|
168
|
+
"vehicula",
|
169
|
+
"vel",
|
170
|
+
"velit",
|
171
|
+
"venenatis",
|
172
|
+
"vestibulum",
|
173
|
+
"vitae",
|
174
|
+
"vivamus",
|
175
|
+
"viverra",
|
176
|
+
"volutpat",
|
177
|
+
"vulputate"
|
178
|
+
];
|
179
|
+
LoremIpsum2.generateSentence = (wordCount) => {
|
180
|
+
const resultArr = [];
|
181
|
+
let currentWordCound = wordCount;
|
182
|
+
for (let i = 0; i < currentWordCound; i++) {
|
183
|
+
const picked = Arrays.randomPick(LoremIpsum2.words);
|
184
|
+
if (typeof picked === "string") resultArr.push(picked);
|
185
|
+
else {
|
186
|
+
currentWordCound += 1;
|
187
|
+
}
|
188
|
+
}
|
189
|
+
const [firstWord, ...otherWords] = resultArr;
|
190
|
+
if (firstWord === void 0) return "";
|
191
|
+
const capFirstLetter = firstWord?.charAt(0).toUpperCase();
|
192
|
+
const restOfFirstWord = firstWord?.slice(1);
|
193
|
+
const sentence = [
|
194
|
+
`${capFirstLetter}${restOfFirstWord}`,
|
195
|
+
...otherWords
|
196
|
+
].join(" ");
|
197
|
+
return `${sentence}.`;
|
198
|
+
};
|
199
|
+
LoremIpsum2.generateSentences = (sentencesCount, maxSentenceLength = 12, minSentenceLength = 4) => {
|
200
|
+
const sentences = [];
|
201
|
+
for (let i = 0; i < sentencesCount; i++) {
|
202
|
+
const length = Random.randomInt(maxSentenceLength, minSentenceLength) ?? 8;
|
203
|
+
sentences.push((0, LoremIpsum2.generateSentence)(length));
|
204
|
+
}
|
205
|
+
return sentences;
|
206
|
+
};
|
207
|
+
})(LoremIpsum || (LoremIpsum = {}));
|
208
|
+
|
209
|
+
export {
|
210
|
+
LoremIpsum
|
211
|
+
};
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import {
|
2
|
+
Cast
|
3
|
+
} from "./chunk-QO64L4KB.js";
|
4
|
+
import {
|
5
|
+
Crossenv
|
6
|
+
} from "./chunk-3LVR6KZH.js";
|
7
|
+
import {
|
8
|
+
Utils
|
9
|
+
} from "./chunk-YEBOL67V.js";
|
10
|
+
|
11
|
+
// src/agnostic/html/hyper-json/transformers/split/index.ts
|
12
|
+
var split = (callerTagName, ...args) => {
|
13
|
+
return Utils.toNamedTransformer(callerTagName, (currentValue) => {
|
14
|
+
const { Text } = Crossenv.getWindow();
|
15
|
+
const [splitter] = args;
|
16
|
+
if (typeof currentValue !== "string" && !(currentValue instanceof Text)) return Utils.makeTransformerError({
|
17
|
+
message: "Current value must be string or Text",
|
18
|
+
input: currentValue
|
19
|
+
});
|
20
|
+
if (typeof splitter !== "string") return Utils.makeTransformerError({
|
21
|
+
message: "Splitter argument must be string",
|
22
|
+
input: splitter !== void 0 ? splitter : "<undefined>"
|
23
|
+
});
|
24
|
+
const strCurrentValue = Cast.toString(currentValue);
|
25
|
+
const splitted = strCurrentValue.split(splitter).map((e) => typeof currentValue === "string" ? Cast.toString(e) : Cast.toText(e));
|
26
|
+
return {
|
27
|
+
action: "REPLACE",
|
28
|
+
value: splitted
|
29
|
+
};
|
30
|
+
});
|
31
|
+
};
|
32
|
+
|
33
|
+
export {
|
34
|
+
split
|
35
|
+
};
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import {
|
2
|
+
Cast,
|
3
|
+
Transformers,
|
4
|
+
Tree
|
5
|
+
} from "./chunk-6V23XMYE.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-7QMAYGNV.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
|
+
};
|
@@ -0,0 +1,109 @@
|
|
1
|
+
// src/agnostic/time/duration/index.ts
|
2
|
+
var Duration;
|
3
|
+
((_Duration) => {
|
4
|
+
class Duration2 {
|
5
|
+
value;
|
6
|
+
type;
|
7
|
+
constructor(value, type) {
|
8
|
+
this.toMilliseconds = this.toMilliseconds.bind(this);
|
9
|
+
this.toMs = this.toMs.bind(this);
|
10
|
+
this.toSeconds = this.toSeconds.bind(this);
|
11
|
+
this.toMinutes = this.toMinutes.bind(this);
|
12
|
+
this.toHours = this.toHours.bind(this);
|
13
|
+
this.toDays = this.toDays.bind(this);
|
14
|
+
this.toWeeks = this.toWeeks.bind(this);
|
15
|
+
this.toMonths = this.toMonths.bind(this);
|
16
|
+
this.toYear = this.toYear.bind(this);
|
17
|
+
this.value = value;
|
18
|
+
if (type === "ms" || type === "milliseconds") {
|
19
|
+
this.type = "milliseconds";
|
20
|
+
} else if (type === "s" || type === "sec" || type === "seconds") {
|
21
|
+
this.type = "seconds";
|
22
|
+
} else if (type === "m" || type === "min" || type === "minutes") {
|
23
|
+
this.type = "minutes";
|
24
|
+
} else if (type === "h" || type === "hours") {
|
25
|
+
this.type = "hours";
|
26
|
+
} else if (type === "d" || type === "days") {
|
27
|
+
this.type = "days";
|
28
|
+
} else if (type === "w" || type === "weeks") {
|
29
|
+
this.type = "weeks";
|
30
|
+
} else if (type === "mo" || type === "mth" || type === "months") {
|
31
|
+
this.type = "months";
|
32
|
+
} else if (type === "y" || type === "years") {
|
33
|
+
this.type = "years";
|
34
|
+
} else {
|
35
|
+
this.type = "milliseconds";
|
36
|
+
}
|
37
|
+
}
|
38
|
+
toMilliseconds = this.toMs;
|
39
|
+
toMs() {
|
40
|
+
if (this.type === "milliseconds") return this.value;
|
41
|
+
if (this.type === "seconds") return this.value * 1e3;
|
42
|
+
if (this.type === "minutes") return this.value * 1e3 * 60;
|
43
|
+
if (this.type === "hours") return this.value * 1e3 * 60 * 60;
|
44
|
+
if (this.type === "days") return this.value * 1e3 * 60 * 60 * 24;
|
45
|
+
if (this.type === "weeks") return this.value * 1e3 * 60 * 60 * 24 * 7;
|
46
|
+
if (this.type === "months") return this.value * 1e3 * 60 * 60 * 24 * 30;
|
47
|
+
if (this.type === "years") return this.value * 1e3 * 60 * 60 * 24 * 365;
|
48
|
+
return this.value;
|
49
|
+
}
|
50
|
+
toSeconds() {
|
51
|
+
return this.toMs() / 1e3;
|
52
|
+
}
|
53
|
+
toMinutes() {
|
54
|
+
return this.toMs() / (1e3 * 60);
|
55
|
+
}
|
56
|
+
toHours() {
|
57
|
+
return this.toMs() / (1e3 * 60 * 60);
|
58
|
+
}
|
59
|
+
toDays() {
|
60
|
+
return this.toMs() / (1e3 * 60 * 60 * 24);
|
61
|
+
}
|
62
|
+
toWeeks() {
|
63
|
+
return this.toMs() / (1e3 * 60 * 60 * 24 * 7);
|
64
|
+
}
|
65
|
+
toMonths() {
|
66
|
+
return this.toMs() / (1e3 * 60 * 60 * 24 * 30);
|
67
|
+
}
|
68
|
+
toYear() {
|
69
|
+
return this.toMs() / (1e3 * 60 * 60 * 24 * 365);
|
70
|
+
}
|
71
|
+
}
|
72
|
+
_Duration.Duration = Duration2;
|
73
|
+
function milliseconds(value) {
|
74
|
+
return new Duration2(value, "milliseconds");
|
75
|
+
}
|
76
|
+
_Duration.milliseconds = milliseconds;
|
77
|
+
function seconds(value) {
|
78
|
+
return new Duration2(value, "seconds");
|
79
|
+
}
|
80
|
+
_Duration.seconds = seconds;
|
81
|
+
function minutes(value) {
|
82
|
+
return new Duration2(value, "minutes");
|
83
|
+
}
|
84
|
+
_Duration.minutes = minutes;
|
85
|
+
function hours(value) {
|
86
|
+
return new Duration2(value, "hours");
|
87
|
+
}
|
88
|
+
_Duration.hours = hours;
|
89
|
+
function days(value) {
|
90
|
+
return new Duration2(value, "days");
|
91
|
+
}
|
92
|
+
_Duration.days = days;
|
93
|
+
function weeks(value) {
|
94
|
+
return new Duration2(value, "weeks");
|
95
|
+
}
|
96
|
+
_Duration.weeks = weeks;
|
97
|
+
function months(value) {
|
98
|
+
return new Duration2(value, "months");
|
99
|
+
}
|
100
|
+
_Duration.months = months;
|
101
|
+
function years(value) {
|
102
|
+
return new Duration2(value, "years");
|
103
|
+
}
|
104
|
+
_Duration.years = years;
|
105
|
+
})(Duration || (Duration = {}));
|
106
|
+
|
107
|
+
export {
|
108
|
+
Duration
|
109
|
+
};
|
@@ -0,0 +1,19 @@
|
|
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
|
+
})(Types || (Types = {}));
|
16
|
+
|
17
|
+
export {
|
18
|
+
Types
|
19
|
+
};
|