@luigi-project/container 1.6.0 → 1.7.0
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/LuigiCompoundContainer.svelte.d.ts +19 -0
- package/LuigiContainer.svelte.d.ts +19 -2
- package/bundle.js +1 -1
- package/bundle.js.map +1 -1
- package/constants/events.d.ts +37 -1
- package/constants/events.js +159 -0
- package/dist/custom-elements.json +46 -78
- package/package.json +1 -1
|
@@ -196,6 +196,25 @@ export default class LuigiCompoundContainer extends HTMLElement {
|
|
|
196
196
|
*/
|
|
197
197
|
updateContext(contextObj: Object): void;
|
|
198
198
|
|
|
199
|
+
/**
|
|
200
|
+
* A function that notifies the microfrontend that the opened alert has been closed.
|
|
201
|
+
* @param id the id of the opened alert
|
|
202
|
+
* @param dismissKey the key specifying which dismiss link was clicked on the alert message (optional)
|
|
203
|
+
* @example
|
|
204
|
+
* containerElement.notifyAlertClosed('my-alert-id', 'my-dismiss-key')
|
|
205
|
+
* @since 1.7.0
|
|
206
|
+
*/
|
|
207
|
+
notifyAlertClosed(id: string, dismissKey?: string): void;
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* A function that notifies the microfrontend if the confirmation modal was confirmed or declined.
|
|
211
|
+
* @param {boolean} value if the confirmation modal was confirmed or declined.
|
|
212
|
+
* @example
|
|
213
|
+
* containerElement.notifyAlertClosed(true)
|
|
214
|
+
* @since 1.7.0
|
|
215
|
+
*/
|
|
216
|
+
notifyConfirmationModalClosed(confirmed: boolean): void;
|
|
217
|
+
|
|
199
218
|
/**
|
|
200
219
|
* Manually triggers the micro frontend rendering process when using the defer-init attribute.
|
|
201
220
|
* @since 1.0.0
|
|
@@ -28,7 +28,7 @@ export default class LuigiContainer extends HTMLElement {
|
|
|
28
28
|
* @since 1.0.0
|
|
29
29
|
*
|
|
30
30
|
*
|
|
31
|
-
* @example <luigi-container
|
|
31
|
+
* @example <luigi-container viewurl="/index.html" context='{"label": "Dashboard"}'></luigi-container>
|
|
32
32
|
* @example myContainer.context = {label: "Dashboard"}
|
|
33
33
|
*/
|
|
34
34
|
context: string;
|
|
@@ -37,7 +37,7 @@ export default class LuigiContainer extends HTMLElement {
|
|
|
37
37
|
* Label information for the microfrontend.
|
|
38
38
|
* @since 1.0.0
|
|
39
39
|
*
|
|
40
|
-
* @example <luigi-container
|
|
40
|
+
* @example <luigi-container viewurl="/index.html" label="Dashboard"></luigi-container>
|
|
41
41
|
* @example myContainer.label = "Dashboard"
|
|
42
42
|
*/
|
|
43
43
|
label: string;
|
|
@@ -265,6 +265,23 @@ export default class LuigiContainer extends HTMLElement {
|
|
|
265
265
|
*/
|
|
266
266
|
notifyAlertClosed(id: string, dismissKey?: string): void;
|
|
267
267
|
|
|
268
|
+
/**
|
|
269
|
+
* A function that notifies the microfrontend that the opened confirmation modal has been closed.
|
|
270
|
+
* @param {boolean} result the output of the opened confirmation modal (true/false)
|
|
271
|
+
* @example
|
|
272
|
+
* containerElement.notifyConfirmationModalClosed(true)
|
|
273
|
+
* @since 1.7.0
|
|
274
|
+
*/
|
|
275
|
+
notifyConfirmationModalClosed(result: boolean): void;
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* Updates route of the microfrontend by sending a message to the iframe that sets new view URL.
|
|
279
|
+
* @param {string} viewurl new view URL
|
|
280
|
+
* @param {Object} internal Luigi legacy data (optional)
|
|
281
|
+
* @since 1.5.0
|
|
282
|
+
*/
|
|
283
|
+
updateViewUrl(viewurl: string, internal?: object): void;
|
|
284
|
+
|
|
268
285
|
/**
|
|
269
286
|
* Manually triggers the micro frontend rendering process when using defer-init attribute.
|
|
270
287
|
* @example
|
package/bundle.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
function t(){}function e(t){return t()}function n(){return Object.create(null)}function i(t){t.forEach(e)}function s(t){return"function"==typeof t}function o(t,e){return t!=t?e==e:t!==e||t&&"object"==typeof t||"function"==typeof t}let r,a;function c(t,e){return t===e||(r||(r=document.createElement("a")),r.href=e,t===r.href)}function u(t,e,n){const i=function(t){if(!t)return document;const e=t.getRootNode?t.getRootNode():t.ownerDocument;if(e&&e.host)return e;return t.ownerDocument}(t);if(!i.getElementById(e)){const t=d("style");t.id=e,t.textContent=n,function(t,e){(function(t,e){t.appendChild(e)})(t.head||t,e),e.sheet}(i,t)}}function l(t,e,n){t.insertBefore(e,n||null)}function h(t){t.parentNode&&t.parentNode.removeChild(t)}function d(t){return document.createElement(t)}function m(t){return document.createTextNode(t)}function p(t,e,n){null==n?t.removeAttribute(e):t.getAttribute(e)!==n&&t.setAttribute(e,n)}function E(t){a=t}function g(){if(!a)throw new Error("Function called outside component initialization");return a}function _(t){g().$$.on_mount.push(t)}const $=[],T=[];let f=[];const S=[],C=Promise.resolve();let R=!1;function w(t){f.push(t)}const b=new Set;let A=0;function I(){if(0!==A)return;const t=a;do{try{for(;A<$.length;){const t=$[A];A++,E(t),O(t.$$)}}catch(t){throw $.length=0,A=0,t}for(E(null),$.length=0,A=0;T.length;)T.pop()();for(let t=0;t<f.length;t+=1){const e=f[t];b.has(e)||(b.add(e),e())}f.length=0}while($.length);for(;S.length;)S.pop()();R=!1,b.clear(),E(t)}function O(t){if(null!==t.fragment){t.update(),i(t.before_update);const e=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,e),t.after_update.forEach(w)}}const U=new Set;function v(t,e){const n=t.$$;null!==n.fragment&&(!function(t){const e=[],n=[];f.forEach((i=>-1===t.indexOf(i)?e.push(i):n.push(i))),n.forEach((t=>t())),f=e}(n.after_update),i(n.on_destroy),n.fragment&&n.fragment.d(e),n.on_destroy=n.fragment=null,n.ctx=[])}function N(t,e){-1===t.$$.dirty[0]&&($.push(t),R||(R=!0,C.then(I)),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<<e%31}function y(o,r,c,u,l,d,m=null,p=[-1]){const g=a;E(o);const _=o.$$={fragment:null,ctx:[],props:d,update:t,not_equal:l,bound:n(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(r.context||(g?g.$$.context:[])),callbacks:n(),dirty:p,skip_bound:!1,root:r.target||g.$$.root};m&&m(_.root);let $=!1;if(_.ctx=c?c(o,r.props||{},((t,e,...n)=>{const i=n.length?n[0]:e;return _.ctx&&l(_.ctx[t],_.ctx[t]=i)&&(!_.skip_bound&&_.bound[t]&&_.bound[t](i),$&&N(o,t)),e})):[],_.update(),$=!0,i(_.before_update),_.fragment=!!u&&u(_.ctx),r.target){if(r.hydrate){const t=function(t){return Array.from(t.childNodes)}(r.target);_.fragment&&_.fragment.l(t),t.forEach(h)}else _.fragment&&_.fragment.c();r.intro&&((T=o.$$.fragment)&&T.i&&(U.delete(T),T.i(f))),function(t,n,o){const{fragment:r,after_update:a}=t.$$;r&&r.m(n,o),w((()=>{const n=t.$$.on_mount.map(e).filter(s);t.$$.on_destroy?t.$$.on_destroy.push(...n):i(n),t.$$.on_mount=[]})),a.forEach(w)}(o,r.target,r.anchor),I()}var T,f;E(g)}let L;function P(t,e,n,i){const s=n[t]?.type;if(e="Boolean"===s&&"boolean"!=typeof e?null!=e:e,!i||!n[t])return e;if("toAttribute"===i)switch(s){case"Object":case"Array":return null==e?null:JSON.stringify(e);case"Boolean":return e?"":null;case"Number":return null==e?null:e;default:return e}else switch(s){case"Object":case"Array":return e&&JSON.parse(e);case"Boolean":default:return e;case"Number":return null!=e?+e:e}}function x(t,e,n,i,s,o){let r=class extends L{constructor(){super(t,n,s),this.$$p_d=e}static get observedAttributes(){return Object.keys(e).map((t=>(e[t].attribute||t).toLowerCase()))}};return Object.keys(e).forEach((t=>{Object.defineProperty(r.prototype,t,{get(){return this.$$c&&t in this.$$c?this.$$c[t]:this.$$d[t]},set(n){n=P(t,n,e),this.$$d[t]=n,this.$$c?.$set({[t]:n})}})})),i.forEach((t=>{Object.defineProperty(r.prototype,t,{get(){return this.$$c?.[t]}})})),o&&(r=o(r)),t.element=r,r}"function"==typeof HTMLElement&&(L=class extends HTMLElement{$$ctor;$$s;$$c;$$cn=!1;$$d={};$$r=!1;$$p_d={};$$l={};$$l_u=new Map;constructor(t,e,n){super(),this.$$ctor=t,this.$$s=e,n&&this.attachShadow({mode:"open"})}addEventListener(t,e,n){if(this.$$l[t]=this.$$l[t]||[],this.$$l[t].push(e),this.$$c){const n=this.$$c.$on(t,e);this.$$l_u.set(e,n)}super.addEventListener(t,e,n)}removeEventListener(t,e,n){if(super.removeEventListener(t,e,n),this.$$c){const t=this.$$l_u.get(e);t&&(t(),this.$$l_u.delete(e))}}async connectedCallback(){if(this.$$cn=!0,!this.$$c){if(await Promise.resolve(),!this.$$cn||this.$$c)return;function t(t){return()=>{let e;return{c:function(){e=d("slot"),"default"!==t&&p(e,"name",t)},m:function(t,n){l(t,e,n)},d:function(t){t&&h(e)}}}}const e={},n=function(t){const e={};return t.childNodes.forEach((t=>{e[t.slot||"default"]=!0})),e}(this);for(const s of this.$$s)s in n&&(e[s]=[t(s)]);for(const o of this.attributes){const r=this.$$g_p(o.name);r in this.$$d||(this.$$d[r]=P(r,o.value,this.$$p_d,"toProp"))}for(const a in this.$$p_d)a in this.$$d||void 0===this[a]||(this.$$d[a]=this[a],delete this[a]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:{...this.$$d,$$slots:e,$$scope:{ctx:[]}}});const i=()=>{this.$$r=!0;for(const t in this.$$p_d)if(this.$$d[t]=this.$$c.$$.ctx[this.$$c.$$.props[t]],this.$$p_d[t].reflect){const e=P(t,this.$$d[t],this.$$p_d,"toAttribute");null==e?this.removeAttribute(this.$$p_d[t].attribute||t):this.setAttribute(this.$$p_d[t].attribute||t,e)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const c in this.$$l)for(const u of this.$$l[c]){const m=this.$$c.$on(c,u);this.$$l_u.set(u,m)}this.$$l={}}}attributeChangedCallback(t,e,n){this.$$r||(t=this.$$g_p(t),this.$$d[t]=P(t,n,this.$$p_d,"toProp"),this.$$c?.$set({[t]:this.$$d[t]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then((()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)}))}$$g_p(t){return Object.keys(this.$$p_d).find((e=>this.$$p_d[e].attribute===t||!this.$$p_d[e].attribute&&e.toLowerCase()===t))||t}});class k{$$=void 0;$$set=void 0;$destroy(){v(this,1),this.$destroy=t}$on(e,n){if(!s(n))return t;const i=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return i.push(n),()=>{const t=i.indexOf(n);-1!==t&&i.splice(t,1)}}$set(t){var e;this.$$set&&(e=t,0!==Object.keys(e).length)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}var D,Q;"undefined"!=typeof window&&(window.__svelte||(window.__svelte={v:new Set})).v.add("4"),function(t){t.CUSTOM_MESSAGE="custom",t.GET_CONTEXT="luigi.get-context",t.SEND_CONTEXT_HANDSHAKE="luigi.init",t.CONTEXT_RECEIVED="luigi.init.ok",t.NAVIGATION_REQUEST="luigi.navigation.open",t.ALERT_REQUEST="luigi.ux.alert.show",t.ALERT_CLOSED="luigi.ux.alert.hide",t.INITIALIZED="luigi.init.ok",t.ADD_SEARCH_PARAMS_REQUEST="luigi.addSearchParams",t.ADD_NODE_PARAMS_REQUEST="luigi.addNodeParams",t.SHOW_CONFIRMATION_MODAL_REQUEST="luigi.ux.confirmationModal.show",t.SHOW_LOADING_INDICATOR_REQUEST="luigi.show-loading-indicator",t.HIDE_LOADING_INDICATOR_REQUEST="luigi.hide-loading-indicator",t.SET_CURRENT_LOCALE_REQUEST="luigi.ux.set-current-locale",t.LOCAL_STORAGE_SET_REQUEST="storage",t.RUNTIME_ERROR_HANDLING_REQUEST="luigi-runtime-error-handling",t.SET_ANCHOR_LINK_REQUEST="luigi.setAnchor",t.SET_THIRD_PARTY_COOKIES_REQUEST="luigi.third-party-cookie",t.BACK_NAVIGATION_REQUEST="luigi.navigation.back",t.GET_CURRENT_ROUTE_REQUEST="luigi.navigation.currentRoute",t.SEND_CONTEXT_OBJECT="luigi.navigate",t.NAVIGATION_COMPLETED_REPORT="luigi.navigate.ok",t.UPDATE_MODAL_PATH_DATA_REQUEST="luigi.navigation.updateModalDataPath",t.CHECK_PATH_EXISTS_REQUEST="luigi.navigation.pathExists",t.SET_DIRTY_STATUS_REQUEST="luigi.set-page-dirty",t.AUTH_SET_TOKEN="luigi.auth.tokenIssued"}(D||(D={})),function(t){t.CUSTOM_MESSAGE="custom-message",t.GET_CONTEXT_REQUEST="get-context-request",t.NAVIGATION_REQUEST="navigation-request",t.ALERT_REQUEST="show-alert-request",t.ALERT_CLOSED="close-alert-request",t.INITIALIZED="initialized",t.ADD_SEARCH_PARAMS_REQUEST="add-search-params-request",t.ADD_NODE_PARAMS_REQUEST="add-node-params-request",t.SHOW_CONFIRMATION_MODAL_REQUEST="show-confirmation-modal-request",t.SHOW_LOADING_INDICATOR_REQUEST="show-loading-indicator-request",t.HIDE_LOADING_INDICATOR_REQUEST="hide-loading-indicator-request",t.SET_CURRENT_LOCALE_REQUEST="set-current-locale-request",t.LOCAL_STORAGE_SET_REQUEST="set-storage-request",t.RUNTIME_ERROR_HANDLING_REQUEST="runtime-error-handling-request",t.SET_ANCHOR_LINK_REQUEST="set-anchor-request",t.SET_THIRD_PARTY_COOKIES_REQUEST="set-third-party-cookies-request",t.BACK_NAVIGATION_REQUEST="navigate-back-request",t.GET_CURRENT_ROUTE_REQUEST="get-current-route-request",t.NAVIGATION_COMPLETED_REPORT="report-navigation-completed-request",t.UPDATE_MODAL_PATH_DATA_REQUEST="update-modal-path-data-request",t.CHECK_PATH_EXISTS_REQUEST="check-path-exists-request",t.SET_DIRTY_STATUS_REQUEST="set-dirty-status-request",t.SET_VIEW_GROUP_DATA_REQUEST="set-viewgroup-data-request",t.SET_DOCUMENT_TITLE_REQUEST="set-document-title-request",t.OPEN_USER_SETTINGS_REQUEST="open-user-settings-request",t.CLOSE_USER_SETTINGS_REQUEST="close-user-settings-request",t.COLLAPSE_LEFT_NAV_REQUEST="collapse-leftnav-request",t.UPDATE_TOP_NAVIGATION_REQUEST="update-top-navigation-request",t.PATH_EXISTS_REQUEST="path-exists-request",t.GO_BACK_REQUEST="go-back-request",t.HAS_BACK_REQUEST="has-back-request",t.REMOVE_BACKDROP_REQUEST="remove-backdrop-request"}(Q||(Q={}));const M=new class{isFunction(t){return t&&"[object Function]"==={}.toString.call(t)}isObject(t){return!(!t||"object"!=typeof t||Array.isArray(t))}checkWebcomponentValue(t){return"string"==typeof t?JSON.parse(t):"boolean"==typeof t||"object"==typeof t?t:void console.warn("Webcomponent value has a wrong type.")}resolveContext(t){return t?"string"==typeof t?JSON.parse(t):t:{}}};class H{isVisible(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)}sendCustomMessageToIframe(t,e,n){const i=n||"custom";if(t?.iframe?.contentWindow){const n=new URL(t.iframe.src);"custom"===i?t.iframe.contentWindow.postMessage({msg:i,data:e},n.origin):t.iframe.contentWindow.postMessage({msg:i,...e},n.origin)}else console.error("Message target could not be resolved")}dispatch(t,e,n,i,s){const o=new CustomEvent(t,{detail:n});i&&M.isFunction(i)&&s&&(o[s]=t=>{i(t)}),e.dispatchEvent(o)}getTargetContainer(t){let e;return globalThis.__luigi_container_manager.container.forEach((n=>{n.iframeHandle?.iframe&&n.iframeHandle.iframe.contentWindow===t.source&&(e=n)})),e}getContainerManager(){return globalThis.__luigi_container_manager||(globalThis.__luigi_container_manager={container:[],messageListener:t=>{const e=this.getTargetContainer(t),n=e?.iframeHandle?.iframe?.contentWindow;if(n&&n===t.source){switch(t.data.msg){case D.CUSTOM_MESSAGE:{const n=t.data.data,i=n.id;delete n.id,this.dispatch(Q.CUSTOM_MESSAGE,e,{id:i,_metaData:{},data:n})}break;case D.GET_CONTEXT:n.postMessage({msg:D.SEND_CONTEXT_HANDSHAKE,context:e.context||{},internal:{thirdPartyCookieCheck:{disabled:"true"===e.skipCookieCheck}},authData:e.authData||{},nodeParams:e.nodeParams||{},searchParams:e.searchParams||{},pathParams:e.pathParams||{}},t.origin);break;case D.NAVIGATION_REQUEST:this.dispatch(Q.NAVIGATION_REQUEST,e,t.data.params);break;case D.ALERT_REQUEST:this.dispatch(Q.ALERT_REQUEST,e,t);break;case D.INITIALIZED:this.dispatch(Q.INITIALIZED,e,t.data.params);break;case D.ADD_SEARCH_PARAMS_REQUEST:this.dispatch(Q.ADD_SEARCH_PARAMS_REQUEST,e,{data:t.data.data,keepBrowserHistory:t.data.keepBrowserHistory});break;case D.ADD_NODE_PARAMS_REQUEST:this.dispatch(Q.ADD_NODE_PARAMS_REQUEST,e,{data:t.data.data,keepBrowserHistory:t.data.keepBrowserHistory});break;case D.SHOW_CONFIRMATION_MODAL_REQUEST:this.dispatch(Q.SHOW_CONFIRMATION_MODAL_REQUEST,e,t.data.data);break;case D.SHOW_LOADING_INDICATOR_REQUEST:this.dispatch(Q.SHOW_LOADING_INDICATOR_REQUEST,e,t);break;case D.HIDE_LOADING_INDICATOR_REQUEST:this.dispatch(Q.HIDE_LOADING_INDICATOR_REQUEST,e,t);break;case D.SET_CURRENT_LOCALE_REQUEST:this.dispatch(Q.SET_CURRENT_LOCALE_REQUEST,e,t);break;case D.LOCAL_STORAGE_SET_REQUEST:this.dispatch(Q.LOCAL_STORAGE_SET_REQUEST,e,t);break;case D.RUNTIME_ERROR_HANDLING_REQUEST:this.dispatch(Q.RUNTIME_ERROR_HANDLING_REQUEST,e,t);break;case D.SET_ANCHOR_LINK_REQUEST:this.dispatch(Q.SET_ANCHOR_LINK_REQUEST,e,t);break;case D.SET_THIRD_PARTY_COOKIES_REQUEST:this.dispatch(Q.SET_THIRD_PARTY_COOKIES_REQUEST,e,t);break;case D.BACK_NAVIGATION_REQUEST:this.dispatch(Q.BACK_NAVIGATION_REQUEST,e,t);break;case D.GET_CURRENT_ROUTE_REQUEST:this.dispatch(Q.GET_CURRENT_ROUTE_REQUEST,e,t);break;case D.NAVIGATION_COMPLETED_REPORT:this.dispatch(Q.NAVIGATION_COMPLETED_REPORT,e,t);break;case D.UPDATE_MODAL_PATH_DATA_REQUEST:this.dispatch(Q.UPDATE_MODAL_PATH_DATA_REQUEST,e,t);break;case D.CHECK_PATH_EXISTS_REQUEST:this.dispatch(Q.CHECK_PATH_EXISTS_REQUEST,e,t);break;case D.SET_DIRTY_STATUS_REQUEST:this.dispatch(Q.SET_DIRTY_STATUS_REQUEST,e,t)}}}},window.addEventListener("message",globalThis.__luigi_container_manager.messageListener)),globalThis.__luigi_container_manager}registerContainer(t){this.getContainerManager().container.push(t)}}const W=new H;const G=new class{constructor(){this.updateContext=(t,e,n)=>{if(n){const i=e||{};W.sendCustomMessageToIframe(n,{context:t,internal:i,withoutSync:!0},D.SEND_CONTEXT_OBJECT)}else console.warn("Attempting to update context on inexisting iframe")},this.updateViewUrl=(t,e,n,i)=>{if(i){const s=n||{};W.sendCustomMessageToIframe(i,{context:e,internal:s,withoutSync:!1,viewUrl:t},D.SEND_CONTEXT_OBJECT)}else console.warn("Attempting to update route on inexisting iframe")},this.updateAuthData=(t,e)=>{t&&e?W.sendCustomMessageToIframe(t,{authData:e},D.AUTH_SET_TOKEN):console.warn("Attempting to update auth data on inexisting iframe or authData")},this.sendCustomMessage=(t,e,n,i,s)=>{if(n&&e._luigi_mfe_webcomponent)W.dispatch(t,e._luigi_mfe_webcomponent,s);else{const e={...s};e.id&&console.warn('Property "id" is reserved and can not be used in custom message data'),e.id=t,W.sendCustomMessageToIframe(i,e)}}}notifyAlertClosed(t,e,n){const i=e?{id:t,dismissKey:e}:{id:t};W.sendCustomMessageToIframe(n,i,D.ALERT_CLOSED)}},B=t=>{if(!t)return;const e=t;return e.forEach(((n,i)=>{e[i]=n+(-1!=n.indexOf(";")?"":";"),e[i]=t[i].replaceAll('"',"'")})),e.join(" ")};class j{constructor(t){t?(this.rendererObject=t,this.config=t.config||{}):this.config={}}createCompoundContainer(){return document.createElement("div")}createCompoundItemContainer(t){return document.createElement("div")}attachCompoundItem(t,e){t.appendChild(e)}}class V extends j{constructor(t){super(t||{use:{}}),t&&t.use&&t.use.extends&&(this.superRenderer=q({use:t.use.extends,config:t.config}))}createCompoundContainer(){return this.rendererObject.use.createCompoundContainer?this.rendererObject.use.createCompoundContainer(this.config,this.superRenderer):this.superRenderer?this.superRenderer.createCompoundContainer():super.createCompoundContainer()}createCompoundItemContainer(t){return this.rendererObject.use.createCompoundItemContainer?this.rendererObject.use.createCompoundItemContainer(t,this.config,this.superRenderer):this.superRenderer?this.superRenderer.createCompoundItemContainer(t):super.createCompoundItemContainer(t)}attachCompoundItem(t,e){this.rendererObject.use.attachCompoundItem?this.rendererObject.use.attachCompoundItem(t,e,this.superRenderer):this.superRenderer?this.superRenderer.attachCompoundItem(t,e):super.attachCompoundItem(t,e)}}class F extends j{createCompoundContainer(){const t="__lui_compound_"+(new Date).getTime(),e=document.createElement("div");e.classList.add(t);let n="";return this.config.layouts&&this.config.layouts.forEach((e=>{if(e.minWidth||e.maxWidth){let i="@media only screen ";null!=e.minWidth&&(i+=`and (min-width: ${e.minWidth}px) `),null!=e.maxWidth&&(i+=`and (max-width: ${e.maxWidth}px) `),i+=`{\n .${t} {\n grid-template-columns: ${e.columns||"auto"};\n grid-template-rows: ${e.rows||"auto"};\n grid-gap: ${e.gap||"0"};\n }\n }\n `,n+=i}})),e.innerHTML=`\n <style scoped>\n .${t} {\n display: grid;\n grid-template-columns: ${this.config.columns||"auto"};\n grid-template-rows: ${this.config.rows||"auto"};\n grid-gap: ${this.config.gap||"0"};\n min-height: ${this.config.minHeight||"auto"};\n }\n ${n}\n </style>\n `,e}createCompoundItemContainer(t){const e=t||{},n=document.createElement("div");return n.setAttribute("style",`grid-row: ${e.row||"auto"}; grid-column: ${e.column||"auto"}`),n.classList.add("lui-compoundItemCnt"),n}}const q=t=>{const e=t.use;return e?"grid"===e?new F(t):e.createCompoundContainer||e.createCompoundItemContainer||e.attachCompoundItem?new V(t):new j(t):new j(t)},K=(t,e,n,i)=>{e?.eventListeners&&e.eventListeners.forEach((e=>{const s=e.source+"."+e.name,o=t[s],r={wcElementId:n,wcElement:i,action:e.action,converter:e.dataConverter};o?o.push(r):t[s]=[r]}))};function X(t){return String(t).replaceAll("<","<").replaceAll(">",">").replaceAll(""",'"').replaceAll("'","'").replaceAll("/","/")}class z{constructor(){this.alertResolvers={},this.alertIndex=0,this.containerService=new H}dynamicImport(t){return Object.freeze(import(/* webpackIgnore: true */t))}processViewUrl(t,e){return t}attachWC(t,e,n,i,s,o,r){if(n&&n.contains(e)){const a=document.createElement(t);o&&a.setAttribute("nodeId",o),a.setAttribute("lui_web_component","true"),this.initWC(a,t,n,s,i,o,r),n.replaceChild(a,e),n._luigi_node&&(n._luigi_mfe_webcomponent=a),n.dispatchEvent(new Event("wc_ready"))}}dispatchLuigiEvent(t,e,n){this.containerService.dispatch(t,this.thisComponent,e,n)}createClientAPI(t,e,n,i,s){return{linkManager:()=>{let t=null,e=!1,n=!1,i=!1,s={};const o={navigate:(o,r={})=>{const a={fromContext:t,fromClosestContext:e,fromVirtualTreeRoot:n,fromParent:i,nodeParams:s,...r};this.dispatchLuigiEvent(Q.NAVIGATION_REQUEST,{link:o,...a})},navigateToIntent:(t,e={})=>{let n="#?intent=";if(n+=t,e&&Object.keys(e)?.length){const t=Object.entries(e);if(t.length>0){n+="?";for(const[e,i]of t)n+=e+"="+i+"&";n=n.slice(0,-1)}}o.navigate(n)},fromClosestContext:()=>(e=!0,o),fromContext:e=>(t=e,o),fromVirtualTreeRoot:()=>(n=!0,o),fromParent:()=>(i=!0,o),getCurrentRoute:()=>{const o={fromContext:t,fromClosestContext:e,fromVirtualTreeRoot:n,fromParent:i,nodeParams:s};return new Promise(((t,e)=>{this.containerService.dispatch(Q.GET_CURRENT_ROUTE_REQUEST,this.thisComponent,{...o},(n=>{n?t(n):e("No current route received.")}),"callback")}))},withParams:t=>(s=t,o),updateTopNavigation:()=>{this.dispatchLuigiEvent(Q.UPDATE_TOP_NAVIGATION_REQUEST,{})},pathExists:()=>new Promise(((t,e)=>{this.containerService.dispatch(Q.PATH_EXISTS_REQUEST,this.thisComponent,{},(n=>{n?t(!0):e(!1)}),"callback")})),openAsDrawer:(t,e={})=>{o.navigate(t,{drawer:e})},openAsModal:(t,e={})=>{o.navigate(t,{modal:e})},openAsSplitView:(t,e={})=>{o.navigate(t,{splitView:e})},goBack:t=>{this.dispatchLuigiEvent(Q.GO_BACK_REQUEST,t)},hasBack:()=>!1};return o},uxManager:()=>({showAlert:t=>(t.id=this.alertIndex++,new Promise((e=>{this.alertResolvers[t.id]=e,this.dispatchLuigiEvent(Q.ALERT_REQUEST,t)}))),showConfirmationModal:t=>new Promise(((e,n)=>{this.containerService.dispatch(Q.SHOW_CONFIRMATION_MODAL_REQUEST,this.thisComponent,t,(t=>{t?e(t):n(new Error("No data"))}),"callback")})),getCurrentTheme:()=>this.thisComponent.theme,closeUserSettings:()=>{this.dispatchLuigiEvent(Q.CLOSE_USER_SETTINGS_REQUEST,this.thisComponent.userSettings)},openUserSettings:()=>{this.dispatchLuigiEvent(Q.OPEN_USER_SETTINGS_REQUEST,this.thisComponent.userSettings)},collapseLeftSideNav:()=>{this.dispatchLuigiEvent(Q.COLLAPSE_LEFT_NAV_REQUEST,{})},getDirtyStatus:()=>this.thisComponent.dirtyStatus||!1,getDocumentTitle:()=>this.thisComponent.documentTitle,setDocumentTitle:t=>{this.dispatchLuigiEvent(Q.SET_DOCUMENT_TITLE_REQUEST,t)},removeBackdrop:()=>{this.dispatchLuigiEvent(Q.REMOVE_BACKDROP_REQUEST,{})},hideAppLoadingIndicator:()=>{this.dispatchLuigiEvent(Q.HIDE_LOADING_INDICATOR_REQUEST,{})}}),getCurrentLocale:()=>this.thisComponent.locale,getActiveFeatureToggles:()=>this.thisComponent.activeFeatureToggleList||[],publishEvent:s=>{t&&t.eventBus&&t.eventBus.onPublishEvent(s,e,n);const o={id:s.type,_metaData:{nodeId:e,wc_id:n,src:i},data:s.detail};this.dispatchLuigiEvent(Q.CUSTOM_MESSAGE,o)},luigiClientInit:()=>{this.dispatchLuigiEvent(Q.INITIALIZED,{})},addNodeParams:(t,e)=>{s||this.dispatchLuigiEvent(Q.ADD_NODE_PARAMS_REQUEST,{params:t,keepBrowserHistory:e})},getNodeParams:t=>{return s?{}:t?(e=this.thisComponent.nodeParams,Object.entries(e).reduce(((t,e)=>(t[X(e[0])]=X(e[1]),t)),{})):this.thisComponent.nodeParams||{};var e},setAnchor:t=>{s||this.dispatchLuigiEvent(Q.SET_ANCHOR_LINK_REQUEST,t)},getAnchor:()=>this.thisComponent.anchor||"",getCoreSearchParams:()=>this.thisComponent.searchParams||{},getPathParams:()=>this.thisComponent.pathParams||{},getClientPermissions:()=>this.thisComponent.clientPermissions||{},getUserSettings:()=>this.thisComponent.userSettings||{},setViewGroupData:t=>{this.dispatchLuigiEvent(Q.SET_VIEW_GROUP_DATA_REQUEST,t)}}}initWC(t,e,n,i,s,o,r){const a=this.createClientAPI(n,o,e,t,r);if(t.__postProcess){const e=new URL(document.baseURI).origin===new URL(i,document.baseURI).origin?new URL("./",new URL(i,document.baseURI)):new URL("./",i);t.__postProcess(s,a,e.origin+e.pathname)}else t.context=s,t.LuigiClient=a}generateWCId(t){let e="";const n=new URL(t,encodeURI(location.href)).href;for(let t=0;t<n.length;t++)e+=n.charCodeAt(t).toString(16);return"luigi-wc-"+e}registerWCFromUrl(t,e){const n=this.processViewUrl(t);return new Promise(((t,i)=>{if(this.checkWCUrl(n))this.dynamicImport(n).then((n=>{try{if(!window.customElements.get(e)){let t=n.default;if(!HTMLElement.isPrototypeOf(t)){const e=Object.keys(n);for(let i=0;i<e.length&&(t=n[e[i]],!HTMLElement.isPrototypeOf(t));i++);}window.customElements.define(e,t)}t(1)}catch(t){i(t)}})).catch((t=>{i(t)}));else{i(`Error: View URL '${n}' not allowed to be included`)}}))}includeSelfRegisteredWCFromUrl(t,e,n){if(this.checkWCUrl(e)){this.containerService.getContainerManager()._registerWebcomponent||(this.containerService.getContainerManager()._registerWebcomponent=(t,e)=>{window.customElements.define(this.generateWCId(t),e)}),window.Luigi||(window.Luigi={},window.Luigi._registerWebcomponent||(window.Luigi._registerWebcomponent=(t,e)=>{this.containerService.getContainerManager()._registerWebcomponent(t,e)}));const i=document.createElement("script");i.setAttribute("src",e),"module"===t.webcomponent.type&&i.setAttribute("type","module"),i.setAttribute("defer","true"),i.addEventListener("load",(()=>{n()})),document.body.appendChild(i)}else console.warn(`View URL '${e}' not allowed to be included`)}checkWCUrl(t){return!0}renderWebComponent(t,e,n,i,s,o){const r=this.processViewUrl(t,{context:n}),a=i?.webcomponent?.tagName||this.generateWCId(r),c=document.createElement("div");e.appendChild(c),e._luigi_node=i,window.customElements.get(a)?this.attachWC(a,c,e,n,r,s,o):window.luigiWCFn?window.luigiWCFn(r,a,c,(()=>{this.attachWC(a,c,e,n,r,s,o)})):i?.webcomponent?.selfRegistered?this.includeSelfRegisteredWCFromUrl(i,r,(()=>{this.attachWC(a,c,e,n,r,s,o)})):this.registerWCFromUrl(r,a).then((()=>{this.attachWC(a,c,e,n,r,s,o)})).catch((t=>{console.warn("ERROR =>",t),this.containerService.dispatch(Q.RUNTIME_ERROR_HANDLING_REQUEST,this.thisComponent,t)}))}createCompoundContainerAsync(t,e,n){return new Promise(((i,s)=>{if(t.viewUrl)try{const s=n?.webcomponent?.tagName||this.generateWCId(t.viewUrl);n?.webcomponent?.selfRegistered?this.includeSelfRegisteredWCFromUrl(n,t.viewUrl,(()=>{const n=document.createElement(s);n.setAttribute("lui_web_component","true"),this.initWC(n,s,n,t.viewUrl,e,"_root"),i(n)})):this.registerWCFromUrl(t.viewUrl,s).then((()=>{const n=document.createElement(s);n.setAttribute("lui_web_component","true"),this.initWC(n,s,n,t.viewUrl,e,"_root"),i(n)})).catch((t=>{console.warn("Error: ",t),this.containerService.dispatch(Q.RUNTIME_ERROR_HANDLING_REQUEST,this.thisComponent,t)}))}catch(t){s(t)}else i(t.createCompoundContainer())}))}renderWebComponentCompound(t,e,n){let i;return t.webcomponent&&t.viewUrl?(i=new j,i.viewUrl=this.processViewUrl(t.viewUrl,{context:n}),i.createCompoundItemContainer=t=>{const e=document.createElement("div");return t?.slot&&e.setAttribute("slot",t.slot),e}):t.compound?.renderer&&(i=q(t.compound.renderer)),i=i||new j,new Promise((s=>{this.createCompoundContainerAsync(i,n,t).then((o=>{e._luigi_mfe_webcomponent=o,e._luigi_node=t;const r={};o.eventBus={listeners:r,onPublishEvent:(t,e,n)=>{const i=r[e+"."+t.type]||[];i.push(...r["*."+t.type]||[]),i.forEach((e=>{const n=e.wcElement||o.querySelector("[nodeId="+e.wcElementId+"]");n?n.dispatchEvent(new CustomEvent(e.action,{detail:e.converter?e.converter(t.detail):t.detail})):console.debug("Could not find event target",e)}))}},t.compound?.children?.forEach(((t,e)=>{const s={...n,...t.context},a=i.createCompoundItemContainer(t.layoutConfig);a.eventBus=o.eventBus,i.attachCompoundItem(o,a);const c=t.id||"gen_"+e;this.renderWebComponent(t.viewUrl,a,s,t,c,!0),K(r,t,c)})),e.appendChild(o),K(r,t.compound,"_root",o),s(o)})).catch((t=>{console.warn("Error: ",t),this.containerService.dispatch(Q.RUNTIME_ERROR_HANDLING_REQUEST,this.thisComponent,t)}))}))}resolveAlert(t,e=!0){this.alertResolvers[t]?(this.alertResolvers[t](e),this.alertResolvers[t]=void 0):console.log("Promise is not in the list.")}}function J(t){let e,n=(!t[4]||"false"===t[4])&&Z(t);return{c(){n&&n.c(),e=m("")},m(t,i){n&&n.m(t,i),l(t,e,i)},p(t,i){t[4]&&"false"!==t[4]?n&&(n.d(1),n=null):n?n.p(t,i):(n=Z(t),n.c(),n.m(e.parentNode,e))},d(t){t&&h(e),n&&n.d(t)}}}function Z(t){let e,n,i,s,o,r;return{c(){e=d("style"),e.textContent="main.lui-isolated,\n .lui-isolated iframe {\n width: 100%;\n height: 100%;\n border: none;\n }\n\n main.lui-isolated {\n line-height: 0;\n }",n=m(" "),i=d("iframe"),c(i.src,s=t[3])||p(i,"src",s),p(i,"title",t[1]),p(i,"allow",o=B(t[0])),p(i,"sandbox",r=t[2]?t[2].join(" "):void 0)},m(s,o){l(s,e,o),l(s,n,o),l(s,i,o),t[27](i)},p(t,e){8&e&&!c(i.src,s=t[3])&&p(i,"src",s),2&e&&p(i,"title",t[1]),1&e&&o!==(o=B(t[0]))&&p(i,"allow",o),4&e&&r!==(r=t[2]?t[2].join(" "):void 0)&&p(i,"sandbox",r)},d(s){s&&(h(e),h(n),h(i)),t[27](null)}}}function Y(e){let n,i,s=e[7]&&J(e);return{c(){n=d("main"),s&&s.c(),p(n,"class",i=e[4]?void 0:"lui-isolated")},m(t,i){l(t,n,i),s&&s.m(n,null),e[28](n)},p(t,[e]){t[7]?s?s.p(t,e):(s=J(t),s.c(),s.m(n,null)):s&&(s.d(1),s=null),16&e&&i!==(i=t[4]?void 0:"lui-isolated")&&p(n,"class",i)},i:t,o:t,d(t){t&&h(n),s&&s.d(),e[28](null)}}}function tt(t,e,n){let{activeFeatureToggleList:i}=e,{allowRules:s}=e,{anchor:o}=e,{authData:r}=e,{clientPermissions:a}=e,{context:c}=e,{deferInit:u}=e,{dirtyStatus:l}=e,{documentTitle:h}=e,{hasBack:d}=e,{label:m}=e,{locale:p}=e,{noShadow:E}=e,{nodeParams:$}=e,{pathParams:f}=e,{sandboxRules:S}=e,{searchParams:C}=e,{skipCookieCheck:R}=e,{skipInitCheck:w}=e,{theme:b}=e,{userSettings:A}=e,{viewurl:I}=e,{webcomponent:O}=e;const U={};let v,N=!1;const y=new z,L=t=>{if(!N){t.sendCustomMessage=(e,n)=>{G.sendCustomMessage(e,t.getNoShadow()?t:v,!!O,U,n)},t.updateContext=(e,i)=>{n(8,c=e),O?(t.getNoShadow()?t:v)._luigi_mfe_webcomponent.context=e:G.updateContext(e,i,U)},t.closeAlert=(e,n)=>{t.notifyAlertClosed(e,n)},t.notifyAlertClosed=(e,n)=>{t.isConnected&&(O?y.resolveAlert(e,n):G.notifyAlertClosed(e,n,U))},W.registerContainer(t),y.thisComponent=t;const e=M.resolveContext(c);if(t.updateViewUrl=(t,e)=>{t?.length&&G.updateViewUrl(t,M.resolveContext(c),e,U)},O&&"false"!=O){if(t.getNoShadow())t.innerHTML="";else{n(6,v.innerHTML="",v);t.attachShadow({mode:"open"}).append(v)}const i=M.checkWebcomponentValue(O);y.renderWebComponent(I,t.getNoShadow()?t:v,e,"object"==typeof i?{webcomponent:i}:{})}else if(!t.getNoShadow()){t.innerHTML="";t.attachShadow({mode:"open"}).append(v)}w?(t.initialized=!0,setTimeout((()=>{y.dispatchLuigiEvent(Q.INITIALIZED,{})}))):O&&(t.getNoShadow()?t:v).addEventListener("wc_ready",(()=>{(t.getNoShadow()?t:v)._luigi_mfe_webcomponent?.deferLuigiClientWCInit||(t.initialized=!0,y.dispatchLuigiEvent(Q.INITIALIZED,{}))})),n(7,N=!0),t.containerInitialized=!0}};var P;return _((async()=>{const t=v.parentNode;t.iframeHandle=U,t.init=()=>{L(t)},u||L(t)})),P=async()=>{},g().$$.on_destroy.push(P),t.$$set=t=>{"activeFeatureToggleList"in t&&n(9,i=t.activeFeatureToggleList),"allowRules"in t&&n(0,s=t.allowRules),"anchor"in t&&n(10,o=t.anchor),"authData"in t&&n(11,r=t.authData),"clientPermissions"in t&&n(12,a=t.clientPermissions),"context"in t&&n(8,c=t.context),"deferInit"in t&&n(13,u=t.deferInit),"dirtyStatus"in t&&n(14,l=t.dirtyStatus),"documentTitle"in t&&n(15,h=t.documentTitle),"hasBack"in t&&n(16,d=t.hasBack),"label"in t&&n(1,m=t.label),"locale"in t&&n(17,p=t.locale),"noShadow"in t&&n(18,E=t.noShadow),"nodeParams"in t&&n(19,$=t.nodeParams),"pathParams"in t&&n(20,f=t.pathParams),"sandboxRules"in t&&n(2,S=t.sandboxRules),"searchParams"in t&&n(21,C=t.searchParams),"skipCookieCheck"in t&&n(22,R=t.skipCookieCheck),"skipInitCheck"in t&&n(23,w=t.skipInitCheck),"theme"in t&&n(24,b=t.theme),"userSettings"in t&&n(25,A=t.userSettings),"viewurl"in t&&n(3,I=t.viewurl),"webcomponent"in t&&n(4,O=t.webcomponent)},[s,m,S,I,O,U,v,N,c,i,o,r,a,u,l,h,d,p,E,$,f,C,R,w,b,A,()=>i&&s&&o&&r&&a&&l&&h&&d&&p&&E&&$&&f&&S&&C&&R&&w&&b&&A,function(t){T[t?"unshift":"push"]((()=>{U.iframe=t,n(5,U)}))},function(t){T[t?"unshift":"push"]((()=>{v=t,n(6,v)}))}]}class et extends k{constructor(t){super(),y(this,t,tt,Y,o,{activeFeatureToggleList:9,allowRules:0,anchor:10,authData:11,clientPermissions:12,context:8,deferInit:13,dirtyStatus:14,documentTitle:15,hasBack:16,label:1,locale:17,noShadow:18,nodeParams:19,pathParams:20,sandboxRules:2,searchParams:21,skipCookieCheck:22,skipInitCheck:23,theme:24,userSettings:25,viewurl:3,webcomponent:4,unwarn:26})}get activeFeatureToggleList(){return this.$$.ctx[9]}set activeFeatureToggleList(t){this.$$set({activeFeatureToggleList:t}),I()}get allowRules(){return this.$$.ctx[0]}set allowRules(t){this.$$set({allowRules:t}),I()}get anchor(){return this.$$.ctx[10]}set anchor(t){this.$$set({anchor:t}),I()}get authData(){return this.$$.ctx[11]}set authData(t){this.$$set({authData:t}),I()}get clientPermissions(){return this.$$.ctx[12]}set clientPermissions(t){this.$$set({clientPermissions:t}),I()}get context(){return this.$$.ctx[8]}set context(t){this.$$set({context:t}),I()}get deferInit(){return this.$$.ctx[13]}set deferInit(t){this.$$set({deferInit:t}),I()}get dirtyStatus(){return this.$$.ctx[14]}set dirtyStatus(t){this.$$set({dirtyStatus:t}),I()}get documentTitle(){return this.$$.ctx[15]}set documentTitle(t){this.$$set({documentTitle:t}),I()}get hasBack(){return this.$$.ctx[16]}set hasBack(t){this.$$set({hasBack:t}),I()}get label(){return this.$$.ctx[1]}set label(t){this.$$set({label:t}),I()}get locale(){return this.$$.ctx[17]}set locale(t){this.$$set({locale:t}),I()}get noShadow(){return this.$$.ctx[18]}set noShadow(t){this.$$set({noShadow:t}),I()}get nodeParams(){return this.$$.ctx[19]}set nodeParams(t){this.$$set({nodeParams:t}),I()}get pathParams(){return this.$$.ctx[20]}set pathParams(t){this.$$set({pathParams:t}),I()}get sandboxRules(){return this.$$.ctx[2]}set sandboxRules(t){this.$$set({sandboxRules:t}),I()}get searchParams(){return this.$$.ctx[21]}set searchParams(t){this.$$set({searchParams:t}),I()}get skipCookieCheck(){return this.$$.ctx[22]}set skipCookieCheck(t){this.$$set({skipCookieCheck:t}),I()}get skipInitCheck(){return this.$$.ctx[23]}set skipInitCheck(t){this.$$set({skipInitCheck:t}),I()}get theme(){return this.$$.ctx[24]}set theme(t){this.$$set({theme:t}),I()}get userSettings(){return this.$$.ctx[25]}set userSettings(t){this.$$set({userSettings:t}),I()}get viewurl(){return this.$$.ctx[3]}set viewurl(t){this.$$set({viewurl:t}),I()}get webcomponent(){return this.$$.ctx[4]}set webcomponent(t){this.$$set({webcomponent:t}),I()}get unwarn(){return this.$$.ctx[26]}}function nt(t){u(t,"svelte-1buc46y","main.svelte-1buc46y{width:100%;height:100%;border:none}")}function it(e){let n;return{c(){n=d("main"),p(n,"class","svelte-1buc46y")},m(t,i){l(t,n,i),e[21](n)},p:t,i:t,o:t,d(t){t&&h(n),e[21](null)}}}function st(t,e,n){let i,s,{activeFeatureToggleList:o}=e,{anchor:r}=e,{clientPermissions:a}=e,{compoundConfig:c}=e,{context:u}=e,{deferInit:l}=e,{dirtyStatus:h}=e,{documentTitle:d}=e,{hasBack:m}=e,{locale:p}=e,{noShadow:E}=e,{nodeParams:g}=e,{pathParams:$}=e,{searchParams:f}=e,{skipInitCheck:S}=e,{theme:C}=e,{userSettings:R}=e,{viewurl:w}=e,{webcomponent:b}=e,A=!1;const I=new H,O=new z,U=t=>{if(!c||A)return;t.updateContext=(e,s)=>{const o=t.getNoShadow()?t:i;o._luigi_mfe_webcomponent.context=e,n(1,u=e);const r=o._luigi_mfe_webcomponent;if(r){const t=r.querySelectorAll("[lui_web_component]");t?.forEach((t=>{const n=t.context||{};t.context=Object.assign(n,e)}))}};const e=M.resolveContext(u);n(2,l=!1);const o={compound:c,viewUrl:w,webcomponent:M.checkWebcomponentValue(b)||!0};if(t.getNoShadow())t.innerHTML="";else{n(0,i.innerHTML="",i);t.attachShadow({mode:"open"}).append(i)}O.renderWebComponentCompound(o,t.getNoShadow()?t:i,e).then((e=>{s=e,S||!o.viewUrl?(t.initialized=!0,setTimeout((()=>{O.dispatchLuigiEvent(Q.INITIALIZED,{})}))):s.LuigiClient&&!s.deferLuigiClientWCInit&&(t.initialized=!0,O.dispatchLuigiEvent(Q.INITIALIZED,{}))})),A=!0,t.containerInitialized=!0};return _((async()=>{const t=i.getRootNode()===document?i.parentNode:i.getRootNode().host;t.init=()=>{U(t)},l||U(t),I.registerContainer(t),O.thisComponent=t})),t.$$set=t=>{"activeFeatureToggleList"in t&&n(3,o=t.activeFeatureToggleList),"anchor"in t&&n(4,r=t.anchor),"clientPermissions"in t&&n(5,a=t.clientPermissions),"compoundConfig"in t&&n(6,c=t.compoundConfig),"context"in t&&n(1,u=t.context),"deferInit"in t&&n(2,l=t.deferInit),"dirtyStatus"in t&&n(7,h=t.dirtyStatus),"documentTitle"in t&&n(8,d=t.documentTitle),"hasBack"in t&&n(9,m=t.hasBack),"locale"in t&&n(10,p=t.locale),"noShadow"in t&&n(11,E=t.noShadow),"nodeParams"in t&&n(12,g=t.nodeParams),"pathParams"in t&&n(13,$=t.pathParams),"searchParams"in t&&n(14,f=t.searchParams),"skipInitCheck"in t&&n(15,S=t.skipInitCheck),"theme"in t&&n(16,C=t.theme),"userSettings"in t&&n(17,R=t.userSettings),"viewurl"in t&&n(18,w=t.viewurl),"webcomponent"in t&&n(19,b=t.webcomponent)},[i,u,l,o,r,a,c,h,d,m,p,E,g,$,f,S,C,R,w,b,()=>o&&r&&a&&h&&d&&m&&p&&E&&g&&$&&f&&S&&C&&R,function(t){T[t?"unshift":"push"]((()=>{i=t,n(0,i)}))}]}x(et,{activeFeatureToggleList:{type:"Array",reflect:!1,attribute:"active-feature-toggle-list"},allowRules:{type:"Array",reflect:!1,attribute:"allow-rules"},anchor:{type:"String",reflect:!1,attribute:"anchor"},authData:{type:"Object",reflect:!1,attribute:"auth-data"},clientPermissions:{type:"Object",reflect:!1,attribute:"client-permissions"},context:{type:"String",reflect:!1,attribute:"context"},deferInit:{type:"Boolean",attribute:"defer-init"},dirtyStatus:{type:"Boolean",reflect:!1,attribute:"dirty-status"},documentTitle:{type:"String",reflect:!1,attribute:"document-title"},hasBack:{type:"Boolean",reflect:!1,attribute:"has-back"},label:{type:"String",reflect:!1,attribute:"label"},locale:{type:"String",reflect:!1,attribute:"locale"},noShadow:{type:"Boolean",attribute:"no-shadow"},nodeParams:{type:"Object",reflect:!1,attribute:"node-params"},pathParams:{type:"Object",reflect:!1,attribute:"path-params"},sandboxRules:{type:"Array",reflect:!1,attribute:"sandbox-rules"},searchParams:{type:"Object",reflect:!1,attribute:"search-params"},skipCookieCheck:{type:"String",reflect:!1,attribute:"skip-cookie-check"},skipInitCheck:{type:"Boolean",reflect:!1,attribute:"skip-init-check"},theme:{type:"String",reflect:!1,attribute:"theme"},userSettings:{type:"Object",reflect:!1,attribute:"user-settings"},viewurl:{type:"String",reflect:!1,attribute:"viewurl"},webcomponent:{type:"String",reflect:!1,attribute:"webcomponent"}},[],["unwarn"],!1,(t=>{let e=t=>()=>console.warn(t+" can't be called on luigi-container before its micro frontend is attached to the DOM.");return class extends t{sendCustomMessage=e("sendCustomMessage");updateContext=e("updateContext");updateViewUrl=e("updateViewUrl");closeAlert=e("closeAlert");notifyAlertClosed=e("notifyAlertClosed");attributeChangedCallback(t,e,n){this.containerInitialized&&("context"===t&&this.updateContext(JSON.parse(n)),"auth-data"===t&&G.updateAuthData(this.iframeHandle,JSON.parse(n)))}getNoShadow(){return this.hasAttribute("no-shadow")||this.noShadow}}}));class ot extends k{constructor(t){super(),y(this,t,st,it,o,{activeFeatureToggleList:3,anchor:4,clientPermissions:5,compoundConfig:6,context:1,deferInit:2,dirtyStatus:7,documentTitle:8,hasBack:9,locale:10,noShadow:11,nodeParams:12,pathParams:13,searchParams:14,skipInitCheck:15,theme:16,userSettings:17,viewurl:18,webcomponent:19,unwarn:20},nt)}get activeFeatureToggleList(){return this.$$.ctx[3]}set activeFeatureToggleList(t){this.$$set({activeFeatureToggleList:t}),I()}get anchor(){return this.$$.ctx[4]}set anchor(t){this.$$set({anchor:t}),I()}get clientPermissions(){return this.$$.ctx[5]}set clientPermissions(t){this.$$set({clientPermissions:t}),I()}get compoundConfig(){return this.$$.ctx[6]}set compoundConfig(t){this.$$set({compoundConfig:t}),I()}get context(){return this.$$.ctx[1]}set context(t){this.$$set({context:t}),I()}get deferInit(){return this.$$.ctx[2]}set deferInit(t){this.$$set({deferInit:t}),I()}get dirtyStatus(){return this.$$.ctx[7]}set dirtyStatus(t){this.$$set({dirtyStatus:t}),I()}get documentTitle(){return this.$$.ctx[8]}set documentTitle(t){this.$$set({documentTitle:t}),I()}get hasBack(){return this.$$.ctx[9]}set hasBack(t){this.$$set({hasBack:t}),I()}get locale(){return this.$$.ctx[10]}set locale(t){this.$$set({locale:t}),I()}get noShadow(){return this.$$.ctx[11]}set noShadow(t){this.$$set({noShadow:t}),I()}get nodeParams(){return this.$$.ctx[12]}set nodeParams(t){this.$$set({nodeParams:t}),I()}get pathParams(){return this.$$.ctx[13]}set pathParams(t){this.$$set({pathParams:t}),I()}get searchParams(){return this.$$.ctx[14]}set searchParams(t){this.$$set({searchParams:t}),I()}get skipInitCheck(){return this.$$.ctx[15]}set skipInitCheck(t){this.$$set({skipInitCheck:t}),I()}get theme(){return this.$$.ctx[16]}set theme(t){this.$$set({theme:t}),I()}get userSettings(){return this.$$.ctx[17]}set userSettings(t){this.$$set({userSettings:t}),I()}get viewurl(){return this.$$.ctx[18]}set viewurl(t){this.$$set({viewurl:t}),I()}get webcomponent(){return this.$$.ctx[19]}set webcomponent(t){this.$$set({webcomponent:t}),I()}get unwarn(){return this.$$.ctx[20]}}x(ot,{activeFeatureToggleList:{type:"Array",reflect:!1,attribute:"active-feature-toggle-list"},anchor:{type:"String",reflect:!1,attribute:"anchor"},clientPermissions:{type:"Object",reflect:!1,attribute:"client-permissions"},compoundConfig:{type:"Object",reflect:!1,attribute:"compound-config"},context:{type:"String",reflect:!1,attribute:"context"},deferInit:{type:"Boolean",attribute:"defer-init"},dirtyStatus:{type:"Boolean",reflect:!1,attribute:"dirty-status"},documentTitle:{type:"String",reflect:!1,attribute:"document-title"},hasBack:{type:"Boolean",reflect:!1,attribute:"has-back"},locale:{type:"String",reflect:!1,attribute:"locale"},noShadow:{type:"Boolean",attribute:"no-shadow",reflect:!1},nodeParams:{type:"Object",reflect:!1,attribute:"node-params"},pathParams:{type:"Object",reflect:!1,attribute:"path-params"},searchParams:{type:"Object",reflect:!1,attribute:"search-params"},skipInitCheck:{type:"Boolean",reflect:!1,attribute:"skip-init-check"},theme:{type:"String",reflect:!1,attribute:"theme"},userSettings:{type:"Object",reflect:!1,attribute:"user-settings"},viewurl:{type:"String",reflect:!1,attribute:"viewurl"},webcomponent:{type:"String",reflect:!1,attribute:"webcomponent"}},[],["unwarn"],!1,(t=>class extends t{updateContext=(t=>()=>console.warn(t+" can't be called on luigi-container before its micro frontend is attached to the DOM."))("updateContext");attributeChangedCallback(t,e,n){this.containerInitialized&&"context"===t&&this.updateContext(JSON.parse(n))}getNoShadow(){return this.hasAttribute("no-shadow")||this.noShadow}}));var rt=Q;customElements.get("luigi-container")||customElements.define("luigi-container",et.element),customElements.get("luigi-compound-container")||customElements.define("luigi-compound-container",ot.element);export{ot as LuigiCompoundContainer,et as LuigiContainer,rt as default};
|
|
1
|
+
function t(){}function e(t){return t()}function n(){return Object.create(null)}function i(t){t.forEach(e)}function s(t){return"function"==typeof t}function o(t,e){return t!=t?e==e:t!==e||t&&"object"==typeof t||"function"==typeof t}let a,r;function c(t,e){return t===e||(a||(a=document.createElement("a")),a.href=e,t===a.href)}function l(t,e,n){const i=function(t){if(!t)return document;const e=t.getRootNode?t.getRootNode():t.ownerDocument;if(e&&e.host)return e;return t.ownerDocument}(t);if(!i.getElementById(e)){const t=h("style");t.id=e,t.textContent=n,function(t,e){(function(t,e){t.appendChild(e)})(t.head||t,e),e.sheet}(i,t)}}function u(t,e,n){t.insertBefore(e,n||null)}function d(t){t.parentNode&&t.parentNode.removeChild(t)}function h(t){return document.createElement(t)}function m(t){return document.createTextNode(t)}function p(t,e,n){null==n?t.removeAttribute(e):t.getAttribute(e)!==n&&t.setAttribute(e,n)}function E(t){r=t}function _(){if(!r)throw new Error("Function called outside component initialization");return r}function g(t){_().$$.on_mount.push(t)}const T=[],$=[];let S=[];const f=[],C=Promise.resolve();let R=!1;function A(t){S.push(t)}const w=new Set;let b=0;function I(){if(0!==b)return;const t=r;do{try{for(;b<T.length;){const t=T[b];b++,E(t),O(t.$$)}}catch(t){throw T.length=0,b=0,t}for(E(null),T.length=0,b=0;$.length;)$.pop()();for(let t=0;t<S.length;t+=1){const e=S[t];w.has(e)||(w.add(e),e())}S.length=0}while(T.length);for(;f.length;)f.pop()();R=!1,w.clear(),E(t)}function O(t){if(null!==t.fragment){t.update(),i(t.before_update);const e=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,e),t.after_update.forEach(A)}}const U=new Set;function v(t,e){const n=t.$$;null!==n.fragment&&(!function(t){const e=[],n=[];S.forEach((i=>-1===t.indexOf(i)?e.push(i):n.push(i))),n.forEach((t=>t())),S=e}(n.after_update),i(n.on_destroy),n.fragment&&n.fragment.d(e),n.on_destroy=n.fragment=null,n.ctx=[])}function y(t,e){-1===t.$$.dirty[0]&&(T.push(t),R||(R=!0,C.then(I)),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<<e%31}function P(o,a,c,l,u,h,m=null,p=[-1]){const _=r;E(o);const g=o.$$={fragment:null,ctx:[],props:h,update:t,not_equal:u,bound:n(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(a.context||(_?_.$$.context:[])),callbacks:n(),dirty:p,skip_bound:!1,root:a.target||_.$$.root};m&&m(g.root);let T=!1;if(g.ctx=c?c(o,a.props||{},((t,e,...n)=>{const i=n.length?n[0]:e;return g.ctx&&u(g.ctx[t],g.ctx[t]=i)&&(!g.skip_bound&&g.bound[t]&&g.bound[t](i),T&&y(o,t)),e})):[],g.update(),T=!0,i(g.before_update),g.fragment=!!l&&l(g.ctx),a.target){if(a.hydrate){const t=function(t){return Array.from(t.childNodes)}(a.target);g.fragment&&g.fragment.l(t),t.forEach(d)}else g.fragment&&g.fragment.c();a.intro&&(($=o.$$.fragment)&&$.i&&(U.delete($),$.i(S))),function(t,n,o){const{fragment:a,after_update:r}=t.$$;a&&a.m(n,o),A((()=>{const n=t.$$.on_mount.map(e).filter(s);t.$$.on_destroy?t.$$.on_destroy.push(...n):i(n),t.$$.on_mount=[]})),r.forEach(A)}(o,a.target,a.anchor),I()}var $,S;E(_)}let N;function L(t,e,n,i){const s=n[t]?.type;if(e="Boolean"===s&&"boolean"!=typeof e?null!=e:e,!i||!n[t])return e;if("toAttribute"===i)switch(s){case"Object":case"Array":return null==e?null:JSON.stringify(e);case"Boolean":return e?"":null;case"Number":return null==e?null:e;default:return e}else switch(s){case"Object":case"Array":return e&&JSON.parse(e);case"Boolean":default:return e;case"Number":return null!=e?+e:e}}function D(t,e,n,i,s,o){let a=class extends N{constructor(){super(t,n,s),this.$$p_d=e}static get observedAttributes(){return Object.keys(e).map((t=>(e[t].attribute||t).toLowerCase()))}};return Object.keys(e).forEach((t=>{Object.defineProperty(a.prototype,t,{get(){return this.$$c&&t in this.$$c?this.$$c[t]:this.$$d[t]},set(n){n=L(t,n,e),this.$$d[t]=n,this.$$c?.$set({[t]:n})}})})),i.forEach((t=>{Object.defineProperty(a.prototype,t,{get(){return this.$$c?.[t]}})})),o&&(a=o(a)),t.element=a,a}"function"==typeof HTMLElement&&(N=class extends HTMLElement{$$ctor;$$s;$$c;$$cn=!1;$$d={};$$r=!1;$$p_d={};$$l={};$$l_u=new Map;constructor(t,e,n){super(),this.$$ctor=t,this.$$s=e,n&&this.attachShadow({mode:"open"})}addEventListener(t,e,n){if(this.$$l[t]=this.$$l[t]||[],this.$$l[t].push(e),this.$$c){const n=this.$$c.$on(t,e);this.$$l_u.set(e,n)}super.addEventListener(t,e,n)}removeEventListener(t,e,n){if(super.removeEventListener(t,e,n),this.$$c){const t=this.$$l_u.get(e);t&&(t(),this.$$l_u.delete(e))}}async connectedCallback(){if(this.$$cn=!0,!this.$$c){if(await Promise.resolve(),!this.$$cn||this.$$c)return;function t(t){return()=>{let e;return{c:function(){e=h("slot"),"default"!==t&&p(e,"name",t)},m:function(t,n){u(t,e,n)},d:function(t){t&&d(e)}}}}const e={},n=function(t){const e={};return t.childNodes.forEach((t=>{e[t.slot||"default"]=!0})),e}(this);for(const s of this.$$s)s in n&&(e[s]=[t(s)]);for(const o of this.attributes){const a=this.$$g_p(o.name);a in this.$$d||(this.$$d[a]=L(a,o.value,this.$$p_d,"toProp"))}for(const r in this.$$p_d)r in this.$$d||void 0===this[r]||(this.$$d[r]=this[r],delete this[r]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:{...this.$$d,$$slots:e,$$scope:{ctx:[]}}});const i=()=>{this.$$r=!0;for(const t in this.$$p_d)if(this.$$d[t]=this.$$c.$$.ctx[this.$$c.$$.props[t]],this.$$p_d[t].reflect){const e=L(t,this.$$d[t],this.$$p_d,"toAttribute");null==e?this.removeAttribute(this.$$p_d[t].attribute||t):this.setAttribute(this.$$p_d[t].attribute||t,e)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const c in this.$$l)for(const l of this.$$l[c]){const m=this.$$c.$on(c,l);this.$$l_u.set(l,m)}this.$$l={}}}attributeChangedCallback(t,e,n){this.$$r||(t=this.$$g_p(t),this.$$d[t]=L(t,n,this.$$p_d,"toProp"),this.$$c?.$set({[t]:this.$$d[t]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then((()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)}))}$$g_p(t){return Object.keys(this.$$p_d).find((e=>this.$$p_d[e].attribute===t||!this.$$p_d[e].attribute&&e.toLowerCase()===t))||t}});class k{$$=void 0;$$set=void 0;$destroy(){v(this,1),this.$destroy=t}$on(e,n){if(!s(n))return t;const i=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return i.push(n),()=>{const t=i.indexOf(n);-1!==t&&i.splice(t,1)}}$set(t){var e;this.$$set&&(e=t,0!==Object.keys(e).length)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}var x,M;"undefined"!=typeof window&&(window.__svelte||(window.__svelte={v:new Set})).v.add("4"),function(t){t.CUSTOM_MESSAGE="custom",t.GET_CONTEXT="luigi.get-context",t.SEND_CONTEXT_HANDSHAKE="luigi.init",t.CONTEXT_RECEIVED="luigi.init.ok",t.NAVIGATION_REQUEST="luigi.navigation.open",t.ALERT_REQUEST="luigi.ux.alert.show",t.ALERT_CLOSED="luigi.ux.alert.hide",t.INITIALIZED="luigi.init.ok",t.ADD_SEARCH_PARAMS_REQUEST="luigi.addSearchParams",t.ADD_NODE_PARAMS_REQUEST="luigi.addNodeParams",t.SHOW_CONFIRMATION_MODAL_REQUEST="luigi.ux.confirmationModal.show",t.CONFIRMATION_MODAL_CLOSED="luigi.ux.confirmationModal.hide",t.SHOW_LOADING_INDICATOR_REQUEST="luigi.show-loading-indicator",t.HIDE_LOADING_INDICATOR_REQUEST="luigi.hide-loading-indicator",t.SET_CURRENT_LOCALE_REQUEST="luigi.ux.set-current-locale",t.LOCAL_STORAGE_SET_REQUEST="storage",t.RUNTIME_ERROR_HANDLING_REQUEST="luigi-runtime-error-handling",t.SET_ANCHOR_LINK_REQUEST="luigi.setAnchor",t.SET_THIRD_PARTY_COOKIES_REQUEST="luigi.third-party-cookie",t.BACK_NAVIGATION_REQUEST="luigi.navigation.back",t.GET_CURRENT_ROUTE_REQUEST="luigi.navigation.currentRoute",t.SEND_CONTEXT_OBJECT="luigi.navigate",t.NAVIGATION_COMPLETED_REPORT="luigi.navigate.ok",t.UPDATE_MODAL_PATH_DATA_REQUEST="luigi.navigation.updateModalDataPath",t.UPDATE_MODAL_SETTINGS="luigi.navigation.updateModalSettings",t.CHECK_PATH_EXISTS_REQUEST="luigi.navigation.pathExists",t.SET_DIRTY_STATUS_REQUEST="luigi.set-page-dirty",t.AUTH_SET_TOKEN="luigi.auth.tokenIssued",t.ADD_BACKDROP_REQUEST="luigi.add-backdrop",t.REMOVE_BACKDROP_REQUEST="luigi.remove-backdrop",t.SET_VIEW_GROUP_DATA_REQUEST="luigi.setVGData"}(x||(x={})),function(t){t.CUSTOM_MESSAGE="custom-message",t.GET_CONTEXT_REQUEST="get-context-request",t.NAVIGATION_REQUEST="navigation-request",t.ALERT_REQUEST="show-alert-request",t.ALERT_CLOSED="close-alert-request",t.INITIALIZED="initialized",t.ADD_SEARCH_PARAMS_REQUEST="add-search-params-request",t.ADD_NODE_PARAMS_REQUEST="add-node-params-request",t.SHOW_CONFIRMATION_MODAL_REQUEST="show-confirmation-modal-request",t.SHOW_LOADING_INDICATOR_REQUEST="show-loading-indicator-request",t.HIDE_LOADING_INDICATOR_REQUEST="hide-loading-indicator-request",t.SET_CURRENT_LOCALE_REQUEST="set-current-locale-request",t.LOCAL_STORAGE_SET_REQUEST="set-storage-request",t.RUNTIME_ERROR_HANDLING_REQUEST="runtime-error-handling-request",t.SET_ANCHOR_LINK_REQUEST="set-anchor-request",t.SET_THIRD_PARTY_COOKIES_REQUEST="set-third-party-cookies-request",t.BACK_NAVIGATION_REQUEST="navigate-back-request",t.GET_CURRENT_ROUTE_REQUEST="get-current-route-request",t.NAVIGATION_COMPLETED_REPORT="report-navigation-completed-request",t.UPDATE_MODAL_PATH_DATA_REQUEST="update-modal-path-data-request",t.UPDATE_MODAL_SETTINGS_REQUEST="update-modal-settings-request",t.CHECK_PATH_EXISTS_REQUEST="check-path-exists-request",t.SET_DIRTY_STATUS_REQUEST="set-dirty-status-request",t.SET_VIEW_GROUP_DATA_REQUEST="set-viewgroup-data-request",t.SET_DOCUMENT_TITLE_REQUEST="set-document-title-request",t.OPEN_USER_SETTINGS_REQUEST="open-user-settings-request",t.CLOSE_USER_SETTINGS_REQUEST="close-user-settings-request",t.COLLAPSE_LEFT_NAV_REQUEST="collapse-leftnav-request",t.UPDATE_TOP_NAVIGATION_REQUEST="update-top-navigation-request",t.PATH_EXISTS_REQUEST="path-exists-request",t.GO_BACK_REQUEST="go-back-request",t.HAS_BACK_REQUEST="has-back-request",t.ADD_BACKDROP_REQUEST="add-backdrop-request",t.REMOVE_BACKDROP_REQUEST="remove-backdrop-request"}(M||(M={}));class Q extends Event{constructor(t,e,n,i){super(t),this.detail=e,this.payload=n||e||{},this.callbackFn=i}callback(t){this.callbackFn&&this.callbackFn(t)}}const H=new class{isFunction(t){return t&&"[object Function]"==={}.toString.call(t)}isObject(t){return!(!t||"object"!=typeof t||Array.isArray(t))}checkWebcomponentValue(t){return"string"==typeof t?JSON.parse(t):"boolean"==typeof t||"object"==typeof t?t:void console.warn("Webcomponent value has a wrong type.")}resolveContext(t){return t?"string"==typeof t?JSON.parse(t):t:{}}};class W{isVisible(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)}sendCustomMessageToIframe(t,e,n){const i=n||"custom";if(t?.iframe?.contentWindow){const n=new URL(t.iframe.src);"custom"===i?t.iframe.contentWindow.postMessage({msg:i,data:e},n.origin):t.iframe.contentWindow.postMessage({msg:i,...e},n.origin)}else console.error("Message target could not be resolved")}dispatchWithPayload(t,e,n,i,s){this.dispatch(t,e,n,s,i)}dispatch(t,e,n,i,s){const o=new Q(t,n,s,i);e.dispatchEvent(o)}getTargetContainer(t){let e;return globalThis.__luigi_container_manager.container.forEach((n=>{n.iframeHandle?.iframe&&n.iframeHandle.iframe.contentWindow===t.source&&(e=n)})),e}getContainerManager(){return globalThis.__luigi_container_manager||(globalThis.__luigi_container_manager={container:[],messageListener:t=>{const e=this.getTargetContainer(t),n=e?.iframeHandle?.iframe?.contentWindow;if(n&&n===t.source){switch(t.data.msg){case x.CUSTOM_MESSAGE:{const n=t.data.data,i=n.id;delete n.id,this.dispatch(M.CUSTOM_MESSAGE,e,{id:i,_metaData:{},data:n})}break;case x.GET_CONTEXT:n.postMessage({msg:x.SEND_CONTEXT_HANDSHAKE,context:e.context||{},internal:{thirdPartyCookieCheck:{disabled:"true"===e.skipCookieCheck}},authData:e.authData||{},nodeParams:e.nodeParams||{},searchParams:e.searchParams||{},pathParams:e.pathParams||{}},t.origin);break;case x.NAVIGATION_REQUEST:this.dispatch(M.NAVIGATION_REQUEST,e,t.data.params);break;case x.ALERT_REQUEST:this.dispatchWithPayload(M.ALERT_REQUEST,e,t,t.data?.data?.settings);break;case x.INITIALIZED:this.dispatch(M.INITIALIZED,e,t.data.params);break;case x.ADD_SEARCH_PARAMS_REQUEST:this.dispatch(M.ADD_SEARCH_PARAMS_REQUEST,e,{data:t.data.data,keepBrowserHistory:t.data.keepBrowserHistory});break;case x.ADD_NODE_PARAMS_REQUEST:this.dispatch(M.ADD_NODE_PARAMS_REQUEST,e,{data:t.data.data,keepBrowserHistory:t.data.keepBrowserHistory});break;case x.SHOW_CONFIRMATION_MODAL_REQUEST:this.dispatchWithPayload(M.SHOW_CONFIRMATION_MODAL_REQUEST,e,t.data.data,t.data.data?.settings);break;case x.SHOW_LOADING_INDICATOR_REQUEST:this.dispatch(M.SHOW_LOADING_INDICATOR_REQUEST,e,t);break;case x.HIDE_LOADING_INDICATOR_REQUEST:this.dispatch(M.HIDE_LOADING_INDICATOR_REQUEST,e,t);break;case x.SET_CURRENT_LOCALE_REQUEST:this.dispatchWithPayload(M.SET_CURRENT_LOCALE_REQUEST,e,t,t.data.data);break;case x.LOCAL_STORAGE_SET_REQUEST:this.dispatchWithPayload(M.LOCAL_STORAGE_SET_REQUEST,e,t,t.data.data?.params);break;case x.RUNTIME_ERROR_HANDLING_REQUEST:this.dispatch(M.RUNTIME_ERROR_HANDLING_REQUEST,e,t);break;case x.SET_ANCHOR_LINK_REQUEST:this.dispatchWithPayload(M.SET_ANCHOR_LINK_REQUEST,e,t,t.data.anchor);break;case x.SET_THIRD_PARTY_COOKIES_REQUEST:this.dispatch(M.SET_THIRD_PARTY_COOKIES_REQUEST,e,t);break;case x.BACK_NAVIGATION_REQUEST:{let n=t.data?.goBackContext||{};if("string"==typeof n)try{n=JSON.parse(n)}catch(t){console.warn(t)}this.dispatch(M.GO_BACK_REQUEST,e,n),this.dispatch(M.BACK_NAVIGATION_REQUEST,e,t)}break;case x.GET_CURRENT_ROUTE_REQUEST:this.dispatchWithPayload(M.GET_CURRENT_ROUTE_REQUEST,e,t,t.data.data);break;case x.NAVIGATION_COMPLETED_REPORT:this.dispatch(M.NAVIGATION_COMPLETED_REPORT,e,t);break;case x.UPDATE_MODAL_PATH_DATA_REQUEST:this.dispatchWithPayload(M.UPDATE_MODAL_PATH_DATA_REQUEST,e,t,t.data.params);break;case x.UPDATE_MODAL_SETTINGS:this.dispatchWithPayload(M.UPDATE_MODAL_SETTINGS_REQUEST,e,t,{updatedModalSettings:t.data.updatedModalSettings,addHistoryEntry:t.data.addHistoryEntry});break;case x.CHECK_PATH_EXISTS_REQUEST:this.dispatchWithPayload(M.CHECK_PATH_EXISTS_REQUEST,e,t,t.data.data);break;case x.SET_DIRTY_STATUS_REQUEST:this.dispatchWithPayload(M.SET_DIRTY_STATUS_REQUEST,e,t,{dirty:t.data.dirty});break;case x.SET_VIEW_GROUP_DATA_REQUEST:this.dispatch(M.SET_VIEW_GROUP_DATA_REQUEST,e,t.data.data);break;case x.ADD_BACKDROP_REQUEST:this.dispatch(M.ADD_BACKDROP_REQUEST,e,t);break;case x.REMOVE_BACKDROP_REQUEST:this.dispatch(M.REMOVE_BACKDROP_REQUEST,e,t)}}}},window.addEventListener("message",globalThis.__luigi_container_manager.messageListener)),globalThis.__luigi_container_manager}registerContainer(t){this.getContainerManager().container.push(t)}}const B=new W;const G=new class{constructor(){this.updateContext=(t,e,n)=>{if(n){const i=e||{};B.sendCustomMessageToIframe(n,{context:t,internal:i,withoutSync:!0},x.SEND_CONTEXT_OBJECT)}else console.warn("Attempting to update context on inexisting iframe")},this.updateViewUrl=(t,e,n,i)=>{if(i){const s=n||{};B.sendCustomMessageToIframe(i,{context:e,internal:s,withoutSync:!1,viewUrl:t},x.SEND_CONTEXT_OBJECT)}else console.warn("Attempting to update route on inexisting iframe")},this.updateAuthData=(t,e)=>{t&&e?B.sendCustomMessageToIframe(t,{authData:e},x.AUTH_SET_TOKEN):console.warn("Attempting to update auth data on inexisting iframe or authData")},this.sendCustomMessage=(t,e,n,i,s)=>{if(n&&e._luigi_mfe_webcomponent)B.dispatch(t,e._luigi_mfe_webcomponent,s);else{const e={...s};e.id&&console.warn('Property "id" is reserved and can not be used in custom message data'),e.id=t,B.sendCustomMessageToIframe(i,e)}},this.notifyConfirmationModalClosed=(t,e)=>{const n={data:{confirmed:t}};B.sendCustomMessageToIframe(e,n,x.CONFIRMATION_MODAL_CLOSED)}}notifyAlertClosed(t,e,n){const i=e?{id:t,dismissKey:e}:{id:t};B.sendCustomMessageToIframe(n,i,x.ALERT_CLOSED)}},V=t=>{if(!t)return;const e=t;return e.forEach(((n,i)=>{e[i]=n+(-1!=n.indexOf(";")?"":";"),e[i]=t[i].replaceAll('"',"'")})),e.join(" ")};class j{constructor(t){t?(this.rendererObject=t,this.config=t.config||{}):this.config={}}createCompoundContainer(){return document.createElement("div")}createCompoundItemContainer(t){return document.createElement("div")}attachCompoundItem(t,e){t.appendChild(e)}}class F extends j{constructor(t){super(t||{use:{}}),t&&t.use&&t.use.extends&&(this.superRenderer=q({use:t.use.extends,config:t.config}))}createCompoundContainer(){return this.rendererObject.use.createCompoundContainer?this.rendererObject.use.createCompoundContainer(this.config,this.superRenderer):this.superRenderer?this.superRenderer.createCompoundContainer():super.createCompoundContainer()}createCompoundItemContainer(t){return this.rendererObject.use.createCompoundItemContainer?this.rendererObject.use.createCompoundItemContainer(t,this.config,this.superRenderer):this.superRenderer?this.superRenderer.createCompoundItemContainer(t):super.createCompoundItemContainer(t)}attachCompoundItem(t,e){this.rendererObject.use.attachCompoundItem?this.rendererObject.use.attachCompoundItem(t,e,this.superRenderer):this.superRenderer?this.superRenderer.attachCompoundItem(t,e):super.attachCompoundItem(t,e)}}class K extends j{createCompoundContainer(){const t="__lui_compound_"+(new Date).getTime(),e=document.createElement("div");e.classList.add(t);let n="";return this.config.layouts&&this.config.layouts.forEach((e=>{if(e.minWidth||e.maxWidth){let i="@media only screen ";null!=e.minWidth&&(i+=`and (min-width: ${e.minWidth}px) `),null!=e.maxWidth&&(i+=`and (max-width: ${e.maxWidth}px) `),i+=`{\n .${t} {\n grid-template-columns: ${e.columns||"auto"};\n grid-template-rows: ${e.rows||"auto"};\n grid-gap: ${e.gap||"0"};\n }\n }\n `,n+=i}})),e.innerHTML=`\n <style scoped>\n .${t} {\n display: grid;\n grid-template-columns: ${this.config.columns||"auto"};\n grid-template-rows: ${this.config.rows||"auto"};\n grid-gap: ${this.config.gap||"0"};\n min-height: ${this.config.minHeight||"auto"};\n }\n ${n}\n </style>\n `,e}createCompoundItemContainer(t){const e=t||{},n=document.createElement("div");return n.setAttribute("style",`grid-row: ${e.row||"auto"}; grid-column: ${e.column||"auto"}`),n.classList.add("lui-compoundItemCnt"),n}}const q=t=>{const e=t.use;return e?"grid"===e?new K(t):e.createCompoundContainer||e.createCompoundItemContainer||e.attachCompoundItem?new F(t):new j(t):new j(t)},X=(t,e,n,i)=>{e?.eventListeners&&e.eventListeners.forEach((e=>{const s=e.source+"."+e.name,o=t[s],a={wcElementId:n,wcElement:i,action:e.action,converter:e.dataConverter};o?o.push(a):t[s]=[a]}))};function z(t){return String(t).replaceAll("<","<").replaceAll(">",">").replaceAll(""",'"').replaceAll("'","'").replaceAll("/","/")}class J{constructor(){this.alertResolvers={},this.alertIndex=0,this.containerService=new W}dynamicImport(t){return Object.freeze(import(/* webpackIgnore: true */t))}processViewUrl(t,e){return t}attachWC(t,e,n,i,s,o,a){if(n&&n.contains(e)){const r=document.createElement(t);o&&r.setAttribute("nodeId",o),r.setAttribute("lui_web_component","true"),this.initWC(r,t,n,s,i,o,a),n.replaceChild(r,e),n._luigi_node&&(n._luigi_mfe_webcomponent=r),n.dispatchEvent(new Event("wc_ready"))}}dispatchLuigiEvent(t,e,n){this.containerService.dispatch(t,this.thisComponent,e,n)}createClientAPI(t,e,n,i,s){return{linkManager:()=>{let t=null,e=!1,n=!1,i=!1,s={};const o={navigate:(o,a={})=>{const r={fromContext:t,fromClosestContext:e,fromVirtualTreeRoot:n,fromParent:i,nodeParams:s,...a};this.dispatchLuigiEvent(M.NAVIGATION_REQUEST,{link:o,...r})},navigateToIntent:(t,e={})=>{let n="#?intent=";if(n+=t,e&&Object.keys(e)?.length){const t=Object.entries(e);if(t.length>0){n+="?";for(const[e,i]of t)n+=e+"="+i+"&";n=n.slice(0,-1)}}o.navigate(n)},fromClosestContext:()=>(e=!0,o),fromContext:e=>(t=e,o),fromVirtualTreeRoot:()=>(n=!0,o),fromParent:()=>(i=!0,o),getCurrentRoute:()=>{const o={fromContext:t,fromClosestContext:e,fromVirtualTreeRoot:n,fromParent:i,nodeParams:s};return new Promise(((t,e)=>{this.containerService.dispatch(M.GET_CURRENT_ROUTE_REQUEST,this.thisComponent,{...o},(n=>{n?t(n):e("No current route received.")}))}))},withParams:t=>(s=t,o),updateModalPathInternalNavigation:(o,a={},r=!1)=>{if(!o)return void console.warn("Updating path of the modal upon internal navigation prevented. No path specified.");const c={fromClosestContext:e,fromContext:t,fromParent:i,fromVirtualTreeRoot:n,nodeParams:s};this.dispatchLuigiEvent(M.UPDATE_MODAL_PATH_DATA_REQUEST,Object.assign(c,{history:r,link:o,modal:a}))},updateTopNavigation:()=>{this.dispatchLuigiEvent(M.UPDATE_TOP_NAVIGATION_REQUEST,{})},pathExists:o=>{const a={fromContext:t,fromClosestContext:e,fromVirtualTreeRoot:n,fromParent:i,nodeParams:s};return new Promise(((t,e)=>{this.containerService.dispatch(M.CHECK_PATH_EXISTS_REQUEST,this.thisComponent,{...a,link:o},(n=>{n?t(!0):e(!1)})),this.containerService.dispatch(M.PATH_EXISTS_REQUEST,this.thisComponent,{...a,link:o},(n=>{n?t(!0):e(!1)}))}))},openAsDrawer:(t,e={})=>{o.navigate(t,{drawer:e})},openAsModal:(t,e={})=>{o.navigate(t,{modal:e})},openAsSplitView:(t,e={})=>{o.navigate(t,{splitView:e})},goBack:t=>{this.dispatchLuigiEvent(M.GO_BACK_REQUEST,t)},hasBack:()=>!1,updateModalSettings:(t={},e=!1)=>{this.dispatchLuigiEvent(M.UPDATE_MODAL_SETTINGS_REQUEST,{updatedModalSettings:t,addHistoryEntry:e})}};return o},uxManager:()=>({showAlert:t=>(t.id=this.alertIndex++,new Promise((e=>{this.alertResolvers[t.id]=e,this.dispatchLuigiEvent(M.ALERT_REQUEST,t,(e=>{this.resolveAlert(t.id,e)}))}))),showConfirmationModal:t=>new Promise(((e,n)=>{this.modalResolver={resolve:e,reject:n},this.containerService.dispatch(M.SHOW_CONFIRMATION_MODAL_REQUEST,this.thisComponent,t,(t=>{t?e():n()}))})),getCurrentTheme:()=>this.thisComponent.theme,closeUserSettings:()=>{this.dispatchLuigiEvent(M.CLOSE_USER_SETTINGS_REQUEST,this.thisComponent.userSettings)},openUserSettings:()=>{this.dispatchLuigiEvent(M.OPEN_USER_SETTINGS_REQUEST,this.thisComponent.userSettings)},collapseLeftSideNav:()=>{this.dispatchLuigiEvent(M.COLLAPSE_LEFT_NAV_REQUEST,{})},getDirtyStatus:()=>this.thisComponent.dirtyStatus||!1,getDocumentTitle:()=>this.thisComponent.documentTitle,setDocumentTitle:t=>{this.dispatchLuigiEvent(M.SET_DOCUMENT_TITLE_REQUEST,t)},setDirtyStatus:t=>{this.dispatchLuigiEvent(M.SET_DIRTY_STATUS_REQUEST,{dirty:t})},setCurrentLocale:t=>{t&&this.dispatchLuigiEvent(M.SET_CURRENT_LOCALE_REQUEST,{currentLocale:t})},removeBackdrop:()=>{this.dispatchLuigiEvent(M.REMOVE_BACKDROP_REQUEST,{})},addBackdrop:()=>{this.dispatchLuigiEvent(M.ADD_BACKDROP_REQUEST,{})},hideAppLoadingIndicator:()=>{this.dispatchLuigiEvent(M.HIDE_LOADING_INDICATOR_REQUEST,{})}}),getCurrentLocale:()=>this.thisComponent.locale,getActiveFeatureToggles:()=>this.thisComponent.activeFeatureToggleList||[],publishEvent:s=>{t&&t.eventBus&&t.eventBus.onPublishEvent(s,e,n);const o={id:s.type,_metaData:{nodeId:e,wc_id:n,src:i},data:s.detail};this.dispatchLuigiEvent(M.CUSTOM_MESSAGE,o)},luigiClientInit:()=>{this.dispatchLuigiEvent(M.INITIALIZED,{})},addNodeParams:(t,e)=>{s||this.dispatchLuigiEvent(M.ADD_NODE_PARAMS_REQUEST,{params:t,data:t,keepBrowserHistory:e})},getNodeParams:t=>{return s?{}:t?(e=this.thisComponent.nodeParams,Object.entries(e).reduce(((t,e)=>(t[z(e[0])]=z(e[1]),t)),{})):this.thisComponent.nodeParams||{};var e},setAnchor:t=>{s||this.dispatchLuigiEvent(M.SET_ANCHOR_LINK_REQUEST,t)},getAnchor:()=>this.thisComponent.anchor||"",getCoreSearchParams:()=>this.thisComponent.searchParams||{},getPathParams:()=>this.thisComponent.pathParams||{},getClientPermissions:()=>this.thisComponent.clientPermissions||{},addCoreSearchParams:(t={},e=!0)=>{this.dispatchLuigiEvent(M.ADD_SEARCH_PARAMS_REQUEST,{data:t,keepBrowserHistory:e})},getUserSettings:()=>this.thisComponent.userSettings||{},setViewGroupData:t=>{this.dispatchLuigiEvent(M.SET_VIEW_GROUP_DATA_REQUEST,t)}}}initWC(t,e,n,i,s,o,a){const r=this.createClientAPI(n,o,e,t,a);if(t.__postProcess){const e=new URL(document.baseURI).origin===new URL(i,document.baseURI).origin?new URL("./",new URL(i,document.baseURI)):new URL("./",i);t.__postProcess(s,r,e.origin+e.pathname)}else t.context=s,t.LuigiClient=r}generateWCId(t){let e="";const n=new URL(t,encodeURI(location.href)).href;for(let t=0;t<n.length;t++)e+=n.charCodeAt(t).toString(16);return"luigi-wc-"+e}registerWCFromUrl(t,e){const n=this.processViewUrl(t);return new Promise(((t,i)=>{if(this.checkWCUrl(n))this.dynamicImport(n).then((n=>{try{if(!window.customElements.get(e)){let t=n.default;if(!HTMLElement.isPrototypeOf(t)){const e=Object.keys(n);for(let i=0;i<e.length&&(t=n[e[i]],!HTMLElement.isPrototypeOf(t));i++);}window.customElements.define(e,t)}t(1)}catch(t){i(t)}})).catch((t=>{i(t)}));else{i(`Error: View URL '${n}' not allowed to be included`)}}))}includeSelfRegisteredWCFromUrl(t,e,n){if(this.checkWCUrl(e)){this.containerService.getContainerManager()._registerWebcomponent||(this.containerService.getContainerManager()._registerWebcomponent=(t,e)=>{window.customElements.define(this.generateWCId(t),e)}),window.Luigi||(window.Luigi={},window.Luigi._registerWebcomponent||(window.Luigi._registerWebcomponent=(t,e)=>{this.containerService.getContainerManager()._registerWebcomponent(t,e)}));const i=document.createElement("script");i.setAttribute("src",e),"module"===t.webcomponent.type&&i.setAttribute("type","module"),i.setAttribute("defer","true"),i.addEventListener("load",(()=>{n()})),document.body.appendChild(i)}else console.warn(`View URL '${e}' not allowed to be included`)}checkWCUrl(t){return!0}renderWebComponent(t,e,n,i,s,o){const a=this.processViewUrl(t,{context:n}),r=i?.webcomponent?.tagName||this.generateWCId(a),c=document.createElement("div");e.appendChild(c),e._luigi_node=i,window.customElements.get(r)?this.attachWC(r,c,e,n,a,s,o):window.luigiWCFn?window.luigiWCFn(a,r,c,(()=>{this.attachWC(r,c,e,n,a,s,o)})):i?.webcomponent?.selfRegistered?this.includeSelfRegisteredWCFromUrl(i,a,(()=>{this.attachWC(r,c,e,n,a,s,o)})):this.registerWCFromUrl(a,r).then((()=>{this.attachWC(r,c,e,n,a,s,o)})).catch((t=>{console.warn("ERROR =>",t),this.containerService.dispatch(M.RUNTIME_ERROR_HANDLING_REQUEST,this.thisComponent,t)}))}createCompoundContainerAsync(t,e,n){return new Promise(((i,s)=>{if(t.viewUrl)try{const s=n?.webcomponent?.tagName||this.generateWCId(t.viewUrl);n?.webcomponent?.selfRegistered?this.includeSelfRegisteredWCFromUrl(n,t.viewUrl,(()=>{const n=document.createElement(s);n.setAttribute("lui_web_component","true"),this.initWC(n,s,n,t.viewUrl,e,"_root"),i(n)})):this.registerWCFromUrl(t.viewUrl,s).then((()=>{const n=document.createElement(s);n.setAttribute("lui_web_component","true"),this.initWC(n,s,n,t.viewUrl,e,"_root"),i(n)})).catch((t=>{console.warn("Error: ",t),this.containerService.dispatch(M.RUNTIME_ERROR_HANDLING_REQUEST,this.thisComponent,t)}))}catch(t){s(t)}else i(t.createCompoundContainer())}))}renderWebComponentCompound(t,e,n){let i;return t.webcomponent&&t.viewUrl?(i=new j,i.viewUrl=this.processViewUrl(t.viewUrl,{context:n}),i.createCompoundItemContainer=t=>{const e=document.createElement("div");return t?.slot&&e.setAttribute("slot",t.slot),e}):t.compound?.renderer&&(i=q(t.compound.renderer)),i=i||new j,new Promise((s=>{this.createCompoundContainerAsync(i,n,t).then((o=>{e._luigi_mfe_webcomponent=o,e._luigi_node=t;const a={};o.eventBus={listeners:a,onPublishEvent:(t,e,n)=>{const i=a[e+"."+t.type]||[];i.push(...a["*."+t.type]||[]),i.forEach((e=>{const n=e.wcElement||o.querySelector("[nodeId="+e.wcElementId+"]");n?n.dispatchEvent(new CustomEvent(e.action,{detail:e.converter?e.converter(t.detail):t.detail})):console.debug("Could not find event target",e)}))}},t.compound?.children?.forEach(((t,e)=>{const s={...n,...t.context},r=i.createCompoundItemContainer(t.layoutConfig);r.eventBus=o.eventBus,i.attachCompoundItem(o,r);const c=t.id||"gen_"+e;this.renderWebComponent(t.viewUrl,r,s,t,c,!0),X(a,t,c)})),e.appendChild(o),X(a,t.compound,"_root",o),s(o)})).catch((t=>{console.warn("Error: ",t),this.containerService.dispatch(M.RUNTIME_ERROR_HANDLING_REQUEST,this.thisComponent,t)}))}))}resolveAlert(t,e){this.alertResolvers[t]?(this.alertResolvers[t](void 0===e||e),this.alertResolvers[t]=void 0):console.log("Promise is not in the list.")}notifyConfirmationModalClosed(t){this.modalResolver?(t?this.modalResolver.resolve():this.modalResolver.reject(),this.modalResolver=void 0):console.log("Modal promise is not listed.")}}function Y(t){let e,n=(!t[4]||"false"===t[4])&&Z(t);return{c(){n&&n.c(),e=m("")},m(t,i){n&&n.m(t,i),u(t,e,i)},p(t,i){t[4]&&"false"!==t[4]?n&&(n.d(1),n=null):n?n.p(t,i):(n=Z(t),n.c(),n.m(e.parentNode,e))},d(t){t&&d(e),n&&n.d(t)}}}function Z(t){let e,n,i,s,o,a;return{c(){e=h("style"),e.textContent="main.lui-isolated,\n .lui-isolated iframe {\n width: 100%;\n height: 100%;\n border: none;\n }\n\n main.lui-isolated {\n line-height: 0;\n }",n=m(" "),i=h("iframe"),c(i.src,s=t[3])||p(i,"src",s),p(i,"title",t[1]),p(i,"allow",o=V(t[0])),p(i,"sandbox",a=t[2]?t[2].join(" "):void 0)},m(s,o){u(s,e,o),u(s,n,o),u(s,i,o),t[27](i)},p(t,e){8&e&&!c(i.src,s=t[3])&&p(i,"src",s),2&e&&p(i,"title",t[1]),1&e&&o!==(o=V(t[0]))&&p(i,"allow",o),4&e&&a!==(a=t[2]?t[2].join(" "):void 0)&&p(i,"sandbox",a)},d(s){s&&(d(e),d(n),d(i)),t[27](null)}}}function tt(e){let n,i,s=e[7]&&Y(e);return{c(){n=h("main"),s&&s.c(),p(n,"class",i=e[4]?void 0:"lui-isolated")},m(t,i){u(t,n,i),s&&s.m(n,null),e[28](n)},p(t,[e]){t[7]?s?s.p(t,e):(s=Y(t),s.c(),s.m(n,null)):s&&(s.d(1),s=null),16&e&&i!==(i=t[4]?void 0:"lui-isolated")&&p(n,"class",i)},i:t,o:t,d(t){t&&d(n),s&&s.d(),e[28](null)}}}function et(t,e,n){let{activeFeatureToggleList:i}=e,{allowRules:s}=e,{anchor:o}=e,{authData:a}=e,{clientPermissions:r}=e,{context:c}=e,{deferInit:l}=e,{dirtyStatus:u}=e,{documentTitle:d}=e,{hasBack:h}=e,{label:m}=e,{locale:p}=e,{noShadow:E}=e,{nodeParams:T}=e,{pathParams:S}=e,{sandboxRules:f}=e,{searchParams:C}=e,{skipCookieCheck:R}=e,{skipInitCheck:A}=e,{theme:w}=e,{userSettings:b}=e,{viewurl:I}=e,{webcomponent:O}=e;const U={};let v,y=!1;const P=new J,N=t=>{if(!y){t.sendCustomMessage=(e,n)=>{G.sendCustomMessage(e,t.getNoShadow()?t:v,!!O,U,n)},t.updateContext=(e,i)=>{n(8,c=e),O?(t.getNoShadow()?t:v)._luigi_mfe_webcomponent.context=e:G.updateContext(e,i,U)},t.closeAlert=(e,n)=>{t.notifyAlertClosed(e,n)},t.notifyAlertClosed=(e,n)=>{t.isConnected&&(O?P.resolveAlert(e,n):G.notifyAlertClosed(e,n,U))},t.notifyConfirmationModalClosed=e=>{t.isConnected&&(O?P.notifyConfirmationModalClosed(!!e):G.notifyConfirmationModalClosed(!!e,U))},B.registerContainer(t),P.thisComponent=t;const e=H.resolveContext(c);if(t.updateViewUrl=(t,e)=>{t?.length&&G.updateViewUrl(t,H.resolveContext(c),e,U)},O&&"false"!=O){if(t.getNoShadow())t.innerHTML="";else{n(6,v.innerHTML="",v);t.attachShadow({mode:"open"}).append(v)}const i=H.checkWebcomponentValue(O);P.renderWebComponent(I,t.getNoShadow()?t:v,e,"object"==typeof i?{webcomponent:i}:{})}else if(!t.getNoShadow()){t.innerHTML="";t.attachShadow({mode:"open"}).append(v)}A?(t.initialized=!0,setTimeout((()=>{P.dispatchLuigiEvent(M.INITIALIZED,{})}))):O&&(t.getNoShadow()?t:v).addEventListener("wc_ready",(()=>{(t.getNoShadow()?t:v)._luigi_mfe_webcomponent?.deferLuigiClientWCInit||(t.initialized=!0,P.dispatchLuigiEvent(M.INITIALIZED,{}))})),n(7,y=!0),t.containerInitialized=!0}};var L;return g((async()=>{const t=v.parentNode;t.iframeHandle=U,t.init=()=>{N(t)},l||N(t)})),L=async()=>{},_().$$.on_destroy.push(L),t.$$set=t=>{"activeFeatureToggleList"in t&&n(9,i=t.activeFeatureToggleList),"allowRules"in t&&n(0,s=t.allowRules),"anchor"in t&&n(10,o=t.anchor),"authData"in t&&n(11,a=t.authData),"clientPermissions"in t&&n(12,r=t.clientPermissions),"context"in t&&n(8,c=t.context),"deferInit"in t&&n(13,l=t.deferInit),"dirtyStatus"in t&&n(14,u=t.dirtyStatus),"documentTitle"in t&&n(15,d=t.documentTitle),"hasBack"in t&&n(16,h=t.hasBack),"label"in t&&n(1,m=t.label),"locale"in t&&n(17,p=t.locale),"noShadow"in t&&n(18,E=t.noShadow),"nodeParams"in t&&n(19,T=t.nodeParams),"pathParams"in t&&n(20,S=t.pathParams),"sandboxRules"in t&&n(2,f=t.sandboxRules),"searchParams"in t&&n(21,C=t.searchParams),"skipCookieCheck"in t&&n(22,R=t.skipCookieCheck),"skipInitCheck"in t&&n(23,A=t.skipInitCheck),"theme"in t&&n(24,w=t.theme),"userSettings"in t&&n(25,b=t.userSettings),"viewurl"in t&&n(3,I=t.viewurl),"webcomponent"in t&&n(4,O=t.webcomponent)},[s,m,f,I,O,U,v,y,c,i,o,a,r,l,u,d,h,p,E,T,S,C,R,A,w,b,()=>i&&s&&o&&a&&r&&u&&d&&h&&p&&E&&T&&S&&f&&C&&R&&A&&w&&b,function(t){$[t?"unshift":"push"]((()=>{U.iframe=t,n(5,U)}))},function(t){$[t?"unshift":"push"]((()=>{v=t,n(6,v)}))}]}class nt extends k{constructor(t){super(),P(this,t,et,tt,o,{activeFeatureToggleList:9,allowRules:0,anchor:10,authData:11,clientPermissions:12,context:8,deferInit:13,dirtyStatus:14,documentTitle:15,hasBack:16,label:1,locale:17,noShadow:18,nodeParams:19,pathParams:20,sandboxRules:2,searchParams:21,skipCookieCheck:22,skipInitCheck:23,theme:24,userSettings:25,viewurl:3,webcomponent:4,unwarn:26})}get activeFeatureToggleList(){return this.$$.ctx[9]}set activeFeatureToggleList(t){this.$$set({activeFeatureToggleList:t}),I()}get allowRules(){return this.$$.ctx[0]}set allowRules(t){this.$$set({allowRules:t}),I()}get anchor(){return this.$$.ctx[10]}set anchor(t){this.$$set({anchor:t}),I()}get authData(){return this.$$.ctx[11]}set authData(t){this.$$set({authData:t}),I()}get clientPermissions(){return this.$$.ctx[12]}set clientPermissions(t){this.$$set({clientPermissions:t}),I()}get context(){return this.$$.ctx[8]}set context(t){this.$$set({context:t}),I()}get deferInit(){return this.$$.ctx[13]}set deferInit(t){this.$$set({deferInit:t}),I()}get dirtyStatus(){return this.$$.ctx[14]}set dirtyStatus(t){this.$$set({dirtyStatus:t}),I()}get documentTitle(){return this.$$.ctx[15]}set documentTitle(t){this.$$set({documentTitle:t}),I()}get hasBack(){return this.$$.ctx[16]}set hasBack(t){this.$$set({hasBack:t}),I()}get label(){return this.$$.ctx[1]}set label(t){this.$$set({label:t}),I()}get locale(){return this.$$.ctx[17]}set locale(t){this.$$set({locale:t}),I()}get noShadow(){return this.$$.ctx[18]}set noShadow(t){this.$$set({noShadow:t}),I()}get nodeParams(){return this.$$.ctx[19]}set nodeParams(t){this.$$set({nodeParams:t}),I()}get pathParams(){return this.$$.ctx[20]}set pathParams(t){this.$$set({pathParams:t}),I()}get sandboxRules(){return this.$$.ctx[2]}set sandboxRules(t){this.$$set({sandboxRules:t}),I()}get searchParams(){return this.$$.ctx[21]}set searchParams(t){this.$$set({searchParams:t}),I()}get skipCookieCheck(){return this.$$.ctx[22]}set skipCookieCheck(t){this.$$set({skipCookieCheck:t}),I()}get skipInitCheck(){return this.$$.ctx[23]}set skipInitCheck(t){this.$$set({skipInitCheck:t}),I()}get theme(){return this.$$.ctx[24]}set theme(t){this.$$set({theme:t}),I()}get userSettings(){return this.$$.ctx[25]}set userSettings(t){this.$$set({userSettings:t}),I()}get viewurl(){return this.$$.ctx[3]}set viewurl(t){this.$$set({viewurl:t}),I()}get webcomponent(){return this.$$.ctx[4]}set webcomponent(t){this.$$set({webcomponent:t}),I()}get unwarn(){return this.$$.ctx[26]}}function it(t){l(t,"svelte-1buc46y","main.svelte-1buc46y{width:100%;height:100%;border:none}")}function st(e){let n;return{c(){n=h("main"),p(n,"class","svelte-1buc46y")},m(t,i){u(t,n,i),e[21](n)},p:t,i:t,o:t,d(t){t&&d(n),e[21](null)}}}function ot(t,e,n){let i,s,{activeFeatureToggleList:o}=e,{anchor:a}=e,{clientPermissions:r}=e,{compoundConfig:c}=e,{context:l}=e,{deferInit:u}=e,{dirtyStatus:d}=e,{documentTitle:h}=e,{hasBack:m}=e,{locale:p}=e,{noShadow:E}=e,{nodeParams:_}=e,{pathParams:T}=e,{searchParams:S}=e,{skipInitCheck:f}=e,{theme:C}=e,{userSettings:R}=e,{viewurl:A}=e,{webcomponent:w}=e,b=!1;const I=new W,O=new J,U=t=>{if(!c||b)return;t.updateContext=(e,s)=>{const o=t.getNoShadow()?t:i;o._luigi_mfe_webcomponent.context=e,n(1,l=e);const a=o._luigi_mfe_webcomponent;if(a){const t=a.querySelectorAll("[lui_web_component]");t?.forEach((t=>{const n=t.context||{};t.context=Object.assign(n,e)}))}};const e=H.resolveContext(l);n(2,u=!1),t.notifyAlertClosed=(e,n)=>{t.isConnected&&O.resolveAlert(e,n)},t.notifyConfirmationModalClosed=e=>{t.isConnected&&O.notifyConfirmationModalClosed(!!e)};const o={compound:c,viewUrl:A,webcomponent:H.checkWebcomponentValue(w)||!0};if(t.getNoShadow())t.innerHTML="";else{n(0,i.innerHTML="",i);t.attachShadow({mode:"open"}).append(i)}O.renderWebComponentCompound(o,t.getNoShadow()?t:i,e).then((e=>{s=e,f||!o.viewUrl?(t.initialized=!0,setTimeout((()=>{O.dispatchLuigiEvent(M.INITIALIZED,{})}))):s.LuigiClient&&!s.deferLuigiClientWCInit&&(t.initialized=!0,O.dispatchLuigiEvent(M.INITIALIZED,{}))})),b=!0,t.containerInitialized=!0};return g((async()=>{const t=i.getRootNode()===document?i.parentNode:i.getRootNode().host;t.init=()=>{U(t)},u||U(t),I.registerContainer(t),O.thisComponent=t})),t.$$set=t=>{"activeFeatureToggleList"in t&&n(3,o=t.activeFeatureToggleList),"anchor"in t&&n(4,a=t.anchor),"clientPermissions"in t&&n(5,r=t.clientPermissions),"compoundConfig"in t&&n(6,c=t.compoundConfig),"context"in t&&n(1,l=t.context),"deferInit"in t&&n(2,u=t.deferInit),"dirtyStatus"in t&&n(7,d=t.dirtyStatus),"documentTitle"in t&&n(8,h=t.documentTitle),"hasBack"in t&&n(9,m=t.hasBack),"locale"in t&&n(10,p=t.locale),"noShadow"in t&&n(11,E=t.noShadow),"nodeParams"in t&&n(12,_=t.nodeParams),"pathParams"in t&&n(13,T=t.pathParams),"searchParams"in t&&n(14,S=t.searchParams),"skipInitCheck"in t&&n(15,f=t.skipInitCheck),"theme"in t&&n(16,C=t.theme),"userSettings"in t&&n(17,R=t.userSettings),"viewurl"in t&&n(18,A=t.viewurl),"webcomponent"in t&&n(19,w=t.webcomponent)},[i,l,u,o,a,r,c,d,h,m,p,E,_,T,S,f,C,R,A,w,()=>o&&a&&r&&d&&h&&m&&p&&E&&_&&T&&S&&f&&C&&R,function(t){$[t?"unshift":"push"]((()=>{i=t,n(0,i)}))}]}D(nt,{activeFeatureToggleList:{type:"Array",reflect:!1,attribute:"active-feature-toggle-list"},allowRules:{type:"Array",reflect:!1,attribute:"allow-rules"},anchor:{type:"String",reflect:!1,attribute:"anchor"},authData:{type:"Object",reflect:!1,attribute:"auth-data"},clientPermissions:{type:"Object",reflect:!1,attribute:"client-permissions"},context:{type:"String",reflect:!1,attribute:"context"},deferInit:{type:"Boolean",attribute:"defer-init"},dirtyStatus:{type:"Boolean",reflect:!1,attribute:"dirty-status"},documentTitle:{type:"String",reflect:!1,attribute:"document-title"},hasBack:{type:"Boolean",reflect:!1,attribute:"has-back"},label:{type:"String",reflect:!1,attribute:"label"},locale:{type:"String",reflect:!1,attribute:"locale"},noShadow:{type:"Boolean",attribute:"no-shadow"},nodeParams:{type:"Object",reflect:!1,attribute:"node-params"},pathParams:{type:"Object",reflect:!1,attribute:"path-params"},sandboxRules:{type:"Array",reflect:!1,attribute:"sandbox-rules"},searchParams:{type:"Object",reflect:!1,attribute:"search-params"},skipCookieCheck:{type:"String",reflect:!1,attribute:"skip-cookie-check"},skipInitCheck:{type:"Boolean",reflect:!1,attribute:"skip-init-check"},theme:{type:"String",reflect:!1,attribute:"theme"},userSettings:{type:"Object",reflect:!1,attribute:"user-settings"},viewurl:{type:"String",reflect:!1,attribute:"viewurl"},webcomponent:{type:"String",reflect:!1,attribute:"webcomponent"}},[],["unwarn"],!1,(t=>{let e=t=>()=>console.warn(t+" can't be called on luigi-container before its micro frontend is attached to the DOM.");return class extends t{sendCustomMessage=e("sendCustomMessage");updateContext=e("updateContext");updateViewUrl=e("updateViewUrl");closeAlert=e("closeAlert");notifyAlertClosed=e("notifyAlertClosed");notifyConfirmationModalClosed=e("notifyConfirmationModalClosed");attributeChangedCallback(t,e,n){this.containerInitialized&&("context"===t&&this.updateContext(JSON.parse(n)),"auth-data"===t&&G.updateAuthData(this.iframeHandle,JSON.parse(n)))}getNoShadow(){return this.hasAttribute("no-shadow")||this.noShadow}}}));class at extends k{constructor(t){super(),P(this,t,ot,st,o,{activeFeatureToggleList:3,anchor:4,clientPermissions:5,compoundConfig:6,context:1,deferInit:2,dirtyStatus:7,documentTitle:8,hasBack:9,locale:10,noShadow:11,nodeParams:12,pathParams:13,searchParams:14,skipInitCheck:15,theme:16,userSettings:17,viewurl:18,webcomponent:19,unwarn:20},it)}get activeFeatureToggleList(){return this.$$.ctx[3]}set activeFeatureToggleList(t){this.$$set({activeFeatureToggleList:t}),I()}get anchor(){return this.$$.ctx[4]}set anchor(t){this.$$set({anchor:t}),I()}get clientPermissions(){return this.$$.ctx[5]}set clientPermissions(t){this.$$set({clientPermissions:t}),I()}get compoundConfig(){return this.$$.ctx[6]}set compoundConfig(t){this.$$set({compoundConfig:t}),I()}get context(){return this.$$.ctx[1]}set context(t){this.$$set({context:t}),I()}get deferInit(){return this.$$.ctx[2]}set deferInit(t){this.$$set({deferInit:t}),I()}get dirtyStatus(){return this.$$.ctx[7]}set dirtyStatus(t){this.$$set({dirtyStatus:t}),I()}get documentTitle(){return this.$$.ctx[8]}set documentTitle(t){this.$$set({documentTitle:t}),I()}get hasBack(){return this.$$.ctx[9]}set hasBack(t){this.$$set({hasBack:t}),I()}get locale(){return this.$$.ctx[10]}set locale(t){this.$$set({locale:t}),I()}get noShadow(){return this.$$.ctx[11]}set noShadow(t){this.$$set({noShadow:t}),I()}get nodeParams(){return this.$$.ctx[12]}set nodeParams(t){this.$$set({nodeParams:t}),I()}get pathParams(){return this.$$.ctx[13]}set pathParams(t){this.$$set({pathParams:t}),I()}get searchParams(){return this.$$.ctx[14]}set searchParams(t){this.$$set({searchParams:t}),I()}get skipInitCheck(){return this.$$.ctx[15]}set skipInitCheck(t){this.$$set({skipInitCheck:t}),I()}get theme(){return this.$$.ctx[16]}set theme(t){this.$$set({theme:t}),I()}get userSettings(){return this.$$.ctx[17]}set userSettings(t){this.$$set({userSettings:t}),I()}get viewurl(){return this.$$.ctx[18]}set viewurl(t){this.$$set({viewurl:t}),I()}get webcomponent(){return this.$$.ctx[19]}set webcomponent(t){this.$$set({webcomponent:t}),I()}get unwarn(){return this.$$.ctx[20]}}D(at,{activeFeatureToggleList:{type:"Array",reflect:!1,attribute:"active-feature-toggle-list"},anchor:{type:"String",reflect:!1,attribute:"anchor"},clientPermissions:{type:"Object",reflect:!1,attribute:"client-permissions"},compoundConfig:{type:"Object",reflect:!1,attribute:"compound-config"},context:{type:"String",reflect:!1,attribute:"context"},deferInit:{type:"Boolean",attribute:"defer-init"},dirtyStatus:{type:"Boolean",reflect:!1,attribute:"dirty-status"},documentTitle:{type:"String",reflect:!1,attribute:"document-title"},hasBack:{type:"Boolean",reflect:!1,attribute:"has-back"},locale:{type:"String",reflect:!1,attribute:"locale"},noShadow:{type:"Boolean",attribute:"no-shadow",reflect:!1},nodeParams:{type:"Object",reflect:!1,attribute:"node-params"},pathParams:{type:"Object",reflect:!1,attribute:"path-params"},searchParams:{type:"Object",reflect:!1,attribute:"search-params"},skipInitCheck:{type:"Boolean",reflect:!1,attribute:"skip-init-check"},theme:{type:"String",reflect:!1,attribute:"theme"},userSettings:{type:"Object",reflect:!1,attribute:"user-settings"},viewurl:{type:"String",reflect:!1,attribute:"viewurl"},webcomponent:{type:"String",reflect:!1,attribute:"webcomponent"}},[],["unwarn"],!1,(t=>{let e=t=>()=>console.warn(t+" can't be called on luigi-container before its micro frontend is attached to the DOM.");return class extends t{updateContext=e("updateContext");notifyAlertClosed=e("notifyAlertClosed");notifyConfirmationModalClosed=e("notifyConfirmationModalClosed");attributeChangedCallback(t,e,n){this.containerInitialized&&"context"===t&&this.updateContext(JSON.parse(n))}getNoShadow(){return this.hasAttribute("no-shadow")||this.noShadow}}}));var rt=M;customElements.get("luigi-container")||customElements.define("luigi-container",nt.element),customElements.get("luigi-compound-container")||customElements.define("luigi-compound-container",at.element);export{at as LuigiCompoundContainer,nt as LuigiContainer,M as LuigiEvents,rt as default};
|
|
2
2
|
//# sourceMappingURL=bundle.js.map
|