@fluid-topics/ft-search-saved-searches 2.1.23 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ft-search-saved-searches.light.js +245 -247
- package/build/ft-search-saved-searches.min.js +269 -271
- package/package.json +5 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";(()=>{var
|
|
1
|
+
"use strict";(()=>{var Lc=Object.create;var ls=Object.defineProperty;var Nc=Object.getOwnPropertyDescriptor;var Pc=Object.getOwnPropertyNames;var Mc=Object.getPrototypeOf,Dc=Object.prototype.hasOwnProperty;var wt=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}};var kc=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Pc(t))!Dc.call(e,i)&&i!==r&&ls(e,i,{get:()=>t[i],enumerable:!(n=Nc(t,i))||n.enumerable});return e};var f=(e,t,r)=>(r=e!=null?Lc(Mc(e)):{},kc(t||!e||!e.__esModule?ls(r,"default",{value:e,enumerable:!0}):r,e));var E=wt((xd,cs)=>{cs.exports=ftGlobals.wcUtils});var F=wt((bd,us)=>{us.exports=ftGlobals.lit});var Z=wt((Sd,ds)=>{ds.exports=ftGlobals.litDecorators});var Jt=wt((Cd,ps)=>{ps.exports=ftGlobals.litClassMap});var po=wt((bp,uo)=>{uo.exports=ftGlobals.litUnsafeHTML});var Sc=wt((ex,bc)=>{bc.exports=ftGlobals.litRepeat});var Tc=f(E());var we=f(F()),Ur=f(Z());function xe(e,t,r){return e?t(e):r?.(e)}var ge=f(E());var vc=f(F()),S=f(E());var sr=f(F()),ct=f(Z()),io=f(E());var bs=f(F()),J=f(Z()),Ss=f(Jt()),er=f(E());var vs=f(F()),q=f(E()),fs=q.FtCssVariableFactory.extend("--ft-ripple-color","",q.designSystemVariables.colorContent),W={color:fs,backgroundColor:q.FtCssVariableFactory.extend("--ft-ripple-background-color","",fs),opacityContentOnSurfacePressed:q.FtCssVariableFactory.external(q.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:q.FtCssVariableFactory.external(q.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:q.FtCssVariableFactory.external(q.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:q.FtCssVariableFactory.external(q.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:q.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},hs=q.FtCssVariableFactory.extend("--ft-ripple-color","",q.designSystemVariables.colorPrimary),ms={color:hs,backgroundColor:q.FtCssVariableFactory.extend("--ft-ripple-background-color","",hs)},ys=q.FtCssVariableFactory.extend("--ft-ripple-color","",q.designSystemVariables.colorSecondary),gs={color:ys,backgroundColor:q.FtCssVariableFactory.extend("--ft-ripple-background-color","",ys)},xs=vs.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: ${W.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: ${W.backgroundColor};
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.ft-ripple .ft-ripple--effect {
|
|
52
|
-
background-color: ${
|
|
52
|
+
background-color: ${W.color};
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
56
|
-
background-color: ${
|
|
56
|
+
background-color: ${gs.backgroundColor};
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
60
|
-
background-color: ${
|
|
60
|
+
background-color: ${gs.color};
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
64
|
-
background-color: ${
|
|
64
|
+
background-color: ${ms.backgroundColor};
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
68
|
-
background-color: ${
|
|
68
|
+
background-color: ${ms.color};
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
.ft-ripple .ft-ripple--background {
|
|
@@ -95,44 +95,44 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
98
|
-
opacity: ${
|
|
98
|
+
opacity: ${W.opacityContentOnSurfaceHover};
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
102
|
-
opacity: ${
|
|
102
|
+
opacity: ${W.opacityContentOnSurfaceSelected};
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
106
|
-
opacity: ${
|
|
106
|
+
opacity: ${W.opacityContentOnSurfaceFocused};
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
110
|
-
opacity: ${
|
|
110
|
+
opacity: ${W.opacityContentOnSurfacePressed};
|
|
111
111
|
transform: translate(-50%, -50%) scale(1);
|
|
112
112
|
}
|
|
113
|
-
`;var
|
|
113
|
+
`;var le=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},I=class extends er.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 er.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 er.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 bs.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,Ss.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"),Eo=/'/g,Co=/"/g,Ro=/^(?:script|style|textarea|title)$/i,qn=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),_o=qn(1),Lo=qn(2),Po=qn(3),cr=Symbol.for("lit-noChange"),z=Symbol.for("lit-nothing"),wo=new WeakMap,dt=pt.createTreeWalker(pt,129);function No(e,t){if(!zn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return xo!==void 0?xo.createHTML(t):t}var Cc=(e,t)=>{let r=e.length-1,n=[],i,o=t===2?"<svg>":t===3?"<math>":"",s=ar;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===ar?u[1]==="!--"?s=So:u[1]!==void 0?s=Ao:u[2]!==void 0?(Ro.test(u[2])&&(i=RegExp("</"+u[2],"g")),s=ut):u[3]!==void 0&&(s=ut):s===ut?u[0]===">"?(s=i??ar,d=-1):u[1]===void 0?d=-2:(d=s.lastIndex-u[2].length,c=u[1],s=u[3]===void 0?ut:u[3]==='"'?Co:Eo):s===Co||s===Eo?s=ut:s===So||s===Ao?s=ar:(s=ut,i=void 0);let f=s===ut&&e[a+1].startsWith("/>")?" ":"";o+=s===ar?l+Ac:d>=0?(n.push(c),l.slice(0,d)+Oo+l.slice(d)+Ke+f):l+Ke+(d===-2?a:f)}return[No(e,o+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},ur=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]=Cc(t,r);if(this.el=e.createElement(c,n),dt.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=dt.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(Oo)){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]==="."?Bn:h[1]==="?"?Hn:h[1]==="@"?jn:Dt}),i.removeAttribute(d)}else d.startsWith(Ke)&&(l.push({type:6,index:o}),i.removeAttribute(d));if(Ro.test(i.tagName)){let d=i.textContent.split(Ke),p=d.length-1;if(p>0){i.textContent=Br?Br.emptyScript:"";for(let f=0;f<p;f++)i.append(d[f],Hr()),dt.nextNode(),l.push({type:2,index:++o});i.append(d[p],Hr())}}}else if(i.nodeType===8)if(i.data===To)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=pt.createElement("template");return n.innerHTML=t,n}};function Nt(e,t,r=e,n){if(t===cr)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,o=lr(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=Nt(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??pt).importNode(r,!0);dt.currentNode=i;let o=dt.nextNode(),s=0,a=0,l=n[0];for(;l!==void 0;){if(s===l.index){let c;l.type===2?c=new jr(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=dt.nextNode(),s++)}return dt.currentNode=pt,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++}},jr=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=z,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=Nt(this,t,r),lr(t)?t===z||t==null||t===""?(this._$AH!==z&&this._$AR(),this._$AH=z):t!==this._$AH&&t!==cr&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Ec(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!==z&&lr(this._$AH)?this._$AA.nextSibling.data=t:this.T(pt.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=ur.createElement(No(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=wo.get(t.strings);return r===void 0&&wo.set(t.strings,r=new ur(t)),r}k(t){zn(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(Hr()),this.O(Hr()),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=bo(t).nextSibling;bo(t).remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},Dt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,o){this.type=1,this._$AH=z,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=z}_$AI(t,r=this,n,i){let o=this.strings,s=!1;if(o===void 0)t=Nt(this,t,r,0),s=!lr(t)||t!==this._$AH&&t!==cr,s&&(this._$AH=t);else{let a=t,l,c;for(t=o[0],l=0;l<o.length-1;l++)c=Nt(this,a[n+l],r,l),c===cr&&(c=this._$AH[l]),s||=!lr(c)||c!==this._$AH[l],c===z?t=z:t!==z&&(t+=(c??"")+o[l+1]),this._$AH[l]=c}s&&!i&&this.j(t)}j(t){t===z?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},Bn=class extends Dt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===z?void 0:t}},Hn=class extends Dt{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==z)}},jn=class extends Dt{constructor(t,r,n,i,o){super(t,r,n,i,o),this.type=5}_$AI(t,r=this){if((t=Nt(this,t,r,0)??z)===cr)return;let n=this._$AH,i=t===z&&n!==z||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,o=t!==z&&(n===z||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){Nt(this,t)}};var wc=Wn.litHtmlPolyfillSupport;wc?.(ur,jr),(Wn.litHtmlVersions??=[]).push("3.3.3");var ko=Symbol.for(""),Oc=e=>{if(e?.r===ko)return e?._$litStatic$},Kn=e=>({_$litStatic$:e,r:ko});var Do=new Map,Gn=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=Oc(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=Do.get(d))===void 0&&(s.raw=s,Do.set(d,t=s)),r=a}return e(t,...r)},Yn=Gn(_o),hd=Gn(Lo),md=Gn(Po);var Xn=m(Q()),Go=m(C());var Ge;(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"})(Ge||(Ge={}));var xe=m(U()),y=m(C()),Mo=y.FtCssVariableFactory.extend("--ft-typography-font-family","",y.designSystemVariables.titleFont),Be=y.FtCssVariableFactory.extend("--ft-typography-font-family","",y.designSystemVariables.contentFont),A={fontFamily:Be,fontSize:y.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:y.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:y.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:y.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:y.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},kt={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Mo),fontSize:y.FtCssVariableFactory.extend("--ft-typography-title-font-size","",A.fontSize,"20px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",A.fontWeight,"normal"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",A.letterSpacing,"0.15px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-title-line-height","",A.lineHeight,"1.2"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",A.textTransform,"inherit")},Fe={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Mo),fontSize:y.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",A.fontSize,"14px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",A.fontWeight,"normal"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",A.letterSpacing,"0.105px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",A.lineHeight,"1.7"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",A.textTransform,"inherit")},Mt={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Be),fontSize:y.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",A.fontSize,"16px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",A.fontWeight,"600"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",A.letterSpacing,"0.144px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",A.lineHeight,"1.5"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",A.textTransform,"inherit")},It={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Be),fontSize:y.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",A.fontSize,"14px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",A.fontWeight,"normal"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",A.letterSpacing,"0.098px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",A.lineHeight,"1.7"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",A.textTransform,"inherit")},Ut={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Be),fontSize:y.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",A.fontSize,"16px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",A.fontWeight,"normal"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",A.letterSpacing,"0.496px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",A.lineHeight,"1.5"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",A.textTransform,"inherit")},be={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Be),fontSize:y.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",A.fontSize,"14px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",A.fontWeight,"normal"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",A.letterSpacing,"0.252px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",A.lineHeight,"1.4"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",A.textTransform,"inherit")},$t={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Be),fontSize:y.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",A.fontSize,"12px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",A.fontWeight,"normal"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",A.letterSpacing,"0.396px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",A.lineHeight,"1.33"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",A.textTransform,"inherit")},Ft={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Be),fontSize:y.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",A.fontSize,"10px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",A.fontWeight,"normal"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",A.letterSpacing,"0.33px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",A.lineHeight,"1.6"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",A.textTransform,"inherit")},Bt={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Be),fontSize:y.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",A.fontSize,"10px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",A.fontWeight,"normal"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",A.letterSpacing,"1.5px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",A.lineHeight,"1.6"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",A.textTransform,"uppercase")},Me={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Be),fontSize:y.FtCssVariableFactory.extend("--ft-typography-button-font-size","",A.fontSize,"14px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",A.fontWeight,"600"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",A.letterSpacing,"1.246px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-button-line-height","",A.lineHeight,"1.15"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",A.textTransform,"uppercase")},Io=xe.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()}};I.elementDefinitions={};I.styles=xs;le([(0,J.property)({type:Boolean})],I.prototype,"primary",void 0);le([(0,J.property)({type:Boolean})],I.prototype,"secondary",void 0);le([(0,J.property)({type:Boolean})],I.prototype,"unbounded",void 0);le([(0,J.property)({type:Boolean})],I.prototype,"activated",void 0);le([(0,J.property)({type:Boolean})],I.prototype,"selected",void 0);le([(0,J.property)({type:Boolean})],I.prototype,"disabled",void 0);le([(0,J.state)()],I.prototype,"hovered",void 0);le([(0,J.state)()],I.prototype,"focused",void 0);le([(0,J.state)()],I.prototype,"pressed",void 0);le([(0,J.state)()],I.prototype,"rippling",void 0);le([(0,J.state)()],I.prototype,"originX",void 0);le([(0,J.state)()],I.prototype,"originY",void 0);le([(0,J.query)(".ft-ripple")],I.prototype,"ripple",void 0);le([(0,J.query)(".ft-ripple--effect")],I.prototype,"rippleEffect",void 0);var As=f(E());var Es={"ft-ripple":I};(0,As.customElements)(Es);var ri=globalThis,_s=e=>e,$r=ri.trustedTypes,Cs=$r?$r.createPolicy("lit-html",{createHTML:e=>e}):void 0,Ns="$lit$",qe=`lit$${Math.random().toFixed(9).slice(2)}$`,Ps="?"+qe,Ic=`<${Ps}>`,lt=document,Fr=()=>lt.createComment(""),rr=e=>e===null||typeof e!="object"&&typeof e!="function",ni=Array.isArray,Uc=e=>ni(e)||typeof e?.[Symbol.iterator]=="function",Xn=`[
|
|
125
|
+
\f\r]`,tr=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ws=/-->/g,Ts=/>/g,ot=RegExp(`>|${Xn}(?:([^\\s"'>=/]+)(${Xn}*=${Xn}*(?:[^
|
|
126
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),Os=/'/g,Rs=/"/g,Ms=/^(?:script|style|textarea|title)$/i,ii=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Ds=ii(1),ks=ii(2),Is=ii(3),nr=Symbol.for("lit-noChange"),K=Symbol.for("lit-nothing"),Ls=new WeakMap,at=lt.createTreeWalker(lt,129);function Us(e,t){if(!ni(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Cs!==void 0?Cs.createHTML(t):t}var $c=(e,t)=>{let r=e.length-1,n=[],i,s=t===2?"<svg>":t===3?"<math>":"",o=tr;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===tr?u[1]==="!--"?o=ws:u[1]!==void 0?o=Ts:u[2]!==void 0?(Ms.test(u[2])&&(i=RegExp("</"+u[2],"g")),o=ot):u[3]!==void 0&&(o=ot):o===ot?u[0]===">"?(o=i??tr,d=-1):u[1]===void 0?d=-2:(d=o.lastIndex-u[2].length,c=u[1],o=u[3]===void 0?ot:u[3]==='"'?Rs:Os):o===Rs||o===Os?o=ot:o===ws||o===Ts?o=tr:(o=ot,i=void 0);let y=o===ot&&e[a+1].startsWith("/>")?" ":"";s+=o===tr?l+Ic:d>=0?(n.push(c),l.slice(0,d)+Ns+l.slice(d)+qe+y):l+qe+(d===-2?a:y)}return[Us(e,s+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},ir=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]=$c(t,r);if(this.el=e.createElement(c,n),at.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=at.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(Ns)){let p=u[o++],y=i.getAttribute(d).split(qe),v=/([.?@])?(.*)/.exec(p);l.push({type:1,index:s,name:v[2],strings:y,ctor:v[1]==="."?Zn:v[1]==="?"?Jn:v[1]==="@"?ei:Ot}),i.removeAttribute(d)}else d.startsWith(qe)&&(l.push({type:6,index:s}),i.removeAttribute(d));if(Ms.test(i.tagName)){let d=i.textContent.split(qe),p=d.length-1;if(p>0){i.textContent=$r?$r.emptyScript:"";for(let y=0;y<p;y++)i.append(d[y],Fr()),at.nextNode(),l.push({type:2,index:++s});i.append(d[p],Fr())}}}else if(i.nodeType===8)if(i.data===Ps)l.push({type:2,index:s});else{let d=-1;for(;(d=i.data.indexOf(qe,d+1))!==-1;)l.push({type:7,index:s}),d+=qe.length-1}s++}}static createElement(t,r){let n=lt.createElement("template");return n.innerHTML=t,n}};function Tt(e,t,r=e,n){if(t===nr)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,s=rr(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=Tt(e,i._$AS(e,t.values),i,n)),t}var Qn=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??lt).importNode(r,!0);at.currentNode=i;let s=at.nextNode(),o=0,a=0,l=n[0];for(;l!==void 0;){if(o===l.index){let c;l.type===2?c=new Br(s,s.nextSibling,this,t):l.type===1?c=new l.ctor(s,l.name,l.strings,this,t):l.type===6&&(c=new ti(s,this,t)),this._$AV.push(c),l=n[++a]}o!==l?.index&&(s=at.nextNode(),o++)}return at.currentNode=lt,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++}},Br=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=K,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=Tt(this,t,r),rr(t)?t===K||t==null||t===""?(this._$AH!==K&&this._$AR(),this._$AH=K):t!==this._$AH&&t!==nr&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Uc(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!==K&&rr(this._$AH)?this._$AA.nextSibling.data=t:this.T(lt.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=ir.createElement(Us(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let s=new Qn(i,this),o=s.u(this.options);s.p(r),this.T(o),this._$AH=s}}_$AC(t){let r=Ls.get(t.strings);return r===void 0&&Ls.set(t.strings,r=new ir(t)),r}k(t){ni(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(Fr()),this.O(Fr()),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=_s(t).nextSibling;_s(t).remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},Ot=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,s){this.type=1,this._$AH=K,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=K}_$AI(t,r=this,n,i){let s=this.strings,o=!1;if(s===void 0)t=Tt(this,t,r,0),o=!rr(t)||t!==this._$AH&&t!==nr,o&&(this._$AH=t);else{let a=t,l,c;for(t=s[0],l=0;l<s.length-1;l++)c=Tt(this,a[n+l],r,l),c===nr&&(c=this._$AH[l]),o||=!rr(c)||c!==this._$AH[l],c===K?t=K:t!==K&&(t+=(c??"")+s[l+1]),this._$AH[l]=c}o&&!i&&this.j(t)}j(t){t===K?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},Zn=class extends Ot{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===K?void 0:t}},Jn=class extends Ot{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==K)}},ei=class extends Ot{constructor(t,r,n,i,s){super(t,r,n,i,s),this.type=5}_$AI(t,r=this){if((t=Tt(this,t,r,0)??K)===nr)return;let n=this._$AH,i=t===K&&n!==K||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,s=t!==K&&(n===K||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)}},ti=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){Tt(this,t)}};var Fc=ri.litHtmlPolyfillSupport;Fc?.(ir,Br),(ri.litHtmlVersions??=[]).push("3.3.3");var Fs=Symbol.for(""),Bc=e=>{if(e?.r===Fs)return e?._$litStatic$},si=e=>({_$litStatic$:e,r:Fs});var $s=new Map,oi=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=Bc(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=$s.get(d))===void 0&&(o.raw=o,$s.set(d,t=o)),r=a}return e(t,...r)},ai=oi(Ds),Fd=oi(ks),Bd=oi(Is);var li=f(Z()),Js=f(E());var Ke;(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"})(Ke||(Ke={}));var Se=f(F()),m=f(E()),Bs=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.titleFont),Be=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.contentFont),b={fontFamily:Be,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")},Rt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Bs),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")},Fe={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Bs),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")},Lt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Be),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")},Nt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Be),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")},Pt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Be),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")},be={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Be),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")},Mt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Be),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")},Dt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Be),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")},kt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Be),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")},Me={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Be),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")},Hs=Se.css`
|
|
127
127
|
.ft-typography--title {
|
|
128
|
-
font-family: ${
|
|
129
|
-
font-size: ${
|
|
130
|
-
font-weight: ${
|
|
131
|
-
letter-spacing: ${
|
|
132
|
-
line-height: ${
|
|
133
|
-
text-transform: ${
|
|
134
|
-
}
|
|
135
|
-
`,
|
|
128
|
+
font-family: ${Rt.fontFamily};
|
|
129
|
+
font-size: ${Rt.fontSize};
|
|
130
|
+
font-weight: ${Rt.fontWeight};
|
|
131
|
+
letter-spacing: ${Rt.letterSpacing};
|
|
132
|
+
line-height: ${Rt.lineHeight};
|
|
133
|
+
text-transform: ${Rt.textTransform};
|
|
134
|
+
}
|
|
135
|
+
`,Vs=Se.css`
|
|
136
136
|
.ft-typography--title-dense {
|
|
137
137
|
font-family: ${Fe.fontFamily};
|
|
138
138
|
font-size: ${Fe.fontSize};
|
|
@@ -141,35 +141,35 @@
|
|
|
141
141
|
line-height: ${Fe.lineHeight};
|
|
142
142
|
text-transform: ${Fe.textTransform};
|
|
143
143
|
}
|
|
144
|
-
|
|
144
|
+
`,zs=Se.css`
|
|
145
145
|
.ft-typography--subtitle1 {
|
|
146
|
-
font-family: ${
|
|
147
|
-
font-size: ${
|
|
148
|
-
font-weight: ${
|
|
149
|
-
letter-spacing: ${
|
|
150
|
-
line-height: ${
|
|
151
|
-
text-transform: ${
|
|
152
|
-
}
|
|
153
|
-
`,
|
|
146
|
+
font-family: ${Lt.fontFamily};
|
|
147
|
+
font-size: ${Lt.fontSize};
|
|
148
|
+
font-weight: ${Lt.fontWeight};
|
|
149
|
+
letter-spacing: ${Lt.letterSpacing};
|
|
150
|
+
line-height: ${Lt.lineHeight};
|
|
151
|
+
text-transform: ${Lt.textTransform};
|
|
152
|
+
}
|
|
153
|
+
`,js=Se.css`
|
|
154
154
|
.ft-typography--subtitle2 {
|
|
155
|
-
font-family: ${
|
|
156
|
-
font-size: ${
|
|
157
|
-
font-weight: ${
|
|
158
|
-
letter-spacing: ${
|
|
159
|
-
line-height: ${
|
|
160
|
-
text-transform: ${
|
|
155
|
+
font-family: ${Nt.fontFamily};
|
|
156
|
+
font-size: ${Nt.fontSize};
|
|
157
|
+
font-weight: ${Nt.fontWeight};
|
|
158
|
+
letter-spacing: ${Nt.letterSpacing};
|
|
159
|
+
line-height: ${Nt.lineHeight};
|
|
160
|
+
text-transform: ${Nt.textTransform};
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
-
`,
|
|
163
|
+
`,Ws=Se.css`
|
|
164
164
|
.ft-typography--body1 {
|
|
165
|
-
font-family: ${
|
|
166
|
-
font-size: ${
|
|
167
|
-
font-weight: ${
|
|
168
|
-
letter-spacing: ${
|
|
169
|
-
line-height: ${
|
|
170
|
-
text-transform: ${
|
|
171
|
-
}
|
|
172
|
-
`,
|
|
165
|
+
font-family: ${Pt.fontFamily};
|
|
166
|
+
font-size: ${Pt.fontSize};
|
|
167
|
+
font-weight: ${Pt.fontWeight};
|
|
168
|
+
letter-spacing: ${Pt.letterSpacing};
|
|
169
|
+
line-height: ${Pt.lineHeight};
|
|
170
|
+
text-transform: ${Pt.textTransform};
|
|
171
|
+
}
|
|
172
|
+
`,qs=Se.css`
|
|
173
173
|
.ft-typography--body2 {
|
|
174
174
|
font-family: ${be.fontFamily};
|
|
175
175
|
font-size: ${be.fontSize};
|
|
@@ -178,34 +178,34 @@
|
|
|
178
178
|
line-height: ${be.lineHeight};
|
|
179
179
|
text-transform: ${be.textTransform};
|
|
180
180
|
}
|
|
181
|
-
`,
|
|
181
|
+
`,Ks=Se.css`
|
|
182
182
|
.ft-typography--caption {
|
|
183
|
-
font-family: ${
|
|
184
|
-
font-size: ${
|
|
185
|
-
font-weight: ${
|
|
186
|
-
letter-spacing: ${
|
|
187
|
-
line-height: ${
|
|
188
|
-
text-transform: ${
|
|
189
|
-
}
|
|
190
|
-
`,
|
|
183
|
+
font-family: ${Mt.fontFamily};
|
|
184
|
+
font-size: ${Mt.fontSize};
|
|
185
|
+
font-weight: ${Mt.fontWeight};
|
|
186
|
+
letter-spacing: ${Mt.letterSpacing};
|
|
187
|
+
line-height: ${Mt.lineHeight};
|
|
188
|
+
text-transform: ${Mt.textTransform};
|
|
189
|
+
}
|
|
190
|
+
`,Gs=Se.css`
|
|
191
191
|
.ft-typography--breadcrumb {
|
|
192
|
-
font-family: ${
|
|
193
|
-
font-size: ${
|
|
194
|
-
font-weight: ${
|
|
195
|
-
letter-spacing: ${
|
|
196
|
-
line-height: ${
|
|
197
|
-
text-transform: ${
|
|
198
|
-
}
|
|
199
|
-
`,
|
|
192
|
+
font-family: ${Dt.fontFamily};
|
|
193
|
+
font-size: ${Dt.fontSize};
|
|
194
|
+
font-weight: ${Dt.fontWeight};
|
|
195
|
+
letter-spacing: ${Dt.letterSpacing};
|
|
196
|
+
line-height: ${Dt.lineHeight};
|
|
197
|
+
text-transform: ${Dt.textTransform};
|
|
198
|
+
}
|
|
199
|
+
`,Ys=Se.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: ${kt.fontFamily};
|
|
202
|
+
font-size: ${kt.fontSize};
|
|
203
|
+
font-weight: ${kt.fontWeight};
|
|
204
|
+
letter-spacing: ${kt.letterSpacing};
|
|
205
|
+
line-height: ${kt.lineHeight};
|
|
206
|
+
text-transform: ${kt.textTransform};
|
|
207
|
+
}
|
|
208
|
+
`,Xs=Se.css`
|
|
209
209
|
.ft-typography--button {
|
|
210
210
|
font-family: ${Me.fontFamily};
|
|
211
211
|
font-size: ${Me.fontSize};
|
|
@@ -214,34 +214,34 @@
|
|
|
214
214
|
line-height: ${Me.lineHeight};
|
|
215
215
|
text-transform: ${Me.textTransform};
|
|
216
216
|
}
|
|
217
|
-
`,
|
|
217
|
+
`,Qs=Se.css`
|
|
218
218
|
.ft-typography {
|
|
219
219
|
vertical-align: inherit;
|
|
220
220
|
}
|
|
221
|
-
`;var
|
|
222
|
-
<${
|
|
221
|
+
`;var Zs=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 Js.FtLitElement{constructor(){super(...arguments),this.variant=Ke.body1}render(){return this.element?ai`
|
|
222
|
+
<${si(this.element)}
|
|
223
223
|
part="text"
|
|
224
224
|
class="ft-typography ft-typography--${this.variant}">
|
|
225
225
|
<slot></slot>
|
|
226
|
-
</${
|
|
227
|
-
`:
|
|
226
|
+
</${si(this.element)}>
|
|
227
|
+
`:ai`
|
|
228
228
|
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
229
|
-
`}};
|
|
229
|
+
`}};ee.styles=[Hs,Vs,zs,js,Ws,qs,Ks,Gs,Ys,Xs,Qs];Zs([(0,li.property)()],ee.prototype,"element",void 0);Zs([(0,li.property)()],ee.prototype,"variant",void 0);var to=f(E());var eo={"ft-typography":ee};(0,to.customElements)(eo);var ro=f(F()),P=f(E());var N={padding:P.FtCssVariableFactory.create("--ft-card-padding","","SIZE","12px"),borderRadius:P.FtCssVariableFactory.extend("--ft-card-border-radius","",P.designSystemVariables.borderRadiusM),borderStyle:P.FtCssVariableFactory.create("--ft-card-border-style","","UNKNOWN","none"),borderColor:P.FtCssVariableFactory.extend("--ft-card-border-color","",P.designSystemVariables.colorOutline),hoverBorderColor:P.FtCssVariableFactory.extend("--ft-card-hover-border-color","",P.designSystemVariables.colorPrimary),outlineStyle:P.FtCssVariableFactory.create("--ft-card-outline-style","","UNKNOWN","solid"),outlineWidth:P.FtCssVariableFactory.create("--ft-card-outline-width","","SIZE","0"),outlineColor:P.FtCssVariableFactory.extend("--ft-card-outline-color","",P.designSystemVariables.colorPrimary),selectedOutlineStyle:P.FtCssVariableFactory.create("--ft-card-selected-outline-style","","UNKNOWN","solid"),selectedOutlineWidth:P.FtCssVariableFactory.create("--ft-card-selected-outline-width","","SIZE","2px"),selectedOutlineColor:P.FtCssVariableFactory.extend("--ft-card-selected-outline-color","",P.designSystemVariables.colorPrimary),selectedBorderRadius:P.FtCssVariableFactory.extend("--ft-card-selected-border-radius","",P.designSystemVariables.borderRadiusM),colorSurface:P.FtCssVariableFactory.extend("--ft-card-background-color","",P.designSystemVariables.colorSurface),colorOnSurfaceMedium:P.FtCssVariableFactory.extend("--ft-card-content-color","",P.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceHigh:P.FtCssVariableFactory.extend("--ft-card-title-color","",P.designSystemVariables.colorOnSurfaceHigh),elevation02:P.FtCssVariableFactory.extend("--ft-card-elevation","",P.designSystemVariables.elevation02),elevation04:P.FtCssVariableFactory.extend("--ft-card-selected-elevation","",P.designSystemVariables.elevation04)},no=ro.css`
|
|
230
230
|
:host {
|
|
231
231
|
display: block;
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
#container {
|
|
235
|
-
padding: ${
|
|
236
|
-
outline-style: ${
|
|
237
|
-
outline-width: ${
|
|
238
|
-
outline-color: ${
|
|
239
|
-
border-color: ${
|
|
240
|
-
border-style: ${
|
|
235
|
+
padding: ${N.padding};
|
|
236
|
+
outline-style: ${N.outlineStyle};
|
|
237
|
+
outline-width: ${N.outlineWidth};
|
|
238
|
+
outline-color: ${N.outlineColor};
|
|
239
|
+
border-color: ${N.borderColor};
|
|
240
|
+
border-style: ${N.borderStyle};
|
|
241
241
|
border-width: 1px;
|
|
242
|
-
border-radius: ${
|
|
243
|
-
${(0,P.setVariable)(
|
|
244
|
-
box-shadow: ${
|
|
242
|
+
border-radius: ${N.borderRadius};
|
|
243
|
+
${(0,P.setVariable)(W.borderRadius,N.borderRadius)};
|
|
244
|
+
box-shadow: ${N.elevation02};
|
|
245
245
|
position: relative;
|
|
246
246
|
width: 100%;
|
|
247
247
|
height: 100%;
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
grid-template-rows: max-content minmax(0, 1fr);
|
|
254
254
|
grid-gap: 8px;
|
|
255
255
|
box-sizing: border-box;
|
|
256
|
-
background-color: ${
|
|
256
|
+
background-color: ${N.colorSurface};
|
|
257
257
|
transition: box-shadow 0.2s linear, color 0.2s linear;
|
|
258
258
|
}
|
|
259
259
|
|
|
@@ -275,12 +275,12 @@
|
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
#container.selected {
|
|
278
|
-
outline-style: ${
|
|
279
|
-
outline-width: ${
|
|
280
|
-
outline-color: ${
|
|
281
|
-
border-radius: ${
|
|
282
|
-
${(0,P.setVariable)(
|
|
283
|
-
box-shadow: ${
|
|
278
|
+
outline-style: ${N.selectedOutlineStyle};
|
|
279
|
+
outline-width: ${N.selectedOutlineWidth};
|
|
280
|
+
outline-color: ${N.selectedOutlineColor};
|
|
281
|
+
border-radius: ${N.selectedBorderRadius};
|
|
282
|
+
${(0,P.setVariable)(W.borderRadius,N.selectedBorderRadius)};
|
|
283
|
+
box-shadow: ${N.elevation04};
|
|
284
284
|
}
|
|
285
285
|
|
|
286
286
|
#container.clickable {
|
|
@@ -288,13 +288,13 @@
|
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
#container.clickable:hover {
|
|
291
|
-
box-shadow: ${
|
|
292
|
-
border-color: ${
|
|
291
|
+
box-shadow: ${N.elevation04};
|
|
292
|
+
border-color: ${N.hoverBorderColor};
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
#header {
|
|
296
296
|
grid-area: header;
|
|
297
|
-
color: ${
|
|
297
|
+
color: ${N.colorOnSurfaceHigh};
|
|
298
298
|
text-overflow: ellipsis;
|
|
299
299
|
overflow: hidden;
|
|
300
300
|
word-break: break-word;
|
|
@@ -309,17 +309,17 @@
|
|
|
309
309
|
word-break: break-word;
|
|
310
310
|
min-width: 0; /* like with flexbox, some items have a hard time shrinking when necessary */
|
|
311
311
|
grid-area: content;
|
|
312
|
-
color: ${
|
|
312
|
+
color: ${N.colorOnSurfaceMedium};
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
#action {
|
|
316
316
|
grid-area: actions;
|
|
317
317
|
}
|
|
318
|
-
`;var
|
|
319
|
-
<div id="container" part="container" class="${(0,
|
|
320
|
-
${this.clickable?
|
|
318
|
+
`;var so=f(Jt()),It=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},ce=class extends io.FtLitElement{constructor(){super(...arguments),this.title="",this.clickable=!1,this.selected=!1,this.noHeader=!1,this.noContent=!1,this.oneLineHeader=!1}render(){let t={selected:this.selected,clickable:this.clickable,"no-header":this.noHeader,"no-content":this.noContent,"one-line-header":this.oneLineHeader};return sr.html`
|
|
319
|
+
<div id="container" part="container" class="${(0,so.classMap)(t)}">
|
|
320
|
+
${this.clickable?sr.html`
|
|
321
321
|
<ft-ripple primary ?selected=${this.selected}></ft-ripple>
|
|
322
|
-
`:
|
|
322
|
+
`:sr.nothing}
|
|
323
323
|
<div id="header" part="header">
|
|
324
324
|
<ft-typography class="title" element="span" variant="title">${this.title}</ft-typography>
|
|
325
325
|
<slot name="header"></slot>
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
</ft-typography>
|
|
334
334
|
</div>
|
|
335
335
|
</div>
|
|
336
|
-
`}};
|
|
336
|
+
`}};ce.elementDefinitions={"ft-ripple":I,"ft-typography":ee};ce.styles=no;It([(0,ct.property)()],ce.prototype,"title",void 0);It([(0,ct.property)({type:Boolean})],ce.prototype,"clickable",void 0);It([(0,ct.property)({type:Boolean})],ce.prototype,"selected",void 0);It([(0,ct.property)({type:Boolean})],ce.prototype,"noHeader",void 0);It([(0,ct.property)({type:Boolean})],ce.prototype,"noContent",void 0);It([(0,ct.property)({type:Boolean})],ce.prototype,"oneLineHeader",void 0);var ao=f(E());var oo={"ft-card":ce};(0,ao.customElements)(oo);var qn=f(F()),ie=f(Z()),mc=f(Jt()),Xt=f(E());var lo=f(F()),Te=f(E()),he={size:Te.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:Te.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",Te.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:Te.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",Te.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:Te.FtCssVariableFactory.extend("--ft-icon-material-font-family","",Te.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:Te.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},co=[lo.css`
|
|
337
337
|
:host, i.ft-icon {
|
|
338
338
|
display: inline-flex;
|
|
339
339
|
align-items: center;
|
|
@@ -381,12 +381,12 @@
|
|
|
381
381
|
.ft-icon--material {
|
|
382
382
|
font-family: ${he.materialFontFamily}, "Material Icons", sans-serif;
|
|
383
383
|
}
|
|
384
|
-
`,
|
|
384
|
+
`,Te.noTextSelect];var Ge;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Ge||(Ge={}));var or=f(F()),Ye=f(Z()),fo=f(E()),ho=f(po());var Hr;(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="󨃱"})(Hr||(Hr={}));var h;(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=""})(h||(h={}));var Sp=new Map([...["abw"].map(e=>[e,h.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,h.AUDIO]),...["avi"].map(e=>[e,h.AVI]),...["chm","xhs"].map(e=>[e,h.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,h.CODE]),...["csv"].map(e=>[e,h.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,h.DITA]),...["epub"].map(e=>[e,h.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,h.EXCEL]),...["flac"].map(e=>[e,h.FLAC]),...["gif"].map(e=>[e,h.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,h.GZIP]),...["html","htm","xhtml"].map(e=>[e,h.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,h.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,h.JPEG]),...["json"].map(e=>[e,h.JSON]),...["m4a","m4p"].map(e=>[e,h.M4A]),...["mov","qt"].map(e=>[e,h.MOV]),...["mp3"].map(e=>[e,h.MP3]),...["mp4","m4v"].map(e=>[e,h.MP4]),...["ogg","oga"].map(e=>[e,h.OGG]),...["pdf","ps"].map(e=>[e,h.PDF]),...["png"].map(e=>[e,h.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,h.POWERPOINT]),...["rar"].map(e=>[e,h.RAR]),...["stp"].map(e=>[e,h.STP]),...["txt","rtf","md","mdown"].map(e=>[e,h.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,h.VIDEO]),...["wav"].map(e=>[e,h.WAV]),...["wma"].map(e=>[e,h.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,h.WORD]),...["xml","xsl","rdf"].map(e=>[e,h.XML]),...["yaml","yml","x-yaml"].map(e=>[e,h.YAML]),...["zip"].map(e=>[e,h.ZIP])]);var Ep={[h.ABW]:"#91ABC6",[h.AUDIO]:"#1795E3",[h.AVI]:"#E63324",[h.CHM]:"#71C3EB",[h.CODE]:"#71C3EB",[h.CSV]:"#1F7345",[h.DITA]:"#71C3EB",[h.EPUB]:"#85B926",[h.EXCEL]:"#1F7345",[h.FLAC]:"#1795E3",[h.GIF]:"#59B031",[h.GZIP]:"#F8AB36",[h.HTML]:"#71C3EB",[h.IMAGE]:"#59B031",[h.JPEG]:"#59B031",[h.JSON]:"#71C3EB",[h.M4A]:"#1795E3",[h.MOV]:"#E63324",[h.MP3]:"#1795E3",[h.MP4]:"#E63324",[h.OGG]:"#1795E3",[h.PDF]:"#E44948",[h.PNG]:"#59B031",[h.POWERPOINT]:"#B54A2B",[h.RAR]:"#F8AB36",[h.STP]:"#3764B1",[h.TEXT]:"#3162AB",[h.UNKNOWN]:"#999999",[h.VIDEO]:"#E63324",[h.WAV]:"#1795E3",[h.WMA]:"#1795E3",[h.WORD]:"#3162AB",[h.XML]:"#71C3EB",[h.YAML]:"#71C3EB",[h.ZIP]:"#F8AB36"};var ar=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},te=class extends fo.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=or.nothing}render(){let t=this.variant&&Object.values(Ge).includes(this.variant)?this.variant:Ge.fluid_topics,r=t!==Ge.material||!!this.value;return or.html`
|
|
385
385
|
<i class="ft-icon ft-icon--${t} ft-no-text-select" part="icon icon-${t}">
|
|
386
|
-
${(0,
|
|
386
|
+
${(0,ho.unsafeHTML)(this.resolvedIcon)}
|
|
387
387
|
<slot ?hidden=${r}></slot>
|
|
388
388
|
</i>
|
|
389
|
-
`}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
|
|
389
|
+
`}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 Ge.file_format:this.resolvedIcon=(t=h[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case Ge.material:this.resolvedIcon=this.value||or.nothing;break;default:this.resolvedIcon=(r=Hr[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};te.elementDefinitions={};te.styles=co;ar([(0,Ye.property)()],te.prototype,"variant",void 0);ar([(0,Ye.property)()],te.prototype,"value",void 0);ar([(0,Ye.property)({reflect:!0,attribute:"aria-hidden"})],te.prototype,"ariaHidden",void 0);ar([(0,Ye.state)()],te.prototype,"resolvedIcon",void 0);ar([(0,Ye.query)("slot")],te.prototype,"slottedContent",void 0);var yo=f(E());var mo={"ft-icon":te};(0,yo.customElements)(mo);var Ir=f(F()),O=f(E());var $e=f(E());var Xl=f(F()),Ce=f(Z()),_e=f(E());var go=f(F()),Xe=f(E()),lr={distance:Xe.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Xe.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Xe.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:Xe.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",Xe.designSystemVariables.borderRadiusS),maxWidth:Xe.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},vo=go.css`
|
|
390
390
|
.ft-tooltip--container {
|
|
391
391
|
display: block;
|
|
392
392
|
}
|
|
@@ -404,28 +404,28 @@
|
|
|
404
404
|
box-sizing: border-box;
|
|
405
405
|
overflow: hidden;
|
|
406
406
|
width: max-content;
|
|
407
|
-
max-width: ${
|
|
407
|
+
max-width: ${lr.maxWidth};
|
|
408
408
|
text-align: center;
|
|
409
|
-
padding: ${
|
|
409
|
+
padding: ${lr.distance};
|
|
410
410
|
}
|
|
411
411
|
|
|
412
412
|
.ft-tooltip--content {
|
|
413
413
|
padding: 4px 8px;
|
|
414
|
-
border-radius: ${
|
|
415
|
-
background-color: ${
|
|
416
|
-
color: ${
|
|
414
|
+
border-radius: ${lr.borderRadiusS};
|
|
415
|
+
background-color: ${lr.backgroundColor};
|
|
416
|
+
color: ${lr.color};
|
|
417
417
|
position: relative;
|
|
418
418
|
word-break: break-word;
|
|
419
419
|
}
|
|
420
|
-
`;var hs=["top","right","bottom","left"],fs=["start","end"],Jn=hs.reduce((e,t)=>e.concat(t,t+"-"+fs[0],t+"-"+fs[1]),[]),mr=Math.min,Je=Math.max,gr=Math.round;var Ie=e=>({x:e,y:e}),Tc={left:"right",right:"left",bottom:"top",top:"bottom"};function ms(e,t,r){return Je(e,mr(t,r))}function Wr(e,t){return typeof e=="function"?e(t):e}function vr(e){return e.split("-")[0]}function Ze(e){return e.split("-")[1]}function Zn(e){return e==="x"?"y":"x"}function ei(e){return e==="y"?"height":"width"}function zr(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function ti(e){return Zn(zr(e))}function gs(e,t,r){r===void 0&&(r=!1);let n=Ze(e),i=ti(e),o=ei(i),s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=Qn(s)),[s,Qn(s)]}function vs(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function Qn(e){let t=vr(e);return Tc[t]+e.slice(t.length)}function Rc(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 ys(e){return typeof e!="number"?Rc(e):{top:e,right:e,bottom:e,left:e}}function ht(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 bs(e,t,r){let{reference:n,floating:i}=e,o=zr(t),s=ti(t),a=ei(s),l=vr(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=Ze(t);return h&&(f[s]+=p*(h==="end"?1:-1)*(r&&c?-1:1)),f}async function xs(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}=Wr(t,e),h=ys(f),b=a[p?d==="floating"?"reference":"floating":d],x=ht(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})),S=d==="floating"?{x:n,y:i,width:s.floating.width,height:s.floating.height}:s.reference,O=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),R=await(o.isElement==null?void 0:o.isElement(O))&&await(o.getScale==null?void 0:o.getScale(O))||{x:1,y:1},K=ht(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:S,offsetParent:O,strategy:l}):S);return{top:(x.top-K.top+h.top)/R.y,bottom:(K.bottom-x.bottom+h.bottom)/R.y,left:(x.left-K.left+h.left)/R.x,right:(K.right-x.right+h.right)/R.x}}var _c=50,Ss=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:s}=r,a=s.detectOverflow?s:{...s,detectOverflow:xs},l=await(s.isRTL==null?void 0:s.isRTL(t)),c=await s.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=bs(c,n,l),p=n,f=0,h={};for(let g=0;g<o.length;g++){let b=o[g];if(!b)continue;let{name:x,fn:S}=b,{x:O,y:R,data:K,reset:V}=await S({x:u,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:h,rects:c,platform:a,elements:{reference:e,floating:t}});u=O??u,d=R??d,h[x]={...h[x],...K},V&&f<_c&&(f++,typeof V=="object"&&(V.placement&&(p=V.placement),V.rects&&(c=V.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:i}):V.rects),{x:u,y:d}=bs(c,p,l)),g=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:h}};function Lc(e,t,r){return(e?[...r.filter(i=>Ze(i)===e),...r.filter(i=>Ze(i)!==e)]:r.filter(i=>vr(i)===i)).filter(i=>e?Ze(i)===e||(t?vs(i)!==i:!1):!0)}var As=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=Jn,autoAlignment:f=!0,...h}=Wr(e,t),g=d!==void 0||p===Jn?Lc(d||null,f,p):p,b=((r=s.autoPlacement)==null?void 0:r.index)||0,x=g[b];if(x==null)return{};if(a!==x)return{reset:{placement:g[0]}};let S=await l.detectOverflow(t,h),O=gs(x,o,await(l.isRTL==null?void 0:l.isRTL(c.floating))),R=[S[vr(x)],S[O[0]],S[O[1]]],K=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:x,overflows:R}],V=g[b+1];if(V)return{data:{index:b+1,overflows:K},reset:{placement:V}};let ze=K.map(pe=>{let ve=Ze(pe.placement);return[pe.placement,ve&&u?pe.overflows.slice(0,2).reduce((fe,ct)=>fe+ct,0):pe.overflows[0],pe.overflows]}).sort((pe,ve)=>pe[1]-ve[1]),qe=((i=ze.filter(pe=>pe[2].slice(0,Ze(pe[0])?2:3).every(ve=>ve<=0))[0])==null?void 0:i[0])||ze[0][0];return qe!==a?{data:{index:b+1,overflows:K},reset:{placement:qe}}:{}}}};var Es=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:S=>{let{x:O,y:R}=S;return{x:O,y:R}}},...c}=Wr(e,t),u={x:r,y:n},d=await o.detectOverflow(t,c),p=zr(i),f=Zn(p),h=u[f],g=u[p],b=(S,O)=>ms(O+d[S==="y"?"top":"left"],O,O-d[S==="y"?"bottom":"right"]);s&&(h=b(f,h)),a&&(g=b(p,g));let x=l.fn({...t,[f]:h,[p]:g});return{...x,data:{x:x.x-r,y:x.y-n,enabled:{[f]:s,[p]:a}}}}}};function Kr(){return typeof window<"u"}function gt(e){return ws(e)?(e.nodeName||"").toLowerCase():"#document"}function le(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function He(e){var t;return(t=(ws(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function ws(e){return Kr()?e instanceof Node||e instanceof le(e).Node:!1}function _e(e){return Kr()?e instanceof Element||e instanceof le(e).Element:!1}function je(e){return Kr()?e instanceof HTMLElement||e instanceof le(e).HTMLElement:!1}function Cs(e){return!Kr()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof le(e).ShadowRoot}function yr(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=Le(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function Os(e){return/^(table|td|th)$/.test(gt(e))}function br(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var Pc=/transform|translate|scale|rotate|perspective|filter/,Nc=/paint|layout|strict|content/,mt=e=>!!e&&e!=="none",ri;function jt(e){let t=_e(e)?Le(e):e;return mt(t.transform)||mt(t.translate)||mt(t.scale)||mt(t.rotate)||mt(t.perspective)||!Gr()&&(mt(t.backdropFilter)||mt(t.filter))||Pc.test(t.willChange||"")||Nc.test(t.contain||"")}function Ts(e){let t=et(e);for(;je(t)&&!Vt(t);){if(jt(t))return t;if(br(t))return null;t=et(t)}return null}function Gr(){return ri==null&&(ri=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),ri}function Vt(e){return/^(html|body|#document)$/.test(gt(e))}function Le(e){return le(e).getComputedStyle(e)}function xr(e){return _e(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function et(e){if(gt(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Cs(e)&&e.host||He(e);return Cs(t)?t.host:t}function Rs(e){let t=et(e);return Vt(t)?(e.ownerDocument||e).body:je(t)&&yr(t)?t:Rs(t)}function qr(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=Rs(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),s=le(i);if(o){let a=Yr(s);return t.concat(s,s.visualViewport||[],yr(i)?i:[],a&&r?qr(a):[])}else return t.concat(i,qr(i,[],r))}function Yr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Ps(e){let t=Le(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=je(e),o=i?e.offsetWidth:r,s=i?e.offsetHeight:n,a=gr(r)!==o||gr(n)!==s;return a&&(r=o,n=s),{width:r,height:n,$:a}}function Ns(e){return _e(e)?e:e.contextElement}function Wt(e){let t=Ns(e);if(!je(t))return Ie(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:o}=Ps(t),s=(o?gr(r.width):r.width)/n,a=(o?gr(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var Dc=Ie(0);function Ds(e){let t=le(e);return!Gr()||!t.visualViewport?Dc:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function kc(e,t,r){return t===void 0&&(t=!1),!!r&&t&&r===le(e)}function Sr(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),o=Ns(e),s=Ie(1);t&&(n?_e(n)&&(s=Wt(n)):s=Wt(e));let a=kc(o,r,n)?Ds(o):Ie(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=le(o),f=_e(n)?le(n):n,h=p,g=Yr(h);for(;g&&f!==h;){let b=Wt(g),x=g.getBoundingClientRect(),S=Le(g),O=x.left+(g.clientLeft+parseFloat(S.paddingLeft))*b.x,R=x.top+(g.clientTop+parseFloat(S.paddingTop))*b.y;l*=b.x,c*=b.y,u*=b.x,d*=b.y,l+=O,c+=R,h=le(g),g=Yr(h)}}return ht({width:u,height:d,x:l,y:c})}function Xr(e,t){let r=xr(e).scrollLeft;return t?t.left+r:Sr(He(e)).left+r}function ks(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Xr(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function Mc(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,o=i==="fixed",s=He(n),a=t?br(t.floating):!1;if(n===s||a&&o)return r;let l={scrollLeft:0,scrollTop:0},c=Ie(1),u=Ie(0),d=je(n);if((d||!o)&&((gt(n)!=="body"||yr(s))&&(l=xr(n)),d)){let f=Sr(n);c=Wt(n),u.x=f.x+n.clientLeft,u.y=f.y+n.clientTop}let p=s&&!d&&!o?ks(s,l):Ie(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 Ic(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function Uc(e){let t=xr(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+Xr(e),s=-t.scrollTop;return Le(r).direction==="rtl"&&(o+=Je(e.clientWidth,r.clientWidth)-n),{width:n,height:i,x:o,y:s}}var $c=25;function Fc(e,t,r){r===void 0&&(r="viewport");let n=r==="layoutViewport",i=le(e),o=He(e),s=i.visualViewport,a=o.clientWidth,l=o.clientHeight,c=0,u=0;if(s){let p=!Gr()||t==="fixed";n?p||(c=-s.offsetLeft,u=-s.offsetTop):(a=s.width,l=s.height,p&&(c=s.offsetLeft,u=s.offsetTop))}if(Xr(o)<=0){let p=o.ownerDocument,f=p.body,h=getComputedStyle(f),g=p.compatMode==="CSS1Compat"&&parseFloat(h.marginLeft)+parseFloat(h.marginRight)||0,b=Math.abs(o.clientWidth-f.clientWidth-g),x=getComputedStyle(o).scrollbarGutter==="stable both-edges"?b/2:b;x<=$c&&(a-=x)}return{width:a,height:l,x:c,y:u}}function Bc(e,t){let r=Sr(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,o=Wt(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 _s(e,t,r){let n;if(t==="viewport"||t==="layoutViewport")n=Fc(e,r,t);else if(t==="document")n=Uc(He(e));else if(_e(t))n=Bc(t,r);else{let i=Ds(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return ht(n)}function Hc(e,t){let r=t.get(e);if(r)return r;let n=qr(e,[],!1).filter(a=>_e(a)&>(a)!=="body"),i=null,o=Le(e).position==="fixed",s=o?et(e):e;for(;_e(s)&&!Vt(s);){let a=Le(s),l=jt(s),c=i?i.position:o?"fixed":"";!l&&(c==="fixed"||c==="absolute"&&a.position==="static")?n=n.filter(d=>d!==s):i=a,s=et(s)}return t.set(e,n),n}function jc(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,s=[...r==="clippingAncestors"?br(t)?[]:Hc(t,this._c):[].concat(r),n],a=_s(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=_s(t,s[p],i);l=Je(f.top,l),c=mr(f.right,c),u=mr(f.bottom,u),d=Je(f.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function Vc(e){let{width:t,height:r}=Ps(e);return{width:t,height:r}}function Wc(e,t,r){let n=je(t),i=He(t),o=r==="fixed",s=Sr(e,!0,o,t),a={scrollLeft:0,scrollTop:0},l=Ie(0);if((n||!o)&&((gt(t)!=="body"||yr(i))&&(a=xr(t)),n)){let p=Sr(t,!0,o,t);l.x=p.x+t.clientLeft,l.y=p.y+t.clientTop}!n&&i&&(l.x=Xr(i));let c=i&&!n&&!o?ks(i,a):Ie(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 ni(e){return Le(e).position==="static"}function Ls(e,t){if(!je(e)||Le(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return He(e)===r&&(r=r.ownerDocument.body),r}function Ms(e,t){let r=le(e);if(br(e))return r;if(!je(e)){let i=et(e);for(;i&&!Vt(i);){if(_e(i)&&!ni(i))return i;i=et(i)}return r}let n=Ls(e,t);for(;n&&Os(n)&&ni(n);)n=Ls(n,t);return n&&Vt(n)&&ni(n)&&!jt(n)?r:n||Ts(e)||r}var zc=async function(e){let t=this.getOffsetParent||Ms,r=this.getDimensions,n=await r(e.floating);return{reference:Wc(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function qc(e){return Le(e).direction==="rtl"}var Qr={convertOffsetParentRelativeRectToViewportRelativeRect:Mc,getDocumentElement:He,getClippingRect:jc,getOffsetParent:Ms,getElementRects:zc,getClientRects:Ic,getDimensions:Vc,getScale:Wt,isElement:_e,isRTL:qc};var Is=As,Us=Es;var $s=(e,t,r)=>{let n=new Map,i=r??{},o={...Qr,...i.platform,_c:n};return Ss(e,t,{...i,platform:o})};function Fs(e){return Kc(e)}function ii(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Kc(e){for(let t=e;t;t=ii(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=ii(e);t;t=ii(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||jt(r)||t.tagName==="BODY"))return t}return null}async function Bs(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},$s(e,t,{strategy:n.strategy,platform:{...Qr,getOffsetParent:i=>Qr.getOffsetParent(i,Fs)},middleware:[Us({crossAxis:!0}),Is({allowedPlacements:[n.placement]})]})}var rr=m(C());var Li=m(Q());var Hs=m(Q(),1);var oi=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function js(e,t){return(0,Hs.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return Ar(e);try{return JSON.parse(r)}catch{return Ar(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:Er,...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(!Jr(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(!Jr(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(!Jr(e[s],t[s]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Jr(e,t){try{return Gc(e,t)}catch{return!1}}function Er(e,t){return!Jr(e,t)}function Ar(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function Zr(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 Vs=m(Q(),1);var si=e=>{let t=e??{};return(r,n)=>{var i;let o={hasChanged:Er,attribute:!1,...t};(0,Vs.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 en=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 vt=m(Q(),1);var tn=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 zs=m(U(),1);var rn=globalThis,Yc=rn.ShadowRoot&&(rn.ShadyCSS===void 0||rn.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var Ws=(e,t)=>{if(Yc)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=rn.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var nn=class extends zs.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 Ws(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){oi(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 qs(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 qt=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},Xs,Ks=Symbol("constructorPrototype"),Gs=Symbol("constructorName"),Qs=Symbol("exportpartsDebouncer"),Ys=Symbol("dynamicDependenciesLoaded"),zt=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};zt.eventName="exportparts-updated";var Ue=class extends nn{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Xs]=new tn(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[Qs].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[Gs]=this.constructor.name,this[Ks]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Gs]&&Object.setPrototypeOf(this,this[Ks])}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[Ys]||(r[Ys]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(zt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(zt.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 zt)})}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=qs(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:[],g=[...f,...h].filter(l).map(b=>b.trim());for(let b of g)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(", ")}};Xs=Qs;qt([(0,vt.property)()],Ue.prototype,"exportpartsPrefix",void 0);qt([js([])],Ue.prototype,"exportpartsPrefixes",void 0);qt([(0,vt.property)({reflect:!0})],Ue.prototype,"exportparts",void 0);qt([(0,vt.property)()],Ue.prototype,"customStylesheet",void 0);qt([(0,vt.property)()],Ue.prototype,"elementToFocus",void 0);qt([(0,vt.state)()],Ue.prototype,"useAdoptedStyleSheets",void 0);function on(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Cr=Symbol("internalReduxEventsUnsubscribers"),tt=Symbol("internalStoresUnsubscribers"),yt=Symbol("internalStores"),Xc=Zr(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[yt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[yt].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[yt].get(s)}addStore(s,a){var l;a=(l=a??s.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[yt].set(a,s),this.subscribeToStore(a,s),this.updateFromStores()}removeStore(s){let a=typeof s=="string"?s:s.name;this.unsubscribeFromStore(a),this[yt].delete(a)}setupStores(){this.unsubscribeFromStores(),this[yt].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[tt].has(s.store):this[tt].size>0)&&(this[a]=s.selector(c.getState(),this))}})}subscribeToStore(s,a){var l;this[tt].set(s,a.subscribe(()=>this.updateFromStores())),this[Cr].set(s,[]),on(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[Cr].get(s).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[tt].forEach((s,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(s){var a;this[tt].has(s)&&this[tt].get(s)(),this[tt].delete(s),(a=this[Cr].get(s))===null||a===void 0||a.forEach(l=>l()),this[Cr].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=tt,r=yt,n=Cr,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),Js=class extends Xc(Ue){};function Se(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 Ve(e){return!!e&&!!e[I]}function Pe(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)===iu})(e)||Array.isArray(e)||!!e[oa]||!!(!((t=e.constructor)===null||t===void 0)&&t[oa])||mi(e)||gi(e))}function bt(e,t,r){r===void 0&&(r=!1),Yt(e)===0?(r?Object.keys:Gt)(e).forEach((function(n){r&&typeof n=="symbol"||t(n,e[n],e)})):e.forEach((function(n,i){return t(i,n,e)}))}function Yt(e){var t=e[I];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:mi(e)?2:gi(e)?3:0}function Kt(e,t){return Yt(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Qc(e,t){return Yt(e)===2?e.get(t):e[t]}function sa(e,t,r){var n=Yt(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function aa(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function mi(e){return ru&&e instanceof Map}function gi(e){return nu&&e instanceof Set}function rt(e){return e.o||e.t}function vi(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=ua(e);delete t[I];for(var r=Gt(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 yi(e,t){return t===void 0&&(t=!1),bi(e)||Ve(e)||!Pe(e)||(Yt(e)>1&&(e.set=e.add=e.clear=e.delete=Jc),Object.freeze(e),t&&bt(e,(function(r,n){return yi(n,!0)}),!0)),e}function Jc(){Se(2)}function bi(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function $e(e){var t=hi[e];return t||Se(18,e),t}function Zc(e,t){hi[e]||(hi[e]=t)}function di(){return Or}function ai(e,t){t&&($e("Patches"),e.u=[],e.s=[],e.v=t)}function sn(e){pi(e),e.p.forEach(eu),e.p=null}function pi(e){e===Or&&(Or=e.l)}function Zs(e){return Or={p:[],l:Or,h:e,m:!0,_:0}}function eu(e){var t=e[I];t.i===0||t.i===1?t.j():t.g=!0}function li(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||$e("ES5").S(t,e,n),n?(r[I].P&&(sn(t),Se(4)),Pe(e)&&(e=an(t,e),t.l||ln(t,e)),t.u&&$e("Patches").M(r[I].t,e,t.u,t.s)):e=an(t,r,[]),sn(t),t.u&&t.v(t.u,t.s),e!==ca?e:void 0}function an(e,t,r){if(bi(t))return t;var n=t[I];if(!n)return bt(t,(function(a,l){return ea(e,n,t,a,l,r)}),!0),t;if(n.A!==e)return t;if(!n.P)return ln(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=vi(n.k):n.o,o=i,s=!1;n.i===3&&(o=new Set(i),i.clear(),s=!0),bt(o,(function(a,l){return ea(e,n,i,a,l,r,s)})),ln(e,i,!1),r&&e.u&&$e("Patches").N(n,r,e.u,e.s)}return n.o}function ea(e,t,r,n,i,o,s){if(Ve(i)){var a=an(e,i,o&&t&&t.i!==3&&!Kt(t.R,n)?o.concat(n):void 0);if(sa(r,n,a),!Ve(a))return;e.m=!1}else s&&r.add(i);if(Pe(i)&&!bi(i)){if(!e.h.D&&e._<1)return;an(e,i),t&&t.A.l||ln(e,i)}}function ln(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&yi(t,r)}function ci(e,t){var r=e[I];return(r?rt(r):e)[t]}function ta(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 nt(e){e.P||(e.P=!0,e.l&&nt(e.l))}function ui(e){e.o||(e.o=vi(e.t))}function fi(e,t,r){var n=mi(t)?$e("MapSet").F(t,r):gi(t)?$e("MapSet").T(t,r):e.O?(function(i,o){var s=Array.isArray(i),a={i:s?1:0,A:o?o.A:di(),P:!1,I:!1,R:{},l:o,t:i,k:null,o:null,j:null,C:!1},l=a,c=Tr;s&&(l=[a],c=wr);var u=Proxy.revocable(l,c),d=u.revoke,p=u.proxy;return a.k=p,a.j=d,p})(t,r):$e("ES5").J(t,r);return(r?r.A:di()).p.push(n),n}function tu(e){return Ve(e)||Se(22,e),(function t(r){if(!Pe(r))return r;var n,i=r[I],o=Yt(r);if(i){if(!i.P&&(i.i<4||!$e("ES5").K(i)))return i.t;i.I=!0,n=ra(r,o),i.I=!1}else n=ra(r,o);return bt(n,(function(s,a){i&&Qc(i.t,s)===a||sa(n,s,t(a))})),o===3?new Set(n):n})(e)}function ra(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return vi(e)}function la(){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[I];return Tr.get(c,s)},set:function(c){var u=this[I];Tr.set(u,s,c)}},l}function t(s){for(var a=s.length-1;a>=0;a--){var l=s[a][I];if(!l.P)switch(l.i){case 5:n(l)&&nt(l);break;case 4:r(l)&&nt(l)}}}function r(s){for(var a=s.t,l=s.k,c=Gt(l),u=c.length-1;u>=0;u--){var d=c[u];if(d!==I){var p=a[d];if(p===void 0&&!Kt(a,d))return!0;var f=l[d],h=f&&f[I];if(h?h.t!==p:!aa(f,p))return!0}}var g=!!a[I];return c.length!==Gt(a).length+(g?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&&Se(3,JSON.stringify(rt(s)))}var o={};Zc("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 g=ua(p);delete g[I];for(var b=Gt(g),x=0;x<b.length;x++){var S=b[x];g[S]=e(S,d||!!g[S].enumerable)}return Object.create(Object.getPrototypeOf(p),g)})(l,s),u={i:l?5:4,A:a?a.A:di(),P:!1,I:!1,R:{},l:a,t:s,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,I,{value:u,writable:!0}),c},S:function(s,a,l){l?Ve(a)&&a[I].A===s&&t(s.p):(s.u&&(function c(u){if(u&&typeof u=="object"){var d=u[I];if(d){var p=d.t,f=d.k,h=d.R,g=d.i;if(g===4)bt(f,(function(R){R!==I&&(p[R]!==void 0||Kt(p,R)?h[R]||c(f[R]):(h[R]=!0,nt(d)))})),bt(p,(function(R){f[R]!==void 0||Kt(f,R)||(h[R]=!1,nt(d))}));else if(g===5){if(n(d)&&(nt(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 S=Math.min(f.length,p.length),O=0;O<S;O++)f.hasOwnProperty(O)||(h[O]=!0),h[O]===void 0&&c(f[O])}}}})(s.p[0]),t(s.p))},K:function(s){return s.i===4?r(s):n(s)}})}var na,Or,xi=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",ru=typeof Map<"u",nu=typeof Set<"u",ia=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",ca=xi?Symbol.for("immer-nothing"):((na={})["immer-nothing"]=!0,na),oa=xi?Symbol.for("immer-draftable"):"__$immer_draftable",I=xi?Symbol.for("immer-state"):"__$immer_state";var iu=""+Object.prototype.constructor,Gt=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,ua=Object.getOwnPropertyDescriptors||function(e){var t={};return Gt(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},hi={},Tr={get:function(e,t){if(t===I)return e;var r=rt(e);if(!Kt(r,t))return(function(i,o,s){var a,l=ta(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||!Pe(n)?n:n===ci(e.t,t)?(ui(e),e.o[t]=fi(e.A.h,n,e)):n},has:function(e,t){return t in rt(e)},ownKeys:function(e){return Reflect.ownKeys(rt(e))},set:function(e,t,r){var n=ta(rt(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var i=ci(rt(e),t),o=i?.[I];if(o&&o.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(aa(r,i)&&(r!==void 0||Kt(e.t,t)))return!0;ui(e),nt(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 ci(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,ui(e),nt(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=rt(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){Se(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){Se(12)}},wr={};bt(Tr,(function(e,t){wr[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),wr.deleteProperty=function(e,t){return wr.set.call(this,e,t,void 0)},wr.set=function(e,t,r){return Tr.set.call(this,e[0],t,r,e[0])};var ou=(function(){function e(r){var n=this;this.O=ia,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(g){var b=this;g===void 0&&(g=a);for(var x=arguments.length,S=Array(x>1?x-1:0),O=1;O<x;O++)S[O-1]=arguments[O];return l.produce(g,(function(R){var K;return(K=o).call.apply(K,[b,R].concat(S))}))}}var c;if(typeof o!="function"&&Se(6),s!==void 0&&typeof s!="function"&&Se(7),Pe(i)){var u=Zs(n),d=fi(n,i,void 0),p=!0;try{c=o(d),p=!1}finally{p?sn(u):pi(u)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(g){return ai(u,s),li(g,u)}),(function(g){throw sn(u),g})):(ai(u,s),li(c,u))}if(!i||typeof i!="object"){if((c=o(i))===void 0&&(c=i),c===ca&&(c=void 0),n.D&&yi(c,!0),s){var f=[],h=[];$e("Patches").M(i,c,f,h),s(f,h)}return c}Se(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){Pe(r)||Se(8),Ve(r)&&(r=tu(r));var n=Zs(this),i=fi(this,r,void 0);return i[I].C=!0,pi(n),i},t.finishDraft=function(r,n){var i=r&&r[I],o=i.A;return ai(o,n),li(void 0,o)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!ia&&Se(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=$e("Patches").$;return Ve(r)?s(r,n):this.produce(r,(function(a){return s(a,n)}))},e})(),me=new ou,su=me.produce,uf=me.produceWithPatches.bind(me),df=me.setAutoFreeze.bind(me),pf=me.setUseProxies.bind(me),ff=me.applyPatches.bind(me),hf=me.createDraft.bind(me),mf=me.finishDraft.bind(me),cn=su;function xt(e){"@babel/helpers - typeof";return xt=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},xt(e)}function da(e,t){if(xt(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(xt(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function pa(e){var t=da(e,"string");return xt(t)=="symbol"?t:t+""}function fa(e,t,r){return(t=pa(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ha(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 Si(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ha(Object(r),!0).forEach(function(n){fa(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ha(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function ne(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 ma=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),Ai=function(){return Math.random().toString(36).substring(7).split("").join(".")},un={INIT:"@@redux/INIT"+Ai(),REPLACE:"@@redux/REPLACE"+Ai(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Ai()}};function au(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 Ei(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(ne(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(ne(1));return r(Ei)(e,t)}if(typeof e!="function")throw new Error(ne(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(ne(3));return o}function d(g){if(typeof g!="function")throw new Error(ne(4));if(l)throw new Error(ne(5));var b=!0;return c(),a.push(g),function(){if(b){if(l)throw new Error(ne(6));b=!1,c();var S=a.indexOf(g);a.splice(S,1),s=null}}}function p(g){if(!au(g))throw new Error(ne(7));if(typeof g.type>"u")throw new Error(ne(8));if(l)throw new Error(ne(9));try{l=!0,o=i(o,g)}finally{l=!1}for(var b=s=a,x=0;x<b.length;x++){var S=b[x];S()}return g}function f(g){if(typeof g!="function")throw new Error(ne(10));i=g,p({type:un.REPLACE})}function h(){var g,b=d;return g={subscribe:function(S){if(typeof S!="object"||S===null)throw new Error(ne(11));function O(){S.next&&S.next(u())}O();var R=b(O);return{unsubscribe:R}}},g[ma]=function(){return this},g}return p({type:un.INIT}),n={dispatch:p,subscribe:d,getState:u,replaceReducer:f},n[ma]=h,n}function lu(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:un.INIT});if(typeof n>"u")throw new Error(ne(12));if(typeof r(void 0,{type:un.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(ne(13))})}function ga(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{lu(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 g=o[h],b=r[g],x=c[g],S=b(x,u);if(typeof S>"u"){var O=u&&u.type;throw new Error(ne(14))}f[g]=S,p=p||S!==x}return p=p||o.length!==Object.keys(c).length,p?f:c}}function Xt(){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 va(){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(ne(15))},s={getState:i.getState,dispatch:function(){return o.apply(void 0,arguments)}},a=t.map(function(l){return l(s)});return o=Xt.apply(void 0,a)(i.dispatch),Si(Si({},i),{},{dispatch:o})}}}function ya(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 ba=ya();ba.withExtraArgument=ya;var Ci=ba;var Ca=(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)}})(),cu=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}}},Qt=function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e},uu=Object.defineProperty,du=Object.defineProperties,pu=Object.getOwnPropertyDescriptors,xa=Object.getOwnPropertySymbols,fu=Object.prototype.hasOwnProperty,hu=Object.prototype.propertyIsEnumerable,Sa=function(e,t,r){return t in e?uu(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},it=function(e,t){for(var r in t||(t={}))fu.call(t,r)&&Sa(e,r,t[r]);if(xa)for(var n=0,i=xa(t);n<i.length;n++){var r=i[n];hu.call(t,r)&&Sa(e,r,t[r])}return e},wi=function(e,t){return du(e,pu(t))},mu=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 gu=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Xt:Xt.apply(null,arguments)},Df=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function vu(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 ot(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 it(it({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 yu=(function(e){Ca(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,Qt([void 0],r[0].concat(this)))):new(t.bind.apply(t,Qt([void 0],r.concat(this))))},t})(Array),bu=(function(e){Ca(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,Qt([void 0],r[0].concat(this)))):new(t.bind.apply(t,Qt([void 0],r.concat(this))))},t})(Array);function Ri(e){return Pe(e)?cn(e,function(){}):e}function xu(e){return typeof e=="boolean"}function Su(){return function(t){return Au(t)}}function Au(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 yu;if(r&&(xu(r)?c.push(Ci):c.push(Ci.withExtraArgument(r.extraArgument))),0){if(i)var u;if(s)var d;if(l)var p}return c}var Oi=!0;function wa(e){var t=Su(),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(vu(i))f=ga(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var h=s;if(typeof h=="function"&&(h=h(t),!Oi&&!Array.isArray(h)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Oi&&h.some(function(R){return typeof R!="function"}))throw new Error("each middleware provided to configureStore must be a function");var g=va.apply(void 0,h),b=Xt;l&&(b=gu(it({trace:!Oi},typeof l=="object"&&l)));var x=new bu(g),S=x;Array.isArray(p)?S=Qt([g],p):typeof p=="function"&&(S=p(x));var O=b.apply(void 0,S);return Ei(f,u,O)}function Oa(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 Eu(e){return typeof e=="function"}function Cu(e,t,r,n){r===void 0&&(r=[]);var i=typeof t=="function"?Oa(t):[t,r,n],o=i[0],s=i[1],a=i[2],l;if(Eu(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=Qt([o[p.type]],s.filter(function(h){var g=h.matcher;return g(p)}).map(function(h){var g=h.reducer;return g}));return f.filter(function(h){return!!h}).length===0&&(f=[a]),f.reduce(function(h,g){if(g)if(Ve(h)){var b=h,x=g(b,p);return x===void 0?h:x}else{if(Pe(h))return cn(h,function(S){return g(S,p)});var x=g(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 wu(e,t){return e+"/"+t}function Ta(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=wu(t,u),f,h;"reducer"in d?(f=d.reducer,h=d.prepare):f=d,o[u]=f,s[p]=f,a[u]=h?ot(p,h):ot(p)});function l(){var u=typeof e.extraReducers=="function"?Oa(e.extraReducers):[e.extraReducers],d=u[0],p=d===void 0?{}:d,f=u[1],h=f===void 0?[]:f,g=u[2],b=g===void 0?void 0:g,x=it(it({},p),s);return Cu(r,function(S){for(var O in x)S.addCase(O,x[O]);for(var R=0,K=h;R<K.length;R++){var V=K[R];S.addMatcher(V.matcher,V.reducer)}b&&S.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 Ou="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Tu=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=Ou[Math.random()*64|0];return t},Ru=["name","message","stack","code"],Ti=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Aa=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),_u=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=Ru;r<n.length;r++){var i=n[r];typeof e[i]=="string"&&(t[i]=e[i])}return t}return{message:String(e)}},Uf=(function(){function e(t,r,n){var i=ot(t+"/fulfilled",function(u,d,p,f){return{payload:u,meta:wi(it({},f||{}),{arg:p,requestId:d,requestStatus:"fulfilled"})}}),o=ot(t+"/pending",function(u,d,p){return{payload:void 0,meta:wi(it({},p||{}),{arg:d,requestId:u,requestStatus:"pending"})}}),s=ot(t+"/rejected",function(u,d,p,f,h){return{payload:f,error:(n&&n.serializeError||_u)(u||"Rejected"),meta:wi(it({},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):Tu(),g=new l,b,x=!1;function S(R){b=R,g.abort()}var O=(function(){return mu(this,null,function(){var R,K,V,ze,Un,qe,pe;return cu(this,function(ve){switch(ve.label){case 0:return ve.trys.push([0,4,,5]),ze=(R=n?.condition)==null?void 0:R.call(n,u,{getState:p,extra:f}),Pu(ze)?[4,ze]:[3,2];case 1:ze=ve.sent(),ve.label=2;case 2:if(ze===!1||g.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return x=!0,Un=new Promise(function(fe,ct){return g.signal.addEventListener("abort",function(){return ct({name:"AbortError",message:b||"Aborted"})})}),d(o(h,u,(K=n?.getPendingMeta)==null?void 0:K.call(n,{requestId:h,arg:u},{getState:p,extra:f}))),[4,Promise.race([Un,Promise.resolve(r(u,{dispatch:d,getState:p,extra:f,requestId:h,signal:g.signal,abort:S,rejectWithValue:function(fe,ct){return new Ti(fe,ct)},fulfillWithValue:function(fe,ct){return new Aa(fe,ct)}})).then(function(fe){if(fe instanceof Ti)throw fe;return fe instanceof Aa?i(fe.payload,h,u,fe.meta):i(fe,h,u)})])];case 3:return V=ve.sent(),[3,5];case 4:return qe=ve.sent(),V=qe instanceof Ti?s(null,h,u,qe.payload,qe.meta):s(qe,h,u),[3,5];case 5:return pe=n&&!n.dispatchConditionRejection&&s.match(V)&&V.meta.condition,pe||d(V),[2,V]}})})})();return Object.assign(O,{abort:S,requestId:h,arg:u,unwrap:function(){return O.then(Lu)}})}}return Object.assign(c,{pending:o,rejected:s,fulfilled:i,typePrefix:t})}return e.withTypes=function(){return e},e})();function Lu(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function Pu(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Ra="listener",_a="completed",La="cancelled",$f="task-"+La,Ff="task-"+_a,Bf=Ra+"-"+La,Hf=Ra+"-"+_a;var _i="listenerMiddleware";var jf=ot(_i+"/add"),Vf=ot(_i+"/removeAll"),Wf=ot(_i+"/remove");var Ea,zf=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Ea||(Ea=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},Nu=function(e){return function(t){setTimeout(t,e)}},qf=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Nu(10);la();var Du=Zr(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)}}}),dn=class extends Du(Object){};window.ftReduxStores||(window.ftReduxStores={});var Pa=class e extends dn{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(on(o))return o;if(i==null)return;let s=Ta({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=wa({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=Ar(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 en;let i=o=>o!=null?JSON.parse(JSON.stringify(o)):o;this.actions=new Proxy(this.reduxSlice.actions,{get:(o,s,a)=>{let l=s,c=o[l];return c?(...u)=>{let d=c(...u.map(i));return this.reduxStore.dispatch(d),d}:u=>{this.setState({[l]:i(u)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...t){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:t})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var pn=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 fn=m(C()),ku="ft-app-info",St=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};St.eventName="authentication-change";var Rr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Rr.eventName="ui-locale-changed";var Mu={session:(e,t)=>{(0,fn.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>w.dispatchEvent(new St(t.payload)),0))}},w=fn.FtReduxStore.get({name:ku,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 Na=m(C()),hn=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},xh=(0,Na.applyMixinOnce)(Symbol("withDateFormat"),function(e){class t extends e{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(w)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,o;return((o=(i=this.metadataDescriptors.find(a=>a.key===n))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1)?a=>pn.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return hn([(0,Li.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),hn([(0,Li.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),hn([si({store:w.name,selector:r=>{var n,i;return(i=(n=r.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&i!==void 0?i:[]}})],t.prototype,"metadataDescriptors",void 0),hn([si({store:w.name})],t.prototype,"uiLocale",void 0),t});var Da;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(Da||(Da={}));var ka;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(ka||(ka={}));var Ma;(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"})(Ma||(Ma={}));var Ia;(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"})(Ia||(Ia={}));var Ua;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Ua||(Ua={}));var $a;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})($a||($a={}));var Fa;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(Fa||(Fa={}));var Ba;(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"})(Ba||(Ba={}));var Ha;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(Ha||(Ha={}));var ja;(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"})(ja||(ja={}));var Va;(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"})(Va||(Va={}));var Wa;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(Wa||(Wa={}));var za;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(za||(za={}));var qa;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(qa||(qa={}));var Ka;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(Ka||(Ka={}));var Ga;(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"})(Ga||(Ga={}));var _r;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(_r||(_r={}));var Ya;(function(e){e.ASC="ASC",e.DESC="DESC"})(Ya||(Ya={}));var Xa;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(Xa||(Xa={}));var Lr;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(Lr||(Lr={}));var Qa;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Qa||(Qa={}));var Ja;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(Ja||(Ja={}));var Za;(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"})(Za||(Za={}));var Jt;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Jt||(Jt={}));var el;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(el||(el={}));var Pr;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Pr||(Pr={}));var tl;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(tl||(tl={}));var $;(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"})($||($={}));var Ae;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(Ae||(Ae={}));var rl;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(rl||(rl={}));var nl;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(nl||(nl={}));var il;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(il||(il={}));var ol;(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"})(ol||(ol={}));var sl;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(sl||(sl={}));var al;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(al||(al={}));var ll;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(ll||(ll={}));var cl;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(cl||(cl={}));var ul;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(ul||(ul={}));var dl;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(dl||(dl={}));var pl;(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"})(pl||(pl={}));var fl;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(fl||(fl={}));var Iu={[$.PERSONAL_BOOK_SHARE_USER]:[$.PERSONAL_BOOK_USER],[$.HTML_EXPORT_USER]:[$.PERSONAL_BOOK_USER],[$.PDF_EXPORT_USER]:[$.PERSONAL_BOOK_USER],[$.KHUB_ADMIN]:[$.CONTENT_PUBLISHER],[$.ADMIN]:[$.KHUB_ADMIN,$.USERS_ADMIN,$.PORTAL_ADMIN,$.BEHAVIOR_DATA_USER],[$.GENERATIVE_AI_EXPORT_USER]:[$.GENERATIVE_AI_USER]};function hl(e,t){return e===t||(Iu[e]??[]).some(r=>hl(r,t))}function Nr(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=>hl(n,t))}var bn=m(C());var Pi=m(C());var At=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=w.getState(),i=t??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(t){return new Promise(r=>{let n=e.get(t);if(n)r(n);else{let i=w.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var Zt=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 ce=class extends Zt{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 Pi.CacheRegistry,this.cache=t?i.commonCache:new Pi.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 mn=class extends ce{async listMySearches(){let{session:t}=w.getState();return Nr(t,$.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var gn=class extends ce{async listMyBookmarks(){let t=w.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var vn=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=w.getState().session;return!!t?.sessionAuthenticated}};var yn=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=w.getState().session;return!!t?.sessionAuthenticated}};var Uu="ft-user-assets",$u={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(Ae).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;Di(e,r,[...Ni(e,r),i]),ml(e,r,1,n),gl(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;Di(e,r,Ni(e,r).map(i=>i.id===n.id?n:i)),gl(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;Di(e,r,Ni(e,r).filter(o=>o.id!==i)),ml(e,r,-1,n)}},vl={[Ae.SEARCHES]:"savedSearches",[Ae.BOOKMARKS]:"bookmarks",[Ae.BOOKS]:void 0,[Ae.COLLECTIONS]:void 0},Ni=(e,t)=>{var r;let n=vl[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},Di=(e,t,r)=>{let n=vl[t];n&&(e[n]=r)},ml=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===Ae.BOOKMARKS&&n)){let o=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,o+r)}},gl=(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)},Y=bn.FtReduxStore.get({name:Uu,reducers:$u,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(Ae).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),ki=class{constructor(t=new vn,r=new yn){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=w.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new gn,this.savedSearchesService=new mn,w.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=w.getState();(0,bn.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(),Y.actions.clearAssetCount(),Y.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Y.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Y.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Y.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();Y.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&Y.getState().assetCounts.allAsset[t]!==r.count&&Y.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&Y.getState().assetCounts.bookmarkByMap[t]!==r.count&&Y.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(Y.getState().assetCounts.bookmarkByMap).length!==0;t===Ae.BOOKMARKS&&r&&Y.actions.clearBookmarkCountByMap(),Y.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;Y.actions.bookmarks(r)}}},xn=new ki;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=xn);var Mi=class{addCommand(t,r=!1){w.commands.add(t,r)}consumeCommand(t){return w.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new Mi;var Ee=m(C());var yl,er=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},Fu=Symbol("clearAfterUnitTest"),Sn=class extends(0,Ee.withEventBus)(ce){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[yl]=()=>{this.defaultMessages={},this.cache=new Ee.CacheRegistry,this.listeners={}},this.currentUiLocale=w.getState().uiLocale,w.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=w.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let r=t.name.toLowerCase();this.cache.setFinal(r,t),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,r){var n;if(t=t.toLowerCase(),r&&Object.keys(r).length>0){let i={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...r};(0,Ee.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 Ee.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 Ee.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 er({loadedContexts:t})),this.dispatchEvent(new er({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new er({loadedContexts:[t]})),this.dispatchEvent(new er({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,Ee.delay)(0).then(()=>n()).catch(()=>null)))}};yl=Fu;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Sn{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Sn{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var tr=window.FluidTopicsI18nService,An=window.FluidTopicsCustomI18nService;var bl=m(C()),Ii=class{highlightHtml(t,r,n){(0,bl.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new Ii;var xl=m(C());var Ui=class{isDate(t){var r,n,i,o;return(o=(i=((n=(r=w.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(a=>a.key===t))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1}format(t,r){var n,i,o,s;if(t==null)return"";try{return xl.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:w.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(o=r?.withTime)!==null&&o!==void 0?o:!1,(s=r?.onlyTime)!==null&&s!==void 0?s:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new Ui;var Sl=m(C());var Et=class{static get(t,r){var n,i,o,s;let a=w.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 Sl.SearchPlaceConverter(a.baseUrl,t??20,(s=a.localesConfiguration)===null||s===void 0?void 0:s.allLanguagesAllowed,r??`${l}-${c}`)}};var $i=class{urlToSearchRequest(t){return Et.get().parse(t)}searchRequestToUrl(t){return Et.get().serialize(t)}};window.FluidTopicsUrlService=new $i;var We=m(C());var Ct=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};Ct.eventName="change";var Fi=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))}},Al=new Fi;var En=class e extends We.WithEventBus{static build(){return new e(window.history,Al,()=>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,We.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new Ct(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(Ct.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(Ct.eventName,t)}currentItem(){return(0,We.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,We.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,We.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,We.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=En.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 El=m(U());var Cl=El.css`
|
|
421
|
-
`;var
|
|
420
|
+
`;var bo=["top","right","bottom","left"],xo=["start","end"],ui=bo.reduce((e,t)=>e.concat(t,t+"-"+xo[0],t+"-"+xo[1]),[]),cr=Math.min,Qe=Math.max,ur=Math.round;var De=e=>({x:e,y:e}),Hc={left:"right",right:"left",bottom:"top",top:"bottom"};function So(e,t,r){return Qe(e,cr(t,r))}function Vr(e,t){return typeof e=="function"?e(t):e}function dr(e){return e.split("-")[0]}function Ze(e){return e.split("-")[1]}function di(e){return e==="x"?"y":"x"}function pi(e){return e==="y"?"height":"width"}function zr(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function fi(e){return di(zr(e))}function Eo(e,t,r){r===void 0&&(r=!1);let n=Ze(e),i=fi(e),s=pi(i),o=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=ci(o)),[o,ci(o)]}function Ao(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function ci(e){let t=dr(e);return Hc[t]+e.slice(t.length)}function Vc(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 _o(e){return typeof e!="number"?Vc(e):{top:e,right:e,bottom:e,left:e}}function ut(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 Co(e,t,r){let{reference:n,floating:i}=e,s=zr(t),o=fi(t),a=pi(o),l=dr(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=Ze(t);return v&&(y[o]+=p*(v==="end"?1:-1)*(r&&c?-1:1)),y}async function wo(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}=Vr(t,e),v=_o(y),g=a[p?d==="floating"?"reference":"floating":d],C=ut(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})),M=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)),T=await(s.isElement==null?void 0:s.isElement(x))&&await(s.getScale==null?void 0:s.getScale(x))||{x:1,y:1},L=ut(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:M,offsetParent:x,strategy:l}):M);return{top:(C.top-L.top+v.top)/T.y,bottom:(L.bottom-C.bottom+v.bottom)/T.y,left:(C.left-L.left+v.left)/T.x,right:(L.right-C.right+v.right)/T.x}}var zc=50,To=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:s=[],platform:o}=r,a=o.detectOverflow?o:{...o,detectOverflow:wo},l=await(o.isRTL==null?void 0:o.isRTL(t)),c=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=Co(c,n,l),p=n,y=0,v={};for(let _=0;_<s.length;_++){let g=s[_];if(!g)continue;let{name:C,fn:M}=g,{x,y:T,data:L,reset:z}=await M({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=T??d,v[C]={...v[C],...L},z&&y<zc&&(y++,typeof z=="object"&&(z.placement&&(p=z.placement),z.rects&&(c=z.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):z.rects),{x:u,y:d}=Co(c,p,l)),_=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:v}};function jc(e,t,r){return(e?[...r.filter(i=>Ze(i)===e),...r.filter(i=>Ze(i)!==e)]:r.filter(i=>dr(i)===i)).filter(i=>e?Ze(i)===e||(t?Ao(i)!==i:!1):!0)}var Oo=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=ui,autoAlignment:y=!0,...v}=Vr(e,t),_=d!==void 0||p===ui?jc(d||null,y,p):p,g=((r=o.autoPlacement)==null?void 0:r.index)||0,C=_[g];if(C==null)return{};if(a!==C)return{reset:{placement:_[0]}};let M=await l.detectOverflow(t,v),x=Eo(C,s,await(l.isRTL==null?void 0:l.isRTL(c.floating))),T=[M[dr(C)],M[x[0]],M[x[1]]],L=[...((n=o.autoPlacement)==null?void 0:n.overflows)||[],{placement:C,overflows:T}],z=_[g+1];if(z)return{data:{index:g+1,overflows:L},reset:{placement:z}};let U=L.map(ve=>{let st=Ze(ve.placement);return[ve.placement,st&&u?ve.overflows.slice(0,2).reduce((Oc,Rc)=>Oc+Rc,0):ve.overflows[0],ve.overflows]}).sort((ve,st)=>ve[1]-st[1]),Zt=((i=U.filter(ve=>ve[2].slice(0,Ze(ve[0])?2:3).every(st=>st<=0))[0])==null?void 0:i[0])||U[0][0];return Zt!==a?{data:{index:g+1,overflows:L},reset:{placement:Zt}}:{}}}};var Ro=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:M=>{let{x,y:T}=M;return{x,y:T}}},...c}=Vr(e,t),u={x:r,y:n},d=await s.detectOverflow(t,c),p=zr(i),y=di(p),v=u[y],_=u[p],g=(M,x)=>So(x+d[M==="y"?"top":"left"],x,x-d[M==="y"?"bottom":"right"]);o&&(v=g(y,v)),a&&(_=g(p,_));let C=l.fn({...t,[y]:v,[p]:_});return{...C,data:{x:C.x-r,y:C.y-n,enabled:{[y]:o,[p]:a}}}}}};function Wr(){return typeof window<"u"}function pt(e){return No(e)?(e.nodeName||"").toLowerCase():"#document"}function ue(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function He(e){var t;return(t=(No(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function No(e){return Wr()?e instanceof Node||e instanceof ue(e).Node:!1}function Oe(e){return Wr()?e instanceof Element||e instanceof ue(e).Element:!1}function Ve(e){return Wr()?e instanceof HTMLElement||e instanceof ue(e).HTMLElement:!1}function Lo(e){return!Wr()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ue(e).ShadowRoot}function pr(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=Re(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function Po(e){return/^(table|td|th)$/.test(pt(e))}function fr(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var Wc=/transform|translate|scale|rotate|perspective|filter/,qc=/paint|layout|strict|content/,dt=e=>!!e&&e!=="none",hi;function Ut(e){let t=Oe(e)?Re(e):e;return dt(t.transform)||dt(t.translate)||dt(t.scale)||dt(t.rotate)||dt(t.perspective)||!qr()&&(dt(t.backdropFilter)||dt(t.filter))||Wc.test(t.willChange||"")||qc.test(t.contain||"")}function Mo(e){let t=Je(e);for(;Ve(t)&&!$t(t);){if(Ut(t))return t;if(fr(t))return null;t=Je(t)}return null}function qr(){return hi==null&&(hi=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),hi}function $t(e){return/^(html|body|#document)$/.test(pt(e))}function Re(e){return ue(e).getComputedStyle(e)}function hr(e){return Oe(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Je(e){if(pt(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Lo(e)&&e.host||He(e);return Lo(t)?t.host:t}function Do(e){let t=Je(e);return $t(t)?(e.ownerDocument||e).body:Ve(t)&&pr(t)?t:Do(t)}function jr(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=Do(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=ue(i);if(s){let a=Kr(o);return t.concat(o,o.visualViewport||[],pr(i)?i:[],a&&r?jr(a):[])}else return t.concat(i,jr(i,[],r))}function Kr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Uo(e){let t=Re(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=Ve(e),s=i?e.offsetWidth:r,o=i?e.offsetHeight:n,a=ur(r)!==s||ur(n)!==o;return a&&(r=s,n=o),{width:r,height:n,$:a}}function $o(e){return Oe(e)?e:e.contextElement}function Ft(e){let t=$o(e);if(!Ve(t))return De(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:s}=Uo(t),o=(s?ur(r.width):r.width)/n,a=(s?ur(r.height):r.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}var Kc=De(0);function Fo(e){let t=ue(e);return!qr()||!t.visualViewport?Kc:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Gc(e,t,r){return t===void 0&&(t=!1),!!r&&t&&r===ue(e)}function mr(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),s=$o(e),o=De(1);t&&(n?Oe(n)&&(o=Ft(n)):o=Ft(e));let a=Gc(s,r,n)?Fo(s):De(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=ue(s),y=Oe(n)?ue(n):n,v=p,_=Kr(v);for(;_&&y!==v;){let g=Ft(_),C=_.getBoundingClientRect(),M=Re(_),x=C.left+(_.clientLeft+parseFloat(M.paddingLeft))*g.x,T=C.top+(_.clientTop+parseFloat(M.paddingTop))*g.y;l*=g.x,c*=g.y,u*=g.x,d*=g.y,l+=x,c+=T,v=ue(_),_=Kr(v)}}return ut({width:u,height:d,x:l,y:c})}function Gr(e,t){let r=hr(e).scrollLeft;return t?t.left+r:mr(He(e)).left+r}function Bo(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Gr(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function Yc(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,s=i==="fixed",o=He(n),a=t?fr(t.floating):!1;if(n===o||a&&s)return r;let l={scrollLeft:0,scrollTop:0},c=De(1),u=De(0),d=Ve(n);if((d||!s)&&((pt(n)!=="body"||pr(o))&&(l=hr(n)),d)){let y=mr(n);c=Ft(n),u.x=y.x+n.clientLeft,u.y=y.y+n.clientTop}let p=o&&!d&&!s?Bo(o,l):De(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 Xc(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function Qc(e){let t=hr(e),r=e.ownerDocument.body,n=Qe(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=Qe(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight),s=-t.scrollLeft+Gr(e),o=-t.scrollTop;return Re(r).direction==="rtl"&&(s+=Qe(e.clientWidth,r.clientWidth)-n),{width:n,height:i,x:s,y:o}}var Zc=25;function Jc(e,t,r){r===void 0&&(r="viewport");let n=r==="layoutViewport",i=ue(e),s=He(e),o=i.visualViewport,a=s.clientWidth,l=s.clientHeight,c=0,u=0;if(o){let p=!qr()||t==="fixed";n?p||(c=-o.offsetLeft,u=-o.offsetTop):(a=o.width,l=o.height,p&&(c=o.offsetLeft,u=o.offsetTop))}if(Gr(s)<=0){let p=s.ownerDocument,y=p.body,v=getComputedStyle(y),_=p.compatMode==="CSS1Compat"&&parseFloat(v.marginLeft)+parseFloat(v.marginRight)||0,g=Math.abs(s.clientWidth-y.clientWidth-_),C=getComputedStyle(s).scrollbarGutter==="stable both-edges"?g/2:g;C<=Zc&&(a-=C)}return{width:a,height:l,x:c,y:u}}function eu(e,t){let r=mr(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,s=Ft(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 ko(e,t,r){let n;if(t==="viewport"||t==="layoutViewport")n=Jc(e,r,t);else if(t==="document")n=Qc(He(e));else if(Oe(t))n=eu(t,r);else{let i=Fo(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return ut(n)}function tu(e,t){let r=t.get(e);if(r)return r;let n=jr(e,[],!1).filter(a=>Oe(a)&&pt(a)!=="body"),i=null,s=Re(e).position==="fixed",o=s?Je(e):e;for(;Oe(o)&&!$t(o);){let a=Re(o),l=Ut(o),c=i?i.position:s?"fixed":"";!l&&(c==="fixed"||c==="absolute"&&a.position==="static")?n=n.filter(d=>d!==o):i=a,o=Je(o)}return t.set(e,n),n}function ru(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,o=[...r==="clippingAncestors"?fr(t)?[]:tu(t,this._c):[].concat(r),n],a=ko(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=ko(t,o[p],i);l=Qe(y.top,l),c=cr(y.right,c),u=cr(y.bottom,u),d=Qe(y.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function nu(e){let{width:t,height:r}=Uo(e);return{width:t,height:r}}function iu(e,t,r){let n=Ve(t),i=He(t),s=r==="fixed",o=mr(e,!0,s,t),a={scrollLeft:0,scrollTop:0},l=De(0);if((n||!s)&&((pt(t)!=="body"||pr(i))&&(a=hr(t)),n)){let p=mr(t,!0,s,t);l.x=p.x+t.clientLeft,l.y=p.y+t.clientTop}!n&&i&&(l.x=Gr(i));let c=i&&!n&&!s?Bo(i,a):De(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 mi(e){return Re(e).position==="static"}function Io(e,t){if(!Ve(e)||Re(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return He(e)===r&&(r=r.ownerDocument.body),r}function Ho(e,t){let r=ue(e);if(fr(e))return r;if(!Ve(e)){let i=Je(e);for(;i&&!$t(i);){if(Oe(i)&&!mi(i))return i;i=Je(i)}return r}let n=Io(e,t);for(;n&&Po(n)&&mi(n);)n=Io(n,t);return n&&$t(n)&&mi(n)&&!Ut(n)?r:n||Mo(e)||r}var su=async function(e){let t=this.getOffsetParent||Ho,r=this.getDimensions,n=await r(e.floating);return{reference:iu(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function ou(e){return Re(e).direction==="rtl"}var Yr={convertOffsetParentRelativeRectToViewportRelativeRect:Yc,getDocumentElement:He,getClippingRect:ru,getOffsetParent:Ho,getElementRects:su,getClientRects:Xc,getDimensions:nu,getScale:Ft,isElement:Oe,isRTL:ou};var Vo=Oo,zo=Ro;var jo=(e,t,r)=>{let n=new Map,i=r??{},s={...Yr,...i.platform,_c:n};return To(e,t,{...i,platform:s})};function Wo(e){return au(e)}function yi(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function au(e){for(let t=e;t;t=yi(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=yi(e);t;t=yi(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||Ut(r)||t.tagName==="BODY"))return t}return null}async function qo(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},jo(e,t,{strategy:n.strategy,platform:{...Yr,getOffsetParent:i=>Yr.getOffsetParent(i,Wo)},middleware:[zo({crossAxis:!0}),Vo({allowedPlacements:[n.placement]})]})}var Yt=f(E());var $i=f(Z());var Ko=f(Z(),1);var gi=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function Go(e,t){return(0,Ko.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return yr(e);try{return JSON.parse(r)}catch{return yr(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:gr,...t??{}})}function lu(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(!Bt(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(!Bt(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(!Bt(e[o],t[o]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Bt(e,t){try{return lu(e,t)}catch{return!1}}function gr(e,t){return!Bt(e,t)}function yr(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function Xr(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 Yo=f(Z(),1);var vi=e=>{let t=e??{};return(r,n)=>{var i;let s={hasChanged:gr,attribute:!1,...t};(0,Yo.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 Qr=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 ft=f(Z(),1);var Zr=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 Qo=f(F(),1);var Jr=globalThis,cu=Jr.ShadowRoot&&(Jr.ShadyCSS===void 0||Jr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var Xo=(e,t)=>{if(cu)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=Jr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var en=class extends Qo.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 Xo(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){gi(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 Zo(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 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},ra,Jo=Symbol("constructorPrototype"),ea=Symbol("constructorName"),na=Symbol("exportpartsDebouncer"),ta=Symbol("dynamicDependenciesLoaded"),Ht=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};Ht.eventName="exportparts-updated";var ke=class extends en{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[ra]=new Zr(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[na].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[ea]=this.constructor.name,this[Jo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ea]&&Object.setPrototypeOf(this,this[Jo])}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[ta]||(r[ta]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(Ht.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(Ht.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 Ht)})}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=Zo(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:[],_=[...y,...v].filter(l).map(g=>g.trim());for(let g of _)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(", ")}};ra=na;Vt([(0,ft.property)()],ke.prototype,"exportpartsPrefix",void 0);Vt([Go([])],ke.prototype,"exportpartsPrefixes",void 0);Vt([(0,ft.property)({reflect:!0})],ke.prototype,"exportparts",void 0);Vt([(0,ft.property)()],ke.prototype,"customStylesheet",void 0);Vt([(0,ft.property)()],ke.prototype,"elementToFocus",void 0);Vt([(0,ft.state)()],ke.prototype,"useAdoptedStyleSheets",void 0);function tn(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var vr=Symbol("internalReduxEventsUnsubscribers"),et=Symbol("internalStoresUnsubscribers"),ht=Symbol("internalStores"),uu=Xr(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[ht].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[ht].values()][0]}getStore(o){return o==null?this.getUnnamedStore():this[ht].get(o)}addStore(o,a){var l;a=(l=a??o.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[ht].set(a,o),this.subscribeToStore(a,o),this.updateFromStores()}removeStore(o){let a=typeof o=="string"?o:o.name;this.unsubscribeFromStore(a),this[ht].delete(a)}setupStores(){this.unsubscribeFromStores(),this[ht].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[et].has(o.store):this[et].size>0)&&(this[a]=o.selector(c.getState(),this))}})}subscribeToStore(o,a){var l;this[et].set(o,a.subscribe(()=>this.updateFromStores())),this[vr].set(o,[]),tn(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[vr].get(o).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(o)}unsubscribeFromStores(){this[et].forEach((o,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(o){var a;this[et].has(o)&&this[et].get(o)(),this[et].delete(o),(a=this[vr].get(o))===null||a===void 0||a.forEach(l=>l()),this[vr].delete(o)}onStoreAvailable(o){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=et,r=ht,n=vr,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),ia=class extends uu(ke){};function re(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 du=typeof Symbol=="function"&&Symbol.observable||"@@observable",sa=du,xi=()=>Math.random().toString(36).substring(7).split("").join("."),pu={INIT:`@@redux/INIT${xi()}`,REPLACE:`@@redux/REPLACE${xi()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${xi()}`},rn=pu;function nn(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 bi(e,t,r){if(typeof e!="function")throw new Error(re(2));if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(re(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(re(1));return r(bi)(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,C)=>{o.set(C,g)}))}function u(){if(l)throw new Error(re(3));return i}function d(g){if(typeof g!="function")throw new Error(re(4));if(l)throw new Error(re(5));let C=!0;c();let M=a++;return o.set(M,g),function(){if(C){if(l)throw new Error(re(6));C=!1,c(),o.delete(M),s=null}}}function p(g){if(!nn(g))throw new Error(re(7));if(typeof g.type>"u")throw new Error(re(8));if(typeof g.type!="string")throw new Error(re(17));if(l)throw new Error(re(9));try{l=!0,i=n(i,g)}finally{l=!1}return(s=o).forEach(M=>{M()}),g}function y(g){if(typeof g!="function")throw new Error(re(10));n=g,p({type:rn.REPLACE})}function v(){let g=d;return{subscribe(C){if(typeof C!="object"||C===null)throw new Error(re(11));function M(){let T=C;T.next&&T.next(u())}return M(),{unsubscribe:g(M)}},[sa](){return this}}}return p({type:rn.INIT}),{dispatch:p,subscribe:d,getState:u,replaceReducer:y,[sa]:v}}function fu(e){Object.keys(e).forEach(t=>{let r=e[t];if(typeof r(void 0,{type:rn.INIT})>"u")throw new Error(re(12));if(typeof r(void 0,{type:rn.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(re(13))})}function oa(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{fu(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],_=y(v,l);if(typeof _>"u"){let g=l&&l.type;throw new Error(re(14))}u[p]=_,c=c||_!==v}return c=c||n.length!==Object.keys(a).length,c?u:a}}function xr(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,r)=>(...n)=>t(r(...n)))}function aa(...e){return t=>(r,n)=>{let i=t(r,n),s=()=>{throw new Error(re(15))},o={getState:i.getState,dispatch:(l,...c)=>s(l,...c)},a=e.map(l=>l(o));return s=xr(...a)(i.dispatch),{...i,dispatch:s}}}function la(e){return nn(e)&&"type"in e&&typeof e.type=="string"}var ga=Symbol.for("immer-nothing"),ca=Symbol.for("immer-draftable"),se=Symbol.for("immer-state");function Le(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var me=Object,jt=me.getPrototypeOf,ln="constructor",hn="prototype",_i="configurable",cn="enumerable",on="writable",br="value",Ie=e=>!!e&&!!e[se];function ye(e){return e?va(e)||yn(e)||!!e[ca]||!!e[ln]?.[ca]||gn(e)||vn(e):!1}var hu=me[hn][ln].toString(),ua=new WeakMap;function va(e){if(!e||!Pi(e))return!1;let t=jt(e);if(t===null||t===me[hn])return!0;let r=me.hasOwnProperty.call(t,ln)&&t[ln];if(r===Object)return!0;if(!zt(r))return!1;let n=ua.get(r);return n===void 0&&(n=Function.toString.call(r),ua.set(r,n)),n===hu}function mn(e,t,r=!0){Ar(e)===0?(r?Reflect.ownKeys(e):me.keys(e)).forEach(i=>{t(i,e[i],e)}):e.forEach((n,i)=>t(i,n,e))}function Ar(e){let t=e[se];return t?t.type_:yn(e)?1:gn(e)?2:vn(e)?3:0}var Si=(e,t,r=Ar(e))=>r===2?e.has(t):me[hn].hasOwnProperty.call(e,t),Ci=(e,t,r=Ar(e))=>r===2?e.get(t):e[t],un=(e,t,r,n=Ar(e))=>{n===2?e.set(t,r):n===3?e.add(r):e[t]=r};function mu(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}var yn=Array.isArray,gn=e=>e instanceof Map,vn=e=>e instanceof Set,Pi=e=>typeof e=="object",zt=e=>typeof e=="function",Ei=e=>typeof e=="boolean";function yu(e){let t=+e;return Number.isInteger(t)&&String(t)===e}var ze=e=>e.copy_||e.base_;var Mi=e=>e.modified_?e.copy_:e.base_;function wi(e,t){if(gn(e))return new Map(e);if(vn(e))return new Set(e);if(yn(e))return Array[hn].slice.call(e);let r=va(e);if(t===!0||t==="class_only"&&!r){let n=me.getOwnPropertyDescriptors(e);delete n[se];let i=Reflect.ownKeys(n);for(let s=0;s<i.length;s++){let o=i[s],a=n[o];a[on]===!1&&(a[on]=!0,a[_i]=!0),(a.get||a.set)&&(n[o]={[_i]:!0,[on]:!0,[cn]:a[cn],[br]:e[o]})}return me.create(jt(e),n)}else{let n=jt(e);if(n!==null&&r)return{...e};let i=me.create(n);return me.assign(i,e)}}function Di(e,t=!1){return xn(e)||Ie(e)||!ye(e)||(Ar(e)>1&&me.defineProperties(e,{set:sn,add:sn,clear:sn,delete:sn}),me.freeze(e),t&&mn(e,(r,n)=>{Di(n,!0)},!1)),e}function gu(){Le(2)}var sn={[br]:gu};function xn(e){return e===null||!Pi(e)?!0:me.isFrozen(e)}var dn="MapSet",Ti="Patches",da="ArrayMethods",xa={};function mt(e){let t=xa[e];return t||Le(0,e),t}var pa=e=>!!xa[e];var Sr,ba=()=>Sr,vu=(e,t)=>({drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0,handledSet_:new Set,processedForPatches_:new Set,mapSetPlugin_:pa(dn)?mt(dn):void 0,arrayMethodsPlugin_:pa(da)?mt(da):void 0});function fa(e,t){t&&(e.patchPlugin_=mt(Ti),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function Oi(e){Ri(e),e.drafts_.forEach(xu),e.drafts_=null}function Ri(e){e===Sr&&(Sr=e.parent_)}var ha=e=>Sr=vu(Sr,e);function xu(e){let t=e[se];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function ma(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];if(e!==void 0&&e!==r){r[se].modified_&&(Oi(t),Le(4)),ye(e)&&(e=ya(t,e));let{patchPlugin_:i}=t;i&&i.generateReplacementPatches_(r[se].base_,e,t)}else e=ya(t,r);return bu(t,e,!0),Oi(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==ga?e:void 0}function ya(e,t){if(xn(t))return t;let r=t[se];if(!r)return pn(t,e.handledSet_,e);if(!bn(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);Aa(r,e)}return r.copy_}function bu(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Di(t,r)}function Sa(e){e.finalized_=!0,e.scope_.unfinalizedDrafts_--}var bn=(e,t)=>e.scope_===t,Su=[];function Ea(e,t,r,n){let i=ze(e),s=e.type_;if(n!==void 0&&Ci(i,n,s)===t){un(i,n,r,s);return}if(!e.draftLocations_){let a=e.draftLocations_=new Map;mn(i,(l,c)=>{if(Ie(c)){let u=a.get(c)||[];u.push(l),a.set(c,u)}})}let o=e.draftLocations_.get(t)??Su;for(let a of o)un(i,a,r,s)}function Eu(e,t,r){e.callbacks_.push(function(i){let s=t;if(!s||!bn(s,i))return;i.mapSetPlugin_?.fixSetContents(s);let o=Mi(s);Ea(e,s.draft_??s,o,r),Aa(s,i)})}function Aa(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)}Sa(e)}}function Au(e,t,r){let{scope_:n}=e;if(Ie(r)){let i=r[se];bn(i,n)&&i.callbacks_.push(function(){an(e);let o=Mi(i);Ea(e,r,o,t)})}else ye(r)&&e.callbacks_.push(function(){let s=ze(e);e.type_===3?s.has(r)&&pn(r,n.handledSet_,n):Ci(s,t,e.type_)===r&&n.drafts_.length>1&&(e.assigned_.get(t)??!1)===!0&&e.copy_&&pn(Ci(e.copy_,t,e.type_),n.handledSet_,n)})}function pn(e,t,r){return!r.immer_.autoFreeze_&&r.unfinalizedDrafts_<1||Ie(e)||t.has(e)||!ye(e)||xn(e)||(t.add(e),mn(e,(n,i)=>{if(Ie(i)){let s=i[se];if(bn(s,r)){let o=Mi(s);un(e,n,o,e.type_),Sa(s)}}else ye(i)&&pn(i,t,r)})),e}function _u(e,t){let r=yn(e),n={type_:r?1:0,scope_:t?t.scope_:ba(),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=fn;r&&(i=[n],s=Er);let{revoke:o,proxy:a}=Proxy.revocable(i,s);return n.draft_=a,n.revoke_=o,[a,n]}var fn={get(e,t){if(t===se)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=ze(e);if(!Si(i,t,e.type_))return wu(e,i,t);let s=i[t];if(e.finalized_||!ye(s)||n&&e.operationMethod&&r?.isMutatingArrayMethod(e.operationMethod)&&yu(t))return s;if(s===Ai(e.base_,t)||Cu(e,t,s)){an(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 ze(e)},ownKeys(e){return Reflect.ownKeys(ze(e))},set(e,t,r){let n=_a(ze(e),t);if(n?.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){let i=Ai(ze(e),t),s=i?.[se];if(s&&s.base_===r)return e.copy_[t]=r,e.assigned_.set(t,!1),!0;if(mu(r,i)&&(r!==void 0||Si(e.base_,t,e.type_)))return!0;an(e),Li(e)}return e.copy_[t]===r&&(r!==void 0||Si(e.copy_,t,e.type_))||Number.isNaN(r)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=r,e.assigned_.set(t,!0),Au(e,t,r)),!0},deleteProperty(e,t){return an(e),Ai(e.base_,t)!==void 0||t in e.base_?(e.assigned_.set(t,!1),Li(e)):e.assigned_.delete(t),e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){let r=ze(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{[on]:!0,[_i]:e.type_!==1||t!=="length",[cn]:n[cn],[br]:r[t]}},defineProperty(){Le(11)},getPrototypeOf(e){return jt(e.base_)},setPrototypeOf(){Le(12)}},Er={};for(let e in fn){let t=fn[e];Er[e]=function(){let r=arguments;return r[0]=r[0][0],t.apply(this,r)}}Er.deleteProperty=function(e,t){return Er.set.call(this,e,t,void 0)};Er.set=function(e,t,r){return fn.set.call(this,e[0],t,r,e[0])};function Ai(e,t){let r=e[se];return(r?ze(r):e)[t]}function Cu(e,t,r){return e.type_!==1||!e.allIndicesReassigned_||e.assigned_?.get(t)||!ye(r)||r[se]?!1:e.baseRefs_.has(r)}function wu(e,t,r){let n=_a(t,r);return n?br in n?n[br]:n.get?.call(e.draft_):void 0}function _a(e,t){if(!(t in e))return;let r=jt(e);for(;r;){let n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=jt(r)}}function Li(e){e.modified_||(e.modified_=!0,e.parent_&&Li(e.parent_))}function an(e){e.copy_||(e.assigned_=new Map,e.copy_=wi(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var Tu=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!1,this.produce=(t,r,n)=>{if(zt(t)&&!zt(r)){let s=r;r=t;let o=this;return function(l=s,...c){return o.produce(l,u=>r.call(this,u,...c))}}zt(r)||Le(6),n!==void 0&&!zt(n)&&Le(7);let i;if(ye(t)){let s=ha(this),o=Ni(s,t,void 0),a=!0;try{i=r(o),a=!1}finally{a?Oi(s):Ri(s)}return fa(s,n),ma(i,s)}else if(!t||!Pi(t)){if(i=r(t),i===void 0&&(i=t),i===ga&&(i=void 0),this.autoFreeze_&&Di(i,!0),n){let s=[],o=[];mt(Ti).generateReplacementPatches_(t,i,{patches_:s,inversePatches_:o}),n(s,o)}return i}else Le(1,t)},this.produceWithPatches=(t,r)=>{if(zt(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]},Ei(e?.autoFreeze)&&this.setAutoFreeze(e.autoFreeze),Ei(e?.useStrictShallowCopy)&&this.setUseStrictShallowCopy(e.useStrictShallowCopy),Ei(e?.useStrictIteration)&&this.setUseStrictIteration(e.useStrictIteration)}createDraft(e){ye(e)||Le(8),Ie(e)&&(e=Ca(e));let t=ha(this),r=Ni(t,e,void 0);return r[se].isManual_=!0,Ri(t),r}finishDraft(e,t){let r=e&&e[se];(!r||!r.isManual_)&&Le(9);let{scope_:n}=r;return fa(n,t),ma(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=mt(Ti).applyPatches_;return Ie(e)?n(e,t):this.produce(e,i=>n(i,t))}};function Ni(e,t,r,n){let[i,s]=gn(t)?mt(dn).proxyMap_(t,r):vn(t)?mt(dn).proxySet_(t,r):_u(t,r);return(r?.scope_??ba()).drafts_.push(i),s.callbacks_=r?.callbacks_??[],s.key_=n,r&&n!==void 0?Eu(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 Ca(e){return Ie(e)||Le(10,e),wa(e)}function wa(e){if(!ye(e)||xn(e))return e;let t=e[se],r,n=!0;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=wi(e,t.scope_.immer_.useStrictShallowCopy_),n=t.scope_.immer_.shouldUseStrictIteration()}else r=wi(e,!0);return mn(r,(i,s)=>{un(r,i,wa(s))},n),t&&(t.finalized_=!1),r}var Ou=new Tu,ki=Ou.produce;function Ta(e){return({dispatch:r,getState:n})=>i=>s=>typeof s=="function"?s(r,n,e):i(s)}var Oa=Ta(),Ra=Ta;var Ru=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?xr:xr.apply(null,arguments)},Vf=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}},Lu=e=>e&&typeof e.match=="function";function tt(e,t){function r(...n){if(t){let i=t(...n);if(!i)throw new Error(je(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=>la(n)&&n.type===e,r}var Da=class _r extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,_r.prototype)}static get[Symbol.species](){return _r}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new _r(...t[0].concat(this)):new _r(...t.concat(this))}};function La(e){return ye(e)?ki(e,()=>{}):e}function Sn(e,t,r){return e.has(t)?e.get(t):e.set(t,r(t)).get(t)}function Nu(e){return typeof e=="boolean"}var Pu=()=>function(t){let{thunk:r=!0,immutableCheck:n=!0,serializableCheck:i=!0,actionCreatorCheck:s=!0}=t??{},o=new Da;return r&&(Nu(r)?o.push(Oa):o.push(Ra(r.extraArgument))),o},Mu="RTK_autoBatch";var Na=e=>t=>{setTimeout(t,e)},Du=(e,t)=>r=>{let n=!1,i=()=>{n||(n=!0,cancelAnimationFrame(s),clearTimeout(o),r())},s=e(i),o=setTimeout(i,t)},ku=(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?Du(window.requestAnimationFrame,100):Na(10):e.type==="callback"?e.queueNotification:Na(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?.[Mu],s=!i,s&&(o||(o=!0,l(c))),n.dispatch(u)}finally{i=!0}}})},Iu=e=>function(r){let{autoBatch:n=!0}=r??{},i=new Da(e);return n&&i.push(ku(typeof n=="object"?n:void 0)),i};function ka(e){let t=Pu(),{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(nn(r))l=oa(r);else throw new Error(je(1));let c;typeof n=="function"?c=n(t):c=t();let u=xr;i&&(u=Ru({trace:!1,...typeof i=="object"&&i}));let d=aa(...c),p=Iu(d),y=typeof a=="function"?a(p):p(),v=u(...y);return bi(l,o,v)}function Ia(e){let t={},r=[],n,i={addCase(s,o){let a=typeof s=="string"?s:s.type;if(!a)throw new Error(je(28));if(a in t)throw new Error(je(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 Uu(e){return typeof e=="function"}function $u(e,t){let[r,n,i]=Ia(t),s;if(Uu(e))s=()=>La(e());else{let a=La(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(Ie(u)){let y=d(u,l);return y===void 0?u:y}else{if(ye(u))return ki(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 Fu=(e,t)=>Lu(e)?e.match(t):e(t);function Bu(...e){return t=>e.some(r=>Fu(r,t))}var Hu="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Vu=(e=21)=>{let t="",r=e;for(;r--;)t+=Hu[Math.random()*64|0];return t},zu=["name","message","stack","code"],Ii=class{constructor(e,t){this.payload=e,this.meta=t}payload;meta;_type},Pa=class{constructor(e,t){this.payload=e,this.meta=t}payload;meta;_type},ju=e=>{if(typeof e=="object"&&e!==null){let t={};for(let r of zu)typeof e[r]=="string"&&(t[r]=e[r]);return t}return{message:String(e)}},Ma="External signal was aborted",Wu=(()=>{function e(t,r,n){let i=tt(t+"/fulfilled",(l,c,u,d)=>({payload:l,meta:{...d||{},arg:u,requestId:c,requestStatus:"fulfilled"}})),s=tt(t+"/pending",(l,c,u)=>({payload:void 0,meta:{...u||{},arg:c,requestId:l,requestStatus:"pending"}})),o=tt(t+"/rejected",(l,c,u,d,p)=>({payload:d,error:(n&&n.serializeError||ju)(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):Vu(),v=new AbortController,_,g;function C(x){g=x,v.abort()}c&&(c.aborted?C(Ma):c.addEventListener("abort",()=>C(Ma),{once:!0}));let M=(async function(){let x;try{let L=n?.condition?.(l,{getState:d,extra:p});if(Ku(L)&&(L=await L),L===!1||v.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};let z=new Promise((U,j)=>{_=()=>{j({name:"AbortError",message:g||"Aborted"})},v.signal.addEventListener("abort",_,{once:!0})});u(s(y,l,n?.getPendingMeta?.({requestId:y,arg:l},{getState:d,extra:p}))),x=await Promise.race([z,Promise.resolve(r(l,{dispatch:u,getState:d,extra:p,requestId:y,signal:v.signal,abort:C,rejectWithValue:((U,j)=>new Ii(U,j)),fulfillWithValue:((U,j)=>new Pa(U,j))})).then(U=>{if(U instanceof Ii)throw U;return U instanceof Pa?i(U.payload,y,l,U.meta):i(U,y,l)})])}catch(L){x=L instanceof Ii?o(null,y,l,L.payload,L.meta):o(L,y,l)}finally{_&&v.signal.removeEventListener("abort",_)}return n&&!n.dispatchConditionRejection&&o.match(x)&&x.meta.condition||u(x),x})();return Object.assign(M,{abort:C,requestId:y,arg:l,unwrap(){return M.then(qu)}})}}return Object.assign(a,{pending:s,rejected:o,fulfilled:i,settled:Bu(o,i),typePrefix:t})}return e.withTypes=()=>e,e})();function qu(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function Ku(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Ua=Symbol.for("rtk-slice-createasyncthunk"),jf={[Ua]:Wu};function Gu(e,t){return`${e}/${t}`}function Yu({creators:e}={}){let t=e?.asyncThunk?.[Ua];return function(n){let{name:i,reducerPath:s=i}=n;if(!i)throw new Error(je(11));typeof process<"u";let o=(typeof n.reducers=="function"?n.reducers(Qu()):n.reducers)||{},a=Object.keys(o),l={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},c={addCase(x,T){let L=typeof x=="string"?x:x.type;if(!L)throw new Error(je(12));if(L in l.sliceCaseReducersByType)throw new Error(je(13));return l.sliceCaseReducersByType[L]=T,c},addMatcher(x,T){return l.sliceMatchers.push({matcher:x,reducer:T}),c},exposeAction(x,T){return l.actionCreators[x]=T,c},exposeCaseReducer(x,T){return l.sliceCaseReducersByName[x]=T,c}};a.forEach(x=>{let T=o[x],L={reducerName:x,type:Gu(i,x),createNotation:typeof n.reducers=="function"};Ju(T)?td(L,T,c,t):Zu(L,T,c)});function u(){let[x={},T=[],L=void 0]=typeof n.extraReducers=="function"?Ia(n.extraReducers):[n.extraReducers],z={...x,...l.sliceCaseReducersByType};return $u(n.initialState,U=>{for(let j in z)U.addCase(j,z[j]);for(let j of l.sliceMatchers)U.addMatcher(j.matcher,j.reducer);for(let j of T)U.addMatcher(j.matcher,j.reducer);L&&U.addDefaultCase(L)})}let d=x=>x,p=new Map,y=new WeakMap,v;function _(x,T){return v||(v=u()),v(x,T)}function g(){return v||(v=u()),v.getInitialState()}function C(x,T=!1){function L(U){let j=U[x];return typeof j>"u"&&T&&(j=Sn(y,L,g)),j}function z(U=d){let j=Sn(p,T,()=>new WeakMap);return Sn(j,U,()=>{let Zt={};for(let[ve,st]of Object.entries(n.selectors??{}))Zt[ve]=Xu(st,U,()=>Sn(y,U,g),T);return Zt})}return{reducerPath:x,getSelectors:z,get selectors(){return z(L)},selectSlice:L}}let M={name:i,reducer:_,actions:l.actionCreators,caseReducers:l.sliceCaseReducersByName,getInitialState:g,...C(s),injectInto(x,{reducerPath:T,...L}={}){let z=T??s;return x.inject({reducerPath:z,reducer:_},L),{...M,...C(z,!0)}}};return M}}function Xu(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 $a=Yu();function Qu(){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 Zu({type:e,reducerName:t,createNotation:r},n,i){let s,o;if("reducer"in n){if(r&&!ed(n))throw new Error(je(17));s=n.reducer,o=n.prepare}else s=n;i.addCase(e,s).exposeCaseReducer(t,s).exposeAction(t,o?tt(e,o):tt(e))}function Ju(e){return e._reducerDefinitionType==="asyncThunk"}function ed(e){return e._reducerDefinitionType==="reducerWithPrepare"}function td({type:e,reducerName:t},r,n,i){if(!i)throw new Error(je(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||En,pending:a||En,rejected:l||En,settled:c||En})}function En(){}var Fa="listener",Ba="completed",Ha="cancelled",Wf=`task-${Ha}`,qf=`task-${Ba}`,Kf=`${Fa}-${Ha}`,Gf=`${Fa}-${Ba}`;var{assign:Va}=Object;var Ui="listenerMiddleware";var rd=Va(tt(`${Ui}/add`),{withTypes:()=>rd}),Yf=tt(`${Ui}/removeAll`),nd=Va(tt(`${Ui}/remove`),{withTypes:()=>nd});function je(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 id=Xr(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)}}}),An=class extends id(Object){};window.ftReduxStores||(window.ftReduxStores={});var za=class e extends An{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(tn(s))return s;if(i==null)return;let o=$a({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=ka({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=yr(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 Qr,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];Bt(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 _n=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 Cn=f(E()),sd="ft-app-info",yt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};yt.eventName="authentication-change";var Cr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Cr.eventName="ui-locale-changed";var od={session:(e,t)=>{(0,Cn.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>A.dispatchEvent(new yt(t.payload)),0))}},A=Cn.FtReduxStore.get({name:sd,reducers:od,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 ja=f(E()),wn=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},Ch=(0,ja.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(A)}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=>_n.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return wn([(0,$i.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),wn([(0,$i.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),wn([vi({store:A.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),wn([vi({store:A.name})],t.prototype,"uiLocale",void 0),t});var Wa;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(Wa||(Wa={}));var qa;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(qa||(qa={}));var Ka;(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"})(Ka||(Ka={}));var Ga;(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"})(Ga||(Ga={}));var Ya;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Ya||(Ya={}));var Xa;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(Xa||(Xa={}));var Qa;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(Qa||(Qa={}));var Za;(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"})(Za||(Za={}));var Ja;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(Ja||(Ja={}));var el;(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"})(el||(el={}));var tl;(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"})(tl||(tl={}));var rl;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(rl||(rl={}));var nl;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(nl||(nl={}));var il;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(il||(il={}));var sl;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(sl||(sl={}));var ol;(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"})(ol||(ol={}));var wr;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(wr||(wr={}));var al;(function(e){e.ASC="ASC",e.DESC="DESC"})(al||(al={}));var ll;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(ll||(ll={}));var Tr;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(Tr||(Tr={}));var cl;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(cl||(cl={}));var ul;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(ul||(ul={}));var dl;(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"})(dl||(dl={}));var Wt;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Wt||(Wt={}));var pl;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(pl||(pl={}));var Or;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Or||(Or={}));var fl;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(fl||(fl={}));var B;(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"})(B||(B={}));var Ee;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(Ee||(Ee={}));var hl;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(hl||(hl={}));var ml;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(ml||(ml={}));var yl;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(yl||(yl={}));var gl;(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"})(gl||(gl={}));var vl;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(vl||(vl={}));var xl;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(xl||(xl={}));var bl;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(bl||(bl={}));var Sl;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Sl||(Sl={}));var El;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(El||(El={}));var Al;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Al||(Al={}));var _l;(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"})(_l||(_l={}));var Cl;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(Cl||(Cl={}));var ad={[B.PERSONAL_BOOK_SHARE_USER]:[B.PERSONAL_BOOK_USER],[B.HTML_EXPORT_USER]:[B.PERSONAL_BOOK_USER],[B.PDF_EXPORT_USER]:[B.PERSONAL_BOOK_USER],[B.KHUB_ADMIN]:[B.CONTENT_PUBLISHER],[B.ADMIN]:[B.KHUB_ADMIN,B.USERS_ADMIN,B.PORTAL_ADMIN,B.BEHAVIOR_DATA_USER],[B.GENERATIVE_AI_EXPORT_USER]:[B.GENERATIVE_AI_USER]};function wl(e,t){return e===t||(ad[e]??[]).some(r=>wl(r,t))}function Rr(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=>wl(n,t))}var Nn=f(E());var Fi=f(E());var gt=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=A.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=A.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var qt=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:gt.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):gt.await()}};var de=class extends qt{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 Fi.CacheRegistry,this.cache=t?i.commonCache:new Fi.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 Tn=class extends de{async listMySearches(){let{session:t}=A.getState();return Rr(t,B.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var On=class extends de{async listMyBookmarks(){let t=A.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var Rn=class extends de{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=A.getState().session;return!!t?.sessionAuthenticated}};var Ln=class extends de{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=A.getState().session;return!!t?.sessionAuthenticated}};var ld="ft-user-assets",cd={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(Ee).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;Hi(e,r,[...Bi(e,r),i]),Tl(e,r,1,n),Ol(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;Hi(e,r,Bi(e,r).map(i=>i.id===n.id?n:i)),Ol(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;Hi(e,r,Bi(e,r).filter(s=>s.id!==i)),Tl(e,r,-1,n)}},Rl={[Ee.SEARCHES]:"savedSearches",[Ee.BOOKMARKS]:"bookmarks",[Ee.BOOKS]:void 0,[Ee.COLLECTIONS]:void 0},Bi=(e,t)=>{var r;let n=Rl[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},Hi=(e,t,r)=>{let n=Rl[t];n&&(e[n]=r)},Tl=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===Ee.BOOKMARKS&&n)){let s=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,s+r)}},Ol=(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=Nn.FtReduxStore.get({name:ld,reducers:cd,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(Ee).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),Vi=class{constructor(t=new Rn,r=new Ln){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=A.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new On,this.savedSearchesService=new Tn,A.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=A.getState();(0,Nn.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===Ee.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)}}},Pn=new Vi;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=Pn);var zi=class{addCommand(t,r=!1){A.commands.add(t,r)}consumeCommand(t){return A.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new zi;var Ae=f(E());var Ll,Kt=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},ud=Symbol("clearAfterUnitTest"),Mn=class extends(0,Ae.withEventBus)(de){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Ll]=()=>{this.defaultMessages={},this.cache=new Ae.CacheRegistry,this.listeners={}},this.currentUiLocale=A.getState().uiLocale,A.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=A.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,Ae.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 Ae.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 Ae.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 Kt({loadedContexts:t})),this.dispatchEvent(new Kt({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new Kt({loadedContexts:[t]})),this.dispatchEvent(new Kt({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,Ae.delay)(0).then(()=>n()).catch(()=>null)))}};Ll=ud;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Mn{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Mn{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var Gt=window.FluidTopicsI18nService,Dn=window.FluidTopicsCustomI18nService;var Nl=f(E()),ji=class{highlightHtml(t,r,n){(0,Nl.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new ji;var Pl=f(E());var Wi=class{isDate(t){var r,n,i,s;return(s=(i=((n=(r=A.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 Pl.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:A.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 Wi;var Ml=f(E());var vt=class{static get(t,r){var n,i,s,o;let a=A.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 Ml.SearchPlaceConverter(a.baseUrl,t??20,(o=a.localesConfiguration)===null||o===void 0?void 0:o.allLanguagesAllowed,r??`${l}-${c}`)}};var qi=class{urlToSearchRequest(t){return vt.get().parse(t)}searchRequestToUrl(t){return vt.get().serialize(t)}};window.FluidTopicsUrlService=new qi;var We=f(E());var xt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};xt.eventName="change";var Ki=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))}},Dl=new Ki;var kn=class e extends We.WithEventBus{static build(){return new e(window.history,Dl,()=>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,We.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new xt(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(xt.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(xt.eventName,t)}currentItem(){return(0,We.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,We.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,We.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,We.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=kn.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 kl=f(F());var Il=kl.css`
|
|
421
|
+
`;var $l=f(F()),pe=f(Z()),Et=f(E());var bt=f(E());function Ul(e,t){let{authenticationRequired:r,session:n}=A.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(t):e()}var In=class extends qt{async updateUiLocale(t){return(await this.awaitApi).updateUiLocale(t)}};var Gi=class e extends bt.FtStateManager{static build(t){return new e(A,t)}constructor(t,r){super(),this.store=t,this.cache=new bt.CacheRegistry,this.withManualResources=!0,this.userLocaleService=new In,this.cleanSessionDebouncer=new bt.Debouncer,this.reloadDebouncer=new bt.Debouncer(500),this.apiProvider=r??(()=>gt.get())}setWithManualResources(t){this.withManualResources=t,this.updateIfNeeded()}async initService(){this.store.addEventListener(yt.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",()=>Ul(()=>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 Cr(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)}},Yi=Gi.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 ne=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},H=class extends Et.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=Yi,this.contextRoot=new Lr}render(){return $l.html`
|
|
422
422
|
<slot></slot>
|
|
423
|
-
`}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=>
|
|
424
|
-
`;var
|
|
423
|
+
`}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=>Gt.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())}};H.elementDefinitions={};H.styles=Il;ne([(0,pe.property)()],H.prototype,"baseUrl",void 0);ne([(0,pe.property)()],H.prototype,"tenantId",void 0);ne([(0,pe.property)()],H.prototype,"apiIntegrationIdentifier",void 0);ne([(0,pe.property)()],H.prototype,"apiIntegrationAppVersion",void 0);ne([(0,pe.property)()],H.prototype,"uiLocale",void 0);ne([(0,Et.jsonProperty)(null)],H.prototype,"availableUiLocales",void 0);ne([(0,Et.jsonProperty)(null)],H.prototype,"metadataConfiguration",void 0);ne([(0,pe.property)({type:Boolean})],H.prototype,"editorMode",void 0);ne([(0,pe.property)({type:Boolean})],H.prototype,"noCustom",void 0);ne([(0,pe.property)({type:Boolean})],H.prototype,"openExternalDocumentInNewTab",void 0);ne([(0,pe.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],H.prototype,"noCustomComponent",void 0);ne([(0,pe.property)({type:Boolean})],H.prototype,"withManualResources",void 0);ne([(0,pe.property)({type:Boolean})],H.prototype,"navigatorOnline",void 0);ne([(0,pe.property)({type:Boolean})],H.prototype,"forcedOffline",void 0);ne([(0,pe.property)({type:Boolean})],H.prototype,"authenticationRequired",void 0);ne([(0,Et.jsonProperty)([])],H.prototype,"messageContexts",void 0);ne([(0,Et.jsonProperty)(void 0)],H.prototype,"session",void 0);var Bl=f(E());var Fl={"ft-app-context":H};(0,Bl.customElements)(Fl);var Hl=f(Z());var Xi=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-]+$/)}},rt=new Xi;var fd=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},Pr=Symbol("i18nAttributes"),Vl=Symbol("i18nListAttributes"),zl=Symbol("i18nProperties"),Un=Symbol("i18nContexts"),Nr=Symbol("i18nUnsubs"),Bn=(0,Yt.applyMixinOnce)(Symbol("withI18n"),function(e){var t,r;class n extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map,this[r]=new Map}getI18nService(s){return s??this.useCustomMessageContexts?Dn:Gt}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(rt.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[Pr])===null||o===void 0||o.forEach((u,d)=>l[d]=c(u,d,l[d])),(a=this[Vl])===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[zl])===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[Un].set(l,{isCustomContext:a}),this[Nr].has(l)||this[Nr].set(l,this.getI18nService(a).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(a).prepareContext(l,o)}hasI18nContext(s){return this[Un].has(s.toLowerCase())}connectedCallback(){super.connectedCallback(),this[Un].forEach((s,o)=>this.addI18nContext(o,void 0,s.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[Nr].forEach(s=>s()),this[Nr].clear()}}return t=Un,r=Nr,fd([(0,Hl.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),$n=class extends Bn(Yt.FtLitElement){},Fn=class extends Bn(Yt.FtLitElementRedux){};var jl=f(E());var Qi=class{fromAttribute(t){if(!t)return[];try{let r=JSON.parse(t);return Array.isArray(r)?r.map(n=>typeof n=="string"?rt.fromAttribute(n):n):[]}catch{return[]}}toAttribute(t){if(t!=null)return JSON.stringify(t)}},hd=new Qi;var Wl=(e,t)=>(r,n)=>{var i;r.constructor.createProperty(n,{type:Object,hasChanged:jl.hasChanged,converter:rt,...t}),r[Pr]=(i=r[Pr])!==null&&i!==void 0?i:new Map,r[Pr].set(n,e??{})};var Hn=class e{static build(t){return new e(t)}static buildCustom(t){return new e(t,!0)}static fromGwt(t){return new e(t)}get service(){return this.custom?Dn:Gt}constructor(t,r=!1){this.name=t,this.custom=r,this.properties=new Proxy({},{get:(n,i)=>{let s=i;return o=>({context:this.name,key:s,custom:this.custom,args:typeof o=="function"?void 0:o,argsProvider:typeof o=="function"?o:void 0})}}),this.messages=new Proxy({},{get:(n,i)=>(...s)=>this.service.resolveMessage(this.name,i,...s)}),this.rawMessages=new Proxy({},{get:(n,i)=>this.service.resolveRawMessage(this.name,i)}),this.keys=new Proxy({},{get:(n,i)=>()=>i}),this.attributes=new Proxy({},{get:(n,i)=>()=>({context:this.name,key:i,message:this.service.resolveRawMessage(this.name,i)})})}};var ql=f(F());var Kl=ql.css`
|
|
424
|
+
`;var Vn=f(F()),zn=f(Z()),jn=f(E());var Mr=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},Ne=class extends Fn{constructor(){super(),this.editorMode=!1,this.addStore(A)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":Vn.nothing:Vn.html`
|
|
425
425
|
<span class="ft-i18n">
|
|
426
426
|
${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
|
|
427
427
|
</span>
|
|
428
|
-
`}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:""})}};Ne.elementDefinitions={};Ne.styles=
|
|
428
|
+
`}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:""})}};Ne.elementDefinitions={};Ne.styles=Kl;Mr([(0,jn.redux)()],Ne.prototype,"editorMode",void 0);Mr([(0,zn.property)()],Ne.prototype,"context",void 0);Mr([(0,zn.property)()],Ne.prototype,"key",void 0);Mr([(0,jn.jsonProperty)([])],Ne.prototype,"args",void 0);Mr([(0,zn.property)()],Ne.prototype,"defaultMessage",void 0);var Yl=f(E());var Gl={"ft-i18n":Ne};(0,Yl.customElements)(Gl);var Pe=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},Y=class extends $n{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 _e.Debouncer,this.revealDebouncer=new _e.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 Xl.html`
|
|
429
429
|
<div part="container"
|
|
430
430
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
|
|
431
431
|
<slot part="slot"></slot>
|
|
@@ -434,13 +434,13 @@
|
|
|
434
434
|
popover="manual">
|
|
435
435
|
<div part="tooltip-content" class="ft-tooltip--content">
|
|
436
436
|
<slot name="text"></slot>
|
|
437
|
-
<ft-typography variant="${
|
|
437
|
+
<ft-typography variant="${Ke.caption}" ?hidden=${!(!((t=this.text)===null||t===void 0)&&t.message)}>
|
|
438
438
|
${(r=this.text)===null||r===void 0?void 0:r.message}
|
|
439
439
|
</ft-typography>
|
|
440
440
|
</div>
|
|
441
441
|
</div>
|
|
442
442
|
</div>
|
|
443
|
-
`}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&&
|
|
443
|
+
`}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&&qo(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 ${_e.designSystemVariables.transitionDuration}, left ${_e.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}matchesIgnored(t){return(0,_e.eventPathContainsMatchingElement)(t,this.ignoreMatchingElements,this.eventsTarget)}isIgnored(t){return this.manual||this.matchesIgnored(t)}};Y.elementDefinitions={"ft-typography":ee};Y.styles=vo;Pe([Wl()],Y.prototype,"text",void 0);Pe([(0,Ce.property)({type:Boolean})],Y.prototype,"manual",void 0);Pe([(0,Ce.property)({type:Boolean})],Y.prototype,"inline",void 0);Pe([(0,_e.numberProperty)()],Y.prototype,"delay",void 0);Pe([(0,Ce.property)()],Y.prototype,"position",void 0);Pe([(0,_e.jsonProperty)([])],Y.prototype,"ignoreMatchingElements",void 0);Pe([(0,Ce.queryAssignedNodes)()],Y.prototype,"slotNodes",void 0);Pe([(0,Ce.query)(".ft-tooltip--container")],Y.prototype,"container",void 0);Pe([(0,Ce.query)(".ft-tooltip")],Y.prototype,"tooltip",void 0);Pe([(0,Ce.query)(".ft-tooltip--content")],Y.prototype,"tooltipContent",void 0);Pe([(0,Ce.state)()],Y.prototype,"visible",void 0);var Zl=f(E());var Ql={"ft-tooltip":Y};(0,Zl.customElements)(Ql);var Jl=f(F()),Dr=f(E()),At={color:Dr.FtCssVariableFactory.extend("--ft-loader-color","",Dr.designSystemVariables.colorPrimary),size:Dr.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},ec=Jl.css`
|
|
444
444
|
:host {
|
|
445
445
|
line-height: 0;
|
|
446
446
|
}
|
|
@@ -449,8 +449,8 @@
|
|
|
449
449
|
display: inline-block;
|
|
450
450
|
position: relative;
|
|
451
451
|
|
|
452
|
-
width: ${
|
|
453
|
-
height: ${
|
|
452
|
+
width: ${At.size};
|
|
453
|
+
height: ${At.size};
|
|
454
454
|
}
|
|
455
455
|
|
|
456
456
|
.ft-loader div {
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
width: 25%;
|
|
460
460
|
height: 25%;
|
|
461
461
|
border-radius: 50%;
|
|
462
|
-
background: ${
|
|
462
|
+
background: ${At.color};
|
|
463
463
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
464
464
|
}
|
|
465
465
|
|
|
@@ -506,17 +506,17 @@
|
|
|
506
506
|
transform: translate(0, 0);
|
|
507
507
|
}
|
|
508
508
|
100% {
|
|
509
|
-
transform: translate(calc(0.35 * ${
|
|
509
|
+
transform: translate(calc(0.35 * ${At.size}), 0);
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
|
-
`;var
|
|
512
|
+
`;var tc=f(F()),rc=f(E());var _t=class extends rc.FtLitElement{render(){return tc.html`
|
|
513
513
|
<div class="ft-loader">
|
|
514
514
|
<div></div>
|
|
515
515
|
<div></div>
|
|
516
516
|
<div></div>
|
|
517
517
|
<div></div>
|
|
518
518
|
</div>
|
|
519
|
-
`}};_t.styles=
|
|
519
|
+
`}};_t.styles=ec;var ic=f(E());var nc={"ft-loader":_t};(0,ic.customElements)(nc);var nt=f(F()),Wn=f(Jt()),D=f(Z());var kr=e=>e??K;var ac=f(F()),w=f(E());var sc=w.FtCssVariableFactory.extend("--ft-button-color","",w.designSystemVariables.colorPrimary),k={backgroundColor:w.FtCssVariableFactory.extend("--ft-button-background-color","",w.designSystemVariables.colorSurface),borderRadius:w.FtCssVariableFactory.extend("--ft-button-border-radius","",w.designSystemVariables.borderRadiusL),color:sc,fontSize:w.FtCssVariableFactory.extend("--ft-button-font-size","",Me.fontSize),iconSize:w.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:w.FtCssVariableFactory.extend("--ft-button-ripple-color","",sc),verticalPadding:w.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:w.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:w.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:w.FtCssVariableFactory.external(w.designSystemVariables.colorOpacityDisabled,"Design system")},oc=w.FtCssVariableFactory.extend("--ft-button-primary-color","",w.FtCssVariableFactory.extend("--ft-button-color","",w.designSystemVariables.colorOnPrimary)),Zi={backgroundColor:w.FtCssVariableFactory.extend("--ft-button-primary-background-color","",w.FtCssVariableFactory.extend("--ft-button-background-color","",w.designSystemVariables.colorPrimary)),color:oc,rippleColor:w.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",oc)},Ue={borderRadius:w.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",w.FtCssVariableFactory.extend("--ft-button-border-radius","",w.designSystemVariables.borderRadiusM)),verticalPadding:w.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:w.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:w.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},lc=ac.css`
|
|
520
520
|
:host {
|
|
521
521
|
display: inline-block;
|
|
522
522
|
max-width: 100%;
|
|
@@ -527,7 +527,7 @@
|
|
|
527
527
|
box-shadow: 0px 0px 0px transparent;
|
|
528
528
|
border: 0px solid transparent;
|
|
529
529
|
text-shadow: 0px 0px 0px transparent;
|
|
530
|
-
font-size: ${
|
|
530
|
+
font-size: ${k.fontSize};
|
|
531
531
|
text-decoration: none;
|
|
532
532
|
}
|
|
533
533
|
|
|
@@ -547,7 +547,7 @@
|
|
|
547
547
|
}
|
|
548
548
|
|
|
549
549
|
.ft-button:focus-visible {
|
|
550
|
-
outline: 2px solid ${
|
|
550
|
+
outline: 2px solid ${w.designSystemVariables.colorPrimary};
|
|
551
551
|
outline-offset: 2px;
|
|
552
552
|
}
|
|
553
553
|
|
|
@@ -561,32 +561,31 @@
|
|
|
561
561
|
border: none;
|
|
562
562
|
pointer-events: auto;
|
|
563
563
|
|
|
564
|
-
--button-internal-line-height: max(calc(${
|
|
565
|
-
--button-internal-color: ${
|
|
566
|
-
${(0,
|
|
567
|
-
${(0,
|
|
568
|
-
${(0,
|
|
564
|
+
--button-internal-line-height: max(calc(${k.fontSize} + 2px), ${k.iconSize});
|
|
565
|
+
--button-internal-color: ${k.color};
|
|
566
|
+
${(0,w.setVariable)(he.size,k.iconSize)};
|
|
567
|
+
${(0,w.setVariable)(W.color,k.rippleColor)};
|
|
568
|
+
${(0,w.setVariable)(W.borderRadius,k.borderRadius)};
|
|
569
569
|
|
|
570
|
-
border-radius: ${
|
|
571
|
-
padding: ${
|
|
572
|
-
background-color: ${
|
|
570
|
+
border-radius: ${k.borderRadius};
|
|
571
|
+
padding: ${k.verticalPadding} ${k.horizontalPadding};
|
|
572
|
+
background-color: ${k.backgroundColor};
|
|
573
573
|
color: var(--button-internal-color);
|
|
574
574
|
}
|
|
575
575
|
|
|
576
576
|
.ft-button.ft-button--outlined {
|
|
577
577
|
border: 1px solid var(--button-internal-color);
|
|
578
|
-
padding: calc(${
|
|
578
|
+
padding: calc(${k.verticalPadding} - 1px) calc(${k.horizontalPadding} - 1px);
|
|
579
579
|
}
|
|
580
580
|
|
|
581
581
|
.ft-button.ft-button--dense {
|
|
582
|
-
padding: ${
|
|
583
|
-
border-radius: ${
|
|
584
|
-
|
|
585
|
-
${(0,T.setVariable)(j.borderRadius,ke.borderRadius)};
|
|
582
|
+
padding: ${Ue.verticalPadding} ${Ue.horizontalPadding};
|
|
583
|
+
border-radius: ${Ue.borderRadius};
|
|
584
|
+
${(0,w.setVariable)(W.borderRadius,Ue.borderRadius)};
|
|
586
585
|
}
|
|
587
586
|
|
|
588
587
|
.ft-button.ft-button--dense.ft-button--outlined {
|
|
589
|
-
padding: calc(${
|
|
588
|
+
padding: calc(${Ue.verticalPadding} - 1px) calc(${Ue.horizontalPadding} - 1px);
|
|
590
589
|
}
|
|
591
590
|
|
|
592
591
|
.ft-button:not([disabled]):hover {
|
|
@@ -594,22 +593,22 @@
|
|
|
594
593
|
}
|
|
595
594
|
|
|
596
595
|
.ft-button--round {
|
|
597
|
-
border-radius: calc(var(--button-internal-line-height) / 2 + ${
|
|
596
|
+
border-radius: calc(var(--button-internal-line-height) / 2 + ${k.verticalPadding});
|
|
598
597
|
}
|
|
599
598
|
|
|
600
599
|
.ft-button--round.ft-button--dense {
|
|
601
|
-
border-radius: calc(var(--button-internal-line-height) / 2 + ${
|
|
600
|
+
border-radius: calc(var(--button-internal-line-height) / 2 + ${Ue.verticalPadding});
|
|
602
601
|
}
|
|
603
602
|
|
|
604
603
|
.ft-button[disabled] {
|
|
605
604
|
filter: grayscale(1);
|
|
606
|
-
opacity: ${
|
|
605
|
+
opacity: ${k.opacityDisabled};
|
|
607
606
|
}
|
|
608
607
|
|
|
609
608
|
.ft-button.ft-button--primary {
|
|
610
|
-
background-color: ${
|
|
611
|
-
--button-internal-color: ${
|
|
612
|
-
${(0,
|
|
609
|
+
background-color: ${Zi.backgroundColor};
|
|
610
|
+
--button-internal-color: ${Zi.color};
|
|
611
|
+
${(0,w.setVariable)(W.color,Zi.rippleColor)};
|
|
613
612
|
}
|
|
614
613
|
|
|
615
614
|
.ft-button--label {
|
|
@@ -618,17 +617,17 @@
|
|
|
618
617
|
white-space: nowrap;
|
|
619
618
|
text-overflow: ellipsis;
|
|
620
619
|
display: block;
|
|
621
|
-
margin: 0 ${
|
|
622
|
-
${(0,
|
|
623
|
-
${(0,
|
|
620
|
+
margin: 0 ${k.iconPadding};
|
|
621
|
+
${(0,w.setVariable)(Me.fontSize,"1em")};
|
|
622
|
+
${(0,w.setVariable)(Me.lineHeight,"var(--button-internal-line-height)")};
|
|
624
623
|
}
|
|
625
624
|
|
|
626
625
|
.ft-button--dense .ft-button--label {
|
|
627
|
-
margin: 0 ${
|
|
626
|
+
margin: 0 ${Ue.iconPadding};
|
|
628
627
|
}
|
|
629
628
|
|
|
630
|
-
.ft-button--label
|
|
631
|
-
|
|
629
|
+
.ft-button--label.ft-button--label-no-text {
|
|
630
|
+
margin: 0;
|
|
632
631
|
}
|
|
633
632
|
|
|
634
633
|
[part="icon"] {
|
|
@@ -637,13 +636,13 @@
|
|
|
637
636
|
}
|
|
638
637
|
|
|
639
638
|
.ft-button--label[hidden] + [part="icon"] {
|
|
640
|
-
margin: 0 calc(${
|
|
641
|
-
padding: 0 ${
|
|
639
|
+
margin: 0 calc(${k.horizontalPadding} * -1);
|
|
640
|
+
padding: 0 ${k.verticalPadding};
|
|
642
641
|
}
|
|
643
642
|
|
|
644
643
|
.ft-button--dense .ft-button--label[hidden] + [part="icon"] {
|
|
645
|
-
margin: 0 calc(${
|
|
646
|
-
padding: 0 ${
|
|
644
|
+
margin: 0 calc(${Ue.horizontalPadding} * -1);
|
|
645
|
+
padding: 0 ${Ue.verticalPadding};
|
|
647
646
|
}
|
|
648
647
|
|
|
649
648
|
.ft-button:not(.ft-button--trailing-icon) [part="label"] {
|
|
@@ -651,52 +650,51 @@
|
|
|
651
650
|
}
|
|
652
651
|
|
|
653
652
|
ft-loader {
|
|
654
|
-
${(0,
|
|
655
|
-
${(0,
|
|
653
|
+
${(0,w.setVariable)(At.size,k.iconSize)};
|
|
654
|
+
${(0,w.setVariable)(At.color,"var(--button-internal-color)")};
|
|
656
655
|
}
|
|
657
|
-
`;var
|
|
656
|
+
`;var $=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,$e.toFtFormComponent)($e.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":$e.isSafari,"ft-button--label-no-text":!this.hasTextContent},s=nt.html`
|
|
658
657
|
<ft-ripple part="ripple"
|
|
659
658
|
?disabled=${this.isDisabled()}
|
|
660
659
|
?activated=${this.activated}
|
|
661
660
|
></ft-ripple>
|
|
662
661
|
<ft-typography part="label"
|
|
663
|
-
variant="${
|
|
662
|
+
variant="${Ke.button}"
|
|
664
663
|
element="span"
|
|
665
|
-
class="
|
|
666
|
-
|
|
667
|
-
<slot @slotchange=${this.onSlotchange}></slot>
|
|
664
|
+
class="${(0,Wn.classMap)(i)}">
|
|
665
|
+
<slot></slot>
|
|
668
666
|
</ft-typography>
|
|
669
667
|
${this.resolveIcon()}
|
|
670
|
-
`,o=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(o?
|
|
668
|
+
`,o=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(o?nt.html`
|
|
671
669
|
<a href="${o}"
|
|
672
670
|
target="${(t=this.target)!==null&&t!==void 0?t:"_self"}"
|
|
673
671
|
part="button"
|
|
674
|
-
class="${(0,
|
|
675
|
-
aria-label="${(r=this.ariaLabel)!==null&&r!==void 0?r:this.
|
|
672
|
+
class="${(0,Wn.classMap)(this.buttonClasses)}"
|
|
673
|
+
aria-label="${kr((r=this.ariaLabel)!==null&&r!==void 0?r:this.label)}"
|
|
676
674
|
?disabled=${this.isDisabled()}>
|
|
677
|
-
${
|
|
675
|
+
${s}
|
|
678
676
|
</a>
|
|
679
|
-
`:
|
|
677
|
+
`:nt.html`
|
|
680
678
|
<button part="button"
|
|
681
|
-
class="${(0,
|
|
682
|
-
aria-label="${(n=this.ariaLabel)!==null&&n!==void 0?n:this.
|
|
683
|
-
aria-haspopup="${
|
|
684
|
-
aria-pressed="${
|
|
679
|
+
class="${(0,Wn.classMap)(this.buttonClasses)}"
|
|
680
|
+
aria-label="${kr((n=this.ariaLabel)!==null&&n!==void 0?n:this.label)}"
|
|
681
|
+
aria-haspopup="${kr(this.ariaHasPopup)}"
|
|
682
|
+
aria-pressed="${kr(this.ariaPressed)}"
|
|
685
683
|
?disabled=${this.isDisabled()}>
|
|
686
|
-
${
|
|
684
|
+
${s}
|
|
687
685
|
</button>
|
|
688
|
-
`)}addTooltipIfNeeded(t){return this.
|
|
686
|
+
`)}addTooltipIfNeeded(t){return this.label&&this.label.trim().length>0&&(this.forceTooltip||!this.hasTextContent&&!this.hideTooltip)?nt.html`
|
|
689
687
|
<ft-tooltip part="tooltip"
|
|
690
|
-
text="${this.
|
|
688
|
+
text="${this.label}"
|
|
691
689
|
position="${this.tooltipPosition}">
|
|
692
690
|
${t}
|
|
693
691
|
</ft-tooltip>
|
|
694
|
-
`:t}resolveIcon(){return this.loading?
|
|
695
|
-
<ft-loader part="loader icon"></ft-loader> `:this.icon?
|
|
692
|
+
`:t}resolveIcon(){return this.loading?nt.html`
|
|
693
|
+
<ft-loader part="loader icon"></ft-loader> `:this.icon?nt.html`
|
|
696
694
|
<ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
|
|
697
|
-
`:
|
|
695
|
+
`:nt.html`
|
|
698
696
|
<slot part="icon" name="icon"></slot>
|
|
699
|
-
`}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()}
|
|
697
|
+
`}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":I,"ft-tooltip":Y,"ft-icon":te,"ft-loader":_t,"ft-typography":ee};R.styles=[$e.safariEllipsisFix,lc,$e.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)}});$([(0,D.property)({type:Boolean})],R.prototype,"primary",void 0);$([(0,D.property)({type:Boolean})],R.prototype,"outlined",void 0);$([(0,D.property)({type:Boolean})],R.prototype,"dense",void 0);$([(0,D.property)({type:Boolean})],R.prototype,"round",void 0);$([(0,D.property)({type:Boolean})],R.prototype,"disabled",void 0);$([(0,D.property)()],R.prototype,"icon",void 0);$([(0,D.property)()],R.prototype,"iconVariant",void 0);$([(0,D.property)({type:Boolean})],R.prototype,"trailingIcon",void 0);$([(0,D.property)()],R.prototype,"label",void 0);$([(0,D.property)()],R.prototype,"type",void 0);$([(0,D.property)()],R.prototype,"href",void 0);$([(0,D.property)()],R.prototype,"target",void 0);$([(0,D.property)({type:Boolean})],R.prototype,"loading",void 0);$([(0,D.property)({attribute:"aria-label"})],R.prototype,"ariaLabel",void 0);$([(0,D.property)()],R.prototype,"ariaHasPopup",void 0);$([(0,D.property)({attribute:"aria-pressed"})],R.prototype,"ariaPressed",void 0);$([(0,D.property)()],R.prototype,"tooltipPosition",void 0);$([(0,D.property)({type:Boolean})],R.prototype,"hideTooltip",void 0);$([(0,D.property)({type:Boolean})],R.prototype,"forceTooltip",void 0);$([(0,D.property)({type:Boolean})],R.prototype,"activated",void 0);$([(0,D.query)(".ft-button")],R.prototype,"button",void 0);$([(0,D.query)(".ft-button--label")],R.prototype,"labelContainer",void 0);$([(0,D.state)()],R.prototype,"hasTextContent",void 0);$([(0,D.query)(".ft-button--label slot")],R.prototype,"slottedContent",void 0);$([(0,D.query)("[part=tooltip]")],R.prototype,"tooltip",void 0);var uc=f(E());var cc={"ft-button":R};(0,uc.customElements)(cc);var dc=O.FtCssVariableFactory.extend("--ft-chip-color","",O.designSystemVariables.colorOnSurface),oe={backgroundColor:O.FtCssVariableFactory.extend("--ft-chip-background-color","",O.designSystemVariables.colorSurface),color:dc,fontSize:O.FtCssVariableFactory.extend("--ft-chip-font-size","",be.fontSize),fontWeight:O.FtCssVariableFactory.extend("--ft-chip-font-weight","",be.fontWeight),iconSize:O.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),borderRadius:O.FtCssVariableFactory.create("--ft-chip-border-radius","","SIZE",""),rippleColor:O.FtCssVariableFactory.extend("--ft-chip-ripple-color","",dc),horizontalPadding:O.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:O.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),borderColor:O.FtCssVariableFactory.extend("--ft-chip-border-color","",O.designSystemVariables.colorOutline),opacityDisabled:O.FtCssVariableFactory.external(O.designSystemVariables.colorOpacityDisabled,"Design system")},pc=O.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",O.FtCssVariableFactory.extend("--ft-chip-color","",O.designSystemVariables.colorOnPrimary)),Ji={backgroundColor:O.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",O.FtCssVariableFactory.extend("--ft-chip-background-color","",O.designSystemVariables.colorPrimary)),color:pc,rippleColor:O.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",pc)},fc={horizontalPadding:O.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),verticalPadding:O.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px")},hc=[O.noTextSelect,Ir.css`
|
|
700
698
|
:host {
|
|
701
699
|
display: inline-block;
|
|
702
700
|
max-width: 100%;
|
|
@@ -712,21 +710,21 @@
|
|
|
712
710
|
box-sizing: border-box;
|
|
713
711
|
pointer-events: auto;
|
|
714
712
|
|
|
715
|
-
--chip-internal-font-size: ${
|
|
716
|
-
--chip-internal-font-weight: ${
|
|
713
|
+
--chip-internal-font-size: ${oe.fontSize};
|
|
714
|
+
--chip-internal-font-weight: ${oe.fontWeight};
|
|
717
715
|
--chip-internal-line-height: max(20px, calc(var(--chip-internal-font-size) + 2px));
|
|
718
|
-
${(0,
|
|
719
|
-
--chip-internal-vertical-padding: ${
|
|
720
|
-
--chip-internal-horizontal-padding: ${
|
|
716
|
+
${(0,O.setVariable)(he.size,oe.iconSize)};
|
|
717
|
+
--chip-internal-vertical-padding: ${oe.verticalPadding};
|
|
718
|
+
--chip-internal-horizontal-padding: ${oe.horizontalPadding};
|
|
721
719
|
--chip-internal-icon-padding: 3px;
|
|
722
|
-
--chip-internal-content-height: max(var(--chip-internal-line-height), ${
|
|
720
|
+
--chip-internal-content-height: max(var(--chip-internal-line-height), ${oe.iconSize});
|
|
723
721
|
|
|
724
|
-
border: 1px solid ${
|
|
725
|
-
color: ${
|
|
726
|
-
${(0,
|
|
727
|
-
border-radius: var(${(0
|
|
722
|
+
border: 1px solid ${oe.borderColor};
|
|
723
|
+
color: ${oe.color};
|
|
724
|
+
${(0,O.setVariable)(W.color,oe.rippleColor)};
|
|
725
|
+
border-radius: var(${(0,Ir.unsafeCSS)(oe.borderRadius.name)}, calc(var(--chip-internal-content-height) / 2 + var(--chip-internal-vertical-padding)));
|
|
728
726
|
padding: calc(var(--chip-internal-vertical-padding) - 1px) calc(var(--chip-internal-horizontal-padding) - 1px);
|
|
729
|
-
background-color: ${
|
|
727
|
+
background-color: ${oe.backgroundColor};
|
|
730
728
|
line-height: var(--chip-internal-content-height);
|
|
731
729
|
}
|
|
732
730
|
|
|
@@ -736,28 +734,28 @@
|
|
|
736
734
|
|
|
737
735
|
.ft-chip--dense {
|
|
738
736
|
--chip-internal-icon-padding: 3px;
|
|
739
|
-
--chip-internal-vertical-padding: ${
|
|
740
|
-
--chip-internal-horizontal-padding: ${
|
|
737
|
+
--chip-internal-vertical-padding: ${fc.verticalPadding};
|
|
738
|
+
--chip-internal-horizontal-padding: ${fc.horizontalPadding};
|
|
741
739
|
--chip-internal-line-height: max(16px, calc(var(--chip-internal-font-size) + 2px));
|
|
742
740
|
}
|
|
743
741
|
|
|
744
742
|
.ft-chip--no-content {
|
|
745
|
-
--chip-internal-horizontal-padding: ${
|
|
743
|
+
--chip-internal-horizontal-padding: ${oe.horizontalPadding.get(Ir.css`var(--chip-internal-vertical-padding)`)};
|
|
746
744
|
}
|
|
747
745
|
|
|
748
746
|
.ft-chip--disabled {
|
|
749
747
|
cursor: default;
|
|
750
748
|
pointer-events: none;
|
|
751
749
|
filter: grayscale(1);
|
|
752
|
-
opacity: ${
|
|
750
|
+
opacity: ${oe.opacityDisabled};
|
|
753
751
|
}
|
|
754
752
|
|
|
755
753
|
.ft-chip--highlighted {
|
|
756
754
|
border: none;
|
|
757
755
|
padding: var(--chip-internal-vertical-padding) var(--chip-internal-horizontal-padding);
|
|
758
|
-
background-color: ${
|
|
759
|
-
${(0,
|
|
760
|
-
color: ${
|
|
756
|
+
background-color: ${Ji.backgroundColor};
|
|
757
|
+
${(0,O.setVariable)(W.color,Ji.rippleColor)};
|
|
758
|
+
color: ${Ji.color};
|
|
761
759
|
}
|
|
762
760
|
|
|
763
761
|
.ft-chip--clickable {
|
|
@@ -766,7 +764,7 @@
|
|
|
766
764
|
}
|
|
767
765
|
|
|
768
766
|
.ft-chip:focus {
|
|
769
|
-
outline: 2px solid ${
|
|
767
|
+
outline: 2px solid ${O.designSystemVariables.colorPrimary};
|
|
770
768
|
outline-offset: 2px;
|
|
771
769
|
}
|
|
772
770
|
|
|
@@ -788,9 +786,9 @@
|
|
|
788
786
|
}
|
|
789
787
|
|
|
790
788
|
.ft-chip--icon-button {
|
|
791
|
-
${(0,
|
|
792
|
-
${(0,
|
|
793
|
-
${(0,
|
|
789
|
+
${(0,O.setVariable)(k.iconSize,oe.iconSize)};
|
|
790
|
+
${(0,O.setVariable)(k.horizontalPadding,"var(--chip-internal-icon-padding)")};
|
|
791
|
+
${(0,O.setVariable)(k.verticalPadding,"var(--chip-internal-icon-padding)")};
|
|
794
792
|
margin: calc((-1) * var(--chip-internal-icon-padding));
|
|
795
793
|
}
|
|
796
794
|
|
|
@@ -798,9 +796,9 @@
|
|
|
798
796
|
vertical-align: bottom;
|
|
799
797
|
display: block;
|
|
800
798
|
margin: 0 var(--chip-internal-horizontal-padding);
|
|
801
|
-
${(0,
|
|
802
|
-
${(0,
|
|
803
|
-
${(0,
|
|
799
|
+
${(0,O.setVariable)(be.fontSize,"var(--chip-internal-font-size)")};
|
|
800
|
+
${(0,O.setVariable)(be.fontWeight,"var(--chip-internal-font-weight)")};
|
|
801
|
+
${(0,O.setVariable)(be.lineHeight,"var(--chip-internal-content-height)")};
|
|
804
802
|
}
|
|
805
803
|
|
|
806
804
|
.ft-chip--safari-fix .ft-chip--label {
|
|
@@ -836,8 +834,8 @@
|
|
|
836
834
|
.ft-chip:not(.ft-chip--trailing-icon) .ft-chip--icon-button {
|
|
837
835
|
order: -1;
|
|
838
836
|
}
|
|
839
|
-
`];var
|
|
840
|
-
<div class="${(0,
|
|
837
|
+
`];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},Kn=class extends CustomEvent{constructor(){super("icon-click")}},V=class extends Xt.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":Xt.isSafari};return qn.html`
|
|
838
|
+
<div class="${(0,mc.classMap)(r)}"
|
|
841
839
|
aria-label="${this.getLabel()}"
|
|
842
840
|
tabindex="${this.interactionsOnChip?0:-1}"
|
|
843
841
|
@keyup=${this.onKeyUp}
|
|
@@ -848,7 +846,7 @@
|
|
|
848
846
|
</ft-typography>
|
|
849
847
|
${this.internalIcon?this.renderIcon():null}
|
|
850
848
|
</div>
|
|
851
|
-
`}get interactionsOnChip(){return this.clickable&&!this.disabled}get interactionsOnIcon(){return(this.iconClickable||this.removable)&&!this.disabled}renderIcon(){return this.interactionsOnIcon?
|
|
849
|
+
`}get interactionsOnChip(){return this.clickable&&!this.disabled}get interactionsOnIcon(){return(this.iconClickable||this.removable)&&!this.disabled}renderIcon(){return this.interactionsOnIcon?qn.html`
|
|
852
850
|
<ft-button round
|
|
853
851
|
class="ft-chip--icon-button"
|
|
854
852
|
@click=${this.onIconClick}
|
|
@@ -859,39 +857,39 @@
|
|
|
859
857
|
part="icon-button"
|
|
860
858
|
?hideTooltip=${this.hideIconTooltip}
|
|
861
859
|
></ft-button>
|
|
862
|
-
`:
|
|
860
|
+
`:qn.html`
|
|
863
861
|
<div class="ft-chip--icon-container ft-no-text-select" part="icon-container">
|
|
864
862
|
<ft-icon .variant=${this.iconVariant} .value=${this.internalIcon} part="icon"></ft-icon>
|
|
865
863
|
</div>
|
|
866
|
-
`}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new
|
|
864
|
+
`}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new Kn))}onIconClick(t){this.interactionsOnIcon&&(t.stopPropagation(),this.dispatchEvent(new Kn))}getLabel(){return this.label||this.getTextContent()}getTextContent(){return(0,Xt.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}};V.elementDefinitions={"ft-ripple":I,"ft-typography":ee,"ft-icon":te,"ft-button":R};V.styles=hc;ae([(0,ie.property)({type:Boolean})],V.prototype,"highlighted",void 0);ae([(0,ie.property)({type:Boolean})],V.prototype,"removable",void 0);ae([(0,ie.property)({type:Boolean})],V.prototype,"disabled",void 0);ae([(0,ie.property)({type:Boolean})],V.prototype,"clickable",void 0);ae([(0,ie.property)({type:Boolean})],V.prototype,"iconClickable",void 0);ae([(0,ie.property)({type:Boolean})],V.prototype,"dense",void 0);ae([(0,ie.property)({type:Boolean})],V.prototype,"multiLine",void 0);ae([(0,ie.property)()],V.prototype,"label",void 0);ae([(0,ie.property)()],V.prototype,"iconLabel",void 0);ae([(0,ie.property)({type:Boolean})],V.prototype,"hideIconTooltip",void 0);ae([(0,ie.property)()],V.prototype,"icon",void 0);ae([(0,ie.property)()],V.prototype,"iconVariant",void 0);ae([(0,ie.property)({type:Boolean})],V.prototype,"trailingIcon",void 0);ae([(0,ie.property)()],V.prototype,"typographyVariant",void 0);ae([(0,ie.query)("ft-typography slot")],V.prototype,"slottedContent",void 0);var gc=f(E());var yc={"ft-chip":V};(0,gc.customElements)(yc);var es,ts,rs,ns,Q={color:S.FtCssVariableFactory.extend("--ft-search-saved-searches-color","",S.designSystemVariables.colorOnSurface),activeButtonTextColor:S.FtCssVariableFactory.extend("--ft-search-saved-searches-active-button-text-color","",S.designSystemVariables.colorPrimary),activeSearchBackgroundColor:S.FtCssVariableFactory.extend("--ft-search-saved-searches-active-search-background-color","",S.designSystemVariables.colorContent),activeSearchBorderStyle:S.FtCssVariableFactory.create("--ft-search-saved-searches-active-search-border-style","","BORDER-STYLE",(es=N.selectedOutlineStyle.lastResortDefaultValue())!==null&&es!==void 0?es:"solid"),activeSearchBorderColor:S.FtCssVariableFactory.extend("--ft-search-saved-searches-active-search-border-color","",S.designSystemVariables.colorPrimary),activeSearchBorderWidth:S.FtCssVariableFactory.create("--ft-search-saved-searches-active-search-border-width","","SIZE",(ts=N.selectedOutlineWidth.lastResortDefaultValue())!==null&&ts!==void 0?ts:"2px"),activeSearchBorderRadius:S.FtCssVariableFactory.extend("--ft-search-saved-searches-active-search-border-radius","",S.designSystemVariables.borderRadiusM),inactiveButtonTextColor:S.FtCssVariableFactory.extend("--ft-search-saved-searches-inactive-button-text-color","",S.designSystemVariables.colorPrimary),inactiveButtonBackgroundColor:S.FtCssVariableFactory.extend("--ft-search-saved-searches-inactive-button-background-color","",S.designSystemVariables.colorSurface),inactiveSearchBackgroundColor:S.FtCssVariableFactory.extend("--ft-search-saved-searches-inactive-search-background-color","",S.designSystemVariables.colorContent),inactiveSearchBorderStyle:S.FtCssVariableFactory.create("--ft-search-saved-searches-inactive-search-border-style","","BORDER-STYLE",(rs=N.outlineStyle.lastResortDefaultValue())!==null&&rs!==void 0?rs:"solid"),inactiveSearchBorderColor:S.FtCssVariableFactory.extend("--ft-search-saved-searches-inactive-search-border-color","",S.designSystemVariables.colorPrimary),inactiveSearchBorderWidth:S.FtCssVariableFactory.create("--ft-search-saved-searches-inactive-search-border-width","","SIZE",(ns=N.outlineWidth.lastResortDefaultValue())!==null&&ns!==void 0?ns:"0"),inactiveSearchBorderRadius:S.FtCssVariableFactory.extend("--ft-search-saved-searches-inactive-search-border-radius","",S.designSystemVariables.borderRadiusM),chipBackgroundColor:S.FtCssVariableFactory.extend("--ft-search-saved-searches-chip-background-color","",S.designSystemVariables.colorSurface),cardTitleFontSize:S.FtCssVariableFactory.create("--ft-search-saved-searches-card-title-font-size","","SIZE","16px"),cardTitleFontWeight:S.FtCssVariableFactory.create("--ft-search-saved-searches-card-title-font-weight","","SIZE","600")},xc=vc.css`
|
|
867
865
|
[part="container"] {
|
|
868
866
|
display: flex;
|
|
869
867
|
flex-direction: column;
|
|
870
868
|
gap: 12px;
|
|
871
869
|
margin: 3px;
|
|
872
|
-
${(0,
|
|
873
|
-
${(0,
|
|
870
|
+
${(0,S.setVariable)(N.colorOnSurfaceHigh,Q.color)};
|
|
871
|
+
${(0,S.setVariable)(N.colorOnSurfaceMedium,Q.color)};
|
|
874
872
|
}
|
|
875
873
|
|
|
876
874
|
[part="card"] {
|
|
877
|
-
${(0,
|
|
878
|
-
${(0,
|
|
879
|
-
${(0,
|
|
880
|
-
${(0,
|
|
881
|
-
${(0,
|
|
882
|
-
${(0,
|
|
883
|
-
${(0,
|
|
884
|
-
${(0,
|
|
885
|
-
${(0,
|
|
875
|
+
${(0,S.setVariable)(N.outlineStyle,Q.inactiveSearchBorderStyle)};
|
|
876
|
+
${(0,S.setVariable)(N.outlineWidth,Q.inactiveSearchBorderWidth)};
|
|
877
|
+
${(0,S.setVariable)(N.outlineColor,Q.inactiveSearchBorderColor)};
|
|
878
|
+
${(0,S.setVariable)(N.borderRadius,Q.inactiveSearchBorderRadius)};
|
|
879
|
+
${(0,S.setVariable)(N.selectedOutlineStyle,Q.activeSearchBorderStyle)};
|
|
880
|
+
${(0,S.setVariable)(N.selectedOutlineWidth,Q.activeSearchBorderWidth)};
|
|
881
|
+
${(0,S.setVariable)(N.selectedOutlineColor,Q.activeSearchBorderColor)};
|
|
882
|
+
${(0,S.setVariable)(N.selectedBorderRadius,Q.activeSearchBorderRadius)};
|
|
883
|
+
${(0,S.setVariable)(W.backgroundColor,Q.inactiveSearchBackgroundColor)};
|
|
886
884
|
}
|
|
887
885
|
|
|
888
886
|
[part="card"][selected] {
|
|
889
|
-
${(0,
|
|
887
|
+
${(0,S.setVariable)(W.backgroundColor,Q.activeSearchBackgroundColor)};
|
|
890
888
|
}
|
|
891
889
|
|
|
892
890
|
[part="title"] {
|
|
893
|
-
${(0,
|
|
894
|
-
${(0,
|
|
891
|
+
${(0,S.setVariable)(Fe.fontSize,Q.cardTitleFontSize)};
|
|
892
|
+
${(0,S.setVariable)(Fe.fontWeight,Q.cardTitleFontWeight)};
|
|
895
893
|
}
|
|
896
894
|
|
|
897
895
|
[part="card-content"] {
|
|
@@ -907,16 +905,16 @@
|
|
|
907
905
|
}
|
|
908
906
|
|
|
909
907
|
[part="chip"] {
|
|
910
|
-
${(0,
|
|
908
|
+
${(0,S.setVariable)(oe.backgroundColor,Q.chipBackgroundColor)};
|
|
911
909
|
}
|
|
912
910
|
|
|
913
911
|
[part="search-button"] {
|
|
914
|
-
${(0,
|
|
912
|
+
${(0,S.setVariable)(k.color,Q.inactiveButtonTextColor)};
|
|
915
913
|
}
|
|
916
914
|
|
|
917
915
|
[part="search-button"]:not([disabled]) {
|
|
918
|
-
${(0,
|
|
919
|
-
${(0,
|
|
916
|
+
${(0,S.setVariable)(k.color,Q.inactiveButtonTextColor)};
|
|
917
|
+
${(0,S.setVariable)(k.backgroundColor,Q.inactiveButtonBackgroundColor)};
|
|
920
918
|
}
|
|
921
919
|
|
|
922
920
|
[part="metadata-label"]:after {
|
|
@@ -927,11 +925,11 @@
|
|
|
927
925
|
text-decoration: none;
|
|
928
926
|
color: inherit;
|
|
929
927
|
}
|
|
930
|
-
`;var
|
|
931
|
-
<div part="container" role="group" aria-label="${
|
|
932
|
-
${(0,
|
|
928
|
+
`;var Cc=f(Sc());var Qt=f(E()),os=f(Z());var is;(function(e){e.CLUSTERED_SEARCH="CLUSTERED_SEARCH"})(is||(is={}));var Ct=f(E());var md=f(E());var Gn=class e extends Event{constructor(){super(e.eventName)}};Gn.eventName="search-context-clear-all-filters";var Ec=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},as=class extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}},Ac=Symbol("registerInterval"),ss=Symbol("registerAttempts"),yd=40,gd=(0,Qt.applyMixinOnce)(Symbol("toFtSearchComponent"),function(e){class t extends e{constructor(){super(...arguments),this.neededSearchRequests=[]}willUpdate(n){var i,s,o;super.willUpdate(n),n.has("neededSearchRequests")&&((i=this.stateManager)===null||i===void 0||i.unregisterComponent(this,(s=n.get("neededSearchRequests"))!==null&&s!==void 0?s:[]),(o=this.stateManager)===null||o===void 0||o.registerComponent(this,this.neededSearchRequests))}setSearchStateManager(n){this.clearStateManager(),this.stateManager=n,this.stateManager.registerComponent(this,this.neededSearchRequests),this.addStore(n.store,"search")}clearStateManager(){this.stateManager&&(this.stateManager.unregisterComponent(this,this.neededSearchRequests),this.removeStore(this.stateManager.store),this.stateManager=void 0)}connectedCallback(){super.connectedCallback(),this[ss]=0,this.tryToRegisterToContext(),this[Ac]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null||this[ss]>yd?window.clearInterval(this[Ac]):(this[ss]++,this.dispatchEvent(new as))}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return Ec([(0,os.state)()],t.prototype,"stateManager",void 0),Ec([(0,os.state)({hasChanged:Qt.hasChanged})],t.prototype,"neededSearchRequests",void 0),t}),Yn=class extends gd(Qt.FtLitElementRedux){};var G=Hn.build("savedSearchesComponent"),_c={keywords:"Keywords",language:"Language",sort:"Sort",period:"Period",relevance:"Relevance",lastUpdate:"Last update",lastWeek:"Less than one week",lastMonth:"Less than one month",lastYear:"Less than one year",customPeriod:"Custom period",search:"Search",in:"In",titles:"Titles",resultsType:"Results type",documentsOnly:"Documents only",groupLabel:"Saved searches",keywordMatch:"Match all terms",yes:"yes",no:"no"};var it=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},fe=class extends Bn(Yn){constructor(){super(),this.showDescription=!1,this.showSearchFilters=!1,this.showSearchButton=!1,this.showAlertStatus=!1,this.requiredRole=B.SAVED_SEARCH_USER,this.addStore(A),this.addStore(X),this.addI18nContext(G,_c)}render(){let t=vt.get();return xe(this.userHasRights&&!this.isEmpty,()=>{var r;return we.html`
|
|
929
|
+
<div part="container" role="group" aria-label="${G.messages.groupLabel()}">
|
|
930
|
+
${(0,Cc.repeat)((r=this.savedSearches)!==null&&r!==void 0?r:[],n=>n.id,n=>{let i=this.toFtSearchRequest(n.searchRequest);return i===void 0?we.nothing:we.html`
|
|
933
931
|
<a href="${t?.serialize(i)}"
|
|
934
|
-
@click=${
|
|
932
|
+
@click=${s=>this.onLinkClick(s,i)}
|
|
935
933
|
aria-current="${this.isSelected(n.searchRequest)}">
|
|
936
934
|
<ft-card clickable ?selected=${this.isSelected(n.searchRequest)} part="card">
|
|
937
935
|
<div slot="header">
|
|
@@ -947,25 +945,25 @@
|
|
|
947
945
|
</a>
|
|
948
946
|
`})}
|
|
949
947
|
</div>
|
|
950
|
-
`})}renderDescription(t){return
|
|
951
|
-
<div part="description" class="content">${t}</div>`)}renderSearchButton(t){return
|
|
948
|
+
`})}renderDescription(t){return xe(this.showDescription&&t,()=>we.html`
|
|
949
|
+
<div part="description" class="content">${t}</div>`)}renderSearchButton(t){return xe(this.showSearchButton,()=>we.html`
|
|
952
950
|
<div part="search-button">
|
|
953
|
-
<ft-button id="search" tabindex="-1" icon="search" ?disabled=${t} aria-hidden="true">${
|
|
954
|
-
</div>`)}renderAlertStatus(t){return
|
|
955
|
-
<ft-icon part="alert-status">alert</ft-icon>`)}renderSearchFilters(t){return
|
|
951
|
+
<ft-button id="search" tabindex="-1" icon="search" ?disabled=${t} aria-hidden="true">${G.messages.search()}</ft-button>
|
|
952
|
+
</div>`)}renderAlertStatus(t){return xe(this.showAlertStatus&&t,()=>we.html`
|
|
953
|
+
<ft-icon part="alert-status">alert</ft-icon>`)}renderSearchFilters(t){return xe(this.showSearchFilters,()=>{var r,n,i,s,o;return we.html`
|
|
956
954
|
<div part="search-filters" class="content">
|
|
957
|
-
${
|
|
958
|
-
${
|
|
959
|
-
${
|
|
960
|
-
${(i=(n=t.metadataFilters)===null||n===void 0?void 0:n.map(a=>this.renderUnknownFilter(a)))!==null&&i!==void 0?i:
|
|
961
|
-
${
|
|
962
|
-
${
|
|
963
|
-
${
|
|
964
|
-
</div>`})}renderMetadata(t,r){return
|
|
955
|
+
${xe((r=t.query.length)!==null&&r!==void 0?r:!1,()=>this.renderMetadata(G.messages.keywords(),t.query))}
|
|
956
|
+
${xe(t.virtualField==Tr.TITLE_ONLY,()=>this.renderMetadata(G.messages.in(),G.messages.titles()))}
|
|
957
|
+
${xe(t.scope==Or.DOCUMENTS,()=>this.renderMetadata(G.messages.resultsType(),G.messages.documentsOnly()))}
|
|
958
|
+
${(i=(n=t.metadataFilters)===null||n===void 0?void 0:n.map(a=>this.renderUnknownFilter(a)))!==null&&i!==void 0?i:we.nothing}
|
|
959
|
+
${xe((o=(s=t.contentLocale)===null||s===void 0?void 0:s.length)!==null&&o!==void 0?o:!1,()=>this.renderMetadata(G.messages.language(),t.contentLocale))}
|
|
960
|
+
${xe(t.sortId!=null,()=>this.renderMetadata(G.messages.sort(),this.mapSortId(t.sortId)))}
|
|
961
|
+
${xe(t.keywordMatch!=null,()=>this.renderMetadata(G.messages.keywordMatch(),t.keywordMatch==wr.MANDATORY?G.messages.yes():G.messages.no()))}
|
|
962
|
+
</div>`})}renderMetadata(t,r){return we.html`
|
|
965
963
|
<ft-chip dense part="chip">
|
|
966
964
|
<span part="metadata-label">${t}</span>
|
|
967
965
|
<span part="metadata-values">${Array.isArray(r)?r.join(", "):r}</span>
|
|
968
|
-
</ft-chip>`}renderUnknownFilter(t){return t.valueFilter?this.renderValueFilter(t.label,t.valueFilter):t.dateFilter?this.renderDateFilter(t.dateFilter):t.rangeFilter?this.renderRangeFilter():
|
|
966
|
+
</ft-chip>`}renderUnknownFilter(t){return t.valueFilter?this.renderValueFilter(t.label,t.valueFilter):t.dateFilter?this.renderDateFilter(t.dateFilter):t.rangeFilter?this.renderRangeFilter():we.nothing}renderValueFilter(t,r){return this.renderMetadata(t,r.values)}renderDateFilter(t){return this.renderMetadata(G.messages.period(),this.mapDateFilterType(t.type))}renderRangeFilter(){return this.renderMetadata(G.messages.period(),G.messages.customPeriod())}mapSortId(t){if(this.sortOptions==null)return;let r=this.sortOptions.find(n=>n.id==t);return r==null&&(r=this.sortOptions.find(n=>n.id=="relevance")),this.i18n(rt.fromLocalizableLabel(r.label))}mapDateFilterType(t){switch(t){case Wt.LAST_WEEK:return G.messages.lastWeek();case Wt.LAST_MONTH:return G.messages.lastMonth();case Wt.LAST_YEAR:return G.messages.lastYear();default:return"--"}}get userHasRights(){return Rr(this.user,this.requiredRole)}get isEmpty(){var t;return((t=this.savedSearches)!==null&&t!==void 0?t:[]).length==0}isSelected(t){var r,n,i,s,o,a,l;return this.request!=null&&(0,ge.deepEqual)(this.request.query,t.query)&&this.areFtMetadataFiltersEqual([...this.request.metadataFilters],[...(r=t.metadataFilters)!==null&&r!==void 0?r:[]].map(this.toMetadataFilter))&&(0,ge.deepEqual)(this.request.sortId,t.sortId)&&(0,ge.deepEqual)(this.request.contentLocale,t.contentLocale)&&(0,ge.deepEqual)((n=this.request.virtualField)!==null&&n!==void 0?n:"EVERYWHERE",(i=t.virtualField)!==null&&i!==void 0?i:"EVERYWHERE")&&(0,ge.deepEqual)((s=this.request.scope)!==null&&s!==void 0?s:"DEFAULT",(o=t.scope)!==null&&o!==void 0?o:"DEFAULT")&&(0,ge.deepEqual)((a=this.request.keywordMatch)!==null&&a!==void 0?a:"OPTIONAL",(l=t.keywordMatch)!==null&&l!==void 0?l:"OPTIONAL")}areFtMetadataFiltersEqual(t,r){if(!(0,ge.deepEqual)(t.map(i=>i.key).sort(),r.map(i=>i.key).sort()))return!1;let n=(i,s)=>i.key===s.key&&this.compareUnknownFilter(i,s);for(let i of t)if(!r.find(o=>n(i,o)))return!1;return!0}compareUnknownFilter(t,r){return t.valueFilter&&r.valueFilter?this.compareValueFilter(t.valueFilter,r.valueFilter):t.dateFilter&&r.dateFilter?this.compareDateFilter(t.dateFilter,r.dateFilter):t.rangeFilter&&r.rangeFilter?this.compareRangeFilter(t.rangeFilter,r.rangeFilter):!1}compareValueFilter(t,r){return t.negative===r.negative&&t.values.length===r.values.length&&t.values.every(n=>r.values.includes(n))}compareDateFilter(t,r){return t.type===r.type}compareRangeFilter(t,r){return t.from===r.from&&t.to===r.to}mapFtSearchSortCriterion(t){return{...t}}toFtSearchRequest(t){var r,n;return this.request==null?void 0:{...this.request,query:t.query,metadataFilters:(n=(r=t.metadataFilters)===null||r===void 0?void 0:r.map(this.toMetadataFilter))!==null&&n!==void 0?n:[],sortId:t.sortId,contentLocale:t.contentLocale,virtualField:t.virtualField,scope:t.scope,keywordMatch:t.keywordMatch}}toMetadataFilter(t){return{key:t.key,valueFilter:t.valueFilter,dateFilter:t.dateFilter,rangeFilter:t.rangeFilter}}connectedCallback(){super.connectedCallback(),Pn.reloadMySearches()}onLinkClick(t,r){var n;!t.ctrlKey&&!t.metaKey&&(t.stopPropagation(),t.preventDefault(),(n=this.stateManager)===null||n===void 0||n.setRequest(r),this.click())}update(t){super.update(t),(t.has("user")||t.has("savedSearches"))&&this.savedSearches==null&&Pn.reloadMySearches()}};fe.styles=xc;fe.elementDefinitions={"ft-typography":ee,"ft-icon":te,"ft-card":ce,"ft-chip":V,"ft-button":R};it([(0,Ur.property)({type:Boolean})],fe.prototype,"showDescription",void 0);it([(0,Ur.property)({type:Boolean})],fe.prototype,"showSearchFilters",void 0);it([(0,Ur.property)({type:Boolean})],fe.prototype,"showSearchButton",void 0);it([(0,Ur.property)({type:Boolean})],fe.prototype,"showAlertStatus",void 0);it([(0,ge.redux)({store:X.name})],fe.prototype,"savedSearches",void 0);it([(0,ge.redux)({store:A.name,selector:e=>{var t;return(t=e.session)===null||t===void 0?void 0:t.profile}})],fe.prototype,"user",void 0);it([(0,ge.redux)({store:"search"})],fe.prototype,"request",void 0);it([(0,ge.redux)({store:"search",selector:e=>{var t;return(t=e.configuration)===null||t===void 0?void 0:t.sortOptions}})],fe.prototype,"sortOptions",void 0);var wc={"ft-search-saved-searches":fe};(0,Tc.customElements)(wc);})();
|
|
969
967
|
/*! Bundled license information:
|
|
970
968
|
|
|
971
969
|
lit-html/directives/when.js:
|