@lynx-js/web-core-wasm-canary 0.0.2-canary-20260129-b0205255 → 0.0.2-canary-20260129-d02a6062
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/CHANGELOG.md +3 -3
- package/binary/client/client.d.ts +99 -99
- package/binary/client/client.js +381 -391
- package/binary/client/client_bg.wasm +0 -0
- package/binary/client/client_bg.wasm.d.ts +41 -40
- package/binary/client/client_debug.d.ts +102 -102
- package/binary/client/client_debug.js +381 -391
- package/binary/client/client_debug_bg.wasm +0 -0
- package/binary/client/client_debug_bg.wasm.d.ts +44 -43
- package/binary/encode/encode.d.ts +10 -59
- package/binary/encode/encode.js +151 -330
- package/binary/encode/encode_bg.wasm +0 -0
- package/binary/encode/encode_bg.wasm.d.ts +4 -24
- package/binary/encode/encode_debug.d.ts +10 -59
- package/binary/encode/encode_debug.js +82 -333
- package/binary/encode/encode_debug_bg.wasm +0 -0
- package/binary/encode/encode_debug_bg.wasm.d.ts +5 -25
- package/dist/client/decodeWorker/cssLoader.d.ts +1 -1
- package/dist/client/decodeWorker/cssLoader.js +2 -3
- package/dist/client/decodeWorker/decode.worker.js +4 -3
- package/dist/client/mainthread/LynxViewInstance.d.ts +1 -5
- package/dist/client/mainthread/LynxViewInstance.js +8 -16
- package/dist/client/mainthread/TemplateManager.d.ts +0 -1
- package/dist/client/mainthread/TemplateManager.js +5 -29
- package/dist/client/mainthread/elementAPIs/WASMJSBinding.d.ts +4 -10
- package/dist/client/mainthread/elementAPIs/WASMJSBinding.js +14 -19
- package/dist/client/mainthread/elementAPIs/createElementAPI.d.ts +1 -1
- package/dist/client/mainthread/elementAPIs/createElementAPI.js +60 -84
- package/dist/client/wasm.d.ts +1 -9
- package/dist/client/wasm.js +3 -17
- package/dist/client/webElementsDynamicLoader.d.ts +0 -7
- package/dist/client/webElementsDynamicLoader.js +3 -72
- package/dist/client_prod/static/js/async/web-core-main-chunk.js +1 -303
- package/dist/client_prod/static/js/async/web-core-template-loader-thread.js +4 -4
- package/dist/client_prod/static/js/async/web-elements.js +309 -0
- package/dist/client_prod/static/js/client.js +2 -2
- package/dist/client_prod/static/wasm/a156b496.module.wasm +0 -0
- package/dist/encode/webEncoder.js +1 -16
- package/dist/types/DecodedTemplate.d.ts +0 -3
- package/dist/types/IElementPAPI.d.ts +0 -2
- package/dist/types/IMtsBinding.d.ts +4 -1
- package/package.json +3 -4
- package/dist/client/mainthread/StyleManager.d.ts +0 -15
- package/dist/client/mainthread/StyleManager.js +0 -72
- package/dist/client_prod/static/js/async/web-elements-audio.js +0 -1
- package/dist/client_prod/static/js/async/web-elements-foldview.js +0 -1
- package/dist/client_prod/static/js/async/web-elements-input.js +0 -1
- package/dist/client_prod/static/js/async/web-elements-list.js +0 -1
- package/dist/client_prod/static/js/async/web-elements-overlay.js +0 -1
- package/dist/client_prod/static/js/async/web-elements-refrshview.js +0 -1
- package/dist/client_prod/static/js/async/web-elements-swiper.js +0 -1
- package/dist/client_prod/static/js/async/web-elements-textarea.js +0 -1
- package/dist/client_prod/static/js/async/web-elements-viewpager.js +0 -1
- package/dist/client_prod/static/wasm/aa6eb16a.module.wasm +0 -0
- package/dist/encode/encodeElementTemplate.d.ts +0 -2
- package/dist/encode/encodeElementTemplate.js +0 -52
- /package/dist/client_prod/static/css/async/{web-core-main-chunk.css → web-elements.css} +0 -0
|
Binary file
|
|
@@ -1,53 +1,50 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const __wbg_decodedstyledata_free: (a: number, b: number) => void;
|
|
5
|
-
export const __wbg_elementtemplatesection_free: (a: number, b: number) => void;
|
|
6
4
|
export const __wbg_eventinfo_free: (a: number, b: number) => void;
|
|
7
|
-
export const
|
|
8
|
-
export const
|
|
9
|
-
export const
|
|
5
|
+
export const __wbg_get_eventinfo_event_handler: (a: number) => any;
|
|
6
|
+
export const __wbg_get_eventinfo_event_name: (a: number) => [number, number];
|
|
7
|
+
export const __wbg_get_eventinfo_event_type: (a: number) => [number, number];
|
|
10
8
|
export const __wbg_mainthreadwasmcontext_free: (a: number, b: number) => void;
|
|
11
9
|
export const __wbg_rawstyleinfo_free: (a: number, b: number) => void;
|
|
12
10
|
export const __wbg_rule_free: (a: number, b: number) => void;
|
|
13
11
|
export const __wbg_ruleprelude_free: (a: number, b: number) => void;
|
|
14
12
|
export const __wbg_selector_free: (a: number, b: number) => void;
|
|
15
|
-
export const
|
|
16
|
-
export const
|
|
17
|
-
export const
|
|
18
|
-
export const
|
|
19
|
-
export const
|
|
20
|
-
export const
|
|
21
|
-
export const
|
|
22
|
-
export const
|
|
23
|
-
export const
|
|
24
|
-
export const
|
|
25
|
-
export const
|
|
26
|
-
export const
|
|
27
|
-
export const
|
|
28
|
-
export const
|
|
29
|
-
export const
|
|
30
|
-
export const mainthreadwasmcontext___GetDataset: (a: number, b: number) => [number, number, number];
|
|
31
|
-
export const mainthreadwasmcontext___GetElementConfig: (a: number, b: number) => [number, number, number];
|
|
32
|
-
export const mainthreadwasmcontext___GetEvent: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
33
|
-
export const mainthreadwasmcontext___GetEvents: (a: number, b: number) => [number, number];
|
|
34
|
-
export const mainthreadwasmcontext___SetConfig: (a: number, b: number, c: any) => [number, number];
|
|
35
|
-
export const mainthreadwasmcontext___SetDataset: (a: number, b: number, c: any, d: any) => [number, number];
|
|
36
|
-
export const mainthreadwasmcontext___UpdateComponentID: (a: number, b: number, c: number, d: number) => [number, number];
|
|
37
|
-
export const mainthreadwasmcontext___wasm_AddInlineStyle_number_key: (a: number, b: any, c: number, d: number, e: number) => void;
|
|
38
|
-
export const mainthreadwasmcontext___wasm_AddInlineStyle_str_key: (a: number, b: any, c: number, d: number, e: number, f: number) => void;
|
|
39
|
-
export const mainthreadwasmcontext___wasm_SetInlineStyles: (a: number, b: any, c: number, d: number) => number;
|
|
40
|
-
export const mainthreadwasmcontext___wasm_add_event_bts: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => void;
|
|
41
|
-
export const mainthreadwasmcontext___wasm_add_event_run_worklet: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
42
|
-
export const mainthreadwasmcontext___wasm_commonEventHandler: (a: number, b: any, c: number, d: number, e: number, f: number) => void;
|
|
43
|
-
export const mainthreadwasmcontext___wasm_get_css_id_by_unique_id: (a: number, b: number) => number;
|
|
44
|
-
export const mainthreadwasmcontext___wasm_get_unique_id_by_component_id: (a: number, b: number, c: number) => number;
|
|
45
|
-
export const mainthreadwasmcontext___wasm_set_css_id: (a: number, b: number, c: number, d: number) => void;
|
|
46
|
-
export const mainthreadwasmcontext___wasm_set_page_element_unique_id: (a: number, b: number) => void;
|
|
47
|
-
export const mainthreadwasmcontext___wasm_take_timing_flags: (a: number) => [number, number];
|
|
48
|
-
export const mainthreadwasmcontext__wasm_elementFromBinary: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => [number, number, number];
|
|
13
|
+
export const __wbg_set_eventinfo_event_handler: (a: number, b: any) => void;
|
|
14
|
+
export const __wbg_set_eventinfo_event_name: (a: number, b: number, c: number) => void;
|
|
15
|
+
export const __wbg_set_eventinfo_event_type: (a: number, b: number, c: number) => void;
|
|
16
|
+
export const __wbg_templatemanager_free: (a: number, b: number) => void;
|
|
17
|
+
export const add_inline_style_raw_string_key: (a: any, b: number, c: number, d: number, e: number) => void;
|
|
18
|
+
export const decode_style_info: (a: any, b: number, c: number, d: number) => [number, number, number];
|
|
19
|
+
export const encode_legacy_json_generated_raw_style_info: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
20
|
+
export const get_font_face_content: (a: any) => [number, number, number, number];
|
|
21
|
+
export const get_inline_styles_in_key_value_vec: (a: any, b: number, c: number) => void;
|
|
22
|
+
export const get_style_content: (a: any) => [number, number, number, number];
|
|
23
|
+
export const mainthreadwasmcontext_add_cross_thread_event: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => void;
|
|
24
|
+
export const mainthreadwasmcontext_add_dataset: (a: number, b: number, c: any, d: any) => [number, number];
|
|
25
|
+
export const mainthreadwasmcontext_add_run_worklet_event: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
26
|
+
export const mainthreadwasmcontext_common_event_handler: (a: number, b: any, c: number, d: number, e: number, f: number) => void;
|
|
27
|
+
export const mainthreadwasmcontext_create_element_common: (a: number, b: number, c: any, d: number, e: number, f: number) => number;
|
|
49
28
|
export const mainthreadwasmcontext_dispatch_event_by_path: (a: number, b: number, c: number, d: number, e: number, f: number, g: any) => number;
|
|
50
|
-
export const
|
|
29
|
+
export const mainthreadwasmcontext_get_component_id: (a: number, b: number) => [number, number, number, number];
|
|
30
|
+
export const mainthreadwasmcontext_get_config: (a: number, b: number) => [number, number, number];
|
|
31
|
+
export const mainthreadwasmcontext_get_css_id_by_unique_id: (a: number, b: number) => number;
|
|
32
|
+
export const mainthreadwasmcontext_get_data_by_key: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
33
|
+
export const mainthreadwasmcontext_get_dataset: (a: number, b: number) => [number, number, number];
|
|
34
|
+
export const mainthreadwasmcontext_get_dom_by_unique_id: (a: number, b: number) => any;
|
|
35
|
+
export const mainthreadwasmcontext_get_element_config: (a: number, b: number) => [number, number, number];
|
|
36
|
+
export const mainthreadwasmcontext_get_event: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
37
|
+
export const mainthreadwasmcontext_get_events: (a: number, b: number) => [number, number];
|
|
38
|
+
export const mainthreadwasmcontext_get_unique_id_by_component_id: (a: number, b: number, c: number) => number;
|
|
39
|
+
export const mainthreadwasmcontext_new: (a: any, b: any, c: number) => number;
|
|
40
|
+
export const mainthreadwasmcontext_push_style_sheet: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
41
|
+
export const mainthreadwasmcontext_set_config: (a: number, b: number, c: any) => [number, number];
|
|
42
|
+
export const mainthreadwasmcontext_set_css_id: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number];
|
|
43
|
+
export const mainthreadwasmcontext_set_dataset: (a: number, b: number, c: any, d: any) => [number, number];
|
|
44
|
+
export const mainthreadwasmcontext_set_page_element_unique_id: (a: number, b: number) => void;
|
|
45
|
+
export const mainthreadwasmcontext_take_timing_flags: (a: number) => [number, number];
|
|
46
|
+
export const mainthreadwasmcontext_update_component_id: (a: number, b: number, c: number, d: number) => [number, number];
|
|
47
|
+
export const mainthreadwasmcontext_update_css_og_style: (a: number, b: number, c: number, d: number) => [number, number];
|
|
51
48
|
export const rawstyleinfo_append_import: (a: number, b: number, c: number) => void;
|
|
52
49
|
export const rawstyleinfo_new: () => number;
|
|
53
50
|
export const rawstyleinfo_push_rule: (a: number, b: number, c: number) => void;
|
|
@@ -58,6 +55,10 @@ export const rule_set_prelude: (a: number, b: number) => void;
|
|
|
58
55
|
export const ruleprelude_new: () => number;
|
|
59
56
|
export const ruleprelude_push_selector: (a: number, b: number) => void;
|
|
60
57
|
export const selector_push_one_selector_section: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
58
|
+
export const set_inline_styles_in_str: (a: any, b: number, c: number) => number;
|
|
59
|
+
export const set_inline_styles_number_key: (a: any, b: number, c: number, d: number) => void;
|
|
60
|
+
export const templatemanager_add_style_info: (a: number, b: number, c: number, d: any, e: any) => [number, number];
|
|
61
|
+
export const templatemanager_new: () => number;
|
|
61
62
|
export const selector_new: () => number;
|
|
62
63
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
63
64
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
@@ -1,24 +1,6 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
|
|
4
|
-
export class DecodedStyleData {
|
|
5
|
-
free(): void;
|
|
6
|
-
[Symbol.dispose](): void;
|
|
7
|
-
static decode_into(buffer: Uint8Array, entry_name: string | null | undefined, config_enable_css_selector: boolean): Uint8Array;
|
|
8
|
-
static encode_from_raw_style_info(raw_style_info: RawStyleInfo, config_enable_css_selector: boolean, entry_name?: string | null): Uint8Array;
|
|
9
|
-
constructor(buffer: Uint8Array);
|
|
10
|
-
query_css_og_declarations_by_css_id(css_id: number, class_name: string[]): string;
|
|
11
|
-
readonly font_face_content: string;
|
|
12
|
-
readonly style_content: string;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export class ElementTemplateSection {
|
|
16
|
-
private constructor();
|
|
17
|
-
free(): void;
|
|
18
|
-
[Symbol.dispose](): void;
|
|
19
|
-
static from_encoded(buffer: Uint8Array): ElementTemplateSection;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
4
|
/**
|
|
23
5
|
*
|
|
24
6
|
* * for return of __GetEvents
|
|
@@ -28,60 +10,47 @@ export class EventInfo {
|
|
|
28
10
|
private constructor();
|
|
29
11
|
free(): void;
|
|
30
12
|
[Symbol.dispose](): void;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
13
|
+
event_handler: any;
|
|
14
|
+
event_name: string;
|
|
15
|
+
event_type: string;
|
|
34
16
|
}
|
|
35
17
|
|
|
36
18
|
export class MainThreadWasmContext {
|
|
37
19
|
free(): void;
|
|
38
20
|
[Symbol.dispose](): void;
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
21
|
+
add_cross_thread_event(unique_id: number, event_type: string, event_name: string, event_handler_identifier?: string | null): void;
|
|
22
|
+
add_dataset(unique_id: number, key: any, value: any): void;
|
|
23
|
+
add_run_worklet_event(unique_id: number, event_type: string, event_name: string, event_handler_identifier?: any | null): void;
|
|
24
|
+
common_event_handler(event: any, bubble_unique_id_path: Uint32Array, event_name: string): void;
|
|
25
|
+
create_element_common(parent_component_unique_id: number, dom: HTMLElement, css_id?: number | null, component_id?: string | null): number;
|
|
26
|
+
dispatch_event_by_path(bubble_unique_id_path: Uint32Array, event_name: string, is_capture: boolean, serialized_event: any): boolean;
|
|
27
|
+
get_component_id(unique_id: number): string | undefined;
|
|
28
|
+
get_config(unique_id: number): object;
|
|
29
|
+
get_css_id_by_unique_id(unique_id: number): number | undefined;
|
|
30
|
+
get_data_by_key(unique_id: number, key: string): any;
|
|
31
|
+
get_dataset(unique_id: number): object;
|
|
32
|
+
get_dom_by_unique_id(unique_id: number): HTMLElement | undefined;
|
|
33
|
+
get_element_config(unique_id: number): object | undefined;
|
|
34
|
+
get_event(unique_id: number, event_name: string, event_type: string): any;
|
|
35
|
+
get_events(unique_id: number): EventInfo[];
|
|
36
|
+
get_unique_id_by_component_id(component_id: string): number | undefined;
|
|
37
|
+
constructor(root_node: Node, mts_binding: any, config_enable_css_selector: boolean);
|
|
38
|
+
push_style_sheet(template_manager: TemplateManager, entry_name: string, is_entry_template: boolean): void;
|
|
48
39
|
/**
|
|
49
40
|
*
|
|
50
41
|
* * key: String
|
|
51
42
|
* * value: stringifyed js value
|
|
52
43
|
*
|
|
53
44
|
*/
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
* * The value could be string or number or null or undefined
|
|
62
|
-
*
|
|
63
|
-
*/
|
|
64
|
-
__wasm_AddInlineStyle_str_key(dom: HTMLElement, key: string, value?: string | null): void;
|
|
65
|
-
__wasm_SetInlineStyles(dom: HTMLElement, styles: string): boolean;
|
|
66
|
-
__wasm_add_event_bts(unique_id: number, event_type: string, event_name: string, event_handler_identifier?: string | null): void;
|
|
67
|
-
__wasm_add_event_run_worklet(unique_id: number, event_type: string, event_name: string, event_handler_identifier?: any | null): void;
|
|
68
|
-
__wasm_commonEventHandler(event: any, bubble_unique_id_path: Uint32Array, event_name: string): void;
|
|
69
|
-
__wasm_get_css_id_by_unique_id(unique_id: number): number | undefined;
|
|
70
|
-
__wasm_get_unique_id_by_component_id(component_id: string): number | undefined;
|
|
71
|
-
__wasm_set_css_id(elements_unique_id: Uint32Array, css_id: number): void;
|
|
72
|
-
__wasm_set_page_element_unique_id(unique_id: number): void;
|
|
73
|
-
__wasm_take_timing_flags(): string[];
|
|
74
|
-
_wasm_elementFromBinary(parent_component_unique_id: number, template_url: string, element_template_name: string, element_template_section: ElementTemplateSection): Element;
|
|
75
|
-
dispatch_event_by_path(bubble_unique_id_path: Uint32Array, event_name: string, is_capture: boolean, serialized_event: any): boolean;
|
|
76
|
-
constructor(document: Document, root_node: Node, mts_binding: any, unique_id_symbol: any, config_enable_css_selector: boolean);
|
|
45
|
+
set_config(unique_id: number, config: object): void;
|
|
46
|
+
set_css_id(elements_unique_id: Uint32Array, css_id: number, entry_name?: string | null): void;
|
|
47
|
+
set_dataset(unique_id: number, dom: HTMLElement, new_dataset: object): void;
|
|
48
|
+
set_page_element_unique_id(unique_id: number): void;
|
|
49
|
+
take_timing_flags(): string[];
|
|
50
|
+
update_component_id(unique_id: number, component_id?: string | null): void;
|
|
51
|
+
update_css_og_style(unique_id: number, entry_name?: string | null): void;
|
|
77
52
|
}
|
|
78
53
|
|
|
79
|
-
/**
|
|
80
|
-
*
|
|
81
|
-
* * key: cssId
|
|
82
|
-
* * value: StyleSheet
|
|
83
|
-
*
|
|
84
|
-
*/
|
|
85
54
|
export class RawStyleInfo {
|
|
86
55
|
free(): void;
|
|
87
56
|
[Symbol.dispose](): void;
|
|
@@ -119,6 +88,7 @@ export class Rule {
|
|
|
119
88
|
/**
|
|
120
89
|
*
|
|
121
90
|
* * Pushes a declaration to the rule's declaration block.
|
|
91
|
+
* * LynxJS doesn't support !important
|
|
122
92
|
* * @param property_name - The property name.
|
|
123
93
|
* * @param value - The property value.
|
|
124
94
|
*
|
|
@@ -176,20 +146,75 @@ export class Selector {
|
|
|
176
146
|
push_one_selector_section(selector_type: string, value: string): void;
|
|
177
147
|
}
|
|
178
148
|
|
|
149
|
+
export class TemplateManager {
|
|
150
|
+
free(): void;
|
|
151
|
+
[Symbol.dispose](): void;
|
|
152
|
+
add_style_info(template_name: string, buf: Uint8Array, document: Document): void;
|
|
153
|
+
constructor();
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
/**
|
|
157
|
+
*
|
|
158
|
+
* * The key could be string or number
|
|
159
|
+
* * The value could be string or number or null or undefined
|
|
160
|
+
*
|
|
161
|
+
*/
|
|
162
|
+
export function add_inline_style_raw_string_key(dom: HTMLElement, key: string, value?: string | null): void;
|
|
163
|
+
|
|
164
|
+
export function decode_style_info(buffer: Uint8Array, entry_name: string | null | undefined, config_enable_css_selector: boolean): Uint8Array;
|
|
165
|
+
|
|
166
|
+
export function encode_legacy_json_generated_raw_style_info(raw_style_info: RawStyleInfo, config_enable_css_selector: boolean, entry_name?: string | null): Uint8Array;
|
|
167
|
+
|
|
168
|
+
export function get_font_face_content(buffer: Uint8Array): string;
|
|
169
|
+
|
|
170
|
+
export function get_inline_styles_in_key_value_vec(dom: HTMLElement, k_v_vec: string[]): void;
|
|
171
|
+
|
|
172
|
+
export function get_style_content(buffer: Uint8Array): string;
|
|
173
|
+
|
|
174
|
+
export function set_inline_styles_in_str(dom: HTMLElement, styles: string): boolean;
|
|
175
|
+
|
|
176
|
+
export function set_inline_styles_number_key(dom: HTMLElement, key: number, value?: string | null): void;
|
|
177
|
+
|
|
179
178
|
export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembly.Module;
|
|
180
179
|
|
|
181
180
|
export interface InitOutput {
|
|
182
181
|
readonly memory: WebAssembly.Memory;
|
|
183
|
-
readonly
|
|
184
|
-
readonly
|
|
185
|
-
readonly
|
|
186
|
-
readonly
|
|
187
|
-
readonly
|
|
188
|
-
readonly
|
|
189
|
-
readonly
|
|
190
|
-
readonly
|
|
191
|
-
readonly
|
|
192
|
-
readonly
|
|
182
|
+
readonly mainthreadwasmcontext_get_component_id: (a: number, b: number) => [number, number, number, number];
|
|
183
|
+
readonly mainthreadwasmcontext_get_config: (a: number, b: number) => [number, number, number];
|
|
184
|
+
readonly mainthreadwasmcontext_get_element_config: (a: number, b: number) => [number, number, number];
|
|
185
|
+
readonly mainthreadwasmcontext_set_config: (a: number, b: number, c: any) => [number, number];
|
|
186
|
+
readonly mainthreadwasmcontext_update_component_id: (a: number, b: number, c: number, d: number) => [number, number];
|
|
187
|
+
readonly __wbg_eventinfo_free: (a: number, b: number) => void;
|
|
188
|
+
readonly __wbg_get_eventinfo_event_handler: (a: number) => any;
|
|
189
|
+
readonly __wbg_get_eventinfo_event_name: (a: number) => [number, number];
|
|
190
|
+
readonly __wbg_get_eventinfo_event_type: (a: number) => [number, number];
|
|
191
|
+
readonly __wbg_set_eventinfo_event_handler: (a: number, b: any) => void;
|
|
192
|
+
readonly __wbg_set_eventinfo_event_name: (a: number, b: number, c: number) => void;
|
|
193
|
+
readonly __wbg_set_eventinfo_event_type: (a: number, b: number, c: number) => void;
|
|
194
|
+
readonly mainthreadwasmcontext_add_cross_thread_event: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => void;
|
|
195
|
+
readonly mainthreadwasmcontext_add_run_worklet_event: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
196
|
+
readonly mainthreadwasmcontext_common_event_handler: (a: number, b: any, c: number, d: number, e: number, f: number) => void;
|
|
197
|
+
readonly mainthreadwasmcontext_dispatch_event_by_path: (a: number, b: number, c: number, d: number, e: number, f: number, g: any) => number;
|
|
198
|
+
readonly mainthreadwasmcontext_get_event: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
199
|
+
readonly mainthreadwasmcontext_get_events: (a: number, b: number) => [number, number];
|
|
200
|
+
readonly __wbg_mainthreadwasmcontext_free: (a: number, b: number) => void;
|
|
201
|
+
readonly mainthreadwasmcontext_create_element_common: (a: number, b: number, c: any, d: number, e: number, f: number) => number;
|
|
202
|
+
readonly mainthreadwasmcontext_get_css_id_by_unique_id: (a: number, b: number) => number;
|
|
203
|
+
readonly mainthreadwasmcontext_get_dom_by_unique_id: (a: number, b: number) => any;
|
|
204
|
+
readonly mainthreadwasmcontext_get_unique_id_by_component_id: (a: number, b: number, c: number) => number;
|
|
205
|
+
readonly mainthreadwasmcontext_new: (a: any, b: any, c: number) => number;
|
|
206
|
+
readonly mainthreadwasmcontext_push_style_sheet: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
207
|
+
readonly mainthreadwasmcontext_set_page_element_unique_id: (a: number, b: number) => void;
|
|
208
|
+
readonly mainthreadwasmcontext_take_timing_flags: (a: number) => [number, number];
|
|
209
|
+
readonly add_inline_style_raw_string_key: (a: any, b: number, c: number, d: number, e: number) => void;
|
|
210
|
+
readonly get_inline_styles_in_key_value_vec: (a: any, b: number, c: number) => void;
|
|
211
|
+
readonly mainthreadwasmcontext_set_css_id: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number];
|
|
212
|
+
readonly mainthreadwasmcontext_update_css_og_style: (a: number, b: number, c: number, d: number) => [number, number];
|
|
213
|
+
readonly set_inline_styles_in_str: (a: any, b: number, c: number) => number;
|
|
214
|
+
readonly set_inline_styles_number_key: (a: any, b: number, c: number, d: number) => void;
|
|
215
|
+
readonly __wbg_templatemanager_free: (a: number, b: number) => void;
|
|
216
|
+
readonly templatemanager_add_style_info: (a: number, b: number, c: number, d: any, e: any) => [number, number];
|
|
217
|
+
readonly templatemanager_new: () => number;
|
|
193
218
|
readonly __wbg_rawstyleinfo_free: (a: number, b: number) => void;
|
|
194
219
|
readonly __wbg_rule_free: (a: number, b: number) => void;
|
|
195
220
|
readonly __wbg_ruleprelude_free: (a: number, b: number) => void;
|
|
@@ -205,39 +230,14 @@ export interface InitOutput {
|
|
|
205
230
|
readonly ruleprelude_push_selector: (a: number, b: number) => void;
|
|
206
231
|
readonly selector_new: () => number;
|
|
207
232
|
readonly selector_push_one_selector_section: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
210
|
-
readonly
|
|
211
|
-
readonly
|
|
212
|
-
readonly
|
|
213
|
-
readonly
|
|
214
|
-
readonly
|
|
215
|
-
readonly
|
|
216
|
-
readonly elementtemplatesection_from_encoded: (a: any) => [number, number, number];
|
|
217
|
-
readonly __wbg_eventinfo_free: (a: number, b: number) => void;
|
|
218
|
-
readonly __wbg_get_eventinfo_function: (a: number) => any;
|
|
219
|
-
readonly __wbg_get_eventinfo_name: (a: number) => [number, number];
|
|
220
|
-
readonly __wbg_get_eventinfo_type: (a: number) => [number, number];
|
|
221
|
-
readonly __wbg_set_eventinfo_function: (a: number, b: any) => void;
|
|
222
|
-
readonly __wbg_set_eventinfo_name: (a: number, b: number, c: number) => void;
|
|
223
|
-
readonly __wbg_set_eventinfo_type: (a: number, b: number, c: number) => void;
|
|
224
|
-
readonly mainthreadwasmcontext___GetEvent: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
225
|
-
readonly mainthreadwasmcontext___GetEvents: (a: number, b: number) => [number, number];
|
|
226
|
-
readonly mainthreadwasmcontext___wasm_add_event_bts: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => void;
|
|
227
|
-
readonly mainthreadwasmcontext___wasm_add_event_run_worklet: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
228
|
-
readonly mainthreadwasmcontext___wasm_commonEventHandler: (a: number, b: any, c: number, d: number, e: number, f: number) => void;
|
|
229
|
-
readonly mainthreadwasmcontext_dispatch_event_by_path: (a: number, b: number, c: number, d: number, e: number, f: number, g: any) => number;
|
|
230
|
-
readonly mainthreadwasmcontext___wasm_AddInlineStyle_number_key: (a: number, b: any, c: number, d: number, e: number) => void;
|
|
231
|
-
readonly mainthreadwasmcontext___wasm_AddInlineStyle_str_key: (a: number, b: any, c: number, d: number, e: number, f: number) => void;
|
|
232
|
-
readonly mainthreadwasmcontext___wasm_SetInlineStyles: (a: number, b: any, c: number, d: number) => number;
|
|
233
|
-
readonly mainthreadwasmcontext___wasm_set_css_id: (a: number, b: number, c: number, d: number) => void;
|
|
234
|
-
readonly __wbg_mainthreadwasmcontext_free: (a: number, b: number) => void;
|
|
235
|
-
readonly mainthreadwasmcontext___CreateElementCommon: (a: number, b: number, c: any, d: number, e: number, f: number) => number;
|
|
236
|
-
readonly mainthreadwasmcontext___wasm_get_css_id_by_unique_id: (a: number, b: number) => number;
|
|
237
|
-
readonly mainthreadwasmcontext___wasm_get_unique_id_by_component_id: (a: number, b: number, c: number) => number;
|
|
238
|
-
readonly mainthreadwasmcontext___wasm_set_page_element_unique_id: (a: number, b: number) => void;
|
|
239
|
-
readonly mainthreadwasmcontext___wasm_take_timing_flags: (a: number) => [number, number];
|
|
240
|
-
readonly mainthreadwasmcontext_new: (a: any, b: any, c: any, d: any, e: number) => number;
|
|
233
|
+
readonly mainthreadwasmcontext_add_dataset: (a: number, b: number, c: any, d: any) => [number, number];
|
|
234
|
+
readonly mainthreadwasmcontext_get_data_by_key: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
235
|
+
readonly mainthreadwasmcontext_get_dataset: (a: number, b: number) => [number, number, number];
|
|
236
|
+
readonly mainthreadwasmcontext_set_dataset: (a: number, b: number, c: any, d: any) => [number, number];
|
|
237
|
+
readonly decode_style_info: (a: any, b: number, c: number, d: number) => [number, number, number];
|
|
238
|
+
readonly encode_legacy_json_generated_raw_style_info: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
239
|
+
readonly get_font_face_content: (a: any) => [number, number, number, number];
|
|
240
|
+
readonly get_style_content: (a: any) => [number, number, number, number];
|
|
241
241
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
242
242
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
243
243
|
readonly __wbindgen_exn_store: (a: number) => void;
|