@fluid-topics/ft-file-button 1.3.53 → 1.3.54

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,5 +1,5 @@
1
1
  "use strict";(()=>{var al=Object.create;var ha=Object.defineProperty;var il=Object.getOwnPropertyDescriptor;var sl=Object.getOwnPropertyNames;var cl=Object.getPrototypeOf,ll=Object.prototype.hasOwnProperty;var Rt=(e,r)=>()=>(r||e((r={exports:{}}).exports,r),r.exports);var dl=(e,r,o,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let a of sl(r))!ll.call(e,a)&&a!==o&&ha(e,a,{get:()=>r[a],enumerable:!(n=il(r,a))||n.enumerable});return e};var C=(e,r,o)=>(o=e!=null?al(cl(e)):{},dl(r||!e||!e.__esModule?ha(o,"default",{value:e,enumerable:!0}):o,e));var k=Rt((Bd,ya)=>{ya.exports=ftGlobals.wcUtils});var W=Rt((Md,ma)=>{ma.exports=ftGlobals.lit});var oe=Rt((Ud,ga)=>{ga.exports=ftGlobals.litDecorators});var en=Rt((gy,Ja)=>{Ja.exports=ftGlobals.litClassMap});var es=Rt((rt,Qi)=>{var Vr=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof global<"u"&&global,Zr=function(){function e(){this.fetch=!1,this.DOMException=Vr.DOMException}return e.prototype=Vr,new e}();(function(e){var r=function(o){var n=typeof e<"u"&&e||typeof self<"u"&&self||typeof global<"u"&&global||{},a={searchParams:"URLSearchParams"in n,iterable:"Symbol"in n&&"iterator"in Symbol,blob:"FileReader"in n&&"Blob"in n&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in n,arrayBuffer:"ArrayBuffer"in n};function i(y){return y&&DataView.prototype.isPrototypeOf(y)}if(a.arrayBuffer)var c=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],l=ArrayBuffer.isView||function(y){return y&&c.indexOf(Object.prototype.toString.call(y))>-1};function u(y){if(typeof y!="string"&&(y=String(y)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(y)||y==="")throw new TypeError('Invalid character in header field name: "'+y+'"');return y.toLowerCase()}function p(y){return typeof y!="string"&&(y=String(y)),y}function m(y){var b={next:function(){var _=y.shift();return{done:_===void 0,value:_}}};return a.iterable&&(b[Symbol.iterator]=function(){return b}),b}function h(y){this.map={},y instanceof h?y.forEach(function(b,_){this.append(_,b)},this):Array.isArray(y)?y.forEach(function(b){if(b.length!=2)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+b.length);this.append(b[0],b[1])},this):y&&Object.getOwnPropertyNames(y).forEach(function(b){this.append(b,y[b])},this)}h.prototype.append=function(y,b){y=u(y),b=p(b);var _=this.map[y];this.map[y]=_?_+", "+b:b},h.prototype.delete=function(y){delete this.map[u(y)]},h.prototype.get=function(y){return y=u(y),this.has(y)?this.map[y]:null},h.prototype.has=function(y){return this.map.hasOwnProperty(u(y))},h.prototype.set=function(y,b){this.map[u(y)]=p(b)},h.prototype.forEach=function(y,b){for(var _ in this.map)this.map.hasOwnProperty(_)&&y.call(b,this.map[_],_,this)},h.prototype.keys=function(){var y=[];return this.forEach(function(b,_){y.push(_)}),m(y)},h.prototype.values=function(){var y=[];return this.forEach(function(b){y.push(b)}),m(y)},h.prototype.entries=function(){var y=[];return this.forEach(function(b,_){y.push([_,b])}),m(y)},a.iterable&&(h.prototype[Symbol.iterator]=h.prototype.entries);function g(y){if(!y._noBody){if(y.bodyUsed)return Promise.reject(new TypeError("Already read"));y.bodyUsed=!0}}function v(y){return new Promise(function(b,_){y.onload=function(){b(y.result)},y.onerror=function(){_(y.error)}})}function x(y){var b=new FileReader,_=v(b);return b.readAsArrayBuffer(y),_}function O(y){var b=new FileReader,_=v(b),H=/charset=([A-Za-z0-9_-]+)/.exec(y.type),j=H?H[1]:"utf-8";return b.readAsText(y,j),_}function T(y){for(var b=new Uint8Array(y),_=new Array(b.length),H=0;H<b.length;H++)_[H]=String.fromCharCode(b[H]);return _.join("")}function R(y){if(y.slice)return y.slice(0);var b=new Uint8Array(y.byteLength);return b.set(new Uint8Array(y)),b.buffer}function N(){return this.bodyUsed=!1,this._initBody=function(y){this.bodyUsed=this.bodyUsed,this._bodyInit=y,y?typeof y=="string"?this._bodyText=y:a.blob&&Blob.prototype.isPrototypeOf(y)?this._bodyBlob=y:a.formData&&FormData.prototype.isPrototypeOf(y)?this._bodyFormData=y:a.searchParams&&URLSearchParams.prototype.isPrototypeOf(y)?this._bodyText=y.toString():a.arrayBuffer&&a.blob&&i(y)?(this._bodyArrayBuffer=R(y.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):a.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(y)||l(y))?this._bodyArrayBuffer=R(y):this._bodyText=y=Object.prototype.toString.call(y):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||(typeof y=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):a.searchParams&&URLSearchParams.prototype.isPrototypeOf(y)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},a.blob&&(this.blob=function(){var y=g(this);if(y)return y;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))}),this.arrayBuffer=function(){if(this._bodyArrayBuffer){var y=g(this);return y||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else{if(a.blob)return this.blob().then(x);throw new Error("could not read as ArrayBuffer")}},this.text=function(){var y=g(this);if(y)return y;if(this._bodyBlob)return O(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(T(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},a.formData&&(this.formData=function(){return this.text().then(de)}),this.json=function(){return this.text().then(JSON.parse)},this}var P=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function B(y){var b=y.toUpperCase();return P.indexOf(b)>-1?b:y}function M(y,b){if(!(this instanceof M))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');b=b||{};var _=b.body;if(y instanceof M){if(y.bodyUsed)throw new TypeError("Already read");this.url=y.url,this.credentials=y.credentials,b.headers||(this.headers=new h(y.headers)),this.method=y.method,this.mode=y.mode,this.signal=y.signal,!_&&y._bodyInit!=null&&(_=y._bodyInit,y.bodyUsed=!0)}else this.url=String(y);if(this.credentials=b.credentials||this.credentials||"same-origin",(b.headers||!this.headers)&&(this.headers=new h(b.headers)),this.method=B(b.method||this.method||"GET"),this.mode=b.mode||this.mode||null,this.signal=b.signal||this.signal||function(){if("AbortController"in n){var U=new AbortController;return U.signal}}(),this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&_)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(_),(this.method==="GET"||this.method==="HEAD")&&(b.cache==="no-store"||b.cache==="no-cache")){var H=/([?&])_=[^&]*/;if(H.test(this.url))this.url=this.url.replace(H,"$1_="+new Date().getTime());else{var j=/\?/;this.url+=(j.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}M.prototype.clone=function(){return new M(this,{body:this._bodyInit})};function de(y){var b=new FormData;return y.trim().split("&").forEach(function(_){if(_){var H=_.split("="),j=H.shift().replace(/\+/g," "),U=H.join("=").replace(/\+/g," ");b.append(decodeURIComponent(j),decodeURIComponent(U))}}),b}function Pe(y){var b=new h,_=y.replace(/\r?\n[\t ]+/g," ");return _.split("\r").map(function(H){return H.indexOf(`
2
- `)===0?H.substr(1,H.length):H}).forEach(function(H){var j=H.split(":"),U=j.shift().trim();if(U){var _r=j.join(":").trim();try{b.append(U,_r)}catch(wo){console.warn("Response "+wo.message)}}}),b}N.call(M.prototype);function se(y,b){if(!(this instanceof se))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(b||(b={}),this.type="default",this.status=b.status===void 0?200:b.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=b.statusText===void 0?"":""+b.statusText,this.headers=new h(b.headers),this.url=b.url||"",this._initBody(y)}N.call(se.prototype),se.prototype.clone=function(){return new se(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new h(this.headers),url:this.url})},se.error=function(){var y=new se(null,{status:200,statusText:""});return y.ok=!1,y.status=0,y.type="error",y};var ke=[301,302,303,307,308];se.redirect=function(y,b){if(ke.indexOf(b)===-1)throw new RangeError("Invalid status code");return new se(null,{status:b,headers:{location:y}})},o.DOMException=n.DOMException;try{new o.DOMException}catch{o.DOMException=function(b,_){this.message=b,this.name=_;var H=Error(b);this.stack=H.stack},o.DOMException.prototype=Object.create(Error.prototype),o.DOMException.prototype.constructor=o.DOMException}function te(y,b){return new Promise(function(_,H){var j=new M(y,b);if(j.signal&&j.signal.aborted)return H(new o.DOMException("Aborted","AbortError"));var U=new XMLHttpRequest;function _r(){U.abort()}U.onload=function(){var re={statusText:U.statusText,headers:Pe(U.getAllResponseHeaders()||"")};j.url.indexOf("file://")===0&&(U.status<200||U.status>599)?re.status=200:re.status=U.status,re.url="responseURL"in U?U.responseURL:re.headers.get("X-Request-URL");var pt="response"in U?U.response:U.responseText;setTimeout(function(){_(new se(pt,re))},0)},U.onerror=function(){setTimeout(function(){H(new TypeError("Network request failed"))},0)},U.ontimeout=function(){setTimeout(function(){H(new TypeError("Network request timed out"))},0)},U.onabort=function(){setTimeout(function(){H(new o.DOMException("Aborted","AbortError"))},0)};function wo(re){try{return re===""&&n.location.href?n.location.href:re}catch{return re}}if(U.open(j.method,wo(j.url),!0),j.credentials==="include"?U.withCredentials=!0:j.credentials==="omit"&&(U.withCredentials=!1),"responseType"in U&&(a.blob?U.responseType="blob":a.arrayBuffer&&(U.responseType="arraybuffer")),b&&typeof b.headers=="object"&&!(b.headers instanceof h||n.Headers&&b.headers instanceof n.Headers)){var fa=[];Object.getOwnPropertyNames(b.headers).forEach(function(re){fa.push(u(re)),U.setRequestHeader(re,p(b.headers[re]))}),j.headers.forEach(function(re,pt){fa.indexOf(pt)===-1&&U.setRequestHeader(pt,re)})}else j.headers.forEach(function(re,pt){U.setRequestHeader(pt,re)});j.signal&&(j.signal.addEventListener("abort",_r),U.onreadystatechange=function(){U.readyState===4&&j.signal.removeEventListener("abort",_r)}),U.send(typeof j._bodyInit>"u"?null:j._bodyInit)})}return te.polyfill=!0,n.fetch||(n.fetch=te,n.Headers=h,n.Request=M,n.Response=se),o.Headers=h,o.Request=M,o.Response=se,o.fetch=te,o}({})})(Zr);Zr.fetch.ponyfill=!0;delete Zr.fetch.polyfill;var Yt=Vr.fetch?Vr:Zr;rt=Yt.fetch;rt.default=Yt.fetch;rt.fetch=Yt.fetch;rt.Headers=Yt.Headers;rt.Request=Yt.Request;rt.Response=Yt.Response;Qi.exports=rt});var Vc=Rt((e0,Kc)=>{Kc.exports=ftGlobals.litUnsafeHTML});var pa=C(k());var ba=C(W()),De=C(oe()),xa=C(k()),Ye=function(e,r,o,n){var a=arguments.length,i=a<3?r:n===null?n=Object.getOwnPropertyDescriptor(r,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,r,o,n);else for(var l=e.length-1;l>=0;l--)(c=e[l])&&(i=(a<3?c(i):a>3?c(r,o,i):c(r,o))||i);return a>3&&i&&Object.defineProperty(r,o,i),i},Ro=class extends CustomEvent{constructor(r){super("change",{detail:{file:r}})}},ce=class extends xa.FtLitElement{constructor(){super(...arguments),this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.accept=""}render(){return ba.html`
2
+ `)===0?H.substr(1,H.length):H}).forEach(function(H){var j=H.split(":"),U=j.shift().trim();if(U){var _r=j.join(":").trim();try{b.append(U,_r)}catch(wo){console.warn("Response "+wo.message)}}}),b}N.call(M.prototype);function se(y,b){if(!(this instanceof se))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(b||(b={}),this.type="default",this.status=b.status===void 0?200:b.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=b.statusText===void 0?"":""+b.statusText,this.headers=new h(b.headers),this.url=b.url||"",this._initBody(y)}N.call(se.prototype),se.prototype.clone=function(){return new se(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new h(this.headers),url:this.url})},se.error=function(){var y=new se(null,{status:200,statusText:""});return y.ok=!1,y.status=0,y.type="error",y};var ke=[301,302,303,307,308];se.redirect=function(y,b){if(ke.indexOf(b)===-1)throw new RangeError("Invalid status code");return new se(null,{status:b,headers:{location:y}})},o.DOMException=n.DOMException;try{new o.DOMException}catch{o.DOMException=function(b,_){this.message=b,this.name=_;var H=Error(b);this.stack=H.stack},o.DOMException.prototype=Object.create(Error.prototype),o.DOMException.prototype.constructor=o.DOMException}function te(y,b){return new Promise(function(_,H){var j=new M(y,b);if(j.signal&&j.signal.aborted)return H(new o.DOMException("Aborted","AbortError"));var U=new XMLHttpRequest;function _r(){U.abort()}U.onload=function(){var re={statusText:U.statusText,headers:Pe(U.getAllResponseHeaders()||"")};j.url.indexOf("file://")===0&&(U.status<200||U.status>599)?re.status=200:re.status=U.status,re.url="responseURL"in U?U.responseURL:re.headers.get("X-Request-URL");var pt="response"in U?U.response:U.responseText;setTimeout(function(){_(new se(pt,re))},0)},U.onerror=function(){setTimeout(function(){H(new TypeError("Network request failed"))},0)},U.ontimeout=function(){setTimeout(function(){H(new TypeError("Network request timed out"))},0)},U.onabort=function(){setTimeout(function(){H(new o.DOMException("Aborted","AbortError"))},0)};function wo(re){try{return re===""&&n.location.href?n.location.href:re}catch{return re}}if(U.open(j.method,wo(j.url),!0),j.credentials==="include"?U.withCredentials=!0:j.credentials==="omit"&&(U.withCredentials=!1),"responseType"in U&&(a.blob?U.responseType="blob":a.arrayBuffer&&(U.responseType="arraybuffer")),b&&typeof b.headers=="object"&&!(b.headers instanceof h||n.Headers&&b.headers instanceof n.Headers)){var fa=[];Object.getOwnPropertyNames(b.headers).forEach(function(re){fa.push(u(re)),U.setRequestHeader(re,p(b.headers[re]))}),j.headers.forEach(function(re,pt){fa.indexOf(pt)===-1&&U.setRequestHeader(pt,re)})}else j.headers.forEach(function(re,pt){U.setRequestHeader(pt,re)});j.signal&&(j.signal.addEventListener("abort",_r),U.onreadystatechange=function(){U.readyState===4&&j.signal.removeEventListener("abort",_r)}),U.send(typeof j._bodyInit>"u"?null:j._bodyInit)})}return te.polyfill=!0,n.fetch||(n.fetch=te,n.Headers=h,n.Request=M,n.Response=se),o.Headers=h,o.Request=M,o.Response=se,o.fetch=te,o}({})})(Zr);Zr.fetch.ponyfill=!0;delete Zr.fetch.polyfill;var Yt=Vr.fetch?Vr:Zr;rt=Yt.fetch;rt.default=Yt.fetch;rt.fetch=Yt.fetch;rt.Headers=Yt.Headers;rt.Request=Yt.Request;rt.Response=Yt.Response;Qi.exports=rt});var Vc=Rt((r0,Kc)=>{Kc.exports=ftGlobals.litUnsafeHTML});var pa=C(k());var ba=C(W()),De=C(oe()),xa=C(k()),Ye=function(e,r,o,n){var a=arguments.length,i=a<3?r:n===null?n=Object.getOwnPropertyDescriptor(r,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,r,o,n);else for(var l=e.length-1;l>=0;l--)(c=e[l])&&(i=(a<3?c(i):a>3?c(r,o,i):c(r,o))||i);return a>3&&i&&Object.defineProperty(r,o,i),i},Ro=class extends CustomEvent{constructor(r){super("change",{detail:{file:r}})}},ce=class extends xa.FtLitElement{constructor(){super(...arguments),this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.accept=""}render(){return ba.html`
3
3
  <div class="ft-file-button">
4
4
  <ft-or-ftds-button ?disabled=${this.disabled}
5
5
  label="${this.label}"
@@ -558,7 +558,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
558
558
  `;var Ai=["top","right","bottom","left"],Ei=["start","end"],mn=Ai.reduce((e,r)=>e.concat(r,r+"-"+Ei[0],r+"-"+Ei[1]),[]),wi=Math.min,Ri=Math.max;var bl={left:"right",right:"left",bottom:"top",top:"bottom"},xl={start:"end",end:"start"};function gn(e,r,o){return Ri(e,wi(r,o))}function Mr(e,r){return typeof e=="function"?e(r):e}function jt(e){return e.split("-")[0]}function tt(e){return e.split("-")[1]}function bn(e){return e==="x"?"y":"x"}function xn(e){return e==="y"?"height":"width"}function Ur(e){return["top","bottom"].includes(jt(e))?"y":"x"}function vn(e){return bn(Ur(e))}function Ti(e,r,o){o===void 0&&(o=!1);let n=tt(e),a=vn(e),i=xn(a),c=a==="x"?n===(o?"end":"start")?"right":"left":n==="start"?"bottom":"top";return r.reference[i]>r.floating[i]&&(c=yn(c)),[c,yn(c)]}function Ni(e){return e.replace(/start|end/g,r=>xl[r])}function yn(e){return e.replace(/left|right|bottom|top/g,r=>bl[r])}function vl(e){return{top:0,right:0,bottom:0,left:0,...e}}function Li(e){return typeof e!="number"?vl(e):{top:e,right:e,bottom:e,left:e}}function gt(e){let{x:r,y:o,width:n,height:a}=e;return{width:n,height:a,top:o,left:r,right:r+n,bottom:o+a,x:r,y:o}}function Ii(e,r,o){let{reference:n,floating:a}=e,i=Ur(r),c=vn(r),l=xn(c),u=jt(r),p=i==="y",m=n.x+n.width/2-a.width/2,h=n.y+n.height/2-a.height/2,g=n[l]/2-a[l]/2,v;switch(u){case"top":v={x:m,y:n.y-a.height};break;case"bottom":v={x:m,y:n.y+n.height};break;case"right":v={x:n.x+n.width,y:h};break;case"left":v={x:n.x-a.width,y:h};break;default:v={x:n.x,y:n.y}}switch(tt(r)){case"start":v[c]-=g*(o&&p?-1:1);break;case"end":v[c]+=g*(o&&p?-1:1);break}return v}var _i=async(e,r,o)=>{let{placement:n="bottom",strategy:a="absolute",middleware:i=[],platform:c}=o,l=i.filter(Boolean),u=await(c.isRTL==null?void 0:c.isRTL(r)),p=await c.getElementRects({reference:e,floating:r,strategy:a}),{x:m,y:h}=Ii(p,n,u),g=n,v={},x=0;for(let O=0;O<l.length;O++){let{name:T,fn:R}=l[O],{x:N,y:P,data:B,reset:M}=await R({x:m,y:h,initialPlacement:n,placement:g,strategy:a,middlewareData:v,rects:p,platform:c,elements:{reference:e,floating:r}});m=N??m,h=P??h,v={...v,[T]:{...v[T],...B}},M&&x<=50&&(x++,typeof M=="object"&&(M.placement&&(g=M.placement),M.rects&&(p=M.rects===!0?await c.getElementRects({reference:e,floating:r,strategy:a}):M.rects),{x:m,y:h}=Ii(p,g,u)),O=-1)}return{x:m,y:h,placement:g,strategy:a,middlewareData:v}};async function Sn(e,r){var o;r===void 0&&(r={});let{x:n,y:a,platform:i,rects:c,elements:l,strategy:u}=e,{boundary:p="clippingAncestors",rootBoundary:m="viewport",elementContext:h="floating",altBoundary:g=!1,padding:v=0}=Mr(r,e),x=Li(v),T=l[g?h==="floating"?"reference":"floating":h],R=gt(await i.getClippingRect({element:(o=await(i.isElement==null?void 0:i.isElement(T)))==null||o?T:T.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:p,rootBoundary:m,strategy:u})),N=h==="floating"?{x:n,y:a,width:c.floating.width,height:c.floating.height}:c.reference,P=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),B=await(i.isElement==null?void 0:i.isElement(P))?await(i.getScale==null?void 0:i.getScale(P))||{x:1,y:1}:{x:1,y:1},M=gt(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:N,offsetParent:P,strategy:u}):N);return{top:(R.top-M.top+x.top)/B.y,bottom:(M.bottom-R.bottom+x.bottom)/B.y,left:(R.left-M.left+x.left)/B.x,right:(M.right-R.right+x.right)/B.x}}function Sl(e,r,o){return(e?[...o.filter(a=>tt(a)===e),...o.filter(a=>tt(a)!==e)]:o.filter(a=>jt(a)===a)).filter(a=>e?tt(a)===e||(r?Ni(a)!==a:!1):!0)}var On=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(r){var o,n,a;let{rects:i,middlewareData:c,placement:l,platform:u,elements:p}=r,{crossAxis:m=!1,alignment:h,allowedPlacements:g=mn,autoAlignment:v=!0,...x}=Mr(e,r),O=h!==void 0||g===mn?Sl(h||null,v,g):g,T=await Sn(r,x),R=((o=c.autoPlacement)==null?void 0:o.index)||0,N=O[R];if(N==null)return{};let P=Ti(N,i,await(u.isRTL==null?void 0:u.isRTL(p.floating)));if(l!==N)return{reset:{placement:O[0]}};let B=[T[jt(N)],T[P[0]],T[P[1]]],M=[...((n=c.autoPlacement)==null?void 0:n.overflows)||[],{placement:N,overflows:B}],de=O[R+1];if(de)return{data:{index:R+1,overflows:M},reset:{placement:de}};let Pe=M.map(te=>{let y=tt(te.placement);return[te.placement,y&&m?te.overflows.slice(0,2).reduce((b,_)=>b+_,0):te.overflows[0],te.overflows]}).sort((te,y)=>te[1]-y[1]),ke=((a=Pe.filter(te=>te[2].slice(0,tt(te[0])?2:3).every(y=>y<=0))[0])==null?void 0:a[0])||Pe[0][0];return ke!==l?{data:{index:R+1,overflows:M},reset:{placement:ke}}:{}}}};var Cn=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(r){let{x:o,y:n,placement:a}=r,{mainAxis:i=!0,crossAxis:c=!1,limiter:l={fn:T=>{let{x:R,y:N}=T;return{x:R,y:N}}},...u}=Mr(e,r),p={x:o,y:n},m=await Sn(r,u),h=Ur(jt(a)),g=bn(h),v=p[g],x=p[h];if(i){let T=g==="y"?"top":"left",R=g==="y"?"bottom":"right",N=v+m[T],P=v-m[R];v=gn(N,v,P)}if(c){let T=h==="y"?"top":"left",R=h==="y"?"bottom":"right",N=x+m[T],P=x-m[R];x=gn(N,x,P)}let O=l.fn({...r,[g]:v,[h]:x});return{...O,data:{x:O.x-o,y:O.y-n,enabled:{[g]:i,[h]:c}}}}}};var En=Math.min,Kt=Math.max,hr=Math.round;var Ke=e=>({x:e,y:e});function Ve(e){return ki(e)?(e.nodeName||"").toLowerCase():"#document"}function pe(e){var r;return(e==null||(r=e.ownerDocument)==null?void 0:r.defaultView)||window}function Ze(e){var r;return(r=(ki(e)?e.ownerDocument:e.document)||window.document)==null?void 0:r.documentElement}function ki(e){return e instanceof Node||e instanceof pe(e).Node}function Ue(e){return e instanceof Element||e instanceof pe(e).Element}function Te(e){return e instanceof HTMLElement||e instanceof pe(e).HTMLElement}function Pi(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof pe(e).ShadowRoot}function Vt(e){let{overflow:r,overflowX:o,overflowY:n,display:a}=fe(e);return/auto|scroll|overlay|hidden|clip/.test(r+n+o)&&!["inline","contents"].includes(a)}function Di(e){return["table","td","th"].includes(Ve(e))}function Hr(e){let r=Fr(),o=fe(e);return o.transform!=="none"||o.perspective!=="none"||(o.containerType?o.containerType!=="normal":!1)||!r&&(o.backdropFilter?o.backdropFilter!=="none":!1)||!r&&(o.filter?o.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(o.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(o.contain||"").includes(n))}function Bi(e){let r=bt(e);for(;Te(r)&&!yr(r);){if(Hr(r))return r;r=bt(r)}return null}function Fr(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function yr(e){return["html","body","#document"].includes(Ve(e))}function fe(e){return pe(e).getComputedStyle(e)}function mr(e){return Ue(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function bt(e){if(Ve(e)==="html")return e;let r=e.assignedSlot||e.parentNode||Pi(e)&&e.host||Ze(e);return Pi(r)?r.host:r}function Mi(e){let r=bt(e);return yr(r)?e.ownerDocument?e.ownerDocument.body:e.body:Te(r)&&Vt(r)?r:Mi(r)}function $r(e,r,o){var n;r===void 0&&(r=[]),o===void 0&&(o=!0);let a=Mi(e),i=a===((n=e.ownerDocument)==null?void 0:n.body),c=pe(a);return i?r.concat(c,c.visualViewport||[],Vt(a)?a:[],c.frameElement&&o?$r(c.frameElement):[]):r.concat(a,$r(a,[],o))}function Hi(e){let r=fe(e),o=parseFloat(r.width)||0,n=parseFloat(r.height)||0,a=Te(e),i=a?e.offsetWidth:o,c=a?e.offsetHeight:n,l=hr(o)!==i||hr(n)!==c;return l&&(o=i,n=c),{width:o,height:n,$:l}}function Fi(e){return Ue(e)?e:e.contextElement}function Zt(e){let r=Fi(e);if(!Te(r))return Ke(1);let o=r.getBoundingClientRect(),{width:n,height:a,$:i}=Hi(r),c=(i?hr(o.width):o.width)/n,l=(i?hr(o.height):o.height)/a;return(!c||!Number.isFinite(c))&&(c=1),(!l||!Number.isFinite(l))&&(l=1),{x:c,y:l}}var El=Ke(0);function Wi(e){let r=pe(e);return!Fr()||!r.visualViewport?El:{x:r.visualViewport.offsetLeft,y:r.visualViewport.offsetTop}}function Al(e,r,o){return r===void 0&&(r=!1),!o||r&&o!==pe(e)?!1:r}function gr(e,r,o,n){r===void 0&&(r=!1),o===void 0&&(o=!1);let a=e.getBoundingClientRect(),i=Fi(e),c=Ke(1);r&&(n?Ue(n)&&(c=Zt(n)):c=Zt(e));let l=Al(i,o,n)?Wi(i):Ke(0),u=(a.left+l.x)/c.x,p=(a.top+l.y)/c.y,m=a.width/c.x,h=a.height/c.y;if(i){let g=pe(i),v=n&&Ue(n)?pe(n):n,x=g.frameElement;for(;x&&n&&v!==g;){let O=Zt(x),T=x.getBoundingClientRect(),R=fe(x),N=T.left+(x.clientLeft+parseFloat(R.paddingLeft))*O.x,P=T.top+(x.clientTop+parseFloat(R.paddingTop))*O.y;u*=O.x,p*=O.y,m*=O.x,h*=O.y,u+=N,p+=P,x=pe(x).frameElement}}return gt({width:m,height:h,x:u,y:p})}function wl(e){let{rect:r,offsetParent:o,strategy:n}=e,a=Te(o),i=Ze(o);if(o===i)return r;let c={scrollLeft:0,scrollTop:0},l=Ke(1),u=Ke(0);if((a||!a&&n!=="fixed")&&((Ve(o)!=="body"||Vt(i))&&(c=mr(o)),Te(o))){let p=gr(o);l=Zt(o),u.x=p.x+o.clientLeft,u.y=p.y+o.clientTop}return{width:r.width*l.x,height:r.height*l.y,x:r.x*l.x-c.scrollLeft*l.x+u.x,y:r.y*l.y-c.scrollTop*l.y+u.y}}function Rl(e){return Array.from(e.getClientRects())}function zi(e){return gr(Ze(e)).left+mr(e).scrollLeft}function Tl(e){let r=Ze(e),o=mr(e),n=e.ownerDocument.body,a=Kt(r.scrollWidth,r.clientWidth,n.scrollWidth,n.clientWidth),i=Kt(r.scrollHeight,r.clientHeight,n.scrollHeight,n.clientHeight),c=-o.scrollLeft+zi(e),l=-o.scrollTop;return fe(n).direction==="rtl"&&(c+=Kt(r.clientWidth,n.clientWidth)-a),{width:a,height:i,x:c,y:l}}function Nl(e,r){let o=pe(e),n=Ze(e),a=o.visualViewport,i=n.clientWidth,c=n.clientHeight,l=0,u=0;if(a){i=a.width,c=a.height;let p=Fr();(!p||p&&r==="fixed")&&(l=a.offsetLeft,u=a.offsetTop)}return{width:i,height:c,x:l,y:u}}function Ll(e,r){let o=gr(e,!0,r==="fixed"),n=o.top+e.clientTop,a=o.left+e.clientLeft,i=Te(e)?Zt(e):Ke(1),c=e.clientWidth*i.x,l=e.clientHeight*i.y,u=a*i.x,p=n*i.y;return{width:c,height:l,x:u,y:p}}function Ui(e,r,o){let n;if(r==="viewport")n=Nl(e,o);else if(r==="document")n=Tl(Ze(e));else if(Ue(r))n=Ll(r,o);else{let a=Wi(e);n={...r,x:r.x-a.x,y:r.y-a.y}}return gt(n)}function Gi(e,r){let o=bt(e);return o===r||!Ue(o)||yr(o)?!1:fe(o).position==="fixed"||Gi(o,r)}function Il(e,r){let o=r.get(e);if(o)return o;let n=$r(e,[],!1).filter(l=>Ue(l)&&Ve(l)!=="body"),a=null,i=fe(e).position==="fixed",c=i?bt(e):e;for(;Ue(c)&&!yr(c);){let l=fe(c),u=Hr(c);!u&&l.position==="fixed"&&(a=null),(i?!u&&!a:!u&&l.position==="static"&&!!a&&["absolute","fixed"].includes(a.position)||Vt(c)&&!u&&Gi(e,c))?n=n.filter(m=>m!==c):a=l,c=bt(c)}return r.set(e,n),n}function _l(e){let{element:r,boundary:o,rootBoundary:n,strategy:a}=e,c=[...o==="clippingAncestors"?Il(r,this._c):[].concat(o),n],l=c[0],u=c.reduce((p,m)=>{let h=Ui(r,m,a);return p.top=Kt(h.top,p.top),p.right=En(h.right,p.right),p.bottom=En(h.bottom,p.bottom),p.left=Kt(h.left,p.left),p},Ui(r,l,a));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function Pl(e){return Hi(e)}function kl(e,r,o){let n=Te(r),a=Ze(r),i=o==="fixed",c=gr(e,!0,i,r),l={scrollLeft:0,scrollTop:0},u=Ke(0);if(n||!n&&!i)if((Ve(r)!=="body"||Vt(a))&&(l=mr(r)),n){let p=gr(r,!0,i,r);u.x=p.x+r.clientLeft,u.y=p.y+r.clientTop}else a&&(u.x=zi(a));return{x:c.left+l.scrollLeft-u.x,y:c.top+l.scrollTop-u.y,width:c.width,height:c.height}}function $i(e,r){return!Te(e)||fe(e).position==="fixed"?null:r?r(e):e.offsetParent}function ji(e,r){let o=pe(e);if(!Te(e))return o;let n=$i(e,r);for(;n&&Di(n)&&fe(n).position==="static";)n=$i(n,r);return n&&(Ve(n)==="html"||Ve(n)==="body"&&fe(n).position==="static"&&!Hr(n))?o:n||Bi(e)||o}var Dl=async function(e){let{reference:r,floating:o,strategy:n}=e,a=this.getOffsetParent||ji,i=this.getDimensions;return{reference:kl(r,await a(o),n),floating:{x:0,y:0,...await i(o)}}};function Bl(e){return fe(e).direction==="rtl"}var Wr={convertOffsetParentRelativeRectToViewportRelativeRect:wl,getDocumentElement:Ze,getClippingRect:_l,getOffsetParent:ji,getElementRects:Dl,getClientRects:Rl,getDimensions:Pl,getScale:Zt,isElement:Ue,isRTL:Bl};var Ki=(e,r,o)=>{let n=new Map,a={platform:Wr,...o},i={...a.platform,_c:n};return _i(e,r,{...a,platform:i})};function Vi(e){return Ml(e)}function An(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Ml(e){for(let r=e;r;r=An(r))if(r instanceof Element&&getComputedStyle(r).display==="none")return null;for(let r=An(e);r;r=An(r)){if(!(r instanceof Element))continue;let o=getComputedStyle(r);if(o.display!=="contents"&&(o.position!=="static"||o.filter!=="none"||r.tagName==="BODY"))return r}return null}async function Zi(e,r,o){return Ki(e,r,{platform:{...Wr,getOffsetParent:n=>Wr.getOffsetParent(n,Vi)},middleware:[Cn({crossAxis:!0}),On({allowedPlacements:[o]})]})}var ar=C(k());var kc=C(k());var Us=C(W()),ae=C(oe()),Ne=C(k());var qi=C(W());var Yi=qi.css`
559
559
  `;var zr=C(k()),Ul="ft-app-info",xt=class e extends CustomEvent{constructor(r){super(e.eventName,{detail:r})}};xt.eventName="authentication-change";var $l={session:(e,r)=>{(0,zr.deepEqual)(e.session,r.payload)||(e.session=r.payload,setTimeout(()=>L.dispatchEvent(new xt(r.payload)),0))}},L=zr.FtReduxStore.get({name:Ul,reducers:$l,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!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 wn=C(k());var vt=class e{static get(r){let{baseUrl:o,apiIntegrationIdentifier:n}=L.getState(),a=r??n;if(o&&a&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(o,a,!0)}static await(r){return new Promise(o=>{let n=e.get(r);if(n)o(n);else{let a=L.subscribe(()=>{n=e.get(r),n&&(a(),o(n))})}})}};var Gr=class{constructor(r){this.overrideApi=r}get api(){var r;return(r=this.overrideApi)!==null&&r!==void 0?r:vt.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):vt.await()}};var he=class extends Gr{constructor(r=!0,o){var n;super(o),this.sortObjectFields=(i,c)=>typeof c!="object"||c==null||Array.isArray(c)?c:Object.fromEntries(Object.entries(c).sort(([l],[u])=>l.localeCompare(u)));let a=this.constructor;a.commonCache=(n=a.commonCache)!==null&&n!==void 0?n:new wn.CacheRegistry,this.cache=r?a.commonCache:new wn.CacheRegistry}clearCache(){this.cache.clearAll()}hash(r){return String(Array.from(JSON.stringify(r,this.sortObjectFields)).reduce((o,n)=>0|31*o+n.charCodeAt(0),0))}};var jr=class extends he{async listMyBookmarks(){let r=L.getState().session;return r?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(r.profile.userId),5*60*1e3):[]}};var Rn=class{addCommand(r,o=!1){L.commands.add(r,o)}consumeCommand(r){return L.commands.consume(r)}};window.FluidTopicsAppInfoStoreService=new Rn;var xe=C(k());var Xi,qt=class extends CustomEvent{constructor(r){super("ft-i18n-context-loaded",{detail:r})}},Hl=Symbol("clearAfterUnitTest"),Kr=class extends(0,xe.withEventBus)(he){constructor(r){super(),this.messageContextProvider=r,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Xi]=()=>{this.defaultMessages={},this.cache=new xe.CacheRegistry,this.listeners={}},this.currentUiLocale=L.getState().uiLocale,L.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:r}=L.getState();this.currentUiLocale!==r&&(this.currentUiLocale=r,this.cache.clearAll(),this.notifyAll())}addContext(r){let o=r.name.toLowerCase();this.cache.setFinal(o,r),this.notify(o)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(r,o){var n;if(r=r.toLowerCase(),o&&Object.keys(o).length>0){let a={...(n=this.defaultMessages[r])!==null&&n!==void 0?n:{},...o};(0,xe.deepEqual)(this.defaultMessages[r],a)||(this.defaultMessages[r]=a,await this.notify(r))}return this.fetchContext(r)}resolveContext(r){var o,n;return this.fetchContext(r),(n=(o=this.cache.getNow(r))===null||o===void 0?void 0:o.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(r,o){let n=r.toLowerCase();return this.resolveContext(n)[o]}resolveMessage(r,o,...n){var a;let i=r.toLowerCase(),c=this.resolveContext(i);return new xe.ParametrizedLabelResolver((a=this.defaultMessages[i])!==null&&a!==void 0?a:{},c).resolve(o,...n)}async fetchContext(r){let o=!this.cache.has(r),n;try{n=await this.cache.get(r,()=>this.messageContextProvider(this.currentUiLocale,r)),o&&await this.notify(r)}catch(a){!(a instanceof xe.CanceledPromiseError)&&o&&console.error(a)}return n}subscribe(r,o){var n;return r=r.toLowerCase(),this.listeners[r]=(n=this.listeners[r])!==null&&n!==void 0?n:new Set,this.listeners[r].add(o),()=>{var a;return(a=this.listeners[r])===null||a===void 0?void 0:a.delete(o)}}async notifyAll(){let r=Object.keys(this.listeners);document.body.dispatchEvent(new qt({loadedContexts:r})),this.dispatchEvent(new qt({loadedContexts:r})),await Promise.all(r.map(o=>this.notify(o,!1)))}async notify(r,o=!0){o&&(document.body.dispatchEvent(new qt({loadedContexts:[r]})),this.dispatchEvent(new qt({loadedContexts:[r]}))),this.listeners[r]!=null&&await Promise.all([...this.listeners[r].values()].map(n=>(0,xe.delay)(0).then(()=>n()).catch(()=>null)))}};Xi=Hl;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Kr{constructor(){super(async(e,r)=>(await this.awaitApi).getFluidTopicsMessageContext(e,r))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Kr{constructor(){super(async(e,r)=>(await this.awaitApi).getCustomMessageContext(e,r))}});var br=window.FluidTopicsI18nService,Tn=window.FluidTopicsCustomI18nService;var Ji=C(k()),Nn=class{highlightHtml(r,o,n){(0,Ji.highlightHtml)(r,o,n)}};window.FluidTopicsHighlightHtmlService=new Nn;var Wl=C(es(),1);var ts;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(ts||(ts={}));var rs;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(rs||(rs={}));var os;(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"})(os||(os={}));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 as;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(as||(as={}));var is;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(is||(is={}));var ss;(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__AI_TRANSLATE="DOCUMENT__AI_TRANSLATE",e.DOCUMENT__DISPLAY="DOCUMENT__DISPLAY",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__DISPLAY="TOPIC__DISPLAY",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"})(ss||(ss={}));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 ls;(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"})(ls||(ls={}));var ds;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(ds||(ds={}));var us;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(us||(us={}));var ps;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(ps||(ps={}));var fs;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(fs||(fs={}));var hs;(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"})(hs||(hs={}));var ys;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(ys||(ys={}));var ms;(function(e){e.ASC="ASC",e.DESC="DESC"})(ms||(ms={}));var gs;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(gs||(gs={}));var bs;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(bs||(bs={}));var xs;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(xs||(xs={}));var vs;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(vs||(vs={}));var Ss;(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"})(Ss||(Ss={}));var Os;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Os||(Os={}));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 Es;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Es||(Es={}));var As;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(As||(As={}));var Y;(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.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_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.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",e.KHUB_ADMIN="KHUB_ADMIN",e.USERS_ADMIN="USERS_ADMIN",e.PORTAL_ADMIN="PORTAL_ADMIN",e.ADMIN="ADMIN"})(Y||(Y={}));var ve;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(ve||(ve={}));var ws;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(ws||(ws={}));var Rs;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Rs||(Rs={}));var Ts;(function(e){e.USER="USER",e.ASSISTANT="ASSISTANT"})(Ts||(Ts={}));var Ns;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Ns||(Ns={}));var Ls;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Ls||(Ls={}));var Fl={[Y.PERSONAL_BOOK_SHARE_USER]:[Y.PERSONAL_BOOK_USER],[Y.HTML_EXPORT_USER]:[Y.PERSONAL_BOOK_USER],[Y.PDF_EXPORT_USER]:[Y.PERSONAL_BOOK_USER],[Y.KHUB_ADMIN]:[Y.CONTENT_PUBLISHER],[Y.ADMIN]:[Y.KHUB_ADMIN,Y.USERS_ADMIN,Y.PORTAL_ADMIN],[Y.GENERATIVE_AI_EXPORT_USER]:[Y.GENERATIVE_AI_USER]};function Is(e,r){return e===r||(Fl[e]??[]).some(o=>Is(o,r))}function _s(e,r){return e==null?!1:(Array.isArray(e)?e:Array.isArray(e.roles)?e.roles:Array.isArray(e.profile?.roles)?e.profile.roles:[]).some(n=>Is(n,r))}var qr=class extends he{async listMySearches(){let{session:r}=L.getState();return _s(r,Y.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(r.profile.userId),5*60*1e3):[]}};var Ps=C(k());var Ln=class{isDate(r){var o,n,a,i;return(i=(a=((n=(o=L.getState().metadataConfiguration)===null||o===void 0?void 0:o.descriptors)!==null&&n!==void 0?n:[]).find(l=>l.key===r))===null||a===void 0?void 0:a.date)!==null&&i!==void 0?i:!1}format(r,o){var n,a,i;return Ps.DateFormatter.format(r,(n=o?.locale)!==null&&n!==void 0?n:L.getState().uiLocale,(a=o?.longFormat)!==null&&a!==void 0?a:!1,(i=o?.withTime)!==null&&i!==void 0?i:!1)}};window.FluidTopicsDateService=new Ln;var ks=C(k());var xr=class{static get(r,o){var n,a;let i=L.getState(),{lang:c,region:l}=(a=(n=i.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&a!==void 0?a:{lang:"en",region:"US"};return new ks.SearchPlaceConverter(i.baseUrl,r??20,i.searchInAllLanguagesAllowed,o??`${c}-${l}`)}};var In=class{urlToSearchRequest(r){return xr.get().parse(r)}searchRequestToUrl(r){return xr.get().serialize(r)}};window.FluidTopicsUrlService=new In;var ot=C(k());var St=class e extends CustomEvent{constructor(r){super(e.eventName,{detail:{currentItem:r}})}};St.eventName="change";var _n=class{itemName(r){return`fluid-topics-history-item-${r}`}get(r){let o=sessionStorage.getItem(this.itemName(r));return o?JSON.parse(o):void 0}set(r,o){sessionStorage.setItem(this.itemName(r),JSON.stringify(o))}},Ds=new _n;var Yr=class e extends ot.WithEventBus{static build(){return new e(window.history,Ds,()=>window.location,!1)}constructor(r,o,n,a){var i,c;super(),this.history=r,this.historyStorage=o,this.windowLocation=n,this.states=[],this.realPushState=r.pushState,this.realReplaceState=r.replaceState,this.initialIndex=(c=(i=r.state)===null||i===void 0?void 0:i.index)!==null&&c!==void 0?c:r.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(a)}setCurrentState(r,o=!1){let n=o&&this.currentIndex===r.index-1;this.currentState={...this.buildCurrentState(),...r},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,ot.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new St(this.currentItem())),0)}installProxies(){let r=o=>(n,a,[i,c,l])=>{let u=o(),p={...u===this.currentIndex?this.currentState:void 0,...i,index:u,href:typeof l=="string"?l:(l??this.windowLocation()).href};n.apply(a,[p,c,l]),this.setCurrentState(p,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:r(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:r(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",r=>this.setCurrentState(r.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(r){for(let o=this.history.length-1;o>=0;o--)r?this.states[o]=this.historyStorage.get(o):setTimeout(()=>this.states[o]=this.historyStorage.get(o),this.history.length-o)}updateCurrentState(r){var o;let n={...this.buildCurrentState(),...r,index:this.currentIndex,title:(o=r?.title)!==null&&o!==void 0?o:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(r){this.addEventListener(St.eventName,r)}removeHistoryChangeListener(r){this.removeEventListener(St.eventName,r)}currentItem(){return(0,ot.deepCopy)(this.currentState)}back(){let r=this.previousDifferentMajorPosition();r>=0?this.history.go(r-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return(0,ot.deepCopy)(this.states[this.previousDifferentMajorPosition()])}previousDifferentMajorPosition(){let r=this.currentIndex>0?this.currentIndex-1:0;for(;r>0&&!this.isDifferentMajorState(r);)r--;return r}forward(){let r=this.nextMajorPosition();r&&r<this.states.length?this.history.go(r-this.currentIndex):this.history.forward()}forwardItem(){let r=this.nextMajorPosition();if(r)return(0,ot.deepCopy)(this.states[r])}nextMajorPosition(){let r=this.currentIndex;if(!(r>=this.states.length)){do r++;while(r<this.states.length&&!this.isDifferentMajorState(r));return this.getHigherPositionInTheSameState(r)}}getHigherPositionInTheSameState(r){var o;let n=(o=this.states[r])===null||o===void 0?void 0:o.majorStateId;if(!n)return r;let a=r,i=r+1;for(;this.states.length>i&&!this.isDifferentMajorState(i,n);)this.hasState(i)&&(a=i),i++;return a}buildCurrentState(){var r,o;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(o=(r=this.history.state)===null||r===void 0?void 0:r.title)!==null&&o!==void 0?o:document.title}}hasState(r){return this.states[r]!=null}isDifferentMajorState(r,o){var n;if(!this.hasState(r))return!1;let a=o??this.currentState.majorStateId,i=(n=this.states[r])===null||n===void 0?void 0:n.majorStateId;return i==null||i!=a}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=Yr.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),addHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(e),removeHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(e)});var Bs=L;function Ms(e,r){var o;return Bs.getState().authenticationRequired&&!(!((o=Bs.getState().session)===null||o===void 0)&&o.sessionAuthenticated)?Promise.resolve(r):e()}var X=function(e,r,o,n){var a=arguments.length,i=a<3?r:n===null?n=Object.getOwnPropertyDescriptor(r,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,r,o,n);else for(var l=e.length-1;l>=0;l--)(c=e[l])&&(i=(a<3?c(i):a>3?c(r,o,i):c(r,o))||i);return a>3&&i&&Object.defineProperty(r,o,i),i},F=class extends Ne.FtLitElement{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.apiProvider=()=>vt.get(),this.authenticationRequired=!1,this.messageContexts=[],this.cache=new Ne.CacheRegistry,this.cleanSessionDebouncer=new Ne.Debouncer,this.reloadConfiguration=()=>{this.cache.clear("availableContentLocales"),this.updateAvailableContentLocales()}}render(){return Us.html`
560
560
  <slot></slot>
561
- `}connectedCallback(){super.connectedCallback(),L.addEventListener(xt.eventName,this.reloadConfiguration)}disconnectedCallback(){L.addEventListener(xt.eventName,this.reloadConfiguration),super.disconnectedCallback()}update(r){var o,n,a,i,c,l,u;super.update(r),r.has("baseUrl")&&(L.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),r.has("apiIntegrationIdentifier")&&L.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),r.has("apiIntegrationAppVersion")&&L.actions.apiIntegrationAppVersion(this.apiIntegrationAppVersion),r.has("uiLocale")&&L.actions.uiLocale(this.uiLocale),r.has("metadataConfiguration")&&L.actions.metadataConfiguration(this.metadataConfiguration),r.has("noCustom")&&L.actions.noCustom(this.noCustom),r.has("editorMode")&&L.actions.editorMode(this.editorMode),r.has("noCustomComponent")&&L.actions.noCustomComponent(this.noCustomComponent),r.has("session")&&L.actions.session(this.session),r.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(p=>br.addContext(p)),r.has("openExternalDocumentInNewTab")&&L.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),r.has("navigatorOnline")&&L.actions.navigatorOnline(this.navigatorOnline),r.has("forcedOffline")&&L.actions.forcedOffline(this.forcedOffline),r.has("localesConfiguration")&&(L.actions.defaultLocales((o=this.localesConfiguration)===null||o===void 0?void 0:o.defaultLocales),L.actions.availableUiLocales((a=(n=this.localesConfiguration)===null||n===void 0?void 0:n.availableUiLocales)!==null&&a!==void 0?a:[]),L.actions.searchInAllLanguagesAllowed((c=(i=this.localesConfiguration)===null||i===void 0?void 0:i.allLanguagesAllowed)!==null&&c!==void 0?c:!1)),r.has("authenticationRequired")&&L.actions.authenticationRequired(this.authenticationRequired),r.has("availableContentLocales")&&L.actions.availableContentLocales((u=(l=this.availableContentLocales)===null||l===void 0?void 0:l.contentLocales)!==null&&u!==void 0?u:[]),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.session==null&&this.updateSession(),this.metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration(),this.availableContentLocales==null&&this.updateAvailableContentLocales())}async updateSession(){this.session=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},r.idleTimeoutInMillis),r})}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}async updateLocalesConfiguration(){this.localesConfiguration=await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration())}async updateAvailableContentLocales(){this.availableContentLocales=await this.cache.get("availableContentLocales",()=>Ms(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}))}};F.elementDefinitions={};F.styles=Yi;X([(0,ae.property)()],F.prototype,"baseUrl",void 0);X([(0,ae.property)()],F.prototype,"apiIntegrationIdentifier",void 0);X([(0,ae.property)()],F.prototype,"apiIntegrationAppVersion",void 0);X([(0,ae.property)()],F.prototype,"uiLocale",void 0);X([(0,Ne.jsonProperty)(null)],F.prototype,"availableUiLocales",void 0);X([(0,Ne.jsonProperty)(null)],F.prototype,"metadataConfiguration",void 0);X([(0,ae.property)({type:Boolean})],F.prototype,"editorMode",void 0);X([(0,ae.property)({type:Boolean})],F.prototype,"noCustom",void 0);X([(0,ae.property)({type:Boolean})],F.prototype,"openExternalDocumentInNewTab",void 0);X([(0,ae.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],F.prototype,"noCustomComponent",void 0);X([(0,ae.property)({type:Boolean})],F.prototype,"withManualResources",void 0);X([(0,ae.property)({type:Boolean})],F.prototype,"navigatorOnline",void 0);X([(0,ae.property)({type:Boolean})],F.prototype,"forcedOffline",void 0);X([(0,ae.property)({type:Object})],F.prototype,"apiProvider",void 0);X([(0,ae.property)({type:Boolean})],F.prototype,"authenticationRequired",void 0);X([(0,Ne.jsonProperty)([])],F.prototype,"messageContexts",void 0);X([(0,Ne.jsonProperty)(void 0)],F.prototype,"session",void 0);X([(0,ae.state)()],F.prototype,"localesConfiguration",void 0);X([(0,ae.state)()],F.prototype,"availableContentLocales",void 0);var oa=C(oe());function zl(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;let o,n,a;if(Array.isArray(e)){if(o=e.length,o!=r.length)return!1;for(n=o;n--!==0;)if(!Xr(e[n],r[n]))return!1;return!0}if(e instanceof Map&&r instanceof Map){if(e.size!==r.size)return!1;for(n of e.entries())if(!r.has(n[0]))return!1;for(n of e.entries())if(!Xr(n[1],r.get(n[0])))return!1;return!0}if(e instanceof Set&&r instanceof Set){if(e.size!==r.size)return!1;for(n of e.entries())if(!r.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===r.valueOf();let i=c=>Object.keys(c).filter(l=>c[l]!=null);if(a=i(e),o=a.length,o!==i(r).length)return!1;for(n=o;n--!==0;)if(!Object.prototype.hasOwnProperty.call(r,a[n]))return!1;for(n=o;n--!==0;){let c=a[n];if(!Xr(e[c],r[c]))return!1}return!0}return e!==e&&r!==r||e==null&&r==null}function Xr(e,r){try{return zl(e,r)}catch{return!1}}function vr(e,r){return!Xr(e,r)}function Jr(e,r){let o=n=>n[e]===!0;return n=>{if(o(n))return n;let a=r(n);return a[e]=!0,a}}var $s=C(oe(),1);var Pn=e=>{let r=e??{};return(o,n)=>{var a;let i={hasChanged:vr,attribute:!1,...r};(0,$s.property)(i)(o,n);let c=o.constructor;c.reduxProperties=new Map(c.reduxProperties),c.reduxProperties.set(n,{selector:(a=r.selector)!==null&&a!==void 0?a:l=>l[n],store:r.store})}};var Qr=class{constructor(){this.queue=[]}add(r,o=!1){o&&this.clear(r.type),this.queue.push(r)}consume(r){let o=this.queue.find(n=>n.type===r);return o&&(this.queue=this.queue.filter(n=>n!==o)),o}clear(r){typeof r=="string"?this.queue=this.queue.filter(o=>o.type!==r):this.queue=this.queue.filter(o=>!r.test(o.type))}};var Ot=C(oe(),1);var Hs=C(oe(),1);function Fs(e,r){let o=()=>JSON.parse(JSON.stringify(e));return(0,Hs.property)({type:Object,converter:{fromAttribute:n=>{if(n==null)return o();try{return JSON.parse(n)}catch{return o()}},toAttribute:n=>JSON.stringify(n)},hasChanged:vr,...r??{}})}var eo=class{constructor(r=0){this.timeout=r,this.callbacks=[]}run(r,o){return this.callbacks=[r],this.debounce(o)}queue(r,o){return this.callbacks.push(r),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(r){return this.promise==null&&(this.promise=new Promise((o,n)=>{this.resolvePromise=o,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),r??this.timeout),this.promise}async runCallbacks(){var r,o;let n=[...this.callbacks];this.callbacks=[];let a=(r=this.rejectPromise)!==null&&r!==void 0?r:()=>null,i=(o=this.resolvePromise)!==null&&o!==void 0?o:()=>null;this.clearPromise();for(let c of n)try{await c()}catch(l){a(l);return}i(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var zs=C(W(),1);var to=globalThis,Gl=to.ShadowRoot&&(to.ShadyCSS===void 0||to.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Sb=Symbol();var Ws=(e,r)=>{if(Gl)e.adoptedStyleSheets=r.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet);else for(let o of r){let n=document.createElement("style"),a=to.litNonce;a!==void 0&&n.setAttribute("nonce",a),n.textContent=o.cssText,e.appendChild(n)}};var ro=class extends zs.LitElement{createRenderRoot(){let r=this.constructor;r.elementDefinitions&&!r.registry&&(r.registry=new CustomElementRegistry,Object.entries(r.elementDefinitions).forEach(([a,i])=>r.registry.define(a,i)));let o={...r.shadowRootOptions,customElements:r.registry},n=this.renderOptions.creationScope=this.attachShadow(o);return Ws(n,r.elementStyles),n}};function Gs(e,r,...o){var n;let a=e.querySelector(r);for(let i of o)a=(n=a?.shadowRoot)===null||n===void 0?void 0:n.querySelector(i);return a}var Jt=function(e,r,o,n){var a=arguments.length,i=a<3?r:n===null?n=Object.getOwnPropertyDescriptor(r,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,r,o,n);else for(var l=e.length-1;l>=0;l--)(c=e[l])&&(i=(a<3?c(i):a>3?c(r,o,i):c(r,o))||i);return a>3&&i&&Object.defineProperty(r,o,i),i},Zs,js=Symbol("constructorPrototype"),Ks=Symbol("constructorName"),qs=Symbol("exportpartsDebouncer"),Vs=Symbol("dynamicDependenciesLoaded"),Xt=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};Xt.eventName="exportparts-updated";var $e=class extends ro{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Zs]=new eo(5),this.scheduleExportpartsUpdate=()=>{var r,o,n;(!((r=this.exportpartsPrefix)===null||r===void 0)&&r.trim()||(n=(o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)!==null&&n!==void 0&&n)&&this[qs].run(()=>{var a,i;!((a=this.exportpartsPrefix)===null||a===void 0)&&a.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((i=this.exportpartsPrefixes)===null||i===void 0?void 0:i.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[Ks]=this.constructor.name,this[js]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Ks]&&Object.setPrototypeOf(this,this[js])}connectedCallback(){var r;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 o=this.constructor;o[Vs]||(o[Vs]=!0,this.importDynamicDependencies()),(r=this.shadowRoot)===null||r===void 0||r.addEventListener(Xt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var r;super.disconnectedCallback(),(r=this.shadowRoot)===null||r===void 0||r.removeEventListener(Xt.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(r){super.updated(r),this.updateComplete.then(()=>{this.contentAvailableCallback(r),this.focusElementToFocus(r),this.applyCustomStylesheet(r),this.scheduleExportpartsUpdate(),r.has("exportparts")&&this.dispatchEvent(new Xt)})}contentAvailableCallback(r){}focusElementToFocus(r){if(r.has("elementToFocus")&&this.elementToFocus!=null){let{element:o,selector:n,shadowPath:a}=this.elementToFocus;if(n!=null){let i=[...a??[],n];o=Gs(this.shadowRoot,...i)}o?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||o?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(r){var o,n,a;if(((n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(r.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((a=this.customStylesheet)!==null&&a!==void 0?a:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let i=document.createElement("style");i.classList.add("ft-lit-element--custom-stylesheet"),i.innerHTML=this.customStylesheet,this.shadowRoot.append(i)}}setExportpartsAttribute(r){var o,n,a,i,c,l;let u=g=>g!=null&&g.trim().length>0,p=r.filter(u).map(g=>g.trim());if(p.length===0){this.exportparts=void 0;return}let m=new Set;for(let g of(n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let v=(i=(a=g.getAttribute("part"))===null||a===void 0?void 0:a.split(" "))!==null&&i!==void 0?i:[],x=(l=(c=g.getAttribute("exportparts"))===null||c===void 0?void 0:c.split(",").map(T=>T.split(":")[1]))!==null&&l!==void 0?l:[],O=[...v,...x].filter(u).map(T=>T.trim());for(let T of O)m.add(T)}if(m.size===0){this.exportparts=void 0;return}let h=[...m.values()].flatMap(g=>p.map(v=>`${g}:${v}--${g}`));this.exportparts=[...this.part,...h].join(", ")}};Zs=qs;Jt([(0,Ot.property)()],$e.prototype,"exportpartsPrefix",void 0);Jt([Fs([])],$e.prototype,"exportpartsPrefixes",void 0);Jt([(0,Ot.property)({reflect:!0})],$e.prototype,"exportparts",void 0);Jt([(0,Ot.property)()],$e.prototype,"customStylesheet",void 0);Jt([(0,Ot.property)()],$e.prototype,"elementToFocus",void 0);Jt([(0,Ot.state)()],$e.prototype,"useAdoptedStyleSheets",void 0);function oo(e){var r;return(r=e?.isFtReduxStore)!==null&&r!==void 0?r:!1}var Sr=Symbol("internalReduxEventsUnsubscribers"),nt=Symbol("internalStoresUnsubscribers"),Ct=Symbol("internalStores"),jl=Jr(Symbol("withRedux"),function(e){var r,o,n;class a extends e{constructor(){super(...arguments),this[r]=new Map,this[o]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(c){super.willUpdate(c),[...this.reduxConstructor.reduxReactiveProperties].some(l=>c.has(l))&&this.updateFromStores()}getUnnamedStore(){if(this[Ct].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Ct].values()][0]}getStore(c){return c==null?this.getUnnamedStore():this[Ct].get(c)}addStore(c,l){var u;l=(u=l??c.name)!==null&&u!==void 0?u:"default-store",this.unsubscribeFromStore(l),this[Ct].set(l,c),this.subscribeToStore(l,c),this.updateFromStores()}removeStore(c){let l=typeof c=="string"?c:c.name;this.unsubscribeFromStore(l),this[Ct].delete(l)}setupStores(){this.unsubscribeFromStores(),this[Ct].forEach((c,l)=>this.subscribeToStore(l,c)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((c,l)=>{let u=this.constructor.getPropertyOptions(l);if(!u?.attribute||!this.hasAttribute(typeof u?.attribute=="string"?u.attribute:l)){let p=this.getStore(c.store);p&&(c.store?this[nt].has(c.store):this[nt].size>0)&&(this[l]=c.selector(p.getState(),this))}})}subscribeToStore(c,l){var u;this[nt].set(c,l.subscribe(()=>this.updateFromStores())),this[Sr].set(c,[]),oo(l)&&l.eventBus&&((u=this.reduxConstructor.reduxEventListeners)===null||u===void 0||u.forEach((p,m)=>{if(typeof this[m]=="function"&&(!p.store||l.name===p.store)){let h=g=>this[m](g);l.addEventListener(p.eventName,h),this[Sr].get(c).push(()=>l.removeEventListener(p.eventName,h))}})),this.onStoreAvailable(c)}unsubscribeFromStores(){this[nt].forEach((c,l)=>this.unsubscribeFromStore(l))}unsubscribeFromStore(c){var l;this[nt].has(c)&&this[nt].get(c)(),this[nt].delete(c),(l=this[Sr].get(c))===null||l===void 0||l.forEach(u=>u()),this[Sr].delete(c)}onStoreAvailable(c){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return r=nt,o=Ct,n=Sr,a.reduxProperties=new Map,a.reduxReactiveProperties=new Set,a.reduxEventListeners=new Map,a}),Ys=class extends jl($e){};function Se(e){for(var r=arguments.length,o=Array(r>1?r-1:0),n=1;n<r;n++)o[n-1]=arguments[n];if(0)var a,i;throw Error("[Immer] minified error nr: "+e+(o.length?" "+o.map(function(c){return"'"+c+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function qe(e){return!!e&&!!e[G]}function Le(e){var r;return!!e&&(function(o){if(!o||typeof o!="object")return!1;var n=Object.getPrototypeOf(o);if(n===null)return!0;var a=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return a===Object||typeof a=="function"&&Function.toString.call(a)===Ql}(e)||Array.isArray(e)||!!e[oc]||!!(!((r=e.constructor)===null||r===void 0)&&r[oc])||Wn(e)||zn(e))}function Et(e,r,o){o===void 0&&(o=!1),tr(e)===0?(o?Object.keys:er)(e).forEach(function(n){o&&typeof n=="symbol"||r(n,e[n],e)}):e.forEach(function(n,a){return r(a,n,e)})}function tr(e){var r=e[G];return r?r.i>3?r.i-4:r.i:Array.isArray(e)?1:Wn(e)?2:zn(e)?3:0}function Qt(e,r){return tr(e)===2?e.has(r):Object.prototype.hasOwnProperty.call(e,r)}function Kl(e,r){return tr(e)===2?e.get(r):e[r]}function nc(e,r,o){var n=tr(e);n===2?e.set(r,o):n===3?e.add(o):e[r]=o}function ac(e,r){return e===r?e!==0||1/e==1/r:e!=e&&r!=r}function Wn(e){return Xl&&e instanceof Map}function zn(e){return Jl&&e instanceof Set}function at(e){return e.o||e.t}function Gn(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var r=cc(e);delete r[G];for(var o=er(r),n=0;n<o.length;n++){var a=o[n],i=r[a];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(r[a]={configurable:!0,writable:!0,enumerable:i.enumerable,value:e[a]})}return Object.create(Object.getPrototypeOf(e),r)}function jn(e,r){return r===void 0&&(r=!1),Kn(e)||qe(e)||!Le(e)||(tr(e)>1&&(e.set=e.add=e.clear=e.delete=Vl),Object.freeze(e),r&&Et(e,function(o,n){return jn(n,!0)},!0)),e}function Vl(){Se(2)}function Kn(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function He(e){var r=Fn[e];return r||Se(18,e),r}function Zl(e,r){Fn[e]||(Fn[e]=r)}function Un(){return Cr}function kn(e,r){r&&(He("Patches"),e.u=[],e.s=[],e.v=r)}function no(e){$n(e),e.p.forEach(ql),e.p=null}function $n(e){e===Cr&&(Cr=e.l)}function Xs(e){return Cr={p:[],l:Cr,h:e,m:!0,_:0}}function ql(e){var r=e[G];r.i===0||r.i===1?r.j():r.g=!0}function Dn(e,r){r._=r.p.length;var o=r.p[0],n=e!==void 0&&e!==o;return r.h.O||He("ES5").S(r,e,n),n?(o[G].P&&(no(r),Se(4)),Le(e)&&(e=ao(r,e),r.l||io(r,e)),r.u&&He("Patches").M(o[G].t,e,r.u,r.s)):e=ao(r,o,[]),no(r),r.u&&r.v(r.u,r.s),e!==sc?e:void 0}function ao(e,r,o){if(Kn(r))return r;var n=r[G];if(!n)return Et(r,function(l,u){return Js(e,n,r,l,u,o)},!0),r;if(n.A!==e)return r;if(!n.P)return io(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var a=n.i===4||n.i===5?n.o=Gn(n.k):n.o,i=a,c=!1;n.i===3&&(i=new Set(a),a.clear(),c=!0),Et(i,function(l,u){return Js(e,n,a,l,u,o,c)}),io(e,a,!1),o&&e.u&&He("Patches").N(n,o,e.u,e.s)}return n.o}function Js(e,r,o,n,a,i,c){if(qe(a)){var l=ao(e,a,i&&r&&r.i!==3&&!Qt(r.R,n)?i.concat(n):void 0);if(nc(o,n,l),!qe(l))return;e.m=!1}else c&&o.add(a);if(Le(a)&&!Kn(a)){if(!e.h.D&&e._<1)return;ao(e,a),r&&r.A.l||io(e,a)}}function io(e,r,o){o===void 0&&(o=!1),!e.l&&e.h.D&&e.m&&jn(r,o)}function Bn(e,r){var o=e[G];return(o?at(o):e)[r]}function Qs(e,r){if(r in e)for(var o=Object.getPrototypeOf(e);o;){var n=Object.getOwnPropertyDescriptor(o,r);if(n)return n;o=Object.getPrototypeOf(o)}}function it(e){e.P||(e.P=!0,e.l&&it(e.l))}function Mn(e){e.o||(e.o=Gn(e.t))}function Hn(e,r,o){var n=Wn(r)?He("MapSet").F(r,o):zn(r)?He("MapSet").T(r,o):e.O?function(a,i){var c=Array.isArray(a),l={i:c?1:0,A:i?i.A:Un(),P:!1,I:!1,R:{},l:i,t:a,k:null,o:null,j:null,C:!1},u=l,p=Er;c&&(u=[l],p=Or);var m=Proxy.revocable(u,p),h=m.revoke,g=m.proxy;return l.k=g,l.j=h,g}(r,o):He("ES5").J(r,o);return(o?o.A:Un()).p.push(n),n}function Yl(e){return qe(e)||Se(22,e),function r(o){if(!Le(o))return o;var n,a=o[G],i=tr(o);if(a){if(!a.P&&(a.i<4||!He("ES5").K(a)))return a.t;a.I=!0,n=ec(o,i),a.I=!1}else n=ec(o,i);return Et(n,function(c,l){a&&Kl(a.t,c)===l||nc(n,c,r(l))}),i===3?new Set(n):n}(e)}function ec(e,r){switch(r){case 2:return new Map(e);case 3:return Array.from(e)}return Gn(e)}function ic(){function e(c,l){var u=i[c];return u?u.enumerable=l:i[c]=u={configurable:!0,enumerable:l,get:function(){var p=this[G];return Er.get(p,c)},set:function(p){var m=this[G];Er.set(m,c,p)}},u}function r(c){for(var l=c.length-1;l>=0;l--){var u=c[l][G];if(!u.P)switch(u.i){case 5:n(u)&&it(u);break;case 4:o(u)&&it(u)}}}function o(c){for(var l=c.t,u=c.k,p=er(u),m=p.length-1;m>=0;m--){var h=p[m];if(h!==G){var g=l[h];if(g===void 0&&!Qt(l,h))return!0;var v=u[h],x=v&&v[G];if(x?x.t!==g:!ac(v,g))return!0}}var O=!!l[G];return p.length!==er(l).length+(O?0:1)}function n(c){var l=c.k;if(l.length!==c.t.length)return!0;var u=Object.getOwnPropertyDescriptor(l,l.length-1);if(u&&!u.get)return!0;for(var p=0;p<l.length;p++)if(!l.hasOwnProperty(p))return!0;return!1}function a(c){c.g&&Se(3,JSON.stringify(at(c)))}var i={};Zl("ES5",{J:function(c,l){var u=Array.isArray(c),p=function(h,g){if(h){for(var v=Array(g.length),x=0;x<g.length;x++)Object.defineProperty(v,""+x,e(x,!0));return v}var O=cc(g);delete O[G];for(var T=er(O),R=0;R<T.length;R++){var N=T[R];O[N]=e(N,h||!!O[N].enumerable)}return Object.create(Object.getPrototypeOf(g),O)}(u,c),m={i:u?5:4,A:l?l.A:Un(),P:!1,I:!1,R:{},l,t:c,k:p,o:null,g:!1,C:!1};return Object.defineProperty(p,G,{value:m,writable:!0}),p},S:function(c,l,u){u?qe(l)&&l[G].A===c&&r(c.p):(c.u&&function p(m){if(m&&typeof m=="object"){var h=m[G];if(h){var g=h.t,v=h.k,x=h.R,O=h.i;if(O===4)Et(v,function(B){B!==G&&(g[B]!==void 0||Qt(g,B)?x[B]||p(v[B]):(x[B]=!0,it(h)))}),Et(g,function(B){v[B]!==void 0||Qt(v,B)||(x[B]=!1,it(h))});else if(O===5){if(n(h)&&(it(h),x.length=!0),v.length<g.length)for(var T=v.length;T<g.length;T++)x[T]=!1;else for(var R=g.length;R<v.length;R++)x[R]=!0;for(var N=Math.min(v.length,g.length),P=0;P<N;P++)v.hasOwnProperty(P)||(x[P]=!0),x[P]===void 0&&p(v[P])}}}}(c.p[0]),r(c.p))},K:function(c){return c.i===4?o(c):n(c)}})}var tc,Cr,Vn=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Xl=typeof Map<"u",Jl=typeof Set<"u",rc=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",sc=Vn?Symbol.for("immer-nothing"):((tc={})["immer-nothing"]=!0,tc),oc=Vn?Symbol.for("immer-draftable"):"__$immer_draftable",G=Vn?Symbol.for("immer-state"):"__$immer_state";var Ql=""+Object.prototype.constructor,er=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,cc=Object.getOwnPropertyDescriptors||function(e){var r={};return er(e).forEach(function(o){r[o]=Object.getOwnPropertyDescriptor(e,o)}),r},Fn={},Er={get:function(e,r){if(r===G)return e;var o=at(e);if(!Qt(o,r))return function(a,i,c){var l,u=Qs(i,c);return u?"value"in u?u.value:(l=u.get)===null||l===void 0?void 0:l.call(a.k):void 0}(e,o,r);var n=o[r];return e.I||!Le(n)?n:n===Bn(e.t,r)?(Mn(e),e.o[r]=Hn(e.A.h,n,e)):n},has:function(e,r){return r in at(e)},ownKeys:function(e){return Reflect.ownKeys(at(e))},set:function(e,r,o){var n=Qs(at(e),r);if(n?.set)return n.set.call(e.k,o),!0;if(!e.P){var a=Bn(at(e),r),i=a?.[G];if(i&&i.t===o)return e.o[r]=o,e.R[r]=!1,!0;if(ac(o,a)&&(o!==void 0||Qt(e.t,r)))return!0;Mn(e),it(e)}return e.o[r]===o&&(o!==void 0||r in e.o)||Number.isNaN(o)&&Number.isNaN(e.o[r])||(e.o[r]=o,e.R[r]=!0),!0},deleteProperty:function(e,r){return Bn(e.t,r)!==void 0||r in e.t?(e.R[r]=!1,Mn(e),it(e)):delete e.R[r],e.o&&delete e.o[r],!0},getOwnPropertyDescriptor:function(e,r){var o=at(e),n=Reflect.getOwnPropertyDescriptor(o,r);return n&&{writable:!0,configurable:e.i!==1||r!=="length",enumerable:n.enumerable,value:o[r]}},defineProperty:function(){Se(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){Se(12)}},Or={};Et(Er,function(e,r){Or[e]=function(){return arguments[0]=arguments[0][0],r.apply(this,arguments)}}),Or.deleteProperty=function(e,r){return Or.set.call(this,e,r,void 0)},Or.set=function(e,r,o){return Er.set.call(this,e[0],r,o,e[0])};var ed=function(){function e(o){var n=this;this.O=rc,this.D=!0,this.produce=function(a,i,c){if(typeof a=="function"&&typeof i!="function"){var l=i;i=a;var u=n;return function(O){var T=this;O===void 0&&(O=l);for(var R=arguments.length,N=Array(R>1?R-1:0),P=1;P<R;P++)N[P-1]=arguments[P];return u.produce(O,function(B){var M;return(M=i).call.apply(M,[T,B].concat(N))})}}var p;if(typeof i!="function"&&Se(6),c!==void 0&&typeof c!="function"&&Se(7),Le(a)){var m=Xs(n),h=Hn(n,a,void 0),g=!0;try{p=i(h),g=!1}finally{g?no(m):$n(m)}return typeof Promise<"u"&&p instanceof Promise?p.then(function(O){return kn(m,c),Dn(O,m)},function(O){throw no(m),O}):(kn(m,c),Dn(p,m))}if(!a||typeof a!="object"){if((p=i(a))===void 0&&(p=a),p===sc&&(p=void 0),n.D&&jn(p,!0),c){var v=[],x=[];He("Patches").M(a,p,v,x),c(v,x)}return p}Se(21,a)},this.produceWithPatches=function(a,i){if(typeof a=="function")return function(p){for(var m=arguments.length,h=Array(m>1?m-1:0),g=1;g<m;g++)h[g-1]=arguments[g];return n.produceWithPatches(p,function(v){return a.apply(void 0,[v].concat(h))})};var c,l,u=n.produce(a,i,function(p,m){c=p,l=m});return typeof Promise<"u"&&u instanceof Promise?u.then(function(p){return[p,c,l]}):[u,c,l]},typeof o?.useProxies=="boolean"&&this.setUseProxies(o.useProxies),typeof o?.autoFreeze=="boolean"&&this.setAutoFreeze(o.autoFreeze)}var r=e.prototype;return r.createDraft=function(o){Le(o)||Se(8),qe(o)&&(o=Yl(o));var n=Xs(this),a=Hn(this,o,void 0);return a[G].C=!0,$n(n),a},r.finishDraft=function(o,n){var a=o&&o[G],i=a.A;return kn(i,n),Dn(void 0,i)},r.setAutoFreeze=function(o){this.D=o},r.setUseProxies=function(o){o&&!rc&&Se(20),this.O=o},r.applyPatches=function(o,n){var a;for(a=n.length-1;a>=0;a--){var i=n[a];if(i.path.length===0&&i.op==="replace"){o=i.value;break}}a>-1&&(n=n.slice(a+1));var c=He("Patches").$;return qe(o)?c(o,n):this.produce(o,function(l){return c(l,n)})},e}(),ye=new ed,td=ye.produce,Bb=ye.produceWithPatches.bind(ye),Mb=ye.setAutoFreeze.bind(ye),Ub=ye.setUseProxies.bind(ye),$b=ye.applyPatches.bind(ye),Hb=ye.createDraft.bind(ye),Fb=ye.finishDraft.bind(ye),so=td;function At(e){"@babel/helpers - typeof";return At=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(r){return typeof r}:function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},At(e)}function lc(e,r){if(At(e)!="object"||!e)return e;var o=e[Symbol.toPrimitive];if(o!==void 0){var n=o.call(e,r||"default");if(At(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(r==="string"?String:Number)(e)}function dc(e){var r=lc(e,"string");return At(r)=="symbol"?r:r+""}function uc(e,r,o){return(r=dc(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}function pc(e,r){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),o.push.apply(o,n)}return o}function Zn(e){for(var r=1;r<arguments.length;r++){var o=arguments[r]!=null?arguments[r]:{};r%2?pc(Object(o),!0).forEach(function(n){uc(e,n,o[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):pc(Object(o)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(o,n))})}return e}function ie(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 fc=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),qn=function(){return Math.random().toString(36).substring(7).split("").join(".")},co={INIT:"@@redux/INIT"+qn(),REPLACE:"@@redux/REPLACE"+qn(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+qn()}};function rd(e){if(typeof e!="object"||e===null)return!1;for(var r=e;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return Object.getPrototypeOf(e)===r}function Yn(e,r,o){var n;if(typeof r=="function"&&typeof o=="function"||typeof o=="function"&&typeof arguments[3]=="function")throw new Error(ie(0));if(typeof r=="function"&&typeof o>"u"&&(o=r,r=void 0),typeof o<"u"){if(typeof o!="function")throw new Error(ie(1));return o(Yn)(e,r)}if(typeof e!="function")throw new Error(ie(2));var a=e,i=r,c=[],l=c,u=!1;function p(){l===c&&(l=c.slice())}function m(){if(u)throw new Error(ie(3));return i}function h(O){if(typeof O!="function")throw new Error(ie(4));if(u)throw new Error(ie(5));var T=!0;return p(),l.push(O),function(){if(T){if(u)throw new Error(ie(6));T=!1,p();var N=l.indexOf(O);l.splice(N,1),c=null}}}function g(O){if(!rd(O))throw new Error(ie(7));if(typeof O.type>"u")throw new Error(ie(8));if(u)throw new Error(ie(9));try{u=!0,i=a(i,O)}finally{u=!1}for(var T=c=l,R=0;R<T.length;R++){var N=T[R];N()}return O}function v(O){if(typeof O!="function")throw new Error(ie(10));a=O,g({type:co.REPLACE})}function x(){var O,T=h;return O={subscribe:function(N){if(typeof N!="object"||N===null)throw new Error(ie(11));function P(){N.next&&N.next(m())}P();var B=T(P);return{unsubscribe:B}}},O[fc]=function(){return this},O}return g({type:co.INIT}),n={dispatch:g,subscribe:h,getState:m,replaceReducer:v},n[fc]=x,n}function od(e){Object.keys(e).forEach(function(r){var o=e[r],n=o(void 0,{type:co.INIT});if(typeof n>"u")throw new Error(ie(12));if(typeof o(void 0,{type:co.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(ie(13))})}function hc(e){for(var r=Object.keys(e),o={},n=0;n<r.length;n++){var a=r[n];typeof e[a]=="function"&&(o[a]=e[a])}var i=Object.keys(o),c,l;try{od(o)}catch(u){l=u}return function(p,m){if(p===void 0&&(p={}),l)throw l;if(0)var h;for(var g=!1,v={},x=0;x<i.length;x++){var O=i[x],T=o[O],R=p[O],N=T(R,m);if(typeof N>"u"){var P=m&&m.type;throw new Error(ie(14))}v[O]=N,g=g||N!==R}return g=g||i.length!==Object.keys(p).length,g?v:p}}function rr(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return r.length===0?function(n){return n}:r.length===1?r[0]:r.reduce(function(n,a){return function(){return n(a.apply(void 0,arguments))}})}function yc(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return function(n){return function(){var a=n.apply(void 0,arguments),i=function(){throw new Error(ie(15))},c={getState:a.getState,dispatch:function(){return i.apply(void 0,arguments)}},l=r.map(function(u){return u(c)});return i=rr.apply(void 0,l)(a.dispatch),Zn(Zn({},a),{},{dispatch:i})}}}function mc(e){var r=function(n){var a=n.dispatch,i=n.getState;return function(c){return function(l){return typeof l=="function"?l(a,i,e):c(l)}}};return r}var gc=mc();gc.withExtraArgument=mc;var Xn=gc;var Oc=function(){var e=function(r,o){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,a){n.__proto__=a}||function(n,a){for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(n[i]=a[i])},e(r,o)};return function(r,o){if(typeof o!="function"&&o!==null)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");e(r,o);function n(){this.constructor=r}r.prototype=o===null?Object.create(o):(n.prototype=o.prototype,new n)}}(),nd=function(e,r){var o={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,a,i,c;return c={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function l(p){return function(m){return u([p,m])}}function u(p){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,a&&(i=p[0]&2?a.return:p[0]?a.throw||((i=a.return)&&i.call(a),0):a.next)&&!(i=i.call(a,p[1])).done)return i;switch(a=0,i&&(p=[p[0]&2,i.value]),p[0]){case 0:case 1:i=p;break;case 4:return o.label++,{value:p[1],done:!1};case 5:o.label++,a=p[1],p=[0];continue;case 7:p=o.ops.pop(),o.trys.pop();continue;default:if(i=o.trys,!(i=i.length>0&&i[i.length-1])&&(p[0]===6||p[0]===2)){o=0;continue}if(p[0]===3&&(!i||p[1]>i[0]&&p[1]<i[3])){o.label=p[1];break}if(p[0]===6&&o.label<i[1]){o.label=i[1],i=p;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(p);break}i[2]&&o.ops.pop(),o.trys.pop();continue}p=r.call(e,o)}catch(m){p=[6,m],a=0}finally{n=i=0}if(p[0]&5)throw p[1];return{value:p[0]?p[1]:void 0,done:!0}}},or=function(e,r){for(var o=0,n=r.length,a=e.length;o<n;o++,a++)e[a]=r[o];return e},ad=Object.defineProperty,id=Object.defineProperties,sd=Object.getOwnPropertyDescriptors,bc=Object.getOwnPropertySymbols,cd=Object.prototype.hasOwnProperty,ld=Object.prototype.propertyIsEnumerable,xc=function(e,r,o){return r in e?ad(e,r,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[r]=o},st=function(e,r){for(var o in r||(r={}))cd.call(r,o)&&xc(e,o,r[o]);if(bc)for(var n=0,a=bc(r);n<a.length;n++){var o=a[n];ld.call(r,o)&&xc(e,o,r[o])}return e},Jn=function(e,r){return id(e,sd(r))},dd=function(e,r,o){return new Promise(function(n,a){var i=function(u){try{l(o.next(u))}catch(p){a(p)}},c=function(u){try{l(o.throw(u))}catch(p){a(p)}},l=function(u){return u.done?n(u.value):Promise.resolve(u.value).then(i,c)};l((o=o.apply(e,r)).next())})};var ud=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?rr:rr.apply(null,arguments)},ax=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function pd(e){if(typeof e!="object"||e===null)return!1;var r=Object.getPrototypeOf(e);if(r===null)return!0;for(var o=r;Object.getPrototypeOf(o)!==null;)o=Object.getPrototypeOf(o);return r===o}var fd=function(e){Oc(r,e);function r(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var a=e.apply(this,o)||this;return Object.setPrototypeOf(a,r.prototype),a}return Object.defineProperty(r,Symbol.species,{get:function(){return r},enumerable:!1,configurable:!0}),r.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return e.prototype.concat.apply(this,o)},r.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(r.bind.apply(r,or([void 0],o[0].concat(this)))):new(r.bind.apply(r,or([void 0],o.concat(this))))},r}(Array),hd=function(e){Oc(r,e);function r(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var a=e.apply(this,o)||this;return Object.setPrototypeOf(a,r.prototype),a}return Object.defineProperty(r,Symbol.species,{get:function(){return r},enumerable:!1,configurable:!0}),r.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return e.prototype.concat.apply(this,o)},r.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(r.bind.apply(r,or([void 0],o[0].concat(this)))):new(r.bind.apply(r,or([void 0],o.concat(this))))},r}(Array);function ta(e){return Le(e)?so(e,function(){}):e}function yd(e){return typeof e=="boolean"}function md(){return function(r){return gd(r)}}function gd(e){e===void 0&&(e={});var r=e.thunk,o=r===void 0?!0:r,n=e.immutableCheck,a=n===void 0?!0:n,i=e.serializableCheck,c=i===void 0?!0:i,l=new fd;if(o&&(yd(o)?l.push(Xn):l.push(Xn.withExtraArgument(o.extraArgument))),0){if(a)var u;if(c)var p}return l}var Qn=!0;function Cc(e){var r=md(),o=e||{},n=o.reducer,a=n===void 0?void 0:n,i=o.middleware,c=i===void 0?r():i,l=o.devTools,u=l===void 0?!0:l,p=o.preloadedState,m=p===void 0?void 0:p,h=o.enhancers,g=h===void 0?void 0:h,v;if(typeof a=="function")v=a;else if(pd(a))v=hc(a);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 x=c;if(typeof x=="function"&&(x=x(r),!Qn&&!Array.isArray(x)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Qn&&x.some(function(B){return typeof B!="function"}))throw new Error("each middleware provided to configureStore must be a function");var O=yc.apply(void 0,x),T=rr;u&&(T=ud(st({trace:!Qn},typeof u=="object"&&u)));var R=new hd(O),N=R;Array.isArray(g)?N=or([O],g):typeof g=="function"&&(N=g(R));var P=T.apply(void 0,N);return Yn(v,m,P)}function ct(e,r){function o(){for(var n=[],a=0;a<arguments.length;a++)n[a]=arguments[a];if(r){var i=r.apply(void 0,n);if(!i)throw new Error("prepareAction did not return an object");return st(st({type:e,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:e,payload:n[0]}}return o.toString=function(){return""+e},o.type=e,o.match=function(n){return n.type===e},o}function Ec(e){var r={},o=[],n,a={addCase:function(i,c){var l=typeof i=="string"?i:i.type;if(l in r)throw new Error("addCase cannot be called with two reducers for the same action type");return r[l]=c,a},addMatcher:function(i,c){return o.push({matcher:i,reducer:c}),a},addDefaultCase:function(i){return n=i,a}};return e(a),[r,o,n]}function bd(e){return typeof e=="function"}function xd(e,r,o,n){o===void 0&&(o=[]);var a=typeof r=="function"?Ec(r):[r,o,n],i=a[0],c=a[1],l=a[2],u;if(bd(e))u=function(){return ta(e())};else{var p=ta(e);u=function(){return p}}function m(h,g){h===void 0&&(h=u());var v=or([i[g.type]],c.filter(function(x){var O=x.matcher;return O(g)}).map(function(x){var O=x.reducer;return O}));return v.filter(function(x){return!!x}).length===0&&(v=[l]),v.reduce(function(x,O){if(O)if(qe(x)){var T=x,R=O(T,g);return R===void 0?x:R}else{if(Le(x))return so(x,function(N){return O(N,g)});var R=O(x,g);if(R===void 0){if(x===null)return x;throw Error("A case reducer on a non-draftable value must not return undefined")}return R}return x},h)}return m.getInitialState=u,m}function vd(e,r){return e+"/"+r}function Ac(e){var r=e.name;if(!r)throw new Error("`name` is a required option for createSlice");typeof process<"u";var o=typeof e.initialState=="function"?e.initialState:ta(e.initialState),n=e.reducers||{},a=Object.keys(n),i={},c={},l={};a.forEach(function(m){var h=n[m],g=vd(r,m),v,x;"reducer"in h?(v=h.reducer,x=h.prepare):v=h,i[m]=v,c[g]=v,l[m]=x?ct(g,x):ct(g)});function u(){var m=typeof e.extraReducers=="function"?Ec(e.extraReducers):[e.extraReducers],h=m[0],g=h===void 0?{}:h,v=m[1],x=v===void 0?[]:v,O=m[2],T=O===void 0?void 0:O,R=st(st({},g),c);return xd(o,function(N){for(var P in R)N.addCase(P,R[P]);for(var B=0,M=x;B<M.length;B++){var de=M[B];N.addMatcher(de.matcher,de.reducer)}T&&N.addDefaultCase(T)})}var p;return{name:r,reducer:function(m,h){return p||(p=u()),p(m,h)},actions:l,caseReducers:i,getInitialState:function(){return p||(p=u()),p.getInitialState()}}}var Sd="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Od=function(e){e===void 0&&(e=21);for(var r="",o=e;o--;)r+=Sd[Math.random()*64|0];return r},Cd=["name","message","stack","code"],ea=function(){function e(r,o){this.payload=r,this.meta=o}return e}(),vc=function(){function e(r,o){this.payload=r,this.meta=o}return e}(),Ed=function(e){if(typeof e=="object"&&e!==null){for(var r={},o=0,n=Cd;o<n.length;o++){var a=n[o];typeof e[a]=="string"&&(r[a]=e[a])}return r}return{message:String(e)}},lx=function(){function e(r,o,n){var a=ct(r+"/fulfilled",function(m,h,g,v){return{payload:m,meta:Jn(st({},v||{}),{arg:g,requestId:h,requestStatus:"fulfilled"})}}),i=ct(r+"/pending",function(m,h,g){return{payload:void 0,meta:Jn(st({},g||{}),{arg:h,requestId:m,requestStatus:"pending"})}}),c=ct(r+"/rejected",function(m,h,g,v,x){return{payload:v,error:(n&&n.serializeError||Ed)(m||"Rejected"),meta:Jn(st({},x||{}),{arg:g,requestId:h,rejectedWithValue:!!v,requestStatus:"rejected",aborted:m?.name==="AbortError",condition:m?.name==="ConditionError"})}}),l=!1,u=typeof AbortController<"u"?AbortController:function(){function m(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return m.prototype.abort=function(){},m}();function p(m){return function(h,g,v){var x=n?.idGenerator?n.idGenerator(m):Od(),O=new u,T,R=!1;function N(B){T=B,O.abort()}var P=function(){return dd(this,null,function(){var B,M,de,Pe,se,ke,te;return nd(this,function(y){switch(y.label){case 0:return y.trys.push([0,4,,5]),Pe=(B=n?.condition)==null?void 0:B.call(n,m,{getState:g,extra:v}),wd(Pe)?[4,Pe]:[3,2];case 1:Pe=y.sent(),y.label=2;case 2:if(Pe===!1||O.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return R=!0,se=new Promise(function(b,_){return O.signal.addEventListener("abort",function(){return _({name:"AbortError",message:T||"Aborted"})})}),h(i(x,m,(M=n?.getPendingMeta)==null?void 0:M.call(n,{requestId:x,arg:m},{getState:g,extra:v}))),[4,Promise.race([se,Promise.resolve(o(m,{dispatch:h,getState:g,extra:v,requestId:x,signal:O.signal,abort:N,rejectWithValue:function(b,_){return new ea(b,_)},fulfillWithValue:function(b,_){return new vc(b,_)}})).then(function(b){if(b instanceof ea)throw b;return b instanceof vc?a(b.payload,x,m,b.meta):a(b,x,m)})])];case 3:return de=y.sent(),[3,5];case 4:return ke=y.sent(),de=ke instanceof ea?c(null,x,m,ke.payload,ke.meta):c(ke,x,m),[3,5];case 5:return te=n&&!n.dispatchConditionRejection&&c.match(de)&&de.meta.condition,te||h(de),[2,de]}})})}();return Object.assign(P,{abort:N,requestId:x,arg:m,unwrap:function(){return P.then(Ad)}})}}return Object.assign(p,{pending:i,rejected:c,fulfilled:a,typePrefix:r})}return e.withTypes=function(){return e},e}();function Ad(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function wd(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var wc="listener",Rc="completed",Tc="cancelled",dx="task-"+Tc,ux="task-"+Rc,px=wc+"-"+Tc,fx=wc+"-"+Rc;var ra="listenerMiddleware";var hx=ct(ra+"/add"),yx=ct(ra+"/removeAll"),mx=ct(ra+"/remove");var Sc,gx=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Sc||(Sc=Promise.resolve())).then(e).catch(function(r){return setTimeout(function(){throw r},0)})},Rd=function(e){return function(r){setTimeout(r,e)}},bx=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Rd(10);ic();var Td=Jr(Symbol("withEventBus"),function(e,r){return class extends e{constructor(){super(...arguments),this.eventBus=r??document.createElement("span")}addEventListener(o,n,a){this.eventBus.addEventListener(o,n,a)}dispatchEvent(o){return this.eventBus.dispatchEvent(o)}removeEventListener(o,n,a){this.eventBus.removeEventListener(o,n,a)}}}),lo=class extends Td(Object){};window.ftReduxStores||(window.ftReduxStores={});var Nc=class e extends lo{static get(r){var o;let n=typeof r=="string"?r:r.name,a=typeof r=="string"?void 0:r,i=window.ftReduxStores[n];if(oo(i))return i;if(a==null)return;let c=Ac({...a,reducers:(o=a.reducers)!==null&&o!==void 0?o:{}}),l=Cc({reducer:(u,p)=>p.type==="CLEAR_FT_REDUX_STORE"?c.getInitialState():typeof p.type=="string"&&p.type.startsWith("DEFAULT_VALUE_SETTER__")?{...u,...p.overwrites}:c.reducer(u,p)});return window.ftReduxStores[a.name]=new e(c,l,a.eventBus)}constructor(r,o,n){super(),this.reduxSlice=r,this.reduxStore=o,this.isFtReduxStore=!0,this.commands=new Qr;let a=i=>i!=null?JSON.parse(JSON.stringify(i)):i;this.actions=new Proxy(this.reduxSlice.actions,{get:(i,c,l)=>{let u=c,p=i[u];return p?(...m)=>{let h=p(...m.map(a));return this.reduxStore.dispatch(h),h}:m=>{this.setState({[u]:a(m)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(r){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(r).join("_"),overwrites:r})}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(r){throw new Error("Not implemented yet.")}subscribe(r){return this.reduxStore.subscribe(r)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var uo=class{static format(r,o,n,a){return window.moment?window.moment(r).locale(o).format(this.getMomentDateFormat(n,a)):this.getIntlDateTime(r,o,n,a)}static getMomentDateFormat(r,o){return r?o?"lll":"ll":o?"L LT":"L"}static getIntlDateTime(r,o,n,a){let i=typeof r=="string"?new Date(r):r,c=new Intl.DateTimeFormat(o,{dateStyle:n?"medium":"short"}).format(i);if(!a)return c;let l=new Intl.DateTimeFormat(o,{timeStyle:"short"}).format(i);return`${c} ${l}`}static getTimezoneAsString(){let r=n=>String(Math.floor(n)).padStart(2,"0"),o=new Date().getTimezoneOffset();return`${o<0?"+":"-"}${r(Math.abs(o)/60)}:${r(Math.abs(o)%60)}`}};var Lc=C(k()),po=function(e,r,o,n){var a=arguments.length,i=a<3?r:n===null?n=Object.getOwnPropertyDescriptor(r,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,r,o,n);else for(var l=e.length-1;l>=0;l--)(c=e[l])&&(i=(a<3?c(i):a>3?c(r,o,i):c(r,o))||i);return a>3&&i&&Object.defineProperty(r,o,i),i},Wx=(0,Lc.applyMixinOnce)(Symbol("withDateFormat"),function(e){class r extends e{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(L)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var a,i;return((i=(a=this.metadataDescriptors.find(l=>l.key===n))===null||a===void 0?void 0:a.date)!==null&&i!==void 0?i:!1)?l=>uo.format(l,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return po([(0,oa.property)({type:Boolean})],r.prototype,"useLongDateFormat",void 0),po([(0,oa.property)({type:Boolean})],r.prototype,"useDateTimeFormat",void 0),po([Pn({store:L.name,selector:o=>{var n,a;return(a=(n=o.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&a!==void 0?a:[]}})],r.prototype,"metadataDescriptors",void 0),po([Pn({store:L.name})],r.prototype,"uiLocale",void 0),r});var yo=C(k());var fo=class extends he{constructor(){super(...arguments),this.CACHE_DURATION=3*60*1e3}async getUserAssetCount(r){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${r}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${r}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(r){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${r}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${r}`),this.CACHE_DURATION)}isAuthenticated(){let r=L.getState().session;return!!r?.sessionAuthenticated}};var ho=class extends he{constructor(){super(...arguments),this.CACHE_DURATION=3*60*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 r=L.getState().session;return!!r?.sessionAuthenticated}};var Nd="ft-user-assets",Ld={setAssetCount:(e,r)=>{let{userAssetType:o,count:n}=r.payload.assetCount;e.assetCounts.allAsset[o]=n},clearAssetCount:e=>{Object.values(ve).forEach(r=>{e.assetCounts.allAsset[r]=void 0})},setBookmarkCountByMap:(e,r)=>{let o=r.payload.mapId;e.assetCounts.bookmarkByMap[o]=r.payload.count},clearBookmarkCountByMap:e=>{e.assetCounts.bookmarkByMap={}},addAsset:(e,r)=>{let{assetType:o,mapId:n,asset:a}=r.payload;aa(e,o,[...na(e,o),a]),Ic(e,o,1,n),_c(e,a)},editAsset:(e,r)=>{let{assetType:o,asset:n}=r.payload;aa(e,o,na(e,o).map(a=>a.id===n.id?n:a)),_c(e,n)},removeAsset:(e,r)=>{let{assetType:o,mapId:n,assetId:a}=r.payload;aa(e,o,na(e,o).filter(i=>i.id!==a)),Ic(e,o,-1,n)}},Pc={[ve.SEARCHES]:"savedSearches",[ve.BOOKMARKS]:"bookmarks",[ve.BOOKS]:void 0,[ve.COLLECTIONS]:void 0},na=(e,r)=>{var o;let n=Pc[r];return n?(o=e[n])!==null&&o!==void 0?o:[]:[]},aa=(e,r,o)=>{let n=Pc[r];n&&(e[n]=o)},Ic=(e,r,o,n)=>{let a=e.assetCounts.allAsset[r];if(a!==void 0&&(e.assetCounts.allAsset[r]=Math.max(0,a+o),r===ve.BOOKMARKS&&n)){let i=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,i+o)}},_c=(e,r)=>{let o=e.assetLabels.map(a=>a.title),n=r.labels.filter(a=>!o.includes(a)).map(a=>({title:a}));e.assetLabels.push(...n)},me=yo.FtReduxStore.get({name:Nd,reducers:Ld,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(ve).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),ia=class{constructor(r=new fo,o=new ho){this.assetCountsService=r,this.assetLabelsService=o,this.currentSession=L.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new jr,this.savedSearchesService=new qr,L.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var r;let{session:o}=L.getState();(0,yo.deepEqual)((r=this.currentSession)===null||r===void 0?void 0:r.profile,o?.profile)||(this.currentSession=o,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),me.actions.clearAssetCount(),me.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),me.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),me.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let r=await this.savedSearchesService.listMySearches();me.actions.savedSearches(r)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let r=await this.assetLabelsService.getUserAssetLabels();me.actions.assetLabels(r)}async loadAssetCount(r){let o=await this.assetCountsService.getUserAssetCount(r);o&&me.actions.setAssetCount({assetCount:o})}async loadBookmarkByMapId(r){let o=await this.assetCountsService.getUserBookmarkCountByMap(r);o&&me.actions.setBookmarkCountByMap({count:o.count,mapId:r})}async reloadAssetCount(r){this.assetCountsService.clearCache();let o=Object.keys(me.getState().assetCounts.bookmarkByMap).length!==0;r===ve.BOOKMARKS&&o&&me.actions.clearBookmarkCountByMap(),me.getState().assetCounts.allAsset[r]!==void 0&&await this.loadAssetCount(r)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var r;if(this.bookmarksAreUsed){let o=!((r=this.currentSession)===null||r===void 0)&&r.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;me.actions.bookmarks(o)}}},Id=new ia;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=Id);(0,kc.customElement)("ft-app-context")(F);var Dc=C(oe());var sa=class{fromLocalizableLabel(r){return r.type=="PLAIN_TEXT"?{message:r.text}:{key:r.key,custom:r.type=="LOCALIZED_CUSTOM",context:r.context,message:r.key}}fromAttribute(r){if(r!=null)try{return JSON.parse(r)}catch{if(this.isI18nKey(r)){let[n,a]=r.split(".");return{context:n,key:a,custom:!0,message:""}}return{message:r}}}toAttribute(r){if(r!=null)return JSON.stringify(r)}isI18nKey(r){return r.match(/^[\w-]+\.[\w-]+$/)}},nr=new sa;var _d=function(e,r,o,n){var a=arguments.length,i=a<3?r:n===null?n=Object.getOwnPropertyDescriptor(r,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,r,o,n);else for(var l=e.length-1;l>=0;l--)(c=e[l])&&(i=(a<3?c(i):a>3?c(r,o,i):c(r,o))||i);return a>3&&i&&Object.defineProperty(r,o,i),i},wr=Symbol("i18nAttributes"),Bc=Symbol("i18nListAttributes"),Mc=Symbol("i18nProperties"),mo=Symbol("i18nContexts"),Ar=Symbol("i18nUnsubs"),Uc=(0,ar.applyMixinOnce)(Symbol("withI18n"),function(e){var r,o;class n extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[r]=new Map,this[o]=new Map}getI18nService(i){return i??this.useCustomMessageContexts?Tn:br}i18n(i){let{context:c,key:l,message:u}=i,{custom:p,args:m,argsProvider:h}=i;if(c&&l){this.hasI18nContext(c)||this.addI18nContext(c,void 0,p);let g=m??(h?h(this):[]);return this.getI18nService(p).resolveMessage(c,l,...g)}return u}async awaitI18n(i){let{context:c,custom:l}=i;return c&&await this.getI18nService(l).prepareContext(c),this.i18n(i)}customI18n(i,c){if(nr.isI18nKey(i)){let[l,u]=i.split(".");return this.i18n({custom:!0,context:l,key:u,...c})||i}return i}firstUpdated(i){super.firstUpdated(i),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(i){super.update(i),this.updateI18nAttributes((c,l,u)=>i.has(l)||typeof c.argsProvider=="function"),this.updateI18nProperties(c=>typeof c.argsProvider=="function")}onI18nUpdate(i){this.updateI18nAttributes((c,l,u)=>{var p;return((p=u?.context)===null||p===void 0?void 0:p.toLowerCase())===i}),this.updateI18nProperties(c=>c.context.toLowerCase()===i),this.requestUpdate()}updateI18nAttributes(i){var c,l;let u=this,p=(m,h,g)=>g?.context&&g.key&&i(m,h,g)?{...g,message:this.i18n({context:g.context,key:g.key,custom:g.custom,...m})}:g;(c=this[wr])===null||c===void 0||c.forEach((m,h)=>u[h]=p(m,h,u[h])),(l=this[Bc])===null||l===void 0||l.forEach((m,h)=>{var g;return u[h]=(g=u[h])===null||g===void 0?void 0:g.map(v=>p(m,h,v))})}updateI18nProperties(i){var c;(c=this[Mc])===null||c===void 0||c.forEach((l,u)=>{i(l,u)&&(this[u]=this.i18n(l))})}addI18nMessages(i,c,l){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(i,c,l)}addI18nContext(i,c,l){let u=(typeof i=="string"?i:i.name).toLowerCase();l=typeof i=="string"?l:i.custom,this[mo].set(u,{isCustomContext:l}),this[Ar].has(u)||this[Ar].set(u,this.getI18nService(l).subscribe(u,()=>this.onI18nUpdate(u))),this.getI18nService(l).prepareContext(u,c)}hasI18nContext(i){return this[mo].has(i.toLowerCase())}connectedCallback(){super.connectedCallback(),this[mo].forEach((i,c)=>this.addI18nContext(c,void 0,i.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[Ar].forEach(i=>i()),this[Ar].clear()}}return r=mo,o=Ar,_d([(0,Dc.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),go=class extends Uc(ar.FtLitElement){},bo=class extends Uc(ar.FtLitElementRedux){};var $c=C(k());var ca=class{fromAttribute(r){if(!r)return[];try{let o=JSON.parse(r);return Array.isArray(o)?o.map(n=>typeof n=="string"?nr.fromAttribute(n):n):[]}catch{return[]}}toAttribute(r){if(r!=null)return JSON.stringify(r)}},Pd=new ca;var Hc=(e,r)=>(o,n)=>{var a;o.constructor.createProperty(n,{type:Object,hasChanged:$c.hasChanged,converter:nr,...r}),o[wr]=(a=o[wr])!==null&&a!==void 0?a:new Map,o[wr].set(n,e??{})};var zc=C(k());var xo=C(W()),vo=C(oe()),So=C(k());var Fc=C(W());var Wc=Fc.css`
561
+ `}connectedCallback(){super.connectedCallback(),L.addEventListener(xt.eventName,this.reloadConfiguration)}disconnectedCallback(){L.addEventListener(xt.eventName,this.reloadConfiguration),super.disconnectedCallback()}update(r){var o,n,a,i,c,l,u;super.update(r),r.has("baseUrl")&&(L.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),r.has("apiIntegrationIdentifier")&&L.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),r.has("apiIntegrationAppVersion")&&L.actions.apiIntegrationAppVersion(this.apiIntegrationAppVersion),r.has("uiLocale")&&L.actions.uiLocale(this.uiLocale),r.has("metadataConfiguration")&&L.actions.metadataConfiguration(this.metadataConfiguration),r.has("noCustom")&&L.actions.noCustom(this.noCustom),r.has("editorMode")&&L.actions.editorMode(this.editorMode),r.has("noCustomComponent")&&L.actions.noCustomComponent(this.noCustomComponent),r.has("session")&&L.actions.session(this.session),r.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(p=>br.addContext(p)),r.has("openExternalDocumentInNewTab")&&L.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),r.has("navigatorOnline")&&L.actions.navigatorOnline(this.navigatorOnline),r.has("forcedOffline")&&L.actions.forcedOffline(this.forcedOffline),r.has("localesConfiguration")&&(L.actions.defaultLocales((o=this.localesConfiguration)===null||o===void 0?void 0:o.defaultLocales),L.actions.availableUiLocales((a=(n=this.localesConfiguration)===null||n===void 0?void 0:n.availableUiLocales)!==null&&a!==void 0?a:[]),L.actions.searchInAllLanguagesAllowed((c=(i=this.localesConfiguration)===null||i===void 0?void 0:i.allLanguagesAllowed)!==null&&c!==void 0?c:!1)),r.has("authenticationRequired")&&L.actions.authenticationRequired(this.authenticationRequired),r.has("availableContentLocales")&&L.actions.availableContentLocales((u=(l=this.availableContentLocales)===null||l===void 0?void 0:l.contentLocales)!==null&&u!==void 0?u:[]),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.session==null&&this.updateSession(),this.metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration(),this.availableContentLocales==null&&this.updateAvailableContentLocales())}async updateSession(){this.session=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},r.idleTimeoutInMillis),r})}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}async updateLocalesConfiguration(){this.localesConfiguration=await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration())}async updateAvailableContentLocales(){this.availableContentLocales=await this.cache.get("availableContentLocales",()=>Ms(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}))}};F.elementDefinitions={};F.styles=Yi;X([(0,ae.property)()],F.prototype,"baseUrl",void 0);X([(0,ae.property)()],F.prototype,"apiIntegrationIdentifier",void 0);X([(0,ae.property)()],F.prototype,"apiIntegrationAppVersion",void 0);X([(0,ae.property)()],F.prototype,"uiLocale",void 0);X([(0,Ne.jsonProperty)(null)],F.prototype,"availableUiLocales",void 0);X([(0,Ne.jsonProperty)(null)],F.prototype,"metadataConfiguration",void 0);X([(0,ae.property)({type:Boolean})],F.prototype,"editorMode",void 0);X([(0,ae.property)({type:Boolean})],F.prototype,"noCustom",void 0);X([(0,ae.property)({type:Boolean})],F.prototype,"openExternalDocumentInNewTab",void 0);X([(0,ae.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],F.prototype,"noCustomComponent",void 0);X([(0,ae.property)({type:Boolean})],F.prototype,"withManualResources",void 0);X([(0,ae.property)({type:Boolean})],F.prototype,"navigatorOnline",void 0);X([(0,ae.property)({type:Boolean})],F.prototype,"forcedOffline",void 0);X([(0,ae.property)({type:Object})],F.prototype,"apiProvider",void 0);X([(0,ae.property)({type:Boolean})],F.prototype,"authenticationRequired",void 0);X([(0,Ne.jsonProperty)([])],F.prototype,"messageContexts",void 0);X([(0,Ne.jsonProperty)(void 0)],F.prototype,"session",void 0);X([(0,ae.state)()],F.prototype,"localesConfiguration",void 0);X([(0,ae.state)()],F.prototype,"availableContentLocales",void 0);var oa=C(oe());function zl(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;let o,n,a;if(Array.isArray(e)){if(o=e.length,o!=r.length)return!1;for(n=o;n--!==0;)if(!Xr(e[n],r[n]))return!1;return!0}if(e instanceof Map&&r instanceof Map){if(e.size!==r.size)return!1;for(n of e.entries())if(!r.has(n[0]))return!1;for(n of e.entries())if(!Xr(n[1],r.get(n[0])))return!1;return!0}if(e instanceof Set&&r instanceof Set){if(e.size!==r.size)return!1;for(n of e.entries())if(!r.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===r.valueOf();let i=c=>Object.keys(c).filter(l=>c[l]!=null);if(a=i(e),o=a.length,o!==i(r).length)return!1;for(n=o;n--!==0;)if(!Object.prototype.hasOwnProperty.call(r,a[n]))return!1;for(n=o;n--!==0;){let c=a[n];if(!Xr(e[c],r[c]))return!1}return!0}return e!==e&&r!==r||e==null&&r==null}function Xr(e,r){try{return zl(e,r)}catch{return!1}}function vr(e,r){return!Xr(e,r)}function Jr(e,r){let o=n=>n[e]===!0;return n=>{if(o(n))return n;let a=r(n);return a[e]=!0,a}}var $s=C(oe(),1);var Pn=e=>{let r=e??{};return(o,n)=>{var a;let i={hasChanged:vr,attribute:!1,...r};(0,$s.property)(i)(o,n);let c=o.constructor;c.reduxProperties=new Map(c.reduxProperties),c.reduxProperties.set(n,{selector:(a=r.selector)!==null&&a!==void 0?a:l=>l[n],store:r.store})}};var Qr=class{constructor(){this.queue=[]}add(r,o=!1){o&&this.clear(r.type),this.queue.push(r)}consume(r){let o=this.queue.find(n=>n.type===r);return o&&(this.queue=this.queue.filter(n=>n!==o)),o}clear(r){typeof r=="string"?this.queue=this.queue.filter(o=>o.type!==r):this.queue=this.queue.filter(o=>!r.test(o.type))}};var Ot=C(oe(),1);var Hs=C(oe(),1);function Fs(e,r){let o=()=>JSON.parse(JSON.stringify(e));return(0,Hs.property)({type:Object,converter:{fromAttribute:n=>{if(n==null)return o();try{return JSON.parse(n)}catch{return o()}},toAttribute:n=>JSON.stringify(n)},hasChanged:vr,...r??{}})}var eo=class{constructor(r=0){this.timeout=r,this.callbacks=[]}run(r,o){return this.callbacks=[r],this.debounce(o)}queue(r,o){return this.callbacks.push(r),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(r){return this.promise==null&&(this.promise=new Promise((o,n)=>{this.resolvePromise=o,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),r??this.timeout),this.promise}async runCallbacks(){var r,o;let n=[...this.callbacks];this.callbacks=[];let a=(r=this.rejectPromise)!==null&&r!==void 0?r:()=>null,i=(o=this.resolvePromise)!==null&&o!==void 0?o:()=>null;this.clearPromise();for(let c of n)try{await c()}catch(l){a(l);return}i(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var zs=C(W(),1);var to=globalThis,Gl=to.ShadowRoot&&(to.ShadyCSS===void 0||to.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Sb=Symbol();var Ws=(e,r)=>{if(Gl)e.adoptedStyleSheets=r.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet);else for(let o of r){let n=document.createElement("style"),a=to.litNonce;a!==void 0&&n.setAttribute("nonce",a),n.textContent=o.cssText,e.appendChild(n)}};var ro=class extends zs.LitElement{createRenderRoot(){let r=this.constructor;r.elementDefinitions&&!r.registry&&(r.registry=new CustomElementRegistry,Object.entries(r.elementDefinitions).forEach(([a,i])=>r.registry.define(a,i)));let o={...r.shadowRootOptions,customElements:r.registry},n=this.renderOptions.creationScope=this.attachShadow(o);return Ws(n,r.elementStyles),n}};function Gs(e,r,...o){var n;let a=e.querySelector(r);for(let i of o)a=(n=a?.shadowRoot)===null||n===void 0?void 0:n.querySelector(i);return a}var Jt=function(e,r,o,n){var a=arguments.length,i=a<3?r:n===null?n=Object.getOwnPropertyDescriptor(r,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,r,o,n);else for(var l=e.length-1;l>=0;l--)(c=e[l])&&(i=(a<3?c(i):a>3?c(r,o,i):c(r,o))||i);return a>3&&i&&Object.defineProperty(r,o,i),i},Zs,js=Symbol("constructorPrototype"),Ks=Symbol("constructorName"),qs=Symbol("exportpartsDebouncer"),Vs=Symbol("dynamicDependenciesLoaded"),Xt=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};Xt.eventName="exportparts-updated";var $e=class extends ro{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Zs]=new eo(5),this.scheduleExportpartsUpdate=()=>{var r,o,n;(!((r=this.exportpartsPrefix)===null||r===void 0)&&r.trim()||(n=(o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)!==null&&n!==void 0&&n)&&this[qs].run(()=>{var a,i;!((a=this.exportpartsPrefix)===null||a===void 0)&&a.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((i=this.exportpartsPrefixes)===null||i===void 0?void 0:i.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[Ks]=this.constructor.name,this[js]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Ks]&&Object.setPrototypeOf(this,this[js])}connectedCallback(){var r;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 o=this.constructor;o[Vs]||(o[Vs]=!0,this.importDynamicDependencies()),(r=this.shadowRoot)===null||r===void 0||r.addEventListener(Xt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var r;super.disconnectedCallback(),(r=this.shadowRoot)===null||r===void 0||r.removeEventListener(Xt.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(r){super.updated(r),this.updateComplete.then(()=>{this.contentAvailableCallback(r),this.focusElementToFocus(r),this.applyCustomStylesheet(r),this.scheduleExportpartsUpdate(),r.has("exportparts")&&this.dispatchEvent(new Xt)})}contentAvailableCallback(r){}focusElementToFocus(r){if(r.has("elementToFocus")&&this.elementToFocus!=null){let{element:o,selector:n,shadowPath:a}=this.elementToFocus;if(n!=null){let i=[...a??[],n];o=Gs(this.shadowRoot,...i)}o?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||o?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(r){var o,n,a;if(((n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(r.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((a=this.customStylesheet)!==null&&a!==void 0?a:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let i=document.createElement("style");i.classList.add("ft-lit-element--custom-stylesheet"),i.innerHTML=this.customStylesheet,this.shadowRoot.append(i)}}setExportpartsAttribute(r){var o,n,a,i,c,l;let u=g=>g!=null&&g.trim().length>0,p=r.filter(u).map(g=>g.trim());if(p.length===0){this.exportparts=void 0;return}let m=new Set;for(let g of(n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let v=(i=(a=g.getAttribute("part"))===null||a===void 0?void 0:a.split(" "))!==null&&i!==void 0?i:[],x=(l=(c=g.getAttribute("exportparts"))===null||c===void 0?void 0:c.split(",").map(T=>T.split(":")[1]))!==null&&l!==void 0?l:[],O=[...v,...x].filter(u).map(T=>T.trim());for(let T of O)m.add(T)}if(m.size===0){this.exportparts=void 0;return}let h=[...m.values()].flatMap(g=>p.map(v=>`${g}:${v}--${g}`));this.exportparts=[...this.part,...h].join(", ")}};Zs=qs;Jt([(0,Ot.property)()],$e.prototype,"exportpartsPrefix",void 0);Jt([Fs([])],$e.prototype,"exportpartsPrefixes",void 0);Jt([(0,Ot.property)({reflect:!0})],$e.prototype,"exportparts",void 0);Jt([(0,Ot.property)()],$e.prototype,"customStylesheet",void 0);Jt([(0,Ot.property)()],$e.prototype,"elementToFocus",void 0);Jt([(0,Ot.state)()],$e.prototype,"useAdoptedStyleSheets",void 0);function oo(e){var r;return(r=e?.isFtReduxStore)!==null&&r!==void 0?r:!1}var Sr=Symbol("internalReduxEventsUnsubscribers"),nt=Symbol("internalStoresUnsubscribers"),Ct=Symbol("internalStores"),jl=Jr(Symbol("withRedux"),function(e){var r,o,n;class a extends e{constructor(){super(...arguments),this[r]=new Map,this[o]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(c){super.willUpdate(c),[...this.reduxConstructor.reduxReactiveProperties].some(l=>c.has(l))&&this.updateFromStores()}getUnnamedStore(){if(this[Ct].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Ct].values()][0]}getStore(c){return c==null?this.getUnnamedStore():this[Ct].get(c)}addStore(c,l){var u;l=(u=l??c.name)!==null&&u!==void 0?u:"default-store",this.unsubscribeFromStore(l),this[Ct].set(l,c),this.subscribeToStore(l,c),this.updateFromStores()}removeStore(c){let l=typeof c=="string"?c:c.name;this.unsubscribeFromStore(l),this[Ct].delete(l)}setupStores(){this.unsubscribeFromStores(),this[Ct].forEach((c,l)=>this.subscribeToStore(l,c)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((c,l)=>{let u=this.constructor.getPropertyOptions(l);if(!u?.attribute||!this.hasAttribute(typeof u?.attribute=="string"?u.attribute:l)){let p=this.getStore(c.store);p&&(c.store?this[nt].has(c.store):this[nt].size>0)&&(this[l]=c.selector(p.getState(),this))}})}subscribeToStore(c,l){var u;this[nt].set(c,l.subscribe(()=>this.updateFromStores())),this[Sr].set(c,[]),oo(l)&&l.eventBus&&((u=this.reduxConstructor.reduxEventListeners)===null||u===void 0||u.forEach((p,m)=>{if(typeof this[m]=="function"&&(!p.store||l.name===p.store)){let h=g=>this[m](g);l.addEventListener(p.eventName,h),this[Sr].get(c).push(()=>l.removeEventListener(p.eventName,h))}})),this.onStoreAvailable(c)}unsubscribeFromStores(){this[nt].forEach((c,l)=>this.unsubscribeFromStore(l))}unsubscribeFromStore(c){var l;this[nt].has(c)&&this[nt].get(c)(),this[nt].delete(c),(l=this[Sr].get(c))===null||l===void 0||l.forEach(u=>u()),this[Sr].delete(c)}onStoreAvailable(c){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return r=nt,o=Ct,n=Sr,a.reduxProperties=new Map,a.reduxReactiveProperties=new Set,a.reduxEventListeners=new Map,a}),Ys=class extends jl($e){};function Se(e){for(var r=arguments.length,o=Array(r>1?r-1:0),n=1;n<r;n++)o[n-1]=arguments[n];if(0)var a,i;throw Error("[Immer] minified error nr: "+e+(o.length?" "+o.map(function(c){return"'"+c+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function qe(e){return!!e&&!!e[G]}function Le(e){var r;return!!e&&(function(o){if(!o||typeof o!="object")return!1;var n=Object.getPrototypeOf(o);if(n===null)return!0;var a=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return a===Object||typeof a=="function"&&Function.toString.call(a)===Ql}(e)||Array.isArray(e)||!!e[oc]||!!(!((r=e.constructor)===null||r===void 0)&&r[oc])||Wn(e)||zn(e))}function Et(e,r,o){o===void 0&&(o=!1),tr(e)===0?(o?Object.keys:er)(e).forEach(function(n){o&&typeof n=="symbol"||r(n,e[n],e)}):e.forEach(function(n,a){return r(a,n,e)})}function tr(e){var r=e[G];return r?r.i>3?r.i-4:r.i:Array.isArray(e)?1:Wn(e)?2:zn(e)?3:0}function Qt(e,r){return tr(e)===2?e.has(r):Object.prototype.hasOwnProperty.call(e,r)}function Kl(e,r){return tr(e)===2?e.get(r):e[r]}function nc(e,r,o){var n=tr(e);n===2?e.set(r,o):n===3?e.add(o):e[r]=o}function ac(e,r){return e===r?e!==0||1/e==1/r:e!=e&&r!=r}function Wn(e){return Xl&&e instanceof Map}function zn(e){return Jl&&e instanceof Set}function at(e){return e.o||e.t}function Gn(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var r=cc(e);delete r[G];for(var o=er(r),n=0;n<o.length;n++){var a=o[n],i=r[a];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(r[a]={configurable:!0,writable:!0,enumerable:i.enumerable,value:e[a]})}return Object.create(Object.getPrototypeOf(e),r)}function jn(e,r){return r===void 0&&(r=!1),Kn(e)||qe(e)||!Le(e)||(tr(e)>1&&(e.set=e.add=e.clear=e.delete=Vl),Object.freeze(e),r&&Et(e,function(o,n){return jn(n,!0)},!0)),e}function Vl(){Se(2)}function Kn(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function He(e){var r=Fn[e];return r||Se(18,e),r}function Zl(e,r){Fn[e]||(Fn[e]=r)}function Un(){return Cr}function kn(e,r){r&&(He("Patches"),e.u=[],e.s=[],e.v=r)}function no(e){$n(e),e.p.forEach(ql),e.p=null}function $n(e){e===Cr&&(Cr=e.l)}function Xs(e){return Cr={p:[],l:Cr,h:e,m:!0,_:0}}function ql(e){var r=e[G];r.i===0||r.i===1?r.j():r.g=!0}function Dn(e,r){r._=r.p.length;var o=r.p[0],n=e!==void 0&&e!==o;return r.h.O||He("ES5").S(r,e,n),n?(o[G].P&&(no(r),Se(4)),Le(e)&&(e=ao(r,e),r.l||io(r,e)),r.u&&He("Patches").M(o[G].t,e,r.u,r.s)):e=ao(r,o,[]),no(r),r.u&&r.v(r.u,r.s),e!==sc?e:void 0}function ao(e,r,o){if(Kn(r))return r;var n=r[G];if(!n)return Et(r,function(l,u){return Js(e,n,r,l,u,o)},!0),r;if(n.A!==e)return r;if(!n.P)return io(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var a=n.i===4||n.i===5?n.o=Gn(n.k):n.o,i=a,c=!1;n.i===3&&(i=new Set(a),a.clear(),c=!0),Et(i,function(l,u){return Js(e,n,a,l,u,o,c)}),io(e,a,!1),o&&e.u&&He("Patches").N(n,o,e.u,e.s)}return n.o}function Js(e,r,o,n,a,i,c){if(qe(a)){var l=ao(e,a,i&&r&&r.i!==3&&!Qt(r.R,n)?i.concat(n):void 0);if(nc(o,n,l),!qe(l))return;e.m=!1}else c&&o.add(a);if(Le(a)&&!Kn(a)){if(!e.h.D&&e._<1)return;ao(e,a),r&&r.A.l||io(e,a)}}function io(e,r,o){o===void 0&&(o=!1),!e.l&&e.h.D&&e.m&&jn(r,o)}function Bn(e,r){var o=e[G];return(o?at(o):e)[r]}function Qs(e,r){if(r in e)for(var o=Object.getPrototypeOf(e);o;){var n=Object.getOwnPropertyDescriptor(o,r);if(n)return n;o=Object.getPrototypeOf(o)}}function it(e){e.P||(e.P=!0,e.l&&it(e.l))}function Mn(e){e.o||(e.o=Gn(e.t))}function Hn(e,r,o){var n=Wn(r)?He("MapSet").F(r,o):zn(r)?He("MapSet").T(r,o):e.O?function(a,i){var c=Array.isArray(a),l={i:c?1:0,A:i?i.A:Un(),P:!1,I:!1,R:{},l:i,t:a,k:null,o:null,j:null,C:!1},u=l,p=Er;c&&(u=[l],p=Or);var m=Proxy.revocable(u,p),h=m.revoke,g=m.proxy;return l.k=g,l.j=h,g}(r,o):He("ES5").J(r,o);return(o?o.A:Un()).p.push(n),n}function Yl(e){return qe(e)||Se(22,e),function r(o){if(!Le(o))return o;var n,a=o[G],i=tr(o);if(a){if(!a.P&&(a.i<4||!He("ES5").K(a)))return a.t;a.I=!0,n=ec(o,i),a.I=!1}else n=ec(o,i);return Et(n,function(c,l){a&&Kl(a.t,c)===l||nc(n,c,r(l))}),i===3?new Set(n):n}(e)}function ec(e,r){switch(r){case 2:return new Map(e);case 3:return Array.from(e)}return Gn(e)}function ic(){function e(c,l){var u=i[c];return u?u.enumerable=l:i[c]=u={configurable:!0,enumerable:l,get:function(){var p=this[G];return Er.get(p,c)},set:function(p){var m=this[G];Er.set(m,c,p)}},u}function r(c){for(var l=c.length-1;l>=0;l--){var u=c[l][G];if(!u.P)switch(u.i){case 5:n(u)&&it(u);break;case 4:o(u)&&it(u)}}}function o(c){for(var l=c.t,u=c.k,p=er(u),m=p.length-1;m>=0;m--){var h=p[m];if(h!==G){var g=l[h];if(g===void 0&&!Qt(l,h))return!0;var v=u[h],x=v&&v[G];if(x?x.t!==g:!ac(v,g))return!0}}var O=!!l[G];return p.length!==er(l).length+(O?0:1)}function n(c){var l=c.k;if(l.length!==c.t.length)return!0;var u=Object.getOwnPropertyDescriptor(l,l.length-1);if(u&&!u.get)return!0;for(var p=0;p<l.length;p++)if(!l.hasOwnProperty(p))return!0;return!1}function a(c){c.g&&Se(3,JSON.stringify(at(c)))}var i={};Zl("ES5",{J:function(c,l){var u=Array.isArray(c),p=function(h,g){if(h){for(var v=Array(g.length),x=0;x<g.length;x++)Object.defineProperty(v,""+x,e(x,!0));return v}var O=cc(g);delete O[G];for(var T=er(O),R=0;R<T.length;R++){var N=T[R];O[N]=e(N,h||!!O[N].enumerable)}return Object.create(Object.getPrototypeOf(g),O)}(u,c),m={i:u?5:4,A:l?l.A:Un(),P:!1,I:!1,R:{},l,t:c,k:p,o:null,g:!1,C:!1};return Object.defineProperty(p,G,{value:m,writable:!0}),p},S:function(c,l,u){u?qe(l)&&l[G].A===c&&r(c.p):(c.u&&function p(m){if(m&&typeof m=="object"){var h=m[G];if(h){var g=h.t,v=h.k,x=h.R,O=h.i;if(O===4)Et(v,function(B){B!==G&&(g[B]!==void 0||Qt(g,B)?x[B]||p(v[B]):(x[B]=!0,it(h)))}),Et(g,function(B){v[B]!==void 0||Qt(v,B)||(x[B]=!1,it(h))});else if(O===5){if(n(h)&&(it(h),x.length=!0),v.length<g.length)for(var T=v.length;T<g.length;T++)x[T]=!1;else for(var R=g.length;R<v.length;R++)x[R]=!0;for(var N=Math.min(v.length,g.length),P=0;P<N;P++)v.hasOwnProperty(P)||(x[P]=!0),x[P]===void 0&&p(v[P])}}}}(c.p[0]),r(c.p))},K:function(c){return c.i===4?o(c):n(c)}})}var tc,Cr,Vn=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Xl=typeof Map<"u",Jl=typeof Set<"u",rc=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",sc=Vn?Symbol.for("immer-nothing"):((tc={})["immer-nothing"]=!0,tc),oc=Vn?Symbol.for("immer-draftable"):"__$immer_draftable",G=Vn?Symbol.for("immer-state"):"__$immer_state";var Ql=""+Object.prototype.constructor,er=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,cc=Object.getOwnPropertyDescriptors||function(e){var r={};return er(e).forEach(function(o){r[o]=Object.getOwnPropertyDescriptor(e,o)}),r},Fn={},Er={get:function(e,r){if(r===G)return e;var o=at(e);if(!Qt(o,r))return function(a,i,c){var l,u=Qs(i,c);return u?"value"in u?u.value:(l=u.get)===null||l===void 0?void 0:l.call(a.k):void 0}(e,o,r);var n=o[r];return e.I||!Le(n)?n:n===Bn(e.t,r)?(Mn(e),e.o[r]=Hn(e.A.h,n,e)):n},has:function(e,r){return r in at(e)},ownKeys:function(e){return Reflect.ownKeys(at(e))},set:function(e,r,o){var n=Qs(at(e),r);if(n?.set)return n.set.call(e.k,o),!0;if(!e.P){var a=Bn(at(e),r),i=a?.[G];if(i&&i.t===o)return e.o[r]=o,e.R[r]=!1,!0;if(ac(o,a)&&(o!==void 0||Qt(e.t,r)))return!0;Mn(e),it(e)}return e.o[r]===o&&(o!==void 0||r in e.o)||Number.isNaN(o)&&Number.isNaN(e.o[r])||(e.o[r]=o,e.R[r]=!0),!0},deleteProperty:function(e,r){return Bn(e.t,r)!==void 0||r in e.t?(e.R[r]=!1,Mn(e),it(e)):delete e.R[r],e.o&&delete e.o[r],!0},getOwnPropertyDescriptor:function(e,r){var o=at(e),n=Reflect.getOwnPropertyDescriptor(o,r);return n&&{writable:!0,configurable:e.i!==1||r!=="length",enumerable:n.enumerable,value:o[r]}},defineProperty:function(){Se(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){Se(12)}},Or={};Et(Er,function(e,r){Or[e]=function(){return arguments[0]=arguments[0][0],r.apply(this,arguments)}}),Or.deleteProperty=function(e,r){return Or.set.call(this,e,r,void 0)},Or.set=function(e,r,o){return Er.set.call(this,e[0],r,o,e[0])};var ed=function(){function e(o){var n=this;this.O=rc,this.D=!0,this.produce=function(a,i,c){if(typeof a=="function"&&typeof i!="function"){var l=i;i=a;var u=n;return function(O){var T=this;O===void 0&&(O=l);for(var R=arguments.length,N=Array(R>1?R-1:0),P=1;P<R;P++)N[P-1]=arguments[P];return u.produce(O,function(B){var M;return(M=i).call.apply(M,[T,B].concat(N))})}}var p;if(typeof i!="function"&&Se(6),c!==void 0&&typeof c!="function"&&Se(7),Le(a)){var m=Xs(n),h=Hn(n,a,void 0),g=!0;try{p=i(h),g=!1}finally{g?no(m):$n(m)}return typeof Promise<"u"&&p instanceof Promise?p.then(function(O){return kn(m,c),Dn(O,m)},function(O){throw no(m),O}):(kn(m,c),Dn(p,m))}if(!a||typeof a!="object"){if((p=i(a))===void 0&&(p=a),p===sc&&(p=void 0),n.D&&jn(p,!0),c){var v=[],x=[];He("Patches").M(a,p,v,x),c(v,x)}return p}Se(21,a)},this.produceWithPatches=function(a,i){if(typeof a=="function")return function(p){for(var m=arguments.length,h=Array(m>1?m-1:0),g=1;g<m;g++)h[g-1]=arguments[g];return n.produceWithPatches(p,function(v){return a.apply(void 0,[v].concat(h))})};var c,l,u=n.produce(a,i,function(p,m){c=p,l=m});return typeof Promise<"u"&&u instanceof Promise?u.then(function(p){return[p,c,l]}):[u,c,l]},typeof o?.useProxies=="boolean"&&this.setUseProxies(o.useProxies),typeof o?.autoFreeze=="boolean"&&this.setAutoFreeze(o.autoFreeze)}var r=e.prototype;return r.createDraft=function(o){Le(o)||Se(8),qe(o)&&(o=Yl(o));var n=Xs(this),a=Hn(this,o,void 0);return a[G].C=!0,$n(n),a},r.finishDraft=function(o,n){var a=o&&o[G],i=a.A;return kn(i,n),Dn(void 0,i)},r.setAutoFreeze=function(o){this.D=o},r.setUseProxies=function(o){o&&!rc&&Se(20),this.O=o},r.applyPatches=function(o,n){var a;for(a=n.length-1;a>=0;a--){var i=n[a];if(i.path.length===0&&i.op==="replace"){o=i.value;break}}a>-1&&(n=n.slice(a+1));var c=He("Patches").$;return qe(o)?c(o,n):this.produce(o,function(l){return c(l,n)})},e}(),ye=new ed,td=ye.produce,Bb=ye.produceWithPatches.bind(ye),Mb=ye.setAutoFreeze.bind(ye),Ub=ye.setUseProxies.bind(ye),$b=ye.applyPatches.bind(ye),Hb=ye.createDraft.bind(ye),Fb=ye.finishDraft.bind(ye),so=td;function At(e){"@babel/helpers - typeof";return At=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(r){return typeof r}:function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},At(e)}function lc(e,r){if(At(e)!="object"||!e)return e;var o=e[Symbol.toPrimitive];if(o!==void 0){var n=o.call(e,r||"default");if(At(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(r==="string"?String:Number)(e)}function dc(e){var r=lc(e,"string");return At(r)=="symbol"?r:r+""}function uc(e,r,o){return(r=dc(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}function pc(e,r){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),o.push.apply(o,n)}return o}function Zn(e){for(var r=1;r<arguments.length;r++){var o=arguments[r]!=null?arguments[r]:{};r%2?pc(Object(o),!0).forEach(function(n){uc(e,n,o[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):pc(Object(o)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(o,n))})}return e}function ie(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 fc=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),qn=function(){return Math.random().toString(36).substring(7).split("").join(".")},co={INIT:"@@redux/INIT"+qn(),REPLACE:"@@redux/REPLACE"+qn(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+qn()}};function rd(e){if(typeof e!="object"||e===null)return!1;for(var r=e;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return Object.getPrototypeOf(e)===r}function Yn(e,r,o){var n;if(typeof r=="function"&&typeof o=="function"||typeof o=="function"&&typeof arguments[3]=="function")throw new Error(ie(0));if(typeof r=="function"&&typeof o>"u"&&(o=r,r=void 0),typeof o<"u"){if(typeof o!="function")throw new Error(ie(1));return o(Yn)(e,r)}if(typeof e!="function")throw new Error(ie(2));var a=e,i=r,c=[],l=c,u=!1;function p(){l===c&&(l=c.slice())}function m(){if(u)throw new Error(ie(3));return i}function h(O){if(typeof O!="function")throw new Error(ie(4));if(u)throw new Error(ie(5));var T=!0;return p(),l.push(O),function(){if(T){if(u)throw new Error(ie(6));T=!1,p();var N=l.indexOf(O);l.splice(N,1),c=null}}}function g(O){if(!rd(O))throw new Error(ie(7));if(typeof O.type>"u")throw new Error(ie(8));if(u)throw new Error(ie(9));try{u=!0,i=a(i,O)}finally{u=!1}for(var T=c=l,R=0;R<T.length;R++){var N=T[R];N()}return O}function v(O){if(typeof O!="function")throw new Error(ie(10));a=O,g({type:co.REPLACE})}function x(){var O,T=h;return O={subscribe:function(N){if(typeof N!="object"||N===null)throw new Error(ie(11));function P(){N.next&&N.next(m())}P();var B=T(P);return{unsubscribe:B}}},O[fc]=function(){return this},O}return g({type:co.INIT}),n={dispatch:g,subscribe:h,getState:m,replaceReducer:v},n[fc]=x,n}function od(e){Object.keys(e).forEach(function(r){var o=e[r],n=o(void 0,{type:co.INIT});if(typeof n>"u")throw new Error(ie(12));if(typeof o(void 0,{type:co.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(ie(13))})}function hc(e){for(var r=Object.keys(e),o={},n=0;n<r.length;n++){var a=r[n];typeof e[a]=="function"&&(o[a]=e[a])}var i=Object.keys(o),c,l;try{od(o)}catch(u){l=u}return function(p,m){if(p===void 0&&(p={}),l)throw l;if(0)var h;for(var g=!1,v={},x=0;x<i.length;x++){var O=i[x],T=o[O],R=p[O],N=T(R,m);if(typeof N>"u"){var P=m&&m.type;throw new Error(ie(14))}v[O]=N,g=g||N!==R}return g=g||i.length!==Object.keys(p).length,g?v:p}}function rr(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return r.length===0?function(n){return n}:r.length===1?r[0]:r.reduce(function(n,a){return function(){return n(a.apply(void 0,arguments))}})}function yc(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return function(n){return function(){var a=n.apply(void 0,arguments),i=function(){throw new Error(ie(15))},c={getState:a.getState,dispatch:function(){return i.apply(void 0,arguments)}},l=r.map(function(u){return u(c)});return i=rr.apply(void 0,l)(a.dispatch),Zn(Zn({},a),{},{dispatch:i})}}}function mc(e){var r=function(n){var a=n.dispatch,i=n.getState;return function(c){return function(l){return typeof l=="function"?l(a,i,e):c(l)}}};return r}var gc=mc();gc.withExtraArgument=mc;var Xn=gc;var Oc=function(){var e=function(r,o){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,a){n.__proto__=a}||function(n,a){for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(n[i]=a[i])},e(r,o)};return function(r,o){if(typeof o!="function"&&o!==null)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");e(r,o);function n(){this.constructor=r}r.prototype=o===null?Object.create(o):(n.prototype=o.prototype,new n)}}(),nd=function(e,r){var o={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,a,i,c;return c={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function l(p){return function(m){return u([p,m])}}function u(p){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,a&&(i=p[0]&2?a.return:p[0]?a.throw||((i=a.return)&&i.call(a),0):a.next)&&!(i=i.call(a,p[1])).done)return i;switch(a=0,i&&(p=[p[0]&2,i.value]),p[0]){case 0:case 1:i=p;break;case 4:return o.label++,{value:p[1],done:!1};case 5:o.label++,a=p[1],p=[0];continue;case 7:p=o.ops.pop(),o.trys.pop();continue;default:if(i=o.trys,!(i=i.length>0&&i[i.length-1])&&(p[0]===6||p[0]===2)){o=0;continue}if(p[0]===3&&(!i||p[1]>i[0]&&p[1]<i[3])){o.label=p[1];break}if(p[0]===6&&o.label<i[1]){o.label=i[1],i=p;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(p);break}i[2]&&o.ops.pop(),o.trys.pop();continue}p=r.call(e,o)}catch(m){p=[6,m],a=0}finally{n=i=0}if(p[0]&5)throw p[1];return{value:p[0]?p[1]:void 0,done:!0}}},or=function(e,r){for(var o=0,n=r.length,a=e.length;o<n;o++,a++)e[a]=r[o];return e},ad=Object.defineProperty,id=Object.defineProperties,sd=Object.getOwnPropertyDescriptors,bc=Object.getOwnPropertySymbols,cd=Object.prototype.hasOwnProperty,ld=Object.prototype.propertyIsEnumerable,xc=function(e,r,o){return r in e?ad(e,r,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[r]=o},st=function(e,r){for(var o in r||(r={}))cd.call(r,o)&&xc(e,o,r[o]);if(bc)for(var n=0,a=bc(r);n<a.length;n++){var o=a[n];ld.call(r,o)&&xc(e,o,r[o])}return e},Jn=function(e,r){return id(e,sd(r))},dd=function(e,r,o){return new Promise(function(n,a){var i=function(u){try{l(o.next(u))}catch(p){a(p)}},c=function(u){try{l(o.throw(u))}catch(p){a(p)}},l=function(u){return u.done?n(u.value):Promise.resolve(u.value).then(i,c)};l((o=o.apply(e,r)).next())})};var ud=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?rr:rr.apply(null,arguments)},ax=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function pd(e){if(typeof e!="object"||e===null)return!1;var r=Object.getPrototypeOf(e);if(r===null)return!0;for(var o=r;Object.getPrototypeOf(o)!==null;)o=Object.getPrototypeOf(o);return r===o}var fd=function(e){Oc(r,e);function r(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var a=e.apply(this,o)||this;return Object.setPrototypeOf(a,r.prototype),a}return Object.defineProperty(r,Symbol.species,{get:function(){return r},enumerable:!1,configurable:!0}),r.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return e.prototype.concat.apply(this,o)},r.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(r.bind.apply(r,or([void 0],o[0].concat(this)))):new(r.bind.apply(r,or([void 0],o.concat(this))))},r}(Array),hd=function(e){Oc(r,e);function r(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var a=e.apply(this,o)||this;return Object.setPrototypeOf(a,r.prototype),a}return Object.defineProperty(r,Symbol.species,{get:function(){return r},enumerable:!1,configurable:!0}),r.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return e.prototype.concat.apply(this,o)},r.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(r.bind.apply(r,or([void 0],o[0].concat(this)))):new(r.bind.apply(r,or([void 0],o.concat(this))))},r}(Array);function ta(e){return Le(e)?so(e,function(){}):e}function yd(e){return typeof e=="boolean"}function md(){return function(r){return gd(r)}}function gd(e){e===void 0&&(e={});var r=e.thunk,o=r===void 0?!0:r,n=e.immutableCheck,a=n===void 0?!0:n,i=e.serializableCheck,c=i===void 0?!0:i,l=new fd;if(o&&(yd(o)?l.push(Xn):l.push(Xn.withExtraArgument(o.extraArgument))),0){if(a)var u;if(c)var p}return l}var Qn=!0;function Cc(e){var r=md(),o=e||{},n=o.reducer,a=n===void 0?void 0:n,i=o.middleware,c=i===void 0?r():i,l=o.devTools,u=l===void 0?!0:l,p=o.preloadedState,m=p===void 0?void 0:p,h=o.enhancers,g=h===void 0?void 0:h,v;if(typeof a=="function")v=a;else if(pd(a))v=hc(a);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 x=c;if(typeof x=="function"&&(x=x(r),!Qn&&!Array.isArray(x)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Qn&&x.some(function(B){return typeof B!="function"}))throw new Error("each middleware provided to configureStore must be a function");var O=yc.apply(void 0,x),T=rr;u&&(T=ud(st({trace:!Qn},typeof u=="object"&&u)));var R=new hd(O),N=R;Array.isArray(g)?N=or([O],g):typeof g=="function"&&(N=g(R));var P=T.apply(void 0,N);return Yn(v,m,P)}function ct(e,r){function o(){for(var n=[],a=0;a<arguments.length;a++)n[a]=arguments[a];if(r){var i=r.apply(void 0,n);if(!i)throw new Error("prepareAction did not return an object");return st(st({type:e,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:e,payload:n[0]}}return o.toString=function(){return""+e},o.type=e,o.match=function(n){return n.type===e},o}function Ec(e){var r={},o=[],n,a={addCase:function(i,c){var l=typeof i=="string"?i:i.type;if(l in r)throw new Error("addCase cannot be called with two reducers for the same action type");return r[l]=c,a},addMatcher:function(i,c){return o.push({matcher:i,reducer:c}),a},addDefaultCase:function(i){return n=i,a}};return e(a),[r,o,n]}function bd(e){return typeof e=="function"}function xd(e,r,o,n){o===void 0&&(o=[]);var a=typeof r=="function"?Ec(r):[r,o,n],i=a[0],c=a[1],l=a[2],u;if(bd(e))u=function(){return ta(e())};else{var p=ta(e);u=function(){return p}}function m(h,g){h===void 0&&(h=u());var v=or([i[g.type]],c.filter(function(x){var O=x.matcher;return O(g)}).map(function(x){var O=x.reducer;return O}));return v.filter(function(x){return!!x}).length===0&&(v=[l]),v.reduce(function(x,O){if(O)if(qe(x)){var T=x,R=O(T,g);return R===void 0?x:R}else{if(Le(x))return so(x,function(N){return O(N,g)});var R=O(x,g);if(R===void 0){if(x===null)return x;throw Error("A case reducer on a non-draftable value must not return undefined")}return R}return x},h)}return m.getInitialState=u,m}function vd(e,r){return e+"/"+r}function Ac(e){var r=e.name;if(!r)throw new Error("`name` is a required option for createSlice");typeof process<"u";var o=typeof e.initialState=="function"?e.initialState:ta(e.initialState),n=e.reducers||{},a=Object.keys(n),i={},c={},l={};a.forEach(function(m){var h=n[m],g=vd(r,m),v,x;"reducer"in h?(v=h.reducer,x=h.prepare):v=h,i[m]=v,c[g]=v,l[m]=x?ct(g,x):ct(g)});function u(){var m=typeof e.extraReducers=="function"?Ec(e.extraReducers):[e.extraReducers],h=m[0],g=h===void 0?{}:h,v=m[1],x=v===void 0?[]:v,O=m[2],T=O===void 0?void 0:O,R=st(st({},g),c);return xd(o,function(N){for(var P in R)N.addCase(P,R[P]);for(var B=0,M=x;B<M.length;B++){var de=M[B];N.addMatcher(de.matcher,de.reducer)}T&&N.addDefaultCase(T)})}var p;return{name:r,reducer:function(m,h){return p||(p=u()),p(m,h)},actions:l,caseReducers:i,getInitialState:function(){return p||(p=u()),p.getInitialState()}}}var Sd="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Od=function(e){e===void 0&&(e=21);for(var r="",o=e;o--;)r+=Sd[Math.random()*64|0];return r},Cd=["name","message","stack","code"],ea=function(){function e(r,o){this.payload=r,this.meta=o}return e}(),vc=function(){function e(r,o){this.payload=r,this.meta=o}return e}(),Ed=function(e){if(typeof e=="object"&&e!==null){for(var r={},o=0,n=Cd;o<n.length;o++){var a=n[o];typeof e[a]=="string"&&(r[a]=e[a])}return r}return{message:String(e)}},lx=function(){function e(r,o,n){var a=ct(r+"/fulfilled",function(m,h,g,v){return{payload:m,meta:Jn(st({},v||{}),{arg:g,requestId:h,requestStatus:"fulfilled"})}}),i=ct(r+"/pending",function(m,h,g){return{payload:void 0,meta:Jn(st({},g||{}),{arg:h,requestId:m,requestStatus:"pending"})}}),c=ct(r+"/rejected",function(m,h,g,v,x){return{payload:v,error:(n&&n.serializeError||Ed)(m||"Rejected"),meta:Jn(st({},x||{}),{arg:g,requestId:h,rejectedWithValue:!!v,requestStatus:"rejected",aborted:m?.name==="AbortError",condition:m?.name==="ConditionError"})}}),l=!1,u=typeof AbortController<"u"?AbortController:function(){function m(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return m.prototype.abort=function(){},m}();function p(m){return function(h,g,v){var x=n?.idGenerator?n.idGenerator(m):Od(),O=new u,T,R=!1;function N(B){T=B,O.abort()}var P=function(){return dd(this,null,function(){var B,M,de,Pe,se,ke,te;return nd(this,function(y){switch(y.label){case 0:return y.trys.push([0,4,,5]),Pe=(B=n?.condition)==null?void 0:B.call(n,m,{getState:g,extra:v}),wd(Pe)?[4,Pe]:[3,2];case 1:Pe=y.sent(),y.label=2;case 2:if(Pe===!1||O.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return R=!0,se=new Promise(function(b,_){return O.signal.addEventListener("abort",function(){return _({name:"AbortError",message:T||"Aborted"})})}),h(i(x,m,(M=n?.getPendingMeta)==null?void 0:M.call(n,{requestId:x,arg:m},{getState:g,extra:v}))),[4,Promise.race([se,Promise.resolve(o(m,{dispatch:h,getState:g,extra:v,requestId:x,signal:O.signal,abort:N,rejectWithValue:function(b,_){return new ea(b,_)},fulfillWithValue:function(b,_){return new vc(b,_)}})).then(function(b){if(b instanceof ea)throw b;return b instanceof vc?a(b.payload,x,m,b.meta):a(b,x,m)})])];case 3:return de=y.sent(),[3,5];case 4:return ke=y.sent(),de=ke instanceof ea?c(null,x,m,ke.payload,ke.meta):c(ke,x,m),[3,5];case 5:return te=n&&!n.dispatchConditionRejection&&c.match(de)&&de.meta.condition,te||h(de),[2,de]}})})}();return Object.assign(P,{abort:N,requestId:x,arg:m,unwrap:function(){return P.then(Ad)}})}}return Object.assign(p,{pending:i,rejected:c,fulfilled:a,typePrefix:r})}return e.withTypes=function(){return e},e}();function Ad(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function wd(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var wc="listener",Rc="completed",Tc="cancelled",dx="task-"+Tc,ux="task-"+Rc,px=wc+"-"+Tc,fx=wc+"-"+Rc;var ra="listenerMiddleware";var hx=ct(ra+"/add"),yx=ct(ra+"/removeAll"),mx=ct(ra+"/remove");var Sc,gx=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Sc||(Sc=Promise.resolve())).then(e).catch(function(r){return setTimeout(function(){throw r},0)})},Rd=function(e){return function(r){setTimeout(r,e)}},bx=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Rd(10);ic();var Td=Jr(Symbol("withEventBus"),function(e,r){return class extends e{constructor(){super(...arguments),this.eventBus=r??document.createElement("span")}addEventListener(o,n,a){this.eventBus.addEventListener(o,n,a)}dispatchEvent(o){return this.eventBus.dispatchEvent(o)}removeEventListener(o,n,a){this.eventBus.removeEventListener(o,n,a)}}}),lo=class extends Td(Object){};window.ftReduxStores||(window.ftReduxStores={});var Nc=class e extends lo{static get(r){var o;let n=typeof r=="string"?r:r.name,a=typeof r=="string"?void 0:r,i=window.ftReduxStores[n];if(oo(i))return i;if(a==null)return;let c=Ac({...a,reducers:(o=a.reducers)!==null&&o!==void 0?o:{}}),l=Cc({reducer:(u,p)=>p.type==="CLEAR_FT_REDUX_STORE"?c.getInitialState():typeof p.type=="string"&&p.type.startsWith("DEFAULT_VALUE_SETTER__")?{...u,...p.overwrites}:c.reducer(u,p)});return window.ftReduxStores[a.name]=new e(c,l,a.eventBus)}constructor(r,o,n){super(),this.reduxSlice=r,this.reduxStore=o,this.isFtReduxStore=!0,this.commands=new Qr;let a=i=>i!=null?JSON.parse(JSON.stringify(i)):i;this.actions=new Proxy(this.reduxSlice.actions,{get:(i,c,l)=>{let u=c,p=i[u];return p?(...m)=>{let h=p(...m.map(a));return this.reduxStore.dispatch(h),h}:m=>{this.setState({[u]:a(m)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(r){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(r).join("_"),overwrites:r})}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(r){throw new Error("Not implemented yet.")}subscribe(r){return this.reduxStore.subscribe(r)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var uo=class{static format(r,o,n,a){return window.moment?window.moment(r).locale(o).format(this.getMomentDateFormat(n,a)):this.getIntlDateTime(r,o,n,a)}static getMomentDateFormat(r,o){return r?o?"lll":"ll":o?"L LT":"L"}static getIntlDateTime(r,o,n,a){let i=typeof r=="string"?new Date(r):r,c=new Intl.DateTimeFormat(o,{dateStyle:n?"medium":"short"}).format(i);if(!a)return c;let l=new Intl.DateTimeFormat(o,{timeStyle:"short"}).format(i);return`${c} ${l}`}static getTimezoneAsString(){let r=n=>String(Math.floor(n)).padStart(2,"0"),o=new Date().getTimezoneOffset();return`${o<0?"+":"-"}${r(Math.abs(o)/60)}:${r(Math.abs(o)%60)}`}};var Lc=C(k()),po=function(e,r,o,n){var a=arguments.length,i=a<3?r:n===null?n=Object.getOwnPropertyDescriptor(r,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,r,o,n);else for(var l=e.length-1;l>=0;l--)(c=e[l])&&(i=(a<3?c(i):a>3?c(r,o,i):c(r,o))||i);return a>3&&i&&Object.defineProperty(r,o,i),i},Gx=(0,Lc.applyMixinOnce)(Symbol("withDateFormat"),function(e){class r extends e{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(L)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var a,i;return((i=(a=this.metadataDescriptors.find(l=>l.key===n))===null||a===void 0?void 0:a.date)!==null&&i!==void 0?i:!1)?l=>uo.format(l,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return po([(0,oa.property)({type:Boolean})],r.prototype,"useLongDateFormat",void 0),po([(0,oa.property)({type:Boolean})],r.prototype,"useDateTimeFormat",void 0),po([Pn({store:L.name,selector:o=>{var n,a;return(a=(n=o.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&a!==void 0?a:[]}})],r.prototype,"metadataDescriptors",void 0),po([Pn({store:L.name})],r.prototype,"uiLocale",void 0),r});var yo=C(k());var fo=class extends he{constructor(){super(...arguments),this.CACHE_DURATION=3*60*1e3}async getUserAssetCount(r){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${r}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${r}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(r){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${r}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${r}`),this.CACHE_DURATION)}isAuthenticated(){let r=L.getState().session;return!!r?.sessionAuthenticated}};var ho=class extends he{constructor(){super(...arguments),this.CACHE_DURATION=3*60*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 r=L.getState().session;return!!r?.sessionAuthenticated}};var Nd="ft-user-assets",Ld={setAssetCount:(e,r)=>{let{userAssetType:o,count:n}=r.payload.assetCount;e.assetCounts.allAsset[o]=n},clearAssetCount:e=>{Object.values(ve).forEach(r=>{e.assetCounts.allAsset[r]=void 0})},setBookmarkCountByMap:(e,r)=>{let o=r.payload.mapId;e.assetCounts.bookmarkByMap[o]=r.payload.count},clearBookmarkCountByMap:e=>{e.assetCounts.bookmarkByMap={}},addAsset:(e,r)=>{let{assetType:o,mapId:n,asset:a}=r.payload;aa(e,o,[...na(e,o),a]),Ic(e,o,1,n),_c(e,a)},editAsset:(e,r)=>{let{assetType:o,asset:n}=r.payload;aa(e,o,na(e,o).map(a=>a.id===n.id?n:a)),_c(e,n)},removeAsset:(e,r)=>{let{assetType:o,mapId:n,assetId:a}=r.payload;aa(e,o,na(e,o).filter(i=>i.id!==a)),Ic(e,o,-1,n)}},Pc={[ve.SEARCHES]:"savedSearches",[ve.BOOKMARKS]:"bookmarks",[ve.BOOKS]:void 0,[ve.COLLECTIONS]:void 0},na=(e,r)=>{var o;let n=Pc[r];return n?(o=e[n])!==null&&o!==void 0?o:[]:[]},aa=(e,r,o)=>{let n=Pc[r];n&&(e[n]=o)},Ic=(e,r,o,n)=>{let a=e.assetCounts.allAsset[r];if(a!==void 0&&(e.assetCounts.allAsset[r]=Math.max(0,a+o),r===ve.BOOKMARKS&&n)){let i=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,i+o)}},_c=(e,r)=>{let o=e.assetLabels.map(a=>a.title),n=r.labels.filter(a=>!o.includes(a)).map(a=>({title:a}));e.assetLabels.push(...n)},me=yo.FtReduxStore.get({name:Nd,reducers:Ld,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(ve).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),ia=class{constructor(r=new fo,o=new ho){this.assetCountsService=r,this.assetLabelsService=o,this.currentSession=L.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new jr,this.savedSearchesService=new qr,L.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var r;let{session:o}=L.getState();(0,yo.deepEqual)((r=this.currentSession)===null||r===void 0?void 0:r.profile,o?.profile)||(this.currentSession=o,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),me.actions.clearAssetCount(),me.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),me.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),me.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let r=await this.savedSearchesService.listMySearches();me.actions.savedSearches(r)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let r=await this.assetLabelsService.getUserAssetLabels();me.actions.assetLabels(r)}async loadAssetCount(r){let o=await this.assetCountsService.getUserAssetCount(r);o&&me.actions.setAssetCount({assetCount:o})}async loadBookmarkByMapId(r){let o=await this.assetCountsService.getUserBookmarkCountByMap(r);o&&me.actions.setBookmarkCountByMap({count:o.count,mapId:r})}async reloadAssetCount(r){this.assetCountsService.clearCache();let o=Object.keys(me.getState().assetCounts.bookmarkByMap).length!==0;r===ve.BOOKMARKS&&o&&me.actions.clearBookmarkCountByMap(),me.getState().assetCounts.allAsset[r]!==void 0&&await this.loadAssetCount(r)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var r;if(this.bookmarksAreUsed){let o=!((r=this.currentSession)===null||r===void 0)&&r.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;me.actions.bookmarks(o)}}},Id=new ia;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=Id);(0,kc.customElement)("ft-app-context")(F);var Dc=C(oe());var sa=class{fromLocalizableLabel(r){return r.type=="PLAIN_TEXT"?{message:r.text}:{key:r.key,custom:r.type=="LOCALIZED_CUSTOM",context:r.context,message:r.key}}fromAttribute(r){if(r!=null)try{return JSON.parse(r)}catch{if(this.isI18nKey(r)){let[n,a]=r.split(".");return{context:n,key:a,custom:!0,message:""}}return{message:r}}}toAttribute(r){if(r!=null)return JSON.stringify(r)}isI18nKey(r){return r.match(/^[\w-]+\.[\w-]+$/)}},nr=new sa;var _d=function(e,r,o,n){var a=arguments.length,i=a<3?r:n===null?n=Object.getOwnPropertyDescriptor(r,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,r,o,n);else for(var l=e.length-1;l>=0;l--)(c=e[l])&&(i=(a<3?c(i):a>3?c(r,o,i):c(r,o))||i);return a>3&&i&&Object.defineProperty(r,o,i),i},wr=Symbol("i18nAttributes"),Bc=Symbol("i18nListAttributes"),Mc=Symbol("i18nProperties"),mo=Symbol("i18nContexts"),Ar=Symbol("i18nUnsubs"),Uc=(0,ar.applyMixinOnce)(Symbol("withI18n"),function(e){var r,o;class n extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[r]=new Map,this[o]=new Map}getI18nService(i){return i??this.useCustomMessageContexts?Tn:br}i18n(i){let{context:c,key:l,message:u}=i,{custom:p,args:m,argsProvider:h}=i;if(c&&l){this.hasI18nContext(c)||this.addI18nContext(c,void 0,p);let g=m??(h?h(this):[]);return this.getI18nService(p).resolveMessage(c,l,...g)}return u}async awaitI18n(i){let{context:c,custom:l}=i;return c&&await this.getI18nService(l).prepareContext(c),this.i18n(i)}customI18n(i,c){if(nr.isI18nKey(i)){let[l,u]=i.split(".");return this.i18n({custom:!0,context:l,key:u,...c})||i}return i}firstUpdated(i){super.firstUpdated(i),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(i){super.update(i),this.updateI18nAttributes((c,l,u)=>i.has(l)||typeof c.argsProvider=="function"),this.updateI18nProperties(c=>typeof c.argsProvider=="function")}onI18nUpdate(i){this.updateI18nAttributes((c,l,u)=>{var p;return((p=u?.context)===null||p===void 0?void 0:p.toLowerCase())===i}),this.updateI18nProperties(c=>c.context.toLowerCase()===i),this.requestUpdate()}updateI18nAttributes(i){var c,l;let u=this,p=(m,h,g)=>g?.context&&g.key&&i(m,h,g)?{...g,message:this.i18n({context:g.context,key:g.key,custom:g.custom,...m})}:g;(c=this[wr])===null||c===void 0||c.forEach((m,h)=>u[h]=p(m,h,u[h])),(l=this[Bc])===null||l===void 0||l.forEach((m,h)=>{var g;return u[h]=(g=u[h])===null||g===void 0?void 0:g.map(v=>p(m,h,v))})}updateI18nProperties(i){var c;(c=this[Mc])===null||c===void 0||c.forEach((l,u)=>{i(l,u)&&(this[u]=this.i18n(l))})}addI18nMessages(i,c,l){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(i,c,l)}addI18nContext(i,c,l){let u=(typeof i=="string"?i:i.name).toLowerCase();l=typeof i=="string"?l:i.custom,this[mo].set(u,{isCustomContext:l}),this[Ar].has(u)||this[Ar].set(u,this.getI18nService(l).subscribe(u,()=>this.onI18nUpdate(u))),this.getI18nService(l).prepareContext(u,c)}hasI18nContext(i){return this[mo].has(i.toLowerCase())}connectedCallback(){super.connectedCallback(),this[mo].forEach((i,c)=>this.addI18nContext(c,void 0,i.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[Ar].forEach(i=>i()),this[Ar].clear()}}return r=mo,o=Ar,_d([(0,Dc.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),go=class extends Uc(ar.FtLitElement){},bo=class extends Uc(ar.FtLitElementRedux){};var $c=C(k());var ca=class{fromAttribute(r){if(!r)return[];try{let o=JSON.parse(r);return Array.isArray(o)?o.map(n=>typeof n=="string"?nr.fromAttribute(n):n):[]}catch{return[]}}toAttribute(r){if(r!=null)return JSON.stringify(r)}},Pd=new ca;var Hc=(e,r)=>(o,n)=>{var a;o.constructor.createProperty(n,{type:Object,hasChanged:$c.hasChanged,converter:nr,...r}),o[wr]=(a=o[wr])!==null&&a!==void 0?a:new Map,o[wr].set(n,e??{})};var zc=C(k());var xo=C(W()),vo=C(oe()),So=C(k());var Fc=C(W());var Wc=Fc.css`
562
562
  `;var Rr=function(e,r,o,n){var a=arguments.length,i=a<3?r:n===null?n=Object.getOwnPropertyDescriptor(r,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,r,o,n);else for(var l=e.length-1;l>=0;l--)(c=e[l])&&(i=(a<3?c(i):a>3?c(r,o,i):c(r,o))||i);return a>3&&i&&Object.defineProperty(r,o,i),i},Ie=class extends bo{constructor(){super(),this.editorMode=!1,this.addStore(L)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":xo.nothing:xo.html`
563
563
  <span class="ft-i18n">
564
564
  ${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
@@ -578,7 +578,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
578
578
  </div>
579
579
  </div>
580
580
  </div>
581
- `}setupFor(r){this.eventsTarget!==r&&(this.removeHandlers(),this.eventsTarget=r,this.eventsTarget.addEventListener("mouseenter",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("mouseenter",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(r){r.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(r)}contentAvailableCallback(r){super.contentAvailableCallback(r),["visible","text"].some(o=>r.has(o))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(r){this.visible=!0,r!=null&&await this.hideDebounce.run(()=>{this.hide()},r)}async showTemporaryText(r,o){let n=this.manual;this.manual=!0;let a=this.text;this.text={message:r},await this.show(o),this.text=a,this.manual=n}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var r;return((r=this.slotNodes)!==null&&r!==void 0?r:[]).filter(o=>o.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let r=this.tooltipContent.style;switch(r.transition="none",this.validPosition){case"top":r.top=this.tooltip.clientHeight+"px",r.left="0";break;case"bottom":r.top=-this.tooltip.clientHeight+"px",r.left="0";break;case"left":r.top="0",r.left=this.tooltip.clientWidth+"px";break;case"right":r.top="0",r.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Zi(this.slottedElement,this.tooltip,this.position).then(({x:r,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${r}px`,this.tooltip.style.top=`${o}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${Oe.designSystemVariables.transitionDuration}, left ${Oe.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(r){return this.manual||(0,Oe.eventPathContainsMatchingElement)(r,this.ignoreMatchingElements,this.eventsTarget)}};J.elementDefinitions={"ft-typography":Re};J.styles=Ci;_e([Hc()],J.prototype,"text",void 0);_e([(0,Ce.property)({type:Boolean})],J.prototype,"manual",void 0);_e([(0,Ce.property)({type:Boolean})],J.prototype,"inline",void 0);_e([(0,Oe.numberProperty)()],J.prototype,"delay",void 0);_e([(0,Ce.property)()],J.prototype,"position",void 0);_e([(0,Oe.jsonProperty)([])],J.prototype,"ignoreMatchingElements",void 0);_e([(0,Ce.queryAssignedNodes)()],J.prototype,"slotNodes",void 0);_e([(0,Ce.query)(".ft-tooltip--container")],J.prototype,"container",void 0);_e([(0,Ce.query)(".ft-tooltip")],J.prototype,"tooltip",void 0);_e([(0,Ce.query)(".ft-tooltip--content")],J.prototype,"tooltipContent",void 0);_e([(0,Ce.state)()],J.prototype,"visible",void 0);(0,jc.customElement)("ft-tooltip")(J);var Yc=C(k());var Tr=C(W()),lt=C(oe()),Zc=C(k()),qc=C(Vc());var Oo;(function(e){e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.BOOKS="&#xe806;",e.MENU="&#xe807;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.HOME="&#xe80b;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.EXPORT="&#xe80f;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.USER="&#xe813;",e.EXTLINK="&#xe814;",e.CALENDAR="&#xe815;",e.OFFLINE="&#xe816;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.STAR_PLAIN="&#xe900;",e.TOPICS="&#xe901;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.CLOSE="&#xe909;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN="&#xe90f;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_THEME="&#xe911;",e.ADMIN_USERS="&#xe912;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.INFO="&#xe919;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.THIN_ARROW="&#xe921;",e.SIGN_IN="&#xe922;",e.LOGOUT="&#xe923;",e.TRANSLATE="&#xe924;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.ARTICLE="&#xe927;",e.COLUMNS="&#xe928;",e.ANALYTICS="&#xe929;",e.COLLECTIONS="&#xe92a;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.COPY_TO_CLIPBOARD="&#xe930;",e.SHARED_PBK="&#xe931;",e.ATTACHMENTS="&#xe932;",e.STRIPE_ARROW_LEFT="&#xe933;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.FILTERS="&#xe935;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.SAVE="&#xe93a;",e.LOCKER="&#xe93b;",e.ADMIN_INTEGRATION="&#xe93c;",e.SYNC="&#xe93d;",e.TAG="&#xe93e;",e.BOOK_PLAIN="&#xe93f;",e.UPLOAD="&#xe940;",e.ONLINE="&#xe941;",e.TAG_PLAIN="&#xe942;",e.ACCOUNT_SETTINGS="&#xe943;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.SHORTCUT_MENU="&#xe946;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.ADMIN_PORTAL="&#xe94b;",e.STAR="&#xe94c;",e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.FEEDBACK_PLAIN="&#xe951;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_COLLECTIONS="&#xe955;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.RESET="&#xe958;",e.MY_LIBRARY="&#xe959;",e.UNSTRUCTURED_DOC="&#xe95a;",e.CONTEXTUAL="&#xe95b;",e.THIN_ARROW_UP="&#xe95c;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.DESKTOP="&#xe95e;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_STACKED="&#xe96e;",e.CHART_BAR_GROUPED="&#xe96f;",e.EYE_SLASH="&#xe970;",e.X_MARK="&#xe971;",e.EXPAND_WIDE="&#xe972;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.EXTLINK_LIGHT="&#xe978;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.CONSUMER="&#xe97c;",e.OCTAGON_XMARK="&#xe97d;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK="&#xe97f;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;",e.CIRCLE_STOP="&#xe984;",e.ARROW_ROTATE_RIGHT="&#xe985;",e.ARROWS_ROTATE="&#xe986;",e.ALIGN_RIGHT="&#xe987;",e.FORMAT_CLEAR="&#xe988;",e.ALIGN_CENTER="&#xe989;",e.ALIGN_LEFT="&#xe98a;",e.PALETTE="&#xe98b;",e.BOLD="&#xe98c;",e.ITALIC="&#xe98d;",e.UNDERLINE="&#xe98e;",e.STRIKETHROUGH="&#xe98f;",e.LINK_SIMPLE_SLASH="&#xe990;",e.LINK_SIMPLE="&#xe991;",e.ROUTE="&#xe992;",e.CIRCLE_USER_SLASH="&#xe993;",e.CIRCLE_USER_CHECK="&#xe994;",e.LIST_MAGNIFYING_GLASS="&#xe995;",e.MEDAL="&#xe996;",e.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",e.ARROW_TURN_DOWN_RIGHT="&#xe998;",e.FLASK="&#xe999;",e.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",e.HOURGLASS_END="&#xe99b;",e.CIRCLE_QUESTION="&#xe99c;",e.GRIP_LINES_SOLID="&#xe99d;",e.TRANSLATE_SPARKLE_SOLID="&#xe99e;",e.CODE="&#xe99f;",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="&#xe9a0;",e.PAPER_PLANE_SLASH="&#xe9a1;",e.COMPRESS="&#xe9a2;",e.EXPAND="&#xe9a3;",e.ARROW_ROTATE_LEFT="&#xe9a4;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;",e.MOBILE_SMALL="&#xe9a5;",e.SPARKLES="&#xe9a6;",e.HAND_SOLID="&#xe9a7;",e.CLOCK_SOLID="&#xe9a8;",e.CONTEXT_MENU_CURSOR="&#xe9a9;",e.LANGUAGE_SLASH="&#xe9aa;",e.MAGNIFYING_GLASS_FLOPPY_DISK="&#xe9ab;",e.CABINET_FILING_FLOPPY_DISK="&#xe9ac;",e.BOOKMARK_SLASH="&#xe9ad;",e.CIRCLE_PAUSE="&#xe9ae;",e.CIRCLE_PLAY="&#xe9af;",e.CIRCLE_STOP_PLAIN="&#xe9b0;",e.CLOUD_ARROW_DOWN="&#xe9b1;",e.SHARE_NODES="&#xe9b2;",e.BELL="&#xe9b3;",e.BELL_SLASH="&#xe9b4;",e.FILE="&#xe9b5;",e.HAND="&#xe9b6;",e.SQUARE_INFO_SOLID="&#xe9b7;",e.FILE_CODE="&#xe9b8;",e.BOX_CODE="&#xe9b9;"})(Oo||(Oo={}));var A;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(A||(A={}));var t0=new Map([...["abw"].map(e=>[e,A.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,A.AUDIO]),...["avi"].map(e=>[e,A.AVI]),...["chm","xhs"].map(e=>[e,A.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,A.CODE]),...["csv"].map(e=>[e,A.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,A.DITA]),...["epub"].map(e=>[e,A.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,A.EXCEL]),...["flac"].map(e=>[e,A.FLAC]),...["gif"].map(e=>[e,A.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,A.GZIP]),...["html","htm","xhtml"].map(e=>[e,A.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,A.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,A.JPEG]),...["json"].map(e=>[e,A.JSON]),...["m4a","m4p"].map(e=>[e,A.M4A]),...["mov","qt"].map(e=>[e,A.MOV]),...["mp3"].map(e=>[e,A.MP3]),...["mp4","m4v"].map(e=>[e,A.MP4]),...["ogg","oga"].map(e=>[e,A.OGG]),...["pdf","ps"].map(e=>[e,A.PDF]),...["png"].map(e=>[e,A.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,A.POWERPOINT]),...["rar"].map(e=>[e,A.RAR]),...["stp"].map(e=>[e,A.STP]),...["txt","rtf","md","mdown"].map(e=>[e,A.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,A.VIDEO]),...["wav"].map(e=>[e,A.WAV]),...["wma"].map(e=>[e,A.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,A.WORD]),...["xml","xsl","rdf"].map(e=>[e,A.XML]),...["yaml","yml","x-yaml"].map(e=>[e,A.YAML]),...["zip"].map(e=>[e,A.ZIP])]);var r0={[A.ABW]:"#91ABC6",[A.AUDIO]:"#1795E3",[A.AVI]:"#E63324",[A.CHM]:"#71C3EB",[A.CODE]:"#71C3EB",[A.CSV]:"#1F7345",[A.DITA]:"#71C3EB",[A.EPUB]:"#85B926",[A.EXCEL]:"#1F7345",[A.FLAC]:"#1795E3",[A.GIF]:"#59B031",[A.GZIP]:"#F8AB36",[A.HTML]:"#71C3EB",[A.IMAGE]:"#59B031",[A.JPEG]:"#59B031",[A.JSON]:"#71C3EB",[A.M4A]:"#1795E3",[A.MOV]:"#E63324",[A.MP3]:"#1795E3",[A.MP4]:"#E63324",[A.OGG]:"#1795E3",[A.PDF]:"#E44948",[A.PNG]:"#59B031",[A.POWERPOINT]:"#B54A2B",[A.RAR]:"#F8AB36",[A.STP]:"#3764B1",[A.TEXT]:"#3162AB",[A.UNKNOWN]:"#999999",[A.VIDEO]:"#E63324",[A.WAV]:"#1795E3",[A.WMA]:"#1795E3",[A.WORD]:"#3162AB",[A.XML]:"#71C3EB",[A.YAML]:"#71C3EB",[A.ZIP]:"#F8AB36"};var Fe;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Fe||(Fe={}));var Nr=function(e,r,o,n){var a=arguments.length,i=a<3?r:n===null?n=Object.getOwnPropertyDescriptor(r,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,r,o,n);else for(var l=e.length-1;l>=0;l--)(c=e[l])&&(i=(a<3?c(i):a>3?c(r,o,i):c(r,o))||i);return a>3&&i&&Object.defineProperty(r,o,i),i},ge=class extends Zc.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=Tr.nothing}render(){let r=this.variant&&Object.values(Fe).includes(this.variant)?this.variant:Fe.fluid_topics,o=r!==Fe.material||!!this.value;return Tr.html`
581
+ `}setupFor(r){this.eventsTarget!==r&&(this.removeHandlers(),this.eventsTarget=r,this.eventsTarget.addEventListener("mouseenter",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("mouseenter",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(r){r.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(r)}contentAvailableCallback(r){super.contentAvailableCallback(r),["visible","text"].some(o=>r.has(o))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(r){this.visible=!0,r!=null&&await this.hideDebounce.run(()=>{this.hide()},r)}async showTemporaryText(r,o){let n=this.manual;this.manual=!0;let a=this.text;this.text={message:r},await this.show(o),this.text=a,this.manual=n}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var r;return((r=this.slotNodes)!==null&&r!==void 0?r:[]).filter(o=>o.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let r=this.tooltipContent.style;switch(r.transition="none",this.validPosition){case"top":r.top=this.tooltip.clientHeight+"px",r.left="0";break;case"bottom":r.top=-this.tooltip.clientHeight+"px",r.left="0";break;case"left":r.top="0",r.left=this.tooltip.clientWidth+"px";break;case"right":r.top="0",r.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Zi(this.slottedElement,this.tooltip,this.position).then(({x:r,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${r}px`,this.tooltip.style.top=`${o}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${Oe.designSystemVariables.transitionDuration}, left ${Oe.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(r){return this.manual||(0,Oe.eventPathContainsMatchingElement)(r,this.ignoreMatchingElements,this.eventsTarget)}};J.elementDefinitions={"ft-typography":Re};J.styles=Ci;_e([Hc()],J.prototype,"text",void 0);_e([(0,Ce.property)({type:Boolean})],J.prototype,"manual",void 0);_e([(0,Ce.property)({type:Boolean})],J.prototype,"inline",void 0);_e([(0,Oe.numberProperty)()],J.prototype,"delay",void 0);_e([(0,Ce.property)()],J.prototype,"position",void 0);_e([(0,Oe.jsonProperty)([])],J.prototype,"ignoreMatchingElements",void 0);_e([(0,Ce.queryAssignedNodes)()],J.prototype,"slotNodes",void 0);_e([(0,Ce.query)(".ft-tooltip--container")],J.prototype,"container",void 0);_e([(0,Ce.query)(".ft-tooltip")],J.prototype,"tooltip",void 0);_e([(0,Ce.query)(".ft-tooltip--content")],J.prototype,"tooltipContent",void 0);_e([(0,Ce.state)()],J.prototype,"visible",void 0);(0,jc.customElement)("ft-tooltip")(J);var Yc=C(k());var Tr=C(W()),lt=C(oe()),Zc=C(k()),qc=C(Vc());var Oo;(function(e){e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.BOOKS="&#xe806;",e.MENU="&#xe807;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.HOME="&#xe80b;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.EXPORT="&#xe80f;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.USER="&#xe813;",e.EXTLINK="&#xe814;",e.CALENDAR="&#xe815;",e.OFFLINE="&#xe816;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.STAR_PLAIN="&#xe900;",e.TOPICS="&#xe901;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.CLOSE="&#xe909;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN="&#xe90f;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_THEME="&#xe911;",e.ADMIN_USERS="&#xe912;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.INFO="&#xe919;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.THIN_ARROW="&#xe921;",e.SIGN_IN="&#xe922;",e.LOGOUT="&#xe923;",e.TRANSLATE="&#xe924;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.ARTICLE="&#xe927;",e.COLUMNS="&#xe928;",e.ANALYTICS="&#xe929;",e.COLLECTIONS="&#xe92a;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.COPY_TO_CLIPBOARD="&#xe930;",e.SHARED_PBK="&#xe931;",e.ATTACHMENTS="&#xe932;",e.STRIPE_ARROW_LEFT="&#xe933;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.FILTERS="&#xe935;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.SAVE="&#xe93a;",e.LOCKER="&#xe93b;",e.ADMIN_INTEGRATION="&#xe93c;",e.SYNC="&#xe93d;",e.TAG="&#xe93e;",e.BOOK_PLAIN="&#xe93f;",e.UPLOAD="&#xe940;",e.ONLINE="&#xe941;",e.TAG_PLAIN="&#xe942;",e.ACCOUNT_SETTINGS="&#xe943;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.SHORTCUT_MENU="&#xe946;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.ADMIN_PORTAL="&#xe94b;",e.STAR="&#xe94c;",e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.FEEDBACK_PLAIN="&#xe951;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_COLLECTIONS="&#xe955;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.RESET="&#xe958;",e.MY_LIBRARY="&#xe959;",e.UNSTRUCTURED_DOC="&#xe95a;",e.CONTEXTUAL="&#xe95b;",e.THIN_ARROW_UP="&#xe95c;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.DESKTOP="&#xe95e;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_STACKED="&#xe96e;",e.CHART_BAR_GROUPED="&#xe96f;",e.EYE_SLASH="&#xe970;",e.X_MARK="&#xe971;",e.EXPAND_WIDE="&#xe972;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.EXTLINK_LIGHT="&#xe978;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.CONSUMER="&#xe97c;",e.OCTAGON_XMARK="&#xe97d;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK="&#xe97f;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;",e.CIRCLE_STOP="&#xe984;",e.ARROW_ROTATE_RIGHT="&#xe985;",e.ARROWS_ROTATE="&#xe986;",e.ALIGN_RIGHT="&#xe987;",e.FORMAT_CLEAR="&#xe988;",e.ALIGN_CENTER="&#xe989;",e.ALIGN_LEFT="&#xe98a;",e.PALETTE="&#xe98b;",e.BOLD="&#xe98c;",e.ITALIC="&#xe98d;",e.UNDERLINE="&#xe98e;",e.STRIKETHROUGH="&#xe98f;",e.LINK_SIMPLE_SLASH="&#xe990;",e.LINK_SIMPLE="&#xe991;",e.ROUTE="&#xe992;",e.CIRCLE_USER_SLASH="&#xe993;",e.CIRCLE_USER_CHECK="&#xe994;",e.LIST_MAGNIFYING_GLASS="&#xe995;",e.MEDAL="&#xe996;",e.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",e.ARROW_TURN_DOWN_RIGHT="&#xe998;",e.FLASK="&#xe999;",e.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",e.HOURGLASS_END="&#xe99b;",e.CIRCLE_QUESTION="&#xe99c;",e.GRIP_LINES_SOLID="&#xe99d;",e.TRANSLATE_SPARKLE_SOLID="&#xe99e;",e.CODE="&#xe99f;",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="&#xe9a0;",e.PAPER_PLANE_SLASH="&#xe9a1;",e.COMPRESS="&#xe9a2;",e.EXPAND="&#xe9a3;",e.ARROW_ROTATE_LEFT="&#xe9a4;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;",e.MOBILE_SMALL="&#xe9a5;",e.SPARKLES="&#xe9a6;",e.HAND_SOLID="&#xe9a7;",e.CLOCK_SOLID="&#xe9a8;",e.CONTEXT_MENU_CURSOR="&#xe9a9;",e.LANGUAGE_SLASH="&#xe9aa;",e.MAGNIFYING_GLASS_FLOPPY_DISK="&#xe9ab;",e.CABINET_FILING_FLOPPY_DISK="&#xe9ac;",e.BOOKMARK_SLASH="&#xe9ad;",e.CIRCLE_PAUSE="&#xe9ae;",e.CIRCLE_PLAY="&#xe9af;",e.CIRCLE_STOP_PLAIN="&#xe9b0;",e.CLOUD_ARROW_DOWN="&#xe9b1;",e.SHARE_NODES="&#xe9b2;",e.BELL="&#xe9b3;",e.BELL_SLASH="&#xe9b4;",e.FILE="&#xe9b5;",e.HAND="&#xe9b6;",e.SQUARE_INFO_SOLID="&#xe9b7;",e.FILE_CODE="&#xe9b8;",e.BOX_CODE="&#xe9b9;"})(Oo||(Oo={}));var A;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(A||(A={}));var o0=new Map([...["abw"].map(e=>[e,A.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,A.AUDIO]),...["avi"].map(e=>[e,A.AVI]),...["chm","xhs"].map(e=>[e,A.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,A.CODE]),...["csv"].map(e=>[e,A.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,A.DITA]),...["epub"].map(e=>[e,A.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,A.EXCEL]),...["flac"].map(e=>[e,A.FLAC]),...["gif"].map(e=>[e,A.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,A.GZIP]),...["html","htm","xhtml"].map(e=>[e,A.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,A.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,A.JPEG]),...["json"].map(e=>[e,A.JSON]),...["m4a","m4p"].map(e=>[e,A.M4A]),...["mov","qt"].map(e=>[e,A.MOV]),...["mp3"].map(e=>[e,A.MP3]),...["mp4","m4v"].map(e=>[e,A.MP4]),...["ogg","oga"].map(e=>[e,A.OGG]),...["pdf","ps"].map(e=>[e,A.PDF]),...["png"].map(e=>[e,A.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,A.POWERPOINT]),...["rar"].map(e=>[e,A.RAR]),...["stp"].map(e=>[e,A.STP]),...["txt","rtf","md","mdown"].map(e=>[e,A.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,A.VIDEO]),...["wav"].map(e=>[e,A.WAV]),...["wma"].map(e=>[e,A.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,A.WORD]),...["xml","xsl","rdf"].map(e=>[e,A.XML]),...["yaml","yml","x-yaml"].map(e=>[e,A.YAML]),...["zip"].map(e=>[e,A.ZIP])]);var n0={[A.ABW]:"#91ABC6",[A.AUDIO]:"#1795E3",[A.AVI]:"#E63324",[A.CHM]:"#71C3EB",[A.CODE]:"#71C3EB",[A.CSV]:"#1F7345",[A.DITA]:"#71C3EB",[A.EPUB]:"#85B926",[A.EXCEL]:"#1F7345",[A.FLAC]:"#1795E3",[A.GIF]:"#59B031",[A.GZIP]:"#F8AB36",[A.HTML]:"#71C3EB",[A.IMAGE]:"#59B031",[A.JPEG]:"#59B031",[A.JSON]:"#71C3EB",[A.M4A]:"#1795E3",[A.MOV]:"#E63324",[A.MP3]:"#1795E3",[A.MP4]:"#E63324",[A.OGG]:"#1795E3",[A.PDF]:"#E44948",[A.PNG]:"#59B031",[A.POWERPOINT]:"#B54A2B",[A.RAR]:"#F8AB36",[A.STP]:"#3764B1",[A.TEXT]:"#3162AB",[A.UNKNOWN]:"#999999",[A.VIDEO]:"#E63324",[A.WAV]:"#1795E3",[A.WMA]:"#1795E3",[A.WORD]:"#3162AB",[A.XML]:"#71C3EB",[A.YAML]:"#71C3EB",[A.ZIP]:"#F8AB36"};var Fe;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Fe||(Fe={}));var Nr=function(e,r,o,n){var a=arguments.length,i=a<3?r:n===null?n=Object.getOwnPropertyDescriptor(r,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,r,o,n);else for(var l=e.length-1;l>=0;l--)(c=e[l])&&(i=(a<3?c(i):a>3?c(r,o,i):c(r,o))||i);return a>3&&i&&Object.defineProperty(r,o,i),i},ge=class extends Zc.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=Tr.nothing}render(){let r=this.variant&&Object.values(Fe).includes(this.variant)?this.variant:Fe.fluid_topics,o=r!==Fe.material||!!this.value;return Tr.html`
582
582
  <i class="ft-icon ft-icon--${r} ft-no-text-select" part="icon icon-${r}">
583
583
  ${(0,qc.unsafeHTML)(this.resolvedIcon)}
584
584
  <slot ?hidden=${o}></slot>
@@ -1102,7 +1102,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1102
1102
  .ftds--size-small.ft-button--icon-only {
1103
1103
  width: ${f.smallIconOnlyWidth};
1104
1104
  }
1105
- `,S.noTextSelect];var Eo=function(e,r,o,n){var a=arguments.length,i=a<3?r:n===null?n=Object.getOwnPropertyDescriptor(r,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,r,o,n);else for(var l=e.length-1;l>=0;l--)(c=e[l])&&(i=(a<3?c(i):a>3?c(r,o,i):c(r,o))||i);return a>3&&i&&Object.defineProperty(r,o,i),i},Ae=class extends(0,Ao.toFtdsBase)($){constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.family=Pr.brand,this.iconVariant=Fe.fluid_topics}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon,"ft-button--round":this.round,...this.getDesignSystemBaseClasses()}}get typographyVariant(){switch(this.size){case Tt.large:return et.body2medium;case Tt.medium:return et.caption1medium;case Tt.small:return et.caption2medium}}};Ae.elementDefinitions={...$.elementDefinitions,"ft-or-ftds-typography":Ge};Ae.styles=[Ao.safariEllipsisFix,rl];Eo([(0,Ir.property)({type:Boolean})],Ae.prototype,"primary",void 0);Eo([(0,Ir.property)({type:Boolean})],Ae.prototype,"secondary",void 0);Eo([(0,Ir.property)({type:Boolean})],Ae.prototype,"tertiary",void 0);Eo([(0,Ir.property)({type:Boolean})],Ae.prototype,"round",void 0);(0,ua.customElement)("ft-button")(Ee);(0,ua.customElement)("ftds-button")(Ae);var ir=class extends ce{};ir.elementDefinitions={"ft-or-ftds-button":Ae};ir.styles=Sa;var ol=C(W()),iS={},nl=ol.css``;var sr=class extends ce{};sr.elementDefinitions={"ft-or-ftds-button":Ee};sr.styles=nl;(0,pa.customElement)("ft-file-button")(sr);(0,pa.customElement)("ftds-file-button")(ir);})();
1105
+ `,S.noTextSelect];var Eo=function(e,r,o,n){var a=arguments.length,i=a<3?r:n===null?n=Object.getOwnPropertyDescriptor(r,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,r,o,n);else for(var l=e.length-1;l>=0;l--)(c=e[l])&&(i=(a<3?c(i):a>3?c(r,o,i):c(r,o))||i);return a>3&&i&&Object.defineProperty(r,o,i),i},Ae=class extends(0,Ao.toFtdsBase)($){constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.family=Pr.brand,this.iconVariant=Fe.fluid_topics}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon,"ft-button--round":this.round,...this.getDesignSystemBaseClasses()}}get typographyVariant(){switch(this.size){case Tt.large:return et.body2medium;case Tt.medium:return et.caption1medium;case Tt.small:return et.caption2medium}}};Ae.elementDefinitions={...$.elementDefinitions,"ft-or-ftds-typography":Ge};Ae.styles=[Ao.safariEllipsisFix,rl];Eo([(0,Ir.property)({type:Boolean})],Ae.prototype,"primary",void 0);Eo([(0,Ir.property)({type:Boolean})],Ae.prototype,"secondary",void 0);Eo([(0,Ir.property)({type:Boolean})],Ae.prototype,"tertiary",void 0);Eo([(0,Ir.property)({type:Boolean})],Ae.prototype,"round",void 0);(0,ua.customElement)("ft-button")(Ee);(0,ua.customElement)("ftds-button")(Ae);var ir=class extends ce{};ir.elementDefinitions={"ft-or-ftds-button":Ae};ir.styles=Sa;var ol=C(W()),cS={},nl=ol.css``;var sr=class extends ce{};sr.elementDefinitions={"ft-or-ftds-button":Ee};sr.styles=nl;(0,pa.customElement)("ft-file-button")(sr);(0,pa.customElement)("ftds-file-button")(ir);})();
1106
1106
  /*! Bundled license information:
1107
1107
 
1108
1108
  lit-html/lit-html.js: