openc3-cosmos-tool-dataextractor 5.5.2.pre.beta0.20230315040423 → 5.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2aebecfc4c4e4c9be35baa32ab1e9069a579c6e0ca5253f635243ea4c4ed427
4
- data.tar.gz: 2883039a91a9623ba62cb3a5b1ea55bf9f54909841e66aa2fb5d5130b5171ca7
3
+ metadata.gz: 0a6ad83ae86a3cbc83a2d893aa94f68590f02983556ecf850373403103756538
4
+ data.tar.gz: 56a8483e9bf95dff08451fe298c0229e3e8cc2673d38626064d4d5ca3fa3b6bd
5
5
  SHA512:
6
- metadata.gz: c06e5a6672a32533d4708f39c0634ee4b994aa229eeb46a2c9e09ae5a3bada00d9eda38ae24966c629092b1f32572f0c33f9e85b4a5fc7b1d98bf7ca9b702479
7
- data.tar.gz: 39d598d5585480cbdf7c9aa52430404c897f570070daef18653d140b7402eb3bbc5013ee68e5d207ccaf1106a344499f630976308b38d5b70445ee2e61a7a690
6
+ metadata.gz: 16cbeb72e2454bb303f100337f59aab12a5844990dcc900171f369dae38e6a1767c03e985d19b3f8aa24bb18e9d3e59c48e5502eeb536802f7215a20ae1f4c10
7
+ data.tar.gz: 39372ee11dd97e47d7306fb4cd67ec5a1f6373fe41575f67345f85751ab27e16ecbdb606283df7b3bcc6f55f12d8add6e460de6d67503c8e7ef3cb7ac29c76d8
@@ -1,4 +1 @@
1
- <!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><main><h1>Your Microfrontend is not here</h1><p>The @openc3/cosmos-tool-dataextractor microfrontend is running in "integrated" mode, since standalone-single-spa-webpack-plugin is disabled. This means that it does not work as a standalone application without changing configuration.</p><h2>How do I develop this microfrontend?</h2><p>To develop this microfrontend, try the following steps:</p><ol><li>Copy the following URL to your clipboard: <a target="_blank" rel="noopener" id="mf-url"></a></li><li>In a new browser tab, go to the your single-spa web app. This is where your "root config" is running. You do not have to run the root config locally if it is already running on a deployed environment - go to the deployed environment directly.</li><li>In the browser console, run <code>localStorage.setItem('devtools', true);</code> Refresh the page.</li><li>A yellowish rectangle should appear at the bottom right of your screen. Click on it. Find the name @openc3/cosmos-tool-dataextractor and click on it. If it is not present, click on Add New Module.</li><li>Paste the URL above into the input that appears. Refresh the page.</li><li>Congrats, your local code is now being used!</li></ol><p></p><p>For further information about "integrated" mode, see the following links:</p><ul><li><a target="_blank" rel="noopener" href="https://single-spa.js.org/docs/recommended-setup#local-development">Local Development Overview</a></li><li><a target="_blank" rel="noopener" href="https://github.com/joeldenning/import-map-overrides">Import Map Overrides Documentation</a></li></ul><p></p><h2>If you prefer Standalone mode</h2><p>To run this microfrontend in "standalone" mode, the standalone-single-spa-webpack-plugin must not be disabled. In some cases, this is done by running <code>npm run start:standalone</code>. Alternatively, you can add <code>--env standalone</code> to your package.json start script if you are using webpack-config-single-spa.</p>If neither of those work for you, see more details about enabling standalone mode at <a target="_blank" rel="noopener" href="https://github.com/single-spa/standalone-single-spa-webpack-plugin">Standalone Plugin Documentation</a>.<p></p><script>const mfLink = document.getElementById('mf-url');
2
- const fullSrc = new URL('/tools/dataextractor//tools/dataextractor/js/app.js', window.location.href);
3
- mfLink.href = fullSrc;
4
- mfLink.textContent = fullSrc;</script></main></head><body><div id="app"></div></body></html>
1
+ <!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><script defer="defer" src="/tools/dataextractor/js/app.js"></script></head><body><div id="app"></div></body></html>