@fluid-topics/ft-in-product-help 2.1.24 → 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-in-product-help.light.js +210 -210
- package/build/ft-in-product-help.min.js +192 -192
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";(()=>{var
|
|
1
|
+
"use strict";(()=>{var Gl=Object.create;var Li=Object.defineProperty;var ql=Object.getOwnPropertyDescriptor;var Xl=Object.getOwnPropertyNames;var Yl=Object.getPrototypeOf,Zl=Object.prototype.hasOwnProperty;var Bt=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}};var Jl=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Xl(t))!Zl.call(e,i)&&i!==r&&Li(e,i,{get:()=>t[i],enumerable:!(n=ql(t,i))||n.enumerable});return e};var f=(e,t,r)=>(r=e!=null?Gl(Yl(e)):{},Jl(t||!e||!e.__esModule?Li(r,"default",{value:e,enumerable:!0}):r,e));var A=Bt((Du,Ni)=>{Ni.exports=ftGlobals.wcUtils});var V=Bt((Iu,Mi)=>{Mi.exports=ftGlobals.lit});var Q=Bt((ku,Pi)=>{Pi.exports=ftGlobals.litDecorators});var us=Bt((Yu,cs)=>{cs.exports=ftGlobals.litUnsafeHTML});var Er=Bt((fd,ms)=>{ms.exports=ftGlobals.litClassMap});var jl=f(A());var ce=f(V()),$=f(Q()),Vl=f(A());var F;(function(e){e.STANDARD="standard",e.THEATER="theater",e.FULLSCREEN="fullscreen"})(F||(F={}));var br=class extends CustomEvent{constructor(t,r){super("visibility-change",{detail:{opened:t,displayMode:r}})}};var as=f(V()),R=f(A());var ss=f(V()),_=f(A());var Bi=f(V()),j=f(A()),Di=j.FtCssVariableFactory.extend("--ft-ripple-color","",j.designSystemVariables.colorContent),de={color:Di,backgroundColor:j.FtCssVariableFactory.extend("--ft-ripple-background-color","",Di),opacityContentOnSurfacePressed:j.FtCssVariableFactory.external(j.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:j.FtCssVariableFactory.external(j.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:j.FtCssVariableFactory.external(j.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:j.FtCssVariableFactory.external(j.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:j.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Ii=j.FtCssVariableFactory.extend("--ft-ripple-color","",j.designSystemVariables.colorPrimary),ki={color:Ii,backgroundColor:j.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ii)},Ui=j.FtCssVariableFactory.extend("--ft-ripple-color","",j.designSystemVariables.colorSecondary),$i={color:Ui,backgroundColor:j.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ui)},Hi=Bi.css`
|
|
2
2
|
:host {
|
|
3
3
|
display: contents;
|
|
4
4
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
13
13
|
overflow: hidden;
|
|
14
|
-
border-radius: ${
|
|
14
|
+
border-radius: ${de.borderRadius};
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.ft-ripple .ft-ripple--background,
|
|
@@ -45,27 +45,27 @@
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.ft-ripple .ft-ripple--background {
|
|
48
|
-
background-color: ${
|
|
48
|
+
background-color: ${de.backgroundColor};
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.ft-ripple .ft-ripple--effect {
|
|
52
|
-
background-color: ${
|
|
52
|
+
background-color: ${de.color};
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
56
|
-
background-color: ${
|
|
56
|
+
background-color: ${$i.backgroundColor};
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
60
|
-
background-color: ${
|
|
60
|
+
background-color: ${$i.color};
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
64
|
-
background-color: ${
|
|
64
|
+
background-color: ${ki.backgroundColor};
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
68
|
-
background-color: ${
|
|
68
|
+
background-color: ${ki.color};
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
.ft-ripple .ft-ripple--background {
|
|
@@ -95,32 +95,60 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
98
|
-
opacity: ${
|
|
98
|
+
opacity: ${de.opacityContentOnSurfaceHover};
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
102
|
-
opacity: ${
|
|
102
|
+
opacity: ${de.opacityContentOnSurfaceSelected};
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
106
|
-
opacity: ${
|
|
106
|
+
opacity: ${de.opacityContentOnSurfaceFocused};
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
110
|
-
opacity: ${
|
|
110
|
+
opacity: ${de.opacityContentOnSurfacePressed};
|
|
111
111
|
transform: translate(-50%, -50%) scale(1);
|
|
112
112
|
}
|
|
113
|
-
`;var
|
|
113
|
+
`;var pe=f(V()),m=f(A()),Vi=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")},ht={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Vi),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")},mt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Vi),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")},yt={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")},gt={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")},xt={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")},vt={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")},bt={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")},Et={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")},St={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")},Ce={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")},Fi=pe.css`
|
|
114
114
|
.ft-typography--title {
|
|
115
|
-
font-family: ${
|
|
116
|
-
font-size: ${
|
|
117
|
-
font-weight: ${
|
|
118
|
-
letter-spacing: ${
|
|
119
|
-
line-height: ${
|
|
120
|
-
text-transform: ${
|
|
121
|
-
}
|
|
122
|
-
`,
|
|
115
|
+
font-family: ${ht.fontFamily};
|
|
116
|
+
font-size: ${ht.fontSize};
|
|
117
|
+
font-weight: ${ht.fontWeight};
|
|
118
|
+
letter-spacing: ${ht.letterSpacing};
|
|
119
|
+
line-height: ${ht.lineHeight};
|
|
120
|
+
text-transform: ${ht.textTransform};
|
|
121
|
+
}
|
|
122
|
+
`,zi=pe.css`
|
|
123
123
|
.ft-typography--title-dense {
|
|
124
|
+
font-family: ${mt.fontFamily};
|
|
125
|
+
font-size: ${mt.fontSize};
|
|
126
|
+
font-weight: ${mt.fontWeight};
|
|
127
|
+
letter-spacing: ${mt.letterSpacing};
|
|
128
|
+
line-height: ${mt.lineHeight};
|
|
129
|
+
text-transform: ${mt.textTransform};
|
|
130
|
+
}
|
|
131
|
+
`,ji=pe.css`
|
|
132
|
+
.ft-typography--subtitle1 {
|
|
133
|
+
font-family: ${yt.fontFamily};
|
|
134
|
+
font-size: ${yt.fontSize};
|
|
135
|
+
font-weight: ${yt.fontWeight};
|
|
136
|
+
letter-spacing: ${yt.letterSpacing};
|
|
137
|
+
line-height: ${yt.lineHeight};
|
|
138
|
+
text-transform: ${yt.textTransform};
|
|
139
|
+
}
|
|
140
|
+
`,Wi=pe.css`
|
|
141
|
+
.ft-typography--subtitle2 {
|
|
142
|
+
font-family: ${gt.fontFamily};
|
|
143
|
+
font-size: ${gt.fontSize};
|
|
144
|
+
font-weight: ${gt.fontWeight};
|
|
145
|
+
letter-spacing: ${gt.letterSpacing};
|
|
146
|
+
line-height: ${gt.lineHeight};
|
|
147
|
+
text-transform: ${gt.textTransform};
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
`,Ki=pe.css`
|
|
151
|
+
.ft-typography--body1 {
|
|
124
152
|
font-family: ${xt.fontFamily};
|
|
125
153
|
font-size: ${xt.fontSize};
|
|
126
154
|
font-weight: ${xt.fontWeight};
|
|
@@ -128,17 +156,26 @@
|
|
|
128
156
|
line-height: ${xt.lineHeight};
|
|
129
157
|
text-transform: ${xt.textTransform};
|
|
130
158
|
}
|
|
131
|
-
|
|
132
|
-
.ft-typography--
|
|
133
|
-
font-family: ${
|
|
134
|
-
font-size: ${
|
|
135
|
-
font-weight: ${
|
|
136
|
-
letter-spacing: ${
|
|
137
|
-
line-height: ${
|
|
138
|
-
text-transform: ${
|
|
139
|
-
}
|
|
140
|
-
`,
|
|
141
|
-
.ft-typography--
|
|
159
|
+
`,Gi=pe.css`
|
|
160
|
+
.ft-typography--body2 {
|
|
161
|
+
font-family: ${vt.fontFamily};
|
|
162
|
+
font-size: ${vt.fontSize};
|
|
163
|
+
font-weight: ${vt.fontWeight};
|
|
164
|
+
letter-spacing: ${vt.letterSpacing};
|
|
165
|
+
line-height: ${vt.lineHeight};
|
|
166
|
+
text-transform: ${vt.textTransform};
|
|
167
|
+
}
|
|
168
|
+
`,qi=pe.css`
|
|
169
|
+
.ft-typography--caption {
|
|
170
|
+
font-family: ${bt.fontFamily};
|
|
171
|
+
font-size: ${bt.fontSize};
|
|
172
|
+
font-weight: ${bt.fontWeight};
|
|
173
|
+
letter-spacing: ${bt.letterSpacing};
|
|
174
|
+
line-height: ${bt.lineHeight};
|
|
175
|
+
text-transform: ${bt.textTransform};
|
|
176
|
+
}
|
|
177
|
+
`,Xi=pe.css`
|
|
178
|
+
.ft-typography--breadcrumb {
|
|
142
179
|
font-family: ${Et.fontFamily};
|
|
143
180
|
font-size: ${Et.fontSize};
|
|
144
181
|
font-weight: ${Et.fontWeight};
|
|
@@ -146,9 +183,8 @@
|
|
|
146
183
|
line-height: ${Et.lineHeight};
|
|
147
184
|
text-transform: ${Et.textTransform};
|
|
148
185
|
}
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
.ft-typography--body1 {
|
|
186
|
+
`,Yi=pe.css`
|
|
187
|
+
.ft-typography--overline {
|
|
152
188
|
font-family: ${St.fontFamily};
|
|
153
189
|
font-size: ${St.fontSize};
|
|
154
190
|
font-weight: ${St.fontWeight};
|
|
@@ -156,56 +192,20 @@
|
|
|
156
192
|
line-height: ${St.lineHeight};
|
|
157
193
|
text-transform: ${St.textTransform};
|
|
158
194
|
}
|
|
159
|
-
`,
|
|
160
|
-
.ft-typography--body2 {
|
|
161
|
-
font-family: ${Ct.fontFamily};
|
|
162
|
-
font-size: ${Ct.fontSize};
|
|
163
|
-
font-weight: ${Ct.fontWeight};
|
|
164
|
-
letter-spacing: ${Ct.letterSpacing};
|
|
165
|
-
line-height: ${Ct.lineHeight};
|
|
166
|
-
text-transform: ${Ct.textTransform};
|
|
167
|
-
}
|
|
168
|
-
`,Fi=de.css`
|
|
169
|
-
.ft-typography--caption {
|
|
170
|
-
font-family: ${wt.fontFamily};
|
|
171
|
-
font-size: ${wt.fontSize};
|
|
172
|
-
font-weight: ${wt.fontWeight};
|
|
173
|
-
letter-spacing: ${wt.letterSpacing};
|
|
174
|
-
line-height: ${wt.lineHeight};
|
|
175
|
-
text-transform: ${wt.textTransform};
|
|
176
|
-
}
|
|
177
|
-
`,Vi=de.css`
|
|
178
|
-
.ft-typography--breadcrumb {
|
|
179
|
-
font-family: ${Tt.fontFamily};
|
|
180
|
-
font-size: ${Tt.fontSize};
|
|
181
|
-
font-weight: ${Tt.fontWeight};
|
|
182
|
-
letter-spacing: ${Tt.letterSpacing};
|
|
183
|
-
line-height: ${Tt.lineHeight};
|
|
184
|
-
text-transform: ${Tt.textTransform};
|
|
185
|
-
}
|
|
186
|
-
`,zi=de.css`
|
|
187
|
-
.ft-typography--overline {
|
|
188
|
-
font-family: ${Ot.fontFamily};
|
|
189
|
-
font-size: ${Ot.fontSize};
|
|
190
|
-
font-weight: ${Ot.fontWeight};
|
|
191
|
-
letter-spacing: ${Ot.letterSpacing};
|
|
192
|
-
line-height: ${Ot.lineHeight};
|
|
193
|
-
text-transform: ${Ot.textTransform};
|
|
194
|
-
}
|
|
195
|
-
`,Wi=de.css`
|
|
195
|
+
`,Zi=pe.css`
|
|
196
196
|
.ft-typography--button {
|
|
197
|
-
font-family: ${
|
|
198
|
-
font-size: ${
|
|
199
|
-
font-weight: ${
|
|
200
|
-
letter-spacing: ${
|
|
201
|
-
line-height: ${
|
|
202
|
-
text-transform: ${
|
|
203
|
-
}
|
|
204
|
-
`,
|
|
197
|
+
font-family: ${Ce.fontFamily};
|
|
198
|
+
font-size: ${Ce.fontSize};
|
|
199
|
+
font-weight: ${Ce.fontWeight};
|
|
200
|
+
letter-spacing: ${Ce.letterSpacing};
|
|
201
|
+
line-height: ${Ce.lineHeight};
|
|
202
|
+
text-transform: ${Ce.textTransform};
|
|
203
|
+
}
|
|
204
|
+
`,Ji=pe.css`
|
|
205
205
|
.ft-typography {
|
|
206
206
|
vertical-align: inherit;
|
|
207
207
|
}
|
|
208
|
-
`;var
|
|
208
|
+
`;var Qi=f(V()),Ht=f(A()),Ze={color:Ht.FtCssVariableFactory.extend("--ft-loader-color","",Ht.designSystemVariables.colorPrimary),size:Ht.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},es=Qi.css`
|
|
209
209
|
:host {
|
|
210
210
|
line-height: 0;
|
|
211
211
|
}
|
|
@@ -214,8 +214,8 @@
|
|
|
214
214
|
display: inline-block;
|
|
215
215
|
position: relative;
|
|
216
216
|
|
|
217
|
-
width: ${
|
|
218
|
-
height: ${
|
|
217
|
+
width: ${Ze.size};
|
|
218
|
+
height: ${Ze.size};
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
.ft-loader div {
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
width: 25%;
|
|
225
225
|
height: 25%;
|
|
226
226
|
border-radius: 50%;
|
|
227
|
-
background: ${
|
|
227
|
+
background: ${Ze.color};
|
|
228
228
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
229
229
|
}
|
|
230
230
|
|
|
@@ -271,10 +271,10 @@
|
|
|
271
271
|
transform: translate(0, 0);
|
|
272
272
|
}
|
|
273
273
|
100% {
|
|
274
|
-
transform: translate(calc(0.35 * ${
|
|
274
|
+
transform: translate(calc(0.35 * ${Ze.size}), 0);
|
|
275
275
|
}
|
|
276
276
|
}
|
|
277
|
-
`;var
|
|
277
|
+
`;var ts=f(V()),xe=f(A()),ge={size:xe.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:xe.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",xe.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:xe.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",xe.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:xe.FtCssVariableFactory.extend("--ft-icon-material-font-family","",xe.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:xe.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},rs=[ts.css`
|
|
278
278
|
:host, i.ft-icon {
|
|
279
279
|
display: inline-flex;
|
|
280
280
|
align-items: center;
|
|
@@ -283,14 +283,14 @@
|
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
:host {
|
|
286
|
-
width: ${
|
|
287
|
-
height: ${
|
|
286
|
+
width: ${ge.size};
|
|
287
|
+
height: ${ge.size};
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
i.ft-icon {
|
|
291
291
|
width: 100%;
|
|
292
292
|
height: 100%;
|
|
293
|
-
font-size: ${
|
|
293
|
+
font-size: ${ge.size};
|
|
294
294
|
line-height: 1;
|
|
295
295
|
font-weight: normal;
|
|
296
296
|
text-transform: none;
|
|
@@ -301,28 +301,28 @@
|
|
|
301
301
|
text-rendering: auto;
|
|
302
302
|
-webkit-font-smoothing: antialiased;
|
|
303
303
|
-moz-osx-font-smoothing: grayscale;
|
|
304
|
-
vertical-align: ${
|
|
304
|
+
vertical-align: ${ge.verticalAlign};
|
|
305
305
|
}
|
|
306
306
|
|
|
307
307
|
i.ft-icon.ft-icon--fluid-topics {
|
|
308
|
-
font-family: ${
|
|
308
|
+
font-family: ${ge.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
309
309
|
|
|
310
310
|
/* Ugly fix because font is broken */
|
|
311
|
-
font-size: calc(0.75 * ${
|
|
312
|
-
line-height: ${
|
|
311
|
+
font-size: calc(0.75 * ${ge.size});
|
|
312
|
+
line-height: ${ge.size};
|
|
313
313
|
position: relative;
|
|
314
314
|
top: -4%;
|
|
315
315
|
justify-content: center;
|
|
316
316
|
}
|
|
317
317
|
|
|
318
318
|
.ft-icon--file-format {
|
|
319
|
-
font-family: ${
|
|
319
|
+
font-family: ${ge.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
320
320
|
}
|
|
321
321
|
|
|
322
322
|
.ft-icon--material {
|
|
323
|
-
font-family: ${
|
|
323
|
+
font-family: ${ge.materialFontFamily}, "Material Icons", sans-serif;
|
|
324
324
|
}
|
|
325
|
-
`,
|
|
325
|
+
`,xe.noTextSelect];var ns=_.FtCssVariableFactory.extend("--ft-button-color","",_.designSystemVariables.colorPrimary),z={backgroundColor:_.FtCssVariableFactory.extend("--ft-button-background-color","",_.designSystemVariables.colorSurface),borderRadius:_.FtCssVariableFactory.extend("--ft-button-border-radius","",_.designSystemVariables.borderRadiusL),color:ns,fontSize:_.FtCssVariableFactory.extend("--ft-button-font-size","",Ce.fontSize),iconSize:_.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:_.FtCssVariableFactory.extend("--ft-button-ripple-color","",ns),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")},is=_.FtCssVariableFactory.extend("--ft-button-primary-color","",_.FtCssVariableFactory.extend("--ft-button-color","",_.designSystemVariables.colorOnPrimary)),Cn={backgroundColor:_.FtCssVariableFactory.extend("--ft-button-primary-background-color","",_.FtCssVariableFactory.extend("--ft-button-background-color","",_.designSystemVariables.colorPrimary)),color:is,rippleColor:_.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",is)},Te={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")},os=ss.css`
|
|
326
326
|
:host {
|
|
327
327
|
display: inline-block;
|
|
328
328
|
max-width: 100%;
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
box-shadow: 0px 0px 0px transparent;
|
|
334
334
|
border: 0px solid transparent;
|
|
335
335
|
text-shadow: 0px 0px 0px transparent;
|
|
336
|
-
font-size: ${
|
|
336
|
+
font-size: ${z.fontSize};
|
|
337
337
|
text-decoration: none;
|
|
338
338
|
}
|
|
339
339
|
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
}
|
|
354
354
|
|
|
355
355
|
.ft-button:focus-visible {
|
|
356
|
-
outline: 2px solid ${
|
|
356
|
+
outline: 2px solid ${_.designSystemVariables.colorPrimary};
|
|
357
357
|
outline-offset: 2px;
|
|
358
358
|
}
|
|
359
359
|
|
|
@@ -367,31 +367,31 @@
|
|
|
367
367
|
border: none;
|
|
368
368
|
pointer-events: auto;
|
|
369
369
|
|
|
370
|
-
--button-internal-line-height: max(calc(${
|
|
371
|
-
--button-internal-color: ${
|
|
372
|
-
${(0,
|
|
373
|
-
${(0,
|
|
374
|
-
${(0,
|
|
370
|
+
--button-internal-line-height: max(calc(${z.fontSize} + 2px), ${z.iconSize});
|
|
371
|
+
--button-internal-color: ${z.color};
|
|
372
|
+
${(0,_.setVariable)(ge.size,z.iconSize)};
|
|
373
|
+
${(0,_.setVariable)(de.color,z.rippleColor)};
|
|
374
|
+
${(0,_.setVariable)(de.borderRadius,z.borderRadius)};
|
|
375
375
|
|
|
376
|
-
border-radius: ${
|
|
377
|
-
padding: ${
|
|
378
|
-
background-color: ${
|
|
376
|
+
border-radius: ${z.borderRadius};
|
|
377
|
+
padding: ${z.verticalPadding} ${z.horizontalPadding};
|
|
378
|
+
background-color: ${z.backgroundColor};
|
|
379
379
|
color: var(--button-internal-color);
|
|
380
380
|
}
|
|
381
381
|
|
|
382
382
|
.ft-button.ft-button--outlined {
|
|
383
383
|
border: 1px solid var(--button-internal-color);
|
|
384
|
-
padding: calc(${
|
|
384
|
+
padding: calc(${z.verticalPadding} - 1px) calc(${z.horizontalPadding} - 1px);
|
|
385
385
|
}
|
|
386
386
|
|
|
387
387
|
.ft-button.ft-button--dense {
|
|
388
|
-
padding: ${
|
|
389
|
-
border-radius: ${
|
|
390
|
-
${(0,
|
|
388
|
+
padding: ${Te.verticalPadding} ${Te.horizontalPadding};
|
|
389
|
+
border-radius: ${Te.borderRadius};
|
|
390
|
+
${(0,_.setVariable)(de.borderRadius,Te.borderRadius)};
|
|
391
391
|
}
|
|
392
392
|
|
|
393
393
|
.ft-button.ft-button--dense.ft-button--outlined {
|
|
394
|
-
padding: calc(${
|
|
394
|
+
padding: calc(${Te.verticalPadding} - 1px) calc(${Te.horizontalPadding} - 1px);
|
|
395
395
|
}
|
|
396
396
|
|
|
397
397
|
.ft-button:not([disabled]):hover {
|
|
@@ -399,22 +399,22 @@
|
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
.ft-button--round {
|
|
402
|
-
border-radius: calc(var(--button-internal-line-height) / 2 + ${
|
|
402
|
+
border-radius: calc(var(--button-internal-line-height) / 2 + ${z.verticalPadding});
|
|
403
403
|
}
|
|
404
404
|
|
|
405
405
|
.ft-button--round.ft-button--dense {
|
|
406
|
-
border-radius: calc(var(--button-internal-line-height) / 2 + ${
|
|
406
|
+
border-radius: calc(var(--button-internal-line-height) / 2 + ${Te.verticalPadding});
|
|
407
407
|
}
|
|
408
408
|
|
|
409
409
|
.ft-button[disabled] {
|
|
410
410
|
filter: grayscale(1);
|
|
411
|
-
opacity: ${
|
|
411
|
+
opacity: ${z.opacityDisabled};
|
|
412
412
|
}
|
|
413
413
|
|
|
414
414
|
.ft-button.ft-button--primary {
|
|
415
|
-
background-color: ${
|
|
416
|
-
--button-internal-color: ${
|
|
417
|
-
${(0,
|
|
415
|
+
background-color: ${Cn.backgroundColor};
|
|
416
|
+
--button-internal-color: ${Cn.color};
|
|
417
|
+
${(0,_.setVariable)(de.color,Cn.rippleColor)};
|
|
418
418
|
}
|
|
419
419
|
|
|
420
420
|
.ft-button--label {
|
|
@@ -423,13 +423,13 @@
|
|
|
423
423
|
white-space: nowrap;
|
|
424
424
|
text-overflow: ellipsis;
|
|
425
425
|
display: block;
|
|
426
|
-
margin: 0 ${
|
|
427
|
-
${(0,
|
|
428
|
-
${(0,
|
|
426
|
+
margin: 0 ${z.iconPadding};
|
|
427
|
+
${(0,_.setVariable)(Ce.fontSize,"1em")};
|
|
428
|
+
${(0,_.setVariable)(Ce.lineHeight,"var(--button-internal-line-height)")};
|
|
429
429
|
}
|
|
430
430
|
|
|
431
431
|
.ft-button--dense .ft-button--label {
|
|
432
|
-
margin: 0 ${
|
|
432
|
+
margin: 0 ${Te.iconPadding};
|
|
433
433
|
}
|
|
434
434
|
|
|
435
435
|
.ft-button--label.ft-button--label-no-text {
|
|
@@ -442,13 +442,13 @@
|
|
|
442
442
|
}
|
|
443
443
|
|
|
444
444
|
.ft-button--label[hidden] + [part="icon"] {
|
|
445
|
-
margin: 0 calc(${
|
|
446
|
-
padding: 0 ${
|
|
445
|
+
margin: 0 calc(${z.horizontalPadding} * -1);
|
|
446
|
+
padding: 0 ${z.verticalPadding};
|
|
447
447
|
}
|
|
448
448
|
|
|
449
449
|
.ft-button--dense .ft-button--label[hidden] + [part="icon"] {
|
|
450
|
-
margin: 0 calc(${
|
|
451
|
-
padding: 0 ${
|
|
450
|
+
margin: 0 calc(${Te.horizontalPadding} * -1);
|
|
451
|
+
padding: 0 ${Te.verticalPadding};
|
|
452
452
|
}
|
|
453
453
|
|
|
454
454
|
.ft-button:not(.ft-button--trailing-icon) [part="label"] {
|
|
@@ -456,32 +456,32 @@
|
|
|
456
456
|
}
|
|
457
457
|
|
|
458
458
|
ft-loader {
|
|
459
|
-
${(0,
|
|
460
|
-
${(0,
|
|
459
|
+
${(0,_.setVariable)(Ze.size,z.iconSize)};
|
|
460
|
+
${(0,_.setVariable)(Ze.color,"var(--button-internal-color)")};
|
|
461
461
|
}
|
|
462
|
-
`;var
|
|
462
|
+
`;var I={standardSizeWidth:R.FtCssVariableFactory.create("--ft-in-product-help-standard-width","","SIZE","400px"),standardSizeHeight:R.FtCssVariableFactory.create("--ft-in-product-help-standard-height","","SIZE","630px"),topPosition:R.FtCssVariableFactory.create("--ft-in-product-help-top","","SIZE","unset"),rightPosition:R.FtCssVariableFactory.create("--ft-in-product-help-right","","SIZE","1rem"),bottomPosition:R.FtCssVariableFactory.create("--ft-in-product-help-bottom","","SIZE","1rem"),leftPosition:R.FtCssVariableFactory.create("--ft-in-product-help-left","","SIZE","unset"),zIndex:R.FtCssVariableFactory.create("--ft-in-product-help-zindex","","NUMBER","10"),theaterSizeWidth:R.FtCssVariableFactory.create("--ft-in-product-help-theater-width","","SIZE","90%"),theaterSizeHeight:R.FtCssVariableFactory.create("--ft-in-product-help-theater-height","","SIZE","60%"),fullscreenSizeWidth:R.FtCssVariableFactory.create("--ft-in-product-help-fullscreen-width","","SIZE","100%"),fullscreenSizeHeight:R.FtCssVariableFactory.create("--ft-in-product-help-fullscreen-height","","SIZE","100%"),borderStyle:R.FtCssVariableFactory.create("--ft-in-product-help-border-style","","BORDER-STYLE","solid"),borderWidth:R.FtCssVariableFactory.create("--ft-in-product-help-border-width","","SIZE","0"),borderColor:R.FtCssVariableFactory.extend("--ft-in-product-help-border-color","",R.designSystemVariables.colorPrimary),borderRadius:R.FtCssVariableFactory.extend("--ft-in-product-help-border-radius","",R.designSystemVariables.borderRadiusM),shadow:R.FtCssVariableFactory.extend("--ft-in-product-help-shadow","",R.designSystemVariables.elevation02),topBarHeight:R.FtCssVariableFactory.create("--ft-in-product-help-top-bar-height","","SIZE","28px"),iconColor:R.FtCssVariableFactory.extend("--ft-in-product-help-icon-color","",R.designSystemVariables.colorOnSurface),iconGap:R.FtCssVariableFactory.create("--ft-in-product-help-icon-gap","","SIZE","8px"),tabletBreakpoint:R.FtCssVariableFactory.create("--ft-in-product-help-tablet-breakpoint","","SIZE","768px"),desktopBreakpoint:R.FtCssVariableFactory.create("--ft-in-product-help-desktop-breakpoint","","SIZE","1280px"),colorSurface:R.FtCssVariableFactory.external(R.designSystemVariables.colorSurface,"Design system"),colorPrimary:R.FtCssVariableFactory.external(R.designSystemVariables.colorPrimary,"Design system")},ls=as.css`
|
|
463
463
|
.ft-in-product-help {
|
|
464
464
|
display: none;
|
|
465
465
|
position: fixed;
|
|
466
|
-
width: ${
|
|
467
|
-
height: ${
|
|
468
|
-
top: ${
|
|
469
|
-
right: ${
|
|
470
|
-
bottom: ${
|
|
471
|
-
left: ${
|
|
472
|
-
z-index: ${
|
|
473
|
-
|
|
474
|
-
border-style: ${
|
|
475
|
-
border-width: ${
|
|
476
|
-
border-color: ${
|
|
477
|
-
border-radius: ${
|
|
478
|
-
box-shadow: ${
|
|
466
|
+
width: ${I.standardSizeWidth};
|
|
467
|
+
height: ${I.standardSizeHeight};
|
|
468
|
+
top: ${I.topPosition};
|
|
469
|
+
right: ${I.rightPosition};
|
|
470
|
+
bottom: ${I.bottomPosition};
|
|
471
|
+
left: ${I.leftPosition};
|
|
472
|
+
z-index: ${I.zIndex};
|
|
473
|
+
|
|
474
|
+
border-style: ${I.borderStyle};
|
|
475
|
+
border-width: ${I.borderWidth};
|
|
476
|
+
border-color: ${I.borderColor};
|
|
477
|
+
border-radius: ${I.borderRadius};
|
|
478
|
+
box-shadow: ${I.shadow};
|
|
479
479
|
overflow: hidden;
|
|
480
480
|
}
|
|
481
481
|
|
|
482
482
|
.ft-in-product-help.ft-in-product-help--theater {
|
|
483
|
-
width: ${
|
|
484
|
-
height: ${
|
|
483
|
+
width: ${I.theaterSizeWidth};
|
|
484
|
+
height: ${I.theaterSizeHeight};
|
|
485
485
|
}
|
|
486
486
|
|
|
487
487
|
.ft-in-product-help.ft-in-product-help--fullscreen {
|
|
@@ -497,15 +497,15 @@
|
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
.ft-in-product-help--top-bar {
|
|
500
|
-
height: ${
|
|
501
|
-
background-color: ${
|
|
500
|
+
height: ${I.topBarHeight};
|
|
501
|
+
background-color: ${I.colorSurface};
|
|
502
502
|
display: flex;
|
|
503
503
|
justify-content: flex-end;
|
|
504
|
-
gap: ${
|
|
504
|
+
gap: ${I.iconGap};
|
|
505
505
|
}
|
|
506
506
|
|
|
507
507
|
.ft-in-product-help--top-bar ft-button:not(.ft-in-product-help--active-mode) {
|
|
508
|
-
${
|
|
508
|
+
${z.color.set(I.iconColor)};
|
|
509
509
|
}
|
|
510
510
|
|
|
511
511
|
.ft-in-product-help--home-button {
|
|
@@ -514,36 +514,36 @@
|
|
|
514
514
|
|
|
515
515
|
iframe {
|
|
516
516
|
width: 100%;
|
|
517
|
-
height: calc(100% - ${
|
|
517
|
+
height: calc(100% - ${I.topBarHeight});
|
|
518
518
|
border: none;
|
|
519
519
|
}
|
|
520
|
-
`;var Be;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Be||(Be={}));var
|
|
520
|
+
`;var Be;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Be||(Be={}));var Vt=f(V()),He=f(Q()),ds=f(A()),ps=f(us());var ve;(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="󨃱"})(ve||(ve={}));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 Zu=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 Ju={[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 Ft=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},ie=class extends ds.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=Vt.nothing}render(){let t=this.variant&&Object.values(Be).includes(this.variant)?this.variant:Be.fluid_topics,r=t!==Be.material||!!this.value;return Vt.html`
|
|
521
521
|
<i class="ft-icon ft-icon--${t} ft-no-text-select" part="icon icon-${t}">
|
|
522
|
-
${(0,
|
|
522
|
+
${(0,ps.unsafeHTML)(this.resolvedIcon)}
|
|
523
523
|
<slot ?hidden=${r}></slot>
|
|
524
524
|
</i>
|
|
525
|
-
`}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 Be.file_format:this.resolvedIcon=(t=
|
|
525
|
+
`}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 Be.file_format:this.resolvedIcon=(t=h[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case Be.material:this.resolvedIcon=this.value||Vt.nothing;break;default:this.resolvedIcon=(r=ve[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};ie.elementDefinitions={};ie.styles=rs;Ft([(0,He.property)()],ie.prototype,"variant",void 0);Ft([(0,He.property)()],ie.prototype,"value",void 0);Ft([(0,He.property)({reflect:!0,attribute:"aria-hidden"})],ie.prototype,"ariaHidden",void 0);Ft([(0,He.state)()],ie.prototype,"resolvedIcon",void 0);Ft([(0,He.query)("slot")],ie.prototype,"slottedContent",void 0);var hs=f(A());var fs={"ft-icon":ie};(0,hs.customElements)(fs);var Fl=f(Er());var Ne=f(A());var ys=f(V()),X=f(Q()),gs=f(Er()),zt=f(A());var te=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},U=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 ys.html`
|
|
526
526
|
<style>
|
|
527
527
|
.ft-ripple .ft-ripple--effect {
|
|
528
528
|
left: ${this.originX}px;
|
|
529
529
|
top: ${this.originY}px;
|
|
530
530
|
}
|
|
531
531
|
</style>
|
|
532
|
-
<div class="${(0,
|
|
532
|
+
<div class="${(0,gs.classMap)(t)}">
|
|
533
533
|
<div class="ft-ripple--background"></div>
|
|
534
534
|
<div class="ft-ripple--effect"></div>
|
|
535
535
|
</div>
|
|
536
|
-
`}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"),
|
|
537
|
-
\f\r]`,
|
|
538
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),
|
|
539
|
-
<${
|
|
536
|
+
`}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()}};U.elementDefinitions={};U.styles=Hi;te([(0,X.property)({type:Boolean})],U.prototype,"primary",void 0);te([(0,X.property)({type:Boolean})],U.prototype,"secondary",void 0);te([(0,X.property)({type:Boolean})],U.prototype,"unbounded",void 0);te([(0,X.property)({type:Boolean})],U.prototype,"activated",void 0);te([(0,X.property)({type:Boolean})],U.prototype,"selected",void 0);te([(0,X.property)({type:Boolean})],U.prototype,"disabled",void 0);te([(0,X.state)()],U.prototype,"hovered",void 0);te([(0,X.state)()],U.prototype,"focused",void 0);te([(0,X.state)()],U.prototype,"pressed",void 0);te([(0,X.state)()],U.prototype,"rippling",void 0);te([(0,X.state)()],U.prototype,"originX",void 0);te([(0,X.state)()],U.prototype,"originY",void 0);te([(0,X.query)(".ft-ripple")],U.prototype,"ripple",void 0);te([(0,X.query)(".ft-ripple--effect")],U.prototype,"rippleEffect",void 0);var vs=f(A());var xs={"ft-ripple":U};(0,vs.customElements)(xs);var Tl=f(V()),ye=f(Q()),me=f(A());var Pn=globalThis,bs=e=>e,Sr=Pn.trustedTypes,Es=Sr?Sr.createPolicy("lit-html",{createHTML:e=>e}):void 0,Ts="$lit$",Ve=`lit$${Math.random().toFixed(9).slice(2)}$`,Os="?"+Ve,Ql=`<${Os}>`,et=document,Ar=()=>et.createComment(""),Wt=e=>e===null||typeof e!="object"&&typeof e!="function",Dn=Array.isArray,ec=e=>Dn(e)||typeof e?.[Symbol.iterator]=="function",Tn=`[
|
|
537
|
+
\f\r]`,jt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Ss=/-->/g,As=/>/g,Je=RegExp(`>|${Tn}(?:([^\\s"'>=/]+)(${Tn}*=${Tn}*(?:[^
|
|
538
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),_s=/'/g,ws=/"/g,Rs=/^(?:script|style|textarea|title)$/i,In=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Ls=In(1),Ns=In(2),Ms=In(3),Kt=Symbol.for("lit-noChange"),W=Symbol.for("lit-nothing"),Cs=new WeakMap,Qe=et.createTreeWalker(et,129);function Ps(e,t){if(!Dn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Es!==void 0?Es.createHTML(t):t}var tc=(e,t)=>{let r=e.length-1,n=[],i,s=t===2?"<svg>":t===3?"<math>":"",o=jt;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===jt?u[1]==="!--"?o=Ss:u[1]!==void 0?o=As:u[2]!==void 0?(Rs.test(u[2])&&(i=RegExp("</"+u[2],"g")),o=Je):u[3]!==void 0&&(o=Je):o===Je?u[0]===">"?(o=i??jt,d=-1):u[1]===void 0?d=-2:(d=o.lastIndex-u[2].length,c=u[1],o=u[3]===void 0?Je:u[3]==='"'?ws:_s):o===ws||o===_s?o=Je:o===Ss||o===As?o=jt:(o=Je,i=void 0);let y=o===Je&&e[a+1].startsWith("/>")?" ":"";s+=o===jt?l+Ql:d>=0?(n.push(c),l.slice(0,d)+Ts+l.slice(d)+Ve+y):l+Ve+(d===-2?a:y)}return[Ps(e,s+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},Gt=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]=tc(t,r);if(this.el=e.createElement(c,n),Qe.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=Qe.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(Ts)){let p=u[o++],y=i.getAttribute(d).split(Ve),x=/([.?@])?(.*)/.exec(p);l.push({type:1,index:s,name:x[2],strings:y,ctor:x[1]==="."?Rn:x[1]==="?"?Ln:x[1]==="@"?Nn:_t}),i.removeAttribute(d)}else d.startsWith(Ve)&&(l.push({type:6,index:s}),i.removeAttribute(d));if(Rs.test(i.tagName)){let d=i.textContent.split(Ve),p=d.length-1;if(p>0){i.textContent=Sr?Sr.emptyScript:"";for(let y=0;y<p;y++)i.append(d[y],Ar()),Qe.nextNode(),l.push({type:2,index:++s});i.append(d[p],Ar())}}}else if(i.nodeType===8)if(i.data===Os)l.push({type:2,index:s});else{let d=-1;for(;(d=i.data.indexOf(Ve,d+1))!==-1;)l.push({type:7,index:s}),d+=Ve.length-1}s++}}static createElement(t,r){let n=et.createElement("template");return n.innerHTML=t,n}};function At(e,t,r=e,n){if(t===Kt)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,s=Wt(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=At(e,i._$AS(e,t.values),i,n)),t}var On=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??et).importNode(r,!0);Qe.currentNode=i;let s=Qe.nextNode(),o=0,a=0,l=n[0];for(;l!==void 0;){if(o===l.index){let c;l.type===2?c=new _r(s,s.nextSibling,this,t):l.type===1?c=new l.ctor(s,l.name,l.strings,this,t):l.type===6&&(c=new Mn(s,this,t)),this._$AV.push(c),l=n[++a]}o!==l?.index&&(s=Qe.nextNode(),o++)}return Qe.currentNode=et,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++}},_r=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=W,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=At(this,t,r),Wt(t)?t===W||t==null||t===""?(this._$AH!==W&&this._$AR(),this._$AH=W):t!==this._$AH&&t!==Kt&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):ec(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==W&&Wt(this._$AH)?this._$AA.nextSibling.data=t:this.T(et.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=Gt.createElement(Ps(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let s=new On(i,this),o=s.u(this.options);s.p(r),this.T(o),this._$AH=s}}_$AC(t){let r=Cs.get(t.strings);return r===void 0&&Cs.set(t.strings,r=new Gt(t)),r}k(t){Dn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let s of t)i===r.length?r.push(n=new e(this.O(Ar()),this.O(Ar()),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=bs(t).nextSibling;bs(t).remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},_t=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,s){this.type=1,this._$AH=W,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=W}_$AI(t,r=this,n,i){let s=this.strings,o=!1;if(s===void 0)t=At(this,t,r,0),o=!Wt(t)||t!==this._$AH&&t!==Kt,o&&(this._$AH=t);else{let a=t,l,c;for(t=s[0],l=0;l<s.length-1;l++)c=At(this,a[n+l],r,l),c===Kt&&(c=this._$AH[l]),o||=!Wt(c)||c!==this._$AH[l],c===W?t=W:t!==W&&(t+=(c??"")+s[l+1]),this._$AH[l]=c}o&&!i&&this.j(t)}j(t){t===W?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},Rn=class extends _t{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===W?void 0:t}},Ln=class extends _t{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==W)}},Nn=class extends _t{constructor(t,r,n,i,s){super(t,r,n,i,s),this.type=5}_$AI(t,r=this){if((t=At(this,t,r,0)??W)===Kt)return;let n=this._$AH,i=t===W&&n!==W||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,s=t!==W&&(n===W||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)}},Mn=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){At(this,t)}};var rc=Pn.litHtmlPolyfillSupport;rc?.(Gt,_r),(Pn.litHtmlVersions??=[]).push("3.3.3");var Is=Symbol.for(""),nc=e=>{if(e?.r===Is)return e?._$litStatic$},kn=e=>({_$litStatic$:e,r:Is});var Ds=new Map,Un=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=nc(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=Ds.get(d))===void 0&&(o.raw=o,Ds.set(d,t=o)),r=a}return e(t,...r)},$n=Un(Ls),Cd=Un(Ns),Td=Un(Ms);var Bn=f(Q()),Us=f(A());var Fe;(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"})(Fe||(Fe={}));var ks=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},be=class extends Us.FtLitElement{constructor(){super(...arguments),this.variant=Fe.body1}render(){return this.element?$n`
|
|
539
|
+
<${kn(this.element)}
|
|
540
540
|
part="text"
|
|
541
541
|
class="ft-typography ft-typography--${this.variant}">
|
|
542
542
|
<slot></slot>
|
|
543
|
-
</${
|
|
544
|
-
|
|
543
|
+
</${kn(this.element)}>
|
|
544
|
+
`:$n`
|
|
545
545
|
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
546
|
-
`}};
|
|
546
|
+
`}};be.styles=[Fi,zi,ji,Wi,Ki,Gi,qi,Xi,Yi,Zi,Ji];ks([(0,Bn.property)()],be.prototype,"element",void 0);ks([(0,Bn.property)()],be.prototype,"variant",void 0);var Bs=f(A());var $s={"ft-typography":be};(0,Bs.customElements)($s);var Hs=f(V()),ze=f(A()),qt={distance:ze.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:ze.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:ze.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:ze.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",ze.designSystemVariables.borderRadiusS),maxWidth:ze.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Vs=Hs.css`
|
|
547
547
|
.ft-tooltip--container {
|
|
548
548
|
display: block;
|
|
549
549
|
}
|
|
@@ -561,28 +561,28 @@
|
|
|
561
561
|
box-sizing: border-box;
|
|
562
562
|
overflow: hidden;
|
|
563
563
|
width: max-content;
|
|
564
|
-
max-width: ${
|
|
564
|
+
max-width: ${qt.maxWidth};
|
|
565
565
|
text-align: center;
|
|
566
|
-
padding: ${
|
|
566
|
+
padding: ${qt.distance};
|
|
567
567
|
}
|
|
568
568
|
|
|
569
569
|
.ft-tooltip--content {
|
|
570
570
|
padding: 4px 8px;
|
|
571
|
-
border-radius: ${
|
|
572
|
-
background-color: ${
|
|
573
|
-
color: ${
|
|
571
|
+
border-radius: ${qt.borderRadiusS};
|
|
572
|
+
background-color: ${qt.backgroundColor};
|
|
573
|
+
color: ${qt.color};
|
|
574
574
|
position: relative;
|
|
575
575
|
word-break: break-word;
|
|
576
576
|
}
|
|
577
|
-
`;var $o=["top","right","bottom","left"],Uo=["start","end"],Pn=$o.reduce((e,t)=>e.concat(t,t+"-"+Uo[0],t+"-"+Uo[1]),[]),rr=Math.min,We=Math.max,nr=Math.round;var Re=e=>({x:e,y:e}),zl={left:"right",right:"left",bottom:"top",top:"bottom"};function Ho(e,t,r){return We(e,rr(t,r))}function _r(e,t){return typeof e=="function"?e(t):e}function ir(e){return e.split("-")[0]}function Ke(e){return e.split("-")[1]}function Nn(e){return e==="x"?"y":"x"}function Mn(e){return e==="y"?"height":"width"}function Lr(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function Dn(e){return Nn(Lr(e))}function Bo(e,t,r){r===void 0&&(r=!1);let n=Ke(e),i=Dn(e),o=Mn(i),s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=Ln(s)),[s,Ln(s)]}function jo(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function Ln(e){let t=ir(e);return zl[t]+e.slice(t.length)}function Wl(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 Fo(e){return typeof e!="number"?Wl(e):{top:e,right:e,bottom:e,left:e}}function ot(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 Vo(e,t,r){let{reference:n,floating:i}=e,o=Lr(t),s=Dn(t),a=Mn(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=Ke(t);return h&&(f[s]+=p*(h==="end"?1:-1)*(r&&c?-1:1)),f}async function zo(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}=_r(t,e),h=Fo(f),b=a[p?d==="floating"?"reference":"floating":d],x=ot(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,S=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),T=await(o.isElement==null?void 0:o.isElement(S))&&await(o.getScale==null?void 0:o.getScale(S))||{x:1,y:1},W=ot(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:A,offsetParent:S,strategy:l}):A);return{top:(x.top-W.top+h.top)/T.y,bottom:(W.bottom-x.bottom+h.bottom)/T.y,left:(x.left-W.left+h.left)/T.x,right:(W.right-x.right+h.right)/T.x}}var Kl=50,Wo=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:s}=r,a=s.detectOverflow?s:{...s,detectOverflow:zo},l=await(s.isRTL==null?void 0:s.isRTL(t)),c=await s.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=Vo(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:S,y:T,data:W,reset:j}=await A({x:u,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:h,rects:c,platform:a,elements:{reference:e,floating:t}});u=S??u,d=T??d,h[x]={...h[x],...W},j&&f<Kl&&(f++,typeof j=="object"&&(j.placement&&(p=j.placement),j.rects&&(c=j.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:i}):j.rects),{x:u,y:d}=Vo(c,p,l)),m=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:h}};function Gl(e,t,r){return(e?[...r.filter(i=>Ke(i)===e),...r.filter(i=>Ke(i)!==e)]:r.filter(i=>ir(i)===i)).filter(i=>e?Ke(i)===e||(t?jo(i)!==i:!1):!0)}var Ko=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=Pn,autoAlignment:f=!0,...h}=_r(e,t),m=d!==void 0||p===Pn?Gl(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),S=Bo(x,o,await(l.isRTL==null?void 0:l.isRTL(c.floating))),T=[A[ir(x)],A[S[0]],A[S[1]]],W=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:x,overflows:T}],j=m[b+1];if(j)return{data:{index:b+1,overflows:W},reset:{placement:j}};let $e=W.map(re=>{let ce=Ke(re.placement);return[re.placement,ce&&u?re.overflows.slice(0,2).reduce((ne,et)=>ne+et,0):re.overflows[0],re.overflows]}).sort((re,ce)=>re[1]-ce[1]),He=((i=$e.filter(re=>re[2].slice(0,Ke(re[0])?2:3).every(ce=>ce<=0))[0])==null?void 0:i[0])||$e[0][0];return He!==a?{data:{index:b+1,overflows:W},reset:{placement:He}}:{}}}};var Go=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:S,y:T}=A;return{x:S,y:T}}},...c}=_r(e,t),u={x:r,y:n},d=await o.detectOverflow(t,c),p=Lr(i),f=Nn(p),h=u[f],m=u[p],b=(A,S)=>Ho(S+d[A==="y"?"top":"left"],S,S-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 Nr(){return typeof window<"u"}function at(e){return Xo(e)?(e.nodeName||"").toLowerCase():"#document"}function ee(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Me(e){var t;return(t=(Xo(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Xo(e){return Nr()?e instanceof Node||e instanceof ee(e).Node:!1}function Ae(e){return Nr()?e instanceof Element||e instanceof ee(e).Element:!1}function De(e){return Nr()?e instanceof HTMLElement||e instanceof ee(e).HTMLElement:!1}function qo(e){return!Nr()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ee(e).ShadowRoot}function or(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=Ee(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function Yo(e){return/^(table|td|th)$/.test(at(e))}function sr(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var ql=/transform|translate|scale|rotate|perspective|filter/,Xl=/paint|layout|strict|content/,st=e=>!!e&&e!=="none",In;function Lt(e){let t=Ae(e)?Ee(e):e;return st(t.transform)||st(t.translate)||st(t.scale)||st(t.rotate)||st(t.perspective)||!Mr()&&(st(t.backdropFilter)||st(t.filter))||ql.test(t.willChange||"")||Xl.test(t.contain||"")}function Zo(e){let t=Ge(e);for(;De(t)&&!Pt(t);){if(Lt(t))return t;if(sr(t))return null;t=Ge(t)}return null}function Mr(){return In==null&&(In=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),In}function Pt(e){return/^(html|body|#document)$/.test(at(e))}function Ee(e){return ee(e).getComputedStyle(e)}function ar(e){return Ae(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ge(e){if(at(e)==="html")return e;let t=e.assignedSlot||e.parentNode||qo(e)&&e.host||Me(e);return qo(t)?t.host:t}function Jo(e){let t=Ge(e);return Pt(t)?(e.ownerDocument||e).body:De(t)&&or(t)?t:Jo(t)}function Pr(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=Jo(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),s=ee(i);if(o){let a=Dr(s);return t.concat(s,s.visualViewport||[],or(i)?i:[],a&&r?Pr(a):[])}else return t.concat(i,Pr(i,[],r))}function Dr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function ts(e){let t=Ee(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=De(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 rs(e){return Ae(e)?e:e.contextElement}function Nt(e){let t=rs(e);if(!De(t))return Re(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:o}=ts(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 Yl=Re(0);function ns(e){let t=ee(e);return!Mr()||!t.visualViewport?Yl:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Zl(e,t,r){return t===void 0&&(t=!1),!!r&&t&&r===ee(e)}function lr(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),o=rs(e),s=Re(1);t&&(n?Ae(n)&&(s=Nt(n)):s=Nt(e));let a=Zl(o,r,n)?ns(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=ee(o),f=Ae(n)?ee(n):n,h=p,m=Dr(h);for(;m&&f!==h;){let b=Nt(m),x=m.getBoundingClientRect(),A=Ee(m),S=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+=S,c+=T,h=ee(m),m=Dr(h)}}return ot({width:u,height:d,x:l,y:c})}function Ir(e,t){let r=ar(e).scrollLeft;return t?t.left+r:lr(Me(e)).left+r}function is(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Ir(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function Jl(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=De(n);if((d||!o)&&((at(n)!=="body"||or(s))&&(l=ar(n)),d)){let f=lr(n);c=Nt(n),u.x=f.x+n.clientLeft,u.y=f.y+n.clientTop}let p=s&&!d&&!o?is(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 Ql(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function ec(e){let t=ar(e),r=e.ownerDocument.body,n=We(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=We(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight),o=-t.scrollLeft+Ir(e),s=-t.scrollTop;return Ee(r).direction==="rtl"&&(o+=We(e.clientWidth,r.clientWidth)-n),{width:n,height:i,x:o,y:s}}var tc=25;function rc(e,t,r){r===void 0&&(r="viewport");let n=r==="layoutViewport",i=ee(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(Ir(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<=tc&&(a-=x)}return{width:a,height:l,x:c,y:u}}function nc(e,t){let r=lr(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,o=Nt(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 Qo(e,t,r){let n;if(t==="viewport"||t==="layoutViewport")n=rc(e,r,t);else if(t==="document")n=ec(Me(e));else if(Ae(t))n=nc(t,r);else{let i=ns(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return ot(n)}function ic(e,t){let r=t.get(e);if(r)return r;let n=Pr(e,[],!1).filter(a=>Ae(a)&&at(a)!=="body"),i=null,o=Ee(e).position==="fixed",s=o?Ge(e):e;for(;Ae(s)&&!Pt(s);){let a=Ee(s),l=Lt(s),c=i?i.position:o?"fixed":"";!l&&(c==="fixed"||c==="absolute"&&a.position==="static")?n=n.filter(d=>d!==s):i=a,s=Ge(s)}return t.set(e,n),n}function oc(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,s=[...r==="clippingAncestors"?sr(t)?[]:ic(t,this._c):[].concat(r),n],a=Qo(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=Qo(t,s[p],i);l=We(f.top,l),c=rr(f.right,c),u=rr(f.bottom,u),d=We(f.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function sc(e){let{width:t,height:r}=ts(e);return{width:t,height:r}}function ac(e,t,r){let n=De(t),i=Me(t),o=r==="fixed",s=lr(e,!0,o,t),a={scrollLeft:0,scrollTop:0},l=Re(0);if((n||!o)&&((at(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=Ir(i));let c=i&&!n&&!o?is(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 kn(e){return Ee(e).position==="static"}function es(e,t){if(!De(e)||Ee(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Me(e)===r&&(r=r.ownerDocument.body),r}function os(e,t){let r=ee(e);if(sr(e))return r;if(!De(e)){let i=Ge(e);for(;i&&!Pt(i);){if(Ae(i)&&!kn(i))return i;i=Ge(i)}return r}let n=es(e,t);for(;n&&Yo(n)&&kn(n);)n=es(n,t);return n&&Pt(n)&&kn(n)&&!Lt(n)?r:n||Zo(e)||r}var lc=async function(e){let t=this.getOffsetParent||os,r=this.getDimensions,n=await r(e.floating);return{reference:ac(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function cc(e){return Ee(e).direction==="rtl"}var kr={convertOffsetParentRelativeRectToViewportRelativeRect:Jl,getDocumentElement:Me,getClippingRect:oc,getOffsetParent:os,getElementRects:lc,getClientRects:Ql,getDimensions:sc,getScale:Nt,isElement:Ae,isRTL:cc};var ss=Ko,as=Go;var ls=(e,t,r)=>{let n=new Map,i=r??{},o={...kr,...i.platform,_c:n};return Wo(e,t,{...i,platform:o})};function cs(e){return uc(e)}function Un(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function uc(e){for(let t=e;t;t=Un(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Un(e);t;t=Un(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||Lt(r)||t.tagName==="BODY"))return t}return null}async function us(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},ls(e,t,{strategy:n.strategy,platform:{...kr,getOffsetParent:i=>kr.getOffsetParent(i,cs)},middleware:[as({crossAxis:!0}),ss({allowedPlacements:[n.placement]})]})}var Wt=y(C());var ci=y(Z());var ds=y(Z(),1);var $n=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function ps(e,t){return(0,ds.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 dc(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(!Mt(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(!Mt(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(!Mt(e[s],t[s]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Mt(e,t){try{return dc(e,t)}catch{return!1}}function ur(e,t){return!Mt(e,t)}function cr(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 fs=y(Z(),1);var Hn=e=>{let t=e??{};return(r,n)=>{var i;let o={hasChanged:ur,attribute:!1,...t};(0,fs.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 $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 lt=y(Z(),1);var Hr=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 ms=y($(),1);var Br=globalThis,pc=Br.ShadowRoot&&(Br.ShadyCSS===void 0||Br.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var hs=(e,t)=>{if(pc)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=Br.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var jr=class extends ms.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 hs(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){$n(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 ys(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 It=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},xs,vs=Symbol("constructorPrototype"),gs=Symbol("constructorName"),As=Symbol("exportpartsDebouncer"),bs=Symbol("dynamicDependenciesLoaded"),Dt=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};Dt.eventName="exportparts-updated";var _e=class extends jr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[xs]=new Hr(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[As].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[gs]=this.constructor.name,this[vs]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[gs]&&Object.setPrototypeOf(this,this[vs])}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[bs]||(r[bs]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(Dt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(Dt.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 Dt)})}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=ys(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(", ")}};xs=As;It([(0,lt.property)()],_e.prototype,"exportpartsPrefix",void 0);It([ps([])],_e.prototype,"exportpartsPrefixes",void 0);It([(0,lt.property)({reflect:!0})],_e.prototype,"exportparts",void 0);It([(0,lt.property)()],_e.prototype,"customStylesheet",void 0);It([(0,lt.property)()],_e.prototype,"elementToFocus",void 0);It([(0,lt.state)()],_e.prototype,"useAdoptedStyleSheets",void 0);function Fr(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var dr=Symbol("internalReduxEventsUnsubscribers"),qe=Symbol("internalStoresUnsubscribers"),ct=Symbol("internalStores"),fc=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(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(a=>s.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[ct].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[ct].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[ct].get(s)}addStore(s,a){var l;a=(l=a??s.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[ct].set(a,s),this.subscribeToStore(a,s),this.updateFromStores()}removeStore(s){let a=typeof s=="string"?s:s.name;this.unsubscribeFromStore(a),this[ct].delete(a)}setupStores(){this.unsubscribeFromStores(),this[ct].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[qe].has(s.store):this[qe].size>0)&&(this[a]=s.selector(c.getState(),this))}})}subscribeToStore(s,a){var l;this[qe].set(s,a.subscribe(()=>this.updateFromStores())),this[dr].set(s,[]),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[dr].get(s).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[qe].forEach((s,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(s){var a;this[qe].has(s)&&this[qe].get(s)(),this[qe].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=qe,r=ct,n=dr,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),Es=class extends fc(_e){};function pe(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 Ie(e){return!!e&&!!e[D]}function Se(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)===Ac})(e)||Array.isArray(e)||!!e[_s]||!!(!((t=e.constructor)===null||t===void 0)&&t[_s])||qn(e)||Xn(e))}function ut(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[D];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:qn(e)?2:Xn(e)?3:0}function kt(e,t){return $t(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function hc(e,t){return $t(e)===2?e.get(t):e[t]}function Ls(e,t,r){var n=$t(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function Ps(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function qn(e){return bc&&e instanceof Map}function Xn(e){return xc&&e instanceof Set}function Xe(e){return e.o||e.t}function Yn(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Ds(e);delete t[D];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 Zn(e,t){return t===void 0&&(t=!1),Jn(e)||Ie(e)||!Se(e)||($t(e)>1&&(e.set=e.add=e.clear=e.delete=mc),Object.freeze(e),t&&ut(e,(function(r,n){return Zn(n,!0)}),!0)),e}function mc(){pe(2)}function Jn(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function Le(e){var t=Gn[e];return t||pe(18,e),t}function yc(e,t){Gn[e]||(Gn[e]=t)}function zn(){return fr}function Bn(e,t){t&&(Le("Patches"),e.u=[],e.s=[],e.v=t)}function Vr(e){Wn(e),e.p.forEach(vc),e.p=null}function Wn(e){e===fr&&(fr=e.l)}function Ss(e){return fr={p:[],l:fr,h:e,m:!0,_:0}}function vc(e){var t=e[D];t.i===0||t.i===1?t.j():t.g=!0}function jn(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||Le("ES5").S(t,e,n),n?(r[D].P&&(Vr(t),pe(4)),Se(e)&&(e=zr(t,e),t.l||Wr(t,e)),t.u&&Le("Patches").M(r[D].t,e,t.u,t.s)):e=zr(t,r,[]),Vr(t),t.u&&t.v(t.u,t.s),e!==Ms?e:void 0}function zr(e,t,r){if(Jn(t))return t;var n=t[D];if(!n)return ut(t,(function(a,l){return Cs(e,n,t,a,l,r)}),!0),t;if(n.A!==e)return t;if(!n.P)return Wr(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=Yn(n.k):n.o,o=i,s=!1;n.i===3&&(o=new Set(i),i.clear(),s=!0),ut(o,(function(a,l){return Cs(e,n,i,a,l,r,s)})),Wr(e,i,!1),r&&e.u&&Le("Patches").N(n,r,e.u,e.s)}return n.o}function Cs(e,t,r,n,i,o,s){if(Ie(i)){var a=zr(e,i,o&&t&&t.i!==3&&!kt(t.R,n)?o.concat(n):void 0);if(Ls(r,n,a),!Ie(a))return;e.m=!1}else s&&r.add(i);if(Se(i)&&!Jn(i)){if(!e.h.D&&e._<1)return;zr(e,i),t&&t.A.l||Wr(e,i)}}function Wr(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&Zn(t,r)}function Fn(e,t){var r=e[D];return(r?Xe(r):e)[t]}function ws(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 Vn(e){e.o||(e.o=Yn(e.t))}function Kn(e,t,r){var n=qn(t)?Le("MapSet").F(t,r):Xn(t)?Le("MapSet").T(t,r):e.O?(function(i,o){var s=Array.isArray(i),a={i:s?1:0,A:o?o.A:zn(),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):Le("ES5").J(t,r);return(r?r.A:zn()).p.push(n),n}function gc(e){return Ie(e)||pe(22,e),(function t(r){if(!Se(r))return r;var n,i=r[D],o=$t(r);if(i){if(!i.P&&(i.i<4||!Le("ES5").K(i)))return i.t;i.I=!0,n=Ts(r,o),i.I=!1}else n=Ts(r,o);return ut(n,(function(s,a){i&&hc(i.t,s)===a||Ls(n,s,t(a))})),o===3?new Set(n):n})(e)}function Ts(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return Yn(e)}function Ns(){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[D];return hr.get(c,s)},set:function(c){var u=this[D];hr.set(u,s,c)}},l}function t(s){for(var a=s.length-1;a>=0;a--){var l=s[a][D];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!==D){var p=a[d];if(p===void 0&&!kt(a,d))return!0;var f=l[d],h=f&&f[D];if(h?h.t!==p:!Ps(f,p))return!0}}var m=!!a[D];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&&pe(3,JSON.stringify(Xe(s)))}var o={};yc("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=Ds(p);delete m[D];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:zn(),P:!1,I:!1,R:{},l:a,t:s,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,D,{value:u,writable:!0}),c},S:function(s,a,l){l?Ie(a)&&a[D].A===s&&t(s.p):(s.u&&(function c(u){if(u&&typeof u=="object"){var d=u[D];if(d){var p=d.t,f=d.k,h=d.R,m=d.i;if(m===4)ut(f,(function(T){T!==D&&(p[T]!==void 0||kt(p,T)?h[T]||c(f[T]):(h[T]=!0,Ye(d)))})),ut(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),S=0;S<A;S++)f.hasOwnProperty(S)||(h[S]=!0),h[S]===void 0&&c(f[S])}}}})(s.p[0]),t(s.p))},K:function(s){return s.i===4?r(s):n(s)}})}var Os,fr,Qn=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",bc=typeof Map<"u",xc=typeof Set<"u",Rs=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Ms=Qn?Symbol.for("immer-nothing"):((Os={})["immer-nothing"]=!0,Os),_s=Qn?Symbol.for("immer-draftable"):"__$immer_draftable",D=Qn?Symbol.for("immer-state"):"__$immer_state";var Ac=""+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,Ds=Object.getOwnPropertyDescriptors||function(e){var t={};return Ut(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},Gn={},hr={get:function(e,t){if(t===D)return e;var r=Xe(e);if(!kt(r,t))return(function(i,o,s){var a,l=ws(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||!Se(n)?n:n===Fn(e.t,t)?(Vn(e),e.o[t]=Kn(e.A.h,n,e)):n},has:function(e,t){return t in Xe(e)},ownKeys:function(e){return Reflect.ownKeys(Xe(e))},set:function(e,t,r){var n=ws(Xe(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var i=Fn(Xe(e),t),o=i?.[D];if(o&&o.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(Ps(r,i)&&(r!==void 0||kt(e.t,t)))return!0;Vn(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 Fn(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,Vn(e),Ye(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Xe(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){pe(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){pe(12)}},pr={};ut(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 Ec=(function(){function e(r){var n=this;this.O=Rs,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),S=1;S<x;S++)A[S-1]=arguments[S];return l.produce(m,(function(T){var W;return(W=o).call.apply(W,[b,T].concat(A))}))}}var c;if(typeof o!="function"&&pe(6),s!==void 0&&typeof s!="function"&&pe(7),Se(i)){var u=Ss(n),d=Kn(n,i,void 0),p=!0;try{c=o(d),p=!1}finally{p?Vr(u):Wn(u)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(m){return Bn(u,s),jn(m,u)}),(function(m){throw Vr(u),m})):(Bn(u,s),jn(c,u))}if(!i||typeof i!="object"){if((c=o(i))===void 0&&(c=i),c===Ms&&(c=void 0),n.D&&Zn(c,!0),s){var f=[],h=[];Le("Patches").M(i,c,f,h),s(f,h)}return c}pe(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){Se(r)||pe(8),Ie(r)&&(r=gc(r));var n=Ss(this),i=Kn(this,r,void 0);return i[D].C=!0,Wn(n),i},t.finishDraft=function(r,n){var i=r&&r[D],o=i.A;return Bn(o,n),jn(void 0,o)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!Rs&&pe(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=Le("Patches").$;return Ie(r)?s(r,n):this.produce(r,(function(a){return s(a,n)}))},e})(),oe=new Ec,Sc=oe.produce,yp=oe.produceWithPatches.bind(oe),vp=oe.setAutoFreeze.bind(oe),gp=oe.setUseProxies.bind(oe),bp=oe.applyPatches.bind(oe),xp=oe.createDraft.bind(oe),Ap=oe.finishDraft.bind(oe),Kr=Sc;function dt(e){"@babel/helpers - typeof";return dt=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},dt(e)}function Is(e,t){if(dt(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(dt(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function ks(e){var t=Is(e,"string");return dt(t)=="symbol"?t:t+""}function Us(e,t,r){return(t=ks(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function $s(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 ei(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?$s(Object(r),!0).forEach(function(n){Us(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):$s(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Y(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Hs=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),ti=function(){return Math.random().toString(36).substring(7).split("").join(".")},Gr={INIT:"@@redux/INIT"+ti(),REPLACE:"@@redux/REPLACE"+ti(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ti()}};function Cc(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 ri(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Y(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Y(1));return r(ri)(e,t)}if(typeof e!="function")throw new Error(Y(2));var i=e,o=t,s=[],a=s,l=!1;function c(){a===s&&(a=s.slice())}function u(){if(l)throw new Error(Y(3));return o}function d(m){if(typeof m!="function")throw new Error(Y(4));if(l)throw new Error(Y(5));var b=!0;return c(),a.push(m),function(){if(b){if(l)throw new Error(Y(6));b=!1,c();var A=a.indexOf(m);a.splice(A,1),s=null}}}function p(m){if(!Cc(m))throw new Error(Y(7));if(typeof m.type>"u")throw new Error(Y(8));if(l)throw new Error(Y(9));try{l=!0,o=i(o,m)}finally{l=!1}for(var b=s=a,x=0;x<b.length;x++){var A=b[x];A()}return m}function f(m){if(typeof m!="function")throw new Error(Y(10));i=m,p({type:Gr.REPLACE})}function h(){var m,b=d;return m={subscribe:function(A){if(typeof A!="object"||A===null)throw new Error(Y(11));function S(){A.next&&A.next(u())}S();var T=b(S);return{unsubscribe:T}}},m[Hs]=function(){return this},m}return p({type:Gr.INIT}),n={dispatch:p,subscribe:d,getState:u,replaceReducer:f},n[Hs]=h,n}function wc(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:Gr.INIT});if(typeof n>"u")throw new Error(Y(12));if(typeof r(void 0,{type:Gr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Y(13))})}function Bs(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{wc(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 S=u&&u.type;throw new Error(Y(14))}f[m]=A,p=p||A!==x}return p=p||o.length!==Object.keys(c).length,p?f:c}}function Ht(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function js(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){return function(){var i=n.apply(void 0,arguments),o=function(){throw new Error(Y(15))},s={getState:i.getState,dispatch:function(){return o.apply(void 0,arguments)}},a=t.map(function(l){return l(s)});return o=Ht.apply(void 0,a)(i.dispatch),ei(ei({},i),{},{dispatch:o})}}}function Fs(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 Vs=Fs();Vs.withExtraArgument=Fs;var ni=Vs;var qs=(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)}})(),Tc=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}}},Bt=function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e},Oc=Object.defineProperty,Rc=Object.defineProperties,_c=Object.getOwnPropertyDescriptors,zs=Object.getOwnPropertySymbols,Lc=Object.prototype.hasOwnProperty,Pc=Object.prototype.propertyIsEnumerable,Ws=function(e,t,r){return t in e?Oc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},Ze=function(e,t){for(var r in t||(t={}))Lc.call(t,r)&&Ws(e,r,t[r]);if(zs)for(var n=0,i=zs(t);n<i.length;n++){var r=i[n];Pc.call(t,r)&&Ws(e,r,t[r])}return e},ii=function(e,t){return Rc(e,_c(t))},Nc=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 Mc=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Ht:Ht.apply(null,arguments)},Hp=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function Dc(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 Ze(Ze({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 Ic=(function(e){qs(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,Bt([void 0],r[0].concat(this)))):new(t.bind.apply(t,Bt([void 0],r.concat(this))))},t})(Array),kc=(function(e){qs(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,Bt([void 0],r[0].concat(this)))):new(t.bind.apply(t,Bt([void 0],r.concat(this))))},t})(Array);function ai(e){return Se(e)?Kr(e,function(){}):e}function Uc(e){return typeof e=="boolean"}function $c(){return function(t){return Hc(t)}}function Hc(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 Ic;if(r&&(Uc(r)?c.push(ni):c.push(ni.withExtraArgument(r.extraArgument))),0){if(i)var u;if(s)var d;if(l)var p}return c}var oi=!0;function Xs(e){var t=$c(),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(Dc(i))f=Bs(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),!oi&&!Array.isArray(h)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!oi&&h.some(function(T){return typeof T!="function"}))throw new Error("each middleware provided to configureStore must be a function");var m=js.apply(void 0,h),b=Ht;l&&(b=Mc(Ze({trace:!oi},typeof l=="object"&&l)));var x=new kc(m),A=x;Array.isArray(p)?A=Bt([m],p):typeof p=="function"&&(A=p(x));var S=b.apply(void 0,A);return ri(f,u,S)}function Ys(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 Bc(e){return typeof e=="function"}function jc(e,t,r,n){r===void 0&&(r=[]);var i=typeof t=="function"?Ys(t):[t,r,n],o=i[0],s=i[1],a=i[2],l;if(Bc(e))l=function(){return ai(e())};else{var c=ai(e);l=function(){return c}}function u(d,p){d===void 0&&(d=l());var f=Bt([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(Ie(h)){var b=h,x=m(b,p);return x===void 0?h:x}else{if(Se(h))return Kr(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 Fc(e,t){return e+"/"+t}function Zs(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:ai(e.initialState),n=e.reducers||{},i=Object.keys(n),o={},s={},a={};i.forEach(function(u){var d=n[u],p=Fc(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"?Ys(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=Ze(Ze({},p),s);return jc(r,function(A){for(var S in x)A.addCase(S,x[S]);for(var T=0,W=h;T<W.length;T++){var j=W[T];A.addMatcher(j.matcher,j.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 Vc="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",zc=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=Vc[Math.random()*64|0];return t},Wc=["name","message","stack","code"],si=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Ks=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Kc=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=Wc;r<n.length;r++){var i=n[r];typeof e[i]=="string"&&(t[i]=e[i])}return t}return{message:String(e)}},Vp=(function(){function e(t,r,n){var i=Je(t+"/fulfilled",function(u,d,p,f){return{payload:u,meta:ii(Ze({},f||{}),{arg:p,requestId:d,requestStatus:"fulfilled"})}}),o=Je(t+"/pending",function(u,d,p){return{payload:void 0,meta:ii(Ze({},p||{}),{arg:d,requestId:u,requestStatus:"pending"})}}),s=Je(t+"/rejected",function(u,d,p,f,h){return{payload:f,error:(n&&n.serializeError||Kc)(u||"Rejected"),meta:ii(Ze({},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):zc(),m=new l,b,x=!1;function A(T){b=T,m.abort()}var S=(function(){return Nc(this,null,function(){var T,W,j,$e,mn,He,re;return Tc(this,function(ce){switch(ce.label){case 0:return ce.trys.push([0,4,,5]),$e=(T=n?.condition)==null?void 0:T.call(n,u,{getState:p,extra:f}),qc($e)?[4,$e]:[3,2];case 1:$e=ce.sent(),ce.label=2;case 2:if($e===!1||m.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return x=!0,mn=new Promise(function(ne,et){return m.signal.addEventListener("abort",function(){return et({name:"AbortError",message:b||"Aborted"})})}),d(o(h,u,(W=n?.getPendingMeta)==null?void 0:W.call(n,{requestId:h,arg:u},{getState:p,extra:f}))),[4,Promise.race([mn,Promise.resolve(r(u,{dispatch:d,getState:p,extra:f,requestId:h,signal:m.signal,abort:A,rejectWithValue:function(ne,et){return new si(ne,et)},fulfillWithValue:function(ne,et){return new Ks(ne,et)}})).then(function(ne){if(ne instanceof si)throw ne;return ne instanceof Ks?i(ne.payload,h,u,ne.meta):i(ne,h,u)})])];case 3:return j=ce.sent(),[3,5];case 4:return He=ce.sent(),j=He instanceof si?s(null,h,u,He.payload,He.meta):s(He,h,u),[3,5];case 5:return re=n&&!n.dispatchConditionRejection&&s.match(j)&&j.meta.condition,re||d(j),[2,j]}})})})();return Object.assign(S,{abort:A,requestId:h,arg:u,unwrap:function(){return S.then(Gc)}})}}return Object.assign(c,{pending:o,rejected:s,fulfilled:i,typePrefix:t})}return e.withTypes=function(){return e},e})();function Gc(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function qc(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Js="listener",Qs="completed",ea="cancelled",zp="task-"+ea,Wp="task-"+Qs,Kp=Js+"-"+ea,Gp=Js+"-"+Qs;var li="listenerMiddleware";var qp=Je(li+"/add"),Xp=Je(li+"/removeAll"),Yp=Je(li+"/remove");var Gs,Zp=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Gs||(Gs=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},Xc=function(e){return function(t){setTimeout(t,e)}},Jp=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Xc(10);Ns();var Yc=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)}}}),qr=class extends Yc(Object){};window.ftReduxStores||(window.ftReduxStores={});var ta=class e extends qr{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(Fr(o))return o;if(i==null)return;let s=Zs({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=Xs({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 $r;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=>{let d=l,p=this.getState()[d];Mt(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()}};var Xr=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 Yr=y(C()),Zc="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 Jc={session:(e,t)=>{(0,Yr.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>O.dispatchEvent(new jt(t.payload)),0))}},O=Yr.FtReduxStore.get({name:Zc,reducers:Jc,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 ra=y(C()),Zr=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},Of=(0,ra.applyMixinOnce)(Symbol("withDateFormat"),function(e){class t extends e{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(O)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,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=>Xr.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Zr([(0,ci.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),Zr([(0,ci.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),Zr([Hn({store:O.name,selector:r=>{var n,i;return(i=(n=r.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&i!==void 0?i:[]}})],t.prototype,"metadataDescriptors",void 0),Zr([Hn({store:O.name})],t.prototype,"uiLocale",void 0),t});var na;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(na||(na={}));var ia;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(ia||(ia={}));var oa;(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"})(oa||(oa={}));var sa;(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"})(sa||(sa={}));var aa;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(aa||(aa={}));var la;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(la||(la={}));var ca;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(ca||(ca={}));var ua;(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"})(ua||(ua={}));var da;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(da||(da={}));var pa;(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"})(pa||(pa={}));var fa;(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"})(fa||(fa={}));var ha;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(ha||(ha={}));var ma;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(ma||(ma={}));var ya;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(ya||(ya={}));var va;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(va||(va={}));var ga;(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"})(ga||(ga={}));var ba;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(ba||(ba={}));var xa;(function(e){e.ASC="ASC",e.DESC="DESC"})(xa||(xa={}));var Aa;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(Aa||(Aa={}));var Ea;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(Ea||(Ea={}));var Sa;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Sa||(Sa={}));var Ca;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(Ca||(Ca={}));var wa;(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"})(wa||(wa={}));var Ta;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Ta||(Ta={}));var Oa;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(Oa||(Oa={}));var Ra;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Ra||(Ra={}));var _a;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(_a||(_a={}));var z;(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"})(z||(z={}));var fe;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(fe||(fe={}));var La;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(La||(La={}));var Pa;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(Pa||(Pa={}));var Na;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(Na||(Na={}));var Ma;(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"})(Ma||(Ma={}));var Da;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(Da||(Da={}));var Ia;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Ia||(Ia={}));var ka;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(ka||(ka={}));var Ua;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Ua||(Ua={}));var $a;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})($a||($a={}));var Ha;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Ha||(Ha={}));var Ba;(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"})(Ba||(Ba={}));var ja;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(ja||(ja={}));var Qc={[z.PERSONAL_BOOK_SHARE_USER]:[z.PERSONAL_BOOK_USER],[z.HTML_EXPORT_USER]:[z.PERSONAL_BOOK_USER],[z.PDF_EXPORT_USER]:[z.PERSONAL_BOOK_USER],[z.KHUB_ADMIN]:[z.CONTENT_PUBLISHER],[z.ADMIN]:[z.KHUB_ADMIN,z.USERS_ADMIN,z.PORTAL_ADMIN,z.BEHAVIOR_DATA_USER],[z.GENERATIVE_AI_EXPORT_USER]:[z.GENERATIVE_AI_USER]};function Fa(e,t){return e===t||(Qc[e]??[]).some(r=>Fa(r,t))}function Va(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=>Fa(n,t))}var rn=y(C());var ui=y(C());var pt=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=O.getState(),i=t??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(t){return new Promise(r=>{let n=e.get(t);if(n)r(n);else{let i=O.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var Ft=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:pt.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):pt.await()}};var se=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 ui.CacheRegistry,this.cache=t?i.commonCache:new ui.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 Jr=class extends se{async listMySearches(){let{session:t}=O.getState();return Va(t,z.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var Qr=class extends se{async listMyBookmarks(){let t=O.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var en=class extends se{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(t){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${t}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(t){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${t}`),this.CACHE_DURATION)}isAuthenticated(){let t=O.getState().session;return!!t?.sessionAuthenticated}};var tn=class extends se{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let t=O.getState().session;return!!t?.sessionAuthenticated}};var eu="ft-user-assets",tu={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(fe).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;pi(e,r,[...di(e,r),i]),za(e,r,1,n),Wa(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;pi(e,r,di(e,r).map(i=>i.id===n.id?n:i)),Wa(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;pi(e,r,di(e,r).filter(o=>o.id!==i)),za(e,r,-1,n)}},Ka={[fe.SEARCHES]:"savedSearches",[fe.BOOKMARKS]:"bookmarks",[fe.BOOKS]:void 0,[fe.COLLECTIONS]:void 0},di=(e,t)=>{var r;let n=Ka[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},pi=(e,t,r)=>{let n=Ka[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===fe.BOOKMARKS&&n)){let o=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,o+r)}},Wa=(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)},J=rn.FtReduxStore.get({name:eu,reducers:tu,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(fe).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),fi=class{constructor(t=new en,r=new tn){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=O.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Qr,this.savedSearchesService=new Jr,O.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=O.getState();(0,rn.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(),J.actions.clearAssetCount(),J.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),J.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),J.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();J.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();J.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&J.getState().assetCounts.allAsset[t]!==r.count&&J.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&J.getState().assetCounts.bookmarkByMap[t]!==r.count&&J.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(J.getState().assetCounts.bookmarkByMap).length!==0;t===fe.BOOKMARKS&&r&&J.actions.clearBookmarkCountByMap(),J.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;J.actions.bookmarks(r)}}},ru=new fi;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=ru);var hi=class{addCommand(t,r=!1){O.commands.add(t,r)}consumeCommand(t){return O.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new hi;var he=y(C());var Ga,Vt=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},nu=Symbol("clearAfterUnitTest"),nn=class extends(0,he.withEventBus)(se){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Ga]=()=>{this.defaultMessages={},this.cache=new he.CacheRegistry,this.listeners={}},this.currentUiLocale=O.getState().uiLocale,O.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=O.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let r=t.name.toLowerCase();this.cache.setFinal(r,t),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,r){var n;if(t=t.toLowerCase(),r&&Object.keys(r).length>0){let i={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...r};(0,he.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 he.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 he.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,he.delay)(0).then(()=>n()).catch(()=>null)))}};Ga=nu;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends nn{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends nn{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var yr=window.FluidTopicsI18nService,mi=window.FluidTopicsCustomI18nService;var qa=y(C()),yi=class{highlightHtml(t,r,n){(0,qa.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new yi;var Xa=y(C());var vi=class{isDate(t){var r,n,i,o;return(o=(i=((n=(r=O.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(a=>a.key===t))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1}format(t,r){var n,i,o,s;if(t==null)return"";try{return Xa.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:O.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 vi;var Ya=y(C());var vr=class{static get(t,r){var n,i,o,s;let a=O.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 Ya.SearchPlaceConverter(a.baseUrl,t??20,(s=a.localesConfiguration)===null||s===void 0?void 0:s.allLanguagesAllowed,r??`${l}-${c}`)}};var gi=class{urlToSearchRequest(t){return vr.get().parse(t)}searchRequestToUrl(t){return vr.get().serialize(t)}};window.FluidTopicsUrlService=new gi;var ke=y(C());var ft=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};ft.eventName="change";var bi=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))}},Za=new bi;var on=class e extends ke.WithEventBus{static build(){return new e(window.history,Za,()=>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,ke.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new ft(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(ft.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(ft.eventName,t)}currentItem(){return(0,ke.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,ke.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,ke.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,ke.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=on.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 Ja=y($());var Qa=Ja.css`
|
|
578
|
-
`;var
|
|
577
|
+
`;var zs=["top","right","bottom","left"],Fs=["start","end"],Vn=zs.reduce((e,t)=>e.concat(t,t+"-"+Fs[0],t+"-"+Fs[1]),[]),Xt=Math.min,je=Math.max,Yt=Math.round;var Oe=e=>({x:e,y:e}),ic={left:"right",right:"left",bottom:"top",top:"bottom"};function js(e,t,r){return je(e,Xt(t,r))}function wr(e,t){return typeof e=="function"?e(t):e}function Zt(e){return e.split("-")[0]}function We(e){return e.split("-")[1]}function Fn(e){return e==="x"?"y":"x"}function zn(e){return e==="y"?"height":"width"}function Cr(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function jn(e){return Fn(Cr(e))}function Ws(e,t,r){r===void 0&&(r=!1);let n=We(e),i=jn(e),s=zn(i),o=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=Hn(o)),[o,Hn(o)]}function Ks(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function Hn(e){let t=Zt(e);return ic[t]+e.slice(t.length)}function sc(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 Gs(e){return typeof e!="number"?sc(e):{top:e,right:e,bottom:e,left:e}}function tt(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 qs(e,t,r){let{reference:n,floating:i}=e,s=Cr(t),o=jn(t),a=zn(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 x=We(t);return x&&(y[o]+=p*(x==="end"?1:-1)*(r&&c?-1:1)),y}async function Xs(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}=wr(t,e),x=Gs(y),g=a[p?d==="floating"?"reference":"floating":d],S=tt(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,v=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),w=await(s.isElement==null?void 0:s.isElement(v))&&await(s.getScale==null?void 0:s.getScale(v))||{x:1,y:1},T=tt(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:L,offsetParent:v,strategy:l}):L);return{top:(S.top-T.top+x.top)/w.y,bottom:(T.bottom-S.bottom+x.bottom)/w.y,left:(S.left-T.left+x.left)/w.x,right:(T.right-S.right+x.right)/w.x}}var oc=50,Ys=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:s=[],platform:o}=r,a=o.detectOverflow?o:{...o,detectOverflow:Xs},l=await(o.isRTL==null?void 0:o.isRTL(t)),c=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=qs(c,n,l),p=n,y=0,x={};for(let E=0;E<s.length;E++){let g=s[E];if(!g)continue;let{name:S,fn:L}=g,{x:v,y:w,data:T,reset:B}=await L({x:u,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:x,rects:c,platform:a,elements:{reference:e,floating:t}});u=v??u,d=w??d,x[S]={...x[S],...T},B&&y<oc&&(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}=qs(c,p,l)),E=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:x}};function ac(e,t,r){return(e?[...r.filter(i=>We(i)===e),...r.filter(i=>We(i)!==e)]:r.filter(i=>Zt(i)===i)).filter(i=>e?We(i)===e||(t?Ks(i)!==i:!1):!0)}var Zs=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=Vn,autoAlignment:y=!0,...x}=wr(e,t),E=d!==void 0||p===Vn?ac(d||null,y,p):p,g=((r=o.autoPlacement)==null?void 0:r.index)||0,S=E[g];if(S==null)return{};if(a!==S)return{reset:{placement:E[0]}};let L=await l.detectOverflow(t,x),v=Ws(S,s,await(l.isRTL==null?void 0:l.isRTL(c.floating))),w=[L[Zt(S)],L[v[0]],L[v[1]]],T=[...((n=o.autoPlacement)==null?void 0:n.overflows)||[],{placement:S,overflows:w}],B=E[g+1];if(B)return{data:{index:g+1,overflows:T},reset:{placement:B}};let M=T.map(ue=>{let Ye=We(ue.placement);return[ue.placement,Ye&&u?ue.overflows.slice(0,2).reduce((Wl,Kl)=>Wl+Kl,0):ue.overflows[0],ue.overflows]}).sort((ue,Ye)=>ue[1]-Ye[1]),$t=((i=M.filter(ue=>ue[2].slice(0,We(ue[0])?2:3).every(Ye=>Ye<=0))[0])==null?void 0:i[0])||M[0][0];return $t!==a?{data:{index:g+1,overflows:T},reset:{placement:$t}}:{}}}};var Js=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:v,y:w}=L;return{x:v,y:w}}},...c}=wr(e,t),u={x:r,y:n},d=await s.detectOverflow(t,c),p=Cr(i),y=Fn(p),x=u[y],E=u[p],g=(L,v)=>js(v+d[L==="y"?"top":"left"],v,v-d[L==="y"?"bottom":"right"]);o&&(x=g(y,x)),a&&(E=g(p,E));let S=l.fn({...t,[y]:x,[p]:E});return{...S,data:{x:S.x-r,y:S.y-n,enabled:{[y]:o,[p]:a}}}}}};function Or(){return typeof window<"u"}function nt(e){return eo(e)?(e.nodeName||"").toLowerCase():"#document"}function re(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Pe(e){var t;return(t=(eo(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function eo(e){return Or()?e instanceof Node||e instanceof re(e).Node:!1}function Ee(e){return Or()?e instanceof Element||e instanceof re(e).Element:!1}function De(e){return Or()?e instanceof HTMLElement||e instanceof re(e).HTMLElement:!1}function Qs(e){return!Or()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof re(e).ShadowRoot}function Jt(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 to(e){return/^(table|td|th)$/.test(nt(e))}function Qt(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var lc=/transform|translate|scale|rotate|perspective|filter/,cc=/paint|layout|strict|content/,rt=e=>!!e&&e!=="none",Wn;function wt(e){let t=Ee(e)?Se(e):e;return rt(t.transform)||rt(t.translate)||rt(t.scale)||rt(t.rotate)||rt(t.perspective)||!Rr()&&(rt(t.backdropFilter)||rt(t.filter))||lc.test(t.willChange||"")||cc.test(t.contain||"")}function ro(e){let t=Ke(e);for(;De(t)&&!Ct(t);){if(wt(t))return t;if(Qt(t))return null;t=Ke(t)}return null}function Rr(){return Wn==null&&(Wn=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Wn}function Ct(e){return/^(html|body|#document)$/.test(nt(e))}function Se(e){return re(e).getComputedStyle(e)}function er(e){return Ee(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ke(e){if(nt(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Qs(e)&&e.host||Pe(e);return Qs(t)?t.host:t}function no(e){let t=Ke(e);return Ct(t)?(e.ownerDocument||e).body:De(t)&&Jt(t)?t:no(t)}function Tr(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=no(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=re(i);if(s){let a=Lr(o);return t.concat(o,o.visualViewport||[],Jt(i)?i:[],a&&r?Tr(a):[])}else return t.concat(i,Tr(i,[],r))}function Lr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function oo(e){let t=Se(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=De(e),s=i?e.offsetWidth:r,o=i?e.offsetHeight:n,a=Yt(r)!==s||Yt(n)!==o;return a&&(r=s,n=o),{width:r,height:n,$:a}}function ao(e){return Ee(e)?e:e.contextElement}function Tt(e){let t=ao(e);if(!De(t))return Oe(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:s}=oo(t),o=(s?Yt(r.width):r.width)/n,a=(s?Yt(r.height):r.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}var uc=Oe(0);function lo(e){let t=re(e);return!Rr()||!t.visualViewport?uc:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function dc(e,t,r){return t===void 0&&(t=!1),!!r&&t&&r===re(e)}function tr(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),s=ao(e),o=Oe(1);t&&(n?Ee(n)&&(o=Tt(n)):o=Tt(e));let a=dc(s,r,n)?lo(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=re(s),y=Ee(n)?re(n):n,x=p,E=Lr(x);for(;E&&y!==x;){let g=Tt(E),S=E.getBoundingClientRect(),L=Se(E),v=S.left+(E.clientLeft+parseFloat(L.paddingLeft))*g.x,w=S.top+(E.clientTop+parseFloat(L.paddingTop))*g.y;l*=g.x,c*=g.y,u*=g.x,d*=g.y,l+=v,c+=w,x=re(E),E=Lr(x)}}return tt({width:u,height:d,x:l,y:c})}function Nr(e,t){let r=er(e).scrollLeft;return t?t.left+r:tr(Pe(e)).left+r}function co(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Nr(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function pc(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,s=i==="fixed",o=Pe(n),a=t?Qt(t.floating):!1;if(n===o||a&&s)return r;let l={scrollLeft:0,scrollTop:0},c=Oe(1),u=Oe(0),d=De(n);if((d||!s)&&((nt(n)!=="body"||Jt(o))&&(l=er(n)),d)){let y=tr(n);c=Tt(n),u.x=y.x+n.clientLeft,u.y=y.y+n.clientTop}let p=o&&!d&&!s?co(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 fc(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function hc(e){let t=er(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+Nr(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 mc=25;function yc(e,t,r){r===void 0&&(r="viewport");let n=r==="layoutViewport",i=re(e),s=Pe(e),o=i.visualViewport,a=s.clientWidth,l=s.clientHeight,c=0,u=0;if(o){let p=!Rr()||t==="fixed";n?p||(c=-o.offsetLeft,u=-o.offsetTop):(a=o.width,l=o.height,p&&(c=o.offsetLeft,u=o.offsetTop))}if(Nr(s)<=0){let p=s.ownerDocument,y=p.body,x=getComputedStyle(y),E=p.compatMode==="CSS1Compat"&&parseFloat(x.marginLeft)+parseFloat(x.marginRight)||0,g=Math.abs(s.clientWidth-y.clientWidth-E),S=getComputedStyle(s).scrollbarGutter==="stable both-edges"?g/2:g;S<=mc&&(a-=S)}return{width:a,height:l,x:c,y:u}}function gc(e,t){let r=tr(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 io(e,t,r){let n;if(t==="viewport"||t==="layoutViewport")n=yc(e,r,t);else if(t==="document")n=hc(Pe(e));else if(Ee(t))n=gc(t,r);else{let i=lo(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return tt(n)}function xc(e,t){let r=t.get(e);if(r)return r;let n=Tr(e,[],!1).filter(a=>Ee(a)&&nt(a)!=="body"),i=null,s=Se(e).position==="fixed",o=s?Ke(e):e;for(;Ee(o)&&!Ct(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=Ke(o)}return t.set(e,n),n}function vc(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,o=[...r==="clippingAncestors"?Qt(t)?[]:xc(t,this._c):[].concat(r),n],a=io(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=io(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 bc(e){let{width:t,height:r}=oo(e);return{width:t,height:r}}function Ec(e,t,r){let n=De(t),i=Pe(t),s=r==="fixed",o=tr(e,!0,s,t),a={scrollLeft:0,scrollTop:0},l=Oe(0);if((n||!s)&&((nt(t)!=="body"||Jt(i))&&(a=er(t)),n)){let p=tr(t,!0,s,t);l.x=p.x+t.clientLeft,l.y=p.y+t.clientTop}!n&&i&&(l.x=Nr(i));let c=i&&!n&&!s?co(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 Kn(e){return Se(e).position==="static"}function so(e,t){if(!De(e)||Se(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Pe(e)===r&&(r=r.ownerDocument.body),r}function uo(e,t){let r=re(e);if(Qt(e))return r;if(!De(e)){let i=Ke(e);for(;i&&!Ct(i);){if(Ee(i)&&!Kn(i))return i;i=Ke(i)}return r}let n=so(e,t);for(;n&&to(n)&&Kn(n);)n=so(n,t);return n&&Ct(n)&&Kn(n)&&!wt(n)?r:n||ro(e)||r}var Sc=async function(e){let t=this.getOffsetParent||uo,r=this.getDimensions,n=await r(e.floating);return{reference:Ec(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 Mr={convertOffsetParentRelativeRectToViewportRelativeRect:pc,getDocumentElement:Pe,getClippingRect:vc,getOffsetParent:uo,getElementRects:Sc,getClientRects:fc,getDimensions:bc,getScale:Tt,isElement:Ee,isRTL:Ac};var po=Zs,fo=Js;var ho=(e,t,r)=>{let n=new Map,i=r??{},s={...Mr,...i.platform,_c:n};return Ys(e,t,{...i,platform:s})};function mo(e){return _c(e)}function Gn(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function _c(e){for(let t=e;t;t=Gn(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Gn(e);t;t=Gn(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 yo(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},ho(e,t,{strategy:n.strategy,platform:{...Mr,getOffsetParent:i=>Mr.getOffsetParent(i,mo)},middleware:[fo({crossAxis:!0}),po({allowedPlacements:[n.placement]})]})}var Ut=f(A());var mi=f(Q());var go=f(Q(),1);var qn=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function xo(e,t){return(0,go.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return rr(e);try{return JSON.parse(r)}catch{return rr(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:nr,...t??{}})}function wc(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(!Ot(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(!Ot(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(!Ot(e[o],t[o]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Ot(e,t){try{return wc(e,t)}catch{return!1}}function nr(e,t){return!Ot(e,t)}function rr(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function Pr(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 vo=f(Q(),1);var Xn=e=>{let t=e??{};return(r,n)=>{var i;let s={hasChanged:nr,attribute:!1,...t};(0,vo.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 Dr=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 it=f(Q(),1);var Ir=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 Eo=f(V(),1);var kr=globalThis,Cc=kr.ShadowRoot&&(kr.ShadyCSS===void 0||kr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var bo=(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=kr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var Ur=class extends Eo.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 bo(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 So(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 Lt=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},Co,Ao=Symbol("constructorPrototype"),_o=Symbol("constructorName"),To=Symbol("exportpartsDebouncer"),wo=Symbol("dynamicDependenciesLoaded"),Rt=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};Rt.eventName="exportparts-updated";var Re=class extends Ur{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Co]=new Ir(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[To].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[_o]=this.constructor.name,this[Ao]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[_o]&&Object.setPrototypeOf(this,this[Ao])}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[wo]||(r[wo]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(Rt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(Rt.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 Rt)})}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=So(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:[],x=(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,...x].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(", ")}};Co=To;Lt([(0,it.property)()],Re.prototype,"exportpartsPrefix",void 0);Lt([xo([])],Re.prototype,"exportpartsPrefixes",void 0);Lt([(0,it.property)({reflect:!0})],Re.prototype,"exportparts",void 0);Lt([(0,it.property)()],Re.prototype,"customStylesheet",void 0);Lt([(0,it.property)()],Re.prototype,"elementToFocus",void 0);Lt([(0,it.state)()],Re.prototype,"useAdoptedStyleSheets",void 0);function $r(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var ir=Symbol("internalReduxEventsUnsubscribers"),Ge=Symbol("internalStoresUnsubscribers"),st=Symbol("internalStores"),Tc=Pr(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[st].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[st].values()][0]}getStore(o){return o==null?this.getUnnamedStore():this[st].get(o)}addStore(o,a){var l;a=(l=a??o.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[st].set(a,o),this.subscribeToStore(a,o),this.updateFromStores()}removeStore(o){let a=typeof o=="string"?o:o.name;this.unsubscribeFromStore(a),this[st].delete(a)}setupStores(){this.unsubscribeFromStores(),this[st].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[Ge].has(o.store):this[Ge].size>0)&&(this[a]=o.selector(c.getState(),this))}})}subscribeToStore(o,a){var l;this[Ge].set(o,a.subscribe(()=>this.updateFromStores())),this[ir].set(o,[]),$r(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[ir].get(o).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(o)}unsubscribeFromStores(){this[Ge].forEach((o,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(o){var a;this[Ge].has(o)&&this[Ge].get(o)(),this[Ge].delete(o),(a=this[ir].get(o))===null||a===void 0||a.forEach(l=>l()),this[ir].delete(o)}onStoreAvailable(o){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=Ge,r=st,n=ir,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),Oo=class extends Tc(Re){};function Y(e){return`Minified Redux error #${e}; visit https://redux.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var Oc=typeof Symbol=="function"&&Symbol.observable||"@@observable",Ro=Oc,Yn=()=>Math.random().toString(36).substring(7).split("").join("."),Rc={INIT:`@@redux/INIT${Yn()}`,REPLACE:`@@redux/REPLACE${Yn()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${Yn()}`},Br=Rc;function Hr(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 Zn(e,t,r){if(typeof e!="function")throw new Error(Y(2));if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Y(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Y(1));return r(Zn)(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,S)=>{o.set(S,g)}))}function u(){if(l)throw new Error(Y(3));return i}function d(g){if(typeof g!="function")throw new Error(Y(4));if(l)throw new Error(Y(5));let S=!0;c();let L=a++;return o.set(L,g),function(){if(S){if(l)throw new Error(Y(6));S=!1,c(),o.delete(L),s=null}}}function p(g){if(!Hr(g))throw new Error(Y(7));if(typeof g.type>"u")throw new Error(Y(8));if(typeof g.type!="string")throw new Error(Y(17));if(l)throw new Error(Y(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(Y(10));n=g,p({type:Br.REPLACE})}function x(){let g=d;return{subscribe(S){if(typeof S!="object"||S===null)throw new Error(Y(11));function L(){let w=S;w.next&&w.next(u())}return L(),{unsubscribe:g(L)}},[Ro](){return this}}}return p({type:Br.INIT}),{dispatch:p,subscribe:d,getState:u,replaceReducer:y,[Ro]:x}}function Lc(e){Object.keys(e).forEach(t=>{let r=e[t];if(typeof r(void 0,{type:Br.INIT})>"u")throw new Error(Y(12));if(typeof r(void 0,{type:Br.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Y(13))})}function Lo(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{Lc(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],x=a[p],E=y(x,l);if(typeof E>"u"){let g=l&&l.type;throw new Error(Y(14))}u[p]=E,c=c||E!==x}return c=c||n.length!==Object.keys(a).length,c?u:a}}function sr(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,r)=>(...n)=>t(r(...n)))}function No(...e){return t=>(r,n)=>{let i=t(r,n),s=()=>{throw new Error(Y(15))},o={getState:i.getState,dispatch:(l,...c)=>s(l,...c)},a=e.map(l=>l(o));return s=sr(...a)(i.dispatch),{...i,dispatch:s}}}function Mo(e){return Hr(e)&&"type"in e&&typeof e.type=="string"}var Vo=Symbol.for("immer-nothing"),Po=Symbol.for("immer-draftable"),J=Symbol.for("immer-state");function Ae(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var se=Object,Mt=se.getPrototypeOf,jr="constructor",Yr="prototype",ti="configurable",Wr="enumerable",Fr="writable",or="value",Le=e=>!!e&&!!e[J];function oe(e){return e?Fo(e)||Jr(e)||!!e[Po]||!!e[jr]?.[Po]||Qr(e)||en(e):!1}var Nc=se[Yr][jr].toString(),Do=new WeakMap;function Fo(e){if(!e||!ci(e))return!1;let t=Mt(e);if(t===null||t===se[Yr])return!0;let r=se.hasOwnProperty.call(t,jr)&&t[jr];if(r===Object)return!0;if(!Nt(r))return!1;let n=Do.get(r);return n===void 0&&(n=Function.toString.call(r),Do.set(r,n)),n===Nc}function Zr(e,t,r=!0){cr(e)===0?(r?Reflect.ownKeys(e):se.keys(e)).forEach(i=>{t(i,e[i],e)}):e.forEach((n,i)=>t(i,n,e))}function cr(e){let t=e[J];return t?t.type_:Jr(e)?1:Qr(e)?2:en(e)?3:0}var Jn=(e,t,r=cr(e))=>r===2?e.has(t):se[Yr].hasOwnProperty.call(e,t),ri=(e,t,r=cr(e))=>r===2?e.get(t):e[t],Kr=(e,t,r,n=cr(e))=>{n===2?e.set(t,r):n===3?e.add(r):e[t]=r};function Mc(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}var Jr=Array.isArray,Qr=e=>e instanceof Map,en=e=>e instanceof Set,ci=e=>typeof e=="object",Nt=e=>typeof e=="function",Qn=e=>typeof e=="boolean";function Pc(e){let t=+e;return Number.isInteger(t)&&String(t)===e}var Ie=e=>e.copy_||e.base_;var ui=e=>e.modified_?e.copy_:e.base_;function ni(e,t){if(Qr(e))return new Map(e);if(en(e))return new Set(e);if(Jr(e))return Array[Yr].slice.call(e);let r=Fo(e);if(t===!0||t==="class_only"&&!r){let n=se.getOwnPropertyDescriptors(e);delete n[J];let i=Reflect.ownKeys(n);for(let s=0;s<i.length;s++){let o=i[s],a=n[o];a[Fr]===!1&&(a[Fr]=!0,a[ti]=!0),(a.get||a.set)&&(n[o]={[ti]:!0,[Fr]:!0,[Wr]:a[Wr],[or]:e[o]})}return se.create(Mt(e),n)}else{let n=Mt(e);if(n!==null&&r)return{...e};let i=se.create(n);return se.assign(i,e)}}function di(e,t=!1){return tn(e)||Le(e)||!oe(e)||(cr(e)>1&&se.defineProperties(e,{set:Vr,add:Vr,clear:Vr,delete:Vr}),se.freeze(e),t&&Zr(e,(r,n)=>{di(n,!0)},!1)),e}function Dc(){Ae(2)}var Vr={[or]:Dc};function tn(e){return e===null||!ci(e)?!0:se.isFrozen(e)}var Gr="MapSet",ii="Patches",Io="ArrayMethods",zo={};function ot(e){let t=zo[e];return t||Ae(0,e),t}var ko=e=>!!zo[e];var ar,jo=()=>ar,Ic=(e,t)=>({drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0,handledSet_:new Set,processedForPatches_:new Set,mapSetPlugin_:ko(Gr)?ot(Gr):void 0,arrayMethodsPlugin_:ko(Io)?ot(Io):void 0});function Uo(e,t){t&&(e.patchPlugin_=ot(ii),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function si(e){oi(e),e.drafts_.forEach(kc),e.drafts_=null}function oi(e){e===ar&&(ar=e.parent_)}var $o=e=>ar=Ic(ar,e);function kc(e){let t=e[J];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Bo(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];if(e!==void 0&&e!==r){r[J].modified_&&(si(t),Ae(4)),oe(e)&&(e=Ho(t,e));let{patchPlugin_:i}=t;i&&i.generateReplacementPatches_(r[J].base_,e,t)}else e=Ho(t,r);return Uc(t,e,!0),si(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Vo?e:void 0}function Ho(e,t){if(tn(t))return t;let r=t[J];if(!r)return qr(t,e.handledSet_,e);if(!rn(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);Go(r,e)}return r.copy_}function Uc(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&di(t,r)}function Wo(e){e.finalized_=!0,e.scope_.unfinalizedDrafts_--}var rn=(e,t)=>e.scope_===t,$c=[];function Ko(e,t,r,n){let i=Ie(e),s=e.type_;if(n!==void 0&&ri(i,n,s)===t){Kr(i,n,r,s);return}if(!e.draftLocations_){let a=e.draftLocations_=new Map;Zr(i,(l,c)=>{if(Le(c)){let u=a.get(c)||[];u.push(l),a.set(c,u)}})}let o=e.draftLocations_.get(t)??$c;for(let a of o)Kr(i,a,r,s)}function Bc(e,t,r){e.callbacks_.push(function(i){let s=t;if(!s||!rn(s,i))return;i.mapSetPlugin_?.fixSetContents(s);let o=ui(s);Ko(e,s.draft_??s,o,r),Go(s,i)})}function Go(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)}Wo(e)}}function Hc(e,t,r){let{scope_:n}=e;if(Le(r)){let i=r[J];rn(i,n)&&i.callbacks_.push(function(){zr(e);let o=ui(i);Ko(e,r,o,t)})}else oe(r)&&e.callbacks_.push(function(){let s=Ie(e);e.type_===3?s.has(r)&&qr(r,n.handledSet_,n):ri(s,t,e.type_)===r&&n.drafts_.length>1&&(e.assigned_.get(t)??!1)===!0&&e.copy_&&qr(ri(e.copy_,t,e.type_),n.handledSet_,n)})}function qr(e,t,r){return!r.immer_.autoFreeze_&&r.unfinalizedDrafts_<1||Le(e)||t.has(e)||!oe(e)||tn(e)||(t.add(e),Zr(e,(n,i)=>{if(Le(i)){let s=i[J];if(rn(s,r)){let o=ui(s);Kr(e,n,o,e.type_),Wo(s)}}else oe(i)&&qr(i,t,r)})),e}function Vc(e,t){let r=Jr(e),n={type_:r?1:0,scope_:t?t.scope_:jo(),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=Xr;r&&(i=[n],s=lr);let{revoke:o,proxy:a}=Proxy.revocable(i,s);return n.draft_=a,n.revoke_=o,[a,n]}var Xr={get(e,t){if(t===J)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=Ie(e);if(!Jn(i,t,e.type_))return zc(e,i,t);let s=i[t];if(e.finalized_||!oe(s)||n&&e.operationMethod&&r?.isMutatingArrayMethod(e.operationMethod)&&Pc(t))return s;if(s===ei(e.base_,t)||Fc(e,t,s)){zr(e);let o=e.type_===1?+t:t,a=li(e.scope_,s,e,o);return e.copy_[o]=a}return s},has(e,t){return t in Ie(e)},ownKeys(e){return Reflect.ownKeys(Ie(e))},set(e,t,r){let n=qo(Ie(e),t);if(n?.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){let i=ei(Ie(e),t),s=i?.[J];if(s&&s.base_===r)return e.copy_[t]=r,e.assigned_.set(t,!1),!0;if(Mc(r,i)&&(r!==void 0||Jn(e.base_,t,e.type_)))return!0;zr(e),ai(e)}return e.copy_[t]===r&&(r!==void 0||Jn(e.copy_,t,e.type_))||Number.isNaN(r)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=r,e.assigned_.set(t,!0),Hc(e,t,r)),!0},deleteProperty(e,t){return zr(e),ei(e.base_,t)!==void 0||t in e.base_?(e.assigned_.set(t,!1),ai(e)):e.assigned_.delete(t),e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){let r=Ie(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{[Fr]:!0,[ti]:e.type_!==1||t!=="length",[Wr]:n[Wr],[or]:r[t]}},defineProperty(){Ae(11)},getPrototypeOf(e){return Mt(e.base_)},setPrototypeOf(){Ae(12)}},lr={};for(let e in Xr){let t=Xr[e];lr[e]=function(){let r=arguments;return r[0]=r[0][0],t.apply(this,r)}}lr.deleteProperty=function(e,t){return lr.set.call(this,e,t,void 0)};lr.set=function(e,t,r){return Xr.set.call(this,e[0],t,r,e[0])};function ei(e,t){let r=e[J];return(r?Ie(r):e)[t]}function Fc(e,t,r){return e.type_!==1||!e.allIndicesReassigned_||e.assigned_?.get(t)||!oe(r)||r[J]?!1:e.baseRefs_.has(r)}function zc(e,t,r){let n=qo(t,r);return n?or in n?n[or]:n.get?.call(e.draft_):void 0}function qo(e,t){if(!(t in e))return;let r=Mt(e);for(;r;){let n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Mt(r)}}function ai(e){e.modified_||(e.modified_=!0,e.parent_&&ai(e.parent_))}function zr(e){e.copy_||(e.assigned_=new Map,e.copy_=ni(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var jc=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!1,this.produce=(t,r,n)=>{if(Nt(t)&&!Nt(r)){let s=r;r=t;let o=this;return function(l=s,...c){return o.produce(l,u=>r.call(this,u,...c))}}Nt(r)||Ae(6),n!==void 0&&!Nt(n)&&Ae(7);let i;if(oe(t)){let s=$o(this),o=li(s,t,void 0),a=!0;try{i=r(o),a=!1}finally{a?si(s):oi(s)}return Uo(s,n),Bo(i,s)}else if(!t||!ci(t)){if(i=r(t),i===void 0&&(i=t),i===Vo&&(i=void 0),this.autoFreeze_&&di(i,!0),n){let s=[],o=[];ot(ii).generateReplacementPatches_(t,i,{patches_:s,inversePatches_:o}),n(s,o)}return i}else Ae(1,t)},this.produceWithPatches=(t,r)=>{if(Nt(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]},Qn(e?.autoFreeze)&&this.setAutoFreeze(e.autoFreeze),Qn(e?.useStrictShallowCopy)&&this.setUseStrictShallowCopy(e.useStrictShallowCopy),Qn(e?.useStrictIteration)&&this.setUseStrictIteration(e.useStrictIteration)}createDraft(e){oe(e)||Ae(8),Le(e)&&(e=Xo(e));let t=$o(this),r=li(t,e,void 0);return r[J].isManual_=!0,oi(t),r}finishDraft(e,t){let r=e&&e[J];(!r||!r.isManual_)&&Ae(9);let{scope_:n}=r;return Uo(n,t),Bo(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=ot(ii).applyPatches_;return Le(e)?n(e,t):this.produce(e,i=>n(i,t))}};function li(e,t,r,n){let[i,s]=Qr(t)?ot(Gr).proxyMap_(t,r):en(t)?ot(Gr).proxySet_(t,r):Vc(t,r);return(r?.scope_??jo()).drafts_.push(i),s.callbacks_=r?.callbacks_??[],s.key_=n,r&&n!==void 0?Bc(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 Xo(e){return Le(e)||Ae(10,e),Yo(e)}function Yo(e){if(!oe(e)||tn(e))return e;let t=e[J],r,n=!0;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=ni(e,t.scope_.immer_.useStrictShallowCopy_),n=t.scope_.immer_.shouldUseStrictIteration()}else r=ni(e,!0);return Zr(r,(i,s)=>{Kr(r,i,Yo(s))},n),t&&(t.finalized_=!1),r}var Wc=new jc,pi=Wc.produce;function Zo(e){return({dispatch:r,getState:n})=>i=>s=>typeof s=="function"?s(r,n,e):i(s)}var Jo=Zo(),Qo=Zo;var Kc=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?sr:sr.apply(null,arguments)},qp=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}},Gc=e=>e&&typeof e.match=="function";function qe(e,t){function r(...n){if(t){let i=t(...n);if(!i)throw new Error(ke(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=>Mo(n)&&n.type===e,r}var ia=class ur extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,ur.prototype)}static get[Symbol.species](){return ur}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new ur(...t[0].concat(this)):new ur(...t.concat(this))}};function ea(e){return oe(e)?pi(e,()=>{}):e}function nn(e,t,r){return e.has(t)?e.get(t):e.set(t,r(t)).get(t)}function qc(e){return typeof e=="boolean"}var Xc=()=>function(t){let{thunk:r=!0,immutableCheck:n=!0,serializableCheck:i=!0,actionCreatorCheck:s=!0}=t??{},o=new ia;return r&&(qc(r)?o.push(Jo):o.push(Qo(r.extraArgument))),o},Yc="RTK_autoBatch";var ta=e=>t=>{setTimeout(t,e)},Zc=(e,t)=>r=>{let n=!1,i=()=>{n||(n=!0,cancelAnimationFrame(s),clearTimeout(o),r())},s=e(i),o=setTimeout(i,t)},Jc=(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?Zc(window.requestAnimationFrame,100):ta(10):e.type==="callback"?e.queueNotification:ta(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?.[Yc],s=!i,s&&(o||(o=!0,l(c))),n.dispatch(u)}finally{i=!0}}})},Qc=e=>function(r){let{autoBatch:n=!0}=r??{},i=new ia(e);return n&&i.push(Jc(typeof n=="object"?n:void 0)),i};function sa(e){let t=Xc(),{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(Hr(r))l=Lo(r);else throw new Error(ke(1));let c;typeof n=="function"?c=n(t):c=t();let u=sr;i&&(u=Kc({trace:!1,...typeof i=="object"&&i}));let d=No(...c),p=Qc(d),y=typeof a=="function"?a(p):p(),x=u(...y);return Zn(l,o,x)}function oa(e){let t={},r=[],n,i={addCase(s,o){let a=typeof s=="string"?s:s.type;if(!a)throw new Error(ke(28));if(a in t)throw new Error(ke(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 eu(e){return typeof e=="function"}function tu(e,t){let[r,n,i]=oa(t),s;if(eu(e))s=()=>ea(e());else{let a=ea(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(Le(u)){let y=d(u,l);return y===void 0?u:y}else{if(oe(u))return pi(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 ru=(e,t)=>Gc(e)?e.match(t):e(t);function nu(...e){return t=>e.some(r=>ru(r,t))}var iu="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",su=(e=21)=>{let t="",r=e;for(;r--;)t+=iu[Math.random()*64|0];return t},ou=["name","message","stack","code"],fi=class{constructor(e,t){this.payload=e,this.meta=t}payload;meta;_type},ra=class{constructor(e,t){this.payload=e,this.meta=t}payload;meta;_type},au=e=>{if(typeof e=="object"&&e!==null){let t={};for(let r of ou)typeof e[r]=="string"&&(t[r]=e[r]);return t}return{message:String(e)}},na="External signal was aborted",lu=(()=>{function e(t,r,n){let i=qe(t+"/fulfilled",(l,c,u,d)=>({payload:l,meta:{...d||{},arg:u,requestId:c,requestStatus:"fulfilled"}})),s=qe(t+"/pending",(l,c,u)=>({payload:void 0,meta:{...u||{},arg:c,requestId:l,requestStatus:"pending"}})),o=qe(t+"/rejected",(l,c,u,d,p)=>({payload:d,error:(n&&n.serializeError||au)(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):su(),x=new AbortController,E,g;function S(v){g=v,x.abort()}c&&(c.aborted?S(na):c.addEventListener("abort",()=>S(na),{once:!0}));let L=(async function(){let v;try{let T=n?.condition?.(l,{getState:d,extra:p});if(uu(T)&&(T=await T),T===!1||x.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};let B=new Promise((M,H)=>{E=()=>{H({name:"AbortError",message:g||"Aborted"})},x.signal.addEventListener("abort",E,{once:!0})});u(s(y,l,n?.getPendingMeta?.({requestId:y,arg:l},{getState:d,extra:p}))),v=await Promise.race([B,Promise.resolve(r(l,{dispatch:u,getState:d,extra:p,requestId:y,signal:x.signal,abort:S,rejectWithValue:((M,H)=>new fi(M,H)),fulfillWithValue:((M,H)=>new ra(M,H))})).then(M=>{if(M instanceof fi)throw M;return M instanceof ra?i(M.payload,y,l,M.meta):i(M,y,l)})])}catch(T){v=T instanceof fi?o(null,y,l,T.payload,T.meta):o(T,y,l)}finally{E&&x.signal.removeEventListener("abort",E)}return n&&!n.dispatchConditionRejection&&o.match(v)&&v.meta.condition||u(v),v})();return Object.assign(L,{abort:S,requestId:y,arg:l,unwrap(){return L.then(cu)}})}}return Object.assign(a,{pending:s,rejected:o,fulfilled:i,settled:nu(o,i),typePrefix:t})}return e.withTypes=()=>e,e})();function cu(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function uu(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var aa=Symbol.for("rtk-slice-createasyncthunk"),Yp={[aa]:lu};function du(e,t){return`${e}/${t}`}function pu({creators:e}={}){let t=e?.asyncThunk?.[aa];return function(n){let{name:i,reducerPath:s=i}=n;if(!i)throw new Error(ke(11));typeof process<"u";let o=(typeof n.reducers=="function"?n.reducers(hu()):n.reducers)||{},a=Object.keys(o),l={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},c={addCase(v,w){let T=typeof v=="string"?v:v.type;if(!T)throw new Error(ke(12));if(T in l.sliceCaseReducersByType)throw new Error(ke(13));return l.sliceCaseReducersByType[T]=w,c},addMatcher(v,w){return l.sliceMatchers.push({matcher:v,reducer:w}),c},exposeAction(v,w){return l.actionCreators[v]=w,c},exposeCaseReducer(v,w){return l.sliceCaseReducersByName[v]=w,c}};a.forEach(v=>{let w=o[v],T={reducerName:v,type:du(i,v),createNotation:typeof n.reducers=="function"};yu(w)?xu(T,w,c,t):mu(T,w,c)});function u(){let[v={},w=[],T=void 0]=typeof n.extraReducers=="function"?oa(n.extraReducers):[n.extraReducers],B={...v,...l.sliceCaseReducersByType};return tu(n.initialState,M=>{for(let H in B)M.addCase(H,B[H]);for(let H of l.sliceMatchers)M.addMatcher(H.matcher,H.reducer);for(let H of w)M.addMatcher(H.matcher,H.reducer);T&&M.addDefaultCase(T)})}let d=v=>v,p=new Map,y=new WeakMap,x;function E(v,w){return x||(x=u()),x(v,w)}function g(){return x||(x=u()),x.getInitialState()}function S(v,w=!1){function T(M){let H=M[v];return typeof H>"u"&&w&&(H=nn(y,T,g)),H}function B(M=d){let H=nn(p,w,()=>new WeakMap);return nn(H,M,()=>{let $t={};for(let[ue,Ye]of Object.entries(n.selectors??{}))$t[ue]=fu(Ye,M,()=>nn(y,M,g),w);return $t})}return{reducerPath:v,getSelectors:B,get selectors(){return B(T)},selectSlice:T}}let L={name:i,reducer:E,actions:l.actionCreators,caseReducers:l.sliceCaseReducersByName,getInitialState:g,...S(s),injectInto(v,{reducerPath:w,...T}={}){let B=w??s;return v.inject({reducerPath:B,reducer:E},T),{...L,...S(B,!0)}}};return L}}function fu(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 la=pu();function hu(){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 mu({type:e,reducerName:t,createNotation:r},n,i){let s,o;if("reducer"in n){if(r&&!gu(n))throw new Error(ke(17));s=n.reducer,o=n.prepare}else s=n;i.addCase(e,s).exposeCaseReducer(t,s).exposeAction(t,o?qe(e,o):qe(e))}function yu(e){return e._reducerDefinitionType==="asyncThunk"}function gu(e){return e._reducerDefinitionType==="reducerWithPrepare"}function xu({type:e,reducerName:t},r,n,i){if(!i)throw new Error(ke(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||sn,pending:a||sn,rejected:l||sn,settled:c||sn})}function sn(){}var ca="listener",ua="completed",da="cancelled",Zp=`task-${da}`,Jp=`task-${ua}`,Qp=`${ca}-${da}`,ef=`${ca}-${ua}`;var{assign:pa}=Object;var hi="listenerMiddleware";var vu=pa(qe(`${hi}/add`),{withTypes:()=>vu}),tf=qe(`${hi}/removeAll`),bu=pa(qe(`${hi}/remove`),{withTypes:()=>bu});function ke(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 Eu=Pr(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)}}}),on=class extends Eu(Object){};window.ftReduxStores||(window.ftReduxStores={});var fa=class e extends on{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($r(s))return s;if(i==null)return;let o=la({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=sa({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=rr(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 Dr,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];Ot(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 an=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 ln=f(A()),Su="ft-app-info",Pt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Pt.eventName="authentication-change";var dr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};dr.eventName="ui-locale-changed";var Au={session:(e,t)=>{(0,ln.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>C.dispatchEvent(new Pt(t.payload)),0))}},C=ln.FtReduxStore.get({name:Su,reducers:Au,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 ha=f(A()),cn=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},Mf=(0,ha.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(C)}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=>an.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return cn([(0,mi.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),cn([(0,mi.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),cn([Xn({store:C.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),cn([Xn({store:C.name})],t.prototype,"uiLocale",void 0),t});var ma;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(ma||(ma={}));var ya;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(ya||(ya={}));var ga;(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"})(ga||(ga={}));var xa;(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"})(xa||(xa={}));var va;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(va||(va={}));var ba;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(ba||(ba={}));var Ea;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(Ea||(Ea={}));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 _a;(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"})(_a||(_a={}));var wa;(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"})(wa||(wa={}));var Ca;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(Ca||(Ca={}));var Ta;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(Ta||(Ta={}));var Oa;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(Oa||(Oa={}));var Ra;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(Ra||(Ra={}));var La;(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"})(La||(La={}));var Na;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(Na||(Na={}));var Ma;(function(e){e.ASC="ASC",e.DESC="DESC"})(Ma||(Ma={}));var Pa;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(Pa||(Pa={}));var Da;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(Da||(Da={}));var Ia;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Ia||(Ia={}));var ka;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(ka||(ka={}));var Ua;(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"})(Ua||(Ua={}));var $a;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})($a||($a={}));var Ba;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(Ba||(Ba={}));var Ha;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Ha||(Ha={}));var Va;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Va||(Va={}));var K;(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"})(K||(K={}));var fe;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(fe||(fe={}));var Fa;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(Fa||(Fa={}));var za;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(za||(za={}));var ja;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(ja||(ja={}));var Wa;(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"})(Wa||(Wa={}));var Ka;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(Ka||(Ka={}));var Ga;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Ga||(Ga={}));var qa;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(qa||(qa={}));var Xa;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Xa||(Xa={}));var Ya;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(Ya||(Ya={}));var Za;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Za||(Za={}));var Ja;(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"})(Ja||(Ja={}));var Qa;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(Qa||(Qa={}));var _u={[K.PERSONAL_BOOK_SHARE_USER]:[K.PERSONAL_BOOK_USER],[K.HTML_EXPORT_USER]:[K.PERSONAL_BOOK_USER],[K.PDF_EXPORT_USER]:[K.PERSONAL_BOOK_USER],[K.KHUB_ADMIN]:[K.CONTENT_PUBLISHER],[K.ADMIN]:[K.KHUB_ADMIN,K.USERS_ADMIN,K.PORTAL_ADMIN,K.BEHAVIOR_DATA_USER],[K.GENERATIVE_AI_EXPORT_USER]:[K.GENERATIVE_AI_USER]};function el(e,t){return e===t||(_u[e]??[]).some(r=>el(r,t))}function tl(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=>el(n,t))}var hn=f(A());var yi=f(A());var at=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=C.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=C.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var Dt=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:at.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):at.await()}};var ae=class extends Dt{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 yi.CacheRegistry,this.cache=t?i.commonCache:new yi.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 un=class extends ae{async listMySearches(){let{session:t}=C.getState();return tl(t,K.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var dn=class extends ae{async listMyBookmarks(){let t=C.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var pn=class extends ae{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=C.getState().session;return!!t?.sessionAuthenticated}};var fn=class extends ae{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=C.getState().session;return!!t?.sessionAuthenticated}};var wu="ft-user-assets",Cu={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(fe).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;xi(e,r,[...gi(e,r),i]),rl(e,r,1,n),nl(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;xi(e,r,gi(e,r).map(i=>i.id===n.id?n:i)),nl(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;xi(e,r,gi(e,r).filter(s=>s.id!==i)),rl(e,r,-1,n)}},il={[fe.SEARCHES]:"savedSearches",[fe.BOOKMARKS]:"bookmarks",[fe.BOOKS]:void 0,[fe.COLLECTIONS]:void 0},gi=(e,t)=>{var r;let n=il[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},xi=(e,t,r)=>{let n=il[t];n&&(e[n]=r)},rl=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===fe.BOOKMARKS&&n)){let s=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,s+r)}},nl=(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=hn.FtReduxStore.get({name:wu,reducers:Cu,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(fe).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),vi=class{constructor(t=new pn,r=new fn){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=C.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new dn,this.savedSearchesService=new un,C.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=C.getState();(0,hn.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===fe.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)}}},Tu=new vi;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=Tu);var bi=class{addCommand(t,r=!1){C.commands.add(t,r)}consumeCommand(t){return C.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new bi;var he=f(A());var sl,It=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},Ou=Symbol("clearAfterUnitTest"),mn=class extends(0,he.withEventBus)(ae){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[sl]=()=>{this.defaultMessages={},this.cache=new he.CacheRegistry,this.listeners={}},this.currentUiLocale=C.getState().uiLocale,C.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=C.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,he.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 he.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 he.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,he.delay)(0).then(()=>n()).catch(()=>null)))}};sl=Ou;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends mn{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends mn{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var pr=window.FluidTopicsI18nService,Ei=window.FluidTopicsCustomI18nService;var ol=f(A()),Si=class{highlightHtml(t,r,n){(0,ol.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new Si;var al=f(A());var Ai=class{isDate(t){var r,n,i,s;return(s=(i=((n=(r=C.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 al.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:C.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 Ai;var ll=f(A());var fr=class{static get(t,r){var n,i,s,o;let a=C.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 ll.SearchPlaceConverter(a.baseUrl,t??20,(o=a.localesConfiguration)===null||o===void 0?void 0:o.allLanguagesAllowed,r??`${l}-${c}`)}};var _i=class{urlToSearchRequest(t){return fr.get().parse(t)}searchRequestToUrl(t){return fr.get().serialize(t)}};window.FluidTopicsUrlService=new _i;var Ue=f(A());var lt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};lt.eventName="change";var wi=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))}},cl=new wi;var yn=class e extends Ue.WithEventBus{static build(){return new e(window.history,cl,()=>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,Ue.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new lt(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(lt.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(lt.eventName,t)}currentItem(){return(0,Ue.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,Ue.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,Ue.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,Ue.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=yn.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 ul=f(V());var dl=ul.css`
|
|
578
|
+
`;var hl=f(V()),ne=f(Q()),dt=f(A());var ct=f(A());function pl(e,t){let{authenticationRequired:r,session:n}=C.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(t):e()}var gn=class extends Dt{async updateUiLocale(t){return(await this.awaitApi).updateUiLocale(t)}};var Ci=class e extends ct.FtStateManager{static build(t){return new e(C,t)}constructor(t,r){super(),this.store=t,this.cache=new ct.CacheRegistry,this.withManualResources=!0,this.userLocaleService=new gn,this.cleanSessionDebouncer=new ct.Debouncer,this.reloadDebouncer=new ct.Debouncer(500),this.apiProvider=r??(()=>at.get())}setWithManualResources(t){this.withManualResources=t,this.updateIfNeeded()}async initService(){this.store.addEventListener(Pt.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",()=>pl(()=>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 dr(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)}},fl=Ci.build();var ut=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 hr=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 ut(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 Z=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},k=class extends dt.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=fl,this.contextRoot=new hr}render(){return hl.html`
|
|
579
579
|
<slot></slot>
|
|
580
|
-
`}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=>
|
|
581
|
-
`;var
|
|
580
|
+
`}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=>pr.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())}};k.elementDefinitions={};k.styles=dl;Z([(0,ne.property)()],k.prototype,"baseUrl",void 0);Z([(0,ne.property)()],k.prototype,"tenantId",void 0);Z([(0,ne.property)()],k.prototype,"apiIntegrationIdentifier",void 0);Z([(0,ne.property)()],k.prototype,"apiIntegrationAppVersion",void 0);Z([(0,ne.property)()],k.prototype,"uiLocale",void 0);Z([(0,dt.jsonProperty)(null)],k.prototype,"availableUiLocales",void 0);Z([(0,dt.jsonProperty)(null)],k.prototype,"metadataConfiguration",void 0);Z([(0,ne.property)({type:Boolean})],k.prototype,"editorMode",void 0);Z([(0,ne.property)({type:Boolean})],k.prototype,"noCustom",void 0);Z([(0,ne.property)({type:Boolean})],k.prototype,"openExternalDocumentInNewTab",void 0);Z([(0,ne.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],k.prototype,"noCustomComponent",void 0);Z([(0,ne.property)({type:Boolean})],k.prototype,"withManualResources",void 0);Z([(0,ne.property)({type:Boolean})],k.prototype,"navigatorOnline",void 0);Z([(0,ne.property)({type:Boolean})],k.prototype,"forcedOffline",void 0);Z([(0,ne.property)({type:Boolean})],k.prototype,"authenticationRequired",void 0);Z([(0,dt.jsonProperty)([])],k.prototype,"messageContexts",void 0);Z([(0,dt.jsonProperty)(void 0)],k.prototype,"session",void 0);var yl=f(A());var ml={"ft-app-context":k};(0,yl.customElements)(ml);var gl=f(Q());var Ti=class{fromLocalizableLabel(t){return t.type=="PLAIN_TEXT"?{message:t.text}:{key:t.key,custom:t.type=="LOCALIZED_CUSTOM",context:t.context,message:t.key}}fromAttribute(t){if(t!=null)try{return JSON.parse(t)}catch{if(this.isI18nKey(t)){let[r,n]=t.split(".");return{context:r,key:n,custom:r!=="officialContext",message:""}}return{message:t}}}toAttribute(t){if(t!=null)return JSON.stringify(t)}isI18nKey(t){return t.match(/^[\w-]+\.[\w-]+$/)}},kt=new Ti;var Nu=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},yr=Symbol("i18nAttributes"),xl=Symbol("i18nListAttributes"),vl=Symbol("i18nProperties"),xn=Symbol("i18nContexts"),mr=Symbol("i18nUnsubs"),bl=(0,Ut.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?Ei:pr}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(kt.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[yr])===null||o===void 0||o.forEach((u,d)=>l[d]=c(u,d,l[d])),(a=this[xl])===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[vl])===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[xn].set(l,{isCustomContext:a}),this[mr].has(l)||this[mr].set(l,this.getI18nService(a).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(a).prepareContext(l,o)}hasI18nContext(s){return this[xn].has(s.toLowerCase())}connectedCallback(){super.connectedCallback(),this[xn].forEach((s,o)=>this.addI18nContext(o,void 0,s.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[mr].forEach(s=>s()),this[mr].clear()}}return t=xn,r=mr,Nu([(0,gl.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),vn=class extends bl(Ut.FtLitElement){},bn=class extends bl(Ut.FtLitElementRedux){};var El=f(A());var Oi=class{fromAttribute(t){if(!t)return[];try{let r=JSON.parse(t);return Array.isArray(r)?r.map(n=>typeof n=="string"?kt.fromAttribute(n):n):[]}catch{return[]}}toAttribute(t){if(t!=null)return JSON.stringify(t)}},Mu=new Oi;var Sl=(e,t)=>(r,n)=>{var i;r.constructor.createProperty(n,{type:Object,hasChanged:El.hasChanged,converter:kt,...t}),r[yr]=(i=r[yr])!==null&&i!==void 0?i:new Map,r[yr].set(n,e??{})};var Al=f(V());var _l=Al.css`
|
|
581
|
+
`;var En=f(V()),Sn=f(Q()),An=f(A());var gr=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 bn{constructor(){super(),this.editorMode=!1,this.addStore(C)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":En.nothing:En.html`
|
|
582
582
|
<span class="ft-i18n">
|
|
583
583
|
${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
|
|
584
584
|
</span>
|
|
585
|
-
`}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:""})}};
|
|
585
|
+
`}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=_l;gr([(0,An.redux)()],_e.prototype,"editorMode",void 0);gr([(0,Sn.property)()],_e.prototype,"context",void 0);gr([(0,Sn.property)()],_e.prototype,"key",void 0);gr([(0,An.jsonProperty)([])],_e.prototype,"args",void 0);gr([(0,Sn.property)()],_e.prototype,"defaultMessage",void 0);var Cl=f(A());var wl={"ft-i18n":_e};(0,Cl.customElements)(wl);var we=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},G=class extends vn{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 me.Debouncer,this.revealDebouncer=new me.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 Tl.html`
|
|
586
586
|
<div part="container"
|
|
587
587
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
|
|
588
588
|
<slot part="slot"></slot>
|
|
@@ -591,61 +591,61 @@
|
|
|
591
591
|
popover="manual">
|
|
592
592
|
<div part="tooltip-content" class="ft-tooltip--content">
|
|
593
593
|
<slot name="text"></slot>
|
|
594
|
-
<ft-typography variant="${
|
|
594
|
+
<ft-typography variant="${Fe.caption}" ?hidden=${!(!((t=this.text)===null||t===void 0)&&t.message)}>
|
|
595
595
|
${(r=this.text)===null||r===void 0?void 0:r.message}
|
|
596
596
|
</ft-typography>
|
|
597
597
|
</div>
|
|
598
598
|
</div>
|
|
599
599
|
</div>
|
|
600
|
-
`}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&&
|
|
600
|
+
`}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&&yo(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 ${me.designSystemVariables.transitionDuration}, left ${me.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}matchesIgnored(t){return(0,me.eventPathContainsMatchingElement)(t,this.ignoreMatchingElements,this.eventsTarget)}isIgnored(t){return this.manual||this.matchesIgnored(t)}};G.elementDefinitions={"ft-typography":be};G.styles=Vs;we([Sl()],G.prototype,"text",void 0);we([(0,ye.property)({type:Boolean})],G.prototype,"manual",void 0);we([(0,ye.property)({type:Boolean})],G.prototype,"inline",void 0);we([(0,me.numberProperty)()],G.prototype,"delay",void 0);we([(0,ye.property)()],G.prototype,"position",void 0);we([(0,me.jsonProperty)([])],G.prototype,"ignoreMatchingElements",void 0);we([(0,ye.queryAssignedNodes)()],G.prototype,"slotNodes",void 0);we([(0,ye.query)(".ft-tooltip--container")],G.prototype,"container",void 0);we([(0,ye.query)(".ft-tooltip")],G.prototype,"tooltip",void 0);we([(0,ye.query)(".ft-tooltip--content")],G.prototype,"tooltipContent",void 0);we([(0,ye.state)()],G.prototype,"visible",void 0);var Rl=f(A());var Ol={"ft-tooltip":G};(0,Rl.customElements)(Ol);var Ll=f(V()),Nl=f(A());var pt=class extends Nl.FtLitElement{render(){return Ll.html`
|
|
601
601
|
<div class="ft-loader">
|
|
602
602
|
<div></div>
|
|
603
603
|
<div></div>
|
|
604
604
|
<div></div>
|
|
605
605
|
<div></div>
|
|
606
606
|
</div>
|
|
607
|
-
`}};
|
|
607
|
+
`}};pt.styles=es;var Pl=f(A());var Ml={"ft-loader":pt};(0,Pl.customElements)(Ml);var Xe=f(V()),_n=f(Er()),N=f(Q());var xr=e=>e??W;var P=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},O=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`
|
|
608
608
|
<ft-ripple part="ripple"
|
|
609
609
|
?disabled=${this.isDisabled()}
|
|
610
610
|
?activated=${this.activated}
|
|
611
611
|
></ft-ripple>
|
|
612
612
|
<ft-typography part="label"
|
|
613
|
-
variant="${
|
|
613
|
+
variant="${Fe.button}"
|
|
614
614
|
element="span"
|
|
615
|
-
class="${(0,
|
|
615
|
+
class="${(0,_n.classMap)(i)}">
|
|
616
616
|
<slot></slot>
|
|
617
617
|
</ft-typography>
|
|
618
618
|
${this.resolveIcon()}
|
|
619
|
-
`,
|
|
620
|
-
<a href="${
|
|
619
|
+
`,o=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(o?Xe.html`
|
|
620
|
+
<a href="${o}"
|
|
621
621
|
target="${(t=this.target)!==null&&t!==void 0?t:"_self"}"
|
|
622
622
|
part="button"
|
|
623
|
-
class="${(0,
|
|
624
|
-
aria-label="${
|
|
623
|
+
class="${(0,_n.classMap)(this.buttonClasses)}"
|
|
624
|
+
aria-label="${xr((r=this.ariaLabel)!==null&&r!==void 0?r:this.label)}"
|
|
625
625
|
?disabled=${this.isDisabled()}>
|
|
626
|
-
${
|
|
626
|
+
${s}
|
|
627
627
|
</a>
|
|
628
|
-
`:
|
|
628
|
+
`:Xe.html`
|
|
629
629
|
<button part="button"
|
|
630
|
-
class="${(0,
|
|
631
|
-
aria-label="${
|
|
632
|
-
aria-haspopup="${
|
|
633
|
-
aria-pressed="${
|
|
630
|
+
class="${(0,_n.classMap)(this.buttonClasses)}"
|
|
631
|
+
aria-label="${xr((n=this.ariaLabel)!==null&&n!==void 0?n:this.label)}"
|
|
632
|
+
aria-haspopup="${xr(this.ariaHasPopup)}"
|
|
633
|
+
aria-pressed="${xr(this.ariaPressed)}"
|
|
634
634
|
?disabled=${this.isDisabled()}>
|
|
635
|
-
${
|
|
635
|
+
${s}
|
|
636
636
|
</button>
|
|
637
|
-
`)}addTooltipIfNeeded(t){return this.label&&this.label.trim().length>0&&(this.forceTooltip||!this.hasTextContent&&!this.hideTooltip)?
|
|
637
|
+
`)}addTooltipIfNeeded(t){return this.label&&this.label.trim().length>0&&(this.forceTooltip||!this.hasTextContent&&!this.hideTooltip)?Xe.html`
|
|
638
638
|
<ft-tooltip part="tooltip"
|
|
639
639
|
text="${this.label}"
|
|
640
640
|
position="${this.tooltipPosition}">
|
|
641
641
|
${t}
|
|
642
642
|
</ft-tooltip>
|
|
643
|
-
`:t}resolveIcon(){return this.loading?
|
|
644
|
-
<ft-loader part="loader icon"></ft-loader> `:this.icon?
|
|
643
|
+
`:t}resolveIcon(){return this.loading?Xe.html`
|
|
644
|
+
<ft-loader part="loader icon"></ft-loader> `:this.icon?Xe.html`
|
|
645
645
|
<ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
|
|
646
|
-
`:
|
|
646
|
+
`:Xe.html`
|
|
647
647
|
<slot part="icon" name="icon"></slot>
|
|
648
|
-
`}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)}};
|
|
648
|
+
`}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)}};O.elementDefinitions={"ft-ripple":U,"ft-tooltip":G,"ft-icon":ie,"ft-loader":pt,"ft-typography":be};O.styles=[Ne.safariEllipsisFix,os,Ne.noTextSelect];O.labelsObserver=new IntersectionObserver(e=>{for(let t of e){let r=t.target.getRootNode();r.host?r.host.hasTextContent=t.boundingClientRect.width>0:O.labelsObserver.unobserve(t.target)}});P([(0,N.property)({type:Boolean})],O.prototype,"primary",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"outlined",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"dense",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"round",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"disabled",void 0);P([(0,N.property)()],O.prototype,"icon",void 0);P([(0,N.property)()],O.prototype,"iconVariant",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"trailingIcon",void 0);P([(0,N.property)()],O.prototype,"label",void 0);P([(0,N.property)()],O.prototype,"type",void 0);P([(0,N.property)()],O.prototype,"href",void 0);P([(0,N.property)()],O.prototype,"target",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"loading",void 0);P([(0,N.property)({attribute:"aria-label"})],O.prototype,"ariaLabel",void 0);P([(0,N.property)()],O.prototype,"ariaHasPopup",void 0);P([(0,N.property)({attribute:"aria-pressed"})],O.prototype,"ariaPressed",void 0);P([(0,N.property)()],O.prototype,"tooltipPosition",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"hideTooltip",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"forceTooltip",void 0);P([(0,N.property)({type:Boolean})],O.prototype,"activated",void 0);P([(0,N.query)(".ft-button")],O.prototype,"button",void 0);P([(0,N.query)(".ft-button--label")],O.prototype,"labelContainer",void 0);P([(0,N.state)()],O.prototype,"hasTextContent",void 0);P([(0,N.query)(".ft-button--label slot")],O.prototype,"slottedContent",void 0);P([(0,N.query)("[part=tooltip]")],O.prototype,"tooltip",void 0);var Il=f(A());var Dl={"ft-button":O};(0,Il.customElements)(Dl);var $l=f(V()),ft=f(Q()),wn=f(A());var $e;(function(e){e.S="S",e.M="M",e.L="L",e.XL="XL",e.XXL="XXL"})($e||($e={}));var kl=f(V());var Ul=kl.css`
|
|
649
649
|
.ft-size-watcher--pixel {
|
|
650
650
|
width: 0;
|
|
651
651
|
height: 0;
|
|
@@ -664,15 +664,15 @@
|
|
|
664
664
|
.ft-size-watcher--local .ft-size-watcher--watcher {
|
|
665
665
|
width: 100%;
|
|
666
666
|
}
|
|
667
|
-
`;var
|
|
667
|
+
`;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},Ri=class extends CustomEvent{constructor(t,r){super("change",{detail:{size:t,category:r}})}},le=class extends wn.FtLitElement{constructor(){super(...arguments),this.debounceTimeout=100,this.local=!1,this.size=0,this.category=$e.S,this.resizeObserver=new ResizeObserver(()=>this.updateSize()),this.debouncer=new wn.Debouncer}render(){return $l.html`
|
|
668
668
|
<div class="ft-size-watcher--pixel ${this.local?"ft-size-watcher--local":""}">
|
|
669
669
|
<div class="ft-size-watcher--watcher"></div>
|
|
670
670
|
</div>
|
|
671
|
-
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.watcher&&this.resizeObserver.observe(this.watcher),this.updateSize()}updateSize(){this.debouncer.run(()=>{this.watcher&&this.size!==this.watcher.clientWidth&&(this.size=this.watcher.clientWidth,this.size<768?this.category
|
|
671
|
+
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.watcher&&this.resizeObserver.observe(this.watcher),this.updateSize()}updateSize(){this.debouncer.run(()=>{this.watcher&&this.size!==this.watcher.clientWidth&&(this.size=this.watcher.clientWidth,this.size<768?this.category=$e.S:this.size<976?this.category=$e.M:this.size<1024?this.category=$e.L:this.size<1440?this.category=$e.XL:this.category=$e.XXL,this.dispatchEvent(new Ri(this.size,this.category)))},this.debounceTimeout)}};le.elementDefinitions={};le.styles=Ul;vr([(0,ft.property)({type:Number})],le.prototype,"debounceTimeout",void 0);vr([(0,ft.property)({type:Boolean})],le.prototype,"local",void 0);vr([(0,ft.property)({type:Number,reflect:!0})],le.prototype,"size",void 0);vr([(0,ft.property)({type:String,reflect:!0})],le.prototype,"category",void 0);vr([(0,ft.query)(".ft-size-watcher--watcher")],le.prototype,"watcher",void 0);var Hl=f(A());var Bl={"ft-size-watcher":le};(0,Hl.customElements)(Bl);var q=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},D=class extends Vl.FtLitElement{constructor(){super(...arguments),this.portalUrl="",this.opened=!1,this.displayMode=F.STANDARD,this.closeIcon=ve.X_MARK,this.standardModeIcon=ve.PIP,this.disableStandardMode=!1,this.theaterModeIcon=ve.PIP_WIDE,this.disableTheaterMode=!1,this.fullscreenModeIcon=ve.EXPAND_WIDE,this.disableFullscreenMode=!1,this.enableHomeButton=!1,this.homeIcon=ve.HOME,this.enableOpenTabButton=!1,this.openTabIcon=ve.EXTLINK_LIGHT,this.allowStandardMode=!0,this.allowTheaterMode=!0,this.allowFullscreenMode=!0}render(){let t={"ft-in-product-help":!0,"ft-in-product-help--opened":this.opened,"ft-in-product-help--standard":this.displayMode==F.STANDARD,"ft-in-product-help--theater":this.displayMode==F.THEATER,"ft-in-product-help--fullscreen":this.displayMode==F.FULLSCREEN},r=this.allowStandardMode&&(this.allowTheaterMode||this.allowFullscreenMode),n=this.allowTheaterMode&&(this.allowStandardMode||this.allowFullscreenMode),i=this.allowFullscreenMode&&(this.allowStandardMode||this.allowTheaterMode);return ce.html`
|
|
672
672
|
<ft-size-watcher @change=${this.onViewportChange}></ft-size-watcher>
|
|
673
|
-
<div class="${(0,
|
|
673
|
+
<div class="${(0,Fl.classMap)(t)}" part="container">
|
|
674
674
|
<div class="ft-in-product-help--top-bar" part="top-bar">
|
|
675
|
-
${this.enableHomeButton?
|
|
675
|
+
${this.enableHomeButton?ce.html`
|
|
676
676
|
<ft-button icon="${this.homeIcon}"
|
|
677
677
|
class="ft-in-product-help--home-button"
|
|
678
678
|
dense
|
|
@@ -682,8 +682,8 @@
|
|
|
682
682
|
tooltipPosition="right"
|
|
683
683
|
@click=${()=>this.navigateTo(this.portalUrl)}
|
|
684
684
|
></ft-button>
|
|
685
|
-
`:
|
|
686
|
-
${this.enableOpenTabButton?
|
|
685
|
+
`:ce.nothing}
|
|
686
|
+
${this.enableOpenTabButton?ce.html`
|
|
687
687
|
<ft-button icon="${this.openTabIcon}"
|
|
688
688
|
dense
|
|
689
689
|
.iconVariant=${this.iconVariant}
|
|
@@ -692,40 +692,40 @@
|
|
|
692
692
|
tooltipPosition="left"
|
|
693
693
|
@click=${this.openTab}
|
|
694
694
|
></ft-button>
|
|
695
|
-
`:
|
|
696
|
-
${i?
|
|
695
|
+
`:ce.nothing}
|
|
696
|
+
${i?ce.html`
|
|
697
697
|
<ft-button icon="${this.fullscreenModeIcon}"
|
|
698
|
-
class="${this.displayMode==
|
|
698
|
+
class="${this.displayMode==F.FULLSCREEN?"ft-in-product-help--active-mode":""}"
|
|
699
699
|
dense
|
|
700
700
|
.iconVariant=${this.iconVariant}
|
|
701
701
|
part="button-fullscreen top-bar-button"
|
|
702
702
|
label="Fullscreen mode"
|
|
703
703
|
tooltipPosition="left"
|
|
704
|
-
@click=${()=>this.setMode(
|
|
704
|
+
@click=${()=>this.setMode(F.FULLSCREEN)}
|
|
705
705
|
></ft-button>
|
|
706
|
-
`:
|
|
707
|
-
${n?
|
|
706
|
+
`:ce.nothing}
|
|
707
|
+
${n?ce.html`
|
|
708
708
|
<ft-button icon="${this.theaterModeIcon}"
|
|
709
|
-
class="${this.displayMode==
|
|
709
|
+
class="${this.displayMode==F.THEATER?"ft-in-product-help--active-mode":""}"
|
|
710
710
|
dense
|
|
711
711
|
.iconVariant=${this.iconVariant}
|
|
712
712
|
part="button-theater top-bar-button"
|
|
713
713
|
label="Theater mode"
|
|
714
714
|
tooltipPosition="left"
|
|
715
|
-
@click=${()=>this.setMode(
|
|
715
|
+
@click=${()=>this.setMode(F.THEATER)}
|
|
716
716
|
></ft-button>
|
|
717
|
-
`:
|
|
718
|
-
${r?
|
|
717
|
+
`:ce.nothing}
|
|
718
|
+
${r?ce.html`
|
|
719
719
|
<ft-button icon="${this.standardModeIcon}"
|
|
720
|
-
class="${this.displayMode==
|
|
720
|
+
class="${this.displayMode==F.STANDARD?"ft-in-product-help--active-mode":""}"
|
|
721
721
|
dense
|
|
722
722
|
.iconVariant=${this.iconVariant}
|
|
723
723
|
part="button-standard top-bar-button"
|
|
724
724
|
label="Standard mode"
|
|
725
725
|
tooltipPosition="left"
|
|
726
|
-
@click=${()=>this.setMode(
|
|
726
|
+
@click=${()=>this.setMode(F.STANDARD)}
|
|
727
727
|
></ft-button>
|
|
728
|
-
`:
|
|
728
|
+
`:ce.nothing}
|
|
729
729
|
<ft-button icon="${this.closeIcon}"
|
|
730
730
|
dense
|
|
731
731
|
.iconVariant=${this.iconVariant}
|
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
</div>
|
|
738
738
|
<iframe src="${this.portalUrl}" part="iframe"/>
|
|
739
739
|
</div>
|
|
740
|
-
`}update(t){super.update(t),(t.has("disableStandardMode")||t.has("disableTheaterMode")||t.has("disableFullscreenMode"))&&this.computeAllowedModes(),t.has("opened")&&this.updateModeOnOpen()}updateModeOnOpen(){this.allowStandardMode?this.displayMode=
|
|
740
|
+
`}update(t){super.update(t),(t.has("disableStandardMode")||t.has("disableTheaterMode")||t.has("disableFullscreenMode"))&&this.computeAllowedModes(),t.has("opened")&&this.updateModeOnOpen()}updateModeOnOpen(){this.allowStandardMode?this.displayMode=F.STANDARD:this.allowTheaterMode?this.displayMode=F.THEATER:this.displayMode=F.FULLSCREEN}computeAllowedModes(){this.allowStandardMode=!this.disableStandardMode&&(this.isTablet()||this.isDesktop()),this.allowTheaterMode=!this.disableTheaterMode&&this.isDesktop(),this.allowFullscreenMode=!this.disableFullscreenMode}onViewportChange(){this.computeAllowedModes(),!this.allowStandardMode&&this.displayMode==F.STANDARD&&(this.displayMode=F.THEATER),!this.allowTheaterMode&&this.displayMode==F.THEATER&&(this.displayMode=F.FULLSCREEN)}setMode(t){this.displayMode=t,this.dispatchVisibilityChange()}open(){this.opened=!0}close(){this.opened=!1,this.displayMode=F.STANDARD,this.dispatchVisibilityChange()}dispatchVisibilityChange(){this.dispatchEvent(new br(this.opened,this.displayMode))}isTablet(){let t=getComputedStyle(this).getPropertyValue(I.tabletBreakpoint.name)||I.tabletBreakpoint.defaultValue;return window.matchMedia(`(min-width: ${t})`).matches}isDesktop(){let t=getComputedStyle(this).getPropertyValue(I.desktopBreakpoint.name)||I.desktopBreakpoint.defaultValue;return window.matchMedia(`(min-width: ${t})`).matches}navigateTo(t){this.iframe.contentWindow.postMessage({navigateTo:t},this.portalUrl)}openTab(){this.iframe.contentWindow.postMessage({openTabToCurrentUrl:!0},this.portalUrl)}};D.elementDefinitions={"ft-button":O,"ft-size-watcher":le};D.styles=ls;q([(0,$.property)()],D.prototype,"portalUrl",void 0);q([(0,$.property)({reflect:!0,type:Boolean})],D.prototype,"opened",void 0);q([(0,$.property)({reflect:!0})],D.prototype,"displayMode",void 0);q([(0,$.property)()],D.prototype,"closeIcon",void 0);q([(0,$.property)()],D.prototype,"standardModeIcon",void 0);q([(0,$.property)({type:Boolean})],D.prototype,"disableStandardMode",void 0);q([(0,$.property)()],D.prototype,"theaterModeIcon",void 0);q([(0,$.property)({type:Boolean})],D.prototype,"disableTheaterMode",void 0);q([(0,$.property)()],D.prototype,"fullscreenModeIcon",void 0);q([(0,$.property)({type:Boolean})],D.prototype,"disableFullscreenMode",void 0);q([(0,$.property)({type:Boolean})],D.prototype,"enableHomeButton",void 0);q([(0,$.property)()],D.prototype,"homeIcon",void 0);q([(0,$.property)({type:Boolean})],D.prototype,"enableOpenTabButton",void 0);q([(0,$.property)()],D.prototype,"openTabIcon",void 0);q([(0,$.property)()],D.prototype,"iconVariant",void 0);q([(0,$.state)()],D.prototype,"allowStandardMode",void 0);q([(0,$.state)()],D.prototype,"allowTheaterMode",void 0);q([(0,$.state)()],D.prototype,"allowFullscreenMode",void 0);q([(0,$.query)("iframe")],D.prototype,"iframe",void 0);var zl={"ft-in-product-help":D};(0,jl.customElements)(zl);})();
|
|
741
741
|
/*! Bundled license information:
|
|
742
742
|
|
|
743
743
|
lit-html/lit-html.js:
|