@fluid-topics/ft-button 2.1.24 → 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-button.light.js +160 -160
- package/build/ft-button.min.js +167 -167
- package/package.json +9 -9
package/build/ft-button.light.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";(()=>{var
|
|
1
|
+
"use strict";(()=>{var Al=Object.create;var yi=Object.defineProperty;var Sl=Object.getOwnPropertyDescriptor;var _l=Object.getOwnPropertyNames;var Cl=Object.getPrototypeOf,wl=Object.prototype.hasOwnProperty;var Ot=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}};var Tl=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of _l(t))!wl.call(e,i)&&i!==r&&yi(e,i,{get:()=>t[i],enumerable:!(n=Sl(t,i))||n.enumerable});return e};var y=(e,t,r)=>(r=e!=null?Al(Cl(e)):{},Tl(t||!e||!e.__esModule?yi(r,"default",{value:e,enumerable:!0}):r,e));var T=Ot((cu,gi)=>{gi.exports=ftGlobals.wcUtils});var F=Ot((uu,xi)=>{xi.exports=ftGlobals.lit});var J=Ot((du,vi)=>{vi.exports=ftGlobals.litDecorators});var pn=Ot((pu,bi)=>{bi.exports=ftGlobals.litClassMap});var nl=Ot((ny,rl)=>{rl.exports=ftGlobals.litUnsafeHTML});var vl=y(T());var Ae=y(T());var Oi=y(F()),j=y(J()),Ri=y(pn()),Rt=y(T());var wi=y(F()),U=y(T()),Ei=U.FtCssVariableFactory.extend("--ft-ripple-color","",U.designSystemVariables.colorContent),ne={color:Ei,backgroundColor:U.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ei),opacityContentOnSurfacePressed:U.FtCssVariableFactory.external(U.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:U.FtCssVariableFactory.external(U.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:U.FtCssVariableFactory.external(U.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:U.FtCssVariableFactory.external(U.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:U.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Ai=U.FtCssVariableFactory.extend("--ft-ripple-color","",U.designSystemVariables.colorPrimary),Si={color:Ai,backgroundColor:U.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ai)},_i=U.FtCssVariableFactory.extend("--ft-ripple-color","",U.designSystemVariables.colorSecondary),Ci={color:_i,backgroundColor:U.FtCssVariableFactory.extend("--ft-ripple-background-color","",_i)},Ti=wi.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: ${ne.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: ${ne.backgroundColor};
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.ft-ripple .ft-ripple--effect {
|
|
52
|
-
background-color: ${
|
|
52
|
+
background-color: ${ne.color};
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
56
|
-
background-color: ${
|
|
56
|
+
background-color: ${Ci.backgroundColor};
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
60
|
-
background-color: ${
|
|
60
|
+
background-color: ${Ci.color};
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
64
|
-
background-color: ${
|
|
64
|
+
background-color: ${Si.backgroundColor};
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
68
|
-
background-color: ${
|
|
68
|
+
background-color: ${Si.color};
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
.ft-ripple .ft-ripple--background {
|
|
@@ -95,36 +95,82 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
98
|
-
opacity: ${
|
|
98
|
+
opacity: ${ne.opacityContentOnSurfaceHover};
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
102
|
-
opacity: ${
|
|
102
|
+
opacity: ${ne.opacityContentOnSurfaceSelected};
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
106
|
-
opacity: ${
|
|
106
|
+
opacity: ${ne.opacityContentOnSurfaceFocused};
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
110
|
-
opacity: ${
|
|
110
|
+
opacity: ${ne.opacityContentOnSurfacePressed};
|
|
111
111
|
transform: translate(-50%, -50%) scale(1);
|
|
112
112
|
}
|
|
113
|
-
`;var
|
|
113
|
+
`;var q=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},M=class extends Rt.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 Rt.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 Rt.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 Oi.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,Ri.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"),Li=/'/g,Pi=/"/g,Ii=/^(?:script|style|textarea|title)$/i,dn=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),ki=dn(1),Ui=dn(2),$i=dn(3),Ht=Symbol.for("lit-noChange"),k=Symbol.for("lit-nothing"),Ni=new WeakMap,ze=Ge.createTreeWalker(Ge,129);function Hi(e,t){if(!un(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return wi!==void 0?wi.createHTML(t):t}var yl=(e,t)=>{let r=e.length-1,n=[],i,o=t===2?"<svg>":t===3?"<math>":"",s=Ut;for(let a=0;a<r;a++){let l=e[a],c,u,d=-1,f=0;for(;f<l.length&&(s.lastIndex=f,u=s.exec(l),u!==null);)f=s.lastIndex,s===Ut?u[1]==="!--"?s=_i:u[1]!==void 0?s=Ri:u[2]!==void 0?(Ii.test(u[2])&&(i=RegExp("</"+u[2],"g")),s=Ke):u[3]!==void 0&&(s=Ke):s===Ke?u[0]===">"?(s=i??Ut,d=-1):u[1]===void 0?d=-2:(d=s.lastIndex-u[2].length,c=u[1],s=u[3]===void 0?Ke:u[3]==='"'?Pi:Li):s===Pi||s===Li?s=Ke:s===_i||s===Ri?s=Ut:(s=Ke,i=void 0);let p=s===Ke&&e[a+1].startsWith("/>")?" ":"";o+=s===Ut?l+hl:d>=0?(n.push(c),l.slice(0,d)+Di+l.slice(d)+Le+p):l+Le+(d===-2?a:p)}return[Hi(e,o+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},Bt=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]=yl(t,r);if(this.el=e.createElement(c,n),ze.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=ze.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(Di)){let f=u[s++],p=i.getAttribute(d).split(Le),h=/([.?@])?(.*)/.exec(f);l.push({type:1,index:o,name:h[2],strings:p,ctor:h[1]==="."?on:h[1]==="?"?sn:h[1]==="@"?an:ct}),i.removeAttribute(d)}else d.startsWith(Le)&&(l.push({type:6,index:o}),i.removeAttribute(d));if(Ii.test(i.tagName)){let d=i.textContent.split(Le),f=d.length-1;if(f>0){i.textContent=fr?fr.emptyScript:"";for(let p=0;p<f;p++)i.append(d[p],pr()),ze.nextNode(),l.push({type:2,index:++o});i.append(d[f],pr())}}}else if(i.nodeType===8)if(i.data===Mi)l.push({type:2,index:o});else{let d=-1;for(;(d=i.data.indexOf(Le,d+1))!==-1;)l.push({type:7,index:o}),d+=Le.length-1}o++}}static createElement(t,r){let n=Ge.createElement("template");return n.innerHTML=t,n}};function lt(e,t,r=e,n){if(t===Ht)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,o=$t(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=lt(e,i._$AS(e,t.values),i,n)),t}var nn=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??Ge).importNode(r,!0);ze.currentNode=i;let o=ze.nextNode(),s=0,a=0,l=n[0];for(;l!==void 0;){if(s===l.index){let c;l.type===2?c=new hr(o,o.nextSibling,this,t):l.type===1?c=new l.ctor(o,l.name,l.strings,this,t):l.type===6&&(c=new ln(o,this,t)),this._$AV.push(c),l=n[++a]}s!==l?.index&&(o=ze.nextNode(),s++)}return ze.currentNode=Ge,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++}},hr=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=lt(this,t,r),$t(t)?t===k||t==null||t===""?(this._$AH!==k&&this._$AR(),this._$AH=k):t!==this._$AH&&t!==Ht&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):ml(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&&$t(this._$AH)?this._$AA.nextSibling.data=t:this.T(Ge.createTextNode(t)),this._$AH=t}$(t){let{values:r,_$litType$:n}=t,i=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=Bt.createElement(Hi(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let o=new nn(i,this),s=o.u(this.options);o.p(r),this.T(s),this._$AH=o}}_$AC(t){let r=Ni.get(t.strings);return r===void 0&&Ni.set(t.strings,r=new Bt(t)),r}k(t){un(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(pr()),this.O(pr()),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=Ti(t).nextSibling;Ti(t).remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},ct=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,o){this.type=1,this._$AH=k,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=k}_$AI(t,r=this,n,i){let o=this.strings,s=!1;if(o===void 0)t=lt(this,t,r,0),s=!$t(t)||t!==this._$AH&&t!==Ht,s&&(this._$AH=t);else{let a=t,l,c;for(t=o[0],l=0;l<o.length-1;l++)c=lt(this,a[n+l],r,l),c===Ht&&(c=this._$AH[l]),s||=!$t(c)||c!==this._$AH[l],c===k?t=k:t!==k&&(t+=(c??"")+o[l+1]),this._$AH[l]=c}s&&!i&&this.j(t)}j(t){t===k?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},on=class extends ct{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===k?void 0:t}},sn=class extends ct{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==k)}},an=class extends ct{constructor(t,r,n,i,o){super(t,r,n,i,o),this.type=5}_$AI(t,r=this){if((t=lt(this,t,r,0)??k)===Ht)return;let n=this._$AH,i=t===k&&n!==k||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,o=t!==k&&(n===k||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)}},ln=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){lt(this,t)}};var vl=cn.litHtmlPolyfillSupport;vl?.(Bt,hr),(cn.litHtmlVersions??=[]).push("3.3.3");var ji=Symbol.for(""),gl=e=>{if(e?.r===ji)return e?._$litStatic$},fn=e=>({_$litStatic$:e,r:ji});var Bi=new Map,pn=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=gl(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=Bi.get(d))===void 0&&(s.raw=s,Bi.set(d,t=s)),r=a}return e(t,...r)},hn=pn(ki),tu=pn(Ui),ru=pn($i);var mn=g(J()),to=g(w());var Pe;(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"})(Pe||(Pe={}));var ne=g(j()),v=g(w()),Fi=v.FtCssVariableFactory.extend("--ft-typography-font-family","",v.designSystemVariables.titleFont),Se=v.FtCssVariableFactory.extend("--ft-typography-font-family","",v.designSystemVariables.contentFont),E={fontFamily:Se,fontSize:v.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:v.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:v.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:v.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:v.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},ut={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Fi),fontSize:v.FtCssVariableFactory.extend("--ft-typography-title-font-size","",E.fontSize,"20px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",E.letterSpacing,"0.15px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-title-line-height","",E.lineHeight,"1.2"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",E.textTransform,"inherit")},dt={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Fi),fontSize:v.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",E.fontSize,"14px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",E.letterSpacing,"0.105px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",E.lineHeight,"1.7"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",E.textTransform,"inherit")},ft={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Se),fontSize:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",E.fontSize,"16px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",E.fontWeight,"600"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",E.letterSpacing,"0.144px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",E.lineHeight,"1.5"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",E.textTransform,"inherit")},pt={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Se),fontSize:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",E.fontSize,"14px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",E.letterSpacing,"0.098px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",E.lineHeight,"1.7"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",E.textTransform,"inherit")},ht={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Se),fontSize:v.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",E.fontSize,"16px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",E.letterSpacing,"0.496px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",E.lineHeight,"1.5"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",E.textTransform,"inherit")},mt={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Se),fontSize:v.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",E.fontSize,"14px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",E.letterSpacing,"0.252px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",E.lineHeight,"1.4"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",E.textTransform,"inherit")},yt={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Se),fontSize:v.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",E.fontSize,"12px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",E.letterSpacing,"0.396px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",E.lineHeight,"1.33"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",E.textTransform,"inherit")},vt={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Se),fontSize:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",E.fontSize,"10px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",E.letterSpacing,"0.33px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",E.lineHeight,"1.6"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",E.textTransform,"inherit")},gt={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Se),fontSize:v.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",E.fontSize,"10px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",E.letterSpacing,"1.5px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",E.lineHeight,"1.6"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",E.textTransform,"uppercase")},ve={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Se),fontSize:v.FtCssVariableFactory.extend("--ft-typography-button-font-size","",E.fontSize,"14px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",E.fontWeight,"600"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",E.letterSpacing,"1.246px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-button-line-height","",E.lineHeight,"1.15"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",E.textTransform,"uppercase")},Vi=ne.css`
|
|
124
|
+
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var r,n;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var t,r;let n=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;n&&this.setupFor((r=this.target)!==null&&r!==void 0?r:n)}forceFocusUpdate(){var t;!((t=this.target)===null||t===void 0)&&t.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");let r=(...a)=>l=>{a.forEach(c=>window.addEventListener(c,this.endPress,{once:!0})),this.startPress(l)},n=r("mouseup","contextmenu"),i=r("touchend","touchcancel"),s=a=>{["Enter"," "].includes(a.key)&&r("keyup")(a)},o={passive:!0};t.addEventListener("mouseover",this.startHover,o),t.addEventListener("mousemove",this.moveRipple,o),t.addEventListener("mouseleave",this.endHover,o),t.addEventListener("mousedown",n,o),t.addEventListener("touchstart",i,o),t.addEventListener("touchmove",this.moveRipple,o),t.addEventListener("keydown",s,o),t.addEventListener("focus",this.startFocus,o),t.addEventListener("blur",this.endFocus,o),t.addEventListener("focusin",this.startFocus,o),t.addEventListener("focusout",this.endFocus,o),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,o),t.removeEventListener("mousemove",this.moveRipple,o),t.removeEventListener("mouseleave",this.endHover,o),t.removeEventListener("mousedown",n,o),t.removeEventListener("touchstart",i,o),t.removeEventListener("touchmove",this.moveRipple,o),t.removeEventListener("keydown",s,o),t.removeEventListener("focus",this.startFocus,o),t.removeEventListener("blur",this.endFocus,o),t.removeEventListener("focusin",this.startFocus,o),t.removeEventListener("focusout",this.endFocus,o),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let r=t,n=t,i,s;return r.x!=null?{x:i,y:s}=r:n.touches!=null&&(i=n.touches[0].clientX,s=n.touches[0].clientY),{x:i,y:s}}isFocusVisible(t){return t instanceof HTMLElement?t.matches(":focus-visible"):!0}isIgnored(t){if(this.disabled)return!0;if(t!=null)for(let r of t.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};M.elementDefinitions={};M.styles=Ti;q([(0,j.property)({type:Boolean})],M.prototype,"primary",void 0);q([(0,j.property)({type:Boolean})],M.prototype,"secondary",void 0);q([(0,j.property)({type:Boolean})],M.prototype,"unbounded",void 0);q([(0,j.property)({type:Boolean})],M.prototype,"activated",void 0);q([(0,j.property)({type:Boolean})],M.prototype,"selected",void 0);q([(0,j.property)({type:Boolean})],M.prototype,"disabled",void 0);q([(0,j.state)()],M.prototype,"hovered",void 0);q([(0,j.state)()],M.prototype,"focused",void 0);q([(0,j.state)()],M.prototype,"pressed",void 0);q([(0,j.state)()],M.prototype,"rippling",void 0);q([(0,j.state)()],M.prototype,"originX",void 0);q([(0,j.state)()],M.prototype,"originY",void 0);q([(0,j.query)(".ft-ripple")],M.prototype,"ripple",void 0);q([(0,j.query)(".ft-ripple--effect")],M.prototype,"rippleEffect",void 0);var Li=y(T());var Ni={"ft-ripple":M};(0,Li.customElements)(Ni);var Ja=y(F()),le=y(J()),ae=y(T());var vn=globalThis,Pi=e=>e,lr=vn.trustedTypes,Di=lr?lr.createPolicy("lit-html",{createHTML:e=>e}):void 0,Hi="$lit$",Re=`lit$${Math.random().toFixed(9).slice(2)}$`,Bi="?"+Re,Ol=`<${Bi}>`,je=document,cr=()=>je.createComment(""),Lt=e=>e===null||typeof e!="object"&&typeof e!="function",bn=Array.isArray,Rl=e=>bn(e)||typeof e?.[Symbol.iterator]=="function",fn=`[
|
|
125
|
+
\f\r]`,Nt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Mi=/-->/g,ki=/>/g,Ve=RegExp(`>|${fn}(?:([^\\s"'>=/]+)(${fn}*=${fn}*(?:[^
|
|
126
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),Ii=/'/g,Ui=/"/g,Vi=/^(?:script|style|textarea|title)$/i,En=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Fi=En(1),ji=En(2),zi=En(3),Pt=Symbol.for("lit-noChange"),$=Symbol.for("lit-nothing"),$i=new WeakMap,Fe=je.createTreeWalker(je,129);function Wi(e,t){if(!bn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Di!==void 0?Di.createHTML(t):t}var Nl=(e,t)=>{let r=e.length-1,n=[],i,s=t===2?"<svg>":t===3?"<math>":"",o=Nt;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===Nt?u[1]==="!--"?o=Mi:u[1]!==void 0?o=ki:u[2]!==void 0?(Vi.test(u[2])&&(i=RegExp("</"+u[2],"g")),o=Ve):u[3]!==void 0&&(o=Ve):o===Ve?u[0]===">"?(o=i??Nt,d=-1):u[1]===void 0?d=-2:(d=o.lastIndex-u[2].length,c=u[1],o=u[3]===void 0?Ve:u[3]==='"'?Ui:Ii):o===Ui||o===Ii?o=Ve:o===Mi||o===ki?o=Nt:(o=Ve,i=void 0);let m=o===Ve&&e[a+1].startsWith("/>")?" ":"";s+=o===Nt?l+Ol:d>=0?(n.push(c),l.slice(0,d)+Hi+l.slice(d)+Re+m):l+Re+(d===-2?a:m)}return[Wi(e,s+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},Dt=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]=Nl(t,r);if(this.el=e.createElement(c,n),Fe.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=Fe.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(Hi)){let p=u[o++],m=i.getAttribute(d).split(Re),x=/([.?@])?(.*)/.exec(p);l.push({type:1,index:s,name:x[2],strings:m,ctor:x[1]==="."?mn:x[1]==="?"?yn:x[1]==="@"?gn:it}),i.removeAttribute(d)}else d.startsWith(Re)&&(l.push({type:6,index:s}),i.removeAttribute(d));if(Vi.test(i.tagName)){let d=i.textContent.split(Re),p=d.length-1;if(p>0){i.textContent=lr?lr.emptyScript:"";for(let m=0;m<p;m++)i.append(d[m],cr()),Fe.nextNode(),l.push({type:2,index:++s});i.append(d[p],cr())}}}else if(i.nodeType===8)if(i.data===Bi)l.push({type:2,index:s});else{let d=-1;for(;(d=i.data.indexOf(Re,d+1))!==-1;)l.push({type:7,index:s}),d+=Re.length-1}s++}}static createElement(t,r){let n=je.createElement("template");return n.innerHTML=t,n}};function nt(e,t,r=e,n){if(t===Pt)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,s=Lt(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=nt(e,i._$AS(e,t.values),i,n)),t}var hn=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??je).importNode(r,!0);Fe.currentNode=i;let s=Fe.nextNode(),o=0,a=0,l=n[0];for(;l!==void 0;){if(o===l.index){let c;l.type===2?c=new ur(s,s.nextSibling,this,t):l.type===1?c=new l.ctor(s,l.name,l.strings,this,t):l.type===6&&(c=new xn(s,this,t)),this._$AV.push(c),l=n[++a]}o!==l?.index&&(s=Fe.nextNode(),o++)}return Fe.currentNode=je,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++}},ur=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=$,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),Lt(t)?t===$||t==null||t===""?(this._$AH!==$&&this._$AR(),this._$AH=$):t!==this._$AH&&t!==Pt&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Rl(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!==$&&Lt(this._$AH)?this._$AA.nextSibling.data=t:this.T(je.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=Dt.createElement(Wi(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let s=new hn(i,this),o=s.u(this.options);s.p(r),this.T(o),this._$AH=s}}_$AC(t){let r=$i.get(t.strings);return r===void 0&&$i.set(t.strings,r=new Dt(t)),r}k(t){bn(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(cr()),this.O(cr()),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=Pi(t).nextSibling;Pi(t).remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},it=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,s){this.type=1,this._$AH=$,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=$}_$AI(t,r=this,n,i){let s=this.strings,o=!1;if(s===void 0)t=nt(this,t,r,0),o=!Lt(t)||t!==this._$AH&&t!==Pt,o&&(this._$AH=t);else{let a=t,l,c;for(t=s[0],l=0;l<s.length-1;l++)c=nt(this,a[n+l],r,l),c===Pt&&(c=this._$AH[l]),o||=!Lt(c)||c!==this._$AH[l],c===$?t=$:t!==$&&(t+=(c??"")+s[l+1]),this._$AH[l]=c}o&&!i&&this.j(t)}j(t){t===$?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},mn=class extends it{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===$?void 0:t}},yn=class extends it{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==$)}},gn=class extends it{constructor(t,r,n,i,s){super(t,r,n,i,s),this.type=5}_$AI(t,r=this){if((t=nt(this,t,r,0)??$)===Pt)return;let n=this._$AH,i=t===$&&n!==$||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,s=t!==$&&(n===$||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)}},xn=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 Ll=vn.litHtmlPolyfillSupport;Ll?.(Dt,ur),(vn.litHtmlVersions??=[]).push("3.3.3");var Gi=Symbol.for(""),Pl=e=>{if(e?.r===Gi)return e?._$litStatic$},An=e=>({_$litStatic$:e,r:Gi});var Ki=new Map,Sn=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=Pl(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=Ki.get(d))===void 0&&(o.raw=o,Ki.set(d,t=o)),r=a}return e(t,...r)},_n=Sn(Fi),wu=Sn(ji),Tu=Sn(zi);var Cn=y(J()),as=y(T());var Ne;(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"})(Ne||(Ne={}));var ie=y(F()),h=y(T()),qi=h.FtCssVariableFactory.extend("--ft-typography-font-family","",h.designSystemVariables.titleFont),Se=h.FtCssVariableFactory.extend("--ft-typography-font-family","",h.designSystemVariables.contentFont),b={fontFamily:Se,fontSize:h.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:h.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:h.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:h.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:h.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},st={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-title-font-family","",qi),fontSize:h.FtCssVariableFactory.extend("--ft-typography-title-font-size","",b.fontSize,"20px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",b.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",b.letterSpacing,"0.15px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-title-line-height","",b.lineHeight,"1.2"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",b.textTransform,"inherit")},ot={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",qi),fontSize:h.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",b.fontSize,"14px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",b.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",b.letterSpacing,"0.105px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",b.lineHeight,"1.7"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",b.textTransform,"inherit")},at={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Se),fontSize:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",b.fontSize,"16px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",b.fontWeight,"600"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",b.letterSpacing,"0.144px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",b.lineHeight,"1.5"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",b.textTransform,"inherit")},lt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Se),fontSize:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",b.fontSize,"14px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",b.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",b.letterSpacing,"0.098px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",b.lineHeight,"1.7"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",b.textTransform,"inherit")},ct={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Se),fontSize:h.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",b.fontSize,"16px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",b.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",b.letterSpacing,"0.496px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",b.lineHeight,"1.5"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",b.textTransform,"inherit")},ut={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Se),fontSize:h.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",b.fontSize,"14px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",b.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",b.letterSpacing,"0.252px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",b.lineHeight,"1.4"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",b.textTransform,"inherit")},dt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Se),fontSize:h.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",b.fontSize,"12px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",b.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",b.letterSpacing,"0.396px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",b.lineHeight,"1.33"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",b.textTransform,"inherit")},pt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Se),fontSize:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",b.fontSize,"10px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",b.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",b.letterSpacing,"0.33px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",b.lineHeight,"1.6"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",b.textTransform,"inherit")},ft={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Se),fontSize:h.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",b.fontSize,"10px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",b.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",b.letterSpacing,"1.5px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",b.lineHeight,"1.6"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",b.textTransform,"uppercase")},ge={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Se),fontSize:h.FtCssVariableFactory.extend("--ft-typography-button-font-size","",b.fontSize,"14px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",b.fontWeight,"600"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",b.letterSpacing,"1.246px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-button-line-height","",b.lineHeight,"1.15"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",b.textTransform,"uppercase")},Yi=ie.css`
|
|
127
127
|
.ft-typography--title {
|
|
128
|
+
font-family: ${st.fontFamily};
|
|
129
|
+
font-size: ${st.fontSize};
|
|
130
|
+
font-weight: ${st.fontWeight};
|
|
131
|
+
letter-spacing: ${st.letterSpacing};
|
|
132
|
+
line-height: ${st.lineHeight};
|
|
133
|
+
text-transform: ${st.textTransform};
|
|
134
|
+
}
|
|
135
|
+
`,Xi=ie.css`
|
|
136
|
+
.ft-typography--title-dense {
|
|
137
|
+
font-family: ${ot.fontFamily};
|
|
138
|
+
font-size: ${ot.fontSize};
|
|
139
|
+
font-weight: ${ot.fontWeight};
|
|
140
|
+
letter-spacing: ${ot.letterSpacing};
|
|
141
|
+
line-height: ${ot.lineHeight};
|
|
142
|
+
text-transform: ${ot.textTransform};
|
|
143
|
+
}
|
|
144
|
+
`,Ji=ie.css`
|
|
145
|
+
.ft-typography--subtitle1 {
|
|
146
|
+
font-family: ${at.fontFamily};
|
|
147
|
+
font-size: ${at.fontSize};
|
|
148
|
+
font-weight: ${at.fontWeight};
|
|
149
|
+
letter-spacing: ${at.letterSpacing};
|
|
150
|
+
line-height: ${at.lineHeight};
|
|
151
|
+
text-transform: ${at.textTransform};
|
|
152
|
+
}
|
|
153
|
+
`,Qi=ie.css`
|
|
154
|
+
.ft-typography--subtitle2 {
|
|
155
|
+
font-family: ${lt.fontFamily};
|
|
156
|
+
font-size: ${lt.fontSize};
|
|
157
|
+
font-weight: ${lt.fontWeight};
|
|
158
|
+
letter-spacing: ${lt.letterSpacing};
|
|
159
|
+
line-height: ${lt.lineHeight};
|
|
160
|
+
text-transform: ${lt.textTransform};
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
`,Zi=ie.css`
|
|
164
|
+
.ft-typography--body1 {
|
|
165
|
+
font-family: ${ct.fontFamily};
|
|
166
|
+
font-size: ${ct.fontSize};
|
|
167
|
+
font-weight: ${ct.fontWeight};
|
|
168
|
+
letter-spacing: ${ct.letterSpacing};
|
|
169
|
+
line-height: ${ct.lineHeight};
|
|
170
|
+
text-transform: ${ct.textTransform};
|
|
171
|
+
}
|
|
172
|
+
`,es=ie.css`
|
|
173
|
+
.ft-typography--body2 {
|
|
128
174
|
font-family: ${ut.fontFamily};
|
|
129
175
|
font-size: ${ut.fontSize};
|
|
130
176
|
font-weight: ${ut.fontWeight};
|
|
@@ -132,8 +178,8 @@
|
|
|
132
178
|
line-height: ${ut.lineHeight};
|
|
133
179
|
text-transform: ${ut.textTransform};
|
|
134
180
|
}
|
|
135
|
-
`,
|
|
136
|
-
.ft-typography--
|
|
181
|
+
`,ts=ie.css`
|
|
182
|
+
.ft-typography--caption {
|
|
137
183
|
font-family: ${dt.fontFamily};
|
|
138
184
|
font-size: ${dt.fontSize};
|
|
139
185
|
font-weight: ${dt.fontWeight};
|
|
@@ -141,17 +187,8 @@
|
|
|
141
187
|
line-height: ${dt.lineHeight};
|
|
142
188
|
text-transform: ${dt.textTransform};
|
|
143
189
|
}
|
|
144
|
-
`,
|
|
145
|
-
.ft-typography--
|
|
146
|
-
font-family: ${ft.fontFamily};
|
|
147
|
-
font-size: ${ft.fontSize};
|
|
148
|
-
font-weight: ${ft.fontWeight};
|
|
149
|
-
letter-spacing: ${ft.letterSpacing};
|
|
150
|
-
line-height: ${ft.lineHeight};
|
|
151
|
-
text-transform: ${ft.textTransform};
|
|
152
|
-
}
|
|
153
|
-
`,zi=ne.css`
|
|
154
|
-
.ft-typography--subtitle2 {
|
|
190
|
+
`,rs=ie.css`
|
|
191
|
+
.ft-typography--breadcrumb {
|
|
155
192
|
font-family: ${pt.fontFamily};
|
|
156
193
|
font-size: ${pt.fontSize};
|
|
157
194
|
font-weight: ${pt.fontWeight};
|
|
@@ -159,74 +196,37 @@
|
|
|
159
196
|
line-height: ${pt.lineHeight};
|
|
160
197
|
text-transform: ${pt.textTransform};
|
|
161
198
|
}
|
|
162
|
-
|
|
163
|
-
`,Gi=ne.css`
|
|
164
|
-
.ft-typography--body1 {
|
|
165
|
-
font-family: ${ht.fontFamily};
|
|
166
|
-
font-size: ${ht.fontSize};
|
|
167
|
-
font-weight: ${ht.fontWeight};
|
|
168
|
-
letter-spacing: ${ht.letterSpacing};
|
|
169
|
-
line-height: ${ht.lineHeight};
|
|
170
|
-
text-transform: ${ht.textTransform};
|
|
171
|
-
}
|
|
172
|
-
`,qi=ne.css`
|
|
173
|
-
.ft-typography--body2 {
|
|
174
|
-
font-family: ${mt.fontFamily};
|
|
175
|
-
font-size: ${mt.fontSize};
|
|
176
|
-
font-weight: ${mt.fontWeight};
|
|
177
|
-
letter-spacing: ${mt.letterSpacing};
|
|
178
|
-
line-height: ${mt.lineHeight};
|
|
179
|
-
text-transform: ${mt.textTransform};
|
|
180
|
-
}
|
|
181
|
-
`,Yi=ne.css`
|
|
182
|
-
.ft-typography--caption {
|
|
183
|
-
font-family: ${yt.fontFamily};
|
|
184
|
-
font-size: ${yt.fontSize};
|
|
185
|
-
font-weight: ${yt.fontWeight};
|
|
186
|
-
letter-spacing: ${yt.letterSpacing};
|
|
187
|
-
line-height: ${yt.lineHeight};
|
|
188
|
-
text-transform: ${yt.textTransform};
|
|
189
|
-
}
|
|
190
|
-
`,Xi=ne.css`
|
|
191
|
-
.ft-typography--breadcrumb {
|
|
192
|
-
font-family: ${vt.fontFamily};
|
|
193
|
-
font-size: ${vt.fontSize};
|
|
194
|
-
font-weight: ${vt.fontWeight};
|
|
195
|
-
letter-spacing: ${vt.letterSpacing};
|
|
196
|
-
line-height: ${vt.lineHeight};
|
|
197
|
-
text-transform: ${vt.textTransform};
|
|
198
|
-
}
|
|
199
|
-
`,Ji=ne.css`
|
|
199
|
+
`,ns=ie.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: ${ft.fontFamily};
|
|
202
|
+
font-size: ${ft.fontSize};
|
|
203
|
+
font-weight: ${ft.fontWeight};
|
|
204
|
+
letter-spacing: ${ft.letterSpacing};
|
|
205
|
+
line-height: ${ft.lineHeight};
|
|
206
|
+
text-transform: ${ft.textTransform};
|
|
207
|
+
}
|
|
208
|
+
`,is=ie.css`
|
|
209
209
|
.ft-typography--button {
|
|
210
|
-
font-family: ${
|
|
211
|
-
font-size: ${
|
|
212
|
-
font-weight: ${
|
|
213
|
-
letter-spacing: ${
|
|
214
|
-
line-height: ${
|
|
215
|
-
text-transform: ${
|
|
216
|
-
}
|
|
217
|
-
`,
|
|
210
|
+
font-family: ${ge.fontFamily};
|
|
211
|
+
font-size: ${ge.fontSize};
|
|
212
|
+
font-weight: ${ge.fontWeight};
|
|
213
|
+
letter-spacing: ${ge.letterSpacing};
|
|
214
|
+
line-height: ${ge.lineHeight};
|
|
215
|
+
text-transform: ${ge.textTransform};
|
|
216
|
+
}
|
|
217
|
+
`,ss=ie.css`
|
|
218
218
|
.ft-typography {
|
|
219
219
|
vertical-align: inherit;
|
|
220
220
|
}
|
|
221
|
-
`;var
|
|
222
|
-
<${
|
|
221
|
+
`;var os=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 as.FtLitElement{constructor(){super(...arguments),this.variant=Ne.body1}render(){return this.element?_n`
|
|
222
|
+
<${An(this.element)}
|
|
223
223
|
part="text"
|
|
224
224
|
class="ft-typography ft-typography--${this.variant}">
|
|
225
225
|
<slot></slot>
|
|
226
|
-
</${
|
|
227
|
-
`:
|
|
226
|
+
</${An(this.element)}>
|
|
227
|
+
`:_n`
|
|
228
228
|
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
229
|
-
`}};ce.styles=[
|
|
229
|
+
`}};ce.styles=[Yi,Xi,Ji,Qi,Zi,es,ts,rs,ns,is,ss];os([(0,Cn.property)()],ce.prototype,"element",void 0);os([(0,Cn.property)()],ce.prototype,"variant",void 0);var cs=y(T());var ls={"ft-typography":ce};(0,cs.customElements)(ls);var us=y(F()),Le=y(T()),Mt={distance:Le.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Le.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Le.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:Le.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",Le.designSystemVariables.borderRadiusS),maxWidth:Le.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},ds=us.css`
|
|
230
230
|
.ft-tooltip--container {
|
|
231
231
|
display: block;
|
|
232
232
|
}
|
|
@@ -244,28 +244,28 @@
|
|
|
244
244
|
box-sizing: border-box;
|
|
245
245
|
overflow: hidden;
|
|
246
246
|
width: max-content;
|
|
247
|
-
max-width: ${
|
|
247
|
+
max-width: ${Mt.maxWidth};
|
|
248
248
|
text-align: center;
|
|
249
|
-
padding: ${
|
|
249
|
+
padding: ${Mt.distance};
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.ft-tooltip--content {
|
|
253
253
|
padding: 4px 8px;
|
|
254
|
-
border-radius: ${
|
|
255
|
-
background-color: ${
|
|
256
|
-
color: ${
|
|
254
|
+
border-radius: ${Mt.borderRadiusS};
|
|
255
|
+
background-color: ${Mt.backgroundColor};
|
|
256
|
+
color: ${Mt.color};
|
|
257
257
|
position: relative;
|
|
258
258
|
word-break: break-word;
|
|
259
259
|
}
|
|
260
|
-
`;var ao=["top","right","bottom","left"],so=["start","end"],vn=ao.reduce((e,t)=>e.concat(t,t+"-"+so[0],t+"-"+so[1]),[]),Ft=Math.min,De=Math.max,Vt=Math.round;var ge=e=>({x:e,y:e}),bl={left:"right",right:"left",bottom:"top",top:"bottom"};function lo(e,t,r){return De(e,Ft(t,r))}function mr(e,t){return typeof e=="function"?e(t):e}function Wt(e){return e.split("-")[0]}function Me(e){return e.split("-")[1]}function gn(e){return e==="x"?"y":"x"}function bn(e){return e==="y"?"height":"width"}function yr(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function xn(e){return gn(yr(e))}function co(e,t,r){r===void 0&&(r=!1);let n=Me(e),i=xn(e),o=bn(i),s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=yn(s)),[s,yn(s)]}function uo(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function yn(e){let t=Wt(e);return bl[t]+e.slice(t.length)}function xl(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 fo(e){return typeof e!="number"?xl(e):{top:e,right:e,bottom:e,left:e}}function qe(e){let{x:t,y:r,width:n,height:i}=e;return{width:n,height:i,top:r,left:t,right:t+n,bottom:r+i,x:t,y:r}}function po(e,t,r){let{reference:n,floating:i}=e,o=yr(t),s=xn(t),a=bn(s),l=Wt(t),c=o==="y",u=n.x+n.width/2-i.width/2,d=n.y+n.height/2-i.height/2,f=n[a]/2-i[a]/2,p;switch(l){case"top":p={x:u,y:n.y-i.height};break;case"bottom":p={x:u,y:n.y+n.height};break;case"right":p={x:n.x+n.width,y:d};break;case"left":p={x:n.x-i.width,y:d};break;default:p={x:n.x,y:n.y}}let h=Me(t);return h&&(p[s]+=f*(h==="end"?1:-1)*(r&&c?-1:1)),p}async function ho(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:f=!1,padding:p=0}=mr(t,e),h=fo(p),b=a[f?d==="floating"?"reference":"floating":d],x=qe(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(b)))==null||r?b:b.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),A=d==="floating"?{x:n,y:i,width:s.floating.width,height:s.floating.height}:s.reference,S=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),O=await(o.isElement==null?void 0:o.isElement(S))&&await(o.getScale==null?void 0:o.getScale(S))||{x:1,y:1},$=qe(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:A,offsetParent:S,strategy:l}):A);return{top:(x.top-$.top+h.top)/O.y,bottom:($.bottom-x.bottom+h.bottom)/O.y,left:(x.left-$.left+h.left)/O.x,right:($.right-x.right+h.right)/O.x}}var Al=50,mo=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:s}=r,a=s.detectOverflow?s:{...s,detectOverflow:ho},l=await(s.isRTL==null?void 0:s.isRTL(t)),c=await s.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=po(c,n,l),f=n,p=0,h={};for(let m=0;m<o.length;m++){let b=o[m];if(!b)continue;let{name:x,fn:A}=b,{x:S,y:O,data:$,reset:M}=await A({x:u,y:d,initialPlacement:n,placement:f,strategy:i,middlewareData:h,rects:c,platform:a,elements:{reference:e,floating:t}});u=S??u,d=O??d,h[x]={...h[x],...$},M&&p<Al&&(p++,typeof M=="object"&&(M.placement&&(f=M.placement),M.rects&&(c=M.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:i}):M.rects),{x:u,y:d}=po(c,f,l)),m=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:h}};function El(e,t,r){return(e?[...r.filter(i=>Me(i)===e),...r.filter(i=>Me(i)!==e)]:r.filter(i=>Wt(i)===i)).filter(i=>e?Me(i)===e||(t?uo(i)!==i:!1):!0)}var yo=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:f=vn,autoAlignment:p=!0,...h}=mr(e,t),m=d!==void 0||f===vn?El(d||null,p,f):f,b=((r=s.autoPlacement)==null?void 0:r.index)||0,x=m[b];if(x==null)return{};if(a!==x)return{reset:{placement:m[0]}};let A=await l.detectOverflow(t,h),S=co(x,o,await(l.isRTL==null?void 0:l.isRTL(c.floating))),O=[A[Wt(x)],A[S[0]],A[S[1]]],$=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:x,overflows:O}],M=m[b+1];if(M)return{data:{index:b+1,overflows:$},reset:{placement:M}};let _e=$.map(Y=>{let te=Me(Y.placement);return[Y.placement,te&&u?Y.overflows.slice(0,2).reduce((X,We)=>X+We,0):Y.overflows[0],Y.overflows]}).sort((Y,te)=>Y[1]-te[1]),Re=((i=_e.filter(Y=>Y[2].slice(0,Me(Y[0])?2:3).every(te=>te<=0))[0])==null?void 0:i[0])||_e[0][0];return Re!==a?{data:{index:b+1,overflows:$},reset:{placement:Re}}:{}}}};var vo=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:n,placement:i,platform:o}=t,{mainAxis:s=!0,crossAxis:a=!1,limiter:l={fn:A=>{let{x:S,y:O}=A;return{x:S,y:O}}},...c}=mr(e,t),u={x:r,y:n},d=await o.detectOverflow(t,c),f=yr(i),p=gn(f),h=u[p],m=u[f],b=(A,S)=>lo(S+d[A==="y"?"top":"left"],S,S-d[A==="y"?"bottom":"right"]);s&&(h=b(p,h)),a&&(m=b(f,m));let x=l.fn({...t,[p]:h,[f]:m});return{...x,data:{x:x.x-r,y:x.y-n,enabled:{[p]:s,[f]:a}}}}}};function gr(){return typeof window<"u"}function Xe(e){return bo(e)?(e.nodeName||"").toLowerCase():"#document"}function G(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Ce(e){var t;return(t=(bo(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function bo(e){return gr()?e instanceof Node||e instanceof G(e).Node:!1}function ue(e){return gr()?e instanceof Element||e instanceof G(e).Element:!1}function Oe(e){return gr()?e instanceof HTMLElement||e instanceof G(e).HTMLElement:!1}function go(e){return!gr()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof G(e).ShadowRoot}function Kt(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=de(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function xo(e){return/^(table|td|th)$/.test(Xe(e))}function zt(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var Sl=/transform|translate|scale|rotate|perspective|filter/,Cl=/paint|layout|strict|content/,Ye=e=>!!e&&e!=="none",An;function bt(e){let t=ue(e)?de(e):e;return Ye(t.transform)||Ye(t.translate)||Ye(t.scale)||Ye(t.rotate)||Ye(t.perspective)||!br()&&(Ye(t.backdropFilter)||Ye(t.filter))||Sl.test(t.willChange||"")||Cl.test(t.contain||"")}function Ao(e){let t=Ie(e);for(;Oe(t)&&!xt(t);){if(bt(t))return t;if(zt(t))return null;t=Ie(t)}return null}function br(){return An==null&&(An=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),An}function xt(e){return/^(html|body|#document)$/.test(Xe(e))}function de(e){return G(e).getComputedStyle(e)}function Gt(e){return ue(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ie(e){if(Xe(e)==="html")return e;let t=e.assignedSlot||e.parentNode||go(e)&&e.host||Ce(e);return go(t)?t.host:t}function Eo(e){let t=Ie(e);return xt(t)?(e.ownerDocument||e).body:Oe(t)&&Kt(t)?t:Eo(t)}function vr(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=Eo(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),s=G(i);if(o){let a=xr(s);return t.concat(s,s.visualViewport||[],Kt(i)?i:[],a&&r?vr(a):[])}else return t.concat(i,vr(i,[],r))}function xr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Oo(e){let t=de(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=Oe(e),o=i?e.offsetWidth:r,s=i?e.offsetHeight:n,a=Vt(r)!==o||Vt(n)!==s;return a&&(r=o,n=s),{width:r,height:n,$:a}}function To(e){return ue(e)?e:e.contextElement}function At(e){let t=To(e);if(!Oe(t))return ge(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:o}=Oo(t),s=(o?Vt(r.width):r.width)/n,a=(o?Vt(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var Ol=ge(0);function wo(e){let t=G(e);return!br()||!t.visualViewport?Ol:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Tl(e,t,r){return t===void 0&&(t=!1),!!r&&t&&r===G(e)}function qt(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),o=To(e),s=ge(1);t&&(n?ue(n)&&(s=At(n)):s=At(e));let a=Tl(o,r,n)?wo(o):ge(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 f=G(o),p=ue(n)?G(n):n,h=f,m=xr(h);for(;m&&p!==h;){let b=At(m),x=m.getBoundingClientRect(),A=de(m),S=x.left+(m.clientLeft+parseFloat(A.paddingLeft))*b.x,O=x.top+(m.clientTop+parseFloat(A.paddingTop))*b.y;l*=b.x,c*=b.y,u*=b.x,d*=b.y,l+=S,c+=O,h=G(m),m=xr(h)}}return qe({width:u,height:d,x:l,y:c})}function Ar(e,t){let r=Gt(e).scrollLeft;return t?t.left+r:qt(Ce(e)).left+r}function _o(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Ar(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function wl(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,o=i==="fixed",s=Ce(n),a=t?zt(t.floating):!1;if(n===s||a&&o)return r;let l={scrollLeft:0,scrollTop:0},c=ge(1),u=ge(0),d=Oe(n);if((d||!o)&&((Xe(n)!=="body"||Kt(s))&&(l=Gt(n)),d)){let p=qt(n);c=At(n),u.x=p.x+n.clientLeft,u.y=p.y+n.clientTop}let f=s&&!d&&!o?_o(s,l):ge(0);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-l.scrollLeft*c.x+u.x+f.x,y:r.y*c.y-l.scrollTop*c.y+u.y+f.y}}function _l(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function Rl(e){let t=Gt(e),r=e.ownerDocument.body,n=De(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=De(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight),o=-t.scrollLeft+Ar(e),s=-t.scrollTop;return de(r).direction==="rtl"&&(o+=De(e.clientWidth,r.clientWidth)-n),{width:n,height:i,x:o,y:s}}var Ll=25;function Pl(e,t,r){r===void 0&&(r="viewport");let n=r==="layoutViewport",i=G(e),o=Ce(e),s=i.visualViewport,a=o.clientWidth,l=o.clientHeight,c=0,u=0;if(s){let f=!br()||t==="fixed";n?f||(c=-s.offsetLeft,u=-s.offsetTop):(a=s.width,l=s.height,f&&(c=s.offsetLeft,u=s.offsetTop))}if(Ar(o)<=0){let f=o.ownerDocument,p=f.body,h=getComputedStyle(p),m=f.compatMode==="CSS1Compat"&&parseFloat(h.marginLeft)+parseFloat(h.marginRight)||0,b=Math.abs(o.clientWidth-p.clientWidth-m),x=getComputedStyle(o).scrollbarGutter==="stable both-edges"?b/2:b;x<=Ll&&(a-=x)}return{width:a,height:l,x:c,y:u}}function Nl(e,t){let r=qt(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,o=At(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 So(e,t,r){let n;if(t==="viewport"||t==="layoutViewport")n=Pl(e,r,t);else if(t==="document")n=Rl(Ce(e));else if(ue(t))n=Nl(t,r);else{let i=wo(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return qe(n)}function Dl(e,t){let r=t.get(e);if(r)return r;let n=vr(e,[],!1).filter(a=>ue(a)&&Xe(a)!=="body"),i=null,o=de(e).position==="fixed",s=o?Ie(e):e;for(;ue(s)&&!xt(s);){let a=de(s),l=bt(s),c=i?i.position:o?"fixed":"";!l&&(c==="fixed"||c==="absolute"&&a.position==="static")?n=n.filter(d=>d!==s):i=a,s=Ie(s)}return t.set(e,n),n}function Ml(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,s=[...r==="clippingAncestors"?zt(t)?[]:Dl(t,this._c):[].concat(r),n],a=So(t,s[0],i),l=a.top,c=a.right,u=a.bottom,d=a.left;for(let f=1;f<s.length;f++){let p=So(t,s[f],i);l=De(p.top,l),c=Ft(p.right,c),u=Ft(p.bottom,u),d=De(p.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function Il(e){let{width:t,height:r}=Oo(e);return{width:t,height:r}}function kl(e,t,r){let n=Oe(t),i=Ce(t),o=r==="fixed",s=qt(e,!0,o,t),a={scrollLeft:0,scrollTop:0},l=ge(0);if((n||!o)&&((Xe(t)!=="body"||Kt(i))&&(a=Gt(t)),n)){let f=qt(t,!0,o,t);l.x=f.x+t.clientLeft,l.y=f.y+t.clientTop}!n&&i&&(l.x=Ar(i));let c=i&&!n&&!o?_o(i,a):ge(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 En(e){return de(e).position==="static"}function Co(e,t){if(!Oe(e)||de(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Ce(e)===r&&(r=r.ownerDocument.body),r}function Ro(e,t){let r=G(e);if(zt(e))return r;if(!Oe(e)){let i=Ie(e);for(;i&&!xt(i);){if(ue(i)&&!En(i))return i;i=Ie(i)}return r}let n=Co(e,t);for(;n&&xo(n)&&En(n);)n=Co(n,t);return n&&xt(n)&&En(n)&&!bt(n)?r:n||Ao(e)||r}var Ul=async function(e){let t=this.getOffsetParent||Ro,r=this.getDimensions,n=await r(e.floating);return{reference:kl(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function $l(e){return de(e).direction==="rtl"}var Er={convertOffsetParentRelativeRectToViewportRelativeRect:wl,getDocumentElement:Ce,getClippingRect:Ml,getOffsetParent:Ro,getElementRects:Ul,getClientRects:_l,getDimensions:Il,getScale:At,isElement:ue,isRTL:$l};var Lo=yo,Po=vo;var No=(e,t,r)=>{let n=new Map,i=r??{},o={...Er,...i.platform,_c:n};return mo(e,t,{...i,platform:o})};function Do(e){return Hl(e)}function Sn(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Hl(e){for(let t=e;t;t=Sn(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Sn(e);t;t=Sn(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||bt(r)||t.tagName==="BODY"))return t}return null}async function Mo(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},No(e,t,{strategy:n.strategy,platform:{...Er,getOffsetParent:i=>Er.getOffsetParent(i,Do)},middleware:[Po({crossAxis:!0}),Lo({allowedPlacements:[n.placement]})]})}var Mt=g(w());var Yn=g(J());var Io=g(J(),1);var Cn=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function ko(e,t){return(0,Io.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return Yt(e);try{return JSON.parse(r)}catch{return Yt(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:Xt,...t??{}})}function Bl(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(!Et(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(!Et(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(!Et(e[s],t[s]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Et(e,t){try{return Bl(e,t)}catch{return!1}}function Xt(e,t){return!Et(e,t)}function Yt(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function Sr(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 Uo=g(J(),1);var On=e=>{let t=e??{};return(r,n)=>{var i;let o={hasChanged:Xt,attribute:!1,...t};(0,Uo.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 Cr=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 Je=g(J(),1);var Or=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 Ho=g(j(),1);var Tr=globalThis,jl=Tr.ShadowRoot&&(Tr.ShadyCSS===void 0||Tr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var $o=(e,t)=>{if(jl)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=Tr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var wr=class extends Ho.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 $o(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){Cn(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 Bo(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 Ct=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},Wo,jo=Symbol("constructorPrototype"),Fo=Symbol("constructorName"),Ko=Symbol("exportpartsDebouncer"),Vo=Symbol("dynamicDependenciesLoaded"),St=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};St.eventName="exportparts-updated";var be=class extends wr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Wo]=new Or(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[Ko].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[Fo]=this.constructor.name,this[jo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Fo]&&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[Vo]||(r[Vo]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(St.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(St.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.focusElementToFocus(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate(),t.has("exportparts")&&this.dispatchEvent(new St)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let o=[...i??[],n];r=Bo(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=f=>f!=null&&f.trim().length>0,c=t.filter(l).map(f=>f.trim());if(c.length===0){this.exportparts=void 0;return}let u=new Set;for(let f of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let p=(o=(i=f.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&o!==void 0?o:[],h=(a=(s=f.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(b=>b.split(":")[1]))!==null&&a!==void 0?a:[],m=[...p,...h].filter(l).map(b=>b.trim());for(let b of m)u.add(b)}if(u.size===0){this.exportparts=void 0;return}let d=[...u.values()].flatMap(f=>c.map(p=>`${f}:${p}--${f}`));this.exportparts=[...this.part,...d].join(", ")}};Wo=Ko;Ct([(0,Je.property)()],be.prototype,"exportpartsPrefix",void 0);Ct([ko([])],be.prototype,"exportpartsPrefixes",void 0);Ct([(0,Je.property)({reflect:!0})],be.prototype,"exportparts",void 0);Ct([(0,Je.property)()],be.prototype,"customStylesheet",void 0);Ct([(0,Je.property)()],be.prototype,"elementToFocus",void 0);Ct([(0,Je.state)()],be.prototype,"useAdoptedStyleSheets",void 0);function _r(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Jt=Symbol("internalReduxEventsUnsubscribers"),ke=Symbol("internalStoresUnsubscribers"),Qe=Symbol("internalStores"),Fl=Sr(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[Qe].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Qe].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[Qe].get(s)}addStore(s,a){var l;a=(l=a??s.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[Qe].set(a,s),this.subscribeToStore(a,s),this.updateFromStores()}removeStore(s){let a=typeof s=="string"?s:s.name;this.unsubscribeFromStore(a),this[Qe].delete(a)}setupStores(){this.unsubscribeFromStores(),this[Qe].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[ke].has(s.store):this[ke].size>0)&&(this[a]=s.selector(c.getState(),this))}})}subscribeToStore(s,a){var l;this[ke].set(s,a.subscribe(()=>this.updateFromStores())),this[Jt].set(s,[]),_r(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=f=>this[u](f);a.addEventListener(c.eventName,d),this[Jt].get(s).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[ke].forEach((s,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(s){var a;this[ke].has(s)&&this[ke].get(s)(),this[ke].delete(s),(a=this[Jt].get(s))===null||a===void 0||a.forEach(l=>l()),this[Jt].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=ke,r=Qe,n=Jt,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),zo=class extends Fl(be){};function ie(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 Te(e){return!!e&&!!e[P]}function fe(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)===Xl})(e)||Array.isArray(e)||!!e[Zo]||!!(!((t=e.constructor)===null||t===void 0)&&t[Zo])||Mn(e)||In(e))}function Ze(e,t,r){r===void 0&&(r=!1),wt(e)===0?(r?Object.keys:Tt)(e).forEach((function(n){r&&typeof n=="symbol"||t(n,e[n],e)})):e.forEach((function(n,i){return t(i,n,e)}))}function wt(e){var t=e[P];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Mn(e)?2:In(e)?3:0}function Ot(e,t){return wt(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Vl(e,t){return wt(e)===2?e.get(t):e[t]}function es(e,t,r){var n=wt(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function ts(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Mn(e){return ql&&e instanceof Map}function In(e){return Yl&&e instanceof Set}function Ue(e){return e.o||e.t}function kn(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=is(e);delete t[P];for(var r=Tt(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 Un(e,t){return t===void 0&&(t=!1),$n(e)||Te(e)||!fe(e)||(wt(e)>1&&(e.set=e.add=e.clear=e.delete=Wl),Object.freeze(e),t&&Ze(e,(function(r,n){return Un(n,!0)}),!0)),e}function Wl(){ie(2)}function $n(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function xe(e){var t=Dn[e];return t||ie(18,e),t}function Kl(e,t){Dn[e]||(Dn[e]=t)}function Ln(){return Zt}function Tn(e,t){t&&(xe("Patches"),e.u=[],e.s=[],e.v=t)}function Rr(e){Pn(e),e.p.forEach(zl),e.p=null}function Pn(e){e===Zt&&(Zt=e.l)}function Go(e){return Zt={p:[],l:Zt,h:e,m:!0,_:0}}function zl(e){var t=e[P];t.i===0||t.i===1?t.j():t.g=!0}function wn(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||xe("ES5").S(t,e,n),n?(r[P].P&&(Rr(t),ie(4)),fe(e)&&(e=Lr(t,e),t.l||Pr(t,e)),t.u&&xe("Patches").M(r[P].t,e,t.u,t.s)):e=Lr(t,r,[]),Rr(t),t.u&&t.v(t.u,t.s),e!==ns?e:void 0}function Lr(e,t,r){if($n(t))return t;var n=t[P];if(!n)return Ze(t,(function(a,l){return qo(e,n,t,a,l,r)}),!0),t;if(n.A!==e)return t;if(!n.P)return Pr(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=kn(n.k):n.o,o=i,s=!1;n.i===3&&(o=new Set(i),i.clear(),s=!0),Ze(o,(function(a,l){return qo(e,n,i,a,l,r,s)})),Pr(e,i,!1),r&&e.u&&xe("Patches").N(n,r,e.u,e.s)}return n.o}function qo(e,t,r,n,i,o,s){if(Te(i)){var a=Lr(e,i,o&&t&&t.i!==3&&!Ot(t.R,n)?o.concat(n):void 0);if(es(r,n,a),!Te(a))return;e.m=!1}else s&&r.add(i);if(fe(i)&&!$n(i)){if(!e.h.D&&e._<1)return;Lr(e,i),t&&t.A.l||Pr(e,i)}}function Pr(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&Un(t,r)}function _n(e,t){var r=e[P];return(r?Ue(r):e)[t]}function Yo(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 $e(e){e.P||(e.P=!0,e.l&&$e(e.l))}function Rn(e){e.o||(e.o=kn(e.t))}function Nn(e,t,r){var n=Mn(t)?xe("MapSet").F(t,r):In(t)?xe("MapSet").T(t,r):e.O?(function(i,o){var s=Array.isArray(i),a={i:s?1:0,A:o?o.A:Ln(),P:!1,I:!1,R:{},l:o,t:i,k:null,o:null,j:null,C:!1},l=a,c=er;s&&(l=[a],c=Qt);var u=Proxy.revocable(l,c),d=u.revoke,f=u.proxy;return a.k=f,a.j=d,f})(t,r):xe("ES5").J(t,r);return(r?r.A:Ln()).p.push(n),n}function Gl(e){return Te(e)||ie(22,e),(function t(r){if(!fe(r))return r;var n,i=r[P],o=wt(r);if(i){if(!i.P&&(i.i<4||!xe("ES5").K(i)))return i.t;i.I=!0,n=Xo(r,o),i.I=!1}else n=Xo(r,o);return Ze(n,(function(s,a){i&&Vl(i.t,s)===a||es(n,s,t(a))})),o===3?new Set(n):n})(e)}function Xo(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return kn(e)}function rs(){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[P];return er.get(c,s)},set:function(c){var u=this[P];er.set(u,s,c)}},l}function t(s){for(var a=s.length-1;a>=0;a--){var l=s[a][P];if(!l.P)switch(l.i){case 5:n(l)&&$e(l);break;case 4:r(l)&&$e(l)}}}function r(s){for(var a=s.t,l=s.k,c=Tt(l),u=c.length-1;u>=0;u--){var d=c[u];if(d!==P){var f=a[d];if(f===void 0&&!Ot(a,d))return!0;var p=l[d],h=p&&p[P];if(h?h.t!==f:!ts(p,f))return!0}}var m=!!a[P];return c.length!==Tt(a).length+(m?0:1)}function n(s){var a=s.k;if(a.length!==s.t.length)return!0;var l=Object.getOwnPropertyDescriptor(a,a.length-1);if(l&&!l.get)return!0;for(var c=0;c<a.length;c++)if(!a.hasOwnProperty(c))return!0;return!1}function i(s){s.g&&ie(3,JSON.stringify(Ue(s)))}var o={};Kl("ES5",{J:function(s,a){var l=Array.isArray(s),c=(function(d,f){if(d){for(var p=Array(f.length),h=0;h<f.length;h++)Object.defineProperty(p,""+h,e(h,!0));return p}var m=is(f);delete m[P];for(var b=Tt(m),x=0;x<b.length;x++){var A=b[x];m[A]=e(A,d||!!m[A].enumerable)}return Object.create(Object.getPrototypeOf(f),m)})(l,s),u={i:l?5:4,A:a?a.A:Ln(),P:!1,I:!1,R:{},l:a,t:s,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,P,{value:u,writable:!0}),c},S:function(s,a,l){l?Te(a)&&a[P].A===s&&t(s.p):(s.u&&(function c(u){if(u&&typeof u=="object"){var d=u[P];if(d){var f=d.t,p=d.k,h=d.R,m=d.i;if(m===4)Ze(p,(function(O){O!==P&&(f[O]!==void 0||Ot(f,O)?h[O]||c(p[O]):(h[O]=!0,$e(d)))})),Ze(f,(function(O){p[O]!==void 0||Ot(p,O)||(h[O]=!1,$e(d))}));else if(m===5){if(n(d)&&($e(d),h.length=!0),p.length<f.length)for(var b=p.length;b<f.length;b++)h[b]=!1;else for(var x=f.length;x<p.length;x++)h[x]=!0;for(var A=Math.min(p.length,f.length),S=0;S<A;S++)p.hasOwnProperty(S)||(h[S]=!0),h[S]===void 0&&c(p[S])}}}})(s.p[0]),t(s.p))},K:function(s){return s.i===4?r(s):n(s)}})}var Jo,Zt,Hn=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",ql=typeof Map<"u",Yl=typeof Set<"u",Qo=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",ns=Hn?Symbol.for("immer-nothing"):((Jo={})["immer-nothing"]=!0,Jo),Zo=Hn?Symbol.for("immer-draftable"):"__$immer_draftable",P=Hn?Symbol.for("immer-state"):"__$immer_state";var Xl=""+Object.prototype.constructor,Tt=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,is=Object.getOwnPropertyDescriptors||function(e){var t={};return Tt(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},Dn={},er={get:function(e,t){if(t===P)return e;var r=Ue(e);if(!Ot(r,t))return(function(i,o,s){var a,l=Yo(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||!fe(n)?n:n===_n(e.t,t)?(Rn(e),e.o[t]=Nn(e.A.h,n,e)):n},has:function(e,t){return t in Ue(e)},ownKeys:function(e){return Reflect.ownKeys(Ue(e))},set:function(e,t,r){var n=Yo(Ue(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var i=_n(Ue(e),t),o=i?.[P];if(o&&o.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(ts(r,i)&&(r!==void 0||Ot(e.t,t)))return!0;Rn(e),$e(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 _n(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,Rn(e),$e(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Ue(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){ie(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){ie(12)}},Qt={};Ze(er,(function(e,t){Qt[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),Qt.deleteProperty=function(e,t){return Qt.set.call(this,e,t,void 0)},Qt.set=function(e,t,r){return er.set.call(this,e[0],t,r,e[0])};var Jl=(function(){function e(r){var n=this;this.O=Qo,this.D=!0,this.produce=function(i,o,s){if(typeof i=="function"&&typeof o!="function"){var a=o;o=i;var l=n;return function(m){var b=this;m===void 0&&(m=a);for(var x=arguments.length,A=Array(x>1?x-1:0),S=1;S<x;S++)A[S-1]=arguments[S];return l.produce(m,(function(O){var $;return($=o).call.apply($,[b,O].concat(A))}))}}var c;if(typeof o!="function"&&ie(6),s!==void 0&&typeof s!="function"&&ie(7),fe(i)){var u=Go(n),d=Nn(n,i,void 0),f=!0;try{c=o(d),f=!1}finally{f?Rr(u):Pn(u)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(m){return Tn(u,s),wn(m,u)}),(function(m){throw Rr(u),m})):(Tn(u,s),wn(c,u))}if(!i||typeof i!="object"){if((c=o(i))===void 0&&(c=i),c===ns&&(c=void 0),n.D&&Un(c,!0),s){var p=[],h=[];xe("Patches").M(i,c,p,h),s(p,h)}return c}ie(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),f=1;f<u;f++)d[f-1]=arguments[f];return n.produceWithPatches(c,(function(p){return i.apply(void 0,[p].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){fe(r)||ie(8),Te(r)&&(r=Gl(r));var n=Go(this),i=Nn(this,r,void 0);return i[P].C=!0,Pn(n),i},t.finishDraft=function(r,n){var i=r&&r[P],o=i.A;return Tn(o,n),wn(void 0,o)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!Qo&&ie(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=xe("Patches").$;return Te(r)?s(r,n):this.produce(r,(function(a){return s(a,n)}))},e})(),Q=new Jl,Ql=Q.produce,vd=Q.produceWithPatches.bind(Q),gd=Q.setAutoFreeze.bind(Q),bd=Q.setUseProxies.bind(Q),xd=Q.applyPatches.bind(Q),Ad=Q.createDraft.bind(Q),Ed=Q.finishDraft.bind(Q),Nr=Ql;function et(e){"@babel/helpers - typeof";return et=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},et(e)}function os(e,t){if(et(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(et(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function ss(e){var t=os(e,"string");return et(t)=="symbol"?t:t+""}function as(e,t,r){return(t=ss(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ls(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 Bn(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ls(Object(r),!0).forEach(function(n){as(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ls(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function W(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 cs=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),jn=function(){return Math.random().toString(36).substring(7).split("").join(".")},Dr={INIT:"@@redux/INIT"+jn(),REPLACE:"@@redux/REPLACE"+jn(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+jn()}};function Zl(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 Fn(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(W(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(W(1));return r(Fn)(e,t)}if(typeof e!="function")throw new Error(W(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(W(3));return o}function d(m){if(typeof m!="function")throw new Error(W(4));if(l)throw new Error(W(5));var b=!0;return c(),a.push(m),function(){if(b){if(l)throw new Error(W(6));b=!1,c();var A=a.indexOf(m);a.splice(A,1),s=null}}}function f(m){if(!Zl(m))throw new Error(W(7));if(typeof m.type>"u")throw new Error(W(8));if(l)throw new Error(W(9));try{l=!0,o=i(o,m)}finally{l=!1}for(var b=s=a,x=0;x<b.length;x++){var A=b[x];A()}return m}function p(m){if(typeof m!="function")throw new Error(W(10));i=m,f({type:Dr.REPLACE})}function h(){var m,b=d;return m={subscribe:function(A){if(typeof A!="object"||A===null)throw new Error(W(11));function S(){A.next&&A.next(u())}S();var O=b(S);return{unsubscribe:O}}},m[cs]=function(){return this},m}return f({type:Dr.INIT}),n={dispatch:f,subscribe:d,getState:u,replaceReducer:p},n[cs]=h,n}function ec(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:Dr.INIT});if(typeof n>"u")throw new Error(W(12));if(typeof r(void 0,{type:Dr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(W(13))})}function us(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{ec(r)}catch(l){a=l}return function(c,u){if(c===void 0&&(c={}),a)throw a;if(0)var d;for(var f=!1,p={},h=0;h<o.length;h++){var m=o[h],b=r[m],x=c[m],A=b(x,u);if(typeof A>"u"){var S=u&&u.type;throw new Error(W(14))}p[m]=A,f=f||A!==x}return f=f||o.length!==Object.keys(c).length,f?p:c}}function _t(){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 ds(){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(W(15))},s={getState:i.getState,dispatch:function(){return o.apply(void 0,arguments)}},a=t.map(function(l){return l(s)});return o=_t.apply(void 0,a)(i.dispatch),Bn(Bn({},i),{},{dispatch:o})}}}function fs(e){var t=function(n){var i=n.dispatch,o=n.getState;return function(s){return function(a){return typeof a=="function"?a(i,o,e):s(a)}}};return t}var ps=fs();ps.withExtraArgument=fs;var Vn=ps;var gs=(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)}})(),tc=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}}},Rt=function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e},rc=Object.defineProperty,nc=Object.defineProperties,ic=Object.getOwnPropertyDescriptors,hs=Object.getOwnPropertySymbols,oc=Object.prototype.hasOwnProperty,sc=Object.prototype.propertyIsEnumerable,ms=function(e,t,r){return t in e?rc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},He=function(e,t){for(var r in t||(t={}))oc.call(t,r)&&ms(e,r,t[r]);if(hs)for(var n=0,i=hs(t);n<i.length;n++){var r=i[n];sc.call(t,r)&&ms(e,r,t[r])}return e},Wn=function(e,t){return nc(e,ic(t))},ac=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 lc=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?_t:_t.apply(null,arguments)},Bd=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function cc(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 Be(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 He(He({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 uc=(function(e){gs(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,Rt([void 0],r[0].concat(this)))):new(t.bind.apply(t,Rt([void 0],r.concat(this))))},t})(Array),dc=(function(e){gs(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,Rt([void 0],r[0].concat(this)))):new(t.bind.apply(t,Rt([void 0],r.concat(this))))},t})(Array);function Gn(e){return fe(e)?Nr(e,function(){}):e}function fc(e){return typeof e=="boolean"}function pc(){return function(t){return hc(t)}}function hc(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 uc;if(r&&(fc(r)?c.push(Vn):c.push(Vn.withExtraArgument(r.extraArgument))),0){if(i)var u;if(s)var d;if(l)var f}return c}var Kn=!0;function bs(e){var t=pc(),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,f=d===void 0?void 0:d,p;if(typeof i=="function")p=i;else if(cc(i))p=us(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),!Kn&&!Array.isArray(h)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Kn&&h.some(function(O){return typeof O!="function"}))throw new Error("each middleware provided to configureStore must be a function");var m=ds.apply(void 0,h),b=_t;l&&(b=lc(He({trace:!Kn},typeof l=="object"&&l)));var x=new dc(m),A=x;Array.isArray(f)?A=Rt([m],f):typeof f=="function"&&(A=f(x));var S=b.apply(void 0,A);return Fn(p,u,S)}function xs(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 mc(e){return typeof e=="function"}function yc(e,t,r,n){r===void 0&&(r=[]);var i=typeof t=="function"?xs(t):[t,r,n],o=i[0],s=i[1],a=i[2],l;if(mc(e))l=function(){return Gn(e())};else{var c=Gn(e);l=function(){return c}}function u(d,f){d===void 0&&(d=l());var p=Rt([o[f.type]],s.filter(function(h){var m=h.matcher;return m(f)}).map(function(h){var m=h.reducer;return m}));return p.filter(function(h){return!!h}).length===0&&(p=[a]),p.reduce(function(h,m){if(m)if(Te(h)){var b=h,x=m(b,f);return x===void 0?h:x}else{if(fe(h))return Nr(h,function(A){return m(A,f)});var x=m(h,f);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 vc(e,t){return e+"/"+t}function As(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:Gn(e.initialState),n=e.reducers||{},i=Object.keys(n),o={},s={},a={};i.forEach(function(u){var d=n[u],f=vc(t,u),p,h;"reducer"in d?(p=d.reducer,h=d.prepare):p=d,o[u]=p,s[f]=p,a[u]=h?Be(f,h):Be(f)});function l(){var u=typeof e.extraReducers=="function"?xs(e.extraReducers):[e.extraReducers],d=u[0],f=d===void 0?{}:d,p=u[1],h=p===void 0?[]:p,m=u[2],b=m===void 0?void 0:m,x=He(He({},f),s);return yc(r,function(A){for(var S in x)A.addCase(S,x[S]);for(var O=0,$=h;O<$.length;O++){var M=$[O];A.addMatcher(M.matcher,M.reducer)}b&&A.addDefaultCase(b)})}var c;return{name:t,reducer:function(u,d){return c||(c=l()),c(u,d)},actions:a,caseReducers:o,getInitialState:function(){return c||(c=l()),c.getInitialState()}}}var gc="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",bc=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=gc[Math.random()*64|0];return t},xc=["name","message","stack","code"],zn=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),ys=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Ac=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=xc;r<n.length;r++){var i=n[r];typeof e[i]=="string"&&(t[i]=e[i])}return t}return{message:String(e)}},Wd=(function(){function e(t,r,n){var i=Be(t+"/fulfilled",function(u,d,f,p){return{payload:u,meta:Wn(He({},p||{}),{arg:f,requestId:d,requestStatus:"fulfilled"})}}),o=Be(t+"/pending",function(u,d,f){return{payload:void 0,meta:Wn(He({},f||{}),{arg:d,requestId:u,requestStatus:"pending"})}}),s=Be(t+"/rejected",function(u,d,f,p,h){return{payload:p,error:(n&&n.serializeError||Ac)(u||"Rejected"),meta:Wn(He({},h||{}),{arg:f,requestId:d,rejectedWithValue:!!p,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,f,p){var h=n?.idGenerator?n.idGenerator(u):bc(),m=new l,b,x=!1;function A(O){b=O,m.abort()}var S=(function(){return ac(this,null,function(){var O,$,M,_e,en,Re,Y;return tc(this,function(te){switch(te.label){case 0:return te.trys.push([0,4,,5]),_e=(O=n?.condition)==null?void 0:O.call(n,u,{getState:f,extra:p}),Sc(_e)?[4,_e]:[3,2];case 1:_e=te.sent(),te.label=2;case 2:if(_e===!1||m.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return x=!0,en=new Promise(function(X,We){return m.signal.addEventListener("abort",function(){return We({name:"AbortError",message:b||"Aborted"})})}),d(o(h,u,($=n?.getPendingMeta)==null?void 0:$.call(n,{requestId:h,arg:u},{getState:f,extra:p}))),[4,Promise.race([en,Promise.resolve(r(u,{dispatch:d,getState:f,extra:p,requestId:h,signal:m.signal,abort:A,rejectWithValue:function(X,We){return new zn(X,We)},fulfillWithValue:function(X,We){return new ys(X,We)}})).then(function(X){if(X instanceof zn)throw X;return X instanceof ys?i(X.payload,h,u,X.meta):i(X,h,u)})])];case 3:return M=te.sent(),[3,5];case 4:return Re=te.sent(),M=Re instanceof zn?s(null,h,u,Re.payload,Re.meta):s(Re,h,u),[3,5];case 5:return Y=n&&!n.dispatchConditionRejection&&s.match(M)&&M.meta.condition,Y||d(M),[2,M]}})})})();return Object.assign(S,{abort:A,requestId:h,arg:u,unwrap:function(){return S.then(Ec)}})}}return Object.assign(c,{pending:o,rejected:s,fulfilled:i,typePrefix:t})}return e.withTypes=function(){return e},e})();function Ec(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function Sc(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Es="listener",Ss="completed",Cs="cancelled",Kd="task-"+Cs,zd="task-"+Ss,Gd=Es+"-"+Cs,qd=Es+"-"+Ss;var qn="listenerMiddleware";var Yd=Be(qn+"/add"),Xd=Be(qn+"/removeAll"),Jd=Be(qn+"/remove");var vs,Qd=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(vs||(vs=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},Cc=function(e){return function(t){setTimeout(t,e)}},Zd=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Cc(10);rs();var Oc=Sr(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)}}}),Mr=class extends Oc(Object){};window.ftReduxStores||(window.ftReduxStores={});var Os=class e extends Mr{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(_r(o))return o;if(i==null)return;let s=As({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=bs({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=Yt(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 Cr;let i=o=>o!=null?JSON.parse(JSON.stringify(o)):o;this.actions=new Proxy(this.reduxSlice.actions,{get:(o,s,a)=>{let l=s,c=o[l];return c?(...u)=>{let d=c(...u.map(i));return this.reduxStore.dispatch(d),d}:u=>{let d=l,f=this.getState()[d];Et(f,u)||this.setState({[d]:i(u)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...t){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:t})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var Ir=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 kr=g(w()),Tc="ft-app-info",Lt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Lt.eventName="authentication-change";var tr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};tr.eventName="ui-locale-changed";var wc={session:(e,t)=>{(0,kr.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>T.dispatchEvent(new Lt(t.payload)),0))}},T=kr.FtReduxStore.get({name:Tc,reducers:wc,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 Ts=g(w()),Ur=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},_f=(0,Ts.applyMixinOnce)(Symbol("withDateFormat"),function(e){class t extends e{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(T)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,o;return((o=(i=this.metadataDescriptors.find(a=>a.key===n))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1)?a=>Ir.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Ur([(0,Yn.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),Ur([(0,Yn.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),Ur([On({store:T.name,selector:r=>{var n,i;return(i=(n=r.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&i!==void 0?i:[]}})],t.prototype,"metadataDescriptors",void 0),Ur([On({store:T.name})],t.prototype,"uiLocale",void 0),t});var ws;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(ws||(ws={}));var _s;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(_s||(_s={}));var Rs;(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"})(Rs||(Rs={}));var Ls;(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"})(Ls||(Ls={}));var Ps;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Ps||(Ps={}));var Ns;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(Ns||(Ns={}));var Ds;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(Ds||(Ds={}));var Ms;(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"})(Ms||(Ms={}));var Is;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(Is||(Is={}));var ks;(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"})(ks||(ks={}));var Us;(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"})(Us||(Us={}));var $s;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})($s||($s={}));var Hs;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(Hs||(Hs={}));var Bs;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(Bs||(Bs={}));var js;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(js||(js={}));var Fs;(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"})(Fs||(Fs={}));var Vs;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(Vs||(Vs={}));var Ws;(function(e){e.ASC="ASC",e.DESC="DESC"})(Ws||(Ws={}));var Ks;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(Ks||(Ks={}));var zs;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(zs||(zs={}));var Gs;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Gs||(Gs={}));var qs;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(qs||(qs={}));var Ys;(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"})(Ys||(Ys={}));var Xs;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Xs||(Xs={}));var Js;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(Js||(Js={}));var Qs;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Qs||(Qs={}));var Zs;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Zs||(Zs={}));var U;(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"})(U||(U={}));var oe;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(oe||(oe={}));var ea;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(ea||(ea={}));var ta;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(ta||(ta={}));var ra;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(ra||(ra={}));var na;(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"})(na||(na={}));var ia;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(ia||(ia={}));var oa;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(oa||(oa={}));var sa;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(sa||(sa={}));var aa;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(aa||(aa={}));var la;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(la||(la={}));var ca;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(ca||(ca={}));var ua;(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"})(ua||(ua={}));var da;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(da||(da={}));var _c={[U.PERSONAL_BOOK_SHARE_USER]:[U.PERSONAL_BOOK_USER],[U.HTML_EXPORT_USER]:[U.PERSONAL_BOOK_USER],[U.PDF_EXPORT_USER]:[U.PERSONAL_BOOK_USER],[U.KHUB_ADMIN]:[U.CONTENT_PUBLISHER],[U.ADMIN]:[U.KHUB_ADMIN,U.USERS_ADMIN,U.PORTAL_ADMIN,U.BEHAVIOR_DATA_USER],[U.GENERATIVE_AI_EXPORT_USER]:[U.GENERATIVE_AI_USER]};function fa(e,t){return e===t||(_c[e]??[]).some(r=>fa(r,t))}function pa(e,t){return e==null?!1:(Array.isArray(e)?e:Array.isArray(e.roles)?e.roles:Array.isArray(e.profile?.roles)?e.profile.roles:[]).some(n=>fa(n,t))}var Fr=g(w());var Xn=g(w());var tt=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=T.getState(),i=t??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(t){return new Promise(r=>{let n=e.get(t);if(n)r(n);else{let i=T.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var Pt=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:tt.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):tt.await()}};var Z=class extends Pt{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 Xn.CacheRegistry,this.cache=t?i.commonCache:new Xn.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 $r=class extends Z{async listMySearches(){let{session:t}=T.getState();return pa(t,U.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var Hr=class extends Z{async listMyBookmarks(){let t=T.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var Br=class extends Z{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(t){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${t}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(t){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${t}`),this.CACHE_DURATION)}isAuthenticated(){let t=T.getState().session;return!!t?.sessionAuthenticated}};var jr=class extends Z{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let t=T.getState().session;return!!t?.sessionAuthenticated}};var Rc="ft-user-assets",Lc={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(oe).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;Qn(e,r,[...Jn(e,r),i]),ha(e,r,1,n),ma(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;Qn(e,r,Jn(e,r).map(i=>i.id===n.id?n:i)),ma(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;Qn(e,r,Jn(e,r).filter(o=>o.id!==i)),ha(e,r,-1,n)}},ya={[oe.SEARCHES]:"savedSearches",[oe.BOOKMARKS]:"bookmarks",[oe.BOOKS]:void 0,[oe.COLLECTIONS]:void 0},Jn=(e,t)=>{var r;let n=ya[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},Qn=(e,t,r)=>{let n=ya[t];n&&(e[n]=r)},ha=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===oe.BOOKMARKS&&n)){let o=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,o+r)}},ma=(e,t)=>{let r=e.assetLabels.map(i=>i.title),n=t.labels.filter(i=>!r.includes(i)).map(i=>({title:i}));e.assetLabels.push(...n)},K=Fr.FtReduxStore.get({name:Rc,reducers:Lc,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(oe).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),Zn=class{constructor(t=new Br,r=new jr){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=T.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Hr,this.savedSearchesService=new $r,T.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=T.getState();(0,Fr.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(),K.actions.clearAssetCount(),K.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),K.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),K.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();K.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();K.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&K.getState().assetCounts.allAsset[t]!==r.count&&K.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&K.getState().assetCounts.bookmarkByMap[t]!==r.count&&K.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(K.getState().assetCounts.bookmarkByMap).length!==0;t===oe.BOOKMARKS&&r&&K.actions.clearBookmarkCountByMap(),K.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;K.actions.bookmarks(r)}}},Pc=new Zn;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=Pc);var ei=class{addCommand(t,r=!1){T.commands.add(t,r)}consumeCommand(t){return T.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new ei;var se=g(w());var va,Nt=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},Nc=Symbol("clearAfterUnitTest"),Vr=class extends(0,se.withEventBus)(Z){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[va]=()=>{this.defaultMessages={},this.cache=new se.CacheRegistry,this.listeners={}},this.currentUiLocale=T.getState().uiLocale,T.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=T.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let r=t.name.toLowerCase();this.cache.setFinal(r,t),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,r){var n;if(t=t.toLowerCase(),r&&Object.keys(r).length>0){let i={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...r};(0,se.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 se.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 se.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 Nt({loadedContexts:t})),this.dispatchEvent(new Nt({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new Nt({loadedContexts:[t]})),this.dispatchEvent(new Nt({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,se.delay)(0).then(()=>n()).catch(()=>null)))}};va=Nc;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Vr{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Vr{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var rr=window.FluidTopicsI18nService,ti=window.FluidTopicsCustomI18nService;var ga=g(w()),ri=class{highlightHtml(t,r,n){(0,ga.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new ri;var ba=g(w());var ni=class{isDate(t){var r,n,i,o;return(o=(i=((n=(r=T.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(a=>a.key===t))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1}format(t,r){var n,i,o,s;if(t==null)return"";try{return ba.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:T.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(o=r?.withTime)!==null&&o!==void 0?o:!1,(s=r?.onlyTime)!==null&&s!==void 0?s:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new ni;var xa=g(w());var nr=class{static get(t,r){var n,i,o,s;let a=T.getState(),{lang:l,region:c}=(o=(i=(n=a.localesConfiguration)===null||n===void 0?void 0:n.defaultLocales)===null||i===void 0?void 0:i.defaultContentLocale)!==null&&o!==void 0?o:{lang:"en",region:"US"};return new xa.SearchPlaceConverter(a.baseUrl,t??20,(s=a.localesConfiguration)===null||s===void 0?void 0:s.allLanguagesAllowed,r??`${l}-${c}`)}};var ii=class{urlToSearchRequest(t){return nr.get().parse(t)}searchRequestToUrl(t){return nr.get().serialize(t)}};window.FluidTopicsUrlService=new ii;var we=g(w());var rt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};rt.eventName="change";var oi=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))}},Aa=new oi;var Wr=class e extends we.WithEventBus{static build(){return new e(window.history,Aa,()=>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 rt(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(rt.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(rt.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=Wr.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 Ea=g(j());var Sa=Ea.css`
|
|
261
|
-
`;var
|
|
260
|
+
`;var fs=["top","right","bottom","left"],ps=["start","end"],Tn=fs.reduce((e,t)=>e.concat(t,t+"-"+ps[0],t+"-"+ps[1]),[]),kt=Math.min,Pe=Math.max,It=Math.round;var xe=e=>({x:e,y:e}),Dl={left:"right",right:"left",bottom:"top",top:"bottom"};function hs(e,t,r){return Pe(e,kt(t,r))}function dr(e,t){return typeof e=="function"?e(t):e}function Ut(e){return e.split("-")[0]}function De(e){return e.split("-")[1]}function On(e){return e==="x"?"y":"x"}function Rn(e){return e==="y"?"height":"width"}function pr(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function Nn(e){return On(pr(e))}function ms(e,t,r){r===void 0&&(r=!1);let n=De(e),i=Nn(e),s=Rn(i),o=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=wn(o)),[o,wn(o)]}function ys(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function wn(e){let t=Ut(e);return Dl[t]+e.slice(t.length)}function Ml(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 gs(e){return typeof e!="number"?Ml(e):{top:e,right:e,bottom:e,left:e}}function ze(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 xs(e,t,r){let{reference:n,floating:i}=e,s=pr(t),o=Nn(t),a=Rn(o),l=Ut(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,m;switch(l){case"top":m={x:u,y:n.y-i.height};break;case"bottom":m={x:u,y:n.y+n.height};break;case"right":m={x:n.x+n.width,y:d};break;case"left":m={x:n.x-i.width,y:d};break;default:m={x:n.x,y:n.y}}let x=De(t);return x&&(m[o]+=p*(x==="end"?1:-1)*(r&&c?-1:1)),m}async function vs(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:m=0}=dr(t,e),x=gs(m),g=a[p?d==="floating"?"reference":"floating":d],A=ze(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})),R=d==="floating"?{x:n,y:i,width:o.floating.width,height:o.floating.height}:o.reference,v=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),_=await(s.isElement==null?void 0:s.isElement(v))&&await(s.getScale==null?void 0:s.getScale(v))||{x:1,y:1},w=ze(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:R,offsetParent:v,strategy:l}):R);return{top:(A.top-w.top+x.top)/_.y,bottom:(w.bottom-A.bottom+x.bottom)/_.y,left:(A.left-w.left+x.left)/_.x,right:(w.right-A.right+x.right)/_.x}}var kl=50,bs=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:s=[],platform:o}=r,a=o.detectOverflow?o:{...o,detectOverflow:vs},l=await(o.isRTL==null?void 0:o.isRTL(t)),c=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=xs(c,n,l),p=n,m=0,x={};for(let E=0;E<s.length;E++){let g=s[E];if(!g)continue;let{name:A,fn:R}=g,{x:v,y:_,data:w,reset:k}=await R({x:u,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:x,rects:c,platform:a,elements:{reference:e,floating:t}});u=v??u,d=_??d,x[A]={...x[A],...w},k&&m<kl&&(m++,typeof k=="object"&&(k.placement&&(p=k.placement),k.rects&&(c=k.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):k.rects),{x:u,y:d}=xs(c,p,l)),E=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:x}};function Il(e,t,r){return(e?[...r.filter(i=>De(i)===e),...r.filter(i=>De(i)!==e)]:r.filter(i=>Ut(i)===i)).filter(i=>e?De(i)===e||(t?ys(i)!==i:!1):!0)}var Es=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=Tn,autoAlignment:m=!0,...x}=dr(e,t),E=d!==void 0||p===Tn?Il(d||null,m,p):p,g=((r=o.autoPlacement)==null?void 0:r.index)||0,A=E[g];if(A==null)return{};if(a!==A)return{reset:{placement:E[0]}};let R=await l.detectOverflow(t,x),v=ms(A,s,await(l.isRTL==null?void 0:l.isRTL(c.floating))),_=[R[Ut(A)],R[v[0]],R[v[1]]],w=[...((n=o.autoPlacement)==null?void 0:n.overflows)||[],{placement:A,overflows:_}],k=E[g+1];if(k)return{data:{index:g+1,overflows:w},reset:{placement:k}};let L=w.map(re=>{let Be=De(re.placement);return[re.placement,Be&&u?re.overflows.slice(0,2).reduce((bl,El)=>bl+El,0):re.overflows[0],re.overflows]}).sort((re,Be)=>re[1]-Be[1]),Tt=((i=L.filter(re=>re[2].slice(0,De(re[0])?2:3).every(Be=>Be<=0))[0])==null?void 0:i[0])||L[0][0];return Tt!==a?{data:{index:g+1,overflows:w},reset:{placement:Tt}}:{}}}};var As=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:R=>{let{x:v,y:_}=R;return{x:v,y:_}}},...c}=dr(e,t),u={x:r,y:n},d=await s.detectOverflow(t,c),p=pr(i),m=On(p),x=u[m],E=u[p],g=(R,v)=>hs(v+d[R==="y"?"top":"left"],v,v-d[R==="y"?"bottom":"right"]);o&&(x=g(m,x)),a&&(E=g(p,E));let A=l.fn({...t,[m]:x,[p]:E});return{...A,data:{x:A.x-r,y:A.y-n,enabled:{[m]:o,[p]:a}}}}}};function hr(){return typeof window<"u"}function Ke(e){return _s(e)?(e.nodeName||"").toLowerCase():"#document"}function Y(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function _e(e){var t;return(t=(_s(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function _s(e){return hr()?e instanceof Node||e instanceof Y(e).Node:!1}function ue(e){return hr()?e instanceof Element||e instanceof Y(e).Element:!1}function Ce(e){return hr()?e instanceof HTMLElement||e instanceof Y(e).HTMLElement:!1}function Ss(e){return!hr()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Y(e).ShadowRoot}function $t(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=de(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function Cs(e){return/^(table|td|th)$/.test(Ke(e))}function Ht(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var Ul=/transform|translate|scale|rotate|perspective|filter/,$l=/paint|layout|strict|content/,We=e=>!!e&&e!=="none",Ln;function ht(e){let t=ue(e)?de(e):e;return We(t.transform)||We(t.translate)||We(t.scale)||We(t.rotate)||We(t.perspective)||!mr()&&(We(t.backdropFilter)||We(t.filter))||Ul.test(t.willChange||"")||$l.test(t.contain||"")}function ws(e){let t=Me(e);for(;Ce(t)&&!mt(t);){if(ht(t))return t;if(Ht(t))return null;t=Me(t)}return null}function mr(){return Ln==null&&(Ln=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Ln}function mt(e){return/^(html|body|#document)$/.test(Ke(e))}function de(e){return Y(e).getComputedStyle(e)}function Bt(e){return ue(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Me(e){if(Ke(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Ss(e)&&e.host||_e(e);return Ss(t)?t.host:t}function Ts(e){let t=Me(e);return mt(t)?(e.ownerDocument||e).body:Ce(t)&&$t(t)?t:Ts(t)}function fr(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=Ts(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=Y(i);if(s){let a=yr(o);return t.concat(o,o.visualViewport||[],$t(i)?i:[],a&&r?fr(a):[])}else return t.concat(i,fr(i,[],r))}function yr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Ns(e){let t=de(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=Ce(e),s=i?e.offsetWidth:r,o=i?e.offsetHeight:n,a=It(r)!==s||It(n)!==o;return a&&(r=s,n=o),{width:r,height:n,$:a}}function Ls(e){return ue(e)?e:e.contextElement}function yt(e){let t=Ls(e);if(!Ce(t))return xe(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:s}=Ns(t),o=(s?It(r.width):r.width)/n,a=(s?It(r.height):r.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}var Hl=xe(0);function Ps(e){let t=Y(e);return!mr()||!t.visualViewport?Hl:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Bl(e,t,r){return t===void 0&&(t=!1),!!r&&t&&r===Y(e)}function Vt(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),s=Ls(e),o=xe(1);t&&(n?ue(n)&&(o=yt(n)):o=yt(e));let a=Bl(s,r,n)?Ps(s):xe(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=Y(s),m=ue(n)?Y(n):n,x=p,E=yr(x);for(;E&&m!==x;){let g=yt(E),A=E.getBoundingClientRect(),R=de(E),v=A.left+(E.clientLeft+parseFloat(R.paddingLeft))*g.x,_=A.top+(E.clientTop+parseFloat(R.paddingTop))*g.y;l*=g.x,c*=g.y,u*=g.x,d*=g.y,l+=v,c+=_,x=Y(E),E=yr(x)}}return ze({width:u,height:d,x:l,y:c})}function gr(e,t){let r=Bt(e).scrollLeft;return t?t.left+r:Vt(_e(e)).left+r}function Ds(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 Vl(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,s=i==="fixed",o=_e(n),a=t?Ht(t.floating):!1;if(n===o||a&&s)return r;let l={scrollLeft:0,scrollTop:0},c=xe(1),u=xe(0),d=Ce(n);if((d||!s)&&((Ke(n)!=="body"||$t(o))&&(l=Bt(n)),d)){let m=Vt(n);c=yt(n),u.x=m.x+n.clientLeft,u.y=m.y+n.clientTop}let p=o&&!d&&!s?Ds(o,l):xe(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 Fl(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function jl(e){let t=Bt(e),r=e.ownerDocument.body,n=Pe(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=Pe(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight),s=-t.scrollLeft+gr(e),o=-t.scrollTop;return de(r).direction==="rtl"&&(s+=Pe(e.clientWidth,r.clientWidth)-n),{width:n,height:i,x:s,y:o}}var zl=25;function Wl(e,t,r){r===void 0&&(r="viewport");let n=r==="layoutViewport",i=Y(e),s=_e(e),o=i.visualViewport,a=s.clientWidth,l=s.clientHeight,c=0,u=0;if(o){let p=!mr()||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,m=p.body,x=getComputedStyle(m),E=p.compatMode==="CSS1Compat"&&parseFloat(x.marginLeft)+parseFloat(x.marginRight)||0,g=Math.abs(s.clientWidth-m.clientWidth-E),A=getComputedStyle(s).scrollbarGutter==="stable both-edges"?g/2:g;A<=zl&&(a-=A)}return{width:a,height:l,x:c,y:u}}function Kl(e,t){let r=Vt(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,s=yt(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 Os(e,t,r){let n;if(t==="viewport"||t==="layoutViewport")n=Wl(e,r,t);else if(t==="document")n=jl(_e(e));else if(ue(t))n=Kl(t,r);else{let i=Ps(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return ze(n)}function Gl(e,t){let r=t.get(e);if(r)return r;let n=fr(e,[],!1).filter(a=>ue(a)&&Ke(a)!=="body"),i=null,s=de(e).position==="fixed",o=s?Me(e):e;for(;ue(o)&&!mt(o);){let a=de(o),l=ht(o),c=i?i.position:s?"fixed":"";!l&&(c==="fixed"||c==="absolute"&&a.position==="static")?n=n.filter(d=>d!==o):i=a,o=Me(o)}return t.set(e,n),n}function ql(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,o=[...r==="clippingAncestors"?Ht(t)?[]:Gl(t,this._c):[].concat(r),n],a=Os(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 m=Os(t,o[p],i);l=Pe(m.top,l),c=kt(m.right,c),u=kt(m.bottom,u),d=Pe(m.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function Yl(e){let{width:t,height:r}=Ns(e);return{width:t,height:r}}function Xl(e,t,r){let n=Ce(t),i=_e(t),s=r==="fixed",o=Vt(e,!0,s,t),a={scrollLeft:0,scrollTop:0},l=xe(0);if((n||!s)&&((Ke(t)!=="body"||$t(i))&&(a=Bt(t)),n)){let p=Vt(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?Ds(i,a):xe(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 Pn(e){return de(e).position==="static"}function Rs(e,t){if(!Ce(e)||de(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return _e(e)===r&&(r=r.ownerDocument.body),r}function Ms(e,t){let r=Y(e);if(Ht(e))return r;if(!Ce(e)){let i=Me(e);for(;i&&!mt(i);){if(ue(i)&&!Pn(i))return i;i=Me(i)}return r}let n=Rs(e,t);for(;n&&Cs(n)&&Pn(n);)n=Rs(n,t);return n&&mt(n)&&Pn(n)&&!ht(n)?r:n||ws(e)||r}var Jl=async function(e){let t=this.getOffsetParent||Ms,r=this.getDimensions,n=await r(e.floating);return{reference:Xl(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function Ql(e){return de(e).direction==="rtl"}var xr={convertOffsetParentRelativeRectToViewportRelativeRect:Vl,getDocumentElement:_e,getClippingRect:ql,getOffsetParent:Ms,getElementRects:Jl,getClientRects:Fl,getDimensions:Yl,getScale:yt,isElement:ue,isRTL:Ql};var ks=Es,Is=As;var Us=(e,t,r)=>{let n=new Map,i=r??{},s={...xr,...i.platform,_c:n};return bs(e,t,{...i,platform:s})};function $s(e){return Zl(e)}function Dn(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Zl(e){for(let t=e;t;t=Dn(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Dn(e);t;t=Dn(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||ht(r)||t.tagName==="BODY"))return t}return null}async function Hs(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},Us(e,t,{strategy:n.strategy,platform:{...xr,getOffsetParent:i=>xr.getOffsetParent(i,$s)},middleware:[Is({crossAxis:!0}),ks({allowedPlacements:[n.placement]})]})}var wt=y(T());var ti=y(J());var Bs=y(J(),1);var Mn=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function Vs(e,t){return(0,Bs.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return Ft(e);try{return JSON.parse(r)}catch{return Ft(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:jt,...t??{}})}function ec(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(!gt(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(!gt(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(!gt(e[o],t[o]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function gt(e,t){try{return ec(e,t)}catch{return!1}}function jt(e,t){return!gt(e,t)}function Ft(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function vr(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 Fs=y(J(),1);var kn=e=>{let t=e??{};return(r,n)=>{var i;let s={hasChanged:jt,attribute:!1,...t};(0,Fs.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 br=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 Ge=y(J(),1);var Er=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 zs=y(F(),1);var Ar=globalThis,tc=Ar.ShadowRoot&&(Ar.ShadyCSS===void 0||Ar.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var js=(e,t)=>{if(tc)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=Ar.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var Sr=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 js(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){Mn(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 Ws(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},Ys,Ks=Symbol("constructorPrototype"),Gs=Symbol("constructorName"),Xs=Symbol("exportpartsDebouncer"),qs=Symbol("dynamicDependenciesLoaded"),xt=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};xt.eventName="exportparts-updated";var ve=class extends Sr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Ys]=new Er(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[Xs].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[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[qs]||(r[qs]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(xt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(xt.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 xt)})}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=Ws(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 m=(s=(i=p.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&s!==void 0?s:[],x=(a=(o=p.getAttribute("exportparts"))===null||o===void 0?void 0:o.split(",").map(g=>g.split(":")[1]))!==null&&a!==void 0?a:[],E=[...m,...x].filter(l).map(g=>g.trim());for(let g of E)u.add(g)}if(u.size===0){this.exportparts=void 0;return}let d=[...u.values()].flatMap(p=>c.map(m=>`${p}:${m}--${p}`));this.exportparts=[...this.part,...d].join(", ")}};Ys=Xs;vt([(0,Ge.property)()],ve.prototype,"exportpartsPrefix",void 0);vt([Vs([])],ve.prototype,"exportpartsPrefixes",void 0);vt([(0,Ge.property)({reflect:!0})],ve.prototype,"exportparts",void 0);vt([(0,Ge.property)()],ve.prototype,"customStylesheet",void 0);vt([(0,Ge.property)()],ve.prototype,"elementToFocus",void 0);vt([(0,Ge.state)()],ve.prototype,"useAdoptedStyleSheets",void 0);function _r(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var zt=Symbol("internalReduxEventsUnsubscribers"),ke=Symbol("internalStoresUnsubscribers"),qe=Symbol("internalStores"),rc=vr(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[qe].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[qe].values()][0]}getStore(o){return o==null?this.getUnnamedStore():this[qe].get(o)}addStore(o,a){var l;a=(l=a??o.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[qe].set(a,o),this.subscribeToStore(a,o),this.updateFromStores()}removeStore(o){let a=typeof o=="string"?o:o.name;this.unsubscribeFromStore(a),this[qe].delete(a)}setupStores(){this.unsubscribeFromStores(),this[qe].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[ke].has(o.store):this[ke].size>0)&&(this[a]=o.selector(c.getState(),this))}})}subscribeToStore(o,a){var l;this[ke].set(o,a.subscribe(()=>this.updateFromStores())),this[zt].set(o,[]),_r(a)&&a.eventBus&&((l=this.reduxConstructor.reduxEventListeners)===null||l===void 0||l.forEach((c,u)=>{if(typeof this[u]=="function"&&(!c.store||a.name===c.store)){let d=p=>this[u](p);a.addEventListener(c.eventName,d),this[zt].get(o).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(o)}unsubscribeFromStores(){this[ke].forEach((o,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(o){var a;this[ke].has(o)&&this[ke].get(o)(),this[ke].delete(o),(a=this[zt].get(o))===null||a===void 0||a.forEach(l=>l()),this[zt].delete(o)}onStoreAvailable(o){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=ke,r=qe,n=zt,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),Js=class extends rc(ve){};function z(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 nc=typeof Symbol=="function"&&Symbol.observable||"@@observable",Qs=nc,In=()=>Math.random().toString(36).substring(7).split("").join("."),ic={INIT:`@@redux/INIT${In()}`,REPLACE:`@@redux/REPLACE${In()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${In()}`},Cr=ic;function wr(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 Un(e,t,r){if(typeof e!="function")throw new Error(z(2));if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(z(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(z(1));return r(Un)(e,t)}let n=e,i=t,s=new Map,o=s,a=0,l=!1;function c(){o===s&&(o=new Map,s.forEach((g,A)=>{o.set(A,g)}))}function u(){if(l)throw new Error(z(3));return i}function d(g){if(typeof g!="function")throw new Error(z(4));if(l)throw new Error(z(5));let A=!0;c();let R=a++;return o.set(R,g),function(){if(A){if(l)throw new Error(z(6));A=!1,c(),o.delete(R),s=null}}}function p(g){if(!wr(g))throw new Error(z(7));if(typeof g.type>"u")throw new Error(z(8));if(typeof g.type!="string")throw new Error(z(17));if(l)throw new Error(z(9));try{l=!0,i=n(i,g)}finally{l=!1}return(s=o).forEach(R=>{R()}),g}function m(g){if(typeof g!="function")throw new Error(z(10));n=g,p({type:Cr.REPLACE})}function x(){let g=d;return{subscribe(A){if(typeof A!="object"||A===null)throw new Error(z(11));function R(){let _=A;_.next&&_.next(u())}return R(),{unsubscribe:g(R)}},[Qs](){return this}}}return p({type:Cr.INIT}),{dispatch:p,subscribe:d,getState:u,replaceReducer:m,[Qs]:x}}function sc(e){Object.keys(e).forEach(t=>{let r=e[t];if(typeof r(void 0,{type:Cr.INIT})>"u")throw new Error(z(12));if(typeof r(void 0,{type:Cr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(z(13))})}function Zs(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{sc(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],m=r[p],x=a[p],E=m(x,l);if(typeof E>"u"){let g=l&&l.type;throw new Error(z(14))}u[p]=E,c=c||E!==x}return c=c||n.length!==Object.keys(a).length,c?u:a}}function Wt(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,r)=>(...n)=>t(r(...n)))}function eo(...e){return t=>(r,n)=>{let i=t(r,n),s=()=>{throw new Error(z(15))},o={getState:i.getState,dispatch:(l,...c)=>s(l,...c)},a=e.map(l=>l(o));return s=Wt(...a)(i.dispatch),{...i,dispatch:s}}}function to(e){return wr(e)&&"type"in e&&typeof e.type=="string"}var uo=Symbol.for("immer-nothing"),ro=Symbol.for("immer-draftable"),K=Symbol.for("immer-state");function pe(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var Q=Object,Et=Q.getPrototypeOf,Nr="constructor",Ir="prototype",Vn="configurable",Lr="enumerable",Or="writable",Kt="value",be=e=>!!e&&!!e[K];function Z(e){return e?po(e)||$r(e)||!!e[ro]||!!e[Nr]?.[ro]||Hr(e)||Br(e):!1}var oc=Q[Ir][Nr].toString(),no=new WeakMap;function po(e){if(!e||!Yn(e))return!1;let t=Et(e);if(t===null||t===Q[Ir])return!0;let r=Q.hasOwnProperty.call(t,Nr)&&t[Nr];if(r===Object)return!0;if(!bt(r))return!1;let n=no.get(r);return n===void 0&&(n=Function.toString.call(r),no.set(r,n)),n===oc}function Ur(e,t,r=!0){Yt(e)===0?(r?Reflect.ownKeys(e):Q.keys(e)).forEach(i=>{t(i,e[i],e)}):e.forEach((n,i)=>t(i,n,e))}function Yt(e){let t=e[K];return t?t.type_:$r(e)?1:Hr(e)?2:Br(e)?3:0}var $n=(e,t,r=Yt(e))=>r===2?e.has(t):Q[Ir].hasOwnProperty.call(e,t),Fn=(e,t,r=Yt(e))=>r===2?e.get(t):e[t],Pr=(e,t,r,n=Yt(e))=>{n===2?e.set(t,r):n===3?e.add(r):e[t]=r};function ac(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}var $r=Array.isArray,Hr=e=>e instanceof Map,Br=e=>e instanceof Set,Yn=e=>typeof e=="object",bt=e=>typeof e=="function",Hn=e=>typeof e=="boolean";function lc(e){let t=+e;return Number.isInteger(t)&&String(t)===e}var we=e=>e.copy_||e.base_;var Xn=e=>e.modified_?e.copy_:e.base_;function jn(e,t){if(Hr(e))return new Map(e);if(Br(e))return new Set(e);if($r(e))return Array[Ir].slice.call(e);let r=po(e);if(t===!0||t==="class_only"&&!r){let n=Q.getOwnPropertyDescriptors(e);delete n[K];let i=Reflect.ownKeys(n);for(let s=0;s<i.length;s++){let o=i[s],a=n[o];a[Or]===!1&&(a[Or]=!0,a[Vn]=!0),(a.get||a.set)&&(n[o]={[Vn]:!0,[Or]:!0,[Lr]:a[Lr],[Kt]:e[o]})}return Q.create(Et(e),n)}else{let n=Et(e);if(n!==null&&r)return{...e};let i=Q.create(n);return Q.assign(i,e)}}function Jn(e,t=!1){return Vr(e)||be(e)||!Z(e)||(Yt(e)>1&&Q.defineProperties(e,{set:Tr,add:Tr,clear:Tr,delete:Tr}),Q.freeze(e),t&&Ur(e,(r,n)=>{Jn(n,!0)},!1)),e}function cc(){pe(2)}var Tr={[Kt]:cc};function Vr(e){return e===null||!Yn(e)?!0:Q.isFrozen(e)}var Dr="MapSet",zn="Patches",io="ArrayMethods",fo={};function Ye(e){let t=fo[e];return t||pe(0,e),t}var so=e=>!!fo[e];var Gt,ho=()=>Gt,uc=(e,t)=>({drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0,handledSet_:new Set,processedForPatches_:new Set,mapSetPlugin_:so(Dr)?Ye(Dr):void 0,arrayMethodsPlugin_:so(io)?Ye(io):void 0});function oo(e,t){t&&(e.patchPlugin_=Ye(zn),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function Wn(e){Kn(e),e.drafts_.forEach(dc),e.drafts_=null}function Kn(e){e===Gt&&(Gt=e.parent_)}var ao=e=>Gt=uc(Gt,e);function dc(e){let t=e[K];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function lo(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];if(e!==void 0&&e!==r){r[K].modified_&&(Wn(t),pe(4)),Z(e)&&(e=co(t,e));let{patchPlugin_:i}=t;i&&i.generateReplacementPatches_(r[K].base_,e,t)}else e=co(t,r);return pc(t,e,!0),Wn(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==uo?e:void 0}function co(e,t){if(Vr(t))return t;let r=t[K];if(!r)return Mr(t,e.handledSet_,e);if(!Fr(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);go(r,e)}return r.copy_}function pc(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Jn(t,r)}function mo(e){e.finalized_=!0,e.scope_.unfinalizedDrafts_--}var Fr=(e,t)=>e.scope_===t,fc=[];function yo(e,t,r,n){let i=we(e),s=e.type_;if(n!==void 0&&Fn(i,n,s)===t){Pr(i,n,r,s);return}if(!e.draftLocations_){let a=e.draftLocations_=new Map;Ur(i,(l,c)=>{if(be(c)){let u=a.get(c)||[];u.push(l),a.set(c,u)}})}let o=e.draftLocations_.get(t)??fc;for(let a of o)Pr(i,a,r,s)}function hc(e,t,r){e.callbacks_.push(function(i){let s=t;if(!s||!Fr(s,i))return;i.mapSetPlugin_?.fixSetContents(s);let o=Xn(s);yo(e,s.draft_??s,o,r),go(s,i)})}function go(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)}mo(e)}}function mc(e,t,r){let{scope_:n}=e;if(be(r)){let i=r[K];Fr(i,n)&&i.callbacks_.push(function(){Rr(e);let o=Xn(i);yo(e,r,o,t)})}else Z(r)&&e.callbacks_.push(function(){let s=we(e);e.type_===3?s.has(r)&&Mr(r,n.handledSet_,n):Fn(s,t,e.type_)===r&&n.drafts_.length>1&&(e.assigned_.get(t)??!1)===!0&&e.copy_&&Mr(Fn(e.copy_,t,e.type_),n.handledSet_,n)})}function Mr(e,t,r){return!r.immer_.autoFreeze_&&r.unfinalizedDrafts_<1||be(e)||t.has(e)||!Z(e)||Vr(e)||(t.add(e),Ur(e,(n,i)=>{if(be(i)){let s=i[K];if(Fr(s,r)){let o=Xn(s);Pr(e,n,o,e.type_),mo(s)}}else Z(i)&&Mr(i,t,r)})),e}function yc(e,t){let r=$r(e),n={type_:r?1:0,scope_:t?t.scope_:ho(),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=kr;r&&(i=[n],s=qt);let{revoke:o,proxy:a}=Proxy.revocable(i,s);return n.draft_=a,n.revoke_=o,[a,n]}var kr={get(e,t){if(t===K)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=we(e);if(!$n(i,t,e.type_))return xc(e,i,t);let s=i[t];if(e.finalized_||!Z(s)||n&&e.operationMethod&&r?.isMutatingArrayMethod(e.operationMethod)&&lc(t))return s;if(s===Bn(e.base_,t)||gc(e,t,s)){Rr(e);let o=e.type_===1?+t:t,a=qn(e.scope_,s,e,o);return e.copy_[o]=a}return s},has(e,t){return t in we(e)},ownKeys(e){return Reflect.ownKeys(we(e))},set(e,t,r){let n=xo(we(e),t);if(n?.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){let i=Bn(we(e),t),s=i?.[K];if(s&&s.base_===r)return e.copy_[t]=r,e.assigned_.set(t,!1),!0;if(ac(r,i)&&(r!==void 0||$n(e.base_,t,e.type_)))return!0;Rr(e),Gn(e)}return e.copy_[t]===r&&(r!==void 0||$n(e.copy_,t,e.type_))||Number.isNaN(r)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=r,e.assigned_.set(t,!0),mc(e,t,r)),!0},deleteProperty(e,t){return Rr(e),Bn(e.base_,t)!==void 0||t in e.base_?(e.assigned_.set(t,!1),Gn(e)):e.assigned_.delete(t),e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){let r=we(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{[Or]:!0,[Vn]:e.type_!==1||t!=="length",[Lr]:n[Lr],[Kt]:r[t]}},defineProperty(){pe(11)},getPrototypeOf(e){return Et(e.base_)},setPrototypeOf(){pe(12)}},qt={};for(let e in kr){let t=kr[e];qt[e]=function(){let r=arguments;return r[0]=r[0][0],t.apply(this,r)}}qt.deleteProperty=function(e,t){return qt.set.call(this,e,t,void 0)};qt.set=function(e,t,r){return kr.set.call(this,e[0],t,r,e[0])};function Bn(e,t){let r=e[K];return(r?we(r):e)[t]}function gc(e,t,r){return e.type_!==1||!e.allIndicesReassigned_||e.assigned_?.get(t)||!Z(r)||r[K]?!1:e.baseRefs_.has(r)}function xc(e,t,r){let n=xo(t,r);return n?Kt in n?n[Kt]:n.get?.call(e.draft_):void 0}function xo(e,t){if(!(t in e))return;let r=Et(e);for(;r;){let n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Et(r)}}function Gn(e){e.modified_||(e.modified_=!0,e.parent_&&Gn(e.parent_))}function Rr(e){e.copy_||(e.assigned_=new Map,e.copy_=jn(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var vc=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!1,this.produce=(t,r,n)=>{if(bt(t)&&!bt(r)){let s=r;r=t;let o=this;return function(l=s,...c){return o.produce(l,u=>r.call(this,u,...c))}}bt(r)||pe(6),n!==void 0&&!bt(n)&&pe(7);let i;if(Z(t)){let s=ao(this),o=qn(s,t,void 0),a=!0;try{i=r(o),a=!1}finally{a?Wn(s):Kn(s)}return oo(s,n),lo(i,s)}else if(!t||!Yn(t)){if(i=r(t),i===void 0&&(i=t),i===uo&&(i=void 0),this.autoFreeze_&&Jn(i,!0),n){let s=[],o=[];Ye(zn).generateReplacementPatches_(t,i,{patches_:s,inversePatches_:o}),n(s,o)}return i}else pe(1,t)},this.produceWithPatches=(t,r)=>{if(bt(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]},Hn(e?.autoFreeze)&&this.setAutoFreeze(e.autoFreeze),Hn(e?.useStrictShallowCopy)&&this.setUseStrictShallowCopy(e.useStrictShallowCopy),Hn(e?.useStrictIteration)&&this.setUseStrictIteration(e.useStrictIteration)}createDraft(e){Z(e)||pe(8),be(e)&&(e=vo(e));let t=ao(this),r=qn(t,e,void 0);return r[K].isManual_=!0,Kn(t),r}finishDraft(e,t){let r=e&&e[K];(!r||!r.isManual_)&&pe(9);let{scope_:n}=r;return oo(n,t),lo(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=Ye(zn).applyPatches_;return be(e)?n(e,t):this.produce(e,i=>n(i,t))}};function qn(e,t,r,n){let[i,s]=Hr(t)?Ye(Dr).proxyMap_(t,r):Br(t)?Ye(Dr).proxySet_(t,r):yc(t,r);return(r?.scope_??ho()).drafts_.push(i),s.callbacks_=r?.callbacks_??[],s.key_=n,r&&n!==void 0?hc(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 vo(e){return be(e)||pe(10,e),bo(e)}function bo(e){if(!Z(e)||Vr(e))return e;let t=e[K],r,n=!0;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=jn(e,t.scope_.immer_.useStrictShallowCopy_),n=t.scope_.immer_.shouldUseStrictIteration()}else r=jn(e,!0);return Ur(r,(i,s)=>{Pr(r,i,bo(s))},n),t&&(t.finalized_=!1),r}var bc=new vc,Qn=bc.produce;function Eo(e){return({dispatch:r,getState:n})=>i=>s=>typeof s=="function"?s(r,n,e):i(s)}var Ao=Eo(),So=Eo;var Ec=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Wt:Wt.apply(null,arguments)},Yd=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}},Ac=e=>e&&typeof e.match=="function";function Ie(e,t){function r(...n){if(t){let i=t(...n);if(!i)throw new Error(Te(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=>to(n)&&n.type===e,r}var Oo=class Xt extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,Xt.prototype)}static get[Symbol.species](){return Xt}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new Xt(...t[0].concat(this)):new Xt(...t.concat(this))}};function _o(e){return Z(e)?Qn(e,()=>{}):e}function jr(e,t,r){return e.has(t)?e.get(t):e.set(t,r(t)).get(t)}function Sc(e){return typeof e=="boolean"}var _c=()=>function(t){let{thunk:r=!0,immutableCheck:n=!0,serializableCheck:i=!0,actionCreatorCheck:s=!0}=t??{},o=new Oo;return r&&(Sc(r)?o.push(Ao):o.push(So(r.extraArgument))),o},Cc="RTK_autoBatch";var Co=e=>t=>{setTimeout(t,e)},wc=(e,t)=>r=>{let n=!1,i=()=>{n||(n=!0,cancelAnimationFrame(s),clearTimeout(o),r())},s=e(i),o=setTimeout(i,t)},Tc=(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?wc(window.requestAnimationFrame,100):Co(10):e.type==="callback"?e.queueNotification:Co(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?.[Cc],s=!i,s&&(o||(o=!0,l(c))),n.dispatch(u)}finally{i=!0}}})},Oc=e=>function(r){let{autoBatch:n=!0}=r??{},i=new Oo(e);return n&&i.push(Tc(typeof n=="object"?n:void 0)),i};function Ro(e){let t=_c(),{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(wr(r))l=Zs(r);else throw new Error(Te(1));let c;typeof n=="function"?c=n(t):c=t();let u=Wt;i&&(u=Ec({trace:!1,...typeof i=="object"&&i}));let d=eo(...c),p=Oc(d),m=typeof a=="function"?a(p):p(),x=u(...m);return Un(l,o,x)}function No(e){let t={},r=[],n,i={addCase(s,o){let a=typeof s=="string"?s:s.type;if(!a)throw new Error(Te(28));if(a in t)throw new Error(Te(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 Rc(e){return typeof e=="function"}function Nc(e,t){let[r,n,i]=No(t),s;if(Rc(e))s=()=>_o(e());else{let a=_o(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(be(u)){let m=d(u,l);return m===void 0?u:m}else{if(Z(u))return Qn(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 Lc=(e,t)=>Ac(e)?e.match(t):e(t);function Pc(...e){return t=>e.some(r=>Lc(r,t))}var Dc="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Mc=(e=21)=>{let t="",r=e;for(;r--;)t+=Dc[Math.random()*64|0];return t},kc=["name","message","stack","code"],Zn=class{constructor(e,t){this.payload=e,this.meta=t}payload;meta;_type},wo=class{constructor(e,t){this.payload=e,this.meta=t}payload;meta;_type},Ic=e=>{if(typeof e=="object"&&e!==null){let t={};for(let r of kc)typeof e[r]=="string"&&(t[r]=e[r]);return t}return{message:String(e)}},To="External signal was aborted",Uc=(()=>{function e(t,r,n){let i=Ie(t+"/fulfilled",(l,c,u,d)=>({payload:l,meta:{...d||{},arg:u,requestId:c,requestStatus:"fulfilled"}})),s=Ie(t+"/pending",(l,c,u)=>({payload:void 0,meta:{...u||{},arg:c,requestId:l,requestStatus:"pending"}})),o=Ie(t+"/rejected",(l,c,u,d,p)=>({payload:d,error:(n&&n.serializeError||Ic)(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 m=n?.idGenerator?n.idGenerator(l):Mc(),x=new AbortController,E,g;function A(v){g=v,x.abort()}c&&(c.aborted?A(To):c.addEventListener("abort",()=>A(To),{once:!0}));let R=(async function(){let v;try{let w=n?.condition?.(l,{getState:d,extra:p});if(Hc(w)&&(w=await w),w===!1||x.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};let k=new Promise((L,I)=>{E=()=>{I({name:"AbortError",message:g||"Aborted"})},x.signal.addEventListener("abort",E,{once:!0})});u(s(m,l,n?.getPendingMeta?.({requestId:m,arg:l},{getState:d,extra:p}))),v=await Promise.race([k,Promise.resolve(r(l,{dispatch:u,getState:d,extra:p,requestId:m,signal:x.signal,abort:A,rejectWithValue:((L,I)=>new Zn(L,I)),fulfillWithValue:((L,I)=>new wo(L,I))})).then(L=>{if(L instanceof Zn)throw L;return L instanceof wo?i(L.payload,m,l,L.meta):i(L,m,l)})])}catch(w){v=w instanceof Zn?o(null,m,l,w.payload,w.meta):o(w,m,l)}finally{E&&x.signal.removeEventListener("abort",E)}return n&&!n.dispatchConditionRejection&&o.match(v)&&v.meta.condition||u(v),v})();return Object.assign(R,{abort:A,requestId:m,arg:l,unwrap(){return R.then($c)}})}}return Object.assign(a,{pending:s,rejected:o,fulfilled:i,settled:Pc(o,i),typePrefix:t})}return e.withTypes=()=>e,e})();function $c(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function Hc(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Lo=Symbol.for("rtk-slice-createasyncthunk"),Jd={[Lo]:Uc};function Bc(e,t){return`${e}/${t}`}function Vc({creators:e}={}){let t=e?.asyncThunk?.[Lo];return function(n){let{name:i,reducerPath:s=i}=n;if(!i)throw new Error(Te(11));typeof process<"u";let o=(typeof n.reducers=="function"?n.reducers(jc()):n.reducers)||{},a=Object.keys(o),l={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},c={addCase(v,_){let w=typeof v=="string"?v:v.type;if(!w)throw new Error(Te(12));if(w in l.sliceCaseReducersByType)throw new Error(Te(13));return l.sliceCaseReducersByType[w]=_,c},addMatcher(v,_){return l.sliceMatchers.push({matcher:v,reducer:_}),c},exposeAction(v,_){return l.actionCreators[v]=_,c},exposeCaseReducer(v,_){return l.sliceCaseReducersByName[v]=_,c}};a.forEach(v=>{let _=o[v],w={reducerName:v,type:Bc(i,v),createNotation:typeof n.reducers=="function"};Wc(_)?Gc(w,_,c,t):zc(w,_,c)});function u(){let[v={},_=[],w=void 0]=typeof n.extraReducers=="function"?No(n.extraReducers):[n.extraReducers],k={...v,...l.sliceCaseReducersByType};return Nc(n.initialState,L=>{for(let I in k)L.addCase(I,k[I]);for(let I of l.sliceMatchers)L.addMatcher(I.matcher,I.reducer);for(let I of _)L.addMatcher(I.matcher,I.reducer);w&&L.addDefaultCase(w)})}let d=v=>v,p=new Map,m=new WeakMap,x;function E(v,_){return x||(x=u()),x(v,_)}function g(){return x||(x=u()),x.getInitialState()}function A(v,_=!1){function w(L){let I=L[v];return typeof I>"u"&&_&&(I=jr(m,w,g)),I}function k(L=d){let I=jr(p,_,()=>new WeakMap);return jr(I,L,()=>{let Tt={};for(let[re,Be]of Object.entries(n.selectors??{}))Tt[re]=Fc(Be,L,()=>jr(m,L,g),_);return Tt})}return{reducerPath:v,getSelectors:k,get selectors(){return k(w)},selectSlice:w}}let R={name:i,reducer:E,actions:l.actionCreators,caseReducers:l.sliceCaseReducersByName,getInitialState:g,...A(s),injectInto(v,{reducerPath:_,...w}={}){let k=_??s;return v.inject({reducerPath:k,reducer:E},w),{...R,...A(k,!0)}}};return R}}function Fc(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 Po=Vc();function jc(){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 zc({type:e,reducerName:t,createNotation:r},n,i){let s,o;if("reducer"in n){if(r&&!Kc(n))throw new Error(Te(17));s=n.reducer,o=n.prepare}else s=n;i.addCase(e,s).exposeCaseReducer(t,s).exposeAction(t,o?Ie(e,o):Ie(e))}function Wc(e){return e._reducerDefinitionType==="asyncThunk"}function Kc(e){return e._reducerDefinitionType==="reducerWithPrepare"}function Gc({type:e,reducerName:t},r,n,i){if(!i)throw new Error(Te(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||zr,pending:a||zr,rejected:l||zr,settled:c||zr})}function zr(){}var Do="listener",Mo="completed",ko="cancelled",Qd=`task-${ko}`,Zd=`task-${Mo}`,ep=`${Do}-${ko}`,tp=`${Do}-${Mo}`;var{assign:Io}=Object;var ei="listenerMiddleware";var qc=Io(Ie(`${ei}/add`),{withTypes:()=>qc}),rp=Ie(`${ei}/removeAll`),Yc=Io(Ie(`${ei}/remove`),{withTypes:()=>Yc});function Te(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 Xc=vr(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)}}}),Wr=class extends Xc(Object){};window.ftReduxStores||(window.ftReduxStores={});var Uo=class e extends Wr{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(_r(s))return s;if(i==null)return;let o=Po({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=Ro({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=Ft(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 br,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];gt(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 Kr=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 Gr=y(T()),Jc="ft-app-info",At=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};At.eventName="authentication-change";var Jt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Jt.eventName="ui-locale-changed";var Qc={session:(e,t)=>{(0,Gr.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>C.dispatchEvent(new At(t.payload)),0))}},C=Gr.FtReduxStore.get({name:Jc,reducers:Qc,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 $o=y(T()),qr=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},Pp=(0,$o.applyMixinOnce)(Symbol("withDateFormat"),function(e){class t extends e{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(C)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,s;return((s=(i=this.metadataDescriptors.find(a=>a.key===n))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1)?a=>Kr.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return qr([(0,ti.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),qr([(0,ti.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),qr([kn({store:C.name,selector:r=>{var n,i;return(i=(n=r.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&i!==void 0?i:[]}})],t.prototype,"metadataDescriptors",void 0),qr([kn({store:C.name})],t.prototype,"uiLocale",void 0),t});var Ho;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(Ho||(Ho={}));var Bo;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(Bo||(Bo={}));var Vo;(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"})(Vo||(Vo={}));var Fo;(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"})(Fo||(Fo={}));var jo;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(jo||(jo={}));var zo;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(zo||(zo={}));var Wo;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(Wo||(Wo={}));var Ko;(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"})(Ko||(Ko={}));var Go;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(Go||(Go={}));var qo;(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"})(qo||(qo={}));var Yo;(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"})(Yo||(Yo={}));var Xo;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(Xo||(Xo={}));var Jo;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(Jo||(Jo={}));var Qo;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(Qo||(Qo={}));var Zo;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(Zo||(Zo={}));var ea;(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"})(ea||(ea={}));var ta;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(ta||(ta={}));var ra;(function(e){e.ASC="ASC",e.DESC="DESC"})(ra||(ra={}));var na;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(na||(na={}));var ia;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(ia||(ia={}));var sa;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(sa||(sa={}));var oa;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(oa||(oa={}));var aa;(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"})(aa||(aa={}));var la;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(la||(la={}));var ca;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(ca||(ca={}));var ua;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(ua||(ua={}));var da;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(da||(da={}));var H;(function(e){e.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",e.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",e.HTML_EXPORT_USER="HTML_EXPORT_USER",e.PDF_EXPORT_USER="PDF_EXPORT_USER",e.SAVED_SEARCH_USER="SAVED_SEARCH_USER",e.COLLECTION_USER="COLLECTION_USER",e.OFFLINE_USER="OFFLINE_USER",e.ANALYTICS_USER="ANALYTICS_USER",e.BETA_USER="BETA_USER",e.DEBUG_USER="DEBUG_USER",e.PRINT_USER="PRINT_USER",e.RATING_USER="RATING_USER",e.FEEDBACK_USER="FEEDBACK_USER",e.GENERATIVE_AI_USER="GENERATIVE_AI_USER",e.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",e.CONTENT_PUBLISHER="CONTENT_PUBLISHER",e.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",e.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",e.KHUB_ADMIN="KHUB_ADMIN",e.USERS_ADMIN="USERS_ADMIN",e.PORTAL_ADMIN="PORTAL_ADMIN",e.ADMIN="ADMIN"})(H||(H={}));var se;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(se||(se={}));var pa;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(pa||(pa={}));var fa;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(fa||(fa={}));var ha;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(ha||(ha={}));var ma;(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"})(ma||(ma={}));var ya;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(ya||(ya={}));var ga;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(ga||(ga={}));var xa;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(xa||(xa={}));var va;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(va||(va={}));var ba;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(ba||(ba={}));var Ea;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Ea||(Ea={}));var Aa;(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"})(Aa||(Aa={}));var Sa;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(Sa||(Sa={}));var Zc={[H.PERSONAL_BOOK_SHARE_USER]:[H.PERSONAL_BOOK_USER],[H.HTML_EXPORT_USER]:[H.PERSONAL_BOOK_USER],[H.PDF_EXPORT_USER]:[H.PERSONAL_BOOK_USER],[H.KHUB_ADMIN]:[H.CONTENT_PUBLISHER],[H.ADMIN]:[H.KHUB_ADMIN,H.USERS_ADMIN,H.PORTAL_ADMIN,H.BEHAVIOR_DATA_USER],[H.GENERATIVE_AI_EXPORT_USER]:[H.GENERATIVE_AI_USER]};function _a(e,t){return e===t||(Zc[e]??[]).some(r=>_a(r,t))}function Ca(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=>_a(n,t))}var Zr=y(T());var ri=y(T());var Xe=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=C.getState(),i=t??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(t){return new Promise(r=>{let n=e.get(t);if(n)r(n);else{let i=C.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var St=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:Xe.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):Xe.await()}};var ee=class extends St{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 ri.CacheRegistry,this.cache=t?i.commonCache:new ri.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 Yr=class extends ee{async listMySearches(){let{session:t}=C.getState();return Ca(t,H.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var Xr=class extends ee{async listMyBookmarks(){let t=C.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var Jr=class extends ee{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(t){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${t}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(t){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${t}`),this.CACHE_DURATION)}isAuthenticated(){let t=C.getState().session;return!!t?.sessionAuthenticated}};var Qr=class extends ee{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let t=C.getState().session;return!!t?.sessionAuthenticated}};var eu="ft-user-assets",tu={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(se).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;ii(e,r,[...ni(e,r),i]),wa(e,r,1,n),Ta(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;ii(e,r,ni(e,r).map(i=>i.id===n.id?n:i)),Ta(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;ii(e,r,ni(e,r).filter(s=>s.id!==i)),wa(e,r,-1,n)}},Oa={[se.SEARCHES]:"savedSearches",[se.BOOKMARKS]:"bookmarks",[se.BOOKS]:void 0,[se.COLLECTIONS]:void 0},ni=(e,t)=>{var r;let n=Oa[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},ii=(e,t,r)=>{let n=Oa[t];n&&(e[n]=r)},wa=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===se.BOOKMARKS&&n)){let s=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,s+r)}},Ta=(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)},G=Zr.FtReduxStore.get({name:eu,reducers:tu,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(se).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),si=class{constructor(t=new Jr,r=new Qr){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=C.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Xr,this.savedSearchesService=new Yr,C.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=C.getState();(0,Zr.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(),G.actions.clearAssetCount(),G.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),G.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),G.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();G.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();G.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&G.getState().assetCounts.allAsset[t]!==r.count&&G.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&G.getState().assetCounts.bookmarkByMap[t]!==r.count&&G.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(G.getState().assetCounts.bookmarkByMap).length!==0;t===se.BOOKMARKS&&r&&G.actions.clearBookmarkCountByMap(),G.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;G.actions.bookmarks(r)}}},ru=new si;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=ru);var oi=class{addCommand(t,r=!1){C.commands.add(t,r)}consumeCommand(t){return C.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new oi;var oe=y(T());var Ra,_t=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},nu=Symbol("clearAfterUnitTest"),en=class extends(0,oe.withEventBus)(ee){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Ra]=()=>{this.defaultMessages={},this.cache=new oe.CacheRegistry,this.listeners={}},this.currentUiLocale=C.getState().uiLocale,C.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=C.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let r=t.name.toLowerCase();this.cache.setFinal(r,t),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,r){var n;if(t=t.toLowerCase(),r&&Object.keys(r).length>0){let i={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...r};(0,oe.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 oe.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 oe.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 _t({loadedContexts:t})),this.dispatchEvent(new _t({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new _t({loadedContexts:[t]})),this.dispatchEvent(new _t({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,oe.delay)(0).then(()=>n()).catch(()=>null)))}};Ra=nu;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends en{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends en{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var Qt=window.FluidTopicsI18nService,ai=window.FluidTopicsCustomI18nService;var Na=y(T()),li=class{highlightHtml(t,r,n){(0,Na.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new li;var La=y(T());var ci=class{isDate(t){var r,n,i,s;return(s=(i=((n=(r=C.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(a=>a.key===t))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1}format(t,r){var n,i,s,o;if(t==null)return"";try{return La.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:C.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(s=r?.withTime)!==null&&s!==void 0?s:!1,(o=r?.onlyTime)!==null&&o!==void 0?o:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new ci;var Pa=y(T());var Zt=class{static get(t,r){var n,i,s,o;let a=C.getState(),{lang:l,region:c}=(s=(i=(n=a.localesConfiguration)===null||n===void 0?void 0:n.defaultLocales)===null||i===void 0?void 0:i.defaultContentLocale)!==null&&s!==void 0?s:{lang:"en",region:"US"};return new Pa.SearchPlaceConverter(a.baseUrl,t??20,(o=a.localesConfiguration)===null||o===void 0?void 0:o.allLanguagesAllowed,r??`${l}-${c}`)}};var ui=class{urlToSearchRequest(t){return Zt.get().parse(t)}searchRequestToUrl(t){return Zt.get().serialize(t)}};window.FluidTopicsUrlService=new ui;var Oe=y(T());var Je=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};Je.eventName="change";var di=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))}},Da=new di;var tn=class e extends Oe.WithEventBus{static build(){return new e(window.history,Da,()=>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,Oe.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new Je(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(Je.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(Je.eventName,t)}currentItem(){return(0,Oe.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,Oe.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,Oe.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,Oe.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=tn.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 Ma=y(F());var ka=Ma.css`
|
|
261
|
+
`;var $a=y(F()),X=y(J()),et=y(T());var Qe=y(T());function Ia(e,t){let{authenticationRequired:r,session:n}=C.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(t):e()}var rn=class extends St{async updateUiLocale(t){return(await this.awaitApi).updateUiLocale(t)}};var pi=class e extends Qe.FtStateManager{static build(t){return new e(C,t)}constructor(t,r){super(),this.store=t,this.cache=new Qe.CacheRegistry,this.withManualResources=!0,this.userLocaleService=new rn,this.cleanSessionDebouncer=new Qe.Debouncer,this.reloadDebouncer=new Qe.Debouncer(500),this.apiProvider=r??(()=>Xe.get())}setWithManualResources(t){this.withManualResources=t,this.updateIfNeeded()}async initService(){this.store.addEventListener(At.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",()=>Ia(()=>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 Jt(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)}},Ua=pi.build();var Ze=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 er=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 Ze(t.context,o,a,!0))}},this.onContextRequest=t=>{if(t.subscribe!==!0)return;let r=t.contextTarget??t.composedPath()[0],n=t.callback,i=this.pendingContextRequests.get(t.context);i===void 0&&this.pendingContextRequests.set(t.context,i={callbacks:new WeakMap,requests:[]});let s=i.callbacks.get(r);s===void 0&&i.callbacks.set(r,s=new WeakSet),s.has(n)||(s.add(n),i.requests.push({elementRef:new WeakRef(r),callbackRef:new WeakRef(n)}))}}attach(t){t.addEventListener("context-request",this.onContextRequest),t.addEventListener("context-provider",this.onContextProvider)}detach(t){t.removeEventListener("context-request",this.onContextRequest),t.removeEventListener("context-provider",this.onContextProvider)}};var W=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},D=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=Ua,this.contextRoot=new er}render(){return $a.html`
|
|
262
262
|
<slot></slot>
|
|
263
|
-
`}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(t){var r;super.update(t),t.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),t.has("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=>
|
|
264
|
-
`;var
|
|
263
|
+
`}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(t){var r;super.update(t),t.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),t.has("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=>Qt.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())}};D.elementDefinitions={};D.styles=ka;W([(0,X.property)()],D.prototype,"baseUrl",void 0);W([(0,X.property)()],D.prototype,"tenantId",void 0);W([(0,X.property)()],D.prototype,"apiIntegrationIdentifier",void 0);W([(0,X.property)()],D.prototype,"apiIntegrationAppVersion",void 0);W([(0,X.property)()],D.prototype,"uiLocale",void 0);W([(0,et.jsonProperty)(null)],D.prototype,"availableUiLocales",void 0);W([(0,et.jsonProperty)(null)],D.prototype,"metadataConfiguration",void 0);W([(0,X.property)({type:Boolean})],D.prototype,"editorMode",void 0);W([(0,X.property)({type:Boolean})],D.prototype,"noCustom",void 0);W([(0,X.property)({type:Boolean})],D.prototype,"openExternalDocumentInNewTab",void 0);W([(0,X.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],D.prototype,"noCustomComponent",void 0);W([(0,X.property)({type:Boolean})],D.prototype,"withManualResources",void 0);W([(0,X.property)({type:Boolean})],D.prototype,"navigatorOnline",void 0);W([(0,X.property)({type:Boolean})],D.prototype,"forcedOffline",void 0);W([(0,X.property)({type:Boolean})],D.prototype,"authenticationRequired",void 0);W([(0,et.jsonProperty)([])],D.prototype,"messageContexts",void 0);W([(0,et.jsonProperty)(void 0)],D.prototype,"session",void 0);var Ba=y(T());var Ha={"ft-app-context":D};(0,Ba.customElements)(Ha);var Va=y(J());var fi=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-]+$/)}},Ct=new fi;var ou=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},rr=Symbol("i18nAttributes"),Fa=Symbol("i18nListAttributes"),ja=Symbol("i18nProperties"),nn=Symbol("i18nContexts"),tr=Symbol("i18nUnsubs"),za=(0,wt.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?ai:Qt}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(Ct.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[rr])===null||o===void 0||o.forEach((u,d)=>l[d]=c(u,d,l[d])),(a=this[Fa])===null||a===void 0||a.forEach((u,d)=>{var p;return l[d]=(p=l[d])===null||p===void 0?void 0:p.map(m=>c(u,d,m))})}updateI18nProperties(s){var o;(o=this[ja])===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[nn].set(l,{isCustomContext:a}),this[tr].has(l)||this[tr].set(l,this.getI18nService(a).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(a).prepareContext(l,o)}hasI18nContext(s){return this[nn].has(s.toLowerCase())}connectedCallback(){super.connectedCallback(),this[nn].forEach((s,o)=>this.addI18nContext(o,void 0,s.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[tr].forEach(s=>s()),this[tr].clear()}}return t=nn,r=tr,ou([(0,Va.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),sn=class extends za(wt.FtLitElement){},on=class extends za(wt.FtLitElementRedux){};var Wa=y(T());var hi=class{fromAttribute(t){if(!t)return[];try{let r=JSON.parse(t);return Array.isArray(r)?r.map(n=>typeof n=="string"?Ct.fromAttribute(n):n):[]}catch{return[]}}toAttribute(t){if(t!=null)return JSON.stringify(t)}},au=new hi;var Ka=(e,t)=>(r,n)=>{var i;r.constructor.createProperty(n,{type:Object,hasChanged:Wa.hasChanged,converter:Ct,...t}),r[rr]=(i=r[rr])!==null&&i!==void 0?i:new Map,r[rr].set(n,e??{})};var Ga=y(F());var qa=Ga.css`
|
|
264
|
+
`;var an=y(F()),ln=y(J()),cn=y(T());var nr=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 on{constructor(){super(),this.editorMode=!1,this.addStore(C)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":an.nothing:an.html`
|
|
265
265
|
<span class="ft-i18n">
|
|
266
266
|
${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
|
|
267
267
|
</span>
|
|
268
|
-
`}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:""})}};
|
|
268
|
+
`}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:""})}};fe.elementDefinitions={};fe.styles=qa;nr([(0,cn.redux)()],fe.prototype,"editorMode",void 0);nr([(0,ln.property)()],fe.prototype,"context",void 0);nr([(0,ln.property)()],fe.prototype,"key",void 0);nr([(0,cn.jsonProperty)([])],fe.prototype,"args",void 0);nr([(0,ln.property)()],fe.prototype,"defaultMessage",void 0);var Xa=y(T());var Ya={"ft-i18n":fe};(0,Xa.customElements)(Ya);var he=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},B=class extends sn{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 ae.Debouncer,this.revealDebouncer=new ae.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 Ja.html`
|
|
269
269
|
<div part="container"
|
|
270
270
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
|
|
271
271
|
<slot part="slot"></slot>
|
|
@@ -274,13 +274,13 @@
|
|
|
274
274
|
popover="manual">
|
|
275
275
|
<div part="tooltip-content" class="ft-tooltip--content">
|
|
276
276
|
<slot name="text"></slot>
|
|
277
|
-
<ft-typography variant="${
|
|
277
|
+
<ft-typography variant="${Ne.caption}" ?hidden=${!(!((t=this.text)===null||t===void 0)&&t.message)}>
|
|
278
278
|
${(r=this.text)===null||r===void 0?void 0:r.message}
|
|
279
279
|
</ft-typography>
|
|
280
280
|
</div>
|
|
281
281
|
</div>
|
|
282
282
|
</div>
|
|
283
|
-
`}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&&
|
|
283
|
+
`}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&&Hs(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 ${ae.designSystemVariables.transitionDuration}, left ${ae.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}matchesIgnored(t){return(0,ae.eventPathContainsMatchingElement)(t,this.ignoreMatchingElements,this.eventsTarget)}isIgnored(t){return this.manual||this.matchesIgnored(t)}};B.elementDefinitions={"ft-typography":ce};B.styles=ds;he([Ka()],B.prototype,"text",void 0);he([(0,le.property)({type:Boolean})],B.prototype,"manual",void 0);he([(0,le.property)({type:Boolean})],B.prototype,"inline",void 0);he([(0,ae.numberProperty)()],B.prototype,"delay",void 0);he([(0,le.property)()],B.prototype,"position",void 0);he([(0,ae.jsonProperty)([])],B.prototype,"ignoreMatchingElements",void 0);he([(0,le.queryAssignedNodes)()],B.prototype,"slotNodes",void 0);he([(0,le.query)(".ft-tooltip--container")],B.prototype,"container",void 0);he([(0,le.query)(".ft-tooltip")],B.prototype,"tooltip",void 0);he([(0,le.query)(".ft-tooltip--content")],B.prototype,"tooltipContent",void 0);he([(0,le.state)()],B.prototype,"visible",void 0);var Za=y(T());var Qa={"ft-tooltip":B};(0,Za.customElements)(Qa);var el=y(F()),ye=y(T()),me={size:ye.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:ye.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",ye.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:ye.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",ye.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:ye.FtCssVariableFactory.extend("--ft-icon-material-font-family","",ye.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:ye.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},tl=[el.css`
|
|
284
284
|
:host, i.ft-icon {
|
|
285
285
|
display: inline-flex;
|
|
286
286
|
align-items: center;
|
|
@@ -328,12 +328,12 @@
|
|
|
328
328
|
.ft-icon--material {
|
|
329
329
|
font-family: ${me.materialFontFamily}, "Material Icons", sans-serif;
|
|
330
330
|
}
|
|
331
|
-
`,ye.noTextSelect];var
|
|
331
|
+
`,ye.noTextSelect];var Ue;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Ue||(Ue={}));var ir=y(F()),$e=y(J()),il=y(T()),sl=y(nl());var un;(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="󨃱"})(un||(un={}));var f;(function(e){e.UNKNOWN="",e.ABW="",e.AUDIO="",e.AVI="",e.CHM="",e.CODE="",e.CSV="",e.DITA="",e.EPUB="",e.EXCEL="",e.FLAC="",e.GIF="",e.GZIP="",e.HTML="",e.IMAGE="",e.JPEG="",e.JSON="",e.M4A="",e.MOV="",e.MP3="",e.MP4="",e.OGG="",e.PDF="",e.PNG="",e.POWERPOINT="",e.RAR="",e.STP="",e.TEXT="",e.VIDEO="",e.WAV="",e.WMA="",e.WORD="",e.XML="",e.YAML="",e.ZIP=""})(f||(f={}));var iy=new Map([...["abw"].map(e=>[e,f.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,f.AUDIO]),...["avi"].map(e=>[e,f.AVI]),...["chm","xhs"].map(e=>[e,f.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,f.CODE]),...["csv"].map(e=>[e,f.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,f.DITA]),...["epub"].map(e=>[e,f.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,f.EXCEL]),...["flac"].map(e=>[e,f.FLAC]),...["gif"].map(e=>[e,f.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,f.GZIP]),...["html","htm","xhtml"].map(e=>[e,f.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,f.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,f.JPEG]),...["json"].map(e=>[e,f.JSON]),...["m4a","m4p"].map(e=>[e,f.M4A]),...["mov","qt"].map(e=>[e,f.MOV]),...["mp3"].map(e=>[e,f.MP3]),...["mp4","m4v"].map(e=>[e,f.MP4]),...["ogg","oga"].map(e=>[e,f.OGG]),...["pdf","ps"].map(e=>[e,f.PDF]),...["png"].map(e=>[e,f.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,f.POWERPOINT]),...["rar"].map(e=>[e,f.RAR]),...["stp"].map(e=>[e,f.STP]),...["txt","rtf","md","mdown"].map(e=>[e,f.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,f.VIDEO]),...["wav"].map(e=>[e,f.WAV]),...["wma"].map(e=>[e,f.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,f.WORD]),...["xml","xsl","rdf"].map(e=>[e,f.XML]),...["yaml","yml","x-yaml"].map(e=>[e,f.YAML]),...["zip"].map(e=>[e,f.ZIP])]);var sy={[f.ABW]:"#91ABC6",[f.AUDIO]:"#1795E3",[f.AVI]:"#E63324",[f.CHM]:"#71C3EB",[f.CODE]:"#71C3EB",[f.CSV]:"#1F7345",[f.DITA]:"#71C3EB",[f.EPUB]:"#85B926",[f.EXCEL]:"#1F7345",[f.FLAC]:"#1795E3",[f.GIF]:"#59B031",[f.GZIP]:"#F8AB36",[f.HTML]:"#71C3EB",[f.IMAGE]:"#59B031",[f.JPEG]:"#59B031",[f.JSON]:"#71C3EB",[f.M4A]:"#1795E3",[f.MOV]:"#E63324",[f.MP3]:"#1795E3",[f.MP4]:"#E63324",[f.OGG]:"#1795E3",[f.PDF]:"#E44948",[f.PNG]:"#59B031",[f.POWERPOINT]:"#B54A2B",[f.RAR]:"#F8AB36",[f.STP]:"#3764B1",[f.TEXT]:"#3162AB",[f.UNKNOWN]:"#999999",[f.VIDEO]:"#E63324",[f.WAV]:"#1795E3",[f.WMA]:"#1795E3",[f.WORD]:"#3162AB",[f.XML]:"#71C3EB",[f.YAML]:"#71C3EB",[f.ZIP]:"#F8AB36"};var sr=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 il.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=ir.nothing}render(){let t=this.variant&&Object.values(Ue).includes(this.variant)?this.variant:Ue.fluid_topics,r=t!==Ue.material||!!this.value;return ir.html`
|
|
332
332
|
<i class="ft-icon ft-icon--${t} ft-no-text-select" part="icon icon-${t}">
|
|
333
|
-
${(0,
|
|
333
|
+
${(0,sl.unsafeHTML)(this.resolvedIcon)}
|
|
334
334
|
<slot ?hidden=${r}></slot>
|
|
335
335
|
</i>
|
|
336
|
-
`}getTextContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}update(t){super.update(t),["value","variant"].some(r=>t.has(r))&&this.resolveIcon()}resolveIcon(){var t,r;let n=this.value||this.getTextContent();switch(this.variant){case
|
|
336
|
+
`}getTextContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}update(t){super.update(t),["value","variant"].some(r=>t.has(r))&&this.resolveIcon()}resolveIcon(){var t,r;let n=this.value||this.getTextContent();switch(this.variant){case Ue.file_format:this.resolvedIcon=(t=f[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case Ue.material:this.resolvedIcon=this.value||ir.nothing;break;default:this.resolvedIcon=(r=un[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};te.elementDefinitions={};te.styles=tl;sr([(0,$e.property)()],te.prototype,"variant",void 0);sr([(0,$e.property)()],te.prototype,"value",void 0);sr([(0,$e.property)({reflect:!0,attribute:"aria-hidden"})],te.prototype,"ariaHidden",void 0);sr([(0,$e.state)()],te.prototype,"resolvedIcon",void 0);sr([(0,$e.query)("slot")],te.prototype,"slottedContent",void 0);var al=y(T());var ol={"ft-icon":te};(0,al.customElements)(ol);var ll=y(F()),or=y(T()),tt={color:or.FtCssVariableFactory.extend("--ft-loader-color","",or.designSystemVariables.colorPrimary),size:or.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},cl=ll.css`
|
|
337
337
|
:host {
|
|
338
338
|
line-height: 0;
|
|
339
339
|
}
|
|
@@ -342,8 +342,8 @@
|
|
|
342
342
|
display: inline-block;
|
|
343
343
|
position: relative;
|
|
344
344
|
|
|
345
|
-
width: ${
|
|
346
|
-
height: ${
|
|
345
|
+
width: ${tt.size};
|
|
346
|
+
height: ${tt.size};
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
.ft-loader div {
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
width: 25%;
|
|
353
353
|
height: 25%;
|
|
354
354
|
border-radius: 50%;
|
|
355
|
-
background: ${
|
|
355
|
+
background: ${tt.color};
|
|
356
356
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
357
357
|
}
|
|
358
358
|
|
|
@@ -399,17 +399,17 @@
|
|
|
399
399
|
transform: translate(0, 0);
|
|
400
400
|
}
|
|
401
401
|
100% {
|
|
402
|
-
transform: translate(calc(0.35 * ${
|
|
402
|
+
transform: translate(calc(0.35 * ${tt.size}), 0);
|
|
403
403
|
}
|
|
404
404
|
}
|
|
405
|
-
`;var
|
|
405
|
+
`;var ul=y(F()),dl=y(T());var rt=class extends dl.FtLitElement{render(){return ul.html`
|
|
406
406
|
<div class="ft-loader">
|
|
407
407
|
<div></div>
|
|
408
408
|
<div></div>
|
|
409
409
|
<div></div>
|
|
410
410
|
<div></div>
|
|
411
411
|
</div>
|
|
412
|
-
`}};
|
|
412
|
+
`}};rt.styles=cl;var fl=y(T());var pl={"ft-loader":rt};(0,fl.customElements)(pl);var He=y(F()),dn=y(pn()),N=y(J());var ar=e=>e??$;var yl=y(F()),S=y(T());var hl=S.FtCssVariableFactory.extend("--ft-button-color","",S.designSystemVariables.colorPrimary),V={backgroundColor:S.FtCssVariableFactory.extend("--ft-button-background-color","",S.designSystemVariables.colorSurface),borderRadius:S.FtCssVariableFactory.extend("--ft-button-border-radius","",S.designSystemVariables.borderRadiusL),color:hl,fontSize:S.FtCssVariableFactory.extend("--ft-button-font-size","",ge.fontSize),iconSize:S.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:S.FtCssVariableFactory.extend("--ft-button-ripple-color","",hl),verticalPadding:S.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:S.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:S.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:S.FtCssVariableFactory.external(S.designSystemVariables.colorOpacityDisabled,"Design system")},ml=S.FtCssVariableFactory.extend("--ft-button-primary-color","",S.FtCssVariableFactory.extend("--ft-button-color","",S.designSystemVariables.colorOnPrimary)),mi={backgroundColor:S.FtCssVariableFactory.extend("--ft-button-primary-background-color","",S.FtCssVariableFactory.extend("--ft-button-background-color","",S.designSystemVariables.colorPrimary)),color:ml,rippleColor:S.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",ml)},Ee={borderRadius:S.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",S.FtCssVariableFactory.extend("--ft-button-border-radius","",S.designSystemVariables.borderRadiusM)),verticalPadding:S.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:S.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:S.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},gl=yl.css`
|
|
413
413
|
:host {
|
|
414
414
|
display: inline-block;
|
|
415
415
|
max-width: 100%;
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
box-shadow: 0px 0px 0px transparent;
|
|
421
421
|
border: 0px solid transparent;
|
|
422
422
|
text-shadow: 0px 0px 0px transparent;
|
|
423
|
-
font-size: ${
|
|
423
|
+
font-size: ${V.fontSize};
|
|
424
424
|
text-decoration: none;
|
|
425
425
|
}
|
|
426
426
|
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
}
|
|
441
441
|
|
|
442
442
|
.ft-button:focus-visible {
|
|
443
|
-
outline: 2px solid ${
|
|
443
|
+
outline: 2px solid ${S.designSystemVariables.colorPrimary};
|
|
444
444
|
outline-offset: 2px;
|
|
445
445
|
}
|
|
446
446
|
|
|
@@ -454,31 +454,31 @@
|
|
|
454
454
|
border: none;
|
|
455
455
|
pointer-events: auto;
|
|
456
456
|
|
|
457
|
-
--button-internal-line-height: max(calc(${
|
|
458
|
-
--button-internal-color: ${
|
|
459
|
-
${(0,
|
|
460
|
-
${(0,
|
|
461
|
-
${(0,
|
|
457
|
+
--button-internal-line-height: max(calc(${V.fontSize} + 2px), ${V.iconSize});
|
|
458
|
+
--button-internal-color: ${V.color};
|
|
459
|
+
${(0,S.setVariable)(me.size,V.iconSize)};
|
|
460
|
+
${(0,S.setVariable)(ne.color,V.rippleColor)};
|
|
461
|
+
${(0,S.setVariable)(ne.borderRadius,V.borderRadius)};
|
|
462
462
|
|
|
463
|
-
border-radius: ${
|
|
464
|
-
padding: ${
|
|
465
|
-
background-color: ${
|
|
463
|
+
border-radius: ${V.borderRadius};
|
|
464
|
+
padding: ${V.verticalPadding} ${V.horizontalPadding};
|
|
465
|
+
background-color: ${V.backgroundColor};
|
|
466
466
|
color: var(--button-internal-color);
|
|
467
467
|
}
|
|
468
468
|
|
|
469
469
|
.ft-button.ft-button--outlined {
|
|
470
470
|
border: 1px solid var(--button-internal-color);
|
|
471
|
-
padding: calc(${
|
|
471
|
+
padding: calc(${V.verticalPadding} - 1px) calc(${V.horizontalPadding} - 1px);
|
|
472
472
|
}
|
|
473
473
|
|
|
474
474
|
.ft-button.ft-button--dense {
|
|
475
|
-
padding: ${
|
|
476
|
-
border-radius: ${
|
|
477
|
-
${(0,
|
|
475
|
+
padding: ${Ee.verticalPadding} ${Ee.horizontalPadding};
|
|
476
|
+
border-radius: ${Ee.borderRadius};
|
|
477
|
+
${(0,S.setVariable)(ne.borderRadius,Ee.borderRadius)};
|
|
478
478
|
}
|
|
479
479
|
|
|
480
480
|
.ft-button.ft-button--dense.ft-button--outlined {
|
|
481
|
-
padding: calc(${
|
|
481
|
+
padding: calc(${Ee.verticalPadding} - 1px) calc(${Ee.horizontalPadding} - 1px);
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
.ft-button:not([disabled]):hover {
|
|
@@ -486,22 +486,22 @@
|
|
|
486
486
|
}
|
|
487
487
|
|
|
488
488
|
.ft-button--round {
|
|
489
|
-
border-radius: calc(var(--button-internal-line-height) / 2 + ${
|
|
489
|
+
border-radius: calc(var(--button-internal-line-height) / 2 + ${V.verticalPadding});
|
|
490
490
|
}
|
|
491
491
|
|
|
492
492
|
.ft-button--round.ft-button--dense {
|
|
493
|
-
border-radius: calc(var(--button-internal-line-height) / 2 + ${
|
|
493
|
+
border-radius: calc(var(--button-internal-line-height) / 2 + ${Ee.verticalPadding});
|
|
494
494
|
}
|
|
495
495
|
|
|
496
496
|
.ft-button[disabled] {
|
|
497
497
|
filter: grayscale(1);
|
|
498
|
-
opacity: ${
|
|
498
|
+
opacity: ${V.opacityDisabled};
|
|
499
499
|
}
|
|
500
500
|
|
|
501
501
|
.ft-button.ft-button--primary {
|
|
502
|
-
background-color: ${
|
|
503
|
-
--button-internal-color: ${
|
|
504
|
-
${(0,
|
|
502
|
+
background-color: ${mi.backgroundColor};
|
|
503
|
+
--button-internal-color: ${mi.color};
|
|
504
|
+
${(0,S.setVariable)(ne.color,mi.rippleColor)};
|
|
505
505
|
}
|
|
506
506
|
|
|
507
507
|
.ft-button--label {
|
|
@@ -510,13 +510,13 @@
|
|
|
510
510
|
white-space: nowrap;
|
|
511
511
|
text-overflow: ellipsis;
|
|
512
512
|
display: block;
|
|
513
|
-
margin: 0 ${
|
|
514
|
-
${(0,
|
|
515
|
-
${(0,
|
|
513
|
+
margin: 0 ${V.iconPadding};
|
|
514
|
+
${(0,S.setVariable)(ge.fontSize,"1em")};
|
|
515
|
+
${(0,S.setVariable)(ge.lineHeight,"var(--button-internal-line-height)")};
|
|
516
516
|
}
|
|
517
517
|
|
|
518
518
|
.ft-button--dense .ft-button--label {
|
|
519
|
-
margin: 0 ${
|
|
519
|
+
margin: 0 ${Ee.iconPadding};
|
|
520
520
|
}
|
|
521
521
|
|
|
522
522
|
.ft-button--label.ft-button--label-no-text {
|
|
@@ -529,13 +529,13 @@
|
|
|
529
529
|
}
|
|
530
530
|
|
|
531
531
|
.ft-button--label[hidden] + [part="icon"] {
|
|
532
|
-
margin: 0 calc(${
|
|
533
|
-
padding: 0 ${
|
|
532
|
+
margin: 0 calc(${V.horizontalPadding} * -1);
|
|
533
|
+
padding: 0 ${V.verticalPadding};
|
|
534
534
|
}
|
|
535
535
|
|
|
536
536
|
.ft-button--dense .ft-button--label[hidden] + [part="icon"] {
|
|
537
|
-
margin: 0 calc(${
|
|
538
|
-
padding: 0 ${
|
|
537
|
+
margin: 0 calc(${Ee.horizontalPadding} * -1);
|
|
538
|
+
padding: 0 ${Ee.verticalPadding};
|
|
539
539
|
}
|
|
540
540
|
|
|
541
541
|
.ft-button:not(.ft-button--trailing-icon) [part="label"] {
|
|
@@ -543,51 +543,51 @@
|
|
|
543
543
|
}
|
|
544
544
|
|
|
545
545
|
ft-loader {
|
|
546
|
-
${(0,
|
|
547
|
-
${(0,
|
|
546
|
+
${(0,S.setVariable)(tt.size,V.iconSize)};
|
|
547
|
+
${(0,S.setVariable)(tt.color,"var(--button-internal-color)")};
|
|
548
548
|
}
|
|
549
|
-
`;var
|
|
549
|
+
`;var P=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},O=class e extends(0,Ae.toFtFormComponent)(Ae.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":Ae.isSafari,"ft-button--label-no-text":!this.hasTextContent},s=He.html`
|
|
550
550
|
<ft-ripple part="ripple"
|
|
551
551
|
?disabled=${this.isDisabled()}
|
|
552
552
|
?activated=${this.activated}
|
|
553
553
|
></ft-ripple>
|
|
554
554
|
<ft-typography part="label"
|
|
555
|
-
variant="${
|
|
555
|
+
variant="${Ne.button}"
|
|
556
556
|
element="span"
|
|
557
|
-
class="${(0,
|
|
557
|
+
class="${(0,dn.classMap)(i)}">
|
|
558
558
|
<slot></slot>
|
|
559
559
|
</ft-typography>
|
|
560
560
|
${this.resolveIcon()}
|
|
561
|
-
`,
|
|
562
|
-
<a href="${
|
|
561
|
+
`,o=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(o?He.html`
|
|
562
|
+
<a href="${o}"
|
|
563
563
|
target="${(t=this.target)!==null&&t!==void 0?t:"_self"}"
|
|
564
564
|
part="button"
|
|
565
|
-
class="${(0,
|
|
566
|
-
aria-label="${
|
|
565
|
+
class="${(0,dn.classMap)(this.buttonClasses)}"
|
|
566
|
+
aria-label="${ar((r=this.ariaLabel)!==null&&r!==void 0?r:this.label)}"
|
|
567
567
|
?disabled=${this.isDisabled()}>
|
|
568
|
-
${
|
|
568
|
+
${s}
|
|
569
569
|
</a>
|
|
570
|
-
`:
|
|
570
|
+
`:He.html`
|
|
571
571
|
<button part="button"
|
|
572
|
-
class="${(0,
|
|
573
|
-
aria-label="${
|
|
574
|
-
aria-haspopup="${
|
|
575
|
-
aria-pressed="${
|
|
572
|
+
class="${(0,dn.classMap)(this.buttonClasses)}"
|
|
573
|
+
aria-label="${ar((n=this.ariaLabel)!==null&&n!==void 0?n:this.label)}"
|
|
574
|
+
aria-haspopup="${ar(this.ariaHasPopup)}"
|
|
575
|
+
aria-pressed="${ar(this.ariaPressed)}"
|
|
576
576
|
?disabled=${this.isDisabled()}>
|
|
577
|
-
${
|
|
577
|
+
${s}
|
|
578
578
|
</button>
|
|
579
|
-
`)}addTooltipIfNeeded(t){return this.label&&this.label.trim().length>0&&(this.forceTooltip||!this.hasTextContent&&!this.hideTooltip)?
|
|
579
|
+
`)}addTooltipIfNeeded(t){return this.label&&this.label.trim().length>0&&(this.forceTooltip||!this.hasTextContent&&!this.hideTooltip)?He.html`
|
|
580
580
|
<ft-tooltip part="tooltip"
|
|
581
581
|
text="${this.label}"
|
|
582
582
|
position="${this.tooltipPosition}">
|
|
583
583
|
${t}
|
|
584
584
|
</ft-tooltip>
|
|
585
|
-
`:t}resolveIcon(){return this.loading?
|
|
586
|
-
<ft-loader part="loader icon"></ft-loader> `:this.icon?
|
|
585
|
+
`:t}resolveIcon(){return this.loading?He.html`
|
|
586
|
+
<ft-loader part="loader icon"></ft-loader> `:this.icon?He.html`
|
|
587
587
|
<ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
|
|
588
|
-
`:
|
|
588
|
+
`:He.html`
|
|
589
589
|
<slot part="icon" name="icon"></slot>
|
|
590
|
-
`}focus(){var t;(t=this.button)===null||t===void 0||t.focus()}showTooltip(){var t;(t=this.tooltip)===null||t===void 0||t.show()}showTemporaryTooltip(t,r){var n;return(n=this.tooltip)===null||n===void 0?void 0:n.showTemporaryText(t,r)}setTooltipManual(t){this.tooltip&&(this.tooltip.manual=t)}click(){var t;(t=this.button)===null||t===void 0||t.click()}isDisabled(){return this.disabled||this.loading}contentAvailableCallback(t){super.contentAvailableCallback(t),this.labelContainer&&e.labelsObserver.observe(this.labelContainer)}disconnectedCallback(){super.disconnectedCallback(),this.labelContainer&&e.labelsObserver.unobserve(this.labelContainer)}};
|
|
590
|
+
`}focus(){var t;(t=this.button)===null||t===void 0||t.focus()}showTooltip(){var t;(t=this.tooltip)===null||t===void 0||t.show()}showTemporaryTooltip(t,r){var n;return(n=this.tooltip)===null||n===void 0?void 0:n.showTemporaryText(t,r)}setTooltipManual(t){this.tooltip&&(this.tooltip.manual=t)}click(){var t;(t=this.button)===null||t===void 0||t.click()}isDisabled(){return this.disabled||this.loading}contentAvailableCallback(t){super.contentAvailableCallback(t),this.labelContainer&&e.labelsObserver.observe(this.labelContainer)}disconnectedCallback(){super.disconnectedCallback(),this.labelContainer&&e.labelsObserver.unobserve(this.labelContainer)}};O.elementDefinitions={"ft-ripple":M,"ft-tooltip":B,"ft-icon":te,"ft-loader":rt,"ft-typography":ce};O.styles=[Ae.safariEllipsisFix,gl,Ae.noTextSelect];O.labelsObserver=new IntersectionObserver(e=>{for(let t of e){let r=t.target.getRootNode();r.host?r.host.hasTextContent=t.boundingClientRect.width>0:O.labelsObserver.unobserve(t.target)}});P([(0,N.property)({type:Boolean})],O.prototype,"primary",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"outlined",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"dense",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"round",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"disabled",void 0);P([(0,N.property)()],O.prototype,"icon",void 0);P([(0,N.property)()],O.prototype,"iconVariant",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"trailingIcon",void 0);P([(0,N.property)()],O.prototype,"label",void 0);P([(0,N.property)()],O.prototype,"type",void 0);P([(0,N.property)()],O.prototype,"href",void 0);P([(0,N.property)()],O.prototype,"target",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"loading",void 0);P([(0,N.property)({attribute:"aria-label"})],O.prototype,"ariaLabel",void 0);P([(0,N.property)()],O.prototype,"ariaHasPopup",void 0);P([(0,N.property)({attribute:"aria-pressed"})],O.prototype,"ariaPressed",void 0);P([(0,N.property)()],O.prototype,"tooltipPosition",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"hideTooltip",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"forceTooltip",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"activated",void 0);P([(0,N.query)(".ft-button")],O.prototype,"button",void 0);P([(0,N.query)(".ft-button--label")],O.prototype,"labelContainer",void 0);P([(0,N.state)()],O.prototype,"hasTextContent",void 0);P([(0,N.query)(".ft-button--label slot")],O.prototype,"slottedContent",void 0);P([(0,N.query)("[part=tooltip]")],O.prototype,"tooltip",void 0);var xl={"ft-button":O};(0,vl.customElements)(xl);})();
|
|
591
591
|
/*! Bundled license information:
|
|
592
592
|
|
|
593
593
|
lit-html/lit-html.js:
|