phirepass-widgets 0.0.20 → 0.0.22
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/dist/cjs/phirepass-terminal.cjs.entry.js +7 -6
- package/dist/collection/components/phirepass-terminal/phirepass-terminal.js +2 -1
- package/dist/collection/phirepass-channel_bg.wasm +0 -0
- package/dist/components/phirepass-terminal.js +3 -3
- package/dist/esm/phirepass-terminal.entry.js +7 -6
- package/dist/phirepass-widgets/{p-b5cb06db.entry.js → p-4d9374b4.entry.js} +4 -4
- package/dist/phirepass-widgets/phirepass-channel_bg.wasm +0 -0
- package/dist/phirepass-widgets/phirepass-widgets.esm.js +1 -1
- package/package.json +2 -2
|
@@ -591,7 +591,7 @@ function __wbg_get_imports() {
|
|
|
591
591
|
__wbg_set_onopen_34e3e24cf9337ddd: function(arg0, arg1) {
|
|
592
592
|
getObject(arg0).onopen = getObject(arg1);
|
|
593
593
|
},
|
|
594
|
-
|
|
594
|
+
__wbg_warn_1bf034bfadbf0dc0: function(arg0, arg1) {
|
|
595
595
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
596
596
|
},
|
|
597
597
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
@@ -610,8 +610,8 @@ function __wbg_get_imports() {
|
|
|
610
610
|
return addHeapObject(ret);
|
|
611
611
|
},
|
|
612
612
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
613
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx:
|
|
614
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37,
|
|
613
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 6, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
614
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_42);
|
|
615
615
|
return addHeapObject(ret);
|
|
616
616
|
},
|
|
617
617
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -648,8 +648,8 @@ function __wbg_get_imports() {
|
|
|
648
648
|
};
|
|
649
649
|
}
|
|
650
650
|
|
|
651
|
-
function
|
|
652
|
-
wasm.
|
|
651
|
+
function __wasm_bindgen_func_elem_42(arg0, arg1) {
|
|
652
|
+
wasm.__wasm_bindgen_func_elem_42(arg0, arg1);
|
|
653
653
|
}
|
|
654
654
|
|
|
655
655
|
function __wasm_bindgen_func_elem_38(arg0, arg1, arg2) {
|
|
@@ -1216,6 +1216,7 @@ const PhirepassTerminal = class {
|
|
|
1216
1216
|
return;
|
|
1217
1217
|
}
|
|
1218
1218
|
try {
|
|
1219
|
+
console.log(`Sending terminal resize: cols=${cols}, rows=${rows}`);
|
|
1219
1220
|
this.channel.send_ssh_terminal_resize(this.nodeId, this.session_id, cols, rows);
|
|
1220
1221
|
}
|
|
1221
1222
|
catch (err) {
|
|
@@ -1403,7 +1404,7 @@ const PhirepassTerminal = class {
|
|
|
1403
1404
|
this.usernameBuffer = "";
|
|
1404
1405
|
}
|
|
1405
1406
|
render() {
|
|
1406
|
-
return (h$1(Host, { key: '
|
|
1407
|
+
return (h$1(Host, { key: '19ac1ed6ebba15249ad4cbcc8b824508eef08d26' }, h$1("div", { key: '779492472d585c808ec2e96a3adae67df09c58a5', id: "ccc", ref: el => (this.containerEl = el) })));
|
|
1407
1408
|
}
|
|
1408
1409
|
static get watchers() { return {
|
|
1409
1410
|
"nodeId": [{
|