@vtj/renderer 0.9.0-alpha.41 → 0.9.0-alpha.43
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/index.cjs +5 -5
- package/dist/index.mjs +120 -118
- package/package.json +6 -6
- package/types/version.d.ts +2 -2
package/dist/index.cjs
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
* Copyright (c) 2024, VTJ.PRO All rights reserved.
|
3
3
|
* @name @vtj/renderer
|
4
4
|
* @author CHC chenhuachun1549@dingtalk.com
|
5
|
-
* @version 0.9.0-alpha.
|
5
|
+
* @version 0.9.0-alpha.43
|
6
6
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
7
|
-
*/const C="0.9.0-alpha.
|
8
|
-
`)+o;const a=`with(${t?"{}":"$scope || {}"}) { ${o} }`;return new Function("$scope",a)(e)}catch(r){if(u.logger.error("parseExpression.error",r,n,e?.__self??e),s)throw r}}function q(n,e,t=!1,s=!1){const r=k(n,e,t,s);if(typeof r!="function"&&(u.logger.error("parseFunction.error","not a function",n,e?.__self??e),s))throw new Error(`"${n.value}" not a function`);return r}function E(n){return n&&n.type==="JSExpression"}function O(n){return typeof n=="object"&&n&&n.type==="JSFunction"}function he(n){return E(n)||O(n)}function Le(n){return he(n)?n.value:JSON.stringify(n)}let $=null;const Je=u.createRequest({settings:{type:"form",validSuccess:!0,originResponse:!1,loading:!0,validate:n=>n.data?.code===0||!!n.data?.success,failMessage:!0,showError:n=>{F.ElNotification.error({message:n||"未知错误"})},showLoading:()=>{$&&$.close(),$=F.ElLoading.service({lock:!0,text:"Loading",background:"rgba(0, 0, 0, 0.05)"})},hideLoading:()=>{$&&($.close(),$=null)}}});let P;function me(n,e){const{jsonp:t,request:s}=e;if(n.method==="jsonp")return(r={})=>t(n.url,{...n.jsonpOptions,query:r});{const r=n.headers?k(n.headers,{},!0):void 0,o={url:n.url,method:n.method,settings:{...n.settings,headers:r}};return(a,i)=>(delete o.data,s.send(u.merge(o,i||{},{data:a})))}}function ge(n,e){const{metaQuery:t}=e;if(!t)return;const{code:s,queryCode:r}=n;return(o,a)=>{if(!t){console.warn("adapter.metaQuery is not defined!");return}return t(s,r,o,a)}}function ve(n=[],e=[],t){const s={};for(const r of n)s[r.id]=me(r,t);for(const r of e)s[r.id]=ge(r,t);return s}async function ye(n=[]){P=await import("mockjs").then(e=>e.default||e),P&&(P.setup({timeout:"50-500"}),K(),n.forEach(e=>_e(P,e)))}function _e(n,e){if(!e.mock)return;const{url:t,mockTemplate:s}=e;if(t&&s){const r=u.pathToRegexp(`${t}(.*)`),o=u.pathToRegexpMatch(t,{decode:decodeURIComponent}),a=k(s,{},!0);n.mock(r,i=>{const l=u.url.parse(i.url)||{},c=i.body instanceof FormData?u.formDataToJson(i.body):i.body,m=o(i.url)?.params;return Object.assign(i,{data:c,params:l,query:m}),n.mock(a(i))})}}function K(){P&&(P._mocked={})}const qe={session:!1,authKey:"Authorization",storageKey:"ACCESS_STORAGE",storagePrefix:"__VTJ_",unauthorized:void 0,auth:"/#/login",redirectParam:"r",unauthorizedCode:401,unauthorizedMessage:"登录已经失效,请重新登录!",noPermissionMessage:"无权限访问该页面",appName:""},W=Symbol("access");class Ve{options;data=null;mode=S.Raw;constructor(e){this.options=Object.assign({},qe,e),this.loadData()}connect(e){const{mode:t,router:s,request:r}=e;this.mode=t,s&&this.mode===S.Raw&&this.setGuard(s),r&&this.setRequest(r)}login(e){const{storageKey:t,storagePrefix:s,session:r,authKey:o}=this.options;this.setData(e),this.data&&(u.storage.save(t,e,{type:"local",prefix:s}),r&&u.cookie.set(o,this.data.token))}clear(){const{storageKey:e,storagePrefix:t,session:s,authKey:r}=this.options;this.data=null,u.storage.remove(e,{type:"local",prefix:t}),s&&u.cookie.remove(r)}logout(){this.clear(),this.toLogin()}getData(){return this.data?this.data:(this.loadData(),this.data)}getToken(){return this.data||this.loadData(),this.data?.token}can(e){const{appName:t}=this.options,{permissions:s={}}=this.data||{};return typeof e=="function"?e(s):u.toArray(e).every(o=>s[o]||s[t+"."+o])}some(e){const{appName:t}=this.options,{permissions:s={}}=this.data||{};return u.toArray(e).some(o=>s[o]||s[t+"."+o])}install(e){e.config.globalProperties.$access||(e.config.globalProperties.$access=this),e.provide(W,this)}isAuthPath(e){const{auth:t,isAuth:s}=this.options;if(s)return s(e);if(e.path&&typeof t=="string"){const r=t.split("#")[1]||t;return e.path===r}return!1}toLogin(){const{auth:e,redirectParam:t}=this.options;if(!e)return;const s=t?`?${t}=${encodeURIComponent(location.href)}`:"";typeof e=="function"?e(s):location.href=t?`${e}${s}`:e}setData(e){const{privateKey:t}=this.options;if(Array.isArray(e)&&t){const s=e.map(r=>u.unRSA(r,t));this.data=JSON.parse(s.join(""));return}if(typeof e=="string")try{const s=t?u.unRSA(e,t):e;s?this.data=JSON.parse(s):console.warn("RSA解密失败或登录信息缺失")}catch(s){console.warn(s)}else this.data=e}loadData(){const{storageKey:e,storagePrefix:t}=this.options,s=u.storage.get(e,{type:"local",prefix:t});this.setData(s||null)}isLogined(){const{session:e,authKey:t}=this.options;return e&&t?!!u.cookie.get(t):!!this.getToken()}hasRoutePermission(e){if(e.name===R){const t=e.params.id;return t&&this.can(t)}return!0}setGuard(e){e.beforeEach((t,s,r)=>this.guard(t,r))}guard(e,t){if(this.isWhiteList(e)||this.isAuthPath(e))return t();if(this.isLogined()){if(this.hasRoutePermission(e))return t();{const{noPermissionMessage:s="无权限访问",unauthorized:r=!1}=this.options;return this.showTip(s),u.isFunction(r)?(r(),t(!1)):u.isString(r)?t(r):t(!1)}}t(!1),this.toLogin()}isWhiteList(e){const{whiteList:t}=this.options;return t?Array.isArray(t)?t.some(s=>e.fullPath.startsWith(s)):t(e):!1}isUnauthorized(e){const{unauthorizedCode:t=401}=this.options;return e.status===t||e.data.code===t}async showUnauthorizedAlert(e){const{unauthorizedMessage:t="登录已失效"}=this.options;this.isUnauthorized(e)&&(await this.showTip(t),this.toLogin())}async showTip(e){const{alert:t}=this.options;return t?(await u.delay(150),await t(e,{title:"提示",type:"warning"}).catch(()=>!1)):!1}setRequest(e){e.useRequest(t=>(this.data?.token&&(t.headers[this.options.authKey]=this.data?.token),t)),e.useResponse(async t=>(await this.showUnauthorizedAlert(t),t),async t=>{const s=t.response||t||{};return await this.showUnauthorizedAlert(s),Promise.reject(t)})}}function we(){return f.inject(W,null)}class Se{__id=null;__mode;__instance=null;__contextRefs={};__refs={};context={};state={};props={};$props={};$refs={};$el=null;$emit=null;$nextTick=null;$parent=null;$root=null;$attrs=null;$slots=null;$watch=null;$options=null;$forceUpdate=null;$components={};$libs={};$apis={};__transform={};constructor(e){const{mode:t,dsl:s,attrs:r}=e;this.__mode=t,s&&(this.__id=s.id||null,this.__transform=s.transform||{}),r&&Object.assign(this,r)}setup(e,t=H){const s=t.getCurrentInstance();if(!s)return;this.__refs={},this.$refs={},this.context={},this.__contextRefs={},this.__instance=s.proxy;const r=s.appContext.config.globalProperties;Object.assign(this,r),Object.assign(this,e||{}),this.__proxy(),t.onMounted(()=>{this.__proxy()}),t.onUnmounted(()=>{this.__cleanup()}),t.onBeforeUpdate(()=>{this.__refs={},this.$refs={},this.__contextRefs={},this.context={}})}__proxy(){this.__instance&&J.forEach(e=>{this[e]=this.__instance?.[e]})}__cleanup(){J.forEach(e=>{this[e]=null})}__parseFunction(e){if(e)if(this.__mode===S.Runtime){const{id:t,type:s}=e,r=t?this.__transform[t]??e.value:e.value;return q({type:s,value:r},this)}else return q(e,this)}__parseExpression(e){if(e)if(this.__mode===S.Runtime){const{id:t,type:s}=e,r=t?this.__transform[t]??e.value:e.value;return k({type:s,value:r},this)}else return k(e,this)}__ref(e=null,t){if(this.__mode!==S.VNode)return e&&e!==this.__id&&(this.__contextRefs[e]=this),async s=>{await u.delay(0);let r=s?.$vtjEl||s?.$el||s?._?.vnode?.el||s;if(!r){typeof t=="string"&&(delete this.$refs[t],e&&delete this.__refs[e]);return}if(r.nodeType===3&&r.nextSibling&&(r=r.nextSibling),r.__vtj__=e,S.Design===this.__mode&&(r.__context__=this,r.draggable=!0),e&&(this.__refs[e]=s),typeof t=="function")t(s);else if(t){const o=this.$refs[t];if(o&&s!==o){const a=new Set([].concat(o,s));this.$refs[t]=Array.from(a)}else this.$refs[t]=s}return s}}__clone(e={}){const t={...this.context,...e},s={...t,context:t};return s.context.__proto__=this.context,s.__proto__=this,s}}function I(n){const{Vue:e=H,mode:t=S.Runtime,components:s={},libs:r={},apis:o={},loader:a}=n,i=e.computed(()=>n.dsl),l={$components:s,$libs:r,$apis:o},c=new Se({mode:t,dsl:i.value,attrs:l}),m=e.defineComponent({name:i.value.name,props:{...Ke(i.value.props??[],c)},setup(d){c.$props=d,c.props=d,i.value.id&&z(n.window||window,i.value.id,i.value.css||""),c.state=We(e,i.value.state??{},c);const p=Ge(e,i.value.computed??{},c),v=Ye(i.value.methods??{},c),h=Qe(e,i.value.inject,c),g=je(i.value.dataSources||{},c),j={...h,...p,...v,...g};return c.setup(j,e),Xe(e,i.value.watch??[],c),{vtj:c}},emits:ze(i.value.emits),expose:["vtj"],render(){if(!i.value.nodes)return null;const d=i.value.nodes||[];return d.length===1?M(d[0],c,e,a):d.map(p=>M(p,c,e,a))},...Ze(i.value.lifeCycles??{},c)});return{renderer:e.markRaw(m),context:c}}function ze(n=[]){return n.map(e=>u.isString(e)?e:e.name)}function Ke(n=[],e){const t=s=>s?(Array.isArray(s)?s:[s]).map(o=>oe[o]):void 0;return n.map(s=>u.isString(s)?{name:s}:{name:s.name,type:s.type,required:s.required,default:E(s.default)?e.__parseExpression(s.default):s.default}).reduce((s,r)=>(s[r.name]={type:t(r.type),required:r.required,default:r.default},s),{})}function We(n,e,t){return n.reactive(Object.keys(e||{}).reduce((s,r)=>{let o=e[r];return E(o)?o=t.__parseExpression(o):O(o)&&(o=t.__parseFunction(o)),s[r]=o,s},{}))}function Ge(n,e,t){return Object.entries(e??{}).reduce((s,[r,o])=>(s[r]=n.computed(t.__parseFunction(o)),s),{})}function Ye(n,e){return Object.entries(n??{}).reduce((t,[s,r])=>(t[s]=e.__parseFunction(r),t),{})}function Qe(n,e=[],t){return e.reduce((s,r)=>{const{name:o,from:a}=r||{};r.default;const i=E(a)?t.__parseExpression(a)||o:a??o,l=E(r.default)?t.__parseExpression(r.default):r.default??null;return s[o]=n.inject(i,l),s},{})}function je(n,e){return Object.keys(n).reduce((t,s)=>{const r=n[s],o=e.$apis[r.ref],a=O(r.transform)?r.transform.value?e.__parseFunction(r.transform):void 0:r.transform;return t[s]=async(...i)=>{const l=await o.apply(e,i);return a?a(l):l},t},{})}function Xe(n,e=[],t){e.forEach(s=>{n.watch(t.__parseExpression(s.source),t.__parseFunction(s.handler),{deep:s.deep,immediate:s.immediate})})}function Ze(n,e){return Object.entries(n??{}).reduce((t,[s,r])=>(t[s]=e.__parseFunction(r),t),{})}let L=[];const Ee=n=>n;async function G(n,e=window){const{urls:t=[],library:s}=n,r=t.filter(i=>U(i));if(r.length===0||!s)return null;const o=t.filter(i=>N(i));return o.length&&de(o,e),await pe(r,s,e).catch(i=>(console.warn("loadScriptUrl error",r,s,i),null))}function D(n){const{getDsl:e,getDslByUrl:t,options:s}=n;return s.window&&(L.forEach(r=>{delete s.window[r]}),L=[]),(r,o,a=H)=>!o||typeof o=="string"?r:o.type==="Schema"&&o.id?a.defineAsyncComponent(async()=>{const i=await e(o.id);return i&&(i.name=r),i?I({...s,Vue:a,dsl:i,mode:S.Runtime,loader:D(n)}).renderer:null}):o.type==="UrlSchema"&&o.url?a.defineAsyncComponent(async()=>{const i=await t(o.url);return i&&(i.name=r),i?I({...s,Vue:a,dsl:i,mode:S.Runtime,loader:D(n)}).renderer:null}):o.type==="Plugin"?(o.library&&L.push(o.library),a.defineAsyncComponent(async()=>{const i=await G(o,s.window);return i||(console.warn("getPlugin result is null",o),null)})):r}function M(n,e,t=H,s=Ee){if(!n||!n.name||n.invisible)return null;const{id:r=null,directives:o=[]}=n,{vIf:a,vFor:i,vShow:l,vModels:c,vBind:m}=et(o);if(a&&!tt(a,e))return null;const d=p=>{const v=p.$components,h=(()=>{if(n.name==="component")return st(p,n.props?.is);if(n.name==="slot")return n.name;const _=s(n.name,n.from,t);return u.isString(_)?v[_]??_:_})(),g=nt(r,n.props??{},p),j=rt(t,n.events??{},p);if(n.name==="slot")return ot(t,n,g,p,s);m&&Object.assign(g,p.__parseExpression(m.value)),l&&(g.style=Object.assign(g.style??{},at(l,p))),c.forEach(_=>{Object.assign(g,ct(t,_,p))});const y=lt(t,n.children??[],p,s,n);return t.createVNode(h,{...g,...j},y)};return i?pt(i,d,e):d(e)}function et(n=[]){const e=n.find(i=>u.camelCase(i.name)==="vIf"),t=n.find(i=>u.camelCase(i.name)==="vFor"),s=n.find(i=>u.camelCase(i.name)==="vShow"),r=n.find(i=>u.camelCase(i.name)==="vBind"),o=n.filter(i=>u.camelCase(i.name)==="vModel"),a=n.filter(i=>!re.includes(u.camelCase(i.name)));return{vIf:e,vFor:t,vShow:s,vModels:o,vBind:r,others:a}}function tt(n,e){return!!e.__parseExpression(n.value)}function st(n,e){return e?E(e)?n.__parseExpression(e):e:"div"}function nt(n,e,t){const s=Object.keys(e||{}).reduce((r,o)=>{let a=e[o];return E(a)?a=t.__parseExpression(a):O(a)&&(a=t.__parseFunction(a)),r[o]=a,r},{});return s.ref=t.__ref(n,s.ref),s}function rt(n,e,t){const s=["passive","capture","once"],r={capture:"Capture",once:"Once",passive:"OnceCapture"};return Object.keys(e||{}).reduce((o,a)=>{const i=e[a],l=Y(i.modifiers),c=l.find(p=>s.includes(p)),m="on"+u.upperFirst(a)+(c&&r[c]||""),d=t.__parseFunction(i.handler);return d&&(o[m]=n.withModifiers(d,l)),o},{})}function Y(n={},e=!1){const t=Object.keys(n);return e?t.map(s=>"."+s):t}function ot(n,e,t,s,r){const{children:o}=e,a=it(e,s),i=s.$slots?.[a.name];return i?i(t):o?u.isString(o)?n.createTextVNode(o):E(o)?n.createTextVNode(V(s.__parseExpression(o))):Array.isArray(o)?o.map(l=>M(l,s,n,r)):null:null}function it(n,e){const{props:t}=n,s=t?.name||"default";return{name:E(s)?e.__parseExpression(s):s,params:[]}}function at(n,e){return e.__parseExpression(n.value)?{}:{display:"none"}}function ct(n,e,t){const s={type:"JSFunction",value:e.value?.value?`(v) => {
|
7
|
+
*/const C="0.9.0-alpha.43";var w=(n=>(n.Runtime="Runtime",n.Design="Design",n.Raw="Raw",n.VNode="VNode",n))(w||{});const J=["$el","$emit","$nextTick","$parent","$root","$attrs","$slots","$watch","$props","$options","$forceUpdate"],Ne=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeUnmount","unmounted","errorCaptured","renderTracked","renderTriggered","activated","deactivated"],re=["vIf","vShow","vModel","vFor","vBind"],oe={String,Number,Boolean,Array,Object,Function,Date},R="VtjPage",A="VtjHomepage";function x(n,e){return n.map(t=>u.isUrl(t)||t.startsWith("/")?t:`${e}${t}`)}function N(n){return/\.css$/.test(n)}function U(n){return/\.js$/.test(n)}function ie(n){return/\.json$/.test(n)}function Ue(n){return n.map(e=>`<script src="${u.url.append(e,{v:C})}"><\/script>`).join("")}function Be(n=[]){return n.map(e=>`<link rel="stylesheet" href="${u.url.append(e,{v:C})}" />`).join("")}function ae(n,e=!1){return e&&n.endsWith(".prod.js")?n.replace(".prod.js",".js"):n}function ce(n,e,t=!1){const s=n.filter(p=>!!p.enabled),r=[],o=[],a=[],i=[],l={},c={},h=[],d={};return s.forEach(({urls:p,assetsUrl:m,library:v,assetsLibrary:g,localeLibrary:j})=>{p?.forEach(y=>{U(y)&&r.push(ae(y,t)),N(y)&&o.push(y)}),v&&(i.push(v),l[v]=x(p||[],e),j&&(c[v]=j)),m&&a.push(m),g&&h.push(g),v&&g&&(d[g]=v)}),{scripts:x(r,e),css:x(o,e),materials:x(a,e),libraryExports:i,materialExports:u.dedupArray(h),materialMapLibrary:d,libraryMap:l,libraryLocaleMap:c}}function le(n,e){const{name:t,parent:s,alias:r}=n;return s?e[s]?.[r||t]:e[r||t]}function V(n){return u.isString(n)?n:JSON.stringify(n)}function z(n,e,t){const s=n.CSSStyleSheet;if(s.prototype.replaceSync){const r=new s;r.id=e,r.replaceSync(t);const o=n.document,a=o.adoptedStyleSheets,i=Array.from(a).filter(l=>l.id!==e);o.adoptedStyleSheets=[...i,r]}else{const r=n.document;let o=r.getElementById(e);o?o.innerHTML=t:(o=r.createElement("style"),o.id=e,o.innerHTML=t,r.head.appendChild(o))}}async function ue(n,e){const t=await window.fetch(e).then(s=>s.text()).catch(()=>"");t&&z(window,n,t)}function de(n,e=window){const t=e.document,s=e.document.head;for(const r of n)if(!t.getElementById(r)){const a=t.createElement("link");a.rel="stylesheet",a.id=r,a.href=r,s.appendChild(a)}}async function pe(n,e,t=window){const s=t.document,r=t.document.head;let o=t[e];return o?o.default||o:new Promise((a,i)=>{for(const l of n){const c=s.createElement("script");c.src=l,c.onload=()=>{o=t[e],o?a(o.default||o):i(null)},c.onerror=h=>{i(h)},r.appendChild(c)}})}function fe(n){return u.isFunction(n)||u.isFunction(n?.install)}function k(n,e,t=!1,s=!1){try{const r=['"use strict";',"var __self = arguments[0];"];r.push("return ");let o=(n.value||"").trim();o=o.replace(/this(\W|$)/g,(i,l)=>`__self${l}`),o=r.join(`
|
8
|
+
`)+o;const a=`with(${t?"{}":"$scope || {}"}) { ${o} }`;return new Function("$scope",a)(e)}catch(r){if(u.logger.error("parseExpression.error",r,n,e?.__self??e),s)throw r}}function q(n,e,t=!1,s=!1){const r=k(n,e,t,s);if(typeof r!="function"&&(u.logger.error("parseFunction.error","not a function",n,e?.__self??e),s))throw new Error(`"${n.value}" not a function`);return r}function S(n){return n&&n.type==="JSExpression"}function O(n){return typeof n=="object"&&n&&n.type==="JSFunction"}function he(n){return S(n)||O(n)}function Le(n){return he(n)?n.value:JSON.stringify(n)}let $=null;const Je=u.createRequest({settings:{type:"form",validSuccess:!0,originResponse:!1,loading:!0,validate:n=>n.data?.code===0||!!n.data?.success,failMessage:!0,showError:n=>{F.ElNotification.error({message:n||"未知错误"})},showLoading:()=>{$&&$.close(),$=F.ElLoading.service({lock:!0,text:"Loading",background:"rgba(0, 0, 0, 0.05)"})},hideLoading:()=>{$&&($.close(),$=null)}}});let P;function me(n,e){const{jsonp:t,request:s}=e;if(n.method==="jsonp")return(r={})=>t(n.url,{...n.jsonpOptions,query:r});{const r=n.headers?k(n.headers,{},!0):void 0,o={url:n.url,method:n.method,settings:{...n.settings,headers:r}};return(a,i)=>(delete o.data,s.send(u.merge(o,i||{},{data:a})))}}function ge(n,e){const{metaQuery:t}=e;if(!t)return;const{code:s,queryCode:r}=n;return(o,a)=>{if(!t){console.warn("adapter.metaQuery is not defined!");return}return t(s,r,o,a)}}function ve(n=[],e=[],t){const s={};for(const r of n)s[r.id]=me(r,t);for(const r of e)s[r.id]=ge(r,t);return s}async function ye(n=[]){P=await import("mockjs").then(e=>e.default||e),P&&(P.setup({timeout:"50-500"}),K(),n.forEach(e=>_e(P,e)))}function _e(n,e){if(!e.mock)return;const{url:t,mockTemplate:s}=e;if(t&&s){const r=u.pathToRegexp(`${t}(.*)`),o=u.pathToRegexpMatch(t,{decode:decodeURIComponent}),a=k(s,{},!0);n.mock(r,i=>{const l=u.url.parse(i.url)||{},c=i.body instanceof FormData?u.formDataToJson(i.body):i.body,h=o(i.url)?.params;return Object.assign(i,{data:c,params:l,query:h}),n.mock(a(i))})}}function K(){P&&(P._mocked={})}const qe={session:!1,authKey:"Authorization",storageKey:"ACCESS_STORAGE",storagePrefix:"__VTJ_",unauthorized:void 0,auth:"/#/login",redirectParam:"r",unauthorizedCode:401,unauthorizedMessage:"登录已经失效,请重新登录!",noPermissionMessage:"无权限访问该页面",appName:""},W=Symbol("access");class Ve{options;data=null;mode=w.Raw;constructor(e){this.options=Object.assign({},qe,e),this.loadData()}connect(e){const{mode:t,router:s,request:r}=e;this.mode=t,s&&this.mode===w.Raw&&this.setGuard(s),r&&this.setRequest(r)}login(e){const{storageKey:t,storagePrefix:s,session:r,authKey:o}=this.options;this.setData(e),this.data&&(u.storage.save(t,e,{type:"local",prefix:s}),r&&u.cookie.set(o,this.data.token))}clear(){const{storageKey:e,storagePrefix:t,session:s,authKey:r}=this.options;this.data=null,u.storage.remove(e,{type:"local",prefix:t}),s&&u.cookie.remove(r)}logout(){this.clear(),this.toLogin()}getData(){return this.data?this.data:(this.loadData(),this.data)}getToken(){return this.data||this.loadData(),this.data?.token}can(e){const{appName:t}=this.options,{permissions:s={}}=this.data||{};return typeof e=="function"?e(s):u.toArray(e).every(o=>s[o]||s[t+"."+o])}some(e){const{appName:t}=this.options,{permissions:s={}}=this.data||{};return u.toArray(e).some(o=>s[o]||s[t+"."+o])}install(e){e.config.globalProperties.$access||(e.config.globalProperties.$access=this),e.provide(W,this)}isAuthPath(e){const{auth:t,isAuth:s}=this.options;if(s)return s(e);if(e.path&&typeof t=="string"){const r=t.split("#")[1]||t;return e.path===r}return!1}toLogin(){const{auth:e,redirectParam:t}=this.options;if(!e)return;const s=t?`?${t}=${encodeURIComponent(location.href)}`:"";typeof e=="function"?e(s):location.href=t?`${e}${s}`:e}setData(e){const{privateKey:t}=this.options;if(Array.isArray(e)&&t){const s=e.map(r=>u.unRSA(r,t));this.data=JSON.parse(s.join(""));return}if(typeof e=="string")try{const s=t?u.unRSA(e,t):e;s?this.data=JSON.parse(s):console.warn("RSA解密失败或登录信息缺失")}catch(s){console.warn(s)}else this.data=e}loadData(){const{storageKey:e,storagePrefix:t}=this.options,s=u.storage.get(e,{type:"local",prefix:t});this.setData(s||null)}isLogined(){const{session:e,authKey:t}=this.options;return e&&t?!!u.cookie.get(t):!!this.getToken()}hasRoutePermission(e){if(e.name===R){const t=e.params.id;return t&&this.can(t)}return!0}setGuard(e){e.beforeEach((t,s,r)=>this.guard(t,r))}async guard(e,t){if(this.isWhiteList(e)||this.isAuthPath(e))return t();if(this.isLogined()){if(this.hasRoutePermission(e))return t();{const{noPermissionMessage:s="无权限访问",unauthorized:r=!1}=this.options;return await this.showTip(s),u.isFunction(r)?(r(),t(!1)):u.isString(r)?t(r):t(!1)}}t(!1),this.toLogin()}isWhiteList(e){const{whiteList:t}=this.options;return t?Array.isArray(t)?t.some(s=>e.fullPath.startsWith(s)):t(e):!1}isUnauthorized(e){const{unauthorizedCode:t=401}=this.options;return e.status===t||e.data.code===t}async showUnauthorizedAlert(e){const{unauthorizedMessage:t="登录已失效"}=this.options;this.isUnauthorized(e)&&(await this.showTip(t),this.toLogin())}async showTip(e){const{alert:t}=this.options;return t?(await u.delay(150),await t(e,{title:"提示",type:"warning"}).catch(()=>!1)):!1}setRequest(e){e.useRequest(t=>(this.data?.token&&(t.headers[this.options.authKey]=this.data?.token),t)),e.useResponse(async t=>(await this.showUnauthorizedAlert(t),t),async t=>{const s=t.response||t||{};return await this.showUnauthorizedAlert(s),Promise.reject(t)})}}function we(){return f.inject(W,null)}class Se{__id=null;__mode;__instance=null;__contextRefs={};__refs={};context={};state={};props={};$props={};$refs={};$el=null;$emit=null;$nextTick=null;$parent=null;$root=null;$attrs=null;$slots=null;$watch=null;$options=null;$forceUpdate=null;$components={};$libs={};$apis={};__transform={};constructor(e){const{mode:t,dsl:s,attrs:r}=e;this.__mode=t,s&&(this.__id=s.id||null,this.__transform=s.transform||{}),r&&Object.assign(this,r)}setup(e,t=H){const s=t.getCurrentInstance();if(!s)return;this.__refs={},this.$refs={},this.context={},this.__contextRefs={},this.__instance=s.proxy;const r=s.appContext.config.globalProperties;Object.assign(this,r),Object.assign(this,e||{}),this.__proxy(),t.onMounted(()=>{this.__proxy()}),t.onUnmounted(()=>{this.__cleanup()}),t.onBeforeUpdate(()=>{this.__refs={},this.$refs={},this.__contextRefs={},this.context={}})}__proxy(){this.__instance&&J.forEach(e=>{this[e]=this.__instance?.[e]})}__cleanup(){J.forEach(e=>{this[e]=null})}__parseFunction(e){if(e)if(this.__mode===w.Runtime){const{id:t,type:s}=e,r=t?this.__transform[t]??e.value:e.value;return q({type:s,value:r},this)}else return q(e,this)}__parseExpression(e){if(e)if(this.__mode===w.Runtime){const{id:t,type:s}=e,r=t?this.__transform[t]??e.value:e.value;return k({type:s,value:r},this)}else return k(e,this)}__ref(e=null,t){if(this.__mode!==w.VNode)return e&&e!==this.__id&&(this.__contextRefs[e]=this),async s=>{await u.delay(0);let r=s?.$vtjEl||s?.$el||s?._?.vnode?.el||s;if(!r){typeof t=="string"&&(delete this.$refs[t],e&&delete this.__refs[e]);return}if(r.nodeType===3&&r.nextSibling&&(r=r.nextSibling),r.__vtj__=e,w.Design===this.__mode&&(r.__context__=this,r.draggable=!0),e&&(this.__refs[e]=s),typeof t=="function")t(s);else if(t){const o=this.$refs[t];if(o&&s!==o){const a=new Set([].concat(o,s));this.$refs[t]=Array.from(a)}else this.$refs[t]=s}return s}}__clone(e={}){const t={...this.context,...e},s={...t,context:t};return s.context.__proto__=this.context,s.__proto__=this,s}}function I(n){const{Vue:e=H,mode:t=w.Runtime,components:s={},libs:r={},apis:o={},loader:a}=n,i=e.computed(()=>n.dsl),l={$components:s,$libs:r,$apis:o},c=new Se({mode:t,dsl:i.value,attrs:l}),h=e.defineComponent({name:i.value.name,props:{...Ke(i.value.props??[],c)},setup(d){c.$props=d,c.props=d,i.value.id&&z(n.window||window,i.value.id,i.value.css||""),c.state=We(e,i.value.state??{},c);const p=Ge(e,i.value.computed??{},c),m=Ye(i.value.methods??{},c),v=Qe(e,i.value.inject,c),g=je(i.value.dataSources||{},c),j={...v,...p,...m,...g};return c.setup(j,e),Xe(e,i.value.watch??[],c),{vtj:c}},emits:ze(i.value.emits),expose:["vtj"],render(){if(!i.value.nodes)return null;const d=i.value.nodes||[];return d.length===1?M(d[0],c,e,a):d.map(p=>M(p,c,e,a))},...Ze(i.value.lifeCycles??{},c)});return{renderer:e.markRaw(h),context:c}}function ze(n=[]){return n.map(e=>u.isString(e)?e:e.name)}function Ke(n=[],e){const t=s=>s?(Array.isArray(s)?s:[s]).map(o=>oe[o]):void 0;return n.map(s=>u.isString(s)?{name:s}:{name:s.name,type:s.type,required:s.required,default:S(s.default)?e.__parseExpression(s.default):s.default}).reduce((s,r)=>(s[r.name]={type:t(r.type),required:r.required,default:r.default},s),{})}function We(n,e,t){return n.reactive(Object.keys(e||{}).reduce((s,r)=>{let o=e[r];return S(o)?o=t.__parseExpression(o):O(o)&&(o=t.__parseFunction(o)),s[r]=o,s},{}))}function Ge(n,e,t){return Object.entries(e??{}).reduce((s,[r,o])=>(s[r]=n.computed(t.__parseFunction(o)),s),{})}function Ye(n,e){return Object.entries(n??{}).reduce((t,[s,r])=>(t[s]=e.__parseFunction(r),t),{})}function Qe(n,e=[],t){return e.reduce((s,r)=>{const{name:o,from:a}=r||{};r.default;const i=S(a)?t.__parseExpression(a)||o:a??o,l=S(r.default)?t.__parseExpression(r.default):r.default??null;return s[o]=n.inject(i,l),s},{})}function je(n,e){return Object.keys(n).reduce((t,s)=>{const r=n[s],o=e.$apis[r.ref],a=O(r.transform)?r.transform.value?e.__parseFunction(r.transform):void 0:r.transform;return t[s]=async(...i)=>{const l=await o.apply(e,i);return a?a(l):l},t},{})}function Xe(n,e=[],t){e.forEach(s=>{n.watch(t.__parseExpression(s.source),t.__parseFunction(s.handler),{deep:s.deep,immediate:s.immediate})})}function Ze(n,e){return Object.entries(n??{}).reduce((t,[s,r])=>(t[s]=e.__parseFunction(r),t),{})}let L=[];const Ee=n=>n;async function G(n,e=window){const{urls:t=[],library:s}=n,r=t.filter(i=>U(i));if(r.length===0||!s)return null;const o=t.filter(i=>N(i));return o.length&&de(o,e),await pe(r,s,e).catch(i=>(console.warn("loadScriptUrl error",r,s,i),null))}function D(n){const{getDsl:e,getDslByUrl:t,options:s}=n;return s.window&&(L.forEach(r=>{delete s.window[r]}),L=[]),(r,o,a=H)=>!o||typeof o=="string"?r:o.type==="Schema"&&o.id?a.defineAsyncComponent(async()=>{const i=await e(o.id);return i&&(i.name=r),i?I({...s,Vue:a,dsl:i,mode:w.Runtime,loader:D(n)}).renderer:null}):o.type==="UrlSchema"&&o.url?a.defineAsyncComponent(async()=>{const i=await t(o.url);return i&&(i.name=r),i?I({...s,Vue:a,dsl:i,mode:w.Runtime,loader:D(n)}).renderer:null}):o.type==="Plugin"?(o.library&&L.push(o.library),a.defineAsyncComponent(async()=>{const i=await G(o,s.window);return i||(console.warn("getPlugin result is null",o),null)})):r}function M(n,e,t=H,s=Ee){if(!n||!n.name||n.invisible)return null;const{id:r=null,directives:o=[]}=n,{vIf:a,vFor:i,vShow:l,vModels:c,vBind:h}=et(o);if(a&&!tt(a,e))return null;const d=p=>{const m=p.$components,v=(()=>{if(n.name==="component")return st(p,n.props?.is);if(n.name==="slot")return n.name;const E=s(n.name,n.from,t);return u.isString(E)?m[E]??E:E})(),g=nt(r,n.props??{},p),j=rt(t,n.events??{},p);if(n.name==="slot")return ot(t,n,g,p,s);h&&Object.assign(g,p.__parseExpression(h.value)),l&&(g.style=Object.assign(g.style??{},at(l,p))),c.forEach(E=>{Object.assign(g,ct(t,E,p))});const y=lt(t,n.children??[],p,s,n);return t.createVNode(v,{...g,...j},y)};return i?pt(i,d,e):d(e)}function et(n=[]){const e=n.find(i=>u.camelCase(i.name)==="vIf"),t=n.find(i=>u.camelCase(i.name)==="vFor"),s=n.find(i=>u.camelCase(i.name)==="vShow"),r=n.find(i=>u.camelCase(i.name)==="vBind"),o=n.filter(i=>u.camelCase(i.name)==="vModel"),a=n.filter(i=>!re.includes(u.camelCase(i.name)));return{vIf:e,vFor:t,vShow:s,vModels:o,vBind:r,others:a}}function tt(n,e){return!!e.__parseExpression(n.value)}function st(n,e){return e?S(e)?n.__parseExpression(e):e:"div"}function nt(n,e,t){const s=Object.keys(e||{}).reduce((r,o)=>{let a=e[o];return S(a)?a=t.__parseExpression(a):O(a)&&(a=t.__parseFunction(a)),r[o]=a,r},{});return s.ref=t.__ref(n,s.ref),s}function rt(n,e,t){const s=["passive","capture","once"],r={capture:"Capture",once:"Once",passive:"OnceCapture"};return Object.keys(e||{}).reduce((o,a)=>{const i=e[a],l=Y(i.modifiers),c=l.find(p=>s.includes(p)),h="on"+u.upperFirst(a)+(c&&r[c]||""),d=t.__parseFunction(i.handler);return d&&(o[h]=n.withModifiers(d,l)),o},{})}function Y(n={},e=!1){const t=Object.keys(n);return e?t.map(s=>"."+s):t}function ot(n,e,t,s,r){const{children:o}=e,a=it(e,s),i=s.$slots?.[a.name];return i?i(t):o?u.isString(o)?n.createTextVNode(o):S(o)?n.createTextVNode(V(s.__parseExpression(o))):Array.isArray(o)?o.map(l=>M(l,s,n,r)):null:null}function it(n,e){const{props:t}=n,s=t?.name||"default";return{name:S(s)?e.__parseExpression(s):s,params:[]}}function at(n,e){return e.__parseExpression(n.value)?{}:{display:"none"}}function ct(n,e,t){const s={type:"JSFunction",value:e.value?.value?`(v) => {
|
9
9
|
${e.value.value} = v;
|
10
|
-
}`:"(v) => {}"},r=t.__parseFunction(s),o=Y(e.modifiers),a=
|
10
|
+
}`:"(v) => {}"},r=t.__parseFunction(s),o=Y(e.modifiers),a=S(e.arg)?t.__parseExpression(e.arg):e.arg||"modelValue";return{[a]:t.__parseExpression(e.value),[`onUpdate:${a}`]:o.length&&r?n.withModifiers(r,o):r}}function lt(n,e,t,s,r){if(!e)return null;if(u.isString(e))return{default:()=>e};if(S(e))return{default:()=>V(t.__parseExpression(e))};if(Array.isArray(e)&&e.length>0){const o=ut(e),a=i=>!i||!r?{}:r?.id&&Object.keys(i).length?{[`scope_${r.id}`]:i}:{};return Object.entries(o).reduce((i,[l,{nodes:c,params:h}])=>(i[l]=d=>{const p=h.length?u.pick(d??{},h):a(d);return c.map(m=>M(m,t.__clone(p),n,s))},i),{})}return null}function ut(n){const e={default:{params:[],nodes:[]}};for(const t of n){const s=dt(t.slot),r=s.name;e[r]?(e[r].nodes.push(t),e[r].params=e[r].params.concat(s.params)):e[r]={nodes:[t],params:s.params}}return e}function dt(n="default"){return u.isString(n)?{name:n,params:[]}:{params:[],...n}}function pt(n,e,t){const{value:s,iterator:r}=n,{item:o="item",index:a="index"}=r||{};let i=t.__parseExpression(s)||[];return Number.isInteger(i)&&(i=new Array(i).fill(!0).map((l,c)=>c+1)),Array.isArray(i)?i.map((l,c)=>e(t.__clone({[o]:l,[a]:c}))):(console.warn("[vForRender]:",`${s?.value} is not a Arrary`),[])}function ft(n){return f.getCurrentScope()?(f.onScopeDispose(n),!0):!1}function Q(n){return typeof n=="function"?n():f.unref(n)}const be=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const ht=n=>n!=null,mt=()=>{};function gt(n){return f.getCurrentInstance()}function vt(...n){if(n.length!==1)return f.toRef(...n);const e=n[0];return typeof e=="function"?f.readonly(f.customRef(()=>({get:e,set:mt}))):f.ref(e)}function yt(n,e){gt()&&f.onBeforeUnmount(n,e)}const _t=be?window:void 0,wt=be?window.document:void 0;function St(n){var e;const t=Q(n);return(e=t?.$el)!=null?e:t}function jt(){const n=f.ref(!1),e=f.getCurrentInstance();return e&&f.onMounted(()=>{n.value=!0},e),n}function Et(n){const e=jt();return f.computed(()=>(e.value,!!n()))}function bt(n,e,t={}){const{window:s=_t,...r}=t;let o;const a=Et(()=>s&&"MutationObserver"in s),i=()=>{o&&(o.disconnect(),o=void 0)},l=f.computed(()=>{const p=Q(n),m=(Array.isArray(p)?p:[p]).map(St).filter(ht);return new Set(m)}),c=f.watch(()=>l.value,p=>{i(),a.value&&p.size&&(o=new MutationObserver(e),p.forEach(m=>o.observe(m,r)))},{immediate:!0,flush:"post"}),h=()=>o?.takeRecords(),d=()=>{c(),i()};return ft(d),{isSupported:a,stop:d,takeRecords:h}}function $t(n=null,e={}){var t,s,r;const{document:o=wt,restoreOnUnmount:a=d=>d}=e,i=(t=o?.title)!=null?t:"",l=vt((s=n??o?.title)!=null?s:null),c=n&&typeof n=="function";function h(d){if(!("titleTemplate"in e))return d;const p=e.titleTemplate||"%s";return typeof p=="function"?p(d):Q(p).replace(/%s/g,d)}return f.watch(l,(d,p)=>{d!==p&&o&&(o.title=h(typeof d=="string"?d:""))},{immediate:!0}),e.observe&&!e.titleTemplate&&o&&!c&&bt((r=o.head)==null?void 0:r.querySelector("title"),()=>{o&&o.title!==l.value&&(l.value=h(o.title))},{childList:!0}),yt(()=>{if(a){const d=a(i,l.value||"");d!=null&&o&&(o.title=d)}}),l}const se=f.defineComponent({name:"VtjPageContainer",async setup(){const n=Z(),e=ne.useRoute(),t=e.params.id,s=t?n.getPage(t):n.getHomepage(),r=s?await n.getRenderComponent(s.id):null,o=f.ref(Symbol());return s&&(Object.assign(e.meta,s.meta||{},{cache:s.cache}),$t(s.title||"VTJ")),{provider:n,component:r,file:s,query:e.query,meta:e.meta,sid:o,route:e}},render(){const{component:n,query:e,sid:t}=this;return n?f.h(n,{...e,key:t}):f.h("div","页面不存在")},activated(){this.meta.cache===!1&&(this.sid=Symbol())}}),Pt={"data-l-h6o7ki7":"",class:"vtj-startup__wrapper"},Ct={"data-l-h6o7ki7":"",class:"vtj-startup"},Rt={"data-l-h6o7ki7":"",class:"vtj-startup__name"},kt={"data-l-h6o7ki7":""},xt={"data-l-h6o7ki7":"",class:"vtj-startup__tagline"},At={"data-l-h6o7ki7":"",class:"vtj-startup__actions"},$e=f.defineComponent({__name:"Startup",props:{name:{default:"VTJ.PRO"},tagline:{default:"基于 Vue3 + TypeScript 快速打造高生产力的低代码研发平台"},actionText:{default:"开始设计"},link:{}},setup(n){((r,o)=>{let a=document.getElementById("h6o7ki7");a||(a=document.createElement("style"),a.id="h6o7ki7",document.head.appendChild(a),a.innerHTML=o)})("h6o7ki7",`
|
11
11
|
.vtj-startup[data-l-h6o7ki7]{
|
12
12
|
padding: 20px;
|
13
13
|
border-radius: 4px;
|
@@ -72,4 +72,4 @@
|
|
72
72
|
}
|
73
73
|
.vtj-startup__actions button[data-l-h6o7ki7]:hover{
|
74
74
|
opacity: 0.7;
|
75
|
-
}`);const t=n,s=()=>{if(typeof window<"u"){if(t.link){typeof t.link=="function"?t.link():window.location.href=t.link;return}let o=(window.__VTJ_LINK__||{}).href||window.location.pathname+"__vtj__/#/";window.location.href=o}};return(r,o)=>(f.openBlock(),f.createElementBlock("div",Pt,[f.createElementVNode("div",Ct,[f.createElementVNode("h1",Rt,[f.createElementVNode("span",kt,f.toDisplayString(t.name),1)]),f.createElementVNode("div",xt,f.toDisplayString(t.tagline),1),f.createElementVNode("div",At,[f.createElementVNode("button",{"data-l-h6o7ki7":"",onClick:s},f.toDisplayString(t.actionText),1)])])]))}}),Ft=f.defineComponent({name:"VtjStartupContainer",render(){return f.h($e)}}),X=Symbol("Provider");var Pe=(n=>(n.Production="production",n.Development="development",n))(Pe||{});class Ce extends b.Base{constructor(e){super(),this.options=e;const{service:t,mode:s=S.Raw,dependencies:r,materials:o,project:a={},adapter:i={},globals:l={},modules:c={},router:m=null,materialPath:d="./",nodeEnv:p="development"}=e;this.mode=s,this.modules=c,this.service=t,this.router=m,this.materialPath=d,this.nodeEnv=p,r&&(this.dependencies=r),o&&(this.materials=o),Object.assign(this.globals,l),Object.assign(this.adapter,i);const{access:v,request:h}=this.adapter;v&&v.connect({mode:s,router:m,request:h}),a&&s!==S.Design?this.load(a):this.project=a}mode;globals={};modules={};adapter={request:Je,jsonp:u.jsonp};apis={};dependencies={};materials={};library={};service;project=null;components={};nodeEnv="development";router=null;materialPath="./";urlDslCaches={};async load(e){const t=this.modules[`.vtj/projects/${e.id}.json`];if(this.project=t?await t():await this.service.init(e),!this.project)throw new Error("project is null");const{apis:s=[],meta:r=[]}=this.project,o=window;o.CKEDITOR_VERSION=void 0,this.nodeEnv!=="production"?await this.loadAssets(o):await this.loadDependencies(o),this.apis=ve(s,r,this.adapter),K(),this.project.config?.mock&&ye(s),this.initRouter(),this.triggerReady()}async loadDependencies(e){const t=Object.entries(this.dependencies);for(const[s,r]of t)e[s]||(e[s]=await r())}async loadAssets(e){const{dependencies:t=[]}=this.project,{dependencies:s,library:r,components:o,materialPath:a,nodeEnv:i}=this,{libraryExports:l,libraryMap:c,materials:m,materialExports:d,materialMapLibrary:p}=ce(t,a,i==="development");for(const h of l){const g=s[h],j=e[h];if(j)r[h]=j;else if(g)e[h]=r[h]=await g();else{const y=c[h]||[];for(const _ of y)N(_)&&await ue(h,u.url.append(_,{v:C})),U(_)&&await u.loadScript(u.url.append(_,{v:C}));r[h]=e[h]}}for(const h of m)await u.loadScript(u.url.append(h,{v:C}));const v=this.materials||{};for(const h of d){const g=e[p[h]],j=b.BUILT_IN_COMPONENTS[h];if(j)g&&j.forEach(y=>{o[y]=g[y]});else{const y=v[h]?(await v[h]()).default:e[h];y&&g&&(y.components||[]).forEach(_=>{o[_.name]=le(_,g)})}}}initRouter(){const{router:e,project:t,options:s,adapter:r}=this;if(!e)return;const{routeAppendTo:o,pageRouteName:a="page",routeMeta:i}=s,l=o?"":"/",c={path:`${l}${a}/:id`,name:R,component:se},m={path:l,name:A,component:t?.homepage?se:r.startupComponent||Ft,meta:i};e.hasRoute(R)&&e.removeRoute(R),e.hasRoute(A)&&e.removeRoute(A),o?(e.addRoute(o,c),e.addRoute(o,m)):(e.addRoute(c),e.addRoute(m))}install(e){const t=e.config.globalProperties.installed||{};for(const[s,r]of Object.entries(this.library))!t[s]&&fe(r)&&(e.use(r),t[s]=!0);this.options.install&&e.use(this.options.install),this.adapter.access&&e.use(this.adapter.access),e.provide(X,this),e.config.globalProperties.installed=t,this.mode===S.Design&&(e.config.errorHandler=(s,r,o)=>{const a=r?.$options.name,i=typeof s=="string"?s:s?.message||s?.msg||"未知错误",l=`[ ${a} ] ${i} ${o}`;console.error("[VTJ Error]:",{err:s,instance:r,info:o},s?.stack),F.ElNotification.error({title:"未处理的异常:请在控制台查看详情",message:l})})}getFile(e){const{blocks:t=[]}=this.project||{};return this.getPage(e)||t.find(s=>s.id===e)||null}getPage(e){const{pages:t=[]}=this.project||{},s=(r,o=[])=>{for(const a of o){if(a.id===r)return a;if(a.children&&a.children.length){const i=s(r,a.children);if(i)return i}}};return s(e,t)||null}getHomepage(){const{homepage:e}=this.project||{};return e?this.getPage(e):null}async getDsl(e){const t=this.modules[`.vtj/files/${e}.json`];return t?await t():this.service.getFile(e,this.project||void 0).catch(()=>null)}async getDslByUrl(e){const t=this.urlDslCaches[e];return t||(this.urlDslCaches[e]=this.adapter.request.send({url:e,method:"get",settings:{validSuccess:!1,originResponse:!0}}).then(s=>s.data).catch(()=>null))}createDslRenderer(e,t={}){const{library:s,components:r,mode:o,apis:a}=this,i={mode:o,Vue:s.Vue,components:r,libs:s,apis:a,window,...t},l=D({getDsl:async c=>await this.getDsl(c)||null,getDslByUrl:async c=>await this.getDslByUrl(c)||null,options:i});return I({...i,dsl:e,loader:l})}async getRenderComponent(e,t){const s=this.getFile(e);if(!s)return u.logger.warn(`Can not find file: ${e}`),null;t&&t(s);const r=`.vtj/vue/${e}.vue`,o=this.modules[r];if(o)return(await o())?.default;const a=await this.getDsl(s.id);return a?this.createDslRenderer(a).renderer:(u.logger.warn(`Can not find dsl: ${e}`),null)}defineUrlSchemaComponent(e,t){return f.defineAsyncComponent(async()=>{const s=await this.getDslByUrl(e);return s?(s.name=t||s.name,this.createDslRenderer(s).renderer):null})}definePluginComponent(e){return f.defineAsyncComponent(async()=>await G(e,window))}}function Mt(n){const e=new Ce(n);return{provider:e,onReady:s=>e.ready(s)}}function Z(n={}){const e=f.inject(X);if(!e)throw new Error("Can not find provider");if(e.nodeEnv==="development"){const{id:t,version:s}=n;t&&s&&(async()=>{const r=await e.getDsl(t);r?.__VERSION__!==s&&F.ElNotification.warning({title:r?.name,message:"当前组件源码版本与运行时版本不一致,请重新发布组件"})})()}return e}const ee=new u.Request({settings:{type:"json",validSuccess:!0,originResponse:!1,failMessage:!0,validate:n=>n.data?.code===0,showError:n=>{F.ElNotification.error({message:n||"未知错误"})}}}),Ot=(n="/__vtj__/api/:type.json")=>(e,t)=>ee.send({url:n,method:"post",params:{type:e},data:{type:e,data:t}}),Tt=(n="/__vtj__/api/uploader.json")=>async(e,t)=>await ee.send({url:n,method:"post",data:{files:e,projectId:t},settings:{type:"data"}}).then(s=>s&&s[0]?s[0]:null).catch(()=>null);class B{api;pluginCaches={};uploader;constructor(){this.api=Ot(),this.uploader=Tt()}async getExtension(){console.log("BaseService.getExtension")}async init(e){return console.log("BaseService.init",e),{}}async saveProject(e){return!!await this.api("saveProject",e).catch(()=>!1)}async saveMaterials(e,t){return console.log("BaseService.saveMaterials",e,t),!1}async saveFile(e){return console.log("BaseService.saveFile",e),!1}async getFile(e){return console.log("BaseService.getFile",e),{}}async removeFile(e){return console.log("BaseService.removeFile",e),!1}async saveHistory(e){return console.log("BaseService.saveHistory",e),!1}async removeHistory(e){return console.log("BaseService.removeHistory",e),!1}async getHistory(e){return console.log("BaseService.getHistory",e),{}}async getHistoryItem(e,t){return console.log("BaseService.getHistoryItem",e,t),{}}async saveHistoryItem(e,t){return console.log("BaseService.saveHistoryItem",e,t),!1}async removeHistoryItem(e,t){return console.log("BaseService.removeHistoryItem",e,t),!1}async publish(e){return!!await this.api("publish",e).catch(()=>!1)}async publishFile(e,t){return!!await this.api("publishFile",{project:e,file:t}).catch(()=>!1)}async genVueContent(e,t){return await this.api("genVueContent",{project:e,dsl:t}).catch(()=>"")}async createRawPage(e){return await this.api("createRawPage",e).catch(()=>"")}async removeRawPage(e){return await this.api("removeRawPage",e).catch(()=>"")}async uploadStaticFile(e,t){return await this.uploader(e,t).catch(()=>null)}async getStaticFiles(e){return await this.api("getStaticFiles",e).catch(()=>[])}async removeStaticFile(e,t){return await this.api("removeStaticFile",{name:e,projectId:t}).catch(()=>"")}async clearStaticFiles(e){return await this.api("clearStaticFiles",e).catch(()=>"")}async getPluginMaterial(e){const{urls:t=[]}=e,s=t.filter(o=>ie(o))[0];if(!s)return null;const r=this.pluginCaches[s];return r||(this.pluginCaches[s]=ee.send({url:s,method:"get",settings:{validSuccess:!1,originResponse:!0}}).then(o=>o.data).catch(()=>null))}async genSource(e){return console.log("BaseService.genSource",e),""}}const w=new u.Storage({type:"local",expired:0,prefix:"__VTJ_"});class It extends B{init(e){const t=new b.ProjectModel(e),s=w.get(`project_${t.id}`),r=Object.assign(t.toDsl(),s||{});return w.save(`project_${t.id}`,r),Promise.resolve(r)}saveProject(e){const t=new b.ProjectModel(e);return w.save(`project_${t.id}`,t.toDsl()),Promise.resolve(!0)}saveMaterials(e,t){return w.save(`materials_${e.id}`,u.mapToObject(t)),Promise.resolve(!0)}saveFile(e){return w.save(`file_${e.id}`,e),Promise.resolve(!0)}getFile(e){const t=w.get(`file_${e}`);return t?Promise.resolve(t):Promise.reject(null)}removeFile(e){return w.remove(`file_${e}`),Promise.resolve(!0)}saveHistory(e){return w.save(`history_${e.id}`,e),Promise.resolve(!0)}removeHistory(e){const t=w.get(`history_${e}`);if(t){const r=(t.items||[]).map(o=>o.id);this.removeHistoryItem(e,r),w.remove(`history_${e}`)}return Promise.resolve(!0)}getHistory(e){const t=w.get(`history_${e}`),s=new b.HistoryModel(t||{id:e});return Promise.resolve(s.toDsl())}getHistoryItem(e,t){const s=w.get(`history_${e}_${t}`);return Promise.resolve(s)}saveHistoryItem(e,t){return w.save(`history_${e}_${t.id}`,t),Promise.resolve(!0)}removeHistoryItem(e,t){return t.forEach(s=>{w.remove(`history_${e}_${s}`)}),Promise.resolve(!0)}}class Re extends B{projects={};materials={};files={};histories={};historyItems={};init(e){const t=new b.ProjectModel(e),s=this.projects[t.id]||{},r=Object.assign(t.toDsl(),s);return this.projects[r.id]=r,Promise.resolve(r)}saveProject(e){const t=new b.ProjectModel(e);return this.projects[t.id]=t.toDsl(),Promise.resolve(!0)}saveMaterials(e,t){return e.id&&(this.materials[e.id]=u.mapToObject(t)),Promise.resolve(!0)}saveFile(e){return this.files[e.id]=e,Promise.resolve(!0)}getFile(e){const t=this.files[e];return t?Promise.resolve(t):Promise.reject(null)}removeFile(e){return delete this.files[e],Promise.resolve(!0)}saveHistory(e){return this.histories[e.id]=e,Promise.resolve(!0)}removeHistory(e){const t=this.histories[e];if(t){const r=(t.items||[]).map(o=>o.id);this.removeHistoryItem(e,r),delete this.historyItems[e]}return Promise.resolve(!0)}getHistory(e){const t=this.histories[e],s=new b.HistoryModel(t||{id:e});return Promise.resolve(s)}getHistoryItem(e,t){const s=`${e}_${t}`,r=this.historyItems[s]||{};return Promise.resolve(r)}saveHistoryItem(e,t){const s=`${e}_${t.id}`;return this.historyItems[s]=t,Promise.resolve(!0)}removeHistoryItem(e,t){return t.forEach(s=>{const r=`${e}_${s}`;delete this.historyItems[r]}),Promise.resolve(!0)}}let T=null;function Dt(){return T||(T=new Re,T)}class Ht extends B{getFileCaches={};async getExtension(){return await this.api("getExtension",{}).catch(()=>{})}async init(e){return await this.api("init",e).catch(()=>null)||{}}async saveProject(e){return!!await this.api("saveProject",e).catch(()=>!1)}async saveMaterials(e,t){return!!await this.api("saveMaterials",{project:e,materials:u.mapToObject(t)}).catch(()=>!1)}async saveFile(e){return!!await this.api("saveFile",e).catch(()=>!1)}async getFile(e){const t=this.getFileCaches[e];return t||(this.getFileCaches[e]=this.api("getFile",e).catch(()=>null)).finally(()=>{delete this.getFileCaches[e]})}async removeFile(e){return!!await this.api("removeFile",e).catch(()=>!1)}async saveHistory(e){return!!await this.api("saveHistory",e).catch(()=>!1)}async removeHistory(e){return!!await this.api("removeHistory",e).catch(()=>!1)}async getHistory(e){return await this.api("getHistory",e).catch(()=>null)||{}}async getHistoryItem(e,t){return await this.api("getHistoryItem",{fId:e,id:t}).catch(()=>null)||{}}async saveHistoryItem(e,t){return!!await this.api("saveHistoryItem",{fId:e,item:t}).catch(()=>!1)}async removeHistoryItem(e,t){return!!await this.api("removeHistoryItem",{fId:e,ids:t}).catch(()=>!1)}}function ke(n,e,t=[]){return t.map(s=>{const{id:r,title:o,icon:a,children:i,hidden:l}=s;return{id:r,title:o,icon:a,hidden:l,url:`${n}/${e}/${r}`,children:i&&i.length?ke(n,e,i):void 0}})}function xe(n,e){if(!e)return n;let t=[];for(const s of n)if(s.children&&s.children.length){const r=xe(s.children,e);r.length&&(s.children=r,t.push(s))}else e.can(s.id.toString())&&t.push(s);return t}function Nt(n){const{menuPathPrefix:e="",pageRouteName:t="page",disableMenusFilter:s=!1}=n||{},r=Z(),o=ne.useRoute(),a=we(),i=f.ref(!1),l=f.ref(!1),c=r.project;f.watchEffect(()=>{const{name:p,params:v,meta:h}=o;if(p===R){const g=r.getPage(v.id);i.value=!g?.mask,l.value=!!g?.pure}else if(p===A){const g=r.getHomepage();i.value=!g?.mask,l.value=!!g?.pure}else i.value=!h.mask,l.value=!!h.pure});const m=ke(e,t,c?.pages),d=c?.config;return{disabled:i,logo:d?.logo,themeSwitchable:d?.themeSwitchable,title:d?.title||c?.description||c?.name||"VTJ App",menus:s?m:xe(m,a),pure:l}}exports.ACCESS_KEY=W;exports.Access=Ve;exports.BUILT_IN_DIRECTIVES=re;exports.BaseService=B;exports.CONTEXT_HOST=J;exports.Context=Se;exports.ContextMode=S;exports.DATA_TYPES=oe;exports.HOMEPAGE_ROUTE_NAME=A;exports.JSCodeToString=Le;exports.LIFE_CYCLES_LIST=Ne;exports.LocalService=Ht;exports.MemoryService=Re;exports.NodeEnv=Pe;exports.PAGE_ROUTE_NAME=R;exports.Provider=Ce;exports.Startup=$e;exports.StorageService=It;exports.VTJ_RENDERER_VERSION=C;exports.adoptedStyleSheets=z;exports.createAssetScripts=Ue;exports.createAssetsCss=Be;exports.createDataSources=je;exports.createLoader=D;exports.createMemoryService=Dt;exports.createMetaApi=ge;exports.createProvider=Mt;exports.createRenderer=I;exports.createSchemaApi=me;exports.createSchemaApis=ve;exports.defaultLoader=Ee;exports.fillBasePath=x;exports.getModifiers=Y;exports.getPlugin=G;exports.getRawComponent=le;exports.isCSSUrl=N;exports.isJSCode=he;exports.isJSExpression=E;exports.isJSFunction=O;exports.isJSON=ie;exports.isJSUrl=U;exports.isVuePlugin=fe;exports.loadCss=ue;exports.loadCssUrl=de;exports.loadScriptUrl=pe;exports.mockApi=_e;exports.mockApis=ye;exports.mockCleanup=K;exports.nodeRender=M;exports.parseDeps=ce;exports.parseExpression=k;exports.parseFunction=q;exports.providerKey=X;exports.removeProdFlag=ae;exports.toString=V;exports.useAccess=we;exports.useMask=Nt;exports.useProvider=Z;
|
75
|
+
}`);const t=n,s=()=>{if(typeof window<"u"){if(t.link){typeof t.link=="function"?t.link():window.location.href=t.link;return}let o=(window.__VTJ_LINK__||{}).href||window.location.pathname+"__vtj__/#/";window.location.href=o}};return(r,o)=>(f.openBlock(),f.createElementBlock("div",Pt,[f.createElementVNode("div",Ct,[f.createElementVNode("h1",Rt,[f.createElementVNode("span",kt,f.toDisplayString(t.name),1)]),f.createElementVNode("div",xt,f.toDisplayString(t.tagline),1),f.createElementVNode("div",At,[f.createElementVNode("button",{"data-l-h6o7ki7":"",onClick:s},f.toDisplayString(t.actionText),1)])])]))}}),Ft=f.defineComponent({name:"VtjStartupContainer",render(){return f.h($e)}}),X=Symbol("Provider");var Pe=(n=>(n.Production="production",n.Development="development",n))(Pe||{});class Ce extends b.Base{constructor(e){super(),this.options=e;const{service:t,mode:s=w.Raw,dependencies:r,materials:o,project:a={},adapter:i={},globals:l={},modules:c={},router:h=null,materialPath:d="./",nodeEnv:p="development"}=e;this.mode=s,this.modules=c,this.service=t,this.router=h,this.materialPath=d,this.nodeEnv=p,r&&(this.dependencies=r),o&&(this.materials=o),Object.assign(this.globals,l),Object.assign(this.adapter,i);const{access:m,request:v}=this.adapter;m&&m.connect({mode:s,router:h,request:v}),a&&s!==w.Design?this.load(a):this.project=a}mode;globals={};modules={};adapter={request:Je,jsonp:u.jsonp};apis={};dependencies={};materials={};library={};service;project=null;components={};nodeEnv="development";router=null;materialPath="./";urlDslCaches={};async load(e){const t=this.modules[`.vtj/projects/${e.id}.json`];if(this.project=t?await t():await this.service.init(e),!this.project)throw new Error("project is null");const{apis:s=[],meta:r=[]}=this.project,o=window;o.CKEDITOR_VERSION=void 0,await this.loadDependencies(o),await this.loadAssets(o),this.apis=ve(s,r,this.adapter),K(),this.project.config?.mock&&ye(s),this.initRouter(),this.triggerReady()}async loadDependencies(e){const t=Object.entries(this.dependencies);for(const[s,r]of t)e[s]||(e[s]=await r())}async loadAssets(e){const{dependencies:t=[]}=this.project,{dependencies:s,library:r,components:o,materialPath:a,nodeEnv:i}=this,{libraryExports:l,libraryMap:c,materials:h,materialExports:d,materialMapLibrary:p}=ce(t,a,i==="development");for(const m of l){const v=s[m],g=e[m];if(g)r[m]=g;else if(v)e[m]=r[m]=await v();else{const j=c[m]||[];for(const y of j)N(y)&&await ue(m,u.url.append(y,{v:C})),U(y)&&await u.loadScript(u.url.append(y,{v:C}));r[m]=e[m]}}if(i==="development"){for(const v of h)await u.loadScript(u.url.append(v,{v:C}));const m=this.materials||{};for(const v of d){const g=e[p[v]],j=b.BUILT_IN_COMPONENTS[v];if(j)g&&j.forEach(y=>{o[y]=g[y]});else{const y=m[v]?(await m[v]()).default:e[v];y&&g&&(y.components||[]).forEach(E=>{o[E.name]=le(E,g)})}}}}initRouter(){const{router:e,project:t,options:s,adapter:r}=this;if(!e)return;const{routeAppendTo:o,pageRouteName:a="page",routeMeta:i}=s,l=o?"":"/",c={path:`${l}${a}/:id`,name:R,component:se},h={path:l,name:A,component:t?.homepage?se:r.startupComponent||Ft,meta:i};e.hasRoute(R)&&e.removeRoute(R),e.hasRoute(A)&&e.removeRoute(A),o?(e.addRoute(o,c),e.addRoute(o,h)):(e.addRoute(c),e.addRoute(h))}install(e){const t=e.config.globalProperties.installed||{};for(const[s,r]of Object.entries(this.library))!t[s]&&fe(r)&&(e.use(r),t[s]=!0);this.options.install&&e.use(this.options.install),this.adapter.access&&e.use(this.adapter.access),e.provide(X,this),e.config.globalProperties.installed=t,this.mode===w.Design&&(e.config.errorHandler=(s,r,o)=>{const a=r?.$options.name,i=typeof s=="string"?s:s?.message||s?.msg||"未知错误",l=`[ ${a} ] ${i} ${o}`;console.error("[VTJ Error]:",{err:s,instance:r,info:o},s?.stack),F.ElNotification.error({title:"未处理的异常:请在控制台查看详情",message:l})})}getFile(e){const{blocks:t=[]}=this.project||{};return this.getPage(e)||t.find(s=>s.id===e)||null}getPage(e){const{pages:t=[]}=this.project||{},s=(r,o=[])=>{for(const a of o){if(a.id===r)return a;if(a.children&&a.children.length){const i=s(r,a.children);if(i)return i}}};return s(e,t)||null}getHomepage(){const{homepage:e}=this.project||{};return e?this.getPage(e):null}async getDsl(e){const t=this.modules[`.vtj/files/${e}.json`];return t?await t():this.service.getFile(e,this.project||void 0).catch(()=>null)}async getDslByUrl(e){const t=this.urlDslCaches[e];return t||(this.urlDslCaches[e]=this.adapter.request.send({url:e,method:"get",settings:{validSuccess:!1,originResponse:!0}}).then(s=>s.data).catch(()=>null))}createDslRenderer(e,t={}){const{library:s,components:r,mode:o,apis:a}=this,i={mode:o,Vue:s.Vue,components:r,libs:s,apis:a,window,...t},l=D({getDsl:async c=>await this.getDsl(c)||null,getDslByUrl:async c=>await this.getDslByUrl(c)||null,options:i});return I({...i,dsl:e,loader:l})}async getRenderComponent(e,t){const s=this.getFile(e);if(!s)return u.logger.warn(`Can not find file: ${e}`),null;t&&t(s);const r=`.vtj/vue/${e}.vue`,o=this.modules[r];if(o)return(await o())?.default;const a=await this.getDsl(s.id);return a?this.createDslRenderer(a).renderer:(u.logger.warn(`Can not find dsl: ${e}`),null)}defineUrlSchemaComponent(e,t){return f.defineAsyncComponent(async()=>{const s=await this.getDslByUrl(e);return s?(s.name=t||s.name,this.createDslRenderer(s).renderer):null})}definePluginComponent(e){return f.defineAsyncComponent(async()=>await G(e,window))}}function Mt(n){const e=new Ce(n);return{provider:e,onReady:s=>e.ready(s)}}function Z(n={}){const e=f.inject(X);if(!e)throw new Error("Can not find provider");if(e.nodeEnv==="development"){const{id:t,version:s}=n;t&&s&&(async()=>{const r=await e.getDsl(t);r?.__VERSION__!==s&&F.ElNotification.warning({title:r?.name,message:"当前组件源码版本与运行时版本不一致,请重新发布组件"})})()}return e}const ee=new u.Request({settings:{type:"json",validSuccess:!0,originResponse:!1,failMessage:!0,validate:n=>n.data?.code===0,showError:n=>{F.ElNotification.error({message:n||"未知错误"})}}}),Ot=(n="/__vtj__/api/:type.json")=>(e,t)=>ee.send({url:n,method:"post",params:{type:e},data:{type:e,data:t}}),Tt=(n="/__vtj__/api/uploader.json")=>async(e,t)=>await ee.send({url:n,method:"post",data:{files:e,projectId:t},settings:{type:"data"}}).then(s=>s&&s[0]?s[0]:null).catch(()=>null);class B{api;pluginCaches={};uploader;constructor(){this.api=Ot(),this.uploader=Tt()}async getExtension(){console.log("BaseService.getExtension")}async init(e){return console.log("BaseService.init",e),{}}async saveProject(e){return!!await this.api("saveProject",e).catch(()=>!1)}async saveMaterials(e,t){return console.log("BaseService.saveMaterials",e,t),!1}async saveFile(e){return console.log("BaseService.saveFile",e),!1}async getFile(e){return console.log("BaseService.getFile",e),{}}async removeFile(e){return console.log("BaseService.removeFile",e),!1}async saveHistory(e){return console.log("BaseService.saveHistory",e),!1}async removeHistory(e){return console.log("BaseService.removeHistory",e),!1}async getHistory(e){return console.log("BaseService.getHistory",e),{}}async getHistoryItem(e,t){return console.log("BaseService.getHistoryItem",e,t),{}}async saveHistoryItem(e,t){return console.log("BaseService.saveHistoryItem",e,t),!1}async removeHistoryItem(e,t){return console.log("BaseService.removeHistoryItem",e,t),!1}async publish(e){return!!await this.api("publish",e).catch(()=>!1)}async publishFile(e,t){return!!await this.api("publishFile",{project:e,file:t}).catch(()=>!1)}async genVueContent(e,t){return await this.api("genVueContent",{project:e,dsl:t}).catch(()=>"")}async createRawPage(e){return await this.api("createRawPage",e).catch(()=>"")}async removeRawPage(e){return await this.api("removeRawPage",e).catch(()=>"")}async uploadStaticFile(e,t){return await this.uploader(e,t).catch(()=>null)}async getStaticFiles(e){return await this.api("getStaticFiles",e).catch(()=>[])}async removeStaticFile(e,t){return await this.api("removeStaticFile",{name:e,projectId:t}).catch(()=>"")}async clearStaticFiles(e){return await this.api("clearStaticFiles",e).catch(()=>"")}async getPluginMaterial(e){const{urls:t=[]}=e,s=t.filter(o=>ie(o))[0];if(!s)return null;const r=this.pluginCaches[s];return r||(this.pluginCaches[s]=ee.send({url:s,method:"get",settings:{validSuccess:!1,originResponse:!0}}).then(o=>o.data).catch(()=>null))}async genSource(e){return console.log("BaseService.genSource",e),""}}const _=new u.Storage({type:"local",expired:0,prefix:"__VTJ_"});class It extends B{init(e){const t=new b.ProjectModel(e),s=_.get(`project_${t.id}`),r=Object.assign(t.toDsl(),s||{});return _.save(`project_${t.id}`,r),Promise.resolve(r)}saveProject(e){const t=new b.ProjectModel(e);return _.save(`project_${t.id}`,t.toDsl()),Promise.resolve(!0)}saveMaterials(e,t){return _.save(`materials_${e.id}`,u.mapToObject(t)),Promise.resolve(!0)}saveFile(e){return _.save(`file_${e.id}`,e),Promise.resolve(!0)}getFile(e){const t=_.get(`file_${e}`);return t?Promise.resolve(t):Promise.reject(null)}removeFile(e){return _.remove(`file_${e}`),Promise.resolve(!0)}saveHistory(e){return _.save(`history_${e.id}`,e),Promise.resolve(!0)}removeHistory(e){const t=_.get(`history_${e}`);if(t){const r=(t.items||[]).map(o=>o.id);this.removeHistoryItem(e,r),_.remove(`history_${e}`)}return Promise.resolve(!0)}getHistory(e){const t=_.get(`history_${e}`),s=new b.HistoryModel(t||{id:e});return Promise.resolve(s.toDsl())}getHistoryItem(e,t){const s=_.get(`history_${e}_${t}`);return Promise.resolve(s)}saveHistoryItem(e,t){return _.save(`history_${e}_${t.id}`,t),Promise.resolve(!0)}removeHistoryItem(e,t){return t.forEach(s=>{_.remove(`history_${e}_${s}`)}),Promise.resolve(!0)}}class Re extends B{projects={};materials={};files={};histories={};historyItems={};init(e){const t=new b.ProjectModel(e),s=this.projects[t.id]||{},r=Object.assign(t.toDsl(),s);return this.projects[r.id]=r,Promise.resolve(r)}saveProject(e){const t=new b.ProjectModel(e);return this.projects[t.id]=t.toDsl(),Promise.resolve(!0)}saveMaterials(e,t){return e.id&&(this.materials[e.id]=u.mapToObject(t)),Promise.resolve(!0)}saveFile(e){return this.files[e.id]=e,Promise.resolve(!0)}getFile(e){const t=this.files[e];return t?Promise.resolve(t):Promise.reject(null)}removeFile(e){return delete this.files[e],Promise.resolve(!0)}saveHistory(e){return this.histories[e.id]=e,Promise.resolve(!0)}removeHistory(e){const t=this.histories[e];if(t){const r=(t.items||[]).map(o=>o.id);this.removeHistoryItem(e,r),delete this.historyItems[e]}return Promise.resolve(!0)}getHistory(e){const t=this.histories[e],s=new b.HistoryModel(t||{id:e});return Promise.resolve(s)}getHistoryItem(e,t){const s=`${e}_${t}`,r=this.historyItems[s]||{};return Promise.resolve(r)}saveHistoryItem(e,t){const s=`${e}_${t.id}`;return this.historyItems[s]=t,Promise.resolve(!0)}removeHistoryItem(e,t){return t.forEach(s=>{const r=`${e}_${s}`;delete this.historyItems[r]}),Promise.resolve(!0)}}let T=null;function Dt(){return T||(T=new Re,T)}class Ht extends B{getFileCaches={};async getExtension(){return await this.api("getExtension",{}).catch(()=>{})}async init(e){return await this.api("init",e).catch(()=>null)||{}}async saveProject(e){return!!await this.api("saveProject",e).catch(()=>!1)}async saveMaterials(e,t){return!!await this.api("saveMaterials",{project:e,materials:u.mapToObject(t)}).catch(()=>!1)}async saveFile(e){return!!await this.api("saveFile",e).catch(()=>!1)}async getFile(e){const t=this.getFileCaches[e];return t||(this.getFileCaches[e]=this.api("getFile",e).catch(()=>null)).finally(()=>{delete this.getFileCaches[e]})}async removeFile(e){return!!await this.api("removeFile",e).catch(()=>!1)}async saveHistory(e){return!!await this.api("saveHistory",e).catch(()=>!1)}async removeHistory(e){return!!await this.api("removeHistory",e).catch(()=>!1)}async getHistory(e){return await this.api("getHistory",e).catch(()=>null)||{}}async getHistoryItem(e,t){return await this.api("getHistoryItem",{fId:e,id:t}).catch(()=>null)||{}}async saveHistoryItem(e,t){return!!await this.api("saveHistoryItem",{fId:e,item:t}).catch(()=>!1)}async removeHistoryItem(e,t){return!!await this.api("removeHistoryItem",{fId:e,ids:t}).catch(()=>!1)}}function ke(n,e,t=[]){return t.map(s=>{const{id:r,title:o,icon:a,children:i,hidden:l}=s;return{id:r,title:o,icon:a,hidden:l,url:`${n}/${e}/${r}`,children:i&&i.length?ke(n,e,i):void 0}})}function xe(n,e){if(!e)return n;let t=[];for(const s of n)if(s.children&&s.children.length){const r=xe(s.children,e);r.length&&(s.children=r,t.push(s))}else e.can(s.id.toString())&&t.push(s);return t}function Nt(n){const{menuPathPrefix:e="",pageRouteName:t="page",disableMenusFilter:s=!1}=n||{},r=Z(),o=ne.useRoute(),a=we(),i=f.ref(!1),l=f.ref(!1),c=r.project;f.watchEffect(()=>{const{name:p,params:m,meta:v}=o;if(p===R){const g=r.getPage(m.id);i.value=!g?.mask,l.value=!!g?.pure}else if(p===A){const g=r.getHomepage();i.value=!g?.mask,l.value=!!g?.pure}else i.value=!v.mask,l.value=!!v.pure});const h=ke(e,t,c?.pages),d=c?.config;return{disabled:i,logo:d?.logo,themeSwitchable:d?.themeSwitchable,title:d?.title||c?.description||c?.name||"VTJ App",menus:s?h:xe(h,a),pure:l}}exports.ACCESS_KEY=W;exports.Access=Ve;exports.BUILT_IN_DIRECTIVES=re;exports.BaseService=B;exports.CONTEXT_HOST=J;exports.Context=Se;exports.ContextMode=w;exports.DATA_TYPES=oe;exports.HOMEPAGE_ROUTE_NAME=A;exports.JSCodeToString=Le;exports.LIFE_CYCLES_LIST=Ne;exports.LocalService=Ht;exports.MemoryService=Re;exports.NodeEnv=Pe;exports.PAGE_ROUTE_NAME=R;exports.Provider=Ce;exports.Startup=$e;exports.StorageService=It;exports.VTJ_RENDERER_VERSION=C;exports.adoptedStyleSheets=z;exports.createAssetScripts=Ue;exports.createAssetsCss=Be;exports.createDataSources=je;exports.createLoader=D;exports.createMemoryService=Dt;exports.createMetaApi=ge;exports.createProvider=Mt;exports.createRenderer=I;exports.createSchemaApi=me;exports.createSchemaApis=ve;exports.defaultLoader=Ee;exports.fillBasePath=x;exports.getModifiers=Y;exports.getPlugin=G;exports.getRawComponent=le;exports.isCSSUrl=N;exports.isJSCode=he;exports.isJSExpression=S;exports.isJSFunction=O;exports.isJSON=ie;exports.isJSUrl=U;exports.isVuePlugin=fe;exports.loadCss=ue;exports.loadCssUrl=de;exports.loadScriptUrl=pe;exports.mockApi=_e;exports.mockApis=ye;exports.mockCleanup=K;exports.nodeRender=M;exports.parseDeps=ce;exports.parseExpression=k;exports.parseFunction=q;exports.providerKey=X;exports.removeProdFlag=ae;exports.toString=V;exports.useAccess=we;exports.useMask=Nt;exports.useProvider=Z;
|
package/dist/index.mjs
CHANGED
@@ -8,11 +8,11 @@ import { useRoute as me } from "vue-router";
|
|
8
8
|
* Copyright (c) 2024, VTJ.PRO All rights reserved.
|
9
9
|
* @name @vtj/renderer
|
10
10
|
* @author CHC chenhuachun1549@dingtalk.com
|
11
|
-
* @version 0.9.0-alpha.
|
11
|
+
* @version 0.9.0-alpha.43
|
12
12
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
13
13
|
*/
|
14
|
-
const x = "0.9.0-alpha.
|
15
|
-
var
|
14
|
+
const x = "0.9.0-alpha.43";
|
15
|
+
var y = /* @__PURE__ */ ((n) => (n.Runtime = "Runtime", n.Design = "Design", n.Raw = "Raw", n.VNode = "VNode", n))(y || {});
|
16
16
|
const ie = [
|
17
17
|
"$el",
|
18
18
|
"$emit",
|
@@ -74,19 +74,19 @@ function st(n, e = !1) {
|
|
74
74
|
return e && n.endsWith(".prod.js") ? n.replace(".prod.js", ".js") : n;
|
75
75
|
}
|
76
76
|
function nt(n, e, t = !1) {
|
77
|
-
const s = n.filter((d) => !!d.enabled), r = [], o = [], a = [], i = [], l = {}, c = {},
|
77
|
+
const s = n.filter((d) => !!d.enabled), r = [], o = [], a = [], i = [], l = {}, c = {}, p = [], u = {};
|
78
78
|
return s.forEach(
|
79
|
-
({ urls: d, assetsUrl:
|
79
|
+
({ urls: d, assetsUrl: f, library: m, assetsLibrary: h, localeLibrary: _ }) => {
|
80
80
|
d?.forEach((g) => {
|
81
81
|
X(g) && r.push(st(g, t)), Q(g) && o.push(g);
|
82
|
-
}),
|
82
|
+
}), m && (i.push(m), l[m] = A(d || [], e), _ && (c[m] = _)), f && a.push(f), h && p.push(h), m && h && (u[h] = m);
|
83
83
|
}
|
84
84
|
), {
|
85
85
|
scripts: A(r, e),
|
86
86
|
css: A(o, e),
|
87
87
|
materials: A(a, e),
|
88
88
|
libraryExports: i,
|
89
|
-
materialExports: Ce(
|
89
|
+
materialExports: Ce(p),
|
90
90
|
materialMapLibrary: u,
|
91
91
|
libraryMap: l,
|
92
92
|
libraryLocaleMap: c
|
@@ -134,8 +134,8 @@ async function at(n, e, t = window) {
|
|
134
134
|
const c = s.createElement("script");
|
135
135
|
c.src = l, c.onload = () => {
|
136
136
|
o = t[e], o ? a(o.default || o) : i(null);
|
137
|
-
}, c.onerror = (
|
138
|
-
i(
|
137
|
+
}, c.onerror = (p) => {
|
138
|
+
i(p);
|
139
139
|
}, r.appendChild(c);
|
140
140
|
}
|
141
141
|
});
|
@@ -168,14 +168,14 @@ function ae(n, e, t = !1, s = !1) {
|
|
168
168
|
throw new Error(`"${n.value}" not a function`);
|
169
169
|
return r;
|
170
170
|
}
|
171
|
-
function
|
171
|
+
function w(n) {
|
172
172
|
return n && n.type === "JSExpression";
|
173
173
|
}
|
174
174
|
function N(n) {
|
175
175
|
return typeof n == "object" && n && n.type === "JSFunction";
|
176
176
|
}
|
177
177
|
function lt(n) {
|
178
|
-
return
|
178
|
+
return w(n) || N(n);
|
179
179
|
}
|
180
180
|
function js(n) {
|
181
181
|
return lt(n) ? n.value : JSON.stringify(n);
|
@@ -257,8 +257,8 @@ function mt(n, e) {
|
|
257
257
|
if (t && s) {
|
258
258
|
const r = Ie(`${t}(.*)`), o = Oe(t, { decode: decodeURIComponent }), a = F(s, {}, !0);
|
259
259
|
n.mock(r, (i) => {
|
260
|
-
const l = R.parse(i.url) || {}, c = i.body instanceof FormData ? Me(i.body) : i.body,
|
261
|
-
return Object.assign(i, { data: c, params: l, query:
|
260
|
+
const l = R.parse(i.url) || {}, c = i.body instanceof FormData ? Me(i.body) : i.body, p = o(i.url)?.params;
|
261
|
+
return Object.assign(i, { data: c, params: l, query: p }), n.mock(a(i));
|
262
262
|
});
|
263
263
|
}
|
264
264
|
}
|
@@ -281,13 +281,13 @@ const gt = {
|
|
281
281
|
class $s {
|
282
282
|
options;
|
283
283
|
data = null;
|
284
|
-
mode =
|
284
|
+
mode = y.Raw;
|
285
285
|
constructor(e) {
|
286
286
|
this.options = Object.assign({}, gt, e), this.loadData();
|
287
287
|
}
|
288
288
|
connect(e) {
|
289
289
|
const { mode: t, router: s, request: r } = e;
|
290
|
-
this.mode = t, s && this.mode ===
|
290
|
+
this.mode = t, s && this.mode === y.Raw && this.setGuard(s), r && this.setRequest(r);
|
291
291
|
}
|
292
292
|
login(e) {
|
293
293
|
const { storageKey: t, storagePrefix: s, session: r, authKey: o } = this.options;
|
@@ -377,7 +377,7 @@ class $s {
|
|
377
377
|
setGuard(e) {
|
378
378
|
e.beforeEach((t, s, r) => this.guard(t, r));
|
379
379
|
}
|
380
|
-
guard(e, t) {
|
380
|
+
async guard(e, t) {
|
381
381
|
if (this.isWhiteList(e) || this.isAuthPath(e))
|
382
382
|
return t();
|
383
383
|
if (this.isLogined()) {
|
@@ -385,7 +385,7 @@ class $s {
|
|
385
385
|
return t();
|
386
386
|
{
|
387
387
|
const { noPermissionMessage: s = "无权限访问", unauthorized: r = !1 } = this.options;
|
388
|
-
return this.showTip(s), V(r) ? (r(), t(!1)) : j(r) ? t(r) : t(!1);
|
388
|
+
return await this.showTip(s), V(r) ? (r(), t(!1)) : j(r) ? t(r) : t(!1);
|
389
389
|
}
|
390
390
|
}
|
391
391
|
t(!1), this.toLogin();
|
@@ -476,7 +476,7 @@ class yt {
|
|
476
476
|
}
|
477
477
|
__parseFunction(e) {
|
478
478
|
if (e)
|
479
|
-
if (this.__mode ===
|
479
|
+
if (this.__mode === y.Runtime) {
|
480
480
|
const { id: t, type: s } = e, r = t ? this.__transform[t] ?? e.value : e.value;
|
481
481
|
return ae({ type: s, value: r }, this);
|
482
482
|
} else
|
@@ -484,14 +484,14 @@ class yt {
|
|
484
484
|
}
|
485
485
|
__parseExpression(e) {
|
486
486
|
if (e)
|
487
|
-
if (this.__mode ===
|
487
|
+
if (this.__mode === y.Runtime) {
|
488
488
|
const { id: t, type: s } = e, r = t ? this.__transform[t] ?? e.value : e.value;
|
489
489
|
return F({ type: s, value: r }, this);
|
490
490
|
} else
|
491
491
|
return F(e, this);
|
492
492
|
}
|
493
493
|
__ref(e = null, t) {
|
494
|
-
if (this.__mode !==
|
494
|
+
if (this.__mode !== y.VNode)
|
495
495
|
return e && e !== this.__id && (this.__contextRefs[e] = this), async (s) => {
|
496
496
|
await ue(0);
|
497
497
|
let r = s?.$vtjEl || s?.$el || s?._?.vnode?.el || s;
|
@@ -499,7 +499,7 @@ class yt {
|
|
499
499
|
typeof t == "string" && (delete this.$refs[t], e && delete this.__refs[e]);
|
500
500
|
return;
|
501
501
|
}
|
502
|
-
if (r.nodeType === 3 && r.nextSibling && (r = r.nextSibling), r.__vtj__ = e,
|
502
|
+
if (r.nodeType === 3 && r.nextSibling && (r = r.nextSibling), r.__vtj__ = e, y.Design === this.__mode && (r.__context__ = this, r.draggable = !0), e && (this.__refs[e] = s), typeof t == "function")
|
503
503
|
t(s);
|
504
504
|
else if (t) {
|
505
505
|
const o = this.$refs[t];
|
@@ -523,7 +523,7 @@ class yt {
|
|
523
523
|
function K(n) {
|
524
524
|
const {
|
525
525
|
Vue: e = H,
|
526
|
-
mode: t =
|
526
|
+
mode: t = y.Runtime,
|
527
527
|
components: s = {},
|
528
528
|
libs: r = {},
|
529
529
|
apis: o = {},
|
@@ -536,7 +536,7 @@ function K(n) {
|
|
536
536
|
mode: t,
|
537
537
|
dsl: i.value,
|
538
538
|
attrs: l
|
539
|
-
}),
|
539
|
+
}), p = e.defineComponent({
|
540
540
|
name: i.value.name,
|
541
541
|
props: {
|
542
542
|
...wt(i.value.props ?? [], c)
|
@@ -547,16 +547,16 @@ function K(n) {
|
|
547
547
|
i.value.id,
|
548
548
|
i.value.css || ""
|
549
549
|
), c.state = St(e, i.value.state ?? {}, c);
|
550
|
-
const d = jt(e, i.value.computed ?? {}, c),
|
550
|
+
const d = jt(e, i.value.computed ?? {}, c), f = $t(i.value.methods ?? {}, c), m = bt(e, i.value.inject, c), h = Et(
|
551
551
|
i.value.dataSources || {},
|
552
552
|
c
|
553
|
-
),
|
554
|
-
...p,
|
555
|
-
...d,
|
553
|
+
), _ = {
|
556
554
|
...m,
|
555
|
+
...d,
|
556
|
+
...f,
|
557
557
|
...h
|
558
558
|
};
|
559
|
-
return c.setup(
|
559
|
+
return c.setup(_, e), Pt(e, i.value.watch ?? [], c), {
|
560
560
|
vtj: c
|
561
561
|
};
|
562
562
|
},
|
@@ -570,7 +570,7 @@ function K(n) {
|
|
570
570
|
...Rt(i.value.lifeCycles ?? {}, c)
|
571
571
|
});
|
572
572
|
return {
|
573
|
-
renderer: e.markRaw(
|
573
|
+
renderer: e.markRaw(p),
|
574
574
|
context: c
|
575
575
|
};
|
576
576
|
}
|
@@ -585,7 +585,7 @@ function wt(n = [], e) {
|
|
585
585
|
name: s.name,
|
586
586
|
type: s.type,
|
587
587
|
required: s.required,
|
588
|
-
default:
|
588
|
+
default: w(s.default) ? e.__parseExpression(s.default) : s.default
|
589
589
|
}).reduce(
|
590
590
|
(s, r) => (s[r.name] = {
|
591
591
|
type: t(r.type),
|
@@ -600,7 +600,7 @@ function St(n, e, t) {
|
|
600
600
|
Object.keys(e || {}).reduce(
|
601
601
|
(s, r) => {
|
602
602
|
let o = e[r];
|
603
|
-
return
|
603
|
+
return w(o) ? o = t.__parseExpression(o) : N(o) && (o = t.__parseFunction(o)), s[r] = o, s;
|
604
604
|
},
|
605
605
|
{}
|
606
606
|
)
|
@@ -623,7 +623,7 @@ function bt(n, e = [], t) {
|
|
623
623
|
(s, r) => {
|
624
624
|
const { name: o, from: a } = r || {};
|
625
625
|
r.default;
|
626
|
-
const i =
|
626
|
+
const i = w(a) ? t.__parseExpression(a) || o : a ?? o, l = w(r.default) ? t.__parseExpression(r.default) : r.default ?? null;
|
627
627
|
return s[o] = n.inject(i, l), s;
|
628
628
|
},
|
629
629
|
{}
|
@@ -679,7 +679,7 @@ function W(n) {
|
|
679
679
|
...s,
|
680
680
|
Vue: a,
|
681
681
|
dsl: i,
|
682
|
-
mode:
|
682
|
+
mode: y.Runtime,
|
683
683
|
loader: W(n)
|
684
684
|
}).renderer : null;
|
685
685
|
}) : o.type === "UrlSchema" && o.url ? a.defineAsyncComponent(async () => {
|
@@ -688,7 +688,7 @@ function W(n) {
|
|
688
688
|
...s,
|
689
689
|
Vue: a,
|
690
690
|
dsl: i,
|
691
|
-
mode:
|
691
|
+
mode: y.Runtime,
|
692
692
|
loader: W(n)
|
693
693
|
}).renderer : null;
|
694
694
|
}) : o.type === "Plugin" ? (o.library && J.push(o.library), a.defineAsyncComponent(async () => {
|
@@ -698,24 +698,24 @@ function W(n) {
|
|
698
698
|
}
|
699
699
|
function D(n, e, t = H, s = xt) {
|
700
700
|
if (!n || !n.name || n.invisible) return null;
|
701
|
-
const { id: r = null, directives: o = [] } = n, { vIf: a, vFor: i, vShow: l, vModels: c, vBind:
|
701
|
+
const { id: r = null, directives: o = [] } = n, { vIf: a, vFor: i, vShow: l, vModels: c, vBind: p } = kt(o);
|
702
702
|
if (a && !Ct(a, e))
|
703
703
|
return null;
|
704
704
|
const u = (d) => {
|
705
|
-
const
|
705
|
+
const f = d.$components, m = (() => {
|
706
706
|
if (n.name === "component")
|
707
707
|
return Ft(d, n.props?.is);
|
708
708
|
if (n.name === "slot") return n.name;
|
709
|
-
const
|
710
|
-
return j(
|
711
|
-
})(), h = At(r, n.props ?? {}, d),
|
709
|
+
const S = s(n.name, n.from, t);
|
710
|
+
return j(S) ? f[S] ?? S : S;
|
711
|
+
})(), h = At(r, n.props ?? {}, d), _ = It(t, n.events ?? {}, d);
|
712
712
|
if (n.name === "slot")
|
713
713
|
return Ot(t, n, h, d, s);
|
714
|
-
|
714
|
+
p && Object.assign(h, d.__parseExpression(p.value)), l && (h.style = Object.assign(
|
715
715
|
h.style ?? {},
|
716
716
|
Tt(l, d)
|
717
|
-
)), c.forEach((
|
718
|
-
Object.assign(h, Dt(t,
|
717
|
+
)), c.forEach((S) => {
|
718
|
+
Object.assign(h, Dt(t, S, d));
|
719
719
|
});
|
720
720
|
const g = Ht(
|
721
721
|
t,
|
@@ -724,7 +724,7 @@ function D(n, e, t = H, s = xt) {
|
|
724
724
|
s,
|
725
725
|
n
|
726
726
|
);
|
727
|
-
return t.createVNode(
|
727
|
+
return t.createVNode(m, { ...h, ..._ }, g);
|
728
728
|
};
|
729
729
|
return i ? Ut(i, u, e) : u(e);
|
730
730
|
}
|
@@ -745,13 +745,13 @@ function Ct(n, e) {
|
|
745
745
|
return !!e.__parseExpression(n.value);
|
746
746
|
}
|
747
747
|
function Ft(n, e) {
|
748
|
-
return e ?
|
748
|
+
return e ? w(e) ? n.__parseExpression(e) : e : "div";
|
749
749
|
}
|
750
750
|
function At(n, e, t) {
|
751
751
|
const s = Object.keys(e || {}).reduce(
|
752
752
|
(r, o) => {
|
753
753
|
let a = e[o];
|
754
|
-
return
|
754
|
+
return w(a) ? a = t.__parseExpression(a) : N(a) && (a = t.__parseFunction(a)), r[o] = a, r;
|
755
755
|
},
|
756
756
|
{}
|
757
757
|
);
|
@@ -765,8 +765,8 @@ function It(n, e, t) {
|
|
765
765
|
};
|
766
766
|
return Object.keys(e || {}).reduce(
|
767
767
|
(o, a) => {
|
768
|
-
const i = e[a], l = Se(i.modifiers), c = l.find((d) => s.includes(d)),
|
769
|
-
return u && (o[
|
768
|
+
const i = e[a], l = Se(i.modifiers), c = l.find((d) => s.includes(d)), p = "on" + Te(a) + (c && r[c] || ""), u = t.__parseFunction(i.handler);
|
769
|
+
return u && (o[p] = n.withModifiers(u, l)), o;
|
770
770
|
},
|
771
771
|
{}
|
772
772
|
);
|
@@ -777,7 +777,7 @@ function Se(n = {}, e = !1) {
|
|
777
777
|
}
|
778
778
|
function Ot(n, e, t, s, r) {
|
779
779
|
const { children: o } = e, a = Mt(e, s), i = s.$slots?.[a.name];
|
780
|
-
return i ? i(t) : o ? j(o) ? n.createTextVNode(o) :
|
780
|
+
return i ? i(t) : o ? j(o) ? n.createTextVNode(o) : w(o) ? n.createTextVNode(
|
781
781
|
ge(s.__parseExpression(o))
|
782
782
|
) : Array.isArray(o) ? o.map(
|
783
783
|
(l) => D(l, s, n, r)
|
@@ -786,7 +786,7 @@ function Ot(n, e, t, s, r) {
|
|
786
786
|
function Mt(n, e) {
|
787
787
|
const { props: t } = n, s = t?.name || "default";
|
788
788
|
return {
|
789
|
-
name:
|
789
|
+
name: w(s) ? e.__parseExpression(s) : s,
|
790
790
|
params: []
|
791
791
|
};
|
792
792
|
}
|
@@ -801,7 +801,7 @@ function Dt(n, e, t) {
|
|
801
801
|
value: e.value?.value ? `(v) => {
|
802
802
|
${e.value.value} = v;
|
803
803
|
}` : "(v) => {}"
|
804
|
-
}, r = t.__parseFunction(s), o = Se(e.modifiers), a =
|
804
|
+
}, r = t.__parseFunction(s), o = Se(e.modifiers), a = w(e.arg) ? t.__parseExpression(e.arg) : e.arg || "modelValue";
|
805
805
|
return {
|
806
806
|
[a]: t.__parseExpression(e.value),
|
807
807
|
[`onUpdate:${a}`]: o.length && r ? n.withModifiers(r, o) : r
|
@@ -811,7 +811,7 @@ function Ht(n, e, t, s, r) {
|
|
811
811
|
if (!e) return null;
|
812
812
|
if (j(e))
|
813
813
|
return { default: () => e };
|
814
|
-
if (
|
814
|
+
if (w(e))
|
815
815
|
return {
|
816
816
|
default: () => ge(t.__parseExpression(e))
|
817
817
|
};
|
@@ -819,10 +819,10 @@ function Ht(n, e, t, s, r) {
|
|
819
819
|
const o = Bt(e), a = (i) => !i || !r ? {} : r?.id && Object.keys(i).length ? {
|
820
820
|
[`scope_${r.id}`]: i
|
821
821
|
} : {};
|
822
|
-
return Object.entries(o).reduce((i, [l, { nodes: c, params:
|
823
|
-
const d =
|
822
|
+
return Object.entries(o).reduce((i, [l, { nodes: c, params: p }]) => (i[l] = (u) => {
|
823
|
+
const d = p.length ? De(u ?? {}, p) : a(u);
|
824
824
|
return c.map(
|
825
|
-
(
|
825
|
+
(f) => D(f, t.__clone(d), n, s)
|
826
826
|
);
|
827
827
|
}, i), {});
|
828
828
|
}
|
@@ -896,21 +896,21 @@ function Zt(n, e, t = {}) {
|
|
896
896
|
const a = Xt(() => s && "MutationObserver" in s), i = () => {
|
897
897
|
o && (o.disconnect(), o = void 0);
|
898
898
|
}, l = he(() => {
|
899
|
-
const d = Z(n),
|
900
|
-
return new Set(
|
899
|
+
const d = Z(n), f = (Array.isArray(d) ? d : [d]).map(Yt).filter(qt);
|
900
|
+
return new Set(f);
|
901
901
|
}), c = fe(
|
902
902
|
() => l.value,
|
903
903
|
(d) => {
|
904
|
-
i(), a.value && d.size && (o = new MutationObserver(e), d.forEach((
|
904
|
+
i(), a.value && d.size && (o = new MutationObserver(e), d.forEach((f) => o.observe(f, r)));
|
905
905
|
},
|
906
906
|
{ immediate: !0, flush: "post" }
|
907
|
-
),
|
907
|
+
), p = () => o?.takeRecords(), u = () => {
|
908
908
|
c(), i();
|
909
909
|
};
|
910
910
|
return Lt(u), {
|
911
911
|
isSupported: a,
|
912
912
|
stop: u,
|
913
|
-
takeRecords:
|
913
|
+
takeRecords: p
|
914
914
|
};
|
915
915
|
}
|
916
916
|
function es(n = null, e = {}) {
|
@@ -919,7 +919,7 @@ function es(n = null, e = {}) {
|
|
919
919
|
document: o = Gt,
|
920
920
|
restoreOnUnmount: a = (u) => u
|
921
921
|
} = e, i = (t = o?.title) != null ? t : "", l = zt((s = n ?? o?.title) != null ? s : null), c = n && typeof n == "function";
|
922
|
-
function
|
922
|
+
function p(u) {
|
923
923
|
if (!("titleTemplate" in e))
|
924
924
|
return u;
|
925
925
|
const d = e.titleTemplate || "%s";
|
@@ -928,13 +928,13 @@ function es(n = null, e = {}) {
|
|
928
928
|
return fe(
|
929
929
|
l,
|
930
930
|
(u, d) => {
|
931
|
-
u !== d && o && (o.title =
|
931
|
+
u !== d && o && (o.title = p(typeof u == "string" ? u : ""));
|
932
932
|
},
|
933
933
|
{ immediate: !0 }
|
934
934
|
), e.observe && !e.titleTemplate && o && !c && Zt(
|
935
935
|
(r = o.head) == null ? void 0 : r.querySelector("title"),
|
936
936
|
() => {
|
937
|
-
o && o.title !== l.value && (l.value =
|
937
|
+
o && o.title !== l.value && (l.value = p(o.title));
|
938
938
|
},
|
939
939
|
{ childList: !0 }
|
940
940
|
), Kt(() => {
|
@@ -1095,21 +1095,21 @@ class us extends Re {
|
|
1095
1095
|
super(), this.options = e;
|
1096
1096
|
const {
|
1097
1097
|
service: t,
|
1098
|
-
mode: s =
|
1098
|
+
mode: s = y.Raw,
|
1099
1099
|
dependencies: r,
|
1100
1100
|
materials: o,
|
1101
1101
|
project: a = {},
|
1102
1102
|
adapter: i = {},
|
1103
1103
|
globals: l = {},
|
1104
1104
|
modules: c = {},
|
1105
|
-
router:
|
1105
|
+
router: p = null,
|
1106
1106
|
materialPath: u = "./",
|
1107
1107
|
nodeEnv: d = "development"
|
1108
1108
|
/* Development */
|
1109
1109
|
} = e;
|
1110
|
-
this.mode = s, this.modules = c, this.service = t, this.router =
|
1111
|
-
const { access:
|
1112
|
-
|
1110
|
+
this.mode = s, this.modules = c, this.service = t, this.router = p, this.materialPath = u, this.nodeEnv = d, r && (this.dependencies = r), o && (this.materials = o), Object.assign(this.globals, l), Object.assign(this.adapter, i);
|
1111
|
+
const { access: f, request: m } = this.adapter;
|
1112
|
+
f && f.connect({ mode: s, router: p, request: m }), a && s !== y.Design ? this.load(a) : this.project = a;
|
1113
1113
|
}
|
1114
1114
|
mode;
|
1115
1115
|
globals = {};
|
@@ -1131,7 +1131,7 @@ class us extends Re {
|
|
1131
1131
|
if (this.project = t ? await t() : await this.service.init(e), !this.project)
|
1132
1132
|
throw new Error("project is null");
|
1133
1133
|
const { apis: s = [], meta: r = [] } = this.project, o = window;
|
1134
|
-
o.CKEDITOR_VERSION = void 0,
|
1134
|
+
o.CKEDITOR_VERSION = void 0, await this.loadDependencies(o), await this.loadAssets(o), this.apis = ft(s, r, this.adapter), ye(), this.project.config?.mock && ht(s), this.initRouter(), this.triggerReady();
|
1135
1135
|
}
|
1136
1136
|
async loadDependencies(e) {
|
1137
1137
|
const t = Object.entries(this.dependencies);
|
@@ -1142,7 +1142,7 @@ class us extends Re {
|
|
1142
1142
|
const { dependencies: t = [] } = this.project, { dependencies: s, library: r, components: o, materialPath: a, nodeEnv: i } = this, {
|
1143
1143
|
libraryExports: l,
|
1144
1144
|
libraryMap: c,
|
1145
|
-
materials:
|
1145
|
+
materials: p,
|
1146
1146
|
materialExports: u,
|
1147
1147
|
materialMapLibrary: d
|
1148
1148
|
} = nt(
|
@@ -1151,33 +1151,35 @@ class us extends Re {
|
|
1151
1151
|
i === "development"
|
1152
1152
|
/* Development */
|
1153
1153
|
);
|
1154
|
-
for (const
|
1155
|
-
const
|
1156
|
-
if (
|
1157
|
-
r[
|
1158
|
-
else if (
|
1159
|
-
e[
|
1154
|
+
for (const f of l) {
|
1155
|
+
const m = s[f], h = e[f];
|
1156
|
+
if (h)
|
1157
|
+
r[f] = h;
|
1158
|
+
else if (m)
|
1159
|
+
e[f] = r[f] = await m();
|
1160
1160
|
else {
|
1161
|
-
const
|
1162
|
-
for (const
|
1163
|
-
Q(
|
1164
|
-
r[
|
1161
|
+
const _ = c[f] || [];
|
1162
|
+
for (const g of _)
|
1163
|
+
Q(g) && await ot(f, R.append(g, { v: x })), X(g) && await re(R.append(g, { v: x }));
|
1164
|
+
r[f] = e[f];
|
1165
1165
|
}
|
1166
1166
|
}
|
1167
|
-
|
1168
|
-
|
1169
|
-
|
1170
|
-
|
1171
|
-
const
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1167
|
+
if (i === "development") {
|
1168
|
+
for (const m of p)
|
1169
|
+
await re(R.append(m, { v: x }));
|
1170
|
+
const f = this.materials || {};
|
1171
|
+
for (const m of u) {
|
1172
|
+
const h = e[d[m]], _ = xe[m];
|
1173
|
+
if (_)
|
1174
|
+
h && _.forEach((g) => {
|
1175
|
+
o[g] = h[g];
|
1176
|
+
});
|
1177
|
+
else {
|
1178
|
+
const g = f[m] ? (await f[m]()).default : e[m];
|
1179
|
+
g && h && (g.components || []).forEach((S) => {
|
1180
|
+
o[S.name] = rt(S, h);
|
1181
|
+
});
|
1182
|
+
}
|
1181
1183
|
}
|
1182
1184
|
}
|
1183
1185
|
}
|
@@ -1188,19 +1190,19 @@ class us extends Re {
|
|
1188
1190
|
path: `${l}${a}/:id`,
|
1189
1191
|
name: k,
|
1190
1192
|
component: ce
|
1191
|
-
},
|
1193
|
+
}, p = {
|
1192
1194
|
path: l,
|
1193
1195
|
name: O,
|
1194
1196
|
component: t?.homepage ? ce : r.startupComponent || cs,
|
1195
1197
|
meta: i
|
1196
1198
|
};
|
1197
|
-
e.hasRoute(k) && e.removeRoute(k), e.hasRoute(O) && e.removeRoute(O), o ? (e.addRoute(o, c), e.addRoute(o,
|
1199
|
+
e.hasRoute(k) && e.removeRoute(k), e.hasRoute(O) && e.removeRoute(O), o ? (e.addRoute(o, c), e.addRoute(o, p)) : (e.addRoute(c), e.addRoute(p));
|
1198
1200
|
}
|
1199
1201
|
install(e) {
|
1200
1202
|
const t = e.config.globalProperties.installed || {};
|
1201
1203
|
for (const [s, r] of Object.entries(this.library))
|
1202
1204
|
!t[s] && ct(r) && (e.use(r), t[s] = !0);
|
1203
|
-
this.options.install && e.use(this.options.install), this.adapter.access && e.use(this.adapter.access), e.provide($e, this), e.config.globalProperties.installed = t, this.mode ===
|
1205
|
+
this.options.install && e.use(this.options.install), this.adapter.access && e.use(this.adapter.access), e.provide($e, this), e.config.globalProperties.installed = t, this.mode === y.Design && (e.config.errorHandler = (s, r, o) => {
|
1204
1206
|
const a = r?.$options.name, i = typeof s == "string" ? s : s?.message || s?.msg || "未知错误", l = `[ ${a} ] ${i} ${o}`;
|
1205
1207
|
console.error(
|
1206
1208
|
"[VTJ Error]:",
|
@@ -1443,58 +1445,58 @@ class te {
|
|
1443
1445
|
return console.log("BaseService.genSource", e), "";
|
1444
1446
|
}
|
1445
1447
|
}
|
1446
|
-
const
|
1448
|
+
const v = new Ne({
|
1447
1449
|
type: "local",
|
1448
1450
|
expired: 0,
|
1449
1451
|
prefix: "__VTJ_"
|
1450
1452
|
});
|
1451
1453
|
class Es extends te {
|
1452
1454
|
init(e) {
|
1453
|
-
const t = new M(e), s =
|
1454
|
-
return
|
1455
|
+
const t = new M(e), s = v.get(`project_${t.id}`), r = Object.assign(t.toDsl(), s || {});
|
1456
|
+
return v.save(`project_${t.id}`, r), Promise.resolve(r);
|
1455
1457
|
}
|
1456
1458
|
saveProject(e) {
|
1457
1459
|
const t = new M(e);
|
1458
|
-
return
|
1460
|
+
return v.save(`project_${t.id}`, t.toDsl()), Promise.resolve(!0);
|
1459
1461
|
}
|
1460
1462
|
saveMaterials(e, t) {
|
1461
|
-
return
|
1463
|
+
return v.save(`materials_${e.id}`, G(t)), Promise.resolve(!0);
|
1462
1464
|
}
|
1463
1465
|
saveFile(e) {
|
1464
|
-
return
|
1466
|
+
return v.save(`file_${e.id}`, e), Promise.resolve(!0);
|
1465
1467
|
}
|
1466
1468
|
getFile(e) {
|
1467
|
-
const t =
|
1469
|
+
const t = v.get(`file_${e}`);
|
1468
1470
|
return t ? Promise.resolve(t) : Promise.reject(null);
|
1469
1471
|
}
|
1470
1472
|
removeFile(e) {
|
1471
|
-
return
|
1473
|
+
return v.remove(`file_${e}`), Promise.resolve(!0);
|
1472
1474
|
}
|
1473
1475
|
saveHistory(e) {
|
1474
|
-
return
|
1476
|
+
return v.save(`history_${e.id}`, e), Promise.resolve(!0);
|
1475
1477
|
}
|
1476
1478
|
removeHistory(e) {
|
1477
|
-
const t =
|
1479
|
+
const t = v.get(`history_${e}`);
|
1478
1480
|
if (t) {
|
1479
1481
|
const r = (t.items || []).map((o) => o.id);
|
1480
|
-
this.removeHistoryItem(e, r),
|
1482
|
+
this.removeHistoryItem(e, r), v.remove(`history_${e}`);
|
1481
1483
|
}
|
1482
1484
|
return Promise.resolve(!0);
|
1483
1485
|
}
|
1484
1486
|
getHistory(e) {
|
1485
|
-
const t =
|
1487
|
+
const t = v.get(`history_${e}`), s = new le(t || { id: e });
|
1486
1488
|
return Promise.resolve(s.toDsl());
|
1487
1489
|
}
|
1488
1490
|
getHistoryItem(e, t) {
|
1489
|
-
const s =
|
1491
|
+
const s = v.get(`history_${e}_${t}`);
|
1490
1492
|
return Promise.resolve(s);
|
1491
1493
|
}
|
1492
1494
|
saveHistoryItem(e, t) {
|
1493
|
-
return
|
1495
|
+
return v.save(`history_${e}_${t.id}`, t), Promise.resolve(!0);
|
1494
1496
|
}
|
1495
1497
|
removeHistoryItem(e, t) {
|
1496
1498
|
return t.forEach((s) => {
|
1497
|
-
|
1499
|
+
v.remove(`history_${e}_${s}`);
|
1498
1500
|
}), Promise.resolve(!0);
|
1499
1501
|
}
|
1500
1502
|
}
|
@@ -1645,17 +1647,17 @@ function xs(n) {
|
|
1645
1647
|
disableMenusFilter: s = !1
|
1646
1648
|
} = n || {}, r = be(), o = me(), a = vt(), i = C(!1), l = C(!1), c = r.project;
|
1647
1649
|
Qe(() => {
|
1648
|
-
const { name: d, params:
|
1650
|
+
const { name: d, params: f, meta: m } = o;
|
1649
1651
|
if (d === k) {
|
1650
|
-
const h = r.getPage(
|
1652
|
+
const h = r.getPage(f.id);
|
1651
1653
|
i.value = !h?.mask, l.value = !!h?.pure;
|
1652
1654
|
} else if (d === O) {
|
1653
1655
|
const h = r.getHomepage();
|
1654
1656
|
i.value = !h?.mask, l.value = !!h?.pure;
|
1655
1657
|
} else
|
1656
|
-
i.value = !
|
1658
|
+
i.value = !m.mask, l.value = !!m.pure;
|
1657
1659
|
});
|
1658
|
-
const
|
1660
|
+
const p = Ee(
|
1659
1661
|
e,
|
1660
1662
|
t,
|
1661
1663
|
c?.pages
|
@@ -1665,7 +1667,7 @@ function xs(n) {
|
|
1665
1667
|
logo: u?.logo,
|
1666
1668
|
themeSwitchable: u?.themeSwitchable,
|
1667
1669
|
title: u?.title || c?.description || c?.name || "VTJ App",
|
1668
|
-
menus: s ?
|
1670
|
+
menus: s ? p : Pe(p, a),
|
1669
1671
|
pure: l
|
1670
1672
|
};
|
1671
1673
|
}
|
@@ -1676,7 +1678,7 @@ export {
|
|
1676
1678
|
te as BaseService,
|
1677
1679
|
ie as CONTEXT_HOST,
|
1678
1680
|
yt as Context,
|
1679
|
-
|
1681
|
+
y as ContextMode,
|
1680
1682
|
et as DATA_TYPES,
|
1681
1683
|
O as HOMEPAGE_ROUTE_NAME,
|
1682
1684
|
js as JSCodeToString,
|
@@ -1707,7 +1709,7 @@ export {
|
|
1707
1709
|
rt as getRawComponent,
|
1708
1710
|
Q as isCSSUrl,
|
1709
1711
|
lt as isJSCode,
|
1710
|
-
|
1712
|
+
w as isJSExpression,
|
1711
1713
|
N as isJSFunction,
|
1712
1714
|
tt as isJSON,
|
1713
1715
|
X as isJSUrl,
|
package/package.json
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vtj/renderer",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.9.0-alpha.
|
4
|
+
"version": "0.9.0-alpha.43",
|
5
5
|
"type": "module",
|
6
6
|
"dependencies": {
|
7
7
|
"mockjs": "~1.1.0",
|
8
|
-
"@vtj/
|
9
|
-
"@vtj/
|
8
|
+
"@vtj/core": "~0.9.0-alpha.43",
|
9
|
+
"@vtj/utils": "~0.9.0-alpha.43"
|
10
10
|
},
|
11
11
|
"devDependencies": {
|
12
12
|
"vue": "~3.5.5",
|
13
13
|
"vue-router": "~4.4.0",
|
14
|
-
"@vtj/
|
15
|
-
"@vtj/icons": "~0.9.0-alpha.
|
16
|
-
"@vtj/
|
14
|
+
"@vtj/ui": "~0.9.0-alpha.43",
|
15
|
+
"@vtj/icons": "~0.9.0-alpha.43",
|
16
|
+
"@vtj/cli": "~0.9.0-alpha.2"
|
17
17
|
},
|
18
18
|
"exports": {
|
19
19
|
".": {
|
package/types/version.d.ts
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
* Copyright (c) 2024, VTJ.PRO All rights reserved.
|
3
3
|
* @name @vtj/renderer
|
4
4
|
* @author CHC chenhuachun1549@dingtalk.com
|
5
|
-
* @version 0.9.0-alpha.
|
5
|
+
* @version 0.9.0-alpha.42
|
6
6
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
7
7
|
*/
|
8
|
-
export declare const version = "0.9.0-alpha.
|
8
|
+
export declare const version = "0.9.0-alpha.42";
|