Skip to content

Commit

Permalink
Update from slint-ui/slint
Browse files Browse the repository at this point in the history
Pull web demos and C++/Rust reference docs from commit 1d3e516b6054c9d338a2a7fe9c8dc18d5412ab72 (refs/heads/master)
  • Loading branch information
slint-team[bot] committed Aug 18, 2024
1 parent 3b475a6 commit c7201d9
Show file tree
Hide file tree
Showing 279 changed files with 1,684 additions and 1,714 deletions.
Binary file modified snapshots/master/demos/android/energy-monitor.apk
Binary file not shown.
Binary file modified snapshots/master/demos/android/todo_lib.apk
Binary file not shown.
8 changes: 4 additions & 4 deletions snapshots/master/demos/carousel/pkg/carousel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ export interface InitOutput {
readonly __wbindgen_malloc: (a: number, b: number) => number;
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
readonly __wbindgen_export_2: WebAssembly.Table;
readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2d1cbcc738a8e712: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h3eed822787167cf0: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb09277208677da62: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc62b81be21516a16: (a: number, b: number, c: number, d: number) => void;
readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h101b1ba5dc049605: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9: (a: number, b: number, c: number, d: number) => void;
readonly __wbindgen_exn_store: (a: number) => void;
readonly __wbindgen_start: () => void;
}
Expand Down
130 changes: 65 additions & 65 deletions snapshots/master/demos/carousel/pkg/carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function makeClosure(arg0, arg1, dtor, f) {
return real;
}
function __wbg_adapter_26(arg0, arg1, arg2) {
wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2d1cbcc738a8e712(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h101b1ba5dc049605(arg0, arg1, addHeapObject(arg2));
}

function makeMutClosure(arg0, arg1, dtor, f) {
Expand Down Expand Up @@ -237,15 +237,15 @@ function makeMutClosure(arg0, arg1, dtor, f) {
return real;
}
function __wbg_adapter_37(arg0, arg1, arg2) {
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h3eed822787167cf0(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(arg0, arg1, addHeapObject(arg2));
}

function __wbg_adapter_40(arg0, arg1) {
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb09277208677da62(arg0, arg1);
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(arg0, arg1);
}

function __wbg_adapter_43(arg0, arg1, arg2, arg3) {
wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc62b81be21516a16(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
function __wbg_adapter_57(arg0, arg1, arg2, arg3) {
wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
}

/**
Expand Down Expand Up @@ -1286,6 +1286,37 @@ function __wbg_get_imports() {
imports.wbg.__wbg_postMessage_b651e498e4c6dbf5 = function() { return handleError(function (arg0, arg1, arg2) {
getObject(arg0).postMessage(getObject(arg1), getObject(arg2));
}, arguments) };
imports.wbg.__wbg_pointerType_d375491a3013a9bc = function(arg0, arg1) {
const ret = getObject(arg1).pointerType;
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
const len1 = WASM_VECTOR_LEN;
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
};
imports.wbg.__wbg_pointerId_37ae0c4682f85248 = function(arg0) {
const ret = getObject(arg0).pointerId;
return ret;
};
imports.wbg.__wbg_persisted_6483200f25cdfed4 = function(arg0) {
const ret = getObject(arg0).persisted;
return ret;
};
imports.wbg.__wbg_pressure_95cee3909a8549a9 = function(arg0) {
const ret = getObject(arg0).pressure;
return ret;
};
imports.wbg.__wbg_buttons_a302533e27733599 = function(arg0) {
const ret = getObject(arg0).buttons;
return ret;
};
imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) {
const ret = getObject(arg0).isIntersecting;
return ret;
};
imports.wbg.__wbg_matches_42eb40a28a316d0e = function(arg0) {
const ret = getObject(arg0).matches;
return ret;
};
imports.wbg.__wbg_contentRect_c1a9045c459744d9 = function(arg0) {
const ret = getObject(arg0).contentRect;
return addHeapObject(ret);
Expand All @@ -1310,40 +1341,9 @@ function __wbg_get_imports() {
const ret = getObject(arg0).blockSize;
return ret;
};
imports.wbg.__wbg_pointerId_37ae0c4682f85248 = function(arg0) {
const ret = getObject(arg0).pointerId;
return ret;
};
imports.wbg.__wbg_pointerType_d375491a3013a9bc = function(arg0, arg1) {
const ret = getObject(arg1).pointerType;
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
const len1 = WASM_VECTOR_LEN;
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
};
imports.wbg.__wbg_buttons_a302533e27733599 = function(arg0) {
const ret = getObject(arg0).buttons;
return ret;
};
imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) {
const ret = getObject(arg0).isIntersecting;
return ret;
};
imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) {
getObject(arg0).setPointerCapture(arg1);
}, arguments) };
imports.wbg.__wbg_pressure_95cee3909a8549a9 = function(arg0) {
const ret = getObject(arg0).pressure;
return ret;
};
imports.wbg.__wbg_matches_42eb40a28a316d0e = function(arg0) {
const ret = getObject(arg0).matches;
return ret;
};
imports.wbg.__wbg_persisted_6483200f25cdfed4 = function(arg0) {
const ret = getObject(arg0).persisted;
return ret;
};
imports.wbg.__wbindgen_cb_drop = function(arg0) {
const obj = takeObject(arg0).original;
if (obj.cnt-- == 1) {
Expand All @@ -1353,6 +1353,10 @@ function __wbg_get_imports() {
const ret = false;
return ret;
};
imports.wbg.__wbg_Window_bd9ec3fee5f673ee = function(arg0) {
const ret = getObject(arg0).Window;
return addHeapObject(ret);
};
imports.wbg.__wbg_settype_b6ab7b74bd1908a1 = function(arg0, arg1, arg2) {
getObject(arg0).type = getStringFromWasm0(arg1, arg2);
};
Expand All @@ -1367,6 +1371,10 @@ function __wbg_get_imports() {
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
}, arguments) };
imports.wbg.__wbg_new_25d9d4e2932d816f = function() { return handleError(function (arg0, arg1) {
const ret = new Worker(getStringFromWasm0(arg0, arg1));
return addHeapObject(ret);
}, arguments) };
imports.wbg.__wbg_prototype_d33365945f23f380 = function() {
const ret = ResizeObserverEntry.prototype;
return addHeapObject(ret);
Expand All @@ -1375,14 +1383,6 @@ function __wbg_get_imports() {
const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1));
return addHeapObject(ret);
};
imports.wbg.__wbg_Window_bd9ec3fee5f673ee = function(arg0) {
const ret = getObject(arg0).Window;
return addHeapObject(ret);
};
imports.wbg.__wbg_new_25d9d4e2932d816f = function() { return handleError(function (arg0, arg1) {
const ret = new Worker(getStringFromWasm0(arg0, arg1));
return addHeapObject(ret);
}, arguments) };
imports.wbg.__wbg_button_460cdec9f2512a91 = function(arg0) {
const ret = getObject(arg0).button;
return ret;
Expand Down Expand Up @@ -1556,6 +1556,10 @@ function __wbg_get_imports() {
const ret = getObject(arg0).y;
return ret;
};
imports.wbg.__wbg_getCoalescedEvents_85701851c470c4e6 = function(arg0) {
const ret = getObject(arg0).getCoalescedEvents;
return addHeapObject(ret);
};
imports.wbg.__wbg_requestIdleCallback_86b728660e0547ef = function(arg0) {
const ret = getObject(arg0).requestIdleCallback;
return addHeapObject(ret);
Expand All @@ -1564,10 +1568,6 @@ function __wbg_get_imports() {
const ret = getObject(arg0).requestFullscreen;
return addHeapObject(ret);
};
imports.wbg.__wbg_getCoalescedEvents_85701851c470c4e6 = function(arg0) {
const ret = getObject(arg0).getCoalescedEvents;
return addHeapObject(ret);
};
imports.wbg.__wbg_scheduler_f38a681d98b5a776 = function(arg0) {
const ret = getObject(arg0).scheduler;
return addHeapObject(ret);
Expand Down Expand Up @@ -1623,64 +1623,64 @@ function __wbg_get_imports() {
const ret = getObject(arg0).requestAnimationFrame(getObject(arg1));
return ret;
}, arguments) };
imports.wbg.__wbindgen_closure_wrapper1128 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1134 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 146, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1130 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1136 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 146, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1131 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1137 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 146, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1132 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1138 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 146, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1133 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1139 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 146, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper4338 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper4337 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5554 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper5553 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_40);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5587 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_43);
imports.wbg.__wbindgen_closure_wrapper5586 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5596 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper5592 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5605 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper5598 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5611 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper5613 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5637 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper5636 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5646 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper5641 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5693 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper5651 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5706 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37);
imports.wbg.__wbindgen_closure_wrapper5665 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_57);
return addHeapObject(ret);
};

Expand Down
Binary file modified snapshots/master/demos/carousel/pkg/carousel_bg.wasm
Binary file not shown.
8 changes: 4 additions & 4 deletions snapshots/master/demos/carousel/pkg/carousel_bg.wasm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ export function send_keyboard_string_sequence(a: number, b: number): void;
export function __wbindgen_malloc(a: number, b: number): number;
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
export const __wbindgen_export_2: WebAssembly.Table;
export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2d1cbcc738a8e712(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h3eed822787167cf0(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb09277208677da62(a: number, b: number): void;
export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc62b81be21516a16(a: number, b: number, c: number, d: number): void;
export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h101b1ba5dc049605(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(a: number, b: number): void;
export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(a: number, b: number, c: number, d: number): void;
export function __wbindgen_exn_store(a: number): void;
export function __wbindgen_start(): void;
10 changes: 5 additions & 5 deletions snapshots/master/demos/energy-monitor/pkg/energy_monitor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ export interface InitOutput {
readonly __wbindgen_malloc: (a: number, b: number) => number;
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
readonly __wbindgen_export_2: WebAssembly.Table;
readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4a403c73a42f6c62: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h3b3b4a0a2d68029f: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h63b29cdc568f7d0e: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h053d7ad80e3cd91b: (a: number, b: number, c: number, d: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8eef9b8832347905: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h31830c12b4281a46: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h46d3bed4f2abf21c: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h56f1a7156f862a1e: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb66c83361514d8ed: (a: number, b: number, c: number, d: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfed05b037b6d37a4: (a: number, b: number, c: number) => void;
readonly __wbindgen_exn_store: (a: number) => void;
readonly __wbindgen_start: () => void;
}
Expand Down
Loading

0 comments on commit c7201d9

Please sign in to comment.