@vtj/pro 0.8.1 → 0.8.2
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.
- package/dist/@vtj/materials/assets/antdv/index.umd.js +2 -2
- package/dist/@vtj/materials/assets/element/index.umd.js +2 -2
- package/dist/@vtj/materials/assets/ui/index.umd.js +2 -2
- package/dist/@vtj/materials/deps/@vtj/icons/index.umd.js +2 -2
- package/dist/@vtj/materials/deps/@vtj/ui/index.umd.js +2 -2
- package/dist/@vtj/materials/deps/@vtj/utils/index.umd.js +2 -2
- package/dist/assets/{index-DT2oLj0h.js → index-6xARsZWV.js} +1 -1
- package/dist/assets/{index-rJeGrR0Y.js → index-DxuI7R9H.js} +2 -2
- package/dist/assets/{index-BRzUtFiS.js → index-kcuTl5Zm.js} +9 -9
- package/dist/assets/{preview-m8Kb7G2b.js → preview-B0ArLzTN.js} +1 -1
- package/dist/index.html +1 -1
- package/package.json +10 -10
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
const __vite__fileDeps=["./vue-BNsVu1qZ.js","./@vue-BS4o5x1j.js","./vue-router-CpoV07KG.js","./element-plus-DnnaxJFP.js","./lodash-es-CLq8SBAM.js","./@vueuse-DwRHc_J7.js","./@element-plus-CekXU_7D.js","./@popperjs-I-C4_FcE.js","./@ctrl-r5W6hzzQ.js","./dayjs-Bz4m6kJv.js","./@ckeditor-Cpj98o6Y.js","./async-validator-Cr9EP88T.js","./memoize-one-DwF5HINA.js","./normalize-wheel-es-B6fDCfyv.js","./@floating-ui-BkhKrinZ.js","./element-plus-5SPWBdo3.css"],__vite__mapDeps=i=>i.map(i=>__vite__fileDeps[i]);
|
|
2
|
-
import{_ as o}from"./monaco-editor-Dg5hMj4r.js";import{useRoute as a}from"./vue-router-CpoV07KG.js";import"./element-plus-DnnaxJFP.js";import{H as s,_,a as u}from"./index-
|
|
2
|
+
import{_ as o}from"./monaco-editor-Dg5hMj4r.js";import{useRoute as a}from"./vue-router-CpoV07KG.js";import"./element-plus-DnnaxJFP.js";import{H as s,_,a as u}from"./index-kcuTl5Zm.js";import{d as c,r as d,S as l,W as v,X as f,o as R,i as E}from"./@vue-BS4o5x1j.js";import"./lodash-es-CLq8SBAM.js";import"./@vueuse-DwRHc_J7.js";import"./@element-plus-CekXU_7D.js";import"./@popperjs-I-C4_FcE.js";import"./@ctrl-r5W6hzzQ.js";import"./dayjs-Bz4m6kJv.js";import"./@ckeditor-Cpj98o6Y.js";import"./async-validator-Cr9EP88T.js";import"./memoize-one-DwF5HINA.js";import"./normalize-wheel-es-B6fDCfyv.js";import"./@floating-ui-BkhKrinZ.js";import"./vue-BNsVu1qZ.js";import"./mockjs-CfUV2g9n.js";const X=c({__name:"preview",setup(C){const m=new u,{provider:r,onReady:i}=s({mode:_.Runtime,service:m,dependencies:{Vue:()=>o(()=>import("./vue-BNsVu1qZ.js").then(e=>e.v),__vite__mapDeps([0,1]),import.meta.url),VueRouter:()=>o(()=>import("./vue-router-CpoV07KG.js"),__vite__mapDeps([2,1]),import.meta.url),ElementPlus:()=>o(()=>import("./element-plus-DnnaxJFP.js").then(e=>e.a2),__vite__mapDeps([3,1,4,5,6,7,8,9,10,11,12,13,14,15]),import.meta.url)}}),p=a(),t=d(),n=E();return i(async()=>{n?.appContext.app.use(r),t.value=await r.getRenderComponent(p.params.id.toString())}),(e,V)=>t.value?(R(),l(v(t.value),{key:0})):f("",!0)}});export{X as default};
|
package/dist/index.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<meta http-equiv="Pragma" content="no-cache"/>
|
|
9
9
|
<meta http-equiv="Expires" content="0"/>
|
|
10
10
|
<title>VTJ.PRO</title>
|
|
11
|
-
<script type="module" crossorigin src="./assets/index-
|
|
11
|
+
<script type="module" crossorigin src="./assets/index-DxuI7R9H.js"></script>
|
|
12
12
|
<link rel="modulepreload" crossorigin href="./assets/@vue-BS4o5x1j.js">
|
|
13
13
|
<link rel="modulepreload" crossorigin href="./assets/lodash-es-CLq8SBAM.js">
|
|
14
14
|
<link rel="modulepreload" crossorigin href="./assets/@vueuse-DwRHc_J7.js">
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@vtj/pro",
|
|
3
3
|
"description": "VTJ.PRO",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.8.
|
|
5
|
+
"version": "0.8.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"dev": "cross-env ENV_TYPE=local vite",
|
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
"preview": "vite preview"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@vtj/core": "^0.8.
|
|
14
|
-
"@vtj/designer": "^0.8.
|
|
15
|
-
"@vtj/local": "^0.8.
|
|
16
|
-
"@vtj/materials": "^0.8.
|
|
17
|
-
"@vtj/renderer": "^0.8.
|
|
13
|
+
"@vtj/core": "^0.8.2",
|
|
14
|
+
"@vtj/designer": "^0.8.2",
|
|
15
|
+
"@vtj/local": "^0.8.2",
|
|
16
|
+
"@vtj/materials": "^0.8.2",
|
|
17
|
+
"@vtj/renderer": "^0.8.2"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@vtj/cli": "^0.8.1",
|
|
21
|
-
"@vtj/icons": "^0.8.
|
|
22
|
-
"@vtj/ui": "^0.8.
|
|
23
|
-
"@vtj/utils": "^0.8.
|
|
21
|
+
"@vtj/icons": "^0.8.2",
|
|
22
|
+
"@vtj/ui": "^0.8.2",
|
|
23
|
+
"@vtj/utils": "^0.8.2",
|
|
24
24
|
"vue": "~3.4.15",
|
|
25
25
|
"vue-router": "~4.3.0"
|
|
26
26
|
},
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"dist",
|
|
44
44
|
"src"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "a96756cbeb0e3f54a1e080243716df22b9e923ab",
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|
|
49
49
|
}
|