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
@@ -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{f6 as l,aT as i}from"./chunk-BPjIPZ-5.js";import{r}from"./chunk-CQIL0Xd9.js";const m={all:255,foregrounds:2,backgrounds:1};let a=!1;async function p(s=t=>{a=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}),s(!0)}function x({src:s,semantics:t="all",...e}){const[n,u]=r.useState(a);return r.useEffect(()=>{a||(async()=>(console.log("registering LumaSplats component. This should occur only once."),await p(o=>{u(o),a=o})))()},[]),n?l.jsx("lumaSplats",{semanticsMask:m[t],source:s,...e}):null}export{x as default};
3
+ //# sourceMappingURL=chunk-BUjbjpZo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"mappings":";4HAGA,MAAM,EAAI,CACR,IAAK,IACL,YAAa,EACb,YAAa,CACf,EACA,IAAIA,EAAI,GACR,eAAeC,EAAEC,EAAK,GAAM,CAC1BF,EAAI,CACN,EAAG,CACD,GAAI,OAAO,OAAS,IAAK,OACzB,KAAM,CAAE,gBAAiB,GAAM,MAAKG,EAAA,gCAAAC,CAAA,OAAC,QAAO,qBAA+B,2DAC3EC,EAAE,CAAE,WAAY,CAAG,GAAGH,EAAE,EAAE,CAC5B,CACA,SAAS,EAAE,CACT,IAAKA,EACL,UAAW,EAAI,MACf,GAAGI,CACL,EAAG,CACD,KAAM,CAACC,EAAGC,CAAC,EAAIC,WAAET,CAAC,EAClB,OAAOU,EAAC,UAAC,IAAM,CACbV,IAAM,UAAa,QAAQ,IACzB,gEACN,EAAO,MAAMC,EAAGU,GAAM,CAChBH,EAAEG,CAAC,EAAGX,EAAIW,CACX,KAAK,CACP,EAAE,EAAE,EAAGJ,EAAoBK,EAAE,IAC5B,aACA,CACE,cAAe,EAAE,CAAC,EAClB,OAAQV,EACR,GAAGI,CACT,CACA,EAAM,IACN","names":["s","f","o","__vitePreload","t","c","n","a","r","l","i","e","u"],"ignoreList":[0],"sources":["../../../../node_modules/@vuer-ai/vuer/dist/index-DNClL_vM-CVC3hQzS.js"],"sourcesContent":["import { j as u } from \"./index-C5giEt7V.js\";\nimport { extend as c } from \"@react-three/fiber\";\nimport { useState as l, useEffect as i } from \"react\";\nconst m = {\n all: 255,\n foregrounds: 2,\n backgrounds: 1\n};\nlet s = !1;\nasync function f(o = (t) => {\n s = t;\n}) {\n if (typeof window > \"u\") return;\n const { LumaSplatsThree: t } = await import(\"./luma-web.module-B26eIXKA.js\");\n c({ LumaSplats: t }), o(!0);\n}\nfunction x({\n src: o,\n semantics: t = \"all\",\n ...n\n}) {\n const [a, r] = l(s);\n return i(() => {\n s || (async () => (console.log(\n \"registering LumaSplats component. This should occur only once.\"\n ), await f((e) => {\n r(e), s = e;\n })))();\n }, []), a ? /* @__PURE__ */ u.jsx(\n \"lumaSplats\",\n {\n semanticsMask: m[t],\n source: o,\n ...n\n }\n ) : null;\n}\nexport {\n x as default\n};\n"],"file":"assets/chunks/chunk-BUjbjpZo.js"}