@fluid-topics/ft-reader-saved-bookmarks 2.1.14 → 2.1.16
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.
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
"use strict";(()=>{var ul=Object.create;var ci=Object.defineProperty;var dl=Object.getOwnPropertyDescriptor;var fl=Object.getOwnPropertyNames;var pl=Object.getPrototypeOf,hl=Object.prototype.hasOwnProperty;var tt=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}};var ml=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of fl(t))!hl.call(e,i)&&i!==r&&ci(e,i,{get:()=>t[i],enumerable:!(n=dl(t,i))||n.enumerable});return e};var
|
|
1
|
+
"use strict";(()=>{var ul=Object.create;var ci=Object.defineProperty;var dl=Object.getOwnPropertyDescriptor;var fl=Object.getOwnPropertyNames;var pl=Object.getPrototypeOf,hl=Object.prototype.hasOwnProperty;var tt=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}};var ml=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of fl(t))!hl.call(e,i)&&i!==r&&ci(e,i,{get:()=>t[i],enumerable:!(n=dl(t,i))||n.enumerable});return e};var g=(e,t,r)=>(r=e!=null?ul(pl(e)):{},ml(t||!e||!e.__esModule?ci(r,"default",{value:e,enumerable:!0}):r,e));var T=tt((jc,ui)=>{ui.exports=ftGlobals.wcUtils});var H=tt((Fc,di)=>{di.exports=ftGlobals.lit});var j=tt((Vc,fi)=>{fi.exports=ftGlobals.litDecorators});var xi=tt((qc,gi)=>{gi.exports=ftGlobals.litRepeat});var rn=tt((Yc,bi)=>{bi.exports=ftGlobals.litClassMap});var io=tt((Ed,no)=>{no.exports=ftGlobals.litUnsafeHTML});var cl=g(T());var Jr=g(H()),sl=g(j()),Nt=g(T());var pi=g(H()),F=g(T()),ve={containerGap:F.FtCssVariableFactory.create("--ft-reader-saved-bookmarks-container-gap","","SIZE","16px"),containerPadding:F.FtCssVariableFactory.create("--ft-reader-saved-bookmarks-container-padding","","SIZE","16px"),itemPadding:F.FtCssVariableFactory.create("--ft-reader-saved-bookmarks-item-padding","","SIZE","12px"),itemBorderWidth:F.FtCssVariableFactory.create("--ft-reader-saved-bookmarks-item-border-width","","SIZE","1px"),itemBorderColor:F.FtCssVariableFactory.extend("--ft-reader-saved-bookmarks-item-border-color","",F.designSystemVariables.colorPrimary),itemBorderRadius:F.FtCssVariableFactory.extend("--ft-reader-saved-bookmarks-item-border-radius","",F.designSystemVariables.borderRadiusS),itemBackgroundColor:F.FtCssVariableFactory.extend("--ft-reader-saved-bookmarks-item-background-color","",F.designSystemVariables.colorSurface),itemLinkColor:F.FtCssVariableFactory.extend("--ft-reader-saved-bookmarks-item-background-color","",F.designSystemVariables.colorOnSurface)},hi=pi.css`
|
|
2
2
|
[part="container"] {
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
5
|
-
gap: ${
|
|
6
|
-
padding: ${
|
|
5
|
+
gap: ${ve.containerGap};
|
|
6
|
+
padding: ${ve.containerPadding};
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
[part="bookmark"] {
|
|
10
10
|
display: flex;
|
|
11
11
|
border-style: solid;
|
|
12
|
-
border-width: ${
|
|
13
|
-
border-color: ${
|
|
14
|
-
border-radius: ${
|
|
15
|
-
background-color: ${
|
|
12
|
+
border-width: ${ve.itemBorderWidth};
|
|
13
|
+
border-color: ${ve.itemBorderColor};
|
|
14
|
+
border-radius: ${ve.itemBorderRadius};
|
|
15
|
+
background-color: ${ve.itemBackgroundColor};
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
[part="link"] {
|
|
19
19
|
display: flex;
|
|
20
20
|
align-items: center;
|
|
21
21
|
text-decoration: none;
|
|
22
|
-
color: ${
|
|
23
|
-
padding: ${
|
|
22
|
+
color: ${ve.itemLinkColor};
|
|
23
|
+
padding: ${ve.itemPadding};
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
[part="link"], [part="name"] {
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
|
|
34
34
|
.strikethrough {
|
|
35
35
|
text-decoration: line-through;
|
|
36
|
-
color: ${
|
|
36
|
+
color: ${ve.itemBorderColor};
|
|
37
37
|
}
|
|
38
|
-
`;var or=
|
|
38
|
+
`;var or=g(T()),vi=g(j());var mi;(function(e){e.clusteringHelperCreated="clustering-helper-created",e.mapAttachmentsUpdate="map-attachments-update",e.visibleTopicChange="visible-topic-change",e.requestedTopicNotFound="requested-topic-not-found"})(mi||(mi={}));var yi;(function(e){e.FEEDBACK="FEEDBACK",e.RATING="RATING",e.PRINT="PRINT",e.BOOKMARK="BOOKMARK",e.COLLECTIONS="COLLECTIONS",e.PERSONAL_BOOKS="PERSONAL_BOOKS"})(yi||(yi={}));var yl=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},tn=class extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}},en=Symbol("registerInterval"),vl=(0,or.applyMixinOnce)(Symbol("toFtReaderComponent"),function(e){var t;class r extends e{constructor(){super(...arguments),this[t]=0}setReaderStateManager(i){this.clearStateManager(),this.stateManager=i,this.addStore(i.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var i;return(i=this.stateManager)===null||i===void 0?void 0:i.service}connectedCallback(){super.connectedCallback(),this[en]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[en]):this.dispatchEvent(new tn)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return t=en,yl([(0,vi.state)()],r.prototype,"stateManager",void 0),r}),sr=class extends vl(or.FtLitElementRedux){};var ol=g(xi()),al=g(rn());function Ai(e,t,r){return e?t(e):r?.(e)}var un=globalThis,Ei=e=>e,ar=un.trustedTypes,Si=ar?ar.createPolicy("lit-html",{createHTML:e=>e}):void 0,Ri="$lit$",Oe=`lit$${Math.random().toFixed(9).slice(2)}$`,Li="?"+Oe,gl=`<${Li}>`,He=document,lr=()=>He.createComment(""),kt=e=>e===null||typeof e!="object"&&typeof e!="function",dn=Array.isArray,xl=e=>dn(e)||typeof e?.[Symbol.iterator]=="function",nn=`[
|
|
39
39
|
\f\r]`,Pt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Ci=/-->/g,Oi=/>/g,$e=RegExp(`>|${nn}(?:([^\\s"'>=/]+)(${nn}*=${nn}*(?:[^
|
|
40
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),Ti=/'/g,wi=/"/g,Ni=/^(?:script|style|textarea|title)$/i,fn=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Pi=fn(1),ki=fn(2),Di=fn(3),Dt=Symbol.for("lit-noChange"),M=Symbol.for("lit-nothing"),_i=new WeakMap,Be=He.createTreeWalker(He,129);function Mi(e,t){if(!dn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Si!==void 0?Si.createHTML(t):t}var bl=(e,t)=>{let r=e.length-1,n=[],i,s=t===2?"<svg>":t===3?"<math>":"",o=Pt;for(let a=0;a<r;a++){let l=e[a],c,u,d=-1,f=0;for(;f<l.length&&(o.lastIndex=f,u=o.exec(l),u!==null);)f=o.lastIndex,o===Pt?u[1]==="!--"?o=Ci:u[1]!==void 0?o=Oi:u[2]!==void 0?(Ni.test(u[2])&&(i=RegExp("</"+u[2],"g")),o=$e):u[3]!==void 0&&(o=$e):o===$e?u[0]===">"?(o=i??Pt,d=-1):u[1]===void 0?d=-2:(d=o.lastIndex-u[2].length,c=u[1],o=u[3]===void 0?$e:u[3]==='"'?wi:Ti):o===wi||o===Ti?o=$e:o===Ci||o===Oi?o=Pt:(o=$e,i=void 0);let p=o===$e&&e[a+1].startsWith("/>")?" ":"";s+=o===Pt?l+vl:d>=0?(n.push(c),l.slice(0,d)+Ri+l.slice(d)+Oe+p):l+Oe+(d===-2?a:p)}return[Mi(e,s+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},Mt=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]=bl(t,r);if(this.el=e.createElement(c,n),Be.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=Be.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(Ri)){let f=u[o++],p=i.getAttribute(d).split(Oe),h=/([.?@])?(.*)/.exec(f);l.push({type:1,index:s,name:h[2],strings:p,ctor:h[1]==="."?on:h[1]==="?"?an:h[1]==="@"?ln:nt}),i.removeAttribute(d)}else d.startsWith(Oe)&&(l.push({type:6,index:s}),i.removeAttribute(d));if(Ni.test(i.tagName)){let d=i.textContent.split(Oe),f=d.length-1;if(f>0){i.textContent=ar?ar.emptyScript:"";for(let p=0;p<f;p++)i.append(d[p],lr()),Be.nextNode(),l.push({type:2,index:++s});i.append(d[f],lr())}}}else if(i.nodeType===8)if(i.data===Li)l.push({type:2,index:s});else{let d=-1;for(;(d=i.data.indexOf(Oe,d+1))!==-1;)l.push({type:7,index:s}),d+=Oe.length-1}s++}}static createElement(t,r){let n=He.createElement("template");return n.innerHTML=t,n}};function rt(e,t,r=e,n){if(t===Dt)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,s=kt(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=rt(e,i._$AS(e,t.values),i,n)),t}var sn=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:n}=this._$AD,i=(t?.creationScope??He).importNode(r,!0);Be.currentNode=i;let s=Be.nextNode(),o=0,a=0,l=n[0];for(;l!==void 0;){if(o===l.index){let c;l.type===2?c=new cr(s,s.nextSibling,this,t):l.type===1?c=new l.ctor(s,l.name,l.strings,this,t):l.type===6&&(c=new cn(s,this,t)),this._$AV.push(c),l=n[++a]}o!==l?.index&&(s=Be.nextNode(),o++)}return Be.currentNode=He,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++}},cr=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=M,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=rt(this,t,r),kt(t)?t===M||t==null||t===""?(this._$AH!==M&&this._$AR(),this._$AH=M):t!==this._$AH&&t!==Dt&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):xl(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!==M&&kt(this._$AH)?this._$AA.nextSibling.data=t:this.T(He.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=Mt.createElement(Mi(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let s=new sn(i,this),o=s.u(this.options);s.p(r),this.T(o),this._$AH=s}}_$AC(t){let r=_i.get(t.strings);return r===void 0&&_i.set(t.strings,r=new Mt(t)),r}k(t){dn(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(lr()),this.O(lr()),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=Ei(t).nextSibling;Ei(t).remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},nt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,s){this.type=1,this._$AH=M,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=M}_$AI(t,r=this,n,i){let s=this.strings,o=!1;if(s===void 0)t=rt(this,t,r,0),o=!kt(t)||t!==this._$AH&&t!==Dt,o&&(this._$AH=t);else{let a=t,l,c;for(t=s[0],l=0;l<s.length-1;l++)c=rt(this,a[n+l],r,l),c===Dt&&(c=this._$AH[l]),o||=!kt(c)||c!==this._$AH[l],c===M?t=M:t!==M&&(t+=(c??"")+s[l+1]),this._$AH[l]=c}o&&!i&&this.j(t)}j(t){t===M?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},on=class extends nt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===M?void 0:t}},an=class extends nt{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==M)}},ln=class extends nt{constructor(t,r,n,i,s){super(t,r,n,i,s),this.type=5}_$AI(t,r=this){if((t=rt(this,t,r,0)??M)===Dt)return;let n=this._$AH,i=t===M&&n!==M||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,s=t!==M&&(n===M||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)}},cn=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){rt(this,t)}};var Al=un.litHtmlPolyfillSupport;Al?.(Mt,cr),(un.litHtmlVersions??=[]).push("3.3.3");var Ui=Symbol.for(""),El=e=>{if(e?.r===Ui)return e?._$litStatic$},pn=e=>({_$litStatic$:e,r:Ui});var Ii=new Map,hn=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=El(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=Ii.get(d))===void 0&&(o.raw=o,Ii.set(d,t=o)),r=a}return e(t,...r)},mn=hn(Pi),tu=hn(ki),ru=hn(Di);var yn=v(j()),Ji=v(T());var Te;(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"})(Te||(Te={}));var Q=v(H()),g=v(T()),$i=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.titleFont),ve=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.contentFont),E={fontFamily:ve,fontSize:g.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:g.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:g.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:g.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:g.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},it={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-font-family","",$i),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-font-size","",E.fontSize,"20px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",E.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",E.letterSpacing,"0.15px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-line-height","",E.lineHeight,"1.2"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",E.textTransform,"inherit")},st={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",$i),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",E.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",E.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",E.letterSpacing,"0.105px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",E.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",E.textTransform,"inherit")},ot={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",ve),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",E.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",E.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",E.letterSpacing,"0.144px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",E.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",E.textTransform,"inherit")},at={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",ve),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",E.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",E.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",E.letterSpacing,"0.098px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",E.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",E.textTransform,"inherit")},lt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",ve),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",E.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",E.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",E.letterSpacing,"0.496px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",E.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",E.textTransform,"inherit")},ct={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",ve),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",E.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",E.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",E.letterSpacing,"0.252px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",E.lineHeight,"1.4"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",E.textTransform,"inherit")},ut={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",ve),fontSize:g.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",E.fontSize,"12px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",E.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",E.letterSpacing,"0.396px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",E.lineHeight,"1.33"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",E.textTransform,"inherit")},dt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",ve),fontSize:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",E.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",E.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",E.letterSpacing,"0.33px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",E.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",E.textTransform,"inherit")},ft={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",ve),fontSize:g.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",E.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",E.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",E.letterSpacing,"1.5px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",E.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",E.textTransform,"uppercase")},pt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-button-font-family","",ve),fontSize:g.FtCssVariableFactory.extend("--ft-typography-button-font-size","",E.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",E.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",E.letterSpacing,"1.246px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-button-line-height","",E.lineHeight,"1.15"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",E.textTransform,"uppercase")},Bi=Q.css`
|
|
40
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),Ti=/'/g,wi=/"/g,Ni=/^(?:script|style|textarea|title)$/i,fn=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Pi=fn(1),ki=fn(2),Di=fn(3),Dt=Symbol.for("lit-noChange"),M=Symbol.for("lit-nothing"),_i=new WeakMap,Be=He.createTreeWalker(He,129);function Mi(e,t){if(!dn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Si!==void 0?Si.createHTML(t):t}var bl=(e,t)=>{let r=e.length-1,n=[],i,s=t===2?"<svg>":t===3?"<math>":"",o=Pt;for(let a=0;a<r;a++){let l=e[a],c,u,d=-1,f=0;for(;f<l.length&&(o.lastIndex=f,u=o.exec(l),u!==null);)f=o.lastIndex,o===Pt?u[1]==="!--"?o=Ci:u[1]!==void 0?o=Oi:u[2]!==void 0?(Ni.test(u[2])&&(i=RegExp("</"+u[2],"g")),o=$e):u[3]!==void 0&&(o=$e):o===$e?u[0]===">"?(o=i??Pt,d=-1):u[1]===void 0?d=-2:(d=o.lastIndex-u[2].length,c=u[1],o=u[3]===void 0?$e:u[3]==='"'?wi:Ti):o===wi||o===Ti?o=$e:o===Ci||o===Oi?o=Pt:(o=$e,i=void 0);let p=o===$e&&e[a+1].startsWith("/>")?" ":"";s+=o===Pt?l+gl:d>=0?(n.push(c),l.slice(0,d)+Ri+l.slice(d)+Oe+p):l+Oe+(d===-2?a:p)}return[Mi(e,s+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},Mt=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]=bl(t,r);if(this.el=e.createElement(c,n),Be.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=Be.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(Ri)){let f=u[o++],p=i.getAttribute(d).split(Oe),h=/([.?@])?(.*)/.exec(f);l.push({type:1,index:s,name:h[2],strings:p,ctor:h[1]==="."?on:h[1]==="?"?an:h[1]==="@"?ln:nt}),i.removeAttribute(d)}else d.startsWith(Oe)&&(l.push({type:6,index:s}),i.removeAttribute(d));if(Ni.test(i.tagName)){let d=i.textContent.split(Oe),f=d.length-1;if(f>0){i.textContent=ar?ar.emptyScript:"";for(let p=0;p<f;p++)i.append(d[p],lr()),Be.nextNode(),l.push({type:2,index:++s});i.append(d[f],lr())}}}else if(i.nodeType===8)if(i.data===Li)l.push({type:2,index:s});else{let d=-1;for(;(d=i.data.indexOf(Oe,d+1))!==-1;)l.push({type:7,index:s}),d+=Oe.length-1}s++}}static createElement(t,r){let n=He.createElement("template");return n.innerHTML=t,n}};function rt(e,t,r=e,n){if(t===Dt)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,s=kt(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=rt(e,i._$AS(e,t.values),i,n)),t}var sn=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:n}=this._$AD,i=(t?.creationScope??He).importNode(r,!0);Be.currentNode=i;let s=Be.nextNode(),o=0,a=0,l=n[0];for(;l!==void 0;){if(o===l.index){let c;l.type===2?c=new cr(s,s.nextSibling,this,t):l.type===1?c=new l.ctor(s,l.name,l.strings,this,t):l.type===6&&(c=new cn(s,this,t)),this._$AV.push(c),l=n[++a]}o!==l?.index&&(s=Be.nextNode(),o++)}return Be.currentNode=He,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++}},cr=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=M,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=rt(this,t,r),kt(t)?t===M||t==null||t===""?(this._$AH!==M&&this._$AR(),this._$AH=M):t!==this._$AH&&t!==Dt&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):xl(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!==M&&kt(this._$AH)?this._$AA.nextSibling.data=t:this.T(He.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=Mt.createElement(Mi(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let s=new sn(i,this),o=s.u(this.options);s.p(r),this.T(o),this._$AH=s}}_$AC(t){let r=_i.get(t.strings);return r===void 0&&_i.set(t.strings,r=new Mt(t)),r}k(t){dn(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(lr()),this.O(lr()),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=Ei(t).nextSibling;Ei(t).remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},nt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,s){this.type=1,this._$AH=M,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=M}_$AI(t,r=this,n,i){let s=this.strings,o=!1;if(s===void 0)t=rt(this,t,r,0),o=!kt(t)||t!==this._$AH&&t!==Dt,o&&(this._$AH=t);else{let a=t,l,c;for(t=s[0],l=0;l<s.length-1;l++)c=rt(this,a[n+l],r,l),c===Dt&&(c=this._$AH[l]),o||=!kt(c)||c!==this._$AH[l],c===M?t=M:t!==M&&(t+=(c??"")+s[l+1]),this._$AH[l]=c}o&&!i&&this.j(t)}j(t){t===M?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},on=class extends nt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===M?void 0:t}},an=class extends nt{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==M)}},ln=class extends nt{constructor(t,r,n,i,s){super(t,r,n,i,s),this.type=5}_$AI(t,r=this){if((t=rt(this,t,r,0)??M)===Dt)return;let n=this._$AH,i=t===M&&n!==M||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,s=t!==M&&(n===M||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)}},cn=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){rt(this,t)}};var Al=un.litHtmlPolyfillSupport;Al?.(Mt,cr),(un.litHtmlVersions??=[]).push("3.3.3");var Ui=Symbol.for(""),El=e=>{if(e?.r===Ui)return e?._$litStatic$},pn=e=>({_$litStatic$:e,r:Ui});var Ii=new Map,hn=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=El(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=Ii.get(d))===void 0&&(o.raw=o,Ii.set(d,t=o)),r=a}return e(t,...r)},mn=hn(Pi),tu=hn(ki),ru=hn(Di);var yn=g(j()),Ji=g(T());var Te;(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"})(Te||(Te={}));var Q=g(H()),v=g(T()),$i=v.FtCssVariableFactory.extend("--ft-typography-font-family","",v.designSystemVariables.titleFont),ge=v.FtCssVariableFactory.extend("--ft-typography-font-family","",v.designSystemVariables.contentFont),E={fontFamily:ge,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")},it={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-title-font-family","",$i),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")},st={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",$i),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")},ot={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",ge),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")},at={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",ge),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")},lt={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",ge),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")},ct={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",ge),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")},ut={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",ge),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")},dt={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",ge),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")},ft={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",ge),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")},pt={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-button-font-family","",ge),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")},Bi=Q.css`
|
|
41
41
|
.ft-typography--title {
|
|
42
42
|
font-family: ${it.fontFamily};
|
|
43
43
|
font-size: ${it.fontSize};
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
</${pn(this.element)}>
|
|
141
141
|
`:mn`
|
|
142
142
|
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
143
|
-
`}};ae.styles=[Bi,Hi,ji,Fi,Vi,Wi,Ki,Gi,zi,qi,Yi];Xi([(0,yn.property)()],ae.prototype,"element",void 0);Xi([(0,yn.property)()],ae.prototype,"variant",void 0);var Zi=v(T());var Qi={"ft-typography":ae};(0,Zi.customElements)(Qi);var es;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(es||(es={}));var ts;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(ts||(ts={}));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 ns;(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"})(ns||(ns={}));var is;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(is||(is={}));var ss;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(ss||(ss={}));var os;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(os||(os={}));var as;(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"})(as||(as={}));var ls;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(ls||(ls={}));var cs;(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"})(cs||(cs={}));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 ds;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(ds||(ds={}));var fs;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(fs||(fs={}));var ps;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(ps||(ps={}));var hs;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(hs||(hs={}));var ms;(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"})(ms||(ms={}));var ys;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(ys||(ys={}));var gs;(function(e){e.ASC="ASC",e.DESC="DESC"})(gs||(gs={}));var vs;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(vs||(vs={}));var xs;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(xs||(xs={}));var bs;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(bs||(bs={}));var As;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(As||(As={}));var Es;(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"})(Es||(Es={}));var Ss;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Ss||(Ss={}));var Cs;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(Cs||(Cs={}));var Os;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Os||(Os={}));var Ts;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Ts||(Ts={}));var N;(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"})(N||(N={}));var Z;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(Z||(Z={}));var ws;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(ws||(ws={}));var _s;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(_s||(_s={}));var Rs;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(Rs||(Rs={}));var Ls;(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"})(Ls||(Ls={}));var Ns;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(Ns||(Ns={}));var Ps;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Ps||(Ps={}));var ks;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(ks||(ks={}));var Ds;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Ds||(Ds={}));var Ms;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(Ms||(Ms={}));var Is;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Is||(Is={}));var Us;(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"})(Us||(Us={}));var $s;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})($s||($s={}));var Sl={[N.PERSONAL_BOOK_SHARE_USER]:[N.PERSONAL_BOOK_USER],[N.HTML_EXPORT_USER]:[N.PERSONAL_BOOK_USER],[N.PDF_EXPORT_USER]:[N.PERSONAL_BOOK_USER],[N.KHUB_ADMIN]:[N.CONTENT_PUBLISHER],[N.ADMIN]:[N.KHUB_ADMIN,N.USERS_ADMIN,N.PORTAL_ADMIN,N.BEHAVIOR_DATA_USER],[N.GENERATIVE_AI_EXPORT_USER]:[N.GENERATIVE_AI_USER]};function Bs(e,t){return e===t||(Sl[e]??[]).some(r=>Bs(r,t))}function Hs(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=>Bs(n,t))}var mr=v(T());var ur=v(T()),Cl="ft-app-info",ht=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};ht.eventName="authentication-change";var It=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};It.eventName="ui-locale-changed";var Ol={session:(e,t)=>{(0,ur.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>O.dispatchEvent(new ht(t.payload)),0))}},O=ur.FtReduxStore.get({name:Cl,reducers:Ol,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,searchLanguageSetsUiLanguage:!1,uiLanguageSetsSearchLanguage:!1,uiLanguageSetsReaderLanguage:!1,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var gn=v(T());var je=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=O.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=O.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var mt=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:je.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):je.await()}};var z=class extends mt{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 gn.CacheRegistry,this.cache=t?i.commonCache:new gn.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 dr=class extends z{async listMySearches(){let{session:t}=O.getState();return Hs(t,N.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var fr=class extends z{async listMyBookmarks(){let t=O.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var pr=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=O.getState().session;return!!t?.sessionAuthenticated}};var hr=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=O.getState().session;return!!t?.sessionAuthenticated}};var Tl="ft-user-assets",wl={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(Z).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;xn(e,r,[...vn(e,r),i]),js(e,r,1,n),Fs(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;xn(e,r,vn(e,r).map(i=>i.id===n.id?n:i)),Fs(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;xn(e,r,vn(e,r).filter(s=>s.id!==i)),js(e,r,-1,n)}},Vs={[Z.SEARCHES]:"savedSearches",[Z.BOOKMARKS]:"bookmarks",[Z.BOOKS]:void 0,[Z.COLLECTIONS]:void 0},vn=(e,t)=>{var r;let n=Vs[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},xn=(e,t,r)=>{let n=Vs[t];n&&(e[n]=r)},js=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===Z.BOOKMARKS&&n)){let s=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,s+r)}},Fs=(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)},I=mr.FtReduxStore.get({name:Tl,reducers:wl,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(Z).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),bn=class{constructor(t=new pr,r=new hr){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=O.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new fr,this.savedSearchesService=new dr,O.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=O.getState();(0,mr.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(),I.actions.clearAssetCount(),I.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),I.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),I.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();I.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();I.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&I.getState().assetCounts.allAsset[t]!==r.count&&I.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&I.getState().assetCounts.bookmarkByMap[t]!==r.count&&I.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(I.getState().assetCounts.bookmarkByMap).length!==0;t===Z.BOOKMARKS&&r&&I.actions.clearBookmarkCountByMap(),I.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;I.actions.bookmarks(r)}}},_l=new bn;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=_l);var Js=v(H()),U=v(j()),Qs=v(rn()),Ut=v(T());var Ys=v(H()),P=v(T()),Ws=P.FtCssVariableFactory.extend("--ft-ripple-color","",P.designSystemVariables.colorContent),Fe={color:Ws,backgroundColor:P.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ws),opacityContentOnSurfacePressed:P.FtCssVariableFactory.external(P.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:P.FtCssVariableFactory.external(P.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:P.FtCssVariableFactory.external(P.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:P.FtCssVariableFactory.external(P.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:P.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Ks=P.FtCssVariableFactory.extend("--ft-ripple-color","",P.designSystemVariables.colorPrimary),Gs={color:Ks,backgroundColor:P.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ks)},zs=P.FtCssVariableFactory.extend("--ft-ripple-color","",P.designSystemVariables.colorSecondary),qs={color:zs,backgroundColor:P.FtCssVariableFactory.extend("--ft-ripple-background-color","",zs)},Xs=Ys.css`
|
|
143
|
+
`}};ae.styles=[Bi,Hi,ji,Fi,Vi,Wi,Ki,Gi,zi,qi,Yi];Xi([(0,yn.property)()],ae.prototype,"element",void 0);Xi([(0,yn.property)()],ae.prototype,"variant",void 0);var Zi=g(T());var Qi={"ft-typography":ae};(0,Zi.customElements)(Qi);var es;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(es||(es={}));var ts;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(ts||(ts={}));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 ns;(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"})(ns||(ns={}));var is;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(is||(is={}));var ss;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(ss||(ss={}));var os;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(os||(os={}));var as;(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"})(as||(as={}));var ls;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(ls||(ls={}));var cs;(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"})(cs||(cs={}));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 ds;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(ds||(ds={}));var fs;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(fs||(fs={}));var ps;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(ps||(ps={}));var hs;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(hs||(hs={}));var ms;(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"})(ms||(ms={}));var ys;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(ys||(ys={}));var vs;(function(e){e.ASC="ASC",e.DESC="DESC"})(vs||(vs={}));var gs;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(gs||(gs={}));var xs;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(xs||(xs={}));var bs;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(bs||(bs={}));var As;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(As||(As={}));var Es;(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"})(Es||(Es={}));var Ss;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Ss||(Ss={}));var Cs;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(Cs||(Cs={}));var Os;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Os||(Os={}));var Ts;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Ts||(Ts={}));var N;(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"})(N||(N={}));var Z;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(Z||(Z={}));var ws;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(ws||(ws={}));var _s;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(_s||(_s={}));var Rs;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(Rs||(Rs={}));var Ls;(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"})(Ls||(Ls={}));var Ns;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(Ns||(Ns={}));var Ps;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Ps||(Ps={}));var ks;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(ks||(ks={}));var Ds;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Ds||(Ds={}));var Ms;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(Ms||(Ms={}));var Is;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Is||(Is={}));var Us;(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"})(Us||(Us={}));var $s;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})($s||($s={}));var Sl={[N.PERSONAL_BOOK_SHARE_USER]:[N.PERSONAL_BOOK_USER],[N.HTML_EXPORT_USER]:[N.PERSONAL_BOOK_USER],[N.PDF_EXPORT_USER]:[N.PERSONAL_BOOK_USER],[N.KHUB_ADMIN]:[N.CONTENT_PUBLISHER],[N.ADMIN]:[N.KHUB_ADMIN,N.USERS_ADMIN,N.PORTAL_ADMIN,N.BEHAVIOR_DATA_USER],[N.GENERATIVE_AI_EXPORT_USER]:[N.GENERATIVE_AI_USER]};function Bs(e,t){return e===t||(Sl[e]??[]).some(r=>Bs(r,t))}function Hs(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=>Bs(n,t))}var mr=g(T());var ur=g(T()),Cl="ft-app-info",ht=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};ht.eventName="authentication-change";var It=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};It.eventName="ui-locale-changed";var Ol={session:(e,t)=>{(0,ur.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>O.dispatchEvent(new ht(t.payload)),0))}},O=ur.FtReduxStore.get({name:Cl,reducers:Ol,initialState:{baseUrl: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 vn=g(T());var je=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=O.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=O.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var mt=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:je.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):je.await()}};var z=class extends mt{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 vn.CacheRegistry,this.cache=t?i.commonCache:new vn.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 dr=class extends z{async listMySearches(){let{session:t}=O.getState();return Hs(t,N.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var fr=class extends z{async listMyBookmarks(){let t=O.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var pr=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=O.getState().session;return!!t?.sessionAuthenticated}};var hr=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=O.getState().session;return!!t?.sessionAuthenticated}};var Tl="ft-user-assets",wl={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(Z).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;xn(e,r,[...gn(e,r),i]),js(e,r,1,n),Fs(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;xn(e,r,gn(e,r).map(i=>i.id===n.id?n:i)),Fs(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;xn(e,r,gn(e,r).filter(s=>s.id!==i)),js(e,r,-1,n)}},Vs={[Z.SEARCHES]:"savedSearches",[Z.BOOKMARKS]:"bookmarks",[Z.BOOKS]:void 0,[Z.COLLECTIONS]:void 0},gn=(e,t)=>{var r;let n=Vs[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},xn=(e,t,r)=>{let n=Vs[t];n&&(e[n]=r)},js=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===Z.BOOKMARKS&&n)){let s=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,s+r)}},Fs=(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)},I=mr.FtReduxStore.get({name:Tl,reducers:wl,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(Z).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),bn=class{constructor(t=new pr,r=new hr){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=O.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new fr,this.savedSearchesService=new dr,O.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=O.getState();(0,mr.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(),I.actions.clearAssetCount(),I.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),I.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),I.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();I.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();I.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&I.getState().assetCounts.allAsset[t]!==r.count&&I.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&I.getState().assetCounts.bookmarkByMap[t]!==r.count&&I.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(I.getState().assetCounts.bookmarkByMap).length!==0;t===Z.BOOKMARKS&&r&&I.actions.clearBookmarkCountByMap(),I.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;I.actions.bookmarks(r)}}},_l=new bn;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=_l);var Js=g(H()),U=g(j()),Qs=g(rn()),Ut=g(T());var Ys=g(H()),P=g(T()),Ws=P.FtCssVariableFactory.extend("--ft-ripple-color","",P.designSystemVariables.colorContent),Fe={color:Ws,backgroundColor:P.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ws),opacityContentOnSurfacePressed:P.FtCssVariableFactory.external(P.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:P.FtCssVariableFactory.external(P.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:P.FtCssVariableFactory.external(P.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:P.FtCssVariableFactory.external(P.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:P.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Ks=P.FtCssVariableFactory.extend("--ft-ripple-color","",P.designSystemVariables.colorPrimary),Gs={color:Ks,backgroundColor:P.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ks)},zs=P.FtCssVariableFactory.extend("--ft-ripple-color","",P.designSystemVariables.colorSecondary),qs={color:zs,backgroundColor:P.FtCssVariableFactory.extend("--ft-ripple-background-color","",zs)},Xs=Ys.css`
|
|
144
144
|
:host {
|
|
145
145
|
display: contents;
|
|
146
146
|
}
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
<div class="ft-ripple--background"></div>
|
|
264
264
|
<div class="ft-ripple--effect"></div>
|
|
265
265
|
</div>
|
|
266
|
-
`}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()}};_.elementDefinitions={};_.styles=Xs;V([(0,U.property)({type:Boolean})],_.prototype,"primary",void 0);V([(0,U.property)({type:Boolean})],_.prototype,"secondary",void 0);V([(0,U.property)({type:Boolean})],_.prototype,"unbounded",void 0);V([(0,U.property)({type:Boolean})],_.prototype,"activated",void 0);V([(0,U.property)({type:Boolean})],_.prototype,"selected",void 0);V([(0,U.property)({type:Boolean})],_.prototype,"disabled",void 0);V([(0,U.state)()],_.prototype,"hovered",void 0);V([(0,U.state)()],_.prototype,"focused",void 0);V([(0,U.state)()],_.prototype,"pressed",void 0);V([(0,U.state)()],_.prototype,"rippling",void 0);V([(0,U.state)()],_.prototype,"originX",void 0);V([(0,U.state)()],_.prototype,"originY",void 0);V([(0,U.query)(".ft-ripple")],_.prototype,"ripple",void 0);V([(0,U.query)(".ft-ripple--effect")],_.prototype,"rippleEffect",void 0);var eo=
|
|
266
|
+
`}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()}};_.elementDefinitions={};_.styles=Xs;V([(0,U.property)({type:Boolean})],_.prototype,"primary",void 0);V([(0,U.property)({type:Boolean})],_.prototype,"secondary",void 0);V([(0,U.property)({type:Boolean})],_.prototype,"unbounded",void 0);V([(0,U.property)({type:Boolean})],_.prototype,"activated",void 0);V([(0,U.property)({type:Boolean})],_.prototype,"selected",void 0);V([(0,U.property)({type:Boolean})],_.prototype,"disabled",void 0);V([(0,U.state)()],_.prototype,"hovered",void 0);V([(0,U.state)()],_.prototype,"focused",void 0);V([(0,U.state)()],_.prototype,"pressed",void 0);V([(0,U.state)()],_.prototype,"rippling",void 0);V([(0,U.state)()],_.prototype,"originX",void 0);V([(0,U.state)()],_.prototype,"originY",void 0);V([(0,U.query)(".ft-ripple")],_.prototype,"ripple",void 0);V([(0,U.query)(".ft-ripple--effect")],_.prototype,"rippleEffect",void 0);var eo=g(T());var Zs={"ft-ripple":_};(0,eo.customElements)(Zs);var to=g(H()),le=g(T()),xe={size:le.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:le.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",le.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:le.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",le.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:le.FtCssVariableFactory.extend("--ft-icon-material-font-family","",le.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:le.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},ro=[to.css`
|
|
267
267
|
:host, i.ft-icon {
|
|
268
268
|
display: inline-flex;
|
|
269
269
|
align-items: center;
|
|
@@ -311,20 +311,20 @@
|
|
|
311
311
|
.ft-icon--material {
|
|
312
312
|
font-family: ${xe.materialFontFamily}, "Material Icons", sans-serif;
|
|
313
313
|
}
|
|
314
|
-
`,le.noTextSelect];var we;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(we||(we={}));var $t=
|
|
314
|
+
`,le.noTextSelect];var we;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(we||(we={}));var $t=g(H()),_e=g(j()),so=g(T()),oo=g(io());var yt;(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="󨃱"})(yt||(yt={}));var y;(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=""})(y||(y={}));var Sd=new Map([...["abw"].map(e=>[e,y.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,y.AUDIO]),...["avi"].map(e=>[e,y.AVI]),...["chm","xhs"].map(e=>[e,y.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,y.CODE]),...["csv"].map(e=>[e,y.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,y.DITA]),...["epub"].map(e=>[e,y.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,y.EXCEL]),...["flac"].map(e=>[e,y.FLAC]),...["gif"].map(e=>[e,y.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,y.GZIP]),...["html","htm","xhtml"].map(e=>[e,y.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,y.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,y.JPEG]),...["json"].map(e=>[e,y.JSON]),...["m4a","m4p"].map(e=>[e,y.M4A]),...["mov","qt"].map(e=>[e,y.MOV]),...["mp3"].map(e=>[e,y.MP3]),...["mp4","m4v"].map(e=>[e,y.MP4]),...["ogg","oga"].map(e=>[e,y.OGG]),...["pdf","ps"].map(e=>[e,y.PDF]),...["png"].map(e=>[e,y.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,y.POWERPOINT]),...["rar"].map(e=>[e,y.RAR]),...["stp"].map(e=>[e,y.STP]),...["txt","rtf","md","mdown"].map(e=>[e,y.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,y.VIDEO]),...["wav"].map(e=>[e,y.WAV]),...["wma"].map(e=>[e,y.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,y.WORD]),...["xml","xsl","rdf"].map(e=>[e,y.XML]),...["yaml","yml","x-yaml"].map(e=>[e,y.YAML]),...["zip"].map(e=>[e,y.ZIP])]);var Cd={[y.ABW]:"#91ABC6",[y.AUDIO]:"#1795E3",[y.AVI]:"#E63324",[y.CHM]:"#71C3EB",[y.CODE]:"#71C3EB",[y.CSV]:"#1F7345",[y.DITA]:"#71C3EB",[y.EPUB]:"#85B926",[y.EXCEL]:"#1F7345",[y.FLAC]:"#1795E3",[y.GIF]:"#59B031",[y.GZIP]:"#F8AB36",[y.HTML]:"#71C3EB",[y.IMAGE]:"#59B031",[y.JPEG]:"#59B031",[y.JSON]:"#71C3EB",[y.M4A]:"#1795E3",[y.MOV]:"#E63324",[y.MP3]:"#1795E3",[y.MP4]:"#E63324",[y.OGG]:"#1795E3",[y.PDF]:"#E44948",[y.PNG]:"#59B031",[y.POWERPOINT]:"#B54A2B",[y.RAR]:"#F8AB36",[y.STP]:"#3764B1",[y.TEXT]:"#3162AB",[y.UNKNOWN]:"#999999",[y.VIDEO]:"#E63324",[y.WAV]:"#1795E3",[y.WMA]:"#1795E3",[y.WORD]:"#3162AB",[y.XML]:"#71C3EB",[y.YAML]:"#71C3EB",[y.ZIP]:"#F8AB36"};var Bt=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},q=class extends so.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=$t.nothing}render(){let t=this.variant&&Object.values(we).includes(this.variant)?this.variant:we.fluid_topics,r=t!==we.material||!!this.value;return $t.html`
|
|
315
315
|
<i class="ft-icon ft-icon--${t} ft-no-text-select" part="icon icon-${t}">
|
|
316
316
|
${(0,oo.unsafeHTML)(this.resolvedIcon)}
|
|
317
317
|
<slot ?hidden=${r}></slot>
|
|
318
318
|
</i>
|
|
319
|
-
`}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 we.file_format:this.resolvedIcon=(t=y[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case we.material:this.resolvedIcon=this.value||$t.nothing;break;default:this.resolvedIcon=(r=yt[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};q.elementDefinitions={};q.styles=ro;Bt([(0,_e.property)()],q.prototype,"variant",void 0);Bt([(0,_e.property)()],q.prototype,"value",void 0);Bt([(0,_e.property)({reflect:!0,attribute:"aria-hidden"})],q.prototype,"ariaHidden",void 0);Bt([(0,_e.state)()],q.prototype,"resolvedIcon",void 0);Bt([(0,_e.query)("slot")],q.prototype,"slottedContent",void 0);var lo=v(T());var ao={"ft-icon":q};(0,lo.customElements)(ao);var Gn=v(j());var co=v(j(),1);var An=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function uo(e,t){return(0,co.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return Ht(e);try{return JSON.parse(r)}catch{return Ht(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:jt,...t??{}})}function Rl(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(!yr(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(!yr(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(!yr(e[o],t[o]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function yr(e,t){try{return Rl(e,t)}catch{return!1}}function jt(e,t){return!yr(e,t)}function Ht(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function gr(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 fo=v(j(),1);var En=e=>{let t=e??{};return(r,n)=>{var i;let s={hasChanged:jt,attribute:!1,...t};(0,fo.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 vr=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 Ve=v(j(),1);var xr=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 ho=v(H(),1);var br=globalThis,Ll=br.ShadowRoot&&(br.ShadyCSS===void 0||br.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var po=(e,t)=>{if(Ll)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=br.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var Ar=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 po(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){An(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 mo(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},xo,yo=Symbol("constructorPrototype"),go=Symbol("constructorName"),bo=Symbol("exportpartsDebouncer"),vo=Symbol("dynamicDependenciesLoaded"),gt=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};gt.eventName="exportparts-updated";var pe=class extends Ar{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[xo]=new xr(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[bo].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[go]=this.constructor.name,this[yo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[go]&&Object.setPrototypeOf(this,this[yo])}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(gt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(gt.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 gt)})}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=mo(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=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=(s=(i=f.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&s!==void 0?s:[],h=(a=(o=f.getAttribute("exportparts"))===null||o===void 0?void 0:o.split(",").map(x=>x.split(":")[1]))!==null&&a!==void 0?a:[],m=[...p,...h].filter(l).map(x=>x.trim());for(let x of m)u.add(x)}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(", ")}};xo=bo;vt([(0,Ve.property)()],pe.prototype,"exportpartsPrefix",void 0);vt([uo([])],pe.prototype,"exportpartsPrefixes",void 0);vt([(0,Ve.property)({reflect:!0})],pe.prototype,"exportparts",void 0);vt([(0,Ve.property)()],pe.prototype,"customStylesheet",void 0);vt([(0,Ve.property)()],pe.prototype,"elementToFocus",void 0);vt([(0,Ve.state)()],pe.prototype,"useAdoptedStyleSheets",void 0);function Er(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Ft=Symbol("internalReduxEventsUnsubscribers"),Re=Symbol("internalStoresUnsubscribers"),We=Symbol("internalStores"),Nl=gr(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[We].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[We].values()][0]}getStore(o){return o==null?this.getUnnamedStore():this[We].get(o)}addStore(o,a){var l;a=(l=a??o.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[We].set(a,o),this.subscribeToStore(a,o),this.updateFromStores()}removeStore(o){let a=typeof o=="string"?o:o.name;this.unsubscribeFromStore(a),this[We].delete(a)}setupStores(){this.unsubscribeFromStores(),this[We].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[Re].has(o.store):this[Re].size>0)&&(this[a]=o.selector(c.getState(),this))}})}subscribeToStore(o,a){var l;this[Re].set(o,a.subscribe(()=>this.updateFromStores())),this[Ft].set(o,[]),Er(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[Ft].get(o).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(o)}unsubscribeFromStores(){this[Re].forEach((o,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(o){var a;this[Re].has(o)&&this[Re].get(o)(),this[Re].delete(o),(a=this[Ft].get(o))===null||a===void 0||a.forEach(l=>l()),this[Ft].delete(o)}onStoreAvailable(o){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=Re,r=We,n=Ft,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),Ao=class extends Nl(pe){};function ee(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,s;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map((function(o){return"'"+o+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function be(e){return!!e&&!!e[w]}function ce(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)===Bl})(e)||Array.isArray(e)||!!e[_o]||!!(!((t=e.constructor)===null||t===void 0)&&t[_o])||Nn(e)||Pn(e))}function Ke(e,t,r){r===void 0&&(r=!1),At(e)===0?(r?Object.keys:bt)(e).forEach((function(n){r&&typeof n=="symbol"||t(n,e[n],e)})):e.forEach((function(n,i){return t(i,n,e)}))}function At(e){var t=e[w];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Nn(e)?2:Pn(e)?3:0}function xt(e,t){return At(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Pl(e,t){return At(e)===2?e.get(t):e[t]}function Ro(e,t,r){var n=At(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function Lo(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Nn(e){return Ul&&e instanceof Map}function Pn(e){return $l&&e instanceof Set}function Le(e){return e.o||e.t}function kn(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=ko(e);delete t[w];for(var r=bt(t),n=0;n<r.length;n++){var i=r[n],s=t[i];s.writable===!1&&(s.writable=!0,s.configurable=!0),(s.get||s.set)&&(t[i]={configurable:!0,writable:!0,enumerable:s.enumerable,value:e[i]})}return Object.create(Object.getPrototypeOf(e),t)}function Dn(e,t){return t===void 0&&(t=!1),Mn(e)||be(e)||!ce(e)||(At(e)>1&&(e.set=e.add=e.clear=e.delete=kl),Object.freeze(e),t&&Ke(e,(function(r,n){return Dn(n,!0)}),!0)),e}function kl(){ee(2)}function Mn(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function he(e){var t=Ln[e];return t||ee(18,e),t}function Dl(e,t){Ln[e]||(Ln[e]=t)}function wn(){return Wt}function Sn(e,t){t&&(he("Patches"),e.u=[],e.s=[],e.v=t)}function Sr(e){_n(e),e.p.forEach(Ml),e.p=null}function _n(e){e===Wt&&(Wt=e.l)}function Eo(e){return Wt={p:[],l:Wt,h:e,m:!0,_:0}}function Ml(e){var t=e[w];t.i===0||t.i===1?t.j():t.g=!0}function Cn(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||he("ES5").S(t,e,n),n?(r[w].P&&(Sr(t),ee(4)),ce(e)&&(e=Cr(t,e),t.l||Or(t,e)),t.u&&he("Patches").M(r[w].t,e,t.u,t.s)):e=Cr(t,r,[]),Sr(t),t.u&&t.v(t.u,t.s),e!==Po?e:void 0}function Cr(e,t,r){if(Mn(t))return t;var n=t[w];if(!n)return Ke(t,(function(a,l){return So(e,n,t,a,l,r)}),!0),t;if(n.A!==e)return t;if(!n.P)return Or(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,s=i,o=!1;n.i===3&&(s=new Set(i),i.clear(),o=!0),Ke(s,(function(a,l){return So(e,n,i,a,l,r,o)})),Or(e,i,!1),r&&e.u&&he("Patches").N(n,r,e.u,e.s)}return n.o}function So(e,t,r,n,i,s,o){if(be(i)){var a=Cr(e,i,s&&t&&t.i!==3&&!xt(t.R,n)?s.concat(n):void 0);if(Ro(r,n,a),!be(a))return;e.m=!1}else o&&r.add(i);if(ce(i)&&!Mn(i)){if(!e.h.D&&e._<1)return;Cr(e,i),t&&t.A.l||Or(e,i)}}function Or(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&Dn(t,r)}function On(e,t){var r=e[w];return(r?Le(r):e)[t]}function Co(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 Ne(e){e.P||(e.P=!0,e.l&&Ne(e.l))}function Tn(e){e.o||(e.o=kn(e.t))}function Rn(e,t,r){var n=Nn(t)?he("MapSet").F(t,r):Pn(t)?he("MapSet").T(t,r):e.O?(function(i,s){var o=Array.isArray(i),a={i:o?1:0,A:s?s.A:wn(),P:!1,I:!1,R:{},l:s,t:i,k:null,o:null,j:null,C:!1},l=a,c=Kt;o&&(l=[a],c=Vt);var u=Proxy.revocable(l,c),d=u.revoke,f=u.proxy;return a.k=f,a.j=d,f})(t,r):he("ES5").J(t,r);return(r?r.A:wn()).p.push(n),n}function Il(e){return be(e)||ee(22,e),(function t(r){if(!ce(r))return r;var n,i=r[w],s=At(r);if(i){if(!i.P&&(i.i<4||!he("ES5").K(i)))return i.t;i.I=!0,n=Oo(r,s),i.I=!1}else n=Oo(r,s);return Ke(n,(function(o,a){i&&Pl(i.t,o)===a||Ro(n,o,t(a))})),s===3?new Set(n):n})(e)}function Oo(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return kn(e)}function No(){function e(o,a){var l=s[o];return l?l.enumerable=a:s[o]=l={configurable:!0,enumerable:a,get:function(){var c=this[w];return Kt.get(c,o)},set:function(c){var u=this[w];Kt.set(u,o,c)}},l}function t(o){for(var a=o.length-1;a>=0;a--){var l=o[a][w];if(!l.P)switch(l.i){case 5:n(l)&&Ne(l);break;case 4:r(l)&&Ne(l)}}}function r(o){for(var a=o.t,l=o.k,c=bt(l),u=c.length-1;u>=0;u--){var d=c[u];if(d!==w){var f=a[d];if(f===void 0&&!xt(a,d))return!0;var p=l[d],h=p&&p[w];if(h?h.t!==f:!Lo(p,f))return!0}}var m=!!a[w];return c.length!==bt(a).length+(m?0:1)}function n(o){var a=o.k;if(a.length!==o.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(o){o.g&&ee(3,JSON.stringify(Le(o)))}var s={};Dl("ES5",{J:function(o,a){var l=Array.isArray(o),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=ko(f);delete m[w];for(var x=bt(m),b=0;b<x.length;b++){var A=x[b];m[A]=e(A,d||!!m[A].enumerable)}return Object.create(Object.getPrototypeOf(f),m)})(l,o),u={i:l?5:4,A:a?a.A:wn(),P:!1,I:!1,R:{},l:a,t:o,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,w,{value:u,writable:!0}),c},S:function(o,a,l){l?be(a)&&a[w].A===o&&t(o.p):(o.u&&(function c(u){if(u&&typeof u=="object"){var d=u[w];if(d){var f=d.t,p=d.k,h=d.R,m=d.i;if(m===4)Ke(p,(function(C){C!==w&&(f[C]!==void 0||xt(f,C)?h[C]||c(p[C]):(h[C]=!0,Ne(d)))})),Ke(f,(function(C){p[C]!==void 0||xt(p,C)||(h[C]=!1,Ne(d))}));else if(m===5){if(n(d)&&(Ne(d),h.length=!0),p.length<f.length)for(var x=p.length;x<f.length;x++)h[x]=!1;else for(var b=f.length;b<p.length;b++)h[b]=!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])}}}})(o.p[0]),t(o.p))},K:function(o){return o.i===4?r(o):n(o)}})}var To,Wt,In=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Ul=typeof Map<"u",$l=typeof Set<"u",wo=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Po=In?Symbol.for("immer-nothing"):((To={})["immer-nothing"]=!0,To),_o=In?Symbol.for("immer-draftable"):"__$immer_draftable",w=In?Symbol.for("immer-state"):"__$immer_state";var Bl=""+Object.prototype.constructor,bt=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,ko=Object.getOwnPropertyDescriptors||function(e){var t={};return bt(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},Ln={},Kt={get:function(e,t){if(t===w)return e;var r=Le(e);if(!xt(r,t))return(function(i,s,o){var a,l=Co(s,o);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||!ce(n)?n:n===On(e.t,t)?(Tn(e),e.o[t]=Rn(e.A.h,n,e)):n},has:function(e,t){return t in Le(e)},ownKeys:function(e){return Reflect.ownKeys(Le(e))},set:function(e,t,r){var n=Co(Le(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var i=On(Le(e),t),s=i?.[w];if(s&&s.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(Lo(r,i)&&(r!==void 0||xt(e.t,t)))return!0;Tn(e),Ne(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 On(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,Tn(e),Ne(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Le(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){ee(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){ee(12)}},Vt={};Ke(Kt,(function(e,t){Vt[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),Vt.deleteProperty=function(e,t){return Vt.set.call(this,e,t,void 0)},Vt.set=function(e,t,r){return Kt.set.call(this,e[0],t,r,e[0])};var Hl=(function(){function e(r){var n=this;this.O=wo,this.D=!0,this.produce=function(i,s,o){if(typeof i=="function"&&typeof s!="function"){var a=s;s=i;var l=n;return function(m){var x=this;m===void 0&&(m=a);for(var b=arguments.length,A=Array(b>1?b-1:0),S=1;S<b;S++)A[S-1]=arguments[S];return l.produce(m,(function(C){var k;return(k=s).call.apply(k,[x,C].concat(A))}))}}var c;if(typeof s!="function"&&ee(6),o!==void 0&&typeof o!="function"&&ee(7),ce(i)){var u=Eo(n),d=Rn(n,i,void 0),f=!0;try{c=s(d),f=!1}finally{f?Sr(u):_n(u)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(m){return Sn(u,o),Cn(m,u)}),(function(m){throw Sr(u),m})):(Sn(u,o),Cn(c,u))}if(!i||typeof i!="object"){if((c=s(i))===void 0&&(c=i),c===Po&&(c=void 0),n.D&&Dn(c,!0),o){var p=[],h=[];he("Patches").M(i,c,p,h),o(p,h)}return c}ee(21,i)},this.produceWithPatches=function(i,s){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 o,a,l=n.produce(i,s,(function(c,u){o=c,a=u}));return typeof Promise<"u"&&l instanceof Promise?l.then((function(c){return[c,o,a]})):[l,o,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){ce(r)||ee(8),be(r)&&(r=Il(r));var n=Eo(this),i=Rn(this,r,void 0);return i[w].C=!0,_n(n),i},t.finishDraft=function(r,n){var i=r&&r[w],s=i.A;return Sn(s,n),Cn(void 0,s)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!wo&&ee(20),this.O=r},t.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var s=n[i];if(s.path.length===0&&s.op==="replace"){r=s.value;break}}i>-1&&(n=n.slice(i+1));var o=he("Patches").$;return be(r)?o(r,n):this.produce(r,(function(a){return o(a,n)}))},e})(),Y=new Hl,jl=Y.produce,uf=Y.produceWithPatches.bind(Y),df=Y.setAutoFreeze.bind(Y),ff=Y.setUseProxies.bind(Y),pf=Y.applyPatches.bind(Y),hf=Y.createDraft.bind(Y),mf=Y.finishDraft.bind(Y),Tr=jl;function Ge(e){"@babel/helpers - typeof";return Ge=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},Ge(e)}function Do(e,t){if(Ge(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(Ge(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Mo(e){var t=Do(e,"string");return Ge(t)=="symbol"?t:t+""}function Io(e,t,r){return(t=Mo(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Uo(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 Un(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Uo(Object(r),!0).forEach(function(n){Io(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Uo(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function $(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 $o=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),$n=function(){return Math.random().toString(36).substring(7).split("").join(".")},wr={INIT:"@@redux/INIT"+$n(),REPLACE:"@@redux/REPLACE"+$n(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+$n()}};function Fl(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 Bn(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error($(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error($(1));return r(Bn)(e,t)}if(typeof e!="function")throw new Error($(2));var i=e,s=t,o=[],a=o,l=!1;function c(){a===o&&(a=o.slice())}function u(){if(l)throw new Error($(3));return s}function d(m){if(typeof m!="function")throw new Error($(4));if(l)throw new Error($(5));var x=!0;return c(),a.push(m),function(){if(x){if(l)throw new Error($(6));x=!1,c();var A=a.indexOf(m);a.splice(A,1),o=null}}}function f(m){if(!Fl(m))throw new Error($(7));if(typeof m.type>"u")throw new Error($(8));if(l)throw new Error($(9));try{l=!0,s=i(s,m)}finally{l=!1}for(var x=o=a,b=0;b<x.length;b++){var A=x[b];A()}return m}function p(m){if(typeof m!="function")throw new Error($(10));i=m,f({type:wr.REPLACE})}function h(){var m,x=d;return m={subscribe:function(A){if(typeof A!="object"||A===null)throw new Error($(11));function S(){A.next&&A.next(u())}S();var C=x(S);return{unsubscribe:C}}},m[$o]=function(){return this},m}return f({type:wr.INIT}),n={dispatch:f,subscribe:d,getState:u,replaceReducer:p},n[$o]=h,n}function Vl(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:wr.INIT});if(typeof n>"u")throw new Error($(12));if(typeof r(void 0,{type:wr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error($(13))})}function Bo(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 s=Object.keys(r),o,a;try{Vl(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<s.length;h++){var m=s[h],x=r[m],b=c[m],A=x(b,u);if(typeof A>"u"){var S=u&&u.type;throw new Error($(14))}p[m]=A,f=f||A!==b}return f=f||s.length!==Object.keys(c).length,f?p:c}}function Et(){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 Ho(){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),s=function(){throw new Error($(15))},o={getState:i.getState,dispatch:function(){return s.apply(void 0,arguments)}},a=t.map(function(l){return l(o)});return s=Et.apply(void 0,a)(i.dispatch),Un(Un({},i),{},{dispatch:s})}}}function jo(e){var t=function(n){var i=n.dispatch,s=n.getState;return function(o){return function(a){return typeof a=="function"?a(i,s,e):o(a)}}};return t}var Fo=jo();Fo.withExtraArgument=jo;var Hn=Fo;var zo=(function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(n[s]=i[s])},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)}})(),Wl=function(e,t){var r={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;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&&(s=c[0]&2?i.return:c[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,c[1])).done)return s;switch(i=0,s&&(c=[c[0]&2,s.value]),c[0]){case 0:case 1:s=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(s=r.trys,!(s=s.length>0&&s[s.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!s||c[1]>s[0]&&c[1]<s[3])){r.label=c[1];break}if(c[0]===6&&r.label<s[1]){r.label=s[1],s=c;break}if(s&&r.label<s[2]){r.label=s[2],r.ops.push(c);break}s[2]&&r.ops.pop(),r.trys.pop();continue}c=t.call(e,r)}catch(u){c=[6,u],i=0}finally{n=s=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},St=function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e},Kl=Object.defineProperty,Gl=Object.defineProperties,zl=Object.getOwnPropertyDescriptors,Vo=Object.getOwnPropertySymbols,ql=Object.prototype.hasOwnProperty,Yl=Object.prototype.propertyIsEnumerable,Wo=function(e,t,r){return t in e?Kl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},Pe=function(e,t){for(var r in t||(t={}))ql.call(t,r)&&Wo(e,r,t[r]);if(Vo)for(var n=0,i=Vo(t);n<i.length;n++){var r=i[n];Yl.call(t,r)&&Wo(e,r,t[r])}return e},jn=function(e,t){return Gl(e,zl(t))},Xl=function(e,t,r){return new Promise(function(n,i){var s=function(l){try{a(r.next(l))}catch(c){i(c)}},o=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(s,o)};a((r=r.apply(e,t)).next())})};var Jl=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Et:Et.apply(null,arguments)},kf=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function Ql(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 ke(e,t){function r(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(t){var s=t.apply(void 0,n);if(!s)throw new Error("prepareAction did not return an object");return Pe(Pe({type:e,payload:s.payload},"meta"in s&&{meta:s.meta}),"error"in s&&{error:s.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 Zl=(function(e){zo(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,St([void 0],r[0].concat(this)))):new(t.bind.apply(t,St([void 0],r.concat(this))))},t})(Array),ec=(function(e){zo(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,St([void 0],r[0].concat(this)))):new(t.bind.apply(t,St([void 0],r.concat(this))))},t})(Array);function Wn(e){return ce(e)?Tr(e,function(){}):e}function tc(e){return typeof e=="boolean"}function rc(){return function(t){return nc(t)}}function nc(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,i=n===void 0?!0:n,s=e.serializableCheck,o=s===void 0?!0:s,a=e.actionCreatorCheck,l=a===void 0?!0:a,c=new Zl;if(r&&(tc(r)?c.push(Hn):c.push(Hn.withExtraArgument(r.extraArgument))),0){if(i)var u;if(o)var d;if(l)var f}return c}var Fn=!0;function qo(e){var t=rc(),r=e||{},n=r.reducer,i=n===void 0?void 0:n,s=r.middleware,o=s===void 0?t():s,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(Ql(i))p=Bo(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=o;if(typeof h=="function"&&(h=h(t),!Fn&&!Array.isArray(h)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Fn&&h.some(function(C){return typeof C!="function"}))throw new Error("each middleware provided to configureStore must be a function");var m=Ho.apply(void 0,h),x=Et;l&&(x=Jl(Pe({trace:!Fn},typeof l=="object"&&l)));var b=new ec(m),A=b;Array.isArray(f)?A=St([m],f):typeof f=="function"&&(A=f(b));var S=x.apply(void 0,A);return Bn(p,u,S)}function Yo(e){var t={},r=[],n,i={addCase:function(s,o){var a=typeof s=="string"?s:s.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]=o,i},addMatcher:function(s,o){return r.push({matcher:s,reducer:o}),i},addDefaultCase:function(s){return n=s,i}};return e(i),[t,r,n]}function ic(e){return typeof e=="function"}function sc(e,t,r,n){r===void 0&&(r=[]);var i=typeof t=="function"?Yo(t):[t,r,n],s=i[0],o=i[1],a=i[2],l;if(ic(e))l=function(){return Wn(e())};else{var c=Wn(e);l=function(){return c}}function u(d,f){d===void 0&&(d=l());var p=St([s[f.type]],o.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(be(h)){var x=h,b=m(x,f);return b===void 0?h:b}else{if(ce(h))return Tr(h,function(A){return m(A,f)});var b=m(h,f);if(b===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return b}return h},d)}return u.getInitialState=l,u}function oc(e,t){return e+"/"+t}function Xo(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:Wn(e.initialState),n=e.reducers||{},i=Object.keys(n),s={},o={},a={};i.forEach(function(u){var d=n[u],f=oc(t,u),p,h;"reducer"in d?(p=d.reducer,h=d.prepare):p=d,s[u]=p,o[f]=p,a[u]=h?ke(f,h):ke(f)});function l(){var u=typeof e.extraReducers=="function"?Yo(e.extraReducers):[e.extraReducers],d=u[0],f=d===void 0?{}:d,p=u[1],h=p===void 0?[]:p,m=u[2],x=m===void 0?void 0:m,b=Pe(Pe({},f),o);return sc(r,function(A){for(var S in b)A.addCase(S,b[S]);for(var C=0,k=h;C<k.length;C++){var L=k[C];A.addMatcher(L.matcher,L.reducer)}x&&A.addDefaultCase(x)})}var c;return{name:t,reducer:function(u,d){return c||(c=l()),c(u,d)},actions:a,caseReducers:s,getInitialState:function(){return c||(c=l()),c.getInitialState()}}}var ac="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",lc=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=ac[Math.random()*64|0];return t},cc=["name","message","stack","code"],Vn=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Ko=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),uc=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=cc;r<n.length;r++){var i=n[r];typeof e[i]=="string"&&(t[i]=e[i])}return t}return{message:String(e)}},Uf=(function(){function e(t,r,n){var i=ke(t+"/fulfilled",function(u,d,f,p){return{payload:u,meta:jn(Pe({},p||{}),{arg:f,requestId:d,requestStatus:"fulfilled"})}}),s=ke(t+"/pending",function(u,d,f){return{payload:void 0,meta:jn(Pe({},f||{}),{arg:d,requestId:u,requestStatus:"pending"})}}),o=ke(t+"/rejected",function(u,d,f,p,h){return{payload:p,error:(n&&n.serializeError||uc)(u||"Rejected"),meta:jn(Pe({},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):lc(),m=new l,x,b=!1;function A(C){x=C,m.abort()}var S=(function(){return Xl(this,null,function(){var C,k,L,Se,Zr,Ce,K;return Wl(this,function(J){switch(J.label){case 0:return J.trys.push([0,4,,5]),Se=(C=n?.condition)==null?void 0:C.call(n,u,{getState:f,extra:p}),fc(Se)?[4,Se]:[3,2];case 1:Se=J.sent(),J.label=2;case 2:if(Se===!1||m.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=!0,Zr=new Promise(function(G,Ue){return m.signal.addEventListener("abort",function(){return Ue({name:"AbortError",message:x||"Aborted"})})}),d(s(h,u,(k=n?.getPendingMeta)==null?void 0:k.call(n,{requestId:h,arg:u},{getState:f,extra:p}))),[4,Promise.race([Zr,Promise.resolve(r(u,{dispatch:d,getState:f,extra:p,requestId:h,signal:m.signal,abort:A,rejectWithValue:function(G,Ue){return new Vn(G,Ue)},fulfillWithValue:function(G,Ue){return new Ko(G,Ue)}})).then(function(G){if(G instanceof Vn)throw G;return G instanceof Ko?i(G.payload,h,u,G.meta):i(G,h,u)})])];case 3:return L=J.sent(),[3,5];case 4:return Ce=J.sent(),L=Ce instanceof Vn?o(null,h,u,Ce.payload,Ce.meta):o(Ce,h,u),[3,5];case 5:return K=n&&!n.dispatchConditionRejection&&o.match(L)&&L.meta.condition,K||d(L),[2,L]}})})})();return Object.assign(S,{abort:A,requestId:h,arg:u,unwrap:function(){return S.then(dc)}})}}return Object.assign(c,{pending:s,rejected:o,fulfilled:i,typePrefix:t})}return e.withTypes=function(){return e},e})();function dc(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function fc(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Jo="listener",Qo="completed",Zo="cancelled",$f="task-"+Zo,Bf="task-"+Qo,Hf=Jo+"-"+Zo,jf=Jo+"-"+Qo;var Kn="listenerMiddleware";var Ff=ke(Kn+"/add"),Vf=ke(Kn+"/removeAll"),Wf=ke(Kn+"/remove");var Go,Kf=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Go||(Go=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},pc=function(e){return function(t){setTimeout(t,e)}},Gf=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:pc(10);No();var hc=gr(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)}}}),_r=class extends hc(Object){};window.ftReduxStores||(window.ftReduxStores={});var ea=class e extends _r{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(Er(s))return s;if(i==null)return;let o=Xo({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=qo({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=Ht(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 vr;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=>{this.setState({[l]:i(u)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...t){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:t})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var Rr=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 ta=v(T()),Lr=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},xp=(0,ta.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(O)}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=>Rr.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Lr([(0,Gn.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),Lr([(0,Gn.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),Lr([En({store:O.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),Lr([En({store:O.name})],t.prototype,"uiLocale",void 0),t});var zn=class{addCommand(t,r=!1){O.commands.add(t,r)}consumeCommand(t){return O.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new zn;var te=v(T());var ra,Ct=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},mc=Symbol("clearAfterUnitTest"),Nr=class extends(0,te.withEventBus)(z){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[ra]=()=>{this.defaultMessages={},this.cache=new te.CacheRegistry,this.listeners={}},this.currentUiLocale=O.getState().uiLocale,O.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=O.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,te.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 te.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 te.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 Ct({loadedContexts:t})),this.dispatchEvent(new Ct({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new Ct({loadedContexts:[t]})),this.dispatchEvent(new Ct({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,te.delay)(0).then(()=>n()).catch(()=>null)))}};ra=mc;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Nr{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Nr{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var Ot=window.FluidTopicsI18nService,Pr=window.FluidTopicsCustomI18nService;var na=v(T()),qn=class{highlightHtml(t,r,n){(0,na.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new qn;var ia=v(T());var Yn=class{isDate(t){var r,n,i,s;return(s=(i=((n=(r=O.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 ia.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:O.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 Yn;var sa=v(T());var Gt=class{static get(t,r){var n,i;let s=O.getState(),{lang:o,region:a}=(i=(n=s.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&i!==void 0?i:{lang:"en",region:"US"};return new sa.SearchPlaceConverter(s.baseUrl,t??20,s.searchInAllLanguagesAllowed,r??`${o}-${a}`)}};var Xn=class{urlToSearchRequest(t){return Gt.get().parse(t)}searchRequestToUrl(t){return Gt.get().serialize(t)}};window.FluidTopicsUrlService=new Xn;var Ae=v(T());var ze=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};ze.eventName="change";var Jn=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))}},oa=new Jn;var kr=class e extends Ae.WithEventBus{static build(){return new e(window.history,oa,()=>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,Ae.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new ze(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(ze.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(ze.eventName,t)}currentItem(){return(0,Ae.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,Ae.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,Ae.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,Ae.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=kr.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 aa=v(H());var la=aa.css`
|
|
320
|
-
`;var da=
|
|
319
|
+
`}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 we.file_format:this.resolvedIcon=(t=y[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case we.material:this.resolvedIcon=this.value||$t.nothing;break;default:this.resolvedIcon=(r=yt[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};q.elementDefinitions={};q.styles=ro;Bt([(0,_e.property)()],q.prototype,"variant",void 0);Bt([(0,_e.property)()],q.prototype,"value",void 0);Bt([(0,_e.property)({reflect:!0,attribute:"aria-hidden"})],q.prototype,"ariaHidden",void 0);Bt([(0,_e.state)()],q.prototype,"resolvedIcon",void 0);Bt([(0,_e.query)("slot")],q.prototype,"slottedContent",void 0);var lo=g(T());var ao={"ft-icon":q};(0,lo.customElements)(ao);var Gn=g(j());var co=g(j(),1);var An=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function uo(e,t){return(0,co.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return Ht(e);try{return JSON.parse(r)}catch{return Ht(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:jt,...t??{}})}function Rl(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(!yr(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(!yr(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(!yr(e[o],t[o]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function yr(e,t){try{return Rl(e,t)}catch{return!1}}function jt(e,t){return!yr(e,t)}function Ht(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 fo=g(j(),1);var En=e=>{let t=e??{};return(r,n)=>{var i;let s={hasChanged:jt,attribute:!1,...t};(0,fo.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 gr=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 Ve=g(j(),1);var xr=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 ho=g(H(),1);var br=globalThis,Ll=br.ShadowRoot&&(br.ShadyCSS===void 0||br.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var po=(e,t)=>{if(Ll)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=br.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var Ar=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 po(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){An(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 mo(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 gt=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},xo,yo=Symbol("constructorPrototype"),vo=Symbol("constructorName"),bo=Symbol("exportpartsDebouncer"),go=Symbol("dynamicDependenciesLoaded"),vt=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};vt.eventName="exportparts-updated";var pe=class extends Ar{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[xo]=new xr(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[bo].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[vo]=this.constructor.name,this[yo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[vo]&&Object.setPrototypeOf(this,this[yo])}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[go]||(r[go]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(vt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(vt.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 vt)})}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=mo(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=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=(s=(i=f.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&s!==void 0?s:[],h=(a=(o=f.getAttribute("exportparts"))===null||o===void 0?void 0:o.split(",").map(x=>x.split(":")[1]))!==null&&a!==void 0?a:[],m=[...p,...h].filter(l).map(x=>x.trim());for(let x of m)u.add(x)}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(", ")}};xo=bo;gt([(0,Ve.property)()],pe.prototype,"exportpartsPrefix",void 0);gt([uo([])],pe.prototype,"exportpartsPrefixes",void 0);gt([(0,Ve.property)({reflect:!0})],pe.prototype,"exportparts",void 0);gt([(0,Ve.property)()],pe.prototype,"customStylesheet",void 0);gt([(0,Ve.property)()],pe.prototype,"elementToFocus",void 0);gt([(0,Ve.state)()],pe.prototype,"useAdoptedStyleSheets",void 0);function Er(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Ft=Symbol("internalReduxEventsUnsubscribers"),Re=Symbol("internalStoresUnsubscribers"),We=Symbol("internalStores"),Nl=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[We].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[We].values()][0]}getStore(o){return o==null?this.getUnnamedStore():this[We].get(o)}addStore(o,a){var l;a=(l=a??o.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[We].set(a,o),this.subscribeToStore(a,o),this.updateFromStores()}removeStore(o){let a=typeof o=="string"?o:o.name;this.unsubscribeFromStore(a),this[We].delete(a)}setupStores(){this.unsubscribeFromStores(),this[We].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[Re].has(o.store):this[Re].size>0)&&(this[a]=o.selector(c.getState(),this))}})}subscribeToStore(o,a){var l;this[Re].set(o,a.subscribe(()=>this.updateFromStores())),this[Ft].set(o,[]),Er(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[Ft].get(o).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(o)}unsubscribeFromStores(){this[Re].forEach((o,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(o){var a;this[Re].has(o)&&this[Re].get(o)(),this[Re].delete(o),(a=this[Ft].get(o))===null||a===void 0||a.forEach(l=>l()),this[Ft].delete(o)}onStoreAvailable(o){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=Re,r=We,n=Ft,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),Ao=class extends Nl(pe){};function ee(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,s;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map((function(o){return"'"+o+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function be(e){return!!e&&!!e[w]}function ce(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)===Bl})(e)||Array.isArray(e)||!!e[_o]||!!(!((t=e.constructor)===null||t===void 0)&&t[_o])||Nn(e)||Pn(e))}function Ke(e,t,r){r===void 0&&(r=!1),At(e)===0?(r?Object.keys:bt)(e).forEach((function(n){r&&typeof n=="symbol"||t(n,e[n],e)})):e.forEach((function(n,i){return t(i,n,e)}))}function At(e){var t=e[w];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Nn(e)?2:Pn(e)?3:0}function xt(e,t){return At(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Pl(e,t){return At(e)===2?e.get(t):e[t]}function Ro(e,t,r){var n=At(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function Lo(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Nn(e){return Ul&&e instanceof Map}function Pn(e){return $l&&e instanceof Set}function Le(e){return e.o||e.t}function kn(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=ko(e);delete t[w];for(var r=bt(t),n=0;n<r.length;n++){var i=r[n],s=t[i];s.writable===!1&&(s.writable=!0,s.configurable=!0),(s.get||s.set)&&(t[i]={configurable:!0,writable:!0,enumerable:s.enumerable,value:e[i]})}return Object.create(Object.getPrototypeOf(e),t)}function Dn(e,t){return t===void 0&&(t=!1),Mn(e)||be(e)||!ce(e)||(At(e)>1&&(e.set=e.add=e.clear=e.delete=kl),Object.freeze(e),t&&Ke(e,(function(r,n){return Dn(n,!0)}),!0)),e}function kl(){ee(2)}function Mn(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function he(e){var t=Ln[e];return t||ee(18,e),t}function Dl(e,t){Ln[e]||(Ln[e]=t)}function wn(){return Wt}function Sn(e,t){t&&(he("Patches"),e.u=[],e.s=[],e.v=t)}function Sr(e){_n(e),e.p.forEach(Ml),e.p=null}function _n(e){e===Wt&&(Wt=e.l)}function Eo(e){return Wt={p:[],l:Wt,h:e,m:!0,_:0}}function Ml(e){var t=e[w];t.i===0||t.i===1?t.j():t.g=!0}function Cn(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||he("ES5").S(t,e,n),n?(r[w].P&&(Sr(t),ee(4)),ce(e)&&(e=Cr(t,e),t.l||Or(t,e)),t.u&&he("Patches").M(r[w].t,e,t.u,t.s)):e=Cr(t,r,[]),Sr(t),t.u&&t.v(t.u,t.s),e!==Po?e:void 0}function Cr(e,t,r){if(Mn(t))return t;var n=t[w];if(!n)return Ke(t,(function(a,l){return So(e,n,t,a,l,r)}),!0),t;if(n.A!==e)return t;if(!n.P)return Or(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,s=i,o=!1;n.i===3&&(s=new Set(i),i.clear(),o=!0),Ke(s,(function(a,l){return So(e,n,i,a,l,r,o)})),Or(e,i,!1),r&&e.u&&he("Patches").N(n,r,e.u,e.s)}return n.o}function So(e,t,r,n,i,s,o){if(be(i)){var a=Cr(e,i,s&&t&&t.i!==3&&!xt(t.R,n)?s.concat(n):void 0);if(Ro(r,n,a),!be(a))return;e.m=!1}else o&&r.add(i);if(ce(i)&&!Mn(i)){if(!e.h.D&&e._<1)return;Cr(e,i),t&&t.A.l||Or(e,i)}}function Or(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&Dn(t,r)}function On(e,t){var r=e[w];return(r?Le(r):e)[t]}function Co(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 Ne(e){e.P||(e.P=!0,e.l&&Ne(e.l))}function Tn(e){e.o||(e.o=kn(e.t))}function Rn(e,t,r){var n=Nn(t)?he("MapSet").F(t,r):Pn(t)?he("MapSet").T(t,r):e.O?(function(i,s){var o=Array.isArray(i),a={i:o?1:0,A:s?s.A:wn(),P:!1,I:!1,R:{},l:s,t:i,k:null,o:null,j:null,C:!1},l=a,c=Kt;o&&(l=[a],c=Vt);var u=Proxy.revocable(l,c),d=u.revoke,f=u.proxy;return a.k=f,a.j=d,f})(t,r):he("ES5").J(t,r);return(r?r.A:wn()).p.push(n),n}function Il(e){return be(e)||ee(22,e),(function t(r){if(!ce(r))return r;var n,i=r[w],s=At(r);if(i){if(!i.P&&(i.i<4||!he("ES5").K(i)))return i.t;i.I=!0,n=Oo(r,s),i.I=!1}else n=Oo(r,s);return Ke(n,(function(o,a){i&&Pl(i.t,o)===a||Ro(n,o,t(a))})),s===3?new Set(n):n})(e)}function Oo(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return kn(e)}function No(){function e(o,a){var l=s[o];return l?l.enumerable=a:s[o]=l={configurable:!0,enumerable:a,get:function(){var c=this[w];return Kt.get(c,o)},set:function(c){var u=this[w];Kt.set(u,o,c)}},l}function t(o){for(var a=o.length-1;a>=0;a--){var l=o[a][w];if(!l.P)switch(l.i){case 5:n(l)&&Ne(l);break;case 4:r(l)&&Ne(l)}}}function r(o){for(var a=o.t,l=o.k,c=bt(l),u=c.length-1;u>=0;u--){var d=c[u];if(d!==w){var f=a[d];if(f===void 0&&!xt(a,d))return!0;var p=l[d],h=p&&p[w];if(h?h.t!==f:!Lo(p,f))return!0}}var m=!!a[w];return c.length!==bt(a).length+(m?0:1)}function n(o){var a=o.k;if(a.length!==o.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(o){o.g&&ee(3,JSON.stringify(Le(o)))}var s={};Dl("ES5",{J:function(o,a){var l=Array.isArray(o),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=ko(f);delete m[w];for(var x=bt(m),b=0;b<x.length;b++){var A=x[b];m[A]=e(A,d||!!m[A].enumerable)}return Object.create(Object.getPrototypeOf(f),m)})(l,o),u={i:l?5:4,A:a?a.A:wn(),P:!1,I:!1,R:{},l:a,t:o,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,w,{value:u,writable:!0}),c},S:function(o,a,l){l?be(a)&&a[w].A===o&&t(o.p):(o.u&&(function c(u){if(u&&typeof u=="object"){var d=u[w];if(d){var f=d.t,p=d.k,h=d.R,m=d.i;if(m===4)Ke(p,(function(C){C!==w&&(f[C]!==void 0||xt(f,C)?h[C]||c(p[C]):(h[C]=!0,Ne(d)))})),Ke(f,(function(C){p[C]!==void 0||xt(p,C)||(h[C]=!1,Ne(d))}));else if(m===5){if(n(d)&&(Ne(d),h.length=!0),p.length<f.length)for(var x=p.length;x<f.length;x++)h[x]=!1;else for(var b=f.length;b<p.length;b++)h[b]=!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])}}}})(o.p[0]),t(o.p))},K:function(o){return o.i===4?r(o):n(o)}})}var To,Wt,In=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Ul=typeof Map<"u",$l=typeof Set<"u",wo=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Po=In?Symbol.for("immer-nothing"):((To={})["immer-nothing"]=!0,To),_o=In?Symbol.for("immer-draftable"):"__$immer_draftable",w=In?Symbol.for("immer-state"):"__$immer_state";var Bl=""+Object.prototype.constructor,bt=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,ko=Object.getOwnPropertyDescriptors||function(e){var t={};return bt(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},Ln={},Kt={get:function(e,t){if(t===w)return e;var r=Le(e);if(!xt(r,t))return(function(i,s,o){var a,l=Co(s,o);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||!ce(n)?n:n===On(e.t,t)?(Tn(e),e.o[t]=Rn(e.A.h,n,e)):n},has:function(e,t){return t in Le(e)},ownKeys:function(e){return Reflect.ownKeys(Le(e))},set:function(e,t,r){var n=Co(Le(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var i=On(Le(e),t),s=i?.[w];if(s&&s.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(Lo(r,i)&&(r!==void 0||xt(e.t,t)))return!0;Tn(e),Ne(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 On(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,Tn(e),Ne(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Le(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){ee(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){ee(12)}},Vt={};Ke(Kt,(function(e,t){Vt[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),Vt.deleteProperty=function(e,t){return Vt.set.call(this,e,t,void 0)},Vt.set=function(e,t,r){return Kt.set.call(this,e[0],t,r,e[0])};var Hl=(function(){function e(r){var n=this;this.O=wo,this.D=!0,this.produce=function(i,s,o){if(typeof i=="function"&&typeof s!="function"){var a=s;s=i;var l=n;return function(m){var x=this;m===void 0&&(m=a);for(var b=arguments.length,A=Array(b>1?b-1:0),S=1;S<b;S++)A[S-1]=arguments[S];return l.produce(m,(function(C){var k;return(k=s).call.apply(k,[x,C].concat(A))}))}}var c;if(typeof s!="function"&&ee(6),o!==void 0&&typeof o!="function"&&ee(7),ce(i)){var u=Eo(n),d=Rn(n,i,void 0),f=!0;try{c=s(d),f=!1}finally{f?Sr(u):_n(u)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(m){return Sn(u,o),Cn(m,u)}),(function(m){throw Sr(u),m})):(Sn(u,o),Cn(c,u))}if(!i||typeof i!="object"){if((c=s(i))===void 0&&(c=i),c===Po&&(c=void 0),n.D&&Dn(c,!0),o){var p=[],h=[];he("Patches").M(i,c,p,h),o(p,h)}return c}ee(21,i)},this.produceWithPatches=function(i,s){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 o,a,l=n.produce(i,s,(function(c,u){o=c,a=u}));return typeof Promise<"u"&&l instanceof Promise?l.then((function(c){return[c,o,a]})):[l,o,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){ce(r)||ee(8),be(r)&&(r=Il(r));var n=Eo(this),i=Rn(this,r,void 0);return i[w].C=!0,_n(n),i},t.finishDraft=function(r,n){var i=r&&r[w],s=i.A;return Sn(s,n),Cn(void 0,s)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!wo&&ee(20),this.O=r},t.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var s=n[i];if(s.path.length===0&&s.op==="replace"){r=s.value;break}}i>-1&&(n=n.slice(i+1));var o=he("Patches").$;return be(r)?o(r,n):this.produce(r,(function(a){return o(a,n)}))},e})(),Y=new Hl,jl=Y.produce,uf=Y.produceWithPatches.bind(Y),df=Y.setAutoFreeze.bind(Y),ff=Y.setUseProxies.bind(Y),pf=Y.applyPatches.bind(Y),hf=Y.createDraft.bind(Y),mf=Y.finishDraft.bind(Y),Tr=jl;function Ge(e){"@babel/helpers - typeof";return Ge=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},Ge(e)}function Do(e,t){if(Ge(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(Ge(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Mo(e){var t=Do(e,"string");return Ge(t)=="symbol"?t:t+""}function Io(e,t,r){return(t=Mo(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Uo(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 Un(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Uo(Object(r),!0).forEach(function(n){Io(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Uo(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function $(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 $o=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),$n=function(){return Math.random().toString(36).substring(7).split("").join(".")},wr={INIT:"@@redux/INIT"+$n(),REPLACE:"@@redux/REPLACE"+$n(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+$n()}};function Fl(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 Bn(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error($(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error($(1));return r(Bn)(e,t)}if(typeof e!="function")throw new Error($(2));var i=e,s=t,o=[],a=o,l=!1;function c(){a===o&&(a=o.slice())}function u(){if(l)throw new Error($(3));return s}function d(m){if(typeof m!="function")throw new Error($(4));if(l)throw new Error($(5));var x=!0;return c(),a.push(m),function(){if(x){if(l)throw new Error($(6));x=!1,c();var A=a.indexOf(m);a.splice(A,1),o=null}}}function f(m){if(!Fl(m))throw new Error($(7));if(typeof m.type>"u")throw new Error($(8));if(l)throw new Error($(9));try{l=!0,s=i(s,m)}finally{l=!1}for(var x=o=a,b=0;b<x.length;b++){var A=x[b];A()}return m}function p(m){if(typeof m!="function")throw new Error($(10));i=m,f({type:wr.REPLACE})}function h(){var m,x=d;return m={subscribe:function(A){if(typeof A!="object"||A===null)throw new Error($(11));function S(){A.next&&A.next(u())}S();var C=x(S);return{unsubscribe:C}}},m[$o]=function(){return this},m}return f({type:wr.INIT}),n={dispatch:f,subscribe:d,getState:u,replaceReducer:p},n[$o]=h,n}function Vl(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:wr.INIT});if(typeof n>"u")throw new Error($(12));if(typeof r(void 0,{type:wr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error($(13))})}function Bo(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 s=Object.keys(r),o,a;try{Vl(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<s.length;h++){var m=s[h],x=r[m],b=c[m],A=x(b,u);if(typeof A>"u"){var S=u&&u.type;throw new Error($(14))}p[m]=A,f=f||A!==b}return f=f||s.length!==Object.keys(c).length,f?p:c}}function Et(){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 Ho(){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),s=function(){throw new Error($(15))},o={getState:i.getState,dispatch:function(){return s.apply(void 0,arguments)}},a=t.map(function(l){return l(o)});return s=Et.apply(void 0,a)(i.dispatch),Un(Un({},i),{},{dispatch:s})}}}function jo(e){var t=function(n){var i=n.dispatch,s=n.getState;return function(o){return function(a){return typeof a=="function"?a(i,s,e):o(a)}}};return t}var Fo=jo();Fo.withExtraArgument=jo;var Hn=Fo;var zo=(function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(n[s]=i[s])},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)}})(),Wl=function(e,t){var r={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;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&&(s=c[0]&2?i.return:c[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,c[1])).done)return s;switch(i=0,s&&(c=[c[0]&2,s.value]),c[0]){case 0:case 1:s=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(s=r.trys,!(s=s.length>0&&s[s.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!s||c[1]>s[0]&&c[1]<s[3])){r.label=c[1];break}if(c[0]===6&&r.label<s[1]){r.label=s[1],s=c;break}if(s&&r.label<s[2]){r.label=s[2],r.ops.push(c);break}s[2]&&r.ops.pop(),r.trys.pop();continue}c=t.call(e,r)}catch(u){c=[6,u],i=0}finally{n=s=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},St=function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e},Kl=Object.defineProperty,Gl=Object.defineProperties,zl=Object.getOwnPropertyDescriptors,Vo=Object.getOwnPropertySymbols,ql=Object.prototype.hasOwnProperty,Yl=Object.prototype.propertyIsEnumerable,Wo=function(e,t,r){return t in e?Kl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},Pe=function(e,t){for(var r in t||(t={}))ql.call(t,r)&&Wo(e,r,t[r]);if(Vo)for(var n=0,i=Vo(t);n<i.length;n++){var r=i[n];Yl.call(t,r)&&Wo(e,r,t[r])}return e},jn=function(e,t){return Gl(e,zl(t))},Xl=function(e,t,r){return new Promise(function(n,i){var s=function(l){try{a(r.next(l))}catch(c){i(c)}},o=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(s,o)};a((r=r.apply(e,t)).next())})};var Jl=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Et:Et.apply(null,arguments)},kf=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function Ql(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 ke(e,t){function r(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(t){var s=t.apply(void 0,n);if(!s)throw new Error("prepareAction did not return an object");return Pe(Pe({type:e,payload:s.payload},"meta"in s&&{meta:s.meta}),"error"in s&&{error:s.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 Zl=(function(e){zo(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,St([void 0],r[0].concat(this)))):new(t.bind.apply(t,St([void 0],r.concat(this))))},t})(Array),ec=(function(e){zo(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,St([void 0],r[0].concat(this)))):new(t.bind.apply(t,St([void 0],r.concat(this))))},t})(Array);function Wn(e){return ce(e)?Tr(e,function(){}):e}function tc(e){return typeof e=="boolean"}function rc(){return function(t){return nc(t)}}function nc(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,i=n===void 0?!0:n,s=e.serializableCheck,o=s===void 0?!0:s,a=e.actionCreatorCheck,l=a===void 0?!0:a,c=new Zl;if(r&&(tc(r)?c.push(Hn):c.push(Hn.withExtraArgument(r.extraArgument))),0){if(i)var u;if(o)var d;if(l)var f}return c}var Fn=!0;function qo(e){var t=rc(),r=e||{},n=r.reducer,i=n===void 0?void 0:n,s=r.middleware,o=s===void 0?t():s,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(Ql(i))p=Bo(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=o;if(typeof h=="function"&&(h=h(t),!Fn&&!Array.isArray(h)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Fn&&h.some(function(C){return typeof C!="function"}))throw new Error("each middleware provided to configureStore must be a function");var m=Ho.apply(void 0,h),x=Et;l&&(x=Jl(Pe({trace:!Fn},typeof l=="object"&&l)));var b=new ec(m),A=b;Array.isArray(f)?A=St([m],f):typeof f=="function"&&(A=f(b));var S=x.apply(void 0,A);return Bn(p,u,S)}function Yo(e){var t={},r=[],n,i={addCase:function(s,o){var a=typeof s=="string"?s:s.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]=o,i},addMatcher:function(s,o){return r.push({matcher:s,reducer:o}),i},addDefaultCase:function(s){return n=s,i}};return e(i),[t,r,n]}function ic(e){return typeof e=="function"}function sc(e,t,r,n){r===void 0&&(r=[]);var i=typeof t=="function"?Yo(t):[t,r,n],s=i[0],o=i[1],a=i[2],l;if(ic(e))l=function(){return Wn(e())};else{var c=Wn(e);l=function(){return c}}function u(d,f){d===void 0&&(d=l());var p=St([s[f.type]],o.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(be(h)){var x=h,b=m(x,f);return b===void 0?h:b}else{if(ce(h))return Tr(h,function(A){return m(A,f)});var b=m(h,f);if(b===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return b}return h},d)}return u.getInitialState=l,u}function oc(e,t){return e+"/"+t}function Xo(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:Wn(e.initialState),n=e.reducers||{},i=Object.keys(n),s={},o={},a={};i.forEach(function(u){var d=n[u],f=oc(t,u),p,h;"reducer"in d?(p=d.reducer,h=d.prepare):p=d,s[u]=p,o[f]=p,a[u]=h?ke(f,h):ke(f)});function l(){var u=typeof e.extraReducers=="function"?Yo(e.extraReducers):[e.extraReducers],d=u[0],f=d===void 0?{}:d,p=u[1],h=p===void 0?[]:p,m=u[2],x=m===void 0?void 0:m,b=Pe(Pe({},f),o);return sc(r,function(A){for(var S in b)A.addCase(S,b[S]);for(var C=0,k=h;C<k.length;C++){var L=k[C];A.addMatcher(L.matcher,L.reducer)}x&&A.addDefaultCase(x)})}var c;return{name:t,reducer:function(u,d){return c||(c=l()),c(u,d)},actions:a,caseReducers:s,getInitialState:function(){return c||(c=l()),c.getInitialState()}}}var ac="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",lc=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=ac[Math.random()*64|0];return t},cc=["name","message","stack","code"],Vn=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Ko=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),uc=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=cc;r<n.length;r++){var i=n[r];typeof e[i]=="string"&&(t[i]=e[i])}return t}return{message:String(e)}},Uf=(function(){function e(t,r,n){var i=ke(t+"/fulfilled",function(u,d,f,p){return{payload:u,meta:jn(Pe({},p||{}),{arg:f,requestId:d,requestStatus:"fulfilled"})}}),s=ke(t+"/pending",function(u,d,f){return{payload:void 0,meta:jn(Pe({},f||{}),{arg:d,requestId:u,requestStatus:"pending"})}}),o=ke(t+"/rejected",function(u,d,f,p,h){return{payload:p,error:(n&&n.serializeError||uc)(u||"Rejected"),meta:jn(Pe({},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):lc(),m=new l,x,b=!1;function A(C){x=C,m.abort()}var S=(function(){return Xl(this,null,function(){var C,k,L,Se,Zr,Ce,K;return Wl(this,function(J){switch(J.label){case 0:return J.trys.push([0,4,,5]),Se=(C=n?.condition)==null?void 0:C.call(n,u,{getState:f,extra:p}),fc(Se)?[4,Se]:[3,2];case 1:Se=J.sent(),J.label=2;case 2:if(Se===!1||m.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=!0,Zr=new Promise(function(G,Ue){return m.signal.addEventListener("abort",function(){return Ue({name:"AbortError",message:x||"Aborted"})})}),d(s(h,u,(k=n?.getPendingMeta)==null?void 0:k.call(n,{requestId:h,arg:u},{getState:f,extra:p}))),[4,Promise.race([Zr,Promise.resolve(r(u,{dispatch:d,getState:f,extra:p,requestId:h,signal:m.signal,abort:A,rejectWithValue:function(G,Ue){return new Vn(G,Ue)},fulfillWithValue:function(G,Ue){return new Ko(G,Ue)}})).then(function(G){if(G instanceof Vn)throw G;return G instanceof Ko?i(G.payload,h,u,G.meta):i(G,h,u)})])];case 3:return L=J.sent(),[3,5];case 4:return Ce=J.sent(),L=Ce instanceof Vn?o(null,h,u,Ce.payload,Ce.meta):o(Ce,h,u),[3,5];case 5:return K=n&&!n.dispatchConditionRejection&&o.match(L)&&L.meta.condition,K||d(L),[2,L]}})})})();return Object.assign(S,{abort:A,requestId:h,arg:u,unwrap:function(){return S.then(dc)}})}}return Object.assign(c,{pending:s,rejected:o,fulfilled:i,typePrefix:t})}return e.withTypes=function(){return e},e})();function dc(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function fc(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Jo="listener",Qo="completed",Zo="cancelled",$f="task-"+Zo,Bf="task-"+Qo,Hf=Jo+"-"+Zo,jf=Jo+"-"+Qo;var Kn="listenerMiddleware";var Ff=ke(Kn+"/add"),Vf=ke(Kn+"/removeAll"),Wf=ke(Kn+"/remove");var Go,Kf=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Go||(Go=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},pc=function(e){return function(t){setTimeout(t,e)}},Gf=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:pc(10);No();var hc=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)}}}),_r=class extends hc(Object){};window.ftReduxStores||(window.ftReduxStores={});var ea=class e extends _r{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(Er(s))return s;if(i==null)return;let o=Xo({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=qo({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=Ht(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 gr;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=>{this.setState({[l]:i(u)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...t){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:t})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var Rr=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 ta=g(T()),Lr=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},xp=(0,ta.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(O)}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=>Rr.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Lr([(0,Gn.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),Lr([(0,Gn.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),Lr([En({store:O.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),Lr([En({store:O.name})],t.prototype,"uiLocale",void 0),t});var zn=class{addCommand(t,r=!1){O.commands.add(t,r)}consumeCommand(t){return O.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new zn;var te=g(T());var ra,Ct=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},mc=Symbol("clearAfterUnitTest"),Nr=class extends(0,te.withEventBus)(z){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[ra]=()=>{this.defaultMessages={},this.cache=new te.CacheRegistry,this.listeners={}},this.currentUiLocale=O.getState().uiLocale,O.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=O.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,te.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 te.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 te.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 Ct({loadedContexts:t})),this.dispatchEvent(new Ct({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new Ct({loadedContexts:[t]})),this.dispatchEvent(new Ct({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,te.delay)(0).then(()=>n()).catch(()=>null)))}};ra=mc;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Nr{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Nr{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var Ot=window.FluidTopicsI18nService,Pr=window.FluidTopicsCustomI18nService;var na=g(T()),qn=class{highlightHtml(t,r,n){(0,na.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new qn;var ia=g(T());var Yn=class{isDate(t){var r,n,i,s;return(s=(i=((n=(r=O.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 ia.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:O.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 Yn;var sa=g(T());var Gt=class{static get(t,r){var n,i,s,o;let a=O.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 sa.SearchPlaceConverter(a.baseUrl,t??20,(o=a.localesConfiguration)===null||o===void 0?void 0:o.allLanguagesAllowed,r??`${l}-${c}`)}};var Xn=class{urlToSearchRequest(t){return Gt.get().parse(t)}searchRequestToUrl(t){return Gt.get().serialize(t)}};window.FluidTopicsUrlService=new Xn;var Ae=g(T());var ze=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};ze.eventName="change";var Jn=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))}},oa=new Jn;var kr=class e extends Ae.WithEventBus{static build(){return new e(window.history,oa,()=>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,Ae.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new ze(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(ze.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(ze.eventName,t)}currentItem(){return(0,Ae.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,Ae.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,Ae.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,Ae.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=kr.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 aa=g(H());var la=aa.css`
|
|
320
|
+
`;var da=g(H()),X=g(j()),Xe=g(T());var qe=g(T());function ca(e,t){let{authenticationRequired:r,session:n}=O.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(t):e()}var Dr=class extends mt{async updateUiLocale(t){return(await this.awaitApi).updateUiLocale(t)}};var Qn=class e extends qe.FtStateManager{static build(t){return new e(O,t)}constructor(t,r){super(),this.store=t,this.cache=new qe.CacheRegistry,this.withManualResources=!0,this.userLocaleService=new Dr,this.cleanSessionDebouncer=new qe.Debouncer,this.reloadDebouncer=new qe.Debouncer(500),this.apiProvider=r??(()=>je.get())}setWithManualResources(t){this.withManualResources=t,this.updateIfNeeded()}async initService(){this.store.addEventListener(ht.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",()=>ca(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((t=r.contentLocales)!==null&&t!==void 0?t:[])}reloadConfiguration(){var t;(t=this.cache)===null||t===void 0||t.clear("availableContentLocales"),typeof this.updateAvailableContentLocales=="function"&&this.updateAvailableContentLocales()}setBaseUrl(t){this.store.actions.baseUrl(t),window.fluidTopicsBaseUrl=t}setApiIntegrationIdentifier(t){this.store.actions.apiIntegrationIdentifier(t)}setApiIntegrationAppVersion(t){this.store.actions.apiIntegrationAppVersion(t)}setUiLocale(t){this.store.actions.uiLocale(t)}setLocalesConfiguration(t){this.store.actions.localesConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setAvailableContentLocales(t){this.store.actions.availableContentLocales(t),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(t){this.userLocaleService.updateUiLocale({uiLocale:t}).then(r=>{r.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new It(r)))}).catch(()=>{})}setMetadataConfiguration(t){this.store.actions.metadataConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setNoCustom(t){this.store.actions.noCustom(t)}setEditorMode(t){this.store.actions.editorMode(t)}setNoCustomComponent(t){this.store.actions.noCustomComponent(t)}setSession(t){this.store.actions.session(t),setTimeout(()=>this.updateIfNeeded())}setOpenExternalDocumentInNewTab(t){this.store.actions.openExternalDocumentInNewTab(t)}setNavigatorOnline(t){this.store.actions.navigatorOnline(t)}setForcedOffline(t){this.store.actions.forcedOffline(t)}setAuthenticationRequired(t){this.store.actions.authenticationRequired(t)}},ua=Qn.build();var Ye=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 zt=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 Ye(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 B=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},R=class extends Xe.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 zt}render(){return da.html`
|
|
321
321
|
<slot></slot>
|
|
322
|
-
`}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(t){var r;super.update(t),t.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),t.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),t.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),t.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),t.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),t.has("session")&&this.stateManager.setSession(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>Ot.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())}};R.elementDefinitions={};R.styles=la;B([(0,X.property)()],R.prototype,"baseUrl",void 0);B([(0,X.property)()],R.prototype,"apiIntegrationIdentifier",void 0);B([(0,X.property)()],R.prototype,"apiIntegrationAppVersion",void 0);B([(0,X.property)()],R.prototype,"uiLocale",void 0);B([(0,Xe.jsonProperty)(null)],R.prototype,"availableUiLocales",void 0);B([(0,Xe.jsonProperty)(null)],R.prototype,"metadataConfiguration",void 0);B([(0,X.property)({type:Boolean})],R.prototype,"editorMode",void 0);B([(0,X.property)({type:Boolean})],R.prototype,"noCustom",void 0);B([(0,X.property)({type:Boolean})],R.prototype,"openExternalDocumentInNewTab",void 0);B([(0,X.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],R.prototype,"noCustomComponent",void 0);B([(0,X.property)({type:Boolean})],R.prototype,"withManualResources",void 0);B([(0,X.property)({type:Boolean})],R.prototype,"navigatorOnline",void 0);B([(0,X.property)({type:Boolean})],R.prototype,"forcedOffline",void 0);B([(0,X.property)({type:Boolean})],R.prototype,"authenticationRequired",void 0);B([(0,Xe.jsonProperty)([])],R.prototype,"messageContexts",void 0);B([(0,Xe.jsonProperty)(void 0)],R.prototype,"session",void 0);var pa=
|
|
323
|
-
`;var Hr=
|
|
322
|
+
`}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(t){var r;super.update(t),t.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),t.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),t.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),t.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),t.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),t.has("session")&&this.stateManager.setSession(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>Ot.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())}};R.elementDefinitions={};R.styles=la;B([(0,X.property)()],R.prototype,"baseUrl",void 0);B([(0,X.property)()],R.prototype,"apiIntegrationIdentifier",void 0);B([(0,X.property)()],R.prototype,"apiIntegrationAppVersion",void 0);B([(0,X.property)()],R.prototype,"uiLocale",void 0);B([(0,Xe.jsonProperty)(null)],R.prototype,"availableUiLocales",void 0);B([(0,Xe.jsonProperty)(null)],R.prototype,"metadataConfiguration",void 0);B([(0,X.property)({type:Boolean})],R.prototype,"editorMode",void 0);B([(0,X.property)({type:Boolean})],R.prototype,"noCustom",void 0);B([(0,X.property)({type:Boolean})],R.prototype,"openExternalDocumentInNewTab",void 0);B([(0,X.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],R.prototype,"noCustomComponent",void 0);B([(0,X.property)({type:Boolean})],R.prototype,"withManualResources",void 0);B([(0,X.property)({type:Boolean})],R.prototype,"navigatorOnline",void 0);B([(0,X.property)({type:Boolean})],R.prototype,"forcedOffline",void 0);B([(0,X.property)({type:Boolean})],R.prototype,"authenticationRequired",void 0);B([(0,Xe.jsonProperty)([])],R.prototype,"messageContexts",void 0);B([(0,Xe.jsonProperty)(void 0)],R.prototype,"session",void 0);var pa=g(T());var fa={"ft-app-context":R};(0,pa.customElements)(fa);var Mr=class e{static build(t){return new e(t)}static buildCustom(t){return new e(t,!0)}static fromGwt(t){return new e(t)}get service(){return this.custom?Pr:Ot}constructor(t,r=!1){this.name=t,this.custom=r,this.properties=new Proxy({},{get:(n,i)=>{let s=i;return o=>({context:this.name,key:s,custom:this.custom,args:typeof o=="function"?void 0:o,argsProvider:typeof o=="function"?o:void 0})}}),this.messages=new Proxy({},{get:(n,i)=>(...s)=>this.service.resolveMessage(this.name,i,...s)}),this.rawMessages=new Proxy({},{get:(n,i)=>this.service.resolveRawMessage(this.name,i)}),this.keys=new Proxy({},{get:(n,i)=>()=>i}),this.attributes=new Proxy({},{get:(n,i)=>()=>({context:this.name,key:i,message:this.service.resolveRawMessage(this.name,i)})})}};var wt=g(T());var ha=g(j());var Zn=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-]+$/)}},Tt=new Zn;var gc=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},Yt=Symbol("i18nAttributes"),ma=Symbol("i18nListAttributes"),ya=Symbol("i18nProperties"),Ir=Symbol("i18nContexts"),qt=Symbol("i18nUnsubs"),Br=(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?Pr:Ot}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 f=u??(d?d(this):[]);return this.getI18nService(c).resolveMessage(o,a,...f)}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(Tt.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,f)=>f?.context&&f.key&&s(u,d,f)?{...f,message:this.i18n({context:f.context,key:f.key,custom:f.custom,...u})}:f;(o=this[Yt])===null||o===void 0||o.forEach((u,d)=>l[d]=c(u,d,l[d])),(a=this[ma])===null||a===void 0||a.forEach((u,d)=>{var f;return l[d]=(f=l[d])===null||f===void 0?void 0:f.map(p=>c(u,d,p))})}updateI18nProperties(s){var o;(o=this[ya])===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[Ir].set(l,{isCustomContext:a}),this[qt].has(l)||this[qt].set(l,this.getI18nService(a).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(a).prepareContext(l,o)}hasI18nContext(s){return this[Ir].has(s.toLowerCase())}connectedCallback(){super.connectedCallback(),this[Ir].forEach((s,o)=>this.addI18nContext(o,void 0,s.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[qt].forEach(s=>s()),this[qt].clear()}}return t=Ir,r=qt,gc([(0,ha.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),Ur=class extends Br(wt.FtLitElement){},$r=class extends Br(wt.FtLitElementRedux){};var va=g(H());var ga=va.css`
|
|
323
|
+
`;var Hr=g(H()),jr=g(j()),Fr=g(T());var Xt=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},ue=class extends $r{constructor(){super(),this.editorMode=!1,this.addStore(O)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":Hr.nothing:Hr.html`
|
|
324
324
|
<span class="ft-i18n">
|
|
325
325
|
${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
|
|
326
326
|
</span>
|
|
327
|
-
`}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:""})}};ue.elementDefinitions={};ue.styles=
|
|
327
|
+
`}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:""})}};ue.elementDefinitions={};ue.styles=ga;Xt([(0,Fr.redux)()],ue.prototype,"editorMode",void 0);Xt([(0,jr.property)()],ue.prototype,"context",void 0);Xt([(0,jr.property)()],ue.prototype,"key",void 0);Xt([(0,Fr.jsonProperty)([])],ue.prototype,"args",void 0);Xt([(0,jr.property)()],ue.prototype,"defaultMessage",void 0);var ba=g(T());var xa={"ft-i18n":ue};(0,ba.customElements)(xa);var Jt=Mr.build("readerSavedBookmarksComponent"),Aa={bookmarks:"Bookmarks",bookmarkMissingFromToc:"This bookmark refer to a topic that no longer exists."};var rl=g(H()),se=g(j()),ie=g(T());var Ea=g(H()),De=g(T()),Qt={distance:De.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:De.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:De.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:De.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",De.designSystemVariables.borderRadiusS),maxWidth:De.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Sa=Ea.css`
|
|
328
328
|
.ft-tooltip--container {
|
|
329
329
|
display: block;
|
|
330
330
|
}
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
position: relative;
|
|
356
356
|
word-break: break-word;
|
|
357
357
|
}
|
|
358
|
-
`;var Oa=["top","right","bottom","left"],Ca=["start","end"],ti=Oa.reduce((e,t)=>e.concat(t,t+"-"+Ca[0],t+"-"+Ca[1]),[]),Zt=Math.min,Me=Math.max,er=Math.round;var de=e=>({x:e,y:e}),xc={left:"right",right:"left",bottom:"top",top:"bottom"};function Ta(e,t,r){return Me(e,Zt(t,r))}function Vr(e,t){return typeof e=="function"?e(t):e}function tr(e){return e.split("-")[0]}function Ie(e){return e.split("-")[1]}function ri(e){return e==="x"?"y":"x"}function ni(e){return e==="y"?"height":"width"}function Wr(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function ii(e){return ri(Wr(e))}function wa(e,t,r){r===void 0&&(r=!1);let n=Ie(e),i=ii(e),s=ni(i),o=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=ei(o)),[o,ei(o)]}function _a(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function ei(e){let t=tr(e);return xc[t]+e.slice(t.length)}function bc(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 Ra(e){return typeof e!="number"?bc(e):{top:e,right:e,bottom:e,left:e}}function Je(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 La(e,t,r){let{reference:n,floating:i}=e,s=Wr(t),o=ii(t),a=ni(o),l=tr(t),c=s==="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=Ie(t);return h&&(p[o]+=f*(h==="end"?1:-1)*(r&&c?-1:1)),p}async function Na(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:f=!1,padding:p=0}=Vr(t,e),h=Ra(p),x=a[f?d==="floating"?"reference":"floating":d],b=Je(await s.getClippingRect({element:(r=await(s.isElement==null?void 0:s.isElement(x)))==null||r?x:x.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),A=d==="floating"?{x:n,y:i,width:o.floating.width,height:o.floating.height}:o.reference,S=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),C=await(s.isElement==null?void 0:s.isElement(S))&&await(s.getScale==null?void 0:s.getScale(S))||{x:1,y:1},k=Je(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:A,offsetParent:S,strategy:l}):A);return{top:(b.top-k.top+h.top)/C.y,bottom:(k.bottom-b.bottom+h.bottom)/C.y,left:(b.left-k.left+h.left)/C.x,right:(k.right-b.right+h.right)/C.x}}var Ac=50,Pa=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:s=[],platform:o}=r,a=o.detectOverflow?o:{...o,detectOverflow:Na},l=await(o.isRTL==null?void 0:o.isRTL(t)),c=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=La(c,n,l),f=n,p=0,h={};for(let m=0;m<s.length;m++){let x=s[m];if(!x)continue;let{name:b,fn:A}=x,{x:S,y:C,data:k,reset:L}=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=C??d,h[b]={...h[b],...k},L&&p<Ac&&(p++,typeof L=="object"&&(L.placement&&(f=L.placement),L.rects&&(c=L.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):L.rects),{x:u,y:d}=La(c,f,l)),m=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:h}};function Ec(e,t,r){return(e?[...r.filter(i=>Ie(i)===e),...r.filter(i=>Ie(i)!==e)]:r.filter(i=>tr(i)===i)).filter(i=>e?Ie(i)===e||(t?_a(i)!==i:!1):!0)}var ka=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:f=ti,autoAlignment:p=!0,...h}=Vr(e,t),m=d!==void 0||f===ti?Ec(d||null,p,f):f,x=((r=o.autoPlacement)==null?void 0:r.index)||0,b=m[x];if(b==null)return{};if(a!==b)return{reset:{placement:m[0]}};let A=await l.detectOverflow(t,h),S=wa(b,s,await(l.isRTL==null?void 0:l.isRTL(c.floating))),C=[A[tr(b)],A[S[0]],A[S[1]]],k=[...((n=o.autoPlacement)==null?void 0:n.overflows)||[],{placement:b,overflows:C}],L=m[x+1];if(L)return{data:{index:x+1,overflows:k},reset:{placement:L}};let Se=k.map(K=>{let J=Ie(K.placement);return[K.placement,J&&u?K.overflows.slice(0,2).reduce((G,Ue)=>G+Ue,0):K.overflows[0],K.overflows]}).sort((K,J)=>K[1]-J[1]),Ce=((i=Se.filter(K=>K[2].slice(0,Ie(K[0])?2:3).every(J=>J<=0))[0])==null?void 0:i[0])||Se[0][0];return Ce!==a?{data:{index:x+1,overflows:k},reset:{placement:Ce}}:{}}}};var Da=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:A=>{let{x:S,y:C}=A;return{x:S,y:C}}},...c}=Vr(e,t),u={x:r,y:n},d=await s.detectOverflow(t,c),f=Wr(i),p=ri(f),h=u[p],m=u[f],x=(A,S)=>Ta(S+d[A==="y"?"top":"left"],S,S-d[A==="y"?"bottom":"right"]);o&&(h=x(p,h)),a&&(m=x(f,m));let b=l.fn({...t,[p]:h,[f]:m});return{...b,data:{x:b.x-r,y:b.y-n,enabled:{[p]:o,[f]:a}}}}}};function Gr(){return typeof window<"u"}function Ze(e){return Ia(e)?(e.nodeName||"").toLowerCase():"#document"}function W(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function me(e){var t;return(t=(Ia(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Ia(e){return Gr()?e instanceof Node||e instanceof W(e).Node:!1}function re(e){return Gr()?e instanceof Element||e instanceof W(e).Element:!1}function ye(e){return Gr()?e instanceof HTMLElement||e instanceof W(e).HTMLElement:!1}function Ma(e){return!Gr()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof W(e).ShadowRoot}function _t(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=ne(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function Ua(e){return/^(table|td|th)$/.test(Ze(e))}function rr(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var Sc=/transform|translate|scale|rotate|perspective|filter/,Cc=/paint|layout|strict|content/,Qe=e=>!!e&&e!=="none",si;function Rt(e){let t=re(e)?ne(e):e;return Qe(t.transform)||Qe(t.translate)||Qe(t.scale)||Qe(t.rotate)||Qe(t.perspective)||!zr()&&(Qe(t.backdropFilter)||Qe(t.filter))||Sc.test(t.willChange||"")||Cc.test(t.contain||"")}function $a(e){let t=Ee(e);for(;ye(t)&&!et(t);){if(Rt(t))return t;if(rr(t))return null;t=Ee(t)}return null}function zr(){return si==null&&(si=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),si}function et(e){return/^(html|body|#document)$/.test(Ze(e))}function ne(e){return W(e).getComputedStyle(e)}function nr(e){return re(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ee(e){if(Ze(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Ma(e)&&e.host||me(e);return Ma(t)?t.host:t}function Ba(e){let t=Ee(e);return et(t)?(e.ownerDocument||e).body:ye(t)&&_t(t)?t:Ba(t)}function Kr(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=Ba(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=W(i);if(s){let a=qr(o);return t.concat(o,o.visualViewport||[],_t(i)?i:[],a&&r?Kr(a):[])}else return t.concat(i,Kr(i,[],r))}function qr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Va(e){let t=ne(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=ye(e),s=i?e.offsetWidth:r,o=i?e.offsetHeight:n,a=er(r)!==s||er(n)!==o;return a&&(r=s,n=o),{width:r,height:n,$:a}}function Wa(e){return re(e)?e:e.contextElement}function Lt(e){let t=Wa(e);if(!ye(t))return de(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:s}=Va(t),o=(s?er(r.width):r.width)/n,a=(s?er(r.height):r.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}var Oc=de(0);function Ka(e){let t=W(e);return!zr()||!t.visualViewport?Oc:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Tc(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==W(e)?!1:t}function ir(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),s=Wa(e),o=de(1);t&&(n?re(n)&&(o=Lt(n)):o=Lt(e));let a=Tc(s,r,n)?Ka(s):de(0),l=(i.left+a.x)/o.x,c=(i.top+a.y)/o.y,u=i.width/o.x,d=i.height/o.y;if(s){let f=W(s),p=n&&re(n)?W(n):n,h=f,m=qr(h);for(;m&&n&&p!==h;){let x=Lt(m),b=m.getBoundingClientRect(),A=ne(m),S=b.left+(m.clientLeft+parseFloat(A.paddingLeft))*x.x,C=b.top+(m.clientTop+parseFloat(A.paddingTop))*x.y;l*=x.x,c*=x.y,u*=x.x,d*=x.y,l+=S,c+=C,h=W(m),m=qr(h)}}return Je({width:u,height:d,x:l,y:c})}function Yr(e,t){let r=nr(e).scrollLeft;return t?t.left+r:ir(me(e)).left+r}function Ga(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Yr(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function wc(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,s=i==="fixed",o=me(n),a=t?rr(t.floating):!1;if(n===o||a&&s)return r;let l={scrollLeft:0,scrollTop:0},c=de(1),u=de(0),d=ye(n);if((d||!d&&!s)&&((Ze(n)!=="body"||_t(o))&&(l=nr(n)),d)){let p=ir(n);c=Lt(n),u.x=p.x+n.clientLeft,u.y=p.y+n.clientTop}let f=o&&!d&&!s?Ga(o,l):de(0);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-l.scrollLeft*c.x+u.x+f.x,y:r.y*c.y-l.scrollTop*c.y+u.y+f.y}}function _c(e){return Array.from(e.getClientRects())}function Rc(e){let t=me(e),r=nr(e),n=e.ownerDocument.body,i=Me(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),s=Me(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight),o=-r.scrollLeft+Yr(e),a=-r.scrollTop;return ne(n).direction==="rtl"&&(o+=Me(t.clientWidth,n.clientWidth)-i),{width:i,height:s,x:o,y:a}}var Ha=25;function Lc(e,t){let r=W(e),n=me(e),i=r.visualViewport,s=n.clientWidth,o=n.clientHeight,a=0,l=0;if(i){s=i.width,o=i.height;let u=zr();(!u||u&&t==="fixed")&&(a=i.offsetLeft,l=i.offsetTop)}let c=Yr(n);if(c<=0){let u=n.ownerDocument,d=u.body,f=getComputedStyle(d),p=u.compatMode==="CSS1Compat"&&parseFloat(f.marginLeft)+parseFloat(f.marginRight)||0,h=Math.abs(n.clientWidth-d.clientWidth-p);h<=Ha&&(s-=h)}else c<=Ha&&(s+=c);return{width:s,height:o,x:a,y:l}}function Nc(e,t){let r=ir(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,s=ye(e)?Lt(e):de(1),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 ja(e,t,r){let n;if(t==="viewport")n=Lc(e,r);else if(t==="document")n=Rc(me(e));else if(re(t))n=Nc(t,r);else{let i=Ka(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return Je(n)}function za(e,t){let r=Ee(e);return r===t||!re(r)||et(r)?!1:ne(r).position==="fixed"||za(r,t)}function Pc(e,t){let r=t.get(e);if(r)return r;let n=Kr(e,[],!1).filter(a=>re(a)&&Ze(a)!=="body"),i=null,s=ne(e).position==="fixed",o=s?Ee(e):e;for(;re(o)&&!et(o);){let a=ne(o),l=Rt(o);!l&&a.position==="fixed"&&(i=null),(s?!l&&!i:!l&&a.position==="static"&&!!i&&(i.position==="absolute"||i.position==="fixed")||_t(o)&&!l&&za(e,o))?n=n.filter(u=>u!==o):i=a,o=Ee(o)}return t.set(e,n),n}function kc(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,o=[...r==="clippingAncestors"?rr(t)?[]:Pc(t,this._c):[].concat(r),n],a=ja(t,o[0],i),l=a.top,c=a.right,u=a.bottom,d=a.left;for(let f=1;f<o.length;f++){let p=ja(t,o[f],i);l=Me(p.top,l),c=Zt(p.right,c),u=Zt(p.bottom,u),d=Me(p.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function Dc(e){let{width:t,height:r}=Va(e);return{width:t,height:r}}function Mc(e,t,r){let n=ye(t),i=me(t),s=r==="fixed",o=ir(e,!0,s,t),a={scrollLeft:0,scrollTop:0},l=de(0);function c(){l.x=Yr(i)}if(n||!n&&!s)if((Ze(t)!=="body"||_t(i))&&(a=nr(t)),n){let p=ir(t,!0,s,t);l.x=p.x+t.clientLeft,l.y=p.y+t.clientTop}else i&&c();s&&!n&&i&&c();let u=i&&!n&&!s?Ga(i,a):de(0),d=o.left+a.scrollLeft-l.x-u.x,f=o.top+a.scrollTop-l.y-u.y;return{x:d,y:f,width:o.width,height:o.height}}function oi(e){return ne(e).position==="static"}function Fa(e,t){if(!ye(e)||ne(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return me(e)===r&&(r=r.ownerDocument.body),r}function qa(e,t){let r=W(e);if(rr(e))return r;if(!ye(e)){let i=Ee(e);for(;i&&!et(i);){if(re(i)&&!oi(i))return i;i=Ee(i)}return r}let n=Fa(e,t);for(;n&&Ua(n)&&oi(n);)n=Fa(n,t);return n&&et(n)&&oi(n)&&!Rt(n)?r:n||$a(e)||r}var Ic=async function(e){let t=this.getOffsetParent||qa,r=this.getDimensions,n=await r(e.floating);return{reference:Mc(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function Uc(e){return ne(e).direction==="rtl"}var Xr={convertOffsetParentRelativeRectToViewportRelativeRect:wc,getDocumentElement:me,getClippingRect:kc,getOffsetParent:qa,getElementRects:Ic,getClientRects:_c,getDimensions:Dc,getScale:Lt,isElement:re,isRTL:Uc};var Ya=ka,Xa=Da;var Ja=(e,t,r)=>{let n=new Map,i={platform:Xr,...r},s={...i.platform,_c:n};return Pa(e,t,{...i,platform:s})};function Qa(e){return $c(e)}function ai(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function $c(e){for(let t=e;t;t=ai(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=ai(e);t;t=ai(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||Rt(r)||t.tagName==="BODY"))return t}return null}async function Za(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},Ja(e,t,{strategy:n.strategy,platform:{...Xr,getOffsetParent:i=>Xr.getOffsetParent(i,Qa)},middleware:[Xa({crossAxis:!0}),Ya({allowedPlacements:[n.placement]})]})}var el=v(T());var li=class{fromAttribute(t){if(!t)return[];try{let r=JSON.parse(t);return Array.isArray(r)?r.map(n=>typeof n=="string"?Tt.fromAttribute(n):n):[]}catch{return[]}}toAttribute(t){if(t!=null)return JSON.stringify(t)}},Bc=new li;var tl=(e,t)=>(r,n)=>{var i;r.constructor.createProperty(n,{type:Object,hasChanged:el.hasChanged,converter:Tt,...t}),r[Yt]=(i=r[Yt])!==null&&i!==void 0?i:new Map,r[Yt].set(n,e??{})};var fe=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 Ur{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 ie.Debouncer,this.revealDebouncer=new ie.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.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 rl.html`
|
|
358
|
+
`;var Oa=["top","right","bottom","left"],Ca=["start","end"],ti=Oa.reduce((e,t)=>e.concat(t,t+"-"+Ca[0],t+"-"+Ca[1]),[]),Zt=Math.min,Me=Math.max,er=Math.round;var de=e=>({x:e,y:e}),xc={left:"right",right:"left",bottom:"top",top:"bottom"};function Ta(e,t,r){return Me(e,Zt(t,r))}function Vr(e,t){return typeof e=="function"?e(t):e}function tr(e){return e.split("-")[0]}function Ie(e){return e.split("-")[1]}function ri(e){return e==="x"?"y":"x"}function ni(e){return e==="y"?"height":"width"}function Wr(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function ii(e){return ri(Wr(e))}function wa(e,t,r){r===void 0&&(r=!1);let n=Ie(e),i=ii(e),s=ni(i),o=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=ei(o)),[o,ei(o)]}function _a(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function ei(e){let t=tr(e);return xc[t]+e.slice(t.length)}function bc(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 Ra(e){return typeof e!="number"?bc(e):{top:e,right:e,bottom:e,left:e}}function Je(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 La(e,t,r){let{reference:n,floating:i}=e,s=Wr(t),o=ii(t),a=ni(o),l=tr(t),c=s==="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=Ie(t);return h&&(p[o]+=f*(h==="end"?1:-1)*(r&&c?-1:1)),p}async function Na(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:f=!1,padding:p=0}=Vr(t,e),h=Ra(p),x=a[f?d==="floating"?"reference":"floating":d],b=Je(await s.getClippingRect({element:(r=await(s.isElement==null?void 0:s.isElement(x)))==null||r?x:x.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),A=d==="floating"?{x:n,y:i,width:o.floating.width,height:o.floating.height}:o.reference,S=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),C=await(s.isElement==null?void 0:s.isElement(S))&&await(s.getScale==null?void 0:s.getScale(S))||{x:1,y:1},k=Je(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:A,offsetParent:S,strategy:l}):A);return{top:(b.top-k.top+h.top)/C.y,bottom:(k.bottom-b.bottom+h.bottom)/C.y,left:(b.left-k.left+h.left)/C.x,right:(k.right-b.right+h.right)/C.x}}var Ac=50,Pa=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:s=[],platform:o}=r,a=o.detectOverflow?o:{...o,detectOverflow:Na},l=await(o.isRTL==null?void 0:o.isRTL(t)),c=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=La(c,n,l),f=n,p=0,h={};for(let m=0;m<s.length;m++){let x=s[m];if(!x)continue;let{name:b,fn:A}=x,{x:S,y:C,data:k,reset:L}=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=C??d,h[b]={...h[b],...k},L&&p<Ac&&(p++,typeof L=="object"&&(L.placement&&(f=L.placement),L.rects&&(c=L.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):L.rects),{x:u,y:d}=La(c,f,l)),m=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:h}};function Ec(e,t,r){return(e?[...r.filter(i=>Ie(i)===e),...r.filter(i=>Ie(i)!==e)]:r.filter(i=>tr(i)===i)).filter(i=>e?Ie(i)===e||(t?_a(i)!==i:!1):!0)}var ka=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:f=ti,autoAlignment:p=!0,...h}=Vr(e,t),m=d!==void 0||f===ti?Ec(d||null,p,f):f,x=((r=o.autoPlacement)==null?void 0:r.index)||0,b=m[x];if(b==null)return{};if(a!==b)return{reset:{placement:m[0]}};let A=await l.detectOverflow(t,h),S=wa(b,s,await(l.isRTL==null?void 0:l.isRTL(c.floating))),C=[A[tr(b)],A[S[0]],A[S[1]]],k=[...((n=o.autoPlacement)==null?void 0:n.overflows)||[],{placement:b,overflows:C}],L=m[x+1];if(L)return{data:{index:x+1,overflows:k},reset:{placement:L}};let Se=k.map(K=>{let J=Ie(K.placement);return[K.placement,J&&u?K.overflows.slice(0,2).reduce((G,Ue)=>G+Ue,0):K.overflows[0],K.overflows]}).sort((K,J)=>K[1]-J[1]),Ce=((i=Se.filter(K=>K[2].slice(0,Ie(K[0])?2:3).every(J=>J<=0))[0])==null?void 0:i[0])||Se[0][0];return Ce!==a?{data:{index:x+1,overflows:k},reset:{placement:Ce}}:{}}}};var Da=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:A=>{let{x:S,y:C}=A;return{x:S,y:C}}},...c}=Vr(e,t),u={x:r,y:n},d=await s.detectOverflow(t,c),f=Wr(i),p=ri(f),h=u[p],m=u[f],x=(A,S)=>Ta(S+d[A==="y"?"top":"left"],S,S-d[A==="y"?"bottom":"right"]);o&&(h=x(p,h)),a&&(m=x(f,m));let b=l.fn({...t,[p]:h,[f]:m});return{...b,data:{x:b.x-r,y:b.y-n,enabled:{[p]:o,[f]:a}}}}}};function Gr(){return typeof window<"u"}function Ze(e){return Ia(e)?(e.nodeName||"").toLowerCase():"#document"}function W(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function me(e){var t;return(t=(Ia(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Ia(e){return Gr()?e instanceof Node||e instanceof W(e).Node:!1}function re(e){return Gr()?e instanceof Element||e instanceof W(e).Element:!1}function ye(e){return Gr()?e instanceof HTMLElement||e instanceof W(e).HTMLElement:!1}function Ma(e){return!Gr()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof W(e).ShadowRoot}function _t(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=ne(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function Ua(e){return/^(table|td|th)$/.test(Ze(e))}function rr(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var Sc=/transform|translate|scale|rotate|perspective|filter/,Cc=/paint|layout|strict|content/,Qe=e=>!!e&&e!=="none",si;function Rt(e){let t=re(e)?ne(e):e;return Qe(t.transform)||Qe(t.translate)||Qe(t.scale)||Qe(t.rotate)||Qe(t.perspective)||!zr()&&(Qe(t.backdropFilter)||Qe(t.filter))||Sc.test(t.willChange||"")||Cc.test(t.contain||"")}function $a(e){let t=Ee(e);for(;ye(t)&&!et(t);){if(Rt(t))return t;if(rr(t))return null;t=Ee(t)}return null}function zr(){return si==null&&(si=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),si}function et(e){return/^(html|body|#document)$/.test(Ze(e))}function ne(e){return W(e).getComputedStyle(e)}function nr(e){return re(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ee(e){if(Ze(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Ma(e)&&e.host||me(e);return Ma(t)?t.host:t}function Ba(e){let t=Ee(e);return et(t)?(e.ownerDocument||e).body:ye(t)&&_t(t)?t:Ba(t)}function Kr(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=Ba(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=W(i);if(s){let a=qr(o);return t.concat(o,o.visualViewport||[],_t(i)?i:[],a&&r?Kr(a):[])}else return t.concat(i,Kr(i,[],r))}function qr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Va(e){let t=ne(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=ye(e),s=i?e.offsetWidth:r,o=i?e.offsetHeight:n,a=er(r)!==s||er(n)!==o;return a&&(r=s,n=o),{width:r,height:n,$:a}}function Wa(e){return re(e)?e:e.contextElement}function Lt(e){let t=Wa(e);if(!ye(t))return de(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:s}=Va(t),o=(s?er(r.width):r.width)/n,a=(s?er(r.height):r.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}var Oc=de(0);function Ka(e){let t=W(e);return!zr()||!t.visualViewport?Oc:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Tc(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==W(e)?!1:t}function ir(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),s=Wa(e),o=de(1);t&&(n?re(n)&&(o=Lt(n)):o=Lt(e));let a=Tc(s,r,n)?Ka(s):de(0),l=(i.left+a.x)/o.x,c=(i.top+a.y)/o.y,u=i.width/o.x,d=i.height/o.y;if(s){let f=W(s),p=n&&re(n)?W(n):n,h=f,m=qr(h);for(;m&&n&&p!==h;){let x=Lt(m),b=m.getBoundingClientRect(),A=ne(m),S=b.left+(m.clientLeft+parseFloat(A.paddingLeft))*x.x,C=b.top+(m.clientTop+parseFloat(A.paddingTop))*x.y;l*=x.x,c*=x.y,u*=x.x,d*=x.y,l+=S,c+=C,h=W(m),m=qr(h)}}return Je({width:u,height:d,x:l,y:c})}function Yr(e,t){let r=nr(e).scrollLeft;return t?t.left+r:ir(me(e)).left+r}function Ga(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Yr(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function wc(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,s=i==="fixed",o=me(n),a=t?rr(t.floating):!1;if(n===o||a&&s)return r;let l={scrollLeft:0,scrollTop:0},c=de(1),u=de(0),d=ye(n);if((d||!d&&!s)&&((Ze(n)!=="body"||_t(o))&&(l=nr(n)),d)){let p=ir(n);c=Lt(n),u.x=p.x+n.clientLeft,u.y=p.y+n.clientTop}let f=o&&!d&&!s?Ga(o,l):de(0);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-l.scrollLeft*c.x+u.x+f.x,y:r.y*c.y-l.scrollTop*c.y+u.y+f.y}}function _c(e){return Array.from(e.getClientRects())}function Rc(e){let t=me(e),r=nr(e),n=e.ownerDocument.body,i=Me(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),s=Me(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight),o=-r.scrollLeft+Yr(e),a=-r.scrollTop;return ne(n).direction==="rtl"&&(o+=Me(t.clientWidth,n.clientWidth)-i),{width:i,height:s,x:o,y:a}}var Ha=25;function Lc(e,t){let r=W(e),n=me(e),i=r.visualViewport,s=n.clientWidth,o=n.clientHeight,a=0,l=0;if(i){s=i.width,o=i.height;let u=zr();(!u||u&&t==="fixed")&&(a=i.offsetLeft,l=i.offsetTop)}let c=Yr(n);if(c<=0){let u=n.ownerDocument,d=u.body,f=getComputedStyle(d),p=u.compatMode==="CSS1Compat"&&parseFloat(f.marginLeft)+parseFloat(f.marginRight)||0,h=Math.abs(n.clientWidth-d.clientWidth-p);h<=Ha&&(s-=h)}else c<=Ha&&(s+=c);return{width:s,height:o,x:a,y:l}}function Nc(e,t){let r=ir(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,s=ye(e)?Lt(e):de(1),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 ja(e,t,r){let n;if(t==="viewport")n=Lc(e,r);else if(t==="document")n=Rc(me(e));else if(re(t))n=Nc(t,r);else{let i=Ka(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return Je(n)}function za(e,t){let r=Ee(e);return r===t||!re(r)||et(r)?!1:ne(r).position==="fixed"||za(r,t)}function Pc(e,t){let r=t.get(e);if(r)return r;let n=Kr(e,[],!1).filter(a=>re(a)&&Ze(a)!=="body"),i=null,s=ne(e).position==="fixed",o=s?Ee(e):e;for(;re(o)&&!et(o);){let a=ne(o),l=Rt(o);!l&&a.position==="fixed"&&(i=null),(s?!l&&!i:!l&&a.position==="static"&&!!i&&(i.position==="absolute"||i.position==="fixed")||_t(o)&&!l&&za(e,o))?n=n.filter(u=>u!==o):i=a,o=Ee(o)}return t.set(e,n),n}function kc(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,o=[...r==="clippingAncestors"?rr(t)?[]:Pc(t,this._c):[].concat(r),n],a=ja(t,o[0],i),l=a.top,c=a.right,u=a.bottom,d=a.left;for(let f=1;f<o.length;f++){let p=ja(t,o[f],i);l=Me(p.top,l),c=Zt(p.right,c),u=Zt(p.bottom,u),d=Me(p.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function Dc(e){let{width:t,height:r}=Va(e);return{width:t,height:r}}function Mc(e,t,r){let n=ye(t),i=me(t),s=r==="fixed",o=ir(e,!0,s,t),a={scrollLeft:0,scrollTop:0},l=de(0);function c(){l.x=Yr(i)}if(n||!n&&!s)if((Ze(t)!=="body"||_t(i))&&(a=nr(t)),n){let p=ir(t,!0,s,t);l.x=p.x+t.clientLeft,l.y=p.y+t.clientTop}else i&&c();s&&!n&&i&&c();let u=i&&!n&&!s?Ga(i,a):de(0),d=o.left+a.scrollLeft-l.x-u.x,f=o.top+a.scrollTop-l.y-u.y;return{x:d,y:f,width:o.width,height:o.height}}function oi(e){return ne(e).position==="static"}function Fa(e,t){if(!ye(e)||ne(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return me(e)===r&&(r=r.ownerDocument.body),r}function qa(e,t){let r=W(e);if(rr(e))return r;if(!ye(e)){let i=Ee(e);for(;i&&!et(i);){if(re(i)&&!oi(i))return i;i=Ee(i)}return r}let n=Fa(e,t);for(;n&&Ua(n)&&oi(n);)n=Fa(n,t);return n&&et(n)&&oi(n)&&!Rt(n)?r:n||$a(e)||r}var Ic=async function(e){let t=this.getOffsetParent||qa,r=this.getDimensions,n=await r(e.floating);return{reference:Mc(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function Uc(e){return ne(e).direction==="rtl"}var Xr={convertOffsetParentRelativeRectToViewportRelativeRect:wc,getDocumentElement:me,getClippingRect:kc,getOffsetParent:qa,getElementRects:Ic,getClientRects:_c,getDimensions:Dc,getScale:Lt,isElement:re,isRTL:Uc};var Ya=ka,Xa=Da;var Ja=(e,t,r)=>{let n=new Map,i={platform:Xr,...r},s={...i.platform,_c:n};return Pa(e,t,{...i,platform:s})};function Qa(e){return $c(e)}function ai(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function $c(e){for(let t=e;t;t=ai(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=ai(e);t;t=ai(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||Rt(r)||t.tagName==="BODY"))return t}return null}async function Za(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},Ja(e,t,{strategy:n.strategy,platform:{...Xr,getOffsetParent:i=>Xr.getOffsetParent(i,Qa)},middleware:[Xa({crossAxis:!0}),Ya({allowedPlacements:[n.placement]})]})}var el=g(T());var li=class{fromAttribute(t){if(!t)return[];try{let r=JSON.parse(t);return Array.isArray(r)?r.map(n=>typeof n=="string"?Tt.fromAttribute(n):n):[]}catch{return[]}}toAttribute(t){if(t!=null)return JSON.stringify(t)}},Bc=new li;var tl=(e,t)=>(r,n)=>{var i;r.constructor.createProperty(n,{type:Object,hasChanged:el.hasChanged,converter:Tt,...t}),r[Yt]=(i=r[Yt])!==null&&i!==void 0?i:new Map,r[Yt].set(n,e??{})};var fe=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 Ur{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 ie.Debouncer,this.revealDebouncer=new ie.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 rl.html`
|
|
359
359
|
<div part="container"
|
|
360
360
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
|
|
361
361
|
<slot part="slot"></slot>
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
</div>
|
|
371
371
|
</div>
|
|
372
372
|
</div>
|
|
373
|
-
`}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&&Za(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 ${ie.designSystemVariables.transitionDuration}, left ${ie.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}
|
|
373
|
+
`}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&&Za(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 ${ie.designSystemVariables.transitionDuration}, left ${ie.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}matchesIgnored(t){return(0,ie.eventPathContainsMatchingElement)(t,this.ignoreMatchingElements,this.eventsTarget)}isIgnored(t){return this.manual||this.matchesIgnored(t)}};D.elementDefinitions={"ft-typography":ae};D.styles=Sa;fe([tl()],D.prototype,"text",void 0);fe([(0,se.property)({type:Boolean})],D.prototype,"manual",void 0);fe([(0,se.property)({type:Boolean})],D.prototype,"inline",void 0);fe([(0,ie.numberProperty)()],D.prototype,"delay",void 0);fe([(0,se.property)()],D.prototype,"position",void 0);fe([(0,ie.jsonProperty)([])],D.prototype,"ignoreMatchingElements",void 0);fe([(0,se.queryAssignedNodes)()],D.prototype,"slotNodes",void 0);fe([(0,se.query)(".ft-tooltip--container")],D.prototype,"container",void 0);fe([(0,se.query)(".ft-tooltip")],D.prototype,"tooltip",void 0);fe([(0,se.query)(".ft-tooltip--content")],D.prototype,"tooltipContent",void 0);fe([(0,se.state)()],D.prototype,"visible",void 0);var il=g(T());var nl={"ft-tooltip":D};(0,il.customElements)(nl);var 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},oe=class e extends Br(sr){constructor(){super(),this.name="",this.bookmarks=[],this.remainingTocIdsInBookmarks=[],this.addStore(I),this.addI18nContext(Jt,Aa)}get bookmarksTocIds(){return this.bookmarks.map(t=>t.tocId)}static flattenTocNode(t){let r=[t.tocId];for(let n of t.children)r.push(...this.flattenTocNode(n));return r}static bookmarksFromMap(t,r){var n,i;return(i=(n=t.bookmarks)===null||n===void 0?void 0:n.filter(s=>s.mapId===r.mapId).sort((s,o)=>s.title.localeCompare(o.title)))!==null&&i!==void 0?i:[]}static filterRemainingTocIdsInBookmarks(t,r){var n;return(n=t.toc)===null||n===void 0?void 0:n.map(i=>e.flattenTocNode(i)).flat().filter(i=>r.bookmarksTocIds.indexOf(i)>=0)}render(){return Jr.html`
|
|
374
374
|
<div part="container" class="ft-reader-saved-bookmarks">
|
|
375
375
|
<span id="context" class="sr-only">${Jt.messages.bookmarks()}</span>
|
|
376
376
|
<span id="missing-context" class="sr-only">${Jt.messages.bookmarkMissingFromToc()}</span>
|