vuer 0.0.32rc8__py3-none-any.whl → 0.0.32rc23__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-38.pyc +0 -0
- vuer/__pycache__/server.cpython-38.pyc +0 -0
- vuer/client_build/404.html +8 -11
- vuer/client_build/assets/chunks/chunk-B5NqXhlg.js +2 -0
- vuer/client_build/assets/chunks/chunk-B5NqXhlg.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-CmlEsaFt.js +6816 -0
- vuer/client_build/assets/chunks/chunk-CmlEsaFt.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-DAfdqQjW.js +16 -0
- vuer/client_build/assets/chunks/chunk-DAfdqQjW.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-DM5X-Fsx.js +53 -0
- vuer/client_build/assets/chunks/chunk-DM5X-Fsx.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-DT-Gzcc9.js +102 -0
- vuer/client_build/assets/chunks/chunk-DT-Gzcc9.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-mF18BbkE.js +3 -0
- vuer/client_build/assets/chunks/chunk-mF18BbkE.js.map +1 -0
- vuer/client_build/assets/entries/entry-client-routing.DcliWhPk.js +5 -0
- vuer/client_build/assets/entries/entry-client-routing.DcliWhPk.js.map +1 -0
- vuer/client_build/assets/entries/pages_editor.dxxI6p1y.js +2 -0
- vuer/client_build/assets/entries/pages_editor.dxxI6p1y.js.map +1 -0
- vuer/client_build/assets/entries/pages_error.CLFwp4P1.js +2 -0
- vuer/client_build/assets/entries/pages_error.CLFwp4P1.js.map +1 -0
- vuer/client_build/assets/entries/pages_index.cBvCoMtg.js +2 -0
- vuer/client_build/assets/entries/pages_index.cBvCoMtg.js.map +1 -0
- vuer/client_build/assets/entries/pages_simple.DNtn6Zih.js +2 -0
- vuer/client_build/assets/entries/pages_simple.DNtn6Zih.js.map +1 -0
- vuer/client_build/assets/static/editor.e6iYOnjc.css +1 -0
- vuer/client_build/assets/static/index.CdgWIjKL.css +1 -0
- vuer/client_build/assets/static/logo.2_7Lo9tV.svg +36 -0
- vuer/client_build/assets/static/onRenderClient.DQ-loHhw.css +1 -0
- vuer/client_build/editor/index.html +17 -0
- vuer/client_build/editor/index.pageContext.json +1 -0
- vuer/client_build/index.html +10 -13
- vuer/client_build/index.pageContext.json +1 -1
- vuer/client_build/pages/_error/+Page.d.ts +2 -0
- vuer/client_build/pages/editor/+Page.d.ts +1 -0
- vuer/client_build/pages/index/+Page.d.ts +2 -0
- vuer/client_build/pages/simple/+Page.d.ts +1 -0
- vuer/client_build/renderer/+config.d.ts +45 -0
- vuer/client_build/renderer/+onHydrationEnd.d.ts +3 -0
- vuer/client_build/renderer/+onPageTransitionEnd.d.ts +3 -0
- vuer/client_build/renderer/+onPageTransitionStart.d.ts +3 -0
- vuer/client_build/renderer/+onRenderClient.d.ts +2 -0
- vuer/client_build/renderer/+onRenderHtml.d.ts +2 -0
- vuer/client_build/renderer/Layout.d.ts +6 -0
- vuer/client_build/renderer/Link.d.ts +7 -0
- vuer/client_build/renderer/PageContext.d.ts +19 -0
- vuer/client_build/renderer/getPageTitle.d.ts +3 -0
- vuer/client_build/renderer/useData.d.ts +2 -0
- vuer/client_build/renderer/usePageContext.d.ts +9 -0
- vuer/client_build/simple/index.html +16 -0
- vuer/client_build/simple/index.pageContext.json +1 -0
- vuer/events.py +25 -7
- vuer/schemas/__init__.py +1 -0
- vuer/schemas/__pycache__/__init__.cpython-38.pyc +0 -0
- vuer/schemas/__pycache__/physics_components.cpython-38.pyc +0 -0
- vuer/schemas/__pycache__/scene_components.cpython-38.pyc +0 -0
- vuer/schemas/physics_components.py +19 -0
- vuer/schemas/scene_components.py +3 -3
- vuer/schemas/timeline_components.py +0 -0
- {vuer-0.0.32rc8.dist-info → vuer-0.0.32rc23.dist-info}/METADATA +16 -1
- {vuer-0.0.32rc8.dist-info → vuer-0.0.32rc23.dist-info}/RECORD +65 -16
- {vuer-0.0.32rc8.dist-info → vuer-0.0.32rc23.dist-info}/LICENSE +0 -0
- {vuer-0.0.32rc8.dist-info → vuer-0.0.32rc23.dist-info}/WHEEL +0 -0
- {vuer-0.0.32rc8.dist-info → vuer-0.0.32rc23.dist-info}/entry_points.txt +0 -0
- {vuer-0.0.32rc8.dist-info → vuer-0.0.32rc23.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
Binary file
|
vuer/client_build/404.html
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
|
-
<link rel="stylesheet" type="text/css" href="/assets/static/
|
|
5
|
-
<title>Vuer
|
|
4
|
+
<link rel="stylesheet" type="text/css" href="/assets/static/onRenderClient.DQ-loHhw.css">
|
|
5
|
+
<title>Vuer.AI</title>
|
|
6
6
|
</head>
|
|
7
7
|
<body>
|
|
8
|
-
<div id="
|
|
9
|
-
<script
|
|
10
|
-
<
|
|
11
|
-
<link rel="modulepreload" href="/assets/
|
|
12
|
-
<link rel="modulepreload" href="/assets/
|
|
13
|
-
<link rel="modulepreload" href="/assets/chunks/chunk-
|
|
14
|
-
<link rel="modulepreload" href="/assets/chunks/chunk-3d735b94.js" as="script" type="text/javascript">
|
|
15
|
-
<link rel="modulepreload" href="/assets/chunks/chunk-cf010ec4.js" as="script" type="text/javascript">
|
|
16
|
-
<script id="vike_pageContext" type="application/json">{"pageProps":{"is404":true},"documentProps":"!undefined","someAsyncProps":42,"abortReason":"!undefined","_urlRewrite":null,"_urlRedirect":"!undefined","abortStatusCode":"!undefined","_abortCall":"!undefined","_pageContextInitHasClientData":"!undefined","_pageId":"/renderer/_error","is404":true,"_isError":"!undefined"}</script>
|
|
8
|
+
<div id="react-root"><div id="react-root" style="padding:0;height:100%;width:100%"><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></div>
|
|
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.DcliWhPk.js" type="module" async></script>
|
|
11
|
+
<link rel="modulepreload" href="/assets/entries/pages_error.CLFwp4P1.js" as="script" type="text/javascript">
|
|
12
|
+
<link rel="modulepreload" href="/assets/chunks/chunk-DM5X-Fsx.js" as="script" type="text/javascript">
|
|
13
|
+
<link rel="modulepreload" href="/assets/chunks/chunk-B5NqXhlg.js" as="script" type="text/javascript">
|
|
17
14
|
</body>
|
|
18
15
|
</html>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
const f="modulepreload",h=function(l){return"/"+l},c={},y=function(a,s,v){let i=Promise.resolve();if(s&&s.length>0){document.getElementsByTagName("link");const e=document.querySelector("meta[property=csp-nonce]"),n=(e==null?void 0:e.nonce)||(e==null?void 0:e.getAttribute("nonce"));i=Promise.all(s.map(t=>{if(t=h(t),t in c)return;c[t]=!0;const o=t.endsWith(".css"),u=o?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${t}"]${u}`))return;const r=document.createElement("link");if(r.rel=o?"stylesheet":f,o||(r.as="script",r.crossOrigin=""),r.href=t,n&&r.setAttribute("nonce",n),document.head.appendChild(r),o)return new Promise((d,m)=>{r.addEventListener("load",d),r.addEventListener("error",()=>m(new Error(`Unable to preload CSS for ${t}`)))})}))}return i.then(()=>a()).catch(e=>{const n=new Event("vite:preloadError",{cancelable:!0});if(n.payload=e,window.dispatchEvent(n),!n.defaultPrevented)throw e})},E=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));export{y as _,E as a};
|
|
2
|
+
//# sourceMappingURL=chunk-B5NqXhlg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chunk-B5NqXhlg.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|