@fluid-topics/ft-tree-selector 2.1.7 → 2.1.9
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/build/ft-tree-selector.light.js +74 -73
- package/build/ft-tree-selector.min.js +70 -69
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";(()=>{var Fl=Object.create;var Li=Object.defineProperty;var Vl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var Wl=Object.getPrototypeOf,Kl=Object.prototype.hasOwnProperty;var Et=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}};var Gl=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of zl(t))!Kl.call(e,i)&&i!==r&&Li(e,i,{get:()=>t[i],enumerable:!(n=Vl(t,i))||n.enumerable});return e};var y=(e,t,r)=>(r=e!=null?Fl(Wl(e)):{},Gl(t||!e||!e.__esModule?Li(r,"default",{value:e,enumerable:!0}):r,e));var O=Et((vu,Pi)=>{Pi.exports=ftGlobals.wcUtils});var I=Et((gu,Ni)=>{Ni.exports=ftGlobals.lit});var Xt=Et((bu,ki)=>{ki.exports=ftGlobals.litClassMap});var X=Et((xu,Di)=>{Di.exports=ftGlobals.litDecorators});var dl=Et((Py,ul)=>{ul.exports=ftGlobals.litUnsafeHTML});var Ul=Et((qv,Il)=>{Il.exports=ftGlobals.litRepeat});var jl=y(O());var
|
|
1
|
+
"use strict";(()=>{var Fl=Object.create;var Li=Object.defineProperty;var Vl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var Wl=Object.getPrototypeOf,Kl=Object.prototype.hasOwnProperty;var Et=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}};var Gl=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of zl(t))!Kl.call(e,i)&&i!==r&&Li(e,i,{get:()=>t[i],enumerable:!(n=Vl(t,i))||n.enumerable});return e};var y=(e,t,r)=>(r=e!=null?Fl(Wl(e)):{},Gl(t||!e||!e.__esModule?Li(r,"default",{value:e,enumerable:!0}):r,e));var O=Et((vu,Pi)=>{Pi.exports=ftGlobals.wcUtils});var I=Et((gu,Ni)=>{Ni.exports=ftGlobals.lit});var Xt=Et((bu,ki)=>{ki.exports=ftGlobals.litClassMap});var X=Et((xu,Di)=>{Di.exports=ftGlobals.litDecorators});var dl=Et((Py,ul)=>{ul.exports=ftGlobals.litUnsafeHTML});var Ul=Et((qv,Il)=>{Il.exports=ftGlobals.litRepeat});var jl=y(O());var ie=y(I()),Bl=y(Xt()),Q=y(O());var _l=y(I()),k=y(O());var Ee=y(O());var Fi=y(I()),W=y(X()),Vi=y(Xt()),Jt=y(O());var Hi=y(I()),B=y(O()),Mi=B.FtCssVariableFactory.extend("--ft-ripple-color","",B.designSystemVariables.colorContent),te={color:Mi,backgroundColor:B.FtCssVariableFactory.extend("--ft-ripple-background-color","",Mi),opacityContentOnSurfacePressed:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:B.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Ii=B.FtCssVariableFactory.extend("--ft-ripple-color","",B.designSystemVariables.colorPrimary),Ui={color:Ii,backgroundColor:B.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ii)},$i=B.FtCssVariableFactory.extend("--ft-ripple-color","",B.designSystemVariables.colorSecondary),Bi={color:$i,backgroundColor:B.FtCssVariableFactory.extend("--ft-ripple-background-color","",$i)},ji=Hi.css`
|
|
2
2
|
:host {
|
|
3
3
|
display: contents;
|
|
4
4
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
13
13
|
overflow: hidden;
|
|
14
|
-
border-radius: ${
|
|
14
|
+
border-radius: ${te.borderRadius};
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.ft-ripple .ft-ripple--background,
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.ft-ripple .ft-ripple--background {
|
|
48
|
-
background-color: ${
|
|
48
|
+
background-color: ${te.backgroundColor};
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.ft-ripple .ft-ripple--effect {
|
|
52
|
-
background-color: ${
|
|
52
|
+
background-color: ${te.color};
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
@@ -95,22 +95,22 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
98
|
-
opacity: ${
|
|
98
|
+
opacity: ${te.opacityContentOnSurfaceHover};
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
102
|
-
opacity: ${
|
|
102
|
+
opacity: ${te.opacityContentOnSurfaceSelected};
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
106
|
-
opacity: ${
|
|
106
|
+
opacity: ${te.opacityContentOnSurfaceFocused};
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
110
|
-
opacity: ${
|
|
110
|
+
opacity: ${te.opacityContentOnSurfacePressed};
|
|
111
111
|
transform: translate(-50%, -50%) scale(1);
|
|
112
112
|
}
|
|
113
|
-
`;var
|
|
113
|
+
`;var re=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},P=class extends Jt.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new Jt.Debouncer(1e3),this.onTransitionStart=t=>{t.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=t=>{t.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new Jt.Debouncer(10),this.moveRipple=t=>{var r,n;let{x:i,y:o}=this.getCoordinates(t),s=(n=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-s.x:s.width/2),this.originY=Math.round(o!=null?o-s.y:s.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(t?.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return Fi.html`
|
|
114
114
|
<style>
|
|
115
115
|
.ft-ripple .ft-ripple--effect {
|
|
116
116
|
left: ${this.originX}px;
|
|
@@ -121,9 +121,9 @@
|
|
|
121
121
|
<div class="ft-ripple--background"></div>
|
|
122
122
|
<div class="ft-ripple--effect"></div>
|
|
123
123
|
</div>
|
|
124
|
-
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var r,n;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var t,r;let n=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;n&&this.setupFor((r=this.target)!==null&&r!==void 0?r:n)}forceFocusUpdate(){var t;!((t=this.target)===null||t===void 0)&&t.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");let r=(...a)=>l=>{a.forEach(c=>window.addEventListener(c,this.endPress,{once:!0})),this.startPress(l)},n=r("mouseup","contextmenu"),i=r("touchend","touchcancel"),o=a=>{["Enter"," "].includes(a.key)&&r("keyup")(a)},s={passive:!0};t.addEventListener("mouseover",this.startHover,s),t.addEventListener("mousemove",this.moveRipple,s),t.addEventListener("mouseleave",this.endHover,s),t.addEventListener("mousedown",n,s),t.addEventListener("touchstart",i,s),t.addEventListener("touchmove",this.moveRipple,s),t.addEventListener("keydown",o,s),t.addEventListener("focus",this.startFocus,s),t.addEventListener("blur",this.endFocus,s),t.addEventListener("focusin",this.startFocus,s),t.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,s),t.removeEventListener("mousemove",this.moveRipple,s),t.removeEventListener("mouseleave",this.endHover,s),t.removeEventListener("mousedown",n,s),t.removeEventListener("touchstart",i,s),t.removeEventListener("touchmove",this.moveRipple,s),t.removeEventListener("keydown",o,s),t.removeEventListener("focus",this.startFocus,s),t.removeEventListener("blur",this.endFocus,s),t.removeEventListener("focusin",this.startFocus,s),t.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let r=t,n=t,i,o;return r.x!=null?{x:i,y:o}=r:n.touches!=null&&(i=n.touches[0].clientX,o=n.touches[0].clientY),{x:i,y:o}}isFocusVisible(t){return t instanceof HTMLElement?t.matches(":focus-visible"):!0}isIgnored(t){if(this.disabled)return!0;if(t!=null)for(let r of t.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};P.elementDefinitions={};P.styles=ji;
|
|
124
|
+
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var r,n;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var t,r;let n=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;n&&this.setupFor((r=this.target)!==null&&r!==void 0?r:n)}forceFocusUpdate(){var t;!((t=this.target)===null||t===void 0)&&t.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");let r=(...a)=>l=>{a.forEach(c=>window.addEventListener(c,this.endPress,{once:!0})),this.startPress(l)},n=r("mouseup","contextmenu"),i=r("touchend","touchcancel"),o=a=>{["Enter"," "].includes(a.key)&&r("keyup")(a)},s={passive:!0};t.addEventListener("mouseover",this.startHover,s),t.addEventListener("mousemove",this.moveRipple,s),t.addEventListener("mouseleave",this.endHover,s),t.addEventListener("mousedown",n,s),t.addEventListener("touchstart",i,s),t.addEventListener("touchmove",this.moveRipple,s),t.addEventListener("keydown",o,s),t.addEventListener("focus",this.startFocus,s),t.addEventListener("blur",this.endFocus,s),t.addEventListener("focusin",this.startFocus,s),t.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,s),t.removeEventListener("mousemove",this.moveRipple,s),t.removeEventListener("mouseleave",this.endHover,s),t.removeEventListener("mousedown",n,s),t.removeEventListener("touchstart",i,s),t.removeEventListener("touchmove",this.moveRipple,s),t.removeEventListener("keydown",o,s),t.removeEventListener("focus",this.startFocus,s),t.removeEventListener("blur",this.endFocus,s),t.removeEventListener("focusin",this.startFocus,s),t.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let r=t,n=t,i,o;return r.x!=null?{x:i,y:o}=r:n.touches!=null&&(i=n.touches[0].clientX,o=n.touches[0].clientY),{x:i,y:o}}isFocusVisible(t){return t instanceof HTMLElement?t.matches(":focus-visible"):!0}isIgnored(t){if(this.disabled)return!0;if(t!=null)for(let r of t.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};P.elementDefinitions={};P.styles=ji;re([(0,W.property)({type:Boolean})],P.prototype,"primary",void 0);re([(0,W.property)({type:Boolean})],P.prototype,"secondary",void 0);re([(0,W.property)({type:Boolean})],P.prototype,"unbounded",void 0);re([(0,W.property)({type:Boolean})],P.prototype,"activated",void 0);re([(0,W.property)({type:Boolean})],P.prototype,"selected",void 0);re([(0,W.property)({type:Boolean})],P.prototype,"disabled",void 0);re([(0,W.state)()],P.prototype,"hovered",void 0);re([(0,W.state)()],P.prototype,"focused",void 0);re([(0,W.state)()],P.prototype,"pressed",void 0);re([(0,W.state)()],P.prototype,"rippling",void 0);re([(0,W.state)()],P.prototype,"originX",void 0);re([(0,W.state)()],P.prototype,"originY",void 0);re([(0,W.query)(".ft-ripple")],P.prototype,"ripple",void 0);re([(0,W.query)(".ft-ripple--effect")],P.prototype,"rippleEffect",void 0);var Wi=y(O());var zi={"ft-ripple":P};(0,Wi.customElements)(zi);var ol=y(I()),Ae=y(X()),xe=y(O());var En=globalThis,Or=En.trustedTypes,Ki=Or?Or.createPolicy("lit-html",{createHTML:e=>e}):void 0,Zi="$lit$",ze=`lit$${Math.random().toFixed(9).slice(2)}$`,Qi="?"+ze,ql=`<${Qi}>`,st=document,wr=()=>st.createComment(""),Qt=e=>e===null||typeof e!="object"&&typeof e!="function",Sn=Array.isArray,Yl=e=>Sn(e)||typeof e?.[Symbol.iterator]=="function",yn=`[
|
|
125
125
|
\f\r]`,Zt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Gi=/-->/g,qi=/>/g,it=RegExp(`>|${yn}(?:([^\\s"'>=/]+)(${yn}*=${yn}*(?:[^
|
|
126
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),Yi=/'/g,Xi=/"/g,eo=/^(?:script|style|textarea|title)$/i,Cn=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),to=Cn(1),ro=Cn(2),no=Cn(3),er=Symbol.for("lit-noChange"),H=Symbol.for("lit-nothing"),Ji=new WeakMap,ot=st.createTreeWalker(st,129);function io(e,t){if(!Sn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Ki!==void 0?Ki.createHTML(t):t}var Xl=(e,t)=>{let r=e.length-1,n=[],i,o=t===2?"<svg>":t===3?"<math>":"",s=Zt;for(let a=0;a<r;a++){let l=e[a],c,u,d=-1,p=0;for(;p<l.length&&(s.lastIndex=p,u=s.exec(l),u!==null);)p=s.lastIndex,s===Zt?u[1]==="!--"?s=Gi:u[1]!==void 0?s=qi:u[2]!==void 0?(eo.test(u[2])&&(i=RegExp("</"+u[2],"g")),s=it):u[3]!==void 0&&(s=it):s===it?u[0]===">"?(s=i??Zt,d=-1):u[1]===void 0?d=-2:(d=s.lastIndex-u[2].length,c=u[1],s=u[3]===void 0?it:u[3]==='"'?Xi:Yi):s===Xi||s===Yi?s=it:s===Gi||s===qi?s=Zt:(s=it,i=void 0);let f=s===it&&e[a+1].startsWith("/>")?" ":"";o+=s===Zt?l+ql:d>=0?(n.push(c),l.slice(0,d)+Zi+l.slice(d)+ze+f):l+ze+(d===-2?a:f)}return[io(e,o+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},tr=class e{constructor({strings:t,_$litType$:r},n){let i;this.parts=[];let o=0,s=0,a=t.length-1,l=this.parts,[c,u]=Xl(t,r);if(this.el=e.createElement(c,n),ot.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=ot.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(Zi)){let p=u[s++],f=i.getAttribute(d).split(ze),h=/([.?@])?(.*)/.exec(p);l.push({type:1,index:o,name:h[2],strings:f,ctor:h[1]==="."?gn:h[1]==="?"?bn:h[1]==="@"?xn:Ct}),i.removeAttribute(d)}else d.startsWith(ze)&&(l.push({type:6,index:o}),i.removeAttribute(d));if(eo.test(i.tagName)){let d=i.textContent.split(ze),p=d.length-1;if(p>0){i.textContent=Or?Or.emptyScript:"";for(let f=0;f<p;f++)i.append(d[f],wr()),ot.nextNode(),l.push({type:2,index:++o});i.append(d[p],wr())}}}else if(i.nodeType===8)if(i.data===Qi)l.push({type:2,index:o});else{let d=-1;for(;(d=i.data.indexOf(ze,d+1))!==-1;)l.push({type:7,index:o}),d+=ze.length-1}o++}}static createElement(t,r){let n=st.createElement("template");return n.innerHTML=t,n}};function St(e,t,r=e,n){if(t===er)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,o=Qt(t)?void 0:t._$litDirective$;return i?.constructor!==o&&(i?._$AO?.(!1),o===void 0?i=void 0:(i=new o(e),i._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(t=St(e,i._$AS(e,t.values),i,n)),t}var vn=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:n}=this._$AD,i=(t?.creationScope??st).importNode(r,!0);ot.currentNode=i;let o=ot.nextNode(),s=0,a=0,l=n[0];for(;l!==void 0;){if(s===l.index){let c;l.type===2?c=new Tr(o,o.nextSibling,this,t):l.type===1?c=new l.ctor(o,l.name,l.strings,this,t):l.type===6&&(c=new An(o,this,t)),this._$AV.push(c),l=n[++a]}s!==l?.index&&(o=ot.nextNode(),s++)}return ot.currentNode=st,i}p(t){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,r),r+=n.strings.length-2):n._$AI(t[r])),r++}},Tr=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=H,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,r=this._$AM;return r!==void 0&&t?.nodeType===11&&(t=r.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,r=this){t=St(this,t,r),Qt(t)?t===H||t==null||t===""?(this._$AH!==H&&this._$AR(),this._$AH=H):t!==this._$AH&&t!==er&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Yl(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==H&&Qt(this._$AH)?this._$AA.nextSibling.data=t:this.T(st.createTextNode(t)),this._$AH=t}$(t){let{values:r,_$litType$:n}=t,i=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=tr.createElement(io(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let o=new vn(i,this),s=o.u(this.options);o.p(r),this.T(s),this._$AH=o}}_$AC(t){let r=Ji.get(t.strings);return r===void 0&&Ji.set(t.strings,r=new tr(t)),r}k(t){Sn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let o of t)i===r.length?r.push(n=new e(this.O(wr()),this.O(wr()),this,this.options)):n=r[i],n._$AI(o),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t&&t!==this._$AB;){let n=t.nextSibling;t.remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},Ct=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,o){this.type=1,this._$AH=H,this._$AN=void 0,this.element=t,this.name=r,this._$AM=i,this.options=o,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=H}_$AI(t,r=this,n,i){let o=this.strings,s=!1;if(o===void 0)t=St(this,t,r,0),s=!Qt(t)||t!==this._$AH&&t!==er,s&&(this._$AH=t);else{let a=t,l,c;for(t=o[0],l=0;l<o.length-1;l++)c=St(this,a[n+l],r,l),c===er&&(c=this._$AH[l]),s||=!Qt(c)||c!==this._$AH[l],c===H?t=H:t!==H&&(t+=(c??"")+o[l+1]),this._$AH[l]=c}s&&!i&&this.j(t)}j(t){t===H?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},gn=class extends Ct{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===H?void 0:t}},bn=class extends Ct{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==H)}},xn=class extends Ct{constructor(t,r,n,i,o){super(t,r,n,i,o),this.type=5}_$AI(t,r=this){if((t=St(this,t,r,0)??H)===er)return;let n=this._$AH,i=t===H&&n!==H||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,o=t!==H&&(n===H||i);i&&this.element.removeEventListener(this.name,this,n),o&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},An=class{constructor(t,r,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){St(this,t)}};var Jl=En.litHtmlPolyfillSupport;Jl?.(tr,Tr),(En.litHtmlVersions??=[]).push("3.3.0");var so=Symbol.for(""),Zl=e=>{if(e?.r===so)return e?._$litStatic$},On=e=>({_$litStatic$:e,r:so});var oo=new Map,wn=e=>(t,...r)=>{let n=r.length,i,o,s=[],a=[],l,c=0,u=!1;for(;c<n;){for(l=t[c];c<n&&(o=r[c],(i=Zl(o))!==void 0);)l+=i+t[++c],u=!0;c!==n&&a.push(o),s.push(l),c++}if(c===n&&s.push(t[n]),u){let d=s.join("$$lit$$");(t=oo.get(d))===void 0&&(s.raw=s,oo.set(d,t=s)),r=a}return e(t,...r)},Tn=wn(to),Du=wn(ro),Mu=wn(no);var _n=y(X()),Ao=y(O());var fe;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button"})(fe||(fe={}));var he=y(I()),g=y(O()),ao=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.titleFont),Ue=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.contentFont),A={fontFamily:Ue,fontSize:g.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:g.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:g.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:g.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:g.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Ot={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-font-family","",ao),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-font-size","",A.fontSize,"20px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",A.letterSpacing,"0.15px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-line-height","",A.lineHeight,"1.2"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",A.textTransform,"inherit")},wt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",ao),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",A.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",A.letterSpacing,"0.105px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",A.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",A.textTransform,"inherit")},Tt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",A.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",A.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",A.letterSpacing,"0.144px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",A.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",A.textTransform,"inherit")},_t={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",A.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",A.letterSpacing,"0.098px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",A.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",A.textTransform,"inherit")},Rt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",A.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",A.letterSpacing,"0.496px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",A.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",A.textTransform,"inherit")},Lt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",A.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",A.letterSpacing,"0.252px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",A.lineHeight,"1.4"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",A.textTransform,"inherit")},Pt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",A.fontSize,"12px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",A.letterSpacing,"0.396px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",A.lineHeight,"1.33"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",A.textTransform,"inherit")},Nt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",A.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",A.letterSpacing,"0.33px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",A.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",A.textTransform,"inherit")},kt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",A.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",A.letterSpacing,"1.5px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",A.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",A.textTransform,"uppercase")},Pe={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-button-font-size","",A.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",A.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",A.letterSpacing,"1.246px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-button-line-height","",A.lineHeight,"1.15"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",A.textTransform,"uppercase")},lo=he.css`
|
|
126
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),Yi=/'/g,Xi=/"/g,eo=/^(?:script|style|textarea|title)$/i,Cn=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),to=Cn(1),ro=Cn(2),no=Cn(3),er=Symbol.for("lit-noChange"),H=Symbol.for("lit-nothing"),Ji=new WeakMap,ot=st.createTreeWalker(st,129);function io(e,t){if(!Sn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Ki!==void 0?Ki.createHTML(t):t}var Xl=(e,t)=>{let r=e.length-1,n=[],i,o=t===2?"<svg>":t===3?"<math>":"",s=Zt;for(let a=0;a<r;a++){let l=e[a],c,u,d=-1,p=0;for(;p<l.length&&(s.lastIndex=p,u=s.exec(l),u!==null);)p=s.lastIndex,s===Zt?u[1]==="!--"?s=Gi:u[1]!==void 0?s=qi:u[2]!==void 0?(eo.test(u[2])&&(i=RegExp("</"+u[2],"g")),s=it):u[3]!==void 0&&(s=it):s===it?u[0]===">"?(s=i??Zt,d=-1):u[1]===void 0?d=-2:(d=s.lastIndex-u[2].length,c=u[1],s=u[3]===void 0?it:u[3]==='"'?Xi:Yi):s===Xi||s===Yi?s=it:s===Gi||s===qi?s=Zt:(s=it,i=void 0);let f=s===it&&e[a+1].startsWith("/>")?" ":"";o+=s===Zt?l+ql:d>=0?(n.push(c),l.slice(0,d)+Zi+l.slice(d)+ze+f):l+ze+(d===-2?a:f)}return[io(e,o+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},tr=class e{constructor({strings:t,_$litType$:r},n){let i;this.parts=[];let o=0,s=0,a=t.length-1,l=this.parts,[c,u]=Xl(t,r);if(this.el=e.createElement(c,n),ot.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=ot.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(Zi)){let p=u[s++],f=i.getAttribute(d).split(ze),h=/([.?@])?(.*)/.exec(p);l.push({type:1,index:o,name:h[2],strings:f,ctor:h[1]==="."?gn:h[1]==="?"?bn:h[1]==="@"?xn:Ct}),i.removeAttribute(d)}else d.startsWith(ze)&&(l.push({type:6,index:o}),i.removeAttribute(d));if(eo.test(i.tagName)){let d=i.textContent.split(ze),p=d.length-1;if(p>0){i.textContent=Or?Or.emptyScript:"";for(let f=0;f<p;f++)i.append(d[f],wr()),ot.nextNode(),l.push({type:2,index:++o});i.append(d[p],wr())}}}else if(i.nodeType===8)if(i.data===Qi)l.push({type:2,index:o});else{let d=-1;for(;(d=i.data.indexOf(ze,d+1))!==-1;)l.push({type:7,index:o}),d+=ze.length-1}o++}}static createElement(t,r){let n=st.createElement("template");return n.innerHTML=t,n}};function St(e,t,r=e,n){if(t===er)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,o=Qt(t)?void 0:t._$litDirective$;return i?.constructor!==o&&(i?._$AO?.(!1),o===void 0?i=void 0:(i=new o(e),i._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(t=St(e,i._$AS(e,t.values),i,n)),t}var vn=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:n}=this._$AD,i=(t?.creationScope??st).importNode(r,!0);ot.currentNode=i;let o=ot.nextNode(),s=0,a=0,l=n[0];for(;l!==void 0;){if(s===l.index){let c;l.type===2?c=new Tr(o,o.nextSibling,this,t):l.type===1?c=new l.ctor(o,l.name,l.strings,this,t):l.type===6&&(c=new An(o,this,t)),this._$AV.push(c),l=n[++a]}s!==l?.index&&(o=ot.nextNode(),s++)}return ot.currentNode=st,i}p(t){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,r),r+=n.strings.length-2):n._$AI(t[r])),r++}},Tr=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=H,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,r=this._$AM;return r!==void 0&&t?.nodeType===11&&(t=r.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,r=this){t=St(this,t,r),Qt(t)?t===H||t==null||t===""?(this._$AH!==H&&this._$AR(),this._$AH=H):t!==this._$AH&&t!==er&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Yl(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==H&&Qt(this._$AH)?this._$AA.nextSibling.data=t:this.T(st.createTextNode(t)),this._$AH=t}$(t){let{values:r,_$litType$:n}=t,i=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=tr.createElement(io(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let o=new vn(i,this),s=o.u(this.options);o.p(r),this.T(s),this._$AH=o}}_$AC(t){let r=Ji.get(t.strings);return r===void 0&&Ji.set(t.strings,r=new tr(t)),r}k(t){Sn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let o of t)i===r.length?r.push(n=new e(this.O(wr()),this.O(wr()),this,this.options)):n=r[i],n._$AI(o),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t&&t!==this._$AB;){let n=t.nextSibling;t.remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},Ct=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,o){this.type=1,this._$AH=H,this._$AN=void 0,this.element=t,this.name=r,this._$AM=i,this.options=o,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=H}_$AI(t,r=this,n,i){let o=this.strings,s=!1;if(o===void 0)t=St(this,t,r,0),s=!Qt(t)||t!==this._$AH&&t!==er,s&&(this._$AH=t);else{let a=t,l,c;for(t=o[0],l=0;l<o.length-1;l++)c=St(this,a[n+l],r,l),c===er&&(c=this._$AH[l]),s||=!Qt(c)||c!==this._$AH[l],c===H?t=H:t!==H&&(t+=(c??"")+o[l+1]),this._$AH[l]=c}s&&!i&&this.j(t)}j(t){t===H?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},gn=class extends Ct{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===H?void 0:t}},bn=class extends Ct{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==H)}},xn=class extends Ct{constructor(t,r,n,i,o){super(t,r,n,i,o),this.type=5}_$AI(t,r=this){if((t=St(this,t,r,0)??H)===er)return;let n=this._$AH,i=t===H&&n!==H||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,o=t!==H&&(n===H||i);i&&this.element.removeEventListener(this.name,this,n),o&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},An=class{constructor(t,r,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){St(this,t)}};var Jl=En.litHtmlPolyfillSupport;Jl?.(tr,Tr),(En.litHtmlVersions??=[]).push("3.3.0");var so=Symbol.for(""),Zl=e=>{if(e?.r===so)return e?._$litStatic$},On=e=>({_$litStatic$:e,r:so});var oo=new Map,wn=e=>(t,...r)=>{let n=r.length,i,o,s=[],a=[],l,c=0,u=!1;for(;c<n;){for(l=t[c];c<n&&(o=r[c],(i=Zl(o))!==void 0);)l+=i+t[++c],u=!0;c!==n&&a.push(o),s.push(l),c++}if(c===n&&s.push(t[n]),u){let d=s.join("$$lit$$");(t=oo.get(d))===void 0&&(s.raw=s,oo.set(d,t=s)),r=a}return e(t,...r)},Tn=wn(to),Du=wn(ro),Mu=wn(no);var _n=y(X()),Ao=y(O());var fe;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button"})(fe||(fe={}));var he=y(I()),g=y(O()),ao=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.titleFont),Ue=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.contentFont),A={fontFamily:Ue,fontSize:g.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:g.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:g.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:g.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:g.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Ot={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-font-family","",ao),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-font-size","",A.fontSize,"20px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",A.letterSpacing,"0.15px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-line-height","",A.lineHeight,"1.2"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",A.textTransform,"inherit")},wt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",ao),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",A.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",A.letterSpacing,"0.105px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",A.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",A.textTransform,"inherit")},Tt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",A.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",A.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",A.letterSpacing,"0.144px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",A.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",A.textTransform,"inherit")},_t={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",A.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",A.letterSpacing,"0.098px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",A.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",A.textTransform,"inherit")},Rt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",A.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",A.letterSpacing,"0.496px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",A.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",A.textTransform,"inherit")},Lt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",A.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",A.letterSpacing,"0.252px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",A.lineHeight,"1.4"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",A.textTransform,"inherit")},Pt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",A.fontSize,"12px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",A.letterSpacing,"0.396px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",A.lineHeight,"1.33"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",A.textTransform,"inherit")},Nt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",A.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",A.letterSpacing,"0.33px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",A.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",A.textTransform,"inherit")},kt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",A.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",A.letterSpacing,"1.5px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",A.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",A.textTransform,"uppercase")},Ne={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-button-font-size","",A.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",A.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",A.letterSpacing,"1.246px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-button-line-height","",A.lineHeight,"1.15"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",A.textTransform,"uppercase")},lo=he.css`
|
|
127
127
|
.ft-typography--title {
|
|
128
128
|
font-family: ${Ot.fontFamily};
|
|
129
129
|
font-size: ${Ot.fontSize};
|
|
@@ -207,12 +207,12 @@
|
|
|
207
207
|
}
|
|
208
208
|
`,go=he.css`
|
|
209
209
|
.ft-typography--button {
|
|
210
|
-
font-family: ${
|
|
211
|
-
font-size: ${
|
|
212
|
-
font-weight: ${
|
|
213
|
-
letter-spacing: ${
|
|
214
|
-
line-height: ${
|
|
215
|
-
text-transform: ${
|
|
210
|
+
font-family: ${Ne.fontFamily};
|
|
211
|
+
font-size: ${Ne.fontSize};
|
|
212
|
+
font-weight: ${Ne.fontWeight};
|
|
213
|
+
letter-spacing: ${Ne.letterSpacing};
|
|
214
|
+
line-height: ${Ne.lineHeight};
|
|
215
|
+
text-transform: ${Ne.textTransform};
|
|
216
216
|
}
|
|
217
217
|
`,bo=he.css`
|
|
218
218
|
.ft-typography {
|
|
@@ -257,11 +257,11 @@
|
|
|
257
257
|
position: relative;
|
|
258
258
|
word-break: break-word;
|
|
259
259
|
}
|
|
260
|
-
`;var To=["top","right","bottom","left"],wo=["start","end"],Ln=To.reduce((e,t)=>e.concat(t,t+"-"+wo[0],t+"-"+wo[1]),[]),nr=Math.min,Ke=Math.max,ir=Math.round;var Ce=e=>({x:e,y:e}),Ql={left:"right",right:"left",bottom:"top",top:"bottom"};function Pn(e,t,r){return Ke(e,nr(t,r))}function _r(e,t){return typeof e=="function"?e(t):e}function Dt(e){return e.split("-")[0]}function Ge(e){return e.split("-")[1]}function Nn(e){return e==="x"?"y":"x"}function kn(e){return e==="y"?"height":"width"}function Rr(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function Dn(e){return Nn(Rr(e))}function _o(e,t,r){r===void 0&&(r=!1);let n=Ge(e),i=Dn(e),o=kn(i),s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=Rn(s)),[s,Rn(s)]}function Ro(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function Rn(e){let t=Dt(e);return Ql[t]+e.slice(t.length)}function ec(e){return{top:0,right:0,bottom:0,left:0,...e}}function Lo(e){return typeof e!="number"?ec(e):{top:e,right:e,bottom:e,left:e}}function at(e){let{x:t,y:r,width:n,height:i}=e;return{width:n,height:i,top:r,left:t,right:t+n,bottom:r+i,x:t,y:r}}function Po(e,t,r){let{reference:n,floating:i}=e,o=Rr(t),s=Dn(t),a=kn(s),l=Dt(t),c=o==="y",u=n.x+n.width/2-i.width/2,d=n.y+n.height/2-i.height/2,p=n[a]/2-i[a]/2,f;switch(l){case"top":f={x:u,y:n.y-i.height};break;case"bottom":f={x:u,y:n.y+n.height};break;case"right":f={x:n.x+n.width,y:d};break;case"left":f={x:n.x-i.width,y:d};break;default:f={x:n.x,y:n.y}}switch(Ge(t)){case"start":f[s]-=p*(r&&c?-1:1);break;case"end":f[s]+=p*(r&&c?-1:1);break}return f}async function No(e,t){var r;t===void 0&&(t={});let{x:n,y:i,platform:o,rects:s,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:f=0}=_r(t,e),h=Lo(f),b=a[p?d==="floating"?"reference":"floating":d],x=at(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(b)))==null||r?b:b.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),E=d==="floating"?{x:n,y:i,width:s.floating.width,height:s.floating.height}:s.reference,S=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),C=await(o.isElement==null?void 0:o.isElement(S))?await(o.getScale==null?void 0:o.getScale(S))||{x:1,y:1}:{x:1,y:1},F=at(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:E,offsetParent:S,strategy:l}):E);return{top:(x.top-F.top+h.top)/C.y,bottom:(F.bottom-x.bottom+h.bottom)/C.y,left:(x.left-F.left+h.left)/C.x,right:(F.right-x.right+h.right)/C.x}}var tc=50,ko=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:s}=r,a=s.detectOverflow?s:{...s,detectOverflow:No},l=await(s.isRTL==null?void 0:s.isRTL(t)),c=await s.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=Po(c,n,l),p=n,f=0,h={};for(let m=0;m<o.length;m++){let b=o[m];if(!b)continue;let{name:x,fn:E}=b,{x:S,y:C,data:F,reset:$}=await E({x:u,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:h,rects:c,platform:a,elements:{reference:e,floating:t}});u=S??u,d=C??d,h[x]={...h[x],...F},$&&f<tc&&(f++,typeof $=="object"&&($.placement&&(p=$.placement),$.rects&&(c=$.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:i}):$.rects),{x:u,y:d}=Po(c,p,l)),m=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:h}};function rc(e,t,r){return(e?[...r.filter(i=>Ge(i)===e),...r.filter(i=>Ge(i)!==e)]:r.filter(i=>Dt(i)===i)).filter(i=>e?Ge(i)===e||(t?Ro(i)!==i:!1):!0)}var Do=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,n,i;let{rects:o,middlewareData:s,placement:a,platform:l,elements:c}=t,{crossAxis:u=!1,alignment:d,allowedPlacements:p=Ln,autoAlignment:f=!0,...h}=_r(e,t),m=d!==void 0||p===Ln?rc(d||null,f,p):p,b=await l.detectOverflow(t,h),x=((r=s.autoPlacement)==null?void 0:r.index)||0,E=m[x];if(E==null)return{};let S=_o(E,o,await(l.isRTL==null?void 0:l.isRTL(c.floating)));if(a!==E)return{reset:{placement:m[0]}};let C=[b[Dt(E)],b[S[0]],b[S[1]]],F=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:E,overflows:C}],$=m[x+1];if($)return{data:{index:x+1,overflows:F},reset:{placement:$}};let Fe=F.map(ie=>{let de=Ge(ie.placement);return[ie.placement,de&&u?ie.overflows.slice(0,2).reduce((oe,nt)=>oe+nt,0):ie.overflows[0],ie.overflows]}).sort((ie,de)=>ie[1]-de[1]),Ve=((i=Fe.filter(ie=>ie[2].slice(0,Ge(ie[0])?2:3).every(de=>de<=0))[0])==null?void 0:i[0])||Fe[0][0];return Ve!==a?{data:{index:x+1,overflows:F},reset:{placement:Ve}}:{}}}};var Mo=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:n,placement:i,platform:o}=t,{mainAxis:s=!0,crossAxis:a=!1,limiter:l={fn:x=>{let{x:E,y:S}=x;return{x:E,y:S}}},...c}=_r(e,t),u={x:r,y:n},d=await o.detectOverflow(t,c),p=Rr(Dt(i)),f=Nn(p),h=u[f],m=u[p];if(s){let x=f==="y"?"top":"left",E=f==="y"?"bottom":"right",S=h+d[x],C=h-d[E];h=Pn(S,h,C)}if(a){let x=p==="y"?"top":"left",E=p==="y"?"bottom":"right",S=m+d[x],C=m-d[E];m=Pn(S,m,C)}let b=l.fn({...t,[f]:h,[p]:m});return{...b,data:{x:b.x-r,y:b.y-n,enabled:{[f]:s,[p]:a}}}}}};function Pr(){return typeof window<"u"}function ct(e){return Uo(e)?(e.nodeName||"").toLowerCase():"#document"}function re(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Ne(e){var t;return(t=(Uo(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Uo(e){return Pr()?e instanceof Node||e instanceof re(e).Node:!1}function me(e){return Pr()?e instanceof Element||e instanceof re(e).Element:!1}function ke(e){return Pr()?e instanceof HTMLElement||e instanceof re(e).HTMLElement:!1}function Io(e){return!Pr()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof re(e).ShadowRoot}function Mt(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=ye(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function $o(e){return/^(table|td|th)$/.test(ct(e))}function or(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var nc=/transform|translate|scale|rotate|perspective|filter/,ic=/paint|layout|strict|content/,lt=e=>!!e&&e!=="none",Mn;function It(e){let t=me(e)?ye(e):e;return lt(t.transform)||lt(t.translate)||lt(t.scale)||lt(t.rotate)||lt(t.perspective)||!Nr()&&(lt(t.backdropFilter)||lt(t.filter))||nc.test(t.willChange||"")||ic.test(t.contain||"")}function Bo(e){let t=$e(e);for(;ke(t)&&!ut(t);){if(It(t))return t;if(or(t))return null;t=$e(t)}return null}function Nr(){return Mn==null&&(Mn=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Mn}function ut(e){return/^(html|body|#document)$/.test(ct(e))}function ye(e){return re(e).getComputedStyle(e)}function sr(e){return me(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function $e(e){if(ct(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Io(e)&&e.host||Ne(e);return Io(t)?t.host:t}function Ho(e){let t=$e(e);return ut(t)?e.ownerDocument?e.ownerDocument.body:e.body:ke(t)&&Mt(t)?t:Ho(t)}function Lr(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=Ho(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),s=re(i);if(o){let a=kr(s);return t.concat(s,s.visualViewport||[],Mt(i)?i:[],a&&r?Lr(a):[])}else return t.concat(i,Lr(i,[],r))}function kr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function zo(e){let t=ye(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=ke(e),o=i?e.offsetWidth:r,s=i?e.offsetHeight:n,a=ir(r)!==o||ir(n)!==s;return a&&(r=o,n=s),{width:r,height:n,$:a}}function Wo(e){return me(e)?e:e.contextElement}function Ut(e){let t=Wo(e);if(!ke(t))return Ce(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:o}=zo(t),s=(o?ir(r.width):r.width)/n,a=(o?ir(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var oc=Ce(0);function Ko(e){let t=re(e);return!Nr()||!t.visualViewport?oc:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function sc(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==re(e)?!1:t}function ar(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),o=Wo(e),s=Ce(1);t&&(n?me(n)&&(s=Ut(n)):s=Ut(e));let a=sc(o,r,n)?Ko(o):Ce(0),l=(i.left+a.x)/s.x,c=(i.top+a.y)/s.y,u=i.width/s.x,d=i.height/s.y;if(o){let p=re(o),f=n&&me(n)?re(n):n,h=p,m=kr(h);for(;m&&n&&f!==h;){let b=Ut(m),x=m.getBoundingClientRect(),E=ye(m),S=x.left+(m.clientLeft+parseFloat(E.paddingLeft))*b.x,C=x.top+(m.clientTop+parseFloat(E.paddingTop))*b.y;l*=b.x,c*=b.y,u*=b.x,d*=b.y,l+=S,c+=C,h=re(m),m=kr(h)}}return at({width:u,height:d,x:l,y:c})}function Dr(e,t){let r=sr(e).scrollLeft;return t?t.left+r:ar(Ne(e)).left+r}function Go(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Dr(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function ac(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,o=i==="fixed",s=Ne(n),a=t?or(t.floating):!1;if(n===s||a&&o)return r;let l={scrollLeft:0,scrollTop:0},c=Ce(1),u=Ce(0),d=ke(n);if((d||!d&&!o)&&((ct(n)!=="body"||Mt(s))&&(l=sr(n)),d)){let f=ar(n);c=Ut(n),u.x=f.x+n.clientLeft,u.y=f.y+n.clientTop}let p=s&&!d&&!o?Go(s,l):Ce(0);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-l.scrollLeft*c.x+u.x+p.x,y:r.y*c.y-l.scrollTop*c.y+u.y+p.y}}function lc(e){return Array.from(e.getClientRects())}function cc(e){let t=Ne(e),r=sr(e),n=e.ownerDocument.body,i=Ke(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),o=Ke(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight),s=-r.scrollLeft+Dr(e),a=-r.scrollTop;return ye(n).direction==="rtl"&&(s+=Ke(t.clientWidth,n.clientWidth)-i),{width:i,height:o,x:s,y:a}}var jo=25;function uc(e,t){let r=re(e),n=Ne(e),i=r.visualViewport,o=n.clientWidth,s=n.clientHeight,a=0,l=0;if(i){o=i.width,s=i.height;let u=Nr();(!u||u&&t==="fixed")&&(a=i.offsetLeft,l=i.offsetTop)}let c=Dr(n);if(c<=0){let u=n.ownerDocument,d=u.body,p=getComputedStyle(d),f=u.compatMode==="CSS1Compat"&&parseFloat(p.marginLeft)+parseFloat(p.marginRight)||0,h=Math.abs(n.clientWidth-d.clientWidth-f);h<=jo&&(o-=h)}else c<=jo&&(o+=c);return{width:o,height:s,x:a,y:l}}function dc(e,t){let r=ar(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,o=ke(e)?Ut(e):Ce(1),s=e.clientWidth*o.x,a=e.clientHeight*o.y,l=i*o.x,c=n*o.y;return{width:s,height:a,x:l,y:c}}function Fo(e,t,r){let n;if(t==="viewport")n=uc(e,r);else if(t==="document")n=cc(Ne(e));else if(me(t))n=dc(t,r);else{let i=Ko(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return at(n)}function qo(e,t){let r=$e(e);return r===t||!me(r)||ut(r)?!1:ye(r).position==="fixed"||qo(r,t)}function pc(e,t){let r=t.get(e);if(r)return r;let n=Lr(e,[],!1).filter(a=>me(a)&&ct(a)!=="body"),i=null,o=ye(e).position==="fixed",s=o?$e(e):e;for(;me(s)&&!ut(s);){let a=ye(s),l=It(s);!l&&a.position==="fixed"&&(i=null),(o?!l&&!i:!l&&a.position==="static"&&!!i&&(i.position==="absolute"||i.position==="fixed")||Mt(s)&&!l&&qo(e,s))?n=n.filter(u=>u!==s):i=a,s=$e(s)}return t.set(e,n),n}function fc(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,s=[...r==="clippingAncestors"?or(t)?[]:pc(t,this._c):[].concat(r),n],a=Fo(t,s[0],i),l=a.top,c=a.right,u=a.bottom,d=a.left;for(let p=1;p<s.length;p++){let f=Fo(t,s[p],i);l=Ke(f.top,l),c=nr(f.right,c),u=nr(f.bottom,u),d=Ke(f.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function hc(e){let{width:t,height:r}=zo(e);return{width:t,height:r}}function mc(e,t,r){let n=ke(t),i=Ne(t),o=r==="fixed",s=ar(e,!0,o,t),a={scrollLeft:0,scrollTop:0},l=Ce(0);function c(){l.x=Dr(i)}if(n||!n&&!o)if((ct(t)!=="body"||Mt(i))&&(a=sr(t)),n){let f=ar(t,!0,o,t);l.x=f.x+t.clientLeft,l.y=f.y+t.clientTop}else i&&c();o&&!n&&i&&c();let u=i&&!n&&!o?Go(i,a):Ce(0),d=s.left+a.scrollLeft-l.x-u.x,p=s.top+a.scrollTop-l.y-u.y;return{x:d,y:p,width:s.width,height:s.height}}function In(e){return ye(e).position==="static"}function Vo(e,t){if(!ke(e)||ye(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Ne(e)===r&&(r=r.ownerDocument.body),r}function Yo(e,t){let r=re(e);if(or(e))return r;if(!ke(e)){let i=$e(e);for(;i&&!ut(i);){if(me(i)&&!In(i))return i;i=$e(i)}return r}let n=Vo(e,t);for(;n&&$o(n)&&In(n);)n=Vo(n,t);return n&&ut(n)&&In(n)&&!It(n)?r:n||Bo(e)||r}var yc=async function(e){let t=this.getOffsetParent||Yo,r=this.getDimensions,n=await r(e.floating);return{reference:mc(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function vc(e){return ye(e).direction==="rtl"}var Mr={convertOffsetParentRelativeRectToViewportRelativeRect:ac,getDocumentElement:Ne,getClippingRect:fc,getOffsetParent:Yo,getElementRects:yc,getClientRects:lc,getDimensions:hc,getScale:Ut,isElement:me,isRTL:vc};var Xo=Do,Jo=Mo;var Zo=(e,t,r)=>{let n=new Map,i={platform:Mr,...r},o={...i.platform,_c:n};return ko(e,t,{...i,platform:o})};function Qo(e){return gc(e)}function Un(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function gc(e){for(let t=e;t;t=Un(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Un(e);t;t=Un(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||It(r)||t.tagName==="BODY"))return t}return null}async function es(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},Zo(e,t,{strategy:n.strategy,platform:{...Mr,getOffsetParent:i=>Mr.getOffsetParent(i,Qo)},middleware:[Jo({crossAxis:!0}),Xo({allowedPlacements:[n.placement]})]})}var Yt=y(O());var ci=y(X());var ts=y(X(),1);var $n=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function rs(e,t){return(0,ts.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return lr(e);try{return JSON.parse(r)}catch{return lr(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:cr,...t??{}})}function bc(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;let r,n;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(n=r;n--!==0;)if(!Ir(e[n],t[n]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;for(n of e.entries())if(!Ir(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();let i=s=>Object.keys(s).filter(a=>s[a]!=null),o=i(e);if(r=o.length,r!==i(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,o[n]))return!1;for(n=r;n--!==0;){let s=o[n];if(!Ir(e[s],t[s]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Ir(e,t){try{return bc(e,t)}catch{return!1}}function cr(e,t){return!Ir(e,t)}function lr(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function Ur(e,t){let r=n=>n[e]===!0;return n=>{if(r(n))return n;let i=t(n);return i[e]=!0,i}}var ns=y(X(),1);var Bn=e=>{let t=e??{};return(r,n)=>{var i;let o={hasChanged:cr,attribute:!1,...t};(0,ns.property)(o)(r,n);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(n,{selector:(i=t.selector)!==null&&i!==void 0?i:(a=>a[n]),store:t.store})}};var $r=class{constructor(){this.queue=[]}add(t,r=!1){r&&this.clear(t.type),this.queue.push(t)}consume(t){let r=this.queue.find(n=>n.type===t);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}clear(t){typeof t=="string"?this.queue=this.queue.filter(r=>r.type!==t):this.queue=this.queue.filter(r=>!t.test(r.type))}};var dt=y(X(),1);var Br=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let i=(t=this.rejectPromise)!==null&&t!==void 0?t:(()=>null),o=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let s of n)try{await s()}catch(a){i(a);return}o(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var os=y(I(),1);var Hr=globalThis,xc=Hr.ShadowRoot&&(Hr.ShadyCSS===void 0||Hr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var is=(e,t)=>{if(xc)e.adoptedStyleSheets=t.map((r=>r instanceof CSSStyleSheet?r:r.styleSheet));else for(let r of t){let n=document.createElement("style"),i=Hr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var jr=class extends os.LitElement{get scopedRegistryConstructor(){return this.constructor}createRenderRoot(){let t=this.scopedRegistryConstructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,t.defineScopedElements(t.elementDefinitions));let r={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return is(n,t.elementStyles),n}static canDefineScopedElement(t){return!!this.registry&&!this.registry.get(t)}static defineScopedElements(t){Object.entries(t).forEach(([r,n])=>this.defineScopedElement(r,n))}static defineScopedElement(t,r){$n(t)(r),this.canDefineScopedElement(t)&&this.registry.define(t,r)}canDefineScopedElement(t){return this.scopedRegistryConstructor.canDefineScopedElement(t)}defineScopedElements(t){this.scopedRegistryConstructor.defineScopedElements(t)}defineScopedElement(t,r){this.scopedRegistryConstructor.defineScopedElement(t,r)}};function ss(e,t,...r){var n;let i=e.querySelector(t);for(let o of r)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(o);return i}var Bt=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},us,as=Symbol("constructorPrototype"),ls=Symbol("constructorName"),ds=Symbol("exportpartsDebouncer"),cs=Symbol("dynamicDependenciesLoaded"),$t=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};$t.eventName="exportparts-updated";var De=class extends jr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[us]=new Br(5),this.scheduleExportpartsUpdate=()=>{var t,r,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[ds].run(()=>{var i,o;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[ls]=this.constructor.name,this[as]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ls]&&Object.setPrototypeOf(this,this[as])}connectedCallback(){var t;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(n){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",n)}let r=this.constructor;r[cs]||(r[cs]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener($t.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener($t.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.focusElementToFocus(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate(),t.has("exportparts")&&this.dispatchEvent(new $t)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let o=[...i??[],n];r=ss(this.shadowRoot,...o)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,n,i;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(o=>o.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(o){console.error(o,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let o=document.createElement("style");o.classList.add("ft-lit-element--custom-stylesheet"),o.innerHTML=this.customStylesheet,this.shadowRoot.append(o)}}setExportpartsAttribute(t){var r,n,i,o,s,a;let l=p=>p!=null&&p.trim().length>0,c=t.filter(l).map(p=>p.trim());if(c.length===0){this.exportparts=void 0;return}let u=new Set;for(let p of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let f=(o=(i=p.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&o!==void 0?o:[],h=(a=(s=p.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(b=>b.split(":")[1]))!==null&&a!==void 0?a:[],m=[...f,...h].filter(l).map(b=>b.trim());for(let b of m)u.add(b)}if(u.size===0){this.exportparts=void 0;return}let d=[...u.values()].flatMap(p=>c.map(f=>`${p}:${f}--${p}`));this.exportparts=[...this.part,...d].join(", ")}};us=ds;Bt([(0,dt.property)()],De.prototype,"exportpartsPrefix",void 0);Bt([rs([])],De.prototype,"exportpartsPrefixes",void 0);Bt([(0,dt.property)({reflect:!0})],De.prototype,"exportparts",void 0);Bt([(0,dt.property)()],De.prototype,"customStylesheet",void 0);Bt([(0,dt.property)()],De.prototype,"elementToFocus",void 0);Bt([(0,dt.state)()],De.prototype,"useAdoptedStyleSheets",void 0);function Fr(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var ur=Symbol("internalReduxEventsUnsubscribers"),qe=Symbol("internalStoresUnsubscribers"),pt=Symbol("internalStores"),Ac=Ur(Symbol("withRedux"),function(e){var t,r,n;class i extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(a=>s.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[pt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[pt].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[pt].get(s)}addStore(s,a){var l;a=(l=a??s.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[pt].set(a,s),this.subscribeToStore(a,s),this.updateFromStores()}removeStore(s){let a=typeof s=="string"?s:s.name;this.unsubscribeFromStore(a),this[pt].delete(a)}setupStores(){this.unsubscribeFromStores(),this[pt].forEach((s,a)=>this.subscribeToStore(a,s)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((s,a)=>{let l=this.constructor.getPropertyOptions(a);if(!l?.attribute||!this.hasAttribute(typeof l?.attribute=="string"?l.attribute:a)){let c=this.getStore(s.store);c&&(s.store?this[qe].has(s.store):this[qe].size>0)&&(this[a]=s.selector(c.getState(),this))}})}subscribeToStore(s,a){var l;this[qe].set(s,a.subscribe(()=>this.updateFromStores())),this[ur].set(s,[]),Fr(a)&&a.eventBus&&((l=this.reduxConstructor.reduxEventListeners)===null||l===void 0||l.forEach((c,u)=>{if(typeof this[u]=="function"&&(!c.store||a.name===c.store)){let d=p=>this[u](p);a.addEventListener(c.eventName,d),this[ur].get(s).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[qe].forEach((s,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(s){var a;this[qe].has(s)&&this[qe].get(s)(),this[qe].delete(s),(a=this[ur].get(s))===null||a===void 0||a.forEach(l=>l()),this[ur].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=qe,r=pt,n=ur,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),ps=class extends Ac(De){};function ve(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(0)var i,o;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map((function(s){return"'"+s+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Be(e){return!!e&&!!e[N]}function Oe(e){var t;return!!e&&((function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===Rc})(e)||Array.isArray(e)||!!e[bs]||!!(!((t=e.constructor)===null||t===void 0)&&t[bs])||qn(e)||Yn(e))}function ft(e,t,r){r===void 0&&(r=!1),Ft(e)===0?(r?Object.keys:jt)(e).forEach((function(n){r&&typeof n=="symbol"||t(n,e[n],e)})):e.forEach((function(n,i){return t(i,n,e)}))}function Ft(e){var t=e[N];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:qn(e)?2:Yn(e)?3:0}function Ht(e,t){return Ft(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Ec(e,t){return Ft(e)===2?e.get(t):e[t]}function xs(e,t,r){var n=Ft(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function As(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function qn(e){return Tc&&e instanceof Map}function Yn(e){return _c&&e instanceof Set}function Ye(e){return e.o||e.t}function Xn(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Cs(e);delete t[N];for(var r=jt(t),n=0;n<r.length;n++){var i=r[n],o=t[i];o.writable===!1&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(t[i]={configurable:!0,writable:!0,enumerable:o.enumerable,value:e[i]})}return Object.create(Object.getPrototypeOf(e),t)}function Jn(e,t){return t===void 0&&(t=!1),Zn(e)||Be(e)||!Oe(e)||(Ft(e)>1&&(e.set=e.add=e.clear=e.delete=Sc),Object.freeze(e),t&&ft(e,(function(r,n){return Jn(n,!0)}),!0)),e}function Sc(){ve(2)}function Zn(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function Me(e){var t=Gn[e];return t||ve(18,e),t}function Cc(e,t){Gn[e]||(Gn[e]=t)}function zn(){return pr}function Hn(e,t){t&&(Me("Patches"),e.u=[],e.s=[],e.v=t)}function Vr(e){Wn(e),e.p.forEach(Oc),e.p=null}function Wn(e){e===pr&&(pr=e.l)}function fs(e){return pr={p:[],l:pr,h:e,m:!0,_:0}}function Oc(e){var t=e[N];t.i===0||t.i===1?t.j():t.g=!0}function jn(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||Me("ES5").S(t,e,n),n?(r[N].P&&(Vr(t),ve(4)),Oe(e)&&(e=zr(t,e),t.l||Wr(t,e)),t.u&&Me("Patches").M(r[N].t,e,t.u,t.s)):e=zr(t,r,[]),Vr(t),t.u&&t.v(t.u,t.s),e!==Ss?e:void 0}function zr(e,t,r){if(Zn(t))return t;var n=t[N];if(!n)return ft(t,(function(a,l){return hs(e,n,t,a,l,r)}),!0),t;if(n.A!==e)return t;if(!n.P)return Wr(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=Xn(n.k):n.o,o=i,s=!1;n.i===3&&(o=new Set(i),i.clear(),s=!0),ft(o,(function(a,l){return hs(e,n,i,a,l,r,s)})),Wr(e,i,!1),r&&e.u&&Me("Patches").N(n,r,e.u,e.s)}return n.o}function hs(e,t,r,n,i,o,s){if(Be(i)){var a=zr(e,i,o&&t&&t.i!==3&&!Ht(t.R,n)?o.concat(n):void 0);if(xs(r,n,a),!Be(a))return;e.m=!1}else s&&r.add(i);if(Oe(i)&&!Zn(i)){if(!e.h.D&&e._<1)return;zr(e,i),t&&t.A.l||Wr(e,i)}}function Wr(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&Jn(t,r)}function Fn(e,t){var r=e[N];return(r?Ye(r):e)[t]}function ms(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Object.getPrototypeOf(r)}}function Xe(e){e.P||(e.P=!0,e.l&&Xe(e.l))}function Vn(e){e.o||(e.o=Xn(e.t))}function Kn(e,t,r){var n=qn(t)?Me("MapSet").F(t,r):Yn(t)?Me("MapSet").T(t,r):e.O?(function(i,o){var s=Array.isArray(i),a={i:s?1:0,A:o?o.A:zn(),P:!1,I:!1,R:{},l:o,t:i,k:null,o:null,j:null,C:!1},l=a,c=fr;s&&(l=[a],c=dr);var u=Proxy.revocable(l,c),d=u.revoke,p=u.proxy;return a.k=p,a.j=d,p})(t,r):Me("ES5").J(t,r);return(r?r.A:zn()).p.push(n),n}function wc(e){return Be(e)||ve(22,e),(function t(r){if(!Oe(r))return r;var n,i=r[N],o=Ft(r);if(i){if(!i.P&&(i.i<4||!Me("ES5").K(i)))return i.t;i.I=!0,n=ys(r,o),i.I=!1}else n=ys(r,o);return ft(n,(function(s,a){i&&Ec(i.t,s)===a||xs(n,s,t(a))})),o===3?new Set(n):n})(e)}function ys(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return Xn(e)}function Es(){function e(s,a){var l=o[s];return l?l.enumerable=a:o[s]=l={configurable:!0,enumerable:a,get:function(){var c=this[N];return fr.get(c,s)},set:function(c){var u=this[N];fr.set(u,s,c)}},l}function t(s){for(var a=s.length-1;a>=0;a--){var l=s[a][N];if(!l.P)switch(l.i){case 5:n(l)&&Xe(l);break;case 4:r(l)&&Xe(l)}}}function r(s){for(var a=s.t,l=s.k,c=jt(l),u=c.length-1;u>=0;u--){var d=c[u];if(d!==N){var p=a[d];if(p===void 0&&!Ht(a,d))return!0;var f=l[d],h=f&&f[N];if(h?h.t!==p:!As(f,p))return!0}}var m=!!a[N];return c.length!==jt(a).length+(m?0:1)}function n(s){var a=s.k;if(a.length!==s.t.length)return!0;var l=Object.getOwnPropertyDescriptor(a,a.length-1);if(l&&!l.get)return!0;for(var c=0;c<a.length;c++)if(!a.hasOwnProperty(c))return!0;return!1}function i(s){s.g&&ve(3,JSON.stringify(Ye(s)))}var o={};Cc("ES5",{J:function(s,a){var l=Array.isArray(s),c=(function(d,p){if(d){for(var f=Array(p.length),h=0;h<p.length;h++)Object.defineProperty(f,""+h,e(h,!0));return f}var m=Cs(p);delete m[N];for(var b=jt(m),x=0;x<b.length;x++){var E=b[x];m[E]=e(E,d||!!m[E].enumerable)}return Object.create(Object.getPrototypeOf(p),m)})(l,s),u={i:l?5:4,A:a?a.A:zn(),P:!1,I:!1,R:{},l:a,t:s,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,N,{value:u,writable:!0}),c},S:function(s,a,l){l?Be(a)&&a[N].A===s&&t(s.p):(s.u&&(function c(u){if(u&&typeof u=="object"){var d=u[N];if(d){var p=d.t,f=d.k,h=d.R,m=d.i;if(m===4)ft(f,(function(C){C!==N&&(p[C]!==void 0||Ht(p,C)?h[C]||c(f[C]):(h[C]=!0,Xe(d)))})),ft(p,(function(C){f[C]!==void 0||Ht(f,C)||(h[C]=!1,Xe(d))}));else if(m===5){if(n(d)&&(Xe(d),h.length=!0),f.length<p.length)for(var b=f.length;b<p.length;b++)h[b]=!1;else for(var x=p.length;x<f.length;x++)h[x]=!0;for(var E=Math.min(f.length,p.length),S=0;S<E;S++)f.hasOwnProperty(S)||(h[S]=!0),h[S]===void 0&&c(f[S])}}}})(s.p[0]),t(s.p))},K:function(s){return s.i===4?r(s):n(s)}})}var vs,pr,Qn=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Tc=typeof Map<"u",_c=typeof Set<"u",gs=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Ss=Qn?Symbol.for("immer-nothing"):((vs={})["immer-nothing"]=!0,vs),bs=Qn?Symbol.for("immer-draftable"):"__$immer_draftable",N=Qn?Symbol.for("immer-state"):"__$immer_state";var Rc=""+Object.prototype.constructor,jt=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Cs=Object.getOwnPropertyDescriptors||function(e){var t={};return jt(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},Gn={},fr={get:function(e,t){if(t===N)return e;var r=Ye(e);if(!Ht(r,t))return(function(i,o,s){var a,l=ms(o,s);return l?"value"in l?l.value:(a=l.get)===null||a===void 0?void 0:a.call(i.k):void 0})(e,r,t);var n=r[t];return e.I||!Oe(n)?n:n===Fn(e.t,t)?(Vn(e),e.o[t]=Kn(e.A.h,n,e)):n},has:function(e,t){return t in Ye(e)},ownKeys:function(e){return Reflect.ownKeys(Ye(e))},set:function(e,t,r){var n=ms(Ye(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var i=Fn(Ye(e),t),o=i?.[N];if(o&&o.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(As(r,i)&&(r!==void 0||Ht(e.t,t)))return!0;Vn(e),Xe(e)}return e.o[t]===r&&(r!==void 0||t in e.o)||Number.isNaN(r)&&Number.isNaN(e.o[t])||(e.o[t]=r,e.R[t]=!0),!0},deleteProperty:function(e,t){return Fn(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,Vn(e),Xe(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Ye(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){ve(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){ve(12)}},dr={};ft(fr,(function(e,t){dr[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),dr.deleteProperty=function(e,t){return dr.set.call(this,e,t,void 0)},dr.set=function(e,t,r){return fr.set.call(this,e[0],t,r,e[0])};var Lc=(function(){function e(r){var n=this;this.O=gs,this.D=!0,this.produce=function(i,o,s){if(typeof i=="function"&&typeof o!="function"){var a=o;o=i;var l=n;return function(m){var b=this;m===void 0&&(m=a);for(var x=arguments.length,E=Array(x>1?x-1:0),S=1;S<x;S++)E[S-1]=arguments[S];return l.produce(m,(function(C){var F;return(F=o).call.apply(F,[b,C].concat(E))}))}}var c;if(typeof o!="function"&&ve(6),s!==void 0&&typeof s!="function"&&ve(7),Oe(i)){var u=fs(n),d=Kn(n,i,void 0),p=!0;try{c=o(d),p=!1}finally{p?Vr(u):Wn(u)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(m){return Hn(u,s),jn(m,u)}),(function(m){throw Vr(u),m})):(Hn(u,s),jn(c,u))}if(!i||typeof i!="object"){if((c=o(i))===void 0&&(c=i),c===Ss&&(c=void 0),n.D&&Jn(c,!0),s){var f=[],h=[];Me("Patches").M(i,c,f,h),s(f,h)}return c}ve(21,i)},this.produceWithPatches=function(i,o){if(typeof i=="function")return function(c){for(var u=arguments.length,d=Array(u>1?u-1:0),p=1;p<u;p++)d[p-1]=arguments[p];return n.produceWithPatches(c,(function(f){return i.apply(void 0,[f].concat(d))}))};var s,a,l=n.produce(i,o,(function(c,u){s=c,a=u}));return typeof Promise<"u"&&l instanceof Promise?l.then((function(c){return[c,s,a]})):[l,s,a]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var t=e.prototype;return t.createDraft=function(r){Oe(r)||ve(8),Be(r)&&(r=wc(r));var n=fs(this),i=Kn(this,r,void 0);return i[N].C=!0,Wn(n),i},t.finishDraft=function(r,n){var i=r&&r[N],o=i.A;return Hn(o,n),jn(void 0,o)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!gs&&ve(20),this.O=r},t.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var o=n[i];if(o.path.length===0&&o.op==="replace"){r=o.value;break}}i>-1&&(n=n.slice(i+1));var s=Me("Patches").$;return Be(r)?s(r,n):this.produce(r,(function(a){return s(a,n)}))},e})(),se=new Lc,Pc=se.produce,Xd=se.produceWithPatches.bind(se),Jd=se.setAutoFreeze.bind(se),Zd=se.setUseProxies.bind(se),Qd=se.applyPatches.bind(se),ep=se.createDraft.bind(se),tp=se.finishDraft.bind(se),Kr=Pc;function ht(e){"@babel/helpers - typeof";return ht=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ht(e)}function Os(e,t){if(ht(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(ht(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function ws(e){var t=Os(e,"string");return ht(t)=="symbol"?t:t+""}function Ts(e,t,r){return(t=ws(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _s(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function ei(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?_s(Object(r),!0).forEach(function(n){Ts(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):_s(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function q(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Rs=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),ti=function(){return Math.random().toString(36).substring(7).split("").join(".")},Gr={INIT:"@@redux/INIT"+ti(),REPLACE:"@@redux/REPLACE"+ti(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ti()}};function Nc(e){if(typeof e!="object"||e===null)return!1;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function ri(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(q(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(q(1));return r(ri)(e,t)}if(typeof e!="function")throw new Error(q(2));var i=e,o=t,s=[],a=s,l=!1;function c(){a===s&&(a=s.slice())}function u(){if(l)throw new Error(q(3));return o}function d(m){if(typeof m!="function")throw new Error(q(4));if(l)throw new Error(q(5));var b=!0;return c(),a.push(m),function(){if(b){if(l)throw new Error(q(6));b=!1,c();var E=a.indexOf(m);a.splice(E,1),s=null}}}function p(m){if(!Nc(m))throw new Error(q(7));if(typeof m.type>"u")throw new Error(q(8));if(l)throw new Error(q(9));try{l=!0,o=i(o,m)}finally{l=!1}for(var b=s=a,x=0;x<b.length;x++){var E=b[x];E()}return m}function f(m){if(typeof m!="function")throw new Error(q(10));i=m,p({type:Gr.REPLACE})}function h(){var m,b=d;return m={subscribe:function(E){if(typeof E!="object"||E===null)throw new Error(q(11));function S(){E.next&&E.next(u())}S();var C=b(S);return{unsubscribe:C}}},m[Rs]=function(){return this},m}return p({type:Gr.INIT}),n={dispatch:p,subscribe:d,getState:u,replaceReducer:f},n[Rs]=h,n}function kc(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:Gr.INIT});if(typeof n>"u")throw new Error(q(12));if(typeof r(void 0,{type:Gr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(q(13))})}function Ls(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++){var i=t[n];typeof e[i]=="function"&&(r[i]=e[i])}var o=Object.keys(r),s,a;try{kc(r)}catch(l){a=l}return function(c,u){if(c===void 0&&(c={}),a)throw a;if(0)var d;for(var p=!1,f={},h=0;h<o.length;h++){var m=o[h],b=r[m],x=c[m],E=b(x,u);if(typeof E>"u"){var S=u&&u.type;throw new Error(q(14))}f[m]=E,p=p||E!==x}return p=p||o.length!==Object.keys(c).length,p?f:c}}function Vt(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function Ps(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){return function(){var i=n.apply(void 0,arguments),o=function(){throw new Error(q(15))},s={getState:i.getState,dispatch:function(){return o.apply(void 0,arguments)}},a=t.map(function(l){return l(s)});return o=Vt.apply(void 0,a)(i.dispatch),ei(ei({},i),{},{dispatch:o})}}}function Ns(e){var t=function(n){var i=n.dispatch,o=n.getState;return function(s){return function(a){return typeof a=="function"?a(i,o,e):s(a)}}};return t}var ks=Ns();ks.withExtraArgument=Ns;var ni=ks;var $s=(function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(n[o]=i[o])},e(t,r)};return function(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}})(),Dc=function(e,t){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(c){return function(u){return l([c,u])}}function l(c){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=c[0]&2?i.return:c[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,c[1])).done)return o;switch(i=0,o&&(c=[c[0]&2,o.value]),c[0]){case 0:case 1:o=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,i=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!o||c[1]>o[0]&&c[1]<o[3])){r.label=c[1];break}if(c[0]===6&&r.label<o[1]){r.label=o[1],o=c;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(c);break}o[2]&&r.ops.pop(),r.trys.pop();continue}c=t.call(e,r)}catch(u){c=[6,u],i=0}finally{n=o=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},zt=function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e},Mc=Object.defineProperty,Ic=Object.defineProperties,Uc=Object.getOwnPropertyDescriptors,Ds=Object.getOwnPropertySymbols,$c=Object.prototype.hasOwnProperty,Bc=Object.prototype.propertyIsEnumerable,Ms=function(e,t,r){return t in e?Mc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},Je=function(e,t){for(var r in t||(t={}))$c.call(t,r)&&Ms(e,r,t[r]);if(Ds)for(var n=0,i=Ds(t);n<i.length;n++){var r=i[n];Bc.call(t,r)&&Ms(e,r,t[r])}return e},ii=function(e,t){return Ic(e,Uc(t))},Hc=function(e,t,r){return new Promise(function(n,i){var o=function(l){try{a(r.next(l))}catch(c){i(c)}},s=function(l){try{a(r.throw(l))}catch(c){i(c)}},a=function(l){return l.done?n(l.value):Promise.resolve(l.value).then(o,s)};a((r=r.apply(e,t)).next())})};var jc=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Vt:Vt.apply(null,arguments)},bp=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function Fc(e){if(typeof e!="object"||e===null)return!1;var t=Object.getPrototypeOf(e);if(t===null)return!0;for(var r=t;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return t===r}function Ze(e,t){function r(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(t){var o=t.apply(void 0,n);if(!o)throw new Error("prepareAction did not return an object");return Je(Je({type:e,payload:o.payload},"meta"in o&&{meta:o.meta}),"error"in o&&{error:o.error})}return{type:e,payload:n[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(n){return n.type===e},r}var Vc=(function(e){$s(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.apply(this,r)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,zt([void 0],r[0].concat(this)))):new(t.bind.apply(t,zt([void 0],r.concat(this))))},t})(Array),zc=(function(e){$s(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.apply(this,r)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,zt([void 0],r[0].concat(this)))):new(t.bind.apply(t,zt([void 0],r.concat(this))))},t})(Array);function ai(e){return Oe(e)?Kr(e,function(){}):e}function Wc(e){return typeof e=="boolean"}function Kc(){return function(t){return Gc(t)}}function Gc(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,i=n===void 0?!0:n,o=e.serializableCheck,s=o===void 0?!0:o,a=e.actionCreatorCheck,l=a===void 0?!0:a,c=new Vc;if(r&&(Wc(r)?c.push(ni):c.push(ni.withExtraArgument(r.extraArgument))),0){if(i)var u;if(s)var d;if(l)var p}return c}var oi=!0;function Bs(e){var t=Kc(),r=e||{},n=r.reducer,i=n===void 0?void 0:n,o=r.middleware,s=o===void 0?t():o,a=r.devTools,l=a===void 0?!0:a,c=r.preloadedState,u=c===void 0?void 0:c,d=r.enhancers,p=d===void 0?void 0:d,f;if(typeof i=="function")f=i;else if(Fc(i))f=Ls(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var h=s;if(typeof h=="function"&&(h=h(t),!oi&&!Array.isArray(h)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!oi&&h.some(function(C){return typeof C!="function"}))throw new Error("each middleware provided to configureStore must be a function");var m=Ps.apply(void 0,h),b=Vt;l&&(b=jc(Je({trace:!oi},typeof l=="object"&&l)));var x=new zc(m),E=x;Array.isArray(p)?E=zt([m],p):typeof p=="function"&&(E=p(x));var S=b.apply(void 0,E);return ri(f,u,S)}function Hs(e){var t={},r=[],n,i={addCase:function(o,s){var a=typeof o=="string"?o:o.type;if(!a)throw new Error("`builder.addCase` cannot be called with an empty action type");if(a in t)throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");return t[a]=s,i},addMatcher:function(o,s){return r.push({matcher:o,reducer:s}),i},addDefaultCase:function(o){return n=o,i}};return e(i),[t,r,n]}function qc(e){return typeof e=="function"}function Yc(e,t,r,n){r===void 0&&(r=[]);var i=typeof t=="function"?Hs(t):[t,r,n],o=i[0],s=i[1],a=i[2],l;if(qc(e))l=function(){return ai(e())};else{var c=ai(e);l=function(){return c}}function u(d,p){d===void 0&&(d=l());var f=zt([o[p.type]],s.filter(function(h){var m=h.matcher;return m(p)}).map(function(h){var m=h.reducer;return m}));return f.filter(function(h){return!!h}).length===0&&(f=[a]),f.reduce(function(h,m){if(m)if(Be(h)){var b=h,x=m(b,p);return x===void 0?h:x}else{if(Oe(h))return Kr(h,function(E){return m(E,p)});var x=m(h,p);if(x===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return x}return h},d)}return u.getInitialState=l,u}function Xc(e,t){return e+"/"+t}function js(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof e.initialState=="function"?e.initialState:ai(e.initialState),n=e.reducers||{},i=Object.keys(n),o={},s={},a={};i.forEach(function(u){var d=n[u],p=Xc(t,u),f,h;"reducer"in d?(f=d.reducer,h=d.prepare):f=d,o[u]=f,s[p]=f,a[u]=h?Ze(p,h):Ze(p)});function l(){var u=typeof e.extraReducers=="function"?Hs(e.extraReducers):[e.extraReducers],d=u[0],p=d===void 0?{}:d,f=u[1],h=f===void 0?[]:f,m=u[2],b=m===void 0?void 0:m,x=Je(Je({},p),s);return Yc(r,function(E){for(var S in x)E.addCase(S,x[S]);for(var C=0,F=h;C<F.length;C++){var $=F[C];E.addMatcher($.matcher,$.reducer)}b&&E.addDefaultCase(b)})}var c;return{name:t,reducer:function(u,d){return c||(c=l()),c(u,d)},actions:a,caseReducers:o,getInitialState:function(){return c||(c=l()),c.getInitialState()}}}var Jc="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Zc=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=Jc[Math.random()*64|0];return t},Qc=["name","message","stack","code"],si=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Is=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),eu=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=Qc;r<n.length;r++){var i=n[r];typeof e[i]=="string"&&(t[i]=e[i])}return t}return{message:String(e)}},Sp=(function(){function e(t,r,n){var i=Ze(t+"/fulfilled",function(u,d,p,f){return{payload:u,meta:ii(Je({},f||{}),{arg:p,requestId:d,requestStatus:"fulfilled"})}}),o=Ze(t+"/pending",function(u,d,p){return{payload:void 0,meta:ii(Je({},p||{}),{arg:d,requestId:u,requestStatus:"pending"})}}),s=Ze(t+"/rejected",function(u,d,p,f,h){return{payload:f,error:(n&&n.serializeError||eu)(u||"Rejected"),meta:ii(Je({},h||{}),{arg:p,requestId:d,rejectedWithValue:!!f,requestStatus:"rejected",aborted:u?.name==="AbortError",condition:u?.name==="ConditionError"})}}),a=!1,l=typeof AbortController<"u"?AbortController:(function(){function u(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return u.prototype.abort=function(){},u})();function c(u){return function(d,p,f){var h=n?.idGenerator?n.idGenerator(u):Zc(),m=new l,b,x=!1;function E(C){b=C,m.abort()}var S=(function(){return Hc(this,null,function(){var C,F,$,Fe,mn,Ve,ie;return Dc(this,function(de){switch(de.label){case 0:return de.trys.push([0,4,,5]),Fe=(C=n?.condition)==null?void 0:C.call(n,u,{getState:p,extra:f}),ru(Fe)?[4,Fe]:[3,2];case 1:Fe=de.sent(),de.label=2;case 2:if(Fe===!1||m.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return x=!0,mn=new Promise(function(oe,nt){return m.signal.addEventListener("abort",function(){return nt({name:"AbortError",message:b||"Aborted"})})}),d(o(h,u,(F=n?.getPendingMeta)==null?void 0:F.call(n,{requestId:h,arg:u},{getState:p,extra:f}))),[4,Promise.race([mn,Promise.resolve(r(u,{dispatch:d,getState:p,extra:f,requestId:h,signal:m.signal,abort:E,rejectWithValue:function(oe,nt){return new si(oe,nt)},fulfillWithValue:function(oe,nt){return new Is(oe,nt)}})).then(function(oe){if(oe instanceof si)throw oe;return oe instanceof Is?i(oe.payload,h,u,oe.meta):i(oe,h,u)})])];case 3:return $=de.sent(),[3,5];case 4:return Ve=de.sent(),$=Ve instanceof si?s(null,h,u,Ve.payload,Ve.meta):s(Ve,h,u),[3,5];case 5:return ie=n&&!n.dispatchConditionRejection&&s.match($)&&$.meta.condition,ie||d($),[2,$]}})})})();return Object.assign(S,{abort:E,requestId:h,arg:u,unwrap:function(){return S.then(tu)}})}}return Object.assign(c,{pending:o,rejected:s,fulfilled:i,typePrefix:t})}return e.withTypes=function(){return e},e})();function tu(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function ru(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Fs="listener",Vs="completed",zs="cancelled",Cp="task-"+zs,Op="task-"+Vs,wp=Fs+"-"+zs,Tp=Fs+"-"+Vs;var li="listenerMiddleware";var _p=Ze(li+"/add"),Rp=Ze(li+"/removeAll"),Lp=Ze(li+"/remove");var Us,Pp=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Us||(Us=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},nu=function(e){return function(t){setTimeout(t,e)}},Np=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:nu(10);Es();var iu=Ur(Symbol("withEventBus"),function(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,n,i){this.eventBus.addEventListener(r,n,i)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,i){this.eventBus.removeEventListener(r,n,i)}}}),qr=class extends iu(Object){};window.ftReduxStores||(window.ftReduxStores={});var Ws=class e extends qr{static get(t){var r;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,o=window.ftReduxStores[n];if(Fr(o))return o;if(i==null)return;let s=js({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=Bs({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=lr(s.getInitialState());for(let d of c.keeping)u[d]=(l??u)[d];return u}else if(typeof c.type=="string"&&c.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...l,...c.overwrites};return s.reducer(l,c)}});return window.ftReduxStores[i.name]=new e(s,a,i.eventBus)}constructor(t,r,n){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new $r;let i=o=>o!=null?JSON.parse(JSON.stringify(o)):o;this.actions=new Proxy(this.reduxSlice.actions,{get:(o,s,a)=>{let l=s,c=o[l];return c?(...u)=>{let d=c(...u.map(i));return this.reduxStore.dispatch(d),d}:u=>{this.setState({[l]:i(u)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...t){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:t})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var Yr=class{static format(t,r,n,i,o){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(n,i,!!o)):this.getIntlDateTime(t,r,n,i,!!o)}static getMomentDateFormat(t,r,n){return n?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,n,i,o){let s=typeof t=="string"?new Date(t):t,a=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(s),l=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(s);return o?l:i?`${a} ${l}`:a}static getTimezoneAsString(){let t=n=>String(Math.floor(n)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${t(Math.abs(r)/60)}:${t(Math.abs(r)%60)}`}};var Xr=y(O()),ou="ft-app-info",Wt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Wt.eventName="authentication-change";var hr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};hr.eventName="ui-locale-changed";var su={session:(e,t)=>{(0,Xr.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>w.dispatchEvent(new Wt(t.payload)),0))}},w=Xr.FtReduxStore.get({name:ou,reducers:su,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,searchLanguageSetsUiLanguage:!1,uiLanguageSetsSearchLanguage:!1,uiLanguageSetsReaderLanguage:!1,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var Ks=y(O()),Jr=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},af=(0,Ks.applyMixinOnce)(Symbol("withDateFormat"),function(e){class t extends e{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(w)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,o;return((o=(i=this.metadataDescriptors.find(a=>a.key===n))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1)?a=>Yr.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Jr([(0,ci.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),Jr([(0,ci.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),Jr([Bn({store:w.name,selector:r=>{var n,i;return(i=(n=r.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&i!==void 0?i:[]}})],t.prototype,"metadataDescriptors",void 0),Jr([Bn({store:w.name})],t.prototype,"uiLocale",void 0),t});var Gs;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(Gs||(Gs={}));var qs;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(qs||(qs={}));var Ys;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(Ys||(Ys={}));var Xs;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(Xs||(Xs={}));var Js;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Js||(Js={}));var Zs;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(Zs||(Zs={}));var Qs;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(Qs||(Qs={}));var ea;(function(e){e.BOOKMARK__CREATE="BOOKMARK__CREATE",e.BOOKMARK__DELETE="BOOKMARK__DELETE",e.CASE_DEFLECTION__START="CASE_DEFLECTION__START",e.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",e.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",e.CHATBOT__RATE="CHATBOT__RATE",e.COLLECTION__CREATE="COLLECTION__CREATE",e.COLLECTION__UPDATE="COLLECTION__UPDATE",e.COLLECTION__DELETE="COLLECTION__DELETE",e.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",e.DOCUMENT__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",e.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",e.DOCUMENT__PRINT="DOCUMENT__PRINT",e.DOCUMENT__PROCESS="DOCUMENT__PROCESS",e.DOCUMENT__RATE="DOCUMENT__RATE",e.DOCUMENT__SEARCH="DOCUMENT__SEARCH",e.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",e.DOCUMENT__UNRATE="DOCUMENT__UNRATE",e.FEEDBACK__SEND="FEEDBACK__SEND",e.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",e.AI__RATE="AI__RATE",e.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",e.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",e.KHUB__PROCESS="KHUB__PROCESS",e.KHUB__SEARCH="KHUB__SEARCH",e.LABELS__DOWNLOAD="LABELS__DOWNLOAD",e.LINK__SHARE="LINK__SHARE",e.PAGE__DISPLAY="PAGE__DISPLAY",e.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",e.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",e.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",e.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",e.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",e.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",e.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",e.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",e.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",e.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",e.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",e.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",e.TOPIC__RATE="TOPIC__RATE",e.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",e.TOPIC__UNRATE="TOPIC__UNRATE",e.USER__LOGIN="USER__LOGIN",e.USER__LOGOUT="USER__LOGOUT",e.HEARTBEAT="HEARTBEAT"})(ea||(ea={}));var ta;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(ta||(ta={}));var ra;(function(e){e.THIRD_PARTY="THIRD_PARTY",e.OFF_THE_GRID="OFF_THE_GRID",e.CONTENT_PACKAGER="CONTENT_PACKAGER",e.PAGES="PAGES",e.DESIGNED_READER="DESIGNED_READER"})(ra||(ra={}));var na;(function(e){e.HOMEPAGE="HOMEPAGE",e.CUSTOM="CUSTOM",e.HEADER="HEADER",e.READER="READER",e.TOPIC_TEMPLATE="TOPIC_TEMPLATE",e.SEARCH="SEARCH",e.SEARCH_RESULT="SEARCH_RESULT",e.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",e.LINK_PREVIEW="LINK_PREVIEW",e.UD_VIEWER="UD_VIEWER",e.ASSET_VIEWER="ASSET_VIEWER"})(na||(na={}));var ia;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(ia||(ia={}));var oa;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(oa||(oa={}));var sa;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(sa||(sa={}));var aa;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(aa||(aa={}));var la;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR",e.CUSTOM="CUSTOM"})(la||(la={}));var ca;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(ca||(ca={}));var ua;(function(e){e.ASC="ASC",e.DESC="DESC"})(ua||(ua={}));var da;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(da||(da={}));var pa;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(pa||(pa={}));var fa;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(fa||(fa={}));var ha;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(ha||(ha={}));var ma;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.PERSONAL_BOOK="PERSONAL_BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(ma||(ma={}));var ya;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(ya||(ya={}));var va;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(va||(va={}));var ga;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(ga||(ga={}));var ba;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(ba||(ba={}));var j;(function(e){e.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",e.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",e.HTML_EXPORT_USER="HTML_EXPORT_USER",e.PDF_EXPORT_USER="PDF_EXPORT_USER",e.SAVED_SEARCH_USER="SAVED_SEARCH_USER",e.COLLECTION_USER="COLLECTION_USER",e.OFFLINE_USER="OFFLINE_USER",e.ANALYTICS_USER="ANALYTICS_USER",e.BETA_USER="BETA_USER",e.DEBUG_USER="DEBUG_USER",e.PRINT_USER="PRINT_USER",e.RATING_USER="RATING_USER",e.FEEDBACK_USER="FEEDBACK_USER",e.GENERATIVE_AI_USER="GENERATIVE_AI_USER",e.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",e.CONTENT_PUBLISHER="CONTENT_PUBLISHER",e.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",e.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",e.KHUB_ADMIN="KHUB_ADMIN",e.USERS_ADMIN="USERS_ADMIN",e.PORTAL_ADMIN="PORTAL_ADMIN",e.ADMIN="ADMIN"})(j||(j={}));var ge;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(ge||(ge={}));var xa;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(xa||(xa={}));var Aa;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(Aa||(Aa={}));var Ea;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(Ea||(Ea={}));var Sa;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SUMMARY="SUMMARY",e.SEMANTIC_SEARCH="SEMANTIC_SEARCH",e.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",e.DOCUMENTATION="DOCUMENTATION",e.OTHER="OTHER"})(Sa||(Sa={}));var Ca;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(Ca||(Ca={}));var Oa;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Oa||(Oa={}));var wa;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(wa||(wa={}));var Ta;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Ta||(Ta={}));var _a;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(_a||(_a={}));var Ra;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Ra||(Ra={}));var La;(function(e){e.SOURCES="SOURCES",e.ENRICH_AND_CLEAN="ENRICH_AND_CLEAN",e.VOCABULARIES="VOCABULARIES",e.METADATA="METADATA",e.PRETTY_URL="PRETTY_URL",e.ACCESS_RULE="ACCESS_RULE",e.DESIGNED_PAGES="DESIGNED_PAGES",e.THEME_STUDIO="THEME_STUDIO",e.PORTAL_GENERAL="PORTAL_GENERAL",e.ASSETS="ASSETS",e.CODE_LIBRARY="CODE_LIBRARY",e.THEME="THEME",e.CONTENT_STYLES="CONTENT_STYLES",e.HOMEPAGE="HOMEPAGE",e.CLASSIC_SEARCH_PAGE="CLASSIC_SEARCH_PAGE",e.CLASSIC_READER_PAGE="CLASSIC_READER_PAGE",e.PORTAL_METADATA="PORTAL_METADATA",e.LANGUAGES="LANGUAGES",e.PRINT_TEMPLATES="PRINT_TEMPLATES",e.OFFLINE="OFFLINE",e.CUSTOM_JS="CUSTOM_JS",e.CONFIDENTIALITY="CONFIDENTIALITY",e.NOTIFICATIONS="NOTIFICATIONS"})(La||(La={}));var Pa;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(Pa||(Pa={}));var au={[j.PERSONAL_BOOK_SHARE_USER]:[j.PERSONAL_BOOK_USER],[j.HTML_EXPORT_USER]:[j.PERSONAL_BOOK_USER],[j.PDF_EXPORT_USER]:[j.PERSONAL_BOOK_USER],[j.KHUB_ADMIN]:[j.CONTENT_PUBLISHER],[j.ADMIN]:[j.KHUB_ADMIN,j.USERS_ADMIN,j.PORTAL_ADMIN,j.BEHAVIOR_DATA_USER],[j.GENERATIVE_AI_EXPORT_USER]:[j.GENERATIVE_AI_USER]};function Na(e,t){return e===t||(au[e]??[]).some(r=>Na(r,t))}function ka(e,t){return e==null?!1:(Array.isArray(e)?e:Array.isArray(e.roles)?e.roles:Array.isArray(e.profile?.roles)?e.profile.roles:[]).some(n=>Na(n,t))}var rn=y(O());var ui=y(O());var mt=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=w.getState(),i=t??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(t){return new Promise(r=>{let n=e.get(t);if(n)r(n);else{let i=w.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var Kt=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:mt.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):mt.await()}};var ae=class extends Kt{constructor(t=!0,r){var n;super(r),this.sortObjectFields=(o,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([a],[l])=>a.localeCompare(l)));let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new ui.CacheRegistry,this.cache=t?i.commonCache:new ui.CacheRegistry}clearCache(){this.cache.clearAll()}hash(t){return String(Array.from(JSON.stringify(t,this.sortObjectFields)).reduce((r,n)=>0|31*r+n.charCodeAt(0),0))}};var Zr=class extends ae{async listMySearches(){let{session:t}=w.getState();return ka(t,j.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var Qr=class extends ae{async listMyBookmarks(){let t=w.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var en=class extends ae{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(t){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${t}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(t){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${t}`),this.CACHE_DURATION)}isAuthenticated(){let t=w.getState().session;return!!t?.sessionAuthenticated}};var tn=class extends ae{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let t=w.getState().session;return!!t?.sessionAuthenticated}};var lu="ft-user-assets",cu={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(ge).forEach(t=>{e.assetCounts.allAsset[t]=void 0})},setBookmarkCountByMap:(e,t)=>{let r=t.payload.mapId;e.assetCounts.bookmarkByMap[r]=t.payload.count},clearBookmarkCountByMap:e=>{e.assetCounts.bookmarkByMap={}},addAsset:(e,t)=>{let{assetType:r,mapId:n,asset:i}=t.payload;pi(e,r,[...di(e,r),i]),Da(e,r,1,n),Ma(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;pi(e,r,di(e,r).map(i=>i.id===n.id?n:i)),Ma(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;pi(e,r,di(e,r).filter(o=>o.id!==i)),Da(e,r,-1,n)}},Ia={[ge.SEARCHES]:"savedSearches",[ge.BOOKMARKS]:"bookmarks",[ge.BOOKS]:void 0,[ge.COLLECTIONS]:void 0},di=(e,t)=>{var r;let n=Ia[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},pi=(e,t,r)=>{let n=Ia[t];n&&(e[n]=r)},Da=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===ge.BOOKMARKS&&n)){let o=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,o+r)}},Ma=(e,t)=>{let r=e.assetLabels.map(i=>i.title),n=t.labels.filter(i=>!r.includes(i)).map(i=>({title:i}));e.assetLabels.push(...n)},Z=rn.FtReduxStore.get({name:lu,reducers:cu,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(ge).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),fi=class{constructor(t=new en,r=new tn){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=w.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Qr,this.savedSearchesService=new Zr,w.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=w.getState();(0,rn.deepEqual)((t=this.currentSession)===null||t===void 0?void 0:t.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),Z.actions.clearAssetCount(),Z.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Z.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Z.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Z.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();Z.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&Z.getState().assetCounts.allAsset[t]!==r.count&&Z.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&Z.getState().assetCounts.bookmarkByMap[t]!==r.count&&Z.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(Z.getState().assetCounts.bookmarkByMap).length!==0;t===ge.BOOKMARKS&&r&&Z.actions.clearBookmarkCountByMap(),Z.getState().assetCounts.allAsset[t]!==void 0&&await this.loadAssetCount(t)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){let r=!((t=this.currentSession)===null||t===void 0)&&t.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Z.actions.bookmarks(r)}}},uu=new fi;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=uu);var hi=class{addCommand(t,r=!1){w.commands.add(t,r)}consumeCommand(t){return w.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new hi;var be=y(O());var Ua,Gt=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},du=Symbol("clearAfterUnitTest"),nn=class extends(0,be.withEventBus)(ae){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Ua]=()=>{this.defaultMessages={},this.cache=new be.CacheRegistry,this.listeners={}},this.currentUiLocale=w.getState().uiLocale,w.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=w.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let r=t.name.toLowerCase();this.cache.setFinal(r,t),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,r){var n;if(t=t.toLowerCase(),r&&Object.keys(r).length>0){let i={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...r};(0,be.deepEqual)(this.defaultMessages[t],i)||(this.defaultMessages[t]=i,await this.notify(t))}return this.fetchContext(t)}resolveContext(t){var r,n;return this.fetchContext(t),(n=(r=this.cache.getNow(t))===null||r===void 0?void 0:r.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(t,r){let n=t.toLowerCase();return this.resolveContext(n)[r]}resolveMessage(t,r,...n){var i;let o=t.toLowerCase(),s=this.resolveContext(o);return new be.ParametrizedLabelResolver((i=this.defaultMessages[o])!==null&&i!==void 0?i:{},s).resolve(r,...n)}async fetchContext(t){let r=!this.cache.has(t),n;try{n=await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),r&&await this.notify(t)}catch(i){!(i instanceof be.CanceledPromiseError)&&r&&console.error(i)}return n}subscribe(t,r){var n;return t=t.toLowerCase(),this.listeners[t]=(n=this.listeners[t])!==null&&n!==void 0?n:new Set,this.listeners[t].add(r),()=>{var i;return(i=this.listeners[t])===null||i===void 0?void 0:i.delete(r)}}async notifyAll(){let t=Object.keys(this.listeners);document.body.dispatchEvent(new Gt({loadedContexts:t})),this.dispatchEvent(new Gt({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new Gt({loadedContexts:[t]})),this.dispatchEvent(new Gt({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,be.delay)(0).then(()=>n()).catch(()=>null)))}};Ua=du;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends nn{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends nn{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var mr=window.FluidTopicsI18nService,mi=window.FluidTopicsCustomI18nService;var $a=y(O()),yi=class{highlightHtml(t,r,n){(0,$a.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new yi;var Ba=y(O());var vi=class{isDate(t){var r,n,i,o;return(o=(i=((n=(r=w.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(a=>a.key===t))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1}format(t,r){var n,i,o,s;if(t==null)return"";try{return Ba.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:w.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(o=r?.withTime)!==null&&o!==void 0?o:!1,(s=r?.onlyTime)!==null&&s!==void 0?s:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new vi;var Ha=y(O());var yr=class{static get(t,r){var n,i;let o=w.getState(),{lang:s,region:a}=(i=(n=o.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&i!==void 0?i:{lang:"en",region:"US"};return new Ha.SearchPlaceConverter(o.baseUrl,t??20,o.searchInAllLanguagesAllowed,r??`${s}-${a}`)}};var gi=class{urlToSearchRequest(t){return yr.get().parse(t)}searchRequestToUrl(t){return yr.get().serialize(t)}};window.FluidTopicsUrlService=new gi;var He=y(O());var yt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};yt.eventName="change";var bi=class{itemName(t){return`fluid-topics-history-item-${t}`}get(t){let r=sessionStorage.getItem(this.itemName(t));return r?JSON.parse(r):void 0}set(t,r){sessionStorage.setItem(this.itemName(t),JSON.stringify(r))}},ja=new bi;var on=class e extends He.WithEventBus{static build(){return new e(window.history,ja,()=>window.location,!1)}constructor(t,r,n,i){var o,s;super(),this.history=t,this.historyStorage=r,this.windowLocation=n,this.states=[],this.realPushState=t.pushState,this.realReplaceState=t.replaceState,this.initialIndex=(s=(o=t.state)===null||o===void 0?void 0:o.index)!==null&&s!==void 0?s:t.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(i)}setCurrentState(t,r=!1){let n=r&&this.currentIndex===t.index-1;this.currentState={...this.buildCurrentState(),...t},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,n&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,He.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new yt(this.currentItem())),0)}installProxies(){let t=r=>(n,i,[o,s,a])=>{let l=r(),c={...l===this.currentIndex?this.currentState:void 0,...o,index:l,href:typeof a=="string"?a:(a??this.windowLocation()).href};n.apply(i,[c,s,a]),this.setCurrentState(c,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:t(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:t(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",t=>this.setCurrentState(t.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(t){for(let r=this.history.length-1;r>=0;r--)t?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(t){var r;let n={...this.buildCurrentState(),...t,index:this.currentIndex,title:(r=t?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(t){this.addEventListener(yt.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(yt.eventName,t)}currentItem(){return(0,He.deepCopy)(this.currentState)}back(){let t=this.previousDifferentMajorPosition();t>=0?this.history.go(t-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return(0,He.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,He.deepCopy)(r.find(n=>t(n)))}previousDifferentMajorPosition(){let t=this.currentIndex>0?this.currentIndex-1:0;for(;t>0&&!this.isDifferentMajorState(t);)t--;return t}forward(){let t=this.nextMajorPosition();t&&t<this.states.length?this.history.go(t-this.currentIndex):this.history.forward()}forwardItem(){let t=this.nextMajorPosition();if(t)return(0,He.deepCopy)(this.states[t])}nextMajorPosition(){let t=this.currentIndex;if(!(t>=this.states.length)){do t++;while(t<this.states.length&&!this.isDifferentMajorState(t));return this.getHigherPositionInTheSameState(t)}}getHigherPositionInTheSameState(t){var r;let n=(r=this.states[t])===null||r===void 0?void 0:r.majorStateId;if(!n)return t;let i=t,o=t+1;for(;this.states.length>o&&!this.isDifferentMajorState(o,n);)this.hasState(o)&&(i=o),o++;return i}buildCurrentState(){var t,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(t=this.history.state)===null||t===void 0?void 0:t.title)!==null&&r!==void 0?r:document.title}}hasState(t){return this.states[t]!=null}isDifferentMajorState(t,r){var n;if(!this.hasState(t))return!1;let i=r??this.currentState.majorStateId,o=(n=this.states[t])===null||n===void 0?void 0:n.majorStateId;return o==null||o!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=on.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),backwardItemMatching:e=>window.FluidTopicsInternalHistoryService.backwardItemMatching(e),addHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(e),removeHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(e)});var Fa=y(I());var Va=Fa.css`
|
|
261
|
-
`;var Ka=y(I()),
|
|
260
|
+
`;var To=["top","right","bottom","left"],wo=["start","end"],Ln=To.reduce((e,t)=>e.concat(t,t+"-"+wo[0],t+"-"+wo[1]),[]),nr=Math.min,Ke=Math.max,ir=Math.round;var Ce=e=>({x:e,y:e}),Ql={left:"right",right:"left",bottom:"top",top:"bottom"};function Pn(e,t,r){return Ke(e,nr(t,r))}function _r(e,t){return typeof e=="function"?e(t):e}function Dt(e){return e.split("-")[0]}function Ge(e){return e.split("-")[1]}function Nn(e){return e==="x"?"y":"x"}function kn(e){return e==="y"?"height":"width"}function Rr(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function Dn(e){return Nn(Rr(e))}function _o(e,t,r){r===void 0&&(r=!1);let n=Ge(e),i=Dn(e),o=kn(i),s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=Rn(s)),[s,Rn(s)]}function Ro(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function Rn(e){let t=Dt(e);return Ql[t]+e.slice(t.length)}function ec(e){return{top:0,right:0,bottom:0,left:0,...e}}function Lo(e){return typeof e!="number"?ec(e):{top:e,right:e,bottom:e,left:e}}function at(e){let{x:t,y:r,width:n,height:i}=e;return{width:n,height:i,top:r,left:t,right:t+n,bottom:r+i,x:t,y:r}}function Po(e,t,r){let{reference:n,floating:i}=e,o=Rr(t),s=Dn(t),a=kn(s),l=Dt(t),c=o==="y",u=n.x+n.width/2-i.width/2,d=n.y+n.height/2-i.height/2,p=n[a]/2-i[a]/2,f;switch(l){case"top":f={x:u,y:n.y-i.height};break;case"bottom":f={x:u,y:n.y+n.height};break;case"right":f={x:n.x+n.width,y:d};break;case"left":f={x:n.x-i.width,y:d};break;default:f={x:n.x,y:n.y}}switch(Ge(t)){case"start":f[s]-=p*(r&&c?-1:1);break;case"end":f[s]+=p*(r&&c?-1:1);break}return f}async function No(e,t){var r;t===void 0&&(t={});let{x:n,y:i,platform:o,rects:s,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:f=0}=_r(t,e),h=Lo(f),b=a[p?d==="floating"?"reference":"floating":d],x=at(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(b)))==null||r?b:b.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),E=d==="floating"?{x:n,y:i,width:s.floating.width,height:s.floating.height}:s.reference,S=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),C=await(o.isElement==null?void 0:o.isElement(S))?await(o.getScale==null?void 0:o.getScale(S))||{x:1,y:1}:{x:1,y:1},F=at(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:E,offsetParent:S,strategy:l}):E);return{top:(x.top-F.top+h.top)/C.y,bottom:(F.bottom-x.bottom+h.bottom)/C.y,left:(x.left-F.left+h.left)/C.x,right:(F.right-x.right+h.right)/C.x}}var tc=50,ko=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:s}=r,a=s.detectOverflow?s:{...s,detectOverflow:No},l=await(s.isRTL==null?void 0:s.isRTL(t)),c=await s.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=Po(c,n,l),p=n,f=0,h={};for(let m=0;m<o.length;m++){let b=o[m];if(!b)continue;let{name:x,fn:E}=b,{x:S,y:C,data:F,reset:$}=await E({x:u,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:h,rects:c,platform:a,elements:{reference:e,floating:t}});u=S??u,d=C??d,h[x]={...h[x],...F},$&&f<tc&&(f++,typeof $=="object"&&($.placement&&(p=$.placement),$.rects&&(c=$.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:i}):$.rects),{x:u,y:d}=Po(c,p,l)),m=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:h}};function rc(e,t,r){return(e?[...r.filter(i=>Ge(i)===e),...r.filter(i=>Ge(i)!==e)]:r.filter(i=>Dt(i)===i)).filter(i=>e?Ge(i)===e||(t?Ro(i)!==i:!1):!0)}var Do=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,n,i;let{rects:o,middlewareData:s,placement:a,platform:l,elements:c}=t,{crossAxis:u=!1,alignment:d,allowedPlacements:p=Ln,autoAlignment:f=!0,...h}=_r(e,t),m=d!==void 0||p===Ln?rc(d||null,f,p):p,b=await l.detectOverflow(t,h),x=((r=s.autoPlacement)==null?void 0:r.index)||0,E=m[x];if(E==null)return{};let S=_o(E,o,await(l.isRTL==null?void 0:l.isRTL(c.floating)));if(a!==E)return{reset:{placement:m[0]}};let C=[b[Dt(E)],b[S[0]],b[S[1]]],F=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:E,overflows:C}],$=m[x+1];if($)return{data:{index:x+1,overflows:F},reset:{placement:$}};let Fe=F.map(oe=>{let pe=Ge(oe.placement);return[oe.placement,pe&&u?oe.overflows.slice(0,2).reduce((se,nt)=>se+nt,0):oe.overflows[0],oe.overflows]}).sort((oe,pe)=>oe[1]-pe[1]),Ve=((i=Fe.filter(oe=>oe[2].slice(0,Ge(oe[0])?2:3).every(pe=>pe<=0))[0])==null?void 0:i[0])||Fe[0][0];return Ve!==a?{data:{index:x+1,overflows:F},reset:{placement:Ve}}:{}}}};var Mo=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:n,placement:i,platform:o}=t,{mainAxis:s=!0,crossAxis:a=!1,limiter:l={fn:x=>{let{x:E,y:S}=x;return{x:E,y:S}}},...c}=_r(e,t),u={x:r,y:n},d=await o.detectOverflow(t,c),p=Rr(Dt(i)),f=Nn(p),h=u[f],m=u[p];if(s){let x=f==="y"?"top":"left",E=f==="y"?"bottom":"right",S=h+d[x],C=h-d[E];h=Pn(S,h,C)}if(a){let x=p==="y"?"top":"left",E=p==="y"?"bottom":"right",S=m+d[x],C=m-d[E];m=Pn(S,m,C)}let b=l.fn({...t,[f]:h,[p]:m});return{...b,data:{x:b.x-r,y:b.y-n,enabled:{[f]:s,[p]:a}}}}}};function Pr(){return typeof window<"u"}function ct(e){return Uo(e)?(e.nodeName||"").toLowerCase():"#document"}function ne(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ke(e){var t;return(t=(Uo(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Uo(e){return Pr()?e instanceof Node||e instanceof ne(e).Node:!1}function me(e){return Pr()?e instanceof Element||e instanceof ne(e).Element:!1}function De(e){return Pr()?e instanceof HTMLElement||e instanceof ne(e).HTMLElement:!1}function Io(e){return!Pr()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ne(e).ShadowRoot}function Mt(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=ye(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function $o(e){return/^(table|td|th)$/.test(ct(e))}function or(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var nc=/transform|translate|scale|rotate|perspective|filter/,ic=/paint|layout|strict|content/,lt=e=>!!e&&e!=="none",Mn;function It(e){let t=me(e)?ye(e):e;return lt(t.transform)||lt(t.translate)||lt(t.scale)||lt(t.rotate)||lt(t.perspective)||!Nr()&&(lt(t.backdropFilter)||lt(t.filter))||nc.test(t.willChange||"")||ic.test(t.contain||"")}function Bo(e){let t=$e(e);for(;De(t)&&!ut(t);){if(It(t))return t;if(or(t))return null;t=$e(t)}return null}function Nr(){return Mn==null&&(Mn=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Mn}function ut(e){return/^(html|body|#document)$/.test(ct(e))}function ye(e){return ne(e).getComputedStyle(e)}function sr(e){return me(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function $e(e){if(ct(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Io(e)&&e.host||ke(e);return Io(t)?t.host:t}function Ho(e){let t=$e(e);return ut(t)?e.ownerDocument?e.ownerDocument.body:e.body:De(t)&&Mt(t)?t:Ho(t)}function Lr(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=Ho(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),s=ne(i);if(o){let a=kr(s);return t.concat(s,s.visualViewport||[],Mt(i)?i:[],a&&r?Lr(a):[])}else return t.concat(i,Lr(i,[],r))}function kr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function zo(e){let t=ye(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=De(e),o=i?e.offsetWidth:r,s=i?e.offsetHeight:n,a=ir(r)!==o||ir(n)!==s;return a&&(r=o,n=s),{width:r,height:n,$:a}}function Wo(e){return me(e)?e:e.contextElement}function Ut(e){let t=Wo(e);if(!De(t))return Ce(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:o}=zo(t),s=(o?ir(r.width):r.width)/n,a=(o?ir(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var oc=Ce(0);function Ko(e){let t=ne(e);return!Nr()||!t.visualViewport?oc:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function sc(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==ne(e)?!1:t}function ar(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),o=Wo(e),s=Ce(1);t&&(n?me(n)&&(s=Ut(n)):s=Ut(e));let a=sc(o,r,n)?Ko(o):Ce(0),l=(i.left+a.x)/s.x,c=(i.top+a.y)/s.y,u=i.width/s.x,d=i.height/s.y;if(o){let p=ne(o),f=n&&me(n)?ne(n):n,h=p,m=kr(h);for(;m&&n&&f!==h;){let b=Ut(m),x=m.getBoundingClientRect(),E=ye(m),S=x.left+(m.clientLeft+parseFloat(E.paddingLeft))*b.x,C=x.top+(m.clientTop+parseFloat(E.paddingTop))*b.y;l*=b.x,c*=b.y,u*=b.x,d*=b.y,l+=S,c+=C,h=ne(m),m=kr(h)}}return at({width:u,height:d,x:l,y:c})}function Dr(e,t){let r=sr(e).scrollLeft;return t?t.left+r:ar(ke(e)).left+r}function Go(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Dr(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function ac(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,o=i==="fixed",s=ke(n),a=t?or(t.floating):!1;if(n===s||a&&o)return r;let l={scrollLeft:0,scrollTop:0},c=Ce(1),u=Ce(0),d=De(n);if((d||!d&&!o)&&((ct(n)!=="body"||Mt(s))&&(l=sr(n)),d)){let f=ar(n);c=Ut(n),u.x=f.x+n.clientLeft,u.y=f.y+n.clientTop}let p=s&&!d&&!o?Go(s,l):Ce(0);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-l.scrollLeft*c.x+u.x+p.x,y:r.y*c.y-l.scrollTop*c.y+u.y+p.y}}function lc(e){return Array.from(e.getClientRects())}function cc(e){let t=ke(e),r=sr(e),n=e.ownerDocument.body,i=Ke(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),o=Ke(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight),s=-r.scrollLeft+Dr(e),a=-r.scrollTop;return ye(n).direction==="rtl"&&(s+=Ke(t.clientWidth,n.clientWidth)-i),{width:i,height:o,x:s,y:a}}var jo=25;function uc(e,t){let r=ne(e),n=ke(e),i=r.visualViewport,o=n.clientWidth,s=n.clientHeight,a=0,l=0;if(i){o=i.width,s=i.height;let u=Nr();(!u||u&&t==="fixed")&&(a=i.offsetLeft,l=i.offsetTop)}let c=Dr(n);if(c<=0){let u=n.ownerDocument,d=u.body,p=getComputedStyle(d),f=u.compatMode==="CSS1Compat"&&parseFloat(p.marginLeft)+parseFloat(p.marginRight)||0,h=Math.abs(n.clientWidth-d.clientWidth-f);h<=jo&&(o-=h)}else c<=jo&&(o+=c);return{width:o,height:s,x:a,y:l}}function dc(e,t){let r=ar(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,o=De(e)?Ut(e):Ce(1),s=e.clientWidth*o.x,a=e.clientHeight*o.y,l=i*o.x,c=n*o.y;return{width:s,height:a,x:l,y:c}}function Fo(e,t,r){let n;if(t==="viewport")n=uc(e,r);else if(t==="document")n=cc(ke(e));else if(me(t))n=dc(t,r);else{let i=Ko(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return at(n)}function qo(e,t){let r=$e(e);return r===t||!me(r)||ut(r)?!1:ye(r).position==="fixed"||qo(r,t)}function pc(e,t){let r=t.get(e);if(r)return r;let n=Lr(e,[],!1).filter(a=>me(a)&&ct(a)!=="body"),i=null,o=ye(e).position==="fixed",s=o?$e(e):e;for(;me(s)&&!ut(s);){let a=ye(s),l=It(s);!l&&a.position==="fixed"&&(i=null),(o?!l&&!i:!l&&a.position==="static"&&!!i&&(i.position==="absolute"||i.position==="fixed")||Mt(s)&&!l&&qo(e,s))?n=n.filter(u=>u!==s):i=a,s=$e(s)}return t.set(e,n),n}function fc(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,s=[...r==="clippingAncestors"?or(t)?[]:pc(t,this._c):[].concat(r),n],a=Fo(t,s[0],i),l=a.top,c=a.right,u=a.bottom,d=a.left;for(let p=1;p<s.length;p++){let f=Fo(t,s[p],i);l=Ke(f.top,l),c=nr(f.right,c),u=nr(f.bottom,u),d=Ke(f.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function hc(e){let{width:t,height:r}=zo(e);return{width:t,height:r}}function mc(e,t,r){let n=De(t),i=ke(t),o=r==="fixed",s=ar(e,!0,o,t),a={scrollLeft:0,scrollTop:0},l=Ce(0);function c(){l.x=Dr(i)}if(n||!n&&!o)if((ct(t)!=="body"||Mt(i))&&(a=sr(t)),n){let f=ar(t,!0,o,t);l.x=f.x+t.clientLeft,l.y=f.y+t.clientTop}else i&&c();o&&!n&&i&&c();let u=i&&!n&&!o?Go(i,a):Ce(0),d=s.left+a.scrollLeft-l.x-u.x,p=s.top+a.scrollTop-l.y-u.y;return{x:d,y:p,width:s.width,height:s.height}}function In(e){return ye(e).position==="static"}function Vo(e,t){if(!De(e)||ye(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return ke(e)===r&&(r=r.ownerDocument.body),r}function Yo(e,t){let r=ne(e);if(or(e))return r;if(!De(e)){let i=$e(e);for(;i&&!ut(i);){if(me(i)&&!In(i))return i;i=$e(i)}return r}let n=Vo(e,t);for(;n&&$o(n)&&In(n);)n=Vo(n,t);return n&&ut(n)&&In(n)&&!It(n)?r:n||Bo(e)||r}var yc=async function(e){let t=this.getOffsetParent||Yo,r=this.getDimensions,n=await r(e.floating);return{reference:mc(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function vc(e){return ye(e).direction==="rtl"}var Mr={convertOffsetParentRelativeRectToViewportRelativeRect:ac,getDocumentElement:ke,getClippingRect:fc,getOffsetParent:Yo,getElementRects:yc,getClientRects:lc,getDimensions:hc,getScale:Ut,isElement:me,isRTL:vc};var Xo=Do,Jo=Mo;var Zo=(e,t,r)=>{let n=new Map,i={platform:Mr,...r},o={...i.platform,_c:n};return ko(e,t,{...i,platform:o})};function Qo(e){return gc(e)}function Un(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function gc(e){for(let t=e;t;t=Un(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Un(e);t;t=Un(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||It(r)||t.tagName==="BODY"))return t}return null}async function es(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},Zo(e,t,{strategy:n.strategy,platform:{...Mr,getOffsetParent:i=>Mr.getOffsetParent(i,Qo)},middleware:[Jo({crossAxis:!0}),Xo({allowedPlacements:[n.placement]})]})}var Yt=y(O());var ci=y(X());var ts=y(X(),1);var $n=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function rs(e,t){return(0,ts.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return lr(e);try{return JSON.parse(r)}catch{return lr(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:cr,...t??{}})}function bc(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;let r,n;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(n=r;n--!==0;)if(!Ir(e[n],t[n]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;for(n of e.entries())if(!Ir(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();let i=s=>Object.keys(s).filter(a=>s[a]!=null),o=i(e);if(r=o.length,r!==i(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,o[n]))return!1;for(n=r;n--!==0;){let s=o[n];if(!Ir(e[s],t[s]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Ir(e,t){try{return bc(e,t)}catch{return!1}}function cr(e,t){return!Ir(e,t)}function lr(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function Ur(e,t){let r=n=>n[e]===!0;return n=>{if(r(n))return n;let i=t(n);return i[e]=!0,i}}var ns=y(X(),1);var Bn=e=>{let t=e??{};return(r,n)=>{var i;let o={hasChanged:cr,attribute:!1,...t};(0,ns.property)(o)(r,n);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(n,{selector:(i=t.selector)!==null&&i!==void 0?i:(a=>a[n]),store:t.store})}};var $r=class{constructor(){this.queue=[]}add(t,r=!1){r&&this.clear(t.type),this.queue.push(t)}consume(t){let r=this.queue.find(n=>n.type===t);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}clear(t){typeof t=="string"?this.queue=this.queue.filter(r=>r.type!==t):this.queue=this.queue.filter(r=>!t.test(r.type))}};var dt=y(X(),1);var Br=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let i=(t=this.rejectPromise)!==null&&t!==void 0?t:(()=>null),o=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let s of n)try{await s()}catch(a){i(a);return}o(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var os=y(I(),1);var Hr=globalThis,xc=Hr.ShadowRoot&&(Hr.ShadyCSS===void 0||Hr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var is=(e,t)=>{if(xc)e.adoptedStyleSheets=t.map((r=>r instanceof CSSStyleSheet?r:r.styleSheet));else for(let r of t){let n=document.createElement("style"),i=Hr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var jr=class extends os.LitElement{get scopedRegistryConstructor(){return this.constructor}createRenderRoot(){let t=this.scopedRegistryConstructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,t.defineScopedElements(t.elementDefinitions));let r={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return is(n,t.elementStyles),n}static canDefineScopedElement(t){return!!this.registry&&!this.registry.get(t)}static defineScopedElements(t){Object.entries(t).forEach(([r,n])=>this.defineScopedElement(r,n))}static defineScopedElement(t,r){$n(t)(r),this.canDefineScopedElement(t)&&this.registry.define(t,r)}canDefineScopedElement(t){return this.scopedRegistryConstructor.canDefineScopedElement(t)}defineScopedElements(t){this.scopedRegistryConstructor.defineScopedElements(t)}defineScopedElement(t,r){this.scopedRegistryConstructor.defineScopedElement(t,r)}};function ss(e,t,...r){var n;let i=e.querySelector(t);for(let o of r)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(o);return i}var Bt=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},us,as=Symbol("constructorPrototype"),ls=Symbol("constructorName"),ds=Symbol("exportpartsDebouncer"),cs=Symbol("dynamicDependenciesLoaded"),$t=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};$t.eventName="exportparts-updated";var Me=class extends jr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[us]=new Br(5),this.scheduleExportpartsUpdate=()=>{var t,r,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[ds].run(()=>{var i,o;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[ls]=this.constructor.name,this[as]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ls]&&Object.setPrototypeOf(this,this[as])}connectedCallback(){var t;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(n){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",n)}let r=this.constructor;r[cs]||(r[cs]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener($t.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener($t.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.focusElementToFocus(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate(),t.has("exportparts")&&this.dispatchEvent(new $t)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let o=[...i??[],n];r=ss(this.shadowRoot,...o)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,n,i;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(o=>o.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(o){console.error(o,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let o=document.createElement("style");o.classList.add("ft-lit-element--custom-stylesheet"),o.innerHTML=this.customStylesheet,this.shadowRoot.append(o)}}setExportpartsAttribute(t){var r,n,i,o,s,a;let l=p=>p!=null&&p.trim().length>0,c=t.filter(l).map(p=>p.trim());if(c.length===0){this.exportparts=void 0;return}let u=new Set;for(let p of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let f=(o=(i=p.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&o!==void 0?o:[],h=(a=(s=p.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(b=>b.split(":")[1]))!==null&&a!==void 0?a:[],m=[...f,...h].filter(l).map(b=>b.trim());for(let b of m)u.add(b)}if(u.size===0){this.exportparts=void 0;return}let d=[...u.values()].flatMap(p=>c.map(f=>`${p}:${f}--${p}`));this.exportparts=[...this.part,...d].join(", ")}};us=ds;Bt([(0,dt.property)()],Me.prototype,"exportpartsPrefix",void 0);Bt([rs([])],Me.prototype,"exportpartsPrefixes",void 0);Bt([(0,dt.property)({reflect:!0})],Me.prototype,"exportparts",void 0);Bt([(0,dt.property)()],Me.prototype,"customStylesheet",void 0);Bt([(0,dt.property)()],Me.prototype,"elementToFocus",void 0);Bt([(0,dt.state)()],Me.prototype,"useAdoptedStyleSheets",void 0);function Fr(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var ur=Symbol("internalReduxEventsUnsubscribers"),qe=Symbol("internalStoresUnsubscribers"),pt=Symbol("internalStores"),Ac=Ur(Symbol("withRedux"),function(e){var t,r,n;class i extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(a=>s.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[pt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[pt].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[pt].get(s)}addStore(s,a){var l;a=(l=a??s.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[pt].set(a,s),this.subscribeToStore(a,s),this.updateFromStores()}removeStore(s){let a=typeof s=="string"?s:s.name;this.unsubscribeFromStore(a),this[pt].delete(a)}setupStores(){this.unsubscribeFromStores(),this[pt].forEach((s,a)=>this.subscribeToStore(a,s)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((s,a)=>{let l=this.constructor.getPropertyOptions(a);if(!l?.attribute||!this.hasAttribute(typeof l?.attribute=="string"?l.attribute:a)){let c=this.getStore(s.store);c&&(s.store?this[qe].has(s.store):this[qe].size>0)&&(this[a]=s.selector(c.getState(),this))}})}subscribeToStore(s,a){var l;this[qe].set(s,a.subscribe(()=>this.updateFromStores())),this[ur].set(s,[]),Fr(a)&&a.eventBus&&((l=this.reduxConstructor.reduxEventListeners)===null||l===void 0||l.forEach((c,u)=>{if(typeof this[u]=="function"&&(!c.store||a.name===c.store)){let d=p=>this[u](p);a.addEventListener(c.eventName,d),this[ur].get(s).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[qe].forEach((s,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(s){var a;this[qe].has(s)&&this[qe].get(s)(),this[qe].delete(s),(a=this[ur].get(s))===null||a===void 0||a.forEach(l=>l()),this[ur].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=qe,r=pt,n=ur,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),ps=class extends Ac(Me){};function ve(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(0)var i,o;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map((function(s){return"'"+s+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Be(e){return!!e&&!!e[N]}function Oe(e){var t;return!!e&&((function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===Rc})(e)||Array.isArray(e)||!!e[bs]||!!(!((t=e.constructor)===null||t===void 0)&&t[bs])||qn(e)||Yn(e))}function ft(e,t,r){r===void 0&&(r=!1),Ft(e)===0?(r?Object.keys:jt)(e).forEach((function(n){r&&typeof n=="symbol"||t(n,e[n],e)})):e.forEach((function(n,i){return t(i,n,e)}))}function Ft(e){var t=e[N];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:qn(e)?2:Yn(e)?3:0}function Ht(e,t){return Ft(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Ec(e,t){return Ft(e)===2?e.get(t):e[t]}function xs(e,t,r){var n=Ft(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function As(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function qn(e){return Tc&&e instanceof Map}function Yn(e){return _c&&e instanceof Set}function Ye(e){return e.o||e.t}function Xn(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Cs(e);delete t[N];for(var r=jt(t),n=0;n<r.length;n++){var i=r[n],o=t[i];o.writable===!1&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(t[i]={configurable:!0,writable:!0,enumerable:o.enumerable,value:e[i]})}return Object.create(Object.getPrototypeOf(e),t)}function Jn(e,t){return t===void 0&&(t=!1),Zn(e)||Be(e)||!Oe(e)||(Ft(e)>1&&(e.set=e.add=e.clear=e.delete=Sc),Object.freeze(e),t&&ft(e,(function(r,n){return Jn(n,!0)}),!0)),e}function Sc(){ve(2)}function Zn(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function Ie(e){var t=Gn[e];return t||ve(18,e),t}function Cc(e,t){Gn[e]||(Gn[e]=t)}function zn(){return pr}function Hn(e,t){t&&(Ie("Patches"),e.u=[],e.s=[],e.v=t)}function Vr(e){Wn(e),e.p.forEach(Oc),e.p=null}function Wn(e){e===pr&&(pr=e.l)}function fs(e){return pr={p:[],l:pr,h:e,m:!0,_:0}}function Oc(e){var t=e[N];t.i===0||t.i===1?t.j():t.g=!0}function jn(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||Ie("ES5").S(t,e,n),n?(r[N].P&&(Vr(t),ve(4)),Oe(e)&&(e=zr(t,e),t.l||Wr(t,e)),t.u&&Ie("Patches").M(r[N].t,e,t.u,t.s)):e=zr(t,r,[]),Vr(t),t.u&&t.v(t.u,t.s),e!==Ss?e:void 0}function zr(e,t,r){if(Zn(t))return t;var n=t[N];if(!n)return ft(t,(function(a,l){return hs(e,n,t,a,l,r)}),!0),t;if(n.A!==e)return t;if(!n.P)return Wr(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=Xn(n.k):n.o,o=i,s=!1;n.i===3&&(o=new Set(i),i.clear(),s=!0),ft(o,(function(a,l){return hs(e,n,i,a,l,r,s)})),Wr(e,i,!1),r&&e.u&&Ie("Patches").N(n,r,e.u,e.s)}return n.o}function hs(e,t,r,n,i,o,s){if(Be(i)){var a=zr(e,i,o&&t&&t.i!==3&&!Ht(t.R,n)?o.concat(n):void 0);if(xs(r,n,a),!Be(a))return;e.m=!1}else s&&r.add(i);if(Oe(i)&&!Zn(i)){if(!e.h.D&&e._<1)return;zr(e,i),t&&t.A.l||Wr(e,i)}}function Wr(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&Jn(t,r)}function Fn(e,t){var r=e[N];return(r?Ye(r):e)[t]}function ms(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Object.getPrototypeOf(r)}}function Xe(e){e.P||(e.P=!0,e.l&&Xe(e.l))}function Vn(e){e.o||(e.o=Xn(e.t))}function Kn(e,t,r){var n=qn(t)?Ie("MapSet").F(t,r):Yn(t)?Ie("MapSet").T(t,r):e.O?(function(i,o){var s=Array.isArray(i),a={i:s?1:0,A:o?o.A:zn(),P:!1,I:!1,R:{},l:o,t:i,k:null,o:null,j:null,C:!1},l=a,c=fr;s&&(l=[a],c=dr);var u=Proxy.revocable(l,c),d=u.revoke,p=u.proxy;return a.k=p,a.j=d,p})(t,r):Ie("ES5").J(t,r);return(r?r.A:zn()).p.push(n),n}function wc(e){return Be(e)||ve(22,e),(function t(r){if(!Oe(r))return r;var n,i=r[N],o=Ft(r);if(i){if(!i.P&&(i.i<4||!Ie("ES5").K(i)))return i.t;i.I=!0,n=ys(r,o),i.I=!1}else n=ys(r,o);return ft(n,(function(s,a){i&&Ec(i.t,s)===a||xs(n,s,t(a))})),o===3?new Set(n):n})(e)}function ys(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return Xn(e)}function Es(){function e(s,a){var l=o[s];return l?l.enumerable=a:o[s]=l={configurable:!0,enumerable:a,get:function(){var c=this[N];return fr.get(c,s)},set:function(c){var u=this[N];fr.set(u,s,c)}},l}function t(s){for(var a=s.length-1;a>=0;a--){var l=s[a][N];if(!l.P)switch(l.i){case 5:n(l)&&Xe(l);break;case 4:r(l)&&Xe(l)}}}function r(s){for(var a=s.t,l=s.k,c=jt(l),u=c.length-1;u>=0;u--){var d=c[u];if(d!==N){var p=a[d];if(p===void 0&&!Ht(a,d))return!0;var f=l[d],h=f&&f[N];if(h?h.t!==p:!As(f,p))return!0}}var m=!!a[N];return c.length!==jt(a).length+(m?0:1)}function n(s){var a=s.k;if(a.length!==s.t.length)return!0;var l=Object.getOwnPropertyDescriptor(a,a.length-1);if(l&&!l.get)return!0;for(var c=0;c<a.length;c++)if(!a.hasOwnProperty(c))return!0;return!1}function i(s){s.g&&ve(3,JSON.stringify(Ye(s)))}var o={};Cc("ES5",{J:function(s,a){var l=Array.isArray(s),c=(function(d,p){if(d){for(var f=Array(p.length),h=0;h<p.length;h++)Object.defineProperty(f,""+h,e(h,!0));return f}var m=Cs(p);delete m[N];for(var b=jt(m),x=0;x<b.length;x++){var E=b[x];m[E]=e(E,d||!!m[E].enumerable)}return Object.create(Object.getPrototypeOf(p),m)})(l,s),u={i:l?5:4,A:a?a.A:zn(),P:!1,I:!1,R:{},l:a,t:s,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,N,{value:u,writable:!0}),c},S:function(s,a,l){l?Be(a)&&a[N].A===s&&t(s.p):(s.u&&(function c(u){if(u&&typeof u=="object"){var d=u[N];if(d){var p=d.t,f=d.k,h=d.R,m=d.i;if(m===4)ft(f,(function(C){C!==N&&(p[C]!==void 0||Ht(p,C)?h[C]||c(f[C]):(h[C]=!0,Xe(d)))})),ft(p,(function(C){f[C]!==void 0||Ht(f,C)||(h[C]=!1,Xe(d))}));else if(m===5){if(n(d)&&(Xe(d),h.length=!0),f.length<p.length)for(var b=f.length;b<p.length;b++)h[b]=!1;else for(var x=p.length;x<f.length;x++)h[x]=!0;for(var E=Math.min(f.length,p.length),S=0;S<E;S++)f.hasOwnProperty(S)||(h[S]=!0),h[S]===void 0&&c(f[S])}}}})(s.p[0]),t(s.p))},K:function(s){return s.i===4?r(s):n(s)}})}var vs,pr,Qn=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Tc=typeof Map<"u",_c=typeof Set<"u",gs=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Ss=Qn?Symbol.for("immer-nothing"):((vs={})["immer-nothing"]=!0,vs),bs=Qn?Symbol.for("immer-draftable"):"__$immer_draftable",N=Qn?Symbol.for("immer-state"):"__$immer_state";var Rc=""+Object.prototype.constructor,jt=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Cs=Object.getOwnPropertyDescriptors||function(e){var t={};return jt(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},Gn={},fr={get:function(e,t){if(t===N)return e;var r=Ye(e);if(!Ht(r,t))return(function(i,o,s){var a,l=ms(o,s);return l?"value"in l?l.value:(a=l.get)===null||a===void 0?void 0:a.call(i.k):void 0})(e,r,t);var n=r[t];return e.I||!Oe(n)?n:n===Fn(e.t,t)?(Vn(e),e.o[t]=Kn(e.A.h,n,e)):n},has:function(e,t){return t in Ye(e)},ownKeys:function(e){return Reflect.ownKeys(Ye(e))},set:function(e,t,r){var n=ms(Ye(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var i=Fn(Ye(e),t),o=i?.[N];if(o&&o.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(As(r,i)&&(r!==void 0||Ht(e.t,t)))return!0;Vn(e),Xe(e)}return e.o[t]===r&&(r!==void 0||t in e.o)||Number.isNaN(r)&&Number.isNaN(e.o[t])||(e.o[t]=r,e.R[t]=!0),!0},deleteProperty:function(e,t){return Fn(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,Vn(e),Xe(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Ye(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){ve(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){ve(12)}},dr={};ft(fr,(function(e,t){dr[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),dr.deleteProperty=function(e,t){return dr.set.call(this,e,t,void 0)},dr.set=function(e,t,r){return fr.set.call(this,e[0],t,r,e[0])};var Lc=(function(){function e(r){var n=this;this.O=gs,this.D=!0,this.produce=function(i,o,s){if(typeof i=="function"&&typeof o!="function"){var a=o;o=i;var l=n;return function(m){var b=this;m===void 0&&(m=a);for(var x=arguments.length,E=Array(x>1?x-1:0),S=1;S<x;S++)E[S-1]=arguments[S];return l.produce(m,(function(C){var F;return(F=o).call.apply(F,[b,C].concat(E))}))}}var c;if(typeof o!="function"&&ve(6),s!==void 0&&typeof s!="function"&&ve(7),Oe(i)){var u=fs(n),d=Kn(n,i,void 0),p=!0;try{c=o(d),p=!1}finally{p?Vr(u):Wn(u)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(m){return Hn(u,s),jn(m,u)}),(function(m){throw Vr(u),m})):(Hn(u,s),jn(c,u))}if(!i||typeof i!="object"){if((c=o(i))===void 0&&(c=i),c===Ss&&(c=void 0),n.D&&Jn(c,!0),s){var f=[],h=[];Ie("Patches").M(i,c,f,h),s(f,h)}return c}ve(21,i)},this.produceWithPatches=function(i,o){if(typeof i=="function")return function(c){for(var u=arguments.length,d=Array(u>1?u-1:0),p=1;p<u;p++)d[p-1]=arguments[p];return n.produceWithPatches(c,(function(f){return i.apply(void 0,[f].concat(d))}))};var s,a,l=n.produce(i,o,(function(c,u){s=c,a=u}));return typeof Promise<"u"&&l instanceof Promise?l.then((function(c){return[c,s,a]})):[l,s,a]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var t=e.prototype;return t.createDraft=function(r){Oe(r)||ve(8),Be(r)&&(r=wc(r));var n=fs(this),i=Kn(this,r,void 0);return i[N].C=!0,Wn(n),i},t.finishDraft=function(r,n){var i=r&&r[N],o=i.A;return Hn(o,n),jn(void 0,o)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!gs&&ve(20),this.O=r},t.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var o=n[i];if(o.path.length===0&&o.op==="replace"){r=o.value;break}}i>-1&&(n=n.slice(i+1));var s=Ie("Patches").$;return Be(r)?s(r,n):this.produce(r,(function(a){return s(a,n)}))},e})(),ae=new Lc,Pc=ae.produce,Xd=ae.produceWithPatches.bind(ae),Jd=ae.setAutoFreeze.bind(ae),Zd=ae.setUseProxies.bind(ae),Qd=ae.applyPatches.bind(ae),ep=ae.createDraft.bind(ae),tp=ae.finishDraft.bind(ae),Kr=Pc;function ht(e){"@babel/helpers - typeof";return ht=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ht(e)}function Os(e,t){if(ht(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(ht(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function ws(e){var t=Os(e,"string");return ht(t)=="symbol"?t:t+""}function Ts(e,t,r){return(t=ws(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _s(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function ei(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?_s(Object(r),!0).forEach(function(n){Ts(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):_s(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function q(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Rs=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),ti=function(){return Math.random().toString(36).substring(7).split("").join(".")},Gr={INIT:"@@redux/INIT"+ti(),REPLACE:"@@redux/REPLACE"+ti(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ti()}};function Nc(e){if(typeof e!="object"||e===null)return!1;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function ri(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(q(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(q(1));return r(ri)(e,t)}if(typeof e!="function")throw new Error(q(2));var i=e,o=t,s=[],a=s,l=!1;function c(){a===s&&(a=s.slice())}function u(){if(l)throw new Error(q(3));return o}function d(m){if(typeof m!="function")throw new Error(q(4));if(l)throw new Error(q(5));var b=!0;return c(),a.push(m),function(){if(b){if(l)throw new Error(q(6));b=!1,c();var E=a.indexOf(m);a.splice(E,1),s=null}}}function p(m){if(!Nc(m))throw new Error(q(7));if(typeof m.type>"u")throw new Error(q(8));if(l)throw new Error(q(9));try{l=!0,o=i(o,m)}finally{l=!1}for(var b=s=a,x=0;x<b.length;x++){var E=b[x];E()}return m}function f(m){if(typeof m!="function")throw new Error(q(10));i=m,p({type:Gr.REPLACE})}function h(){var m,b=d;return m={subscribe:function(E){if(typeof E!="object"||E===null)throw new Error(q(11));function S(){E.next&&E.next(u())}S();var C=b(S);return{unsubscribe:C}}},m[Rs]=function(){return this},m}return p({type:Gr.INIT}),n={dispatch:p,subscribe:d,getState:u,replaceReducer:f},n[Rs]=h,n}function kc(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:Gr.INIT});if(typeof n>"u")throw new Error(q(12));if(typeof r(void 0,{type:Gr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(q(13))})}function Ls(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++){var i=t[n];typeof e[i]=="function"&&(r[i]=e[i])}var o=Object.keys(r),s,a;try{kc(r)}catch(l){a=l}return function(c,u){if(c===void 0&&(c={}),a)throw a;if(0)var d;for(var p=!1,f={},h=0;h<o.length;h++){var m=o[h],b=r[m],x=c[m],E=b(x,u);if(typeof E>"u"){var S=u&&u.type;throw new Error(q(14))}f[m]=E,p=p||E!==x}return p=p||o.length!==Object.keys(c).length,p?f:c}}function Vt(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function Ps(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){return function(){var i=n.apply(void 0,arguments),o=function(){throw new Error(q(15))},s={getState:i.getState,dispatch:function(){return o.apply(void 0,arguments)}},a=t.map(function(l){return l(s)});return o=Vt.apply(void 0,a)(i.dispatch),ei(ei({},i),{},{dispatch:o})}}}function Ns(e){var t=function(n){var i=n.dispatch,o=n.getState;return function(s){return function(a){return typeof a=="function"?a(i,o,e):s(a)}}};return t}var ks=Ns();ks.withExtraArgument=Ns;var ni=ks;var $s=(function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(n[o]=i[o])},e(t,r)};return function(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}})(),Dc=function(e,t){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(c){return function(u){return l([c,u])}}function l(c){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=c[0]&2?i.return:c[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,c[1])).done)return o;switch(i=0,o&&(c=[c[0]&2,o.value]),c[0]){case 0:case 1:o=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,i=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!o||c[1]>o[0]&&c[1]<o[3])){r.label=c[1];break}if(c[0]===6&&r.label<o[1]){r.label=o[1],o=c;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(c);break}o[2]&&r.ops.pop(),r.trys.pop();continue}c=t.call(e,r)}catch(u){c=[6,u],i=0}finally{n=o=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},zt=function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e},Mc=Object.defineProperty,Ic=Object.defineProperties,Uc=Object.getOwnPropertyDescriptors,Ds=Object.getOwnPropertySymbols,$c=Object.prototype.hasOwnProperty,Bc=Object.prototype.propertyIsEnumerable,Ms=function(e,t,r){return t in e?Mc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},Je=function(e,t){for(var r in t||(t={}))$c.call(t,r)&&Ms(e,r,t[r]);if(Ds)for(var n=0,i=Ds(t);n<i.length;n++){var r=i[n];Bc.call(t,r)&&Ms(e,r,t[r])}return e},ii=function(e,t){return Ic(e,Uc(t))},Hc=function(e,t,r){return new Promise(function(n,i){var o=function(l){try{a(r.next(l))}catch(c){i(c)}},s=function(l){try{a(r.throw(l))}catch(c){i(c)}},a=function(l){return l.done?n(l.value):Promise.resolve(l.value).then(o,s)};a((r=r.apply(e,t)).next())})};var jc=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Vt:Vt.apply(null,arguments)},bp=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function Fc(e){if(typeof e!="object"||e===null)return!1;var t=Object.getPrototypeOf(e);if(t===null)return!0;for(var r=t;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return t===r}function Ze(e,t){function r(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(t){var o=t.apply(void 0,n);if(!o)throw new Error("prepareAction did not return an object");return Je(Je({type:e,payload:o.payload},"meta"in o&&{meta:o.meta}),"error"in o&&{error:o.error})}return{type:e,payload:n[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(n){return n.type===e},r}var Vc=(function(e){$s(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.apply(this,r)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,zt([void 0],r[0].concat(this)))):new(t.bind.apply(t,zt([void 0],r.concat(this))))},t})(Array),zc=(function(e){$s(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.apply(this,r)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,zt([void 0],r[0].concat(this)))):new(t.bind.apply(t,zt([void 0],r.concat(this))))},t})(Array);function ai(e){return Oe(e)?Kr(e,function(){}):e}function Wc(e){return typeof e=="boolean"}function Kc(){return function(t){return Gc(t)}}function Gc(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,i=n===void 0?!0:n,o=e.serializableCheck,s=o===void 0?!0:o,a=e.actionCreatorCheck,l=a===void 0?!0:a,c=new Vc;if(r&&(Wc(r)?c.push(ni):c.push(ni.withExtraArgument(r.extraArgument))),0){if(i)var u;if(s)var d;if(l)var p}return c}var oi=!0;function Bs(e){var t=Kc(),r=e||{},n=r.reducer,i=n===void 0?void 0:n,o=r.middleware,s=o===void 0?t():o,a=r.devTools,l=a===void 0?!0:a,c=r.preloadedState,u=c===void 0?void 0:c,d=r.enhancers,p=d===void 0?void 0:d,f;if(typeof i=="function")f=i;else if(Fc(i))f=Ls(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var h=s;if(typeof h=="function"&&(h=h(t),!oi&&!Array.isArray(h)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!oi&&h.some(function(C){return typeof C!="function"}))throw new Error("each middleware provided to configureStore must be a function");var m=Ps.apply(void 0,h),b=Vt;l&&(b=jc(Je({trace:!oi},typeof l=="object"&&l)));var x=new zc(m),E=x;Array.isArray(p)?E=zt([m],p):typeof p=="function"&&(E=p(x));var S=b.apply(void 0,E);return ri(f,u,S)}function Hs(e){var t={},r=[],n,i={addCase:function(o,s){var a=typeof o=="string"?o:o.type;if(!a)throw new Error("`builder.addCase` cannot be called with an empty action type");if(a in t)throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");return t[a]=s,i},addMatcher:function(o,s){return r.push({matcher:o,reducer:s}),i},addDefaultCase:function(o){return n=o,i}};return e(i),[t,r,n]}function qc(e){return typeof e=="function"}function Yc(e,t,r,n){r===void 0&&(r=[]);var i=typeof t=="function"?Hs(t):[t,r,n],o=i[0],s=i[1],a=i[2],l;if(qc(e))l=function(){return ai(e())};else{var c=ai(e);l=function(){return c}}function u(d,p){d===void 0&&(d=l());var f=zt([o[p.type]],s.filter(function(h){var m=h.matcher;return m(p)}).map(function(h){var m=h.reducer;return m}));return f.filter(function(h){return!!h}).length===0&&(f=[a]),f.reduce(function(h,m){if(m)if(Be(h)){var b=h,x=m(b,p);return x===void 0?h:x}else{if(Oe(h))return Kr(h,function(E){return m(E,p)});var x=m(h,p);if(x===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return x}return h},d)}return u.getInitialState=l,u}function Xc(e,t){return e+"/"+t}function js(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof e.initialState=="function"?e.initialState:ai(e.initialState),n=e.reducers||{},i=Object.keys(n),o={},s={},a={};i.forEach(function(u){var d=n[u],p=Xc(t,u),f,h;"reducer"in d?(f=d.reducer,h=d.prepare):f=d,o[u]=f,s[p]=f,a[u]=h?Ze(p,h):Ze(p)});function l(){var u=typeof e.extraReducers=="function"?Hs(e.extraReducers):[e.extraReducers],d=u[0],p=d===void 0?{}:d,f=u[1],h=f===void 0?[]:f,m=u[2],b=m===void 0?void 0:m,x=Je(Je({},p),s);return Yc(r,function(E){for(var S in x)E.addCase(S,x[S]);for(var C=0,F=h;C<F.length;C++){var $=F[C];E.addMatcher($.matcher,$.reducer)}b&&E.addDefaultCase(b)})}var c;return{name:t,reducer:function(u,d){return c||(c=l()),c(u,d)},actions:a,caseReducers:o,getInitialState:function(){return c||(c=l()),c.getInitialState()}}}var Jc="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Zc=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=Jc[Math.random()*64|0];return t},Qc=["name","message","stack","code"],si=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Is=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),eu=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=Qc;r<n.length;r++){var i=n[r];typeof e[i]=="string"&&(t[i]=e[i])}return t}return{message:String(e)}},Sp=(function(){function e(t,r,n){var i=Ze(t+"/fulfilled",function(u,d,p,f){return{payload:u,meta:ii(Je({},f||{}),{arg:p,requestId:d,requestStatus:"fulfilled"})}}),o=Ze(t+"/pending",function(u,d,p){return{payload:void 0,meta:ii(Je({},p||{}),{arg:d,requestId:u,requestStatus:"pending"})}}),s=Ze(t+"/rejected",function(u,d,p,f,h){return{payload:f,error:(n&&n.serializeError||eu)(u||"Rejected"),meta:ii(Je({},h||{}),{arg:p,requestId:d,rejectedWithValue:!!f,requestStatus:"rejected",aborted:u?.name==="AbortError",condition:u?.name==="ConditionError"})}}),a=!1,l=typeof AbortController<"u"?AbortController:(function(){function u(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return u.prototype.abort=function(){},u})();function c(u){return function(d,p,f){var h=n?.idGenerator?n.idGenerator(u):Zc(),m=new l,b,x=!1;function E(C){b=C,m.abort()}var S=(function(){return Hc(this,null,function(){var C,F,$,Fe,mn,Ve,oe;return Dc(this,function(pe){switch(pe.label){case 0:return pe.trys.push([0,4,,5]),Fe=(C=n?.condition)==null?void 0:C.call(n,u,{getState:p,extra:f}),ru(Fe)?[4,Fe]:[3,2];case 1:Fe=pe.sent(),pe.label=2;case 2:if(Fe===!1||m.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return x=!0,mn=new Promise(function(se,nt){return m.signal.addEventListener("abort",function(){return nt({name:"AbortError",message:b||"Aborted"})})}),d(o(h,u,(F=n?.getPendingMeta)==null?void 0:F.call(n,{requestId:h,arg:u},{getState:p,extra:f}))),[4,Promise.race([mn,Promise.resolve(r(u,{dispatch:d,getState:p,extra:f,requestId:h,signal:m.signal,abort:E,rejectWithValue:function(se,nt){return new si(se,nt)},fulfillWithValue:function(se,nt){return new Is(se,nt)}})).then(function(se){if(se instanceof si)throw se;return se instanceof Is?i(se.payload,h,u,se.meta):i(se,h,u)})])];case 3:return $=pe.sent(),[3,5];case 4:return Ve=pe.sent(),$=Ve instanceof si?s(null,h,u,Ve.payload,Ve.meta):s(Ve,h,u),[3,5];case 5:return oe=n&&!n.dispatchConditionRejection&&s.match($)&&$.meta.condition,oe||d($),[2,$]}})})})();return Object.assign(S,{abort:E,requestId:h,arg:u,unwrap:function(){return S.then(tu)}})}}return Object.assign(c,{pending:o,rejected:s,fulfilled:i,typePrefix:t})}return e.withTypes=function(){return e},e})();function tu(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function ru(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Fs="listener",Vs="completed",zs="cancelled",Cp="task-"+zs,Op="task-"+Vs,wp=Fs+"-"+zs,Tp=Fs+"-"+Vs;var li="listenerMiddleware";var _p=Ze(li+"/add"),Rp=Ze(li+"/removeAll"),Lp=Ze(li+"/remove");var Us,Pp=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Us||(Us=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},nu=function(e){return function(t){setTimeout(t,e)}},Np=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:nu(10);Es();var iu=Ur(Symbol("withEventBus"),function(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,n,i){this.eventBus.addEventListener(r,n,i)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,i){this.eventBus.removeEventListener(r,n,i)}}}),qr=class extends iu(Object){};window.ftReduxStores||(window.ftReduxStores={});var Ws=class e extends qr{static get(t){var r;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,o=window.ftReduxStores[n];if(Fr(o))return o;if(i==null)return;let s=js({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=Bs({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=lr(s.getInitialState());for(let d of c.keeping)u[d]=(l??u)[d];return u}else if(typeof c.type=="string"&&c.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...l,...c.overwrites};return s.reducer(l,c)}});return window.ftReduxStores[i.name]=new e(s,a,i.eventBus)}constructor(t,r,n){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new $r;let i=o=>o!=null?JSON.parse(JSON.stringify(o)):o;this.actions=new Proxy(this.reduxSlice.actions,{get:(o,s,a)=>{let l=s,c=o[l];return c?(...u)=>{let d=c(...u.map(i));return this.reduxStore.dispatch(d),d}:u=>{this.setState({[l]:i(u)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...t){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:t})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var Yr=class{static format(t,r,n,i,o){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(n,i,!!o)):this.getIntlDateTime(t,r,n,i,!!o)}static getMomentDateFormat(t,r,n){return n?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,n,i,o){let s=typeof t=="string"?new Date(t):t,a=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(s),l=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(s);return o?l:i?`${a} ${l}`:a}static getTimezoneAsString(){let t=n=>String(Math.floor(n)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${t(Math.abs(r)/60)}:${t(Math.abs(r)%60)}`}};var Xr=y(O()),ou="ft-app-info",Wt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Wt.eventName="authentication-change";var hr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};hr.eventName="ui-locale-changed";var su={session:(e,t)=>{(0,Xr.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>T.dispatchEvent(new Wt(t.payload)),0))}},T=Xr.FtReduxStore.get({name:ou,reducers:su,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,searchLanguageSetsUiLanguage:!1,uiLanguageSetsSearchLanguage:!1,uiLanguageSetsReaderLanguage:!1,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var Ks=y(O()),Jr=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},af=(0,Ks.applyMixinOnce)(Symbol("withDateFormat"),function(e){class t extends e{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(T)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,o;return((o=(i=this.metadataDescriptors.find(a=>a.key===n))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1)?a=>Yr.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Jr([(0,ci.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),Jr([(0,ci.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),Jr([Bn({store:T.name,selector:r=>{var n,i;return(i=(n=r.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&i!==void 0?i:[]}})],t.prototype,"metadataDescriptors",void 0),Jr([Bn({store:T.name})],t.prototype,"uiLocale",void 0),t});var Gs;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(Gs||(Gs={}));var qs;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(qs||(qs={}));var Ys;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(Ys||(Ys={}));var Xs;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(Xs||(Xs={}));var Js;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Js||(Js={}));var Zs;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(Zs||(Zs={}));var Qs;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(Qs||(Qs={}));var ea;(function(e){e.BOOKMARK__CREATE="BOOKMARK__CREATE",e.BOOKMARK__DELETE="BOOKMARK__DELETE",e.CASE_DEFLECTION__START="CASE_DEFLECTION__START",e.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",e.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",e.CHATBOT__RATE="CHATBOT__RATE",e.COLLECTION__CREATE="COLLECTION__CREATE",e.COLLECTION__UPDATE="COLLECTION__UPDATE",e.COLLECTION__DELETE="COLLECTION__DELETE",e.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",e.DOCUMENT__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",e.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",e.DOCUMENT__PRINT="DOCUMENT__PRINT",e.DOCUMENT__PROCESS="DOCUMENT__PROCESS",e.DOCUMENT__RATE="DOCUMENT__RATE",e.DOCUMENT__SEARCH="DOCUMENT__SEARCH",e.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",e.DOCUMENT__UNRATE="DOCUMENT__UNRATE",e.FEEDBACK__SEND="FEEDBACK__SEND",e.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",e.AI__RATE="AI__RATE",e.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",e.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",e.KHUB__PROCESS="KHUB__PROCESS",e.KHUB__SEARCH="KHUB__SEARCH",e.LABELS__DOWNLOAD="LABELS__DOWNLOAD",e.LINK__SHARE="LINK__SHARE",e.PAGE__DISPLAY="PAGE__DISPLAY",e.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",e.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",e.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",e.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",e.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",e.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",e.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",e.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",e.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",e.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",e.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",e.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",e.TOPIC__RATE="TOPIC__RATE",e.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",e.TOPIC__UNRATE="TOPIC__UNRATE",e.USER__LOGIN="USER__LOGIN",e.USER__LOGOUT="USER__LOGOUT",e.HEARTBEAT="HEARTBEAT"})(ea||(ea={}));var ta;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(ta||(ta={}));var ra;(function(e){e.THIRD_PARTY="THIRD_PARTY",e.OFF_THE_GRID="OFF_THE_GRID",e.CONTENT_PACKAGER="CONTENT_PACKAGER",e.PAGES="PAGES",e.DESIGNED_READER="DESIGNED_READER"})(ra||(ra={}));var na;(function(e){e.HOMEPAGE="HOMEPAGE",e.CUSTOM="CUSTOM",e.HEADER="HEADER",e.READER="READER",e.TOPIC_TEMPLATE="TOPIC_TEMPLATE",e.SEARCH="SEARCH",e.SEARCH_RESULT="SEARCH_RESULT",e.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",e.LINK_PREVIEW="LINK_PREVIEW",e.UD_VIEWER="UD_VIEWER",e.ASSET_VIEWER="ASSET_VIEWER"})(na||(na={}));var ia;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(ia||(ia={}));var oa;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(oa||(oa={}));var sa;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(sa||(sa={}));var aa;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(aa||(aa={}));var la;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR",e.CUSTOM="CUSTOM"})(la||(la={}));var ca;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(ca||(ca={}));var ua;(function(e){e.ASC="ASC",e.DESC="DESC"})(ua||(ua={}));var da;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(da||(da={}));var pa;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(pa||(pa={}));var fa;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(fa||(fa={}));var ha;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(ha||(ha={}));var ma;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.PERSONAL_BOOK="PERSONAL_BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(ma||(ma={}));var ya;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(ya||(ya={}));var va;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(va||(va={}));var ga;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(ga||(ga={}));var ba;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(ba||(ba={}));var j;(function(e){e.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",e.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",e.HTML_EXPORT_USER="HTML_EXPORT_USER",e.PDF_EXPORT_USER="PDF_EXPORT_USER",e.SAVED_SEARCH_USER="SAVED_SEARCH_USER",e.COLLECTION_USER="COLLECTION_USER",e.OFFLINE_USER="OFFLINE_USER",e.ANALYTICS_USER="ANALYTICS_USER",e.BETA_USER="BETA_USER",e.DEBUG_USER="DEBUG_USER",e.PRINT_USER="PRINT_USER",e.RATING_USER="RATING_USER",e.FEEDBACK_USER="FEEDBACK_USER",e.GENERATIVE_AI_USER="GENERATIVE_AI_USER",e.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",e.CONTENT_PUBLISHER="CONTENT_PUBLISHER",e.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",e.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",e.KHUB_ADMIN="KHUB_ADMIN",e.USERS_ADMIN="USERS_ADMIN",e.PORTAL_ADMIN="PORTAL_ADMIN",e.ADMIN="ADMIN"})(j||(j={}));var ge;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(ge||(ge={}));var xa;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(xa||(xa={}));var Aa;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(Aa||(Aa={}));var Ea;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(Ea||(Ea={}));var Sa;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SUMMARY="SUMMARY",e.SEMANTIC_SEARCH="SEMANTIC_SEARCH",e.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",e.DOCUMENTATION="DOCUMENTATION",e.OTHER="OTHER"})(Sa||(Sa={}));var Ca;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(Ca||(Ca={}));var Oa;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Oa||(Oa={}));var wa;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(wa||(wa={}));var Ta;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Ta||(Ta={}));var _a;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(_a||(_a={}));var Ra;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Ra||(Ra={}));var La;(function(e){e.SOURCES="SOURCES",e.ENRICH_AND_CLEAN="ENRICH_AND_CLEAN",e.VOCABULARIES="VOCABULARIES",e.METADATA="METADATA",e.PRETTY_URL="PRETTY_URL",e.ACCESS_RULE="ACCESS_RULE",e.DESIGNED_PAGES="DESIGNED_PAGES",e.THEME_STUDIO="THEME_STUDIO",e.PORTAL_GENERAL="PORTAL_GENERAL",e.ASSETS="ASSETS",e.CODE_LIBRARY="CODE_LIBRARY",e.THEME="THEME",e.CONTENT_STYLES="CONTENT_STYLES",e.HOMEPAGE="HOMEPAGE",e.CLASSIC_SEARCH_PAGE="CLASSIC_SEARCH_PAGE",e.CLASSIC_READER_PAGE="CLASSIC_READER_PAGE",e.PORTAL_METADATA="PORTAL_METADATA",e.LANGUAGES="LANGUAGES",e.PRINT_TEMPLATES="PRINT_TEMPLATES",e.OFFLINE="OFFLINE",e.CUSTOM_JS="CUSTOM_JS",e.CONFIDENTIALITY="CONFIDENTIALITY",e.NOTIFICATIONS="NOTIFICATIONS"})(La||(La={}));var Pa;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(Pa||(Pa={}));var au={[j.PERSONAL_BOOK_SHARE_USER]:[j.PERSONAL_BOOK_USER],[j.HTML_EXPORT_USER]:[j.PERSONAL_BOOK_USER],[j.PDF_EXPORT_USER]:[j.PERSONAL_BOOK_USER],[j.KHUB_ADMIN]:[j.CONTENT_PUBLISHER],[j.ADMIN]:[j.KHUB_ADMIN,j.USERS_ADMIN,j.PORTAL_ADMIN,j.BEHAVIOR_DATA_USER],[j.GENERATIVE_AI_EXPORT_USER]:[j.GENERATIVE_AI_USER]};function Na(e,t){return e===t||(au[e]??[]).some(r=>Na(r,t))}function ka(e,t){return e==null?!1:(Array.isArray(e)?e:Array.isArray(e.roles)?e.roles:Array.isArray(e.profile?.roles)?e.profile.roles:[]).some(n=>Na(n,t))}var rn=y(O());var ui=y(O());var mt=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=T.getState(),i=t??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(t){return new Promise(r=>{let n=e.get(t);if(n)r(n);else{let i=T.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var Kt=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:mt.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):mt.await()}};var le=class extends Kt{constructor(t=!0,r){var n;super(r),this.sortObjectFields=(o,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([a],[l])=>a.localeCompare(l)));let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new ui.CacheRegistry,this.cache=t?i.commonCache:new ui.CacheRegistry}clearCache(){this.cache.clearAll()}hash(t){return String(Array.from(JSON.stringify(t,this.sortObjectFields)).reduce((r,n)=>0|31*r+n.charCodeAt(0),0))}};var Zr=class extends le{async listMySearches(){let{session:t}=T.getState();return ka(t,j.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var Qr=class extends le{async listMyBookmarks(){let t=T.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var en=class extends le{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(t){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${t}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(t){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${t}`),this.CACHE_DURATION)}isAuthenticated(){let t=T.getState().session;return!!t?.sessionAuthenticated}};var tn=class extends le{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let t=T.getState().session;return!!t?.sessionAuthenticated}};var lu="ft-user-assets",cu={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(ge).forEach(t=>{e.assetCounts.allAsset[t]=void 0})},setBookmarkCountByMap:(e,t)=>{let r=t.payload.mapId;e.assetCounts.bookmarkByMap[r]=t.payload.count},clearBookmarkCountByMap:e=>{e.assetCounts.bookmarkByMap={}},addAsset:(e,t)=>{let{assetType:r,mapId:n,asset:i}=t.payload;pi(e,r,[...di(e,r),i]),Da(e,r,1,n),Ma(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;pi(e,r,di(e,r).map(i=>i.id===n.id?n:i)),Ma(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;pi(e,r,di(e,r).filter(o=>o.id!==i)),Da(e,r,-1,n)}},Ia={[ge.SEARCHES]:"savedSearches",[ge.BOOKMARKS]:"bookmarks",[ge.BOOKS]:void 0,[ge.COLLECTIONS]:void 0},di=(e,t)=>{var r;let n=Ia[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},pi=(e,t,r)=>{let n=Ia[t];n&&(e[n]=r)},Da=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===ge.BOOKMARKS&&n)){let o=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,o+r)}},Ma=(e,t)=>{let r=e.assetLabels.map(i=>i.title),n=t.labels.filter(i=>!r.includes(i)).map(i=>({title:i}));e.assetLabels.push(...n)},Z=rn.FtReduxStore.get({name:lu,reducers:cu,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(ge).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),fi=class{constructor(t=new en,r=new tn){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=T.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Qr,this.savedSearchesService=new Zr,T.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=T.getState();(0,rn.deepEqual)((t=this.currentSession)===null||t===void 0?void 0:t.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),Z.actions.clearAssetCount(),Z.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Z.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Z.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Z.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();Z.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&Z.getState().assetCounts.allAsset[t]!==r.count&&Z.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&Z.getState().assetCounts.bookmarkByMap[t]!==r.count&&Z.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(Z.getState().assetCounts.bookmarkByMap).length!==0;t===ge.BOOKMARKS&&r&&Z.actions.clearBookmarkCountByMap(),Z.getState().assetCounts.allAsset[t]!==void 0&&await this.loadAssetCount(t)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){let r=!((t=this.currentSession)===null||t===void 0)&&t.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Z.actions.bookmarks(r)}}},uu=new fi;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=uu);var hi=class{addCommand(t,r=!1){T.commands.add(t,r)}consumeCommand(t){return T.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new hi;var be=y(O());var Ua,Gt=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},du=Symbol("clearAfterUnitTest"),nn=class extends(0,be.withEventBus)(le){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Ua]=()=>{this.defaultMessages={},this.cache=new be.CacheRegistry,this.listeners={}},this.currentUiLocale=T.getState().uiLocale,T.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=T.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let r=t.name.toLowerCase();this.cache.setFinal(r,t),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,r){var n;if(t=t.toLowerCase(),r&&Object.keys(r).length>0){let i={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...r};(0,be.deepEqual)(this.defaultMessages[t],i)||(this.defaultMessages[t]=i,await this.notify(t))}return this.fetchContext(t)}resolveContext(t){var r,n;return this.fetchContext(t),(n=(r=this.cache.getNow(t))===null||r===void 0?void 0:r.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(t,r){let n=t.toLowerCase();return this.resolveContext(n)[r]}resolveMessage(t,r,...n){var i;let o=t.toLowerCase(),s=this.resolveContext(o);return new be.ParametrizedLabelResolver((i=this.defaultMessages[o])!==null&&i!==void 0?i:{},s).resolve(r,...n)}async fetchContext(t){let r=!this.cache.has(t),n;try{n=await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),r&&await this.notify(t)}catch(i){!(i instanceof be.CanceledPromiseError)&&r&&console.error(i)}return n}subscribe(t,r){var n;return t=t.toLowerCase(),this.listeners[t]=(n=this.listeners[t])!==null&&n!==void 0?n:new Set,this.listeners[t].add(r),()=>{var i;return(i=this.listeners[t])===null||i===void 0?void 0:i.delete(r)}}async notifyAll(){let t=Object.keys(this.listeners);document.body.dispatchEvent(new Gt({loadedContexts:t})),this.dispatchEvent(new Gt({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new Gt({loadedContexts:[t]})),this.dispatchEvent(new Gt({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,be.delay)(0).then(()=>n()).catch(()=>null)))}};Ua=du;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends nn{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends nn{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var mr=window.FluidTopicsI18nService,mi=window.FluidTopicsCustomI18nService;var $a=y(O()),yi=class{highlightHtml(t,r,n){(0,$a.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new yi;var Ba=y(O());var vi=class{isDate(t){var r,n,i,o;return(o=(i=((n=(r=T.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(a=>a.key===t))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1}format(t,r){var n,i,o,s;if(t==null)return"";try{return Ba.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:T.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(o=r?.withTime)!==null&&o!==void 0?o:!1,(s=r?.onlyTime)!==null&&s!==void 0?s:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new vi;var Ha=y(O());var yr=class{static get(t,r){var n,i;let o=T.getState(),{lang:s,region:a}=(i=(n=o.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&i!==void 0?i:{lang:"en",region:"US"};return new Ha.SearchPlaceConverter(o.baseUrl,t??20,o.searchInAllLanguagesAllowed,r??`${s}-${a}`)}};var gi=class{urlToSearchRequest(t){return yr.get().parse(t)}searchRequestToUrl(t){return yr.get().serialize(t)}};window.FluidTopicsUrlService=new gi;var He=y(O());var yt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};yt.eventName="change";var bi=class{itemName(t){return`fluid-topics-history-item-${t}`}get(t){let r=sessionStorage.getItem(this.itemName(t));return r?JSON.parse(r):void 0}set(t,r){sessionStorage.setItem(this.itemName(t),JSON.stringify(r))}},ja=new bi;var on=class e extends He.WithEventBus{static build(){return new e(window.history,ja,()=>window.location,!1)}constructor(t,r,n,i){var o,s;super(),this.history=t,this.historyStorage=r,this.windowLocation=n,this.states=[],this.realPushState=t.pushState,this.realReplaceState=t.replaceState,this.initialIndex=(s=(o=t.state)===null||o===void 0?void 0:o.index)!==null&&s!==void 0?s:t.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(i)}setCurrentState(t,r=!1){let n=r&&this.currentIndex===t.index-1;this.currentState={...this.buildCurrentState(),...t},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,n&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,He.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new yt(this.currentItem())),0)}installProxies(){let t=r=>(n,i,[o,s,a])=>{let l=r(),c={...l===this.currentIndex?this.currentState:void 0,...o,index:l,href:typeof a=="string"?a:(a??this.windowLocation()).href};n.apply(i,[c,s,a]),this.setCurrentState(c,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:t(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:t(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",t=>this.setCurrentState(t.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(t){for(let r=this.history.length-1;r>=0;r--)t?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(t){var r;let n={...this.buildCurrentState(),...t,index:this.currentIndex,title:(r=t?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(t){this.addEventListener(yt.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(yt.eventName,t)}currentItem(){return(0,He.deepCopy)(this.currentState)}back(){let t=this.previousDifferentMajorPosition();t>=0?this.history.go(t-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return(0,He.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,He.deepCopy)(r.find(n=>t(n)))}previousDifferentMajorPosition(){let t=this.currentIndex>0?this.currentIndex-1:0;for(;t>0&&!this.isDifferentMajorState(t);)t--;return t}forward(){let t=this.nextMajorPosition();t&&t<this.states.length?this.history.go(t-this.currentIndex):this.history.forward()}forwardItem(){let t=this.nextMajorPosition();if(t)return(0,He.deepCopy)(this.states[t])}nextMajorPosition(){let t=this.currentIndex;if(!(t>=this.states.length)){do t++;while(t<this.states.length&&!this.isDifferentMajorState(t));return this.getHigherPositionInTheSameState(t)}}getHigherPositionInTheSameState(t){var r;let n=(r=this.states[t])===null||r===void 0?void 0:r.majorStateId;if(!n)return t;let i=t,o=t+1;for(;this.states.length>o&&!this.isDifferentMajorState(o,n);)this.hasState(o)&&(i=o),o++;return i}buildCurrentState(){var t,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(t=this.history.state)===null||t===void 0?void 0:t.title)!==null&&r!==void 0?r:document.title}}hasState(t){return this.states[t]!=null}isDifferentMajorState(t,r){var n;if(!this.hasState(t))return!1;let i=r??this.currentState.majorStateId,o=(n=this.states[t])===null||n===void 0?void 0:n.majorStateId;return o==null||o!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=on.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),backwardItemMatching:e=>window.FluidTopicsInternalHistoryService.backwardItemMatching(e),addHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(e),removeHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(e)});var Fa=y(I());var Va=Fa.css`
|
|
261
|
+
`;var Ka=y(I()),ce=y(X()),bt=y(O());var vt=y(O());function za(e,t){let{authenticationRequired:r,session:n}=T.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(t):e()}var sn=class extends Kt{async updateUiLocale(t){return(await this.awaitApi).updateUiLocale(t)}};var xi=class e extends vt.FtStateManager{static build(t){return new e(T,t)}constructor(t,r){super(),this.store=t,this.cache=new vt.CacheRegistry,this.withManualResources=!0,this.localesConfiguration=null,this.userLocaleService=new sn,this.cleanSessionDebouncer=new vt.Debouncer,this.reloadDebouncer=new vt.Debouncer(500),this.apiProvider=r??(()=>mt.get())}setWithManualResources(t){this.withManualResources=t,this.updateIfNeeded()}async initService(){this.store.addEventListener(Wt.eventName,this.reloadConfiguration)}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.store.getState().session==null&&this.updateSession(),this.store.getState().metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration(),(this.store.getState().availableContentLocales==null||this.store.getState().availableContentLocales.length==0)&&this.updateAvailableContentLocales())}async updateSession(){let t=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.setSession(void 0)},r.idleTimeoutInMillis),r});this.setSession(t)}async updateMetadataConfiguration(){this.setMetadataConfiguration(await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration()))}async updateLocalesConfiguration(){this.setLocalesConfiguration(await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration()))}async updateAvailableContentLocales(){var t;let r=await this.cache.get("availableContentLocales",()=>za(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((t=r.contentLocales)!==null&&t!==void 0?t:[])}reloadConfiguration(){var t;(t=this.cache)===null||t===void 0||t.clear("availableContentLocales"),typeof this.updateAvailableContentLocales=="function"&&this.updateAvailableContentLocales()}setBaseUrl(t){this.store.actions.baseUrl(t),window.fluidTopicsBaseUrl=t}setApiIntegrationIdentifier(t){this.store.actions.apiIntegrationIdentifier(t)}setApiIntegrationAppVersion(t){this.store.actions.apiIntegrationAppVersion(t)}setUiLocale(t){this.store.actions.uiLocale(t)}setLocalesConfiguration(t){var r,n,i,o,s;this.localesConfiguration=t,this.store.actions.defaultLocales(this.localesConfiguration.defaultLocales),this.store.actions.availableUiLocales((r=this.localesConfiguration.availableUiLocales)!==null&&r!==void 0?r:[]),this.store.actions.searchInAllLanguagesAllowed((n=this.localesConfiguration.allLanguagesAllowed)!==null&&n!==void 0?n:!1),this.store.actions.searchLanguageSetsUiLanguage((i=this.localesConfiguration.searchLanguageSetsUiLanguage)!==null&&i!==void 0?i:!1),this.store.actions.uiLanguageSetsSearchLanguage((o=this.localesConfiguration.uiLanguageSetsSearchLanguage)!==null&&o!==void 0?o:!1),this.store.actions.uiLanguageSetsReaderLanguage((s=this.localesConfiguration.uiLanguageSetsReaderLanguage)!==null&&s!==void 0?s:!1),setTimeout(()=>this.updateIfNeeded())}setAvailableContentLocales(t){this.store.actions.availableContentLocales(t),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(t){this.userLocaleService.updateUiLocale({uiLocale:t}).then(r=>{r.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new hr(r)))}).catch(()=>{})}setMetadataConfiguration(t){this.store.actions.metadataConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setNoCustom(t){this.store.actions.noCustom(t)}setEditorMode(t){this.store.actions.editorMode(t)}setNoCustomComponent(t){this.store.actions.noCustomComponent(t)}setSession(t){this.store.actions.session(t),setTimeout(()=>this.updateIfNeeded())}setOpenExternalDocumentInNewTab(t){this.store.actions.openExternalDocumentInNewTab(t)}setNavigatorOnline(t){this.store.actions.navigatorOnline(t)}setForcedOffline(t){this.store.actions.forcedOffline(t)}setAuthenticationRequired(t){this.store.actions.authenticationRequired(t)}},Wa=xi.build();var gt=class extends Event{constructor(t,r,n,i){super("context-request",{bubbles:!0,composed:!0}),this.context=t,this.contextTarget=r,this.callback=n,this.subscribe=i??!1}};var vr=class{constructor(){this.pendingContextRequests=new Map,this.onContextProvider=t=>{let r=this.pendingContextRequests.get(t.context);if(r===void 0)return;this.pendingContextRequests.delete(t.context);let{requests:n}=r;for(let{elementRef:i,callbackRef:o}of n){let s=i.deref(),a=o.deref();s===void 0||a===void 0||s.dispatchEvent(new gt(t.context,s,a,!0))}},this.onContextRequest=t=>{if(t.subscribe!==!0)return;let r=t.contextTarget??t.composedPath()[0],n=t.callback,i=this.pendingContextRequests.get(t.context);i===void 0&&this.pendingContextRequests.set(t.context,i={callbacks:new WeakMap,requests:[]});let o=i.callbacks.get(r);o===void 0&&i.callbacks.set(r,o=new WeakSet),o.has(n)||(o.add(n),i.requests.push({elementRef:new WeakRef(r),callbackRef:new WeakRef(n)}))}}attach(t){t.addEventListener("context-request",this.onContextRequest),t.addEventListener("context-provider",this.onContextProvider)}detach(t){t.removeEventListener("context-request",this.onContextRequest),t.removeEventListener("context-provider",this.onContextProvider)}};var Y=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},M=class extends bt.FtLitElementRedux{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.apiIntegrationAppVersion="ft-integration-app-version",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.authenticationRequired=!1,this.messageContexts=[],this.stateManager=Wa,this.contextRoot=new vr}render(){return Ka.html`
|
|
262
262
|
<slot></slot>
|
|
263
|
-
`}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(t){var r;super.update(t),t.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),t.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),t.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),t.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),t.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),t.has("session")&&this.stateManager.setSession(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>mr.addContext(n)),t.has("openExternalDocumentInNewTab")&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&this.stateManager.setNavigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&this.stateManager.setForcedOffline(this.forcedOffline),t.has("authenticationRequired")&&this.stateManager.setAuthenticationRequired(this.authenticationRequired),t.has("withManualResources")&&((r=this.stateManager)===null||r===void 0||r.setWithManualResources(this.withManualResources)),setTimeout(()=>this.stateManager.updateIfNeeded())}};M.elementDefinitions={};M.styles=Va;Y([(0,
|
|
264
|
-
`;var un=y(I()),dn=y(X()),pn=y(O());var xr=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},we=class extends cn{constructor(){super(),this.editorMode=!1,this.addStore(
|
|
263
|
+
`}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(t){var r;super.update(t),t.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),t.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),t.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),t.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),t.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),t.has("session")&&this.stateManager.setSession(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>mr.addContext(n)),t.has("openExternalDocumentInNewTab")&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&this.stateManager.setNavigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&this.stateManager.setForcedOffline(this.forcedOffline),t.has("authenticationRequired")&&this.stateManager.setAuthenticationRequired(this.authenticationRequired),t.has("withManualResources")&&((r=this.stateManager)===null||r===void 0||r.setWithManualResources(this.withManualResources)),setTimeout(()=>this.stateManager.updateIfNeeded())}};M.elementDefinitions={};M.styles=Va;Y([(0,ce.property)()],M.prototype,"baseUrl",void 0);Y([(0,ce.property)()],M.prototype,"apiIntegrationIdentifier",void 0);Y([(0,ce.property)()],M.prototype,"apiIntegrationAppVersion",void 0);Y([(0,ce.property)()],M.prototype,"uiLocale",void 0);Y([(0,bt.jsonProperty)(null)],M.prototype,"availableUiLocales",void 0);Y([(0,bt.jsonProperty)(null)],M.prototype,"metadataConfiguration",void 0);Y([(0,ce.property)({type:Boolean})],M.prototype,"editorMode",void 0);Y([(0,ce.property)({type:Boolean})],M.prototype,"noCustom",void 0);Y([(0,ce.property)({type:Boolean})],M.prototype,"openExternalDocumentInNewTab",void 0);Y([(0,ce.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],M.prototype,"noCustomComponent",void 0);Y([(0,ce.property)({type:Boolean})],M.prototype,"withManualResources",void 0);Y([(0,ce.property)({type:Boolean})],M.prototype,"navigatorOnline",void 0);Y([(0,ce.property)({type:Boolean})],M.prototype,"forcedOffline",void 0);Y([(0,ce.property)({type:Boolean})],M.prototype,"authenticationRequired",void 0);Y([(0,bt.jsonProperty)([])],M.prototype,"messageContexts",void 0);Y([(0,bt.jsonProperty)(void 0)],M.prototype,"session",void 0);var qa=y(O());var Ga={"ft-app-context":M};(0,qa.customElements)(Ga);var Ya=y(X());var Ai=class{fromLocalizableLabel(t){return t.type=="PLAIN_TEXT"?{message:t.text}:{key:t.key,custom:t.type=="LOCALIZED_CUSTOM",context:t.context,message:t.key}}fromAttribute(t){if(t!=null)try{return JSON.parse(t)}catch{if(this.isI18nKey(t)){let[r,n]=t.split(".");return{context:r,key:n,custom:r!=="officialContext",message:""}}return{message:t}}}toAttribute(t){if(t!=null)return JSON.stringify(t)}isI18nKey(t){return t.match(/^[\w-]+\.[\w-]+$/)}},qt=new Ai;var hu=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},br=Symbol("i18nAttributes"),Xa=Symbol("i18nListAttributes"),Ja=Symbol("i18nProperties"),an=Symbol("i18nContexts"),gr=Symbol("i18nUnsubs"),Za=(0,Yt.applyMixinOnce)(Symbol("withI18n"),function(e){var t,r;class n extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map,this[r]=new Map}getI18nService(o){return o??this.useCustomMessageContexts?mi:mr}i18n(o){let{context:s,key:a,message:l}=o,{custom:c,args:u,argsProvider:d}=o;if(s&&a){this.hasI18nContext(s)||this.addI18nContext(s,void 0,c);let p=u??(d?d(this):[]);return this.getI18nService(c).resolveMessage(s,a,...p)}return l}async awaitI18n(o){let{context:s,custom:a}=o;return s&&await this.getI18nService(a).prepareContext(s),this.i18n(o)}customI18n(o,s){if(qt.isI18nKey(o)){let[a,l]=o.split(".");return this.i18n({custom:!0,context:a,key:l,...s})||o}return o}firstUpdated(o){super.firstUpdated(o),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(o){super.update(o),this.updateI18nAttributes((s,a,l)=>o.has(a)||typeof s.argsProvider=="function"),this.updateI18nProperties(s=>typeof s.argsProvider=="function")}onI18nUpdate(o){this.updateI18nAttributes((s,a,l)=>{var c;return((c=l?.context)===null||c===void 0?void 0:c.toLowerCase())===o}),this.updateI18nProperties(s=>s.context.toLowerCase()===o),this.requestUpdate()}updateI18nAttributes(o){var s,a;let l=this,c=(u,d,p)=>p?.context&&p.key&&o(u,d,p)?{...p,message:this.i18n({context:p.context,key:p.key,custom:p.custom,...u})}:p;(s=this[br])===null||s===void 0||s.forEach((u,d)=>l[d]=c(u,d,l[d])),(a=this[Xa])===null||a===void 0||a.forEach((u,d)=>{var p;return l[d]=(p=l[d])===null||p===void 0?void 0:p.map(f=>c(u,d,f))})}updateI18nProperties(o){var s;(s=this[Ja])===null||s===void 0||s.forEach((a,l)=>{o(a,l)&&(this[l]=this.i18n(a))})}addI18nMessages(o,s,a){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(o,s,a)}addI18nContext(o,s,a){let l=(typeof o=="string"?o:o.name).toLowerCase();a=typeof o=="string"?a:o.custom,this[an].set(l,{isCustomContext:a}),this[gr].has(l)||this[gr].set(l,this.getI18nService(a).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(a).prepareContext(l,s)}hasI18nContext(o){return this[an].has(o.toLowerCase())}connectedCallback(){super.connectedCallback(),this[an].forEach((o,s)=>this.addI18nContext(s,void 0,o.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[gr].forEach(o=>o()),this[gr].clear()}}return t=an,r=gr,hu([(0,Ya.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),ln=class extends Za(Yt.FtLitElement){},cn=class extends Za(Yt.FtLitElementRedux){};var Qa=y(O());var Ei=class{fromAttribute(t){if(!t)return[];try{let r=JSON.parse(t);return Array.isArray(r)?r.map(n=>typeof n=="string"?qt.fromAttribute(n):n):[]}catch{return[]}}toAttribute(t){if(t!=null)return JSON.stringify(t)}},mu=new Ei;var el=(e,t)=>(r,n)=>{var i;r.constructor.createProperty(n,{type:Object,hasChanged:Qa.hasChanged,converter:qt,...t}),r[br]=(i=r[br])!==null&&i!==void 0?i:new Map,r[br].set(n,e??{})};var tl=y(I());var rl=tl.css`
|
|
264
|
+
`;var un=y(I()),dn=y(X()),pn=y(O());var xr=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},we=class extends cn{constructor(){super(),this.editorMode=!1,this.addStore(T)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":un.nothing:un.html`
|
|
265
265
|
<span class="ft-i18n">
|
|
266
266
|
${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
|
|
267
267
|
</span>
|
|
@@ -328,12 +328,12 @@
|
|
|
328
328
|
.ft-icon--material {
|
|
329
329
|
font-family: ${_e.materialFontFamily}, "Material Icons", sans-serif;
|
|
330
330
|
}
|
|
331
|
-
`,Re.noTextSelect];var Qe;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Qe||(Qe={}));var Ar=y(I()),et=y(X()),pl=y(O()),fl=y(dl());var fn;(function(e){e.ADD_TO_PBK="",e.ALERT="",e.ADD_ALERT="",e.BACK_TO_SEARCH="",e.ADD_BOOKMARK="",e.BOOKMARK="",e.BOOKS="",e.MENU="",e.DOWNLOAD="",e.EDIT="",e.FEEDBACK="",e.HOME="",e.MODIFY_PBK="",e.SCHEDULED="",e.SEARCH="",e.EXPORT="",e.TOC="",e.WRITE_UGC="",e.TRASH="",e.USER="",e.EXTLINK="",e.CALENDAR="",e.OFFLINE="",e.BOOK="",e.DOWNLOAD_PLAIN="",e.CHECK="",e.STAR_PLAIN="",e.TOPICS="",e.DISC="",e.CIRCLE="",e.SHARED="",e.SORT_UNSORTED="",e.SORT_UP="",e.SORT_DOWN="",e.WORKING="",e.CLOSE="",e.ZOOM_OUT="",e.ZOOM_IN="",e.ZOOM_REALSIZE="",e.ZOOM_FULLSCREEN="",e.ADMIN_RESTRICTED="",e.ADMIN="",e.ADMIN_KHUB="",e.ADMIN_THEME="",e.ADMIN_USERS="",e.WARNING="",e.CONTEXT="",e.SEARCH_HOME="",e.STEPS="",e.ICON_EXPAND="",e.ICON_COLLAPSE="",e.INFO="",e.MINUS_PLAIN="",e.PLUS_PLAIN="",e.FACET_HAS_DESCENDANT="",e.TRIANGLE_BOTTOM="",e.TRIANGLE_LEFT="",e.TRIANGLE_RIGHT="",e.TRIANGLE_TOP="",e.THIN_ARROW="",e.SIGN_IN="",e.LOGOUT="",e.TRANSLATE="",e.CLOSE_PLAIN="",e.CHECK_PLAIN="",e.ARTICLE="",e.COLUMNS="",e.ANALYTICS="",e.COLLECTIONS="",e.ARROW_DOWN="",e.ARROW_LEFT="",e.ARROW_RIGHT="",e.ARROW_UP="",e.SEARCH_IN_PUBLICATION="",e.COPY_TO_CLIPBOARD="",e.SHARED_PBK="",e.ATTACHMENTS="",e.STRIPE_ARROW_LEFT="",e.STRIPE_ARROW_RIGHT="",e.FILTERS="",e.DOT="",e.MINUS="",e.PLUS="",e.MAILS_AND_NOTIFICATIONS="",e.SAVE="",e.LOCKER="",e.ADMIN_INTEGRATION="",e.SYNC="",e.TAG="",e.BOOK_PLAIN="",e.UPLOAD="",e.ONLINE="",e.TAG_PLAIN="",e.ACCOUNT_SETTINGS="",e.PRINT="",e.DEFAULT_ROLES="",e.SHORTCUT_MENU="",e.RELATIVES_PLAIN="",e.RELATIVES="",e.PAUSE="",e.PLAY="",e.ADMIN_PORTAL="",e.STAR="",e.THUMBS_DOWN="",e.THUMBS_DOWN_PLAIN="",e.THUMBS_UP="",e.THUMBS_UP_PLAIN="",e.FEEDBACK_PLAIN="",e.RATE_PLAIN="",e.RATE="",e.OFFLINE_SETTINGS="",e.MY_COLLECTIONS="",e.THIN_ARROW_LEFT="",e.THIN_ARROW_RIGHT="",e.RESET="",e.MY_LIBRARY="",e.UNSTRUCTURED_DOC="",e.CONTEXTUAL="",e.THIN_ARROW_UP="",e.ARROW_RIGHT_TO_LINE="",e.DESKTOP="",e.TABLET_LANDSCAPE="",e.TABLET_PORTRAIT="",e.MOBILE_LANDSCAPE="",e.MOBILE_PORTRAIT="",e.DIAGRAM_SUNBURST="",e.DIAGRAM_SANKEY="",e.COMMENT_QUESTION="",e.COMMENT_QUESTION_PLAIN="",e.MESSAGE_BOT="",e.CHART_SIMPLE="",e.BARS_PROGRESS="",e.BOOK_OPEN_GEAR="",e.BOOK_OPEN_GEAR_SLASH="",e.LINE_CHART="",e.STACKED_CHART="",e.CHART_BAR_STACKED="",e.CHART_BAR_GROUPED="",e.EYE_SLASH="",e.X_MARK="",e.EXPAND_WIDE="",e.PIP="",e.PIP_WIDE="",e.LIFE_RING="",e.GLOBE="",e.PIGGY_BANK="",e.EXTLINK_LIGHT="",e.CLONE="",e.CLONE_LINK_SIMPLE="",e.CHART_BAR_NORMALIZED="",e.CONSUMER="",e.OCTAGON_XMARK="",e.HOURGLASS_HALF="",e.CLOCK="",e.CLOCK_THREE="",e.CALENDAR_DAY="",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="",e.WAND_MAGIC_SPARKLES="",e.PAPER_PLANE="",e.CIRCLE_STOP="",e.ARROW_ROTATE_RIGHT="",e.ARROWS_ROTATE="",e.ALIGN_RIGHT="",e.FORMAT_CLEAR="",e.ALIGN_CENTER="",e.ALIGN_LEFT="",e.PALETTE="",e.BOLD="",e.ITALIC="",e.UNDERLINE="",e.STRIKETHROUGH="",e.LINK_SIMPLE_SLASH="",e.LINK_SIMPLE="",e.ROUTE="",e.CIRCLE_USER_SLASH="",e.CIRCLE_USER_CHECK="",e.LIST_MAGNIFYING_GLASS="",e.MEDAL="",e.THUMBS_UP_THUMBS_DOWN_SOLID="",e.ARROW_TURN_DOWN_RIGHT="",e.FLASK="",e.LOCK_KEYHOLE_OPEN_SOLID="",e.HOURGLASS_END="",e.CIRCLE_QUESTION="",e.GRIP_LINES_SOLID="",e.TRANSLATE_SPARKLE_SOLID="",e.CODE="",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="",e.PAPER_PLANE_SLASH="",e.COMPRESS="",e.EXPAND="",e.ARROW_ROTATE_LEFT="",e.MOBILE_SMALL="",e.SPARKLES="",e.HAND_SOLID="",e.CLOCK_SOLID="",e.CONTEXT_MENU_CURSOR="",e.LANGUAGE_SLASH="",e.MAGNIFYING_GLASS_FLOPPY_DISK="",e.CABINET_FILING_FLOPPY_DISK="",e.BOOKMARK_SLASH="",e.CIRCLE_PAUSE="",e.CIRCLE_PLAY="",e.CIRCLE_STOP_PLAIN="",e.CIRCLE_ARROW_DOWN="",e.SHARE_NODES="",e.BELL="",e.BELL_SLASH="",e.FILE="",e.HAND="",e.SQUARE_INFO_SOLID="",e.FILE_CODE="",e.BOX_CODE="",e.TOPICS_SOLID="",e.PHOTO_FILM="",e.HYPHEN_SOLID="",e.CROSSHAIRS="",e.PERSON_CHALKBOARD="",e.CIRCLE_ARROW_DOWN_SLASH="",e.BOOK_OPEN_COVER="",e.LIGHTBULB="",e.MESSAGE_BOT_AGENTIC_SOLID="",e.CHART_LINE_USER="",e.SERVER_CIRCLE_ARROW_DOWN="",e.EYE="",e.SHARE="󨃱"})(fn||(fn={}));var v;(function(e){e.UNKNOWN="",e.ABW="",e.AUDIO="",e.AVI="",e.CHM="",e.CODE="",e.CSV="",e.DITA="",e.EPUB="",e.EXCEL="",e.FLAC="",e.GIF="",e.GZIP="",e.HTML="",e.IMAGE="",e.JPEG="",e.JSON="",e.M4A="",e.MOV="",e.MP3="",e.MP4="",e.OGG="",e.PDF="",e.PNG="",e.POWERPOINT="",e.RAR="",e.STP="",e.TEXT="",e.VIDEO="",e.WAV="",e.WMA="",e.WORD="",e.XML="",e.YAML="",e.ZIP=""})(v||(v={}));var Ny=new Map([...["abw"].map(e=>[e,v.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,v.AUDIO]),...["avi"].map(e=>[e,v.AVI]),...["chm","xhs"].map(e=>[e,v.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,v.CODE]),...["csv"].map(e=>[e,v.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,v.DITA]),...["epub"].map(e=>[e,v.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,v.EXCEL]),...["flac"].map(e=>[e,v.FLAC]),...["gif"].map(e=>[e,v.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,v.GZIP]),...["html","htm","xhtml"].map(e=>[e,v.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,v.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,v.JPEG]),...["json"].map(e=>[e,v.JSON]),...["m4a","m4p"].map(e=>[e,v.M4A]),...["mov","qt"].map(e=>[e,v.MOV]),...["mp3"].map(e=>[e,v.MP3]),...["mp4","m4v"].map(e=>[e,v.MP4]),...["ogg","oga"].map(e=>[e,v.OGG]),...["pdf","ps"].map(e=>[e,v.PDF]),...["png"].map(e=>[e,v.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,v.POWERPOINT]),...["rar"].map(e=>[e,v.RAR]),...["stp"].map(e=>[e,v.STP]),...["txt","rtf","md","mdown"].map(e=>[e,v.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,v.VIDEO]),...["wav"].map(e=>[e,v.WAV]),...["wma"].map(e=>[e,v.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,v.WORD]),...["xml","xsl","rdf"].map(e=>[e,v.XML]),...["yaml","yml","x-yaml"].map(e=>[e,v.YAML]),...["zip"].map(e=>[e,v.ZIP])]);var ky={[v.ABW]:"#91ABC6",[v.AUDIO]:"#1795E3",[v.AVI]:"#E63324",[v.CHM]:"#71C3EB",[v.CODE]:"#71C3EB",[v.CSV]:"#1F7345",[v.DITA]:"#71C3EB",[v.EPUB]:"#85B926",[v.EXCEL]:"#1F7345",[v.FLAC]:"#1795E3",[v.GIF]:"#59B031",[v.GZIP]:"#F8AB36",[v.HTML]:"#71C3EB",[v.IMAGE]:"#59B031",[v.JPEG]:"#59B031",[v.JSON]:"#71C3EB",[v.M4A]:"#1795E3",[v.MOV]:"#E63324",[v.MP3]:"#1795E3",[v.MP4]:"#E63324",[v.OGG]:"#1795E3",[v.PDF]:"#E44948",[v.PNG]:"#59B031",[v.POWERPOINT]:"#B54A2B",[v.RAR]:"#F8AB36",[v.STP]:"#3764B1",[v.TEXT]:"#3162AB",[v.UNKNOWN]:"#999999",[v.VIDEO]:"#E63324",[v.WAV]:"#1795E3",[v.WMA]:"#1795E3",[v.WORD]:"#3162AB",[v.XML]:"#71C3EB",[v.YAML]:"#71C3EB",[v.ZIP]:"#F8AB36"};var Er=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},
|
|
331
|
+
`,Re.noTextSelect];var Qe;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Qe||(Qe={}));var Ar=y(I()),et=y(X()),pl=y(O()),fl=y(dl());var fn;(function(e){e.ADD_TO_PBK="",e.ALERT="",e.ADD_ALERT="",e.BACK_TO_SEARCH="",e.ADD_BOOKMARK="",e.BOOKMARK="",e.BOOKS="",e.MENU="",e.DOWNLOAD="",e.EDIT="",e.FEEDBACK="",e.HOME="",e.MODIFY_PBK="",e.SCHEDULED="",e.SEARCH="",e.EXPORT="",e.TOC="",e.WRITE_UGC="",e.TRASH="",e.USER="",e.EXTLINK="",e.CALENDAR="",e.OFFLINE="",e.BOOK="",e.DOWNLOAD_PLAIN="",e.CHECK="",e.STAR_PLAIN="",e.TOPICS="",e.DISC="",e.CIRCLE="",e.SHARED="",e.SORT_UNSORTED="",e.SORT_UP="",e.SORT_DOWN="",e.WORKING="",e.CLOSE="",e.ZOOM_OUT="",e.ZOOM_IN="",e.ZOOM_REALSIZE="",e.ZOOM_FULLSCREEN="",e.ADMIN_RESTRICTED="",e.ADMIN="",e.ADMIN_KHUB="",e.ADMIN_THEME="",e.ADMIN_USERS="",e.WARNING="",e.CONTEXT="",e.SEARCH_HOME="",e.STEPS="",e.ICON_EXPAND="",e.ICON_COLLAPSE="",e.INFO="",e.MINUS_PLAIN="",e.PLUS_PLAIN="",e.FACET_HAS_DESCENDANT="",e.TRIANGLE_BOTTOM="",e.TRIANGLE_LEFT="",e.TRIANGLE_RIGHT="",e.TRIANGLE_TOP="",e.THIN_ARROW="",e.SIGN_IN="",e.LOGOUT="",e.TRANSLATE="",e.CLOSE_PLAIN="",e.CHECK_PLAIN="",e.ARTICLE="",e.COLUMNS="",e.ANALYTICS="",e.COLLECTIONS="",e.ARROW_DOWN="",e.ARROW_LEFT="",e.ARROW_RIGHT="",e.ARROW_UP="",e.SEARCH_IN_PUBLICATION="",e.COPY_TO_CLIPBOARD="",e.SHARED_PBK="",e.ATTACHMENTS="",e.STRIPE_ARROW_LEFT="",e.STRIPE_ARROW_RIGHT="",e.FILTERS="",e.DOT="",e.MINUS="",e.PLUS="",e.MAILS_AND_NOTIFICATIONS="",e.SAVE="",e.LOCKER="",e.ADMIN_INTEGRATION="",e.SYNC="",e.TAG="",e.BOOK_PLAIN="",e.UPLOAD="",e.ONLINE="",e.TAG_PLAIN="",e.ACCOUNT_SETTINGS="",e.PRINT="",e.DEFAULT_ROLES="",e.SHORTCUT_MENU="",e.RELATIVES_PLAIN="",e.RELATIVES="",e.PAUSE="",e.PLAY="",e.ADMIN_PORTAL="",e.STAR="",e.THUMBS_DOWN="",e.THUMBS_DOWN_PLAIN="",e.THUMBS_UP="",e.THUMBS_UP_PLAIN="",e.FEEDBACK_PLAIN="",e.RATE_PLAIN="",e.RATE="",e.OFFLINE_SETTINGS="",e.MY_COLLECTIONS="",e.THIN_ARROW_LEFT="",e.THIN_ARROW_RIGHT="",e.RESET="",e.MY_LIBRARY="",e.UNSTRUCTURED_DOC="",e.CONTEXTUAL="",e.THIN_ARROW_UP="",e.ARROW_RIGHT_TO_LINE="",e.DESKTOP="",e.TABLET_LANDSCAPE="",e.TABLET_PORTRAIT="",e.MOBILE_LANDSCAPE="",e.MOBILE_PORTRAIT="",e.DIAGRAM_SUNBURST="",e.DIAGRAM_SANKEY="",e.COMMENT_QUESTION="",e.COMMENT_QUESTION_PLAIN="",e.MESSAGE_BOT="",e.CHART_SIMPLE="",e.BARS_PROGRESS="",e.BOOK_OPEN_GEAR="",e.BOOK_OPEN_GEAR_SLASH="",e.LINE_CHART="",e.STACKED_CHART="",e.CHART_BAR_STACKED="",e.CHART_BAR_GROUPED="",e.EYE_SLASH="",e.X_MARK="",e.EXPAND_WIDE="",e.PIP="",e.PIP_WIDE="",e.LIFE_RING="",e.GLOBE="",e.PIGGY_BANK="",e.EXTLINK_LIGHT="",e.CLONE="",e.CLONE_LINK_SIMPLE="",e.CHART_BAR_NORMALIZED="",e.CONSUMER="",e.OCTAGON_XMARK="",e.HOURGLASS_HALF="",e.CLOCK="",e.CLOCK_THREE="",e.CALENDAR_DAY="",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="",e.WAND_MAGIC_SPARKLES="",e.PAPER_PLANE="",e.CIRCLE_STOP="",e.ARROW_ROTATE_RIGHT="",e.ARROWS_ROTATE="",e.ALIGN_RIGHT="",e.FORMAT_CLEAR="",e.ALIGN_CENTER="",e.ALIGN_LEFT="",e.PALETTE="",e.BOLD="",e.ITALIC="",e.UNDERLINE="",e.STRIKETHROUGH="",e.LINK_SIMPLE_SLASH="",e.LINK_SIMPLE="",e.ROUTE="",e.CIRCLE_USER_SLASH="",e.CIRCLE_USER_CHECK="",e.LIST_MAGNIFYING_GLASS="",e.MEDAL="",e.THUMBS_UP_THUMBS_DOWN_SOLID="",e.ARROW_TURN_DOWN_RIGHT="",e.FLASK="",e.LOCK_KEYHOLE_OPEN_SOLID="",e.HOURGLASS_END="",e.CIRCLE_QUESTION="",e.GRIP_LINES_SOLID="",e.TRANSLATE_SPARKLE_SOLID="",e.CODE="",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="",e.PAPER_PLANE_SLASH="",e.COMPRESS="",e.EXPAND="",e.ARROW_ROTATE_LEFT="",e.MOBILE_SMALL="",e.SPARKLES="",e.HAND_SOLID="",e.CLOCK_SOLID="",e.CONTEXT_MENU_CURSOR="",e.LANGUAGE_SLASH="",e.MAGNIFYING_GLASS_FLOPPY_DISK="",e.CABINET_FILING_FLOPPY_DISK="",e.BOOKMARK_SLASH="",e.CIRCLE_PAUSE="",e.CIRCLE_PLAY="",e.CIRCLE_STOP_PLAIN="",e.CIRCLE_ARROW_DOWN="",e.SHARE_NODES="",e.BELL="",e.BELL_SLASH="",e.FILE="",e.HAND="",e.SQUARE_INFO_SOLID="",e.FILE_CODE="",e.BOX_CODE="",e.TOPICS_SOLID="",e.PHOTO_FILM="",e.HYPHEN_SOLID="",e.CROSSHAIRS="",e.PERSON_CHALKBOARD="",e.CIRCLE_ARROW_DOWN_SLASH="",e.BOOK_OPEN_COVER="",e.LIGHTBULB="",e.MESSAGE_BOT_AGENTIC_SOLID="",e.CHART_LINE_USER="",e.SERVER_CIRCLE_ARROW_DOWN="",e.EYE="",e.SHARE="󨃱"})(fn||(fn={}));var v;(function(e){e.UNKNOWN="",e.ABW="",e.AUDIO="",e.AVI="",e.CHM="",e.CODE="",e.CSV="",e.DITA="",e.EPUB="",e.EXCEL="",e.FLAC="",e.GIF="",e.GZIP="",e.HTML="",e.IMAGE="",e.JPEG="",e.JSON="",e.M4A="",e.MOV="",e.MP3="",e.MP4="",e.OGG="",e.PDF="",e.PNG="",e.POWERPOINT="",e.RAR="",e.STP="",e.TEXT="",e.VIDEO="",e.WAV="",e.WMA="",e.WORD="",e.XML="",e.YAML="",e.ZIP=""})(v||(v={}));var Ny=new Map([...["abw"].map(e=>[e,v.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,v.AUDIO]),...["avi"].map(e=>[e,v.AVI]),...["chm","xhs"].map(e=>[e,v.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,v.CODE]),...["csv"].map(e=>[e,v.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,v.DITA]),...["epub"].map(e=>[e,v.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,v.EXCEL]),...["flac"].map(e=>[e,v.FLAC]),...["gif"].map(e=>[e,v.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,v.GZIP]),...["html","htm","xhtml"].map(e=>[e,v.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,v.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,v.JPEG]),...["json"].map(e=>[e,v.JSON]),...["m4a","m4p"].map(e=>[e,v.M4A]),...["mov","qt"].map(e=>[e,v.MOV]),...["mp3"].map(e=>[e,v.MP3]),...["mp4","m4v"].map(e=>[e,v.MP4]),...["ogg","oga"].map(e=>[e,v.OGG]),...["pdf","ps"].map(e=>[e,v.PDF]),...["png"].map(e=>[e,v.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,v.POWERPOINT]),...["rar"].map(e=>[e,v.RAR]),...["stp"].map(e=>[e,v.STP]),...["txt","rtf","md","mdown"].map(e=>[e,v.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,v.VIDEO]),...["wav"].map(e=>[e,v.WAV]),...["wma"].map(e=>[e,v.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,v.WORD]),...["xml","xsl","rdf"].map(e=>[e,v.XML]),...["yaml","yml","x-yaml"].map(e=>[e,v.YAML]),...["zip"].map(e=>[e,v.ZIP])]);var ky={[v.ABW]:"#91ABC6",[v.AUDIO]:"#1795E3",[v.AVI]:"#E63324",[v.CHM]:"#71C3EB",[v.CODE]:"#71C3EB",[v.CSV]:"#1F7345",[v.DITA]:"#71C3EB",[v.EPUB]:"#85B926",[v.EXCEL]:"#1F7345",[v.FLAC]:"#1795E3",[v.GIF]:"#59B031",[v.GZIP]:"#F8AB36",[v.HTML]:"#71C3EB",[v.IMAGE]:"#59B031",[v.JPEG]:"#59B031",[v.JSON]:"#71C3EB",[v.M4A]:"#1795E3",[v.MOV]:"#E63324",[v.MP3]:"#1795E3",[v.MP4]:"#E63324",[v.OGG]:"#1795E3",[v.PDF]:"#E44948",[v.PNG]:"#59B031",[v.POWERPOINT]:"#B54A2B",[v.RAR]:"#F8AB36",[v.STP]:"#3764B1",[v.TEXT]:"#3162AB",[v.UNKNOWN]:"#999999",[v.VIDEO]:"#E63324",[v.WAV]:"#1795E3",[v.WMA]:"#1795E3",[v.WORD]:"#3162AB",[v.XML]:"#71C3EB",[v.YAML]:"#71C3EB",[v.ZIP]:"#F8AB36"};var Er=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},ue=class extends pl.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=Ar.nothing}render(){let t=this.variant&&Object.values(Qe).includes(this.variant)?this.variant:Qe.fluid_topics,r=t!==Qe.material||!!this.value;return Ar.html`
|
|
332
332
|
<i class="ft-icon ft-icon--${t} ft-no-text-select" part="icon icon-${t}">
|
|
333
333
|
${(0,fl.unsafeHTML)(this.resolvedIcon)}
|
|
334
334
|
<slot ?hidden=${r}></slot>
|
|
335
335
|
</i>
|
|
336
|
-
`}getTextContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}update(t){super.update(t),["value","variant"].some(r=>t.has(r))&&this.resolveIcon()}resolveIcon(){var t,r;let n=this.value||this.getTextContent();switch(this.variant){case Qe.file_format:this.resolvedIcon=(t=v[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case Qe.material:this.resolvedIcon=this.value||Ar.nothing;break;default:this.resolvedIcon=(r=fn[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};
|
|
336
|
+
`}getTextContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}update(t){super.update(t),["value","variant"].some(r=>t.has(r))&&this.resolveIcon()}resolveIcon(){var t,r;let n=this.value||this.getTextContent();switch(this.variant){case Qe.file_format:this.resolvedIcon=(t=v[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case Qe.material:this.resolvedIcon=this.value||Ar.nothing;break;default:this.resolvedIcon=(r=fn[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};ue.elementDefinitions={};ue.styles=cl;Er([(0,et.property)()],ue.prototype,"variant",void 0);Er([(0,et.property)()],ue.prototype,"value",void 0);Er([(0,et.property)({reflect:!0,attribute:"aria-hidden"})],ue.prototype,"ariaHidden",void 0);Er([(0,et.state)()],ue.prototype,"resolvedIcon",void 0);Er([(0,et.query)("slot")],ue.prototype,"slottedContent",void 0);var ml=y(O());var hl={"ft-icon":ue};(0,ml.customElements)(hl);var yl=y(I()),Sr=y(O()),xt={color:Sr.FtCssVariableFactory.extend("--ft-loader-color","",Sr.designSystemVariables.colorPrimary),size:Sr.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},vl=yl.css`
|
|
337
337
|
:host {
|
|
338
338
|
line-height: 0;
|
|
339
339
|
}
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
<div></div>
|
|
410
410
|
<div></div>
|
|
411
411
|
</div>
|
|
412
|
-
`}};At.styles=vl;var Al=y(O());var xl={"ft-loader":At};(0,Al.customElements)(xl);var tt=y(I()),Oi=y(Xt()),L=y(X());var Si=e=>e??H;var Cl=y(I()),
|
|
412
|
+
`}};At.styles=vl;var Al=y(O());var xl={"ft-loader":At};(0,Al.customElements)(xl);var tt=y(I()),Oi=y(Xt()),L=y(X());var Si=e=>e??H;var Cl=y(I()),w=y(O());var El=w.FtCssVariableFactory.extend("--ft-button-color","",w.designSystemVariables.colorPrimary),R={backgroundColor:w.FtCssVariableFactory.extend("--ft-button-background-color","",w.designSystemVariables.colorSurface),borderRadius:w.FtCssVariableFactory.extend("--ft-button-border-radius","",w.designSystemVariables.borderRadiusL),color:El,fontSize:w.FtCssVariableFactory.extend("--ft-button-font-size","",Ne.fontSize),iconSize:w.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:w.FtCssVariableFactory.extend("--ft-button-ripple-color","",El),verticalPadding:w.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:w.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:w.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:w.FtCssVariableFactory.external(w.designSystemVariables.colorOpacityDisabled,"Design system")},Sl=w.FtCssVariableFactory.extend("--ft-button-primary-color","",w.FtCssVariableFactory.extend("--ft-button-color","",w.designSystemVariables.colorOnPrimary)),Ci={backgroundColor:w.FtCssVariableFactory.extend("--ft-button-primary-background-color","",w.FtCssVariableFactory.extend("--ft-button-background-color","",w.designSystemVariables.colorPrimary)),color:Sl,rippleColor:w.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Sl)},Le={borderRadius:w.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",w.FtCssVariableFactory.extend("--ft-button-border-radius","",w.designSystemVariables.borderRadiusM)),verticalPadding:w.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:w.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:w.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},Ol=Cl.css`
|
|
413
413
|
:host {
|
|
414
414
|
display: inline-block;
|
|
415
415
|
max-width: 100%;
|
|
@@ -436,7 +436,12 @@
|
|
|
436
436
|
}
|
|
437
437
|
|
|
438
438
|
.ft-button:focus {
|
|
439
|
-
outline:
|
|
439
|
+
outline: none;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.ft-button:focus-visible {
|
|
443
|
+
outline: 2px solid ${w.designSystemVariables.colorPrimary};
|
|
444
|
+
outline-offset: 2px;
|
|
440
445
|
}
|
|
441
446
|
|
|
442
447
|
.ft-button {
|
|
@@ -445,21 +450,20 @@
|
|
|
445
450
|
justify-content: center;
|
|
446
451
|
align-items: center;
|
|
447
452
|
width: 100%;
|
|
448
|
-
overflow: hidden;
|
|
449
453
|
box-sizing: border-box;
|
|
450
454
|
border: none;
|
|
451
455
|
pointer-events: auto;
|
|
452
456
|
|
|
453
457
|
--button-internal-line-height: max(calc(${R.fontSize} + 2px), ${R.iconSize});
|
|
454
458
|
--button-internal-color: ${R.color};
|
|
455
|
-
${(0,
|
|
456
|
-
${(0,
|
|
459
|
+
${(0,w.setVariable)(_e.size,R.iconSize)};
|
|
460
|
+
${(0,w.setVariable)(te.color,R.rippleColor)};
|
|
461
|
+
${(0,w.setVariable)(te.borderRadius,R.borderRadius)};
|
|
457
462
|
|
|
458
463
|
border-radius: ${R.borderRadius};
|
|
459
464
|
padding: ${R.verticalPadding} ${R.horizontalPadding};
|
|
460
465
|
background-color: ${R.backgroundColor};
|
|
461
466
|
color: var(--button-internal-color);
|
|
462
|
-
-webkit-mask-image: radial-gradient(white, black);
|
|
463
467
|
}
|
|
464
468
|
|
|
465
469
|
.ft-button.ft-button--outlined {
|
|
@@ -468,13 +472,14 @@
|
|
|
468
472
|
}
|
|
469
473
|
|
|
470
474
|
.ft-button.ft-button--dense {
|
|
471
|
-
padding: ${
|
|
472
|
-
border-radius: ${
|
|
473
|
-
gap: ${
|
|
475
|
+
padding: ${Le.verticalPadding} ${Le.horizontalPadding};
|
|
476
|
+
border-radius: ${Le.borderRadius};
|
|
477
|
+
gap: ${Le.iconPadding};
|
|
478
|
+
${(0,w.setVariable)(te.borderRadius,Le.borderRadius)};
|
|
474
479
|
}
|
|
475
480
|
|
|
476
481
|
.ft-button.ft-button--dense.ft-button--outlined {
|
|
477
|
-
padding: calc(${
|
|
482
|
+
padding: calc(${Le.verticalPadding} - 1px) calc(${Le.horizontalPadding} - 1px);
|
|
478
483
|
}
|
|
479
484
|
|
|
480
485
|
.ft-button:not([disabled]):hover {
|
|
@@ -486,7 +491,7 @@
|
|
|
486
491
|
}
|
|
487
492
|
|
|
488
493
|
.ft-button--round.ft-button--dense {
|
|
489
|
-
border-radius: calc(var(--button-internal-line-height) / 2 + ${
|
|
494
|
+
border-radius: calc(var(--button-internal-line-height) / 2 + ${Le.verticalPadding});
|
|
490
495
|
}
|
|
491
496
|
|
|
492
497
|
.ft-button[disabled] {
|
|
@@ -497,11 +502,7 @@
|
|
|
497
502
|
.ft-button.ft-button--primary {
|
|
498
503
|
background-color: ${Ci.backgroundColor};
|
|
499
504
|
--button-internal-color: ${Ci.color};
|
|
500
|
-
${(0,
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
.ft-button:focus {
|
|
504
|
-
outline: none;
|
|
505
|
+
${(0,w.setVariable)(te.color,Ci.rippleColor)};
|
|
505
506
|
}
|
|
506
507
|
|
|
507
508
|
.ft-button--label {
|
|
@@ -511,12 +512,12 @@
|
|
|
511
512
|
text-overflow: ellipsis;
|
|
512
513
|
display: block;
|
|
513
514
|
margin: 0 ${R.iconPadding};
|
|
514
|
-
${(0,
|
|
515
|
-
${(0,
|
|
515
|
+
${(0,w.setVariable)(Ne.fontSize,"1em")};
|
|
516
|
+
${(0,w.setVariable)(Ne.lineHeight,"var(--button-internal-line-height)")};
|
|
516
517
|
}
|
|
517
518
|
|
|
518
519
|
.ft-button--dense .ft-button--label {
|
|
519
|
-
margin: 0 ${
|
|
520
|
+
margin: 0 ${Le.iconPadding};
|
|
520
521
|
}
|
|
521
522
|
|
|
522
523
|
.ft-button--label[hidden] {
|
|
@@ -534,8 +535,8 @@
|
|
|
534
535
|
}
|
|
535
536
|
|
|
536
537
|
.ft-button--dense .ft-button--label[hidden] + [part="icon"] {
|
|
537
|
-
margin: 0 calc(${
|
|
538
|
-
padding: 0 ${
|
|
538
|
+
margin: 0 calc(${Le.horizontalPadding} * -1);
|
|
539
|
+
padding: 0 ${Le.verticalPadding};
|
|
539
540
|
}
|
|
540
541
|
|
|
541
542
|
.ft-button:not(.ft-button--trailing-icon) [part="label"] {
|
|
@@ -543,8 +544,8 @@
|
|
|
543
544
|
}
|
|
544
545
|
|
|
545
546
|
ft-loader {
|
|
546
|
-
${(0,
|
|
547
|
-
${(0,
|
|
547
|
+
${(0,w.setVariable)(xt.size,R.iconSize)};
|
|
548
|
+
${(0,w.setVariable)(xt.color,"var(--button-internal-color)")};
|
|
548
549
|
}
|
|
549
550
|
`;var D=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},_=class extends(0,Ee.toFtFormComponent)(Ee.FtLitElement){get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}constructor(){super(),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1,this.disabled=!1,this.icon=void 0,this.trailingIcon=!1,this.label="",this.type="button",this.href=void 0,this.target=void 0,this.loading=!1,this.ariaLabel=null,this.ariaHasPopup=null,this.ariaPressed=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.activated=!1,this.addEventListener("click",t=>{var r;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){var t,r,n;let i=tt.html`
|
|
550
551
|
<ft-ripple part="ripple"
|
|
@@ -588,7 +589,7 @@
|
|
|
588
589
|
<ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
|
|
589
590
|
`:tt.html`
|
|
590
591
|
<slot part="icon" name="icon"></slot>
|
|
591
|
-
`}focus(){var t;(t=this.button)===null||t===void 0||t.focus()}showTooltip(){var t;(t=this.tooltip)===null||t===void 0||t.show()}showTemporaryTooltip(t,r){var n;return(n=this.tooltip)===null||n===void 0?void 0:n.showTemporaryText(t,r)}setTooltipManual(t){this.tooltip&&(this.tooltip.manual=t)}click(){var t;(t=this.button)===null||t===void 0||t.click()}getLabel(){return this.label||this.getTextContent()}getTextContent(){return(0,Ee.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};_.elementDefinitions={"ft-ripple":P,"ft-tooltip":V,"ft-icon":
|
|
592
|
+
`}focus(){var t;(t=this.button)===null||t===void 0||t.focus()}showTooltip(){var t;(t=this.tooltip)===null||t===void 0||t.show()}showTemporaryTooltip(t,r){var n;return(n=this.tooltip)===null||n===void 0?void 0:n.showTemporaryText(t,r)}setTooltipManual(t){this.tooltip&&(this.tooltip.manual=t)}click(){var t;(t=this.button)===null||t===void 0||t.click()}getLabel(){return this.label||this.getTextContent()}getTextContent(){return(0,Ee.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};_.elementDefinitions={"ft-ripple":P,"ft-tooltip":V,"ft-icon":ue,"ft-loader":At,"ft-typography":J};_.styles=[Ee.safariEllipsisFix,Ol,Ee.noTextSelect];D([(0,L.property)({type:Boolean})],_.prototype,"primary",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"outlined",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"dense",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"round",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"disabled",void 0);D([(0,L.property)()],_.prototype,"icon",void 0);D([(0,L.property)()],_.prototype,"iconVariant",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"trailingIcon",void 0);D([(0,L.property)()],_.prototype,"label",void 0);D([(0,L.property)()],_.prototype,"type",void 0);D([(0,L.property)()],_.prototype,"href",void 0);D([(0,L.property)()],_.prototype,"target",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"loading",void 0);D([(0,L.property)({attribute:"aria-label"})],_.prototype,"ariaLabel",void 0);D([(0,L.property)()],_.prototype,"ariaHasPopup",void 0);D([(0,L.property)({attribute:"aria-pressed"})],_.prototype,"ariaPressed",void 0);D([(0,L.property)()],_.prototype,"tooltipPosition",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"hideTooltip",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"forceTooltip",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"activated",void 0);D([(0,L.query)(".ft-button")],_.prototype,"button",void 0);D([(0,L.query)(".ft-button--label slot")],_.prototype,"slottedContent",void 0);D([(0,L.query)("[part=tooltip]")],_.prototype,"tooltip",void 0);var Tl=y(O());var wl={"ft-button":_};(0,Tl.customElements)(wl);var Se={expandButtonColor:k.FtCssVariableFactory.extend("--ft-tree-selector-expand-button-color","Color of the expand button",k.designSystemVariables.colorOnSurfaceMedium),expandButtonBackgroundColor:k.FtCssVariableFactory.create("--ft-tree-selector-expand-button-background-color","Background color of the expand button","COLOR","transparent"),treeLinesColor:k.FtCssVariableFactory.extend("--ft-tree-selector-line-color","Color of the tree lines",k.designSystemVariables.colorOutline),levelPadding:k.FtCssVariableFactory.create("--ft-tree-selector-level-padding","","SIZE","16px"),labelColor:k.FtCssVariableFactory.extend("--ft-tree-selector-label-color","",k.designSystemVariables.colorOnSurface),labelFontSize:k.FtCssVariableFactory.extend("--ft-tree-selector-label-font-size","",A.fontSize,"16px"),buttonColor:k.FtCssVariableFactory.extend("--ft-search-facet-button-color","",k.designSystemVariables.colorPrimary),checkboxColor:k.FtCssVariableFactory.extend("--ft-search-facet-checkbox-color","",k.designSystemVariables.colorPrimary)},Rl=_l.css`
|
|
592
593
|
|
|
593
594
|
[part="header"] {
|
|
594
595
|
display: flex;
|
|
@@ -709,15 +710,15 @@
|
|
|
709
710
|
}
|
|
710
711
|
|
|
711
712
|
|
|
712
|
-
`;var hn=y(I()),
|
|
713
|
+
`;var hn=y(I()),Pe=y(X()),Nl=y(O()),kl=y(Xt());var K=y(O()),Ll=y(I());var de={textColor:K.FtCssVariableFactory.extend("--ft-checkbox-text-color","",K.designSystemVariables.colorOnSurfaceHigh),fontSize:K.FtCssVariableFactory.extend("--ft-checkbox-font-size","",A.fontSize),activeColor:K.FtCssVariableFactory.extend("--ft-checkbox-active-color","",K.designSystemVariables.colorPrimary),checkColor:K.FtCssVariableFactory.extend("--ft-checkbox-check-color","",K.designSystemVariables.colorOnPrimary),borderColor:K.FtCssVariableFactory.extend("--ft-checkbox-border-color","",K.designSystemVariables.colorOnSurfaceMedium),disabledColor:K.FtCssVariableFactory.extend("--ft-checkbox-disabled-color","",K.designSystemVariables.colorOnSurfaceDisabled),errorColor:K.FtCssVariableFactory.extend("--ft-checkbox-error-color","",K.designSystemVariables.colorError)},Pl=Ll.css`
|
|
713
714
|
* {
|
|
714
715
|
box-sizing: border-box;
|
|
715
716
|
}
|
|
716
717
|
|
|
717
718
|
.ft-checkbox {
|
|
718
719
|
box-sizing: border-box;
|
|
719
|
-
color: ${
|
|
720
|
-
font-size: ${
|
|
720
|
+
color: ${de.textColor};
|
|
721
|
+
font-size: ${de.fontSize};
|
|
721
722
|
|
|
722
723
|
display: inline-flex;
|
|
723
724
|
align-items: center;
|
|
@@ -725,7 +726,7 @@
|
|
|
725
726
|
}
|
|
726
727
|
|
|
727
728
|
.ft-checkbox--disabled {
|
|
728
|
-
color: ${
|
|
729
|
+
color: ${de.disabledColor};
|
|
729
730
|
}
|
|
730
731
|
|
|
731
732
|
input {
|
|
@@ -749,26 +750,26 @@
|
|
|
749
750
|
|
|
750
751
|
.ft-checkbox--box {
|
|
751
752
|
display: flex;
|
|
752
|
-
border: 2px solid ${
|
|
753
|
+
border: 2px solid ${de.borderColor};
|
|
753
754
|
border-radius: 2px;
|
|
754
755
|
|
|
755
756
|
width: 18px;
|
|
756
757
|
height: 18px;
|
|
757
758
|
|
|
758
|
-
color: ${
|
|
759
|
+
color: ${de.checkColor};
|
|
759
760
|
}
|
|
760
761
|
|
|
761
762
|
|
|
762
763
|
.ft-checkbox--checked .ft-checkbox--box,
|
|
763
764
|
.ft-checkbox--indeterminate .ft-checkbox--box {
|
|
764
|
-
border-color: ${
|
|
765
|
-
background-color: ${
|
|
765
|
+
border-color: ${de.activeColor};
|
|
766
|
+
background-color: ${de.activeColor};
|
|
766
767
|
}
|
|
767
768
|
|
|
768
769
|
.ft-checkbox--disabled .ft-checkbox--box {
|
|
769
|
-
border-color: ${
|
|
770
|
+
border-color: ${de.disabledColor};
|
|
770
771
|
background-color: transparent;
|
|
771
|
-
color: ${
|
|
772
|
+
color: ${de.disabledColor};
|
|
772
773
|
}
|
|
773
774
|
|
|
774
775
|
.ft-checkbox--checkmark {
|
|
@@ -789,16 +790,16 @@
|
|
|
789
790
|
}
|
|
790
791
|
|
|
791
792
|
.ft-checkbox.ft-checkbox--error {
|
|
792
|
-
color: ${
|
|
793
|
-
${(0,K.setVariable)(
|
|
793
|
+
color: ${de.errorColor};
|
|
794
|
+
${(0,K.setVariable)(te.color,de.errorColor)};
|
|
794
795
|
|
|
795
796
|
.ft-checkbox--box {
|
|
796
|
-
border-color: ${
|
|
797
|
+
border-color: ${de.errorColor};
|
|
797
798
|
}
|
|
798
799
|
|
|
799
800
|
&.ft-checkbox--checked, &.ft-checkbox--indeterminate {
|
|
800
801
|
.ft-checkbox--box {
|
|
801
|
-
background-color: ${
|
|
802
|
+
background-color: ${de.errorColor};
|
|
802
803
|
}
|
|
803
804
|
}
|
|
804
805
|
}
|
|
@@ -836,15 +837,15 @@
|
|
|
836
837
|
<path class="ft-checkbox--checkmark-path" fill="none"
|
|
837
838
|
d="${this.indeterminate&&!this.checked?"M2,12 22,12":"M1.73,12.91 8.1,19.28 22.79,4.59"}"></path>
|
|
838
839
|
</svg>
|
|
839
|
-
`}onSlotchange(){this.requestUpdate()}willUpdate(t){super.willUpdate(t),t.has("checked")&&(this.ariaChecked=this.checked?"true":"false")}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.indeterminate=!1,this.dispatchEvent(new wi(this.checked))}contentAvailableCallback(t){var r;super.contentAvailableCallback(t),(r=this.ripple)===null||r===void 0||r.setupFor(this.container)}click(){this.input.click()}focus(){this.input.focus(),setTimeout(()=>{var t;(t=this.ripple)===null||t===void 0||t.forceFocusUpdate()},0)}};G.elementDefinitions={"ft-ripple":P,"ft-typography":J};G.styles=Pl;je([(0,
|
|
840
|
+
`}onSlotchange(){this.requestUpdate()}willUpdate(t){super.willUpdate(t),t.has("checked")&&(this.ariaChecked=this.checked?"true":"false")}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.indeterminate=!1,this.dispatchEvent(new wi(this.checked))}contentAvailableCallback(t){var r;super.contentAvailableCallback(t),(r=this.ripple)===null||r===void 0||r.setupFor(this.container)}click(){this.input.click()}focus(){this.input.focus(),setTimeout(()=>{var t;(t=this.ripple)===null||t===void 0||t.forceFocusUpdate()},0)}};G.elementDefinitions={"ft-ripple":P,"ft-typography":J};G.styles=Pl;je([(0,Pe.property)()],G.prototype,"name",void 0);je([(0,Pe.property)()],G.prototype,"value",void 0);je([(0,Pe.property)({type:Boolean,reflect:!0})],G.prototype,"checked",void 0);je([(0,Pe.property)({type:Boolean})],G.prototype,"indeterminate",void 0);je([(0,Pe.property)({type:Boolean})],G.prototype,"disabled",void 0);je([(0,Pe.property)({type:Boolean})],G.prototype,"error",void 0);je([(0,Pe.query)(".ft-checkbox")],G.prototype,"container",void 0);je([(0,Pe.query)("ft-ripple")],G.prototype,"ripple",void 0);je([(0,Pe.query)("input")],G.prototype,"input",void 0);var Ml=y(O());var Dl={"ft-checkbox":G};(0,Ml.customElements)(Dl);var Ti=y(Ul()),z=y(X());var rt;(function(e){e.manual="manual",e.auto="auto",e.downward="downward"})(rt||(rt={}));function $l(e,t,r){return e?t(e):r?.(e)}var ee=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},Cr=class extends CustomEvent{constructor(t){super("tree-change",{detail:(0,Q.deepCopy)(t)})}},_i=class extends CustomEvent{constructor(t){super("treenode-change",{detail:t})}},Ri=class extends CustomEvent{constructor(){super("treenode-clear-all")}},U=class extends Q.FtLitElement{constructor(){super(...arguments),this.mode=rt.auto,this.userOpenedNodes=new Set,this.userClosedNodes=new Set,this.currentExpandButtonFocusedIndex=0,this.label="",this.expandLabel="Expand",this.collapseLabel="Collapse",this.expandParametrizedLabel="Expand {0}",this.collapseParametrizedLabel="Collapse {0}",this.expandAllLabel="Expand all",this.collapseAllLabel="Collapse all",this.clearLabel="Clear"}willUpdate(t){super.willUpdate(t),this.data&&this.isTreeSelectorCollapsed==null&&(this.isTreeSelectorCollapsed=this.data.rootNodes.every(r=>!this.isNodeExpanded(r)))}render(){var t;let r=this.data.rootNodes.some(n=>n.children.length>0);return ie.html`
|
|
840
841
|
<div class="ft-tree-selector ${r?"with-expandable":""}">
|
|
841
842
|
<div part="header">
|
|
842
|
-
${this.label.length>0?
|
|
843
|
+
${this.label.length>0?ie.html`
|
|
843
844
|
<ft-typography variant="${fe.overline}" part="label">
|
|
844
845
|
${this.label}
|
|
845
846
|
</ft-typography>
|
|
846
|
-
`:
|
|
847
|
-
${r?
|
|
847
|
+
`:ie.nothing}
|
|
848
|
+
${r?ie.html`
|
|
848
849
|
<ft-button dense
|
|
849
850
|
tooltipposition="bottom"
|
|
850
851
|
part="expand-button"
|
|
@@ -853,18 +854,18 @@
|
|
|
853
854
|
aria-expanded="${this.isTreeSelectorCollapsed}"
|
|
854
855
|
@click=${()=>this.toggleExpandAll()}>
|
|
855
856
|
</ft-button>
|
|
856
|
-
`:
|
|
857
|
+
`:ie.nothing}
|
|
857
858
|
|
|
858
|
-
${!((t=this.data)===null||t===void 0)&&t.rootNodes.some(n=>n.selected||n.indeterminate)?
|
|
859
|
+
${!((t=this.data)===null||t===void 0)&&t.rootNodes.some(n=>n.selected||n.indeterminate)?ie.html`
|
|
859
860
|
<ft-button icon="close" dense @click=${()=>this.clear()} part="clear-button">
|
|
860
861
|
${this.clearLabel}
|
|
861
862
|
</ft-button>
|
|
862
|
-
`:
|
|
863
|
+
`:ie.nothing}
|
|
863
864
|
</div>
|
|
864
865
|
${(0,Ti.repeat)(this.data.rootNodes,n=>n.value,n=>this.renderNode([],n))}
|
|
865
866
|
</div>
|
|
866
867
|
</div>
|
|
867
|
-
`}renderNode(t,r){let n=this.isNodeExpanded(r),i={expanded:n,collapsed:n,"with-expandable":this.hasExpandableChildren(r)};return
|
|
868
|
+
`}renderNode(t,r){let n=this.isNodeExpanded(r),i={expanded:n,collapsed:n,"with-expandable":this.hasExpandableChildren(r)};return ie.html`
|
|
868
869
|
<div part="level" class="${r.children.length!=0?"expandable":"leaf"}"
|
|
869
870
|
data-value="${r.value}">
|
|
870
871
|
<div part="actions">
|
|
@@ -877,14 +878,14 @@
|
|
|
877
878
|
${r.label}
|
|
878
879
|
</ft-checkbox>
|
|
879
880
|
</div>
|
|
880
|
-
${r.children.length!=0&&this.isNodeExpanded(r)?
|
|
881
|
+
${r.children.length!=0&&this.isNodeExpanded(r)?ie.html`
|
|
881
882
|
<div part="children" class="${(0,Bl.classMap)(i)}" id="${this.getAriaControlId(r)}">
|
|
882
883
|
${$l(n,()=>(0,Ti.repeat)(r.children,o=>o.value,o=>this.renderNode([...t,r],o)))}
|
|
883
|
-
</div>`:
|
|
884
|
+
</div>`:ie.nothing}
|
|
884
885
|
</div>
|
|
885
|
-
`}clear(){switch((0,Q.flatDeep)(this.data.rootNodes,t=>t.children).forEach(t=>{t.selected=!1,t.indeterminate=!1}),this.requestUpdate(),this.mode){case rt.auto:case rt.downward:this.dispatchEvent(new Cr(this.data));break;default:this.dispatchEvent(new Ri);break}}toggleNode(t,r,n){let i=s=>{s.selected=n.detail,s.indeterminate=!1};i(r);let o=[...t].reverse();switch(this.mode){case rt.auto:(0,Q.forEachDeep)(r.children,s=>s.children,i),o.forEach(s=>{s.selected=s.children.every(a=>a.selected),s.indeterminate=!s.selected&&s.children.some(a=>a.selected||a.indeterminate)}),this.requestUpdate(),this.dispatchEvent(new Cr(this.data));break;case rt.downward:(0,Q.forEachDeep)(r.children,s=>s.children,i),this.requestUpdate(),this.dispatchEvent(new Cr(this.data));break;default:this.requestUpdate(),this.dispatchEvent(new _i({value:r.value,selected:n.detail}));break}}renderOpenCloseButton(t){if(t.children.length===0)return
|
|
886
|
+
`}clear(){switch((0,Q.flatDeep)(this.data.rootNodes,t=>t.children).forEach(t=>{t.selected=!1,t.indeterminate=!1}),this.requestUpdate(),this.mode){case rt.auto:case rt.downward:this.dispatchEvent(new Cr(this.data));break;default:this.dispatchEvent(new Ri);break}}toggleNode(t,r,n){let i=s=>{s.selected=n.detail,s.indeterminate=!1};i(r);let o=[...t].reverse();switch(this.mode){case rt.auto:(0,Q.forEachDeep)(r.children,s=>s.children,i),o.forEach(s=>{s.selected=s.children.every(a=>a.selected),s.indeterminate=!s.selected&&s.children.some(a=>a.selected||a.indeterminate)}),this.requestUpdate(),this.dispatchEvent(new Cr(this.data));break;case rt.downward:(0,Q.forEachDeep)(r.children,s=>s.children,i),this.requestUpdate(),this.dispatchEvent(new Cr(this.data));break;default:this.requestUpdate(),this.dispatchEvent(new _i({value:r.value,selected:n.detail}));break}}renderOpenCloseButton(t){if(t.children.length===0)return ie.html`
|
|
886
887
|
<div part="expand"></div>
|
|
887
|
-
`;let r=this.isNodeExpanded(t);return
|
|
888
|
+
`;let r=this.isNodeExpanded(t);return ie.html`
|
|
888
889
|
<ft-button dense part="expand" tooltipposition="bottom"
|
|
889
890
|
icon="${r?"TRIANGLE_BOTTOM":"TRIANGLE_RIGHT"}"
|
|
890
891
|
label="${r?this.collapseLabel:this.expandLabel}"
|