@next-core/preview 0.7.56 → 0.7.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core.b432abf9.js +2 -0
- package/dist/core.b432abf9.js.map +1 -0
- package/dist/index.html +1 -1
- package/dist/main.0f012b74.js +2 -0
- package/dist/{main.a8adb724.js.map → main.0f012b74.js.map} +1 -1
- package/dist/vendors.8e69c579.js +2 -0
- package/package.json +4 -4
- package/dist/core.178db1b1.js +0 -2
- package/dist/core.178db1b1.js.map +0 -1
- package/dist/main.a8adb724.js +0 -2
- package/dist/vendors.6d0bcc3c.js +0 -2
- /package/dist/{vendors.6d0bcc3c.js.LICENSE.txt → vendors.8e69c579.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(globalThis.webpackChunk_next_core_preview=globalThis.webpackChunk_next_core_preview||[]).push([[114],{916:(e,t,n)=>{"use strict";n.r(t),n.d(t,{JsonStorage:()=>d,createProviderClass:()=>o,createSSEStream:()=>s,deepFreeze:()=>c,hasOwnProperty:()=>l,isObject:()=>u,unwrapProvider:()=>f});var r=n(5060);function o(e){return class extends HTMLElement{get $$typeof(){return"provider"}resolve(){return e(...arguments)}async saveAs(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),i=1;i<n;i++)o[i-1]=arguments[i];const s=await e(...o);(0,r.saveAs)(s,t)}}}var i=n(2110);async function s(e,t){const n=[],r=[];let o=!1,s=!1;const{converter:c,...l}=null!=t?t:{};function u(){r.forEach((e=>{let[t]=e;return t({value:void 0,done:!0})}))}function d(){o=!0,r.length=0,n.length=0}return await new Promise(((t,o)=>{(0,i.y)(e,{...l,openWhenHidden:!0,async onopen(e){if(!e.ok){var n;let t,r;console.error("open error",e.statusText);try{t=await e.text()}catch{throw new Error(e.statusText)}try{r=JSON.parse(t)}catch{}if("string"==typeof(null===(n=r)||void 0===n?void 0:n.error))throw new Error(r.error);throw new Error(t)}t(null)},onmessage(e){let t,o,i=!0;try{t=(null!=c?c:a)(e.data,e.event)}catch(e){i=!1,o=e}if(r.length>0){const[e,n]=r.shift();i?e(t):n(o)}else n.push(i?{ok:!0,data:t}:{ok:!1,reason:o})},onclose(){s=!0,u()},onerror(e){throw e}}).catch((e=>{o(e),function(e){r.forEach((t=>{let[n,r]=t;return r(e)})),d()}(e)}))})),{next(){return o?this.return():new Promise(((e,t)=>{if(n.length>0){const r=n.shift();r.ok?e(r.data):t(r.reason)}else s?(d(),e({value:void 0,done:!0})):r.push([e,t])}))},return:()=>(u(),d(),Promise.resolve({value:void 0,done:!0})),throw:e=>(u(),d(),Promise.reject(e)),[Symbol.asyncIterator](){return this}}}function a(e,t){if("error"===t){var n;let t;console.error("Received error event:",e);try{t=JSON.parse(e)}catch{}throw new Error("string"==typeof(null===(n=t)||void 0===n?void 0:n.error)?t.error:e)}if("[DONE]"===e)return{value:void 0,done:!0};if(e.startsWith("[ERROR]"))throw console.error("Received error message:",e),new Error(e);try{return{value:JSON.parse(e),done:!1}}catch(t){throw console.error("Failed to parse message:",e),t}}function c(e){const t=Object.getOwnPropertyNames(e);for(const n of t){const t=e[n];t&&"object"==typeof t&&c(t)}return Object.freeze(e)}function l(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function u(e){const t=typeof e;return null!=e&&("object"==t||"function"==t)}class d{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"brick-next-";this.storage=e,this.prefix=t}setItem(e,t){this.storage.setItem(this.prefix+e,JSON.stringify(t))}getItem(e){var t;return JSON.parse(null!==(t=this.storage.getItem(this.prefix+e))&&void 0!==t?t:"null")}removeItem(e){return this.storage.removeItem(this.prefix+e)}clear(){return this.storage.clear()}}const p=new Map;function f(e){return function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];const o=function(e){let t=p.get(e);return t||(t=document.createElement(e),p.set(e,t),t)}(e);return o.resolve(...n)}}},2308:(e,t,n)=>{"use strict";n.r(t),n.d(t,{HttpAbortError:()=>U,HttpFetchError:()=>M,HttpParseError:()=>N,HttpResponseError:()=>$,createHttpInstance:()=>V,defaultAdapter:()=>D,fetch:()=>_,http:()=>F,isHttpAbortError:()=>j});var r={};n.r(r),n.d(r,{HttpAbortError:()=>h,HttpFetchError:()=>d,HttpParseError:()=>f,HttpResponseError:()=>p,createHttpInstance:()=>x,defaultAdapter:()=>A,fetch:()=>o,getUrlWithParams:()=>b,http:()=>O,isHttpAbortError:()=>E});const o=(e,t)=>{const n=new Request(e,Object.assign({credentials:"same-origin"},t));return self.fetch(n)};var i=n(4635),s=n(918),a=n(4586),c=n(829),l=n(2559),u=n(6121);class d extends Error{constructor(e){super(e),this.name="HttpFetchError",Error.captureStackTrace&&Error.captureStackTrace(this,d)}}class p extends Error{constructor(e,t){super(e.statusText),(0,a.A)(this,"response",void 0),(0,a.A)(this,"responseJson",void 0),this.name="HttpResponseError",Error.captureStackTrace&&Error.captureStackTrace(this,p),this.response=e,this.responseJson=t}}class f extends Error{constructor(e){super(e.statusText),(0,a.A)(this,"response",void 0),this.name="HttpParseError",Error.captureStackTrace&&Error.captureStackTrace(this,f),this.response=e}}class h extends Error{constructor(e){super(e),this.name="HttpAbortError"}}class m{constructor(){(0,a.A)(this,"handlers",[])}use(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}forEach(e){this.handlers.forEach((t=>{null!==t&&e(t)}))}}function v(e){return null==e}const g=document.querySelector("base"),y=g?g.href:location.origin+"/",E=e=>e instanceof DOMException&&20===e.code,w=async(e,t,n)=>new Promise((async(r,i)=>{let s;n.url=e;let a,{responseType:c}=n.options||{};c||(c="json");try{s=await o(e,t)}catch(e){return void i(E(e)?new h(e.toString()):new d(e.toString()))}if(s.ok){try{a=await s[c]()}catch(e){return void i(E(e)?new h(e.toString()):new f(s))}r({status:s.status,statusText:s.statusText,headers:s.headers,data:a})}else{let e;try{e=await s.json()}catch{}i(new p(s,e))}})),b=(e,t)=>{if(t){const n=new URL(e,y);t instanceof URLSearchParams?t.forEach((function(e,t){n.searchParams.append(t,e)})):Object.entries(t).forEach((e=>{let[t,r]=e;Array.isArray(r)?r.forEach((e=>{n.searchParams.append(t,v(e)?"":e)})):n.searchParams.append(t,v(r)?"":r)}));const{href:r}=n;return r.startsWith(y)?r.substr(y.length):r}return e},S=(e,t)=>{if(void 0!==e){const n=new Headers(t||{}),r="Content-Type";let o=e;return n.has(r)||("string"==typeof e?n.set(r,"application/x-www-form-urlencoded"):e instanceof FormData||(n.set(r,"application/json"),o=JSON.stringify(e))),{body:o,headers:n}}return{headers:t}},A=e=>{const{url:t,method:n,data:r}=e;return["DELETE","GET","HEAD"].includes(e.method)?((e,t,n)=>{const{params:r,responseType:o,interceptorParams:i,observe:s,noAbortOnRouteChange:a,useCache:c,...l}=n.options||{};return w(b(t,r),{...l,method:e},n)})(n,t,e):((e,t,n,r)=>{const{params:o,headers:i,responseType:s,interceptorParams:a,observe:c,noAbortOnRouteChange:l,useCache:u,...d}=r.options||{};return w(b(t,o),{...d,method:e,...S(n,i)},r)})(n,t,r,e)};var k=new WeakMap,I=new WeakSet;class P{constructor(e){var t=this;(0,i.A)(this,I),(0,a.A)(this,"interceptors",void 0),(0,s.A)(this,k,A),(0,a.A)(this,"request",(async(e,t,n)=>{const{body:r,method:o,...i}=t||{};return(0,l.A)(I,this,C).call(this,{url:e,data:r,method:o||"GET",options:{...n||{},...i}})})),(0,a.A)(this,"simpleRequest",(function(e,n){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return(0,l.A)(I,t,C).call(t,{url:n,method:e,options:r})})),(0,a.A)(this,"requestWithBody",(function(e,n,r){let o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return(0,l.A)(I,t,C).call(t,{url:n,method:e,data:r,options:o})})),this.interceptors={request:new m,response:new m},null!=e&&e.adapter&&(0,u.A)(k,this,e.adapter)}getUrlWithParams(e,t){return b(e,t)}getBodyAndHeaders(e,t){return S(e,t)}get(e,t){return(0,l.A)(I,this,C).call(this,{url:e,method:"GET",options:t})}delete(e,t){return(0,l.A)(I,this,C).call(this,{url:e,method:"DELETE",options:t})}head(e,t){return(0,l.A)(I,this,C).call(this,{url:e,method:"HEAD",options:t})}post(e,t,n){return(0,l.A)(I,this,C).call(this,{url:e,method:"POST",data:t,options:n})}put(e,t,n){return(0,l.A)(I,this,C).call(this,{url:e,method:"PUT",data:t,options:n})}patch(e,t,n){return(0,l.A)(I,this,C).call(this,{url:e,method:"PATCH",data:t,options:n})}}function C(e){const t=[];let n=Promise.resolve(e);for(this.interceptors.request.forEach((e=>{t.push(e.fulfilled,e.rejected)})),t.push((e=>(0,c.A)(k,this).call(this,e)),void 0),this.interceptors.response.forEach((n=>{t.push((t=>{var r;return null===(r=n.fulfilled)||void 0===r?void 0:r.call(n,t,e)}),(t=>{var r;return null===(r=n.rejected)||void 0===r?void 0:r.call(n,t,e)}))})),t.push((t=>{var n;return"response"===(null===(n=e.options)||void 0===n?void 0:n.observe)?t:t.data}),void 0);t.length;)n=n.then(t.shift(),t.shift());return n}let O=new P;function x(e){O=new P(e)}var T;let R,L;const{dll:B}=window;R=B&&null!==(T=window.BRICK_NEXT_VERSIONS)&&void 0!==T&&null!==(T=T["brick-container"])&&void 0!==T&&T.startsWith("2.")&&(L=B("JxWY"))?L:r;const{fetch:_,HttpFetchError:M,HttpResponseError:$,HttpParseError:N,HttpAbortError:U,http:F,isHttpAbortError:j,createHttpInstance:V,defaultAdapter:D}=R},2561:(e,t,n)=>{"use strict";n.r(t),n.d(t,{supply:()=>s});var r=n(563),o=n(1916),i=n(5285);function s(e,t,n){const r={};for(const o of e)if(!Object.prototype.hasOwnProperty.call(r,o))if("undefined"===o)r[o]=void 0;else if(t&&Object.prototype.hasOwnProperty.call(t,o))r[o]=t[o];else{const e=u(o,n);void 0!==e&&(r[o]=e)}return r}const a=new Set(["fill","pull","pullAll","pullAllBy","pullAllWith","pullAt","remove","reverse","assign","assignIn","assignInWith","assignWith","defaults","defaultsDeep","merge","mergeWith","set","setWith","unset","update","updateWith","after","ary","before","bind","bindKey","curry","curryRight","debounce","defer","delay","flip","memoize","negate","once","overArgs","partial","partialRight","rearg","rest","spread","throttle","unary","wrap"]),c=new Set(["lang","langData","locale","localeData","defineLocale","updateLocale","updateOffset"]),l=new Set(["Array","Boolean","Date","Infinity","JSON","Math","NaN","Number","String","RegExp","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","isFinite","isNaN","parseFloat","parseInt","Map","Set","URL","URLSearchParams","WeakMap","WeakSet","atob","btoa"]);function u(e,t){switch(e){case"Object":return n=Object,s=["entries","fromEntries","keys","values"],Object.fromEntries(s.map((e=>[e,function(){for(var t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];return n[e].apply(n,r)}])));case"_":return Object.fromEntries(Object.entries(r).filter((e=>!a.has(e[0]))).concat(t?[["uniqueId",e=>`${null!=e?e:""}42`]]:[]));case"moment":return Object.assign((function(){return o(...arguments)}),Object.fromEntries(Object.entries(o).filter((e=>!c.has(e[0])))));case"PIPES":return i.pipes;case"TAG_URL":return d(!0);case"SAFE_TAG_URL":return d();default:if(l.has(e))return window[e]}var n,s}function d(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];const i=[];return t.forEach(((t,n)=>{i.push(t),n<r.length&&i.push(e?String(r[n]).replace(/[^/]+/g,(e=>encodeURIComponent(e))):encodeURIComponent(String(r[n])))})),i.join("")}}},2779:(e,t,n)=>{"use strict";var r=n(222),o=n(3475),i=n(5370),s=n(2983),a=n(8679),c=(n(4829),n(563)),l=n(2478);const u=/^\[\w+\]$/;function d(e){for(const t of e)p(t)}function p(e){let t=e.slots;const n=new Map;if(Array.isArray(e.children)&&!t){const t=[];for(const o of e.children){var r;const e=null!==(r=o.slot)&&void 0!==r?r:"";if(u.test(e)){delete o.slot;const r=n.get(e);r?r.push(o):n.set(e,[o]),t.push(o)}p(o)}(0,c.pull)(e.children,...t)}else{null!=t||(t={});for(const[e,r]of Object.entries(t)){if(u.test(e)){const{bricks:o}=r;Array.isArray(o)&&o.length>0&&(n.set(e,o),d(o)),delete t[e]}Array.isArray(r.bricks)&&d(r.bricks)}}n.size>0&&f(e.properties,n)}function f(e,t){if(Array.isArray(e))for(const n of e)f(n,t);else if((0,l.isObject)(e))for(const[n,r]of Object.entries(e))if("useChildren"===n){const o=t.get(r);o&&(delete e[n],e.useBrick=1===o.length?o[0]:o)}else f(r,t)}function h(e,t){var n;null!==(n=t.options)&&void 0!==n&&null!==(n=n.interceptorParams)&&void 0!==n&&n.ignoreLoadingBar||window.dispatchEvent(new Event(e))}n(4701),o.http.interceptors.request.use((e=>(h("request.start",e),e))),o.http.interceptors.response.use((function(e,t){return h("request.end",t),e}),(function(e,t){return h("request.end",t),Promise.reject(e)}));const m=document.querySelector("#global-loading-bar");m.classList.add("rendered");let v=!1,g=0;function y(){const e=g>0;e!==v&&(v=e,m.classList[e?"add":"remove"]("loading"))}window.addEventListener("request.start",(()=>{g++,y()})),window.addEventListener("request.end",(()=>{g>0&&(g--,y())}));const E=(0,r.createRuntime)(),w=document.querySelector("#preview-root"),b=document.querySelector("#portal-mount-point"),S=(0,r.unstable_createRoot)(w,{portal:b,scope:"page",unknownBricks:"silent"}),A=o.http.get(window.BOOTSTRAP_FILE,{responseType:"json"}).then((e=>{E.initialize(window.BOOTSTRAP_FILE_FIELD?(0,c.get)(e,window.BOOTSTRAP_FILE_FIELD):e)}));let k,I=!1;async function P(e){I=!0;try{const{type:t,sources:n,options:o}=e;await async function(e,t){let{yaml:n,html:o}=t,{theme:i,uiVersion:c,language:l,context:u,functions:p,templates:f,i18n:h,url:m,app:v,styleText:g,templatesAreArrayOfYaml:y}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};try{if(C||(C=!0,document.body.classList.add("bootstrap-ready"),(0,r.applyTheme)("light"===i?i:"dark-v2")),document.body.classList.remove("bootstrap-error"),"html"===e){(0,r.applyTheme)("light"===i?i:"dark-v2"),(0,r.setUIVersion)(c),l&&await s.i18n.changeLanguage(l);const e=(new DOMParser).parseFromString(o,"text/html"),t=new Set;for(const n of e.body.querySelectorAll("*"))if(n.tagName.includes("-")){const e=n.tagName.toLowerCase();t.add(e)}else if("SCRIPT"===n.tagName){const e=n.text.matchAll(/\bdocument\.createElement\(\s*"([a-zA-Z0-9.]+-[-a-zA-Z0-9.]+)"\s*\)/g);for(const n of e)t.add(n[1])}await A,await E.loadBricks(t),w.replaceChildren(),b.replaceChildren();const n=[],a=e.querySelectorAll("script");for(const e of a){const t=document.createElement("script");t.text=e.text,t.type="module",n.push(t),e.remove()}w.append(...e.head.querySelectorAll("style"),...e.body.childNodes,...n)}else{const e=n?(0,a.safeLoad)(n,{schema:a.JSON_SCHEMA,json:!0}):null,t=[].concat(null!=e?e:[]);d(t),g&&t.push({brick:"style",portal:!0,properties:{textContent:g}});const r=O(u),o=O(p),s=O(f,y),E=O(h);if(Array.isArray(s))for(const e of s)Array.isArray(e.bricks)&&d(e.bricks);await A,await S.render(t,{theme:"light"===i?i:"dark-v2",uiVersion:c,language:l,context:r,functions:o,templates:s,i18n:E,url:m,app:v})}}catch(e){console.error("Render failed:",e),document.body.classList.add("bootstrap-error"),b.textContent="",w.textContent=`Render failed: ${String(e)}`}}(t,n,o)}finally{if(I=!1,k){const e=k;k=void 0,P(e)}}}window._preview_only_render=(e,t,n)=>{I?k={type:e,sources:t,options:n}:P({type:e,sources:t,options:n})},window._preview_only_inject=async(e,t,n,r)=>{if(await(0,i.loadBricksImperatively)([e],[].concat(t)),r)return;const o=document.createElement(e);await o.resolve(n)};let C=!1;function O(e,t){return"string"==typeof e?(0,a.safeLoad)(e,{schema:a.JSON_SCHEMA,json:!0}):t?e.map((e=>"string"==typeof e.yaml?{...(0,a.safeLoad)(e.yaml,{schema:a.JSON_SCHEMA,json:!0}),name:e.name}:e)):e}},4701:()=>{void 0===Element.prototype.replaceChildren&&(Element.prototype.replaceChildren=function(){for(;this.lastChild;)this.removeChild(this.lastChild);arguments.length>0&&this.append(...arguments)}),void 0===DocumentFragment.prototype.replaceChildren&&(DocumentFragment.prototype.replaceChildren=function(){for(;this.lastChild;)this.removeChild(this.lastChild);arguments.length>0&&this.append(...arguments)})},4709:(e,t,n)=>{"use strict";n.r(t),n.d(t,{Dialog:()=>Ut,Notification:()=>qt,StoryboardFunctionRegistryFactory:()=>fe,__secret_internals:()=>r,__test_only:()=>{},applyTheme:()=>te,authenticate:()=>Xo,batchSetAppsLocalTheme:()=>ne,checkIfByTransform:()=>ft,checkIfOfComputed:()=>pt,createHistory:()=>A,createRuntime:()=>Fo,customEditors:()=>ti,customProcessors:()=>B,customTemplates:()=>Te,fetchByProvider:()=>ni,getAuth:()=>Yo,getBasePath:()=>f,getCssPropertyValue:()=>ce,getCurrentMode:()=>se,getCurrentTheme:()=>ee,getHistory:()=>k,getPageInfo:()=>no,getRealValue:()=>oi,getRuntime:()=>jo,getV2RuntimeFromDll:()=>S,handleHttpError:()=>Wt,httpErrorToString:()=>jt,instantiateModalStack:()=>si,isLoggedIn:()=>Zo,isNetworkError:()=>so,isUnauthenticatedError:()=>Vt,logout:()=>Qo,matchPath:()=>kt,registerWidgetFunctions:()=>Me,registerWidgetI18n:()=>N,resetReloadForError:()=>uo,setUIVersion:()=>oo,shouldReloadForError:()=>lo,unstable_createRoot:()=>ri});var r={};n.r(r),n.d(r,{addRealTimeDataInspectHook:()=>Sr,debugDataValue:()=>gr,getAddedContracts:()=>vr,getAllContextValues:()=>dr,getBrickPackagesById:()=>pr,getContextValue:()=>ur,getLegalRuntimeValue:()=>yr,getRenderId:()=>mr,legacyDoTransform:()=>Gn,legacyTransformIntermediateData:()=>Xn,legacyTransformProperties:()=>Jn,loadBricks:()=>fr,loadEditors:()=>hr,mountUseBrick:()=>er,renderUseBrick:()=>Zn,setRealTimeDataInspectRoot:()=>br,symbolForRootRuntimeContext:()=>Qn,unmountUseBrick:()=>tr,updateSnippetPreviewSettings:()=>cr,updateStoryboard:()=>nr,updateStoryboardByRoute:()=>rr,updateStoryboardBySnippet:()=>ar,updateStoryboardByTemplate:()=>or,updateTemplatePreviewSettings:()=>ir});var o=n(4586),i=n(918),s=n(6121),a=n(829),c=n(2983),l=n(5370),u=n(2478),d=n(1916),p=(n(1858),n(1732));function f(){const e=document.querySelector("base");return e?e.getAttribute("href"):"/"}var h=n(563);function m(e,t){const n=(0,h.orderBy)(e,(e=>{var t,n;return null!==(t=null===(n=e.app.homepage)||void 0===n?void 0:n.length)&&void 0!==t?t:0}),"desc");for(const e of n){const n=e.app.homepage;if("string"==typeof n&&"/"===n[0]&&v(n,t))return e}}function v(e,t){return"/"===e?t===e:`${t.replace(/\/+$/,"")}/`.startsWith(`${e.replace(/\/+$/,"")}/`)}function g(e){var t;return!e||(null===(t=jo().getCurrentApp())||void 0===t?void 0:t.id)!==e.app.id&&!window.STANDALONE_MICRO_APPS&&e.app.standaloneMode}let y,E=!1;function w(e,t){E=!confirm(e),t(!E)}function b(e){const{push:t,replace:n}=e;function r(r){return function(o,i,s){let a;const c="string"==typeof o;return a=c?(0,p.parsePath)(o).pathname:o.pathname,"string"==typeof a&&a.startsWith("/")&&g(function(e){var t,n;return m(null!==(t=null===(n=Mo)||void 0===n?void 0:n.storyboards)&&void 0!==t?t:[],e)}(a))?location["push"===r?"assign":"replace"](c?f()+o.substring(1):e.createHref(o)):("push"===r?t:n)(o,i,s)}}return{push:r("push"),replace:r("replace")}}function S(){var e;const{dll:t}=window;if(t&&null!==(e=window.BRICK_NEXT_VERSIONS)&&void 0!==e&&null!==(e=e["brick-container"])&&void 0!==e&&e.startsWith("2."))return t("tYg3")}function A(){if(!y){const e=(0,p.createBrowserHistory)({basename:f().replace(/\/$/,""),getUserConfirmation:w});Object.assign(e,function(e){const{push:t,replace:n}=e;function r(e,n,r){E=!1,t(e,n),null==r||r(E)}function o(e,t,r){E=!1,n(e,t),null==r||r(E)}function i(t){return function(n){let i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=arguments.length>2?arguments[2]:void 0;const{extraQuery:a,clear:c,keepHash:l,...u}=i,d=new URLSearchParams(c?"":e.location.search),p={};Object.assign(p,n,a);for(const[e,t]of Object.entries(p))if(Array.isArray(t)){d.delete(e);for(const n of t)d.append(e,n)}else null==t||""===t?d.delete(e):d.set(e,t);("push"===t?r:o)(`?${d.toString()}${l?e.location.hash:""}`,u,s)}}let s;return{pushQuery:i("push"),replaceQuery:i("replace"),pushAnchor:function(t,n,o){r({...e.location,key:void 0,hash:t,state:{notify:!1,...n}},void 0,o)},reload:function(t){o({...e.location,state:{...e.location.state,notify:!0,noIncremental:!0}},void 0,t)},setBlockMessage:function(e){s=e},getBlockMessage:function(){return s},unblock:function(){s=void 0},...b({...e,push:r,replace:o})}}(e)),y=e}return y}const k=function(){const e=S();if(e)return e.getHistory}()||function(){return y};var I=n(4635),P=n(2559),C=n(3475),O=n(8303),x=n(7120),T=n(3575),R=n(8319),L=new WeakMap;const B=function(){const e=S();if(e)return Object.freeze({define:(t,n)=>e.getRuntime().registerCustomProcessor(t,n)})}()||new class{constructor(){(0,i.A)(this,L,new Map)}define(e,t){const[n,r]=e.split(".");let o=(0,a.A)(L,this).get(n);if(o||(o=new Map,(0,a.A)(L,this).set(n,o)),o.has(r))throw new Error(`Custom processor of "${e}" already registered`);o.set(r,t)}get(e){return(0,a.A)(L,this).get(e)}};function _(e){let{app:t,meta:n}=e;if(null!=n&&n.i18n){const e=M("app",t.id),r=[];return Object.entries(n.i18n).forEach((t=>{let[n,o]=t;c.i18n.addResourceBundle(n,e,o),r.push(n)})),()=>{for(const t of r)c.i18n.removeResourceBundle(t,e)}}}function M(e,t){return`${e}/${t}`}function $(e){return c.i18n.getFixedT(null,M("widget",e))}const N=function(){const e=S();if(e)return function(t,n){return e.getRuntime().registerWidgetI18n(t,n)}}()||function(e,t){const n=M("widget",e);Object.entries(t).forEach((e=>{let[t,r]=e;c.i18n.addResourceBundle(t,n,r)}))},U="brick-next-devtools-panel",F="devtools-frame-active-change",j="devtools-panel-change";let V,D=!0;function H(e,t){const n=K();if(!n||"evaluation"===e&&(!D||V&&"Evaluations"!==V))return;const r=()=>{var r;null===(r=n.emit)||void 0===r||r.call(n,{type:e,payload:t})};"function"==typeof window.requestIdleCallback?window.requestIdleCallback(r):setTimeout(r,0)}function K(){return window.__BRICK_NEXT_DEVTOOLS_HOOK__}const W=()=>{throw new Error("Can't modify read-only proxy object")},q={set:W,defineProperty:W,deleteProperty:W,setPrototypeOf:W};function z(e){return new Proxy(e,q)}function G(e){let{get:t,ownKeys:n}=e;return K()?z(Object.fromEntries(n(null).map((e=>[e,t(null,e,null)])))):new Proxy(Object.freeze({}),{get:t})}let J="light";const X=new u.JsonStorage(localStorage),Y="apps-theme";function Q(e){if("dark"!==e&&"light"!==e&&"dark-v2"!==e)throw new Error(`Unsupported theme: ${e}`);J=e}function Z(){return J}function ee(){return document.documentElement.dataset.theme}function te(e){e?Q(e):e=Z(),e!==ee()&&(document.documentElement.dataset.theme=e,window.dispatchEvent(new CustomEvent("theme.change",{detail:e})))}function ne(e){X.setItem(Y,{...re(),...e})}function re(){let e;try{e=X.getItem(Y)}catch{console.error("JSON parse error inside `getLocalAppsTheme()`")}return null!=e?e:{}}let oe="default";function ie(e){if("dashboard"!==e&&"default"!==e)throw new Error(`Unsupported mode: ${e}`);oe=e}function se(){return document.documentElement.dataset.mode}function ae(e){e?ie(e):e=oe,e!==se()&&(document.documentElement.dataset.mode=e,window.dispatchEvent(new CustomEvent("mode.change",{detail:e})))}function ce(e){var t;let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document.documentElement;return n&&(null===(t=window.getComputedStyle(n))||void 0===t?void 0:t.getPropertyValue(e))||""}function le(e,t){const n={};for(const r of e){const e=ue(r,t);void 0!==e&&(n[r]=e)}return n}function ue(e,t){var n,r,o;let{collectCoverage:i,widgetId:s,widgetVersion:a,app:l,appendI18nNamespace:u,storyboardFunctions:d,isStoryboardFunction:p}=t;switch(e){case"BASE_URL":return i?"/next":f().replace(/\/$/,"");case"FN":return d;case"IMG":return i?{get:e=>`mock/images/${e}`}:s?null==Uo||null===(n=Uo.images)||void 0===n?void 0:n.widgetImagesFactory(s,a):null==Uo||null===(r=Uo.images)||void 0===r?void 0:r.imagesFactory(l.id,l.isBuildPush,l.currentVersion);case"I18N":return i?h.identity:s?$(s):c.i18n.getFixedT(null,[u,M("app",l.id)].filter(Boolean));case"I18N_TEXT":return i?de:c.i18nText;case"PERMISSIONS":return z({check:i?pe:null==Uo||null===(o=Uo.checkPermissions)||void 0===o?void 0:o.checkPermissions});case"THEME":return z({getTheme:i?()=>"light":Z,getCssPropertyValue:i?()=>"":ce});case"console":return p?z(console):void 0;case"location":return i?{href:"http://localhost:3000/functions/test",origin:"http://localhost:3000",host:"localhost:3000",hostname:"localhost"}:{href:location.href,origin:location.origin,host:location.host,hostname:location.hostname}}}function de(e){return null==e?void 0:e.en}function pe(){return!0}function fe(){let{widgetId:e,widgetVersion:t,collectCoverage:n,debuggerOverrides:r}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const o=new Map,i=null==r?void 0:r({precookFunction:O.precookFunction,cook:O.cook,supply:R.supply}),s=new Proxy(Object.freeze({}),{get:(e,t)=>function(e){const t=o.get(e);if(!t)return;if(t.processed)return t.cooked;let s;n&&(s=n.createCollector(e));const a=!i&&!s&&t.transformed;if(a){const e=c(a.globals);t.cooked=new Function(...a.globals,`"use strict";return (${a.source})`)(...a.globals.map((t=>(0,u.hasOwnProperty)(e,t)?e[t]:void 0)))}else{const e=(0,O.precookFunction)(t.source,{typescript:t.typescript,hooks:s&&{beforeVisit:s.beforeVisit},cacheKey:t}),n=c(e.attemptToVisitGlobals);t.cooked=(0,O.cook)(e.function,t.source,{rules:{noVar:!0},globalVariables:i?{...n,...null!=i&&i.LodashWithStaticFields&&e.attemptToVisitGlobals.has("_")?{_:{...n._,...i.LodashWithStaticFields}}:null,...null!=i&&i.ArrayConstructor&&e.attemptToVisitGlobals.has("Array")?{Array:i.ArrayConstructor}:null,...null!=i&&i.ObjectWithStaticFields&&e.attemptToVisitGlobals.has("Object")?{Object:{...n.Object,...i.ObjectWithStaticFields}}:null}:n,ArrayConstructor:null==i?void 0:i.ArrayConstructor,hooks:s&&{beforeEvaluate:s.beforeEvaluate,beforeCall:s.beforeCall,beforeBranch:s.beforeBranch},debug:!!r})}return t.processed=!0,t.cooked}(t)});let a;function c(r){return(0,R.supply)(r,le(r,{collectCoverage:n,widgetId:e,widgetVersion:t,app:a,storyboardFunctions:s,isStoryboardFunction:!0}),!!n)}return{storyboardFunctions:s,registerStoryboardFunctions:function(e,t){if(t&&(a=t),o.clear(),Array.isArray(e))for(const t of e){var r;let e=t.deps;null==e&&(e=(0,x.collectMemberUsageInFunction)(t,"FN",!!n),e.delete(t.name));const i=null!==(r=t.perm)&&void 0!==r?r:(0,x.collectMemberUsageInFunction)(t,"PERMISSIONS",!!n).has("check");o.set(t.name,{source:t.source,typescript:t.typescript,transformed:t.transformed,deps:e,hasPermissionsCheck:i})}},updateStoryboardFunction(e,t){const n={...t,name:e},r=(0,x.collectMemberUsageInFunction)(n,"FN",!0),i=(0,x.collectMemberUsageInFunction)(n,"PERMISSIONS",!0).has("check");o.set(e,{source:t.source,typescript:t.typescript,transformed:t.transformed,deps:r,hasPermissionsCheck:i})},checkPermissionsUsage(e){const t=new Set,n=e=>{if(!t.has(e)){t.add(e);const r=o.get(e);return!!r&&(r.hasPermissionsCheck||[...r.deps].some(n))}return!1};return e.some(n)},clearGlobalExecutionContextStack(){(0,O.__dev_only_clearGlobalExecutionContextStack)()},getGlobalExecutionContextStack:()=>(0,O.__dev_only_getGlobalExecutionContextStack)()}}const{storyboardFunctions:he,registerStoryboardFunctions:me,checkPermissionsUsage:ve}=fe();var ge=n(3601);let ye=function(e){return e.xLarge="xLarge",e.large="large",e.medium="medium",e.small="small",e.xSmall="xSmall",e}({});const Ee=new Map([[ye.xLarge,"1920px"],[ye.large,"1600px"],[ye.medium,"1280px"],[ye.small,"1024px"],[ye.xSmall,0]]),we=new ge.A,be={},Se={};function Ae(e,t){let n=!1;be[t]=e.matches;for(const[e]of Ee)if(be[e]&&Se.breakpoint!==e){Se.breakpoint=e,n=!0;break}n&&we.dispatchEvent(new CustomEvent("change",{detail:Se}))}Ee.forEach(((e,t)=>{const n=window.matchMedia(`(min-width: ${e})`);Ae(n,t),n.addEventListener?n.addEventListener("change",(e=>{Ae(e,t)})):n.addListener((e=>{Ae(e,t)}))}));const ke=()=>Se;function Ie(e){return function(t){var n;const r="local"===e?localStorage:sessionStorage;return JSON.parse(null!==(n=r.getItem(t))&&void 0!==n?n:"null")}}function Pe(e){var t,n;return!(null===(t=e?e.flags:null===(n=jo())||void 0===n?void 0:n.getFeatureFlags())||void 0===t||!t["brick-next-v3-strict-mode"])}function Ce(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];const i=0===r.length?"":",";e?console.error(`${t} is dropped in v3 strict mode${i}`,...r):console.warn(`${t} is deprecated in v3 and will be dropped in strict mode${i}`,...r)}const Oe=new Set(["prefix"]);var xe=new WeakMap;const Te=function(){const e=S();if(e)return Object.freeze({define:(t,n)=>e.getRuntime().registerCustomTemplate(t,n)})}()||new class{constructor(){(0,i.A)(this,xe,new Map)}define(e,t){var n,r,o,i;let s=(0,a.A)(xe,this).has(e);s?console.warn(`Custom template of "${e}" already registered.`):(s=!!customElements.get(e),s&&console.warn(`Custom template of "${e}" already defined by customElements.`));const c=Pe(),l=null!==(n=null===(r=t.proxy)||void 0===r?void 0:r.properties)&&void 0!==n?n:{},u=[],d=[];for(const[t,n]of Object.entries(l))n.asVariable?(Ce(c,"Template `asVariable`",e,t),c||d.push(t)):n.mergeProperty||n.refTransform?console.error("Template `mergeProperty` and `refTransform` are dropped in v3:",e,t):n.ref&&u.push([t,n]);const p={...t,proxy:{...t.proxy,properties:Object.fromEntries(u)},state:(t.state?c?t.state:t.state.map((e=>({expose:!0,...e}))):[]).concat(d.map((e=>({name:e,expose:!0}))))};(0,a.A)(xe,this).set(e,{...p,name:e});const f=(m=p.state,(0,h.uniq)(null!==(v=null==m?void 0:m.filter((e=>e.expose)).map((e=>e.name)))&&void 0!==v?v:[]));var m,v;const g=Object.entries(null!==(o=null===(i=p.proxy)||void 0===i?void 0:i.methods)&&void 0!==o?o:{}),y=f.concat(u.map((e=>e[0]))),E=g.map((e=>e[0])),w=y.concat(E).filter((e=>e in HTMLElement.prototype&&!Oe.has(e)));if(w.length>0&&(Ce(c,"Using native HTMLElement properties as template properties or methods",e,...w),c))throw new Error(`In custom template "${e}", ${w.map((e=>`"${e}"`)).join(", ")} are native HTMLElement properties, and should be avoid to be used as brick properties or methods.`);if(!s){class t extends HTMLElement{get $$typeof(){return"custom-template"}static get _dev_only_definedProperties(){return y}static get _dev_only_definedMethods(){return E}$$getElementByRef(e){var t;return null===(t=this.$$tplStateStore)||void 0===t||null===(t=t.hostBrick)||void 0===t||null===(t=t.tplHostMetadata)||void 0===t||null===(t=t.internalBricksByRef.get(e))||void 0===t?void 0:t.element}connectedCallback(){let e=this.shadowRoot;e||(e=this.attachShadow({mode:"open"}));const t=document.createDocumentFragment(),n=document.createElement("style");n.textContent=":host{display:block}:host([hidden]){display:none}";const r=document.createElement("slot");t.appendChild(n),t.appendChild(r),e.appendChild(t)}disconnectedCallback(){this.shadowRoot&&(this.shadowRoot.textContent="")}}for(const n of f)u.some((e=>e[0]===n))?console.error(`Cannot define an exposed state that is also a proxy property: "${n}" in ${e}`):Object.defineProperty(t.prototype,n,{get(){return this.$$tplStateStore.getValue(n)},set(e){var t;null===(t=this.$$tplStateStore)||void 0===t||t.updateValue(n,e,"replace")},enumerable:!0});for(const[e,n]of u)Object.defineProperty(t.prototype,e,{get(){var t;return this.$$getElementByRef(n.ref)[null!==(t=n.refProperty)&&void 0!==t?t:e]},set(t){var r;const o=null===(r=this.$$getElementByRef)||void 0===r?void 0:r.call(this,n.ref);var i;o&&(o[null!==(i=n.refProperty)&&void 0!==i?i:e]=t)},enumerable:!0});for(const[e,n]of g)Object.defineProperty(t.prototype,e,{value(){var t;return this.$$getElementByRef(n.ref)[null!==(t=n.refMethod)&&void 0!==t?t:e](...arguments)},enumerable:!0});customElements.define(e,t)}}get(e){return(0,a.A)(xe,this).get(e)}};function Re(e,t,n){let{tplStateStoreId:r,tplStateStoreMap:o}=e;if(!r)throw new Error(`Using "${t}" outside of a custom template${null!=n?n:""}`);const i=o.get(r);if(!i)throw new Error(`Template state store is not found when using "${t}"${null!=n?n:""}.\nThis is a bug of Brick Next, please report it.`);return i}function Le(e,t,n){const r=Re(e,t,n).hostBrick.element;if(!r)throw new Error(`Template host element is gone when using "${t}"${null!=n?n:""}.\nThis is a bug of Brick Next, please report it.`);return r}const Be=new Map,_e=new Proxy(Object.freeze({}),{get:(e,t)=>Be.get(t)}),Me=function(){const e=S();if(e)return function(t,n,r){return e.getRuntime().registerWidgetFunctions(t,n,r)}}()||function(e,t,n){if(Be.has(e))throw new Error(`Widget functions of "${e}" already registered`);const{storyboardFunctions:r,registerStoryboardFunctions:o}=fe({widgetId:e,widgetVersion:n});Be.set(e,r),o(t)};var $e=n(5462);function Ne(e,t){let n=Jo(e);if(!n&&null!=Uo&&Uo.checkInstalledApps&&(n=Uo.checkInstalledApps.getCheckedApp(e)),!n||"running"===n.installStatus)return!1;if(!t||!n.currentVersion)return!0;const r=t.match(/^([><]=?|=)(.*)$/);try{if(!r)throw new TypeError(`Invalid match version: ${t}`);return(0,$e.U)(n.currentVersion,r[2],r[1])}catch(e){console.error(e)}return!1}function Ue(e,t,n){let{formStateStoreId:r,formStateStoreMap:o}=e;if(!r)throw new Error(`Using "${t}" outside of form renderer${null!=n?n:""}`);const i=o.get(r);if(!i)throw new Error(`Form state store is not found when using "${t}"${null!=n?n:""}.\nThis is a bug of Brick Next, please report it.`);return i}const Fe=new Map;async function je(e){var t;const n=null==Uo||null===(t=Uo.flowApi)||void 0===t?void 0:t.isFlowApiProvider(e);n&&(e=Uo.flowApi.FLOW_API_PROVIDER);let r=Fe.get(e);if(r)return r;if(e.includes("-")&&!customElements.get(e))if(n)Uo.flowApi.registerFlowApiProvider();else if(await(0,l.loadBricksImperatively)([e],Ko()),!customElements.get(e))throw new Error(`Provider not defined: "${e}".`);return r=document.createElement(e),Fe.set(e,r),r}let Ve=new WeakSet;function De(e){if((0,u.isObject)(e)&&!He(e))if(Ve.add(e),Array.isArray(e))e.forEach(De);else{const t=Object.getPrototypeOf(e);t&&t.constructor!==Object||Object.values(e).forEach(De)}}function He(e){return Ve.has(e)}const Ke=new Map;async function We(e,t,n){const{useProvider:r,method:o="resolve",args:i=[],onReject:s}=e,{provider:a,field:c}=e;if(a&&!r)throw new Error(`You're using "provider: ${a}" which is dropped in v3, please use "useProvider" instead`);const l=null!=c;if(l){const e=Pe();if(Ce(e,"`resolve.field`"),e)throw new Error("Using deprecated `resolve.field`")}const[u,d]=await Promise.all([je(r),st(i,t)]),p=null==n?void 0:n.renderId,f=qe(u,r,o,d,n,i,!!p&&p!==qo());let m,{transform:v}=e;try{const e=await f;m=l?(0,h.get)(e,c):e,De(m)}catch(e){if(!function(e){return!(null==e||!e.transform)}(s))throw e;v=s.transform,m=e}return v?"string"==typeof v?{[v]:m}:st(v,{...t,data:m}):m}async function qe(e,t,n,r,o,i,s){let a,c;try{a=JSON.stringify({useProvider:t,method:n,args:r})}catch(e){if(!i)throw e;a=JSON.stringify({useProvider:t,method:n,originalArgs:i})}return"reload"!==(null==o?void 0:o.cache)&&(c=Ke.get(a)),c||(c=(async o=>{const i=null!=Uo&&null!==(o=Uo.flowApi)&&void 0!==o&&o.isFlowApiProvider(t)?await Uo.flowApi.getArgsOfFlowApi(t,r,n):r;return e[n](...i)})(),s||Ke.set(a,c)),c}const ze=Symbol.for("pre.evaluated.raw"),Ge=Symbol.for("pre.evaluated.context");function Je(e){return!(null==e||!e[ze])}function Xe(e){return e[ze]}function Ye(e){return"string"==typeof e?(0,O.shouldAllowRecursiveEvaluations)(e):(0,O.shouldAllowRecursiveEvaluations)(e[ze])}const Qe=new WeakSet([SyntaxError,TypeError,ReferenceError]);function Ze(e){return Qe.has(e.constructor)?e.constructor:TypeError}function et(e,t,n){const{run:r}=tt(e,t,n,!1);return r()}function tt(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3?arguments[3]:void 0;const o=[];if("string"!=typeof e){const n=(0,h.omit)(t,["pendingPermissionsPreCheck","tplStateStoreMap","tplStateStoreScope","formStateStoreMap","formStateStoreScope"]);t={...e[Ge],...n},e=e[ze]}const i={usedArgs:new Set},s={usedArgs:new Set};let a;try{a=(0,O.preevaluate)(e,{cache:!0,withParent:!0,hooks:{beforeVisitGlobal(e,t){(0,x.collectAppGetMenuUsage)(i,e,t),(0,x.collectInstalledAppsHasUsage)(s,e,t)}}})}catch(t){const n=`${t.message}, in "${e}"`;throw new(Ze(t))(n)}if(i.hasNonStaticUsage)throw new Error(`Non-static usage of "APP.getMenu" is prohibited in v3, check your expression: "${e}"`);if(s.hasNonStaticUsage)throw new Error(`Non-static usage of "INSTALLED_APPS.has" is prohibited in v3, check your expression: "${e}"`);const c={},{attemptToVisitGlobals:d}=a;if(n.lazy||d.has("EVENT")&&!(0,u.hasOwnProperty)(t,"event")||d.has("DATA")&&!(0,u.hasOwnProperty)(t,"data"))return{blockingList:o,run:()=>Object.keys(t).length>0?{[ze]:e,[Ge]:t}:e};let p,f,m,v;const g=Pe(t);let y,E;(d.has("STATE")||!g&&d.has("TPL"))&&(v=Re(t,"STATE",`: "${e}"`)),d.has("FORM_STATE")&&(E=Ue(t,"FORM_STATE",`: "${e}"`));const w=K();if(r||w){if(d.has("CTX")&&(p=(0,x.strictCollectMemberUsage)(e,"CTX"),r&&o.push(t.ctxStore.waitFor(p))),v){if(m=(0,x.strictCollectMemberUsage)(e,"STATE"),!g){const t=(0,x.strictCollectMemberUsage)(e,"TPL");for(const e of t)m.add(e)}r&&o.push(v.waitFor(m))}E&&(y=(0,x.strictCollectMemberUsage)(e,"FORM_STATE"),r&&o.push(E.waitFor(y))),d.has("PROCESSORS")&&(f=(0,x.strictCollectMemberUsage)(e,"PROCESSORS",2),r&&o.push((0,l.loadProcessorsImperatively)(f,Ko())))}if(r){let n=d.has("PERMISSIONS");if(!n&&d.has("FN")){const t=[...(0,x.strictCollectMemberUsage)(e,"FN")];n=ve(t)}if(n&&o.push(...t.pendingPermissionsPreCheck),i.usedArgs.size>0&&null!=Uo&&Uo.menu){const e=[...i.usedArgs];o.push(Promise.all(e.map((e=>Uo.menu.fetchMenuById(e,t,{getStoryboardByAppId:Go,resolveData:We,asyncComputeRealValue:st})))))}var b;s.usedArgs.size>0&&o.push(null==Uo||null===(b=Uo.checkInstalledApps)||void 0===b?void 0:b.waitForCheckingApps([...s.usedArgs]))}return{blockingList:o,run(){var n,r,o,i;const{ctxStore:s,data:l,event:w,unsafe_penetrate:b}=t,S=b?zo():t,{app:A,location:k,query:I,match:P,flags:C,sys:x}=S,T=null!==(n=S.overrideApp)&&void 0!==n?n:A;for(const n of d)switch(n){case"ANCHOR":c[n]=k.hash?k.hash.substring(1):null;break;case"APP":if(null==T)throw new ReferenceError(`APP is not defined, in "${e}"`);c[n]={...(0,h.cloneDeep)(T),getMenu:null==Uo||null===(r=Uo.menu)||void 0===r?void 0:r.getMenuById};break;case"CTX":c[n]=G({get(e,t){if("DS"===t&&!s.has(t)){var n;const e=null===(n=zo())||void 0===n?void 0:n.ctxStore;if(null!=e&&e.has(t))return e.getValue(t)}return s.getValue(t)},ownKeys:()=>p?Array.from(p):[]});break;case"DATA":c[n]=l;break;case"EVENT":c[n]=w;break;case"FLAGS":c[n]=z(C);break;case"FORM_STATE":c[n]=G({get:(e,t)=>E.getValue(t),ownKeys:()=>Array.from(y)});break;case"HASH":c[n]=k.hash;break;case"INSTALLED_APPS":c[n]=z({has:Ne});break;case"ITEM":case"INDEX":case"SIZE":{const r="ITEM"===n?"forEachItem":"INDEX"===n?"forEachIndex":"forEachSize";(0,u.hasOwnProperty)(t,r)?c[n]=t[r]:console.error(`Using \`${n}\` but no \`:forEach\` is found, check your expression: "${e}"`);break}case"LOCAL_STORAGE":c[n]=z({getItem:Ie("local")});break;case"MEDIA":c[n]=z(ke());break;case"MISC":c[n]=jo().getMiscSettings();break;case"PARAMS":if(null==I)throw new ReferenceError(`PARAMS is not defined, in "${e}"`);c[n]=new URLSearchParams(I);break;case"PATH":c[n]=z(null!==(o=null==P?void 0:P.params)&&void 0!==o?o:{});break;case"PATH_NAME":c[n]=k.pathname;break;case"PROCESSORS":c[n]=G({get(e,t){const n=B.get(t);if(!n)throw new Error(`'PROCESSORS.${t}' is not registered! Have you installed the relevant brick package?`);return G({get:(e,t)=>n.get(t),ownKeys:()=>Array.from(n.keys())})},ownKeys(){const e=new Set;for(const t of f){const n=t.split(".")[0];e.add(n)}return Array.from(e)}});break;case"QUERY":if(null==I)throw new ReferenceError(`QUERY is not defined, in "${e}"`);c[n]=Object.fromEntries(Array.from(I.keys()).map((e=>[e,I.get(e)])));break;case"QUERY_ARRAY":if(null==I)throw new ReferenceError(`QUERY_ARRAY is not defined, in "${e}"`);c[n]=Object.fromEntries(Array.from(I.keys()).map((e=>[e,I.getAll(e)])));break;case"SESSION_STORAGE":c[n]=z({getItem:Ie("session")});break;case"TPL":if(Ce(g,'Using "TPL" in expression',`check your expression: "${e}"`),g)break;case"STATE":c[n]=G({get:(e,t)=>v.getValue(t),ownKeys:()=>Array.from(m)});break;case"SYS":c[n]=z(null!=x?x:{});break;case"__WIDGET_FN__":c[n]=_e;break;case"__WIDGET_IMG__":c[n]=null==Uo||null===(i=Uo.images)||void 0===i?void 0:i.widgetImagesFactory;break;case"__WIDGET_I18N__":c[n]=$}Object.assign(c,le(a.attemptToVisitGlobals,{storyboardFunctions:he,app:T,appendI18nNamespace:t.appendI18nNamespace}));try{const t=(0,O.cook)(a.expression,a.source,{globalVariables:(0,R.supply)(a.attemptToVisitGlobals,c)});return H("evaluation",{raw:e,context:c,result:t}),t}catch(t){const n=`${t.message}, in "${e}"`;throw new(Ze(t))(n)}}}}let nt=function(e){return e[e.INITIAL=0]="INITIAL",e[e.USE_BRICK=1]="USE_BRICK",e[e.USE_BRICK_ITEM=2]="USE_BRICK_ITEM",e[e.USE_BRICK_PROPERTIES=3]="USE_BRICK_PROPERTIES",e[e.USE_BRICK_TRANSFORM=4]="USE_BRICK_TRANSFORM",e[e.USE_BRICK_EVENTS=5]="USE_BRICK_EVENTS",e[e.USE_BRICK_IF=6]="USE_BRICK_IF",e[e.USE_BRICK_SLOTS=7]="USE_BRICK_SLOTS",e[e.USE_BRICK_SLOTS_ITEM=8]="USE_BRICK_SLOTS_ITEM",e[e.USE_BRICK_SLOTS_ITEM_BRICKS=9]="USE_BRICK_SLOTS_ITEM_BRICKS",e[e.USE_BRICK_SLOTS_ITEM_BRICKS_ITEM=10]="USE_BRICK_SLOTS_ITEM_BRICKS_ITEM",e[e.USE_BRICK_LIFECYCLE=11]="USE_BRICK_LIFECYCLE",e[e.USE_BRICK_DATA_SOURCE=12]="USE_BRICK_DATA_SOURCE",e}({});function rt(e){switch(e){case nt.USE_BRICK_PROPERTIES:case nt.USE_BRICK_TRANSFORM:case nt.USE_BRICK_EVENTS:case nt.USE_BRICK_IF:case nt.USE_BRICK_LIFECYCLE:case nt.USE_BRICK_DATA_SOURCE:return!0}return!1}function ot(e,t,n){if(rt(e))return e;if(t)switch(e){case nt.USE_BRICK:return nt.USE_BRICK_ITEM;case nt.USE_BRICK_SLOTS_ITEM_BRICKS:return nt.USE_BRICK_SLOTS_ITEM_BRICKS_ITEM}else switch(e){case nt.INITIAL:if("useBrick"===n)return nt.USE_BRICK;break;case nt.USE_BRICK:case nt.USE_BRICK_ITEM:case nt.USE_BRICK_SLOTS_ITEM_BRICKS_ITEM:switch(n){case"properties":return nt.USE_BRICK_PROPERTIES;case"transform":return nt.USE_BRICK_TRANSFORM;case"dataSource":return nt.USE_BRICK_DATA_SOURCE;case"events":return nt.USE_BRICK_EVENTS;case"slots":return nt.USE_BRICK_SLOTS;case"children":return nt.USE_BRICK_SLOTS_ITEM_BRICKS;case"if":return nt.USE_BRICK_IF;case"lifeCycle":return nt.USE_BRICK_LIFECYCLE}break;case nt.USE_BRICK_SLOTS:return nt.USE_BRICK_SLOTS_ITEM;case nt.USE_BRICK_SLOTS_ITEM:if("bricks"===n)return nt.USE_BRICK_SLOTS_ITEM_BRICKS}return nt.INITIAL}const it=["app","location","query","match","flags","sys"];async function st(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=Je(e);if(r||"string"==typeof e){const o=n.$$lazyForUseBrick&&rt(n.$$stateOfUseBrick);let i,s=o;if(r||(0,O.isEvaluable)(e))i=await async function(e,t,n){const{blockingList:r,run:o}=tt(e,t,n,!0);return await Promise.all(r),o()}(e,t,{lazy:o}),s=Ye(e);else if(o)i=e;else{const r=t.unsafe_penetrate?{...(0,h.pick)(zo(),it),...(0,h.omit)(t,it)}:t;i=((0,u.hasOwnProperty)(r,"data")?n.noInject?T.transform:T.transformAndInject:n.noInject?lt:T.inject)(e,r)}return s||De(i),i}if(!(0,u.isObject)(e)||He(e)||"function"==typeof e)return e;if(Array.isArray(e)){const r=ct(n,!0);return Promise.all(e.map((e=>st(e,t,r))))}return Object.fromEntries((await Promise.all(Object.entries(e).map((e=>{let[r,o]=e;return Promise.all([st(r,t),st(o,t,ct(n,!1,r))])})))).concat(n.ignoreSymbols?[]:Object.getOwnPropertySymbols(e).map((t=>[t,e[t]]))))}function at(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=Je(e);if(r||"string"==typeof e){const o=n.$$lazyForUseBrick&&rt(n.$$stateOfUseBrick);let i,s=o;if(r||(0,O.isEvaluable)(e))i=et(e,t),s=Ye(e);else if(o)i=e;else{const r=t.unsafe_penetrate?{...(0,h.pick)(zo(),it),...(0,h.omit)(t,it)}:t;i=((0,u.hasOwnProperty)(r,"data")?n.noInject?T.transform:T.transformAndInject:n.noInject?lt:T.inject)(e,r)}return s||De(i),i}if(!(0,u.isObject)(e)||He(e)||"function"==typeof e)return e;if(Array.isArray(e)){const r=ct(n,!0);return e.map((e=>at(e,t,r)))}return Object.fromEntries(Object.entries(e).map((e=>{let[r,o]=e;return[at(r,t),at(o,t,ct(n,!1,r))]})).concat(n.ignoreSymbols?[]:Object.getOwnPropertySymbols(e).map((t=>[t,e[t]]))))}function ct(e,t,n){return e.$$lazyForUseBrick?{...e,$$stateOfUseBrick:ot(e.$$stateOfUseBrick,t,n)}:e}function lt(e){return e}async function ut(e,t){return!(0,u.hasOwnProperty)(e,"if")||!!("string"==typeof e.if||Je(e.if)?await st(e.if,t):e.if)}function dt(e,t){return!(0,u.hasOwnProperty)(e,"if")||!!("string"==typeof e.if||Je(e.if)?at(e.if,t):e.if)}function pt(e){return!(0,u.hasOwnProperty)(e,"if")||!!e.if}const ft=function(){const e=S();if(e)return e.looseCheckIfByTransform}()||function(e,t){return dt(e,{data:t})};function ht(e){let t=!1,n=!1,r=!1;if("string"==typeof e?(0,O.isEvaluable)(e):Je(e)){const o="string"==typeof e?e:Xe(e);if((0,O.isTrackAll)(o)){const e=(0,x.trackAll)(o);e&&(t=e.context,n=e.state,r=e.formState)}else t=(0,x.track)(o,"track context","CTX"),n=(0,x.track)(o,"track state","STATE"),r=(0,x.track)(o,"track formstate","FORM_STATE")}return{contextNames:t,stateNames:n,formStateNames:r}}async function mt(e,t){for(const[n,r,o]of e)if(n===t){const e=await r;if(void 0!==e||!o)return e}}async function vt(e){const t={};for(const[n,r,o]of e){const e=await r;void 0===e&&o||!("style"!==n&&"dataset"!==n||(0,u.isObject)(e))||(t[n]=e)}return t}function gt(e,t){if(t)for(const[n,r]of Object.entries(t))switch(n){case"style":case"dataset":for(const[t,o]of Object.entries(r))e[n][t]=o;break;case"constructor":case"__proto__":case"innerHTML":throw new Error(`set \`${n}\` is prohibited`);default:e[n]=r}}function yt(e,t,n){const r=function(e,t){return(0,u.isObject)(e)?Object.fromEntries(Object.entries(e).map((e=>{let[n,r]=e;const o=at(r,t,{$$lazyForUseBrick:!0,$$stateOfUseBrick:"useBrick"===n?nt.USE_BRICK:nt.INITIAL});if("style"!==n&&"dataset"!==n||(0,u.isObject)(o))return[n,o]})).filter(Boolean)):{}}(t,n);Array.isArray(e)||(e=[e]),e.forEach((e=>{gt(e,r)}))}function Et(e,t,n){if(n)for(const{contextNames:r,stateNames:o,propValue:i}of t){if(r)for(const t of r)n.disposes.push(e.ctxStore.onChange(t,n.listener));if(o)for(const t of o){const r=Re(e,"STATE",`: "${i}"`);n.disposes.push(r.onChange(t,n.listener))}}}var wt=n(264);const bt=new Map,St=1e4;let At=0;function kt(e,t){const{path:n,exact:r=!1,strict:o=!1,sensitive:i=!0}=t;return(Array.isArray(n)?n:[n]).reduce(((t,n)=>{if(t)return t;const{regexp:s,keys:a}=function(e,t){const n=`${t.end}${t.strict}${t.sensitive}`;let r=bt.get(n);r||bt.set(n,r=new Map);const o=r.get(e);if(o)return o;const i=[],s={regexp:(0,wt.MM)(e,i,t),keys:i};return At<St&&(r.set(e,s),At++),s}(n,{end:r,strict:o,sensitive:i}),c=s.exec(e);if(!c)return null;const[l,...u]=c,d=e===l;return r&&!d?null:{path:n,url:"/"===n&&""===l?"/":l,isExact:d,params:a.reduce(((e,t,n)=>(e[t.name]=u[n],e)),{})}}),null)}function It(e,t,n){return kt(n,{path:e.path.replace(/^\$\{APP.homepage\}/,t),exact:e.exact})}const Pt=Symbol.for("tpl.asyncComputedPropsFromHost"),Ct=Symbol.for("tpl.stateStoreId"),Ot=Symbol.for("tpl.externalForEachItem"),xt=Symbol.for("tpl.externalForEachIndex"),Tt=Symbol.for("tpl.externalForEachSize"),Rt=new Set;let Lt=function(e){return e.REQUEST_FAILED="REQUEST_FAILED",e.SOMETHING_WENT_WRONG="SOMETHING_WENT_WRONG",e.LOGIN_TIMEOUT_MESSAGE="LOGIN_TIMEOUT_MESSAGE",e.NETWORK_ERROR="NETWORK_ERROR",e.LICENSE_EXPIRED="LICENSE_EXPIRED",e.LICENSE_BLOCKED="LICENSE_BLOCKED",e.NO_PERMISSION="NO_PERMISSION",e.PAGE_NOT_FOUND="PAGE_NOT_FOUND",e.APP_NOT_FOUND="APP_NOT_FOUND",e.UNKNOWN_ERROR="UNKNOWN_ERROR",e.GO_BACK_TO_PREVIOUS_PAGE="GO_BACK_TO_PREVIOUS_PAGE",e.GO_BACK_HOME="GO_BACK_HOME",e.RELOAD="RELOAD",e}({});const Bt={[Lt.REQUEST_FAILED]:"Request Failed",[Lt.SOMETHING_WENT_WRONG]:"Something went wrong!",[Lt.LOGIN_TIMEOUT_MESSAGE]:"You haven't logged in or your login session has expired. Login right now?",[Lt.NETWORK_ERROR]:"Network error, please check your network.",[Lt.LICENSE_EXPIRED]:"The license authorization has expired, please contact the platform administrator",[Lt.LICENSE_BLOCKED]:"The page is not authorized, please contact the platform administrator",[Lt.NO_PERMISSION]:"Unauthorized access, unable to retrieve the required resources for this page",[Lt.PAGE_NOT_FOUND]:"Page not found, please check the URL",[Lt.APP_NOT_FOUND]:"App not found, maybe the URL is wrong or you don't have permission to access",[Lt.UNKNOWN_ERROR]:"Oops! Something went wrong",[Lt.GO_BACK_TO_PREVIOUS_PAGE]:"Go back to previous page",[Lt.GO_BACK_HOME]:"Go back to home page",[Lt.RELOAD]:"Reload"},_t={[Lt.REQUEST_FAILED]:"请求失败",[Lt.SOMETHING_WENT_WRONG]:"出现了一些问题!",[Lt.LOGIN_TIMEOUT_MESSAGE]:"您还未登录或登录信息已过期,现在重新登录?",[Lt.NETWORK_ERROR]:"网络错误,请检查您的网络连接。",[Lt.LICENSE_EXPIRED]:"License 授权失效,请联系平台管理员",[Lt.LICENSE_BLOCKED]:"该页面未授权,请联系平台管理员",[Lt.NO_PERMISSION]:"没有权限,无法获取页面所需要的资源",[Lt.PAGE_NOT_FOUND]:"请求的页面未找到,请确认 URL 是否正确",[Lt.APP_NOT_FOUND]:"请求的微应用无法找到, 可能是 URL 错误或者无权限访问",[Lt.UNKNOWN_ERROR]:"糟糕!页面出现了一些问题",[Lt.GO_BACK_TO_PREVIOUS_PAGE]:"回到上一页",[Lt.GO_BACK_HOME]:"回到首页",[Lt.RELOAD]:"刷新"},Mt="core/runtime",$t={en:Bt,zh:_t};let Nt;const Ut=Object.freeze({show:function(e){if(Nt)return Nt.resolve(e);if("confirm"===e.type){const t=confirm(e.content);return new Promise(((e,n)=>setTimeout((()=>{(t?e:n)()}),1)))}return alert(e.content),new Promise((e=>setTimeout((()=>{e()}),1)))}});function Ft(e){const{search:t,pathname:n}=e,r=n?window.btoa(encodeURIComponent(n)):"",o=t?window.btoa(encodeURIComponent(t)):"";document.cookie=`SALOGINPATH=${r}; path=/`,document.cookie=`SALOGINQUERY=${o}; path=/`}function jt(e){if(e instanceof Event&&e.target instanceof HTMLScriptElement)return e.target.src;if(e instanceof C.HttpFetchError)return c.i18n.t(`${Mt}:${Lt.NETWORK_ERROR}`);if(e instanceof C.HttpResponseError&&e.responseJson){if("string"==typeof e.responseJson.error)return e.responseJson.error;if("string"==typeof e.responseJson.msg)return e.responseJson.msg}return null==e?"Unknown error":e.toString()}function Vt(e){return e instanceof C.HttpResponseError&&401===e.response.status&&!!e.responseJson&&100003===e.responseJson.code}let Dt,Ht,Kt=!1;function Wt(e){if(e instanceof C.HttpAbortError)return;if(Vt(e)&&!window.NO_AUTH_GUARD){if(Kt)return;return Kt=!0,void Ut.show({type:"confirm",content:c.i18n.t(`${Mt}:${Lt.LOGIN_TIMEOUT_MESSAGE}`)}).then((()=>{!function(){const e=jo().getFeatureFlags()["sso-enabled"],t=k();Ft(t.location),t.push(e?"/sso-auth/login":"/auth/login",{from:{...t.location,state:void 0}})}(),Kt=!1}),(()=>{Kt=!1}))}console.error(e);const t=jt(e);t!==Dt&&(Dt=t,Ut.show({type:"error",title:c.i18n.t(`${Mt}:${Lt.REQUEST_FAILED}`),content:t,contentStyle:{whiteSpace:"pre-wrap",wordBreak:"break-word"}}).then((()=>{Dt=void 0})))}const qt=Object.freeze({show:function(e){Ht?Ht.resolve(e):alert(e.message)}});function zt(e,t,n){t&&Object.entries(t).forEach((t=>{let[r,o]=t;const i=Qt(o,n,{element:e});e.addEventListener(r,i),e.$$listeners||(e.$$listeners=[]),e.$$listeners.push([r,i]),e.$$eventListeners||(e.$$eventListeners=[]);for(const t of[].concat(o))e.$$eventListeners.push([r,null,t])}))}function Gt(e){return"string"==typeof e.action}function Jt(e){return"string"==typeof e.useProvider}function Xt(e){return!(!e.target&&!e.targetRef||!e.method&&!e.properties)}function Yt(e){return!!e.then}function Qt(e,t,n){return function(r){var o,i;for(const s of[].concat(e))if(dt(s,{...t,event:r}))if(Yt(s))Qt(s.then,t,n)(r);else if(Gt(s)){const[e,a]=s.action.split(".");switch(s.action){case"history.push":case"history.replace":case"history.pushQuery":case"history.replaceQuery":case"history.pushAnchor":case"history.block":case"history.goBack":case"history.goForward":case"history.reload":case"history.unblock":nn(r,a,s.args,s.callback,t);break;case"window.open":rn(r,s.args,t);break;case"window.postMessage":on(r,s.args,t);break;case"parent.postMessage":sn(r,s.args,t);break;case"location.reload":case"location.assign":dn(r,a,s.args,t);break;case"localStorage.setItem":case"localStorage.removeItem":case"sessionStorage.setItem":case"sessionStorage.removeItem":pn(r,e,a,s.args,t);break;case"event.preventDefault":r.preventDefault();break;case"event.stopPropagation":r.stopPropagation();break;case"console.log":case"console.error":case"console.warn":case"console.info":fn(r,a,s.args,t);break;case"message.success":case"message.error":case"message.info":case"message.warn":hn(r,a,s.args,t);break;case"handleHttpError":Wt(r.detail);break;case"context.assign":case"context.replace":case"context.refresh":case"context.load":cn(r,a,s.args,null===(o=s.batch)||void 0===o||o,s.callback,t);break;case"state.update":case"state.refresh":case"state.load":ln(r,a,s.args,null===(i=s.batch)||void 0===i||i,s.callback,t);break;case"tpl.dispatchEvent":{const[e,n]=gn(s.args,t,r);Le(t,s.action,`: ${e}`).dispatchEvent(new CustomEvent(e,n));break}case"formstate.update":un(r,s.args,s.callback,t);break;case"message.subscribe":case"message.unsubscribe":mn(r,a,s.args,t,n,s.callback);break;case"theme.setDarkTheme":case"theme.setLightTheme":te("theme.setDarkTheme"===s.action?"dark":"light");break;case"theme.setTheme":{const[e]=gn(s.args,t,r);te(e);break}case"mode.setDashboardMode":case"mode.setDefaultMode":ae("mode.setDashboardMode"===s.action?"dashboard":"default");break;default:console.error("unknown event listener action:",s.action)}}else Jt(s)?Zt(r,s,t,n):Xt(s)?en(r,s,t,n):console.error("unknown event handler:",s);else s.else&&Qt(s.else,t,n)(r)}}function Zt(e,t,n,r){const o="saveAs"!==t.method?"resolve":"saveAs";tn(e,t.useProvider,t,o,n,r)}function en(e,t,n,r){let o=[];const i=t.target,s=t.targetRef;let a=i;if(("string"==typeof i?(0,O.isEvaluable)(i):Je(i))&&(a=at(i,{...n,event:e})),"string"==typeof a)if("_self"===a)o.push(r.element);else if(t.multiple)o=Array.from(document.querySelectorAll(a));else{const e=document.querySelector(a);null!==e&&o.push(e)}else if(a)a instanceof HTMLElement?o.push(a):console.error("unexpected target:",a);else if(s){let t=s;("string"==typeof s?(0,O.isEvaluable)(s):Je(s))&&(t=at(s,{...n,event:e}));const r=[].concat(t),i=Le(n,"targetRef",`: ${r.join(", ")}`);o.push(...r.map((e=>{var t;return null===(t=i.$$getElementByRef)||void 0===t?void 0:t.call(i,e)})).filter(Boolean))}0!==o.length?function(e){return!!e.method}(t)?o.forEach((o=>{tn(e,o,t,t.method,n,r,{useEventAsDefault:!0})})):function(e){return!!e.properties}(t)&&yt(o,t.properties,{...n,event:e}):console.error("target not found:",i||s)}async function tn(e,t,n,r,o,i,s){const a=Jt(n),c=async()=>{var i;const c=a?await je(t):t;if("function"!=typeof c[r])throw new Error(`target <${c.tagName.toLowerCase()}> has no method: ${r}`);let l=gn(n.args,o,e,s);var u;return Jt(n)&&null!=Uo&&null!==(i=Uo.flowApi)&&void 0!==i&&i.isFlowApiProvider(n.useProvider)&&(l=await Uo.flowApi.getArgsOfFlowApi(n.useProvider,l,r,null===(u=n.sse)||void 0===u?void 0:u.stream)),c[r](...l)};if(!n.callback)return void c();const l=vn(n.callback,o,i),u={progress:l("progress"),success:l("success"),error:l("error"),finally:l("finally")};if(a){var d,p;const t={...o,event:e};if(at(null===(d=n.sse)||void 0===d?void 0:d.stream,t))return void async function(e,t){let{progress:n,success:r,error:o,finally:i}=t;const s=qo();try{const t=await e();for await(const e of t){if(s!==qo())return;null==n||n(e)}if(s!==qo())return;null==r||r()}catch(e){if(s!==qo())return;null==o||o(e)}finally{null==i||i()}}(c,u);if(at(null===(p=n.poll)||void 0===p?void 0:p.enabled,t))return void function(e,t,n,r){let{progress:o,success:i,error:s,finally:a}=t;const{expectPollStopImmediately:c,expectPollEnd:l}=n,{interval:u,leadingRequestDelay:d,continueOnError:p,delegateLoadingBar:f}=at((0,h.pick)(n,["interval","leadingRequestDelay","continueOnError","delegateLoadingBar"]),r),m=qo();let v;async function g(){let t;Rt.delete(v);try{var n;if(t=null===(n=at(c,r))||void 0===n?void 0:n(),t)null==a||a();else{var d;const n=await e(),s=null===(d=at(c,r))||void 0===d?void 0:d();var h;t=s||m!==qo(),t?s&&(null==a||a()):(null==o||o(n),null!==(h=at(l,r))&&void 0!==h&&h(n)?(f&&window.dispatchEvent(new Event("request.end")),null==i||i(n),null==a||a()):y(null!=u?u:3e3))}}catch(e){var g;const n=null===(g=at(c,r))||void 0===g?void 0:g();t=n||m!==qo(),t?n&&(null==a||a()):(null==s||s(e),p?y(null!=u?u:3e3):null==a||a())}finally{f&&t&&window.dispatchEvent(new Event("request.end"))}}function y(e){v=setTimeout(g,e),Rt.add(v)}y(null!=d?d:0),f&&window.dispatchEvent(new Event("request.start"))}(c,u,n.poll,t)}try{const e=await c();u.success(e)}catch(e){u.error(e)}finally{u.finally()}}function nn(e,t,n,r,o){let i=0,s=!1,a=t;switch(t){case"push":case"replace":case"pushQuery":case"replaceQuery":case"pushAnchor":i=2,s=!0;break;case"reload":s=!0;break;case"block":i=1,a="setBlockMessage"}let c=[];if(i>0&&(c=gn(n,o,e,{useEventDetailAsDefault:!0}),c.length=i),s&&r){const e=vn(r,o,void 0);c.push((t=>{e(t?"error":"success")({blocked:t}),e("finally")({blocked:t})}))}k()[a](...c)}function rn(e,t,n){const[r,o,i]=gn(t,n,e);window.open(r,o||"_self",i)}function on(e,t,n){const r=gn(t,n,e);1===r.length&&r.push(location.origin),window.postMessage(...r)}function sn(e,t,n){if(parent===window)throw new Error("parent is the window itself");const r=gn(t,n,e);parent.postMessage(...r)}function an(e,t,n,r,o,i){t?r.updateValues(e,n,(e=>gn(e,o,i)[0])):e.forEach((e=>{const{name:t,value:s}=gn([e],o,i)[0];r.updateValue(t,s,n)}))}function cn(e,t,n,r,o,i){if(!Array.isArray(n)||!n.every(u.isObject)||"assign"!==t&&"replace"!==t){const[r,s]=gn(n,i,e);i.ctxStore.updateValue(r,s,t,o,i)}else an(n,r,t,i.ctxStore,i,e)}function ln(e,t,n,r,o,i){if(Array.isArray(n)&&n.every(u.isObject)&&"update"===t)an(n,r,"replace",Re(i,`state.${t}`,`: ${JSON.stringify(n)}`),i,e);else{const[r,s]=gn(n,i,e);Re(i,`state.${t}`,`: ${r}`).updateValue(r,s,"update"===t?"replace":t,o,i)}}function un(e,t,n,r){const[o,i]=gn(t,r,e);Ue(r,"formstate.update",`: ${o}`).updateValue(o,i,"replace",n,r)}function dn(e,t,n,r){if("assign"===t){const[t]=gn(n,r,e);location.assign(t)}else location[t]()}function pn(e,t,n,r,o){const i="localStorage"===t?localStorage:sessionStorage,[s,a]=gn(r,o,e);"setItem"===n?void 0!==a&&i.setItem(s,JSON.stringify(a)):i.removeItem(s)}function fn(e,t,n,r){console[t](...gn(n,r,e,{useEventAsDefault:!0}))}function hn(e,t,n,r){const o=gn(n,r,e,{useEventAsDefault:!0});qt.show({type:t,message:o[0]})}async function mn(e,t,n,r,o,i){const s=()=>{var o;const i=gn(n,r,e);return null==Uo||null===(o=Uo.messageDispatcher)||void 0===o?void 0:o[t](...i)};if(!i)return void s();const a=vn(i,r,o);try{const e=await s();a("success")(e)}catch(e){a("error")(e)}finally{a("finally")()}}function vn(e,t,n){return function(r){return function(o){const i=null==e?void 0:e[r];if(i)try{const e=new CustomEvent(`callback.${r}`,{detail:o});Qt(i,t,n)(e)}catch(e){console.error(e)}else"error"===r&&console.error("Unhandled callback error:",o)}}}function gn(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return Array.isArray(e)?at(e,{...t,event:n}):r.useEventAsDefault?[n]:r.useEventDetailAsDefault?[n.detail]:[]}function yn(e){var t;const{ref:n,runtimeContext:r,element:o}=e;if(!n||!r.tplStateStoreId)return;const{hostBrick:i}=Re(r,"bindTemplateProxy"),s=i.tplHostMetadata;s.internalBricksByRef.set(n,e);const a=null===(t=s.proxy)||void 0===t?void 0:t.events;if(a)for(const[e,t]of Object.entries(a))if(t.ref===n){var c,l,u;const n=t=>{t.bubbles&&t.stopPropagation(),i.element.dispatchEvent(new CustomEvent(e,{detail:t.detail,bubbles:t.bubbles,cancelable:t.cancelable,composed:t.composed}))},r=null!==(c=t.refEvent)&&void 0!==c?c:e;o.addEventListener(r,n),null!==(u=(l=o).$$proxyListeners)&&void 0!==u||(l.$$proxyListeners=[]),o.$$proxyListeners.push([r,n])}}function En(e){const{ref:t,runtimeContext:n,element:r}=e;if(null==n||!n.tplStateStoreId||!t)return;const{hostBrick:o}=Re(n,"unbindTemplateProxy");o.tplHostMetadata.internalBricksByRef.delete(t);for(const[e,t]of null!==(i=r.$$proxyListeners)&&void 0!==i?i:[]){var i;r.removeEventListener(e,t)}delete r.$$proxyListeners}let wn=function(e){return e[e.ROOT=1]="ROOT",e[e.BRICK=2]="BRICK",e[e.PLACEHOLDER=3]="PLACEHOLDER",e}({});function bn(e){e.replaceChildren()}function Sn(e,t){window.DISABLE_REACT_FLUSH_SYNC=!1;let n=e.child;const r=[];for(;n;){if(n.tag===wn.BRICK){var o;const i=n.type;i.includes("-")&&!customElements.get(i)&&console.error(`Undefined custom element: ${i}`),"basic-bricks.script-brick"===i&&console.warn("`basic-bricks.script-brick` is deprecated, please take caution when using it");const s=t&&n===e.child?t:document.createElement(i);n.element=s,n.slotId&&s.setAttribute("slot",n.slotId),n.iid&&(s.dataset.iid=n.iid),null!==(o=n.tplHostMetadata)&&void 0!==o&&o.tplStateStoreId&&(s.dataset.tplStateStoreId=n.tplHostMetadata.tplStateStoreId),gt(s,n.properties),zt(s,n.events,n.runtimeContext),n.tplHostMetadata&&(s.$$tplStateStore=Re({tplStateStoreId:n.tplHostMetadata.tplStateStoreId,tplStateStoreMap:n.runtimeContext.tplStateStoreMap},"mount")),yn(n),n.portal?r.push(s):n.return&&(n.return.childElements||(n.return.childElements=[]),n.return.childElements.push(s))}if(n.child)n=n.child;else if(n.sibling)n=n.sibling;else{var i;let e=n.return;for(;e;){var s;if(e.childElements)e.tag===wn.ROOT?null===(s=e.container)||void 0===s||s.append(...e.childElements):e.element.append(...e.childElements),e.childElements=void 0;if(e.tag===wn.ROOT&&r.length>0&&("function"==typeof e.createPortal?e.createPortal():e.createPortal).append(...r),e.sibling)break;e=e.return}n=null===(i=e)||void 0===i?void 0:i.sibling}}setTimeout((()=>{window.DISABLE_REACT_FLUSH_SYNC=!0}))}const An=["onMount","onUnmount","onMediaChange","onScrollIntoView","onMessage","onMessageClose"],kn=["onBeforePageLoad","onPageLoad","onPageLeave","onBeforePageLeave","onAnchorLoad","onAnchorUnload"];var In=new WeakMap,Pn=new WeakMap,Cn=new WeakMap,On=new WeakMap,xn=new WeakMap,Tn=new WeakMap,Rn=new WeakMap,Ln=new WeakMap,Bn=new WeakMap,_n=new WeakSet;class Mn{constructor(e,t){var n;(0,I.A)(this,_n),(0,o.A)(this,"scope",void 0),(0,o.A)(this,"unknownBricks",void 0),(0,o.A)(this,"renderId",void 0),(0,i.A)(this,In,void 0),(0,i.A)(this,Pn,{onBeforePageLoad:[],onPageLoad:[],onPageLeave:[],onBeforePageLeave:[],onAnchorLoad:[],onAnchorUnload:[],onMediaChange:[],onScrollIntoView:[],onMount:[],onUnmount:[],onMessage:[],onMessageClose:[]}),(0,i.A)(this,Cn,new Map),(0,i.A)(this,On,void 0),(0,i.A)(this,xn,new Map),(0,i.A)(this,Tn,void 0),(0,i.A)(this,Rn,void 0),(0,i.A)(this,Ln,new WeakMap),(0,i.A)(this,Bn,new Map),this.scope=e,this.unknownBricks=null!==(n=null==t?void 0:t.unknownBricks)&&void 0!==n?n:"throw",(0,s.A)(In,this,null==t?void 0:t.routeHelper),this.renderId=null==t?void 0:t.renderId}setInitialMenuRequestNode(e){(0,s.A)(Rn,this,e)}memoizeMenuRequestNode(e,t){(0,a.A)(Ln,this).set(e,t)}getMenuRequests(){const e=[];let t=(0,a.A)(Rn,this);for(;t;)if(t.request&&e.push(t.request),t.child)t=t.child;else{for(var n;t&&!t.sibling;)t=t.return;t=null===(n=t)||void 0===n?void 0:n.sibling}return e}async reMergeMenuRequestNodes(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=(0,a.A)(Ln,this).get(t);(0,a.A)(Ln,this).set(t,n);let o,i=e.child;for(;i&&i!==r;)o=i,i=i.sibling;o?(o.sibling=n,n.sibling=null==r?void 0:r.sibling):e.child=n,await(0,a.A)(In,this).mergeMenus(this.getMenuRequests())}reBailout(e){return(0,a.A)(In,this).bailout(e)}reCatch(e,t){return(0,a.A)(In,this).catch(e,t,!1,!0)}async didPerformIncrementalRender(e,t){let n=!1;const r=[];for(const{parentRoutes:o,callback:i}of[...(0,a.A)(Bn,this).values()].reverse()){const s=o[o.length-1];if(r.includes(s))continue;const a=await i(e,t);a&&r.push(...o.slice(0,-1)),!1!==a&&(n=!0)}return n}performIncrementalRender(e,t,n){(0,a.A)(Bn,this).set(e,{parentRoutes:t,callback:n})}registerBrickLifeCycle(e,t){if(!t)return;const n=[...An,..."page"===this.scope?kn:[]];for(const r of n){const n=t[r];n&&(0,a.A)(Pn,this)[r].push({brick:e,handlers:n})}(0,h.isEmpty)(t.useResolves)||console.error("`lifeCycle.useResolves` is dropped in v3:",t)}registerArbitraryLifeCycle(e,t){const n=(0,a.A)(xn,this).get(e);n?n.add(t):(0,a.A)(xn,this).set(e,new Set([t]))}memoize(e,t,n,r){(0,a.A)(Tn,this)||(0,s.A)(Tn,this,new WeakMap);const o=[null!=e?e:"",...t].join(".");let i=(0,a.A)(Tn,this).get(r);i||(i=new Map,(0,a.A)(Tn,this).set(r,i)),i.set(o,{node:n,last:jn(n),lastNormal:Vn(n),lastPortal:Hn(n)})}reRender(e,t,n,r){const o=[null!=e?e:"",...t].join("."),i=(0,a.A)(Tn,this).get(r).get(o),{node:s,last:c,lastNormal:l,lastPortal:u}=i;let d;const p=[];if((null==s?void 0:s.tag)===wn.PLACEHOLDER){var f,h,m;d=null!==(f=null===(h=function(e){return Dn(e,!0)}(s))||void 0===h?void 0:h.element)&&void 0!==f?f:null;const e=null===(m=function(e){return Kn(e,!0)}(s))||void 0===m?void 0:m.element;e&&p.push(e)}else{var v,g,y;d=null!==(v=null==l||null===(g=l.element)||void 0===g?void 0:g.nextSibling)&&void 0!==v?v:null;let e=null==u||null===(y=u.element)||void 0===y?void 0:y.nextSibling;for(;e&&(p.push(e),e instanceof HTMLElement&&"DIV"===e.tagName);)e=e.nextSibling}const E=jn(n);let w;i.node=n,i.last=E,i.lastNormal=Vn(n),i.lastPortal=Hn(n);let b=r.child;for(;b&&b!==c;){if(b.sibling===s){w=b;break}b=b.sibling}const S=document.createDocumentFragment(),A=document.createDocumentFragment(),k={tag:wn.ROOT,container:S,createPortal:A,child:n};for(b=n;b;)b.return=k,b=b.sibling;const I=Wn(s,c);for((0,P.A)(_n,this,$n).call(this,I),Sn(k),w?w.sibling=n:r.child=n,E&&(E.sibling=null==c?void 0:c.sibling),b=n;b;)b.return=r,b=b.sibling;var C,O;if(S.hasChildNodes()&&(r.tag===wn.ROOT?null===(C=r.container)||void 0===C||C.insertBefore(S,d):null===(O=r.element)||void 0===O||O.insertBefore(S,d)),A.hasChildNodes()){var x;let e=n;for(;e&&e.return;)e=e.return;if((null===(x=e)||void 0===x?void 0:x.tag)!==wn.ROOT)throw new Error("Cannot find render root node. This is a bug of Brick Next, please report it.");const t="function"==typeof e.createPortal?e.createPortal():e.createPortal;let r=null;for(const e of p)if(t.contains(e)){r=e;break}t.insertBefore(A,r)}const T=Wn(n,E);(0,P.A)(_n,this,Nn).call(this,T)}dispose(){for(const e of Object.values((0,a.A)(Pn,this)))e.length=0;for(const e of(0,a.A)(Cn,this).values()){for(const t of e)t.disconnect();e.length=0}(0,a.A)(Cn,this).clear(),(0,a.A)(On,this)&&(we.removeEventListener("change",(0,a.A)(On,this)),(0,s.A)(On,this,void 0)),(0,s.A)(Tn,this,void 0),(0,a.A)(xn,this).clear(),(0,a.A)(Bn,this).clear(),(0,s.A)(Ln,this,void 0)}dispatchBeforePageLoad(){(0,P.A)(_n,this,Un).call(this,"onBeforePageLoad",new CustomEvent("page.beforeLoad"))}dispatchPageLoad(){const e=new CustomEvent("page.load");(0,P.A)(_n,this,Un).call(this,"onPageLoad",e),window.dispatchEvent(e)}dispatchBeforePageLeave(e){(0,P.A)(_n,this,Un).call(this,"onBeforePageLeave",new CustomEvent("page.beforeLeave",{detail:e}))}dispatchPageLeave(){(0,P.A)(_n,this,Un).call(this,"onPageLeave",new CustomEvent("page.leave"))}dispatchAnchorLoad(){const{hash:e}=k().location;e&&"#"!==e?(0,P.A)(_n,this,Un).call(this,"onAnchorLoad",new CustomEvent("anchor.load",{detail:{hash:e,anchor:e.substring(1)}})):(0,P.A)(_n,this,Un).call(this,"onAnchorUnload",new CustomEvent("anchor.unload"))}initializeScrollIntoView(){for(const{brick:e,handlers:t}of(0,a.A)(Pn,this).onScrollIntoView)(0,P.A)(_n,this,Fn).call(this,e,t)}initializeMediaChange(){(0,s.A)(On,this,(e=>{(0,P.A)(_n,this,Un).call(this,"onMediaChange",new CustomEvent("media.change",{detail:z(e.detail)}))})),we.addEventListener("change",(0,a.A)(On,this))}initializeMessageDispatcher(){var e;for(const{brick:e,handlers:n}of(0,a.A)(Pn,this).onMessage)for(const r of[].concat(n)){var t;null==Uo||null===(t=Uo.messageDispatcher)||void 0===t||t.onMessage(r.channel,(t=>{Qt(r.handlers,e.runtimeContext,e)(new CustomEvent("message.push",{detail:t}))}))}null==Uo||null===(e=Uo.messageDispatcher)||void 0===e||e.onClose((()=>{(0,P.A)(_n,this,Un).call(this,"onMessageClose",new CustomEvent("message.close"))}))}dispatchOnMount(){(0,P.A)(_n,this,Un).call(this,"onMount",new CustomEvent("mount"))}dispatchOnUnmount(){(0,P.A)(_n,this,Un).call(this,"onUnmount",new CustomEvent("unmount"))}}function $n(e){const t=[...An,..."page"===this.scope?kn:[]],n=[];for(const r of t){const t=(0,h.remove)((0,a.A)(Pn,this)[r],(t=>e.has(t.brick)));"onUnmount"===r&&n.push(...t)}for(const t of e){var r,o,i;const e=(0,a.A)(Cn,this).get(t);if(null!=e&&e.length){for(const t of e)t.disconnect();e.length=0,(0,a.A)(Cn,this).delete(t)}En(t),null===(r=t.element)||void 0===r||delete r.$$tplStateStore,null===(o=t.element)||void 0===o||o.remove(),null===(i=t.disposes)||void 0===i||i.forEach((e=>e())),delete t.disposes}const s=new CustomEvent("unmount");for(const{brick:e,handlers:t}of n)Qt(t,e.runtimeContext,e)(s)}function Nn(e){const t=new CustomEvent("mount");for(const{brick:n,handlers:r}of(0,a.A)(Pn,this).onMount)e.has(n)&&Qt(r,n.runtimeContext,n)(t);for(const{brick:t,handlers:n}of(0,a.A)(Pn,this).onScrollIntoView)e.has(t)&&(0,P.A)(_n,this,Fn).call(this,t,n)}function Un(e,t){for(const{brick:n,handlers:r}of(0,a.A)(Pn,this)[e])Qt(r,n.runtimeContext,n)(t);const n=(0,a.A)(xn,this).get(e);if(n)for(const e of n)e()}function Fn(e,t){var n;const r=null!==(n=t.threshold)&&void 0!==n?n:.1,o=new IntersectionObserver(((n,o)=>{n.forEach((n=>{n.isIntersecting&&n.intersectionRatio>=r&&(Qt(t.handlers,e.runtimeContext,e)(new CustomEvent("scroll.into.view")),o.disconnect())}))}),{threshold:r});o.observe(e.element);let i=(0,a.A)(Cn,this).get(e);i||(i=[],(0,a.A)(Cn,this).set(e,i)),i.push(o)}function jn(e){let t=e;for(;null!==(n=t)&&void 0!==n&&n.sibling;){var n;t=t.sibling}return t}function Vn(e){return Dn(e,!1)}function Dn(e,t){let n,r=e;for(;r;){if(r.tag===wn.BRICK&&!r.portal){if(t)return r;n=r}r=r.sibling}return n}function Hn(e){return Kn(e,!1)}function Kn(e,t){let n,r=e;for(;r;){if(r.tag===wn.BRICK&&r.portal){if(t)return r;n=r}if(r.child)r=r.child;else if(r.sibling)r=r.sibling;else{var o;let e=r.return;for(;e&&!e.sibling;)e=e.return;r=null===(o=e)||void 0===o?void 0:o.sibling}}return n}function Wn(e,t){const n=new Set;let r=e;for(;r;)if(r.tag===wn.BRICK&&n.add(r),r.child)r=r.child;else{if(r===t)break;if(r.sibling)r=r.sibling;else{var o;let e=r.return;for(;e&&e!==t&&!e.sibling;)e=e.return;if(e===t)break;r=null===(o=e)||void 0===o?void 0:o.sibling}}return n}const qn=new Map;function zn(e){return qn.get(e)}function Gn(e,t,n){const r=S();if(r)return r.doTransform(e,t,n);if(n)throw new Error("Legacy doTransform does not support options in v3");return at(t,{...zo(),data:e},{noInject:!0})}function Jn(e,t,n,r,o,i){const s=S();if(s)return s.transformProperties(e,t,n,r,o,i);if(i)throw new Error("Legacy transformProperties does not support options in v3");const a=function(e,t,n,r){const o={},i=n?(0,h.get)(e,n):e;if(Array.isArray(t))for(const e of t)Yn(o,i,e.to,e.from,e.mapArray);else Yn(o,i,t,void 0,r);return o}(t,n,r,o);for(const[t,n]of Object.entries(a))(0,h.set)(e,t,n);return e}function Xn(e,t,n,r){const o=n?(0,h.get)(e,n):e;return t?Jn({},o,t,void 0,r):o}function Yn(e,t,n,r,o){if(!n)return;let i=r?(0,h.get)(t,r):t,s=Array.isArray(i);if(s||!0!==o?s&&!1===o&&(s=!1):(s=!0,i=[i]),"string"!=typeof n)for(const[t,r]of Object.entries(n))e[t]=s?i.map((e=>Gn(e,r))):Gn(i,r);else e[n]=i}const Qn=Symbol.for("root.runtimeContext");async function Zn(e,t,n){var r,o,i,s,a;const[c,l,u]=Gr({...null!==(r=e[Qn])&&void 0!==r?r:zo(),data:t,pendingPermissionsPreCheck:[]});c.inUseBrick=!0,null!==(o=c.tplStateStoreMap)&&void 0!==o||(c.tplStateStoreMap=new Map),null!==(i=c.formStateStoreMap)&&void 0!==i||(c.formStateStoreMap=new Map);const d=new Mn("fragment"),p={tag:wn.ROOT,createPortal:null},f=Pe(),h=await Wr(p,f&&!n?e:{errorBoundary:n,...e},c,d,[],{}),m=[...l,...u];if(await zr(h,c,m),(null===(s=h.node)||void 0===s?void 0:s.tag)===wn.PLACEHOLDER){if(h.node.tracking)throw new Error("The root brick of useBrick cannot be an ignored tracking control node");h.node=void 0}if(null!==(a=h.node)&&void 0!==a&&a.portal)throw new Error("The root brick of useBrick cannot be a portal brick");return p.child=h.node,{tagName:h.node?h.node.type:null,renderRoot:p,rendererContext:d,scopedStores:m}}function er(e,t){let n,{renderRoot:r,rendererContext:o,scopedStores:i}=e;r.createPortal=()=>{const e=document.querySelector("#portal-mount-point");return n=document.createElement("div"),e.appendChild(n),n},Sn(r,t),o.dispatchOnMount(),o.initializeScrollIntoView(),o.initializeMediaChange(),o.initializeMessageDispatcher();for(const e of i)e.mountAsyncData();return{portal:n}}function tr(e,t){let{rendererContext:n}=e;t.portal&&(bn(t.portal),t.portal.remove()),n.dispatchOnUnmount(),n.dispose()}function nr(e,t){const n=Go(e);Object.assign(n,{...t,meta:{...n.meta,...t.meta},$$fulfilling:null,$$fulfilled:!0,$$registerCustomTemplateProcessed:!1}),_(n)}function rr(e,t){const n=Go(e);let r=!1;function o(e){e.forEach(((n,s)=>{"routes"===n.type?o(n.routes):function(e){return e.path===t.path&&!e.exact==!t.exact}(n)?(r=!0,e[s]=t):Array.isArray(n.bricks)&&i(n.bricks)}))}function i(e){e.forEach((e=>{if(e.slots)for(const t of Object.values(e.slots))"routes"===t.type?o(t.routes):i(t.bricks)}))}o(n.routes),r||n.routes.unshift(t)}function or(e,t,n){const r=`${e}.${t.name}`;Te.define(r,{bricks:t.bricks,proxy:t.proxy,state:t.state}),ir(e,t.name,n)}function ir(e,t,n){lr(e,`\${APP.homepage}/_dev_only_/template-preview/${t}`,[{brick:t,...(0,h.pick)(n,"properties","events","lifeCycle","context","slots","children")}])}function sr(e){return`\${APP.homepage}/_dev_only_/snippet-preview/${e}`}function ar(e,t){var n;lr(e,sr(t.snippetId),null!==(n=t.bricks)&&void 0!==n&&n.length?t.bricks:[{brick:"span"}],t.context)}const cr=ar;function lr(e,t,n,r){const{routes:o}=Go(e),i=o.findIndex((e=>e.path===t)),s={path:t,bricks:n,context:r,menu:!1,exact:!0};-1===i?o.unshift(s):o.splice(i,1,s)}function ur(e,t){let{tplStateStoreId:n}=t;const r=zo();return n?Re({...r,tplStateStoreId:n},"STATE").getValue(e):r.ctxStore.getValue(e)}function dr(e){let{tplStateStoreId:t}=e;const n=zo();return t?Re({...n,tplStateStoreId:t},"STATE").getAllValues():n.ctxStore.getAllValues()}function pr(e){return Ko().find((t=>t.id?t.id===e:t.filePath.startsWith(`${e}/`)))}function fr(e){return(0,l.loadBricksImperatively)(e,Ko())}function hr(e,t){return(0,l.loadEditorsImperatively)(e,null!=t?t:Ko())}function mr(){return qo()}async function vr(e,t){let{appId:n,updateStoryboardType:r,collectUsedContracts:o}=t;const i=Go(n);let s;if("route"===r)s={routes:[e]};else if("template"===r)s={meta:{customTemplates:[e]}};else if("snippet"===r){var a;const t=sr(e.snippetId);s={routes:[null==i||null===(a=i.routes)||void 0===a?void 0:a.find((e=>e.path===t))]}}const c=[];return s&&o&&(await o(s)).forEach((e=>{var t;const[n,r,o]=e.match(/(.*)@(.*):\d\.\d\.\d/);null!=i&&null!==(t=i.meta)&&void 0!==t&&null!==(t=t.contracts)&&void 0!==t&&t.some((e=>e.namespaceId===r&&e.name===o))||c.push(e)})),c}async function gr(e,t){let{tplStateStoreId:n,routeId:r}=t;const o={...zo(),tplStateStoreId:n,match:zn(r)};return e.resolve?We(e.resolve,o,{cache:"reload"}):st(e.value,o)}function yr(e){var t;const n=zo();return{app:null!==(t=null==n?void 0:n.overrideApp)&&void 0!==t?t:null==n?void 0:n.app,location:(0,h.pick)(location,["href","origin","hostname","host"]),...(0,h.pick)(n,["query","sys"]),match:zn(null==e?void 0:e.routeId)}}let Er;const wr=[];function br(e){Er=e;const t=dr({tplStateStoreId:e.tplStateStoreId});Ar({changeType:"initialize",tplStateStoreId:e.tplStateStoreId,detail:{data:t}})}function Sr(e){wr.push(e)}function Ar(e){setTimeout((()=>{for(const t of wr)try{t(e)}catch(t){console.error(`RealTimeDataInspectHook failed (${e.changeType}):`,t)}}))}const kr=["onBeforePageLoad","onPageLoad","onBeforePageLeave","onPageLeave","onAnchorLoad","onAnchorUnload"];class Ir{constructor(e,t,n,r){(0,o.A)(this,"type",void 0),(0,o.A)(this,"data",new Map),(0,o.A)(this,"changeEventType",void 0),(0,o.A)(this,"pendingStack",[]),(0,o.A)(this,"hostBrick",void 0),(0,o.A)(this,"stateStoreId",void 0),(0,o.A)(this,"batchUpdate",!1),(0,o.A)(this,"batchUpdateContextsNames",[]),(0,o.A)(this,"rendererContext",void 0),(0,o.A)(this,"routeMap",new WeakMap),(0,o.A)(this,"routeStackMap",new WeakMap),this.type=e,this.changeEventType="FORM_STATE"===this.type?"formstate.change":"STATE"===this.type?"state.change":"context.change",this.hostBrick=t,this.rendererContext=n,this.stateStoreId=r}has(e){return this.data.has(e)}getAllValues(){return Object.fromEntries([...this.data.entries()].map((e=>{let[t,{value:n}]=e;return[t,n]})))}getValue(e){var t;return null===(t=this.data.get(e))||void 0===t?void 0:t.value}notifyRealTimeDataChange(e,t){if(Er){const{tplStateStoreId:n}=Er;(n?"STATE"===this.type&&this.stateStoreId===n:"CTX"===this.type)&&Ar({changeType:"update",tplStateStoreId:n,detail:{name:e,value:t}})}}getAffectListByContext(e){const t=[e];return this.data.forEach(((e,n)=>{e.deps&&e.deps.some((e=>t.includes(e)))&&t.push(n)&&t.push(...this.getAffectListByContext(n))})),t.shift(),[...new Set(t)]}updateValues(e,t,n){if(this.batchUpdate=!0,this.batchUpdateContextsNames=e.map((e=>e.name)),[...new Set(this.batchUpdateContextsNames)].length!==this.batchUpdateContextsNames.length)throw new Error("Batch update not allow to update same item");const r={},o={},i=[];e.forEach((e=>{const{name:o,value:s}=n([e]),a=this.data.get(o);i.push(...this.getAffectListByContext(o)),a&&(r[o]=a),this.updateValue(o,s,t)})),i.filter((e=>!r[e])).forEach((e=>{const t=this.data.get(e);t&&(o[e]=t)}));const s=e=>{for(const n in e){var t;const r=e[n];null===(t=r.eventTarget)||void 0===t||t.dispatchEvent(new CustomEvent(this.changeEventType,{detail:r.value}))}};s(r),s(o),this.batchUpdate=!1}updateValue(e,t,n,r,o){const i=this.data.get(e);if(!i)throw new Error(`${this.type} '${e}' is not defined`);if("refresh"!==n&&"load"!==n)"replace"===n?i.value=t:(0,u.isObject)(i.value)?Object.assign(i.value,t):(console.warn(`Non-object current value of "${this.type}.${e}" for "context.assign", try "context.replace" instead.`),i.value=t),this.batchUpdate||i.eventTarget.dispatchEvent(new CustomEvent(this.changeEventType,{detail:i.value}));else{if(!i.useResolve)throw new Error(`You can not ${n} "${this.type}.${e}" which is not using resolve`);let s;"load"===n&&(i.loaded?s=Promise.resolve(i.value):i.loading&&(s=i.loading));const a=e=>{var t;let n;return"FlowApiNotFoundError"===(null==e?void 0:e.name)&&!!(n=null===(t=this.rendererContext)||void 0===t?void 0:t.renderId)&&n!==qo()};if(s||(s=i.loading=i.load({cache:"load"===n?"default":"reload",...t}),s.then((e=>{this.finishLoad(i,e)}),(e=>{!i.useResolve||a(e)||null!=r&&r.error||Wt(e)}))),r){const e=vn(r,o);s.then((t=>{e("success")({value:t}),e("finally")()}),(t=>{!a(t)&&r.error&&e("error")(t),e("finally")()}))}}}finishLoad(e,t){e.useResolve&&(e.loaded=!0,e.value=t,e.eventTarget.dispatchEvent(new CustomEvent(this.changeEventType,{detail:t})))}define(e,t,n,r){if(Array.isArray(e)&&e.length>0){const o=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"CTX";const r=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"CTX",n=arguments.length>2?arguments[2]:void 0;const r=new Map;for(const o of e){const e=[o.if,o.value,o.resolve],i=(0,x.collectMemberUsage)(e,t);if(!n&&"STATE"===t){const t=(0,x.collectMemberUsage)(e,"TPL");for(const e of t.usedProperties)i.usedProperties.add(e);t.hasNonStaticUsage&&(i.hasNonStaticUsage=!0)}r.set(o,i)}return r}(e,n,arguments.length>3?arguments[3]:void 0),o=new Map;for(const e of Array.from(r.keys()).map((e=>e.name))){var i;o.set(e,(null!==(i=o.get(e))&&void 0!==i?i:0)+1)}const s=Array.from(r.values()).some((e=>e.hasNonStaticUsage)),a=new WeakSet,c=new Map,l=new Map([...new Set(e.map((e=>e.name)))].map((e=>{const t=new Promise(((t,n)=>{c.set(e,{resolve:t,reject:n})}));return t.catch((()=>{})),[e,t]}))),u=async e=>{var n;a.add(e);const i=await t(e);r.delete(e);const s=null!==(n=o.get(e.name))&&void 0!==n?n:0;if(i){if(c.get(e.name).resolve(),o.delete(e.name),0===s)throw new Error(`Duplicated context defined: ${e.name}`)}else 1===s?(c.get(e.name).resolve(),o.delete(e.name)):o.set(e.name,s-1);await p()};let d=s;async function p(){const e=Array.from(r.entries()).filter(function(e,t){return(n,r)=>t?0===r:![...n[1].usedProperties].some((t=>e.has(t)))}(o,d)).map((e=>e[0])).filter((e=>!a.has(e)));await Promise.all(e.map(u))}const f=p().then((async()=>{r.size>0&&(function(e,t){const n=new Map(e),r=new Set(Array.from(n.keys()).map((e=>e.name))),o=()=>{let e=!1;for(const[t,o]of n.entries())[...o.usedProperties].some((e=>r.has(e)))||(n.delete(t),r.delete(t.name),e=!0);e&&o()};if(o(),n.size>0)throw new ReferenceError(`Circular ${t} detected: ${Array.from(n.keys()).map((e=>e.name)).join(", ")}`)}(r,n),d=!0,await p());for(const e of c.values())e.resolve()})).catch((e=>{for(const t of c.values())t.reject(e);throw e}));return f.catch((()=>{})),{pendingResult:f,pendingContexts:l}}(e,(e=>this.resolve(e,t,n,r)),this.type,Pe(t));if(Array.isArray(r))for(const e of r){const t=this.routeStackMap.get(e);t?t.add(o):this.routeStackMap.set(e,new Set([o]))}this.pendingStack.push(o)}}onChange(e,t){var n;const r=null===(n=this.data.get(e))||void 0===n?void 0:n.eventTarget;return null==r||r.addEventListener(this.changeEventType,t),()=>{null==r||r.removeEventListener(this.changeEventType,t)}}async waitFor(e){for(const{pendingContexts:t}of this.pendingStack)await Promise.all([...e].map((e=>t.get(e))))}async waitForAll(){for(const{pendingResult:e}of this.pendingStack)await e}mountAsyncData(e){this.data.forEach((t=>{var n;if(t.async&&(!e||null!==(n=this.routeMap.get(e))&&void 0!==n&&n.has(t.name))){if(t.asyncMounted)return void console.error(`Async data "${t.name}" already mounted. This is a bug of Brick Next, please report it.`);t.asyncMounted=!0,t.loading.then((e=>{this.finishLoad(t,e)}))}}))}async resolve(e,t,n,r){if(!await ut(e,t))return!1;let o,i,s,a,c,l;if(n&&("STATE"===this.type?e.expose:"FORM_STATE"===this.type)&&(o=await mt(n,e.name)),void 0===o){if(e.resolve){const n=(0,u.hasOwnProperty)(e,"value");c=e.track&&n&&(0,u.hasOwnProperty)(e.resolve,"if")&&(0,x.strictCollectMemberUsage)(e.resolve.if,this.type).size>0;const r={transform:"value",...e.resolve};if(a=await ut(e.resolve,t),(a||c)&&(i=async e=>{var n;return(await We(r,t,{...e,renderId:null===(n=this.rendererContext)||void 0===n?void 0:n.renderId})).value}),a)l=e.resolve.async?"async":e.resolve.lazy?"lazy":"eager","eager"===l?o=await i():"async"===l&&(s=i());else if(!n)return!1}a&&"eager"===l||void 0===e.value||(o=await st(e.value,t))}if(this.data.has(e.name))throw new Error(`${this.type} '${e.name}' has already been declared`);const d={name:e.name,value:o,eventTarget:new ge.A,useResolve:a,load:i,loaded:"eager"===l,loading:s,async:"async"===l,deps:[]};if("lazy"===l){const{trigger:t}=e.resolve;var p;t&&kr.includes(t)&&(null===(p=this.rendererContext)||void 0===p||p.registerArbitraryLifeCycle(t,(()=>{this.updateValue(e.name,void 0,"load")})))}if(e.onChange&&d.eventTarget.addEventListener(this.changeEventType,Qt(e.onChange,t)),e.track){const n=(0,x.strictCollectMemberUsage)(c?[e.resolve,e.value]:i?e.resolve:e.value,this.type);!i&&(d.deps=[...n]);for(const r of n)this.onChange(r,this.batchAddListener((()=>{d.useResolve=c?dt(e.resolve,t):!!i,d.useResolve?this.updateValue(e.name,{cache:"default"},"refresh"):this.updateValue(e.name,at(e.value,t),"replace")}),e))}if(d.eventTarget.addEventListener(this.changeEventType,(t=>{this.notifyRealTimeDataChange(e.name,t.detail)})),this.data.set(e.name,d),Array.isArray(r))for(const t of r){const n=this.routeMap.get(t);n?n.add(e.name):this.routeMap.set(t,new Set([e.name]))}return!0}disposeDataInRoutes(e){for(const t of e){const e=this.routeMap.get(t);if(void 0!==e){for(const t of e)this.data.delete(t);this.routeMap.delete(t)}const n=this.routeStackMap.get(t);void 0!==n&&((0,h.pull)(this.pendingStack,...n),this.routeStackMap.delete(t))}}batchAddListener(e,t){return n=>{this.batchUpdate&&this.batchUpdateContextsNames.includes(t.name)||e(n)}}}function Pr(e,t,n,r){const{reversedProxies:o,asyncHostPropertyEntries:i,externalSlots:s,tplStateStoreId:a,hostBrick:c}=e;let l;if(t&&o){const e=o.properties.get(t);e&&(v=i,l=e.map((e=>{let{from:t,to:n}=e;const r=v.filter((e=>e[0]===t));if(r.length>0&&n.refProperty)return[n.refProperty,mt(r,t),!0]})).filter(Boolean));const a=o.slots.get(t);if(a&&r)throw new Error(`Can not have proxied slot ref when the ref target has a slot element child, check your template "${c.type}" and ref "${t}"`);if(a&&s){const e=new Map;for(const{from:t,to:r}of a){var d,p,f,m;const o=null!==(d=null===(p=s[t])||void 0===p?void 0:p.bricks)&&void 0!==d?d:[];if(!o.length)continue;const i=null!==(f=r.refSlot)&&void 0!==f?f:t;let a=e.get(i);if(!a){a=[];const t=(0,u.hasOwnProperty)(n,i)?n[i].bricks.length+1:1;for(let e=0;e<t;e+=1)a.push([]);e.set(i,a)}const l=null!==(m=r.refPosition)&&void 0!==m?m:-1,v=(0,u.hasOwnProperty)(c.runtimeContext,"forEachItem");a[(0,h.clamp)(l<0?a.length+l:l,0,a.length-1)].push(...v?Cr(o,c.runtimeContext.forEachItem,c.runtimeContext.forEachIndex,c.runtimeContext.forEachSize):o)}for(const[t,r]of e.entries()){(0,u.hasOwnProperty)(n,t)||(n[t]={type:"bricks",bricks:[]});const e=n[t];e.bricks=r.flatMap(((t,n)=>n<e.bricks.length?t.concat(e.bricks[n]):t)),0===e.bricks.length&&delete n[t]}}}var v;return{[Pt]:l,[Ct]:a}}function Cr(e,t,n,r){return e.map((e=>{var o;let{children:i,slots:s,...a}=e;return{...a,[Ot]:t,[xt]:n,[Tt]:r,slots:":forEach"===a.brick?Yr(i,s):Object.fromEntries(Object.entries(null!==(o=Yr(i,s))&&void 0!==o?o:{}).map((e=>{let[o,i]=e;return[o,"routes"===i.type?{type:"routes",routes:Or(i.routes,t,n,r)}:{type:"bricks",bricks:Cr(i.bricks,t,n,r)}]})))}}))}function Or(e,t,n,r){return e.map((e=>"routes"===e.type?{...e,routes:Or(e.routes,t,n,r)}:"redirect"===e.type?e:{...e,bricks:Cr(e.bricks,t,n,r)}))}function xr(e,t,n){var r,o,i,s;if(null!=e.if&&!e.if||"string"==typeof e.if)throw new Error(`Can not use "if" in a slot currently, check your template "${t.hostBrick.type}"`);const a=String(null!==(r=null===(o=e.properties)||void 0===o?void 0:o.name)&&void 0!==r?r:"");if((0,O.isEvaluable)(a))throw new Error(`Can not use an expression as slot name "${a}" currently, check your template "${t.hostBrick.type}"`);if(t.usedSlots.has(a))throw new Error(`Can not have multiple slots with the same name "${a}", check your template "${t.hostBrick.type}"`);if(t.usedSlots.add(a),t.externalSlots&&(0,u.hasOwnProperty)(t.externalSlots,a)){var c;const e=null!==(c=t.externalSlots[a].bricks)&&void 0!==c?c:[];if(e.length>0){const n=t.hostBrick.runtimeContext;return(0,u.hasOwnProperty)(n,"forEachItem")?Cr(e,n.forEachItem,n.forEachIndex,n.forEachSize):e}}const l=Yr(e.children,e.slots);return(null!==(i=null==l||null===(s=l[""])||void 0===s?void 0:s.bricks)&&void 0!==i?i:[]).flatMap((e=>n(e,t)))}function Tr(e,t){function n(e){return(0,u.isObject)(e)&&"function"!=typeof e?Array.isArray(e)?e.map(n):Object.fromEntries(Object.entries(e).map((e=>{let[t,o]=e;return(0,u.isObject)(o)&&"useBrick"===t?Array.isArray(o)?[t,o.flatMap((e=>r(e)))]:[t,r(o)]:[t,n(o)]})).concat(Object.getOwnPropertySymbols(e).map((t=>[t,e[t]])))):e}function r(e,o){if("slot"===e.brick)return null==o||o(),xr(e,t,(e=>r(e)));const{properties:i,slots:s,children:a,...c}=e,l=Yr(a,s);let u=!1;const d=()=>{u=!0},p=Object.fromEntries(Object.entries(null!=l?l:{}).map((e=>{var t;let[n,o]=e;return[n,{type:"bricks",bricks:(null!==(t=o.bricks)&&void 0!==t?t:[]).flatMap((e=>r(e,d)))}]})));return{...c,properties:n(i),slots:p,...Pr(t,c.ref,p,u)}}return n(e)}function Rr(e,t,n){if(null===e.if&&delete e.if,"slot"===e.brick)return null==n||n(),xr(e,t,Rr);const{properties:r,slots:o,children:i,...s}=e,a=Yr(i,o);let c=!1;const l=()=>{c=!0},u=Object.fromEntries(Object.entries(null!=a?a:{}).map((e=>{var n;let[r,o]=e;return[r,{type:"bricks",bricks:(null!==(n=o.bricks)&&void 0!==n?n:[]).flatMap((e=>Rr(e,t,l)))}]})));return{...s,properties:Tr(r,t),slots:u,...Pr(t,s.ref,u,c)}}const Lr="form-renderer.form-renderer",Br=Symbol.for("form.stateStoreId"),_r=["forms.general-form","form.general-form","eo-form"];function Mr(e,t,n){const{id:r,bricks:o,events:i,context:s,mountPoint:a,instanceId:c}=e;let{brick:l,properties:d}=e;const p=t.find((e=>e.fieldId===r));if(p){const e=function(e){let t;const n={id:e.fieldId,name:e.fieldId,label:e.name,dataset:{testid:e.fieldId}},r=()=>{var t,n;return{readOnly:null===(t=e.limit)||void 0===t?void 0:t.includes("READONLY"),required:null===(n=e.limit)||void 0===n?void 0:n.includes("REQUIRED")}};switch(e.fieldType){case"INT":t={brick:"forms.general-input-number",properties:{...n,...r(),placeholder:e.description,precision:0,inputBoxStyle:{width:"100%"}}};break;case"BOOLEAN":t={brick:"forms.general-switch",properties:{...n,...r()}};break;case"FLOAT":t={brick:"forms.general-input-number",properties:{...n,...r(),placeholder:e.description,inputBoxStyle:{width:"100%"}}};break;case"ENUM":t={brick:"forms.general-select",properties:{...n,...r(),options:[{label:"选项一",value:1},{label:"选项二",value:2}],placeholder:e.description,inputBoxStyle:{width:"100%"}}};break;case"ENUMS":t={brick:"forms.general-select",properties:{...n,...r(),mode:"multiple",options:[{label:"选项一",value:1},{label:"选项二",value:2}],placeholder:e.description,inputBoxStyle:{width:"100%"}}};break;case"DATE":case"TIME":t={brick:"forms.general-date-picker",properties:{...n,...r(),placeholder:e.description}};break;case"IP":t={brick:"forms.general-input",properties:{...n,...r(),placeholder:e.description,pattern:"((^s*((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]))s*$)|(^s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:)))(%.+)?s*$))",message:{pattern:"输入字符不匹配IP格式"}}};break;case"JSON":t={brick:"forms.general-textarea",properties:{...n}};break;case"ARRAY":t={brick:"forms.general-select",properties:{...n}};break;case"STRUCTURE":case"STRUCTURE_ARRAY":t={brick:"forms.cmdb-instance-select-panel",properties:{...n,...r()}};break;default:t={brick:"forms.general-input",properties:{...n,...r(),placeholder:e.description}}}return t}(p);l||(l=e.brick),d={...e.properties,...d}}const f={brick:l,properties:d,iid:c,slot:a,events:i,context:s,children:$r(o,t,n),[Br]:n};return(0,u.hasOwnProperty)(e,"if")&&(f.if=e.if),f}function $r(e,t,n){if(Array.isArray(e))return e.map((e=>Mr(e,t,n)))}var Nr=new WeakSet;class Ur extends HTMLElement{constructor(){super(...arguments),(0,I.A)(this,Nr),(0,o.A)(this,"renderRoot",void 0)}get $$typeof(){return"formRenderer"}validate(){(0,P.A)(Nr,this,Fr).call(this,"validate")}setInitValue(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];(0,P.A)(Nr,this,Fr).call(this,"setInitValue",t)}resetFields(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];(0,P.A)(Nr,this,Fr).call(this,"resetFields",t)}getFieldsValue(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return(0,P.A)(Nr,this,Fr).call(this,"getFieldsValue",t)}}function Fr(e){var t,n;let r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];const o=!1!==this.renderRoot?null===(t=this.firstElementChild)||void 0===t?void 0:t.firstElementChild:this.firstElementChild,i=null==o||null===(n=o.tagName)||void 0===n?void 0:n.toLowerCase();if(_r.includes(i))return o[e](...r);console.error(`no ${e} method in the container element`,{container:i})}class jr extends Error{constructor(e){super(e),this.name="PageError",Error.captureStackTrace&&Error.captureStackTrace(this,l.BrickLoadError)}}async function Vr(e,t,n){const{title:r,variant:o,showLink:i,showDescription:s}=function(e){var t,n;return e instanceof jr?"page blocked"===e.message?{showLink:"home",title:c.i18n.t(`${Mt}:${Lt.LICENSE_BLOCKED}`),variant:"no-permission"}:"app not found"===e.message?{showLink:"home",title:c.i18n.t(`${Mt}:${Lt.APP_NOT_FOUND}`),variant:"no-permission"}:{showLink:"home",variant:"not-found",title:c.i18n.t(`${Mt}:${Lt.PAGE_NOT_FOUND}`)}:e instanceof l.BrickLoadError||e instanceof Error&&"ChunkLoadError"===e.name||e instanceof Event&&"error"===e.type&&e.target instanceof HTMLScriptElement?{showDescription:!0,title:c.i18n.t(`${Mt}:${Lt.NETWORK_ERROR}`),variant:"internet-disconnected",showLink:"reload"}:e instanceof C.HttpResponseError&&403===(null===(t=e.response)||void 0===t?void 0:t.status)?{showLink:"previous",showDescription:!0,title:c.i18n.t(`${Mt}:${Lt.NO_PERMISSION}`),variant:"no-permission"}:e instanceof C.HttpResponseError&&"200000"===(null===(n=e.responseJson)||void 0===n?void 0:n.code)?{showDescription:!0,title:c.i18n.t(`${Mt}:${Lt.LICENSE_EXPIRED}`),variant:"license-expired"}:{showLink:"previous",showDescription:!0,title:c.i18n.t(`${Mt}:${Lt.UNKNOWN_ERROR}`),variant:"unknown-error"}}(e);if(n){var a;const n=null!==(a=Wo().error)&&void 0!==a?a:"illustrations.error-message";if(!1!==n){const a="eo-link",c=(i?[n,a]:[n]).filter((e=>!customElements.get(e)));try{await Promise.race([(0,l.loadBricksImperatively)(c,Ko()),new Promise(((e,t)=>setTimeout((()=>{t(new Error("timeout"))}),3e3)))]);const u={tag:wn.BRICK,type:n,properties:{errorTitle:r,description:s?jt(e):void 0,variant:o,dataset:{errorBoundary:""}},runtimeContext:null,return:t};return i&&(u.child=Dr(i,a,u,"")),u}catch(e){console.error("Failed to load brick:",c.join(", "),e)}}}const u=n&&!!customElements.get("easyops-default-error"),d={tag:wn.BRICK,type:u?"easyops-default-error":"div",properties:{errorTitle:r,dataset:{errorBoundary:""},style:{color:"var(--color-error)"}},runtimeContext:null,return:t},p={tag:wn.BRICK,type:"div",properties:{textContent:u?s?jt(e):"":s?`${r}: ${jt(e)}`:r},runtimeContext:null,return:d};return d.child=p,n&&i&&(p.sibling=Dr(i,"a",d,u?"link":"")),d}function Dr(e,t,n,r){return{tag:wn.BRICK,type:t,slotId:r,properties:{textContent:"home"===e?c.i18n.t(`${Mt}:${Lt.GO_BACK_HOME}`):"reload"===e?c.i18n.t(`${Mt}:${Lt.RELOAD}`):c.i18n.t(`${Mt}:${Lt.GO_BACK_TO_PREVIOUS_PAGE}`),href:"home"===e?f():"reload"===e?location.href:void 0},events:"previous"===e?{click:{action:"history.goBack"}}:void 0,runtimeContext:null,return:n}}async function Hr(e,t,n,r,o,i,s,a,c){const u=await async function(e,t){for(const n of e){if("string"!=typeof n.path)throw console.error("Invalid route with invalid path:",n),new Error("Invalid route with invalid type of path: "+typeof n.path);const e=It(n,t.app.homepage,t.location.pathname);if(e&&await ut(n,t))return t.app.noAuthGuard||n.public||null==Uo||!Uo.auth||Uo.auth.isLoggedIn()?{match:e,route:n}:"unauthenticated"}return"missed"}(t,n),d={blockingList:[]},p=d.menuRequestNode={return:i};switch(u){case"missed":break;case"unauthenticated":d.unauthenticated=!0;break;default:{var f;const i=d.route=u.route;d.path=u.match.path;const v={...n,match:u.match};i.iid&&(h=i.iid,m=u.match,qn.set(h,m)),a&&v.ctxStore.disposeDataInRoutes(t);const g=o.concat(i);v.ctxStore.define(i.context,v,void 0,g),v.pendingPermissionsPreCheck.push(null==Uo||null===(f=Uo.checkPermissions)||void 0===f?void 0:f.preCheckPermissionsForBrickOrRoute(i,(e=>st(e,v))));const{preLoadBricks:y}=i;if(Array.isArray(y)&&d.blockingList.push((0,l.loadBricksImperatively)(y,Ko())),"redirect"===i.type){let e;if(e="string"==typeof i.redirect?await st(i.redirect,v):(await We({transform:"redirect",...i.redirect},v)).redirect,"string"!=typeof e)throw console.error("Unexpected redirect result:",e),new Error("Unexpected type of redirect result: "+typeof e);d.redirect={path:e}}else{const n=function(e,t){if(e){if("brick"===e.type)throw console.error("Set menu with brick is dropped in v3:",e),new Error("Set menu with brick is dropped in v3");if("resolve"!==e.type)return st(e,t);console.warn("Set menu with resolve is not supported in v3 yet:",e)}}(i.menu,v);n&&(p.request=n),a||r.memoizeMenuRequestNode(t,p);const o=(0,x.strictCollectMemberUsage)(i.context,"PROCESSORS",2);let u;o.size>0&&d.blockingList.push(Qr((0,l.loadProcessorsImperatively)(o,Ko()),"processors",[...o].join(", "),r.unknownBricks)),u="routes"===i.type?await Hr(e,i.routes,v,r,g,p,s,void 0,c):await Kr(e,i.bricks,v,r,g,p,s,void 0,void 0,c),Jr(d,u),Xr(p,u.menuRequestNode)}}}var h,m;return d}async function Kr(e,t,n,r,o,i,s,a,c,l){!function(e,t){function n(e){if((0,u.isObject)(e)&&"function"!=typeof e)if(Array.isArray(e))e.map(n);else for(const[t,o]of Object.entries(e))(0,u.isObject)(o)&&"useBrick"===t?Array.isArray(o)?o.forEach((e=>r(e,!0))):r(o,!0,!0):n(o)}function r(e,o,i){if(o&&(e[Qn]=t),n(e.properties),!i)return;const s=Yr(e.children,e.slots);for(const e of Object.values(null!=s?s:{}))for(const t of null!==(a=e.bricks)&&void 0!==a?a:[]){var a;r(t,o)}}for(const t of e)r(t)}(t,n);const d={blockingList:[]},p=null!=c?c:[];return(await Promise.all(t.map(((t,c)=>Wr(e,t,n,r,o,i,s,p.concat(c),a&&new Map(a),l))))).forEach(((t,n)=>{t.hasTrackingControls&&r.memoize(s,p.concat(n),t.node,e),Jr(d,t)})),d}async function Wr(e,t,n,r,o,i,s){let a=arguments.length>7&&void 0!==arguments[7]?arguments[7]:[],c=arguments.length>8&&void 0!==arguments[8]?arguments[8]:new Map,d=arguments.length>9?arguments[9]:void 0;try{return await async function(e,t,n,r,o,i,s,a,c,d){var p,f;const m={blockingList:[]};if(!t.brick)return t.template?console.error("Legacy templates are dropped in v3:",t):console.error("Invalid brick:",t),m;const{if:g,permissionsPreCheck:y,...E}=t;if(function(e){return"string"==typeof e?(0,O.isTrackAll)(e):Je(e)&&(0,O.isTrackAll)(Xe(e))}(g))return Wr(e,{brick:":if",dataSource:g,permissionsPreCheck:y,slots:{"":{type:"bricks",bricks:[E]}},...Object.getOwnPropertySymbols(t).reduce(((e,n)=>({...e,[n]:t[n]})),{})},n,r,o,i,s,a,c,d);const w=t[Ct],b=t[Br],S={...n,tplStateStoreId:w,formStateStoreId:b};(0,u.hasOwnProperty)(t,Ot)&&(S.forEachItem=t[Ot],S.forEachIndex=t[xt],S.forEachSize=t[Tt]);const A=Pe(S),{context:k}=t;if(Array.isArray(k)&&k.length>0&&(Ce(A,"Defining context on bricks","check your brick:",t),A||S.ctxStore.define(k,S)),S.pendingPermissionsPreCheck.push(null==Uo||null===(p=Uo.checkPermissions)||void 0===p?void 0:p.preCheckPermissionsForBrickOrRoute(t,(e=>st(e,S)))),!await async function(e,t){return(0,u.isObject)(e.if)&&!Je(e.if)?pt(await We(e.if,t)):ut(e,t)}(t,S))return m;const I=t.brick;if(I.startsWith(":")){var P;!function(e){if(":forEach"!==e&&":if"!==e&&":switch"!==e)throw new Error(`Unknown storyboard control node: "${e}"`)}(I);const{dataSource:n}=t,{contextNames:l,stateNames:d}=ht(n),p=!(!l&&!d),f=async(p,f,h)=>{var m;const v=await st(n,p);h&&Et(p,[{contextNames:l,stateNames:d,propValue:n}],f);const g=":forEach"===I?"":":switch"===I?String(v):v?"":"else",y=Yr(t.children,t.slots),E=y&&(0,u.hasOwnProperty)(y,g)&&(null===(m=y[g])||void 0===m?void 0:m.bricks);if(!Array.isArray(E))return{blockingList:[]};switch(I){case":forEach":return Array.isArray(v)?async function(e,t,n,r,o,i,s,a,c,l,u){const d={blockingList:[]},p=t.length,f=await Promise.all(t.map(((t,d)=>Promise.all(n.map(((n,f)=>Wr(e,n,{...r,forEachItem:t,forEachIndex:d,forEachSize:p},o,i,s,a,l.concat(d*p+f),c&&new Map(c),u)))))));return f.flat().forEach(((t,n)=>{t.hasTrackingControls&&o.memoize(a,l.concat(n),t.node,e),Jr(d,t)})),d}(e,v,E,p,r,o,i,s,c,a,f):{blockingList:[]};case":if":case":switch":return Kr(e,E,p,r,o,i,s,c,a,f)}},m=async n=>{var r,o;let{type:i,runtimeContext:s,tplStateStoreScope:a,formStateStoreScope:c}=n,l=!1;const u={disposes:[],listener:()=>{l=!0}};let d,h=0,m=!0;for(;m||l;){if(l=!1,d=await f(s,u,m&&"initial"===i),!l&&"rerender"===i){const e=[...a,...c];await zr(d,s,[s.ctxStore,...e])}if(u.disposes.forEach((e=>e())),u.disposes.length=0,m=!1,++h>10)throw new Error(`Maximum rerender stack overflowed (iid: ${t.iid})`)}return null!==(o=(r=d).node)&&void 0!==o||(r.node={tag:wn.PLACEHOLDER,return:e,tracking:p}),d},v=await m({type:"initial",runtimeContext:S}),{onMount:g,onUnmount:y}=null!==(P=t.lifeCycle)&&void 0!==P?P:{};if(p){var C;v.hasTrackingControls=!0;let t=0;const o=async()=>{const n=++t,[o,i,c]=Gr(S),l=await m({type:"rerender",runtimeContext:o,tplStateStoreScope:i,formStateStoreScope:c});if(t===n){y&&Qt(y,S)(new CustomEvent("unmount",{detail:{rerender:!0}})),r.reRender(s,a,l.node,e),g&&Qt(g,o)(new CustomEvent("mount",{detail:{rerender:!0}}));for(const e of[...i,...c])e.mountAsyncData()}},i=(0,h.debounce)(o,0,{leading:!0,trailing:!0}),c=e.tag===wn.BRICK?e:null,u=c?null!==(C=c.disposes)&&void 0!==C?C:c.disposes=[]:[];if(l)for(const e of l)u.push(S.ctxStore.onChange(e,i));if(d)for(const e of d){const t=Re(S,"STATE",`: "${n}"`);u.push(t.onChange(e,i))}}return g&&r.registerArbitraryLifeCycle("onMount",(()=>{Qt(g,S)(new CustomEvent("mount",{detail:{rerender:!1}}))})),y&&r.registerArbitraryLifeCycle("onUnmount",(()=>{Qt(y,S)(new CustomEvent("unmount",{detail:{rerender:!1}}))})),v}/\.tpl-/.test(I)&&!Te.get(I)&&await Qr((0,l.loadBricksImperatively)([I],Ko()),"brick",I,r.unknownBricks);const T=function(e,t){if(!e.includes(".")&&e.startsWith("tpl-")&&t){const n=`${t}.${e}`;if(Te.get(n))return n}return!!Te.get(e)&&e}(I,null===(f=S.app)||void 0===f?void 0:f.id);if(T){var R;const e=null!==(R=c.get(T))&&void 0!==R?R:0;if(e>=10)throw new Error(`Maximum custom template stack overflowed: "${T}"`);c.set(T,e+1)}else I.includes("-")&&!customElements.get(I)&&(I===Lr?customElements.get(Lr)||customElements.define(Lr,Ur):m.blockingList.push(Qr((0,l.enqueueStableLoadBricks)([I],Ko()),"brick",I,r.unknownBricks)));let L,B;if(I===Lr){var _,M;({formData:L,...B}=null!==(_=t.properties)&&void 0!==_?_:{}),null!==(M=t.properties)&&void 0!==M&&M.compute&&(L=await st(L,S))}else{if(S.inUseBrick){const e=t.transform;e&&(Ce(A,"`useBrick.transform`",'please use "properties" instead, check your useBrick:',t),A||(B={...t.properties,...e}))}null!=B||(B=t.properties)}const $=[],N=function(e,t,n){return(0,u.isObject)(e)?Object.entries(e).map((e=>{let[r,o]=e;const{contextNames:i,stateNames:s,formStateNames:a}=ht(o);return(i||s||a)&&n.push({contextNames:i,stateNames:s,formStateNames:a,propName:r,propValue:o}),[r,st(o,t,{$$lazyForUseBrick:!0,$$stateOfUseBrick:"useBrick"===r?nt.USE_BRICK:nt.INITIAL})]})):[]}(B,S,$),U=t[Pt];U&&N.push(...U);const F="script"===I;if(F||"link"===I){const e=await vt(N);if(F?e.src:"stylesheet"===e.rel&&e.href){var j;const t=null!==(j=window.PUBLIC_ROOT)&&void 0!==j?j:"";if(F){const{src:n,...r}=e;await Qr((0,l.loadScript)(n,t,r),"script",n,"silent")}else{const{href:n,...r}=e;await Qr((0,l.loadStyle)(n,t,r),"stylesheet",n,"silent")}return m}}const V={tag:wn.BRICK,type:T||I,return:e,slotId:s,events:t.events,runtimeContext:S,portal:t.portal,iid:t.iid,ref:t.ref};m.node=V;const D=(0,x.strictCollectMemberUsage)([t.events,t.lifeCycle],"PROCESSORS",2);D.size>0&&m.blockingList.push(Qr((0,l.loadProcessorsImperatively)(D,Ko()),"processors",[...D].join(", "),r.unknownBricks));const H=[];Et(S,$,d);H.push((async()=>{V.properties=await vt(N),function(e,t){for(const r of t){var n;const t=()=>{e.element&&yt(e.element,{[r.propName]:r.propValue},e.runtimeContext)};if(null!==(n=e.disposes)&&void 0!==n||(e.disposes=[]),r.contextNames)for(const n of r.contextNames)e.disposes.push(e.runtimeContext.ctxStore.onChange(n,t));if(r.stateNames){const n=Re(e.runtimeContext,"STATE",`: "${r.propValue}"`);for(const o of r.stateNames)e.disposes.push(n.onChange(o,t))}if(r.formStateNames){const n=Ue(e.runtimeContext,"FORM_STATE",`: "${r.propValue}"`);for(const o of r.formStateNames)e.disposes.push(n.onChange(o,t))}}}(V,$)})()),r.registerBrickLifeCycle(V,t.lifeCycle);let K,W=t;T?W=function(e,t,n,r,o){var i;const s=(0,h.uniqueId)("tpl-state-"),a={...n.runtimeContext,tplStateStoreId:s};delete a.forEachItem,delete a.forEachIndex,delete a.forEachSize,delete a.formStateStoreId;const c=new Ir("STATE",n,o,s);a.tplStateStoreMap.set(s,c),a.tplStateStoreScope&&a.tplStateStoreScope.push(c);const{bricks:l,proxy:u,state:d,contracts:p}=Te.get(e);null==Uo||null===(i=Uo.flowApi)||void 0===i||i.collectWidgetContract(p),c.define(d,a,r);const{slots:f,children:m,...v}=t,g={...v,brick:e};n.tplHostMetadata={internalBricksByRef:new Map,tplStateStoreId:s,proxy:u};const y={properties:new Map,slots:new Map};if(null!=u&&u.properties)for(const[e,t]of Object.entries(u.properties)){let n=y.properties.get(t.ref);n||(n=[],y.properties.set(t.ref,n)),n.push({from:e,to:t})}if(null!=u&&u.slots)for(const[e,t]of Object.entries(u.slots)){let n=y.slots.get(t.ref);n||(n=[],y.slots.set(t.ref,n)),n.push({from:e,to:t})}const E={reversedProxies:y,asyncHostPropertyEntries:r,externalSlots:Yr(m,f),tplStateStoreId:s,hostBrick:n,usedSlots:new Set};return g.slots={"":{type:"bricks",bricks:l.flatMap((e=>Rr(e,E)))}},g}(T,t,V,N,r):I===Lr&&(W=function(e,t,n,r,o){var i,s;const a="string"==typeof e?JSON.parse(e):e,c=(0,h.uniqueId)("form-state-"),l={...n.runtimeContext,formStateStoreId:c};delete l.forEachItem,delete l.forEachIndex,delete l.forEachSize,delete l.tplStateStoreId;const d=new Ir("FORM_STATE",void 0,o,c);l.formStateStoreMap.set(c,d),l.formStateStoreScope&&l.formStateStoreScope.push(d);const p=null!==(i=a.context)&&void 0!==i?i:[];p.some((e=>"params"===e.name))||p.push({name:"params"}),d.define(p,l,r);const f=Mr(a.formSchema,a.fields,c);return _r.includes(f.brick)&&t.events&&(f.events=function(e,t){const n=null!=e?e:{};for(const[e,r]of Object.entries(t))n[e]=(0,u.hasOwnProperty)(n,e)?[n[e],r].flat():r;return n}(f.events,t.events)),"boolean"!=typeof(null===(s=t.properties)||void 0===s?void 0:s.renderRoot)||t.properties.renderRoot?{...t,slots:void 0,children:[{brick:"eo-micro-view",properties:{style:{padding:"12px"}},children:[f]}]}:{...t,slots:void 0,children:[f]}}(L,t,V,N,r)),W.portal&&(V.slotId=void 0),T?(K={...S},delete K.forEachItem,delete K.forEachIndex,delete K.forEachSize):K=S;return H.push((async()=>{const e=Yr(W.children,W.slots);if(!e)return;const t=new Map,n=await Promise.all(Object.entries(e).map(((e,n)=>{let[s,a]=e;if("routes"!==a.type)return Kr(V,a.bricks,K,r,o,i,s,c,void 0,d);const l=o[o.length-1];return null!=l&&l.incrementalSubRoutes&&(t.set(n,s),r.performIncrementalRender(a,o,(async(e,t)=>{const{homepage:n}=K.app,{pathname:c}=e;if(!v(n,c)||!o.every((e=>{let r,o;return(r=It(e,n,t.pathname))&&(o=It(e,n,c))&&(e!==l||(0,h.isEqual)(r.params,o.params))})))return!1;const[u,d,p]=Gr({...K,location:e,query:new URLSearchParams(e.search)});let f,m=!1,g=[];try{if(f=await Hr(V,a.routes,u,r,o,i,s,!0),f.route){if(r.reBailout(f))return!0;g=[...d,...p],await zr(f,u,[u.ctxStore,...g])}await r.reMergeMenuRequestNodes(i,a.routes,f.menuRequestNode)}catch(e){console.error("Incremental sub-router failed:",e);const t=await r.reCatch(e,V);if(!t)return!0;({failed:m,output:f}=t),await r.reMergeMenuRequestNodes(i,a.routes,f.menuRequestNode)}if(r.reRender(s,[],f.node,V),!m){u.ctxStore.mountAsyncData(f.route);for(const e of g)e.mountAsyncData()}return!0}))),Hr(V,a.routes,K,r,o,i,s,void 0,d)}))),s={...m,node:void 0,blockingList:[],menuRequestNode:void 0};n.forEach(((e,n)=>{t.has(n)&&r.memoize(t.get(n),[],e.node,V),Jr(s,e),function(e,t){const n=t.menuRequestNode;if(n)if(e.menuRequestNode){let t=e.menuRequestNode;for(;t.sibling;)t=t.sibling;t.sibling=n}else e.menuRequestNode=n}(s,e)})),s.node&&(V.child=s.node),Jr(m,{...s,node:void 0}),Xr(i,m.menuRequestNode=s.menuRequestNode)})()),await Promise.all(H),m}(e,t,n,r,o,i,s,a,c,d)}catch(n){if(t.errorBoundary)return console.error("Error caught by error boundary:",n),{node:await Vr(n,e),blockingList:[]};throw n}}function qr(e){return[e.ctxStore,...e.tplStateStoreMap.values(),...e.formStateStoreMap.values()]}function zr(e,t,n){return(0,l.flushStableLoadBricks)(),Promise.all([...e.blockingList,...n.map((e=>e.waitForAll())),...t.pendingPermissionsPreCheck])}function Gr(e){const t=[],n=[];return[{...e,tplStateStoreScope:t,formStateStoreScope:n},t,n]}function Jr(e,t){const{blockingList:n,node:r,menuRequestNode:o,hasTrackingControls:i,...s}=t;if(e.blockingList.push(...n),r)if(e.node){let t=e.node;for(;t.sibling;)t=t.sibling;t.sibling=r}else e.node=r;Object.assign(e,s)}function Xr(e,t){if(t)if(e.child){let n=e.child;for(;n.sibling;)n=n.sibling;n.sibling=t}else e.child=t}function Yr(e,t){let n=t;if(Array.isArray(e)&&!n){n={};for(const{slot:t,...r}of e){const e=null!=t?t:"";(0,u.hasOwnProperty)(n,e)||(n[e]={type:"bricks",bricks:[]}),n[e].bricks.push(r)}}return n}function Qr(e,t,n,r){return"silent"===r?e.catch((e=>{console.error('Load %s "%s" failed:',t,n,e)})):e}let Zr,eo,to;function no(){if(!Zr){if(Zr={isInIframe:!1,isInIframeOfSameSite:!1,isInIframeOfNext:!1,isInIframeOfVisualBuilder:!1,isInIframeOfLegacyConsole:!1},window!==window.parent){Zr.isInIframe=!0;try{if(window.origin===window.parent.origin){Zr.isInIframeOfSameSite=!0;const e="/next/"===f(),t=window.parent.location.pathname,n=t.startsWith("/next/");Zr.isInIframeOfNext=!(Number(e)^Number(n));const r=n?"/next":"";Zr.isInIframeOfVisualBuilder=t.startsWith(`${r}/visual-builder/`)||t.startsWith(`${r}/visual-builder-`),Zr.isInIframeOfLegacyConsole=e&&!n}}catch{}}Object.freeze(Zr)}return Zr}function ro(e){var t;if(e.$$registerCustomTemplateProcessed)return;e.$$registerCustomTemplateProcessed=!0;const n=null===(t=e.meta)||void 0===t?void 0:t.customTemplates;if(Array.isArray(n))for(const t of n){const n=t.name.includes(".")?t.name:`${e.app.id}.${t.name}`;Te.define(n,t)}}function oo(e){let t;t="8.2"===e?"v8-2":"v8",document.documentElement.dataset.ui=t}const io="basic.show-watermark";function so(e){return!!e&&(e instanceof l.BrickLoadError||e instanceof C.HttpFetchError||e instanceof Error&&"ChunkLoadError"===e.name||e instanceof Event&&"error"===e.type&&e.target instanceof HTMLScriptElement)}const ao="reload-for-error-count",co=2;function lo(e){if(/upchat/i.test(navigator.userAgent)&&so(e)){var t;const e=+(null!==(t=sessionStorage.getItem(ao))&&void 0!==t?t:0);if(e<co)return sessionStorage.setItem(ao,String(e+1)),!0;uo()}return!1}function uo(){sessionStorage.removeItem(ao)}var po=new WeakMap,fo=new WeakMap,ho=new WeakMap,mo=new WeakMap,vo=new WeakMap,go=new WeakMap,yo=new WeakMap,Eo=new WeakMap,wo=new WeakMap,bo=new WeakMap,So=new WeakMap,Ao=new WeakMap,ko=new WeakSet;class Io{constructor(e){(0,I.A)(this,ko),(0,i.A)(this,po,void 0),(0,i.A)(this,fo,!1),(0,i.A)(this,ho,void 0),(0,i.A)(this,mo,void 0),(0,i.A)(this,vo,void 0),(0,i.A)(this,go,new Set),(0,i.A)(this,yo,0),(0,i.A)(this,Eo,void 0),(0,i.A)(this,wo,void 0),(0,i.A)(this,bo,void 0),(0,i.A)(this,So,void 0),(0,i.A)(this,Ao,!1),(0,s.A)(po,this,e);const t=k();window.addEventListener("beforeunload",(e=>{(0,P.A)(ko,this,Po).call(this,{})?(e.preventDefault(),e.returnValue=""):delete e.returnValue})),t.block(((e,t)=>(0,P.A)(ko,this,Po).call(this,{location:e,action:t})))}getRenderId(){return(0,a.A)(Eo,this)}getRuntimeContext(){return(0,a.A)(mo,this)}getRecentApps(){return{currentApp:(0,a.A)(wo,this),previousApp:(0,a.A)(bo,this)}}getNavConfig(){return(0,a.A)(So,this)}bootstrap(){window.AbortController&&(eo=new AbortController,C.http.interceptors.request.use((e=>{var t;return{...e,options:{signal:null!==(t=e.options)&&void 0!==t&&t.noAbortOnRouteChange?null:eo.signal,...e.options}}})));const e=k();let t=e.location;return e.listen(((e,n)=>{const r=t;t=e,(0,a.A)(fo,this)?(0,s.A)(ho,this,{location:e,prevLocation:r,action:n}):(0,P.A)(ko,this,Oo).call(this,{location:e,prevLocation:r,action:n}).catch(Wt)})),(0,P.A)(ko,this,Oo).call(this,{location:e.location})}}function Po(e){var t;const n=k(),r=n.getBlockMessage();null===(t=(0,a.A)(vo,this))||void 0===t||t.dispatchBeforePageLeave(e);const o=n.getBlockMessage();return!r&&o&&n.unblock(),o}function Co(e,t,n){var r,o;if((0,s.A)(yo,this,(r=(0,a.A)(yo,this),o=r++,r)),o>10){const t=`Infinite redirect detected: from "${n.pathname}${n.search}${n.hash}" to "${e}"`;throw new Error(t)}k().replace(e,t)}async function Oo(e){(0,s.A)(fo,this,!0);try{await(0,P.A)(ko,this,xo).call(this,e)}finally{if((0,s.A)(fo,this,!1),(0,a.A)(ho,this)){const e=(0,a.A)(ho,this);(0,s.A)(ho,this,void 0),await(0,P.A)(ko,this,Oo).call(this,e)}}}async function xo(e){let{location:t,prevLocation:n,action:r}=e;if(n){var o,i,s,c;let e;const u={hash:void 0,state:void 0};var l;if(void 0!==t.key&&("POP"!==r||void 0!==n.key&&!1!==(null===(o=n.state)||void 0===o?void 0:o.notify))||(u.key=void 0),((0,p.locationsAreEqual)({...n,...u},{...t,...u})||"POP"!==r&&!1===(null===(i=t.state)||void 0===i?void 0:i.notify))&&(e=!0),e||null!==(s=t.state)&&void 0!==s&&s.noIncremental||(0,a.A)(Ao,this)||(e=await(null===(l=(0,a.A)(vo,this))||void 0===l?void 0:l.didPerformIncrementalRender(t,n))),e)return;if(eo&&(eo.abort(),eo=new AbortController),null===(c=(0,a.A)(vo,this))||void 0===c||c.dispatchPageLeave(),"POP"===r&&g(m((0,a.A)(po,this),t.pathname)))return void window.location.reload();H("locationChange")}return(0,P.A)(ko,this,To).call(this,t,!n)}async function To(e,t){var n,r,o,i,c,u;const d=(0,s.A)(Eo,this,(0,h.uniqueId)("render-id-")),p=null==Uo||null===(n=Uo.auth)||void 0===n||null===(r=n.isBlockedPath)||void 0===r?void 0:r.call(n,e.pathname);Ve=new WeakSet,Ke.clear(),null==Uo||null===(o=Uo.flowApi)||void 0===o||o.clearCollectWidgetContract(),k().unblock();const f=null==Uo||null===(i=Uo.pageView)||void 0===i?void 0:i.create(),v=p?void 0:m((0,a.A)(po,this),e.pathname),g=null===(c=(0,a.A)(mo,this))||void 0===c?void 0:c.app,y=null==v||null===(u=v.app)||void 0===u?void 0:u.id;window.BOOTSTRAP_UNION_FILE&&y&&y!==(null==g?void 0:g.id)&&function(e){const{appId:t,version:n}=e;window.APP_ROOT_TPL&&(window.APP_ID=t,window.APP_ROOT=window.APP_ROOT_TPL.replace("{id}",t).replace("{version}",n))}({appId:y,version:v.app.currentVersion}),null!=v&&v.app&&await async function(e){if(!e.$$fulfilled)return e.$$fulfilling||(e.$$fulfilling=async function(e){var t;await(null==Uo||null===(t=Uo.fulfilStoryboard)||void 0===t?void 0:t.call(Uo,e)),_(e),Object.assign(e,{$$fulfilled:!0,$$fulfilling:null})}(e)),e.$$fulfilling}(v);const E=(0,s.A)(wo,this,null==v?void 0:v.app);!function(){var e,t,n,r,o,i,s,a;const c=jo().getFeatureFlags(),u=jo().getMiscSettings();if(!c["show-watermark"])return;const d="0.0.0"===(null===(e=window.APP_ROOT)||void 0===e||null===(e=e.match(/versions\/([^/]+)\//))||void 0===e?void 0:e[1])||"0.0.0"===(null===(t=window.APP_ROOT)||void 0===t||null===(t=t.match(/micro-apps\/(?:v2|v3)\/[^/]+\/([^/]+)/))||void 0===t?void 0:t[1]),p=null!==(n=null==Uo||null===(r=Uo.auth)||void 0===r||null===(r=r.getAuth())||void 0===r?void 0:r.username)&&void 0!==n?n:"",f=null!==(o=u.watermarkConfig)&&void 0!==o?o:{flags:{}},m=[..."string"==typeof f.content?[f.content]:null!==(i=f.content)&&void 0!==i?i:[],null!==(s=f.flags)&&void 0!==s&&s["show-development"]&&d?"Development":"",null!==(a=f.flags)&&void 0!==a&&a["show-user"]?p:""].filter(Boolean);if(0===m.length)return;const v={content:m,zIndex:1001,width:200,font:{fontSize:28},gap:[190,190],...(0,h.omit)(f,["content","flags"])};to?to.resolve(v):(0,l.loadBricksImperatively)([io],Ko()).then((()=>{to=document.createElement(io),to.resolve(v)}),(e=>{console.error("Load watermark service failed:",e)}))}();const w=g&&E?g.id!==E.id:g!==E;(0,O.clearExpressionASTCache)(),w&&(0,O.clearFunctionASTCache)();const b=jo().getFeatureFlags(),S=(0,a.A)(vo,this),A=(t,n)=>{null==f||f({status:"redirected"}),(0,a.A)(go,this).add(S),(0,P.A)(ko,this,Co).call(this,t,n,e)},I=()=>{const t=b["sso-enabled"]?"/sso-auth/login":"/auth/login";Ft(e),A(t,{from:e})},x=document.querySelector("#main-mount-point"),T=document.querySelector("#portal-mount-point"),R={tag:wn.ROOT,container:x,createPortal:T},L=()=>{var e;bn(x),bn(T),(0,a.A)(go,this).add(S);for(const e of(0,a.A)(go,this))e&&(e.dispatchOnUnmount(),e.dispose());(0,a.A)(go,this).clear(),null==Uo||null===(e=Uo.messageDispatcher)||void 0===e||e.reset(),w&&((0,s.A)(bo,this,g),window.dispatchEvent(new CustomEvent("app.change",{detail:{previousApp:g,currentApp:E}})))};if(Q(E&&(re()[E.id]||E.theme)||"light"),ie("default"),E){var B,M,$,N,U,F;null==Uo||null===(B=Uo.checkInstalledApps)||void 0===B||B.preCheckInstalledApps(v,(e=>!!Jo(e)));const n={bailout:e=>e.unauthenticated?(I(),!0):e.redirect?(A(e.redirect.path,e.redirect.state),!0):void(0,s.A)(yo,this,0),mergeMenus:async e=>{const t=await Promise.all(e);(0,s.A)(So,this,function(e){const t={breadcrumb:[]};for(const n of e){const{breadcrumb:e}=n;e&&(e.overwrite?t.breadcrumb=e.items:t.breadcrumb.push(...e.items))}return t}(t)),window.dispatchEvent(new CustomEvent("navConfig.change",{detail:(0,a.A)(So,this)}))},catch:async(t,n,r,o)=>{if(!Vt(t)||window.NO_AUTH_GUARD){if(!(t instanceof C.HttpAbortError)){const i=jo().getMiscSettings().noAuthGuardLoginPath;if(Vt(t)&&i)return void A(i,{from:e});if(r)throw t;return!o&&lo(t)?void window.location.reload():{failed:!0,output:{node:await Vr(t,n,!o),blockingList:[]}}}(0,a.A)(go,this).add(S)}else I()}},r=(0,s.A)(vo,this,new Mn("page",{routeHelper:n,renderId:d})),o=(0,s.A)(mo,this,{app:E,location:e,query:new URLSearchParams(e.search),flags:b,sys:{...null==Uo||null===(M=Uo.auth)||void 0===M?void 0:M.getAuth(),...no(),settings:{brand:jo().getBrandSettings()}},ctxStore:new Ir("CTX",void 0,r),pendingPermissionsPreCheck:[null==Uo||null===($=Uo.checkPermissions)||void 0===$?void 0:$.preCheckPermissions(v)],tplStateStoreMap:new Map,formStateStoreMap:new Map});(0,s.A)(So,this,void 0),ro(v),me(null===(N=v.meta)||void 0===N?void 0:N.functions,E),null==Uo||null===(U=Uo.flowApi)||void 0===U||U.collectContract(null===(F=v.meta)||void 0===F?void 0:F.contracts);let i,c=!1,l=[];try{qn.clear();const e={};if(i=await Hr(R,function(e){if(window.parent===window)return e;let t=e;const n=(0,h.findLastIndex)(t,(e=>e.path.startsWith("${APP.homepage}/_dev_only_/template-preview/")));t=[...t.slice(0,n+1),{path:"${APP.homepage}/_dev_only_/template-preview/:templateId",bricks:[{brick:"span"}],menu:!1,exact:!0},...t.slice(n+1)];const r=(0,h.findLastIndex)(t,(e=>e.path.startsWith("${APP.homepage}/_dev_only_/snippet-preview/")));return t=[...t.slice(0,r+1),{path:"${APP.homepage}/_dev_only_/snippet-preview/:snippetId",bricks:[{brick:"span"}],menu:!1,exact:!0},...t.slice(r+1)],t}(v.routes),o,r,[],e),n.bailout(i))return;l=qr(o),await zr(i,o,l),e.child=i.menuRequestNode,r.setInitialMenuRequestNode(e),await n.mergeMenus(r.getMenuRequests())}catch(e){console.error("Router failed:",e),t&&(0,s.A)(Ao,this,!0);const r=await n.catch(e,R,t);if(!r)return;({failed:c,output:i}=r)}if(uo(),R.child=i.node,(0,s.A)(Ao,this,!1),L(),i.route&&"routes"!==i.route.type||c){if(c||r.dispatchBeforePageLoad(),te(),ae(),oo(null==E?void 0:E.uiVersion),Sn(R),window.scrollTo(0,0),c)null==f||f({status:"failed"});else{r.dispatchPageLoad(),r.dispatchAnchorLoad(),r.dispatchOnMount(),r.initializeScrollIntoView(),r.initializeMediaChange(),r.initializeMessageDispatcher();for(const e of l)e.mountAsyncData();null==f||f({status:"ok",path:i.path,pageTitle:document.title})}return void H("rendered")}}else{if(!window.NO_AUTH_GUARD&&null!=Uo&&Uo.auth&&!Uo.auth.isLoggedIn())return void I();L()}te(),ae();const j=await Vr(new jr(p?"page blocked":E?"page not found":"app not found"),R,!0);R.child=j,Sn(R),window.scrollTo(0,0),null==f||f({status:p?"blocked":"not-found"}),H("rendered")}const Ro="undefined"!=typeof BRICK_PACKAGES?BRICK_PACKAGES:null;var Lo=n(3999);function Bo(e){const t=[];if(["light","dark"].forEach((n=>{if(e[n])switch(e.type){case"brandColor":t.push((0,Lo.LP)(n,e[n]));break;case"baseColors":t.push((0,Lo.eC)(n,e[n],e.backgroundColor));break;case"variables":t.push((0,Lo.Gb)(n,e[n]))}})),t.length>0){const e=document.createElement("style");return e.textContent=t.join("\n\n"),document.head.appendChild(e),()=>{e.remove()}}}let _o,Mo,$o,No,Uo;function Fo(e){if(_o)throw new Error("Cannot create multiple runtimes");return window.addEventListener("message",(e=>{let{data:t}=e;if((null==t?void 0:t.source)!==U)return;const n=t.payload;switch(null==n?void 0:n.type){case F:D=n.active;break;case j:V=n.panel}})),Uo=null==e?void 0:e.hooks,(0,c.initializeI18n)(Mt,$t),d.locale(c.i18n.language),c.i18n.on("languageChanged",(()=>{d.locale(c.i18n.language)})),A(),_o=new Ho,_o}const jo=function(){const e=S();if(e)return function(){return new Proxy(e.getRuntime(),{get(){switch(arguments.length<=1?void 0:arguments[1]){case"getCurrentApp":case"getRecentApps":case"hasInstalledApp":case"getDesktops":case"getLaunchpadSettings":case"getLaunchpadSiteMap":case"toggleLaunchpadEffect":case"applyPageTitle":case"getNavConfig":case"getFeatureFlags":case"getMiscSettings":case"getBrandSettings":return Reflect.get(...arguments)}}})}}()||function(){return _o};var Vo=new WeakMap,Do=new WeakMap;class Ho{constructor(){(0,i.A)(this,Vo,!1),(0,i.A)(this,Do,!1),(0,o.A)(this,"version",3)}initialize(e){var t;if((0,a.A)(Vo,this))throw new Error("The runtime cannot be initialized more than once");(0,s.A)(Vo,this,!0),function(e){(0,u.isObject)(e.settings)&&(0,u.deepFreeze)(e.settings),e.brickPackages&&(0,u.deepFreeze)(e.brickPackages)}(e),Mo=e;const{notification:n,dialog:r}=Wo();var o;!1!==n&&(o=null!=n?n:"basic.show-notification",(0,this.loadBricks)([o]).then((()=>{Ht=document.createElement(o)}),(e=>{console.error("Load notification service failed:",e)}))),!1!==r&&function(e,t){t([e]).then((()=>{Nt=document.createElement(e)}),(e=>{console.error("Load dialog service failed:",e)}))}(null!=r?r:"basic.show-dialog",this.loadBricks),function(e){e&&(e.brandColor?Bo({type:"brandColor",...e.brandColor}):e.baseColors?Bo({type:"baseColors",...e.baseColors}):e.variables&&Bo({type:"variables",...e.variables}))}(null===(t=e.settings)||void 0===t||null===(t=t.misc)||void 0===t?void 0:t.theme)}async bootstrap(e){if(e&&this.initialize(e),(0,a.A)(Do,this))throw new Error("The runtime cannot be bootstrapped more than once");(0,s.A)(Do,this,!0),$o=new Io(Mo.storyboards),await $o.bootstrap()}getRecentApps(){var e,t;return null!==(e=null===(t=$o)||void 0===t?void 0:t.getRecentApps())&&void 0!==e?e:{}}getCurrentApp(){var e;return null===(e=$o)||void 0===e?void 0:e.getRecentApps().currentApp}hasInstalledApp(e,t){return Ne(e,t)}getFeatureFlags(){var e,t;return{...null===(e=Mo)||void 0===e||null===(e=e.settings)||void 0===e?void 0:e.featureFlags,...null===(t=$o)||void 0===t||null===(t=t.getRecentApps().currentApp)||void 0===t||null===(t=t.config)||void 0===t||null===(t=t.settings)||void 0===t?void 0:t.featureFlags,"migrate-to-brick-next-v3":!0}}getMiscSettings(){var e,t;return{...null===(e=Mo)||void 0===e||null===(e=e.settings)||void 0===e?void 0:e.misc,...null===(t=$o)||void 0===t||null===(t=t.getRecentApps().currentApp)||void 0===t||null===(t=t.config)||void 0===t||null===(t=t.settings)||void 0===t?void 0:t.misc}}getBrandSettings(){var e;return{base_title:"DevOps 管理专家",...null===(e=Mo)||void 0===e||null===(e=e.settings)||void 0===e?void 0:e.brand}}getLaunchpadSettings(){var e;return{columns:7,rows:4,...null===(e=Mo)||void 0===e||null===(e=e.settings)||void 0===e?void 0:e.launchpad}}getDesktops(){var e,t;return null!==(e=null===(t=Mo)||void 0===t?void 0:t.desktops)&&void 0!==e?e:[]}getLaunchpadSiteMap(){var e,t;return null!==(e=null===(t=Mo)||void 0===t?void 0:t.siteSort)&&void 0!==e?e:[]}toggleLaunchpadEffect(e){document.body.classList.toggle("launchpad-open",e)}applyPageTitle(e){var t;const n=this.getBrandSettings().base_title;document.title=(null===(t=$o)||void 0===t||null===(t=t.getRecentApps().currentApp)||void 0===t?void 0:t.localeTitle)||(e?`${e} - ${n}`:n)}getNavConfig(){var e;return null===(e=$o)||void 0===e?void 0:e.getNavConfig()}loadBricks(e){return(0,l.loadBricksImperatively)(e,Ko())}}function Ko(){var e,t,n,r;return null!=No?No:No=function(e,t){if(null==t||!t.length)return e;const n=new Map;return[...t,...e].forEach((e=>{const t=e.filePath.split("/")[1];n.has(t)||n.set(t,e)})),Array.from(n.values())}(null!==(e=null!==(t=null!==(n=null===(r=Mo)||void 0===r?void 0:r.brickPackages)&&void 0!==n?n:Ro)&&void 0!==t?t:window.STANDALONE_BRICK_PACKAGES)&&void 0!==e?e:[],window.PUBLIC_DEPS)}function Wo(){var e,t;return null!==(e=null===(t=Mo)||void 0===t||null===(t=t.settings)||void 0===t?void 0:t.presetBricks)&&void 0!==e?e:{}}function qo(){var e;return null===(e=$o)||void 0===e?void 0:e.getRenderId()}function zo(){var e;return null===(e=$o)||void 0===e?void 0:e.getRuntimeContext()}function Go(e){var t;return null===(t=Mo)||void 0===t||null===(t=t.storyboards)||void 0===t?void 0:t.find((t=>t.app.id===e))}function Jo(e){var t;return null===(t=Go(e))||void 0===t?void 0:t.app}function Xo(){for(var e,t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];null==Uo||null===(e=Uo.auth)||void 0===e||null===(t=e.authenticate)||void 0===t||t.call(e,...r)}function Yo(){var e;return null==Uo||null===(e=Uo.auth)||void 0===e?void 0:e.getAuth()}function Qo(){var e,t;return null==Uo||null===(e=Uo.auth)||void 0===e||null===(t=e.logout)||void 0===t?void 0:t.call(e)}function Zo(){var e;return null==Uo||null===(e=Uo.auth)||void 0===e?void 0:e.isLoggedIn()}var ei=new WeakMap;const ti=new class{constructor(){(0,i.A)(this,ei,new Map)}define(e,t){(0,a.A)(ei,this).has(e)?console.error(`Custom editor of "${e}" already registered`):(0,a.A)(ei,this).set(e,t)}get(e){return(0,a.A)(ei,this).get(e)}};async function ni(e,t,n){return qe(await je(e),e,"resolve",t,n)}function ri(e){let t,{portal:n,scope:r="fragment",unknownBricks:o,unsafe_penetrate:i}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=n;t=n||(()=>(s=document.createElement("div"),s.style.position="absolute",s.style.width=s.style.height="0",document.body.append(s),s));let a,l,u=!1;return{async render(n){let{theme:d,uiVersion:p,language:f,context:m,functions:v,templates:g,i18n:y,url:E,app:w}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(u)throw new Error("The root is unmounted and cannot be rendered any more");const b=[].concat(n),S=a,A=(0,h.uniqueId)("render-id-");a=new Mn(r,{unknownBricks:o,renderId:A});const k={ctxStore:new Ir("CTX",void 0,a),pendingPermissionsPreCheck:[],tplStateStoreMap:new Map,formStateStoreMap:new Map,unsafe_penetrate:i};if(E){const e=new URL(E);k.query=e.searchParams,k.location={pathname:e.pathname,search:e.search,hash:e.hash,state:void 0}}const I={tag:wn.ROOT,container:e,createPortal:t};if("page"===r){var P;Q(null!=d?d:"light"),ie("default"),oo(p),f&&await c.i18n.changeLanguage(f),null!=w||(w={id:"demo",homepage:"/demo"}),k.app=w;const e={app:w,meta:{i18n:y,customTemplates:g}};null===(P=l)||void 0===P||P(),l=_(e),ro(e),me(v,w)}k.ctxStore.define(m,k);let C,O=!1,x=[];try{C=await Kr(I,b,k,a,[],{}),x=qr(k),await zr(C,k,x)}catch(e){O=!0,C={node:await Vr(e,I,"page"===r),blockingList:[]}}if(I.child=C.node,null==S||S.dispatchOnUnmount(),null==S||S.dispose(),bn(e),s&&bn(s),"page"===r&&(O||a.dispatchBeforePageLoad(),te(),ae()),Sn(I),"page"===r&&window.scrollTo(0,0),!O){for(const e of x)e.mountAsyncData();"page"===r&&a.dispatchPageLoad(),a.dispatchOnMount(),a.initializeScrollIntoView(),a.initializeMediaChange(),a.initializeMessageDispatcher()}},unmount(){u||(u=!0,bn(e),s&&(bn(s),n||s.remove()))}}}function oi(e){let{useRealTimeQuery:t}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n={...zo()};t&&(n.query=new URLSearchParams(k().location.search));const r=t=>{if("string"==typeof t){if((0,O.isEvaluable)(t)){const e=et(t,n);return De(e),e}return(0,T.inject)(t,n)}return!(0,u.isObject)(t)||He(e)?t:Array.isArray(t)?t.map((e=>r(e))):Object.fromEntries(Object.entries(t).map((e=>{let[t,n]=e;return[r(t),r(n)]})))};return r(e)}const ii=[];function si(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1e3,t=-1;const n=()=>{if(t>-1){const e=ii.indexOf(t);e>-1&&ii.splice(e,1)}};return{push:()=>{var r;return n(),t=(null!==(r=ii[ii.length-1])&&void 0!==r?r:-1)+1,ii.push(t),t+e},pull:n}}},4712:(e,t,n)=>{"use strict";n.r(t),n.d(t,{__dev_only_clearGlobalExecutionContextStack:()=>K,__dev_only_getGlobalExecutionContextStack:()=>W,clearExpressionASTCache:()=>se,clearFunctionASTCache:()=>ee,cook:()=>q,isEvaluable:()=>re,isTrackAll:()=>ie,precook:()=>X,precookFunction:()=>Z,preevaluate:()=>ne,shouldAllowRecursiveEvaluations:()=>oe});var r=n(4586);let o=function(e){return e[e.LEXICAL=0]="LEXICAL",e[e.STRICT=1]="STRICT",e}({});const i=Symbol.for("SourceNode"),s=Symbol.for("FormalParameters"),a=Symbol.for("ECMAScriptCode"),c=Symbol.for("Environment"),l=Symbol.for("IsConstructor"),u=Symbol.for("ThisMode"),d=Symbol.for("$DebuggerCall$"),p=Symbol.for("$DebuggerScope$"),f=Symbol.for("$DebuggerNode$"),h=Symbol.for("$DebuggerReturn$");class m{constructor(){(0,r.A)(this,"VariableEnvironment",void 0),(0,r.A)(this,"LexicalEnvironment",void 0),(0,r.A)(this,"Function",void 0)}}let v=function(e){return e[e.UNINITIALIZED=0]="UNINITIALIZED",e[e.LEXICAL=1]="LEXICAL",e[e.INITIALIZED=2]="INITIALIZED",e}({});class g{constructor(e){(0,r.A)(this,"OuterEnv",void 0),(0,r.A)(this,"bindingMap",new Map),(0,r.A)(this,"ThisValue",void 0),(0,r.A)(this,"ThisBindingStatus",void 0),this.OuterEnv=e}HasBinding(e){return this.bindingMap.has(e)}CreateMutableBinding(e,t){return this.bindingMap.set(e,{mutable:!0,deletable:t}),S(void 0)}CreateImmutableBinding(e,t){return this.bindingMap.set(e,{strict:t}),S(void 0)}InitializeBinding(e,t){const n=this.bindingMap.get(e);return Object.assign(n,{initialized:!0,value:t}),S(void 0)}SetMutableBinding(e,t,n){const r=this.bindingMap.get(e);if(!r.initialized)throw new ReferenceError(`${e} is not initialized`);if(!r.mutable)throw new TypeError("Assignment to constant variable");return r.value=t,S(void 0)}GetBindingValue(e,t){const n=this.bindingMap.get(e);if(!n.initialized)throw new ReferenceError(`${e} is not initialized`);return n.value}HasThisBinding(){return!1}}class y extends g{}class E extends g{constructor(e){super(e[c]),e[u]===o.LEXICAL?this.ThisBindingStatus=v.LEXICAL:this.ThisBindingStatus=v.UNINITIALIZED}HasThisBinding(){return this.ThisBindingStatus!==v.LEXICAL}BindThisValue(e){if(this.ThisBindingStatus===v.INITIALIZED)throw new Error("This binding has been initialized");this.ThisValue=e,this.ThisBindingStatus=v.INITIALIZED}GetThisBinding(){if(this.ThisBindingStatus===v.UNINITIALIZED)throw new Error("This binding is not initialized");return this.ThisValue}}class w{constructor(e,t,n){(0,r.A)(this,"Base",void 0),(0,r.A)(this,"ReferenceName",void 0),(0,r.A)(this,"Strict",void 0),this.Base=e,this.ReferenceName=t,this.Strict=n}}class b{constructor(e,t){(0,r.A)(this,"Type",void 0),(0,r.A)(this,"Value",void 0),this.Type=e,this.Value=t}}function S(e){return new b("normal",e)}const A=Symbol("empty completion");function k(e){const t=new Set,n=e=>{if(Array.isArray(e))for(const t of e)n(t);else if(e)switch(e.type){case"Identifier":return void t.add(e.name);case"VariableDeclaration":return n(e.declarations);case"VariableDeclarator":case"FunctionDeclaration":return n(e.id);case"ArrayPattern":return n(e.elements);case"AssignmentPattern":return n(e.left);case"ObjectPattern":return n(e.properties);case"Property":return n(e.value);case"RestElement":return n(e.argument)}};return n(e),Array.from(t)}function I(e){const t=e=>{if(Array.isArray(e))return e.some(t);if(e)switch(e.type){case"ArrayPattern":return t(e.elements);case"AssignmentPattern":return!0;case"ObjectPattern":return t(e.properties);case"Property":return e.computed||t(e.value);case"RestElement":return t(e.argument)}};return t(e)}function P(e,t){const n=[],r={var:t.var},o=(e,t)=>{if(Array.isArray(e))for(const n of e)o(n,t);else if(e){switch(e.type){case"FunctionDeclaration":return void(Number(!t.var)^Number(t.topLevel)&&n.push(e));case"VariableDeclaration":return void(Number(!t.var)^Number("var"===e.kind)&&n.push(e));case"SwitchCase":return void o(e.consequent,r);case"CatchClause":return void o(e.body,r)}if(t.var)switch(e.type){case"BlockStatement":case"DoWhileStatement":case"WhileStatement":return void o(e.body,r);case"IfStatement":return o(e.consequent,r),void o(e.alternate,r);case"ForStatement":return o(e.init,r),void o(e.body,r);case"ForInStatement":case"ForOfStatement":return o(e.left,r),void o(e.body,r);case"SwitchStatement":return void o(e.cases,r);case"TryStatement":return o(e.block,r),o(e.handler,r),void o(e.finalizer,r)}}};return o(e,t),n}function C(e){return"unresolvable"!==e.Base&&!(e.Base instanceof g)}function O(e,t){return e.Base.InitializeBinding(e.ReferenceName,t)}function x(e,t,n){if(null==t)return e;const r=Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t));for(const o of r)if(!n.has(o)){const n=Object.getOwnPropertyDescriptor(t,o);null!=n&&n.enumerable&&(e[o]=t[o])}return e}function T(e,t){const n="const"===e.kind;for(const r of k(e))n?t.CreateImmutableBinding(r,!0):t.CreateMutableBinding(r,!1)}function R(e){return"normal"===e.Type||"continue"==e.Type}function L(e,t){return e.Value!==A?e:new b(e.Type,t)}function B(e){if(e instanceof b&&(e=e.Value),!(e instanceof w))return e;if("unresolvable"===e.Base)throw new ReferenceError(`${e.ReferenceName} is not defined`);return e.Base instanceof g?e.Base.GetBindingValue(e.ReferenceName,e.Strict):e.Base[e.ReferenceName]}function _(e){return"symbol"==typeof e?e:String(e)}function M(e,t){return e[t]}function $(e,t){if("unresolvable"===e.Base)throw new ReferenceError(`${e.ReferenceName} is not defined`);return e.Base instanceof g?e.Base.SetMutableBinding(e.ReferenceName,t,e.Strict):(e.Base[e.ReferenceName]=t,S(void 0))}function N(e){if(t=e,!(Array.isArray(t)||null!=t&&"function"==typeof t[Symbol.iterator]))throw new TypeError(typeof e+" is not iterable");var t;return e[Symbol.iterator]()}function U(e){if(null==e)throw new TypeError("Cannot destructure properties of undefined or null")}function F(e,t,n){return e?e.HasBinding(t)?new w(e,t,n):F(e.OuterEnv,t,n):new w("unresolvable",t,n)}function j(e,t,n){switch(t){case"+":return e+n;case"-":return e-n;case"/":return e/n;case"%":return e%n;case"*":return e*n;case"**":return e**n;case"==":return e==n;case"===":return e===n;case"!=":return e!=n;case"!==":return e!==n;case">":return e>n;case"<":return e<n;case">=":return e>=n;case"<=":return e<=n;case"in":return e in n}throw new SyntaxError(`Unsupported binary operator \`${t}\``)}const V=new WeakSet([Function,Object,Function.prototype,Object.prototype,function(){if("undefined"!=typeof self)return self;if("undefined"!=typeof window)return window;if("undefined"!=typeof global)return global;throw new Error("unable to locate global object")}()]),D=new WeakSet([Array,Map,Set,URL,URLSearchParams,WeakMap,WeakSet,RegExp]),H=[];function K(){H.length=0}function W(){return H}function q(e,t){var n;let{rules:r,debug:v,externalSourceForDebug:g,globalVariables:K={},ArrayConstructor:W=Array,hooks:q={}}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const G="FunctionDeclaration"!==e.type;function J(e){g||function(e){if(V.has(e))throw new TypeError("Cannot access reserved objects such as `Function`.")}(e)}const X=new y(null),Y=new m;Y.VariableEnvironment=X,Y.LexicalEnvironment=X;const Q=[Y];for(const[e,t]of Object.entries(K))X.CreateImmutableBinding(e,!0),X.InitializeBinding(e,t);const Z=new WeakMap;let ee;function*te(e,n,r){var o,i;switch(null===(o=q.beforeEvaluate)||void 0===o||o.call(q,e),ee=e,v&&(r||e.type.endsWith("Statement")&&("ExpressionStatement"!==e.type||"CallExpression"!==e.expression.type&&"TaggedTemplateExpression"!==e.expression.type)&&"TryStatement"!==e.type&&"BlockStatement"!==e.type&&"DoWhileStatement"!==e.type&&"WhileStatement"!==e.type&&"ForStatement"!==e.type&&"ForInStatement"!==e.type&&"ForOfStatement"!==e.type)&&(yield),e.type){case"ArrayExpression":{const t=new W;for(const n of e.elements)if(n)if("SpreadElement"===n.type){const e=B(yield*te(n.argument));t.push(...e)}else t.push(B(yield*te(n)));else t.length+=1;return S(t)}case"ArrowFunctionExpression":return Oe(e),S(we(e));case"BinaryExpression":{const n=B(yield*te(e.left)),r=yield*te(e.right),o=B(r);if(G&&"|>"===e.operator){if("function"!=typeof o){const n=t.substring(e.right.start,e.right.end);throw new TypeError(`${n} is not a function`)}let i;return r instanceof w&&C(r)&&(i=r.Base),S(o.call(i,n))}return S(j(n,e.operator,o))}case"CallExpression":{const t=(yield*te(e.callee,n)).Value,r=B(t);return null==r&&(e.optional||null!=n&&n.skipped)?(n.skipped=!0,S(void 0)):(J(r),v&&(yield),yield*pe(r,t,e.arguments,e.callee))}case"ChainExpression":return yield*te(e.expression,{});case"ConditionalExpression":return S(B(yield*te(B(yield*te(e.test))?e.consequent:e.alternate)));case"Identifier":return S(re(e.name));case"Literal":if(e.regex){if(null===e.value)throw new SyntaxError(`Invalid regular expression: ${e.raw}`);if(e.regex.flags.includes("u"))throw new SyntaxError(`Unsupported unicode flag in regular expression: ${e.raw}`);return S(new RegExp(e.regex.pattern,e.regex.flags))}return S(e.value);case"LogicalExpression":{const t=B(yield*te(e.left));switch(e.operator){case"&&":return S(t&&B(yield*te(e.right)));case"||":return S(t||B(yield*te(e.right)));case"??":return S(null!=t?t:B(yield*te(e.right)));default:throw new SyntaxError(`Unsupported logical operator '${e.operator}'`)}}case"MemberExpression":{const t=B((yield*te(e.object,n)).Value);if(null==t&&(e.optional||null!=n&&n.skipped))return n.skipped=!0,S(void 0);J(t);const r=e.computed?yield*function*(e,t){const n=_(B(yield*te(t)));return new w(e,n,!0)}(t,e.property):function(e,t){ee=t;const n=t.name;return new w(e,n,!0)}(t,e.property);return J(r),S(r)}case"NewExpression":return yield*function*(e,n){const r=B(yield*te(e)),o=yield*fe(n);if("function"!=typeof r||!1===r[l]){const n=t.substring(e.start,e.end);throw new TypeError(`${n} is not a constructor`)}if(!g&&!function(e){return D.has(e)||e===Date}(r)&&r!==W){const n=t.substring(e.start,e.end);throw new TypeError(`${n} is not an allowed constructor`)}return S(new r(...o))}(e.callee,e.arguments);case"ObjectExpression":{const t={};for(const n of e.properties)if("SpreadElement"===n.type)x(t,B(yield*te(n.argument)),new Set);else{if("init"!==n.kind)throw new SyntaxError("Unsupported object getter/setter");const e=n.computed||"Identifier"!==n.key.type?yield*ke(n.key):n.key.name;if("__proto__"===e)throw new TypeError("Setting '__proto__' property is not allowed");const r=B(yield*te(n.value));n.method&&"function"==typeof r&&be(r,e),t[e]=r}return S(t)}case"SequenceExpression":{let t;for(const n of e.expressions)t=S(B(yield*te(n)));return t}case"TemplateLiteral":{const t=[e.quasis[0].value.cooked];let n=0;for(const r of e.expressions){const o=B(yield*te(r));t.push(String(o)),t.push(e.quasis[n+=1].value.cooked)}return S(t.join(""))}case"TaggedTemplateExpression":{const t=(yield*te(e.tag)).Value,n=B(t);return J(n),v&&(yield),yield*pe(n,t,e.quasi,e.tag)}case"UnaryExpression":{const t=(yield*te(e.argument)).Value;if(!G&&"delete"===e.operator){if(!(t instanceof w))return S(!0);if(C(t))return S(delete t.Base[t.ReferenceName])}return"typeof"===e.operator?t instanceof w&&"unresolvable"===t.Base?S("undefined"):S(typeof B(t)):S(function(e,t){switch(t){case"!":return!e;case"+":return+e;case"-":return-e;case"void":return}throw new SyntaxError(`Unsupported unary operator \`${t}\``)}(B(t),e.operator))}}if(!G)switch(e.type){case"AssignmentExpression":{if("="===e.operator){if("ArrayPattern"!==e.left.type&&"ObjectPattern"!==e.left.type){const t=(yield*te(e.left)).Value;let n;return n=ve(e.right)&&"Identifier"===e.left.type?ge(e.right,e.left.name):B(yield*te(e.right)),$(t,n),S(n)}const t=B(yield*te(e.right));return yield*ce(e.left,t),S(t)}const t=(yield*te(e.left)).Value,n=B(t),r=B(yield*te(e.right)),o=function(e,t,n){switch(t){case"+=":case"-=":case"*=":case"/=":case"%=":case"**=":return j(e,t.substr(0,t.length-1),n)}throw new SyntaxError(`Unsupported assignment operator \`${t}\``)}(n,e.operator,r);return $(t,o),S(o)}case"BlockStatement":{if(!e.body.length)return S(A);const t=ne().LexicalEnvironment,n=new y(t);de(e.body,n),ne().LexicalEnvironment=n;const r=yield*me(e.body);return ne().LexicalEnvironment=t,r}case"BreakStatement":return new b("break",A);case"ContinueStatement":return new b("continue",A);case"EmptyStatement":case"FunctionDeclaration":return S(A);case"DoWhileStatement":return oe(yield*function*(e){let t;for(;;){const n=yield*te(e.body);if(!R(n))return L(n,t);if(n.Value!==A&&(t=n.Value),!B(yield*te(e.test,void 0,!0)))return S(t)}}(e));case"ExpressionStatement":case"TSAsExpression":return yield*te(e.expression);case"ForInStatement":case"ForOfStatement":return oe(yield*function*(e){const t=e.left,n="VariableDeclaration"===t.type?"var"===t.kind?"varBinding":"lexicalBinding":"assignment",r="lexicalBinding"===n?k(t):[],o="ForInStatement"===e.type?"enumerate":"iterate",i=yield*function*(e,t,n){const r=ne(),o=r.LexicalEnvironment;if(e.length>0){const t=new y(o);for(const n of e)t.CreateMutableBinding(n,!1);r.LexicalEnvironment=t}const i=yield*te(t,void 0,!0);r.LexicalEnvironment=o;const s=B(i);return"enumerate"===n?null==s?new b("break",A):S(function*(e){for(const t in e)yield t}(s)):S(N(s))}(r,e.right,o);return"normal"!==i.Type?i:yield*function*(e,t,n,r,o){const i="assignment"===o?e:e.declarations[0].id,s=ne().LexicalEnvironment;let a;const c="ObjectPattern"===i.type||"ArrayPattern"===i.type;for(;;){ee=i;const{done:l,value:u}=n.next();if(l)return v&&(yield),S(a);let d,p;if("lexicalBinding"===o){if(p=new y(s),T(e,p),ne().LexicalEnvironment=p,v&&(yield),!c){const[e]=k(i);d=re(e)}}else v&&(yield),c||(d=(yield*te(i)).Value);c?"assignment"===o?yield*ce(i,u):"varBinding"===o?yield*Ae(i,u,void 0):yield*Ae(i,u,p):"lexicalBinding"===o?O(d,u):$(d,u);const f=yield*te(t);if(ne().LexicalEnvironment=s,!R(f)){const e=L(f,a);if("enumerate"!==r&&void 0!==n.return){const e=n.return();if(!e||!["object","function"].includes(typeof e))throw new TypeError("Iterator result is not an object")}return e}f.Value!==A&&(a=f.Value)}}(t,e.body,i.Value,o,n)}(e));case"ForStatement":return oe(yield*function*(e){var t;if("VariableDeclaration"===(null===(t=e.init)||void 0===t?void 0:t.type)){if("var"===e.init.kind)return yield*te(e.init),yield*se(e.test,e.update,e.body,[]);const t=ne().LexicalEnvironment,n=new y(t),r="const"===e.init.kind,o=k(e.init);for(const e of o)r?n.CreateImmutableBinding(e,!0):n.CreateMutableBinding(e,!1);ne().LexicalEnvironment=n,yield*te(e.init);const i=r?[]:Array.from(o),s=yield*se(e.test,e.update,e.body,i);return ne().LexicalEnvironment=t,s}return e.init&&B(yield*te(e.init)),yield*se(e.test,e.update,e.body,[])}(e));case"FunctionExpression":return Oe(e),S(Ee(e));case"IfStatement":var s;return B(yield*te(e.test))?(null===(s=q.beforeBranch)||void 0===s||s.call(q,e,"if"),L(yield*te(e.consequent),void 0)):(null===(i=q.beforeBranch)||void 0===i||i.call(q,e,"else"),e.alternate?L(yield*te(e.alternate),void 0):S(void 0));case"ReturnStatement":{let t;return e.argument&&(t=B(yield*te(e.argument))),new b("return",t)}case"ThisExpression":if(!g)break;return S(function(){let e=ne().LexicalEnvironment;for(;e;){if(e.HasThisBinding())return e;e=e.OuterEnv}throw new Error("Accessing global this is forbidden")}().GetThisBinding());case"ThrowStatement":throw B(yield*te(e.argument));case"UpdateExpression":{const t=(yield*te(e.argument)).Value,n=Number(B(t)),r="++"===e.operator?n+1:n-1;return $(t,r),S(e.prefix?r:n)}case"SwitchCase":return yield*me(e.consequent);case"SwitchStatement":{const t=B(yield*te(e.discriminant)),n=ne().LexicalEnvironment,r=new y(n);de(e.cases,r),ne().LexicalEnvironment=r;const o=yield*function*(e,t){let n;const r=e.findIndex((e=>!e.test)),o=r>=0,i=o?e.slice(0,r):e;let s=!1;for(const e of i)if(s||(s=yield*ie(e,t)),s){const t=yield*te(e);if(t.Value!==A&&(n=t.Value),"normal"!==t.Type)return L(t,n)}if(!o)return S(n);let a=!1;const c=e.slice(r+1);if(!s)for(const e of c)if(a||(a=yield*ie(e,t)),a){const t=yield*te(e);if(t.Value!==A&&(n=t.Value),"normal"!==t.Type)return L(t,n)}if(a)return S(n);const l=yield*te(e[r]);if(l.Value!==A&&(n=l.Value),"normal"!==l.Type)return L(l,n);for(const e of c){const t=yield*te(e);if(t.Value!==A&&(n=t.Value),"normal"!==t.Type)return L(t,n)}return S(n)}(e.cases,t);return ne().LexicalEnvironment=n,oe(o)}case"TryStatement":{let t;try{t=yield*te(e.block)}catch(n){if(!e.handler)throw n;var a;ee=e.handler,null===(a=q.beforeEvaluate)||void 0===a||a.call(q,e.handler),t=yield*function*(e,t){if(!e.param)return yield*te(e.body);const n=ne().LexicalEnvironment,r=new y(n);for(const t of k(e.param))r.CreateMutableBinding(t,!1);ne().LexicalEnvironment=r,yield*Ae(e.param,t,r);const o=yield*te(e.body);return ne().LexicalEnvironment=n,o}(e.handler,n)}finally{if(e.finalizer){const n=yield*te(e.finalizer);"normal"!==n.Type&&(t=n)}}return t}case"VariableDeclaration":{let t;for(const n of e.declarations)if(ee=n,n.init)if("Identifier"===n.id.type){ee=n.init,v&&"CallExpression"!==ee.type&&"TaggedTemplateExpression"!==ee.type&&(yield);const r=n.id.name,o=re(r);let i;i=ve(n.init)?ge(n.init,r):B(yield*te(n.init)),t="var"===e.kind?$(o,i):O(o,i)}else{ee=n.init,v&&"CallExpression"!==ee.type&&"TaggedTemplateExpression"!==ee.type&&(yield);const r=B(yield*te(n.init));t=yield*Ae(n.id,r,"var"===e.kind?void 0:ne().LexicalEnvironment)}else t="var"===e.kind?S(A):O(re(n.id.name),void 0);return t}case"WhileStatement":return oe(yield*function*(e){let t;for(;;){if(!B(yield*te(e.test,void 0,!0)))return S(t);const n=yield*te(e.body);if(!R(n))return L(n,t);n.Value!==A&&(t=n.Value)}}(e))}throw new SyntaxError(`Unsupported node type \`${e.type}\``)}function ne(){return Q[Q.length-1]}function re(e,t){return t||(t=ne().LexicalEnvironment),F(t,e,!0)}function oe(e){return"break"===e.Type?e.Value===A?S(void 0):S(e.Value):e}function*ie(e,t){return t===B(yield*te(e.test))}function*se(e,t,n,r){let o;for(ae(r);;){if(e&&!B(yield*te(e,void 0,!0)))return S(o);const i=yield*te(n);if(!R(i))return L(i,o);i.Value&&(o=i.Value),ae(r),t&&B(yield*te(t,void 0,!0))}}function ae(e){if(0===e.length)return;const t=ne().LexicalEnvironment,n=t.OuterEnv,r=new y(n);for(const n of e){r.CreateMutableBinding(n,!1);const e=t.GetBindingValue(n,!1);r.InitializeBinding(n,e)}ne().LexicalEnvironment=r}function*ce(e,t){if("ObjectPattern"===e.type)return U(t),e.properties.length>0&&(yield*function*(e,t){const n=new Set;for(const r of e)if("Property"===r.type){const e=r.computed||"Identifier"!==r.key.type?yield*ke(r.key):r.key.name,o="AssignmentPattern"===r.value.type?r.value.left:r.value;if("Identifier"===o.type){const i=re(o.name);let s=M(t,e);"AssignmentPattern"===r.value.type&&void 0===s&&(s=ve(r.value.right)?ge(r.value.right,o.name):B(yield*te(r.value.right))),$(i,s),n.add(e)}else yield*le(r.value,t,e),n.add(e)}else yield*ue(r,t,n)}(e.properties,t)),S(A);const n=N(t);return yield*function*(e,t){let n=S(A);for(const r of e){if(!r){t.next(),n=S(A);continue}const e="RestElement"===r.type?r.argument:"AssignmentPattern"===r.type?r.left:r,o="ArrayPattern"===e.type||"ObjectPattern"===e.type;let i,s;if(o||(i=(yield*te(e)).Value),"RestElement"!==r.type){const{done:n,value:o}=t.next(),i=n?void 0:o;s="AssignmentPattern"===r.type&&void 0===i?ve(r.right)&&"Identifier"===e.type?ge(r.right,e.name):B(yield*te(r.right)):i}else{s=new W;let e=0;for(;;){const{done:n,value:r}=t.next();if(n)break;s[e]=r,e++}}n=o?yield*ce(e,s):$(i,s)}return n}(e.elements,n)}function*le(e,t,n){const r="AssignmentPattern"===e.type?e.left:e,o="ArrayPattern"===r.type||"ObjectPattern"===r.type;let i;o||(i=(yield*te(r)).Value);const s=M(t,n);let a;return a="AssignmentPattern"===e.type&&void 0===s?B(yield*te(e.right)):s,o?yield*ce(r,a):$(i,a)}function*ue(e,t,n){return $((yield*te(e.argument)).Value,x({},t,n))}function de(e,t){const n=P(e,{var:!1,topLevel:!1});for(const e of n){const n="VariableDeclaration"===e.type&&"const"===e.kind;for(const r of k(e))n?t.CreateImmutableBinding(r,!0):t.CreateMutableBinding(r,!1);if("FunctionDeclaration"===e.type){const[n]=k(e),r=ye(e,t);t.InitializeBinding(n,r)}}}function*pe(e,n,r,o){let i;n instanceof w&&C(n)&&(i=n.Base);const s=yield*fe(r);if("function"!=typeof e){const e=t.substring(o.start,o.end);throw new TypeError(`${e} is not a function`)}if(v||g){const t=e[d];if(t){const e=yield*t.apply(i,s);return J(e),S(e)}}const a=e.apply(i,s);return J(a),S(a)}function*fe(e){const t=[];if(Array.isArray(e))for(const n of e)if("SpreadElement"===n.type){const e=B(yield*te(n.argument));t.push(...e)}else t.push(B(yield*te(n)));else{t.push(function(e){const t=Z.get(e);if(t)return t;const n=e.quasis.map((e=>e.value.raw)),r=e.quasis.map((e=>e.value.cooked));return Object.freeze(n),Object.defineProperty(r,"raw",{value:n,writable:!1,enumerable:!1,configurable:!1}),Object.freeze(r),Z.set(e,r),r}(e));for(const n of e.expressions)t.push(B(yield*te(n)))}return t}function*he(e,t,n){var c;null===(c=q.beforeCall)||void 0===c||c.call(q,e[i]),function(e,t,n){if(e[u]===o.LEXICAL)return;const r=t.LexicalEnvironment;null==r||r.BindThisValue(n)}(e,function(e){const t=new m;t.Function=e;const n=new E(e);return t.VariableEnvironment=n,t.LexicalEnvironment=n,Q.push(t),H.push(t),t}(e),t);const l=yield*function*(e,t){return yield*function*(e,t,n){return yield*function*(e,t){const n=ne(),i=e[a],c=e[s],l=k(c),d=I(c),p=P(i,{var:!0,topLevel:!0}),f=k(p),h=[],m=[];for(let e=p.length-1;e>=0;e--){const t=p[e];if("FunctionDeclaration"===t.type){Oe(t);const[e]=k(t);h.includes(e)||(h.unshift(e),m.unshift(t))}else if(null!=r&&r.noVar)throw new SyntaxError("Var declaration is not recommended, use `let` or `const` instead")}const v=!!g&&e[u]!==o.LEXICAL,E=n.LexicalEnvironment;for(const e of l)E.CreateMutableBinding(e,!1);let w=l;if(v){const e=function(e){const t=[...e],n={};Object.defineProperty(n,"length",{value:t.length,writable:!0,configurable:!0});for(let e=0;e<t.length;e++)n[String(e)]=t[e];Object.defineProperty(n,Symbol.iterator,{value:Array.prototype.values,writable:!0,configurable:!0});const r=()=>{throw new TypeError("'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them")};return Object.defineProperty(n,"callee",{get:r,set:r}),n}(t);E.CreateImmutableBinding("arguments",!1),E.InitializeBinding("arguments",e),w=l.concat("arguments")}const b=N(t);let S;if(yield*Pe(c,b,E),d){S=new y(E),n.VariableEnvironment=S;const e=[];for(const t of f)if(!e.includes(t)){let n;e.push(t),S.CreateMutableBinding(t,!1),w.includes(t)&&!h.includes(t)&&(n=E.GetBindingValue(t,!1)),S.InitializeBinding(t,n)}}else{const e=[...w];for(const t of f)e.includes(t)||(e.push(t),E.CreateMutableBinding(t,!1),E.InitializeBinding(t,void 0));S=E}const A=S;n.LexicalEnvironment=A;const C=P(i,{var:!1,topLevel:!0});for(const e of C)for(const t of k(e))"const"===e.kind?A.CreateImmutableBinding(t,!0):A.CreateMutableBinding(t,!1);for(const e of m){const[t]=k(e),n=ye(e,A);S.SetMutableBinding(t,n,!1)}}(t,n),Array.isArray(e)?yield*me(e):new b("return",B(yield*te(e)))}(e[a],e,t)}(e,n);if(v&&(ee={...e[i],[h]:!0},yield{type:"return",value:"return"===l.Type?l.Value:void 0}),Q.pop(),H.pop(),"return"===l.Type)return l.Value}function*me(e){let t=S(A);for(const n of e){const e=yield*te(n);if("normal"!==e.Type)return e;t=L(t,e.Value)}return t}function ve(e){return"FunctionExpression"===e.type&&!e.id||"ArrowFunctionExpression"===e.type}function ge(e,t){var n;switch(null===(n=q.beforeEvaluate)||void 0===n||n.call(q,e),e.type){case"FunctionExpression":return Ee(e,t);case"ArrowFunctionExpression":return we(e,t);default:throw new Error(`Unexpected node type for NamedEvaluation: ${e.type}`)}}function ye(e,t){const n=Se(e,t,!0,!1);return e.id&&be(n,e.id.name),n}function Ee(e,t){const n=ne().LexicalEnvironment;if(e.id){const t=e.id.name,r=new y(n);r.CreateImmutableBinding(t,!1);const o=Se(e,r,!0,!1);return be(o,t),r.InitializeBinding(t,o),o}{const r=Se(e,n,!0,!1);return be(r,null!=t?t:""),r}}function we(e,t){const n=Se(e,ne().LexicalEnvironment,!1,!0);return be(n,null!=t?t:""),n}function be(e,t){Object.defineProperty(e,"name",{value:t,configurable:!0})}function Se(e,t,n,r){const p=function(){return z(he(p,this,arguments))};Object.defineProperties(p,{[i]:{value:e},[s]:{value:e.params},[a]:{value:"BlockStatement"===e.body.type?e.body.body:e.body},[c]:{value:t},[l]:{value:n},[u]:{value:r?o.LEXICAL:o.STRICT}});const f=function(e){let t=0;for(const n of e)switch(n.type){case"AssignmentPattern":case"RestElement":return t;default:t++}return t}(e.params);return Object.defineProperty(p,"length",{configurable:!0,value:f}),(v||g)&&Object.defineProperty(p,d,{value:function(){return he(p,this,arguments)}}),p}function*Ae(e,t,n){switch(e.type){case"Identifier":return function(e,t,n){return n.InitializeBinding(e,t),S(A)}(e.name,t,n);case"ObjectPattern":return U(t),yield*function*(e,t,n){const r=new Set;for(const o of e){if("RestElement"===o.type)return Ie(o,t,n,r);if(o.computed||"Identifier"!==o.key.type){const e=yield*ke(o.key);yield*Ce(o.value,t,n,e),r.add(e)}else yield*Ce(o.value,t,n,o.key.name),r.add(o.key.name)}return S(A)}(e.properties,t,n);case"ArrayPattern":{const r=N(t);return yield*Pe(e.elements,r,n)}}}function*ke(e){return _(B(yield*te(e)))}function Ie(e,t,n,r){const o=re(e.argument.name,n),i=x({},t,r);return n?O(o,i):$(o,i)}function*Pe(e,t,n){if(0===e.length)return S(A);let r;for(const o of e)if(o)if("RestElement"===o.type)if("Identifier"===o.argument.type){const e=re(o.argument.name,n),i=new W;let s=0;for(;;){const{done:o,value:a}=t.next();if(o){r=n?O(e,i):$(e,i);break}i[s]=a,s++}}else{const e=new W;let i=0;for(;;){const{done:s,value:a}=t.next();if(s){r=yield*Ae(o.argument,e,n);break}e[i]=a,i++}}else{const e="AssignmentPattern"===o.type?o.left:o;switch(e.type){case"ObjectPattern":case"ArrayPattern":{let i;const{done:s,value:a}=t.next();s||(i=a),"AssignmentPattern"===o.type&&void 0===i&&(i=B(yield*te(o.right))),r=yield*Ae(e,i,n);break}case"Identifier":{const i=e.name,s=re(i,n);let a;const{done:c,value:l}=t.next();c||(a=l),"AssignmentPattern"===o.type&&void 0===a&&(a=ve(o.right)?ge(o.right,i):B(yield*te(o.right))),r=n?O(s,a):$(s,a);break}}}else t.next(),r=S(A);return r}function*Ce(e,t,n,r){if("Identifier"===e.type||"AssignmentPattern"===e.type&&"Identifier"===e.left.type){const o="Identifier"===e.type?e.name:e.left.name,i=re(o,n);let s=M(t,r);return"AssignmentPattern"===e.type&&void 0===s&&(s=ve(e.right)?ge(e.right,o):B(yield*te(e.right))),n?O(i,s):$(i,s)}let o=M(t,r);return"AssignmentPattern"===e.type&&void 0===o&&(o=B(yield*te(e.right))),yield*Ae("AssignmentPattern"===e.type?e.left:e,o,n)}function Oe(e){if(e.async||e.generator)throw new SyntaxError((e.async?"Async":"Generator")+" function is not allowed");if(G&&!e.expression)throw new SyntaxError("Only an `Expression` is allowed in `ArrowFunctionExpression`'s body")}if(G)return B(z(te(e)));null===(n=q.beforeEvaluate)||void 0===n||n.call(q,e),Oe(e);const[xe]=k(e);X.CreateImmutableBinding(xe,!0);const Te=ye(e,X);return X.InitializeBinding(xe,Te),v&&Object.defineProperties(Te,{[p]:{value:function(){return ne().LexicalEnvironment}},[f]:{value:function(){return ee}}}),Te}function z(e){for(;;){const{done:t,value:n}=e.next();if(t)return n}}class G{constructor(){(0,r.A)(this,"VariableEnvironment",void 0),(0,r.A)(this,"LexicalEnvironment",void 0)}}class J{constructor(e){(0,r.A)(this,"OuterEnv",void 0),(0,r.A)(this,"bindingSet",new Set),this.OuterEnv=e}HasBinding(e){return this.bindingSet.has(e)}CreateBinding(e){this.bindingSet.add(e)}}function X(e){let{expressionOnly:t,visitors:n,withParent:r,externalSourceForDebug:o,hooks:i={}}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const s=new Set,a=[],c=new J(null),l=new G;function u(){return a[a.length-1]}function d(e,t,n){for(const r of t)p(e[r],null==n?void 0:n.concat({node:e,key:r}))}function p(e,r){if(Array.isArray(e))e.forEach(((e,t)=>{p(e,r?r.slice(0,-1).concat({...r[r.length-1],index:t}):r)}));else if(e){var a,c;switch(null===(a=i.beforeVisit)||void 0===a||a.call(i,e,r),function(e){var t,r;n&&(t=n,r=e.type,Object.prototype.hasOwnProperty.call(t,r))&&n[e.type](e)}(e),e.type){case"Identifier":var l;return E=e.name,void(h(u().LexicalEnvironment,E)||(null===(l=i.beforeVisitGlobal)||void 0===l||l.call(i,e,r),s.add(e.name)));case"ArrayExpression":case"ArrayPattern":return void d(e,["elements"],r);case"ArrowFunctionExpression":return void v(g(e,u().LexicalEnvironment,!0),r);case"AssignmentPattern":case"BinaryExpression":case"LogicalExpression":return void d(e,["left","right"],r);case"CallExpression":case"NewExpression":return void d(e,["callee","arguments"],r);case"ChainExpression":return void d(e,["expression"],r);case"ConditionalExpression":return void d(e,["test","consequent","alternate"],r);case"MemberExpression":return d(e,["object"],r),void(e.computed&&d(e,["property"],r));case"ObjectExpression":case"ObjectPattern":return void d(e,["properties"],r);case"Property":return e.computed&&d(e,["key"],r),void d(e,["value"],r);case"RestElement":case"SpreadElement":case"UnaryExpression":return void d(e,["argument"],r);case"SequenceExpression":case"TemplateLiteral":return void d(e,["expressions"],r);case"TaggedTemplateExpression":return void d(e,["tag","quasi"],r);case"Literal":return}if(!t)switch(e.type){case"AssignmentExpression":return void d(e,["right","left"],r);case"BlockStatement":{if(!e.body.length)return;const t=u(),n=t.LexicalEnvironment,o=new J(n);return m(e.body,o),t.LexicalEnvironment=o,d(e,["body"],r),void(t.LexicalEnvironment=n)}case"BreakStatement":case"ContinueStatement":case"EmptyStatement":return;case"CatchClause":{const t=u(),n=t.LexicalEnvironment,o=new J(n);return f(e.param,o),t.LexicalEnvironment=o,d(e,["param","body"],r),void(t.LexicalEnvironment=n)}case"DoWhileStatement":return void d(e,["body","test"],r);case"ExpressionStatement":case"TSAsExpression":return void d(e,["expression"],r);case"ForInStatement":case"ForOfStatement":{const t="VariableDeclaration"===e.left.type&&"var"!==e.left.kind,n=u(),o=n.LexicalEnvironment;if(t){const t=new J(o);f(e.left,t),n.LexicalEnvironment=t}if(d(e,["right"],r),n.LexicalEnvironment=o,t){const t=new J(o);f(e.left,t),n.LexicalEnvironment=t}return d(e,["left","body"],r),void(n.LexicalEnvironment=o)}case"ForStatement":{var y;const t="VariableDeclaration"===(null===(y=e.init)||void 0===y?void 0:y.type)&&"var"!==e.init.kind,n=u(),o=n.LexicalEnvironment;if(t){const t=new J(o);f(e.init,t),n.LexicalEnvironment=t}return d(e,["init","test","body","update"],r),void(n.LexicalEnvironment=o)}case"FunctionDeclaration":{const[t]=k(e),n=u().LexicalEnvironment,o=g(e,n);return n.CreateBinding(t),void v(o,r)}case"FunctionExpression":{const t=function(e){const t=u().LexicalEnvironment;if(!e.id)return g(e,t);const n=e.id.name,r=new J(t);return r.CreateBinding(n),g(e,r)}(e);return void v(t,r)}case"IfStatement":return void d(e,["test","consequent","alternate"],r);case"ReturnStatement":case"ThrowStatement":case"UpdateExpression":return void d(e,["argument"],r);case"SwitchCase":return void d(e,["test","consequent"],r);case"SwitchStatement":{d(e,["discriminant"],r);const t=u(),n=t.LexicalEnvironment,o=new J(n);return m(e.cases,o),t.LexicalEnvironment=o,d(e,["cases"],r),void(t.LexicalEnvironment=n)}case"ThisExpression":if(!o)break;return;case"TryStatement":return void d(e,["block","handler","finalizer"],r);case"VariableDeclaration":return void d(e,["declarations"],r);case"VariableDeclarator":return void d(e,["id","init"],r);case"WhileStatement":return void d(e,["test","body"],r)}(null===(c=i.beforeVisitUnknown)||void 0===c?void 0:c.call(i,e,r))||console.warn(`Unsupported node type \`${e.type}\``)}var E}function f(e,t){for(const n of k(e))t.CreateBinding(n)}function h(e,t){return!!e&&(e.HasBinding(t)||h(e.OuterEnv,t))}function m(e,t){f(P(e,{var:!1,topLevel:!1}),t)}function v(e,t){!function(e){const t=new G,n=new J(e.Environment);t.VariableEnvironment=n,t.LexicalEnvironment=n,a.push(t)}(e),function(e,t){const n=u(),r=e.ECMAScriptCode,i=e.FormalParameters,s=I(i),a=k(P(r,{var:!0,topLevel:!0})),c=!!o&&"LEXICAL"!==e.ThisMode,l=n.LexicalEnvironment;let d;if(f(i,l),c&&l.CreateBinding("arguments"),p(i,null==t?void 0:t.concat({node:e.Function,key:"params"})),s){d=new J(l),n.VariableEnvironment=d;for(const e of a)d.CreateBinding(e)}else{for(const e of a)l.CreateBinding(e);d=l}const h=d;n.LexicalEnvironment=h,f(P(r,{var:!1,topLevel:!0}),h)}(e,t),p(e.ECMAScriptCode,null==t?void 0:t.concat({node:e.Function,key:"body"}).concat("BlockStatement"===e.Function.body.type?{node:e.Function.body,key:"body"}:[])),a.pop()}function g(e,t,n){return{Function:e,FormalParameters:e.params,ECMAScriptCode:"BlockStatement"===e.body.type?e.body.body:e.body,Environment:t,ThisMode:n?"LEXICAL":"STRICT"}}return l.VariableEnvironment=c,l.LexicalEnvironment=c,a.push(l),p(e,r?[]:void 0),s}var Y=n(580);let Q=new WeakMap;function Z(e){let{typescript:t,cacheKey:n,...r}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=n?Q.get(n):void 0;return o||(o=function(e){let{typescript:t}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=(0,Y.parse)(e,{plugins:["estree",t&&"typescript"].filter(Boolean),strictMode:!0,attachComment:!1}).program.body,r=t?[]:n;if(t)for(const e of n)if(e.type.startsWith("TS")){if(/Enum|Import|Export/.test(e.type))throw new SyntaxError(`Unsupported TypeScript syntax: ${e.type}`)}else r.push(e);if(0===r.length)throw new SyntaxError("Function declaration not found");if(r.length>1||"FunctionDeclaration"!==r[0].type)throw new SyntaxError(`Expect a single function declaration at top level, but received: ${r.map((e=>`"${e.type}"`)).join(", ")}`);return r[0]}(e,{typescript:t}),n&&Q.set(n,o)),{function:o,attemptToVisitGlobals:X(o,r)}}function ee(){Q=new WeakMap}const te=new Map;function ne(e){let{cache:t,...n}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const r=[],o=e.replace(/^\s*<%[~=]?\s|\s%>\s*$/g,(e=>(r.push(e),"")));let i=t?te.get(o):void 0;return i||(i=function(e){return(0,Y.parseExpression)(e,{plugins:["estree",["pipelineOperator",{proposal:"minimal"}]],attachComment:!1})}(o),t&&te.set(o,i)),{expression:i,attemptToVisitGlobals:X(i,{...n,expressionOnly:!0}),source:o,prefix:r[0],suffix:r[1]}}function re(e){return/^\s*<%[~=]?\s/.test(e)&&/\s%>\s*$/.test(e)}function oe(e){return/^\s*<%~\s/.test(e)}function ie(e){return/^\s*<%=\s/.test(e)&&/\s%>\s*$/.test(e)}function se(){te.clear()}},5177:(e,t,n)=>{"use strict";function r(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];return function(o,i){if("string"==typeof t?o.name===t:t.includes(o.name)){const t=[];for(let s=1;s<=n;s++){const n=i[i.length-s];if("MemberExpression"===(null==n?void 0:n.node.type)&&"object"===n.key){const i=n.node;i.computed||"Identifier"!==i.property.type?i.computed&&"Literal"===i.property.type&&"string"==typeof i.property.value?t.push(r?`${o.name}.${i.property.value}`:i.property.value):e.hasNonStaticUsage=!0:t.push(r?`${o.name}.${i.property.name}`:i.property.name)}else e.hasNonStaticUsage=!0}t.length===n&&e.usedProperties.add(t.join("."))}}}function o(e,t){return function(n,r,o){if(r.name===e){const e=o[o.length-1],r=o[o.length-2];if("CallExpression"===(null==r?void 0:r.node.type)&&"callee"===(null==r?void 0:r.key)&&"MemberExpression"===(null==e?void 0:e.node.type)&&"object"===e.key&&(e.node.computed?"Literal"===e.node.property.type&&e.node.property.value===t:"Identifier"===e.node.property.type&&e.node.property.name===t)){const e=r.node.arguments;if(e.length>0){const t=e[0];"Literal"===t.type&&"string"==typeof t.value?n.usedArgs.add(t.value):n.hasNonStaticUsage=!0}}}}}n.r(t),n.d(t,{beforeVisitGlobalMember:()=>r,collectAppGetMenuUsage:()=>i,collectInstalledAppsHasUsage:()=>s,collectMemberUsage:()=>d,collectMemberUsageInFunction:()=>g,createProviderClass:()=>c.createProviderClass,scanPermissionActionsInAny:()=>b,scanPermissionActionsInStoryboard:()=>w,strictCollectMemberUsage:()=>u,track:()=>f,trackAll:()=>h,traverseStoryboardExpressions:()=>l,traverseStoryboardFunction:()=>v,traverseStoryboardFunctions:()=>m,unwrapProvider:()=>c.unwrapProvider});const i=o("APP","getMenu"),s=o("INSTALLED_APPS","has");var a=n(8303),c=n(2478);function l(e,t,n){const r=new WeakSet,{matchExpressionString:o,visitNotMatchedExpressionString:i,visitNonExpressionString:s,visitObject:l}="string"==typeof n?{matchExpressionString:e=>e.includes(n)}:n;!function e(n){if("string"==typeof n)if((0,a.isEvaluable)(n))if(o(n))try{(0,a.preevaluate)(n,{cache:!0,withParent:!0,hooks:{beforeVisitGlobal(e,r){t(e,r,n)}}})}catch(e){console.error("Parse storyboard expression failed:",e)}else null==i||i(n);else null==s||s(n);else if((0,c.isObject)(n)){if(r.has(n))return;r.add(n),null==l||l(n);for(const t of Array.isArray(n)?n:Object.values(n))e(t)}}(e)}function u(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;const{hasNonStaticUsage:r,nonStaticUsage:o,usedProperties:i}=d(e,t,n);if(r)throw new Error(`Non-static usage of ${t} is prohibited, check your expression: "${o}"`);return i}function d(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;const o={usedProperties:new Set,hasNonStaticUsage:!1},i=r(o,t,n);return l(e,((e,t,n)=>{i(e,t),o.hasNonStaticUsage&&(o.nonStaticUsage=n)}),t),o}const p=["CTX","STATE","FORM_STATE"];function f(e,t,n){if(e.includes(t)){const o={usedProperties:new Set,hasNonStaticUsage:!1},{expression:i}=(0,a.preevaluate)(e,{cache:!0,withParent:!0,hooks:{beforeVisitGlobal:r(o,n)}});let s;if("SequenceExpression"===i.type&&(s=i.expressions[0])&&"Literal"===s.type&&s.value===t){if(o.usedProperties.size>0)return o.usedProperties;console.warn(`You are using "${t}" but no \`${n}\` usage found in your expression: ${JSON.stringify(e)}`)}}return!1}function h(e){if(p.some((t=>e.includes(t)))){const t={usedProperties:new Set,hasNonStaticUsage:!1};if((0,a.preevaluate)(e,{cache:!0,withParent:!0,hooks:{beforeVisitGlobal:r(t,p,1,!0)}}),t.usedProperties.size>0){const e=[...t.usedProperties],n={context:!1,state:!1,formState:!1},r={CTX:"context",STATE:"state",FORM_STATE:"formState"};return e.forEach((e=>{const[t,o]=e.split(".");n[r[t]]||(n[r[t]]=[]),n[r[t]].push(o)})),n}console.warn(`You are using track all but no "CTX" or "STATE" or "FORM_STATE" usage found in your expression: ${JSON.stringify(e)}`)}return!1}function m(e,t,n){if(Array.isArray(e))for(const r of e)null!=n&&n.matchSource&&!n.matchSource(r.source)||v(r,t)}function v(e,t,n){try{(0,a.precookFunction)(e.source,{typescript:e.typescript,withParent:!0,hooks:{beforeVisitGlobal:t},cacheKey:e})}catch(t){n||console.error(`Parse storyboard function "${e.name}" failed:`,t)}}function g(e,t,n){let o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;const i={usedProperties:new Set,hasNonStaticUsage:!1};if(e.source.includes(t)&&v(e,r(i,t,o),n),i.hasNonStaticUsage&&!n)throw new Error(`Non-static usage of ${t} is prohibited, check your function: "${e.name}"`);return i.usedProperties.delete(e.name),i.usedProperties}const y="PERMISSIONS",E="check";function w(e){var t;const n=new Set,r=S(n),{customTemplates:o,functions:i}=null!==(t=e.meta)&&void 0!==t?t:{};return l([e.routes,o],r,y),m(i,r,{matchSource:e=>e.includes(y)}),Array.from(n)}function b(e){const t=new Set;return l(e,S(t),y),Array.from(t)}function S(e){return function(t,n){if(t.name===y){const t=n[n.length-1],r=n[n.length-2];if("CallExpression"===(null==r?void 0:r.node.type)&&"callee"===(null==r?void 0:r.key)&&"MemberExpression"===(null==t?void 0:t.node.type)&&"object"===t.key&&(t.node.computed?"Literal"===t.node.property.type&&t.node.property.value===E:"Identifier"===t.node.property.type&&t.node.property.name===E))for(const t of r.node.arguments)"Literal"===t.type&&"string"==typeof t.value&&e.add(t.value)}}}},5774:(e,t,n)=>{"use strict";n.r(t),n.d(t,{inject:()=>A,transform:()=>S,transformAndInject:()=>k});var r=n(563),o=n(5285);let i=function(e){return e[e.Initial=0]="Initial",e[e.ExpectField=1]="ExpectField",e[e.ExpectOptionalBeginDefault=2]="ExpectOptionalBeginDefault",e[e.ExpectDefaultValue=3]="ExpectDefaultValue",e[e.ExpectOptionalBeginPipe=4]="ExpectOptionalBeginPipe",e[e.ExpectPipeIdentifier=5]="ExpectPipeIdentifier",e[e.ExpectOptionalBeginPipeParameter=6]="ExpectOptionalBeginPipeParameter",e[e.ExpectPipeParameter=7]="ExpectPipeParameter",e[e.ExpectPlaceholderEnd=8]="ExpectPlaceholderEnd",e}({}),s=function(e){return e.Raw="Raw",e.BeginPlaceHolder="BeginPlaceHolder",e.Field="Field",e.BeginDefault="BeginDefault",e.LiteralString="LiteralString",e.BeginPipe="BeginPipe",e.PipeIdentifier="PipeIdentifier",e.BeginPipeParameter="BeginPipeParameter",e.EndPlaceHolder="EndPlaceHolder",e.JsonValue="JsonValue",e}({}),a=function(e){return e[e.Array=0]="Array",e[e.Object=1]="Object",e[e.String=2]="String",e[e.Others=3]="Others",e}({});function c(e){return new RegExp(`(${[].concat(e).map((e=>(0,r.escapeRegExp)(e))).join("|")})\\{`)}function l(e){var t;const n=b(e),r=null===(t=n.match(e.beginPlaceholder))||void 0===t?void 0:t[0],o=r?n.indexOf(r):-1;if(o>=0&&r&&"{"!==n.charAt(o+r.length)){const t=e.cursor+o;o>0&&e.tokens.push({type:s.Raw,value:n.substring(0,o)}),e.tokens.push({type:s.BeginPlaceHolder,loc:{start:t,end:t+r.length},value:r.substring(0,r.length-1)}),e.cursor+=o+r.length,e.status=i.ExpectField}else e.tokens.push({type:s.Raw,value:n}),e.cursor=e.raw.length}function u(e){e.cursor+=b(e).match(/^[ \r\n\t]*/)[0].length}function d(e){const[t]=b(e).match(/^[\w.*[\]\-\u{80}-\u{10FFFF}]*/u);e.tokens.push({type:s.Field,value:t}),e.cursor+=t.length,e.status=i.ExpectOptionalBeginDefault}function p(e){"="===b(e).charAt(0)?(e.tokens.push({type:s.BeginDefault}),e.cursor+=1,e.status=i.ExpectDefaultValue):e.status=i.ExpectOptionalBeginPipe}function f(e){w(e,i.ExpectOptionalBeginPipe)}function h(e){"|"===b(e).charAt(0)?(e.tokens.push({type:s.BeginPipe}),e.cursor+=1,e.status=i.ExpectPipeIdentifier):e.status=i.ExpectPlaceholderEnd}function m(e){const t=b(e).match(/^[a-zA-Z]\w*/);if(!t)throw new Error(`Expected a pipe identifier at index ${e.cursor} near: ${JSON.stringify(e.raw.substring(e.cursor))}`);const n=t[0];e.tokens.push({type:s.PipeIdentifier,value:n}),e.cursor+=n.length,e.status=i.ExpectOptionalBeginPipeParameter}function v(e){":"===b(e).charAt(0)?(e.tokens.push({type:s.BeginPipeParameter}),e.cursor+=1,e.status=i.ExpectPipeParameter):e.status=i.ExpectOptionalBeginPipe}function g(e){w(e,i.ExpectOptionalBeginPipeParameter)}function y(e){if("}"!==b(e).charAt(0))throw new Error(`Expected a placeholder end '}' at index ${e.cursor} near: ${JSON.stringify(e.raw.substring(e.cursor))}`);e.tokens.push({type:s.EndPlaceHolder,loc:{start:e.cursor,end:e.cursor+1}}),e.cursor+=1,e.status=i.Initial}const E=new Map([["false",!1],["null",null],["true",!0]]);function w(e,t){const n=b(e);if(/[0-9[{"]/.test(n.charAt(0))||/-[0-9]/.test(n.substring(0,2)))!function(e,t){const n=b(e),r=n.charAt(0),o="["===r?a.Array:"{"===r?a.Object:'"'===r?a.String:a.Others;let i=0,c=0,l=0,u=!1,d=!1,p=!1;for(;i<n.length;){const e=n.charAt(i);if(d)d=!1;else if(u)'"'===e?u=!1:"\\"===e&&(d=!0);else switch(e){case"[":l+=1;break;case"{":c+=1;break;case"]":l-=1;break;case"}":c-=1;break;case'"':u=!0}switch(i+=1,o){case a.Array:p=!l;break;case a.Object:p=!c;break;case a.String:p=!u;break;default:p=i<n.length&&/[^a-z0-9E.+-]/.test(n.charAt(i))}if(p)break}if(!p)throw new Error(`Failed to match a JSON value at index ${e.cursor} near: ${JSON.stringify(e.raw.substring(e.cursor))}`);e.tokens.push({type:s.JsonValue,value:JSON.parse(n.substring(0,i))}),e.cursor+=i,e.status=t}(e,t);else{const[n]=b(e).match(/^[\w\-\u{80}-\u{10FFFF}]*/u);E.has(n)?e.tokens.push({type:s.JsonValue,value:E.get(n)}):e.tokens.push({type:s.LiteralString,value:n}),e.cursor+=n.length,e.status=t}}function b(e){return e.raw.substring(e.cursor)}function S(e,t){return I(e,"@",t)}function A(e,t){return I(e,"$",t)}function k(e,t){return I(e,["@","$"],t)}function I(e,t,n){if(!function(e,t){return c(t).test(e)}(e,t))return e;const a=(E=n.data,function(e){let t=e.field?(0,r.get)(E,e.field):E;return void 0===t&&(t=e.defaultValue),(0,o.processPipes)(t,e.pipes)});var E;const w=function(e,t){return function(n){var i,s;const a=n.field.match(/^(?:(QUERY(?:_ARRAY)?|EVENT|query|event|APP|HASH|ANCHOR|SYS|FLAGS|CTX)\.)?(.+)$/);if(!a)return t.substring(n.loc.start,n.loc.end);let c,[,l,u]=a;!l&&/^[A-Z_]+$/.test(u)&&(l=u,u="*");const d={SYS:"sys",FLAGS:"flags"};switch(l){case"QUERY":case"query":c="*"===u?e.query:e.query.has(u)?e.query.get(u):void 0;break;case"QUERY_ARRAY":c=e.query.has(u)?e.query.getAll(u):void 0;break;case"EVENT":case"event":if(void 0===e.event)return t.substring(n.loc.start,n.loc.end);c="*"===u?e.event:(0,r.get)(e.event,u);break;case"APP":c="*"===u?null!==(i=e.overrideApp)&&void 0!==i?i:e.app:(0,r.get)(null!==(s=e.overrideApp)&&void 0!==s?s:e.app,u);break;case"HASH":c=e.location.hash;break;case"SYS":case"FLAGS":c="*"===u?e[d[l]]:(0,r.get)(e[d[l]],u);break;case"ANCHOR":{const t=e.location.hash?e.location.hash.substr(1):null;c="*"===u?t:(0,r.get)(t,u);break}case"CTX":{const e=t.substring(n.loc.start,n.loc.end);return console.error(`CTX is not supported in placeholder any more: "${e}"`),e}default:if(!e.match)return t.substring(n.loc.start,n.loc.end);c=e.match.params[u]}return void 0===c&&(c=n.defaultValue),(0,o.processPipes)(c,n.pipes)}}(n,e);return b=function(e,t){return function(e){const t={type:"InjectableString",elements:[]};let n;function r(t){return t===e[0].type&&(n=e.shift(),!0)}function o(t){if(n=e.shift(),Array.isArray(t)?!t.includes(n.type):t!==n.type)throw new Error(`Expected token: ${t}, received token: ${n.type}`)}for(;e.length>0;)if(r(s.Raw))t.elements.push({type:"RawString",value:n.value});else{o(s.BeginPlaceHolder);const e=n.loc.start,i=n.value;o(s.Field);const a={type:"Placeholder",symbol:i,field:n.value,defaultValue:void 0,pipes:[],loc:{start:e,end:e}};for(t.elements.push(a),r(s.BeginDefault)&&(o([s.JsonValue,s.LiteralString]),a.defaultValue=n.value);r(s.BeginPipe);){o(s.PipeIdentifier);const e={type:"PipeCall",identifier:n.value,parameters:[]};for(a.pipes.push(e);r(s.BeginPipeParameter);)o([s.JsonValue,s.LiteralString]),e.parameters.push(n.value)}o(s.EndPlaceHolder),a.loc.end=n.loc.end}return t}(function(e,t){const n={beginPlaceholder:c(t),raw:e,cursor:0,status:i.Initial,tokens:[]};for(;n.cursor<e.length;)switch(n.status){case i.Initial:l(n);break;case i.ExpectField:u(n),d(n);break;case i.ExpectOptionalBeginDefault:u(n),p(n);break;case i.ExpectDefaultValue:u(n),f(n);break;case i.ExpectOptionalBeginPipe:u(n),h(n);break;case i.ExpectPipeIdentifier:u(n),m(n);break;case i.ExpectOptionalBeginPipeParameter:u(n),v(n);break;case i.ExpectPipeParameter:u(n),g(n);break;case i.ExpectPlaceholderEnd:u(n),y(n)}if(n.status!==i.Initial)throw new Error("Expected a placeholder end '}' at the end");return n.tokens}(e,t))}(e,t).elements.map((e=>"RawString"===e.type?e.value:"$"===e.symbol?w(e):a(e))),1===b.length?b[0]:b.join("");var b}},6605:(e,t,n)=>{"use strict";n.r(t),n.d(t,{pipes:()=>r.pipes,processPipes:()=>i,utils:()=>r.utils});var r=n(8377);const o=new Map(Array.from(Object.entries(r.pipes)));function i(e,t){if(0===t.length)return e;let n=e;for(const e of t){const t=o.get(e.identifier);if(!t)return void console.warn(`Unknown pipe: ${e.identifier}`);n=t(n,...e.parameters)}return n}},7457:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BrickLoadError:()=>y,enqueueStableLoadBricks:()=>f,enqueueStableLoadProcessors:()=>h,flushStableLoadBricks:()=>p,loadBricksImperatively:()=>m,loadEditorsImperatively:()=>g,loadProcessorsImperatively:()=>v,loadScript:()=>i,loadSharedModule:()=>a,loadStyle:()=>s});const r=new Map;function o(e,t,n,i){if(Array.isArray(t))return Promise.all(t.map((t=>o(e,t,n))));const s=n&&!/^https?:/.test(t)?`${n}${t}`:t,a=r.get(s);if(a)return a;const c=new Promise(((t,n)=>{const r=()=>{window.dispatchEvent(new Event("request.end"))},o=document.createElement("style"===e?"link":"script");"script"===e?Object.assign(o,{type:"text/javascript",async:!0,...i,src:s}):Object.assign(o,{rel:"stylesheet",...i,href:s}),o.onload=()=>{t(s),r()},o.onerror=e=>{n(e),r()};const a=document.currentScript||document.getElementsByTagName("script")[0];a.parentNode.insertBefore(o,a),window.dispatchEvent(new Event("request.start"))}));return r.set(s,c),c}function i(e,t,n){return o("script",e,t,n)}function s(e,t,n){return o("style",e,t,n)}async function a(e,t){await n.I("default");const r=window[e];return await r.init(n.S.default),(await r.get(t))()}let c,l,u=!1;const d=new Promise(((e,t)=>{c=e,l=t}));function p(){u||c()}function f(e,t){return I(k("bricks",e,t))}function h(e,t){return I(k("processors",e,t))}async function m(e,t){const n=k("bricks",e,t);return p(),I(n)}function v(e,t){const n=k("processors",e,t);return p(),I(n)}function g(e,t){const n=k("editors",e,t);return p(),I(n)}class y extends Error{constructor(e){super(e),this.name="BrickLoadError",Error.captureStackTrace&&Error.captureStackTrace(this,y)}}let E;const w="v2-adapter.load-bricks";function b(e,t,n){const r=new Map,o=new Set,i=t=>{var s;if(o.has(t))return;let a,c,l;if(o.add(t),"editors"===e){l=t;for(const e of n.values()){var u,d;null!==(u=null!==(d=e.propertyEditors)&&void 0!==d?d:e.editors)&&void 0!==u&&u.some((e=>e===l))&&(a=e)}}else if("processors"===e||t.includes(".")){[c,l]=t.split(".");const r=`bricks/${"processors"===e?(h=c,h.replace(/[A-Z]/g,(e=>`-${e[0].toLocaleLowerCase()}`)).replace(/_[0-9]/g,(e=>`-${e[1]}`))):c}`;a=n.get(r)}else{let e;l=t;for(const r of n.values()){var p;if(null!==(p=r.elements)&&void 0!==p&&p.some((e=>e===l))){var f;if(null===(f=r.deprecatedElements)||void 0===f||!f.includes(t)){a=r;break}e=r}}!a&&e&&(a=e)}var h;if(!a)return void console.error(`Package for ${t} not found.`);let m=r.get(a);m||(m=[],r.set(a,m)),m.push({fullName:t,lastName:l});const v=null===(s=a.dependencies)||void 0===s?void 0:s[t];if(v)for(const e of v)i(e)};for(const e of t)i(e);return r}async function S(e,t,n){const r=`${"processors"===e||"editors"===e?`./${e}/`:"./"}${"editors"===e?n.fullName:n.lastName}`,o=performance.now();try{await a(t,r)}catch(t){console.error(t);const r=Math.round(performance.now()-o);throw new y(`Load ${e} of "${n.fullName}" failed (${r>1e3?+(r/1e3).toFixed(2)+"s":`${r}ms`}): ${null==t?void 0:t.message}`)}}function A(e,t,n){return t.map((async t=>{var r;return await i(t.filePath,null!==(r=window.PUBLIC_ROOT)&&void 0!==r?r:""),await d,Promise.all(n.get(t).map((n=>S(e,t.id,n))))}))}async function k(e,t,n){const r=new Map;for(const e of n){const t=e.id||P(e.filePath);r.set(t,e)}const o=b(e,t,r);let s;const a=[],d=[];let p;for(const e of o.keys())if(e.id)"bricks/basic"===e.id?s=e:d.push(e);else if(a.push(e),p=r.get("bricks/v2-adapter"),!p)throw new Error("Using v2 bricks, but v2-adapter not found");const f=p;let h;const m=s;if(m){var v;const t=i(m.filePath,null!==(v=window.PUBLIC_ROOT)&&void 0!==v?v:"");u||(u=!0,t.then((()=>Promise.resolve())).then(c,l)),h=t.then((()=>Promise.all(o.get(m).map((t=>S(e,m.id,t))))))}const g=[h].concat(A(e,d,o));if(f&&a.length>0){if(!E){const e=b("bricks",[w],r),t=[...e.keys()];E=(async()=>(await Promise.all(A("bricks",t,e)),document.createElement(w)))()}g.push(E.then((t=>Promise.all(a.map((r=>{var i;const s=P(r.filePath).split("/")[1];return t.resolve(f.filePath,"editors"===e&&null!==(i=r.propertyEditorsJsFilePath)&&void 0!==i?i:r.filePath,"bricks"===e?o.get(r).map((e=>`${s}.${e.lastName}`)):[],r.dll,n)}))))))}await Promise.all(g)}async function I(e){window.dispatchEvent(new Event("request.start"));try{await e}finally{window.dispatchEvent(new Event("request.end"))}}function P(e){return e.split("/").slice(0,2).join("/")}},7472:(e,t,n)=>{"use strict";n.r(t),n.d(t,{i18n:()=>d,i18nText:()=>u,initializeI18n:()=>c});var r=n(5630),o=n(2983),i=n(848);let s=!1;const a=new Set;function c(e,t){if(s||(s=!0,o.i18n.use(i.default).init({fallbackLng:"zh",debug:!1,supportedLngs:["zh","en"],nonExplicitSupportedLngs:!0,interpolation:{escapeValue:!1},react:{useSuspense:!1},compatibilityJSON:"v3",resources:{}})),e&&t&&!a.has(e)){a.add(e);for(const[n,r]of Object.entries(t))o.i18n.addResourceBundle(n,e,r)}}var l=n(2478);function u(e){var t;if(!e)return;const n=null!==(t=o.i18n.language)&&void 0!==t?t:"zh-CN";if((0,l.hasOwnProperty)(e,n))return e[n];const r=n.split("-")[0];if(r!==n)return(0,l.hasOwnProperty)(e,r)?e[r]:void 0;const i=`${r}-`;for(const t of Object.keys(e))if(t.startsWith(i))return e[t]}const d=r.default}}]);
|
|
2
|
+
//# sourceMappingURL=core.b432abf9.js.map
|