@simplysm/core-browser 13.0.0-beta.4 → 13.0.0-beta.44

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 (104) hide show
  1. package/dist/extensions/element-ext.d.ts.map +1 -0
  2. package/dist/extensions/html-element-ext.d.ts.map +1 -0
  3. package/dist/{core-browser/src/index.d.ts → index.d.ts} +2 -1
  4. package/dist/index.d.ts.map +1 -0
  5. package/dist/index.js +7 -6
  6. package/dist/index.js.map +2 -2
  7. package/dist/utils/download.d.ts +8 -0
  8. package/dist/utils/download.d.ts.map +1 -0
  9. package/dist/utils/download.js +8 -40
  10. package/dist/utils/download.js.map +3 -3
  11. package/dist/{core-browser/src/utils/download.d.ts → utils/fetch.d.ts} +2 -2
  12. package/dist/utils/fetch.d.ts.map +1 -0
  13. package/{src/utils/download.ts → dist/utils/fetch.js} +14 -33
  14. package/dist/utils/fetch.js.map +7 -0
  15. package/dist/utils/file-dialog.d.ts +8 -0
  16. package/dist/utils/file-dialog.d.ts.map +1 -0
  17. package/dist/utils/file-dialog.js +18 -0
  18. package/dist/utils/file-dialog.js.map +7 -0
  19. package/package.json +8 -5
  20. package/.cache/typecheck-browser.tsbuildinfo +0 -1
  21. package/.cache/typecheck-tests-browser.tsbuildinfo +0 -1
  22. package/dist/core-browser/src/extensions/element-ext.d.ts.map +0 -1
  23. package/dist/core-browser/src/extensions/html-element-ext.d.ts.map +0 -1
  24. package/dist/core-browser/src/index.d.ts.map +0 -1
  25. package/dist/core-browser/src/utils/blob.d.ts +0 -10
  26. package/dist/core-browser/src/utils/blob.d.ts.map +0 -1
  27. package/dist/core-browser/src/utils/download.d.ts.map +0 -1
  28. package/dist/core-common/src/common.types.d.ts +0 -74
  29. package/dist/core-common/src/common.types.d.ts.map +0 -1
  30. package/dist/core-common/src/env.d.ts +0 -6
  31. package/dist/core-common/src/env.d.ts.map +0 -1
  32. package/dist/core-common/src/errors/argument-error.d.ts +0 -25
  33. package/dist/core-common/src/errors/argument-error.d.ts.map +0 -1
  34. package/dist/core-common/src/errors/not-implemented-error.d.ts +0 -29
  35. package/dist/core-common/src/errors/not-implemented-error.d.ts.map +0 -1
  36. package/dist/core-common/src/errors/sd-error.d.ts +0 -27
  37. package/dist/core-common/src/errors/sd-error.d.ts.map +0 -1
  38. package/dist/core-common/src/errors/timeout-error.d.ts +0 -31
  39. package/dist/core-common/src/errors/timeout-error.d.ts.map +0 -1
  40. package/dist/core-common/src/extensions/arr-ext.d.ts +0 -15
  41. package/dist/core-common/src/extensions/arr-ext.d.ts.map +0 -1
  42. package/dist/core-common/src/extensions/arr-ext.helpers.d.ts +0 -19
  43. package/dist/core-common/src/extensions/arr-ext.helpers.d.ts.map +0 -1
  44. package/dist/core-common/src/extensions/arr-ext.types.d.ts +0 -215
  45. package/dist/core-common/src/extensions/arr-ext.types.d.ts.map +0 -1
  46. package/dist/core-common/src/extensions/map-ext.d.ts +0 -57
  47. package/dist/core-common/src/extensions/map-ext.d.ts.map +0 -1
  48. package/dist/core-common/src/extensions/set-ext.d.ts +0 -36
  49. package/dist/core-common/src/extensions/set-ext.d.ts.map +0 -1
  50. package/dist/core-common/src/features/debounce-queue.d.ts +0 -53
  51. package/dist/core-common/src/features/debounce-queue.d.ts.map +0 -1
  52. package/dist/core-common/src/features/event-emitter.d.ts +0 -66
  53. package/dist/core-common/src/features/event-emitter.d.ts.map +0 -1
  54. package/dist/core-common/src/features/serial-queue.d.ts +0 -47
  55. package/dist/core-common/src/features/serial-queue.d.ts.map +0 -1
  56. package/dist/core-common/src/index.d.ts +0 -32
  57. package/dist/core-common/src/index.d.ts.map +0 -1
  58. package/dist/core-common/src/types/date-only.d.ts +0 -152
  59. package/dist/core-common/src/types/date-only.d.ts.map +0 -1
  60. package/dist/core-common/src/types/date-time.d.ts +0 -96
  61. package/dist/core-common/src/types/date-time.d.ts.map +0 -1
  62. package/dist/core-common/src/types/lazy-gc-map.d.ts +0 -80
  63. package/dist/core-common/src/types/lazy-gc-map.d.ts.map +0 -1
  64. package/dist/core-common/src/types/time.d.ts +0 -68
  65. package/dist/core-common/src/types/time.d.ts.map +0 -1
  66. package/dist/core-common/src/types/uuid.d.ts +0 -35
  67. package/dist/core-common/src/types/uuid.d.ts.map +0 -1
  68. package/dist/core-common/src/utils/bytes.d.ts +0 -51
  69. package/dist/core-common/src/utils/bytes.d.ts.map +0 -1
  70. package/dist/core-common/src/utils/date-format.d.ts +0 -90
  71. package/dist/core-common/src/utils/date-format.d.ts.map +0 -1
  72. package/dist/core-common/src/utils/json.d.ts +0 -34
  73. package/dist/core-common/src/utils/json.d.ts.map +0 -1
  74. package/dist/core-common/src/utils/num.d.ts +0 -60
  75. package/dist/core-common/src/utils/num.d.ts.map +0 -1
  76. package/dist/core-common/src/utils/obj.d.ts +0 -258
  77. package/dist/core-common/src/utils/obj.d.ts.map +0 -1
  78. package/dist/core-common/src/utils/path.d.ts +0 -23
  79. package/dist/core-common/src/utils/path.d.ts.map +0 -1
  80. package/dist/core-common/src/utils/primitive.d.ts +0 -18
  81. package/dist/core-common/src/utils/primitive.d.ts.map +0 -1
  82. package/dist/core-common/src/utils/str.d.ts +0 -103
  83. package/dist/core-common/src/utils/str.d.ts.map +0 -1
  84. package/dist/core-common/src/utils/template-strings.d.ts +0 -84
  85. package/dist/core-common/src/utils/template-strings.d.ts.map +0 -1
  86. package/dist/core-common/src/utils/transferable.d.ts +0 -47
  87. package/dist/core-common/src/utils/transferable.d.ts.map +0 -1
  88. package/dist/core-common/src/utils/wait.d.ts +0 -19
  89. package/dist/core-common/src/utils/wait.d.ts.map +0 -1
  90. package/dist/core-common/src/utils/xml.d.ts +0 -36
  91. package/dist/core-common/src/utils/xml.d.ts.map +0 -1
  92. package/dist/core-common/src/zip/sd-zip.d.ts +0 -80
  93. package/dist/core-common/src/zip/sd-zip.d.ts.map +0 -1
  94. package/dist/utils/blob.js +0 -19
  95. package/dist/utils/blob.js.map +0 -7
  96. package/src/extensions/element-ext.ts +0 -246
  97. package/src/extensions/html-element-ext.ts +0 -117
  98. package/src/index.ts +0 -11
  99. package/src/utils/blob.ts +0 -19
  100. package/tests/extensions/element-ext.spec.ts +0 -729
  101. package/tests/extensions/html-element-ext.spec.ts +0 -190
  102. package/tests/utils/blob.spec.ts +0 -68
  103. /package/dist/{core-browser/src/extensions → extensions}/element-ext.d.ts +0 -0
  104. /package/dist/{core-browser/src/extensions → extensions}/html-element-ext.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"element-ext.d.ts","sourceRoot":"","sources":["../../src/extensions/element-ext.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,eAAe;IACf,MAAM,EAAE,OAAO,CAAC;IAChB,mBAAmB;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,mBAAmB;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,YAAY;IACZ,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,OAAO;QACf;;;;;WAKG;QACH,OAAO,CAAC,CAAC,SAAS,OAAO,GAAG,OAAO,EAAE,QAAQ,EAAE,MAAM,GAAG,CAAC,EAAE,CAAC;QAE5D;;;;;WAKG;QACH,SAAS,CAAC,CAAC,SAAS,OAAO,GAAG,OAAO,EAAE,QAAQ,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS,CAAC;QAExE;;;;;WAKG;QACH,YAAY,CAAC,CAAC,SAAS,OAAO,EAAE,KAAK,EAAE,CAAC,GAAG,CAAC,CAAC;QAE7C;;;;WAIG;QACH,UAAU,IAAI,OAAO,EAAE,CAAC;QAExB;;;;WAIG;QACH,mBAAmB,IAAI,WAAW,GAAG,SAAS,CAAC;QAE/C;;;;WAIG;QACH,uBAAuB,IAAI,WAAW,GAAG,SAAS,CAAC;QAEnD;;;;WAIG;QACH,eAAe,IAAI,OAAO,CAAC;QAE3B;;;;;;;WAOG;QACH,SAAS,IAAI,OAAO,CAAC;KACtB;CACF;AAgED;;;;GAIG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI,CAUvD;AAED;;;;;;;;GAQG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI,CAa1D;AAED;;;;;;GAMG;AACH,wBAAsB,SAAS,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE,OAAO,GAAE,MAAa,GAAG,OAAO,CAAC,aAAa,EAAE,CAAC,CAkDhG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"html-element-ext.d.ts","sourceRoot":"","sources":["../../src/extensions/html-element-ext.ts"],"names":[],"mappings":"AAEA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,WAAW;QACnB;;WAEG;QACH,OAAO,IAAI,IAAI,CAAC;QAEhB;;;;;;;;;;;;;;;;;;;;;WAqBG;QACH,iBAAiB,CAAC,MAAM,EAAE,WAAW,GAAG,MAAM,GAAG;YAAE,GAAG,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,MAAM,CAAA;SAAE,CAAC;QAE/E;;;;;;;;;;WAUG;QACH,sBAAsB,CAAC,MAAM,EAAE;YAAE,GAAG,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,MAAM,CAAA;SAAE,EAAE,MAAM,CAAC,EAAE;YAAE,GAAG,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,MAAM,CAAA;SAAE,GAAG,IAAI,CAAC;KAC7G;CACF"}
@@ -2,6 +2,7 @@ import "./extensions/element-ext";
2
2
  import "./extensions/html-element-ext";
3
3
  export * from "./extensions/element-ext";
4
4
  export * from "./extensions/html-element-ext";
5
- export * from "./utils/blob";
6
5
  export * from "./utils/download";
6
+ export * from "./utils/fetch";
7
+ export * from "./utils/file-dialog";
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,0BAA0B,CAAC;AAClC,OAAO,+BAA+B,CAAC;AAGvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC"}
package/dist/index.js CHANGED
@@ -1,7 +1,8 @@
1
- import "./extensions/element-ext";
2
- import "./extensions/html-element-ext";
3
- export * from "./extensions/element-ext";
4
- export * from "./extensions/html-element-ext";
5
- export * from "./utils/blob";
6
- export * from "./utils/download";
1
+ import "./extensions/element-ext.js";
2
+ import "./extensions/html-element-ext.js";
3
+ export * from "./extensions/element-ext.js";
4
+ export * from "./extensions/html-element-ext.js";
5
+ export * from "./utils/download.js";
6
+ export * from "./utils/fetch.js";
7
+ export * from "./utils/file-dialog.js";
7
8
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../src/index.ts"],
4
- "sourcesContent": ["// core-browser: \uBE0C\uB77C\uC6B0\uC800 \uC804\uC6A9 \uC720\uD2F8\uB9AC\uD2F0\n\n// extensions (side-effect)\nimport \"./extensions/element-ext\";\nimport \"./extensions/html-element-ext\";\n\n// re-exports\nexport * from \"./extensions/element-ext\";\nexport * from \"./extensions/html-element-ext\";\nexport * from \"./utils/blob\";\nexport * from \"./utils/download\";\n"],
5
- "mappings": "AAGA,OAAO;AACP,OAAO;AAGP,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
4
+ "sourcesContent": ["// core-browser: \uBE0C\uB77C\uC6B0\uC800 \uC804\uC6A9 \uC720\uD2F8\uB9AC\uD2F0\n\n// extensions (side-effect)\nimport \"./extensions/element-ext\";\nimport \"./extensions/html-element-ext\";\n\n// re-exports\nexport * from \"./extensions/element-ext\";\nexport * from \"./extensions/html-element-ext\";\nexport * from \"./utils/download\";\nexport * from \"./utils/fetch\";\nexport * from \"./utils/file-dialog\";\n"],
5
+ "mappings": "AAGA,OAAO;AACP,OAAO;AAGP,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
6
6
  "names": []
7
7
  }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Blob을 파일로 다운로드
3
+ *
4
+ * @param blob - 다운로드할 Blob 객체
5
+ * @param fileName - 저장될 파일 이름
6
+ */
7
+ export declare function downloadBlob(blob: Blob, fileName: string): void;
8
+ //# sourceMappingURL=download.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"download.d.ts","sourceRoot":"","sources":["../../src/utils/download.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,CAU/D"}
@@ -1,47 +1,15 @@
1
- async function downloadBytes(url, options) {
2
- var _a, _b;
3
- const response = await fetch(url);
4
- if (!response.ok) {
5
- throw new Error(`Download failed: ${response.status} ${response.statusText}`);
6
- }
7
- const contentLength = Number(response.headers.get("Content-Length") ?? 0);
8
- const reader = (_a = response.body) == null ? void 0 : _a.getReader();
9
- if (!reader) {
10
- throw new Error("Response body is not readable");
11
- }
1
+ function downloadBlob(blob, fileName) {
2
+ const url = URL.createObjectURL(blob);
12
3
  try {
13
- if (contentLength > 0) {
14
- const result2 = new Uint8Array(contentLength);
15
- let receivedLength2 = 0;
16
- while (true) {
17
- const { done, value } = await reader.read();
18
- if (done) break;
19
- result2.set(value, receivedLength2);
20
- receivedLength2 += value.length;
21
- (_b = options == null ? void 0 : options.onProgress) == null ? void 0 : _b.call(options, { receivedLength: receivedLength2, contentLength });
22
- }
23
- return result2;
24
- }
25
- const chunks = [];
26
- let receivedLength = 0;
27
- while (true) {
28
- const { done, value } = await reader.read();
29
- if (done) break;
30
- chunks.push(value);
31
- receivedLength += value.length;
32
- }
33
- const result = new Uint8Array(receivedLength);
34
- let position = 0;
35
- for (const chunk of chunks) {
36
- result.set(chunk, position);
37
- position += chunk.length;
38
- }
39
- return result;
4
+ const link = document.createElement("a");
5
+ link.href = url;
6
+ link.download = fileName;
7
+ link.click();
40
8
  } finally {
41
- reader.releaseLock();
9
+ setTimeout(() => URL.revokeObjectURL(url), 1e3);
42
10
  }
43
11
  }
44
12
  export {
45
- downloadBytes
13
+ downloadBlob
46
14
  };
47
15
  //# sourceMappingURL=download.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/utils/download.ts"],
4
- "sourcesContent": ["export interface DownloadProgress {\n receivedLength: number;\n contentLength: number;\n}\n\n/**\n * URL\uC5D0\uC11C \uBC14\uC774\uB108\uB9AC \uB370\uC774\uD130 \uB2E4\uC6B4\uB85C\uB4DC (\uC9C4\uD589\uB960 \uCF5C\uBC31 \uC9C0\uC6D0)\n */\nexport async function downloadBytes(\n url: string,\n options?: { onProgress?: (progress: DownloadProgress) => void },\n): Promise<Uint8Array> {\n const response = await fetch(url);\n if (!response.ok) {\n throw new Error(`Download failed: ${response.status} ${response.statusText}`);\n }\n\n const contentLength = Number(response.headers.get(\"Content-Length\") ?? 0);\n const reader = response.body?.getReader();\n if (!reader) {\n throw new Error(\"Response body is not readable\");\n }\n\n try {\n // Content-Length\uB97C \uC54C \uC218 \uC788\uC73C\uBA74 \uBBF8\uB9AC \uD560\uB2F9\uD558\uC5EC \uBA54\uBAA8\uB9AC \uD6A8\uC728\uC131 \uD5A5\uC0C1\n if (contentLength > 0) {\n const result = new Uint8Array(contentLength);\n let receivedLength = 0;\n\n while (true) {\n const { done, value } = await reader.read();\n if (done) break;\n\n result.set(value, receivedLength);\n receivedLength += value.length;\n options?.onProgress?.({ receivedLength, contentLength });\n }\n\n return result;\n }\n\n // Content-Length\uB97C \uBAA8\uB974\uBA74 \uCCAD\uD06C \uC218\uC9D1 \uD6C4 \uBCD1\uD569 (chunked encoding)\n const chunks: Uint8Array[] = [];\n let receivedLength = 0;\n\n while (true) {\n const { done, value } = await reader.read();\n if (done) break;\n\n chunks.push(value);\n receivedLength += value.length;\n }\n\n // \uCCAD\uD06C \uBCD1\uD569\n const result = new Uint8Array(receivedLength);\n let position = 0;\n for (const chunk of chunks) {\n result.set(chunk, position);\n position += chunk.length;\n }\n\n return result;\n } finally {\n reader.releaseLock();\n }\n}\n"],
5
- "mappings": "AAQA,eAAsB,cACpB,KACA,SACqB;AAXvB;AAYE,QAAM,WAAW,MAAM,MAAM,GAAG;AAChC,MAAI,CAAC,SAAS,IAAI;AAChB,UAAM,IAAI,MAAM,oBAAoB,SAAS,MAAM,IAAI,SAAS,UAAU,EAAE;AAAA,EAC9E;AAEA,QAAM,gBAAgB,OAAO,SAAS,QAAQ,IAAI,gBAAgB,KAAK,CAAC;AACxE,QAAM,UAAS,cAAS,SAAT,mBAAe;AAC9B,MAAI,CAAC,QAAQ;AACX,UAAM,IAAI,MAAM,+BAA+B;AAAA,EACjD;AAEA,MAAI;AAEF,QAAI,gBAAgB,GAAG;AACrB,YAAMA,UAAS,IAAI,WAAW,aAAa;AAC3C,UAAIC,kBAAiB;AAErB,aAAO,MAAM;AACX,cAAM,EAAE,MAAM,MAAM,IAAI,MAAM,OAAO,KAAK;AAC1C,YAAI,KAAM;AAEV,QAAAD,QAAO,IAAI,OAAOC,eAAc;AAChC,QAAAA,mBAAkB,MAAM;AACxB,iDAAS,eAAT,iCAAsB,EAAE,gBAAAA,iBAAgB,cAAc;AAAA,MACxD;AAEA,aAAOD;AAAA,IACT;AAGA,UAAM,SAAuB,CAAC;AAC9B,QAAI,iBAAiB;AAErB,WAAO,MAAM;AACX,YAAM,EAAE,MAAM,MAAM,IAAI,MAAM,OAAO,KAAK;AAC1C,UAAI,KAAM;AAEV,aAAO,KAAK,KAAK;AACjB,wBAAkB,MAAM;AAAA,IAC1B;AAGA,UAAM,SAAS,IAAI,WAAW,cAAc;AAC5C,QAAI,WAAW;AACf,eAAW,SAAS,QAAQ;AAC1B,aAAO,IAAI,OAAO,QAAQ;AAC1B,kBAAY,MAAM;AAAA,IACpB;AAEA,WAAO;AAAA,EACT,UAAE;AACA,WAAO,YAAY;AAAA,EACrB;AACF;",
6
- "names": ["result", "receivedLength"]
4
+ "sourcesContent": ["/**\n * Blob\uC744 \uD30C\uC77C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\n *\n * @param blob - \uB2E4\uC6B4\uB85C\uB4DC\uD560 Blob \uAC1D\uCCB4\n * @param fileName - \uC800\uC7A5\uB420 \uD30C\uC77C \uC774\uB984\n */\nexport function downloadBlob(blob: Blob, fileName: string): void {\n const url = URL.createObjectURL(blob);\n try {\n const link = document.createElement(\"a\");\n link.href = url;\n link.download = fileName;\n link.click();\n } finally {\n setTimeout(() => URL.revokeObjectURL(url), 1000);\n }\n}\n"],
5
+ "mappings": "AAMO,SAAS,aAAa,MAAY,UAAwB;AAC/D,QAAM,MAAM,IAAI,gBAAgB,IAAI;AACpC,MAAI;AACF,UAAM,OAAO,SAAS,cAAc,GAAG;AACvC,SAAK,OAAO;AACZ,SAAK,WAAW;AAChB,SAAK,MAAM;AAAA,EACb,UAAE;AACA,eAAW,MAAM,IAAI,gBAAgB,GAAG,GAAG,GAAI;AAAA,EACjD;AACF;",
6
+ "names": []
7
7
  }
@@ -5,7 +5,7 @@ export interface DownloadProgress {
5
5
  /**
6
6
  * URL에서 바이너리 데이터 다운로드 (진행률 콜백 지원)
7
7
  */
8
- export declare function downloadBytes(url: string, options?: {
8
+ export declare function fetchUrlBytes(url: string, options?: {
9
9
  onProgress?: (progress: DownloadProgress) => void;
10
10
  }): Promise<Uint8Array>;
11
- //# sourceMappingURL=download.d.ts.map
11
+ //# sourceMappingURL=fetch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../src/utils/fetch.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,wBAAsB,aAAa,CACjC,GAAG,EAAE,MAAM,EACX,OAAO,CAAC,EAAE;IAAE,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,gBAAgB,KAAK,IAAI,CAAA;CAAE,GAC9D,OAAO,CAAC,UAAU,CAAC,CAsDrB"}
@@ -1,66 +1,47 @@
1
- export interface DownloadProgress {
2
- receivedLength: number;
3
- contentLength: number;
4
- }
5
-
6
- /**
7
- * URL에서 바이너리 데이터 다운로드 (진행률 콜백 지원)
8
- */
9
- export async function downloadBytes(
10
- url: string,
11
- options?: { onProgress?: (progress: DownloadProgress) => void },
12
- ): Promise<Uint8Array> {
1
+ async function fetchUrlBytes(url, options) {
2
+ var _a, _b;
13
3
  const response = await fetch(url);
14
4
  if (!response.ok) {
15
5
  throw new Error(`Download failed: ${response.status} ${response.statusText}`);
16
6
  }
17
-
18
7
  const contentLength = Number(response.headers.get("Content-Length") ?? 0);
19
- const reader = response.body?.getReader();
8
+ const reader = (_a = response.body) == null ? void 0 : _a.getReader();
20
9
  if (!reader) {
21
10
  throw new Error("Response body is not readable");
22
11
  }
23
-
24
12
  try {
25
- // Content-Length를 알 수 있으면 미리 할당하여 메모리 효율성 향상
26
13
  if (contentLength > 0) {
27
- const result = new Uint8Array(contentLength);
28
- let receivedLength = 0;
29
-
14
+ const result2 = new Uint8Array(contentLength);
15
+ let receivedLength2 = 0;
30
16
  while (true) {
31
17
  const { done, value } = await reader.read();
32
18
  if (done) break;
33
-
34
- result.set(value, receivedLength);
35
- receivedLength += value.length;
36
- options?.onProgress?.({ receivedLength, contentLength });
19
+ result2.set(value, receivedLength2);
20
+ receivedLength2 += value.length;
21
+ (_b = options == null ? void 0 : options.onProgress) == null ? void 0 : _b.call(options, { receivedLength: receivedLength2, contentLength });
37
22
  }
38
-
39
- return result;
23
+ return result2;
40
24
  }
41
-
42
- // Content-Length를 모르면 청크 수집 후 병합 (chunked encoding)
43
- const chunks: Uint8Array[] = [];
25
+ const chunks = [];
44
26
  let receivedLength = 0;
45
-
46
27
  while (true) {
47
28
  const { done, value } = await reader.read();
48
29
  if (done) break;
49
-
50
30
  chunks.push(value);
51
31
  receivedLength += value.length;
52
32
  }
53
-
54
- // 청크 병합
55
33
  const result = new Uint8Array(receivedLength);
56
34
  let position = 0;
57
35
  for (const chunk of chunks) {
58
36
  result.set(chunk, position);
59
37
  position += chunk.length;
60
38
  }
61
-
62
39
  return result;
63
40
  } finally {
64
41
  reader.releaseLock();
65
42
  }
66
43
  }
44
+ export {
45
+ fetchUrlBytes
46
+ };
47
+ //# sourceMappingURL=fetch.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/utils/fetch.ts"],
4
+ "sourcesContent": ["export interface DownloadProgress {\n receivedLength: number;\n contentLength: number;\n}\n\n/**\n * URL\uC5D0\uC11C \uBC14\uC774\uB108\uB9AC \uB370\uC774\uD130 \uB2E4\uC6B4\uB85C\uB4DC (\uC9C4\uD589\uB960 \uCF5C\uBC31 \uC9C0\uC6D0)\n */\nexport async function fetchUrlBytes(\n url: string,\n options?: { onProgress?: (progress: DownloadProgress) => void },\n): Promise<Uint8Array> {\n const response = await fetch(url);\n if (!response.ok) {\n throw new Error(`Download failed: ${response.status} ${response.statusText}`);\n }\n\n const contentLength = Number(response.headers.get(\"Content-Length\") ?? 0);\n const reader = response.body?.getReader();\n if (!reader) {\n throw new Error(\"Response body is not readable\");\n }\n\n try {\n // Content-Length\uB97C \uC54C \uC218 \uC788\uC73C\uBA74 \uBBF8\uB9AC \uD560\uB2F9\uD558\uC5EC \uBA54\uBAA8\uB9AC \uD6A8\uC728\uC131 \uD5A5\uC0C1\n if (contentLength > 0) {\n const result = new Uint8Array(contentLength);\n let receivedLength = 0;\n\n while (true) {\n const { done, value } = await reader.read();\n if (done) break;\n\n result.set(value, receivedLength);\n receivedLength += value.length;\n options?.onProgress?.({ receivedLength, contentLength });\n }\n\n return result;\n }\n\n // Content-Length\uB97C \uBAA8\uB974\uBA74 \uCCAD\uD06C \uC218\uC9D1 \uD6C4 \uBCD1\uD569 (chunked encoding)\n const chunks: Uint8Array[] = [];\n let receivedLength = 0;\n\n while (true) {\n const { done, value } = await reader.read();\n if (done) break;\n\n chunks.push(value);\n receivedLength += value.length;\n }\n\n // \uCCAD\uD06C \uBCD1\uD569\n const result = new Uint8Array(receivedLength);\n let position = 0;\n for (const chunk of chunks) {\n result.set(chunk, position);\n position += chunk.length;\n }\n\n return result;\n } finally {\n reader.releaseLock();\n }\n}\n"],
5
+ "mappings": "AAQA,eAAsB,cACpB,KACA,SACqB;AAXvB;AAYE,QAAM,WAAW,MAAM,MAAM,GAAG;AAChC,MAAI,CAAC,SAAS,IAAI;AAChB,UAAM,IAAI,MAAM,oBAAoB,SAAS,MAAM,IAAI,SAAS,UAAU,EAAE;AAAA,EAC9E;AAEA,QAAM,gBAAgB,OAAO,SAAS,QAAQ,IAAI,gBAAgB,KAAK,CAAC;AACxE,QAAM,UAAS,cAAS,SAAT,mBAAe;AAC9B,MAAI,CAAC,QAAQ;AACX,UAAM,IAAI,MAAM,+BAA+B;AAAA,EACjD;AAEA,MAAI;AAEF,QAAI,gBAAgB,GAAG;AACrB,YAAMA,UAAS,IAAI,WAAW,aAAa;AAC3C,UAAIC,kBAAiB;AAErB,aAAO,MAAM;AACX,cAAM,EAAE,MAAM,MAAM,IAAI,MAAM,OAAO,KAAK;AAC1C,YAAI,KAAM;AAEV,QAAAD,QAAO,IAAI,OAAOC,eAAc;AAChC,QAAAA,mBAAkB,MAAM;AACxB,iDAAS,eAAT,iCAAsB,EAAE,gBAAAA,iBAAgB,cAAc;AAAA,MACxD;AAEA,aAAOD;AAAA,IACT;AAGA,UAAM,SAAuB,CAAC;AAC9B,QAAI,iBAAiB;AAErB,WAAO,MAAM;AACX,YAAM,EAAE,MAAM,MAAM,IAAI,MAAM,OAAO,KAAK;AAC1C,UAAI,KAAM;AAEV,aAAO,KAAK,KAAK;AACjB,wBAAkB,MAAM;AAAA,IAC1B;AAGA,UAAM,SAAS,IAAI,WAAW,cAAc;AAC5C,QAAI,WAAW;AACf,eAAW,SAAS,QAAQ;AAC1B,aAAO,IAAI,OAAO,QAAQ;AAC1B,kBAAY,MAAM;AAAA,IACpB;AAEA,WAAO;AAAA,EACT,UAAE;AACA,WAAO,YAAY;AAAA,EACrB;AACF;",
6
+ "names": ["result", "receivedLength"]
7
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * 파일 선택 다이얼로그를 프로그래밍 방식으로 열기
3
+ */
4
+ export declare function openFileDialog(options?: {
5
+ accept?: string;
6
+ multiple?: boolean;
7
+ }): Promise<File[] | undefined>;
8
+ //# sourceMappingURL=file-dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-dialog.d.ts","sourceRoot":"","sources":["../../src/utils/file-dialog.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,wBAAgB,cAAc,CAAC,OAAO,CAAC,EAAE;IAAE,MAAM,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,OAAO,CAAC,IAAI,EAAE,GAAG,SAAS,CAAC,CAa7G"}
@@ -0,0 +1,18 @@
1
+ function openFileDialog(options) {
2
+ return new Promise((resolve) => {
3
+ const input = document.createElement("input");
4
+ input.type = "file";
5
+ input.multiple = (options == null ? void 0 : options.multiple) ?? false;
6
+ if ((options == null ? void 0 : options.accept) != null) {
7
+ input.accept = options.accept;
8
+ }
9
+ input.onchange = () => {
10
+ resolve(input.files != null && input.files.length > 0 ? [...input.files] : void 0);
11
+ };
12
+ input.click();
13
+ });
14
+ }
15
+ export {
16
+ openFileDialog
17
+ };
18
+ //# sourceMappingURL=file-dialog.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/utils/file-dialog.ts"],
4
+ "sourcesContent": ["/**\n * \uD30C\uC77C \uC120\uD0DD \uB2E4\uC774\uC5BC\uB85C\uADF8\uB97C \uD504\uB85C\uADF8\uB798\uBC0D \uBC29\uC2DD\uC73C\uB85C \uC5F4\uAE30\n */\nexport function openFileDialog(options?: { accept?: string; multiple?: boolean }): Promise<File[] | undefined> {\n return new Promise((resolve) => {\n const input = document.createElement(\"input\");\n input.type = \"file\";\n input.multiple = options?.multiple ?? false;\n if (options?.accept != null) {\n input.accept = options.accept;\n }\n input.onchange = () => {\n resolve(input.files != null && input.files.length > 0 ? [...input.files] : undefined);\n };\n input.click();\n });\n}\n"],
5
+ "mappings": "AAGO,SAAS,eAAe,SAAgF;AAC7G,SAAO,IAAI,QAAQ,CAAC,YAAY;AAC9B,UAAM,QAAQ,SAAS,cAAc,OAAO;AAC5C,UAAM,OAAO;AACb,UAAM,YAAW,mCAAS,aAAY;AACtC,SAAI,mCAAS,WAAU,MAAM;AAC3B,YAAM,SAAS,QAAQ;AAAA,IACzB;AACA,UAAM,WAAW,MAAM;AACrB,cAAQ,MAAM,SAAS,QAAQ,MAAM,MAAM,SAAS,IAAI,CAAC,GAAG,MAAM,KAAK,IAAI,MAAS;AAAA,IACtF;AACA,UAAM,MAAM;AAAA,EACd,CAAC;AACH;",
6
+ "names": []
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplysm/core-browser",
3
- "version": "13.0.0-beta.4",
3
+ "version": "13.0.0-beta.44",
4
4
  "description": "심플리즘 패키지 - 코어 모듈 (browser)",
5
5
  "author": "김석래",
6
6
  "repository": {
@@ -12,15 +12,18 @@
12
12
  "type": "module",
13
13
  "main": "./dist/index.js",
14
14
  "types": "./dist/index.d.ts",
15
+ "files": [
16
+ "dist"
17
+ ],
15
18
  "sideEffects": [
16
19
  "./dist/extensions/element-ext.js",
17
20
  "./dist/extensions/html-element-ext.js"
18
21
  ],
19
22
  "dependencies": {
20
- "@simplysm/core-common": "workspace:*",
21
- "tabbable": "^6.4.0"
23
+ "tabbable": "^6.4.0",
24
+ "@simplysm/core-common": "13.0.0-beta.44"
22
25
  },
23
26
  "devDependencies": {
24
- "happy-dom": "^20.3.4"
27
+ "happy-dom": "^20.6.1"
25
28
  }
26
- }
29
+ }
@@ -1 +0,0 @@
1
- {"fileNames":["../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2023.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2024.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.webworker.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2023.array.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2024.collection.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2024.object.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2024.promise.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2024.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.array.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.collection.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.promise.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.float16.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/.pnpm/csstype@3.2.3/node_modules/csstype/index.d.ts","../../../node_modules/.pnpm/solid-js@1.9.11/node_modules/solid-js/types/jsx.d.ts","../../../node_modules/.pnpm/tabbable@6.4.0/node_modules/tabbable/index.d.ts","../../core-common/src/extensions/map-ext.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/line-counter.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/errors.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/applyReviver.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/log.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/toJS.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Scalar.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringify.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Collection.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/YAMLSeq.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/types.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/common/map.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/common/seq.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/common/string.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/foldFlowLines.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyNumber.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyString.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/util.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/YAMLMap.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/identity.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/Schema.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/createNode.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/addPairToJSMap.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Pair.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/tags.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/options.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Node.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/cst-scalar.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/cst-stringify.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/cst-visit.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/cst.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Alias.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/Document.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/directives.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/composer.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/lexer.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/parser.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/public-api.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/set.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/visit.d.ts","../../../node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/index.d.ts","../../core-common/src/errors/sd-error.ts","../../core-common/src/errors/argument-error.ts","../../core-common/src/utils/date-format.ts","../../core-common/src/types/date-time.ts","../../core-common/src/types/date-only.ts","../../core-common/src/types/time.ts","../../core-common/src/common.types.ts","../../core-common/src/types/uuid.ts","../../core-common/src/utils/obj.ts","../../core-common/src/extensions/arr-ext.types.ts","../../core-common/src/extensions/arr-ext.helpers.ts","../../core-common/src/extensions/arr-ext.ts","../../core-common/src/extensions/set-ext.ts","../../core-common/src/env.ts","../../core-common/src/errors/not-implemented-error.ts","../../core-common/src/errors/timeout-error.ts","../../../node_modules/.pnpm/consola@3.4.2/node_modules/consola/dist/core.d.mts","../../../node_modules/.pnpm/consola@3.4.2/node_modules/consola/dist/browser.d.mts","../../core-common/src/types/lazy-gc-map.ts","../../core-common/src/features/event-emitter.ts","../../core-common/src/features/debounce-queue.ts","../../core-common/src/utils/wait.ts","../../core-common/src/features/serial-queue.ts","../../core-common/src/utils/bytes.ts","../../core-common/src/utils/json.ts","../../core-common/src/utils/num.ts","../../core-common/src/utils/primitive.ts","../../core-common/src/utils/str.ts","../../core-common/src/utils/template-strings.ts","../../core-common/src/utils/transferable.ts","../../../node_modules/.pnpm/fast-xml-parser@5.3.3/node_modules/fast-xml-parser/src/fxp.d.ts","../../core-common/src/utils/xml.ts","../../core-common/src/utils/path.ts","../../../node_modules/.pnpm/@zip.js+zip.js@2.8.15/node_modules/@zip.js/zip.js/index.d.ts","../../core-common/src/zip/sd-zip.ts","../../core-common/src/index.ts","../src/extensions/element-ext.ts","../src/extensions/html-element-ext.ts","../src/utils/blob.ts","../src/utils/download.ts","../src/index.ts","../../core-common/src/globals.ts"],"fileIdsList":[[143],[82],[87,110,111,115,117,118],[87,91,94,103,104,105,108,110,111,116,118],[95,105,111,117],[117],[86],[86,87,91,94,95,103,104,105,108,109,110,111,115,116,117,119,120,121,122,123,124,125],[90,91,92,94,103,111,115,117],[104,105,111],[90,91,92,94,103,104,110,115,116,117],[90,92,104,105,106,107,111,115],[90,111,115],[90,91,92,93,102,105,108,111,115],[90,91,92,93,105,106,108,111,115],[90,103,108],[91,94,103,108,111,116,117],[111,117],[86,88,89,91,95,105,108,109,111,118],[87,91,111,115],[115],[112,113,114],[88,110,111,117,119],[95,104,108,110],[95],[95,110],[91,92,94,103,105,106,110,111],[90,94,95,102,103,105],[90,91,92,95,102,103,105,108],[110,116,117],[91],[91,92],[89,90,92,96,97,98,99,100,101,103,106,108],[83,84,162],[83,162],[83,163,164,165,166],[83],[83,130,131,132,134],[83,126,127],[83,127],[83,128,130,131,132,136],[83,85,127,128,130,131,132,133,134,135,136,137],[83,130,131,132,133],[83,127,144,146],[83,127,144,146,148],[83,85,127,128,129,130,131,132,133,134,135,138,139,140,141,142,145,146,147,148,149,150,151,152,153,154,155,156,158,159,161],[83,128,129],[83,144],[83,128,133],[83,127,130,131,132,134,135,140,150],[83,128,130,131,132,134],[83,128,130,131,132,133,134],[83,142],[83,157],[83,133,160]],"fileInfos":[{"version":"69684132aeb9b5642cbcd9e22dff7818ff0ee1aa831728af0ecf97d3364d5546","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","signature":false,"impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","signature":false,"impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","signature":false,"impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","signature":false,"impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","signature":false,"impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","signature":false,"impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","signature":false,"impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","signature":false,"impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","signature":false,"impliedFormat":1},{"version":"8fd575e12870e9944c7e1d62e1f5a73fcf23dd8d3a321f2a2c74c20d022283fe","signature":false,"impliedFormat":1},{"version":"8bf8b5e44e3c9c36f98e1007e8b7018c0f38d8adc07aecef42f5200114547c70","signature":false,"impliedFormat":1},{"version":"092c2bfe125ce69dbb1223c85d68d4d2397d7d8411867b5cc03cec902c233763","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"07f073f19d67f74d732b1adea08e1dc66b1b58d77cb5b43931dee3d798a2fd53","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"8ea22b76493fc658fe9b76a84e64c9618823608076ecee5ed3f93f7f0dde904e","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"936e80ad36a2ee83fc3caf008e7c4c5afe45b3cf3d5c24408f039c1d47bdc1df","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"fef8cfad2e2dc5f5b3d97a6f4f2e92848eb1b88e897bb7318cef0e2820bceaab","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"b5ce7a470bc3628408429040c4e3a53a27755022a32fd05e2cb694e7015386c7","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"df83c2a6c73228b625b0beb6669c7ee2a09c914637e2d35170723ad49c0f5cd4","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"87dc0f382502f5bbce5129bdc0aea21e19a3abbc19259e0b43ae038a9fc4e326","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"4ece9f17b3866cc077099c73f4983bddbcb1dc7ddb943227f1ec070f529dedd1","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9319a09485199c1f7b0498f2988d6d2249793ef67edda49d1e584746be9032","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"e3a2a0cee0f03ffdde24d89660eba2685bfbdeae955a6c67e8c4c9fd28928eeb","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"60037901da1a425516449b9a20073aa03386cce92f7a1fd902d7602be3a7c2e9","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"22adec94ef7047a6c9d1af3cb96be87a335908bf9ef386ae9fd50eeb37f44c47","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"4245fee526a7d1754529d19227ecbf3be066ff79ebb6a380d78e41648f2f224d","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"ac51dd7d31333793807a6abaa5ae168512b6131bd41d9c5b98477fc3b7800f9f","signature":false,"impliedFormat":1},{"version":"5ad3e58181b335ff8794bcc3161a1506dbe8cebbce71a15b3dc7bfe56f076679","signature":false,"impliedFormat":99},{"version":"3eff07d5a1f2ea546f6e1184c101827005cb505dd13e3c443f30451f51931d96","signature":false,"impliedFormat":1},{"version":"19e32c366487628b39cbd3b2b2fceeb2fe4d18e514116d013ee1dafaaaba68ca","signature":false,"affectsGlobalScope":true},{"version":"3dfcd0a3bfa70b53135db3cf2e4ddcb7eccc3e4418ce833ae24eecd06928328f","signature":false,"impliedFormat":1},{"version":"33e12c9940a7f23d50742e5925a193bb4af9b23ee159251e6bc50bb9070618a1","signature":false,"impliedFormat":1},{"version":"bc41a8e33caf4d193b0c49ec70d1e8db5ce3312eafe5447c6c1d5a2084fece12","signature":false,"impliedFormat":1},{"version":"7c33f11a56ba4e79efc4ddae85f8a4a888e216d2bf66c863f344d403437ffc74","signature":false,"impliedFormat":1},{"version":"cbef1abd1f8987dee5c9ed8c768a880fbfbff7f7053e063403090f48335c8e4e","signature":false,"impliedFormat":1},{"version":"9249603c91a859973e8f481b67f50d8d0b3fa43e37878f9dfc4c70313ad63065","signature":false,"impliedFormat":1},{"version":"0132f67b7f128d4a47324f48d0918ec73cf4220a5e9ea8bd92b115397911254f","signature":false,"impliedFormat":1},{"version":"06b37153d512000a91cad6fcbae75ca795ecec00469effaa8916101a00d5b9e2","signature":false,"impliedFormat":1},{"version":"8a641e3402f2988bf993007bd814faba348b813fc4058fce5b06de3e81ed511a","signature":false,"impliedFormat":1},{"version":"281744305ba2dcb2d80e2021fae211b1b07e5d85cfc8e36f4520325fcf698dbb","signature":false,"impliedFormat":1},{"version":"e1b042779d17b69719d34f31822ddba8aa6f5eb15f221b02105785f4447e7f5b","signature":false,"impliedFormat":1},{"version":"6858337936b90bd31f1674c43bedda2edbab2a488d04adc02512aef47c792fd0","signature":false,"impliedFormat":1},{"version":"15cb3deecc635efb26133990f521f7f1cc95665d5db8d87e5056beaea564b0ce","signature":false,"impliedFormat":1},{"version":"e27605c8932e75b14e742558a4c3101d9f4fdd32e7e9a056b2ca83f37f973945","signature":false,"impliedFormat":1},{"version":"f0443725119ecde74b0d75c82555b1f95ee1c3cd371558e5528a83d1de8109de","signature":false,"impliedFormat":1},{"version":"7794810c4b3f03d2faa81189504b953a73eb80e5662a90e9030ea9a9a359a66f","signature":false,"impliedFormat":1},{"version":"b074516a691a30279f0fe6dff33cd76359c1daacf4ae024659e44a68756de602","signature":false,"impliedFormat":1},{"version":"57cbeb55ec95326d068a2ce33403e1b795f2113487f07c1f53b1eaf9c21ff2ce","signature":false,"impliedFormat":1},{"version":"a00362ee43d422bcd8239110b8b5da39f1122651a1809be83a518b1298fa6af8","signature":false,"impliedFormat":1},{"version":"a820499a28a5fcdbf4baec05cc069362041d735520ab5a94c38cc44db7df614c","signature":false,"impliedFormat":1},{"version":"33a6d7b07c85ac0cef9a021b78b52e2d901d2ebfd5458db68f229ca482c1910c","signature":false,"impliedFormat":1},{"version":"8f648847b52020c1c0cdfcc40d7bcab72ea470201a631004fde4d85ccbc0c4c7","signature":false,"impliedFormat":1},{"version":"7821d3b702e0c672329c4d036c7037ecf2e5e758eceb5e740dde1355606dc9f2","signature":false,"impliedFormat":1},{"version":"213e4f26ee5853e8ba314ecad3a73cd06ab244a0809749bb777cbc1619aa07d8","signature":false,"impliedFormat":1},{"version":"cafd6ef91d96228a618436c03d60fe5078f43d32df4c39ebd9f3f7d013dbe337","signature":false,"impliedFormat":1},{"version":"961fa18e1658f3f8e38c23e1a9bc3f4d7be75b056a94700291d5f82f57524ff0","signature":false,"impliedFormat":1},{"version":"079c02dc397960da2786db71d7c9e716475377bcedd81dede034f8a9f94c71b8","signature":false,"impliedFormat":1},{"version":"a7595cbb1b354b54dff14a6bb87d471e6d53b63de101a1b4d9d82d3d3f6eddec","signature":false,"impliedFormat":1},{"version":"1f49a85a97e01a26245fd74232b3b301ebe408fb4e969e72e537aa6ffbd3fe14","signature":false,"impliedFormat":1},{"version":"9c38563e4eabfffa597c4d6b9aa16e11e7f9a636f0dd80dd0a8bce1f6f0b2108","signature":false,"impliedFormat":1},{"version":"a971cba9f67e1c87014a2a544c24bc58bad1983970dfa66051b42ae441da1f46","signature":false,"impliedFormat":1},{"version":"df9b266bceb94167c2e8ae25db37d31a28de02ae89ff58e8174708afdec26738","signature":false,"impliedFormat":1},{"version":"9e5b8137b7ee679d31b35221503282561e764116d8b007c5419b6f9d60765683","signature":false,"impliedFormat":1},{"version":"3e7ae921a43416e155d7bbe5b4229b7686cfa6a20af0a3ae5a79dfe127355c21","signature":false,"impliedFormat":1},{"version":"c7200ae85e414d5ed1d3c9507ae38c097050161f57eb1a70bef021d796af87a7","signature":false,"impliedFormat":1},{"version":"4edb4ff36b17b2cf19014b2c901a6bdcdd0d8f732bcf3a11aa6fd0a111198e27","signature":false,"impliedFormat":1},{"version":"810f0d14ce416a343dcdd0d3074c38c094505e664c90636b113d048471c292e2","signature":false,"impliedFormat":1},{"version":"9c37dc73c97cd17686edc94cc534486509e479a1b8809ef783067b7dde5c6713","signature":false,"impliedFormat":1},{"version":"5fe2ef29b33889d3279d5bc92f8e554ffd32145a02f48d272d30fc1eea8b4c89","signature":false,"impliedFormat":1},{"version":"e39090ffe9c45c59082c3746e2aa2546dc53e3c5eeb4ad83f8210be7e2e58022","signature":false,"impliedFormat":1},{"version":"9f85a1810d42f75e1abb4fc94be585aae1fdac8ae752c76b912d95aef61bf5de","signature":false,"impliedFormat":1},{"version":"8b1f07cc0ca0bc5e3bc39e90a297d096f0556ac8a43078565d541ea22680e358","signature":false},{"version":"9d3c52e1b94e61b01cc70ff6d81472e9d3f1fbd188ba5b0dad77c1e24e452c3f","signature":false},{"version":"c23b4238fe649bc2aaef5cf291c18b6fbe05329e2a494878f907ea2796f5bbeb","signature":false},{"version":"29ff7c4f69f7c40cac5b855369981a2869dabc1a1dc11d69ce44a612845f518a","signature":false},{"version":"61e90a049a12534a76a536ac4063cc4a88e9508ae197ef5205c6f3baad835c3c","signature":false},{"version":"de07f5d4dc549eb82cfbf388275f03773a4ddd395bd64aa0b58afc8ae02ff2d0","signature":false},{"version":"01a1afd65a89eb25f409f7b595525b655da4e782e306c8354a592aff0dc9665f","signature":false},{"version":"0a2a260ab3b3c1729881dfa6401822dbdb9c7d61201e9ce2dc98d42185c88bea","signature":false},{"version":"dc6102430c2ac8b1bd27b89440d191c8847220efa09e5f6a972904513786855d","signature":false},{"version":"f97148a5f038b2a4d2657c31c382ff9178447e423e56e009c0a363c752dbfe35","signature":false},{"version":"adcfc555aab25f32209e4eae8c0819bed4e1e18dcd92ea57e96e58578498bb8e","signature":false},{"version":"6b654d8a64c2a32df89896eead59b9d7978e3ff9d5757386b8d2693ddd2a17a4","signature":false,"affectsGlobalScope":true},{"version":"9fdd17c82e784f9167f6684c29a0378fa347397b0eaab233ee4907b93323b894","signature":false,"affectsGlobalScope":true},{"version":"26eadb688461de21cdacf3fe504a381fe711634018db5dbf7eeec88b6dbf4763","signature":false},{"version":"77c4f3e58f0c5388eba941376e38d50440a066f79c248fd1f021d4d38b2a17c9","signature":false},{"version":"3265d9e870cc24694fb4643ff8b6c13f754275a6bf76d7179afb6e5bdeb4b55c","signature":false},{"version":"1c20c07324915c372d074a627114144edbb43df6f20431df5ccb06aec2c42e3a","signature":false,"impliedFormat":99},{"version":"da8145d4bea9c4067ba4c238747e082356b42d77a5d1481a163bb74e8e282f66","signature":false,"impliedFormat":99},{"version":"4e6cc0a54d85201823bf976816e351d73277a63c494192d9726d86fd8b6a596a","signature":false},{"version":"e7c9e09505187c59af8bbc6fe0e23974a6734e3fd997580b98d506363f3a9c21","signature":false},{"version":"6bebf05111f445661eb24e15258945998e308dfadedc30e72b73ebeb1121c4df","signature":false},{"version":"fdbbd53dda93988fb62ba9769111cdbd5b8f9d5d4e63e8fd9d5d98aa021add9b","signature":false},{"version":"bbb53c8c55ac8899e109b8fd103a5cbda06df3f0ea515edc377f226ad0e79edb","signature":false},{"version":"3c894f1bfcad70457f6e55193398f8e1eff7503eb1a170525c0c223d97b8f739","signature":false},{"version":"a21506576b4a568250360e472990d746dab2a8537ce31be9b7aafb9a113acc57","signature":false},{"version":"8dd146232f35b576e56587af95a20a470324ebc300a6f4b44466860c52b17dad","signature":false},{"version":"d2016ce22cc23592cfe8366b55a3318fbbebb753225402942e42bd0d83a4a62c","signature":false},{"version":"066eb376fc261f681af7abc02bad3374b5a3b4dcc1c50086734c40c7985011ce","signature":false},{"version":"bd165ffcfb9f26fff3e55a8720f8038ec248dfbf478c9c62c3c6d25e06cc9f6d","signature":false},{"version":"bb9ffb3c4f5792e37725898f9b28ecc81b23591efdac88cc98e4b83e3929b49f","signature":false},{"version":"e570f076ec6896bd5d12c7763055ee590f721d440416278ee0fad52685e78965","signature":false,"impliedFormat":99},{"version":"d91d500b31f3e2f4fd3f1fd184913553b24a6b90dad6db3f3e306cbffa389946","signature":false},{"version":"7bb5efb45cc44ca5d4f3090ec2cda9f336e58c86aea5b159dd4a94bdaafa20f2","signature":false},{"version":"049aaa5aa47746663b0d6a7503fb325cd3a01cf10c965f5b57dd10d6813f8f63","signature":false,"impliedFormat":99},{"version":"72115c2324f48942bf71cef787fc0f5c816beb4b0101e9a544ac54dba293cb95","signature":false},{"version":"a5c9394d0b08f97320fb2a7b34fa182355cae3b28509bd759232babcc7ac73be","signature":false},{"version":"90a9945a282f86076f405af0630aea3f086e6300acb4021b192384eef3c23042","signature":false,"affectsGlobalScope":true},{"version":"871f370fa438c09dcbbf7f689ca0ea8c297c090b7da1df8c66326d544014517b","signature":false,"affectsGlobalScope":true},{"version":"3f565166e390b3b04acc2e03b86103d6b51a17a79cc28af58ca8b8a0784fa984","signature":false},{"version":"0d1e1010b49e4f15d8f164bdcf6ab820c87a7a1c35bb7dda60c33b784e3189e5","signature":false},{"version":"c66035885c18fe90314da62f2537df15b382a0fb1111fcd0b7a81ef5282a258d","signature":false}],"root":[[163,167]],"options":{"declaration":false,"declarationMap":false,"emitDeclarationOnly":false,"esModuleInterop":true,"importHelpers":true,"jsx":1,"jsxImportSource":"solid-js","module":99,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitOverride":true,"noImplicitReturns":true,"noPropertyAccessFromIndexSignature":true,"skipLibCheck":true,"sourceMap":false,"strict":true,"target":99,"tsBuildInfoFile":"./typecheck-browser.tsbuildinfo","useDefineForClassFields":true,"useUnknownInCatchVariables":true,"verbatimModuleSyntax":true},"referencedMap":[[144,1],[83,2],[119,3],[117,4],[106,5],[118,6],[87,7],[126,8],[116,9],[93,10],[111,11],[108,12],[91,13],[103,14],[94,15],[107,16],[104,17],[90,18],[110,19],[112,20],[113,21],[114,21],[115,22],[121,21],[122,23],[105,24],[96,25],[97,25],[98,25],[109,26],[95,27],[123,28],[124,29],[92,30],[100,31],[101,32],[102,33],[125,17],[163,34],[164,35],[167,36],[165,37],[166,37],[133,38],[140,37],[128,39],[141,40],[127,37],[142,40],[137,41],[138,42],[136,43],[85,37],[139,37],[147,44],[146,37],[149,45],[162,46],[131,47],[130,47],[145,48],[132,47],[134,49],[150,49],[129,37],[151,50],[152,37],[135,51],[159,37],[153,52],[154,37],[155,37],[156,38],[148,53],[158,54],[161,55]],"changeFileSet":[160,144,143,82,157,83,84,80,81,13,14,17,16,2,18,19,20,21,22,23,24,25,3,26,27,4,28,32,29,30,31,33,34,35,5,36,37,38,39,6,43,40,41,42,44,7,45,50,51,46,47,48,49,8,55,52,53,54,56,9,57,58,59,61,60,62,63,10,64,65,66,11,67,68,69,70,71,1,72,73,12,77,75,79,74,78,76,15,119,117,88,106,118,87,126,89,116,93,111,108,91,103,94,107,104,90,110,112,113,114,115,120,86,121,122,105,96,97,98,109,95,123,124,99,92,100,101,102,125,163,164,167,165,166,133,140,128,141,127,142,137,138,136,85,139,147,146,149,168,162,131,130,145,132,134,150,129,151,152,135,159,153,154,155,156,148,158,161],"version":"5.8.3"}