phirepass-widgets 0.0.10 → 0.0.12
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/{index-DJjuCUhO.js → index-D6ygTbCo.js} +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/phirepass-sftp-client.cjs.entry.js +1 -1
- package/dist/cjs/phirepass-terminal.cjs.entry.js +6 -6
- package/dist/cjs/phirepass-widgets.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/phirepass-channel_bg.wasm +0 -0
- package/dist/components/phirepass-terminal.js +4 -4
- package/dist/esm/{index-DtzrexIM.js → index-DUQrkuW3.js} +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/phirepass-sftp-client.entry.js +1 -1
- package/dist/esm/phirepass-terminal.entry.js +6 -6
- package/dist/esm/phirepass-widgets.js +3 -3
- package/dist/phirepass-widgets/{p-ff78ace0.entry.js → p-11be5283.entry.js} +2 -2
- package/dist/phirepass-widgets/p-3a4984b4.entry.js +1 -0
- package/dist/phirepass-widgets/phirepass-channel_bg.wasm +0 -0
- package/dist/phirepass-widgets/phirepass-widgets.esm.js +1 -1
- package/package.json +1 -1
- package/dist/phirepass-widgets/p-ffa3a974.entry.js +0 -1
- /package/dist/phirepass-widgets/{p-DtzrexIM.js → p-DUQrkuW3.js} +0 -0
|
@@ -4,7 +4,7 @@ const NAMESPACE = 'phirepass-widgets';
|
|
|
4
4
|
const BUILD = /* phirepass-widgets */ { hotModuleReplacement: false, hydratedSelectorName: "hydrated", lazyLoad: true, prop: true, propChangeCallback: true, updatable: true};
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
|
-
Stencil Client Platform v4.43.
|
|
7
|
+
Stencil Client Platform v4.43.3 | MIT Licensed | https://stenciljs.com
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-D6ygTbCo.js');
|
|
4
4
|
|
|
5
5
|
var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
|
|
6
6
|
/**
|
|
@@ -582,7 +582,7 @@ function __wbg_get_imports() {
|
|
|
582
582
|
__wbg_set_onopen_34e3e24cf9337ddd: function(arg0, arg1) {
|
|
583
583
|
getObject(arg0).onopen = getObject(arg1);
|
|
584
584
|
},
|
|
585
|
-
|
|
585
|
+
__wbg_warn_5bd788cc2f780742: function(arg0, arg1) {
|
|
586
586
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
587
587
|
},
|
|
588
588
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
@@ -601,8 +601,8 @@ function __wbg_get_imports() {
|
|
|
601
601
|
return addHeapObject(ret);
|
|
602
602
|
},
|
|
603
603
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
604
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx:
|
|
605
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37,
|
|
604
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 4, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
605
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_40);
|
|
606
606
|
return addHeapObject(ret);
|
|
607
607
|
},
|
|
608
608
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -639,8 +639,8 @@ function __wbg_get_imports() {
|
|
|
639
639
|
};
|
|
640
640
|
}
|
|
641
641
|
|
|
642
|
-
function
|
|
643
|
-
wasm.
|
|
642
|
+
function __wasm_bindgen_func_elem_40(arg0, arg1) {
|
|
643
|
+
wasm.__wasm_bindgen_func_elem_40(arg0, arg1);
|
|
644
644
|
}
|
|
645
645
|
|
|
646
646
|
function __wasm_bindgen_func_elem_38(arg0, arg1, arg2) {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-D6ygTbCo.js');
|
|
4
4
|
var appGlobals = require('./app-globals-V2Kpy_OQ.js');
|
|
5
5
|
|
|
6
6
|
var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
|
|
7
7
|
/*
|
|
8
|
-
Stencil Client Patch Browser v4.43.
|
|
8
|
+
Stencil Client Patch Browser v4.43.3 | MIT Licensed | https://stenciljs.com
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
var patchBrowser = () => {
|
|
Binary file
|