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.

Files changed (68) hide show
  1. vuer/__pycache__/__init__.cpython-311.pyc +0 -0
  2. vuer/__pycache__/base.cpython-311.pyc +0 -0
  3. vuer/__pycache__/events.cpython-311.pyc +0 -0
  4. vuer/__pycache__/serdes.cpython-311.pyc +0 -0
  5. vuer/__pycache__/server.cpython-311.pyc +0 -0
  6. vuer/__pycache__/types.cpython-311.pyc +0 -0
  7. vuer/__pycache__/types.cpython-38.pyc +0 -0
  8. vuer/client_build/404.html +5 -5
  9. vuer/client_build/assets/chunks/chunk-Bfuqp34V.js +6860 -0
  10. vuer/client_build/assets/chunks/chunk-Bfuqp34V.js.map +1 -0
  11. vuer/client_build/assets/chunks/chunk-CJqYWPfW.js +53 -0
  12. vuer/client_build/assets/chunks/chunk-CJqYWPfW.js.map +1 -0
  13. vuer/client_build/assets/chunks/chunk-CPRQl8Yc.js +16 -0
  14. vuer/client_build/assets/chunks/chunk-CPRQl8Yc.js.map +1 -0
  15. vuer/client_build/assets/chunks/chunk-CY_2iGUk.js +3 -0
  16. vuer/client_build/assets/chunks/chunk-CY_2iGUk.js.map +1 -0
  17. vuer/client_build/assets/chunks/chunk-ChCpIqvJ.js +269 -0
  18. vuer/client_build/assets/chunks/chunk-ChCpIqvJ.js.map +1 -0
  19. vuer/client_build/assets/chunks/chunk-Cwh42ARU.js +102 -0
  20. vuer/client_build/assets/chunks/chunk-Cwh42ARU.js.map +1 -0
  21. vuer/client_build/assets/chunks/chunk-D7HrI6pR.js +2 -0
  22. vuer/client_build/assets/chunks/chunk-D7HrI6pR.js.map +1 -0
  23. vuer/client_build/assets/chunks/chunk-Dhe4rJMi.js +4660 -0
  24. vuer/client_build/assets/chunks/chunk-Dhe4rJMi.js.map +1 -0
  25. vuer/client_build/assets/entries/entry-client-routing.BH_27foy.js +5 -0
  26. vuer/client_build/assets/entries/entry-client-routing.BH_27foy.js.map +1 -0
  27. vuer/client_build/assets/entries/pages_editor.BvGv6pkK.js +2 -0
  28. vuer/client_build/assets/entries/pages_editor.BvGv6pkK.js.map +1 -0
  29. vuer/client_build/assets/entries/pages_error.D6auTzhG.js +2 -0
  30. vuer/client_build/assets/entries/pages_error.D6auTzhG.js.map +1 -0
  31. vuer/client_build/assets/entries/pages_index.BeavKUpT.js +2 -0
  32. vuer/client_build/assets/entries/pages_index.BeavKUpT.js.map +1 -0
  33. vuer/client_build/assets/entries/pages_simple.B6Yx1v5Z.js +2 -0
  34. vuer/client_build/assets/entries/pages_simple.B6Yx1v5Z.js.map +1 -0
  35. vuer/client_build/assets/static/editor.B6qEVXNb.css +1 -0
  36. vuer/client_build/assets/static/index.BbAhTARb.css +1 -0
  37. vuer/client_build/assets/static/onRenderClient.C5hpRi0h.css +1 -0
  38. vuer/client_build/editor/index.html +8 -7
  39. vuer/client_build/index.html +8 -7
  40. vuer/client_build/pages/editor/+Page.d.ts +21 -1
  41. vuer/client_build/pages/index/+Page.d.ts +21 -1
  42. vuer/client_build/simple/index.html +6 -6
  43. vuer/frame/__init__.py +2 -0
  44. vuer/frame/__pycache__/__init__.cpython-38.pyc +0 -0
  45. vuer/frame/__pycache__/convert.cpython-38.pyc +0 -0
  46. vuer/frame/__pycache__/to_mat.cpython-38.pyc +0 -0
  47. vuer/frame/convert.py +44 -0
  48. vuer/frame/to_mat.py +50 -0
  49. vuer/schemas/__init__.py +1 -0
  50. vuer/schemas/__pycache__/__init__.cpython-311.pyc +0 -0
  51. vuer/schemas/__pycache__/__init__.cpython-38.pyc +0 -0
  52. vuer/schemas/__pycache__/drei_components.cpython-311.pyc +0 -0
  53. vuer/schemas/__pycache__/html_components.cpython-311.pyc +0 -0
  54. vuer/schemas/__pycache__/physics_components.cpython-311.pyc +0 -0
  55. vuer/schemas/__pycache__/scene_components.cpython-311.pyc +0 -0
  56. vuer/schemas/__pycache__/scene_components.cpython-38.pyc +0 -0
  57. vuer/schemas/__pycache__/vuer_components.cpython-311.pyc +0 -0
  58. vuer/schemas/__pycache__/vuer_components.cpython-38.pyc +0 -0
  59. vuer/schemas/physics_components.py +23 -11
  60. vuer/schemas/scene_components.py +169 -5
  61. vuer/schemas/vuer_components.py +47 -0
  62. vuer/types.py +0 -1
  63. {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/METADATA +29 -29
  64. {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/RECORD +68 -19
  65. {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/WHEEL +1 -1
  66. {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/LICENSE +0 -0
  67. {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/entry_points.txt +0 -0
  68. {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":""}