@design-edito/tools 0.1.35 → 0.1.36

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.
Files changed (58) hide show
  1. package/agnostic/css/index.js +7 -7
  2. package/agnostic/errors/index.js +2 -2
  3. package/agnostic/html/hyper-json/cast/index.js +3 -2
  4. package/agnostic/html/hyper-json/index.js +4 -3
  5. package/agnostic/html/hyper-json/transformers/append/index.js +3 -2
  6. package/agnostic/html/hyper-json/transformers/classList/index.js +3 -2
  7. package/agnostic/html/hyper-json/transformers/index.js +3 -2
  8. package/agnostic/html/hyper-json/transformers/join/index.js +3 -2
  9. package/agnostic/html/hyper-json/transformers/length/index.js +3 -2
  10. package/agnostic/html/hyper-json/transformers/print/index.js +3 -2
  11. package/agnostic/html/hyper-json/transformers/push/index.js +3 -2
  12. package/agnostic/html/hyper-json/transformers/querySelector/index.js +3 -2
  13. package/agnostic/html/hyper-json/transformers/ref/index.js +3 -2
  14. package/agnostic/html/hyper-json/transformers/replace/index.js +3 -2
  15. package/agnostic/html/hyper-json/transformers/split/index.js +3 -2
  16. package/agnostic/html/hyper-json/transformers/toArray/index.js +3 -2
  17. package/agnostic/html/hyper-json/transformers/toBoolean/index.js +3 -2
  18. package/agnostic/html/hyper-json/transformers/toElement/index.js +3 -2
  19. package/agnostic/html/hyper-json/transformers/toNodeList/index.js +3 -2
  20. package/agnostic/html/hyper-json/transformers/toNull/index.js +3 -2
  21. package/agnostic/html/hyper-json/transformers/toNumber/index.js +3 -2
  22. package/agnostic/html/hyper-json/transformers/toRecord/index.js +3 -2
  23. package/agnostic/html/hyper-json/transformers/toRef/index.js +3 -2
  24. package/agnostic/html/hyper-json/transformers/toString/index.js +3 -2
  25. package/agnostic/html/hyper-json/transformers/toText/index.js +3 -2
  26. package/agnostic/html/hyper-json/transformers/toTransformer/index.js +3 -2
  27. package/agnostic/html/hyper-json/transformers/transformSelected/index.js +3 -2
  28. package/agnostic/html/hyper-json/transformers/trim/index.js +3 -2
  29. package/agnostic/html/hyper-json/tree/index.js +3 -2
  30. package/agnostic/html/hyper-json/utils/index.js +3 -2
  31. package/agnostic/html/index.js +22 -22
  32. package/agnostic/html/replace-in-element/index.d.ts +1 -1
  33. package/agnostic/html/replace-in-element/index.js +2 -1
  34. package/agnostic/html/sanitize/index.js +6 -6
  35. package/agnostic/html/selector-to-element/index.js +6 -6
  36. package/agnostic/html/string-to-nodes/index.js +7 -7
  37. package/agnostic/misc/crossenv/index.js +2 -2
  38. package/agnostic/misc/index.js +9 -9
  39. package/agnostic/misc/logs/index.js +2 -2
  40. package/agnostic/misc/lorem-ipsum/index.js +5 -5
  41. package/agnostic/numbers/index.js +3 -3
  42. package/agnostic/objects/index.d.ts +0 -2
  43. package/agnostic/objects/index.js +11 -15
  44. package/agnostic/random/index.js +2 -2
  45. package/agnostic/strings/index.js +4 -4
  46. package/agnostic/time/index.js +5 -5
  47. package/chunks/chunk-2IV3O7FX.js +27 -0
  48. package/chunks/chunk-CB52KVOZ.js +22 -0
  49. package/chunks/chunk-EVOTJ7SU.js +35 -0
  50. package/chunks/chunk-FONURDTX.js +211 -0
  51. package/chunks/chunk-HE6F5XJQ.js +20 -0
  52. package/chunks/chunk-NWFX6TEY.js +28 -0
  53. package/chunks/chunk-OVG5RGI3.js +29 -0
  54. package/chunks/chunk-UFKH5WD2.js +21 -0
  55. package/chunks/chunk-W4OFHYWN.js +1108 -0
  56. package/chunks/chunk-WABWQCFE.js +127 -0
  57. package/node/files/index.js +3 -3
  58. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  Logs
3
- } from "../../chunks/chunk-5RSHXPTG.js";
4
- import "../../chunks/chunk-L3OCRR3V.js";
3
+ } from "../../chunks/chunk-TEB7KZWB.js";
5
4
  import "../../chunks/chunk-JWKI6G6E.js";
5
+ import "../../chunks/chunk-L3OCRR3V.js";
6
6
  import "../../chunks/chunk-H4PP6AHP.js";
7
7
  import {
8
8
  Assert
@@ -15,30 +15,30 @@ import {
15
15
  } from "../../chunks/chunk-7AWTHZLY.js";
16
16
  import {
17
17
  LoremIpsum
18
- } from "../../chunks/chunk-QAJYFNPZ.js";
18
+ } from "../../chunks/chunk-FONURDTX.js";
19
19
  import "../../chunks/chunk-4CIS3R7T.js";
20
20
  import {
21
21
  Cast
22
22
  } from "../../chunks/chunk-SNJJII7A.js";
23
+ import "../../chunks/chunk-YS6WMSWC.js";
23
24
  import "../../chunks/chunk-6RGDWX4A.js";
24
25
  import {
25
26
  isConstructorFunction
26
27
  } from "../../chunks/chunk-RCO57B6F.js";
27
- import "../../chunks/chunk-YS6WMSWC.js";
28
- import "../../chunks/chunk-RLAZR3NL.js";
29
28
  import "../../chunks/chunk-FCU6IHKD.js";
29
+ import "../../chunks/chunk-RLAZR3NL.js";
30
30
  import {
31
31
  Crossenv
32
- } from "../../chunks/chunk-FR5H2OCV.js";
32
+ } from "../../chunks/chunk-UFKH5WD2.js";
33
+ import "../../chunks/chunk-RLJOYG64.js";
33
34
  import "../../chunks/chunk-S2NMAH7K.js";
34
35
  import "../../chunks/chunk-LV2VMOWR.js";
35
- import "../../chunks/chunk-RLJOYG64.js";
36
36
  import {
37
37
  Random
38
- } from "../../chunks/chunk-S32K7POB.js";
39
- import "../../chunks/chunk-D3ERTRDW.js";
38
+ } from "../../chunks/chunk-OVG5RGI3.js";
40
39
  import "../../chunks/chunk-75BICI4L.js";
41
40
  import "../../chunks/chunk-OGBUSUE6.js";
41
+ import "../../chunks/chunk-D3ERTRDW.js";
42
42
  import "../../chunks/chunk-QXAJXTXV.js";
43
43
  import {
44
44
  isNotNullish,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  Logs
3
- } from "../../../chunks/chunk-5RSHXPTG.js";
4
- import "../../../chunks/chunk-L3OCRR3V.js";
3
+ } from "../../../chunks/chunk-TEB7KZWB.js";
5
4
  import "../../../chunks/chunk-JWKI6G6E.js";
5
+ import "../../../chunks/chunk-L3OCRR3V.js";
6
6
  import "../../../chunks/chunk-H4PP6AHP.js";
7
7
  export {
8
8
  Logs
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  LoremIpsum
3
- } from "../../../chunks/chunk-QAJYFNPZ.js";
3
+ } from "../../../chunks/chunk-FONURDTX.js";
4
+ import "../../../chunks/chunk-YS6WMSWC.js";
4
5
  import "../../../chunks/chunk-6RGDWX4A.js";
5
6
  import "../../../chunks/chunk-RCO57B6F.js";
6
- import "../../../chunks/chunk-YS6WMSWC.js";
7
- import "../../../chunks/chunk-RLAZR3NL.js";
8
7
  import "../../../chunks/chunk-FCU6IHKD.js";
9
- import "../../../chunks/chunk-S32K7POB.js";
10
- import "../../../chunks/chunk-D3ERTRDW.js";
8
+ import "../../../chunks/chunk-RLAZR3NL.js";
9
+ import "../../../chunks/chunk-OVG5RGI3.js";
11
10
  import "../../../chunks/chunk-75BICI4L.js";
12
11
  import "../../../chunks/chunk-OGBUSUE6.js";
12
+ import "../../../chunks/chunk-D3ERTRDW.js";
13
13
  export {
14
14
  LoremIpsum
15
15
  };
@@ -1,6 +1,3 @@
1
- import {
2
- clamp
3
- } from "../../chunks/chunk-OSAXBA7G.js";
4
1
  import {
5
2
  absoluteModulo
6
3
  } from "../../chunks/chunk-DNIOWD7K.js";
@@ -14,6 +11,9 @@ import {
14
11
  import {
15
12
  round
16
13
  } from "../../chunks/chunk-32IRF4OP.js";
14
+ import {
15
+ clamp
16
+ } from "../../chunks/chunk-OSAXBA7G.js";
17
17
 
18
18
  // src/agnostic/numbers/index.ts
19
19
  var Numbers;
@@ -2,7 +2,6 @@ import { Enums as EnumsNamespace } from './enums';
2
2
  import { flattenGetters as flattenGettersFunc } from './flatten-getters';
3
3
  import { isObject as isObjectFunc, isNonNullObject as isNonNullObjectFunc } from './is-object';
4
4
  import { isRecord as isRecordFunc } from './is-record';
5
- import { recordFilter as recordFilterFunc } from './record-filter';
6
5
  import { recordFormat as recordFormatFunc } from './record-format';
7
6
  import { recordMap as recordMapFunc } from './record-map';
8
7
  import { Validation as ValidationNamespace } from './validation';
@@ -12,7 +11,6 @@ export declare namespace Objects {
12
11
  const isObject: typeof isObjectFunc;
13
12
  const isNonNullObject: typeof isNonNullObjectFunc;
14
13
  const isRecord: typeof isRecordFunc;
15
- const recordFilter: typeof recordFilterFunc;
16
14
  const recordFormat: typeof recordFormatFunc;
17
15
  const recordMap: typeof recordMapFunc;
18
16
  export import Validation = ValidationNamespace;
@@ -1,30 +1,27 @@
1
- import {
2
- recordFormat
3
- } from "../../chunks/chunk-YP64J65L.js";
4
- import {
5
- flattenGetters
6
- } from "../../chunks/chunk-VFJYLXCI.js";
7
- import "../../chunks/chunk-SNJJII7A.js";
8
1
  import {
9
2
  isRecord
10
3
  } from "../../chunks/chunk-YDIBNEGA.js";
11
4
  import {
12
- recordMap
13
- } from "../../chunks/chunk-XNF5MLCQ.js";
5
+ isNonNullObject,
6
+ isObject
7
+ } from "../../chunks/chunk-HQLRJ7XW.js";
8
+ import {
9
+ recordFormat
10
+ } from "../../chunks/chunk-YP64J65L.js";
14
11
  import {
15
12
  Validation
16
13
  } from "../../chunks/chunk-FPEW3A27.js";
17
14
  import {
18
- recordFilter
19
- } from "../../chunks/chunk-LLSKBXT7.js";
15
+ recordMap
16
+ } from "../../chunks/chunk-XNF5MLCQ.js";
20
17
  import {
21
18
  Enums
22
19
  } from "../../chunks/chunk-WOAYU6LB.js";
23
20
  import "../../chunks/chunk-E6MSDKON.js";
24
21
  import {
25
- isNonNullObject,
26
- isObject
27
- } from "../../chunks/chunk-HQLRJ7XW.js";
22
+ flattenGetters
23
+ } from "../../chunks/chunk-VFJYLXCI.js";
24
+ import "../../chunks/chunk-SNJJII7A.js";
28
25
  import "../../chunks/chunk-QXAJXTXV.js";
29
26
  import "../../chunks/chunk-HC6ZOHCS.js";
30
27
 
@@ -36,7 +33,6 @@ var Objects;
36
33
  Objects2.isObject = isObject;
37
34
  Objects2.isNonNullObject = isNonNullObject;
38
35
  Objects2.isRecord = isRecord;
39
- Objects2.recordFilter = recordFilter;
40
36
  Objects2.recordFormat = recordFormat;
41
37
  Objects2.recordMap = recordMap;
42
38
  Objects2.Validation = Validation;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  Random
3
- } from "../../chunks/chunk-S32K7POB.js";
4
- import "../../chunks/chunk-D3ERTRDW.js";
3
+ } from "../../chunks/chunk-OVG5RGI3.js";
5
4
  import "../../chunks/chunk-75BICI4L.js";
6
5
  import "../../chunks/chunk-OGBUSUE6.js";
6
+ import "../../chunks/chunk-D3ERTRDW.js";
7
7
  export {
8
8
  Random
9
9
  };
@@ -1,6 +1,6 @@
1
1
  import {
2
- toAlphanum
3
- } from "../../chunks/chunk-COVPTTAD.js";
2
+ replaceAll
3
+ } from "../../chunks/chunk-MF56TTC5.js";
4
4
  import {
5
5
  CharCodes
6
6
  } from "../../chunks/chunk-34U4HX4V.js";
@@ -13,8 +13,8 @@ import {
13
13
  normalizeIndent
14
14
  } from "../../chunks/chunk-JQXNEJAP.js";
15
15
  import {
16
- replaceAll
17
- } from "../../chunks/chunk-MF56TTC5.js";
16
+ toAlphanum
17
+ } from "../../chunks/chunk-COVPTTAD.js";
18
18
 
19
19
  // src/agnostic/strings/index.ts
20
20
  var Strings;
@@ -1,15 +1,15 @@
1
- import {
2
- Duration
3
- } from "../../chunks/chunk-6NYUQXJT.js";
4
1
  import {
5
2
  Transitions
6
3
  } from "../../chunks/chunk-ENMBK6H7.js";
7
4
  import {
8
- timeout
9
- } from "../../chunks/chunk-Z7ZDDBV5.js";
5
+ Duration
6
+ } from "../../chunks/chunk-6NYUQXJT.js";
10
7
  import {
11
8
  wait
12
9
  } from "../../chunks/chunk-4CIS3R7T.js";
10
+ import {
11
+ timeout
12
+ } from "../../chunks/chunk-Z7ZDDBV5.js";
13
13
 
14
14
  // src/agnostic/time/index.ts
15
15
  var Time;
@@ -0,0 +1,27 @@
1
+ import {
2
+ Cast,
3
+ Transformers,
4
+ Tree,
5
+ Utils
6
+ } from "./chunk-W4OFHYWN.js";
7
+ import {
8
+ Serialize
9
+ } from "./chunk-ZCPGE7H7.js";
10
+ import {
11
+ Types
12
+ } from "./chunk-5GI5G45R.js";
13
+
14
+ // src/agnostic/html/hyper-json/index.ts
15
+ var HyperJson;
16
+ ((HyperJson2) => {
17
+ HyperJson2.Cast = Cast;
18
+ HyperJson2.Serialize = Serialize;
19
+ HyperJson2.Transformers = Transformers;
20
+ HyperJson2.Tree = Tree;
21
+ HyperJson2.Types = Types;
22
+ HyperJson2.Utils = Utils;
23
+ })(HyperJson || (HyperJson = {}));
24
+
25
+ export {
26
+ HyperJson
27
+ };
@@ -0,0 +1,22 @@
1
+ import {
2
+ Crossenv
3
+ } from "./chunk-UFKH5WD2.js";
4
+ import {
5
+ Errors
6
+ } from "./chunk-2KT7AKRW.js";
7
+
8
+ // src/shared/errors/index.ts
9
+ var register = Errors.Register.from({
10
+ ["no-window-document-on-runtime" /* NO_DOCUMENT */]: {
11
+ message: `Runtime '${Crossenv.detectRuntime()}' does not provide a Document object, cannot complete.`,
12
+ detailsMaker: () => void 0
13
+ },
14
+ ["no-window-document-on-runtime-please-provide" /* NO_DOCUMENT_PLEASE_PROVIDE */]: {
15
+ message: `Please provide a Document object since none are found on runtime '${Crossenv.detectRuntime()}'`,
16
+ detailsMaker: (tips) => tips
17
+ }
18
+ });
19
+
20
+ export {
21
+ register
22
+ };
@@ -0,0 +1,35 @@
1
+ import {
2
+ register
3
+ } from "./chunk-CB52KVOZ.js";
4
+
5
+ // src/agnostic/html/selector-to-element/index.ts
6
+ function selectorToElement(selector, documentObj) {
7
+ const actualDocument = documentObj ?? window.document;
8
+ if (actualDocument === null) throw register.getError("no-window-document-on-runtime-please-provide" /* NO_DOCUMENT_PLEASE_PROVIDE */, "The optional second parameter expects a Document object");
9
+ const tagRegexp = /^[A-Za-z]+/;
10
+ const idRegexp = /#[A-Za-z]+[\w\-\:]*/;
11
+ const classRegexp = /\.[A-Za-z]+[\w\-]*/;
12
+ const attributeRegexp = /\[[A-Za-z]+[\w\-]*(="[\w\-]+")?\]/;
13
+ const matchedTags = selector.match(tagRegexp) ?? [];
14
+ const matchedIds = selector.match(idRegexp) ?? [];
15
+ const matchedClasses = selector.match(classRegexp) ?? [];
16
+ const matchedAttrs = selector.match(attributeRegexp) ?? [];
17
+ const tag = matchedTags[matchedTags.length - 1] ?? "div";
18
+ const id = matchedIds[matchedIds.length - 1] ?? null;
19
+ const classes = matchedClasses.map((matchedClass) => matchedClass.replace(/^\./, ""));
20
+ const attributes = matchedAttrs.map((matchedAttr) => matchedAttr.replace(/^\[/, "").replace(/\]$/, "").split("="));
21
+ const element = actualDocument.createElement(tag);
22
+ if (id !== null) {
23
+ element.id = id;
24
+ }
25
+ element.classList.add(...classes);
26
+ attributes.forEach(([name, value = ""]) => {
27
+ if (name === void 0) return;
28
+ element.setAttribute(name, value);
29
+ });
30
+ return element;
31
+ }
32
+
33
+ export {
34
+ selectorToElement
35
+ };
@@ -0,0 +1,211 @@
1
+ import {
2
+ findDuplicates
3
+ } from "./chunk-YS6WMSWC.js";
4
+ import {
5
+ isArrayOf
6
+ } from "./chunk-6RGDWX4A.js";
7
+ import {
8
+ RANDOM_PICK_ERR_SYMBOL,
9
+ randomPick
10
+ } from "./chunk-FCU6IHKD.js";
11
+ import {
12
+ make
13
+ } from "./chunk-RLAZR3NL.js";
14
+ import {
15
+ Random
16
+ } from "./chunk-OVG5RGI3.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,20 @@
1
+ import {
2
+ getNodeAncestors
3
+ } from "./chunk-LUPVHC73.js";
4
+
5
+ // src/agnostic/html/replace-in-element/index.ts
6
+ function replaceInElement(inputElement, replaceMap) {
7
+ const actualReplaceMap = new Map(Array.from(replaceMap).filter(([toReplace]) => {
8
+ const toReplaceAncestors = getNodeAncestors(toReplace);
9
+ return toReplaceAncestors.includes(inputElement);
10
+ }));
11
+ actualReplaceMap.forEach((replacer, toReplace) => {
12
+ toReplace.parentNode?.insertBefore(replacer, toReplace);
13
+ toReplace.parentNode?.removeChild(toReplace);
14
+ });
15
+ return inputElement;
16
+ }
17
+
18
+ export {
19
+ replaceInElement
20
+ };
@@ -0,0 +1,28 @@
1
+ import {
2
+ Sanitize
3
+ } from "./chunk-WABWQCFE.js";
4
+ import {
5
+ register
6
+ } from "./chunk-CB52KVOZ.js";
7
+
8
+ // src/agnostic/html/string-to-nodes/index.ts
9
+ function stringToNodes(dirtyStr, options) {
10
+ const actualDocument = options?.documentObj ?? window.document;
11
+ if (actualDocument === null) throw register.getError("no-window-document-on-runtime-please-provide" /* NO_DOCUMENT_PLEASE_PROVIDE */, "See documentObj in the options object");
12
+ const sanitizeOptions = {
13
+ ...options?.sanitize,
14
+ documentObj: options?.sanitize?.documentObj ?? options?.documentObj
15
+ };
16
+ const str = options?.sanitize !== void 0 ? Sanitize.sanitize(dirtyStr, sanitizeOptions) : dirtyStr;
17
+ const wrapperDiv = actualDocument.createElement("div");
18
+ wrapperDiv.innerHTML = str;
19
+ const nodes = Array.from(wrapperDiv.childNodes).filter((node) => {
20
+ const allowedNodeTypes = [Node.ELEMENT_NODE, Node.TEXT_NODE];
21
+ return allowedNodeTypes.includes(node.nodeType);
22
+ });
23
+ return nodes;
24
+ }
25
+
26
+ export {
27
+ stringToNodes
28
+ };
@@ -0,0 +1,29 @@
1
+ import {
2
+ randomHash,
3
+ randomHashPattern,
4
+ randomUUID
5
+ } from "./chunk-75BICI4L.js";
6
+ import {
7
+ hexChars,
8
+ randomHexChar
9
+ } from "./chunk-OGBUSUE6.js";
10
+ import {
11
+ random,
12
+ randomInt
13
+ } from "./chunk-D3ERTRDW.js";
14
+
15
+ // src/agnostic/random/index.ts
16
+ var Random;
17
+ ((Random2) => {
18
+ Random2.random = random;
19
+ Random2.randomInt = randomInt;
20
+ Random2.hexChars = hexChars;
21
+ Random2.randomHexChar = randomHexChar;
22
+ Random2.randomHash = randomHash;
23
+ Random2.randomHashPattern = randomHashPattern;
24
+ Random2.randomUUID = randomUUID;
25
+ })(Random || (Random = {}));
26
+
27
+ export {
28
+ Random
29
+ };
@@ -0,0 +1,21 @@
1
+ import {
2
+ Window
3
+ } from "./chunk-RLJOYG64.js";
4
+ import {
5
+ detectRuntime
6
+ } from "./chunk-S2NMAH7K.js";
7
+ import {
8
+ Types
9
+ } from "./chunk-LV2VMOWR.js";
10
+
11
+ // src/agnostic/misc/crossenv/index.ts
12
+ var Crossenv;
13
+ ((Crossenv2) => {
14
+ Crossenv2.detectRuntime = detectRuntime;
15
+ Crossenv2.Types = Types;
16
+ Crossenv2.Window = Window;
17
+ })(Crossenv || (Crossenv = {}));
18
+
19
+ export {
20
+ Crossenv
21
+ };