vuer 0.0.35rc18__py3-none-any.whl → 0.0.36rc1__py3-none-any.whl
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.
Potentially problematic release.
This version of vuer might be problematic. Click here for more details.
- vuer/__pycache__/__init__.cpython-311.pyc +0 -0
- vuer/__pycache__/base.cpython-311.pyc +0 -0
- vuer/__pycache__/events.cpython-311.pyc +0 -0
- vuer/__pycache__/serdes.cpython-311.pyc +0 -0
- vuer/__pycache__/server.cpython-311.pyc +0 -0
- vuer/__pycache__/types.cpython-311.pyc +0 -0
- vuer/__pycache__/types.cpython-38.pyc +0 -0
- vuer/client_build/404.html +5 -5
- vuer/client_build/assets/chunks/chunk-Bfuqp34V.js +6860 -0
- vuer/client_build/assets/chunks/chunk-Bfuqp34V.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-CJqYWPfW.js +53 -0
- vuer/client_build/assets/chunks/chunk-CJqYWPfW.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-CPRQl8Yc.js +16 -0
- vuer/client_build/assets/chunks/chunk-CPRQl8Yc.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-CY_2iGUk.js +3 -0
- vuer/client_build/assets/chunks/chunk-CY_2iGUk.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-ChCpIqvJ.js +269 -0
- vuer/client_build/assets/chunks/chunk-ChCpIqvJ.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-Cwh42ARU.js +102 -0
- vuer/client_build/assets/chunks/chunk-Cwh42ARU.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-D7HrI6pR.js +2 -0
- vuer/client_build/assets/chunks/chunk-D7HrI6pR.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-Dhe4rJMi.js +4660 -0
- vuer/client_build/assets/chunks/chunk-Dhe4rJMi.js.map +1 -0
- vuer/client_build/assets/entries/entry-client-routing.BH_27foy.js +5 -0
- vuer/client_build/assets/entries/entry-client-routing.BH_27foy.js.map +1 -0
- vuer/client_build/assets/entries/pages_editor.BvGv6pkK.js +2 -0
- vuer/client_build/assets/entries/pages_editor.BvGv6pkK.js.map +1 -0
- vuer/client_build/assets/entries/pages_error.D6auTzhG.js +2 -0
- vuer/client_build/assets/entries/pages_error.D6auTzhG.js.map +1 -0
- vuer/client_build/assets/entries/pages_index.BeavKUpT.js +2 -0
- vuer/client_build/assets/entries/pages_index.BeavKUpT.js.map +1 -0
- vuer/client_build/assets/entries/pages_simple.B6Yx1v5Z.js +2 -0
- vuer/client_build/assets/entries/pages_simple.B6Yx1v5Z.js.map +1 -0
- vuer/client_build/assets/static/editor.B6qEVXNb.css +1 -0
- vuer/client_build/assets/static/index.BbAhTARb.css +1 -0
- vuer/client_build/assets/static/onRenderClient.C5hpRi0h.css +1 -0
- vuer/client_build/editor/index.html +8 -7
- vuer/client_build/index.html +8 -7
- vuer/client_build/pages/editor/+Page.d.ts +21 -1
- vuer/client_build/pages/index/+Page.d.ts +21 -1
- vuer/client_build/simple/index.html +6 -6
- vuer/frame/__init__.py +2 -0
- vuer/frame/__pycache__/__init__.cpython-38.pyc +0 -0
- vuer/frame/__pycache__/convert.cpython-38.pyc +0 -0
- vuer/frame/__pycache__/to_mat.cpython-38.pyc +0 -0
- vuer/frame/convert.py +44 -0
- vuer/frame/to_mat.py +50 -0
- vuer/schemas/__init__.py +1 -0
- vuer/schemas/__pycache__/__init__.cpython-311.pyc +0 -0
- vuer/schemas/__pycache__/__init__.cpython-38.pyc +0 -0
- vuer/schemas/__pycache__/drei_components.cpython-311.pyc +0 -0
- vuer/schemas/__pycache__/html_components.cpython-311.pyc +0 -0
- vuer/schemas/__pycache__/physics_components.cpython-311.pyc +0 -0
- vuer/schemas/__pycache__/scene_components.cpython-311.pyc +0 -0
- vuer/schemas/__pycache__/scene_components.cpython-38.pyc +0 -0
- vuer/schemas/__pycache__/vuer_components.cpython-311.pyc +0 -0
- vuer/schemas/__pycache__/vuer_components.cpython-38.pyc +0 -0
- vuer/schemas/physics_components.py +23 -11
- vuer/schemas/scene_components.py +169 -5
- vuer/schemas/vuer_components.py +47 -0
- vuer/types.py +0 -1
- {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/METADATA +29 -29
- {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/RECORD +68 -19
- {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/WHEEL +1 -1
- {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/LICENSE +0 -0
- {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/entry_points.txt +0 -0
- {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
const h="modulepreload",E=function(i){return"/"+i},a={},y=function(u,s,v){let c=Promise.resolve();if(s&&s.length>0){document.getElementsByTagName("link");const e=document.querySelector("meta[property=csp-nonce]"),t=(e==null?void 0:e.nonce)||(e==null?void 0:e.getAttribute("nonce"));c=Promise.allSettled(s.map(r=>{if(r=E(r),r in a)return;a[r]=!0;const o=r.endsWith(".css"),d=o?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${r}"]${d}`))return;const n=document.createElement("link");if(n.rel=o?"stylesheet":h,o||(n.as="script"),n.crossOrigin="",n.href=r,t&&n.setAttribute("nonce",t),document.head.appendChild(n),o)return new Promise((f,m)=>{n.addEventListener("load",f),n.addEventListener("error",()=>m(new Error(`Unable to preload CSS for ${r}`)))})}))}function l(e){const t=new Event("vite:preloadError",{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return c.then(e=>{for(const t of e||[])t.status==="rejected"&&l(t.reason);return u().catch(l)})};export{y as _};
|
|
2
|
+
//# sourceMappingURL=chunk-D7HrI6pR.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chunk-D7HrI6pR.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|