openc3-cosmos-tool-bucketexplorer 5.6.1 → 5.7.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: 8f47c9efd2a57130567df4ed6ba8fe483b28dcf518b0ee72d13bbc870af67469
4
- data.tar.gz: 6bf6d9a3ab502b2309952bc7c9a78f9631db87078f54ca420ab14bc41301a78c
3
+ metadata.gz: 26faf9b7124669a45cc99f0d813a9aed51b9fb0f6c9868b7406300c548af3ad0
4
+ data.tar.gz: eeb1c481b0b4131ea993e92e9f7d76a054b9fc7ef54565ff329bbf795b618569
5
5
  SHA512:
6
- metadata.gz: 12a18e8d3b55be538199c6a82c35ccc02ec53f4fb4af6bb3aed9e57c52197eb9e6cbc9a5458e45f4738a49c8ae3e957089448da228f35bcbfa75d030fbf3dea8
7
- data.tar.gz: aa49663d4f2efddec4b2f8669fe1b0b01c4f76e6204e6db97d1108212cab123851ca7005d6eefd7817ecd13a43dcff0c49c9c5099105f114bf457ac1711e94d0
6
+ metadata.gz: 461474a46e854fced74b880e2551225f97ba63272afffbd8afe080538c3bf1f0ba3f84ad6cafec15394f6cf766f9b9bae87c3dcf2334587f1b7b36c7b05d4c1f
7
+ data.tar.gz: bd79ff6a27fb8db099a7991944dcad52db0fa106633c1bd1441b04bd50a3af51f6f6456569f19c0048a8dc0f3637a8f1d9bd7ea8c2fb51f50d2daeb564cdb89e
data/Rakefile CHANGED
@@ -1,6 +1,6 @@
1
1
  # encoding: ascii-8bit
2
2
 
3
- # Copyright 2023 OpenC3, In.
3
+ # Copyright 2023 OpenC3, Inc.
4
4
  # All Rights Reserved.
5
5
  #
6
6
  # This program is free software; you can modify and/or redistribute it
@@ -1 +1,4 @@
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/bucketexplorer/js/app.js"></script></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><main><h1>Your Microfrontend is not here</h1><p>The @openc3/cosmos-tool-bucketexplorer 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-bucketexplorer 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/bucketexplorer//tools/bucketexplorer/js/app.js', window.location.href);
3
+ mfLink.href = fullSrc;
4
+ mfLink.textContent = fullSrc;</script></main></head><body><div id="app"></div></body></html>