@fluid-topics/ft-chip 2.1.24 → 2.2.1
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 +198 -198
- package/build/ft-chip.min.js +202 -202
- package/package.json +7 -7
package/build/ft-chip.light.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";(()=>{var
|
|
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((wu,Ti)=>{Ti.exports=ftGlobals.wcUtils});var j=Mt((Tu,Oi)=>{Oi.exports=ftGlobals.lit});var ee=Mt((Ou,Ri)=>{Ri.exports=ftGlobals.litDecorators});var mr=Mt((Ru,Li)=>{Li.exports=ftGlobals.litClassMap});var Ss=Mt((ud,As)=>{As.exports=ftGlobals.litUnsafeHTML});var Il=h(T());var bn=h(j()),q=h(ee()),Ml=h(mr()),Pt=h(T());var $i=h(j()),W=h(ee()),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
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
13
13
|
overflow: hidden;
|
|
14
|
-
border-radius: ${
|
|
14
|
+
border-radius: ${X.borderRadius};
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.ft-ripple .ft-ripple--background,
|
|
@@ -45,27 +45,27 @@
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.ft-ripple .ft-ripple--background {
|
|
48
|
-
background-color: ${
|
|
48
|
+
background-color: ${X.backgroundColor};
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.ft-ripple .ft-ripple--effect {
|
|
52
|
-
background-color: ${
|
|
52
|
+
background-color: ${X.color};
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
56
|
-
background-color: ${
|
|
56
|
+
background-color: ${ki.backgroundColor};
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
60
|
-
background-color: ${
|
|
60
|
+
background-color: ${ki.color};
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
64
|
-
background-color: ${
|
|
64
|
+
background-color: ${Di.backgroundColor};
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
68
|
-
background-color: ${
|
|
68
|
+
background-color: ${Di.color};
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
.ft-ripple .ft-ripple--background {
|
|
@@ -95,36 +95,91 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
98
|
-
opacity: ${
|
|
98
|
+
opacity: ${X.opacityContentOnSurfaceHover};
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
102
|
-
opacity: ${
|
|
102
|
+
opacity: ${X.opacityContentOnSurfaceSelected};
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
106
|
-
opacity: ${
|
|
106
|
+
opacity: ${X.opacityContentOnSurfaceFocused};
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
110
|
-
opacity: ${
|
|
110
|
+
opacity: ${X.opacityContentOnSurfacePressed};
|
|
111
111
|
transform: translate(-50%, -50%) scale(1);
|
|
112
112
|
}
|
|
113
|
-
`;var
|
|
113
|
+
`;var te=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;
|
|
117
117
|
top: ${this.originY}px;
|
|
118
118
|
}
|
|
119
119
|
</style>
|
|
120
|
-
<div class="${(0,
|
|
120
|
+
<div class="${(0,Bi.classMap)(t)}">
|
|
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"),
|
|
125
|
-
\f\r]`,
|
|
126
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),Hi=/'/g,ji=/"/g,Wi=/^(?:script|style|textarea|title)$/i,xn=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Ki=xn(1),Gi=xn(2),qi=xn(3),Wt=Symbol.for("lit-noChange"),B=Symbol.for("lit-nothing"),Fi=new WeakMap,Ze=Qe.createTreeWalker(Qe,129);function Yi(e,t){if(!bn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Ui!==void 0?Ui.createHTML(t):t}var Dl=(e,t)=>{let r=e.length-1,n=[],i,o=t===2?"<svg>":t===3?"<math>":"",s=Vt;for(let a=0;a<r;a++){let l=e[a],c,u,d=-1,p=0;for(;p<l.length&&(s.lastIndex=p,u=s.exec(l),u!==null);)p=s.lastIndex,s===Vt?u[1]==="!--"?s=$i:u[1]!==void 0?s=Bi:u[2]!==void 0?(Wi.test(u[2])&&(i=RegExp("</"+u[2],"g")),s=Je):u[3]!==void 0&&(s=Je):s===Je?u[0]===">"?(s=i??Vt,d=-1):u[1]===void 0?d=-2:(d=s.lastIndex-u[2].length,c=u[1],s=u[3]===void 0?Je:u[3]==='"'?ji:Hi):s===ji||s===Hi?s=Je:s===$i||s===Bi?s=Vt:(s=Je,i=void 0);let f=s===Je&&e[a+1].startsWith("/>")?" ":"";o+=s===Vt?l+Pl:d>=0?(n.push(c),l.slice(0,d)+Vi+l.slice(d)+ke+f):l+ke+(d===-2?a:f)}return[Yi(e,o+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},Kt=class e{constructor({strings:t,_$litType$:r},n){let i;this.parts=[];let o=0,s=0,a=t.length-1,l=this.parts,[c,u]=Dl(t,r);if(this.el=e.createElement(c,n),Ze.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=Ze.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(Vi)){let p=u[s++],f=i.getAttribute(d).split(ke),h=/([.?@])?(.*)/.exec(p);l.push({type:1,index:o,name:h[2],strings:f,ctor:h[1]==="."?hn:h[1]==="?"?mn:h[1]==="@"?yn:mt}),i.removeAttribute(d)}else d.startsWith(ke)&&(l.push({type:6,index:o}),i.removeAttribute(d));if(Wi.test(i.tagName)){let d=i.textContent.split(ke),p=d.length-1;if(p>0){i.textContent=xr?xr.emptyScript:"";for(let f=0;f<p;f++)i.append(d[f],Ar()),Ze.nextNode(),l.push({type:2,index:++o});i.append(d[p],Ar())}}}else if(i.nodeType===8)if(i.data===zi)l.push({type:2,index:o});else{let d=-1;for(;(d=i.data.indexOf(ke,d+1))!==-1;)l.push({type:7,index:o}),d+=ke.length-1}o++}}static createElement(t,r){let n=Qe.createElement("template");return n.innerHTML=t,n}};function ht(e,t,r=e,n){if(t===Wt)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,o=zt(t)?void 0:t._$litDirective$;return i?.constructor!==o&&(i?._$AO?.(!1),o===void 0?i=void 0:(i=new o(e),i._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(t=ht(e,i._$AS(e,t.values),i,n)),t}var fn=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??Qe).importNode(r,!0);Ze.currentNode=i;let o=Ze.nextNode(),s=0,a=0,l=n[0];for(;l!==void 0;){if(s===l.index){let c;l.type===2?c=new Er(o,o.nextSibling,this,t):l.type===1?c=new l.ctor(o,l.name,l.strings,this,t):l.type===6&&(c=new vn(o,this,t)),this._$AV.push(c),l=n[++a]}s!==l?.index&&(o=Ze.nextNode(),s++)}return Ze.currentNode=Qe,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++}},Er=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=B,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=ht(this,t,r),zt(t)?t===B||t==null||t===""?(this._$AH!==B&&this._$AR(),this._$AH=B):t!==this._$AH&&t!==Wt&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Nl(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!==B&&zt(this._$AH)?this._$AA.nextSibling.data=t:this.T(Qe.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=Kt.createElement(Yi(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let o=new fn(i,this),s=o.u(this.options);o.p(r),this.T(s),this._$AH=o}}_$AC(t){let r=Fi.get(t.strings);return r===void 0&&Fi.set(t.strings,r=new Kt(t)),r}k(t){bn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let o of t)i===r.length?r.push(n=new e(this.O(Ar()),this.O(Ar()),this,this.options)):n=r[i],n._$AI(o),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t!==this._$AB;){let n=ki(t).nextSibling;ki(t).remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},mt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,o){this.type=1,this._$AH=B,this._$AN=void 0,this.element=t,this.name=r,this._$AM=i,this.options=o,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=B}_$AI(t,r=this,n,i){let o=this.strings,s=!1;if(o===void 0)t=ht(this,t,r,0),s=!zt(t)||t!==this._$AH&&t!==Wt,s&&(this._$AH=t);else{let a=t,l,c;for(t=o[0],l=0;l<o.length-1;l++)c=ht(this,a[n+l],r,l),c===Wt&&(c=this._$AH[l]),s||=!zt(c)||c!==this._$AH[l],c===B?t=B:t!==B&&(t+=(c??"")+o[l+1]),this._$AH[l]=c}s&&!i&&this.j(t)}j(t){t===B?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},hn=class extends mt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===B?void 0:t}},mn=class extends mt{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==B)}},yn=class extends mt{constructor(t,r,n,i,o){super(t,r,n,i,o),this.type=5}_$AI(t,r=this){if((t=ht(this,t,r,0)??B)===Wt)return;let n=this._$AH,i=t===B&&n!==B||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,o=t!==B&&(n===B||i);i&&this.element.removeEventListener(this.name,this,n),o&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},vn=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){ht(this,t)}};var Il=gn.litHtmlPolyfillSupport;Il?.(Kt,Er),(gn.litHtmlVersions??=[]).push("3.3.3");var Ji=Symbol.for(""),Ml=e=>{if(e?.r===Ji)return e?._$litStatic$},An=e=>({_$litStatic$:e,r:Ji});var Xi=new Map,En=e=>(t,...r)=>{let n=r.length,i,o,s=[],a=[],l,c=0,u=!1;for(;c<n;){for(l=t[c];c<n&&(o=r[c],(i=Ml(o))!==void 0);)l+=i+t[++c],u=!0;c!==n&&a.push(o),s.push(l),c++}if(c===n&&s.push(t[n]),u){let d=s.join("$$lit$$");(t=Xi.get(d))===void 0&&(s.raw=s,Xi.set(d,t=s)),r=a}return e(t,...r)},Sn=En(Ki),gu=En(Gi),bu=En(qi);var Cn=v(Z()),po=v(_());var Ue;(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"})(Ue||(Ue={}));var de=v(F()),g=v(_()),Zi=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.titleFont),Re=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.contentFont),E={fontFamily:Re,fontSize:g.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:g.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:g.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:g.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:g.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},yt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Zi),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-font-size","",E.fontSize,"20px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",E.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",E.letterSpacing,"0.15px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-line-height","",E.lineHeight,"1.2"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",E.textTransform,"inherit")},vt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Zi),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",E.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",E.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",E.letterSpacing,"0.105px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",E.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",E.textTransform,"inherit")},gt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Re),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",E.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",E.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",E.letterSpacing,"0.144px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",E.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",E.textTransform,"inherit")},bt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Re),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",E.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",E.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",E.letterSpacing,"0.098px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",E.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",E.textTransform,"inherit")},xt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Re),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",E.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",E.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",E.letterSpacing,"0.496px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",E.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",E.textTransform,"inherit")},ue={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Re),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",E.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",E.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",E.letterSpacing,"0.252px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",E.lineHeight,"1.4"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",E.textTransform,"inherit")},At={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Re),fontSize:g.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",E.fontSize,"12px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",E.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",E.letterSpacing,"0.396px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",E.lineHeight,"1.33"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",E.textTransform,"inherit")},Et={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Re),fontSize:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",E.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",E.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",E.letterSpacing,"0.33px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",E.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",E.textTransform,"inherit")},St={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Re),fontSize:g.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",E.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",E.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",E.letterSpacing,"1.5px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",E.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",E.textTransform,"uppercase")},Se={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Re),fontSize:g.FtCssVariableFactory.extend("--ft-typography-button-font-size","",E.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",E.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",E.letterSpacing,"1.246px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-button-line-height","",E.lineHeight,"1.15"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",E.textTransform,"uppercase")},Qi=de.css`
|
|
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;te([(0,W.property)({type:Boolean})],M.prototype,"primary",void 0);te([(0,W.property)({type:Boolean})],M.prototype,"secondary",void 0);te([(0,W.property)({type:Boolean})],M.prototype,"unbounded",void 0);te([(0,W.property)({type:Boolean})],M.prototype,"activated",void 0);te([(0,W.property)({type:Boolean})],M.prototype,"selected",void 0);te([(0,W.property)({type:Boolean})],M.prototype,"disabled",void 0);te([(0,W.state)()],M.prototype,"hovered",void 0);te([(0,W.state)()],M.prototype,"focused",void 0);te([(0,W.state)()],M.prototype,"pressed",void 0);te([(0,W.state)()],M.prototype,"rippling",void 0);te([(0,W.state)()],M.prototype,"originX",void 0);te([(0,W.state)()],M.prototype,"originY",void 0);te([(0,W.query)(".ft-ripple")],M.prototype,"ripple",void 0);te([(0,W.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
|
+
\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`
|
|
127
127
|
.ft-typography--title {
|
|
128
|
+
font-family: ${dt.fontFamily};
|
|
129
|
+
font-size: ${dt.fontSize};
|
|
130
|
+
font-weight: ${dt.fontWeight};
|
|
131
|
+
letter-spacing: ${dt.letterSpacing};
|
|
132
|
+
line-height: ${dt.lineHeight};
|
|
133
|
+
text-transform: ${dt.textTransform};
|
|
134
|
+
}
|
|
135
|
+
`,os=pe.css`
|
|
136
|
+
.ft-typography--title-dense {
|
|
137
|
+
font-family: ${pt.fontFamily};
|
|
138
|
+
font-size: ${pt.fontSize};
|
|
139
|
+
font-weight: ${pt.fontWeight};
|
|
140
|
+
letter-spacing: ${pt.letterSpacing};
|
|
141
|
+
line-height: ${pt.lineHeight};
|
|
142
|
+
text-transform: ${pt.textTransform};
|
|
143
|
+
}
|
|
144
|
+
`,as=pe.css`
|
|
145
|
+
.ft-typography--subtitle1 {
|
|
146
|
+
font-family: ${ft.fontFamily};
|
|
147
|
+
font-size: ${ft.fontSize};
|
|
148
|
+
font-weight: ${ft.fontWeight};
|
|
149
|
+
letter-spacing: ${ft.letterSpacing};
|
|
150
|
+
line-height: ${ft.lineHeight};
|
|
151
|
+
text-transform: ${ft.textTransform};
|
|
152
|
+
}
|
|
153
|
+
`,ls=pe.css`
|
|
154
|
+
.ft-typography--subtitle2 {
|
|
155
|
+
font-family: ${ht.fontFamily};
|
|
156
|
+
font-size: ${ht.fontSize};
|
|
157
|
+
font-weight: ${ht.fontWeight};
|
|
158
|
+
letter-spacing: ${ht.letterSpacing};
|
|
159
|
+
line-height: ${ht.lineHeight};
|
|
160
|
+
text-transform: ${ht.textTransform};
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
`,cs=pe.css`
|
|
164
|
+
.ft-typography--body1 {
|
|
165
|
+
font-family: ${mt.fontFamily};
|
|
166
|
+
font-size: ${mt.fontSize};
|
|
167
|
+
font-weight: ${mt.fontWeight};
|
|
168
|
+
letter-spacing: ${mt.letterSpacing};
|
|
169
|
+
line-height: ${mt.lineHeight};
|
|
170
|
+
text-transform: ${mt.textTransform};
|
|
171
|
+
}
|
|
172
|
+
`,us=pe.css`
|
|
173
|
+
.ft-typography--body2 {
|
|
174
|
+
font-family: ${de.fontFamily};
|
|
175
|
+
font-size: ${de.fontSize};
|
|
176
|
+
font-weight: ${de.fontWeight};
|
|
177
|
+
letter-spacing: ${de.letterSpacing};
|
|
178
|
+
line-height: ${de.lineHeight};
|
|
179
|
+
text-transform: ${de.textTransform};
|
|
180
|
+
}
|
|
181
|
+
`,ds=pe.css`
|
|
182
|
+
.ft-typography--caption {
|
|
128
183
|
font-family: ${yt.fontFamily};
|
|
129
184
|
font-size: ${yt.fontSize};
|
|
130
185
|
font-weight: ${yt.fontWeight};
|
|
@@ -132,17 +187,8 @@
|
|
|
132
187
|
line-height: ${yt.lineHeight};
|
|
133
188
|
text-transform: ${yt.textTransform};
|
|
134
189
|
}
|
|
135
|
-
`,
|
|
136
|
-
.ft-typography--
|
|
137
|
-
font-family: ${vt.fontFamily};
|
|
138
|
-
font-size: ${vt.fontSize};
|
|
139
|
-
font-weight: ${vt.fontWeight};
|
|
140
|
-
letter-spacing: ${vt.letterSpacing};
|
|
141
|
-
line-height: ${vt.lineHeight};
|
|
142
|
-
text-transform: ${vt.textTransform};
|
|
143
|
-
}
|
|
144
|
-
`,to=de.css`
|
|
145
|
-
.ft-typography--subtitle1 {
|
|
190
|
+
`,ps=pe.css`
|
|
191
|
+
.ft-typography--breadcrumb {
|
|
146
192
|
font-family: ${gt.fontFamily};
|
|
147
193
|
font-size: ${gt.fontSize};
|
|
148
194
|
font-weight: ${gt.fontWeight};
|
|
@@ -150,62 +196,16 @@
|
|
|
150
196
|
line-height: ${gt.lineHeight};
|
|
151
197
|
text-transform: ${gt.textTransform};
|
|
152
198
|
}
|
|
153
|
-
`,
|
|
154
|
-
.ft-typography--subtitle2 {
|
|
155
|
-
font-family: ${bt.fontFamily};
|
|
156
|
-
font-size: ${bt.fontSize};
|
|
157
|
-
font-weight: ${bt.fontWeight};
|
|
158
|
-
letter-spacing: ${bt.letterSpacing};
|
|
159
|
-
line-height: ${bt.lineHeight};
|
|
160
|
-
text-transform: ${bt.textTransform};
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
`,no=de.css`
|
|
164
|
-
.ft-typography--body1 {
|
|
165
|
-
font-family: ${xt.fontFamily};
|
|
166
|
-
font-size: ${xt.fontSize};
|
|
167
|
-
font-weight: ${xt.fontWeight};
|
|
168
|
-
letter-spacing: ${xt.letterSpacing};
|
|
169
|
-
line-height: ${xt.lineHeight};
|
|
170
|
-
text-transform: ${xt.textTransform};
|
|
171
|
-
}
|
|
172
|
-
`,io=de.css`
|
|
173
|
-
.ft-typography--body2 {
|
|
174
|
-
font-family: ${ue.fontFamily};
|
|
175
|
-
font-size: ${ue.fontSize};
|
|
176
|
-
font-weight: ${ue.fontWeight};
|
|
177
|
-
letter-spacing: ${ue.letterSpacing};
|
|
178
|
-
line-height: ${ue.lineHeight};
|
|
179
|
-
text-transform: ${ue.textTransform};
|
|
180
|
-
}
|
|
181
|
-
`,oo=de.css`
|
|
182
|
-
.ft-typography--caption {
|
|
183
|
-
font-family: ${At.fontFamily};
|
|
184
|
-
font-size: ${At.fontSize};
|
|
185
|
-
font-weight: ${At.fontWeight};
|
|
186
|
-
letter-spacing: ${At.letterSpacing};
|
|
187
|
-
line-height: ${At.lineHeight};
|
|
188
|
-
text-transform: ${At.textTransform};
|
|
189
|
-
}
|
|
190
|
-
`,so=de.css`
|
|
191
|
-
.ft-typography--breadcrumb {
|
|
192
|
-
font-family: ${Et.fontFamily};
|
|
193
|
-
font-size: ${Et.fontSize};
|
|
194
|
-
font-weight: ${Et.fontWeight};
|
|
195
|
-
letter-spacing: ${Et.letterSpacing};
|
|
196
|
-
line-height: ${Et.lineHeight};
|
|
197
|
-
text-transform: ${Et.textTransform};
|
|
198
|
-
}
|
|
199
|
-
`,ao=de.css`
|
|
199
|
+
`,fs=pe.css`
|
|
200
200
|
.ft-typography--overline {
|
|
201
|
-
font-family: ${
|
|
202
|
-
font-size: ${
|
|
203
|
-
font-weight: ${
|
|
204
|
-
letter-spacing: ${
|
|
205
|
-
line-height: ${
|
|
206
|
-
text-transform: ${
|
|
207
|
-
}
|
|
208
|
-
`,
|
|
201
|
+
font-family: ${vt.fontFamily};
|
|
202
|
+
font-size: ${vt.fontSize};
|
|
203
|
+
font-weight: ${vt.fontWeight};
|
|
204
|
+
letter-spacing: ${vt.letterSpacing};
|
|
205
|
+
line-height: ${vt.lineHeight};
|
|
206
|
+
text-transform: ${vt.textTransform};
|
|
207
|
+
}
|
|
208
|
+
`,hs=pe.css`
|
|
209
209
|
.ft-typography--button {
|
|
210
210
|
font-family: ${Se.fontFamily};
|
|
211
211
|
font-size: ${Se.fontSize};
|
|
@@ -214,19 +214,19 @@
|
|
|
214
214
|
line-height: ${Se.lineHeight};
|
|
215
215
|
text-transform: ${Se.textTransform};
|
|
216
216
|
}
|
|
217
|
-
`,
|
|
217
|
+
`,ms=pe.css`
|
|
218
218
|
.ft-typography {
|
|
219
219
|
vertical-align: inherit;
|
|
220
220
|
}
|
|
221
|
-
`;var
|
|
222
|
-
<${
|
|
221
|
+
`;var ys=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},se=class extends gs.FtLitElement{constructor(){super(...arguments),this.variant=Ie.body1}render(){return this.element?Dn`
|
|
222
|
+
<${Nn(this.element)}
|
|
223
223
|
part="text"
|
|
224
224
|
class="ft-typography ft-typography--${this.variant}">
|
|
225
225
|
<slot></slot>
|
|
226
|
-
</${
|
|
227
|
-
`:
|
|
226
|
+
</${Nn(this.element)}>
|
|
227
|
+
`:Dn`
|
|
228
228
|
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
229
|
-
`}};
|
|
229
|
+
`}};se.styles=[ss,os,as,ls,cs,us,ds,ps,fs,hs,ms];ys([(0,Mn.property)()],se.prototype,"element",void 0);ys([(0,Mn.property)()],se.prototype,"variant",void 0);var xs=h(T());var vs={"ft-typography":se};(0,xs.customElements)(vs);var bs=h(j()),ge=h(T()),oe={size:ge.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:ge.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",ge.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:ge.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",ge.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:ge.FtCssVariableFactory.extend("--ft-icon-material-font-family","",ge.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:ge.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Es=[bs.css`
|
|
230
230
|
:host, i.ft-icon {
|
|
231
231
|
display: inline-flex;
|
|
232
232
|
align-items: center;
|
|
@@ -235,14 +235,14 @@
|
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
:host {
|
|
238
|
-
width: ${
|
|
239
|
-
height: ${
|
|
238
|
+
width: ${oe.size};
|
|
239
|
+
height: ${oe.size};
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
i.ft-icon {
|
|
243
243
|
width: 100%;
|
|
244
244
|
height: 100%;
|
|
245
|
-
font-size: ${
|
|
245
|
+
font-size: ${oe.size};
|
|
246
246
|
line-height: 1;
|
|
247
247
|
font-weight: normal;
|
|
248
248
|
text-transform: none;
|
|
@@ -253,33 +253,33 @@
|
|
|
253
253
|
text-rendering: auto;
|
|
254
254
|
-webkit-font-smoothing: antialiased;
|
|
255
255
|
-moz-osx-font-smoothing: grayscale;
|
|
256
|
-
vertical-align: ${
|
|
256
|
+
vertical-align: ${oe.verticalAlign};
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
i.ft-icon.ft-icon--fluid-topics {
|
|
260
|
-
font-family: ${
|
|
260
|
+
font-family: ${oe.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
261
261
|
|
|
262
262
|
/* Ugly fix because font is broken */
|
|
263
|
-
font-size: calc(0.75 * ${
|
|
264
|
-
line-height: ${
|
|
263
|
+
font-size: calc(0.75 * ${oe.size});
|
|
264
|
+
line-height: ${oe.size};
|
|
265
265
|
position: relative;
|
|
266
266
|
top: -4%;
|
|
267
267
|
justify-content: center;
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
.ft-icon--file-format {
|
|
271
|
-
font-family: ${
|
|
271
|
+
font-family: ${oe.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
.ft-icon--material {
|
|
275
|
-
font-family: ${
|
|
275
|
+
font-family: ${oe.materialFontFamily}, "Material Icons", sans-serif;
|
|
276
276
|
}
|
|
277
|
-
`,
|
|
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(ee()),_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 dd=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 pd={[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
|
-
${(0,
|
|
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
|
|
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(ee()),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
|
}
|
|
@@ -297,28 +297,28 @@
|
|
|
297
297
|
box-sizing: border-box;
|
|
298
298
|
overflow: hidden;
|
|
299
299
|
width: max-content;
|
|
300
|
-
max-width: ${
|
|
300
|
+
max-width: ${Ft.maxWidth};
|
|
301
301
|
text-align: center;
|
|
302
|
-
padding: ${
|
|
302
|
+
padding: ${Ft.distance};
|
|
303
303
|
}
|
|
304
304
|
|
|
305
305
|
.ft-tooltip--content {
|
|
306
306
|
padding: 4px 8px;
|
|
307
|
-
border-radius: ${
|
|
308
|
-
background-color: ${
|
|
309
|
-
color: ${
|
|
307
|
+
border-radius: ${Ft.borderRadiusS};
|
|
308
|
+
background-color: ${Ft.backgroundColor};
|
|
309
|
+
color: ${Ft.color};
|
|
310
310
|
position: relative;
|
|
311
311
|
word-break: break-word;
|
|
312
312
|
}
|
|
313
|
-
`;var To=["top","right","bottom","left"],Oo=["start","end"],Tn=To.reduce((e,t)=>e.concat(t,t+"-"+Oo[0],t+"-"+Oo[1]),[]),Xt=Math.min,je=Math.max,Jt=Math.round;var Ce=e=>({x:e,y:e}),kl={left:"right",right:"left",bottom:"top",top:"bottom"};function wo(e,t,r){return je(e,Xt(t,r))}function Cr(e,t){return typeof e=="function"?e(t):e}function Zt(e){return e.split("-")[0]}function Fe(e){return e.split("-")[1]}function wn(e){return e==="x"?"y":"x"}function _n(e){return e==="y"?"height":"width"}function Or(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function Rn(e){return wn(Or(e))}function _o(e,t,r){r===void 0&&(r=!1);let n=Fe(e),i=Rn(e),o=_n(i),s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=On(s)),[s,On(s)]}function Ro(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function On(e){let t=Zt(e);return kl[t]+e.slice(t.length)}function Ul(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 Lo(e){return typeof e!="number"?Ul(e):{top:e,right:e,bottom:e,left:e}}function et(e){let{x:t,y:r,width:n,height:i}=e;return{width:n,height:i,top:r,left:t,right:t+n,bottom:r+i,x:t,y:r}}function Po(e,t,r){let{reference:n,floating:i}=e,o=Or(t),s=Rn(t),a=_n(s),l=Zt(t),c=o==="y",u=n.x+n.width/2-i.width/2,d=n.y+n.height/2-i.height/2,p=n[a]/2-i[a]/2,f;switch(l){case"top":f={x:u,y:n.y-i.height};break;case"bottom":f={x:u,y:n.y+n.height};break;case"right":f={x:n.x+n.width,y:d};break;case"left":f={x:n.x-i.width,y:d};break;default:f={x:n.x,y:n.y}}let h=Fe(t);return h&&(f[s]+=p*(h==="end"?1:-1)*(r&&c?-1:1)),f}async function No(e,t){var r;t===void 0&&(t={});let{x:n,y:i,platform:o,rects:s,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:f=0}=Cr(t,e),h=Lo(f),b=a[p?d==="floating"?"reference":"floating":d],x=et(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(b)))==null||r?b:b.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),A=d==="floating"?{x:n,y:i,width:s.floating.width,height:s.floating.height}:s.reference,S=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),O=await(o.isElement==null?void 0:o.isElement(S))&&await(o.getScale==null?void 0:o.getScale(S))||{x:1,y:1},j=et(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:A,offsetParent:S,strategy:l}):A);return{top:(x.top-j.top+h.top)/O.y,bottom:(j.bottom-x.bottom+h.bottom)/O.y,left:(x.left-j.left+h.left)/O.x,right:(j.right-x.right+h.right)/O.x}}var $l=50,Do=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:s}=r,a=s.detectOverflow?s:{...s,detectOverflow:No},l=await(s.isRTL==null?void 0:s.isRTL(t)),c=await s.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=Po(c,n,l),p=n,f=0,h={};for(let m=0;m<o.length;m++){let b=o[m];if(!b)continue;let{name:x,fn:A}=b,{x:S,y:O,data:j,reset:U}=await A({x:u,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:h,rects:c,platform:a,elements:{reference:e,floating:t}});u=S??u,d=O??d,h[x]={...h[x],...j},U&&f<$l&&(f++,typeof U=="object"&&(U.placement&&(p=U.placement),U.rects&&(c=U.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:i}):U.rects),{x:u,y:d}=Po(c,p,l)),m=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:h}};function Bl(e,t,r){return(e?[...r.filter(i=>Fe(i)===e),...r.filter(i=>Fe(i)!==e)]:r.filter(i=>Zt(i)===i)).filter(i=>e?Fe(i)===e||(t?Ro(i)!==i:!1):!0)}var Io=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,n,i;let{rects:o,middlewareData:s,placement:a,platform:l,elements:c}=t,{crossAxis:u=!1,alignment:d,allowedPlacements:p=Tn,autoAlignment:f=!0,...h}=Cr(e,t),m=d!==void 0||p===Tn?Bl(d||null,f,p):p,b=((r=s.autoPlacement)==null?void 0:r.index)||0,x=m[b];if(x==null)return{};if(a!==x)return{reset:{placement:m[0]}};let A=await l.detectOverflow(t,h),S=_o(x,o,await(l.isRTL==null?void 0:l.isRTL(c.floating))),O=[A[Zt(x)],A[S[0]],A[S[1]]],j=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:x,overflows:O}],U=m[b+1];if(U)return{data:{index:b+1,overflows:j},reset:{placement:U}};let Ie=j.map(ne=>{let ce=Fe(ne.placement);return[ne.placement,ce&&u?ne.overflows.slice(0,2).reduce((ie,Xe)=>ie+Xe,0):ne.overflows[0],ne.overflows]}).sort((ne,ce)=>ne[1]-ce[1]),Me=((i=Ie.filter(ne=>ne[2].slice(0,Fe(ne[0])?2:3).every(ce=>ce<=0))[0])==null?void 0:i[0])||Ie[0][0];return Me!==a?{data:{index:b+1,overflows:j},reset:{placement:Me}}:{}}}};var Mo=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:n,placement:i,platform:o}=t,{mainAxis:s=!0,crossAxis:a=!1,limiter:l={fn:A=>{let{x:S,y:O}=A;return{x:S,y:O}}},...c}=Cr(e,t),u={x:r,y:n},d=await o.detectOverflow(t,c),p=Or(i),f=wn(p),h=u[f],m=u[p],b=(A,S)=>wo(S+d[A==="y"?"top":"left"],S,S-d[A==="y"?"bottom":"right"]);s&&(h=b(f,h)),a&&(m=b(p,m));let x=l.fn({...t,[f]:h,[p]:m});return{...x,data:{x:x.x-r,y:x.y-n,enabled:{[f]:s,[p]:a}}}}}};function wr(){return typeof window<"u"}function rt(e){return Uo(e)?(e.nodeName||"").toLowerCase():"#document"}function ee(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Le(e){var t;return(t=(Uo(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Uo(e){return wr()?e instanceof Node||e instanceof ee(e).Node:!1}function ge(e){return wr()?e instanceof Element||e instanceof ee(e).Element:!1}function Pe(e){return wr()?e instanceof HTMLElement||e instanceof ee(e).HTMLElement:!1}function ko(e){return!wr()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ee(e).ShadowRoot}function Qt(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=be(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function $o(e){return/^(table|td|th)$/.test(rt(e))}function er(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var Hl=/transform|translate|scale|rotate|perspective|filter/,jl=/paint|layout|strict|content/,tt=e=>!!e&&e!=="none",Ln;function Ct(e){let t=ge(e)?be(e):e;return tt(t.transform)||tt(t.translate)||tt(t.scale)||tt(t.rotate)||tt(t.perspective)||!_r()&&(tt(t.backdropFilter)||tt(t.filter))||Hl.test(t.willChange||"")||jl.test(t.contain||"")}function Bo(e){let t=Ve(e);for(;Pe(t)&&!Ot(t);){if(Ct(t))return t;if(er(t))return null;t=Ve(t)}return null}function _r(){return Ln==null&&(Ln=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Ln}function Ot(e){return/^(html|body|#document)$/.test(rt(e))}function be(e){return ee(e).getComputedStyle(e)}function tr(e){return ge(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ve(e){if(rt(e)==="html")return e;let t=e.assignedSlot||e.parentNode||ko(e)&&e.host||Le(e);return ko(t)?t.host:t}function Ho(e){let t=Ve(e);return Ot(t)?(e.ownerDocument||e).body:Pe(t)&&Qt(t)?t:Ho(t)}function Tr(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=Ho(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),s=ee(i);if(o){let a=Rr(s);return t.concat(s,s.visualViewport||[],Qt(i)?i:[],a&&r?Tr(a):[])}else return t.concat(i,Tr(i,[],r))}function Rr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Vo(e){let t=be(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=Pe(e),o=i?e.offsetWidth:r,s=i?e.offsetHeight:n,a=Jt(r)!==o||Jt(n)!==s;return a&&(r=o,n=s),{width:r,height:n,$:a}}function zo(e){return ge(e)?e:e.contextElement}function Tt(e){let t=zo(e);if(!Pe(t))return Ce(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:o}=Vo(t),s=(o?Jt(r.width):r.width)/n,a=(o?Jt(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var Fl=Ce(0);function Wo(e){let t=ee(e);return!_r()||!t.visualViewport?Fl:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Vl(e,t,r){return t===void 0&&(t=!1),!!r&&t&&r===ee(e)}function rr(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),o=zo(e),s=Ce(1);t&&(n?ge(n)&&(s=Tt(n)):s=Tt(e));let a=Vl(o,r,n)?Wo(o):Ce(0),l=(i.left+a.x)/s.x,c=(i.top+a.y)/s.y,u=i.width/s.x,d=i.height/s.y;if(o&&n){let p=ee(o),f=ge(n)?ee(n):n,h=p,m=Rr(h);for(;m&&f!==h;){let b=Tt(m),x=m.getBoundingClientRect(),A=be(m),S=x.left+(m.clientLeft+parseFloat(A.paddingLeft))*b.x,O=x.top+(m.clientTop+parseFloat(A.paddingTop))*b.y;l*=b.x,c*=b.y,u*=b.x,d*=b.y,l+=S,c+=O,h=ee(m),m=Rr(h)}}return et({width:u,height:d,x:l,y:c})}function Lr(e,t){let r=tr(e).scrollLeft;return t?t.left+r:rr(Le(e)).left+r}function Ko(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Lr(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function zl(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,o=i==="fixed",s=Le(n),a=t?er(t.floating):!1;if(n===s||a&&o)return r;let l={scrollLeft:0,scrollTop:0},c=Ce(1),u=Ce(0),d=Pe(n);if((d||!o)&&((rt(n)!=="body"||Qt(s))&&(l=tr(n)),d)){let f=rr(n);c=Tt(n),u.x=f.x+n.clientLeft,u.y=f.y+n.clientTop}let p=s&&!d&&!o?Ko(s,l):Ce(0);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-l.scrollLeft*c.x+u.x+p.x,y:r.y*c.y-l.scrollTop*c.y+u.y+p.y}}function Wl(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function Kl(e){let t=tr(e),r=e.ownerDocument.body,n=je(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=je(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight),o=-t.scrollLeft+Lr(e),s=-t.scrollTop;return be(r).direction==="rtl"&&(o+=je(e.clientWidth,r.clientWidth)-n),{width:n,height:i,x:o,y:s}}var Gl=25;function ql(e,t,r){r===void 0&&(r="viewport");let n=r==="layoutViewport",i=ee(e),o=Le(e),s=i.visualViewport,a=o.clientWidth,l=o.clientHeight,c=0,u=0;if(s){let p=!_r()||t==="fixed";n?p||(c=-s.offsetLeft,u=-s.offsetTop):(a=s.width,l=s.height,p&&(c=s.offsetLeft,u=s.offsetTop))}if(Lr(o)<=0){let p=o.ownerDocument,f=p.body,h=getComputedStyle(f),m=p.compatMode==="CSS1Compat"&&parseFloat(h.marginLeft)+parseFloat(h.marginRight)||0,b=Math.abs(o.clientWidth-f.clientWidth-m),x=getComputedStyle(o).scrollbarGutter==="stable both-edges"?b/2:b;x<=Gl&&(a-=x)}return{width:a,height:l,x:c,y:u}}function Yl(e,t){let r=rr(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,o=Tt(e),s=e.clientWidth*o.x,a=e.clientHeight*o.y,l=i*o.x,c=n*o.y;return{width:s,height:a,x:l,y:c}}function jo(e,t,r){let n;if(t==="viewport"||t==="layoutViewport")n=ql(e,r,t);else if(t==="document")n=Kl(Le(e));else if(ge(t))n=Yl(t,r);else{let i=Wo(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return et(n)}function Xl(e,t){let r=t.get(e);if(r)return r;let n=Tr(e,[],!1).filter(a=>ge(a)&&rt(a)!=="body"),i=null,o=be(e).position==="fixed",s=o?Ve(e):e;for(;ge(s)&&!Ot(s);){let a=be(s),l=Ct(s),c=i?i.position:o?"fixed":"";!l&&(c==="fixed"||c==="absolute"&&a.position==="static")?n=n.filter(d=>d!==s):i=a,s=Ve(s)}return t.set(e,n),n}function Jl(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,s=[...r==="clippingAncestors"?er(t)?[]:Xl(t,this._c):[].concat(r),n],a=jo(t,s[0],i),l=a.top,c=a.right,u=a.bottom,d=a.left;for(let p=1;p<s.length;p++){let f=jo(t,s[p],i);l=je(f.top,l),c=Xt(f.right,c),u=Xt(f.bottom,u),d=je(f.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function Zl(e){let{width:t,height:r}=Vo(e);return{width:t,height:r}}function Ql(e,t,r){let n=Pe(t),i=Le(t),o=r==="fixed",s=rr(e,!0,o,t),a={scrollLeft:0,scrollTop:0},l=Ce(0);if((n||!o)&&((rt(t)!=="body"||Qt(i))&&(a=tr(t)),n)){let p=rr(t,!0,o,t);l.x=p.x+t.clientLeft,l.y=p.y+t.clientTop}!n&&i&&(l.x=Lr(i));let c=i&&!n&&!o?Ko(i,a):Ce(0),u=s.left+a.scrollLeft-l.x-c.x,d=s.top+a.scrollTop-l.y-c.y;return{x:u,y:d,width:s.width,height:s.height}}function Pn(e){return be(e).position==="static"}function Fo(e,t){if(!Pe(e)||be(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Le(e)===r&&(r=r.ownerDocument.body),r}function Go(e,t){let r=ee(e);if(er(e))return r;if(!Pe(e)){let i=Ve(e);for(;i&&!Ot(i);){if(ge(i)&&!Pn(i))return i;i=Ve(i)}return r}let n=Fo(e,t);for(;n&&$o(n)&&Pn(n);)n=Fo(n,t);return n&&Ot(n)&&Pn(n)&&!Ct(n)?r:n||Bo(e)||r}var ec=async function(e){let t=this.getOffsetParent||Go,r=this.getDimensions,n=await r(e.floating);return{reference:Ql(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function tc(e){return be(e).direction==="rtl"}var Pr={convertOffsetParentRelativeRectToViewportRelativeRect:zl,getDocumentElement:Le,getClippingRect:Jl,getOffsetParent:Go,getElementRects:ec,getClientRects:Wl,getDimensions:Zl,getScale:Tt,isElement:ge,isRTL:tc};var qo=Io,Yo=Mo;var Xo=(e,t,r)=>{let n=new Map,i=r??{},o={...Pr,...i.platform,_c:n};return Do(e,t,{...i,platform:o})};function Jo(e){return rc(e)}function Nn(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function rc(e){for(let t=e;t;t=Nn(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Nn(e);t;t=Nn(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||Ct(r)||t.tagName==="BODY"))return t}return null}async function Zo(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},Xo(e,t,{strategy:n.strategy,platform:{...Pr,getOffsetParent:i=>Pr.getOffsetParent(i,Jo)},middleware:[Yo({crossAxis:!0}),qo({allowedPlacements:[n.placement]})]})}var Bt=v(_());var ii=v(Z());var Qo=v(Z(),1);var Dn=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function es(e,t){return(0,Qo.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return nr(e);try{return JSON.parse(r)}catch{return nr(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:ir,...t??{}})}function nc(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(!wt(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(!wt(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();let i=s=>Object.keys(s).filter(a=>s[a]!=null),o=i(e);if(r=o.length,r!==i(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,o[n]))return!1;for(n=r;n--!==0;){let s=o[n];if(!wt(e[s],t[s]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function wt(e,t){try{return nc(e,t)}catch{return!1}}function ir(e,t){return!wt(e,t)}function nr(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function Nr(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 ts=v(Z(),1);var In=e=>{let t=e??{};return(r,n)=>{var i;let o={hasChanged:ir,attribute:!1,...t};(0,ts.property)(o)(r,n);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(n,{selector:(i=t.selector)!==null&&i!==void 0?i:(a=>a[n]),store:t.store})}};var Dr=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 nt=v(Z(),1);var Ir=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let i=(t=this.rejectPromise)!==null&&t!==void 0?t:(()=>null),o=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let s of n)try{await s()}catch(a){i(a);return}o(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var ns=v(F(),1);var Mr=globalThis,ic=Mr.ShadowRoot&&(Mr.ShadyCSS===void 0||Mr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var rs=(e,t)=>{if(ic)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=Mr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var kr=class extends ns.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 rs(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){Dn(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 is(e,t,...r){var n;let i=e.querySelector(t);for(let o of r)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(o);return i}var Rt=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},ls,os=Symbol("constructorPrototype"),ss=Symbol("constructorName"),cs=Symbol("exportpartsDebouncer"),as=Symbol("dynamicDependenciesLoaded"),_t=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};_t.eventName="exportparts-updated";var Oe=class extends kr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[ls]=new Ir(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[cs].run(()=>{var i,o;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[ss]=this.constructor.name,this[os]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ss]&&Object.setPrototypeOf(this,this[os])}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[as]||(r[as]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(_t.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(_t.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.focusElementToFocus(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate(),t.has("exportparts")&&this.dispatchEvent(new _t)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let o=[...i??[],n];r=is(this.shadowRoot,...o)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,n,i;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(o=>o.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(o){console.error(o,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let o=document.createElement("style");o.classList.add("ft-lit-element--custom-stylesheet"),o.innerHTML=this.customStylesheet,this.shadowRoot.append(o)}}setExportpartsAttribute(t){var r,n,i,o,s,a;let l=p=>p!=null&&p.trim().length>0,c=t.filter(l).map(p=>p.trim());if(c.length===0){this.exportparts=void 0;return}let u=new Set;for(let p of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let f=(o=(i=p.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&o!==void 0?o:[],h=(a=(s=p.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(b=>b.split(":")[1]))!==null&&a!==void 0?a:[],m=[...f,...h].filter(l).map(b=>b.trim());for(let b of m)u.add(b)}if(u.size===0){this.exportparts=void 0;return}let d=[...u.values()].flatMap(p=>c.map(f=>`${p}:${f}--${p}`));this.exportparts=[...this.part,...d].join(", ")}};ls=cs;Rt([(0,nt.property)()],Oe.prototype,"exportpartsPrefix",void 0);Rt([es([])],Oe.prototype,"exportpartsPrefixes",void 0);Rt([(0,nt.property)({reflect:!0})],Oe.prototype,"exportparts",void 0);Rt([(0,nt.property)()],Oe.prototype,"customStylesheet",void 0);Rt([(0,nt.property)()],Oe.prototype,"elementToFocus",void 0);Rt([(0,nt.state)()],Oe.prototype,"useAdoptedStyleSheets",void 0);function Ur(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var or=Symbol("internalReduxEventsUnsubscribers"),ze=Symbol("internalStoresUnsubscribers"),it=Symbol("internalStores"),oc=Nr(Symbol("withRedux"),function(e){var t,r,n;class i extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(a=>s.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[it].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[it].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[it].get(s)}addStore(s,a){var l;a=(l=a??s.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[it].set(a,s),this.subscribeToStore(a,s),this.updateFromStores()}removeStore(s){let a=typeof s=="string"?s:s.name;this.unsubscribeFromStore(a),this[it].delete(a)}setupStores(){this.unsubscribeFromStores(),this[it].forEach((s,a)=>this.subscribeToStore(a,s)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((s,a)=>{let l=this.constructor.getPropertyOptions(a);if(!l?.attribute||!this.hasAttribute(typeof l?.attribute=="string"?l.attribute:a)){let c=this.getStore(s.store);c&&(s.store?this[ze].has(s.store):this[ze].size>0)&&(this[a]=s.selector(c.getState(),this))}})}subscribeToStore(s,a){var l;this[ze].set(s,a.subscribe(()=>this.updateFromStores())),this[or].set(s,[]),Ur(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[or].get(s).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[ze].forEach((s,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(s){var a;this[ze].has(s)&&this[ze].get(s)(),this[ze].delete(s),(a=this[or].get(s))===null||a===void 0||a.forEach(l=>l()),this[or].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=ze,r=it,n=or,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),us=class extends oc(Oe){};function pe(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(0)var i,o;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map((function(s){return"'"+s+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Ne(e){return!!e&&!!e[D]}function xe(e){var t;return!!e&&((function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===fc})(e)||Array.isArray(e)||!!e[vs]||!!(!((t=e.constructor)===null||t===void 0)&&t[vs])||Vn(e)||zn(e))}function ot(e,t,r){r===void 0&&(r=!1),Nt(e)===0?(r?Object.keys:Pt)(e).forEach((function(n){r&&typeof n=="symbol"||t(n,e[n],e)})):e.forEach((function(n,i){return t(i,n,e)}))}function Nt(e){var t=e[D];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Vn(e)?2:zn(e)?3:0}function Lt(e,t){return Nt(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function sc(e,t){return Nt(e)===2?e.get(t):e[t]}function gs(e,t,r){var n=Nt(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function bs(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Vn(e){return dc&&e instanceof Map}function zn(e){return pc&&e instanceof Set}function We(e){return e.o||e.t}function Wn(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Es(e);delete t[D];for(var r=Pt(t),n=0;n<r.length;n++){var i=r[n],o=t[i];o.writable===!1&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(t[i]={configurable:!0,writable:!0,enumerable:o.enumerable,value:e[i]})}return Object.create(Object.getPrototypeOf(e),t)}function Kn(e,t){return t===void 0&&(t=!1),Gn(e)||Ne(e)||!xe(e)||(Nt(e)>1&&(e.set=e.add=e.clear=e.delete=ac),Object.freeze(e),t&&ot(e,(function(r,n){return Kn(n,!0)}),!0)),e}function ac(){pe(2)}function Gn(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function Te(e){var t=Fn[e];return t||pe(18,e),t}function lc(e,t){Fn[e]||(Fn[e]=t)}function Bn(){return ar}function Mn(e,t){t&&(Te("Patches"),e.u=[],e.s=[],e.v=t)}function $r(e){Hn(e),e.p.forEach(cc),e.p=null}function Hn(e){e===ar&&(ar=e.l)}function ds(e){return ar={p:[],l:ar,h:e,m:!0,_:0}}function cc(e){var t=e[D];t.i===0||t.i===1?t.j():t.g=!0}function kn(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||Te("ES5").S(t,e,n),n?(r[D].P&&($r(t),pe(4)),xe(e)&&(e=Br(t,e),t.l||Hr(t,e)),t.u&&Te("Patches").M(r[D].t,e,t.u,t.s)):e=Br(t,r,[]),$r(t),t.u&&t.v(t.u,t.s),e!==As?e:void 0}function Br(e,t,r){if(Gn(t))return t;var n=t[D];if(!n)return ot(t,(function(a,l){return ps(e,n,t,a,l,r)}),!0),t;if(n.A!==e)return t;if(!n.P)return Hr(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=Wn(n.k):n.o,o=i,s=!1;n.i===3&&(o=new Set(i),i.clear(),s=!0),ot(o,(function(a,l){return ps(e,n,i,a,l,r,s)})),Hr(e,i,!1),r&&e.u&&Te("Patches").N(n,r,e.u,e.s)}return n.o}function ps(e,t,r,n,i,o,s){if(Ne(i)){var a=Br(e,i,o&&t&&t.i!==3&&!Lt(t.R,n)?o.concat(n):void 0);if(gs(r,n,a),!Ne(a))return;e.m=!1}else s&&r.add(i);if(xe(i)&&!Gn(i)){if(!e.h.D&&e._<1)return;Br(e,i),t&&t.A.l||Hr(e,i)}}function Hr(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&Kn(t,r)}function Un(e,t){var r=e[D];return(r?We(r):e)[t]}function fs(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Object.getPrototypeOf(r)}}function Ke(e){e.P||(e.P=!0,e.l&&Ke(e.l))}function $n(e){e.o||(e.o=Wn(e.t))}function jn(e,t,r){var n=Vn(t)?Te("MapSet").F(t,r):zn(t)?Te("MapSet").T(t,r):e.O?(function(i,o){var s=Array.isArray(i),a={i:s?1:0,A:o?o.A:Bn(),P:!1,I:!1,R:{},l:o,t:i,k:null,o:null,j:null,C:!1},l=a,c=lr;s&&(l=[a],c=sr);var u=Proxy.revocable(l,c),d=u.revoke,p=u.proxy;return a.k=p,a.j=d,p})(t,r):Te("ES5").J(t,r);return(r?r.A:Bn()).p.push(n),n}function uc(e){return Ne(e)||pe(22,e),(function t(r){if(!xe(r))return r;var n,i=r[D],o=Nt(r);if(i){if(!i.P&&(i.i<4||!Te("ES5").K(i)))return i.t;i.I=!0,n=hs(r,o),i.I=!1}else n=hs(r,o);return ot(n,(function(s,a){i&&sc(i.t,s)===a||gs(n,s,t(a))})),o===3?new Set(n):n})(e)}function hs(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return Wn(e)}function xs(){function e(s,a){var l=o[s];return l?l.enumerable=a:o[s]=l={configurable:!0,enumerable:a,get:function(){var c=this[D];return lr.get(c,s)},set:function(c){var u=this[D];lr.set(u,s,c)}},l}function t(s){for(var a=s.length-1;a>=0;a--){var l=s[a][D];if(!l.P)switch(l.i){case 5:n(l)&&Ke(l);break;case 4:r(l)&&Ke(l)}}}function r(s){for(var a=s.t,l=s.k,c=Pt(l),u=c.length-1;u>=0;u--){var d=c[u];if(d!==D){var p=a[d];if(p===void 0&&!Lt(a,d))return!0;var f=l[d],h=f&&f[D];if(h?h.t!==p:!bs(f,p))return!0}}var m=!!a[D];return c.length!==Pt(a).length+(m?0:1)}function n(s){var a=s.k;if(a.length!==s.t.length)return!0;var l=Object.getOwnPropertyDescriptor(a,a.length-1);if(l&&!l.get)return!0;for(var c=0;c<a.length;c++)if(!a.hasOwnProperty(c))return!0;return!1}function i(s){s.g&&pe(3,JSON.stringify(We(s)))}var o={};lc("ES5",{J:function(s,a){var l=Array.isArray(s),c=(function(d,p){if(d){for(var f=Array(p.length),h=0;h<p.length;h++)Object.defineProperty(f,""+h,e(h,!0));return f}var m=Es(p);delete m[D];for(var b=Pt(m),x=0;x<b.length;x++){var A=b[x];m[A]=e(A,d||!!m[A].enumerable)}return Object.create(Object.getPrototypeOf(p),m)})(l,s),u={i:l?5:4,A:a?a.A:Bn(),P:!1,I:!1,R:{},l:a,t:s,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,D,{value:u,writable:!0}),c},S:function(s,a,l){l?Ne(a)&&a[D].A===s&&t(s.p):(s.u&&(function c(u){if(u&&typeof u=="object"){var d=u[D];if(d){var p=d.t,f=d.k,h=d.R,m=d.i;if(m===4)ot(f,(function(O){O!==D&&(p[O]!==void 0||Lt(p,O)?h[O]||c(f[O]):(h[O]=!0,Ke(d)))})),ot(p,(function(O){f[O]!==void 0||Lt(f,O)||(h[O]=!1,Ke(d))}));else if(m===5){if(n(d)&&(Ke(d),h.length=!0),f.length<p.length)for(var b=f.length;b<p.length;b++)h[b]=!1;else for(var x=p.length;x<f.length;x++)h[x]=!0;for(var A=Math.min(f.length,p.length),S=0;S<A;S++)f.hasOwnProperty(S)||(h[S]=!0),h[S]===void 0&&c(f[S])}}}})(s.p[0]),t(s.p))},K:function(s){return s.i===4?r(s):n(s)}})}var ms,ar,qn=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",dc=typeof Map<"u",pc=typeof Set<"u",ys=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",As=qn?Symbol.for("immer-nothing"):((ms={})["immer-nothing"]=!0,ms),vs=qn?Symbol.for("immer-draftable"):"__$immer_draftable",D=qn?Symbol.for("immer-state"):"__$immer_state";var fc=""+Object.prototype.constructor,Pt=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Es=Object.getOwnPropertyDescriptors||function(e){var t={};return Pt(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},Fn={},lr={get:function(e,t){if(t===D)return e;var r=We(e);if(!Lt(r,t))return(function(i,o,s){var a,l=fs(o,s);return l?"value"in l?l.value:(a=l.get)===null||a===void 0?void 0:a.call(i.k):void 0})(e,r,t);var n=r[t];return e.I||!xe(n)?n:n===Un(e.t,t)?($n(e),e.o[t]=jn(e.A.h,n,e)):n},has:function(e,t){return t in We(e)},ownKeys:function(e){return Reflect.ownKeys(We(e))},set:function(e,t,r){var n=fs(We(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var i=Un(We(e),t),o=i?.[D];if(o&&o.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(bs(r,i)&&(r!==void 0||Lt(e.t,t)))return!0;$n(e),Ke(e)}return e.o[t]===r&&(r!==void 0||t in e.o)||Number.isNaN(r)&&Number.isNaN(e.o[t])||(e.o[t]=r,e.R[t]=!0),!0},deleteProperty:function(e,t){return Un(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,$n(e),Ke(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=We(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){pe(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){pe(12)}},sr={};ot(lr,(function(e,t){sr[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),sr.deleteProperty=function(e,t){return sr.set.call(this,e,t,void 0)},sr.set=function(e,t,r){return lr.set.call(this,e[0],t,r,e[0])};var hc=(function(){function e(r){var n=this;this.O=ys,this.D=!0,this.produce=function(i,o,s){if(typeof i=="function"&&typeof o!="function"){var a=o;o=i;var l=n;return function(m){var b=this;m===void 0&&(m=a);for(var x=arguments.length,A=Array(x>1?x-1:0),S=1;S<x;S++)A[S-1]=arguments[S];return l.produce(m,(function(O){var j;return(j=o).call.apply(j,[b,O].concat(A))}))}}var c;if(typeof o!="function"&&pe(6),s!==void 0&&typeof s!="function"&&pe(7),xe(i)){var u=ds(n),d=jn(n,i,void 0),p=!0;try{c=o(d),p=!1}finally{p?$r(u):Hn(u)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(m){return Mn(u,s),kn(m,u)}),(function(m){throw $r(u),m})):(Mn(u,s),kn(c,u))}if(!i||typeof i!="object"){if((c=o(i))===void 0&&(c=i),c===As&&(c=void 0),n.D&&Kn(c,!0),s){var f=[],h=[];Te("Patches").M(i,c,f,h),s(f,h)}return c}pe(21,i)},this.produceWithPatches=function(i,o){if(typeof i=="function")return function(c){for(var u=arguments.length,d=Array(u>1?u-1:0),p=1;p<u;p++)d[p-1]=arguments[p];return n.produceWithPatches(c,(function(f){return i.apply(void 0,[f].concat(d))}))};var s,a,l=n.produce(i,o,(function(c,u){s=c,a=u}));return typeof Promise<"u"&&l instanceof Promise?l.then((function(c){return[c,s,a]})):[l,s,a]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var t=e.prototype;return t.createDraft=function(r){xe(r)||pe(8),Ne(r)&&(r=uc(r));var n=ds(this),i=jn(this,r,void 0);return i[D].C=!0,Hn(n),i},t.finishDraft=function(r,n){var i=r&&r[D],o=i.A;return Mn(o,n),kn(void 0,o)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!ys&&pe(20),this.O=r},t.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var o=n[i];if(o.path.length===0&&o.op==="replace"){r=o.value;break}}i>-1&&(n=n.slice(i+1));var s=Te("Patches").$;return Ne(r)?s(r,n):this.produce(r,(function(a){return s(a,n)}))},e})(),ae=new hc,mc=ae.produce,Qd=ae.produceWithPatches.bind(ae),ep=ae.setAutoFreeze.bind(ae),tp=ae.setUseProxies.bind(ae),rp=ae.applyPatches.bind(ae),np=ae.createDraft.bind(ae),ip=ae.finishDraft.bind(ae),jr=mc;function st(e){"@babel/helpers - typeof";return st=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},st(e)}function Ss(e,t){if(st(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(st(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Cs(e){var t=Ss(e,"string");return st(t)=="symbol"?t:t+""}function Os(e,t,r){return(t=Cs(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Ts(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Yn(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Ts(Object(r),!0).forEach(function(n){Os(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ts(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}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 ws=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),Xn=function(){return Math.random().toString(36).substring(7).split("").join(".")},Fr={INIT:"@@redux/INIT"+Xn(),REPLACE:"@@redux/REPLACE"+Xn(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Xn()}};function yc(e){if(typeof e!="object"||e===null)return!1;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function Jn(e,t,r){var n;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(Jn)(e,t)}if(typeof e!="function")throw new Error(G(2));var i=e,o=t,s=[],a=s,l=!1;function c(){a===s&&(a=s.slice())}function u(){if(l)throw new Error(G(3));return o}function d(m){if(typeof m!="function")throw new Error(G(4));if(l)throw new Error(G(5));var b=!0;return c(),a.push(m),function(){if(b){if(l)throw new Error(G(6));b=!1,c();var A=a.indexOf(m);a.splice(A,1),s=null}}}function p(m){if(!yc(m))throw new Error(G(7));if(typeof m.type>"u")throw new Error(G(8));if(l)throw new Error(G(9));try{l=!0,o=i(o,m)}finally{l=!1}for(var b=s=a,x=0;x<b.length;x++){var A=b[x];A()}return m}function f(m){if(typeof m!="function")throw new Error(G(10));i=m,p({type:Fr.REPLACE})}function h(){var m,b=d;return m={subscribe:function(A){if(typeof A!="object"||A===null)throw new Error(G(11));function S(){A.next&&A.next(u())}S();var O=b(S);return{unsubscribe:O}}},m[ws]=function(){return this},m}return p({type:Fr.INIT}),n={dispatch:p,subscribe:d,getState:u,replaceReducer:f},n[ws]=h,n}function vc(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:Fr.INIT});if(typeof n>"u")throw new Error(G(12));if(typeof r(void 0,{type:Fr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(G(13))})}function _s(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++){var i=t[n];typeof e[i]=="function"&&(r[i]=e[i])}var o=Object.keys(r),s,a;try{vc(r)}catch(l){a=l}return function(c,u){if(c===void 0&&(c={}),a)throw a;if(0)var d;for(var p=!1,f={},h=0;h<o.length;h++){var m=o[h],b=r[m],x=c[m],A=b(x,u);if(typeof A>"u"){var S=u&&u.type;throw new Error(G(14))}f[m]=A,p=p||A!==x}return p=p||o.length!==Object.keys(c).length,p?f:c}}function Dt(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function Rs(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){return function(){var i=n.apply(void 0,arguments),o=function(){throw new Error(G(15))},s={getState:i.getState,dispatch:function(){return o.apply(void 0,arguments)}},a=t.map(function(l){return l(s)});return o=Dt.apply(void 0,a)(i.dispatch),Yn(Yn({},i),{},{dispatch:o})}}}function Ls(e){var t=function(n){var i=n.dispatch,o=n.getState;return function(s){return function(a){return typeof a=="function"?a(i,o,e):s(a)}}};return t}var Ps=Ls();Ps.withExtraArgument=Ls;var Zn=Ps;var ks=(function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(n[o]=i[o])},e(t,r)};return function(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}})(),gc=function(e,t){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(c){return function(u){return l([c,u])}}function l(c){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=c[0]&2?i.return:c[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,c[1])).done)return o;switch(i=0,o&&(c=[c[0]&2,o.value]),c[0]){case 0:case 1:o=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,i=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!o||c[1]>o[0]&&c[1]<o[3])){r.label=c[1];break}if(c[0]===6&&r.label<o[1]){r.label=o[1],o=c;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(c);break}o[2]&&r.ops.pop(),r.trys.pop();continue}c=t.call(e,r)}catch(u){c=[6,u],i=0}finally{n=o=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},It=function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e},bc=Object.defineProperty,xc=Object.defineProperties,Ac=Object.getOwnPropertyDescriptors,Ns=Object.getOwnPropertySymbols,Ec=Object.prototype.hasOwnProperty,Sc=Object.prototype.propertyIsEnumerable,Ds=function(e,t,r){return t in e?bc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},Ge=function(e,t){for(var r in t||(t={}))Ec.call(t,r)&&Ds(e,r,t[r]);if(Ns)for(var n=0,i=Ns(t);n<i.length;n++){var r=i[n];Sc.call(t,r)&&Ds(e,r,t[r])}return e},Qn=function(e,t){return xc(e,Ac(t))},Cc=function(e,t,r){return new Promise(function(n,i){var o=function(l){try{a(r.next(l))}catch(c){i(c)}},s=function(l){try{a(r.throw(l))}catch(c){i(c)}},a=function(l){return l.done?n(l.value):Promise.resolve(l.value).then(o,s)};a((r=r.apply(e,t)).next())})};var Oc=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Dt:Dt.apply(null,arguments)},Ep=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function Tc(e){if(typeof e!="object"||e===null)return!1;var t=Object.getPrototypeOf(e);if(t===null)return!0;for(var r=t;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return t===r}function qe(e,t){function r(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(t){var o=t.apply(void 0,n);if(!o)throw new Error("prepareAction did not return an object");return Ge(Ge({type:e,payload:o.payload},"meta"in o&&{meta:o.meta}),"error"in o&&{error:o.error})}return{type:e,payload:n[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(n){return n.type===e},r}var wc=(function(e){ks(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.apply(this,r)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,It([void 0],r[0].concat(this)))):new(t.bind.apply(t,It([void 0],r.concat(this))))},t})(Array),_c=(function(e){ks(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.apply(this,r)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,It([void 0],r[0].concat(this)))):new(t.bind.apply(t,It([void 0],r.concat(this))))},t})(Array);function ri(e){return xe(e)?jr(e,function(){}):e}function Rc(e){return typeof e=="boolean"}function Lc(){return function(t){return Pc(t)}}function Pc(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,i=n===void 0?!0:n,o=e.serializableCheck,s=o===void 0?!0:o,a=e.actionCreatorCheck,l=a===void 0?!0:a,c=new wc;if(r&&(Rc(r)?c.push(Zn):c.push(Zn.withExtraArgument(r.extraArgument))),0){if(i)var u;if(s)var d;if(l)var p}return c}var ei=!0;function Us(e){var t=Lc(),r=e||{},n=r.reducer,i=n===void 0?void 0:n,o=r.middleware,s=o===void 0?t():o,a=r.devTools,l=a===void 0?!0:a,c=r.preloadedState,u=c===void 0?void 0:c,d=r.enhancers,p=d===void 0?void 0:d,f;if(typeof i=="function")f=i;else if(Tc(i))f=_s(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var h=s;if(typeof h=="function"&&(h=h(t),!ei&&!Array.isArray(h)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!ei&&h.some(function(O){return typeof O!="function"}))throw new Error("each middleware provided to configureStore must be a function");var m=Rs.apply(void 0,h),b=Dt;l&&(b=Oc(Ge({trace:!ei},typeof l=="object"&&l)));var x=new _c(m),A=x;Array.isArray(p)?A=It([m],p):typeof p=="function"&&(A=p(x));var S=b.apply(void 0,A);return Jn(f,u,S)}function $s(e){var t={},r=[],n,i={addCase:function(o,s){var a=typeof o=="string"?o:o.type;if(!a)throw new Error("`builder.addCase` cannot be called with an empty action type");if(a in t)throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");return t[a]=s,i},addMatcher:function(o,s){return r.push({matcher:o,reducer:s}),i},addDefaultCase:function(o){return n=o,i}};return e(i),[t,r,n]}function Nc(e){return typeof e=="function"}function Dc(e,t,r,n){r===void 0&&(r=[]);var i=typeof t=="function"?$s(t):[t,r,n],o=i[0],s=i[1],a=i[2],l;if(Nc(e))l=function(){return ri(e())};else{var c=ri(e);l=function(){return c}}function u(d,p){d===void 0&&(d=l());var f=It([o[p.type]],s.filter(function(h){var m=h.matcher;return m(p)}).map(function(h){var m=h.reducer;return m}));return f.filter(function(h){return!!h}).length===0&&(f=[a]),f.reduce(function(h,m){if(m)if(Ne(h)){var b=h,x=m(b,p);return x===void 0?h:x}else{if(xe(h))return jr(h,function(A){return m(A,p)});var x=m(h,p);if(x===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return x}return h},d)}return u.getInitialState=l,u}function Ic(e,t){return e+"/"+t}function Bs(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof e.initialState=="function"?e.initialState:ri(e.initialState),n=e.reducers||{},i=Object.keys(n),o={},s={},a={};i.forEach(function(u){var d=n[u],p=Ic(t,u),f,h;"reducer"in d?(f=d.reducer,h=d.prepare):f=d,o[u]=f,s[p]=f,a[u]=h?qe(p,h):qe(p)});function l(){var u=typeof e.extraReducers=="function"?$s(e.extraReducers):[e.extraReducers],d=u[0],p=d===void 0?{}:d,f=u[1],h=f===void 0?[]:f,m=u[2],b=m===void 0?void 0:m,x=Ge(Ge({},p),s);return Dc(r,function(A){for(var S in x)A.addCase(S,x[S]);for(var O=0,j=h;O<j.length;O++){var U=j[O];A.addMatcher(U.matcher,U.reducer)}b&&A.addDefaultCase(b)})}var c;return{name:t,reducer:function(u,d){return c||(c=l()),c(u,d)},actions:a,caseReducers:o,getInitialState:function(){return c||(c=l()),c.getInitialState()}}}var Mc="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",kc=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=Mc[Math.random()*64|0];return t},Uc=["name","message","stack","code"],ti=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Is=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),$c=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=Uc;r<n.length;r++){var i=n[r];typeof e[i]=="string"&&(t[i]=e[i])}return t}return{message:String(e)}},Tp=(function(){function e(t,r,n){var i=qe(t+"/fulfilled",function(u,d,p,f){return{payload:u,meta:Qn(Ge({},f||{}),{arg:p,requestId:d,requestStatus:"fulfilled"})}}),o=qe(t+"/pending",function(u,d,p){return{payload:void 0,meta:Qn(Ge({},p||{}),{arg:d,requestId:u,requestStatus:"pending"})}}),s=qe(t+"/rejected",function(u,d,p,f,h){return{payload:f,error:(n&&n.serializeError||$c)(u||"Rejected"),meta:Qn(Ge({},h||{}),{arg:p,requestId:d,rejectedWithValue:!!f,requestStatus:"rejected",aborted:u?.name==="AbortError",condition:u?.name==="ConditionError"})}}),a=!1,l=typeof AbortController<"u"?AbortController:(function(){function u(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return u.prototype.abort=function(){},u})();function c(u){return function(d,p,f){var h=n?.idGenerator?n.idGenerator(u):kc(),m=new l,b,x=!1;function A(O){b=O,m.abort()}var S=(function(){return Cc(this,null,function(){var O,j,U,Ie,dn,Me,ne;return gc(this,function(ce){switch(ce.label){case 0:return ce.trys.push([0,4,,5]),Ie=(O=n?.condition)==null?void 0:O.call(n,u,{getState:p,extra:f}),Hc(Ie)?[4,Ie]:[3,2];case 1:Ie=ce.sent(),ce.label=2;case 2:if(Ie===!1||m.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return x=!0,dn=new Promise(function(ie,Xe){return m.signal.addEventListener("abort",function(){return Xe({name:"AbortError",message:b||"Aborted"})})}),d(o(h,u,(j=n?.getPendingMeta)==null?void 0:j.call(n,{requestId:h,arg:u},{getState:p,extra:f}))),[4,Promise.race([dn,Promise.resolve(r(u,{dispatch:d,getState:p,extra:f,requestId:h,signal:m.signal,abort:A,rejectWithValue:function(ie,Xe){return new ti(ie,Xe)},fulfillWithValue:function(ie,Xe){return new Is(ie,Xe)}})).then(function(ie){if(ie instanceof ti)throw ie;return ie instanceof Is?i(ie.payload,h,u,ie.meta):i(ie,h,u)})])];case 3:return U=ce.sent(),[3,5];case 4:return Me=ce.sent(),U=Me instanceof ti?s(null,h,u,Me.payload,Me.meta):s(Me,h,u),[3,5];case 5:return ne=n&&!n.dispatchConditionRejection&&s.match(U)&&U.meta.condition,ne||d(U),[2,U]}})})})();return Object.assign(S,{abort:A,requestId:h,arg:u,unwrap:function(){return S.then(Bc)}})}}return Object.assign(c,{pending:o,rejected:s,fulfilled:i,typePrefix:t})}return e.withTypes=function(){return e},e})();function Bc(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function Hc(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Hs="listener",js="completed",Fs="cancelled",wp="task-"+Fs,_p="task-"+js,Rp=Hs+"-"+Fs,Lp=Hs+"-"+js;var ni="listenerMiddleware";var Pp=qe(ni+"/add"),Np=qe(ni+"/removeAll"),Dp=qe(ni+"/remove");var Ms,Ip=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Ms||(Ms=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},jc=function(e){return function(t){setTimeout(t,e)}},Mp=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:jc(10);xs();var Fc=Nr(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)}}}),Vr=class extends Fc(Object){};window.ftReduxStores||(window.ftReduxStores={});var Vs=class e extends Vr{static get(t){var r;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,o=window.ftReduxStores[n];if(Ur(o))return o;if(i==null)return;let s=Bs({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=Us({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=nr(s.getInitialState());for(let d of c.keeping)u[d]=(l??u)[d];return u}else if(typeof c.type=="string"&&c.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...l,...c.overwrites};return s.reducer(l,c)}});return window.ftReduxStores[i.name]=new e(s,a,i.eventBus)}constructor(t,r,n){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new Dr;let i=o=>o!=null?JSON.parse(JSON.stringify(o)):o;this.actions=new Proxy(this.reduxSlice.actions,{get:(o,s,a)=>{let l=s,c=o[l];return c?(...u)=>{let d=c(...u.map(i));return this.reduxStore.dispatch(d),d}:u=>{let d=l,p=this.getState()[d];wt(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()}};var zr=class{static format(t,r,n,i,o){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(n,i,!!o)):this.getIntlDateTime(t,r,n,i,!!o)}static getMomentDateFormat(t,r,n){return n?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,n,i,o){let s=typeof t=="string"?new Date(t):t,a=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(s),l=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(s);return o?l:i?`${a} ${l}`:a}static getTimezoneAsString(){let t=n=>String(Math.floor(n)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${t(Math.abs(r)/60)}:${t(Math.abs(r)%60)}`}};var Wr=v(_()),Vc="ft-app-info",Mt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Mt.eventName="authentication-change";var cr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};cr.eventName="ui-locale-changed";var zc={session:(e,t)=>{(0,Wr.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>T.dispatchEvent(new Mt(t.payload)),0))}},T=Wr.FtReduxStore.get({name:Vc,reducers:zc,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 zs=v(_()),Kr=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},uf=(0,zs.applyMixinOnce)(Symbol("withDateFormat"),function(e){class t extends e{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(T)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,o;return((o=(i=this.metadataDescriptors.find(a=>a.key===n))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1)?a=>zr.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Kr([(0,ii.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),Kr([(0,ii.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),Kr([In({store:T.name,selector:r=>{var n,i;return(i=(n=r.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&i!==void 0?i:[]}})],t.prototype,"metadataDescriptors",void 0),Kr([In({store:T.name})],t.prototype,"uiLocale",void 0),t});var Ws;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(Ws||(Ws={}));var Ks;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(Ks||(Ks={}));var Gs;(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"})(Gs||(Gs={}));var qs;(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"})(qs||(qs={}));var Ys;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Ys||(Ys={}));var Xs;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(Xs||(Xs={}));var Js;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(Js||(Js={}));var Zs;(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"})(Zs||(Zs={}));var Qs;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(Qs||(Qs={}));var ea;(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"})(ea||(ea={}));var ta;(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"})(ta||(ta={}));var ra;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(ra||(ra={}));var na;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(na||(na={}));var ia;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(ia||(ia={}));var oa;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(oa||(oa={}));var sa;(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"})(sa||(sa={}));var aa;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(aa||(aa={}));var la;(function(e){e.ASC="ASC",e.DESC="DESC"})(la||(la={}));var ca;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(ca||(ca={}));var ua;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(ua||(ua={}));var da;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(da||(da={}));var pa;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(pa||(pa={}));var fa;(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"})(fa||(fa={}));var ha;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(ha||(ha={}));var ma;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(ma||(ma={}));var ya;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(ya||(ya={}));var va;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(va||(va={}));var H;(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"})(H||(H={}));var fe;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(fe||(fe={}));var ga;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(ga||(ga={}));var ba;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(ba||(ba={}));var xa;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(xa||(xa={}));var Aa;(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"})(Aa||(Aa={}));var Ea;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(Ea||(Ea={}));var Sa;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Sa||(Sa={}));var Ca;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Ca||(Ca={}));var Oa;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Oa||(Oa={}));var Ta;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(Ta||(Ta={}));var wa;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(wa||(wa={}));var _a;(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"})(_a||(_a={}));var Ra;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(Ra||(Ra={}));var Wc={[H.PERSONAL_BOOK_SHARE_USER]:[H.PERSONAL_BOOK_USER],[H.HTML_EXPORT_USER]:[H.PERSONAL_BOOK_USER],[H.PDF_EXPORT_USER]:[H.PERSONAL_BOOK_USER],[H.KHUB_ADMIN]:[H.CONTENT_PUBLISHER],[H.ADMIN]:[H.KHUB_ADMIN,H.USERS_ADMIN,H.PORTAL_ADMIN,H.BEHAVIOR_DATA_USER],[H.GENERATIVE_AI_EXPORT_USER]:[H.GENERATIVE_AI_USER]};function La(e,t){return e===t||(Wc[e]??[]).some(r=>La(r,t))}function Pa(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=>La(n,t))}var Jr=v(_());var oi=v(_());var at=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=T.getState(),i=t??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(t){return new Promise(r=>{let n=e.get(t);if(n)r(n);else{let i=T.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var kt=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:at.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):at.await()}};var le=class extends kt{constructor(t=!0,r){var n;super(r),this.sortObjectFields=(o,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([a],[l])=>a.localeCompare(l)));let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new oi.CacheRegistry,this.cache=t?i.commonCache:new oi.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 Gr=class extends le{async listMySearches(){let{session:t}=T.getState();return Pa(t,H.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var qr=class extends le{async listMyBookmarks(){let t=T.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var Yr=class extends le{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(t){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${t}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(t){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${t}`),this.CACHE_DURATION)}isAuthenticated(){let t=T.getState().session;return!!t?.sessionAuthenticated}};var Xr=class extends le{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let t=T.getState().session;return!!t?.sessionAuthenticated}};var Kc="ft-user-assets",Gc={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;ai(e,r,[...si(e,r),i]),Na(e,r,1,n),Da(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;ai(e,r,si(e,r).map(i=>i.id===n.id?n:i)),Da(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;ai(e,r,si(e,r).filter(o=>o.id!==i)),Na(e,r,-1,n)}},Ia={[fe.SEARCHES]:"savedSearches",[fe.BOOKMARKS]:"bookmarks",[fe.BOOKS]:void 0,[fe.COLLECTIONS]:void 0},si=(e,t)=>{var r;let n=Ia[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},ai=(e,t,r)=>{let n=Ia[t];n&&(e[n]=r)},Na=(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 o=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,o+r)}},Da=(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)},X=Jr.FtReduxStore.get({name:Kc,reducers:Gc,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(fe).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),li=class{constructor(t=new Yr,r=new Xr){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=T.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new qr,this.savedSearchesService=new Gr,T.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=T.getState();(0,Jr.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(),X.actions.clearAssetCount(),X.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),X.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),X.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();X.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();X.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&X.getState().assetCounts.allAsset[t]!==r.count&&X.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&X.getState().assetCounts.bookmarkByMap[t]!==r.count&&X.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(X.getState().assetCounts.bookmarkByMap).length!==0;t===fe.BOOKMARKS&&r&&X.actions.clearBookmarkCountByMap(),X.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;X.actions.bookmarks(r)}}},qc=new li;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=qc);var ci=class{addCommand(t,r=!1){T.commands.add(t,r)}consumeCommand(t){return T.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new ci;var he=v(_());var Ma,Ut=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},Yc=Symbol("clearAfterUnitTest"),Zr=class extends(0,he.withEventBus)(le){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Ma]=()=>{this.defaultMessages={},this.cache=new he.CacheRegistry,this.listeners={}},this.currentUiLocale=T.getState().uiLocale,T.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=T.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let r=t.name.toLowerCase();this.cache.setFinal(r,t),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,r){var n;if(t=t.toLowerCase(),r&&Object.keys(r).length>0){let i={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...r};(0,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 o=t.toLowerCase(),s=this.resolveContext(o);return new he.ParametrizedLabelResolver((i=this.defaultMessages[o])!==null&&i!==void 0?i:{},s).resolve(r,...n)}async fetchContext(t){let r=!this.cache.has(t),n;try{n=await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),r&&await this.notify(t)}catch(i){!(i instanceof 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 Ut({loadedContexts:t})),this.dispatchEvent(new Ut({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new Ut({loadedContexts:[t]})),this.dispatchEvent(new Ut({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,he.delay)(0).then(()=>n()).catch(()=>null)))}};Ma=Yc;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Zr{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Zr{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var ur=window.FluidTopicsI18nService,ui=window.FluidTopicsCustomI18nService;var ka=v(_()),di=class{highlightHtml(t,r,n){(0,ka.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new di;var Ua=v(_());var pi=class{isDate(t){var r,n,i,o;return(o=(i=((n=(r=T.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(a=>a.key===t))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1}format(t,r){var n,i,o,s;if(t==null)return"";try{return Ua.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:T.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(o=r?.withTime)!==null&&o!==void 0?o:!1,(s=r?.onlyTime)!==null&&s!==void 0?s:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new pi;var $a=v(_());var dr=class{static get(t,r){var n,i,o,s;let a=T.getState(),{lang:l,region:c}=(o=(i=(n=a.localesConfiguration)===null||n===void 0?void 0:n.defaultLocales)===null||i===void 0?void 0:i.defaultContentLocale)!==null&&o!==void 0?o:{lang:"en",region:"US"};return new $a.SearchPlaceConverter(a.baseUrl,t??20,(s=a.localesConfiguration)===null||s===void 0?void 0:s.allLanguagesAllowed,r??`${l}-${c}`)}};var fi=class{urlToSearchRequest(t){return dr.get().parse(t)}searchRequestToUrl(t){return dr.get().serialize(t)}};window.FluidTopicsUrlService=new fi;var De=v(_());var lt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};lt.eventName="change";var hi=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))}},Ba=new hi;var Qr=class e extends De.WithEventBus{static build(){return new e(window.history,Ba,()=>window.location,!1)}constructor(t,r,n,i){var o,s;super(),this.history=t,this.historyStorage=r,this.windowLocation=n,this.states=[],this.realPushState=t.pushState,this.realReplaceState=t.replaceState,this.initialIndex=(s=(o=t.state)===null||o===void 0?void 0:o.index)!==null&&s!==void 0?s:t.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(i)}setCurrentState(t,r=!1){let n=r&&this.currentIndex===t.index-1;this.currentState={...this.buildCurrentState(),...t},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,n&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,De.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new lt(this.currentItem())),0)}installProxies(){let t=r=>(n,i,[o,s,a])=>{let l=r(),c={...l===this.currentIndex?this.currentState:void 0,...o,index:l,href:typeof a=="string"?a:(a??this.windowLocation()).href};n.apply(i,[c,s,a]),this.setCurrentState(c,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:t(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:t(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",t=>this.setCurrentState(t.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(t){for(let r=this.history.length-1;r>=0;r--)t?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(t){var r;let n={...this.buildCurrentState(),...t,index:this.currentIndex,title:(r=t?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(t){this.addEventListener(lt.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(lt.eventName,t)}currentItem(){return(0,De.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,De.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,De.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,De.deepCopy)(this.states[t])}nextMajorPosition(){let t=this.currentIndex;if(!(t>=this.states.length)){do t++;while(t<this.states.length&&!this.isDifferentMajorState(t));return this.getHigherPositionInTheSameState(t)}}getHigherPositionInTheSameState(t){var r;let n=(r=this.states[t])===null||r===void 0?void 0:r.majorStateId;if(!n)return t;let i=t,o=t+1;for(;this.states.length>o&&!this.isDifferentMajorState(o,n);)this.hasState(o)&&(i=o),o++;return i}buildCurrentState(){var t,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(t=this.history.state)===null||t===void 0?void 0:t.title)!==null&&r!==void 0?r:document.title}}hasState(t){return this.states[t]!=null}isDifferentMajorState(t,r){var n;if(!this.hasState(t))return!1;let i=r??this.currentState.majorStateId,o=(n=this.states[t])===null||n===void 0?void 0:n.majorStateId;return o==null||o!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=Qr.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 Ha=v(F());var ja=Ha.css`
|
|
314
|
-
`;var
|
|
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()),ne=h(ee()),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)}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 G=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.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=>
|
|
317
|
-
`;var
|
|
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;G([(0,ne.property)()],k.prototype,"baseUrl",void 0);G([(0,ne.property)()],k.prototype,"tenantId",void 0);G([(0,ne.property)()],k.prototype,"apiIntegrationIdentifier",void 0);G([(0,ne.property)()],k.prototype,"apiIntegrationAppVersion",void 0);G([(0,ne.property)()],k.prototype,"uiLocale",void 0);G([(0,ot.jsonProperty)(null)],k.prototype,"availableUiLocales",void 0);G([(0,ot.jsonProperty)(null)],k.prototype,"metadataConfiguration",void 0);G([(0,ne.property)({type:Boolean})],k.prototype,"editorMode",void 0);G([(0,ne.property)({type:Boolean})],k.prototype,"noCustom",void 0);G([(0,ne.property)({type:Boolean})],k.prototype,"openExternalDocumentInNewTab",void 0);G([(0,ne.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],k.prototype,"noCustomComponent",void 0);G([(0,ne.property)({type:Boolean})],k.prototype,"withManualResources",void 0);G([(0,ne.property)({type:Boolean})],k.prototype,"navigatorOnline",void 0);G([(0,ne.property)({type:Boolean})],k.prototype,"forcedOffline",void 0);G([(0,ne.property)({type:Boolean})],k.prototype,"authenticationRequired",void 0);G([(0,ot.jsonProperty)([])],k.prototype,"messageContexts",void 0);G([(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(ee());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 Su=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,Su([(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)}},_u=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(ee()),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>
|
|
321
|
-
`}update(t){var r;super.update(t),["context","key","defaultMessage"].some(n=>t.has(n))&&this.context&&this.key&&this.addI18nContext(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};
|
|
321
|
+
`}update(t){var r;super.update(t),["context","key","defaultMessage"].some(n=>t.has(n))&&this.context&&this.key&&this.addI18nContext(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};Ee.elementDefinitions={};Ee.styles=pl;dr([(0,vn.redux)()],Ee.prototype,"editorMode",void 0);dr([(0,gn.property)()],Ee.prototype,"context",void 0);dr([(0,gn.property)()],Ee.prototype,"key",void 0);dr([(0,vn.jsonProperty)([])],Ee.prototype,"args",void 0);dr([(0,gn.property)()],Ee.prototype,"defaultMessage",void 0);var hl=h(T());var fl={"ft-i18n":Ee};(0,hl.customElements)(fl);var Ae=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},z=class extends hn{constructor(){super(...arguments),this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.ignoreMatchingElements=[],this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new me.Debouncer,this.revealDebouncer=new me.Debouncer,this.onTouch=t=>{this.isIgnored(t)||(this.show(),setTimeout(()=>window.addEventListener("touchstart",r=>{r.composedPath().includes(this.container)||this.onOut(r)},{once:!0}),100))},this.onHover=t=>{this.isIgnored(t)?this.matchesIgnored(t)&&this.hide():this.show()},this.onFocusIn=t=>{!this.isIgnored(t)&&window.FluidTopicsA11yHints.isKeyboardNavigation&&window.FluidTopicsA11yHints.lastPressedKey==="Tab"&&this.show()},this.onOut=t=>{this.isIgnored(t)||(this.revealDebouncer.cancel(),this.hide())},this.onClick=t=>{this.isIgnored(t)||(this.revealDebouncer.cancel(),this.hide())}}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){var t,r;return ml.html`
|
|
322
322
|
<div part="container"
|
|
323
323
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
|
|
324
324
|
<slot part="slot"></slot>
|
|
@@ -327,13 +327,13 @@
|
|
|
327
327
|
popover="manual">
|
|
328
328
|
<div part="tooltip-content" class="ft-tooltip--content">
|
|
329
329
|
<slot name="text"></slot>
|
|
330
|
-
<ft-typography variant="${
|
|
330
|
+
<ft-typography variant="${Ie.caption}" ?hidden=${!(!((t=this.text)===null||t===void 0)&&t.message)}>
|
|
331
331
|
${(r=this.text)===null||r===void 0?void 0:r.message}
|
|
332
332
|
</ft-typography>
|
|
333
333
|
</div>
|
|
334
334
|
</div>
|
|
335
335
|
</div>
|
|
336
|
-
`}setupFor(t){this.eventsTarget!==t&&(this.removeHandlers(),this.eventsTarget=t,this.eventsTarget.addEventListener("mouseover",this.onHover,{passive:!0}),this.eventsTarget.addEventListener("mouseleave",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("focusin",this.onFocusIn,{passive:!0}),this.eventsTarget.addEventListener("focusout",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("touchstart",this.onTouch,{passive:!0}),this.eventsTarget.addEventListener("click",this.onClick,{passive:!0}))}removeHandlers(){this.eventsTarget&&(this.eventsTarget.removeEventListener("mouseover",this.onHover),this.eventsTarget.removeEventListener("mouseleave",this.onOut),this.eventsTarget.removeEventListener("focusin",this.onFocusIn),this.eventsTarget.removeEventListener("focusout",this.onOut),this.eventsTarget.removeEventListener("touchstart",this.onTouch),this.eventsTarget.removeEventListener("click",this.onClick),this.eventsTarget=void 0)}defaultSetup(){this.container&&this.setupFor(this.container)}updated(t){var r,n;t.has("visible")&&(this.visible?(this.resetTooltipContent(),(r=this.tooltip)===null||r===void 0||r.showPopover()):(n=this.tooltip)===null||n===void 0||n.hidePopover()),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some(r=>t.has(r))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(t){this.visible=!0,t!=null&&await this.hideDebounce.run(()=>{this.hide()},t)}async showTemporaryText(t,r){let n=this.manual;this.manual=!0;let i=this.text;this.text={message:t},await this.show(r),this.text=i,this.manual=n}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var t;return((t=this.slotNodes)!==null&&t!==void 0?t:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&
|
|
336
|
+
`}setupFor(t){this.eventsTarget!==t&&(this.removeHandlers(),this.eventsTarget=t,this.eventsTarget.addEventListener("mouseover",this.onHover,{passive:!0}),this.eventsTarget.addEventListener("mouseleave",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("focusin",this.onFocusIn,{passive:!0}),this.eventsTarget.addEventListener("focusout",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("touchstart",this.onTouch,{passive:!0}),this.eventsTarget.addEventListener("click",this.onClick,{passive:!0}))}removeHandlers(){this.eventsTarget&&(this.eventsTarget.removeEventListener("mouseover",this.onHover),this.eventsTarget.removeEventListener("mouseleave",this.onOut),this.eventsTarget.removeEventListener("focusin",this.onFocusIn),this.eventsTarget.removeEventListener("focusout",this.onOut),this.eventsTarget.removeEventListener("touchstart",this.onTouch),this.eventsTarget.removeEventListener("click",this.onClick),this.eventsTarget=void 0)}defaultSetup(){this.container&&this.setupFor(this.container)}updated(t){var r,n;t.has("visible")&&(this.visible?(this.resetTooltipContent(),(r=this.tooltip)===null||r===void 0||r.showPopover()):(n=this.tooltip)===null||n===void 0||n.hidePopover()),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some(r=>t.has(r))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(t){this.visible=!0,t!=null&&await this.hideDebounce.run(()=>{this.hide()},t)}async showTemporaryText(t,r){let n=this.manual;this.manual=!0;let i=this.text;this.text={message:t},await this.show(r),this.text=i,this.manual=n}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var t;return((t=this.slotNodes)!==null&&t!==void 0?t:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&no(this.slottedElement,this.tooltip,{placement:this.position,strategy:"fixed"}).then(({x:t,y:r})=>{this.tooltip&&(this.tooltip.style.transform=`translate(${t}px,${r}px)`)}),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${me.designSystemVariables.transitionDuration}, left ${me.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}matchesIgnored(t){return(0,me.eventPathContainsMatchingElement)(t,this.ignoreMatchingElements,this.eventsTarget)}isIgnored(t){return this.manual||this.matchesIgnored(t)}};z.elementDefinitions={"ft-typography":se};z.styles=Rs;Ae([ul()],z.prototype,"text",void 0);Ae([(0,ye.property)({type:Boolean})],z.prototype,"manual",void 0);Ae([(0,ye.property)({type:Boolean})],z.prototype,"inline",void 0);Ae([(0,me.numberProperty)()],z.prototype,"delay",void 0);Ae([(0,ye.property)()],z.prototype,"position",void 0);Ae([(0,me.jsonProperty)([])],z.prototype,"ignoreMatchingElements",void 0);Ae([(0,ye.queryAssignedNodes)()],z.prototype,"slotNodes",void 0);Ae([(0,ye.query)(".ft-tooltip--container")],z.prototype,"container",void 0);Ae([(0,ye.query)(".ft-tooltip")],z.prototype,"tooltip",void 0);Ae([(0,ye.query)(".ft-tooltip--content")],z.prototype,"tooltipContent",void 0);Ae([(0,ye.state)()],z.prototype,"visible",void 0);var gl=h(T());var yl={"ft-tooltip":z};(0,gl.customElements)(yl);var vl=h(j()),pr=h(T()),at={color:pr.FtCssVariableFactory.extend("--ft-loader-color","",pr.designSystemVariables.colorPrimary),size:pr.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},xl=vl.css`
|
|
337
337
|
:host {
|
|
338
338
|
line-height: 0;
|
|
339
339
|
}
|
|
@@ -342,8 +342,8 @@
|
|
|
342
342
|
display: inline-block;
|
|
343
343
|
position: relative;
|
|
344
344
|
|
|
345
|
-
width: ${
|
|
346
|
-
height: ${
|
|
345
|
+
width: ${at.size};
|
|
346
|
+
height: ${at.size};
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
.ft-loader div {
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
width: 25%;
|
|
353
353
|
height: 25%;
|
|
354
354
|
border-radius: 50%;
|
|
355
|
-
background: ${
|
|
355
|
+
background: ${at.color};
|
|
356
356
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
357
357
|
}
|
|
358
358
|
|
|
@@ -399,17 +399,17 @@
|
|
|
399
399
|
transform: translate(0, 0);
|
|
400
400
|
}
|
|
401
401
|
100% {
|
|
402
|
-
transform: translate(calc(0.35 * ${
|
|
402
|
+
transform: translate(calc(0.35 * ${at.size}), 0);
|
|
403
403
|
}
|
|
404
404
|
}
|
|
405
|
-
`;var
|
|
405
|
+
`;var bl=h(j()),El=h(T());var lt=class extends El.FtLitElement{render(){return bl.html`
|
|
406
406
|
<div class="ft-loader">
|
|
407
407
|
<div></div>
|
|
408
408
|
<div></div>
|
|
409
409
|
<div></div>
|
|
410
410
|
<div></div>
|
|
411
411
|
</div>
|
|
412
|
-
`}};
|
|
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(ee());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%;
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
box-shadow: 0px 0px 0px transparent;
|
|
421
421
|
border: 0px solid transparent;
|
|
422
422
|
text-shadow: 0px 0px 0px transparent;
|
|
423
|
-
font-size: ${
|
|
423
|
+
font-size: ${I.fontSize};
|
|
424
424
|
text-decoration: none;
|
|
425
425
|
}
|
|
426
426
|
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
}
|
|
441
441
|
|
|
442
442
|
.ft-button:focus-visible {
|
|
443
|
-
outline: 2px solid ${
|
|
443
|
+
outline: 2px solid ${S.designSystemVariables.colorPrimary};
|
|
444
444
|
outline-offset: 2px;
|
|
445
445
|
}
|
|
446
446
|
|
|
@@ -454,31 +454,31 @@
|
|
|
454
454
|
border: none;
|
|
455
455
|
pointer-events: auto;
|
|
456
456
|
|
|
457
|
-
--button-internal-line-height: max(calc(${
|
|
458
|
-
--button-internal-color: ${
|
|
459
|
-
${(0,
|
|
460
|
-
${(0,
|
|
461
|
-
${(0,
|
|
457
|
+
--button-internal-line-height: max(calc(${I.fontSize} + 2px), ${I.iconSize});
|
|
458
|
+
--button-internal-color: ${I.color};
|
|
459
|
+
${(0,S.setVariable)(oe.size,I.iconSize)};
|
|
460
|
+
${(0,S.setVariable)(X.color,I.rippleColor)};
|
|
461
|
+
${(0,S.setVariable)(X.borderRadius,I.borderRadius)};
|
|
462
462
|
|
|
463
|
-
border-radius: ${
|
|
464
|
-
padding: ${
|
|
465
|
-
background-color: ${
|
|
463
|
+
border-radius: ${I.borderRadius};
|
|
464
|
+
padding: ${I.verticalPadding} ${I.horizontalPadding};
|
|
465
|
+
background-color: ${I.backgroundColor};
|
|
466
466
|
color: var(--button-internal-color);
|
|
467
467
|
}
|
|
468
468
|
|
|
469
469
|
.ft-button.ft-button--outlined {
|
|
470
470
|
border: 1px solid var(--button-internal-color);
|
|
471
|
-
padding: calc(${
|
|
471
|
+
padding: calc(${I.verticalPadding} - 1px) calc(${I.horizontalPadding} - 1px);
|
|
472
472
|
}
|
|
473
473
|
|
|
474
474
|
.ft-button.ft-button--dense {
|
|
475
|
-
padding: ${
|
|
476
|
-
border-radius: ${
|
|
477
|
-
${(0,
|
|
475
|
+
padding: ${Te.verticalPadding} ${Te.horizontalPadding};
|
|
476
|
+
border-radius: ${Te.borderRadius};
|
|
477
|
+
${(0,S.setVariable)(X.borderRadius,Te.borderRadius)};
|
|
478
478
|
}
|
|
479
479
|
|
|
480
480
|
.ft-button.ft-button--dense.ft-button--outlined {
|
|
481
|
-
padding: calc(${
|
|
481
|
+
padding: calc(${Te.verticalPadding} - 1px) calc(${Te.horizontalPadding} - 1px);
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
.ft-button:not([disabled]):hover {
|
|
@@ -486,22 +486,22 @@
|
|
|
486
486
|
}
|
|
487
487
|
|
|
488
488
|
.ft-button--round {
|
|
489
|
-
border-radius: calc(var(--button-internal-line-height) / 2 + ${
|
|
489
|
+
border-radius: calc(var(--button-internal-line-height) / 2 + ${I.verticalPadding});
|
|
490
490
|
}
|
|
491
491
|
|
|
492
492
|
.ft-button--round.ft-button--dense {
|
|
493
|
-
border-radius: calc(var(--button-internal-line-height) / 2 + ${
|
|
493
|
+
border-radius: calc(var(--button-internal-line-height) / 2 + ${Te.verticalPadding});
|
|
494
494
|
}
|
|
495
495
|
|
|
496
496
|
.ft-button[disabled] {
|
|
497
497
|
filter: grayscale(1);
|
|
498
|
-
opacity: ${
|
|
498
|
+
opacity: ${I.opacityDisabled};
|
|
499
499
|
}
|
|
500
500
|
|
|
501
501
|
.ft-button.ft-button--primary {
|
|
502
|
-
background-color: ${
|
|
503
|
-
--button-internal-color: ${
|
|
504
|
-
${(0,
|
|
502
|
+
background-color: ${_i.backgroundColor};
|
|
503
|
+
--button-internal-color: ${_i.color};
|
|
504
|
+
${(0,S.setVariable)(X.color,_i.rippleColor)};
|
|
505
505
|
}
|
|
506
506
|
|
|
507
507
|
.ft-button--label {
|
|
@@ -510,13 +510,13 @@
|
|
|
510
510
|
white-space: nowrap;
|
|
511
511
|
text-overflow: ellipsis;
|
|
512
512
|
display: block;
|
|
513
|
-
margin: 0 ${
|
|
514
|
-
${(0,
|
|
515
|
-
${(0,
|
|
513
|
+
margin: 0 ${I.iconPadding};
|
|
514
|
+
${(0,S.setVariable)(Se.fontSize,"1em")};
|
|
515
|
+
${(0,S.setVariable)(Se.lineHeight,"var(--button-internal-line-height)")};
|
|
516
516
|
}
|
|
517
517
|
|
|
518
518
|
.ft-button--dense .ft-button--label {
|
|
519
|
-
margin: 0 ${
|
|
519
|
+
margin: 0 ${Te.iconPadding};
|
|
520
520
|
}
|
|
521
521
|
|
|
522
522
|
.ft-button--label.ft-button--label-no-text {
|
|
@@ -529,13 +529,13 @@
|
|
|
529
529
|
}
|
|
530
530
|
|
|
531
531
|
.ft-button--label[hidden] + [part="icon"] {
|
|
532
|
-
margin: 0 calc(${
|
|
533
|
-
padding: 0 ${
|
|
532
|
+
margin: 0 calc(${I.horizontalPadding} * -1);
|
|
533
|
+
padding: 0 ${I.verticalPadding};
|
|
534
534
|
}
|
|
535
535
|
|
|
536
536
|
.ft-button--dense .ft-button--label[hidden] + [part="icon"] {
|
|
537
|
-
margin: 0 calc(${
|
|
538
|
-
padding: 0 ${
|
|
537
|
+
margin: 0 calc(${Te.horizontalPadding} * -1);
|
|
538
|
+
padding: 0 ${Te.verticalPadding};
|
|
539
539
|
}
|
|
540
540
|
|
|
541
541
|
.ft-button:not(.ft-button--trailing-icon) [part="label"] {
|
|
@@ -543,51 +543,51 @@
|
|
|
543
543
|
}
|
|
544
544
|
|
|
545
545
|
ft-loader {
|
|
546
|
-
${(0,
|
|
547
|
-
${(0,
|
|
546
|
+
${(0,S.setVariable)(at.size,I.iconSize)};
|
|
547
|
+
${(0,S.setVariable)(at.color,"var(--button-internal-color)")};
|
|
548
548
|
}
|
|
549
|
-
`;var
|
|
549
|
+
`;var D=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},R=class e extends(0,Oe.toFtFormComponent)(Oe.FtLitElement){get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}constructor(){super(),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1,this.disabled=!1,this.icon=void 0,this.trailingIcon=!1,this.type="button",this.href=void 0,this.target=void 0,this.loading=!1,this.ariaLabel=null,this.ariaHasPopup=null,this.ariaPressed=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.activated=!1,this.hasTextContent=!1,this.addEventListener("click",t=>{var r;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){var t,r,n;let i={"ft-button--label":!0,"ft-safari-ellipsis-fix":Oe.isSafari,"ft-button--label-no-text":!this.hasTextContent},s=We.html`
|
|
550
550
|
<ft-ripple part="ripple"
|
|
551
551
|
?disabled=${this.isDisabled()}
|
|
552
552
|
?activated=${this.activated}
|
|
553
553
|
></ft-ripple>
|
|
554
554
|
<ft-typography part="label"
|
|
555
|
-
variant="${
|
|
555
|
+
variant="${Ie.button}"
|
|
556
556
|
element="span"
|
|
557
|
-
class="${(0,
|
|
557
|
+
class="${(0,xn.classMap)(i)}">
|
|
558
558
|
<slot></slot>
|
|
559
559
|
</ft-typography>
|
|
560
560
|
${this.resolveIcon()}
|
|
561
|
-
`,
|
|
562
|
-
<a href="${
|
|
561
|
+
`,o=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(o?We.html`
|
|
562
|
+
<a href="${o}"
|
|
563
563
|
target="${(t=this.target)!==null&&t!==void 0?t:"_self"}"
|
|
564
564
|
part="button"
|
|
565
|
-
class="${(0,
|
|
566
|
-
aria-label="${
|
|
565
|
+
class="${(0,xn.classMap)(this.buttonClasses)}"
|
|
566
|
+
aria-label="${fr((r=this.ariaLabel)!==null&&r!==void 0?r:this.label)}"
|
|
567
567
|
?disabled=${this.isDisabled()}>
|
|
568
|
-
${
|
|
568
|
+
${s}
|
|
569
569
|
</a>
|
|
570
|
-
`:
|
|
570
|
+
`:We.html`
|
|
571
571
|
<button part="button"
|
|
572
|
-
class="${(0,
|
|
573
|
-
aria-label="${
|
|
574
|
-
aria-haspopup="${
|
|
575
|
-
aria-pressed="${
|
|
572
|
+
class="${(0,xn.classMap)(this.buttonClasses)}"
|
|
573
|
+
aria-label="${fr((n=this.ariaLabel)!==null&&n!==void 0?n:this.label)}"
|
|
574
|
+
aria-haspopup="${fr(this.ariaHasPopup)}"
|
|
575
|
+
aria-pressed="${fr(this.ariaPressed)}"
|
|
576
576
|
?disabled=${this.isDisabled()}>
|
|
577
|
-
${
|
|
577
|
+
${s}
|
|
578
578
|
</button>
|
|
579
|
-
`)}addTooltipIfNeeded(t){return this.label&&this.label.trim().length>0&&(this.forceTooltip||!this.hasTextContent&&!this.hideTooltip)?
|
|
579
|
+
`)}addTooltipIfNeeded(t){return this.label&&this.label.trim().length>0&&(this.forceTooltip||!this.hasTextContent&&!this.hideTooltip)?We.html`
|
|
580
580
|
<ft-tooltip part="tooltip"
|
|
581
581
|
text="${this.label}"
|
|
582
582
|
position="${this.tooltipPosition}">
|
|
583
583
|
${t}
|
|
584
584
|
</ft-tooltip>
|
|
585
|
-
`:t}resolveIcon(){return this.loading?
|
|
586
|
-
<ft-loader part="loader icon"></ft-loader> `:this.icon?
|
|
585
|
+
`:t}resolveIcon(){return this.loading?We.html`
|
|
586
|
+
<ft-loader part="loader icon"></ft-loader> `:this.icon?We.html`
|
|
587
587
|
<ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
|
|
588
|
-
`:
|
|
588
|
+
`:We.html`
|
|
589
589
|
<slot part="icon" name="icon"></slot>
|
|
590
|
-
`}focus(){var t;(t=this.button)===null||t===void 0||t.focus()}showTooltip(){var t;(t=this.tooltip)===null||t===void 0||t.show()}showTemporaryTooltip(t,r){var n;return(n=this.tooltip)===null||n===void 0?void 0:n.showTemporaryText(t,r)}setTooltipManual(t){this.tooltip&&(this.tooltip.manual=t)}click(){var t;(t=this.button)===null||t===void 0||t.click()}isDisabled(){return this.disabled||this.loading}contentAvailableCallback(t){super.contentAvailableCallback(t),this.labelContainer&&e.labelsObserver.observe(this.labelContainer)}disconnectedCallback(){super.disconnectedCallback(),this.labelContainer&&e.labelsObserver.unobserve(this.labelContainer)}};R.elementDefinitions={"ft-ripple":
|
|
590
|
+
`}focus(){var t;(t=this.button)===null||t===void 0||t.focus()}showTooltip(){var t;(t=this.tooltip)===null||t===void 0||t.show()}showTemporaryTooltip(t,r){var n;return(n=this.tooltip)===null||n===void 0?void 0:n.showTemporaryText(t,r)}setTooltipManual(t){this.tooltip&&(this.tooltip.manual=t)}click(){var t;(t=this.button)===null||t===void 0||t.click()}isDisabled(){return this.disabled||this.loading}contentAvailableCallback(t){super.contentAvailableCallback(t),this.labelContainer&&e.labelsObserver.observe(this.labelContainer)}disconnectedCallback(){super.disconnectedCallback(),this.labelContainer&&e.labelsObserver.unobserve(this.labelContainer)}};R.elementDefinitions={"ft-ripple":M,"ft-tooltip":z,"ft-icon":J,"ft-loader":lt,"ft-typography":se};R.styles=[Oe.safariEllipsisFix,Tl,Oe.noTextSelect];R.labelsObserver=new IntersectionObserver(e=>{for(let t of e){let r=t.target.getRootNode();r.host?r.host.hasTextContent=t.boundingClientRect.width>0:R.labelsObserver.unobserve(t.target)}});D([(0,N.property)({type:Boolean})],R.prototype,"primary",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"outlined",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"dense",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"round",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"disabled",void 0);D([(0,N.property)()],R.prototype,"icon",void 0);D([(0,N.property)()],R.prototype,"iconVariant",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"trailingIcon",void 0);D([(0,N.property)()],R.prototype,"label",void 0);D([(0,N.property)()],R.prototype,"type",void 0);D([(0,N.property)()],R.prototype,"href",void 0);D([(0,N.property)()],R.prototype,"target",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"loading",void 0);D([(0,N.property)({attribute:"aria-label"})],R.prototype,"ariaLabel",void 0);D([(0,N.property)()],R.prototype,"ariaHasPopup",void 0);D([(0,N.property)({attribute:"aria-pressed"})],R.prototype,"ariaPressed",void 0);D([(0,N.property)()],R.prototype,"tooltipPosition",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"hideTooltip",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"forceTooltip",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"activated",void 0);D([(0,N.query)(".ft-button")],R.prototype,"button",void 0);D([(0,N.query)(".ft-button--label")],R.prototype,"labelContainer",void 0);D([(0,N.state)()],R.prototype,"hasTextContent",void 0);D([(0,N.query)(".ft-button--label slot")],R.prototype,"slottedContent",void 0);D([(0,N.query)("[part=tooltip]")],R.prototype,"tooltip",void 0);var Rl=h(T());var Ol={"ft-button":R};(0,Rl.customElements)(Ol);var Ll=w.FtCssVariableFactory.extend("--ft-chip-color","",w.designSystemVariables.colorOnSurface),ie={backgroundColor:w.FtCssVariableFactory.extend("--ft-chip-background-color","",w.designSystemVariables.colorSurface),color:Ll,fontSize:w.FtCssVariableFactory.extend("--ft-chip-font-size","",de.fontSize),fontWeight:w.FtCssVariableFactory.extend("--ft-chip-font-weight","",de.fontWeight),iconSize:w.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),borderRadius:w.FtCssVariableFactory.create("--ft-chip-border-radius","","SIZE",""),rippleColor:w.FtCssVariableFactory.extend("--ft-chip-ripple-color","",Ll),horizontalPadding:w.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:w.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),borderColor:w.FtCssVariableFactory.extend("--ft-chip-border-color","",w.designSystemVariables.colorOutline),opacityDisabled:w.FtCssVariableFactory.external(w.designSystemVariables.colorOpacityDisabled,"Design system")},Nl=w.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",w.FtCssVariableFactory.extend("--ft-chip-color","",w.designSystemVariables.colorOnPrimary)),Ci={backgroundColor:w.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",w.FtCssVariableFactory.extend("--ft-chip-background-color","",w.designSystemVariables.colorPrimary)),color:Nl,rippleColor:w.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",Nl)},Pl={horizontalPadding:w.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),verticalPadding:w.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px")},Dl=[w.noTextSelect,hr.css`
|
|
591
591
|
:host {
|
|
592
592
|
display: inline-block;
|
|
593
593
|
max-width: 100%;
|
|
@@ -603,21 +603,21 @@
|
|
|
603
603
|
box-sizing: border-box;
|
|
604
604
|
pointer-events: auto;
|
|
605
605
|
|
|
606
|
-
--chip-internal-font-size: ${
|
|
607
|
-
--chip-internal-font-weight: ${
|
|
606
|
+
--chip-internal-font-size: ${ie.fontSize};
|
|
607
|
+
--chip-internal-font-weight: ${ie.fontWeight};
|
|
608
608
|
--chip-internal-line-height: max(20px, calc(var(--chip-internal-font-size) + 2px));
|
|
609
|
-
${(0,w.setVariable)(
|
|
610
|
-
--chip-internal-vertical-padding: ${
|
|
611
|
-
--chip-internal-horizontal-padding: ${
|
|
609
|
+
${(0,w.setVariable)(oe.size,ie.iconSize)};
|
|
610
|
+
--chip-internal-vertical-padding: ${ie.verticalPadding};
|
|
611
|
+
--chip-internal-horizontal-padding: ${ie.horizontalPadding};
|
|
612
612
|
--chip-internal-icon-padding: 3px;
|
|
613
|
-
--chip-internal-content-height: max(var(--chip-internal-line-height), ${
|
|
613
|
+
--chip-internal-content-height: max(var(--chip-internal-line-height), ${ie.iconSize});
|
|
614
614
|
|
|
615
|
-
border: 1px solid ${
|
|
616
|
-
color: ${
|
|
617
|
-
${(0,w.setVariable)(
|
|
618
|
-
border-radius: var(${(0,
|
|
615
|
+
border: 1px solid ${ie.borderColor};
|
|
616
|
+
color: ${ie.color};
|
|
617
|
+
${(0,w.setVariable)(X.color,ie.rippleColor)};
|
|
618
|
+
border-radius: var(${(0,hr.unsafeCSS)(ie.borderRadius.name)}, calc(var(--chip-internal-content-height) / 2 + var(--chip-internal-vertical-padding)));
|
|
619
619
|
padding: calc(var(--chip-internal-vertical-padding) - 1px) calc(var(--chip-internal-horizontal-padding) - 1px);
|
|
620
|
-
background-color: ${
|
|
620
|
+
background-color: ${ie.backgroundColor};
|
|
621
621
|
line-height: var(--chip-internal-content-height);
|
|
622
622
|
}
|
|
623
623
|
|
|
@@ -627,28 +627,28 @@
|
|
|
627
627
|
|
|
628
628
|
.ft-chip--dense {
|
|
629
629
|
--chip-internal-icon-padding: 3px;
|
|
630
|
-
--chip-internal-vertical-padding: ${
|
|
631
|
-
--chip-internal-horizontal-padding: ${
|
|
630
|
+
--chip-internal-vertical-padding: ${Pl.verticalPadding};
|
|
631
|
+
--chip-internal-horizontal-padding: ${Pl.horizontalPadding};
|
|
632
632
|
--chip-internal-line-height: max(16px, calc(var(--chip-internal-font-size) + 2px));
|
|
633
633
|
}
|
|
634
634
|
|
|
635
635
|
.ft-chip--no-content {
|
|
636
|
-
--chip-internal-horizontal-padding: ${
|
|
636
|
+
--chip-internal-horizontal-padding: ${ie.horizontalPadding.get(hr.css`var(--chip-internal-vertical-padding)`)};
|
|
637
637
|
}
|
|
638
638
|
|
|
639
639
|
.ft-chip--disabled {
|
|
640
640
|
cursor: default;
|
|
641
641
|
pointer-events: none;
|
|
642
642
|
filter: grayscale(1);
|
|
643
|
-
opacity: ${
|
|
643
|
+
opacity: ${ie.opacityDisabled};
|
|
644
644
|
}
|
|
645
645
|
|
|
646
646
|
.ft-chip--highlighted {
|
|
647
647
|
border: none;
|
|
648
648
|
padding: var(--chip-internal-vertical-padding) var(--chip-internal-horizontal-padding);
|
|
649
|
-
background-color: ${
|
|
650
|
-
${(0,w.setVariable)(
|
|
651
|
-
color: ${
|
|
649
|
+
background-color: ${Ci.backgroundColor};
|
|
650
|
+
${(0,w.setVariable)(X.color,Ci.rippleColor)};
|
|
651
|
+
color: ${Ci.color};
|
|
652
652
|
}
|
|
653
653
|
|
|
654
654
|
.ft-chip--clickable {
|
|
@@ -679,9 +679,9 @@
|
|
|
679
679
|
}
|
|
680
680
|
|
|
681
681
|
.ft-chip--icon-button {
|
|
682
|
-
${(0,w.setVariable)(
|
|
683
|
-
${(0,w.setVariable)(
|
|
684
|
-
${(0,w.setVariable)(
|
|
682
|
+
${(0,w.setVariable)(I.iconSize,ie.iconSize)};
|
|
683
|
+
${(0,w.setVariable)(I.horizontalPadding,"var(--chip-internal-icon-padding)")};
|
|
684
|
+
${(0,w.setVariable)(I.verticalPadding,"var(--chip-internal-icon-padding)")};
|
|
685
685
|
margin: calc((-1) * var(--chip-internal-icon-padding));
|
|
686
686
|
}
|
|
687
687
|
|
|
@@ -689,9 +689,9 @@
|
|
|
689
689
|
vertical-align: bottom;
|
|
690
690
|
display: block;
|
|
691
691
|
margin: 0 var(--chip-internal-horizontal-padding);
|
|
692
|
-
${(0,w.setVariable)(
|
|
693
|
-
${(0,w.setVariable)(
|
|
694
|
-
${(0,w.setVariable)(
|
|
692
|
+
${(0,w.setVariable)(de.fontSize,"var(--chip-internal-font-size)")};
|
|
693
|
+
${(0,w.setVariable)(de.fontWeight,"var(--chip-internal-font-weight)")};
|
|
694
|
+
${(0,w.setVariable)(de.lineHeight,"var(--chip-internal-content-height)")};
|
|
695
695
|
}
|
|
696
696
|
|
|
697
697
|
.ft-chip--safari-fix .ft-chip--label {
|
|
@@ -727,8 +727,8 @@
|
|
|
727
727
|
.ft-chip:not(.ft-chip--trailing-icon) .ft-chip--icon-button {
|
|
728
728
|
order: -1;
|
|
729
729
|
}
|
|
730
|
-
`];var
|
|
731
|
-
<div class="${(0,
|
|
730
|
+
`];var Q=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
|
+
<div class="${(0,Ml.classMap)(r)}"
|
|
732
732
|
aria-label="${this.getLabel()}"
|
|
733
733
|
tabindex="${this.interactionsOnChip?0:-1}"
|
|
734
734
|
@keyup=${this.onKeyUp}
|
|
@@ -739,7 +739,7 @@
|
|
|
739
739
|
</ft-typography>
|
|
740
740
|
${this.internalIcon?this.renderIcon():null}
|
|
741
741
|
</div>
|
|
742
|
-
`}get interactionsOnChip(){return this.clickable&&!this.disabled}get interactionsOnIcon(){return(this.iconClickable||this.removable)&&!this.disabled}renderIcon(){return this.interactionsOnIcon?
|
|
742
|
+
`}get interactionsOnChip(){return this.clickable&&!this.disabled}get interactionsOnIcon(){return(this.iconClickable||this.removable)&&!this.disabled}renderIcon(){return this.interactionsOnIcon?bn.html`
|
|
743
743
|
<ft-button round
|
|
744
744
|
class="ft-chip--icon-button"
|
|
745
745
|
@click=${this.onIconClick}
|
|
@@ -750,11 +750,11 @@
|
|
|
750
750
|
part="icon-button"
|
|
751
751
|
?hideTooltip=${this.hideIconTooltip}
|
|
752
752
|
></ft-button>
|
|
753
|
-
`:
|
|
753
|
+
`:bn.html`
|
|
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
|
|
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;Q([(0,q.property)({type:Boolean})],B.prototype,"highlighted",void 0);Q([(0,q.property)({type:Boolean})],B.prototype,"removable",void 0);Q([(0,q.property)({type:Boolean})],B.prototype,"disabled",void 0);Q([(0,q.property)({type:Boolean})],B.prototype,"clickable",void 0);Q([(0,q.property)({type:Boolean})],B.prototype,"iconClickable",void 0);Q([(0,q.property)({type:Boolean})],B.prototype,"dense",void 0);Q([(0,q.property)({type:Boolean})],B.prototype,"multiLine",void 0);Q([(0,q.property)()],B.prototype,"label",void 0);Q([(0,q.property)()],B.prototype,"iconLabel",void 0);Q([(0,q.property)({type:Boolean})],B.prototype,"hideIconTooltip",void 0);Q([(0,q.property)()],B.prototype,"icon",void 0);Q([(0,q.property)()],B.prototype,"iconVariant",void 0);Q([(0,q.property)({type:Boolean})],B.prototype,"trailingIcon",void 0);Q([(0,q.property)()],B.prototype,"typographyVariant",void 0);Q([(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:
|