obsidian-typings 3.13.1 → 3.13.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bun.lock +98 -73
- package/dist/cjs/implementations.d.cts +18 -7
- package/dist/cjs/types.d.cts +20 -9
- package/dist/obsidian-typings.api.json +169 -23
- package/package.json +22 -21
- package/patches/@pixi+color+7.2.4.patch +10 -0
- package/patches/@pixi+events+7.2.4.patch +25 -0
- package/patches/{@pixi+settings+7.4.3.patch → @pixi+settings+7.2.4.patch} +4 -4
- package/patches/@pixi+events+7.4.3.patch +0 -14
- package/patches/dompurify+3.2.6.patch +0 -12
- package/patches/pixi.js+8.9.2.patch +0 -27
package/bun.lock
CHANGED
|
@@ -5,28 +5,29 @@
|
|
|
5
5
|
"name": "obsidian-typings",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@antfu/utils": "9.2.0",
|
|
8
|
-
"@capacitor/core": "
|
|
9
|
-
"@codemirror/language": "
|
|
10
|
-
"@codemirror/search": "
|
|
11
|
-
"@codemirror/state": "
|
|
12
|
-
"@lezer/common": "
|
|
13
|
-
"@pixi/color": "
|
|
14
|
-
"@pixi/events": "7.4
|
|
15
|
-
"@pixi/settings": "7.4
|
|
16
|
-
"@types/codemirror": "
|
|
17
|
-
"@types/css-font-loading-module": "
|
|
8
|
+
"@capacitor/core": "5.7.8",
|
|
9
|
+
"@codemirror/language": "6.11.2",
|
|
10
|
+
"@codemirror/search": "6.5.11",
|
|
11
|
+
"@codemirror/state": "6.5.2",
|
|
12
|
+
"@lezer/common": "1.2.3",
|
|
13
|
+
"@pixi/color": "7.2.4",
|
|
14
|
+
"@pixi/events": "7.2.4",
|
|
15
|
+
"@pixi/settings": "7.2.4",
|
|
16
|
+
"@types/codemirror": "5.60.16",
|
|
17
|
+
"@types/css-font-loading-module": "0.0.14",
|
|
18
|
+
"@types/dompurify": "3.0.1",
|
|
18
19
|
"@types/node": "^18.17.0 || >=20.1.0",
|
|
19
|
-
"@types/prismjs": "
|
|
20
|
-
"@types/turndown": "
|
|
21
|
-
"
|
|
20
|
+
"@types/prismjs": "1.26.5",
|
|
21
|
+
"@types/turndown": "5.0.5",
|
|
22
|
+
"colord": "2.9.3",
|
|
22
23
|
"electron": ">=1.6.10",
|
|
23
|
-
"i18next": "
|
|
24
|
-
"mermaid": "
|
|
25
|
-
"moment": "
|
|
24
|
+
"i18next": "25.2.1",
|
|
25
|
+
"mermaid": "11.4.1",
|
|
26
|
+
"moment": "2.29.4",
|
|
26
27
|
"obsidian": "1.8.7",
|
|
27
|
-
"pdfjs-dist": "
|
|
28
|
-
"pixi.js": "
|
|
29
|
-
"scrypt-js": "
|
|
28
|
+
"pdfjs-dist": "5.3.31",
|
|
29
|
+
"pixi.js": "7.2.4",
|
|
30
|
+
"scrypt-js": "3.0.1",
|
|
30
31
|
"style-mod": "4.1.2",
|
|
31
32
|
},
|
|
32
33
|
"devDependencies": {
|
|
@@ -48,7 +49,7 @@
|
|
|
48
49
|
},
|
|
49
50
|
"overrides": {
|
|
50
51
|
"boolean": "npm:dry-uninstall",
|
|
51
|
-
"dompurify": "3.
|
|
52
|
+
"dompurify": "3.0.1",
|
|
52
53
|
},
|
|
53
54
|
"packages": {
|
|
54
55
|
"@antfu/install-pkg": ["@antfu/install-pkg@1.0.0", "", { "dependencies": { "package-manager-detector": "^0.2.8", "tinyexec": "^0.3.2" } }, "sha512-xvX6P/lo1B3ej0OsaErAjqgFYzYVcJpamjLAFLYh9vRJngBrMoUG7aVnrGTeqM7yxbyTD5p3F2+0/QUEh8Vzhw=="],
|
|
@@ -59,7 +60,7 @@
|
|
|
59
60
|
|
|
60
61
|
"@braintree/sanitize-url": ["@braintree/sanitize-url@7.1.1", "", {}, "sha512-i1L7noDNxtFyL5DmZafWy1wRVhGehQmzZaz1HiN5e7iylJMSZR7ekOV7NsIqa5qBldlLrsKv4HbgFUVlQrz8Mw=="],
|
|
61
62
|
|
|
62
|
-
"@capacitor/core": ["@capacitor/core@
|
|
63
|
+
"@capacitor/core": ["@capacitor/core@5.7.8", "", { "dependencies": { "tslib": "^2.1.0" } }, "sha512-rrZcm/2vJM0WdWRQup1TUidbjQV9PfIadSkV4rAGLD7R6PuzZSMPGT0gmoZzCRlXkqrazrWWDkurei3ozU02FA=="],
|
|
63
64
|
|
|
64
65
|
"@chevrotain/cst-dts-gen": ["@chevrotain/cst-dts-gen@11.0.3", "", { "dependencies": { "@chevrotain/gast": "11.0.3", "@chevrotain/types": "11.0.3", "lodash-es": "4.17.21" } }, "sha512-BvIKpRLeS/8UbfxXxgC33xOumsacaeCKAjAeLyOn7Pcp95HiRbrpl14S+9vaZLolnbssPIUuiUd8IvgkRyt6NQ=="],
|
|
65
66
|
|
|
@@ -71,7 +72,7 @@
|
|
|
71
72
|
|
|
72
73
|
"@chevrotain/utils": ["@chevrotain/utils@11.0.3", "", {}, "sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ=="],
|
|
73
74
|
|
|
74
|
-
"@codemirror/language": ["@codemirror/language@6.11.
|
|
75
|
+
"@codemirror/language": ["@codemirror/language@6.11.2", "", { "dependencies": { "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.23.0", "@lezer/common": "^1.1.0", "@lezer/highlight": "^1.0.0", "@lezer/lr": "^1.0.0", "style-mod": "^4.0.0" } }, "sha512-p44TsNArL4IVXDTbapUmEkAlvWs2CFQbcfc0ymDsis1kH2wh0gcY96AS29c/vp2d0y2Tquk1EDSaawpzilUiAw=="],
|
|
75
76
|
|
|
76
77
|
"@codemirror/search": ["@codemirror/search@6.5.11", "", { "dependencies": { "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0", "crelt": "^1.0.5" } }, "sha512-KmWepDE6jUdL6n8cAAqIpRmLPBZ5ZKnicE8oGU/s3QrAVID+0VhLFrzUucVKHG5035/BSykhExDL/Xm7dHthiA=="],
|
|
77
78
|
|
|
@@ -297,7 +298,7 @@
|
|
|
297
298
|
|
|
298
299
|
"@marijn/find-cluster-break": ["@marijn/find-cluster-break@1.0.2", "", {}, "sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g=="],
|
|
299
300
|
|
|
300
|
-
"@mermaid-js/parser": ["@mermaid-js/parser@0.
|
|
301
|
+
"@mermaid-js/parser": ["@mermaid-js/parser@0.3.0", "", { "dependencies": { "langium": "3.0.0" } }, "sha512-HsvL6zgE5sUPGgkIDlmAWR1HTNHz2Iy11BAWPTa4Jjabkpguy4Ze2gzfLrg6pdRuBvFwgUYyxiaNqZwrEEXepA=="],
|
|
301
302
|
|
|
302
303
|
"@microsoft/api-extractor": ["@microsoft/api-extractor@7.52.8", "", { "dependencies": { "@microsoft/api-extractor-model": "7.30.6", "@microsoft/tsdoc": "~0.15.1", "@microsoft/tsdoc-config": "~0.17.1", "@rushstack/node-core-library": "5.13.1", "@rushstack/rig-package": "0.5.3", "@rushstack/terminal": "0.15.3", "@rushstack/ts-command-line": "5.0.1", "lodash": "~4.17.15", "minimatch": "~3.0.3", "resolve": "~1.22.1", "semver": "~7.5.4", "source-map": "~0.6.1", "typescript": "5.8.2" }, "bin": { "api-extractor": "bin/api-extractor" } }, "sha512-cszYIcjiNscDoMB1CIKZ3My61+JOhpERGlGr54i6bocvGLrcL/wo9o+RNXMBrb7XgLtKaizZWUpqRduQuHQLdg=="],
|
|
303
304
|
|
|
@@ -335,25 +336,75 @@
|
|
|
335
336
|
|
|
336
337
|
"@nodelib/fs.walk": ["@nodelib/fs.walk@1.2.8", "", { "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg=="],
|
|
337
338
|
|
|
338
|
-
"@pixi/
|
|
339
|
+
"@pixi/accessibility": ["@pixi/accessibility@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4", "@pixi/display": "7.2.4", "@pixi/events": "7.2.4" } }, "sha512-EVjuqUqv9FeYFXCv0S0qj1hgCtbAMNBPCbOGEtiMogpM++/IySxBZvcOYg3rRgo9inwt2s4Bi7kUiqMPD8hItw=="],
|
|
339
340
|
|
|
340
|
-
"@pixi/
|
|
341
|
+
"@pixi/app": ["@pixi/app@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4", "@pixi/display": "7.2.4" } }, "sha512-eJ2jpu5P28ip07nLItw6sETXn45P4KR/leMJ6zPHRlhT1m8t5zTsWr3jK4Uj8LF2E+6KlPNzLQh5Alf/unn/aQ=="],
|
|
341
342
|
|
|
342
|
-
"@pixi/
|
|
343
|
+
"@pixi/assets": ["@pixi/assets@7.2.4", "", { "dependencies": { "@types/css-font-loading-module": "^0.0.7" }, "peerDependencies": { "@pixi/core": "7.2.4", "@pixi/utils": "7.2.4" } }, "sha512-7199re3wvMAlVqXLaCyAr8IkJSXqkeVAxcYyB2rBu4Id5m2hhlGX1dQsdMBiCXLwu6/LLVqDvJggSNVQBzL6ZQ=="],
|
|
344
|
+
|
|
345
|
+
"@pixi/color": ["@pixi/color@7.2.4", "", { "dependencies": { "colord": "^2.9.3" } }, "sha512-B/+9JRcXe2uE8wQfsueFRPZVayF2VEMRB7XGeRAsWCryOX19nmWhv0Nt3nOU2rvzI0niz9XgugJXsB6vVmDFSg=="],
|
|
346
|
+
|
|
347
|
+
"@pixi/compressed-textures": ["@pixi/compressed-textures@7.2.4", "", { "peerDependencies": { "@pixi/assets": "7.2.4", "@pixi/core": "7.2.4" } }, "sha512-atnWyw/ot/Wg69qhgskKiuTYCZx15IxV35sa0KyXMthyjyvDLCIvOn0nczM6wCBy9H96SjJbfgynVWhVrip6qw=="],
|
|
348
|
+
|
|
349
|
+
"@pixi/constants": ["@pixi/constants@7.2.4", "", {}, "sha512-hKuHBWR6N4Q0Sf5MGF3/9l+POg/G5rqhueHfzofiuelnKg7aBs3BVjjZ+6hZbd6M++vOUmxYelEX/NEFBxrheA=="],
|
|
343
350
|
|
|
344
351
|
"@pixi/core": ["@pixi/core@7.2.4", "", { "dependencies": { "@pixi/color": "7.2.4", "@pixi/constants": "7.2.4", "@pixi/extensions": "7.2.4", "@pixi/math": "7.2.4", "@pixi/runner": "7.2.4", "@pixi/settings": "7.2.4", "@pixi/ticker": "7.2.4", "@pixi/utils": "7.2.4", "@types/offscreencanvas": "^2019.6.4" } }, "sha512-0XtvrfxHlS2T+beBBSpo7GI8+QLyyTqMVQpNmPqB4woYxzrOEJ9JaUFBaBfCvycLeUkfVih1u6HAbtF+2d1EjQ=="],
|
|
345
352
|
|
|
346
353
|
"@pixi/display": ["@pixi/display@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4" } }, "sha512-w5tqb8cWEO5qIDaO9GEqRvxYhL0iMk0Wsngw23bbLm1gLEQmrFkB2tpJlRAqd7H82C3DrDDeWvkrrxW6+m4apg=="],
|
|
347
354
|
|
|
348
|
-
"@pixi/events": ["@pixi/events@7.4
|
|
355
|
+
"@pixi/events": ["@pixi/events@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4", "@pixi/display": "7.2.4" } }, "sha512-/JtmoB98fzIU8giN9xvlRvmvOi6u4MaD2DnKNOMHkQ1MBraj3pmrXM9fZ0JbNzi+324GraAAY76QidgHjIYoYQ=="],
|
|
349
356
|
|
|
350
357
|
"@pixi/extensions": ["@pixi/extensions@7.2.4", "", {}, "sha512-Mnqv9scbL1ARD3QFKfOWs2aSVJJfP1dL8g5UiqGImYO3rZbz/9QCzXOeMVIZ5n3iaRyKMNhFFr84/zUja2H7Dw=="],
|
|
351
358
|
|
|
359
|
+
"@pixi/extract": ["@pixi/extract@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4" } }, "sha512-wlXZg+J2L/1jQhRi5nZQP/cXshovhjksjss91eAKMvY5aGxNAQovCP4xotJ/XJjfTvPMpeRzHPFYzm3PrOPQ7g=="],
|
|
360
|
+
|
|
361
|
+
"@pixi/filter-alpha": ["@pixi/filter-alpha@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4" } }, "sha512-UTUMSGyktUr+I9vmigqJo9iUhb0nwGyqTTME2xBWZvVGCnl5z+/wHxvIBBCe5pNZ66IM15pGXQ4cDcfqCuP2kA=="],
|
|
362
|
+
|
|
363
|
+
"@pixi/filter-blur": ["@pixi/filter-blur@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4" } }, "sha512-aLyXIoxy14bTansCPtbY8x7Sdn2OrrqkF/pcKiRXHJGGhi7wPacvB/NcmYJdnI/n2ExQ6V5Njuj/nfrsejVwcA=="],
|
|
364
|
+
|
|
365
|
+
"@pixi/filter-color-matrix": ["@pixi/filter-color-matrix@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4" } }, "sha512-DFtayybYXoUh73eHUFRK5REbi1t3FZuVUnaQTj+euHKF9L7EaYc3Q9wctpx1WPRcwkqEX50M4SNFhxpA7Pxtaw=="],
|
|
366
|
+
|
|
367
|
+
"@pixi/filter-displacement": ["@pixi/filter-displacement@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4" } }, "sha512-Simq3IBJKt7+Gvk4kK7OFkfoeYUMhNhIyATCdeT+Jkdkq5WV7pYnH5hqO0YW7eAHrgjV13yn6t4H/GC4+6LhEA=="],
|
|
368
|
+
|
|
369
|
+
"@pixi/filter-fxaa": ["@pixi/filter-fxaa@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4" } }, "sha512-qzKjdL+Ih18uGTJLg8tT/H+YCsTeGkw2uF7lyKnw/lxGLJQhLWIhM95M9qSNgxbXyW1vp7SbG81a9aAEz2HAhA=="],
|
|
370
|
+
|
|
371
|
+
"@pixi/filter-noise": ["@pixi/filter-noise@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4" } }, "sha512-QAU9Ybj2ZQrWM9ZEjTTC0iLnQcuyNoZNRinxSbg1G0yacpmsSb9wvV5ltIZ66+hfY+90+u2Nudt/v9g6pvOdGg=="],
|
|
372
|
+
|
|
373
|
+
"@pixi/graphics": ["@pixi/graphics@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4", "@pixi/display": "7.2.4", "@pixi/sprite": "7.2.4" } }, "sha512-3A2EumTjWJgXlDLOyuBrl9b6v1Za/E+/IjOGUIX843HH4NYaf1a2sfDfljx6r3oiDvy+VhuBFmgynRcV5IyA0Q=="],
|
|
374
|
+
|
|
352
375
|
"@pixi/math": ["@pixi/math@7.2.4", "", {}, "sha512-LJB+mozyEPllxa0EssFZrKNfVwysfaBun4b2dJKQQInp0DafgbA0j7A+WVg0oe51KhFULTJMpDqbLn/ITFc41A=="],
|
|
353
376
|
|
|
377
|
+
"@pixi/mesh": ["@pixi/mesh@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4", "@pixi/display": "7.2.4" } }, "sha512-wiALIqcRKib2BqeH9kOA5fOKWN352nqAspgbDa8gA7OyWzmNwqIedIlElixd0oLFOrIN5jOZAdzeKnoYQlt9Aw=="],
|
|
378
|
+
|
|
379
|
+
"@pixi/mesh-extras": ["@pixi/mesh-extras@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4", "@pixi/mesh": "7.2.4" } }, "sha512-Lxqq/1E2EmDgjZX8KzjhBy3VvITIQ00arr2ikyHYF1d0XtQTKEYpr8VKzhchqZ5/9DuyTDbDMYGhcxoNXQmZrQ=="],
|
|
380
|
+
|
|
381
|
+
"@pixi/mixin-cache-as-bitmap": ["@pixi/mixin-cache-as-bitmap@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4", "@pixi/display": "7.2.4", "@pixi/sprite": "7.2.4" } }, "sha512-95L/9nzfLHw6GoeqqRl/RjSloKvRt0xrc2inCmjMZvMsFUEtHN2F8IWd1k5vcv0S+83NCreFkJg6nJm1m5AZqg=="],
|
|
382
|
+
|
|
383
|
+
"@pixi/mixin-get-child-by-name": ["@pixi/mixin-get-child-by-name@7.2.4", "", { "peerDependencies": { "@pixi/display": "7.2.4" } }, "sha512-9g17KgSBEEhkinnKk4dqmxagzHOCPSTvGB6lOopBq4yyXmr/2WVv+QGjuzE0O+p80szQeBJjPBQxzrfBILaSRw=="],
|
|
384
|
+
|
|
385
|
+
"@pixi/mixin-get-global-position": ["@pixi/mixin-get-global-position@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4", "@pixi/display": "7.2.4" } }, "sha512-UrAUF2BXCeWtFgR2m+er41Ky7zShT7r228cZkB6ZfYwMeThhwqG5mH68UeCyP6p68JMpT1gjI2DPfeSRY3ecnA=="],
|
|
386
|
+
|
|
387
|
+
"@pixi/particle-container": ["@pixi/particle-container@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4", "@pixi/display": "7.2.4", "@pixi/sprite": "7.2.4" } }, "sha512-tpSzilZGFtAoi8XhzL0TecLPNRQAbY8nWV9XNGXJDw+nxXp18GCe8L6eEmnHLlAug67BRHl65DtrdvTknPX+4g=="],
|
|
388
|
+
|
|
389
|
+
"@pixi/prepare": ["@pixi/prepare@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4", "@pixi/display": "7.2.4", "@pixi/graphics": "7.2.4", "@pixi/text": "7.2.4" } }, "sha512-Yff5Sh4kTLdKc5VkkM44LW9gpj7Izw8ns3P1TzWxqeGjzPZ3folr/tQujGL+Qw+8A9VESp+hX9MSIHyw+jpyrg=="],
|
|
390
|
+
|
|
354
391
|
"@pixi/runner": ["@pixi/runner@7.2.4", "", {}, "sha512-YtyqPk1LA+0guEFKSFx6t/YSvbEQwajFwi4Ft8iDhioa6VK2MmTir1GjWwy7JQYLcDmYSAcQjnmFtVTZohyYSw=="],
|
|
355
392
|
|
|
356
|
-
"@pixi/settings": ["@pixi/settings@7.4
|
|
393
|
+
"@pixi/settings": ["@pixi/settings@7.2.4", "", { "dependencies": { "@pixi/constants": "7.2.4", "@types/css-font-loading-module": "^0.0.7", "ismobilejs": "^1.1.0" } }, "sha512-ZPKRar9EwibijGmH8EViu4Greq1I/O7V/xQx2rNqN23XA7g09Qo6yfaeQpufu5xl8+/lZrjuHtQSnuY7OgG1CA=="],
|
|
394
|
+
|
|
395
|
+
"@pixi/sprite": ["@pixi/sprite@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4", "@pixi/display": "7.2.4" } }, "sha512-DhR1B+/d0eXpxHIesJMXcVPrKFwQ+zRA1LvEIFfzewqfaRN3X6PMIuoKX8SIb6tl+Hq8Ba9Pe28zI7d2rmRzrA=="],
|
|
396
|
+
|
|
397
|
+
"@pixi/sprite-animated": ["@pixi/sprite-animated@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4", "@pixi/sprite": "7.2.4" } }, "sha512-9eRriPSC0QVS7U9zQlrG3uEI5+h3fi+mqofXy+yjk1sGCmXSIJME5p2wg2mzxoJk3qkSMagQA9QHtL26Fti8Iw=="],
|
|
398
|
+
|
|
399
|
+
"@pixi/sprite-tiling": ["@pixi/sprite-tiling@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4", "@pixi/display": "7.2.4", "@pixi/sprite": "7.2.4" } }, "sha512-nGfxQoACRx49dUN0oW1vFm3141M+7gkAbzoNJym2Pljd2dpLME9fb5E6Lyahu0yWMaPRhhGorn6z9VIGmTF3Jw=="],
|
|
400
|
+
|
|
401
|
+
"@pixi/spritesheet": ["@pixi/spritesheet@7.2.4", "", { "peerDependencies": { "@pixi/assets": "7.2.4", "@pixi/core": "7.2.4" } }, "sha512-LNmlavyiMQeCF0U4S+yhzxUYmPmat6EpLjLnkGukQTZV5CZkxDCVgXM9uKoRF2DvNydj4yuwZ6+JjK8QssHI8Q=="],
|
|
402
|
+
|
|
403
|
+
"@pixi/text": ["@pixi/text@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4", "@pixi/sprite": "7.2.4" } }, "sha512-DGu7ktpe+zHhqR2sG9NsJt4mgvSObv5EqXTtUxD4Z0li1gmqF7uktpLyn5I6vSg1TTEL4TECClRDClVDGiykWw=="],
|
|
404
|
+
|
|
405
|
+
"@pixi/text-bitmap": ["@pixi/text-bitmap@7.2.4", "", { "peerDependencies": { "@pixi/assets": "7.2.4", "@pixi/core": "7.2.4", "@pixi/display": "7.2.4", "@pixi/mesh": "7.2.4", "@pixi/text": "7.2.4" } }, "sha512-3u2CP4VN+muCaq/jtj7gn0hb3DET/X2S04zTBcgc2WVGufJc62yz+UDzS9jC+ellotVdt9c8U74++vpz3zJGfw=="],
|
|
406
|
+
|
|
407
|
+
"@pixi/text-html": ["@pixi/text-html@7.2.4", "", { "peerDependencies": { "@pixi/core": "7.2.4", "@pixi/display": "7.2.4", "@pixi/sprite": "7.2.4", "@pixi/text": "7.2.4" } }, "sha512-0NfLAE/w51ZtatxVqLvDS62iO0VLKsSdctqTAVv4Zlgdk9TKJmX1WUucHJboTvbm2SbDjNDGfZ6qXM5nAslIDQ=="],
|
|
357
408
|
|
|
358
409
|
"@pixi/ticker": ["@pixi/ticker@7.2.4", "", { "dependencies": { "@pixi/extensions": "7.2.4", "@pixi/settings": "7.2.4", "@pixi/utils": "7.2.4" } }, "sha512-hQQHIHvGeFsP4GNezZqjzuhUgNQEVgCH9+qU05UX1Mc5UHC9l6OJnY4VTVhhcHxZjA6RnyaY+1zBxCnoXuazpg=="],
|
|
359
410
|
|
|
@@ -445,6 +496,8 @@
|
|
|
445
496
|
|
|
446
497
|
"@types/d3-zoom": ["@types/d3-zoom@3.0.8", "", { "dependencies": { "@types/d3-interpolate": "*", "@types/d3-selection": "*" } }, "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw=="],
|
|
447
498
|
|
|
499
|
+
"@types/dompurify": ["@types/dompurify@3.0.1", "", { "dependencies": { "@types/jsdom": "*", "@types/trusted-types": "*" } }, "sha512-ubq8VKmf8W+U48jUOiZO4BoSGS7NnbITPMvrF+7HgMN4L+eezCKv8QBPB8p3o4YPicLMmNeTyDkE5X4c2ViHJQ=="],
|
|
500
|
+
|
|
448
501
|
"@types/earcut": ["@types/earcut@2.1.4", "", {}, "sha512-qp3m9PPz4gULB9MhjGID7wpo3gJ4bTGXm7ltNDsmOvsPduTeHp8wSW9YckBj3mljeOh4F0m2z/0JKAALRKbmLQ=="],
|
|
449
502
|
|
|
450
503
|
"@types/estree": ["@types/estree@1.0.5", "", {}, "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw=="],
|
|
@@ -453,6 +506,8 @@
|
|
|
453
506
|
|
|
454
507
|
"@types/http-cache-semantics": ["@types/http-cache-semantics@4.0.4", "", {}, "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA=="],
|
|
455
508
|
|
|
509
|
+
"@types/jsdom": ["@types/jsdom@21.1.7", "", { "dependencies": { "@types/node": "*", "@types/tough-cookie": "*", "parse5": "^7.0.0" } }, "sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA=="],
|
|
510
|
+
|
|
456
511
|
"@types/keyv": ["@types/keyv@3.1.4", "", { "dependencies": { "@types/node": "*" } }, "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg=="],
|
|
457
512
|
|
|
458
513
|
"@types/node": ["@types/node@22.15.17", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw=="],
|
|
@@ -465,16 +520,14 @@
|
|
|
465
520
|
|
|
466
521
|
"@types/tern": ["@types/tern@0.23.9", "", { "dependencies": { "@types/estree": "*" } }, "sha512-ypzHFE/wBzh+BlH6rrBgS5I/Z7RD21pGhZ2rltb/+ZrVM1awdZwjx7hE5XfuYgHWk9uvV5HLZN3SloevCAp3Bw=="],
|
|
467
522
|
|
|
523
|
+
"@types/tough-cookie": ["@types/tough-cookie@4.0.5", "", {}, "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA=="],
|
|
524
|
+
|
|
468
525
|
"@types/trusted-types": ["@types/trusted-types@2.0.7", "", {}, "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="],
|
|
469
526
|
|
|
470
527
|
"@types/turndown": ["@types/turndown@5.0.5", "", {}, "sha512-TL2IgGgc7B5j78rIccBtlYAnkuv8nUQqhQc+DSYV5j9Be9XOcm/SKOVRuA47xAVI3680Tk9B1d8flK2GWT2+4w=="],
|
|
471
528
|
|
|
472
529
|
"@types/yauzl": ["@types/yauzl@2.10.3", "", { "dependencies": { "@types/node": "*" } }, "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q=="],
|
|
473
530
|
|
|
474
|
-
"@webgpu/types": ["@webgpu/types@0.1.60", "", {}, "sha512-8B/tdfRFKdrnejqmvq95ogp8tf52oZ51p3f4QD5m5Paey/qlX4Rhhy5Y8tgFMi7Ms70HzcMMw3EQjH/jdhTwlA=="],
|
|
475
|
-
|
|
476
|
-
"@xmldom/xmldom": ["@xmldom/xmldom@0.8.10", "", {}, "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw=="],
|
|
477
|
-
|
|
478
531
|
"@yarnpkg/lockfile": ["@yarnpkg/lockfile@1.1.0", "", {}, "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ=="],
|
|
479
532
|
|
|
480
533
|
"acorn": ["acorn@8.14.1", "", { "bin": { "acorn": "bin/acorn" } }, "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg=="],
|
|
@@ -677,7 +730,7 @@
|
|
|
677
730
|
|
|
678
731
|
"detect-node": ["detect-node@2.1.0", "", {}, "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g=="],
|
|
679
732
|
|
|
680
|
-
"dompurify": ["dompurify@3.
|
|
733
|
+
"dompurify": ["dompurify@3.0.1", "", {}, "sha512-60tsgvPKwItxZZdfLmamp0MTcecCta3avOhsLgPZ0qcWt96OasFfhkeIRbJ6br5i0fQawT1/RBGB5L58/Jpwuw=="],
|
|
681
734
|
|
|
682
735
|
"dprint": ["dprint@0.50.1", "", { "optionalDependencies": { "@dprint/darwin-arm64": "0.50.1", "@dprint/darwin-x64": "0.50.1", "@dprint/linux-arm64-glibc": "0.50.1", "@dprint/linux-arm64-musl": "0.50.1", "@dprint/linux-riscv64-glibc": "0.50.1", "@dprint/linux-x64-glibc": "0.50.1", "@dprint/linux-x64-musl": "0.50.1", "@dprint/win32-arm64": "0.50.1", "@dprint/win32-x64": "0.50.1" }, "bin": { "dprint": "bin.js" } }, "sha512-s+kUyQp2rGpwsM3vVmXySOY3v1NjYyRpKfQZdP4rfNTz6zQuICSO6nqIXNm3YdK1MwNFR/EXSFMuE1YPuulhow=="],
|
|
683
736
|
|
|
@@ -693,6 +746,8 @@
|
|
|
693
746
|
|
|
694
747
|
"end-of-stream": ["end-of-stream@1.4.4", "", { "dependencies": { "once": "^1.4.0" } }, "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q=="],
|
|
695
748
|
|
|
749
|
+
"entities": ["entities@6.0.1", "", {}, "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g=="],
|
|
750
|
+
|
|
696
751
|
"env-paths": ["env-paths@3.0.0", "", {}, "sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A=="],
|
|
697
752
|
|
|
698
753
|
"error-ex": ["error-ex@1.3.2", "", { "dependencies": { "is-arrayish": "^0.2.1" } }, "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g=="],
|
|
@@ -719,7 +774,7 @@
|
|
|
719
774
|
|
|
720
775
|
"esprima": ["esprima@4.0.1", "", { "bin": { "esparse": "bin/esparse.js", "esvalidate": "bin/esvalidate.js" } }, "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="],
|
|
721
776
|
|
|
722
|
-
"eventemitter3": ["eventemitter3@
|
|
777
|
+
"eventemitter3": ["eventemitter3@4.0.7", "", {}, "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="],
|
|
723
778
|
|
|
724
779
|
"exsolve": ["exsolve@1.0.4", "", {}, "sha512-xsZH6PXaER4XoV+NiT7JHp1bJodJVT+cxeSH1G0f0tlT0lJqYuHUP3bUx2HtfTDvOagMINYp8rsqusxud3RXhw=="],
|
|
725
780
|
|
|
@@ -773,8 +828,6 @@
|
|
|
773
828
|
|
|
774
829
|
"get-symbol-description": ["get-symbol-description@1.0.2", "", { "dependencies": { "call-bind": "^1.0.5", "es-errors": "^1.3.0", "get-intrinsic": "^1.2.4" } }, "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg=="],
|
|
775
830
|
|
|
776
|
-
"gifuct-js": ["gifuct-js@2.1.2", "", { "dependencies": { "js-binary-schema-parser": "^2.0.3" } }, "sha512-rI2asw77u0mGgwhV3qA+OEgYqaDn5UNqgs+Bx0FGwSpuqfYn+Ir6RQY5ENNQ8SbIiG/m5gVa7CD5RriO4f4Lsg=="],
|
|
777
|
-
|
|
778
831
|
"glob": ["glob@7.2.3", "", { "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q=="],
|
|
779
832
|
|
|
780
833
|
"glob-parent": ["glob-parent@5.1.2", "", { "dependencies": { "is-glob": "^4.0.1" } }, "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow=="],
|
|
@@ -889,8 +942,6 @@
|
|
|
889
942
|
|
|
890
943
|
"jju": ["jju@1.4.0", "", {}, "sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA=="],
|
|
891
944
|
|
|
892
|
-
"js-binary-schema-parser": ["js-binary-schema-parser@2.0.3", "", {}, "sha512-xezGJmOb4lk/M1ZZLTR/jaBHQ4gG/lqQnJqdIv4721DMggsa1bDVlHXNeHYogaIEHD9vCRv0fcL4hMA+Coarkg=="],
|
|
893
|
-
|
|
894
945
|
"json-buffer": ["json-buffer@3.0.1", "", {}, "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ=="],
|
|
895
946
|
|
|
896
947
|
"json-parse-better-errors": ["json-parse-better-errors@1.0.2", "", {}, "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="],
|
|
@@ -915,7 +966,7 @@
|
|
|
915
966
|
|
|
916
967
|
"kolorist": ["kolorist@1.8.0", "", {}, "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ=="],
|
|
917
968
|
|
|
918
|
-
"langium": ["langium@3.
|
|
969
|
+
"langium": ["langium@3.0.0", "", { "dependencies": { "chevrotain": "~11.0.3", "chevrotain-allstar": "~0.3.0", "vscode-languageserver": "~9.0.1", "vscode-languageserver-textdocument": "~1.0.11", "vscode-uri": "~3.0.8" } }, "sha512-+Ez9EoiByeoTu/2BXmEaZ06iPNXM6thWJp02KfBO/raSMyCJ4jw7AkWWa+zBCTm0+Tw1Fj9FOxdqSskyN5nAwg=="],
|
|
919
970
|
|
|
920
971
|
"layout-base": ["layout-base@1.0.2", "", {}, "sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg=="],
|
|
921
972
|
|
|
@@ -931,7 +982,7 @@
|
|
|
931
982
|
|
|
932
983
|
"lru-cache": ["lru-cache@6.0.0", "", { "dependencies": { "yallist": "^4.0.0" } }, "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA=="],
|
|
933
984
|
|
|
934
|
-
"marked": ["marked@
|
|
985
|
+
"marked": ["marked@13.0.3", "", { "bin": { "marked": "bin/marked.js" } }, "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA=="],
|
|
935
986
|
|
|
936
987
|
"matcher": ["matcher@3.0.0", "", { "dependencies": { "escape-string-regexp": "^4.0.0" } }, "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng=="],
|
|
937
988
|
|
|
@@ -941,7 +992,7 @@
|
|
|
941
992
|
|
|
942
993
|
"merge2": ["merge2@1.4.1", "", {}, "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="],
|
|
943
994
|
|
|
944
|
-
"mermaid": ["mermaid@11.
|
|
995
|
+
"mermaid": ["mermaid@11.4.1", "", { "dependencies": { "@braintree/sanitize-url": "^7.0.1", "@iconify/utils": "^2.1.32", "@mermaid-js/parser": "^0.3.0", "@types/d3": "^7.4.3", "cytoscape": "^3.29.2", "cytoscape-cose-bilkent": "^4.1.0", "cytoscape-fcose": "^2.2.0", "d3": "^7.9.0", "d3-sankey": "^0.12.3", "dagre-d3-es": "7.0.11", "dayjs": "^1.11.10", "dompurify": "^3.2.1", "katex": "^0.16.9", "khroma": "^2.1.0", "lodash-es": "^4.17.21", "marked": "^13.0.2", "roughjs": "^4.6.6", "stylis": "^4.3.1", "ts-dedent": "^2.2.0", "uuid": "^9.0.1" } }, "sha512-Mb01JT/x6CKDWaxigwfZYuYmDZ6xtrNwNlidKZwkSrDaY9n90tdrJTV5Umk+wP1fZscGptmKFXHsXMDEVZ+Q6A=="],
|
|
945
996
|
|
|
946
997
|
"micromatch": ["micromatch@4.0.8", "", { "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" } }, "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA=="],
|
|
947
998
|
|
|
@@ -953,7 +1004,7 @@
|
|
|
953
1004
|
|
|
954
1005
|
"mlly": ["mlly@1.7.4", "", { "dependencies": { "acorn": "^8.14.0", "pathe": "^2.0.1", "pkg-types": "^1.3.0", "ufo": "^1.5.4" } }, "sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw=="],
|
|
955
1006
|
|
|
956
|
-
"moment": ["moment@2.
|
|
1007
|
+
"moment": ["moment@2.29.4", "", {}, "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="],
|
|
957
1008
|
|
|
958
1009
|
"ms": ["ms@2.1.2", "", {}, "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="],
|
|
959
1010
|
|
|
@@ -987,7 +1038,7 @@
|
|
|
987
1038
|
|
|
988
1039
|
"parse-json": ["parse-json@4.0.0", "", { "dependencies": { "error-ex": "^1.3.1", "json-parse-better-errors": "^1.0.1" } }, "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw=="],
|
|
989
1040
|
|
|
990
|
-
"
|
|
1041
|
+
"parse5": ["parse5@7.3.0", "", { "dependencies": { "entities": "^6.0.0" } }, "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw=="],
|
|
991
1042
|
|
|
992
1043
|
"patch-package": ["patch-package@8.0.0", "", { "dependencies": { "@yarnpkg/lockfile": "^1.1.0", "chalk": "^4.1.2", "ci-info": "^3.7.0", "cross-spawn": "^7.0.3", "find-yarn-workspace-root": "^2.0.0", "fs-extra": "^9.0.0", "json-stable-stringify": "^1.0.2", "klaw-sync": "^6.0.0", "minimist": "^1.2.6", "open": "^7.4.2", "rimraf": "^2.6.3", "semver": "^7.5.3", "slash": "^2.0.0", "tmp": "^0.0.33", "yaml": "^2.2.2" }, "bin": { "patch-package": "index.js" } }, "sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA=="],
|
|
993
1044
|
|
|
@@ -1015,7 +1066,7 @@
|
|
|
1015
1066
|
|
|
1016
1067
|
"pify": ["pify@3.0.0", "", {}, "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg=="],
|
|
1017
1068
|
|
|
1018
|
-
"pixi.js": ["pixi.js@
|
|
1069
|
+
"pixi.js": ["pixi.js@7.2.4", "", { "dependencies": { "@pixi/accessibility": "7.2.4", "@pixi/app": "7.2.4", "@pixi/assets": "7.2.4", "@pixi/compressed-textures": "7.2.4", "@pixi/core": "7.2.4", "@pixi/display": "7.2.4", "@pixi/events": "7.2.4", "@pixi/extensions": "7.2.4", "@pixi/extract": "7.2.4", "@pixi/filter-alpha": "7.2.4", "@pixi/filter-blur": "7.2.4", "@pixi/filter-color-matrix": "7.2.4", "@pixi/filter-displacement": "7.2.4", "@pixi/filter-fxaa": "7.2.4", "@pixi/filter-noise": "7.2.4", "@pixi/graphics": "7.2.4", "@pixi/mesh": "7.2.4", "@pixi/mesh-extras": "7.2.4", "@pixi/mixin-cache-as-bitmap": "7.2.4", "@pixi/mixin-get-child-by-name": "7.2.4", "@pixi/mixin-get-global-position": "7.2.4", "@pixi/particle-container": "7.2.4", "@pixi/prepare": "7.2.4", "@pixi/sprite": "7.2.4", "@pixi/sprite-animated": "7.2.4", "@pixi/sprite-tiling": "7.2.4", "@pixi/spritesheet": "7.2.4", "@pixi/text": "7.2.4", "@pixi/text-bitmap": "7.2.4", "@pixi/text-html": "7.2.4" } }, "sha512-nBH60meoLnHxoMFz17HoMxXS4uJpG5jwIdL+Gx2S11TzWgP3iKF+/WLOTrkSdyuQoQSdIBxVqpnYii0Wiox15A=="],
|
|
1019
1070
|
|
|
1020
1071
|
"pkg-types": ["pkg-types@2.1.0", "", { "dependencies": { "confbox": "^0.2.1", "exsolve": "^1.0.1", "pathe": "^2.0.3" } }, "sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A=="],
|
|
1021
1072
|
|
|
@@ -1183,7 +1234,7 @@
|
|
|
1183
1234
|
|
|
1184
1235
|
"url": ["url@0.11.4", "", { "dependencies": { "punycode": "^1.4.1", "qs": "^6.12.3" } }, "sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg=="],
|
|
1185
1236
|
|
|
1186
|
-
"uuid": ["uuid@
|
|
1237
|
+
"uuid": ["uuid@9.0.1", "", { "bin": { "uuid": "dist/bin/uuid" } }, "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA=="],
|
|
1187
1238
|
|
|
1188
1239
|
"validate-npm-package-license": ["validate-npm-package-license@3.0.4", "", { "dependencies": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" } }, "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew=="],
|
|
1189
1240
|
|
|
@@ -1237,23 +1288,9 @@
|
|
|
1237
1288
|
|
|
1238
1289
|
"@iconify/utils/debug": ["debug@4.4.0", "", { "dependencies": { "ms": "^2.1.3" } }, "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA=="],
|
|
1239
1290
|
|
|
1240
|
-
"@pixi/
|
|
1241
|
-
|
|
1242
|
-
"@pixi/core/@pixi/constants": ["@pixi/constants@7.2.4", "", {}, "sha512-hKuHBWR6N4Q0Sf5MGF3/9l+POg/G5rqhueHfzofiuelnKg7aBs3BVjjZ+6hZbd6M++vOUmxYelEX/NEFBxrheA=="],
|
|
1243
|
-
|
|
1244
|
-
"@pixi/core/@pixi/settings": ["@pixi/settings@7.2.4", "", { "dependencies": { "@pixi/constants": "7.2.4", "@types/css-font-loading-module": "^0.0.7", "ismobilejs": "^1.1.0" } }, "sha512-ZPKRar9EwibijGmH8EViu4Greq1I/O7V/xQx2rNqN23XA7g09Qo6yfaeQpufu5xl8+/lZrjuHtQSnuY7OgG1CA=="],
|
|
1291
|
+
"@pixi/assets/@types/css-font-loading-module": ["@types/css-font-loading-module@0.0.7", "", {}, "sha512-nl09VhutdjINdWyXxHWN/w9zlNCfr60JUqJbd24YXUuCwgeL0TpFSdElCwb6cxfB6ybE19Gjj4g0jsgkXxKv1Q=="],
|
|
1245
1292
|
|
|
1246
|
-
"@pixi/settings/@types/css-font-loading-module": ["@types/css-font-loading-module@0.0.
|
|
1247
|
-
|
|
1248
|
-
"@pixi/ticker/@pixi/settings": ["@pixi/settings@7.2.4", "", { "dependencies": { "@pixi/constants": "7.2.4", "@types/css-font-loading-module": "^0.0.7", "ismobilejs": "^1.1.0" } }, "sha512-ZPKRar9EwibijGmH8EViu4Greq1I/O7V/xQx2rNqN23XA7g09Qo6yfaeQpufu5xl8+/lZrjuHtQSnuY7OgG1CA=="],
|
|
1249
|
-
|
|
1250
|
-
"@pixi/utils/@pixi/color": ["@pixi/color@7.2.4", "", { "dependencies": { "colord": "^2.9.3" } }, "sha512-B/+9JRcXe2uE8wQfsueFRPZVayF2VEMRB7XGeRAsWCryOX19nmWhv0Nt3nOU2rvzI0niz9XgugJXsB6vVmDFSg=="],
|
|
1251
|
-
|
|
1252
|
-
"@pixi/utils/@pixi/constants": ["@pixi/constants@7.2.4", "", {}, "sha512-hKuHBWR6N4Q0Sf5MGF3/9l+POg/G5rqhueHfzofiuelnKg7aBs3BVjjZ+6hZbd6M++vOUmxYelEX/NEFBxrheA=="],
|
|
1253
|
-
|
|
1254
|
-
"@pixi/utils/@pixi/settings": ["@pixi/settings@7.2.4", "", { "dependencies": { "@pixi/constants": "7.2.4", "@types/css-font-loading-module": "^0.0.7", "ismobilejs": "^1.1.0" } }, "sha512-ZPKRar9EwibijGmH8EViu4Greq1I/O7V/xQx2rNqN23XA7g09Qo6yfaeQpufu5xl8+/lZrjuHtQSnuY7OgG1CA=="],
|
|
1255
|
-
|
|
1256
|
-
"@pixi/utils/eventemitter3": ["eventemitter3@4.0.7", "", {}, "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="],
|
|
1293
|
+
"@pixi/settings/@types/css-font-loading-module": ["@types/css-font-loading-module@0.0.7", "", {}, "sha512-nl09VhutdjINdWyXxHWN/w9zlNCfr60JUqJbd24YXUuCwgeL0TpFSdElCwb6cxfB6ybE19Gjj4g0jsgkXxKv1Q=="],
|
|
1257
1294
|
|
|
1258
1295
|
"@rushstack/node-core-library/ajv": ["ajv@8.13.0", "", { "dependencies": { "fast-deep-equal": "^3.1.3", "json-schema-traverse": "^1.0.0", "require-from-string": "^2.0.2", "uri-js": "^4.4.1" } }, "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA=="],
|
|
1259
1296
|
|
|
@@ -1323,16 +1360,12 @@
|
|
|
1323
1360
|
|
|
1324
1361
|
"obsidian/@types/codemirror": ["@types/codemirror@5.60.8", "", { "dependencies": { "@types/tern": "*" } }, "sha512-VjFgDF/eB+Aklcy15TtOTLQeMjTo07k7KAjql8OK5Dirr7a6sJY4T1uVBDuTVG9VEmn1uUsohOpYnVfgC6/jyw=="],
|
|
1325
1362
|
|
|
1326
|
-
"obsidian/moment": ["moment@2.29.4", "", {}, "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="],
|
|
1327
|
-
|
|
1328
1363
|
"patch-package/chalk": ["chalk@4.1.2", "", { "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" } }, "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA=="],
|
|
1329
1364
|
|
|
1330
1365
|
"patch-package/cross-spawn": ["cross-spawn@7.0.6", "", { "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" } }, "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA=="],
|
|
1331
1366
|
|
|
1332
1367
|
"patch-package/semver": ["semver@7.6.3", "", { "bin": "bin/semver.js" }, "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A=="],
|
|
1333
1368
|
|
|
1334
|
-
"pixi.js/@types/css-font-loading-module": ["@types/css-font-loading-module@0.0.12", "", {}, "sha512-x2tZZYkSxXqWvTDgveSynfjq/T2HyiZHXb00j/+gy19yp70PHCizM48XFdjBCWH7eHBD0R5i/pw9yMBP/BH5uA=="],
|
|
1335
|
-
|
|
1336
1369
|
"qs/side-channel": ["side-channel@1.1.0", "", { "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3", "side-channel-list": "^1.0.0", "side-channel-map": "^1.0.1", "side-channel-weakmap": "^1.0.2" } }, "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw=="],
|
|
1337
1370
|
|
|
1338
1371
|
"roarr/sprintf-js": ["sprintf-js@1.1.3", "", {}, "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA=="],
|
|
@@ -1357,14 +1390,6 @@
|
|
|
1357
1390
|
|
|
1358
1391
|
"@iconify/utils/debug/ms": ["ms@2.1.3", "", {}, "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="],
|
|
1359
1392
|
|
|
1360
|
-
"@pixi/core/@pixi/settings/@types/css-font-loading-module": ["@types/css-font-loading-module@0.0.7", "", {}, "sha512-nl09VhutdjINdWyXxHWN/w9zlNCfr60JUqJbd24YXUuCwgeL0TpFSdElCwb6cxfB6ybE19Gjj4g0jsgkXxKv1Q=="],
|
|
1361
|
-
|
|
1362
|
-
"@pixi/ticker/@pixi/settings/@pixi/constants": ["@pixi/constants@7.2.4", "", {}, "sha512-hKuHBWR6N4Q0Sf5MGF3/9l+POg/G5rqhueHfzofiuelnKg7aBs3BVjjZ+6hZbd6M++vOUmxYelEX/NEFBxrheA=="],
|
|
1363
|
-
|
|
1364
|
-
"@pixi/ticker/@pixi/settings/@types/css-font-loading-module": ["@types/css-font-loading-module@0.0.7", "", {}, "sha512-nl09VhutdjINdWyXxHWN/w9zlNCfr60JUqJbd24YXUuCwgeL0TpFSdElCwb6cxfB6ybE19Gjj4g0jsgkXxKv1Q=="],
|
|
1365
|
-
|
|
1366
|
-
"@pixi/utils/@pixi/settings/@types/css-font-loading-module": ["@types/css-font-loading-module@0.0.7", "", {}, "sha512-nl09VhutdjINdWyXxHWN/w9zlNCfr60JUqJbd24YXUuCwgeL0TpFSdElCwb6cxfB6ybE19Gjj4g0jsgkXxKv1Q=="],
|
|
1367
|
-
|
|
1368
1393
|
"@ts-morph/common/minimatch/brace-expansion": ["brace-expansion@2.0.1", "", { "dependencies": { "balanced-match": "^1.0.0" } }, "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA=="],
|
|
1369
1394
|
|
|
1370
1395
|
"@types/cacheable-request/@types/node/undici-types": ["undici-types@6.20.0", "", {}, "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg=="],
|
|
@@ -7641,9 +7641,9 @@ export interface MetadataEditorProperty extends Component {
|
|
|
7641
7641
|
*/
|
|
7642
7642
|
export interface MetadataEditorPropertyTypeInfo {
|
|
7643
7643
|
/** @todo Documentation incomplete. */
|
|
7644
|
-
expected: PropertyWidget
|
|
7644
|
+
expected: PropertyWidget<unknown>;
|
|
7645
7645
|
/** @todo Documentation incomplete. */
|
|
7646
|
-
inferred: PropertyWidget
|
|
7646
|
+
inferred: PropertyWidget<unknown>;
|
|
7647
7647
|
}
|
|
7648
7648
|
/**
|
|
7649
7649
|
* @todo Documentation incomplete.
|
|
@@ -7727,7 +7727,7 @@ export interface MetadataTypeManagerPropertiesRecord extends Record<string, Prop
|
|
|
7727
7727
|
* @public
|
|
7728
7728
|
* @unofficial
|
|
7729
7729
|
*/
|
|
7730
|
-
export interface MetadataTypeManagerRegisteredTypeWidgetsRecord extends Record<PropertyWidgetType, PropertyWidget
|
|
7730
|
+
export interface MetadataTypeManagerRegisteredTypeWidgetsRecord extends Record<PropertyWidgetType, PropertyWidget<unknown>> {
|
|
7731
7731
|
}
|
|
7732
7732
|
/**
|
|
7733
7733
|
* @todo Documentation incomplete.
|
|
@@ -8555,7 +8555,7 @@ export interface PropertyRenderContext {
|
|
|
8555
8555
|
* @public
|
|
8556
8556
|
* @unofficial
|
|
8557
8557
|
*/
|
|
8558
|
-
export interface PropertyWidget {
|
|
8558
|
+
export interface PropertyWidget<T> {
|
|
8559
8559
|
/**
|
|
8560
8560
|
* Lucide-dev icon associated with the widget.
|
|
8561
8561
|
*/
|
|
@@ -8572,10 +8572,21 @@ export interface PropertyWidget {
|
|
|
8572
8572
|
* Identifier for the widget.
|
|
8573
8573
|
*/
|
|
8574
8574
|
type: string;
|
|
8575
|
+
/**
|
|
8576
|
+
* Get the default value for the property widget.
|
|
8577
|
+
* @deprecated Removed in 1.9.0.
|
|
8578
|
+
*/
|
|
8579
|
+
default(): T;
|
|
8580
|
+
/**
|
|
8581
|
+
* Render function for the widget on field container given context and data.
|
|
8582
|
+
* @deprecated Removed in 1.9.0.
|
|
8583
|
+
*/
|
|
8584
|
+
render(containerEl: HTMLElement, data: PropertyEntryData<T>, context: PropertyRenderContext): Component | void;
|
|
8575
8585
|
/**
|
|
8576
8586
|
* Render function for the widget on field container given context and data.
|
|
8587
|
+
* @remarks Added in 1.9.0.
|
|
8577
8588
|
*/
|
|
8578
|
-
render(containerEl: HTMLElement,
|
|
8589
|
+
render(containerEl: HTMLElement, data: T, context: PropertyRenderContext): Component | void;
|
|
8579
8590
|
/**
|
|
8580
8591
|
* Validate whether the input value to the widget is correct.
|
|
8581
8592
|
*/
|
|
@@ -10202,9 +10213,9 @@ export interface TrimFunction extends BasesFunction {
|
|
|
10202
10213
|
*/
|
|
10203
10214
|
export interface TypeInfo {
|
|
10204
10215
|
/** @todo Documentation incomplete. */
|
|
10205
|
-
expected: PropertyWidget
|
|
10216
|
+
expected: PropertyWidget<unknown>;
|
|
10206
10217
|
/** @todo Documentation incomplete. */
|
|
10207
|
-
inferred: PropertyWidget
|
|
10218
|
+
inferred: PropertyWidget<unknown>;
|
|
10208
10219
|
}
|
|
10209
10220
|
/**
|
|
10210
10221
|
* A constructor for a view that is typed to a specific view type.
|
package/dist/cjs/types.d.cts
CHANGED
|
@@ -7,7 +7,7 @@ import type { ChangeDesc, Extension, Facet, StateEffectType, StateField, Transac
|
|
|
7
7
|
import type { EditorView, ViewPlugin, ViewUpdate } from '@codemirror/view';
|
|
8
8
|
import type { NodeProp, Tree } from '@lezer/common';
|
|
9
9
|
import type { default as CodeMirror$1 } from 'codemirror';
|
|
10
|
-
import type { default as DOMPurify } from 'dompurify';
|
|
10
|
+
import type { default as DOMPurify$1 } from 'dompurify';
|
|
11
11
|
import * as electron from 'electron';
|
|
12
12
|
import type { App as App$1, BrowserWindow, IpcRenderer } from 'electron';
|
|
13
13
|
import type { default as i18next } from 'i18next';
|
|
@@ -1243,7 +1243,7 @@ declare global {
|
|
|
1243
1243
|
*
|
|
1244
1244
|
* @unofficial
|
|
1245
1245
|
*/
|
|
1246
|
-
DOMPurify: typeof DOMPurify;
|
|
1246
|
+
DOMPurify: typeof DOMPurify$1;
|
|
1247
1247
|
/**
|
|
1248
1248
|
* @todo Documentation incomplete.
|
|
1249
1249
|
* @unofficial
|
|
@@ -23473,9 +23473,9 @@ export interface MetadataEditorProperty extends Component {
|
|
|
23473
23473
|
*/
|
|
23474
23474
|
export interface MetadataEditorPropertyTypeInfo {
|
|
23475
23475
|
/** @todo Documentation incomplete. */
|
|
23476
|
-
expected: PropertyWidget
|
|
23476
|
+
expected: PropertyWidget<unknown>;
|
|
23477
23477
|
/** @todo Documentation incomplete. */
|
|
23478
|
-
inferred: PropertyWidget
|
|
23478
|
+
inferred: PropertyWidget<unknown>;
|
|
23479
23479
|
}
|
|
23480
23480
|
/**
|
|
23481
23481
|
* @todo Documentation incomplete.
|
|
@@ -23559,7 +23559,7 @@ export interface MetadataTypeManagerPropertiesRecord extends Record<string, Prop
|
|
|
23559
23559
|
* @public
|
|
23560
23560
|
* @unofficial
|
|
23561
23561
|
*/
|
|
23562
|
-
export interface MetadataTypeManagerRegisteredTypeWidgetsRecord extends Record<PropertyWidgetType, PropertyWidget
|
|
23562
|
+
export interface MetadataTypeManagerRegisteredTypeWidgetsRecord extends Record<PropertyWidgetType, PropertyWidget<unknown>> {
|
|
23563
23563
|
}
|
|
23564
23564
|
/**
|
|
23565
23565
|
* @todo Documentation incomplete.
|
|
@@ -24387,7 +24387,7 @@ export interface PropertyRenderContext {
|
|
|
24387
24387
|
* @public
|
|
24388
24388
|
* @unofficial
|
|
24389
24389
|
*/
|
|
24390
|
-
export interface PropertyWidget {
|
|
24390
|
+
export interface PropertyWidget<T> {
|
|
24391
24391
|
/**
|
|
24392
24392
|
* Lucide-dev icon associated with the widget.
|
|
24393
24393
|
*/
|
|
@@ -24404,10 +24404,21 @@ export interface PropertyWidget {
|
|
|
24404
24404
|
* Identifier for the widget.
|
|
24405
24405
|
*/
|
|
24406
24406
|
type: string;
|
|
24407
|
+
/**
|
|
24408
|
+
* Get the default value for the property widget.
|
|
24409
|
+
* @deprecated Removed in 1.9.0.
|
|
24410
|
+
*/
|
|
24411
|
+
default(): T;
|
|
24412
|
+
/**
|
|
24413
|
+
* Render function for the widget on field container given context and data.
|
|
24414
|
+
* @deprecated Removed in 1.9.0.
|
|
24415
|
+
*/
|
|
24416
|
+
render(containerEl: HTMLElement, data: PropertyEntryData<T>, context: PropertyRenderContext): Component | void;
|
|
24407
24417
|
/**
|
|
24408
24418
|
* Render function for the widget on field container given context and data.
|
|
24419
|
+
* @remarks Added in 1.9.0.
|
|
24409
24420
|
*/
|
|
24410
|
-
render(containerEl: HTMLElement,
|
|
24421
|
+
render(containerEl: HTMLElement, data: T, context: PropertyRenderContext): Component | void;
|
|
24411
24422
|
/**
|
|
24412
24423
|
* Validate whether the input value to the widget is correct.
|
|
24413
24424
|
*/
|
|
@@ -25883,9 +25894,9 @@ export interface TrimFunction extends BasesFunction {
|
|
|
25883
25894
|
*/
|
|
25884
25895
|
export interface TypeInfo {
|
|
25885
25896
|
/** @todo Documentation incomplete. */
|
|
25886
|
-
expected: PropertyWidget
|
|
25897
|
+
expected: PropertyWidget<unknown>;
|
|
25887
25898
|
/** @todo Documentation incomplete. */
|
|
25888
|
-
inferred: PropertyWidget
|
|
25899
|
+
inferred: PropertyWidget<unknown>;
|
|
25889
25900
|
}
|
|
25890
25901
|
/**
|
|
25891
25902
|
* A constructor for a view that is typed to a specific view type.
|
|
@@ -62685,7 +62685,7 @@
|
|
|
62685
62685
|
{
|
|
62686
62686
|
"kind": "Reference",
|
|
62687
62687
|
"text": "Graphics",
|
|
62688
|
-
"canonicalReference": "pixi
|
|
62688
|
+
"canonicalReference": "@pixi/graphics!Graphics:class"
|
|
62689
62689
|
},
|
|
62690
62690
|
{
|
|
62691
62691
|
"kind": "Content",
|
|
@@ -62773,7 +62773,7 @@
|
|
|
62773
62773
|
{
|
|
62774
62774
|
"kind": "Reference",
|
|
62775
62775
|
"text": "Sprite",
|
|
62776
|
-
"canonicalReference": "pixi
|
|
62776
|
+
"canonicalReference": "@pixi/sprite!Sprite:class"
|
|
62777
62777
|
},
|
|
62778
62778
|
{
|
|
62779
62779
|
"kind": "Content",
|
|
@@ -62805,7 +62805,7 @@
|
|
|
62805
62805
|
{
|
|
62806
62806
|
"kind": "Reference",
|
|
62807
62807
|
"text": "Container",
|
|
62808
|
-
"canonicalReference": "pixi
|
|
62808
|
+
"canonicalReference": "@pixi/display!Container:class"
|
|
62809
62809
|
},
|
|
62810
62810
|
{
|
|
62811
62811
|
"kind": "Content",
|
|
@@ -62994,7 +62994,7 @@
|
|
|
62994
62994
|
{
|
|
62995
62995
|
"kind": "Reference",
|
|
62996
62996
|
"text": "Graphics",
|
|
62997
|
-
"canonicalReference": "pixi
|
|
62997
|
+
"canonicalReference": "@pixi/graphics!Graphics:class"
|
|
62998
62998
|
},
|
|
62999
62999
|
{
|
|
63000
63000
|
"kind": "Content",
|
|
@@ -63344,7 +63344,7 @@
|
|
|
63344
63344
|
{
|
|
63345
63345
|
"kind": "Reference",
|
|
63346
63346
|
"text": "TextStyle",
|
|
63347
|
-
"canonicalReference": "pixi
|
|
63347
|
+
"canonicalReference": "@pixi/text!TextStyle:class"
|
|
63348
63348
|
},
|
|
63349
63349
|
{
|
|
63350
63350
|
"kind": "Content",
|
|
@@ -63373,7 +63373,7 @@
|
|
|
63373
63373
|
{
|
|
63374
63374
|
"kind": "Reference",
|
|
63375
63375
|
"text": "Graphics",
|
|
63376
|
-
"canonicalReference": "pixi
|
|
63376
|
+
"canonicalReference": "@pixi/graphics!Graphics:class"
|
|
63377
63377
|
},
|
|
63378
63378
|
{
|
|
63379
63379
|
"kind": "Content",
|
|
@@ -63657,7 +63657,7 @@
|
|
|
63657
63657
|
{
|
|
63658
63658
|
"kind": "Reference",
|
|
63659
63659
|
"text": "Text",
|
|
63660
|
-
"canonicalReference": "pixi
|
|
63660
|
+
"canonicalReference": "@pixi/text!Text:class"
|
|
63661
63661
|
},
|
|
63662
63662
|
{
|
|
63663
63663
|
"kind": "Content",
|
|
@@ -65524,7 +65524,7 @@
|
|
|
65524
65524
|
{
|
|
65525
65525
|
"kind": "Reference",
|
|
65526
65526
|
"text": "ICanvas",
|
|
65527
|
-
"canonicalReference": "pixi
|
|
65527
|
+
"canonicalReference": "@pixi/settings!ICanvas:interface"
|
|
65528
65528
|
},
|
|
65529
65529
|
{
|
|
65530
65530
|
"kind": "Content",
|
|
@@ -65553,7 +65553,7 @@
|
|
|
65553
65553
|
{
|
|
65554
65554
|
"kind": "Reference",
|
|
65555
65555
|
"text": "Container",
|
|
65556
|
-
"canonicalReference": "pixi
|
|
65556
|
+
"canonicalReference": "@pixi/display!Container:class"
|
|
65557
65557
|
},
|
|
65558
65558
|
{
|
|
65559
65559
|
"kind": "Content",
|
|
@@ -66747,7 +66747,7 @@
|
|
|
66747
66747
|
{
|
|
66748
66748
|
"kind": "Reference",
|
|
66749
66749
|
"text": "Application",
|
|
66750
|
-
"canonicalReference": "pixi
|
|
66750
|
+
"canonicalReference": "@pixi/app!Application:class"
|
|
66751
66751
|
},
|
|
66752
66752
|
{
|
|
66753
66753
|
"kind": "Content",
|
|
@@ -85461,6 +85461,10 @@
|
|
|
85461
85461
|
"text": "PropertyWidget",
|
|
85462
85462
|
"canonicalReference": "obsidian-typings!PropertyWidget:interface"
|
|
85463
85463
|
},
|
|
85464
|
+
{
|
|
85465
|
+
"kind": "Content",
|
|
85466
|
+
"text": "<unknown>"
|
|
85467
|
+
},
|
|
85464
85468
|
{
|
|
85465
85469
|
"kind": "Content",
|
|
85466
85470
|
"text": ";"
|
|
@@ -85472,7 +85476,7 @@
|
|
|
85472
85476
|
"name": "expected",
|
|
85473
85477
|
"propertyTypeTokenRange": {
|
|
85474
85478
|
"startIndex": 1,
|
|
85475
|
-
"endIndex":
|
|
85479
|
+
"endIndex": 3
|
|
85476
85480
|
}
|
|
85477
85481
|
},
|
|
85478
85482
|
{
|
|
@@ -85489,6 +85493,10 @@
|
|
|
85489
85493
|
"text": "PropertyWidget",
|
|
85490
85494
|
"canonicalReference": "obsidian-typings!PropertyWidget:interface"
|
|
85491
85495
|
},
|
|
85496
|
+
{
|
|
85497
|
+
"kind": "Content",
|
|
85498
|
+
"text": "<unknown>"
|
|
85499
|
+
},
|
|
85492
85500
|
{
|
|
85493
85501
|
"kind": "Content",
|
|
85494
85502
|
"text": ";"
|
|
@@ -85500,7 +85508,7 @@
|
|
|
85500
85508
|
"name": "inferred",
|
|
85501
85509
|
"propertyTypeTokenRange": {
|
|
85502
85510
|
"startIndex": 1,
|
|
85503
|
-
"endIndex":
|
|
85511
|
+
"endIndex": 3
|
|
85504
85512
|
}
|
|
85505
85513
|
}
|
|
85506
85514
|
],
|
|
@@ -86266,7 +86274,7 @@
|
|
|
86266
86274
|
},
|
|
86267
86275
|
{
|
|
86268
86276
|
"kind": "Content",
|
|
86269
|
-
"text": "
|
|
86277
|
+
"text": "<unknown>>"
|
|
86270
86278
|
},
|
|
86271
86279
|
{
|
|
86272
86280
|
"kind": "Content",
|
|
@@ -93738,7 +93746,7 @@
|
|
|
93738
93746
|
{
|
|
93739
93747
|
"kind": "Reference",
|
|
93740
93748
|
"text": "TextStyle",
|
|
93741
|
-
"canonicalReference": "pixi
|
|
93749
|
+
"canonicalReference": "@pixi/text!TextStyle:class"
|
|
93742
93750
|
},
|
|
93743
93751
|
{
|
|
93744
93752
|
"kind": "Content",
|
|
@@ -93878,7 +93886,7 @@
|
|
|
93878
93886
|
{
|
|
93879
93887
|
"kind": "Reference",
|
|
93880
93888
|
"text": "Text",
|
|
93881
|
-
"canonicalReference": "pixi
|
|
93889
|
+
"canonicalReference": "@pixi/text!Text:class"
|
|
93882
93890
|
},
|
|
93883
93891
|
{
|
|
93884
93892
|
"kind": "Content",
|
|
@@ -94610,14 +94618,55 @@
|
|
|
94610
94618
|
"excerptTokens": [
|
|
94611
94619
|
{
|
|
94612
94620
|
"kind": "Content",
|
|
94613
|
-
"text": "export interface PropertyWidget "
|
|
94621
|
+
"text": "export interface PropertyWidget<T> "
|
|
94614
94622
|
}
|
|
94615
94623
|
],
|
|
94616
94624
|
"fileUrlPath": "src/obsidian/internals/PropertyWidget.d.ts",
|
|
94617
94625
|
"releaseTag": "Public",
|
|
94626
|
+
"typeParameters": [
|
|
94627
|
+
{
|
|
94628
|
+
"typeParameterName": "T",
|
|
94629
|
+
"constraintTokenRange": {
|
|
94630
|
+
"startIndex": 0,
|
|
94631
|
+
"endIndex": 0
|
|
94632
|
+
},
|
|
94633
|
+
"defaultTypeTokenRange": {
|
|
94634
|
+
"startIndex": 0,
|
|
94635
|
+
"endIndex": 0
|
|
94636
|
+
}
|
|
94637
|
+
}
|
|
94638
|
+
],
|
|
94618
94639
|
"name": "PropertyWidget",
|
|
94619
94640
|
"preserveMemberOrder": false,
|
|
94620
94641
|
"members": [
|
|
94642
|
+
{
|
|
94643
|
+
"kind": "MethodSignature",
|
|
94644
|
+
"canonicalReference": "obsidian-typings!PropertyWidget#default:member(1)",
|
|
94645
|
+
"docComment": "/**\n * Get the default value for the property widget.\n *\n * @deprecated\n *\n * Removed in 1.9.0.\n */\n",
|
|
94646
|
+
"excerptTokens": [
|
|
94647
|
+
{
|
|
94648
|
+
"kind": "Content",
|
|
94649
|
+
"text": "default(): "
|
|
94650
|
+
},
|
|
94651
|
+
{
|
|
94652
|
+
"kind": "Content",
|
|
94653
|
+
"text": "T"
|
|
94654
|
+
},
|
|
94655
|
+
{
|
|
94656
|
+
"kind": "Content",
|
|
94657
|
+
"text": ";"
|
|
94658
|
+
}
|
|
94659
|
+
],
|
|
94660
|
+
"isOptional": false,
|
|
94661
|
+
"returnTypeTokenRange": {
|
|
94662
|
+
"startIndex": 1,
|
|
94663
|
+
"endIndex": 2
|
|
94664
|
+
},
|
|
94665
|
+
"releaseTag": "Public",
|
|
94666
|
+
"overloadIndex": 1,
|
|
94667
|
+
"parameters": [],
|
|
94668
|
+
"name": "default"
|
|
94669
|
+
},
|
|
94621
94670
|
{
|
|
94622
94671
|
"kind": "PropertySignature",
|
|
94623
94672
|
"canonicalReference": "obsidian-typings!PropertyWidget#icon:member",
|
|
@@ -94675,7 +94724,7 @@
|
|
|
94675
94724
|
{
|
|
94676
94725
|
"kind": "MethodSignature",
|
|
94677
94726
|
"canonicalReference": "obsidian-typings!PropertyWidget#render:member(1)",
|
|
94678
|
-
"docComment": "/**\n * Render function for the widget on field container given context and data.\n */\n",
|
|
94727
|
+
"docComment": "/**\n * Render function for the widget on field container given context and data.\n *\n * @deprecated\n *\n * Removed in 1.9.0.\n */\n",
|
|
94679
94728
|
"excerptTokens": [
|
|
94680
94729
|
{
|
|
94681
94730
|
"kind": "Content",
|
|
@@ -94688,11 +94737,100 @@
|
|
|
94688
94737
|
},
|
|
94689
94738
|
{
|
|
94690
94739
|
"kind": "Content",
|
|
94691
|
-
"text": ",
|
|
94740
|
+
"text": ", data: "
|
|
94741
|
+
},
|
|
94742
|
+
{
|
|
94743
|
+
"kind": "Reference",
|
|
94744
|
+
"text": "PropertyEntryData",
|
|
94745
|
+
"canonicalReference": "obsidian-typings!PropertyEntryData:interface"
|
|
94692
94746
|
},
|
|
94693
94747
|
{
|
|
94694
94748
|
"kind": "Content",
|
|
94695
|
-
"text": "
|
|
94749
|
+
"text": "<T>"
|
|
94750
|
+
},
|
|
94751
|
+
{
|
|
94752
|
+
"kind": "Content",
|
|
94753
|
+
"text": ", context: "
|
|
94754
|
+
},
|
|
94755
|
+
{
|
|
94756
|
+
"kind": "Reference",
|
|
94757
|
+
"text": "PropertyRenderContext",
|
|
94758
|
+
"canonicalReference": "obsidian-typings!PropertyRenderContext:interface"
|
|
94759
|
+
},
|
|
94760
|
+
{
|
|
94761
|
+
"kind": "Content",
|
|
94762
|
+
"text": "): "
|
|
94763
|
+
},
|
|
94764
|
+
{
|
|
94765
|
+
"kind": "Reference",
|
|
94766
|
+
"text": "Component",
|
|
94767
|
+
"canonicalReference": "obsidian!Component:class"
|
|
94768
|
+
},
|
|
94769
|
+
{
|
|
94770
|
+
"kind": "Content",
|
|
94771
|
+
"text": " | void"
|
|
94772
|
+
},
|
|
94773
|
+
{
|
|
94774
|
+
"kind": "Content",
|
|
94775
|
+
"text": ";"
|
|
94776
|
+
}
|
|
94777
|
+
],
|
|
94778
|
+
"isOptional": false,
|
|
94779
|
+
"returnTypeTokenRange": {
|
|
94780
|
+
"startIndex": 8,
|
|
94781
|
+
"endIndex": 10
|
|
94782
|
+
},
|
|
94783
|
+
"releaseTag": "Public",
|
|
94784
|
+
"overloadIndex": 1,
|
|
94785
|
+
"parameters": [
|
|
94786
|
+
{
|
|
94787
|
+
"parameterName": "containerEl",
|
|
94788
|
+
"parameterTypeTokenRange": {
|
|
94789
|
+
"startIndex": 1,
|
|
94790
|
+
"endIndex": 2
|
|
94791
|
+
},
|
|
94792
|
+
"isOptional": false
|
|
94793
|
+
},
|
|
94794
|
+
{
|
|
94795
|
+
"parameterName": "data",
|
|
94796
|
+
"parameterTypeTokenRange": {
|
|
94797
|
+
"startIndex": 3,
|
|
94798
|
+
"endIndex": 5
|
|
94799
|
+
},
|
|
94800
|
+
"isOptional": false
|
|
94801
|
+
},
|
|
94802
|
+
{
|
|
94803
|
+
"parameterName": "context",
|
|
94804
|
+
"parameterTypeTokenRange": {
|
|
94805
|
+
"startIndex": 6,
|
|
94806
|
+
"endIndex": 7
|
|
94807
|
+
},
|
|
94808
|
+
"isOptional": false
|
|
94809
|
+
}
|
|
94810
|
+
],
|
|
94811
|
+
"name": "render"
|
|
94812
|
+
},
|
|
94813
|
+
{
|
|
94814
|
+
"kind": "MethodSignature",
|
|
94815
|
+
"canonicalReference": "obsidian-typings!PropertyWidget#render:member(2)",
|
|
94816
|
+
"docComment": "/**\n * Render function for the widget on field container given context and data.\n *\n * @remarks\n *\n * Added in 1.9.0.\n */\n",
|
|
94817
|
+
"excerptTokens": [
|
|
94818
|
+
{
|
|
94819
|
+
"kind": "Content",
|
|
94820
|
+
"text": "render(containerEl: "
|
|
94821
|
+
},
|
|
94822
|
+
{
|
|
94823
|
+
"kind": "Reference",
|
|
94824
|
+
"text": "HTMLElement",
|
|
94825
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
94826
|
+
},
|
|
94827
|
+
{
|
|
94828
|
+
"kind": "Content",
|
|
94829
|
+
"text": ", data: "
|
|
94830
|
+
},
|
|
94831
|
+
{
|
|
94832
|
+
"kind": "Content",
|
|
94833
|
+
"text": "T"
|
|
94696
94834
|
},
|
|
94697
94835
|
{
|
|
94698
94836
|
"kind": "Content",
|
|
@@ -94727,7 +94865,7 @@
|
|
|
94727
94865
|
"endIndex": 9
|
|
94728
94866
|
},
|
|
94729
94867
|
"releaseTag": "Public",
|
|
94730
|
-
"overloadIndex":
|
|
94868
|
+
"overloadIndex": 2,
|
|
94731
94869
|
"parameters": [
|
|
94732
94870
|
{
|
|
94733
94871
|
"parameterName": "containerEl",
|
|
@@ -94738,7 +94876,7 @@
|
|
|
94738
94876
|
"isOptional": false
|
|
94739
94877
|
},
|
|
94740
94878
|
{
|
|
94741
|
-
"parameterName": "
|
|
94879
|
+
"parameterName": "data",
|
|
94742
94880
|
"parameterTypeTokenRange": {
|
|
94743
94881
|
"startIndex": 3,
|
|
94744
94882
|
"endIndex": 4
|
|
@@ -111047,6 +111185,10 @@
|
|
|
111047
111185
|
"text": "PropertyWidget",
|
|
111048
111186
|
"canonicalReference": "obsidian-typings!PropertyWidget:interface"
|
|
111049
111187
|
},
|
|
111188
|
+
{
|
|
111189
|
+
"kind": "Content",
|
|
111190
|
+
"text": "<unknown>"
|
|
111191
|
+
},
|
|
111050
111192
|
{
|
|
111051
111193
|
"kind": "Content",
|
|
111052
111194
|
"text": ";"
|
|
@@ -111058,7 +111200,7 @@
|
|
|
111058
111200
|
"name": "expected",
|
|
111059
111201
|
"propertyTypeTokenRange": {
|
|
111060
111202
|
"startIndex": 1,
|
|
111061
|
-
"endIndex":
|
|
111203
|
+
"endIndex": 3
|
|
111062
111204
|
}
|
|
111063
111205
|
},
|
|
111064
111206
|
{
|
|
@@ -111075,6 +111217,10 @@
|
|
|
111075
111217
|
"text": "PropertyWidget",
|
|
111076
111218
|
"canonicalReference": "obsidian-typings!PropertyWidget:interface"
|
|
111077
111219
|
},
|
|
111220
|
+
{
|
|
111221
|
+
"kind": "Content",
|
|
111222
|
+
"text": "<unknown>"
|
|
111223
|
+
},
|
|
111078
111224
|
{
|
|
111079
111225
|
"kind": "Content",
|
|
111080
111226
|
"text": ";"
|
|
@@ -111086,7 +111232,7 @@
|
|
|
111086
111232
|
"name": "inferred",
|
|
111087
111233
|
"propertyTypeTokenRange": {
|
|
111088
111234
|
"startIndex": 1,
|
|
111089
|
-
"endIndex":
|
|
111235
|
+
"endIndex": 3
|
|
111090
111236
|
}
|
|
111091
111237
|
}
|
|
111092
111238
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "obsidian-typings",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.5",
|
|
4
4
|
"description": "Extended type definitions for the Obsidian API (https://obsidian.md)",
|
|
5
5
|
"main": "",
|
|
6
6
|
"module": "",
|
|
@@ -55,28 +55,29 @@
|
|
|
55
55
|
"homepage": "https://github.com/Fevol/obsidian-typings#readme",
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@antfu/utils": "9.2.0",
|
|
58
|
-
"@capacitor/core": "
|
|
59
|
-
"@codemirror/language": "
|
|
60
|
-
"@codemirror/search": "
|
|
61
|
-
"@codemirror/state": "
|
|
62
|
-
"@lezer/common": "
|
|
63
|
-
"@pixi/color": "
|
|
64
|
-
"@pixi/events": "7.4
|
|
65
|
-
"@pixi/settings": "7.4
|
|
66
|
-
"@types/
|
|
67
|
-
"@types/
|
|
58
|
+
"@capacitor/core": "5.7.8",
|
|
59
|
+
"@codemirror/language": "6.11.2",
|
|
60
|
+
"@codemirror/search": "6.5.11",
|
|
61
|
+
"@codemirror/state": "6.5.2",
|
|
62
|
+
"@lezer/common": "1.2.3",
|
|
63
|
+
"@pixi/color": "7.2.4",
|
|
64
|
+
"@pixi/events": "7.2.4",
|
|
65
|
+
"@pixi/settings": "7.2.4",
|
|
66
|
+
"@types/css-font-loading-module": "0.0.14",
|
|
67
|
+
"@types/codemirror": "5.60.16",
|
|
68
|
+
"@types/dompurify": "3.0.1",
|
|
68
69
|
"@types/node": "^18.17.0 || >=20.1.0",
|
|
69
|
-
"@types/prismjs": "
|
|
70
|
-
"@types/turndown": "
|
|
71
|
-
"
|
|
70
|
+
"@types/prismjs": "1.26.5",
|
|
71
|
+
"@types/turndown": "5.0.5",
|
|
72
|
+
"colord": "2.9.3",
|
|
72
73
|
"electron": ">=1.6.10",
|
|
73
|
-
"i18next": "
|
|
74
|
-
"mermaid": "
|
|
75
|
-
"moment": "
|
|
74
|
+
"i18next": "25.2.1",
|
|
75
|
+
"mermaid": "11.4.1",
|
|
76
|
+
"moment": "2.29.4",
|
|
76
77
|
"obsidian": "1.8.7",
|
|
77
|
-
"pdfjs-dist": "
|
|
78
|
-
"pixi.js": "
|
|
79
|
-
"scrypt-js": "
|
|
78
|
+
"pdfjs-dist": "5.3.31",
|
|
79
|
+
"pixi.js": "7.2.4",
|
|
80
|
+
"scrypt-js": "3.0.1",
|
|
80
81
|
"style-mod": "4.1.2"
|
|
81
82
|
},
|
|
82
83
|
"devDependencies": {
|
|
@@ -96,7 +97,7 @@
|
|
|
96
97
|
},
|
|
97
98
|
"overrides": {
|
|
98
99
|
"boolean": "npm:dry-uninstall",
|
|
99
|
-
"dompurify": "3.
|
|
100
|
+
"dompurify": "3.0.1"
|
|
100
101
|
},
|
|
101
102
|
"scripts": {
|
|
102
103
|
"build": "npm-run-all build:clean build:compile build:generate-index build:bundle-types build:fix-bundle-types build:implementations build:implementations:generate-types build:implementations:bundle-types build:fix-implementations-bundle-types build:static build:extract-api",
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
diff --git a/node_modules/@pixi/color/lib/Color.d.ts b/node_modules/@pixi/color/lib/Color.d.ts
|
|
2
|
+
index 6b759ba..762ecb0 100644
|
|
3
|
+
--- a/node_modules/@pixi/color/lib/Color.d.ts
|
|
4
|
+
+++ b/node_modules/@pixi/color/lib/Color.d.ts
|
|
5
|
+
@@ -1,4 +1,4 @@
|
|
6
|
+
-import type { HslaColor, HslColor, HsvaColor, HsvColor, RgbaColor, RgbColor } from 'colord/types';
|
|
7
|
+
+import type { HslaColor, HslColor, HsvaColor, HsvColor, RgbaColor, RgbColor } from 'colord';
|
|
8
|
+
/**
|
|
9
|
+
* Value types for the constructor of {@link PIXI.Color}.
|
|
10
|
+
* These types are extended from [colord](https://www.npmjs.com/package/colord) with some PixiJS-specific extensions.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
diff --git a/node_modules/@pixi/events/lib/FederatedEvent.d.ts b/node_modules/@pixi/events/lib/FederatedEvent.d.ts
|
|
2
|
+
index 171a26d..0c7e6c3 100644
|
|
3
|
+
--- a/node_modules/@pixi/events/lib/FederatedEvent.d.ts
|
|
4
|
+
+++ b/node_modules/@pixi/events/lib/FederatedEvent.d.ts
|
|
5
|
+
@@ -124,4 +124,9 @@ export declare class FederatedEvent<N extends UIEvent = UIEvent> implements UIEv
|
|
6
|
+
readonly CAPTURING_PHASE = 1;
|
|
7
|
+
readonly AT_TARGET = 2;
|
|
8
|
+
readonly BUBBLING_PHASE = 3;
|
|
9
|
+
+
|
|
10
|
+
+ targetNode: Node | null;
|
|
11
|
+
+ win: Window;
|
|
12
|
+
+ doc: Document;
|
|
13
|
+
+ instanceOf<T>(type: { new(...data: any[]): T }): this is T;
|
|
14
|
+
}
|
|
15
|
+
diff --git a/node_modules/@pixi/events/lib/FederatedPointerEvent.d.ts b/node_modules/@pixi/events/lib/FederatedPointerEvent.d.ts
|
|
16
|
+
index 89c2d5c..ad761ab 100644
|
|
17
|
+
--- a/node_modules/@pixi/events/lib/FederatedPointerEvent.d.ts
|
|
18
|
+
+++ b/node_modules/@pixi/events/lib/FederatedPointerEvent.d.ts
|
|
19
|
+
@@ -62,4 +62,6 @@ export declare class FederatedPointerEvent extends FederatedMouseEvent implement
|
|
20
|
+
detail: number;
|
|
21
|
+
getCoalescedEvents(): PointerEvent[];
|
|
22
|
+
getPredictedEvents(): PointerEvent[];
|
|
23
|
+
+ altitudeAngle: number;
|
|
24
|
+
+ azimuthAngle: number;
|
|
25
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
diff --git a/node_modules/@pixi/settings/lib/ICanvasRenderingContext2D.d.ts b/node_modules/@pixi/settings/lib/ICanvasRenderingContext2D.d.ts
|
|
2
|
-
index
|
|
2
|
+
index e6fdae2..2b18ede 100644
|
|
3
3
|
--- a/node_modules/@pixi/settings/lib/ICanvasRenderingContext2D.d.ts
|
|
4
4
|
+++ b/node_modules/@pixi/settings/lib/ICanvasRenderingContext2D.d.ts
|
|
5
5
|
@@ -8,6 +8,6 @@ export interface ICanvasRenderingContext2D extends CanvasState, CanvasTransform,
|
|
6
|
-
drawImage(image: CanvasImageSource | ICanvas
|
|
7
|
-
drawImage(image: CanvasImageSource | ICanvas
|
|
8
|
-
drawImage(image: CanvasImageSource | ICanvas
|
|
6
|
+
drawImage(image: CanvasImageSource | ICanvas, dx: number, dy: number): void;
|
|
7
|
+
drawImage(image: CanvasImageSource | ICanvas, dx: number, dy: number, dw: number, dh: number): void;
|
|
8
|
+
drawImage(image: CanvasImageSource | ICanvas, sx: number, sy: number, sw: number, sh: number, dx: number, dy: number, dw: number, dh: number): void;
|
|
9
9
|
- letterSpacing?: string;
|
|
10
10
|
+ letterSpacing: string;
|
|
11
11
|
textLetterSpacing?: string;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
diff --git a/node_modules/@pixi/events/lib/FederatedEvent.d.ts b/node_modules/@pixi/events/lib/FederatedEvent.d.ts
|
|
2
|
-
index 14c2d6c..f54f0a0 100644
|
|
3
|
-
--- a/node_modules/@pixi/events/lib/FederatedEvent.d.ts
|
|
4
|
-
+++ b/node_modules/@pixi/events/lib/FederatedEvent.d.ts
|
|
5
|
-
@@ -144,4 +144,9 @@ export declare class FederatedEvent<N extends UIEvent | PixiTouch = UIEvent | Pi
|
|
6
|
-
readonly CAPTURING_PHASE = 1;
|
|
7
|
-
readonly AT_TARGET = 2;
|
|
8
|
-
readonly BUBBLING_PHASE = 3;
|
|
9
|
-
+
|
|
10
|
-
+ targetNode: Node | null;
|
|
11
|
-
+ win: Window;
|
|
12
|
-
+ doc: Document;
|
|
13
|
-
+ instanceOf<T>(type: { new(...data: any[]): T }): this is T;
|
|
14
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
diff --git a/node_modules/dompurify/dist/purify.es.d.mts b/node_modules/dompurify/dist/purify.es.d.mts
|
|
2
|
-
index cb34a34..ccf9715 100644
|
|
3
|
-
--- a/node_modules/dompurify/dist/purify.es.d.mts
|
|
4
|
-
+++ b/node_modules/dompurify/dist/purify.es.d.mts
|
|
5
|
-
@@ -1,6 +1,6 @@
|
|
6
|
-
/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */
|
|
7
|
-
|
|
8
|
-
-import { TrustedTypePolicy, TrustedHTML, TrustedTypesWindow } from 'trusted-types/lib';
|
|
9
|
-
+import type { TrustedTypePolicy, TrustedHTML, TrustedTypesWindow } from 'trusted-types/lib/index.d.ts';
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* Configuration to control DOMPurify behavior.
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
diff --git a/node_modules/pixi.js/lib/events/FederatedEvent.d.ts b/node_modules/pixi.js/lib/events/FederatedEvent.d.ts
|
|
2
|
-
index 9fe955e..f9a3b0e 100644
|
|
3
|
-
--- a/node_modules/pixi.js/lib/events/FederatedEvent.d.ts
|
|
4
|
-
+++ b/node_modules/pixi.js/lib/events/FederatedEvent.d.ts
|
|
5
|
-
@@ -148,4 +148,9 @@ export declare class FederatedEvent<N extends UIEvent | PixiTouch = UIEvent | Pi
|
|
6
|
-
readonly CAPTURING_PHASE = 1;
|
|
7
|
-
readonly AT_TARGET = 2;
|
|
8
|
-
readonly BUBBLING_PHASE = 3;
|
|
9
|
-
+
|
|
10
|
-
+ targetNode: Node | null;
|
|
11
|
-
+ win: Window;
|
|
12
|
-
+ doc: Document;
|
|
13
|
-
+ instanceOf<T>(type: { new(...data: any[]): T }): this is T;
|
|
14
|
-
}
|
|
15
|
-
diff --git a/node_modules/pixi.js/lib/scene/text-bitmap/AbstractBitmapFont.d.ts b/node_modules/pixi.js/lib/scene/text-bitmap/AbstractBitmapFont.d.ts
|
|
16
|
-
index 608ae1a..0443f2e 100644
|
|
17
|
-
--- a/node_modules/pixi.js/lib/scene/text-bitmap/AbstractBitmapFont.d.ts
|
|
18
|
-
+++ b/node_modules/pixi.js/lib/scene/text-bitmap/AbstractBitmapFont.d.ts
|
|
19
|
-
@@ -57,7 +57,7 @@ export interface BitmapFontData {
|
|
20
|
-
/** The name of the font face. */
|
|
21
|
-
fontFamily: string;
|
|
22
|
-
/** The range and type of the distance field for this font. */
|
|
23
|
-
- distanceField?: {
|
|
24
|
-
+ distanceField: {
|
|
25
|
-
/** Type of distance field */
|
|
26
|
-
type: 'sdf' | 'msdf' | 'none';
|
|
27
|
-
/** Range of the distance field in pixels */
|