@micro-zoe/micro-app 1.0.0-alpha.4 → 1.0.0-alpha.5
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.esm.js +15 -6
- 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/lib/index.min.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const e="undefined"!=typeof window,t="undefined"!=typeof global?global:"undefined"!=typeof window?window:"undefined"!=typeof self?self:Function("return this")(),n=()=>{},s=()=>!1,o=Array.isArray,r=Object.assign,i=Object.defineProperty,a=Object.defineProperties,c=Object.prototype.hasOwnProperty;function l(e){return void 0===e}function u(e){return null===e}function h(e){return"string"==typeof e}function p(e){return"boolean"==typeof e}function d(e){return"function"==typeof e}function m(e){return"[object Object]"===toString.call(e)}function f(e){return"[object Promise]"===toString.call(e)}function _(e){return d(e)&&0===e.name.indexOf("bound ")&&!e.hasOwnProperty("prototype")}function g(e){var t;if(d(e)){const n=e.toString();return(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!1}function A(e){return e instanceof URL}function w(e,t=null,...n){const s=t&&h(t)?` app ${t}:`:"";h(e)?console.error(`[micro-app]${s} ${e}`,...n):console.error(`[micro-app]${s}`,e,...n)}function y(e,t=null,...n){const s=t&&h(t)?` app ${t}:`:"";h(e)?console.warn(`[micro-app]${s} ${e}`,...n):console.warn(`[micro-app]${s}`,e,...n)}function b(e,...t){Promise.resolve().then(e.bind(null,...t))}const v=function(){class e extends URL{}return(t,n)=>n?new e(""+t,n):new e(""+t)}();function E(e){return e.startsWith("//")?`${t.location.protocol}${e}`:e}function R(e,t=null){if(!h(e)||!e)return"";try{const{origin:t,pathname:n,search:s}=v(E(e));if(/\.(\w+)$/.test(n))return`${t}${n}${s}`;const o=`${t}${n}/`.replace(/\/\/$/,"/");return/^https?:\/\//.test(o)?`${o}${s}`:""}catch(e){return w(e,t),""}}function P(e){return h(e)&&e?e.replace(/(^\d+)|([^\w\d-_])/gi,""):""}function N(e){const{origin:t,pathname:n}=v(e);if(/\.(\w+)$/.test(n)){const e=`${t}${n}`.split("/");return e.pop(),e.join("/")+"/"}return`${t}${n}/`.replace(/\/\/$/,"/")}function M(e,t){return!e||/^((((ht|f)tps?)|file):)?\/\//.test(e)||/^(data|blob):/.test(e)?e:v(e,N(E(t))).toString()}function S(e,t,n,s){let o=0;function r(){++o===e.length&&s&&s()}e.forEach(((e,s)=>{f(e)?e.then((e=>{t({data:e,index:s}),r()})).catch((e=>{n({error:e,index:s}),r()})):(t({data:e,index:s}),r())}))}const C=t.requestIdleCallback||function(e){const t=Date.now();return setTimeout((function(){e({didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))})}),50)};let O=null;function D(e){O=e}function x(e){O!==e&&(D(e),b((()=>{D(null)})))}function L(){return O}function I(){D(null)}function U(e,t){const n=document.createElement(e,t);return n.__MICRO_APP_NAME__&&delete n.__MICRO_APP_NAME__,n.__PURE_ELEMENT__=!0,n}function T(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 W(e){return!e||/(^\d)|([^\w\d-_\u4e00-\u9fa5])/gi.test(e)}function k(e){return/^body$/i.test(e)||/^head$/i.test(e)||/^html$/i.test(e)}function B(e){return function(e){return"undefined"!=typeof ShadowRoot&&e instanceof ShadowRoot}(e)?e.host:e}function H(e){return e?e.replace(/^\s+|\s+$/g,""):""}function $(){return navigator.userAgent.indexOf("Firefox")>-1}function F(e){const t={},n=e.split("&");for(const e of n){const n=e.indexOf("="),s=n<0?e:e.slice(0,n),r=n<0?null:e.slice(n+1);if(s in t){let e=t[s];o(e)||(e=t[s]=[e]),e.push(r)}else t[s]=r}return t}function K(e){let t="";for(const n in e){const s=e[n];if(u(s))t+=(t.length?"&":"")+n;else{(o(s)?s:[s]).forEach((e=>{l(e)||(t+=(t.length?"&":"")+n,u(e)||(t+="="+e))}))}}return t}function j(){const e=new Set;return{add:function(t){return e.add(t),()=>!!e.has(t)&&e.delete(t)},list:()=>e}}var G,q,V,Q;!function(e){e.NAME="name",e.URL="url"}(G||(G={})),function(e){e.CREATED="created",e.LOADING="loading",e.LOADED="loaded",e.LOAD_FAILED="load_failed",e.MOUNTING="mounting",e.MOUNTED="mounted",e.UNMOUNT="unmount"}(q||(q={})),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"}(V||(V={})),function(e){e.KEEP_ALIVE_SHOW="keep_alive_show",e.KEEP_ALIVE_HIDDEN="keep_alive_hidden"}(Q||(Q={}));const z="window,self,globalThis,Array,Object,String,Boolean,Math,Number,Symbol,Date,Function,Proxy,WeakMap,WeakSet,Set,Map,Reflect,Element,Node,Document,RegExp,Error,TypeError,JSON,isNaN,parseFloat,parseInt,performance,console,decodeURI,encodeURI,decodeURIComponent,encodeURIComponent,navigator,undefined,location,history";function Y(e,t=null,n={}){return I(),d(Vt.fetch)?Vt.fetch(e,n,t):window.fetch(e,n).then((e=>e.text()))}class X{static getInstance(){return this.instance||(this.instance=new X),this.instance}run(e,t){const n=e.name,s=e.ssrUrl||e.url;Y(s,n,{cache:"no-cache"}).then((o=>{if(!o){const t="html is empty, please check in detail";return e.onerror(new Error(t)),w(t,n)}o=this.formatHTML(s,o,n),t(o,e)})).catch((t=>{w(`Failed to fetch data from ${e.url}, micro-app stop rendering`,n,t),e.onLoadError(t)}))}formatHTML(e,t,n){return this.processHtml(e,t,n,Vt.plugins).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>")))}processHtml(e,t,n,s){var o;if(!s)return t;const r=[];return s.global&&r.push(...s.global),(null===(o=s.modules)||void 0===o?void 0:o[n])&&r.push(...s.modules[n]),r.length>0?r.reduce(((t,n)=>m(n)&&d(n.processHtml)?n.processHtml(t,e,n.options):t),t):t}}const J=/(^|\s+)(html|:root)(?=[\s>~[.#:]+|$)/,Z=/(^|\s+)((html[\s>~]+body)|body)(?=[\s>~[.#:]+|$)/;function ee(e,t){e=t?`${t} ${e}`:e;const n=new Error(e);throw n.reason=e,t&&(n.filename=t),n}class te{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(),$()?decodeURIComponent(this.result):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(!0);return this.scopecssDisableNextLine=!1,e?(this.recordResult(e),this.matchComments(),this.styleDeclarations(),this.matchLeadingSpaces(),!0):ee("selector missing",this.linkPath)}formatSelector(e){const t=this.commonMatch(/^[^{]+/,e);return!!t&&t[0].replace(/(^|,[\n\s]*)([^,]+)/g,((e,t,n)=>(n=H(n),this.scopecssDisableNextLine||this.scopecssDisable&&(!this.scopecssDisableSelectors.length||this.scopecssDisableSelectors.includes(n))||J.test(n)||(n=Z.test(n)?n.replace(Z,this.prefix+" micro-app-body"):this.prefix+" "+n),t+n)))}styleDeclarations(){return this.matchOpenBrace()?(this.matchAllDeclarations(),!!this.matchCloseBrace()||ee("Declaration missing '}'",this.linkPath)):ee("Declaration missing '{'",this.linkPath)}matchAllDeclarations(){let e=this.commonMatch(/^(?:url\(["']?(?:[^)"'}]+)["']?\)|[^}/])*/,!0)[0];if(e&&(this.scopecssDisableNextLine||this.scopecssDisable&&!this.scopecssDisableSelectors.length||(e=e.replace(/url\(["']?([^)"']+)["']?\)/gm,((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(),E(t.join("/")+"/")}(this.linkPath)),`url("${M(t,this.baseURI)}")`)))),this.recordResult(e)),this.scopecssDisableNextLine=!1,this.cssText&&"}"!==this.cssText.charAt(0))return"/"===this.cssText.charAt(0)&&"*"===this.cssText.charAt(1)?this.matchComments():this.commonMatch(/\/+/),this.matchAllDeclarations()}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(/^[^{]+/))return ee("@keyframes missing name",this.linkPath);if(this.matchComments(),!this.matchOpenBrace())return ee("@keyframes missing '{'",this.linkPath);for(this.matchComments();this.keyframeRule();)this.matchComments();return this.matchCloseBrace()?(this.matchLeadingSpaces(),!0):ee("@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(!1),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):ee(`@${t} missing '}'`,this.linkPath)):ee(`@${t} missing '{'`,this.linkPath))}createMatcherForNoneBraceAtRule(e){const t=new RegExp("^@"+e+"\\s*([^;]+);");return()=>!!this.commonMatch(t)&&(this.matchLeadingSpaces(),!0)}commonHandlerForAtRuleWithSelfRule(e){return this.matchOpenBrace()?(this.matchAllDeclarations(),this.matchCloseBrace()?(this.matchLeadingSpaces(),!0):ee(`@${e} missing '}'`,this.linkPath)):ee(`@${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 ee("End of comment missing",this.linkPath);let t=this.cssText.slice(2,e-2);if(this.recordResult(`/*${t}*/`),t=H(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(H(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.recordResult(s),n}matchOpenBrace(){return this.commonMatch(/^{\s*/)}matchCloseBrace(){return this.commonMatch(/^}/)}matchLeadingSpaces(){this.commonMatch(/^\s*/)}recordResult(e){$()?this.result+=encodeURIComponent(e):this.result+=e}}function ne(e,t,n,s,o){if(!e.__MICRO_APP_HAS_SCOPED__){e.__MICRO_APP_HAS_SCOPED__=!0;let r=null;try{r=se.exec(e.textContent,n,s,o),se.reset()}catch(e){se.reset(),w("An error occurred while parsing CSS:\n",t,e)}r&&(e.textContent=r)}}let se;function oe(e,t){if(t.scopecss){const n=`${Vt.tagName}[name=${t.name}]`;if(se||(se=new te),e.textContent)ne(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")&&ne(e,t.name,n,t.url,e.__MICRO_APP_LINK_PATH__)}));s.observe(e,{childList:!0})}}return e}function re(e,t){Object.defineProperties(e,{currentTarget:{get:()=>t},srcElement:{get:()=>t},target:{get:()=>t}})}function ie(e){const t=new CustomEvent("load");re(t,e),d(e.onload)?e.onload(t):e.dispatchEvent(t)}function ae(e){const t=new CustomEvent("error");re(t,e),d(e.onerror)?e.onerror(t):e.dispatchEvent(t)}const ce=new Map;function le(e,t,n,s=!1){const o=e.getAttribute("rel");let r=e.getAttribute("href"),i=null;if("stylesheet"===o&&r){if(r=M(r,n.url),s)return{url:r,info:{code:"",isGlobal:e.hasAttribute("global")}};i=document.createComment(`link element with href=${r} move to micro-app-head as style element`),n.source.links.set(r,{code:"",placeholder:i,isGlobal:e.hasAttribute("global")})}else o&&["prefetch","preload","prerender","icon","apple-touch-icon"].includes(o)?s?i=document.createComment(`link element with rel=${o}${r?" & href="+r:""} removed by micro-app`):t.removeChild(e):r&&e.setAttribute("href",M(r,n.url));return s?{replaceComment:i}:i?t.replaceChild(i,e):void 0}function ue(e,t,n){const s=Array.from(t.source.links.entries());S(s.map((([e])=>ce.has(e)?ce.get(e):Y(e,t.name))),(e=>{!function(e,t,n,s,o){t.isGlobal&&!ce.has(e)&&ce.set(e,n);const r=U("style");r.textContent=n,r.__MICRO_APP_LINK_PATH__=e,r.setAttribute("data-origin-href",e),t.placeholder.parentNode?t.placeholder.parentNode.replaceChild(oe(r,o),t.placeholder):s.appendChild(oe(r,o));t.placeholder=null,t.code=n}(s[e.index][0],s[e.index][1],e.data,n,t)}),(e=>{w(e,t.name)}),(()=>{t.onLoad(e)}))}class he{constructor(){this.escapeSetterKeyList=["location"],this.staticEscapeProperties=["System","__cjsWrapper"],this.staticScopeProperties=["webpackJsonp","webpackHotUpdate","Vue"],this.injectReactHRMProperty()}injectReactHRMProperty(){"production"!==process.env.NODE_ENV&&(this.staticEscapeProperties.push("__REACT_ERROR_OVERLAY_GLOBAL_HOOK__"),Re.rawWindow.__REACT_ERROR_OVERLAY_GLOBAL_HOOK__&&(this.staticScopeProperties=this.staticScopeProperties.concat(["__REACT_ERROR_OVERLAY_GLOBAL_HOOK__","__reactRefreshInjected"])))}}function pe(e,t){Object.defineProperty(e,"parentNode",{value:t,configurable:!0})}const de=new WeakMap;function me(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 de.set(t,e),e}return n.scopecss&&!t.hasAttribute("ignore")?oe(t,n):t}if(t instanceof HTMLLinkElement){if(t.hasAttribute("exclude")||Ce(t.getAttribute("href"),n.name)){const e=document.createComment("link element with exclude attribute ignored by micro-app");return de.set(t,e),e}if(t.hasAttribute("ignore")||Oe(t.getAttribute("href"),n.name))return t;const{url:s,info:o,replaceComment:r}=le(t,e,n,!0);if(s&&o){const e=U("style");return e.__MICRO_APP_LINK_PATH__=s,function(e,t,n,s,o){if(n.source.links.has(e))return o.textContent=n.source.links.get(e).code,oe(o,n),void b((()=>ie(s)));if(ce.has(e)){const r=ce.get(e);return t.code=r,n.source.links.set(e,t),o.textContent=r,oe(o,n),void b((()=>ie(s)))}Y(e,n.name).then((r=>{t.code=r,n.source.links.set(e,t),t.isGlobal&&ce.set(e,r),o.textContent=r,oe(o,n),ie(s)})).catch((e=>{w(e,n.name),ae(s)}))}(s,o,n,t,e),de.set(t,e),e}return r?(de.set(t,r),r):t}if(t instanceof HTMLScriptElement){const{replaceComment:s,url:o,info:r}=Me(t,e,n,!0)||{};if(o&&r){if(r.isExternal){const e=function(e,t,n,s){const o=()=>ie(s);if(n.source.scripts.has(e)){const t=n.source.scripts.get(e);return!t.module&&b(o),xe(e,n,t,!0,o)}if(Ne.has(e)){const s=Ne.get(e);return t.code=s,n.source.scripts.set(e,t),!t.module&&b(o),xe(e,n,t,!0,o)}let r;r=n.inline||t.module?U("script"):document.createComment(`dynamic script with src='${e}' extract by micro-app`);return Y(e,n.name).then((s=>{t.code=s,n.source.scripts.set(e,t),t.isGlobal&&Ne.set(e,s);try{s=Ue(e,n,s,t),n.inline||t.module?Le(e,s,t.module,r,o):Ie(s,t)}catch(t){console.error(`[micro-app from runDynamicScript] app ${n.name}: `,t,e)}!t.module&&o()})).catch((e=>{w(e,n.name),ae(s)})),r}(o,r,n,t);return de.set(t,e),e}{const e=xe(o,n,r,!0);return de.set(t,e),e}}return s?(de.set(t,s),s):t}return t}function fe(e,t,n,s,o){const r=function(e,t){var n,s;if(e===document.head)return null===(n=null==t?void 0:t.container)||void 0===n?void 0:n.querySelector("micro-app-head");if(e===document.body)return null===(s=null==t?void 0:t.container)||void 0===s?void 0:s.querySelector("micro-app-body");return null}(n,e);return r?o&&!r.contains(o)?Re.rawAppendChild.call(r,s):t!==Re.rawRemoveChild||r.contains(s)?("production"!==process.env.NODE_ENV&&s instanceof HTMLIFrameElement&&t===Re.rawAppendChild&&function(e){var t;if("production"!==process.env.NODE_ENV){const n=Re.rawWindow.__REACT_ERROR_OVERLAY_GLOBAL_HOOK__,s=null===(t=e.sandBox)||void 0===t?void 0:t.proxyWindow.__REACT_ERROR_OVERLAY_GLOBAL_HOOK__;n&&s&&(Re.rawWindow.__REACT_ERROR_OVERLAY_GLOBAL_HOOK__=s,b((()=>{Re.rawWindow.__REACT_ERROR_OVERLAY_GLOBAL_HOOK__=n})))}}(e),_e(t,r,s,o)):n.contains(s)?t.call(n,s):s:_e(t,n,s,o)}function _e(e,t,n,s){return(o=e)===Re.rawAppend||o===Re.rawPrepend?e.call(t,n):e.call(t,n,s);var o}function ge(e){var t;return null!==(t=de.get(e))&&void 0!==t?t:e}function Ae(e,t,n,s){const o=L();if(t instanceof Node&&(t.__MICRO_APP_NAME__||o&&!t.__PURE_ELEMENT__)){t.__MICRO_APP_NAME__=t.__MICRO_APP_NAME__||o;const r=Bt.get(t.__MICRO_APP_NAME__);if(null==r?void 0:r.container)return t instanceof Element&&(/^(img|script)$/i.test(t.tagName)?(t.hasAttribute("src")&&Re.rawSetAttribute.call(t,"src",M(t.getAttribute("src"),r.url)),t.hasAttribute("srcset")&&Re.rawSetAttribute.call(t,"srcset",M(t.getAttribute("srcset"),r.url))):/^link$/i.test(t.tagName)&&t.hasAttribute("href")&&Re.rawSetAttribute.call(t,"href",M(t.getAttribute("href"),r.url))),fe(r,s,e,me(e,t,r),n&&ge(n));if(s===Re.rawAppend||s===Re.rawPrepend)return s.call(e,t)}else if(s===Re.rawAppend||s===Re.rawPrepend){if(!(t instanceof Node)&&o){const n=Bt.get(o);if(null==n?void 0:n.container){if(e===document.head)return s.call(n.container.querySelector("micro-app-head"),t);if(e===document.body)return s.call(n.container.querySelector("micro-app-body"),t)}}return s.call(e,t)}return s.call(e,t,n)}function we(){!function(){const e=Re.rawDocument,t=Re.rawRootDocument;function n(t){return function(e){return"[object ProxyDocument]"===toString.call(e)}(t)?e:t}function s(t){var s,o,r,i;const a=n(this),c=L();return c&&(null===(s=Bt.get(c))||void 0===s?void 0:s.container)&&t&&!k(t)&&e===a?null!==(i=null===(r=null===(o=Bt.get(c))||void 0===o?void 0:o.container)||void 0===r?void 0:r.querySelector(t))&&void 0!==i?i:null:Re.rawQuerySelector.call(a,t)}function o(t){var s,o,r,i;const a=n(this),c=L();return c&&(null===(s=Bt.get(c))||void 0===s?void 0:s.container)&&t&&!k(t)&&e===a?null!==(i=null===(r=null===(o=Bt.get(c))||void 0===o?void 0:o.container)||void 0===r?void 0:r.querySelectorAll(t))&&void 0!==i?i:[]:Re.rawQuerySelectorAll.call(a,t)}t.prototype.createElement=function(e,t){return ye(Re.rawCreateElement.call(n(this),e,t))},t.prototype.createElementNS=function(e,t,s){return ye(Re.rawCreateElementNS.call(n(this),e,t,s))},t.prototype.createDocumentFragment=function(){return ye(Re.rawCreateDocumentFragment.call(n(this)))},t.prototype.querySelector=s,t.prototype.querySelectorAll=o,t.prototype.getElementById=function(e){const t=n(this);if(!L()||W(e))return Re.rawGetElementById.call(t,e);try{return s.call(t,`#${e}`)}catch(n){return Re.rawGetElementById.call(t,e)}},t.prototype.getElementsByClassName=function(e){const t=n(this);if(!L()||W(e))return Re.rawGetElementsByClassName.call(t,e);try{return o.call(t,`.${e}`)}catch(n){return Re.rawGetElementsByClassName.call(t,e)}},t.prototype.getElementsByTagName=function(e){var t;const s=n(this),r=L();if(!r||k(e)||W(e)||!(null===(t=Bt.get(r))||void 0===t?void 0:t.inline)&&/^script$/i.test(e))return Re.rawGetElementsByTagName.call(s,e);try{return o.call(s,e)}catch(t){return Re.rawGetElementsByTagName.call(s,e)}},t.prototype.getElementsByName=function(e){const t=n(this);if(!L()||W(e))return Re.rawGetElementsByName.call(t,e);try{return o.call(t,`[name=${e}]`)}catch(n){return Re.rawGetElementsByName.call(t,e)}}}(),Element.prototype.appendChild=function(e){return Ae(this,e,null,Re.rawAppendChild)},Element.prototype.insertBefore=function(e,t){return Ae(this,e,t,Re.rawInsertBefore)},Element.prototype.replaceChild=function(e,t){return Ae(this,e,t,Re.rawReplaceChild)},Element.prototype.append=function(...e){let t=0;const n=e.length;for(;t<n;)Ae(this,e[t],null,Re.rawAppend),t++},Element.prototype.prepend=function(...e){let t=e.length;for(;t>0;)Ae(this,e[t-1],null,Re.rawPrepend),t--},Element.prototype.removeChild=function(e){var t;if(null==e?void 0:e.__MICRO_APP_NAME__){const n=Bt.get(e.__MICRO_APP_NAME__);if(null==n?void 0:n.container)return fe(n,Re.rawRemoveChild,this,ge(e));try{return Re.rawRemoveChild.call(this,e)}catch(n){return null===(t=null==e?void 0:e.parentNode)||void 0===t?void 0:t.removeChild(e)}}return Re.rawRemoveChild.call(this,e)},Element.prototype.cloneNode=function(e){const t=Re.rawCloneNode.call(this,e);return this.__MICRO_APP_NAME__&&(t.__MICRO_APP_NAME__=this.__MICRO_APP_NAME__),t}}function ye(e){const t=L();return t&&(e.__MICRO_APP_NAME__=t),e}let be=!1;function ve(){I(),function(){const e=Re.rawRootDocument;e.prototype.createElement=Re.rawCreateElement,e.prototype.createElementNS=Re.rawCreateElementNS,e.prototype.createDocumentFragment=Re.rawCreateDocumentFragment,e.prototype.querySelector=Re.rawQuerySelector,e.prototype.querySelectorAll=Re.rawQuerySelectorAll,e.prototype.getElementById=Re.rawGetElementById,e.prototype.getElementsByClassName=Re.rawGetElementsByClassName,e.prototype.getElementsByTagName=Re.rawGetElementsByTagName,e.prototype.getElementsByName=Re.rawGetElementsByName}(),Element.prototype.appendChild=Re.rawAppendChild,Element.prototype.insertBefore=Re.rawInsertBefore,Element.prototype.replaceChild=Re.rawReplaceChild,Element.prototype.removeChild=Re.rawRemoveChild,Element.prototype.append=Re.rawAppend,Element.prototype.prepend=Re.rawPrepend,Element.prototype.cloneNode=Re.rawCloneNode}let Ee=!1;const Re={};function Pe(){if(e){const e=Function("return window")(),t=Function("return document")(),n=Function("return Document")(),s="noModule"in document.createElement("script"),o=Element.prototype.setAttribute,i=Element.prototype.appendChild,a=Element.prototype.insertBefore,c=Element.prototype.replaceChild,l=Element.prototype.removeChild,u=Element.prototype.append,h=Element.prototype.prepend,p=Element.prototype.cloneNode,d=n.prototype.createElement,m=n.prototype.createElementNS,f=n.prototype.createDocumentFragment,_=n.prototype.querySelector,g=n.prototype.querySelectorAll,A=n.prototype.getElementById,w=n.prototype.getElementsByClassName,y=n.prototype.getElementsByTagName,b=n.prototype.getElementsByName,v=new Proxy(Image,{construct(e,t){const n=new e(...t);return n.__MICRO_APP_NAME__=L(),n}}),E=e.addEventListener,R=e.removeEventListener,P=e.setInterval,N=e.setTimeout,M=e.clearInterval,S=e.clearTimeout,C=e.history.pushState,O=e.history.replaceState,D=t.addEventListener,x=t.removeEventListener;window.__MICRO_APP_BASE_APPLICATION__=!0,r(Re,{rawWindow:e,rawDocument:t,rawRootDocument:n,supportModuleScript:s,rawSetAttribute:o,rawAppendChild:i,rawInsertBefore:a,rawReplaceChild:c,rawRemoveChild:l,rawAppend:u,rawPrepend:h,rawCloneNode:p,rawCreateElement:d,rawCreateElementNS:m,rawCreateDocumentFragment:f,rawQuerySelector:_,rawQuerySelectorAll:g,rawGetElementById:A,rawGetElementsByClassName:w,rawGetElementsByTagName:y,rawGetElementsByName:b,ImageProxy:v,rawWindowAddEventListener:E,rawWindowRemoveEventListener:R,rawSetInterval:P,rawSetTimeout:N,rawClearInterval:M,rawClearTimeout:S,rawDocumentAddEventListener:D,rawDocumentRemoveEventListener:x,rawPushState:C,rawReplaceState:O}),function(){if(!Ee){Ee=!0;const e=U("style");Re.rawSetAttribute.call(e,"type","text/css"),e.textContent=`\n${Vt.tagName}, micro-app-body { display: block; } \nmicro-app-head { display: none; }`,Re.rawDocument.head.appendChild(e)}}()}}const Ne=new Map;function Me(e,t,n,s=!1){let o=null,r=e.getAttribute("src");if(r&&(r=M(r,n.url)),e.hasAttribute("exclude")||Ce(r,n.name))o=document.createComment("script element with exclude attribute removed by micro-app");else{if(e.type&&!["text/javascript","text/ecmascript","application/javascript","application/ecmascript","module","systemjs-module","systemjs-importmap"].includes(e.type)||e.hasAttribute("ignore")||Oe(r,n.name))return null;if(Re.supportModuleScript&&e.noModule||!Re.supportModuleScript&&"module"===e.type)o=document.createComment((e.noModule?"noModule":"module")+" script ignored by micro-app");else if(r){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:r,info:t};n.source.scripts.set(r,t),o=document.createComment(`script with src='${r}' extract by micro-app`)}else if(e.textContent){const t="inline-"+Math.random().toString(36).substr(2,15),r={code:e.textContent,isExternal:!1,isDynamic:s,async:!1,defer:"module"===e.type,module:"module"===e.type};if(s)return{url:t,info:r};n.source.scripts.set(t,r),o=document.createComment("inline script extract by micro-app")}else s||(o=document.createComment("script element removed by micro-app"))}return s?{replaceComment:o}:t.replaceChild(o,e)}function Se(e){var t,n,s;return[...(null===(t=Vt.plugins)||void 0===t?void 0:t.global)||[],...(null===(s=null===(n=Vt.plugins)||void 0===n?void 0:n.modules)||void 0===s?void 0:s[e])||[]]}function Ce(e,t){if(!e)return!1;return(Se(t)||[]).some((t=>!!t.excludeChecker&&t.excludeChecker(e)))}function Oe(e,t){if(!e)return!1;return(Se(t)||[]).some((t=>!!t.ignoreChecker&&t.ignoreChecker(e)))}function De(e,t){const n=Array.from(t.source.scripts.entries()),s=[],o=[];for(const[e,r]of n)if(r.isExternal){const n=Ne.get(e);n?r.code=n:(!r.defer&&!r.async||t.isPrefetch)&&(s.push(Y(e,t.name)),o.push([e,r]))}s.length?S(s,(e=>{!function(e,t,n){t.isGlobal&&!Ne.has(e)&&Ne.set(e,n);t.code=n}(o[e.index][0],o[e.index][1],e.data)}),(e=>{w(e,t.name)}),(()=>{t.onLoad(e)})):t.onLoad(e)}function xe(e,t,n,s,o){var r;try{const i=Ue(e,t,n.code,n);if(t.inline||n.module){const a=U("script");if(Le(e,i,n.module,a,o),s)return a;null===(r=t.container)||void 0===r||r.querySelector("micro-app-body").appendChild(a)}else if(Ie(i,n),s)return document.createComment("dynamic script extract by micro-app")}catch(e){console.error(`[micro-app from runScript] app ${t.name}: `,e)}}function Le(e,t,n,s,o){if(n){const e=new Blob([t],{type:"text/javascript"});s.src=URL.createObjectURL(e),s.setAttribute("type","module"),o&&(o.moduleCount&&o.moduleCount--,s.onload=o.bind(s,0===o.moduleCount))}else s.textContent=t;e.startsWith("inline-")||s.setAttribute("data-origin-src",e)}function Ie(e,t){t.code2Function||(t.code2Function=new Function(e)),t.code2Function.call(window)}function Ue(e,t,n,s){return m(Vt.plugins)&&(n=function(e,t,n,s,o){var r;const i=Te(s.global,t,e,o);return Te(null===(r=s.modules)||void 0===r?void 0:r[n],i,e,o)}(e,n,t.name,Vt.plugins,s)),t.sandBox&&!s.module?(Re.rawWindow.__MICRO_APP_PROXY_WINDOW__=t.sandBox.proxyWindow,`;(function(proxyWindow){with(proxyWindow.__MICRO_APP_WINDOW__){(function(${z}){;${n}\n}).call(proxyWindow,${z})}})(window.__MICRO_APP_PROXY_WINDOW__);`):n}function Te(e,t,n,s){return o(e)?e.reduce(((e,t)=>m(t)&&d(t.loader)?t.loader(e,n,t.options,s):e),t):t}function We(e,t,n){const s=Array.from(e.children);s.length&&s.forEach((e=>{We(e,t)}));for(const n of s)n instanceof HTMLLinkElement?n.hasAttribute("exclude")||Ce(n.getAttribute("href"),t.name)?e.replaceChild(document.createComment("link element with exclude attribute ignored by micro-app"),n):n.hasAttribute("ignore")||Oe(n.getAttribute("href"),t.name)?n.hasAttribute("href")&&n.setAttribute("href",M(n.getAttribute("href"),t.url)):le(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")&&oe(n,t):n instanceof HTMLScriptElement?Me(n,e,t):n instanceof HTMLMetaElement||n instanceof HTMLTitleElement?e.removeChild(n):n instanceof HTMLImageElement&&n.hasAttribute("src")&&n.setAttribute("src",M(n.getAttribute("src"),t.url))}function ke(e,t){const n=function(e){const t=U("div");return t.innerHTML=e,t}(e),s=n.querySelector("micro-app-head"),o=n.querySelector("micro-app-body");if(!s||!o){const e=`element ${s?"body":"head"} is missing`;return t.onerror(new Error(e)),w(e,t.name)}We(n,t),t.source.links.size?ue(n,t,s):t.onLoad(n),t.source.scripts.size?De(n,t):t.onLoad(n)}const Be=new class{constructor(){this.eventList=new Map}isLegalName(e){return!!e||(w("event-center: Invalid name"),!1)}on(e,t,n=!1){if(this.isLegalName(e)){if(!d(t))return w("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&&(d(t)?n.callbacks.delete(t):n.callbacks.clear())}}dispatch(e,t){if(this.isLegalName(e)){if(!m(t))return w("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 He(e,t){return h(e)&&e?t?`__from_base_app_${e}__`:`__from_micro_app_${e}__`:""}class $e{addGlobalDataListener(e,t){const n=this.appName;n&&(e.__APP_NAME__=n,e.__AUTO_TRIGGER__=t),Be.on("global",e,t)}removeGlobalDataListener(e){d(e)&&Be.off("global",e)}setGlobalData(e){I(),Be.dispatch("global",e)}getGlobalData(){return Be.getData("global")}clearGlobalDataListener(){const e=this.appName,t=Be.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 Fe extends $e{addDataListener(e,t,n){Be.on(He(P(e),!1),t,n)}removeDataListener(e,t){d(t)&&Be.off(He(P(e),!1),t)}getData(e,t=!1){return Be.getData(He(P(e),t))}setData(e,t){Be.dispatch(He(P(e),!0),t)}clearDataListener(e){Be.off(He(P(e),!1))}}class Ke extends $e{constructor(e){super(),this.appName=P(e),!this.appName&&w(`Invalid appName ${e}`)}addDataListener(e,t){e.__AUTO_TRIGGER__=t,Be.on(He(this.appName,!0),e,t)}removeDataListener(e){d(e)&&Be.off(He(this.appName,!0),e)}getData(){return Be.getData(He(this.appName,!0))}dispatch(e){I(),Be.dispatch(He(this.appName,!1),e);const t=Bt.get(this.appName);if((null==t?void 0:t.container)&&m(e)){const n=new CustomEvent("datachange",{detail:{data:e}});B(t.container).dispatchEvent(n)}}clearDataListener(){Be.off(He(this.appName,!0))}}class je{constructor(){this.appInstanceMap=Bt}static getInstance(){return this.instance||(this.instance=new je),this.instance}get(e){return this.appInstanceMap.get(e)}set(e,t){this.appInstanceMap.set(e,t)}getAll(){return Array.from(this.appInstanceMap.values())}clear(){this.appInstanceMap.clear()}}function Ge(){qe(),je.getInstance().getAll().forEach((e=>{e.container&&B(e.container).disconnectedCallback()})),!window.__MICRO_APP_UMD_MODE__&&je.getInstance().clear()}function qe(){window.__MICRO_APP_ENVIRONMENT__&&window.removeEventListener("unmount",Ge,!1)}function Ve(e,t,n="WINDOW"){const s=`__MICRO_APP_BOUND_${n}_FUNCTION__`;if(t[s])return t[s];if(!function(e){return p(e.__MICRO_APP_IS_CONSTRUCTOR__)?e.__MICRO_APP_IS_CONSTRUCTOR__:e.__MICRO_APP_IS_CONSTRUCTOR__=g(e)}(t)&&!function(e){return p(e.__MICRO_APP_IS_BOUND_FUNCTION__)?e.__MICRO_APP_IS_BOUND_FUNCTION__:e.__MICRO_APP_IS_BOUND_FUNCTION__=_(e)}(t)){const n=t.bind(e);for(const e in t)n[e]=t[e];return t.hasOwnProperty("prototype")&&i(n,"prototype",{value:t.prototype,configurable:!0,enumerable:!1,writable:!0}),t[s]=n}return t}const Qe=["unmount","appstate-change"];function ze(e,t){var n;return Qe.includes(e)||("popstate"===e||"hashchange"===e)&&(null===(n=Bt.get(t))||void 0===n?void 0:n.useMemoryRouter)?`${e}-${t}`:e}const Ye=new Map;let Xe=!1;const Je=new Map;function Ze(){const{rawDocument:e,rawDocumentAddEventListener:t,rawDocumentRemoveEventListener:n}=Re;!Xe&&function(){if(Xe=!0,Object.getOwnPropertyDescriptor(document,"onclick"))return y("Cannot redefine document property onclick");const e=document.onclick;document.onclick=null;let t=!1;function n(e){Ye.forEach((t=>{d(t)&&t.call(document,e)}))}i(document,"onclick",{configurable:!0,enumerable:!0,get(){const e=L();return e?Ye.get(e):Ye.get("base")},set(e){const s=L();s?Ye.set(s,e):Ye.set("base",e),!t&&d(e)&&(t=!0,Re.rawDocumentAddEventListener.call(Re.rawDocument,"click",n,!1))}}),e&&(document.onclick=e)}(),document.addEventListener=function(n,s,o){var r;const i=L();if(i&&(!(null===(r=Bt.get(i))||void 0===r?void 0:r.umdMode)||!_(s))){const e=Je.get(i);if(e){const t=e.get(n);t?t.add(s):e.set(n,new Set([s]))}else Je.set(i,new Map([[n,new Set([s])]]));s&&(s.__MICRO_APP_MARK_OPTIONS__=o)}t.call(e,n,s,o)},document.removeEventListener=function(t,s,o){var r;const i=L();if(i&&(!(null===(r=Bt.get(i))||void 0===r?void 0:r.umdMode)||!_(s))){const e=Je.get(i);if(e){const n=e.get(t);(null==n?void 0:n.size)&&n.has(s)&&n.delete(s)}}n.call(e,t,s,o)}}function et(e,t){const n=new Map,s=new Map,o=new Map,{rawWindow:r,rawDocument:i,rawWindowAddEventListener:a,rawWindowRemoveEventListener:c,rawSetInterval:l,rawSetTimeout:u,rawClearInterval:h,rawClearTimeout:p,rawDocumentRemoveEventListener:d}=Re;t.addEventListener=function(t,s,o){t=ze(t,e);const i=n.get(t);i?i.add(s):n.set(t,new Set([s])),s&&(s.__MICRO_APP_MARK_OPTIONS__=o),a.call(r,t,s,o)},t.removeEventListener=function(t,s,o){t=ze(t,e);const i=n.get(t);(null==i?void 0:i.size)&&i.has(s)&&i.delete(s),c.call(r,t,s,o)},t.setInterval=function(e,t,...n){const o=l.call(r,e,t,...n);return s.set(o,{handler:e,timeout:t,args:n}),o},t.setTimeout=function(e,t,...n){const s=u.call(r,e,t,...n);return o.set(s,{handler:e,timeout:t,args:n}),s},t.clearInterval=function(e){s.delete(e),h.call(r,e)},t.clearTimeout=function(e){o.delete(e),p.call(r,e)};const m=new Map,f=new Map;let _,g=new Map,A=new Map;return{recordUmdEffect:()=>{n.forEach(((e,t)=>{e.size&&m.set(t,new Set(e))})),s.size&&(g=new Map(s)),o.size&&(A=new Map(o)),_=Ye.get(e);const t=Je.get(e);t&&t.forEach(((e,t)=>{e.size&&f.set(t,new Set(e))}))},rebuildUmdEffect:()=>{m.forEach(((e,n)=>{for(const s of e)t.addEventListener(n,s,null==s?void 0:s.__MICRO_APP_MARK_OPTIONS__)})),g.forEach((e=>{t.setInterval(e.handler,e.timeout,...e.args)})),A.forEach((e=>{t.setTimeout(e.handler,e.timeout,...e.args)})),_&&Ye.set(e,_),f.forEach(((e,t)=>{for(const n of e)document.addEventListener(t,n,null==n?void 0:n.__MICRO_APP_MARK_OPTIONS__)})),m.clear(),g.clear(),A.clear(),f.clear(),_=null},releaseEffect:()=>{n.size&&(n.forEach(((e,t)=>{for(const n of e)c.call(r,t,n)})),n.clear()),s.size&&(s.forEach(((e,t)=>{h.call(r,t)})),s.clear()),o.size&&(o.forEach(((e,t)=>{p.call(r,t)})),o.clear()),Ye.delete(e);const t=Je.get(e);t&&(t.forEach(((e,t)=>{for(const n of e)d.call(i,t,n)})),t.clear())}}}function tt(e,t){const n=Re.rawWindow.history.state,s={microAppState:r({},null==n?void 0:n.microAppState,{[e]:t})};return r({},n,s)}function nt(e){var t,n;return(null===(n=null===(t=Re.rawWindow.history.state)||void 0===t?void 0:t.microAppState)||void 0===n?void 0:n[e])||null}const st=/&/g,ot=/=/g,rt=/%M1/g,it=/%M2/g;function at(e){return encodeURIComponent(lt(e).replace(st,"%M1").replace(ot,"%M2"))}function ct(e){return lt(e).replace(rt,"&").replace(it,"=")}function lt(e){try{const t=decodeURIComponent(e);return e===t||rt.test(t)||it.test(t)?t:lt(t)}catch(t){return e}}function ut(e){var t,n;const s=Re.rawWindow.location,o=pt(s.search,s.hash),r=(null===(t=o.hashQuery)||void 0===t?void 0:t[e])||(null===(n=o.searchQuery)||void 0===n?void 0:n[e]);return h(r)?ct(r):null}function ht(e,t){let{pathname:n,search:s,hash:o}=Re.rawWindow.location;const r=pt(s,o),i=at(t.pathname+t.search+t.hash);let a=!1;if(o&&!s){a=!0,r.hashQuery?r.hashQuery[e]=i:r.hashQuery={[e]:i};const t=o.includes("?")?o.slice(0,o.indexOf("?")+1):o+"?";o=t+K(r.hashQuery)}else r.searchQuery?r.searchQuery[e]=i:r.searchQuery={[e]:i},s="?"+K(r.searchQuery);return{fullPath:n+s+o,isAttach2Hash:a}}function pt(e,t){const n={};return""!==e&&"?"!==e&&(n.searchQuery=F(e.slice(1))),t.includes("?")&&(n.hashQuery=F(t.slice(t.indexOf("?")+1))),n}function dt(e){const t=Re.rawWindow,n=t=>{if(jt(!0).includes(e)&&!t.onlyForBrowser){const t=ut(e),n=Bt.get(e).sandBox.proxyWindow;let s=!1;const o=n.location.href;if(t){const o=n.location.hash;Mt(e,t,n.location),s=n.location.hash!==o}!function(e,t){const n=new PopStateEvent(ze("popstate",e),{state:nt(e)});Re.rawWindow.dispatchEvent(n),"function"==typeof t.onpopstate&&t.onpopstate(n)}(e,n),s&&function(e,t,n){const s=new HashChangeEvent(ze("hashchange",e),{newURL:t.location.href,oldURL:n});Re.rawWindow.dispatchEvent(s),"function"==typeof t.onhashchange&&t.onhashchange(s)}(e,n,o),I()}};return t.addEventListener("popstate",n),()=>{t.removeEventListener("popstate",n)}}function mt(e,t){I(),function(e){const t=new PopStateEvent("popstate",{state:null});e&&(t.onlyForBrowser=!0),Re.rawWindow.dispatchEvent(t)}(e),t&&function(e){const t=new HashChangeEvent("hashchange",{newURL:Re.rawWindow.location.href,oldURL:e});Re.rawWindow.dispatchEvent(t)}(t)}function ft(e,t){const n=Re.rawWindow.history;function s(n){return function(...s){if(h(s[2])||A(s[2])){const o=v(s[2],t.href);if(o.origin===t.origin){gt(n,ht(e,o),!0,tt(e,s[0]),s[1]);const r=o.pathname+o.search+o.hash;return void(r!==t.fullPath&&Mt(e,r,t))}}_t(n,s[2],s[0],s[1])}}const o=s("pushState"),r=s("replaceState");return new Proxy(n,{get(t,n){if("state"===n)return nt(e);if("pushState"===n)return o;if("replaceState"===n)return r;const s=Reflect.get(t,n);return d(s)?Ve(t,s,"HISTORY"):s},set:(e,t,n)=>(Reflect.set(e,t,n),!0)})}function _t(e,t,n=null,s=""){("pushState"===e?Re.rawPushState:Re.rawReplaceState).call(Re.rawWindow.history,n,s,t)}function gt(e,t,n,s,o){const r=Re.rawWindow.location,i=r.pathname+r.search+r.hash,a=t.isAttach2Hash&&i!==t.fullPath?r.href:null;_t(e,t.fullPath,s,o),i!==t.fullPath&&mt(n,a)}function At(e,t){gt("replaceState",e,!0,t)}function wt(e){const t=Re.rawWindow;return function(...n){var s;if((null===(s=t.history.state)||void 0===s?void 0:s.microAppState)&&(!m(n[0])||!n[0].microAppState)&&(h(n[2])||A(n[2]))){const e=t.location.href;v(n[2],e).href===e&&(n[0]=r({},n[0],{microAppState:t.history.state.microAppState}))}e.apply(t.history,n),jt(!0).forEach((e=>{const t=Bt.get(e);t.sandBox&&t.useMemoryRouter&&!ut(e)&&At(ht(e,t.sandBox.proxyWindow.location),tt(e,nt(e)))})),I()}}const{router:yt,executeNavigationGuard:bt,clearRouterWhenUnmount:vt}=function(){function e(e,t,n,s){gt(t,ht(e,n),!1,tt(e,null!=s?s:null)),I()}function t(t){return function(n){const s=P(n.name);if(s&&h(n.path)){const o=Bt.get(s);if(o&&(!o.sandBox||!o.useMemoryRouter))return w(`navigation failed, memory router of app ${s} is closed`);if(jt().includes(s)){const r=o.sandBox.proxyWindow.location,i=v(n.path,r.href),a=i.pathname+i.search+i.hash;if(r.fullPath!==a||ut(s)!==a){e(s,t&&!1!==n.replace||!0===n.replace?"replaceState":"pushState",i,n.state)}}else{const t=Re.rawWindow.location,o=v(n.path,t.origin),r=o.pathname+o.search+o.hash;ut(s)!==r&&e(s,!1===n.replace?"pushState":"replaceState",o,n.state)}}else w("navigation failed, name & path are required when use router."+(t?"replace":"push"))}}function n(e){return function(...t){return Re.rawWindow.history[e](...t)}}const o=j(),r=j();function i(e,t,n,s){I();for(const o of s)d(o)?o(e,t,n):m(o)&&d(o[e])&&o[e](t,n)}function a(e){const t=Bt.get(e);t.sandBox&&t.useMemoryRouter&&At(ht(e,t.sandBox.proxyWindow.location),tt(e,nt(e)))}const c=Object.assign(Object.assign({current:new Map,encode:at,decode:ct,push:t(!1),replace:t(!0),go:n("go"),back:n("back"),forward:n("forward"),beforeEach:o.add,afterEach:r.add,attachToURL:function(e){(e=P(e))&&jt().includes(e)&&a(e)},attachAllToURL:function(e=!1){jt(!e).forEach((e=>a(e)))}},function(){const e=function(){const e=new Map;return{add:function(t,n){return e.set(t,n),()=>!!e.has(t)&&e.delete(t)},get:t=>e.get(t),delete:t=>!!e.has(t)&&e.delete(t)}}();return{setDefaultPage:function(t){const n=P(t.name);return n&&t.path?e.add(n,t.path):("production"!==process.env.NODE_ENV&&y(n?"setDefaultPage: path is required":`setDefaultPage: invalid appName "${n}"`),s)},removeDefaultPage:function(t){return!!(t=P(t))&&e.delete(t)},getDefaultPage:e.get}}()),function(){let e=null;return{setBaseAppRouter:function(t){"object"==typeof t?e=new Proxy(t,{get(e,t){I();const n=Reflect.get(e,t);return d(n)?Ve(e,n,"BASEROUTER"):n},set:(e,t,n)=>(Reflect.set(e,t,n),!0)}):"production"!==process.env.NODE_ENV&&y("setBaseAppRouter: Invalid base router")},getBaseAppRouter:()=>e}}());return{router:c,executeNavigationGuard:function(e,t,n){c.current.set(e,t),i(e,t,n,o.list()),C((()=>{i(e,t,n,r.list())}))},clearRouterWhenUnmount:function(e){c.current.delete(e)}}}(),Et=["href","pathname","search","hash"],Rt=[...Et,"host","hostname","port","protocol","search"],Pt=[...Rt,"origin","fullPath"];function Nt(e,t){const n=r({name:e},t);for(const e of Pt)n[e]=t[e];return n}function Mt(e,t,n,s){const o=v(t,n.href),r=Nt(e,n);for(const e of Rt)Et.includes(e)?n.shadowLocation[e]=o[e]:n[e]=o[e];const i=Nt(e,n);("auto"===s||r.fullPath!==i.fullPath&&"prevent"!==s)&&bt(e,i,r)}function St(e,t){const s=function(e,t){const s=Re.rawWindow.location,o=v(t),i={href:o.href,pathname:o.pathname,search:o.search,hash:o.hash},c=(t,n)=>{const r=v(t,o.href);if(r.origin===o.origin){const o=ht(e,r);if(r.pathname===i.pathname&&r.search===i.search){let e=null;return r.hash!==i.hash&&(o.isAttach2Hash&&(e=s.href),_t(n,o.fullPath)),void(r.hash?mt(!1,e):s.reload())}if(o.isAttach2Hash)return _t(n,o.fullPath),void s.reload();t=o.fullPath}return t};function l(e,t){return{enumerable:!0,configurable:!0,get:e,set:t}}function u(n,o){const r=v(n,t);r[o]===i[o]&&i.hash?mt(!1):(_t(r[o]===i[o]?"replaceState":"pushState",ht(e,r).fullPath),s.reload())}a(o,{href:l((()=>i.href),(e=>{const t=c(e,"pushState");t&&(s.href=t)})),pathname:l((()=>i.pathname),(e=>{u(("/"+e).replace(/^\/+/,"/")+i.search+i.hash,"pathname")})),search:l((()=>i.search),(e=>{u(i.pathname+("?"+e).replace(/^\?+/,"?")+i.hash,"search")})),hash:l((()=>i.hash),(n=>{const s=i.pathname+i.search+("#"+n).replace(/^#+/,"#"),o=v(s,t);o.hash!==i.hash&>("pushState",ht(e,o),!1)})),fullPath:l((()=>i.pathname+i.search+i.hash),n)});const h=e=>function(t){const n=c(t,"assign"===e?"pushState":"replaceState");n&&s[e](n)};return r(o,{assign:h("assign"),replace:h("replace"),reload:e=>s.reload(e),shadowLocation:i})}(e,t);return{microLocation:s,microHistory:ft(e,s)}}function Ct(e,t,n){n&&Mt(e,n,t,"prevent"),At(ht(e,t),tt(e,null)),function(e,t){bt(e,Nt(e,t),Nt(e,t))}(e,t)}function Ot(e){At(function(e,t){var n,s,o,r;let{pathname:i,search:a,hash:c}=t||Re.rawWindow.location;const l=pt(a,c);let u=!1;if(null===(n=l.hashQuery)||void 0===n?void 0:n[e]){u=!0,null===(s=l.hashQuery)||void 0===s||delete s[e];const t=K(l.hashQuery);c=c.slice(0,c.indexOf("?")+Number(Boolean(t)))+t}else if(null===(o=l.searchQuery)||void 0===o?void 0:o[e]){null===(r=l.searchQuery)||void 0===r||delete r[e];const t=K(l.searchQuery);a=t?"?"+t:""}return{fullPath:i+a+c,isAttach2Hash:u}}(e),function(e,t){return m(null==t?void 0:t.microAppState)&&(l(t.microAppState[e])||delete t.microAppState[e],Object.keys(t.microAppState).length||delete t.microAppState),r({},t)}(e,Re.rawWindow.history.state))}function Dt(e,t){const n=l(t)?Re.rawWindow.fetch:t;return d(n)?function(t,s,...o){return(h(t)||A(t))&&(t=v(t,e).toString()),I(),n.call(Re.rawWindow,t,s,...o)}:n}function xt(e,t){const n=l(t)?Re.rawWindow.XMLHttpRequest:t;return g(n)?class extends n{open(t,n,...s){(h(n)&&!/^f(ile|tp):\/\//.test(n)||A(n))&&(n=v(n,e).toString()),I(),super.open(t,n,...s)}}:n}const{createMicroEventSource:Lt,clearMicroEventSource:It}=function(){let e;return{createMicroEventSource:function(t,n,s){const o=l(s)?Re.rawWindow.EventSource:s;return g(o)?class extends o{constructor(s,o,...r){if((h(s)||A(s))&&(s=v(s,n).toString()),I(),super(s,o,...r),e){const n=e.get(t);n?n.add(this):e.set(t,new Set([this]))}else e=new Map([[t,new Set([this])]])}close(){var n;super.close(),null===(n=e.get(t))||void 0===n||n.delete(this)}}:o},clearMicroEventSource:function(t){const n=null==e?void 0:e.get(t);(null==n?void 0:n.size)&&(n.forEach((e=>{e.close()})),n.clear())}}}(),Ut=["window","self","globalThis"];class Tt{constructor(e,t,n=!0){this.scopeProperties=[],this.escapeProperties=[],this.injectedKeys=new Set,this.escapeKeys=new Set,this.active=!1,this.microAppWindow={},this.adapter=new he,this.getSpecialProperties(e),this.proxyWindow=this.createProxyWindow(e),r(this,et(e,this.microAppWindow)),this.initStaticGlobalKeys(this.microAppWindow,e,t,n)}start(e=!1,t="",n=!0,s="",o=!1){this.active||(this.active=!0,n?(this.initRouteState(s),this.removeHistoryListener=dt(this.proxyWindow.__MICRO_APP_NAME__)):this.microAppWindow.__MICRO_APP_BASE_ROUTE__=this.microAppWindow.__MICRO_APP_BASE_URL__=t,e||this.initGlobalKeysWhenStart(this.microAppWindow,this.proxyWindow.__MICRO_APP_NAME__,this.proxyWindow.__MICRO_APP_URL__,o),1==++Tt.activeCount&&(Ze(),we(),window.__MICRO_APP_ENVIRONMENT__&&(qe(),window.addEventListener("unmount",Ge,!1)),function(){const e=Re.rawWindow;e.history.pushState=wt(Re.rawPushState),e.history.replaceState=wt(Re.rawReplaceState)}()),Re.rawWindow._babelPolyfill&&(Re.rawWindow._babelPolyfill=!1))}stop(e,t,n){this.active&&(this.releaseEffect(),this.microAppWindow.microApp.clearDataListener(),this.microAppWindow.microApp.clearGlobalDataListener(),this.removeHistoryListener&&(this.clearRouteState(t),this.removeHistoryListener()),n&&It(this.proxyWindow.__MICRO_APP_NAME__),e||(this.injectedKeys.forEach((e=>{Reflect.deleteProperty(this.microAppWindow,e)})),this.injectedKeys.clear(),this.escapeKeys.forEach((e=>{Reflect.deleteProperty(Re.rawWindow,e)})),this.escapeKeys.clear()),0==--Tt.activeCount&&(document.addEventListener=Re.rawDocumentAddEventListener,document.removeEventListener=Re.rawDocumentRemoveEventListener,ve(),function(){const e=Re.rawWindow;e.history.pushState=Re.rawPushState,e.history.replaceState=Re.rawReplaceState}()),this.active=!1)}recordUmdSnapshot(){this.recordUmdEffect(),function(e){const t=e.appName;e.umdDataListeners={global:new Set,normal:new Set};const n=Be.eventList.get("global");if(n)for(const s of n.callbacks)t===s.__APP_NAME__&&e.umdDataListeners.global.add(s);const s=Be.eventList.get(He(t,!0));s&&(e.umdDataListeners.normal=new Set(s.callbacks))}(this.microAppWindow.microApp)}rebuildUmdSnapshot(){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;this.scopeProperties=this.scopeProperties.concat(this.adapter.staticScopeProperties),m(Vt.plugins)&&(this.commonActionForSpecialProperties(Vt.plugins.global),this.commonActionForSpecialProperties(null===(t=Vt.plugins.modules)||void 0===t?void 0:t[e]))}commonActionForSpecialProperties(e){if(o(e))for(const t of e)m(t)&&(o(t.scopeProperties)&&(this.scopeProperties=this.scopeProperties.concat(t.scopeProperties)),o(t.escapeProperties)&&(this.escapeProperties=this.escapeProperties.concat(t.escapeProperties)))}createProxyWindow(e){const t=Re.rawWindow,n=new Map;return new Proxy(this.microAppWindow,{get:(n,s)=>{if(x(e),Reflect.has(n,s)||h(s)&&/^__MICRO_APP_/.test(s)||this.scopeProperties.includes(s))return Reflect.get(n,s);const o=Reflect.get(t,s);return d(o)?Ve(t,o):o},set:(e,n,s)=>{if(this.active){if(this.adapter.escapeSetterKeyList.includes(n))Reflect.set(t,n,s);else if(c.call(e,n)||!c.call(t,n)||this.scopeProperties.includes(n))Reflect.set(e,n,s),this.injectedKeys.add(n);else{const o=Object.getOwnPropertyDescriptor(t,n),{configurable:r,enumerable:a,writable:c,set:l}=o;i(e,n,{value:s,configurable:r,enumerable:a,writable:null!=c?c:!!l}),this.injectedKeys.add(n)}(this.escapeProperties.includes(n)||this.adapter.staticEscapeProperties.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(c.call(e,s))return n.set(s,"target"),Object.getOwnPropertyDescriptor(e,s);if(c.call(t,s)){n.set(s,"rawWindow");const e=Object.getOwnPropertyDescriptor(t,s);return e&&!e.configurable&&(e.configurable=!0),e}},defineProperty:(e,s,o)=>"rawWindow"===n.get(s)?Reflect.defineProperty(t,s,o):Reflect.defineProperty(e,s,o),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)=>!c.call(e,n)||(this.injectedKeys.has(n)&&this.injectedKeys.delete(n),this.escapeKeys.has(n)&&Reflect.deleteProperty(t,n),Reflect.deleteProperty(e,n))})}initStaticGlobalKeys(e,t,n,s){e.__MICRO_APP_ENVIRONMENT__=!0,e.__MICRO_APP_NAME__=t,e.__MICRO_APP_URL__=n,e.__MICRO_APP_PUBLIC_PATH__=N(n),e.__MICRO_APP_WINDOW__=e,e.rawWindow=Re.rawWindow,e.rawDocument=Re.rawDocument,e.microApp=r(new Ke(t),{removeDomScope:I,pureCreateElement:U,router:yt}),this.setProxyDocument(e,t),this.setMappingPropertiesWithRawDescriptor(e),s&&this.setMicroAppRouter(e,t,n)}setProxyDocument(e,t){const{proxyDocument:n,MicroDocument:s}=this.createProxyDocument(t);a(e,{document:{configurable:!1,enumerable:!0,get:()=>(x(t),n)},Document:{configurable:!1,enumerable:!1,get:()=>(x(t),s)}})}setMappingPropertiesWithRawDescriptor(e){let t,n;const s=Re.rawWindow;s===s.parent?t=n=this.proxyWindow:(t=s.top,n=s.parent),i(e,"top",this.createDescriptorForMicroAppWindow("top",t)),i(e,"parent",this.createDescriptorForMicroAppWindow("parent",n)),Ut.forEach((t=>{i(e,t,this.createDescriptorForMicroAppWindow(t,this.proxyWindow))}))}createDescriptorForMicroAppWindow(e,t){const{configurable:n=!0,enumerable:s=!0,writable:o,set:r}=Object.getOwnPropertyDescriptor(Re.rawWindow,e)||{writable:!0};return{value:t,configurable:n,enumerable:s,writable:null!=o?o:!!r}}initGlobalKeysWhenStart(e,t,n,s){e.hasOwnProperty=t=>c.call(e,t)||c.call(Re.rawWindow,t),this.setHijackProperty(e,t),s||this.patchRequestApi(e,t,n)}setHijackProperty(e,t){let n,s;a(e,{eval:{configurable:!0,enumerable:!1,get:()=>(x(t),n||eval),set:e=>{n=e}},Image:{configurable:!0,enumerable:!1,get:()=>(x(t),s||Re.ImageProxy),set:e=>{s=e}}})}patchRequestApi(e,t,n){let s=Dt(n),o=xt(n),r=Lt(t,n);a(e,{fetch:{configurable:!0,enumerable:!0,get:()=>s,set(e){s=Dt(n,e)}},XMLHttpRequest:{configurable:!0,enumerable:!0,get:()=>o,set(e){o=xt(n,e)}},EventSource:{configurable:!0,enumerable:!0,get:()=>r,set(e){r=Lt(t,n,e)}}})}setMicroAppRouter(e,t,n){const{microLocation:s,microHistory:o}=St(t,n);a(e,{location:{configurable:!1,enumerable:!0,get:()=>s,set:e=>{Re.rawWindow.location=e}},history:{configurable:!0,enumerable:!0,get:()=>o}})}initRouteState(e){!function(e,t,n){const s=ut(e);s?Mt(e,s,t,"auto"):Ct(e,t,n)}(this.proxyWindow.__MICRO_APP_NAME__,this.proxyWindow.location,e)}clearRouteState(e){!function(e,t,n,s){if(!s){const{pathname:s,search:o,hash:r}=v(t);Mt(e,s+o+r,n,"prevent")}Ot(e),vt(e)}(this.proxyWindow.__MICRO_APP_NAME__,this.proxyWindow.__MICRO_APP_URL__,this.proxyWindow.location,e)}setRouteInfoForKeepAliveApp(){Ct(this.proxyWindow.__MICRO_APP_NAME__,this.proxyWindow.location)}removeRouteInfoForKeepAliveApp(){Ot(this.proxyWindow.__MICRO_APP_NAME__)}createProxyDocument(e){const t=Re.rawDocument,n=Re.rawRootDocument,s=function(n,s){const o=Re.rawCreateElement.call(t,n,s);return o.__MICRO_APP_NAME__=e,o},o=new Proxy(t,{get(n,r){if(x(e),function(e){const t=Re.rawDocument.firstElementChild;t&&t.parentNode!==e&&(pe(t,e),b((()=>{pe(t,Re.rawDocument)})))}(o),"createElement"===r)return s;if(r===Symbol.toStringTag)return"ProxyDocument";const i=Reflect.get(n,r);return d(i)?Ve(t,i,"DOCUMENT"):i},set:(e,t,n)=>(Reflect.set(e,t,n),!0)});class r{static[Symbol.hasInstance](e){let t=e;for(;t=Object.getPrototypeOf(t);)if(t===r.prototype)return!0;return e===o||e instanceof n}}return Object.setPrototypeOf(r,n),Object.setPrototypeOf(r.prototype,new Proxy(n.prototype,{get(n,s){x(e);const o=Reflect.get(n,s);return d(o)?Ve(t,o,"DOCUMENT"):o},set:(e,t,n)=>(Reflect.set(e,t,n),!0)})),{proxyDocument:o,MicroDocument:r}}}function Wt(e,t,n,s){var o;if(!e)return w(`element does not exist in lifecycle ${n}`,t);e=B(e),I();const i=r({name:t,container:e},s&&{error:s}),a=new CustomEvent(n,{detail:i});!function(e,t){Object.defineProperties(e,{currentTarget:{get:()=>t},target:{get:()=>t}})}(a,e),d(null===(o=Vt.lifeCycles)||void 0===o?void 0:o[n])&&Vt.lifeCycles[n](a),e.dispatchEvent(a)}function kt(e,t,n={}){const s=new CustomEvent(ze(e,t),{detail:n});window.dispatchEvent(s)}Tt.activeCount=0;const Bt=new Map;class Ht{constructor({name:e,url:t,ssrUrl:n,container:s,inline:o,scopecss:r,useSandbox:i,useMemoryRouter:a,baseroute:c,keepRouteState:l,hiddenRouter:u,defaultPage:h,disablePatchRequest:p}){this.state=q.CREATED,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.prefetchResolve=null,this.container=null,this.sandBox=null,this.name=e,this.url=t,this.useSandbox=i,this.scopecss=this.useSandbox&&r,this.useMemoryRouter=this.useSandbox&&a,this.container=null!=s?s:null,this.ssrUrl=null!=n?n:"",this.inline=null!=o&&o,this.baseroute=null!=c?c:"",this.keepRouteState=null!=l&&l,this.hiddenRouter=null!=u&&u,this.defaultPage=null!=h?h:"",this.disablePatchRequest=null!=p&&p,this.source={links:new Map,scripts:new Map},this.loadSourceCode(),this.useSandbox&&(this.sandBox=new Tt(e,t,this.useMemoryRouter))}loadSourceCode(){this.state=q.LOADING,X.getInstance().run(this,ke)}onLoad(e){var t;2==++this.loadSourceLevel&&(this.source.html=e,this.isPrefetch?(null===(t=this.prefetchResolve)||void 0===t||t.call(this),this.prefetchResolve=null):q.UNMOUNT!==this.state&&(this.state=q.LOADED,this.mount()))}onLoadError(e){this.loadSourceLevel=-1,this.prefetchResolve&&(this.prefetchResolve(),this.prefetchResolve=null),q.UNMOUNT!==this.state&&(this.onerror(e),this.state=q.LOAD_FAILED)}mount(e,t,n,s,o,r,i){var a,c,u;if(this.inline=null!=t?t:this.inline,this.keepRouteState=null!=s?s:this.keepRouteState,this.container=null!==(a=this.container)&&void 0!==a?a:e,this.baseroute=null!=n?n:this.baseroute,this.defaultPage=null!=o?o:this.defaultPage,this.hiddenRouter=null!=r?r:this.hiddenRouter,this.disablePatchRequest=null!=i?i:this.disablePatchRequest,2!==this.loadSourceLevel)return void(this.state=q.LOADING);let h;if(Wt(this.container,this.name,V.BEFOREMOUNT),this.state=q.MOUNTING,T(this.source.html,this.container,!this.umdMode),null===(c=this.sandBox)||void 0===c||c.start(this.umdMode,this.baseroute,this.useMemoryRouter,this.defaultPage,this.disablePatchRequest),this.umdMode){null===(u=this.sandBox)||void 0===u||u.rebuildUmdSnapshot();try{h=this.umdHookMount()}catch(e){w("an error occurred in the mount function \n",this.name,e)}this.handleMounted(h)}else{let e=!1;!function(e,t,n){const s=Array.from(e.entries()),o=[],r=[];for(const[e,i]of s)i.isDynamic||(i.defer||i.async?(i.isExternal&&!i.code?o.push(Y(e,t.name)):o.push(i.code),r.push([e,i]),i.module&&(n.moduleCount=n.moduleCount?++n.moduleCount:1)):(xe(e,t,i,!1),n(!1)));o.length?S(o,(e=>{const t=r[e.index][1];t.code=t.code||e.data}),(e=>{n.errorCount=n.errorCount?++n.errorCount:1,w(e,t.name)}),(()=>{r.forEach((([e,s])=>{s.code&&(xe(e,t,s,!1,n),!s.module&&n(!1))})),n(l(n.moduleCount)||n.errorCount===o.length)})):n(!0)}(this.source.scripts,this,(t=>{if(!this.umdMode){const{mount:e,unmount:t}=this.getUmdLibraryHooks();if(d(e)&&d(t)){this.umdHookMount=e,this.umdHookUnmount=t,this.umdMode=!0,this.sandBox&&(this.sandBox.proxyWindow.__MICRO_APP_UMD_MODE__=!0);try{h=this.umdHookMount()}catch(e){w("an error occurred in the mount function \n",this.name,e)}}}e||!0!==t&&!this.umdMode||(e=!0,this.handleMounted(h))}))}}handleMounted(e){f(e)?e.then((()=>this.dispatchMountedEvent())).catch((e=>this.onerror(e))):this.dispatchMountedEvent()}dispatchMountedEvent(){q.UNMOUNT!==this.state&&(this.state=q.MOUNTED,Wt(this.container,this.name,V.MOUNTED))}unmount(e,t){let n;if(this.state===q.LOAD_FAILED&&(e=!0),this.state=q.UNMOUNT,this.keepAliveState=null,this.keepAliveContainer=null,this.umdHookUnmount)try{n=this.umdHookUnmount()}catch(e){w("an error occurred in the unmount function \n",this.name,e)}kt("unmount",this.name),this.handleUnmounted(e,n,t)}handleUnmounted(e,t,n){f(t)?t.then((()=>this.actionsForUnmount(e,n))).catch((()=>this.actionsForUnmount(e,n))):this.actionsForUnmount(e,n)}actionsForUnmount(e,t){var n,s;e?this.actionsForCompletelyDestroy():this.umdMode&&this.container.childElementCount&&T(this.container,this.source.html,!1),this.umdMode&&(null===(n=this.sandBox)||void 0===n||n.recordUmdSnapshot()),null===(s=this.sandBox)||void 0===s||s.stop(this.umdMode,this.keepRouteState&&!e,!this.umdMode||e),jt().length||(be=!1,Element.prototype.setAttribute=Re.rawSetAttribute),Wt(this.container,this.name,V.UNMOUNT),this.container.innerHTML="",this.container=null,t&&t()}actionsForCompletelyDestroy(){!this.useSandbox&&this.umdMode&&delete window[this.libraryName],Bt.delete(this.name)}hiddenKeepAliveApp(){var e;const t=this.container;T(this.container,this.keepAliveContainer?this.keepAliveContainer:this.keepAliveContainer=document.createElement("div"),!1),this.container=this.keepAliveContainer,this.keepAliveState=Q.KEEP_ALIVE_HIDDEN,kt("appstate-change",this.name,{appState:"afterhidden"}),Wt(t,this.name,V.AFTERHIDDEN),null===(e=this.sandBox)||void 0===e||e.removeRouteInfoForKeepAliveApp()}showKeepAliveApp(e){var t;kt("appstate-change",this.name,{appState:"beforeshow"}),Wt(e,this.name,V.BEFORESHOW),T(this.container,e,!1),this.container=e,this.keepAliveState=Q.KEEP_ALIVE_SHOW,null===(t=this.sandBox)||void 0===t||t.setRouteInfoForKeepAliveApp(),kt("appstate-change",this.name,{appState:"aftershow"}),Wt(this.container,this.name,V.AFTERSHOW)}onerror(e){Wt(this.container,this.name,V.ERROR,e)}getAppState(){return this.state}getKeepAliveState(){return this.keepAliveState}getUmdLibraryHooks(){var e,t;if(q.UNMOUNT!==this.state){const n=null!==(t=null===(e=this.sandBox)||void 0===e?void 0:e.proxyWindow)&&void 0!==t?t:Re.rawWindow;return this.libraryName=B(this.container).getAttribute("library")||`micro-app-${this.name}`,"object"==typeof n[this.libraryName]?n[this.libraryName]:{}}return{}}}function $t(e){class t extends HTMLElement{constructor(){super(),this.isWaiting=!1,this.cacheData=null,this.hasConnected=!1,this.appName="",this.appUrl="",this.ssrUrl="",this.version="1.0.0-alpha.4",this.handleAttributeUpdate=()=>{this.isWaiting=!1;const e=P(this.getAttribute("name")),t=R(this.getAttribute("url"),this.appName);if(this.legalAttribute("name",e)&&this.legalAttribute("url",t)){const n=Bt.get(e);if(e!==this.appName&&n&&q.UNMOUNT!==n.getAppState()&&Q.KEEP_ALIVE_HIDDEN!==n.getKeepAliveState()&&!n.isPrefetch)return this.setAttribute("name",this.appName),w(`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)},be||(be=!0,Element.prototype.setAttribute=function(e,t){if(/^micro-app(-\S+)?/i.test(this.tagName)&&"data"===e)if(m(t)){const e={};Object.getOwnPropertyNames(t).forEach((n=>{h(n)&&0===n.indexOf("__")||(e[n]=t[n])})),this.data=e}else"[object Object]"!==t&&y("property data must be an object",this.getAttribute("name"));else{const n=this.__MICRO_APP_NAME__||L();if(n&&Bt.has(n)&&(("src"===e||"srcset"===e)&&/^(img|script)$/i.test(this.tagName)||"href"===e&&/^link$/i.test(this.tagName))){const e=Bt.get(n);t=M(t,e.url)}Re.rawSetAttribute.call(this,e,t)}})}static get observedAttributes(){return["name","url"]}connectedCallback(){this.hasConnected=!0,b((()=>Wt(this,this.appName,V.CREATED))),this.initialMount()}disconnectedCallback(){this.hasConnected=!1;const e=Bt.get(this.appName);e&&e.getAppState()!==q.UNMOUNT&&e.getKeepAliveState()!==Q.KEEP_ALIVE_HIDDEN&&(this.getKeepAliveModeResult()?this.handleHiddenKeepAliveApp():this.handleUnmount(this.getDestroyCompatibleResult()))}attributeChangedCallback(e,t,n){if(this.legalAttribute(e,n)&&this[e===G.NAME?"appName":"appUrl"]!==n)if(e!==G.URL||this.appUrl)if(e!==G.NAME||this.appName)this.isWaiting||(this.isWaiting=!0,b(this.handleAttributeUpdate));else{const e=P(n);if(!e)return w(`Invalid attribute name ${n}`,this.appName);this.cacheData&&(Vt.setData(e,this.cacheData),this.cacheData=null),this.appName=e,e!==n&&this.setAttribute("name",this.appName),this.handleInitialNameAndUrl()}else{if(!(n=R(n,this.appName)))return w(`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&&d(this.attachShadow)&&this.attachShadow({mode:"open"}),this.updateSsrUrl(this.appUrl),Bt.has(this.appName)){const e=Bt.get(this.appName),t=e.ssrUrl||e.url,n=this.ssrUrl||this.appUrl;e.getKeepAliveState()===Q.KEEP_ALIVE_HIDDEN&&e.url===this.appUrl?this.handleShowKeepAliveApp(e):t!==n||!e.isPrefetch&&e.getAppState()!==q.UNMOUNT?e.isPrefetch||e.getAppState()===q.UNMOUNT?(y(`the ${e.isPrefetch?"prefetch":"unmounted"} app with url: ${t} is replaced by a new app`,this.appName),this.handleCreateApp()):w(`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.updateSsrUrl(t),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()===Q.KEEP_ALIVE_HIDDEN?n.url===this.appUrl?this.handleShowKeepAliveApp(n):w(`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!(!h(t)||!t)||(w(`unexpected attribute ${e}, please check again`,this.appName),!1)}handleAppMount(e){e.isPrefetch=!1,b((()=>{var t;return e.mount(null!==(t=this.shadowRoot)&&void 0!==t?t:this,this.getDisposeResult("inline"),this.getBaseRouteCompatible(),this.getDisposeResult("keep-router-state"),this.getDefaultPageValue(),this.getDisposeResult("hidden-router"),this.getDisposeResult("disable-patch-request"))}))}handleCreateApp(){var e;Bt.has(this.appName)&&Bt.get(this.appName).actionsForCompletelyDestroy();const t=new Ht({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("disable-scopecss")||this.getDisposeResult("shadowDOM")),useSandbox:!this.getDisposeResult("disable-sandbox"),useMemoryRouter:!this.getDisposeResult("disable-memory-router"),baseroute:this.getBaseRouteCompatible(),keepRouteState:this.getDisposeResult("keep-router-state"),defaultPage:this.getDefaultPageValue(),hiddenRouter:this.getDisposeResult("hidden-router"),disablePatchRequest:this.getDisposeResult("disable-patch-request")});Bt.set(this.appName,t)}handleUnmount(e,t){const n=Bt.get(this.appName);n&&n.getAppState()!==q.UNMOUNT&&n.unmount(e,t)}handleHiddenKeepAliveApp(){const e=Bt.get(this.appName);e&&e.getAppState()!==q.UNMOUNT&&e.getKeepAliveState()!==Q.KEEP_ALIVE_HIDDEN&&e.hiddenKeepAliveApp()}handleShowKeepAliveApp(e){b((()=>{var t;return e.showKeepAliveApp(null!==(t=this.shadowRoot)&&void 0!==t?t:this)}))}getDisposeResult(e){return(this.compatibleSpecialProperties(e)||!!Vt[e])&&this.compatibleDisableSpecialProperties(e)}compatibleSpecialProperties(e){return"disable-scopecss"===e?this.hasAttribute("disable-scopecss")||this.hasAttribute("disableScopecss"):"disable-sandbox"===e?this.hasAttribute("disable-sandbox")||this.hasAttribute("disableSandbox"):this.hasAttribute(e)}compatibleDisableSpecialProperties(e){return"disable-scopecss"===e?"false"!==this.getAttribute("disable-scopecss")&&"false"!==this.getAttribute("disableScopecss"):"disable-sandbox"===e?"false"!==this.getAttribute("disable-sandbox")&&"false"!==this.getAttribute("disableSandbox"):"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()}updateSsrUrl(e){if(this.getDisposeResult("ssr"))if(this.getDisposeResult("disable-memory-router")||this.getDisposeResult("disableSandbox")){const t=Re.rawWindow.location;this.ssrUrl=M(t.pathname+t.search,e)}else{let t=function(e,t){const n=ut(e);if(!n)return"";const s=v(n,t);return s.origin+s.pathname+s.search}(this.appName,e);const n=this.getDefaultPageValue();if(!t&&n){const s=v(n,e);t=s.origin+s.pathname+s.search}this.ssrUrl=t}else this.ssrUrl&&(this.ssrUrl="")}getDefaultPageValue(){var e,t,n;return null!==(n=null!==(t=null!==(e=yt.getDefaultPage(this.appName))&&void 0!==e?e:this.getAttribute("default-page"))&&void 0!==t?t:this.getAttribute("defaultPage"))&&void 0!==n?n:""}set data(e){this.appName?Vt.setData(this.appName,e):this.cacheData=e}get data(){return this.appName?Vt.getData(this.appName,!0):this.cacheData?this.cacheData:null}}window.customElements.define(e,t)}function Ft(t){if(!e)return w("preFetch is only supported in browser environment");C((()=>{d(t)&&(t=t()),o(t)&&t.reduce(((e,t)=>e.then((()=>{return e=t,new Promise((t=>{C((()=>{var n,s,o,r,i;if(m(e)&&navigator.onLine)if(e.name=P(e.name),e.url=R(e.url,e.name),e.name&&e.url&&!Bt.has(e.name)){const a=new Ht({name:e.name,url:e.url,scopecss:!(null!==(s=null!==(n=e["disable-scopecss"])&&void 0!==n?n:e.disableScopecss)&&void 0!==s?s:Vt["disable-scopecss"]),useSandbox:!(null!==(r=null!==(o=e["disable-sandbox"])&&void 0!==o?o:e.disableSandbox)&&void 0!==r?r:Vt["disable-sandbox"]),useMemoryRouter:!(null!==(i=e["disable-memory-router"])&&void 0!==i?i:Vt["disable-memory-router"])});a.isPrefetch=!0,a.prefetchResolve=t,Bt.set(e.name,a)}else t();else t()}))}));var e}))),Promise.resolve())}))}function Kt(e,t,n){if(o(e)){const s=e.filter((e=>h(e)&&e.includes(`.${t}`)&&!n.has(e)));S(s.map((e=>Y(e))),(e=>{const t=s[e.index];n.has(t)||n.set(t,e.data)}),(e=>{w(e)}))}}function jt(e=!1){const t=[];return Bt.forEach(((n,s)=>{q.UNMOUNT===n.getAppState()||n.isPrefetch||e&&Q.KEEP_ALIVE_HIDDEN===n.getKeepAliveState()||t.push(s)})),t}function Gt(e,t){const n=Bt.get(P(e));return new Promise((s=>{if(n)if(n.getAppState()===q.UNMOUNT||n.isPrefetch)(null==t?void 0:t.destroy)&&n.actionsForCompletelyDestroy(),s();else if(n.getKeepAliveState()===Q.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=B(n.container),o=()=>{e.removeEventListener("unmount",o),e.removeEventListener("afterhidden",r),s()},r=()=>{e.removeEventListener("unmount",o),e.removeEventListener("afterhidden",r),s()};if(e.addEventListener("unmount",o),e.addEventListener("afterhidden",r),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 y(`app ${e} does not exist`),s()}))}class qt extends Fe{constructor(){super(...arguments),this.tagName="micro-app",this.preFetch=Ft,this.router=yt}start(t){var n,s,o;if(!e||!window.customElements)return w("micro-app is not supported in this environment");if(null==t?void 0:t.tagName){if(!/^micro-app(-\S+)?/.test(t.tagName))return w(`${t.tagName} is invalid tagName`);this.tagName=t.tagName}if(window.customElements.get(this.tagName))return y(`element ${this.tagName} is already defined`);if(Pe(),t&&m(t)&&(this.shadowDOM=t.shadowDOM,this.destroy=t.destroy,this.destory=t.destory,this.inline=t.inline,this["disable-scopecss"]=null!==(n=t["disable-scopecss"])&&void 0!==n?n:t.disableScopecss,this["disable-sandbox"]=null!==(s=t["disable-sandbox"])&&void 0!==s?s:t.disableSandbox,this["disable-memory-router"]=t["disable-memory-router"],this["disable-patch-request"]=t["disable-patch-request"],this["keep-router-state"]=t["keep-router-state"],this["hidden-router"]=t["hidden-router"],this.esmodule=t.esmodule,this.ssr=t.ssr,d(t.fetch)&&(this.fetch=t.fetch),m(t.lifeCycles)&&(this.lifeCycles=t.lifeCycles),t.preFetchApps&&Ft(t.preFetchApps),t.globalAssets&&(m(o=t.globalAssets)&&C((()=>{Kt(o.js,"js",Ne),Kt(o.css,"css",ce)}))),m(t.plugins))){const e=t.plugins.modules;if(m(e))for(const t in e){const n=P(t);n&&t!==n&&(e[n]=e[t],delete e[t])}this.plugins=t.plugins}$t(this.tagName)}}var Vt=new qt;exports.EventCenterForMicroApp=Ke,exports.MicroApp=qt,exports.default=Vt,exports.getActiveApps=jt,exports.getAllApps=function(){return Array.from(Bt.keys())},exports.preFetch=Ft,exports.pureCreateElement=U,exports.removeDomScope=I,exports.unmountAllApps=function(e){return Array.from(Bt.keys()).reduce(((t,n)=>t.then((()=>Gt(n,e)))),Promise.resolve())},exports.unmountApp=Gt,exports.version="1.0.0-alpha.4";
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const e="undefined"!=typeof window,t="undefined"!=typeof global?global:"undefined"!=typeof window?window:"undefined"!=typeof self?self:Function("return this")(),n=()=>{},s=()=>!1,o=Array.isArray,r=Object.assign,i=Object.defineProperty,a=Object.defineProperties,c=Object.prototype.hasOwnProperty;function l(e){return void 0===e}function u(e){return null===e}function h(e){return"string"==typeof e}function p(e){return"boolean"==typeof e}function d(e){return"function"==typeof e}function m(e){return"[object Object]"===toString.call(e)}function f(e){return"object"==typeof e}function _(e){return"[object Promise]"===toString.call(e)}function g(e){return d(e)&&0===e.name.indexOf("bound ")&&!e.hasOwnProperty("prototype")}function A(e){var t;if(d(e)){const n=e.toString();return(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!1}function w(e){return e instanceof URL}function y(e,t=null,...n){const s=t&&h(t)?` app ${t}:`:"";h(e)?console.error(`[micro-app]${s} ${e}`,...n):console.error(`[micro-app]${s}`,e,...n)}function b(e,t=null,...n){const s=t&&h(t)?` app ${t}:`:"";h(e)?console.warn(`[micro-app]${s} ${e}`,...n):console.warn(`[micro-app]${s}`,e,...n)}function v(e,...t){Promise.resolve().then(e.bind(null,...t))}const E=function(){class e extends URL{}return(t,n)=>n?new e(""+t,n):new e(""+t)}();function R(e){return e.startsWith("//")?`${t.location.protocol}${e}`:e}function P(e,t=null){if(!h(e)||!e)return"";try{const{origin:t,pathname:n,search:s}=E(R(e));if(/\.(\w+)$/.test(n))return`${t}${n}${s}`;const o=`${t}${n}/`.replace(/\/\/$/,"/");return/^https?:\/\//.test(o)?`${o}${s}`:""}catch(e){return y(e,t),""}}function N(e){return h(e)&&e?e.replace(/(^\d+)|([^\w\d-_])/gi,""):""}function M(e){const{origin:t,pathname:n}=E(e);if(/\.(\w+)$/.test(n)){const e=`${t}${n}`.split("/");return e.pop(),e.join("/")+"/"}return`${t}${n}/`.replace(/\/\/$/,"/")}function S(e,t){return!e||/^((((ht|f)tps?)|file):)?\/\//.test(e)||/^(data|blob):/.test(e)?e:E(e,M(R(t))).toString()}function C(e,t,n,s){let o=0;function r(){++o===e.length&&s&&s()}e.forEach(((e,s)=>{_(e)?e.then((e=>{t({data:e,index:s}),r()})).catch((e=>{n({error:e,index:s}),r()})):(t({data:e,index:s}),r())}))}const O=t.requestIdleCallback||function(e){const t=Date.now();return setTimeout((function(){e({didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))})}),50)};let D=null;function x(e){D=e}function L(e){D!==e&&(x(e),v((()=>{x(null)})))}function I(){return D}function U(){x(null)}function T(e,t){const n=document.createElement(e,t);return n.__MICRO_APP_NAME__&&delete n.__MICRO_APP_NAME__,n.__PURE_ELEMENT__=!0,n}function W(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 k(e){return!e||/(^\d)|([^\w\d-_\u4e00-\u9fa5])/gi.test(e)}function B(e){return/^body$/i.test(e)||/^head$/i.test(e)||/^html$/i.test(e)}function H(e){return function(e){return"undefined"!=typeof ShadowRoot&&e instanceof ShadowRoot}(e)?e.host:e}function $(e){return e?e.replace(/^\s+|\s+$/g,""):""}function F(){return navigator.userAgent.indexOf("Firefox")>-1}function K(e){const t={},n=e.split("&");for(const e of n){const n=e.indexOf("="),s=n<0?e:e.slice(0,n),r=n<0?null:e.slice(n+1);if(s in t){let e=t[s];o(e)||(e=t[s]=[e]),e.push(r)}else t[s]=r}return t}function j(e){let t="";for(const n in e){const s=e[n];if(u(s))t+=(t.length?"&":"")+n;else{(o(s)?s:[s]).forEach((e=>{l(e)||(t+=(t.length?"&":"")+n,u(e)||(t+="="+e))}))}}return t}function G(){const e=new Set;return{add:function(t){return e.add(t),()=>!!e.has(t)&&e.delete(t)},list:()=>e}}var q,V,Q,z;!function(e){e.NAME="name",e.URL="url"}(q||(q={})),function(e){e.CREATED="created",e.LOADING="loading",e.LOADED="loaded",e.LOAD_FAILED="load_failed",e.MOUNTING="mounting",e.MOUNTED="mounted",e.UNMOUNT="unmount"}(V||(V={})),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"}(Q||(Q={})),function(e){e.KEEP_ALIVE_SHOW="keep_alive_show",e.KEEP_ALIVE_HIDDEN="keep_alive_hidden"}(z||(z={}));const Y="window,self,globalThis,Array,Object,String,Boolean,Math,Number,Symbol,Date,Function,Proxy,WeakMap,WeakSet,Set,Map,Reflect,Element,Node,Document,RegExp,Error,TypeError,JSON,isNaN,parseFloat,parseInt,performance,console,decodeURI,encodeURI,decodeURIComponent,encodeURIComponent,navigator,undefined,location,history";function X(e,t=null,n={}){return U(),d(Qt.fetch)?Qt.fetch(e,n,t):window.fetch(e,n).then((e=>e.text()))}class J{static getInstance(){return this.instance||(this.instance=new J),this.instance}run(e,t){const n=e.name,s=e.ssrUrl||e.url;X(s,n,{cache:"no-cache"}).then((o=>{if(!o){const t="html is empty, please check in detail";return e.onerror(new Error(t)),y(t,n)}o=this.formatHTML(s,o,n),t(o,e)})).catch((t=>{y(`Failed to fetch data from ${e.url}, micro-app stop rendering`,n,t),e.onLoadError(t)}))}formatHTML(e,t,n){return this.processHtml(e,t,n,Qt.plugins).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>")))}processHtml(e,t,n,s){var o;if(!s)return t;const r=[];return s.global&&r.push(...s.global),(null===(o=s.modules)||void 0===o?void 0:o[n])&&r.push(...s.modules[n]),r.length>0?r.reduce(((t,n)=>m(n)&&d(n.processHtml)?n.processHtml(t,e,n.options):t),t):t}}const Z=/(^|\s+)(html|:root)(?=[\s>~[.#:]+|$)/,ee=/(^|\s+)((html[\s>~]+body)|body)(?=[\s>~[.#:]+|$)/;function te(e,t){e=t?`${t} ${e}`:e;const n=new Error(e);throw n.reason=e,t&&(n.filename=t),n}class ne{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(),F()?decodeURIComponent(this.result):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(!0);return this.scopecssDisableNextLine=!1,e?(this.recordResult(e),this.matchComments(),this.styleDeclarations(),this.matchLeadingSpaces(),!0):te("selector missing",this.linkPath)}formatSelector(e){const t=this.commonMatch(/^[^{]+/,e);return!!t&&t[0].replace(/(^|,[\n\s]*)([^,]+)/g,((e,t,n)=>(n=$(n),this.scopecssDisableNextLine||this.scopecssDisable&&(!this.scopecssDisableSelectors.length||this.scopecssDisableSelectors.includes(n))||Z.test(n)||(n=ee.test(n)?n.replace(ee,this.prefix+" micro-app-body"):this.prefix+" "+n),t+n)))}styleDeclarations(){return this.matchOpenBrace()?(this.matchAllDeclarations(),!!this.matchCloseBrace()||te("Declaration missing '}'",this.linkPath)):te("Declaration missing '{'",this.linkPath)}matchAllDeclarations(){let e=this.commonMatch(/^(?:url\(["']?(?:[^)"'}]+)["']?\)|[^}/])*/,!0)[0];if(e&&(this.scopecssDisableNextLine||this.scopecssDisable&&!this.scopecssDisableSelectors.length||(e=e.replace(/url\(["']?([^)"']+)["']?\)/gm,((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(),R(t.join("/")+"/")}(this.linkPath)),`url("${S(t,this.baseURI)}")`)))),this.recordResult(e)),this.scopecssDisableNextLine=!1,this.cssText&&"}"!==this.cssText.charAt(0))return"/"===this.cssText.charAt(0)&&"*"===this.cssText.charAt(1)?this.matchComments():this.commonMatch(/\/+/),this.matchAllDeclarations()}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(/^[^{]+/))return te("@keyframes missing name",this.linkPath);if(this.matchComments(),!this.matchOpenBrace())return te("@keyframes missing '{'",this.linkPath);for(this.matchComments();this.keyframeRule();)this.matchComments();return this.matchCloseBrace()?(this.matchLeadingSpaces(),!0):te("@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(!1),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):te(`@${t} missing '}'`,this.linkPath)):te(`@${t} missing '{'`,this.linkPath))}createMatcherForNoneBraceAtRule(e){const t=new RegExp("^@"+e+"\\s*([^;]+);");return()=>!!this.commonMatch(t)&&(this.matchLeadingSpaces(),!0)}commonHandlerForAtRuleWithSelfRule(e){return this.matchOpenBrace()?(this.matchAllDeclarations(),this.matchCloseBrace()?(this.matchLeadingSpaces(),!0):te(`@${e} missing '}'`,this.linkPath)):te(`@${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 te("End of comment missing",this.linkPath);let t=this.cssText.slice(2,e-2);if(this.recordResult(`/*${t}*/`),t=$(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($(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.recordResult(s),n}matchOpenBrace(){return this.commonMatch(/^{\s*/)}matchCloseBrace(){return this.commonMatch(/^}/)}matchLeadingSpaces(){this.commonMatch(/^\s*/)}recordResult(e){F()?this.result+=encodeURIComponent(e):this.result+=e}}function se(e,t,n,s,o){if(!e.__MICRO_APP_HAS_SCOPED__){e.__MICRO_APP_HAS_SCOPED__=!0;let r=null;try{r=oe.exec(e.textContent,n,s,o),oe.reset()}catch(e){oe.reset(),y("An error occurred while parsing CSS:\n",t,e)}r&&(e.textContent=r)}}let oe;function re(e,t){if(t.scopecss){const n=`${Qt.tagName}[name=${t.name}]`;if(oe||(oe=new ne),e.textContent)se(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")&&se(e,t.name,n,t.url,e.__MICRO_APP_LINK_PATH__)}));s.observe(e,{childList:!0})}}return e}function ie(e,t){Object.defineProperties(e,{currentTarget:{get:()=>t},srcElement:{get:()=>t},target:{get:()=>t}})}function ae(e){const t=new CustomEvent("load");ie(t,e),d(e.onload)?e.onload(t):e.dispatchEvent(t)}function ce(e){const t=new CustomEvent("error");ie(t,e),d(e.onerror)?e.onerror(t):e.dispatchEvent(t)}const le=new Map;function ue(e,t,n,s=!1){const o=e.getAttribute("rel");let r=e.getAttribute("href"),i=null;if("stylesheet"===o&&r){if(r=S(r,n.url),s)return{url:r,info:{code:"",isGlobal:e.hasAttribute("global")}};i=document.createComment(`link element with href=${r} move to micro-app-head as style element`),n.source.links.set(r,{code:"",placeholder:i,isGlobal:e.hasAttribute("global")})}else o&&["prefetch","preload","prerender","icon","apple-touch-icon"].includes(o)?s?i=document.createComment(`link element with rel=${o}${r?" & href="+r:""} removed by micro-app`):t.removeChild(e):r&&e.setAttribute("href",S(r,n.url));return s?{replaceComment:i}:i?t.replaceChild(i,e):void 0}function he(e,t,n){const s=Array.from(t.source.links.entries());C(s.map((([e])=>le.has(e)?le.get(e):X(e,t.name))),(e=>{!function(e,t,n,s,o){t.isGlobal&&!le.has(e)&&le.set(e,n);const r=T("style");r.textContent=n,r.__MICRO_APP_LINK_PATH__=e,r.setAttribute("data-origin-href",e),t.placeholder.parentNode?t.placeholder.parentNode.replaceChild(re(r,o),t.placeholder):s.appendChild(re(r,o));t.placeholder=null,t.code=n}(s[e.index][0],s[e.index][1],e.data,n,t)}),(e=>{y(e,t.name)}),(()=>{t.onLoad(e)}))}class pe{constructor(){this.escapeSetterKeyList=["location"],this.staticEscapeProperties=["System","__cjsWrapper"],this.staticScopeProperties=["webpackJsonp","webpackHotUpdate","Vue"],this.injectReactHRMProperty()}injectReactHRMProperty(){"production"!==process.env.NODE_ENV&&(this.staticEscapeProperties.push("__REACT_ERROR_OVERLAY_GLOBAL_HOOK__"),Pe.rawWindow.__REACT_ERROR_OVERLAY_GLOBAL_HOOK__&&(this.staticScopeProperties=this.staticScopeProperties.concat(["__REACT_ERROR_OVERLAY_GLOBAL_HOOK__","__reactRefreshInjected"])))}}function de(e,t){Object.defineProperty(e,"parentNode",{value:t,configurable:!0})}const me=new WeakMap;function fe(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 me.set(t,e),e}return n.scopecss&&!t.hasAttribute("ignore")?re(t,n):t}if(t instanceof HTMLLinkElement){if(t.hasAttribute("exclude")||Oe(t.getAttribute("href"),n.name)){const e=document.createComment("link element with exclude attribute ignored by micro-app");return me.set(t,e),e}if(t.hasAttribute("ignore")||De(t.getAttribute("href"),n.name))return t;const{url:s,info:o,replaceComment:r}=ue(t,e,n,!0);if(s&&o){const e=T("style");return e.__MICRO_APP_LINK_PATH__=s,function(e,t,n,s,o){if(n.source.links.has(e))return o.textContent=n.source.links.get(e).code,re(o,n),void v((()=>ae(s)));if(le.has(e)){const r=le.get(e);return t.code=r,n.source.links.set(e,t),o.textContent=r,re(o,n),void v((()=>ae(s)))}X(e,n.name).then((r=>{t.code=r,n.source.links.set(e,t),t.isGlobal&&le.set(e,r),o.textContent=r,re(o,n),ae(s)})).catch((e=>{y(e,n.name),ce(s)}))}(s,o,n,t,e),me.set(t,e),e}return r?(me.set(t,r),r):t}if(t instanceof HTMLScriptElement){const{replaceComment:s,url:o,info:r}=Se(t,e,n,!0)||{};if(o&&r){if(r.isExternal){const e=function(e,t,n,s){const o=()=>ae(s);if(n.source.scripts.has(e)){const t=n.source.scripts.get(e);return!t.module&&v(o),Le(e,n,t,!0,o)}if(Me.has(e)){const s=Me.get(e);return t.code=s,n.source.scripts.set(e,t),!t.module&&v(o),Le(e,n,t,!0,o)}let r;r=n.inline||t.module?T("script"):document.createComment(`dynamic script with src='${e}' extract by micro-app`);return X(e,n.name).then((s=>{t.code=s,n.source.scripts.set(e,t),t.isGlobal&&Me.set(e,s);try{s=Te(e,n,s,t),n.inline||t.module?Ie(e,s,t.module,r,o):Ue(s,t)}catch(t){console.error(`[micro-app from runDynamicScript] app ${n.name}: `,t,e)}!t.module&&o()})).catch((e=>{y(e,n.name),ce(s)})),r}(o,r,n,t);return me.set(t,e),e}{const e=Le(o,n,r,!0);return me.set(t,e),e}}return s?(me.set(t,s),s):t}return t}function _e(e,t,n,s,o){const r=function(e,t){var n,s;if(e===document.head)return null===(n=null==t?void 0:t.container)||void 0===n?void 0:n.querySelector("micro-app-head");if(e===document.body)return null===(s=null==t?void 0:t.container)||void 0===s?void 0:s.querySelector("micro-app-body");return null}(n,e);return r?o&&!r.contains(o)?Pe.rawAppendChild.call(r,s):t!==Pe.rawRemoveChild||r.contains(s)?("production"!==process.env.NODE_ENV&&s instanceof HTMLIFrameElement&&t===Pe.rawAppendChild&&function(e){var t;if("production"!==process.env.NODE_ENV){const n=Pe.rawWindow.__REACT_ERROR_OVERLAY_GLOBAL_HOOK__,s=null===(t=e.sandBox)||void 0===t?void 0:t.proxyWindow.__REACT_ERROR_OVERLAY_GLOBAL_HOOK__;n&&s&&(Pe.rawWindow.__REACT_ERROR_OVERLAY_GLOBAL_HOOK__=s,v((()=>{Pe.rawWindow.__REACT_ERROR_OVERLAY_GLOBAL_HOOK__=n})))}}(e),ge(t,r,s,o)):n.contains(s)?t.call(n,s):s:ge(t,n,s,o)}function ge(e,t,n,s){return(o=e)===Pe.rawAppend||o===Pe.rawPrepend?e.call(t,n):e.call(t,n,s);var o}function Ae(e){var t;return null!==(t=me.get(e))&&void 0!==t?t:e}function we(e,t,n,s){const o=I();if(t instanceof Node&&(t.__MICRO_APP_NAME__||o&&!t.__PURE_ELEMENT__)){t.__MICRO_APP_NAME__=t.__MICRO_APP_NAME__||o;const r=Ht.get(t.__MICRO_APP_NAME__);if(null==r?void 0:r.container)return t instanceof Element&&(/^(img|script)$/i.test(t.tagName)?(t.hasAttribute("src")&&Pe.rawSetAttribute.call(t,"src",S(t.getAttribute("src"),r.url)),t.hasAttribute("srcset")&&Pe.rawSetAttribute.call(t,"srcset",S(t.getAttribute("srcset"),r.url))):/^link$/i.test(t.tagName)&&t.hasAttribute("href")&&Pe.rawSetAttribute.call(t,"href",S(t.getAttribute("href"),r.url))),_e(r,s,e,fe(e,t,r),n&&Ae(n));if(s===Pe.rawAppend||s===Pe.rawPrepend)return s.call(e,t)}else if(s===Pe.rawAppend||s===Pe.rawPrepend){if(!(t instanceof Node)&&o){const n=Ht.get(o);if(null==n?void 0:n.container){if(e===document.head)return s.call(n.container.querySelector("micro-app-head"),t);if(e===document.body)return s.call(n.container.querySelector("micro-app-body"),t)}}return s.call(e,t)}return s.call(e,t,n)}function ye(){!function(){const e=Pe.rawDocument,t=Pe.rawRootDocument;function n(t){return function(e){return"[object ProxyDocument]"===toString.call(e)}(t)?e:t}function s(t){var s,o,r,i;const a=n(this),c=I();return c&&(null===(s=Ht.get(c))||void 0===s?void 0:s.container)&&t&&!B(t)&&e===a?null!==(i=null===(r=null===(o=Ht.get(c))||void 0===o?void 0:o.container)||void 0===r?void 0:r.querySelector(t))&&void 0!==i?i:null:Pe.rawQuerySelector.call(a,t)}function o(t){var s,o,r,i;const a=n(this),c=I();return c&&(null===(s=Ht.get(c))||void 0===s?void 0:s.container)&&t&&!B(t)&&e===a?null!==(i=null===(r=null===(o=Ht.get(c))||void 0===o?void 0:o.container)||void 0===r?void 0:r.querySelectorAll(t))&&void 0!==i?i:[]:Pe.rawQuerySelectorAll.call(a,t)}t.prototype.createElement=function(e,t){return be(Pe.rawCreateElement.call(n(this),e,t))},t.prototype.createElementNS=function(e,t,s){return be(Pe.rawCreateElementNS.call(n(this),e,t,s))},t.prototype.createDocumentFragment=function(){return be(Pe.rawCreateDocumentFragment.call(n(this)))},t.prototype.querySelector=s,t.prototype.querySelectorAll=o,t.prototype.getElementById=function(e){const t=n(this);if(!I()||k(e))return Pe.rawGetElementById.call(t,e);try{return s.call(t,`#${e}`)}catch(n){return Pe.rawGetElementById.call(t,e)}},t.prototype.getElementsByClassName=function(e){const t=n(this);if(!I()||k(e))return Pe.rawGetElementsByClassName.call(t,e);try{return o.call(t,`.${e}`)}catch(n){return Pe.rawGetElementsByClassName.call(t,e)}},t.prototype.getElementsByTagName=function(e){var t;const s=n(this),r=I();if(!r||B(e)||k(e)||!(null===(t=Ht.get(r))||void 0===t?void 0:t.inline)&&/^script$/i.test(e))return Pe.rawGetElementsByTagName.call(s,e);try{return o.call(s,e)}catch(t){return Pe.rawGetElementsByTagName.call(s,e)}},t.prototype.getElementsByName=function(e){const t=n(this);if(!I()||k(e))return Pe.rawGetElementsByName.call(t,e);try{return o.call(t,`[name=${e}]`)}catch(n){return Pe.rawGetElementsByName.call(t,e)}}}(),Element.prototype.appendChild=function(e){return we(this,e,null,Pe.rawAppendChild)},Element.prototype.insertBefore=function(e,t){return we(this,e,t,Pe.rawInsertBefore)},Element.prototype.replaceChild=function(e,t){return we(this,e,t,Pe.rawReplaceChild)},Element.prototype.append=function(...e){let t=0;const n=e.length;for(;t<n;)we(this,e[t],null,Pe.rawAppend),t++},Element.prototype.prepend=function(...e){let t=e.length;for(;t>0;)we(this,e[t-1],null,Pe.rawPrepend),t--},Element.prototype.removeChild=function(e){var t;if(null==e?void 0:e.__MICRO_APP_NAME__){const n=Ht.get(e.__MICRO_APP_NAME__);if(null==n?void 0:n.container)return _e(n,Pe.rawRemoveChild,this,Ae(e));try{return Pe.rawRemoveChild.call(this,e)}catch(n){return null===(t=null==e?void 0:e.parentNode)||void 0===t?void 0:t.removeChild(e)}}return Pe.rawRemoveChild.call(this,e)},Element.prototype.cloneNode=function(e){const t=Pe.rawCloneNode.call(this,e);return this.__MICRO_APP_NAME__&&(t.__MICRO_APP_NAME__=this.__MICRO_APP_NAME__),t}}function be(e){const t=I();return t&&(e.__MICRO_APP_NAME__=t),e}let ve=!1;function Ee(){U(),function(){const e=Pe.rawRootDocument;e.prototype.createElement=Pe.rawCreateElement,e.prototype.createElementNS=Pe.rawCreateElementNS,e.prototype.createDocumentFragment=Pe.rawCreateDocumentFragment,e.prototype.querySelector=Pe.rawQuerySelector,e.prototype.querySelectorAll=Pe.rawQuerySelectorAll,e.prototype.getElementById=Pe.rawGetElementById,e.prototype.getElementsByClassName=Pe.rawGetElementsByClassName,e.prototype.getElementsByTagName=Pe.rawGetElementsByTagName,e.prototype.getElementsByName=Pe.rawGetElementsByName}(),Element.prototype.appendChild=Pe.rawAppendChild,Element.prototype.insertBefore=Pe.rawInsertBefore,Element.prototype.replaceChild=Pe.rawReplaceChild,Element.prototype.removeChild=Pe.rawRemoveChild,Element.prototype.append=Pe.rawAppend,Element.prototype.prepend=Pe.rawPrepend,Element.prototype.cloneNode=Pe.rawCloneNode}let Re=!1;const Pe={};function Ne(){if(e){const e=Function("return window")(),t=Function("return document")(),n=Function("return Document")(),s="noModule"in document.createElement("script"),o=Element.prototype.setAttribute,i=Element.prototype.appendChild,a=Element.prototype.insertBefore,c=Element.prototype.replaceChild,l=Element.prototype.removeChild,u=Element.prototype.append,h=Element.prototype.prepend,p=Element.prototype.cloneNode,d=n.prototype.createElement,m=n.prototype.createElementNS,f=n.prototype.createDocumentFragment,_=n.prototype.querySelector,g=n.prototype.querySelectorAll,A=n.prototype.getElementById,w=n.prototype.getElementsByClassName,y=n.prototype.getElementsByTagName,b=n.prototype.getElementsByName,v=new Proxy(Image,{construct(e,t){const n=new e(...t);return n.__MICRO_APP_NAME__=I(),n}}),E=e.addEventListener,R=e.removeEventListener,P=e.setInterval,N=e.setTimeout,M=e.clearInterval,S=e.clearTimeout,C=e.history.pushState,O=e.history.replaceState,D=t.addEventListener,x=t.removeEventListener;window.__MICRO_APP_BASE_APPLICATION__=!0,r(Pe,{rawWindow:e,rawDocument:t,rawRootDocument:n,supportModuleScript:s,rawSetAttribute:o,rawAppendChild:i,rawInsertBefore:a,rawReplaceChild:c,rawRemoveChild:l,rawAppend:u,rawPrepend:h,rawCloneNode:p,rawCreateElement:d,rawCreateElementNS:m,rawCreateDocumentFragment:f,rawQuerySelector:_,rawQuerySelectorAll:g,rawGetElementById:A,rawGetElementsByClassName:w,rawGetElementsByTagName:y,rawGetElementsByName:b,ImageProxy:v,rawWindowAddEventListener:E,rawWindowRemoveEventListener:R,rawSetInterval:P,rawSetTimeout:N,rawClearInterval:M,rawClearTimeout:S,rawDocumentAddEventListener:D,rawDocumentRemoveEventListener:x,rawPushState:C,rawReplaceState:O}),function(){if(!Re){Re=!0;const e=T("style");Pe.rawSetAttribute.call(e,"type","text/css"),e.textContent=`\n${Qt.tagName}, micro-app-body { display: block; } \nmicro-app-head { display: none; }`,Pe.rawDocument.head.appendChild(e)}}()}}const Me=new Map;function Se(e,t,n,s=!1){let o=null,r=e.getAttribute("src");if(r&&(r=S(r,n.url)),e.hasAttribute("exclude")||Oe(r,n.name))o=document.createComment("script element with exclude attribute removed by micro-app");else{if(e.type&&!["text/javascript","text/ecmascript","application/javascript","application/ecmascript","module","systemjs-module","systemjs-importmap"].includes(e.type)||e.hasAttribute("ignore")||De(r,n.name))return null;if(Pe.supportModuleScript&&e.noModule||!Pe.supportModuleScript&&"module"===e.type)o=document.createComment((e.noModule?"noModule":"module")+" script ignored by micro-app");else if(r){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:r,info:t};n.source.scripts.set(r,t),o=document.createComment(`script with src='${r}' extract by micro-app`)}else if(e.textContent){const t="inline-"+Math.random().toString(36).substr(2,15),r={code:e.textContent,isExternal:!1,isDynamic:s,async:!1,defer:"module"===e.type,module:"module"===e.type};if(s)return{url:t,info:r};n.source.scripts.set(t,r),o=document.createComment("inline script extract by micro-app")}else s||(o=document.createComment("script element removed by micro-app"))}return s?{replaceComment:o}:t.replaceChild(o,e)}function Ce(e){var t,n,s;return[...(null===(t=Qt.plugins)||void 0===t?void 0:t.global)||[],...(null===(s=null===(n=Qt.plugins)||void 0===n?void 0:n.modules)||void 0===s?void 0:s[e])||[]]}function Oe(e,t){if(!e)return!1;return(Ce(t)||[]).some((t=>!!t.excludeChecker&&t.excludeChecker(e)))}function De(e,t){if(!e)return!1;return(Ce(t)||[]).some((t=>!!t.ignoreChecker&&t.ignoreChecker(e)))}function xe(e,t){const n=Array.from(t.source.scripts.entries()),s=[],o=[];for(const[e,r]of n)if(r.isExternal){const n=Me.get(e);n?r.code=n:(!r.defer&&!r.async||t.isPrefetch)&&(s.push(X(e,t.name)),o.push([e,r]))}s.length?C(s,(e=>{!function(e,t,n){t.isGlobal&&!Me.has(e)&&Me.set(e,n);t.code=n}(o[e.index][0],o[e.index][1],e.data)}),(e=>{y(e,t.name)}),(()=>{t.onLoad(e)})):t.onLoad(e)}function Le(e,t,n,s,o){var r;try{const i=Te(e,t,n.code,n);if(t.inline||n.module){const a=T("script");if(Ie(e,i,n.module,a,o),s)return a;null===(r=t.container)||void 0===r||r.querySelector("micro-app-body").appendChild(a)}else if(Ue(i,n),s)return document.createComment("dynamic script extract by micro-app")}catch(e){console.error(`[micro-app from runScript] app ${t.name}: `,e)}}function Ie(e,t,n,s,o){if(n){const e=new Blob([t],{type:"text/javascript"});s.src=URL.createObjectURL(e),s.setAttribute("type","module"),o&&(o.moduleCount&&o.moduleCount--,s.onload=o.bind(s,0===o.moduleCount))}else s.textContent=t;e.startsWith("inline-")||s.setAttribute("data-origin-src",e)}function Ue(e,t){t.code2Function||(t.code2Function=new Function(e)),t.code2Function.call(window)}function Te(e,t,n,s){return m(Qt.plugins)&&(n=function(e,t,n,s,o){var r;const i=We(s.global,t,e,o);return We(null===(r=s.modules)||void 0===r?void 0:r[n],i,e,o)}(e,n,t.name,Qt.plugins,s)),t.sandBox&&!s.module?(Pe.rawWindow.__MICRO_APP_PROXY_WINDOW__=t.sandBox.proxyWindow,`;(function(proxyWindow){with(proxyWindow.__MICRO_APP_WINDOW__){(function(${Y}){;${n}\n}).call(proxyWindow,${Y})}})(window.__MICRO_APP_PROXY_WINDOW__);`):n}function We(e,t,n,s){return o(e)?e.reduce(((e,t)=>m(t)&&d(t.loader)?t.loader(e,n,t.options,s):e),t):t}function ke(e,t,n){const s=Array.from(e.children);s.length&&s.forEach((e=>{ke(e,t)}));for(const n of s)n instanceof HTMLLinkElement?n.hasAttribute("exclude")||Oe(n.getAttribute("href"),t.name)?e.replaceChild(document.createComment("link element with exclude attribute ignored by micro-app"),n):n.hasAttribute("ignore")||De(n.getAttribute("href"),t.name)?n.hasAttribute("href")&&n.setAttribute("href",S(n.getAttribute("href"),t.url)):ue(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")&&re(n,t):n instanceof HTMLScriptElement?Se(n,e,t):n instanceof HTMLMetaElement||n instanceof HTMLTitleElement?e.removeChild(n):n instanceof HTMLImageElement&&n.hasAttribute("src")&&n.setAttribute("src",S(n.getAttribute("src"),t.url))}function Be(e,t){const n=function(e){const t=T("div");return t.innerHTML=e,t}(e),s=n.querySelector("micro-app-head"),o=n.querySelector("micro-app-body");if(!s||!o){const e=`element ${s?"body":"head"} is missing`;return t.onerror(new Error(e)),y(e,t.name)}ke(n,t),t.source.links.size?he(n,t,s):t.onLoad(n),t.source.scripts.size?xe(n,t):t.onLoad(n)}const He=new class{constructor(){this.eventList=new Map}isLegalName(e){return!!e||(y("event-center: Invalid name"),!1)}on(e,t,n=!1){if(this.isLegalName(e)){if(!d(t))return y("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&&(d(t)?n.callbacks.delete(t):n.callbacks.clear())}}dispatch(e,t){if(this.isLegalName(e)){if(!m(t))return y("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 $e(e,t){return h(e)&&e?t?`__from_base_app_${e}__`:`__from_micro_app_${e}__`:""}class Fe{addGlobalDataListener(e,t){const n=this.appName;n&&(e.__APP_NAME__=n,e.__AUTO_TRIGGER__=t),He.on("global",e,t)}removeGlobalDataListener(e){d(e)&&He.off("global",e)}setGlobalData(e){U(),He.dispatch("global",e)}getGlobalData(){return He.getData("global")}clearGlobalDataListener(){const e=this.appName,t=He.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 Ke extends Fe{addDataListener(e,t,n){He.on($e(N(e),!1),t,n)}removeDataListener(e,t){d(t)&&He.off($e(N(e),!1),t)}getData(e,t=!1){return He.getData($e(N(e),t))}setData(e,t){He.dispatch($e(N(e),!0),t)}clearDataListener(e){He.off($e(N(e),!1))}}class je extends Fe{constructor(e){super(),this.appName=N(e),!this.appName&&y(`Invalid appName ${e}`)}addDataListener(e,t){e.__AUTO_TRIGGER__=t,He.on($e(this.appName,!0),e,t)}removeDataListener(e){d(e)&&He.off($e(this.appName,!0),e)}getData(){return He.getData($e(this.appName,!0))}dispatch(e){U(),He.dispatch($e(this.appName,!1),e);const t=Ht.get(this.appName);if((null==t?void 0:t.container)&&m(e)){const n=new CustomEvent("datachange",{detail:{data:e}});H(t.container).dispatchEvent(n)}}clearDataListener(){He.off($e(this.appName,!0))}}class Ge{constructor(){this.appInstanceMap=Ht}static getInstance(){return this.instance||(this.instance=new Ge),this.instance}get(e){return this.appInstanceMap.get(e)}set(e,t){this.appInstanceMap.set(e,t)}getAll(){return Array.from(this.appInstanceMap.values())}clear(){this.appInstanceMap.clear()}}function qe(){Ve(),Ge.getInstance().getAll().forEach((e=>{e.container&&H(e.container).disconnectedCallback()})),!window.__MICRO_APP_UMD_MODE__&&Ge.getInstance().clear()}function Ve(){window.__MICRO_APP_ENVIRONMENT__&&window.removeEventListener("unmount",qe,!1)}function Qe(e,t,n="WINDOW"){const s=`__MICRO_APP_BOUND_${n}_FUNCTION__`;if(t[s])return t[s];if(!function(e){return p(e.__MICRO_APP_IS_CONSTRUCTOR__)?e.__MICRO_APP_IS_CONSTRUCTOR__:e.__MICRO_APP_IS_CONSTRUCTOR__=A(e)}(t)&&!function(e){return p(e.__MICRO_APP_IS_BOUND_FUNCTION__)?e.__MICRO_APP_IS_BOUND_FUNCTION__:e.__MICRO_APP_IS_BOUND_FUNCTION__=g(e)}(t)){const n=t.bind(e);for(const e in t)n[e]=t[e];return t.hasOwnProperty("prototype")&&i(n,"prototype",{value:t.prototype,configurable:!0,enumerable:!1,writable:!0}),t[s]=n}return t}const ze=["unmount","appstate-change"];function Ye(e,t){var n;return ze.includes(e)||("popstate"===e||"hashchange"===e)&&(null===(n=Ht.get(t))||void 0===n?void 0:n.useMemoryRouter)?`${e}-${t}`:e}const Xe=new Map;let Je=!1;const Ze=new Map;function et(){const{rawDocument:e,rawDocumentAddEventListener:t,rawDocumentRemoveEventListener:n}=Pe;!Je&&function(){if(Je=!0,Object.getOwnPropertyDescriptor(document,"onclick"))return b("Cannot redefine document property onclick");const e=document.onclick;document.onclick=null;let t=!1;function n(e){Xe.forEach((t=>{d(t)&&t.call(document,e)}))}i(document,"onclick",{configurable:!0,enumerable:!0,get(){const e=I();return e?Xe.get(e):Xe.get("base")},set(e){const s=I();s?Xe.set(s,e):Xe.set("base",e),!t&&d(e)&&(t=!0,Pe.rawDocumentAddEventListener.call(Pe.rawDocument,"click",n,!1))}}),e&&(document.onclick=e)}(),document.addEventListener=function(n,s,o){var r;const i=I();if(i&&(!(null===(r=Ht.get(i))||void 0===r?void 0:r.umdMode)||!g(s))){const e=Ze.get(i);if(e){const t=e.get(n);t?t.add(s):e.set(n,new Set([s]))}else Ze.set(i,new Map([[n,new Set([s])]]));s&&(s.__MICRO_APP_MARK_OPTIONS__=o)}t.call(e,n,s,o)},document.removeEventListener=function(t,s,o){var r;const i=I();if(i&&(!(null===(r=Ht.get(i))||void 0===r?void 0:r.umdMode)||!g(s))){const e=Ze.get(i);if(e){const n=e.get(t);(null==n?void 0:n.size)&&n.has(s)&&n.delete(s)}}n.call(e,t,s,o)}}function tt(e,t){const n=new Map,s=new Map,o=new Map,{rawWindow:r,rawDocument:i,rawWindowAddEventListener:a,rawWindowRemoveEventListener:c,rawSetInterval:l,rawSetTimeout:u,rawClearInterval:h,rawClearTimeout:p,rawDocumentRemoveEventListener:d}=Pe;t.addEventListener=function(t,s,o){t=Ye(t,e);const i=n.get(t);i?i.add(s):n.set(t,new Set([s])),s&&(s.__MICRO_APP_MARK_OPTIONS__=o),a.call(r,t,s,o)},t.removeEventListener=function(t,s,o){t=Ye(t,e);const i=n.get(t);(null==i?void 0:i.size)&&i.has(s)&&i.delete(s),c.call(r,t,s,o)},t.setInterval=function(e,t,...n){const o=l.call(r,e,t,...n);return s.set(o,{handler:e,timeout:t,args:n}),o},t.setTimeout=function(e,t,...n){const s=u.call(r,e,t,...n);return o.set(s,{handler:e,timeout:t,args:n}),s},t.clearInterval=function(e){s.delete(e),h.call(r,e)},t.clearTimeout=function(e){o.delete(e),p.call(r,e)};const m=new Map,f=new Map;let _,g=new Map,A=new Map;return{recordUmdEffect:()=>{n.forEach(((e,t)=>{e.size&&m.set(t,new Set(e))})),s.size&&(g=new Map(s)),o.size&&(A=new Map(o)),_=Xe.get(e);const t=Ze.get(e);t&&t.forEach(((e,t)=>{e.size&&f.set(t,new Set(e))}))},rebuildUmdEffect:()=>{m.forEach(((e,n)=>{for(const s of e)t.addEventListener(n,s,null==s?void 0:s.__MICRO_APP_MARK_OPTIONS__)})),g.forEach((e=>{t.setInterval(e.handler,e.timeout,...e.args)})),A.forEach((e=>{t.setTimeout(e.handler,e.timeout,...e.args)})),_&&Xe.set(e,_),f.forEach(((e,t)=>{for(const n of e)document.addEventListener(t,n,null==n?void 0:n.__MICRO_APP_MARK_OPTIONS__)})),m.clear(),g.clear(),A.clear(),f.clear(),_=null},releaseEffect:()=>{n.size&&(n.forEach(((e,t)=>{for(const n of e)c.call(r,t,n)})),n.clear()),s.size&&(s.forEach(((e,t)=>{h.call(r,t)})),s.clear()),o.size&&(o.forEach(((e,t)=>{p.call(r,t)})),o.clear()),Xe.delete(e);const t=Ze.get(e);t&&(t.forEach(((e,t)=>{for(const n of e)d.call(i,t,n)})),t.clear())}}}function nt(e,t){const n=Pe.rawWindow.history.state,s={microAppState:r({},null==n?void 0:n.microAppState,{[e]:t})};return r({},n,s)}function st(e){var t,n;return(null===(n=null===(t=Pe.rawWindow.history.state)||void 0===t?void 0:t.microAppState)||void 0===n?void 0:n[e])||null}const ot=/&/g,rt=/=/g,it=/%M1/g,at=/%M2/g;function ct(e){return encodeURIComponent(ut(e).replace(ot,"%M1").replace(rt,"%M2"))}function lt(e){return ut(e).replace(it,"&").replace(at,"=")}function ut(e){try{const t=decodeURIComponent(e);return e===t||it.test(t)||at.test(t)?t:ut(t)}catch(t){return e}}function ht(e){var t,n;const s=Pe.rawWindow.location,o=dt(s.search,s.hash),r=(null===(t=o.hashQuery)||void 0===t?void 0:t[e])||(null===(n=o.searchQuery)||void 0===n?void 0:n[e]);return h(r)?lt(r):null}function pt(e,t){let{pathname:n,search:s,hash:o}=Pe.rawWindow.location;const r=dt(s,o),i=ct(t.pathname+t.search+t.hash);let a=!1;if(o&&!s){a=!0,r.hashQuery?r.hashQuery[e]=i:r.hashQuery={[e]:i};const t=o.includes("?")?o.slice(0,o.indexOf("?")+1):o+"?";o=t+j(r.hashQuery)}else r.searchQuery?r.searchQuery[e]=i:r.searchQuery={[e]:i},s="?"+j(r.searchQuery);return{fullPath:n+s+o,isAttach2Hash:a}}function dt(e,t){const n={};return""!==e&&"?"!==e&&(n.searchQuery=K(e.slice(1))),t.includes("?")&&(n.hashQuery=K(t.slice(t.indexOf("?")+1))),n}function mt(e){const t=Pe.rawWindow,n=t=>{if(Gt(!0).includes(e)&&!t.onlyForBrowser){const t=ht(e),n=Ht.get(e).sandBox.proxyWindow;let s=!1;const o=n.location.href;if(t){const o=n.location.hash;St(e,t,n.location),s=n.location.hash!==o}!function(e,t){const n=new PopStateEvent(Ye("popstate",e),{state:st(e)});Pe.rawWindow.dispatchEvent(n),"function"==typeof t.onpopstate&&t.onpopstate(n)}(e,n),s&&function(e,t,n){const s=new HashChangeEvent(Ye("hashchange",e),{newURL:t.location.href,oldURL:n});Pe.rawWindow.dispatchEvent(s),"function"==typeof t.onhashchange&&t.onhashchange(s)}(e,n,o),U()}};return t.addEventListener("popstate",n),()=>{t.removeEventListener("popstate",n)}}function ft(e,t){U(),function(e){const t=new PopStateEvent("popstate",{state:null});e&&(t.onlyForBrowser=!0),Pe.rawWindow.dispatchEvent(t)}(e),t&&function(e){const t=new HashChangeEvent("hashchange",{newURL:Pe.rawWindow.location.href,oldURL:e});Pe.rawWindow.dispatchEvent(t)}(t)}function _t(e,t){const n=Pe.rawWindow.history;function s(n){return function(...s){if(h(s[2])||w(s[2])){const o=E(s[2],t.href);if(o.origin===t.origin){At(n,pt(e,o),!0,nt(e,s[0]),s[1]);const r=o.pathname+o.search+o.hash;return void(r!==t.fullPath&&St(e,r,t))}}gt(n,s[2],s[0],s[1])}}const o=s("pushState"),r=s("replaceState");return new Proxy(n,{get(t,n){if("state"===n)return st(e);if("pushState"===n)return o;if("replaceState"===n)return r;const s=Reflect.get(t,n);return d(s)?Qe(t,s,"HISTORY"):s},set:(e,t,n)=>(Reflect.set(e,t,n),!0)})}function gt(e,t,n=null,s=""){("pushState"===e?Pe.rawPushState:Pe.rawReplaceState).call(Pe.rawWindow.history,n,s,t)}function At(e,t,n,s,o){const r=Pe.rawWindow.location,i=r.pathname+r.search+r.hash,a=t.isAttach2Hash&&i!==t.fullPath?r.href:null;gt(e,t.fullPath,s,o),i!==t.fullPath&&ft(n,a)}function wt(e,t){At("replaceState",e,!0,t)}function yt(e){const t=Pe.rawWindow;return function(...n){var s;if((null===(s=t.history.state)||void 0===s?void 0:s.microAppState)&&(!m(n[0])||!n[0].microAppState)&&(h(n[2])||w(n[2]))){const e=t.location.href;E(n[2],e).href===e&&(n[0]=r({},n[0],{microAppState:t.history.state.microAppState}))}e.apply(t.history,n),Gt(!0).forEach((e=>{const t=Ht.get(e);t.sandBox&&t.useMemoryRouter&&!ht(e)&&wt(pt(e,t.sandBox.proxyWindow.location),nt(e,st(e)))})),U()}}const{router:bt,executeNavigationGuard:vt,clearRouterWhenUnmount:Et}=function(){function e(e,t,n,s){At(t,pt(e,n),!1,nt(e,null!=s?s:null)),U()}function t(t){return function(n){const s=N(n.name);if(s&&h(n.path)){const o=Ht.get(s);if(o&&(!o.sandBox||!o.useMemoryRouter))return y(`navigation failed, memory router of app ${s} is closed`);if(Gt().includes(s)){const r=o.sandBox.proxyWindow.location,i=E(n.path,r.href),a=i.pathname+i.search+i.hash;if(r.fullPath!==a||ht(s)!==a){e(s,t&&!1!==n.replace||!0===n.replace?"replaceState":"pushState",i,n.state)}}else{const t=Pe.rawWindow.location,o=E(n.path,t.origin),r=o.pathname+o.search+o.hash;ht(s)!==r&&e(s,!1===n.replace?"pushState":"replaceState",o,n.state)}}else y("navigation failed, name & path are required when use router."+(t?"replace":"push"))}}function n(e){return function(...t){return Pe.rawWindow.history[e](...t)}}const o=G(),r=G();function i(e,t,n,s){U();for(const o of s)d(o)?o(e,t,n):m(o)&&d(o[e])&&o[e](t,n)}function a(e){const t=Ht.get(e);t.sandBox&&t.useMemoryRouter&&wt(pt(e,t.sandBox.proxyWindow.location),nt(e,st(e)))}const c=Object.assign(Object.assign({current:new Map,encode:ct,decode:lt,push:t(!1),replace:t(!0),go:n("go"),back:n("back"),forward:n("forward"),beforeEach:o.add,afterEach:r.add,attachToURL:function(e){(e=N(e))&&Gt().includes(e)&&a(e)},attachAllToURL:function(e=!1){Gt(!e).forEach((e=>a(e)))}},function(){const e=function(){const e=new Map;return{add:function(t,n){return e.set(t,n),()=>!!e.has(t)&&e.delete(t)},get:t=>e.get(t),delete:t=>!!e.has(t)&&e.delete(t)}}();return{setDefaultPage:function(t){const n=N(t.name);return n&&t.path?e.add(n,t.path):("production"!==process.env.NODE_ENV&&b(n?"setDefaultPage: path is required":`setDefaultPage: invalid appName "${n}"`),s)},removeDefaultPage:function(t){return!!(t=N(t))&&e.delete(t)},getDefaultPage:e.get}}()),function(){let e=null;return{setBaseAppRouter:function(t){f(t)?e=new Proxy(t,{get(e,t){U();const n=Reflect.get(e,t);return d(n)?Qe(e,n,"BASEROUTER"):n},set:(e,t,n)=>(Reflect.set(e,t,n),!0)}):"production"!==process.env.NODE_ENV&&b("setBaseAppRouter: Invalid base router")},getBaseAppRouter:()=>e}}());return{router:c,executeNavigationGuard:function(e,t,n){c.current.set(e,t),i(e,t,n,o.list()),O((()=>{i(e,t,n,r.list())}))},clearRouterWhenUnmount:function(e){c.current.delete(e)}}}(),Rt=["href","pathname","search","hash"],Pt=[...Rt,"host","hostname","port","protocol","search"],Nt=[...Pt,"origin","fullPath"];function Mt(e,t){const n=r({name:e},t);for(const e of Nt)n[e]=t[e];return n}function St(e,t,n,s){const o=E(t,n.href),r=Mt(e,n);for(const e of Pt)Rt.includes(e)?n.shadowLocation[e]=o[e]:n[e]=o[e];const i=Mt(e,n);("auto"===s||r.fullPath!==i.fullPath&&"prevent"!==s)&&vt(e,i,r)}function Ct(e,t){const s=function(e,t){const s=Pe.rawWindow.location,o=E(t),i={href:o.href,pathname:o.pathname,search:o.search,hash:o.hash},c=(t,n)=>{const r=E(t,o.href);if(r.origin===o.origin){const o=pt(e,r);if(r.pathname===i.pathname&&r.search===i.search){let e=null;return r.hash!==i.hash&&(o.isAttach2Hash&&(e=s.href),gt(n,o.fullPath)),void(r.hash?ft(!1,e):s.reload())}if(o.isAttach2Hash)return gt(n,o.fullPath),void s.reload();t=o.fullPath}return t};function l(e,t){return{enumerable:!0,configurable:!0,get:e,set:t}}function u(n,o){const r=E(n,t);r[o]===i[o]&&i.hash?ft(!1):(gt(r[o]===i[o]?"replaceState":"pushState",pt(e,r).fullPath),s.reload())}a(o,{href:l((()=>i.href),(e=>{const t=c(e,"pushState");t&&(s.href=t)})),pathname:l((()=>i.pathname),(e=>{u(("/"+e).replace(/^\/+/,"/")+i.search+i.hash,"pathname")})),search:l((()=>i.search),(e=>{u(i.pathname+("?"+e).replace(/^\?+/,"?")+i.hash,"search")})),hash:l((()=>i.hash),(n=>{const s=i.pathname+i.search+("#"+n).replace(/^#+/,"#"),o=E(s,t);o.hash!==i.hash&&At("pushState",pt(e,o),!1)})),fullPath:l((()=>i.pathname+i.search+i.hash),n)});const h=e=>function(t){const n=c(t,"assign"===e?"pushState":"replaceState");n&&s[e](n)};return r(o,{assign:h("assign"),replace:h("replace"),reload:e=>s.reload(e),shadowLocation:i})}(e,t);return{microLocation:s,microHistory:_t(e,s)}}function Ot(e,t,n){n&&St(e,n,t,"prevent"),wt(pt(e,t),nt(e,null)),function(e,t){vt(e,Mt(e,t),Mt(e,t))}(e,t)}function Dt(e){wt(function(e,t){var n,s,o,r;let{pathname:i,search:a,hash:c}=t||Pe.rawWindow.location;const l=dt(a,c);let u=!1;if(null===(n=l.hashQuery)||void 0===n?void 0:n[e]){u=!0,null===(s=l.hashQuery)||void 0===s||delete s[e];const t=j(l.hashQuery);c=c.slice(0,c.indexOf("?")+Number(Boolean(t)))+t}else if(null===(o=l.searchQuery)||void 0===o?void 0:o[e]){null===(r=l.searchQuery)||void 0===r||delete r[e];const t=j(l.searchQuery);a=t?"?"+t:""}return{fullPath:i+a+c,isAttach2Hash:u}}(e),function(e,t){return m(null==t?void 0:t.microAppState)&&(l(t.microAppState[e])||delete t.microAppState[e],Object.keys(t.microAppState).length||delete t.microAppState),r({},t)}(e,Pe.rawWindow.history.state))}function xt(e,t){const n=l(t)?Pe.rawWindow.fetch:t;return d(n)?function(t,s,...o){return(h(t)||w(t))&&(t=E(t,e).toString()),U(),n.call(Pe.rawWindow,t,s,...o)}:n}function Lt(e,t){const n=l(t)?Pe.rawWindow.XMLHttpRequest:t;return A(n)?class extends n{open(t,n,...s){(h(n)&&!/^f(ile|tp):\/\//.test(n)||w(n))&&(n=E(n,e).toString()),U(),super.open(t,n,...s)}}:n}const{createMicroEventSource:It,clearMicroEventSource:Ut}=function(){let e;return{createMicroEventSource:function(t,n,s){const o=l(s)?Pe.rawWindow.EventSource:s;return A(o)?class extends o{constructor(s,o,...r){if((h(s)||w(s))&&(s=E(s,n).toString()),U(),super(s,o,...r),e){const n=e.get(t);n?n.add(this):e.set(t,new Set([this]))}else e=new Map([[t,new Set([this])]])}close(){var n;super.close(),null===(n=e.get(t))||void 0===n||n.delete(this)}}:o},clearMicroEventSource:function(t){const n=null==e?void 0:e.get(t);(null==n?void 0:n.size)&&(n.forEach((e=>{e.close()})),n.clear())}}}(),Tt=["window","self","globalThis"];class Wt{constructor(e,t,n=!0){this.scopeProperties=[],this.escapeProperties=[],this.injectedKeys=new Set,this.escapeKeys=new Set,this.active=!1,this.microAppWindow={},this.adapter=new pe,this.getSpecialProperties(e),this.proxyWindow=this.createProxyWindow(e),r(this,tt(e,this.microAppWindow)),this.initStaticGlobalKeys(this.microAppWindow,e,t,n)}start(e=!1,t="",n=!0,s="",o=!1){this.active||(this.active=!0,n?(this.initRouteState(s),this.removeHistoryListener=mt(this.proxyWindow.__MICRO_APP_NAME__)):this.microAppWindow.__MICRO_APP_BASE_ROUTE__=this.microAppWindow.__MICRO_APP_BASE_URL__=t,e||this.initGlobalKeysWhenStart(this.microAppWindow,this.proxyWindow.__MICRO_APP_NAME__,this.proxyWindow.__MICRO_APP_URL__,o),1==++Wt.activeCount&&(et(),ye(),window.__MICRO_APP_ENVIRONMENT__&&(Ve(),window.addEventListener("unmount",qe,!1)),function(){const e=Pe.rawWindow;e.history.pushState=yt(Pe.rawPushState),e.history.replaceState=yt(Pe.rawReplaceState)}()),Pe.rawWindow._babelPolyfill&&(Pe.rawWindow._babelPolyfill=!1))}stop(e,t,n){this.active&&(this.releaseEffect(),this.microAppWindow.microApp.clearDataListener(),this.microAppWindow.microApp.clearGlobalDataListener(),this.removeHistoryListener&&(this.clearRouteState(t),this.removeHistoryListener()),n&&Ut(this.proxyWindow.__MICRO_APP_NAME__),e||(this.injectedKeys.forEach((e=>{Reflect.deleteProperty(this.microAppWindow,e)})),this.injectedKeys.clear(),this.escapeKeys.forEach((e=>{Reflect.deleteProperty(Pe.rawWindow,e)})),this.escapeKeys.clear()),0==--Wt.activeCount&&(document.addEventListener=Pe.rawDocumentAddEventListener,document.removeEventListener=Pe.rawDocumentRemoveEventListener,Ee(),function(){const e=Pe.rawWindow;e.history.pushState=Pe.rawPushState,e.history.replaceState=Pe.rawReplaceState}()),this.active=!1)}recordUmdSnapshot(){this.recordUmdEffect(),function(e){const t=e.appName;e.umdDataListeners={global:new Set,normal:new Set};const n=He.eventList.get("global");if(n)for(const s of n.callbacks)t===s.__APP_NAME__&&e.umdDataListeners.global.add(s);const s=He.eventList.get($e(t,!0));s&&(e.umdDataListeners.normal=new Set(s.callbacks))}(this.microAppWindow.microApp)}rebuildUmdSnapshot(){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;this.scopeProperties=this.scopeProperties.concat(this.adapter.staticScopeProperties),m(Qt.plugins)&&(this.commonActionForSpecialProperties(Qt.plugins.global),this.commonActionForSpecialProperties(null===(t=Qt.plugins.modules)||void 0===t?void 0:t[e]))}commonActionForSpecialProperties(e){if(o(e))for(const t of e)m(t)&&(o(t.scopeProperties)&&(this.scopeProperties=this.scopeProperties.concat(t.scopeProperties)),o(t.escapeProperties)&&(this.escapeProperties=this.escapeProperties.concat(t.escapeProperties)))}createProxyWindow(e){const t=Pe.rawWindow,n=new Map;return new Proxy(this.microAppWindow,{get:(n,s)=>{if(L(e),Reflect.has(n,s)||h(s)&&/^__MICRO_APP_/.test(s)||this.scopeProperties.includes(s))return Reflect.get(n,s);const o=Reflect.get(t,s);return d(o)?Qe(t,o):o},set:(e,n,s)=>{if(this.active){if(this.adapter.escapeSetterKeyList.includes(n))Reflect.set(t,n,s);else if(c.call(e,n)||!c.call(t,n)||this.scopeProperties.includes(n))Reflect.set(e,n,s),this.injectedKeys.add(n);else{const o=Object.getOwnPropertyDescriptor(t,n),{configurable:r,enumerable:a,writable:c,set:l}=o;i(e,n,{value:s,configurable:r,enumerable:a,writable:null!=c?c:!!l}),this.injectedKeys.add(n)}(this.escapeProperties.includes(n)||this.adapter.staticEscapeProperties.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(c.call(e,s))return n.set(s,"target"),Object.getOwnPropertyDescriptor(e,s);if(c.call(t,s)){n.set(s,"rawWindow");const e=Object.getOwnPropertyDescriptor(t,s);return e&&!e.configurable&&(e.configurable=!0),e}},defineProperty:(e,s,o)=>"rawWindow"===n.get(s)?Reflect.defineProperty(t,s,o):Reflect.defineProperty(e,s,o),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)=>!c.call(e,n)||(this.injectedKeys.has(n)&&this.injectedKeys.delete(n),this.escapeKeys.has(n)&&Reflect.deleteProperty(t,n),Reflect.deleteProperty(e,n))})}initStaticGlobalKeys(e,t,n,s){e.__MICRO_APP_ENVIRONMENT__=!0,e.__MICRO_APP_NAME__=t,e.__MICRO_APP_URL__=n,e.__MICRO_APP_PUBLIC_PATH__=M(n),e.__MICRO_APP_WINDOW__=e,e.rawWindow=Pe.rawWindow,e.rawDocument=Pe.rawDocument,e.microApp=r(new je(t),{removeDomScope:U,pureCreateElement:T,router:bt}),this.setProxyDocument(e,t),this.setMappingPropertiesWithRawDescriptor(e),s&&this.setMicroAppRouter(e,t,n)}setProxyDocument(e,t){const{proxyDocument:n,MicroDocument:s}=this.createProxyDocument(t);a(e,{document:{configurable:!1,enumerable:!0,get:()=>(L(t),n)},Document:{configurable:!1,enumerable:!1,get:()=>(L(t),s)}})}setMappingPropertiesWithRawDescriptor(e){let t,n;const s=Pe.rawWindow;s===s.parent?t=n=this.proxyWindow:(t=s.top,n=s.parent),i(e,"top",this.createDescriptorForMicroAppWindow("top",t)),i(e,"parent",this.createDescriptorForMicroAppWindow("parent",n)),Tt.forEach((t=>{i(e,t,this.createDescriptorForMicroAppWindow(t,this.proxyWindow))}))}createDescriptorForMicroAppWindow(e,t){const{configurable:n=!0,enumerable:s=!0,writable:o,set:r}=Object.getOwnPropertyDescriptor(Pe.rawWindow,e)||{writable:!0};return{value:t,configurable:n,enumerable:s,writable:null!=o?o:!!r}}initGlobalKeysWhenStart(e,t,n,s){e.hasOwnProperty=t=>c.call(e,t)||c.call(Pe.rawWindow,t),this.setHijackProperty(e,t),s||this.patchRequestApi(e,t,n)}setHijackProperty(e,t){let n,s;a(e,{eval:{configurable:!0,enumerable:!1,get:()=>(L(t),n||eval),set:e=>{n=e}},Image:{configurable:!0,enumerable:!1,get:()=>(L(t),s||Pe.ImageProxy),set:e=>{s=e}}})}patchRequestApi(e,t,n){let s=xt(n),o=Lt(n),r=It(t,n);a(e,{fetch:{configurable:!0,enumerable:!0,get:()=>s,set(e){s=xt(n,e)}},XMLHttpRequest:{configurable:!0,enumerable:!0,get:()=>o,set(e){o=Lt(n,e)}},EventSource:{configurable:!0,enumerable:!0,get:()=>r,set(e){r=It(t,n,e)}}})}setMicroAppRouter(e,t,n){const{microLocation:s,microHistory:o}=Ct(t,n);a(e,{location:{configurable:!1,enumerable:!0,get:()=>s,set:e=>{Pe.rawWindow.location=e}},history:{configurable:!0,enumerable:!0,get:()=>o}})}initRouteState(e){!function(e,t,n){const s=ht(e);s?St(e,s,t,"auto"):Ot(e,t,n)}(this.proxyWindow.__MICRO_APP_NAME__,this.proxyWindow.location,e)}clearRouteState(e){!function(e,t,n,s){if(!s){const{pathname:s,search:o,hash:r}=E(t);St(e,s+o+r,n,"prevent")}Dt(e),Et(e)}(this.proxyWindow.__MICRO_APP_NAME__,this.proxyWindow.__MICRO_APP_URL__,this.proxyWindow.location,e)}setRouteInfoForKeepAliveApp(){Ot(this.proxyWindow.__MICRO_APP_NAME__,this.proxyWindow.location)}removeRouteInfoForKeepAliveApp(){Dt(this.proxyWindow.__MICRO_APP_NAME__)}createProxyDocument(e){const t=Pe.rawDocument,n=Pe.rawRootDocument,s=function(n,s){const o=Pe.rawCreateElement.call(t,n,s);return o.__MICRO_APP_NAME__=e,o},o=new Proxy(t,{get(n,r){if(L(e),function(e){const t=Pe.rawDocument.firstElementChild;t&&t.parentNode!==e&&(de(t,e),v((()=>{de(t,Pe.rawDocument)})))}(o),"createElement"===r)return s;if(r===Symbol.toStringTag)return"ProxyDocument";const i=Reflect.get(n,r);return d(i)?Qe(t,i,"DOCUMENT"):i},set:(e,t,n)=>(Reflect.set(e,t,n),!0)});class r{static[Symbol.hasInstance](e){let t=e;for(;t=Object.getPrototypeOf(t);)if(t===r.prototype)return!0;return e===o||e instanceof n}}return Object.setPrototypeOf(r,n),Object.setPrototypeOf(r.prototype,new Proxy(n.prototype,{get(n,s){L(e);const o=Reflect.get(n,s);return d(o)?Qe(t,o,"DOCUMENT"):o},set:(e,t,n)=>(Reflect.set(e,t,n),!0)})),{proxyDocument:o,MicroDocument:r}}}function kt(e,t,n,s){var o;if(!e)return y(`element does not exist in lifecycle ${n}`,t);e=H(e),U();const i=r({name:t,container:e},s&&{error:s}),a=new CustomEvent(n,{detail:i});!function(e,t){Object.defineProperties(e,{currentTarget:{get:()=>t},target:{get:()=>t}})}(a,e),d(null===(o=Qt.lifeCycles)||void 0===o?void 0:o[n])&&Qt.lifeCycles[n](a),e.dispatchEvent(a)}function Bt(e,t,n={}){const s=new CustomEvent(Ye(e,t),{detail:n});window.dispatchEvent(s)}Wt.activeCount=0;const Ht=new Map;class $t{constructor({name:e,url:t,ssrUrl:n,container:s,inline:o,scopecss:r,useSandbox:i,useMemoryRouter:a,baseroute:c,keepRouteState:l,hiddenRouter:u,defaultPage:h,disablePatchRequest:p}){this.state=V.CREATED,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.prefetchResolve=null,this.container=null,this.sandBox=null,this.name=e,this.url=t,this.useSandbox=i,this.scopecss=this.useSandbox&&r,this.useMemoryRouter=this.useSandbox&&a,this.container=null!=s?s:null,this.ssrUrl=null!=n?n:"",this.inline=null!=o&&o,this.baseroute=null!=c?c:"",this.keepRouteState=null!=l&&l,this.hiddenRouter=null!=u&&u,this.defaultPage=null!=h?h:"",this.disablePatchRequest=null!=p&&p,this.source={links:new Map,scripts:new Map},this.loadSourceCode(),this.useSandbox&&(this.sandBox=new Wt(e,t,this.useMemoryRouter))}loadSourceCode(){this.state=V.LOADING,J.getInstance().run(this,Be)}onLoad(e){var t;2==++this.loadSourceLevel&&(this.source.html=e,this.isPrefetch?(null===(t=this.prefetchResolve)||void 0===t||t.call(this),this.prefetchResolve=null):V.UNMOUNT!==this.state&&(this.state=V.LOADED,this.mount()))}onLoadError(e){this.loadSourceLevel=-1,this.prefetchResolve&&(this.prefetchResolve(),this.prefetchResolve=null),V.UNMOUNT!==this.state&&(this.onerror(e),this.state=V.LOAD_FAILED)}mount(e,t,n,s,o,r,i){var a,c,u;if(this.inline=null!=t?t:this.inline,this.keepRouteState=null!=s?s:this.keepRouteState,this.container=null!==(a=this.container)&&void 0!==a?a:e,this.baseroute=null!=n?n:this.baseroute,this.defaultPage=null!=o?o:this.defaultPage,this.hiddenRouter=null!=r?r:this.hiddenRouter,this.disablePatchRequest=null!=i?i:this.disablePatchRequest,2!==this.loadSourceLevel)return void(this.state=V.LOADING);let h;if(kt(this.container,this.name,Q.BEFOREMOUNT),this.state=V.MOUNTING,W(this.source.html,this.container,!this.umdMode),null===(c=this.sandBox)||void 0===c||c.start(this.umdMode,this.baseroute,this.useMemoryRouter,this.defaultPage,this.disablePatchRequest),this.umdMode){null===(u=this.sandBox)||void 0===u||u.rebuildUmdSnapshot();try{h=this.umdHookMount()}catch(e){y("an error occurred in the mount function \n",this.name,e)}this.handleMounted(h)}else{let e=!1;!function(e,t,n){const s=Array.from(e.entries()),o=[],r=[];for(const[e,i]of s)i.isDynamic||(i.defer||i.async?(i.isExternal&&!i.code?o.push(X(e,t.name)):o.push(i.code),r.push([e,i]),i.module&&(n.moduleCount=n.moduleCount?++n.moduleCount:1)):(Le(e,t,i,!1),n(!1)));o.length?C(o,(e=>{const t=r[e.index][1];t.code=t.code||e.data}),(e=>{n.errorCount=n.errorCount?++n.errorCount:1,y(e,t.name)}),(()=>{r.forEach((([e,s])=>{s.code&&(Le(e,t,s,!1,n),!s.module&&n(!1))})),n(l(n.moduleCount)||n.errorCount===o.length)})):n(!0)}(this.source.scripts,this,(t=>{if(!this.umdMode){const{mount:e,unmount:t}=this.getUmdLibraryHooks();if(this.umdHookUnmount=t,d(e)&&d(t)){this.umdHookMount=e,this.umdMode=!0,this.sandBox&&(this.sandBox.proxyWindow.__MICRO_APP_UMD_MODE__=!0);try{h=this.umdHookMount()}catch(e){y("an error occurred in the mount function \n",this.name,e)}}}e||!0!==t&&!this.umdMode||(e=!0,this.handleMounted(h))}))}}handleMounted(e){_(e)?e.then((()=>this.dispatchMountedEvent())).catch((e=>this.onerror(e))):this.dispatchMountedEvent()}dispatchMountedEvent(){V.UNMOUNT!==this.state&&(this.state=V.MOUNTED,kt(this.container,this.name,Q.MOUNTED))}unmount(e,t){let n;if(this.state===V.LOAD_FAILED&&(e=!0),this.state=V.UNMOUNT,this.keepAliveState=null,this.keepAliveContainer=null,d(this.umdHookUnmount))try{n=this.umdHookUnmount()}catch(e){y("an error occurred in the unmount function \n",this.name,e)}Bt("unmount",this.name),this.handleUnmounted(e,n,t)}handleUnmounted(e,t,n){_(t)?t.then((()=>this.actionsForUnmount(e,n))).catch((()=>this.actionsForUnmount(e,n))):this.actionsForUnmount(e,n)}actionsForUnmount(e,t){var n,s;e?this.actionsForCompletelyDestroy():this.umdMode&&this.container.childElementCount&&W(this.container,this.source.html,!1),this.umdMode&&(null===(n=this.sandBox)||void 0===n||n.recordUmdSnapshot()),null===(s=this.sandBox)||void 0===s||s.stop(this.umdMode,this.keepRouteState&&!e,!this.umdMode||e),Gt().length||(ve=!1,Element.prototype.setAttribute=Pe.rawSetAttribute),kt(this.container,this.name,Q.UNMOUNT),this.container.innerHTML="",this.container=null,t&&t()}actionsForCompletelyDestroy(){!this.useSandbox&&this.umdMode&&delete window[this.libraryName],Ht.delete(this.name)}hiddenKeepAliveApp(){var e;const t=this.container;W(this.container,this.keepAliveContainer?this.keepAliveContainer:this.keepAliveContainer=document.createElement("div"),!1),this.container=this.keepAliveContainer,this.keepAliveState=z.KEEP_ALIVE_HIDDEN,Bt("appstate-change",this.name,{appState:"afterhidden"}),kt(t,this.name,Q.AFTERHIDDEN),null===(e=this.sandBox)||void 0===e||e.removeRouteInfoForKeepAliveApp()}showKeepAliveApp(e){var t;Bt("appstate-change",this.name,{appState:"beforeshow"}),kt(e,this.name,Q.BEFORESHOW),W(this.container,e,!1),this.container=e,this.keepAliveState=z.KEEP_ALIVE_SHOW,null===(t=this.sandBox)||void 0===t||t.setRouteInfoForKeepAliveApp(),Bt("appstate-change",this.name,{appState:"aftershow"}),kt(this.container,this.name,Q.AFTERSHOW)}onerror(e){kt(this.container,this.name,Q.ERROR,e)}getAppState(){return this.state}getKeepAliveState(){return this.keepAliveState}getUmdLibraryHooks(){var e,t,n,s;if(V.UNMOUNT!==this.state){const o=null!==(t=null===(e=this.sandBox)||void 0===e?void 0:e.proxyWindow)&&void 0!==t?t:Pe.rawWindow;return this.libraryName=H(this.container).getAttribute("library")||`micro-app-${this.name}`,f(o[this.libraryName])?o[this.libraryName]:{mount:null===(n=this.sandBox)||void 0===n?void 0:n.proxyWindow.mount,unmount:null===(s=this.sandBox)||void 0===s?void 0:s.proxyWindow.unmount}}return{}}}function Ft(e){class t extends HTMLElement{constructor(){super(),this.isWaiting=!1,this.cacheData=null,this.hasConnected=!1,this.appName="",this.appUrl="",this.ssrUrl="",this.version="1.0.0-alpha.5",this.handleAttributeUpdate=()=>{this.isWaiting=!1;const e=N(this.getAttribute("name")),t=P(this.getAttribute("url"),this.appName);if(this.legalAttribute("name",e)&&this.legalAttribute("url",t)){const n=Ht.get(e);if(e!==this.appName&&n&&V.UNMOUNT!==n.getAppState()&&z.KEEP_ALIVE_HIDDEN!==n.getKeepAliveState()&&!n.isPrefetch)return this.setAttribute("name",this.appName),y(`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)},ve||(ve=!0,Element.prototype.setAttribute=function(e,t){if(/^micro-app(-\S+)?/i.test(this.tagName)&&"data"===e)if(m(t)){const e={};Object.getOwnPropertyNames(t).forEach((n=>{h(n)&&0===n.indexOf("__")||(e[n]=t[n])})),this.data=e}else"[object Object]"!==t&&b("property data must be an object",this.getAttribute("name"));else{const n=this.__MICRO_APP_NAME__||I();if(n&&Ht.has(n)&&(("src"===e||"srcset"===e)&&/^(img|script)$/i.test(this.tagName)||"href"===e&&/^link$/i.test(this.tagName))){const e=Ht.get(n);t=S(t,e.url)}Pe.rawSetAttribute.call(this,e,t)}})}static get observedAttributes(){return["name","url"]}connectedCallback(){this.hasConnected=!0,v((()=>kt(this,this.appName,Q.CREATED))),this.initialMount()}disconnectedCallback(){this.hasConnected=!1;const e=Ht.get(this.appName);e&&e.getAppState()!==V.UNMOUNT&&e.getKeepAliveState()!==z.KEEP_ALIVE_HIDDEN&&(this.getKeepAliveModeResult()?this.handleHiddenKeepAliveApp():this.handleUnmount(this.getDestroyCompatibleResult()))}attributeChangedCallback(e,t,n){if(this.legalAttribute(e,n)&&this[e===q.NAME?"appName":"appUrl"]!==n)if(e!==q.URL||this.appUrl)if(e!==q.NAME||this.appName)this.isWaiting||(this.isWaiting=!0,v(this.handleAttributeUpdate));else{const e=N(n);if(!e)return y(`Invalid attribute name ${n}`,this.appName);this.cacheData&&(Qt.setData(e,this.cacheData),this.cacheData=null),this.appName=e,e!==n&&this.setAttribute("name",this.appName),this.handleInitialNameAndUrl()}else{if(!(n=P(n,this.appName)))return y(`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&&d(this.attachShadow)&&this.attachShadow({mode:"open"}),this.updateSsrUrl(this.appUrl),Ht.has(this.appName)){const e=Ht.get(this.appName),t=e.ssrUrl||e.url,n=this.ssrUrl||this.appUrl;e.getKeepAliveState()===z.KEEP_ALIVE_HIDDEN&&e.url===this.appUrl?this.handleShowKeepAliveApp(e):t!==n||!e.isPrefetch&&e.getAppState()!==V.UNMOUNT?e.isPrefetch||e.getAppState()===V.UNMOUNT?(b(`the ${e.isPrefetch?"prefetch":"unmounted"} app with url: ${t} is replaced by a new app`,this.appName),this.handleCreateApp()):y(`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.updateSsrUrl(t),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()===z.KEEP_ALIVE_HIDDEN?n.url===this.appUrl?this.handleShowKeepAliveApp(n):y(`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!(!h(t)||!t)||(y(`unexpected attribute ${e}, please check again`,this.appName),!1)}handleAppMount(e){e.isPrefetch=!1,v((()=>{var t;return e.mount(null!==(t=this.shadowRoot)&&void 0!==t?t:this,this.getDisposeResult("inline"),this.getBaseRouteCompatible(),this.getDisposeResult("keep-router-state"),this.getDefaultPageValue(),this.getDisposeResult("hidden-router"),this.getDisposeResult("disable-patch-request"))}))}handleCreateApp(){var e;Ht.has(this.appName)&&Ht.get(this.appName).actionsForCompletelyDestroy();const t=new $t({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("disable-scopecss")||this.getDisposeResult("shadowDOM")),useSandbox:!this.getDisposeResult("disable-sandbox"),useMemoryRouter:!this.getDisposeResult("disable-memory-router"),baseroute:this.getBaseRouteCompatible(),keepRouteState:this.getDisposeResult("keep-router-state"),defaultPage:this.getDefaultPageValue(),hiddenRouter:this.getDisposeResult("hidden-router"),disablePatchRequest:this.getDisposeResult("disable-patch-request")});Ht.set(this.appName,t)}handleUnmount(e,t){const n=Ht.get(this.appName);n&&n.getAppState()!==V.UNMOUNT&&n.unmount(e,t)}handleHiddenKeepAliveApp(){const e=Ht.get(this.appName);e&&e.getAppState()!==V.UNMOUNT&&e.getKeepAliveState()!==z.KEEP_ALIVE_HIDDEN&&e.hiddenKeepAliveApp()}handleShowKeepAliveApp(e){v((()=>{var t;return e.showKeepAliveApp(null!==(t=this.shadowRoot)&&void 0!==t?t:this)}))}getDisposeResult(e){return(this.compatibleSpecialProperties(e)||!!Qt[e])&&this.compatibleDisableSpecialProperties(e)}compatibleSpecialProperties(e){return"disable-scopecss"===e?this.hasAttribute("disable-scopecss")||this.hasAttribute("disableScopecss"):"disable-sandbox"===e?this.hasAttribute("disable-sandbox")||this.hasAttribute("disableSandbox"):this.hasAttribute(e)}compatibleDisableSpecialProperties(e){return"disable-scopecss"===e?"false"!==this.getAttribute("disable-scopecss")&&"false"!==this.getAttribute("disableScopecss"):"disable-sandbox"===e?"false"!==this.getAttribute("disable-sandbox")&&"false"!==this.getAttribute("disableSandbox"):"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()}updateSsrUrl(e){if(this.getDisposeResult("ssr"))if(this.getDisposeResult("disable-memory-router")||this.getDisposeResult("disableSandbox")){const t=Pe.rawWindow.location;this.ssrUrl=S(t.pathname+t.search,e)}else{let t=function(e,t){const n=ht(e);if(!n)return"";const s=E(n,t);return s.origin+s.pathname+s.search}(this.appName,e);const n=this.getDefaultPageValue();if(!t&&n){const s=E(n,e);t=s.origin+s.pathname+s.search}this.ssrUrl=t}else this.ssrUrl&&(this.ssrUrl="")}getDefaultPageValue(){var e,t,n;return null!==(n=null!==(t=null!==(e=bt.getDefaultPage(this.appName))&&void 0!==e?e:this.getAttribute("default-page"))&&void 0!==t?t:this.getAttribute("defaultPage"))&&void 0!==n?n:""}set data(e){this.appName?Qt.setData(this.appName,e):this.cacheData=e}get data(){return this.appName?Qt.getData(this.appName,!0):this.cacheData?this.cacheData:null}}window.customElements.define(e,t)}function Kt(t){if(!e)return y("preFetch is only supported in browser environment");O((()=>{d(t)&&(t=t()),o(t)&&t.reduce(((e,t)=>e.then((()=>{return e=t,new Promise((t=>{O((()=>{var n,s,o,r,i;if(m(e)&&navigator.onLine)if(e.name=N(e.name),e.url=P(e.url,e.name),e.name&&e.url&&!Ht.has(e.name)){const a=new $t({name:e.name,url:e.url,scopecss:!(null!==(s=null!==(n=e["disable-scopecss"])&&void 0!==n?n:e.disableScopecss)&&void 0!==s?s:Qt["disable-scopecss"]),useSandbox:!(null!==(r=null!==(o=e["disable-sandbox"])&&void 0!==o?o:e.disableSandbox)&&void 0!==r?r:Qt["disable-sandbox"]),useMemoryRouter:!(null!==(i=e["disable-memory-router"])&&void 0!==i?i:Qt["disable-memory-router"])});a.isPrefetch=!0,a.prefetchResolve=t,Ht.set(e.name,a)}else t();else t()}))}));var e}))),Promise.resolve())}))}function jt(e,t,n){if(o(e)){const s=e.filter((e=>h(e)&&e.includes(`.${t}`)&&!n.has(e)));C(s.map((e=>X(e))),(e=>{const t=s[e.index];n.has(t)||n.set(t,e.data)}),(e=>{y(e)}))}}function Gt(e=!1){const t=[];return Ht.forEach(((n,s)=>{V.UNMOUNT===n.getAppState()||n.isPrefetch||e&&z.KEEP_ALIVE_HIDDEN===n.getKeepAliveState()||t.push(s)})),t}function qt(e,t){const n=Ht.get(N(e));return new Promise((s=>{if(n)if(n.getAppState()===V.UNMOUNT||n.isPrefetch)(null==t?void 0:t.destroy)&&n.actionsForCompletelyDestroy(),s();else if(n.getKeepAliveState()===z.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=H(n.container),o=()=>{e.removeEventListener("unmount",o),e.removeEventListener("afterhidden",r),s()},r=()=>{e.removeEventListener("unmount",o),e.removeEventListener("afterhidden",r),s()};if(e.addEventListener("unmount",o),e.addEventListener("afterhidden",r),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 b(`app ${e} does not exist`),s()}))}class Vt extends Ke{constructor(){super(...arguments),this.tagName="micro-app",this.preFetch=Kt,this.router=bt}start(t){var n,s,o;if(!e||!window.customElements)return y("micro-app is not supported in this environment");if(null==t?void 0:t.tagName){if(!/^micro-app(-\S+)?/.test(t.tagName))return y(`${t.tagName} is invalid tagName`);this.tagName=t.tagName}if(window.customElements.get(this.tagName))return b(`element ${this.tagName} is already defined`);if(Ne(),t&&m(t)&&(this.shadowDOM=t.shadowDOM,this.destroy=t.destroy,this.destory=t.destory,this.inline=t.inline,this["disable-scopecss"]=null!==(n=t["disable-scopecss"])&&void 0!==n?n:t.disableScopecss,this["disable-sandbox"]=null!==(s=t["disable-sandbox"])&&void 0!==s?s:t.disableSandbox,this["disable-memory-router"]=t["disable-memory-router"],this["disable-patch-request"]=t["disable-patch-request"],this["keep-router-state"]=t["keep-router-state"],this["hidden-router"]=t["hidden-router"],this.esmodule=t.esmodule,this.ssr=t.ssr,d(t.fetch)&&(this.fetch=t.fetch),m(t.lifeCycles)&&(this.lifeCycles=t.lifeCycles),t.preFetchApps&&Kt(t.preFetchApps),t.globalAssets&&(m(o=t.globalAssets)&&O((()=>{jt(o.js,"js",Me),jt(o.css,"css",le)}))),m(t.plugins))){const e=t.plugins.modules;if(m(e))for(const t in e){const n=N(t);n&&t!==n&&(e[n]=e[t],delete e[t])}this.plugins=t.plugins}Ft(this.tagName)}}var Qt=new Vt;exports.EventCenterForMicroApp=je,exports.MicroApp=Vt,exports.default=Qt,exports.getActiveApps=Gt,exports.getAllApps=function(){return Array.from(Ht.keys())},exports.preFetch=Kt,exports.pureCreateElement=T,exports.removeDomScope=U,exports.unmountAllApps=function(e){return Array.from(Ht.keys()).reduce(((t,n)=>t.then((()=>qt(n,e)))),Promise.resolve())},exports.unmountApp=qt,exports.version="1.0.0-alpha.5";
|
|
2
2
|
//# sourceMappingURL=index.min.js.map
|