vuer 0.0.67__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.
- vuer/__pycache__/events.cpython-311.pyc +0 -0
- vuer/__pycache__/server.cpython-311.pyc +0 -0
- vuer/client_build/404.html +4 -4
- vuer/client_build/assets/chunks/chunk-BAlAa4Lb.js +3 -0
- vuer/client_build/assets/chunks/chunk-BAlAa4Lb.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-BPjIPZ-5.js +11201 -0
- vuer/client_build/assets/chunks/chunk-BPjIPZ-5.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-BUjbjpZo.js +3 -0
- vuer/client_build/assets/chunks/chunk-BUjbjpZo.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-BhBOHBDA.js +281 -0
- vuer/client_build/assets/chunks/chunk-BhBOHBDA.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-CKREfZ-q.js +8555 -0
- vuer/client_build/assets/chunks/chunk-CKREfZ-q.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-CQIL0Xd9.js +53 -0
- vuer/client_build/assets/chunks/chunk-CQIL0Xd9.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-CcVTpo0V.js +14934 -0
- vuer/client_build/assets/chunks/chunk-CcVTpo0V.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-CxXHyfhp.js +2 -0
- vuer/client_build/assets/chunks/chunk-CxXHyfhp.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-CyJGVc6_.js +2 -0
- vuer/client_build/assets/chunks/chunk-CyJGVc6_.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-rdAuxDM1.js +102 -0
- vuer/client_build/assets/chunks/chunk-rdAuxDM1.js.map +1 -0
- vuer/client_build/assets/entries/entry-client-routing.BSaUS4Zk.js +5 -0
- vuer/client_build/assets/entries/entry-client-routing.BSaUS4Zk.js.map +1 -0
- vuer/client_build/assets/entries/pages_editor.C0a9TsP6.js +2 -0
- vuer/client_build/assets/entries/pages_editor.C0a9TsP6.js.map +1 -0
- vuer/client_build/assets/entries/pages_error.CI4fTdMq.js +2 -0
- vuer/client_build/assets/entries/pages_error.CI4fTdMq.js.map +1 -0
- vuer/client_build/assets/entries/pages_index.BasHwMRM.js +2 -0
- vuer/client_build/assets/entries/pages_index.BasHwMRM.js.map +1 -0
- vuer/client_build/assets/entries/pages_simple.BMpy5Em5.js +2 -0
- vuer/client_build/assets/entries/pages_simple.BMpy5Em5.js.map +1 -0
- vuer/client_build/assets/entries/pages_studio.qAQVW6ug.js +150 -0
- vuer/client_build/assets/entries/pages_studio.qAQVW6ug.js.map +1 -0
- vuer/client_build/assets/static/onRenderClient.BJHLNmZB.css +1 -0
- vuer/client_build/editor/index.html +6 -6
- vuer/client_build/index.html +6 -6
- vuer/client_build/pages/editor/icons/cursor.d.ts +2 -0
- vuer/client_build/simple/index.html +5 -5
- vuer/client_build/src/components/ControlLayout/ControlLayout.d.ts +1 -0
- vuer/client_build/src/components/ControlLayout/LayoutBottom/LayoutBottom.d.ts +1 -0
- vuer/client_build/src/components/ControlLayout/LayoutLeft/LayoutLeft.d.ts +1 -0
- vuer/client_build/src/components/ControlLayout/LayoutRight/LayoutRight.d.ts +1 -0
- vuer/client_build/src/components/ControlLayout/LayoutTop/LayoutTop.d.ts +1 -0
- vuer/client_build/studio/index.html +6 -6
- vuer/schemas/__pycache__/__init__.cpython-311.pyc +0 -0
- vuer/schemas/__pycache__/html_components.cpython-311.pyc +0 -0
- vuer/schemas/__pycache__/material_components.cpython-311.pyc +0 -0
- vuer/schemas/__pycache__/scene_components.cpython-311.pyc +0 -0
- vuer/schemas/scene_components.py +39 -0
- vuer/server.py +12 -5
- {vuer-0.0.67.dist-info → vuer-0.0.68.dist-info}/METADATA +1 -1
- {vuer-0.0.67.dist-info → vuer-0.0.68.dist-info}/RECORD +58 -19
- {vuer-0.0.67.dist-info → vuer-0.0.68.dist-info}/WHEEL +0 -0
- {vuer-0.0.67.dist-info → vuer-0.0.68.dist-info}/entry_points.txt +0 -0
- {vuer-0.0.67.dist-info → vuer-0.0.68.dist-info}/licenses/LICENSE +0 -0
- {vuer-0.0.67.dist-info → vuer-0.0.68.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
Binary file
|
vuer/client_build/404.html
CHANGED
|
@@ -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.
|
|
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.
|
|
11
|
-
<link rel="modulepreload" href="/assets/entries/pages_error.
|
|
12
|
-
<link rel="modulepreload" href="/assets/chunks/chunk-
|
|
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"}
|