@fluid-topics/ft-chip-choice 2.1.23 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ft-chip-choice.light.js +211 -213
- package/build/ft-chip-choice.min.js +208 -210
- package/package.json +6 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";(()=>{var
|
|
1
|
+
"use strict";(()=>{var sc=Object.create;var Ii=Object.defineProperty;var oc=Object.getOwnPropertyDescriptor;var ac=Object.getOwnPropertyNames;var lc=Object.getPrototypeOf,cc=Object.prototype.hasOwnProperty;var jt=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}};var uc=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ac(t))!cc.call(e,i)&&i!==r&&Ii(e,i,{get:()=>t[i],enumerable:!(n=oc(t,i))||n.enumerable});return e};var f=(e,t,r)=>(r=e!=null?sc(lc(e)):{},uc(t||!e||!e.__esModule?Ii(r,"default",{value:e,enumerable:!0}):r,e));var S=jt((Ku,Ui)=>{Ui.exports=ftGlobals.wcUtils});var k=jt((Gu,$i)=>{$i.exports=ftGlobals.lit});var J=jt((qu,Bi)=>{Bi.exports=ftGlobals.litDecorators});var Cr=jt((td,ds)=>{ds.exports=ftGlobals.litClassMap});var Ol=jt((jy,wl)=>{wl.exports=ftGlobals.litUnsafeHTML});var rc=f(S());var Fi=f(k()),De=f(J()),ji=f(S());var Hi=f(k());var Vi=Hi.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
|
|
12
|
+
`;var mt=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},Nn=class extends CustomEvent{constructor(t){super("change",{detail:{value:t}})}},xe=class extends ji.FtLitElement{constructor(){super(...arguments),this.name="",this.multiselect=!1,this.role="radiogroup",this.ariaLabelledBy="",this.selectedOptions=new Set}render(){return Fi.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
|
|
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 Nn(new Set(this.selectedOptions)))}};xe.styles=Vi;mt([(0,De.property)()],xe.prototype,"name",void 0);mt([(0,De.property)({type:Boolean})],xe.prototype,"multiselect",void 0);mt([(0,De.property)({reflect:!0,attribute:"role"})],xe.prototype,"role",void 0);mt([(0,De.property)({reflect:!0,attribute:"aria-labelledby"})],xe.prototype,"ariaLabelledBy",void 0);mt([(0,De.queryAssignedElements)()],xe.prototype,"chipChoiceOptions",void 0);mt([(0,De.state)()],xe.prototype,"selectedOptions",void 0);var Ql=f(k()),Pe=f(J()),ec=f(S());var ql=f(k()),W=f(S());var Ar=f(k()),O=f(S());var Yi=f(k()),V=f(S()),zi=V.FtCssVariableFactory.extend("--ft-ripple-color","",V.designSystemVariables.colorContent),Q={color:zi,backgroundColor:V.FtCssVariableFactory.extend("--ft-ripple-background-color","",zi),opacityContentOnSurfacePressed:V.FtCssVariableFactory.external(V.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:V.FtCssVariableFactory.external(V.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:V.FtCssVariableFactory.external(V.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:V.FtCssVariableFactory.external(V.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:V.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Wi=V.FtCssVariableFactory.extend("--ft-ripple-color","",V.designSystemVariables.colorPrimary),Ki={color:Wi,backgroundColor:V.FtCssVariableFactory.extend("--ft-ripple-background-color","",Wi)},Gi=V.FtCssVariableFactory.extend("--ft-ripple-color","",V.designSystemVariables.colorSecondary),qi={color:Gi,backgroundColor:V.FtCssVariableFactory.extend("--ft-ripple-background-color","",Gi)},Xi=Yi.css`
|
|
17
17
|
:host {
|
|
18
18
|
display: contents;
|
|
19
19
|
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
28
28
|
overflow: hidden;
|
|
29
|
-
border-radius: ${
|
|
29
|
+
border-radius: ${Q.borderRadius};
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.ft-ripple .ft-ripple--background,
|
|
@@ -60,27 +60,27 @@
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.ft-ripple .ft-ripple--background {
|
|
63
|
-
background-color: ${
|
|
63
|
+
background-color: ${Q.backgroundColor};
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
.ft-ripple .ft-ripple--effect {
|
|
67
|
-
background-color: ${
|
|
67
|
+
background-color: ${Q.color};
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
71
|
-
background-color: ${
|
|
71
|
+
background-color: ${qi.backgroundColor};
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
75
|
-
background-color: ${
|
|
75
|
+
background-color: ${qi.color};
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
79
|
-
background-color: ${
|
|
79
|
+
background-color: ${Ki.backgroundColor};
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
83
|
-
background-color: ${
|
|
83
|
+
background-color: ${Ki.color};
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
.ft-ripple .ft-ripple--background {
|
|
@@ -110,32 +110,78 @@
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
113
|
-
opacity: ${
|
|
113
|
+
opacity: ${Q.opacityContentOnSurfaceHover};
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
117
|
-
opacity: ${
|
|
117
|
+
opacity: ${Q.opacityContentOnSurfaceSelected};
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
121
|
-
opacity: ${
|
|
121
|
+
opacity: ${Q.opacityContentOnSurfaceFocused};
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
125
|
-
opacity: ${
|
|
125
|
+
opacity: ${Q.opacityContentOnSurfacePressed};
|
|
126
126
|
transform: translate(-50%, -50%) scale(1);
|
|
127
127
|
}
|
|
128
|
-
`;var
|
|
128
|
+
`;var he=f(k()),m=f(S()),Ji=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.titleFont),Me=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.contentFont),b={fontFamily:Me,fontSize:m.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:m.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:m.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:m.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:m.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},yt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Ji),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-font-size","",b.fontSize,"20px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",b.letterSpacing,"0.15px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-line-height","",b.lineHeight,"1.2"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",b.textTransform,"inherit")},gt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Ji),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",b.letterSpacing,"0.105px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",b.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",b.textTransform,"inherit")},vt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Me),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",b.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",b.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",b.letterSpacing,"0.144px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",b.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",b.textTransform,"inherit")},xt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Me),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",b.letterSpacing,"0.098px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",b.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",b.textTransform,"inherit")},bt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Me),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",b.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",b.letterSpacing,"0.496px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",b.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",b.textTransform,"inherit")},fe={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Me),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",b.letterSpacing,"0.252px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",b.lineHeight,"1.4"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",b.textTransform,"inherit")},Et={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Me),fontSize:m.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",b.fontSize,"12px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",b.letterSpacing,"0.396px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",b.lineHeight,"1.33"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",b.textTransform,"inherit")},St={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Me),fontSize:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",b.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",b.letterSpacing,"0.33px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",b.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",b.textTransform,"inherit")},At={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Me),fontSize:m.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",b.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",b.letterSpacing,"1.5px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",b.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",b.textTransform,"uppercase")},we={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Me),fontSize:m.FtCssVariableFactory.extend("--ft-typography-button-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",b.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",b.letterSpacing,"1.246px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-button-line-height","",b.lineHeight,"1.15"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",b.textTransform,"uppercase")},Zi=he.css`
|
|
129
129
|
.ft-typography--title {
|
|
130
|
-
font-family: ${
|
|
131
|
-
font-size: ${
|
|
132
|
-
font-weight: ${
|
|
133
|
-
letter-spacing: ${
|
|
134
|
-
line-height: ${
|
|
135
|
-
text-transform: ${
|
|
136
|
-
}
|
|
137
|
-
`,
|
|
130
|
+
font-family: ${yt.fontFamily};
|
|
131
|
+
font-size: ${yt.fontSize};
|
|
132
|
+
font-weight: ${yt.fontWeight};
|
|
133
|
+
letter-spacing: ${yt.letterSpacing};
|
|
134
|
+
line-height: ${yt.lineHeight};
|
|
135
|
+
text-transform: ${yt.textTransform};
|
|
136
|
+
}
|
|
137
|
+
`,Qi=he.css`
|
|
138
138
|
.ft-typography--title-dense {
|
|
139
|
+
font-family: ${gt.fontFamily};
|
|
140
|
+
font-size: ${gt.fontSize};
|
|
141
|
+
font-weight: ${gt.fontWeight};
|
|
142
|
+
letter-spacing: ${gt.letterSpacing};
|
|
143
|
+
line-height: ${gt.lineHeight};
|
|
144
|
+
text-transform: ${gt.textTransform};
|
|
145
|
+
}
|
|
146
|
+
`,es=he.css`
|
|
147
|
+
.ft-typography--subtitle1 {
|
|
148
|
+
font-family: ${vt.fontFamily};
|
|
149
|
+
font-size: ${vt.fontSize};
|
|
150
|
+
font-weight: ${vt.fontWeight};
|
|
151
|
+
letter-spacing: ${vt.letterSpacing};
|
|
152
|
+
line-height: ${vt.lineHeight};
|
|
153
|
+
text-transform: ${vt.textTransform};
|
|
154
|
+
}
|
|
155
|
+
`,ts=he.css`
|
|
156
|
+
.ft-typography--subtitle2 {
|
|
157
|
+
font-family: ${xt.fontFamily};
|
|
158
|
+
font-size: ${xt.fontSize};
|
|
159
|
+
font-weight: ${xt.fontWeight};
|
|
160
|
+
letter-spacing: ${xt.letterSpacing};
|
|
161
|
+
line-height: ${xt.lineHeight};
|
|
162
|
+
text-transform: ${xt.textTransform};
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
`,rs=he.css`
|
|
166
|
+
.ft-typography--body1 {
|
|
167
|
+
font-family: ${bt.fontFamily};
|
|
168
|
+
font-size: ${bt.fontSize};
|
|
169
|
+
font-weight: ${bt.fontWeight};
|
|
170
|
+
letter-spacing: ${bt.letterSpacing};
|
|
171
|
+
line-height: ${bt.lineHeight};
|
|
172
|
+
text-transform: ${bt.textTransform};
|
|
173
|
+
}
|
|
174
|
+
`,ns=he.css`
|
|
175
|
+
.ft-typography--body2 {
|
|
176
|
+
font-family: ${fe.fontFamily};
|
|
177
|
+
font-size: ${fe.fontSize};
|
|
178
|
+
font-weight: ${fe.fontWeight};
|
|
179
|
+
letter-spacing: ${fe.letterSpacing};
|
|
180
|
+
line-height: ${fe.lineHeight};
|
|
181
|
+
text-transform: ${fe.textTransform};
|
|
182
|
+
}
|
|
183
|
+
`,is=he.css`
|
|
184
|
+
.ft-typography--caption {
|
|
139
185
|
font-family: ${Et.fontFamily};
|
|
140
186
|
font-size: ${Et.fontSize};
|
|
141
187
|
font-weight: ${Et.fontWeight};
|
|
@@ -143,8 +189,8 @@
|
|
|
143
189
|
line-height: ${Et.lineHeight};
|
|
144
190
|
text-transform: ${Et.textTransform};
|
|
145
191
|
}
|
|
146
|
-
`,
|
|
147
|
-
.ft-typography--
|
|
192
|
+
`,ss=he.css`
|
|
193
|
+
.ft-typography--breadcrumb {
|
|
148
194
|
font-family: ${St.fontFamily};
|
|
149
195
|
font-size: ${St.fontSize};
|
|
150
196
|
font-weight: ${St.fontWeight};
|
|
@@ -152,75 +198,29 @@
|
|
|
152
198
|
line-height: ${St.lineHeight};
|
|
153
199
|
text-transform: ${St.textTransform};
|
|
154
200
|
}
|
|
155
|
-
`,
|
|
156
|
-
.ft-typography--subtitle2 {
|
|
157
|
-
font-family: ${Ct.fontFamily};
|
|
158
|
-
font-size: ${Ct.fontSize};
|
|
159
|
-
font-weight: ${Ct.fontWeight};
|
|
160
|
-
letter-spacing: ${Ct.letterSpacing};
|
|
161
|
-
line-height: ${Ct.lineHeight};
|
|
162
|
-
text-transform: ${Ct.textTransform};
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
`,Xi=fe.css`
|
|
166
|
-
.ft-typography--body1 {
|
|
167
|
-
font-family: ${Ot.fontFamily};
|
|
168
|
-
font-size: ${Ot.fontSize};
|
|
169
|
-
font-weight: ${Ot.fontWeight};
|
|
170
|
-
letter-spacing: ${Ot.letterSpacing};
|
|
171
|
-
line-height: ${Ot.lineHeight};
|
|
172
|
-
text-transform: ${Ot.textTransform};
|
|
173
|
-
}
|
|
174
|
-
`,Ji=fe.css`
|
|
175
|
-
.ft-typography--body2 {
|
|
176
|
-
font-family: ${pe.fontFamily};
|
|
177
|
-
font-size: ${pe.fontSize};
|
|
178
|
-
font-weight: ${pe.fontWeight};
|
|
179
|
-
letter-spacing: ${pe.letterSpacing};
|
|
180
|
-
line-height: ${pe.lineHeight};
|
|
181
|
-
text-transform: ${pe.textTransform};
|
|
182
|
-
}
|
|
183
|
-
`,Zi=fe.css`
|
|
184
|
-
.ft-typography--caption {
|
|
185
|
-
font-family: ${Tt.fontFamily};
|
|
186
|
-
font-size: ${Tt.fontSize};
|
|
187
|
-
font-weight: ${Tt.fontWeight};
|
|
188
|
-
letter-spacing: ${Tt.letterSpacing};
|
|
189
|
-
line-height: ${Tt.lineHeight};
|
|
190
|
-
text-transform: ${Tt.textTransform};
|
|
191
|
-
}
|
|
192
|
-
`,Qi=fe.css`
|
|
193
|
-
.ft-typography--breadcrumb {
|
|
194
|
-
font-family: ${wt.fontFamily};
|
|
195
|
-
font-size: ${wt.fontSize};
|
|
196
|
-
font-weight: ${wt.fontWeight};
|
|
197
|
-
letter-spacing: ${wt.letterSpacing};
|
|
198
|
-
line-height: ${wt.lineHeight};
|
|
199
|
-
text-transform: ${wt.textTransform};
|
|
200
|
-
}
|
|
201
|
-
`,eo=fe.css`
|
|
201
|
+
`,os=he.css`
|
|
202
202
|
.ft-typography--overline {
|
|
203
|
-
font-family: ${
|
|
204
|
-
font-size: ${
|
|
205
|
-
font-weight: ${
|
|
206
|
-
letter-spacing: ${
|
|
207
|
-
line-height: ${
|
|
208
|
-
text-transform: ${
|
|
209
|
-
}
|
|
210
|
-
`,
|
|
203
|
+
font-family: ${At.fontFamily};
|
|
204
|
+
font-size: ${At.fontSize};
|
|
205
|
+
font-weight: ${At.fontWeight};
|
|
206
|
+
letter-spacing: ${At.letterSpacing};
|
|
207
|
+
line-height: ${At.lineHeight};
|
|
208
|
+
text-transform: ${At.textTransform};
|
|
209
|
+
}
|
|
210
|
+
`,as=he.css`
|
|
211
211
|
.ft-typography--button {
|
|
212
|
-
font-family: ${
|
|
213
|
-
font-size: ${
|
|
214
|
-
font-weight: ${
|
|
215
|
-
letter-spacing: ${
|
|
216
|
-
line-height: ${
|
|
217
|
-
text-transform: ${
|
|
218
|
-
}
|
|
219
|
-
`,
|
|
212
|
+
font-family: ${we.fontFamily};
|
|
213
|
+
font-size: ${we.fontSize};
|
|
214
|
+
font-weight: ${we.fontWeight};
|
|
215
|
+
letter-spacing: ${we.letterSpacing};
|
|
216
|
+
line-height: ${we.lineHeight};
|
|
217
|
+
text-transform: ${we.textTransform};
|
|
218
|
+
}
|
|
219
|
+
`,ls=he.css`
|
|
220
220
|
.ft-typography {
|
|
221
221
|
vertical-align: inherit;
|
|
222
222
|
}
|
|
223
|
-
`;var
|
|
223
|
+
`;var cs=f(k()),be=f(S()),ae={size:be.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:be.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",be.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:be.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",be.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:be.FtCssVariableFactory.extend("--ft-icon-material-font-family","",be.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:be.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},us=[cs.css`
|
|
224
224
|
:host, i.ft-icon {
|
|
225
225
|
display: inline-flex;
|
|
226
226
|
align-items: center;
|
|
@@ -268,28 +268,28 @@
|
|
|
268
268
|
.ft-icon--material {
|
|
269
269
|
font-family: ${ae.materialFontFamily}, "Material Icons", sans-serif;
|
|
270
270
|
}
|
|
271
|
-
`,
|
|
271
|
+
`,be.noTextSelect];var Ne=f(S());var ps=f(k()),G=f(J()),fs=f(Cr()),zt=f(S());var ne=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},M=class extends 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:s}=this.getCoordinates(t),o=(n=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-o.x:o.width/2),this.originY=Math.round(s!=null?s-o.y:o.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(t?.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return ps.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,
|
|
278
|
+
<div class="${(0,fs.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"),
|
|
283
|
-
\f\r]`,
|
|
284
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),
|
|
285
|
-
<${
|
|
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"),s=a=>{["Enter"," "].includes(a.key)&&r("keyup")(a)},o={passive:!0};t.addEventListener("mouseover",this.startHover,o),t.addEventListener("mousemove",this.moveRipple,o),t.addEventListener("mouseleave",this.endHover,o),t.addEventListener("mousedown",n,o),t.addEventListener("touchstart",i,o),t.addEventListener("touchmove",this.moveRipple,o),t.addEventListener("keydown",s,o),t.addEventListener("focus",this.startFocus,o),t.addEventListener("blur",this.endFocus,o),t.addEventListener("focusin",this.startFocus,o),t.addEventListener("focusout",this.endFocus,o),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,o),t.removeEventListener("mousemove",this.moveRipple,o),t.removeEventListener("mouseleave",this.endHover,o),t.removeEventListener("mousedown",n,o),t.removeEventListener("touchstart",i,o),t.removeEventListener("touchmove",this.moveRipple,o),t.removeEventListener("keydown",s,o),t.removeEventListener("focus",this.startFocus,o),t.removeEventListener("blur",this.endFocus,o),t.removeEventListener("focusin",this.startFocus,o),t.removeEventListener("focusout",this.endFocus,o),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let r=t,n=t,i,s;return r.x!=null?{x:i,y:s}=r:n.touches!=null&&(i=n.touches[0].clientX,s=n.touches[0].clientY),{x:i,y:s}}isFocusVisible(t){return t instanceof HTMLElement?t.matches(":focus-visible"):!0}isIgnored(t){if(this.disabled)return!0;if(t!=null)for(let r of t.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};M.elementDefinitions={};M.styles=Xi;ne([(0,G.property)({type:Boolean})],M.prototype,"primary",void 0);ne([(0,G.property)({type:Boolean})],M.prototype,"secondary",void 0);ne([(0,G.property)({type:Boolean})],M.prototype,"unbounded",void 0);ne([(0,G.property)({type:Boolean})],M.prototype,"activated",void 0);ne([(0,G.property)({type:Boolean})],M.prototype,"selected",void 0);ne([(0,G.property)({type:Boolean})],M.prototype,"disabled",void 0);ne([(0,G.state)()],M.prototype,"hovered",void 0);ne([(0,G.state)()],M.prototype,"focused",void 0);ne([(0,G.state)()],M.prototype,"pressed",void 0);ne([(0,G.state)()],M.prototype,"rippling",void 0);ne([(0,G.state)()],M.prototype,"originX",void 0);ne([(0,G.state)()],M.prototype,"originY",void 0);ne([(0,G.query)(".ft-ripple")],M.prototype,"ripple",void 0);ne([(0,G.query)(".ft-ripple--effect")],M.prototype,"rippleEffect",void 0);var ms=f(S());var hs={"ft-ripple":M};(0,ms.customElements)(hs);var Al=f(k()),ve=f(J()),ge=f(S());var $n=globalThis,ys=e=>e,wr=$n.trustedTypes,gs=wr?wr.createPolicy("lit-html",{createHTML:e=>e}):void 0,As="$lit$",He=`lit$${Math.random().toFixed(9).slice(2)}$`,_s="?"+He,dc=`<${_s}>`,tt=document,Or=()=>tt.createComment(""),Kt=e=>e===null||typeof e!="object"&&typeof e!="function",Bn=Array.isArray,pc=e=>Bn(e)||typeof e?.[Symbol.iterator]=="function",Pn=`[
|
|
283
|
+
\f\r]`,Wt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,vs=/-->/g,xs=/>/g,Qe=RegExp(`>|${Pn}(?:([^\\s"'>=/]+)(${Pn}*=${Pn}*(?:[^
|
|
284
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),bs=/'/g,Es=/"/g,Cs=/^(?:script|style|textarea|title)$/i,Hn=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),ws=Hn(1),Os=Hn(2),Ts=Hn(3),Gt=Symbol.for("lit-noChange"),F=Symbol.for("lit-nothing"),Ss=new WeakMap,et=tt.createTreeWalker(tt,129);function Rs(e,t){if(!Bn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return gs!==void 0?gs.createHTML(t):t}var fc=(e,t)=>{let r=e.length-1,n=[],i,s=t===2?"<svg>":t===3?"<math>":"",o=Wt;for(let a=0;a<r;a++){let l=e[a],c,u,d=-1,p=0;for(;p<l.length&&(o.lastIndex=p,u=o.exec(l),u!==null);)p=o.lastIndex,o===Wt?u[1]==="!--"?o=vs:u[1]!==void 0?o=xs:u[2]!==void 0?(Cs.test(u[2])&&(i=RegExp("</"+u[2],"g")),o=Qe):u[3]!==void 0&&(o=Qe):o===Qe?u[0]===">"?(o=i??Wt,d=-1):u[1]===void 0?d=-2:(d=o.lastIndex-u[2].length,c=u[1],o=u[3]===void 0?Qe:u[3]==='"'?Es:bs):o===Es||o===bs?o=Qe:o===vs||o===xs?o=Wt:(o=Qe,i=void 0);let y=o===Qe&&e[a+1].startsWith("/>")?" ":"";s+=o===Wt?l+dc:d>=0?(n.push(c),l.slice(0,d)+As+l.slice(d)+He+y):l+He+(d===-2?a:y)}return[Rs(e,s+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},qt=class e{constructor({strings:t,_$litType$:r},n){let i;this.parts=[];let s=0,o=0,a=t.length-1,l=this.parts,[c,u]=fc(t,r);if(this.el=e.createElement(c,n),et.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=et.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(As)){let p=u[o++],y=i.getAttribute(d).split(He),v=/([.?@])?(.*)/.exec(p);l.push({type:1,index:s,name:v[2],strings:y,ctor:v[1]==="."?Mn:v[1]==="?"?kn:v[1]==="@"?In:Ct}),i.removeAttribute(d)}else d.startsWith(He)&&(l.push({type:6,index:s}),i.removeAttribute(d));if(Cs.test(i.tagName)){let d=i.textContent.split(He),p=d.length-1;if(p>0){i.textContent=wr?wr.emptyScript:"";for(let y=0;y<p;y++)i.append(d[y],Or()),et.nextNode(),l.push({type:2,index:++s});i.append(d[p],Or())}}}else if(i.nodeType===8)if(i.data===_s)l.push({type:2,index:s});else{let d=-1;for(;(d=i.data.indexOf(He,d+1))!==-1;)l.push({type:7,index:s}),d+=He.length-1}s++}}static createElement(t,r){let n=tt.createElement("template");return n.innerHTML=t,n}};function _t(e,t,r=e,n){if(t===Gt)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,s=Kt(t)?void 0:t._$litDirective$;return i?.constructor!==s&&(i?._$AO?.(!1),s===void 0?i=void 0:(i=new s(e),i._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(t=_t(e,i._$AS(e,t.values),i,n)),t}var Dn=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??tt).importNode(r,!0);et.currentNode=i;let s=et.nextNode(),o=0,a=0,l=n[0];for(;l!==void 0;){if(o===l.index){let c;l.type===2?c=new Tr(s,s.nextSibling,this,t):l.type===1?c=new l.ctor(s,l.name,l.strings,this,t):l.type===6&&(c=new Un(s,this,t)),this._$AV.push(c),l=n[++a]}o!==l?.index&&(s=et.nextNode(),o++)}return et.currentNode=tt,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++}},Tr=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=F,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=_t(this,t,r),Kt(t)?t===F||t==null||t===""?(this._$AH!==F&&this._$AR(),this._$AH=F):t!==this._$AH&&t!==Gt&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):pc(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!==F&&Kt(this._$AH)?this._$AA.nextSibling.data=t:this.T(tt.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=qt.createElement(Rs(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let s=new Dn(i,this),o=s.u(this.options);s.p(r),this.T(o),this._$AH=s}}_$AC(t){let r=Ss.get(t.strings);return r===void 0&&Ss.set(t.strings,r=new qt(t)),r}k(t){Bn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let s of t)i===r.length?r.push(n=new e(this.O(Or()),this.O(Or()),this,this.options)):n=r[i],n._$AI(s),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t!==this._$AB;){let n=ys(t).nextSibling;ys(t).remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},Ct=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,s){this.type=1,this._$AH=F,this._$AN=void 0,this.element=t,this.name=r,this._$AM=i,this.options=s,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=F}_$AI(t,r=this,n,i){let s=this.strings,o=!1;if(s===void 0)t=_t(this,t,r,0),o=!Kt(t)||t!==this._$AH&&t!==Gt,o&&(this._$AH=t);else{let a=t,l,c;for(t=s[0],l=0;l<s.length-1;l++)c=_t(this,a[n+l],r,l),c===Gt&&(c=this._$AH[l]),o||=!Kt(c)||c!==this._$AH[l],c===F?t=F:t!==F&&(t+=(c??"")+s[l+1]),this._$AH[l]=c}o&&!i&&this.j(t)}j(t){t===F?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},Mn=class extends Ct{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===F?void 0:t}},kn=class extends Ct{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==F)}},In=class extends Ct{constructor(t,r,n,i,s){super(t,r,n,i,s),this.type=5}_$AI(t,r=this){if((t=_t(this,t,r,0)??F)===Gt)return;let n=this._$AH,i=t===F&&n!==F||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,s=t!==F&&(n===F||i);i&&this.element.removeEventListener(this.name,this,n),s&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},Un=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){_t(this,t)}};var hc=$n.litHtmlPolyfillSupport;hc?.(qt,Tr),($n.litHtmlVersions??=[]).push("3.3.3");var Ns=Symbol.for(""),mc=e=>{if(e?.r===Ns)return e?._$litStatic$},Vn=e=>({_$litStatic$:e,r:Ns});var Ls=new Map,Fn=e=>(t,...r)=>{let n=r.length,i,s,o=[],a=[],l,c=0,u=!1;for(;c<n;){for(l=t[c];c<n&&(s=r[c],(i=mc(s))!==void 0);)l+=i+t[++c],u=!0;c!==n&&a.push(s),o.push(l),c++}if(c===n&&o.push(t[n]),u){let d=o.join("$$lit$$");(t=Ls.get(d))===void 0&&(o.raw=o,Ls.set(d,t=o)),r=a}return e(t,...r)},jn=Fn(ws),hd=Fn(Os),md=Fn(Ts);var zn=f(J()),Ds=f(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 Ps=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},le=class extends Ds.FtLitElement{constructor(){super(...arguments),this.variant=Ve.body1}render(){return this.element?jn`
|
|
285
|
+
<${Vn(this.element)}
|
|
286
286
|
part="text"
|
|
287
287
|
class="ft-typography ft-typography--${this.variant}">
|
|
288
288
|
<slot></slot>
|
|
289
|
-
</${
|
|
290
|
-
`:
|
|
289
|
+
</${Vn(this.element)}>
|
|
290
|
+
`:jn`
|
|
291
291
|
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
292
|
-
`}};le.styles=[
|
|
292
|
+
`}};le.styles=[Zi,Qi,es,ts,rs,ns,is,ss,os,as,ls];Ps([(0,zn.property)()],le.prototype,"element",void 0);Ps([(0,zn.property)()],le.prototype,"variant",void 0);var ks=f(S());var Ms={"ft-typography":le};(0,ks.customElements)(Ms);var Is=f(k()),Fe=f(S()),Yt={distance:Fe.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Fe.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Fe.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:Fe.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",Fe.designSystemVariables.borderRadiusS),maxWidth:Fe.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Us=Is.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: ${
|
|
310
|
+
max-width: ${Yt.maxWidth};
|
|
311
311
|
text-align: center;
|
|
312
|
-
padding: ${
|
|
312
|
+
padding: ${Yt.distance};
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
.ft-tooltip--content {
|
|
316
316
|
padding: 4px 8px;
|
|
317
|
-
border-radius: ${
|
|
318
|
-
background-color: ${
|
|
319
|
-
color: ${
|
|
317
|
+
border-radius: ${Yt.borderRadiusS};
|
|
318
|
+
background-color: ${Yt.backgroundColor};
|
|
319
|
+
color: ${Yt.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]),[]),rr=Math.min,ze=Math.max,nr=Math.round;var Re=e=>({x:e,y:e}),rc={left:"right",right:"left",bottom:"top",top:"bottom"};function Mo(e,t,r){return ze(e,rr(t,r))}function Pr(e,t){return typeof e=="function"?e(t):e}function ir(e){return e.split("-")[0]}function We(e){return e.split("-")[1]}function Mn(e){return e==="x"?"y":"x"}function kn(e){return e==="y"?"height":"width"}function Nr(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function Un(e){return Mn(Nr(e))}function ko(e,t,r){r===void 0&&(r=!1);let n=We(e),i=Un(e),o=kn(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=ir(e);return rc[t]+e.slice(t.length)}function nc(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"?nc(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=kn(s),l=ir(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=We(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 ic=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<ic&&(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 oc(e,t,r){return(e?[...r.filter(i=>We(i)===e),...r.filter(i=>We(i)!==e)]:r.filter(i=>ir(i)===i)).filter(i=>e?We(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?oc(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=ko(x,o,await(l.isRTL==null?void 0:l.isRTL(c.floating))),T=[A[ir(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 Be=F.map(oe=>{let de=We(oe.placement);return[oe.placement,de&&u?oe.overflows.slice(0,2).reduce((se,rt)=>se+rt,0):oe.overflows[0],oe.overflows]}).sort((oe,de)=>oe[1]-de[1]),He=((i=Be.filter(oe=>oe[2].slice(0,We(oe[0])?2:3).every(de=>de<=0))[0])==null?void 0:i[0])||Be[0][0];return He!==a?{data:{index:b+1,overflows:F},reset:{placement:He}}:{}}}};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=Mn(p),h=u[f],m=u[p],b=(A,C)=>Mo(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 Me(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 Ee(e){return Ir()?e instanceof Element||e instanceof re(e).Element:!1}function ke(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 or(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=Se(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 sc=/transform|translate|scale|rotate|perspective|filter/,ac=/paint|layout|strict|content/,at=e=>!!e&&e!=="none",$n;function Pt(e){let t=Ee(e)?Se(e):e;return at(t.transform)||at(t.translate)||at(t.scale)||at(t.rotate)||at(t.perspective)||!Mr()&&(at(t.backdropFilter)||at(t.filter))||sc.test(t.willChange||"")||ac.test(t.contain||"")}function Go(e){let t=Ke(e);for(;ke(t)&&!Nt(t);){if(Pt(t))return t;if(sr(t))return null;t=Ke(t)}return null}function Mr(){return $n==null&&($n=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),$n}function Nt(e){return/^(html|body|#document)$/.test(lt(e))}function Se(e){return re(e).getComputedStyle(e)}function ar(e){return Ee(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ke(e){if(lt(e)==="html")return e;let t=e.assignedSlot||e.parentNode||zo(e)&&e.host||Me(e);return zo(t)?t.host:t}function qo(e){let t=Ke(e);return Nt(t)?(e.ownerDocument||e).body:ke(t)&&or(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=kr(s);return t.concat(s,s.visualViewport||[],or(i)?i:[],a&&r?Dr(a):[])}else return t.concat(i,Dr(i,[],r))}function kr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Jo(e){let t=Se(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=ke(e),o=i?e.offsetWidth:r,s=i?e.offsetHeight:n,a=nr(r)!==o||nr(n)!==s;return a&&(r=o,n=s),{width:r,height:n,$:a}}function Zo(e){return Ee(e)?e:e.contextElement}function Dt(e){let t=Zo(e);if(!ke(t))return Re(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:o}=Jo(t),s=(o?nr(r.width):r.width)/n,a=(o?nr(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var lc=Re(0);function Qo(e){let t=re(e);return!Mr()||!t.visualViewport?lc:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function cc(e,t,r){return t===void 0&&(t=!1),!!r&&t&&r===re(e)}function lr(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),o=Zo(e),s=Re(1);t&&(n?Ee(n)&&(s=Dt(n)):s=Dt(e));let a=cc(o,r,n)?Qo(o):Re(0),l=(i.left+a.x)/s.x,c=(i.top+a.y)/s.y,u=i.width/s.x,d=i.height/s.y;if(o&&n){let p=re(o),f=Ee(n)?re(n):n,h=p,m=kr(h);for(;m&&f!==h;){let b=Dt(m),x=m.getBoundingClientRect(),A=Se(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=kr(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(Me(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 uc(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,o=i==="fixed",s=Me(n),a=t?sr(t.floating):!1;if(n===s||a&&o)return r;let l={scrollLeft:0,scrollTop:0},c=Re(1),u=Re(0),d=ke(n);if((d||!o)&&((lt(n)!=="body"||or(s))&&(l=ar(n)),d)){let f=lr(n);c=Dt(n),u.x=f.x+n.clientLeft,u.y=f.y+n.clientTop}let p=s&&!d&&!o?es(s,l):Re(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 dc(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function pc(e){let t=ar(e),r=e.ownerDocument.body,n=ze(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=ze(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight),o=-t.scrollLeft+Ur(e),s=-t.scrollTop;return Se(r).direction==="rtl"&&(o+=ze(e.clientWidth,r.clientWidth)-n),{width:n,height:i,x:o,y:s}}var fc=25;function hc(e,t,r){r===void 0&&(r="viewport");let n=r==="layoutViewport",i=re(e),o=Me(e),s=i.visualViewport,a=o.clientWidth,l=o.clientHeight,c=0,u=0;if(s){let p=!Mr()||t==="fixed";n?p||(c=-s.offsetLeft,u=-s.offsetTop):(a=s.width,l=s.height,p&&(c=s.offsetLeft,u=s.offsetTop))}if(Ur(o)<=0){let p=o.ownerDocument,f=p.body,h=getComputedStyle(f),m=p.compatMode==="CSS1Compat"&&parseFloat(h.marginLeft)+parseFloat(h.marginRight)||0,b=Math.abs(o.clientWidth-f.clientWidth-m),x=getComputedStyle(o).scrollbarGutter==="stable both-edges"?b/2:b;x<=fc&&(a-=x)}return{width:a,height:l,x:c,y:u}}function mc(e,t){let r=lr(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,o=Dt(e),s=e.clientWidth*o.x,a=e.clientHeight*o.y,l=i*o.x,c=n*o.y;return{width:s,height:a,x:l,y:c}}function Yo(e,t,r){let n;if(t==="viewport"||t==="layoutViewport")n=hc(e,r,t);else if(t==="document")n=pc(Me(e));else if(Ee(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 yc(e,t){let r=t.get(e);if(r)return r;let n=Dr(e,[],!1).filter(a=>Ee(a)&<(a)!=="body"),i=null,o=Se(e).position==="fixed",s=o?Ke(e):e;for(;Ee(s)&&!Nt(s);){let a=Se(s),l=Pt(s),c=i?i.position:o?"fixed":"";!l&&(c==="fixed"||c==="absolute"&&a.position==="static")?n=n.filter(d=>d!==s):i=a,s=Ke(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=ze(f.top,l),c=rr(f.right,c),u=rr(f.bottom,u),d=ze(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=ke(t),i=Me(t),o=r==="fixed",s=lr(e,!0,o,t),a={scrollLeft:0,scrollTop:0},l=Re(0);if((n||!o)&&((lt(t)!=="body"||or(i))&&(a=ar(t)),n)){let p=lr(t,!0,o,t);l.x=p.x+t.clientLeft,l.y=p.y+t.clientTop}!n&&i&&(l.x=Ur(i));let c=i&&!n&&!o?es(i,a):Re(0),u=s.left+a.scrollLeft-l.x-c.x,d=s.top+a.scrollTop-l.y-c.y;return{x:u,y:d,width:s.width,height:s.height}}function Bn(e){return Se(e).position==="static"}function Xo(e,t){if(!ke(e)||Se(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Me(e)===r&&(r=r.ownerDocument.body),r}function ts(e,t){let r=re(e);if(sr(e))return r;if(!ke(e)){let i=Ke(e);for(;i&&!Nt(i);){if(Ee(i)&&!Bn(i))return i;i=Ke(i)}return r}let n=Xo(e,t);for(;n&&Ko(n)&&Bn(n);)n=Xo(n,t);return n&&Nt(n)&&Bn(n)&&!Pt(n)?r:n||Go(e)||r}var xc=async function(e){let t=this.getOffsetParent||ts,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 Se(e).direction==="rtl"}var $r={convertOffsetParentRelativeRectToViewportRelativeRect:uc,getDocumentElement:Me,getClippingRect:gc,getOffsetParent:ts,getElementRects:xc,getClientRects:dc,getDimensions:vc,getScale:Dt,isElement:Ee,isRTL:Ac};var rs=Fo,ns=Vo;var is=(e,t,r)=>{let n=new Map,i=r??{},o={...$r,...i.platform,_c:n};return jo(e,t,{...i,platform:o})};function os(e){return Ec(e)}function Hn(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Ec(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"||Pt(r)||t.tagName==="BODY"))return t}return null}async function ss(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},is(e,t,{strategy:n.strategy,platform:{...$r,getOffsetParent:i=>$r.getOffsetParent(i,os)},middleware:[ns({crossAxis:!0}),rs({allowedPlacements:[n.placement]})]})}var Wt=y(S());var pi=y(Y());var as=y(Y(),1);var jn=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function ls(e,t){return(0,as.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 cs=y(Y(),1);var Fn=e=>{let t=e??{};return(r,n)=>{var i;let o={hasChanged:ur,attribute:!1,...t};(0,cs.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 ct=y(Y(),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 ds=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 us=(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 ds.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 us(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 ps(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},ys,fs=Symbol("constructorPrototype"),hs=Symbol("constructorName"),gs=Symbol("exportpartsDebouncer"),ms=Symbol("dynamicDependenciesLoaded"),It=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};It.eventName="exportparts-updated";var Le=class extends zr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[ys]=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[gs].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[hs]=this.constructor.name,this[fs]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[hs]&&Object.setPrototypeOf(this,this[fs])}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[ms]||(r[ms]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(It.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(It.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 It)})}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=ps(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(", ")}};ys=gs;Mt([(0,ct.property)()],Le.prototype,"exportpartsPrefix",void 0);Mt([ls([])],Le.prototype,"exportpartsPrefixes",void 0);Mt([(0,ct.property)({reflect:!0})],Le.prototype,"exportparts",void 0);Mt([(0,ct.property)()],Le.prototype,"customStylesheet",void 0);Mt([(0,ct.property)()],Le.prototype,"elementToFocus",void 0);Mt([(0,ct.state)()],Le.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"),ut=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[ut].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[ut].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[ut].get(s)}addStore(s,a){var l;a=(l=a??s.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[ut].set(a,s),this.subscribeToStore(a,s),this.updateFromStores()}removeStore(s){let a=typeof s=="string"?s:s.name;this.unsubscribeFromStore(a),this[ut].delete(a)}setupStores(){this.unsubscribeFromStores(),this[ut].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=ut,n=dr,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),vs=class extends Oc(Le){};function he(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 Ue(e){return!!e&&!!e[N]}function Ce(e){var t;return!!e&&((function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===Dc})(e)||Array.isArray(e)||!!e[Os]||!!(!((t=e.constructor)===null||t===void 0)&&t[Os])||Jn(e)||Zn(e))}function dt(e,t,r){r===void 0&&(r=!1),$t(e)===0?(r?Object.keys:Ut)(e).forEach((function(n){r&&typeof n=="symbol"||t(n,e[n],e)})):e.forEach((function(n,i){return t(i,n,e)}))}function $t(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 kt(e,t){return $t(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Tc(e,t){return $t(e)===2?e.get(t):e[t]}function Ts(e,t,r){var n=$t(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function ws(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Jn(e){return Pc&&e instanceof Map}function Zn(e){return Nc&&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=Ls(e);delete t[N];for(var r=Ut(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)||Ue(e)||!Ce(e)||($t(e)>1&&(e.set=e.add=e.clear=e.delete=wc),Object.freeze(e),t&&dt(e,(function(r,n){return ei(n,!0)}),!0)),e}function wc(){he(2)}function ti(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function Pe(e){var t=Xn[e];return t||he(18,e),t}function _c(e,t){Xn[e]||(Xn[e]=t)}function Gn(){return fr}function Vn(e,t){t&&(Pe("Patches"),e.u=[],e.s=[],e.v=t)}function Kr(e){qn(e),e.p.forEach(Rc),e.p=null}function qn(e){e===fr&&(fr=e.l)}function bs(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 zn(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||Pe("ES5").S(t,e,n),n?(r[N].P&&(Kr(t),he(4)),Ce(e)&&(e=Gr(t,e),t.l||qr(t,e)),t.u&&Pe("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!==Rs?e:void 0}function Gr(e,t,r){if(ti(t))return t;var n=t[N];if(!n)return dt(t,(function(a,l){return xs(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),dt(o,(function(a,l){return xs(e,n,i,a,l,r,s)})),qr(e,i,!1),r&&e.u&&Pe("Patches").N(n,r,e.u,e.s)}return n.o}function xs(e,t,r,n,i,o,s){if(Ue(i)){var a=Gr(e,i,o&&t&&t.i!==3&&!kt(t.R,n)?o.concat(n):void 0);if(Ts(r,n,a),!Ue(a))return;e.m=!1}else s&&r.add(i);if(Ce(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 As(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)?Pe("MapSet").F(t,r):Zn(t)?Pe("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):Pe("ES5").J(t,r);return(r?r.A:Gn()).p.push(n),n}function Lc(e){return Ue(e)||he(22,e),(function t(r){if(!Ce(r))return r;var n,i=r[N],o=$t(r);if(i){if(!i.P&&(i.i<4||!Pe("ES5").K(i)))return i.t;i.I=!0,n=Es(r,o),i.I=!1}else n=Es(r,o);return dt(n,(function(s,a){i&&Tc(i.t,s)===a||Ts(n,s,t(a))})),o===3?new Set(n):n})(e)}function Es(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return Qn(e)}function _s(){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=Ut(l),u=c.length-1;u>=0;u--){var d=c[u];if(d!==N){var p=a[d];if(p===void 0&&!kt(a,d))return!0;var f=l[d],h=f&&f[N];if(h?h.t!==p:!ws(f,p))return!0}}var m=!!a[N];return c.length!==Ut(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&&he(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=Ls(p);delete m[N];for(var b=Ut(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?Ue(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)dt(f,(function(T){T!==N&&(p[T]!==void 0||kt(p,T)?h[T]||c(f[T]):(h[T]=!0,Ye(d)))})),dt(p,(function(T){f[T]!==void 0||kt(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 Ss,fr,ri=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Pc=typeof Map<"u",Nc=typeof Set<"u",Cs=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Rs=ri?Symbol.for("immer-nothing"):((Ss={})["immer-nothing"]=!0,Ss),Os=ri?Symbol.for("immer-draftable"):"__$immer_draftable",N=ri?Symbol.for("immer-state"):"__$immer_state";var Dc=""+Object.prototype.constructor,Ut=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Ls=Object.getOwnPropertyDescriptors||function(e){var t={};return Ut(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(!kt(r,t))return(function(i,o,s){var a,l=As(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||!Ce(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=As(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(ws(r,i)&&(r!==void 0||kt(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(){he(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){he(12)}},pr={};dt(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=Cs,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"&&he(6),s!==void 0&&typeof s!="function"&&he(7),Ce(i)){var u=bs(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===Rs&&(c=void 0),n.D&&ei(c,!0),s){var f=[],h=[];Pe("Patches").M(i,c,f,h),s(f,h)}return c}he(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){Ce(r)||he(8),Ue(r)&&(r=Lc(r));var n=bs(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&&!Cs&&he(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=Pe("Patches").$;return Ue(r)?s(r,n):this.produce(r,(function(a){return s(a,n)}))},e})(),ce=new Ic,Mc=ce.produce,ip=ce.produceWithPatches.bind(ce),op=ce.setAutoFreeze.bind(ce),sp=ce.setUseProxies.bind(ce),ap=ce.applyPatches.bind(ce),lp=ce.createDraft.bind(ce),cp=ce.finishDraft.bind(ce),Yr=Mc;function pt(e){"@babel/helpers - typeof";return pt=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},pt(e)}function Ps(e,t){if(pt(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(pt(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Ns(e){var t=Ps(e,"string");return pt(t)=="symbol"?t:t+""}function Ds(e,t,r){return(t=Ns(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Is(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?Is(Object(r),!0).forEach(function(n){Ds(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Is(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function X(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"})(),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 kc(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(X(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(X(1));return r(oi)(e,t)}if(typeof e!="function")throw new Error(X(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(X(3));return o}function d(m){if(typeof m!="function")throw new Error(X(4));if(l)throw new Error(X(5));var b=!0;return c(),a.push(m),function(){if(b){if(l)throw new Error(X(6));b=!1,c();var A=a.indexOf(m);a.splice(A,1),s=null}}}function p(m){if(!kc(m))throw new Error(X(7));if(typeof m.type>"u")throw new Error(X(8));if(l)throw new Error(X(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(X(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(X(11));function C(){A.next&&A.next(u())}C();var T=b(C);return{unsubscribe:T}}},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(X(12));if(typeof r(void 0,{type:Xr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(X(13))})}function ks(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(X(14))}f[m]=A,p=p||A!==x}return p=p||o.length!==Object.keys(c).length,p?f:c}}function Bt(){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 Us(){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(X(15))},s={getState:i.getState,dispatch:function(){return o.apply(void 0,arguments)}},a=t.map(function(l){return l(s)});return o=Bt.apply(void 0,a)(i.dispatch),ni(ni({},i),{},{dispatch:o})}}}function $s(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 Bs=$s();Bs.withExtraArgument=$s;var si=Bs;var zs=(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}}},Ht=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,Hs=Object.getOwnPropertySymbols,Fc=Object.prototype.hasOwnProperty,Vc=Object.prototype.propertyIsEnumerable,js=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)&&js(e,r,t[r]);if(Hs)for(var n=0,i=Hs(t);n<i.length;n++){var r=i[n];Vc.call(t,r)&&js(e,r,t[r])}return e},ai=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"?Bt:Bt.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){zs(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,Ht([void 0],r[0].concat(this)))):new(t.bind.apply(t,Ht([void 0],r.concat(this))))},t})(Array),qc=(function(e){zs(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,Ht([void 0],r[0].concat(this)))):new(t.bind.apply(t,Ht([void 0],r.concat(this))))},t})(Array);function ui(e){return Ce(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(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 Ws(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=ks(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=Us.apply(void 0,h),b=Bt;l&&(b=Wc(Xe({trace:!li},typeof l=="object"&&l)));var x=new qc(m),A=x;Array.isArray(p)?A=Ht([m],p):typeof p=="function"&&(A=p(x));var C=b.apply(void 0,A);return oi(f,u,C)}function Ks(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"?Ks(t):[t,r,n],o=i[0],s=i[1],a=i[2],l;if(Zc(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=Ht([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(Ue(h)){var b=h,x=m(b,p);return x===void 0?h:x}else{if(Ce(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 Gs(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=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"?Ks(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 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 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"],ci=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Fs=(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: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||iu)(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):ru(),m=new l,b,x=!1;function A(T){b=T,m.abort()}var C=(function(){return zc(this,null,function(){var T,F,$,Be,vn,He,oe;return $c(this,function(de){switch(de.label){case 0:return de.trys.push([0,4,,5]),Be=(T=n?.condition)==null?void 0:T.call(n,u,{getState:p,extra:f}),su(Be)?[4,Be]:[3,2];case 1:Be=de.sent(),de.label=2;case 2:if(Be===!1||m.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return x=!0,vn=new Promise(function(se,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(se,rt){return new ci(se,rt)},fulfillWithValue:function(se,rt){return new Fs(se,rt)}})).then(function(se){if(se instanceof ci)throw se;return se instanceof Fs?i(se.payload,h,u,se.meta):i(se,h,u)})])];case 3:return $=de.sent(),[3,5];case 4:return He=de.sent(),$=He instanceof ci?s(null,h,u,He.payload,He.meta):s(He,h,u),[3,5];case 5:return oe=n&&!n.dispatchConditionRejection&&s.match($)&&$.meta.condition,oe||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 qs="listener",Ys="completed",Xs="cancelled",Np="task-"+Xs,Dp="task-"+Ys,Ip=qs+"-"+Xs,Mp=qs+"-"+Ys;var di="listenerMiddleware";var kp=Je(di+"/add"),Up=Je(di+"/removeAll"),$p=Je(di+"/remove");var Vs,Bp=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Vs||(Vs=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},au=function(e){return function(t){setTimeout(t,e)}},Hp=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:au(10);_s();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 Js=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=Gs({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=Ws({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",jt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};jt.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 jt(t.payload)),0))}},w=Qr.FtReduxStore.get({name:cu,reducers:uu,initialState:{baseUrl:void 0,tenantId:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableContentLocales:[],localesConfiguration:void 0,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var Zs=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,Zs.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 Qs;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(Qs||(Qs={}));var ea;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(ea||(ea={}));var ta;(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"})(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.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(na||(na={}));var ia;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(ia||(ia={}));var oa;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(oa||(oa={}));var sa;(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"})(sa||(sa={}));var aa;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(aa||(aa={}));var la;(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"})(la||(la={}));var ca;(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"})(ca||(ca={}));var ua;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(ua||(ua={}));var da;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(da||(da={}));var pa;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(pa||(pa={}));var fa;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(fa||(fa={}));var ha;(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"})(ha||(ha={}));var ma;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(ma||(ma={}));var ya;(function(e){e.ASC="ASC",e.DESC="DESC"})(ya||(ya={}));var ga;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(ga||(ga={}));var va;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(va||(va={}));var ba;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(ba||(ba={}));var xa;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(xa||(xa={}));var Aa;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.PERSONAL_BOOK="PERSONAL_BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Aa||(Aa={}));var Ea;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Ea||(Ea={}));var Sa;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(Sa||(Sa={}));var Ca;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Ca||(Ca={}));var Oa;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Oa||(Oa={}));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 me;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(me||(me={}));var Ta;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(Ta||(Ta={}));var wa;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(wa||(wa={}));var _a;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(_a||(_a={}));var Ra;(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"})(Ra||(Ra={}));var La;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(La||(La={}));var Pa;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Pa||(Pa={}));var Na;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Na||(Na={}));var Da;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Da||(Da={}));var Ia;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(Ia||(Ia={}));var Ma;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Ma||(Ma={}));var ka;(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"})(ka||(ka={}));var Ua;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(Ua||(Ua={}));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 $a(e,t){return e===t||(du[e]??[]).some(r=>$a(r,t))}function Ba(e,t){return e==null?!1:(Array.isArray(e)?e:Array.isArray(e.roles)?e.roles:Array.isArray(e.profile?.roles)?e.profile.roles:[]).some(n=>$a(n,t))}var sn=y(S());var fi=y(S());var ft=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 Ft=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:ft.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):ft.await()}};var ue=class extends Ft{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 ue{async listMySearches(){let{session:t}=w.getState();return Ba(t,j.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var rn=class extends ue{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 ue{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 ue{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(me).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]),Ha(e,r,1,n),ja(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)),ja(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)),Ha(e,r,-1,n)}},Fa={[me.SEARCHES]:"savedSearches",[me.BOOKMARKS]:"bookmarks",[me.BOOKS]:void 0,[me.COLLECTIONS]:void 0},hi=(e,t)=>{var r;let n=Fa[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},mi=(e,t,r)=>{let n=Fa[t];n&&(e[n]=r)},Ha=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===me.BOOKMARKS&&n)){let o=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,o+r)}},ja=(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(me).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===me.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 yi;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=hu);var gi=class{addCommand(t,r=!1){w.commands.add(t,r)}consumeCommand(t){return w.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new gi;var ye=y(S());var Va,Vt=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},mu=Symbol("clearAfterUnitTest"),an=class extends(0,ye.withEventBus)(ue){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Va]=()=>{this.defaultMessages={},this.cache=new ye.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,ye.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 ye.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 ye.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 Vt({loadedContexts:t})),this.dispatchEvent(new Vt({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new Vt({loadedContexts:[t]})),this.dispatchEvent(new Vt({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,ye.delay)(0).then(()=>n()).catch(()=>null)))}};Va=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,vi=window.FluidTopicsCustomI18nService;var za=y(S()),bi=class{highlightHtml(t,r,n){(0,za.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new bi;var Wa=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 Wa.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 Ka=y(S());var gr=class{static get(t,r){var n,i,o,s;let a=w.getState(),{lang:l,region:c}=(o=(i=(n=a.localesConfiguration)===null||n===void 0?void 0:n.defaultLocales)===null||i===void 0?void 0:i.defaultContentLocale)!==null&&o!==void 0?o:{lang:"en",region:"US"};return new Ka.SearchPlaceConverter(a.baseUrl,t??20,(s=a.localesConfiguration)===null||s===void 0?void 0:s.allLanguagesAllowed,r??`${l}-${c}`)}};var Ai=class{urlToSearchRequest(t){return gr.get().parse(t)}searchRequestToUrl(t){return gr.get().serialize(t)}};window.FluidTopicsUrlService=new Ai;var $e=y(S());var ht=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};ht.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))}},Ga=new Ei;var ln=class e extends $e.WithEventBus{static build(){return new e(window.history,Ga,()=>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,$e.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new ht(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(ht.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(ht.eventName,t)}currentItem(){return(0,$e.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,$e.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,$e.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,$e.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 qa=y(D());var Ya=qa.css`
|
|
324
|
-
`;var
|
|
323
|
+
`;var Bs=["top","right","bottom","left"],$s=["start","end"],Kn=Bs.reduce((e,t)=>e.concat(t,t+"-"+$s[0],t+"-"+$s[1]),[]),Xt=Math.min,je=Math.max,Jt=Math.round;var Oe=e=>({x:e,y:e}),yc={left:"right",right:"left",bottom:"top",top:"bottom"};function Hs(e,t,r){return je(e,Xt(t,r))}function Rr(e,t){return typeof e=="function"?e(t):e}function Zt(e){return e.split("-")[0]}function ze(e){return e.split("-")[1]}function Gn(e){return e==="x"?"y":"x"}function qn(e){return e==="y"?"height":"width"}function Lr(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function Yn(e){return Gn(Lr(e))}function Vs(e,t,r){r===void 0&&(r=!1);let n=ze(e),i=Yn(e),s=qn(i),o=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=Wn(o)),[o,Wn(o)]}function Fs(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function Wn(e){let t=Zt(e);return yc[t]+e.slice(t.length)}function gc(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 js(e){return typeof e!="number"?gc(e):{top:e,right:e,bottom:e,left:e}}function rt(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 zs(e,t,r){let{reference:n,floating:i}=e,s=Lr(t),o=Yn(t),a=qn(o),l=Zt(t),c=s==="y",u=n.x+n.width/2-i.width/2,d=n.y+n.height/2-i.height/2,p=n[a]/2-i[a]/2,y;switch(l){case"top":y={x:u,y:n.y-i.height};break;case"bottom":y={x:u,y:n.y+n.height};break;case"right":y={x:n.x+n.width,y:d};break;case"left":y={x:n.x-i.width,y:d};break;default:y={x:n.x,y:n.y}}let v=ze(t);return v&&(y[o]+=p*(v==="end"?1:-1)*(r&&c?-1:1)),y}async function Ws(e,t){var r;t===void 0&&(t={});let{x:n,y:i,platform:s,rects:o,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:y=0}=Rr(t,e),v=js(y),g=a[p?d==="floating"?"reference":"floating":d],A=rt(await s.getClippingRect({element:(r=await(s.isElement==null?void 0:s.isElement(g)))==null||r?g:g.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),L=d==="floating"?{x:n,y:i,width:o.floating.width,height:o.floating.height}:o.reference,x=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),C=await(s.isElement==null?void 0:s.isElement(x))&&await(s.getScale==null?void 0:s.getScale(x))||{x:1,y:1},T=rt(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:L,offsetParent:x,strategy:l}):L);return{top:(A.top-T.top+v.top)/C.y,bottom:(T.bottom-A.bottom+v.bottom)/C.y,left:(A.left-T.left+v.left)/C.x,right:(T.right-A.right+v.right)/C.x}}var vc=50,Ks=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:s=[],platform:o}=r,a=o.detectOverflow?o:{...o,detectOverflow:Ws},l=await(o.isRTL==null?void 0:o.isRTL(t)),c=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=zs(c,n,l),p=n,y=0,v={};for(let E=0;E<s.length;E++){let g=s[E];if(!g)continue;let{name:A,fn:L}=g,{x,y:C,data:T,reset:B}=await L({x:u,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:v,rects:c,platform:a,elements:{reference:e,floating:t}});u=x??u,d=C??d,v[A]={...v[A],...T},B&&y<vc&&(y++,typeof B=="object"&&(B.placement&&(p=B.placement),B.rects&&(c=B.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):B.rects),{x:u,y:d}=zs(c,p,l)),E=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:v}};function xc(e,t,r){return(e?[...r.filter(i=>ze(i)===e),...r.filter(i=>ze(i)!==e)]:r.filter(i=>Zt(i)===i)).filter(i=>e?ze(i)===e||(t?Fs(i)!==i:!1):!0)}var Gs=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,n,i;let{rects:s,middlewareData:o,placement:a,platform:l,elements:c}=t,{crossAxis:u=!1,alignment:d,allowedPlacements:p=Kn,autoAlignment:y=!0,...v}=Rr(e,t),E=d!==void 0||p===Kn?xc(d||null,y,p):p,g=((r=o.autoPlacement)==null?void 0:r.index)||0,A=E[g];if(A==null)return{};if(a!==A)return{reset:{placement:E[0]}};let L=await l.detectOverflow(t,v),x=Vs(A,s,await(l.isRTL==null?void 0:l.isRTL(c.floating))),C=[L[Zt(A)],L[x[0]],L[x[1]]],T=[...((n=o.autoPlacement)==null?void 0:n.overflows)||[],{placement:A,overflows:C}],B=E[g+1];if(B)return{data:{index:g+1,overflows:T},reset:{placement:B}};let P=T.map(pe=>{let Ze=ze(pe.placement);return[pe.placement,Ze&&u?pe.overflows.slice(0,2).reduce((nc,ic)=>nc+ic,0):pe.overflows[0],pe.overflows]}).sort((pe,Ze)=>pe[1]-Ze[1]),Ft=((i=P.filter(pe=>pe[2].slice(0,ze(pe[0])?2:3).every(Ze=>Ze<=0))[0])==null?void 0:i[0])||P[0][0];return Ft!==a?{data:{index:g+1,overflows:T},reset:{placement:Ft}}:{}}}};var qs=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:n,placement:i,platform:s}=t,{mainAxis:o=!0,crossAxis:a=!1,limiter:l={fn:L=>{let{x,y:C}=L;return{x,y:C}}},...c}=Rr(e,t),u={x:r,y:n},d=await s.detectOverflow(t,c),p=Lr(i),y=Gn(p),v=u[y],E=u[p],g=(L,x)=>Hs(x+d[L==="y"?"top":"left"],x,x-d[L==="y"?"bottom":"right"]);o&&(v=g(y,v)),a&&(E=g(p,E));let A=l.fn({...t,[y]:v,[p]:E});return{...A,data:{x:A.x-r,y:A.y-n,enabled:{[y]:o,[p]:a}}}}}};function Pr(){return typeof window<"u"}function it(e){return Xs(e)?(e.nodeName||"").toLowerCase():"#document"}function ie(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ke(e){var t;return(t=(Xs(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Xs(e){return Pr()?e instanceof Node||e instanceof ie(e).Node:!1}function Ee(e){return Pr()?e instanceof Element||e instanceof ie(e).Element:!1}function Ie(e){return Pr()?e instanceof HTMLElement||e instanceof ie(e).HTMLElement:!1}function Ys(e){return!Pr()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ie(e).ShadowRoot}function Qt(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=Se(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function Js(e){return/^(table|td|th)$/.test(it(e))}function er(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var bc=/transform|translate|scale|rotate|perspective|filter/,Ec=/paint|layout|strict|content/,nt=e=>!!e&&e!=="none",Xn;function wt(e){let t=Ee(e)?Se(e):e;return nt(t.transform)||nt(t.translate)||nt(t.scale)||nt(t.rotate)||nt(t.perspective)||!Dr()&&(nt(t.backdropFilter)||nt(t.filter))||bc.test(t.willChange||"")||Ec.test(t.contain||"")}function Zs(e){let t=We(e);for(;Ie(t)&&!Ot(t);){if(wt(t))return t;if(er(t))return null;t=We(t)}return null}function Dr(){return Xn==null&&(Xn=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Xn}function Ot(e){return/^(html|body|#document)$/.test(it(e))}function Se(e){return ie(e).getComputedStyle(e)}function tr(e){return Ee(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function We(e){if(it(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Ys(e)&&e.host||ke(e);return Ys(t)?t.host:t}function Qs(e){let t=We(e);return Ot(t)?(e.ownerDocument||e).body:Ie(t)&&Qt(t)?t:Qs(t)}function Nr(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=Qs(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=ie(i);if(s){let a=Mr(o);return t.concat(o,o.visualViewport||[],Qt(i)?i:[],a&&r?Nr(a):[])}else return t.concat(i,Nr(i,[],r))}function Mr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function ro(e){let t=Se(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=Ie(e),s=i?e.offsetWidth:r,o=i?e.offsetHeight:n,a=Jt(r)!==s||Jt(n)!==o;return a&&(r=s,n=o),{width:r,height:n,$:a}}function no(e){return Ee(e)?e:e.contextElement}function Tt(e){let t=no(e);if(!Ie(t))return Oe(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:s}=ro(t),o=(s?Jt(r.width):r.width)/n,a=(s?Jt(r.height):r.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}var Sc=Oe(0);function io(e){let t=ie(e);return!Dr()||!t.visualViewport?Sc:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Ac(e,t,r){return t===void 0&&(t=!1),!!r&&t&&r===ie(e)}function rr(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),s=no(e),o=Oe(1);t&&(n?Ee(n)&&(o=Tt(n)):o=Tt(e));let a=Ac(s,r,n)?io(s):Oe(0),l=(i.left+a.x)/o.x,c=(i.top+a.y)/o.y,u=i.width/o.x,d=i.height/o.y;if(s&&n){let p=ie(s),y=Ee(n)?ie(n):n,v=p,E=Mr(v);for(;E&&y!==v;){let g=Tt(E),A=E.getBoundingClientRect(),L=Se(E),x=A.left+(E.clientLeft+parseFloat(L.paddingLeft))*g.x,C=A.top+(E.clientTop+parseFloat(L.paddingTop))*g.y;l*=g.x,c*=g.y,u*=g.x,d*=g.y,l+=x,c+=C,v=ie(E),E=Mr(v)}}return rt({width:u,height:d,x:l,y:c})}function kr(e,t){let r=tr(e).scrollLeft;return t?t.left+r:rr(ke(e)).left+r}function so(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-kr(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function _c(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,s=i==="fixed",o=ke(n),a=t?er(t.floating):!1;if(n===o||a&&s)return r;let l={scrollLeft:0,scrollTop:0},c=Oe(1),u=Oe(0),d=Ie(n);if((d||!s)&&((it(n)!=="body"||Qt(o))&&(l=tr(n)),d)){let y=rr(n);c=Tt(n),u.x=y.x+n.clientLeft,u.y=y.y+n.clientTop}let p=o&&!d&&!s?so(o,l):Oe(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 Cc(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function wc(e){let t=tr(e),r=e.ownerDocument.body,n=je(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=je(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight),s=-t.scrollLeft+kr(e),o=-t.scrollTop;return Se(r).direction==="rtl"&&(s+=je(e.clientWidth,r.clientWidth)-n),{width:n,height:i,x:s,y:o}}var Oc=25;function Tc(e,t,r){r===void 0&&(r="viewport");let n=r==="layoutViewport",i=ie(e),s=ke(e),o=i.visualViewport,a=s.clientWidth,l=s.clientHeight,c=0,u=0;if(o){let p=!Dr()||t==="fixed";n?p||(c=-o.offsetLeft,u=-o.offsetTop):(a=o.width,l=o.height,p&&(c=o.offsetLeft,u=o.offsetTop))}if(kr(s)<=0){let p=s.ownerDocument,y=p.body,v=getComputedStyle(y),E=p.compatMode==="CSS1Compat"&&parseFloat(v.marginLeft)+parseFloat(v.marginRight)||0,g=Math.abs(s.clientWidth-y.clientWidth-E),A=getComputedStyle(s).scrollbarGutter==="stable both-edges"?g/2:g;A<=Oc&&(a-=A)}return{width:a,height:l,x:c,y:u}}function Rc(e,t){let r=rr(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,s=Tt(e),o=e.clientWidth*s.x,a=e.clientHeight*s.y,l=i*s.x,c=n*s.y;return{width:o,height:a,x:l,y:c}}function eo(e,t,r){let n;if(t==="viewport"||t==="layoutViewport")n=Tc(e,r,t);else if(t==="document")n=wc(ke(e));else if(Ee(t))n=Rc(t,r);else{let i=io(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return rt(n)}function Lc(e,t){let r=t.get(e);if(r)return r;let n=Nr(e,[],!1).filter(a=>Ee(a)&&it(a)!=="body"),i=null,s=Se(e).position==="fixed",o=s?We(e):e;for(;Ee(o)&&!Ot(o);){let a=Se(o),l=wt(o),c=i?i.position:s?"fixed":"";!l&&(c==="fixed"||c==="absolute"&&a.position==="static")?n=n.filter(d=>d!==o):i=a,o=We(o)}return t.set(e,n),n}function Nc(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,o=[...r==="clippingAncestors"?er(t)?[]:Lc(t,this._c):[].concat(r),n],a=eo(t,o[0],i),l=a.top,c=a.right,u=a.bottom,d=a.left;for(let p=1;p<o.length;p++){let y=eo(t,o[p],i);l=je(y.top,l),c=Xt(y.right,c),u=Xt(y.bottom,u),d=je(y.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function Pc(e){let{width:t,height:r}=ro(e);return{width:t,height:r}}function Dc(e,t,r){let n=Ie(t),i=ke(t),s=r==="fixed",o=rr(e,!0,s,t),a={scrollLeft:0,scrollTop:0},l=Oe(0);if((n||!s)&&((it(t)!=="body"||Qt(i))&&(a=tr(t)),n)){let p=rr(t,!0,s,t);l.x=p.x+t.clientLeft,l.y=p.y+t.clientTop}!n&&i&&(l.x=kr(i));let c=i&&!n&&!s?so(i,a):Oe(0),u=o.left+a.scrollLeft-l.x-c.x,d=o.top+a.scrollTop-l.y-c.y;return{x:u,y:d,width:o.width,height:o.height}}function Jn(e){return Se(e).position==="static"}function to(e,t){if(!Ie(e)||Se(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return ke(e)===r&&(r=r.ownerDocument.body),r}function oo(e,t){let r=ie(e);if(er(e))return r;if(!Ie(e)){let i=We(e);for(;i&&!Ot(i);){if(Ee(i)&&!Jn(i))return i;i=We(i)}return r}let n=to(e,t);for(;n&&Js(n)&&Jn(n);)n=to(n,t);return n&&Ot(n)&&Jn(n)&&!wt(n)?r:n||Zs(e)||r}var Mc=async function(e){let t=this.getOffsetParent||oo,r=this.getDimensions,n=await r(e.floating);return{reference:Dc(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function kc(e){return Se(e).direction==="rtl"}var Ir={convertOffsetParentRelativeRectToViewportRelativeRect:_c,getDocumentElement:ke,getClippingRect:Nc,getOffsetParent:oo,getElementRects:Mc,getClientRects:Cc,getDimensions:Pc,getScale:Tt,isElement:Ee,isRTL:kc};var ao=Gs,lo=qs;var co=(e,t,r)=>{let n=new Map,i=r??{},s={...Ir,...i.platform,_c:n};return Ks(e,t,{...i,platform:s})};function uo(e){return Ic(e)}function Zn(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Ic(e){for(let t=e;t;t=Zn(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Zn(e);t;t=Zn(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||wt(r)||t.tagName==="BODY"))return t}return null}async function po(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},co(e,t,{strategy:n.strategy,platform:{...Ir,getOffsetParent:i=>Ir.getOffsetParent(i,uo)},middleware:[lo({crossAxis:!0}),ao({allowedPlacements:[n.placement]})]})}var $t=f(S());var bi=f(J());var fo=f(J(),1);var Qn=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function ho(e,t){return(0,fo.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return nr(e);try{return JSON.parse(r)}catch{return nr(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:ir,...t??{}})}function Uc(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(!Rt(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(!Rt(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();let i=o=>Object.keys(o).filter(a=>o[a]!=null),s=i(e);if(r=s.length,r!==i(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,s[n]))return!1;for(n=r;n--!==0;){let o=s[n];if(!Rt(e[o],t[o]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Rt(e,t){try{return Uc(e,t)}catch{return!1}}function ir(e,t){return!Rt(e,t)}function nr(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function Ur(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 mo=f(J(),1);var ei=e=>{let t=e??{};return(r,n)=>{var i;let s={hasChanged:ir,attribute:!1,...t};(0,mo.property)(s)(r,n);let o=r.constructor;o.reduxProperties=new Map(o.reduxProperties),o.reduxProperties.set(n,{selector:(i=t.selector)!==null&&i!==void 0?i:(a=>a[n]),store:t.store})}};var $r=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 st=f(J(),1);var Br=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let i=(t=this.rejectPromise)!==null&&t!==void 0?t:(()=>null),s=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let o of n)try{await o()}catch(a){i(a);return}s(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var go=f(k(),1);var Hr=globalThis,$c=Hr.ShadowRoot&&(Hr.ShadyCSS===void 0||Hr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var yo=(e,t)=>{if($c)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=Hr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var Vr=class extends go.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 yo(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){Qn(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 vo(e,t,...r){var n;let i=e.querySelector(t);for(let s of r)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(s);return i}var Nt=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},So,xo=Symbol("constructorPrototype"),bo=Symbol("constructorName"),Ao=Symbol("exportpartsDebouncer"),Eo=Symbol("dynamicDependenciesLoaded"),Lt=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};Lt.eventName="exportparts-updated";var Te=class extends Vr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[So]=new Br(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[Ao].run(()=>{var i,s;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((s=this.exportpartsPrefixes)===null||s===void 0?void 0:s.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[bo]=this.constructor.name,this[xo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[bo]&&Object.setPrototypeOf(this,this[xo])}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[Eo]||(r[Eo]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(Lt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(Lt.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 Lt)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let s=[...i??[],n];r=vo(this.shadowRoot,...s)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,n,i;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(s=>s.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(s){console.error(s,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let s=document.createElement("style");s.classList.add("ft-lit-element--custom-stylesheet"),s.innerHTML=this.customStylesheet,this.shadowRoot.append(s)}}setExportpartsAttribute(t){var r,n,i,s,o,a;let l=p=>p!=null&&p.trim().length>0,c=t.filter(l).map(p=>p.trim());if(c.length===0){this.exportparts=void 0;return}let u=new Set;for(let p of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let y=(s=(i=p.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&s!==void 0?s:[],v=(a=(o=p.getAttribute("exportparts"))===null||o===void 0?void 0:o.split(",").map(g=>g.split(":")[1]))!==null&&a!==void 0?a:[],E=[...y,...v].filter(l).map(g=>g.trim());for(let g of E)u.add(g)}if(u.size===0){this.exportparts=void 0;return}let d=[...u.values()].flatMap(p=>c.map(y=>`${p}:${y}--${p}`));this.exportparts=[...this.part,...d].join(", ")}};So=Ao;Nt([(0,st.property)()],Te.prototype,"exportpartsPrefix",void 0);Nt([ho([])],Te.prototype,"exportpartsPrefixes",void 0);Nt([(0,st.property)({reflect:!0})],Te.prototype,"exportparts",void 0);Nt([(0,st.property)()],Te.prototype,"customStylesheet",void 0);Nt([(0,st.property)()],Te.prototype,"elementToFocus",void 0);Nt([(0,st.state)()],Te.prototype,"useAdoptedStyleSheets",void 0);function Fr(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var sr=Symbol("internalReduxEventsUnsubscribers"),Ke=Symbol("internalStoresUnsubscribers"),ot=Symbol("internalStores"),Bc=Ur(Symbol("withRedux"),function(e){var t,r,n;class i extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(o){super.willUpdate(o),[...this.reduxConstructor.reduxReactiveProperties].some(a=>o.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[ot].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[ot].values()][0]}getStore(o){return o==null?this.getUnnamedStore():this[ot].get(o)}addStore(o,a){var l;a=(l=a??o.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[ot].set(a,o),this.subscribeToStore(a,o),this.updateFromStores()}removeStore(o){let a=typeof o=="string"?o:o.name;this.unsubscribeFromStore(a),this[ot].delete(a)}setupStores(){this.unsubscribeFromStores(),this[ot].forEach((o,a)=>this.subscribeToStore(a,o)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((o,a)=>{let l=this.constructor.getPropertyOptions(a);if(!l?.attribute||!this.hasAttribute(typeof l?.attribute=="string"?l.attribute:a)){let c=this.getStore(o.store);c&&(o.store?this[Ke].has(o.store):this[Ke].size>0)&&(this[a]=o.selector(c.getState(),this))}})}subscribeToStore(o,a){var l;this[Ke].set(o,a.subscribe(()=>this.updateFromStores())),this[sr].set(o,[]),Fr(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[sr].get(o).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(o)}unsubscribeFromStores(){this[Ke].forEach((o,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(o){var a;this[Ke].has(o)&&this[Ke].get(o)(),this[Ke].delete(o),(a=this[sr].get(o))===null||a===void 0||a.forEach(l=>l()),this[sr].delete(o)}onStoreAvailable(o){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=Ke,r=ot,n=sr,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),_o=class extends Bc(Te){};function q(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 Hc=typeof Symbol=="function"&&Symbol.observable||"@@observable",Co=Hc,ti=()=>Math.random().toString(36).substring(7).split("").join("."),Vc={INIT:`@@redux/INIT${ti()}`,REPLACE:`@@redux/REPLACE${ti()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${ti()}`},jr=Vc;function zr(e){if(typeof e!="object"||e===null)return!1;let t=e;for(;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||Object.getPrototypeOf(e)===null}function ri(e,t,r){if(typeof e!="function")throw new Error(q(2));if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(q(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(q(1));return r(ri)(e,t)}let n=e,i=t,s=new Map,o=s,a=0,l=!1;function c(){o===s&&(o=new Map,s.forEach((g,A)=>{o.set(A,g)}))}function u(){if(l)throw new Error(q(3));return i}function d(g){if(typeof g!="function")throw new Error(q(4));if(l)throw new Error(q(5));let A=!0;c();let L=a++;return o.set(L,g),function(){if(A){if(l)throw new Error(q(6));A=!1,c(),o.delete(L),s=null}}}function p(g){if(!zr(g))throw new Error(q(7));if(typeof g.type>"u")throw new Error(q(8));if(typeof g.type!="string")throw new Error(q(17));if(l)throw new Error(q(9));try{l=!0,i=n(i,g)}finally{l=!1}return(s=o).forEach(L=>{L()}),g}function y(g){if(typeof g!="function")throw new Error(q(10));n=g,p({type:jr.REPLACE})}function v(){let g=d;return{subscribe(A){if(typeof A!="object"||A===null)throw new Error(q(11));function L(){let C=A;C.next&&C.next(u())}return L(),{unsubscribe:g(L)}},[Co](){return this}}}return p({type:jr.INIT}),{dispatch:p,subscribe:d,getState:u,replaceReducer:y,[Co]:v}}function Fc(e){Object.keys(e).forEach(t=>{let r=e[t];if(typeof r(void 0,{type:jr.INIT})>"u")throw new Error(q(12));if(typeof r(void 0,{type:jr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(q(13))})}function wo(e){let t=Object.keys(e),r={};for(let o=0;o<t.length;o++){let a=t[o];typeof e[a]=="function"&&(r[a]=e[a])}let n=Object.keys(r),i,s;try{Fc(r)}catch(o){s=o}return function(a={},l){if(s)throw s;let c=!1,u={};for(let d=0;d<n.length;d++){let p=n[d],y=r[p],v=a[p],E=y(v,l);if(typeof E>"u"){let g=l&&l.type;throw new Error(q(14))}u[p]=E,c=c||E!==v}return c=c||n.length!==Object.keys(a).length,c?u:a}}function or(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,r)=>(...n)=>t(r(...n)))}function Oo(...e){return t=>(r,n)=>{let i=t(r,n),s=()=>{throw new Error(q(15))},o={getState:i.getState,dispatch:(l,...c)=>s(l,...c)},a=e.map(l=>l(o));return s=or(...a)(i.dispatch),{...i,dispatch:s}}}function To(e){return zr(e)&&"type"in e&&typeof e.type=="string"}var Uo=Symbol.for("immer-nothing"),Ro=Symbol.for("immer-draftable"),Z=Symbol.for("immer-state");function Ae(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var ce=Object,Dt=ce.getPrototypeOf,qr="constructor",en="prototype",oi="configurable",Yr="enumerable",Kr="writable",ar="value",Re=e=>!!e&&!!e[Z];function ue(e){return e?$o(e)||rn(e)||!!e[Ro]||!!e[qr]?.[Ro]||nn(e)||sn(e):!1}var jc=ce[en][qr].toString(),Lo=new WeakMap;function $o(e){if(!e||!hi(e))return!1;let t=Dt(e);if(t===null||t===ce[en])return!0;let r=ce.hasOwnProperty.call(t,qr)&&t[qr];if(r===Object)return!0;if(!Pt(r))return!1;let n=Lo.get(r);return n===void 0&&(n=Function.toString.call(r),Lo.set(r,n)),n===jc}function tn(e,t,r=!0){ur(e)===0?(r?Reflect.ownKeys(e):ce.keys(e)).forEach(i=>{t(i,e[i],e)}):e.forEach((n,i)=>t(i,n,e))}function ur(e){let t=e[Z];return t?t.type_:rn(e)?1:nn(e)?2:sn(e)?3:0}var ni=(e,t,r=ur(e))=>r===2?e.has(t):ce[en].hasOwnProperty.call(e,t),ai=(e,t,r=ur(e))=>r===2?e.get(t):e[t],Xr=(e,t,r,n=ur(e))=>{n===2?e.set(t,r):n===3?e.add(r):e[t]=r};function zc(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}var rn=Array.isArray,nn=e=>e instanceof Map,sn=e=>e instanceof Set,hi=e=>typeof e=="object",Pt=e=>typeof e=="function",ii=e=>typeof e=="boolean";function Wc(e){let t=+e;return Number.isInteger(t)&&String(t)===e}var Ue=e=>e.copy_||e.base_;var mi=e=>e.modified_?e.copy_:e.base_;function li(e,t){if(nn(e))return new Map(e);if(sn(e))return new Set(e);if(rn(e))return Array[en].slice.call(e);let r=$o(e);if(t===!0||t==="class_only"&&!r){let n=ce.getOwnPropertyDescriptors(e);delete n[Z];let i=Reflect.ownKeys(n);for(let s=0;s<i.length;s++){let o=i[s],a=n[o];a[Kr]===!1&&(a[Kr]=!0,a[oi]=!0),(a.get||a.set)&&(n[o]={[oi]:!0,[Kr]:!0,[Yr]:a[Yr],[ar]:e[o]})}return ce.create(Dt(e),n)}else{let n=Dt(e);if(n!==null&&r)return{...e};let i=ce.create(n);return ce.assign(i,e)}}function yi(e,t=!1){return on(e)||Re(e)||!ue(e)||(ur(e)>1&&ce.defineProperties(e,{set:Wr,add:Wr,clear:Wr,delete:Wr}),ce.freeze(e),t&&tn(e,(r,n)=>{yi(n,!0)},!1)),e}function Kc(){Ae(2)}var Wr={[ar]:Kc};function on(e){return e===null||!hi(e)?!0:ce.isFrozen(e)}var Jr="MapSet",ci="Patches",No="ArrayMethods",Bo={};function at(e){let t=Bo[e];return t||Ae(0,e),t}var Po=e=>!!Bo[e];var lr,Ho=()=>lr,Gc=(e,t)=>({drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0,handledSet_:new Set,processedForPatches_:new Set,mapSetPlugin_:Po(Jr)?at(Jr):void 0,arrayMethodsPlugin_:Po(No)?at(No):void 0});function Do(e,t){t&&(e.patchPlugin_=at(ci),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function ui(e){di(e),e.drafts_.forEach(qc),e.drafts_=null}function di(e){e===lr&&(lr=e.parent_)}var Mo=e=>lr=Gc(lr,e);function qc(e){let t=e[Z];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function ko(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];if(e!==void 0&&e!==r){r[Z].modified_&&(ui(t),Ae(4)),ue(e)&&(e=Io(t,e));let{patchPlugin_:i}=t;i&&i.generateReplacementPatches_(r[Z].base_,e,t)}else e=Io(t,r);return Yc(t,e,!0),ui(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Uo?e:void 0}function Io(e,t){if(on(t))return t;let r=t[Z];if(!r)return Zr(t,e.handledSet_,e);if(!an(r,e))return t;if(!r.modified_)return r.base_;if(!r.finalized_){let{callbacks_:n}=r;if(n)for(;n.length>0;)n.pop()(e);jo(r,e)}return r.copy_}function Yc(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&yi(t,r)}function Vo(e){e.finalized_=!0,e.scope_.unfinalizedDrafts_--}var an=(e,t)=>e.scope_===t,Xc=[];function Fo(e,t,r,n){let i=Ue(e),s=e.type_;if(n!==void 0&&ai(i,n,s)===t){Xr(i,n,r,s);return}if(!e.draftLocations_){let a=e.draftLocations_=new Map;tn(i,(l,c)=>{if(Re(c)){let u=a.get(c)||[];u.push(l),a.set(c,u)}})}let o=e.draftLocations_.get(t)??Xc;for(let a of o)Xr(i,a,r,s)}function Jc(e,t,r){e.callbacks_.push(function(i){let s=t;if(!s||!an(s,i))return;i.mapSetPlugin_?.fixSetContents(s);let o=mi(s);Fo(e,s.draft_??s,o,r),jo(s,i)})}function jo(e,t){if(e.modified_&&!e.finalized_&&(e.type_===3||e.type_===1&&e.allIndicesReassigned_||(e.assigned_?.size??0)>0)){let{patchPlugin_:n}=t;if(n){let i=n.getPath(e);i&&n.generatePatches_(e,i,t)}Vo(e)}}function Zc(e,t,r){let{scope_:n}=e;if(Re(r)){let i=r[Z];an(i,n)&&i.callbacks_.push(function(){Gr(e);let o=mi(i);Fo(e,r,o,t)})}else ue(r)&&e.callbacks_.push(function(){let s=Ue(e);e.type_===3?s.has(r)&&Zr(r,n.handledSet_,n):ai(s,t,e.type_)===r&&n.drafts_.length>1&&(e.assigned_.get(t)??!1)===!0&&e.copy_&&Zr(ai(e.copy_,t,e.type_),n.handledSet_,n)})}function Zr(e,t,r){return!r.immer_.autoFreeze_&&r.unfinalizedDrafts_<1||Re(e)||t.has(e)||!ue(e)||on(e)||(t.add(e),tn(e,(n,i)=>{if(Re(i)){let s=i[Z];if(an(s,r)){let o=mi(s);Xr(e,n,o,e.type_),Vo(s)}}else ue(i)&&Zr(i,t,r)})),e}function Qc(e,t){let r=rn(e),n={type_:r?1:0,scope_:t?t.scope_:Ho(),modified_:!1,finalized_:!1,assigned_:void 0,parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1,callbacks_:void 0},i=n,s=Qr;r&&(i=[n],s=cr);let{revoke:o,proxy:a}=Proxy.revocable(i,s);return n.draft_=a,n.revoke_=o,[a,n]}var Qr={get(e,t){if(t===Z)return e;let r=e.scope_.arrayMethodsPlugin_,n=e.type_===1&&typeof t=="string";if(n&&r?.isArrayOperationMethod(t))return r.createMethodInterceptor(e,t);let i=Ue(e);if(!ni(i,t,e.type_))return tu(e,i,t);let s=i[t];if(e.finalized_||!ue(s)||n&&e.operationMethod&&r?.isMutatingArrayMethod(e.operationMethod)&&Wc(t))return s;if(s===si(e.base_,t)||eu(e,t,s)){Gr(e);let o=e.type_===1?+t:t,a=fi(e.scope_,s,e,o);return e.copy_[o]=a}return s},has(e,t){return t in Ue(e)},ownKeys(e){return Reflect.ownKeys(Ue(e))},set(e,t,r){let n=zo(Ue(e),t);if(n?.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){let i=si(Ue(e),t),s=i?.[Z];if(s&&s.base_===r)return e.copy_[t]=r,e.assigned_.set(t,!1),!0;if(zc(r,i)&&(r!==void 0||ni(e.base_,t,e.type_)))return!0;Gr(e),pi(e)}return e.copy_[t]===r&&(r!==void 0||ni(e.copy_,t,e.type_))||Number.isNaN(r)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=r,e.assigned_.set(t,!0),Zc(e,t,r)),!0},deleteProperty(e,t){return Gr(e),si(e.base_,t)!==void 0||t in e.base_?(e.assigned_.set(t,!1),pi(e)):e.assigned_.delete(t),e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){let r=Ue(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{[Kr]:!0,[oi]:e.type_!==1||t!=="length",[Yr]:n[Yr],[ar]:r[t]}},defineProperty(){Ae(11)},getPrototypeOf(e){return Dt(e.base_)},setPrototypeOf(){Ae(12)}},cr={};for(let e in Qr){let t=Qr[e];cr[e]=function(){let r=arguments;return r[0]=r[0][0],t.apply(this,r)}}cr.deleteProperty=function(e,t){return cr.set.call(this,e,t,void 0)};cr.set=function(e,t,r){return Qr.set.call(this,e[0],t,r,e[0])};function si(e,t){let r=e[Z];return(r?Ue(r):e)[t]}function eu(e,t,r){return e.type_!==1||!e.allIndicesReassigned_||e.assigned_?.get(t)||!ue(r)||r[Z]?!1:e.baseRefs_.has(r)}function tu(e,t,r){let n=zo(t,r);return n?ar in n?n[ar]:n.get?.call(e.draft_):void 0}function zo(e,t){if(!(t in e))return;let r=Dt(e);for(;r;){let n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Dt(r)}}function pi(e){e.modified_||(e.modified_=!0,e.parent_&&pi(e.parent_))}function Gr(e){e.copy_||(e.assigned_=new Map,e.copy_=li(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var ru=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!1,this.produce=(t,r,n)=>{if(Pt(t)&&!Pt(r)){let s=r;r=t;let o=this;return function(l=s,...c){return o.produce(l,u=>r.call(this,u,...c))}}Pt(r)||Ae(6),n!==void 0&&!Pt(n)&&Ae(7);let i;if(ue(t)){let s=Mo(this),o=fi(s,t,void 0),a=!0;try{i=r(o),a=!1}finally{a?ui(s):di(s)}return Do(s,n),ko(i,s)}else if(!t||!hi(t)){if(i=r(t),i===void 0&&(i=t),i===Uo&&(i=void 0),this.autoFreeze_&&yi(i,!0),n){let s=[],o=[];at(ci).generateReplacementPatches_(t,i,{patches_:s,inversePatches_:o}),n(s,o)}return i}else Ae(1,t)},this.produceWithPatches=(t,r)=>{if(Pt(t))return(o,...a)=>this.produceWithPatches(o,l=>t(l,...a));let n,i;return[this.produce(t,r,(o,a)=>{n=o,i=a}),n,i]},ii(e?.autoFreeze)&&this.setAutoFreeze(e.autoFreeze),ii(e?.useStrictShallowCopy)&&this.setUseStrictShallowCopy(e.useStrictShallowCopy),ii(e?.useStrictIteration)&&this.setUseStrictIteration(e.useStrictIteration)}createDraft(e){ue(e)||Ae(8),Re(e)&&(e=Wo(e));let t=Mo(this),r=fi(t,e,void 0);return r[Z].isManual_=!0,di(t),r}finishDraft(e,t){let r=e&&e[Z];(!r||!r.isManual_)&&Ae(9);let{scope_:n}=r;return Do(n,t),ko(void 0,n)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}setUseStrictIteration(e){this.useStrictIteration_=e}shouldUseStrictIteration(){return this.useStrictIteration_}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){let i=t[r];if(i.path.length===0&&i.op==="replace"){e=i.value;break}}r>-1&&(t=t.slice(r+1));let n=at(ci).applyPatches_;return Re(e)?n(e,t):this.produce(e,i=>n(i,t))}};function fi(e,t,r,n){let[i,s]=nn(t)?at(Jr).proxyMap_(t,r):sn(t)?at(Jr).proxySet_(t,r):Qc(t,r);return(r?.scope_??Ho()).drafts_.push(i),s.callbacks_=r?.callbacks_??[],s.key_=n,r&&n!==void 0?Jc(r,s,n):s.callbacks_.push(function(l){l.mapSetPlugin_?.fixSetContents(s);let{patchPlugin_:c}=l;s.modified_&&c&&c.generatePatches_(s,[],l)}),i}function Wo(e){return Re(e)||Ae(10,e),Ko(e)}function Ko(e){if(!ue(e)||on(e))return e;let t=e[Z],r,n=!0;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=li(e,t.scope_.immer_.useStrictShallowCopy_),n=t.scope_.immer_.shouldUseStrictIteration()}else r=li(e,!0);return tn(r,(i,s)=>{Xr(r,i,Ko(s))},n),t&&(t.finalized_=!1),r}var nu=new ru,gi=nu.produce;function Go(e){return({dispatch:r,getState:n})=>i=>s=>typeof s=="function"?s(r,n,e):i(s)}var qo=Go(),Yo=Go;var iu=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?or:or.apply(null,arguments)},Ip=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}},su=e=>e&&typeof e.match=="function";function Ge(e,t){function r(...n){if(t){let i=t(...n);if(!i)throw new Error($e(0));return{type:e,payload:i.payload,..."meta"in i&&{meta:i.meta},..."error"in i&&{error:i.error}}}return{type:e,payload:n[0]}}return r.toString=()=>`${e}`,r.type=e,r.match=n=>To(n)&&n.type===e,r}var ea=class dr extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,dr.prototype)}static get[Symbol.species](){return dr}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new dr(...t[0].concat(this)):new dr(...t.concat(this))}};function Xo(e){return ue(e)?gi(e,()=>{}):e}function ln(e,t,r){return e.has(t)?e.get(t):e.set(t,r(t)).get(t)}function ou(e){return typeof e=="boolean"}var au=()=>function(t){let{thunk:r=!0,immutableCheck:n=!0,serializableCheck:i=!0,actionCreatorCheck:s=!0}=t??{},o=new ea;return r&&(ou(r)?o.push(qo):o.push(Yo(r.extraArgument))),o},lu="RTK_autoBatch";var Jo=e=>t=>{setTimeout(t,e)},cu=(e,t)=>r=>{let n=!1,i=()=>{n||(n=!0,cancelAnimationFrame(s),clearTimeout(o),r())},s=e(i),o=setTimeout(i,t)},uu=(e={type:"raf"})=>t=>(...r)=>{let n=t(...r),i=!0,s=!1,o=!1,a=new Set,l=e.type==="tick"?queueMicrotask:e.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?cu(window.requestAnimationFrame,100):Jo(10):e.type==="callback"?e.queueNotification:Jo(e.timeout),c=()=>{o=!1,s&&(s=!1,a.forEach(u=>u()))};return Object.assign({},n,{subscribe(u){let d=()=>i&&u(),p=n.subscribe(d);return a.add(u),()=>{p(),a.delete(u)}},dispatch(u){try{return i=!u?.meta?.[lu],s=!i,s&&(o||(o=!0,l(c))),n.dispatch(u)}finally{i=!0}}})},du=e=>function(r){let{autoBatch:n=!0}=r??{},i=new ea(e);return n&&i.push(uu(typeof n=="object"?n:void 0)),i};function ta(e){let t=au(),{reducer:r=void 0,middleware:n,devTools:i=!0,duplicateMiddlewareCheck:s=!0,preloadedState:o=void 0,enhancers:a=void 0}=e||{},l;if(typeof r=="function")l=r;else if(zr(r))l=wo(r);else throw new Error($e(1));let c;typeof n=="function"?c=n(t):c=t();let u=or;i&&(u=iu({trace:!1,...typeof i=="object"&&i}));let d=Oo(...c),p=du(d),y=typeof a=="function"?a(p):p(),v=u(...y);return ri(l,o,v)}function ra(e){let t={},r=[],n,i={addCase(s,o){let a=typeof s=="string"?s:s.type;if(!a)throw new Error($e(28));if(a in t)throw new Error($e(29));return t[a]=o,i},addAsyncThunk(s,o){return o.pending&&(t[s.pending.type]=o.pending),o.rejected&&(t[s.rejected.type]=o.rejected),o.fulfilled&&(t[s.fulfilled.type]=o.fulfilled),o.settled&&r.push({matcher:s.settled,reducer:o.settled}),i},addMatcher(s,o){return r.push({matcher:s,reducer:o}),i},addDefaultCase(s){return n=s,i}};return e(i),[t,r,n]}function pu(e){return typeof e=="function"}function fu(e,t){let[r,n,i]=ra(t),s;if(pu(e))s=()=>Xo(e());else{let a=Xo(e);s=()=>a}function o(a=s(),l){let c=[r[l.type],...n.filter(({matcher:u})=>u(l)).map(({reducer:u})=>u)];return c.filter(u=>!!u).length===0&&(c=[i]),c.reduce((u,d)=>{if(d)if(Re(u)){let y=d(u,l);return y===void 0?u:y}else{if(ue(u))return gi(u,p=>d(p,l));{let p=d(u,l);if(p===void 0){if(u===null)return u;throw Error("A case reducer on a non-draftable value must not return undefined")}return p}}return u},a)}return o.getInitialState=s,o}var hu=(e,t)=>su(e)?e.match(t):e(t);function mu(...e){return t=>e.some(r=>hu(r,t))}var yu="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",gu=(e=21)=>{let t="",r=e;for(;r--;)t+=yu[Math.random()*64|0];return t},vu=["name","message","stack","code"],vi=class{constructor(e,t){this.payload=e,this.meta=t}payload;meta;_type},Zo=class{constructor(e,t){this.payload=e,this.meta=t}payload;meta;_type},xu=e=>{if(typeof e=="object"&&e!==null){let t={};for(let r of vu)typeof e[r]=="string"&&(t[r]=e[r]);return t}return{message:String(e)}},Qo="External signal was aborted",bu=(()=>{function e(t,r,n){let i=Ge(t+"/fulfilled",(l,c,u,d)=>({payload:l,meta:{...d||{},arg:u,requestId:c,requestStatus:"fulfilled"}})),s=Ge(t+"/pending",(l,c,u)=>({payload:void 0,meta:{...u||{},arg:c,requestId:l,requestStatus:"pending"}})),o=Ge(t+"/rejected",(l,c,u,d,p)=>({payload:d,error:(n&&n.serializeError||xu)(l||"Rejected"),meta:{...p||{},arg:u,requestId:c,rejectedWithValue:!!d,requestStatus:"rejected",aborted:l?.name==="AbortError",condition:l?.name==="ConditionError"}}));function a(l,{signal:c}={}){return(u,d,p)=>{let y=n?.idGenerator?n.idGenerator(l):gu(),v=new AbortController,E,g;function A(x){g=x,v.abort()}c&&(c.aborted?A(Qo):c.addEventListener("abort",()=>A(Qo),{once:!0}));let L=(async function(){let x;try{let T=n?.condition?.(l,{getState:d,extra:p});if(Su(T)&&(T=await T),T===!1||v.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};let B=new Promise((P,H)=>{E=()=>{H({name:"AbortError",message:g||"Aborted"})},v.signal.addEventListener("abort",E,{once:!0})});u(s(y,l,n?.getPendingMeta?.({requestId:y,arg:l},{getState:d,extra:p}))),x=await Promise.race([B,Promise.resolve(r(l,{dispatch:u,getState:d,extra:p,requestId:y,signal:v.signal,abort:A,rejectWithValue:((P,H)=>new vi(P,H)),fulfillWithValue:((P,H)=>new Zo(P,H))})).then(P=>{if(P instanceof vi)throw P;return P instanceof Zo?i(P.payload,y,l,P.meta):i(P,y,l)})])}catch(T){x=T instanceof vi?o(null,y,l,T.payload,T.meta):o(T,y,l)}finally{E&&v.signal.removeEventListener("abort",E)}return n&&!n.dispatchConditionRejection&&o.match(x)&&x.meta.condition||u(x),x})();return Object.assign(L,{abort:A,requestId:y,arg:l,unwrap(){return L.then(Eu)}})}}return Object.assign(a,{pending:s,rejected:o,fulfilled:i,settled:mu(o,i),typePrefix:t})}return e.withTypes=()=>e,e})();function Eu(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 na=Symbol.for("rtk-slice-createasyncthunk"),$p={[na]:bu};function Au(e,t){return`${e}/${t}`}function _u({creators:e}={}){let t=e?.asyncThunk?.[na];return function(n){let{name:i,reducerPath:s=i}=n;if(!i)throw new Error($e(11));typeof process<"u";let o=(typeof n.reducers=="function"?n.reducers(wu()):n.reducers)||{},a=Object.keys(o),l={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},c={addCase(x,C){let T=typeof x=="string"?x:x.type;if(!T)throw new Error($e(12));if(T in l.sliceCaseReducersByType)throw new Error($e(13));return l.sliceCaseReducersByType[T]=C,c},addMatcher(x,C){return l.sliceMatchers.push({matcher:x,reducer:C}),c},exposeAction(x,C){return l.actionCreators[x]=C,c},exposeCaseReducer(x,C){return l.sliceCaseReducersByName[x]=C,c}};a.forEach(x=>{let C=o[x],T={reducerName:x,type:Au(i,x),createNotation:typeof n.reducers=="function"};Tu(C)?Lu(T,C,c,t):Ou(T,C,c)});function u(){let[x={},C=[],T=void 0]=typeof n.extraReducers=="function"?ra(n.extraReducers):[n.extraReducers],B={...x,...l.sliceCaseReducersByType};return fu(n.initialState,P=>{for(let H in B)P.addCase(H,B[H]);for(let H of l.sliceMatchers)P.addMatcher(H.matcher,H.reducer);for(let H of C)P.addMatcher(H.matcher,H.reducer);T&&P.addDefaultCase(T)})}let d=x=>x,p=new Map,y=new WeakMap,v;function E(x,C){return v||(v=u()),v(x,C)}function g(){return v||(v=u()),v.getInitialState()}function A(x,C=!1){function T(P){let H=P[x];return typeof H>"u"&&C&&(H=ln(y,T,g)),H}function B(P=d){let H=ln(p,C,()=>new WeakMap);return ln(H,P,()=>{let Ft={};for(let[pe,Ze]of Object.entries(n.selectors??{}))Ft[pe]=Cu(Ze,P,()=>ln(y,P,g),C);return Ft})}return{reducerPath:x,getSelectors:B,get selectors(){return B(T)},selectSlice:T}}let L={name:i,reducer:E,actions:l.actionCreators,caseReducers:l.sliceCaseReducersByName,getInitialState:g,...A(s),injectInto(x,{reducerPath:C,...T}={}){let B=C??s;return x.inject({reducerPath:B,reducer:E},T),{...L,...A(B,!0)}}};return L}}function Cu(e,t,r,n){function i(s,...o){let a=t(s);return typeof a>"u"&&n&&(a=r()),e(a,...o)}return i.unwrapped=e,i}var ia=_u();function wu(){function e(t,r){return{_reducerDefinitionType:"asyncThunk",payloadCreator:t,...r}}return e.withTypes=()=>e,{reducer(t){return Object.assign({[t.name](...r){return t(...r)}}[t.name],{_reducerDefinitionType:"reducer"})},preparedReducer(t,r){return{_reducerDefinitionType:"reducerWithPrepare",prepare:t,reducer:r}},asyncThunk:e}}function Ou({type:e,reducerName:t,createNotation:r},n,i){let s,o;if("reducer"in n){if(r&&!Ru(n))throw new Error($e(17));s=n.reducer,o=n.prepare}else s=n;i.addCase(e,s).exposeCaseReducer(t,s).exposeAction(t,o?Ge(e,o):Ge(e))}function Tu(e){return e._reducerDefinitionType==="asyncThunk"}function Ru(e){return e._reducerDefinitionType==="reducerWithPrepare"}function Lu({type:e,reducerName:t},r,n,i){if(!i)throw new Error($e(18));let{payloadCreator:s,fulfilled:o,pending:a,rejected:l,settled:c,options:u}=r,d=i(e,s,u);n.exposeAction(t,d),o&&n.addCase(d.fulfilled,o),a&&n.addCase(d.pending,a),l&&n.addCase(d.rejected,l),c&&n.addMatcher(d.settled,c),n.exposeCaseReducer(t,{fulfilled:o||cn,pending:a||cn,rejected:l||cn,settled:c||cn})}function cn(){}var sa="listener",oa="completed",aa="cancelled",Bp=`task-${aa}`,Hp=`task-${oa}`,Vp=`${sa}-${aa}`,Fp=`${sa}-${oa}`;var{assign:la}=Object;var xi="listenerMiddleware";var Nu=la(Ge(`${xi}/add`),{withTypes:()=>Nu}),jp=Ge(`${xi}/removeAll`),Pu=la(Ge(`${xi}/remove`),{withTypes:()=>Pu});function $e(e){return`Minified Redux Toolkit error #${e}; visit https://redux-toolkit.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var Du=Ur(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)}}}),un=class extends Du(Object){};window.ftReduxStores||(window.ftReduxStores={});var ca=class e extends un{static get(t){var r;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,s=window.ftReduxStores[n];if(Fr(s))return s;if(i==null)return;let o=ia({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=ta({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=nr(o.getInitialState());for(let d of c.keeping)u[d]=(l??u)[d];return u}else if(typeof c.type=="string"&&c.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...l,...c.overwrites};return o.reducer(l,c)}});return window.ftReduxStores[i.name]=new e(o,a,i.eventBus)}constructor(t,r,n){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new $r,this.injectInto=(s,o)=>this.reduxSlice.injectInto(s,o),this.selectSlice=s=>this.reduxSlice.selectSlice(s);let i=s=>s!=null?JSON.parse(JSON.stringify(s)):s;this.actions=new Proxy(this.reduxSlice.actions,{get:(s,o,a)=>{let l=o,c=s[l];return c?(...u)=>{let d=c(...u.map(i));return this.reduxStore.dispatch(d),d}:u=>{let d=l,p=this.getState()[d];Rt(p,u)||this.setState({[d]:i(u)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...t){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:t})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}get selectors(){return this.reduxSlice.selectors}get reducerPath(){return this.reduxSlice.reducerPath}getSelectors(){return this.reduxSlice.getSelectors()}};var dn=class{static format(t,r,n,i,s){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(n,i,!!s)):this.getIntlDateTime(t,r,n,i,!!s)}static getMomentDateFormat(t,r,n){return n?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,n,i,s){let o=typeof t=="string"?new Date(t):t,a=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(o),l=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(o);return s?l:i?`${a} ${l}`:a}static getTimezoneAsString(){let t=n=>String(Math.floor(n)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${t(Math.abs(r)/60)}:${t(Math.abs(r)%60)}`}};var pn=f(S()),Mu="ft-app-info",Mt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Mt.eventName="authentication-change";var pr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};pr.eventName="ui-locale-changed";var ku={session:(e,t)=>{(0,pn.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>w.dispatchEvent(new Mt(t.payload)),0))}},w=pn.FtReduxStore.get({name:Mu,reducers:ku,initialState:{baseUrl:void 0,tenantId:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableContentLocales:[],localesConfiguration:void 0,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var ua=f(S()),fn=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},bf=(0,ua.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,s;return((s=(i=this.metadataDescriptors.find(a=>a.key===n))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1)?a=>dn.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return fn([(0,bi.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),fn([(0,bi.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),fn([ei({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),fn([ei({store:w.name})],t.prototype,"uiLocale",void 0),t});var da;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(da||(da={}));var pa;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(pa||(pa={}));var fa;(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"})(fa||(fa={}));var ha;(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"})(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"})(ma||(ma={}));var ya;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(ya||(ya={}));var ga;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(ga||(ga={}));var va;(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"})(va||(va={}));var xa;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(xa||(xa={}));var ba;(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"})(ba||(ba={}));var Ea;(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"})(Ea||(Ea={}));var Sa;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(Sa||(Sa={}));var Aa;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(Aa||(Aa={}));var _a;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(_a||(_a={}));var Ca;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(Ca||(Ca={}));var wa;(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"})(wa||(wa={}));var Oa;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(Oa||(Oa={}));var Ta;(function(e){e.ASC="ASC",e.DESC="DESC"})(Ta||(Ta={}));var Ra;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(Ra||(Ra={}));var La;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(La||(La={}));var Na;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Na||(Na={}));var Pa;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(Pa||(Pa={}));var Da;(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"})(Da||(Da={}));var Ma;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Ma||(Ma={}));var ka;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(ka||(ka={}));var Ia;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Ia||(Ia={}));var Ua;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Ua||(Ua={}));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 me;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(me||(me={}));var $a;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})($a||($a={}));var Ba;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(Ba||(Ba={}));var Ha;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(Ha||(Ha={}));var Va;(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"})(Va||(Va={}));var Fa;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(Fa||(Fa={}));var ja;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(ja||(ja={}));var za;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(za||(za={}));var Wa;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Wa||(Wa={}));var Ka;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(Ka||(Ka={}));var Ga;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Ga||(Ga={}));var qa;(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"})(qa||(qa={}));var Ya;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(Ya||(Ya={}));var Iu={[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 Xa(e,t){return e===t||(Iu[e]??[]).some(r=>Xa(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=>Xa(n,t))}var vn=f(S());var Ei=f(S());var lt=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 kt=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:lt.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):lt.await()}};var de=class extends kt{constructor(t=!0,r){var n;super(r),this.sortObjectFields=(s,o)=>typeof o!="object"||o==null||Array.isArray(o)?o:Object.fromEntries(Object.entries(o).sort(([a],[l])=>a.localeCompare(l)));let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new Ei.CacheRegistry,this.cache=t?i.commonCache:new Ei.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 hn=class extends de{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 mn=class extends de{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 yn=class extends de{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 gn=class extends de{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 Uu="ft-user-assets",$u={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(me).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;Ai(e,r,[...Si(e,r),i]),Za(e,r,1,n),Qa(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;Ai(e,r,Si(e,r).map(i=>i.id===n.id?n:i)),Qa(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;Ai(e,r,Si(e,r).filter(s=>s.id!==i)),Za(e,r,-1,n)}},el={[me.SEARCHES]:"savedSearches",[me.BOOKMARKS]:"bookmarks",[me.BOOKS]:void 0,[me.COLLECTIONS]:void 0},Si=(e,t)=>{var r;let n=el[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},Ai=(e,t,r)=>{let n=el[t];n&&(e[n]=r)},Za=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===me.BOOKMARKS&&n)){let s=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,s+r)}},Qa=(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)},ee=vn.FtReduxStore.get({name:Uu,reducers:$u,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(me).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),_i=class{constructor(t=new yn,r=new gn){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=w.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new mn,this.savedSearchesService=new hn,w.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=w.getState();(0,vn.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(),ee.actions.clearAssetCount(),ee.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),ee.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),ee.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();ee.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();ee.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&ee.getState().assetCounts.allAsset[t]!==r.count&&ee.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&ee.getState().assetCounts.bookmarkByMap[t]!==r.count&&ee.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(ee.getState().assetCounts.bookmarkByMap).length!==0;t===me.BOOKMARKS&&r&&ee.actions.clearBookmarkCountByMap(),ee.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;ee.actions.bookmarks(r)}}},Bu=new _i;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=Bu);var Ci=class{addCommand(t,r=!1){w.commands.add(t,r)}consumeCommand(t){return w.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new Ci;var ye=f(S());var tl,It=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},Hu=Symbol("clearAfterUnitTest"),xn=class extends(0,ye.withEventBus)(de){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[tl]=()=>{this.defaultMessages={},this.cache=new ye.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,ye.deepEqual)(this.defaultMessages[t],i)||(this.defaultMessages[t]=i,await this.notify(t))}return this.fetchContext(t)}resolveContext(t){var r,n;return this.fetchContext(t),(n=(r=this.cache.getNow(t))===null||r===void 0?void 0:r.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(t,r){let n=t.toLowerCase();return this.resolveContext(n)[r]}resolveMessage(t,r,...n){var i;let s=t.toLowerCase(),o=this.resolveContext(s);return new ye.ParametrizedLabelResolver((i=this.defaultMessages[s])!==null&&i!==void 0?i:{},o).resolve(r,...n)}async fetchContext(t){let r=!this.cache.has(t),n;try{n=await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),r&&await this.notify(t)}catch(i){!(i instanceof ye.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 It({loadedContexts:t})),this.dispatchEvent(new It({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new It({loadedContexts:[t]})),this.dispatchEvent(new It({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,ye.delay)(0).then(()=>n()).catch(()=>null)))}};tl=Hu;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends xn{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends xn{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var fr=window.FluidTopicsI18nService,wi=window.FluidTopicsCustomI18nService;var rl=f(S()),Oi=class{highlightHtml(t,r,n){(0,rl.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new Oi;var nl=f(S());var Ti=class{isDate(t){var r,n,i,s;return(s=(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&&s!==void 0?s:!1}format(t,r){var n,i,s,o;if(t==null)return"";try{return nl.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:w.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(s=r?.withTime)!==null&&s!==void 0?s:!1,(o=r?.onlyTime)!==null&&o!==void 0?o:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new Ti;var il=f(S());var hr=class{static get(t,r){var n,i,s,o;let a=w.getState(),{lang:l,region:c}=(s=(i=(n=a.localesConfiguration)===null||n===void 0?void 0:n.defaultLocales)===null||i===void 0?void 0:i.defaultContentLocale)!==null&&s!==void 0?s:{lang:"en",region:"US"};return new il.SearchPlaceConverter(a.baseUrl,t??20,(o=a.localesConfiguration)===null||o===void 0?void 0:o.allLanguagesAllowed,r??`${l}-${c}`)}};var Ri=class{urlToSearchRequest(t){return hr.get().parse(t)}searchRequestToUrl(t){return hr.get().serialize(t)}};window.FluidTopicsUrlService=new Ri;var Be=f(S());var ct=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};ct.eventName="change";var Li=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))}},sl=new Li;var bn=class e extends Be.WithEventBus{static build(){return new e(window.history,sl,()=>window.location,!1)}constructor(t,r,n,i){var s,o;super(),this.history=t,this.historyStorage=r,this.windowLocation=n,this.states=[],this.realPushState=t.pushState,this.realReplaceState=t.replaceState,this.initialIndex=(o=(s=t.state)===null||s===void 0?void 0:s.index)!==null&&o!==void 0?o:t.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(i)}setCurrentState(t,r=!1){let n=r&&this.currentIndex===t.index-1;this.currentState={...this.buildCurrentState(),...t},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,n&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,Be.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new ct(this.currentItem())),0)}installProxies(){let t=r=>(n,i,[s,o,a])=>{let l=r(),c={...l===this.currentIndex?this.currentState:void 0,...s,index:l,href:typeof a=="string"?a:(a??this.windowLocation()).href};n.apply(i,[c,o,a]),this.setCurrentState(c,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:t(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:t(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",t=>this.setCurrentState(t.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(t){for(let r=this.history.length-1;r>=0;r--)t?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(t){var r;let n={...this.buildCurrentState(),...t,index:this.currentIndex,title:(r=t?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(t){this.addEventListener(ct.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(ct.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,s=t+1;for(;this.states.length>s&&!this.isDifferentMajorState(s,n);)this.hasState(s)&&(i=s),s++;return i}buildCurrentState(){var t,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(t=this.history.state)===null||t===void 0?void 0:t.title)!==null&&r!==void 0?r:document.title}}hasState(t){return this.states[t]!=null}isDifferentMajorState(t,r){var n;if(!this.hasState(t))return!1;let i=r??this.currentState.majorStateId,s=(n=this.states[t])===null||n===void 0?void 0:n.majorStateId;return s==null||s!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=bn.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 ol=f(k());var al=ol.css`
|
|
324
|
+
`;var ul=f(k()),se=f(J()),pt=f(S());var ut=f(S());function ll(e,t){let{authenticationRequired:r,session:n}=w.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(t):e()}var En=class extends kt{async updateUiLocale(t){return(await this.awaitApi).updateUiLocale(t)}};var Ni=class e extends ut.FtStateManager{static build(t){return new e(w,t)}constructor(t,r){super(),this.store=t,this.cache=new ut.CacheRegistry,this.withManualResources=!0,this.userLocaleService=new En,this.cleanSessionDebouncer=new ut.Debouncer,this.reloadDebouncer=new ut.Debouncer(500),this.apiProvider=r??(()=>lt.get())}setWithManualResources(t){this.withManualResources=t,this.updateIfNeeded()}async initService(){this.store.addEventListener(Mt.eventName,this.reloadConfiguration)}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.store.getState().session==null&&this.updateSession(),this.store.getState().metadataConfiguration==null&&this.updateMetadataConfiguration()),this.store.getState().localesConfiguration==null&&this.updateLocalesConfiguration(),(this.store.getState().availableContentLocales==null||this.store.getState().availableContentLocales.length==0)&&this.updateAvailableContentLocales())}async updateSession(){let t=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.setSession(void 0)},r.idleTimeoutInMillis),r});this.setSession(t)}async updateMetadataConfiguration(){this.setMetadataConfiguration(await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration()))}async updateLocalesConfiguration(){this.setLocalesConfiguration(await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration()))}async updateAvailableContentLocales(){var t;let r=await this.cache.get("availableContentLocales",()=>ll(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((t=r.contentLocales)!==null&&t!==void 0?t:[])}reloadConfiguration(){var t;(t=this.cache)===null||t===void 0||t.clear("availableContentLocales"),typeof this.updateAvailableContentLocales=="function"&&this.updateAvailableContentLocales()}setBaseUrl(t){this.store.actions.baseUrl(t),window.fluidTopicsBaseUrl=t}setTenantId(t){this.store.actions.tenantId(t)}setApiIntegrationIdentifier(t){this.store.actions.apiIntegrationIdentifier(t)}setApiIntegrationAppVersion(t){this.store.actions.apiIntegrationAppVersion(t)}setUiLocale(t){this.store.actions.uiLocale(t)}setLocalesConfiguration(t){this.store.actions.localesConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setAvailableContentLocales(t){this.store.actions.availableContentLocales(t),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(t,r){this.userLocaleService.updateUiLocale({uiLocale:t,contentLocale:r}).then(n=>{n.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new pr(n)))}).catch(()=>{})}setMetadataConfiguration(t){this.store.actions.metadataConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setNoCustom(t){this.store.actions.noCustom(t)}setEditorMode(t){this.store.actions.editorMode(t)}setNoCustomComponent(t){this.store.actions.noCustomComponent(t)}setSession(t){this.store.actions.session(t),setTimeout(()=>this.updateIfNeeded())}setOpenExternalDocumentInNewTab(t){this.store.actions.openExternalDocumentInNewTab(t)}setNavigatorOnline(t){this.store.actions.navigatorOnline(t)}setForcedOffline(t){this.store.actions.forcedOffline(t)}setAuthenticationRequired(t){this.store.actions.authenticationRequired(t)}},cl=Ni.build();var dt=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 mr=class{constructor(){this.pendingContextRequests=new Map,this.onContextProvider=t=>{let r=this.pendingContextRequests.get(t.context);if(r===void 0)return;this.pendingContextRequests.delete(t.context);let{requests:n}=r;for(let{elementRef:i,callbackRef:s}of n){let o=i.deref(),a=s.deref();o===void 0||a===void 0||o.dispatchEvent(new dt(t.context,o,a,!0))}},this.onContextRequest=t=>{if(t.subscribe!==!0)return;let r=t.contextTarget??t.composedPath()[0],n=t.callback,i=this.pendingContextRequests.get(t.context);i===void 0&&this.pendingContextRequests.set(t.context,i={callbacks:new WeakMap,requests:[]});let s=i.callbacks.get(r);s===void 0&&i.callbacks.set(r,s=new WeakSet),s.has(n)||(s.add(n),i.requests.push({elementRef:new WeakRef(r),callbackRef:new WeakRef(n)}))}}attach(t){t.addEventListener("context-request",this.onContextRequest),t.addEventListener("context-provider",this.onContextProvider)}detach(t){t.removeEventListener("context-request",this.onContextRequest),t.removeEventListener("context-provider",this.onContextProvider)}};var Y=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},I=class extends pt.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=cl,this.contextRoot=new mr}render(){return ul.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("tenantId")&&this.stateManager.setTenantId(this.tenantId),t.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),t.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),t.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),t.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),t.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),t.has("session")&&this.stateManager.setSession(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>
|
|
327
|
-
`;var
|
|
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("tenantId")&&this.stateManager.setTenantId(this.tenantId),t.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),t.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),t.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),t.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),t.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),t.has("session")&&this.stateManager.setSession(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>fr.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())}};I.elementDefinitions={};I.styles=al;Y([(0,se.property)()],I.prototype,"baseUrl",void 0);Y([(0,se.property)()],I.prototype,"tenantId",void 0);Y([(0,se.property)()],I.prototype,"apiIntegrationIdentifier",void 0);Y([(0,se.property)()],I.prototype,"apiIntegrationAppVersion",void 0);Y([(0,se.property)()],I.prototype,"uiLocale",void 0);Y([(0,pt.jsonProperty)(null)],I.prototype,"availableUiLocales",void 0);Y([(0,pt.jsonProperty)(null)],I.prototype,"metadataConfiguration",void 0);Y([(0,se.property)({type:Boolean})],I.prototype,"editorMode",void 0);Y([(0,se.property)({type:Boolean})],I.prototype,"noCustom",void 0);Y([(0,se.property)({type:Boolean})],I.prototype,"openExternalDocumentInNewTab",void 0);Y([(0,se.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],I.prototype,"noCustomComponent",void 0);Y([(0,se.property)({type:Boolean})],I.prototype,"withManualResources",void 0);Y([(0,se.property)({type:Boolean})],I.prototype,"navigatorOnline",void 0);Y([(0,se.property)({type:Boolean})],I.prototype,"forcedOffline",void 0);Y([(0,se.property)({type:Boolean})],I.prototype,"authenticationRequired",void 0);Y([(0,pt.jsonProperty)([])],I.prototype,"messageContexts",void 0);Y([(0,pt.jsonProperty)(void 0)],I.prototype,"session",void 0);var pl=f(S());var dl={"ft-app-context":I};(0,pl.customElements)(dl);var fl=f(J());var Pi=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-]+$/)}},Ut=new Pi;var ju=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},gr=Symbol("i18nAttributes"),hl=Symbol("i18nListAttributes"),ml=Symbol("i18nProperties"),Sn=Symbol("i18nContexts"),yr=Symbol("i18nUnsubs"),yl=(0,$t.applyMixinOnce)(Symbol("withI18n"),function(e){var t,r;class n extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map,this[r]=new Map}getI18nService(s){return s??this.useCustomMessageContexts?wi:fr}i18n(s){let{context:o,key:a,message:l}=s,{custom:c,args:u,argsProvider:d}=s;if(o&&a){this.hasI18nContext(o)||this.addI18nContext(o,void 0,c);let p=u??(d?d(this):[]);return this.getI18nService(c).resolveMessage(o,a,...p)}return l}async awaitI18n(s){let{context:o,custom:a}=s;return o&&await this.getI18nService(a).prepareContext(o),this.i18n(s)}customI18n(s,o){if(Ut.isI18nKey(s)){let[a,l]=s.split(".");return this.i18n({custom:!0,context:a,key:l,...o})||s}return s}firstUpdated(s){super.firstUpdated(s),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(s){super.update(s),this.updateI18nAttributes((o,a,l)=>s.has(a)||typeof o.argsProvider=="function"),this.updateI18nProperties(o=>typeof o.argsProvider=="function")}onI18nUpdate(s){this.updateI18nAttributes((o,a,l)=>{var c;return((c=l?.context)===null||c===void 0?void 0:c.toLowerCase())===s}),this.updateI18nProperties(o=>o.context.toLowerCase()===s),this.requestUpdate()}updateI18nAttributes(s){var o,a;let l=this,c=(u,d,p)=>p?.context&&p.key&&s(u,d,p)?{...p,message:this.i18n({context:p.context,key:p.key,custom:p.custom,...u})}:p;(o=this[gr])===null||o===void 0||o.forEach((u,d)=>l[d]=c(u,d,l[d])),(a=this[hl])===null||a===void 0||a.forEach((u,d)=>{var p;return l[d]=(p=l[d])===null||p===void 0?void 0:p.map(y=>c(u,d,y))})}updateI18nProperties(s){var o;(o=this[ml])===null||o===void 0||o.forEach((a,l)=>{s(a,l)&&(this[l]=this.i18n(a))})}addI18nMessages(s,o,a){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(s,o,a)}addI18nContext(s,o,a){let l=(typeof s=="string"?s:s.name).toLowerCase();a=typeof s=="string"?a:s.custom,this[Sn].set(l,{isCustomContext:a}),this[yr].has(l)||this[yr].set(l,this.getI18nService(a).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(a).prepareContext(l,o)}hasI18nContext(s){return this[Sn].has(s.toLowerCase())}connectedCallback(){super.connectedCallback(),this[Sn].forEach((s,o)=>this.addI18nContext(o,void 0,s.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[yr].forEach(s=>s()),this[yr].clear()}}return t=Sn,r=yr,ju([(0,fl.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),An=class extends yl($t.FtLitElement){},_n=class extends yl($t.FtLitElementRedux){};var gl=f(S());var Di=class{fromAttribute(t){if(!t)return[];try{let r=JSON.parse(t);return Array.isArray(r)?r.map(n=>typeof n=="string"?Ut.fromAttribute(n):n):[]}catch{return[]}}toAttribute(t){if(t!=null)return JSON.stringify(t)}},zu=new Di;var vl=(e,t)=>(r,n)=>{var i;r.constructor.createProperty(n,{type:Object,hasChanged:gl.hasChanged,converter:Ut,...t}),r[gr]=(i=r[gr])!==null&&i!==void 0?i:new Map,r[gr].set(n,e??{})};var xl=f(k());var bl=xl.css`
|
|
327
|
+
`;var Cn=f(k()),wn=f(J()),On=f(S());var vr=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},_e=class extends _n{constructor(){super(),this.editorMode=!1,this.addStore(w)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":Cn.nothing:Cn.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:""})}};
|
|
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:""})}};_e.elementDefinitions={};_e.styles=bl;vr([(0,On.redux)()],_e.prototype,"editorMode",void 0);vr([(0,wn.property)()],_e.prototype,"context",void 0);vr([(0,wn.property)()],_e.prototype,"key",void 0);vr([(0,On.jsonProperty)([])],_e.prototype,"args",void 0);vr([(0,wn.property)()],_e.prototype,"defaultMessage",void 0);var Sl=f(S());var El={"ft-i18n":_e};(0,Sl.customElements)(El);var Ce=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},z=class extends An{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 ge.Debouncer,this.revealDebouncer=new ge.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 Al.html`
|
|
332
332
|
<div part="container"
|
|
333
333
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
|
|
334
334
|
<slot part="slot"></slot>
|
|
@@ -337,18 +337,18 @@
|
|
|
337
337
|
popover="manual">
|
|
338
338
|
<div part="tooltip-content" class="ft-tooltip--content">
|
|
339
339
|
<slot name="text"></slot>
|
|
340
|
-
<ft-typography variant="${
|
|
340
|
+
<ft-typography variant="${Ve.caption}" ?hidden=${!(!((t=this.text)===null||t===void 0)&&t.message)}>
|
|
341
341
|
${(r=this.text)===null||r===void 0?void 0:r.message}
|
|
342
342
|
</ft-typography>
|
|
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&&ss(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 ${ge.designSystemVariables.transitionDuration}, left ${ge.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}matchesIgnored(t){return(0,ge.eventPathContainsMatchingElement)(t,this.ignoreMatchingElements,this.eventsTarget)}isIgnored(t){return this.manual||this.matchesIgnored(t)}};V.elementDefinitions={"ft-typography":le};V.styles=No;Te([sl()],V.prototype,"text",void 0);Te([(0,ve.property)({type:Boolean})],V.prototype,"manual",void 0);Te([(0,ve.property)({type:Boolean})],V.prototype,"inline",void 0);Te([(0,ge.numberProperty)()],V.prototype,"delay",void 0);Te([(0,ve.property)()],V.prototype,"position",void 0);Te([(0,ge.jsonProperty)([])],V.prototype,"ignoreMatchingElements",void 0);Te([(0,ve.queryAssignedNodes)()],V.prototype,"slotNodes",void 0);Te([(0,ve.query)(".ft-tooltip--container")],V.prototype,"container",void 0);Te([(0,ve.query)(".ft-tooltip")],V.prototype,"tooltip",void 0);Te([(0,ve.query)(".ft-tooltip--content")],V.prototype,"tooltipContent",void 0);Te([(0,ve.state)()],V.prototype,"visible",void 0);var fl=y(S());var pl={"ft-tooltip":V};(0,fl.customElements)(pl);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(Y()),yl=y(S()),gl=y(ml());var Kt;(function(e){e.ADD_TO_PBK="",e.ALERT="",e.ADD_ALERT="",e.BACK_TO_SEARCH="",e.ADD_BOOKMARK="",e.BOOKMARK="",e.BOOKS="",e.MENU="",e.DOWNLOAD="",e.EDIT="",e.FEEDBACK="",e.HOME="",e.MODIFY_PBK="",e.SCHEDULED="",e.SEARCH="",e.EXPORT="",e.TOC="",e.WRITE_UGC="",e.TRASH="",e.USER="",e.EXTLINK="",e.CALENDAR="",e.OFFLINE="",e.BOOK="",e.DOWNLOAD_PLAIN="",e.CHECK="",e.STAR_PLAIN="",e.TOPICS="",e.DISC="",e.CIRCLE="",e.SHARED="",e.SORT_UNSORTED="",e.SORT_UP="",e.SORT_DOWN="",e.WORKING="",e.CLOSE="",e.ZOOM_OUT="",e.ZOOM_IN="",e.ZOOM_REALSIZE="",e.ZOOM_FULLSCREEN="",e.ADMIN_RESTRICTED="",e.ADMIN="",e.ADMIN_KHUB="",e.ADMIN_THEME="",e.ADMIN_USERS="",e.WARNING="",e.CONTEXT="",e.SEARCH_HOME="",e.STEPS="",e.ICON_EXPAND="",e.ICON_COLLAPSE="",e.INFO="",e.MINUS_PLAIN="",e.PLUS_PLAIN="",e.FACET_HAS_DESCENDANT="",e.TRIANGLE_BOTTOM="",e.TRIANGLE_LEFT="",e.TRIANGLE_RIGHT="",e.TRIANGLE_TOP="",e.THIN_ARROW="",e.SIGN_IN="",e.LOGOUT="",e.TRANSLATE="",e.CLOSE_PLAIN="",e.CHECK_PLAIN="",e.ARTICLE="",e.COLUMNS="",e.ANALYTICS="",e.COLLECTIONS="",e.ARROW_DOWN="",e.ARROW_LEFT="",e.ARROW_RIGHT="",e.ARROW_UP="",e.SEARCH_IN_PUBLICATION="",e.COPY_TO_CLIPBOARD="",e.SHARED_PBK="",e.ATTACHMENTS="",e.STRIPE_ARROW_LEFT="",e.STRIPE_ARROW_RIGHT="",e.FILTERS="",e.DOT="",e.MINUS="",e.PLUS="",e.MAILS_AND_NOTIFICATIONS="",e.SAVE="",e.LOCKER="",e.ADMIN_INTEGRATION="",e.SYNC="",e.TAG="",e.BOOK_PLAIN="",e.UPLOAD="",e.ONLINE="",e.TAG_PLAIN="",e.ACCOUNT_SETTINGS="",e.PRINT="",e.DEFAULT_ROLES="",e.SHORTCUT_MENU="",e.RELATIVES_PLAIN="",e.RELATIVES="",e.PAUSE="",e.PLAY="",e.ADMIN_PORTAL="",e.STAR="",e.THUMBS_DOWN="",e.THUMBS_DOWN_PLAIN="",e.THUMBS_UP="",e.THUMBS_UP_PLAIN="",e.FEEDBACK_PLAIN="",e.RATE_PLAIN="",e.RATE="",e.OFFLINE_SETTINGS="",e.MY_COLLECTIONS="",e.THIN_ARROW_LEFT="",e.THIN_ARROW_RIGHT="",e.RESET="",e.MY_LIBRARY="",e.UNSTRUCTURED_DOC="",e.CONTEXTUAL="",e.THIN_ARROW_UP="",e.ARROW_RIGHT_TO_LINE="",e.DESKTOP="",e.TABLET_LANDSCAPE="",e.TABLET_PORTRAIT="",e.MOBILE_LANDSCAPE="",e.MOBILE_PORTRAIT="",e.DIAGRAM_SUNBURST="",e.DIAGRAM_SANKEY="",e.COMMENT_QUESTION="",e.COMMENT_QUESTION_PLAIN="",e.MESSAGE_BOT="",e.CHART_SIMPLE="",e.BARS_PROGRESS="",e.BOOK_OPEN_GEAR="",e.BOOK_OPEN_GEAR_SLASH="",e.LINE_CHART="",e.STACKED_CHART="",e.CHART_BAR_STACKED="",e.CHART_BAR_GROUPED="",e.EYE_SLASH="",e.X_MARK="",e.EXPAND_WIDE="",e.PIP="",e.PIP_WIDE="",e.LIFE_RING="",e.GLOBE="",e.PIGGY_BANK="",e.EXTLINK_LIGHT="",e.CLONE="",e.CLONE_LINK_SIMPLE="",e.CHART_BAR_NORMALIZED="",e.CONSUMER="",e.OCTAGON_XMARK="",e.HOURGLASS_HALF="",e.CLOCK="",e.CLOCK_THREE="",e.CALENDAR_DAY="",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="",e.WAND_MAGIC_SPARKLES="",e.PAPER_PLANE="",e.CIRCLE_STOP="",e.ARROW_ROTATE_RIGHT="",e.ARROWS_ROTATE="",e.ALIGN_RIGHT="",e.FORMAT_CLEAR="",e.ALIGN_CENTER="",e.ALIGN_LEFT="",e.PALETTE="",e.BOLD="",e.ITALIC="",e.UNDERLINE="",e.STRIKETHROUGH="",e.LINK_SIMPLE_SLASH="",e.LINK_SIMPLE="",e.ROUTE="",e.CIRCLE_USER_SLASH="",e.CIRCLE_USER_CHECK="",e.LIST_MAGNIFYING_GLASS="",e.MEDAL="",e.THUMBS_UP_THUMBS_DOWN_SOLID="",e.ARROW_TURN_DOWN_RIGHT="",e.FLASK="",e.LOCK_KEYHOLE_OPEN_SOLID="",e.HOURGLASS_END="",e.CIRCLE_QUESTION="",e.GRIP_LINES_SOLID="",e.TRANSLATE_SPARKLE_SOLID="",e.CODE="",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="",e.PAPER_PLANE_SLASH="",e.COMPRESS="",e.EXPAND="",e.ARROW_ROTATE_LEFT="",e.MOBILE_SMALL="",e.SPARKLES="",e.HAND_SOLID="",e.CLOCK_SOLID="",e.CONTEXT_MENU_CURSOR="",e.LANGUAGE_SLASH="",e.MAGNIFYING_GLASS_FLOPPY_DISK="",e.CABINET_FILING_FLOPPY_DISK="",e.BOOKMARK_SLASH="",e.CIRCLE_PAUSE="",e.CIRCLE_PLAY="",e.CIRCLE_STOP_PLAIN="",e.CIRCLE_ARROW_DOWN="",e.SHARE_NODES="",e.BELL="",e.BELL_SLASH="",e.FILE="",e.HAND="",e.SQUARE_INFO_SOLID="",e.FILE_CODE="",e.BOX_CODE="",e.TOPICS_SOLID="",e.PHOTO_FILM="",e.HYPHEN_SOLID="",e.CROSSHAIRS="",e.PERSON_CHALKBOARD="",e.CIRCLE_ARROW_DOWN_SLASH="",e.BOOK_OPEN_COVER="",e.LIGHTBULB="",e.MESSAGE_BOT_AGENTIC_SOLID="",e.CHART_LINE_USER="",e.SERVER_CIRCLE_ARROW_DOWN="",e.EYE="",e.SHARE="󨃱"})(Kt||(Kt={}));var g;(function(e){e.UNKNOWN="",e.ABW="",e.AUDIO="",e.AVI="",e.CHM="",e.CODE="",e.CSV="",e.DITA="",e.EPUB="",e.EXCEL="",e.FLAC="",e.GIF="",e.GZIP="",e.HTML="",e.IMAGE="",e.JPEG="",e.JSON="",e.M4A="",e.MOV="",e.MP3="",e.MP4="",e.OGG="",e.PDF="",e.PNG="",e.POWERPOINT="",e.RAR="",e.STP="",e.TEXT="",e.VIDEO="",e.WAV="",e.WMA="",e.WORD="",e.XML="",e.YAML="",e.ZIP=""})(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 yl.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&&po(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 ${ge.designSystemVariables.transitionDuration}, left ${ge.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}matchesIgnored(t){return(0,ge.eventPathContainsMatchingElement)(t,this.ignoreMatchingElements,this.eventsTarget)}isIgnored(t){return this.manual||this.matchesIgnored(t)}};z.elementDefinitions={"ft-typography":le};z.styles=Us;Ce([vl()],z.prototype,"text",void 0);Ce([(0,ve.property)({type:Boolean})],z.prototype,"manual",void 0);Ce([(0,ve.property)({type:Boolean})],z.prototype,"inline",void 0);Ce([(0,ge.numberProperty)()],z.prototype,"delay",void 0);Ce([(0,ve.property)()],z.prototype,"position",void 0);Ce([(0,ge.jsonProperty)([])],z.prototype,"ignoreMatchingElements",void 0);Ce([(0,ve.queryAssignedNodes)()],z.prototype,"slotNodes",void 0);Ce([(0,ve.query)(".ft-tooltip--container")],z.prototype,"container",void 0);Ce([(0,ve.query)(".ft-tooltip")],z.prototype,"tooltip",void 0);Ce([(0,ve.query)(".ft-tooltip--content")],z.prototype,"tooltipContent",void 0);Ce([(0,ve.state)()],z.prototype,"visible",void 0);var Cl=f(S());var _l={"ft-tooltip":z};(0,Cl.customElements)(_l);var qe;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(qe||(qe={}));var xr=f(k()),Ye=f(J()),Tl=f(S()),Rl=f(Ol());var Bt;(function(e){e.ADD_TO_PBK="",e.ALERT="",e.ADD_ALERT="",e.BACK_TO_SEARCH="",e.ADD_BOOKMARK="",e.BOOKMARK="",e.BOOKS="",e.MENU="",e.DOWNLOAD="",e.EDIT="",e.FEEDBACK="",e.HOME="",e.MODIFY_PBK="",e.SCHEDULED="",e.SEARCH="",e.EXPORT="",e.TOC="",e.WRITE_UGC="",e.TRASH="",e.USER="",e.EXTLINK="",e.CALENDAR="",e.OFFLINE="",e.BOOK="",e.DOWNLOAD_PLAIN="",e.CHECK="",e.STAR_PLAIN="",e.TOPICS="",e.DISC="",e.CIRCLE="",e.SHARED="",e.SORT_UNSORTED="",e.SORT_UP="",e.SORT_DOWN="",e.WORKING="",e.CLOSE="",e.ZOOM_OUT="",e.ZOOM_IN="",e.ZOOM_REALSIZE="",e.ZOOM_FULLSCREEN="",e.ADMIN_RESTRICTED="",e.ADMIN="",e.ADMIN_KHUB="",e.ADMIN_THEME="",e.ADMIN_USERS="",e.WARNING="",e.CONTEXT="",e.SEARCH_HOME="",e.STEPS="",e.ICON_EXPAND="",e.ICON_COLLAPSE="",e.INFO="",e.MINUS_PLAIN="",e.PLUS_PLAIN="",e.FACET_HAS_DESCENDANT="",e.TRIANGLE_BOTTOM="",e.TRIANGLE_LEFT="",e.TRIANGLE_RIGHT="",e.TRIANGLE_TOP="",e.THIN_ARROW="",e.SIGN_IN="",e.LOGOUT="",e.TRANSLATE="",e.CLOSE_PLAIN="",e.CHECK_PLAIN="",e.ARTICLE="",e.COLUMNS="",e.ANALYTICS="",e.COLLECTIONS="",e.ARROW_DOWN="",e.ARROW_LEFT="",e.ARROW_RIGHT="",e.ARROW_UP="",e.SEARCH_IN_PUBLICATION="",e.COPY_TO_CLIPBOARD="",e.SHARED_PBK="",e.ATTACHMENTS="",e.STRIPE_ARROW_LEFT="",e.STRIPE_ARROW_RIGHT="",e.FILTERS="",e.DOT="",e.MINUS="",e.PLUS="",e.MAILS_AND_NOTIFICATIONS="",e.SAVE="",e.LOCKER="",e.ADMIN_INTEGRATION="",e.SYNC="",e.TAG="",e.BOOK_PLAIN="",e.UPLOAD="",e.ONLINE="",e.TAG_PLAIN="",e.ACCOUNT_SETTINGS="",e.PRINT="",e.DEFAULT_ROLES="",e.SHORTCUT_MENU="",e.RELATIVES_PLAIN="",e.RELATIVES="",e.PAUSE="",e.PLAY="",e.ADMIN_PORTAL="",e.STAR="",e.THUMBS_DOWN="",e.THUMBS_DOWN_PLAIN="",e.THUMBS_UP="",e.THUMBS_UP_PLAIN="",e.FEEDBACK_PLAIN="",e.RATE_PLAIN="",e.RATE="",e.OFFLINE_SETTINGS="",e.MY_COLLECTIONS="",e.THIN_ARROW_LEFT="",e.THIN_ARROW_RIGHT="",e.RESET="",e.MY_LIBRARY="",e.UNSTRUCTURED_DOC="",e.CONTEXTUAL="",e.THIN_ARROW_UP="",e.ARROW_RIGHT_TO_LINE="",e.DESKTOP="",e.TABLET_LANDSCAPE="",e.TABLET_PORTRAIT="",e.MOBILE_LANDSCAPE="",e.MOBILE_PORTRAIT="",e.DIAGRAM_SUNBURST="",e.DIAGRAM_SANKEY="",e.COMMENT_QUESTION="",e.COMMENT_QUESTION_PLAIN="",e.MESSAGE_BOT="",e.CHART_SIMPLE="",e.BARS_PROGRESS="",e.BOOK_OPEN_GEAR="",e.BOOK_OPEN_GEAR_SLASH="",e.LINE_CHART="",e.STACKED_CHART="",e.CHART_BAR_STACKED="",e.CHART_BAR_GROUPED="",e.EYE_SLASH="",e.X_MARK="",e.EXPAND_WIDE="",e.PIP="",e.PIP_WIDE="",e.LIFE_RING="",e.GLOBE="",e.PIGGY_BANK="",e.EXTLINK_LIGHT="",e.CLONE="",e.CLONE_LINK_SIMPLE="",e.CHART_BAR_NORMALIZED="",e.CONSUMER="",e.OCTAGON_XMARK="",e.HOURGLASS_HALF="",e.CLOCK="",e.CLOCK_THREE="",e.CALENDAR_DAY="",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="",e.WAND_MAGIC_SPARKLES="",e.PAPER_PLANE="",e.CIRCLE_STOP="",e.ARROW_ROTATE_RIGHT="",e.ARROWS_ROTATE="",e.ALIGN_RIGHT="",e.FORMAT_CLEAR="",e.ALIGN_CENTER="",e.ALIGN_LEFT="",e.PALETTE="",e.BOLD="",e.ITALIC="",e.UNDERLINE="",e.STRIKETHROUGH="",e.LINK_SIMPLE_SLASH="",e.LINK_SIMPLE="",e.ROUTE="",e.CIRCLE_USER_SLASH="",e.CIRCLE_USER_CHECK="",e.LIST_MAGNIFYING_GLASS="",e.MEDAL="",e.THUMBS_UP_THUMBS_DOWN_SOLID="",e.ARROW_TURN_DOWN_RIGHT="",e.FLASK="",e.LOCK_KEYHOLE_OPEN_SOLID="",e.HOURGLASS_END="",e.CIRCLE_QUESTION="",e.GRIP_LINES_SOLID="",e.TRANSLATE_SPARKLE_SOLID="",e.CODE="",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="",e.PAPER_PLANE_SLASH="",e.COMPRESS="",e.EXPAND="",e.ARROW_ROTATE_LEFT="",e.MOBILE_SMALL="",e.SPARKLES="",e.HAND_SOLID="",e.CLOCK_SOLID="",e.CONTEXT_MENU_CURSOR="",e.LANGUAGE_SLASH="",e.MAGNIFYING_GLASS_FLOPPY_DISK="",e.CABINET_FILING_FLOPPY_DISK="",e.BOOKMARK_SLASH="",e.CIRCLE_PAUSE="",e.CIRCLE_PLAY="",e.CIRCLE_STOP_PLAIN="",e.CIRCLE_ARROW_DOWN="",e.SHARE_NODES="",e.BELL="",e.BELL_SLASH="",e.FILE="",e.HAND="",e.SQUARE_INFO_SOLID="",e.FILE_CODE="",e.BOX_CODE="",e.TOPICS_SOLID="",e.PHOTO_FILM="",e.HYPHEN_SOLID="",e.CROSSHAIRS="",e.PERSON_CHALKBOARD="",e.CIRCLE_ARROW_DOWN_SLASH="",e.BOOK_OPEN_COVER="",e.LIGHTBULB="",e.MESSAGE_BOT_AGENTIC_SOLID="",e.CHART_LINE_USER="",e.SERVER_CIRCLE_ARROW_DOWN="",e.EYE="",e.SHARE="󨃱"})(Bt||(Bt={}));var h;(function(e){e.UNKNOWN="",e.ABW="",e.AUDIO="",e.AVI="",e.CHM="",e.CODE="",e.CSV="",e.DITA="",e.EPUB="",e.EXCEL="",e.FLAC="",e.GIF="",e.GZIP="",e.HTML="",e.IMAGE="",e.JPEG="",e.JSON="",e.M4A="",e.MOV="",e.MP3="",e.MP4="",e.OGG="",e.PDF="",e.PNG="",e.POWERPOINT="",e.RAR="",e.STP="",e.TEXT="",e.VIDEO="",e.WAV="",e.WMA="",e.WORD="",e.XML="",e.YAML="",e.ZIP=""})(h||(h={}));var zy=new Map([...["abw"].map(e=>[e,h.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,h.AUDIO]),...["avi"].map(e=>[e,h.AVI]),...["chm","xhs"].map(e=>[e,h.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,h.CODE]),...["csv"].map(e=>[e,h.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,h.DITA]),...["epub"].map(e=>[e,h.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,h.EXCEL]),...["flac"].map(e=>[e,h.FLAC]),...["gif"].map(e=>[e,h.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,h.GZIP]),...["html","htm","xhtml"].map(e=>[e,h.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,h.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,h.JPEG]),...["json"].map(e=>[e,h.JSON]),...["m4a","m4p"].map(e=>[e,h.M4A]),...["mov","qt"].map(e=>[e,h.MOV]),...["mp3"].map(e=>[e,h.MP3]),...["mp4","m4v"].map(e=>[e,h.MP4]),...["ogg","oga"].map(e=>[e,h.OGG]),...["pdf","ps"].map(e=>[e,h.PDF]),...["png"].map(e=>[e,h.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,h.POWERPOINT]),...["rar"].map(e=>[e,h.RAR]),...["stp"].map(e=>[e,h.STP]),...["txt","rtf","md","mdown"].map(e=>[e,h.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,h.VIDEO]),...["wav"].map(e=>[e,h.WAV]),...["wma"].map(e=>[e,h.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,h.WORD]),...["xml","xsl","rdf"].map(e=>[e,h.XML]),...["yaml","yml","x-yaml"].map(e=>[e,h.YAML]),...["zip"].map(e=>[e,h.ZIP])]);var Wy={[h.ABW]:"#91ABC6",[h.AUDIO]:"#1795E3",[h.AVI]:"#E63324",[h.CHM]:"#71C3EB",[h.CODE]:"#71C3EB",[h.CSV]:"#1F7345",[h.DITA]:"#71C3EB",[h.EPUB]:"#85B926",[h.EXCEL]:"#1F7345",[h.FLAC]:"#1795E3",[h.GIF]:"#59B031",[h.GZIP]:"#F8AB36",[h.HTML]:"#71C3EB",[h.IMAGE]:"#59B031",[h.JPEG]:"#59B031",[h.JSON]:"#71C3EB",[h.M4A]:"#1795E3",[h.MOV]:"#E63324",[h.MP3]:"#1795E3",[h.MP4]:"#E63324",[h.OGG]:"#1795E3",[h.PDF]:"#E44948",[h.PNG]:"#59B031",[h.POWERPOINT]:"#B54A2B",[h.RAR]:"#F8AB36",[h.STP]:"#3764B1",[h.TEXT]:"#3162AB",[h.UNKNOWN]:"#999999",[h.VIDEO]:"#E63324",[h.WAV]:"#1795E3",[h.WMA]:"#1795E3",[h.WORD]:"#3162AB",[h.XML]:"#71C3EB",[h.YAML]:"#71C3EB",[h.ZIP]:"#F8AB36"};var br=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},te=class extends Tl.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=xr.nothing}render(){let t=this.variant&&Object.values(qe).includes(this.variant)?this.variant:qe.fluid_topics,r=t!==qe.material||!!this.value;return xr.html`
|
|
347
347
|
<i class="ft-icon ft-icon--${t} ft-no-text-select" part="icon icon-${t}">
|
|
348
|
-
${(0,
|
|
348
|
+
${(0,Rl.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
|
|
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 qe.file_format:this.resolvedIcon=(t=h[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case qe.material:this.resolvedIcon=this.value||xr.nothing;break;default:this.resolvedIcon=(r=Bt[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};te.elementDefinitions={};te.styles=us;br([(0,Ye.property)()],te.prototype,"variant",void 0);br([(0,Ye.property)()],te.prototype,"value",void 0);br([(0,Ye.property)({reflect:!0,attribute:"aria-hidden"})],te.prototype,"ariaHidden",void 0);br([(0,Ye.state)()],te.prototype,"resolvedIcon",void 0);br([(0,Ye.query)("slot")],te.prototype,"slottedContent",void 0);var Nl=f(S());var Ll={"ft-icon":te};(0,Nl.customElements)(Ll);var Pl=f(k()),Er=f(S()),ft={color:Er.FtCssVariableFactory.extend("--ft-loader-color","",Er.designSystemVariables.colorPrimary),size:Er.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Dl=Pl.css`
|
|
352
352
|
:host {
|
|
353
353
|
line-height: 0;
|
|
354
354
|
}
|
|
@@ -357,8 +357,8 @@
|
|
|
357
357
|
display: inline-block;
|
|
358
358
|
position: relative;
|
|
359
359
|
|
|
360
|
-
width: ${
|
|
361
|
-
height: ${
|
|
360
|
+
width: ${ft.size};
|
|
361
|
+
height: ${ft.size};
|
|
362
362
|
}
|
|
363
363
|
|
|
364
364
|
.ft-loader div {
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
width: 25%;
|
|
368
368
|
height: 25%;
|
|
369
369
|
border-radius: 50%;
|
|
370
|
-
background: ${
|
|
370
|
+
background: ${ft.color};
|
|
371
371
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
372
372
|
}
|
|
373
373
|
|
|
@@ -414,17 +414,17 @@
|
|
|
414
414
|
transform: translate(0, 0);
|
|
415
415
|
}
|
|
416
416
|
100% {
|
|
417
|
-
transform: translate(calc(0.35 * ${
|
|
417
|
+
transform: translate(calc(0.35 * ${ft.size}), 0);
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
|
-
`;var
|
|
420
|
+
`;var Ml=f(k()),kl=f(S());var ht=class extends kl.FtLitElement{render(){return Ml.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
|
-
`}};
|
|
427
|
+
`}};ht.styles=Dl;var Ul=f(S());var Il={"ft-loader":ht};(0,Ul.customElements)(Il);var Xe=f(k()),Tn=f(Cr()),N=f(J());var Sr=e=>e??F;var Hl=f(k()),_=f(S());var $l=_.FtCssVariableFactory.extend("--ft-button-color","",_.designSystemVariables.colorPrimary),U={backgroundColor:_.FtCssVariableFactory.extend("--ft-button-background-color","",_.designSystemVariables.colorSurface),borderRadius:_.FtCssVariableFactory.extend("--ft-button-border-radius","",_.designSystemVariables.borderRadiusL),color:$l,fontSize:_.FtCssVariableFactory.extend("--ft-button-font-size","",we.fontSize),iconSize:_.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:_.FtCssVariableFactory.extend("--ft-button-ripple-color","",$l),verticalPadding:_.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:_.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:_.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:_.FtCssVariableFactory.external(_.designSystemVariables.colorOpacityDisabled,"Design system")},Bl=_.FtCssVariableFactory.extend("--ft-button-primary-color","",_.FtCssVariableFactory.extend("--ft-button-color","",_.designSystemVariables.colorOnPrimary)),Mi={backgroundColor:_.FtCssVariableFactory.extend("--ft-button-primary-background-color","",_.FtCssVariableFactory.extend("--ft-button-background-color","",_.designSystemVariables.colorPrimary)),color:Bl,rippleColor:_.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Bl)},Le={borderRadius:_.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",_.FtCssVariableFactory.extend("--ft-button-border-radius","",_.designSystemVariables.borderRadiusM)),verticalPadding:_.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:_.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:_.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},Vl=Hl.css`
|
|
428
428
|
:host {
|
|
429
429
|
display: inline-block;
|
|
430
430
|
max-width: 100%;
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
box-shadow: 0px 0px 0px transparent;
|
|
436
436
|
border: 0px solid transparent;
|
|
437
437
|
text-shadow: 0px 0px 0px transparent;
|
|
438
|
-
font-size: ${
|
|
438
|
+
font-size: ${U.fontSize};
|
|
439
439
|
text-decoration: none;
|
|
440
440
|
}
|
|
441
441
|
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
}
|
|
456
456
|
|
|
457
457
|
.ft-button:focus-visible {
|
|
458
|
-
outline: 2px solid ${
|
|
458
|
+
outline: 2px solid ${_.designSystemVariables.colorPrimary};
|
|
459
459
|
outline-offset: 2px;
|
|
460
460
|
}
|
|
461
461
|
|
|
@@ -469,32 +469,31 @@
|
|
|
469
469
|
border: none;
|
|
470
470
|
pointer-events: auto;
|
|
471
471
|
|
|
472
|
-
--button-internal-line-height: max(calc(${
|
|
473
|
-
--button-internal-color: ${
|
|
474
|
-
${(0,
|
|
475
|
-
${(0,
|
|
476
|
-
${(0,
|
|
472
|
+
--button-internal-line-height: max(calc(${U.fontSize} + 2px), ${U.iconSize});
|
|
473
|
+
--button-internal-color: ${U.color};
|
|
474
|
+
${(0,_.setVariable)(ae.size,U.iconSize)};
|
|
475
|
+
${(0,_.setVariable)(Q.color,U.rippleColor)};
|
|
476
|
+
${(0,_.setVariable)(Q.borderRadius,U.borderRadius)};
|
|
477
477
|
|
|
478
|
-
border-radius: ${
|
|
479
|
-
padding: ${
|
|
480
|
-
background-color: ${
|
|
478
|
+
border-radius: ${U.borderRadius};
|
|
479
|
+
padding: ${U.verticalPadding} ${U.horizontalPadding};
|
|
480
|
+
background-color: ${U.backgroundColor};
|
|
481
481
|
color: var(--button-internal-color);
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
.ft-button.ft-button--outlined {
|
|
485
485
|
border: 1px solid var(--button-internal-color);
|
|
486
|
-
padding: calc(${
|
|
486
|
+
padding: calc(${U.verticalPadding} - 1px) calc(${U.horizontalPadding} - 1px);
|
|
487
487
|
}
|
|
488
488
|
|
|
489
489
|
.ft-button.ft-button--dense {
|
|
490
|
-
padding: ${
|
|
491
|
-
border-radius: ${
|
|
492
|
-
|
|
493
|
-
${(0,O.setVariable)(J.borderRadius,we.borderRadius)};
|
|
490
|
+
padding: ${Le.verticalPadding} ${Le.horizontalPadding};
|
|
491
|
+
border-radius: ${Le.borderRadius};
|
|
492
|
+
${(0,_.setVariable)(Q.borderRadius,Le.borderRadius)};
|
|
494
493
|
}
|
|
495
494
|
|
|
496
495
|
.ft-button.ft-button--dense.ft-button--outlined {
|
|
497
|
-
padding: calc(${
|
|
496
|
+
padding: calc(${Le.verticalPadding} - 1px) calc(${Le.horizontalPadding} - 1px);
|
|
498
497
|
}
|
|
499
498
|
|
|
500
499
|
.ft-button:not([disabled]):hover {
|
|
@@ -502,22 +501,22 @@
|
|
|
502
501
|
}
|
|
503
502
|
|
|
504
503
|
.ft-button--round {
|
|
505
|
-
border-radius: calc(var(--button-internal-line-height) / 2 + ${
|
|
504
|
+
border-radius: calc(var(--button-internal-line-height) / 2 + ${U.verticalPadding});
|
|
506
505
|
}
|
|
507
506
|
|
|
508
507
|
.ft-button--round.ft-button--dense {
|
|
509
|
-
border-radius: calc(var(--button-internal-line-height) / 2 + ${
|
|
508
|
+
border-radius: calc(var(--button-internal-line-height) / 2 + ${Le.verticalPadding});
|
|
510
509
|
}
|
|
511
510
|
|
|
512
511
|
.ft-button[disabled] {
|
|
513
512
|
filter: grayscale(1);
|
|
514
|
-
opacity: ${
|
|
513
|
+
opacity: ${U.opacityDisabled};
|
|
515
514
|
}
|
|
516
515
|
|
|
517
516
|
.ft-button.ft-button--primary {
|
|
518
|
-
background-color: ${
|
|
519
|
-
--button-internal-color: ${
|
|
520
|
-
${(0,
|
|
517
|
+
background-color: ${Mi.backgroundColor};
|
|
518
|
+
--button-internal-color: ${Mi.color};
|
|
519
|
+
${(0,_.setVariable)(Q.color,Mi.rippleColor)};
|
|
521
520
|
}
|
|
522
521
|
|
|
523
522
|
.ft-button--label {
|
|
@@ -526,17 +525,17 @@
|
|
|
526
525
|
white-space: nowrap;
|
|
527
526
|
text-overflow: ellipsis;
|
|
528
527
|
display: block;
|
|
529
|
-
margin: 0 ${
|
|
530
|
-
${(0,
|
|
531
|
-
${(0,
|
|
528
|
+
margin: 0 ${U.iconPadding};
|
|
529
|
+
${(0,_.setVariable)(we.fontSize,"1em")};
|
|
530
|
+
${(0,_.setVariable)(we.lineHeight,"var(--button-internal-line-height)")};
|
|
532
531
|
}
|
|
533
532
|
|
|
534
533
|
.ft-button--dense .ft-button--label {
|
|
535
|
-
margin: 0 ${
|
|
534
|
+
margin: 0 ${Le.iconPadding};
|
|
536
535
|
}
|
|
537
536
|
|
|
538
|
-
.ft-button--label
|
|
539
|
-
|
|
537
|
+
.ft-button--label.ft-button--label-no-text {
|
|
538
|
+
margin: 0;
|
|
540
539
|
}
|
|
541
540
|
|
|
542
541
|
[part="icon"] {
|
|
@@ -545,13 +544,13 @@
|
|
|
545
544
|
}
|
|
546
545
|
|
|
547
546
|
.ft-button--label[hidden] + [part="icon"] {
|
|
548
|
-
margin: 0 calc(${
|
|
549
|
-
padding: 0 ${
|
|
547
|
+
margin: 0 calc(${U.horizontalPadding} * -1);
|
|
548
|
+
padding: 0 ${U.verticalPadding};
|
|
550
549
|
}
|
|
551
550
|
|
|
552
551
|
.ft-button--dense .ft-button--label[hidden] + [part="icon"] {
|
|
553
|
-
margin: 0 calc(${
|
|
554
|
-
padding: 0 ${
|
|
552
|
+
margin: 0 calc(${Le.horizontalPadding} * -1);
|
|
553
|
+
padding: 0 ${Le.verticalPadding};
|
|
555
554
|
}
|
|
556
555
|
|
|
557
556
|
.ft-button:not(.ft-button--trailing-icon) [part="label"] {
|
|
@@ -559,52 +558,51 @@
|
|
|
559
558
|
}
|
|
560
559
|
|
|
561
560
|
ft-loader {
|
|
562
|
-
${(0,
|
|
563
|
-
${(0,
|
|
561
|
+
${(0,_.setVariable)(ft.size,U.iconSize)};
|
|
562
|
+
${(0,_.setVariable)(ft.color,"var(--button-internal-color)")};
|
|
564
563
|
}
|
|
565
|
-
`;var
|
|
564
|
+
`;var D=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},R=class e extends(0,Ne.toFtFormComponent)(Ne.FtLitElement){get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}constructor(){super(),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1,this.disabled=!1,this.icon=void 0,this.trailingIcon=!1,this.type="button",this.href=void 0,this.target=void 0,this.loading=!1,this.ariaLabel=null,this.ariaHasPopup=null,this.ariaPressed=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.activated=!1,this.hasTextContent=!1,this.addEventListener("click",t=>{var r;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){var t,r,n;let i={"ft-button--label":!0,"ft-safari-ellipsis-fix":Ne.isSafari,"ft-button--label-no-text":!this.hasTextContent},s=Xe.html`
|
|
566
565
|
<ft-ripple part="ripple"
|
|
567
566
|
?disabled=${this.isDisabled()}
|
|
568
567
|
?activated=${this.activated}
|
|
569
568
|
></ft-ripple>
|
|
570
569
|
<ft-typography part="label"
|
|
571
|
-
variant="${
|
|
570
|
+
variant="${Ve.button}"
|
|
572
571
|
element="span"
|
|
573
|
-
class="
|
|
574
|
-
|
|
575
|
-
<slot @slotchange=${this.onSlotchange}></slot>
|
|
572
|
+
class="${(0,Tn.classMap)(i)}">
|
|
573
|
+
<slot></slot>
|
|
576
574
|
</ft-typography>
|
|
577
575
|
${this.resolveIcon()}
|
|
578
|
-
`,o=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(o?
|
|
576
|
+
`,o=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(o?Xe.html`
|
|
579
577
|
<a href="${o}"
|
|
580
578
|
target="${(t=this.target)!==null&&t!==void 0?t:"_self"}"
|
|
581
579
|
part="button"
|
|
582
|
-
class="${(0,
|
|
583
|
-
aria-label="${(r=this.ariaLabel)!==null&&r!==void 0?r:this.
|
|
580
|
+
class="${(0,Tn.classMap)(this.buttonClasses)}"
|
|
581
|
+
aria-label="${Sr((r=this.ariaLabel)!==null&&r!==void 0?r:this.label)}"
|
|
584
582
|
?disabled=${this.isDisabled()}>
|
|
585
|
-
${
|
|
583
|
+
${s}
|
|
586
584
|
</a>
|
|
587
|
-
`:
|
|
585
|
+
`:Xe.html`
|
|
588
586
|
<button part="button"
|
|
589
|
-
class="${(0,
|
|
590
|
-
aria-label="${(n=this.ariaLabel)!==null&&n!==void 0?n:this.
|
|
591
|
-
aria-haspopup="${
|
|
592
|
-
aria-pressed="${
|
|
587
|
+
class="${(0,Tn.classMap)(this.buttonClasses)}"
|
|
588
|
+
aria-label="${Sr((n=this.ariaLabel)!==null&&n!==void 0?n:this.label)}"
|
|
589
|
+
aria-haspopup="${Sr(this.ariaHasPopup)}"
|
|
590
|
+
aria-pressed="${Sr(this.ariaPressed)}"
|
|
593
591
|
?disabled=${this.isDisabled()}>
|
|
594
|
-
${
|
|
592
|
+
${s}
|
|
595
593
|
</button>
|
|
596
|
-
`)}addTooltipIfNeeded(t){return this.
|
|
594
|
+
`)}addTooltipIfNeeded(t){return this.label&&this.label.trim().length>0&&(this.forceTooltip||!this.hasTextContent&&!this.hideTooltip)?Xe.html`
|
|
597
595
|
<ft-tooltip part="tooltip"
|
|
598
|
-
text="${this.
|
|
596
|
+
text="${this.label}"
|
|
599
597
|
position="${this.tooltipPosition}">
|
|
600
598
|
${t}
|
|
601
599
|
</ft-tooltip>
|
|
602
|
-
`:t}resolveIcon(){return this.loading?
|
|
603
|
-
<ft-loader part="loader icon"></ft-loader> `:this.icon?
|
|
600
|
+
`:t}resolveIcon(){return this.loading?Xe.html`
|
|
601
|
+
<ft-loader part="loader icon"></ft-loader> `:this.icon?Xe.html`
|
|
604
602
|
<ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
|
|
605
|
-
`:
|
|
603
|
+
`:Xe.html`
|
|
606
604
|
<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()}
|
|
605
|
+
`}focus(){var t;(t=this.button)===null||t===void 0||t.focus()}showTooltip(){var t;(t=this.tooltip)===null||t===void 0||t.show()}showTemporaryTooltip(t,r){var n;return(n=this.tooltip)===null||n===void 0?void 0:n.showTemporaryText(t,r)}setTooltipManual(t){this.tooltip&&(this.tooltip.manual=t)}click(){var t;(t=this.button)===null||t===void 0||t.click()}isDisabled(){return this.disabled||this.loading}contentAvailableCallback(t){super.contentAvailableCallback(t),this.labelContainer&&e.labelsObserver.observe(this.labelContainer)}disconnectedCallback(){super.disconnectedCallback(),this.labelContainer&&e.labelsObserver.unobserve(this.labelContainer)}};R.elementDefinitions={"ft-ripple":M,"ft-tooltip":z,"ft-icon":te,"ft-loader":ht,"ft-typography":le};R.styles=[Ne.safariEllipsisFix,Vl,Ne.noTextSelect];R.labelsObserver=new IntersectionObserver(e=>{for(let t of e){let r=t.target.getRootNode();r.host?r.host.hasTextContent=t.boundingClientRect.width>0:R.labelsObserver.unobserve(t.target)}});D([(0,N.property)({type:Boolean})],R.prototype,"primary",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"outlined",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"dense",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"round",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"disabled",void 0);D([(0,N.property)()],R.prototype,"icon",void 0);D([(0,N.property)()],R.prototype,"iconVariant",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"trailingIcon",void 0);D([(0,N.property)()],R.prototype,"label",void 0);D([(0,N.property)()],R.prototype,"type",void 0);D([(0,N.property)()],R.prototype,"href",void 0);D([(0,N.property)()],R.prototype,"target",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"loading",void 0);D([(0,N.property)({attribute:"aria-label"})],R.prototype,"ariaLabel",void 0);D([(0,N.property)()],R.prototype,"ariaHasPopup",void 0);D([(0,N.property)({attribute:"aria-pressed"})],R.prototype,"ariaPressed",void 0);D([(0,N.property)()],R.prototype,"tooltipPosition",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"hideTooltip",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"forceTooltip",void 0);D([(0,N.property)({type:Boolean})],R.prototype,"activated",void 0);D([(0,N.query)(".ft-button")],R.prototype,"button",void 0);D([(0,N.query)(".ft-button--label")],R.prototype,"labelContainer",void 0);D([(0,N.state)()],R.prototype,"hasTextContent",void 0);D([(0,N.query)(".ft-button--label slot")],R.prototype,"slottedContent",void 0);D([(0,N.query)("[part=tooltip]")],R.prototype,"tooltip",void 0);var jl=f(S());var Fl={"ft-button":R};(0,jl.customElements)(Fl);var zl=O.FtCssVariableFactory.extend("--ft-chip-color","",O.designSystemVariables.colorOnSurface),K={backgroundColor:O.FtCssVariableFactory.extend("--ft-chip-background-color","",O.designSystemVariables.colorSurface),color:zl,fontSize:O.FtCssVariableFactory.extend("--ft-chip-font-size","",fe.fontSize),fontWeight:O.FtCssVariableFactory.extend("--ft-chip-font-weight","",fe.fontWeight),iconSize:O.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),borderRadius:O.FtCssVariableFactory.create("--ft-chip-border-radius","","SIZE",""),rippleColor:O.FtCssVariableFactory.extend("--ft-chip-ripple-color","",zl),horizontalPadding:O.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:O.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),borderColor:O.FtCssVariableFactory.extend("--ft-chip-border-color","",O.designSystemVariables.colorOutline),opacityDisabled:O.FtCssVariableFactory.external(O.designSystemVariables.colorOpacityDisabled,"Design system")},Wl=O.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",O.FtCssVariableFactory.extend("--ft-chip-color","",O.designSystemVariables.colorOnPrimary)),Ht={backgroundColor:O.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",O.FtCssVariableFactory.extend("--ft-chip-background-color","",O.designSystemVariables.colorPrimary)),color:Wl,rippleColor:O.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",Wl)},Kl={horizontalPadding:O.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),verticalPadding:O.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px")},Gl=[O.noTextSelect,Ar.css`
|
|
608
606
|
:host {
|
|
609
607
|
display: inline-block;
|
|
610
608
|
max-width: 100%;
|
|
@@ -620,21 +618,21 @@
|
|
|
620
618
|
box-sizing: border-box;
|
|
621
619
|
pointer-events: auto;
|
|
622
620
|
|
|
623
|
-
--chip-internal-font-size: ${
|
|
624
|
-
--chip-internal-font-weight: ${
|
|
621
|
+
--chip-internal-font-size: ${K.fontSize};
|
|
622
|
+
--chip-internal-font-weight: ${K.fontWeight};
|
|
625
623
|
--chip-internal-line-height: max(20px, calc(var(--chip-internal-font-size) + 2px));
|
|
626
|
-
${(0,
|
|
627
|
-
--chip-internal-vertical-padding: ${
|
|
628
|
-
--chip-internal-horizontal-padding: ${
|
|
624
|
+
${(0,O.setVariable)(ae.size,K.iconSize)};
|
|
625
|
+
--chip-internal-vertical-padding: ${K.verticalPadding};
|
|
626
|
+
--chip-internal-horizontal-padding: ${K.horizontalPadding};
|
|
629
627
|
--chip-internal-icon-padding: 3px;
|
|
630
|
-
--chip-internal-content-height: max(var(--chip-internal-line-height), ${
|
|
628
|
+
--chip-internal-content-height: max(var(--chip-internal-line-height), ${K.iconSize});
|
|
631
629
|
|
|
632
|
-
border: 1px solid ${
|
|
633
|
-
color: ${
|
|
634
|
-
${(0,
|
|
635
|
-
border-radius: var(${(0,
|
|
630
|
+
border: 1px solid ${K.borderColor};
|
|
631
|
+
color: ${K.color};
|
|
632
|
+
${(0,O.setVariable)(Q.color,K.rippleColor)};
|
|
633
|
+
border-radius: var(${(0,Ar.unsafeCSS)(K.borderRadius.name)}, calc(var(--chip-internal-content-height) / 2 + var(--chip-internal-vertical-padding)));
|
|
636
634
|
padding: calc(var(--chip-internal-vertical-padding) - 1px) calc(var(--chip-internal-horizontal-padding) - 1px);
|
|
637
|
-
background-color: ${
|
|
635
|
+
background-color: ${K.backgroundColor};
|
|
638
636
|
line-height: var(--chip-internal-content-height);
|
|
639
637
|
}
|
|
640
638
|
|
|
@@ -644,28 +642,28 @@
|
|
|
644
642
|
|
|
645
643
|
.ft-chip--dense {
|
|
646
644
|
--chip-internal-icon-padding: 3px;
|
|
647
|
-
--chip-internal-vertical-padding: ${
|
|
648
|
-
--chip-internal-horizontal-padding: ${
|
|
645
|
+
--chip-internal-vertical-padding: ${Kl.verticalPadding};
|
|
646
|
+
--chip-internal-horizontal-padding: ${Kl.horizontalPadding};
|
|
649
647
|
--chip-internal-line-height: max(16px, calc(var(--chip-internal-font-size) + 2px));
|
|
650
648
|
}
|
|
651
649
|
|
|
652
650
|
.ft-chip--no-content {
|
|
653
|
-
--chip-internal-horizontal-padding: ${
|
|
651
|
+
--chip-internal-horizontal-padding: ${K.horizontalPadding.get(Ar.css`var(--chip-internal-vertical-padding)`)};
|
|
654
652
|
}
|
|
655
653
|
|
|
656
654
|
.ft-chip--disabled {
|
|
657
655
|
cursor: default;
|
|
658
656
|
pointer-events: none;
|
|
659
657
|
filter: grayscale(1);
|
|
660
|
-
opacity: ${
|
|
658
|
+
opacity: ${K.opacityDisabled};
|
|
661
659
|
}
|
|
662
660
|
|
|
663
661
|
.ft-chip--highlighted {
|
|
664
662
|
border: none;
|
|
665
663
|
padding: var(--chip-internal-vertical-padding) var(--chip-internal-horizontal-padding);
|
|
666
|
-
background-color: ${
|
|
667
|
-
${(0,
|
|
668
|
-
color: ${
|
|
664
|
+
background-color: ${Ht.backgroundColor};
|
|
665
|
+
${(0,O.setVariable)(Q.color,Ht.rippleColor)};
|
|
666
|
+
color: ${Ht.color};
|
|
669
667
|
}
|
|
670
668
|
|
|
671
669
|
.ft-chip--clickable {
|
|
@@ -674,7 +672,7 @@
|
|
|
674
672
|
}
|
|
675
673
|
|
|
676
674
|
.ft-chip:focus {
|
|
677
|
-
outline: 2px solid ${
|
|
675
|
+
outline: 2px solid ${O.designSystemVariables.colorPrimary};
|
|
678
676
|
outline-offset: 2px;
|
|
679
677
|
}
|
|
680
678
|
|
|
@@ -696,9 +694,9 @@
|
|
|
696
694
|
}
|
|
697
695
|
|
|
698
696
|
.ft-chip--icon-button {
|
|
699
|
-
${(0,
|
|
700
|
-
${(0,
|
|
701
|
-
${(0,
|
|
697
|
+
${(0,O.setVariable)(U.iconSize,K.iconSize)};
|
|
698
|
+
${(0,O.setVariable)(U.horizontalPadding,"var(--chip-internal-icon-padding)")};
|
|
699
|
+
${(0,O.setVariable)(U.verticalPadding,"var(--chip-internal-icon-padding)")};
|
|
702
700
|
margin: calc((-1) * var(--chip-internal-icon-padding));
|
|
703
701
|
}
|
|
704
702
|
|
|
@@ -706,9 +704,9 @@
|
|
|
706
704
|
vertical-align: bottom;
|
|
707
705
|
display: block;
|
|
708
706
|
margin: 0 var(--chip-internal-horizontal-padding);
|
|
709
|
-
${(0,
|
|
710
|
-
${(0,
|
|
711
|
-
${(0,
|
|
707
|
+
${(0,O.setVariable)(fe.fontSize,"var(--chip-internal-font-size)")};
|
|
708
|
+
${(0,O.setVariable)(fe.fontWeight,"var(--chip-internal-font-weight)")};
|
|
709
|
+
${(0,O.setVariable)(fe.lineHeight,"var(--chip-internal-content-height)")};
|
|
712
710
|
}
|
|
713
711
|
|
|
714
712
|
.ft-chip--safari-fix .ft-chip--label {
|
|
@@ -744,7 +742,7 @@
|
|
|
744
742
|
.ft-chip:not(.ft-chip--trailing-icon) .ft-chip--icon-button {
|
|
745
743
|
order: -1;
|
|
746
744
|
}
|
|
747
|
-
`];var
|
|
745
|
+
`];var _r={color:W.FtCssVariableFactory.create("--ft-chip-choice-option--color","","COLOR",W.designSystemVariables.colorOnSurface),borderColor:W.FtCssVariableFactory.create("--ft-chip-choice-option--border-color","","COLOR",W.designSystemVariables.colorOutline),backgroundColor:W.FtCssVariableFactory.create("--ft-chip-choice-option--background-color","","COLOR",W.designSystemVariables.colorSurface),selectedColor:W.FtCssVariableFactory.create("--ft-chip-choice-option--selected-color","","COLOR",W.designSystemVariables.colorOnPrimary),selectedBackgroundColor:W.FtCssVariableFactory.create("--ft-chip-choice-option--selected-background-color","","COLOR",W.designSystemVariables.colorPrimary)},Yl=ql.css`
|
|
748
746
|
label {
|
|
749
747
|
display: contents;
|
|
750
748
|
}
|
|
@@ -760,19 +758,19 @@
|
|
|
760
758
|
}
|
|
761
759
|
|
|
762
760
|
input:focus + ft-chip::part(chip) {
|
|
763
|
-
outline: 2px solid ${
|
|
761
|
+
outline: 2px solid ${W.designSystemVariables.colorPrimary};
|
|
764
762
|
outline-offset: 2px;
|
|
765
763
|
}
|
|
766
764
|
|
|
767
765
|
ft-chip::part(chip) {
|
|
768
|
-
${(0,
|
|
769
|
-
${(0,
|
|
770
|
-
${(0,
|
|
771
|
-
${(0,
|
|
772
|
-
${(0,
|
|
773
|
-
}
|
|
774
|
-
`;var
|
|
775
|
-
<div class="${(0
|
|
766
|
+
${(0,W.setVariable)(K.color,_r.color)};
|
|
767
|
+
${(0,W.setVariable)(K.borderColor,_r.borderColor)};
|
|
768
|
+
${(0,W.setVariable)(K.backgroundColor,_r.backgroundColor)};
|
|
769
|
+
${(0,W.setVariable)(Ht.color,_r.selectedColor)};
|
|
770
|
+
${(0,W.setVariable)(Ht.backgroundColor,_r.selectedBackgroundColor)};
|
|
771
|
+
}
|
|
772
|
+
`;var Rn=f(k()),X=f(J()),Xl=f(Cr()),Vt=f(S());var re=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},Ln=class extends CustomEvent{constructor(){super("icon-click")}},$=class extends Vt.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":Vt.isSafari};return Rn.html`
|
|
773
|
+
<div class="${(0,Xl.classMap)(r)}"
|
|
776
774
|
aria-label="${this.getLabel()}"
|
|
777
775
|
tabindex="${this.interactionsOnChip?0:-1}"
|
|
778
776
|
@keyup=${this.onKeyUp}
|
|
@@ -783,7 +781,7 @@
|
|
|
783
781
|
</ft-typography>
|
|
784
782
|
${this.internalIcon?this.renderIcon():null}
|
|
785
783
|
</div>
|
|
786
|
-
`}get interactionsOnChip(){return this.clickable&&!this.disabled}get interactionsOnIcon(){return(this.iconClickable||this.removable)&&!this.disabled}renderIcon(){return this.interactionsOnIcon?
|
|
784
|
+
`}get interactionsOnChip(){return this.clickable&&!this.disabled}get interactionsOnIcon(){return(this.iconClickable||this.removable)&&!this.disabled}renderIcon(){return this.interactionsOnIcon?Rn.html`
|
|
787
785
|
<ft-button round
|
|
788
786
|
class="ft-chip--icon-button"
|
|
789
787
|
@click=${this.onIconClick}
|
|
@@ -794,11 +792,11 @@
|
|
|
794
792
|
part="icon-button"
|
|
795
793
|
?hideTooltip=${this.hideIconTooltip}
|
|
796
794
|
></ft-button>
|
|
797
|
-
`:
|
|
795
|
+
`:Rn.html`
|
|
798
796
|
<div class="ft-chip--icon-container ft-no-text-select" part="icon-container">
|
|
799
797
|
<ft-icon .variant=${this.iconVariant} .value=${this.internalIcon} part="icon"></ft-icon>
|
|
800
798
|
</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
|
|
799
|
+
`}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new Ln))}onIconClick(t){this.interactionsOnIcon&&(t.stopPropagation(),this.dispatchEvent(new Ln))}getLabel(){return this.label||this.getTextContent()}getTextContent(){return(0,Vt.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}};$.elementDefinitions={"ft-ripple":M,"ft-typography":le,"ft-icon":te,"ft-button":R};$.styles=Gl;re([(0,X.property)({type:Boolean})],$.prototype,"highlighted",void 0);re([(0,X.property)({type:Boolean})],$.prototype,"removable",void 0);re([(0,X.property)({type:Boolean})],$.prototype,"disabled",void 0);re([(0,X.property)({type:Boolean})],$.prototype,"clickable",void 0);re([(0,X.property)({type:Boolean})],$.prototype,"iconClickable",void 0);re([(0,X.property)({type:Boolean})],$.prototype,"dense",void 0);re([(0,X.property)({type:Boolean})],$.prototype,"multiLine",void 0);re([(0,X.property)()],$.prototype,"label",void 0);re([(0,X.property)()],$.prototype,"iconLabel",void 0);re([(0,X.property)({type:Boolean})],$.prototype,"hideIconTooltip",void 0);re([(0,X.property)()],$.prototype,"icon",void 0);re([(0,X.property)()],$.prototype,"iconVariant",void 0);re([(0,X.property)({type:Boolean})],$.prototype,"trailingIcon",void 0);re([(0,X.property)()],$.prototype,"typographyVariant",void 0);re([(0,X.query)("ft-typography slot")],$.prototype,"slottedContent",void 0);var Zl=f(S());var Jl={"ft-chip":$};(0,Zl.customElements)(Jl);var Je=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},ki=class extends CustomEvent{constructor(t,r){super("ft-chip-choice-option-change",{detail:{value:t,selected:r},bubbles:!0,composed:!0})}},oe=class extends ec.FtLitElement{constructor(){super(...arguments),this.name="",this.value="",this.label="",this.selected=!1,this.dense=!1,this.multiLine=!1,this.role="radio"}render(){return Ql.html`
|
|
802
800
|
<label>
|
|
803
801
|
<input
|
|
804
802
|
type="${this.role==="radio"?"radio":"checkbox"}"
|
|
@@ -809,7 +807,7 @@
|
|
|
809
807
|
@change=${this.onInputChange}
|
|
810
808
|
/>
|
|
811
809
|
<ft-chip
|
|
812
|
-
icon="${this.selected?
|
|
810
|
+
icon="${this.selected?Bt.CHECK:""}"
|
|
813
811
|
label="${this.label}"
|
|
814
812
|
?dense=${this.dense}
|
|
815
813
|
?highlighted=${this.selected}
|
|
@@ -817,7 +815,7 @@
|
|
|
817
815
|
<slot></slot>
|
|
818
816
|
</ft-chip>
|
|
819
817
|
</label>
|
|
820
|
-
`}onInputChange(t){this.selected=t.target.checked,this.dispatchEvent(new
|
|
818
|
+
`}onInputChange(t){this.selected=t.target.checked,this.dispatchEvent(new ki(this.value,this.selected))}};oe.elementDefinitions={"ft-chip":$};oe.styles=Yl;Je([(0,Pe.property)()],oe.prototype,"name",void 0);Je([(0,Pe.property)()],oe.prototype,"value",void 0);Je([(0,Pe.property)()],oe.prototype,"label",void 0);Je([(0,Pe.property)({type:Boolean})],oe.prototype,"selected",void 0);Je([(0,Pe.property)({type:Boolean})],oe.prototype,"dense",void 0);Je([(0,Pe.property)({type:Boolean})],oe.prototype,"multiLine",void 0);Je([(0,Pe.property)()],oe.prototype,"role",void 0);Je([(0,Pe.query)("ft-chip")],oe.prototype,"chip",void 0);var tc={"ft-chip-choice":xe,"ft-chip-choice-option":oe};(0,rc.customElements)(tc);})();
|
|
821
819
|
/*! Bundled license information:
|
|
822
820
|
|
|
823
821
|
lit-html/lit-html.js:
|