@thi.ng/wasm-api-dom
Advanced tools
Comparing version 0.11.87 to 0.11.88
# Change Log | ||
- **Last updated**: 2024-04-11T12:32:44Z | ||
- **Last updated**: 2024-04-20T14:42:45Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [0.11.88](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-dom@0.11.88) (2024-04-20) | ||
#### โป๏ธ Refactoring | ||
- update type usage ([2f77b8b](https://github.com/thi-ng/umbrella/commit/2f77b8b)) | ||
### [0.11.49](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-dom@0.11.49) (2023-11-09) | ||
@@ -14,0 +20,0 @@ |
@@ -29,9 +29,9 @@ import type { NumOrString } from "@thi.ng/api"; | ||
protected encodeModifiers(e: KeyboardEvent): number; | ||
protected getAttrib(elementID: number, nameAddr: number): string | number | boolean | ParentNode | ChildNode | DOMTokenList | ((this: Element, ev: Event) => any) | { | ||
protected getAttrib(elementID: number, nameAddr: number): string | number | boolean | ChildNode | ParentNode | NamedNodeMap | DOMTokenList | ((this: Element, ev: Event) => any) | ((init: ShadowRootInit) => ShadowRoot) | ((options?: CheckVisibilityOptions | undefined) => boolean) | ((pointerId: number) => void) | ((options?: FullscreenOptions | undefined) => Promise<void>) | { | ||
(options?: ScrollToOptions | undefined): void; | ||
(x: number, y: number): void; | ||
} | ((arg?: boolean | ScrollIntoViewOptions | undefined) => void) | ((namespace: string | null, qualifiedName: string, value: string) => void) | { | ||
} | ((arg?: boolean | ScrollIntoViewOptions | undefined) => void) | ((namespace: string | null, qualifiedName: string, value: string) => void) | ((qualifiedName: string, force?: boolean | undefined) => boolean) | { | ||
<K extends keyof ElementEventMap>(type: K, listener: (this: Element, ev: ElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void; | ||
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void; | ||
} | ((other: Node | null) => boolean) | (<T extends Node>(node: T, child: Node | null) => T) | ((...nodes: (string | Node)[]) => void) | HTMLCollection | NamedNodeMap | ((init: ShadowRootInit) => ShadowRoot) | ((options?: CheckVisibilityOptions | undefined) => boolean) | ((pointerId: number) => void) | ((options?: FullscreenOptions | undefined) => Promise<void>) | ((qualifiedName: string, force?: boolean | undefined) => boolean) | NodeListOf<ChildNode> | ((options?: GetRootNodeOptions | undefined) => Node) | ((keyframes: PropertyIndexedKeyframes | Keyframe[] | null, options?: number | KeyframeAnimationOptions | undefined) => Animation) | ((options?: GetAnimationsOptions | undefined) => Animation[]) | null; | ||
} | NodeListOf<ChildNode> | ((other: Node | null) => boolean) | ((options?: GetRootNodeOptions | undefined) => Node) | (<T extends Node>(node: T, child: Node | null) => T) | ((...nodes: (string | Node)[]) => void) | ((keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined) => Animation) | ((options?: GetAnimationsOptions | undefined) => Animation[]) | HTMLCollection | null; | ||
protected setAttrib(elementID: number, nameAddr: number, value: NumOrString): void | NumOrString; | ||
@@ -38,0 +38,0 @@ protected removeListener(ctx: Window | Element, listenerID: number): void; |
{ | ||
"name": "@thi.ng/wasm-api-dom", | ||
"version": "0.11.87", | ||
"version": "0.11.88", | ||
"description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", | ||
@@ -43,11 +43,11 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.10.1", | ||
"@thi.ng/canvas": "^0.2.16", | ||
"@thi.ng/errors": "^2.5.4", | ||
"@thi.ng/prefixes": "^2.3.16", | ||
"@thi.ng/wasm-api": "^1.4.68" | ||
"@thi.ng/api": "^8.11.0", | ||
"@thi.ng/canvas": "^0.2.17", | ||
"@thi.ng/errors": "^2.5.5", | ||
"@thi.ng/prefixes": "^2.3.17", | ||
"@thi.ng/wasm-api": "^1.4.69" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.43.0", | ||
"@thi.ng/wasm-api-bindgen": "^0.4.68", | ||
"@thi.ng/wasm-api-bindgen": "^0.4.69", | ||
"esbuild": "^0.20.2", | ||
@@ -106,3 +106,3 @@ "rimraf": "^5.0.5", | ||
}, | ||
"gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n" | ||
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n" | ||
} |
@@ -299,6 +299,6 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```html | ||
<script type="module" src="https://cdn.skypack.dev/@thi.ng/wasm-api-dom"></script> | ||
<script type="module" src="https://esm.run/@thi.ng/wasm-api-dom"></script> | ||
``` | ||
[Skypack documentation](https://docs.skypack.dev/) | ||
[JSDelivr documentation](https://www.jsdelivr.com/) | ||
@@ -305,0 +305,0 @@ Package sizes (brotli'd, pre-treeshake): ESM: 4.25 KB |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117288
Updated@thi.ng/api@^8.11.0
Updated@thi.ng/canvas@^0.2.17
Updated@thi.ng/errors@^2.5.5
Updated@thi.ng/prefixes@^2.3.17
Updated@thi.ng/wasm-api@^1.4.69