@fluid-topics/ft-search-bar 2.1.9 → 2.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ft-search-bar.light.js +144 -144
- package/package.json +16 -16
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";(()=>{var nd=Object.create;var ws=Object.defineProperty;var od=Object.getOwnPropertyDescriptor;var sd=Object.getOwnPropertyNames;var ad=Object.getPrototypeOf,ld=Object.prototype.hasOwnProperty;var Ir=(t,e)=>()=>{try{return e||t((e={exports:{}}).exports,e),e.exports}catch(r){throw e=0,r}};var cd=(t,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of sd(e))!ld.call(t,n)&&n!==r&&ws(t,n,{get:()=>e[n],enumerable:!(i=od(e,n))||i.enumerable});return t};var u=(t,e,r)=>(r=t!=null?nd(ad(t)):{},cd(e||!t||!t.__esModule?ws(r,"default",{value:t,enumerable:!0}):r,t));var v=Ir((Bf,Rs)=>{Rs.exports=ftGlobals.wcUtils});var
|
|
1
|
+
"use strict";(()=>{var nd=Object.create;var ws=Object.defineProperty;var od=Object.getOwnPropertyDescriptor;var sd=Object.getOwnPropertyNames;var ad=Object.getPrototypeOf,ld=Object.prototype.hasOwnProperty;var Ir=(t,e)=>()=>{try{return e||t((e={exports:{}}).exports,e),e.exports}catch(r){throw e=0,r}};var cd=(t,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of sd(e))!ld.call(t,n)&&n!==r&&ws(t,n,{get:()=>e[n],enumerable:!(i=od(e,n))||i.enumerable});return t};var u=(t,e,r)=>(r=t!=null?nd(ad(t)):{},cd(e||!t||!t.__esModule?ws(r,"default",{value:t,enumerable:!0}):r,t));var v=Ir((Bf,Rs)=>{Rs.exports=ftGlobals.wcUtils});var O=Ir((Ff,Ts)=>{Ts.exports=ftGlobals.lit});var j=Ir((Uf,_s)=>{_s.exports=ftGlobals.litDecorators});var cr=Ir((Hf,Ls)=>{Ls.exports=ftGlobals.litRepeat});var it=Ir((Dh,$a)=>{$a.exports=ftGlobals.litClassMap});var Eu=Ir((Sx,Su)=>{Su.exports=ftGlobals.litUnsafeHTML});var id=u(v());var z=u(O()),U=u(j()),Xi=u(cr()),K=u(v());var $s=u(O()),ur=u(j()),Zi=u(v());var tt;(function(t){t.S="S",t.M="M",t.L="L",t.XL="XL",t.XXL="XXL"})(tt||(tt={}));var ks=u(O());var Ps=ks.css`
|
|
2
2
|
.ft-size-watcher--pixel {
|
|
3
3
|
width: 0;
|
|
4
4
|
height: 0;
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
.ft-size-watcher--local .ft-size-watcher--watcher {
|
|
18
18
|
width: 100%;
|
|
19
19
|
}
|
|
20
|
-
`;var mi=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},Qn=class extends CustomEvent{constructor(e,r){super("change",{detail:{size:e,category:r}})}},je=class extends Zi.FtLitElement{constructor(){super(...arguments),this.debounceTimeout=100,this.local=!1,this.size=0,this.category=tt.S,this.resizeObserver=new ResizeObserver(()=>this.updateSize()),this.debouncer=new Zi.Debouncer}render(){return
|
|
20
|
+
`;var mi=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},Qn=class extends CustomEvent{constructor(e,r){super("change",{detail:{size:e,category:r}})}},je=class extends Zi.FtLitElement{constructor(){super(...arguments),this.debounceTimeout=100,this.local=!1,this.size=0,this.category=tt.S,this.resizeObserver=new ResizeObserver(()=>this.updateSize()),this.debouncer=new Zi.Debouncer}render(){return $s.html`
|
|
21
21
|
<div class="ft-size-watcher--pixel ${this.local?"ft-size-watcher--local":""}">
|
|
22
22
|
<div class="ft-size-watcher--watcher"></div>
|
|
23
23
|
</div>
|
|
24
|
-
`}contentAvailableCallback(e){super.contentAvailableCallback(e),this.watcher&&this.resizeObserver.observe(this.watcher),this.updateSize()}updateSize(){this.debouncer.run(()=>{this.watcher&&this.size!==this.watcher.clientWidth&&(this.size=this.watcher.clientWidth,this.size<768?this.category=tt.S:this.size<976?this.category=tt.M:this.size<1024?this.category=tt.L:this.size<1440?this.category=tt.XL:this.category=tt.XXL,this.dispatchEvent(new Qn(this.size,this.category)))},this.debounceTimeout)}};je.elementDefinitions={};je.styles
|
|
24
|
+
`}contentAvailableCallback(e){super.contentAvailableCallback(e),this.watcher&&this.resizeObserver.observe(this.watcher),this.updateSize()}updateSize(){this.debouncer.run(()=>{this.watcher&&this.size!==this.watcher.clientWidth&&(this.size=this.watcher.clientWidth,this.size<768?this.category=tt.S:this.size<976?this.category=tt.M:this.size<1024?this.category=tt.L:this.size<1440?this.category=tt.XL:this.category=tt.XXL,this.dispatchEvent(new Qn(this.size,this.category)))},this.debounceTimeout)}};je.elementDefinitions={};je.styles=Ps;mi([(0,ur.property)({type:Number})],je.prototype,"debounceTimeout",void 0);mi([(0,ur.property)({type:Boolean})],je.prototype,"local",void 0);mi([(0,ur.property)({type:Number,reflect:!0})],je.prototype,"size",void 0);mi([(0,ur.property)({type:String,reflect:!0})],je.prototype,"category",void 0);mi([(0,ur.query)(".ft-size-watcher--watcher")],je.prototype,"watcher",void 0);var Is=u(v());var Ds={"ft-size-watcher":je};(0,Is.customElements)(Ds);var so=globalThis,Ji=so.trustedTypes,Ms=Ji?Ji.createPolicy("lit-html",{createHTML:t=>t}):void 0,zs="$lit$",Wt=`lit$${Math.random().toFixed(9).slice(2)}$`,js="?"+Wt,ud=`<${js}>`,fr=document,Qi=()=>fr.createComment(""),vi=t=>t===null||typeof t!="object"&&typeof t!="function",ao=Array.isArray,pd=t=>ao(t)||typeof t?.[Symbol.iterator]=="function",eo=`[
|
|
25
25
|
\f\r]`,gi=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Ns=/-->/g,Bs=/>/g,pr=RegExp(`>|${eo}(?:([^\\s"'>=/]+)(${eo}*=${eo}*(?:[^
|
|
26
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),Fs=/'/g,Us=/"/g,Vs=/^(?:script|style|textarea|title)$/i,lo=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),Ws=lo(1),qs=lo(2),Ks=lo(3),yi=Symbol.for("lit-noChange"),ce=Symbol.for("lit-nothing"),Hs=new WeakMap,dr=fr.createTreeWalker(fr,129);function Gs(t,e){if(!ao(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return Ms!==void 0?Ms.createHTML(e):e}var dd=(t,e)=>{let r=t.length-1,i=[],n,o=e===2?"<svg>":e===3?"<math>":"",s=gi;for(let a=0;a<r;a++){let l=t[a],c,p,d=-1,f=0;for(;f<l.length&&(s.lastIndex=f,p=s.exec(l),p!==null);)f=s.lastIndex,s===gi?p[1]==="!--"?s=Ns:p[1]!==void 0?s=Bs:p[2]!==void 0?(Vs.test(p[2])&&(n=RegExp("</"+p[2],"g")),s=pr):p[3]!==void 0&&(s=pr):s===pr?p[0]===">"?(s=n??gi,d=-1):p[1]===void 0?d=-2:(d=s.lastIndex-p[2].length,c=p[1],s=p[3]===void 0?pr:p[3]==='"'?Us:Fs):s===Us||s===Fs?s=pr:s===Ns||s===Bs?s=gi:(s=pr,n=void 0);let h=s===pr&&t[a+1].startsWith("/>")?" ":"";o+=s===gi?l+ud:d>=0?(i.push(c),l.slice(0,d)+zs+l.slice(d)+Wt+h):l+Wt+(d===-2?a:h)}return[Gs(t,o+(t[r]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),i]},bi=class t{constructor({strings:e,_$litType$:r},i){let n;this.parts=[];let o=0,s=0,a=e.length-1,l=this.parts,[c,p]=dd(e,r);if(this.el=t.createElement(c,i),dr.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(n=dr.nextNode())!==null&&l.length<a;){if(n.nodeType===1){if(n.hasAttributes())for(let d of n.getAttributeNames())if(d.endsWith(zs)){let f=p[s++],h=n.getAttribute(d).split(Wt),m=/([.?@])?(.*)/.exec(f);l.push({type:1,index:o,name:m[2],strings:h,ctor:m[1]==="."?ro:m[1]==="?"?io:m[1]==="@"?no:Nr}),n.removeAttribute(d)}else d.startsWith(Wt)&&(l.push({type:6,index:o}),n.removeAttribute(d));if(Vs.test(n.tagName)){let d=n.textContent.split(Wt),f=d.length-1;if(f>0){n.textContent=Ji?Ji.emptyScript:"";for(let h=0;h<f;h++)n.append(d[h],Qi()),dr.nextNode(),l.push({type:2,index:++o});n.append(d[f],Qi())}}}else if(n.nodeType===8)if(n.data===js)l.push({type:2,index:o});else{let d=-1;for(;(d=n.data.indexOf(Wt,d+1))!==-1;)l.push({type:7,index:o}),d+=Wt.length-1}o++}}static createElement(e,r){let i=fr.createElement("template");return i.innerHTML=e,i}};function Mr(t,e,r=t,i){if(e===yi)return e;let n=i!==void 0?r._$Co?.[i]:r._$Cl,o=vi(e)?void 0:e._$litDirective$;return n?.constructor!==o&&(n?._$AO?.(!1),o===void 0?n=void 0:(n=new o(t),n._$AT(t,r,i)),i!==void 0?(r._$Co??=[])[i]=n:r._$Cl=n),n!==void 0&&(e=Mr(t,n._$AS(t,e.values),n,i)),e}var to=class{constructor(e,r){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:r},parts:i}=this._$AD,n=(e?.creationScope??fr).importNode(r,!0);dr.currentNode=n;let o=dr.nextNode(),s=0,a=0,l=i[0];for(;l!==void 0;){if(s===l.index){let c;l.type===2?c=new en(o,o.nextSibling,this,e):l.type===1?c=new l.ctor(o,l.name,l.strings,this,e):l.type===6&&(c=new oo(o,this,e)),this._$AV.push(c),l=i[++a]}s!==l?.index&&(o=dr.nextNode(),s++)}return dr.currentNode=fr,n}p(e){let r=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(e,i,r),r+=i.strings.length-2):i._$AI(e[r])),r++}},en=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,r,i,n){this.type=2,this._$AH=ce,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=i,this.options=n,this._$Cv=n?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,r=this._$AM;return r!==void 0&&e?.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=Mr(this,e,r),vi(e)?e===ce||e==null||e===""?(this._$AH!==ce&&this._$AR(),this._$AH=ce):e!==this._$AH&&e!==yi&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):pd(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==ce&&vi(this._$AH)?this._$AA.nextSibling.data=e:this.T(fr.createTextNode(e)),this._$AH=e}$(e){let{values:r,_$litType$:i}=e,n=typeof i=="number"?this._$AC(e):(i.el===void 0&&(i.el=bi.createElement(Gs(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===n)this._$AH.p(r);else{let o=new to(n,this),s=o.u(this.options);o.p(r),this.T(s),this._$AH=o}}_$AC(e){let r=Hs.get(e.strings);return r===void 0&&Hs.set(e.strings,r=new bi(e)),r}k(e){ao(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,i,n=0;for(let o of e)n===r.length?r.push(i=new t(this.O(Qi()),this.O(Qi()),this,this.options)):i=r[n],i._$AI(o),n++;n<r.length&&(this._$AR(i&&i._$AB.nextSibling,n),r.length=n)}_$AR(e=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);e&&e!==this._$AB;){let i=e.nextSibling;e.remove(),e=i}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},Nr=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,r,i,n,o){this.type=1,this._$AH=ce,this._$AN=void 0,this.element=e,this.name=r,this._$AM=n,this.options=o,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=ce}_$AI(e,r=this,i,n){let o=this.strings,s=!1;if(o===void 0)e=Mr(this,e,r,0),s=!vi(e)||e!==this._$AH&&e!==yi,s&&(this._$AH=e);else{let a=e,l,c;for(e=o[0],l=0;l<o.length-1;l++)c=Mr(this,a[i+l],r,l),c===yi&&(c=this._$AH[l]),s||=!vi(c)||c!==this._$AH[l],c===ce?e=ce:e!==ce&&(e+=(c??"")+o[l+1]),this._$AH[l]=c}s&&!n&&this.j(e)}j(e){e===ce?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},ro=class extends Nr{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===ce?void 0:e}},io=class extends Nr{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==ce)}},no=class extends Nr{constructor(e,r,i,n,o){super(e,r,i,n,o),this.type=5}_$AI(e,r=this){if((e=Mr(this,e,r,0)??ce)===yi)return;let i=this._$AH,n=e===ce&&i!==ce||e.capture!==i.capture||e.once!==i.once||e.passive!==i.passive,o=e!==ce&&(i===ce||n);n&&this.element.removeEventListener(this.name,this,i),o&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},oo=class{constructor(e,r,i){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(e){Mr(this,e)}};var fd=so.litHtmlPolyfillSupport;fd?.(bi,en),(so.litHtmlVersions??=[]).push("3.3.0");var Xs=Symbol.for(""),hd=t=>{if(t?.r===Xs)return t?._$litStatic$},co=t=>({_$litStatic$:t,r:Xs});var Ys=new Map,uo=t=>(e,...r)=>{let i=r.length,n,o,s=[],a=[],l,c=0,p=!1;for(;c<i;){for(l=e[c];c<i&&(o=r[c],(n=hd(o))!==void 0);)l+=n+e[++c],p=!0;c!==i&&a.push(o),s.push(l),c++}if(c===i&&s.push(e[i]),p){let d=s.join("$$lit$$");(e=Ys.get(d))===void 0&&(s.raw=s,Ys.set(d,e=s)),r=a}return t(e,...r)},po=uo(Ws),ih=uo(qs),nh=uo(Ks);var fo=u(j()),la=u(v());var ue;(function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button"})(ue||(ue={}));var rt=u(C()),b=u(v()),Zs=b.FtCssVariableFactory.extend("--ft-typography-font-family","",b.designSystemVariables.titleFont),Bt=b.FtCssVariableFactory.extend("--ft-typography-font-family","",b.designSystemVariables.contentFont),x={fontFamily:Bt,fontSize:b.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:b.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:b.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:b.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:b.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Br={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Zs),fontSize:b.FtCssVariableFactory.extend("--ft-typography-title-font-size","",x.fontSize,"20px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",x.fontWeight,"normal"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",x.letterSpacing,"0.15px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-title-line-height","",x.lineHeight,"1.2"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",x.textTransform,"inherit")},Fr={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Zs),fontSize:b.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",x.fontSize,"14px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",x.fontWeight,"normal"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",x.letterSpacing,"0.105px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",x.lineHeight,"1.7"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",x.textTransform,"inherit")},Ur={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Bt),fontSize:b.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",x.fontSize,"16px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",x.fontWeight,"600"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",x.letterSpacing,"0.144px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",x.lineHeight,"1.5"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",x.textTransform,"inherit")},Hr={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Bt),fontSize:b.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",x.fontSize,"14px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",x.fontWeight,"normal"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",x.letterSpacing,"0.098px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",x.lineHeight,"1.7"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",x.textTransform,"inherit")},Nt={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Bt),fontSize:b.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",x.fontSize,"16px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",x.fontWeight,"normal"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",x.letterSpacing,"0.496px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",x.lineHeight,"1.5"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",x.textTransform,"inherit")},ge={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Bt),fontSize:b.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",x.fontSize,"14px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",x.fontWeight,"normal"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",x.letterSpacing,"0.252px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",x.lineHeight,"1.4"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",x.textTransform,"inherit")},Ve={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Bt),fontSize:b.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",x.fontSize,"12px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",x.fontWeight,"normal"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",x.letterSpacing,"0.396px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",x.lineHeight,"1.33"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",x.textTransform,"inherit")},zr={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Bt),fontSize:b.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",x.fontSize,"10px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",x.fontWeight,"normal"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",x.letterSpacing,"0.33px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",x.lineHeight,"1.6"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",x.textTransform,"inherit")},jr={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Bt),fontSize:b.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",x.fontSize,"10px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",x.fontWeight,"normal"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",x.letterSpacing,"1.5px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",x.lineHeight,"1.6"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",x.textTransform,"uppercase")},wt={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Bt),fontSize:b.FtCssVariableFactory.extend("--ft-typography-button-font-size","",x.fontSize,"14px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",x.fontWeight,"600"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",x.letterSpacing,"1.246px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-button-line-height","",x.lineHeight,"1.15"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",x.textTransform,"uppercase")},Js=rt.css`
|
|
26
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),Fs=/'/g,Us=/"/g,Vs=/^(?:script|style|textarea|title)$/i,lo=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),Ws=lo(1),qs=lo(2),Ks=lo(3),yi=Symbol.for("lit-noChange"),ce=Symbol.for("lit-nothing"),Hs=new WeakMap,dr=fr.createTreeWalker(fr,129);function Gs(t,e){if(!ao(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return Ms!==void 0?Ms.createHTML(e):e}var dd=(t,e)=>{let r=t.length-1,i=[],n,o=e===2?"<svg>":e===3?"<math>":"",s=gi;for(let a=0;a<r;a++){let l=t[a],c,p,d=-1,f=0;for(;f<l.length&&(s.lastIndex=f,p=s.exec(l),p!==null);)f=s.lastIndex,s===gi?p[1]==="!--"?s=Ns:p[1]!==void 0?s=Bs:p[2]!==void 0?(Vs.test(p[2])&&(n=RegExp("</"+p[2],"g")),s=pr):p[3]!==void 0&&(s=pr):s===pr?p[0]===">"?(s=n??gi,d=-1):p[1]===void 0?d=-2:(d=s.lastIndex-p[2].length,c=p[1],s=p[3]===void 0?pr:p[3]==='"'?Us:Fs):s===Us||s===Fs?s=pr:s===Ns||s===Bs?s=gi:(s=pr,n=void 0);let h=s===pr&&t[a+1].startsWith("/>")?" ":"";o+=s===gi?l+ud:d>=0?(i.push(c),l.slice(0,d)+zs+l.slice(d)+Wt+h):l+Wt+(d===-2?a:h)}return[Gs(t,o+(t[r]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),i]},bi=class t{constructor({strings:e,_$litType$:r},i){let n;this.parts=[];let o=0,s=0,a=e.length-1,l=this.parts,[c,p]=dd(e,r);if(this.el=t.createElement(c,i),dr.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(n=dr.nextNode())!==null&&l.length<a;){if(n.nodeType===1){if(n.hasAttributes())for(let d of n.getAttributeNames())if(d.endsWith(zs)){let f=p[s++],h=n.getAttribute(d).split(Wt),m=/([.?@])?(.*)/.exec(f);l.push({type:1,index:o,name:m[2],strings:h,ctor:m[1]==="."?ro:m[1]==="?"?io:m[1]==="@"?no:Nr}),n.removeAttribute(d)}else d.startsWith(Wt)&&(l.push({type:6,index:o}),n.removeAttribute(d));if(Vs.test(n.tagName)){let d=n.textContent.split(Wt),f=d.length-1;if(f>0){n.textContent=Ji?Ji.emptyScript:"";for(let h=0;h<f;h++)n.append(d[h],Qi()),dr.nextNode(),l.push({type:2,index:++o});n.append(d[f],Qi())}}}else if(n.nodeType===8)if(n.data===js)l.push({type:2,index:o});else{let d=-1;for(;(d=n.data.indexOf(Wt,d+1))!==-1;)l.push({type:7,index:o}),d+=Wt.length-1}o++}}static createElement(e,r){let i=fr.createElement("template");return i.innerHTML=e,i}};function Mr(t,e,r=t,i){if(e===yi)return e;let n=i!==void 0?r._$Co?.[i]:r._$Cl,o=vi(e)?void 0:e._$litDirective$;return n?.constructor!==o&&(n?._$AO?.(!1),o===void 0?n=void 0:(n=new o(t),n._$AT(t,r,i)),i!==void 0?(r._$Co??=[])[i]=n:r._$Cl=n),n!==void 0&&(e=Mr(t,n._$AS(t,e.values),n,i)),e}var to=class{constructor(e,r){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:r},parts:i}=this._$AD,n=(e?.creationScope??fr).importNode(r,!0);dr.currentNode=n;let o=dr.nextNode(),s=0,a=0,l=i[0];for(;l!==void 0;){if(s===l.index){let c;l.type===2?c=new en(o,o.nextSibling,this,e):l.type===1?c=new l.ctor(o,l.name,l.strings,this,e):l.type===6&&(c=new oo(o,this,e)),this._$AV.push(c),l=i[++a]}s!==l?.index&&(o=dr.nextNode(),s++)}return dr.currentNode=fr,n}p(e){let r=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(e,i,r),r+=i.strings.length-2):i._$AI(e[r])),r++}},en=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,r,i,n){this.type=2,this._$AH=ce,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=i,this.options=n,this._$Cv=n?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,r=this._$AM;return r!==void 0&&e?.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=Mr(this,e,r),vi(e)?e===ce||e==null||e===""?(this._$AH!==ce&&this._$AR(),this._$AH=ce):e!==this._$AH&&e!==yi&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):pd(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==ce&&vi(this._$AH)?this._$AA.nextSibling.data=e:this.T(fr.createTextNode(e)),this._$AH=e}$(e){let{values:r,_$litType$:i}=e,n=typeof i=="number"?this._$AC(e):(i.el===void 0&&(i.el=bi.createElement(Gs(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===n)this._$AH.p(r);else{let o=new to(n,this),s=o.u(this.options);o.p(r),this.T(s),this._$AH=o}}_$AC(e){let r=Hs.get(e.strings);return r===void 0&&Hs.set(e.strings,r=new bi(e)),r}k(e){ao(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,i,n=0;for(let o of e)n===r.length?r.push(i=new t(this.O(Qi()),this.O(Qi()),this,this.options)):i=r[n],i._$AI(o),n++;n<r.length&&(this._$AR(i&&i._$AB.nextSibling,n),r.length=n)}_$AR(e=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);e&&e!==this._$AB;){let i=e.nextSibling;e.remove(),e=i}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},Nr=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,r,i,n,o){this.type=1,this._$AH=ce,this._$AN=void 0,this.element=e,this.name=r,this._$AM=n,this.options=o,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=ce}_$AI(e,r=this,i,n){let o=this.strings,s=!1;if(o===void 0)e=Mr(this,e,r,0),s=!vi(e)||e!==this._$AH&&e!==yi,s&&(this._$AH=e);else{let a=e,l,c;for(e=o[0],l=0;l<o.length-1;l++)c=Mr(this,a[i+l],r,l),c===yi&&(c=this._$AH[l]),s||=!vi(c)||c!==this._$AH[l],c===ce?e=ce:e!==ce&&(e+=(c??"")+o[l+1]),this._$AH[l]=c}s&&!n&&this.j(e)}j(e){e===ce?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},ro=class extends Nr{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===ce?void 0:e}},io=class extends Nr{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==ce)}},no=class extends Nr{constructor(e,r,i,n,o){super(e,r,i,n,o),this.type=5}_$AI(e,r=this){if((e=Mr(this,e,r,0)??ce)===yi)return;let i=this._$AH,n=e===ce&&i!==ce||e.capture!==i.capture||e.once!==i.once||e.passive!==i.passive,o=e!==ce&&(i===ce||n);n&&this.element.removeEventListener(this.name,this,i),o&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},oo=class{constructor(e,r,i){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(e){Mr(this,e)}};var fd=so.litHtmlPolyfillSupport;fd?.(bi,en),(so.litHtmlVersions??=[]).push("3.3.0");var Xs=Symbol.for(""),hd=t=>{if(t?.r===Xs)return t?._$litStatic$},co=t=>({_$litStatic$:t,r:Xs});var Ys=new Map,uo=t=>(e,...r)=>{let i=r.length,n,o,s=[],a=[],l,c=0,p=!1;for(;c<i;){for(l=e[c];c<i&&(o=r[c],(n=hd(o))!==void 0);)l+=n+e[++c],p=!0;c!==i&&a.push(o),s.push(l),c++}if(c===i&&s.push(e[i]),p){let d=s.join("$$lit$$");(e=Ys.get(d))===void 0&&(s.raw=s,Ys.set(d,e=s)),r=a}return t(e,...r)},po=uo(Ws),ih=uo(qs),nh=uo(Ks);var fo=u(j()),la=u(v());var ue;(function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button"})(ue||(ue={}));var rt=u(O()),b=u(v()),Zs=b.FtCssVariableFactory.extend("--ft-typography-font-family","",b.designSystemVariables.titleFont),Bt=b.FtCssVariableFactory.extend("--ft-typography-font-family","",b.designSystemVariables.contentFont),x={fontFamily:Bt,fontSize:b.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:b.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:b.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:b.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:b.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Br={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Zs),fontSize:b.FtCssVariableFactory.extend("--ft-typography-title-font-size","",x.fontSize,"20px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",x.fontWeight,"normal"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",x.letterSpacing,"0.15px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-title-line-height","",x.lineHeight,"1.2"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",x.textTransform,"inherit")},Fr={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Zs),fontSize:b.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",x.fontSize,"14px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",x.fontWeight,"normal"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",x.letterSpacing,"0.105px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",x.lineHeight,"1.7"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",x.textTransform,"inherit")},Ur={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Bt),fontSize:b.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",x.fontSize,"16px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",x.fontWeight,"600"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",x.letterSpacing,"0.144px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",x.lineHeight,"1.5"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",x.textTransform,"inherit")},Hr={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Bt),fontSize:b.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",x.fontSize,"14px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",x.fontWeight,"normal"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",x.letterSpacing,"0.098px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",x.lineHeight,"1.7"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",x.textTransform,"inherit")},Nt={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Bt),fontSize:b.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",x.fontSize,"16px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",x.fontWeight,"normal"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",x.letterSpacing,"0.496px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",x.lineHeight,"1.5"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",x.textTransform,"inherit")},ge={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Bt),fontSize:b.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",x.fontSize,"14px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",x.fontWeight,"normal"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",x.letterSpacing,"0.252px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",x.lineHeight,"1.4"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",x.textTransform,"inherit")},Ve={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Bt),fontSize:b.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",x.fontSize,"12px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",x.fontWeight,"normal"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",x.letterSpacing,"0.396px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",x.lineHeight,"1.33"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",x.textTransform,"inherit")},zr={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Bt),fontSize:b.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",x.fontSize,"10px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",x.fontWeight,"normal"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",x.letterSpacing,"0.33px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",x.lineHeight,"1.6"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",x.textTransform,"inherit")},jr={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Bt),fontSize:b.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",x.fontSize,"10px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",x.fontWeight,"normal"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",x.letterSpacing,"1.5px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",x.lineHeight,"1.6"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",x.textTransform,"uppercase")},wt={fontFamily:b.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Bt),fontSize:b.FtCssVariableFactory.extend("--ft-typography-button-font-size","",x.fontSize,"14px"),fontWeight:b.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",x.fontWeight,"600"),letterSpacing:b.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",x.letterSpacing,"1.246px"),lineHeight:b.FtCssVariableFactory.extend("--ft-typography-button-line-height","",x.lineHeight,"1.15"),textTransform:b.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",x.textTransform,"uppercase")},Js=rt.css`
|
|
27
27
|
.ft-typography--title {
|
|
28
28
|
font-family: ${Br.fontFamily};
|
|
29
29
|
font-size: ${Br.fontSize};
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
</${co(this.element)}>
|
|
127
127
|
`:po`
|
|
128
128
|
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
129
|
-
`}};V.styles=[Js,Qs,ea,ta,ra,Vr,qt,ia,na,oa,sa];aa([(0,fo.property)()],V.prototype,"element",void 0);aa([(0,fo.property)()],V.prototype,"variant",void 0);var ua=u(v());var ca={"ft-typography":V};(0,ua.customElements)(ca);var ho=u(v());function tn(t){return t.startsWith('"')&&t.endsWith('"')?t.replace(/(^"+)|("+$)/g,""):t}function pa(t){return tn(t).split("|").pop()}function da(t){return tn(t).split("|").join(" > ")}function fa(t,e){return{label:t.label,selected:!e&&t.selected,subOptions:t.childNodes.map(r=>fa(r,t.selected)),value:t.value}}function ha(t){return(0,ho.flatDeep)(t.options,e=>{var r;return(r=e.subOptions)!==null&&r!==void 0?r:[]}).filter(e=>e.selected).map(e=>e.label)}function mo(t){return{id:t.key,label:t.label,multivalued:t.multiSelectionable,options:t.rootNodes.map(e=>fa(e,!1))}}function ma(t){return(0,ho.flatDeep)(t.rootNodes,e=>e.selected?[]:e.childNodes).filter(e=>e.selected).map(e=>e.value)}var ka=u(
|
|
129
|
+
`}};V.styles=[Js,Qs,ea,ta,ra,Vr,qt,ia,na,oa,sa];aa([(0,fo.property)()],V.prototype,"element",void 0);aa([(0,fo.property)()],V.prototype,"variant",void 0);var ua=u(v());var ca={"ft-typography":V};(0,ua.customElements)(ca);var ho=u(v());function tn(t){return t.startsWith('"')&&t.endsWith('"')?t.replace(/(^"+)|("+$)/g,""):t}function pa(t){return tn(t).split("|").pop()}function da(t){return tn(t).split("|").join(" > ")}function fa(t,e){return{label:t.label,selected:!e&&t.selected,subOptions:t.childNodes.map(r=>fa(r,t.selected)),value:t.value}}function ha(t){return(0,ho.flatDeep)(t.options,e=>{var r;return(r=e.subOptions)!==null&&r!==void 0?r:[]}).filter(e=>e.selected).map(e=>e.label)}function mo(t){return{id:t.key,label:t.label,multivalued:t.multiSelectionable,options:t.rootNodes.map(e=>fa(e,!1))}}function ma(t){return(0,ho.flatDeep)(t.rootNodes,e=>e.selected?[]:e.childNodes).filter(e=>e.selected).map(e=>e.value)}var ka=u(O()),q=u(v());var _a=u(O()),k=u(v());var Sa=u(O()),pe=u(v()),ga=pe.FtCssVariableFactory.extend("--ft-ripple-color","",pe.designSystemVariables.colorContent),W={color:ga,backgroundColor:pe.FtCssVariableFactory.extend("--ft-ripple-background-color","",ga),opacityContentOnSurfacePressed:pe.FtCssVariableFactory.external(pe.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:pe.FtCssVariableFactory.external(pe.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:pe.FtCssVariableFactory.external(pe.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:pe.FtCssVariableFactory.external(pe.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:pe.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},va=pe.FtCssVariableFactory.extend("--ft-ripple-color","",pe.designSystemVariables.colorPrimary),ya={color:va,backgroundColor:pe.FtCssVariableFactory.extend("--ft-ripple-background-color","",va)},ba=pe.FtCssVariableFactory.extend("--ft-ripple-color","",pe.designSystemVariables.colorSecondary),xa={color:ba,backgroundColor:pe.FtCssVariableFactory.extend("--ft-ripple-background-color","",ba)},Ea=Sa.css`
|
|
130
130
|
:host {
|
|
131
131
|
display: contents;
|
|
132
132
|
}
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
opacity: ${W.opacityContentOnSurfacePressed};
|
|
239
239
|
transform: translate(-50%, -50%) scale(1);
|
|
240
240
|
}
|
|
241
|
-
`;var Aa=u(
|
|
241
|
+
`;var Aa=u(O()),xi=u(v()),hr={color:xi.FtCssVariableFactory.extend("--ft-loader-color","",xi.designSystemVariables.colorPrimary),size:xi.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Oa=Aa.css`
|
|
242
242
|
:host {
|
|
243
243
|
line-height: 0;
|
|
244
244
|
}
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
transform: translate(calc(0.35 * ${hr.size}), 0);
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
|
-
`;var
|
|
310
|
+
`;var Ca=u(O()),ht=u(v()),Le={size:ht.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:ht.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",ht.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:ht.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",ht.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:ht.FtCssVariableFactory.extend("--ft-icon-material-font-family","",ht.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:ht.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},wa=[Ca.css`
|
|
311
311
|
:host, i.ft-icon {
|
|
312
312
|
display: inline-flex;
|
|
313
313
|
align-items: center;
|
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
${(0,k.setVariable)(hr.size,F.iconSize)};
|
|
494
494
|
${(0,k.setVariable)(hr.color,"var(--button-internal-color)")};
|
|
495
495
|
}
|
|
496
|
-
`;var Si={buttonMoreColor:q.FtCssVariableFactory.extend("--ft-filter-level-button-more-color","",q.designSystemVariables.colorOnSurface),borderRadiusM:q.FtCssVariableFactory.external(q.designSystemVariables.borderRadiusM,"Design system"),colorOutline:q.FtCssVariableFactory.external(q.designSystemVariables.colorOutline,"Design system"),colorOnSurface:q.FtCssVariableFactory.external(q.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:q.FtCssVariableFactory.external(q.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:q.FtCssVariableFactory.external(q.designSystemVariables.colorOnSurfaceDisabled,"Design system"),colorPrimary:q.FtCssVariableFactory.external(q.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:q.FtCssVariableFactory.external(q.designSystemVariables.colorOnPrimary,"Design system"),fontFamily:q.FtCssVariableFactory.external(ge.fontFamily,"Body2 typography"),fontSize:q.FtCssVariableFactory.external(ge.fontSize,"Body2 typography"),fontWeight:q.FtCssVariableFactory.external(ge.fontWeight,"Body2 typography"),letterSpacing:q.FtCssVariableFactory.external(ge.letterSpacing,"Body2 typography"),lineHeight:q.FtCssVariableFactory.external(ge.lineHeight,"Body2 typography"),textTransform:q.FtCssVariableFactory.external(ge.textTransform,"Body2 typography")}
|
|
496
|
+
`;var Si={buttonMoreColor:q.FtCssVariableFactory.extend("--ft-filter-level-button-more-color","",q.designSystemVariables.colorOnSurface),borderRadiusM:q.FtCssVariableFactory.external(q.designSystemVariables.borderRadiusM,"Design system"),colorOutline:q.FtCssVariableFactory.external(q.designSystemVariables.colorOutline,"Design system"),colorOnSurface:q.FtCssVariableFactory.external(q.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:q.FtCssVariableFactory.external(q.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:q.FtCssVariableFactory.external(q.designSystemVariables.colorOnSurfaceDisabled,"Design system"),colorPrimary:q.FtCssVariableFactory.external(q.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:q.FtCssVariableFactory.external(q.designSystemVariables.colorOnPrimary,"Design system"),fontFamily:q.FtCssVariableFactory.external(ge.fontFamily,"Body2 typography"),fontSize:q.FtCssVariableFactory.external(ge.fontSize,"Body2 typography"),fontWeight:q.FtCssVariableFactory.external(ge.fontWeight,"Body2 typography"),letterSpacing:q.FtCssVariableFactory.external(ge.letterSpacing,"Body2 typography"),lineHeight:q.FtCssVariableFactory.external(ge.lineHeight,"Body2 typography"),textTransform:q.FtCssVariableFactory.external(ge.textTransform,"Body2 typography")},Pa=ka.css`
|
|
497
497
|
.ft-filter-level--container {
|
|
498
498
|
display: flex;
|
|
499
499
|
flex-direction: column;
|
|
@@ -564,7 +564,7 @@
|
|
|
564
564
|
margin: 10px 0;
|
|
565
565
|
color: ${Si.colorOnSurfaceMedium};
|
|
566
566
|
}
|
|
567
|
-
`;var Lr=u(
|
|
567
|
+
`;var Lr=u(O()),G=u(j()),ae=u(v());var Ze=u(O()),ve=u(j()),Zu=u(cr()),Fe=u(v());var pt=u(v());var Da=u(O()),be=u(j()),Ia=u(it()),Ei=u(v());var Me=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},M=class extends Ei.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new Ei.Debouncer(1e3),this.onTransitionStart=e=>{e.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=e=>{e.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new Ei.Debouncer(10),this.moveRipple=e=>{var r,i;let{x:n,y:o}=this.getCoordinates(e),s=(i=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&i!==void 0?i:{x:0,y:0,width:0,height:0};this.originX=Math.round(n!=null?n-s.x:s.width/2),this.originY=Math.round(o!=null?o-s.y:s.height/2)},this.startPress=e=>{this.moveRipple(e),this.pressed=!this.isIgnored(e)},this.endPress=()=>{this.pressed=!1},this.startHover=e=>{this.hovered=!this.isIgnored(e)},this.endHover=()=>{this.hovered=!1},this.startFocus=e=>{this.focused=this.isFocusVisible(e?.target)&&!this.isIgnored(e)},this.endFocus=()=>{this.focused=!1}}render(){let e={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return Da.html`
|
|
568
568
|
<style>
|
|
569
569
|
.ft-ripple .ft-ripple--effect {
|
|
570
570
|
left: ${this.originX}px;
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
<div class="ft-ripple--background"></div>
|
|
576
576
|
<div class="ft-ripple--effect"></div>
|
|
577
577
|
</div>
|
|
578
|
-
`}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var r,i;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var e,r;let i=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;i&&this.setupFor((r=this.target)!==null&&r!==void 0?r:i)}forceFocusUpdate(){var e;!((e=this.target)===null||e===void 0)&&e.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let r=(...a)=>l=>{a.forEach(c=>window.addEventListener(c,this.endPress,{once:!0})),this.startPress(l)},i=r("mouseup","contextmenu"),n=r("touchend","touchcancel"),o=a=>{["Enter"," "].includes(a.key)&&r("keyup")(a)},s={passive:!0};e.addEventListener("mouseover",this.startHover,s),e.addEventListener("mousemove",this.moveRipple,s),e.addEventListener("mouseleave",this.endHover,s),e.addEventListener("mousedown",i,s),e.addEventListener("touchstart",n,s),e.addEventListener("touchmove",this.moveRipple,s),e.addEventListener("keydown",o,s),e.addEventListener("focus",this.startFocus,s),e.addEventListener("blur",this.endFocus,s),e.addEventListener("focusin",this.startFocus,s),e.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{e.removeAttribute("data-is-ft-ripple-target"),e.removeEventListener("mouseover",this.startHover,s),e.removeEventListener("mousemove",this.moveRipple,s),e.removeEventListener("mouseleave",this.endHover,s),e.removeEventListener("mousedown",i,s),e.removeEventListener("touchstart",n,s),e.removeEventListener("touchmove",this.moveRipple,s),e.removeEventListener("keydown",o,s),e.removeEventListener("focus",this.startFocus,s),e.removeEventListener("blur",this.endFocus,s),e.removeEventListener("focusin",this.startFocus,s),e.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(e){let r=e,i=e,n,o;return r.x!=null?{x:n,y:o}=r:i.touches!=null&&(n=i.touches[0].clientX,o=i.touches[0].clientY),{x:n,y:o}}isFocusVisible(e){return e instanceof HTMLElement?e.matches(":focus-visible"):!0}isIgnored(e){if(this.disabled)return!0;if(e!=null)for(let r of e.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};M.elementDefinitions={};M.styles=Ea;Me([(0,be.property)({type:Boolean})],M.prototype,"primary",void 0);Me([(0,be.property)({type:Boolean})],M.prototype,"secondary",void 0);Me([(0,be.property)({type:Boolean})],M.prototype,"unbounded",void 0);Me([(0,be.property)({type:Boolean})],M.prototype,"activated",void 0);Me([(0,be.property)({type:Boolean})],M.prototype,"selected",void 0);Me([(0,be.property)({type:Boolean})],M.prototype,"disabled",void 0);Me([(0,be.state)()],M.prototype,"hovered",void 0);Me([(0,be.state)()],M.prototype,"focused",void 0);Me([(0,be.state)()],M.prototype,"pressed",void 0);Me([(0,be.state)()],M.prototype,"rippling",void 0);Me([(0,be.state)()],M.prototype,"originX",void 0);Me([(0,be.state)()],M.prototype,"originY",void 0);Me([(0,be.query)(".ft-ripple")],M.prototype,"ripple",void 0);Me([(0,be.query)(".ft-ripple--effect")],M.prototype,"rippleEffect",void 0);var Na=u(v());var Ma={"ft-ripple":M};(0,Na.customElements)(Ma);var yu=u(
|
|
578
|
+
`}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var r,i;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var e,r;let i=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;i&&this.setupFor((r=this.target)!==null&&r!==void 0?r:i)}forceFocusUpdate(){var e;!((e=this.target)===null||e===void 0)&&e.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let r=(...a)=>l=>{a.forEach(c=>window.addEventListener(c,this.endPress,{once:!0})),this.startPress(l)},i=r("mouseup","contextmenu"),n=r("touchend","touchcancel"),o=a=>{["Enter"," "].includes(a.key)&&r("keyup")(a)},s={passive:!0};e.addEventListener("mouseover",this.startHover,s),e.addEventListener("mousemove",this.moveRipple,s),e.addEventListener("mouseleave",this.endHover,s),e.addEventListener("mousedown",i,s),e.addEventListener("touchstart",n,s),e.addEventListener("touchmove",this.moveRipple,s),e.addEventListener("keydown",o,s),e.addEventListener("focus",this.startFocus,s),e.addEventListener("blur",this.endFocus,s),e.addEventListener("focusin",this.startFocus,s),e.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{e.removeAttribute("data-is-ft-ripple-target"),e.removeEventListener("mouseover",this.startHover,s),e.removeEventListener("mousemove",this.moveRipple,s),e.removeEventListener("mouseleave",this.endHover,s),e.removeEventListener("mousedown",i,s),e.removeEventListener("touchstart",n,s),e.removeEventListener("touchmove",this.moveRipple,s),e.removeEventListener("keydown",o,s),e.removeEventListener("focus",this.startFocus,s),e.removeEventListener("blur",this.endFocus,s),e.removeEventListener("focusin",this.startFocus,s),e.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(e){let r=e,i=e,n,o;return r.x!=null?{x:n,y:o}=r:i.touches!=null&&(n=i.touches[0].clientX,o=i.touches[0].clientY),{x:n,y:o}}isFocusVisible(e){return e instanceof HTMLElement?e.matches(":focus-visible"):!0}isIgnored(e){if(this.disabled)return!0;if(e!=null)for(let r of e.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};M.elementDefinitions={};M.styles=Ea;Me([(0,be.property)({type:Boolean})],M.prototype,"primary",void 0);Me([(0,be.property)({type:Boolean})],M.prototype,"secondary",void 0);Me([(0,be.property)({type:Boolean})],M.prototype,"unbounded",void 0);Me([(0,be.property)({type:Boolean})],M.prototype,"activated",void 0);Me([(0,be.property)({type:Boolean})],M.prototype,"selected",void 0);Me([(0,be.property)({type:Boolean})],M.prototype,"disabled",void 0);Me([(0,be.state)()],M.prototype,"hovered",void 0);Me([(0,be.state)()],M.prototype,"focused",void 0);Me([(0,be.state)()],M.prototype,"pressed",void 0);Me([(0,be.state)()],M.prototype,"rippling",void 0);Me([(0,be.state)()],M.prototype,"originX",void 0);Me([(0,be.state)()],M.prototype,"originY",void 0);Me([(0,be.query)(".ft-ripple")],M.prototype,"ripple",void 0);Me([(0,be.query)(".ft-ripple--effect")],M.prototype,"rippleEffect",void 0);var Na=u(v());var Ma={"ft-ripple":M};(0,Na.customElements)(Ma);var yu=u(O()),ut=u(j()),ct=u(v());var Ba=u(O()),Kt=u(v()),Ai={distance:Kt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Kt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Kt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:Kt.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",Kt.designSystemVariables.borderRadiusS),maxWidth:Kt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Fa=Ba.css`
|
|
579
579
|
.ft-tooltip--container {
|
|
580
580
|
display: block;
|
|
581
581
|
}
|
|
@@ -606,11 +606,11 @@
|
|
|
606
606
|
position: relative;
|
|
607
607
|
word-break: break-word;
|
|
608
608
|
}
|
|
609
|
-
`;var Ha=["top","right","bottom","left"],Ua=["start","end"],yo=Ha.reduce((t,e)=>t.concat(e,e+"-"+Ua[0],e+"-"+Ua[1]),[]),Ci=Math.min,Gt=Math.max,Oi=Math.round;var gt=t=>({x:t,y:t}),md={left:"right",right:"left",bottom:"top",top:"bottom"};function bo(t,e,r){return Gt(t,Ci(e,r))}function rn(t,e){return typeof t=="function"?t(e):t}function Wr(t){return t.split("-")[0]}function Yt(t){return t.split("-")[1]}function xo(t){return t==="x"?"y":"x"}function So(t){return t==="y"?"height":"width"}function nn(t){let e=t[0];return e==="t"||e==="b"?"y":"x"}function Eo(t){return xo(nn(t))}function za(t,e,r){r===void 0&&(r=!1);let i=Yt(t),n=Eo(t),o=So(n),s=n==="x"?i===(r?"end":"start")?"right":"left":i==="start"?"bottom":"top";return e.reference[o]>e.floating[o]&&(s=vo(s)),[s,vo(s)]}function ja(t){return t.includes("start")?t.replace("start","end"):t.replace("end","start")}function vo(t){let e=Wr(t);return md[e]+t.slice(e.length)}function gd(t){return{top:0,right:0,bottom:0,left:0,...t}}function Va(t){return typeof t!="number"?gd(t):{top:t,right:t,bottom:t,left:t}}function mr(t){let{x:e,y:r,width:i,height:n}=t;return{width:i,height:n,top:r,left:e,right:e+i,bottom:r+n,x:e,y:r}}function Wa(t,e,r){let{reference:i,floating:n}=t,o=nn(e),s=Eo(e),a=So(s),l=Wr(e),c=o==="y",p=i.x+i.width/2-n.width/2,d=i.y+i.height/2-n.height/2,f=i[a]/2-n[a]/2,h;switch(l){case"top":h={x:p,y:i.y-n.height};break;case"bottom":h={x:p,y:i.y+i.height};break;case"right":h={x:i.x+i.width,y:d};break;case"left":h={x:i.x-n.width,y:d};break;default:h={x:i.x,y:i.y}}switch(Yt(e)){case"start":h[s]-=f*(r&&c?-1:1);break;case"end":h[s]+=f*(r&&c?-1:1);break}return h}async function qa(t,e){var r;e===void 0&&(e={});let{x:i,y:n,platform:o,rects:s,elements:a,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:p="viewport",elementContext:d="floating",altBoundary:f=!1,padding:h=0}=rn(e,t),m=Va(h),S=a[f?d==="floating"?"reference":"floating":d],E=mr(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(S)))==null||r?S:S.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:c,rootBoundary:p,strategy:l})),A=d==="floating"?{x:i,y:n,width:s.floating.width,height:s.floating.height}:s.reference,_=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),L=await(o.isElement==null?void 0:o.isElement(_))?await(o.getScale==null?void 0:o.getScale(_))||{x:1,y:1}:{x:1,y:1},me=mr(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:A,offsetParent:_,strategy:l}):A);return{top:(E.top-me.top+m.top)/L.y,bottom:(me.bottom-E.bottom+m.bottom)/L.y,left:(E.left-me.left+m.left)/L.x,right:(me.right-E.right+m.right)/L.x}}var vd=50,Ka=async(t,e,r)=>{let{placement:i="bottom",strategy:n="absolute",middleware:o=[],platform:s}=r,a=s.detectOverflow?s:{...s,detectOverflow:qa},l=await(s.isRTL==null?void 0:s.isRTL(e)),c=await s.getElementRects({reference:t,floating:e,strategy:n}),{x:p,y:d}=Wa(c,i,l),f=i,h=0,m={};for(let g=0;g<o.length;g++){let S=o[g];if(!S)continue;let{name:E,fn:A}=S,{x:_,y:L,data:me,reset:le}=await A({x:p,y:d,initialPlacement:i,placement:f,strategy:n,middlewareData:m,rects:c,platform:a,elements:{reference:t,floating:e}});p=_??p,d=L??d,m[E]={...m[E],...me},le&&h<vd&&(h++,typeof le=="object"&&(le.placement&&(f=le.placement),le.rects&&(c=le.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:n}):le.rects),{x:p,y:d}=Wa(c,f,l)),g=-1)}return{x:p,y:d,placement:f,strategy:n,middlewareData:m}};function yd(t,e,r){return(t?[...r.filter(n=>Yt(n)===t),...r.filter(n=>Yt(n)!==t)]:r.filter(n=>Wr(n)===n)).filter(n=>t?Yt(n)===t||(e?ja(n)!==n:!1):!0)}var Ga=function(t){return t===void 0&&(t={}),{name:"autoPlacement",options:t,async fn(e){var r,i,n;let{rects:o,middlewareData:s,placement:a,platform:l,elements:c}=e,{crossAxis:p=!1,alignment:d,allowedPlacements:f=yo,autoAlignment:h=!0,...m}=rn(t,e),g=d!==void 0||f===yo?yd(d||null,h,f):f,S=await l.detectOverflow(e,m),E=((r=s.autoPlacement)==null?void 0:r.index)||0,A=g[E];if(A==null)return{};let _=za(A,o,await(l.isRTL==null?void 0:l.isRTL(c.floating)));if(a!==A)return{reset:{placement:g[0]}};let L=[S[Wr(A)],S[_[0]],S[_[1]]],me=[...((i=s.autoPlacement)==null?void 0:i.overflows)||[],{placement:A,overflows:L}],le=g[E+1];if(le)return{data:{index:E+1,overflows:me},reset:{placement:le}};let jt=me.map(He=>{let et=Yt(He.placement);return[He.placement,et&&p?He.overflows.slice(0,2).reduce((ze,lr)=>ze+lr,0):He.overflows[0],He.overflows]}).sort((He,et)=>He[1]-et[1]),Vt=((n=jt.filter(He=>He[2].slice(0,Yt(He[0])?2:3).every(et=>et<=0))[0])==null?void 0:n[0])||jt[0][0];return Vt!==a?{data:{index:E+1,overflows:me},reset:{placement:Vt}}:{}}}};var Ya=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){let{x:r,y:i,placement:n,platform:o}=e,{mainAxis:s=!0,crossAxis:a=!1,limiter:l={fn:E=>{let{x:A,y:_}=E;return{x:A,y:_}}},...c}=rn(t,e),p={x:r,y:i},d=await o.detectOverflow(e,c),f=nn(Wr(n)),h=xo(f),m=p[h],g=p[f];if(s){let E=h==="y"?"top":"left",A=h==="y"?"bottom":"right",_=m+d[E],L=m-d[A];m=bo(_,m,L)}if(a){let E=f==="y"?"top":"left",A=f==="y"?"bottom":"right",_=g+d[E],L=g-d[A];g=bo(_,g,L)}let S=l.fn({...e,[h]:m,[f]:g});return{...S,data:{x:S.x-r,y:S.y-i,enabled:{[h]:s,[f]:a}}}}}};function sn(){return typeof window<"u"}function vr(t){return Za(t)?(t.nodeName||"").toLowerCase():"#document"}function Ne(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function Rt(t){var e;return(e=(Za(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function Za(t){return sn()?t instanceof Node||t instanceof Ne(t).Node:!1}function nt(t){return sn()?t instanceof Element||t instanceof Ne(t).Element:!1}function Tt(t){return sn()?t instanceof HTMLElement||t instanceof Ne(t).HTMLElement:!1}function Xa(t){return!sn()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof Ne(t).ShadowRoot}function qr(t){let{overflow:e,overflowX:r,overflowY:i,display:n}=ot(t);return/auto|scroll|overlay|hidden|clip/.test(e+i+r)&&n!=="inline"&&n!=="contents"}function Ja(t){return/^(table|td|th)$/.test(vr(t))}function wi(t){try{if(t.matches(":popover-open"))return!0}catch{}try{return t.matches(":modal")}catch{return!1}}var bd=/transform|translate|scale|rotate|perspective|filter/,xd=/paint|layout|strict|content/,gr=t=>!!t&&t!=="none",Ao;function Kr(t){let e=nt(t)?ot(t):t;return gr(e.transform)||gr(e.translate)||gr(e.scale)||gr(e.rotate)||gr(e.perspective)||!an()&&(gr(e.backdropFilter)||gr(e.filter))||bd.test(e.willChange||"")||xd.test(e.contain||"")}function Qa(t){let e=Ft(t);for(;Tt(e)&&!yr(e);){if(Kr(e))return e;if(wi(e))return null;e=Ft(e)}return null}function an(){return Ao==null&&(Ao=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Ao}function yr(t){return/^(html|body|#document)$/.test(vr(t))}function ot(t){return Ne(t).getComputedStyle(t)}function Ri(t){return nt(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function Ft(t){if(vr(t)==="html")return t;let e=t.assignedSlot||t.parentNode||Xa(t)&&t.host||Rt(t);return Xa(e)?e.host:e}function el(t){let e=Ft(t);return yr(e)?t.ownerDocument?t.ownerDocument.body:t.body:Tt(e)&&qr(e)?e:el(e)}function on(t,e,r){var i;e===void 0&&(e=[]),r===void 0&&(r=!0);let n=el(t),o=n===((i=t.ownerDocument)==null?void 0:i.body),s=Ne(n);if(o){let a=ln(s);return e.concat(s,s.visualViewport||[],qr(n)?n:[],a&&r?on(a):[])}else return e.concat(n,on(n,[],r))}function ln(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function nl(t){let e=ot(t),r=parseFloat(e.width)||0,i=parseFloat(e.height)||0,n=Tt(t),o=n?t.offsetWidth:r,s=n?t.offsetHeight:i,a=Oi(r)!==o||Oi(i)!==s;return a&&(r=o,i=s),{width:r,height:i,$:a}}function ol(t){return nt(t)?t:t.contextElement}function Gr(t){let e=ol(t);if(!Tt(e))return gt(1);let r=e.getBoundingClientRect(),{width:i,height:n,$:o}=nl(e),s=(o?Oi(r.width):r.width)/i,a=(o?Oi(r.height):r.height)/n;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var Sd=gt(0);function sl(t){let e=Ne(t);return!an()||!e.visualViewport?Sd:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function Ed(t,e,r){return e===void 0&&(e=!1),!r||e&&r!==Ne(t)?!1:e}function Ti(t,e,r,i){e===void 0&&(e=!1),r===void 0&&(r=!1);let n=t.getBoundingClientRect(),o=ol(t),s=gt(1);e&&(i?nt(i)&&(s=Gr(i)):s=Gr(t));let a=Ed(o,r,i)?sl(o):gt(0),l=(n.left+a.x)/s.x,c=(n.top+a.y)/s.y,p=n.width/s.x,d=n.height/s.y;if(o){let f=Ne(o),h=i&&nt(i)?Ne(i):i,m=f,g=ln(m);for(;g&&i&&h!==m;){let S=Gr(g),E=g.getBoundingClientRect(),A=ot(g),_=E.left+(g.clientLeft+parseFloat(A.paddingLeft))*S.x,L=E.top+(g.clientTop+parseFloat(A.paddingTop))*S.y;l*=S.x,c*=S.y,p*=S.x,d*=S.y,l+=_,c+=L,m=Ne(g),g=ln(m)}}return mr({width:p,height:d,x:l,y:c})}function cn(t,e){let r=Ri(t).scrollLeft;return e?e.left+r:Ti(Rt(t)).left+r}function al(t,e){let r=t.getBoundingClientRect(),i=r.left+e.scrollLeft-cn(t,r),n=r.top+e.scrollTop;return{x:i,y:n}}function Ad(t){let{elements:e,rect:r,offsetParent:i,strategy:n}=t,o=n==="fixed",s=Rt(i),a=e?wi(e.floating):!1;if(i===s||a&&o)return r;let l={scrollLeft:0,scrollTop:0},c=gt(1),p=gt(0),d=Tt(i);if((d||!d&&!o)&&((vr(i)!=="body"||qr(s))&&(l=Ri(i)),d)){let h=Ti(i);c=Gr(i),p.x=h.x+i.clientLeft,p.y=h.y+i.clientTop}let f=s&&!d&&!o?al(s,l):gt(0);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-l.scrollLeft*c.x+p.x+f.x,y:r.y*c.y-l.scrollTop*c.y+p.y+f.y}}function Cd(t){return Array.from(t.getClientRects())}function Od(t){let e=Rt(t),r=Ri(t),i=t.ownerDocument.body,n=Gt(e.scrollWidth,e.clientWidth,i.scrollWidth,i.clientWidth),o=Gt(e.scrollHeight,e.clientHeight,i.scrollHeight,i.clientHeight),s=-r.scrollLeft+cn(t),a=-r.scrollTop;return ot(i).direction==="rtl"&&(s+=Gt(e.clientWidth,i.clientWidth)-n),{width:n,height:o,x:s,y:a}}var tl=25;function wd(t,e){let r=Ne(t),i=Rt(t),n=r.visualViewport,o=i.clientWidth,s=i.clientHeight,a=0,l=0;if(n){o=n.width,s=n.height;let p=an();(!p||p&&e==="fixed")&&(a=n.offsetLeft,l=n.offsetTop)}let c=cn(i);if(c<=0){let p=i.ownerDocument,d=p.body,f=getComputedStyle(d),h=p.compatMode==="CSS1Compat"&&parseFloat(f.marginLeft)+parseFloat(f.marginRight)||0,m=Math.abs(i.clientWidth-d.clientWidth-h);m<=tl&&(o-=m)}else c<=tl&&(o+=c);return{width:o,height:s,x:a,y:l}}function Rd(t,e){let r=Ti(t,!0,e==="fixed"),i=r.top+t.clientTop,n=r.left+t.clientLeft,o=Tt(t)?Gr(t):gt(1),s=t.clientWidth*o.x,a=t.clientHeight*o.y,l=n*o.x,c=i*o.y;return{width:s,height:a,x:l,y:c}}function rl(t,e,r){let i;if(e==="viewport")i=wd(t,r);else if(e==="document")i=Od(Rt(t));else if(nt(e))i=Rd(e,r);else{let n=sl(t);i={x:e.x-n.x,y:e.y-n.y,width:e.width,height:e.height}}return mr(i)}function ll(t,e){let r=Ft(t);return r===e||!nt(r)||yr(r)?!1:ot(r).position==="fixed"||ll(r,e)}function Td(t,e){let r=e.get(t);if(r)return r;let i=on(t,[],!1).filter(a=>nt(a)&&vr(a)!=="body"),n=null,o=ot(t).position==="fixed",s=o?Ft(t):t;for(;nt(s)&&!yr(s);){let a=ot(s),l=Kr(s);!l&&a.position==="fixed"&&(n=null),(o?!l&&!n:!l&&a.position==="static"&&!!n&&(n.position==="absolute"||n.position==="fixed")||qr(s)&&!l&&ll(t,s))?i=i.filter(p=>p!==s):n=a,s=Ft(s)}return e.set(t,i),i}function _d(t){let{element:e,boundary:r,rootBoundary:i,strategy:n}=t,s=[...r==="clippingAncestors"?wi(e)?[]:Td(e,this._c):[].concat(r),i],a=rl(e,s[0],n),l=a.top,c=a.right,p=a.bottom,d=a.left;for(let f=1;f<s.length;f++){let h=rl(e,s[f],n);l=Gt(h.top,l),c=Ci(h.right,c),p=Ci(h.bottom,p),d=Gt(h.left,d)}return{width:c-d,height:p-l,x:d,y:l}}function Ld(t){let{width:e,height:r}=nl(t);return{width:e,height:r}}function kd(t,e,r){let i=Tt(e),n=Rt(e),o=r==="fixed",s=Ti(t,!0,o,e),a={scrollLeft:0,scrollTop:0},l=gt(0);function c(){l.x=cn(n)}if(i||!i&&!o)if((vr(e)!=="body"||qr(n))&&(a=Ri(e)),i){let h=Ti(e,!0,o,e);l.x=h.x+e.clientLeft,l.y=h.y+e.clientTop}else n&&c();o&&!i&&n&&c();let p=n&&!i&&!o?al(n,a):gt(0),d=s.left+a.scrollLeft-l.x-p.x,f=s.top+a.scrollTop-l.y-p.y;return{x:d,y:f,width:s.width,height:s.height}}function Co(t){return ot(t).position==="static"}function il(t,e){if(!Tt(t)||ot(t).position==="fixed")return null;if(e)return e(t);let r=t.offsetParent;return Rt(t)===r&&(r=r.ownerDocument.body),r}function cl(t,e){let r=Ne(t);if(wi(t))return r;if(!Tt(t)){let n=Ft(t);for(;n&&!yr(n);){if(nt(n)&&!Co(n))return n;n=Ft(n)}return r}let i=il(t,e);for(;i&&Ja(i)&&Co(i);)i=il(i,e);return i&&yr(i)&&Co(i)&&!Kr(i)?r:i||Qa(t)||r}var $d=async function(t){let e=this.getOffsetParent||cl,r=this.getDimensions,i=await r(t.floating);return{reference:kd(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}};function Pd(t){return ot(t).direction==="rtl"}var un={convertOffsetParentRelativeRectToViewportRelativeRect:Ad,getDocumentElement:Rt,getClippingRect:_d,getOffsetParent:cl,getElementRects:$d,getClientRects:Cd,getDimensions:Ld,getScale:Gr,isElement:nt,isRTL:Pd};var ul=Ga,pl=Ya;var dl=(t,e,r)=>{let i=new Map,n={platform:un,...r},o={...n.platform,_c:i};return Ka(t,e,{...n,platform:o})};function fl(t){return Dd(t)}function Oo(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}function Dd(t){for(let e=t;e;e=Oo(e))if(e instanceof Element&&getComputedStyle(e).display==="none")return null;for(let e=Oo(t);e;e=Oo(e)){if(!(e instanceof Element))continue;let r=getComputedStyle(e);if(r.display!=="contents"&&(r.position!=="static"||Kr(r)||e.tagName==="BODY"))return e}return null}async function hl(t,e,r){let i;return typeof r=="object"?i=r:i={placement:r},dl(t,e,{strategy:i.strategy,platform:{...un,getOffsetParent:n=>un.getOffsetParent(n,fl)},middleware:[pl({crossAxis:!0}),ul({allowedPlacements:[i.placement]})]})}var si=u(v());var Zo=u(j());var ml=u(j(),1);var wo=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function gl(t,e){return(0,ml.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return _i(t);try{return JSON.parse(r)}catch{return _i(t)}},toAttribute:r=>JSON.stringify(r)},hasChanged:Li,...e??{}})}function Id(t,e){if(t===e)return!0;if(t&&e&&typeof t=="object"&&typeof e=="object"){if(t.constructor!==e.constructor)return!1;let r,i;if(Array.isArray(t)){if(r=t.length,r!=e.length)return!1;for(i=r;i--!==0;)if(!pn(t[i],e[i]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(i of t.entries())if(!e.has(i[0]))return!1;for(i of t.entries())if(!pn(i[1],e.get(i[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(i of t.entries())if(!e.has(i[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();let n=s=>Object.keys(s).filter(a=>s[a]!=null),o=n(t);if(r=o.length,r!==n(e).length)return!1;for(i=r;i--!==0;)if(!Object.prototype.hasOwnProperty.call(e,o[i]))return!1;for(i=r;i--!==0;){let s=o[i];if(!pn(t[s],e[s]))return!1}return!0}return t!==t&&e!==e||t==null&&e==null}function pn(t,e){try{return Id(t,e)}catch{return!1}}function Li(t,e){return!pn(t,e)}function _i(t){return typeof window.structuredClone=="function"?structuredClone(t):t!=null?JSON.parse(JSON.stringify(t)):t}function dn(t,e){let r=i=>i[t]===!0;return i=>{if(r(i))return i;let n=e(i);return n[t]=!0,n}}var vl=u(j(),1);var Ro=t=>{let e=t??{};return(r,i)=>{var n;let o={hasChanged:Li,attribute:!1,...e};(0,vl.property)(o)(r,i);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(i,{selector:(n=e.selector)!==null&&n!==void 0?n:(a=>a[i]),store:e.store})}};var fn=class{constructor(){this.queue=[]}add(e,r=!1){r&&this.clear(e.type),this.queue.push(e)}consume(e){let r=this.queue.find(i=>i.type===e);return r&&(this.queue=this.queue.filter(i=>i!==r)),r}clear(e){typeof e=="string"?this.queue=this.queue.filter(r=>r.type!==e):this.queue=this.queue.filter(r=>!e.test(r.type))}};var br=u(j(),1);var hn=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,r){return this.callbacks=[e],this.debounce(r)}queue(e,r){return this.callbacks.push(e),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((r,i)=>{this.resolvePromise=r,this.rejectPromise=i})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,r;let i=[...this.callbacks];this.callbacks=[];let n=(e=this.rejectPromise)!==null&&e!==void 0?e:(()=>null),o=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let s of i)try{await s()}catch(a){n(a);return}o(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var bl=u(C(),1);var mn=globalThis,Md=mn.ShadowRoot&&(mn.ShadyCSS===void 0||mn.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var yl=(t,e)=>{if(Md)t.adoptedStyleSheets=e.map((r=>r instanceof CSSStyleSheet?r:r.styleSheet));else for(let r of e){let i=document.createElement("style"),n=mn.litNonce;n!==void 0&&i.setAttribute("nonce",n),i.textContent=r.cssText,t.appendChild(i)}};var gn=class extends bl.LitElement{get scopedRegistryConstructor(){return this.constructor}createRenderRoot(){let e=this.scopedRegistryConstructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,e.defineScopedElements(e.elementDefinitions));let r={...e.shadowRootOptions,customElements:e.registry},i=this.renderOptions.creationScope=this.attachShadow(r);return yl(i,e.elementStyles),i}static canDefineScopedElement(e){return!!this.registry&&!this.registry.get(e)}static defineScopedElements(e){Object.entries(e).forEach(([r,i])=>this.defineScopedElement(r,i))}static defineScopedElement(e,r){wo(e)(r),this.canDefineScopedElement(e)&&this.registry.define(e,r)}canDefineScopedElement(e){return this.scopedRegistryConstructor.canDefineScopedElement(e)}defineScopedElements(e){this.scopedRegistryConstructor.defineScopedElements(e)}defineScopedElement(e,r){this.scopedRegistryConstructor.defineScopedElement(e,r)}};function xl(t,e,...r){var i;let n=t.querySelector(e);for(let o of r)n=(i=n?.shadowRoot)===null||i===void 0?void 0:i.querySelector(o);return n}var Xr=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},Cl,Sl=Symbol("constructorPrototype"),El=Symbol("constructorName"),Ol=Symbol("exportpartsDebouncer"),Al=Symbol("dynamicDependenciesLoaded"),Yr=class t extends CustomEvent{constructor(){super(t.eventName,{bubbles:!0})}};Yr.eventName="exportparts-updated";var _t=class extends gn{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Cl]=new hn(5),this.scheduleExportpartsUpdate=()=>{var e,r,i;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(i=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&i!==void 0&&i)&&this[Ol].run(()=>{var n,o;!((n=this.exportpartsPrefix)===null||n===void 0)&&n.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[El]=this.constructor.name,this[Sl]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[El]&&Object.setPrototypeOf(this,this[Sl])}connectedCallback(){var e;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(i){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",i)}let r=this.constructor;r[Al]||(r[Al]=!0,this.importDynamicDependencies()),(e=this.shadowRoot)===null||e===void 0||e.addEventListener(Yr.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this.shadowRoot)===null||e===void 0||e.removeEventListener(Yr.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.focusElementToFocus(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate(),e.has("exportparts")&&this.dispatchEvent(new Yr)})}contentAvailableCallback(e){}focusElementToFocus(e){if(e.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:i,shadowPath:n}=this.elementToFocus;if(i!=null){let o=[...n??[],i];r=xl(this.shadowRoot,...o)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(e){var r,i,n;if(((i=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&i!==void 0?i:[]).forEach(o=>o.remove()),this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((n=this.customStylesheet)!==null&&n!==void 0?n:"")}catch(o){console.error(o,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let o=document.createElement("style");o.classList.add("ft-lit-element--custom-stylesheet"),o.innerHTML=this.customStylesheet,this.shadowRoot.append(o)}}setExportpartsAttribute(e){var r,i,n,o,s,a;let l=f=>f!=null&&f.trim().length>0,c=e.filter(l).map(f=>f.trim());if(c.length===0){this.exportparts=void 0;return}let p=new Set;for(let f of(i=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&i!==void 0?i:[]){let h=(o=(n=f.getAttribute("part"))===null||n===void 0?void 0:n.split(" "))!==null&&o!==void 0?o:[],m=(a=(s=f.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(S=>S.split(":")[1]))!==null&&a!==void 0?a:[],g=[...h,...m].filter(l).map(S=>S.trim());for(let S of g)p.add(S)}if(p.size===0){this.exportparts=void 0;return}let d=[...p.values()].flatMap(f=>c.map(h=>`${f}:${h}--${f}`));this.exportparts=[...this.part,...d].join(", ")}};Cl=Ol;Xr([(0,br.property)()],_t.prototype,"exportpartsPrefix",void 0);Xr([gl([])],_t.prototype,"exportpartsPrefixes",void 0);Xr([(0,br.property)({reflect:!0})],_t.prototype,"exportparts",void 0);Xr([(0,br.property)()],_t.prototype,"customStylesheet",void 0);Xr([(0,br.property)()],_t.prototype,"elementToFocus",void 0);Xr([(0,br.state)()],_t.prototype,"useAdoptedStyleSheets",void 0);function vn(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var ki=Symbol("internalReduxEventsUnsubscribers"),Xt=Symbol("internalStoresUnsubscribers"),xr=Symbol("internalStores"),Nd=dn(Symbol("withRedux"),function(t){var e,r,i;class n extends t{constructor(){super(...arguments),this[e]=new Map,this[r]=new Map,this[i]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(a=>s.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[xr].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[xr].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[xr].get(s)}addStore(s,a){var l;a=(l=a??s.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[xr].set(a,s),this.subscribeToStore(a,s),this.updateFromStores()}removeStore(s){let a=typeof s=="string"?s:s.name;this.unsubscribeFromStore(a),this[xr].delete(a)}setupStores(){this.unsubscribeFromStores(),this[xr].forEach((s,a)=>this.subscribeToStore(a,s)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((s,a)=>{let l=this.constructor.getPropertyOptions(a);if(!l?.attribute||!this.hasAttribute(typeof l?.attribute=="string"?l.attribute:a)){let c=this.getStore(s.store);c&&(s.store?this[Xt].has(s.store):this[Xt].size>0)&&(this[a]=s.selector(c.getState(),this))}})}subscribeToStore(s,a){var l;this[Xt].set(s,a.subscribe(()=>this.updateFromStores())),this[ki].set(s,[]),vn(a)&&a.eventBus&&((l=this.reduxConstructor.reduxEventListeners)===null||l===void 0||l.forEach((c,p)=>{if(typeof this[p]=="function"&&(!c.store||a.name===c.store)){let d=f=>this[p](f);a.addEventListener(c.eventName,d),this[ki].get(s).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[Xt].forEach((s,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(s){var a;this[Xt].has(s)&&this[Xt].get(s)(),this[Xt].delete(s),(a=this[ki].get(s))===null||a===void 0||a.forEach(l=>l()),this[ki].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return e=Xt,r=xr,i=ki,n.reduxProperties=new Map,n.reduxReactiveProperties=new Set,n.reduxEventListeners=new Map,n}),wl=class extends Nd(_t){};function st(t){for(var e=arguments.length,r=Array(e>1?e-1:0),i=1;i<e;i++)r[i-1]=arguments[i];if(0)var n,o;throw Error("[Immer] minified error nr: "+t+(r.length?" "+r.map((function(s){return"'"+s+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Ut(t){return!!t&&!!t[ee]}function vt(t){var e;return!!t&&((function(r){if(!r||typeof r!="object")return!1;var i=Object.getPrototypeOf(r);if(i===null)return!0;var n=Object.hasOwnProperty.call(i,"constructor")&&i.constructor;return n===Object||typeof n=="function"&&Function.toString.call(n)===Wd})(t)||Array.isArray(t)||!!t[Pl]||!!(!((e=t.constructor)===null||e===void 0)&&e[Pl])||Mo(t)||No(t))}function Sr(t,e,r){r===void 0&&(r=!1),Qr(t)===0?(r?Object.keys:Jr)(t).forEach((function(i){r&&typeof i=="symbol"||e(i,t[i],t)})):t.forEach((function(i,n){return e(n,i,t)}))}function Qr(t){var e=t[ee];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:Mo(t)?2:No(t)?3:0}function Zr(t,e){return Qr(t)===2?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function Bd(t,e){return Qr(t)===2?t.get(e):t[e]}function Dl(t,e,r){var i=Qr(t);i===2?t.set(e,r):i===3?t.add(r):t[e]=r}function Il(t,e){return t===e?t!==0||1/t==1/e:t!=t&&e!=e}function Mo(t){return jd&&t instanceof Map}function No(t){return Vd&&t instanceof Set}function Zt(t){return t.o||t.t}function Bo(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=Bl(t);delete e[ee];for(var r=Jr(e),i=0;i<r.length;i++){var n=r[i],o=e[n];o.writable===!1&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(e[n]={configurable:!0,writable:!0,enumerable:o.enumerable,value:t[n]})}return Object.create(Object.getPrototypeOf(t),e)}function Fo(t,e){return e===void 0&&(e=!1),Uo(t)||Ut(t)||!vt(t)||(Qr(t)>1&&(t.set=t.add=t.clear=t.delete=Fd),Object.freeze(t),e&&Sr(t,(function(r,i){return Fo(i,!0)}),!0)),t}function Fd(){st(2)}function Uo(t){return t==null||typeof t!="object"||Object.isFrozen(t)}function Lt(t){var e=Io[t];return e||st(18,t),e}function Ud(t,e){Io[t]||(Io[t]=e)}function $o(){return Pi}function To(t,e){e&&(Lt("Patches"),t.u=[],t.s=[],t.v=e)}function yn(t){Po(t),t.p.forEach(Hd),t.p=null}function Po(t){t===Pi&&(Pi=t.l)}function Rl(t){return Pi={p:[],l:Pi,h:t,m:!0,_:0}}function Hd(t){var e=t[ee];e.i===0||e.i===1?e.j():e.g=!0}function _o(t,e){e._=e.p.length;var r=e.p[0],i=t!==void 0&&t!==r;return e.h.O||Lt("ES5").S(e,t,i),i?(r[ee].P&&(yn(e),st(4)),vt(t)&&(t=bn(e,t),e.l||xn(e,t)),e.u&&Lt("Patches").M(r[ee].t,t,e.u,e.s)):t=bn(e,r,[]),yn(e),e.u&&e.v(e.u,e.s),t!==Nl?t:void 0}function bn(t,e,r){if(Uo(e))return e;var i=e[ee];if(!i)return Sr(e,(function(a,l){return Tl(t,i,e,a,l,r)}),!0),e;if(i.A!==t)return e;if(!i.P)return xn(t,i.t,!0),i.t;if(!i.I){i.I=!0,i.A._--;var n=i.i===4||i.i===5?i.o=Bo(i.k):i.o,o=n,s=!1;i.i===3&&(o=new Set(n),n.clear(),s=!0),Sr(o,(function(a,l){return Tl(t,i,n,a,l,r,s)})),xn(t,n,!1),r&&t.u&&Lt("Patches").N(i,r,t.u,t.s)}return i.o}function Tl(t,e,r,i,n,o,s){if(Ut(n)){var a=bn(t,n,o&&e&&e.i!==3&&!Zr(e.R,i)?o.concat(i):void 0);if(Dl(r,i,a),!Ut(a))return;t.m=!1}else s&&r.add(n);if(vt(n)&&!Uo(n)){if(!t.h.D&&t._<1)return;bn(t,n),e&&e.A.l||xn(t,n)}}function xn(t,e,r){r===void 0&&(r=!1),!t.l&&t.h.D&&t.m&&Fo(e,r)}function Lo(t,e){var r=t[ee];return(r?Zt(r):t)[e]}function _l(t,e){if(e in t)for(var r=Object.getPrototypeOf(t);r;){var i=Object.getOwnPropertyDescriptor(r,e);if(i)return i;r=Object.getPrototypeOf(r)}}function Jt(t){t.P||(t.P=!0,t.l&&Jt(t.l))}function ko(t){t.o||(t.o=Bo(t.t))}function Do(t,e,r){var i=Mo(e)?Lt("MapSet").F(e,r):No(e)?Lt("MapSet").T(e,r):t.O?(function(n,o){var s=Array.isArray(n),a={i:s?1:0,A:o?o.A:$o(),P:!1,I:!1,R:{},l:o,t:n,k:null,o:null,j:null,C:!1},l=a,c=Di;s&&(l=[a],c=$i);var p=Proxy.revocable(l,c),d=p.revoke,f=p.proxy;return a.k=f,a.j=d,f})(e,r):Lt("ES5").J(e,r);return(r?r.A:$o()).p.push(i),i}function zd(t){return Ut(t)||st(22,t),(function e(r){if(!vt(r))return r;var i,n=r[ee],o=Qr(r);if(n){if(!n.P&&(n.i<4||!Lt("ES5").K(n)))return n.t;n.I=!0,i=Ll(r,o),n.I=!1}else i=Ll(r,o);return Sr(i,(function(s,a){n&&Bd(n.t,s)===a||Dl(i,s,e(a))})),o===3?new Set(i):i})(t)}function Ll(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return Bo(t)}function Ml(){function t(s,a){var l=o[s];return l?l.enumerable=a:o[s]=l={configurable:!0,enumerable:a,get:function(){var c=this[ee];return Di.get(c,s)},set:function(c){var p=this[ee];Di.set(p,s,c)}},l}function e(s){for(var a=s.length-1;a>=0;a--){var l=s[a][ee];if(!l.P)switch(l.i){case 5:i(l)&&Jt(l);break;case 4:r(l)&&Jt(l)}}}function r(s){for(var a=s.t,l=s.k,c=Jr(l),p=c.length-1;p>=0;p--){var d=c[p];if(d!==ee){var f=a[d];if(f===void 0&&!Zr(a,d))return!0;var h=l[d],m=h&&h[ee];if(m?m.t!==f:!Il(h,f))return!0}}var g=!!a[ee];return c.length!==Jr(a).length+(g?0:1)}function i(s){var a=s.k;if(a.length!==s.t.length)return!0;var l=Object.getOwnPropertyDescriptor(a,a.length-1);if(l&&!l.get)return!0;for(var c=0;c<a.length;c++)if(!a.hasOwnProperty(c))return!0;return!1}function n(s){s.g&&st(3,JSON.stringify(Zt(s)))}var o={};Ud("ES5",{J:function(s,a){var l=Array.isArray(s),c=(function(d,f){if(d){for(var h=Array(f.length),m=0;m<f.length;m++)Object.defineProperty(h,""+m,t(m,!0));return h}var g=Bl(f);delete g[ee];for(var S=Jr(g),E=0;E<S.length;E++){var A=S[E];g[A]=t(A,d||!!g[A].enumerable)}return Object.create(Object.getPrototypeOf(f),g)})(l,s),p={i:l?5:4,A:a?a.A:$o(),P:!1,I:!1,R:{},l:a,t:s,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,ee,{value:p,writable:!0}),c},S:function(s,a,l){l?Ut(a)&&a[ee].A===s&&e(s.p):(s.u&&(function c(p){if(p&&typeof p=="object"){var d=p[ee];if(d){var f=d.t,h=d.k,m=d.R,g=d.i;if(g===4)Sr(h,(function(L){L!==ee&&(f[L]!==void 0||Zr(f,L)?m[L]||c(h[L]):(m[L]=!0,Jt(d)))})),Sr(f,(function(L){h[L]!==void 0||Zr(h,L)||(m[L]=!1,Jt(d))}));else if(g===5){if(i(d)&&(Jt(d),m.length=!0),h.length<f.length)for(var S=h.length;S<f.length;S++)m[S]=!1;else for(var E=f.length;E<h.length;E++)m[E]=!0;for(var A=Math.min(h.length,f.length),_=0;_<A;_++)h.hasOwnProperty(_)||(m[_]=!0),m[_]===void 0&&c(h[_])}}}})(s.p[0]),e(s.p))},K:function(s){return s.i===4?r(s):i(s)}})}var kl,Pi,Ho=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",jd=typeof Map<"u",Vd=typeof Set<"u",$l=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Nl=Ho?Symbol.for("immer-nothing"):((kl={})["immer-nothing"]=!0,kl),Pl=Ho?Symbol.for("immer-draftable"):"__$immer_draftable",ee=Ho?Symbol.for("immer-state"):"__$immer_state";var Wd=""+Object.prototype.constructor,Jr=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Bl=Object.getOwnPropertyDescriptors||function(t){var e={};return Jr(t).forEach((function(r){e[r]=Object.getOwnPropertyDescriptor(t,r)})),e},Io={},Di={get:function(t,e){if(e===ee)return t;var r=Zt(t);if(!Zr(r,e))return(function(n,o,s){var a,l=_l(o,s);return l?"value"in l?l.value:(a=l.get)===null||a===void 0?void 0:a.call(n.k):void 0})(t,r,e);var i=r[e];return t.I||!vt(i)?i:i===Lo(t.t,e)?(ko(t),t.o[e]=Do(t.A.h,i,t)):i},has:function(t,e){return e in Zt(t)},ownKeys:function(t){return Reflect.ownKeys(Zt(t))},set:function(t,e,r){var i=_l(Zt(t),e);if(i?.set)return i.set.call(t.k,r),!0;if(!t.P){var n=Lo(Zt(t),e),o=n?.[ee];if(o&&o.t===r)return t.o[e]=r,t.R[e]=!1,!0;if(Il(r,n)&&(r!==void 0||Zr(t.t,e)))return!0;ko(t),Jt(t)}return t.o[e]===r&&(r!==void 0||e in t.o)||Number.isNaN(r)&&Number.isNaN(t.o[e])||(t.o[e]=r,t.R[e]=!0),!0},deleteProperty:function(t,e){return Lo(t.t,e)!==void 0||e in t.t?(t.R[e]=!1,ko(t),Jt(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var r=Zt(t),i=Reflect.getOwnPropertyDescriptor(r,e);return i&&{writable:!0,configurable:t.i!==1||e!=="length",enumerable:i.enumerable,value:r[e]}},defineProperty:function(){st(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){st(12)}},$i={};Sr(Di,(function(t,e){$i[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),$i.deleteProperty=function(t,e){return $i.set.call(this,t,e,void 0)},$i.set=function(t,e,r){return Di.set.call(this,t[0],e,r,t[0])};var qd=(function(){function t(r){var i=this;this.O=$l,this.D=!0,this.produce=function(n,o,s){if(typeof n=="function"&&typeof o!="function"){var a=o;o=n;var l=i;return function(g){var S=this;g===void 0&&(g=a);for(var E=arguments.length,A=Array(E>1?E-1:0),_=1;_<E;_++)A[_-1]=arguments[_];return l.produce(g,(function(L){var me;return(me=o).call.apply(me,[S,L].concat(A))}))}}var c;if(typeof o!="function"&&st(6),s!==void 0&&typeof s!="function"&&st(7),vt(n)){var p=Rl(i),d=Do(i,n,void 0),f=!0;try{c=o(d),f=!1}finally{f?yn(p):Po(p)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(g){return To(p,s),_o(g,p)}),(function(g){throw yn(p),g})):(To(p,s),_o(c,p))}if(!n||typeof n!="object"){if((c=o(n))===void 0&&(c=n),c===Nl&&(c=void 0),i.D&&Fo(c,!0),s){var h=[],m=[];Lt("Patches").M(n,c,h,m),s(h,m)}return c}st(21,n)},this.produceWithPatches=function(n,o){if(typeof n=="function")return function(c){for(var p=arguments.length,d=Array(p>1?p-1:0),f=1;f<p;f++)d[f-1]=arguments[f];return i.produceWithPatches(c,(function(h){return n.apply(void 0,[h].concat(d))}))};var s,a,l=i.produce(n,o,(function(c,p){s=c,a=p}));return typeof Promise<"u"&&l instanceof Promise?l.then((function(c){return[c,s,a]})):[l,s,a]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var e=t.prototype;return e.createDraft=function(r){vt(r)||st(8),Ut(r)&&(r=zd(r));var i=Rl(this),n=Do(this,r,void 0);return n[ee].C=!0,Po(i),n},e.finishDraft=function(r,i){var n=r&&r[ee],o=n.A;return To(o,i),_o(void 0,o)},e.setAutoFreeze=function(r){this.D=r},e.setUseProxies=function(r){r&&!$l&&st(20),this.O=r},e.applyPatches=function(r,i){var n;for(n=i.length-1;n>=0;n--){var o=i[n];if(o.path.length===0&&o.op==="replace"){r=o.value;break}}n>-1&&(i=i.slice(n+1));var s=Lt("Patches").$;return Ut(r)?s(r,i):this.produce(r,(function(a){return s(a,i)}))},t})(),We=new qd,Kd=We.produce,zm=We.produceWithPatches.bind(We),jm=We.setAutoFreeze.bind(We),Vm=We.setUseProxies.bind(We),Wm=We.applyPatches.bind(We),qm=We.createDraft.bind(We),Km=We.finishDraft.bind(We),Sn=Kd;function Er(t){"@babel/helpers - typeof";return Er=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Er(t)}function Fl(t,e){if(Er(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var i=r.call(t,e||"default");if(Er(i)!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Ul(t){var e=Fl(t,"string");return Er(e)=="symbol"?e:e+""}function Hl(t,e,r){return(e=Ul(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function zl(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable})),r.push.apply(r,i)}return r}function zo(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?zl(Object(r),!0).forEach(function(i){Hl(t,i,r[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):zl(Object(r)).forEach(function(i){Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(r,i))})}return t}function Re(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var jl=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),jo=function(){return Math.random().toString(36).substring(7).split("").join(".")},En={INIT:"@@redux/INIT"+jo(),REPLACE:"@@redux/REPLACE"+jo(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+jo()}};function Gd(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function Vo(t,e,r){var i;if(typeof e=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Re(0));if(typeof e=="function"&&typeof r>"u"&&(r=e,e=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Re(1));return r(Vo)(t,e)}if(typeof t!="function")throw new Error(Re(2));var n=t,o=e,s=[],a=s,l=!1;function c(){a===s&&(a=s.slice())}function p(){if(l)throw new Error(Re(3));return o}function d(g){if(typeof g!="function")throw new Error(Re(4));if(l)throw new Error(Re(5));var S=!0;return c(),a.push(g),function(){if(S){if(l)throw new Error(Re(6));S=!1,c();var A=a.indexOf(g);a.splice(A,1),s=null}}}function f(g){if(!Gd(g))throw new Error(Re(7));if(typeof g.type>"u")throw new Error(Re(8));if(l)throw new Error(Re(9));try{l=!0,o=n(o,g)}finally{l=!1}for(var S=s=a,E=0;E<S.length;E++){var A=S[E];A()}return g}function h(g){if(typeof g!="function")throw new Error(Re(10));n=g,f({type:En.REPLACE})}function m(){var g,S=d;return g={subscribe:function(A){if(typeof A!="object"||A===null)throw new Error(Re(11));function _(){A.next&&A.next(p())}_();var L=S(_);return{unsubscribe:L}}},g[jl]=function(){return this},g}return f({type:En.INIT}),i={dispatch:f,subscribe:d,getState:p,replaceReducer:h},i[jl]=m,i}function Yd(t){Object.keys(t).forEach(function(e){var r=t[e],i=r(void 0,{type:En.INIT});if(typeof i>"u")throw new Error(Re(12));if(typeof r(void 0,{type:En.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Re(13))})}function Vl(t){for(var e=Object.keys(t),r={},i=0;i<e.length;i++){var n=e[i];typeof t[n]=="function"&&(r[n]=t[n])}var o=Object.keys(r),s,a;try{Yd(r)}catch(l){a=l}return function(c,p){if(c===void 0&&(c={}),a)throw a;if(0)var d;for(var f=!1,h={},m=0;m<o.length;m++){var g=o[m],S=r[g],E=c[g],A=S(E,p);if(typeof A>"u"){var _=p&&p.type;throw new Error(Re(14))}h[g]=A,f=f||A!==E}return f=f||o.length!==Object.keys(c).length,f?h:c}}function ei(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return e.length===0?function(i){return i}:e.length===1?e[0]:e.reduce(function(i,n){return function(){return i(n.apply(void 0,arguments))}})}function Wl(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return function(i){return function(){var n=i.apply(void 0,arguments),o=function(){throw new Error(Re(15))},s={getState:n.getState,dispatch:function(){return o.apply(void 0,arguments)}},a=e.map(function(l){return l(s)});return o=ei.apply(void 0,a)(n.dispatch),zo(zo({},n),{},{dispatch:o})}}}function ql(t){var e=function(i){var n=i.dispatch,o=i.getState;return function(s){return function(a){return typeof a=="function"?a(n,o,t):s(a)}}};return e}var Kl=ql();Kl.withExtraArgument=ql;var Wo=Kl;var Jl=(function(){var t=function(e,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,n){i.__proto__=n}||function(i,n){for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(i[o]=n[o])},t(e,r)};return function(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");t(e,r);function i(){this.constructor=e}e.prototype=r===null?Object.create(r):(i.prototype=r.prototype,new i)}})(),Xd=function(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},i,n,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(c){return function(p){return l([c,p])}}function l(c){if(i)throw new TypeError("Generator is already executing.");for(;r;)try{if(i=1,n&&(o=c[0]&2?n.return:c[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,c[1])).done)return o;switch(n=0,o&&(c=[c[0]&2,o.value]),c[0]){case 0:case 1:o=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,n=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!o||c[1]>o[0]&&c[1]<o[3])){r.label=c[1];break}if(c[0]===6&&r.label<o[1]){r.label=o[1],o=c;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(c);break}o[2]&&r.ops.pop(),r.trys.pop();continue}c=e.call(t,r)}catch(p){c=[6,p],n=0}finally{i=o=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},ti=function(t,e){for(var r=0,i=e.length,n=t.length;r<i;r++,n++)t[n]=e[r];return t},Zd=Object.defineProperty,Jd=Object.defineProperties,Qd=Object.getOwnPropertyDescriptors,Gl=Object.getOwnPropertySymbols,ef=Object.prototype.hasOwnProperty,tf=Object.prototype.propertyIsEnumerable,Yl=function(t,e,r){return e in t?Zd(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r},Qt=function(t,e){for(var r in e||(e={}))ef.call(e,r)&&Yl(t,r,e[r]);if(Gl)for(var i=0,n=Gl(e);i<n.length;i++){var r=n[i];tf.call(e,r)&&Yl(t,r,e[r])}return t},qo=function(t,e){return Jd(t,Qd(e))},rf=function(t,e,r){return new Promise(function(i,n){var o=function(l){try{a(r.next(l))}catch(c){n(c)}},s=function(l){try{a(r.throw(l))}catch(c){n(c)}},a=function(l){return l.done?i(l.value):Promise.resolve(l.value).then(o,s)};a((r=r.apply(t,e)).next())})};var nf=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?ei:ei.apply(null,arguments)},pg=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}};function of(t){if(typeof t!="object"||t===null)return!1;var e=Object.getPrototypeOf(t);if(e===null)return!0;for(var r=e;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return e===r}function er(t,e){function r(){for(var i=[],n=0;n<arguments.length;n++)i[n]=arguments[n];if(e){var o=e.apply(void 0,i);if(!o)throw new Error("prepareAction did not return an object");return Qt(Qt({type:t,payload:o.payload},"meta"in o&&{meta:o.meta}),"error"in o&&{error:o.error})}return{type:t,payload:i[0]}}return r.toString=function(){return""+t},r.type=t,r.match=function(i){return i.type===t},r}var sf=(function(t){Jl(e,t);function e(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];var n=t.apply(this,r)||this;return Object.setPrototypeOf(n,e.prototype),n}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return t.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,ti([void 0],r[0].concat(this)))):new(e.bind.apply(e,ti([void 0],r.concat(this))))},e})(Array),af=(function(t){Jl(e,t);function e(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];var n=t.apply(this,r)||this;return Object.setPrototypeOf(n,e.prototype),n}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return t.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,ti([void 0],r[0].concat(this)))):new(e.bind.apply(e,ti([void 0],r.concat(this))))},e})(Array);function Yo(t){return vt(t)?Sn(t,function(){}):t}function lf(t){return typeof t=="boolean"}function cf(){return function(e){return uf(e)}}function uf(t){t===void 0&&(t={});var e=t.thunk,r=e===void 0?!0:e,i=t.immutableCheck,n=i===void 0?!0:i,o=t.serializableCheck,s=o===void 0?!0:o,a=t.actionCreatorCheck,l=a===void 0?!0:a,c=new sf;if(r&&(lf(r)?c.push(Wo):c.push(Wo.withExtraArgument(r.extraArgument))),0){if(n)var p;if(s)var d;if(l)var f}return c}var Ko=!0;function Ql(t){var e=cf(),r=t||{},i=r.reducer,n=i===void 0?void 0:i,o=r.middleware,s=o===void 0?e():o,a=r.devTools,l=a===void 0?!0:a,c=r.preloadedState,p=c===void 0?void 0:c,d=r.enhancers,f=d===void 0?void 0:d,h;if(typeof n=="function")h=n;else if(of(n))h=Vl(n);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 m=s;if(typeof m=="function"&&(m=m(e),!Ko&&!Array.isArray(m)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Ko&&m.some(function(L){return typeof L!="function"}))throw new Error("each middleware provided to configureStore must be a function");var g=Wl.apply(void 0,m),S=ei;l&&(S=nf(Qt({trace:!Ko},typeof l=="object"&&l)));var E=new af(g),A=E;Array.isArray(f)?A=ti([g],f):typeof f=="function"&&(A=f(E));var _=S.apply(void 0,A);return Vo(h,p,_)}function ec(t){var e={},r=[],i,n={addCase:function(o,s){var a=typeof o=="string"?o:o.type;if(!a)throw new Error("`builder.addCase` cannot be called with an empty action type");if(a in e)throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");return e[a]=s,n},addMatcher:function(o,s){return r.push({matcher:o,reducer:s}),n},addDefaultCase:function(o){return i=o,n}};return t(n),[e,r,i]}function pf(t){return typeof t=="function"}function df(t,e,r,i){r===void 0&&(r=[]);var n=typeof e=="function"?ec(e):[e,r,i],o=n[0],s=n[1],a=n[2],l;if(pf(t))l=function(){return Yo(t())};else{var c=Yo(t);l=function(){return c}}function p(d,f){d===void 0&&(d=l());var h=ti([o[f.type]],s.filter(function(m){var g=m.matcher;return g(f)}).map(function(m){var g=m.reducer;return g}));return h.filter(function(m){return!!m}).length===0&&(h=[a]),h.reduce(function(m,g){if(g)if(Ut(m)){var S=m,E=g(S,f);return E===void 0?m:E}else{if(vt(m))return Sn(m,function(A){return g(A,f)});var E=g(m,f);if(E===void 0){if(m===null)return m;throw Error("A case reducer on a non-draftable value must not return undefined")}return E}return m},d)}return p.getInitialState=l,p}function ff(t,e){return t+"/"+e}function tc(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof t.initialState=="function"?t.initialState:Yo(t.initialState),i=t.reducers||{},n=Object.keys(i),o={},s={},a={};n.forEach(function(p){var d=i[p],f=ff(e,p),h,m;"reducer"in d?(h=d.reducer,m=d.prepare):h=d,o[p]=h,s[f]=h,a[p]=m?er(f,m):er(f)});function l(){var p=typeof t.extraReducers=="function"?ec(t.extraReducers):[t.extraReducers],d=p[0],f=d===void 0?{}:d,h=p[1],m=h===void 0?[]:h,g=p[2],S=g===void 0?void 0:g,E=Qt(Qt({},f),s);return df(r,function(A){for(var _ in E)A.addCase(_,E[_]);for(var L=0,me=m;L<me.length;L++){var le=me[L];A.addMatcher(le.matcher,le.reducer)}S&&A.addDefaultCase(S)})}var c;return{name:e,reducer:function(p,d){return c||(c=l()),c(p,d)},actions:a,caseReducers:o,getInitialState:function(){return c||(c=l()),c.getInitialState()}}}var hf="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",mf=function(t){t===void 0&&(t=21);for(var e="",r=t;r--;)e+=hf[Math.random()*64|0];return e},gf=["name","message","stack","code"],Go=(function(){function t(e,r){this.payload=e,this.meta=r}return t})(),Xl=(function(){function t(e,r){this.payload=e,this.meta=r}return t})(),vf=function(t){if(typeof t=="object"&&t!==null){for(var e={},r=0,i=gf;r<i.length;r++){var n=i[r];typeof t[n]=="string"&&(e[n]=t[n])}return e}return{message:String(t)}},mg=(function(){function t(e,r,i){var n=er(e+"/fulfilled",function(p,d,f,h){return{payload:p,meta:qo(Qt({},h||{}),{arg:f,requestId:d,requestStatus:"fulfilled"})}}),o=er(e+"/pending",function(p,d,f){return{payload:void 0,meta:qo(Qt({},f||{}),{arg:d,requestId:p,requestStatus:"pending"})}}),s=er(e+"/rejected",function(p,d,f,h,m){return{payload:h,error:(i&&i.serializeError||vf)(p||"Rejected"),meta:qo(Qt({},m||{}),{arg:f,requestId:d,rejectedWithValue:!!h,requestStatus:"rejected",aborted:p?.name==="AbortError",condition:p?.name==="ConditionError"})}}),a=!1,l=typeof AbortController<"u"?AbortController:(function(){function p(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return p.prototype.abort=function(){},p})();function c(p){return function(d,f,h){var m=i?.idGenerator?i.idGenerator(p):mf(),g=new l,S,E=!1;function A(L){S=L,g.abort()}var _=(function(){return rf(this,null,function(){var L,me,le,jt,Jn,Vt,He;return Xd(this,function(et){switch(et.label){case 0:return et.trys.push([0,4,,5]),jt=(L=i?.condition)==null?void 0:L.call(i,p,{getState:f,extra:h}),bf(jt)?[4,jt]:[3,2];case 1:jt=et.sent(),et.label=2;case 2:if(jt===!1||g.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return E=!0,Jn=new Promise(function(ze,lr){return g.signal.addEventListener("abort",function(){return lr({name:"AbortError",message:S||"Aborted"})})}),d(o(m,p,(me=i?.getPendingMeta)==null?void 0:me.call(i,{requestId:m,arg:p},{getState:f,extra:h}))),[4,Promise.race([Jn,Promise.resolve(r(p,{dispatch:d,getState:f,extra:h,requestId:m,signal:g.signal,abort:A,rejectWithValue:function(ze,lr){return new Go(ze,lr)},fulfillWithValue:function(ze,lr){return new Xl(ze,lr)}})).then(function(ze){if(ze instanceof Go)throw ze;return ze instanceof Xl?n(ze.payload,m,p,ze.meta):n(ze,m,p)})])];case 3:return le=et.sent(),[3,5];case 4:return Vt=et.sent(),le=Vt instanceof Go?s(null,m,p,Vt.payload,Vt.meta):s(Vt,m,p),[3,5];case 5:return He=i&&!i.dispatchConditionRejection&&s.match(le)&&le.meta.condition,He||d(le),[2,le]}})})})();return Object.assign(_,{abort:A,requestId:m,arg:p,unwrap:function(){return _.then(yf)}})}}return Object.assign(c,{pending:o,rejected:s,fulfilled:n,typePrefix:e})}return t.withTypes=function(){return t},t})();function yf(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function bf(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var rc="listener",ic="completed",nc="cancelled",gg="task-"+nc,vg="task-"+ic,yg=rc+"-"+nc,bg=rc+"-"+ic;var Xo="listenerMiddleware";var xg=er(Xo+"/add"),Sg=er(Xo+"/removeAll"),Eg=er(Xo+"/remove");var Zl,Ag=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(t){return(Zl||(Zl=Promise.resolve())).then(t).catch(function(e){return setTimeout(function(){throw e},0)})},xf=function(t){return function(e){setTimeout(e,t)}},Cg=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:xf(10);Ml();var Sf=dn(Symbol("withEventBus"),function(t,e){return class extends t{constructor(){super(...arguments),this.eventBus=e??document.createElement("span")}addEventListener(r,i,n){this.eventBus.addEventListener(r,i,n)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,i,n){this.eventBus.removeEventListener(r,i,n)}}}),An=class extends Sf(Object){};window.ftReduxStores||(window.ftReduxStores={});var oc=class t extends An{static get(e){var r;let i=typeof e=="string"?e:e.name,n=typeof e=="string"?void 0:e,o=window.ftReduxStores[i];if(vn(o))return o;if(n==null)return;let s=tc({...n,reducers:(r=n.reducers)!==null&&r!==void 0?r:{}}),a=Ql({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let p=_i(s.getInitialState());for(let d of c.keeping)p[d]=(l??p)[d];return p}else if(typeof c.type=="string"&&c.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...l,...c.overwrites};return s.reducer(l,c)}});return window.ftReduxStores[n.name]=new t(s,a,n.eventBus)}constructor(e,r,i){super(),this.reduxSlice=e,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new fn;let n=o=>o!=null?JSON.parse(JSON.stringify(o)):o;this.actions=new Proxy(this.reduxSlice.actions,{get:(o,s,a)=>{let l=s,c=o[l];return c?(...p)=>{let d=c(...p.map(n));return this.reduxStore.dispatch(d),d}:p=>{this.setState({[l]:n(p)})}}}),this.eventBus=i??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...e){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:e})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}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(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var Cn=class{static format(e,r,i,n,o){return window.moment?window.moment(e).locale(r).format(this.getMomentDateFormat(i,n,!!o)):this.getIntlDateTime(e,r,i,n,!!o)}static getMomentDateFormat(e,r,i){return i?"LT":e?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(e,r,i,n,o){let s=typeof e=="string"?new Date(e):e,a=new Intl.DateTimeFormat(r,{dateStyle:i?"medium":"short"}).format(s),l=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(s);return o?l:n?`${a} ${l}`:a}static getTimezoneAsString(){let e=i=>String(Math.floor(i)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${e(Math.abs(r)/60)}:${e(Math.abs(r)%60)}`}};var On=u(v()),Ef="ft-app-info",ri=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};ri.eventName="authentication-change";var Ii=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};Ii.eventName="ui-locale-changed";var Af={session:(t,e)=>{(0,On.deepEqual)(t.session,e.payload)||(t.session=e.payload,setTimeout(()=>R.dispatchEvent(new ri(e.payload)),0))}},R=On.FtReduxStore.get({name:Ef,reducers:Af,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,searchLanguageSetsUiLanguage:!1,uiLanguageSetsSearchLanguage:!1,uiLanguageSetsReaderLanguage:!1,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var sc=u(v()),wn=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},Jg=(0,sc.applyMixinOnce)(Symbol("withDateFormat"),function(t){class e extends t{constructor(...i){super(i),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(R)}dateFormatOptionsChanged(i){return i.has("metadataDescriptors")||i.has("useLongDateFormat")||i.has("useDateTimeFormat")||i.has("uiLocale")}getDateFormatter(i){var n,o;return((o=(n=this.metadataDescriptors.find(a=>a.key===i))===null||n===void 0?void 0:n.date)!==null&&o!==void 0?o:!1)?a=>Cn.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return wn([(0,Zo.property)({type:Boolean})],e.prototype,"useLongDateFormat",void 0),wn([(0,Zo.property)({type:Boolean})],e.prototype,"useDateTimeFormat",void 0),wn([Ro({store:R.name,selector:r=>{var i,n;return(n=(i=r.metadataConfiguration)===null||i===void 0?void 0:i.descriptors)!==null&&n!==void 0?n:[]}})],e.prototype,"metadataDescriptors",void 0),wn([Ro({store:R.name})],e.prototype,"uiLocale",void 0),e});var ac;(function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"})(ac||(ac={}));var lc;(function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"})(lc||(lc={}));var cc;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(cc||(cc={}));var uc;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(uc||(uc={}));var pc;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(pc||(pc={}));var dc;(function(t){t.VALUE="VALUE",t.DATE="DATE",t.RANGE="RANGE"})(dc||(dc={}));var fc;(function(t){t.OFFICIAL="OFFICIAL",t.AI="AI"})(fc||(fc={}));var hc;(function(t){t.BOOKMARK__CREATE="BOOKMARK__CREATE",t.BOOKMARK__DELETE="BOOKMARK__DELETE",t.CASE_DEFLECTION__START="CASE_DEFLECTION__START",t.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",t.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",t.CHATBOT__RATE="CHATBOT__RATE",t.COLLECTION__CREATE="COLLECTION__CREATE",t.COLLECTION__UPDATE="COLLECTION__UPDATE",t.COLLECTION__DELETE="COLLECTION__DELETE",t.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",t.DOCUMENT__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",t.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",t.DOCUMENT__PRINT="DOCUMENT__PRINT",t.DOCUMENT__PROCESS="DOCUMENT__PROCESS",t.DOCUMENT__RATE="DOCUMENT__RATE",t.DOCUMENT__SEARCH="DOCUMENT__SEARCH",t.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",t.DOCUMENT__UNRATE="DOCUMENT__UNRATE",t.FEEDBACK__SEND="FEEDBACK__SEND",t.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",t.AI__RATE="AI__RATE",t.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",t.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",t.KHUB__PROCESS="KHUB__PROCESS",t.KHUB__SEARCH="KHUB__SEARCH",t.LABELS__DOWNLOAD="LABELS__DOWNLOAD",t.LINK__SHARE="LINK__SHARE",t.PAGE__DISPLAY="PAGE__DISPLAY",t.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",t.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",t.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",t.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",t.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",t.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",t.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",t.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",t.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",t.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",t.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",t.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",t.TOPIC__RATE="TOPIC__RATE",t.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",t.TOPIC__UNRATE="TOPIC__UNRATE",t.USER__LOGIN="USER__LOGIN",t.USER__LOGOUT="USER__LOGOUT",t.HEARTBEAT="HEARTBEAT"})(hc||(hc={}));var mc;(function(t){t.STANDARD="STANDARD",t.STRUCTURAL="STRUCTURAL"})(mc||(mc={}));var gc;(function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"})(gc||(gc={}));var vc;(function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.HEADER="HEADER",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT",t.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",t.LINK_PREVIEW="LINK_PREVIEW",t.UD_VIEWER="UD_VIEWER",t.ASSET_VIEWER="ASSET_VIEWER"})(vc||(vc={}));var yc;(function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"})(yc||(yc={}));var bc;(function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"})(bc||(bc={}));var xc;(function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"})(xc||(xc={}));var Sc;(function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"})(Sc||(Sc={}));var Ec;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"})(Ec||(Ec={}));var Ac;(function(t){t.OPTIONAL="OPTIONAL",t.MANDATORY="MANDATORY"})(Ac||(Ac={}));var Cc;(function(t){t.ASC="ASC",t.DESC="DESC"})(Cc||(Cc={}));var Oc;(function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"})(Oc||(Oc={}));var wc;(function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"})(wc||(wc={}));var Rc;(function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(Rc||(Rc={}));var Tc;(function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"})(Tc||(Tc={}));var _c;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(_c||(_c={}));var Lc;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(Lc||(Lc={}));var kc;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.HTML_PACKAGE="HTML_PACKAGE",t.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(kc||(kc={}));var $c;(function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS",t.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})($c||($c={}));var Pc;(function(t){t.PLAIN_TEXT="PLAIN_TEXT",t.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",t.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Pc||(Pc={}));var de;(function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",t.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN"})(de||(de={}));var at;(function(t){t.SEARCHES="SEARCHES",t.BOOKMARKS="BOOKMARKS",t.BOOKS="BOOKS",t.COLLECTIONS="COLLECTIONS"})(at||(at={}));var Dc;(function(t){t.UNAUTHENTICATED="UNAUTHENTICATED",t.USER_INCOMPLETE="USER_INCOMPLETE",t.MFA_REQUIRED="MFA_REQUIRED",t.AUTHENTICATED="AUTHENTICATED"})(Dc||(Dc={}));var Ic;(function(t){t.UNREACHABLE="UNREACHABLE",t.UNAUTHORIZED="UNAUTHORIZED",t.FORBIDDEN="FORBIDDEN",t.INCOMPATIBLE="INCOMPATIBLE",t.FAILED="FAILED",t.OK="OK"})(Ic||(Ic={}));var Mc;(function(t){t.VALID="VALID",t.INVALID="INVALID"})(Mc||(Mc={}));var Nc;(function(t){t.INACCURATE="INACCURATE",t.INCOMPLETE="INCOMPLETE",t.OFF_TOPIC="OFF_TOPIC",t.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",t.SUMMARY="SUMMARY",t.SEMANTIC_SEARCH="SEMANTIC_SEARCH",t.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",t.DOCUMENTATION="DOCUMENTATION",t.OTHER="OTHER"})(Nc||(Nc={}));var Bc;(function(t){t.INACCURATE="INACCURATE",t.INCOMPLETE="INCOMPLETE",t.OFF_TOPIC="OFF_TOPIC",t.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",t.SLOW="SLOW",t.OTHER="OTHER"})(Bc||(Bc={}));var Fc;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(Fc||(Fc={}));var Uc;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(Uc||(Uc={}));var Hc;(function(t){t.TEXT="TEXT",t.HTML="HTML"})(Hc||(Hc={}));var zc;(function(t){t.IN_PROGRESS="IN_PROGRESS",t.ERROR="ERROR",t.DONE="DONE"})(zc||(zc={}));var jc;(function(t){t.HTML="HTML",t.MARKDOWN="MARKDOWN"})(jc||(jc={}));var Vc;(function(t){t.SOURCES="SOURCES",t.ENRICH_AND_CLEAN="ENRICH_AND_CLEAN",t.VOCABULARIES="VOCABULARIES",t.METADATA="METADATA",t.PRETTY_URL="PRETTY_URL",t.ACCESS_RULE="ACCESS_RULE",t.DESIGNED_PAGES="DESIGNED_PAGES",t.THEME_STUDIO="THEME_STUDIO",t.PORTAL_GENERAL="PORTAL_GENERAL",t.ASSETS="ASSETS",t.CODE_LIBRARY="CODE_LIBRARY",t.THEME="THEME",t.CONTENT_STYLES="CONTENT_STYLES",t.HOMEPAGE="HOMEPAGE",t.CLASSIC_SEARCH_PAGE="CLASSIC_SEARCH_PAGE",t.CLASSIC_READER_PAGE="CLASSIC_READER_PAGE",t.PORTAL_METADATA="PORTAL_METADATA",t.LANGUAGES="LANGUAGES",t.PRINT_TEMPLATES="PRINT_TEMPLATES",t.OFFLINE="OFFLINE",t.CUSTOM_JS="CUSTOM_JS",t.CONFIDENTIALITY="CONFIDENTIALITY",t.NOTIFICATIONS="NOTIFICATIONS"})(Vc||(Vc={}));var Wc;(function(t){t.MAP="MAP",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(Wc||(Wc={}));var Cf={[de.PERSONAL_BOOK_SHARE_USER]:[de.PERSONAL_BOOK_USER],[de.HTML_EXPORT_USER]:[de.PERSONAL_BOOK_USER],[de.PDF_EXPORT_USER]:[de.PERSONAL_BOOK_USER],[de.KHUB_ADMIN]:[de.CONTENT_PUBLISHER],[de.ADMIN]:[de.KHUB_ADMIN,de.USERS_ADMIN,de.PORTAL_ADMIN,de.BEHAVIOR_DATA_USER],[de.GENERATIVE_AI_EXPORT_USER]:[de.GENERATIVE_AI_USER]};function qc(t,e){return t===e||(Cf[t]??[]).some(r=>qc(r,e))}function Kc(t,e){return t==null?!1:(Array.isArray(t)?t:Array.isArray(t.roles)?t.roles:Array.isArray(t.profile?.roles)?t.profile.roles:[]).some(i=>qc(i,e))}var kn=u(v());var Jo=u(v());var Ar=class t{static get(e){let{baseUrl:r,apiIntegrationIdentifier:i}=R.getState(),n=e??i;if(r&&n&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,n,!0)}static await(e){return new Promise(r=>{let i=t.get(e);if(i)r(i);else{let n=R.subscribe(()=>{i=t.get(e),i&&(n(),r(i))})}})}};var ii=class{constructor(e){this.overrideApi=e}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:Ar.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):Ar.await()}};var qe=class extends ii{constructor(e=!0,r){var i;super(r),this.sortObjectFields=(o,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([a],[l])=>a.localeCompare(l)));let n=this.constructor;n.commonCache=(i=n.commonCache)!==null&&i!==void 0?i:new Jo.CacheRegistry,this.cache=e?n.commonCache:new Jo.CacheRegistry}clearCache(){this.cache.clearAll()}hash(e){return String(Array.from(JSON.stringify(e,this.sortObjectFields)).reduce((r,i)=>0|31*r+i.charCodeAt(0),0))}};var Rn=class extends qe{async listMySearches(){let{session:e}=R.getState();return Kc(e,de.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),300*1e3):[]}};var Tn=class extends qe{async listMyBookmarks(){let e=R.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),300*1e3):[]}};var _n=class extends qe{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(e){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${e}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(e){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${e}`),this.CACHE_DURATION)}isAuthenticated(){let e=R.getState().session;return!!e?.sessionAuthenticated}};var Ln=class extends qe{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let e=R.getState().session;return!!e?.sessionAuthenticated}};var Of="ft-user-assets",wf={setAssetCount:(t,e)=>{let{userAssetType:r,count:i}=e.payload.assetCount;t.assetCounts.allAsset[r]=i},clearAssetCount:t=>{Object.values(at).forEach(e=>{t.assetCounts.allAsset[e]=void 0})},setBookmarkCountByMap:(t,e)=>{let r=e.payload.mapId;t.assetCounts.bookmarkByMap[r]=e.payload.count},clearBookmarkCountByMap:t=>{t.assetCounts.bookmarkByMap={}},addAsset:(t,e)=>{let{assetType:r,mapId:i,asset:n}=e.payload;es(t,r,[...Qo(t,r),n]),Gc(t,r,1,i),Yc(t,n)},editAsset:(t,e)=>{let{assetType:r,asset:i}=e.payload;es(t,r,Qo(t,r).map(n=>n.id===i.id?i:n)),Yc(t,i)},removeAsset:(t,e)=>{let{assetType:r,mapId:i,assetId:n}=e.payload;es(t,r,Qo(t,r).filter(o=>o.id!==n)),Gc(t,r,-1,i)}},Xc={[at.SEARCHES]:"savedSearches",[at.BOOKMARKS]:"bookmarks",[at.BOOKS]:void 0,[at.COLLECTIONS]:void 0},Qo=(t,e)=>{var r;let i=Xc[e];return i?(r=t[i])!==null&&r!==void 0?r:[]:[]},es=(t,e,r)=>{let i=Xc[e];i&&(t[i]=r)},Gc=(t,e,r,i)=>{let n=t.assetCounts.allAsset[e];if(n!==void 0&&(t.assetCounts.allAsset[e]=Math.max(0,n+r),e===at.BOOKMARKS&&i)){let o=t.assetCounts.bookmarkByMap[i];t.assetCounts.bookmarkByMap[i]=Math.max(0,o+r)}},Yc=(t,e)=>{let r=t.assetLabels.map(n=>n.title),i=e.labels.filter(n=>!r.includes(n)).map(n=>({title:n}));t.assetLabels.push(...i)},ke=kn.FtReduxStore.get({name:Of,reducers:wf,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(at).map(t=>[t,void 0])),bookmarkByMap:{}},assetLabels:[]}}),ts=class{constructor(e=new _n,r=new Ln){this.assetCountsService=e,this.assetLabelsService=r,this.currentSession=R.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Tn,this.savedSearchesService=new Rn,R.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:r}=R.getState();(0,kn.deepEqual)((e=this.currentSession)===null||e===void 0?void 0:e.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),ke.actions.clearAssetCount(),ke.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),ke.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),ke.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();ke.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let e=await this.assetLabelsService.getUserAssetLabels();ke.actions.assetLabels(e)}async loadAssetCount(e){let r=await this.assetCountsService.getUserAssetCount(e);r&&ke.getState().assetCounts.allAsset[e]!==r.count&&ke.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(e){let r=await this.assetCountsService.getUserBookmarkCountByMap(e);r&&ke.getState().assetCounts.bookmarkByMap[e]!==r.count&&ke.actions.setBookmarkCountByMap({count:r.count,mapId:e})}async reloadAssetCount(e){this.assetCountsService.clearCache();let r=Object.keys(ke.getState().assetCounts.bookmarkByMap).length!==0;e===at.BOOKMARKS&&r&&ke.actions.clearBookmarkCountByMap(),ke.getState().assetCounts.allAsset[e]!==void 0&&await this.loadAssetCount(e)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let r=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;ke.actions.bookmarks(r)}}},Rf=new ts;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=Rf);var rs=class{addCommand(e,r=!1){R.commands.add(e,r)}consumeCommand(e){return R.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new rs;var lt=u(v());var Zc,ni=class extends CustomEvent{constructor(e){super("ft-i18n-context-loaded",{detail:e})}},Tf=Symbol("clearAfterUnitTest"),$n=class extends(0,lt.withEventBus)(qe){constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Zc]=()=>{this.defaultMessages={},this.cache=new lt.CacheRegistry,this.listeners={}},this.currentUiLocale=R.getState().uiLocale,R.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=R.getState();this.currentUiLocale!==e&&(this.currentUiLocale=e,this.cache.clearAll(),this.notifyAll())}addContext(e){let r=e.name.toLowerCase();this.cache.setFinal(r,e),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(e,r){var i;if(e=e.toLowerCase(),r&&Object.keys(r).length>0){let n={...(i=this.defaultMessages[e])!==null&&i!==void 0?i:{},...r};(0,lt.deepEqual)(this.defaultMessages[e],n)||(this.defaultMessages[e]=n,await this.notify(e))}return this.fetchContext(e)}resolveContext(e){var r,i;return this.fetchContext(e),(i=(r=this.cache.getNow(e))===null||r===void 0?void 0:r.messages)!==null&&i!==void 0?i:{}}resolveRawMessage(e,r){let i=e.toLowerCase();return this.resolveContext(i)[r]}resolveMessage(e,r,...i){var n;let o=e.toLowerCase(),s=this.resolveContext(o);return new lt.ParametrizedLabelResolver((n=this.defaultMessages[o])!==null&&n!==void 0?n:{},s).resolve(r,...i)}async fetchContext(e){let r=!this.cache.has(e),i;try{i=await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),r&&await this.notify(e)}catch(n){!(n instanceof lt.CanceledPromiseError)&&r&&console.error(n)}return i}subscribe(e,r){var i;return e=e.toLowerCase(),this.listeners[e]=(i=this.listeners[e])!==null&&i!==void 0?i:new Set,this.listeners[e].add(r),()=>{var n;return(n=this.listeners[e])===null||n===void 0?void 0:n.delete(r)}}async notifyAll(){let e=Object.keys(this.listeners);document.body.dispatchEvent(new ni({loadedContexts:e})),this.dispatchEvent(new ni({loadedContexts:e})),await Promise.all(e.map(r=>this.notify(r,!1)))}async notify(e,r=!0){r&&(document.body.dispatchEvent(new ni({loadedContexts:[e]})),this.dispatchEvent(new ni({loadedContexts:[e]}))),this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(i=>(0,lt.delay)(0).then(()=>i()).catch(()=>null)))}};Zc=Tf;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends $n{constructor(){super(async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends $n{constructor(){super(async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e))}});var Mi=window.FluidTopicsI18nService,is=window.FluidTopicsCustomI18nService;var Jc=u(v()),ns=class{highlightHtml(e,r,i){(0,Jc.highlightHtml)(e,r,i)}};window.FluidTopicsHighlightHtmlService=new ns;var Qc=u(v());var os=class{isDate(e){var r,i,n,o;return(o=(n=((i=(r=R.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&i!==void 0?i:[]).find(a=>a.key===e))===null||n===void 0?void 0:n.date)!==null&&o!==void 0?o:!1}format(e,r){var i,n,o,s;if(e==null)return"";try{return Qc.DateFormatter.format(e,(i=r?.locale)!==null&&i!==void 0?i:R.getState().uiLocale,(n=r?.longFormat)!==null&&n!==void 0?n:!1,(o=r?.withTime)!==null&&o!==void 0?o:!1,(s=r?.onlyTime)!==null&&s!==void 0?s:!1)}catch(a){throw console.error(`Date ${JSON.stringify(e)} is not valid`,a),a}}};window.FluidTopicsDateService=new os;var eu=u(v());var Ni=class{static get(e,r){var i,n;let o=R.getState(),{lang:s,region:a}=(n=(i=o.defaultLocales)===null||i===void 0?void 0:i.defaultContentLocale)!==null&&n!==void 0?n:{lang:"en",region:"US"};return new eu.SearchPlaceConverter(o.baseUrl,e??20,o.searchInAllLanguagesAllowed,r??`${s}-${a}`)}};var ss=class{urlToSearchRequest(e){return Ni.get().parse(e)}searchRequestToUrl(e){return Ni.get().serialize(e)}};window.FluidTopicsUrlService=new ss;var Ht=u(v());var Cr=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:{currentItem:e}})}};Cr.eventName="change";var as=class{itemName(e){return`fluid-topics-history-item-${e}`}get(e){let r=sessionStorage.getItem(this.itemName(e));return r?JSON.parse(r):void 0}set(e,r){sessionStorage.setItem(this.itemName(e),JSON.stringify(r))}},tu=new as;var Pn=class t extends Ht.WithEventBus{static build(){return new t(window.history,tu,()=>window.location,!1)}constructor(e,r,i,n){var o,s;super(),this.history=e,this.historyStorage=r,this.windowLocation=i,this.states=[],this.realPushState=e.pushState,this.realReplaceState=e.replaceState,this.initialIndex=(s=(o=e.state)===null||o===void 0?void 0:o.index)!==null&&s!==void 0?s:e.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(n)}setCurrentState(e,r=!1){let i=r&&this.currentIndex===e.index-1;this.currentState={...this.buildCurrentState(),...e},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,i&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,Ht.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new Cr(this.currentItem())),0)}installProxies(){let e=r=>(i,n,[o,s,a])=>{let l=r(),c={...l===this.currentIndex?this.currentState:void 0,...o,index:l,href:typeof a=="string"?a:(a??this.windowLocation()).href};i.apply(n,[c,s,a]),this.setCurrentState(c,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:e(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:e(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",e=>this.setCurrentState(e.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(e){for(let r=this.history.length-1;r>=0;r--)e?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(e){var r;let i={...this.buildCurrentState(),...e,index:this.currentIndex,title:(r=e?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(i)}addHistoryChangeListener(e){this.addEventListener(Cr.eventName,e)}removeHistoryChangeListener(e){this.removeEventListener(Cr.eventName,e)}currentItem(){return(0,Ht.deepCopy)(this.currentState)}back(){let e=this.previousDifferentMajorPosition();e>=0?this.history.go(e-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return(0,Ht.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(e){let r=this.states.filter(i=>!!i).filter(i=>i.index<this.currentIndex).reverse();return(0,Ht.deepCopy)(r.find(i=>e(i)))}previousDifferentMajorPosition(){let e=this.currentIndex>0?this.currentIndex-1:0;for(;e>0&&!this.isDifferentMajorState(e);)e--;return e}forward(){let e=this.nextMajorPosition();e&&e<this.states.length?this.history.go(e-this.currentIndex):this.history.forward()}forwardItem(){let e=this.nextMajorPosition();if(e)return(0,Ht.deepCopy)(this.states[e])}nextMajorPosition(){let e=this.currentIndex;if(!(e>=this.states.length)){do e++;while(e<this.states.length&&!this.isDifferentMajorState(e));return this.getHigherPositionInTheSameState(e)}}getHigherPositionInTheSameState(e){var r;let i=(r=this.states[e])===null||r===void 0?void 0:r.majorStateId;if(!i)return e;let n=e,o=e+1;for(;this.states.length>o&&!this.isDifferentMajorState(o,i);)this.hasState(o)&&(n=o),o++;return n}buildCurrentState(){var e,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(e=this.history.state)===null||e===void 0?void 0:e.title)!==null&&r!==void 0?r:document.title}}hasState(e){return this.states[e]!=null}isDifferentMajorState(e,r){var i;if(!this.hasState(e))return!1;let n=r??this.currentState.majorStateId,o=(i=this.states[e])===null||i===void 0?void 0:i.majorStateId;return o==null||o!=n}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=Pn.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),backwardItemMatching:t=>window.FluidTopicsInternalHistoryService.backwardItemMatching(t),addHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(t),removeHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(t)});var ru=u(C());var iu=ru.css`
|
|
610
|
-
`;var su=u(
|
|
609
|
+
`;var Ha=["top","right","bottom","left"],Ua=["start","end"],yo=Ha.reduce((t,e)=>t.concat(e,e+"-"+Ua[0],e+"-"+Ua[1]),[]),Oi=Math.min,Gt=Math.max,Ci=Math.round;var gt=t=>({x:t,y:t}),md={left:"right",right:"left",bottom:"top",top:"bottom"};function bo(t,e,r){return Gt(t,Oi(e,r))}function rn(t,e){return typeof t=="function"?t(e):t}function Wr(t){return t.split("-")[0]}function Yt(t){return t.split("-")[1]}function xo(t){return t==="x"?"y":"x"}function So(t){return t==="y"?"height":"width"}function nn(t){let e=t[0];return e==="t"||e==="b"?"y":"x"}function Eo(t){return xo(nn(t))}function za(t,e,r){r===void 0&&(r=!1);let i=Yt(t),n=Eo(t),o=So(n),s=n==="x"?i===(r?"end":"start")?"right":"left":i==="start"?"bottom":"top";return e.reference[o]>e.floating[o]&&(s=vo(s)),[s,vo(s)]}function ja(t){return t.includes("start")?t.replace("start","end"):t.replace("end","start")}function vo(t){let e=Wr(t);return md[e]+t.slice(e.length)}function gd(t){return{top:0,right:0,bottom:0,left:0,...t}}function Va(t){return typeof t!="number"?gd(t):{top:t,right:t,bottom:t,left:t}}function mr(t){let{x:e,y:r,width:i,height:n}=t;return{width:i,height:n,top:r,left:e,right:e+i,bottom:r+n,x:e,y:r}}function Wa(t,e,r){let{reference:i,floating:n}=t,o=nn(e),s=Eo(e),a=So(s),l=Wr(e),c=o==="y",p=i.x+i.width/2-n.width/2,d=i.y+i.height/2-n.height/2,f=i[a]/2-n[a]/2,h;switch(l){case"top":h={x:p,y:i.y-n.height};break;case"bottom":h={x:p,y:i.y+i.height};break;case"right":h={x:i.x+i.width,y:d};break;case"left":h={x:i.x-n.width,y:d};break;default:h={x:i.x,y:i.y}}switch(Yt(e)){case"start":h[s]-=f*(r&&c?-1:1);break;case"end":h[s]+=f*(r&&c?-1:1);break}return h}async function qa(t,e){var r;e===void 0&&(e={});let{x:i,y:n,platform:o,rects:s,elements:a,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:p="viewport",elementContext:d="floating",altBoundary:f=!1,padding:h=0}=rn(e,t),m=Va(h),S=a[f?d==="floating"?"reference":"floating":d],E=mr(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(S)))==null||r?S:S.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:c,rootBoundary:p,strategy:l})),A=d==="floating"?{x:i,y:n,width:s.floating.width,height:s.floating.height}:s.reference,_=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),L=await(o.isElement==null?void 0:o.isElement(_))?await(o.getScale==null?void 0:o.getScale(_))||{x:1,y:1}:{x:1,y:1},me=mr(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:A,offsetParent:_,strategy:l}):A);return{top:(E.top-me.top+m.top)/L.y,bottom:(me.bottom-E.bottom+m.bottom)/L.y,left:(E.left-me.left+m.left)/L.x,right:(me.right-E.right+m.right)/L.x}}var vd=50,Ka=async(t,e,r)=>{let{placement:i="bottom",strategy:n="absolute",middleware:o=[],platform:s}=r,a=s.detectOverflow?s:{...s,detectOverflow:qa},l=await(s.isRTL==null?void 0:s.isRTL(e)),c=await s.getElementRects({reference:t,floating:e,strategy:n}),{x:p,y:d}=Wa(c,i,l),f=i,h=0,m={};for(let g=0;g<o.length;g++){let S=o[g];if(!S)continue;let{name:E,fn:A}=S,{x:_,y:L,data:me,reset:le}=await A({x:p,y:d,initialPlacement:i,placement:f,strategy:n,middlewareData:m,rects:c,platform:a,elements:{reference:t,floating:e}});p=_??p,d=L??d,m[E]={...m[E],...me},le&&h<vd&&(h++,typeof le=="object"&&(le.placement&&(f=le.placement),le.rects&&(c=le.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:n}):le.rects),{x:p,y:d}=Wa(c,f,l)),g=-1)}return{x:p,y:d,placement:f,strategy:n,middlewareData:m}};function yd(t,e,r){return(t?[...r.filter(n=>Yt(n)===t),...r.filter(n=>Yt(n)!==t)]:r.filter(n=>Wr(n)===n)).filter(n=>t?Yt(n)===t||(e?ja(n)!==n:!1):!0)}var Ga=function(t){return t===void 0&&(t={}),{name:"autoPlacement",options:t,async fn(e){var r,i,n;let{rects:o,middlewareData:s,placement:a,platform:l,elements:c}=e,{crossAxis:p=!1,alignment:d,allowedPlacements:f=yo,autoAlignment:h=!0,...m}=rn(t,e),g=d!==void 0||f===yo?yd(d||null,h,f):f,S=await l.detectOverflow(e,m),E=((r=s.autoPlacement)==null?void 0:r.index)||0,A=g[E];if(A==null)return{};let _=za(A,o,await(l.isRTL==null?void 0:l.isRTL(c.floating)));if(a!==A)return{reset:{placement:g[0]}};let L=[S[Wr(A)],S[_[0]],S[_[1]]],me=[...((i=s.autoPlacement)==null?void 0:i.overflows)||[],{placement:A,overflows:L}],le=g[E+1];if(le)return{data:{index:E+1,overflows:me},reset:{placement:le}};let jt=me.map(He=>{let et=Yt(He.placement);return[He.placement,et&&p?He.overflows.slice(0,2).reduce((ze,lr)=>ze+lr,0):He.overflows[0],He.overflows]}).sort((He,et)=>He[1]-et[1]),Vt=((n=jt.filter(He=>He[2].slice(0,Yt(He[0])?2:3).every(et=>et<=0))[0])==null?void 0:n[0])||jt[0][0];return Vt!==a?{data:{index:E+1,overflows:me},reset:{placement:Vt}}:{}}}};var Ya=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){let{x:r,y:i,placement:n,platform:o}=e,{mainAxis:s=!0,crossAxis:a=!1,limiter:l={fn:E=>{let{x:A,y:_}=E;return{x:A,y:_}}},...c}=rn(t,e),p={x:r,y:i},d=await o.detectOverflow(e,c),f=nn(Wr(n)),h=xo(f),m=p[h],g=p[f];if(s){let E=h==="y"?"top":"left",A=h==="y"?"bottom":"right",_=m+d[E],L=m-d[A];m=bo(_,m,L)}if(a){let E=f==="y"?"top":"left",A=f==="y"?"bottom":"right",_=g+d[E],L=g-d[A];g=bo(_,g,L)}let S=l.fn({...e,[h]:m,[f]:g});return{...S,data:{x:S.x-r,y:S.y-i,enabled:{[h]:s,[f]:a}}}}}};function sn(){return typeof window<"u"}function vr(t){return Za(t)?(t.nodeName||"").toLowerCase():"#document"}function Ne(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function Rt(t){var e;return(e=(Za(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function Za(t){return sn()?t instanceof Node||t instanceof Ne(t).Node:!1}function nt(t){return sn()?t instanceof Element||t instanceof Ne(t).Element:!1}function Tt(t){return sn()?t instanceof HTMLElement||t instanceof Ne(t).HTMLElement:!1}function Xa(t){return!sn()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof Ne(t).ShadowRoot}function qr(t){let{overflow:e,overflowX:r,overflowY:i,display:n}=ot(t);return/auto|scroll|overlay|hidden|clip/.test(e+i+r)&&n!=="inline"&&n!=="contents"}function Ja(t){return/^(table|td|th)$/.test(vr(t))}function wi(t){try{if(t.matches(":popover-open"))return!0}catch{}try{return t.matches(":modal")}catch{return!1}}var bd=/transform|translate|scale|rotate|perspective|filter/,xd=/paint|layout|strict|content/,gr=t=>!!t&&t!=="none",Ao;function Kr(t){let e=nt(t)?ot(t):t;return gr(e.transform)||gr(e.translate)||gr(e.scale)||gr(e.rotate)||gr(e.perspective)||!an()&&(gr(e.backdropFilter)||gr(e.filter))||bd.test(e.willChange||"")||xd.test(e.contain||"")}function Qa(t){let e=Ft(t);for(;Tt(e)&&!yr(e);){if(Kr(e))return e;if(wi(e))return null;e=Ft(e)}return null}function an(){return Ao==null&&(Ao=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Ao}function yr(t){return/^(html|body|#document)$/.test(vr(t))}function ot(t){return Ne(t).getComputedStyle(t)}function Ri(t){return nt(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function Ft(t){if(vr(t)==="html")return t;let e=t.assignedSlot||t.parentNode||Xa(t)&&t.host||Rt(t);return Xa(e)?e.host:e}function el(t){let e=Ft(t);return yr(e)?t.ownerDocument?t.ownerDocument.body:t.body:Tt(e)&&qr(e)?e:el(e)}function on(t,e,r){var i;e===void 0&&(e=[]),r===void 0&&(r=!0);let n=el(t),o=n===((i=t.ownerDocument)==null?void 0:i.body),s=Ne(n);if(o){let a=ln(s);return e.concat(s,s.visualViewport||[],qr(n)?n:[],a&&r?on(a):[])}else return e.concat(n,on(n,[],r))}function ln(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function nl(t){let e=ot(t),r=parseFloat(e.width)||0,i=parseFloat(e.height)||0,n=Tt(t),o=n?t.offsetWidth:r,s=n?t.offsetHeight:i,a=Ci(r)!==o||Ci(i)!==s;return a&&(r=o,i=s),{width:r,height:i,$:a}}function ol(t){return nt(t)?t:t.contextElement}function Gr(t){let e=ol(t);if(!Tt(e))return gt(1);let r=e.getBoundingClientRect(),{width:i,height:n,$:o}=nl(e),s=(o?Ci(r.width):r.width)/i,a=(o?Ci(r.height):r.height)/n;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var Sd=gt(0);function sl(t){let e=Ne(t);return!an()||!e.visualViewport?Sd:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function Ed(t,e,r){return e===void 0&&(e=!1),!r||e&&r!==Ne(t)?!1:e}function Ti(t,e,r,i){e===void 0&&(e=!1),r===void 0&&(r=!1);let n=t.getBoundingClientRect(),o=ol(t),s=gt(1);e&&(i?nt(i)&&(s=Gr(i)):s=Gr(t));let a=Ed(o,r,i)?sl(o):gt(0),l=(n.left+a.x)/s.x,c=(n.top+a.y)/s.y,p=n.width/s.x,d=n.height/s.y;if(o){let f=Ne(o),h=i&&nt(i)?Ne(i):i,m=f,g=ln(m);for(;g&&i&&h!==m;){let S=Gr(g),E=g.getBoundingClientRect(),A=ot(g),_=E.left+(g.clientLeft+parseFloat(A.paddingLeft))*S.x,L=E.top+(g.clientTop+parseFloat(A.paddingTop))*S.y;l*=S.x,c*=S.y,p*=S.x,d*=S.y,l+=_,c+=L,m=Ne(g),g=ln(m)}}return mr({width:p,height:d,x:l,y:c})}function cn(t,e){let r=Ri(t).scrollLeft;return e?e.left+r:Ti(Rt(t)).left+r}function al(t,e){let r=t.getBoundingClientRect(),i=r.left+e.scrollLeft-cn(t,r),n=r.top+e.scrollTop;return{x:i,y:n}}function Ad(t){let{elements:e,rect:r,offsetParent:i,strategy:n}=t,o=n==="fixed",s=Rt(i),a=e?wi(e.floating):!1;if(i===s||a&&o)return r;let l={scrollLeft:0,scrollTop:0},c=gt(1),p=gt(0),d=Tt(i);if((d||!d&&!o)&&((vr(i)!=="body"||qr(s))&&(l=Ri(i)),d)){let h=Ti(i);c=Gr(i),p.x=h.x+i.clientLeft,p.y=h.y+i.clientTop}let f=s&&!d&&!o?al(s,l):gt(0);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-l.scrollLeft*c.x+p.x+f.x,y:r.y*c.y-l.scrollTop*c.y+p.y+f.y}}function Od(t){return Array.from(t.getClientRects())}function Cd(t){let e=Rt(t),r=Ri(t),i=t.ownerDocument.body,n=Gt(e.scrollWidth,e.clientWidth,i.scrollWidth,i.clientWidth),o=Gt(e.scrollHeight,e.clientHeight,i.scrollHeight,i.clientHeight),s=-r.scrollLeft+cn(t),a=-r.scrollTop;return ot(i).direction==="rtl"&&(s+=Gt(e.clientWidth,i.clientWidth)-n),{width:n,height:o,x:s,y:a}}var tl=25;function wd(t,e){let r=Ne(t),i=Rt(t),n=r.visualViewport,o=i.clientWidth,s=i.clientHeight,a=0,l=0;if(n){o=n.width,s=n.height;let p=an();(!p||p&&e==="fixed")&&(a=n.offsetLeft,l=n.offsetTop)}let c=cn(i);if(c<=0){let p=i.ownerDocument,d=p.body,f=getComputedStyle(d),h=p.compatMode==="CSS1Compat"&&parseFloat(f.marginLeft)+parseFloat(f.marginRight)||0,m=Math.abs(i.clientWidth-d.clientWidth-h);m<=tl&&(o-=m)}else c<=tl&&(o+=c);return{width:o,height:s,x:a,y:l}}function Rd(t,e){let r=Ti(t,!0,e==="fixed"),i=r.top+t.clientTop,n=r.left+t.clientLeft,o=Tt(t)?Gr(t):gt(1),s=t.clientWidth*o.x,a=t.clientHeight*o.y,l=n*o.x,c=i*o.y;return{width:s,height:a,x:l,y:c}}function rl(t,e,r){let i;if(e==="viewport")i=wd(t,r);else if(e==="document")i=Cd(Rt(t));else if(nt(e))i=Rd(e,r);else{let n=sl(t);i={x:e.x-n.x,y:e.y-n.y,width:e.width,height:e.height}}return mr(i)}function ll(t,e){let r=Ft(t);return r===e||!nt(r)||yr(r)?!1:ot(r).position==="fixed"||ll(r,e)}function Td(t,e){let r=e.get(t);if(r)return r;let i=on(t,[],!1).filter(a=>nt(a)&&vr(a)!=="body"),n=null,o=ot(t).position==="fixed",s=o?Ft(t):t;for(;nt(s)&&!yr(s);){let a=ot(s),l=Kr(s);!l&&a.position==="fixed"&&(n=null),(o?!l&&!n:!l&&a.position==="static"&&!!n&&(n.position==="absolute"||n.position==="fixed")||qr(s)&&!l&&ll(t,s))?i=i.filter(p=>p!==s):n=a,s=Ft(s)}return e.set(t,i),i}function _d(t){let{element:e,boundary:r,rootBoundary:i,strategy:n}=t,s=[...r==="clippingAncestors"?wi(e)?[]:Td(e,this._c):[].concat(r),i],a=rl(e,s[0],n),l=a.top,c=a.right,p=a.bottom,d=a.left;for(let f=1;f<s.length;f++){let h=rl(e,s[f],n);l=Gt(h.top,l),c=Oi(h.right,c),p=Oi(h.bottom,p),d=Gt(h.left,d)}return{width:c-d,height:p-l,x:d,y:l}}function Ld(t){let{width:e,height:r}=nl(t);return{width:e,height:r}}function kd(t,e,r){let i=Tt(e),n=Rt(e),o=r==="fixed",s=Ti(t,!0,o,e),a={scrollLeft:0,scrollTop:0},l=gt(0);function c(){l.x=cn(n)}if(i||!i&&!o)if((vr(e)!=="body"||qr(n))&&(a=Ri(e)),i){let h=Ti(e,!0,o,e);l.x=h.x+e.clientLeft,l.y=h.y+e.clientTop}else n&&c();o&&!i&&n&&c();let p=n&&!i&&!o?al(n,a):gt(0),d=s.left+a.scrollLeft-l.x-p.x,f=s.top+a.scrollTop-l.y-p.y;return{x:d,y:f,width:s.width,height:s.height}}function Oo(t){return ot(t).position==="static"}function il(t,e){if(!Tt(t)||ot(t).position==="fixed")return null;if(e)return e(t);let r=t.offsetParent;return Rt(t)===r&&(r=r.ownerDocument.body),r}function cl(t,e){let r=Ne(t);if(wi(t))return r;if(!Tt(t)){let n=Ft(t);for(;n&&!yr(n);){if(nt(n)&&!Oo(n))return n;n=Ft(n)}return r}let i=il(t,e);for(;i&&Ja(i)&&Oo(i);)i=il(i,e);return i&&yr(i)&&Oo(i)&&!Kr(i)?r:i||Qa(t)||r}var Pd=async function(t){let e=this.getOffsetParent||cl,r=this.getDimensions,i=await r(t.floating);return{reference:kd(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}};function $d(t){return ot(t).direction==="rtl"}var un={convertOffsetParentRelativeRectToViewportRelativeRect:Ad,getDocumentElement:Rt,getClippingRect:_d,getOffsetParent:cl,getElementRects:Pd,getClientRects:Od,getDimensions:Ld,getScale:Gr,isElement:nt,isRTL:$d};var ul=Ga,pl=Ya;var dl=(t,e,r)=>{let i=new Map,n={platform:un,...r},o={...n.platform,_c:i};return Ka(t,e,{...n,platform:o})};function fl(t){return Dd(t)}function Co(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}function Dd(t){for(let e=t;e;e=Co(e))if(e instanceof Element&&getComputedStyle(e).display==="none")return null;for(let e=Co(t);e;e=Co(e)){if(!(e instanceof Element))continue;let r=getComputedStyle(e);if(r.display!=="contents"&&(r.position!=="static"||Kr(r)||e.tagName==="BODY"))return e}return null}async function hl(t,e,r){let i;return typeof r=="object"?i=r:i={placement:r},dl(t,e,{strategy:i.strategy,platform:{...un,getOffsetParent:n=>un.getOffsetParent(n,fl)},middleware:[pl({crossAxis:!0}),ul({allowedPlacements:[i.placement]})]})}var si=u(v());var Zo=u(j());var ml=u(j(),1);var wo=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function gl(t,e){return(0,ml.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return _i(t);try{return JSON.parse(r)}catch{return _i(t)}},toAttribute:r=>JSON.stringify(r)},hasChanged:Li,...e??{}})}function Id(t,e){if(t===e)return!0;if(t&&e&&typeof t=="object"&&typeof e=="object"){if(t.constructor!==e.constructor)return!1;let r,i;if(Array.isArray(t)){if(r=t.length,r!=e.length)return!1;for(i=r;i--!==0;)if(!pn(t[i],e[i]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(i of t.entries())if(!e.has(i[0]))return!1;for(i of t.entries())if(!pn(i[1],e.get(i[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(i of t.entries())if(!e.has(i[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();let n=s=>Object.keys(s).filter(a=>s[a]!=null),o=n(t);if(r=o.length,r!==n(e).length)return!1;for(i=r;i--!==0;)if(!Object.prototype.hasOwnProperty.call(e,o[i]))return!1;for(i=r;i--!==0;){let s=o[i];if(!pn(t[s],e[s]))return!1}return!0}return t!==t&&e!==e||t==null&&e==null}function pn(t,e){try{return Id(t,e)}catch{return!1}}function Li(t,e){return!pn(t,e)}function _i(t){return typeof window.structuredClone=="function"?structuredClone(t):t!=null?JSON.parse(JSON.stringify(t)):t}function dn(t,e){let r=i=>i[t]===!0;return i=>{if(r(i))return i;let n=e(i);return n[t]=!0,n}}var vl=u(j(),1);var Ro=t=>{let e=t??{};return(r,i)=>{var n;let o={hasChanged:Li,attribute:!1,...e};(0,vl.property)(o)(r,i);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(i,{selector:(n=e.selector)!==null&&n!==void 0?n:(a=>a[i]),store:e.store})}};var fn=class{constructor(){this.queue=[]}add(e,r=!1){r&&this.clear(e.type),this.queue.push(e)}consume(e){let r=this.queue.find(i=>i.type===e);return r&&(this.queue=this.queue.filter(i=>i!==r)),r}clear(e){typeof e=="string"?this.queue=this.queue.filter(r=>r.type!==e):this.queue=this.queue.filter(r=>!e.test(r.type))}};var br=u(j(),1);var hn=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,r){return this.callbacks=[e],this.debounce(r)}queue(e,r){return this.callbacks.push(e),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((r,i)=>{this.resolvePromise=r,this.rejectPromise=i})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,r;let i=[...this.callbacks];this.callbacks=[];let n=(e=this.rejectPromise)!==null&&e!==void 0?e:(()=>null),o=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let s of i)try{await s()}catch(a){n(a);return}o(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var bl=u(O(),1);var mn=globalThis,Md=mn.ShadowRoot&&(mn.ShadyCSS===void 0||mn.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var yl=(t,e)=>{if(Md)t.adoptedStyleSheets=e.map((r=>r instanceof CSSStyleSheet?r:r.styleSheet));else for(let r of e){let i=document.createElement("style"),n=mn.litNonce;n!==void 0&&i.setAttribute("nonce",n),i.textContent=r.cssText,t.appendChild(i)}};var gn=class extends bl.LitElement{get scopedRegistryConstructor(){return this.constructor}createRenderRoot(){let e=this.scopedRegistryConstructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,e.defineScopedElements(e.elementDefinitions));let r={...e.shadowRootOptions,customElements:e.registry},i=this.renderOptions.creationScope=this.attachShadow(r);return yl(i,e.elementStyles),i}static canDefineScopedElement(e){return!!this.registry&&!this.registry.get(e)}static defineScopedElements(e){Object.entries(e).forEach(([r,i])=>this.defineScopedElement(r,i))}static defineScopedElement(e,r){wo(e)(r),this.canDefineScopedElement(e)&&this.registry.define(e,r)}canDefineScopedElement(e){return this.scopedRegistryConstructor.canDefineScopedElement(e)}defineScopedElements(e){this.scopedRegistryConstructor.defineScopedElements(e)}defineScopedElement(e,r){this.scopedRegistryConstructor.defineScopedElement(e,r)}};function xl(t,e,...r){var i;let n=t.querySelector(e);for(let o of r)n=(i=n?.shadowRoot)===null||i===void 0?void 0:i.querySelector(o);return n}var Xr=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},Ol,Sl=Symbol("constructorPrototype"),El=Symbol("constructorName"),Cl=Symbol("exportpartsDebouncer"),Al=Symbol("dynamicDependenciesLoaded"),Yr=class t extends CustomEvent{constructor(){super(t.eventName,{bubbles:!0})}};Yr.eventName="exportparts-updated";var _t=class extends gn{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Ol]=new hn(5),this.scheduleExportpartsUpdate=()=>{var e,r,i;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(i=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&i!==void 0&&i)&&this[Cl].run(()=>{var n,o;!((n=this.exportpartsPrefix)===null||n===void 0)&&n.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[El]=this.constructor.name,this[Sl]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[El]&&Object.setPrototypeOf(this,this[Sl])}connectedCallback(){var e;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(i){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",i)}let r=this.constructor;r[Al]||(r[Al]=!0,this.importDynamicDependencies()),(e=this.shadowRoot)===null||e===void 0||e.addEventListener(Yr.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this.shadowRoot)===null||e===void 0||e.removeEventListener(Yr.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.focusElementToFocus(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate(),e.has("exportparts")&&this.dispatchEvent(new Yr)})}contentAvailableCallback(e){}focusElementToFocus(e){if(e.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:i,shadowPath:n}=this.elementToFocus;if(i!=null){let o=[...n??[],i];r=xl(this.shadowRoot,...o)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(e){var r,i,n;if(((i=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&i!==void 0?i:[]).forEach(o=>o.remove()),this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((n=this.customStylesheet)!==null&&n!==void 0?n:"")}catch(o){console.error(o,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let o=document.createElement("style");o.classList.add("ft-lit-element--custom-stylesheet"),o.innerHTML=this.customStylesheet,this.shadowRoot.append(o)}}setExportpartsAttribute(e){var r,i,n,o,s,a;let l=f=>f!=null&&f.trim().length>0,c=e.filter(l).map(f=>f.trim());if(c.length===0){this.exportparts=void 0;return}let p=new Set;for(let f of(i=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&i!==void 0?i:[]){let h=(o=(n=f.getAttribute("part"))===null||n===void 0?void 0:n.split(" "))!==null&&o!==void 0?o:[],m=(a=(s=f.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(S=>S.split(":")[1]))!==null&&a!==void 0?a:[],g=[...h,...m].filter(l).map(S=>S.trim());for(let S of g)p.add(S)}if(p.size===0){this.exportparts=void 0;return}let d=[...p.values()].flatMap(f=>c.map(h=>`${f}:${h}--${f}`));this.exportparts=[...this.part,...d].join(", ")}};Ol=Cl;Xr([(0,br.property)()],_t.prototype,"exportpartsPrefix",void 0);Xr([gl([])],_t.prototype,"exportpartsPrefixes",void 0);Xr([(0,br.property)({reflect:!0})],_t.prototype,"exportparts",void 0);Xr([(0,br.property)()],_t.prototype,"customStylesheet",void 0);Xr([(0,br.property)()],_t.prototype,"elementToFocus",void 0);Xr([(0,br.state)()],_t.prototype,"useAdoptedStyleSheets",void 0);function vn(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var ki=Symbol("internalReduxEventsUnsubscribers"),Xt=Symbol("internalStoresUnsubscribers"),xr=Symbol("internalStores"),Nd=dn(Symbol("withRedux"),function(t){var e,r,i;class n extends t{constructor(){super(...arguments),this[e]=new Map,this[r]=new Map,this[i]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(a=>s.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[xr].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[xr].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[xr].get(s)}addStore(s,a){var l;a=(l=a??s.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[xr].set(a,s),this.subscribeToStore(a,s),this.updateFromStores()}removeStore(s){let a=typeof s=="string"?s:s.name;this.unsubscribeFromStore(a),this[xr].delete(a)}setupStores(){this.unsubscribeFromStores(),this[xr].forEach((s,a)=>this.subscribeToStore(a,s)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((s,a)=>{let l=this.constructor.getPropertyOptions(a);if(!l?.attribute||!this.hasAttribute(typeof l?.attribute=="string"?l.attribute:a)){let c=this.getStore(s.store);c&&(s.store?this[Xt].has(s.store):this[Xt].size>0)&&(this[a]=s.selector(c.getState(),this))}})}subscribeToStore(s,a){var l;this[Xt].set(s,a.subscribe(()=>this.updateFromStores())),this[ki].set(s,[]),vn(a)&&a.eventBus&&((l=this.reduxConstructor.reduxEventListeners)===null||l===void 0||l.forEach((c,p)=>{if(typeof this[p]=="function"&&(!c.store||a.name===c.store)){let d=f=>this[p](f);a.addEventListener(c.eventName,d),this[ki].get(s).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[Xt].forEach((s,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(s){var a;this[Xt].has(s)&&this[Xt].get(s)(),this[Xt].delete(s),(a=this[ki].get(s))===null||a===void 0||a.forEach(l=>l()),this[ki].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return e=Xt,r=xr,i=ki,n.reduxProperties=new Map,n.reduxReactiveProperties=new Set,n.reduxEventListeners=new Map,n}),wl=class extends Nd(_t){};function st(t){for(var e=arguments.length,r=Array(e>1?e-1:0),i=1;i<e;i++)r[i-1]=arguments[i];if(0)var n,o;throw Error("[Immer] minified error nr: "+t+(r.length?" "+r.map((function(s){return"'"+s+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Ut(t){return!!t&&!!t[ee]}function vt(t){var e;return!!t&&((function(r){if(!r||typeof r!="object")return!1;var i=Object.getPrototypeOf(r);if(i===null)return!0;var n=Object.hasOwnProperty.call(i,"constructor")&&i.constructor;return n===Object||typeof n=="function"&&Function.toString.call(n)===Wd})(t)||Array.isArray(t)||!!t[$l]||!!(!((e=t.constructor)===null||e===void 0)&&e[$l])||Mo(t)||No(t))}function Sr(t,e,r){r===void 0&&(r=!1),Qr(t)===0?(r?Object.keys:Jr)(t).forEach((function(i){r&&typeof i=="symbol"||e(i,t[i],t)})):t.forEach((function(i,n){return e(n,i,t)}))}function Qr(t){var e=t[ee];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:Mo(t)?2:No(t)?3:0}function Zr(t,e){return Qr(t)===2?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function Bd(t,e){return Qr(t)===2?t.get(e):t[e]}function Dl(t,e,r){var i=Qr(t);i===2?t.set(e,r):i===3?t.add(r):t[e]=r}function Il(t,e){return t===e?t!==0||1/t==1/e:t!=t&&e!=e}function Mo(t){return jd&&t instanceof Map}function No(t){return Vd&&t instanceof Set}function Zt(t){return t.o||t.t}function Bo(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=Bl(t);delete e[ee];for(var r=Jr(e),i=0;i<r.length;i++){var n=r[i],o=e[n];o.writable===!1&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(e[n]={configurable:!0,writable:!0,enumerable:o.enumerable,value:t[n]})}return Object.create(Object.getPrototypeOf(t),e)}function Fo(t,e){return e===void 0&&(e=!1),Uo(t)||Ut(t)||!vt(t)||(Qr(t)>1&&(t.set=t.add=t.clear=t.delete=Fd),Object.freeze(t),e&&Sr(t,(function(r,i){return Fo(i,!0)}),!0)),t}function Fd(){st(2)}function Uo(t){return t==null||typeof t!="object"||Object.isFrozen(t)}function Lt(t){var e=Io[t];return e||st(18,t),e}function Ud(t,e){Io[t]||(Io[t]=e)}function Po(){return $i}function To(t,e){e&&(Lt("Patches"),t.u=[],t.s=[],t.v=e)}function yn(t){$o(t),t.p.forEach(Hd),t.p=null}function $o(t){t===$i&&($i=t.l)}function Rl(t){return $i={p:[],l:$i,h:t,m:!0,_:0}}function Hd(t){var e=t[ee];e.i===0||e.i===1?e.j():e.g=!0}function _o(t,e){e._=e.p.length;var r=e.p[0],i=t!==void 0&&t!==r;return e.h.O||Lt("ES5").S(e,t,i),i?(r[ee].P&&(yn(e),st(4)),vt(t)&&(t=bn(e,t),e.l||xn(e,t)),e.u&&Lt("Patches").M(r[ee].t,t,e.u,e.s)):t=bn(e,r,[]),yn(e),e.u&&e.v(e.u,e.s),t!==Nl?t:void 0}function bn(t,e,r){if(Uo(e))return e;var i=e[ee];if(!i)return Sr(e,(function(a,l){return Tl(t,i,e,a,l,r)}),!0),e;if(i.A!==t)return e;if(!i.P)return xn(t,i.t,!0),i.t;if(!i.I){i.I=!0,i.A._--;var n=i.i===4||i.i===5?i.o=Bo(i.k):i.o,o=n,s=!1;i.i===3&&(o=new Set(n),n.clear(),s=!0),Sr(o,(function(a,l){return Tl(t,i,n,a,l,r,s)})),xn(t,n,!1),r&&t.u&&Lt("Patches").N(i,r,t.u,t.s)}return i.o}function Tl(t,e,r,i,n,o,s){if(Ut(n)){var a=bn(t,n,o&&e&&e.i!==3&&!Zr(e.R,i)?o.concat(i):void 0);if(Dl(r,i,a),!Ut(a))return;t.m=!1}else s&&r.add(n);if(vt(n)&&!Uo(n)){if(!t.h.D&&t._<1)return;bn(t,n),e&&e.A.l||xn(t,n)}}function xn(t,e,r){r===void 0&&(r=!1),!t.l&&t.h.D&&t.m&&Fo(e,r)}function Lo(t,e){var r=t[ee];return(r?Zt(r):t)[e]}function _l(t,e){if(e in t)for(var r=Object.getPrototypeOf(t);r;){var i=Object.getOwnPropertyDescriptor(r,e);if(i)return i;r=Object.getPrototypeOf(r)}}function Jt(t){t.P||(t.P=!0,t.l&&Jt(t.l))}function ko(t){t.o||(t.o=Bo(t.t))}function Do(t,e,r){var i=Mo(e)?Lt("MapSet").F(e,r):No(e)?Lt("MapSet").T(e,r):t.O?(function(n,o){var s=Array.isArray(n),a={i:s?1:0,A:o?o.A:Po(),P:!1,I:!1,R:{},l:o,t:n,k:null,o:null,j:null,C:!1},l=a,c=Di;s&&(l=[a],c=Pi);var p=Proxy.revocable(l,c),d=p.revoke,f=p.proxy;return a.k=f,a.j=d,f})(e,r):Lt("ES5").J(e,r);return(r?r.A:Po()).p.push(i),i}function zd(t){return Ut(t)||st(22,t),(function e(r){if(!vt(r))return r;var i,n=r[ee],o=Qr(r);if(n){if(!n.P&&(n.i<4||!Lt("ES5").K(n)))return n.t;n.I=!0,i=Ll(r,o),n.I=!1}else i=Ll(r,o);return Sr(i,(function(s,a){n&&Bd(n.t,s)===a||Dl(i,s,e(a))})),o===3?new Set(i):i})(t)}function Ll(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return Bo(t)}function Ml(){function t(s,a){var l=o[s];return l?l.enumerable=a:o[s]=l={configurable:!0,enumerable:a,get:function(){var c=this[ee];return Di.get(c,s)},set:function(c){var p=this[ee];Di.set(p,s,c)}},l}function e(s){for(var a=s.length-1;a>=0;a--){var l=s[a][ee];if(!l.P)switch(l.i){case 5:i(l)&&Jt(l);break;case 4:r(l)&&Jt(l)}}}function r(s){for(var a=s.t,l=s.k,c=Jr(l),p=c.length-1;p>=0;p--){var d=c[p];if(d!==ee){var f=a[d];if(f===void 0&&!Zr(a,d))return!0;var h=l[d],m=h&&h[ee];if(m?m.t!==f:!Il(h,f))return!0}}var g=!!a[ee];return c.length!==Jr(a).length+(g?0:1)}function i(s){var a=s.k;if(a.length!==s.t.length)return!0;var l=Object.getOwnPropertyDescriptor(a,a.length-1);if(l&&!l.get)return!0;for(var c=0;c<a.length;c++)if(!a.hasOwnProperty(c))return!0;return!1}function n(s){s.g&&st(3,JSON.stringify(Zt(s)))}var o={};Ud("ES5",{J:function(s,a){var l=Array.isArray(s),c=(function(d,f){if(d){for(var h=Array(f.length),m=0;m<f.length;m++)Object.defineProperty(h,""+m,t(m,!0));return h}var g=Bl(f);delete g[ee];for(var S=Jr(g),E=0;E<S.length;E++){var A=S[E];g[A]=t(A,d||!!g[A].enumerable)}return Object.create(Object.getPrototypeOf(f),g)})(l,s),p={i:l?5:4,A:a?a.A:Po(),P:!1,I:!1,R:{},l:a,t:s,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,ee,{value:p,writable:!0}),c},S:function(s,a,l){l?Ut(a)&&a[ee].A===s&&e(s.p):(s.u&&(function c(p){if(p&&typeof p=="object"){var d=p[ee];if(d){var f=d.t,h=d.k,m=d.R,g=d.i;if(g===4)Sr(h,(function(L){L!==ee&&(f[L]!==void 0||Zr(f,L)?m[L]||c(h[L]):(m[L]=!0,Jt(d)))})),Sr(f,(function(L){h[L]!==void 0||Zr(h,L)||(m[L]=!1,Jt(d))}));else if(g===5){if(i(d)&&(Jt(d),m.length=!0),h.length<f.length)for(var S=h.length;S<f.length;S++)m[S]=!1;else for(var E=f.length;E<h.length;E++)m[E]=!0;for(var A=Math.min(h.length,f.length),_=0;_<A;_++)h.hasOwnProperty(_)||(m[_]=!0),m[_]===void 0&&c(h[_])}}}})(s.p[0]),e(s.p))},K:function(s){return s.i===4?r(s):i(s)}})}var kl,$i,Ho=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",jd=typeof Map<"u",Vd=typeof Set<"u",Pl=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Nl=Ho?Symbol.for("immer-nothing"):((kl={})["immer-nothing"]=!0,kl),$l=Ho?Symbol.for("immer-draftable"):"__$immer_draftable",ee=Ho?Symbol.for("immer-state"):"__$immer_state";var Wd=""+Object.prototype.constructor,Jr=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Bl=Object.getOwnPropertyDescriptors||function(t){var e={};return Jr(t).forEach((function(r){e[r]=Object.getOwnPropertyDescriptor(t,r)})),e},Io={},Di={get:function(t,e){if(e===ee)return t;var r=Zt(t);if(!Zr(r,e))return(function(n,o,s){var a,l=_l(o,s);return l?"value"in l?l.value:(a=l.get)===null||a===void 0?void 0:a.call(n.k):void 0})(t,r,e);var i=r[e];return t.I||!vt(i)?i:i===Lo(t.t,e)?(ko(t),t.o[e]=Do(t.A.h,i,t)):i},has:function(t,e){return e in Zt(t)},ownKeys:function(t){return Reflect.ownKeys(Zt(t))},set:function(t,e,r){var i=_l(Zt(t),e);if(i?.set)return i.set.call(t.k,r),!0;if(!t.P){var n=Lo(Zt(t),e),o=n?.[ee];if(o&&o.t===r)return t.o[e]=r,t.R[e]=!1,!0;if(Il(r,n)&&(r!==void 0||Zr(t.t,e)))return!0;ko(t),Jt(t)}return t.o[e]===r&&(r!==void 0||e in t.o)||Number.isNaN(r)&&Number.isNaN(t.o[e])||(t.o[e]=r,t.R[e]=!0),!0},deleteProperty:function(t,e){return Lo(t.t,e)!==void 0||e in t.t?(t.R[e]=!1,ko(t),Jt(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var r=Zt(t),i=Reflect.getOwnPropertyDescriptor(r,e);return i&&{writable:!0,configurable:t.i!==1||e!=="length",enumerable:i.enumerable,value:r[e]}},defineProperty:function(){st(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){st(12)}},Pi={};Sr(Di,(function(t,e){Pi[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),Pi.deleteProperty=function(t,e){return Pi.set.call(this,t,e,void 0)},Pi.set=function(t,e,r){return Di.set.call(this,t[0],e,r,t[0])};var qd=(function(){function t(r){var i=this;this.O=Pl,this.D=!0,this.produce=function(n,o,s){if(typeof n=="function"&&typeof o!="function"){var a=o;o=n;var l=i;return function(g){var S=this;g===void 0&&(g=a);for(var E=arguments.length,A=Array(E>1?E-1:0),_=1;_<E;_++)A[_-1]=arguments[_];return l.produce(g,(function(L){var me;return(me=o).call.apply(me,[S,L].concat(A))}))}}var c;if(typeof o!="function"&&st(6),s!==void 0&&typeof s!="function"&&st(7),vt(n)){var p=Rl(i),d=Do(i,n,void 0),f=!0;try{c=o(d),f=!1}finally{f?yn(p):$o(p)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(g){return To(p,s),_o(g,p)}),(function(g){throw yn(p),g})):(To(p,s),_o(c,p))}if(!n||typeof n!="object"){if((c=o(n))===void 0&&(c=n),c===Nl&&(c=void 0),i.D&&Fo(c,!0),s){var h=[],m=[];Lt("Patches").M(n,c,h,m),s(h,m)}return c}st(21,n)},this.produceWithPatches=function(n,o){if(typeof n=="function")return function(c){for(var p=arguments.length,d=Array(p>1?p-1:0),f=1;f<p;f++)d[f-1]=arguments[f];return i.produceWithPatches(c,(function(h){return n.apply(void 0,[h].concat(d))}))};var s,a,l=i.produce(n,o,(function(c,p){s=c,a=p}));return typeof Promise<"u"&&l instanceof Promise?l.then((function(c){return[c,s,a]})):[l,s,a]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var e=t.prototype;return e.createDraft=function(r){vt(r)||st(8),Ut(r)&&(r=zd(r));var i=Rl(this),n=Do(this,r,void 0);return n[ee].C=!0,$o(i),n},e.finishDraft=function(r,i){var n=r&&r[ee],o=n.A;return To(o,i),_o(void 0,o)},e.setAutoFreeze=function(r){this.D=r},e.setUseProxies=function(r){r&&!Pl&&st(20),this.O=r},e.applyPatches=function(r,i){var n;for(n=i.length-1;n>=0;n--){var o=i[n];if(o.path.length===0&&o.op==="replace"){r=o.value;break}}n>-1&&(i=i.slice(n+1));var s=Lt("Patches").$;return Ut(r)?s(r,i):this.produce(r,(function(a){return s(a,i)}))},t})(),We=new qd,Kd=We.produce,zm=We.produceWithPatches.bind(We),jm=We.setAutoFreeze.bind(We),Vm=We.setUseProxies.bind(We),Wm=We.applyPatches.bind(We),qm=We.createDraft.bind(We),Km=We.finishDraft.bind(We),Sn=Kd;function Er(t){"@babel/helpers - typeof";return Er=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Er(t)}function Fl(t,e){if(Er(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var i=r.call(t,e||"default");if(Er(i)!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Ul(t){var e=Fl(t,"string");return Er(e)=="symbol"?e:e+""}function Hl(t,e,r){return(e=Ul(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function zl(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable})),r.push.apply(r,i)}return r}function zo(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?zl(Object(r),!0).forEach(function(i){Hl(t,i,r[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):zl(Object(r)).forEach(function(i){Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(r,i))})}return t}function Re(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var jl=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),jo=function(){return Math.random().toString(36).substring(7).split("").join(".")},En={INIT:"@@redux/INIT"+jo(),REPLACE:"@@redux/REPLACE"+jo(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+jo()}};function Gd(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function Vo(t,e,r){var i;if(typeof e=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Re(0));if(typeof e=="function"&&typeof r>"u"&&(r=e,e=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Re(1));return r(Vo)(t,e)}if(typeof t!="function")throw new Error(Re(2));var n=t,o=e,s=[],a=s,l=!1;function c(){a===s&&(a=s.slice())}function p(){if(l)throw new Error(Re(3));return o}function d(g){if(typeof g!="function")throw new Error(Re(4));if(l)throw new Error(Re(5));var S=!0;return c(),a.push(g),function(){if(S){if(l)throw new Error(Re(6));S=!1,c();var A=a.indexOf(g);a.splice(A,1),s=null}}}function f(g){if(!Gd(g))throw new Error(Re(7));if(typeof g.type>"u")throw new Error(Re(8));if(l)throw new Error(Re(9));try{l=!0,o=n(o,g)}finally{l=!1}for(var S=s=a,E=0;E<S.length;E++){var A=S[E];A()}return g}function h(g){if(typeof g!="function")throw new Error(Re(10));n=g,f({type:En.REPLACE})}function m(){var g,S=d;return g={subscribe:function(A){if(typeof A!="object"||A===null)throw new Error(Re(11));function _(){A.next&&A.next(p())}_();var L=S(_);return{unsubscribe:L}}},g[jl]=function(){return this},g}return f({type:En.INIT}),i={dispatch:f,subscribe:d,getState:p,replaceReducer:h},i[jl]=m,i}function Yd(t){Object.keys(t).forEach(function(e){var r=t[e],i=r(void 0,{type:En.INIT});if(typeof i>"u")throw new Error(Re(12));if(typeof r(void 0,{type:En.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Re(13))})}function Vl(t){for(var e=Object.keys(t),r={},i=0;i<e.length;i++){var n=e[i];typeof t[n]=="function"&&(r[n]=t[n])}var o=Object.keys(r),s,a;try{Yd(r)}catch(l){a=l}return function(c,p){if(c===void 0&&(c={}),a)throw a;if(0)var d;for(var f=!1,h={},m=0;m<o.length;m++){var g=o[m],S=r[g],E=c[g],A=S(E,p);if(typeof A>"u"){var _=p&&p.type;throw new Error(Re(14))}h[g]=A,f=f||A!==E}return f=f||o.length!==Object.keys(c).length,f?h:c}}function ei(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return e.length===0?function(i){return i}:e.length===1?e[0]:e.reduce(function(i,n){return function(){return i(n.apply(void 0,arguments))}})}function Wl(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return function(i){return function(){var n=i.apply(void 0,arguments),o=function(){throw new Error(Re(15))},s={getState:n.getState,dispatch:function(){return o.apply(void 0,arguments)}},a=e.map(function(l){return l(s)});return o=ei.apply(void 0,a)(n.dispatch),zo(zo({},n),{},{dispatch:o})}}}function ql(t){var e=function(i){var n=i.dispatch,o=i.getState;return function(s){return function(a){return typeof a=="function"?a(n,o,t):s(a)}}};return e}var Kl=ql();Kl.withExtraArgument=ql;var Wo=Kl;var Jl=(function(){var t=function(e,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,n){i.__proto__=n}||function(i,n){for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(i[o]=n[o])},t(e,r)};return function(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");t(e,r);function i(){this.constructor=e}e.prototype=r===null?Object.create(r):(i.prototype=r.prototype,new i)}})(),Xd=function(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},i,n,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(c){return function(p){return l([c,p])}}function l(c){if(i)throw new TypeError("Generator is already executing.");for(;r;)try{if(i=1,n&&(o=c[0]&2?n.return:c[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,c[1])).done)return o;switch(n=0,o&&(c=[c[0]&2,o.value]),c[0]){case 0:case 1:o=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,n=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!o||c[1]>o[0]&&c[1]<o[3])){r.label=c[1];break}if(c[0]===6&&r.label<o[1]){r.label=o[1],o=c;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(c);break}o[2]&&r.ops.pop(),r.trys.pop();continue}c=e.call(t,r)}catch(p){c=[6,p],n=0}finally{i=o=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},ti=function(t,e){for(var r=0,i=e.length,n=t.length;r<i;r++,n++)t[n]=e[r];return t},Zd=Object.defineProperty,Jd=Object.defineProperties,Qd=Object.getOwnPropertyDescriptors,Gl=Object.getOwnPropertySymbols,ef=Object.prototype.hasOwnProperty,tf=Object.prototype.propertyIsEnumerable,Yl=function(t,e,r){return e in t?Zd(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r},Qt=function(t,e){for(var r in e||(e={}))ef.call(e,r)&&Yl(t,r,e[r]);if(Gl)for(var i=0,n=Gl(e);i<n.length;i++){var r=n[i];tf.call(e,r)&&Yl(t,r,e[r])}return t},qo=function(t,e){return Jd(t,Qd(e))},rf=function(t,e,r){return new Promise(function(i,n){var o=function(l){try{a(r.next(l))}catch(c){n(c)}},s=function(l){try{a(r.throw(l))}catch(c){n(c)}},a=function(l){return l.done?i(l.value):Promise.resolve(l.value).then(o,s)};a((r=r.apply(t,e)).next())})};var nf=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?ei:ei.apply(null,arguments)},pg=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}};function of(t){if(typeof t!="object"||t===null)return!1;var e=Object.getPrototypeOf(t);if(e===null)return!0;for(var r=e;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return e===r}function er(t,e){function r(){for(var i=[],n=0;n<arguments.length;n++)i[n]=arguments[n];if(e){var o=e.apply(void 0,i);if(!o)throw new Error("prepareAction did not return an object");return Qt(Qt({type:t,payload:o.payload},"meta"in o&&{meta:o.meta}),"error"in o&&{error:o.error})}return{type:t,payload:i[0]}}return r.toString=function(){return""+t},r.type=t,r.match=function(i){return i.type===t},r}var sf=(function(t){Jl(e,t);function e(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];var n=t.apply(this,r)||this;return Object.setPrototypeOf(n,e.prototype),n}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return t.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,ti([void 0],r[0].concat(this)))):new(e.bind.apply(e,ti([void 0],r.concat(this))))},e})(Array),af=(function(t){Jl(e,t);function e(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];var n=t.apply(this,r)||this;return Object.setPrototypeOf(n,e.prototype),n}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return t.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,ti([void 0],r[0].concat(this)))):new(e.bind.apply(e,ti([void 0],r.concat(this))))},e})(Array);function Yo(t){return vt(t)?Sn(t,function(){}):t}function lf(t){return typeof t=="boolean"}function cf(){return function(e){return uf(e)}}function uf(t){t===void 0&&(t={});var e=t.thunk,r=e===void 0?!0:e,i=t.immutableCheck,n=i===void 0?!0:i,o=t.serializableCheck,s=o===void 0?!0:o,a=t.actionCreatorCheck,l=a===void 0?!0:a,c=new sf;if(r&&(lf(r)?c.push(Wo):c.push(Wo.withExtraArgument(r.extraArgument))),0){if(n)var p;if(s)var d;if(l)var f}return c}var Ko=!0;function Ql(t){var e=cf(),r=t||{},i=r.reducer,n=i===void 0?void 0:i,o=r.middleware,s=o===void 0?e():o,a=r.devTools,l=a===void 0?!0:a,c=r.preloadedState,p=c===void 0?void 0:c,d=r.enhancers,f=d===void 0?void 0:d,h;if(typeof n=="function")h=n;else if(of(n))h=Vl(n);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 m=s;if(typeof m=="function"&&(m=m(e),!Ko&&!Array.isArray(m)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Ko&&m.some(function(L){return typeof L!="function"}))throw new Error("each middleware provided to configureStore must be a function");var g=Wl.apply(void 0,m),S=ei;l&&(S=nf(Qt({trace:!Ko},typeof l=="object"&&l)));var E=new af(g),A=E;Array.isArray(f)?A=ti([g],f):typeof f=="function"&&(A=f(E));var _=S.apply(void 0,A);return Vo(h,p,_)}function ec(t){var e={},r=[],i,n={addCase:function(o,s){var a=typeof o=="string"?o:o.type;if(!a)throw new Error("`builder.addCase` cannot be called with an empty action type");if(a in e)throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");return e[a]=s,n},addMatcher:function(o,s){return r.push({matcher:o,reducer:s}),n},addDefaultCase:function(o){return i=o,n}};return t(n),[e,r,i]}function pf(t){return typeof t=="function"}function df(t,e,r,i){r===void 0&&(r=[]);var n=typeof e=="function"?ec(e):[e,r,i],o=n[0],s=n[1],a=n[2],l;if(pf(t))l=function(){return Yo(t())};else{var c=Yo(t);l=function(){return c}}function p(d,f){d===void 0&&(d=l());var h=ti([o[f.type]],s.filter(function(m){var g=m.matcher;return g(f)}).map(function(m){var g=m.reducer;return g}));return h.filter(function(m){return!!m}).length===0&&(h=[a]),h.reduce(function(m,g){if(g)if(Ut(m)){var S=m,E=g(S,f);return E===void 0?m:E}else{if(vt(m))return Sn(m,function(A){return g(A,f)});var E=g(m,f);if(E===void 0){if(m===null)return m;throw Error("A case reducer on a non-draftable value must not return undefined")}return E}return m},d)}return p.getInitialState=l,p}function ff(t,e){return t+"/"+e}function tc(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof t.initialState=="function"?t.initialState:Yo(t.initialState),i=t.reducers||{},n=Object.keys(i),o={},s={},a={};n.forEach(function(p){var d=i[p],f=ff(e,p),h,m;"reducer"in d?(h=d.reducer,m=d.prepare):h=d,o[p]=h,s[f]=h,a[p]=m?er(f,m):er(f)});function l(){var p=typeof t.extraReducers=="function"?ec(t.extraReducers):[t.extraReducers],d=p[0],f=d===void 0?{}:d,h=p[1],m=h===void 0?[]:h,g=p[2],S=g===void 0?void 0:g,E=Qt(Qt({},f),s);return df(r,function(A){for(var _ in E)A.addCase(_,E[_]);for(var L=0,me=m;L<me.length;L++){var le=me[L];A.addMatcher(le.matcher,le.reducer)}S&&A.addDefaultCase(S)})}var c;return{name:e,reducer:function(p,d){return c||(c=l()),c(p,d)},actions:a,caseReducers:o,getInitialState:function(){return c||(c=l()),c.getInitialState()}}}var hf="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",mf=function(t){t===void 0&&(t=21);for(var e="",r=t;r--;)e+=hf[Math.random()*64|0];return e},gf=["name","message","stack","code"],Go=(function(){function t(e,r){this.payload=e,this.meta=r}return t})(),Xl=(function(){function t(e,r){this.payload=e,this.meta=r}return t})(),vf=function(t){if(typeof t=="object"&&t!==null){for(var e={},r=0,i=gf;r<i.length;r++){var n=i[r];typeof t[n]=="string"&&(e[n]=t[n])}return e}return{message:String(t)}},mg=(function(){function t(e,r,i){var n=er(e+"/fulfilled",function(p,d,f,h){return{payload:p,meta:qo(Qt({},h||{}),{arg:f,requestId:d,requestStatus:"fulfilled"})}}),o=er(e+"/pending",function(p,d,f){return{payload:void 0,meta:qo(Qt({},f||{}),{arg:d,requestId:p,requestStatus:"pending"})}}),s=er(e+"/rejected",function(p,d,f,h,m){return{payload:h,error:(i&&i.serializeError||vf)(p||"Rejected"),meta:qo(Qt({},m||{}),{arg:f,requestId:d,rejectedWithValue:!!h,requestStatus:"rejected",aborted:p?.name==="AbortError",condition:p?.name==="ConditionError"})}}),a=!1,l=typeof AbortController<"u"?AbortController:(function(){function p(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return p.prototype.abort=function(){},p})();function c(p){return function(d,f,h){var m=i?.idGenerator?i.idGenerator(p):mf(),g=new l,S,E=!1;function A(L){S=L,g.abort()}var _=(function(){return rf(this,null,function(){var L,me,le,jt,Jn,Vt,He;return Xd(this,function(et){switch(et.label){case 0:return et.trys.push([0,4,,5]),jt=(L=i?.condition)==null?void 0:L.call(i,p,{getState:f,extra:h}),bf(jt)?[4,jt]:[3,2];case 1:jt=et.sent(),et.label=2;case 2:if(jt===!1||g.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return E=!0,Jn=new Promise(function(ze,lr){return g.signal.addEventListener("abort",function(){return lr({name:"AbortError",message:S||"Aborted"})})}),d(o(m,p,(me=i?.getPendingMeta)==null?void 0:me.call(i,{requestId:m,arg:p},{getState:f,extra:h}))),[4,Promise.race([Jn,Promise.resolve(r(p,{dispatch:d,getState:f,extra:h,requestId:m,signal:g.signal,abort:A,rejectWithValue:function(ze,lr){return new Go(ze,lr)},fulfillWithValue:function(ze,lr){return new Xl(ze,lr)}})).then(function(ze){if(ze instanceof Go)throw ze;return ze instanceof Xl?n(ze.payload,m,p,ze.meta):n(ze,m,p)})])];case 3:return le=et.sent(),[3,5];case 4:return Vt=et.sent(),le=Vt instanceof Go?s(null,m,p,Vt.payload,Vt.meta):s(Vt,m,p),[3,5];case 5:return He=i&&!i.dispatchConditionRejection&&s.match(le)&&le.meta.condition,He||d(le),[2,le]}})})})();return Object.assign(_,{abort:A,requestId:m,arg:p,unwrap:function(){return _.then(yf)}})}}return Object.assign(c,{pending:o,rejected:s,fulfilled:n,typePrefix:e})}return t.withTypes=function(){return t},t})();function yf(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function bf(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var rc="listener",ic="completed",nc="cancelled",gg="task-"+nc,vg="task-"+ic,yg=rc+"-"+nc,bg=rc+"-"+ic;var Xo="listenerMiddleware";var xg=er(Xo+"/add"),Sg=er(Xo+"/removeAll"),Eg=er(Xo+"/remove");var Zl,Ag=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(t){return(Zl||(Zl=Promise.resolve())).then(t).catch(function(e){return setTimeout(function(){throw e},0)})},xf=function(t){return function(e){setTimeout(e,t)}},Og=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:xf(10);Ml();var Sf=dn(Symbol("withEventBus"),function(t,e){return class extends t{constructor(){super(...arguments),this.eventBus=e??document.createElement("span")}addEventListener(r,i,n){this.eventBus.addEventListener(r,i,n)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,i,n){this.eventBus.removeEventListener(r,i,n)}}}),An=class extends Sf(Object){};window.ftReduxStores||(window.ftReduxStores={});var oc=class t extends An{static get(e){var r;let i=typeof e=="string"?e:e.name,n=typeof e=="string"?void 0:e,o=window.ftReduxStores[i];if(vn(o))return o;if(n==null)return;let s=tc({...n,reducers:(r=n.reducers)!==null&&r!==void 0?r:{}}),a=Ql({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let p=_i(s.getInitialState());for(let d of c.keeping)p[d]=(l??p)[d];return p}else if(typeof c.type=="string"&&c.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...l,...c.overwrites};return s.reducer(l,c)}});return window.ftReduxStores[n.name]=new t(s,a,n.eventBus)}constructor(e,r,i){super(),this.reduxSlice=e,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new fn;let n=o=>o!=null?JSON.parse(JSON.stringify(o)):o;this.actions=new Proxy(this.reduxSlice.actions,{get:(o,s,a)=>{let l=s,c=o[l];return c?(...p)=>{let d=c(...p.map(n));return this.reduxStore.dispatch(d),d}:p=>{this.setState({[l]:n(p)})}}}),this.eventBus=i??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...e){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:e})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}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(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var On=class{static format(e,r,i,n,o){return window.moment?window.moment(e).locale(r).format(this.getMomentDateFormat(i,n,!!o)):this.getIntlDateTime(e,r,i,n,!!o)}static getMomentDateFormat(e,r,i){return i?"LT":e?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(e,r,i,n,o){let s=typeof e=="string"?new Date(e):e,a=new Intl.DateTimeFormat(r,{dateStyle:i?"medium":"short"}).format(s),l=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(s);return o?l:n?`${a} ${l}`:a}static getTimezoneAsString(){let e=i=>String(Math.floor(i)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${e(Math.abs(r)/60)}:${e(Math.abs(r)%60)}`}};var Cn=u(v()),Ef="ft-app-info",ri=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};ri.eventName="authentication-change";var Ii=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};Ii.eventName="ui-locale-changed";var Af={session:(t,e)=>{(0,Cn.deepEqual)(t.session,e.payload)||(t.session=e.payload,setTimeout(()=>R.dispatchEvent(new ri(e.payload)),0))}},R=Cn.FtReduxStore.get({name:Ef,reducers:Af,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,searchLanguageSetsUiLanguage:!1,uiLanguageSetsSearchLanguage:!1,uiLanguageSetsReaderLanguage:!1,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var sc=u(v()),wn=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},Jg=(0,sc.applyMixinOnce)(Symbol("withDateFormat"),function(t){class e extends t{constructor(...i){super(i),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(R)}dateFormatOptionsChanged(i){return i.has("metadataDescriptors")||i.has("useLongDateFormat")||i.has("useDateTimeFormat")||i.has("uiLocale")}getDateFormatter(i){var n,o;return((o=(n=this.metadataDescriptors.find(a=>a.key===i))===null||n===void 0?void 0:n.date)!==null&&o!==void 0?o:!1)?a=>On.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return wn([(0,Zo.property)({type:Boolean})],e.prototype,"useLongDateFormat",void 0),wn([(0,Zo.property)({type:Boolean})],e.prototype,"useDateTimeFormat",void 0),wn([Ro({store:R.name,selector:r=>{var i,n;return(n=(i=r.metadataConfiguration)===null||i===void 0?void 0:i.descriptors)!==null&&n!==void 0?n:[]}})],e.prototype,"metadataDescriptors",void 0),wn([Ro({store:R.name})],e.prototype,"uiLocale",void 0),e});var ac;(function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"})(ac||(ac={}));var lc;(function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"})(lc||(lc={}));var cc;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(cc||(cc={}));var uc;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(uc||(uc={}));var pc;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(pc||(pc={}));var dc;(function(t){t.VALUE="VALUE",t.DATE="DATE",t.RANGE="RANGE"})(dc||(dc={}));var fc;(function(t){t.OFFICIAL="OFFICIAL",t.AI="AI"})(fc||(fc={}));var hc;(function(t){t.BOOKMARK__CREATE="BOOKMARK__CREATE",t.BOOKMARK__DELETE="BOOKMARK__DELETE",t.CASE_DEFLECTION__START="CASE_DEFLECTION__START",t.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",t.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",t.CHATBOT__RATE="CHATBOT__RATE",t.COLLECTION__CREATE="COLLECTION__CREATE",t.COLLECTION__UPDATE="COLLECTION__UPDATE",t.COLLECTION__DELETE="COLLECTION__DELETE",t.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",t.DOCUMENT__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",t.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",t.DOCUMENT__PRINT="DOCUMENT__PRINT",t.DOCUMENT__PROCESS="DOCUMENT__PROCESS",t.DOCUMENT__RATE="DOCUMENT__RATE",t.DOCUMENT__SEARCH="DOCUMENT__SEARCH",t.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",t.DOCUMENT__UNRATE="DOCUMENT__UNRATE",t.FEEDBACK__SEND="FEEDBACK__SEND",t.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",t.AI__RATE="AI__RATE",t.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",t.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",t.KHUB__PROCESS="KHUB__PROCESS",t.KHUB__SEARCH="KHUB__SEARCH",t.LABELS__DOWNLOAD="LABELS__DOWNLOAD",t.LINK__SHARE="LINK__SHARE",t.PAGE__DISPLAY="PAGE__DISPLAY",t.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",t.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",t.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",t.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",t.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",t.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",t.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",t.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",t.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",t.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",t.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",t.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",t.TOPIC__RATE="TOPIC__RATE",t.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",t.TOPIC__UNRATE="TOPIC__UNRATE",t.USER__LOGIN="USER__LOGIN",t.USER__LOGOUT="USER__LOGOUT",t.HEARTBEAT="HEARTBEAT"})(hc||(hc={}));var mc;(function(t){t.STANDARD="STANDARD",t.STRUCTURAL="STRUCTURAL"})(mc||(mc={}));var gc;(function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"})(gc||(gc={}));var vc;(function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.HEADER="HEADER",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT",t.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",t.LINK_PREVIEW="LINK_PREVIEW",t.UD_VIEWER="UD_VIEWER",t.ASSET_VIEWER="ASSET_VIEWER"})(vc||(vc={}));var yc;(function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"})(yc||(yc={}));var bc;(function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"})(bc||(bc={}));var xc;(function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"})(xc||(xc={}));var Sc;(function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"})(Sc||(Sc={}));var Ec;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"})(Ec||(Ec={}));var Ac;(function(t){t.OPTIONAL="OPTIONAL",t.MANDATORY="MANDATORY"})(Ac||(Ac={}));var Oc;(function(t){t.ASC="ASC",t.DESC="DESC"})(Oc||(Oc={}));var Cc;(function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"})(Cc||(Cc={}));var wc;(function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"})(wc||(wc={}));var Rc;(function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(Rc||(Rc={}));var Tc;(function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"})(Tc||(Tc={}));var _c;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(_c||(_c={}));var Lc;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(Lc||(Lc={}));var kc;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.HTML_PACKAGE="HTML_PACKAGE",t.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(kc||(kc={}));var Pc;(function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS",t.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Pc||(Pc={}));var $c;(function(t){t.PLAIN_TEXT="PLAIN_TEXT",t.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",t.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})($c||($c={}));var de;(function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",t.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN"})(de||(de={}));var at;(function(t){t.SEARCHES="SEARCHES",t.BOOKMARKS="BOOKMARKS",t.BOOKS="BOOKS",t.COLLECTIONS="COLLECTIONS"})(at||(at={}));var Dc;(function(t){t.UNAUTHENTICATED="UNAUTHENTICATED",t.USER_INCOMPLETE="USER_INCOMPLETE",t.MFA_REQUIRED="MFA_REQUIRED",t.AUTHENTICATED="AUTHENTICATED"})(Dc||(Dc={}));var Ic;(function(t){t.UNREACHABLE="UNREACHABLE",t.UNAUTHORIZED="UNAUTHORIZED",t.FORBIDDEN="FORBIDDEN",t.INCOMPATIBLE="INCOMPATIBLE",t.FAILED="FAILED",t.OK="OK"})(Ic||(Ic={}));var Mc;(function(t){t.VALID="VALID",t.INVALID="INVALID"})(Mc||(Mc={}));var Nc;(function(t){t.INACCURATE="INACCURATE",t.INCOMPLETE="INCOMPLETE",t.OFF_TOPIC="OFF_TOPIC",t.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",t.SUMMARY="SUMMARY",t.SEMANTIC_SEARCH="SEMANTIC_SEARCH",t.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",t.DOCUMENTATION="DOCUMENTATION",t.OTHER="OTHER"})(Nc||(Nc={}));var Bc;(function(t){t.INACCURATE="INACCURATE",t.INCOMPLETE="INCOMPLETE",t.OFF_TOPIC="OFF_TOPIC",t.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",t.SLOW="SLOW",t.OTHER="OTHER"})(Bc||(Bc={}));var Fc;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(Fc||(Fc={}));var Uc;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(Uc||(Uc={}));var Hc;(function(t){t.TEXT="TEXT",t.HTML="HTML"})(Hc||(Hc={}));var zc;(function(t){t.IN_PROGRESS="IN_PROGRESS",t.ERROR="ERROR",t.DONE="DONE"})(zc||(zc={}));var jc;(function(t){t.HTML="HTML",t.MARKDOWN="MARKDOWN"})(jc||(jc={}));var Vc;(function(t){t.SOURCES="SOURCES",t.ENRICH_AND_CLEAN="ENRICH_AND_CLEAN",t.VOCABULARIES="VOCABULARIES",t.METADATA="METADATA",t.PRETTY_URL="PRETTY_URL",t.ACCESS_RULE="ACCESS_RULE",t.DESIGNED_PAGES="DESIGNED_PAGES",t.THEME_STUDIO="THEME_STUDIO",t.PORTAL_GENERAL="PORTAL_GENERAL",t.ASSETS="ASSETS",t.CODE_LIBRARY="CODE_LIBRARY",t.THEME="THEME",t.CONTENT_STYLES="CONTENT_STYLES",t.HOMEPAGE="HOMEPAGE",t.CLASSIC_SEARCH_PAGE="CLASSIC_SEARCH_PAGE",t.CLASSIC_READER_PAGE="CLASSIC_READER_PAGE",t.PORTAL_METADATA="PORTAL_METADATA",t.LANGUAGES="LANGUAGES",t.PRINT_TEMPLATES="PRINT_TEMPLATES",t.OFFLINE="OFFLINE",t.CUSTOM_JS="CUSTOM_JS",t.CONFIDENTIALITY="CONFIDENTIALITY",t.NOTIFICATIONS="NOTIFICATIONS"})(Vc||(Vc={}));var Wc;(function(t){t.MAP="MAP",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(Wc||(Wc={}));var Of={[de.PERSONAL_BOOK_SHARE_USER]:[de.PERSONAL_BOOK_USER],[de.HTML_EXPORT_USER]:[de.PERSONAL_BOOK_USER],[de.PDF_EXPORT_USER]:[de.PERSONAL_BOOK_USER],[de.KHUB_ADMIN]:[de.CONTENT_PUBLISHER],[de.ADMIN]:[de.KHUB_ADMIN,de.USERS_ADMIN,de.PORTAL_ADMIN,de.BEHAVIOR_DATA_USER],[de.GENERATIVE_AI_EXPORT_USER]:[de.GENERATIVE_AI_USER]};function qc(t,e){return t===e||(Of[t]??[]).some(r=>qc(r,e))}function Kc(t,e){return t==null?!1:(Array.isArray(t)?t:Array.isArray(t.roles)?t.roles:Array.isArray(t.profile?.roles)?t.profile.roles:[]).some(i=>qc(i,e))}var kn=u(v());var Jo=u(v());var Ar=class t{static get(e){let{baseUrl:r,apiIntegrationIdentifier:i}=R.getState(),n=e??i;if(r&&n&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,n,!0)}static await(e){return new Promise(r=>{let i=t.get(e);if(i)r(i);else{let n=R.subscribe(()=>{i=t.get(e),i&&(n(),r(i))})}})}};var ii=class{constructor(e){this.overrideApi=e}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:Ar.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):Ar.await()}};var qe=class extends ii{constructor(e=!0,r){var i;super(r),this.sortObjectFields=(o,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([a],[l])=>a.localeCompare(l)));let n=this.constructor;n.commonCache=(i=n.commonCache)!==null&&i!==void 0?i:new Jo.CacheRegistry,this.cache=e?n.commonCache:new Jo.CacheRegistry}clearCache(){this.cache.clearAll()}hash(e){return String(Array.from(JSON.stringify(e,this.sortObjectFields)).reduce((r,i)=>0|31*r+i.charCodeAt(0),0))}};var Rn=class extends qe{async listMySearches(){let{session:e}=R.getState();return Kc(e,de.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),300*1e3):[]}};var Tn=class extends qe{async listMyBookmarks(){let e=R.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),300*1e3):[]}};var _n=class extends qe{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(e){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${e}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(e){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${e}`),this.CACHE_DURATION)}isAuthenticated(){let e=R.getState().session;return!!e?.sessionAuthenticated}};var Ln=class extends qe{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let e=R.getState().session;return!!e?.sessionAuthenticated}};var Cf="ft-user-assets",wf={setAssetCount:(t,e)=>{let{userAssetType:r,count:i}=e.payload.assetCount;t.assetCounts.allAsset[r]=i},clearAssetCount:t=>{Object.values(at).forEach(e=>{t.assetCounts.allAsset[e]=void 0})},setBookmarkCountByMap:(t,e)=>{let r=e.payload.mapId;t.assetCounts.bookmarkByMap[r]=e.payload.count},clearBookmarkCountByMap:t=>{t.assetCounts.bookmarkByMap={}},addAsset:(t,e)=>{let{assetType:r,mapId:i,asset:n}=e.payload;es(t,r,[...Qo(t,r),n]),Gc(t,r,1,i),Yc(t,n)},editAsset:(t,e)=>{let{assetType:r,asset:i}=e.payload;es(t,r,Qo(t,r).map(n=>n.id===i.id?i:n)),Yc(t,i)},removeAsset:(t,e)=>{let{assetType:r,mapId:i,assetId:n}=e.payload;es(t,r,Qo(t,r).filter(o=>o.id!==n)),Gc(t,r,-1,i)}},Xc={[at.SEARCHES]:"savedSearches",[at.BOOKMARKS]:"bookmarks",[at.BOOKS]:void 0,[at.COLLECTIONS]:void 0},Qo=(t,e)=>{var r;let i=Xc[e];return i?(r=t[i])!==null&&r!==void 0?r:[]:[]},es=(t,e,r)=>{let i=Xc[e];i&&(t[i]=r)},Gc=(t,e,r,i)=>{let n=t.assetCounts.allAsset[e];if(n!==void 0&&(t.assetCounts.allAsset[e]=Math.max(0,n+r),e===at.BOOKMARKS&&i)){let o=t.assetCounts.bookmarkByMap[i];t.assetCounts.bookmarkByMap[i]=Math.max(0,o+r)}},Yc=(t,e)=>{let r=t.assetLabels.map(n=>n.title),i=e.labels.filter(n=>!r.includes(n)).map(n=>({title:n}));t.assetLabels.push(...i)},ke=kn.FtReduxStore.get({name:Cf,reducers:wf,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(at).map(t=>[t,void 0])),bookmarkByMap:{}},assetLabels:[]}}),ts=class{constructor(e=new _n,r=new Ln){this.assetCountsService=e,this.assetLabelsService=r,this.currentSession=R.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Tn,this.savedSearchesService=new Rn,R.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:r}=R.getState();(0,kn.deepEqual)((e=this.currentSession)===null||e===void 0?void 0:e.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),ke.actions.clearAssetCount(),ke.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),ke.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),ke.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();ke.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let e=await this.assetLabelsService.getUserAssetLabels();ke.actions.assetLabels(e)}async loadAssetCount(e){let r=await this.assetCountsService.getUserAssetCount(e);r&&ke.getState().assetCounts.allAsset[e]!==r.count&&ke.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(e){let r=await this.assetCountsService.getUserBookmarkCountByMap(e);r&&ke.getState().assetCounts.bookmarkByMap[e]!==r.count&&ke.actions.setBookmarkCountByMap({count:r.count,mapId:e})}async reloadAssetCount(e){this.assetCountsService.clearCache();let r=Object.keys(ke.getState().assetCounts.bookmarkByMap).length!==0;e===at.BOOKMARKS&&r&&ke.actions.clearBookmarkCountByMap(),ke.getState().assetCounts.allAsset[e]!==void 0&&await this.loadAssetCount(e)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let r=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;ke.actions.bookmarks(r)}}},Rf=new ts;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=Rf);var rs=class{addCommand(e,r=!1){R.commands.add(e,r)}consumeCommand(e){return R.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new rs;var lt=u(v());var Zc,ni=class extends CustomEvent{constructor(e){super("ft-i18n-context-loaded",{detail:e})}},Tf=Symbol("clearAfterUnitTest"),Pn=class extends(0,lt.withEventBus)(qe){constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Zc]=()=>{this.defaultMessages={},this.cache=new lt.CacheRegistry,this.listeners={}},this.currentUiLocale=R.getState().uiLocale,R.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=R.getState();this.currentUiLocale!==e&&(this.currentUiLocale=e,this.cache.clearAll(),this.notifyAll())}addContext(e){let r=e.name.toLowerCase();this.cache.setFinal(r,e),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(e,r){var i;if(e=e.toLowerCase(),r&&Object.keys(r).length>0){let n={...(i=this.defaultMessages[e])!==null&&i!==void 0?i:{},...r};(0,lt.deepEqual)(this.defaultMessages[e],n)||(this.defaultMessages[e]=n,await this.notify(e))}return this.fetchContext(e)}resolveContext(e){var r,i;return this.fetchContext(e),(i=(r=this.cache.getNow(e))===null||r===void 0?void 0:r.messages)!==null&&i!==void 0?i:{}}resolveRawMessage(e,r){let i=e.toLowerCase();return this.resolveContext(i)[r]}resolveMessage(e,r,...i){var n;let o=e.toLowerCase(),s=this.resolveContext(o);return new lt.ParametrizedLabelResolver((n=this.defaultMessages[o])!==null&&n!==void 0?n:{},s).resolve(r,...i)}async fetchContext(e){let r=!this.cache.has(e),i;try{i=await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),r&&await this.notify(e)}catch(n){!(n instanceof lt.CanceledPromiseError)&&r&&console.error(n)}return i}subscribe(e,r){var i;return e=e.toLowerCase(),this.listeners[e]=(i=this.listeners[e])!==null&&i!==void 0?i:new Set,this.listeners[e].add(r),()=>{var n;return(n=this.listeners[e])===null||n===void 0?void 0:n.delete(r)}}async notifyAll(){let e=Object.keys(this.listeners);document.body.dispatchEvent(new ni({loadedContexts:e})),this.dispatchEvent(new ni({loadedContexts:e})),await Promise.all(e.map(r=>this.notify(r,!1)))}async notify(e,r=!0){r&&(document.body.dispatchEvent(new ni({loadedContexts:[e]})),this.dispatchEvent(new ni({loadedContexts:[e]}))),this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(i=>(0,lt.delay)(0).then(()=>i()).catch(()=>null)))}};Zc=Tf;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Pn{constructor(){super(async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Pn{constructor(){super(async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e))}});var Mi=window.FluidTopicsI18nService,is=window.FluidTopicsCustomI18nService;var Jc=u(v()),ns=class{highlightHtml(e,r,i){(0,Jc.highlightHtml)(e,r,i)}};window.FluidTopicsHighlightHtmlService=new ns;var Qc=u(v());var os=class{isDate(e){var r,i,n,o;return(o=(n=((i=(r=R.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&i!==void 0?i:[]).find(a=>a.key===e))===null||n===void 0?void 0:n.date)!==null&&o!==void 0?o:!1}format(e,r){var i,n,o,s;if(e==null)return"";try{return Qc.DateFormatter.format(e,(i=r?.locale)!==null&&i!==void 0?i:R.getState().uiLocale,(n=r?.longFormat)!==null&&n!==void 0?n:!1,(o=r?.withTime)!==null&&o!==void 0?o:!1,(s=r?.onlyTime)!==null&&s!==void 0?s:!1)}catch(a){throw console.error(`Date ${JSON.stringify(e)} is not valid`,a),a}}};window.FluidTopicsDateService=new os;var eu=u(v());var Ni=class{static get(e,r){var i,n;let o=R.getState(),{lang:s,region:a}=(n=(i=o.defaultLocales)===null||i===void 0?void 0:i.defaultContentLocale)!==null&&n!==void 0?n:{lang:"en",region:"US"};return new eu.SearchPlaceConverter(o.baseUrl,e??20,o.searchInAllLanguagesAllowed,r??`${s}-${a}`)}};var ss=class{urlToSearchRequest(e){return Ni.get().parse(e)}searchRequestToUrl(e){return Ni.get().serialize(e)}};window.FluidTopicsUrlService=new ss;var Ht=u(v());var Or=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:{currentItem:e}})}};Or.eventName="change";var as=class{itemName(e){return`fluid-topics-history-item-${e}`}get(e){let r=sessionStorage.getItem(this.itemName(e));return r?JSON.parse(r):void 0}set(e,r){sessionStorage.setItem(this.itemName(e),JSON.stringify(r))}},tu=new as;var $n=class t extends Ht.WithEventBus{static build(){return new t(window.history,tu,()=>window.location,!1)}constructor(e,r,i,n){var o,s;super(),this.history=e,this.historyStorage=r,this.windowLocation=i,this.states=[],this.realPushState=e.pushState,this.realReplaceState=e.replaceState,this.initialIndex=(s=(o=e.state)===null||o===void 0?void 0:o.index)!==null&&s!==void 0?s:e.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(n)}setCurrentState(e,r=!1){let i=r&&this.currentIndex===e.index-1;this.currentState={...this.buildCurrentState(),...e},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,i&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,Ht.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new Or(this.currentItem())),0)}installProxies(){let e=r=>(i,n,[o,s,a])=>{let l=r(),c={...l===this.currentIndex?this.currentState:void 0,...o,index:l,href:typeof a=="string"?a:(a??this.windowLocation()).href};i.apply(n,[c,s,a]),this.setCurrentState(c,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:e(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:e(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",e=>this.setCurrentState(e.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(e){for(let r=this.history.length-1;r>=0;r--)e?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(e){var r;let i={...this.buildCurrentState(),...e,index:this.currentIndex,title:(r=e?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(i)}addHistoryChangeListener(e){this.addEventListener(Or.eventName,e)}removeHistoryChangeListener(e){this.removeEventListener(Or.eventName,e)}currentItem(){return(0,Ht.deepCopy)(this.currentState)}back(){let e=this.previousDifferentMajorPosition();e>=0?this.history.go(e-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return(0,Ht.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(e){let r=this.states.filter(i=>!!i).filter(i=>i.index<this.currentIndex).reverse();return(0,Ht.deepCopy)(r.find(i=>e(i)))}previousDifferentMajorPosition(){let e=this.currentIndex>0?this.currentIndex-1:0;for(;e>0&&!this.isDifferentMajorState(e);)e--;return e}forward(){let e=this.nextMajorPosition();e&&e<this.states.length?this.history.go(e-this.currentIndex):this.history.forward()}forwardItem(){let e=this.nextMajorPosition();if(e)return(0,Ht.deepCopy)(this.states[e])}nextMajorPosition(){let e=this.currentIndex;if(!(e>=this.states.length)){do e++;while(e<this.states.length&&!this.isDifferentMajorState(e));return this.getHigherPositionInTheSameState(e)}}getHigherPositionInTheSameState(e){var r;let i=(r=this.states[e])===null||r===void 0?void 0:r.majorStateId;if(!i)return e;let n=e,o=e+1;for(;this.states.length>o&&!this.isDifferentMajorState(o,i);)this.hasState(o)&&(n=o),o++;return n}buildCurrentState(){var e,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(e=this.history.state)===null||e===void 0?void 0:e.title)!==null&&r!==void 0?r:document.title}}hasState(e){return this.states[e]!=null}isDifferentMajorState(e,r){var i;if(!this.hasState(e))return!1;let n=r??this.currentState.majorStateId,o=(i=this.states[e])===null||i===void 0?void 0:i.majorStateId;return o==null||o!=n}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=$n.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),backwardItemMatching:t=>window.FluidTopicsInternalHistoryService.backwardItemMatching(t),addHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(t),removeHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(t)});var ru=u(O());var iu=ru.css`
|
|
610
|
+
`;var su=u(O()),Ke=u(j()),Rr=u(v());var Cr=u(v());function nu(t,e){let{authenticationRequired:r,session:i}=R.getState();return r&&!i?.sessionAuthenticated?Promise.resolve(e):t()}var Dn=class extends ii{async updateUiLocale(e){return(await this.awaitApi).updateUiLocale(e)}};var ls=class t extends Cr.FtStateManager{static build(e){return new t(R,e)}constructor(e,r){super(),this.store=e,this.cache=new Cr.CacheRegistry,this.withManualResources=!0,this.localesConfiguration=null,this.userLocaleService=new Dn,this.cleanSessionDebouncer=new Cr.Debouncer,this.reloadDebouncer=new Cr.Debouncer(500),this.apiProvider=r??(()=>Ar.get())}setWithManualResources(e){this.withManualResources=e,this.updateIfNeeded()}async initService(){this.store.addEventListener(ri.eventName,this.reloadConfiguration)}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.store.getState().session==null&&this.updateSession(),this.store.getState().metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration(),(this.store.getState().availableContentLocales==null||this.store.getState().availableContentLocales.length==0)&&this.updateAvailableContentLocales())}async updateSession(){let e=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.setSession(void 0)},r.idleTimeoutInMillis),r});this.setSession(e)}async updateMetadataConfiguration(){this.setMetadataConfiguration(await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration()))}async updateLocalesConfiguration(){this.setLocalesConfiguration(await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration()))}async updateAvailableContentLocales(){var e;let r=await this.cache.get("availableContentLocales",()=>nu(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((e=r.contentLocales)!==null&&e!==void 0?e:[])}reloadConfiguration(){var e;(e=this.cache)===null||e===void 0||e.clear("availableContentLocales"),typeof this.updateAvailableContentLocales=="function"&&this.updateAvailableContentLocales()}setBaseUrl(e){this.store.actions.baseUrl(e),window.fluidTopicsBaseUrl=e}setApiIntegrationIdentifier(e){this.store.actions.apiIntegrationIdentifier(e)}setApiIntegrationAppVersion(e){this.store.actions.apiIntegrationAppVersion(e)}setUiLocale(e){this.store.actions.uiLocale(e)}setLocalesConfiguration(e){var r,i,n,o,s;this.localesConfiguration=e,this.store.actions.defaultLocales(this.localesConfiguration.defaultLocales),this.store.actions.availableUiLocales((r=this.localesConfiguration.availableUiLocales)!==null&&r!==void 0?r:[]),this.store.actions.searchInAllLanguagesAllowed((i=this.localesConfiguration.allLanguagesAllowed)!==null&&i!==void 0?i:!1),this.store.actions.searchLanguageSetsUiLanguage((n=this.localesConfiguration.searchLanguageSetsUiLanguage)!==null&&n!==void 0?n:!1),this.store.actions.uiLanguageSetsSearchLanguage((o=this.localesConfiguration.uiLanguageSetsSearchLanguage)!==null&&o!==void 0?o:!1),this.store.actions.uiLanguageSetsReaderLanguage((s=this.localesConfiguration.uiLanguageSetsReaderLanguage)!==null&&s!==void 0?s:!1),setTimeout(()=>this.updateIfNeeded())}setAvailableContentLocales(e){this.store.actions.availableContentLocales(e),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(e){this.userLocaleService.updateUiLocale({uiLocale:e}).then(r=>{r.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new Ii(r)))}).catch(()=>{})}setMetadataConfiguration(e){this.store.actions.metadataConfiguration(e),setTimeout(()=>this.updateIfNeeded())}setNoCustom(e){this.store.actions.noCustom(e)}setEditorMode(e){this.store.actions.editorMode(e)}setNoCustomComponent(e){this.store.actions.noCustomComponent(e)}setSession(e){this.store.actions.session(e),setTimeout(()=>this.updateIfNeeded())}setOpenExternalDocumentInNewTab(e){this.store.actions.openExternalDocumentInNewTab(e)}setNavigatorOnline(e){this.store.actions.navigatorOnline(e)}setForcedOffline(e){this.store.actions.forcedOffline(e)}setAuthenticationRequired(e){this.store.actions.authenticationRequired(e)}},ou=ls.build();var wr=class extends Event{constructor(e,r,i,n){super("context-request",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=r,this.callback=i,this.subscribe=n??!1}};var Bi=class{constructor(){this.pendingContextRequests=new Map,this.onContextProvider=e=>{let r=this.pendingContextRequests.get(e.context);if(r===void 0)return;this.pendingContextRequests.delete(e.context);let{requests:i}=r;for(let{elementRef:n,callbackRef:o}of i){let s=n.deref(),a=o.deref();s===void 0||a===void 0||s.dispatchEvent(new wr(e.context,s,a,!0))}},this.onContextRequest=e=>{if(e.subscribe!==!0)return;let r=e.contextTarget??e.composedPath()[0],i=e.callback,n=this.pendingContextRequests.get(e.context);n===void 0&&this.pendingContextRequests.set(e.context,n={callbacks:new WeakMap,requests:[]});let o=n.callbacks.get(r);o===void 0&&n.callbacks.set(r,o=new WeakSet),o.has(i)||(o.add(i),n.requests.push({elementRef:new WeakRef(r),callbackRef:new WeakRef(i)}))}}attach(e){e.addEventListener("context-request",this.onContextRequest),e.addEventListener("context-provider",this.onContextProvider)}detach(e){e.removeEventListener("context-request",this.onContextRequest),e.removeEventListener("context-provider",this.onContextProvider)}};var Te=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},oe=class extends Rr.FtLitElementRedux{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.apiIntegrationAppVersion="ft-integration-app-version",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.authenticationRequired=!1,this.messageContexts=[],this.stateManager=ou,this.contextRoot=new Bi}render(){return su.html`
|
|
611
611
|
<slot></slot>
|
|
612
|
-
`}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(e){var r;super.update(e),e.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),e.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),e.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),e.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),e.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),e.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),e.has("session")&&this.stateManager.setSession(this.session),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(i=>Mi.addContext(i)),e.has("openExternalDocumentInNewTab")&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&this.stateManager.setNavigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&this.stateManager.setForcedOffline(this.forcedOffline),e.has("authenticationRequired")&&this.stateManager.setAuthenticationRequired(this.authenticationRequired),e.has("withManualResources")&&((r=this.stateManager)===null||r===void 0||r.setWithManualResources(this.withManualResources)),setTimeout(()=>this.stateManager.updateIfNeeded())}};oe.elementDefinitions={};oe.styles=iu;Te([(0,Ke.property)()],oe.prototype,"baseUrl",void 0);Te([(0,Ke.property)()],oe.prototype,"apiIntegrationIdentifier",void 0);Te([(0,Ke.property)()],oe.prototype,"apiIntegrationAppVersion",void 0);Te([(0,Ke.property)()],oe.prototype,"uiLocale",void 0);Te([(0,Rr.jsonProperty)(null)],oe.prototype,"availableUiLocales",void 0);Te([(0,Rr.jsonProperty)(null)],oe.prototype,"metadataConfiguration",void 0);Te([(0,Ke.property)({type:Boolean})],oe.prototype,"editorMode",void 0);Te([(0,Ke.property)({type:Boolean})],oe.prototype,"noCustom",void 0);Te([(0,Ke.property)({type:Boolean})],oe.prototype,"openExternalDocumentInNewTab",void 0);Te([(0,Ke.property)({converter:{fromAttribute(t){return t==="false"?!1:t==="true"||(t??!1)}}})],oe.prototype,"noCustomComponent",void 0);Te([(0,Ke.property)({type:Boolean})],oe.prototype,"withManualResources",void 0);Te([(0,Ke.property)({type:Boolean})],oe.prototype,"navigatorOnline",void 0);Te([(0,Ke.property)({type:Boolean})],oe.prototype,"forcedOffline",void 0);Te([(0,Ke.property)({type:Boolean})],oe.prototype,"authenticationRequired",void 0);Te([(0,Rr.jsonProperty)([])],oe.prototype,"messageContexts",void 0);Te([(0,Rr.jsonProperty)(void 0)],oe.prototype,"session",void 0);var lu=u(v());var au={"ft-app-context":oe};(0,lu.customElements)(au);var cu=u(j());var cs=class{fromLocalizableLabel(e){return e.type=="PLAIN_TEXT"?{message:e.text}:{key:e.key,custom:e.type=="LOCALIZED_CUSTOM",context:e.context,message:e.key}}fromAttribute(e){if(e!=null)try{return JSON.parse(e)}catch{if(this.isI18nKey(e)){let[r,i]=e.split(".");return{context:r,key:i,custom:r!=="officialContext",message:""}}return{message:e}}}toAttribute(e){if(e!=null)return JSON.stringify(e)}isI18nKey(e){return e.match(/^[\w-]+\.[\w-]+$/)}},oi=new cs;var kf=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},Ui=Symbol("i18nAttributes"),uu=Symbol("i18nListAttributes"),pu=Symbol("i18nProperties"),In=Symbol("i18nContexts"),Fi=Symbol("i18nUnsubs"),Bn=(0,si.applyMixinOnce)(Symbol("withI18n"),function(t){var e,r;class i extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map,this[r]=new Map}getI18nService(o){return o??this.useCustomMessageContexts?is:Mi}i18n(o){let{context:s,key:a,message:l}=o,{custom:c,args:p,argsProvider:d}=o;if(s&&a){this.hasI18nContext(s)||this.addI18nContext(s,void 0,c);let f=p??(d?d(this):[]);return this.getI18nService(c).resolveMessage(s,a,...f)}return l}async awaitI18n(o){let{context:s,custom:a}=o;return s&&await this.getI18nService(a).prepareContext(s),this.i18n(o)}customI18n(o,s){if(oi.isI18nKey(o)){let[a,l]=o.split(".");return this.i18n({custom:!0,context:a,key:l,...s})||o}return o}firstUpdated(o){super.firstUpdated(o),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(o){super.update(o),this.updateI18nAttributes((s,a,l)=>o.has(a)||typeof s.argsProvider=="function"),this.updateI18nProperties(s=>typeof s.argsProvider=="function")}onI18nUpdate(o){this.updateI18nAttributes((s,a,l)=>{var c;return((c=l?.context)===null||c===void 0?void 0:c.toLowerCase())===o}),this.updateI18nProperties(s=>s.context.toLowerCase()===o),this.requestUpdate()}updateI18nAttributes(o){var s,a;let l=this,c=(p,d,f)=>f?.context&&f.key&&o(p,d,f)?{...f,message:this.i18n({context:f.context,key:f.key,custom:f.custom,...p})}:f;(s=this[Ui])===null||s===void 0||s.forEach((p,d)=>l[d]=c(p,d,l[d])),(a=this[uu])===null||a===void 0||a.forEach((p,d)=>{var f;return l[d]=(f=l[d])===null||f===void 0?void 0:f.map(h=>c(p,d,h))})}updateI18nProperties(o){var s;(s=this[pu])===null||s===void 0||s.forEach((a,l)=>{o(a,l)&&(this[l]=this.i18n(a))})}addI18nMessages(o,s,a){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(o,s,a)}addI18nContext(o,s,a){let l=(typeof o=="string"?o:o.name).toLowerCase();a=typeof o=="string"?a:o.custom,this[In].set(l,{isCustomContext:a}),this[Fi].has(l)||this[Fi].set(l,this.getI18nService(a).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(a).prepareContext(l,s)}hasI18nContext(o){return this[In].has(o.toLowerCase())}connectedCallback(){super.connectedCallback(),this[In].forEach((o,s)=>this.addI18nContext(s,void 0,o.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[Fi].forEach(o=>o()),this[Fi].clear()}}return e=In,r=Fi,kf([(0,cu.property)({type:Boolean})],i.prototype,"useCustomMessageContexts",void 0),i}),Mn=class extends Bn(si.FtLitElement){},Nn=class extends Bn(si.FtLitElementRedux){};var du=u(v());var us=class{fromAttribute(e){if(!e)return[];try{let r=JSON.parse(e);return Array.isArray(r)?r.map(i=>typeof i=="string"?oi.fromAttribute(i):i):[]}catch{return[]}}toAttribute(e){if(e!=null)return JSON.stringify(e)}}
|
|
613
|
-
`;var Fn=u(
|
|
612
|
+
`}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(e){var r;super.update(e),e.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),e.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),e.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),e.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),e.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),e.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),e.has("session")&&this.stateManager.setSession(this.session),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(i=>Mi.addContext(i)),e.has("openExternalDocumentInNewTab")&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&this.stateManager.setNavigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&this.stateManager.setForcedOffline(this.forcedOffline),e.has("authenticationRequired")&&this.stateManager.setAuthenticationRequired(this.authenticationRequired),e.has("withManualResources")&&((r=this.stateManager)===null||r===void 0||r.setWithManualResources(this.withManualResources)),setTimeout(()=>this.stateManager.updateIfNeeded())}};oe.elementDefinitions={};oe.styles=iu;Te([(0,Ke.property)()],oe.prototype,"baseUrl",void 0);Te([(0,Ke.property)()],oe.prototype,"apiIntegrationIdentifier",void 0);Te([(0,Ke.property)()],oe.prototype,"apiIntegrationAppVersion",void 0);Te([(0,Ke.property)()],oe.prototype,"uiLocale",void 0);Te([(0,Rr.jsonProperty)(null)],oe.prototype,"availableUiLocales",void 0);Te([(0,Rr.jsonProperty)(null)],oe.prototype,"metadataConfiguration",void 0);Te([(0,Ke.property)({type:Boolean})],oe.prototype,"editorMode",void 0);Te([(0,Ke.property)({type:Boolean})],oe.prototype,"noCustom",void 0);Te([(0,Ke.property)({type:Boolean})],oe.prototype,"openExternalDocumentInNewTab",void 0);Te([(0,Ke.property)({converter:{fromAttribute(t){return t==="false"?!1:t==="true"||(t??!1)}}})],oe.prototype,"noCustomComponent",void 0);Te([(0,Ke.property)({type:Boolean})],oe.prototype,"withManualResources",void 0);Te([(0,Ke.property)({type:Boolean})],oe.prototype,"navigatorOnline",void 0);Te([(0,Ke.property)({type:Boolean})],oe.prototype,"forcedOffline",void 0);Te([(0,Ke.property)({type:Boolean})],oe.prototype,"authenticationRequired",void 0);Te([(0,Rr.jsonProperty)([])],oe.prototype,"messageContexts",void 0);Te([(0,Rr.jsonProperty)(void 0)],oe.prototype,"session",void 0);var lu=u(v());var au={"ft-app-context":oe};(0,lu.customElements)(au);var cu=u(j());var cs=class{fromLocalizableLabel(e){return e.type=="PLAIN_TEXT"?{message:e.text}:{key:e.key,custom:e.type=="LOCALIZED_CUSTOM",context:e.context,message:e.key}}fromAttribute(e){if(e!=null)try{return JSON.parse(e)}catch{if(this.isI18nKey(e)){let[r,i]=e.split(".");return{context:r,key:i,custom:r!=="officialContext",message:""}}return{message:e}}}toAttribute(e){if(e!=null)return JSON.stringify(e)}isI18nKey(e){return e.match(/^[\w-]+\.[\w-]+$/)}},oi=new cs;var kf=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},Ui=Symbol("i18nAttributes"),uu=Symbol("i18nListAttributes"),pu=Symbol("i18nProperties"),In=Symbol("i18nContexts"),Fi=Symbol("i18nUnsubs"),Bn=(0,si.applyMixinOnce)(Symbol("withI18n"),function(t){var e,r;class i extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map,this[r]=new Map}getI18nService(o){return o??this.useCustomMessageContexts?is:Mi}i18n(o){let{context:s,key:a,message:l}=o,{custom:c,args:p,argsProvider:d}=o;if(s&&a){this.hasI18nContext(s)||this.addI18nContext(s,void 0,c);let f=p??(d?d(this):[]);return this.getI18nService(c).resolveMessage(s,a,...f)}return l}async awaitI18n(o){let{context:s,custom:a}=o;return s&&await this.getI18nService(a).prepareContext(s),this.i18n(o)}customI18n(o,s){if(oi.isI18nKey(o)){let[a,l]=o.split(".");return this.i18n({custom:!0,context:a,key:l,...s})||o}return o}firstUpdated(o){super.firstUpdated(o),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(o){super.update(o),this.updateI18nAttributes((s,a,l)=>o.has(a)||typeof s.argsProvider=="function"),this.updateI18nProperties(s=>typeof s.argsProvider=="function")}onI18nUpdate(o){this.updateI18nAttributes((s,a,l)=>{var c;return((c=l?.context)===null||c===void 0?void 0:c.toLowerCase())===o}),this.updateI18nProperties(s=>s.context.toLowerCase()===o),this.requestUpdate()}updateI18nAttributes(o){var s,a;let l=this,c=(p,d,f)=>f?.context&&f.key&&o(p,d,f)?{...f,message:this.i18n({context:f.context,key:f.key,custom:f.custom,...p})}:f;(s=this[Ui])===null||s===void 0||s.forEach((p,d)=>l[d]=c(p,d,l[d])),(a=this[uu])===null||a===void 0||a.forEach((p,d)=>{var f;return l[d]=(f=l[d])===null||f===void 0?void 0:f.map(h=>c(p,d,h))})}updateI18nProperties(o){var s;(s=this[pu])===null||s===void 0||s.forEach((a,l)=>{o(a,l)&&(this[l]=this.i18n(a))})}addI18nMessages(o,s,a){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(o,s,a)}addI18nContext(o,s,a){let l=(typeof o=="string"?o:o.name).toLowerCase();a=typeof o=="string"?a:o.custom,this[In].set(l,{isCustomContext:a}),this[Fi].has(l)||this[Fi].set(l,this.getI18nService(a).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(a).prepareContext(l,s)}hasI18nContext(o){return this[In].has(o.toLowerCase())}connectedCallback(){super.connectedCallback(),this[In].forEach((o,s)=>this.addI18nContext(s,void 0,o.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[Fi].forEach(o=>o()),this[Fi].clear()}}return e=In,r=Fi,kf([(0,cu.property)({type:Boolean})],i.prototype,"useCustomMessageContexts",void 0),i}),Mn=class extends Bn(si.FtLitElement){},Nn=class extends Bn(si.FtLitElementRedux){};var du=u(v());var us=class{fromAttribute(e){if(!e)return[];try{let r=JSON.parse(e);return Array.isArray(r)?r.map(i=>typeof i=="string"?oi.fromAttribute(i):i):[]}catch{return[]}}toAttribute(e){if(e!=null)return JSON.stringify(e)}},Pf=new us;var fu=(t,e)=>(r,i)=>{var n;r.constructor.createProperty(i,{type:Object,hasChanged:du.hasChanged,converter:oi,...e}),r[Ui]=(n=r[Ui])!==null&&n!==void 0?n:new Map,r[Ui].set(i,t??{})};var hu=u(O());var mu=hu.css`
|
|
613
|
+
`;var Fn=u(O()),Un=u(j()),Hn=u(v());var Hi=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},yt=class extends Nn{constructor(){super(),this.editorMode=!1,this.addStore(R)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":Fn.nothing:Fn.html`
|
|
614
614
|
<span class="ft-i18n">
|
|
615
615
|
${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
|
|
616
616
|
</span>
|
|
@@ -629,19 +629,19 @@
|
|
|
629
629
|
</div>
|
|
630
630
|
</div>
|
|
631
631
|
</div>
|
|
632
|
-
`}setupFor(e){this.eventsTarget!==e&&(this.removeHandlers(),this.eventsTarget=e,this.eventsTarget.addEventListener("mouseover",this.onHover,{passive:!0}),this.eventsTarget.addEventListener("mouseleave",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("focusin",this.onFocusIn,{passive:!0}),this.eventsTarget.addEventListener("focusout",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("touchstart",this.onTouch,{passive:!0}),this.eventsTarget.addEventListener("click",this.onClick,{passive:!0}))}removeHandlers(){this.eventsTarget&&(this.eventsTarget.removeEventListener("mouseover",this.onHover),this.eventsTarget.removeEventListener("mouseleave",this.onOut),this.eventsTarget.removeEventListener("focusin",this.onFocusIn),this.eventsTarget.removeEventListener("focusout",this.onOut),this.eventsTarget.removeEventListener("touchstart",this.onTouch),this.eventsTarget.removeEventListener("click",this.onClick),this.eventsTarget=void 0)}defaultSetup(){this.container&&this.setupFor(this.container)}updated(e){var r,i;e.has("visible")&&(this.visible?(this.resetTooltipContent(),(r=this.tooltip)===null||r===void 0||r.showPopover()):(i=this.tooltip)===null||i===void 0||i.hidePopover()),super.updated(e)}contentAvailableCallback(e){super.contentAvailableCallback(e),["visible","text"].some(r=>e.has(r))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(e){this.visible=!0,e!=null&&await this.hideDebounce.run(()=>{this.hide()},e)}async showTemporaryText(e,r){let i=this.manual;this.manual=!0;let n=this.text;this.text={message:e},await this.show(r),this.text=n,this.manual=i}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var e;return((e=this.slotNodes)!==null&&e!==void 0?e:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let e=this.tooltipContent.style;switch(e.transition="none",this.validPosition){case"top":e.top=this.tooltip.clientHeight+"px",e.left="0";break;case"bottom":e.top=-this.tooltip.clientHeight+"px",e.left="0";break;case"left":e.top="0",e.left=this.tooltip.clientWidth+"px";break;case"right":e.top="0",e.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&hl(this.slottedElement,this.tooltip,{placement:this.position,strategy:"fixed"}).then(({x:e,y:r})=>{this.tooltip&&(this.tooltip.style.transform=`translate(${e}px,${r}px)`)}),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${ct.designSystemVariables.transitionDuration}, left ${ct.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(e){return this.manual||(0,ct.eventPathContainsMatchingElement)(e,this.ignoreMatchingElements,this.eventsTarget)}};se.elementDefinitions={"ft-typography":V};se.styles=Fa;bt([fu()],se.prototype,"text",void 0);bt([(0,ut.property)({type:Boolean})],se.prototype,"manual",void 0);bt([(0,ut.property)({type:Boolean})],se.prototype,"inline",void 0);bt([(0,ct.numberProperty)()],se.prototype,"delay",void 0);bt([(0,ut.property)()],se.prototype,"position",void 0);bt([(0,ct.jsonProperty)([])],se.prototype,"ignoreMatchingElements",void 0);bt([(0,ut.queryAssignedNodes)()],se.prototype,"slotNodes",void 0);bt([(0,ut.query)(".ft-tooltip--container")],se.prototype,"container",void 0);bt([(0,ut.query)(".ft-tooltip")],se.prototype,"tooltip",void 0);bt([(0,ut.query)(".ft-tooltip--content")],se.prototype,"tooltipContent",void 0);bt([(0,ut.state)()],se.prototype,"visible",void 0);var xu=u(v());var bu={"ft-tooltip":se};(0,xu.customElements)(bu);var xt;(function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"})(xt||(xt={}));var zi=u(C()),tr=u(j()),Cu=u(v()),Ou=u(Eu());var Ge;(function(t){t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.BOOKS="",t.MENU="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.HOME="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.EXPORT="",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.USER="",t.EXTLINK="",t.CALENDAR="",t.OFFLINE="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.STAR_PLAIN="",t.TOPICS="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.CLOSE="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN="",t.ADMIN_KHUB="",t.ADMIN_THEME="",t.ADMIN_USERS="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.INFO="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.FACET_HAS_DESCENDANT="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.THIN_ARROW="",t.SIGN_IN="",t.LOGOUT="",t.TRANSLATE="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.ARTICLE="",t.COLUMNS="",t.ANALYTICS="",t.COLLECTIONS="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SEARCH_IN_PUBLICATION="",t.COPY_TO_CLIPBOARD="",t.SHARED_PBK="",t.ATTACHMENTS="",t.STRIPE_ARROW_LEFT="",t.STRIPE_ARROW_RIGHT="",t.FILTERS="",t.DOT="",t.MINUS="",t.PLUS="",t.MAILS_AND_NOTIFICATIONS="",t.SAVE="",t.LOCKER="",t.ADMIN_INTEGRATION="",t.SYNC="",t.TAG="",t.BOOK_PLAIN="",t.UPLOAD="",t.ONLINE="",t.TAG_PLAIN="",t.ACCOUNT_SETTINGS="",t.PRINT="",t.DEFAULT_ROLES="",t.SHORTCUT_MENU="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.PAUSE="",t.PLAY="",t.ADMIN_PORTAL="",t.STAR="",t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.FEEDBACK_PLAIN="",t.RATE_PLAIN="",t.RATE="",t.OFFLINE_SETTINGS="",t.MY_COLLECTIONS="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.RESET="",t.MY_LIBRARY="",t.UNSTRUCTURED_DOC="",t.CONTEXTUAL="",t.THIN_ARROW_UP="",t.ARROW_RIGHT_TO_LINE="",t.DESKTOP="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.LINE_CHART="",t.STACKED_CHART="",t.CHART_BAR_STACKED="",t.CHART_BAR_GROUPED="",t.EYE_SLASH="",t.X_MARK="",t.EXPAND_WIDE="",t.PIP="",t.PIP_WIDE="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.EXTLINK_LIGHT="",t.CLONE="",t.CLONE_LINK_SIMPLE="",t.CHART_BAR_NORMALIZED="",t.CONSUMER="",t.OCTAGON_XMARK="",t.HOURGLASS_HALF="",t.CLOCK="",t.CLOCK_THREE="",t.CALENDAR_DAY="",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="",t.WAND_MAGIC_SPARKLES="",t.PAPER_PLANE="",t.CIRCLE_STOP="",t.ARROW_ROTATE_RIGHT="",t.ARROWS_ROTATE="",t.ALIGN_RIGHT="",t.FORMAT_CLEAR="",t.ALIGN_CENTER="",t.ALIGN_LEFT="",t.PALETTE="",t.BOLD="",t.ITALIC="",t.UNDERLINE="",t.STRIKETHROUGH="",t.LINK_SIMPLE_SLASH="",t.LINK_SIMPLE="",t.ROUTE="",t.CIRCLE_USER_SLASH="",t.CIRCLE_USER_CHECK="",t.LIST_MAGNIFYING_GLASS="",t.MEDAL="",t.THUMBS_UP_THUMBS_DOWN_SOLID="",t.ARROW_TURN_DOWN_RIGHT="",t.FLASK="",t.LOCK_KEYHOLE_OPEN_SOLID="",t.HOURGLASS_END="",t.CIRCLE_QUESTION="",t.GRIP_LINES_SOLID="",t.TRANSLATE_SPARKLE_SOLID="",t.CODE="",t.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="",t.PAPER_PLANE_SLASH="",t.COMPRESS="",t.EXPAND="",t.ARROW_ROTATE_LEFT="",t.MOBILE_SMALL="",t.SPARKLES="",t.HAND_SOLID="",t.CLOCK_SOLID="",t.CONTEXT_MENU_CURSOR="",t.LANGUAGE_SLASH="",t.MAGNIFYING_GLASS_FLOPPY_DISK="",t.CABINET_FILING_FLOPPY_DISK="",t.BOOKMARK_SLASH="",t.CIRCLE_PAUSE="",t.CIRCLE_PLAY="",t.CIRCLE_STOP_PLAIN="",t.CIRCLE_ARROW_DOWN="",t.SHARE_NODES="",t.BELL="",t.BELL_SLASH="",t.FILE="",t.HAND="",t.SQUARE_INFO_SOLID="",t.FILE_CODE="",t.BOX_CODE="",t.TOPICS_SOLID="",t.PHOTO_FILM="",t.HYPHEN_SOLID="",t.CROSSHAIRS="",t.PERSON_CHALKBOARD="",t.CIRCLE_ARROW_DOWN_SLASH="",t.BOOK_OPEN_COVER="",t.LIGHTBULB="",t.MESSAGE_BOT_AGENTIC_SOLID="",t.CHART_LINE_USER="",t.SERVER_CIRCLE_ARROW_DOWN="",t.EYE="",t.SHARE="󨃱"})(Ge||(Ge={}));var y;(function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""})(y||(y={}));var ps=new Map([...["abw"].map(t=>[t,y.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(t=>[t,y.AUDIO]),...["avi"].map(t=>[t,y.AVI]),...["chm","xhs"].map(t=>[t,y.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(t=>[t,y.CODE]),...["csv"].map(t=>[t,y.CSV]),...["dita","ditamap","ditaval"].map(t=>[t,y.DITA]),...["epub"].map(t=>[t,y.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(t=>[t,y.EXCEL]),...["flac"].map(t=>[t,y.FLAC]),...["gif"].map(t=>[t,y.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(t=>[t,y.GZIP]),...["html","htm","xhtml"].map(t=>[t,y.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(t=>[t,y.IMAGE]),...["jpeg","jpg","jpe"].map(t=>[t,y.JPEG]),...["json"].map(t=>[t,y.JSON]),...["m4a","m4p"].map(t=>[t,y.M4A]),...["mov","qt"].map(t=>[t,y.MOV]),...["mp3"].map(t=>[t,y.MP3]),...["mp4","m4v"].map(t=>[t,y.MP4]),...["ogg","oga"].map(t=>[t,y.OGG]),...["pdf","ps"].map(t=>[t,y.PDF]),...["png"].map(t=>[t,y.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(t=>[t,y.POWERPOINT]),...["rar"].map(t=>[t,y.RAR]),...["stp"].map(t=>[t,y.STP]),...["txt","rtf","md","mdown"].map(t=>[t,y.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(t=>[t,y.VIDEO]),...["wav"].map(t=>[t,y.WAV]),...["wma"].map(t=>[t,y.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(t=>[t,y.WORD]),...["xml","xsl","rdf"].map(t=>[t,y.XML]),...["yaml","yml","x-yaml"].map(t=>[t,y.YAML]),...["zip"].map(t=>[t,y.ZIP])]),Pf=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);function Au(t,e){var r,i,n,o;t=(t??"").toLowerCase(),e=(e??"").toLowerCase();let[s,a]=(((r=Pf.get(t))!==null&&r!==void 0?r:t)+"/").split("/");return(o=(n=(i=ps.get(a))!==null&&i!==void 0?i:ps.get(e))!==null&&n!==void 0?n:ps.get(s))!==null&&o!==void 0?o:y.UNKNOWN}var Ex={[y.ABW]:"#91ABC6",[y.AUDIO]:"#1795E3",[y.AVI]:"#E63324",[y.CHM]:"#71C3EB",[y.CODE]:"#71C3EB",[y.CSV]:"#1F7345",[y.DITA]:"#71C3EB",[y.EPUB]:"#85B926",[y.EXCEL]:"#1F7345",[y.FLAC]:"#1795E3",[y.GIF]:"#59B031",[y.GZIP]:"#F8AB36",[y.HTML]:"#71C3EB",[y.IMAGE]:"#59B031",[y.JPEG]:"#59B031",[y.JSON]:"#71C3EB",[y.M4A]:"#1795E3",[y.MOV]:"#E63324",[y.MP3]:"#1795E3",[y.MP4]:"#E63324",[y.OGG]:"#1795E3",[y.PDF]:"#E44948",[y.PNG]:"#59B031",[y.POWERPOINT]:"#B54A2B",[y.RAR]:"#F8AB36",[y.STP]:"#3764B1",[y.TEXT]:"#3162AB",[y.UNKNOWN]:"#999999",[y.VIDEO]:"#E63324",[y.WAV]:"#1795E3",[y.WMA]:"#1795E3",[y.WORD]:"#3162AB",[y.XML]:"#71C3EB",[y.YAML]:"#71C3EB",[y.ZIP]:"#F8AB36"};var ji=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},te=class extends Cu.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=zi.nothing}render(){let e=this.variant&&Object.values(xt).includes(this.variant)?this.variant:xt.fluid_topics,r=e!==xt.material||!!this.value;return zi.html`
|
|
632
|
+
`}setupFor(e){this.eventsTarget!==e&&(this.removeHandlers(),this.eventsTarget=e,this.eventsTarget.addEventListener("mouseover",this.onHover,{passive:!0}),this.eventsTarget.addEventListener("mouseleave",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("focusin",this.onFocusIn,{passive:!0}),this.eventsTarget.addEventListener("focusout",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("touchstart",this.onTouch,{passive:!0}),this.eventsTarget.addEventListener("click",this.onClick,{passive:!0}))}removeHandlers(){this.eventsTarget&&(this.eventsTarget.removeEventListener("mouseover",this.onHover),this.eventsTarget.removeEventListener("mouseleave",this.onOut),this.eventsTarget.removeEventListener("focusin",this.onFocusIn),this.eventsTarget.removeEventListener("focusout",this.onOut),this.eventsTarget.removeEventListener("touchstart",this.onTouch),this.eventsTarget.removeEventListener("click",this.onClick),this.eventsTarget=void 0)}defaultSetup(){this.container&&this.setupFor(this.container)}updated(e){var r,i;e.has("visible")&&(this.visible?(this.resetTooltipContent(),(r=this.tooltip)===null||r===void 0||r.showPopover()):(i=this.tooltip)===null||i===void 0||i.hidePopover()),super.updated(e)}contentAvailableCallback(e){super.contentAvailableCallback(e),["visible","text"].some(r=>e.has(r))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(e){this.visible=!0,e!=null&&await this.hideDebounce.run(()=>{this.hide()},e)}async showTemporaryText(e,r){let i=this.manual;this.manual=!0;let n=this.text;this.text={message:e},await this.show(r),this.text=n,this.manual=i}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var e;return((e=this.slotNodes)!==null&&e!==void 0?e:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let e=this.tooltipContent.style;switch(e.transition="none",this.validPosition){case"top":e.top=this.tooltip.clientHeight+"px",e.left="0";break;case"bottom":e.top=-this.tooltip.clientHeight+"px",e.left="0";break;case"left":e.top="0",e.left=this.tooltip.clientWidth+"px";break;case"right":e.top="0",e.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&hl(this.slottedElement,this.tooltip,{placement:this.position,strategy:"fixed"}).then(({x:e,y:r})=>{this.tooltip&&(this.tooltip.style.transform=`translate(${e}px,${r}px)`)}),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${ct.designSystemVariables.transitionDuration}, left ${ct.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(e){return this.manual||(0,ct.eventPathContainsMatchingElement)(e,this.ignoreMatchingElements,this.eventsTarget)}};se.elementDefinitions={"ft-typography":V};se.styles=Fa;bt([fu()],se.prototype,"text",void 0);bt([(0,ut.property)({type:Boolean})],se.prototype,"manual",void 0);bt([(0,ut.property)({type:Boolean})],se.prototype,"inline",void 0);bt([(0,ct.numberProperty)()],se.prototype,"delay",void 0);bt([(0,ut.property)()],se.prototype,"position",void 0);bt([(0,ct.jsonProperty)([])],se.prototype,"ignoreMatchingElements",void 0);bt([(0,ut.queryAssignedNodes)()],se.prototype,"slotNodes",void 0);bt([(0,ut.query)(".ft-tooltip--container")],se.prototype,"container",void 0);bt([(0,ut.query)(".ft-tooltip")],se.prototype,"tooltip",void 0);bt([(0,ut.query)(".ft-tooltip--content")],se.prototype,"tooltipContent",void 0);bt([(0,ut.state)()],se.prototype,"visible",void 0);var xu=u(v());var bu={"ft-tooltip":se};(0,xu.customElements)(bu);var xt;(function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"})(xt||(xt={}));var zi=u(O()),tr=u(j()),Ou=u(v()),Cu=u(Eu());var Ge;(function(t){t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.BOOKS="",t.MENU="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.HOME="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.EXPORT="",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.USER="",t.EXTLINK="",t.CALENDAR="",t.OFFLINE="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.STAR_PLAIN="",t.TOPICS="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.CLOSE="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN="",t.ADMIN_KHUB="",t.ADMIN_THEME="",t.ADMIN_USERS="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.INFO="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.FACET_HAS_DESCENDANT="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.THIN_ARROW="",t.SIGN_IN="",t.LOGOUT="",t.TRANSLATE="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.ARTICLE="",t.COLUMNS="",t.ANALYTICS="",t.COLLECTIONS="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SEARCH_IN_PUBLICATION="",t.COPY_TO_CLIPBOARD="",t.SHARED_PBK="",t.ATTACHMENTS="",t.STRIPE_ARROW_LEFT="",t.STRIPE_ARROW_RIGHT="",t.FILTERS="",t.DOT="",t.MINUS="",t.PLUS="",t.MAILS_AND_NOTIFICATIONS="",t.SAVE="",t.LOCKER="",t.ADMIN_INTEGRATION="",t.SYNC="",t.TAG="",t.BOOK_PLAIN="",t.UPLOAD="",t.ONLINE="",t.TAG_PLAIN="",t.ACCOUNT_SETTINGS="",t.PRINT="",t.DEFAULT_ROLES="",t.SHORTCUT_MENU="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.PAUSE="",t.PLAY="",t.ADMIN_PORTAL="",t.STAR="",t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.FEEDBACK_PLAIN="",t.RATE_PLAIN="",t.RATE="",t.OFFLINE_SETTINGS="",t.MY_COLLECTIONS="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.RESET="",t.MY_LIBRARY="",t.UNSTRUCTURED_DOC="",t.CONTEXTUAL="",t.THIN_ARROW_UP="",t.ARROW_RIGHT_TO_LINE="",t.DESKTOP="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.LINE_CHART="",t.STACKED_CHART="",t.CHART_BAR_STACKED="",t.CHART_BAR_GROUPED="",t.EYE_SLASH="",t.X_MARK="",t.EXPAND_WIDE="",t.PIP="",t.PIP_WIDE="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.EXTLINK_LIGHT="",t.CLONE="",t.CLONE_LINK_SIMPLE="",t.CHART_BAR_NORMALIZED="",t.CONSUMER="",t.OCTAGON_XMARK="",t.HOURGLASS_HALF="",t.CLOCK="",t.CLOCK_THREE="",t.CALENDAR_DAY="",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="",t.WAND_MAGIC_SPARKLES="",t.PAPER_PLANE="",t.CIRCLE_STOP="",t.ARROW_ROTATE_RIGHT="",t.ARROWS_ROTATE="",t.ALIGN_RIGHT="",t.FORMAT_CLEAR="",t.ALIGN_CENTER="",t.ALIGN_LEFT="",t.PALETTE="",t.BOLD="",t.ITALIC="",t.UNDERLINE="",t.STRIKETHROUGH="",t.LINK_SIMPLE_SLASH="",t.LINK_SIMPLE="",t.ROUTE="",t.CIRCLE_USER_SLASH="",t.CIRCLE_USER_CHECK="",t.LIST_MAGNIFYING_GLASS="",t.MEDAL="",t.THUMBS_UP_THUMBS_DOWN_SOLID="",t.ARROW_TURN_DOWN_RIGHT="",t.FLASK="",t.LOCK_KEYHOLE_OPEN_SOLID="",t.HOURGLASS_END="",t.CIRCLE_QUESTION="",t.GRIP_LINES_SOLID="",t.TRANSLATE_SPARKLE_SOLID="",t.CODE="",t.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="",t.PAPER_PLANE_SLASH="",t.COMPRESS="",t.EXPAND="",t.ARROW_ROTATE_LEFT="",t.MOBILE_SMALL="",t.SPARKLES="",t.HAND_SOLID="",t.CLOCK_SOLID="",t.CONTEXT_MENU_CURSOR="",t.LANGUAGE_SLASH="",t.MAGNIFYING_GLASS_FLOPPY_DISK="",t.CABINET_FILING_FLOPPY_DISK="",t.BOOKMARK_SLASH="",t.CIRCLE_PAUSE="",t.CIRCLE_PLAY="",t.CIRCLE_STOP_PLAIN="",t.CIRCLE_ARROW_DOWN="",t.SHARE_NODES="",t.BELL="",t.BELL_SLASH="",t.FILE="",t.HAND="",t.SQUARE_INFO_SOLID="",t.FILE_CODE="",t.BOX_CODE="",t.TOPICS_SOLID="",t.PHOTO_FILM="",t.HYPHEN_SOLID="",t.CROSSHAIRS="",t.PERSON_CHALKBOARD="",t.CIRCLE_ARROW_DOWN_SLASH="",t.BOOK_OPEN_COVER="",t.LIGHTBULB="",t.MESSAGE_BOT_AGENTIC_SOLID="",t.CHART_LINE_USER="",t.SERVER_CIRCLE_ARROW_DOWN="",t.EYE="",t.SHARE="󨃱"})(Ge||(Ge={}));var y;(function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""})(y||(y={}));var ps=new Map([...["abw"].map(t=>[t,y.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(t=>[t,y.AUDIO]),...["avi"].map(t=>[t,y.AVI]),...["chm","xhs"].map(t=>[t,y.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(t=>[t,y.CODE]),...["csv"].map(t=>[t,y.CSV]),...["dita","ditamap","ditaval"].map(t=>[t,y.DITA]),...["epub"].map(t=>[t,y.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(t=>[t,y.EXCEL]),...["flac"].map(t=>[t,y.FLAC]),...["gif"].map(t=>[t,y.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(t=>[t,y.GZIP]),...["html","htm","xhtml"].map(t=>[t,y.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(t=>[t,y.IMAGE]),...["jpeg","jpg","jpe"].map(t=>[t,y.JPEG]),...["json"].map(t=>[t,y.JSON]),...["m4a","m4p"].map(t=>[t,y.M4A]),...["mov","qt"].map(t=>[t,y.MOV]),...["mp3"].map(t=>[t,y.MP3]),...["mp4","m4v"].map(t=>[t,y.MP4]),...["ogg","oga"].map(t=>[t,y.OGG]),...["pdf","ps"].map(t=>[t,y.PDF]),...["png"].map(t=>[t,y.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(t=>[t,y.POWERPOINT]),...["rar"].map(t=>[t,y.RAR]),...["stp"].map(t=>[t,y.STP]),...["txt","rtf","md","mdown"].map(t=>[t,y.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(t=>[t,y.VIDEO]),...["wav"].map(t=>[t,y.WAV]),...["wma"].map(t=>[t,y.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(t=>[t,y.WORD]),...["xml","xsl","rdf"].map(t=>[t,y.XML]),...["yaml","yml","x-yaml"].map(t=>[t,y.YAML]),...["zip"].map(t=>[t,y.ZIP])]),$f=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);function Au(t,e){var r,i,n,o;t=(t??"").toLowerCase(),e=(e??"").toLowerCase();let[s,a]=(((r=$f.get(t))!==null&&r!==void 0?r:t)+"/").split("/");return(o=(n=(i=ps.get(a))!==null&&i!==void 0?i:ps.get(e))!==null&&n!==void 0?n:ps.get(s))!==null&&o!==void 0?o:y.UNKNOWN}var Ex={[y.ABW]:"#91ABC6",[y.AUDIO]:"#1795E3",[y.AVI]:"#E63324",[y.CHM]:"#71C3EB",[y.CODE]:"#71C3EB",[y.CSV]:"#1F7345",[y.DITA]:"#71C3EB",[y.EPUB]:"#85B926",[y.EXCEL]:"#1F7345",[y.FLAC]:"#1795E3",[y.GIF]:"#59B031",[y.GZIP]:"#F8AB36",[y.HTML]:"#71C3EB",[y.IMAGE]:"#59B031",[y.JPEG]:"#59B031",[y.JSON]:"#71C3EB",[y.M4A]:"#1795E3",[y.MOV]:"#E63324",[y.MP3]:"#1795E3",[y.MP4]:"#E63324",[y.OGG]:"#1795E3",[y.PDF]:"#E44948",[y.PNG]:"#59B031",[y.POWERPOINT]:"#B54A2B",[y.RAR]:"#F8AB36",[y.STP]:"#3764B1",[y.TEXT]:"#3162AB",[y.UNKNOWN]:"#999999",[y.VIDEO]:"#E63324",[y.WAV]:"#1795E3",[y.WMA]:"#1795E3",[y.WORD]:"#3162AB",[y.XML]:"#71C3EB",[y.YAML]:"#71C3EB",[y.ZIP]:"#F8AB36"};var ji=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},te=class extends Ou.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=zi.nothing}render(){let e=this.variant&&Object.values(xt).includes(this.variant)?this.variant:xt.fluid_topics,r=e!==xt.material||!!this.value;return zi.html`
|
|
633
633
|
<i class="ft-icon ft-icon--${e} ft-no-text-select" part="icon icon-${e}">
|
|
634
|
-
${(0,
|
|
634
|
+
${(0,Cu.unsafeHTML)(this.resolvedIcon)}
|
|
635
635
|
<slot ?hidden=${r}></slot>
|
|
636
636
|
</i>
|
|
637
|
-
`}getTextContent(){var e,r;return(r=(e=this.slottedContent)===null||e===void 0?void 0:e.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&r!==void 0?r:""}update(e){super.update(e),["value","variant"].some(r=>e.has(r))&&this.resolveIcon()}resolveIcon(){var e,r;let i=this.value||this.getTextContent();switch(this.variant){case xt.file_format:this.resolvedIcon=(e=y[i.replace("-","_").toUpperCase()])!==null&&e!==void 0?e:i;break;case xt.material:this.resolvedIcon=this.value||zi.nothing;break;default:this.resolvedIcon=(r=Ge[i.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:i;break}}firstUpdated(e){super.firstUpdated(e),setTimeout(()=>this.resolveIcon())}};te.elementDefinitions={};te.styles=wa;ji([(0,tr.property)()],te.prototype,"variant",void 0);ji([(0,tr.property)()],te.prototype,"value",void 0);ji([(0,tr.property)({reflect:!0,attribute:"aria-hidden"})],te.prototype,"ariaHidden",void 0);ji([(0,tr.state)()],te.prototype,"resolvedIcon",void 0);ji([(0,tr.query)("slot")],te.prototype,"slottedContent",void 0);var Ru=u(v());var wu={"ft-icon":te};(0,Ru.customElements)(wu);var Tu=u(
|
|
637
|
+
`}getTextContent(){var e,r;return(r=(e=this.slottedContent)===null||e===void 0?void 0:e.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&r!==void 0?r:""}update(e){super.update(e),["value","variant"].some(r=>e.has(r))&&this.resolveIcon()}resolveIcon(){var e,r;let i=this.value||this.getTextContent();switch(this.variant){case xt.file_format:this.resolvedIcon=(e=y[i.replace("-","_").toUpperCase()])!==null&&e!==void 0?e:i;break;case xt.material:this.resolvedIcon=this.value||zi.nothing;break;default:this.resolvedIcon=(r=Ge[i.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:i;break}}firstUpdated(e){super.firstUpdated(e),setTimeout(()=>this.resolveIcon())}};te.elementDefinitions={};te.styles=wa;ji([(0,tr.property)()],te.prototype,"variant",void 0);ji([(0,tr.property)()],te.prototype,"value",void 0);ji([(0,tr.property)({reflect:!0,attribute:"aria-hidden"})],te.prototype,"ariaHidden",void 0);ji([(0,tr.state)()],te.prototype,"resolvedIcon",void 0);ji([(0,tr.query)("slot")],te.prototype,"slottedContent",void 0);var Ru=u(v());var wu={"ft-icon":te};(0,Ru.customElements)(wu);var Tu=u(O()),_u=u(v());var Tr=class extends _u.FtLitElement{render(){return Tu.html`
|
|
638
638
|
<div class="ft-loader">
|
|
639
639
|
<div></div>
|
|
640
640
|
<div></div>
|
|
641
641
|
<div></div>
|
|
642
642
|
<div></div>
|
|
643
643
|
</div>
|
|
644
|
-
`}};Tr.styles=
|
|
644
|
+
`}};Tr.styles=Oa;var ku=u(v());var Lu={"ft-loader":Tr};(0,ku.customElements)(Lu);var rr=u(O()),ds=u(it()),X=u(j());var ai=t=>t??ce;var re=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},D=class extends(0,pt.toFtFormComponent)(pt.FtLitElement){get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}constructor(){super(),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1,this.disabled=!1,this.icon=void 0,this.trailingIcon=!1,this.label="",this.type="button",this.href=void 0,this.target=void 0,this.loading=!1,this.ariaLabel=null,this.ariaHasPopup=null,this.ariaPressed=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.activated=!1,this.addEventListener("click",e=>{var r;this.isDisabled()?(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){var e,r,i;let n=rr.html`
|
|
645
645
|
<ft-ripple part="ripple"
|
|
646
646
|
?disabled=${this.isDisabled()}
|
|
647
647
|
?activated=${this.activated}
|
|
@@ -683,7 +683,7 @@
|
|
|
683
683
|
<ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
|
|
684
684
|
`:rr.html`
|
|
685
685
|
<slot part="icon" name="icon"></slot>
|
|
686
|
-
`}focus(){var e;(e=this.button)===null||e===void 0||e.focus()}showTooltip(){var e;(e=this.tooltip)===null||e===void 0||e.show()}showTemporaryTooltip(e,r){var i;return(i=this.tooltip)===null||i===void 0?void 0:i.showTemporaryText(e,r)}setTooltipManual(e){this.tooltip&&(this.tooltip.manual=e)}click(){var e;(e=this.button)===null||e===void 0||e.click()}getLabel(){return this.label||this.getTextContent()}getTextContent(){return(0,pt.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};D.elementDefinitions={"ft-ripple":M,"ft-tooltip":se,"ft-icon":te,"ft-loader":Tr,"ft-typography":V};D.styles=[pt.safariEllipsisFix,La,pt.noTextSelect];re([(0,X.property)({type:Boolean})],D.prototype,"primary",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"outlined",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"dense",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"round",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"disabled",void 0);re([(0,X.property)()],D.prototype,"icon",void 0);re([(0,X.property)()],D.prototype,"iconVariant",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"trailingIcon",void 0);re([(0,X.property)()],D.prototype,"label",void 0);re([(0,X.property)()],D.prototype,"type",void 0);re([(0,X.property)()],D.prototype,"href",void 0);re([(0,X.property)()],D.prototype,"target",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"loading",void 0);re([(0,X.property)({attribute:"aria-label"})],D.prototype,"ariaLabel",void 0);re([(0,X.property)()],D.prototype,"ariaHasPopup",void 0);re([(0,X.property)({attribute:"aria-pressed"})],D.prototype,"ariaPressed",void 0);re([(0,X.property)()],D.prototype,"tooltipPosition",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"hideTooltip",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"forceTooltip",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"activated",void 0);re([(0,X.query)(".ft-button")],D.prototype,"button",void 0);re([(0,X.query)(".ft-button--label slot")],D.prototype,"slottedContent",void 0);re([(0,X.query)("[part=tooltip]")],D.prototype,"tooltip",void 0);var
|
|
686
|
+
`}focus(){var e;(e=this.button)===null||e===void 0||e.focus()}showTooltip(){var e;(e=this.tooltip)===null||e===void 0||e.show()}showTemporaryTooltip(e,r){var i;return(i=this.tooltip)===null||i===void 0?void 0:i.showTemporaryText(e,r)}setTooltipManual(e){this.tooltip&&(this.tooltip.manual=e)}click(){var e;(e=this.button)===null||e===void 0||e.click()}getLabel(){return this.label||this.getTextContent()}getTextContent(){return(0,pt.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};D.elementDefinitions={"ft-ripple":M,"ft-tooltip":se,"ft-icon":te,"ft-loader":Tr,"ft-typography":V};D.styles=[pt.safariEllipsisFix,La,pt.noTextSelect];re([(0,X.property)({type:Boolean})],D.prototype,"primary",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"outlined",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"dense",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"round",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"disabled",void 0);re([(0,X.property)()],D.prototype,"icon",void 0);re([(0,X.property)()],D.prototype,"iconVariant",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"trailingIcon",void 0);re([(0,X.property)()],D.prototype,"label",void 0);re([(0,X.property)()],D.prototype,"type",void 0);re([(0,X.property)()],D.prototype,"href",void 0);re([(0,X.property)()],D.prototype,"target",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"loading",void 0);re([(0,X.property)({attribute:"aria-label"})],D.prototype,"ariaLabel",void 0);re([(0,X.property)()],D.prototype,"ariaHasPopup",void 0);re([(0,X.property)({attribute:"aria-pressed"})],D.prototype,"ariaPressed",void 0);re([(0,X.property)()],D.prototype,"tooltipPosition",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"hideTooltip",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"forceTooltip",void 0);re([(0,X.property)({type:Boolean})],D.prototype,"activated",void 0);re([(0,X.query)(".ft-button")],D.prototype,"button",void 0);re([(0,X.query)(".ft-button--label slot")],D.prototype,"slottedContent",void 0);re([(0,X.query)("[part=tooltip]")],D.prototype,"tooltip",void 0);var $u=u(v());var Pu={"ft-button":D};(0,$u.customElements)(Pu);var zn=u(O()),St=u(j()),Mu=u(v()),Nu=u(it());var xe=u(v()),Du=u(O());var Ye={textColor:xe.FtCssVariableFactory.extend("--ft-checkbox-text-color","",xe.designSystemVariables.colorOnSurfaceHigh),fontSize:xe.FtCssVariableFactory.extend("--ft-checkbox-font-size","",x.fontSize),activeColor:xe.FtCssVariableFactory.extend("--ft-checkbox-active-color","",xe.designSystemVariables.colorPrimary),checkColor:xe.FtCssVariableFactory.extend("--ft-checkbox-check-color","",xe.designSystemVariables.colorOnPrimary),borderColor:xe.FtCssVariableFactory.extend("--ft-checkbox-border-color","",xe.designSystemVariables.colorOnSurfaceMedium),disabledColor:xe.FtCssVariableFactory.extend("--ft-checkbox-disabled-color","",xe.designSystemVariables.colorOnSurfaceDisabled),errorColor:xe.FtCssVariableFactory.extend("--ft-checkbox-error-color","",xe.designSystemVariables.colorError)},Iu=Du.css`
|
|
687
687
|
* {
|
|
688
688
|
box-sizing: border-box;
|
|
689
689
|
}
|
|
@@ -810,7 +810,7 @@
|
|
|
810
810
|
<path class="ft-checkbox--checkmark-path" fill="none"
|
|
811
811
|
d="${this.indeterminate&&!this.checked?"M2,12 22,12":"M1.73,12.91 8.1,19.28 22.79,4.59"}"></path>
|
|
812
812
|
</svg>
|
|
813
|
-
`}onSlotchange(){this.requestUpdate()}willUpdate(e){super.willUpdate(e),e.has("checked")&&(this.ariaChecked=this.checked?"true":"false")}onChange(e){e.stopPropagation(),this.checked=e.target.checked,this.indeterminate=!1,this.dispatchEvent(new fs(this.checked))}contentAvailableCallback(e){var r;super.contentAvailableCallback(e),(r=this.ripple)===null||r===void 0||r.setupFor(this.container)}click(){this.input.click()}focus(){this.input.focus(),setTimeout(()=>{var e;(e=this.ripple)===null||e===void 0||e.forceFocusUpdate()},0)}};Se.elementDefinitions={"ft-ripple":M,"ft-typography":V};Se.styles=Iu;zt([(0,St.property)()],Se.prototype,"name",void 0);zt([(0,St.property)()],Se.prototype,"value",void 0);zt([(0,St.property)({type:Boolean,reflect:!0})],Se.prototype,"checked",void 0);zt([(0,St.property)({type:Boolean})],Se.prototype,"indeterminate",void 0);zt([(0,St.property)({type:Boolean})],Se.prototype,"disabled",void 0);zt([(0,St.property)({type:Boolean})],Se.prototype,"error",void 0);zt([(0,St.query)(".ft-checkbox")],Se.prototype,"container",void 0);zt([(0,St.query)("ft-ripple")],Se.prototype,"ripple",void 0);zt([(0,St.query)("input")],Se.prototype,"input",void 0);var Fu=u(v());var Bu={"ft-checkbox":Se};(0,Fu.customElements)(Bu);var zu=u(
|
|
813
|
+
`}onSlotchange(){this.requestUpdate()}willUpdate(e){super.willUpdate(e),e.has("checked")&&(this.ariaChecked=this.checked?"true":"false")}onChange(e){e.stopPropagation(),this.checked=e.target.checked,this.indeterminate=!1,this.dispatchEvent(new fs(this.checked))}contentAvailableCallback(e){var r;super.contentAvailableCallback(e),(r=this.ripple)===null||r===void 0||r.setupFor(this.container)}click(){this.input.click()}focus(){this.input.focus(),setTimeout(()=>{var e;(e=this.ripple)===null||e===void 0||e.forceFocusUpdate()},0)}};Se.elementDefinitions={"ft-ripple":M,"ft-typography":V};Se.styles=Iu;zt([(0,St.property)()],Se.prototype,"name",void 0);zt([(0,St.property)()],Se.prototype,"value",void 0);zt([(0,St.property)({type:Boolean,reflect:!0})],Se.prototype,"checked",void 0);zt([(0,St.property)({type:Boolean})],Se.prototype,"indeterminate",void 0);zt([(0,St.property)({type:Boolean})],Se.prototype,"disabled",void 0);zt([(0,St.property)({type:Boolean})],Se.prototype,"error",void 0);zt([(0,St.query)(".ft-checkbox")],Se.prototype,"container",void 0);zt([(0,St.query)("ft-ripple")],Se.prototype,"ripple",void 0);zt([(0,St.query)("input")],Se.prototype,"input",void 0);var Fu=u(v());var Bu={"ft-checkbox":Se};(0,Fu.customElements)(Bu);var zu=u(O()),kt=u(j()),ju=u(v()),Vu=u(it());var Uu=u(O()),Be=u(v());var ir={textColor:Be.FtCssVariableFactory.extend("--ft-radio-text-color","",Be.designSystemVariables.colorOnSurfaceHigh),fontSize:Be.FtCssVariableFactory.extend("--ft-radio-font-size","",x.fontSize),colorPrimary:Be.FtCssVariableFactory.external(Be.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:Be.FtCssVariableFactory.external(Be.designSystemVariables.colorOnPrimary,"Design system"),borderColor:Be.FtCssVariableFactory.extend("--ft-radio-border-color","",Be.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceDisabled:Be.FtCssVariableFactory.external(Be.designSystemVariables.colorOnSurfaceDisabled,"Design system")},Hu=Uu.css`
|
|
814
814
|
* {
|
|
815
815
|
box-sizing: border-box;
|
|
816
816
|
}
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
</ft-typography>
|
|
926
926
|
</label>
|
|
927
927
|
</div>
|
|
928
|
-
`}willUpdate(e){super.willUpdate(e),e.has("checked")&&(this.ariaChecked=this.checked?"true":"false")}onChange(e){e.stopPropagation(),this.checked=e.target.checked,this.dispatchEvent(new jn(this.value,this.checked))}contentAvailableCallback(e){var r;super.contentAvailableCallback(e),(r=this.ripple)===null||r===void 0||r.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new jn(this.value,this.checked))}setInputTabIndex(e){this.input&&(this.input.tabIndex=e)}focus(){var e;(e=this.input)===null||e===void 0||e.focus(),setTimeout(()=>{var r;return(r=this.ripple)===null||r===void 0?void 0:r.forceFocusUpdate()},0)}onClick(e){var r;e.target!==this.input&&(e.stopPropagation(),e.preventDefault(),(r=this.input)===null||r===void 0||r.click())}};ye.elementDefinitions={"ft-ripple":M,"ft-typography":V};ye.styles=Hu;nr([(0,kt.property)()],ye.prototype,"name",void 0);nr([(0,kt.property)()],ye.prototype,"value",void 0);nr([(0,kt.property)({type:Boolean,reflect:!0})],ye.prototype,"checked",void 0);nr([(0,kt.property)({attribute:"aria-checked",reflect:!0})],ye.prototype,"ariaChecked",void 0);nr([(0,kt.property)({type:Boolean})],ye.prototype,"disabled",void 0);nr([(0,kt.query)(".ft-radio")],ye.prototype,"container",void 0);nr([(0,kt.query)("ft-ripple")],ye.prototype,"ripple",void 0);nr([(0,kt.query)("input")],ye.prototype,"input",void 0);var Ku=u(v()),or=u(j()),Gu=u(
|
|
928
|
+
`}willUpdate(e){super.willUpdate(e),e.has("checked")&&(this.ariaChecked=this.checked?"true":"false")}onChange(e){e.stopPropagation(),this.checked=e.target.checked,this.dispatchEvent(new jn(this.value,this.checked))}contentAvailableCallback(e){var r;super.contentAvailableCallback(e),(r=this.ripple)===null||r===void 0||r.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new jn(this.value,this.checked))}setInputTabIndex(e){this.input&&(this.input.tabIndex=e)}focus(){var e;(e=this.input)===null||e===void 0||e.focus(),setTimeout(()=>{var r;return(r=this.ripple)===null||r===void 0?void 0:r.forceFocusUpdate()},0)}onClick(e){var r;e.target!==this.input&&(e.stopPropagation(),e.preventDefault(),(r=this.input)===null||r===void 0||r.click())}};ye.elementDefinitions={"ft-ripple":M,"ft-typography":V};ye.styles=Hu;nr([(0,kt.property)()],ye.prototype,"name",void 0);nr([(0,kt.property)()],ye.prototype,"value",void 0);nr([(0,kt.property)({type:Boolean,reflect:!0})],ye.prototype,"checked",void 0);nr([(0,kt.property)({attribute:"aria-checked",reflect:!0})],ye.prototype,"ariaChecked",void 0);nr([(0,kt.property)({type:Boolean})],ye.prototype,"disabled",void 0);nr([(0,kt.query)(".ft-radio")],ye.prototype,"container",void 0);nr([(0,kt.query)("ft-ripple")],ye.prototype,"ripple",void 0);nr([(0,kt.query)("input")],ye.prototype,"input",void 0);var Ku=u(v()),or=u(j()),Gu=u(O());var Wu=u(O());var qu=Wu.css`
|
|
929
929
|
:host {
|
|
930
930
|
display: block;
|
|
931
931
|
}
|
|
@@ -1006,7 +1006,7 @@
|
|
|
1006
1006
|
@change=${r=>this.optionsChanged(r,e)}>
|
|
1007
1007
|
${e.renderOption?e.renderOption:e.label}${this.displayCount?` (${e.count})`:""}
|
|
1008
1008
|
</ft-radio>
|
|
1009
|
-
`}onRadioKeyDown(e,r){e.stopPropagation(),(e.key===" "||e.key==="Enter")&&(e.preventDefault(),this.optionsChanged(e,r))}optionsChanged(e,r){e.stopPropagation(),this.dispatchEvent(new CustomEvent("change",{detail:r}))}displayLevel(e){this.dispatchEvent(new CustomEvent("display-level",{detail:e}))}updated(e){super.updated(e),e.has("filter")&&e.has("filteredOptions")&&e.get("filteredOptions")!==void 0&&e.get("filter")!==void 0&&this.ariaNotificationDebouncer.run(async()=>{if(this.filteredOptionsNumberAriaNotification==null)return;let r=await this.awaitI18n({...this.filteredOptionsNumberAriaNotification,args:[this.filteredOptions.length]});this.sendAriaNotification(r)})}};ie.elementDefinitions={"ft-button":D,"ft-ripple":M,"ft-typography":V,"ft-checkbox":Se,"ft-icon":te,"ft-radio":ye};ie.styles
|
|
1009
|
+
`}onRadioKeyDown(e,r){e.stopPropagation(),(e.key===" "||e.key==="Enter")&&(e.preventDefault(),this.optionsChanged(e,r))}optionsChanged(e,r){e.stopPropagation(),this.dispatchEvent(new CustomEvent("change",{detail:r}))}displayLevel(e){this.dispatchEvent(new CustomEvent("display-level",{detail:e}))}updated(e){super.updated(e),e.has("filter")&&e.has("filteredOptions")&&e.get("filteredOptions")!==void 0&&e.get("filter")!==void 0&&this.ariaNotificationDebouncer.run(async()=>{if(this.filteredOptionsNumberAriaNotification==null)return;let r=await this.awaitI18n({...this.filteredOptionsNumberAriaNotification,args:[this.filteredOptions.length]});this.sendAriaNotification(r)})}};ie.elementDefinitions={"ft-button":D,"ft-ripple":M,"ft-typography":V,"ft-checkbox":Se,"ft-icon":te,"ft-radio":ye};ie.styles=Pa;Ee([(0,ve.property)({type:String})],ie.prototype,"filterId",void 0);Ee([(0,ve.property)({type:Object})],ie.prototype,"parent",void 0);Ee([(0,ve.property)({type:Array,hasChanged:Fe.hasChanged})],ie.prototype,"options",void 0);Ee([(0,ve.property)({type:Boolean})],ie.prototype,"multivalued",void 0);Ee([(0,ve.property)({type:Boolean})],ie.prototype,"disabled",void 0);Ee([(0,ve.property)({type:Boolean})],ie.prototype,"hideSelectedOptions",void 0);Ee([(0,ve.property)({type:Boolean})],ie.prototype,"displayCount",void 0);Ee([(0,ve.property)({type:Boolean})],ie.prototype,"preventNavigation",void 0);Ee([(0,ve.property)({type:String})],ie.prototype,"filter",void 0);Ee([(0,ve.property)({type:String})],ie.prototype,"moreValuesButtonLabel",void 0);Ee([(0,ve.property)({type:String})],ie.prototype,"noValuesLabel",void 0);Ee([(0,ve.property)()],ie.prototype,"filteredOptionsNumberAriaNotification",void 0);Ee([(0,Fe.numberProperty)()],ie.prototype,"displayedValuesLimit",void 0);Ee([(0,ve.query)(".ft-filter-level--container")],ie.prototype,"container",void 0);Ee([(0,ve.state)()],ie.prototype,"radios",void 0);Ee([(0,ve.state)()],ie.prototype,"displayedPages",void 0);Ee([(0,ve.state)()],ie.prototype,"filteredOptions",void 0);var ep=u(O()),Je=u(j()),_r=u(v());var tp=u(it());var Ju=u(O()),Et=u(v());var Pe={buttonsColor:Et.FtCssVariableFactory.extend("--ft-snap-scroll-buttons-color","",Et.designSystemVariables.colorPrimary),buttonsZIndex:Et.FtCssVariableFactory.create("--ft-snap-scroll-buttons-z-index","","NUMBER","1"),gap:Et.FtCssVariableFactory.create("--ft-snap-scroll-gap","","SIZE","0"),colorSurface:Et.FtCssVariableFactory.external(Et.designSystemVariables.colorSurface,"Design system")},Qu=Ju.css`
|
|
1010
1010
|
.ft-snap-scroll {
|
|
1011
1011
|
box-sizing: border-box;
|
|
1012
1012
|
position: relative;
|
|
@@ -1041,7 +1041,7 @@
|
|
|
1041
1041
|
flex-wrap: nowrap;
|
|
1042
1042
|
align-items: flex-start;
|
|
1043
1043
|
justify-content: flex-start;
|
|
1044
|
-
gap: ${
|
|
1044
|
+
gap: ${Pe.gap};
|
|
1045
1045
|
}
|
|
1046
1046
|
|
|
1047
1047
|
.ft-snap-scroll--hide-scrollbar .ft-snap-scroll--content::-webkit-scrollbar {
|
|
@@ -1084,11 +1084,11 @@
|
|
|
1084
1084
|
.ft-snap-scroll--next {
|
|
1085
1085
|
position: absolute;
|
|
1086
1086
|
display: flex;
|
|
1087
|
-
z-index: ${
|
|
1087
|
+
z-index: ${Pe.buttonsZIndex};
|
|
1088
1088
|
opacity: 1;
|
|
1089
1089
|
transition: background-color .5s ease-in-out, opacity .5s ease-in-out, z-index .5s ease-in-out;
|
|
1090
1090
|
${(0,Et.setVariable)(F.backgroundColor,"transparent")};
|
|
1091
|
-
${(0,Et.setVariable)(F.color
|
|
1091
|
+
${(0,Et.setVariable)(F.color,Pe.buttonsColor)};
|
|
1092
1092
|
}
|
|
1093
1093
|
|
|
1094
1094
|
.ft-snap-scroll--previous[hidden],
|
|
@@ -1101,37 +1101,37 @@
|
|
|
1101
1101
|
top: 0;
|
|
1102
1102
|
left: -1px;
|
|
1103
1103
|
bottom: 0;
|
|
1104
|
-
background: linear-gradient(to right, ${
|
|
1104
|
+
background: linear-gradient(to right, ${Pe.colorSurface} 50%, var(--snap-scroll-transparent-color));
|
|
1105
1105
|
}
|
|
1106
1106
|
|
|
1107
1107
|
.ft-snap-scroll--vertical .ft-snap-scroll--previous {
|
|
1108
1108
|
top: -1px;
|
|
1109
1109
|
left: 0;
|
|
1110
1110
|
right: 0;
|
|
1111
|
-
background: linear-gradient(to bottom, ${
|
|
1111
|
+
background: linear-gradient(to bottom, ${Pe.colorSurface} 50%, var(--snap-scroll-transparent-color));
|
|
1112
1112
|
}
|
|
1113
1113
|
|
|
1114
1114
|
.ft-snap-scroll--horizontal .ft-snap-scroll--next {
|
|
1115
1115
|
top: 0;
|
|
1116
1116
|
right: -1px;
|
|
1117
1117
|
bottom: 0;
|
|
1118
|
-
background: linear-gradient(to left, ${
|
|
1118
|
+
background: linear-gradient(to left, ${Pe.colorSurface} 50%, var(--snap-scroll-transparent-color));
|
|
1119
1119
|
}
|
|
1120
1120
|
|
|
1121
1121
|
.ft-snap-scroll--vertical .ft-snap-scroll--next {
|
|
1122
1122
|
left: 0;
|
|
1123
1123
|
right: 0;
|
|
1124
1124
|
bottom: -1px;
|
|
1125
|
-
background: linear-gradient(to top, ${
|
|
1125
|
+
background: linear-gradient(to top, ${Pe.colorSurface} 50%, var(--snap-scroll-transparent-color));
|
|
1126
1126
|
}
|
|
1127
1127
|
|
|
1128
1128
|
.ft-snap-scroll--horizontal .ft-snap-scroll--previous:hover,
|
|
1129
1129
|
.ft-snap-scroll--horizontal .ft-snap-scroll--next:hover,
|
|
1130
1130
|
.ft-snap-scroll--vertical .ft-snap-scroll--previous:hover,
|
|
1131
1131
|
.ft-snap-scroll--vertical .ft-snap-scroll--next:hover {
|
|
1132
|
-
background-color: ${
|
|
1132
|
+
background-color: ${Pe.colorSurface};
|
|
1133
1133
|
}
|
|
1134
|
-
`;var
|
|
1134
|
+
`;var Pt=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},ms=class extends CustomEvent{constructor(e,r){super("current-element-change",{detail:{index:e,element:r}})}},fe=class extends _r.FtLitElement{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver(()=>this.scheduleUpdateScroll()),this.scrollDebouncer=new _r.Debouncer(200),this.updateScrollDebouncer=new _r.Debouncer(100)}scrollToIndex(e){this.scrollToElement(this.elements[e])}scrollIndexIntoView(e){let r=this.elements[e];if(r){let i=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.nextSize,n=this.contentSlot[this.scrollAttribute]+this.prevSize;(r[this.offsetAttribute]<n||r[this.offsetAttribute]+r[this.sizeAttribute]>i)&&this.scrollToElement(r)}}previous(){this.scrollToElement(this.elements[Math.max(0,this.closestIndexFromStart()-1)])}next(){this.scrollToElement(this.elements[Math.min(this.closestIndexFromStart()+1,this.elements.length-1)])}render(){let e=(0,tp.classMap)({"ft-snap-scroll":!0,"ft-snap-scroll--horizontal":this.horizontal,"ft-snap-scroll--vertical":!this.horizontal,"ft-snap-scroll--hide-scrollbar":this.hideScrollbar,"ft-snap-scroll--limit-size":this.limitSize,"ft-snap-scroll--safari-fix":_r.isSafari}),r=this.controls&&this.withScroll;return ep.html`
|
|
1135
1135
|
<div part="container" class="${e}">
|
|
1136
1136
|
<ft-button
|
|
1137
1137
|
class="ft-snap-scroll--previous"
|
|
@@ -1155,7 +1155,7 @@
|
|
|
1155
1155
|
@click=${this.next}
|
|
1156
1156
|
></ft-button>
|
|
1157
1157
|
</div>
|
|
1158
|
-
`}update(e){super.update(e),e.has("horizontal")&&(this.horizontal?(this.offsetAttribute="offsetLeft",this.scrollAttribute="scrollLeft",this.sizeAttribute="clientWidth",this.scrollSizeAttribute="scrollWidth"):(this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight")),e.has("currentElement")&&this.dispatchEvent(new ms(this.currentElement,this.elements[this.currentElement]))}contentAvailableCallback(e){var r;super.contentAvailableCallback(e),this.contentSlot&&this.listenedContainer!==this.contentSlot&&(this.resizeObserver.observe(this.contentSlot),this.listenedContainer&&this.listenedContainer.removeEventListener("scroll",this.updateScrollCallback),this.listenedContainer=this.contentSlot,(r=this.listenedContainer)===null||r===void 0||r.addEventListener("scroll",this.updateScrollCallback))}onScroll(){this.scrollDebouncer.run(()=>this.snap()),this.scheduleUpdateScroll()}snap(){let e=this.closestElementFromStart();if(e!=null){let r=this.getDistanceFromStart(e);Math.abs(this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.contentSlot[this.scrollSizeAttribute])<r&&(e=this.lastElement),this.scrollToElement(e)}}scrollToElement(e){var r,i;e&&(this.horizontal?(r=this.contentSlot)===null||r===void 0||r.scrollTo({left:this.getOffset(e)-this.controlsSize,behavior:"smooth"}):(i=this.contentSlot)===null||i===void 0||i.scrollTo({top:this.getOffset(e)-this.controlsSize,behavior:"smooth"}),this.currentElement=this.elements.indexOf(e))}onSlotChange(){var e,r;this.elements=(r=(e=this.contentSlot)===null||e===void 0?void 0:e.assignedElements().map(i=>i))!==null&&r!==void 0?r:[],this.scheduleUpdateScroll()}closestElementFromStart(){return this.elements[this.closestIndexFromStart()]}closestIndexFromStart(){let e=-1;for(let r=0;r<this.elements.length;r++)(e<0||this.getDistanceFromStart(this.elements[r])<this.getDistanceFromStart(this.elements[e]))&&(e=r);return e}scheduleUpdateScroll(){this.updateScrollDebouncer.run(()=>this.updateScroll())}updateScroll(){this.contentSlot!=null?(this.withScroll=this.contentSlot[this.scrollSizeAttribute]>this.contentSlot[this.sizeAttribute],this.startReached=this.contentSlot[this.scrollAttribute]===0,this.endReached=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]+1>=this.contentSlot[this.scrollSizeAttribute]):(this.withScroll=!1,this.startReached=!0,this.endReached=!0)}get lastElement(){return this.elements[this.elements.length-1]}get firstElementOffset(){let e=this.elements[0];return e?e[this.offsetAttribute]:0}get controlsSize(){return this.controls?36:0}get nextSize(){return this.endReached?0:this.controlsSize}get prevSize(){return this.startReached?0:this.controlsSize}getOffset(e){return e[this.offsetAttribute]-this.firstElementOffset}getDistanceFromStart(e){let r=e===this.elements[0]?0:this.controlsSize;return Math.abs(this.getOffset(e)-this.contentSlot[this.scrollAttribute]-r)}};fe.elementDefinitions={"ft-button":D};fe.styles=Qu
|
|
1158
|
+
`}update(e){super.update(e),e.has("horizontal")&&(this.horizontal?(this.offsetAttribute="offsetLeft",this.scrollAttribute="scrollLeft",this.sizeAttribute="clientWidth",this.scrollSizeAttribute="scrollWidth"):(this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight")),e.has("currentElement")&&this.dispatchEvent(new ms(this.currentElement,this.elements[this.currentElement]))}contentAvailableCallback(e){var r;super.contentAvailableCallback(e),this.contentSlot&&this.listenedContainer!==this.contentSlot&&(this.resizeObserver.observe(this.contentSlot),this.listenedContainer&&this.listenedContainer.removeEventListener("scroll",this.updateScrollCallback),this.listenedContainer=this.contentSlot,(r=this.listenedContainer)===null||r===void 0||r.addEventListener("scroll",this.updateScrollCallback))}onScroll(){this.scrollDebouncer.run(()=>this.snap()),this.scheduleUpdateScroll()}snap(){let e=this.closestElementFromStart();if(e!=null){let r=this.getDistanceFromStart(e);Math.abs(this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.contentSlot[this.scrollSizeAttribute])<r&&(e=this.lastElement),this.scrollToElement(e)}}scrollToElement(e){var r,i;e&&(this.horizontal?(r=this.contentSlot)===null||r===void 0||r.scrollTo({left:this.getOffset(e)-this.controlsSize,behavior:"smooth"}):(i=this.contentSlot)===null||i===void 0||i.scrollTo({top:this.getOffset(e)-this.controlsSize,behavior:"smooth"}),this.currentElement=this.elements.indexOf(e))}onSlotChange(){var e,r;this.elements=(r=(e=this.contentSlot)===null||e===void 0?void 0:e.assignedElements().map(i=>i))!==null&&r!==void 0?r:[],this.scheduleUpdateScroll()}closestElementFromStart(){return this.elements[this.closestIndexFromStart()]}closestIndexFromStart(){let e=-1;for(let r=0;r<this.elements.length;r++)(e<0||this.getDistanceFromStart(this.elements[r])<this.getDistanceFromStart(this.elements[e]))&&(e=r);return e}scheduleUpdateScroll(){this.updateScrollDebouncer.run(()=>this.updateScroll())}updateScroll(){this.contentSlot!=null?(this.withScroll=this.contentSlot[this.scrollSizeAttribute]>this.contentSlot[this.sizeAttribute],this.startReached=this.contentSlot[this.scrollAttribute]===0,this.endReached=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]+1>=this.contentSlot[this.scrollSizeAttribute]):(this.withScroll=!1,this.startReached=!0,this.endReached=!0)}get lastElement(){return this.elements[this.elements.length-1]}get firstElementOffset(){let e=this.elements[0];return e?e[this.offsetAttribute]:0}get controlsSize(){return this.controls?36:0}get nextSize(){return this.endReached?0:this.controlsSize}get prevSize(){return this.startReached?0:this.controlsSize}getOffset(e){return e[this.offsetAttribute]-this.firstElementOffset}getDistanceFromStart(e){let r=e===this.elements[0]?0:this.controlsSize;return Math.abs(this.getOffset(e)-this.contentSlot[this.scrollAttribute]-r)}};fe.elementDefinitions={"ft-button":D};fe.styles=Qu;Pt([(0,Je.property)({type:Boolean})],fe.prototype,"horizontal",void 0);Pt([(0,Je.property)({type:Boolean})],fe.prototype,"hideScrollbar",void 0);Pt([(0,Je.property)({type:Boolean})],fe.prototype,"controls",void 0);Pt([(0,Je.property)({type:Boolean})],fe.prototype,"limitSize",void 0);Pt([(0,Je.state)()],fe.prototype,"elements",void 0);Pt([(0,Je.state)()],fe.prototype,"currentElement",void 0);Pt([(0,Je.state)()],fe.prototype,"withScroll",void 0);Pt([(0,Je.state)()],fe.prototype,"startReached",void 0);Pt([(0,Je.state)()],fe.prototype,"endReached",void 0);Pt([(0,Je.query)(".ft-snap-scroll--content")],fe.prototype,"contentSlot",void 0);var ip=u(v());var rp={"ft-snap-scroll":fe};(0,ip.customElements)(rp);var np=u(O()),Z=u(v());var Ue={colorOutline:Z.FtCssVariableFactory.external(Z.designSystemVariables.colorOutline,"Design system"),colorOnSurface:Z.FtCssVariableFactory.external(Z.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:Z.FtCssVariableFactory.external(Z.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorPrimary:Z.FtCssVariableFactory.external(Z.designSystemVariables.colorPrimary,"Design system"),colorSurface:Z.FtCssVariableFactory.external(Z.designSystemVariables.colorSurface,"Design system"),transitionDuration:Z.FtCssVariableFactory.external(Z.designSystemVariables.transitionDuration,"Design system"),transitionTimingFunction:Z.FtCssVariableFactory.external(Z.designSystemVariables.transitionTimingFunction,"Design system"),labelColor:Z.FtCssVariableFactory.extend("--ft-filter-label-color","",Z.designSystemVariables.colorOnSurface),labelFontSize:Z.FtCssVariableFactory.extend("--ft-filter-label-font-size","",x.fontSize,"16px")},op=[qt,Z.noTextInputDefaultClearButton,np.css`
|
|
1159
1159
|
:host {
|
|
1160
1160
|
display: flex;
|
|
1161
1161
|
max-height: 100%;
|
|
@@ -1356,21 +1356,21 @@
|
|
|
1356
1356
|
noValuesLabel="${this.noValuesLabel}"
|
|
1357
1357
|
.filteredOptionsNumberAriaNotification=${this.filteredOptionsNumberAriaNotification}
|
|
1358
1358
|
></ft-filter-level>
|
|
1359
|
-
`}goBack(e){this.slideOut=e.detail.value,(0,ae.waitUntil)(()=>this.slideOut===void 0).then(()=>{var r;let i=(r=this.levelsContainer)===null||r===void 0?void 0:r.querySelector(".ft-filter--level-center");i?.focusOnExpandButton(e.detail.value)})}onDisplayLevel(e){this.displayedLevels.push(e.detail.value),this.slideIn=e.detail.value,(0,ae.waitUntil)(()=>this.slideIn===void 0).then(()=>{var r;let i=(r=this.levelsContainer)===null||r===void 0?void 0:r.querySelector(".ft-filter--level-center");i?.focusOnBackButton()})}focusOnFirstOption(){(0,ae.waitUntil)(()=>this.slideOut===void 0).then(()=>{var e;let r=(e=this.levelsContainer)===null||e===void 0?void 0:e.querySelector(".ft-filter--level-center");r?.focusOnFirstOption()})}clear(){if(this.flatOptions.forEach(e=>e.selected=!1),this.displayedLevels.length>0){let e=this.displayedLevels[this.displayedLevels.length-1];this.displayedLevels=[e],this.slideOut=e}this.optionsChanged()}onChange(e){var r;e.stopPropagation();let i=this.flatOptions.find(o=>o.value===e.detail.value);i.selected=!i.selected;let n=o=>{var s;o!==i&&(o.selected=!1),(s=o.subOptions)===null||s===void 0||s.forEach(n)};this.multivalued?(r=i.subOptions)===null||r===void 0||r.forEach(n):this.options.forEach(n),this.optionsChanged()}optionsChanged(){this.changeDebouncer.run(()=>{var e;this.sendEventIfValuesChanged(),this.requestUpdate(),(e=this.levels)===null||e===void 0||e.forEach(r=>r.updateFilteredOptions())})}sendEventIfValuesChanged(){let e=this.selectedValues;(0,ae.deepEqual)(this.lastDispatchedValues,e)||(this.dispatchEvent(new gs(e)),this.lastDispatchedValues=e)}updateOptionsFromSlot(e){e.stopPropagation(),this.options=this.slotElement.assignedElements().map(r=>r),this.optionsChanged()}onFilterChange(){var e,r;this.filter=(r=(e=this.filterInput)===null||e===void 0?void 0:e.value)!==null&&r!==void 0?r:""}updateScroll(){this.valuesContainer&&(this.withScroll=this.valuesContainer.scrollHeight>this.valuesContainer.clientHeight)}};H.elementDefinitions={"ft-button":D,"ft-filter-level":ie,"ft-snap-scroll":fe,"ft-typography":V};H.styles=op;J([(0,G.property)({type:String})],H.prototype,"id",void 0);J([(0,G.property)({type:String})],H.prototype,"label",void 0);J([(0,G.property)({type:String})],H.prototype,"filterPlaceHolder",void 0);J([(0,G.property)({type:String})],H.prototype,"clearButtonLabel",void 0);J([(0,G.property)({type:String})],H.prototype,"moreValuesButtonLabel",void 0);J([(0,G.property)({type:String})],H.prototype,"noValuesLabel",void 0);J([(0,ae.jsonProperty)([])],H.prototype,"options",void 0);J([(0,G.property)({type:Boolean})],H.prototype,"multivalued",void 0);J([(0,G.property)({type:Boolean})],H.prototype,"disabled",void 0);J([(0,G.property)({type:Boolean})],H.prototype,"raiseSelectedOptions",void 0);J([(0,G.property)({type:Boolean})],H.prototype,"displayCount",void 0);J([(0,ae.numberProperty)()],H.prototype,"displayedValuesLimit",void 0);J([(0,ae.jsonProperty)(void 0)],H.prototype,"filteredOptionsNumberAriaNotification",void 0);J([(0,G.property)({type:Boolean})],H.prototype,"hideClearButton",void 0);J([(0,G.query)(".ft-filter--slot")],H.prototype,"slotElement",void 0);J([(0,G.query)(".ft-filter--container")],H.prototype,"container",void 0);J([(0,G.query)(".ft-filter--values")],H.prototype,"valuesContainer",void 0);J([(0,G.query)(".ft-filter--levels")],H.prototype,"levelsContainer",void 0);J([(0,G.state)()],H.prototype,"lastLevelHasHiddenvalues",void 0);J([(0,G.query)(".ft-filter--filter input")],H.prototype,"filterInput",void 0);J([(0,G.queryAll)(".ft-filter--levels ft-filter-level")],H.prototype,"levels",void 0);J([(0,G.state)()],H.prototype,"withScroll",void 0);J([(0,G.state)()],H.prototype,"filter",void 0);J([(0,G.state)()],H.prototype,"slideIn",void 0);J([(0,G.state)()],H.prototype,"slideOut",void 0);var Vn=u(v()),kr=u(j()),sp=u(
|
|
1359
|
+
`}goBack(e){this.slideOut=e.detail.value,(0,ae.waitUntil)(()=>this.slideOut===void 0).then(()=>{var r;let i=(r=this.levelsContainer)===null||r===void 0?void 0:r.querySelector(".ft-filter--level-center");i?.focusOnExpandButton(e.detail.value)})}onDisplayLevel(e){this.displayedLevels.push(e.detail.value),this.slideIn=e.detail.value,(0,ae.waitUntil)(()=>this.slideIn===void 0).then(()=>{var r;let i=(r=this.levelsContainer)===null||r===void 0?void 0:r.querySelector(".ft-filter--level-center");i?.focusOnBackButton()})}focusOnFirstOption(){(0,ae.waitUntil)(()=>this.slideOut===void 0).then(()=>{var e;let r=(e=this.levelsContainer)===null||e===void 0?void 0:e.querySelector(".ft-filter--level-center");r?.focusOnFirstOption()})}clear(){if(this.flatOptions.forEach(e=>e.selected=!1),this.displayedLevels.length>0){let e=this.displayedLevels[this.displayedLevels.length-1];this.displayedLevels=[e],this.slideOut=e}this.optionsChanged()}onChange(e){var r;e.stopPropagation();let i=this.flatOptions.find(o=>o.value===e.detail.value);i.selected=!i.selected;let n=o=>{var s;o!==i&&(o.selected=!1),(s=o.subOptions)===null||s===void 0||s.forEach(n)};this.multivalued?(r=i.subOptions)===null||r===void 0||r.forEach(n):this.options.forEach(n),this.optionsChanged()}optionsChanged(){this.changeDebouncer.run(()=>{var e;this.sendEventIfValuesChanged(),this.requestUpdate(),(e=this.levels)===null||e===void 0||e.forEach(r=>r.updateFilteredOptions())})}sendEventIfValuesChanged(){let e=this.selectedValues;(0,ae.deepEqual)(this.lastDispatchedValues,e)||(this.dispatchEvent(new gs(e)),this.lastDispatchedValues=e)}updateOptionsFromSlot(e){e.stopPropagation(),this.options=this.slotElement.assignedElements().map(r=>r),this.optionsChanged()}onFilterChange(){var e,r;this.filter=(r=(e=this.filterInput)===null||e===void 0?void 0:e.value)!==null&&r!==void 0?r:""}updateScroll(){this.valuesContainer&&(this.withScroll=this.valuesContainer.scrollHeight>this.valuesContainer.clientHeight)}};H.elementDefinitions={"ft-button":D,"ft-filter-level":ie,"ft-snap-scroll":fe,"ft-typography":V};H.styles=op;J([(0,G.property)({type:String})],H.prototype,"id",void 0);J([(0,G.property)({type:String})],H.prototype,"label",void 0);J([(0,G.property)({type:String})],H.prototype,"filterPlaceHolder",void 0);J([(0,G.property)({type:String})],H.prototype,"clearButtonLabel",void 0);J([(0,G.property)({type:String})],H.prototype,"moreValuesButtonLabel",void 0);J([(0,G.property)({type:String})],H.prototype,"noValuesLabel",void 0);J([(0,ae.jsonProperty)([])],H.prototype,"options",void 0);J([(0,G.property)({type:Boolean})],H.prototype,"multivalued",void 0);J([(0,G.property)({type:Boolean})],H.prototype,"disabled",void 0);J([(0,G.property)({type:Boolean})],H.prototype,"raiseSelectedOptions",void 0);J([(0,G.property)({type:Boolean})],H.prototype,"displayCount",void 0);J([(0,ae.numberProperty)()],H.prototype,"displayedValuesLimit",void 0);J([(0,ae.jsonProperty)(void 0)],H.prototype,"filteredOptionsNumberAriaNotification",void 0);J([(0,G.property)({type:Boolean})],H.prototype,"hideClearButton",void 0);J([(0,G.query)(".ft-filter--slot")],H.prototype,"slotElement",void 0);J([(0,G.query)(".ft-filter--container")],H.prototype,"container",void 0);J([(0,G.query)(".ft-filter--values")],H.prototype,"valuesContainer",void 0);J([(0,G.query)(".ft-filter--levels")],H.prototype,"levelsContainer",void 0);J([(0,G.state)()],H.prototype,"lastLevelHasHiddenvalues",void 0);J([(0,G.query)(".ft-filter--filter input")],H.prototype,"filterInput",void 0);J([(0,G.queryAll)(".ft-filter--levels ft-filter-level")],H.prototype,"levels",void 0);J([(0,G.state)()],H.prototype,"withScroll",void 0);J([(0,G.state)()],H.prototype,"filter",void 0);J([(0,G.state)()],H.prototype,"slideIn",void 0);J([(0,G.state)()],H.prototype,"slideOut",void 0);var Vn=u(v()),kr=u(j()),sp=u(O()),li=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},Qe=class extends Vn.FtLitElement{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1,this.subOptions=[]}render(){return sp.html`
|
|
1360
1360
|
<slot class="ft-filter-option--slot" @slotchange=${this.updateSubOptionsFromSlot}></slot>
|
|
1361
|
-
`}updateSubOptionsFromSlot(e){e.stopPropagation(),this.subOptions=this.slotElement.assignedElements().map(r=>r)}update(e){super.update(e),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}};Qe.elementDefinitions={};li([(0,kr.property)({type:String})],Qe.prototype,"label",void 0);li([(0,kr.property)({type:Object,converter:t=>t})],Qe.prototype,"value",void 0);li([(0,kr.property)({type:Boolean,reflect:!0})],Qe.prototype,"selected",void 0);li([(0,kr.property)({type:Object})],Qe.prototype,"subOptions",void 0);li([(0,Vn.jsonProperty)({})],Qe.prototype,"renderOption",void 0);li([(0,kr.query)(".ft-filter-option--slot")],Qe.prototype,"slotElement",void 0);var lp=u(v());var ap={"ft-filter":H,"ft-filter-option":Qe};(0,lp.customElements)(ap);var dp=u(
|
|
1361
|
+
`}updateSubOptionsFromSlot(e){e.stopPropagation(),this.subOptions=this.slotElement.assignedElements().map(r=>r)}update(e){super.update(e),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}};Qe.elementDefinitions={};li([(0,kr.property)({type:String})],Qe.prototype,"label",void 0);li([(0,kr.property)({type:Object,converter:t=>t})],Qe.prototype,"value",void 0);li([(0,kr.property)({type:Boolean,reflect:!0})],Qe.prototype,"selected",void 0);li([(0,kr.property)({type:Object})],Qe.prototype,"subOptions",void 0);li([(0,Vn.jsonProperty)({})],Qe.prototype,"renderOption",void 0);li([(0,kr.query)(".ft-filter-option--slot")],Qe.prototype,"slotElement",void 0);var lp=u(v());var ap={"ft-filter":H,"ft-filter-option":Qe};(0,lp.customElements)(ap);var dp=u(O()),Wn=u(j()),fp=u(v());var cp=u(O());var up=cp.css`
|
|
1362
1362
|
.ft-accordion {
|
|
1363
1363
|
box-sizing: border-box;
|
|
1364
1364
|
}
|
|
1365
|
-
`;var pp=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o}
|
|
1365
|
+
`;var pp=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},$t=class extends fp.FtLitElement{constructor(){super(...arguments),this.multi=!1}render(){return dp.html`
|
|
1366
1366
|
<div class="ft-accordion">
|
|
1367
1367
|
<slot @activated=${this.onChange}></slot>
|
|
1368
1368
|
</div>
|
|
1369
|
-
`}onChange(e){e.stopPropagation(),this.multi||this.content.assignedElements().forEach(r=>r.active=r===e.target)}}
|
|
1369
|
+
`}onChange(e){e.stopPropagation(),this.multi||this.content.assignedElements().forEach(r=>r.active=r===e.target)}};$t.elementDefinitions={};$t.styles=up;pp([(0,Wn.property)({type:Boolean})],$t.prototype,"multi",void 0);pp([(0,Wn.query)("slot")],$t.prototype,"content",void 0);var Wi=u(O()),qi=u(j()),gp=u(v());var hp=u(O()),$r=u(v()),Pr={horizontalSpacing:$r.FtCssVariableFactory.create("--ft-accordion-toggle-horizontal-spacing","","SIZE","16px"),verticalSpacing:$r.FtCssVariableFactory.create("--ft-accordion-toggle-vertical-spacing","","SIZE","16px"),colorOutline:$r.FtCssVariableFactory.external($r.designSystemVariables.colorOutline,"Design system"),backgroundColor:$r.FtCssVariableFactory.create("--ft-accordion-item-background-color","","COLOR","#FFFFFF")},mp=hp.css`
|
|
1370
1370
|
.ft-accordion-item {
|
|
1371
1371
|
display: flex;
|
|
1372
1372
|
flex-direction: column;
|
|
1373
|
-
background-color: ${
|
|
1373
|
+
background-color: ${Pr.backgroundColor};
|
|
1374
1374
|
}
|
|
1375
1375
|
|
|
1376
1376
|
.ft-accordion-item--toggle {
|
|
@@ -1380,8 +1380,8 @@
|
|
|
1380
1380
|
display: flex;
|
|
1381
1381
|
align-items: center;
|
|
1382
1382
|
cursor: pointer;
|
|
1383
|
-
padding: ${
|
|
1384
|
-
gap: calc(${
|
|
1383
|
+
padding: ${Pr.verticalSpacing} ${Pr.horizontalSpacing};
|
|
1384
|
+
gap: calc(${Pr.horizontalSpacing} / 2);
|
|
1385
1385
|
outline: none;
|
|
1386
1386
|
}
|
|
1387
1387
|
|
|
@@ -1406,11 +1406,11 @@
|
|
|
1406
1406
|
.ft-accordion-item--active .ft-accordion-item--content {
|
|
1407
1407
|
height: initial;
|
|
1408
1408
|
overflow: visible;
|
|
1409
|
-
padding: ${
|
|
1409
|
+
padding: ${Pr.verticalSpacing} ${Pr.horizontalSpacing};
|
|
1410
1410
|
}
|
|
1411
1411
|
|
|
1412
1412
|
.ft-accordion-item--separator {
|
|
1413
|
-
border-bottom: 1px solid ${
|
|
1413
|
+
border-bottom: 1px solid ${Pr.colorOutline};
|
|
1414
1414
|
}
|
|
1415
1415
|
`;var qn=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},dt=class extends gp.FtLitElement{constructor(){super(...arguments),this.icon="",this.label="",this.active=!1}render(){return Wi.html`
|
|
1416
1416
|
<div class="ft-accordion-item ${this.active?"ft-accordion-item--active":""}">
|
|
@@ -1442,7 +1442,7 @@
|
|
|
1442
1442
|
</div>
|
|
1443
1443
|
<div class="ft-accordion-item--separator" part="separator"></div>
|
|
1444
1444
|
</div>
|
|
1445
|
-
`}update(e){super.update(e),e.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(e){(e.key==="Enter"||e.key===" ")&&(e.preventDefault(),this.active=!this.active)}};dt.elementDefinitions={"ft-ripple":M,"ft-typography":V,"ft-icon":te};dt.styles=mp;qn([(0,qi.property)()],dt.prototype,"icon",void 0);qn([(0,qi.property)()],dt.prototype,"iconVariant",void 0);qn([(0,qi.property)()],dt.prototype,"label",void 0);qn([(0,qi.property)({type:Boolean,reflect:!0})],dt.prototype,"active",void 0);var yp=u(v());var vp={"ft-accordion"
|
|
1445
|
+
`}update(e){super.update(e),e.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(e){(e.key==="Enter"||e.key===" ")&&(e.preventDefault(),this.active=!this.active)}};dt.elementDefinitions={"ft-ripple":M,"ft-typography":V,"ft-icon":te};dt.styles=mp;qn([(0,qi.property)()],dt.prototype,"icon",void 0);qn([(0,qi.property)()],dt.prototype,"iconVariant",void 0);qn([(0,qi.property)()],dt.prototype,"label",void 0);qn([(0,qi.property)({type:Boolean,reflect:!0})],dt.prototype,"active",void 0);var yp=u(v());var vp={"ft-accordion":$t,"ft-accordion-item":dt};(0,yp.customElements)(vp);var Kn=u(O()),Oe=u(j()),Ap=u(it()),ci=u(v());var Ki=u(O()),I=u(v());var bp=I.FtCssVariableFactory.extend("--ft-chip-color","",I.designSystemVariables.colorOnSurface),Ae={backgroundColor:I.FtCssVariableFactory.extend("--ft-chip-background-color","",I.designSystemVariables.colorSurface),color:bp,fontSize:I.FtCssVariableFactory.extend("--ft-chip-font-size","",ge.fontSize),fontWeight:I.FtCssVariableFactory.extend("--ft-chip-font-weight","",ge.fontWeight),iconSize:I.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),borderRadius:I.FtCssVariableFactory.create("--ft-chip-border-radius","","SIZE",""),rippleColor:I.FtCssVariableFactory.extend("--ft-chip-ripple-color","",bp),horizontalPadding:I.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:I.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),borderColor:I.FtCssVariableFactory.extend("--ft-chip-border-color","",I.designSystemVariables.colorOutline),opacityDisabled:I.FtCssVariableFactory.external(I.designSystemVariables.colorOpacityDisabled,"Design system")},xp=I.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",I.FtCssVariableFactory.extend("--ft-chip-color","",I.designSystemVariables.colorOnPrimary)),vs={backgroundColor:I.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",I.FtCssVariableFactory.extend("--ft-chip-background-color","",I.designSystemVariables.colorPrimary)),color:xp,rippleColor:I.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",xp)},Sp={horizontalPadding:I.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),verticalPadding:I.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px")},Ep=[I.noTextSelect,Ki.css`
|
|
1446
1446
|
:host {
|
|
1447
1447
|
display: inline-block;
|
|
1448
1448
|
max-width: 100%;
|
|
@@ -1582,7 +1582,7 @@
|
|
|
1582
1582
|
.ft-chip:not(.ft-chip--trailing-icon) .ft-chip--icon-button {
|
|
1583
1583
|
order: -1;
|
|
1584
1584
|
}
|
|
1585
|
-
`];var
|
|
1585
|
+
`];var $e=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},Gn=class extends CustomEvent{constructor(){super("icon-click")}},ne=class extends ci.FtLitElement{constructor(){super(...arguments),this.highlighted=!1,this.removable=!1,this.disabled=!1,this.clickable=!1,this.iconClickable=!1,this.dense=!1,this.multiLine=!1,this.label="",this.iconLabel="",this.hideIconTooltip=!1,this.icon=void 0,this.trailingIcon=!1}render(){var e;let r={"ft-chip":!0,"ft-chip--highlighted":this.highlighted,"ft-chip--disabled":this.disabled,"ft-chip--clickable":this.interactionsOnChip,"ft-chip--trailing-icon":this.trailingIcon||this.removable,"ft-chip--no-content":!this.hasTextContent(),"ft-chip--dense":this.dense,"ft-chip--multi-line":this.multiLine,"ft-chip--safari-fix":ci.isSafari};return Kn.html`
|
|
1586
1586
|
<div class="${(0,Ap.classMap)(r)}"
|
|
1587
1587
|
aria-label="${this.getLabel()}"
|
|
1588
1588
|
tabindex="${this.interactionsOnChip?0:-1}"
|
|
@@ -1609,7 +1609,7 @@
|
|
|
1609
1609
|
<div class="ft-chip--icon-container ft-no-text-select" part="icon-container">
|
|
1610
1610
|
<ft-icon .variant=${this.iconVariant} .value=${this.internalIcon} part="icon"></ft-icon>
|
|
1611
1611
|
</div>
|
|
1612
|
-
`}onKeyUp(e){this.interactionsOnChip&&["Enter"," "].includes(e.key)&&e.target.click()}onIconKeyUp(e){this.interactionsOnIcon&&["Enter"," "].includes(e.key)&&(e.stopPropagation(),this.dispatchEvent(new Gn))}onIconClick(e){this.interactionsOnIcon&&(e.stopPropagation(),this.dispatchEvent(new Gn))}getLabel(){return this.label||this.getTextContent()}getTextContent(){return(0,ci.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}};ne.elementDefinitions={"ft-ripple":M,"ft-typography":V,"ft-icon":te,"ft-button":D};ne.styles=Ep
|
|
1612
|
+
`}onKeyUp(e){this.interactionsOnChip&&["Enter"," "].includes(e.key)&&e.target.click()}onIconKeyUp(e){this.interactionsOnIcon&&["Enter"," "].includes(e.key)&&(e.stopPropagation(),this.dispatchEvent(new Gn))}onIconClick(e){this.interactionsOnIcon&&(e.stopPropagation(),this.dispatchEvent(new Gn))}getLabel(){return this.label||this.getTextContent()}getTextContent(){return(0,ci.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}};ne.elementDefinitions={"ft-ripple":M,"ft-typography":V,"ft-icon":te,"ft-button":D};ne.styles=Ep;$e([(0,Oe.property)({type:Boolean})],ne.prototype,"highlighted",void 0);$e([(0,Oe.property)({type:Boolean})],ne.prototype,"removable",void 0);$e([(0,Oe.property)({type:Boolean})],ne.prototype,"disabled",void 0);$e([(0,Oe.property)({type:Boolean})],ne.prototype,"clickable",void 0);$e([(0,Oe.property)({type:Boolean})],ne.prototype,"iconClickable",void 0);$e([(0,Oe.property)({type:Boolean})],ne.prototype,"dense",void 0);$e([(0,Oe.property)({type:Boolean})],ne.prototype,"multiLine",void 0);$e([(0,Oe.property)()],ne.prototype,"label",void 0);$e([(0,Oe.property)()],ne.prototype,"iconLabel",void 0);$e([(0,Oe.property)({type:Boolean})],ne.prototype,"hideIconTooltip",void 0);$e([(0,Oe.property)()],ne.prototype,"icon",void 0);$e([(0,Oe.property)()],ne.prototype,"iconVariant",void 0);$e([(0,Oe.property)({type:Boolean})],ne.prototype,"trailingIcon",void 0);$e([(0,Oe.property)()],ne.prototype,"typographyVariant",void 0);$e([(0,Oe.query)("ft-typography slot")],ne.prototype,"slottedContent",void 0);var Cp=u(v());var Op={"ft-chip":ne};(0,Cp.customElements)(Op);var pi=u(O()),he=u(j()),Bp=u(it()),Fp=u(cr());function Gi(t,e,r){return t?e(t):r?.(t)}var ft=u(v());var Yn=u(j());var wp=u(O()),Q=u(v());var N={fontSize:Q.FtCssVariableFactory.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:Q.FtCssVariableFactory.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:Q.FtCssVariableFactory.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:Q.FtCssVariableFactory.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:Q.FtCssVariableFactory.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:Q.FtCssVariableFactory.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:Q.FtCssVariableFactory.extend("--ft-input-label-border-color","",Q.designSystemVariables.colorOutline),textColor:Q.FtCssVariableFactory.extend("--ft-input-label-text-color","",Q.designSystemVariables.colorOnSurfaceMedium),disabledTextColor:Q.FtCssVariableFactory.extend("--ft-input-label-disabled-text-color","",Q.designSystemVariables.colorOnSurfaceDisabled),backgroundColor:Q.FtCssVariableFactory.extend("--ft-input-label-background-color","",Q.designSystemVariables.colorSurface),borderRadius:Q.FtCssVariableFactory.extend("--ft-input-label-border-radius","",Q.designSystemVariables.borderRadiusS),colorError:Q.FtCssVariableFactory.external(Q.designSystemVariables.colorError,"Design system")},Rp=wp.css`
|
|
1613
1613
|
.ft-input-label {
|
|
1614
1614
|
position: absolute;
|
|
1615
1615
|
inset: 0;
|
|
@@ -1731,7 +1731,7 @@
|
|
|
1731
1731
|
.ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
|
|
1732
1732
|
border-top: none;
|
|
1733
1733
|
}
|
|
1734
|
-
`;var ys=u(
|
|
1734
|
+
`;var ys=u(O()),bs=u(j());var _p=u(it()),Lp=u(v()),Tp=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},Dr=class extends Lp.FtLitElement{constructor(){super(...arguments),this.text="",this.raised=!1}get inputLabelClasses(){return{}}render(){return ys.html`
|
|
1735
1735
|
<div class="${(0,_p.classMap)(this.inputLabelClasses)}">
|
|
1736
1736
|
${Gi(this.text,()=>ys.html`
|
|
1737
1737
|
<div class="ft-input-label--text ft-typography--caption">
|
|
@@ -1740,7 +1740,7 @@
|
|
|
1740
1740
|
</div>
|
|
1741
1741
|
`)}
|
|
1742
1742
|
</div>
|
|
1743
|
-
`}};Dr.elementDefinitions={};Tp([(0,bs.property)({type:String})],Dr.prototype,"text",void 0);Tp([(0,bs.property)({type:Boolean})],Dr.prototype,"raised",void 0);var xs=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},At=class extends Dr{constructor(){super(...arguments),this.outlined=!1,this.error=!1,this.disabled=!1}get inputLabelClasses(){return{"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error}}};At.elementDefinitions={};At.styles=[qt,Rp];xs([(0,Yn.property)({type:Boolean})],At.prototype,"outlined",void 0);xs([(0,Yn.property)({type:Boolean})],At.prototype,"error",void 0);xs([(0,Yn.property)({type:Boolean})],At.prototype,"disabled",void 0);var
|
|
1743
|
+
`}};Dr.elementDefinitions={};Tp([(0,bs.property)({type:String})],Dr.prototype,"text",void 0);Tp([(0,bs.property)({type:Boolean})],Dr.prototype,"raised",void 0);var xs=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},At=class extends Dr{constructor(){super(...arguments),this.outlined=!1,this.error=!1,this.disabled=!1}get inputLabelClasses(){return{"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error}}};At.elementDefinitions={};At.styles=[qt,Rp];xs([(0,Yn.property)({type:Boolean})],At.prototype,"outlined",void 0);xs([(0,Yn.property)({type:Boolean})],At.prototype,"error",void 0);xs([(0,Yn.property)({type:Boolean})],At.prototype,"disabled",void 0);var Pp=u(v());var kp={"ft-input-label":At};(0,Pp.customElements)(kp);var $p=u(O()),$=u(v());var P={labelSize:$.FtCssVariableFactory.create("--ft-select-label-size","","SIZE","11px"),selectedOptionSize:$.FtCssVariableFactory.create("--ft-select-selected-option-size","","SIZE","14px"),verticalSpacing:$.FtCssVariableFactory.create("--ft-select-vertical-spacing","","SIZE","4px"),horizontalSpacing:$.FtCssVariableFactory.create("--ft-select-horizontal-spacing","","SIZE","16px"),optionsHeight:$.FtCssVariableFactory.create("--ft-select-options-height","","SIZE","70vh"),selectedOptionColor:$.FtCssVariableFactory.extend("--ft-select-selected-option-color","",$.designSystemVariables.colorOnSurface),helperColor:$.FtCssVariableFactory.extend("--ft-select-helper-color","",$.designSystemVariables.colorOnSurfaceMedium),optionsColor:$.FtCssVariableFactory.extend("--ft-select-options-color","",$.designSystemVariables.colorOnSurface),optionsZIndex:$.FtCssVariableFactory.create("--ft-select-options-z-index","","NUMBER","3"),backgroundColor:$.FtCssVariableFactory.extend("--ft-select-background-color","",$.designSystemVariables.colorSurface),colorOnSurfaceDisabled:$.FtCssVariableFactory.external($.designSystemVariables.colorOnSurfaceDisabled,"Design system"),colorPrimary:$.FtCssVariableFactory.external($.designSystemVariables.colorPrimary,"Design system"),borderRadiusS:$.FtCssVariableFactory.external($.designSystemVariables.borderRadiusS,"Design system"),elevation02:$.FtCssVariableFactory.external($.designSystemVariables.elevation02,"Design system"),colorError:$.FtCssVariableFactory.external($.designSystemVariables.colorError,"Design system")},Dp=$p.css`
|
|
1744
1744
|
*:focus {
|
|
1745
1745
|
outline: none;
|
|
1746
1746
|
}
|
|
@@ -1755,7 +1755,7 @@
|
|
|
1755
1755
|
.ft-select--main-panel {
|
|
1756
1756
|
position: relative;
|
|
1757
1757
|
display: flex;
|
|
1758
|
-
height: calc(4 * ${
|
|
1758
|
+
height: calc(4 * ${P.verticalSpacing} + ${P.labelSize} + ${P.selectedOptionSize});
|
|
1759
1759
|
}
|
|
1760
1760
|
|
|
1761
1761
|
.ft-select--input-panel {
|
|
@@ -1764,17 +1764,17 @@
|
|
|
1764
1764
|
display: flex;
|
|
1765
1765
|
align-items: center;
|
|
1766
1766
|
overflow: hidden;
|
|
1767
|
-
padding-left: ${
|
|
1768
|
-
padding-right: ${
|
|
1767
|
+
padding-left: ${P.horizontalSpacing};
|
|
1768
|
+
padding-right: ${P.horizontalSpacing};
|
|
1769
1769
|
gap: 8px;
|
|
1770
|
-
color: ${
|
|
1771
|
-
${(0
|
|
1770
|
+
color: ${P.selectedOptionColor};
|
|
1771
|
+
${(0,$.setVariable)(W.color,P.selectedOptionColor)};
|
|
1772
1772
|
}
|
|
1773
1773
|
|
|
1774
1774
|
.ft-select--input-panel,
|
|
1775
1775
|
.ft-select--options {
|
|
1776
|
-
${(0
|
|
1777
|
-
${(0
|
|
1776
|
+
${(0,$.setVariable)(W.opacityContentOnSurfaceHover,"0.08")};
|
|
1777
|
+
${(0,$.setVariable)(W.opacityContentOnSurfacePressed,"0.04")};
|
|
1778
1778
|
}
|
|
1779
1779
|
|
|
1780
1780
|
.ft-select--input-panel > *:not(ft-ripple) {
|
|
@@ -1783,7 +1783,7 @@
|
|
|
1783
1783
|
|
|
1784
1784
|
.ft-select--disabled .ft-select--input-panel,
|
|
1785
1785
|
.ft-select--disabled .ft-select--options {
|
|
1786
|
-
color: ${
|
|
1786
|
+
color: ${P.colorOnSurfaceDisabled};
|
|
1787
1787
|
}
|
|
1788
1788
|
|
|
1789
1789
|
.ft-select:not(.ft-select--disabled) .ft-select--input-panel,
|
|
@@ -1792,21 +1792,21 @@
|
|
|
1792
1792
|
}
|
|
1793
1793
|
|
|
1794
1794
|
ft-input-label {
|
|
1795
|
-
${(0
|
|
1796
|
-
${(0
|
|
1797
|
-
${(0
|
|
1798
|
-
${(0
|
|
1799
|
-
${(0
|
|
1800
|
-
${(0
|
|
1795
|
+
${(0,$.setVariable)(N.fontSize,P.selectedOptionSize)};
|
|
1796
|
+
${(0,$.setVariable)(N.raisedFontSize,P.labelSize)};
|
|
1797
|
+
${(0,$.setVariable)(N.verticalSpacing,P.verticalSpacing)};
|
|
1798
|
+
${(0,$.setVariable)(N.horizontalSpacing,P.horizontalSpacing)};
|
|
1799
|
+
${(0,$.setVariable)(N.backgroundColor,P.backgroundColor)};
|
|
1800
|
+
${(0,$.setVariable)(N.labelMaxWidth,`calc(100% - ${Le.size} - 8px)`)};
|
|
1801
1801
|
}
|
|
1802
1802
|
|
|
1803
1803
|
.ft-select:not(.ft-select--disabled):focus-within ft-icon {
|
|
1804
|
-
color: ${
|
|
1804
|
+
color: ${P.colorPrimary};
|
|
1805
1805
|
}
|
|
1806
1806
|
|
|
1807
1807
|
.ft-select:not(.ft-select--disabled):focus-within ft-input-label {
|
|
1808
|
-
${(0
|
|
1809
|
-
${(0
|
|
1808
|
+
${(0,$.setVariable)(N.borderColor,P.colorPrimary)};
|
|
1809
|
+
${(0,$.setVariable)(N.textColor,P.colorPrimary)};
|
|
1810
1810
|
}
|
|
1811
1811
|
|
|
1812
1812
|
.ft-select--selected-option {
|
|
@@ -1816,12 +1816,12 @@
|
|
|
1816
1816
|
overflow: hidden;
|
|
1817
1817
|
white-space: nowrap;
|
|
1818
1818
|
text-overflow: ellipsis;
|
|
1819
|
-
${(0
|
|
1820
|
-
${(0
|
|
1819
|
+
${(0,$.setVariable)(Nt.fontSize,P.selectedOptionSize)};
|
|
1820
|
+
${(0,$.setVariable)(Nt.lineHeight,P.selectedOptionSize)};
|
|
1821
1821
|
}
|
|
1822
1822
|
|
|
1823
1823
|
.ft-select--in-error .ft-select--selected-option {
|
|
1824
|
-
color: ${
|
|
1824
|
+
color: ${P.colorError};
|
|
1825
1825
|
}
|
|
1826
1826
|
|
|
1827
1827
|
ft-icon {
|
|
@@ -1831,26 +1831,26 @@
|
|
|
1831
1831
|
|
|
1832
1832
|
|
|
1833
1833
|
.ft-select--filled .ft-select--input-panel {
|
|
1834
|
-
border-radius: ${
|
|
1834
|
+
border-radius: ${P.borderRadiusS} ${P.borderRadiusS} 0 0;
|
|
1835
1835
|
}
|
|
1836
1836
|
|
|
1837
1837
|
.ft-select--filled:not(.ft-select--no-label) .ft-select--selected-option {
|
|
1838
1838
|
align-self: stretch;
|
|
1839
|
-
padding-top: calc(${
|
|
1839
|
+
padding-top: calc(${P.labelSize} + 2 * ${P.verticalSpacing});
|
|
1840
1840
|
}
|
|
1841
1841
|
|
|
1842
1842
|
.ft-select--outlined .ft-select--input-panel {
|
|
1843
|
-
border-radius: ${
|
|
1843
|
+
border-radius: ${P.borderRadiusS};
|
|
1844
1844
|
}
|
|
1845
1845
|
|
|
1846
1846
|
.ft-select--options {
|
|
1847
1847
|
display: none;
|
|
1848
1848
|
position: absolute;
|
|
1849
1849
|
top: 100%;
|
|
1850
|
-
color: ${
|
|
1851
|
-
background: ${
|
|
1852
|
-
z-index: ${
|
|
1853
|
-
box-shadow: ${
|
|
1850
|
+
color: ${P.optionsColor};
|
|
1851
|
+
background: ${P.backgroundColor};
|
|
1852
|
+
z-index: ${P.optionsZIndex};
|
|
1853
|
+
box-shadow: ${P.elevation02};
|
|
1854
1854
|
width: max-content;
|
|
1855
1855
|
}
|
|
1856
1856
|
|
|
@@ -1860,23 +1860,23 @@
|
|
|
1860
1860
|
|
|
1861
1861
|
.ft-select--options-displayed .ft-select--options {
|
|
1862
1862
|
display: block;
|
|
1863
|
-
max-height: ${
|
|
1863
|
+
max-height: ${P.optionsHeight};
|
|
1864
1864
|
overflow-y: auto;
|
|
1865
1865
|
}
|
|
1866
1866
|
|
|
1867
1867
|
.ft-select--helper-text {
|
|
1868
|
-
padding: 0 ${
|
|
1869
|
-
color: ${
|
|
1868
|
+
padding: 0 ${P.horizontalSpacing};
|
|
1869
|
+
color: ${P.helperColor};
|
|
1870
1870
|
}
|
|
1871
1871
|
|
|
1872
1872
|
.ft-select--in-error .ft-select--helper-text {
|
|
1873
|
-
color: ${
|
|
1873
|
+
color: ${P.colorError};
|
|
1874
1874
|
}
|
|
1875
1875
|
|
|
1876
1876
|
.ft-select:not(.ft-select--has-option-selected) .ft-select--selected-option {
|
|
1877
1877
|
opacity: 0;
|
|
1878
1878
|
}
|
|
1879
|
-
`;var Xn=u(v());var ui=u(
|
|
1879
|
+
`;var Xn=u(v());var ui=u(O()),Np=u(it()),sr=u(j());var Ss=u(v());var Ip=u(O()),Mp=Ip.css`
|
|
1880
1880
|
.ft-select--option {
|
|
1881
1881
|
${(0,Ss.setVariable)(W.opacityContentOnSurfaceHover,"0.08")};
|
|
1882
1882
|
${(0,Ss.setVariable)(W.opacityContentOnSurfacePressed,"0.04")};
|
|
@@ -1888,14 +1888,14 @@
|
|
|
1888
1888
|
|
|
1889
1889
|
.ft-select--option {
|
|
1890
1890
|
position: relative;
|
|
1891
|
-
padding: 4px ${
|
|
1891
|
+
padding: 4px ${P.horizontalSpacing};
|
|
1892
1892
|
min-height: 32px;
|
|
1893
1893
|
display: flex;
|
|
1894
1894
|
align-items: center;
|
|
1895
1895
|
}
|
|
1896
1896
|
|
|
1897
1897
|
.ft-select--option:hover {
|
|
1898
|
-
border-left: 2px ${
|
|
1898
|
+
border-left: 2px ${P.colorPrimary} solid;
|
|
1899
1899
|
}
|
|
1900
1900
|
|
|
1901
1901
|
.ft-select--option span {
|
|
@@ -1915,7 +1915,7 @@
|
|
|
1915
1915
|
</slot>
|
|
1916
1916
|
${this.isSlotEmpty?ui.html`<span>${this.label}</span>`:ui.html``}
|
|
1917
1917
|
</div>
|
|
1918
|
-
`}onSlotChange(){this.isSlotEmpty=(0,Xn.isSlotEmptyOrWithoutContent)(this.slotElement)}onClick(){this.dispatchEvent(new Event("select-option",{bubbles:!0,composed:!0}))}update(e){super.update(e),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}};_e.elementDefinitions={"ft-ripple":M};_e.shadowRootOptions={...ui.LitElement.shadowRootOptions,delegatesFocus:!0};_e.styles=[Mp,Vr];Yi([(0,sr.property)({type:String})],_e.prototype,"label",void 0);Yi([(0,sr.property)({type:Object,converter:t=>t})],_e.prototype,"value",void 0);Yi([(0,sr.property)({type:Boolean,reflect:!0})],_e.prototype,"selected",void 0);Yi([(0,sr.query)("slot")],_e.prototype,"slotElement",void 0);Yi([(0,sr.state)()],_e.prototype,"isSlotEmpty",void 0);var
|
|
1918
|
+
`}onSlotChange(){this.isSlotEmpty=(0,Xn.isSlotEmptyOrWithoutContent)(this.slotElement)}onClick(){this.dispatchEvent(new Event("select-option",{bubbles:!0,composed:!0}))}update(e){super.update(e),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}};_e.elementDefinitions={"ft-ripple":M};_e.shadowRootOptions={...ui.LitElement.shadowRootOptions,delegatesFocus:!0};_e.styles=[Mp,Vr];Yi([(0,sr.property)({type:String})],_e.prototype,"label",void 0);Yi([(0,sr.property)({type:Object,converter:t=>t})],_e.prototype,"value",void 0);Yi([(0,sr.property)({type:Boolean,reflect:!0})],_e.prototype,"selected",void 0);Yi([(0,sr.query)("slot")],_e.prototype,"slotElement",void 0);Yi([(0,sr.state)()],_e.prototype,"isSlotEmpty",void 0);var Ce=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o};var Y=class t extends ft.FtLitElement{constructor(){super(...arguments),this.label="",this.ariaLabel=null,this.helper="",this.outlined=!1,this.disabled=!1,this.error=!1,this.fixedMenuPosition=!1,this.options=[],this.optionsDisplayed=!1,this.focusOptions=!1,this.currentSearch="",this.lastSearchInputDate=new Date("01/01/1970"),this.isSlotEmpty=!0,this.hideOptions=e=>this.optionsDisplayed=this.optionsDisplayed&&e.composedPath().includes(this.container)}get firstOption(){return this.optionsList[0]}get optionsList(){let e=[...this.querySelectorAll("ft-select-option")];return e.length>0?e:[...this.shadowRoot.querySelectorAll("ft-select-option")]}get focusedOption(){return this.optionsList.find(e=>e.matches(":focus-within"))}get selectedOptionElement(){return this.optionsList.find(e=>e.selected)}get lastOption(){return(0,ft.last)(this.optionsList)}render(){var e,r,i,n,o;let s=this.hasOptionsMenuOpen,a=this.disabled||!this.hasOptions,l=((e=this.selectedOption)===null||e===void 0?void 0:e.value)!=null||((i=(r=this.selectedOption)===null||r===void 0?void 0:r.label)!==null&&i!==void 0?i:"").length>0,c={"ft-select":!0,"ft-select--filled":!this.outlined,"ft-select--outlined":this.outlined,"ft-select--disabled":a,"ft-select--options-displayed":s,"ft-select--has-option-selected":l,"ft-select--no-label":!this.label,"ft-select--fixed":this.fixedMenuPosition,"ft-select--in-error":this.error};return pi.html`
|
|
1919
1919
|
<div class="${(0,Bp.classMap)(c)}" part="container">
|
|
1920
1920
|
<div class="ft-select--main-panel" part="main-panel">
|
|
1921
1921
|
<ft-input-label text="${this.label}"
|
|
@@ -1971,7 +1971,7 @@
|
|
|
1971
1971
|
label="${e.label}"
|
|
1972
1972
|
.value=${e.value}
|
|
1973
1973
|
></ft-select-option>
|
|
1974
|
-
`}willUpdate(e){super.willUpdate(e),e.has("options")&&(this.selectedOption=this.options.filter(r=>r.selected)[0]),e.has("selectedOption")&&(this.optionsDisplayed=!1)}contentAvailableCallback(e){var r,i;if(super.contentAvailableCallback(e),e.has("focusOptions")&&this.focusOptions&&((i=(r=this.selectedOptionElement)!==null&&r!==void 0?r:this.firstOption)===null||i===void 0||i.focus(),this.focusOptions=!1),e.has("optionsDisplayed")&&this.hasOptionsMenuOpen){this.optionsMenu.style.minWidth=this.mainPanel.getBoundingClientRect().width+"px";let n=["bottom","top"];(0,ft.computeOffsetAutoPosition)(this.mainPanel,this.optionsMenu,"bottom",n,"fixed"
|
|
1974
|
+
`}willUpdate(e){super.willUpdate(e),e.has("options")&&(this.selectedOption=this.options.filter(r=>r.selected)[0]),e.has("selectedOption")&&(this.optionsDisplayed=!1)}contentAvailableCallback(e){var r,i;if(super.contentAvailableCallback(e),e.has("focusOptions")&&this.focusOptions&&((i=(r=this.selectedOptionElement)!==null&&r!==void 0?r:this.firstOption)===null||i===void 0||i.focus(),this.focusOptions=!1),e.has("optionsDisplayed")&&this.hasOptionsMenuOpen){this.optionsMenu.style.minWidth=this.mainPanel.getBoundingClientRect().width+"px";let n=["bottom","top"];(0,ft.computeOffsetAutoPosition)(this.mainPanel,this.optionsMenu,"bottom",n,"fixed",P.optionsHeight,0).then(({x:o,y:s})=>{this.optionsMenu.style.left=`${o}px`,this.optionsMenu.style.top=`${s}px`})}}get hasOptionsMenuOpen(){return!this.disabled&&this.optionsDisplayed&&this.hasOptions}get hasOptions(){return this.options.length>0}updateOptionsFromSlot(e){var r;e.stopPropagation(),this.isSlotEmpty=(0,ft.isSlotEmptyOrWithoutContent)(this.optionsSlot);let i=(r=this.optionsSlot)===null||r===void 0?void 0:r.assignedElements().map(n=>n);i&&i.length>0&&(this.options=i)}onMainPanelKeyDown(e){switch(e.key){case" ":e.preventDefault(),e.stopPropagation();case"Enter":this.optionsDisplayed=!this.optionsDisplayed,this.focusOptions=!0;break;case"ArrowUp":case"ArrowDown":e.preventDefault(),e.stopPropagation(),this.optionsDisplayed=!0,this.focusOptions=!0;break}}onOptionsKeyDown(e){var r,i;let n,o=this.focusedOption?this.optionsList.indexOf(this.focusedOption):0;switch(e.key){case" ":case"Enter":e.preventDefault(),e.stopPropagation(),this.onSelectOption(e),this.optionsDisplayed=!1,(r=this.mainPanel)===null||r===void 0||r.focus();break;case"Escape":this.optionsDisplayed=!1,(i=this.mainPanel)===null||i===void 0||i.focus();break;case"Tab":this.optionsDisplayed=!1;break;case"ArrowUp":e.preventDefault(),e.stopPropagation(),n=this.optionsList[(o-1+this.optionsList.length)%this.optionsList.length];break;case"ArrowDown":e.preventDefault(),e.stopPropagation(),n=this.optionsList[(o+1)%this.optionsList.length];break;default:if(e.key.length!=1)break;this.isKeyAlphanumeric(e.key)&&(n=this.handleAlphanumericPress(e.key));break}n?.focus()}isKeyAlphanumeric(e){let r=e.charCodeAt(0);return r>47&&r<58||r>64&&r<91||r>96&&r<123}handleAlphanumericPress(e){let r=new Date;r.getTime()-this.lastSearchInputDate.getTime()>t.searchTimeoutMilliseconds&&(this.currentSearch=""),this.currentSearch+=e.toLowerCase();let i=this.options.find(n=>{var o;return((o=n.label)===null||o===void 0?void 0:o.toLowerCase().substring(0,this.currentSearch.length))===this.currentSearch});return this.lastSearchInputDate=r,i&&this.optionsList.find(n=>n.value===i.value)}getOptionId(e){if(!e)return;let r=this.options.findIndex(i=>(0,ft.deepEqual)(i.value,e.value));if(r!==-1)return`option-${r}`}onSelectOption(e){e.stopPropagation(),this.setValue(e.target.value)}setValue(e,r=!0){let i=this.options.find(n=>(0,ft.deepEqual)(n.value,e));i&&this.selectOption(i,r)}selectOption(e,r=!0){var i,n;if(!(0,ft.deepEqual)((i=this.selectedOption)===null||i===void 0?void 0:i.value,e?.value)){this.selectedOption=e;for(let o of this.options)o.selected=o===e;r&&this.dispatchEvent(new CustomEvent("change",{detail:(n=this.selectedOption)===null||n===void 0?void 0:n.value}))}this.optionsDisplayed=!1}connectedCallback(){super.connectedCallback(),document.addEventListener("click",this.hideOptions)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this.hideOptions)}};Y.elementDefinitions={"ft-input-label":At,"ft-typography":V,"ft-ripple":M,"ft-icon":te,"ft-select-option":_e};Y.searchTimeoutMilliseconds=2e3;Y.styles=[qt,Dp];Ce([(0,he.property)({type:String})],Y.prototype,"label",void 0);Ce([(0,he.property)({type:String})],Y.prototype,"ariaLabel",void 0);Ce([(0,he.property)({type:String})],Y.prototype,"helper",void 0);Ce([(0,he.property)({type:Boolean})],Y.prototype,"outlined",void 0);Ce([(0,he.property)({type:Boolean})],Y.prototype,"disabled",void 0);Ce([(0,he.property)({type:Boolean})],Y.prototype,"error",void 0);Ce([(0,he.property)({type:Boolean})],Y.prototype,"fixedMenuPosition",void 0);Ce([(0,he.property)({type:Array})],Y.prototype,"options",void 0);Ce([(0,he.state)()],Y.prototype,"selectedOption",void 0);Ce([(0,he.state)()],Y.prototype,"optionsDisplayed",void 0);Ce([(0,he.state)()],Y.prototype,"focusOptions",void 0);Ce([(0,he.state)()],Y.prototype,"currentSearch",void 0);Ce([(0,he.state)()],Y.prototype,"lastSearchInputDate",void 0);Ce([(0,he.query)(".ft-select")],Y.prototype,"container",void 0);Ce([(0,he.query)(".ft-select--options")],Y.prototype,"optionsMenu",void 0);Ce([(0,he.query)(".ft-select--input-panel")],Y.prototype,"mainPanel",void 0);Ce([(0,he.query)("slot:not([name])")],Y.prototype,"optionsSlot",void 0);var Hp=u(v());var Up={"ft-select":Y,"ft-select-option":_e};(0,Hp.customElements)(Up);var T=u(v()),Es=u(O());var zp=u(O()),Ot=u(v()),we={display:Ot.FtCssVariableFactory.create("--ft-skeleton--display","","DISPLAY","block"),width:Ot.FtCssVariableFactory.create("--ft-skeleton--width","","SIZE","100%"),height:Ot.FtCssVariableFactory.create("--ft-skeleton--height","","SIZE","20px"),backgroundColor:Ot.FtCssVariableFactory.create("--ft-skeleton--background-color","","COLOR","#f1f1f1"),glareWidth:Ot.FtCssVariableFactory.create("--ft-skeleton--glare-width","","SIZE","200px"),glareColor:Ot.FtCssVariableFactory.create("--ft-skeleton--glare-color","","COLOR","rgba(255, 255, 255, .6)"),animationDuration:Ot.FtCssVariableFactory.create("--ft-skeleton--animation-duration","","UNKNOWN","2s"),borderRadiusM:Ot.FtCssVariableFactory.external(Ot.designSystemVariables.borderRadiusM,"Design system")},jp=zp.css`
|
|
1975
1975
|
:host {
|
|
1976
1976
|
width: ${we.width};
|
|
1977
1977
|
height: ${we.height};
|
|
@@ -1998,7 +1998,7 @@
|
|
|
1998
1998
|
background-position: calc(100vw + ${we.glareWidth}) 0, calc(${we.glareWidth} * -1) 0;
|
|
1999
1999
|
}
|
|
2000
2000
|
}
|
|
2001
|
-
`;var
|
|
2001
|
+
`;var C={height:T.FtCssVariableFactory.create("--ft-search-bar-height","","SIZE","38px"),borderRadius:T.FtCssVariableFactory.extend("--ft-search-bar-border-radius","",T.designSystemVariables.borderRadiusS),mobileOpenPosition:T.FtCssVariableFactory.create("--ft-search-bar-mobile-open-position","","POSITION","fixed"),mobileOpenTop:T.FtCssVariableFactory.create("--ft-search-bar-mobile-open-top","","SIZE","0"),mobileOpenBottom:T.FtCssVariableFactory.create("--ft-search-bar-mobile-open-bottom","","SIZE","0"),mobileOpenLeft:T.FtCssVariableFactory.create("--ft-search-bar-mobile-open-left","","SIZE","0"),mobileOpenRight:T.FtCssVariableFactory.create("--ft-search-bar-mobile-open-right","","SIZE","0"),desktopFiltersHeight:T.FtCssVariableFactory.create("--ft-search-bar-desktop-filters-height","","SIZE","350px"),floatingZIndex:T.FtCssVariableFactory.create("--ft-search-bar-floating-components-z-index","","NUMBER","3"),colorSurface:T.FtCssVariableFactory.external(T.designSystemVariables.colorSurface,"Design system"),colorOnSurface:T.FtCssVariableFactory.external(T.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:T.FtCssVariableFactory.external(T.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOutline:T.FtCssVariableFactory.external(T.designSystemVariables.colorOutline,"Design system"),colorPrimary:T.FtCssVariableFactory.external(T.designSystemVariables.colorPrimary,"Design system"),elevation02:T.FtCssVariableFactory.external(T.designSystemVariables.elevation02,"Design system"),buttonColor:T.FtCssVariableFactory.external(F.color,"Button"),buttonRippleColor:T.FtCssVariableFactory.external(F.rippleColor,"Button"),activeItemBorderColor:T.FtCssVariableFactory.extend("--ft-search-bar-active-border-color","",T.designSystemVariables.colorPrimary)},Vp=Es.css`
|
|
2002
2002
|
* {
|
|
2003
2003
|
box-sizing: border-box;
|
|
2004
2004
|
}
|
|
@@ -2007,7 +2007,7 @@
|
|
|
2007
2007
|
display: flex;
|
|
2008
2008
|
flex-direction: column;
|
|
2009
2009
|
gap: 8px;
|
|
2010
|
-
color: ${
|
|
2010
|
+
color: ${C.colorOnSurface};
|
|
2011
2011
|
outline: none;
|
|
2012
2012
|
}
|
|
2013
2013
|
|
|
@@ -2016,21 +2016,21 @@
|
|
|
2016
2016
|
}
|
|
2017
2017
|
|
|
2018
2018
|
.ft-search-bar--mobile-menu-open {
|
|
2019
|
-
position: ${
|
|
2020
|
-
top: ${
|
|
2021
|
-
bottom: ${
|
|
2022
|
-
left: ${
|
|
2023
|
-
right: ${
|
|
2024
|
-
z-index: ${
|
|
2019
|
+
position: ${C.mobileOpenPosition};
|
|
2020
|
+
top: ${C.mobileOpenTop};
|
|
2021
|
+
bottom: ${C.mobileOpenBottom};
|
|
2022
|
+
left: ${C.mobileOpenLeft};
|
|
2023
|
+
right: ${C.mobileOpenRight};
|
|
2024
|
+
z-index: ${C.floatingZIndex};
|
|
2025
2025
|
padding: 16px;
|
|
2026
2026
|
}
|
|
2027
2027
|
|
|
2028
2028
|
.ft-search-bar--mobile-menu-open:not(.ft-search-bar--forced-open) {
|
|
2029
|
-
background: ${
|
|
2029
|
+
background: ${C.colorSurface};
|
|
2030
2030
|
}
|
|
2031
2031
|
|
|
2032
2032
|
.ft-search-bar--mobile-menu-open.ft-search-bar--forced-open {
|
|
2033
|
-
position: ${
|
|
2033
|
+
position: ${C.mobileOpenPosition.get("static")};
|
|
2034
2034
|
}
|
|
2035
2035
|
|
|
2036
2036
|
.ft-search-bar {
|
|
@@ -2038,20 +2038,20 @@
|
|
|
2038
2038
|
display: flex;
|
|
2039
2039
|
flex-direction: row;
|
|
2040
2040
|
align-items: center;
|
|
2041
|
-
height: ${
|
|
2041
|
+
height: ${C.height};
|
|
2042
2042
|
|
|
2043
|
-
background: ${
|
|
2044
|
-
border: 1px solid ${
|
|
2045
|
-
border-radius: ${
|
|
2043
|
+
background: ${C.colorSurface};
|
|
2044
|
+
border: 1px solid ${C.colorOutline};
|
|
2045
|
+
border-radius: ${C.borderRadius};
|
|
2046
2046
|
}
|
|
2047
2047
|
|
|
2048
2048
|
.ft-search-bar--skeleton {
|
|
2049
|
-
${(0,T.setVariable)(we.height,
|
|
2050
|
-
${(0,T.setVariable)(we.borderRadiusM,
|
|
2049
|
+
${(0,T.setVariable)(we.height,C.height)};
|
|
2050
|
+
${(0,T.setVariable)(we.borderRadiusM,C.borderRadius)};
|
|
2051
2051
|
}
|
|
2052
2052
|
|
|
2053
2053
|
.ft-search-bar--floating-panel-open .ft-search-bar {
|
|
2054
|
-
border-radius: ${
|
|
2054
|
+
border-radius: ${C.borderRadius} ${C.borderRadius} 0 0;
|
|
2055
2055
|
}
|
|
2056
2056
|
|
|
2057
2057
|
.ft-search-bar--input-container {
|
|
@@ -2069,7 +2069,7 @@
|
|
|
2069
2069
|
align-self: stretch;
|
|
2070
2070
|
display: grid;
|
|
2071
2071
|
padding: 0 8px;
|
|
2072
|
-
border-radius: ${
|
|
2072
|
+
border-radius: ${C.borderRadius};
|
|
2073
2073
|
}
|
|
2074
2074
|
|
|
2075
2075
|
.ft-search-bar--dense .ft-search-bar--input-outline {
|
|
@@ -2078,7 +2078,7 @@
|
|
|
2078
2078
|
}
|
|
2079
2079
|
|
|
2080
2080
|
.ft-search-bar--input-container:focus-within .ft-search-bar--input-outline {
|
|
2081
|
-
outline: 2px solid ${
|
|
2081
|
+
outline: 2px solid ${C.colorPrimary};
|
|
2082
2082
|
}
|
|
2083
2083
|
|
|
2084
2084
|
.ft-search-bar--input {
|
|
@@ -2086,12 +2086,12 @@
|
|
|
2086
2086
|
flex-grow: 1;
|
|
2087
2087
|
border: none;
|
|
2088
2088
|
background-color: transparent;
|
|
2089
|
-
color: ${
|
|
2089
|
+
color: ${C.colorOnSurface};
|
|
2090
2090
|
outline: none;
|
|
2091
2091
|
}
|
|
2092
2092
|
|
|
2093
2093
|
.ft-search-bar--input::placeholder {
|
|
2094
|
-
color: ${
|
|
2094
|
+
color: ${C.colorOnSurfaceMedium};
|
|
2095
2095
|
}
|
|
2096
2096
|
|
|
2097
2097
|
.ft-search-bar--actions {
|
|
@@ -2109,8 +2109,8 @@
|
|
|
2109
2109
|
}
|
|
2110
2110
|
|
|
2111
2111
|
.ft-search-bar--left-action {
|
|
2112
|
-
${(0,T.setVariable)(F.borderRadius,`calc(${
|
|
2113
|
-
border-right: 1px solid ${
|
|
2112
|
+
${(0,T.setVariable)(F.borderRadius,`calc(${C.borderRadius} - 1px) 0 0 calc(${C.borderRadius} - 1px)`)};
|
|
2113
|
+
border-right: 1px solid ${C.colorOutline};
|
|
2114
2114
|
height: 100%;
|
|
2115
2115
|
}
|
|
2116
2116
|
|
|
@@ -2119,7 +2119,7 @@
|
|
|
2119
2119
|
}
|
|
2120
2120
|
|
|
2121
2121
|
.ft-search-bar--floating-panel-open .ft-search-bar--left-action {
|
|
2122
|
-
${(0,T.setVariable)(F.borderRadius,`calc(${
|
|
2122
|
+
${(0,T.setVariable)(F.borderRadius,`calc(${C.borderRadius} - 1px) 0 0 0`)};
|
|
2123
2123
|
}
|
|
2124
2124
|
|
|
2125
2125
|
.ft-search-bar .ft-search-bar--launch-search,
|
|
@@ -2129,13 +2129,13 @@
|
|
|
2129
2129
|
|
|
2130
2130
|
.ft-search-bar--separator {
|
|
2131
2131
|
height: 20px;
|
|
2132
|
-
border-right: 1px solid ${
|
|
2132
|
+
border-right: 1px solid ${C.colorOutline};
|
|
2133
2133
|
}
|
|
2134
2134
|
|
|
2135
2135
|
.ft-search-bar--left-action.ft-search-bar--content-locale {
|
|
2136
2136
|
${(0,T.setVariable)(N.borderColor,"transparent")};
|
|
2137
|
-
${(0,T.setVariable)(N.borderRadius,`calc(${
|
|
2138
|
-
${(0,T.setVariable)(
|
|
2137
|
+
${(0,T.setVariable)(N.borderRadius,`calc(${C.borderRadius} - 1px)`)};
|
|
2138
|
+
${(0,T.setVariable)(P.selectedOptionColor,C.buttonColor)};
|
|
2139
2139
|
}
|
|
2140
2140
|
|
|
2141
2141
|
.ft-search-bar--left-action.ft-search-bar--content-locale,
|
|
@@ -2152,7 +2152,7 @@
|
|
|
2152
2152
|
}
|
|
2153
2153
|
|
|
2154
2154
|
.ft-search-bar--left-action.ft-search-bar--content-locale::part(selected-value) {
|
|
2155
|
-
border-radius: calc(${
|
|
2155
|
+
border-radius: calc(${C.borderRadius} - 1px) 0 0 calc(${C.borderRadius} - 1px);
|
|
2156
2156
|
}
|
|
2157
2157
|
|
|
2158
2158
|
[part="content-locale-selector"] {
|
|
@@ -2198,7 +2198,7 @@
|
|
|
2198
2198
|
|
|
2199
2199
|
.ft-search-bar--desktop-menu .ft-search-bar--presets {
|
|
2200
2200
|
margin-right: auto;
|
|
2201
|
-
${(0,T.setVariable)(
|
|
2201
|
+
${(0,T.setVariable)(P.optionsZIndex,"2")};
|
|
2202
2202
|
}
|
|
2203
2203
|
|
|
2204
2204
|
.ft-search-bar--desktop-menu {
|
|
@@ -2251,8 +2251,8 @@
|
|
|
2251
2251
|
|
|
2252
2252
|
.ft-search-bar--desktop-menu .ft-search-bar--filters-container {
|
|
2253
2253
|
display: block;
|
|
2254
|
-
height: ${
|
|
2255
|
-
${(0,T.setVariable)(
|
|
2254
|
+
height: ${C.desktopFiltersHeight};
|
|
2255
|
+
${(0,T.setVariable)(Pe.gap,"16px")};
|
|
2256
2256
|
}
|
|
2257
2257
|
|
|
2258
2258
|
.ft-search-bar--desktop-menu ft-filter {
|
|
@@ -2267,15 +2267,15 @@
|
|
|
2267
2267
|
}
|
|
2268
2268
|
|
|
2269
2269
|
.ft-search-bar--desktop-menu [data-filters-count="2"] ft-filter {
|
|
2270
|
-
max-width: calc(50% - ${
|
|
2270
|
+
max-width: calc(50% - ${Pe.gap} / 2);
|
|
2271
2271
|
}
|
|
2272
2272
|
|
|
2273
2273
|
.ft-search-bar--desktop-menu [data-filters-count="3"] ft-filter {
|
|
2274
|
-
max-width: max(250px, calc(33% - 2 * ${
|
|
2274
|
+
max-width: max(250px, calc(33% - 2 * ${Pe.gap} / 3));
|
|
2275
2275
|
}
|
|
2276
2276
|
|
|
2277
2277
|
.ft-search-bar--desktop-menu [data-filters-count="4"] ft-filter {
|
|
2278
|
-
max-width: max(250px, calc(25% - 3 * ${
|
|
2278
|
+
max-width: max(250px, calc(25% - 3 * ${Pe.gap} / 4));
|
|
2279
2279
|
}
|
|
2280
2280
|
|
|
2281
2281
|
.ft-search-bar--hierarchical-filter {
|
|
@@ -2332,7 +2332,7 @@
|
|
|
2332
2332
|
.ft-search-bar--filter-label-values {
|
|
2333
2333
|
flex-grow: 0;
|
|
2334
2334
|
flex-shrink: 1;
|
|
2335
|
-
color: ${
|
|
2335
|
+
color: ${C.colorOnSurfaceMedium};
|
|
2336
2336
|
}
|
|
2337
2337
|
|
|
2338
2338
|
ft-accordion-item::part(toggle) {
|
|
@@ -2352,8 +2352,8 @@
|
|
|
2352
2352
|
.ft-search-bar--desktop-menu .ft-search-bar--launch-search {
|
|
2353
2353
|
margin: 0;
|
|
2354
2354
|
}
|
|
2355
|
-
`;var qp=u(
|
|
2356
|
-
`}};ar.elementDefinitions={};ar.styles=jp;var Yp=u(v());var Gp={"ft-skeleton":ar};(0,Yp.customElements)(Gp);var Dt=u(
|
|
2355
|
+
`;var qp=u(O()),Kp=u(v());var ar=class extends Kp.FtLitElement{render(){return qp.html`
|
|
2356
|
+
`}};ar.elementDefinitions={};ar.styles=jp;var Yp=u(v());var Gp={"ft-skeleton":ar};(0,Yp.customElements)(Gp);var Dt=u(O()),As=u(cr());var di=u(v());var It=class{constructor(e,r=300){this.listboxId="suggestManager",this.searchBar=e,this.updateDebouncer=new di.Debouncer(r)}render(){let e=this.recentSearchesMatchingQuery;return Dt.html`
|
|
2357
2357
|
<div class="ft-search-bar--suggestions ft-word-wrap ${this.shouldDisplaySuggestions?"ft-search-bar--suggestions-not-empty":""}"
|
|
2358
2358
|
id="${this.listboxId}"
|
|
2359
2359
|
role="listbox"
|
|
@@ -2417,7 +2417,7 @@
|
|
|
2417
2417
|
}
|
|
2418
2418
|
|
|
2419
2419
|
.ft-search-bar--mobile-menu-open .ft-search-bar--suggestions {
|
|
2420
|
-
border-top: 1px solid ${
|
|
2420
|
+
border-top: 1px solid ${C.colorOutline};
|
|
2421
2421
|
}
|
|
2422
2422
|
|
|
2423
2423
|
.ft-search-bar--mobile-menu-open .ft-search-bar--suggestions {
|
|
@@ -2427,15 +2427,15 @@
|
|
|
2427
2427
|
.ft-search-bar--floating-panel,
|
|
2428
2428
|
.ft-search-bar--desktop .ft-search-bar--suggestions {
|
|
2429
2429
|
position: absolute;
|
|
2430
|
-
z-index: ${
|
|
2430
|
+
z-index: ${C.floatingZIndex};
|
|
2431
2431
|
top: 100%;
|
|
2432
2432
|
left: -1px;
|
|
2433
2433
|
right: -1px;
|
|
2434
2434
|
display: none;
|
|
2435
|
-
background: ${
|
|
2436
|
-
border: 1px solid ${
|
|
2437
|
-
border-radius: 0 0 ${
|
|
2438
|
-
box-shadow: ${
|
|
2435
|
+
background: ${C.colorSurface};
|
|
2436
|
+
border: 1px solid ${C.colorOutline};
|
|
2437
|
+
border-radius: 0 0 ${C.borderRadius} ${C.borderRadius};
|
|
2438
|
+
box-shadow: ${C.elevation02};
|
|
2439
2439
|
outline: none;
|
|
2440
2440
|
}
|
|
2441
2441
|
|
|
@@ -2454,10 +2454,10 @@
|
|
|
2454
2454
|
|
|
2455
2455
|
[part~="suggestion-container"].ft-search-bar--suggestions-selected {
|
|
2456
2456
|
outline: none;
|
|
2457
|
-
box-shadow: inset 3px 0 0 ${
|
|
2457
|
+
box-shadow: inset 3px 0 0 ${C.activeItemBorderColor};
|
|
2458
2458
|
}
|
|
2459
2459
|
[part~="suggestion-container"]:hover {
|
|
2460
|
-
box-shadow: inset 3px 0 0 ${
|
|
2460
|
+
box-shadow: inset 3px 0 0 ${C.activeItemBorderColor};
|
|
2461
2461
|
}
|
|
2462
2462
|
|
|
2463
2463
|
[part~="remove-suggestion"] {
|
|
@@ -2473,7 +2473,7 @@
|
|
|
2473
2473
|
gap: 8px;
|
|
2474
2474
|
cursor: pointer;
|
|
2475
2475
|
flex-grow: 1;
|
|
2476
|
-
color: ${
|
|
2476
|
+
color: ${C.colorOnSurface};
|
|
2477
2477
|
min-height: 52px;
|
|
2478
2478
|
}
|
|
2479
2479
|
|
|
@@ -2486,7 +2486,7 @@
|
|
|
2486
2486
|
}
|
|
2487
2487
|
|
|
2488
2488
|
.ft-search-bar--recent-search + .ft-search-bar--suggestion:not(.ft-search-bar--recent-search) {
|
|
2489
|
-
border-top: 1px solid ${
|
|
2489
|
+
border-top: 1px solid ${C.colorOutline};
|
|
2490
2490
|
}
|
|
2491
2491
|
|
|
2492
2492
|
.ft-search-bar--suggestion ft-typography {
|
|
@@ -2498,7 +2498,7 @@
|
|
|
2498
2498
|
ft-ripple {
|
|
2499
2499
|
${(0,di.setVariable)(W.opacityContentOnSurfaceHover,W.opacityContentOnSurfaceSelected)}
|
|
2500
2500
|
}
|
|
2501
|
-
`];var De=u(
|
|
2501
|
+
`];var De=u(O()),Os=u(cr());var Zn=u(v());var Mt=class{constructor(e){this.searchBar=e}render(){if(!this.searchBar.hasLocaleSelector()&&!this.searchBar.hasFacets())return De.html``;let e=this.searchBar.isMobile(),r=!e&&this.searchBar.dense||e&&this.searchBar.isMobileMenuOpen(),i=De.html`
|
|
2502
2502
|
${this.searchBar.hasLocaleSelector()&&(this.searchBar.hasFacets()||e)?De.html`
|
|
2503
2503
|
<ft-chip part="selected-filters selected-filter-ft-locale"
|
|
2504
2504
|
?dense=${this.searchBar.dense&&!e}
|
|
@@ -2509,7 +2509,7 @@
|
|
|
2509
2509
|
${this.getLocaleLabel(this.searchBar.contentLocale)}
|
|
2510
2510
|
</ft-chip>
|
|
2511
2511
|
`:null}
|
|
2512
|
-
${(0,
|
|
2512
|
+
${(0,Os.repeat)(this.searchBar.facets,n=>n.key,n=>{let o=ma(n);return(0,Os.repeat)(o,s=>{let a=n.label+": "+da(s),l=n.key.replace(":","-"),c=De.html`
|
|
2513
2513
|
<ft-chip
|
|
2514
2514
|
part="selected-filters selected-filter-${l}"
|
|
2515
2515
|
?dense=${this.searchBar.dense&&!e}
|
|
@@ -2559,7 +2559,7 @@
|
|
|
2559
2559
|
|
|
2560
2560
|
ft-snap-scroll.ft-search-bar--selected-filters {
|
|
2561
2561
|
overflow: hidden;
|
|
2562
|
-
${(0,Zn.setVariable)(
|
|
2562
|
+
${(0,Zn.setVariable)(Pe.gap,"4px")};
|
|
2563
2563
|
}
|
|
2564
2564
|
|
|
2565
2565
|
ft-snap-scroll.ft-search-bar--selected-filters::part(content) {
|
|
@@ -2578,7 +2578,7 @@
|
|
|
2578
2578
|
.ft-search-bar--selected-filters ft-chip {
|
|
2579
2579
|
flex-grow: 0;
|
|
2580
2580
|
}
|
|
2581
|
-
`;var
|
|
2581
|
+
`;var Ct=u(O());var Xp=u(it()),Zp=u(v()),Df=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},fi=class{constructor(e,r,i){this.searchBar=e,this.selectedFacetsManager=r??new Mt(e),this.suggestManager=i??new It(e)}render(){var e;let r={"ft-search-bar--container":!0,"ft-search-bar--mobile":!0,"ft-search-bar--mobile-menu-open":this.searchBar.isMobileMenuOpen(),"ft-search-bar--forced-open":this.searchBar.forceMobileMenuOpen};return Ct.html`
|
|
2582
2582
|
<div class="${(0,Xp.classMap)(r)}" part="container" tabindex="-1">
|
|
2583
2583
|
<div class="ft-search-bar" role="search">
|
|
2584
2584
|
<div class="ft-search-bar--input-container" part="input-container">
|
|
@@ -2588,7 +2588,7 @@
|
|
|
2588
2588
|
aria-autocomplete="list"
|
|
2589
2589
|
aria-controls="${this.suggestManager.listboxId}"
|
|
2590
2590
|
aria-expanded="${this.searchBar.displaySuggestListbox}"
|
|
2591
|
-
aria-activedescendant="${(e=this.searchBar.ariaActiveDescendent)!==null&&e!==void 0?e:
|
|
2591
|
+
aria-activedescendant="${(e=this.searchBar.ariaActiveDescendent)!==null&&e!==void 0?e:Ct.nothing}"
|
|
2592
2592
|
part="input"
|
|
2593
2593
|
type="search"
|
|
2594
2594
|
placeholder="${this.searchBar.labelResolver.resolve("inputPlaceHolder")}"
|
|
@@ -2602,7 +2602,7 @@
|
|
|
2602
2602
|
</div>
|
|
2603
2603
|
${this.searchBar.displayFacets?this.searchBar.renderFacetsActions():this.selectedFacetsManager.render()}
|
|
2604
2604
|
${this.searchBar.displayFacets?this.searchBar.renderMobileFacets():this.suggestManager.render()}
|
|
2605
|
-
${this.searchBar.isMobileMenuOpen()||this.searchBar.displayFacets?
|
|
2605
|
+
${this.searchBar.isMobileMenuOpen()||this.searchBar.displayFacets?Ct.html`
|
|
2606
2606
|
<ft-button class="ft-search-bar--launch-search"
|
|
2607
2607
|
href="${this.searchBar.searchRequestSerializer(this.searchBar.request)}"
|
|
2608
2608
|
part="launch-search-in-panel"
|
|
@@ -2610,11 +2610,11 @@
|
|
|
2610
2610
|
@click=${()=>this.searchBar.onLaunchSearch()}>
|
|
2611
2611
|
${this.searchBar.labelResolver.resolve("searchButton")}
|
|
2612
2612
|
</ft-button>
|
|
2613
|
-
`:
|
|
2613
|
+
`:Ct.nothing}
|
|
2614
2614
|
</div>
|
|
2615
|
-
`}renderMobileSearchBarButtons(){let e=this.searchBar.query||this.searchBar.isMobileMenuOpen()&&!this.searchBar.forceMobileMenuOpen;return
|
|
2615
|
+
`}renderMobileSearchBarButtons(){let e=this.searchBar.query||this.searchBar.isMobileMenuOpen()&&!this.searchBar.forceMobileMenuOpen;return Ct.html`
|
|
2616
2616
|
<div class="ft-search-bar--actions" part="search-bar-actions">
|
|
2617
|
-
${e?
|
|
2617
|
+
${e?Ct.html`
|
|
2618
2618
|
<ft-button class="ft-search-bar--clear-query"
|
|
2619
2619
|
part="clear-query"
|
|
2620
2620
|
icon="close"
|
|
@@ -2624,7 +2624,7 @@
|
|
|
2624
2624
|
@click=${async()=>{this.searchBar.setQuery(""),this.searchBar.mobileMenuOpen=!1,this.searchBar.displayFacets=!1}}
|
|
2625
2625
|
></ft-button>
|
|
2626
2626
|
<div class="ft-search-bar--separator"></div>
|
|
2627
|
-
`:
|
|
2627
|
+
`:Ct.nothing}
|
|
2628
2628
|
<ft-button class="ft-search-bar--launch-search"
|
|
2629
2629
|
href="${this.searchBar.isMobileMenuOpen()?this.searchBar.searchRequestSerializer(this.searchBar.request):""}"
|
|
2630
2630
|
part="launch-search-in-bar"
|
|
@@ -2635,9 +2635,9 @@
|
|
|
2635
2635
|
@click=${()=>{var r;return this.searchBar.isMobileMenuOpen()?this.searchBar.onLaunchSearch():(r=this.searchBar.input)===null||r===void 0?void 0:r.focus()}}
|
|
2636
2636
|
></ft-button>
|
|
2637
2637
|
</div>
|
|
2638
|
-
`}onSearchBarKeyDown(e){var r;switch(e.key){case"ArrowDown":e.stopPropagation(),e.preventDefault(),this.suggestManager.focusNextSuggestion();break;case"ArrowUp":e.stopPropagation(),e.preventDefault(),this.suggestManager.focusPreviousSuggestion();break;case"ArrowLeft":this.searchBar.selectedSuggestOptionId&&(e.stopPropagation(),e.preventDefault(),this.suggestManager.focusArrowLeft());break;case"ArrowRight":this.searchBar.selectedSuggestOptionId&&(e.stopPropagation(),e.preventDefault(),this.suggestManager.focusArrowRight());break;case"Enter":if(this.searchBar.selectedSuggestRemoveRecent)(r=this.suggestManager.selectedSuggestRemoveRecentButton)===null||r===void 0||r.click();else{let i=this.suggestManager.selectedSuggestOptionLink||this.searchBar.launchSearchButton;i?.click()}break}}onInput(e){let r=e.composedPath()[0];this.searchBar.query=r.value}};fi.styles=
|
|
2638
|
+
`}onSearchBarKeyDown(e){var r;switch(e.key){case"ArrowDown":e.stopPropagation(),e.preventDefault(),this.suggestManager.focusNextSuggestion();break;case"ArrowUp":e.stopPropagation(),e.preventDefault(),this.suggestManager.focusPreviousSuggestion();break;case"ArrowLeft":this.searchBar.selectedSuggestOptionId&&(e.stopPropagation(),e.preventDefault(),this.suggestManager.focusArrowLeft());break;case"ArrowRight":this.searchBar.selectedSuggestOptionId&&(e.stopPropagation(),e.preventDefault(),this.suggestManager.focusArrowRight());break;case"Enter":if(this.searchBar.selectedSuggestRemoveRecent)(r=this.suggestManager.selectedSuggestRemoveRecentButton)===null||r===void 0||r.click();else{let i=this.suggestManager.selectedSuggestOptionLink||this.searchBar.launchSearchButton;i?.click()}break}}onInput(e){let r=e.composedPath()[0];this.searchBar.query=r.value}};fi.styles=Ct.css`
|
|
2639
2639
|
|
|
2640
|
-
`;Df([(0,Zp.ignoreComposingEvents)()],fi.prototype,"onSearchBarKeyDown",null);var Ie=u(
|
|
2640
|
+
`;Df([(0,Zp.ignoreComposingEvents)()],fi.prototype,"onSearchBarKeyDown",null);var Ie=u(O()),Jp=u(cr());var Qp=u(it()),ed=u(v()),If=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o},hi=class{constructor(e,r,i){this.searchBar=e,this.selectedFacetsManager=r??new Mt(e),this.suggestManager=i??new It(e)}render(){var e;let r={"ft-search-bar--container":!0,"ft-search-bar--dense":this.searchBar.dense,"ft-search-bar--desktop":!0,"ft-search-bar--floating-panel-open":this.searchBar.displayFacets&&!this.searchBar.forceMenuOpen,"ft-search-bar--forced-open":this.searchBar.forceMenuOpen};return Ie.html`
|
|
2641
2641
|
<div class="${(0,Qp.classMap)(r)}" part="container" tabindex="-1">
|
|
2642
2642
|
<div class="ft-search-bar" part="search-bar" role="search">
|
|
2643
2643
|
${this.renderSearchBarLeftAction()}
|
|
@@ -2716,7 +2716,7 @@
|
|
|
2716
2716
|
</div>
|
|
2717
2717
|
`}onSearchBarKeyDown(e){var r;switch(["Escape","Tab","Shift"].includes(e.key)||(this.searchBar.displaySuggestListbox=!0),e.key){case"Tab":this.searchBar.displaySuggestListbox=!1,this.searchBar.selectedSuggestOptionId=void 0;break;case"Escape":this.suggestManager.shouldDisplaySuggestions&&(e.stopPropagation(),e.preventDefault(),this.searchBar.displaySuggestListbox=!1,this.searchBar.selectedSuggestOptionId=void 0),this.searchBar.mobileMenuOpen=!1;break;case"ArrowDown":e.stopPropagation(),e.preventDefault(),this.suggestManager.focusNextSuggestion();break;case"ArrowUp":e.stopPropagation(),e.preventDefault(),this.suggestManager.focusPreviousSuggestion();break;case"ArrowLeft":this.searchBar.selectedSuggestOptionId&&(e.stopPropagation(),e.preventDefault(),this.suggestManager.focusArrowLeft());break;case"ArrowRight":this.searchBar.selectedSuggestOptionId&&(e.stopPropagation(),e.preventDefault(),this.suggestManager.focusArrowRight());break;case"Enter":if(this.searchBar.selectedSuggestRemoveRecent)(r=this.suggestManager.selectedSuggestRemoveRecentButton)===null||r===void 0||r.click();else{let i=this.suggestManager.selectedSuggestOptionLink||this.searchBar.launchSearchButton;i?.click()}break}}onInput(e){let r=e.composedPath()[0];this.searchBar.query=r.value}onClick(){this.onFocus()}onFocus(){this.searchBar.reactToFocus&&(this.searchBar.displaySuggestListbox=!0)}};hi.styles=Ie.css`
|
|
2718
2718
|
|
|
2719
|
-
`;If([(0,ed.ignoreComposingEvents)()],hi.prototype,"onSearchBarKeyDown",null);var B=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o};window.fluidtopics==null&&console.warn("Fluid Topics public API was not found. You can find it here: https://www.npmjs.com/package/@fluid-topics/public-api");var td={filtersButton:"Filters",inputPlaceHolder:"Search",filterInputPlaceHolder:"Filter {0}",clearInputButton:"Clear",clearFilterButton:"Clear",displayMoreFilterValuesButton:"More",noFilterValuesAvailable:"No values available",searchButton:"Search",clearFilters:"Clear filters",contentLocaleSelector:"Lang",presetsSelector:"Quick filters",removeRecentSearch:"Remove {0}",back:"Back",selectLocale:"Select a language"},
|
|
2719
|
+
`;If([(0,ed.ignoreComposingEvents)()],hi.prototype,"onSearchBarKeyDown",null);var B=function(t,e,r,i){var n=arguments.length,o=n<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(s=t[a])&&(o=(n<3?s(o):n>3?s(e,r,o):s(e,r))||o);return n>3&&o&&Object.defineProperty(e,r,o),o};window.fluidtopics==null&&console.warn("Fluid Topics public API was not found. You can find it here: https://www.npmjs.com/package/@fluid-topics/public-api");var td={filtersButton:"Filters",inputPlaceHolder:"Search",filterInputPlaceHolder:"Filter {0}",clearInputButton:"Clear",clearFilterButton:"Clear",displayMoreFilterValuesButton:"More",noFilterValuesAvailable:"No values available",searchButton:"Search",clearFilters:"Clear filters",contentLocaleSelector:"Lang",presetsSelector:"Quick filters",removeRecentSearch:"Remove {0}",back:"Back",selectLocale:"Select a language"},Cs=class extends CustomEvent{constructor(e){super("change",{detail:e})}},Mf=()=>{},w=class extends K.FtLitElement{constructor(){super(...arguments),this.dense=!1,this.mode="auto",this.forceMobileMenuOpen=!1,this.forceMenuOpen=!1,this.baseUrl="",this.apiIntegrationIdentifier="ft-search-bar",this.availableContentLocales=[],this.availableContentLocalesInitialized=!1,this.labels={},this.labelResolver=new K.ParametrizedLabelResolver(td,{}),this.displayedFilters=[],this.presets=[],this.priors=[],this.searchRequestSerializer=e=>new K.SearchPlaceConverter(this.baseUrl).serialize(e),this.focusOnDisplay=!1,this.metadataFilters=[],this.sizeCategory=tt.M,this.displayFacets=!1,this.mobileMenuOpen=!1,this.facets=[],this.facetsInitialized=!1,this.knownFacetLabels=new Map,this.query="",this.suggestions=[],this.recentSearches=[],this.reactToFocus=!0,this.displaySuggestListbox=!1,this.selectedSuggestRemoveRecent=!1,this.suggestManager=new It(this),this.selectedFacetsManager=new Mt(this),this.desktopSearchBarManager=new hi(this),this.mobileSearchBarManager=new fi(this,this.selectedFacetsManager,this.suggestManager),this.stateChangeEventDebouncer=new K.Debouncer(10),this.updateLocalesDebouncer=new K.Debouncer(10),this.initSearchData=()=>{this.availableContentLocalesInitialized=!1,this.facetsLoaded=!1,this.facetsInitialized=!1,this.updateLocalesDebouncer.run(()=>{var e;(e=this.api)===null||e===void 0||e.getAvailableSearchLocales().then(r=>r.contentLocales).catch(()=>[]).then(r=>{this.availableContentLocales=r,this.availableContentLocalesInitialized=!0})}),this.updateFacets()},this.facetsLoaded=!1,this.updateFacetsDebouncer=new K.Debouncer(500),this.closeFloatingContainer=e=>{this.isMobile()||(this.displayFacets=this.displayFacets&&e.composedPath().some(r=>r===this.floatingContainer))},this.closeSuggestListbox=e=>{e.composedPath().some(n=>n===this||n===this.shadowRoot)||(this.displaySuggestListbox=!1,this.selectedSuggestOptionId=void 0)},this.compareUnknownFilters=(e,r)=>e.valueFilter&&r.valueFilter?this.compareValueFilters(e.valueFilter,r.valueFilter):e.dateFilter&&r.dateFilter?this.compareDateFilters(e.dateFilter,r.dateFilter):e.rangeFilter&&r.rangeFilter?this.compareRangeFilters(e.rangeFilter,r.rangeFilter):!1,this.compareValueFilters=(e,r)=>e.negative==r.negative&&e.values.length===r.values.length&&e.values.every(i=>r.values.includes(i)),this.compareDateFilters=(e,r)=>e.type===r.type,this.compareRangeFilters=(e,r)=>e.from===r.from&&e.to===r.to,this.compareFilters=(e,r)=>e.key===r.key&&this.compareUnknownFilters(e,r),this.compareRequests=(e,r)=>(e.contentLocale==null||r.contentLocale==null||e.contentLocale===r.contentLocale)&&e.metadataFilters.length===r.metadataFilters.length&&e.metadataFilters.every(i=>r.metadataFilters.some(n=>this.compareFilters(i,n)))}isMobileMenuOpen(){return this.isMobile()&&(this.forceMobileMenuOpen||this.forceMenuOpen||this.mobileMenuOpen)}get request(){return{uiLocale:this.uiLocale,contentLocale:this.contentLocale,query:this.query,facets:this.facetsRequest,priors:this.hasPriors?this.priors:void 0,metadataFilters:this.metadataFilters,paging:{perPage:0,page:1},sort:[]}}get facetsRequest(){let e=this.metadataFilters.filter(r=>{var i,n;return((n=(i=r.valueFilter)===null||i===void 0?void 0:i.values.length)!==null&&n!==void 0?n:0)>0&&!this.displayedFilters.includes(r.key)}).map(r=>({id:r.key}));return[...this.displayedFilters.map(r=>({id:r})),...e]}get suggestRequest(){return{contentLocale:this.contentLocale,input:this.query,metadataFilters:this.metadataFilters,sort:[]}}isMobile(){switch(this.mode){case"mobile":return!0;case"desktop":return!1;default:return this.sizeCategory===tt.S}}hasFacets(){return this.facetsRequest.length>0}get hasPresets(){return this.presets!=null&&this.presets.length>0}get hasPriors(){return this.priors!=null&&this.priors.length>0}hasLocaleSelector(){return this.availableContentLocales.length>1}focus(){var e;(e=this.container)===null||e===void 0||e.focus()}async focusInput(e=!1){this.reactToFocus=e,await(0,K.waitFor)(()=>this.input,50),this.input.focus(),this.reactToFocus=!0}clear(){this.query="",this.metadataFilters=[],this.input&&(this.input.value=""),this.mobileMenuOpen=!1,this.displayFacets=!1}render(){return z.html`
|
|
2720
2720
|
<ft-size-watcher @change=${this.updateSize}></ft-size-watcher>
|
|
2721
2721
|
<div class="sr-only" aria-live="polite" aria-atomic="true">
|
|
2722
2722
|
${this.renderLiveText()}
|
|
@@ -2856,14 +2856,14 @@
|
|
|
2856
2856
|
></ft-filter>
|
|
2857
2857
|
`})}
|
|
2858
2858
|
</ft-snap-scroll>
|
|
2859
|
-
`:z.nothing}async firstUpdated(e){super.firstUpdated(e),this.initApi(),window.addEventListener("storage",r=>{r.key===this.recentSearchesStorageKey&&this.initRecentSearches()})}update(e){var r,i,n,o,s;if(e.has("labels")&&(this.labelResolver=new K.ParametrizedLabelResolver(td,this.labels)),e.has("sizeCategory")&&(this.mobileMenuOpen=!1,this.displayFacets=this.displayFacets&&!this.isMobile()),super.update(e),(e.has("availableContentLocales")||e.has("contentLocale"))&&this.availableContentLocales.length>0){let a=l=>this.availableContentLocales.some(c=>c.lang==l);a(this.contentLocale)||(this.contentLocale=e.has("contentLocale")&&a(e.get("contentLocale"))?e.get("contentLocale"):(r=this.availableContentLocales[0])===null||r===void 0?void 0:r.lang)}if(e.has("baseUrl")&&this.baseUrl&&(this.baseUrl.endsWith("/")&&(this.baseUrl=this.baseUrl.replace(/\/$/,"")),this.initRecentSearches()),e.has("presets")&&((i=this.presets)!==null&&i!==void 0?i:[]).forEach(a=>a.metadataFilters.forEach(l=>{l.valueFilter&&(l.valueFilter.values=l.valueFilter.values.map(c=>tn(c)))})),e.has("presets")||e.has("selectedPreset")){let a=((n=this.presets)!==null&&n!==void 0?n:[]).find(l=>l.name===this.selectedPreset);a&&!this.compareRequests(this.request,a)&&this.setFiltersFromPreset(a)}e.has("contentLocale")&&this.contentLocale!=null&&(this.knownFacetLabels=new Map),["contentLocale","metadataFilters"].some(a=>e.has(a))&&(this.selectedPreset=(s=((o=this.presets)!==null&&o!==void 0?o:[]).find(a=>this.compareRequests(a,this.request)))===null||s===void 0?void 0:s.name),["baseUrl","apiIntegrationIdentifier"].some(a=>e.has(a))&&(this.api=void 0,this.initApi()),e.has("api")&&this.api&&this.initSearchData(),["uiLocale","contentLocale","metadataFilters","displayedFilters"].some(a=>e.has(a))&&this.updateFacets(),["query","uiLocale","contentLocale","metadataFilters","displayedFilters","api"].some(a=>e.has(a))&&this.suggestManager.update(),["query","uiLocale","contentLocale","metadataFilters"].some(a=>e.has(a))&&this.dispatchStateChangeEvent()}dispatchStateChangeEvent(){this.stateChangeEventDebouncer.run(()=>this.dispatchEvent(new
|
|
2859
|
+
`:z.nothing}async firstUpdated(e){super.firstUpdated(e),this.initApi(),window.addEventListener("storage",r=>{r.key===this.recentSearchesStorageKey&&this.initRecentSearches()})}update(e){var r,i,n,o,s;if(e.has("labels")&&(this.labelResolver=new K.ParametrizedLabelResolver(td,this.labels)),e.has("sizeCategory")&&(this.mobileMenuOpen=!1,this.displayFacets=this.displayFacets&&!this.isMobile()),super.update(e),(e.has("availableContentLocales")||e.has("contentLocale"))&&this.availableContentLocales.length>0){let a=l=>this.availableContentLocales.some(c=>c.lang==l);a(this.contentLocale)||(this.contentLocale=e.has("contentLocale")&&a(e.get("contentLocale"))?e.get("contentLocale"):(r=this.availableContentLocales[0])===null||r===void 0?void 0:r.lang)}if(e.has("baseUrl")&&this.baseUrl&&(this.baseUrl.endsWith("/")&&(this.baseUrl=this.baseUrl.replace(/\/$/,"")),this.initRecentSearches()),e.has("presets")&&((i=this.presets)!==null&&i!==void 0?i:[]).forEach(a=>a.metadataFilters.forEach(l=>{l.valueFilter&&(l.valueFilter.values=l.valueFilter.values.map(c=>tn(c)))})),e.has("presets")||e.has("selectedPreset")){let a=((n=this.presets)!==null&&n!==void 0?n:[]).find(l=>l.name===this.selectedPreset);a&&!this.compareRequests(this.request,a)&&this.setFiltersFromPreset(a)}e.has("contentLocale")&&this.contentLocale!=null&&(this.knownFacetLabels=new Map),["contentLocale","metadataFilters"].some(a=>e.has(a))&&(this.selectedPreset=(s=((o=this.presets)!==null&&o!==void 0?o:[]).find(a=>this.compareRequests(a,this.request)))===null||s===void 0?void 0:s.name),["baseUrl","apiIntegrationIdentifier"].some(a=>e.has(a))&&(this.api=void 0,this.initApi()),e.has("api")&&this.api&&this.initSearchData(),["uiLocale","contentLocale","metadataFilters","displayedFilters"].some(a=>e.has(a))&&this.updateFacets(),["query","uiLocale","contentLocale","metadataFilters","displayedFilters","api"].some(a=>e.has(a))&&this.suggestManager.update(),["query","uiLocale","contentLocale","metadataFilters"].some(a=>e.has(a))&&this.dispatchStateChangeEvent()}dispatchStateChangeEvent(){this.stateChangeEventDebouncer.run(()=>this.dispatchEvent(new Cs(this.request)))}updateFacets(){this.facetsRequest.length>0?(this.facetsLoaded=!1,this.updateFacetsDebouncer.run(async()=>{await this.retrieveFacetsFromSearch(),this.facetsLoaded=!0,this.facetsInitialized=!0},this.facetsInitialized?500:10)):(this.facets=[],this.facetsLoaded=!0,this.facetsInitialized=!0)}contentAvailableCallback(e){var r,i,n;if(super.contentAvailableCallback(e),e.has("displayFacets")&&this.displayFacets&&((r=this.floatingContainer)===null||r===void 0||r.focus()),this.scrollToFacet!=null&&this.facetsLoaded){(i=this.scrollingFiltersContainer)===null||i===void 0||i.scrollIndexIntoView(this.facets.findIndex(s=>s.key===this.scrollToFacet));let o=(n=this.shadowRoot)===null||n===void 0?void 0:n.querySelector(`ft-accordion-item[data-facet-key="${this.scrollToFacet}"]`);o&&(o.active=!0),this.scrollToFacet=void 0}}initApi(){this.api==null&&(this.api=window.fluidtopics?new window.fluidtopics.FluidTopicsApi(this.baseUrl,this.apiIntegrationIdentifier,!0):void 0,setTimeout(()=>this.initApi(),10))}async retrieveFacetsFromSearch(){var e;if(this.facetsRequest.length==0){this.facets=[];return}let r=new Map;await((e=this.api)===null||e===void 0?void 0:e.search({...this.request,query:""}).then(i=>i.facets.forEach(n=>{this.knownFacetLabels.set(n.key,n.label),r.set(n.key,n)})).catch(Mf)),this.facets=[];for(let i of this.facetsRequest)r.has(i.id)?this.facets.push(r.get(i.id)):this.knownFacetLabels.has(i.id)&&this.facets.push({key:i.id,label:this.knownFacetLabels.get(i.id),rootNodes:[],multiSelectionable:!0,hierarchical:!1})}onFloatingContainerKeyUp(e){var r;e.key==="Escape"&&(this.displayFacets=!1,(r=this.filtersOpener)===null||r===void 0||r.focus())}setQuery(e){this.input&&(this.input.value=e),this.query=e}onLaunchSearch(){if(this.query){let e=this.recentSearches.filter(r=>r.toLowerCase()!==this.query.toLowerCase()).filter((r,i)=>i<20);this.recentSearches=[this.query,...e],this.saveRecentSearches()}this.mobileMenuOpen=!1,this.displayFacets=!1,this.focus()}get recentSearchesStorageKey(){return this.baseUrl+":ft:recent-search-queries"}initRecentSearches(){var e;this.recentSearches=JSON.parse((e=window.localStorage.getItem(this.recentSearchesStorageKey))!==null&&e!==void 0?e:"[]")}saveRecentSearches(){let e=JSON.stringify(this.recentSearches);window.localStorage.setItem(this.recentSearchesStorageKey,e),window.dispatchEvent(new StorageEvent("storage",{key:this.recentSearchesStorageKey,newValue:e,storageArea:window.localStorage,url:window.location.href}))}async connectedCallback(){super.connectedCallback(),document.addEventListener("pointerdown",this.closeSuggestListbox),document.addEventListener("focusin",this.closeFloatingContainer),document.addEventListener("click",this.closeFloatingContainer),this.focusOnDisplay&&!K.isTouchScreen&&this.focusInput(),R.addEventListener("authentication-change",this.initSearchData),this.initSearchData()}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("pointerdown",this.closeSuggestListbox),document.removeEventListener("focusin",this.closeFloatingContainer),document.removeEventListener("click",this.closeFloatingContainer),R.removeEventListener("authentication-change",this.initSearchData)}updateSize(e){this.sizeCategory=e.detail.category}setFilter(e,r){let i=this.metadataFilters.filter(n=>!n.valueFilter||n.key!==e);this.facets.forEach(n=>{n.key===e&&(0,K.flatDeep)(n.rootNodes,o=>o.childNodes).forEach(o=>o.selected=r.includes(o.value))}),r.length&&i.push({key:e,valueFilter:{negative:!1,values:r}}),this.metadataFilters=i,this.scrollToFacet=e}setFiltersFromPreset(e){e!=null&&(e.contentLocale!=null&&(this.contentLocale=e.contentLocale),this.metadataFilters=e.metadataFilters)}clearFilters(){this.facets.forEach(r=>(0,K.flatDeep)(r.rootNodes,i=>i.childNodes).forEach(i=>i.selected=!1)),this.metadataFilters=[];let e=this.facets[0];this.scrollToFacet=e?.key}querySelector(e){return this.shadowRoot.querySelector(e)}querySelectorAll(e){return this.shadowRoot.querySelectorAll(e)}renderDesktopFloatingMenu(){return this.forceMenuOpen?z.nothing:z.html`
|
|
2860
2860
|
<div class="ft-search-bar--floating-panel"
|
|
2861
2861
|
id="ft-search-bar-floating-panel"
|
|
2862
2862
|
@keyup=${this.onFloatingContainerKeyUp}
|
|
2863
2863
|
part="floating-panel"
|
|
2864
2864
|
tabindex="-1">
|
|
2865
2865
|
${this.renderDesktopMenu()}
|
|
2866
|
-
</div>`}get ariaActiveDescendent(){if(this.selectedSuggestOptionId)return this.selectedSuggestRemoveRecent?"remove-"+this.selectedSuggestOptionId:this.selectedSuggestOptionId}};w.elementDefinitions={"ft-accordion"
|
|
2866
|
+
</div>`}get ariaActiveDescendent(){if(this.selectedSuggestOptionId)return this.selectedSuggestRemoveRecent?"remove-"+this.selectedSuggestOptionId:this.selectedSuggestOptionId}};w.elementDefinitions={"ft-accordion":$t,"ft-accordion-item":dt,"ft-button":D,"ft-chip":ne,"ft-filter":H,"ft-filter-option":Qe,"ft-icon":te,"ft-ripple":M,"ft-select":Y,"ft-select-option":_e,"ft-size-watcher":je,"ft-skeleton":ar,"ft-snap-scroll":fe,"ft-tooltip":se,"ft-typography":V,"ft-radio-group":Xe,"ft-radio":ye};w.styles=[Vr,K.noTextInputDefaultClearButton,Vp,Wp,Mt.styles,It.styles,K.screenReaderStyles];B([(0,U.property)({type:Boolean})],w.prototype,"dense",void 0);B([(0,U.property)()],w.prototype,"mode",void 0);B([(0,U.property)({type:Boolean})],w.prototype,"forceMobileMenuOpen",void 0);B([(0,U.property)({type:Boolean})],w.prototype,"forceMenuOpen",void 0);B([(0,U.property)()],w.prototype,"baseUrl",void 0);B([(0,U.property)()],w.prototype,"apiIntegrationIdentifier",void 0);B([(0,U.property)()],w.prototype,"contentLocale",void 0);B([(0,U.state)()],w.prototype,"availableContentLocales",void 0);B([(0,U.state)()],w.prototype,"availableContentLocalesInitialized",void 0);B([(0,U.property)()],w.prototype,"uiLocale",void 0);B([(0,K.jsonProperty)({})],w.prototype,"labels",void 0);B([(0,K.jsonProperty)([])],w.prototype,"displayedFilters",void 0);B([(0,K.jsonProperty)([])],w.prototype,"presets",void 0);B([(0,U.property)({type:String,reflect:!0})],w.prototype,"selectedPreset",void 0);B([(0,K.jsonProperty)([])],w.prototype,"priors",void 0);B([(0,U.property)()],w.prototype,"searchRequestSerializer",void 0);B([(0,U.property)({type:Boolean})],w.prototype,"focusOnDisplay",void 0);B([(0,U.state)()],w.prototype,"metadataFilters",void 0);B([(0,U.state)()],w.prototype,"sizeCategory",void 0);B([(0,U.state)()],w.prototype,"displayFacets",void 0);B([(0,U.state)()],w.prototype,"mobileMenuOpen",void 0);B([(0,U.state)()],w.prototype,"facets",void 0);B([(0,U.state)()],w.prototype,"facetsInitialized",void 0);B([(0,U.query)(".ft-search-bar--container")],w.prototype,"container",void 0);B([(0,U.query)(".ft-search-bar--filters-opener")],w.prototype,"filtersOpener",void 0);B([(0,U.query)(".ft-search-bar--floating-panel")],w.prototype,"floatingContainer",void 0);B([(0,U.query)("ft-snap-scroll.ft-search-bar--filters-container")],w.prototype,"scrollingFiltersContainer",void 0);B([(0,U.query)(".ft-search-bar--input")],w.prototype,"input",void 0);B([(0,U.query)(".ft-search-bar--launch-search")],w.prototype,"launchSearchButton",void 0);B([(0,U.state)()],w.prototype,"query",void 0);B([(0,U.state)()],w.prototype,"suggestions",void 0);B([(0,U.state)()],w.prototype,"recentSearches",void 0);B([(0,U.state)()],w.prototype,"scrollToFacet",void 0);B([(0,U.state)()],w.prototype,"api",void 0);B([(0,U.state)()],w.prototype,"displaySuggestListbox",void 0);B([(0,U.state)()],w.prototype,"selectedSuggestOptionId",void 0);B([(0,U.state)()],w.prototype,"selectedSuggestRemoveRecent",void 0);B([(0,U.state)()],w.prototype,"facetsLoaded",void 0);var rd={"ft-search-bar":w};(0,id.customElements)(rd);})();
|
|
2867
2867
|
/*! Bundled license information:
|
|
2868
2868
|
|
|
2869
2869
|
lit-html/lit-html.js:
|