@micro-zoe/micro-app 0.6.2 → 0.8.1
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/lib/index.d.ts +49 -104
- package/lib/index.esm.js +2364 -2125
- package/lib/index.esm.js.map +1 -1
- package/lib/index.min.js +1 -1
- package/lib/index.min.js.map +1 -1
- package/lib/index.umd.js +1 -1
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/typings/global.d.ts +5 -9
package/lib/index.umd.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).microApp={})}(this,(function(e){"use strict";const t="0.6.2",n="undefined"!=typeof window,o="undefined"!=typeof global?global:"undefined"!=typeof window?window:"undefined"!=typeof self?self:Function("return this")();function r(e){return"string"==typeof e}function i(e){return"function"==typeof e}const s=Array.isArray;function a(e){return"[object Object]"===toString.call(e)}function l(e){return"[object Promise]"===toString.call(e)}function c(e){return i(e)&&0===e.name.indexOf("bound ")&&!e.hasOwnProperty("prototype")}function u(e,t=null,...n){const o=t&&r(t)?` app ${t}:`:"";r(e)?console.error(`[micro-app]${o} ${e}`,...n):console.error(`[micro-app]${o}`,e,...n)}function p(e,t=null,...n){const o=t&&r(t)?` app ${t}:`:"";r(e)?console.warn(`[micro-app]${o} ${e}`,...n):console.warn(`[micro-app]${o}`,e,...n)}function d(e,...t){Promise.resolve().then(e.bind(null,...t))}function h(e){return e.startsWith("//")?`${location.protocol}${e}`:e}function m(e,t=null){if(!r(e)||!e)return"";try{const{origin:t,pathname:n,search:o}=new URL(h(e));if(/\.(\w+)$/.test(n))return`${t}${n}${o}`;const r=`${t}${n}/`.replace(/\/\/$/,"/");return/^https?:\/\//.test(r)?`${r}${o}`:""}catch(e){return u(e,t),""}}function f(e){return r(e)&&e?e.replace(/(^\d+)|([^\w\d-_])/gi,""):""}function _(e){const{origin:t,pathname:n}=new URL(e);if(/\.(\w+)$/.test(n)){const e=`${t}${n}`.split("/");return e.pop(),e.join("/")+"/"}return`${t}${n}/`.replace(/\/\/$/,"/")}function y(e,t){return!e||/^((((ht|f)tps?)|file):)?\/\//.test(e)||/^(data|blob):/.test(e)?e:new URL(e,_(h(t))).toString()}function w(e,t,n,o){let r=0;function i(){++r===e.length&&o&&o()}e.forEach(((e,o)=>{l(e)?e.then((e=>{t({data:e,index:o}),i()})).catch((e=>{n({error:e,index:o}),i()})):(t({data:e,index:o}),i())}))}const b=o.requestIdleCallback||function(e){const t=Date.now();return setTimeout((function(){e({didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))})}),1)};let A=null;function E(e){A=e}function g(){return A}function v(){E(null)}function N(){return/Safari/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)}function C(e,t){const n=document.createElement(e,t);return n.__MICRO_APP_NAME__&&delete n.__MICRO_APP_NAME__,n}function P(e,t,n){if(t.innerHTML="",n){const n=e.cloneNode(!0),o=document.createDocumentFragment();Array.from(n.childNodes).forEach((e=>{o.appendChild(e)})),t.appendChild(o)}else Array.from(e.childNodes).forEach((e=>{t.appendChild(e)}))}function O(e){return!e||/(^\d)|([^\w\d-_\u4e00-\u9fa5])/gi.test(e)}function R(e){return/^body$/i.test(e)||/^head$/i.test(e)||/^html$/i.test(e)}function D(e){return function(e){return"undefined"!=typeof ShadowRoot&&e instanceof ShadowRoot}(e)?e.host:e}var M,S,L,U;function I(e,t=null,n={}){return i(Ge.fetch)?Ge.fetch(e,n,t):fetch(e,n).then((e=>e.text()))}!function(e){e.NAME="name",e.URL="url"}(M||(M={})),function(e){e.NOT_LOADED="NOT_LOADED",e.LOADING_SOURCE_CODE="LOADING_SOURCE_CODE",e.LOAD_SOURCE_FINISHED="LOAD_SOURCE_FINISHED",e.LOAD_SOURCE_ERROR="LOAD_SOURCE_ERROR",e.MOUNTING="MOUNTING",e.MOUNTED="MOUNTED",e.UNMOUNT="UNMOUNT"}(S||(S={})),function(e){e.CREATED="created",e.BEFOREMOUNT="beforemount",e.MOUNTED="mounted",e.UNMOUNT="unmount",e.ERROR="error",e.BEFORESHOW="beforeshow",e.AFTERSHOW="aftershow",e.AFTERHIDDEN="afterhidden"}(L||(L={})),function(e){e.KEEP_ALIVE_SHOW="KEEP_ALIVE_SHOW",e.KEEP_ALIVE_HIDDEN="KEEP_ALIVE_HIDDEN"}(U||(U={}));const T={};function x(){if(n){const e=Element.prototype.setAttribute,t=Element.prototype.appendChild,n=Element.prototype.insertBefore,o=Element.prototype.replaceChild,r=Element.prototype.removeChild,i=Element.prototype.append,s=Element.prototype.prepend,a=Element.prototype.cloneNode,l=Document.prototype.createElement,c=Document.prototype.createElementNS,u=Document.prototype.createDocumentFragment,p=Document.prototype.querySelector,d=Document.prototype.querySelectorAll,h=Document.prototype.getElementById,m=Document.prototype.getElementsByClassName,f=Document.prototype.getElementsByTagName,_=Document.prototype.getElementsByName,y=new Proxy(Image,{construct(e,t){const n=new e(...t);return n.__MICRO_APP_NAME__=g(),n}}),w=Function("return window")(),b=Function("return document")(),A="noModule"in document.createElement("script"),E=b.body.querySelector("#micro-app-template-style"),v=w.addEventListener,N=w.removeEventListener,C=w.setInterval,P=w.setTimeout,O=w.clearInterval,R=w.clearTimeout,D=b.addEventListener,M=b.removeEventListener;window.__MICRO_APP_BASE_APPLICATION__=!0,Object.assign(T,{rawSetAttribute:e,rawAppendChild:t,rawInsertBefore:n,rawReplaceChild:o,rawRemoveChild:r,rawAppend:i,rawPrepend:s,rawCloneNode:a,rawCreateElement:l,rawCreateElementNS:c,rawCreateDocumentFragment:u,rawQuerySelector:p,rawQuerySelectorAll:d,rawGetElementById:h,rawGetElementsByClassName:m,rawGetElementsByTagName:f,rawGetElementsByName:_,ImageProxy:y,rawWindow:w,rawDocument:b,supportModuleScript:A,templateStyle:E,rawWindowAddEventListener:v,rawWindowRemoveEventListener:N,rawSetInterval:C,rawSetTimeout:P,rawClearInterval:O,rawClearTimeout:R,rawDocumentAddEventListener:D,rawDocumentRemoveEventListener:M})}}var $;function k(e,t){const{selectorText:n,cssText:o}=e;if(/^((html[\s>~,]+body)|(html|body|:root))$/.test(n))return o.replace(/^((html[\s>~,]+body)|(html|body|:root))/,t);if("*"===n)return o.replace("*",`${t} *`);const r=/(^|\s+)((html[\s>~]+body)|(html|body|:root))(?=[\s>~]+|$)/;return o.replace(/^[\s\S]+{/,(e=>e.replace(/(^|,)([^,]+)/g,((e,n,o)=>r.test(o)?e.replace(r,t):`${n} ${t} ${o.replace(/^\s*/,"")}`))))}function W(e,t,n,o){return e.replace(/url\(["']?([^)"']+)["']?\)/gm,((e,r)=>{if(/^(data|blob):/.test(r))return e;if(/^(https?:)?\/\//.test(r)){if(!N())return e;{const t=r.replace(/^https?:/,"");if(-1!==n.indexOf(t))return e;r=r.replace(window.location.origin,"")}}return/^((\.\.?\/)|[^/])/.test(r)&&o&&(t=function(e){const t=e.split("/");return t.pop(),h(t.join("/")+"/")}(o)),`url("${y(r,t)}")`}))}function B(e,t,n){const o=H(Array.from(e.cssRules),t);return`@${n} ${e.conditionText} {${o}}`}function H(e,t){let n="";for(const o of e)switch(o.type){case $.STYLE_RULE:n+=k(o,t);break;case $.MEDIA_RULE:n+=B(o,t,"media");break;case $.SUPPORTS_RULE:n+=B(o,t,"supports");break;default:n+=o.cssText}return n.replace(/^\s+/,"")}function K(e,t,n,o,r,i){var s,a;if(!t.__MICRO_APP_HAS_SCOPED__){let l=W(H(Array.from(null!==(a=null===(s=e.sheet)||void 0===s?void 0:s.cssRules)&&void 0!==a?a:[]),o),r,n,i);N()&&(l=l.replace(/([;{]\s*content:\s*)([^\s"][^";}]*)/gm,((e,t,n)=>"none"===n||/^(url\()|(counter\()|(attr\()|(open-quote)|(close-quote)/.test(n)?e:`${t}"${n}"`))),t.textContent=l,t.__MICRO_APP_HAS_SCOPED__=!0}}function j(e,t){if(t.scopecss){const n=`${Ge.tagName}[name=${t.name}]`;let o=T.templateStyle;if(o||(T.templateStyle=o=C("style"),o.setAttribute("id","micro-app-template-style"),T.rawDocument.body.appendChild(o),o.sheet.disabled=!0),e.textContent)o.textContent=e.textContent,K(o,e,e.textContent,n,t.url,e.__MICRO_APP_LINK_PATH__),o.textContent="";else{const o=new MutationObserver((function(){var r,i;o.disconnect(),!e.textContent&&(null===(i=null===(r=e.sheet)||void 0===r?void 0:r.cssRules)||void 0===i?void 0:i.length)||e.hasAttribute("data-styled")||K(e,e,e.textContent,n,t.url,e.__MICRO_APP_LINK_PATH__)}));o.observe(e,{childList:!0})}}return e}function F(e,t){Object.defineProperties(e,{currentTarget:{get:()=>t},srcElement:{get:()=>t},target:{get:()=>t}})}function G(e){const t=new CustomEvent("load");F(t,e),i(e.onload)?e.onload(t):e.dispatchEvent(t)}function q(e){const t=new CustomEvent("error");F(t,e),i(e.onerror)?e.onerror(t):e.dispatchEvent(t)}!function(e){e[e.STYLE_RULE=1]="STYLE_RULE",e[e.MEDIA_RULE=4]="MEDIA_RULE",e[e.SUPPORTS_RULE=12]="SUPPORTS_RULE"}($||($={}));const V=new Map;function z(e,t,n,o=!1){const r=e.getAttribute("rel");let i=e.getAttribute("href"),s=null;if("stylesheet"===r&&i){if(i=y(i,n.url),o)return{url:i,info:{code:"",isGlobal:e.hasAttribute("global")}};s=document.createComment(`link element with href=${i} move to micro-app-head as style element`),n.source.links.set(i,{code:"",placeholder:s,isGlobal:e.hasAttribute("global")})}else r&&["prefetch","preload","prerender","icon","apple-touch-icon"].includes(r)?o?s=document.createComment(`link element with rel=${r}${i?" & href="+i:""} removed by micro-app`):t.removeChild(e):i&&e.setAttribute("href",y(i,n.url));return o?{replaceComment:s}:s?t.replaceChild(s,e):void 0}function Y(e,t,n){const o=Array.from(t.source.links.entries()),r=[];for(const[e]of o){const n=V.get(e);n?r.push(n):r.push(I(e,t.name))}w(r,(e=>{!function(e,t,n,o,r){t.isGlobal&&!V.has(e)&&V.set(e,n);const i=C("style");i.textContent=n,i.__MICRO_APP_LINK_PATH__=e,i.setAttribute("data-origin-href",e),o.replaceChild(j(i,r),t.placeholder),t.placeholder=null,t.code=n}(o[e.index][0],o[e.index][1],e.data,n,t)}),(e=>{u(e,t.name)}),(()=>{t.onLoad(e)}))}const Q=new Map;function X(e,t,n,o=!1){let r=null,i=e.getAttribute("src");if(e.hasAttribute("exclude"))r=document.createComment("script element with exclude attribute removed by micro-app");else{if(e.type&&!["text/javascript","text/ecmascript","application/javascript","application/ecmascript","module"].includes(e.type)||e.hasAttribute("ignore"))return null;if(T.supportModuleScript&&e.noModule||!T.supportModuleScript&&"module"===e.type)r=document.createComment((e.noModule?"noModule":"module")+" script ignored by micro-app");else if(i){i=y(i,n.url);const t={code:"",isExternal:!0,isDynamic:o,async:e.hasAttribute("async"),defer:e.defer||"module"===e.type,module:"module"===e.type,isGlobal:e.hasAttribute("global")};if(o)return{url:i,info:t};n.source.scripts.set(i,t),r=document.createComment(`script with src='${i}' extract by micro-app`)}else if(e.textContent){const t="inline-"+Math.random().toString(36).substr(2,15),i={code:e.textContent,isExternal:!1,isDynamic:o,async:!1,defer:"module"===e.type,module:"module"===e.type};if(o)return{url:t,info:i};n.source.scripts.set(t,i),r=document.createComment("inline script extract by micro-app")}else o||(r=document.createComment("script element removed by micro-app"))}return o?{replaceComment:r}:t.replaceChild(r,e)}function J(e,t){const n=Array.from(t.source.scripts.entries()),o=[],r=[];for(const[e,i]of n)if(i.isExternal){const n=Q.get(e);n?i.code=n:i.defer||i.async||(o.push(I(e,t.name)),r.push([e,i]))}o.length?w(o,(e=>{!function(e,t,n){t.isGlobal&&!Q.has(e)&&Q.set(e,n);t.code=n}(r[e.index][0],r[e.index][1],e.data)}),(e=>{u(e,t.name)}),(()=>{t.onLoad(e)})):t.onLoad(e)}function Z(e,t,n,o,r){var i;try{const s=ne(e,t,n.code,n.module);if(t.inline||n.module){const a=C("script");if(ee(e,s,n.module,a,r),o)return a;null===(i=t.container)||void 0===i||i.querySelector("micro-app-body").appendChild(a)}else if(te(s,n),o)return document.createComment("dynamic script extract by micro-app")}catch(e){console.error(`[micro-app from runScript] app ${t.name}: `,e)}}function ee(e,t,n,o,r){if(n){const e=new Blob([t],{type:"text/javascript"});o.src=URL.createObjectURL(e),o.setAttribute("type","module"),r&&(r.moduleCount&&r.moduleCount--,o.onload=r.bind(o,0===r.moduleCount))}else o.textContent=t;e.startsWith("inline-")||o.setAttribute("data-origin-src",e)}function te(e,t){t.code2Function||(t.code2Function=new Function(e)),t.code2Function.call(window)}function ne(e,t,n,o){return a(Ge.plugins)&&(n=function(e,t,n,o){var r;if(s(o.global))for(const n of o.global)a(n)&&i(n.loader)&&(t=n.loader(t,e,n.options));if(s(null===(r=o.modules)||void 0===r?void 0:r[n]))for(const r of o.modules[n])a(r)&&i(r.loader)&&(t=r.loader(t,e,r.options));return t}(e,n,t.name,Ge.plugins)),t.sandBox&&!o?(T.rawWindow.__MICRO_APP_PROXY_WINDOW__=t.sandBox.proxyWindow,`;(function(window, self){with(window){;${n}\n}}).call(window.__MICRO_APP_PROXY_WINDOW__, window.__MICRO_APP_PROXY_WINDOW__, window.__MICRO_APP_PROXY_WINDOW__);`):n}function oe(e,t,n){const o=Array.from(e.children);o.length&&o.forEach((e=>{oe(e,t)}));for(const n of o)n instanceof HTMLLinkElement?n.hasAttribute("exclude")?e.replaceChild(document.createComment("link element with exclude attribute ignored by micro-app"),n):n.hasAttribute("ignore")?n.hasAttribute("href")&&n.setAttribute("href",y(n.getAttribute("href"),t.url)):z(n,e,t):n instanceof HTMLStyleElement?n.hasAttribute("exclude")?e.replaceChild(document.createComment("style element with exclude attribute ignored by micro-app"),n):t.scopecss&&!n.hasAttribute("ignore")&&j(n,t):n instanceof HTMLScriptElement?X(n,e,t):n instanceof HTMLMetaElement||n instanceof HTMLTitleElement?e.removeChild(n):n instanceof HTMLImageElement&&n.hasAttribute("src")&&n.setAttribute("src",y(n.getAttribute("src"),t.url))}function re(e,t){const n=function(e){const t=C("div");return t.innerHTML=e,t}(e),o=n.querySelector("micro-app-head"),r=n.querySelector("micro-app-body");if(!o||!r){const e=`element ${o?"body":"head"} is missing`;return t.onerror(new Error(e)),u(e,t.name)}oe(n,t),t.source.links.size?Y(n,t,o):t.onLoad(n),t.source.scripts.size?J(n,t):t.onLoad(n)}const ie=new class{constructor(){this.eventList=new Map}isLegalName(e){return!!e||(u("event-center: Invalid name"),!1)}on(e,t,n=!1){if(this.isLegalName(e)){if(!i(t))return u("event-center: Invalid callback function");let o=this.eventList.get(e);o?n&&Object.getOwnPropertyNames(o.data).length&&t(o.data):(o={data:{},callbacks:new Set},this.eventList.set(e,o)),o.callbacks.add(t)}}off(e,t){if(this.isLegalName(e)){const n=this.eventList.get(e);n&&(i(t)?n.callbacks.delete(t):n.callbacks.clear())}}dispatch(e,t){if(this.isLegalName(e)){if(!a(t))return u("event-center: data must be object");let n=this.eventList.get(e);if(n){if(n.data!==t){n.data=t;for(const e of n.callbacks)e(t)}}else n={data:t,callbacks:new Set},this.eventList.set(e,n)}}getData(e){var t;const n=this.eventList.get(e);return null!==(t=null==n?void 0:n.data)&&void 0!==t?t:null}};function se(e,t){return r(e)&&e?t?`__from_base_app_${e}__`:`__from_micro_app_${e}__`:""}class ae{addGlobalDataListener(e,t){const n=this.appName;n&&(e.__APP_NAME__=n,e.__AUTO_TRIGGER__=t),ie.on("global",e,t)}removeGlobalDataListener(e){i(e)&&ie.off("global",e)}setGlobalData(e){v(),ie.dispatch("global",e)}getGlobalData(){return ie.getData("global")}clearGlobalDataListener(){const e=this.appName,t=ie.eventList.get("global");if(t)for(const n of t.callbacks)(e&&e===n.__APP_NAME__||!e&&!n.__APP_NAME__)&&t.callbacks.delete(n)}}class le extends ae{addDataListener(e,t,n){ie.on(se(f(e),!1),t,n)}removeDataListener(e,t){i(t)&&ie.off(se(f(e),!1),t)}getData(e,t=!1){return ie.getData(se(f(e),t))}setData(e,t){ie.dispatch(se(f(e),!0),t)}clearDataListener(e){ie.off(se(f(e),!1))}}class ce extends ae{constructor(e){super(),this.appName=f(e),!this.appName&&u(`Invalid appName ${e}`)}addDataListener(e,t){e.__AUTO_TRIGGER__=t,ie.on(se(this.appName,!0),e,t)}removeDataListener(e){i(e)&&ie.off(se(this.appName,!0),e)}getData(){return ie.getData(se(this.appName,!0))}dispatch(e){v(),ie.dispatch(se(this.appName,!1),e);const t=Re.get(this.appName);if((null==t?void 0:t.container)&&a(e)){const n=new CustomEvent("datachange",{detail:{data:e}});D(t.container).dispatchEvent(n)}}clearDataListener(){ie.off(se(this.appName,!0))}}const ue=new WeakMap;const pe=new WeakMap;const de=new WeakMap;function he(e,t){if(de.has(t))return de.get(t);if(i(t)&&!function(e){if(pe.has(e))return pe.get(e);const t=e.toString(),n=e.prototype&&e.prototype.constructor===e&&Object.getOwnPropertyNames(e.prototype).length>1||/^function\s+[A-Z]/.test(t)||/^class\s+/.test(t);return pe.set(e,n),n}(t)&&!function(e){if(ue.has(e))return ue.get(e);const t=c(e);return ue.set(e,t),t}(t)){const n=t.bind(e);for(const e in t)n[e]=t[e];return t.hasOwnProperty("prototype")&&!n.hasOwnProperty("prototype")&&(n.prototype=t.prototype),de.set(t,n),n}return t}const me=new Map;let fe=!1;const _e=new Map;function ye(){const{rawDocument:e,rawDocumentAddEventListener:t,rawDocumentRemoveEventListener:n}=T;!fe&&function(){if(fe=!0,Object.getOwnPropertyDescriptor(document,"onclick"))return p("Cannot redefine document property onclick");const e=document.onclick;document.onclick=null;let t=!1;function n(e){me.forEach((t=>{i(t)&&t.call(document,e)}))}Object.defineProperty(document,"onclick",{configurable:!0,enumerable:!0,get(){const e=g();return e?me.get(e):me.get("base")},set(e){const o=g();o?me.set(o,e):me.set("base",e),!t&&i(e)&&(t=!0,T.rawDocumentAddEventListener.call(T.rawDocument,"click",n,!1))}}),e&&(document.onclick=e)}(),document.addEventListener=function(n,o,r){var i;const s=g();if(s&&(!(null===(i=Re.get(s))||void 0===i?void 0:i.umdMode)||!c(o))){const e=_e.get(s);if(e){const t=e.get(n);t?t.add(o):e.set(n,new Set([o]))}else _e.set(s,new Map([[n,new Set([o])]]));o&&(o.__MICRO_MARK_OPTIONS__=r)}t.call(e,n,o,r)},document.removeEventListener=function(t,o,r){var i;const s=g();if(s&&(!(null===(i=Re.get(s))||void 0===i?void 0:i.umdMode)||!c(o))){const e=_e.get(s);if(e){const n=e.get(t);(null==n?void 0:n.size)&&n.has(o)&&n.delete(o)}}n.call(e,t,o,r)}}const we=["unmount","appstate-change"];function be(e,t){return we.includes(e)?`${e}-${t.__MICRO_APP_NAME__}`:e}const Ae=["System","__cjsWrapper","__REACT_ERROR_OVERLAY_GLOBAL_HOOK__"],Ee=["location"],ge={undefined:!0,Array:!0,Object:!0,String:!0,Boolean:!0,Math:!0,Number:!0,Symbol:!0,parseFloat:!0,Float32Array:!0};let ve;function Ne(e){ve&&clearTimeout(ve),ve=setTimeout(e,0)}class Ce{constructor(e,t,n){this.scopeProperties=["webpackJsonp"],this.escapeProperties=[],this.injectedKeys=new Set,this.escapeKeys=new Set,this.active=!1,this.microWindow={};const o=T.rawWindow,i=T.rawDocument,s=new Map,a=e=>this.microWindow.hasOwnProperty(e)||o.hasOwnProperty(e);this.getScopeProperties(e),this.inject(this.microWindow,e,t),Object.assign(this,function(e){const t=e.__MICRO_APP_NAME__,n=new Map,o=new Map,r=new Map,{rawWindow:i,rawDocument:s,rawWindowAddEventListener:a,rawWindowRemoveEventListener:l,rawSetInterval:c,rawSetTimeout:u,rawClearInterval:p,rawClearTimeout:d,rawDocumentRemoveEventListener:h}=T;e.addEventListener=function(t,o,r){t=be(t,e);const s=n.get(t);s?s.add(o):n.set(t,new Set([o])),o&&(o.__MICRO_MARK_OPTIONS__=r),a.call(i,t,o,r)},e.removeEventListener=function(t,o,r){t=be(t,e);const s=n.get(t);(null==s?void 0:s.size)&&s.has(o)&&s.delete(o),l.call(i,t,o,r)},e.setInterval=function(e,t,...n){const r=c.call(i,e,t,...n);return o.set(r,{handler:e,timeout:t,args:n}),r},e.setTimeout=function(e,t,...n){const o=u.call(i,e,t,...n);return r.set(o,{handler:e,timeout:t,args:n}),o},e.clearInterval=function(e){o.delete(e),p.call(i,e)},e.clearTimeout=function(e){r.delete(e),d.call(i,e)};const m=new Map,f=new Map;let _,y=new Map,w=new Map;return{recordUmdEffect:()=>{n.forEach(((e,t)=>{e.size&&m.set(t,new Set(e))})),o.size&&(y=new Map(o)),r.size&&(w=new Map(r)),_=me.get(t);const e=_e.get(t);e&&e.forEach(((e,t)=>{e.size&&f.set(t,new Set(e))}))},rebuildUmdEffect:()=>{m.forEach(((t,n)=>{for(const o of t)e.addEventListener(n,o,null==o?void 0:o.__MICRO_MARK_OPTIONS__)})),y.forEach((t=>{e.setInterval(t.handler,t.timeout,...t.args)})),w.forEach((t=>{e.setTimeout(t.handler,t.timeout,...t.args)})),_&&me.set(t,_),E(t),f.forEach(((e,t)=>{for(const n of e)document.addEventListener(t,n,null==n?void 0:n.__MICRO_MARK_OPTIONS__)})),E(null)},releaseEffect:()=>{n.size&&(n.forEach(((e,t)=>{for(const n of e)l.call(i,t,n)})),n.clear()),o.size&&(o.forEach(((e,t)=>{p.call(i,t)})),o.clear()),r.size&&(r.forEach(((e,t)=>{d.call(i,t)})),r.clear()),me.delete(t);const e=_e.get(t);e&&(e.forEach(((e,t)=>{for(const n of e)h.call(s,t,n)})),e.clear())}}}(this.microWindow)),this.proxyWindow=new Proxy(this.microWindow,{get:(t,s)=>{if(s===Symbol.unscopables)return ge;if(["window","self","globalThis"].includes(s))return this.proxyWindow;if("top"===s||"parent"===s)return o===o.parent?this.proxyWindow:Reflect.get(o,s);if("hasOwnProperty"===s)return a;if("document"===s||"eval"===s||"Image"===s)switch(this.active&&(E(e),(n?Ne:d)((()=>E(null)))),s){case"document":return i;case"eval":return eval;case"Image":return T.ImageProxy}if(Reflect.has(t,s))return Reflect.get(t,s);if(this.scopeProperties.includes(s)||r(s)&&/^__MICRO_APP_/.test(s))return Reflect.get(t,s);const l=Reflect.get(o,s);return he(o,l)},set:(e,t,n)=>{if(this.active){if(Ee.includes(t))Reflect.set(o,t,n);else if(e.hasOwnProperty(t)||!o.hasOwnProperty(t)||this.scopeProperties.includes(t))Reflect.set(e,t,n),this.injectedKeys.add(t);else{const r=Object.getOwnPropertyDescriptor(o,t),{writable:i,configurable:s,enumerable:a}=r;i&&(Object.defineProperty(e,t,{configurable:s,enumerable:a,writable:i,value:n}),this.injectedKeys.add(t))}(this.escapeProperties.includes(t)||Ae.includes(t)&&!Reflect.has(o,t))&&!this.scopeProperties.includes(t)&&(Reflect.set(o,t,n),this.escapeKeys.add(t))}return!0},has:(e,t)=>this.scopeProperties.includes(t)?t in e:t in ge||t in e||t in o,getOwnPropertyDescriptor:(e,t)=>{if(e.hasOwnProperty(t))return s.set(t,"target"),Object.getOwnPropertyDescriptor(e,t);if(o.hasOwnProperty(t)){s.set(t,"rawWindow");const e=Object.getOwnPropertyDescriptor(o,t);return e&&!e.configurable&&(e.configurable=!0),e}},defineProperty:(e,t,n)=>"rawWindow"===s.get(t)?Reflect.defineProperty(o,t,n):Reflect.defineProperty(e,t,n),ownKeys:e=>Reflect.ownKeys(o).concat(Reflect.ownKeys(e)).filter((function(e){return!(e in this)&&(this[e]=!0)}),Object.create(null)),deleteProperty:(e,t)=>!e.hasOwnProperty(t)||(this.injectedKeys.has(t)&&this.injectedKeys.delete(t),this.escapeKeys.has(t)&&Reflect.deleteProperty(o,t),Reflect.deleteProperty(e,t))})}start(e){this.active||(this.active=!0,this.microWindow.__MICRO_APP_BASE_ROUTE__=this.microWindow.__MICRO_APP_BASE_URL__=e,T.rawWindow._babelPolyfill&&(T.rawWindow._babelPolyfill=!1),1==++Ce.activeCount&&ye())}stop(){this.active&&(this.active=!1,this.releaseEffect(),this.microWindow.microApp.clearDataListener(),this.microWindow.microApp.clearGlobalDataListener(),this.injectedKeys.forEach((e=>{Reflect.deleteProperty(this.microWindow,e)})),this.injectedKeys.clear(),this.escapeKeys.forEach((e=>{Reflect.deleteProperty(T.rawWindow,e)})),this.escapeKeys.clear(),0==--Ce.activeCount&&(document.addEventListener=T.rawDocumentAddEventListener,document.removeEventListener=T.rawDocumentRemoveEventListener))}recordUmdSnapshot(){this.microWindow.__MICRO_APP_UMD_MODE__=!0,this.recordUmdEffect(),function(e){const t=e.appName;e.umdDataListeners={global:new Set,normal:new Set};const n=ie.eventList.get("global");if(n)for(const o of n.callbacks)t===o.__APP_NAME__&&e.umdDataListeners.global.add(o);const o=ie.eventList.get(se(t,!0));o&&(e.umdDataListeners.normal=new Set(o.callbacks))}(this.microWindow.microApp),this.recordUmdinjectedValues=new Map,this.injectedKeys.forEach((e=>{this.recordUmdinjectedValues.set(e,Reflect.get(this.microWindow,e))}))}rebuildUmdSnapshot(){this.recordUmdinjectedValues.forEach(((e,t)=>{Reflect.set(this.proxyWindow,t,e)})),this.rebuildUmdEffect(),function(e){for(const t of e.umdDataListeners.global)e.addGlobalDataListener(t,t.__AUTO_TRIGGER__);for(const t of e.umdDataListeners.normal)e.addDataListener(t,t.__AUTO_TRIGGER__)}(this.microWindow.microApp)}getScopeProperties(e){var t;if(a(Ge.plugins)){if(s(Ge.plugins.global))for(const e of Ge.plugins.global)a(e)&&(s(e.scopeProperties)&&(this.scopeProperties=this.scopeProperties.concat(e.scopeProperties)),s(e.escapeProperties)&&(this.escapeProperties=this.escapeProperties.concat(e.escapeProperties)));if(s(null===(t=Ge.plugins.modules)||void 0===t?void 0:t[e]))for(const t of Ge.plugins.modules[e])a(t)&&(s(t.scopeProperties)&&(this.scopeProperties=this.scopeProperties.concat(t.scopeProperties)),s(t.escapeProperties)&&(this.escapeProperties=this.escapeProperties.concat(t.escapeProperties)))}}inject(e,t,n){e.__MICRO_APP_ENVIRONMENT__=!0,e.__MICRO_APP_NAME__=t,e.__MICRO_APP_PUBLIC_PATH__=_(n),e.microApp=new ce(t),e.rawWindow=T.rawWindow,e.rawDocument=T.rawDocument,e.removeDomScope=v}}function Pe(e,t,n,o){var r;if(!e)return u(`element does not exist in lifecycle ${n}`,t);e=D(e),v();const s=Object.assign({name:t,container:e},o&&{error:o}),a=new CustomEvent(n,{detail:s});!function(e,t){Object.defineProperties(e,{currentTarget:{get:()=>t},target:{get:()=>t}})}(a,e),i(null===(r=Ge.lifeCycles)||void 0===r?void 0:r[n])&&Ge.lifeCycles[n](a),e.dispatchEvent(a)}function Oe(e,t,n={}){const o=new CustomEvent(`${e}-${t}`,{detail:n});window.dispatchEvent(o)}Ce.activeCount=0;const Re=new Map;class De{constructor({name:e,url:t,ssrUrl:n,container:o,inline:r,scopecss:i,useSandbox:s,macro:a,baseroute:l}){this.state=S.NOT_LOADED,this.keepAliveState=null,this.keepAliveContainer=null,this.loadSourceLevel=0,this.umdHookMount=null,this.umdHookUnmount=null,this.libraryName=null,this.umdMode=!1,this.isPrefetch=!1,this.container=null,this.macro=!1,this.baseroute="",this.sandBox=null,this.container=null!=o?o:null,this.inline=null!=r&&r,this.baseroute=null!=l?l:"",this.ssrUrl=null!=n?n:"",this.name=e,this.url=t,this.useSandbox=s,this.scopecss=this.useSandbox&&i,this.macro=null!=a&&a,this.source={links:new Map,scripts:new Map},this.loadSourceCode(),this.useSandbox&&(this.sandBox=new Ce(e,t,this.macro))}loadSourceCode(){var e;this.state=S.LOADING_SOURCE_CODE,I((e=this).ssrUrl||e.url,e.name,{cache:"no-cache"}).then((t=>{if(!t){const t="html is empty, please check in detail";return e.onerror(new Error(t)),u(t,e.name)}re(t=t.replace(/<head[^>]*>[\s\S]*?<\/head>/i,(e=>e.replace(/<head/i,"<micro-app-head").replace(/<\/head>/i,"</micro-app-head>"))).replace(/<body[^>]*>[\s\S]*?<\/body>/i,(e=>e.replace(/<body/i,"<micro-app-body").replace(/<\/body>/i,"</micro-app-body>"))),e)})).catch((t=>{u(`Failed to fetch data from ${e.url}, micro-app stop rendering`,e.name,t),e.onLoadError(t)}))}onLoad(e){if(2==++this.loadSourceLevel){if(this.source.html=e,this.isPrefetch||S.UNMOUNT===this.state)return;this.state=S.LOAD_SOURCE_FINISHED,this.mount()}}onLoadError(e){this.loadSourceLevel=-1,S.UNMOUNT!==this.state&&(this.onerror(e),this.state=S.LOAD_SOURCE_ERROR)}mount(e,t,n){var o,r,s;if("boolean"==typeof t&&t!==this.inline&&(this.inline=t),this.container=null!==(o=this.container)&&void 0!==o?o:e,this.baseroute=null!=n?n:this.baseroute,2!==this.loadSourceLevel)return void(this.state=S.LOADING_SOURCE_CODE);let a;if(Pe(this.container,this.name,L.BEFOREMOUNT),this.state=S.MOUNTING,P(this.source.html,this.container,!this.umdMode),null===(r=this.sandBox)||void 0===r||r.start(this.baseroute),this.umdMode){null===(s=this.sandBox)||void 0===s||s.rebuildUmdSnapshot();try{a=this.umdHookMount()}catch(e){u("an error occurred in the mount function \n",this.name,e)}this.handleMounted(a)}else{let e=!1;!function(e,t,n){const o=Array.from(e.entries()),r=[],i=[];for(const[e,s]of o)s.isDynamic||(s.defer||s.async?(s.isExternal&&!s.code?r.push(I(e,t.name)):r.push(s.code),i.push([e,s]),s.module&&(n.moduleCount=n.moduleCount?++n.moduleCount:1)):(Z(e,t,s,!1),n(!1)));r.length?Promise.all(r).then((e=>{e.forEach(((e,o)=>{const[r,s]=i[o];s.code=s.code||e,Z(r,t,s,!1,n),!s.module&&n(!1)})),n(void 0===n.moduleCount)})).catch((e=>{u(e,t.name),n(!0)})):n(!0)}(this.source.scripts,this,(t=>{var n;if(!this.umdMode){const{mount:e,unmount:t}=this.getUmdLibraryHooks();if(i(e)&&i(t)){this.umdHookMount=e,this.umdHookUnmount=t,this.umdMode=!0,null===(n=this.sandBox)||void 0===n||n.recordUmdSnapshot();try{a=this.umdHookMount()}catch(e){u("an error occurred in the mount function \n",this.name,e)}}}e||!0!==t&&!this.umdMode||(e=!0,this.handleMounted(a))}))}}handleMounted(e){l(e)?e.then((()=>this.dispatchMountedEvent())).catch((e=>this.onerror(e))):this.dispatchMountedEvent()}dispatchMountedEvent(){S.UNMOUNT!==this.state&&(this.state=S.MOUNTED,Pe(this.container,this.name,L.MOUNTED))}unmount(e,t){let n;if(this.state===S.LOAD_SOURCE_ERROR&&(e=!0),this.state=S.UNMOUNT,this.keepAliveState=null,this.keepAliveContainer=null,this.umdHookUnmount)try{n=this.umdHookUnmount()}catch(e){u("an error occurred in the unmount function \n",this.name,e)}Oe("unmount",this.name),this.handleUnmounted(e,n,t)}handleUnmounted(e,t,n){l(t)?t.then((()=>this.actionsForUnmount(e,n))).catch((()=>this.actionsForUnmount(e,n))):this.actionsForUnmount(e,n)}actionsForUnmount(e,t){var n;null===(n=this.sandBox)||void 0===n||n.stop(),e?this.actionsForCompletelyDestory():this.umdMode&&this.container.childElementCount&&P(this.container,this.source.html,!1),Pe(this.container,this.name,L.UNMOUNT),this.container.innerHTML="",this.container=null,t&&t()}actionsForCompletelyDestory(){!this.useSandbox&&this.umdMode&&delete window[this.libraryName],Re.delete(this.name)}hiddenKeepAliveApp(){const e=this.container;P(this.container,this.keepAliveContainer?this.keepAliveContainer:this.keepAliveContainer=document.createElement("div"),!1),this.container=this.keepAliveContainer,this.keepAliveState=U.KEEP_ALIVE_HIDDEN,Oe("appstate-change",this.name,{appState:"afterhidden"}),Pe(e,this.name,L.AFTERHIDDEN)}showKeepAliveApp(e){Oe("appstate-change",this.name,{appState:"beforeshow"}),Pe(e,this.name,L.BEFORESHOW),P(this.container,e,!1),this.container=e,this.keepAliveState=U.KEEP_ALIVE_SHOW,Oe("appstate-change",this.name,{appState:"aftershow"}),Pe(this.container,this.name,L.AFTERSHOW)}onerror(e){Pe(this.container,this.name,L.ERROR,e)}getAppState(){return this.state}getKeepAliveState(){return this.keepAliveState}getUmdLibraryHooks(){var e,t;if(S.UNMOUNT!==this.state){const n=null!==(t=null===(e=this.sandBox)||void 0===e?void 0:e.proxyWindow)&&void 0!==t?t:T.rawWindow;return this.libraryName=D(this.container).getAttribute("library")||`micro-app-${this.name}`,"object"==typeof n[this.libraryName]?n[this.libraryName]:{}}return{}}}function Me(e,t){const n=Re.get(f(e));return new Promise((o=>{if(n)if(n.getAppState()===S.UNMOUNT||n.isPrefetch)(null==t?void 0:t.destroy)&&n.actionsForCompletelyDestory(),o();else if(n.getKeepAliveState()===U.KEEP_ALIVE_HIDDEN)(null==t?void 0:t.destroy)?n.unmount(!0,o):(null==t?void 0:t.clearAliveState)?n.unmount(!1,o):o();else{const e=D(n.container),r=()=>{e.removeEventListener("unmount",r),e.removeEventListener("afterhidden",i),o()},i=()=>{e.removeEventListener("unmount",r),e.removeEventListener("afterhidden",i),o()};if(e.addEventListener("unmount",r),e.addEventListener("afterhidden",i),null==t?void 0:t.destroy){let t,n;e.hasAttribute("destroy")&&(t=e.getAttribute("destroy")),e.hasAttribute("destory")&&(n=e.getAttribute("destory")),e.setAttribute("destroy","true"),e.parentNode.removeChild(e),e.removeAttribute("destroy"),"string"==typeof t&&e.setAttribute("destroy",t),"string"==typeof n&&e.setAttribute("destory",n)}else if((null==t?void 0:t.clearAliveState)&&e.hasAttribute("keep-alive")){const t=e.getAttribute("keep-alive");e.removeAttribute("keep-alive"),e.parentNode.removeChild(e),e.setAttribute("keep-alive",t)}else e.parentNode.removeChild(e)}else p(`app ${e} does not exist`),o()}))}const Se=new WeakMap;function Le(e,t,n){if(t instanceof HTMLStyleElement){if(t.hasAttribute("exclude")){const e=document.createComment("style element with exclude attribute ignored by micro-app");return Se.set(t,e),e}return n.scopecss&&!t.hasAttribute("ignore")?j(t,n):t}if(t instanceof HTMLLinkElement){if(t.hasAttribute("exclude")){const e=document.createComment("link element with exclude attribute ignored by micro-app");return Se.set(t,e),e}if(t.hasAttribute("ignore"))return t;const{url:o,info:r,replaceComment:i}=z(t,e,n,!0);if(o&&r){const e=C("style");return e.__MICRO_APP_LINK_PATH__=o,function(e,t,n,o,r){if(n.source.links.has(e))return r.textContent=n.source.links.get(e).code,j(r,n),void d((()=>G(o)));if(V.has(e)){const i=V.get(e);return t.code=i,n.source.links.set(e,t),r.textContent=i,j(r,n),void d((()=>G(o)))}I(e,n.name).then((i=>{t.code=i,n.source.links.set(e,t),t.isGlobal&&V.set(e,i),r.textContent=i,j(r,n),G(o)})).catch((e=>{u(e,n.name),q(o)}))}(o,r,n,t,e),Se.set(t,e),e}return i?(Se.set(t,i),i):t}if(t instanceof HTMLScriptElement){const{replaceComment:o,url:r,info:i}=X(t,e,n,!0)||{};if(r&&i){if(i.isExternal){const e=function(e,t,n,o){const r=()=>G(o);if(n.source.scripts.has(e)){const t=n.source.scripts.get(e);return!t.module&&d(r),Z(e,n,t,!0,r)}if(Q.has(e)){const o=Q.get(e);return t.code=o,n.source.scripts.set(e,t),!t.module&&d(r),Z(e,n,t,!0,r)}let i;return i=n.inline||t.module?C("script"):document.createComment(`dynamic script with src='${e}' extract by micro-app`),I(e,n.name).then((s=>{t.code=s,n.source.scripts.set(e,t),t.isGlobal&&Q.set(e,s);try{s=ne(e,n,s,t.module),n.inline||t.module?ee(e,s,t.module,i,r):te(s,t)}catch(t){console.error(`[micro-app from runDynamicScript] app ${n.name}: `,t,e)}!t.module&&G(o)})).catch((e=>{u(e,n.name),q(o)})),i}(r,i,n,t);return Se.set(t,e),e}{const e=Z(r,n,i,!0);return Se.set(t,e),e}}return o?(Se.set(t,o),o):t}return t}function Ue(e,t,n,o,r){if(n===document.head){const i=e.container.querySelector("micro-app-head");return r&&!i.contains(r)?T.rawAppendChild.call(i,o):t!==T.rawRemoveChild||i.contains(o)?t===T.rawAppend||t===T.rawPrepend?t.call(i,o):t.call(i,o,r):n.contains(o)?t.call(n,o):o}if(n===document.body){const i=e.container.querySelector("micro-app-body");return r&&!i.contains(r)?T.rawAppendChild.call(i,o):t!==T.rawRemoveChild||i.contains(o)?t===T.rawAppend||t===T.rawPrepend?t.call(i,o):t.call(i,o,r):n.contains(o)?t.call(n,o):o}return t===T.rawAppend||t===T.rawPrepend?t.call(n,o):t.call(n,o,r)}function Ie(e){var t;return null!==(t=Se.get(e))&&void 0!==t?t:e}function Te(e,t,n,o){if(null==t?void 0:t.__MICRO_APP_NAME__){const r=Re.get(t.__MICRO_APP_NAME__);return(null==r?void 0:r.container)?Ue(r,o,e,Le(e,t,r),n&&Ie(n)):o===T.rawAppend||o===T.rawPrepend?o.call(e,t):o.call(e,t,n)}if(o===T.rawAppend||o===T.rawPrepend){const n=g();if(!(t instanceof Node)&&n){const r=Re.get(n);if(null==r?void 0:r.container){if(e===document.head)return o.call(r.container.querySelector("micro-app-head"),t);if(e===document.body)return o.call(r.container.querySelector("micro-app-body"),t)}}return o.call(e,t)}return o.call(e,t,n)}function xe(){!function(){const e=T.rawDocument;function t(t){var n,o,r;const i=g();return i&&t&&!R(t)&&e===this?null!==(r=null===(o=null===(n=Re.get(i))||void 0===n?void 0:n.container)||void 0===o?void 0:o.querySelector(t))&&void 0!==r?r:null:T.rawQuerySelector.call(this,t)}function n(t){var n,o,r;const i=g();return i&&t&&!R(t)&&e===this?null!==(r=null===(o=null===(n=Re.get(i))||void 0===n?void 0:n.container)||void 0===o?void 0:o.querySelectorAll(t))&&void 0!==r?r:[]:T.rawQuerySelectorAll.call(this,t)}Document.prototype.createElement=function(e,t){return $e(T.rawCreateElement.call(this,e,t))},Document.prototype.createElementNS=function(e,t,n){return $e(T.rawCreateElementNS.call(this,e,t,n))},Document.prototype.createDocumentFragment=function(){return $e(T.rawCreateDocumentFragment.call(this))},Document.prototype.querySelector=t,Document.prototype.querySelectorAll=n,Document.prototype.getElementById=function(e){if(!g()||O(e))return T.rawGetElementById.call(this,e);try{return t.call(this,`#${e}`)}catch(t){return T.rawGetElementById.call(this,e)}},Document.prototype.getElementsByClassName=function(e){if(!g()||O(e))return T.rawGetElementsByClassName.call(this,e);try{return n.call(this,`.${e}`)}catch(t){return T.rawGetElementsByClassName.call(this,e)}},Document.prototype.getElementsByTagName=function(e){var t;const o=g();if(!o||R(e)||O(e)||!(null===(t=Re.get(o))||void 0===t?void 0:t.inline)&&/^script$/i.test(e))return T.rawGetElementsByTagName.call(this,e);try{return n.call(this,e)}catch(t){return T.rawGetElementsByTagName.call(this,e)}},Document.prototype.getElementsByName=function(e){if(!g()||O(e))return T.rawGetElementsByName.call(this,e);try{return n.call(this,`[name=${e}]`)}catch(t){return T.rawGetElementsByName.call(this,e)}}}(),Element.prototype.setAttribute=function(e,t){if(/^micro-app(-\S+)?/i.test(this.tagName)&&"data"===e)if(a(t)){const e={};Object.getOwnPropertyNames(t).forEach((n=>{r(n)&&0===n.indexOf("__")||(e[n]=t[n])})),this.data=e}else"[object Object]"!==t&&p("property data must be an object",this.getAttribute("name"));else if((("src"===e||"srcset"===e)&&/^(img|script)$/i.test(this.tagName)||"href"===e&&/^link$/i.test(this.tagName))&&this.__MICRO_APP_NAME__&&Re.has(this.__MICRO_APP_NAME__)){const n=Re.get(this.__MICRO_APP_NAME__);T.rawSetAttribute.call(this,e,y(t,n.url))}else T.rawSetAttribute.call(this,e,t)},Element.prototype.appendChild=function(e){return Te(this,e,null,T.rawAppendChild)},Element.prototype.insertBefore=function(e,t){return Te(this,e,t,T.rawInsertBefore)},Element.prototype.replaceChild=function(e,t){return Te(this,e,t,T.rawReplaceChild)},Element.prototype.append=function(...e){let t=0;const n=e.length;for(;t<n;)Te(this,e[t],null,T.rawAppend),t++},Element.prototype.prepend=function(...e){let t=e.length;for(;t>0;)Te(this,e[t-1],null,T.rawPrepend),t--},Element.prototype.removeChild=function(e){if(null==e?void 0:e.__MICRO_APP_NAME__){const t=Re.get(e.__MICRO_APP_NAME__);return(null==t?void 0:t.container)?Ue(t,T.rawRemoveChild,this,Ie(e)):T.rawRemoveChild.call(this,e)}return T.rawRemoveChild.call(this,e)},Element.prototype.cloneNode=function(e){const t=T.rawCloneNode.call(this,e);return this.__MICRO_APP_NAME__&&(t.__MICRO_APP_NAME__=this.__MICRO_APP_NAME__),t}}function $e(e){const t=g();return t&&(e.__MICRO_APP_NAME__=t),e}function ke(){E(null),Document.prototype.createElement=T.rawCreateElement,Document.prototype.createElementNS=T.rawCreateElementNS,Document.prototype.createDocumentFragment=T.rawCreateDocumentFragment,Document.prototype.querySelector=T.rawQuerySelector,Document.prototype.querySelectorAll=T.rawQuerySelectorAll,Document.prototype.getElementById=T.rawGetElementById,Document.prototype.getElementsByClassName=T.rawGetElementsByClassName,Document.prototype.getElementsByTagName=T.rawGetElementsByTagName,Document.prototype.getElementsByName=T.rawGetElementsByName,Element.prototype.setAttribute=T.rawSetAttribute,Element.prototype.appendChild=T.rawAppendChild,Element.prototype.insertBefore=T.rawInsertBefore,Element.prototype.replaceChild=T.rawReplaceChild,Element.prototype.removeChild=T.rawRemoveChild,Element.prototype.append=T.rawAppend,Element.prototype.prepend=T.rawPrepend,Element.prototype.cloneNode=T.rawCloneNode}let We=!1;function Be(){He(),Re.forEach((e=>{e.container&&D(e.container).disconnectedCallback()})),!window.__MICRO_APP_UMD_MODE__&&Re.clear(),Ke.size&&(Ke.clear(),ke())}function He(){window.__MICRO_APP_ENVIRONMENT__&&window.removeEventListener("unmount",Be,!1)}const Ke=new Map;function je(e){class n extends HTMLElement{constructor(){super(),this.isWating=!1,this.cacheData=null,this.hasConnected=!1,this.appName="",this.appUrl="",this.ssrUrl="",this.version=t,this.handleAttributeUpdate=()=>{this.isWating=!1;const e=f(this.getAttribute("name")),t=m(this.getAttribute("url"),this.appName);if(this.legalAttribute("name",e)&&this.legalAttribute("url",t)){const n=Re.get(e);if(e!==this.appName&&n&&S.UNMOUNT!==n.getAppState()&&U.KEEP_ALIVE_HIDDEN!==n.getKeepAliveState()&&!n.isPrefetch)return this.setAttribute("name",this.appName),u(`app name conflict, an app named ${e} is running`,this.appName);e===this.appName&&t===this.appUrl||(e===this.appName?this.handleUnmount(!0,(()=>{this.actionsForAttributeChange(e,t,n)})):this.getKeepAliveModeResult()?(this.handleHiddenKeepAliveApp(),this.actionsForAttributeChange(e,t,n)):this.handleUnmount(this.getDestroyCompatibleResult(),(()=>{this.actionsForAttributeChange(e,t,n)})))}else e!==this.appName&&this.setAttribute("name",this.appName)},this.querySelector("micro-app-head")||this.performWhenFirstCreated()}static get observedAttributes(){return["name","url"]}connectedCallback(){this.hasConnected=!0,Ke.has(this)||this.performWhenFirstCreated(),d((()=>Pe(this,this.appName,L.CREATED))),this.initialMount()}disconnectedCallback(){this.hasConnected=!1,this.getKeepAliveModeResult()?this.handleHiddenKeepAliveApp():(Ke.delete(this),this.handleUnmount(this.getDestroyCompatibleResult(),(()=>{0===Ke.size&&ke()})))}attributeChangedCallback(e,t,n){if(this.legalAttribute(e,n)&&this[e===M.NAME?"appName":"appUrl"]!==n)if(e!==M.URL||this.appUrl)if(e!==M.NAME||this.appName)this.isWating||(this.isWating=!0,d(this.handleAttributeUpdate));else{const e=f(n);if(!e)return u(`Invalid attribute name ${n}`,this.appName);this.cacheData&&(Ge.setData(e,this.cacheData),this.cacheData=null),this.appName=e,e!==n&&this.setAttribute("name",this.appName),this.handleInitialNameAndUrl()}else{if(!(n=m(n,this.appName)))return u(`Invalid attribute url ${n}`,this.appName);this.appUrl=n,this.handleInitialNameAndUrl()}}handleInitialNameAndUrl(){this.hasConnected&&this.initialMount()}performWhenFirstCreated(){1===Ke.set(this,!0).size&&(xe(),function(){if(!We){We=!0;const e=C("style");e.setAttribute("type","text/css"),e.textContent=`\n${Ge.tagName}, micro-app-body { display: block; } \nmicro-app-head { display: none; }`,T.rawDocument.head.appendChild(e)}}(),He(),window.__MICRO_APP_ENVIRONMENT__&&window.addEventListener("unmount",Be,!1))}initialMount(){if(this.appName&&this.appUrl)if(this.getDisposeResult("shadowDOM")&&!this.shadowRoot&&i(this.attachShadow)&&this.attachShadow({mode:"open"}),this.getDisposeResult("ssr")?this.ssrUrl=y(T.rawWindow.location.pathname,this.appUrl):this.ssrUrl&&(this.ssrUrl=""),Re.has(this.appName)){const e=Re.get(this.appName),t=e.ssrUrl||e.url,n=this.ssrUrl||this.appUrl;e.getKeepAliveState()===U.KEEP_ALIVE_HIDDEN&&e.url===this.appUrl?this.handleShowKeepAliveApp(e):t!==n||!e.isPrefetch&&e.getAppState()!==S.UNMOUNT?e.isPrefetch||e.getAppState()===S.UNMOUNT?(p(`the ${e.isPrefetch?"prefetch":"unmounted"} app with url: ${t} is replaced by a new app`,this.appName),this.handleCreateApp()):u(`app name conflict, an app named ${this.appName} is running`,this.appName):this.handleAppMount(e)}else this.handleCreateApp()}actionsForAttributeChange(e,t,n){var o;this.getDisposeResult("ssr")?this.ssrUrl=y(T.rawWindow.location.pathname,t):this.ssrUrl&&(this.ssrUrl=""),this.appName=e,this.appUrl=t,(null!==(o=this.shadowRoot)&&void 0!==o?o:this).innerHTML="",e!==this.getAttribute("name")&&this.setAttribute("name",this.appName),n?n.getKeepAliveState()===U.KEEP_ALIVE_HIDDEN?n.url===this.appUrl?this.handleShowKeepAliveApp(n):u(`app name conflict, an app named ${this.appName} is running`,this.appName):n.url===this.appUrl&&n.ssrUrl===this.ssrUrl?this.handleAppMount(n):this.handleCreateApp():this.handleCreateApp()}legalAttribute(e,t){return!(!r(t)||!t)||(u(`unexpected attribute ${e}, please check again`,this.appName),!1)}handleAppMount(e){e.isPrefetch=!1,d((()=>{var t;return e.mount(null!==(t=this.shadowRoot)&&void 0!==t?t:this,this.getDisposeResult("inline"),this.getBaseRouteCompatible())}))}handleCreateApp(){var e;Re.has(this.appName)&&Re.get(this.appName).actionsForCompletelyDestory();const t=new De({name:this.appName,url:this.appUrl,ssrUrl:this.ssrUrl,container:null!==(e=this.shadowRoot)&&void 0!==e?e:this,inline:this.getDisposeResult("inline"),scopecss:!(this.getDisposeResult("disableScopecss")||this.getDisposeResult("shadowDOM")),useSandbox:!this.getDisposeResult("disableSandbox"),macro:this.getDisposeResult("macro"),baseroute:this.getBaseRouteCompatible()});Re.set(this.appName,t)}handleUnmount(e,t){const n=Re.get(this.appName);n&&n.getAppState()!==S.UNMOUNT&&n.unmount(e,t)}handleHiddenKeepAliveApp(){const e=Re.get(this.appName);e&&e.getAppState()!==S.UNMOUNT&&e.getKeepAliveState()!==U.KEEP_ALIVE_HIDDEN&&e.hiddenKeepAliveApp()}handleShowKeepAliveApp(e){d((()=>{var t;return e.showKeepAliveApp(null!==(t=this.shadowRoot)&&void 0!==t?t:this)}))}getDisposeResult(e){return(this.compatibleSpecialProperties(e)||Ge[e])&&this.compatibleDisablSpecialProperties(e)}compatibleSpecialProperties(e){return"disableScopecss"===e?this.hasAttribute("disableScopecss")||this.hasAttribute("disable-scopecss"):"disableSandbox"===e?this.hasAttribute("disableSandbox")||this.hasAttribute("disable-sandbox"):this.hasAttribute(e)}compatibleDisablSpecialProperties(e){return"disableScopecss"===e?"false"!==this.getAttribute("disableScopecss")&&"false"!==this.getAttribute("disable-scopecss"):"disableSandbox"===e?"false"!==this.getAttribute("disableSandbox")&&"false"!==this.getAttribute("disable-sandbox"):"false"!==this.getAttribute(e)}getBaseRouteCompatible(){var e,t;return null!==(t=null!==(e=this.getAttribute("baseroute"))&&void 0!==e?e:this.getAttribute("baseurl"))&&void 0!==t?t:""}getDestroyCompatibleResult(){return this.getDisposeResult("destroy")||this.getDisposeResult("destory")}getKeepAliveModeResult(){return this.getDisposeResult("keep-alive")&&!this.getDestroyCompatibleResult()}set data(e){this.appName?Ge.setData(this.appName,e):this.cacheData=e}get data(){return this.appName?Ge.getData(this.appName,!0):this.cacheData?this.cacheData:null}}window.customElements.define(e,n)}function Fe(e){if(!n)return u("preFetch is only supported in browser environment");b((()=>{i(e)&&(e=e()),function(e){const t=[];return s(e)&&e.forEach((e=>{a(e)&&(e.name=f(e.name),e.url=m(e.url,e.name),e.name&&e.url&&!Re.has(e.name)&&t.push(e))})),t}(e).forEach((e=>{var t,n,o;const r=new De({name:e.name,url:e.url,scopecss:!(null!==(t=e.disableScopecss)&&void 0!==t?t:Ge.disableScopecss),useSandbox:!(null!==(n=e.disableSandbox)&&void 0!==n?n:Ge.disableSandbox),macro:null!==(o=e.macro)&&void 0!==o?o:Ge.macro});r.isPrefetch=!0,Re.set(e.name,r)}))}))}var Ge=new class extends le{constructor(){super(...arguments),this.tagName="micro-app",this.preFetch=Fe}start(e){if(!n||!window.customElements)return u("micro-app is not supported in this environment");if(null==e?void 0:e.tagName){if(!/^micro-app(-\S+)?/.test(e.tagName))return u(`${e.tagName} is invalid tagName`);this.tagName=e.tagName}if(window.customElements.get(this.tagName))return p(`element ${this.tagName} is already defined`);if(x(),e&&a(e)&&(this.shadowDOM=e.shadowDOM,this.destroy=e.destroy,this.destory=e.destory,this.inline=e.inline,this.disableScopecss=e.disableScopecss,this.disableSandbox=e.disableSandbox,this.macro=e.macro,this.ssr=e.ssr,i(e.fetch)&&(this.fetch=e.fetch),a(e.lifeCycles)&&(this.lifeCycles=e.lifeCycles),e.preFetchApps&&Fe(e.preFetchApps),e.globalAssets&&(a(t=e.globalAssets)&&b((()=>{if(s(t.js)){const e=t.js.filter((e=>r(e)&&e.includes(".js")&&!Q.has(e))),n=[];e.forEach((e=>{n.push(I(e))})),w(n,(t=>{const n=e[t.index];Q.has(n)||Q.set(n,t.data)}),(e=>{u(e)}))}if(s(t.css)){const e=t.css.filter((e=>r(e)&&e.includes(".css")&&!V.has(e))),n=[];e.forEach((e=>{n.push(I(e))})),w(n,(t=>{const n=e[t.index];V.has(n)||V.set(n,t.data)}),(e=>{u(e)}))}}))),a(e.plugins))){const t=e.plugins.modules;if(a(t))for(const e in t){const n=f(e);n&&e!==n&&(t[n]=t[e],delete t[e])}this.plugins=e.plugins}var t;je(this.tagName)}};e.EventCenterForMicroApp=ce,e.default=Ge,e.getActiveApps=function(){const e=[];return Re.forEach(((t,n)=>{S.UNMOUNT===t.getAppState()||t.isPrefetch||e.push(n)})),e},e.getAllApps=function(){return Array.from(Re.keys())},e.preFetch=Fe,e.pureCreateElement=C,e.removeDomScope=v,e.unmountAllApps=function(e){return Array.from(Re.keys()).reduce(((t,n)=>t.then((()=>Me(n,e)))),Promise.resolve())},e.unmountApp=Me,e.version=t,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).microApp={})}(this,(function(e){"use strict";const t="0.8.1",n="undefined"!=typeof window,s="undefined"!=typeof global?global:"undefined"!=typeof window?window:"undefined"!=typeof self?self:Function("return this")();function i(e){return"string"==typeof e}function o(e){return"boolean"==typeof e}function r(e){return"function"==typeof e}const a=Array.isArray;function c(e){return"[object Object]"===toString.call(e)}function l(e){return"[object Promise]"===toString.call(e)}function h(e){return r(e)&&0===e.name.indexOf("bound ")&&!e.hasOwnProperty("prototype")}const u=Object.defineProperty,p=Object.defineProperties,d=Object.prototype.hasOwnProperty;function m(e,t=null,...n){const s=t&&i(t)?` app ${t}:`:"";i(e)?console.error(`[micro-app]${s} ${e}`,...n):console.error(`[micro-app]${s}`,e,...n)}function f(e,t=null,...n){const s=t&&i(t)?` app ${t}:`:"";i(e)?console.warn(`[micro-app]${s} ${e}`,...n):console.warn(`[micro-app]${s}`,e,...n)}function _(e,...t){Promise.resolve().then(e.bind(null,...t))}function A(e){return e.startsWith("//")?`${location.protocol}${e}`:e}function b(e,t=null){if(!i(e)||!e)return"";try{const{origin:t,pathname:n,search:s}=new URL(A(e));if(/\.(\w+)$/.test(n))return`${t}${n}${s}`;const i=`${t}${n}/`.replace(/\/\/$/,"/");return/^https?:\/\//.test(i)?`${i}${s}`:""}catch(e){return m(e,t),""}}function g(e){return i(e)&&e?e.replace(/(^\d+)|([^\w\d-_])/gi,""):""}function w(e){const{origin:t,pathname:n}=new URL(e);if(/\.(\w+)$/.test(n)){const e=`${t}${n}`.split("/");return e.pop(),e.join("/")+"/"}return`${t}${n}/`.replace(/\/\/$/,"/")}function y(e,t){return!e||/^((((ht|f)tps?)|file):)?\/\//.test(e)||/^(data|blob):/.test(e)?e:new URL(e,w(A(t))).toString()}function E(e,t,n,s){let i=0;function o(){++i===e.length&&s&&s()}e.forEach(((e,s)=>{l(e)?e.then((e=>{t({data:e,index:s}),o()})).catch((e=>{n({error:e,index:s}),o()})):(t({data:e,index:s}),o())}))}const v=s.requestIdleCallback||function(e){const t=Date.now();return setTimeout((function(){e({didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))})}),1)};let N=null;function C(e){N=e}function R(e){N!==e&&(C(e),_((()=>{C(null)})))}function D(){return N}function P(){C(null)}function M(e,t){const n=document.createElement(e,t);return n.__MICRO_APP_NAME__&&delete n.__MICRO_APP_NAME__,n}function O(e,t,n){if(t.innerHTML="",n){const n=e.cloneNode(!0),s=document.createDocumentFragment();Array.from(n.childNodes).forEach((e=>{s.appendChild(e)})),t.appendChild(s)}else Array.from(e.childNodes).forEach((e=>{t.appendChild(e)}))}function S(e){return!e||/(^\d)|([^\w\d-_\u4e00-\u9fa5])/gi.test(e)}function I(e){return/^body$/i.test(e)||/^head$/i.test(e)||/^html$/i.test(e)}function L(e){return function(e){return"undefined"!=typeof ShadowRoot&&e instanceof ShadowRoot}(e)?e.host:e}function U(e){return e?e.replace(/^\s+|\s+$/g,""):""}var x,T,k,W;!function(e){e.NAME="name",e.URL="url"}(x||(x={})),function(e){e.NOT_LOADED="NOT_LOADED",e.LOADING_SOURCE_CODE="LOADING_SOURCE_CODE",e.LOAD_SOURCE_FINISHED="LOAD_SOURCE_FINISHED",e.LOAD_SOURCE_ERROR="LOAD_SOURCE_ERROR",e.MOUNTING="MOUNTING",e.MOUNTED="MOUNTED",e.UNMOUNT="UNMOUNT"}(T||(T={})),function(e){e.CREATED="created",e.BEFOREMOUNT="beforemount",e.MOUNTED="mounted",e.UNMOUNT="unmount",e.ERROR="error",e.BEFORESHOW="beforeshow",e.AFTERSHOW="aftershow",e.AFTERHIDDEN="afterhidden"}(k||(k={})),function(e){e.KEEP_ALIVE_SHOW="KEEP_ALIVE_SHOW",e.KEEP_ALIVE_HIDDEN="KEEP_ALIVE_HIDDEN"}(W||(W={}));const $="window,self,globalThis,Array,Object,String,Boolean,Math,Number,Symbol,Date,Promise,Function,Proxy,WeakMap,WeakSet,Set,Map,Reflect,Element,Node,Document,RegExp,Error,TypeError,JSON,isNaN,parseFloat,parseInt,performance,console,decodeURI,encodeURI,decodeURIComponent,encodeURIComponent,location,navigator,undefined";function B(e,t=null,n={}){return r(Je.fetch)?Je.fetch(e,n,t):fetch(e,n).then((e=>e.text()))}const F=/(^|\s+)(html|:root)(?=[\s>~[.#:]+|$)/,H=/(^|\s+)((html[\s>~]+body)|body)(?=[\s>~[.#:]+|$)/,K=/url\(["']?([^)"']+)["']?\)/gm;function j(e,t){e=t?`${t}:${e}`:e;const n=new Error(e);throw n.reason=e,t&&(n.filename=t),n}class G{constructor(){this.cssText="",this.prefix="",this.baseURI="",this.linkPath="",this.result="",this.scopecssDisable=!1,this.scopecssDisableSelectors=[],this.scopecssDisableNextLine=!1,this.mediaRule=this.createMatcherForAtRuleWithChildRule(/^@media *([^{]+)/,"media"),this.supportsRule=this.createMatcherForAtRuleWithChildRule(/^@supports *([^{]+)/,"supports"),this.documentRule=this.createMatcherForAtRuleWithChildRule(/^@([-\w]+)?document *([^{]+)/,"document"),this.hostRule=this.createMatcherForAtRuleWithChildRule(/^@host\s*/,"host"),this.importRule=this.createMatcherForNoneBraceAtRule("import"),this.charsetRule=this.createMatcherForNoneBraceAtRule("charset"),this.namespaceRule=this.createMatcherForNoneBraceAtRule("namespace")}exec(e,t,n,s){return this.cssText=e,this.prefix=t,this.baseURI=n,this.linkPath=s||"",this.matchRules(),this.result}reset(){this.cssText=this.prefix=this.baseURI=this.linkPath=this.result="",this.scopecssDisable=this.scopecssDisableNextLine=!1,this.scopecssDisableSelectors=[]}matchRules(){for(this.matchLeadingSpaces(),this.matchComments();this.cssText.length&&"}"!==this.cssText.charAt(0)&&(this.matchAtRule()||this.matchStyleRule());)this.matchComments()}matchStyleRule(){const e=this.formatSelector();return this.scopecssDisableNextLine=!1,e?(this.result+=e.join(", "),this.matchComments(),this.styleDeclarations(),this.matchLeadingSpaces(),!0):j("selector missing",this.linkPath)}styleDeclarations(){if(!this.matchOpenBrace())return j("Declaration missing '{'",this.linkPath);for(this.matchComments();this.styleDeclaration();)this.matchComments();return!!this.matchCloseBrace()||j("Declaration missing '}'",this.linkPath)}styleDeclaration(){if(!this.commonMatch(/^(\*?[-#+\/\*\\\w]+(\[[0-9a-z_-]+\])?)\s*/))return!1;if(!this.commonMatch(/^:\s*/))return j("property missing ':'",this.linkPath);const e=this.commonMatch(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^\)]*?\)|[^};])+)/,!0);let t=e?e[0]:"";return this.scopecssDisableNextLine||this.scopecssDisable&&!this.scopecssDisableSelectors.length||(t=t.replace(K,((e,t)=>/^((data|blob):|#)/.test(t)||/^(https?:)?\/\//.test(t)?e:(/^((\.\.?\/)|[^/])/.test(t)&&this.linkPath&&(this.baseURI=function(e){const t=e.split("/");return t.pop(),A(t.join("/")+"/")}(this.linkPath)),`url("${y(t,this.baseURI)}")`)))),this.scopecssDisableNextLine=!1,this.result+=t,this.matchLeadingSpaces(),this.commonMatch(/^[;\s]*/),!0}formatSelector(){const e=this.commonMatch(/^([^{]+)/,!0);return!!e&&U(e[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,(e=>e.replace(/,/g,""))).split(/\s*(?![^(]*\)),\s*/).map((e=>{const t=e.replace(/\u200C/g,",");return this.scopecssDisableNextLine?t:!this.scopecssDisable||this.scopecssDisableSelectors.length&&!this.scopecssDisableSelectors.includes(t)?"*"===t?this.prefix+" *":H.test(t)?t.replace(H,this.prefix+" micro-app-body"):F.test(t)?t:this.prefix+" "+t:t}))}matchAtRule(){return"@"===this.cssText[0]&&(this.scopecssDisableNextLine=!1,this.keyframesRule()||this.mediaRule()||this.customMediaRule()||this.supportsRule()||this.importRule()||this.charsetRule()||this.namespaceRule()||this.documentRule()||this.pageRule()||this.hostRule()||this.fontFaceRule())}keyframesRule(){if(!this.commonMatch(/^@([-\w]+)?keyframes\s*/))return!1;if(!this.commonMatch(/^([-\w]+)\s*/))return j("@keyframes missing name",this.linkPath);if(this.matchComments(),!this.matchOpenBrace())return j("@keyframes missing '{'",this.linkPath);for(this.matchComments();this.keyframeRule();)this.matchComments();return this.matchCloseBrace()?(this.matchLeadingSpaces(),!0):j("@keyframes missing '}'",this.linkPath)}keyframeRule(){let e;const t=[];for(;e=this.commonMatch(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)t.push(e[1]),this.commonMatch(/^,\s*/);return!!t.length&&(this.styleDeclarations(),this.matchLeadingSpaces(),!0)}customMediaRule(){return!!this.commonMatch(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/)&&(this.matchLeadingSpaces(),!0)}pageRule(){return!!this.commonMatch(/^@page */)&&(this.formatSelector(),this.scopecssDisableNextLine=!1,this.commonHandlerForAtRuleWithSelfRule("page"))}fontFaceRule(){return!!this.commonMatch(/^@font-face\s*/)&&this.commonHandlerForAtRuleWithSelfRule("font-face")}createMatcherForAtRuleWithChildRule(e,t){return()=>!!this.commonMatch(e)&&(this.matchOpenBrace()?(this.matchComments(),this.matchRules(),this.matchCloseBrace()?(this.matchLeadingSpaces(),!0):j(`@${t} missing '}'`,this.linkPath)):j(`@${t} missing '{'`,this.linkPath))}createMatcherForNoneBraceAtRule(e){const t=new RegExp("^@"+e+"\\s*([^;]+);");return()=>!!this.commonMatch(t)&&(this.matchLeadingSpaces(),!1)}commonHandlerForAtRuleWithSelfRule(e){if(!this.matchOpenBrace())return j(`@${e} missing '{'`,this.linkPath);for(this.matchComments();this.styleDeclaration();)this.matchComments();return this.matchCloseBrace()?(this.matchLeadingSpaces(),!0):j(`@${e} missing '}'`,this.linkPath)}matchComments(){for(;this.matchComment(););}matchComment(){if("/"!==this.cssText.charAt(0)||"*"!==this.cssText.charAt(1))return!1;this.scopecssDisableNextLine=!1;let e=2;for(;""!==this.cssText.charAt(e)&&("*"!==this.cssText.charAt(e)||"/"!==this.cssText.charAt(e+1));)++e;if(e+=2,""===this.cssText.charAt(e-1))return j("End of comment missing",this.linkPath);let t=this.cssText.slice(2,e-2);if(this.result+=`/*${t}*/`,t=U(t.replace(/^\s*!/,"")),"scopecss-disable-next-line"===t)this.scopecssDisableNextLine=!0;else if(/^scopecss-disable/.test(t))if("scopecss-disable"===t)this.scopecssDisable=!0;else{this.scopecssDisable=!0;t.replace("scopecss-disable","").split(",").forEach((e=>{this.scopecssDisableSelectors.push(U(e))}))}else"scopecss-enable"===t&&(this.scopecssDisable=!1,this.scopecssDisableSelectors=[]);return this.cssText=this.cssText.slice(e),this.matchLeadingSpaces(),!0}commonMatch(e,t=!1){const n=e.exec(this.cssText);if(!n)return;const s=n[0];return this.cssText=this.cssText.slice(s.length),t||(this.result+=s),n}matchOpenBrace(){return this.commonMatch(/^{\s*/)}matchCloseBrace(){return this.commonMatch(/^}/)}matchLeadingSpaces(){this.commonMatch(/^\s*/)}}function V(e,t,n,s,i){if(!e.__MICRO_APP_HAS_SCOPED__){e.__MICRO_APP_HAS_SCOPED__=!0;let o=null;try{o=q.exec(e.textContent,n,s,i),q.reset()}catch(e){q.reset(),m("CSSParser: An error occurred while parsing CSS",t,e)}o&&(e.textContent=o)}}let q;function z(e,t){if(t.scopecss){const n=`${Je.tagName}[name=${t.name}]`;if(q||(q=new G),e.textContent)V(e,t.name,n,t.url,e.__MICRO_APP_LINK_PATH__);else{const s=new MutationObserver((function(){s.disconnect(),e.textContent&&!e.hasAttribute("data-styled")&&V(e,t.name,n,t.url,e.__MICRO_APP_LINK_PATH__)}));s.observe(e,{childList:!0})}}return e}function Q(e,t){Object.defineProperties(e,{currentTarget:{get:()=>t},srcElement:{get:()=>t},target:{get:()=>t}})}function J(e){const t=new CustomEvent("load");Q(t,e),r(e.onload)?e.onload(t):e.dispatchEvent(t)}function X(e){const t=new CustomEvent("error");Q(t,e),r(e.onerror)?e.onerror(t):e.dispatchEvent(t)}const Y=new Map;function Z(e,t,n,s=!1){const i=e.getAttribute("rel");let o=e.getAttribute("href"),r=null;if("stylesheet"===i&&o){if(o=y(o,n.url),s)return{url:o,info:{code:"",isGlobal:e.hasAttribute("global")}};r=document.createComment(`link element with href=${o} move to micro-app-head as style element`),n.source.links.set(o,{code:"",placeholder:r,isGlobal:e.hasAttribute("global")})}else i&&["prefetch","preload","prerender","icon","apple-touch-icon"].includes(i)?s?r=document.createComment(`link element with rel=${i}${o?" & href="+o:""} removed by micro-app`):t.removeChild(e):o&&e.setAttribute("href",y(o,n.url));return s?{replaceComment:r}:r?t.replaceChild(r,e):void 0}function ee(e,t,n){const s=Array.from(t.source.links.entries()),i=[];for(const[e]of s){const n=Y.get(e);n?i.push(n):i.push(B(e,t.name))}E(i,(e=>{!function(e,t,n,s,i){t.isGlobal&&!Y.has(e)&&Y.set(e,n);const o=M("style");o.textContent=n,o.__MICRO_APP_LINK_PATH__=e,o.setAttribute("data-origin-href",e),t.placeholder.parentNode?t.placeholder.parentNode.replaceChild(z(o,i),t.placeholder):s.appendChild(z(o,i));t.placeholder=null,t.code=n}(s[e.index][0],s[e.index][1],e.data,n,t)}),(e=>{m(e,t.name)}),(()=>{t.onLoad(e)}))}const te=new WeakMap;function ne(e,t,n){if(t instanceof HTMLStyleElement){if(t.hasAttribute("exclude")){const e=document.createComment("style element with exclude attribute ignored by micro-app");return te.set(t,e),e}return n.scopecss&&!t.hasAttribute("ignore")?z(t,n):t}if(t instanceof HTMLLinkElement){if(t.hasAttribute("exclude")){const e=document.createComment("link element with exclude attribute ignored by micro-app");return te.set(t,e),e}if(t.hasAttribute("ignore"))return t;const{url:s,info:i,replaceComment:o}=Z(t,e,n,!0);if(s&&i){const e=M("style");return e.__MICRO_APP_LINK_PATH__=s,function(e,t,n,s,i){if(n.source.links.has(e))return i.textContent=n.source.links.get(e).code,z(i,n),void _((()=>J(s)));if(Y.has(e)){const o=Y.get(e);return t.code=o,n.source.links.set(e,t),i.textContent=o,z(i,n),void _((()=>J(s)))}B(e,n.name).then((o=>{t.code=o,n.source.links.set(e,t),t.isGlobal&&Y.set(e,o),i.textContent=o,z(i,n),J(s)})).catch((e=>{m(e,n.name),X(s)}))}(s,i,n,t,e),te.set(t,e),e}return o?(te.set(t,o),o):t}if(t instanceof HTMLScriptElement){const{replaceComment:s,url:i,info:o}=_e(t,e,n,!0)||{};if(i&&o){if(o.isExternal){const e=function(e,t,n,s){const i=()=>J(s);if(n.source.scripts.has(e)){const t=n.source.scripts.get(e);return!t.module&&_(i),be(e,n,t,!0,i)}if(fe.has(e)){const s=fe.get(e);return t.code=s,n.source.scripts.set(e,t),!t.module&&_(i),be(e,n,t,!0,i)}let o;o=n.inline||t.module?M("script"):document.createComment(`dynamic script with src='${e}' extract by micro-app`);return B(e,n.name).then((r=>{t.code=r,n.source.scripts.set(e,t),t.isGlobal&&fe.set(e,r);try{r=ye(e,n,r,t.module),n.inline||t.module?ge(e,r,t.module,o,i):we(r,t)}catch(t){console.error(`[micro-app from runDynamicScript] app ${n.name}: `,t,e)}!t.module&&J(s)})).catch((e=>{m(e,n.name),X(s)})),o}(i,o,n,t);return te.set(t,e),e}{const e=be(i,n,o,!0);return te.set(t,e),e}}return s?(te.set(t,s),s):t}return t}function se(e,t,n,s,i){if(n===document.head){const o=e.container.querySelector("micro-app-head");return i&&!o.contains(i)?de.rawAppendChild.call(o,s):t!==de.rawRemoveChild||o.contains(s)?t===de.rawAppend||t===de.rawPrepend?t.call(o,s):t.call(o,s,i):n.contains(s)?t.call(n,s):s}if(n===document.body){const o=e.container.querySelector("micro-app-body");return i&&!o.contains(i)?de.rawAppendChild.call(o,s):t!==de.rawRemoveChild||o.contains(s)?t===de.rawAppend||t===de.rawPrepend?t.call(o,s):t.call(o,s,i):n.contains(s)?t.call(n,s):s}return t===de.rawAppend||t===de.rawPrepend?t.call(n,s):t.call(n,s,i)}function ie(e){var t;return null!==(t=te.get(e))&&void 0!==t?t:e}function oe(e,t,n,s){if(null==t?void 0:t.__MICRO_APP_NAME__){const i=Ke.get(t.__MICRO_APP_NAME__);return(null==i?void 0:i.container)?se(i,s,e,ne(e,t,i),n&&ie(n)):s===de.rawAppend||s===de.rawPrepend?s.call(e,t):s.call(e,t,n)}if(s===de.rawAppend||s===de.rawPrepend){const n=D();if(!(t instanceof Node)&&n){const i=Ke.get(n);if(null==i?void 0:i.container){if(e===document.head)return s.call(i.container.querySelector("micro-app-head"),t);if(e===document.body)return s.call(i.container.querySelector("micro-app-body"),t)}}return s.call(e,t)}return s.call(e,t,n)}function re(){!function(){const e=de.rawDocument;function t(t){var n,s,i;const o=D();return o&&t&&!I(t)&&e===this?null!==(i=null===(s=null===(n=Ke.get(o))||void 0===n?void 0:n.container)||void 0===s?void 0:s.querySelector(t))&&void 0!==i?i:null:de.rawQuerySelector.call(this,t)}function n(t){var n,s,i;const o=D();return o&&t&&!I(t)&&e===this?null!==(i=null===(s=null===(n=Ke.get(o))||void 0===n?void 0:n.container)||void 0===s?void 0:s.querySelectorAll(t))&&void 0!==i?i:[]:de.rawQuerySelectorAll.call(this,t)}Document.prototype.createElement=function(e,t){return ae(de.rawCreateElement.call(this,e,t))},Document.prototype.createElementNS=function(e,t,n){return ae(de.rawCreateElementNS.call(this,e,t,n))},Document.prototype.createDocumentFragment=function(){return ae(de.rawCreateDocumentFragment.call(this))},Document.prototype.querySelector=t,Document.prototype.querySelectorAll=n,Document.prototype.getElementById=function(e){if(!D()||S(e))return de.rawGetElementById.call(this,e);try{return t.call(this,`#${e}`)}catch(t){return de.rawGetElementById.call(this,e)}},Document.prototype.getElementsByClassName=function(e){if(!D()||S(e))return de.rawGetElementsByClassName.call(this,e);try{return n.call(this,`.${e}`)}catch(t){return de.rawGetElementsByClassName.call(this,e)}},Document.prototype.getElementsByTagName=function(e){var t;const s=D();if(!s||I(e)||S(e)||!(null===(t=Ke.get(s))||void 0===t?void 0:t.inline)&&/^script$/i.test(e))return de.rawGetElementsByTagName.call(this,e);try{return n.call(this,e)}catch(t){return de.rawGetElementsByTagName.call(this,e)}},Document.prototype.getElementsByName=function(e){if(!D()||S(e))return de.rawGetElementsByName.call(this,e);try{return n.call(this,`[name=${e}]`)}catch(t){return de.rawGetElementsByName.call(this,e)}}}(),Element.prototype.appendChild=function(e){return oe(this,e,null,de.rawAppendChild)},Element.prototype.insertBefore=function(e,t){return oe(this,e,t,de.rawInsertBefore)},Element.prototype.replaceChild=function(e,t){return oe(this,e,t,de.rawReplaceChild)},Element.prototype.append=function(...e){let t=0;const n=e.length;for(;t<n;)oe(this,e[t],null,de.rawAppend),t++},Element.prototype.prepend=function(...e){let t=e.length;for(;t>0;)oe(this,e[t-1],null,de.rawPrepend),t--},Element.prototype.removeChild=function(e){if(null==e?void 0:e.__MICRO_APP_NAME__){const t=Ke.get(e.__MICRO_APP_NAME__);return(null==t?void 0:t.container)?se(t,de.rawRemoveChild,this,ie(e)):de.rawRemoveChild.call(this,e)}return de.rawRemoveChild.call(this,e)},Element.prototype.cloneNode=function(e){const t=de.rawCloneNode.call(this,e);return this.__MICRO_APP_NAME__&&(t.__MICRO_APP_NAME__=this.__MICRO_APP_NAME__),t}}function ae(e){const t=D();return t&&(e.__MICRO_APP_NAME__=t),e}let ce=!1;function le(){C(null),Document.prototype.createElement=de.rawCreateElement,Document.prototype.createElementNS=de.rawCreateElementNS,Document.prototype.createDocumentFragment=de.rawCreateDocumentFragment,Document.prototype.querySelector=de.rawQuerySelector,Document.prototype.querySelectorAll=de.rawQuerySelectorAll,Document.prototype.getElementById=de.rawGetElementById,Document.prototype.getElementsByClassName=de.rawGetElementsByClassName,Document.prototype.getElementsByTagName=de.rawGetElementsByTagName,Document.prototype.getElementsByName=de.rawGetElementsByName,Element.prototype.appendChild=de.rawAppendChild,Element.prototype.insertBefore=de.rawInsertBefore,Element.prototype.replaceChild=de.rawReplaceChild,Element.prototype.removeChild=de.rawRemoveChild,Element.prototype.append=de.rawAppend,Element.prototype.prepend=de.rawPrepend,Element.prototype.cloneNode=de.rawCloneNode}let he=!1;function ue(){pe(),Ke.forEach((e=>{e.container&&L(e.container).disconnectedCallback()})),!window.__MICRO_APP_UMD_MODE__&&Ke.clear()}function pe(){window.__MICRO_APP_ENVIRONMENT__&&window.removeEventListener("unmount",ue,!1)}const de={};function me(){if(n){const e=Element.prototype.setAttribute,t=Element.prototype.appendChild,n=Element.prototype.insertBefore,s=Element.prototype.replaceChild,i=Element.prototype.removeChild,o=Element.prototype.append,r=Element.prototype.prepend,a=Element.prototype.cloneNode,c=Document.prototype.createElement,l=Document.prototype.createElementNS,h=Document.prototype.createDocumentFragment,u=Document.prototype.querySelector,p=Document.prototype.querySelectorAll,d=Document.prototype.getElementById,m=Document.prototype.getElementsByClassName,f=Document.prototype.getElementsByTagName,_=Document.prototype.getElementsByName,A=new Proxy(Image,{construct(e,t){const n=new e(...t);return n.__MICRO_APP_NAME__=D(),n}}),b=Function("return window")(),g=Function("return document")(),w="noModule"in document.createElement("script"),y=b.addEventListener,E=b.removeEventListener,v=b.setInterval,N=b.setTimeout,C=b.clearInterval,R=b.clearTimeout,P=g.addEventListener,O=g.removeEventListener;window.__MICRO_APP_BASE_APPLICATION__=!0,Object.assign(de,{rawSetAttribute:e,rawAppendChild:t,rawInsertBefore:n,rawReplaceChild:s,rawRemoveChild:i,rawAppend:o,rawPrepend:r,rawCloneNode:a,rawCreateElement:c,rawCreateElementNS:l,rawCreateDocumentFragment:h,rawQuerySelector:u,rawQuerySelectorAll:p,rawGetElementById:d,rawGetElementsByClassName:m,rawGetElementsByTagName:f,rawGetElementsByName:_,ImageProxy:A,rawWindow:b,rawDocument:g,supportModuleScript:w,rawWindowAddEventListener:y,rawWindowRemoveEventListener:E,rawSetInterval:v,rawSetTimeout:N,rawClearInterval:C,rawClearTimeout:R,rawDocumentAddEventListener:P,rawDocumentRemoveEventListener:O}),function(){if(!he){he=!0;const e=M("style");de.rawSetAttribute.call(e,"type","text/css"),e.textContent=`\n${Je.tagName}, micro-app-body { display: block; } \nmicro-app-head { display: none; }`,de.rawDocument.head.appendChild(e)}}(),pe(),window.__MICRO_APP_ENVIRONMENT__&&window.addEventListener("unmount",ue,!1)}}const fe=new Map;function _e(e,t,n,s=!1){let i=null,o=e.getAttribute("src");if(e.hasAttribute("exclude"))i=document.createComment("script element with exclude attribute removed by micro-app");else{if(e.type&&!["text/javascript","text/ecmascript","application/javascript","application/ecmascript","module"].includes(e.type)||e.hasAttribute("ignore"))return null;if(de.supportModuleScript&&e.noModule||!de.supportModuleScript&&"module"===e.type)i=document.createComment((e.noModule?"noModule":"module")+" script ignored by micro-app");else if(o){o=y(o,n.url);const t={code:"",isExternal:!0,isDynamic:s,async:e.hasAttribute("async"),defer:e.defer||"module"===e.type,module:"module"===e.type,isGlobal:e.hasAttribute("global")};if(s)return{url:o,info:t};n.source.scripts.set(o,t),i=document.createComment(`script with src='${o}' extract by micro-app`)}else if(e.textContent){const t="inline-"+Math.random().toString(36).substr(2,15),o={code:e.textContent,isExternal:!1,isDynamic:s,async:!1,defer:"module"===e.type,module:"module"===e.type};if(s)return{url:t,info:o};n.source.scripts.set(t,o),i=document.createComment("inline script extract by micro-app")}else s||(i=document.createComment("script element removed by micro-app"))}return s?{replaceComment:i}:t.replaceChild(i,e)}function Ae(e,t){const n=Array.from(t.source.scripts.entries()),s=[],i=[];for(const[e,o]of n)if(o.isExternal){const n=fe.get(e);n?o.code=n:o.defer||o.async||(s.push(B(e,t.name)),i.push([e,o]))}s.length?E(s,(e=>{!function(e,t,n){t.isGlobal&&!fe.has(e)&&fe.set(e,n);t.code=n}(i[e.index][0],i[e.index][1],e.data)}),(e=>{m(e,t.name)}),(()=>{t.onLoad(e)})):t.onLoad(e)}function be(e,t,n,s,i){var o;try{const r=ye(e,t,n.code,n.module);if(t.inline||n.module){const a=M("script");if(ge(e,r,n.module,a,i),s)return a;null===(o=t.container)||void 0===o||o.querySelector("micro-app-body").appendChild(a)}else if(we(r,n),s)return document.createComment("dynamic script extract by micro-app")}catch(e){console.error(`[micro-app from runScript] app ${t.name}: `,e)}}function ge(e,t,n,s,i){if(n){const e=new Blob([t],{type:"text/javascript"});s.src=URL.createObjectURL(e),s.setAttribute("type","module"),i&&(i.moduleCount&&i.moduleCount--,s.onload=i.bind(s,0===i.moduleCount))}else s.textContent=t;e.startsWith("inline-")||s.setAttribute("data-origin-src",e)}function we(e,t){t.code2Function||(t.code2Function=new Function(e)),t.code2Function.call(window)}function ye(e,t,n,s){return c(Je.plugins)&&(n=function(e,t,n,s){var i;const o=Ee(s.global,t,e);return Ee(null===(i=s.modules)||void 0===i?void 0:i[n],o,e)}(e,n,t.name,Je.plugins)),t.sandBox&&!s?(de.rawWindow.__MICRO_APP_PROXY_WINDOW__=t.sandBox.proxyWindow,`;(function(proxyWindow){with(proxyWindow.__MICRO_APP_WINDOW__){(function(${$}){;${n}\n}).call(proxyWindow,${$})}})(window.__MICRO_APP_PROXY_WINDOW__);`):n}function Ee(e,t,n){return a(e)?e.reduce(((e,t)=>c(t)&&r(t.loader)?t.loader(e,n,t.options):e),t):t}function ve(e,t,n){const s=Array.from(e.children);s.length&&s.forEach((e=>{ve(e,t)}));for(const n of s)n instanceof HTMLLinkElement?n.hasAttribute("exclude")?e.replaceChild(document.createComment("link element with exclude attribute ignored by micro-app"),n):n.hasAttribute("ignore")?n.hasAttribute("href")&&n.setAttribute("href",y(n.getAttribute("href"),t.url)):Z(n,e,t):n instanceof HTMLStyleElement?n.hasAttribute("exclude")?e.replaceChild(document.createComment("style element with exclude attribute ignored by micro-app"),n):t.scopecss&&!n.hasAttribute("ignore")&&z(n,t):n instanceof HTMLScriptElement?_e(n,e,t):n instanceof HTMLMetaElement||n instanceof HTMLTitleElement?e.removeChild(n):n instanceof HTMLImageElement&&n.hasAttribute("src")&&n.setAttribute("src",y(n.getAttribute("src"),t.url))}function Ne(e,t){const n=function(e){const t=M("div");return t.innerHTML=e,t}(e),s=n.querySelector("micro-app-head"),i=n.querySelector("micro-app-body");if(!s||!i){const e=`element ${s?"body":"head"} is missing`;return t.onerror(new Error(e)),m(e,t.name)}ve(n,t),t.source.links.size?ee(n,t,s):t.onLoad(n),t.source.scripts.size?Ae(n,t):t.onLoad(n)}const Ce=new class{constructor(){this.eventList=new Map}isLegalName(e){return!!e||(m("event-center: Invalid name"),!1)}on(e,t,n=!1){if(this.isLegalName(e)){if(!r(t))return m("event-center: Invalid callback function");let s=this.eventList.get(e);s?n&&Object.getOwnPropertyNames(s.data).length&&t(s.data):(s={data:{},callbacks:new Set},this.eventList.set(e,s)),s.callbacks.add(t)}}off(e,t){if(this.isLegalName(e)){const n=this.eventList.get(e);n&&(r(t)?n.callbacks.delete(t):n.callbacks.clear())}}dispatch(e,t){if(this.isLegalName(e)){if(!c(t))return m("event-center: data must be object");let n=this.eventList.get(e);if(n){if(n.data!==t){n.data=t;for(const e of n.callbacks)e(t)}}else n={data:t,callbacks:new Set},this.eventList.set(e,n)}}getData(e){var t;const n=this.eventList.get(e);return null!==(t=null==n?void 0:n.data)&&void 0!==t?t:null}};function Re(e,t){return i(e)&&e?t?`__from_base_app_${e}__`:`__from_micro_app_${e}__`:""}class De{addGlobalDataListener(e,t){const n=this.appName;n&&(e.__APP_NAME__=n,e.__AUTO_TRIGGER__=t),Ce.on("global",e,t)}removeGlobalDataListener(e){r(e)&&Ce.off("global",e)}setGlobalData(e){P(),Ce.dispatch("global",e)}getGlobalData(){return Ce.getData("global")}clearGlobalDataListener(){const e=this.appName,t=Ce.eventList.get("global");if(t)for(const n of t.callbacks)(e&&e===n.__APP_NAME__||!e&&!n.__APP_NAME__)&&t.callbacks.delete(n)}}class Pe extends De{addDataListener(e,t,n){Ce.on(Re(g(e),!1),t,n)}removeDataListener(e,t){r(t)&&Ce.off(Re(g(e),!1),t)}getData(e,t=!1){return Ce.getData(Re(g(e),t))}setData(e,t){Ce.dispatch(Re(g(e),!0),t)}clearDataListener(e){Ce.off(Re(g(e),!1))}}class Me extends De{constructor(e){super(),this.appName=g(e),!this.appName&&m(`Invalid appName ${e}`)}addDataListener(e,t){e.__AUTO_TRIGGER__=t,Ce.on(Re(this.appName,!0),e,t)}removeDataListener(e){r(e)&&Ce.off(Re(this.appName,!0),e)}getData(){return Ce.getData(Re(this.appName,!0))}dispatch(e){P(),Ce.dispatch(Re(this.appName,!1),e);const t=Ke.get(this.appName);if((null==t?void 0:t.container)&&c(e)){const n=new CustomEvent("datachange",{detail:{data:e}});L(t.container).dispatchEvent(n)}}clearDataListener(){Ce.off(Re(this.appName,!0))}}function Oe(e,t){if(t.__MICRO_APP_BOUND_WINDOW_FUNCTION__)return t.__MICRO_APP_BOUND_WINDOW_FUNCTION__;if(!function(e){var t;if(o(e.__MICRO_APP_IS_CONSTRUCTOR__))return e.__MICRO_APP_IS_CONSTRUCTOR__;const n=e.toString(),s=(null===(t=e.prototype)||void 0===t?void 0:t.constructor)===e&&Object.getOwnPropertyNames(e.prototype).length>1||/^function\s+[A-Z]/.test(n)||/^class\s+/.test(n);return e.__MICRO_APP_IS_CONSTRUCTOR__=s}(t)&&!function(e){return o(e.__MICRO_APP_IS_BOUND_FUNCTION__)?e.__MICRO_APP_IS_BOUND_FUNCTION__:e.__MICRO_APP_IS_BOUND_FUNCTION__=h(e)}(t)){const n=t.bind(e);for(const e in t)n[e]=t[e];return t.hasOwnProperty("prototype")&&u(n,"prototype",{value:t.prototype,configurable:!0,enumerable:!1,writable:!0}),t.__MICRO_APP_BOUND_WINDOW_FUNCTION__=n}return t}const Se=new Map;let Ie=!1;const Le=new Map;function Ue(){const{rawDocument:e,rawDocumentAddEventListener:t,rawDocumentRemoveEventListener:n}=de;!Ie&&function(){if(Ie=!0,Object.getOwnPropertyDescriptor(document,"onclick"))return f("Cannot redefine document property onclick");const e=document.onclick;document.onclick=null;let t=!1;function n(e){Se.forEach((t=>{r(t)&&t.call(document,e)}))}u(document,"onclick",{configurable:!0,enumerable:!0,get(){const e=D();return e?Se.get(e):Se.get("base")},set(e){const s=D();s?Se.set(s,e):Se.set("base",e),!t&&r(e)&&(t=!0,de.rawDocumentAddEventListener.call(de.rawDocument,"click",n,!1))}}),e&&(document.onclick=e)}(),document.addEventListener=function(n,s,i){var o;const r=D();if(r&&(!(null===(o=Ke.get(r))||void 0===o?void 0:o.umdMode)||!h(s))){const e=Le.get(r);if(e){const t=e.get(n);t?t.add(s):e.set(n,new Set([s]))}else Le.set(r,new Map([[n,new Set([s])]]));s&&(s.__MICRO_APP_MARK_OPTIONS__=i)}t.call(e,n,s,i)},document.removeEventListener=function(t,s,i){var o;const r=D();if(r&&(!(null===(o=Ke.get(r))||void 0===o?void 0:o.umdMode)||!h(s))){const e=Le.get(r);if(e){const n=e.get(t);(null==n?void 0:n.size)&&n.has(s)&&n.delete(s)}}n.call(e,t,s,i)}}const xe=["unmount","appstate-change"];function Te(e,t){return xe.includes(e)?`${e}-${t.__MICRO_APP_NAME__}`:e}const ke=["System","__cjsWrapper"],We=["location"],$e=["window","self","globalThis"];class Be{constructor(e,t){this.scopeProperties=["webpackJsonp"],this.escapeProperties=[],this.injectedKeys=new Set,this.escapeKeys=new Set,this.active=!1,this.microAppWindow={},this.getSpecialProperties(e),this.proxyWindow=this.createProxyWindow(e),this.initMicroAppWindow(this.microAppWindow,e,t),Object.assign(this,function(e){const t=e.__MICRO_APP_NAME__,n=new Map,s=new Map,i=new Map,{rawWindow:o,rawDocument:r,rawWindowAddEventListener:a,rawWindowRemoveEventListener:c,rawSetInterval:l,rawSetTimeout:h,rawClearInterval:u,rawClearTimeout:p,rawDocumentRemoveEventListener:d}=de;e.addEventListener=function(t,s,i){t=Te(t,e);const r=n.get(t);r?r.add(s):n.set(t,new Set([s])),s&&(s.__MICRO_APP_MARK_OPTIONS__=i),a.call(o,t,s,i)},e.removeEventListener=function(t,s,i){t=Te(t,e);const r=n.get(t);(null==r?void 0:r.size)&&r.has(s)&&r.delete(s),c.call(o,t,s,i)},e.setInterval=function(e,t,...n){const i=l.call(o,e,t,...n);return s.set(i,{handler:e,timeout:t,args:n}),i},e.setTimeout=function(e,t,...n){const s=h.call(o,e,t,...n);return i.set(s,{handler:e,timeout:t,args:n}),s},e.clearInterval=function(e){s.delete(e),u.call(o,e)},e.clearTimeout=function(e){i.delete(e),p.call(o,e)};const m=new Map,f=new Map;let _,A=new Map,b=new Map;return{recordUmdEffect:()=>{n.forEach(((e,t)=>{e.size&&m.set(t,new Set(e))})),s.size&&(A=new Map(s)),i.size&&(b=new Map(i)),_=Se.get(t);const e=Le.get(t);e&&e.forEach(((e,t)=>{e.size&&f.set(t,new Set(e))}))},rebuildUmdEffect:()=>{m.forEach(((t,n)=>{for(const s of t)e.addEventListener(n,s,null==s?void 0:s.__MICRO_APP_MARK_OPTIONS__)})),A.forEach((t=>{e.setInterval(t.handler,t.timeout,...t.args)})),b.forEach((t=>{e.setTimeout(t.handler,t.timeout,...t.args)})),_&&Se.set(t,_),C(t),f.forEach(((e,t)=>{for(const n of e)document.addEventListener(t,n,null==n?void 0:n.__MICRO_APP_MARK_OPTIONS__)})),C(null)},releaseEffect:()=>{n.size&&(n.forEach(((e,t)=>{for(const n of e)c.call(o,t,n)})),n.clear()),s.size&&(s.forEach(((e,t)=>{u.call(o,t)})),s.clear()),i.size&&(i.forEach(((e,t)=>{p.call(o,t)})),i.clear()),Se.delete(t);const e=Le.get(t);e&&(e.forEach(((e,t)=>{for(const n of e)d.call(r,t,n)})),e.clear())}}}(this.microAppWindow))}start(e){this.active||(this.active=!0,this.microAppWindow.__MICRO_APP_BASE_ROUTE__=this.microAppWindow.__MICRO_APP_BASE_URL__=e,de.rawWindow._babelPolyfill&&(de.rawWindow._babelPolyfill=!1),1==++Be.activeCount&&(Ue(),re()))}stop(){this.active&&(this.active=!1,this.releaseEffect(),this.microAppWindow.microApp.clearDataListener(),this.microAppWindow.microApp.clearGlobalDataListener(),this.injectedKeys.forEach((e=>{Reflect.deleteProperty(this.microAppWindow,e)})),this.injectedKeys.clear(),this.escapeKeys.forEach((e=>{Reflect.deleteProperty(de.rawWindow,e)})),this.escapeKeys.clear(),0==--Be.activeCount&&(document.addEventListener=de.rawDocumentAddEventListener,document.removeEventListener=de.rawDocumentRemoveEventListener,le()))}recordUmdSnapshot(){this.microAppWindow.__MICRO_APP_UMD_MODE__=!0,this.recordUmdEffect(),function(e){const t=e.appName;e.umdDataListeners={global:new Set,normal:new Set};const n=Ce.eventList.get("global");if(n)for(const s of n.callbacks)t===s.__APP_NAME__&&e.umdDataListeners.global.add(s);const s=Ce.eventList.get(Re(t,!0));s&&(e.umdDataListeners.normal=new Set(s.callbacks))}(this.microAppWindow.microApp),this.recordUmdInjectedValues=new Map,this.injectedKeys.forEach((e=>{this.recordUmdInjectedValues.set(e,Reflect.get(this.microAppWindow,e))}))}rebuildUmdSnapshot(){this.recordUmdInjectedValues.forEach(((e,t)=>{Reflect.set(this.proxyWindow,t,e)})),this.rebuildUmdEffect(),function(e){for(const t of e.umdDataListeners.global)e.addGlobalDataListener(t,t.__AUTO_TRIGGER__);for(const t of e.umdDataListeners.normal)e.addDataListener(t,t.__AUTO_TRIGGER__)}(this.microAppWindow.microApp)}getSpecialProperties(e){var t;c(Je.plugins)&&(this.commonActionForSpecialProperties(Je.plugins.global),this.commonActionForSpecialProperties(null===(t=Je.plugins.modules)||void 0===t?void 0:t[e]))}commonActionForSpecialProperties(e){if(a(e))for(const t of e)c(t)&&(a(t.scopeProperties)&&(this.scopeProperties=this.scopeProperties.concat(t.scopeProperties)),a(t.escapeProperties)&&(this.escapeProperties=this.escapeProperties.concat(t.escapeProperties)))}createProxyWindow(e){const t=de.rawWindow,n=new Map;return new Proxy(this.microAppWindow,{get:(n,s)=>{if(R(e),Reflect.has(n,s)||i(s)&&/^__MICRO_APP_/.test(s)||this.scopeProperties.includes(s))return Reflect.get(n,s);const o=Reflect.get(t,s);return r(o)?Oe(t,o):o},set:(e,n,s)=>{if(this.active){if(We.includes(n))Reflect.set(t,n,s);else if(d.call(e,n)||!d.call(t,n)||this.scopeProperties.includes(n))Reflect.set(e,n,s),this.injectedKeys.add(n);else{const i=Object.getOwnPropertyDescriptor(t,n),{configurable:o,enumerable:r,writable:a,set:c}=i;u(e,n,{value:s,configurable:o,enumerable:r,writable:null!=a?a:!!c}),this.injectedKeys.add(n)}(this.escapeProperties.includes(n)||ke.includes(n)&&!Reflect.has(t,n))&&!this.scopeProperties.includes(n)&&(Reflect.set(t,n,s),this.escapeKeys.add(n))}return!0},has:(e,n)=>this.scopeProperties.includes(n)?n in e:n in e||n in t,getOwnPropertyDescriptor:(e,s)=>{if(d.call(e,s))return n.set(s,"target"),Object.getOwnPropertyDescriptor(e,s);if(d.call(t,s)){n.set(s,"rawWindow");const e=Object.getOwnPropertyDescriptor(t,s);return e&&!e.configurable&&(e.configurable=!0),e}},defineProperty:(e,s,i)=>"rawWindow"===n.get(s)?Reflect.defineProperty(t,s,i):Reflect.defineProperty(e,s,i),ownKeys:e=>Reflect.ownKeys(t).concat(Reflect.ownKeys(e)).filter((function(e){return!(e in this)&&(this[e]=!0)}),Object.create(null)),deleteProperty:(e,n)=>!d.call(e,n)||(this.injectedKeys.has(n)&&this.injectedKeys.delete(n),this.escapeKeys.has(n)&&Reflect.deleteProperty(t,n),Reflect.deleteProperty(e,n))})}initMicroAppWindow(e,t,n){e.__MICRO_APP_ENVIRONMENT__=!0,e.__MICRO_APP_NAME__=t,e.__MICRO_APP_PUBLIC_PATH__=w(n),e.__MICRO_APP_WINDOW__=e,e.microApp=new Me(t),e.rawWindow=de.rawWindow,e.rawDocument=de.rawDocument,e.removeDomScope=P,e.hasOwnProperty=t=>d.call(e,t)||d.call(de.rawWindow,t),this.setMappingPropertiesWithRawDescriptor(e),this.setHijackProperties(e,t)}setMappingPropertiesWithRawDescriptor(e){let t,n;const s=de.rawWindow;s===s.parent?t=n=this.proxyWindow:(t=s.top,n=s.parent),u(e,"top",this.createDescriptorForMicroAppWindow("top",t)),u(e,"parent",this.createDescriptorForMicroAppWindow("parent",n)),$e.forEach((t=>{u(e,t,this.createDescriptorForMicroAppWindow(t,this.proxyWindow))}))}createDescriptorForMicroAppWindow(e,t){const{configurable:n=!0,enumerable:s=!0,writable:i,set:o}=Object.getOwnPropertyDescriptor(de.rawWindow,e)||{writable:!0};return{value:t,configurable:n,enumerable:s,writable:null!=i?i:!!o}}setHijackProperties(e,t){let n,s;p(e,{document:{get:()=>(R(t),de.rawDocument),configurable:!1,enumerable:!0},eval:{get:()=>(R(t),n||eval),set:e=>{n=e},configurable:!0,enumerable:!1},Image:{get:()=>(R(t),s||de.ImageProxy),set:e=>{s=e},configurable:!0,enumerable:!1}})}}function Fe(e,t,n,s){var i;if(!e)return m(`element does not exist in lifecycle ${n}`,t);e=L(e),P();const o=Object.assign({name:t,container:e},s&&{error:s}),a=new CustomEvent(n,{detail:o});!function(e,t){Object.defineProperties(e,{currentTarget:{get:()=>t},target:{get:()=>t}})}(a,e),r(null===(i=Je.lifeCycles)||void 0===i?void 0:i[n])&&Je.lifeCycles[n](a),e.dispatchEvent(a)}function He(e,t,n={}){const s=new CustomEvent(`${e}-${t}`,{detail:n});window.dispatchEvent(s)}Be.activeCount=0;const Ke=new Map;class je{constructor({name:e,url:t,ssrUrl:n,container:s,inline:i,scopecss:o,useSandbox:r,baseroute:a}){this.state=T.NOT_LOADED,this.keepAliveState=null,this.keepAliveContainer=null,this.loadSourceLevel=0,this.umdHookMount=null,this.umdHookUnmount=null,this.libraryName=null,this.umdMode=!1,this.isPrefetch=!1,this.container=null,this.baseroute="",this.sandBox=null,this.container=null!=s?s:null,this.inline=null!=i&&i,this.baseroute=null!=a?a:"",this.ssrUrl=null!=n?n:"",this.name=e,this.url=t,this.useSandbox=r,this.scopecss=this.useSandbox&&o,this.source={links:new Map,scripts:new Map},this.loadSourceCode(),this.useSandbox&&(this.sandBox=new Be(e,t))}loadSourceCode(){var e;this.state=T.LOADING_SOURCE_CODE,B((e=this).ssrUrl||e.url,e.name,{cache:"no-cache"}).then((t=>{if(!t){const t="html is empty, please check in detail";return e.onerror(new Error(t)),m(t,e.name)}Ne(t=t.replace(/<head[^>]*>[\s\S]*?<\/head>/i,(e=>e.replace(/<head/i,"<micro-app-head").replace(/<\/head>/i,"</micro-app-head>"))).replace(/<body[^>]*>[\s\S]*?<\/body>/i,(e=>e.replace(/<body/i,"<micro-app-body").replace(/<\/body>/i,"</micro-app-body>"))),e)})).catch((t=>{m(`Failed to fetch data from ${e.url}, micro-app stop rendering`,e.name,t),e.onLoadError(t)}))}onLoad(e){if(2==++this.loadSourceLevel){if(this.source.html=e,this.isPrefetch||T.UNMOUNT===this.state)return;this.state=T.LOAD_SOURCE_FINISHED,this.mount()}}onLoadError(e){this.loadSourceLevel=-1,T.UNMOUNT!==this.state&&(this.onerror(e),this.state=T.LOAD_SOURCE_ERROR)}mount(e,t,n){var s,i,a;if(o(t)&&t!==this.inline&&(this.inline=t),this.container=null!==(s=this.container)&&void 0!==s?s:e,this.baseroute=null!=n?n:this.baseroute,2!==this.loadSourceLevel)return void(this.state=T.LOADING_SOURCE_CODE);let c;if(Fe(this.container,this.name,k.BEFOREMOUNT),this.state=T.MOUNTING,O(this.source.html,this.container,!this.umdMode),null===(i=this.sandBox)||void 0===i||i.start(this.baseroute),this.umdMode){null===(a=this.sandBox)||void 0===a||a.rebuildUmdSnapshot();try{c=this.umdHookMount()}catch(e){m("an error occurred in the mount function \n",this.name,e)}this.handleMounted(c)}else{let e=!1;!function(e,t,n){const s=Array.from(e.entries()),i=[],o=[];for(const[e,r]of s)r.isDynamic||(r.defer||r.async?(r.isExternal&&!r.code?i.push(B(e,t.name)):i.push(r.code),o.push([e,r]),r.module&&(n.moduleCount=n.moduleCount?++n.moduleCount:1)):(be(e,t,r,!1),n(!1)));i.length?E(i,(e=>{const t=o[e.index][1];t.code=t.code||e.data}),(e=>{n.errorCount=n.errorCount?++n.errorCount:1,m(e,t.name)}),(()=>{o.forEach((([e,s])=>{s.code&&(be(e,t,s,!1,n),!s.module&&n(!1))})),n(void 0===n.moduleCount||n.errorCount===i.length)})):n(!0)}(this.source.scripts,this,(t=>{var n;if(!this.umdMode){const{mount:e,unmount:t}=this.getUmdLibraryHooks();if(r(e)&&r(t)){this.umdHookMount=e,this.umdHookUnmount=t,this.umdMode=!0,null===(n=this.sandBox)||void 0===n||n.recordUmdSnapshot();try{c=this.umdHookMount()}catch(e){m("an error occurred in the mount function \n",this.name,e)}}}e||!0!==t&&!this.umdMode||(e=!0,this.handleMounted(c))}))}}handleMounted(e){l(e)?e.then((()=>this.dispatchMountedEvent())).catch((e=>this.onerror(e))):this.dispatchMountedEvent()}dispatchMountedEvent(){T.UNMOUNT!==this.state&&(this.state=T.MOUNTED,Fe(this.container,this.name,k.MOUNTED))}unmount(e,t){let n;if(this.state===T.LOAD_SOURCE_ERROR&&(e=!0),this.state=T.UNMOUNT,this.keepAliveState=null,this.keepAliveContainer=null,this.umdHookUnmount)try{n=this.umdHookUnmount()}catch(e){m("an error occurred in the unmount function \n",this.name,e)}He("unmount",this.name),this.handleUnmounted(e,n,t)}handleUnmounted(e,t,n){l(t)?t.then((()=>this.actionsForUnmount(e,n))).catch((()=>this.actionsForUnmount(e,n))):this.actionsForUnmount(e,n)}actionsForUnmount(e,t){var n;e?this.actionsForCompletelyDestroy():this.umdMode&&this.container.childElementCount&&O(this.container,this.source.html,!1),null===(n=this.sandBox)||void 0===n||n.stop(),qe().length||(ce=!1,Element.prototype.setAttribute=de.rawSetAttribute),Fe(this.container,this.name,k.UNMOUNT),this.container.innerHTML="",this.container=null,t&&t()}actionsForCompletelyDestroy(){!this.useSandbox&&this.umdMode&&delete window[this.libraryName],Ke.delete(this.name)}hiddenKeepAliveApp(){const e=this.container;O(this.container,this.keepAliveContainer?this.keepAliveContainer:this.keepAliveContainer=document.createElement("div"),!1),this.container=this.keepAliveContainer,this.keepAliveState=W.KEEP_ALIVE_HIDDEN,He("appstate-change",this.name,{appState:"afterhidden"}),Fe(e,this.name,k.AFTERHIDDEN)}showKeepAliveApp(e){He("appstate-change",this.name,{appState:"beforeshow"}),Fe(e,this.name,k.BEFORESHOW),O(this.container,e,!1),this.container=e,this.keepAliveState=W.KEEP_ALIVE_SHOW,He("appstate-change",this.name,{appState:"aftershow"}),Fe(this.container,this.name,k.AFTERSHOW)}onerror(e){Fe(this.container,this.name,k.ERROR,e)}getAppState(){return this.state}getKeepAliveState(){return this.keepAliveState}getUmdLibraryHooks(){var e,t;if(T.UNMOUNT!==this.state){const n=null!==(t=null===(e=this.sandBox)||void 0===e?void 0:e.proxyWindow)&&void 0!==t?t:de.rawWindow;return this.libraryName=L(this.container).getAttribute("library")||`micro-app-${this.name}`,"object"==typeof n[this.libraryName]?n[this.libraryName]:{}}return{}}}function Ge(e){class n extends HTMLElement{constructor(){super(),this.isWaiting=!1,this.cacheData=null,this.hasConnected=!1,this.appName="",this.appUrl="",this.ssrUrl="",this.version=t,this.handleAttributeUpdate=()=>{this.isWaiting=!1;const e=g(this.getAttribute("name")),t=b(this.getAttribute("url"),this.appName);if(this.legalAttribute("name",e)&&this.legalAttribute("url",t)){const n=Ke.get(e);if(e!==this.appName&&n&&T.UNMOUNT!==n.getAppState()&&W.KEEP_ALIVE_HIDDEN!==n.getKeepAliveState()&&!n.isPrefetch)return this.setAttribute("name",this.appName),m(`app name conflict, an app named ${e} is running`,this.appName);e===this.appName&&t===this.appUrl||(e===this.appName?this.handleUnmount(!0,(()=>{this.actionsForAttributeChange(e,t,n)})):this.getKeepAliveModeResult()?(this.handleHiddenKeepAliveApp(),this.actionsForAttributeChange(e,t,n)):this.handleUnmount(this.getDestroyCompatibleResult(),(()=>{this.actionsForAttributeChange(e,t,n)})))}else e!==this.appName&&this.setAttribute("name",this.appName)},ce||(ce=!0,Element.prototype.setAttribute=function(e,t){if(/^micro-app(-\S+)?/i.test(this.tagName)&&"data"===e)if(c(t)){const e={};Object.getOwnPropertyNames(t).forEach((n=>{i(n)&&0===n.indexOf("__")||(e[n]=t[n])})),this.data=e}else"[object Object]"!==t&&f("property data must be an object",this.getAttribute("name"));else if((("src"===e||"srcset"===e)&&/^(img|script)$/i.test(this.tagName)||"href"===e&&/^link$/i.test(this.tagName))&&this.__MICRO_APP_NAME__&&Ke.has(this.__MICRO_APP_NAME__)){const n=Ke.get(this.__MICRO_APP_NAME__);de.rawSetAttribute.call(this,e,y(t,n.url))}else de.rawSetAttribute.call(this,e,t)})}static get observedAttributes(){return["name","url"]}connectedCallback(){this.hasConnected=!0,_((()=>Fe(this,this.appName,k.CREATED))),this.initialMount()}disconnectedCallback(){this.hasConnected=!1,this.getKeepAliveModeResult()?this.handleHiddenKeepAliveApp():this.handleUnmount(this.getDestroyCompatibleResult())}attributeChangedCallback(e,t,n){if(this.legalAttribute(e,n)&&this[e===x.NAME?"appName":"appUrl"]!==n)if(e!==x.URL||this.appUrl)if(e!==x.NAME||this.appName)this.isWaiting||(this.isWaiting=!0,_(this.handleAttributeUpdate));else{const e=g(n);if(!e)return m(`Invalid attribute name ${n}`,this.appName);this.cacheData&&(Je.setData(e,this.cacheData),this.cacheData=null),this.appName=e,e!==n&&this.setAttribute("name",this.appName),this.handleInitialNameAndUrl()}else{if(!(n=b(n,this.appName)))return m(`Invalid attribute url ${n}`,this.appName);this.appUrl=n,this.handleInitialNameAndUrl()}}handleInitialNameAndUrl(){this.hasConnected&&this.initialMount()}initialMount(){if(this.appName&&this.appUrl)if(this.getDisposeResult("shadowDOM")&&!this.shadowRoot&&r(this.attachShadow)&&this.attachShadow({mode:"open"}),this.getDisposeResult("ssr")?this.ssrUrl=y(de.rawWindow.location.pathname,this.appUrl):this.ssrUrl&&(this.ssrUrl=""),Ke.has(this.appName)){const e=Ke.get(this.appName),t=e.ssrUrl||e.url,n=this.ssrUrl||this.appUrl;e.getKeepAliveState()===W.KEEP_ALIVE_HIDDEN&&e.url===this.appUrl?this.handleShowKeepAliveApp(e):t!==n||!e.isPrefetch&&e.getAppState()!==T.UNMOUNT?e.isPrefetch||e.getAppState()===T.UNMOUNT?(f(`the ${e.isPrefetch?"prefetch":"unmounted"} app with url: ${t} is replaced by a new app`,this.appName),this.handleCreateApp()):m(`app name conflict, an app named ${this.appName} is running`,this.appName):this.handleAppMount(e)}else this.handleCreateApp()}actionsForAttributeChange(e,t,n){var s;this.getDisposeResult("ssr")?this.ssrUrl=y(de.rawWindow.location.pathname,t):this.ssrUrl&&(this.ssrUrl=""),this.appName=e,this.appUrl=t,(null!==(s=this.shadowRoot)&&void 0!==s?s:this).innerHTML="",e!==this.getAttribute("name")&&this.setAttribute("name",this.appName),n?n.getKeepAliveState()===W.KEEP_ALIVE_HIDDEN?n.url===this.appUrl?this.handleShowKeepAliveApp(n):m(`app name conflict, an app named ${this.appName} is running`,this.appName):n.url===this.appUrl&&n.ssrUrl===this.ssrUrl?this.handleAppMount(n):this.handleCreateApp():this.handleCreateApp()}legalAttribute(e,t){return!(!i(t)||!t)||(m(`unexpected attribute ${e}, please check again`,this.appName),!1)}handleAppMount(e){e.isPrefetch=!1,_((()=>{var t;return e.mount(null!==(t=this.shadowRoot)&&void 0!==t?t:this,this.getDisposeResult("inline"),this.getBaseRouteCompatible())}))}handleCreateApp(){var e;Ke.has(this.appName)&&Ke.get(this.appName).actionsForCompletelyDestroy();const t=new je({name:this.appName,url:this.appUrl,ssrUrl:this.ssrUrl,container:null!==(e=this.shadowRoot)&&void 0!==e?e:this,inline:this.getDisposeResult("inline"),scopecss:!(this.getDisposeResult("disableScopecss")||this.getDisposeResult("shadowDOM")),useSandbox:!this.getDisposeResult("disableSandbox"),baseroute:this.getBaseRouteCompatible()});Ke.set(this.appName,t)}handleUnmount(e,t){const n=Ke.get(this.appName);n&&n.getAppState()!==T.UNMOUNT&&n.unmount(e,t)}handleHiddenKeepAliveApp(){const e=Ke.get(this.appName);e&&e.getAppState()!==T.UNMOUNT&&e.getKeepAliveState()!==W.KEEP_ALIVE_HIDDEN&&e.hiddenKeepAliveApp()}handleShowKeepAliveApp(e){_((()=>{var t;return e.showKeepAliveApp(null!==(t=this.shadowRoot)&&void 0!==t?t:this)}))}getDisposeResult(e){return(this.compatibleSpecialProperties(e)||Je[e])&&this.compatibleDisableSpecialProperties(e)}compatibleSpecialProperties(e){return"disableScopecss"===e?this.hasAttribute("disableScopecss")||this.hasAttribute("disable-scopecss"):"disableSandbox"===e?this.hasAttribute("disableSandbox")||this.hasAttribute("disable-sandbox"):this.hasAttribute(e)}compatibleDisableSpecialProperties(e){return"disableScopecss"===e?"false"!==this.getAttribute("disableScopecss")&&"false"!==this.getAttribute("disable-scopecss"):"disableSandbox"===e?"false"!==this.getAttribute("disableSandbox")&&"false"!==this.getAttribute("disable-sandbox"):"false"!==this.getAttribute(e)}getBaseRouteCompatible(){var e,t;return null!==(t=null!==(e=this.getAttribute("baseroute"))&&void 0!==e?e:this.getAttribute("baseurl"))&&void 0!==t?t:""}getDestroyCompatibleResult(){return this.getDisposeResult("destroy")||this.getDisposeResult("destory")}getKeepAliveModeResult(){return this.getDisposeResult("keep-alive")&&!this.getDestroyCompatibleResult()}set data(e){this.appName?Je.setData(this.appName,e):this.cacheData=e}get data(){return this.appName?Je.getData(this.appName,!0):this.cacheData?this.cacheData:null}}window.customElements.define(e,n)}function Ve(e){if(!n)return m("preFetch is only supported in browser environment");v((()=>{r(e)&&(e=e()),function(e){const t=[];return a(e)&&e.forEach((e=>{c(e)&&(e.name=g(e.name),e.url=b(e.url,e.name),e.name&&e.url&&!Ke.has(e.name)&&t.push(e))})),t}(e).forEach((e=>{var t,n;const s=new je({name:e.name,url:e.url,scopecss:!(null!==(t=e.disableScopecss)&&void 0!==t?t:Je.disableScopecss),useSandbox:!(null!==(n=e.disableSandbox)&&void 0!==n?n:Je.disableSandbox)});s.isPrefetch=!0,Ke.set(e.name,s)}))}))}function qe(e){const t=[];return Ke.forEach(((n,s)=>{T.UNMOUNT===n.getAppState()||n.isPrefetch||e&&W.KEEP_ALIVE_HIDDEN===n.getKeepAliveState()||t.push(s)})),t}function ze(e,t){const n=Ke.get(g(e));return new Promise((s=>{if(n)if(n.getAppState()===T.UNMOUNT||n.isPrefetch)(null==t?void 0:t.destroy)&&n.actionsForCompletelyDestroy(),s();else if(n.getKeepAliveState()===W.KEEP_ALIVE_HIDDEN)(null==t?void 0:t.destroy)?n.unmount(!0,s):(null==t?void 0:t.clearAliveState)?n.unmount(!1,s):s();else{const e=L(n.container),i=()=>{e.removeEventListener("unmount",i),e.removeEventListener("afterhidden",o),s()},o=()=>{e.removeEventListener("unmount",i),e.removeEventListener("afterhidden",o),s()};if(e.addEventListener("unmount",i),e.addEventListener("afterhidden",o),null==t?void 0:t.destroy){let t,n;e.hasAttribute("destroy")&&(t=e.getAttribute("destroy")),e.hasAttribute("destory")&&(n=e.getAttribute("destory")),e.setAttribute("destroy","true"),e.parentNode.removeChild(e),e.removeAttribute("destroy"),"string"==typeof t&&e.setAttribute("destroy",t),"string"==typeof n&&e.setAttribute("destory",n)}else if((null==t?void 0:t.clearAliveState)&&e.hasAttribute("keep-alive")){const t=e.getAttribute("keep-alive");e.removeAttribute("keep-alive"),e.parentNode.removeChild(e),e.setAttribute("keep-alive",t)}else e.parentNode.removeChild(e)}else f(`app ${e} does not exist`),s()}))}class Qe extends Pe{constructor(){super(...arguments),this.tagName="micro-app",this.preFetch=Ve}start(e){if(!n||!window.customElements)return m("micro-app is not supported in this environment");if(null==e?void 0:e.tagName){if(!/^micro-app(-\S+)?/.test(e.tagName))return m(`${e.tagName} is invalid tagName`);this.tagName=e.tagName}if(window.customElements.get(this.tagName))return f(`element ${this.tagName} is already defined`);if(me(),e&&c(e)&&(this.shadowDOM=e.shadowDOM,this.destroy=e.destroy,this.destory=e.destory,this.inline=e.inline,this.disableScopecss=e.disableScopecss,this.disableSandbox=e.disableSandbox,this.ssr=e.ssr,r(e.fetch)&&(this.fetch=e.fetch),c(e.lifeCycles)&&(this.lifeCycles=e.lifeCycles),e.preFetchApps&&Ve(e.preFetchApps),e.globalAssets&&(c(t=e.globalAssets)&&v((()=>{if(a(t.js)){const e=t.js.filter((e=>i(e)&&e.includes(".js")&&!fe.has(e))),n=[];e.forEach((e=>{n.push(B(e))})),E(n,(t=>{const n=e[t.index];fe.has(n)||fe.set(n,t.data)}),(e=>{m(e)}))}if(a(t.css)){const e=t.css.filter((e=>i(e)&&e.includes(".css")&&!Y.has(e))),n=[];e.forEach((e=>{n.push(B(e))})),E(n,(t=>{const n=e[t.index];Y.has(n)||Y.set(n,t.data)}),(e=>{m(e)}))}}))),c(e.plugins))){const t=e.plugins.modules;if(c(t))for(const e in t){const n=g(e);n&&e!==n&&(t[n]=t[e],delete t[e])}this.plugins=e.plugins}var t;Ge(this.tagName)}}var Je=new Qe;e.EventCenterForMicroApp=Me,e.MicroApp=Qe,e.default=Je,e.getActiveApps=qe,e.getAllApps=function(){return Array.from(Ke.keys())},e.preFetch=Ve,e.pureCreateElement=M,e.removeDomScope=P,e.unmountAllApps=function(e){return Array.from(Ke.keys()).reduce(((t,n)=>t.then((()=>ze(n,e)))),Promise.resolve())},e.unmountApp=ze,e.version=t,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
2
2
|
//# sourceMappingURL=index.umd.js.map
|