@fluid-topics/ft-chip 2.2.2 → 2.2.3
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-chip.light.js +13 -13
- package/build/ft-chip.min.js +26 -26
- package/package.json +6 -6
package/build/ft-chip.light.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";(()=>{var Bl=Object.create;var wi=Object.defineProperty;var Hl=Object.getOwnPropertyDescriptor;var Vl=Object.getOwnPropertyNames;var Fl=Object.getPrototypeOf,jl=Object.prototype.hasOwnProperty;var Mt=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}};var zl=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Vl(t))!jl.call(e,i)&&i!==r&&wi(e,i,{get:()=>t[i],enumerable:!(n=Hl(t,i))||n.enumerable});return e};var h=(e,t,r)=>(r=e!=null?Bl(Fl(e)):{},zl(t||!e||!e.__esModule?wi(r,"default",{value:e,enumerable:!0}):r,e));var T=Mt((
|
|
1
|
+
"use strict";(()=>{var Bl=Object.create;var wi=Object.defineProperty;var Hl=Object.getOwnPropertyDescriptor;var Vl=Object.getOwnPropertyNames;var Fl=Object.getPrototypeOf,jl=Object.prototype.hasOwnProperty;var Mt=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}};var zl=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Vl(t))!jl.call(e,i)&&i!==r&&wi(e,i,{get:()=>t[i],enumerable:!(n=Hl(t,i))||n.enumerable});return e};var h=(e,t,r)=>(r=e!=null?Bl(Fl(e)):{},zl(t||!e||!e.__esModule?wi(r,"default",{value:e,enumerable:!0}):r,e));var T=Mt((Tu,Ti)=>{Ti.exports=ftGlobals.wcUtils});var j=Mt((Ou,Oi)=>{Oi.exports=ftGlobals.lit});var te=Mt((Ru,Ri)=>{Ri.exports=ftGlobals.litDecorators});var mr=Mt((Lu,Li)=>{Li.exports=ftGlobals.litClassMap});var Ss=Mt((dd,As)=>{As.exports=ftGlobals.litUnsafeHTML});var Il=h(T());var bn=h(j()),q=h(te()),Ml=h(mr()),Pt=h(T());var $i=h(j()),K=h(te()),Bi=h(mr()),kt=h(T());var Ii=h(j()),H=h(T()),Ni=H.FtCssVariableFactory.extend("--ft-ripple-color","",H.designSystemVariables.colorContent),X={color:Ni,backgroundColor:H.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ni),opacityContentOnSurfacePressed:H.FtCssVariableFactory.external(H.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:H.FtCssVariableFactory.external(H.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:H.FtCssVariableFactory.external(H.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:H.FtCssVariableFactory.external(H.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:H.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Pi=H.FtCssVariableFactory.extend("--ft-ripple-color","",H.designSystemVariables.colorPrimary),Di={color:Pi,backgroundColor:H.FtCssVariableFactory.extend("--ft-ripple-background-color","",Pi)},Mi=H.FtCssVariableFactory.extend("--ft-ripple-color","",H.designSystemVariables.colorSecondary),ki={color:Mi,backgroundColor:H.FtCssVariableFactory.extend("--ft-ripple-background-color","",Mi)},Ui=Ii.css`
|
|
2
2
|
:host {
|
|
3
3
|
display: contents;
|
|
4
4
|
}
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
opacity: ${X.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,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},M=class extends kt.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 kt.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 kt.Debouncer(10),this.moveRipple=t=>{var r,n;let{x:i,y:s}=this.getCoordinates(t),o=(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-o.x:o.width/2),this.originY=Math.round(s!=null?s-o.y:o.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 $i.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"),s=a=>{["Enter"," "].includes(a.key)&&r("keyup")(a)},o={passive:!0};t.addEventListener("mouseover",this.startHover,o),t.addEventListener("mousemove",this.moveRipple,o),t.addEventListener("mouseleave",this.endHover,o),t.addEventListener("mousedown",n,o),t.addEventListener("touchstart",i,o),t.addEventListener("touchmove",this.moveRipple,o),t.addEventListener("keydown",s,o),t.addEventListener("focus",this.startFocus,o),t.addEventListener("blur",this.endFocus,o),t.addEventListener("focusin",this.startFocus,o),t.addEventListener("focusout",this.endFocus,o),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,o),t.removeEventListener("mousemove",this.moveRipple,o),t.removeEventListener("mouseleave",this.endHover,o),t.removeEventListener("mousedown",n,o),t.removeEventListener("touchstart",i,o),t.removeEventListener("touchmove",this.moveRipple,o),t.removeEventListener("keydown",s,o),t.removeEventListener("focus",this.startFocus,o),t.removeEventListener("blur",this.endFocus,o),t.removeEventListener("focusin",this.startFocus,o),t.removeEventListener("focusout",this.endFocus,o),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let r=t,n=t,i,s;return r.x!=null?{x:i,y:s}=r:n.touches!=null&&(i=n.touches[0].clientX,s=n.touches[0].clientY),{x:i,y:s}}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()}};M.elementDefinitions={};M.styles=Ui;
|
|
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"),s=a=>{["Enter"," "].includes(a.key)&&r("keyup")(a)},o={passive:!0};t.addEventListener("mouseover",this.startHover,o),t.addEventListener("mousemove",this.moveRipple,o),t.addEventListener("mouseleave",this.endHover,o),t.addEventListener("mousedown",n,o),t.addEventListener("touchstart",i,o),t.addEventListener("touchmove",this.moveRipple,o),t.addEventListener("keydown",s,o),t.addEventListener("focus",this.startFocus,o),t.addEventListener("blur",this.endFocus,o),t.addEventListener("focusin",this.startFocus,o),t.addEventListener("focusout",this.endFocus,o),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,o),t.removeEventListener("mousemove",this.moveRipple,o),t.removeEventListener("mouseleave",this.endHover,o),t.removeEventListener("mousedown",n,o),t.removeEventListener("touchstart",i,o),t.removeEventListener("touchmove",this.moveRipple,o),t.removeEventListener("keydown",s,o),t.removeEventListener("focus",this.startFocus,o),t.removeEventListener("blur",this.endFocus,o),t.removeEventListener("focusin",this.startFocus,o),t.removeEventListener("focusout",this.endFocus,o),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let r=t,n=t,i,s;return r.x!=null?{x:i,y:s}=r:n.touches!=null&&(i=n.touches[0].clientX,s=n.touches[0].clientY),{x:i,y:s}}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()}};M.elementDefinitions={};M.styles=Ui;re([(0,K.property)({type:Boolean})],M.prototype,"primary",void 0);re([(0,K.property)({type:Boolean})],M.prototype,"secondary",void 0);re([(0,K.property)({type:Boolean})],M.prototype,"unbounded",void 0);re([(0,K.property)({type:Boolean})],M.prototype,"activated",void 0);re([(0,K.property)({type:Boolean})],M.prototype,"selected",void 0);re([(0,K.property)({type:Boolean})],M.prototype,"disabled",void 0);re([(0,K.state)()],M.prototype,"hovered",void 0);re([(0,K.state)()],M.prototype,"focused",void 0);re([(0,K.state)()],M.prototype,"pressed",void 0);re([(0,K.state)()],M.prototype,"rippling",void 0);re([(0,K.state)()],M.prototype,"originX",void 0);re([(0,K.state)()],M.prototype,"originY",void 0);re([(0,K.query)(".ft-ripple")],M.prototype,"ripple",void 0);re([(0,K.query)(".ft-ripple--effect")],M.prototype,"rippleEffect",void 0);var Vi=h(T());var Hi={"ft-ripple":M};(0,Vi.customElements)(Hi);var On=globalThis,Fi=e=>e,yr=On.trustedTypes,ji=yr?yr.createPolicy("lit-html",{createHTML:e=>e}):void 0,Yi="$lit$",ke=`lit$${Math.random().toFixed(9).slice(2)}$`,Xi="?"+ke,Wl=`<${Xi}>`,Ye=document,gr=()=>Ye.createComment(""),Ut=e=>e===null||typeof e!="object"&&typeof e!="function",Rn=Array.isArray,Kl=e=>Rn(e)||typeof e?.[Symbol.iterator]=="function",An=`[
|
|
125
125
|
\f\r]`,It=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,zi=/-->/g,Wi=/>/g,Ge=RegExp(`>|${An}(?:([^\\s"'>=/]+)(${An}*=${An}*(?:[^
|
|
126
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),Ki=/'/g,Gi=/"/g,Ji=/^(?:script|style|textarea|title)$/i,Ln=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Zi=Ln(1),Qi=Ln(2),es=Ln(3),$t=Symbol.for("lit-noChange"),V=Symbol.for("lit-nothing"),qi=new WeakMap,qe=Ye.createTreeWalker(Ye,129);function ts(e,t){if(!Rn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return ji!==void 0?ji.createHTML(t):t}var Gl=(e,t)=>{let r=e.length-1,n=[],i,s=t===2?"<svg>":t===3?"<math>":"",o=It;for(let a=0;a<r;a++){let l=e[a],c,u,d=-1,p=0;for(;p<l.length&&(o.lastIndex=p,u=o.exec(l),u!==null);)p=o.lastIndex,o===It?u[1]==="!--"?o=zi:u[1]!==void 0?o=Wi:u[2]!==void 0?(Ji.test(u[2])&&(i=RegExp("</"+u[2],"g")),o=Ge):u[3]!==void 0&&(o=Ge):o===Ge?u[0]===">"?(o=i??It,d=-1):u[1]===void 0?d=-2:(d=o.lastIndex-u[2].length,c=u[1],o=u[3]===void 0?Ge:u[3]==='"'?Gi:Ki):o===Gi||o===Ki?o=Ge:o===zi||o===Wi?o=It:(o=Ge,i=void 0);let y=o===Ge&&e[a+1].startsWith("/>")?" ":"";s+=o===It?l+Wl:d>=0?(n.push(c),l.slice(0,d)+Yi+l.slice(d)+ke+y):l+ke+(d===-2?a:y)}return[ts(e,s+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},Bt=class e{constructor({strings:t,_$litType$:r},n){let i;this.parts=[];let s=0,o=0,a=t.length-1,l=this.parts,[c,u]=Gl(t,r);if(this.el=e.createElement(c,n),qe.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=qe.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(Yi)){let p=u[o++],y=i.getAttribute(d).split(ke),v=/([.?@])?(.*)/.exec(p);l.push({type:1,index:s,name:v[2],strings:y,ctor:v[1]==="."?_n:v[1]==="?"?Cn:v[1]==="@"?wn:ut}),i.removeAttribute(d)}else d.startsWith(ke)&&(l.push({type:6,index:s}),i.removeAttribute(d));if(Ji.test(i.tagName)){let d=i.textContent.split(ke),p=d.length-1;if(p>0){i.textContent=yr?yr.emptyScript:"";for(let y=0;y<p;y++)i.append(d[y],gr()),qe.nextNode(),l.push({type:2,index:++s});i.append(d[p],gr())}}}else if(i.nodeType===8)if(i.data===Xi)l.push({type:2,index:s});else{let d=-1;for(;(d=i.data.indexOf(ke,d+1))!==-1;)l.push({type:7,index:s}),d+=ke.length-1}s++}}static createElement(t,r){let n=Ye.createElement("template");return n.innerHTML=t,n}};function ct(e,t,r=e,n){if(t===$t)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,s=Ut(t)?void 0:t._$litDirective$;return i?.constructor!==s&&(i?._$AO?.(!1),s===void 0?i=void 0:(i=new s(e),i._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(t=ct(e,i._$AS(e,t.values),i,n)),t}var Sn=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??Ye).importNode(r,!0);qe.currentNode=i;let s=qe.nextNode(),o=0,a=0,l=n[0];for(;l!==void 0;){if(o===l.index){let c;l.type===2?c=new vr(s,s.nextSibling,this,t):l.type===1?c=new l.ctor(s,l.name,l.strings,this,t):l.type===6&&(c=new Tn(s,this,t)),this._$AV.push(c),l=n[++a]}o!==l?.index&&(s=qe.nextNode(),o++)}return qe.currentNode=Ye,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++}},vr=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=V,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=ct(this,t,r),Ut(t)?t===V||t==null||t===""?(this._$AH!==V&&this._$AR(),this._$AH=V):t!==this._$AH&&t!==$t&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Kl(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!==V&&Ut(this._$AH)?this._$AA.nextSibling.data=t:this.T(Ye.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=Bt.createElement(ts(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let s=new Sn(i,this),o=s.u(this.options);s.p(r),this.T(o),this._$AH=s}}_$AC(t){let r=qi.get(t.strings);return r===void 0&&qi.set(t.strings,r=new Bt(t)),r}k(t){Rn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let s of t)i===r.length?r.push(n=new e(this.O(gr()),this.O(gr()),this,this.options)):n=r[i],n._$AI(s),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!==this._$AB;){let n=Fi(t).nextSibling;Fi(t).remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},ut=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,s){this.type=1,this._$AH=V,this._$AN=void 0,this.element=t,this.name=r,this._$AM=i,this.options=s,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=V}_$AI(t,r=this,n,i){let s=this.strings,o=!1;if(s===void 0)t=ct(this,t,r,0),o=!Ut(t)||t!==this._$AH&&t!==$t,o&&(this._$AH=t);else{let a=t,l,c;for(t=s[0],l=0;l<s.length-1;l++)c=ct(this,a[n+l],r,l),c===$t&&(c=this._$AH[l]),o||=!Ut(c)||c!==this._$AH[l],c===V?t=V:t!==V&&(t+=(c??"")+s[l+1]),this._$AH[l]=c}o&&!i&&this.j(t)}j(t){t===V?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},_n=class extends ut{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===V?void 0:t}},Cn=class extends ut{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==V)}},wn=class extends ut{constructor(t,r,n,i,s){super(t,r,n,i,s),this.type=5}_$AI(t,r=this){if((t=ct(this,t,r,0)??V)===$t)return;let n=this._$AH,i=t===V&&n!==V||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,s=t!==V&&(n===V||i);i&&this.element.removeEventListener(this.name,this,n),s&&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)}},Tn=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){ct(this,t)}};var ql=On.litHtmlPolyfillSupport;ql?.(Bt,vr),(On.litHtmlVersions??=[]).push("3.3.3");var ns=Symbol.for(""),Yl=e=>{if(e?.r===ns)return e?._$litStatic$},Nn=e=>({_$litStatic$:e,r:ns});var rs=new Map,Pn=e=>(t,...r)=>{let n=r.length,i,s,o=[],a=[],l,c=0,u=!1;for(;c<n;){for(l=t[c];c<n&&(s=r[c],(i=Yl(s))!==void 0);)l+=i+t[++c],u=!0;c!==n&&a.push(s),o.push(l),c++}if(c===n&&o.push(t[n]),u){let d=o.join("$$lit$$");(t=rs.get(d))===void 0&&(o.raw=o,rs.set(d,t=o)),r=a}return e(t,...r)},Dn=Pn(Zi),ju=Pn(Qi),zu=Pn(es);var Mn=h(ee()),gs=h(T());var Ie;(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"})(Ie||(Ie={}));var pe=h(j()),m=h(T()),is=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.titleFont),Re=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.contentFont),b={fontFamily:Re,fontSize:m.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:m.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:m.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:m.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:m.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},dt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-font-family","",is),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-font-size","",b.fontSize,"20px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",b.letterSpacing,"0.15px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-line-height","",b.lineHeight,"1.2"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",b.textTransform,"inherit")},pt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",is),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",b.letterSpacing,"0.105px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",b.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",b.textTransform,"inherit")},ft={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Re),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",b.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",b.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",b.letterSpacing,"0.144px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",b.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",b.textTransform,"inherit")},ht={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Re),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",b.letterSpacing,"0.098px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",b.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",b.textTransform,"inherit")},mt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Re),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",b.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",b.letterSpacing,"0.496px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",b.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",b.textTransform,"inherit")},de={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Re),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",b.letterSpacing,"0.252px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",b.lineHeight,"1.4"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",b.textTransform,"inherit")},yt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Re),fontSize:m.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",b.fontSize,"12px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",b.letterSpacing,"0.396px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",b.lineHeight,"1.33"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",b.textTransform,"inherit")},gt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Re),fontSize:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",b.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",b.letterSpacing,"0.33px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",b.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",b.textTransform,"inherit")},vt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Re),fontSize:m.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",b.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",b.letterSpacing,"1.5px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",b.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",b.textTransform,"uppercase")},Se={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Re),fontSize:m.FtCssVariableFactory.extend("--ft-typography-button-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",b.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",b.letterSpacing,"1.246px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-button-line-height","",b.lineHeight,"1.15"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",b.textTransform,"uppercase")},ss=pe.css`
|
|
126
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),Ki=/'/g,Gi=/"/g,Ji=/^(?:script|style|textarea|title)$/i,Ln=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Zi=Ln(1),Qi=Ln(2),es=Ln(3),$t=Symbol.for("lit-noChange"),V=Symbol.for("lit-nothing"),qi=new WeakMap,qe=Ye.createTreeWalker(Ye,129);function ts(e,t){if(!Rn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return ji!==void 0?ji.createHTML(t):t}var Gl=(e,t)=>{let r=e.length-1,n=[],i,s=t===2?"<svg>":t===3?"<math>":"",o=It;for(let a=0;a<r;a++){let l=e[a],c,u,d=-1,p=0;for(;p<l.length&&(o.lastIndex=p,u=o.exec(l),u!==null);)p=o.lastIndex,o===It?u[1]==="!--"?o=zi:u[1]!==void 0?o=Wi:u[2]!==void 0?(Ji.test(u[2])&&(i=RegExp("</"+u[2],"g")),o=Ge):u[3]!==void 0&&(o=Ge):o===Ge?u[0]===">"?(o=i??It,d=-1):u[1]===void 0?d=-2:(d=o.lastIndex-u[2].length,c=u[1],o=u[3]===void 0?Ge:u[3]==='"'?Gi:Ki):o===Gi||o===Ki?o=Ge:o===zi||o===Wi?o=It:(o=Ge,i=void 0);let y=o===Ge&&e[a+1].startsWith("/>")?" ":"";s+=o===It?l+Wl:d>=0?(n.push(c),l.slice(0,d)+Yi+l.slice(d)+ke+y):l+ke+(d===-2?a:y)}return[ts(e,s+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},Bt=class e{constructor({strings:t,_$litType$:r},n){let i;this.parts=[];let s=0,o=0,a=t.length-1,l=this.parts,[c,u]=Gl(t,r);if(this.el=e.createElement(c,n),qe.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=qe.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(Yi)){let p=u[o++],y=i.getAttribute(d).split(ke),v=/([.?@])?(.*)/.exec(p);l.push({type:1,index:s,name:v[2],strings:y,ctor:v[1]==="."?_n:v[1]==="?"?Cn:v[1]==="@"?wn:ut}),i.removeAttribute(d)}else d.startsWith(ke)&&(l.push({type:6,index:s}),i.removeAttribute(d));if(Ji.test(i.tagName)){let d=i.textContent.split(ke),p=d.length-1;if(p>0){i.textContent=yr?yr.emptyScript:"";for(let y=0;y<p;y++)i.append(d[y],gr()),qe.nextNode(),l.push({type:2,index:++s});i.append(d[p],gr())}}}else if(i.nodeType===8)if(i.data===Xi)l.push({type:2,index:s});else{let d=-1;for(;(d=i.data.indexOf(ke,d+1))!==-1;)l.push({type:7,index:s}),d+=ke.length-1}s++}}static createElement(t,r){let n=Ye.createElement("template");return n.innerHTML=t,n}};function ct(e,t,r=e,n){if(t===$t)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,s=Ut(t)?void 0:t._$litDirective$;return i?.constructor!==s&&(i?._$AO?.(!1),s===void 0?i=void 0:(i=new s(e),i._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(t=ct(e,i._$AS(e,t.values),i,n)),t}var Sn=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??Ye).importNode(r,!0);qe.currentNode=i;let s=qe.nextNode(),o=0,a=0,l=n[0];for(;l!==void 0;){if(o===l.index){let c;l.type===2?c=new vr(s,s.nextSibling,this,t):l.type===1?c=new l.ctor(s,l.name,l.strings,this,t):l.type===6&&(c=new Tn(s,this,t)),this._$AV.push(c),l=n[++a]}o!==l?.index&&(s=qe.nextNode(),o++)}return qe.currentNode=Ye,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++}},vr=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=V,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=ct(this,t,r),Ut(t)?t===V||t==null||t===""?(this._$AH!==V&&this._$AR(),this._$AH=V):t!==this._$AH&&t!==$t&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Kl(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!==V&&Ut(this._$AH)?this._$AA.nextSibling.data=t:this.T(Ye.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=Bt.createElement(ts(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let s=new Sn(i,this),o=s.u(this.options);s.p(r),this.T(o),this._$AH=s}}_$AC(t){let r=qi.get(t.strings);return r===void 0&&qi.set(t.strings,r=new Bt(t)),r}k(t){Rn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let s of t)i===r.length?r.push(n=new e(this.O(gr()),this.O(gr()),this,this.options)):n=r[i],n._$AI(s),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!==this._$AB;){let n=Fi(t).nextSibling;Fi(t).remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},ut=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,s){this.type=1,this._$AH=V,this._$AN=void 0,this.element=t,this.name=r,this._$AM=i,this.options=s,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=V}_$AI(t,r=this,n,i){let s=this.strings,o=!1;if(s===void 0)t=ct(this,t,r,0),o=!Ut(t)||t!==this._$AH&&t!==$t,o&&(this._$AH=t);else{let a=t,l,c;for(t=s[0],l=0;l<s.length-1;l++)c=ct(this,a[n+l],r,l),c===$t&&(c=this._$AH[l]),o||=!Ut(c)||c!==this._$AH[l],c===V?t=V:t!==V&&(t+=(c??"")+s[l+1]),this._$AH[l]=c}o&&!i&&this.j(t)}j(t){t===V?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},_n=class extends ut{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===V?void 0:t}},Cn=class extends ut{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==V)}},wn=class extends ut{constructor(t,r,n,i,s){super(t,r,n,i,s),this.type=5}_$AI(t,r=this){if((t=ct(this,t,r,0)??V)===$t)return;let n=this._$AH,i=t===V&&n!==V||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,s=t!==V&&(n===V||i);i&&this.element.removeEventListener(this.name,this,n),s&&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)}},Tn=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){ct(this,t)}};var ql=On.litHtmlPolyfillSupport;ql?.(Bt,vr),(On.litHtmlVersions??=[]).push("3.3.3");var ns=Symbol.for(""),Yl=e=>{if(e?.r===ns)return e?._$litStatic$},Nn=e=>({_$litStatic$:e,r:ns});var rs=new Map,Pn=e=>(t,...r)=>{let n=r.length,i,s,o=[],a=[],l,c=0,u=!1;for(;c<n;){for(l=t[c];c<n&&(s=r[c],(i=Yl(s))!==void 0);)l+=i+t[++c],u=!0;c!==n&&a.push(s),o.push(l),c++}if(c===n&&o.push(t[n]),u){let d=o.join("$$lit$$");(t=rs.get(d))===void 0&&(o.raw=o,rs.set(d,t=o)),r=a}return e(t,...r)},Dn=Pn(Zi),zu=Pn(Qi),Wu=Pn(es);var Mn=h(te()),gs=h(T());var Ie;(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"})(Ie||(Ie={}));var pe=h(j()),m=h(T()),is=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.titleFont),Re=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.contentFont),b={fontFamily:Re,fontSize:m.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:m.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:m.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:m.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:m.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},dt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-font-family","",is),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-font-size","",b.fontSize,"20px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",b.letterSpacing,"0.15px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-line-height","",b.lineHeight,"1.2"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",b.textTransform,"inherit")},pt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",is),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",b.letterSpacing,"0.105px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",b.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",b.textTransform,"inherit")},ft={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Re),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",b.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",b.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",b.letterSpacing,"0.144px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",b.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",b.textTransform,"inherit")},ht={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Re),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",b.letterSpacing,"0.098px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",b.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",b.textTransform,"inherit")},mt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Re),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",b.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",b.letterSpacing,"0.496px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",b.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",b.textTransform,"inherit")},de={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Re),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",b.letterSpacing,"0.252px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",b.lineHeight,"1.4"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",b.textTransform,"inherit")},yt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Re),fontSize:m.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",b.fontSize,"12px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",b.letterSpacing,"0.396px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",b.lineHeight,"1.33"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",b.textTransform,"inherit")},gt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Re),fontSize:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",b.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",b.letterSpacing,"0.33px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",b.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",b.textTransform,"inherit")},vt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Re),fontSize:m.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",b.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",b.letterSpacing,"1.5px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",b.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",b.textTransform,"uppercase")},Se={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Re),fontSize:m.FtCssVariableFactory.extend("--ft-typography-button-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",b.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",b.letterSpacing,"1.246px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-button-line-height","",b.lineHeight,"1.15"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",b.textTransform,"uppercase")},ss=pe.css`
|
|
127
127
|
.ft-typography--title {
|
|
128
128
|
font-family: ${dt.fontFamily};
|
|
129
129
|
font-size: ${dt.fontSize};
|
|
@@ -274,12 +274,12 @@
|
|
|
274
274
|
.ft-icon--material {
|
|
275
275
|
font-family: ${oe.materialFontFamily}, "Material Icons", sans-serif;
|
|
276
276
|
}
|
|
277
|
-
`,ge.noTextSelect];var Ue;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Ue||(Ue={}));var Ht=h(j()),$e=h(
|
|
277
|
+
`,ge.noTextSelect];var Ue;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Ue||(Ue={}));var Ht=h(j()),$e=h(te()),_s=h(T()),Cs=h(Ss());var xr;(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="󨃱"})(xr||(xr={}));var f;(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=""})(f||(f={}));var pd=new Map([...["abw"].map(e=>[e,f.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,f.AUDIO]),...["avi"].map(e=>[e,f.AVI]),...["chm","xhs"].map(e=>[e,f.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,f.CODE]),...["csv"].map(e=>[e,f.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,f.DITA]),...["epub"].map(e=>[e,f.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,f.EXCEL]),...["flac"].map(e=>[e,f.FLAC]),...["gif"].map(e=>[e,f.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,f.GZIP]),...["html","htm","xhtml"].map(e=>[e,f.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,f.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,f.JPEG]),...["json"].map(e=>[e,f.JSON]),...["m4a","m4p"].map(e=>[e,f.M4A]),...["mov","qt"].map(e=>[e,f.MOV]),...["mp3"].map(e=>[e,f.MP3]),...["mp4","m4v"].map(e=>[e,f.MP4]),...["ogg","oga"].map(e=>[e,f.OGG]),...["pdf","ps"].map(e=>[e,f.PDF]),...["png"].map(e=>[e,f.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,f.POWERPOINT]),...["rar"].map(e=>[e,f.RAR]),...["stp"].map(e=>[e,f.STP]),...["txt","rtf","md","mdown"].map(e=>[e,f.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,f.VIDEO]),...["wav"].map(e=>[e,f.WAV]),...["wma"].map(e=>[e,f.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,f.WORD]),...["xml","xsl","rdf"].map(e=>[e,f.XML]),...["yaml","yml","x-yaml"].map(e=>[e,f.YAML]),...["zip"].map(e=>[e,f.ZIP])]);var fd={[f.ABW]:"#91ABC6",[f.AUDIO]:"#1795E3",[f.AVI]:"#E63324",[f.CHM]:"#71C3EB",[f.CODE]:"#71C3EB",[f.CSV]:"#1F7345",[f.DITA]:"#71C3EB",[f.EPUB]:"#85B926",[f.EXCEL]:"#1F7345",[f.FLAC]:"#1795E3",[f.GIF]:"#59B031",[f.GZIP]:"#F8AB36",[f.HTML]:"#71C3EB",[f.IMAGE]:"#59B031",[f.JPEG]:"#59B031",[f.JSON]:"#71C3EB",[f.M4A]:"#1795E3",[f.MOV]:"#E63324",[f.MP3]:"#1795E3",[f.MP4]:"#E63324",[f.OGG]:"#1795E3",[f.PDF]:"#E44948",[f.PNG]:"#59B031",[f.POWERPOINT]:"#B54A2B",[f.RAR]:"#F8AB36",[f.STP]:"#3764B1",[f.TEXT]:"#3162AB",[f.UNKNOWN]:"#999999",[f.VIDEO]:"#E63324",[f.WAV]:"#1795E3",[f.WMA]:"#1795E3",[f.WORD]:"#3162AB",[f.XML]:"#71C3EB",[f.YAML]:"#71C3EB",[f.ZIP]:"#F8AB36"};var Vt=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},J=class extends _s.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=Ht.nothing}render(){let t=this.variant&&Object.values(Ue).includes(this.variant)?this.variant:Ue.fluid_topics,r=t!==Ue.material||!!this.value;return Ht.html`
|
|
278
278
|
<i class="ft-icon ft-icon--${t} ft-no-text-select" part="icon icon-${t}">
|
|
279
279
|
${(0,Cs.unsafeHTML)(this.resolvedIcon)}
|
|
280
280
|
<slot ?hidden=${r}></slot>
|
|
281
281
|
</i>
|
|
282
|
-
`}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 Ue.file_format:this.resolvedIcon=(t=f[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case Ue.material:this.resolvedIcon=this.value||Ht.nothing;break;default:this.resolvedIcon=(r=xr[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};J.elementDefinitions={};J.styles=Es;Vt([(0,$e.property)()],J.prototype,"variant",void 0);Vt([(0,$e.property)()],J.prototype,"value",void 0);Vt([(0,$e.property)({reflect:!0,attribute:"aria-hidden"})],J.prototype,"ariaHidden",void 0);Vt([(0,$e.state)()],J.prototype,"resolvedIcon",void 0);Vt([(0,$e.query)("slot")],J.prototype,"slottedContent",void 0);var Ts=h(T());var ws={"ft-icon":J};(0,Ts.customElements)(ws);var hr=h(j()),w=h(T());var Oe=h(T());var ml=h(j()),ye=h(
|
|
282
|
+
`}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 Ue.file_format:this.resolvedIcon=(t=f[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case Ue.material:this.resolvedIcon=this.value||Ht.nothing;break;default:this.resolvedIcon=(r=xr[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};J.elementDefinitions={};J.styles=Es;Vt([(0,$e.property)()],J.prototype,"variant",void 0);Vt([(0,$e.property)()],J.prototype,"value",void 0);Vt([(0,$e.property)({reflect:!0,attribute:"aria-hidden"})],J.prototype,"ariaHidden",void 0);Vt([(0,$e.state)()],J.prototype,"resolvedIcon",void 0);Vt([(0,$e.query)("slot")],J.prototype,"slottedContent",void 0);var Ts=h(T());var ws={"ft-icon":J};(0,Ts.customElements)(ws);var hr=h(j()),w=h(T());var Oe=h(T());var ml=h(j()),ye=h(te()),me=h(T());var Os=h(j()),Be=h(T()),Ft={distance:Be.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Be.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Be.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:Be.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",Be.designSystemVariables.borderRadiusS),maxWidth:Be.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Rs=Os.css`
|
|
283
283
|
.ft-tooltip--container {
|
|
284
284
|
display: block;
|
|
285
285
|
}
|
|
@@ -310,11 +310,11 @@
|
|
|
310
310
|
position: relative;
|
|
311
311
|
word-break: break-word;
|
|
312
312
|
}
|
|
313
|
-
`;var Ns=["top","right","bottom","left"],Ls=["start","end"],In=Ns.reduce((e,t)=>e.concat(t,t+"-"+Ls[0],t+"-"+Ls[1]),[]),jt=Math.min,He=Math.max,zt=Math.round;var _e=e=>({x:e,y:e}),Xl={left:"right",right:"left",bottom:"top",top:"bottom"};function Ps(e,t,r){return He(e,jt(t,r))}function br(e,t){return typeof e=="function"?e(t):e}function Wt(e){return e.split("-")[0]}function Ve(e){return e.split("-")[1]}function Un(e){return e==="x"?"y":"x"}function $n(e){return e==="y"?"height":"width"}function Er(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function Bn(e){return Un(Er(e))}function Ds(e,t,r){r===void 0&&(r=!1);let n=Ve(e),i=Bn(e),s=$n(i),o=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=kn(o)),[o,kn(o)]}function Ms(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function kn(e){let t=Wt(e);return Xl[t]+e.slice(t.length)}function Jl(e){var t,r,n,i;return{top:(t=e.top)!=null?t:0,right:(r=e.right)!=null?r:0,bottom:(n=e.bottom)!=null?n:0,left:(i=e.left)!=null?i:0}}function ks(e){return typeof e!="number"?Jl(e):{top:e,right:e,bottom:e,left:e}}function Xe(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 Is(e,t,r){let{reference:n,floating:i}=e,s=Er(t),o=Bn(t),a=$n(o),l=Wt(t),c=s==="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,y;switch(l){case"top":y={x:u,y:n.y-i.height};break;case"bottom":y={x:u,y:n.y+n.height};break;case"right":y={x:n.x+n.width,y:d};break;case"left":y={x:n.x-i.width,y:d};break;default:y={x:n.x,y:n.y}}let v=Ve(t);return v&&(y[o]+=p*(v==="end"?1:-1)*(r&&c?-1:1)),y}async function Us(e,t){var r;t===void 0&&(t={});let{x:n,y:i,platform:s,rects:o,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:y=0}=br(t,e),v=ks(y),g=a[p?d==="floating"?"reference":"floating":d],A=Xe(await s.getClippingRect({element:(r=await(s.isElement==null?void 0:s.isElement(g)))==null||r?g:g.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),L=d==="floating"?{x:n,y:i,width:o.floating.width,height:o.floating.height}:o.reference,x=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),_=await(s.isElement==null?void 0:s.isElement(x))&&await(s.getScale==null?void 0:s.getScale(x))||{x:1,y:1},O=Xe(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:L,offsetParent:x,strategy:l}):L);return{top:(A.top-O.top+v.top)/_.y,bottom:(O.bottom-A.bottom+v.bottom)/_.y,left:(A.left-O.left+v.left)/_.x,right:(O.right-A.right+v.right)/_.x}}var Zl=50,$s=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:s=[],platform:o}=r,a=o.detectOverflow?o:{...o,detectOverflow:Us},l=await(o.isRTL==null?void 0:o.isRTL(t)),c=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=Is(c,n,l),p=n,y=0,v={};for(let E=0;E<s.length;E++){let g=s[E];if(!g)continue;let{name:A,fn:L}=g,{x,y:_,data:O,reset:U}=await L({x:u,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:v,rects:c,platform:a,elements:{reference:e,floating:t}});u=x??u,d=_??d,v[A]={...v[A],...O},U&&y<Zl&&(y++,typeof U=="object"&&(U.placement&&(p=U.placement),U.rects&&(c=U.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):U.rects),{x:u,y:d}=Is(c,p,l)),E=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:v}};function Ql(e,t,r){return(e?[...r.filter(i=>Ve(i)===e),...r.filter(i=>Ve(i)!==e)]:r.filter(i=>Wt(i)===i)).filter(i=>e?Ve(i)===e||(t?Ms(i)!==i:!1):!0)}var Bs=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,n,i;let{rects:s,middlewareData:o,placement:a,platform:l,elements:c}=t,{crossAxis:u=!1,alignment:d,allowedPlacements:p=In,autoAlignment:y=!0,...v}=br(e,t),E=d!==void 0||p===In?Ql(d||null,y,p):p,g=((r=o.autoPlacement)==null?void 0:r.index)||0,A=E[g];if(A==null)return{};if(a!==A)return{reset:{placement:E[0]}};let L=await l.detectOverflow(t,v),x=Ds(A,s,await(l.isRTL==null?void 0:l.isRTL(c.floating))),_=[L[Wt(A)],L[x[0]],L[x[1]]],O=[...((n=o.autoPlacement)==null?void 0:n.overflows)||[],{placement:A,overflows:_}],U=E[g+1];if(U)return{data:{index:g+1,overflows:O},reset:{placement:U}};let P=O.map(ue=>{let Ke=Ve(ue.placement);return[ue.placement,Ke&&u?ue.overflows.slice(0,2).reduce((Ul,$l)=>Ul+$l,0):ue.overflows[0],ue.overflows]}).sort((ue,Ke)=>ue[1]-Ke[1]),Dt=((i=P.filter(ue=>ue[2].slice(0,Ve(ue[0])?2:3).every(Ke=>Ke<=0))[0])==null?void 0:i[0])||P[0][0];return Dt!==a?{data:{index:g+1,overflows:O},reset:{placement:Dt}}:{}}}};var Hs=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:n,placement:i,platform:s}=t,{mainAxis:o=!0,crossAxis:a=!1,limiter:l={fn:L=>{let{x,y:_}=L;return{x,y:_}}},...c}=br(e,t),u={x:r,y:n},d=await s.detectOverflow(t,c),p=Er(i),y=Un(p),v=u[y],E=u[p],g=(L,x)=>Ps(x+d[L==="y"?"top":"left"],x,x-d[L==="y"?"bottom":"right"]);o&&(v=g(y,v)),a&&(E=g(p,E));let A=l.fn({...t,[y]:v,[p]:E});return{...A,data:{x:A.x-r,y:A.y-n,enabled:{[y]:o,[p]:a}}}}}};function Sr(){return typeof window<"u"}function Ze(e){return Fs(e)?(e.nodeName||"").toLowerCase():"#document"}function re(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Le(e){var t;return(t=(Fs(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Fs(e){return Sr()?e instanceof Node||e instanceof re(e).Node:!1}function ve(e){return Sr()?e instanceof Element||e instanceof re(e).Element:!1}function Ne(e){return Sr()?e instanceof HTMLElement||e instanceof re(e).HTMLElement:!1}function Vs(e){return!Sr()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof re(e).ShadowRoot}function Kt(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=xe(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function js(e){return/^(table|td|th)$/.test(Ze(e))}function Gt(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var ec=/transform|translate|scale|rotate|perspective|filter/,tc=/paint|layout|strict|content/,Je=e=>!!e&&e!=="none",Hn;function xt(e){let t=ve(e)?xe(e):e;return Je(t.transform)||Je(t.translate)||Je(t.scale)||Je(t.rotate)||Je(t.perspective)||!_r()&&(Je(t.backdropFilter)||Je(t.filter))||ec.test(t.willChange||"")||tc.test(t.contain||"")}function zs(e){let t=Fe(e);for(;Ne(t)&&!bt(t);){if(xt(t))return t;if(Gt(t))return null;t=Fe(t)}return null}function _r(){return Hn==null&&(Hn=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Hn}function bt(e){return/^(html|body|#document)$/.test(Ze(e))}function xe(e){return re(e).getComputedStyle(e)}function qt(e){return ve(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Fe(e){if(Ze(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Vs(e)&&e.host||Le(e);return Vs(t)?t.host:t}function Ws(e){let t=Fe(e);return bt(t)?(e.ownerDocument||e).body:Ne(t)&&Kt(t)?t:Ws(t)}function Ar(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=Ws(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=re(i);if(s){let a=Cr(o);return t.concat(o,o.visualViewport||[],Kt(i)?i:[],a&&r?Ar(a):[])}else return t.concat(i,Ar(i,[],r))}function Cr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function qs(e){let t=xe(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=Ne(e),s=i?e.offsetWidth:r,o=i?e.offsetHeight:n,a=zt(r)!==s||zt(n)!==o;return a&&(r=s,n=o),{width:r,height:n,$:a}}function Ys(e){return ve(e)?e:e.contextElement}function Et(e){let t=Ys(e);if(!Ne(t))return _e(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:s}=qs(t),o=(s?zt(r.width):r.width)/n,a=(s?zt(r.height):r.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}var rc=_e(0);function Xs(e){let t=re(e);return!_r()||!t.visualViewport?rc:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function nc(e,t,r){return t===void 0&&(t=!1),!!r&&t&&r===re(e)}function Yt(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),s=Ys(e),o=_e(1);t&&(n?ve(n)&&(o=Et(n)):o=Et(e));let a=nc(s,r,n)?Xs(s):_e(0),l=(i.left+a.x)/o.x,c=(i.top+a.y)/o.y,u=i.width/o.x,d=i.height/o.y;if(s&&n){let p=re(s),y=ve(n)?re(n):n,v=p,E=Cr(v);for(;E&&y!==v;){let g=Et(E),A=E.getBoundingClientRect(),L=xe(E),x=A.left+(E.clientLeft+parseFloat(L.paddingLeft))*g.x,_=A.top+(E.clientTop+parseFloat(L.paddingTop))*g.y;l*=g.x,c*=g.y,u*=g.x,d*=g.y,l+=x,c+=_,v=re(E),E=Cr(v)}}return Xe({width:u,height:d,x:l,y:c})}function wr(e,t){let r=qt(e).scrollLeft;return t?t.left+r:Yt(Le(e)).left+r}function Js(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-wr(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function ic(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,s=i==="fixed",o=Le(n),a=t?Gt(t.floating):!1;if(n===o||a&&s)return r;let l={scrollLeft:0,scrollTop:0},c=_e(1),u=_e(0),d=Ne(n);if((d||!s)&&((Ze(n)!=="body"||Kt(o))&&(l=qt(n)),d)){let y=Yt(n);c=Et(n),u.x=y.x+n.clientLeft,u.y=y.y+n.clientTop}let p=o&&!d&&!s?Js(o,l):_e(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 sc(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function oc(e){let t=qt(e),r=e.ownerDocument.body,n=He(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=He(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight),s=-t.scrollLeft+wr(e),o=-t.scrollTop;return xe(r).direction==="rtl"&&(s+=He(e.clientWidth,r.clientWidth)-n),{width:n,height:i,x:s,y:o}}var ac=25;function lc(e,t,r){r===void 0&&(r="viewport");let n=r==="layoutViewport",i=re(e),s=Le(e),o=i.visualViewport,a=s.clientWidth,l=s.clientHeight,c=0,u=0;if(o){let p=!_r()||t==="fixed";n?p||(c=-o.offsetLeft,u=-o.offsetTop):(a=o.width,l=o.height,p&&(c=o.offsetLeft,u=o.offsetTop))}if(wr(s)<=0){let p=s.ownerDocument,y=p.body,v=getComputedStyle(y),E=p.compatMode==="CSS1Compat"&&parseFloat(v.marginLeft)+parseFloat(v.marginRight)||0,g=Math.abs(s.clientWidth-y.clientWidth-E),A=getComputedStyle(s).scrollbarGutter==="stable both-edges"?g/2:g;A<=ac&&(a-=A)}return{width:a,height:l,x:c,y:u}}function cc(e,t){let r=Yt(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,s=Et(e),o=e.clientWidth*s.x,a=e.clientHeight*s.y,l=i*s.x,c=n*s.y;return{width:o,height:a,x:l,y:c}}function Ks(e,t,r){let n;if(t==="viewport"||t==="layoutViewport")n=lc(e,r,t);else if(t==="document")n=oc(Le(e));else if(ve(t))n=cc(t,r);else{let i=Xs(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return Xe(n)}function uc(e,t){let r=t.get(e);if(r)return r;let n=Ar(e,[],!1).filter(a=>ve(a)&&Ze(a)!=="body"),i=null,s=xe(e).position==="fixed",o=s?Fe(e):e;for(;ve(o)&&!bt(o);){let a=xe(o),l=xt(o),c=i?i.position:s?"fixed":"";!l&&(c==="fixed"||c==="absolute"&&a.position==="static")?n=n.filter(d=>d!==o):i=a,o=Fe(o)}return t.set(e,n),n}function dc(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,o=[...r==="clippingAncestors"?Gt(t)?[]:uc(t,this._c):[].concat(r),n],a=Ks(t,o[0],i),l=a.top,c=a.right,u=a.bottom,d=a.left;for(let p=1;p<o.length;p++){let y=Ks(t,o[p],i);l=He(y.top,l),c=jt(y.right,c),u=jt(y.bottom,u),d=He(y.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function pc(e){let{width:t,height:r}=qs(e);return{width:t,height:r}}function fc(e,t,r){let n=Ne(t),i=Le(t),s=r==="fixed",o=Yt(e,!0,s,t),a={scrollLeft:0,scrollTop:0},l=_e(0);if((n||!s)&&((Ze(t)!=="body"||Kt(i))&&(a=qt(t)),n)){let p=Yt(t,!0,s,t);l.x=p.x+t.clientLeft,l.y=p.y+t.clientTop}!n&&i&&(l.x=wr(i));let c=i&&!n&&!s?Js(i,a):_e(0),u=o.left+a.scrollLeft-l.x-c.x,d=o.top+a.scrollTop-l.y-c.y;return{x:u,y:d,width:o.width,height:o.height}}function Vn(e){return xe(e).position==="static"}function Gs(e,t){if(!Ne(e)||xe(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Le(e)===r&&(r=r.ownerDocument.body),r}function Zs(e,t){let r=re(e);if(Gt(e))return r;if(!Ne(e)){let i=Fe(e);for(;i&&!bt(i);){if(ve(i)&&!Vn(i))return i;i=Fe(i)}return r}let n=Gs(e,t);for(;n&&js(n)&&Vn(n);)n=Gs(n,t);return n&&bt(n)&&Vn(n)&&!xt(n)?r:n||zs(e)||r}var hc=async function(e){let t=this.getOffsetParent||Zs,r=this.getDimensions,n=await r(e.floating);return{reference:fc(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function mc(e){return xe(e).direction==="rtl"}var Tr={convertOffsetParentRelativeRectToViewportRelativeRect:ic,getDocumentElement:Le,getClippingRect:dc,getOffsetParent:Zs,getElementRects:hc,getClientRects:sc,getDimensions:pc,getScale:Et,isElement:ve,isRTL:mc};var Qs=Bs,eo=Hs;var to=(e,t,r)=>{let n=new Map,i=r??{},s={...Tr,...i.platform,_c:n};return $s(e,t,{...i,platform:s})};function ro(e){return yc(e)}function Fn(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function yc(e){for(let t=e;t;t=Fn(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Fn(e);t;t=Fn(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||xt(r)||t.tagName==="BODY"))return t}return null}async function no(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},to(e,t,{strategy:n.strategy,platform:{...Tr,getOffsetParent:i=>Tr.getOffsetParent(i,ro)},middleware:[eo({crossAxis:!0}),Qs({allowedPlacements:[n.placement]})]})}var Nt=h(T());var ui=h(ee());var io=h(ee(),1);var jn=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function so(e,t){return(0,io.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return Xt(e);try{return JSON.parse(r)}catch{return Xt(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:Jt,...t??{}})}function gc(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(!At(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(!At(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=o=>Object.keys(o).filter(a=>o[a]!=null),s=i(e);if(r=s.length,r!==i(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,s[n]))return!1;for(n=r;n--!==0;){let o=s[n];if(!At(e[o],t[o]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function At(e,t){try{return gc(e,t)}catch{return!1}}function Jt(e,t){return!At(e,t)}function Xt(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function Or(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 oo=h(ee(),1);var zn=e=>{let t=e??{};return(r,n)=>{var i;let s={hasChanged:Jt,attribute:!1,...t};(0,oo.property)(s)(r,n);let o=r.constructor;o.reduxProperties=new Map(o.reduxProperties),o.reduxProperties.set(n,{selector:(i=t.selector)!==null&&i!==void 0?i:(a=>a[n]),store:t.store})}};var Rr=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 Qe=h(ee(),1);var Lr=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),s=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let o of n)try{await o()}catch(a){i(a);return}s(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var lo=h(j(),1);var Nr=globalThis,vc=Nr.ShadowRoot&&(Nr.ShadyCSS===void 0||Nr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var ao=(e,t)=>{if(vc)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=Nr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var Pr=class extends lo.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 ao(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){jn(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 co(e,t,...r){var n;let i=e.querySelector(t);for(let s of r)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(s);return i}var _t=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},ho,uo=Symbol("constructorPrototype"),po=Symbol("constructorName"),mo=Symbol("exportpartsDebouncer"),fo=Symbol("dynamicDependenciesLoaded"),St=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};St.eventName="exportparts-updated";var Ce=class extends Pr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[ho]=new Lr(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[mo].run(()=>{var i,s;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((s=this.exportpartsPrefixes)===null||s===void 0?void 0:s.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[po]=this.constructor.name,this[uo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[po]&&Object.setPrototypeOf(this,this[uo])}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[fo]||(r[fo]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(St.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(St.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 St)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let s=[...i??[],n];r=co(this.shadowRoot,...s)}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(s=>s.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(s){console.error(s,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let s=document.createElement("style");s.classList.add("ft-lit-element--custom-stylesheet"),s.innerHTML=this.customStylesheet,this.shadowRoot.append(s)}}setExportpartsAttribute(t){var r,n,i,s,o,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 y=(s=(i=p.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&s!==void 0?s:[],v=(a=(o=p.getAttribute("exportparts"))===null||o===void 0?void 0:o.split(",").map(g=>g.split(":")[1]))!==null&&a!==void 0?a:[],E=[...y,...v].filter(l).map(g=>g.trim());for(let g of E)u.add(g)}if(u.size===0){this.exportparts=void 0;return}let d=[...u.values()].flatMap(p=>c.map(y=>`${p}:${y}--${p}`));this.exportparts=[...this.part,...d].join(", ")}};ho=mo;_t([(0,Qe.property)()],Ce.prototype,"exportpartsPrefix",void 0);_t([so([])],Ce.prototype,"exportpartsPrefixes",void 0);_t([(0,Qe.property)({reflect:!0})],Ce.prototype,"exportparts",void 0);_t([(0,Qe.property)()],Ce.prototype,"customStylesheet",void 0);_t([(0,Qe.property)()],Ce.prototype,"elementToFocus",void 0);_t([(0,Qe.state)()],Ce.prototype,"useAdoptedStyleSheets",void 0);function Dr(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Zt=Symbol("internalReduxEventsUnsubscribers"),je=Symbol("internalStoresUnsubscribers"),et=Symbol("internalStores"),xc=Or(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(o){super.willUpdate(o),[...this.reduxConstructor.reduxReactiveProperties].some(a=>o.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[et].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[et].values()][0]}getStore(o){return o==null?this.getUnnamedStore():this[et].get(o)}addStore(o,a){var l;a=(l=a??o.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[et].set(a,o),this.subscribeToStore(a,o),this.updateFromStores()}removeStore(o){let a=typeof o=="string"?o:o.name;this.unsubscribeFromStore(a),this[et].delete(a)}setupStores(){this.unsubscribeFromStores(),this[et].forEach((o,a)=>this.subscribeToStore(a,o)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((o,a)=>{let l=this.constructor.getPropertyOptions(a);if(!l?.attribute||!this.hasAttribute(typeof l?.attribute=="string"?l.attribute:a)){let c=this.getStore(o.store);c&&(o.store?this[je].has(o.store):this[je].size>0)&&(this[a]=o.selector(c.getState(),this))}})}subscribeToStore(o,a){var l;this[je].set(o,a.subscribe(()=>this.updateFromStores())),this[Zt].set(o,[]),Dr(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[Zt].get(o).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(o)}unsubscribeFromStores(){this[je].forEach((o,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(o){var a;this[je].has(o)&&this[je].get(o)(),this[je].delete(o),(a=this[Zt].get(o))===null||a===void 0||a.forEach(l=>l()),this[Zt].delete(o)}onStoreAvailable(o){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=je,r=et,n=Zt,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),yo=class extends xc(Ce){};function K(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 bc=typeof Symbol=="function"&&Symbol.observable||"@@observable",go=bc,Wn=()=>Math.random().toString(36).substring(7).split("").join("."),Ec={INIT:`@@redux/INIT${Wn()}`,REPLACE:`@@redux/REPLACE${Wn()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${Wn()}`},Mr=Ec;function kr(e){if(typeof e!="object"||e===null)return!1;let t=e;for(;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||Object.getPrototypeOf(e)===null}function Kn(e,t,r){if(typeof e!="function")throw new Error(K(2));if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(K(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(K(1));return r(Kn)(e,t)}let n=e,i=t,s=new Map,o=s,a=0,l=!1;function c(){o===s&&(o=new Map,s.forEach((g,A)=>{o.set(A,g)}))}function u(){if(l)throw new Error(K(3));return i}function d(g){if(typeof g!="function")throw new Error(K(4));if(l)throw new Error(K(5));let A=!0;c();let L=a++;return o.set(L,g),function(){if(A){if(l)throw new Error(K(6));A=!1,c(),o.delete(L),s=null}}}function p(g){if(!kr(g))throw new Error(K(7));if(typeof g.type>"u")throw new Error(K(8));if(typeof g.type!="string")throw new Error(K(17));if(l)throw new Error(K(9));try{l=!0,i=n(i,g)}finally{l=!1}return(s=o).forEach(L=>{L()}),g}function y(g){if(typeof g!="function")throw new Error(K(10));n=g,p({type:Mr.REPLACE})}function v(){let g=d;return{subscribe(A){if(typeof A!="object"||A===null)throw new Error(K(11));function L(){let _=A;_.next&&_.next(u())}return L(),{unsubscribe:g(L)}},[go](){return this}}}return p({type:Mr.INIT}),{dispatch:p,subscribe:d,getState:u,replaceReducer:y,[go]:v}}function Ac(e){Object.keys(e).forEach(t=>{let r=e[t];if(typeof r(void 0,{type:Mr.INIT})>"u")throw new Error(K(12));if(typeof r(void 0,{type:Mr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(K(13))})}function vo(e){let t=Object.keys(e),r={};for(let o=0;o<t.length;o++){let a=t[o];typeof e[a]=="function"&&(r[a]=e[a])}let n=Object.keys(r),i,s;try{Ac(r)}catch(o){s=o}return function(a={},l){if(s)throw s;let c=!1,u={};for(let d=0;d<n.length;d++){let p=n[d],y=r[p],v=a[p],E=y(v,l);if(typeof E>"u"){let g=l&&l.type;throw new Error(K(14))}u[p]=E,c=c||E!==v}return c=c||n.length!==Object.keys(a).length,c?u:a}}function Qt(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,r)=>(...n)=>t(r(...n)))}function xo(...e){return t=>(r,n)=>{let i=t(r,n),s=()=>{throw new Error(K(15))},o={getState:i.getState,dispatch:(l,...c)=>s(l,...c)},a=e.map(l=>l(o));return s=Qt(...a)(i.dispatch),{...i,dispatch:s}}}function bo(e){return kr(e)&&"type"in e&&typeof e.type=="string"}var Ro=Symbol.for("immer-nothing"),Eo=Symbol.for("immer-draftable"),Y=Symbol.for("immer-state");function be(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var ae=Object,wt=ae.getPrototypeOf,Br="constructor",Wr="prototype",Xn="configurable",Hr="enumerable",Ur="writable",er="value",we=e=>!!e&&!!e[Y];function le(e){return e?Lo(e)||Gr(e)||!!e[Eo]||!!e[Br]?.[Eo]||qr(e)||Yr(e):!1}var Sc=ae[Wr][Br].toString(),Ao=new WeakMap;function Lo(e){if(!e||!ii(e))return!1;let t=wt(e);if(t===null||t===ae[Wr])return!0;let r=ae.hasOwnProperty.call(t,Br)&&t[Br];if(r===Object)return!0;if(!Ct(r))return!1;let n=Ao.get(r);return n===void 0&&(n=Function.toString.call(r),Ao.set(r,n)),n===Sc}function Kr(e,t,r=!0){nr(e)===0?(r?Reflect.ownKeys(e):ae.keys(e)).forEach(i=>{t(i,e[i],e)}):e.forEach((n,i)=>t(i,n,e))}function nr(e){let t=e[Y];return t?t.type_:Gr(e)?1:qr(e)?2:Yr(e)?3:0}var Gn=(e,t,r=nr(e))=>r===2?e.has(t):ae[Wr].hasOwnProperty.call(e,t),Jn=(e,t,r=nr(e))=>r===2?e.get(t):e[t],Vr=(e,t,r,n=nr(e))=>{n===2?e.set(t,r):n===3?e.add(r):e[t]=r};function _c(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}var Gr=Array.isArray,qr=e=>e instanceof Map,Yr=e=>e instanceof Set,ii=e=>typeof e=="object",Ct=e=>typeof e=="function",qn=e=>typeof e=="boolean";function Cc(e){let t=+e;return Number.isInteger(t)&&String(t)===e}var Pe=e=>e.copy_||e.base_;var si=e=>e.modified_?e.copy_:e.base_;function Zn(e,t){if(qr(e))return new Map(e);if(Yr(e))return new Set(e);if(Gr(e))return Array[Wr].slice.call(e);let r=Lo(e);if(t===!0||t==="class_only"&&!r){let n=ae.getOwnPropertyDescriptors(e);delete n[Y];let i=Reflect.ownKeys(n);for(let s=0;s<i.length;s++){let o=i[s],a=n[o];a[Ur]===!1&&(a[Ur]=!0,a[Xn]=!0),(a.get||a.set)&&(n[o]={[Xn]:!0,[Ur]:!0,[Hr]:a[Hr],[er]:e[o]})}return ae.create(wt(e),n)}else{let n=wt(e);if(n!==null&&r)return{...e};let i=ae.create(n);return ae.assign(i,e)}}function oi(e,t=!1){return Xr(e)||we(e)||!le(e)||(nr(e)>1&&ae.defineProperties(e,{set:Ir,add:Ir,clear:Ir,delete:Ir}),ae.freeze(e),t&&Kr(e,(r,n)=>{oi(n,!0)},!1)),e}function wc(){be(2)}var Ir={[er]:wc};function Xr(e){return e===null||!ii(e)?!0:ae.isFrozen(e)}var Fr="MapSet",Qn="Patches",So="ArrayMethods",No={};function tt(e){let t=No[e];return t||be(0,e),t}var _o=e=>!!No[e];var tr,Po=()=>tr,Tc=(e,t)=>({drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0,handledSet_:new Set,processedForPatches_:new Set,mapSetPlugin_:_o(Fr)?tt(Fr):void 0,arrayMethodsPlugin_:_o(So)?tt(So):void 0});function Co(e,t){t&&(e.patchPlugin_=tt(Qn),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function ei(e){ti(e),e.drafts_.forEach(Oc),e.drafts_=null}function ti(e){e===tr&&(tr=e.parent_)}var wo=e=>tr=Tc(tr,e);function Oc(e){let t=e[Y];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function To(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];if(e!==void 0&&e!==r){r[Y].modified_&&(ei(t),be(4)),le(e)&&(e=Oo(t,e));let{patchPlugin_:i}=t;i&&i.generateReplacementPatches_(r[Y].base_,e,t)}else e=Oo(t,r);return Rc(t,e,!0),ei(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Ro?e:void 0}function Oo(e,t){if(Xr(t))return t;let r=t[Y];if(!r)return jr(t,e.handledSet_,e);if(!Jr(r,e))return t;if(!r.modified_)return r.base_;if(!r.finalized_){let{callbacks_:n}=r;if(n)for(;n.length>0;)n.pop()(e);ko(r,e)}return r.copy_}function Rc(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&oi(t,r)}function Do(e){e.finalized_=!0,e.scope_.unfinalizedDrafts_--}var Jr=(e,t)=>e.scope_===t,Lc=[];function Mo(e,t,r,n){let i=Pe(e),s=e.type_;if(n!==void 0&&Jn(i,n,s)===t){Vr(i,n,r,s);return}if(!e.draftLocations_){let a=e.draftLocations_=new Map;Kr(i,(l,c)=>{if(we(c)){let u=a.get(c)||[];u.push(l),a.set(c,u)}})}let o=e.draftLocations_.get(t)??Lc;for(let a of o)Vr(i,a,r,s)}function Nc(e,t,r){e.callbacks_.push(function(i){let s=t;if(!s||!Jr(s,i))return;i.mapSetPlugin_?.fixSetContents(s);let o=si(s);Mo(e,s.draft_??s,o,r),ko(s,i)})}function ko(e,t){if(e.modified_&&!e.finalized_&&(e.type_===3||e.type_===1&&e.allIndicesReassigned_||(e.assigned_?.size??0)>0)){let{patchPlugin_:n}=t;if(n){let i=n.getPath(e);i&&n.generatePatches_(e,i,t)}Do(e)}}function Pc(e,t,r){let{scope_:n}=e;if(we(r)){let i=r[Y];Jr(i,n)&&i.callbacks_.push(function(){$r(e);let o=si(i);Mo(e,r,o,t)})}else le(r)&&e.callbacks_.push(function(){let s=Pe(e);e.type_===3?s.has(r)&&jr(r,n.handledSet_,n):Jn(s,t,e.type_)===r&&n.drafts_.length>1&&(e.assigned_.get(t)??!1)===!0&&e.copy_&&jr(Jn(e.copy_,t,e.type_),n.handledSet_,n)})}function jr(e,t,r){return!r.immer_.autoFreeze_&&r.unfinalizedDrafts_<1||we(e)||t.has(e)||!le(e)||Xr(e)||(t.add(e),Kr(e,(n,i)=>{if(we(i)){let s=i[Y];if(Jr(s,r)){let o=si(s);Vr(e,n,o,e.type_),Do(s)}}else le(i)&&jr(i,t,r)})),e}function Dc(e,t){let r=Gr(e),n={type_:r?1:0,scope_:t?t.scope_:Po(),modified_:!1,finalized_:!1,assigned_:void 0,parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1,callbacks_:void 0},i=n,s=zr;r&&(i=[n],s=rr);let{revoke:o,proxy:a}=Proxy.revocable(i,s);return n.draft_=a,n.revoke_=o,[a,n]}var zr={get(e,t){if(t===Y)return e;let r=e.scope_.arrayMethodsPlugin_,n=e.type_===1&&typeof t=="string";if(n&&r?.isArrayOperationMethod(t))return r.createMethodInterceptor(e,t);let i=Pe(e);if(!Gn(i,t,e.type_))return kc(e,i,t);let s=i[t];if(e.finalized_||!le(s)||n&&e.operationMethod&&r?.isMutatingArrayMethod(e.operationMethod)&&Cc(t))return s;if(s===Yn(e.base_,t)||Mc(e,t,s)){$r(e);let o=e.type_===1?+t:t,a=ni(e.scope_,s,e,o);return e.copy_[o]=a}return s},has(e,t){return t in Pe(e)},ownKeys(e){return Reflect.ownKeys(Pe(e))},set(e,t,r){let n=Io(Pe(e),t);if(n?.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){let i=Yn(Pe(e),t),s=i?.[Y];if(s&&s.base_===r)return e.copy_[t]=r,e.assigned_.set(t,!1),!0;if(_c(r,i)&&(r!==void 0||Gn(e.base_,t,e.type_)))return!0;$r(e),ri(e)}return e.copy_[t]===r&&(r!==void 0||Gn(e.copy_,t,e.type_))||Number.isNaN(r)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=r,e.assigned_.set(t,!0),Pc(e,t,r)),!0},deleteProperty(e,t){return $r(e),Yn(e.base_,t)!==void 0||t in e.base_?(e.assigned_.set(t,!1),ri(e)):e.assigned_.delete(t),e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){let r=Pe(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{[Ur]:!0,[Xn]:e.type_!==1||t!=="length",[Hr]:n[Hr],[er]:r[t]}},defineProperty(){be(11)},getPrototypeOf(e){return wt(e.base_)},setPrototypeOf(){be(12)}},rr={};for(let e in zr){let t=zr[e];rr[e]=function(){let r=arguments;return r[0]=r[0][0],t.apply(this,r)}}rr.deleteProperty=function(e,t){return rr.set.call(this,e,t,void 0)};rr.set=function(e,t,r){return zr.set.call(this,e[0],t,r,e[0])};function Yn(e,t){let r=e[Y];return(r?Pe(r):e)[t]}function Mc(e,t,r){return e.type_!==1||!e.allIndicesReassigned_||e.assigned_?.get(t)||!le(r)||r[Y]?!1:e.baseRefs_.has(r)}function kc(e,t,r){let n=Io(t,r);return n?er in n?n[er]:n.get?.call(e.draft_):void 0}function Io(e,t){if(!(t in e))return;let r=wt(e);for(;r;){let n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=wt(r)}}function ri(e){e.modified_||(e.modified_=!0,e.parent_&&ri(e.parent_))}function $r(e){e.copy_||(e.assigned_=new Map,e.copy_=Zn(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var Ic=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!1,this.produce=(t,r,n)=>{if(Ct(t)&&!Ct(r)){let s=r;r=t;let o=this;return function(l=s,...c){return o.produce(l,u=>r.call(this,u,...c))}}Ct(r)||be(6),n!==void 0&&!Ct(n)&&be(7);let i;if(le(t)){let s=wo(this),o=ni(s,t,void 0),a=!0;try{i=r(o),a=!1}finally{a?ei(s):ti(s)}return Co(s,n),To(i,s)}else if(!t||!ii(t)){if(i=r(t),i===void 0&&(i=t),i===Ro&&(i=void 0),this.autoFreeze_&&oi(i,!0),n){let s=[],o=[];tt(Qn).generateReplacementPatches_(t,i,{patches_:s,inversePatches_:o}),n(s,o)}return i}else be(1,t)},this.produceWithPatches=(t,r)=>{if(Ct(t))return(o,...a)=>this.produceWithPatches(o,l=>t(l,...a));let n,i;return[this.produce(t,r,(o,a)=>{n=o,i=a}),n,i]},qn(e?.autoFreeze)&&this.setAutoFreeze(e.autoFreeze),qn(e?.useStrictShallowCopy)&&this.setUseStrictShallowCopy(e.useStrictShallowCopy),qn(e?.useStrictIteration)&&this.setUseStrictIteration(e.useStrictIteration)}createDraft(e){le(e)||be(8),we(e)&&(e=Uo(e));let t=wo(this),r=ni(t,e,void 0);return r[Y].isManual_=!0,ti(t),r}finishDraft(e,t){let r=e&&e[Y];(!r||!r.isManual_)&&be(9);let{scope_:n}=r;return Co(n,t),To(void 0,n)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}setUseStrictIteration(e){this.useStrictIteration_=e}shouldUseStrictIteration(){return this.useStrictIteration_}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){let i=t[r];if(i.path.length===0&&i.op==="replace"){e=i.value;break}}r>-1&&(t=t.slice(r+1));let n=tt(Qn).applyPatches_;return we(e)?n(e,t):this.produce(e,i=>n(i,t))}};function ni(e,t,r,n){let[i,s]=qr(t)?tt(Fr).proxyMap_(t,r):Yr(t)?tt(Fr).proxySet_(t,r):Dc(t,r);return(r?.scope_??Po()).drafts_.push(i),s.callbacks_=r?.callbacks_??[],s.key_=n,r&&n!==void 0?Nc(r,s,n):s.callbacks_.push(function(l){l.mapSetPlugin_?.fixSetContents(s);let{patchPlugin_:c}=l;s.modified_&&c&&c.generatePatches_(s,[],l)}),i}function Uo(e){return we(e)||be(10,e),$o(e)}function $o(e){if(!le(e)||Xr(e))return e;let t=e[Y],r,n=!0;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=Zn(e,t.scope_.immer_.useStrictShallowCopy_),n=t.scope_.immer_.shouldUseStrictIteration()}else r=Zn(e,!0);return Kr(r,(i,s)=>{Vr(r,i,$o(s))},n),t&&(t.finalized_=!1),r}var Uc=new Ic,ai=Uc.produce;function Bo(e){return({dispatch:r,getState:n})=>i=>s=>typeof s=="function"?s(r,n,e):i(s)}var Ho=Bo(),Vo=Bo;var $c=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Qt:Qt.apply(null,arguments)},Np=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}},Bc=e=>e&&typeof e.match=="function";function ze(e,t){function r(...n){if(t){let i=t(...n);if(!i)throw new Error(De(0));return{type:e,payload:i.payload,..."meta"in i&&{meta:i.meta},..."error"in i&&{error:i.error}}}return{type:e,payload:n[0]}}return r.toString=()=>`${e}`,r.type=e,r.match=n=>bo(n)&&n.type===e,r}var Ko=class ir extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,ir.prototype)}static get[Symbol.species](){return ir}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new ir(...t[0].concat(this)):new ir(...t.concat(this))}};function Fo(e){return le(e)?ai(e,()=>{}):e}function Zr(e,t,r){return e.has(t)?e.get(t):e.set(t,r(t)).get(t)}function Hc(e){return typeof e=="boolean"}var Vc=()=>function(t){let{thunk:r=!0,immutableCheck:n=!0,serializableCheck:i=!0,actionCreatorCheck:s=!0}=t??{},o=new Ko;return r&&(Hc(r)?o.push(Ho):o.push(Vo(r.extraArgument))),o},Fc="RTK_autoBatch";var jo=e=>t=>{setTimeout(t,e)},jc=(e,t)=>r=>{let n=!1,i=()=>{n||(n=!0,cancelAnimationFrame(s),clearTimeout(o),r())},s=e(i),o=setTimeout(i,t)},zc=(e={type:"raf"})=>t=>(...r)=>{let n=t(...r),i=!0,s=!1,o=!1,a=new Set,l=e.type==="tick"?queueMicrotask:e.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?jc(window.requestAnimationFrame,100):jo(10):e.type==="callback"?e.queueNotification:jo(e.timeout),c=()=>{o=!1,s&&(s=!1,a.forEach(u=>u()))};return Object.assign({},n,{subscribe(u){let d=()=>i&&u(),p=n.subscribe(d);return a.add(u),()=>{p(),a.delete(u)}},dispatch(u){try{return i=!u?.meta?.[Fc],s=!i,s&&(o||(o=!0,l(c))),n.dispatch(u)}finally{i=!0}}})},Wc=e=>function(r){let{autoBatch:n=!0}=r??{},i=new Ko(e);return n&&i.push(zc(typeof n=="object"?n:void 0)),i};function Go(e){let t=Vc(),{reducer:r=void 0,middleware:n,devTools:i=!0,duplicateMiddlewareCheck:s=!0,preloadedState:o=void 0,enhancers:a=void 0}=e||{},l;if(typeof r=="function")l=r;else if(kr(r))l=vo(r);else throw new Error(De(1));let c;typeof n=="function"?c=n(t):c=t();let u=Qt;i&&(u=$c({trace:!1,...typeof i=="object"&&i}));let d=xo(...c),p=Wc(d),y=typeof a=="function"?a(p):p(),v=u(...y);return Kn(l,o,v)}function qo(e){let t={},r=[],n,i={addCase(s,o){let a=typeof s=="string"?s:s.type;if(!a)throw new Error(De(28));if(a in t)throw new Error(De(29));return t[a]=o,i},addAsyncThunk(s,o){return o.pending&&(t[s.pending.type]=o.pending),o.rejected&&(t[s.rejected.type]=o.rejected),o.fulfilled&&(t[s.fulfilled.type]=o.fulfilled),o.settled&&r.push({matcher:s.settled,reducer:o.settled}),i},addMatcher(s,o){return r.push({matcher:s,reducer:o}),i},addDefaultCase(s){return n=s,i}};return e(i),[t,r,n]}function Kc(e){return typeof e=="function"}function Gc(e,t){let[r,n,i]=qo(t),s;if(Kc(e))s=()=>Fo(e());else{let a=Fo(e);s=()=>a}function o(a=s(),l){let c=[r[l.type],...n.filter(({matcher:u})=>u(l)).map(({reducer:u})=>u)];return c.filter(u=>!!u).length===0&&(c=[i]),c.reduce((u,d)=>{if(d)if(we(u)){let y=d(u,l);return y===void 0?u:y}else{if(le(u))return ai(u,p=>d(p,l));{let p=d(u,l);if(p===void 0){if(u===null)return u;throw Error("A case reducer on a non-draftable value must not return undefined")}return p}}return u},a)}return o.getInitialState=s,o}var qc=(e,t)=>Bc(e)?e.match(t):e(t);function Yc(...e){return t=>e.some(r=>qc(r,t))}var Xc="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Jc=(e=21)=>{let t="",r=e;for(;r--;)t+=Xc[Math.random()*64|0];return t},Zc=["name","message","stack","code"],li=class{constructor(e,t){this.payload=e,this.meta=t}payload;meta;_type},zo=class{constructor(e,t){this.payload=e,this.meta=t}payload;meta;_type},Qc=e=>{if(typeof e=="object"&&e!==null){let t={};for(let r of Zc)typeof e[r]=="string"&&(t[r]=e[r]);return t}return{message:String(e)}},Wo="External signal was aborted",eu=(()=>{function e(t,r,n){let i=ze(t+"/fulfilled",(l,c,u,d)=>({payload:l,meta:{...d||{},arg:u,requestId:c,requestStatus:"fulfilled"}})),s=ze(t+"/pending",(l,c,u)=>({payload:void 0,meta:{...u||{},arg:c,requestId:l,requestStatus:"pending"}})),o=ze(t+"/rejected",(l,c,u,d,p)=>({payload:d,error:(n&&n.serializeError||Qc)(l||"Rejected"),meta:{...p||{},arg:u,requestId:c,rejectedWithValue:!!d,requestStatus:"rejected",aborted:l?.name==="AbortError",condition:l?.name==="ConditionError"}}));function a(l,{signal:c}={}){return(u,d,p)=>{let y=n?.idGenerator?n.idGenerator(l):Jc(),v=new AbortController,E,g;function A(x){g=x,v.abort()}c&&(c.aborted?A(Wo):c.addEventListener("abort",()=>A(Wo),{once:!0}));let L=(async function(){let x;try{let O=n?.condition?.(l,{getState:d,extra:p});if(ru(O)&&(O=await O),O===!1||v.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};let U=new Promise((P,$)=>{E=()=>{$({name:"AbortError",message:g||"Aborted"})},v.signal.addEventListener("abort",E,{once:!0})});u(s(y,l,n?.getPendingMeta?.({requestId:y,arg:l},{getState:d,extra:p}))),x=await Promise.race([U,Promise.resolve(r(l,{dispatch:u,getState:d,extra:p,requestId:y,signal:v.signal,abort:A,rejectWithValue:((P,$)=>new li(P,$)),fulfillWithValue:((P,$)=>new zo(P,$))})).then(P=>{if(P instanceof li)throw P;return P instanceof zo?i(P.payload,y,l,P.meta):i(P,y,l)})])}catch(O){x=O instanceof li?o(null,y,l,O.payload,O.meta):o(O,y,l)}finally{E&&v.signal.removeEventListener("abort",E)}return n&&!n.dispatchConditionRejection&&o.match(x)&&x.meta.condition||u(x),x})();return Object.assign(L,{abort:A,requestId:y,arg:l,unwrap(){return L.then(tu)}})}}return Object.assign(a,{pending:s,rejected:o,fulfilled:i,settled:Yc(o,i),typePrefix:t})}return e.withTypes=()=>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 Yo=Symbol.for("rtk-slice-createasyncthunk"),Dp={[Yo]:eu};function nu(e,t){return`${e}/${t}`}function iu({creators:e}={}){let t=e?.asyncThunk?.[Yo];return function(n){let{name:i,reducerPath:s=i}=n;if(!i)throw new Error(De(11));typeof process<"u";let o=(typeof n.reducers=="function"?n.reducers(ou()):n.reducers)||{},a=Object.keys(o),l={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},c={addCase(x,_){let O=typeof x=="string"?x:x.type;if(!O)throw new Error(De(12));if(O in l.sliceCaseReducersByType)throw new Error(De(13));return l.sliceCaseReducersByType[O]=_,c},addMatcher(x,_){return l.sliceMatchers.push({matcher:x,reducer:_}),c},exposeAction(x,_){return l.actionCreators[x]=_,c},exposeCaseReducer(x,_){return l.sliceCaseReducersByName[x]=_,c}};a.forEach(x=>{let _=o[x],O={reducerName:x,type:nu(i,x),createNotation:typeof n.reducers=="function"};lu(_)?uu(O,_,c,t):au(O,_,c)});function u(){let[x={},_=[],O=void 0]=typeof n.extraReducers=="function"?qo(n.extraReducers):[n.extraReducers],U={...x,...l.sliceCaseReducersByType};return Gc(n.initialState,P=>{for(let $ in U)P.addCase($,U[$]);for(let $ of l.sliceMatchers)P.addMatcher($.matcher,$.reducer);for(let $ of _)P.addMatcher($.matcher,$.reducer);O&&P.addDefaultCase(O)})}let d=x=>x,p=new Map,y=new WeakMap,v;function E(x,_){return v||(v=u()),v(x,_)}function g(){return v||(v=u()),v.getInitialState()}function A(x,_=!1){function O(P){let $=P[x];return typeof $>"u"&&_&&($=Zr(y,O,g)),$}function U(P=d){let $=Zr(p,_,()=>new WeakMap);return Zr($,P,()=>{let Dt={};for(let[ue,Ke]of Object.entries(n.selectors??{}))Dt[ue]=su(Ke,P,()=>Zr(y,P,g),_);return Dt})}return{reducerPath:x,getSelectors:U,get selectors(){return U(O)},selectSlice:O}}let L={name:i,reducer:E,actions:l.actionCreators,caseReducers:l.sliceCaseReducersByName,getInitialState:g,...A(s),injectInto(x,{reducerPath:_,...O}={}){let U=_??s;return x.inject({reducerPath:U,reducer:E},O),{...L,...A(U,!0)}}};return L}}function su(e,t,r,n){function i(s,...o){let a=t(s);return typeof a>"u"&&n&&(a=r()),e(a,...o)}return i.unwrapped=e,i}var Xo=iu();function ou(){function e(t,r){return{_reducerDefinitionType:"asyncThunk",payloadCreator:t,...r}}return e.withTypes=()=>e,{reducer(t){return Object.assign({[t.name](...r){return t(...r)}}[t.name],{_reducerDefinitionType:"reducer"})},preparedReducer(t,r){return{_reducerDefinitionType:"reducerWithPrepare",prepare:t,reducer:r}},asyncThunk:e}}function au({type:e,reducerName:t,createNotation:r},n,i){let s,o;if("reducer"in n){if(r&&!cu(n))throw new Error(De(17));s=n.reducer,o=n.prepare}else s=n;i.addCase(e,s).exposeCaseReducer(t,s).exposeAction(t,o?ze(e,o):ze(e))}function lu(e){return e._reducerDefinitionType==="asyncThunk"}function cu(e){return e._reducerDefinitionType==="reducerWithPrepare"}function uu({type:e,reducerName:t},r,n,i){if(!i)throw new Error(De(18));let{payloadCreator:s,fulfilled:o,pending:a,rejected:l,settled:c,options:u}=r,d=i(e,s,u);n.exposeAction(t,d),o&&n.addCase(d.fulfilled,o),a&&n.addCase(d.pending,a),l&&n.addCase(d.rejected,l),c&&n.addMatcher(d.settled,c),n.exposeCaseReducer(t,{fulfilled:o||Qr,pending:a||Qr,rejected:l||Qr,settled:c||Qr})}function Qr(){}var Jo="listener",Zo="completed",Qo="cancelled",Mp=`task-${Qo}`,kp=`task-${Zo}`,Ip=`${Jo}-${Qo}`,Up=`${Jo}-${Zo}`;var{assign:ea}=Object;var ci="listenerMiddleware";var du=ea(ze(`${ci}/add`),{withTypes:()=>du}),$p=ze(`${ci}/removeAll`),pu=ea(ze(`${ci}/remove`),{withTypes:()=>pu});function De(e){return`Minified Redux Toolkit error #${e}; visit https://redux-toolkit.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var fu=Or(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)}}}),en=class extends fu(Object){};window.ftReduxStores||(window.ftReduxStores={});var ta=class e extends en{static get(t){var r;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,s=window.ftReduxStores[n];if(Dr(s))return s;if(i==null)return;let o=Xo({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=Go({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=Xt(o.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 o.reducer(l,c)}});return window.ftReduxStores[i.name]=new e(o,a,i.eventBus)}constructor(t,r,n){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new Rr,this.injectInto=(s,o)=>this.reduxSlice.injectInto(s,o),this.selectSlice=s=>this.reduxSlice.selectSlice(s);let i=s=>s!=null?JSON.parse(JSON.stringify(s)):s;this.actions=new Proxy(this.reduxSlice.actions,{get:(s,o,a)=>{let l=o,c=s[l];return c?(...u)=>{let d=c(...u.map(i));return this.reduxStore.dispatch(d),d}:u=>{let d=l,p=this.getState()[d];At(p,u)||this.setState({[d]: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()}get selectors(){return this.reduxSlice.selectors}get reducerPath(){return this.reduxSlice.reducerPath}getSelectors(){return this.reduxSlice.getSelectors()}};var tn=class{static format(t,r,n,i,s){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(n,i,!!s)):this.getIntlDateTime(t,r,n,i,!!s)}static getMomentDateFormat(t,r,n){return n?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,n,i,s){let o=typeof t=="string"?new Date(t):t,a=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(o),l=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(o);return s?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 rn=h(T()),hu="ft-app-info",Tt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Tt.eventName="authentication-change";var sr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};sr.eventName="ui-locale-changed";var mu={session:(e,t)=>{(0,rn.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>C.dispatchEvent(new Tt(t.payload)),0))}},C=rn.FtReduxStore.get({name:hu,reducers:mu,initialState:{baseUrl:void 0,tenantId:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableContentLocales:[],localesConfiguration:void 0,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var ra=h(T()),nn=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},mf=(0,ra.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(C)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,s;return((s=(i=this.metadataDescriptors.find(a=>a.key===n))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1)?a=>tn.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return nn([(0,ui.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),nn([(0,ui.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),nn([zn({store:C.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),nn([zn({store:C.name})],t.prototype,"uiLocale",void 0),t});var na;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(na||(na={}));var ia;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(ia||(ia={}));var sa;(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"})(sa||(sa={}));var oa;(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"})(oa||(oa={}));var aa;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(aa||(aa={}));var la;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(la||(la={}));var ca;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(ca||(ca={}));var ua;(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"})(ua||(ua={}));var da;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(da||(da={}));var pa;(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"})(pa||(pa={}));var fa;(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"})(fa||(fa={}));var ha;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(ha||(ha={}));var ma;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(ma||(ma={}));var ya;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(ya||(ya={}));var ga;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(ga||(ga={}));var va;(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"})(va||(va={}));var xa;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(xa||(xa={}));var ba;(function(e){e.ASC="ASC",e.DESC="DESC"})(ba||(ba={}));var Ea;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(Ea||(Ea={}));var Aa;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(Aa||(Aa={}));var Sa;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Sa||(Sa={}));var _a;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(_a||(_a={}));var Ca;(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"})(Ca||(Ca={}));var wa;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(wa||(wa={}));var Ta;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(Ta||(Ta={}));var Oa;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Oa||(Oa={}));var Ra;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Ra||(Ra={}));var F;(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"})(F||(F={}));var fe;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(fe||(fe={}));var La;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(La||(La={}));var Na;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(Na||(Na={}));var Pa;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(Pa||(Pa={}));var Da;(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"})(Da||(Da={}));var Ma;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(Ma||(Ma={}));var ka;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(ka||(ka={}));var Ia;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Ia||(Ia={}));var Ua;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Ua||(Ua={}));var $a;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})($a||($a={}));var Ba;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Ba||(Ba={}));var Ha;(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"})(Ha||(Ha={}));var Va;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(Va||(Va={}));var yu={[F.PERSONAL_BOOK_SHARE_USER]:[F.PERSONAL_BOOK_USER],[F.HTML_EXPORT_USER]:[F.PERSONAL_BOOK_USER],[F.PDF_EXPORT_USER]:[F.PERSONAL_BOOK_USER],[F.KHUB_ADMIN]:[F.CONTENT_PUBLISHER],[F.ADMIN]:[F.KHUB_ADMIN,F.USERS_ADMIN,F.PORTAL_ADMIN,F.BEHAVIOR_DATA_USER],[F.GENERATIVE_AI_EXPORT_USER]:[F.GENERATIVE_AI_USER]};function Fa(e,t){return e===t||(yu[e]??[]).some(r=>Fa(r,t))}function ja(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=>Fa(n,t))}var cn=h(T());var di=h(T());var rt=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=C.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=C.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var Ot=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:rt.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):rt.await()}};var ce=class extends Ot{constructor(t=!0,r){var n;super(r),this.sortObjectFields=(s,o)=>typeof o!="object"||o==null||Array.isArray(o)?o:Object.fromEntries(Object.entries(o).sort(([a],[l])=>a.localeCompare(l)));let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new di.CacheRegistry,this.cache=t?i.commonCache:new di.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 sn=class extends ce{async listMySearches(){let{session:t}=C.getState();return ja(t,F.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var on=class extends ce{async listMyBookmarks(){let t=C.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var an=class extends ce{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=C.getState().session;return!!t?.sessionAuthenticated}};var ln=class extends ce{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=C.getState().session;return!!t?.sessionAuthenticated}};var gu="ft-user-assets",vu={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(fe).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;fi(e,r,[...pi(e,r),i]),za(e,r,1,n),Wa(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;fi(e,r,pi(e,r).map(i=>i.id===n.id?n:i)),Wa(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;fi(e,r,pi(e,r).filter(s=>s.id!==i)),za(e,r,-1,n)}},Ka={[fe.SEARCHES]:"savedSearches",[fe.BOOKMARKS]:"bookmarks",[fe.BOOKS]:void 0,[fe.COLLECTIONS]:void 0},pi=(e,t)=>{var r;let n=Ka[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},fi=(e,t,r)=>{let n=Ka[t];n&&(e[n]=r)},za=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===fe.BOOKMARKS&&n)){let s=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,s+r)}},Wa=(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=cn.FtReduxStore.get({name:gu,reducers:vu,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(fe).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),hi=class{constructor(t=new an,r=new ln){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=C.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new on,this.savedSearchesService=new sn,C.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=C.getState();(0,cn.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===fe.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)}}},xu=new hi;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=xu);var mi=class{addCommand(t,r=!1){C.commands.add(t,r)}consumeCommand(t){return C.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new mi;var he=h(T());var Ga,Rt=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},bu=Symbol("clearAfterUnitTest"),un=class extends(0,he.withEventBus)(ce){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Ga]=()=>{this.defaultMessages={},this.cache=new he.CacheRegistry,this.listeners={}},this.currentUiLocale=C.getState().uiLocale,C.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=C.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,he.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 s=t.toLowerCase(),o=this.resolveContext(s);return new he.ParametrizedLabelResolver((i=this.defaultMessages[s])!==null&&i!==void 0?i:{},o).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 he.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 Rt({loadedContexts:t})),this.dispatchEvent(new Rt({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new Rt({loadedContexts:[t]})),this.dispatchEvent(new Rt({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,he.delay)(0).then(()=>n()).catch(()=>null)))}};Ga=bu;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends un{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends un{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var or=window.FluidTopicsI18nService,yi=window.FluidTopicsCustomI18nService;var qa=h(T()),gi=class{highlightHtml(t,r,n){(0,qa.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new gi;var Ya=h(T());var vi=class{isDate(t){var r,n,i,s;return(s=(i=((n=(r=C.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&&s!==void 0?s:!1}format(t,r){var n,i,s,o;if(t==null)return"";try{return Ya.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:C.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(s=r?.withTime)!==null&&s!==void 0?s:!1,(o=r?.onlyTime)!==null&&o!==void 0?o:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new vi;var Xa=h(T());var ar=class{static get(t,r){var n,i,s,o;let a=C.getState(),{lang:l,region:c}=(s=(i=(n=a.localesConfiguration)===null||n===void 0?void 0:n.defaultLocales)===null||i===void 0?void 0:i.defaultContentLocale)!==null&&s!==void 0?s:{lang:"en",region:"US"};return new Xa.SearchPlaceConverter(a.baseUrl,t??20,(o=a.localesConfiguration)===null||o===void 0?void 0:o.allLanguagesAllowed,r??`${l}-${c}`)}};var xi=class{urlToSearchRequest(t){return ar.get().parse(t)}searchRequestToUrl(t){return ar.get().serialize(t)}};window.FluidTopicsUrlService=new xi;var Me=h(T());var nt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};nt.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 dn=class e extends Me.WithEventBus{static build(){return new e(window.history,Ja,()=>window.location,!1)}constructor(t,r,n,i){var s,o;super(),this.history=t,this.historyStorage=r,this.windowLocation=n,this.states=[],this.realPushState=t.pushState,this.realReplaceState=t.replaceState,this.initialIndex=(o=(s=t.state)===null||s===void 0?void 0:s.index)!==null&&o!==void 0?o: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,Me.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new nt(this.currentItem())),0)}installProxies(){let t=r=>(n,i,[s,o,a])=>{let l=r(),c={...l===this.currentIndex?this.currentState:void 0,...s,index:l,href:typeof a=="string"?a:(a??this.windowLocation()).href};n.apply(i,[c,o,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(nt.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(nt.eventName,t)}currentItem(){return(0,Me.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,Me.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,Me.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,Me.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,s=t+1;for(;this.states.length>s&&!this.isDifferentMajorState(s,n);)this.hasState(s)&&(i=s),s++;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,s=(n=this.states[t])===null||n===void 0?void 0:n.majorStateId;return s==null||s!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=dn.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 Za=h(j());var Qa=Za.css`
|
|
314
|
-
`;var rl=h(j()),
|
|
313
|
+
`;var Ns=["top","right","bottom","left"],Ls=["start","end"],In=Ns.reduce((e,t)=>e.concat(t,t+"-"+Ls[0],t+"-"+Ls[1]),[]),jt=Math.min,He=Math.max,zt=Math.round;var _e=e=>({x:e,y:e}),Xl={left:"right",right:"left",bottom:"top",top:"bottom"};function Ps(e,t,r){return He(e,jt(t,r))}function br(e,t){return typeof e=="function"?e(t):e}function Wt(e){return e.split("-")[0]}function Ve(e){return e.split("-")[1]}function Un(e){return e==="x"?"y":"x"}function $n(e){return e==="y"?"height":"width"}function Er(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function Bn(e){return Un(Er(e))}function Ds(e,t,r){r===void 0&&(r=!1);let n=Ve(e),i=Bn(e),s=$n(i),o=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=kn(o)),[o,kn(o)]}function Ms(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function kn(e){let t=Wt(e);return Xl[t]+e.slice(t.length)}function Jl(e){var t,r,n,i;return{top:(t=e.top)!=null?t:0,right:(r=e.right)!=null?r:0,bottom:(n=e.bottom)!=null?n:0,left:(i=e.left)!=null?i:0}}function ks(e){return typeof e!="number"?Jl(e):{top:e,right:e,bottom:e,left:e}}function Xe(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 Is(e,t,r){let{reference:n,floating:i}=e,s=Er(t),o=Bn(t),a=$n(o),l=Wt(t),c=s==="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,y;switch(l){case"top":y={x:u,y:n.y-i.height};break;case"bottom":y={x:u,y:n.y+n.height};break;case"right":y={x:n.x+n.width,y:d};break;case"left":y={x:n.x-i.width,y:d};break;default:y={x:n.x,y:n.y}}let v=Ve(t);return v&&(y[o]+=p*(v==="end"?1:-1)*(r&&c?-1:1)),y}async function Us(e,t){var r;t===void 0&&(t={});let{x:n,y:i,platform:s,rects:o,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:y=0}=br(t,e),v=ks(y),g=a[p?d==="floating"?"reference":"floating":d],A=Xe(await s.getClippingRect({element:(r=await(s.isElement==null?void 0:s.isElement(g)))==null||r?g:g.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),L=d==="floating"?{x:n,y:i,width:o.floating.width,height:o.floating.height}:o.reference,x=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),_=await(s.isElement==null?void 0:s.isElement(x))&&await(s.getScale==null?void 0:s.getScale(x))||{x:1,y:1},O=Xe(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:L,offsetParent:x,strategy:l}):L);return{top:(A.top-O.top+v.top)/_.y,bottom:(O.bottom-A.bottom+v.bottom)/_.y,left:(A.left-O.left+v.left)/_.x,right:(O.right-A.right+v.right)/_.x}}var Zl=50,$s=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:s=[],platform:o}=r,a=o.detectOverflow?o:{...o,detectOverflow:Us},l=await(o.isRTL==null?void 0:o.isRTL(t)),c=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=Is(c,n,l),p=n,y=0,v={};for(let E=0;E<s.length;E++){let g=s[E];if(!g)continue;let{name:A,fn:L}=g,{x,y:_,data:O,reset:U}=await L({x:u,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:v,rects:c,platform:a,elements:{reference:e,floating:t}});u=x??u,d=_??d,v[A]={...v[A],...O},U&&y<Zl&&(y++,typeof U=="object"&&(U.placement&&(p=U.placement),U.rects&&(c=U.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):U.rects),{x:u,y:d}=Is(c,p,l)),E=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:v}};function Ql(e,t,r){return(e?[...r.filter(i=>Ve(i)===e),...r.filter(i=>Ve(i)!==e)]:r.filter(i=>Wt(i)===i)).filter(i=>e?Ve(i)===e||(t?Ms(i)!==i:!1):!0)}var Bs=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,n,i;let{rects:s,middlewareData:o,placement:a,platform:l,elements:c}=t,{crossAxis:u=!1,alignment:d,allowedPlacements:p=In,autoAlignment:y=!0,...v}=br(e,t),E=d!==void 0||p===In?Ql(d||null,y,p):p,g=((r=o.autoPlacement)==null?void 0:r.index)||0,A=E[g];if(A==null)return{};if(a!==A)return{reset:{placement:E[0]}};let L=await l.detectOverflow(t,v),x=Ds(A,s,await(l.isRTL==null?void 0:l.isRTL(c.floating))),_=[L[Wt(A)],L[x[0]],L[x[1]]],O=[...((n=o.autoPlacement)==null?void 0:n.overflows)||[],{placement:A,overflows:_}],U=E[g+1];if(U)return{data:{index:g+1,overflows:O},reset:{placement:U}};let P=O.map(ue=>{let Ke=Ve(ue.placement);return[ue.placement,Ke&&u?ue.overflows.slice(0,2).reduce((Ul,$l)=>Ul+$l,0):ue.overflows[0],ue.overflows]}).sort((ue,Ke)=>ue[1]-Ke[1]),Dt=((i=P.filter(ue=>ue[2].slice(0,Ve(ue[0])?2:3).every(Ke=>Ke<=0))[0])==null?void 0:i[0])||P[0][0];return Dt!==a?{data:{index:g+1,overflows:O},reset:{placement:Dt}}:{}}}};var Hs=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:n,placement:i,platform:s}=t,{mainAxis:o=!0,crossAxis:a=!1,limiter:l={fn:L=>{let{x,y:_}=L;return{x,y:_}}},...c}=br(e,t),u={x:r,y:n},d=await s.detectOverflow(t,c),p=Er(i),y=Un(p),v=u[y],E=u[p],g=(L,x)=>Ps(x+d[L==="y"?"top":"left"],x,x-d[L==="y"?"bottom":"right"]);o&&(v=g(y,v)),a&&(E=g(p,E));let A=l.fn({...t,[y]:v,[p]:E});return{...A,data:{x:A.x-r,y:A.y-n,enabled:{[y]:o,[p]:a}}}}}};function Sr(){return typeof window<"u"}function Ze(e){return Fs(e)?(e.nodeName||"").toLowerCase():"#document"}function ne(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Le(e){var t;return(t=(Fs(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Fs(e){return Sr()?e instanceof Node||e instanceof ne(e).Node:!1}function ve(e){return Sr()?e instanceof Element||e instanceof ne(e).Element:!1}function Ne(e){return Sr()?e instanceof HTMLElement||e instanceof ne(e).HTMLElement:!1}function Vs(e){return!Sr()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ne(e).ShadowRoot}function Kt(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=xe(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function js(e){return/^(table|td|th)$/.test(Ze(e))}function Gt(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var ec=/transform|translate|scale|rotate|perspective|filter/,tc=/paint|layout|strict|content/,Je=e=>!!e&&e!=="none",Hn;function xt(e){let t=ve(e)?xe(e):e;return Je(t.transform)||Je(t.translate)||Je(t.scale)||Je(t.rotate)||Je(t.perspective)||!_r()&&(Je(t.backdropFilter)||Je(t.filter))||ec.test(t.willChange||"")||tc.test(t.contain||"")}function zs(e){let t=Fe(e);for(;Ne(t)&&!bt(t);){if(xt(t))return t;if(Gt(t))return null;t=Fe(t)}return null}function _r(){return Hn==null&&(Hn=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Hn}function bt(e){return/^(html|body|#document)$/.test(Ze(e))}function xe(e){return ne(e).getComputedStyle(e)}function qt(e){return ve(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Fe(e){if(Ze(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Vs(e)&&e.host||Le(e);return Vs(t)?t.host:t}function Ws(e){let t=Fe(e);return bt(t)?(e.ownerDocument||e).body:Ne(t)&&Kt(t)?t:Ws(t)}function Ar(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=Ws(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=ne(i);if(s){let a=Cr(o);return t.concat(o,o.visualViewport||[],Kt(i)?i:[],a&&r?Ar(a):[])}else return t.concat(i,Ar(i,[],r))}function Cr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function qs(e){let t=xe(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=Ne(e),s=i?e.offsetWidth:r,o=i?e.offsetHeight:n,a=zt(r)!==s||zt(n)!==o;return a&&(r=s,n=o),{width:r,height:n,$:a}}function Ys(e){return ve(e)?e:e.contextElement}function Et(e){let t=Ys(e);if(!Ne(t))return _e(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:s}=qs(t),o=(s?zt(r.width):r.width)/n,a=(s?zt(r.height):r.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}var rc=_e(0);function Xs(e){let t=ne(e);return!_r()||!t.visualViewport?rc:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function nc(e,t,r){return t===void 0&&(t=!1),!!r&&t&&r===ne(e)}function Yt(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),s=Ys(e),o=_e(1);t&&(n?ve(n)&&(o=Et(n)):o=Et(e));let a=nc(s,r,n)?Xs(s):_e(0),l=(i.left+a.x)/o.x,c=(i.top+a.y)/o.y,u=i.width/o.x,d=i.height/o.y;if(s&&n){let p=ne(s),y=ve(n)?ne(n):n,v=p,E=Cr(v);for(;E&&y!==v;){let g=Et(E),A=E.getBoundingClientRect(),L=xe(E),x=A.left+(E.clientLeft+parseFloat(L.paddingLeft))*g.x,_=A.top+(E.clientTop+parseFloat(L.paddingTop))*g.y;l*=g.x,c*=g.y,u*=g.x,d*=g.y,l+=x,c+=_,v=ne(E),E=Cr(v)}}return Xe({width:u,height:d,x:l,y:c})}function wr(e,t){let r=qt(e).scrollLeft;return t?t.left+r:Yt(Le(e)).left+r}function Js(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-wr(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function ic(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,s=i==="fixed",o=Le(n),a=t?Gt(t.floating):!1;if(n===o||a&&s)return r;let l={scrollLeft:0,scrollTop:0},c=_e(1),u=_e(0),d=Ne(n);if((d||!s)&&((Ze(n)!=="body"||Kt(o))&&(l=qt(n)),d)){let y=Yt(n);c=Et(n),u.x=y.x+n.clientLeft,u.y=y.y+n.clientTop}let p=o&&!d&&!s?Js(o,l):_e(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 sc(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function oc(e){let t=qt(e),r=e.ownerDocument.body,n=He(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=He(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight),s=-t.scrollLeft+wr(e),o=-t.scrollTop;return xe(r).direction==="rtl"&&(s+=He(e.clientWidth,r.clientWidth)-n),{width:n,height:i,x:s,y:o}}var ac=25;function lc(e,t,r){r===void 0&&(r="viewport");let n=r==="layoutViewport",i=ne(e),s=Le(e),o=i.visualViewport,a=s.clientWidth,l=s.clientHeight,c=0,u=0;if(o){let p=!_r()||t==="fixed";n?p||(c=-o.offsetLeft,u=-o.offsetTop):(a=o.width,l=o.height,p&&(c=o.offsetLeft,u=o.offsetTop))}if(wr(s)<=0){let p=s.ownerDocument,y=p.body,v=getComputedStyle(y),E=p.compatMode==="CSS1Compat"&&parseFloat(v.marginLeft)+parseFloat(v.marginRight)||0,g=Math.abs(s.clientWidth-y.clientWidth-E),A=getComputedStyle(s).scrollbarGutter==="stable both-edges"?g/2:g;A<=ac&&(a-=A)}return{width:a,height:l,x:c,y:u}}function cc(e,t){let r=Yt(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,s=Et(e),o=e.clientWidth*s.x,a=e.clientHeight*s.y,l=i*s.x,c=n*s.y;return{width:o,height:a,x:l,y:c}}function Ks(e,t,r){let n;if(t==="viewport"||t==="layoutViewport")n=lc(e,r,t);else if(t==="document")n=oc(Le(e));else if(ve(t))n=cc(t,r);else{let i=Xs(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return Xe(n)}function uc(e,t){let r=t.get(e);if(r)return r;let n=Ar(e,[],!1).filter(a=>ve(a)&&Ze(a)!=="body"),i=null,s=xe(e).position==="fixed",o=s?Fe(e):e;for(;ve(o)&&!bt(o);){let a=xe(o),l=xt(o),c=i?i.position:s?"fixed":"";!l&&(c==="fixed"||c==="absolute"&&a.position==="static")?n=n.filter(d=>d!==o):i=a,o=Fe(o)}return t.set(e,n),n}function dc(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,o=[...r==="clippingAncestors"?Gt(t)?[]:uc(t,this._c):[].concat(r),n],a=Ks(t,o[0],i),l=a.top,c=a.right,u=a.bottom,d=a.left;for(let p=1;p<o.length;p++){let y=Ks(t,o[p],i);l=He(y.top,l),c=jt(y.right,c),u=jt(y.bottom,u),d=He(y.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function pc(e){let{width:t,height:r}=qs(e);return{width:t,height:r}}function fc(e,t,r){let n=Ne(t),i=Le(t),s=r==="fixed",o=Yt(e,!0,s,t),a={scrollLeft:0,scrollTop:0},l=_e(0);if((n||!s)&&((Ze(t)!=="body"||Kt(i))&&(a=qt(t)),n)){let p=Yt(t,!0,s,t);l.x=p.x+t.clientLeft,l.y=p.y+t.clientTop}!n&&i&&(l.x=wr(i));let c=i&&!n&&!s?Js(i,a):_e(0),u=o.left+a.scrollLeft-l.x-c.x,d=o.top+a.scrollTop-l.y-c.y;return{x:u,y:d,width:o.width,height:o.height}}function Vn(e){return xe(e).position==="static"}function Gs(e,t){if(!Ne(e)||xe(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Le(e)===r&&(r=r.ownerDocument.body),r}function Zs(e,t){let r=ne(e);if(Gt(e))return r;if(!Ne(e)){let i=Fe(e);for(;i&&!bt(i);){if(ve(i)&&!Vn(i))return i;i=Fe(i)}return r}let n=Gs(e,t);for(;n&&js(n)&&Vn(n);)n=Gs(n,t);return n&&bt(n)&&Vn(n)&&!xt(n)?r:n||zs(e)||r}var hc=async function(e){let t=this.getOffsetParent||Zs,r=this.getDimensions,n=await r(e.floating);return{reference:fc(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function mc(e){return xe(e).direction==="rtl"}var Tr={convertOffsetParentRelativeRectToViewportRelativeRect:ic,getDocumentElement:Le,getClippingRect:dc,getOffsetParent:Zs,getElementRects:hc,getClientRects:sc,getDimensions:pc,getScale:Et,isElement:ve,isRTL:mc};var Qs=Bs,eo=Hs;var to=(e,t,r)=>{let n=new Map,i=r??{},s={...Tr,...i.platform,_c:n};return $s(e,t,{...i,platform:s})};function ro(e){return yc(e)}function Fn(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function yc(e){for(let t=e;t;t=Fn(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Fn(e);t;t=Fn(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||xt(r)||t.tagName==="BODY"))return t}return null}async function no(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},to(e,t,{strategy:n.strategy,platform:{...Tr,getOffsetParent:i=>Tr.getOffsetParent(i,ro)},middleware:[eo({crossAxis:!0}),Qs({allowedPlacements:[n.placement]})]})}var Nt=h(T());var ui=h(te());var io=h(te(),1);var jn=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function so(e,t){return(0,io.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return Xt(e);try{return JSON.parse(r)}catch{return Xt(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:Jt,...t??{}})}function gc(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(!At(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(!At(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=o=>Object.keys(o).filter(a=>o[a]!=null),s=i(e);if(r=s.length,r!==i(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,s[n]))return!1;for(n=r;n--!==0;){let o=s[n];if(!At(e[o],t[o]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function At(e,t){try{return gc(e,t)}catch{return!1}}function Jt(e,t){return!At(e,t)}function Xt(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function Or(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 oo=h(te(),1);var zn=e=>{let t=e??{};return(r,n)=>{var i;let s={hasChanged:Jt,attribute:!1,...t};(0,oo.property)(s)(r,n);let o=r.constructor;o.reduxProperties=new Map(o.reduxProperties),o.reduxProperties.set(n,{selector:(i=t.selector)!==null&&i!==void 0?i:(a=>a[n]),store:t.store})}};var Rr=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 Qe=h(te(),1);var Lr=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),s=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let o of n)try{await o()}catch(a){i(a);return}s(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var lo=h(j(),1);var Nr=globalThis,vc=Nr.ShadowRoot&&(Nr.ShadyCSS===void 0||Nr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var ao=(e,t)=>{if(vc)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=Nr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var Pr=class extends lo.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 ao(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){jn(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 co(e,t,...r){var n;let i=e.querySelector(t);for(let s of r)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(s);return i}var _t=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},ho,uo=Symbol("constructorPrototype"),po=Symbol("constructorName"),mo=Symbol("exportpartsDebouncer"),fo=Symbol("dynamicDependenciesLoaded"),St=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};St.eventName="exportparts-updated";var Ce=class extends Pr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[ho]=new Lr(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[mo].run(()=>{var i,s;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((s=this.exportpartsPrefixes)===null||s===void 0?void 0:s.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[po]=this.constructor.name,this[uo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[po]&&Object.setPrototypeOf(this,this[uo])}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[fo]||(r[fo]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(St.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(St.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 St)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let s=[...i??[],n];r=co(this.shadowRoot,...s)}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(s=>s.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(s){console.error(s,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let s=document.createElement("style");s.classList.add("ft-lit-element--custom-stylesheet"),s.innerHTML=this.customStylesheet,this.shadowRoot.append(s)}}setExportpartsAttribute(t){var r,n,i,s,o,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 y=(s=(i=p.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&s!==void 0?s:[],v=(a=(o=p.getAttribute("exportparts"))===null||o===void 0?void 0:o.split(",").map(g=>g.split(":")[1]))!==null&&a!==void 0?a:[],E=[...y,...v].filter(l).map(g=>g.trim());for(let g of E)u.add(g)}if(u.size===0){this.exportparts=void 0;return}let d=[...u.values()].flatMap(p=>c.map(y=>`${p}:${y}--${p}`));this.exportparts=[...this.part,...d].join(", ")}};ho=mo;_t([(0,Qe.property)()],Ce.prototype,"exportpartsPrefix",void 0);_t([so([])],Ce.prototype,"exportpartsPrefixes",void 0);_t([(0,Qe.property)({reflect:!0})],Ce.prototype,"exportparts",void 0);_t([(0,Qe.property)()],Ce.prototype,"customStylesheet",void 0);_t([(0,Qe.property)()],Ce.prototype,"elementToFocus",void 0);_t([(0,Qe.state)()],Ce.prototype,"useAdoptedStyleSheets",void 0);function Dr(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Zt=Symbol("internalReduxEventsUnsubscribers"),je=Symbol("internalStoresUnsubscribers"),et=Symbol("internalStores"),xc=Or(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(o){super.willUpdate(o),[...this.reduxConstructor.reduxReactiveProperties].some(a=>o.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[et].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[et].values()][0]}getStore(o){return o==null?this.getUnnamedStore():this[et].get(o)}addStore(o,a){var l;a=(l=a??o.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[et].set(a,o),this.subscribeToStore(a,o),this.updateFromStores()}removeStore(o){let a=typeof o=="string"?o:o.name;this.unsubscribeFromStore(a),this[et].delete(a)}setupStores(){this.unsubscribeFromStores(),this[et].forEach((o,a)=>this.subscribeToStore(a,o)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((o,a)=>{let l=this.constructor.getPropertyOptions(a);if(!l?.attribute||!this.hasAttribute(typeof l?.attribute=="string"?l.attribute:a)){let c=this.getStore(o.store);c&&(o.store?this[je].has(o.store):this[je].size>0)&&(this[a]=o.selector(c.getState(),this))}})}subscribeToStore(o,a){var l;this[je].set(o,a.subscribe(()=>this.updateFromStores())),this[Zt].set(o,[]),Dr(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[Zt].get(o).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(o)}unsubscribeFromStores(){this[je].forEach((o,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(o){var a;this[je].has(o)&&this[je].get(o)(),this[je].delete(o),(a=this[Zt].get(o))===null||a===void 0||a.forEach(l=>l()),this[Zt].delete(o)}onStoreAvailable(o){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=je,r=et,n=Zt,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),yo=class extends xc(Ce){};function G(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 bc=typeof Symbol=="function"&&Symbol.observable||"@@observable",go=bc,Wn=()=>Math.random().toString(36).substring(7).split("").join("."),Ec={INIT:`@@redux/INIT${Wn()}`,REPLACE:`@@redux/REPLACE${Wn()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${Wn()}`},Mr=Ec;function kr(e){if(typeof e!="object"||e===null)return!1;let t=e;for(;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||Object.getPrototypeOf(e)===null}function Kn(e,t,r){if(typeof e!="function")throw new Error(G(2));if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(G(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(G(1));return r(Kn)(e,t)}let n=e,i=t,s=new Map,o=s,a=0,l=!1;function c(){o===s&&(o=new Map,s.forEach((g,A)=>{o.set(A,g)}))}function u(){if(l)throw new Error(G(3));return i}function d(g){if(typeof g!="function")throw new Error(G(4));if(l)throw new Error(G(5));let A=!0;c();let L=a++;return o.set(L,g),function(){if(A){if(l)throw new Error(G(6));A=!1,c(),o.delete(L),s=null}}}function p(g){if(!kr(g))throw new Error(G(7));if(typeof g.type>"u")throw new Error(G(8));if(typeof g.type!="string")throw new Error(G(17));if(l)throw new Error(G(9));try{l=!0,i=n(i,g)}finally{l=!1}return(s=o).forEach(L=>{L()}),g}function y(g){if(typeof g!="function")throw new Error(G(10));n=g,p({type:Mr.REPLACE})}function v(){let g=d;return{subscribe(A){if(typeof A!="object"||A===null)throw new Error(G(11));function L(){let _=A;_.next&&_.next(u())}return L(),{unsubscribe:g(L)}},[go](){return this}}}return p({type:Mr.INIT}),{dispatch:p,subscribe:d,getState:u,replaceReducer:y,[go]:v}}function Ac(e){Object.keys(e).forEach(t=>{let r=e[t];if(typeof r(void 0,{type:Mr.INIT})>"u")throw new Error(G(12));if(typeof r(void 0,{type:Mr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(G(13))})}function vo(e){let t=Object.keys(e),r={};for(let o=0;o<t.length;o++){let a=t[o];typeof e[a]=="function"&&(r[a]=e[a])}let n=Object.keys(r),i,s;try{Ac(r)}catch(o){s=o}return function(a={},l){if(s)throw s;let c=!1,u={};for(let d=0;d<n.length;d++){let p=n[d],y=r[p],v=a[p],E=y(v,l);if(typeof E>"u"){let g=l&&l.type;throw new Error(G(14))}u[p]=E,c=c||E!==v}return c=c||n.length!==Object.keys(a).length,c?u:a}}function Qt(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,r)=>(...n)=>t(r(...n)))}function xo(...e){return t=>(r,n)=>{let i=t(r,n),s=()=>{throw new Error(G(15))},o={getState:i.getState,dispatch:(l,...c)=>s(l,...c)},a=e.map(l=>l(o));return s=Qt(...a)(i.dispatch),{...i,dispatch:s}}}function bo(e){return kr(e)&&"type"in e&&typeof e.type=="string"}var Ro=Symbol.for("immer-nothing"),Eo=Symbol.for("immer-draftable"),Y=Symbol.for("immer-state");function be(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var ae=Object,wt=ae.getPrototypeOf,Br="constructor",Wr="prototype",Xn="configurable",Hr="enumerable",Ur="writable",er="value",we=e=>!!e&&!!e[Y];function le(e){return e?Lo(e)||Gr(e)||!!e[Eo]||!!e[Br]?.[Eo]||qr(e)||Yr(e):!1}var Sc=ae[Wr][Br].toString(),Ao=new WeakMap;function Lo(e){if(!e||!ii(e))return!1;let t=wt(e);if(t===null||t===ae[Wr])return!0;let r=ae.hasOwnProperty.call(t,Br)&&t[Br];if(r===Object)return!0;if(!Ct(r))return!1;let n=Ao.get(r);return n===void 0&&(n=Function.toString.call(r),Ao.set(r,n)),n===Sc}function Kr(e,t,r=!0){nr(e)===0?(r?Reflect.ownKeys(e):ae.keys(e)).forEach(i=>{t(i,e[i],e)}):e.forEach((n,i)=>t(i,n,e))}function nr(e){let t=e[Y];return t?t.type_:Gr(e)?1:qr(e)?2:Yr(e)?3:0}var Gn=(e,t,r=nr(e))=>r===2?e.has(t):ae[Wr].hasOwnProperty.call(e,t),Jn=(e,t,r=nr(e))=>r===2?e.get(t):e[t],Vr=(e,t,r,n=nr(e))=>{n===2?e.set(t,r):n===3?e.add(r):e[t]=r};function _c(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}var Gr=Array.isArray,qr=e=>e instanceof Map,Yr=e=>e instanceof Set,ii=e=>typeof e=="object",Ct=e=>typeof e=="function",qn=e=>typeof e=="boolean";function Cc(e){let t=+e;return Number.isInteger(t)&&String(t)===e}var Pe=e=>e.copy_||e.base_;var si=e=>e.modified_?e.copy_:e.base_;function Zn(e,t){if(qr(e))return new Map(e);if(Yr(e))return new Set(e);if(Gr(e))return Array[Wr].slice.call(e);let r=Lo(e);if(t===!0||t==="class_only"&&!r){let n=ae.getOwnPropertyDescriptors(e);delete n[Y];let i=Reflect.ownKeys(n);for(let s=0;s<i.length;s++){let o=i[s],a=n[o];a[Ur]===!1&&(a[Ur]=!0,a[Xn]=!0),(a.get||a.set)&&(n[o]={[Xn]:!0,[Ur]:!0,[Hr]:a[Hr],[er]:e[o]})}return ae.create(wt(e),n)}else{let n=wt(e);if(n!==null&&r)return{...e};let i=ae.create(n);return ae.assign(i,e)}}function oi(e,t=!1){return Xr(e)||we(e)||!le(e)||(nr(e)>1&&ae.defineProperties(e,{set:Ir,add:Ir,clear:Ir,delete:Ir}),ae.freeze(e),t&&Kr(e,(r,n)=>{oi(n,!0)},!1)),e}function wc(){be(2)}var Ir={[er]:wc};function Xr(e){return e===null||!ii(e)?!0:ae.isFrozen(e)}var Fr="MapSet",Qn="Patches",So="ArrayMethods",No={};function tt(e){let t=No[e];return t||be(0,e),t}var _o=e=>!!No[e];var tr,Po=()=>tr,Tc=(e,t)=>({drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0,handledSet_:new Set,processedForPatches_:new Set,mapSetPlugin_:_o(Fr)?tt(Fr):void 0,arrayMethodsPlugin_:_o(So)?tt(So):void 0});function Co(e,t){t&&(e.patchPlugin_=tt(Qn),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function ei(e){ti(e),e.drafts_.forEach(Oc),e.drafts_=null}function ti(e){e===tr&&(tr=e.parent_)}var wo=e=>tr=Tc(tr,e);function Oc(e){let t=e[Y];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function To(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];if(e!==void 0&&e!==r){r[Y].modified_&&(ei(t),be(4)),le(e)&&(e=Oo(t,e));let{patchPlugin_:i}=t;i&&i.generateReplacementPatches_(r[Y].base_,e,t)}else e=Oo(t,r);return Rc(t,e,!0),ei(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Ro?e:void 0}function Oo(e,t){if(Xr(t))return t;let r=t[Y];if(!r)return jr(t,e.handledSet_,e);if(!Jr(r,e))return t;if(!r.modified_)return r.base_;if(!r.finalized_){let{callbacks_:n}=r;if(n)for(;n.length>0;)n.pop()(e);ko(r,e)}return r.copy_}function Rc(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&oi(t,r)}function Do(e){e.finalized_=!0,e.scope_.unfinalizedDrafts_--}var Jr=(e,t)=>e.scope_===t,Lc=[];function Mo(e,t,r,n){let i=Pe(e),s=e.type_;if(n!==void 0&&Jn(i,n,s)===t){Vr(i,n,r,s);return}if(!e.draftLocations_){let a=e.draftLocations_=new Map;Kr(i,(l,c)=>{if(we(c)){let u=a.get(c)||[];u.push(l),a.set(c,u)}})}let o=e.draftLocations_.get(t)??Lc;for(let a of o)Vr(i,a,r,s)}function Nc(e,t,r){e.callbacks_.push(function(i){let s=t;if(!s||!Jr(s,i))return;i.mapSetPlugin_?.fixSetContents(s);let o=si(s);Mo(e,s.draft_??s,o,r),ko(s,i)})}function ko(e,t){if(e.modified_&&!e.finalized_&&(e.type_===3||e.type_===1&&e.allIndicesReassigned_||(e.assigned_?.size??0)>0)){let{patchPlugin_:n}=t;if(n){let i=n.getPath(e);i&&n.generatePatches_(e,i,t)}Do(e)}}function Pc(e,t,r){let{scope_:n}=e;if(we(r)){let i=r[Y];Jr(i,n)&&i.callbacks_.push(function(){$r(e);let o=si(i);Mo(e,r,o,t)})}else le(r)&&e.callbacks_.push(function(){let s=Pe(e);e.type_===3?s.has(r)&&jr(r,n.handledSet_,n):Jn(s,t,e.type_)===r&&n.drafts_.length>1&&(e.assigned_.get(t)??!1)===!0&&e.copy_&&jr(Jn(e.copy_,t,e.type_),n.handledSet_,n)})}function jr(e,t,r){return!r.immer_.autoFreeze_&&r.unfinalizedDrafts_<1||we(e)||t.has(e)||!le(e)||Xr(e)||(t.add(e),Kr(e,(n,i)=>{if(we(i)){let s=i[Y];if(Jr(s,r)){let o=si(s);Vr(e,n,o,e.type_),Do(s)}}else le(i)&&jr(i,t,r)})),e}function Dc(e,t){let r=Gr(e),n={type_:r?1:0,scope_:t?t.scope_:Po(),modified_:!1,finalized_:!1,assigned_:void 0,parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1,callbacks_:void 0},i=n,s=zr;r&&(i=[n],s=rr);let{revoke:o,proxy:a}=Proxy.revocable(i,s);return n.draft_=a,n.revoke_=o,[a,n]}var zr={get(e,t){if(t===Y)return e;let r=e.scope_.arrayMethodsPlugin_,n=e.type_===1&&typeof t=="string";if(n&&r?.isArrayOperationMethod(t))return r.createMethodInterceptor(e,t);let i=Pe(e);if(!Gn(i,t,e.type_))return kc(e,i,t);let s=i[t];if(e.finalized_||!le(s)||n&&e.operationMethod&&r?.isMutatingArrayMethod(e.operationMethod)&&Cc(t))return s;if(s===Yn(e.base_,t)||Mc(e,t,s)){$r(e);let o=e.type_===1?+t:t,a=ni(e.scope_,s,e,o);return e.copy_[o]=a}return s},has(e,t){return t in Pe(e)},ownKeys(e){return Reflect.ownKeys(Pe(e))},set(e,t,r){let n=Io(Pe(e),t);if(n?.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){let i=Yn(Pe(e),t),s=i?.[Y];if(s&&s.base_===r)return e.copy_[t]=r,e.assigned_.set(t,!1),!0;if(_c(r,i)&&(r!==void 0||Gn(e.base_,t,e.type_)))return!0;$r(e),ri(e)}return e.copy_[t]===r&&(r!==void 0||Gn(e.copy_,t,e.type_))||Number.isNaN(r)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=r,e.assigned_.set(t,!0),Pc(e,t,r)),!0},deleteProperty(e,t){return $r(e),Yn(e.base_,t)!==void 0||t in e.base_?(e.assigned_.set(t,!1),ri(e)):e.assigned_.delete(t),e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){let r=Pe(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{[Ur]:!0,[Xn]:e.type_!==1||t!=="length",[Hr]:n[Hr],[er]:r[t]}},defineProperty(){be(11)},getPrototypeOf(e){return wt(e.base_)},setPrototypeOf(){be(12)}},rr={};for(let e in zr){let t=zr[e];rr[e]=function(){let r=arguments;return r[0]=r[0][0],t.apply(this,r)}}rr.deleteProperty=function(e,t){return rr.set.call(this,e,t,void 0)};rr.set=function(e,t,r){return zr.set.call(this,e[0],t,r,e[0])};function Yn(e,t){let r=e[Y];return(r?Pe(r):e)[t]}function Mc(e,t,r){return e.type_!==1||!e.allIndicesReassigned_||e.assigned_?.get(t)||!le(r)||r[Y]?!1:e.baseRefs_.has(r)}function kc(e,t,r){let n=Io(t,r);return n?er in n?n[er]:n.get?.call(e.draft_):void 0}function Io(e,t){if(!(t in e))return;let r=wt(e);for(;r;){let n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=wt(r)}}function ri(e){e.modified_||(e.modified_=!0,e.parent_&&ri(e.parent_))}function $r(e){e.copy_||(e.assigned_=new Map,e.copy_=Zn(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var Ic=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!1,this.produce=(t,r,n)=>{if(Ct(t)&&!Ct(r)){let s=r;r=t;let o=this;return function(l=s,...c){return o.produce(l,u=>r.call(this,u,...c))}}Ct(r)||be(6),n!==void 0&&!Ct(n)&&be(7);let i;if(le(t)){let s=wo(this),o=ni(s,t,void 0),a=!0;try{i=r(o),a=!1}finally{a?ei(s):ti(s)}return Co(s,n),To(i,s)}else if(!t||!ii(t)){if(i=r(t),i===void 0&&(i=t),i===Ro&&(i=void 0),this.autoFreeze_&&oi(i,!0),n){let s=[],o=[];tt(Qn).generateReplacementPatches_(t,i,{patches_:s,inversePatches_:o}),n(s,o)}return i}else be(1,t)},this.produceWithPatches=(t,r)=>{if(Ct(t))return(o,...a)=>this.produceWithPatches(o,l=>t(l,...a));let n,i;return[this.produce(t,r,(o,a)=>{n=o,i=a}),n,i]},qn(e?.autoFreeze)&&this.setAutoFreeze(e.autoFreeze),qn(e?.useStrictShallowCopy)&&this.setUseStrictShallowCopy(e.useStrictShallowCopy),qn(e?.useStrictIteration)&&this.setUseStrictIteration(e.useStrictIteration)}createDraft(e){le(e)||be(8),we(e)&&(e=Uo(e));let t=wo(this),r=ni(t,e,void 0);return r[Y].isManual_=!0,ti(t),r}finishDraft(e,t){let r=e&&e[Y];(!r||!r.isManual_)&&be(9);let{scope_:n}=r;return Co(n,t),To(void 0,n)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}setUseStrictIteration(e){this.useStrictIteration_=e}shouldUseStrictIteration(){return this.useStrictIteration_}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){let i=t[r];if(i.path.length===0&&i.op==="replace"){e=i.value;break}}r>-1&&(t=t.slice(r+1));let n=tt(Qn).applyPatches_;return we(e)?n(e,t):this.produce(e,i=>n(i,t))}};function ni(e,t,r,n){let[i,s]=qr(t)?tt(Fr).proxyMap_(t,r):Yr(t)?tt(Fr).proxySet_(t,r):Dc(t,r);return(r?.scope_??Po()).drafts_.push(i),s.callbacks_=r?.callbacks_??[],s.key_=n,r&&n!==void 0?Nc(r,s,n):s.callbacks_.push(function(l){l.mapSetPlugin_?.fixSetContents(s);let{patchPlugin_:c}=l;s.modified_&&c&&c.generatePatches_(s,[],l)}),i}function Uo(e){return we(e)||be(10,e),$o(e)}function $o(e){if(!le(e)||Xr(e))return e;let t=e[Y],r,n=!0;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=Zn(e,t.scope_.immer_.useStrictShallowCopy_),n=t.scope_.immer_.shouldUseStrictIteration()}else r=Zn(e,!0);return Kr(r,(i,s)=>{Vr(r,i,$o(s))},n),t&&(t.finalized_=!1),r}var Uc=globalThis.Iterator,wp=typeof Uc?.from=="function";var $c=new Ic,ai=$c.produce;function Bo(e){return({dispatch:r,getState:n})=>i=>s=>typeof s=="function"?s(r,n,e):i(s)}var Ho=Bo(),Vo=Bo;var Bc=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Qt:Qt.apply(null,arguments)},Dp=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}},Hc=e=>e&&typeof e.match=="function";function ze(e,t){function r(...n){if(t){let i=t(...n);if(!i)throw new Error(De(0));return{type:e,payload:i.payload,..."meta"in i&&{meta:i.meta},..."error"in i&&{error:i.error}}}return{type:e,payload:n[0]}}return r.toString=()=>`${e}`,r.type=e,r.match=n=>bo(n)&&n.type===e,r}var Ko=class ir extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,ir.prototype)}static get[Symbol.species](){return ir}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new ir(...t[0].concat(this)):new ir(...t.concat(this))}};function Fo(e){return le(e)?ai(e,()=>{}):e}function Zr(e,t,r){return e.has(t)?e.get(t):e.set(t,r(t)).get(t)}function Vc(e){return typeof e=="boolean"}var Fc=()=>function(t){let{thunk:r=!0,immutableCheck:n=!0,serializableCheck:i=!0,actionCreatorCheck:s=!0}=t??{},o=new Ko;return r&&(Vc(r)?o.push(Ho):o.push(Vo(r.extraArgument))),o},jc="RTK_autoBatch";var jo=e=>t=>{setTimeout(t,e)},zc=(e,t)=>r=>{let n=!1,i=()=>{n||(n=!0,cancelAnimationFrame(s),clearTimeout(o),r())},s=e(i),o=setTimeout(i,t)},Wc=(e={type:"raf"})=>t=>(...r)=>{let n=t(...r),i=!0,s=!1,o=!1,a=new Set,l=e.type==="tick"?queueMicrotask:e.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?zc(window.requestAnimationFrame,100):jo(10):e.type==="callback"?e.queueNotification:jo(e.timeout),c=()=>{o=!1,s&&(s=!1,a.forEach(u=>u()))};return Object.assign({},n,{subscribe(u){let d=()=>i&&u(),p=n.subscribe(d);return a.add(u),()=>{p(),a.delete(u)}},dispatch(u){try{return i=!u?.meta?.[jc],s=!i,s&&(o||(o=!0,l(c))),n.dispatch(u)}finally{i=!0}}})},Kc=e=>function(r){let{autoBatch:n=!0}=r??{},i=new Ko(e);return n&&i.push(Wc(typeof n=="object"?n:void 0)),i};function Go(e){let t=Fc(),{reducer:r=void 0,middleware:n,devTools:i=!0,duplicateMiddlewareCheck:s=!0,preloadedState:o=void 0,enhancers:a=void 0}=e||{},l;if(typeof r=="function")l=r;else if(kr(r))l=vo(r);else throw new Error(De(1));let c;typeof n=="function"?c=n(t):c=t();let u=Qt;i&&(u=Bc({trace:!1,...typeof i=="object"&&i}));let d=xo(...c),p=Kc(d),y=typeof a=="function"?a(p):p(),v=u(...y);return Kn(l,o,v)}function qo(e){let t={},r=[],n,i={addCase(s,o){let a=typeof s=="string"?s:s.type;if(!a)throw new Error(De(28));if(a in t)throw new Error(De(29));return t[a]=o,i},addAsyncThunk(s,o){return o.pending&&(t[s.pending.type]=o.pending),o.rejected&&(t[s.rejected.type]=o.rejected),o.fulfilled&&(t[s.fulfilled.type]=o.fulfilled),o.settled&&r.push({matcher:s.settled,reducer:o.settled}),i},addMatcher(s,o){return r.push({matcher:s,reducer:o}),i},addDefaultCase(s){return n=s,i}};return e(i),[t,r,n]}function Gc(e){return typeof e=="function"}function qc(e,t){let[r,n,i]=qo(t),s;if(Gc(e))s=()=>Fo(e());else{let a=Fo(e);s=()=>a}function o(a=s(),l){let c=[r[l.type],...n.filter(({matcher:u})=>u(l)).map(({reducer:u})=>u)];return c.filter(u=>!!u).length===0&&(c=[i]),c.reduce((u,d)=>{if(d)if(we(u)){let y=d(u,l);return y===void 0?u:y}else{if(le(u))return ai(u,p=>d(p,l));{let p=d(u,l);if(p===void 0){if(u===null)return u;throw Error("A case reducer on a non-draftable value must not return undefined")}return p}}return u},a)}return o.getInitialState=s,o}var Yc=(e,t)=>Hc(e)?e.match(t):e(t);function Xc(...e){return t=>e.some(r=>Yc(r,t))}var Jc="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Zc=(e=21)=>{let t="",r=e;for(;r--;)t+=Jc[Math.random()*64|0];return t},Qc=["name","message","stack","code"],li=class{constructor(e,t){this.payload=e,this.meta=t}payload;meta;_type},zo=class{constructor(e,t){this.payload=e,this.meta=t}payload;meta;_type},eu=e=>{if(typeof e=="object"&&e!==null){let t={};for(let r of Qc)typeof e[r]=="string"&&(t[r]=e[r]);return t}return{message:String(e)}},Wo="External signal was aborted",tu=(()=>{function e(t,r,n){let i=ze(t+"/fulfilled",(l,c,u,d)=>({payload:l,meta:{...d||{},arg:u,requestId:c,requestStatus:"fulfilled"}})),s=ze(t+"/pending",(l,c,u)=>({payload:void 0,meta:{...u||{},arg:c,requestId:l,requestStatus:"pending"}})),o=ze(t+"/rejected",(l,c,u,d,p)=>({payload:d,error:(n&&n.serializeError||eu)(l||"Rejected"),meta:{...p||{},arg:u,requestId:c,rejectedWithValue:!!d,requestStatus:"rejected",aborted:l?.name==="AbortError",condition:l?.name==="ConditionError"}}));function a(l,{signal:c}={}){return(u,d,p)=>{let y=n?.idGenerator?n.idGenerator(l):Zc(),v=new AbortController,E,g;function A(x){g=x,v.abort()}c&&(c.aborted?A(Wo):c.addEventListener("abort",()=>A(Wo),{once:!0}));let L=(async function(){let x;try{let O=n?.condition?.(l,{getState:d,extra:p});if(nu(O)&&(O=await O),O===!1||v.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};let U=new Promise((P,$)=>{E=()=>{$({name:"AbortError",message:g||"Aborted"})},v.signal.addEventListener("abort",E,{once:!0})});u(s(y,l,n?.getPendingMeta?.({requestId:y,arg:l},{getState:d,extra:p}))),x=await Promise.race([U,Promise.resolve(r(l,{dispatch:u,getState:d,extra:p,requestId:y,signal:v.signal,abort:A,rejectWithValue:((P,$)=>new li(P,$)),fulfillWithValue:((P,$)=>new zo(P,$))})).then(P=>{if(P instanceof li)throw P;return P instanceof zo?i(P.payload,y,l,P.meta):i(P,y,l)})])}catch(O){x=O instanceof li?o(null,y,l,O.payload,O.meta):o(O,y,l)}finally{E&&v.signal.removeEventListener("abort",E)}return n&&!n.dispatchConditionRejection&&o.match(x)&&x.meta.condition||u(x),x})();return Object.assign(L,{abort:A,requestId:y,arg:l,unwrap(){return L.then(ru)}})}}return Object.assign(a,{pending:s,rejected:o,fulfilled:i,settled:Xc(o,i),typePrefix:t})}return e.withTypes=()=>e,e})();function ru(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function nu(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Yo=Symbol.for("rtk-slice-createasyncthunk"),kp={[Yo]:tu};function iu(e,t){return`${e}/${t}`}function su({creators:e}={}){let t=e?.asyncThunk?.[Yo];return function(n){let{name:i,reducerPath:s=i}=n;if(!i)throw new Error(De(11));typeof process<"u";let o=(typeof n.reducers=="function"?n.reducers(au()):n.reducers)||{},a=Object.keys(o),l={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},c={addCase(x,_){let O=typeof x=="string"?x:x.type;if(!O)throw new Error(De(12));if(O in l.sliceCaseReducersByType)throw new Error(De(13));return l.sliceCaseReducersByType[O]=_,c},addMatcher(x,_){return l.sliceMatchers.push({matcher:x,reducer:_}),c},exposeAction(x,_){return l.actionCreators[x]=_,c},exposeCaseReducer(x,_){return l.sliceCaseReducersByName[x]=_,c}};a.forEach(x=>{let _=o[x],O={reducerName:x,type:iu(i,x),createNotation:typeof n.reducers=="function"};cu(_)?du(O,_,c,t):lu(O,_,c)});function u(){let[x={},_=[],O=void 0]=typeof n.extraReducers=="function"?qo(n.extraReducers):[n.extraReducers],U={...x,...l.sliceCaseReducersByType};return qc(n.initialState,P=>{for(let $ in U)P.addCase($,U[$]);for(let $ of l.sliceMatchers)P.addMatcher($.matcher,$.reducer);for(let $ of _)P.addMatcher($.matcher,$.reducer);O&&P.addDefaultCase(O)})}let d=x=>x,p=new Map,y=new WeakMap,v;function E(x,_){return v||(v=u()),v(x,_)}function g(){return v||(v=u()),v.getInitialState()}function A(x,_=!1){function O(P){let $=P[x];return typeof $>"u"&&_&&($=Zr(y,O,g)),$}function U(P=d){let $=Zr(p,_,()=>new WeakMap);return Zr($,P,()=>{let Dt={};for(let[ue,Ke]of Object.entries(n.selectors??{}))Dt[ue]=ou(Ke,P,()=>Zr(y,P,g),_);return Dt})}return{reducerPath:x,getSelectors:U,get selectors(){return U(O)},selectSlice:O}}let L={name:i,reducer:E,actions:l.actionCreators,caseReducers:l.sliceCaseReducersByName,getInitialState:g,...A(s),injectInto(x,{reducerPath:_,...O}={}){let U=_??s;return x.inject({reducerPath:U,reducer:E},O),{...L,...A(U,!0)}}};return L}}function ou(e,t,r,n){function i(s,...o){let a=t(s);return typeof a>"u"&&n&&(a=r()),e(a,...o)}return i.unwrapped=e,i}var Xo=su();function au(){function e(t,r){return{_reducerDefinitionType:"asyncThunk",payloadCreator:t,...r}}return e.withTypes=()=>e,{reducer(t){return Object.assign({[t.name](...r){return t(...r)}}[t.name],{_reducerDefinitionType:"reducer"})},preparedReducer(t,r){return{_reducerDefinitionType:"reducerWithPrepare",prepare:t,reducer:r}},asyncThunk:e}}function lu({type:e,reducerName:t,createNotation:r},n,i){let s,o;if("reducer"in n){if(r&&!uu(n))throw new Error(De(17));s=n.reducer,o=n.prepare}else s=n;i.addCase(e,s).exposeCaseReducer(t,s).exposeAction(t,o?ze(e,o):ze(e))}function cu(e){return e._reducerDefinitionType==="asyncThunk"}function uu(e){return e._reducerDefinitionType==="reducerWithPrepare"}function du({type:e,reducerName:t},r,n,i){if(!i)throw new Error(De(18));let{payloadCreator:s,fulfilled:o,pending:a,rejected:l,settled:c,options:u}=r,d=i(e,s,u);n.exposeAction(t,d),o&&n.addCase(d.fulfilled,o),a&&n.addCase(d.pending,a),l&&n.addCase(d.rejected,l),c&&n.addMatcher(d.settled,c),n.exposeCaseReducer(t,{fulfilled:o||Qr,pending:a||Qr,rejected:l||Qr,settled:c||Qr})}function Qr(){}var Jo="listener",Zo="completed",Qo="cancelled",Ip=`task-${Qo}`,Up=`task-${Zo}`,$p=`${Jo}-${Qo}`,Bp=`${Jo}-${Zo}`;var{assign:ea}=Object;var ci="listenerMiddleware";var pu=ea(ze(`${ci}/add`),{withTypes:()=>pu}),Hp=ze(`${ci}/removeAll`),fu=ea(ze(`${ci}/remove`),{withTypes:()=>fu});function De(e){return`Minified Redux Toolkit error #${e}; visit https://redux-toolkit.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var hu=Or(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)}}}),en=class extends hu(Object){};window.ftReduxStores||(window.ftReduxStores={});var ta=class e extends en{static get(t){var r;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,s=window.ftReduxStores[n];if(Dr(s))return s;if(i==null)return;let o=Xo({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=Go({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=Xt(o.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 o.reducer(l,c)}});return window.ftReduxStores[i.name]=new e(o,a,i.eventBus)}constructor(t,r,n){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new Rr,this.injectInto=(s,o)=>this.reduxSlice.injectInto(s,o),this.selectSlice=s=>this.reduxSlice.selectSlice(s);let i=s=>s!=null?JSON.parse(JSON.stringify(s)):s;this.actions=new Proxy(this.reduxSlice.actions,{get:(s,o,a)=>{let l=o,c=s[l];return c?(...u)=>{let d=c(...u.map(i));return this.reduxStore.dispatch(d),d}:u=>{let d=l,p=this.getState()[d];At(p,u)||this.setState({[d]: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()}get selectors(){return this.reduxSlice.selectors}get reducerPath(){return this.reduxSlice.reducerPath}getSelectors(){return this.reduxSlice.getSelectors()}};var tn=class{static format(t,r,n,i,s){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(n,i,!!s)):this.getIntlDateTime(t,r,n,i,!!s)}static getMomentDateFormat(t,r,n){return n?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,n,i,s){let o=typeof t=="string"?new Date(t):t,a=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(o),l=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(o);return s?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 rn=h(T()),mu="ft-app-info",Tt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Tt.eventName="authentication-change";var sr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};sr.eventName="ui-locale-changed";var yu={session:(e,t)=>{(0,rn.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>C.dispatchEvent(new Tt(t.payload)),0))}},C=rn.FtReduxStore.get({name:mu,reducers:yu,initialState:{baseUrl:void 0,tenantId:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableContentLocales:[],localesConfiguration:void 0,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,noCustomCode:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var ra=h(T()),nn=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},gf=(0,ra.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(C)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,s;return((s=(i=this.metadataDescriptors.find(a=>a.key===n))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1)?a=>tn.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return nn([(0,ui.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),nn([(0,ui.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),nn([zn({store:C.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),nn([zn({store:C.name})],t.prototype,"uiLocale",void 0),t});var na;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(na||(na={}));var ia;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(ia||(ia={}));var sa;(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"})(sa||(sa={}));var oa;(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"})(oa||(oa={}));var aa;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(aa||(aa={}));var la;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(la||(la={}));var ca;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(ca||(ca={}));var ua;(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"})(ua||(ua={}));var da;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(da||(da={}));var pa;(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"})(pa||(pa={}));var fa;(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"})(fa||(fa={}));var ha;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(ha||(ha={}));var ma;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(ma||(ma={}));var ya;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(ya||(ya={}));var ga;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(ga||(ga={}));var va;(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"})(va||(va={}));var xa;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(xa||(xa={}));var ba;(function(e){e.ASC="ASC",e.DESC="DESC"})(ba||(ba={}));var Ea;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(Ea||(Ea={}));var Aa;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(Aa||(Aa={}));var Sa;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Sa||(Sa={}));var _a;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(_a||(_a={}));var Ca;(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"})(Ca||(Ca={}));var wa;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(wa||(wa={}));var Ta;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(Ta||(Ta={}));var Oa;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Oa||(Oa={}));var Ra;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Ra||(Ra={}));var F;(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"})(F||(F={}));var fe;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(fe||(fe={}));var La;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(La||(La={}));var Na;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(Na||(Na={}));var Pa;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(Pa||(Pa={}));var Da;(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"})(Da||(Da={}));var Ma;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(Ma||(Ma={}));var ka;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(ka||(ka={}));var Ia;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Ia||(Ia={}));var Ua;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Ua||(Ua={}));var $a;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})($a||($a={}));var Ba;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Ba||(Ba={}));var Ha;(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"})(Ha||(Ha={}));var Va;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(Va||(Va={}));var gu={[F.PERSONAL_BOOK_SHARE_USER]:[F.PERSONAL_BOOK_USER],[F.HTML_EXPORT_USER]:[F.PERSONAL_BOOK_USER],[F.PDF_EXPORT_USER]:[F.PERSONAL_BOOK_USER],[F.KHUB_ADMIN]:[F.CONTENT_PUBLISHER],[F.ADMIN]:[F.KHUB_ADMIN,F.USERS_ADMIN,F.PORTAL_ADMIN,F.BEHAVIOR_DATA_USER],[F.GENERATIVE_AI_EXPORT_USER]:[F.GENERATIVE_AI_USER]};function Fa(e,t){return e===t||(gu[e]??[]).some(r=>Fa(r,t))}function ja(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=>Fa(n,t))}var cn=h(T());var di=h(T());var rt=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=C.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=C.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var Ot=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:rt.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):rt.await()}};var ce=class extends Ot{constructor(t=!0,r){var n;super(r),this.sortObjectFields=(s,o)=>typeof o!="object"||o==null||Array.isArray(o)?o:Object.fromEntries(Object.entries(o).sort(([a],[l])=>a.localeCompare(l)));let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new di.CacheRegistry,this.cache=t?i.commonCache:new di.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 sn=class extends ce{async listMySearches(){let{session:t}=C.getState();return ja(t,F.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var on=class extends ce{async listMyBookmarks(){let t=C.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var an=class extends ce{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=C.getState().session;return!!t?.sessionAuthenticated}};var ln=class extends ce{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=C.getState().session;return!!t?.sessionAuthenticated}};var vu="ft-user-assets",xu={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(fe).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;fi(e,r,[...pi(e,r),i]),za(e,r,1,n),Wa(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;fi(e,r,pi(e,r).map(i=>i.id===n.id?n:i)),Wa(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;fi(e,r,pi(e,r).filter(s=>s.id!==i)),za(e,r,-1,n)}},Ka={[fe.SEARCHES]:"savedSearches",[fe.BOOKMARKS]:"bookmarks",[fe.BOOKS]:void 0,[fe.COLLECTIONS]:void 0},pi=(e,t)=>{var r;let n=Ka[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},fi=(e,t,r)=>{let n=Ka[t];n&&(e[n]=r)},za=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===fe.BOOKMARKS&&n)){let s=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,s+r)}},Wa=(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=cn.FtReduxStore.get({name:vu,reducers:xu,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(fe).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),hi=class{constructor(t=new an,r=new ln){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=C.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new on,this.savedSearchesService=new sn,C.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=C.getState();(0,cn.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===fe.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)}}},bu=new hi;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=bu);var mi=class{addCommand(t,r=!1){C.commands.add(t,r)}consumeCommand(t){return C.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new mi;var he=h(T());var Ga,Rt=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},Eu=Symbol("clearAfterUnitTest"),un=class extends(0,he.withEventBus)(ce){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Ga]=()=>{this.defaultMessages={},this.cache=new he.CacheRegistry,this.listeners={}},this.currentUiLocale=C.getState().uiLocale,C.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=C.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,he.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 s=t.toLowerCase(),o=this.resolveContext(s);return new he.ParametrizedLabelResolver((i=this.defaultMessages[s])!==null&&i!==void 0?i:{},o).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 he.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 Rt({loadedContexts:t})),this.dispatchEvent(new Rt({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new Rt({loadedContexts:[t]})),this.dispatchEvent(new Rt({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,he.delay)(0).then(()=>n()).catch(()=>null)))}};Ga=Eu;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends un{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends un{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var or=window.FluidTopicsI18nService,yi=window.FluidTopicsCustomI18nService;var qa=h(T()),gi=class{highlightHtml(t,r,n){(0,qa.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new gi;var Ya=h(T());var vi=class{isDate(t){var r,n,i,s;return(s=(i=((n=(r=C.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&&s!==void 0?s:!1}format(t,r){var n,i,s,o;if(t==null)return"";try{return Ya.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:C.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(s=r?.withTime)!==null&&s!==void 0?s:!1,(o=r?.onlyTime)!==null&&o!==void 0?o:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new vi;var Xa=h(T());var ar=class{static get(t,r){var n,i,s,o;let a=C.getState(),{lang:l,region:c}=(s=(i=(n=a.localesConfiguration)===null||n===void 0?void 0:n.defaultLocales)===null||i===void 0?void 0:i.defaultContentLocale)!==null&&s!==void 0?s:{lang:"en",region:"US"};return new Xa.SearchPlaceConverter(a.baseUrl,t??20,(o=a.localesConfiguration)===null||o===void 0?void 0:o.allLanguagesAllowed,r??`${l}-${c}`)}};var xi=class{urlToSearchRequest(t){return ar.get().parse(t)}searchRequestToUrl(t){return ar.get().serialize(t)}};window.FluidTopicsUrlService=new xi;var Me=h(T());var nt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};nt.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 dn=class e extends Me.WithEventBus{static build(){return new e(window.history,Ja,()=>window.location,!1)}constructor(t,r,n,i){var s,o;super(),this.history=t,this.historyStorage=r,this.windowLocation=n,this.states=[],this.realPushState=t.pushState,this.realReplaceState=t.replaceState,this.initialIndex=(o=(s=t.state)===null||s===void 0?void 0:s.index)!==null&&o!==void 0?o: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,Me.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new nt(this.currentItem())),0)}installProxies(){let t=r=>(n,i,[s,o,a])=>{let l=r(),c={...l===this.currentIndex?this.currentState:void 0,...s,index:l,href:typeof a=="string"?a:(a??this.windowLocation()).href};n.apply(i,[c,o,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(nt.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(nt.eventName,t)}currentItem(){return(0,Me.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,Me.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,Me.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,Me.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,s=t+1;for(;this.states.length>s&&!this.isDifferentMajorState(s,n);)this.hasState(s)&&(i=s),s++;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,s=(n=this.states[t])===null||n===void 0?void 0:n.majorStateId;return s==null||s!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=dn.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 Za=h(j());var Qa=Za.css`
|
|
314
|
+
`;var rl=h(j()),Q=h(te()),ot=h(T());var it=h(T());function el(e,t){let{authenticationRequired:r,session:n}=C.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(t):e()}var pn=class extends Ot{async updateUiLocale(t){return(await this.awaitApi).updateUiLocale(t)}};var Ei=class e extends it.FtStateManager{static build(t){return new e(C,t)}constructor(t,r){super(),this.store=t,this.cache=new it.CacheRegistry,this.withManualResources=!0,this.userLocaleService=new pn,this.cleanSessionDebouncer=new it.Debouncer,this.reloadDebouncer=new it.Debouncer(500),this.apiProvider=r??(()=>rt.get())}setWithManualResources(t){this.withManualResources=t,this.updateIfNeeded()}async initService(){this.store.addEventListener(Tt.eventName,this.reloadConfiguration)}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.store.getState().session==null&&this.updateSession(),this.store.getState().metadataConfiguration==null&&this.updateMetadataConfiguration()),this.store.getState().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",()=>el(()=>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}setTenantId(t){this.store.actions.tenantId(t)}setApiIntegrationIdentifier(t){this.store.actions.apiIntegrationIdentifier(t)}setApiIntegrationAppVersion(t){this.store.actions.apiIntegrationAppVersion(t)}setUiLocale(t){this.store.actions.uiLocale(t)}setLocalesConfiguration(t){this.store.actions.localesConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setAvailableContentLocales(t){this.store.actions.availableContentLocales(t),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(t,r){this.userLocaleService.updateUiLocale({uiLocale:t,contentLocale:r}).then(n=>{n.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new sr(n)))}).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)}setNoCustomCode(t){this.store.actions.noCustomCode(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)}},tl=Ei.build();var st=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 lr=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:s}of n){let o=i.deref(),a=s.deref();o===void 0||a===void 0||o.dispatchEvent(new st(t.context,o,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 s=i.callbacks.get(r);s===void 0&&i.callbacks.set(r,s=new WeakSet),s.has(n)||(s.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 W=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},k=class extends ot.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.noCustomCode=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.authenticationRequired=!1,this.messageContexts=[],this.stateManager=tl,this.contextRoot=new lr}render(){return rl.html`
|
|
315
315
|
<slot></slot>
|
|
316
|
-
`}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("tenantId")&&this.stateManager.setTenantId(this.tenantId),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=>or.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())}};k.elementDefinitions={};k.styles=Qa;
|
|
317
|
-
`;var yn=h(j()),gn=h(
|
|
316
|
+
`}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("tenantId")&&this.stateManager.setTenantId(this.tenantId),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("noCustomCode")&&this.stateManager.setNoCustomCode(this.noCustomCode),t.has("session")&&this.stateManager.setSession(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>or.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())}};k.elementDefinitions={};k.styles=Qa;W([(0,Q.property)()],k.prototype,"baseUrl",void 0);W([(0,Q.property)()],k.prototype,"tenantId",void 0);W([(0,Q.property)()],k.prototype,"apiIntegrationIdentifier",void 0);W([(0,Q.property)()],k.prototype,"apiIntegrationAppVersion",void 0);W([(0,Q.property)()],k.prototype,"uiLocale",void 0);W([(0,ot.jsonProperty)(null)],k.prototype,"availableUiLocales",void 0);W([(0,ot.jsonProperty)(null)],k.prototype,"metadataConfiguration",void 0);W([(0,Q.property)({type:Boolean})],k.prototype,"editorMode",void 0);W([(0,Q.property)({type:Boolean})],k.prototype,"noCustom",void 0);W([(0,Q.property)({type:Boolean})],k.prototype,"openExternalDocumentInNewTab",void 0);W([(0,Q.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],k.prototype,"noCustomComponent",void 0);W([(0,Q.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],k.prototype,"noCustomCode",void 0);W([(0,Q.property)({type:Boolean})],k.prototype,"withManualResources",void 0);W([(0,Q.property)({type:Boolean})],k.prototype,"navigatorOnline",void 0);W([(0,Q.property)({type:Boolean})],k.prototype,"forcedOffline",void 0);W([(0,Q.property)({type:Boolean})],k.prototype,"authenticationRequired",void 0);W([(0,ot.jsonProperty)([])],k.prototype,"messageContexts",void 0);W([(0,ot.jsonProperty)(void 0)],k.prototype,"session",void 0);var il=h(T());var nl={"ft-app-context":k};(0,il.customElements)(nl);var sl=h(te());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-]+$/)}},Lt=new Ai;var _u=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},ur=Symbol("i18nAttributes"),ol=Symbol("i18nListAttributes"),al=Symbol("i18nProperties"),fn=Symbol("i18nContexts"),cr=Symbol("i18nUnsubs"),ll=(0,Nt.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(s){return s??this.useCustomMessageContexts?yi:or}i18n(s){let{context:o,key:a,message:l}=s,{custom:c,args:u,argsProvider:d}=s;if(o&&a){this.hasI18nContext(o)||this.addI18nContext(o,void 0,c);let p=u??(d?d(this):[]);return this.getI18nService(c).resolveMessage(o,a,...p)}return l}async awaitI18n(s){let{context:o,custom:a}=s;return o&&await this.getI18nService(a).prepareContext(o),this.i18n(s)}customI18n(s,o){if(Lt.isI18nKey(s)){let[a,l]=s.split(".");return this.i18n({custom:!0,context:a,key:l,...o})||s}return s}firstUpdated(s){super.firstUpdated(s),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(s){super.update(s),this.updateI18nAttributes((o,a,l)=>s.has(a)||typeof o.argsProvider=="function"),this.updateI18nProperties(o=>typeof o.argsProvider=="function")}onI18nUpdate(s){this.updateI18nAttributes((o,a,l)=>{var c;return((c=l?.context)===null||c===void 0?void 0:c.toLowerCase())===s}),this.updateI18nProperties(o=>o.context.toLowerCase()===s),this.requestUpdate()}updateI18nAttributes(s){var o,a;let l=this,c=(u,d,p)=>p?.context&&p.key&&s(u,d,p)?{...p,message:this.i18n({context:p.context,key:p.key,custom:p.custom,...u})}:p;(o=this[ur])===null||o===void 0||o.forEach((u,d)=>l[d]=c(u,d,l[d])),(a=this[ol])===null||a===void 0||a.forEach((u,d)=>{var p;return l[d]=(p=l[d])===null||p===void 0?void 0:p.map(y=>c(u,d,y))})}updateI18nProperties(s){var o;(o=this[al])===null||o===void 0||o.forEach((a,l)=>{s(a,l)&&(this[l]=this.i18n(a))})}addI18nMessages(s,o,a){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(s,o,a)}addI18nContext(s,o,a){let l=(typeof s=="string"?s:s.name).toLowerCase();a=typeof s=="string"?a:s.custom,this[fn].set(l,{isCustomContext:a}),this[cr].has(l)||this[cr].set(l,this.getI18nService(a).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(a).prepareContext(l,o)}hasI18nContext(s){return this[fn].has(s.toLowerCase())}connectedCallback(){super.connectedCallback(),this[fn].forEach((s,o)=>this.addI18nContext(o,void 0,s.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[cr].forEach(s=>s()),this[cr].clear()}}return t=fn,r=cr,_u([(0,sl.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),hn=class extends ll(Nt.FtLitElement){},mn=class extends ll(Nt.FtLitElementRedux){};var cl=h(T());var Si=class{fromAttribute(t){if(!t)return[];try{let r=JSON.parse(t);return Array.isArray(r)?r.map(n=>typeof n=="string"?Lt.fromAttribute(n):n):[]}catch{return[]}}toAttribute(t){if(t!=null)return JSON.stringify(t)}},Cu=new Si;var ul=(e,t)=>(r,n)=>{var i;r.constructor.createProperty(n,{type:Object,hasChanged:cl.hasChanged,converter:Lt,...t}),r[ur]=(i=r[ur])!==null&&i!==void 0?i:new Map,r[ur].set(n,e??{})};var dl=h(j());var pl=dl.css`
|
|
317
|
+
`;var yn=h(j()),gn=h(te()),vn=h(T());var dr=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},Ee=class extends mn{constructor(){super(),this.editorMode=!1,this.addStore(C)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":yn.nothing:yn.html`
|
|
318
318
|
<span class="ft-i18n">
|
|
319
319
|
${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
|
|
320
320
|
</span>
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
<div></div>
|
|
410
410
|
<div></div>
|
|
411
411
|
</div>
|
|
412
|
-
`}};lt.styles=xl;var Sl=h(T());var Al={"ft-loader":lt};(0,Sl.customElements)(Al);var We=h(j()),xn=h(mr()),N=h(
|
|
412
|
+
`}};lt.styles=xl;var Sl=h(T());var Al={"ft-loader":lt};(0,Sl.customElements)(Al);var We=h(j()),xn=h(mr()),N=h(te());var fr=e=>e??V;var wl=h(j()),S=h(T());var _l=S.FtCssVariableFactory.extend("--ft-button-color","",S.designSystemVariables.colorPrimary),I={backgroundColor:S.FtCssVariableFactory.extend("--ft-button-background-color","",S.designSystemVariables.colorSurface),borderRadius:S.FtCssVariableFactory.extend("--ft-button-border-radius","",S.designSystemVariables.borderRadiusL),color:_l,fontSize:S.FtCssVariableFactory.extend("--ft-button-font-size","",Se.fontSize),iconSize:S.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:S.FtCssVariableFactory.extend("--ft-button-ripple-color","",_l),verticalPadding:S.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:S.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:S.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:S.FtCssVariableFactory.external(S.designSystemVariables.colorOpacityDisabled,"Design system")},Cl=S.FtCssVariableFactory.extend("--ft-button-primary-color","",S.FtCssVariableFactory.extend("--ft-button-color","",S.designSystemVariables.colorOnPrimary)),_i={backgroundColor:S.FtCssVariableFactory.extend("--ft-button-primary-background-color","",S.FtCssVariableFactory.extend("--ft-button-background-color","",S.designSystemVariables.colorPrimary)),color:Cl,rippleColor:S.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Cl)},Te={borderRadius:S.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",S.FtCssVariableFactory.extend("--ft-button-border-radius","",S.designSystemVariables.borderRadiusM)),verticalPadding:S.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:S.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:S.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},Tl=wl.css`
|
|
413
413
|
:host {
|
|
414
414
|
display: inline-block;
|
|
415
415
|
max-width: 100%;
|
|
@@ -727,7 +727,7 @@
|
|
|
727
727
|
.ft-chip:not(.ft-chip--trailing-icon) .ft-chip--icon-button {
|
|
728
728
|
order: -1;
|
|
729
729
|
}
|
|
730
|
-
`];var
|
|
730
|
+
`];var ee=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},En=class extends CustomEvent{constructor(){super("icon-click")}},B=class extends Pt.FtLitElement{constructor(){super(...arguments),this.highlighted=!1,this.removable=!1,this.disabled=!1,this.clickable=!1,this.iconClickable=!1,this.dense=!1,this.multiLine=!1,this.label="",this.iconLabel="",this.hideIconTooltip=!1,this.icon=void 0,this.trailingIcon=!1}render(){var t;let r={"ft-chip":!0,"ft-chip--highlighted":this.highlighted,"ft-chip--disabled":this.disabled,"ft-chip--clickable":this.interactionsOnChip,"ft-chip--trailing-icon":this.trailingIcon||this.removable,"ft-chip--no-content":!this.hasTextContent(),"ft-chip--dense":this.dense,"ft-chip--multi-line":this.multiLine,"ft-chip--safari-fix":Pt.isSafari};return bn.html`
|
|
731
731
|
<div class="${(0,Ml.classMap)(r)}"
|
|
732
732
|
aria-label="${this.getLabel()}"
|
|
733
733
|
tabindex="${this.interactionsOnChip?0:-1}"
|
|
@@ -754,7 +754,7 @@
|
|
|
754
754
|
<div class="ft-chip--icon-container ft-no-text-select" part="icon-container">
|
|
755
755
|
<ft-icon .variant=${this.iconVariant} .value=${this.internalIcon} part="icon"></ft-icon>
|
|
756
756
|
</div>
|
|
757
|
-
`}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new En))}onIconClick(t){this.interactionsOnIcon&&(t.stopPropagation(),this.dispatchEvent(new En))}getLabel(){return this.label||this.getTextContent()}getTextContent(){return(0,Pt.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}};B.elementDefinitions={"ft-ripple":M,"ft-typography":se,"ft-icon":J,"ft-button":R};B.styles=Dl;
|
|
757
|
+
`}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new En))}onIconClick(t){this.interactionsOnIcon&&(t.stopPropagation(),this.dispatchEvent(new En))}getLabel(){return this.label||this.getTextContent()}getTextContent(){return(0,Pt.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}};B.elementDefinitions={"ft-ripple":M,"ft-typography":se,"ft-icon":J,"ft-button":R};B.styles=Dl;ee([(0,q.property)({type:Boolean})],B.prototype,"highlighted",void 0);ee([(0,q.property)({type:Boolean})],B.prototype,"removable",void 0);ee([(0,q.property)({type:Boolean})],B.prototype,"disabled",void 0);ee([(0,q.property)({type:Boolean})],B.prototype,"clickable",void 0);ee([(0,q.property)({type:Boolean})],B.prototype,"iconClickable",void 0);ee([(0,q.property)({type:Boolean})],B.prototype,"dense",void 0);ee([(0,q.property)({type:Boolean})],B.prototype,"multiLine",void 0);ee([(0,q.property)()],B.prototype,"label",void 0);ee([(0,q.property)()],B.prototype,"iconLabel",void 0);ee([(0,q.property)({type:Boolean})],B.prototype,"hideIconTooltip",void 0);ee([(0,q.property)()],B.prototype,"icon",void 0);ee([(0,q.property)()],B.prototype,"iconVariant",void 0);ee([(0,q.property)({type:Boolean})],B.prototype,"trailingIcon",void 0);ee([(0,q.property)()],B.prototype,"typographyVariant",void 0);ee([(0,q.query)("ft-typography slot")],B.prototype,"slottedContent",void 0);var kl={"ft-chip":B};(0,Il.customElements)(kl);})();
|
|
758
758
|
/*! Bundled license information:
|
|
759
759
|
|
|
760
760
|
lit-html/lit-html.js:
|