Skip to content

Commit 303b79a

Browse files
committed
Update web
1 parent 08c1544 commit 303b79a

File tree

3 files changed

+31
-29
lines changed

3 files changed

+31
-29
lines changed

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1>About</h1>
8989
href="https://github.com/nmeylan/json-table-editor/blob/master/Cargo.lock" target="_blank"
9090
rel="noreferrer">dependencies</a> used by this project</p>
9191
<h1>News</h1>
92-
<h3>30/09/2024</h3>
92+
<h3>03/04/2025</h3>
9393
<p>
9494
Drawing roadmap, short-term planned features:
9595
<ul>

web/json-editor.js

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -205,35 +205,31 @@ let wasm_bindgen;
205205
return className;
206206
}
207207
function __wbg_adapter_32(arg0, arg1) {
208-
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7844541fff70edbb(arg0, arg1);
208+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6121eaac70501347(arg0, arg1);
209209
}
210210

211-
function __wbg_adapter_35(arg0, arg1) {
212-
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h750bb1a7f594abf2(arg0, arg1);
211+
function __wbg_adapter_35(arg0, arg1, arg2) {
212+
wasm.closure392_externref_shim(arg0, arg1, arg2);
213213
}
214214

215215
function takeFromExternrefTable0(idx) {
216216
const value = wasm.__wbindgen_export_1.get(idx);
217217
wasm.__externref_table_dealloc(idx);
218218
return value;
219219
}
220-
function __wbg_adapter_38(arg0, arg1) {
221-
const ret = wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc80cb4c36c9f5f07_multivalue_shim(arg0, arg1);
220+
function __wbg_adapter_40(arg0, arg1) {
221+
const ret = wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__haf6a60aa232bb39a_multivalue_shim(arg0, arg1);
222222
if (ret[1]) {
223223
throw takeFromExternrefTable0(ret[0]);
224224
}
225225
}
226226

227-
function __wbg_adapter_41(arg0, arg1, arg2) {
228-
wasm.closure460_externref_shim(arg0, arg1, arg2);
227+
function __wbg_adapter_43(arg0, arg1, arg2) {
228+
wasm.closure440_externref_shim(arg0, arg1, arg2);
229229
}
230230

231-
function __wbg_adapter_46(arg0, arg1, arg2) {
232-
wasm.closure470_externref_shim(arg0, arg1, arg2);
233-
}
234-
235-
function __wbg_adapter_618(arg0, arg1, arg2, arg3) {
236-
wasm.closure518_externref_shim(arg0, arg1, arg2, arg3);
231+
function __wbg_adapter_621(arg0, arg1, arg2, arg3) {
232+
wasm.closure482_externref_shim(arg0, arg1, arg2, arg3);
237233
}
238234

239235
const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
@@ -486,6 +482,9 @@ let wasm_bindgen;
486482
imports.wbg.__wbg_clear_c182acb53176ea8b = function(arg0, arg1) {
487483
arg0.clear(arg1 >>> 0);
488484
};
485+
imports.wbg.__wbg_click_075a28967f9a936c = function(arg0) {
486+
arg0.click();
487+
};
489488
imports.wbg.__wbg_clientX_18c5fbacc6398ad8 = function(arg0) {
490489
const ret = arg0.clientX;
491490
return ret;
@@ -1188,7 +1187,7 @@ let wasm_bindgen;
11881187
const a = state0.a;
11891188
state0.a = 0;
11901189
try {
1191-
return __wbg_adapter_618(a, state0.b, arg0, arg1);
1190+
return __wbg_adapter_621(a, state0.b, arg0, arg1);
11921191
} finally {
11931192
state0.a = a;
11941193
}
@@ -1251,6 +1250,10 @@ let wasm_bindgen;
12511250
const ret = new Request(getStringFromWasm0(arg0, arg1), arg2);
12521251
return ret;
12531252
}, arguments) };
1253+
imports.wbg.__wbg_newwithu8arraysequence_2ee52236602d5ef2 = function() { return handleError(function (arg0) {
1254+
const ret = new Blob(arg0);
1255+
return ret;
1256+
}, arguments) };
12541257
imports.wbg.__wbg_newwithu8arraysequenceandoptions_75a3b40c32d6c988 = function() { return handleError(function (arg0, arg1) {
12551258
const ret = new Blob(arg0, arg1);
12561259
return ret;
@@ -1356,6 +1359,9 @@ let wasm_bindgen;
13561359
const ret = arg0.result;
13571360
return ret;
13581361
}, arguments) };
1362+
imports.wbg.__wbg_revokeObjectURL_efa90403a85af243 = function() { return handleError(function (arg0, arg1) {
1363+
URL.revokeObjectURL(getStringFromWasm0(arg0, arg1));
1364+
}, arguments) };
13591365
imports.wbg.__wbg_right_74bde7fc03836700 = function(arg0) {
13601366
const ret = arg0.right;
13611367
return ret;
@@ -1639,28 +1645,24 @@ let wasm_bindgen;
16391645
const ret = false;
16401646
return ret;
16411647
};
1642-
imports.wbg.__wbindgen_closure_wrapper1118 = function(arg0, arg1, arg2) {
1643-
const ret = makeMutClosure(arg0, arg1, 245, __wbg_adapter_35);
1644-
return ret;
1645-
};
1646-
imports.wbg.__wbindgen_closure_wrapper1709 = function(arg0, arg1, arg2) {
1647-
const ret = makeMutClosure(arg0, arg1, 457, __wbg_adapter_38);
1648+
imports.wbg.__wbindgen_closure_wrapper1017 = function(arg0, arg1, arg2) {
1649+
const ret = makeMutClosure(arg0, arg1, 210, __wbg_adapter_32);
16481650
return ret;
16491651
};
1650-
imports.wbg.__wbindgen_closure_wrapper1711 = function(arg0, arg1, arg2) {
1651-
const ret = makeMutClosure(arg0, arg1, 457, __wbg_adapter_41);
1652+
imports.wbg.__wbindgen_closure_wrapper1516 = function(arg0, arg1, arg2) {
1653+
const ret = makeMutClosure(arg0, arg1, 393, __wbg_adapter_35);
16521654
return ret;
16531655
};
1654-
imports.wbg.__wbindgen_closure_wrapper1713 = function(arg0, arg1, arg2) {
1655-
const ret = makeMutClosure(arg0, arg1, 457, __wbg_adapter_41);
1656+
imports.wbg.__wbindgen_closure_wrapper1518 = function(arg0, arg1, arg2) {
1657+
const ret = makeMutClosure(arg0, arg1, 393, __wbg_adapter_35);
16561658
return ret;
16571659
};
1658-
imports.wbg.__wbindgen_closure_wrapper2051 = function(arg0, arg1, arg2) {
1659-
const ret = makeMutClosure(arg0, arg1, 471, __wbg_adapter_46);
1660+
imports.wbg.__wbindgen_closure_wrapper1520 = function(arg0, arg1, arg2) {
1661+
const ret = makeMutClosure(arg0, arg1, 393, __wbg_adapter_40);
16601662
return ret;
16611663
};
1662-
imports.wbg.__wbindgen_closure_wrapper672 = function(arg0, arg1, arg2) {
1663-
const ret = makeMutClosure(arg0, arg1, 120, __wbg_adapter_32);
1664+
imports.wbg.__wbindgen_closure_wrapper1932 = function(arg0, arg1, arg2) {
1665+
const ret = makeMutClosure(arg0, arg1, 441, __wbg_adapter_43);
16641666
return ret;
16651667
};
16661668
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {

web/json-editor_bg.wasm

57.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)