vuer 0.0.66__py3-none-any.whl → 0.0.68__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 (69) hide show
  1. vuer/__pycache__/events.cpython-311.pyc +0 -0
  2. vuer/__pycache__/server.cpython-311.pyc +0 -0
  3. vuer/client_build/404.html +4 -4
  4. vuer/client_build/assets/chunks/chunk-BAlAa4Lb.js +3 -0
  5. vuer/client_build/assets/chunks/chunk-BAlAa4Lb.js.map +1 -0
  6. vuer/client_build/assets/chunks/chunk-BPjIPZ-5.js +11201 -0
  7. vuer/client_build/assets/chunks/chunk-BPjIPZ-5.js.map +1 -0
  8. vuer/client_build/assets/chunks/chunk-BUjbjpZo.js +3 -0
  9. vuer/client_build/assets/chunks/chunk-BUjbjpZo.js.map +1 -0
  10. vuer/client_build/assets/chunks/chunk-BhBOHBDA.js +281 -0
  11. vuer/client_build/assets/chunks/chunk-BhBOHBDA.js.map +1 -0
  12. vuer/client_build/assets/chunks/chunk-CKREfZ-q.js +8555 -0
  13. vuer/client_build/assets/chunks/chunk-CKREfZ-q.js.map +1 -0
  14. vuer/client_build/assets/chunks/chunk-CQIL0Xd9.js +53 -0
  15. vuer/client_build/assets/chunks/chunk-CQIL0Xd9.js.map +1 -0
  16. vuer/client_build/assets/chunks/chunk-CcVTpo0V.js +14934 -0
  17. vuer/client_build/assets/chunks/chunk-CcVTpo0V.js.map +1 -0
  18. vuer/client_build/assets/chunks/chunk-CxXHyfhp.js +2 -0
  19. vuer/client_build/assets/chunks/chunk-CxXHyfhp.js.map +1 -0
  20. vuer/client_build/assets/chunks/chunk-CyJGVc6_.js +2 -0
  21. vuer/client_build/assets/chunks/chunk-CyJGVc6_.js.map +1 -0
  22. vuer/client_build/assets/chunks/chunk-rdAuxDM1.js +102 -0
  23. vuer/client_build/assets/chunks/chunk-rdAuxDM1.js.map +1 -0
  24. vuer/client_build/assets/entries/entry-client-routing.BSaUS4Zk.js +5 -0
  25. vuer/client_build/assets/entries/entry-client-routing.BSaUS4Zk.js.map +1 -0
  26. vuer/client_build/assets/entries/entry-client-routing.ElPgRW9J.js +5 -0
  27. vuer/client_build/assets/entries/entry-client-routing.ElPgRW9J.js.map +1 -0
  28. vuer/client_build/assets/entries/pages_editor.C0a9TsP6.js +2 -0
  29. vuer/client_build/assets/entries/pages_editor.C0a9TsP6.js.map +1 -0
  30. vuer/client_build/assets/entries/pages_editor.DTJ44V1M.js +2 -0
  31. vuer/client_build/assets/entries/pages_editor.DTJ44V1M.js.map +1 -0
  32. vuer/client_build/assets/entries/pages_error.CI4fTdMq.js +2 -0
  33. vuer/client_build/assets/entries/pages_error.CI4fTdMq.js.map +1 -0
  34. vuer/client_build/assets/entries/pages_index.BasHwMRM.js +2 -0
  35. vuer/client_build/assets/entries/pages_index.BasHwMRM.js.map +1 -0
  36. vuer/client_build/assets/entries/pages_index.DYUEXAWY.js +2 -0
  37. vuer/client_build/assets/entries/pages_index.DYUEXAWY.js.map +1 -0
  38. vuer/client_build/assets/entries/pages_simple.BMpy5Em5.js +2 -0
  39. vuer/client_build/assets/entries/pages_simple.BMpy5Em5.js.map +1 -0
  40. vuer/client_build/assets/entries/pages_studio.B9ofAf4Z.js +2 -0
  41. vuer/client_build/assets/entries/pages_studio.B9ofAf4Z.js.map +1 -0
  42. vuer/client_build/assets/entries/pages_studio.qAQVW6ug.js +150 -0
  43. vuer/client_build/assets/entries/pages_studio.qAQVW6ug.js.map +1 -0
  44. vuer/client_build/assets/static/onRenderClient.BJHLNmZB.css +1 -0
  45. vuer/client_build/editor/index.html +6 -6
  46. vuer/client_build/index.html +6 -6
  47. vuer/client_build/pages/editor/icons/cursor.d.ts +2 -0
  48. vuer/client_build/simple/index.html +5 -5
  49. vuer/client_build/src/components/ControlLayout/ControlLayout.d.ts +1 -0
  50. vuer/client_build/src/components/ControlLayout/LayoutBottom/LayoutBottom.d.ts +1 -0
  51. vuer/client_build/src/components/ControlLayout/LayoutLeft/LayoutLeft.d.ts +1 -0
  52. vuer/client_build/src/components/ControlLayout/LayoutRight/LayoutRight.d.ts +1 -0
  53. vuer/client_build/src/components/ControlLayout/LayoutTop/LayoutTop.d.ts +1 -0
  54. vuer/client_build/studio/index.html +6 -6
  55. vuer/schemas/__init__.py +1 -0
  56. vuer/schemas/__pycache__/__init__.cpython-311.pyc +0 -0
  57. vuer/schemas/__pycache__/html_components.cpython-311.pyc +0 -0
  58. vuer/schemas/__pycache__/material_components.cpython-311.pyc +0 -0
  59. vuer/schemas/__pycache__/scene_components.cpython-311.pyc +0 -0
  60. vuer/schemas/html_components.py +5 -3
  61. vuer/schemas/material_components.py +127 -0
  62. vuer/schemas/scene_components.py +221 -2
  63. vuer/server.py +12 -5
  64. {vuer-0.0.66.dist-info → vuer-0.0.68.dist-info}/METADATA +1 -1
  65. {vuer-0.0.66.dist-info → vuer-0.0.68.dist-info}/RECORD +69 -20
  66. {vuer-0.0.66.dist-info → vuer-0.0.68.dist-info}/WHEEL +0 -0
  67. {vuer-0.0.66.dist-info → vuer-0.0.68.dist-info}/entry_points.txt +0 -0
  68. {vuer-0.0.66.dist-info → vuer-0.0.68.dist-info}/licenses/LICENSE +0 -0
  69. {vuer-0.0.66.dist-info → vuer-0.0.68.dist-info}/top_level.txt +0 -0
Binary file
Binary file
@@ -1,15 +1,15 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <link rel="stylesheet" type="text/css" href="/assets/static/onRenderClient.ClXi4DEU.css">
4
+ <link rel="stylesheet" type="text/css" href="/assets/static/onRenderClient.BJHLNmZB.css">
5
5
  <title>Vuer.AI</title>
6
6
  </head>
7
7
  <body>
8
8
  <div id="react-root"><div style="height:calc(100vh - 100px);display:flex;justify-content:center;align-items:center"><p style="font-size:1.3em">Page not found.</p></div></div>
9
9
  <script id="vike_pageContext" type="application/json">{"someAsyncProps":42,"abortReason":"!undefined","_urlRewrite":null,"_urlRedirect":"!undefined","abortStatusCode":"!undefined","_abortCall":"!undefined","_pageContextInitIsPassedToClient":"!undefined","_pageId":"/pages/_error","routeParams":{},"data":"!undefined","pageProps":{"is404":true},"is404":true,"_isServerSideError":"!undefined"}</script>
10
- <script src="/assets/entries/entry-client-routing.Cx9W0mvP.js" type="module" async></script>
11
- <link rel="modulepreload" href="/assets/entries/pages_error.O1uxa_ug.js" as="script" type="text/javascript">
12
- <link rel="modulepreload" href="/assets/chunks/chunk-D_MRHYMT.js" as="script" type="text/javascript">
10
+ <script src="/assets/entries/entry-client-routing.BSaUS4Zk.js" type="module" async></script>
11
+ <link rel="modulepreload" href="/assets/entries/pages_error.CI4fTdMq.js" as="script" type="text/javascript">
12
+ <link rel="modulepreload" href="/assets/chunks/chunk-CQIL0Xd9.js" as="script" type="text/javascript">
13
13
  <link rel="modulepreload" href="/assets/chunks/chunk-D7HrI6pR.js" as="script" type="text/javascript">
14
14
  </body>
15
15
  </html>
@@ -0,0 +1,3 @@
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/chunks/chunk-rdAuxDM1.js","assets/chunks/chunk-BPjIPZ-5.js","assets/chunks/chunk-D7HrI6pR.js","assets/chunks/chunk-CQIL0Xd9.js","assets/static/onRenderClient.BJHLNmZB.css"])))=>i.map(i=>d[i]);
2
+ import{_ as c}from"./chunk-D7HrI6pR.js";import{r,j as l}from"./chunk-CQIL0Xd9.js";import{aT as i}from"./chunk-BPjIPZ-5.js";const m={all:255,foregrounds:2,backgrounds:1};let s=!1;async function p(a=t=>{s=t}){if(typeof window>"u")return;const{LumaSplatsThree:t}=await c(async()=>{const{LumaSplatsThree:e}=await import("./chunk-rdAuxDM1.js");return{LumaSplatsThree:e}},__vite__mapDeps([0,1,2,3,4]));i({LumaSplats:t}),a(!0)}function L({src:a,semantics:t="all",...e}){const[n,u]=r.useState(s);return r.useEffect(()=>{s||(async()=>(console.log("registering LumaSplats component. This should occur only once."),await p(o=>{u(o),s=o})))()},[]),n?l.jsx("lumaSplats",{semanticsMask:m[t],source:a,...e}):null}export{L as default};
3
+ //# sourceMappingURL=chunk-BAlAa4Lb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"mappings":";2HAGA,MAAMA,EAAI,CACR,IAAK,IACL,YAAa,EACb,YAAa,CACf,EACA,IAAI,EAAI,GACR,eAAeC,EAAEC,EAAK,GAAM,CAC1B,EAAI,CACN,EAAG,CACD,GAAI,OAAO,OAAS,IAAK,OACzB,KAAM,CAAE,gBAAiBC,GAAM,MAAKC,EAAA,gCAAAD,CAAA,OAAC,QAAO,qBAA+B,2DAC3EE,EAAE,CAAE,WAAYF,CAAG,GAAGD,EAAE,EAAE,CAC5B,CACA,SAAS,EAAE,CACT,IAAKA,EACL,UAAW,EAAI,MACf,GAAGC,CACL,EAAG,CACD,KAAM,CAACG,EAAGC,CAAC,EAAIC,WAAE,CAAC,EAClB,OAAOC,EAAC,UAAC,IAAM,CACb,IAAM,UACJ,QAAQ,IACN,gEACR,EAAS,MAAMR,EAAGS,GAAM,CAChBH,EAAEG,CAAC,EAAG,EAAIA,CAClB,CAAO,KAEP,EAAK,CAAE,GAAGJ,EAAoBK,EAAC,IAC3B,aACA,CACE,cAAeX,EAAE,CAAC,EAClB,OAAQE,EACR,GAAGC,CACT,CACA,EAAM,IACN","names":["f","m","e","o","__vitePreload","i","r","n","l","c","a","u"],"ignoreList":[0],"sources":["../../../../node_modules/@vuer-ai/vuer/dist/index-BBh9J76l.js"],"sourcesContent":["import { jsx as u } from \"react/jsx-runtime\";\nimport { extend as i } from \"@react-three/fiber\";\nimport { useState as l, useEffect as c } from \"react\";\nconst f = {\n all: 255,\n foregrounds: 2,\n backgrounds: 1\n};\nlet s = !1;\nasync function m(e = (t) => {\n s = t;\n}) {\n if (typeof window > \"u\") return;\n const { LumaSplatsThree: o } = await import(\"./luma-web.module-B26eIXKA.js\");\n i({ LumaSplats: o }), e(!0);\n}\nfunction L({\n src: e,\n semantics: t = \"all\",\n ...o\n}) {\n const [r, n] = l(s);\n return c(() => {\n s || (async () => {\n console.log(\n \"registering LumaSplats component. This should occur only once.\"\n ), await m((a) => {\n n(a), s = a;\n });\n })();\n }, []), r ? /* @__PURE__ */ u(\n \"lumaSplats\",\n {\n semanticsMask: f[t],\n source: e,\n ...o\n }\n ) : null;\n}\nexport {\n L as default\n};\n"],"file":"assets/chunks/chunk-BAlAa4Lb.js"}