@fluid-topics/ft-chip-choice 2.1.12 → 2.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- "use strict";(()=>{var Kl=Object.create;var Pi=Object.defineProperty;var Gl=Object.getOwnPropertyDescriptor;var ql=Object.getOwnPropertyNames;var Yl=Object.getPrototypeOf,Xl=Object.prototype.hasOwnProperty;var Jt=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}};var Jl=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ql(t))!Xl.call(e,i)&&i!==r&&Pi(e,i,{get:()=>t[i],enumerable:!(n=Gl(t,i))||n.enumerable});return e};var y=(e,t,r)=>(r=e!=null?Kl(Yl(e)):{},Jl(t||!e||!e.__esModule?Pi(r,"default",{value:e,enumerable:!0}):r,e));var S=Jt((Au,Ni)=>{Ni.exports=ftGlobals.wcUtils});var D=Jt((Eu,Di)=>{Di.exports=ftGlobals.lit});var q=Jt((Su,Ii)=>{Ii.exports=ftGlobals.litDecorators});var wr=Jt((Lu,so)=>{so.exports=ftGlobals.litClassMap});var yl=Jt(($y,ml)=>{ml.exports=ftGlobals.litUnsafeHTML});var Wl=y(S());var Ui=y(D()),ke=y(q()),$i=y(S());var ki=y(D());var Mi=ki.css`
1
+ "use strict";(()=>{var Gl=Object.create;var Li=Object.defineProperty;var ql=Object.getOwnPropertyDescriptor;var Yl=Object.getOwnPropertyNames;var Xl=Object.getPrototypeOf,Jl=Object.prototype.hasOwnProperty;var Xt=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}};var Zl=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Yl(t))!Jl.call(e,i)&&i!==r&&Li(e,i,{get:()=>t[i],enumerable:!(n=ql(t,i))||n.enumerable});return e};var y=(e,t,r)=>(r=e!=null?Gl(Xl(e)):{},Zl(t||!e||!e.__esModule?Li(r,"default",{value:e,enumerable:!0}):r,e));var S=Xt((Eu,Pi)=>{Pi.exports=ftGlobals.wcUtils});var D=Xt((Su,Ni)=>{Ni.exports=ftGlobals.lit});var q=Xt((Cu,Di)=>{Di.exports=ftGlobals.litDecorators});var wr=Xt((Pu,oo)=>{oo.exports=ftGlobals.litClassMap});var gl=Xt((By,yl)=>{yl.exports=ftGlobals.litUnsafeHTML});var Kl=y(S());var Mi=y(D()),ke=y(q()),Ui=y(S());var Ii=y(D());var ki=Ii.css`
2
2
  :host {
3
3
  display: flex;
4
4
  flex-direction: row;
@@ -9,11 +9,11 @@
9
9
  :host(:focus-visible) {
10
10
  outline: none;
11
11
  }
12
- `;var At=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},bn=class extends CustomEvent{constructor(t){super("change",{detail:{value:t}})}},Ee=class extends $i.FtLitElement{constructor(){super(...arguments),this.name="",this.multiselect=!1,this.role="radiogroup",this.ariaLabelledBy="",this.selectedOptions=new Set}render(){return Ui.html`
12
+ `;var At=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},bn=class extends CustomEvent{constructor(t){super("change",{detail:{value:t}})}},Ee=class extends Ui.FtLitElement{constructor(){super(...arguments),this.name="",this.multiselect=!1,this.role="radiogroup",this.ariaLabelledBy="",this.selectedOptions=new Set}render(){return Mi.html`
13
13
  <slot @slotchange=${this.onSlotChange}
14
14
  @ft-chip-choice-option-change=${this.onChange}>
15
15
  </slot>
16
- `}onSlotChange(){this.chipChoiceOptions.forEach(t=>{t.name=this.name,t.selected&&(this.selectedOptions.add(t.value),this.requestUpdate())})}update(t){super.update(t),t.has("multiselect")&&(this.role=this.multiselect?"group":"radiogroup",this.chipChoiceOptions.forEach(r=>{r.role=this.multiselect?"checkbox":"radio"}))}onChange(t){t.stopPropagation(),t.detail.selected?this.multiselect?this.selectedOptions.add(t.detail.value):(this.selectedOptions=new Set([t.detail.value]),this.chipChoiceOptions.map(r=>{r.selected=r.value===t.detail.value})):this.selectedOptions.delete(t.detail.value),this.requestUpdate(),this.dispatchEvent(new bn(new Set(this.selectedOptions)))}};Ee.styles=Mi;At([(0,ke.property)()],Ee.prototype,"name",void 0);At([(0,ke.property)({type:Boolean})],Ee.prototype,"multiselect",void 0);At([(0,ke.property)({reflect:!0,attribute:"role"})],Ee.prototype,"role",void 0);At([(0,ke.property)({reflect:!0,attribute:"aria-labelledby"})],Ee.prototype,"ariaLabelledBy",void 0);At([(0,ke.queryAssignedElements)()],Ee.prototype,"chipChoiceOptions",void 0);At([(0,ke.state)()],Ee.prototype,"selectedOptions",void 0);var Fl=y(D()),Ie=y(q()),Vl=y(S());var Ul=y(D()),z=y(S());var Or=y(D()),_=y(S());var zi=y(D()),B=y(S()),Bi=B.FtCssVariableFactory.extend("--ft-ripple-color","",B.designSystemVariables.colorContent),J={color:Bi,backgroundColor:B.FtCssVariableFactory.extend("--ft-ripple-background-color","",Bi),opacityContentOnSurfacePressed:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:B.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Hi=B.FtCssVariableFactory.extend("--ft-ripple-color","",B.designSystemVariables.colorPrimary),ji={color:Hi,backgroundColor:B.FtCssVariableFactory.extend("--ft-ripple-background-color","",Hi)},Fi=B.FtCssVariableFactory.extend("--ft-ripple-color","",B.designSystemVariables.colorSecondary),Vi={color:Fi,backgroundColor:B.FtCssVariableFactory.extend("--ft-ripple-background-color","",Fi)},Wi=zi.css`
16
+ `}onSlotChange(){this.chipChoiceOptions.forEach(t=>{t.name=this.name,t.selected&&(this.selectedOptions.add(t.value),this.requestUpdate())})}update(t){super.update(t),t.has("multiselect")&&(this.role=this.multiselect?"group":"radiogroup",this.chipChoiceOptions.forEach(r=>{r.role=this.multiselect?"checkbox":"radio"}))}onChange(t){t.stopPropagation(),t.detail.selected?this.multiselect?this.selectedOptions.add(t.detail.value):(this.selectedOptions=new Set([t.detail.value]),this.chipChoiceOptions.map(r=>{r.selected=r.value===t.detail.value})):this.selectedOptions.delete(t.detail.value),this.requestUpdate(),this.dispatchEvent(new bn(new Set(this.selectedOptions)))}};Ee.styles=ki;At([(0,ke.property)()],Ee.prototype,"name",void 0);At([(0,ke.property)({type:Boolean})],Ee.prototype,"multiselect",void 0);At([(0,ke.property)({reflect:!0,attribute:"role"})],Ee.prototype,"role",void 0);At([(0,ke.property)({reflect:!0,attribute:"aria-labelledby"})],Ee.prototype,"ariaLabelledBy",void 0);At([(0,ke.queryAssignedElements)()],Ee.prototype,"chipChoiceOptions",void 0);At([(0,ke.state)()],Ee.prototype,"selectedOptions",void 0);var Vl=y(D()),Ie=y(q()),zl=y(S());var $l=y(D()),z=y(S());var Or=y(D()),_=y(S());var Vi=y(D()),B=y(S()),$i=B.FtCssVariableFactory.extend("--ft-ripple-color","",B.designSystemVariables.colorContent),J={color:$i,backgroundColor:B.FtCssVariableFactory.extend("--ft-ripple-background-color","",$i),opacityContentOnSurfacePressed:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:B.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Bi=B.FtCssVariableFactory.extend("--ft-ripple-color","",B.designSystemVariables.colorPrimary),Hi={color:Bi,backgroundColor:B.FtCssVariableFactory.extend("--ft-ripple-background-color","",Bi)},ji=B.FtCssVariableFactory.extend("--ft-ripple-color","",B.designSystemVariables.colorSecondary),Fi={color:ji,backgroundColor:B.FtCssVariableFactory.extend("--ft-ripple-background-color","",ji)},zi=Vi.css`
17
17
  :host {
18
18
  display: contents;
19
19
  }
@@ -68,19 +68,19 @@
68
68
  }
69
69
 
70
70
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
71
- background-color: ${Vi.backgroundColor};
71
+ background-color: ${Fi.backgroundColor};
72
72
  }
73
73
 
74
74
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
75
- background-color: ${Vi.color};
75
+ background-color: ${Fi.color};
76
76
  }
77
77
 
78
78
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
79
- background-color: ${ji.backgroundColor};
79
+ background-color: ${Hi.backgroundColor};
80
80
  }
81
81
 
82
82
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
83
- background-color: ${ji.color};
83
+ background-color: ${Hi.color};
84
84
  }
85
85
 
86
86
  .ft-ripple .ft-ripple--background {
@@ -125,7 +125,7 @@
125
125
  opacity: ${J.opacityContentOnSurfacePressed};
126
126
  transform: translate(-50%, -50%) scale(1);
127
127
  }
128
- `;var fe=y(D()),v=y(S()),Ki=v.FtCssVariableFactory.extend("--ft-typography-font-family","",v.designSystemVariables.titleFont),Me=v.FtCssVariableFactory.extend("--ft-typography-font-family","",v.designSystemVariables.contentFont),E={fontFamily:Me,fontSize:v.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:v.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:v.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:v.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:v.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Et={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Ki),fontSize:v.FtCssVariableFactory.extend("--ft-typography-title-font-size","",E.fontSize,"20px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",E.letterSpacing,"0.15px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-title-line-height","",E.lineHeight,"1.2"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",E.textTransform,"inherit")},St={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Ki),fontSize:v.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",E.fontSize,"14px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",E.letterSpacing,"0.105px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",E.lineHeight,"1.7"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",E.textTransform,"inherit")},Ct={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Me),fontSize:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",E.fontSize,"16px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",E.fontWeight,"600"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",E.letterSpacing,"0.144px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",E.lineHeight,"1.5"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",E.textTransform,"inherit")},Ot={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Me),fontSize:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",E.fontSize,"14px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",E.letterSpacing,"0.098px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",E.lineHeight,"1.7"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",E.textTransform,"inherit")},Tt={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Me),fontSize:v.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",E.fontSize,"16px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",E.letterSpacing,"0.496px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",E.lineHeight,"1.5"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",E.textTransform,"inherit")},pe={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Me),fontSize:v.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",E.fontSize,"14px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",E.letterSpacing,"0.252px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",E.lineHeight,"1.4"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",E.textTransform,"inherit")},wt={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Me),fontSize:v.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",E.fontSize,"12px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",E.letterSpacing,"0.396px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",E.lineHeight,"1.33"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",E.textTransform,"inherit")},_t={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Me),fontSize:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",E.fontSize,"10px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",E.letterSpacing,"0.33px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",E.lineHeight,"1.6"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",E.textTransform,"inherit")},Rt={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Me),fontSize:v.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",E.fontSize,"10px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",E.letterSpacing,"1.5px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",E.lineHeight,"1.6"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",E.textTransform,"uppercase")},Re={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Me),fontSize:v.FtCssVariableFactory.extend("--ft-typography-button-font-size","",E.fontSize,"14px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",E.fontWeight,"600"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",E.letterSpacing,"1.246px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-button-line-height","",E.lineHeight,"1.15"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",E.textTransform,"uppercase")},Gi=fe.css`
128
+ `;var fe=y(D()),v=y(S()),Wi=v.FtCssVariableFactory.extend("--ft-typography-font-family","",v.designSystemVariables.titleFont),Me=v.FtCssVariableFactory.extend("--ft-typography-font-family","",v.designSystemVariables.contentFont),E={fontFamily:Me,fontSize:v.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:v.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:v.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:v.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:v.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Et={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Wi),fontSize:v.FtCssVariableFactory.extend("--ft-typography-title-font-size","",E.fontSize,"20px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",E.letterSpacing,"0.15px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-title-line-height","",E.lineHeight,"1.2"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",E.textTransform,"inherit")},St={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Wi),fontSize:v.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",E.fontSize,"14px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",E.letterSpacing,"0.105px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",E.lineHeight,"1.7"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",E.textTransform,"inherit")},Ct={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Me),fontSize:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",E.fontSize,"16px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",E.fontWeight,"600"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",E.letterSpacing,"0.144px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",E.lineHeight,"1.5"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",E.textTransform,"inherit")},Ot={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Me),fontSize:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",E.fontSize,"14px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",E.letterSpacing,"0.098px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",E.lineHeight,"1.7"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",E.textTransform,"inherit")},Tt={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Me),fontSize:v.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",E.fontSize,"16px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",E.letterSpacing,"0.496px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",E.lineHeight,"1.5"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",E.textTransform,"inherit")},pe={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Me),fontSize:v.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",E.fontSize,"14px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",E.letterSpacing,"0.252px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",E.lineHeight,"1.4"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",E.textTransform,"inherit")},wt={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Me),fontSize:v.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",E.fontSize,"12px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",E.letterSpacing,"0.396px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",E.lineHeight,"1.33"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",E.textTransform,"inherit")},_t={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Me),fontSize:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",E.fontSize,"10px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",E.letterSpacing,"0.33px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",E.lineHeight,"1.6"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",E.textTransform,"inherit")},Rt={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Me),fontSize:v.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",E.fontSize,"10px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",E.fontWeight,"normal"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",E.letterSpacing,"1.5px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",E.lineHeight,"1.6"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",E.textTransform,"uppercase")},Re={fontFamily:v.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Me),fontSize:v.FtCssVariableFactory.extend("--ft-typography-button-font-size","",E.fontSize,"14px"),fontWeight:v.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",E.fontWeight,"600"),letterSpacing:v.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",E.letterSpacing,"1.246px"),lineHeight:v.FtCssVariableFactory.extend("--ft-typography-button-line-height","",E.lineHeight,"1.15"),textTransform:v.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",E.textTransform,"uppercase")},Ki=fe.css`
129
129
  .ft-typography--title {
130
130
  font-family: ${Et.fontFamily};
131
131
  font-size: ${Et.fontSize};
@@ -134,7 +134,7 @@
134
134
  line-height: ${Et.lineHeight};
135
135
  text-transform: ${Et.textTransform};
136
136
  }
137
- `,qi=fe.css`
137
+ `,Gi=fe.css`
138
138
  .ft-typography--title-dense {
139
139
  font-family: ${St.fontFamily};
140
140
  font-size: ${St.fontSize};
@@ -143,7 +143,7 @@
143
143
  line-height: ${St.lineHeight};
144
144
  text-transform: ${St.textTransform};
145
145
  }
146
- `,Yi=fe.css`
146
+ `,qi=fe.css`
147
147
  .ft-typography--subtitle1 {
148
148
  font-family: ${Ct.fontFamily};
149
149
  font-size: ${Ct.fontSize};
@@ -152,7 +152,7 @@
152
152
  line-height: ${Ct.lineHeight};
153
153
  text-transform: ${Ct.textTransform};
154
154
  }
155
- `,Xi=fe.css`
155
+ `,Yi=fe.css`
156
156
  .ft-typography--subtitle2 {
157
157
  font-family: ${Ot.fontFamily};
158
158
  font-size: ${Ot.fontSize};
@@ -162,7 +162,7 @@
162
162
  text-transform: ${Ot.textTransform};
163
163
  }
164
164
 
165
- `,Ji=fe.css`
165
+ `,Xi=fe.css`
166
166
  .ft-typography--body1 {
167
167
  font-family: ${Tt.fontFamily};
168
168
  font-size: ${Tt.fontSize};
@@ -171,7 +171,7 @@
171
171
  line-height: ${Tt.lineHeight};
172
172
  text-transform: ${Tt.textTransform};
173
173
  }
174
- `,Zi=fe.css`
174
+ `,Ji=fe.css`
175
175
  .ft-typography--body2 {
176
176
  font-family: ${pe.fontFamily};
177
177
  font-size: ${pe.fontSize};
@@ -180,7 +180,7 @@
180
180
  line-height: ${pe.lineHeight};
181
181
  text-transform: ${pe.textTransform};
182
182
  }
183
- `,Qi=fe.css`
183
+ `,Zi=fe.css`
184
184
  .ft-typography--caption {
185
185
  font-family: ${wt.fontFamily};
186
186
  font-size: ${wt.fontSize};
@@ -189,7 +189,7 @@
189
189
  line-height: ${wt.lineHeight};
190
190
  text-transform: ${wt.textTransform};
191
191
  }
192
- `,eo=fe.css`
192
+ `,Qi=fe.css`
193
193
  .ft-typography--breadcrumb {
194
194
  font-family: ${_t.fontFamily};
195
195
  font-size: ${_t.fontSize};
@@ -198,7 +198,7 @@
198
198
  line-height: ${_t.lineHeight};
199
199
  text-transform: ${_t.textTransform};
200
200
  }
201
- `,to=fe.css`
201
+ `,eo=fe.css`
202
202
  .ft-typography--overline {
203
203
  font-family: ${Rt.fontFamily};
204
204
  font-size: ${Rt.fontSize};
@@ -207,7 +207,7 @@
207
207
  line-height: ${Rt.lineHeight};
208
208
  text-transform: ${Rt.textTransform};
209
209
  }
210
- `,ro=fe.css`
210
+ `,to=fe.css`
211
211
  .ft-typography--button {
212
212
  font-family: ${Re.fontFamily};
213
213
  font-size: ${Re.fontSize};
@@ -216,11 +216,11 @@
216
216
  line-height: ${Re.lineHeight};
217
217
  text-transform: ${Re.textTransform};
218
218
  }
219
- `,no=fe.css`
219
+ `,ro=fe.css`
220
220
  .ft-typography {
221
221
  vertical-align: inherit;
222
222
  }
223
- `;var io=y(D()),Se=y(S()),se={size:Se.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:Se.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",Se.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:Se.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",Se.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:Se.FtCssVariableFactory.extend("--ft-icon-material-font-family","",Se.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:Se.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},oo=[io.css`
223
+ `;var no=y(D()),Se=y(S()),se={size:Se.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:Se.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",Se.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:Se.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",Se.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:Se.FtCssVariableFactory.extend("--ft-icon-material-font-family","",Se.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:Se.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},io=[no.css`
224
224
  :host, i.ft-icon {
225
225
  display: inline-flex;
226
226
  align-items: center;
@@ -268,20 +268,20 @@
268
268
  .ft-icon--material {
269
269
  font-family: ${se.materialFontFamily}, "Material Icons", sans-serif;
270
270
  }
271
- `,Se.noTextSelect];var Ae=y(S());var ao=y(D()),K=y(q()),lo=y(wr()),Zt=y(S());var te=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},P=class extends Zt.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 Zt.Debouncer(1e3),this.onTransitionStart=t=>{t.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=t=>{t.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new Zt.Debouncer(10),this.moveRipple=t=>{var r,n;let{x:i,y:o}=this.getCoordinates(t),s=(n=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-s.x:s.width/2),this.originY=Math.round(o!=null?o-s.y:s.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(t?.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return ao.html`
271
+ `,Se.noTextSelect];var Ae=y(S());var so=y(D()),K=y(q()),ao=y(wr()),Jt=y(S());var te=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},P=class extends Jt.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 Jt.Debouncer(1e3),this.onTransitionStart=t=>{t.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=t=>{t.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new Jt.Debouncer(10),this.moveRipple=t=>{var r,n;let{x:i,y:o}=this.getCoordinates(t),s=(n=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-s.x:s.width/2),this.originY=Math.round(o!=null?o-s.y:s.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(t?.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return so.html`
272
272
  <style>
273
273
  .ft-ripple .ft-ripple--effect {
274
274
  left: ${this.originX}px;
275
275
  top: ${this.originY}px;
276
276
  }
277
277
  </style>
278
- <div class="${(0,lo.classMap)(t)}">
278
+ <div class="${(0,ao.classMap)(t)}">
279
279
  <div class="ft-ripple--background"></div>
280
280
  <div class="ft-ripple--effect"></div>
281
281
  </div>
282
- `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var r,n;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var t,r;let n=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;n&&this.setupFor((r=this.target)!==null&&r!==void 0?r:n)}forceFocusUpdate(){var t;!((t=this.target)===null||t===void 0)&&t.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");let r=(...a)=>l=>{a.forEach(c=>window.addEventListener(c,this.endPress,{once:!0})),this.startPress(l)},n=r("mouseup","contextmenu"),i=r("touchend","touchcancel"),o=a=>{["Enter"," "].includes(a.key)&&r("keyup")(a)},s={passive:!0};t.addEventListener("mouseover",this.startHover,s),t.addEventListener("mousemove",this.moveRipple,s),t.addEventListener("mouseleave",this.endHover,s),t.addEventListener("mousedown",n,s),t.addEventListener("touchstart",i,s),t.addEventListener("touchmove",this.moveRipple,s),t.addEventListener("keydown",o,s),t.addEventListener("focus",this.startFocus,s),t.addEventListener("blur",this.endFocus,s),t.addEventListener("focusin",this.startFocus,s),t.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,s),t.removeEventListener("mousemove",this.moveRipple,s),t.removeEventListener("mouseleave",this.endHover,s),t.removeEventListener("mousedown",n,s),t.removeEventListener("touchstart",i,s),t.removeEventListener("touchmove",this.moveRipple,s),t.removeEventListener("keydown",o,s),t.removeEventListener("focus",this.startFocus,s),t.removeEventListener("blur",this.endFocus,s),t.removeEventListener("focusin",this.startFocus,s),t.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let r=t,n=t,i,o;return r.x!=null?{x:i,y:o}=r:n.touches!=null&&(i=n.touches[0].clientX,o=n.touches[0].clientY),{x:i,y:o}}isFocusVisible(t){return t instanceof HTMLElement?t.matches(":focus-visible"):!0}isIgnored(t){if(this.disabled)return!0;if(t!=null)for(let r of t.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};P.elementDefinitions={};P.styles=Wi;te([(0,K.property)({type:Boolean})],P.prototype,"primary",void 0);te([(0,K.property)({type:Boolean})],P.prototype,"secondary",void 0);te([(0,K.property)({type:Boolean})],P.prototype,"unbounded",void 0);te([(0,K.property)({type:Boolean})],P.prototype,"activated",void 0);te([(0,K.property)({type:Boolean})],P.prototype,"selected",void 0);te([(0,K.property)({type:Boolean})],P.prototype,"disabled",void 0);te([(0,K.state)()],P.prototype,"hovered",void 0);te([(0,K.state)()],P.prototype,"focused",void 0);te([(0,K.state)()],P.prototype,"pressed",void 0);te([(0,K.state)()],P.prototype,"rippling",void 0);te([(0,K.state)()],P.prototype,"originX",void 0);te([(0,K.state)()],P.prototype,"originY",void 0);te([(0,K.query)(".ft-ripple")],P.prototype,"ripple",void 0);te([(0,K.query)(".ft-ripple--effect")],P.prototype,"rippleEffect",void 0);var uo=y(S());var co={"ft-ripple":P};(0,uo.customElements)(co);var pl=y(D()),xe=y(q()),be=y(S());var Tn=globalThis,_r=Tn.trustedTypes,po=_r?_r.createPolicy("lit-html",{createHTML:e=>e}):void 0,vo="$lit$",Fe=`lit$${Math.random().toFixed(9).slice(2)}$`,bo="?"+Fe,Zl=`<${bo}>`,ot=document,Rr=()=>ot.createComment(""),er=e=>e===null||typeof e!="object"&&typeof e!="function",wn=Array.isArray,Ql=e=>wn(e)||typeof e?.[Symbol.iterator]=="function",xn=`[
283
- \f\r]`,Qt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,fo=/-->/g,ho=/>/g,nt=RegExp(`>|${xn}(?:([^\\s"'>=/]+)(${xn}*=${xn}*(?:[^
284
- \f\r"'\`<>=]|("|')|))|$)`,"g"),mo=/'/g,yo=/"/g,xo=/^(?:script|style|textarea|title)$/i,_n=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Ao=_n(1),Eo=_n(2),So=_n(3),tr=Symbol.for("lit-noChange"),H=Symbol.for("lit-nothing"),go=new WeakMap,it=ot.createTreeWalker(ot,129);function Co(e,t){if(!wn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return po!==void 0?po.createHTML(t):t}var ec=(e,t)=>{let r=e.length-1,n=[],i,o=t===2?"<svg>":t===3?"<math>":"",s=Qt;for(let a=0;a<r;a++){let l=e[a],c,u,d=-1,p=0;for(;p<l.length&&(s.lastIndex=p,u=s.exec(l),u!==null);)p=s.lastIndex,s===Qt?u[1]==="!--"?s=fo:u[1]!==void 0?s=ho:u[2]!==void 0?(xo.test(u[2])&&(i=RegExp("</"+u[2],"g")),s=nt):u[3]!==void 0&&(s=nt):s===nt?u[0]===">"?(s=i??Qt,d=-1):u[1]===void 0?d=-2:(d=s.lastIndex-u[2].length,c=u[1],s=u[3]===void 0?nt:u[3]==='"'?yo:mo):s===yo||s===mo?s=nt:s===fo||s===ho?s=Qt:(s=nt,i=void 0);let f=s===nt&&e[a+1].startsWith("/>")?" ":"";o+=s===Qt?l+Zl:d>=0?(n.push(c),l.slice(0,d)+vo+l.slice(d)+Fe+f):l+Fe+(d===-2?a:f)}return[Co(e,o+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},rr=class e{constructor({strings:t,_$litType$:r},n){let i;this.parts=[];let o=0,s=0,a=t.length-1,l=this.parts,[c,u]=ec(t,r);if(this.el=e.createElement(c,n),it.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=it.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(vo)){let p=u[s++],f=i.getAttribute(d).split(Fe),h=/([.?@])?(.*)/.exec(p);l.push({type:1,index:o,name:h[2],strings:f,ctor:h[1]==="."?En:h[1]==="?"?Sn:h[1]==="@"?Cn:Pt}),i.removeAttribute(d)}else d.startsWith(Fe)&&(l.push({type:6,index:o}),i.removeAttribute(d));if(xo.test(i.tagName)){let d=i.textContent.split(Fe),p=d.length-1;if(p>0){i.textContent=_r?_r.emptyScript:"";for(let f=0;f<p;f++)i.append(d[f],Rr()),it.nextNode(),l.push({type:2,index:++o});i.append(d[p],Rr())}}}else if(i.nodeType===8)if(i.data===bo)l.push({type:2,index:o});else{let d=-1;for(;(d=i.data.indexOf(Fe,d+1))!==-1;)l.push({type:7,index:o}),d+=Fe.length-1}o++}}static createElement(t,r){let n=ot.createElement("template");return n.innerHTML=t,n}};function Lt(e,t,r=e,n){if(t===tr)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,o=er(t)?void 0:t._$litDirective$;return i?.constructor!==o&&(i?._$AO?.(!1),o===void 0?i=void 0:(i=new o(e),i._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(t=Lt(e,i._$AS(e,t.values),i,n)),t}var An=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:n}=this._$AD,i=(t?.creationScope??ot).importNode(r,!0);it.currentNode=i;let o=it.nextNode(),s=0,a=0,l=n[0];for(;l!==void 0;){if(s===l.index){let c;l.type===2?c=new Lr(o,o.nextSibling,this,t):l.type===1?c=new l.ctor(o,l.name,l.strings,this,t):l.type===6&&(c=new On(o,this,t)),this._$AV.push(c),l=n[++a]}s!==l?.index&&(o=it.nextNode(),s++)}return it.currentNode=ot,i}p(t){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,r),r+=n.strings.length-2):n._$AI(t[r])),r++}},Lr=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=H,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,r=this._$AM;return r!==void 0&&t?.nodeType===11&&(t=r.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,r=this){t=Lt(this,t,r),er(t)?t===H||t==null||t===""?(this._$AH!==H&&this._$AR(),this._$AH=H):t!==this._$AH&&t!==tr&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Ql(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==H&&er(this._$AH)?this._$AA.nextSibling.data=t:this.T(ot.createTextNode(t)),this._$AH=t}$(t){let{values:r,_$litType$:n}=t,i=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=rr.createElement(Co(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let o=new An(i,this),s=o.u(this.options);o.p(r),this.T(s),this._$AH=o}}_$AC(t){let r=go.get(t.strings);return r===void 0&&go.set(t.strings,r=new rr(t)),r}k(t){wn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let o of t)i===r.length?r.push(n=new e(this.O(Rr()),this.O(Rr()),this,this.options)):n=r[i],n._$AI(o),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t&&t!==this._$AB;){let n=t.nextSibling;t.remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},Pt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,o){this.type=1,this._$AH=H,this._$AN=void 0,this.element=t,this.name=r,this._$AM=i,this.options=o,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=H}_$AI(t,r=this,n,i){let o=this.strings,s=!1;if(o===void 0)t=Lt(this,t,r,0),s=!er(t)||t!==this._$AH&&t!==tr,s&&(this._$AH=t);else{let a=t,l,c;for(t=o[0],l=0;l<o.length-1;l++)c=Lt(this,a[n+l],r,l),c===tr&&(c=this._$AH[l]),s||=!er(c)||c!==this._$AH[l],c===H?t=H:t!==H&&(t+=(c??"")+o[l+1]),this._$AH[l]=c}s&&!i&&this.j(t)}j(t){t===H?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},En=class extends Pt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===H?void 0:t}},Sn=class extends Pt{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==H)}},Cn=class extends Pt{constructor(t,r,n,i,o){super(t,r,n,i,o),this.type=5}_$AI(t,r=this){if((t=Lt(this,t,r,0)??H)===tr)return;let n=this._$AH,i=t===H&&n!==H||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,o=t!==H&&(n===H||i);i&&this.element.removeEventListener(this.name,this,n),o&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},On=class{constructor(t,r,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){Lt(this,t)}};var tc=Tn.litHtmlPolyfillSupport;tc?.(rr,Lr),(Tn.litHtmlVersions??=[]).push("3.3.0");var To=Symbol.for(""),rc=e=>{if(e?.r===To)return e?._$litStatic$},Rn=e=>({_$litStatic$:e,r:To});var Oo=new Map,Ln=e=>(t,...r)=>{let n=r.length,i,o,s=[],a=[],l,c=0,u=!1;for(;c<n;){for(l=t[c];c<n&&(o=r[c],(i=rc(o))!==void 0);)l+=i+t[++c],u=!0;c!==n&&a.push(o),s.push(l),c++}if(c===n&&s.push(t[n]),u){let d=s.join("$$lit$$");(t=Oo.get(d))===void 0&&(s.raw=s,Oo.set(d,t=s)),r=a}return e(t,...r)},Pn=Ln(Ao),Vu=Ln(Eo),zu=Ln(So);var Nn=y(q()),_o=y(S());var Ve;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button"})(Ve||(Ve={}));var wo=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},ae=class extends _o.FtLitElement{constructor(){super(...arguments),this.variant=Ve.body1}render(){return this.element?Pn`
282
+ `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var r,n;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var t,r;let n=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;n&&this.setupFor((r=this.target)!==null&&r!==void 0?r:n)}forceFocusUpdate(){var t;!((t=this.target)===null||t===void 0)&&t.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");let r=(...a)=>l=>{a.forEach(c=>window.addEventListener(c,this.endPress,{once:!0})),this.startPress(l)},n=r("mouseup","contextmenu"),i=r("touchend","touchcancel"),o=a=>{["Enter"," "].includes(a.key)&&r("keyup")(a)},s={passive:!0};t.addEventListener("mouseover",this.startHover,s),t.addEventListener("mousemove",this.moveRipple,s),t.addEventListener("mouseleave",this.endHover,s),t.addEventListener("mousedown",n,s),t.addEventListener("touchstart",i,s),t.addEventListener("touchmove",this.moveRipple,s),t.addEventListener("keydown",o,s),t.addEventListener("focus",this.startFocus,s),t.addEventListener("blur",this.endFocus,s),t.addEventListener("focusin",this.startFocus,s),t.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,s),t.removeEventListener("mousemove",this.moveRipple,s),t.removeEventListener("mouseleave",this.endHover,s),t.removeEventListener("mousedown",n,s),t.removeEventListener("touchstart",i,s),t.removeEventListener("touchmove",this.moveRipple,s),t.removeEventListener("keydown",o,s),t.removeEventListener("focus",this.startFocus,s),t.removeEventListener("blur",this.endFocus,s),t.removeEventListener("focusin",this.startFocus,s),t.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let r=t,n=t,i,o;return r.x!=null?{x:i,y:o}=r:n.touches!=null&&(i=n.touches[0].clientX,o=n.touches[0].clientY),{x:i,y:o}}isFocusVisible(t){return t instanceof HTMLElement?t.matches(":focus-visible"):!0}isIgnored(t){if(this.disabled)return!0;if(t!=null)for(let r of t.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};P.elementDefinitions={};P.styles=zi;te([(0,K.property)({type:Boolean})],P.prototype,"primary",void 0);te([(0,K.property)({type:Boolean})],P.prototype,"secondary",void 0);te([(0,K.property)({type:Boolean})],P.prototype,"unbounded",void 0);te([(0,K.property)({type:Boolean})],P.prototype,"activated",void 0);te([(0,K.property)({type:Boolean})],P.prototype,"selected",void 0);te([(0,K.property)({type:Boolean})],P.prototype,"disabled",void 0);te([(0,K.state)()],P.prototype,"hovered",void 0);te([(0,K.state)()],P.prototype,"focused",void 0);te([(0,K.state)()],P.prototype,"pressed",void 0);te([(0,K.state)()],P.prototype,"rippling",void 0);te([(0,K.state)()],P.prototype,"originX",void 0);te([(0,K.state)()],P.prototype,"originY",void 0);te([(0,K.query)(".ft-ripple")],P.prototype,"ripple",void 0);te([(0,K.query)(".ft-ripple--effect")],P.prototype,"rippleEffect",void 0);var co=y(S());var lo={"ft-ripple":P};(0,co.customElements)(lo);var fl=y(D()),xe=y(q()),be=y(S());var Tn=globalThis,uo=e=>e,_r=Tn.trustedTypes,po=_r?_r.createPolicy("lit-html",{createHTML:e=>e}):void 0,vo="$lit$",Fe=`lit$${Math.random().toFixed(9).slice(2)}$`,bo="?"+Fe,Ql=`<${bo}>`,ot=document,Rr=()=>ot.createComment(""),Qt=e=>e===null||typeof e!="object"&&typeof e!="function",wn=Array.isArray,ec=e=>wn(e)||typeof e?.[Symbol.iterator]=="function",xn=`[
283
+ \f\r]`,Zt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,fo=/-->/g,ho=/>/g,nt=RegExp(`>|${xn}(?:([^\\s"'>=/]+)(${xn}*=${xn}*(?:[^
284
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),mo=/'/g,yo=/"/g,xo=/^(?:script|style|textarea|title)$/i,_n=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Ao=_n(1),Eo=_n(2),So=_n(3),er=Symbol.for("lit-noChange"),H=Symbol.for("lit-nothing"),go=new WeakMap,it=ot.createTreeWalker(ot,129);function Co(e,t){if(!wn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return po!==void 0?po.createHTML(t):t}var tc=(e,t)=>{let r=e.length-1,n=[],i,o=t===2?"<svg>":t===3?"<math>":"",s=Zt;for(let a=0;a<r;a++){let l=e[a],c,u,d=-1,p=0;for(;p<l.length&&(s.lastIndex=p,u=s.exec(l),u!==null);)p=s.lastIndex,s===Zt?u[1]==="!--"?s=fo:u[1]!==void 0?s=ho:u[2]!==void 0?(xo.test(u[2])&&(i=RegExp("</"+u[2],"g")),s=nt):u[3]!==void 0&&(s=nt):s===nt?u[0]===">"?(s=i??Zt,d=-1):u[1]===void 0?d=-2:(d=s.lastIndex-u[2].length,c=u[1],s=u[3]===void 0?nt:u[3]==='"'?yo:mo):s===yo||s===mo?s=nt:s===fo||s===ho?s=Zt:(s=nt,i=void 0);let f=s===nt&&e[a+1].startsWith("/>")?" ":"";o+=s===Zt?l+Ql:d>=0?(n.push(c),l.slice(0,d)+vo+l.slice(d)+Fe+f):l+Fe+(d===-2?a:f)}return[Co(e,o+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},tr=class e{constructor({strings:t,_$litType$:r},n){let i;this.parts=[];let o=0,s=0,a=t.length-1,l=this.parts,[c,u]=tc(t,r);if(this.el=e.createElement(c,n),it.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=it.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(vo)){let p=u[s++],f=i.getAttribute(d).split(Fe),h=/([.?@])?(.*)/.exec(p);l.push({type:1,index:o,name:h[2],strings:f,ctor:h[1]==="."?En:h[1]==="?"?Sn:h[1]==="@"?Cn:Pt}),i.removeAttribute(d)}else d.startsWith(Fe)&&(l.push({type:6,index:o}),i.removeAttribute(d));if(xo.test(i.tagName)){let d=i.textContent.split(Fe),p=d.length-1;if(p>0){i.textContent=_r?_r.emptyScript:"";for(let f=0;f<p;f++)i.append(d[f],Rr()),it.nextNode(),l.push({type:2,index:++o});i.append(d[p],Rr())}}}else if(i.nodeType===8)if(i.data===bo)l.push({type:2,index:o});else{let d=-1;for(;(d=i.data.indexOf(Fe,d+1))!==-1;)l.push({type:7,index:o}),d+=Fe.length-1}o++}}static createElement(t,r){let n=ot.createElement("template");return n.innerHTML=t,n}};function Lt(e,t,r=e,n){if(t===er)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,o=Qt(t)?void 0:t._$litDirective$;return i?.constructor!==o&&(i?._$AO?.(!1),o===void 0?i=void 0:(i=new o(e),i._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(t=Lt(e,i._$AS(e,t.values),i,n)),t}var An=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:n}=this._$AD,i=(t?.creationScope??ot).importNode(r,!0);it.currentNode=i;let o=it.nextNode(),s=0,a=0,l=n[0];for(;l!==void 0;){if(s===l.index){let c;l.type===2?c=new Lr(o,o.nextSibling,this,t):l.type===1?c=new l.ctor(o,l.name,l.strings,this,t):l.type===6&&(c=new On(o,this,t)),this._$AV.push(c),l=n[++a]}s!==l?.index&&(o=it.nextNode(),s++)}return it.currentNode=ot,i}p(t){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,r),r+=n.strings.length-2):n._$AI(t[r])),r++}},Lr=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=H,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,r=this._$AM;return r!==void 0&&t?.nodeType===11&&(t=r.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,r=this){t=Lt(this,t,r),Qt(t)?t===H||t==null||t===""?(this._$AH!==H&&this._$AR(),this._$AH=H):t!==this._$AH&&t!==er&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):ec(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==H&&Qt(this._$AH)?this._$AA.nextSibling.data=t:this.T(ot.createTextNode(t)),this._$AH=t}$(t){let{values:r,_$litType$:n}=t,i=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=tr.createElement(Co(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let o=new An(i,this),s=o.u(this.options);o.p(r),this.T(s),this._$AH=o}}_$AC(t){let r=go.get(t.strings);return r===void 0&&go.set(t.strings,r=new tr(t)),r}k(t){wn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let o of t)i===r.length?r.push(n=new e(this.O(Rr()),this.O(Rr()),this,this.options)):n=r[i],n._$AI(o),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t!==this._$AB;){let n=uo(t).nextSibling;uo(t).remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},Pt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,o){this.type=1,this._$AH=H,this._$AN=void 0,this.element=t,this.name=r,this._$AM=i,this.options=o,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=H}_$AI(t,r=this,n,i){let o=this.strings,s=!1;if(o===void 0)t=Lt(this,t,r,0),s=!Qt(t)||t!==this._$AH&&t!==er,s&&(this._$AH=t);else{let a=t,l,c;for(t=o[0],l=0;l<o.length-1;l++)c=Lt(this,a[n+l],r,l),c===er&&(c=this._$AH[l]),s||=!Qt(c)||c!==this._$AH[l],c===H?t=H:t!==H&&(t+=(c??"")+o[l+1]),this._$AH[l]=c}s&&!i&&this.j(t)}j(t){t===H?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},En=class extends Pt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===H?void 0:t}},Sn=class extends Pt{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==H)}},Cn=class extends Pt{constructor(t,r,n,i,o){super(t,r,n,i,o),this.type=5}_$AI(t,r=this){if((t=Lt(this,t,r,0)??H)===er)return;let n=this._$AH,i=t===H&&n!==H||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,o=t!==H&&(n===H||i);i&&this.element.removeEventListener(this.name,this,n),o&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},On=class{constructor(t,r,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){Lt(this,t)}};var rc=Tn.litHtmlPolyfillSupport;rc?.(tr,Lr),(Tn.litHtmlVersions??=[]).push("3.3.3");var To=Symbol.for(""),nc=e=>{if(e?.r===To)return e?._$litStatic$},Rn=e=>({_$litStatic$:e,r:To});var Oo=new Map,Ln=e=>(t,...r)=>{let n=r.length,i,o,s=[],a=[],l,c=0,u=!1;for(;c<n;){for(l=t[c];c<n&&(o=r[c],(i=nc(o))!==void 0);)l+=i+t[++c],u=!0;c!==n&&a.push(o),s.push(l),c++}if(c===n&&s.push(t[n]),u){let d=s.join("$$lit$$");(t=Oo.get(d))===void 0&&(s.raw=s,Oo.set(d,t=s)),r=a}return e(t,...r)},Pn=Ln(Ao),zu=Ln(Eo),Wu=Ln(So);var Nn=y(q()),_o=y(S());var Ve;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button"})(Ve||(Ve={}));var wo=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},ae=class extends _o.FtLitElement{constructor(){super(...arguments),this.variant=Ve.body1}render(){return this.element?Pn`
285
285
  <${Rn(this.element)}
286
286
  part="text"
287
287
  class="ft-typography ft-typography--${this.variant}">
@@ -289,7 +289,7 @@
289
289
  </${Rn(this.element)}>
290
290
  `:Pn`
291
291
  <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
292
- `}};ae.styles=[Gi,qi,Yi,Xi,Ji,Zi,Qi,eo,to,ro,no];wo([(0,Nn.property)()],ae.prototype,"element",void 0);wo([(0,Nn.property)()],ae.prototype,"variant",void 0);var Lo=y(S());var Ro={"ft-typography":ae};(0,Lo.customElements)(Ro);var Po=y(D()),ze=y(S()),nr={distance:ze.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:ze.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:ze.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:ze.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",ze.designSystemVariables.borderRadiusS),maxWidth:ze.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},No=Po.css`
292
+ `}};ae.styles=[Ki,Gi,qi,Yi,Xi,Ji,Zi,Qi,eo,to,ro];wo([(0,Nn.property)()],ae.prototype,"element",void 0);wo([(0,Nn.property)()],ae.prototype,"variant",void 0);var Lo=y(S());var Ro={"ft-typography":ae};(0,Lo.customElements)(Ro);var Po=y(D()),ze=y(S()),rr={distance:ze.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:ze.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:ze.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:ze.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",ze.designSystemVariables.borderRadiusS),maxWidth:ze.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},No=Po.css`
293
293
  .ft-tooltip--container {
294
294
  display: block;
295
295
  }
@@ -307,28 +307,28 @@
307
307
  box-sizing: border-box;
308
308
  overflow: hidden;
309
309
  width: max-content;
310
- max-width: ${nr.maxWidth};
310
+ max-width: ${rr.maxWidth};
311
311
  text-align: center;
312
- padding: ${nr.distance};
312
+ padding: ${rr.distance};
313
313
  }
314
314
 
315
315
  .ft-tooltip--content {
316
316
  padding: 4px 8px;
317
- border-radius: ${nr.borderRadiusS};
318
- background-color: ${nr.backgroundColor};
319
- color: ${nr.color};
317
+ border-radius: ${rr.borderRadiusS};
318
+ background-color: ${rr.backgroundColor};
319
+ color: ${rr.color};
320
320
  position: relative;
321
321
  word-break: break-word;
322
322
  }
323
- `;var Io=["top","right","bottom","left"],Do=["start","end"],In=Io.reduce((e,t)=>e.concat(t,t+"-"+Do[0],t+"-"+Do[1]),[]),ir=Math.min,We=Math.max,or=Math.round;var Ce=e=>({x:e,y:e}),nc={left:"right",right:"left",bottom:"top",top:"bottom"};function kn(e,t,r){return We(e,ir(t,r))}function Pr(e,t){return typeof e=="function"?e(t):e}function Nt(e){return e.split("-")[0]}function Ke(e){return e.split("-")[1]}function Mn(e){return e==="x"?"y":"x"}function Un(e){return e==="y"?"height":"width"}function Nr(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function $n(e){return Mn(Nr(e))}function ko(e,t,r){r===void 0&&(r=!1);let n=Ke(e),i=$n(e),o=Un(i),s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=Dn(s)),[s,Dn(s)]}function Mo(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function Dn(e){let t=Nt(e);return nc[t]+e.slice(t.length)}function ic(e){return{top:0,right:0,bottom:0,left:0,...e}}function Uo(e){return typeof e!="number"?ic(e):{top:e,right:e,bottom:e,left:e}}function st(e){let{x:t,y:r,width:n,height:i}=e;return{width:n,height:i,top:r,left:t,right:t+n,bottom:r+i,x:t,y:r}}function $o(e,t,r){let{reference:n,floating:i}=e,o=Nr(t),s=$n(t),a=Un(s),l=Nt(t),c=o==="y",u=n.x+n.width/2-i.width/2,d=n.y+n.height/2-i.height/2,p=n[a]/2-i[a]/2,f;switch(l){case"top":f={x:u,y:n.y-i.height};break;case"bottom":f={x:u,y:n.y+n.height};break;case"right":f={x:n.x+n.width,y:d};break;case"left":f={x:n.x-i.width,y:d};break;default:f={x:n.x,y:n.y}}switch(Ke(t)){case"start":f[s]-=p*(r&&c?-1:1);break;case"end":f[s]+=p*(r&&c?-1:1);break}return f}async function Bo(e,t){var r;t===void 0&&(t={});let{x:n,y:i,platform:o,rects:s,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:f=0}=Pr(t,e),h=Uo(f),b=a[p?d==="floating"?"reference":"floating":d],x=st(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(b)))==null||r?b:b.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),A=d==="floating"?{x:n,y:i,width:s.floating.width,height:s.floating.height}:s.reference,C=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),O=await(o.isElement==null?void 0:o.isElement(C))?await(o.getScale==null?void 0:o.getScale(C))||{x:1,y:1}:{x:1,y:1},F=st(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:A,offsetParent:C,strategy:l}):A);return{top:(x.top-F.top+h.top)/O.y,bottom:(F.bottom-x.bottom+h.bottom)/O.y,left:(x.left-F.left+h.left)/O.x,right:(F.right-x.right+h.right)/O.x}}var oc=50,Ho=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:s}=r,a=s.detectOverflow?s:{...s,detectOverflow:Bo},l=await(s.isRTL==null?void 0:s.isRTL(t)),c=await s.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=$o(c,n,l),p=n,f=0,h={};for(let m=0;m<o.length;m++){let b=o[m];if(!b)continue;let{name:x,fn:A}=b,{x:C,y:O,data:F,reset:$}=await A({x:u,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:h,rects:c,platform:a,elements:{reference:e,floating:t}});u=C??u,d=O??d,h[x]={...h[x],...F},$&&f<oc&&(f++,typeof $=="object"&&($.placement&&(p=$.placement),$.rects&&(c=$.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:i}):$.rects),{x:u,y:d}=$o(c,p,l)),m=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:h}};function sc(e,t,r){return(e?[...r.filter(i=>Ke(i)===e),...r.filter(i=>Ke(i)!==e)]:r.filter(i=>Nt(i)===i)).filter(i=>e?Ke(i)===e||(t?Mo(i)!==i:!1):!0)}var jo=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,n,i;let{rects:o,middlewareData:s,placement:a,platform:l,elements:c}=t,{crossAxis:u=!1,alignment:d,allowedPlacements:p=In,autoAlignment:f=!0,...h}=Pr(e,t),m=d!==void 0||p===In?sc(d||null,f,p):p,b=await l.detectOverflow(t,h),x=((r=s.autoPlacement)==null?void 0:r.index)||0,A=m[x];if(A==null)return{};let C=ko(A,o,await(l.isRTL==null?void 0:l.isRTL(c.floating)));if(a!==A)return{reset:{placement:m[0]}};let O=[b[Nt(A)],b[C[0]],b[C[1]]],F=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:A,overflows:O}],$=m[x+1];if($)return{data:{index:x+1,overflows:F},reset:{placement:$}};let He=F.map(ie=>{let de=Ke(ie.placement);return[ie.placement,de&&u?ie.overflows.slice(0,2).reduce((oe,rt)=>oe+rt,0):ie.overflows[0],ie.overflows]}).sort((ie,de)=>ie[1]-de[1]),je=((i=He.filter(ie=>ie[2].slice(0,Ke(ie[0])?2:3).every(de=>de<=0))[0])==null?void 0:i[0])||He[0][0];return je!==a?{data:{index:x+1,overflows:F},reset:{placement:je}}:{}}}};var Fo=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:n,placement:i,platform:o}=t,{mainAxis:s=!0,crossAxis:a=!1,limiter:l={fn:x=>{let{x:A,y:C}=x;return{x:A,y:C}}},...c}=Pr(e,t),u={x:r,y:n},d=await o.detectOverflow(t,c),p=Nr(Nt(i)),f=Mn(p),h=u[f],m=u[p];if(s){let x=f==="y"?"top":"left",A=f==="y"?"bottom":"right",C=h+d[x],O=h-d[A];h=kn(C,h,O)}if(a){let x=p==="y"?"top":"left",A=p==="y"?"bottom":"right",C=m+d[x],O=m-d[A];m=kn(C,m,O)}let b=l.fn({...t,[f]:h,[p]:m});return{...b,data:{x:b.x-r,y:b.y-n,enabled:{[f]:s,[p]:a}}}}}};function Ir(){return typeof window<"u"}function lt(e){return zo(e)?(e.nodeName||"").toLowerCase():"#document"}function re(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Le(e){var t;return(t=(zo(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function zo(e){return Ir()?e instanceof Node||e instanceof re(e).Node:!1}function he(e){return Ir()?e instanceof Element||e instanceof re(e).Element:!1}function Pe(e){return Ir()?e instanceof HTMLElement||e instanceof re(e).HTMLElement:!1}function Vo(e){return!Ir()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof re(e).ShadowRoot}function Dt(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=me(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function Wo(e){return/^(table|td|th)$/.test(lt(e))}function sr(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var ac=/transform|translate|scale|rotate|perspective|filter/,lc=/paint|layout|strict|content/,at=e=>!!e&&e!=="none",Bn;function It(e){let t=he(e)?me(e):e;return at(t.transform)||at(t.translate)||at(t.scale)||at(t.rotate)||at(t.perspective)||!kr()&&(at(t.backdropFilter)||at(t.filter))||ac.test(t.willChange||"")||lc.test(t.contain||"")}function Ko(e){let t=Ue(e);for(;Pe(t)&&!ct(t);){if(It(t))return t;if(sr(t))return null;t=Ue(t)}return null}function kr(){return Bn==null&&(Bn=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Bn}function ct(e){return/^(html|body|#document)$/.test(lt(e))}function me(e){return re(e).getComputedStyle(e)}function ar(e){return he(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ue(e){if(lt(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Vo(e)&&e.host||Le(e);return Vo(t)?t.host:t}function Go(e){let t=Ue(e);return ct(t)?e.ownerDocument?e.ownerDocument.body:e.body:Pe(t)&&Dt(t)?t:Go(t)}function Dr(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=Go(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),s=re(i);if(o){let a=Mr(s);return t.concat(s,s.visualViewport||[],Dt(i)?i:[],a&&r?Dr(a):[])}else return t.concat(i,Dr(i,[],r))}function Mr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Jo(e){let t=me(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=Pe(e),o=i?e.offsetWidth:r,s=i?e.offsetHeight:n,a=or(r)!==o||or(n)!==s;return a&&(r=o,n=s),{width:r,height:n,$:a}}function Zo(e){return he(e)?e:e.contextElement}function kt(e){let t=Zo(e);if(!Pe(t))return Ce(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:o}=Jo(t),s=(o?or(r.width):r.width)/n,a=(o?or(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var cc=Ce(0);function Qo(e){let t=re(e);return!kr()||!t.visualViewport?cc:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function uc(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==re(e)?!1:t}function lr(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),o=Zo(e),s=Ce(1);t&&(n?he(n)&&(s=kt(n)):s=kt(e));let a=uc(o,r,n)?Qo(o):Ce(0),l=(i.left+a.x)/s.x,c=(i.top+a.y)/s.y,u=i.width/s.x,d=i.height/s.y;if(o){let p=re(o),f=n&&he(n)?re(n):n,h=p,m=Mr(h);for(;m&&n&&f!==h;){let b=kt(m),x=m.getBoundingClientRect(),A=me(m),C=x.left+(m.clientLeft+parseFloat(A.paddingLeft))*b.x,O=x.top+(m.clientTop+parseFloat(A.paddingTop))*b.y;l*=b.x,c*=b.y,u*=b.x,d*=b.y,l+=C,c+=O,h=re(m),m=Mr(h)}}return st({width:u,height:d,x:l,y:c})}function Ur(e,t){let r=ar(e).scrollLeft;return t?t.left+r:lr(Le(e)).left+r}function es(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Ur(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function dc(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,o=i==="fixed",s=Le(n),a=t?sr(t.floating):!1;if(n===s||a&&o)return r;let l={scrollLeft:0,scrollTop:0},c=Ce(1),u=Ce(0),d=Pe(n);if((d||!d&&!o)&&((lt(n)!=="body"||Dt(s))&&(l=ar(n)),d)){let f=lr(n);c=kt(n),u.x=f.x+n.clientLeft,u.y=f.y+n.clientTop}let p=s&&!d&&!o?es(s,l):Ce(0);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-l.scrollLeft*c.x+u.x+p.x,y:r.y*c.y-l.scrollTop*c.y+u.y+p.y}}function pc(e){return Array.from(e.getClientRects())}function fc(e){let t=Le(e),r=ar(e),n=e.ownerDocument.body,i=We(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),o=We(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight),s=-r.scrollLeft+Ur(e),a=-r.scrollTop;return me(n).direction==="rtl"&&(s+=We(t.clientWidth,n.clientWidth)-i),{width:i,height:o,x:s,y:a}}var qo=25;function hc(e,t){let r=re(e),n=Le(e),i=r.visualViewport,o=n.clientWidth,s=n.clientHeight,a=0,l=0;if(i){o=i.width,s=i.height;let u=kr();(!u||u&&t==="fixed")&&(a=i.offsetLeft,l=i.offsetTop)}let c=Ur(n);if(c<=0){let u=n.ownerDocument,d=u.body,p=getComputedStyle(d),f=u.compatMode==="CSS1Compat"&&parseFloat(p.marginLeft)+parseFloat(p.marginRight)||0,h=Math.abs(n.clientWidth-d.clientWidth-f);h<=qo&&(o-=h)}else c<=qo&&(o+=c);return{width:o,height:s,x:a,y:l}}function mc(e,t){let r=lr(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,o=Pe(e)?kt(e):Ce(1),s=e.clientWidth*o.x,a=e.clientHeight*o.y,l=i*o.x,c=n*o.y;return{width:s,height:a,x:l,y:c}}function Yo(e,t,r){let n;if(t==="viewport")n=hc(e,r);else if(t==="document")n=fc(Le(e));else if(he(t))n=mc(t,r);else{let i=Qo(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return st(n)}function ts(e,t){let r=Ue(e);return r===t||!he(r)||ct(r)?!1:me(r).position==="fixed"||ts(r,t)}function yc(e,t){let r=t.get(e);if(r)return r;let n=Dr(e,[],!1).filter(a=>he(a)&&lt(a)!=="body"),i=null,o=me(e).position==="fixed",s=o?Ue(e):e;for(;he(s)&&!ct(s);){let a=me(s),l=It(s);!l&&a.position==="fixed"&&(i=null),(o?!l&&!i:!l&&a.position==="static"&&!!i&&(i.position==="absolute"||i.position==="fixed")||Dt(s)&&!l&&ts(e,s))?n=n.filter(u=>u!==s):i=a,s=Ue(s)}return t.set(e,n),n}function gc(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,s=[...r==="clippingAncestors"?sr(t)?[]:yc(t,this._c):[].concat(r),n],a=Yo(t,s[0],i),l=a.top,c=a.right,u=a.bottom,d=a.left;for(let p=1;p<s.length;p++){let f=Yo(t,s[p],i);l=We(f.top,l),c=ir(f.right,c),u=ir(f.bottom,u),d=We(f.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function vc(e){let{width:t,height:r}=Jo(e);return{width:t,height:r}}function bc(e,t,r){let n=Pe(t),i=Le(t),o=r==="fixed",s=lr(e,!0,o,t),a={scrollLeft:0,scrollTop:0},l=Ce(0);function c(){l.x=Ur(i)}if(n||!n&&!o)if((lt(t)!=="body"||Dt(i))&&(a=ar(t)),n){let f=lr(t,!0,o,t);l.x=f.x+t.clientLeft,l.y=f.y+t.clientTop}else i&&c();o&&!n&&i&&c();let u=i&&!n&&!o?es(i,a):Ce(0),d=s.left+a.scrollLeft-l.x-u.x,p=s.top+a.scrollTop-l.y-u.y;return{x:d,y:p,width:s.width,height:s.height}}function Hn(e){return me(e).position==="static"}function Xo(e,t){if(!Pe(e)||me(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Le(e)===r&&(r=r.ownerDocument.body),r}function rs(e,t){let r=re(e);if(sr(e))return r;if(!Pe(e)){let i=Ue(e);for(;i&&!ct(i);){if(he(i)&&!Hn(i))return i;i=Ue(i)}return r}let n=Xo(e,t);for(;n&&Wo(n)&&Hn(n);)n=Xo(n,t);return n&&ct(n)&&Hn(n)&&!It(n)?r:n||Ko(e)||r}var xc=async function(e){let t=this.getOffsetParent||rs,r=this.getDimensions,n=await r(e.floating);return{reference:bc(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function Ac(e){return me(e).direction==="rtl"}var $r={convertOffsetParentRelativeRectToViewportRelativeRect:dc,getDocumentElement:Le,getClippingRect:gc,getOffsetParent:rs,getElementRects:xc,getClientRects:pc,getDimensions:vc,getScale:kt,isElement:he,isRTL:Ac};var ns=jo,is=Fo;var os=(e,t,r)=>{let n=new Map,i={platform:$r,...r},o={...i.platform,_c:n};return Ho(e,t,{...i,platform:o})};function ss(e){return Ec(e)}function jn(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Ec(e){for(let t=e;t;t=jn(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=jn(e);t;t=jn(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||It(r)||t.tagName==="BODY"))return t}return null}async function as(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},os(e,t,{strategy:n.strategy,platform:{...$r,getOffsetParent:i=>$r.getOffsetParent(i,ss)},middleware:[is({crossAxis:!0}),ns({allowedPlacements:[n.placement]})]})}var Gt=y(S());var fi=y(q());var ls=y(q(),1);var Fn=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function cs(e,t){return(0,ls.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return cr(e);try{return JSON.parse(r)}catch{return cr(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:ur,...t??{}})}function Sc(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;let r,n;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(n=r;n--!==0;)if(!Br(e[n],t[n]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;for(n of e.entries())if(!Br(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();let i=s=>Object.keys(s).filter(a=>s[a]!=null),o=i(e);if(r=o.length,r!==i(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,o[n]))return!1;for(n=r;n--!==0;){let s=o[n];if(!Br(e[s],t[s]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Br(e,t){try{return Sc(e,t)}catch{return!1}}function ur(e,t){return!Br(e,t)}function cr(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function Hr(e,t){let r=n=>n[e]===!0;return n=>{if(r(n))return n;let i=t(n);return i[e]=!0,i}}var us=y(q(),1);var Vn=e=>{let t=e??{};return(r,n)=>{var i;let o={hasChanged:ur,attribute:!1,...t};(0,us.property)(o)(r,n);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(n,{selector:(i=t.selector)!==null&&i!==void 0?i:(a=>a[n]),store:t.store})}};var jr=class{constructor(){this.queue=[]}add(t,r=!1){r&&this.clear(t.type),this.queue.push(t)}consume(t){let r=this.queue.find(n=>n.type===t);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}clear(t){typeof t=="string"?this.queue=this.queue.filter(r=>r.type!==t):this.queue=this.queue.filter(r=>!t.test(r.type))}};var ut=y(q(),1);var Fr=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let i=(t=this.rejectPromise)!==null&&t!==void 0?t:(()=>null),o=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let s of n)try{await s()}catch(a){i(a);return}o(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var ps=y(D(),1);var Vr=globalThis,Cc=Vr.ShadowRoot&&(Vr.ShadyCSS===void 0||Vr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var ds=(e,t)=>{if(Cc)e.adoptedStyleSheets=t.map((r=>r instanceof CSSStyleSheet?r:r.styleSheet));else for(let r of t){let n=document.createElement("style"),i=Vr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var zr=class extends ps.LitElement{get scopedRegistryConstructor(){return this.constructor}createRenderRoot(){let t=this.scopedRegistryConstructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,t.defineScopedElements(t.elementDefinitions));let r={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return ds(n,t.elementStyles),n}static canDefineScopedElement(t){return!!this.registry&&!this.registry.get(t)}static defineScopedElements(t){Object.entries(t).forEach(([r,n])=>this.defineScopedElement(r,n))}static defineScopedElement(t,r){Fn(t)(r),this.canDefineScopedElement(t)&&this.registry.define(t,r)}canDefineScopedElement(t){return this.scopedRegistryConstructor.canDefineScopedElement(t)}defineScopedElements(t){this.scopedRegistryConstructor.defineScopedElements(t)}defineScopedElement(t,r){this.scopedRegistryConstructor.defineScopedElement(t,r)}};function fs(e,t,...r){var n;let i=e.querySelector(t);for(let o of r)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(o);return i}var Ut=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},gs,hs=Symbol("constructorPrototype"),ms=Symbol("constructorName"),vs=Symbol("exportpartsDebouncer"),ys=Symbol("dynamicDependenciesLoaded"),Mt=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};Mt.eventName="exportparts-updated";var Ne=class extends zr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[gs]=new Fr(5),this.scheduleExportpartsUpdate=()=>{var t,r,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[vs].run(()=>{var i,o;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[ms]=this.constructor.name,this[hs]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ms]&&Object.setPrototypeOf(this,this[hs])}connectedCallback(){var t;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(n){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",n)}let r=this.constructor;r[ys]||(r[ys]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(Mt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(Mt.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.focusElementToFocus(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate(),t.has("exportparts")&&this.dispatchEvent(new Mt)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let o=[...i??[],n];r=fs(this.shadowRoot,...o)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,n,i;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(o=>o.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(o){console.error(o,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let o=document.createElement("style");o.classList.add("ft-lit-element--custom-stylesheet"),o.innerHTML=this.customStylesheet,this.shadowRoot.append(o)}}setExportpartsAttribute(t){var r,n,i,o,s,a;let l=p=>p!=null&&p.trim().length>0,c=t.filter(l).map(p=>p.trim());if(c.length===0){this.exportparts=void 0;return}let u=new Set;for(let p of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let f=(o=(i=p.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&o!==void 0?o:[],h=(a=(s=p.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(b=>b.split(":")[1]))!==null&&a!==void 0?a:[],m=[...f,...h].filter(l).map(b=>b.trim());for(let b of m)u.add(b)}if(u.size===0){this.exportparts=void 0;return}let d=[...u.values()].flatMap(p=>c.map(f=>`${p}:${f}--${p}`));this.exportparts=[...this.part,...d].join(", ")}};gs=vs;Ut([(0,ut.property)()],Ne.prototype,"exportpartsPrefix",void 0);Ut([cs([])],Ne.prototype,"exportpartsPrefixes",void 0);Ut([(0,ut.property)({reflect:!0})],Ne.prototype,"exportparts",void 0);Ut([(0,ut.property)()],Ne.prototype,"customStylesheet",void 0);Ut([(0,ut.property)()],Ne.prototype,"elementToFocus",void 0);Ut([(0,ut.state)()],Ne.prototype,"useAdoptedStyleSheets",void 0);function Wr(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var dr=Symbol("internalReduxEventsUnsubscribers"),Ge=Symbol("internalStoresUnsubscribers"),dt=Symbol("internalStores"),Oc=Hr(Symbol("withRedux"),function(e){var t,r,n;class i extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(a=>s.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[dt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[dt].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[dt].get(s)}addStore(s,a){var l;a=(l=a??s.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[dt].set(a,s),this.subscribeToStore(a,s),this.updateFromStores()}removeStore(s){let a=typeof s=="string"?s:s.name;this.unsubscribeFromStore(a),this[dt].delete(a)}setupStores(){this.unsubscribeFromStores(),this[dt].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[Ge].has(s.store):this[Ge].size>0)&&(this[a]=s.selector(c.getState(),this))}})}subscribeToStore(s,a){var l;this[Ge].set(s,a.subscribe(()=>this.updateFromStores())),this[dr].set(s,[]),Wr(a)&&a.eventBus&&((l=this.reduxConstructor.reduxEventListeners)===null||l===void 0||l.forEach((c,u)=>{if(typeof this[u]=="function"&&(!c.store||a.name===c.store)){let d=p=>this[u](p);a.addEventListener(c.eventName,d),this[dr].get(s).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[Ge].forEach((s,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(s){var a;this[Ge].has(s)&&this[Ge].get(s)(),this[Ge].delete(s),(a=this[dr].get(s))===null||a===void 0||a.forEach(l=>l()),this[dr].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=Ge,r=dt,n=dr,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),bs=class extends Oc(Ne){};function ye(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(0)var i,o;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map((function(s){return"'"+s+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function $e(e){return!!e&&!!e[N]}function Oe(e){var t;return!!e&&((function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===Dc})(e)||Array.isArray(e)||!!e[Ts]||!!(!((t=e.constructor)===null||t===void 0)&&t[Ts])||Zn(e)||Qn(e))}function pt(e,t,r){r===void 0&&(r=!1),Ht(e)===0?(r?Object.keys:Bt)(e).forEach((function(n){r&&typeof n=="symbol"||t(n,e[n],e)})):e.forEach((function(n,i){return t(i,n,e)}))}function Ht(e){var t=e[N];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Zn(e)?2:Qn(e)?3:0}function $t(e,t){return Ht(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Tc(e,t){return Ht(e)===2?e.get(t):e[t]}function ws(e,t,r){var n=Ht(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function _s(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Zn(e){return Pc&&e instanceof Map}function Qn(e){return Nc&&e instanceof Set}function qe(e){return e.o||e.t}function ei(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Ps(e);delete t[N];for(var r=Bt(t),n=0;n<r.length;n++){var i=r[n],o=t[i];o.writable===!1&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(t[i]={configurable:!0,writable:!0,enumerable:o.enumerable,value:e[i]})}return Object.create(Object.getPrototypeOf(e),t)}function ti(e,t){return t===void 0&&(t=!1),ri(e)||$e(e)||!Oe(e)||(Ht(e)>1&&(e.set=e.add=e.clear=e.delete=wc),Object.freeze(e),t&&pt(e,(function(r,n){return ti(n,!0)}),!0)),e}function wc(){ye(2)}function ri(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function De(e){var t=Jn[e];return t||ye(18,e),t}function _c(e,t){Jn[e]||(Jn[e]=t)}function qn(){return fr}function zn(e,t){t&&(De("Patches"),e.u=[],e.s=[],e.v=t)}function Kr(e){Yn(e),e.p.forEach(Rc),e.p=null}function Yn(e){e===fr&&(fr=e.l)}function xs(e){return fr={p:[],l:fr,h:e,m:!0,_:0}}function Rc(e){var t=e[N];t.i===0||t.i===1?t.j():t.g=!0}function Wn(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||De("ES5").S(t,e,n),n?(r[N].P&&(Kr(t),ye(4)),Oe(e)&&(e=Gr(t,e),t.l||qr(t,e)),t.u&&De("Patches").M(r[N].t,e,t.u,t.s)):e=Gr(t,r,[]),Kr(t),t.u&&t.v(t.u,t.s),e!==Ls?e:void 0}function Gr(e,t,r){if(ri(t))return t;var n=t[N];if(!n)return pt(t,(function(a,l){return As(e,n,t,a,l,r)}),!0),t;if(n.A!==e)return t;if(!n.P)return qr(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=ei(n.k):n.o,o=i,s=!1;n.i===3&&(o=new Set(i),i.clear(),s=!0),pt(o,(function(a,l){return As(e,n,i,a,l,r,s)})),qr(e,i,!1),r&&e.u&&De("Patches").N(n,r,e.u,e.s)}return n.o}function As(e,t,r,n,i,o,s){if($e(i)){var a=Gr(e,i,o&&t&&t.i!==3&&!$t(t.R,n)?o.concat(n):void 0);if(ws(r,n,a),!$e(a))return;e.m=!1}else s&&r.add(i);if(Oe(i)&&!ri(i)){if(!e.h.D&&e._<1)return;Gr(e,i),t&&t.A.l||qr(e,i)}}function qr(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&ti(t,r)}function Kn(e,t){var r=e[N];return(r?qe(r):e)[t]}function Es(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Object.getPrototypeOf(r)}}function Ye(e){e.P||(e.P=!0,e.l&&Ye(e.l))}function Gn(e){e.o||(e.o=ei(e.t))}function Xn(e,t,r){var n=Zn(t)?De("MapSet").F(t,r):Qn(t)?De("MapSet").T(t,r):e.O?(function(i,o){var s=Array.isArray(i),a={i:s?1:0,A:o?o.A:qn(),P:!1,I:!1,R:{},l:o,t:i,k:null,o:null,j:null,C:!1},l=a,c=hr;s&&(l=[a],c=pr);var u=Proxy.revocable(l,c),d=u.revoke,p=u.proxy;return a.k=p,a.j=d,p})(t,r):De("ES5").J(t,r);return(r?r.A:qn()).p.push(n),n}function Lc(e){return $e(e)||ye(22,e),(function t(r){if(!Oe(r))return r;var n,i=r[N],o=Ht(r);if(i){if(!i.P&&(i.i<4||!De("ES5").K(i)))return i.t;i.I=!0,n=Ss(r,o),i.I=!1}else n=Ss(r,o);return pt(n,(function(s,a){i&&Tc(i.t,s)===a||ws(n,s,t(a))})),o===3?new Set(n):n})(e)}function Ss(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return ei(e)}function Rs(){function e(s,a){var l=o[s];return l?l.enumerable=a:o[s]=l={configurable:!0,enumerable:a,get:function(){var c=this[N];return hr.get(c,s)},set:function(c){var u=this[N];hr.set(u,s,c)}},l}function t(s){for(var a=s.length-1;a>=0;a--){var l=s[a][N];if(!l.P)switch(l.i){case 5:n(l)&&Ye(l);break;case 4:r(l)&&Ye(l)}}}function r(s){for(var a=s.t,l=s.k,c=Bt(l),u=c.length-1;u>=0;u--){var d=c[u];if(d!==N){var p=a[d];if(p===void 0&&!$t(a,d))return!0;var f=l[d],h=f&&f[N];if(h?h.t!==p:!_s(f,p))return!0}}var m=!!a[N];return c.length!==Bt(a).length+(m?0:1)}function n(s){var a=s.k;if(a.length!==s.t.length)return!0;var l=Object.getOwnPropertyDescriptor(a,a.length-1);if(l&&!l.get)return!0;for(var c=0;c<a.length;c++)if(!a.hasOwnProperty(c))return!0;return!1}function i(s){s.g&&ye(3,JSON.stringify(qe(s)))}var o={};_c("ES5",{J:function(s,a){var l=Array.isArray(s),c=(function(d,p){if(d){for(var f=Array(p.length),h=0;h<p.length;h++)Object.defineProperty(f,""+h,e(h,!0));return f}var m=Ps(p);delete m[N];for(var b=Bt(m),x=0;x<b.length;x++){var A=b[x];m[A]=e(A,d||!!m[A].enumerable)}return Object.create(Object.getPrototypeOf(p),m)})(l,s),u={i:l?5:4,A:a?a.A:qn(),P:!1,I:!1,R:{},l:a,t:s,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,N,{value:u,writable:!0}),c},S:function(s,a,l){l?$e(a)&&a[N].A===s&&t(s.p):(s.u&&(function c(u){if(u&&typeof u=="object"){var d=u[N];if(d){var p=d.t,f=d.k,h=d.R,m=d.i;if(m===4)pt(f,(function(O){O!==N&&(p[O]!==void 0||$t(p,O)?h[O]||c(f[O]):(h[O]=!0,Ye(d)))})),pt(p,(function(O){f[O]!==void 0||$t(f,O)||(h[O]=!1,Ye(d))}));else if(m===5){if(n(d)&&(Ye(d),h.length=!0),f.length<p.length)for(var b=f.length;b<p.length;b++)h[b]=!1;else for(var x=p.length;x<f.length;x++)h[x]=!0;for(var A=Math.min(f.length,p.length),C=0;C<A;C++)f.hasOwnProperty(C)||(h[C]=!0),h[C]===void 0&&c(f[C])}}}})(s.p[0]),t(s.p))},K:function(s){return s.i===4?r(s):n(s)}})}var Cs,fr,ni=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Pc=typeof Map<"u",Nc=typeof Set<"u",Os=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Ls=ni?Symbol.for("immer-nothing"):((Cs={})["immer-nothing"]=!0,Cs),Ts=ni?Symbol.for("immer-draftable"):"__$immer_draftable",N=ni?Symbol.for("immer-state"):"__$immer_state";var Dc=""+Object.prototype.constructor,Bt=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Ps=Object.getOwnPropertyDescriptors||function(e){var t={};return Bt(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},Jn={},hr={get:function(e,t){if(t===N)return e;var r=qe(e);if(!$t(r,t))return(function(i,o,s){var a,l=Es(o,s);return l?"value"in l?l.value:(a=l.get)===null||a===void 0?void 0:a.call(i.k):void 0})(e,r,t);var n=r[t];return e.I||!Oe(n)?n:n===Kn(e.t,t)?(Gn(e),e.o[t]=Xn(e.A.h,n,e)):n},has:function(e,t){return t in qe(e)},ownKeys:function(e){return Reflect.ownKeys(qe(e))},set:function(e,t,r){var n=Es(qe(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var i=Kn(qe(e),t),o=i?.[N];if(o&&o.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(_s(r,i)&&(r!==void 0||$t(e.t,t)))return!0;Gn(e),Ye(e)}return e.o[t]===r&&(r!==void 0||t in e.o)||Number.isNaN(r)&&Number.isNaN(e.o[t])||(e.o[t]=r,e.R[t]=!0),!0},deleteProperty:function(e,t){return Kn(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,Gn(e),Ye(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=qe(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){ye(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){ye(12)}},pr={};pt(hr,(function(e,t){pr[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),pr.deleteProperty=function(e,t){return pr.set.call(this,e,t,void 0)},pr.set=function(e,t,r){return hr.set.call(this,e[0],t,r,e[0])};var Ic=(function(){function e(r){var n=this;this.O=Os,this.D=!0,this.produce=function(i,o,s){if(typeof i=="function"&&typeof o!="function"){var a=o;o=i;var l=n;return function(m){var b=this;m===void 0&&(m=a);for(var x=arguments.length,A=Array(x>1?x-1:0),C=1;C<x;C++)A[C-1]=arguments[C];return l.produce(m,(function(O){var F;return(F=o).call.apply(F,[b,O].concat(A))}))}}var c;if(typeof o!="function"&&ye(6),s!==void 0&&typeof s!="function"&&ye(7),Oe(i)){var u=xs(n),d=Xn(n,i,void 0),p=!0;try{c=o(d),p=!1}finally{p?Kr(u):Yn(u)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(m){return zn(u,s),Wn(m,u)}),(function(m){throw Kr(u),m})):(zn(u,s),Wn(c,u))}if(!i||typeof i!="object"){if((c=o(i))===void 0&&(c=i),c===Ls&&(c=void 0),n.D&&ti(c,!0),s){var f=[],h=[];De("Patches").M(i,c,f,h),s(f,h)}return c}ye(21,i)},this.produceWithPatches=function(i,o){if(typeof i=="function")return function(c){for(var u=arguments.length,d=Array(u>1?u-1:0),p=1;p<u;p++)d[p-1]=arguments[p];return n.produceWithPatches(c,(function(f){return i.apply(void 0,[f].concat(d))}))};var s,a,l=n.produce(i,o,(function(c,u){s=c,a=u}));return typeof Promise<"u"&&l instanceof Promise?l.then((function(c){return[c,s,a]})):[l,s,a]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var t=e.prototype;return t.createDraft=function(r){Oe(r)||ye(8),$e(r)&&(r=Lc(r));var n=xs(this),i=Xn(this,r,void 0);return i[N].C=!0,Yn(n),i},t.finishDraft=function(r,n){var i=r&&r[N],o=i.A;return zn(o,n),Wn(void 0,o)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!Os&&ye(20),this.O=r},t.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var o=n[i];if(o.path.length===0&&o.op==="replace"){r=o.value;break}}i>-1&&(n=n.slice(i+1));var s=De("Patches").$;return $e(r)?s(r,n):this.produce(r,(function(a){return s(a,n)}))},e})(),le=new Ic,kc=le.produce,ip=le.produceWithPatches.bind(le),op=le.setAutoFreeze.bind(le),sp=le.setUseProxies.bind(le),ap=le.applyPatches.bind(le),lp=le.createDraft.bind(le),cp=le.finishDraft.bind(le),Yr=kc;function ft(e){"@babel/helpers - typeof";return ft=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ft(e)}function Ns(e,t){if(ft(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(ft(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Ds(e){var t=Ns(e,"string");return ft(t)=="symbol"?t:t+""}function Is(e,t,r){return(t=Ds(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ks(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function ii(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ks(Object(r),!0).forEach(function(n){Is(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ks(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Y(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Ms=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),oi=function(){return Math.random().toString(36).substring(7).split("").join(".")},Xr={INIT:"@@redux/INIT"+oi(),REPLACE:"@@redux/REPLACE"+oi(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+oi()}};function Mc(e){if(typeof e!="object"||e===null)return!1;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function si(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Y(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Y(1));return r(si)(e,t)}if(typeof e!="function")throw new Error(Y(2));var i=e,o=t,s=[],a=s,l=!1;function c(){a===s&&(a=s.slice())}function u(){if(l)throw new Error(Y(3));return o}function d(m){if(typeof m!="function")throw new Error(Y(4));if(l)throw new Error(Y(5));var b=!0;return c(),a.push(m),function(){if(b){if(l)throw new Error(Y(6));b=!1,c();var A=a.indexOf(m);a.splice(A,1),s=null}}}function p(m){if(!Mc(m))throw new Error(Y(7));if(typeof m.type>"u")throw new Error(Y(8));if(l)throw new Error(Y(9));try{l=!0,o=i(o,m)}finally{l=!1}for(var b=s=a,x=0;x<b.length;x++){var A=b[x];A()}return m}function f(m){if(typeof m!="function")throw new Error(Y(10));i=m,p({type:Xr.REPLACE})}function h(){var m,b=d;return m={subscribe:function(A){if(typeof A!="object"||A===null)throw new Error(Y(11));function C(){A.next&&A.next(u())}C();var O=b(C);return{unsubscribe:O}}},m[Ms]=function(){return this},m}return p({type:Xr.INIT}),n={dispatch:p,subscribe:d,getState:u,replaceReducer:f},n[Ms]=h,n}function Uc(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:Xr.INIT});if(typeof n>"u")throw new Error(Y(12));if(typeof r(void 0,{type:Xr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Y(13))})}function Us(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++){var i=t[n];typeof e[i]=="function"&&(r[i]=e[i])}var o=Object.keys(r),s,a;try{Uc(r)}catch(l){a=l}return function(c,u){if(c===void 0&&(c={}),a)throw a;if(0)var d;for(var p=!1,f={},h=0;h<o.length;h++){var m=o[h],b=r[m],x=c[m],A=b(x,u);if(typeof A>"u"){var C=u&&u.type;throw new Error(Y(14))}f[m]=A,p=p||A!==x}return p=p||o.length!==Object.keys(c).length,p?f:c}}function jt(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function $s(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){return function(){var i=n.apply(void 0,arguments),o=function(){throw new Error(Y(15))},s={getState:i.getState,dispatch:function(){return o.apply(void 0,arguments)}},a=t.map(function(l){return l(s)});return o=jt.apply(void 0,a)(i.dispatch),ii(ii({},i),{},{dispatch:o})}}}function Bs(e){var t=function(n){var i=n.dispatch,o=n.getState;return function(s){return function(a){return typeof a=="function"?a(i,o,e):s(a)}}};return t}var Hs=Bs();Hs.withExtraArgument=Bs;var ai=Hs;var Ws=(function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(n[o]=i[o])},e(t,r)};return function(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}})(),$c=function(e,t){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(c){return function(u){return l([c,u])}}function l(c){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=c[0]&2?i.return:c[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,c[1])).done)return o;switch(i=0,o&&(c=[c[0]&2,o.value]),c[0]){case 0:case 1:o=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,i=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!o||c[1]>o[0]&&c[1]<o[3])){r.label=c[1];break}if(c[0]===6&&r.label<o[1]){r.label=o[1],o=c;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(c);break}o[2]&&r.ops.pop(),r.trys.pop();continue}c=t.call(e,r)}catch(u){c=[6,u],i=0}finally{n=o=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},Ft=function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e},Bc=Object.defineProperty,Hc=Object.defineProperties,jc=Object.getOwnPropertyDescriptors,js=Object.getOwnPropertySymbols,Fc=Object.prototype.hasOwnProperty,Vc=Object.prototype.propertyIsEnumerable,Fs=function(e,t,r){return t in e?Bc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},Xe=function(e,t){for(var r in t||(t={}))Fc.call(t,r)&&Fs(e,r,t[r]);if(js)for(var n=0,i=js(t);n<i.length;n++){var r=i[n];Vc.call(t,r)&&Fs(e,r,t[r])}return e},li=function(e,t){return Hc(e,jc(t))},zc=function(e,t,r){return new Promise(function(n,i){var o=function(l){try{a(r.next(l))}catch(c){i(c)}},s=function(l){try{a(r.throw(l))}catch(c){i(c)}},a=function(l){return l.done?n(l.value):Promise.resolve(l.value).then(o,s)};a((r=r.apply(e,t)).next())})};var Wc=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?jt:jt.apply(null,arguments)},wp=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function Kc(e){if(typeof e!="object"||e===null)return!1;var t=Object.getPrototypeOf(e);if(t===null)return!0;for(var r=t;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return t===r}function Je(e,t){function r(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(t){var o=t.apply(void 0,n);if(!o)throw new Error("prepareAction did not return an object");return Xe(Xe({type:e,payload:o.payload},"meta"in o&&{meta:o.meta}),"error"in o&&{error:o.error})}return{type:e,payload:n[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(n){return n.type===e},r}var Gc=(function(e){Ws(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.apply(this,r)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,Ft([void 0],r[0].concat(this)))):new(t.bind.apply(t,Ft([void 0],r.concat(this))))},t})(Array),qc=(function(e){Ws(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.apply(this,r)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,Ft([void 0],r[0].concat(this)))):new(t.bind.apply(t,Ft([void 0],r.concat(this))))},t})(Array);function di(e){return Oe(e)?Yr(e,function(){}):e}function Yc(e){return typeof e=="boolean"}function Xc(){return function(t){return Jc(t)}}function Jc(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,i=n===void 0?!0:n,o=e.serializableCheck,s=o===void 0?!0:o,a=e.actionCreatorCheck,l=a===void 0?!0:a,c=new Gc;if(r&&(Yc(r)?c.push(ai):c.push(ai.withExtraArgument(r.extraArgument))),0){if(i)var u;if(s)var d;if(l)var p}return c}var ci=!0;function Ks(e){var t=Xc(),r=e||{},n=r.reducer,i=n===void 0?void 0:n,o=r.middleware,s=o===void 0?t():o,a=r.devTools,l=a===void 0?!0:a,c=r.preloadedState,u=c===void 0?void 0:c,d=r.enhancers,p=d===void 0?void 0:d,f;if(typeof i=="function")f=i;else if(Kc(i))f=Us(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var h=s;if(typeof h=="function"&&(h=h(t),!ci&&!Array.isArray(h)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!ci&&h.some(function(O){return typeof O!="function"}))throw new Error("each middleware provided to configureStore must be a function");var m=$s.apply(void 0,h),b=jt;l&&(b=Wc(Xe({trace:!ci},typeof l=="object"&&l)));var x=new qc(m),A=x;Array.isArray(p)?A=Ft([m],p):typeof p=="function"&&(A=p(x));var C=b.apply(void 0,A);return si(f,u,C)}function Gs(e){var t={},r=[],n,i={addCase:function(o,s){var a=typeof o=="string"?o:o.type;if(!a)throw new Error("`builder.addCase` cannot be called with an empty action type");if(a in t)throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");return t[a]=s,i},addMatcher:function(o,s){return r.push({matcher:o,reducer:s}),i},addDefaultCase:function(o){return n=o,i}};return e(i),[t,r,n]}function Zc(e){return typeof e=="function"}function Qc(e,t,r,n){r===void 0&&(r=[]);var i=typeof t=="function"?Gs(t):[t,r,n],o=i[0],s=i[1],a=i[2],l;if(Zc(e))l=function(){return di(e())};else{var c=di(e);l=function(){return c}}function u(d,p){d===void 0&&(d=l());var f=Ft([o[p.type]],s.filter(function(h){var m=h.matcher;return m(p)}).map(function(h){var m=h.reducer;return m}));return f.filter(function(h){return!!h}).length===0&&(f=[a]),f.reduce(function(h,m){if(m)if($e(h)){var b=h,x=m(b,p);return x===void 0?h:x}else{if(Oe(h))return Yr(h,function(A){return m(A,p)});var x=m(h,p);if(x===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return x}return h},d)}return u.getInitialState=l,u}function eu(e,t){return e+"/"+t}function qs(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof e.initialState=="function"?e.initialState:di(e.initialState),n=e.reducers||{},i=Object.keys(n),o={},s={},a={};i.forEach(function(u){var d=n[u],p=eu(t,u),f,h;"reducer"in d?(f=d.reducer,h=d.prepare):f=d,o[u]=f,s[p]=f,a[u]=h?Je(p,h):Je(p)});function l(){var u=typeof e.extraReducers=="function"?Gs(e.extraReducers):[e.extraReducers],d=u[0],p=d===void 0?{}:d,f=u[1],h=f===void 0?[]:f,m=u[2],b=m===void 0?void 0:m,x=Xe(Xe({},p),s);return Qc(r,function(A){for(var C in x)A.addCase(C,x[C]);for(var O=0,F=h;O<F.length;O++){var $=F[O];A.addMatcher($.matcher,$.reducer)}b&&A.addDefaultCase(b)})}var c;return{name:t,reducer:function(u,d){return c||(c=l()),c(u,d)},actions:a,caseReducers:o,getInitialState:function(){return c||(c=l()),c.getInitialState()}}}var tu="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",ru=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=tu[Math.random()*64|0];return t},nu=["name","message","stack","code"],ui=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Vs=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),iu=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=nu;r<n.length;r++){var i=n[r];typeof e[i]=="string"&&(t[i]=e[i])}return t}return{message:String(e)}},Pp=(function(){function e(t,r,n){var i=Je(t+"/fulfilled",function(u,d,p,f){return{payload:u,meta:li(Xe({},f||{}),{arg:p,requestId:d,requestStatus:"fulfilled"})}}),o=Je(t+"/pending",function(u,d,p){return{payload:void 0,meta:li(Xe({},p||{}),{arg:d,requestId:u,requestStatus:"pending"})}}),s=Je(t+"/rejected",function(u,d,p,f,h){return{payload:f,error:(n&&n.serializeError||iu)(u||"Rejected"),meta:li(Xe({},h||{}),{arg:p,requestId:d,rejectedWithValue:!!f,requestStatus:"rejected",aborted:u?.name==="AbortError",condition:u?.name==="ConditionError"})}}),a=!1,l=typeof AbortController<"u"?AbortController:(function(){function u(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return u.prototype.abort=function(){},u})();function c(u){return function(d,p,f){var h=n?.idGenerator?n.idGenerator(u):ru(),m=new l,b,x=!1;function A(O){b=O,m.abort()}var C=(function(){return zc(this,null,function(){var O,F,$,He,vn,je,ie;return $c(this,function(de){switch(de.label){case 0:return de.trys.push([0,4,,5]),He=(O=n?.condition)==null?void 0:O.call(n,u,{getState:p,extra:f}),su(He)?[4,He]:[3,2];case 1:He=de.sent(),de.label=2;case 2:if(He===!1||m.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return x=!0,vn=new Promise(function(oe,rt){return m.signal.addEventListener("abort",function(){return rt({name:"AbortError",message:b||"Aborted"})})}),d(o(h,u,(F=n?.getPendingMeta)==null?void 0:F.call(n,{requestId:h,arg:u},{getState:p,extra:f}))),[4,Promise.race([vn,Promise.resolve(r(u,{dispatch:d,getState:p,extra:f,requestId:h,signal:m.signal,abort:A,rejectWithValue:function(oe,rt){return new ui(oe,rt)},fulfillWithValue:function(oe,rt){return new Vs(oe,rt)}})).then(function(oe){if(oe instanceof ui)throw oe;return oe instanceof Vs?i(oe.payload,h,u,oe.meta):i(oe,h,u)})])];case 3:return $=de.sent(),[3,5];case 4:return je=de.sent(),$=je instanceof ui?s(null,h,u,je.payload,je.meta):s(je,h,u),[3,5];case 5:return ie=n&&!n.dispatchConditionRejection&&s.match($)&&$.meta.condition,ie||d($),[2,$]}})})})();return Object.assign(C,{abort:A,requestId:h,arg:u,unwrap:function(){return C.then(ou)}})}}return Object.assign(c,{pending:o,rejected:s,fulfilled:i,typePrefix:t})}return e.withTypes=function(){return e},e})();function ou(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function su(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Ys="listener",Xs="completed",Js="cancelled",Np="task-"+Js,Dp="task-"+Xs,Ip=Ys+"-"+Js,kp=Ys+"-"+Xs;var pi="listenerMiddleware";var Mp=Je(pi+"/add"),Up=Je(pi+"/removeAll"),$p=Je(pi+"/remove");var zs,Bp=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(zs||(zs=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},au=function(e){return function(t){setTimeout(t,e)}},Hp=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:au(10);Rs();var lu=Hr(Symbol("withEventBus"),function(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,n,i){this.eventBus.addEventListener(r,n,i)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,i){this.eventBus.removeEventListener(r,n,i)}}}),Jr=class extends lu(Object){};window.ftReduxStores||(window.ftReduxStores={});var Zs=class e extends Jr{static get(t){var r;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,o=window.ftReduxStores[n];if(Wr(o))return o;if(i==null)return;let s=qs({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=Ks({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=cr(s.getInitialState());for(let d of c.keeping)u[d]=(l??u)[d];return u}else if(typeof c.type=="string"&&c.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...l,...c.overwrites};return s.reducer(l,c)}});return window.ftReduxStores[i.name]=new e(s,a,i.eventBus)}constructor(t,r,n){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new jr;let i=o=>o!=null?JSON.parse(JSON.stringify(o)):o;this.actions=new Proxy(this.reduxSlice.actions,{get:(o,s,a)=>{let l=s,c=o[l];return c?(...u)=>{let d=c(...u.map(i));return this.reduxStore.dispatch(d),d}:u=>{this.setState({[l]:i(u)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...t){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:t})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var Zr=class{static format(t,r,n,i,o){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(n,i,!!o)):this.getIntlDateTime(t,r,n,i,!!o)}static getMomentDateFormat(t,r,n){return n?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,n,i,o){let s=typeof t=="string"?new Date(t):t,a=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(s),l=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(s);return o?l:i?`${a} ${l}`:a}static getTimezoneAsString(){let t=n=>String(Math.floor(n)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${t(Math.abs(r)/60)}:${t(Math.abs(r)%60)}`}};var Qr=y(S()),cu="ft-app-info",Vt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Vt.eventName="authentication-change";var mr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};mr.eventName="ui-locale-changed";var uu={session:(e,t)=>{(0,Qr.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>w.dispatchEvent(new Vt(t.payload)),0))}},w=Qr.FtReduxStore.get({name:cu,reducers:uu,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 Qs=y(S()),en=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},mf=(0,Qs.applyMixinOnce)(Symbol("withDateFormat"),function(e){class t extends e{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(w)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,o;return((o=(i=this.metadataDescriptors.find(a=>a.key===n))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1)?a=>Zr.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return en([(0,fi.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),en([(0,fi.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),en([Vn({store:w.name,selector:r=>{var n,i;return(i=(n=r.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&i!==void 0?i:[]}})],t.prototype,"metadataDescriptors",void 0),en([Vn({store:w.name})],t.prototype,"uiLocale",void 0),t});var ea;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(ea||(ea={}));var ta;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(ta||(ta={}));var ra;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(ra||(ra={}));var na;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(na||(na={}));var ia;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(ia||(ia={}));var oa;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(oa||(oa={}));var sa;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(sa||(sa={}));var aa;(function(e){e.BOOKMARK__CREATE="BOOKMARK__CREATE",e.BOOKMARK__DELETE="BOOKMARK__DELETE",e.CASE_DEFLECTION__START="CASE_DEFLECTION__START",e.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",e.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",e.CHATBOT__RATE="CHATBOT__RATE",e.COLLECTION__CREATE="COLLECTION__CREATE",e.COLLECTION__UPDATE="COLLECTION__UPDATE",e.COLLECTION__DELETE="COLLECTION__DELETE",e.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",e.DOCUMENT__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",e.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",e.DOCUMENT__PRINT="DOCUMENT__PRINT",e.DOCUMENT__PROCESS="DOCUMENT__PROCESS",e.DOCUMENT__RATE="DOCUMENT__RATE",e.DOCUMENT__SEARCH="DOCUMENT__SEARCH",e.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",e.DOCUMENT__UNRATE="DOCUMENT__UNRATE",e.FEEDBACK__SEND="FEEDBACK__SEND",e.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",e.AI__RATE="AI__RATE",e.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",e.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",e.KHUB__PROCESS="KHUB__PROCESS",e.KHUB__SEARCH="KHUB__SEARCH",e.LABELS__DOWNLOAD="LABELS__DOWNLOAD",e.LINK__SHARE="LINK__SHARE",e.PAGE__DISPLAY="PAGE__DISPLAY",e.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",e.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",e.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",e.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",e.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",e.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",e.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",e.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",e.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",e.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",e.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",e.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",e.TOPIC__RATE="TOPIC__RATE",e.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",e.TOPIC__UNRATE="TOPIC__UNRATE",e.USER__LOGIN="USER__LOGIN",e.USER__LOGOUT="USER__LOGOUT",e.HEARTBEAT="HEARTBEAT"})(aa||(aa={}));var la;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(la||(la={}));var ca;(function(e){e.THIRD_PARTY="THIRD_PARTY",e.OFF_THE_GRID="OFF_THE_GRID",e.CONTENT_PACKAGER="CONTENT_PACKAGER",e.PAGES="PAGES",e.DESIGNED_READER="DESIGNED_READER"})(ca||(ca={}));var ua;(function(e){e.HOMEPAGE="HOMEPAGE",e.CUSTOM="CUSTOM",e.HEADER="HEADER",e.READER="READER",e.TOPIC_TEMPLATE="TOPIC_TEMPLATE",e.SEARCH="SEARCH",e.SEARCH_RESULT="SEARCH_RESULT",e.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",e.LINK_PREVIEW="LINK_PREVIEW",e.UD_VIEWER="UD_VIEWER",e.ASSET_VIEWER="ASSET_VIEWER"})(ua||(ua={}));var da;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(da||(da={}));var pa;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(pa||(pa={}));var fa;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(fa||(fa={}));var ha;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(ha||(ha={}));var ma;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR",e.CUSTOM="CUSTOM"})(ma||(ma={}));var ya;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(ya||(ya={}));var ga;(function(e){e.ASC="ASC",e.DESC="DESC"})(ga||(ga={}));var va;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(va||(va={}));var ba;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(ba||(ba={}));var xa;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(xa||(xa={}));var Aa;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(Aa||(Aa={}));var Ea;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.PERSONAL_BOOK="PERSONAL_BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Ea||(Ea={}));var Sa;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Sa||(Sa={}));var Ca;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(Ca||(Ca={}));var Oa;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Oa||(Oa={}));var Ta;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Ta||(Ta={}));var j;(function(e){e.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",e.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",e.HTML_EXPORT_USER="HTML_EXPORT_USER",e.PDF_EXPORT_USER="PDF_EXPORT_USER",e.SAVED_SEARCH_USER="SAVED_SEARCH_USER",e.COLLECTION_USER="COLLECTION_USER",e.OFFLINE_USER="OFFLINE_USER",e.ANALYTICS_USER="ANALYTICS_USER",e.BETA_USER="BETA_USER",e.DEBUG_USER="DEBUG_USER",e.PRINT_USER="PRINT_USER",e.RATING_USER="RATING_USER",e.FEEDBACK_USER="FEEDBACK_USER",e.GENERATIVE_AI_USER="GENERATIVE_AI_USER",e.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",e.CONTENT_PUBLISHER="CONTENT_PUBLISHER",e.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",e.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",e.KHUB_ADMIN="KHUB_ADMIN",e.USERS_ADMIN="USERS_ADMIN",e.PORTAL_ADMIN="PORTAL_ADMIN",e.ADMIN="ADMIN"})(j||(j={}));var ge;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(ge||(ge={}));var wa;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(wa||(wa={}));var _a;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(_a||(_a={}));var Ra;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(Ra||(Ra={}));var La;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SUMMARY="SUMMARY",e.SEMANTIC_SEARCH="SEMANTIC_SEARCH",e.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",e.DOCUMENTATION="DOCUMENTATION",e.OTHER="OTHER"})(La||(La={}));var Pa;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(Pa||(Pa={}));var Na;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Na||(Na={}));var Da;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Da||(Da={}));var Ia;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Ia||(Ia={}));var ka;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(ka||(ka={}));var Ma;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Ma||(Ma={}));var Ua;(function(e){e.SOURCES="SOURCES",e.ENRICH_AND_CLEAN="ENRICH_AND_CLEAN",e.VOCABULARIES="VOCABULARIES",e.METADATA="METADATA",e.PRETTY_URL="PRETTY_URL",e.ACCESS_RULE="ACCESS_RULE",e.DESIGNED_PAGES="DESIGNED_PAGES",e.THEME_STUDIO="THEME_STUDIO",e.PORTAL_GENERAL="PORTAL_GENERAL",e.ASSETS="ASSETS",e.CODE_LIBRARY="CODE_LIBRARY",e.THEME="THEME",e.CONTENT_STYLES="CONTENT_STYLES",e.HOMEPAGE="HOMEPAGE",e.CLASSIC_SEARCH_PAGE="CLASSIC_SEARCH_PAGE",e.CLASSIC_READER_PAGE="CLASSIC_READER_PAGE",e.PORTAL_METADATA="PORTAL_METADATA",e.LANGUAGES="LANGUAGES",e.PRINT_TEMPLATES="PRINT_TEMPLATES",e.OFFLINE="OFFLINE",e.CUSTOM_JS="CUSTOM_JS",e.CONFIDENTIALITY="CONFIDENTIALITY",e.NOTIFICATIONS="NOTIFICATIONS"})(Ua||(Ua={}));var $a;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})($a||($a={}));var du={[j.PERSONAL_BOOK_SHARE_USER]:[j.PERSONAL_BOOK_USER],[j.HTML_EXPORT_USER]:[j.PERSONAL_BOOK_USER],[j.PDF_EXPORT_USER]:[j.PERSONAL_BOOK_USER],[j.KHUB_ADMIN]:[j.CONTENT_PUBLISHER],[j.ADMIN]:[j.KHUB_ADMIN,j.USERS_ADMIN,j.PORTAL_ADMIN,j.BEHAVIOR_DATA_USER],[j.GENERATIVE_AI_EXPORT_USER]:[j.GENERATIVE_AI_USER]};function Ba(e,t){return e===t||(du[e]??[]).some(r=>Ba(r,t))}function Ha(e,t){return e==null?!1:(Array.isArray(e)?e:Array.isArray(e.roles)?e.roles:Array.isArray(e.profile?.roles)?e.profile.roles:[]).some(n=>Ba(n,t))}var sn=y(S());var hi=y(S());var ht=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=w.getState(),i=t??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(t){return new Promise(r=>{let n=e.get(t);if(n)r(n);else{let i=w.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var zt=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:ht.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):ht.await()}};var ce=class extends zt{constructor(t=!0,r){var n;super(r),this.sortObjectFields=(o,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([a],[l])=>a.localeCompare(l)));let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new hi.CacheRegistry,this.cache=t?i.commonCache:new hi.CacheRegistry}clearCache(){this.cache.clearAll()}hash(t){return String(Array.from(JSON.stringify(t,this.sortObjectFields)).reduce((r,n)=>0|31*r+n.charCodeAt(0),0))}};var tn=class extends ce{async listMySearches(){let{session:t}=w.getState();return Ha(t,j.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var rn=class extends ce{async listMyBookmarks(){let t=w.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var nn=class extends ce{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(t){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${t}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(t){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${t}`),this.CACHE_DURATION)}isAuthenticated(){let t=w.getState().session;return!!t?.sessionAuthenticated}};var on=class extends ce{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let t=w.getState().session;return!!t?.sessionAuthenticated}};var pu="ft-user-assets",fu={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(ge).forEach(t=>{e.assetCounts.allAsset[t]=void 0})},setBookmarkCountByMap:(e,t)=>{let r=t.payload.mapId;e.assetCounts.bookmarkByMap[r]=t.payload.count},clearBookmarkCountByMap:e=>{e.assetCounts.bookmarkByMap={}},addAsset:(e,t)=>{let{assetType:r,mapId:n,asset:i}=t.payload;yi(e,r,[...mi(e,r),i]),ja(e,r,1,n),Fa(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;yi(e,r,mi(e,r).map(i=>i.id===n.id?n:i)),Fa(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;yi(e,r,mi(e,r).filter(o=>o.id!==i)),ja(e,r,-1,n)}},Va={[ge.SEARCHES]:"savedSearches",[ge.BOOKMARKS]:"bookmarks",[ge.BOOKS]:void 0,[ge.COLLECTIONS]:void 0},mi=(e,t)=>{var r;let n=Va[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},yi=(e,t,r)=>{let n=Va[t];n&&(e[n]=r)},ja=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===ge.BOOKMARKS&&n)){let o=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,o+r)}},Fa=(e,t)=>{let r=e.assetLabels.map(i=>i.title),n=t.labels.filter(i=>!r.includes(i)).map(i=>({title:i}));e.assetLabels.push(...n)},Z=sn.FtReduxStore.get({name:pu,reducers:fu,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(ge).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),gi=class{constructor(t=new nn,r=new on){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=w.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new rn,this.savedSearchesService=new tn,w.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=w.getState();(0,sn.deepEqual)((t=this.currentSession)===null||t===void 0?void 0:t.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),Z.actions.clearAssetCount(),Z.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Z.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Z.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Z.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();Z.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&Z.getState().assetCounts.allAsset[t]!==r.count&&Z.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&Z.getState().assetCounts.bookmarkByMap[t]!==r.count&&Z.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(Z.getState().assetCounts.bookmarkByMap).length!==0;t===ge.BOOKMARKS&&r&&Z.actions.clearBookmarkCountByMap(),Z.getState().assetCounts.allAsset[t]!==void 0&&await this.loadAssetCount(t)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){let r=!((t=this.currentSession)===null||t===void 0)&&t.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Z.actions.bookmarks(r)}}},hu=new gi;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=hu);var vi=class{addCommand(t,r=!1){w.commands.add(t,r)}consumeCommand(t){return w.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new vi;var ve=y(S());var za,Wt=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},mu=Symbol("clearAfterUnitTest"),an=class extends(0,ve.withEventBus)(ce){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[za]=()=>{this.defaultMessages={},this.cache=new ve.CacheRegistry,this.listeners={}},this.currentUiLocale=w.getState().uiLocale,w.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=w.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let r=t.name.toLowerCase();this.cache.setFinal(r,t),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,r){var n;if(t=t.toLowerCase(),r&&Object.keys(r).length>0){let i={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...r};(0,ve.deepEqual)(this.defaultMessages[t],i)||(this.defaultMessages[t]=i,await this.notify(t))}return this.fetchContext(t)}resolveContext(t){var r,n;return this.fetchContext(t),(n=(r=this.cache.getNow(t))===null||r===void 0?void 0:r.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(t,r){let n=t.toLowerCase();return this.resolveContext(n)[r]}resolveMessage(t,r,...n){var i;let o=t.toLowerCase(),s=this.resolveContext(o);return new ve.ParametrizedLabelResolver((i=this.defaultMessages[o])!==null&&i!==void 0?i:{},s).resolve(r,...n)}async fetchContext(t){let r=!this.cache.has(t),n;try{n=await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),r&&await this.notify(t)}catch(i){!(i instanceof ve.CanceledPromiseError)&&r&&console.error(i)}return n}subscribe(t,r){var n;return t=t.toLowerCase(),this.listeners[t]=(n=this.listeners[t])!==null&&n!==void 0?n:new Set,this.listeners[t].add(r),()=>{var i;return(i=this.listeners[t])===null||i===void 0?void 0:i.delete(r)}}async notifyAll(){let t=Object.keys(this.listeners);document.body.dispatchEvent(new Wt({loadedContexts:t})),this.dispatchEvent(new Wt({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new Wt({loadedContexts:[t]})),this.dispatchEvent(new Wt({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,ve.delay)(0).then(()=>n()).catch(()=>null)))}};za=mu;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends an{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends an{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var yr=window.FluidTopicsI18nService,bi=window.FluidTopicsCustomI18nService;var Wa=y(S()),xi=class{highlightHtml(t,r,n){(0,Wa.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new xi;var Ka=y(S());var Ai=class{isDate(t){var r,n,i,o;return(o=(i=((n=(r=w.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(a=>a.key===t))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1}format(t,r){var n,i,o,s;if(t==null)return"";try{return Ka.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:w.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(o=r?.withTime)!==null&&o!==void 0?o:!1,(s=r?.onlyTime)!==null&&s!==void 0?s:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new Ai;var Ga=y(S());var gr=class{static get(t,r){var n,i;let o=w.getState(),{lang:s,region:a}=(i=(n=o.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&i!==void 0?i:{lang:"en",region:"US"};return new Ga.SearchPlaceConverter(o.baseUrl,t??20,o.searchInAllLanguagesAllowed,r??`${s}-${a}`)}};var Ei=class{urlToSearchRequest(t){return gr.get().parse(t)}searchRequestToUrl(t){return gr.get().serialize(t)}};window.FluidTopicsUrlService=new Ei;var Be=y(S());var mt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};mt.eventName="change";var Si=class{itemName(t){return`fluid-topics-history-item-${t}`}get(t){let r=sessionStorage.getItem(this.itemName(t));return r?JSON.parse(r):void 0}set(t,r){sessionStorage.setItem(this.itemName(t),JSON.stringify(r))}},qa=new Si;var ln=class e extends Be.WithEventBus{static build(){return new e(window.history,qa,()=>window.location,!1)}constructor(t,r,n,i){var o,s;super(),this.history=t,this.historyStorage=r,this.windowLocation=n,this.states=[],this.realPushState=t.pushState,this.realReplaceState=t.replaceState,this.initialIndex=(s=(o=t.state)===null||o===void 0?void 0:o.index)!==null&&s!==void 0?s:t.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(i)}setCurrentState(t,r=!1){let n=r&&this.currentIndex===t.index-1;this.currentState={...this.buildCurrentState(),...t},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,n&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,Be.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new mt(this.currentItem())),0)}installProxies(){let t=r=>(n,i,[o,s,a])=>{let l=r(),c={...l===this.currentIndex?this.currentState:void 0,...o,index:l,href:typeof a=="string"?a:(a??this.windowLocation()).href};n.apply(i,[c,s,a]),this.setCurrentState(c,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:t(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:t(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",t=>this.setCurrentState(t.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(t){for(let r=this.history.length-1;r>=0;r--)t?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(t){var r;let n={...this.buildCurrentState(),...t,index:this.currentIndex,title:(r=t?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(t){this.addEventListener(mt.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(mt.eventName,t)}currentItem(){return(0,Be.deepCopy)(this.currentState)}back(){let t=this.previousDifferentMajorPosition();t>=0?this.history.go(t-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return(0,Be.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,Be.deepCopy)(r.find(n=>t(n)))}previousDifferentMajorPosition(){let t=this.currentIndex>0?this.currentIndex-1:0;for(;t>0&&!this.isDifferentMajorState(t);)t--;return t}forward(){let t=this.nextMajorPosition();t&&t<this.states.length?this.history.go(t-this.currentIndex):this.history.forward()}forwardItem(){let t=this.nextMajorPosition();if(t)return(0,Be.deepCopy)(this.states[t])}nextMajorPosition(){let t=this.currentIndex;if(!(t>=this.states.length)){do t++;while(t<this.states.length&&!this.isDifferentMajorState(t));return this.getHigherPositionInTheSameState(t)}}getHigherPositionInTheSameState(t){var r;let n=(r=this.states[t])===null||r===void 0?void 0:r.majorStateId;if(!n)return t;let i=t,o=t+1;for(;this.states.length>o&&!this.isDifferentMajorState(o,n);)this.hasState(o)&&(i=o),o++;return i}buildCurrentState(){var t,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(t=this.history.state)===null||t===void 0?void 0:t.title)!==null&&r!==void 0?r:document.title}}hasState(t){return this.states[t]!=null}isDifferentMajorState(t,r){var n;if(!this.hasState(t))return!1;let i=r??this.currentState.majorStateId,o=(n=this.states[t])===null||n===void 0?void 0:n.majorStateId;return o==null||o!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=ln.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),backwardItemMatching:e=>window.FluidTopicsInternalHistoryService.backwardItemMatching(e),addHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(e),removeHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(e)});var Ya=y(D());var Xa=Ya.css`
324
- `;var Qa=y(D()),ue=y(q()),vt=y(S());var yt=y(S());function Ja(e,t){let{authenticationRequired:r,session:n}=w.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(t):e()}var cn=class extends zt{async updateUiLocale(t){return(await this.awaitApi).updateUiLocale(t)}};var Ci=class e extends yt.FtStateManager{static build(t){return new e(w,t)}constructor(t,r){super(),this.store=t,this.cache=new yt.CacheRegistry,this.withManualResources=!0,this.localesConfiguration=null,this.userLocaleService=new cn,this.cleanSessionDebouncer=new yt.Debouncer,this.reloadDebouncer=new yt.Debouncer(500),this.apiProvider=r??(()=>ht.get())}setWithManualResources(t){this.withManualResources=t,this.updateIfNeeded()}async initService(){this.store.addEventListener(Vt.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 t=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.setSession(void 0)},r.idleTimeoutInMillis),r});this.setSession(t)}async updateMetadataConfiguration(){this.setMetadataConfiguration(await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration()))}async updateLocalesConfiguration(){this.setLocalesConfiguration(await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration()))}async updateAvailableContentLocales(){var t;let r=await this.cache.get("availableContentLocales",()=>Ja(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((t=r.contentLocales)!==null&&t!==void 0?t:[])}reloadConfiguration(){var t;(t=this.cache)===null||t===void 0||t.clear("availableContentLocales"),typeof this.updateAvailableContentLocales=="function"&&this.updateAvailableContentLocales()}setBaseUrl(t){this.store.actions.baseUrl(t),window.fluidTopicsBaseUrl=t}setApiIntegrationIdentifier(t){this.store.actions.apiIntegrationIdentifier(t)}setApiIntegrationAppVersion(t){this.store.actions.apiIntegrationAppVersion(t)}setUiLocale(t){this.store.actions.uiLocale(t)}setLocalesConfiguration(t){var r,n,i,o,s;this.localesConfiguration=t,this.store.actions.defaultLocales(this.localesConfiguration.defaultLocales),this.store.actions.availableUiLocales((r=this.localesConfiguration.availableUiLocales)!==null&&r!==void 0?r:[]),this.store.actions.searchInAllLanguagesAllowed((n=this.localesConfiguration.allLanguagesAllowed)!==null&&n!==void 0?n:!1),this.store.actions.searchLanguageSetsUiLanguage((i=this.localesConfiguration.searchLanguageSetsUiLanguage)!==null&&i!==void 0?i:!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(t){this.store.actions.availableContentLocales(t),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(t){this.userLocaleService.updateUiLocale({uiLocale:t}).then(r=>{r.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new mr(r)))}).catch(()=>{})}setMetadataConfiguration(t){this.store.actions.metadataConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setNoCustom(t){this.store.actions.noCustom(t)}setEditorMode(t){this.store.actions.editorMode(t)}setNoCustomComponent(t){this.store.actions.noCustomComponent(t)}setSession(t){this.store.actions.session(t),setTimeout(()=>this.updateIfNeeded())}setOpenExternalDocumentInNewTab(t){this.store.actions.openExternalDocumentInNewTab(t)}setNavigatorOnline(t){this.store.actions.navigatorOnline(t)}setForcedOffline(t){this.store.actions.forcedOffline(t)}setAuthenticationRequired(t){this.store.actions.authenticationRequired(t)}},Za=Ci.build();var gt=class extends Event{constructor(t,r,n,i){super("context-request",{bubbles:!0,composed:!0}),this.context=t,this.contextTarget=r,this.callback=n,this.subscribe=i??!1}};var vr=class{constructor(){this.pendingContextRequests=new Map,this.onContextProvider=t=>{let r=this.pendingContextRequests.get(t.context);if(r===void 0)return;this.pendingContextRequests.delete(t.context);let{requests:n}=r;for(let{elementRef:i,callbackRef:o}of n){let s=i.deref(),a=o.deref();s===void 0||a===void 0||s.dispatchEvent(new gt(t.context,s,a,!0))}},this.onContextRequest=t=>{if(t.subscribe!==!0)return;let r=t.contextTarget??t.composedPath()[0],n=t.callback,i=this.pendingContextRequests.get(t.context);i===void 0&&this.pendingContextRequests.set(t.context,i={callbacks:new WeakMap,requests:[]});let o=i.callbacks.get(r);o===void 0&&i.callbacks.set(r,o=new WeakSet),o.has(n)||(o.add(n),i.requests.push({elementRef:new WeakRef(r),callbackRef:new WeakRef(n)}))}}attach(t){t.addEventListener("context-request",this.onContextRequest),t.addEventListener("context-provider",this.onContextProvider)}detach(t){t.removeEventListener("context-request",this.onContextRequest),t.removeEventListener("context-provider",this.onContextProvider)}};var X=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},U=class extends vt.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=Za,this.contextRoot=new vr}render(){return Qa.html`
323
+ `;var Io=["top","right","bottom","left"],Do=["start","end"],In=Io.reduce((e,t)=>e.concat(t,t+"-"+Do[0],t+"-"+Do[1]),[]),nr=Math.min,We=Math.max,ir=Math.round;var Ce=e=>({x:e,y:e}),ic={left:"right",right:"left",bottom:"top",top:"bottom"};function ko(e,t,r){return We(e,nr(t,r))}function Pr(e,t){return typeof e=="function"?e(t):e}function or(e){return e.split("-")[0]}function Ke(e){return e.split("-")[1]}function kn(e){return e==="x"?"y":"x"}function Mn(e){return e==="y"?"height":"width"}function Nr(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function Un(e){return kn(Nr(e))}function Mo(e,t,r){r===void 0&&(r=!1);let n=Ke(e),i=Un(e),o=Mn(i),s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=Dn(s)),[s,Dn(s)]}function Uo(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function Dn(e){let t=or(e);return ic[t]+e.slice(t.length)}function oc(e){var t,r,n,i;return{top:(t=e.top)!=null?t:0,right:(r=e.right)!=null?r:0,bottom:(n=e.bottom)!=null?n:0,left:(i=e.left)!=null?i:0}}function $o(e){return typeof e!="number"?oc(e):{top:e,right:e,bottom:e,left:e}}function st(e){let{x:t,y:r,width:n,height:i}=e;return{width:n,height:i,top:r,left:t,right:t+n,bottom:r+i,x:t,y:r}}function Bo(e,t,r){let{reference:n,floating:i}=e,o=Nr(t),s=Un(t),a=Mn(s),l=or(t),c=o==="y",u=n.x+n.width/2-i.width/2,d=n.y+n.height/2-i.height/2,p=n[a]/2-i[a]/2,f;switch(l){case"top":f={x:u,y:n.y-i.height};break;case"bottom":f={x:u,y:n.y+n.height};break;case"right":f={x:n.x+n.width,y:d};break;case"left":f={x:n.x-i.width,y:d};break;default:f={x:n.x,y:n.y}}let h=Ke(t);return h&&(f[s]+=p*(h==="end"?1:-1)*(r&&c?-1:1)),f}async function Ho(e,t){var r;t===void 0&&(t={});let{x:n,y:i,platform:o,rects:s,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:f=0}=Pr(t,e),h=$o(f),b=a[p?d==="floating"?"reference":"floating":d],x=st(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(b)))==null||r?b:b.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),A=d==="floating"?{x:n,y:i,width:s.floating.width,height:s.floating.height}:s.reference,C=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),T=await(o.isElement==null?void 0:o.isElement(C))&&await(o.getScale==null?void 0:o.getScale(C))||{x:1,y:1},F=st(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:A,offsetParent:C,strategy:l}):A);return{top:(x.top-F.top+h.top)/T.y,bottom:(F.bottom-x.bottom+h.bottom)/T.y,left:(x.left-F.left+h.left)/T.x,right:(F.right-x.right+h.right)/T.x}}var sc=50,jo=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:s}=r,a=s.detectOverflow?s:{...s,detectOverflow:Ho},l=await(s.isRTL==null?void 0:s.isRTL(t)),c=await s.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=Bo(c,n,l),p=n,f=0,h={};for(let m=0;m<o.length;m++){let b=o[m];if(!b)continue;let{name:x,fn:A}=b,{x:C,y:T,data:F,reset:$}=await A({x:u,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:h,rects:c,platform:a,elements:{reference:e,floating:t}});u=C??u,d=T??d,h[x]={...h[x],...F},$&&f<sc&&(f++,typeof $=="object"&&($.placement&&(p=$.placement),$.rects&&(c=$.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:i}):$.rects),{x:u,y:d}=Bo(c,p,l)),m=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:h}};function ac(e,t,r){return(e?[...r.filter(i=>Ke(i)===e),...r.filter(i=>Ke(i)!==e)]:r.filter(i=>or(i)===i)).filter(i=>e?Ke(i)===e||(t?Uo(i)!==i:!1):!0)}var Fo=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,n,i;let{rects:o,middlewareData:s,placement:a,platform:l,elements:c}=t,{crossAxis:u=!1,alignment:d,allowedPlacements:p=In,autoAlignment:f=!0,...h}=Pr(e,t),m=d!==void 0||p===In?ac(d||null,f,p):p,b=((r=s.autoPlacement)==null?void 0:r.index)||0,x=m[b];if(x==null)return{};if(a!==x)return{reset:{placement:m[0]}};let A=await l.detectOverflow(t,h),C=Mo(x,o,await(l.isRTL==null?void 0:l.isRTL(c.floating))),T=[A[or(x)],A[C[0]],A[C[1]]],F=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:x,overflows:T}],$=m[b+1];if($)return{data:{index:b+1,overflows:F},reset:{placement:$}};let He=F.map(ie=>{let de=Ke(ie.placement);return[ie.placement,de&&u?ie.overflows.slice(0,2).reduce((oe,rt)=>oe+rt,0):ie.overflows[0],ie.overflows]}).sort((ie,de)=>ie[1]-de[1]),je=((i=He.filter(ie=>ie[2].slice(0,Ke(ie[0])?2:3).every(de=>de<=0))[0])==null?void 0:i[0])||He[0][0];return je!==a?{data:{index:b+1,overflows:F},reset:{placement:je}}:{}}}};var Vo=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:n,placement:i,platform:o}=t,{mainAxis:s=!0,crossAxis:a=!1,limiter:l={fn:A=>{let{x:C,y:T}=A;return{x:C,y:T}}},...c}=Pr(e,t),u={x:r,y:n},d=await o.detectOverflow(t,c),p=Nr(i),f=kn(p),h=u[f],m=u[p],b=(A,C)=>ko(C+d[A==="y"?"top":"left"],C,C-d[A==="y"?"bottom":"right"]);s&&(h=b(f,h)),a&&(m=b(p,m));let x=l.fn({...t,[f]:h,[p]:m});return{...x,data:{x:x.x-r,y:x.y-n,enabled:{[f]:s,[p]:a}}}}}};function Ir(){return typeof window<"u"}function lt(e){return Wo(e)?(e.nodeName||"").toLowerCase():"#document"}function re(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Le(e){var t;return(t=(Wo(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Wo(e){return Ir()?e instanceof Node||e instanceof re(e).Node:!1}function he(e){return Ir()?e instanceof Element||e instanceof re(e).Element:!1}function Pe(e){return Ir()?e instanceof HTMLElement||e instanceof re(e).HTMLElement:!1}function zo(e){return!Ir()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof re(e).ShadowRoot}function Nt(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=me(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function Ko(e){return/^(table|td|th)$/.test(lt(e))}function sr(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var lc=/transform|translate|scale|rotate|perspective|filter/,cc=/paint|layout|strict|content/,at=e=>!!e&&e!=="none",$n;function Dt(e){let t=he(e)?me(e):e;return at(t.transform)||at(t.translate)||at(t.scale)||at(t.rotate)||at(t.perspective)||!kr()&&(at(t.backdropFilter)||at(t.filter))||lc.test(t.willChange||"")||cc.test(t.contain||"")}function Go(e){let t=Ue(e);for(;Pe(t)&&!ct(t);){if(Dt(t))return t;if(sr(t))return null;t=Ue(t)}return null}function kr(){return $n==null&&($n=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),$n}function ct(e){return/^(html|body|#document)$/.test(lt(e))}function me(e){return re(e).getComputedStyle(e)}function ar(e){return he(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ue(e){if(lt(e)==="html")return e;let t=e.assignedSlot||e.parentNode||zo(e)&&e.host||Le(e);return zo(t)?t.host:t}function qo(e){let t=Ue(e);return ct(t)?(e.ownerDocument||e).body:Pe(t)&&Nt(t)?t:qo(t)}function Dr(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=qo(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),s=re(i);if(o){let a=Mr(s);return t.concat(s,s.visualViewport||[],Nt(i)?i:[],a&&r?Dr(a):[])}else return t.concat(i,Dr(i,[],r))}function Mr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Zo(e){let t=me(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=Pe(e),o=i?e.offsetWidth:r,s=i?e.offsetHeight:n,a=ir(r)!==o||ir(n)!==s;return a&&(r=o,n=s),{width:r,height:n,$:a}}function Qo(e){return he(e)?e:e.contextElement}function It(e){let t=Qo(e);if(!Pe(t))return Ce(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:o}=Zo(t),s=(o?ir(r.width):r.width)/n,a=(o?ir(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var uc=Ce(0);function es(e){let t=re(e);return!kr()||!t.visualViewport?uc:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function dc(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==re(e)?!1:t}function lr(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),o=Qo(e),s=Ce(1);t&&(n?he(n)&&(s=It(n)):s=It(e));let a=dc(o,r,n)?es(o):Ce(0),l=(i.left+a.x)/s.x,c=(i.top+a.y)/s.y,u=i.width/s.x,d=i.height/s.y;if(o){let p=re(o),f=n&&he(n)?re(n):n,h=p,m=Mr(h);for(;m&&n&&f!==h;){let b=It(m),x=m.getBoundingClientRect(),A=me(m),C=x.left+(m.clientLeft+parseFloat(A.paddingLeft))*b.x,T=x.top+(m.clientTop+parseFloat(A.paddingTop))*b.y;l*=b.x,c*=b.y,u*=b.x,d*=b.y,l+=C,c+=T,h=re(m),m=Mr(h)}}return st({width:u,height:d,x:l,y:c})}function Ur(e,t){let r=ar(e).scrollLeft;return t?t.left+r:lr(Le(e)).left+r}function ts(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Ur(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function pc(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,o=i==="fixed",s=Le(n),a=t?sr(t.floating):!1;if(n===s||a&&o)return r;let l={scrollLeft:0,scrollTop:0},c=Ce(1),u=Ce(0),d=Pe(n);if((d||!d&&!o)&&((lt(n)!=="body"||Nt(s))&&(l=ar(n)),d)){let f=lr(n);c=It(n),u.x=f.x+n.clientLeft,u.y=f.y+n.clientTop}let p=s&&!d&&!o?ts(s,l):Ce(0);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-l.scrollLeft*c.x+u.x+p.x,y:r.y*c.y-l.scrollTop*c.y+u.y+p.y}}function fc(e){return Array.from(e.getClientRects())}function hc(e){let t=Le(e),r=ar(e),n=e.ownerDocument.body,i=We(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),o=We(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight),s=-r.scrollLeft+Ur(e),a=-r.scrollTop;return me(n).direction==="rtl"&&(s+=We(t.clientWidth,n.clientWidth)-i),{width:i,height:o,x:s,y:a}}var Yo=25;function mc(e,t){let r=re(e),n=Le(e),i=r.visualViewport,o=n.clientWidth,s=n.clientHeight,a=0,l=0;if(i){o=i.width,s=i.height;let u=kr();(!u||u&&t==="fixed")&&(a=i.offsetLeft,l=i.offsetTop)}let c=Ur(n);if(c<=0){let u=n.ownerDocument,d=u.body,p=getComputedStyle(d),f=u.compatMode==="CSS1Compat"&&parseFloat(p.marginLeft)+parseFloat(p.marginRight)||0,h=Math.abs(n.clientWidth-d.clientWidth-f);h<=Yo&&(o-=h)}else c<=Yo&&(o+=c);return{width:o,height:s,x:a,y:l}}function yc(e,t){let r=lr(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,o=Pe(e)?It(e):Ce(1),s=e.clientWidth*o.x,a=e.clientHeight*o.y,l=i*o.x,c=n*o.y;return{width:s,height:a,x:l,y:c}}function Xo(e,t,r){let n;if(t==="viewport")n=mc(e,r);else if(t==="document")n=hc(Le(e));else if(he(t))n=yc(t,r);else{let i=es(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return st(n)}function rs(e,t){let r=Ue(e);return r===t||!he(r)||ct(r)?!1:me(r).position==="fixed"||rs(r,t)}function gc(e,t){let r=t.get(e);if(r)return r;let n=Dr(e,[],!1).filter(a=>he(a)&&lt(a)!=="body"),i=null,o=me(e).position==="fixed",s=o?Ue(e):e;for(;he(s)&&!ct(s);){let a=me(s),l=Dt(s);!l&&a.position==="fixed"&&(i=null),(o?!l&&!i:!l&&a.position==="static"&&!!i&&(i.position==="absolute"||i.position==="fixed")||Nt(s)&&!l&&rs(e,s))?n=n.filter(u=>u!==s):i=a,s=Ue(s)}return t.set(e,n),n}function vc(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,s=[...r==="clippingAncestors"?sr(t)?[]:gc(t,this._c):[].concat(r),n],a=Xo(t,s[0],i),l=a.top,c=a.right,u=a.bottom,d=a.left;for(let p=1;p<s.length;p++){let f=Xo(t,s[p],i);l=We(f.top,l),c=nr(f.right,c),u=nr(f.bottom,u),d=We(f.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function bc(e){let{width:t,height:r}=Zo(e);return{width:t,height:r}}function xc(e,t,r){let n=Pe(t),i=Le(t),o=r==="fixed",s=lr(e,!0,o,t),a={scrollLeft:0,scrollTop:0},l=Ce(0);function c(){l.x=Ur(i)}if(n||!n&&!o)if((lt(t)!=="body"||Nt(i))&&(a=ar(t)),n){let f=lr(t,!0,o,t);l.x=f.x+t.clientLeft,l.y=f.y+t.clientTop}else i&&c();o&&!n&&i&&c();let u=i&&!n&&!o?ts(i,a):Ce(0),d=s.left+a.scrollLeft-l.x-u.x,p=s.top+a.scrollTop-l.y-u.y;return{x:d,y:p,width:s.width,height:s.height}}function Bn(e){return me(e).position==="static"}function Jo(e,t){if(!Pe(e)||me(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Le(e)===r&&(r=r.ownerDocument.body),r}function ns(e,t){let r=re(e);if(sr(e))return r;if(!Pe(e)){let i=Ue(e);for(;i&&!ct(i);){if(he(i)&&!Bn(i))return i;i=Ue(i)}return r}let n=Jo(e,t);for(;n&&Ko(n)&&Bn(n);)n=Jo(n,t);return n&&ct(n)&&Bn(n)&&!Dt(n)?r:n||Go(e)||r}var Ac=async function(e){let t=this.getOffsetParent||ns,r=this.getDimensions,n=await r(e.floating);return{reference:xc(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function Ec(e){return me(e).direction==="rtl"}var $r={convertOffsetParentRelativeRectToViewportRelativeRect:pc,getDocumentElement:Le,getClippingRect:vc,getOffsetParent:ns,getElementRects:Ac,getClientRects:fc,getDimensions:bc,getScale:It,isElement:he,isRTL:Ec};var is=Fo,os=Vo;var ss=(e,t,r)=>{let n=new Map,i={platform:$r,...r},o={...i.platform,_c:n};return jo(e,t,{...i,platform:o})};function as(e){return Sc(e)}function Hn(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Sc(e){for(let t=e;t;t=Hn(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Hn(e);t;t=Hn(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||Dt(r)||t.tagName==="BODY"))return t}return null}async function ls(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},ss(e,t,{strategy:n.strategy,platform:{...$r,getOffsetParent:i=>$r.getOffsetParent(i,as)},middleware:[os({crossAxis:!0}),is({allowedPlacements:[n.placement]})]})}var Kt=y(S());var pi=y(q());var cs=y(q(),1);var jn=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function us(e,t){return(0,cs.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return cr(e);try{return JSON.parse(r)}catch{return cr(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:ur,...t??{}})}function Cc(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;let r,n;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(n=r;n--!==0;)if(!Br(e[n],t[n]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;for(n of e.entries())if(!Br(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();let i=s=>Object.keys(s).filter(a=>s[a]!=null),o=i(e);if(r=o.length,r!==i(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,o[n]))return!1;for(n=r;n--!==0;){let s=o[n];if(!Br(e[s],t[s]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Br(e,t){try{return Cc(e,t)}catch{return!1}}function ur(e,t){return!Br(e,t)}function cr(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function Hr(e,t){let r=n=>n[e]===!0;return n=>{if(r(n))return n;let i=t(n);return i[e]=!0,i}}var ds=y(q(),1);var Fn=e=>{let t=e??{};return(r,n)=>{var i;let o={hasChanged:ur,attribute:!1,...t};(0,ds.property)(o)(r,n);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(n,{selector:(i=t.selector)!==null&&i!==void 0?i:(a=>a[n]),store:t.store})}};var jr=class{constructor(){this.queue=[]}add(t,r=!1){r&&this.clear(t.type),this.queue.push(t)}consume(t){let r=this.queue.find(n=>n.type===t);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}clear(t){typeof t=="string"?this.queue=this.queue.filter(r=>r.type!==t):this.queue=this.queue.filter(r=>!t.test(r.type))}};var ut=y(q(),1);var Fr=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let i=(t=this.rejectPromise)!==null&&t!==void 0?t:(()=>null),o=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let s of n)try{await s()}catch(a){i(a);return}o(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var fs=y(D(),1);var Vr=globalThis,Oc=Vr.ShadowRoot&&(Vr.ShadyCSS===void 0||Vr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var ps=(e,t)=>{if(Oc)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=Vr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var zr=class extends fs.LitElement{get scopedRegistryConstructor(){return this.constructor}createRenderRoot(){let t=this.scopedRegistryConstructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,t.defineScopedElements(t.elementDefinitions));let r={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return ps(n,t.elementStyles),n}static canDefineScopedElement(t){return!!this.registry&&!this.registry.get(t)}static defineScopedElements(t){Object.entries(t).forEach(([r,n])=>this.defineScopedElement(r,n))}static defineScopedElement(t,r){jn(t)(r),this.canDefineScopedElement(t)&&this.registry.define(t,r)}canDefineScopedElement(t){return this.scopedRegistryConstructor.canDefineScopedElement(t)}defineScopedElements(t){this.scopedRegistryConstructor.defineScopedElements(t)}defineScopedElement(t,r){this.scopedRegistryConstructor.defineScopedElement(t,r)}};function hs(e,t,...r){var n;let i=e.querySelector(t);for(let o of r)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(o);return i}var Mt=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},vs,ms=Symbol("constructorPrototype"),ys=Symbol("constructorName"),bs=Symbol("exportpartsDebouncer"),gs=Symbol("dynamicDependenciesLoaded"),kt=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};kt.eventName="exportparts-updated";var Ne=class extends zr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[vs]=new Fr(5),this.scheduleExportpartsUpdate=()=>{var t,r,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[bs].run(()=>{var i,o;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[ys]=this.constructor.name,this[ms]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ys]&&Object.setPrototypeOf(this,this[ms])}connectedCallback(){var t;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(n){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",n)}let r=this.constructor;r[gs]||(r[gs]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(kt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(kt.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.focusElementToFocus(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate(),t.has("exportparts")&&this.dispatchEvent(new kt)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let o=[...i??[],n];r=hs(this.shadowRoot,...o)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,n,i;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(o=>o.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(o){console.error(o,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let o=document.createElement("style");o.classList.add("ft-lit-element--custom-stylesheet"),o.innerHTML=this.customStylesheet,this.shadowRoot.append(o)}}setExportpartsAttribute(t){var r,n,i,o,s,a;let l=p=>p!=null&&p.trim().length>0,c=t.filter(l).map(p=>p.trim());if(c.length===0){this.exportparts=void 0;return}let u=new Set;for(let p of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let f=(o=(i=p.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&o!==void 0?o:[],h=(a=(s=p.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(b=>b.split(":")[1]))!==null&&a!==void 0?a:[],m=[...f,...h].filter(l).map(b=>b.trim());for(let b of m)u.add(b)}if(u.size===0){this.exportparts=void 0;return}let d=[...u.values()].flatMap(p=>c.map(f=>`${p}:${f}--${p}`));this.exportparts=[...this.part,...d].join(", ")}};vs=bs;Mt([(0,ut.property)()],Ne.prototype,"exportpartsPrefix",void 0);Mt([us([])],Ne.prototype,"exportpartsPrefixes",void 0);Mt([(0,ut.property)({reflect:!0})],Ne.prototype,"exportparts",void 0);Mt([(0,ut.property)()],Ne.prototype,"customStylesheet",void 0);Mt([(0,ut.property)()],Ne.prototype,"elementToFocus",void 0);Mt([(0,ut.state)()],Ne.prototype,"useAdoptedStyleSheets",void 0);function Wr(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var dr=Symbol("internalReduxEventsUnsubscribers"),Ge=Symbol("internalStoresUnsubscribers"),dt=Symbol("internalStores"),Tc=Hr(Symbol("withRedux"),function(e){var t,r,n;class i extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(a=>s.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[dt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[dt].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[dt].get(s)}addStore(s,a){var l;a=(l=a??s.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[dt].set(a,s),this.subscribeToStore(a,s),this.updateFromStores()}removeStore(s){let a=typeof s=="string"?s:s.name;this.unsubscribeFromStore(a),this[dt].delete(a)}setupStores(){this.unsubscribeFromStores(),this[dt].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[Ge].has(s.store):this[Ge].size>0)&&(this[a]=s.selector(c.getState(),this))}})}subscribeToStore(s,a){var l;this[Ge].set(s,a.subscribe(()=>this.updateFromStores())),this[dr].set(s,[]),Wr(a)&&a.eventBus&&((l=this.reduxConstructor.reduxEventListeners)===null||l===void 0||l.forEach((c,u)=>{if(typeof this[u]=="function"&&(!c.store||a.name===c.store)){let d=p=>this[u](p);a.addEventListener(c.eventName,d),this[dr].get(s).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[Ge].forEach((s,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(s){var a;this[Ge].has(s)&&this[Ge].get(s)(),this[Ge].delete(s),(a=this[dr].get(s))===null||a===void 0||a.forEach(l=>l()),this[dr].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=Ge,r=dt,n=dr,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),xs=class extends Tc(Ne){};function ye(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(0)var i,o;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map((function(s){return"'"+s+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function $e(e){return!!e&&!!e[N]}function Oe(e){var t;return!!e&&((function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===Ic})(e)||Array.isArray(e)||!!e[ws]||!!(!((t=e.constructor)===null||t===void 0)&&t[ws])||Jn(e)||Zn(e))}function pt(e,t,r){r===void 0&&(r=!1),Bt(e)===0?(r?Object.keys:$t)(e).forEach((function(n){r&&typeof n=="symbol"||t(n,e[n],e)})):e.forEach((function(n,i){return t(i,n,e)}))}function Bt(e){var t=e[N];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Jn(e)?2:Zn(e)?3:0}function Ut(e,t){return Bt(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function wc(e,t){return Bt(e)===2?e.get(t):e[t]}function _s(e,t,r){var n=Bt(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function Rs(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Jn(e){return Nc&&e instanceof Map}function Zn(e){return Dc&&e instanceof Set}function qe(e){return e.o||e.t}function Qn(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Ns(e);delete t[N];for(var r=$t(t),n=0;n<r.length;n++){var i=r[n],o=t[i];o.writable===!1&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(t[i]={configurable:!0,writable:!0,enumerable:o.enumerable,value:e[i]})}return Object.create(Object.getPrototypeOf(e),t)}function ei(e,t){return t===void 0&&(t=!1),ti(e)||$e(e)||!Oe(e)||(Bt(e)>1&&(e.set=e.add=e.clear=e.delete=_c),Object.freeze(e),t&&pt(e,(function(r,n){return ei(n,!0)}),!0)),e}function _c(){ye(2)}function ti(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function De(e){var t=Xn[e];return t||ye(18,e),t}function Rc(e,t){Xn[e]||(Xn[e]=t)}function Gn(){return fr}function Vn(e,t){t&&(De("Patches"),e.u=[],e.s=[],e.v=t)}function Kr(e){qn(e),e.p.forEach(Lc),e.p=null}function qn(e){e===fr&&(fr=e.l)}function As(e){return fr={p:[],l:fr,h:e,m:!0,_:0}}function Lc(e){var t=e[N];t.i===0||t.i===1?t.j():t.g=!0}function zn(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||De("ES5").S(t,e,n),n?(r[N].P&&(Kr(t),ye(4)),Oe(e)&&(e=Gr(t,e),t.l||qr(t,e)),t.u&&De("Patches").M(r[N].t,e,t.u,t.s)):e=Gr(t,r,[]),Kr(t),t.u&&t.v(t.u,t.s),e!==Ps?e:void 0}function Gr(e,t,r){if(ti(t))return t;var n=t[N];if(!n)return pt(t,(function(a,l){return Es(e,n,t,a,l,r)}),!0),t;if(n.A!==e)return t;if(!n.P)return qr(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=Qn(n.k):n.o,o=i,s=!1;n.i===3&&(o=new Set(i),i.clear(),s=!0),pt(o,(function(a,l){return Es(e,n,i,a,l,r,s)})),qr(e,i,!1),r&&e.u&&De("Patches").N(n,r,e.u,e.s)}return n.o}function Es(e,t,r,n,i,o,s){if($e(i)){var a=Gr(e,i,o&&t&&t.i!==3&&!Ut(t.R,n)?o.concat(n):void 0);if(_s(r,n,a),!$e(a))return;e.m=!1}else s&&r.add(i);if(Oe(i)&&!ti(i)){if(!e.h.D&&e._<1)return;Gr(e,i),t&&t.A.l||qr(e,i)}}function qr(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&ei(t,r)}function Wn(e,t){var r=e[N];return(r?qe(r):e)[t]}function Ss(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Object.getPrototypeOf(r)}}function Ye(e){e.P||(e.P=!0,e.l&&Ye(e.l))}function Kn(e){e.o||(e.o=Qn(e.t))}function Yn(e,t,r){var n=Jn(t)?De("MapSet").F(t,r):Zn(t)?De("MapSet").T(t,r):e.O?(function(i,o){var s=Array.isArray(i),a={i:s?1:0,A:o?o.A:Gn(),P:!1,I:!1,R:{},l:o,t:i,k:null,o:null,j:null,C:!1},l=a,c=hr;s&&(l=[a],c=pr);var u=Proxy.revocable(l,c),d=u.revoke,p=u.proxy;return a.k=p,a.j=d,p})(t,r):De("ES5").J(t,r);return(r?r.A:Gn()).p.push(n),n}function Pc(e){return $e(e)||ye(22,e),(function t(r){if(!Oe(r))return r;var n,i=r[N],o=Bt(r);if(i){if(!i.P&&(i.i<4||!De("ES5").K(i)))return i.t;i.I=!0,n=Cs(r,o),i.I=!1}else n=Cs(r,o);return pt(n,(function(s,a){i&&wc(i.t,s)===a||_s(n,s,t(a))})),o===3?new Set(n):n})(e)}function Cs(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return Qn(e)}function Ls(){function e(s,a){var l=o[s];return l?l.enumerable=a:o[s]=l={configurable:!0,enumerable:a,get:function(){var c=this[N];return hr.get(c,s)},set:function(c){var u=this[N];hr.set(u,s,c)}},l}function t(s){for(var a=s.length-1;a>=0;a--){var l=s[a][N];if(!l.P)switch(l.i){case 5:n(l)&&Ye(l);break;case 4:r(l)&&Ye(l)}}}function r(s){for(var a=s.t,l=s.k,c=$t(l),u=c.length-1;u>=0;u--){var d=c[u];if(d!==N){var p=a[d];if(p===void 0&&!Ut(a,d))return!0;var f=l[d],h=f&&f[N];if(h?h.t!==p:!Rs(f,p))return!0}}var m=!!a[N];return c.length!==$t(a).length+(m?0:1)}function n(s){var a=s.k;if(a.length!==s.t.length)return!0;var l=Object.getOwnPropertyDescriptor(a,a.length-1);if(l&&!l.get)return!0;for(var c=0;c<a.length;c++)if(!a.hasOwnProperty(c))return!0;return!1}function i(s){s.g&&ye(3,JSON.stringify(qe(s)))}var o={};Rc("ES5",{J:function(s,a){var l=Array.isArray(s),c=(function(d,p){if(d){for(var f=Array(p.length),h=0;h<p.length;h++)Object.defineProperty(f,""+h,e(h,!0));return f}var m=Ns(p);delete m[N];for(var b=$t(m),x=0;x<b.length;x++){var A=b[x];m[A]=e(A,d||!!m[A].enumerable)}return Object.create(Object.getPrototypeOf(p),m)})(l,s),u={i:l?5:4,A:a?a.A:Gn(),P:!1,I:!1,R:{},l:a,t:s,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,N,{value:u,writable:!0}),c},S:function(s,a,l){l?$e(a)&&a[N].A===s&&t(s.p):(s.u&&(function c(u){if(u&&typeof u=="object"){var d=u[N];if(d){var p=d.t,f=d.k,h=d.R,m=d.i;if(m===4)pt(f,(function(T){T!==N&&(p[T]!==void 0||Ut(p,T)?h[T]||c(f[T]):(h[T]=!0,Ye(d)))})),pt(p,(function(T){f[T]!==void 0||Ut(f,T)||(h[T]=!1,Ye(d))}));else if(m===5){if(n(d)&&(Ye(d),h.length=!0),f.length<p.length)for(var b=f.length;b<p.length;b++)h[b]=!1;else for(var x=p.length;x<f.length;x++)h[x]=!0;for(var A=Math.min(f.length,p.length),C=0;C<A;C++)f.hasOwnProperty(C)||(h[C]=!0),h[C]===void 0&&c(f[C])}}}})(s.p[0]),t(s.p))},K:function(s){return s.i===4?r(s):n(s)}})}var Os,fr,ri=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Nc=typeof Map<"u",Dc=typeof Set<"u",Ts=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Ps=ri?Symbol.for("immer-nothing"):((Os={})["immer-nothing"]=!0,Os),ws=ri?Symbol.for("immer-draftable"):"__$immer_draftable",N=ri?Symbol.for("immer-state"):"__$immer_state";var Ic=""+Object.prototype.constructor,$t=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Ns=Object.getOwnPropertyDescriptors||function(e){var t={};return $t(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},Xn={},hr={get:function(e,t){if(t===N)return e;var r=qe(e);if(!Ut(r,t))return(function(i,o,s){var a,l=Ss(o,s);return l?"value"in l?l.value:(a=l.get)===null||a===void 0?void 0:a.call(i.k):void 0})(e,r,t);var n=r[t];return e.I||!Oe(n)?n:n===Wn(e.t,t)?(Kn(e),e.o[t]=Yn(e.A.h,n,e)):n},has:function(e,t){return t in qe(e)},ownKeys:function(e){return Reflect.ownKeys(qe(e))},set:function(e,t,r){var n=Ss(qe(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var i=Wn(qe(e),t),o=i?.[N];if(o&&o.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(Rs(r,i)&&(r!==void 0||Ut(e.t,t)))return!0;Kn(e),Ye(e)}return e.o[t]===r&&(r!==void 0||t in e.o)||Number.isNaN(r)&&Number.isNaN(e.o[t])||(e.o[t]=r,e.R[t]=!0),!0},deleteProperty:function(e,t){return Wn(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,Kn(e),Ye(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=qe(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){ye(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){ye(12)}},pr={};pt(hr,(function(e,t){pr[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),pr.deleteProperty=function(e,t){return pr.set.call(this,e,t,void 0)},pr.set=function(e,t,r){return hr.set.call(this,e[0],t,r,e[0])};var kc=(function(){function e(r){var n=this;this.O=Ts,this.D=!0,this.produce=function(i,o,s){if(typeof i=="function"&&typeof o!="function"){var a=o;o=i;var l=n;return function(m){var b=this;m===void 0&&(m=a);for(var x=arguments.length,A=Array(x>1?x-1:0),C=1;C<x;C++)A[C-1]=arguments[C];return l.produce(m,(function(T){var F;return(F=o).call.apply(F,[b,T].concat(A))}))}}var c;if(typeof o!="function"&&ye(6),s!==void 0&&typeof s!="function"&&ye(7),Oe(i)){var u=As(n),d=Yn(n,i,void 0),p=!0;try{c=o(d),p=!1}finally{p?Kr(u):qn(u)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(m){return Vn(u,s),zn(m,u)}),(function(m){throw Kr(u),m})):(Vn(u,s),zn(c,u))}if(!i||typeof i!="object"){if((c=o(i))===void 0&&(c=i),c===Ps&&(c=void 0),n.D&&ei(c,!0),s){var f=[],h=[];De("Patches").M(i,c,f,h),s(f,h)}return c}ye(21,i)},this.produceWithPatches=function(i,o){if(typeof i=="function")return function(c){for(var u=arguments.length,d=Array(u>1?u-1:0),p=1;p<u;p++)d[p-1]=arguments[p];return n.produceWithPatches(c,(function(f){return i.apply(void 0,[f].concat(d))}))};var s,a,l=n.produce(i,o,(function(c,u){s=c,a=u}));return typeof Promise<"u"&&l instanceof Promise?l.then((function(c){return[c,s,a]})):[l,s,a]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var t=e.prototype;return t.createDraft=function(r){Oe(r)||ye(8),$e(r)&&(r=Pc(r));var n=As(this),i=Yn(this,r,void 0);return i[N].C=!0,qn(n),i},t.finishDraft=function(r,n){var i=r&&r[N],o=i.A;return Vn(o,n),zn(void 0,o)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!Ts&&ye(20),this.O=r},t.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var o=n[i];if(o.path.length===0&&o.op==="replace"){r=o.value;break}}i>-1&&(n=n.slice(i+1));var s=De("Patches").$;return $e(r)?s(r,n):this.produce(r,(function(a){return s(a,n)}))},e})(),le=new kc,Mc=le.produce,op=le.produceWithPatches.bind(le),sp=le.setAutoFreeze.bind(le),ap=le.setUseProxies.bind(le),lp=le.applyPatches.bind(le),cp=le.createDraft.bind(le),up=le.finishDraft.bind(le),Yr=Mc;function ft(e){"@babel/helpers - typeof";return ft=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ft(e)}function Ds(e,t){if(ft(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(ft(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Is(e){var t=Ds(e,"string");return ft(t)=="symbol"?t:t+""}function ks(e,t,r){return(t=Is(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Ms(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function ni(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Ms(Object(r),!0).forEach(function(n){ks(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ms(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Y(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Us=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),ii=function(){return Math.random().toString(36).substring(7).split("").join(".")},Xr={INIT:"@@redux/INIT"+ii(),REPLACE:"@@redux/REPLACE"+ii(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ii()}};function Uc(e){if(typeof e!="object"||e===null)return!1;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function oi(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Y(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Y(1));return r(oi)(e,t)}if(typeof e!="function")throw new Error(Y(2));var i=e,o=t,s=[],a=s,l=!1;function c(){a===s&&(a=s.slice())}function u(){if(l)throw new Error(Y(3));return o}function d(m){if(typeof m!="function")throw new Error(Y(4));if(l)throw new Error(Y(5));var b=!0;return c(),a.push(m),function(){if(b){if(l)throw new Error(Y(6));b=!1,c();var A=a.indexOf(m);a.splice(A,1),s=null}}}function p(m){if(!Uc(m))throw new Error(Y(7));if(typeof m.type>"u")throw new Error(Y(8));if(l)throw new Error(Y(9));try{l=!0,o=i(o,m)}finally{l=!1}for(var b=s=a,x=0;x<b.length;x++){var A=b[x];A()}return m}function f(m){if(typeof m!="function")throw new Error(Y(10));i=m,p({type:Xr.REPLACE})}function h(){var m,b=d;return m={subscribe:function(A){if(typeof A!="object"||A===null)throw new Error(Y(11));function C(){A.next&&A.next(u())}C();var T=b(C);return{unsubscribe:T}}},m[Us]=function(){return this},m}return p({type:Xr.INIT}),n={dispatch:p,subscribe:d,getState:u,replaceReducer:f},n[Us]=h,n}function $c(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:Xr.INIT});if(typeof n>"u")throw new Error(Y(12));if(typeof r(void 0,{type:Xr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Y(13))})}function $s(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++){var i=t[n];typeof e[i]=="function"&&(r[i]=e[i])}var o=Object.keys(r),s,a;try{$c(r)}catch(l){a=l}return function(c,u){if(c===void 0&&(c={}),a)throw a;if(0)var d;for(var p=!1,f={},h=0;h<o.length;h++){var m=o[h],b=r[m],x=c[m],A=b(x,u);if(typeof A>"u"){var C=u&&u.type;throw new Error(Y(14))}f[m]=A,p=p||A!==x}return p=p||o.length!==Object.keys(c).length,p?f:c}}function Ht(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function Bs(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){return function(){var i=n.apply(void 0,arguments),o=function(){throw new Error(Y(15))},s={getState:i.getState,dispatch:function(){return o.apply(void 0,arguments)}},a=t.map(function(l){return l(s)});return o=Ht.apply(void 0,a)(i.dispatch),ni(ni({},i),{},{dispatch:o})}}}function Hs(e){var t=function(n){var i=n.dispatch,o=n.getState;return function(s){return function(a){return typeof a=="function"?a(i,o,e):s(a)}}};return t}var js=Hs();js.withExtraArgument=Hs;var si=js;var Ks=(function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(n[o]=i[o])},e(t,r)};return function(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}})(),Bc=function(e,t){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(c){return function(u){return l([c,u])}}function l(c){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=c[0]&2?i.return:c[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,c[1])).done)return o;switch(i=0,o&&(c=[c[0]&2,o.value]),c[0]){case 0:case 1:o=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,i=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!o||c[1]>o[0]&&c[1]<o[3])){r.label=c[1];break}if(c[0]===6&&r.label<o[1]){r.label=o[1],o=c;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(c);break}o[2]&&r.ops.pop(),r.trys.pop();continue}c=t.call(e,r)}catch(u){c=[6,u],i=0}finally{n=o=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},jt=function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e},Hc=Object.defineProperty,jc=Object.defineProperties,Fc=Object.getOwnPropertyDescriptors,Fs=Object.getOwnPropertySymbols,Vc=Object.prototype.hasOwnProperty,zc=Object.prototype.propertyIsEnumerable,Vs=function(e,t,r){return t in e?Hc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},Xe=function(e,t){for(var r in t||(t={}))Vc.call(t,r)&&Vs(e,r,t[r]);if(Fs)for(var n=0,i=Fs(t);n<i.length;n++){var r=i[n];zc.call(t,r)&&Vs(e,r,t[r])}return e},ai=function(e,t){return jc(e,Fc(t))},Wc=function(e,t,r){return new Promise(function(n,i){var o=function(l){try{a(r.next(l))}catch(c){i(c)}},s=function(l){try{a(r.throw(l))}catch(c){i(c)}},a=function(l){return l.done?n(l.value):Promise.resolve(l.value).then(o,s)};a((r=r.apply(e,t)).next())})};var Kc=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Ht:Ht.apply(null,arguments)},_p=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function Gc(e){if(typeof e!="object"||e===null)return!1;var t=Object.getPrototypeOf(e);if(t===null)return!0;for(var r=t;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return t===r}function Je(e,t){function r(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(t){var o=t.apply(void 0,n);if(!o)throw new Error("prepareAction did not return an object");return Xe(Xe({type:e,payload:o.payload},"meta"in o&&{meta:o.meta}),"error"in o&&{error:o.error})}return{type:e,payload:n[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(n){return n.type===e},r}var qc=(function(e){Ks(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.apply(this,r)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,jt([void 0],r[0].concat(this)))):new(t.bind.apply(t,jt([void 0],r.concat(this))))},t})(Array),Yc=(function(e){Ks(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.apply(this,r)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,jt([void 0],r[0].concat(this)))):new(t.bind.apply(t,jt([void 0],r.concat(this))))},t})(Array);function ui(e){return Oe(e)?Yr(e,function(){}):e}function Xc(e){return typeof e=="boolean"}function Jc(){return function(t){return Zc(t)}}function Zc(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,i=n===void 0?!0:n,o=e.serializableCheck,s=o===void 0?!0:o,a=e.actionCreatorCheck,l=a===void 0?!0:a,c=new qc;if(r&&(Xc(r)?c.push(si):c.push(si.withExtraArgument(r.extraArgument))),0){if(i)var u;if(s)var d;if(l)var p}return c}var li=!0;function Gs(e){var t=Jc(),r=e||{},n=r.reducer,i=n===void 0?void 0:n,o=r.middleware,s=o===void 0?t():o,a=r.devTools,l=a===void 0?!0:a,c=r.preloadedState,u=c===void 0?void 0:c,d=r.enhancers,p=d===void 0?void 0:d,f;if(typeof i=="function")f=i;else if(Gc(i))f=$s(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var h=s;if(typeof h=="function"&&(h=h(t),!li&&!Array.isArray(h)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!li&&h.some(function(T){return typeof T!="function"}))throw new Error("each middleware provided to configureStore must be a function");var m=Bs.apply(void 0,h),b=Ht;l&&(b=Kc(Xe({trace:!li},typeof l=="object"&&l)));var x=new Yc(m),A=x;Array.isArray(p)?A=jt([m],p):typeof p=="function"&&(A=p(x));var C=b.apply(void 0,A);return oi(f,u,C)}function qs(e){var t={},r=[],n,i={addCase:function(o,s){var a=typeof o=="string"?o:o.type;if(!a)throw new Error("`builder.addCase` cannot be called with an empty action type");if(a in t)throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");return t[a]=s,i},addMatcher:function(o,s){return r.push({matcher:o,reducer:s}),i},addDefaultCase:function(o){return n=o,i}};return e(i),[t,r,n]}function Qc(e){return typeof e=="function"}function eu(e,t,r,n){r===void 0&&(r=[]);var i=typeof t=="function"?qs(t):[t,r,n],o=i[0],s=i[1],a=i[2],l;if(Qc(e))l=function(){return ui(e())};else{var c=ui(e);l=function(){return c}}function u(d,p){d===void 0&&(d=l());var f=jt([o[p.type]],s.filter(function(h){var m=h.matcher;return m(p)}).map(function(h){var m=h.reducer;return m}));return f.filter(function(h){return!!h}).length===0&&(f=[a]),f.reduce(function(h,m){if(m)if($e(h)){var b=h,x=m(b,p);return x===void 0?h:x}else{if(Oe(h))return Yr(h,function(A){return m(A,p)});var x=m(h,p);if(x===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return x}return h},d)}return u.getInitialState=l,u}function tu(e,t){return e+"/"+t}function Ys(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof e.initialState=="function"?e.initialState:ui(e.initialState),n=e.reducers||{},i=Object.keys(n),o={},s={},a={};i.forEach(function(u){var d=n[u],p=tu(t,u),f,h;"reducer"in d?(f=d.reducer,h=d.prepare):f=d,o[u]=f,s[p]=f,a[u]=h?Je(p,h):Je(p)});function l(){var u=typeof e.extraReducers=="function"?qs(e.extraReducers):[e.extraReducers],d=u[0],p=d===void 0?{}:d,f=u[1],h=f===void 0?[]:f,m=u[2],b=m===void 0?void 0:m,x=Xe(Xe({},p),s);return eu(r,function(A){for(var C in x)A.addCase(C,x[C]);for(var T=0,F=h;T<F.length;T++){var $=F[T];A.addMatcher($.matcher,$.reducer)}b&&A.addDefaultCase(b)})}var c;return{name:t,reducer:function(u,d){return c||(c=l()),c(u,d)},actions:a,caseReducers:o,getInitialState:function(){return c||(c=l()),c.getInitialState()}}}var ru="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",nu=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=ru[Math.random()*64|0];return t},iu=["name","message","stack","code"],ci=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),zs=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),ou=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=iu;r<n.length;r++){var i=n[r];typeof e[i]=="string"&&(t[i]=e[i])}return t}return{message:String(e)}},Np=(function(){function e(t,r,n){var i=Je(t+"/fulfilled",function(u,d,p,f){return{payload:u,meta:ai(Xe({},f||{}),{arg:p,requestId:d,requestStatus:"fulfilled"})}}),o=Je(t+"/pending",function(u,d,p){return{payload:void 0,meta:ai(Xe({},p||{}),{arg:d,requestId:u,requestStatus:"pending"})}}),s=Je(t+"/rejected",function(u,d,p,f,h){return{payload:f,error:(n&&n.serializeError||ou)(u||"Rejected"),meta:ai(Xe({},h||{}),{arg:p,requestId:d,rejectedWithValue:!!f,requestStatus:"rejected",aborted:u?.name==="AbortError",condition:u?.name==="ConditionError"})}}),a=!1,l=typeof AbortController<"u"?AbortController:(function(){function u(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return u.prototype.abort=function(){},u})();function c(u){return function(d,p,f){var h=n?.idGenerator?n.idGenerator(u):nu(),m=new l,b,x=!1;function A(T){b=T,m.abort()}var C=(function(){return Wc(this,null,function(){var T,F,$,He,vn,je,ie;return Bc(this,function(de){switch(de.label){case 0:return de.trys.push([0,4,,5]),He=(T=n?.condition)==null?void 0:T.call(n,u,{getState:p,extra:f}),au(He)?[4,He]:[3,2];case 1:He=de.sent(),de.label=2;case 2:if(He===!1||m.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return x=!0,vn=new Promise(function(oe,rt){return m.signal.addEventListener("abort",function(){return rt({name:"AbortError",message:b||"Aborted"})})}),d(o(h,u,(F=n?.getPendingMeta)==null?void 0:F.call(n,{requestId:h,arg:u},{getState:p,extra:f}))),[4,Promise.race([vn,Promise.resolve(r(u,{dispatch:d,getState:p,extra:f,requestId:h,signal:m.signal,abort:A,rejectWithValue:function(oe,rt){return new ci(oe,rt)},fulfillWithValue:function(oe,rt){return new zs(oe,rt)}})).then(function(oe){if(oe instanceof ci)throw oe;return oe instanceof zs?i(oe.payload,h,u,oe.meta):i(oe,h,u)})])];case 3:return $=de.sent(),[3,5];case 4:return je=de.sent(),$=je instanceof ci?s(null,h,u,je.payload,je.meta):s(je,h,u),[3,5];case 5:return ie=n&&!n.dispatchConditionRejection&&s.match($)&&$.meta.condition,ie||d($),[2,$]}})})})();return Object.assign(C,{abort:A,requestId:h,arg:u,unwrap:function(){return C.then(su)}})}}return Object.assign(c,{pending:o,rejected:s,fulfilled:i,typePrefix:t})}return e.withTypes=function(){return e},e})();function su(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function au(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Xs="listener",Js="completed",Zs="cancelled",Dp="task-"+Zs,Ip="task-"+Js,kp=Xs+"-"+Zs,Mp=Xs+"-"+Js;var di="listenerMiddleware";var Up=Je(di+"/add"),$p=Je(di+"/removeAll"),Bp=Je(di+"/remove");var Ws,Hp=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Ws||(Ws=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},lu=function(e){return function(t){setTimeout(t,e)}},jp=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:lu(10);Ls();var cu=Hr(Symbol("withEventBus"),function(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,n,i){this.eventBus.addEventListener(r,n,i)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,i){this.eventBus.removeEventListener(r,n,i)}}}),Jr=class extends cu(Object){};window.ftReduxStores||(window.ftReduxStores={});var Qs=class e extends Jr{static get(t){var r;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,o=window.ftReduxStores[n];if(Wr(o))return o;if(i==null)return;let s=Ys({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=Gs({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=cr(s.getInitialState());for(let d of c.keeping)u[d]=(l??u)[d];return u}else if(typeof c.type=="string"&&c.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...l,...c.overwrites};return s.reducer(l,c)}});return window.ftReduxStores[i.name]=new e(s,a,i.eventBus)}constructor(t,r,n){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new jr;let i=o=>o!=null?JSON.parse(JSON.stringify(o)):o;this.actions=new Proxy(this.reduxSlice.actions,{get:(o,s,a)=>{let l=s,c=o[l];return c?(...u)=>{let d=c(...u.map(i));return this.reduxStore.dispatch(d),d}:u=>{this.setState({[l]:i(u)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...t){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:t})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var Zr=class{static format(t,r,n,i,o){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(n,i,!!o)):this.getIntlDateTime(t,r,n,i,!!o)}static getMomentDateFormat(t,r,n){return n?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,n,i,o){let s=typeof t=="string"?new Date(t):t,a=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(s),l=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(s);return o?l:i?`${a} ${l}`:a}static getTimezoneAsString(){let t=n=>String(Math.floor(n)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${t(Math.abs(r)/60)}:${t(Math.abs(r)%60)}`}};var Qr=y(S()),uu="ft-app-info",Ft=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Ft.eventName="authentication-change";var mr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};mr.eventName="ui-locale-changed";var du={session:(e,t)=>{(0,Qr.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>w.dispatchEvent(new Ft(t.payload)),0))}},w=Qr.FtReduxStore.get({name:uu,reducers:du,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 ea=y(S()),en=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},yf=(0,ea.applyMixinOnce)(Symbol("withDateFormat"),function(e){class t extends e{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(w)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,o;return((o=(i=this.metadataDescriptors.find(a=>a.key===n))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1)?a=>Zr.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return en([(0,pi.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),en([(0,pi.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),en([Fn({store:w.name,selector:r=>{var n,i;return(i=(n=r.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&i!==void 0?i:[]}})],t.prototype,"metadataDescriptors",void 0),en([Fn({store:w.name})],t.prototype,"uiLocale",void 0),t});var ta;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(ta||(ta={}));var ra;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(ra||(ra={}));var na;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(na||(na={}));var ia;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(ia||(ia={}));var oa;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(oa||(oa={}));var sa;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(sa||(sa={}));var aa;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(aa||(aa={}));var la;(function(e){e.BOOKMARK__CREATE="BOOKMARK__CREATE",e.BOOKMARK__DELETE="BOOKMARK__DELETE",e.CASE_DEFLECTION__START="CASE_DEFLECTION__START",e.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",e.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",e.CHATBOT__RATE="CHATBOT__RATE",e.COLLECTION__CREATE="COLLECTION__CREATE",e.COLLECTION__UPDATE="COLLECTION__UPDATE",e.COLLECTION__DELETE="COLLECTION__DELETE",e.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",e.DOCUMENT__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",e.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",e.DOCUMENT__PRINT="DOCUMENT__PRINT",e.DOCUMENT__PROCESS="DOCUMENT__PROCESS",e.DOCUMENT__RATE="DOCUMENT__RATE",e.DOCUMENT__SEARCH="DOCUMENT__SEARCH",e.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",e.DOCUMENT__UNRATE="DOCUMENT__UNRATE",e.FEEDBACK__SEND="FEEDBACK__SEND",e.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",e.AI__RATE="AI__RATE",e.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",e.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",e.KHUB__PROCESS="KHUB__PROCESS",e.KHUB__SEARCH="KHUB__SEARCH",e.LABELS__DOWNLOAD="LABELS__DOWNLOAD",e.LINK__SHARE="LINK__SHARE",e.PAGE__DISPLAY="PAGE__DISPLAY",e.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",e.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",e.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",e.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",e.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",e.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",e.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",e.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",e.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",e.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",e.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",e.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",e.TOPIC__RATE="TOPIC__RATE",e.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",e.TOPIC__UNRATE="TOPIC__UNRATE",e.USER__LOGIN="USER__LOGIN",e.USER__LOGOUT="USER__LOGOUT",e.HEARTBEAT="HEARTBEAT"})(la||(la={}));var ca;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(ca||(ca={}));var ua;(function(e){e.THIRD_PARTY="THIRD_PARTY",e.OFF_THE_GRID="OFF_THE_GRID",e.CONTENT_PACKAGER="CONTENT_PACKAGER",e.PAGES="PAGES",e.DESIGNED_READER="DESIGNED_READER"})(ua||(ua={}));var da;(function(e){e.HOMEPAGE="HOMEPAGE",e.CUSTOM="CUSTOM",e.HEADER="HEADER",e.READER="READER",e.TOPIC_TEMPLATE="TOPIC_TEMPLATE",e.SEARCH="SEARCH",e.SEARCH_RESULT="SEARCH_RESULT",e.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",e.LINK_PREVIEW="LINK_PREVIEW",e.UD_VIEWER="UD_VIEWER",e.ASSET_VIEWER="ASSET_VIEWER"})(da||(da={}));var pa;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(pa||(pa={}));var fa;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(fa||(fa={}));var ha;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(ha||(ha={}));var ma;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(ma||(ma={}));var ya;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR",e.CUSTOM="CUSTOM"})(ya||(ya={}));var ga;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(ga||(ga={}));var va;(function(e){e.ASC="ASC",e.DESC="DESC"})(va||(va={}));var ba;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(ba||(ba={}));var xa;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(xa||(xa={}));var Aa;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Aa||(Aa={}));var Ea;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(Ea||(Ea={}));var Sa;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.PERSONAL_BOOK="PERSONAL_BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Sa||(Sa={}));var Ca;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Ca||(Ca={}));var Oa;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(Oa||(Oa={}));var Ta;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Ta||(Ta={}));var wa;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(wa||(wa={}));var j;(function(e){e.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",e.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",e.HTML_EXPORT_USER="HTML_EXPORT_USER",e.PDF_EXPORT_USER="PDF_EXPORT_USER",e.SAVED_SEARCH_USER="SAVED_SEARCH_USER",e.COLLECTION_USER="COLLECTION_USER",e.OFFLINE_USER="OFFLINE_USER",e.ANALYTICS_USER="ANALYTICS_USER",e.BETA_USER="BETA_USER",e.DEBUG_USER="DEBUG_USER",e.PRINT_USER="PRINT_USER",e.RATING_USER="RATING_USER",e.FEEDBACK_USER="FEEDBACK_USER",e.GENERATIVE_AI_USER="GENERATIVE_AI_USER",e.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",e.CONTENT_PUBLISHER="CONTENT_PUBLISHER",e.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",e.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",e.KHUB_ADMIN="KHUB_ADMIN",e.USERS_ADMIN="USERS_ADMIN",e.PORTAL_ADMIN="PORTAL_ADMIN",e.ADMIN="ADMIN"})(j||(j={}));var ge;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(ge||(ge={}));var _a;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(_a||(_a={}));var Ra;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(Ra||(Ra={}));var La;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(La||(La={}));var Pa;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SUMMARY="SUMMARY",e.SEMANTIC_SEARCH="SEMANTIC_SEARCH",e.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",e.DOCUMENTATION="DOCUMENTATION",e.OTHER="OTHER"})(Pa||(Pa={}));var Na;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(Na||(Na={}));var Da;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Da||(Da={}));var Ia;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Ia||(Ia={}));var ka;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(ka||(ka={}));var Ma;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(Ma||(Ma={}));var Ua;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Ua||(Ua={}));var $a;(function(e){e.SOURCES="SOURCES",e.ENRICH_AND_CLEAN="ENRICH_AND_CLEAN",e.VOCABULARIES="VOCABULARIES",e.METADATA="METADATA",e.PRETTY_URL="PRETTY_URL",e.ACCESS_RULE="ACCESS_RULE",e.DESIGNED_PAGES="DESIGNED_PAGES",e.THEME_STUDIO="THEME_STUDIO",e.PORTAL_GENERAL="PORTAL_GENERAL",e.ASSETS="ASSETS",e.CODE_LIBRARY="CODE_LIBRARY",e.THEME="THEME",e.CONTENT_STYLES="CONTENT_STYLES",e.HOMEPAGE="HOMEPAGE",e.CLASSIC_SEARCH_PAGE="CLASSIC_SEARCH_PAGE",e.CLASSIC_READER_PAGE="CLASSIC_READER_PAGE",e.PORTAL_METADATA="PORTAL_METADATA",e.LANGUAGES="LANGUAGES",e.PRINT_TEMPLATES="PRINT_TEMPLATES",e.OFFLINE="OFFLINE",e.CUSTOM_JS="CUSTOM_JS",e.CONFIDENTIALITY="CONFIDENTIALITY",e.NOTIFICATIONS="NOTIFICATIONS"})($a||($a={}));var Ba;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(Ba||(Ba={}));var pu={[j.PERSONAL_BOOK_SHARE_USER]:[j.PERSONAL_BOOK_USER],[j.HTML_EXPORT_USER]:[j.PERSONAL_BOOK_USER],[j.PDF_EXPORT_USER]:[j.PERSONAL_BOOK_USER],[j.KHUB_ADMIN]:[j.CONTENT_PUBLISHER],[j.ADMIN]:[j.KHUB_ADMIN,j.USERS_ADMIN,j.PORTAL_ADMIN,j.BEHAVIOR_DATA_USER],[j.GENERATIVE_AI_EXPORT_USER]:[j.GENERATIVE_AI_USER]};function Ha(e,t){return e===t||(pu[e]??[]).some(r=>Ha(r,t))}function ja(e,t){return e==null?!1:(Array.isArray(e)?e:Array.isArray(e.roles)?e.roles:Array.isArray(e.profile?.roles)?e.profile.roles:[]).some(n=>Ha(n,t))}var sn=y(S());var fi=y(S());var ht=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=w.getState(),i=t??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(t){return new Promise(r=>{let n=e.get(t);if(n)r(n);else{let i=w.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var Vt=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:ht.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):ht.await()}};var ce=class extends Vt{constructor(t=!0,r){var n;super(r),this.sortObjectFields=(o,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([a],[l])=>a.localeCompare(l)));let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new fi.CacheRegistry,this.cache=t?i.commonCache:new fi.CacheRegistry}clearCache(){this.cache.clearAll()}hash(t){return String(Array.from(JSON.stringify(t,this.sortObjectFields)).reduce((r,n)=>0|31*r+n.charCodeAt(0),0))}};var tn=class extends ce{async listMySearches(){let{session:t}=w.getState();return ja(t,j.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var rn=class extends ce{async listMyBookmarks(){let t=w.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var nn=class extends ce{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(t){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${t}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(t){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${t}`),this.CACHE_DURATION)}isAuthenticated(){let t=w.getState().session;return!!t?.sessionAuthenticated}};var on=class extends ce{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let t=w.getState().session;return!!t?.sessionAuthenticated}};var fu="ft-user-assets",hu={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(ge).forEach(t=>{e.assetCounts.allAsset[t]=void 0})},setBookmarkCountByMap:(e,t)=>{let r=t.payload.mapId;e.assetCounts.bookmarkByMap[r]=t.payload.count},clearBookmarkCountByMap:e=>{e.assetCounts.bookmarkByMap={}},addAsset:(e,t)=>{let{assetType:r,mapId:n,asset:i}=t.payload;mi(e,r,[...hi(e,r),i]),Fa(e,r,1,n),Va(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;mi(e,r,hi(e,r).map(i=>i.id===n.id?n:i)),Va(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;mi(e,r,hi(e,r).filter(o=>o.id!==i)),Fa(e,r,-1,n)}},za={[ge.SEARCHES]:"savedSearches",[ge.BOOKMARKS]:"bookmarks",[ge.BOOKS]:void 0,[ge.COLLECTIONS]:void 0},hi=(e,t)=>{var r;let n=za[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},mi=(e,t,r)=>{let n=za[t];n&&(e[n]=r)},Fa=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===ge.BOOKMARKS&&n)){let o=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,o+r)}},Va=(e,t)=>{let r=e.assetLabels.map(i=>i.title),n=t.labels.filter(i=>!r.includes(i)).map(i=>({title:i}));e.assetLabels.push(...n)},Z=sn.FtReduxStore.get({name:fu,reducers:hu,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(ge).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),yi=class{constructor(t=new nn,r=new on){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=w.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new rn,this.savedSearchesService=new tn,w.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=w.getState();(0,sn.deepEqual)((t=this.currentSession)===null||t===void 0?void 0:t.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),Z.actions.clearAssetCount(),Z.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Z.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Z.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Z.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();Z.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&Z.getState().assetCounts.allAsset[t]!==r.count&&Z.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&Z.getState().assetCounts.bookmarkByMap[t]!==r.count&&Z.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(Z.getState().assetCounts.bookmarkByMap).length!==0;t===ge.BOOKMARKS&&r&&Z.actions.clearBookmarkCountByMap(),Z.getState().assetCounts.allAsset[t]!==void 0&&await this.loadAssetCount(t)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){let r=!((t=this.currentSession)===null||t===void 0)&&t.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Z.actions.bookmarks(r)}}},mu=new yi;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=mu);var gi=class{addCommand(t,r=!1){w.commands.add(t,r)}consumeCommand(t){return w.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new gi;var ve=y(S());var Wa,zt=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},yu=Symbol("clearAfterUnitTest"),an=class extends(0,ve.withEventBus)(ce){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Wa]=()=>{this.defaultMessages={},this.cache=new ve.CacheRegistry,this.listeners={}},this.currentUiLocale=w.getState().uiLocale,w.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=w.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let r=t.name.toLowerCase();this.cache.setFinal(r,t),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,r){var n;if(t=t.toLowerCase(),r&&Object.keys(r).length>0){let i={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...r};(0,ve.deepEqual)(this.defaultMessages[t],i)||(this.defaultMessages[t]=i,await this.notify(t))}return this.fetchContext(t)}resolveContext(t){var r,n;return this.fetchContext(t),(n=(r=this.cache.getNow(t))===null||r===void 0?void 0:r.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(t,r){let n=t.toLowerCase();return this.resolveContext(n)[r]}resolveMessage(t,r,...n){var i;let o=t.toLowerCase(),s=this.resolveContext(o);return new ve.ParametrizedLabelResolver((i=this.defaultMessages[o])!==null&&i!==void 0?i:{},s).resolve(r,...n)}async fetchContext(t){let r=!this.cache.has(t),n;try{n=await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),r&&await this.notify(t)}catch(i){!(i instanceof ve.CanceledPromiseError)&&r&&console.error(i)}return n}subscribe(t,r){var n;return t=t.toLowerCase(),this.listeners[t]=(n=this.listeners[t])!==null&&n!==void 0?n:new Set,this.listeners[t].add(r),()=>{var i;return(i=this.listeners[t])===null||i===void 0?void 0:i.delete(r)}}async notifyAll(){let t=Object.keys(this.listeners);document.body.dispatchEvent(new zt({loadedContexts:t})),this.dispatchEvent(new zt({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new zt({loadedContexts:[t]})),this.dispatchEvent(new zt({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,ve.delay)(0).then(()=>n()).catch(()=>null)))}};Wa=yu;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends an{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends an{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var yr=window.FluidTopicsI18nService,vi=window.FluidTopicsCustomI18nService;var Ka=y(S()),bi=class{highlightHtml(t,r,n){(0,Ka.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new bi;var Ga=y(S());var xi=class{isDate(t){var r,n,i,o;return(o=(i=((n=(r=w.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(a=>a.key===t))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1}format(t,r){var n,i,o,s;if(t==null)return"";try{return Ga.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:w.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(o=r?.withTime)!==null&&o!==void 0?o:!1,(s=r?.onlyTime)!==null&&s!==void 0?s:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new xi;var qa=y(S());var gr=class{static get(t,r){var n,i;let o=w.getState(),{lang:s,region:a}=(i=(n=o.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&i!==void 0?i:{lang:"en",region:"US"};return new qa.SearchPlaceConverter(o.baseUrl,t??20,o.searchInAllLanguagesAllowed,r??`${s}-${a}`)}};var Ai=class{urlToSearchRequest(t){return gr.get().parse(t)}searchRequestToUrl(t){return gr.get().serialize(t)}};window.FluidTopicsUrlService=new Ai;var Be=y(S());var mt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};mt.eventName="change";var Ei=class{itemName(t){return`fluid-topics-history-item-${t}`}get(t){let r=sessionStorage.getItem(this.itemName(t));return r?JSON.parse(r):void 0}set(t,r){sessionStorage.setItem(this.itemName(t),JSON.stringify(r))}},Ya=new Ei;var ln=class e extends Be.WithEventBus{static build(){return new e(window.history,Ya,()=>window.location,!1)}constructor(t,r,n,i){var o,s;super(),this.history=t,this.historyStorage=r,this.windowLocation=n,this.states=[],this.realPushState=t.pushState,this.realReplaceState=t.replaceState,this.initialIndex=(s=(o=t.state)===null||o===void 0?void 0:o.index)!==null&&s!==void 0?s:t.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(i)}setCurrentState(t,r=!1){let n=r&&this.currentIndex===t.index-1;this.currentState={...this.buildCurrentState(),...t},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,n&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,Be.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new mt(this.currentItem())),0)}installProxies(){let t=r=>(n,i,[o,s,a])=>{let l=r(),c={...l===this.currentIndex?this.currentState:void 0,...o,index:l,href:typeof a=="string"?a:(a??this.windowLocation()).href};n.apply(i,[c,s,a]),this.setCurrentState(c,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:t(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:t(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",t=>this.setCurrentState(t.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(t){for(let r=this.history.length-1;r>=0;r--)t?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(t){var r;let n={...this.buildCurrentState(),...t,index:this.currentIndex,title:(r=t?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(t){this.addEventListener(mt.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(mt.eventName,t)}currentItem(){return(0,Be.deepCopy)(this.currentState)}back(){let t=this.previousDifferentMajorPosition();t>=0?this.history.go(t-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return(0,Be.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,Be.deepCopy)(r.find(n=>t(n)))}previousDifferentMajorPosition(){let t=this.currentIndex>0?this.currentIndex-1:0;for(;t>0&&!this.isDifferentMajorState(t);)t--;return t}forward(){let t=this.nextMajorPosition();t&&t<this.states.length?this.history.go(t-this.currentIndex):this.history.forward()}forwardItem(){let t=this.nextMajorPosition();if(t)return(0,Be.deepCopy)(this.states[t])}nextMajorPosition(){let t=this.currentIndex;if(!(t>=this.states.length)){do t++;while(t<this.states.length&&!this.isDifferentMajorState(t));return this.getHigherPositionInTheSameState(t)}}getHigherPositionInTheSameState(t){var r;let n=(r=this.states[t])===null||r===void 0?void 0:r.majorStateId;if(!n)return t;let i=t,o=t+1;for(;this.states.length>o&&!this.isDifferentMajorState(o,n);)this.hasState(o)&&(i=o),o++;return i}buildCurrentState(){var t,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(t=this.history.state)===null||t===void 0?void 0:t.title)!==null&&r!==void 0?r:document.title}}hasState(t){return this.states[t]!=null}isDifferentMajorState(t,r){var n;if(!this.hasState(t))return!1;let i=r??this.currentState.majorStateId,o=(n=this.states[t])===null||n===void 0?void 0:n.majorStateId;return o==null||o!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=ln.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),backwardItemMatching:e=>window.FluidTopicsInternalHistoryService.backwardItemMatching(e),addHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(e),removeHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(e)});var Xa=y(D());var Ja=Xa.css`
324
+ `;var el=y(D()),ue=y(q()),vt=y(S());var yt=y(S());function Za(e,t){let{authenticationRequired:r,session:n}=w.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(t):e()}var cn=class extends Vt{async updateUiLocale(t){return(await this.awaitApi).updateUiLocale(t)}};var Si=class e extends yt.FtStateManager{static build(t){return new e(w,t)}constructor(t,r){super(),this.store=t,this.cache=new yt.CacheRegistry,this.withManualResources=!0,this.localesConfiguration=null,this.userLocaleService=new cn,this.cleanSessionDebouncer=new yt.Debouncer,this.reloadDebouncer=new yt.Debouncer(500),this.apiProvider=r??(()=>ht.get())}setWithManualResources(t){this.withManualResources=t,this.updateIfNeeded()}async initService(){this.store.addEventListener(Ft.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 t=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.setSession(void 0)},r.idleTimeoutInMillis),r});this.setSession(t)}async updateMetadataConfiguration(){this.setMetadataConfiguration(await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration()))}async updateLocalesConfiguration(){this.setLocalesConfiguration(await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration()))}async updateAvailableContentLocales(){var t;let r=await this.cache.get("availableContentLocales",()=>Za(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((t=r.contentLocales)!==null&&t!==void 0?t:[])}reloadConfiguration(){var t;(t=this.cache)===null||t===void 0||t.clear("availableContentLocales"),typeof this.updateAvailableContentLocales=="function"&&this.updateAvailableContentLocales()}setBaseUrl(t){this.store.actions.baseUrl(t),window.fluidTopicsBaseUrl=t}setApiIntegrationIdentifier(t){this.store.actions.apiIntegrationIdentifier(t)}setApiIntegrationAppVersion(t){this.store.actions.apiIntegrationAppVersion(t)}setUiLocale(t){this.store.actions.uiLocale(t)}setLocalesConfiguration(t){var r,n,i,o,s;this.localesConfiguration=t,this.store.actions.defaultLocales(this.localesConfiguration.defaultLocales),this.store.actions.availableUiLocales((r=this.localesConfiguration.availableUiLocales)!==null&&r!==void 0?r:[]),this.store.actions.searchInAllLanguagesAllowed((n=this.localesConfiguration.allLanguagesAllowed)!==null&&n!==void 0?n:!1),this.store.actions.searchLanguageSetsUiLanguage((i=this.localesConfiguration.searchLanguageSetsUiLanguage)!==null&&i!==void 0?i:!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(t){this.store.actions.availableContentLocales(t),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(t){this.userLocaleService.updateUiLocale({uiLocale:t}).then(r=>{r.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new mr(r)))}).catch(()=>{})}setMetadataConfiguration(t){this.store.actions.metadataConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setNoCustom(t){this.store.actions.noCustom(t)}setEditorMode(t){this.store.actions.editorMode(t)}setNoCustomComponent(t){this.store.actions.noCustomComponent(t)}setSession(t){this.store.actions.session(t),setTimeout(()=>this.updateIfNeeded())}setOpenExternalDocumentInNewTab(t){this.store.actions.openExternalDocumentInNewTab(t)}setNavigatorOnline(t){this.store.actions.navigatorOnline(t)}setForcedOffline(t){this.store.actions.forcedOffline(t)}setAuthenticationRequired(t){this.store.actions.authenticationRequired(t)}},Qa=Si.build();var gt=class extends Event{constructor(t,r,n,i){super("context-request",{bubbles:!0,composed:!0}),this.context=t,this.contextTarget=r,this.callback=n,this.subscribe=i??!1}};var vr=class{constructor(){this.pendingContextRequests=new Map,this.onContextProvider=t=>{let r=this.pendingContextRequests.get(t.context);if(r===void 0)return;this.pendingContextRequests.delete(t.context);let{requests:n}=r;for(let{elementRef:i,callbackRef:o}of n){let s=i.deref(),a=o.deref();s===void 0||a===void 0||s.dispatchEvent(new gt(t.context,s,a,!0))}},this.onContextRequest=t=>{if(t.subscribe!==!0)return;let r=t.contextTarget??t.composedPath()[0],n=t.callback,i=this.pendingContextRequests.get(t.context);i===void 0&&this.pendingContextRequests.set(t.context,i={callbacks:new WeakMap,requests:[]});let o=i.callbacks.get(r);o===void 0&&i.callbacks.set(r,o=new WeakSet),o.has(n)||(o.add(n),i.requests.push({elementRef:new WeakRef(r),callbackRef:new WeakRef(n)}))}}attach(t){t.addEventListener("context-request",this.onContextRequest),t.addEventListener("context-provider",this.onContextProvider)}detach(t){t.removeEventListener("context-request",this.onContextRequest),t.removeEventListener("context-provider",this.onContextProvider)}};var X=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},U=class extends vt.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=Qa,this.contextRoot=new vr}render(){return el.html`
325
325
  <slot></slot>
326
- `}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(t){var r;super.update(t),t.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),t.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),t.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),t.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),t.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),t.has("session")&&this.stateManager.setSession(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>yr.addContext(n)),t.has("openExternalDocumentInNewTab")&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&this.stateManager.setNavigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&this.stateManager.setForcedOffline(this.forcedOffline),t.has("authenticationRequired")&&this.stateManager.setAuthenticationRequired(this.authenticationRequired),t.has("withManualResources")&&((r=this.stateManager)===null||r===void 0||r.setWithManualResources(this.withManualResources)),setTimeout(()=>this.stateManager.updateIfNeeded())}};U.elementDefinitions={};U.styles=Xa;X([(0,ue.property)()],U.prototype,"baseUrl",void 0);X([(0,ue.property)()],U.prototype,"apiIntegrationIdentifier",void 0);X([(0,ue.property)()],U.prototype,"apiIntegrationAppVersion",void 0);X([(0,ue.property)()],U.prototype,"uiLocale",void 0);X([(0,vt.jsonProperty)(null)],U.prototype,"availableUiLocales",void 0);X([(0,vt.jsonProperty)(null)],U.prototype,"metadataConfiguration",void 0);X([(0,ue.property)({type:Boolean})],U.prototype,"editorMode",void 0);X([(0,ue.property)({type:Boolean})],U.prototype,"noCustom",void 0);X([(0,ue.property)({type:Boolean})],U.prototype,"openExternalDocumentInNewTab",void 0);X([(0,ue.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],U.prototype,"noCustomComponent",void 0);X([(0,ue.property)({type:Boolean})],U.prototype,"withManualResources",void 0);X([(0,ue.property)({type:Boolean})],U.prototype,"navigatorOnline",void 0);X([(0,ue.property)({type:Boolean})],U.prototype,"forcedOffline",void 0);X([(0,ue.property)({type:Boolean})],U.prototype,"authenticationRequired",void 0);X([(0,vt.jsonProperty)([])],U.prototype,"messageContexts",void 0);X([(0,vt.jsonProperty)(void 0)],U.prototype,"session",void 0);var tl=y(S());var el={"ft-app-context":U};(0,tl.customElements)(el);var rl=y(q());var Oi=class{fromLocalizableLabel(t){return t.type=="PLAIN_TEXT"?{message:t.text}:{key:t.key,custom:t.type=="LOCALIZED_CUSTOM",context:t.context,message:t.key}}fromAttribute(t){if(t!=null)try{return JSON.parse(t)}catch{if(this.isI18nKey(t)){let[r,n]=t.split(".");return{context:r,key:n,custom:r!=="officialContext",message:""}}return{message:t}}}toAttribute(t){if(t!=null)return JSON.stringify(t)}isI18nKey(t){return t.match(/^[\w-]+\.[\w-]+$/)}},Kt=new Oi;var vu=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},xr=Symbol("i18nAttributes"),nl=Symbol("i18nListAttributes"),il=Symbol("i18nProperties"),un=Symbol("i18nContexts"),br=Symbol("i18nUnsubs"),ol=(0,Gt.applyMixinOnce)(Symbol("withI18n"),function(e){var t,r;class n extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map,this[r]=new Map}getI18nService(o){return o??this.useCustomMessageContexts?bi:yr}i18n(o){let{context:s,key:a,message:l}=o,{custom:c,args:u,argsProvider:d}=o;if(s&&a){this.hasI18nContext(s)||this.addI18nContext(s,void 0,c);let p=u??(d?d(this):[]);return this.getI18nService(c).resolveMessage(s,a,...p)}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(Kt.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=(u,d,p)=>p?.context&&p.key&&o(u,d,p)?{...p,message:this.i18n({context:p.context,key:p.key,custom:p.custom,...u})}:p;(s=this[xr])===null||s===void 0||s.forEach((u,d)=>l[d]=c(u,d,l[d])),(a=this[nl])===null||a===void 0||a.forEach((u,d)=>{var p;return l[d]=(p=l[d])===null||p===void 0?void 0:p.map(f=>c(u,d,f))})}updateI18nProperties(o){var s;(s=this[il])===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[un].set(l,{isCustomContext:a}),this[br].has(l)||this[br].set(l,this.getI18nService(a).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(a).prepareContext(l,s)}hasI18nContext(o){return this[un].has(o.toLowerCase())}connectedCallback(){super.connectedCallback(),this[un].forEach((o,s)=>this.addI18nContext(s,void 0,o.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[br].forEach(o=>o()),this[br].clear()}}return t=un,r=br,vu([(0,rl.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),dn=class extends ol(Gt.FtLitElement){},pn=class extends ol(Gt.FtLitElementRedux){};var sl=y(S());var Ti=class{fromAttribute(t){if(!t)return[];try{let r=JSON.parse(t);return Array.isArray(r)?r.map(n=>typeof n=="string"?Kt.fromAttribute(n):n):[]}catch{return[]}}toAttribute(t){if(t!=null)return JSON.stringify(t)}},bu=new Ti;var al=(e,t)=>(r,n)=>{var i;r.constructor.createProperty(n,{type:Object,hasChanged:sl.hasChanged,converter:Kt,...t}),r[xr]=(i=r[xr])!==null&&i!==void 0?i:new Map,r[xr].set(n,e??{})};var ll=y(D());var cl=ll.css`
326
+ `}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(t){var r;super.update(t),t.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),t.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),t.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),t.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),t.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),t.has("session")&&this.stateManager.setSession(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>yr.addContext(n)),t.has("openExternalDocumentInNewTab")&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&this.stateManager.setNavigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&this.stateManager.setForcedOffline(this.forcedOffline),t.has("authenticationRequired")&&this.stateManager.setAuthenticationRequired(this.authenticationRequired),t.has("withManualResources")&&((r=this.stateManager)===null||r===void 0||r.setWithManualResources(this.withManualResources)),setTimeout(()=>this.stateManager.updateIfNeeded())}};U.elementDefinitions={};U.styles=Ja;X([(0,ue.property)()],U.prototype,"baseUrl",void 0);X([(0,ue.property)()],U.prototype,"apiIntegrationIdentifier",void 0);X([(0,ue.property)()],U.prototype,"apiIntegrationAppVersion",void 0);X([(0,ue.property)()],U.prototype,"uiLocale",void 0);X([(0,vt.jsonProperty)(null)],U.prototype,"availableUiLocales",void 0);X([(0,vt.jsonProperty)(null)],U.prototype,"metadataConfiguration",void 0);X([(0,ue.property)({type:Boolean})],U.prototype,"editorMode",void 0);X([(0,ue.property)({type:Boolean})],U.prototype,"noCustom",void 0);X([(0,ue.property)({type:Boolean})],U.prototype,"openExternalDocumentInNewTab",void 0);X([(0,ue.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],U.prototype,"noCustomComponent",void 0);X([(0,ue.property)({type:Boolean})],U.prototype,"withManualResources",void 0);X([(0,ue.property)({type:Boolean})],U.prototype,"navigatorOnline",void 0);X([(0,ue.property)({type:Boolean})],U.prototype,"forcedOffline",void 0);X([(0,ue.property)({type:Boolean})],U.prototype,"authenticationRequired",void 0);X([(0,vt.jsonProperty)([])],U.prototype,"messageContexts",void 0);X([(0,vt.jsonProperty)(void 0)],U.prototype,"session",void 0);var rl=y(S());var tl={"ft-app-context":U};(0,rl.customElements)(tl);var nl=y(q());var Ci=class{fromLocalizableLabel(t){return t.type=="PLAIN_TEXT"?{message:t.text}:{key:t.key,custom:t.type=="LOCALIZED_CUSTOM",context:t.context,message:t.key}}fromAttribute(t){if(t!=null)try{return JSON.parse(t)}catch{if(this.isI18nKey(t)){let[r,n]=t.split(".");return{context:r,key:n,custom:r!=="officialContext",message:""}}return{message:t}}}toAttribute(t){if(t!=null)return JSON.stringify(t)}isI18nKey(t){return t.match(/^[\w-]+\.[\w-]+$/)}},Wt=new Ci;var bu=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},xr=Symbol("i18nAttributes"),il=Symbol("i18nListAttributes"),ol=Symbol("i18nProperties"),un=Symbol("i18nContexts"),br=Symbol("i18nUnsubs"),sl=(0,Kt.applyMixinOnce)(Symbol("withI18n"),function(e){var t,r;class n extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map,this[r]=new Map}getI18nService(o){return o??this.useCustomMessageContexts?vi:yr}i18n(o){let{context:s,key:a,message:l}=o,{custom:c,args:u,argsProvider:d}=o;if(s&&a){this.hasI18nContext(s)||this.addI18nContext(s,void 0,c);let p=u??(d?d(this):[]);return this.getI18nService(c).resolveMessage(s,a,...p)}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(Wt.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=(u,d,p)=>p?.context&&p.key&&o(u,d,p)?{...p,message:this.i18n({context:p.context,key:p.key,custom:p.custom,...u})}:p;(s=this[xr])===null||s===void 0||s.forEach((u,d)=>l[d]=c(u,d,l[d])),(a=this[il])===null||a===void 0||a.forEach((u,d)=>{var p;return l[d]=(p=l[d])===null||p===void 0?void 0:p.map(f=>c(u,d,f))})}updateI18nProperties(o){var s;(s=this[ol])===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[un].set(l,{isCustomContext:a}),this[br].has(l)||this[br].set(l,this.getI18nService(a).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(a).prepareContext(l,s)}hasI18nContext(o){return this[un].has(o.toLowerCase())}connectedCallback(){super.connectedCallback(),this[un].forEach((o,s)=>this.addI18nContext(s,void 0,o.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[br].forEach(o=>o()),this[br].clear()}}return t=un,r=br,bu([(0,nl.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),dn=class extends sl(Kt.FtLitElement){},pn=class extends sl(Kt.FtLitElementRedux){};var al=y(S());var Oi=class{fromAttribute(t){if(!t)return[];try{let r=JSON.parse(t);return Array.isArray(r)?r.map(n=>typeof n=="string"?Wt.fromAttribute(n):n):[]}catch{return[]}}toAttribute(t){if(t!=null)return JSON.stringify(t)}},xu=new Oi;var ll=(e,t)=>(r,n)=>{var i;r.constructor.createProperty(n,{type:Object,hasChanged:al.hasChanged,converter:Wt,...t}),r[xr]=(i=r[xr])!==null&&i!==void 0?i:new Map,r[xr].set(n,e??{})};var cl=y(D());var ul=cl.css`
327
327
  `;var fn=y(D()),hn=y(q()),mn=y(S());var Ar=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},Te=class extends pn{constructor(){super(),this.editorMode=!1,this.addStore(w)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":fn.nothing:fn.html`
328
328
  <span class="ft-i18n">
329
329
  ${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
330
330
  </span>
331
- `}update(t){var r;super.update(t),["context","key","defaultMessage"].some(n=>t.has(n))&&this.context&&this.key&&this.addI18nContext(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};Te.elementDefinitions={};Te.styles=cl;Ar([(0,mn.redux)()],Te.prototype,"editorMode",void 0);Ar([(0,hn.property)()],Te.prototype,"context",void 0);Ar([(0,hn.property)()],Te.prototype,"key",void 0);Ar([(0,mn.jsonProperty)([])],Te.prototype,"args",void 0);Ar([(0,hn.property)()],Te.prototype,"defaultMessage",void 0);var dl=y(S());var ul={"ft-i18n":Te};(0,dl.customElements)(ul);var we=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},V=class extends dn{constructor(){super(...arguments),this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.ignoreMatchingElements=[],this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new be.Debouncer,this.revealDebouncer=new be.Debouncer,this.onTouch=t=>{this.isIgnored(t)||(this.show(),setTimeout(()=>window.addEventListener("touchstart",r=>{r.composedPath().includes(this.container)||this.onOut(r)},{once:!0}),100))},this.onHover=t=>{this.isIgnored(t)||this.show()},this.onFocusIn=t=>{!this.isIgnored(t)&&window.FluidTopicsA11yHints.isKeyboardNavigation&&window.FluidTopicsA11yHints.lastPressedKey==="Tab"&&this.show()},this.onOut=t=>{this.isIgnored(t)||(this.revealDebouncer.cancel(),this.hide())},this.onClick=t=>{this.isIgnored(t)||(this.revealDebouncer.cancel(),this.hide())}}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){var t,r;return pl.html`
331
+ `}update(t){var r;super.update(t),["context","key","defaultMessage"].some(n=>t.has(n))&&this.context&&this.key&&this.addI18nContext(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};Te.elementDefinitions={};Te.styles=ul;Ar([(0,mn.redux)()],Te.prototype,"editorMode",void 0);Ar([(0,hn.property)()],Te.prototype,"context",void 0);Ar([(0,hn.property)()],Te.prototype,"key",void 0);Ar([(0,mn.jsonProperty)([])],Te.prototype,"args",void 0);Ar([(0,hn.property)()],Te.prototype,"defaultMessage",void 0);var pl=y(S());var dl={"ft-i18n":Te};(0,pl.customElements)(dl);var we=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},V=class extends dn{constructor(){super(...arguments),this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.ignoreMatchingElements=[],this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new be.Debouncer,this.revealDebouncer=new be.Debouncer,this.onTouch=t=>{this.isIgnored(t)||(this.show(),setTimeout(()=>window.addEventListener("touchstart",r=>{r.composedPath().includes(this.container)||this.onOut(r)},{once:!0}),100))},this.onHover=t=>{this.isIgnored(t)?this.matchesIgnored(t)&&this.hide():this.show()},this.onFocusIn=t=>{!this.isIgnored(t)&&window.FluidTopicsA11yHints.isKeyboardNavigation&&window.FluidTopicsA11yHints.lastPressedKey==="Tab"&&this.show()},this.onOut=t=>{this.isIgnored(t)||(this.revealDebouncer.cancel(),this.hide())},this.onClick=t=>{this.isIgnored(t)||(this.revealDebouncer.cancel(),this.hide())}}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){var t,r;return fl.html`
332
332
  <div part="container"
333
333
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
334
334
  <slot part="slot"></slot>
@@ -343,12 +343,12 @@
343
343
  </div>
344
344
  </div>
345
345
  </div>
346
- `}setupFor(t){this.eventsTarget!==t&&(this.removeHandlers(),this.eventsTarget=t,this.eventsTarget.addEventListener("mouseover",this.onHover,{passive:!0}),this.eventsTarget.addEventListener("mouseleave",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("focusin",this.onFocusIn,{passive:!0}),this.eventsTarget.addEventListener("focusout",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("touchstart",this.onTouch,{passive:!0}),this.eventsTarget.addEventListener("click",this.onClick,{passive:!0}))}removeHandlers(){this.eventsTarget&&(this.eventsTarget.removeEventListener("mouseover",this.onHover),this.eventsTarget.removeEventListener("mouseleave",this.onOut),this.eventsTarget.removeEventListener("focusin",this.onFocusIn),this.eventsTarget.removeEventListener("focusout",this.onOut),this.eventsTarget.removeEventListener("touchstart",this.onTouch),this.eventsTarget.removeEventListener("click",this.onClick),this.eventsTarget=void 0)}defaultSetup(){this.container&&this.setupFor(this.container)}updated(t){var r,n;t.has("visible")&&(this.visible?(this.resetTooltipContent(),(r=this.tooltip)===null||r===void 0||r.showPopover()):(n=this.tooltip)===null||n===void 0||n.hidePopover()),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some(r=>t.has(r))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(t){this.visible=!0,t!=null&&await this.hideDebounce.run(()=>{this.hide()},t)}async showTemporaryText(t,r){let n=this.manual;this.manual=!0;let i=this.text;this.text={message:t},await this.show(r),this.text=i,this.manual=n}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var t;return((t=this.slotNodes)!==null&&t!==void 0?t:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&as(this.slottedElement,this.tooltip,{placement:this.position,strategy:"fixed"}).then(({x:t,y:r})=>{this.tooltip&&(this.tooltip.style.transform=`translate(${t}px,${r}px)`)}),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${be.designSystemVariables.transitionDuration}, left ${be.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(t){return this.manual||(0,be.eventPathContainsMatchingElement)(t,this.ignoreMatchingElements,this.eventsTarget)}};V.elementDefinitions={"ft-typography":ae};V.styles=No;we([al()],V.prototype,"text",void 0);we([(0,xe.property)({type:Boolean})],V.prototype,"manual",void 0);we([(0,xe.property)({type:Boolean})],V.prototype,"inline",void 0);we([(0,be.numberProperty)()],V.prototype,"delay",void 0);we([(0,xe.property)()],V.prototype,"position",void 0);we([(0,be.jsonProperty)([])],V.prototype,"ignoreMatchingElements",void 0);we([(0,xe.queryAssignedNodes)()],V.prototype,"slotNodes",void 0);we([(0,xe.query)(".ft-tooltip--container")],V.prototype,"container",void 0);we([(0,xe.query)(".ft-tooltip")],V.prototype,"tooltip",void 0);we([(0,xe.query)(".ft-tooltip--content")],V.prototype,"tooltipContent",void 0);we([(0,xe.state)()],V.prototype,"visible",void 0);var hl=y(S());var fl={"ft-tooltip":V};(0,hl.customElements)(fl);var Ze;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Ze||(Ze={}));var Er=y(D()),Qe=y(q()),gl=y(S()),vl=y(yl());var qt;(function(e){e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.BOOKS="&#xe806;",e.MENU="&#xe807;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.HOME="&#xe80b;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.EXPORT="&#xe80f;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.USER="&#xe813;",e.EXTLINK="&#xe814;",e.CALENDAR="&#xe815;",e.OFFLINE="&#xe816;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.STAR_PLAIN="&#xe900;",e.TOPICS="&#xe901;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.CLOSE="&#xe909;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN="&#xe90f;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_THEME="&#xe911;",e.ADMIN_USERS="&#xe912;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.INFO="&#xe919;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.THIN_ARROW="&#xe921;",e.SIGN_IN="&#xe922;",e.LOGOUT="&#xe923;",e.TRANSLATE="&#xe924;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.ARTICLE="&#xe927;",e.COLUMNS="&#xe928;",e.ANALYTICS="&#xe929;",e.COLLECTIONS="&#xe92a;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.COPY_TO_CLIPBOARD="&#xe930;",e.SHARED_PBK="&#xe931;",e.ATTACHMENTS="&#xe932;",e.STRIPE_ARROW_LEFT="&#xe933;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.FILTERS="&#xe935;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.SAVE="&#xe93a;",e.LOCKER="&#xe93b;",e.ADMIN_INTEGRATION="&#xe93c;",e.SYNC="&#xe93d;",e.TAG="&#xe93e;",e.BOOK_PLAIN="&#xe93f;",e.UPLOAD="&#xe940;",e.ONLINE="&#xe941;",e.TAG_PLAIN="&#xe942;",e.ACCOUNT_SETTINGS="&#xe943;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.SHORTCUT_MENU="&#xe946;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.ADMIN_PORTAL="&#xe94b;",e.STAR="&#xe94c;",e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.FEEDBACK_PLAIN="&#xe951;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_COLLECTIONS="&#xe955;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.RESET="&#xe958;",e.MY_LIBRARY="&#xe959;",e.UNSTRUCTURED_DOC="&#xe95a;",e.CONTEXTUAL="&#xe95b;",e.THIN_ARROW_UP="&#xe95c;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.DESKTOP="&#xe95e;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_STACKED="&#xe96e;",e.CHART_BAR_GROUPED="&#xe96f;",e.EYE_SLASH="&#xe970;",e.X_MARK="&#xe971;",e.EXPAND_WIDE="&#xe972;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.EXTLINK_LIGHT="&#xe978;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.CONSUMER="&#xe97c;",e.OCTAGON_XMARK="&#xe97d;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK="&#xe97f;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;",e.CIRCLE_STOP="&#xe984;",e.ARROW_ROTATE_RIGHT="&#xe985;",e.ARROWS_ROTATE="&#xe986;",e.ALIGN_RIGHT="&#xe987;",e.FORMAT_CLEAR="&#xe988;",e.ALIGN_CENTER="&#xe989;",e.ALIGN_LEFT="&#xe98a;",e.PALETTE="&#xe98b;",e.BOLD="&#xe98c;",e.ITALIC="&#xe98d;",e.UNDERLINE="&#xe98e;",e.STRIKETHROUGH="&#xe98f;",e.LINK_SIMPLE_SLASH="&#xe990;",e.LINK_SIMPLE="&#xe991;",e.ROUTE="&#xe992;",e.CIRCLE_USER_SLASH="&#xe993;",e.CIRCLE_USER_CHECK="&#xe994;",e.LIST_MAGNIFYING_GLASS="&#xe995;",e.MEDAL="&#xe996;",e.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",e.ARROW_TURN_DOWN_RIGHT="&#xe998;",e.FLASK="&#xe999;",e.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",e.HOURGLASS_END="&#xe99b;",e.CIRCLE_QUESTION="&#xe99c;",e.GRIP_LINES_SOLID="&#xe99d;",e.TRANSLATE_SPARKLE_SOLID="&#xe99e;",e.CODE="&#xe99f;",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="&#xe9a0;",e.PAPER_PLANE_SLASH="&#xe9a1;",e.COMPRESS="&#xe9a2;",e.EXPAND="&#xe9a3;",e.ARROW_ROTATE_LEFT="&#xe9a4;",e.MOBILE_SMALL="&#xe9a5;",e.SPARKLES="&#xe9a6;",e.HAND_SOLID="&#xe9a7;",e.CLOCK_SOLID="&#xe9a8;",e.CONTEXT_MENU_CURSOR="&#xe9a9;",e.LANGUAGE_SLASH="&#xe9aa;",e.MAGNIFYING_GLASS_FLOPPY_DISK="&#xe9ab;",e.CABINET_FILING_FLOPPY_DISK="&#xe9ac;",e.BOOKMARK_SLASH="&#xe9ad;",e.CIRCLE_PAUSE="&#xe9ae;",e.CIRCLE_PLAY="&#xe9af;",e.CIRCLE_STOP_PLAIN="&#xe9b0;",e.CIRCLE_ARROW_DOWN="&#xe9b1;",e.SHARE_NODES="&#xe9b2;",e.BELL="&#xe9b3;",e.BELL_SLASH="&#xe9b4;",e.FILE="&#xe9b5;",e.HAND="&#xe9b6;",e.SQUARE_INFO_SOLID="&#xe9b7;",e.FILE_CODE="&#xe9b8;",e.BOX_CODE="&#xe9b9;",e.TOPICS_SOLID="&#xe9ba;",e.PHOTO_FILM="&#xe9bb;",e.HYPHEN_SOLID="&#xe9bc;",e.CROSSHAIRS="&#xe9bd;",e.PERSON_CHALKBOARD="&#xe9be;",e.CIRCLE_ARROW_DOWN_SLASH="&#xe9bf;",e.BOOK_OPEN_COVER="&#xe9c0;",e.LIGHTBULB="&#xe9c1;",e.MESSAGE_BOT_AGENTIC_SOLID="&#xe9c2;",e.CHART_LINE_USER="&#xe9c3;",e.SERVER_CIRCLE_ARROW_DOWN="&#xe9c4;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;"})(qt||(qt={}));var g;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(g||(g={}));var By=new Map([...["abw"].map(e=>[e,g.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,g.AUDIO]),...["avi"].map(e=>[e,g.AVI]),...["chm","xhs"].map(e=>[e,g.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,g.CODE]),...["csv"].map(e=>[e,g.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,g.DITA]),...["epub"].map(e=>[e,g.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,g.EXCEL]),...["flac"].map(e=>[e,g.FLAC]),...["gif"].map(e=>[e,g.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,g.GZIP]),...["html","htm","xhtml"].map(e=>[e,g.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,g.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,g.JPEG]),...["json"].map(e=>[e,g.JSON]),...["m4a","m4p"].map(e=>[e,g.M4A]),...["mov","qt"].map(e=>[e,g.MOV]),...["mp3"].map(e=>[e,g.MP3]),...["mp4","m4v"].map(e=>[e,g.MP4]),...["ogg","oga"].map(e=>[e,g.OGG]),...["pdf","ps"].map(e=>[e,g.PDF]),...["png"].map(e=>[e,g.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,g.POWERPOINT]),...["rar"].map(e=>[e,g.RAR]),...["stp"].map(e=>[e,g.STP]),...["txt","rtf","md","mdown"].map(e=>[e,g.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,g.VIDEO]),...["wav"].map(e=>[e,g.WAV]),...["wma"].map(e=>[e,g.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,g.WORD]),...["xml","xsl","rdf"].map(e=>[e,g.XML]),...["yaml","yml","x-yaml"].map(e=>[e,g.YAML]),...["zip"].map(e=>[e,g.ZIP])]);var Hy={[g.ABW]:"#91ABC6",[g.AUDIO]:"#1795E3",[g.AVI]:"#E63324",[g.CHM]:"#71C3EB",[g.CODE]:"#71C3EB",[g.CSV]:"#1F7345",[g.DITA]:"#71C3EB",[g.EPUB]:"#85B926",[g.EXCEL]:"#1F7345",[g.FLAC]:"#1795E3",[g.GIF]:"#59B031",[g.GZIP]:"#F8AB36",[g.HTML]:"#71C3EB",[g.IMAGE]:"#59B031",[g.JPEG]:"#59B031",[g.JSON]:"#71C3EB",[g.M4A]:"#1795E3",[g.MOV]:"#E63324",[g.MP3]:"#1795E3",[g.MP4]:"#E63324",[g.OGG]:"#1795E3",[g.PDF]:"#E44948",[g.PNG]:"#59B031",[g.POWERPOINT]:"#B54A2B",[g.RAR]:"#F8AB36",[g.STP]:"#3764B1",[g.TEXT]:"#3162AB",[g.UNKNOWN]:"#999999",[g.VIDEO]:"#E63324",[g.WAV]:"#1795E3",[g.WMA]:"#1795E3",[g.WORD]:"#3162AB",[g.XML]:"#71C3EB",[g.YAML]:"#71C3EB",[g.ZIP]:"#F8AB36"};var Sr=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},Q=class extends gl.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=Er.nothing}render(){let t=this.variant&&Object.values(Ze).includes(this.variant)?this.variant:Ze.fluid_topics,r=t!==Ze.material||!!this.value;return Er.html`
346
+ `}setupFor(t){this.eventsTarget!==t&&(this.removeHandlers(),this.eventsTarget=t,this.eventsTarget.addEventListener("mouseover",this.onHover,{passive:!0}),this.eventsTarget.addEventListener("mouseleave",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("focusin",this.onFocusIn,{passive:!0}),this.eventsTarget.addEventListener("focusout",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("touchstart",this.onTouch,{passive:!0}),this.eventsTarget.addEventListener("click",this.onClick,{passive:!0}))}removeHandlers(){this.eventsTarget&&(this.eventsTarget.removeEventListener("mouseover",this.onHover),this.eventsTarget.removeEventListener("mouseleave",this.onOut),this.eventsTarget.removeEventListener("focusin",this.onFocusIn),this.eventsTarget.removeEventListener("focusout",this.onOut),this.eventsTarget.removeEventListener("touchstart",this.onTouch),this.eventsTarget.removeEventListener("click",this.onClick),this.eventsTarget=void 0)}defaultSetup(){this.container&&this.setupFor(this.container)}updated(t){var r,n;t.has("visible")&&(this.visible?(this.resetTooltipContent(),(r=this.tooltip)===null||r===void 0||r.showPopover()):(n=this.tooltip)===null||n===void 0||n.hidePopover()),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some(r=>t.has(r))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(t){this.visible=!0,t!=null&&await this.hideDebounce.run(()=>{this.hide()},t)}async showTemporaryText(t,r){let n=this.manual;this.manual=!0;let i=this.text;this.text={message:t},await this.show(r),this.text=i,this.manual=n}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var t;return((t=this.slotNodes)!==null&&t!==void 0?t:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&ls(this.slottedElement,this.tooltip,{placement:this.position,strategy:"fixed"}).then(({x:t,y:r})=>{this.tooltip&&(this.tooltip.style.transform=`translate(${t}px,${r}px)`)}),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${be.designSystemVariables.transitionDuration}, left ${be.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}matchesIgnored(t){return(0,be.eventPathContainsMatchingElement)(t,this.ignoreMatchingElements,this.eventsTarget)}isIgnored(t){return this.manual||this.matchesIgnored(t)}};V.elementDefinitions={"ft-typography":ae};V.styles=No;we([ll()],V.prototype,"text",void 0);we([(0,xe.property)({type:Boolean})],V.prototype,"manual",void 0);we([(0,xe.property)({type:Boolean})],V.prototype,"inline",void 0);we([(0,be.numberProperty)()],V.prototype,"delay",void 0);we([(0,xe.property)()],V.prototype,"position",void 0);we([(0,be.jsonProperty)([])],V.prototype,"ignoreMatchingElements",void 0);we([(0,xe.queryAssignedNodes)()],V.prototype,"slotNodes",void 0);we([(0,xe.query)(".ft-tooltip--container")],V.prototype,"container",void 0);we([(0,xe.query)(".ft-tooltip")],V.prototype,"tooltip",void 0);we([(0,xe.query)(".ft-tooltip--content")],V.prototype,"tooltipContent",void 0);we([(0,xe.state)()],V.prototype,"visible",void 0);var ml=y(S());var hl={"ft-tooltip":V};(0,ml.customElements)(hl);var Ze;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Ze||(Ze={}));var Er=y(D()),Qe=y(q()),vl=y(S()),bl=y(gl());var Gt;(function(e){e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.BOOKS="&#xe806;",e.MENU="&#xe807;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.HOME="&#xe80b;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.EXPORT="&#xe80f;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.USER="&#xe813;",e.EXTLINK="&#xe814;",e.CALENDAR="&#xe815;",e.OFFLINE="&#xe816;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.STAR_PLAIN="&#xe900;",e.TOPICS="&#xe901;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.CLOSE="&#xe909;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN="&#xe90f;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_THEME="&#xe911;",e.ADMIN_USERS="&#xe912;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.INFO="&#xe919;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.THIN_ARROW="&#xe921;",e.SIGN_IN="&#xe922;",e.LOGOUT="&#xe923;",e.TRANSLATE="&#xe924;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.ARTICLE="&#xe927;",e.COLUMNS="&#xe928;",e.ANALYTICS="&#xe929;",e.COLLECTIONS="&#xe92a;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.COPY_TO_CLIPBOARD="&#xe930;",e.SHARED_PBK="&#xe931;",e.ATTACHMENTS="&#xe932;",e.STRIPE_ARROW_LEFT="&#xe933;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.FILTERS="&#xe935;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.SAVE="&#xe93a;",e.LOCKER="&#xe93b;",e.ADMIN_INTEGRATION="&#xe93c;",e.SYNC="&#xe93d;",e.TAG="&#xe93e;",e.BOOK_PLAIN="&#xe93f;",e.UPLOAD="&#xe940;",e.ONLINE="&#xe941;",e.TAG_PLAIN="&#xe942;",e.ACCOUNT_SETTINGS="&#xe943;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.SHORTCUT_MENU="&#xe946;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.ADMIN_PORTAL="&#xe94b;",e.STAR="&#xe94c;",e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.FEEDBACK_PLAIN="&#xe951;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_COLLECTIONS="&#xe955;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.RESET="&#xe958;",e.MY_LIBRARY="&#xe959;",e.UNSTRUCTURED_DOC="&#xe95a;",e.CONTEXTUAL="&#xe95b;",e.THIN_ARROW_UP="&#xe95c;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.DESKTOP="&#xe95e;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_STACKED="&#xe96e;",e.CHART_BAR_GROUPED="&#xe96f;",e.EYE_SLASH="&#xe970;",e.X_MARK="&#xe971;",e.EXPAND_WIDE="&#xe972;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.EXTLINK_LIGHT="&#xe978;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.CONSUMER="&#xe97c;",e.OCTAGON_XMARK="&#xe97d;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK="&#xe97f;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;",e.CIRCLE_STOP="&#xe984;",e.ARROW_ROTATE_RIGHT="&#xe985;",e.ARROWS_ROTATE="&#xe986;",e.ALIGN_RIGHT="&#xe987;",e.FORMAT_CLEAR="&#xe988;",e.ALIGN_CENTER="&#xe989;",e.ALIGN_LEFT="&#xe98a;",e.PALETTE="&#xe98b;",e.BOLD="&#xe98c;",e.ITALIC="&#xe98d;",e.UNDERLINE="&#xe98e;",e.STRIKETHROUGH="&#xe98f;",e.LINK_SIMPLE_SLASH="&#xe990;",e.LINK_SIMPLE="&#xe991;",e.ROUTE="&#xe992;",e.CIRCLE_USER_SLASH="&#xe993;",e.CIRCLE_USER_CHECK="&#xe994;",e.LIST_MAGNIFYING_GLASS="&#xe995;",e.MEDAL="&#xe996;",e.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",e.ARROW_TURN_DOWN_RIGHT="&#xe998;",e.FLASK="&#xe999;",e.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",e.HOURGLASS_END="&#xe99b;",e.CIRCLE_QUESTION="&#xe99c;",e.GRIP_LINES_SOLID="&#xe99d;",e.TRANSLATE_SPARKLE_SOLID="&#xe99e;",e.CODE="&#xe99f;",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="&#xe9a0;",e.PAPER_PLANE_SLASH="&#xe9a1;",e.COMPRESS="&#xe9a2;",e.EXPAND="&#xe9a3;",e.ARROW_ROTATE_LEFT="&#xe9a4;",e.MOBILE_SMALL="&#xe9a5;",e.SPARKLES="&#xe9a6;",e.HAND_SOLID="&#xe9a7;",e.CLOCK_SOLID="&#xe9a8;",e.CONTEXT_MENU_CURSOR="&#xe9a9;",e.LANGUAGE_SLASH="&#xe9aa;",e.MAGNIFYING_GLASS_FLOPPY_DISK="&#xe9ab;",e.CABINET_FILING_FLOPPY_DISK="&#xe9ac;",e.BOOKMARK_SLASH="&#xe9ad;",e.CIRCLE_PAUSE="&#xe9ae;",e.CIRCLE_PLAY="&#xe9af;",e.CIRCLE_STOP_PLAIN="&#xe9b0;",e.CIRCLE_ARROW_DOWN="&#xe9b1;",e.SHARE_NODES="&#xe9b2;",e.BELL="&#xe9b3;",e.BELL_SLASH="&#xe9b4;",e.FILE="&#xe9b5;",e.HAND="&#xe9b6;",e.SQUARE_INFO_SOLID="&#xe9b7;",e.FILE_CODE="&#xe9b8;",e.BOX_CODE="&#xe9b9;",e.TOPICS_SOLID="&#xe9ba;",e.PHOTO_FILM="&#xe9bb;",e.HYPHEN_SOLID="&#xe9bc;",e.CROSSHAIRS="&#xe9bd;",e.PERSON_CHALKBOARD="&#xe9be;",e.CIRCLE_ARROW_DOWN_SLASH="&#xe9bf;",e.BOOK_OPEN_COVER="&#xe9c0;",e.LIGHTBULB="&#xe9c1;",e.MESSAGE_BOT_AGENTIC_SOLID="&#xe9c2;",e.CHART_LINE_USER="&#xe9c3;",e.SERVER_CIRCLE_ARROW_DOWN="&#xe9c4;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;"})(Gt||(Gt={}));var g;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(g||(g={}));var Hy=new Map([...["abw"].map(e=>[e,g.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,g.AUDIO]),...["avi"].map(e=>[e,g.AVI]),...["chm","xhs"].map(e=>[e,g.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,g.CODE]),...["csv"].map(e=>[e,g.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,g.DITA]),...["epub"].map(e=>[e,g.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,g.EXCEL]),...["flac"].map(e=>[e,g.FLAC]),...["gif"].map(e=>[e,g.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,g.GZIP]),...["html","htm","xhtml"].map(e=>[e,g.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,g.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,g.JPEG]),...["json"].map(e=>[e,g.JSON]),...["m4a","m4p"].map(e=>[e,g.M4A]),...["mov","qt"].map(e=>[e,g.MOV]),...["mp3"].map(e=>[e,g.MP3]),...["mp4","m4v"].map(e=>[e,g.MP4]),...["ogg","oga"].map(e=>[e,g.OGG]),...["pdf","ps"].map(e=>[e,g.PDF]),...["png"].map(e=>[e,g.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,g.POWERPOINT]),...["rar"].map(e=>[e,g.RAR]),...["stp"].map(e=>[e,g.STP]),...["txt","rtf","md","mdown"].map(e=>[e,g.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,g.VIDEO]),...["wav"].map(e=>[e,g.WAV]),...["wma"].map(e=>[e,g.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,g.WORD]),...["xml","xsl","rdf"].map(e=>[e,g.XML]),...["yaml","yml","x-yaml"].map(e=>[e,g.YAML]),...["zip"].map(e=>[e,g.ZIP])]);var jy={[g.ABW]:"#91ABC6",[g.AUDIO]:"#1795E3",[g.AVI]:"#E63324",[g.CHM]:"#71C3EB",[g.CODE]:"#71C3EB",[g.CSV]:"#1F7345",[g.DITA]:"#71C3EB",[g.EPUB]:"#85B926",[g.EXCEL]:"#1F7345",[g.FLAC]:"#1795E3",[g.GIF]:"#59B031",[g.GZIP]:"#F8AB36",[g.HTML]:"#71C3EB",[g.IMAGE]:"#59B031",[g.JPEG]:"#59B031",[g.JSON]:"#71C3EB",[g.M4A]:"#1795E3",[g.MOV]:"#E63324",[g.MP3]:"#1795E3",[g.MP4]:"#E63324",[g.OGG]:"#1795E3",[g.PDF]:"#E44948",[g.PNG]:"#59B031",[g.POWERPOINT]:"#B54A2B",[g.RAR]:"#F8AB36",[g.STP]:"#3764B1",[g.TEXT]:"#3162AB",[g.UNKNOWN]:"#999999",[g.VIDEO]:"#E63324",[g.WAV]:"#1795E3",[g.WMA]:"#1795E3",[g.WORD]:"#3162AB",[g.XML]:"#71C3EB",[g.YAML]:"#71C3EB",[g.ZIP]:"#F8AB36"};var Sr=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},Q=class extends vl.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=Er.nothing}render(){let t=this.variant&&Object.values(Ze).includes(this.variant)?this.variant:Ze.fluid_topics,r=t!==Ze.material||!!this.value;return Er.html`
347
347
  <i class="ft-icon ft-icon--${t} ft-no-text-select" part="icon icon-${t}">
348
- ${(0,vl.unsafeHTML)(this.resolvedIcon)}
348
+ ${(0,bl.unsafeHTML)(this.resolvedIcon)}
349
349
  <slot ?hidden=${r}></slot>
350
350
  </i>
351
- `}getTextContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}update(t){super.update(t),["value","variant"].some(r=>t.has(r))&&this.resolveIcon()}resolveIcon(){var t,r;let n=this.value||this.getTextContent();switch(this.variant){case Ze.file_format:this.resolvedIcon=(t=g[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case Ze.material:this.resolvedIcon=this.value||Er.nothing;break;default:this.resolvedIcon=(r=qt[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};Q.elementDefinitions={};Q.styles=oo;Sr([(0,Qe.property)()],Q.prototype,"variant",void 0);Sr([(0,Qe.property)()],Q.prototype,"value",void 0);Sr([(0,Qe.property)({reflect:!0,attribute:"aria-hidden"})],Q.prototype,"ariaHidden",void 0);Sr([(0,Qe.state)()],Q.prototype,"resolvedIcon",void 0);Sr([(0,Qe.query)("slot")],Q.prototype,"slottedContent",void 0);var xl=y(S());var bl={"ft-icon":Q};(0,xl.customElements)(bl);var Al=y(D()),Cr=y(S()),bt={color:Cr.FtCssVariableFactory.extend("--ft-loader-color","",Cr.designSystemVariables.colorPrimary),size:Cr.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},El=Al.css`
351
+ `}getTextContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}update(t){super.update(t),["value","variant"].some(r=>t.has(r))&&this.resolveIcon()}resolveIcon(){var t,r;let n=this.value||this.getTextContent();switch(this.variant){case Ze.file_format:this.resolvedIcon=(t=g[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case Ze.material:this.resolvedIcon=this.value||Er.nothing;break;default:this.resolvedIcon=(r=Gt[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};Q.elementDefinitions={};Q.styles=io;Sr([(0,Qe.property)()],Q.prototype,"variant",void 0);Sr([(0,Qe.property)()],Q.prototype,"value",void 0);Sr([(0,Qe.property)({reflect:!0,attribute:"aria-hidden"})],Q.prototype,"ariaHidden",void 0);Sr([(0,Qe.state)()],Q.prototype,"resolvedIcon",void 0);Sr([(0,Qe.query)("slot")],Q.prototype,"slottedContent",void 0);var Al=y(S());var xl={"ft-icon":Q};(0,Al.customElements)(xl);var El=y(D()),Cr=y(S()),bt={color:Cr.FtCssVariableFactory.extend("--ft-loader-color","",Cr.designSystemVariables.colorPrimary),size:Cr.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Sl=El.css`
352
352
  :host {
353
353
  line-height: 0;
354
354
  }
@@ -417,14 +417,14 @@
417
417
  transform: translate(calc(0.35 * ${bt.size}), 0);
418
418
  }
419
419
  }
420
- `;var Sl=y(D()),Cl=y(S());var xt=class extends Cl.FtLitElement{render(){return Sl.html`
420
+ `;var Cl=y(D()),Ol=y(S());var xt=class extends Ol.FtLitElement{render(){return Cl.html`
421
421
  <div class="ft-loader">
422
422
  <div></div>
423
423
  <div></div>
424
424
  <div></div>
425
425
  <div></div>
426
426
  </div>
427
- `}};xt.styles=El;var Tl=y(S());var Ol={"ft-loader":xt};(0,Tl.customElements)(Ol);var et=y(D()),Ri=y(wr()),L=y(q());var wi=e=>e??H;var Rl=y(D()),T=y(S());var wl=T.FtCssVariableFactory.extend("--ft-button-color","",T.designSystemVariables.colorPrimary),I={backgroundColor:T.FtCssVariableFactory.extend("--ft-button-background-color","",T.designSystemVariables.colorSurface),borderRadius:T.FtCssVariableFactory.extend("--ft-button-border-radius","",T.designSystemVariables.borderRadiusL),color:wl,fontSize:T.FtCssVariableFactory.extend("--ft-button-font-size","",Re.fontSize),iconSize:T.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:T.FtCssVariableFactory.extend("--ft-button-ripple-color","",wl),verticalPadding:T.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:T.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:T.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:T.FtCssVariableFactory.external(T.designSystemVariables.colorOpacityDisabled,"Design system")},_l=T.FtCssVariableFactory.extend("--ft-button-primary-color","",T.FtCssVariableFactory.extend("--ft-button-color","",T.designSystemVariables.colorOnPrimary)),_i={backgroundColor:T.FtCssVariableFactory.extend("--ft-button-primary-background-color","",T.FtCssVariableFactory.extend("--ft-button-background-color","",T.designSystemVariables.colorPrimary)),color:_l,rippleColor:T.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",_l)},_e={borderRadius:T.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",T.FtCssVariableFactory.extend("--ft-button-border-radius","",T.designSystemVariables.borderRadiusM)),verticalPadding:T.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:T.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:T.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},Ll=Rl.css`
427
+ `}};xt.styles=Sl;var wl=y(S());var Tl={"ft-loader":xt};(0,wl.customElements)(Tl);var et=y(D()),_i=y(wr()),L=y(q());var Ti=e=>e??H;var Ll=y(D()),O=y(S());var _l=O.FtCssVariableFactory.extend("--ft-button-color","",O.designSystemVariables.colorPrimary),I={backgroundColor:O.FtCssVariableFactory.extend("--ft-button-background-color","",O.designSystemVariables.colorSurface),borderRadius:O.FtCssVariableFactory.extend("--ft-button-border-radius","",O.designSystemVariables.borderRadiusL),color:_l,fontSize:O.FtCssVariableFactory.extend("--ft-button-font-size","",Re.fontSize),iconSize:O.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:O.FtCssVariableFactory.extend("--ft-button-ripple-color","",_l),verticalPadding:O.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:O.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:O.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:O.FtCssVariableFactory.external(O.designSystemVariables.colorOpacityDisabled,"Design system")},Rl=O.FtCssVariableFactory.extend("--ft-button-primary-color","",O.FtCssVariableFactory.extend("--ft-button-color","",O.designSystemVariables.colorOnPrimary)),wi={backgroundColor:O.FtCssVariableFactory.extend("--ft-button-primary-background-color","",O.FtCssVariableFactory.extend("--ft-button-background-color","",O.designSystemVariables.colorPrimary)),color:Rl,rippleColor:O.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Rl)},_e={borderRadius:O.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",O.FtCssVariableFactory.extend("--ft-button-border-radius","",O.designSystemVariables.borderRadiusM)),verticalPadding:O.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:O.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:O.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},Pl=Ll.css`
428
428
  :host {
429
429
  display: inline-block;
430
430
  max-width: 100%;
@@ -455,7 +455,7 @@
455
455
  }
456
456
 
457
457
  .ft-button:focus-visible {
458
- outline: 2px solid ${T.designSystemVariables.colorPrimary};
458
+ outline: 2px solid ${O.designSystemVariables.colorPrimary};
459
459
  outline-offset: 2px;
460
460
  }
461
461
 
@@ -471,9 +471,9 @@
471
471
 
472
472
  --button-internal-line-height: max(calc(${I.fontSize} + 2px), ${I.iconSize});
473
473
  --button-internal-color: ${I.color};
474
- ${(0,T.setVariable)(se.size,I.iconSize)};
475
- ${(0,T.setVariable)(J.color,I.rippleColor)};
476
- ${(0,T.setVariable)(J.borderRadius,I.borderRadius)};
474
+ ${(0,O.setVariable)(se.size,I.iconSize)};
475
+ ${(0,O.setVariable)(J.color,I.rippleColor)};
476
+ ${(0,O.setVariable)(J.borderRadius,I.borderRadius)};
477
477
 
478
478
  border-radius: ${I.borderRadius};
479
479
  padding: ${I.verticalPadding} ${I.horizontalPadding};
@@ -490,7 +490,7 @@
490
490
  padding: ${_e.verticalPadding} ${_e.horizontalPadding};
491
491
  border-radius: ${_e.borderRadius};
492
492
  gap: ${_e.iconPadding};
493
- ${(0,T.setVariable)(J.borderRadius,_e.borderRadius)};
493
+ ${(0,O.setVariable)(J.borderRadius,_e.borderRadius)};
494
494
  }
495
495
 
496
496
  .ft-button.ft-button--dense.ft-button--outlined {
@@ -515,9 +515,9 @@
515
515
  }
516
516
 
517
517
  .ft-button.ft-button--primary {
518
- background-color: ${_i.backgroundColor};
519
- --button-internal-color: ${_i.color};
520
- ${(0,T.setVariable)(J.color,_i.rippleColor)};
518
+ background-color: ${wi.backgroundColor};
519
+ --button-internal-color: ${wi.color};
520
+ ${(0,O.setVariable)(J.color,wi.rippleColor)};
521
521
  }
522
522
 
523
523
  .ft-button--label {
@@ -527,8 +527,8 @@
527
527
  text-overflow: ellipsis;
528
528
  display: block;
529
529
  margin: 0 ${I.iconPadding};
530
- ${(0,T.setVariable)(Re.fontSize,"1em")};
531
- ${(0,T.setVariable)(Re.lineHeight,"var(--button-internal-line-height)")};
530
+ ${(0,O.setVariable)(Re.fontSize,"1em")};
531
+ ${(0,O.setVariable)(Re.lineHeight,"var(--button-internal-line-height)")};
532
532
  }
533
533
 
534
534
  .ft-button--dense .ft-button--label {
@@ -559,8 +559,8 @@
559
559
  }
560
560
 
561
561
  ft-loader {
562
- ${(0,T.setVariable)(bt.size,I.iconSize)};
563
- ${(0,T.setVariable)(bt.color,"var(--button-internal-color)")};
562
+ ${(0,O.setVariable)(bt.size,I.iconSize)};
563
+ ${(0,O.setVariable)(bt.color,"var(--button-internal-color)")};
564
564
  }
565
565
  `;var k=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},R=class extends(0,Ae.toFtFormComponent)(Ae.FtLitElement){get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}constructor(){super(),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1,this.disabled=!1,this.icon=void 0,this.trailingIcon=!1,this.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",t=>{var r;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){var t,r,n;let i=et.html`
566
566
  <ft-ripple part="ripple"
@@ -579,17 +579,17 @@
579
579
  <a href="${o}"
580
580
  target="${(t=this.target)!==null&&t!==void 0?t:"_self"}"
581
581
  part="button"
582
- class="${(0,Ri.classMap)(this.buttonClasses)}"
582
+ class="${(0,_i.classMap)(this.buttonClasses)}"
583
583
  aria-label="${(r=this.ariaLabel)!==null&&r!==void 0?r:this.getLabel()}"
584
584
  ?disabled=${this.isDisabled()}>
585
585
  ${i}
586
586
  </a>
587
587
  `:et.html`
588
588
  <button part="button"
589
- class="${(0,Ri.classMap)(this.buttonClasses)}"
589
+ class="${(0,_i.classMap)(this.buttonClasses)}"
590
590
  aria-label="${(n=this.ariaLabel)!==null&&n!==void 0?n:this.getLabel()}"
591
- aria-haspopup="${wi(this.ariaHasPopup)}"
592
- aria-pressed="${wi(this.ariaPressed)}"
591
+ aria-haspopup="${Ti(this.ariaHasPopup)}"
592
+ aria-pressed="${Ti(this.ariaPressed)}"
593
593
  ?disabled=${this.isDisabled()}>
594
594
  ${i}
595
595
  </button>
@@ -604,7 +604,7 @@
604
604
  <ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
605
605
  `:et.html`
606
606
  <slot part="icon" name="icon"></slot>
607
- `}focus(){var t;(t=this.button)===null||t===void 0||t.focus()}showTooltip(){var t;(t=this.tooltip)===null||t===void 0||t.show()}showTemporaryTooltip(t,r){var n;return(n=this.tooltip)===null||n===void 0?void 0:n.showTemporaryText(t,r)}setTooltipManual(t){this.tooltip&&(this.tooltip.manual=t)}click(){var t;(t=this.button)===null||t===void 0||t.click()}getLabel(){return this.label||this.getTextContent()}getTextContent(){return(0,Ae.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};R.elementDefinitions={"ft-ripple":P,"ft-tooltip":V,"ft-icon":Q,"ft-loader":xt,"ft-typography":ae};R.styles=[Ae.safariEllipsisFix,Ll,Ae.noTextSelect];k([(0,L.property)({type:Boolean})],R.prototype,"primary",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"outlined",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"dense",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"round",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"disabled",void 0);k([(0,L.property)()],R.prototype,"icon",void 0);k([(0,L.property)()],R.prototype,"iconVariant",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"trailingIcon",void 0);k([(0,L.property)()],R.prototype,"label",void 0);k([(0,L.property)()],R.prototype,"type",void 0);k([(0,L.property)()],R.prototype,"href",void 0);k([(0,L.property)()],R.prototype,"target",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"loading",void 0);k([(0,L.property)({attribute:"aria-label"})],R.prototype,"ariaLabel",void 0);k([(0,L.property)()],R.prototype,"ariaHasPopup",void 0);k([(0,L.property)({attribute:"aria-pressed"})],R.prototype,"ariaPressed",void 0);k([(0,L.property)()],R.prototype,"tooltipPosition",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"hideTooltip",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"forceTooltip",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"activated",void 0);k([(0,L.query)(".ft-button")],R.prototype,"button",void 0);k([(0,L.query)(".ft-button--label slot")],R.prototype,"slottedContent",void 0);k([(0,L.query)("[part=tooltip]")],R.prototype,"tooltip",void 0);var Nl=y(S());var Pl={"ft-button":R};(0,Nl.customElements)(Pl);var Dl=_.FtCssVariableFactory.extend("--ft-chip-color","",_.designSystemVariables.colorOnSurface),W={backgroundColor:_.FtCssVariableFactory.extend("--ft-chip-background-color","",_.designSystemVariables.colorSurface),color:Dl,fontSize:_.FtCssVariableFactory.extend("--ft-chip-font-size","",pe.fontSize),fontWeight:_.FtCssVariableFactory.extend("--ft-chip-font-weight","",pe.fontWeight),iconSize:_.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),borderRadius:_.FtCssVariableFactory.create("--ft-chip-border-radius","","SIZE",""),rippleColor:_.FtCssVariableFactory.extend("--ft-chip-ripple-color","",Dl),horizontalPadding:_.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:_.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),borderColor:_.FtCssVariableFactory.extend("--ft-chip-border-color","",_.designSystemVariables.colorOutline),opacityDisabled:_.FtCssVariableFactory.external(_.designSystemVariables.colorOpacityDisabled,"Design system")},Il=_.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",_.FtCssVariableFactory.extend("--ft-chip-color","",_.designSystemVariables.colorOnPrimary)),Yt={backgroundColor:_.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",_.FtCssVariableFactory.extend("--ft-chip-background-color","",_.designSystemVariables.colorPrimary)),color:Il,rippleColor:_.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",Il)},kl={horizontalPadding:_.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),verticalPadding:_.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px")},Ml=[_.noTextSelect,Or.css`
607
+ `}focus(){var t;(t=this.button)===null||t===void 0||t.focus()}showTooltip(){var t;(t=this.tooltip)===null||t===void 0||t.show()}showTemporaryTooltip(t,r){var n;return(n=this.tooltip)===null||n===void 0?void 0:n.showTemporaryText(t,r)}setTooltipManual(t){this.tooltip&&(this.tooltip.manual=t)}click(){var t;(t=this.button)===null||t===void 0||t.click()}getLabel(){return this.label||this.getTextContent()}getTextContent(){return(0,Ae.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};R.elementDefinitions={"ft-ripple":P,"ft-tooltip":V,"ft-icon":Q,"ft-loader":xt,"ft-typography":ae};R.styles=[Ae.safariEllipsisFix,Pl,Ae.noTextSelect];k([(0,L.property)({type:Boolean})],R.prototype,"primary",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"outlined",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"dense",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"round",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"disabled",void 0);k([(0,L.property)()],R.prototype,"icon",void 0);k([(0,L.property)()],R.prototype,"iconVariant",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"trailingIcon",void 0);k([(0,L.property)()],R.prototype,"label",void 0);k([(0,L.property)()],R.prototype,"type",void 0);k([(0,L.property)()],R.prototype,"href",void 0);k([(0,L.property)()],R.prototype,"target",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"loading",void 0);k([(0,L.property)({attribute:"aria-label"})],R.prototype,"ariaLabel",void 0);k([(0,L.property)()],R.prototype,"ariaHasPopup",void 0);k([(0,L.property)({attribute:"aria-pressed"})],R.prototype,"ariaPressed",void 0);k([(0,L.property)()],R.prototype,"tooltipPosition",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"hideTooltip",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"forceTooltip",void 0);k([(0,L.property)({type:Boolean})],R.prototype,"activated",void 0);k([(0,L.query)(".ft-button")],R.prototype,"button",void 0);k([(0,L.query)(".ft-button--label slot")],R.prototype,"slottedContent",void 0);k([(0,L.query)("[part=tooltip]")],R.prototype,"tooltip",void 0);var Dl=y(S());var Nl={"ft-button":R};(0,Dl.customElements)(Nl);var Il=_.FtCssVariableFactory.extend("--ft-chip-color","",_.designSystemVariables.colorOnSurface),W={backgroundColor:_.FtCssVariableFactory.extend("--ft-chip-background-color","",_.designSystemVariables.colorSurface),color:Il,fontSize:_.FtCssVariableFactory.extend("--ft-chip-font-size","",pe.fontSize),fontWeight:_.FtCssVariableFactory.extend("--ft-chip-font-weight","",pe.fontWeight),iconSize:_.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),borderRadius:_.FtCssVariableFactory.create("--ft-chip-border-radius","","SIZE",""),rippleColor:_.FtCssVariableFactory.extend("--ft-chip-ripple-color","",Il),horizontalPadding:_.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:_.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),borderColor:_.FtCssVariableFactory.extend("--ft-chip-border-color","",_.designSystemVariables.colorOutline),opacityDisabled:_.FtCssVariableFactory.external(_.designSystemVariables.colorOpacityDisabled,"Design system")},kl=_.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",_.FtCssVariableFactory.extend("--ft-chip-color","",_.designSystemVariables.colorOnPrimary)),qt={backgroundColor:_.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",_.FtCssVariableFactory.extend("--ft-chip-background-color","",_.designSystemVariables.colorPrimary)),color:kl,rippleColor:_.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",kl)},Ml={horizontalPadding:_.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),verticalPadding:_.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px")},Ul=[_.noTextSelect,Or.css`
608
608
  :host {
609
609
  display: inline-block;
610
610
  max-width: 100%;
@@ -644,8 +644,8 @@
644
644
 
645
645
  .ft-chip--dense {
646
646
  --chip-internal-icon-padding: 3px;
647
- --chip-internal-vertical-padding: ${kl.verticalPadding};
648
- --chip-internal-horizontal-padding: ${kl.horizontalPadding};
647
+ --chip-internal-vertical-padding: ${Ml.verticalPadding};
648
+ --chip-internal-horizontal-padding: ${Ml.horizontalPadding};
649
649
  --chip-internal-line-height: max(16px, calc(var(--chip-internal-font-size) + 2px));
650
650
  }
651
651
 
@@ -663,9 +663,9 @@
663
663
  .ft-chip--highlighted {
664
664
  border: none;
665
665
  padding: var(--chip-internal-vertical-padding) var(--chip-internal-horizontal-padding);
666
- background-color: ${Yt.backgroundColor};
667
- ${(0,_.setVariable)(J.color,Yt.rippleColor)};
668
- color: ${Yt.color};
666
+ background-color: ${qt.backgroundColor};
667
+ ${(0,_.setVariable)(J.color,qt.rippleColor)};
668
+ color: ${qt.color};
669
669
  }
670
670
 
671
671
  .ft-chip--clickable {
@@ -744,7 +744,7 @@
744
744
  .ft-chip:not(.ft-chip--trailing-icon) .ft-chip--icon-button {
745
745
  order: -1;
746
746
  }
747
- `];var Tr={color:z.FtCssVariableFactory.create("--ft-chip-choice-option--color","","COLOR",z.designSystemVariables.colorOnSurface),borderColor:z.FtCssVariableFactory.create("--ft-chip-choice-option--border-color","","COLOR",z.designSystemVariables.colorOutline),backgroundColor:z.FtCssVariableFactory.create("--ft-chip-choice-option--background-color","","COLOR",z.designSystemVariables.colorSurface),selectedColor:z.FtCssVariableFactory.create("--ft-chip-choice-option--selected-color","","COLOR",z.designSystemVariables.colorOnPrimary),selectedBackgroundColor:z.FtCssVariableFactory.create("--ft-chip-choice-option--selected-background-color","","COLOR",z.designSystemVariables.colorPrimary)},$l=Ul.css`
747
+ `];var Tr={color:z.FtCssVariableFactory.create("--ft-chip-choice-option--color","","COLOR",z.designSystemVariables.colorOnSurface),borderColor:z.FtCssVariableFactory.create("--ft-chip-choice-option--border-color","","COLOR",z.designSystemVariables.colorOutline),backgroundColor:z.FtCssVariableFactory.create("--ft-chip-choice-option--background-color","","COLOR",z.designSystemVariables.colorSurface),selectedColor:z.FtCssVariableFactory.create("--ft-chip-choice-option--selected-color","","COLOR",z.designSystemVariables.colorOnPrimary),selectedBackgroundColor:z.FtCssVariableFactory.create("--ft-chip-choice-option--selected-background-color","","COLOR",z.designSystemVariables.colorPrimary)},Bl=$l.css`
748
748
  label {
749
749
  display: contents;
750
750
  }
@@ -768,11 +768,11 @@
768
768
  ${(0,z.setVariable)(W.color,Tr.color)};
769
769
  ${(0,z.setVariable)(W.borderColor,Tr.borderColor)};
770
770
  ${(0,z.setVariable)(W.backgroundColor,Tr.backgroundColor)};
771
- ${(0,z.setVariable)(Yt.color,Tr.selectedColor)};
772
- ${(0,z.setVariable)(Yt.backgroundColor,Tr.selectedBackgroundColor)};
771
+ ${(0,z.setVariable)(qt.color,Tr.selectedColor)};
772
+ ${(0,z.setVariable)(qt.backgroundColor,Tr.selectedBackgroundColor)};
773
773
  }
774
- `;var yn=y(D()),G=y(q()),Bl=y(wr()),Xt=y(S());var ee=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},gn=class extends CustomEvent{constructor(){super("icon-click")}},M=class extends Xt.FtLitElement{constructor(){super(...arguments),this.highlighted=!1,this.removable=!1,this.disabled=!1,this.clickable=!1,this.iconClickable=!1,this.dense=!1,this.multiLine=!1,this.label="",this.iconLabel="",this.hideIconTooltip=!1,this.icon=void 0,this.trailingIcon=!1}render(){var t;let r={"ft-chip":!0,"ft-chip--highlighted":this.highlighted,"ft-chip--disabled":this.disabled,"ft-chip--clickable":this.interactionsOnChip,"ft-chip--trailing-icon":this.trailingIcon||this.removable,"ft-chip--no-content":!this.hasTextContent(),"ft-chip--dense":this.dense,"ft-chip--multi-line":this.multiLine,"ft-chip--safari-fix":Xt.isSafari};return yn.html`
775
- <div class="${(0,Bl.classMap)(r)}"
774
+ `;var yn=y(D()),G=y(q()),Hl=y(wr()),Yt=y(S());var ee=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},gn=class extends CustomEvent{constructor(){super("icon-click")}},M=class extends Yt.FtLitElement{constructor(){super(...arguments),this.highlighted=!1,this.removable=!1,this.disabled=!1,this.clickable=!1,this.iconClickable=!1,this.dense=!1,this.multiLine=!1,this.label="",this.iconLabel="",this.hideIconTooltip=!1,this.icon=void 0,this.trailingIcon=!1}render(){var t;let r={"ft-chip":!0,"ft-chip--highlighted":this.highlighted,"ft-chip--disabled":this.disabled,"ft-chip--clickable":this.interactionsOnChip,"ft-chip--trailing-icon":this.trailingIcon||this.removable,"ft-chip--no-content":!this.hasTextContent(),"ft-chip--dense":this.dense,"ft-chip--multi-line":this.multiLine,"ft-chip--safari-fix":Yt.isSafari};return yn.html`
775
+ <div class="${(0,Hl.classMap)(r)}"
776
776
  aria-label="${this.getLabel()}"
777
777
  tabindex="${this.interactionsOnChip?0:-1}"
778
778
  @keyup=${this.onKeyUp}
@@ -798,7 +798,7 @@
798
798
  <div class="ft-chip--icon-container ft-no-text-select" part="icon-container">
799
799
  <ft-icon .variant=${this.iconVariant} .value=${this.internalIcon} part="icon"></ft-icon>
800
800
  </div>
801
- `}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new gn))}onIconClick(t){this.interactionsOnIcon&&(t.stopPropagation(),this.dispatchEvent(new gn))}getLabel(){return this.label||this.getTextContent()}getTextContent(){return(0,Xt.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}};M.elementDefinitions={"ft-ripple":P,"ft-typography":ae,"ft-icon":Q,"ft-button":R};M.styles=Ml;ee([(0,G.property)({type:Boolean})],M.prototype,"highlighted",void 0);ee([(0,G.property)({type:Boolean})],M.prototype,"removable",void 0);ee([(0,G.property)({type:Boolean})],M.prototype,"disabled",void 0);ee([(0,G.property)({type:Boolean})],M.prototype,"clickable",void 0);ee([(0,G.property)({type:Boolean})],M.prototype,"iconClickable",void 0);ee([(0,G.property)({type:Boolean})],M.prototype,"dense",void 0);ee([(0,G.property)({type:Boolean})],M.prototype,"multiLine",void 0);ee([(0,G.property)()],M.prototype,"label",void 0);ee([(0,G.property)()],M.prototype,"iconLabel",void 0);ee([(0,G.property)({type:Boolean})],M.prototype,"hideIconTooltip",void 0);ee([(0,G.property)()],M.prototype,"icon",void 0);ee([(0,G.property)()],M.prototype,"iconVariant",void 0);ee([(0,G.property)({type:Boolean})],M.prototype,"trailingIcon",void 0);ee([(0,G.property)()],M.prototype,"typographyVariant",void 0);ee([(0,G.query)("ft-typography slot")],M.prototype,"slottedContent",void 0);var jl=y(S());var Hl={"ft-chip":M};(0,jl.customElements)(Hl);var tt=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},Li=class extends CustomEvent{constructor(t,r){super("ft-chip-choice-option-change",{detail:{value:t,selected:r},bubbles:!0,composed:!0})}},ne=class extends Vl.FtLitElement{constructor(){super(...arguments),this.name="",this.value="",this.label="",this.selected=!1,this.dense=!1,this.multiLine=!1,this.role="radio"}render(){return Fl.html`
801
+ `}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new gn))}onIconClick(t){this.interactionsOnIcon&&(t.stopPropagation(),this.dispatchEvent(new gn))}getLabel(){return this.label||this.getTextContent()}getTextContent(){return(0,Yt.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}};M.elementDefinitions={"ft-ripple":P,"ft-typography":ae,"ft-icon":Q,"ft-button":R};M.styles=Ul;ee([(0,G.property)({type:Boolean})],M.prototype,"highlighted",void 0);ee([(0,G.property)({type:Boolean})],M.prototype,"removable",void 0);ee([(0,G.property)({type:Boolean})],M.prototype,"disabled",void 0);ee([(0,G.property)({type:Boolean})],M.prototype,"clickable",void 0);ee([(0,G.property)({type:Boolean})],M.prototype,"iconClickable",void 0);ee([(0,G.property)({type:Boolean})],M.prototype,"dense",void 0);ee([(0,G.property)({type:Boolean})],M.prototype,"multiLine",void 0);ee([(0,G.property)()],M.prototype,"label",void 0);ee([(0,G.property)()],M.prototype,"iconLabel",void 0);ee([(0,G.property)({type:Boolean})],M.prototype,"hideIconTooltip",void 0);ee([(0,G.property)()],M.prototype,"icon",void 0);ee([(0,G.property)()],M.prototype,"iconVariant",void 0);ee([(0,G.property)({type:Boolean})],M.prototype,"trailingIcon",void 0);ee([(0,G.property)()],M.prototype,"typographyVariant",void 0);ee([(0,G.query)("ft-typography slot")],M.prototype,"slottedContent",void 0);var Fl=y(S());var jl={"ft-chip":M};(0,Fl.customElements)(jl);var tt=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},Ri=class extends CustomEvent{constructor(t,r){super("ft-chip-choice-option-change",{detail:{value:t,selected:r},bubbles:!0,composed:!0})}},ne=class extends zl.FtLitElement{constructor(){super(...arguments),this.name="",this.value="",this.label="",this.selected=!1,this.dense=!1,this.multiLine=!1,this.role="radio"}render(){return Vl.html`
802
802
  <label>
803
803
  <input
804
804
  type="${this.role==="radio"?"radio":"checkbox"}"
@@ -809,7 +809,7 @@
809
809
  @change=${this.onInputChange}
810
810
  />
811
811
  <ft-chip
812
- icon="${this.selected?qt.CHECK:""}"
812
+ icon="${this.selected?Gt.CHECK:""}"
813
813
  label="${this.label}"
814
814
  ?dense=${this.dense}
815
815
  ?highlighted=${this.selected}
@@ -817,7 +817,7 @@
817
817
  <slot></slot>
818
818
  </ft-chip>
819
819
  </label>
820
- `}onInputChange(t){this.selected=t.target.checked,this.dispatchEvent(new Li(this.value,this.selected))}};ne.elementDefinitions={"ft-chip":M};ne.styles=$l;tt([(0,Ie.property)()],ne.prototype,"name",void 0);tt([(0,Ie.property)()],ne.prototype,"value",void 0);tt([(0,Ie.property)()],ne.prototype,"label",void 0);tt([(0,Ie.property)({type:Boolean})],ne.prototype,"selected",void 0);tt([(0,Ie.property)({type:Boolean})],ne.prototype,"dense",void 0);tt([(0,Ie.property)({type:Boolean})],ne.prototype,"multiLine",void 0);tt([(0,Ie.property)()],ne.prototype,"role",void 0);tt([(0,Ie.query)("ft-chip")],ne.prototype,"chip",void 0);var zl={"ft-chip-choice":Ee,"ft-chip-choice-option":ne};(0,Wl.customElements)(zl);})();
820
+ `}onInputChange(t){this.selected=t.target.checked,this.dispatchEvent(new Ri(this.value,this.selected))}};ne.elementDefinitions={"ft-chip":M};ne.styles=Bl;tt([(0,Ie.property)()],ne.prototype,"name",void 0);tt([(0,Ie.property)()],ne.prototype,"value",void 0);tt([(0,Ie.property)()],ne.prototype,"label",void 0);tt([(0,Ie.property)({type:Boolean})],ne.prototype,"selected",void 0);tt([(0,Ie.property)({type:Boolean})],ne.prototype,"dense",void 0);tt([(0,Ie.property)({type:Boolean})],ne.prototype,"multiLine",void 0);tt([(0,Ie.property)()],ne.prototype,"role",void 0);tt([(0,Ie.query)("ft-chip")],ne.prototype,"chip",void 0);var Wl={"ft-chip-choice":Ee,"ft-chip-choice-option":ne};(0,Kl.customElements)(Wl);})();
821
821
  /*! Bundled license information:
822
822
 
823
823
  lit-html/lit-html.js: