@fluid-topics/ft-reader-feedback 2.1.11 → 2.1.14
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-reader-feedback.light.js +82 -82
- package/build/ft-reader-feedback.min.js +252 -252
- package/package.json +5 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";(()=>{var
|
|
1
|
+
"use strict";(()=>{var gd=Object.create;var Cs=Object.defineProperty;var vd=Object.getOwnPropertyDescriptor;var yd=Object.getOwnPropertyNames;var bd=Object.getPrototypeOf,xd=Object.prototype.hasOwnProperty;var Er=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}};var Sd=(e,t,r,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of yd(t))!xd.call(e,n)&&n!==r&&Cs(e,n,{get:()=>t[n],enumerable:!(i=vd(t,n))||i.enumerable});return e};var f=(e,t,r)=>(r=e!=null?gd(bd(e)):{},Sd(t||!e||!e.__esModule?Cs(r,"default",{value:e,enumerable:!0}):r,e));var b=Er((Yp,_s)=>{_s.exports=ftGlobals.wcUtils});var k=Er((Xp,Rs)=>{Rs.exports=ftGlobals.lit});var F=Er((Zp,Os)=>{Os.exports=ftGlobals.litDecorators});var _e=Er((Jf,ll)=>{ll.exports=ftGlobals.litClassMap});var uu=Er((Tb,cu)=>{cu.exports=ftGlobals.litUnsafeHTML});var bs=Er((cS,Fu)=>{Fu.exports=ftGlobals.litRepeat});var md=f(b());var dd=f(k()),ae=f(F()),wt=f(b());var Li=f(b()),Is=f(F());var Tr;(function(e){e.clusteringHelperCreated="clustering-helper-created",e.mapAttachmentsUpdate="map-attachments-update",e.visibleTopicChange="visible-topic-change",e.requestedTopicNotFound="requested-topic-not-found"})(Tr||(Tr={}));var Gt;(function(e){e.FEEDBACK="FEEDBACK",e.RATING="RATING",e.PRINT="PRINT",e.BOOKMARK="BOOKMARK",e.COLLECTIONS="COLLECTIONS",e.PERSONAL_BOOKS="PERSONAL_BOOKS"})(Gt||(Gt={}));var Ad=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},no=class extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}},io=Symbol("registerInterval"),Ed=(0,Li.applyMixinOnce)(Symbol("toFtReaderComponent"),function(e){var t;class r extends e{constructor(){super(...arguments),this[t]=0}setReaderStateManager(n){this.clearStateManager(),this.stateManager=n,this.addStore(n.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var n;return(n=this.stateManager)===null||n===void 0?void 0:n.service}connectedCallback(){super.connectedCallback(),this[io]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[io]):this.dispatchEvent(new no)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return t=io,Ad([(0,Is.state)()],r.prototype,"stateManager",void 0),r}),Me=class extends Ed(Li.FtLitElementRedux){};var nt=f(k()),ot=f(F()),Qn=f(b());var ra=f(k()),V=f(b());var ta=f(k()),O=f(b());var Ns=f(k()),lt=f(b()),Ls=lt.FtCssVariableFactory.extend("--ft-ripple-color","",lt.designSystemVariables.colorContent),at={color:Ls,backgroundColor:lt.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ls),opacityContentOnSurfacePressed:lt.FtCssVariableFactory.external(lt.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:lt.FtCssVariableFactory.external(lt.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:lt.FtCssVariableFactory.external(lt.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:lt.FtCssVariableFactory.external(lt.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:lt.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Ps=lt.FtCssVariableFactory.extend("--ft-ripple-color","",lt.designSystemVariables.colorPrimary),ks={color:Ps,backgroundColor:lt.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ps)},Ds=lt.FtCssVariableFactory.extend("--ft-ripple-color","",lt.designSystemVariables.colorSecondary),Ms={color:Ds,backgroundColor:lt.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ds)},$s=Ns.css`
|
|
2
2
|
:host {
|
|
3
3
|
display: contents;
|
|
4
4
|
}
|
|
@@ -53,19 +53,19 @@
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
56
|
-
background-color: ${
|
|
56
|
+
background-color: ${Ms.backgroundColor};
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
60
|
-
background-color: ${
|
|
60
|
+
background-color: ${Ms.color};
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
64
|
-
background-color: ${
|
|
64
|
+
background-color: ${ks.backgroundColor};
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
68
|
-
background-color: ${
|
|
68
|
+
background-color: ${ks.color};
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
.ft-ripple .ft-ripple--background {
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
opacity: ${at.opacityContentOnSurfacePressed};
|
|
111
111
|
transform: translate(-50%, -50%) scale(1);
|
|
112
112
|
}
|
|
113
|
-
`;var Yt=f(k()),y=f(b()),
|
|
113
|
+
`;var Yt=f(k()),y=f(b()),Us=y.FtCssVariableFactory.extend("--ft-typography-font-family","",y.designSystemVariables.titleFont),we=y.FtCssVariableFactory.extend("--ft-typography-font-family","",y.designSystemVariables.contentFont),T={fontFamily:we,fontSize:y.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:y.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:y.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:y.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:y.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Ne={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Us),fontSize:y.FtCssVariableFactory.extend("--ft-typography-title-font-size","",T.fontSize,"20px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",T.fontWeight,"normal"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",T.letterSpacing,"0.15px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-title-line-height","",T.lineHeight,"1.2"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",T.textTransform,"inherit")},$e={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Us),fontSize:y.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",T.fontSize,"14px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",T.fontWeight,"normal"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",T.letterSpacing,"0.105px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",T.lineHeight,"1.7"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",T.textTransform,"inherit")},wr={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",we),fontSize:y.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",T.fontSize,"16px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",T.fontWeight,"600"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",T.letterSpacing,"0.144px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",T.lineHeight,"1.5"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",T.textTransform,"inherit")},Cr={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",we),fontSize:y.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",T.fontSize,"14px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",T.fontWeight,"normal"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",T.letterSpacing,"0.098px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",T.lineHeight,"1.7"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",T.textTransform,"inherit")},qt={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",we),fontSize:y.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",T.fontSize,"16px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",T.fontWeight,"normal"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",T.letterSpacing,"0.496px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",T.lineHeight,"1.5"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",T.textTransform,"inherit")},_r={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",we),fontSize:y.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",T.fontSize,"14px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",T.fontWeight,"normal"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",T.letterSpacing,"0.252px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",T.lineHeight,"1.4"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",T.textTransform,"inherit")},Bt={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",we),fontSize:y.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",T.fontSize,"12px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",T.fontWeight,"normal"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",T.letterSpacing,"0.396px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",T.lineHeight,"1.33"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",T.textTransform,"inherit")},Rr={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",we),fontSize:y.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",T.fontSize,"10px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",T.fontWeight,"normal"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",T.letterSpacing,"0.33px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",T.lineHeight,"1.6"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",T.textTransform,"inherit")},Or={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",we),fontSize:y.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",T.fontSize,"10px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",T.fontWeight,"normal"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",T.letterSpacing,"1.5px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",T.lineHeight,"1.6"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",T.textTransform,"uppercase")},_t={fontFamily:y.FtCssVariableFactory.extend("--ft-typography-button-font-family","",we),fontSize:y.FtCssVariableFactory.extend("--ft-typography-button-font-size","",T.fontSize,"14px"),fontWeight:y.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",T.fontWeight,"600"),letterSpacing:y.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",T.letterSpacing,"1.246px"),lineHeight:y.FtCssVariableFactory.extend("--ft-typography-button-line-height","",T.lineHeight,"1.15"),textTransform:y.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",T.textTransform,"uppercase")},Fs=Yt.css`
|
|
114
114
|
.ft-typography--title {
|
|
115
115
|
font-family: ${Ne.fontFamily};
|
|
116
116
|
font-size: ${Ne.fontSize};
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
line-height: ${Ne.lineHeight};
|
|
120
120
|
text-transform: ${Ne.textTransform};
|
|
121
121
|
}
|
|
122
|
-
`,
|
|
122
|
+
`,Bs=Yt.css`
|
|
123
123
|
.ft-typography--title-dense {
|
|
124
124
|
font-family: ${$e.fontFamily};
|
|
125
125
|
font-size: ${$e.fontSize};
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
line-height: ${$e.lineHeight};
|
|
129
129
|
text-transform: ${$e.textTransform};
|
|
130
130
|
}
|
|
131
|
-
`,
|
|
131
|
+
`,Hs=Yt.css`
|
|
132
132
|
.ft-typography--subtitle1 {
|
|
133
133
|
font-family: ${wr.fontFamily};
|
|
134
134
|
font-size: ${wr.fontSize};
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
line-height: ${wr.lineHeight};
|
|
138
138
|
text-transform: ${wr.textTransform};
|
|
139
139
|
}
|
|
140
|
-
`,
|
|
140
|
+
`,js=Yt.css`
|
|
141
141
|
.ft-typography--subtitle2 {
|
|
142
142
|
font-family: ${Cr.fontFamily};
|
|
143
143
|
font-size: ${Cr.fontSize};
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
line-height: ${qt.lineHeight};
|
|
157
157
|
text-transform: ${qt.textTransform};
|
|
158
158
|
}
|
|
159
|
-
`,
|
|
159
|
+
`,Vs=Yt.css`
|
|
160
160
|
.ft-typography--body2 {
|
|
161
161
|
font-family: ${_r.fontFamily};
|
|
162
162
|
font-size: ${_r.fontSize};
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
line-height: ${Bt.lineHeight};
|
|
175
175
|
text-transform: ${Bt.textTransform};
|
|
176
176
|
}
|
|
177
|
-
`,
|
|
177
|
+
`,zs=Yt.css`
|
|
178
178
|
.ft-typography--breadcrumb {
|
|
179
179
|
font-family: ${Rr.fontFamily};
|
|
180
180
|
font-size: ${Rr.fontSize};
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
line-height: ${Rr.lineHeight};
|
|
184
184
|
text-transform: ${Rr.textTransform};
|
|
185
185
|
}
|
|
186
|
-
`,
|
|
186
|
+
`,Ws=Yt.css`
|
|
187
187
|
.ft-typography--overline {
|
|
188
188
|
font-family: ${Or.fontFamily};
|
|
189
189
|
font-size: ${Or.fontSize};
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
line-height: ${Or.lineHeight};
|
|
193
193
|
text-transform: ${Or.textTransform};
|
|
194
194
|
}
|
|
195
|
-
`,
|
|
195
|
+
`,Ks=Yt.css`
|
|
196
196
|
.ft-typography--button {
|
|
197
197
|
font-family: ${_t.fontFamily};
|
|
198
198
|
font-size: ${_t.fontSize};
|
|
@@ -201,11 +201,11 @@
|
|
|
201
201
|
line-height: ${_t.lineHeight};
|
|
202
202
|
text-transform: ${_t.textTransform};
|
|
203
203
|
}
|
|
204
|
-
`,
|
|
204
|
+
`,Gs=Yt.css`
|
|
205
205
|
.ft-typography {
|
|
206
206
|
vertical-align: inherit;
|
|
207
207
|
}
|
|
208
|
-
`;var
|
|
208
|
+
`;var qs=f(k()),ti=f(b()),tr={color:ti.FtCssVariableFactory.extend("--ft-loader-color","",ti.designSystemVariables.colorPrimary),size:ti.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Ys=qs.css`
|
|
209
209
|
:host {
|
|
210
210
|
line-height: 0;
|
|
211
211
|
}
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
transform: translate(calc(0.35 * ${tr.size}), 0);
|
|
275
275
|
}
|
|
276
276
|
}
|
|
277
|
-
`;var
|
|
277
|
+
`;var Xs=f(k()),ce=f(b()),Rt={size:ce.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:ce.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",ce.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:ce.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",ce.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:ce.FtCssVariableFactory.extend("--ft-icon-material-font-family","",ce.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:ce.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Zs=[Xs.css`
|
|
278
278
|
:host, i.ft-icon {
|
|
279
279
|
display: inline-flex;
|
|
280
280
|
align-items: center;
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
.ft-icon--material {
|
|
323
323
|
font-family: ${Rt.materialFontFamily}, "Material Icons", sans-serif;
|
|
324
324
|
}
|
|
325
|
-
`,ce.noTextSelect];var
|
|
325
|
+
`,ce.noTextSelect];var Qs=O.FtCssVariableFactory.extend("--ft-button-color","",O.designSystemVariables.colorPrimary),j={backgroundColor:O.FtCssVariableFactory.extend("--ft-button-background-color","",O.designSystemVariables.colorSurface),borderRadius:O.FtCssVariableFactory.extend("--ft-button-border-radius","",O.designSystemVariables.borderRadiusL),color:Qs,fontSize:O.FtCssVariableFactory.extend("--ft-button-font-size","",_t.fontSize),iconSize:O.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:O.FtCssVariableFactory.extend("--ft-button-ripple-color","",Qs),verticalPadding:O.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:O.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:O.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:O.FtCssVariableFactory.external(O.designSystemVariables.colorOpacityDisabled,"Design system")},Js=O.FtCssVariableFactory.extend("--ft-button-primary-color","",O.FtCssVariableFactory.extend("--ft-button-color","",O.designSystemVariables.colorOnPrimary)),oo={backgroundColor:O.FtCssVariableFactory.extend("--ft-button-primary-background-color","",O.FtCssVariableFactory.extend("--ft-button-background-color","",O.designSystemVariables.colorPrimary)),color:Js,rippleColor:O.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Js)},ue={borderRadius:O.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",O.FtCssVariableFactory.extend("--ft-button-border-radius","",O.designSystemVariables.borderRadiusM)),verticalPadding:O.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:O.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:O.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},ea=ta.css`
|
|
326
326
|
:host {
|
|
327
327
|
display: inline-block;
|
|
328
328
|
max-width: 100%;
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
}
|
|
354
354
|
|
|
355
355
|
.ft-button:focus-visible {
|
|
356
|
-
outline: 2px solid ${
|
|
356
|
+
outline: 2px solid ${O.designSystemVariables.colorPrimary};
|
|
357
357
|
outline-offset: 2px;
|
|
358
358
|
}
|
|
359
359
|
|
|
@@ -369,9 +369,9 @@
|
|
|
369
369
|
|
|
370
370
|
--button-internal-line-height: max(calc(${j.fontSize} + 2px), ${j.iconSize});
|
|
371
371
|
--button-internal-color: ${j.color};
|
|
372
|
-
${(0,
|
|
373
|
-
${(0,
|
|
374
|
-
${(0,
|
|
372
|
+
${(0,O.setVariable)(Rt.size,j.iconSize)};
|
|
373
|
+
${(0,O.setVariable)(at.color,j.rippleColor)};
|
|
374
|
+
${(0,O.setVariable)(at.borderRadius,j.borderRadius)};
|
|
375
375
|
|
|
376
376
|
border-radius: ${j.borderRadius};
|
|
377
377
|
padding: ${j.verticalPadding} ${j.horizontalPadding};
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
padding: ${ue.verticalPadding} ${ue.horizontalPadding};
|
|
389
389
|
border-radius: ${ue.borderRadius};
|
|
390
390
|
gap: ${ue.iconPadding};
|
|
391
|
-
${(0,
|
|
391
|
+
${(0,O.setVariable)(at.borderRadius,ue.borderRadius)};
|
|
392
392
|
}
|
|
393
393
|
|
|
394
394
|
.ft-button.ft-button--dense.ft-button--outlined {
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
.ft-button.ft-button--primary {
|
|
416
416
|
background-color: ${oo.backgroundColor};
|
|
417
417
|
--button-internal-color: ${oo.color};
|
|
418
|
-
${(0,
|
|
418
|
+
${(0,O.setVariable)(at.color,oo.rippleColor)};
|
|
419
419
|
}
|
|
420
420
|
|
|
421
421
|
.ft-button--label {
|
|
@@ -425,8 +425,8 @@
|
|
|
425
425
|
text-overflow: ellipsis;
|
|
426
426
|
display: block;
|
|
427
427
|
margin: 0 ${j.iconPadding};
|
|
428
|
-
${(0,
|
|
429
|
-
${(0,
|
|
428
|
+
${(0,O.setVariable)(_t.fontSize,"1em")};
|
|
429
|
+
${(0,O.setVariable)(_t.lineHeight,"var(--button-internal-line-height)")};
|
|
430
430
|
}
|
|
431
431
|
|
|
432
432
|
.ft-button--dense .ft-button--label {
|
|
@@ -457,10 +457,10 @@
|
|
|
457
457
|
}
|
|
458
458
|
|
|
459
459
|
ft-loader {
|
|
460
|
-
${(0,
|
|
461
|
-
${(0,
|
|
460
|
+
${(0,O.setVariable)(tr.size,j.iconSize)};
|
|
461
|
+
${(0,O.setVariable)(tr.color,"var(--button-internal-color)")};
|
|
462
462
|
}
|
|
463
|
-
`;var Z=f(b());var Q={textColor:Z.FtCssVariableFactory.extend("--ft-switch-text-color","",Z.designSystemVariables.colorOnSurfaceHigh),backgroundColor:Z.FtCssVariableFactory.extend("--ft-switch-background-color","",Z.designSystemVariables.colorSurface),selectedTextColor:Z.FtCssVariableFactory.extend("--ft-switch-selected-text-color","",Z.designSystemVariables.colorPrimary),selectedBackgroundColor:Z.FtCssVariableFactory.extend("--ft-switch-selected-background-color","",Z.designSystemVariables.colorPrimary),borderColor:Z.FtCssVariableFactory.extend("--ft-switch-border-color","",Z.designSystemVariables.colorOutline),borderRadius:Z.FtCssVariableFactory.extend("--ft-switch-border-radius","",Z.designSystemVariables.borderRadiusL),fontSize:Z.FtCssVariableFactory.extend("--ft-switch-font-size","",_t.fontSize),iconSize:Z.FtCssVariableFactory.create("--ft-switch-icon-size","","SIZE","24px"),iconColor:Z.FtCssVariableFactory.extend("--ft-switch-text-color","",Z.designSystemVariables.colorOnSurfaceMedium),rippleColor:Z.FtCssVariableFactory.extend("--ft-switch-ripple-color","",Z.designSystemVariables.colorPrimary),outlineColor:Z.FtCssVariableFactory.extend("--ft-switch-outline-color","",Z.designSystemVariables.colorPrimary)};var ve={feedbackInputMinWidth:V.FtCssVariableFactory.create("--ft-reader-feedback-input-min-width","","SIZE","300px"),ratedDateColor:V.FtCssVariableFactory.external(V.designSystemVariables.colorOnSurfaceMedium,"Design system"),sendFeedbackColor:V.FtCssVariableFactory.extend("--ft-reader-feedback-send-feedback-color","",V.designSystemVariables.colorOnPrimary),sendFeedbackBackgroundColor:V.FtCssVariableFactory.extend("--ft-reader-feedback-send-feedback-background-color","",V.designSystemVariables.colorPrimary),filledRatingColor:V.FtCssVariableFactory.extend("--ft-reader-feedback-filled-rating-color","",V.designSystemVariables.colorPrimary),emptyRatingColor:V.FtCssVariableFactory.extend("--ft-reader-feedback-empty-rating-color","",V.designSystemVariables.colorOnSurfaceMedium),mainTitleFontSize:V.FtCssVariableFactory.external(Ne.fontSize,"Typography"),sectionTitleFontSize:V.FtCssVariableFactory.external($e.fontSize,"Typography"),starsBackgroundColor:V.FtCssVariableFactory.create("--ft-reader-feedback-stars-background-color","","COLOR",V.designSystemVariables.colorSurface)},
|
|
463
|
+
`;var Z=f(b());var Q={textColor:Z.FtCssVariableFactory.extend("--ft-switch-text-color","",Z.designSystemVariables.colorOnSurfaceHigh),backgroundColor:Z.FtCssVariableFactory.extend("--ft-switch-background-color","",Z.designSystemVariables.colorSurface),selectedTextColor:Z.FtCssVariableFactory.extend("--ft-switch-selected-text-color","",Z.designSystemVariables.colorPrimary),selectedBackgroundColor:Z.FtCssVariableFactory.extend("--ft-switch-selected-background-color","",Z.designSystemVariables.colorPrimary),borderColor:Z.FtCssVariableFactory.extend("--ft-switch-border-color","",Z.designSystemVariables.colorOutline),borderRadius:Z.FtCssVariableFactory.extend("--ft-switch-border-radius","",Z.designSystemVariables.borderRadiusL),fontSize:Z.FtCssVariableFactory.extend("--ft-switch-font-size","",_t.fontSize),iconSize:Z.FtCssVariableFactory.create("--ft-switch-icon-size","","SIZE","24px"),iconColor:Z.FtCssVariableFactory.extend("--ft-switch-text-color","",Z.designSystemVariables.colorOnSurfaceMedium),rippleColor:Z.FtCssVariableFactory.extend("--ft-switch-ripple-color","",Z.designSystemVariables.colorPrimary),outlineColor:Z.FtCssVariableFactory.extend("--ft-switch-outline-color","",Z.designSystemVariables.colorPrimary)};var ve={feedbackInputMinWidth:V.FtCssVariableFactory.create("--ft-reader-feedback-input-min-width","","SIZE","300px"),ratedDateColor:V.FtCssVariableFactory.external(V.designSystemVariables.colorOnSurfaceMedium,"Design system"),sendFeedbackColor:V.FtCssVariableFactory.extend("--ft-reader-feedback-send-feedback-color","",V.designSystemVariables.colorOnPrimary),sendFeedbackBackgroundColor:V.FtCssVariableFactory.extend("--ft-reader-feedback-send-feedback-background-color","",V.designSystemVariables.colorPrimary),filledRatingColor:V.FtCssVariableFactory.extend("--ft-reader-feedback-filled-rating-color","",V.designSystemVariables.colorPrimary),emptyRatingColor:V.FtCssVariableFactory.extend("--ft-reader-feedback-empty-rating-color","",V.designSystemVariables.colorOnSurfaceMedium),mainTitleFontSize:V.FtCssVariableFactory.external(Ne.fontSize,"Typography"),sectionTitleFontSize:V.FtCssVariableFactory.external($e.fontSize,"Typography"),starsBackgroundColor:V.FtCssVariableFactory.create("--ft-reader-feedback-stars-background-color","","COLOR",V.designSystemVariables.colorSurface)},ia=ra.css`
|
|
464
464
|
.ft-reader-feedback {
|
|
465
465
|
box-sizing: border-box;
|
|
466
466
|
display: flex;
|
|
@@ -516,9 +516,9 @@
|
|
|
516
516
|
[part="buttons-container"] {
|
|
517
517
|
align-self: flex-end;
|
|
518
518
|
}
|
|
519
|
-
`;var
|
|
520
|
-
\f\r]`,
|
|
521
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),Ka=/'/g,Ga=/"/g,Za=/^(?:script|style|textarea|title)$/i,mo=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Qa=mo(1),Ja=mo(2),tl=mo(3),
|
|
519
|
+
`;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 oa;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(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.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"})(aa||(aa={}));var la;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(la||(la={}));var ca;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(ca||(ca={}));var ki;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(ki||(ki={}));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 ga;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(ga||(ga={}));var ct;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(ct||(ct={}));var va;(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"})(va||(va={}));var ya;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(ya||(ya={}));var ba;(function(e){e.ASC="ASC",e.DESC="DESC"})(ba||(ba={}));var xa;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(xa||(xa={}));var Sa;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(Sa||(Sa={}));var Aa;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Aa||(Aa={}));var Ea;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(Ea||(Ea={}));var Ta;(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"})(Ta||(Ta={}));var wa;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(wa||(wa={}));var Ca;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(Ca||(Ca={}));var _a;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(_a||(_a={}));var Ra;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Ra||(Ra={}));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 Xt;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(Xt||(Xt={}));var Oa;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(Oa||(Oa={}));var Ia;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(Ia||(Ia={}));var La;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(La||(La={}));var Pa;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SUMMARY="SUMMARY",e.SEMANTIC_SEARCH="SEMANTIC_SEARCH",e.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",e.DOCUMENTATION="DOCUMENTATION",e.OTHER="OTHER"})(Pa||(Pa={}));var 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 Da;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Da||(Da={}));var Ma;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Ma||(Ma={}));var Na;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Na||(Na={}));var $a;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})($a||($a={}));var Ua;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Ua||(Ua={}));var Fa;(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"})(Fa||(Fa={}));var Ba;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(Ba||(Ba={}));var Td={[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 Ha(e,t){return e===t||(Td[e]??[]).some(r=>Ha(r,t))}function Ce(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(i=>Ha(i,t))}var fo=globalThis,ja=e=>e,Di=fo.trustedTypes,Va=Di?Di.createPolicy("lit-html",{createHTML:e=>e}):void 0,Ya="$lit$",Ue=`lit$${Math.random().toFixed(9).slice(2)}$`,Xa="?"+Ue,wd=`<${Xa}>`,ir=document,Mi=()=>ir.createComment(""),ri=e=>e===null||typeof e!="object"&&typeof e!="function",ho=Array.isArray,Cd=e=>ho(e)||typeof e?.[Symbol.iterator]=="function",so=`[
|
|
520
|
+
\f\r]`,ei=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,za=/-->/g,Wa=/>/g,er=RegExp(`>|${so}(?:([^\\s"'>=/]+)(${so}*=${so}*(?:[^
|
|
521
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),Ka=/'/g,Ga=/"/g,Za=/^(?:script|style|textarea|title)$/i,mo=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Qa=mo(1),Ja=mo(2),tl=mo(3),ii=Symbol.for("lit-noChange"),ut=Symbol.for("lit-nothing"),qa=new WeakMap,rr=ir.createTreeWalker(ir,129);function el(e,t){if(!ho(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Va!==void 0?Va.createHTML(t):t}var _d=(e,t)=>{let r=e.length-1,i=[],n,o=t===2?"<svg>":t===3?"<math>":"",s=ei;for(let a=0;a<r;a++){let l=e[a],c,u,d=-1,p=0;for(;p<l.length&&(s.lastIndex=p,u=s.exec(l),u!==null);)p=s.lastIndex,s===ei?u[1]==="!--"?s=za:u[1]!==void 0?s=Wa:u[2]!==void 0?(Za.test(u[2])&&(n=RegExp("</"+u[2],"g")),s=er):u[3]!==void 0&&(s=er):s===er?u[0]===">"?(s=n??ei,d=-1):u[1]===void 0?d=-2:(d=s.lastIndex-u[2].length,c=u[1],s=u[3]===void 0?er:u[3]==='"'?Ga:Ka):s===Ga||s===Ka?s=er:s===za||s===Wa?s=ei:(s=er,n=void 0);let h=s===er&&e[a+1].startsWith("/>")?" ":"";o+=s===ei?l+wd:d>=0?(i.push(c),l.slice(0,d)+Ya+l.slice(d)+Ue+h):l+Ue+(d===-2?a:h)}return[el(e,o+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),i]},ni=class e{constructor({strings:t,_$litType$:r},i){let n;this.parts=[];let o=0,s=0,a=t.length-1,l=this.parts,[c,u]=_d(t,r);if(this.el=e.createElement(c,i),rr.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(n=rr.nextNode())!==null&&l.length<a;){if(n.nodeType===1){if(n.hasAttributes())for(let d of n.getAttributeNames())if(d.endsWith(Ya)){let p=u[s++],h=n.getAttribute(d).split(Ue),m=/([.?@])?(.*)/.exec(p);l.push({type:1,index:o,name:m[2],strings:h,ctor:m[1]==="."?lo:m[1]==="?"?co:m[1]==="@"?uo:Pr}),n.removeAttribute(d)}else d.startsWith(Ue)&&(l.push({type:6,index:o}),n.removeAttribute(d));if(Za.test(n.tagName)){let d=n.textContent.split(Ue),p=d.length-1;if(p>0){n.textContent=Di?Di.emptyScript:"";for(let h=0;h<p;h++)n.append(d[h],Mi()),rr.nextNode(),l.push({type:2,index:++o});n.append(d[p],Mi())}}}else if(n.nodeType===8)if(n.data===Xa)l.push({type:2,index:o});else{let d=-1;for(;(d=n.data.indexOf(Ue,d+1))!==-1;)l.push({type:7,index:o}),d+=Ue.length-1}o++}}static createElement(t,r){let i=ir.createElement("template");return i.innerHTML=t,i}};function Lr(e,t,r=e,i){if(t===ii)return t;let n=i!==void 0?r._$Co?.[i]:r._$Cl,o=ri(t)?void 0:t._$litDirective$;return n?.constructor!==o&&(n?._$AO?.(!1),o===void 0?n=void 0:(n=new o(e),n._$AT(e,r,i)),i!==void 0?(r._$Co??=[])[i]=n:r._$Cl=n),n!==void 0&&(t=Lr(e,n._$AS(e,t.values),n,i)),t}var ao=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:i}=this._$AD,n=(t?.creationScope??ir).importNode(r,!0);rr.currentNode=n;let o=rr.nextNode(),s=0,a=0,l=i[0];for(;l!==void 0;){if(s===l.index){let c;l.type===2?c=new Ni(o,o.nextSibling,this,t):l.type===1?c=new l.ctor(o,l.name,l.strings,this,t):l.type===6&&(c=new po(o,this,t)),this._$AV.push(c),l=i[++a]}s!==l?.index&&(o=rr.nextNode(),s++)}return rr.currentNode=ir,n}p(t){let r=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(t,i,r),r+=i.strings.length-2):i._$AI(t[r])),r++}},Ni=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,i,n){this.type=2,this._$AH=ut,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=i,this.options=n,this._$Cv=n?.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=Lr(this,t,r),ri(t)?t===ut||t==null||t===""?(this._$AH!==ut&&this._$AR(),this._$AH=ut):t!==this._$AH&&t!==ii&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Cd(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!==ut&&ri(this._$AH)?this._$AA.nextSibling.data=t:this.T(ir.createTextNode(t)),this._$AH=t}$(t){let{values:r,_$litType$:i}=t,n=typeof i=="number"?this._$AC(t):(i.el===void 0&&(i.el=ni.createElement(el(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===n)this._$AH.p(r);else{let o=new ao(n,this),s=o.u(this.options);o.p(r),this.T(s),this._$AH=o}}_$AC(t){let r=qa.get(t.strings);return r===void 0&&qa.set(t.strings,r=new ni(t)),r}k(t){ho(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,i,n=0;for(let o of t)n===r.length?r.push(i=new e(this.O(Mi()),this.O(Mi()),this,this.options)):i=r[n],i._$AI(o),n++;n<r.length&&(this._$AR(i&&i._$AB.nextSibling,n),r.length=n)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t!==this._$AB;){let i=ja(t).nextSibling;ja(t).remove(),t=i}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},Pr=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,i,n,o){this.type=1,this._$AH=ut,this._$AN=void 0,this.element=t,this.name=r,this._$AM=n,this.options=o,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=ut}_$AI(t,r=this,i,n){let o=this.strings,s=!1;if(o===void 0)t=Lr(this,t,r,0),s=!ri(t)||t!==this._$AH&&t!==ii,s&&(this._$AH=t);else{let a=t,l,c;for(t=o[0],l=0;l<o.length-1;l++)c=Lr(this,a[i+l],r,l),c===ii&&(c=this._$AH[l]),s||=!ri(c)||c!==this._$AH[l],c===ut?t=ut:t!==ut&&(t+=(c??"")+o[l+1]),this._$AH[l]=c}s&&!n&&this.j(t)}j(t){t===ut?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},lo=class extends Pr{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===ut?void 0:t}},co=class extends Pr{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==ut)}},uo=class extends Pr{constructor(t,r,i,n,o){super(t,r,i,n,o),this.type=5}_$AI(t,r=this){if((t=Lr(this,t,r,0)??ut)===ii)return;let i=this._$AH,n=t===ut&&i!==ut||t.capture!==i.capture||t.once!==i.once||t.passive!==i.passive,o=t!==ut&&(i===ut||n);n&&this.element.removeEventListener(this.name,this,i),o&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},po=class{constructor(t,r,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){Lr(this,t)}};var Rd=fo.litHtmlPolyfillSupport;Rd?.(ni,Ni),(fo.litHtmlVersions??=[]).push("3.3.3");var il=Symbol.for(""),Od=e=>{if(e?.r===il)return e?._$litStatic$},go=e=>({_$litStatic$:e,r:il});var rl=new Map,vo=e=>(t,...r)=>{let i=r.length,n,o,s=[],a=[],l,c=0,u=!1;for(;c<i;){for(l=t[c];c<i&&(o=r[c],(n=Od(o))!==void 0);)l+=n+t[++c],u=!0;c!==i&&a.push(o),s.push(l),c++}if(c===i&&s.push(t[i]),u){let d=s.join("$$lit$$");(t=rl.get(d))===void 0&&(s.raw=s,rl.set(d,t=s)),r=a}return e(t,...r)},yo=vo(Qa),Mf=vo(Ja),Nf=vo(tl);var bo=f(F()),ol=f(b());var Zt;(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"})(Zt||(Zt={}));var nl=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},tt=class extends ol.FtLitElement{constructor(){super(...arguments),this.variant=Zt.body1}render(){return this.element?yo`
|
|
522
522
|
<${go(this.element)}
|
|
523
523
|
part="text"
|
|
524
524
|
class="ft-typography ft-typography--${this.variant}">
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
</${go(this.element)}>
|
|
527
527
|
`:yo`
|
|
528
528
|
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
529
|
-
`}};tt.styles=[Bs,Hs,js,Vs,
|
|
529
|
+
`}};tt.styles=[Fs,Bs,Hs,js,Ir,Vs,Pi,zs,Ws,Ks,Gs];nl([(0,bo.property)()],tt.prototype,"element",void 0);nl([(0,bo.property)()],tt.prototype,"variant",void 0);var al=f(b());var sl={"ft-typography":tt};(0,al.customElements)(sl);var wn=f(k()),Ae=f(F()),yu=f(_e()),Pe=f(b());var Yr=f(k()),Mt=f(F()),Xr=f(b());var cl=f(k()),bt=f(F()),ul=f(_e()),oi=f(b());var Pt=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},$=class extends oi.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 oi.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 oi.Debouncer(10),this.moveRipple=t=>{var r,i;let{x:n,y:o}=this.getCoordinates(t),s=(i=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&i!==void 0?i:{x:0,y:0,width:0,height:0};this.originX=Math.round(n!=null?n-s.x:s.width/2),this.originY=Math.round(o!=null?o-s.y:s.height/2)},this.startPress=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 cl.html`
|
|
530
530
|
<style>
|
|
531
531
|
.ft-ripple .ft-ripple--effect {
|
|
532
532
|
left: ${this.originX}px;
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
<div class="ft-ripple--background"></div>
|
|
538
538
|
<div class="ft-ripple--effect"></div>
|
|
539
539
|
</div>
|
|
540
|
-
`}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,i;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var t,r;let i=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;i&&this.setupFor((r=this.target)!==null&&r!==void 0?r:i)}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)},i=r("mouseup","contextmenu"),n=r("touchend","touchcancel"),o=a=>{["Enter"," "].includes(a.key)&&r("keyup")(a)},s={passive:!0};t.addEventListener("mouseover",this.startHover,s),t.addEventListener("mousemove",this.moveRipple,s),t.addEventListener("mouseleave",this.endHover,s),t.addEventListener("mousedown",i,s),t.addEventListener("touchstart",n,s),t.addEventListener("touchmove",this.moveRipple,s),t.addEventListener("keydown",o,s),t.addEventListener("focus",this.startFocus,s),t.addEventListener("blur",this.endFocus,s),t.addEventListener("focusin",this.startFocus,s),t.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,s),t.removeEventListener("mousemove",this.moveRipple,s),t.removeEventListener("mouseleave",this.endHover,s),t.removeEventListener("mousedown",i,s),t.removeEventListener("touchstart",n,s),t.removeEventListener("touchmove",this.moveRipple,s),t.removeEventListener("keydown",o,s),t.removeEventListener("focus",this.startFocus,s),t.removeEventListener("blur",this.endFocus,s),t.removeEventListener("focusin",this.startFocus,s),t.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let r=t,i=t,n,o;return r.x!=null?{x:n,y:o}=r:i.touches!=null&&(n=i.touches[0].clientX,o=i.touches[0].clientY),{x:n,y:o}}isFocusVisible(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()}};$.elementDefinitions={};$.styles
|
|
540
|
+
`}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,i;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var t,r;let i=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;i&&this.setupFor((r=this.target)!==null&&r!==void 0?r:i)}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)},i=r("mouseup","contextmenu"),n=r("touchend","touchcancel"),o=a=>{["Enter"," "].includes(a.key)&&r("keyup")(a)},s={passive:!0};t.addEventListener("mouseover",this.startHover,s),t.addEventListener("mousemove",this.moveRipple,s),t.addEventListener("mouseleave",this.endHover,s),t.addEventListener("mousedown",i,s),t.addEventListener("touchstart",n,s),t.addEventListener("touchmove",this.moveRipple,s),t.addEventListener("keydown",o,s),t.addEventListener("focus",this.startFocus,s),t.addEventListener("blur",this.endFocus,s),t.addEventListener("focusin",this.startFocus,s),t.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,s),t.removeEventListener("mousemove",this.moveRipple,s),t.removeEventListener("mouseleave",this.endHover,s),t.removeEventListener("mousedown",i,s),t.removeEventListener("touchstart",n,s),t.removeEventListener("touchmove",this.moveRipple,s),t.removeEventListener("keydown",o,s),t.removeEventListener("focus",this.startFocus,s),t.removeEventListener("blur",this.endFocus,s),t.removeEventListener("focusin",this.startFocus,s),t.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let r=t,i=t,n,o;return r.x!=null?{x:n,y:o}=r:i.touches!=null&&(n=i.touches[0].clientX,o=i.touches[0].clientY),{x:n,y:o}}isFocusVisible(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()}};$.elementDefinitions={};$.styles=$s;Pt([(0,bt.property)({type:Boolean})],$.prototype,"primary",void 0);Pt([(0,bt.property)({type:Boolean})],$.prototype,"secondary",void 0);Pt([(0,bt.property)({type:Boolean})],$.prototype,"unbounded",void 0);Pt([(0,bt.property)({type:Boolean})],$.prototype,"activated",void 0);Pt([(0,bt.property)({type:Boolean})],$.prototype,"selected",void 0);Pt([(0,bt.property)({type:Boolean})],$.prototype,"disabled",void 0);Pt([(0,bt.state)()],$.prototype,"hovered",void 0);Pt([(0,bt.state)()],$.prototype,"focused",void 0);Pt([(0,bt.state)()],$.prototype,"pressed",void 0);Pt([(0,bt.state)()],$.prototype,"rippling",void 0);Pt([(0,bt.state)()],$.prototype,"originX",void 0);Pt([(0,bt.state)()],$.prototype,"originY",void 0);Pt([(0,bt.query)(".ft-ripple")],$.prototype,"ripple",void 0);Pt([(0,bt.query)(".ft-ripple--effect")],$.prototype,"rippleEffect",void 0);var pl=f(b());var dl={"ft-ripple":$};(0,pl.customElements)(dl);var vu=f(_e());var su=f(k()),ie=f(F()),re=f(b());var fl=f(k()),Fe=f(b()),si={distance:Fe.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Fe.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Fe.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:Fe.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",Fe.designSystemVariables.borderRadiusS),maxWidth:Fe.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},hl=fl.css`
|
|
541
541
|
.ft-tooltip--container {
|
|
542
542
|
display: block;
|
|
543
543
|
}
|
|
@@ -555,28 +555,28 @@
|
|
|
555
555
|
box-sizing: border-box;
|
|
556
556
|
overflow: hidden;
|
|
557
557
|
width: max-content;
|
|
558
|
-
max-width: ${
|
|
558
|
+
max-width: ${si.maxWidth};
|
|
559
559
|
text-align: center;
|
|
560
|
-
padding: ${
|
|
560
|
+
padding: ${si.distance};
|
|
561
561
|
}
|
|
562
562
|
|
|
563
563
|
.ft-tooltip--content {
|
|
564
564
|
padding: 4px 8px;
|
|
565
|
-
border-radius: ${
|
|
566
|
-
background-color: ${
|
|
567
|
-
color: ${
|
|
565
|
+
border-radius: ${si.borderRadiusS};
|
|
566
|
+
background-color: ${si.backgroundColor};
|
|
567
|
+
color: ${si.color};
|
|
568
568
|
position: relative;
|
|
569
569
|
word-break: break-word;
|
|
570
570
|
}
|
|
571
|
-
`;var gl=["top","right","bottom","left"],ml=["start","end"],So=gl.reduce((e,t)=>e.concat(t,t+"-"+ml[0],t+"-"+ml[1]),[]),li=Math.min,Be=Math.max,ci=Math.round;var de=e=>({x:e,y:e}),Od={left:"right",right:"left",bottom:"top",top:"bottom"};function Ao(e,t,r){return Be(e,li(t,r))}function $i(e,t){return typeof e=="function"?e(t):e}function kr(e){return e.split("-")[0]}function He(e){return e.split("-")[1]}function Eo(e){return e==="x"?"y":"x"}function To(e){return e==="y"?"height":"width"}function Ui(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function wo(e){return Eo(Ui(e))}function vl(e,t,r){r===void 0&&(r=!1);let i=He(e),n=wo(e),o=To(n),s=n==="x"?i===(r?"end":"start")?"right":"left":i==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=xo(s)),[s,xo(s)]}function yl(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function xo(e){let t=kr(e);return Od[t]+e.slice(t.length)}function Id(e){return{top:0,right:0,bottom:0,left:0,...e}}function bl(e){return typeof e!="number"?Id(e):{top:e,right:e,bottom:e,left:e}}function nr(e){let{x:t,y:r,width:i,height:n}=e;return{width:i,height:n,top:r,left:t,right:t+i,bottom:r+n,x:t,y:r}}function xl(e,t,r){let{reference:i,floating:n}=e,o=Ui(t),s=wo(t),a=To(s),l=kr(t),c=o==="y",u=i.x+i.width/2-n.width/2,d=i.y+i.height/2-n.height/2,p=i[a]/2-n[a]/2,h;switch(l){case"top":h={x:u,y:i.y-n.height};break;case"bottom":h={x:u,y:i.y+i.height};break;case"right":h={x:i.x+i.width,y:d};break;case"left":h={x:i.x-n.width,y:d};break;default:h={x:i.x,y:i.y}}switch(He(t)){case"start":h[s]-=p*(r&&c?-1:1);break;case"end":h[s]+=p*(r&&c?-1:1);break}return h}async function Sl(e,t){var r;t===void 0&&(t={});let{x:i,y:n,platform:o,rects:s,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:h=0}=$i(t,e),m=bl(h),x=a[p?d==="floating"?"reference":"floating":d],A=nr(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(x)))==null||r?x:x.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),E=d==="floating"?{x:i,y:n,width:s.floating.width,height:s.floating.height}:s.reference,R=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),O=await(o.isElement==null?void 0:o.isElement(R))?await(o.getScale==null?void 0:o.getScale(R))||{x:1,y:1}:{x:1,y:1},pt=nr(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:E,offsetParent:R,strategy:l}):E);return{top:(A.top-pt.top+m.top)/O.y,bottom:(pt.bottom-A.bottom+m.bottom)/O.y,left:(A.left-pt.left+m.left)/O.x,right:(pt.right-A.right+m.right)/O.x}}var Ld=50,Al=async(e,t,r)=>{let{placement:i="bottom",strategy:n="absolute",middleware:o=[],platform:s}=r,a=s.detectOverflow?s:{...s,detectOverflow:Sl},l=await(s.isRTL==null?void 0:s.isRTL(t)),c=await s.getElementRects({reference:e,floating:t,strategy:n}),{x:u,y:d}=xl(c,i,l),p=i,h=0,m={};for(let g=0;g<o.length;g++){let x=o[g];if(!x)continue;let{name:A,fn:E}=x,{x:R,y:O,data:pt,reset:st}=await E({x:u,y:d,initialPlacement:i,placement:p,strategy:n,middlewareData:m,rects:c,platform:a,elements:{reference:e,floating:t}});u=R??u,d=O??d,m[A]={...m[A],...pt},st&&h<Ld&&(h++,typeof st=="object"&&(st.placement&&(p=st.placement),st.rects&&(c=st.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:n}):st.rects),{x:u,y:d}=xl(c,p,l)),g=-1)}return{x:u,y:d,placement:p,strategy:n,middlewareData:m}};function Pd(e,t,r){return(e?[...r.filter(n=>He(n)===e),...r.filter(n=>He(n)!==e)]:r.filter(n=>kr(n)===n)).filter(n=>e?He(n)===e||(t?yl(n)!==n:!1):!0)}var El=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,i,n;let{rects:o,middlewareData:s,placement:a,platform:l,elements:c}=t,{crossAxis:u=!1,alignment:d,allowedPlacements:p=So,autoAlignment:h=!0,...m}=$i(e,t),g=d!==void 0||p===So?Pd(d||null,h,p):p,x=await l.detectOverflow(t,m),A=((r=s.autoPlacement)==null?void 0:r.index)||0,E=g[A];if(E==null)return{};let R=vl(E,o,await(l.isRTL==null?void 0:l.isRTL(c.floating)));if(a!==E)return{reset:{placement:g[0]}};let O=[x[kr(E)],x[R[0]],x[R[1]]],pt=[...((i=s.autoPlacement)==null?void 0:i.overflows)||[],{placement:E,overflows:O}],st=g[A+1];if(st)return{data:{index:A+1,overflows:pt},reset:{placement:st}};let ke=pt.map(Ut=>{let Kt=He(Ut.placement);return[Ut.placement,Kt&&u?Ut.overflows.slice(0,2).reduce((Ft,Je)=>Ft+Je,0):Ut.overflows[0],Ut.overflows]}).sort((Ut,Kt)=>Ut[1]-Kt[1]),De=((n=ke.filter(Ut=>Ut[2].slice(0,He(Ut[0])?2:3).every(Kt=>Kt<=0))[0])==null?void 0:n[0])||ke[0][0];return De!==a?{data:{index:A+1,overflows:pt},reset:{placement:De}}:{}}}};var Tl=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:i,placement:n,platform:o}=t,{mainAxis:s=!0,crossAxis:a=!1,limiter:l={fn:A=>{let{x:E,y:R}=A;return{x:E,y:R}}},...c}=$i(e,t),u={x:r,y:i},d=await o.detectOverflow(t,c),p=Ui(kr(n)),h=Eo(p),m=u[h],g=u[p];if(s){let A=h==="y"?"top":"left",E=h==="y"?"bottom":"right",R=m+d[A],O=m-d[E];m=Ao(R,m,O)}if(a){let A=p==="y"?"top":"left",E=p==="y"?"bottom":"right",R=g+d[A],O=g-d[E];g=Ao(R,g,O)}let x=l.fn({...t,[h]:m,[p]:g});return{...x,data:{x:x.x-r,y:x.y-i,enabled:{[h]:s,[p]:a}}}}}};function Bi(){return typeof window<"u"}function sr(e){return Cl(e)?(e.nodeName||"").toLowerCase():"#document"}function kt(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ye(e){var t;return(t=(Cl(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Cl(e){return Bi()?e instanceof Node||e instanceof kt(e).Node:!1}function Qt(e){return Bi()?e instanceof Element||e instanceof kt(e).Element:!1}function be(e){return Bi()?e instanceof HTMLElement||e instanceof kt(e).HTMLElement:!1}function wl(e){return!Bi()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof kt(e).ShadowRoot}function Dr(e){let{overflow:t,overflowX:r,overflowY:i,display:n}=Jt(e);return/auto|scroll|overlay|hidden|clip/.test(t+i+r)&&n!=="inline"&&n!=="contents"}function _l(e){return/^(table|td|th)$/.test(sr(e))}function ui(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var kd=/transform|translate|scale|rotate|perspective|filter/,Dd=/paint|layout|strict|content/,or=e=>!!e&&e!=="none",Co;function Mr(e){let t=Qt(e)?Jt(e):e;return or(t.transform)||or(t.translate)||or(t.scale)||or(t.rotate)||or(t.perspective)||!Hi()&&(or(t.backdropFilter)||or(t.filter))||kd.test(t.willChange||"")||Dd.test(t.contain||"")}function Rl(e){let t=Re(e);for(;be(t)&&!ar(t);){if(Mr(t))return t;if(ui(t))return null;t=Re(t)}return null}function Hi(){return Co==null&&(Co=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Co}function ar(e){return/^(html|body|#document)$/.test(sr(e))}function Jt(e){return kt(e).getComputedStyle(e)}function di(e){return Qt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Re(e){if(sr(e)==="html")return e;let t=e.assignedSlot||e.parentNode||wl(e)&&e.host||ye(e);return wl(t)?t.host:t}function Ol(e){let t=Re(e);return ar(t)?e.ownerDocument?e.ownerDocument.body:e.body:be(t)&&Dr(t)?t:Ol(t)}function Fi(e,t,r){var i;t===void 0&&(t=[]),r===void 0&&(r=!0);let n=Ol(e),o=n===((i=e.ownerDocument)==null?void 0:i.body),s=kt(n);if(o){let a=ji(s);return t.concat(s,s.visualViewport||[],Dr(n)?n:[],a&&r?Fi(a):[])}else return t.concat(n,Fi(n,[],r))}function ji(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function kl(e){let t=Jt(e),r=parseFloat(t.width)||0,i=parseFloat(t.height)||0,n=be(e),o=n?e.offsetWidth:r,s=n?e.offsetHeight:i,a=ci(r)!==o||ci(i)!==s;return a&&(r=o,i=s),{width:r,height:i,$:a}}function Dl(e){return Qt(e)?e:e.contextElement}function Nr(e){let t=Dl(e);if(!be(t))return de(1);let r=t.getBoundingClientRect(),{width:i,height:n,$:o}=kl(t),s=(o?ci(r.width):r.width)/i,a=(o?ci(r.height):r.height)/n;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var Md=de(0);function Ml(e){let t=kt(e);return!Hi()||!t.visualViewport?Md:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Nd(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==kt(e)?!1:t}function pi(e,t,r,i){t===void 0&&(t=!1),r===void 0&&(r=!1);let n=e.getBoundingClientRect(),o=Dl(e),s=de(1);t&&(i?Qt(i)&&(s=Nr(i)):s=Nr(e));let a=Nd(o,r,i)?Ml(o):de(0),l=(n.left+a.x)/s.x,c=(n.top+a.y)/s.y,u=n.width/s.x,d=n.height/s.y;if(o){let p=kt(o),h=i&&Qt(i)?kt(i):i,m=p,g=ji(m);for(;g&&i&&h!==m;){let x=Nr(g),A=g.getBoundingClientRect(),E=Jt(g),R=A.left+(g.clientLeft+parseFloat(E.paddingLeft))*x.x,O=A.top+(g.clientTop+parseFloat(E.paddingTop))*x.y;l*=x.x,c*=x.y,u*=x.x,d*=x.y,l+=R,c+=O,m=kt(g),g=ji(m)}}return nr({width:u,height:d,x:l,y:c})}function Vi(e,t){let r=di(e).scrollLeft;return t?t.left+r:pi(ye(e)).left+r}function Nl(e,t){let r=e.getBoundingClientRect(),i=r.left+t.scrollLeft-Vi(e,r),n=r.top+t.scrollTop;return{x:i,y:n}}function $d(e){let{elements:t,rect:r,offsetParent:i,strategy:n}=e,o=n==="fixed",s=ye(i),a=t?ui(t.floating):!1;if(i===s||a&&o)return r;let l={scrollLeft:0,scrollTop:0},c=de(1),u=de(0),d=be(i);if((d||!d&&!o)&&((sr(i)!=="body"||Dr(s))&&(l=di(i)),d)){let h=pi(i);c=Nr(i),u.x=h.x+i.clientLeft,u.y=h.y+i.clientTop}let p=s&&!d&&!o?Nl(s,l):de(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 Ud(e){return Array.from(e.getClientRects())}function Fd(e){let t=ye(e),r=di(e),i=e.ownerDocument.body,n=Be(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),o=Be(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight),s=-r.scrollLeft+Vi(e),a=-r.scrollTop;return Jt(i).direction==="rtl"&&(s+=Be(t.clientWidth,i.clientWidth)-n),{width:n,height:o,x:s,y:a}}var Il=25;function Bd(e,t){let r=kt(e),i=ye(e),n=r.visualViewport,o=i.clientWidth,s=i.clientHeight,a=0,l=0;if(n){o=n.width,s=n.height;let u=Hi();(!u||u&&t==="fixed")&&(a=n.offsetLeft,l=n.offsetTop)}let c=Vi(i);if(c<=0){let u=i.ownerDocument,d=u.body,p=getComputedStyle(d),h=u.compatMode==="CSS1Compat"&&parseFloat(p.marginLeft)+parseFloat(p.marginRight)||0,m=Math.abs(i.clientWidth-d.clientWidth-h);m<=Il&&(o-=m)}else c<=Il&&(o+=c);return{width:o,height:s,x:a,y:l}}function Hd(e,t){let r=pi(e,!0,t==="fixed"),i=r.top+e.clientTop,n=r.left+e.clientLeft,o=be(e)?Nr(e):de(1),s=e.clientWidth*o.x,a=e.clientHeight*o.y,l=n*o.x,c=i*o.y;return{width:s,height:a,x:l,y:c}}function Ll(e,t,r){let i;if(t==="viewport")i=Bd(e,r);else if(t==="document")i=Fd(ye(e));else if(Qt(t))i=Hd(t,r);else{let n=Ml(e);i={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return nr(i)}function $l(e,t){let r=Re(e);return r===t||!Qt(r)||ar(r)?!1:Jt(r).position==="fixed"||$l(r,t)}function jd(e,t){let r=t.get(e);if(r)return r;let i=Fi(e,[],!1).filter(a=>Qt(a)&&sr(a)!=="body"),n=null,o=Jt(e).position==="fixed",s=o?Re(e):e;for(;Qt(s)&&!ar(s);){let a=Jt(s),l=Mr(s);!l&&a.position==="fixed"&&(n=null),(o?!l&&!n:!l&&a.position==="static"&&!!n&&(n.position==="absolute"||n.position==="fixed")||Dr(s)&&!l&&$l(e,s))?i=i.filter(u=>u!==s):n=a,s=Re(s)}return t.set(e,i),i}function Vd(e){let{element:t,boundary:r,rootBoundary:i,strategy:n}=e,s=[...r==="clippingAncestors"?ui(t)?[]:jd(t,this._c):[].concat(r),i],a=Ll(t,s[0],n),l=a.top,c=a.right,u=a.bottom,d=a.left;for(let p=1;p<s.length;p++){let h=Ll(t,s[p],n);l=Be(h.top,l),c=li(h.right,c),u=li(h.bottom,u),d=Be(h.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function zd(e){let{width:t,height:r}=kl(e);return{width:t,height:r}}function Wd(e,t,r){let i=be(t),n=ye(t),o=r==="fixed",s=pi(e,!0,o,t),a={scrollLeft:0,scrollTop:0},l=de(0);function c(){l.x=Vi(n)}if(i||!i&&!o)if((sr(t)!=="body"||Dr(n))&&(a=di(t)),i){let h=pi(t,!0,o,t);l.x=h.x+t.clientLeft,l.y=h.y+t.clientTop}else n&&c();o&&!i&&n&&c();let u=n&&!i&&!o?Nl(n,a):de(0),d=s.left+a.scrollLeft-l.x-u.x,p=s.top+a.scrollTop-l.y-u.y;return{x:d,y:p,width:s.width,height:s.height}}function _o(e){return Jt(e).position==="static"}function Pl(e,t){if(!be(e)||Jt(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return ye(e)===r&&(r=r.ownerDocument.body),r}function Ul(e,t){let r=kt(e);if(ui(e))return r;if(!be(e)){let n=Re(e);for(;n&&!ar(n);){if(Qt(n)&&!_o(n))return n;n=Re(n)}return r}let i=Pl(e,t);for(;i&&_l(i)&&_o(i);)i=Pl(i,t);return i&&ar(i)&&_o(i)&&!Mr(i)?r:i||Rl(e)||r}var Kd=async function(e){let t=this.getOffsetParent||Ul,r=this.getDimensions,i=await r(e.floating);return{reference:Wd(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}};function Gd(e){return Jt(e).direction==="rtl"}var zi={convertOffsetParentRelativeRectToViewportRelativeRect:$d,getDocumentElement:ye,getClippingRect:Vd,getOffsetParent:Ul,getElementRects:Kd,getClientRects:Ud,getDimensions:zd,getScale:Nr,isElement:Qt,isRTL:Gd};var Fl=El,Bl=Tl;var Hl=(e,t,r)=>{let i=new Map,n={platform:zi,...r},o={...n.platform,_c:i};return Al(e,t,{...n,platform:o})};function jl(e){return qd(e)}function Ro(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function qd(e){for(let t=e;t;t=Ro(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Ro(e);t;t=Ro(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||Mr(r)||t.tagName==="BODY"))return t}return null}async function Vl(e,t,r){let i;return typeof r=="object"?i=r:i={placement:r},Hl(e,t,{strategy:i.strategy,platform:{...zi,getOffsetParent:n=>zi.getOffsetParent(n,jl)},middleware:[Bl({crossAxis:!0}),Fl({allowedPlacements:[i.placement]})]})}var Yr=f(b());var ts=f(F());var zl=f(F(),1);var Oo=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function Wl(e,t){return(0,zl.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return fi(e);try{return JSON.parse(r)}catch{return fi(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:hi,...t??{}})}function Yd(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,i;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(i=r;i--!==0;)if(!Wi(e[i],t[i]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(i of e.entries())if(!t.has(i[0]))return!1;for(i of e.entries())if(!Wi(i[1],t.get(i[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(i of e.entries())if(!t.has(i[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 n=s=>Object.keys(s).filter(a=>s[a]!=null),o=n(e);if(r=o.length,r!==n(t).length)return!1;for(i=r;i--!==0;)if(!Object.prototype.hasOwnProperty.call(t,o[i]))return!1;for(i=r;i--!==0;){let s=o[i];if(!Wi(e[s],t[s]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Wi(e,t){try{return Yd(e,t)}catch{return!1}}function hi(e,t){return!Wi(e,t)}function fi(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function Ki(e,t){let r=i=>i[e]===!0;return i=>{if(r(i))return i;let n=t(i);return n[e]=!0,n}}var Kl=f(F(),1);var Io=e=>{let t=e??{};return(r,i)=>{var n;let o={hasChanged:hi,attribute:!1,...t};(0,Kl.property)(o)(r,i);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(i,{selector:(n=t.selector)!==null&&n!==void 0?n:(a=>a[i]),store:t.store})}};var Gi=class{constructor(){this.queue=[]}add(t,r=!1){r&&this.clear(t.type),this.queue.push(t)}consume(t){let r=this.queue.find(i=>i.type===t);return r&&(this.queue=this.queue.filter(i=>i!==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 lr=f(F(),1);var qi=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,i)=>{this.resolvePromise=r,this.rejectPromise=i})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let i=[...this.callbacks];this.callbacks=[];let n=(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 i)try{await s()}catch(a){n(a);return}o(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var ql=f(k(),1);var Yi=globalThis,Xd=Yi.ShadowRoot&&(Yi.ShadyCSS===void 0||Yi.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var Gl=(e,t)=>{if(Xd)e.adoptedStyleSheets=t.map((r=>r instanceof CSSStyleSheet?r:r.styleSheet));else for(let r of t){let i=document.createElement("style"),n=Yi.litNonce;n!==void 0&&i.setAttribute("nonce",n),i.textContent=r.cssText,e.appendChild(i)}};var Xi=class extends ql.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},i=this.renderOptions.creationScope=this.attachShadow(r);return Gl(i,t.elementStyles),i}static canDefineScopedElement(t){return!!this.registry&&!this.registry.get(t)}static defineScopedElements(t){Object.entries(t).forEach(([r,i])=>this.defineScopedElement(r,i))}static defineScopedElement(t,r){Oo(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 Yl(e,t,...r){var i;let n=e.querySelector(t);for(let o of r)n=(i=n?.shadowRoot)===null||i===void 0?void 0:i.querySelector(o);return n}var Ur=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},Jl,Xl=Symbol("constructorPrototype"),Zl=Symbol("constructorName"),tc=Symbol("exportpartsDebouncer"),Ql=Symbol("dynamicDependenciesLoaded"),$r=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};$r.eventName="exportparts-updated";var xe=class extends Xi{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Jl]=new qi(5),this.scheduleExportpartsUpdate=()=>{var t,r,i;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(i=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&i!==void 0&&i)&&this[tc].run(()=>{var n,o;!((n=this.exportpartsPrefix)===null||n===void 0)&&n.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[Zl]=this.constructor.name,this[Xl]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Zl]&&Object.setPrototypeOf(this,this[Xl])}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(i){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",i)}let r=this.constructor;r[Ql]||(r[Ql]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener($r.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener($r.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 $r)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:i,shadowPath:n}=this.elementToFocus;if(i!=null){let o=[...n??[],i];r=Yl(this.shadowRoot,...o)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,i,n;if(((i=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&i!==void 0?i:[]).forEach(o=>o.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((n=this.customStylesheet)!==null&&n!==void 0?n:"")}catch(o){console.error(o,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let o=document.createElement("style");o.classList.add("ft-lit-element--custom-stylesheet"),o.innerHTML=this.customStylesheet,this.shadowRoot.append(o)}}setExportpartsAttribute(t){var r,i,n,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(i=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&i!==void 0?i:[]){let h=(o=(n=p.getAttribute("part"))===null||n===void 0?void 0:n.split(" "))!==null&&o!==void 0?o:[],m=(a=(s=p.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(x=>x.split(":")[1]))!==null&&a!==void 0?a:[],g=[...h,...m].filter(l).map(x=>x.trim());for(let x of g)u.add(x)}if(u.size===0){this.exportparts=void 0;return}let d=[...u.values()].flatMap(p=>c.map(h=>`${p}:${h}--${p}`));this.exportparts=[...this.part,...d].join(", ")}};Jl=tc;Ur([(0,lr.property)()],xe.prototype,"exportpartsPrefix",void 0);Ur([Wl([])],xe.prototype,"exportpartsPrefixes",void 0);Ur([(0,lr.property)({reflect:!0})],xe.prototype,"exportparts",void 0);Ur([(0,lr.property)()],xe.prototype,"customStylesheet",void 0);Ur([(0,lr.property)()],xe.prototype,"elementToFocus",void 0);Ur([(0,lr.state)()],xe.prototype,"useAdoptedStyleSheets",void 0);function Zi(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var mi=Symbol("internalReduxEventsUnsubscribers"),je=Symbol("internalStoresUnsubscribers"),cr=Symbol("internalStores"),Zd=Ki(Symbol("withRedux"),function(e){var t,r,i;class n extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=new Map,this[i]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(a=>s.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[cr].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[cr].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[cr].get(s)}addStore(s,a){var l;a=(l=a??s.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[cr].set(a,s),this.subscribeToStore(a,s),this.updateFromStores()}removeStore(s){let a=typeof s=="string"?s:s.name;this.unsubscribeFromStore(a),this[cr].delete(a)}setupStores(){this.unsubscribeFromStores(),this[cr].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[je].has(s.store):this[je].size>0)&&(this[a]=s.selector(c.getState(),this))}})}subscribeToStore(s,a){var l;this[je].set(s,a.subscribe(()=>this.updateFromStores())),this[mi].set(s,[]),Zi(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[mi].get(s).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[je].forEach((s,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(s){var a;this[je].has(s)&&this[je].get(s)(),this[je].delete(s),(a=this[mi].get(s))===null||a===void 0||a.forEach(l=>l()),this[mi].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=je,r=cr,i=mi,n.reduxProperties=new Map,n.reduxReactiveProperties=new Set,n.reduxEventListeners=new Map,n}),ec=class extends Zd(xe){};function te(e){for(var t=arguments.length,r=Array(t>1?t-1:0),i=1;i<t;i++)r[i-1]=arguments[i];if(0)var n,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 Oe(e){return!!e&&!!e[G]}function pe(e){var t;return!!e&&((function(r){if(!r||typeof r!="object")return!1;var i=Object.getPrototypeOf(r);if(i===null)return!0;var n=Object.hasOwnProperty.call(i,"constructor")&&i.constructor;return n===Object||typeof n=="function"&&Function.toString.call(n)===op})(e)||Array.isArray(e)||!!e[lc]||!!(!((t=e.constructor)===null||t===void 0)&&t[lc])||Fo(e)||Bo(e))}function ur(e,t,r){r===void 0&&(r=!1),Hr(e)===0?(r?Object.keys:Br)(e).forEach((function(i){r&&typeof i=="symbol"||t(i,e[i],e)})):e.forEach((function(i,n){return t(n,i,e)}))}function Hr(e){var t=e[G];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Fo(e)?2:Bo(e)?3:0}function Fr(e,t){return Hr(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Qd(e,t){return Hr(e)===2?e.get(t):e[t]}function cc(e,t,r){var i=Hr(e);i===2?e.set(t,r):i===3?e.add(r):e[t]=r}function uc(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Fo(e){return ip&&e instanceof Map}function Bo(e){return np&&e instanceof Set}function Ve(e){return e.o||e.t}function Ho(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=fc(e);delete t[G];for(var r=Br(t),i=0;i<r.length;i++){var n=r[i],o=t[n];o.writable===!1&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(t[n]={configurable:!0,writable:!0,enumerable:o.enumerable,value:e[n]})}return Object.create(Object.getPrototypeOf(e),t)}function jo(e,t){return t===void 0&&(t=!1),Vo(e)||Oe(e)||!pe(e)||(Hr(e)>1&&(e.set=e.add=e.clear=e.delete=Jd),Object.freeze(e),t&&ur(e,(function(r,i){return jo(i,!0)}),!0)),e}function Jd(){te(2)}function Vo(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function Se(e){var t=Uo[e];return t||te(18,e),t}function tp(e,t){Uo[e]||(Uo[e]=t)}function Mo(){return vi}function Lo(e,t){t&&(Se("Patches"),e.u=[],e.s=[],e.v=t)}function Qi(e){No(e),e.p.forEach(ep),e.p=null}function No(e){e===vi&&(vi=e.l)}function rc(e){return vi={p:[],l:vi,h:e,m:!0,_:0}}function ep(e){var t=e[G];t.i===0||t.i===1?t.j():t.g=!0}function Po(e,t){t._=t.p.length;var r=t.p[0],i=e!==void 0&&e!==r;return t.h.O||Se("ES5").S(t,e,i),i?(r[G].P&&(Qi(t),te(4)),pe(e)&&(e=Ji(t,e),t.l||tn(t,e)),t.u&&Se("Patches").M(r[G].t,e,t.u,t.s)):e=Ji(t,r,[]),Qi(t),t.u&&t.v(t.u,t.s),e!==pc?e:void 0}function Ji(e,t,r){if(Vo(t))return t;var i=t[G];if(!i)return ur(t,(function(a,l){return ic(e,i,t,a,l,r)}),!0),t;if(i.A!==e)return t;if(!i.P)return tn(e,i.t,!0),i.t;if(!i.I){i.I=!0,i.A._--;var n=i.i===4||i.i===5?i.o=Ho(i.k):i.o,o=n,s=!1;i.i===3&&(o=new Set(n),n.clear(),s=!0),ur(o,(function(a,l){return ic(e,i,n,a,l,r,s)})),tn(e,n,!1),r&&e.u&&Se("Patches").N(i,r,e.u,e.s)}return i.o}function ic(e,t,r,i,n,o,s){if(Oe(n)){var a=Ji(e,n,o&&t&&t.i!==3&&!Fr(t.R,i)?o.concat(i):void 0);if(cc(r,i,a),!Oe(a))return;e.m=!1}else s&&r.add(n);if(pe(n)&&!Vo(n)){if(!e.h.D&&e._<1)return;Ji(e,n),t&&t.A.l||tn(e,n)}}function tn(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&jo(t,r)}function ko(e,t){var r=e[G];return(r?Ve(r):e)[t]}function nc(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var i=Object.getOwnPropertyDescriptor(r,t);if(i)return i;r=Object.getPrototypeOf(r)}}function ze(e){e.P||(e.P=!0,e.l&&ze(e.l))}function Do(e){e.o||(e.o=Ho(e.t))}function $o(e,t,r){var i=Fo(t)?Se("MapSet").F(t,r):Bo(t)?Se("MapSet").T(t,r):e.O?(function(n,o){var s=Array.isArray(n),a={i:s?1:0,A:o?o.A:Mo(),P:!1,I:!1,R:{},l:o,t:n,k:null,o:null,j:null,C:!1},l=a,c=yi;s&&(l=[a],c=gi);var u=Proxy.revocable(l,c),d=u.revoke,p=u.proxy;return a.k=p,a.j=d,p})(t,r):Se("ES5").J(t,r);return(r?r.A:Mo()).p.push(i),i}function rp(e){return Oe(e)||te(22,e),(function t(r){if(!pe(r))return r;var i,n=r[G],o=Hr(r);if(n){if(!n.P&&(n.i<4||!Se("ES5").K(n)))return n.t;n.I=!0,i=oc(r,o),n.I=!1}else i=oc(r,o);return ur(i,(function(s,a){n&&Qd(n.t,s)===a||cc(i,s,t(a))})),o===3?new Set(i):i})(e)}function oc(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return Ho(e)}function dc(){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[G];return yi.get(c,s)},set:function(c){var u=this[G];yi.set(u,s,c)}},l}function t(s){for(var a=s.length-1;a>=0;a--){var l=s[a][G];if(!l.P)switch(l.i){case 5:i(l)&&ze(l);break;case 4:r(l)&&ze(l)}}}function r(s){for(var a=s.t,l=s.k,c=Br(l),u=c.length-1;u>=0;u--){var d=c[u];if(d!==G){var p=a[d];if(p===void 0&&!Fr(a,d))return!0;var h=l[d],m=h&&h[G];if(m?m.t!==p:!uc(h,p))return!0}}var g=!!a[G];return c.length!==Br(a).length+(g?0:1)}function i(s){var a=s.k;if(a.length!==s.t.length)return!0;var l=Object.getOwnPropertyDescriptor(a,a.length-1);if(l&&!l.get)return!0;for(var c=0;c<a.length;c++)if(!a.hasOwnProperty(c))return!0;return!1}function n(s){s.g&&te(3,JSON.stringify(Ve(s)))}var o={};tp("ES5",{J:function(s,a){var l=Array.isArray(s),c=(function(d,p){if(d){for(var h=Array(p.length),m=0;m<p.length;m++)Object.defineProperty(h,""+m,e(m,!0));return h}var g=fc(p);delete g[G];for(var x=Br(g),A=0;A<x.length;A++){var E=x[A];g[E]=e(E,d||!!g[E].enumerable)}return Object.create(Object.getPrototypeOf(p),g)})(l,s),u={i:l?5:4,A:a?a.A:Mo(),P:!1,I:!1,R:{},l:a,t:s,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,G,{value:u,writable:!0}),c},S:function(s,a,l){l?Oe(a)&&a[G].A===s&&t(s.p):(s.u&&(function c(u){if(u&&typeof u=="object"){var d=u[G];if(d){var p=d.t,h=d.k,m=d.R,g=d.i;if(g===4)ur(h,(function(O){O!==G&&(p[O]!==void 0||Fr(p,O)?m[O]||c(h[O]):(m[O]=!0,ze(d)))})),ur(p,(function(O){h[O]!==void 0||Fr(h,O)||(m[O]=!1,ze(d))}));else if(g===5){if(i(d)&&(ze(d),m.length=!0),h.length<p.length)for(var x=h.length;x<p.length;x++)m[x]=!1;else for(var A=p.length;A<h.length;A++)m[A]=!0;for(var E=Math.min(h.length,p.length),R=0;R<E;R++)h.hasOwnProperty(R)||(m[R]=!0),m[R]===void 0&&c(h[R])}}}})(s.p[0]),t(s.p))},K:function(s){return s.i===4?r(s):i(s)}})}var sc,vi,zo=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",ip=typeof Map<"u",np=typeof Set<"u",ac=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",pc=zo?Symbol.for("immer-nothing"):((sc={})["immer-nothing"]=!0,sc),lc=zo?Symbol.for("immer-draftable"):"__$immer_draftable",G=zo?Symbol.for("immer-state"):"__$immer_state";var op=""+Object.prototype.constructor,Br=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,fc=Object.getOwnPropertyDescriptors||function(e){var t={};return Br(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},Uo={},yi={get:function(e,t){if(t===G)return e;var r=Ve(e);if(!Fr(r,t))return(function(n,o,s){var a,l=nc(o,s);return l?"value"in l?l.value:(a=l.get)===null||a===void 0?void 0:a.call(n.k):void 0})(e,r,t);var i=r[t];return e.I||!pe(i)?i:i===ko(e.t,t)?(Do(e),e.o[t]=$o(e.A.h,i,e)):i},has:function(e,t){return t in Ve(e)},ownKeys:function(e){return Reflect.ownKeys(Ve(e))},set:function(e,t,r){var i=nc(Ve(e),t);if(i?.set)return i.set.call(e.k,r),!0;if(!e.P){var n=ko(Ve(e),t),o=n?.[G];if(o&&o.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(uc(r,n)&&(r!==void 0||Fr(e.t,t)))return!0;Do(e),ze(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 ko(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,Do(e),ze(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Ve(e),i=Reflect.getOwnPropertyDescriptor(r,t);return i&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:i.enumerable,value:r[t]}},defineProperty:function(){te(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){te(12)}},gi={};ur(yi,(function(e,t){gi[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),gi.deleteProperty=function(e,t){return gi.set.call(this,e,t,void 0)},gi.set=function(e,t,r){return yi.set.call(this,e[0],t,r,e[0])};var sp=(function(){function e(r){var i=this;this.O=ac,this.D=!0,this.produce=function(n,o,s){if(typeof n=="function"&&typeof o!="function"){var a=o;o=n;var l=i;return function(g){var x=this;g===void 0&&(g=a);for(var A=arguments.length,E=Array(A>1?A-1:0),R=1;R<A;R++)E[R-1]=arguments[R];return l.produce(g,(function(O){var pt;return(pt=o).call.apply(pt,[x,O].concat(E))}))}}var c;if(typeof o!="function"&&te(6),s!==void 0&&typeof s!="function"&&te(7),pe(n)){var u=rc(i),d=$o(i,n,void 0),p=!0;try{c=o(d),p=!1}finally{p?Qi(u):No(u)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(g){return Lo(u,s),Po(g,u)}),(function(g){throw Qi(u),g})):(Lo(u,s),Po(c,u))}if(!n||typeof n!="object"){if((c=o(n))===void 0&&(c=n),c===pc&&(c=void 0),i.D&&jo(c,!0),s){var h=[],m=[];Se("Patches").M(n,c,h,m),s(h,m)}return c}te(21,n)},this.produceWithPatches=function(n,o){if(typeof n=="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 i.produceWithPatches(c,(function(h){return n.apply(void 0,[h].concat(d))}))};var s,a,l=i.produce(n,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){pe(r)||te(8),Oe(r)&&(r=rp(r));var i=rc(this),n=$o(this,r,void 0);return n[G].C=!0,No(i),n},t.finishDraft=function(r,i){var n=r&&r[G],o=n.A;return Lo(o,i),Po(void 0,o)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!ac&&te(20),this.O=r},t.applyPatches=function(r,i){var n;for(n=i.length-1;n>=0;n--){var o=i[n];if(o.path.length===0&&o.op==="replace"){r=o.value;break}}n>-1&&(i=i.slice(n+1));var s=Se("Patches").$;return Oe(r)?s(r,i):this.produce(r,(function(a){return s(a,i)}))},e})(),Ht=new sp,ap=Ht.produce,sm=Ht.produceWithPatches.bind(Ht),am=Ht.setAutoFreeze.bind(Ht),lm=Ht.setUseProxies.bind(Ht),cm=Ht.applyPatches.bind(Ht),um=Ht.createDraft.bind(Ht),dm=Ht.finishDraft.bind(Ht),en=ap;function dr(e){"@babel/helpers - typeof";return dr=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},dr(e)}function hc(e,t){if(dr(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var i=r.call(e,t||"default");if(dr(i)!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function mc(e){var t=hc(e,"string");return dr(t)=="symbol"?t:t+""}function gc(e,t,r){return(t=mc(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function vc(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),r.push.apply(r,i)}return r}function Wo(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?vc(Object(r),!0).forEach(function(i){gc(e,i,r[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):vc(Object(r)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(r,i))})}return e}function At(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 yc=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),Ko=function(){return Math.random().toString(36).substring(7).split("").join(".")},rn={INIT:"@@redux/INIT"+Ko(),REPLACE:"@@redux/REPLACE"+Ko(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Ko()}};function lp(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 Go(e,t,r){var i;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(At(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(At(1));return r(Go)(e,t)}if(typeof e!="function")throw new Error(At(2));var n=e,o=t,s=[],a=s,l=!1;function c(){a===s&&(a=s.slice())}function u(){if(l)throw new Error(At(3));return o}function d(g){if(typeof g!="function")throw new Error(At(4));if(l)throw new Error(At(5));var x=!0;return c(),a.push(g),function(){if(x){if(l)throw new Error(At(6));x=!1,c();var E=a.indexOf(g);a.splice(E,1),s=null}}}function p(g){if(!lp(g))throw new Error(At(7));if(typeof g.type>"u")throw new Error(At(8));if(l)throw new Error(At(9));try{l=!0,o=n(o,g)}finally{l=!1}for(var x=s=a,A=0;A<x.length;A++){var E=x[A];E()}return g}function h(g){if(typeof g!="function")throw new Error(At(10));n=g,p({type:rn.REPLACE})}function m(){var g,x=d;return g={subscribe:function(E){if(typeof E!="object"||E===null)throw new Error(At(11));function R(){E.next&&E.next(u())}R();var O=x(R);return{unsubscribe:O}}},g[yc]=function(){return this},g}return p({type:rn.INIT}),i={dispatch:p,subscribe:d,getState:u,replaceReducer:h},i[yc]=m,i}function cp(e){Object.keys(e).forEach(function(t){var r=e[t],i=r(void 0,{type:rn.INIT});if(typeof i>"u")throw new Error(At(12));if(typeof r(void 0,{type:rn.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(At(13))})}function bc(e){for(var t=Object.keys(e),r={},i=0;i<t.length;i++){var n=t[i];typeof e[n]=="function"&&(r[n]=e[n])}var o=Object.keys(r),s,a;try{cp(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,h={},m=0;m<o.length;m++){var g=o[m],x=r[g],A=c[g],E=x(A,u);if(typeof E>"u"){var R=u&&u.type;throw new Error(At(14))}h[g]=E,p=p||E!==A}return p=p||o.length!==Object.keys(c).length,p?h:c}}function jr(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(i){return i}:t.length===1?t[0]:t.reduce(function(i,n){return function(){return i(n.apply(void 0,arguments))}})}function xc(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(i){return function(){var n=i.apply(void 0,arguments),o=function(){throw new Error(At(15))},s={getState:n.getState,dispatch:function(){return o.apply(void 0,arguments)}},a=t.map(function(l){return l(s)});return o=jr.apply(void 0,a)(n.dispatch),Wo(Wo({},n),{},{dispatch:o})}}}function Sc(e){var t=function(i){var n=i.dispatch,o=i.getState;return function(s){return function(a){return typeof a=="function"?a(n,o,e):s(a)}}};return t}var Ac=Sc();Ac.withExtraArgument=Sc;var qo=Ac;var _c=(function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,n){i.__proto__=n}||function(i,n){for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(i[o]=n[o])},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 i(){this.constructor=t}t.prototype=r===null?Object.create(r):(i.prototype=r.prototype,new i)}})(),up=function(e,t){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},i,n,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(c){return function(u){return l([c,u])}}function l(c){if(i)throw new TypeError("Generator is already executing.");for(;r;)try{if(i=1,n&&(o=c[0]&2?n.return:c[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,c[1])).done)return o;switch(n=0,o&&(c=[c[0]&2,o.value]),c[0]){case 0:case 1:o=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,n=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!o||c[1]>o[0]&&c[1]<o[3])){r.label=c[1];break}if(c[0]===6&&r.label<o[1]){r.label=o[1],o=c;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(c);break}o[2]&&r.ops.pop(),r.trys.pop();continue}c=t.call(e,r)}catch(u){c=[6,u],n=0}finally{i=o=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},Vr=function(e,t){for(var r=0,i=t.length,n=e.length;r<i;r++,n++)e[n]=t[r];return e},dp=Object.defineProperty,pp=Object.defineProperties,fp=Object.getOwnPropertyDescriptors,Ec=Object.getOwnPropertySymbols,hp=Object.prototype.hasOwnProperty,mp=Object.prototype.propertyIsEnumerable,Tc=function(e,t,r){return t in e?dp(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},We=function(e,t){for(var r in t||(t={}))hp.call(t,r)&&Tc(e,r,t[r]);if(Ec)for(var i=0,n=Ec(t);i<n.length;i++){var r=n[i];mp.call(t,r)&&Tc(e,r,t[r])}return e},Yo=function(e,t){return pp(e,fp(t))},gp=function(e,t,r){return new Promise(function(i,n){var o=function(l){try{a(r.next(l))}catch(c){n(c)}},s=function(l){try{a(r.throw(l))}catch(c){n(c)}},a=function(l){return l.done?i(l.value):Promise.resolve(l.value).then(o,s)};a((r=r.apply(e,t)).next())})};var vp=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?jr:jr.apply(null,arguments)},Om=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function yp(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 Ke(e,t){function r(){for(var i=[],n=0;n<arguments.length;n++)i[n]=arguments[n];if(t){var o=t.apply(void 0,i);if(!o)throw new Error("prepareAction did not return an object");return We(We({type:e,payload:o.payload},"meta"in o&&{meta:o.meta}),"error"in o&&{error:o.error})}return{type:e,payload:i[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(i){return i.type===e},r}var bp=(function(e){_c(t,e);function t(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];var n=e.apply(this,r)||this;return Object.setPrototypeOf(n,t.prototype),n}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,Vr([void 0],r[0].concat(this)))):new(t.bind.apply(t,Vr([void 0],r.concat(this))))},t})(Array),xp=(function(e){_c(t,e);function t(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];var n=e.apply(this,r)||this;return Object.setPrototypeOf(n,t.prototype),n}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,Vr([void 0],r[0].concat(this)))):new(t.bind.apply(t,Vr([void 0],r.concat(this))))},t})(Array);function Qo(e){return pe(e)?en(e,function(){}):e}function Sp(e){return typeof e=="boolean"}function Ap(){return function(t){return Ep(t)}}function Ep(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,i=e.immutableCheck,n=i===void 0?!0:i,o=e.serializableCheck,s=o===void 0?!0:o,a=e.actionCreatorCheck,l=a===void 0?!0:a,c=new bp;if(r&&(Sp(r)?c.push(qo):c.push(qo.withExtraArgument(r.extraArgument))),0){if(n)var u;if(s)var d;if(l)var p}return c}var Xo=!0;function Rc(e){var t=Ap(),r=e||{},i=r.reducer,n=i===void 0?void 0:i,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,h;if(typeof n=="function")h=n;else if(yp(n))h=bc(n);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var m=s;if(typeof m=="function"&&(m=m(t),!Xo&&!Array.isArray(m)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Xo&&m.some(function(O){return typeof O!="function"}))throw new Error("each middleware provided to configureStore must be a function");var g=xc.apply(void 0,m),x=jr;l&&(x=vp(We({trace:!Xo},typeof l=="object"&&l)));var A=new xp(g),E=A;Array.isArray(p)?E=Vr([g],p):typeof p=="function"&&(E=p(A));var R=x.apply(void 0,E);return Go(h,u,R)}function Oc(e){var t={},r=[],i,n={addCase:function(o,s){var a=typeof o=="string"?o:o.type;if(!a)throw new Error("`builder.addCase` cannot be called with an empty action type");if(a in t)throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");return t[a]=s,n},addMatcher:function(o,s){return r.push({matcher:o,reducer:s}),n},addDefaultCase:function(o){return i=o,n}};return e(n),[t,r,i]}function Tp(e){return typeof e=="function"}function wp(e,t,r,i){r===void 0&&(r=[]);var n=typeof t=="function"?Oc(t):[t,r,i],o=n[0],s=n[1],a=n[2],l;if(Tp(e))l=function(){return Qo(e())};else{var c=Qo(e);l=function(){return c}}function u(d,p){d===void 0&&(d=l());var h=Vr([o[p.type]],s.filter(function(m){var g=m.matcher;return g(p)}).map(function(m){var g=m.reducer;return g}));return h.filter(function(m){return!!m}).length===0&&(h=[a]),h.reduce(function(m,g){if(g)if(Oe(m)){var x=m,A=g(x,p);return A===void 0?m:A}else{if(pe(m))return en(m,function(E){return g(E,p)});var A=g(m,p);if(A===void 0){if(m===null)return m;throw Error("A case reducer on a non-draftable value must not return undefined")}return A}return m},d)}return u.getInitialState=l,u}function Cp(e,t){return e+"/"+t}function Ic(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:Qo(e.initialState),i=e.reducers||{},n=Object.keys(i),o={},s={},a={};n.forEach(function(u){var d=i[u],p=Cp(t,u),h,m;"reducer"in d?(h=d.reducer,m=d.prepare):h=d,o[u]=h,s[p]=h,a[u]=m?Ke(p,m):Ke(p)});function l(){var u=typeof e.extraReducers=="function"?Oc(e.extraReducers):[e.extraReducers],d=u[0],p=d===void 0?{}:d,h=u[1],m=h===void 0?[]:h,g=u[2],x=g===void 0?void 0:g,A=We(We({},p),s);return wp(r,function(E){for(var R in A)E.addCase(R,A[R]);for(var O=0,pt=m;O<pt.length;O++){var st=pt[O];E.addMatcher(st.matcher,st.reducer)}x&&E.addDefaultCase(x)})}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 _p="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Rp=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=_p[Math.random()*64|0];return t},Op=["name","message","stack","code"],Zo=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),wc=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Ip=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,i=Op;r<i.length;r++){var n=i[r];typeof e[n]=="string"&&(t[n]=e[n])}return t}return{message:String(e)}},km=(function(){function e(t,r,i){var n=Ke(t+"/fulfilled",function(u,d,p,h){return{payload:u,meta:Yo(We({},h||{}),{arg:p,requestId:d,requestStatus:"fulfilled"})}}),o=Ke(t+"/pending",function(u,d,p){return{payload:void 0,meta:Yo(We({},p||{}),{arg:d,requestId:u,requestStatus:"pending"})}}),s=Ke(t+"/rejected",function(u,d,p,h,m){return{payload:h,error:(i&&i.serializeError||Ip)(u||"Rejected"),meta:Yo(We({},m||{}),{arg:p,requestId:d,rejectedWithValue:!!h,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,h){var m=i?.idGenerator?i.idGenerator(u):Rp(),g=new l,x,A=!1;function E(O){x=O,g.abort()}var R=(function(){return gp(this,null,function(){var O,pt,st,ke,ro,De,Ut;return up(this,function(Kt){switch(Kt.label){case 0:return Kt.trys.push([0,4,,5]),ke=(O=i?.condition)==null?void 0:O.call(i,u,{getState:p,extra:h}),Pp(ke)?[4,ke]:[3,2];case 1:ke=Kt.sent(),Kt.label=2;case 2:if(ke===!1||g.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return A=!0,ro=new Promise(function(Ft,Je){return g.signal.addEventListener("abort",function(){return Je({name:"AbortError",message:x||"Aborted"})})}),d(o(m,u,(pt=i?.getPendingMeta)==null?void 0:pt.call(i,{requestId:m,arg:u},{getState:p,extra:h}))),[4,Promise.race([ro,Promise.resolve(r(u,{dispatch:d,getState:p,extra:h,requestId:m,signal:g.signal,abort:E,rejectWithValue:function(Ft,Je){return new Zo(Ft,Je)},fulfillWithValue:function(Ft,Je){return new wc(Ft,Je)}})).then(function(Ft){if(Ft instanceof Zo)throw Ft;return Ft instanceof wc?n(Ft.payload,m,u,Ft.meta):n(Ft,m,u)})])];case 3:return st=Kt.sent(),[3,5];case 4:return De=Kt.sent(),st=De instanceof Zo?s(null,m,u,De.payload,De.meta):s(De,m,u),[3,5];case 5:return Ut=i&&!i.dispatchConditionRejection&&s.match(st)&&st.meta.condition,Ut||d(st),[2,st]}})})})();return Object.assign(R,{abort:E,requestId:m,arg:u,unwrap:function(){return R.then(Lp)}})}}return Object.assign(c,{pending:o,rejected:s,fulfilled:n,typePrefix:t})}return e.withTypes=function(){return e},e})();function Lp(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function Pp(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Lc="listener",Pc="completed",kc="cancelled",Dm="task-"+kc,Mm="task-"+Pc,Nm=Lc+"-"+kc,$m=Lc+"-"+Pc;var Jo="listenerMiddleware";var Um=Ke(Jo+"/add"),Fm=Ke(Jo+"/removeAll"),Bm=Ke(Jo+"/remove");var Cc,Hm=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Cc||(Cc=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},kp=function(e){return function(t){setTimeout(t,e)}},jm=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:kp(10);dc();var Dp=Ki(Symbol("withEventBus"),function(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,i,n){this.eventBus.addEventListener(r,i,n)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,i,n){this.eventBus.removeEventListener(r,i,n)}}}),nn=class extends Dp(Object){};window.ftReduxStores||(window.ftReduxStores={});var Dc=class e extends nn{static get(t){var r;let i=typeof t=="string"?t:t.name,n=typeof t=="string"?void 0:t,o=window.ftReduxStores[i];if(Zi(o))return o;if(n==null)return;let s=Ic({...n,reducers:(r=n.reducers)!==null&&r!==void 0?r:{}}),a=Rc({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=fi(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[n.name]=new e(s,a,n.eventBus)}constructor(t,r,i){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new Gi;let n=o=>o!=null?JSON.parse(JSON.stringify(o)):o;this.actions=new Proxy(this.reduxSlice.actions,{get:(o,s,a)=>{let l=s,c=o[l];return c?(...u)=>{let d=c(...u.map(n));return this.reduxStore.dispatch(d),d}:u=>{this.setState({[l]:n(u)})}}}),this.eventBus=i??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 on=class{static format(t,r,i,n,o){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(i,n,!!o)):this.getIntlDateTime(t,r,i,n,!!o)}static getMomentDateFormat(t,r,i){return i?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,i,n,o){let s=typeof t=="string"?new Date(t):t,a=new Intl.DateTimeFormat(r,{dateStyle:i?"medium":"short"}).format(s),l=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(s);return o?l:n?`${a} ${l}`:a}static getTimezoneAsString(){let t=i=>String(Math.floor(i)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${t(Math.abs(r)/60)}:${t(Math.abs(r)%60)}`}};var sn=f(b()),Mp="ft-app-info",Ie=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Ie.eventName="authentication-change";var bi=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};bi.eventName="ui-locale-changed";var Np={session:(e,t)=>{(0,sn.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>S.dispatchEvent(new Ie(t.payload)),0))}},S=sn.FtReduxStore.get({name:Mp,reducers:Np,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,searchLanguageSetsUiLanguage:!1,uiLanguageSetsSearchLanguage:!1,uiLanguageSetsReaderLanguage:!1,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var Mc=f(b()),an=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},gg=(0,Mc.applyMixinOnce)(Symbol("withDateFormat"),function(e){class t extends e{constructor(...i){super(i),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(S)}dateFormatOptionsChanged(i){return i.has("metadataDescriptors")||i.has("useLongDateFormat")||i.has("useDateTimeFormat")||i.has("uiLocale")}getDateFormatter(i){var n,o;return((o=(n=this.metadataDescriptors.find(a=>a.key===i))===null||n===void 0?void 0:n.date)!==null&&o!==void 0?o:!1)?a=>on.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return an([(0,ts.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),an([(0,ts.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),an([Io({store:S.name,selector:r=>{var i,n;return(n=(i=r.metadataConfiguration)===null||i===void 0?void 0:i.descriptors)!==null&&n!==void 0?n:[]}})],t.prototype,"metadataDescriptors",void 0),an([Io({store:S.name})],t.prototype,"uiLocale",void 0),t});var pn=f(b());var es=f(b());var pr=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:i}=S.getState(),n=t??i;if(r&&n&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,n,!0)}static await(t){return new Promise(r=>{let i=e.get(t);if(i)r(i);else{let n=S.subscribe(()=>{i=e.get(t),i&&(n(),r(i))})}})}};var zr=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:pr.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):pr.await()}};var Et=class extends zr{constructor(t=!0,r){var i;super(r),this.sortObjectFields=(o,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([a],[l])=>a.localeCompare(l)));let n=this.constructor;n.commonCache=(i=n.commonCache)!==null&&i!==void 0?i:new es.CacheRegistry,this.cache=t?n.commonCache:new es.CacheRegistry}clearCache(){this.cache.clearAll()}hash(t){return String(Array.from(JSON.stringify(t,this.sortObjectFields)).reduce((r,i)=>0|31*r+i.charCodeAt(0),0))}};var ln=class extends Et{async listMySearches(){let{session:t}=S.getState();return Ce(t,z.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var cn=class extends Et{async listMyBookmarks(){let t=S.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var un=class extends Et{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=S.getState().session;return!!t?.sessionAuthenticated}};var dn=class extends Et{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=S.getState().session;return!!t?.sessionAuthenticated}};var $p="ft-user-assets",Up={setAssetCount:(e,t)=>{let{userAssetType:r,count:i}=t.payload.assetCount;e.assetCounts.allAsset[r]=i},clearAssetCount:e=>{Object.values(Xt).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:i,asset:n}=t.payload;is(e,r,[...rs(e,r),n]),Nc(e,r,1,i),$c(e,n)},editAsset:(e,t)=>{let{assetType:r,asset:i}=t.payload;is(e,r,rs(e,r).map(n=>n.id===i.id?i:n)),$c(e,i)},removeAsset:(e,t)=>{let{assetType:r,mapId:i,assetId:n}=t.payload;is(e,r,rs(e,r).filter(o=>o.id!==n)),Nc(e,r,-1,i)}},Uc={[Xt.SEARCHES]:"savedSearches",[Xt.BOOKMARKS]:"bookmarks",[Xt.BOOKS]:void 0,[Xt.COLLECTIONS]:void 0},rs=(e,t)=>{var r;let i=Uc[t];return i?(r=e[i])!==null&&r!==void 0?r:[]:[]},is=(e,t,r)=>{let i=Uc[t];i&&(e[i]=r)},Nc=(e,t,r,i)=>{let n=e.assetCounts.allAsset[t];if(n!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,n+r),t===Xt.BOOKMARKS&&i)){let o=e.assetCounts.bookmarkByMap[i];e.assetCounts.bookmarkByMap[i]=Math.max(0,o+r)}},$c=(e,t)=>{let r=e.assetLabels.map(n=>n.title),i=t.labels.filter(n=>!r.includes(n)).map(n=>({title:n}));e.assetLabels.push(...i)},Ot=pn.FtReduxStore.get({name:$p,reducers:Up,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(Xt).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),ns=class{constructor(t=new un,r=new dn){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=S.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new cn,this.savedSearchesService=new ln,S.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=S.getState();(0,pn.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(),Ot.actions.clearAssetCount(),Ot.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Ot.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Ot.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Ot.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();Ot.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&Ot.getState().assetCounts.allAsset[t]!==r.count&&Ot.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&Ot.getState().assetCounts.bookmarkByMap[t]!==r.count&&Ot.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(Ot.getState().assetCounts.bookmarkByMap).length!==0;t===Xt.BOOKMARKS&&r&&Ot.actions.clearBookmarkCountByMap(),Ot.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;Ot.actions.bookmarks(r)}}},os=new ns;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=os);var ss=class{addCommand(t,r=!1){S.commands.add(t,r)}consumeCommand(t){return S.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new ss;var ee=f(b());var Fc,Wr=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},Fp=Symbol("clearAfterUnitTest"),fn=class extends(0,ee.withEventBus)(Et){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Fc]=()=>{this.defaultMessages={},this.cache=new ee.CacheRegistry,this.listeners={}},this.currentUiLocale=S.getState().uiLocale,S.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=S.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 i;if(t=t.toLowerCase(),r&&Object.keys(r).length>0){let n={...(i=this.defaultMessages[t])!==null&&i!==void 0?i:{},...r};(0,ee.deepEqual)(this.defaultMessages[t],n)||(this.defaultMessages[t]=n,await this.notify(t))}return this.fetchContext(t)}resolveContext(t){var r,i;return this.fetchContext(t),(i=(r=this.cache.getNow(t))===null||r===void 0?void 0:r.messages)!==null&&i!==void 0?i:{}}resolveRawMessage(t,r){let i=t.toLowerCase();return this.resolveContext(i)[r]}resolveMessage(t,r,...i){var n;let o=t.toLowerCase(),s=this.resolveContext(o);return new ee.ParametrizedLabelResolver((n=this.defaultMessages[o])!==null&&n!==void 0?n:{},s).resolve(r,...i)}async fetchContext(t){let r=!this.cache.has(t),i;try{i=await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),r&&await this.notify(t)}catch(n){!(n instanceof ee.CanceledPromiseError)&&r&&console.error(n)}return i}subscribe(t,r){var i;return t=t.toLowerCase(),this.listeners[t]=(i=this.listeners[t])!==null&&i!==void 0?i:new Set,this.listeners[t].add(r),()=>{var n;return(n=this.listeners[t])===null||n===void 0?void 0:n.delete(r)}}async notifyAll(){let t=Object.keys(this.listeners);document.body.dispatchEvent(new Wr({loadedContexts:t})),this.dispatchEvent(new Wr({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new Wr({loadedContexts:[t]})),this.dispatchEvent(new Wr({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(i=>(0,ee.delay)(0).then(()=>i()).catch(()=>null)))}};Fc=Fp;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends fn{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends fn{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var Kr=window.FluidTopicsI18nService,hn=window.FluidTopicsCustomI18nService;var Bc=f(b()),as=class{highlightHtml(t,r,i){(0,Bc.highlightHtml)(t,r,i)}};window.FluidTopicsHighlightHtmlService=new as;var Hc=f(b());var ls=class{isDate(t){var r,i,n,o;return(o=(n=((i=(r=S.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&i!==void 0?i:[]).find(a=>a.key===t))===null||n===void 0?void 0:n.date)!==null&&o!==void 0?o:!1}format(t,r){var i,n,o,s;if(t==null)return"";try{return Hc.DateFormatter.format(t,(i=r?.locale)!==null&&i!==void 0?i:S.getState().uiLocale,(n=r?.longFormat)!==null&&n!==void 0?n:!1,(o=r?.withTime)!==null&&o!==void 0?o:!1,(s=r?.onlyTime)!==null&&s!==void 0?s:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new ls;var jc=f(b());var xi=class{static get(t,r){var i,n;let o=S.getState(),{lang:s,region:a}=(n=(i=o.defaultLocales)===null||i===void 0?void 0:i.defaultContentLocale)!==null&&n!==void 0?n:{lang:"en",region:"US"};return new jc.SearchPlaceConverter(o.baseUrl,t??20,o.searchInAllLanguagesAllowed,r??`${s}-${a}`)}};var mn=class extends Et{async sendDocumentStartDisplayEvent(t){return this.sendEvents([this.sortEventArrays(t)],"Failed to send document.start_display event")}async sendTopicStartDisplayEvent(t){return this.sendEvents([this.sortEventArrays(t)],"Failed to send topic.start_display event")}async sendKhubSearchEvent(t){return this.sendEvents([this.sortEventArrays(t)],"Failed to send khub.search event")}async sendDocumentSearchEvent(t){return this.sendEvents([this.sortEventArrays(t)],"Failed to send document.search event")}async sendSearchPageSelectEvent(t){return this.sendEvents([this.sortEventArrays(t)],"Failed to send search_page.select event")}async sendSearchResultOpenContextMenuEvent(t){return this.sendEvents([this.sortEventArrays(t)],"Failed to send search_result.open_context_menu event")}async sendDocumentOnDemandTranslateEvent(t){return this.sendEvents([this.sortEventArrays(t)],"Failed to send document.on_demand_translate event")}async sendTopicAiTranslateEvent(t){return this.sendEvents([this.sortEventArrays(t)],"Failed to send topic.ai_translate event")}convertMapToAnalyticsDocument(t){let r;switch(t.editorialType){case"BOOK":r="STRUCTURED_DOCUMENT";break;case"SHARED_BOOK":r="SHARED_PERSONAL_BOOK";break;case"ARTICLE":r="RESOURCE";break;case"HTML_PACKAGE":r="HTML_PACKAGE";break;default:throw new TypeError("Unknown editorial type for map : "+t.editorialType)}return{id:t.id,title:t.title,type:r,metadata:t.metadata}}sortEventArrays(t){let r=Object.entries(t).map(([i,n])=>Array.isArray(n)?[i,n.map(o=>typeof o=="object"&&o!=null&&!Array.isArray(o)?this.sortEventArrays(o):o).sort((o,s)=>typeof o=="object"&&o!==null&&"key"in o?o.key.localeCompare(s.key):typeof o=="string"&&typeof s=="string"?o.localeCompare(s):String(o).localeCompare(String(s)))]:typeof n=="object"&&n!==null?[i,this.sortEventArrays(n)]:[i,n]);return Object.fromEntries(r)}sendEvents(t,r){let i="anything not undefined";return this.cache.get("analytics-event-"+this.hash(t),async()=>(await this.awaitApi).sendEvents(t).then(()=>i).catch(n=>(console.info(r),console.debug(n),i)),1e3)}};var cs=class{urlToSearchRequest(t){return xi.get().parse(t)}searchRequestToUrl(t){return xi.get().serialize(t)}};window.FluidTopicsUrlService=new cs;var Le=f(b());var fr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};fr.eventName="change";var us=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))}},Vc=new us;var gn=class e extends Le.WithEventBus{static build(){return new e(window.history,Vc,()=>window.location,!1)}constructor(t,r,i,n){var o,s;super(),this.history=t,this.historyStorage=r,this.windowLocation=i,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(n)}setCurrentState(t,r=!1){let i=r&&this.currentIndex===t.index-1;this.currentState={...this.buildCurrentState(),...t},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,i&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,Le.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new fr(this.currentItem())),0)}installProxies(){let t=r=>(i,n,[o,s,a])=>{let l=r(),c={...l===this.currentIndex?this.currentState:void 0,...o,index:l,href:typeof a=="string"?a:(a??this.windowLocation()).href};i.apply(n,[c,s,a]),this.setCurrentState(c,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply: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 i={...this.buildCurrentState(),...t,index:this.currentIndex,title:(r=t?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(i)}addHistoryChangeListener(t){this.addEventListener(fr.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(fr.eventName,t)}currentItem(){return(0,Le.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,Le.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(i=>!!i).filter(i=>i.index<this.currentIndex).reverse();return(0,Le.deepCopy)(r.find(i=>t(i)))}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,Le.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 i=(r=this.states[t])===null||r===void 0?void 0:r.majorStateId;if(!i)return t;let n=t,o=t+1;for(;this.states.length>o&&!this.isDifferentMajorState(o,i);)this.hasState(o)&&(n=o),o++;return n}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 i;if(!this.hasState(t))return!1;let n=r??this.currentState.majorStateId,o=(i=this.states[t])===null||i===void 0?void 0:i.majorStateId;return o==null||o!=n}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=gn.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 Gr=class{constructor(){this.storeListeners=[]}store(t,r){if(this.isAuthenticated())return;let i=JSON.stringify(r);window.localStorage.setItem(t,i),window.dispatchEvent(new StorageEvent("storage",{key:t,newValue:i,storageArea:window.localStorage}))}get(t){var r,i;if(!this.isAuthenticated())return(i=JSON.parse((r=window.localStorage.getItem(t))!==null&&r!==void 0?r:"null"))!==null&&i!==void 0?i:void 0}addStoreListener(t,r){let i=n=>{n.key===t()&&!this.isAuthenticated()&&r()};this.storeListeners.push(i),window.addEventListener("storage",i)}clearStoreListeners(){this.storeListeners.forEach(t=>window.removeEventListener("storage",t)),this.storeListeners.length=0}isAuthenticated(){let t=S.getState().session;return!!t?.sessionAuthenticated}};var zc=f(k());var Wc=zc.css`
|
|
572
|
-
`;var
|
|
571
|
+
`;var gl=["top","right","bottom","left"],ml=["start","end"],So=gl.reduce((e,t)=>e.concat(t,t+"-"+ml[0],t+"-"+ml[1]),[]),ai=Math.min,Be=Math.max,li=Math.round;var de=e=>({x:e,y:e}),Id={left:"right",right:"left",bottom:"top",top:"bottom"};function vl(e,t,r){return Be(e,ai(t,r))}function $i(e,t){return typeof e=="function"?e(t):e}function ci(e){return e.split("-")[0]}function He(e){return e.split("-")[1]}function Ao(e){return e==="x"?"y":"x"}function Eo(e){return e==="y"?"height":"width"}function Ui(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function To(e){return Ao(Ui(e))}function yl(e,t,r){r===void 0&&(r=!1);let i=He(e),n=To(e),o=Eo(n),s=n==="x"?i===(r?"end":"start")?"right":"left":i==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=xo(s)),[s,xo(s)]}function bl(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function xo(e){let t=ci(e);return Id[t]+e.slice(t.length)}function Ld(e){var t,r,i,n;return{top:(t=e.top)!=null?t:0,right:(r=e.right)!=null?r:0,bottom:(i=e.bottom)!=null?i:0,left:(n=e.left)!=null?n:0}}function xl(e){return typeof e!="number"?Ld(e):{top:e,right:e,bottom:e,left:e}}function nr(e){let{x:t,y:r,width:i,height:n}=e;return{width:i,height:n,top:r,left:t,right:t+i,bottom:r+n,x:t,y:r}}function Sl(e,t,r){let{reference:i,floating:n}=e,o=Ui(t),s=To(t),a=Eo(s),l=ci(t),c=o==="y",u=i.x+i.width/2-n.width/2,d=i.y+i.height/2-n.height/2,p=i[a]/2-n[a]/2,h;switch(l){case"top":h={x:u,y:i.y-n.height};break;case"bottom":h={x:u,y:i.y+i.height};break;case"right":h={x:i.x+i.width,y:d};break;case"left":h={x:i.x-n.width,y:d};break;default:h={x:i.x,y:i.y}}let m=He(t);return m&&(h[s]+=p*(m==="end"?1:-1)*(r&&c?-1:1)),h}async function Al(e,t){var r;t===void 0&&(t={});let{x:i,y:n,platform:o,rects:s,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:h=0}=$i(t,e),m=xl(h),x=a[p?d==="floating"?"reference":"floating":d],A=nr(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(x)))==null||r?x:x.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),E=d==="floating"?{x:i,y:n,width:s.floating.width,height:s.floating.height}:s.reference,R=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),I=await(o.isElement==null?void 0:o.isElement(R))&&await(o.getScale==null?void 0:o.getScale(R))||{x:1,y:1},pt=nr(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:E,offsetParent:R,strategy:l}):E);return{top:(A.top-pt.top+m.top)/I.y,bottom:(pt.bottom-A.bottom+m.bottom)/I.y,left:(A.left-pt.left+m.left)/I.x,right:(pt.right-A.right+m.right)/I.x}}var Pd=50,El=async(e,t,r)=>{let{placement:i="bottom",strategy:n="absolute",middleware:o=[],platform:s}=r,a=s.detectOverflow?s:{...s,detectOverflow:Al},l=await(s.isRTL==null?void 0:s.isRTL(t)),c=await s.getElementRects({reference:e,floating:t,strategy:n}),{x:u,y:d}=Sl(c,i,l),p=i,h=0,m={};for(let g=0;g<o.length;g++){let x=o[g];if(!x)continue;let{name:A,fn:E}=x,{x:R,y:I,data:pt,reset:st}=await E({x:u,y:d,initialPlacement:i,placement:p,strategy:n,middlewareData:m,rects:c,platform:a,elements:{reference:e,floating:t}});u=R??u,d=I??d,m[A]={...m[A],...pt},st&&h<Pd&&(h++,typeof st=="object"&&(st.placement&&(p=st.placement),st.rects&&(c=st.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:n}):st.rects),{x:u,y:d}=Sl(c,p,l)),g=-1)}return{x:u,y:d,placement:p,strategy:n,middlewareData:m}};function kd(e,t,r){return(e?[...r.filter(n=>He(n)===e),...r.filter(n=>He(n)!==e)]:r.filter(n=>ci(n)===n)).filter(n=>e?He(n)===e||(t?bl(n)!==n:!1):!0)}var Tl=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,i,n;let{rects:o,middlewareData:s,placement:a,platform:l,elements:c}=t,{crossAxis:u=!1,alignment:d,allowedPlacements:p=So,autoAlignment:h=!0,...m}=$i(e,t),g=d!==void 0||p===So?kd(d||null,h,p):p,x=((r=s.autoPlacement)==null?void 0:r.index)||0,A=g[x];if(A==null)return{};if(a!==A)return{reset:{placement:g[0]}};let E=await l.detectOverflow(t,m),R=yl(A,o,await(l.isRTL==null?void 0:l.isRTL(c.floating))),I=[E[ci(A)],E[R[0]],E[R[1]]],pt=[...((i=s.autoPlacement)==null?void 0:i.overflows)||[],{placement:A,overflows:I}],st=g[x+1];if(st)return{data:{index:x+1,overflows:pt},reset:{placement:st}};let ke=pt.map(Ut=>{let Kt=He(Ut.placement);return[Ut.placement,Kt&&u?Ut.overflows.slice(0,2).reduce((Ft,Je)=>Ft+Je,0):Ut.overflows[0],Ut.overflows]}).sort((Ut,Kt)=>Ut[1]-Kt[1]),De=((n=ke.filter(Ut=>Ut[2].slice(0,He(Ut[0])?2:3).every(Kt=>Kt<=0))[0])==null?void 0:n[0])||ke[0][0];return De!==a?{data:{index:x+1,overflows:pt},reset:{placement:De}}:{}}}};var wl=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:i,placement:n,platform:o}=t,{mainAxis:s=!0,crossAxis:a=!1,limiter:l={fn:E=>{let{x:R,y:I}=E;return{x:R,y:I}}},...c}=$i(e,t),u={x:r,y:i},d=await o.detectOverflow(t,c),p=Ui(n),h=Ao(p),m=u[h],g=u[p],x=(E,R)=>vl(R+d[E==="y"?"top":"left"],R,R-d[E==="y"?"bottom":"right"]);s&&(m=x(h,m)),a&&(g=x(p,g));let A=l.fn({...t,[h]:m,[p]:g});return{...A,data:{x:A.x-r,y:A.y-i,enabled:{[h]:s,[p]:a}}}}}};function Bi(){return typeof window<"u"}function sr(e){return _l(e)?(e.nodeName||"").toLowerCase():"#document"}function kt(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ye(e){var t;return(t=(_l(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function _l(e){return Bi()?e instanceof Node||e instanceof kt(e).Node:!1}function Qt(e){return Bi()?e instanceof Element||e instanceof kt(e).Element:!1}function be(e){return Bi()?e instanceof HTMLElement||e instanceof kt(e).HTMLElement:!1}function Cl(e){return!Bi()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof kt(e).ShadowRoot}function kr(e){let{overflow:t,overflowX:r,overflowY:i,display:n}=Jt(e);return/auto|scroll|overlay|hidden|clip/.test(t+i+r)&&n!=="inline"&&n!=="contents"}function Rl(e){return/^(table|td|th)$/.test(sr(e))}function ui(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var Dd=/transform|translate|scale|rotate|perspective|filter/,Md=/paint|layout|strict|content/,or=e=>!!e&&e!=="none",wo;function Dr(e){let t=Qt(e)?Jt(e):e;return or(t.transform)||or(t.translate)||or(t.scale)||or(t.rotate)||or(t.perspective)||!Hi()&&(or(t.backdropFilter)||or(t.filter))||Dd.test(t.willChange||"")||Md.test(t.contain||"")}function Ol(e){let t=Re(e);for(;be(t)&&!ar(t);){if(Dr(t))return t;if(ui(t))return null;t=Re(t)}return null}function Hi(){return wo==null&&(wo=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),wo}function ar(e){return/^(html|body|#document)$/.test(sr(e))}function Jt(e){return kt(e).getComputedStyle(e)}function di(e){return Qt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Re(e){if(sr(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Cl(e)&&e.host||ye(e);return Cl(t)?t.host:t}function Il(e){let t=Re(e);return ar(t)?(e.ownerDocument||e).body:be(t)&&kr(t)?t:Il(t)}function Fi(e,t,r){var i;t===void 0&&(t=[]),r===void 0&&(r=!0);let n=Il(e),o=n===((i=e.ownerDocument)==null?void 0:i.body),s=kt(n);if(o){let a=ji(s);return t.concat(s,s.visualViewport||[],kr(n)?n:[],a&&r?Fi(a):[])}else return t.concat(n,Fi(n,[],r))}function ji(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Dl(e){let t=Jt(e),r=parseFloat(t.width)||0,i=parseFloat(t.height)||0,n=be(e),o=n?e.offsetWidth:r,s=n?e.offsetHeight:i,a=li(r)!==o||li(i)!==s;return a&&(r=o,i=s),{width:r,height:i,$:a}}function Ml(e){return Qt(e)?e:e.contextElement}function Mr(e){let t=Ml(e);if(!be(t))return de(1);let r=t.getBoundingClientRect(),{width:i,height:n,$:o}=Dl(t),s=(o?li(r.width):r.width)/i,a=(o?li(r.height):r.height)/n;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var Nd=de(0);function Nl(e){let t=kt(e);return!Hi()||!t.visualViewport?Nd:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function $d(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==kt(e)?!1:t}function pi(e,t,r,i){t===void 0&&(t=!1),r===void 0&&(r=!1);let n=e.getBoundingClientRect(),o=Ml(e),s=de(1);t&&(i?Qt(i)&&(s=Mr(i)):s=Mr(e));let a=$d(o,r,i)?Nl(o):de(0),l=(n.left+a.x)/s.x,c=(n.top+a.y)/s.y,u=n.width/s.x,d=n.height/s.y;if(o){let p=kt(o),h=i&&Qt(i)?kt(i):i,m=p,g=ji(m);for(;g&&i&&h!==m;){let x=Mr(g),A=g.getBoundingClientRect(),E=Jt(g),R=A.left+(g.clientLeft+parseFloat(E.paddingLeft))*x.x,I=A.top+(g.clientTop+parseFloat(E.paddingTop))*x.y;l*=x.x,c*=x.y,u*=x.x,d*=x.y,l+=R,c+=I,m=kt(g),g=ji(m)}}return nr({width:u,height:d,x:l,y:c})}function Vi(e,t){let r=di(e).scrollLeft;return t?t.left+r:pi(ye(e)).left+r}function $l(e,t){let r=e.getBoundingClientRect(),i=r.left+t.scrollLeft-Vi(e,r),n=r.top+t.scrollTop;return{x:i,y:n}}function Ud(e){let{elements:t,rect:r,offsetParent:i,strategy:n}=e,o=n==="fixed",s=ye(i),a=t?ui(t.floating):!1;if(i===s||a&&o)return r;let l={scrollLeft:0,scrollTop:0},c=de(1),u=de(0),d=be(i);if((d||!d&&!o)&&((sr(i)!=="body"||kr(s))&&(l=di(i)),d)){let h=pi(i);c=Mr(i),u.x=h.x+i.clientLeft,u.y=h.y+i.clientTop}let p=s&&!d&&!o?$l(s,l):de(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 Fd(e){return Array.from(e.getClientRects())}function Bd(e){let t=ye(e),r=di(e),i=e.ownerDocument.body,n=Be(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),o=Be(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight),s=-r.scrollLeft+Vi(e),a=-r.scrollTop;return Jt(i).direction==="rtl"&&(s+=Be(t.clientWidth,i.clientWidth)-n),{width:n,height:o,x:s,y:a}}var Ll=25;function Hd(e,t){let r=kt(e),i=ye(e),n=r.visualViewport,o=i.clientWidth,s=i.clientHeight,a=0,l=0;if(n){o=n.width,s=n.height;let u=Hi();(!u||u&&t==="fixed")&&(a=n.offsetLeft,l=n.offsetTop)}let c=Vi(i);if(c<=0){let u=i.ownerDocument,d=u.body,p=getComputedStyle(d),h=u.compatMode==="CSS1Compat"&&parseFloat(p.marginLeft)+parseFloat(p.marginRight)||0,m=Math.abs(i.clientWidth-d.clientWidth-h);m<=Ll&&(o-=m)}else c<=Ll&&(o+=c);return{width:o,height:s,x:a,y:l}}function jd(e,t){let r=pi(e,!0,t==="fixed"),i=r.top+e.clientTop,n=r.left+e.clientLeft,o=be(e)?Mr(e):de(1),s=e.clientWidth*o.x,a=e.clientHeight*o.y,l=n*o.x,c=i*o.y;return{width:s,height:a,x:l,y:c}}function Pl(e,t,r){let i;if(t==="viewport")i=Hd(e,r);else if(t==="document")i=Bd(ye(e));else if(Qt(t))i=jd(t,r);else{let n=Nl(e);i={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return nr(i)}function Ul(e,t){let r=Re(e);return r===t||!Qt(r)||ar(r)?!1:Jt(r).position==="fixed"||Ul(r,t)}function Vd(e,t){let r=t.get(e);if(r)return r;let i=Fi(e,[],!1).filter(a=>Qt(a)&&sr(a)!=="body"),n=null,o=Jt(e).position==="fixed",s=o?Re(e):e;for(;Qt(s)&&!ar(s);){let a=Jt(s),l=Dr(s);!l&&a.position==="fixed"&&(n=null),(o?!l&&!n:!l&&a.position==="static"&&!!n&&(n.position==="absolute"||n.position==="fixed")||kr(s)&&!l&&Ul(e,s))?i=i.filter(u=>u!==s):n=a,s=Re(s)}return t.set(e,i),i}function zd(e){let{element:t,boundary:r,rootBoundary:i,strategy:n}=e,s=[...r==="clippingAncestors"?ui(t)?[]:Vd(t,this._c):[].concat(r),i],a=Pl(t,s[0],n),l=a.top,c=a.right,u=a.bottom,d=a.left;for(let p=1;p<s.length;p++){let h=Pl(t,s[p],n);l=Be(h.top,l),c=ai(h.right,c),u=ai(h.bottom,u),d=Be(h.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function Wd(e){let{width:t,height:r}=Dl(e);return{width:t,height:r}}function Kd(e,t,r){let i=be(t),n=ye(t),o=r==="fixed",s=pi(e,!0,o,t),a={scrollLeft:0,scrollTop:0},l=de(0);function c(){l.x=Vi(n)}if(i||!i&&!o)if((sr(t)!=="body"||kr(n))&&(a=di(t)),i){let h=pi(t,!0,o,t);l.x=h.x+t.clientLeft,l.y=h.y+t.clientTop}else n&&c();o&&!i&&n&&c();let u=n&&!i&&!o?$l(n,a):de(0),d=s.left+a.scrollLeft-l.x-u.x,p=s.top+a.scrollTop-l.y-u.y;return{x:d,y:p,width:s.width,height:s.height}}function Co(e){return Jt(e).position==="static"}function kl(e,t){if(!be(e)||Jt(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return ye(e)===r&&(r=r.ownerDocument.body),r}function Fl(e,t){let r=kt(e);if(ui(e))return r;if(!be(e)){let n=Re(e);for(;n&&!ar(n);){if(Qt(n)&&!Co(n))return n;n=Re(n)}return r}let i=kl(e,t);for(;i&&Rl(i)&&Co(i);)i=kl(i,t);return i&&ar(i)&&Co(i)&&!Dr(i)?r:i||Ol(e)||r}var Gd=async function(e){let t=this.getOffsetParent||Fl,r=this.getDimensions,i=await r(e.floating);return{reference:Kd(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}};function qd(e){return Jt(e).direction==="rtl"}var zi={convertOffsetParentRelativeRectToViewportRelativeRect:Ud,getDocumentElement:ye,getClippingRect:zd,getOffsetParent:Fl,getElementRects:Gd,getClientRects:Fd,getDimensions:Wd,getScale:Mr,isElement:Qt,isRTL:qd};var Bl=Tl,Hl=wl;var jl=(e,t,r)=>{let i=new Map,n={platform:zi,...r},o={...n.platform,_c:i};return El(e,t,{...n,platform:o})};function Vl(e){return Yd(e)}function _o(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Yd(e){for(let t=e;t;t=_o(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=_o(e);t;t=_o(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||Dr(r)||t.tagName==="BODY"))return t}return null}async function zl(e,t,r){let i;return typeof r=="object"?i=r:i={placement:r},jl(e,t,{strategy:i.strategy,platform:{...zi,getOffsetParent:n=>zi.getOffsetParent(n,Vl)},middleware:[Hl({crossAxis:!0}),Bl({allowedPlacements:[i.placement]})]})}var qr=f(b());var Jo=f(F());var Wl=f(F(),1);var Ro=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function Kl(e,t){return(0,Wl.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return fi(e);try{return JSON.parse(r)}catch{return fi(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:hi,...t??{}})}function Xd(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,i;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(i=r;i--!==0;)if(!Wi(e[i],t[i]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(i of e.entries())if(!t.has(i[0]))return!1;for(i of e.entries())if(!Wi(i[1],t.get(i[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(i of e.entries())if(!t.has(i[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 n=s=>Object.keys(s).filter(a=>s[a]!=null),o=n(e);if(r=o.length,r!==n(t).length)return!1;for(i=r;i--!==0;)if(!Object.prototype.hasOwnProperty.call(t,o[i]))return!1;for(i=r;i--!==0;){let s=o[i];if(!Wi(e[s],t[s]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Wi(e,t){try{return Xd(e,t)}catch{return!1}}function hi(e,t){return!Wi(e,t)}function fi(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function Ki(e,t){let r=i=>i[e]===!0;return i=>{if(r(i))return i;let n=t(i);return n[e]=!0,n}}var Gl=f(F(),1);var Oo=e=>{let t=e??{};return(r,i)=>{var n;let o={hasChanged:hi,attribute:!1,...t};(0,Gl.property)(o)(r,i);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(i,{selector:(n=t.selector)!==null&&n!==void 0?n:(a=>a[i]),store:t.store})}};var Gi=class{constructor(){this.queue=[]}add(t,r=!1){r&&this.clear(t.type),this.queue.push(t)}consume(t){let r=this.queue.find(i=>i.type===t);return r&&(this.queue=this.queue.filter(i=>i!==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 lr=f(F(),1);var qi=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,i)=>{this.resolvePromise=r,this.rejectPromise=i})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let i=[...this.callbacks];this.callbacks=[];let n=(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 i)try{await s()}catch(a){n(a);return}o(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var Yl=f(k(),1);var Yi=globalThis,Zd=Yi.ShadowRoot&&(Yi.ShadyCSS===void 0||Yi.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var ql=(e,t)=>{if(Zd)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let i=document.createElement("style"),n=Yi.litNonce;n!==void 0&&i.setAttribute("nonce",n),i.textContent=r.cssText,e.appendChild(i)}};var Xi=class extends Yl.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},i=this.renderOptions.creationScope=this.attachShadow(r);return ql(i,t.elementStyles),i}static canDefineScopedElement(t){return!!this.registry&&!this.registry.get(t)}static defineScopedElements(t){Object.entries(t).forEach(([r,i])=>this.defineScopedElement(r,i))}static defineScopedElement(t,r){Ro(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 Xl(e,t,...r){var i;let n=e.querySelector(t);for(let o of r)n=(i=n?.shadowRoot)===null||i===void 0?void 0:i.querySelector(o);return n}var $r=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},tc,Zl=Symbol("constructorPrototype"),Ql=Symbol("constructorName"),ec=Symbol("exportpartsDebouncer"),Jl=Symbol("dynamicDependenciesLoaded"),Nr=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};Nr.eventName="exportparts-updated";var xe=class extends Xi{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[tc]=new qi(5),this.scheduleExportpartsUpdate=()=>{var t,r,i;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(i=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&i!==void 0&&i)&&this[ec].run(()=>{var n,o;!((n=this.exportpartsPrefix)===null||n===void 0)&&n.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[Ql]=this.constructor.name,this[Zl]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Ql]&&Object.setPrototypeOf(this,this[Zl])}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(i){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",i)}let r=this.constructor;r[Jl]||(r[Jl]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(Nr.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(Nr.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 Nr)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:i,shadowPath:n}=this.elementToFocus;if(i!=null){let o=[...n??[],i];r=Xl(this.shadowRoot,...o)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,i,n;if(((i=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&i!==void 0?i:[]).forEach(o=>o.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((n=this.customStylesheet)!==null&&n!==void 0?n:"")}catch(o){console.error(o,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let o=document.createElement("style");o.classList.add("ft-lit-element--custom-stylesheet"),o.innerHTML=this.customStylesheet,this.shadowRoot.append(o)}}setExportpartsAttribute(t){var r,i,n,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(i=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&i!==void 0?i:[]){let h=(o=(n=p.getAttribute("part"))===null||n===void 0?void 0:n.split(" "))!==null&&o!==void 0?o:[],m=(a=(s=p.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(x=>x.split(":")[1]))!==null&&a!==void 0?a:[],g=[...h,...m].filter(l).map(x=>x.trim());for(let x of g)u.add(x)}if(u.size===0){this.exportparts=void 0;return}let d=[...u.values()].flatMap(p=>c.map(h=>`${p}:${h}--${p}`));this.exportparts=[...this.part,...d].join(", ")}};tc=ec;$r([(0,lr.property)()],xe.prototype,"exportpartsPrefix",void 0);$r([Kl([])],xe.prototype,"exportpartsPrefixes",void 0);$r([(0,lr.property)({reflect:!0})],xe.prototype,"exportparts",void 0);$r([(0,lr.property)()],xe.prototype,"customStylesheet",void 0);$r([(0,lr.property)()],xe.prototype,"elementToFocus",void 0);$r([(0,lr.state)()],xe.prototype,"useAdoptedStyleSheets",void 0);function Zi(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var mi=Symbol("internalReduxEventsUnsubscribers"),je=Symbol("internalStoresUnsubscribers"),cr=Symbol("internalStores"),Qd=Ki(Symbol("withRedux"),function(e){var t,r,i;class n extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=new Map,this[i]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(a=>s.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[cr].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[cr].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[cr].get(s)}addStore(s,a){var l;a=(l=a??s.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[cr].set(a,s),this.subscribeToStore(a,s),this.updateFromStores()}removeStore(s){let a=typeof s=="string"?s:s.name;this.unsubscribeFromStore(a),this[cr].delete(a)}setupStores(){this.unsubscribeFromStores(),this[cr].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[je].has(s.store):this[je].size>0)&&(this[a]=s.selector(c.getState(),this))}})}subscribeToStore(s,a){var l;this[je].set(s,a.subscribe(()=>this.updateFromStores())),this[mi].set(s,[]),Zi(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[mi].get(s).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[je].forEach((s,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(s){var a;this[je].has(s)&&this[je].get(s)(),this[je].delete(s),(a=this[mi].get(s))===null||a===void 0||a.forEach(l=>l()),this[mi].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=je,r=cr,i=mi,n.reduxProperties=new Map,n.reduxReactiveProperties=new Set,n.reduxEventListeners=new Map,n}),rc=class extends Qd(xe){};function te(e){for(var t=arguments.length,r=Array(t>1?t-1:0),i=1;i<t;i++)r[i-1]=arguments[i];if(0)var n,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 Oe(e){return!!e&&!!e[G]}function pe(e){var t;return!!e&&((function(r){if(!r||typeof r!="object")return!1;var i=Object.getPrototypeOf(r);if(i===null)return!0;var n=Object.hasOwnProperty.call(i,"constructor")&&i.constructor;return n===Object||typeof n=="function"&&Function.toString.call(n)===sp})(e)||Array.isArray(e)||!!e[cc]||!!(!((t=e.constructor)===null||t===void 0)&&t[cc])||Uo(e)||Fo(e))}function ur(e,t,r){r===void 0&&(r=!1),Br(e)===0?(r?Object.keys:Fr)(e).forEach((function(i){r&&typeof i=="symbol"||t(i,e[i],e)})):e.forEach((function(i,n){return t(n,i,e)}))}function Br(e){var t=e[G];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Uo(e)?2:Fo(e)?3:0}function Ur(e,t){return Br(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Jd(e,t){return Br(e)===2?e.get(t):e[t]}function uc(e,t,r){var i=Br(e);i===2?e.set(t,r):i===3?e.add(r):e[t]=r}function dc(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Uo(e){return np&&e instanceof Map}function Fo(e){return op&&e instanceof Set}function Ve(e){return e.o||e.t}function Bo(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=hc(e);delete t[G];for(var r=Fr(t),i=0;i<r.length;i++){var n=r[i],o=t[n];o.writable===!1&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(t[n]={configurable:!0,writable:!0,enumerable:o.enumerable,value:e[n]})}return Object.create(Object.getPrototypeOf(e),t)}function Ho(e,t){return t===void 0&&(t=!1),jo(e)||Oe(e)||!pe(e)||(Br(e)>1&&(e.set=e.add=e.clear=e.delete=tp),Object.freeze(e),t&&ur(e,(function(r,i){return Ho(i,!0)}),!0)),e}function tp(){te(2)}function jo(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function Se(e){var t=$o[e];return t||te(18,e),t}function ep(e,t){$o[e]||($o[e]=t)}function Do(){return vi}function Io(e,t){t&&(Se("Patches"),e.u=[],e.s=[],e.v=t)}function Qi(e){Mo(e),e.p.forEach(rp),e.p=null}function Mo(e){e===vi&&(vi=e.l)}function ic(e){return vi={p:[],l:vi,h:e,m:!0,_:0}}function rp(e){var t=e[G];t.i===0||t.i===1?t.j():t.g=!0}function Lo(e,t){t._=t.p.length;var r=t.p[0],i=e!==void 0&&e!==r;return t.h.O||Se("ES5").S(t,e,i),i?(r[G].P&&(Qi(t),te(4)),pe(e)&&(e=Ji(t,e),t.l||tn(t,e)),t.u&&Se("Patches").M(r[G].t,e,t.u,t.s)):e=Ji(t,r,[]),Qi(t),t.u&&t.v(t.u,t.s),e!==fc?e:void 0}function Ji(e,t,r){if(jo(t))return t;var i=t[G];if(!i)return ur(t,(function(a,l){return nc(e,i,t,a,l,r)}),!0),t;if(i.A!==e)return t;if(!i.P)return tn(e,i.t,!0),i.t;if(!i.I){i.I=!0,i.A._--;var n=i.i===4||i.i===5?i.o=Bo(i.k):i.o,o=n,s=!1;i.i===3&&(o=new Set(n),n.clear(),s=!0),ur(o,(function(a,l){return nc(e,i,n,a,l,r,s)})),tn(e,n,!1),r&&e.u&&Se("Patches").N(i,r,e.u,e.s)}return i.o}function nc(e,t,r,i,n,o,s){if(Oe(n)){var a=Ji(e,n,o&&t&&t.i!==3&&!Ur(t.R,i)?o.concat(i):void 0);if(uc(r,i,a),!Oe(a))return;e.m=!1}else s&&r.add(n);if(pe(n)&&!jo(n)){if(!e.h.D&&e._<1)return;Ji(e,n),t&&t.A.l||tn(e,n)}}function tn(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&Ho(t,r)}function Po(e,t){var r=e[G];return(r?Ve(r):e)[t]}function oc(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var i=Object.getOwnPropertyDescriptor(r,t);if(i)return i;r=Object.getPrototypeOf(r)}}function ze(e){e.P||(e.P=!0,e.l&&ze(e.l))}function ko(e){e.o||(e.o=Bo(e.t))}function No(e,t,r){var i=Uo(t)?Se("MapSet").F(t,r):Fo(t)?Se("MapSet").T(t,r):e.O?(function(n,o){var s=Array.isArray(n),a={i:s?1:0,A:o?o.A:Do(),P:!1,I:!1,R:{},l:o,t:n,k:null,o:null,j:null,C:!1},l=a,c=yi;s&&(l=[a],c=gi);var u=Proxy.revocable(l,c),d=u.revoke,p=u.proxy;return a.k=p,a.j=d,p})(t,r):Se("ES5").J(t,r);return(r?r.A:Do()).p.push(i),i}function ip(e){return Oe(e)||te(22,e),(function t(r){if(!pe(r))return r;var i,n=r[G],o=Br(r);if(n){if(!n.P&&(n.i<4||!Se("ES5").K(n)))return n.t;n.I=!0,i=sc(r,o),n.I=!1}else i=sc(r,o);return ur(i,(function(s,a){n&&Jd(n.t,s)===a||uc(i,s,t(a))})),o===3?new Set(i):i})(e)}function sc(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return Bo(e)}function pc(){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[G];return yi.get(c,s)},set:function(c){var u=this[G];yi.set(u,s,c)}},l}function t(s){for(var a=s.length-1;a>=0;a--){var l=s[a][G];if(!l.P)switch(l.i){case 5:i(l)&&ze(l);break;case 4:r(l)&&ze(l)}}}function r(s){for(var a=s.t,l=s.k,c=Fr(l),u=c.length-1;u>=0;u--){var d=c[u];if(d!==G){var p=a[d];if(p===void 0&&!Ur(a,d))return!0;var h=l[d],m=h&&h[G];if(m?m.t!==p:!dc(h,p))return!0}}var g=!!a[G];return c.length!==Fr(a).length+(g?0:1)}function i(s){var a=s.k;if(a.length!==s.t.length)return!0;var l=Object.getOwnPropertyDescriptor(a,a.length-1);if(l&&!l.get)return!0;for(var c=0;c<a.length;c++)if(!a.hasOwnProperty(c))return!0;return!1}function n(s){s.g&&te(3,JSON.stringify(Ve(s)))}var o={};ep("ES5",{J:function(s,a){var l=Array.isArray(s),c=(function(d,p){if(d){for(var h=Array(p.length),m=0;m<p.length;m++)Object.defineProperty(h,""+m,e(m,!0));return h}var g=hc(p);delete g[G];for(var x=Fr(g),A=0;A<x.length;A++){var E=x[A];g[E]=e(E,d||!!g[E].enumerable)}return Object.create(Object.getPrototypeOf(p),g)})(l,s),u={i:l?5:4,A:a?a.A:Do(),P:!1,I:!1,R:{},l:a,t:s,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,G,{value:u,writable:!0}),c},S:function(s,a,l){l?Oe(a)&&a[G].A===s&&t(s.p):(s.u&&(function c(u){if(u&&typeof u=="object"){var d=u[G];if(d){var p=d.t,h=d.k,m=d.R,g=d.i;if(g===4)ur(h,(function(I){I!==G&&(p[I]!==void 0||Ur(p,I)?m[I]||c(h[I]):(m[I]=!0,ze(d)))})),ur(p,(function(I){h[I]!==void 0||Ur(h,I)||(m[I]=!1,ze(d))}));else if(g===5){if(i(d)&&(ze(d),m.length=!0),h.length<p.length)for(var x=h.length;x<p.length;x++)m[x]=!1;else for(var A=p.length;A<h.length;A++)m[A]=!0;for(var E=Math.min(h.length,p.length),R=0;R<E;R++)h.hasOwnProperty(R)||(m[R]=!0),m[R]===void 0&&c(h[R])}}}})(s.p[0]),t(s.p))},K:function(s){return s.i===4?r(s):i(s)}})}var ac,vi,Vo=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",np=typeof Map<"u",op=typeof Set<"u",lc=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",fc=Vo?Symbol.for("immer-nothing"):((ac={})["immer-nothing"]=!0,ac),cc=Vo?Symbol.for("immer-draftable"):"__$immer_draftable",G=Vo?Symbol.for("immer-state"):"__$immer_state";var sp=""+Object.prototype.constructor,Fr=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,hc=Object.getOwnPropertyDescriptors||function(e){var t={};return Fr(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},$o={},yi={get:function(e,t){if(t===G)return e;var r=Ve(e);if(!Ur(r,t))return(function(n,o,s){var a,l=oc(o,s);return l?"value"in l?l.value:(a=l.get)===null||a===void 0?void 0:a.call(n.k):void 0})(e,r,t);var i=r[t];return e.I||!pe(i)?i:i===Po(e.t,t)?(ko(e),e.o[t]=No(e.A.h,i,e)):i},has:function(e,t){return t in Ve(e)},ownKeys:function(e){return Reflect.ownKeys(Ve(e))},set:function(e,t,r){var i=oc(Ve(e),t);if(i?.set)return i.set.call(e.k,r),!0;if(!e.P){var n=Po(Ve(e),t),o=n?.[G];if(o&&o.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(dc(r,n)&&(r!==void 0||Ur(e.t,t)))return!0;ko(e),ze(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 Po(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,ko(e),ze(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Ve(e),i=Reflect.getOwnPropertyDescriptor(r,t);return i&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:i.enumerable,value:r[t]}},defineProperty:function(){te(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){te(12)}},gi={};ur(yi,(function(e,t){gi[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),gi.deleteProperty=function(e,t){return gi.set.call(this,e,t,void 0)},gi.set=function(e,t,r){return yi.set.call(this,e[0],t,r,e[0])};var ap=(function(){function e(r){var i=this;this.O=lc,this.D=!0,this.produce=function(n,o,s){if(typeof n=="function"&&typeof o!="function"){var a=o;o=n;var l=i;return function(g){var x=this;g===void 0&&(g=a);for(var A=arguments.length,E=Array(A>1?A-1:0),R=1;R<A;R++)E[R-1]=arguments[R];return l.produce(g,(function(I){var pt;return(pt=o).call.apply(pt,[x,I].concat(E))}))}}var c;if(typeof o!="function"&&te(6),s!==void 0&&typeof s!="function"&&te(7),pe(n)){var u=ic(i),d=No(i,n,void 0),p=!0;try{c=o(d),p=!1}finally{p?Qi(u):Mo(u)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(g){return Io(u,s),Lo(g,u)}),(function(g){throw Qi(u),g})):(Io(u,s),Lo(c,u))}if(!n||typeof n!="object"){if((c=o(n))===void 0&&(c=n),c===fc&&(c=void 0),i.D&&Ho(c,!0),s){var h=[],m=[];Se("Patches").M(n,c,h,m),s(h,m)}return c}te(21,n)},this.produceWithPatches=function(n,o){if(typeof n=="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 i.produceWithPatches(c,(function(h){return n.apply(void 0,[h].concat(d))}))};var s,a,l=i.produce(n,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){pe(r)||te(8),Oe(r)&&(r=ip(r));var i=ic(this),n=No(this,r,void 0);return n[G].C=!0,Mo(i),n},t.finishDraft=function(r,i){var n=r&&r[G],o=n.A;return Io(o,i),Lo(void 0,o)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!lc&&te(20),this.O=r},t.applyPatches=function(r,i){var n;for(n=i.length-1;n>=0;n--){var o=i[n];if(o.path.length===0&&o.op==="replace"){r=o.value;break}}n>-1&&(i=i.slice(n+1));var s=Se("Patches").$;return Oe(r)?s(r,i):this.produce(r,(function(a){return s(a,i)}))},e})(),Ht=new ap,lp=Ht.produce,am=Ht.produceWithPatches.bind(Ht),lm=Ht.setAutoFreeze.bind(Ht),cm=Ht.setUseProxies.bind(Ht),um=Ht.applyPatches.bind(Ht),dm=Ht.createDraft.bind(Ht),pm=Ht.finishDraft.bind(Ht),en=lp;function dr(e){"@babel/helpers - typeof";return dr=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},dr(e)}function mc(e,t){if(dr(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var i=r.call(e,t||"default");if(dr(i)!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function gc(e){var t=mc(e,"string");return dr(t)=="symbol"?t:t+""}function vc(e,t,r){return(t=gc(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function yc(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),r.push.apply(r,i)}return r}function zo(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?yc(Object(r),!0).forEach(function(i){vc(e,i,r[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):yc(Object(r)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(r,i))})}return e}function At(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 bc=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),Wo=function(){return Math.random().toString(36).substring(7).split("").join(".")},rn={INIT:"@@redux/INIT"+Wo(),REPLACE:"@@redux/REPLACE"+Wo(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Wo()}};function cp(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 Ko(e,t,r){var i;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(At(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(At(1));return r(Ko)(e,t)}if(typeof e!="function")throw new Error(At(2));var n=e,o=t,s=[],a=s,l=!1;function c(){a===s&&(a=s.slice())}function u(){if(l)throw new Error(At(3));return o}function d(g){if(typeof g!="function")throw new Error(At(4));if(l)throw new Error(At(5));var x=!0;return c(),a.push(g),function(){if(x){if(l)throw new Error(At(6));x=!1,c();var E=a.indexOf(g);a.splice(E,1),s=null}}}function p(g){if(!cp(g))throw new Error(At(7));if(typeof g.type>"u")throw new Error(At(8));if(l)throw new Error(At(9));try{l=!0,o=n(o,g)}finally{l=!1}for(var x=s=a,A=0;A<x.length;A++){var E=x[A];E()}return g}function h(g){if(typeof g!="function")throw new Error(At(10));n=g,p({type:rn.REPLACE})}function m(){var g,x=d;return g={subscribe:function(E){if(typeof E!="object"||E===null)throw new Error(At(11));function R(){E.next&&E.next(u())}R();var I=x(R);return{unsubscribe:I}}},g[bc]=function(){return this},g}return p({type:rn.INIT}),i={dispatch:p,subscribe:d,getState:u,replaceReducer:h},i[bc]=m,i}function up(e){Object.keys(e).forEach(function(t){var r=e[t],i=r(void 0,{type:rn.INIT});if(typeof i>"u")throw new Error(At(12));if(typeof r(void 0,{type:rn.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(At(13))})}function xc(e){for(var t=Object.keys(e),r={},i=0;i<t.length;i++){var n=t[i];typeof e[n]=="function"&&(r[n]=e[n])}var o=Object.keys(r),s,a;try{up(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,h={},m=0;m<o.length;m++){var g=o[m],x=r[g],A=c[g],E=x(A,u);if(typeof E>"u"){var R=u&&u.type;throw new Error(At(14))}h[g]=E,p=p||E!==A}return p=p||o.length!==Object.keys(c).length,p?h:c}}function Hr(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(i){return i}:t.length===1?t[0]:t.reduce(function(i,n){return function(){return i(n.apply(void 0,arguments))}})}function Sc(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(i){return function(){var n=i.apply(void 0,arguments),o=function(){throw new Error(At(15))},s={getState:n.getState,dispatch:function(){return o.apply(void 0,arguments)}},a=t.map(function(l){return l(s)});return o=Hr.apply(void 0,a)(n.dispatch),zo(zo({},n),{},{dispatch:o})}}}function Ac(e){var t=function(i){var n=i.dispatch,o=i.getState;return function(s){return function(a){return typeof a=="function"?a(n,o,e):s(a)}}};return t}var Ec=Ac();Ec.withExtraArgument=Ac;var Go=Ec;var Rc=(function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,n){i.__proto__=n}||function(i,n){for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(i[o]=n[o])},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 i(){this.constructor=t}t.prototype=r===null?Object.create(r):(i.prototype=r.prototype,new i)}})(),dp=function(e,t){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},i,n,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(c){return function(u){return l([c,u])}}function l(c){if(i)throw new TypeError("Generator is already executing.");for(;r;)try{if(i=1,n&&(o=c[0]&2?n.return:c[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,c[1])).done)return o;switch(n=0,o&&(c=[c[0]&2,o.value]),c[0]){case 0:case 1:o=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,n=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!o||c[1]>o[0]&&c[1]<o[3])){r.label=c[1];break}if(c[0]===6&&r.label<o[1]){r.label=o[1],o=c;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(c);break}o[2]&&r.ops.pop(),r.trys.pop();continue}c=t.call(e,r)}catch(u){c=[6,u],n=0}finally{i=o=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},jr=function(e,t){for(var r=0,i=t.length,n=e.length;r<i;r++,n++)e[n]=t[r];return e},pp=Object.defineProperty,fp=Object.defineProperties,hp=Object.getOwnPropertyDescriptors,Tc=Object.getOwnPropertySymbols,mp=Object.prototype.hasOwnProperty,gp=Object.prototype.propertyIsEnumerable,wc=function(e,t,r){return t in e?pp(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},We=function(e,t){for(var r in t||(t={}))mp.call(t,r)&&wc(e,r,t[r]);if(Tc)for(var i=0,n=Tc(t);i<n.length;i++){var r=n[i];gp.call(t,r)&&wc(e,r,t[r])}return e},qo=function(e,t){return fp(e,hp(t))},vp=function(e,t,r){return new Promise(function(i,n){var o=function(l){try{a(r.next(l))}catch(c){n(c)}},s=function(l){try{a(r.throw(l))}catch(c){n(c)}},a=function(l){return l.done?i(l.value):Promise.resolve(l.value).then(o,s)};a((r=r.apply(e,t)).next())})};var yp=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Hr:Hr.apply(null,arguments)},Im=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function bp(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 Ke(e,t){function r(){for(var i=[],n=0;n<arguments.length;n++)i[n]=arguments[n];if(t){var o=t.apply(void 0,i);if(!o)throw new Error("prepareAction did not return an object");return We(We({type:e,payload:o.payload},"meta"in o&&{meta:o.meta}),"error"in o&&{error:o.error})}return{type:e,payload:i[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(i){return i.type===e},r}var xp=(function(e){Rc(t,e);function t(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];var n=e.apply(this,r)||this;return Object.setPrototypeOf(n,t.prototype),n}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,jr([void 0],r[0].concat(this)))):new(t.bind.apply(t,jr([void 0],r.concat(this))))},t})(Array),Sp=(function(e){Rc(t,e);function t(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];var n=e.apply(this,r)||this;return Object.setPrototypeOf(n,t.prototype),n}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,jr([void 0],r[0].concat(this)))):new(t.bind.apply(t,jr([void 0],r.concat(this))))},t})(Array);function Zo(e){return pe(e)?en(e,function(){}):e}function Ap(e){return typeof e=="boolean"}function Ep(){return function(t){return Tp(t)}}function Tp(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,i=e.immutableCheck,n=i===void 0?!0:i,o=e.serializableCheck,s=o===void 0?!0:o,a=e.actionCreatorCheck,l=a===void 0?!0:a,c=new xp;if(r&&(Ap(r)?c.push(Go):c.push(Go.withExtraArgument(r.extraArgument))),0){if(n)var u;if(s)var d;if(l)var p}return c}var Yo=!0;function Oc(e){var t=Ep(),r=e||{},i=r.reducer,n=i===void 0?void 0:i,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,h;if(typeof n=="function")h=n;else if(bp(n))h=xc(n);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var m=s;if(typeof m=="function"&&(m=m(t),!Yo&&!Array.isArray(m)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Yo&&m.some(function(I){return typeof I!="function"}))throw new Error("each middleware provided to configureStore must be a function");var g=Sc.apply(void 0,m),x=Hr;l&&(x=yp(We({trace:!Yo},typeof l=="object"&&l)));var A=new Sp(g),E=A;Array.isArray(p)?E=jr([g],p):typeof p=="function"&&(E=p(A));var R=x.apply(void 0,E);return Ko(h,u,R)}function Ic(e){var t={},r=[],i,n={addCase:function(o,s){var a=typeof o=="string"?o:o.type;if(!a)throw new Error("`builder.addCase` cannot be called with an empty action type");if(a in t)throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");return t[a]=s,n},addMatcher:function(o,s){return r.push({matcher:o,reducer:s}),n},addDefaultCase:function(o){return i=o,n}};return e(n),[t,r,i]}function wp(e){return typeof e=="function"}function Cp(e,t,r,i){r===void 0&&(r=[]);var n=typeof t=="function"?Ic(t):[t,r,i],o=n[0],s=n[1],a=n[2],l;if(wp(e))l=function(){return Zo(e())};else{var c=Zo(e);l=function(){return c}}function u(d,p){d===void 0&&(d=l());var h=jr([o[p.type]],s.filter(function(m){var g=m.matcher;return g(p)}).map(function(m){var g=m.reducer;return g}));return h.filter(function(m){return!!m}).length===0&&(h=[a]),h.reduce(function(m,g){if(g)if(Oe(m)){var x=m,A=g(x,p);return A===void 0?m:A}else{if(pe(m))return en(m,function(E){return g(E,p)});var A=g(m,p);if(A===void 0){if(m===null)return m;throw Error("A case reducer on a non-draftable value must not return undefined")}return A}return m},d)}return u.getInitialState=l,u}function _p(e,t){return e+"/"+t}function Lc(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:Zo(e.initialState),i=e.reducers||{},n=Object.keys(i),o={},s={},a={};n.forEach(function(u){var d=i[u],p=_p(t,u),h,m;"reducer"in d?(h=d.reducer,m=d.prepare):h=d,o[u]=h,s[p]=h,a[u]=m?Ke(p,m):Ke(p)});function l(){var u=typeof e.extraReducers=="function"?Ic(e.extraReducers):[e.extraReducers],d=u[0],p=d===void 0?{}:d,h=u[1],m=h===void 0?[]:h,g=u[2],x=g===void 0?void 0:g,A=We(We({},p),s);return Cp(r,function(E){for(var R in A)E.addCase(R,A[R]);for(var I=0,pt=m;I<pt.length;I++){var st=pt[I];E.addMatcher(st.matcher,st.reducer)}x&&E.addDefaultCase(x)})}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 Rp="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Op=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=Rp[Math.random()*64|0];return t},Ip=["name","message","stack","code"],Xo=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Cc=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Lp=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,i=Ip;r<i.length;r++){var n=i[r];typeof e[n]=="string"&&(t[n]=e[n])}return t}return{message:String(e)}},Dm=(function(){function e(t,r,i){var n=Ke(t+"/fulfilled",function(u,d,p,h){return{payload:u,meta:qo(We({},h||{}),{arg:p,requestId:d,requestStatus:"fulfilled"})}}),o=Ke(t+"/pending",function(u,d,p){return{payload:void 0,meta:qo(We({},p||{}),{arg:d,requestId:u,requestStatus:"pending"})}}),s=Ke(t+"/rejected",function(u,d,p,h,m){return{payload:h,error:(i&&i.serializeError||Lp)(u||"Rejected"),meta:qo(We({},m||{}),{arg:p,requestId:d,rejectedWithValue:!!h,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,h){var m=i?.idGenerator?i.idGenerator(u):Op(),g=new l,x,A=!1;function E(I){x=I,g.abort()}var R=(function(){return vp(this,null,function(){var I,pt,st,ke,ro,De,Ut;return dp(this,function(Kt){switch(Kt.label){case 0:return Kt.trys.push([0,4,,5]),ke=(I=i?.condition)==null?void 0:I.call(i,u,{getState:p,extra:h}),kp(ke)?[4,ke]:[3,2];case 1:ke=Kt.sent(),Kt.label=2;case 2:if(ke===!1||g.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return A=!0,ro=new Promise(function(Ft,Je){return g.signal.addEventListener("abort",function(){return Je({name:"AbortError",message:x||"Aborted"})})}),d(o(m,u,(pt=i?.getPendingMeta)==null?void 0:pt.call(i,{requestId:m,arg:u},{getState:p,extra:h}))),[4,Promise.race([ro,Promise.resolve(r(u,{dispatch:d,getState:p,extra:h,requestId:m,signal:g.signal,abort:E,rejectWithValue:function(Ft,Je){return new Xo(Ft,Je)},fulfillWithValue:function(Ft,Je){return new Cc(Ft,Je)}})).then(function(Ft){if(Ft instanceof Xo)throw Ft;return Ft instanceof Cc?n(Ft.payload,m,u,Ft.meta):n(Ft,m,u)})])];case 3:return st=Kt.sent(),[3,5];case 4:return De=Kt.sent(),st=De instanceof Xo?s(null,m,u,De.payload,De.meta):s(De,m,u),[3,5];case 5:return Ut=i&&!i.dispatchConditionRejection&&s.match(st)&&st.meta.condition,Ut||d(st),[2,st]}})})})();return Object.assign(R,{abort:E,requestId:m,arg:u,unwrap:function(){return R.then(Pp)}})}}return Object.assign(c,{pending:o,rejected:s,fulfilled:n,typePrefix:t})}return e.withTypes=function(){return e},e})();function Pp(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function kp(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Pc="listener",kc="completed",Dc="cancelled",Mm="task-"+Dc,Nm="task-"+kc,$m=Pc+"-"+Dc,Um=Pc+"-"+kc;var Qo="listenerMiddleware";var Fm=Ke(Qo+"/add"),Bm=Ke(Qo+"/removeAll"),Hm=Ke(Qo+"/remove");var _c,jm=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(_c||(_c=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},Dp=function(e){return function(t){setTimeout(t,e)}},Vm=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Dp(10);pc();var Mp=Ki(Symbol("withEventBus"),function(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,i,n){this.eventBus.addEventListener(r,i,n)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,i,n){this.eventBus.removeEventListener(r,i,n)}}}),nn=class extends Mp(Object){};window.ftReduxStores||(window.ftReduxStores={});var Mc=class e extends nn{static get(t){var r;let i=typeof t=="string"?t:t.name,n=typeof t=="string"?void 0:t,o=window.ftReduxStores[i];if(Zi(o))return o;if(n==null)return;let s=Lc({...n,reducers:(r=n.reducers)!==null&&r!==void 0?r:{}}),a=Oc({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=fi(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[n.name]=new e(s,a,n.eventBus)}constructor(t,r,i){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new Gi;let n=o=>o!=null?JSON.parse(JSON.stringify(o)):o;this.actions=new Proxy(this.reduxSlice.actions,{get:(o,s,a)=>{let l=s,c=o[l];return c?(...u)=>{let d=c(...u.map(n));return this.reduxStore.dispatch(d),d}:u=>{this.setState({[l]:n(u)})}}}),this.eventBus=i??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 on=class{static format(t,r,i,n,o){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(i,n,!!o)):this.getIntlDateTime(t,r,i,n,!!o)}static getMomentDateFormat(t,r,i){return i?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,i,n,o){let s=typeof t=="string"?new Date(t):t,a=new Intl.DateTimeFormat(r,{dateStyle:i?"medium":"short"}).format(s),l=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(s);return o?l:n?`${a} ${l}`:a}static getTimezoneAsString(){let t=i=>String(Math.floor(i)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${t(Math.abs(r)/60)}:${t(Math.abs(r)%60)}`}};var sn=f(b()),Np="ft-app-info",Ie=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Ie.eventName="authentication-change";var bi=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};bi.eventName="ui-locale-changed";var $p={session:(e,t)=>{(0,sn.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>S.dispatchEvent(new Ie(t.payload)),0))}},S=sn.FtReduxStore.get({name:Np,reducers:$p,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,searchLanguageSetsUiLanguage:!1,uiLanguageSetsSearchLanguage:!1,uiLanguageSetsReaderLanguage:!1,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var Nc=f(b()),an=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},vg=(0,Nc.applyMixinOnce)(Symbol("withDateFormat"),function(e){class t extends e{constructor(...i){super(i),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(S)}dateFormatOptionsChanged(i){return i.has("metadataDescriptors")||i.has("useLongDateFormat")||i.has("useDateTimeFormat")||i.has("uiLocale")}getDateFormatter(i){var n,o;return((o=(n=this.metadataDescriptors.find(a=>a.key===i))===null||n===void 0?void 0:n.date)!==null&&o!==void 0?o:!1)?a=>on.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return an([(0,Jo.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),an([(0,Jo.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),an([Oo({store:S.name,selector:r=>{var i,n;return(n=(i=r.metadataConfiguration)===null||i===void 0?void 0:i.descriptors)!==null&&n!==void 0?n:[]}})],t.prototype,"metadataDescriptors",void 0),an([Oo({store:S.name})],t.prototype,"uiLocale",void 0),t});var pn=f(b());var ts=f(b());var pr=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:i}=S.getState(),n=t??i;if(r&&n&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,n,!0)}static await(t){return new Promise(r=>{let i=e.get(t);if(i)r(i);else{let n=S.subscribe(()=>{i=e.get(t),i&&(n(),r(i))})}})}};var Vr=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:pr.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):pr.await()}};var Et=class extends Vr{constructor(t=!0,r){var i;super(r),this.sortObjectFields=(o,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([a],[l])=>a.localeCompare(l)));let n=this.constructor;n.commonCache=(i=n.commonCache)!==null&&i!==void 0?i:new ts.CacheRegistry,this.cache=t?n.commonCache:new ts.CacheRegistry}clearCache(){this.cache.clearAll()}hash(t){return String(Array.from(JSON.stringify(t,this.sortObjectFields)).reduce((r,i)=>0|31*r+i.charCodeAt(0),0))}};var ln=class extends Et{async listMySearches(){let{session:t}=S.getState();return Ce(t,z.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var cn=class extends Et{async listMyBookmarks(){let t=S.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var un=class extends Et{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=S.getState().session;return!!t?.sessionAuthenticated}};var dn=class extends Et{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=S.getState().session;return!!t?.sessionAuthenticated}};var Up="ft-user-assets",Fp={setAssetCount:(e,t)=>{let{userAssetType:r,count:i}=t.payload.assetCount;e.assetCounts.allAsset[r]=i},clearAssetCount:e=>{Object.values(Xt).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:i,asset:n}=t.payload;rs(e,r,[...es(e,r),n]),$c(e,r,1,i),Uc(e,n)},editAsset:(e,t)=>{let{assetType:r,asset:i}=t.payload;rs(e,r,es(e,r).map(n=>n.id===i.id?i:n)),Uc(e,i)},removeAsset:(e,t)=>{let{assetType:r,mapId:i,assetId:n}=t.payload;rs(e,r,es(e,r).filter(o=>o.id!==n)),$c(e,r,-1,i)}},Fc={[Xt.SEARCHES]:"savedSearches",[Xt.BOOKMARKS]:"bookmarks",[Xt.BOOKS]:void 0,[Xt.COLLECTIONS]:void 0},es=(e,t)=>{var r;let i=Fc[t];return i?(r=e[i])!==null&&r!==void 0?r:[]:[]},rs=(e,t,r)=>{let i=Fc[t];i&&(e[i]=r)},$c=(e,t,r,i)=>{let n=e.assetCounts.allAsset[t];if(n!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,n+r),t===Xt.BOOKMARKS&&i)){let o=e.assetCounts.bookmarkByMap[i];e.assetCounts.bookmarkByMap[i]=Math.max(0,o+r)}},Uc=(e,t)=>{let r=e.assetLabels.map(n=>n.title),i=t.labels.filter(n=>!r.includes(n)).map(n=>({title:n}));e.assetLabels.push(...i)},Ot=pn.FtReduxStore.get({name:Up,reducers:Fp,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(Xt).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),is=class{constructor(t=new un,r=new dn){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=S.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new cn,this.savedSearchesService=new ln,S.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=S.getState();(0,pn.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(),Ot.actions.clearAssetCount(),Ot.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Ot.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Ot.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Ot.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();Ot.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&Ot.getState().assetCounts.allAsset[t]!==r.count&&Ot.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&Ot.getState().assetCounts.bookmarkByMap[t]!==r.count&&Ot.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(Ot.getState().assetCounts.bookmarkByMap).length!==0;t===Xt.BOOKMARKS&&r&&Ot.actions.clearBookmarkCountByMap(),Ot.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;Ot.actions.bookmarks(r)}}},ns=new is;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=ns);var os=class{addCommand(t,r=!1){S.commands.add(t,r)}consumeCommand(t){return S.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new os;var ee=f(b());var Bc,zr=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},Bp=Symbol("clearAfterUnitTest"),fn=class extends(0,ee.withEventBus)(Et){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Bc]=()=>{this.defaultMessages={},this.cache=new ee.CacheRegistry,this.listeners={}},this.currentUiLocale=S.getState().uiLocale,S.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=S.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 i;if(t=t.toLowerCase(),r&&Object.keys(r).length>0){let n={...(i=this.defaultMessages[t])!==null&&i!==void 0?i:{},...r};(0,ee.deepEqual)(this.defaultMessages[t],n)||(this.defaultMessages[t]=n,await this.notify(t))}return this.fetchContext(t)}resolveContext(t){var r,i;return this.fetchContext(t),(i=(r=this.cache.getNow(t))===null||r===void 0?void 0:r.messages)!==null&&i!==void 0?i:{}}resolveRawMessage(t,r){let i=t.toLowerCase();return this.resolveContext(i)[r]}resolveMessage(t,r,...i){var n;let o=t.toLowerCase(),s=this.resolveContext(o);return new ee.ParametrizedLabelResolver((n=this.defaultMessages[o])!==null&&n!==void 0?n:{},s).resolve(r,...i)}async fetchContext(t){let r=!this.cache.has(t),i;try{i=await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),r&&await this.notify(t)}catch(n){!(n instanceof ee.CanceledPromiseError)&&r&&console.error(n)}return i}subscribe(t,r){var i;return t=t.toLowerCase(),this.listeners[t]=(i=this.listeners[t])!==null&&i!==void 0?i:new Set,this.listeners[t].add(r),()=>{var n;return(n=this.listeners[t])===null||n===void 0?void 0:n.delete(r)}}async notifyAll(){let t=Object.keys(this.listeners);document.body.dispatchEvent(new zr({loadedContexts:t})),this.dispatchEvent(new zr({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new zr({loadedContexts:[t]})),this.dispatchEvent(new zr({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(i=>(0,ee.delay)(0).then(()=>i()).catch(()=>null)))}};Bc=Bp;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends fn{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends fn{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var Wr=window.FluidTopicsI18nService,hn=window.FluidTopicsCustomI18nService;var Hc=f(b()),ss=class{highlightHtml(t,r,i){(0,Hc.highlightHtml)(t,r,i)}};window.FluidTopicsHighlightHtmlService=new ss;var jc=f(b());var as=class{isDate(t){var r,i,n,o;return(o=(n=((i=(r=S.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&i!==void 0?i:[]).find(a=>a.key===t))===null||n===void 0?void 0:n.date)!==null&&o!==void 0?o:!1}format(t,r){var i,n,o,s;if(t==null)return"";try{return jc.DateFormatter.format(t,(i=r?.locale)!==null&&i!==void 0?i:S.getState().uiLocale,(n=r?.longFormat)!==null&&n!==void 0?n:!1,(o=r?.withTime)!==null&&o!==void 0?o:!1,(s=r?.onlyTime)!==null&&s!==void 0?s:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new as;var Vc=f(b());var xi=class{static get(t,r){var i,n;let o=S.getState(),{lang:s,region:a}=(n=(i=o.defaultLocales)===null||i===void 0?void 0:i.defaultContentLocale)!==null&&n!==void 0?n:{lang:"en",region:"US"};return new Vc.SearchPlaceConverter(o.baseUrl,t??20,o.searchInAllLanguagesAllowed,r??`${s}-${a}`)}};var mn=class extends Et{async sendDocumentStartDisplayEvent(t){return this.sendEvents([this.sortEventArrays(t)],"Failed to send document.start_display event")}async sendTopicStartDisplayEvent(t){return this.sendEvents([this.sortEventArrays(t)],"Failed to send topic.start_display event")}async sendKhubSearchEvent(t){return this.sendEvents([this.sortEventArrays(t)],"Failed to send khub.search event")}async sendDocumentSearchEvent(t){return this.sendEvents([this.sortEventArrays(t)],"Failed to send document.search event")}async sendSearchPageSelectEvent(t){return this.sendEvents([this.sortEventArrays(t)],"Failed to send search_page.select event")}async sendSearchResultOpenContextMenuEvent(t){return this.sendEvents([this.sortEventArrays(t)],"Failed to send search_result.open_context_menu event")}async sendDocumentOnDemandTranslateEvent(t){return this.sendEvents([this.sortEventArrays(t)],"Failed to send document.on_demand_translate event")}async sendTopicAiTranslateEvent(t){return this.sendEvents([this.sortEventArrays(t)],"Failed to send topic.ai_translate event")}convertMapToAnalyticsDocument(t){let r;switch(t.editorialType){case"BOOK":r="STRUCTURED_DOCUMENT";break;case"SHARED_BOOK":r="SHARED_PERSONAL_BOOK";break;case"ARTICLE":r="RESOURCE";break;case"HTML_PACKAGE":r="HTML_PACKAGE";break;default:throw new TypeError("Unknown editorial type for map : "+t.editorialType)}return{id:t.id,title:t.title,type:r,metadata:t.metadata}}sortEventArrays(t){let r=Object.entries(t).map(([i,n])=>Array.isArray(n)?[i,n.map(o=>typeof o=="object"&&o!=null&&!Array.isArray(o)?this.sortEventArrays(o):o).sort((o,s)=>typeof o=="object"&&o!==null&&"key"in o?o.key.localeCompare(s.key):typeof o=="string"&&typeof s=="string"?o.localeCompare(s):String(o).localeCompare(String(s)))]:typeof n=="object"&&n!==null?[i,this.sortEventArrays(n)]:[i,n]);return Object.fromEntries(r)}sendEvents(t,r){let i="anything not undefined";return this.cache.get("analytics-event-"+this.hash(t),async()=>(await this.awaitApi).sendEvents(t).then(()=>i).catch(n=>(console.info(r),console.debug(n),i)),1e3)}};var ls=class{urlToSearchRequest(t){return xi.get().parse(t)}searchRequestToUrl(t){return xi.get().serialize(t)}};window.FluidTopicsUrlService=new ls;var Le=f(b());var fr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};fr.eventName="change";var cs=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))}},zc=new cs;var gn=class e extends Le.WithEventBus{static build(){return new e(window.history,zc,()=>window.location,!1)}constructor(t,r,i,n){var o,s;super(),this.history=t,this.historyStorage=r,this.windowLocation=i,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(n)}setCurrentState(t,r=!1){let i=r&&this.currentIndex===t.index-1;this.currentState={...this.buildCurrentState(),...t},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,i&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,Le.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new fr(this.currentItem())),0)}installProxies(){let t=r=>(i,n,[o,s,a])=>{let l=r(),c={...l===this.currentIndex?this.currentState:void 0,...o,index:l,href:typeof a=="string"?a:(a??this.windowLocation()).href};i.apply(n,[c,s,a]),this.setCurrentState(c,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply: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 i={...this.buildCurrentState(),...t,index:this.currentIndex,title:(r=t?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(i)}addHistoryChangeListener(t){this.addEventListener(fr.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(fr.eventName,t)}currentItem(){return(0,Le.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,Le.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(i=>!!i).filter(i=>i.index<this.currentIndex).reverse();return(0,Le.deepCopy)(r.find(i=>t(i)))}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,Le.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 i=(r=this.states[t])===null||r===void 0?void 0:r.majorStateId;if(!i)return t;let n=t,o=t+1;for(;this.states.length>o&&!this.isDifferentMajorState(o,i);)this.hasState(o)&&(n=o),o++;return n}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 i;if(!this.hasState(t))return!1;let n=r??this.currentState.majorStateId,o=(i=this.states[t])===null||i===void 0?void 0:i.majorStateId;return o==null||o!=n}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=gn.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 Kr=class{constructor(){this.storeListeners=[]}store(t,r){if(this.isAuthenticated())return;let i=JSON.stringify(r);window.localStorage.setItem(t,i),window.dispatchEvent(new StorageEvent("storage",{key:t,newValue:i,storageArea:window.localStorage}))}get(t){var r,i;if(!this.isAuthenticated())return(i=JSON.parse((r=window.localStorage.getItem(t))!==null&&r!==void 0?r:"null"))!==null&&i!==void 0?i:void 0}addStoreListener(t,r){let i=n=>{n.key===t()&&!this.isAuthenticated()&&r()};this.storeListeners.push(i),window.addEventListener("storage",i)}clearStoreListeners(){this.storeListeners.forEach(t=>window.removeEventListener("storage",t)),this.storeListeners.length=0}isAuthenticated(){let t=S.getState().session;return!!t?.sessionAuthenticated}};var Wc=f(k());var Kc=Wc.css`
|
|
572
|
+
`;var Yc=f(k()),jt=f(F()),gr=f(b());var hr=f(b());function Gc(e,t){let{authenticationRequired:r,session:i}=S.getState();return r&&!i?.sessionAuthenticated?Promise.resolve(t):e()}var vn=class extends Vr{async updateUiLocale(t){return(await this.awaitApi).updateUiLocale(t)}};var us=class e extends hr.FtStateManager{static build(t){return new e(S,t)}constructor(t,r){super(),this.store=t,this.cache=new hr.CacheRegistry,this.withManualResources=!0,this.localesConfiguration=null,this.userLocaleService=new vn,this.cleanSessionDebouncer=new hr.Debouncer,this.reloadDebouncer=new hr.Debouncer(500),this.apiProvider=r??(()=>pr.get())}setWithManualResources(t){this.withManualResources=t,this.updateIfNeeded()}async initService(){this.store.addEventListener(Ie.eventName,this.reloadConfiguration)}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.store.getState().session==null&&this.updateSession(),this.store.getState().metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration(),(this.store.getState().availableContentLocales==null||this.store.getState().availableContentLocales.length==0)&&this.updateAvailableContentLocales())}async updateSession(){let t=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.setSession(void 0)},r.idleTimeoutInMillis),r});this.setSession(t)}async updateMetadataConfiguration(){this.setMetadataConfiguration(await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration()))}async updateLocalesConfiguration(){this.setLocalesConfiguration(await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration()))}async updateAvailableContentLocales(){var t;let r=await this.cache.get("availableContentLocales",()=>Gc(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((t=r.contentLocales)!==null&&t!==void 0?t:[])}reloadConfiguration(){var t;(t=this.cache)===null||t===void 0||t.clear("availableContentLocales"),typeof this.updateAvailableContentLocales=="function"&&this.updateAvailableContentLocales()}setBaseUrl(t){this.store.actions.baseUrl(t),window.fluidTopicsBaseUrl=t}setApiIntegrationIdentifier(t){this.store.actions.apiIntegrationIdentifier(t)}setApiIntegrationAppVersion(t){this.store.actions.apiIntegrationAppVersion(t)}setUiLocale(t){this.store.actions.uiLocale(t)}setLocalesConfiguration(t){var r,i,n,o,s;this.localesConfiguration=t,this.store.actions.defaultLocales(this.localesConfiguration.defaultLocales),this.store.actions.availableUiLocales((r=this.localesConfiguration.availableUiLocales)!==null&&r!==void 0?r:[]),this.store.actions.searchInAllLanguagesAllowed((i=this.localesConfiguration.allLanguagesAllowed)!==null&&i!==void 0?i:!1),this.store.actions.searchLanguageSetsUiLanguage((n=this.localesConfiguration.searchLanguageSetsUiLanguage)!==null&&n!==void 0?n:!1),this.store.actions.uiLanguageSetsSearchLanguage((o=this.localesConfiguration.uiLanguageSetsSearchLanguage)!==null&&o!==void 0?o:!1),this.store.actions.uiLanguageSetsReaderLanguage((s=this.localesConfiguration.uiLanguageSetsReaderLanguage)!==null&&s!==void 0?s:!1),setTimeout(()=>this.updateIfNeeded())}setAvailableContentLocales(t){this.store.actions.availableContentLocales(t),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(t){this.userLocaleService.updateUiLocale({uiLocale:t}).then(r=>{r.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new bi(r)))}).catch(()=>{})}setMetadataConfiguration(t){this.store.actions.metadataConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setNoCustom(t){this.store.actions.noCustom(t)}setEditorMode(t){this.store.actions.editorMode(t)}setNoCustomComponent(t){this.store.actions.noCustomComponent(t)}setSession(t){this.store.actions.session(t),setTimeout(()=>this.updateIfNeeded())}setOpenExternalDocumentInNewTab(t){this.store.actions.openExternalDocumentInNewTab(t)}setNavigatorOnline(t){this.store.actions.navigatorOnline(t)}setForcedOffline(t){this.store.actions.forcedOffline(t)}setAuthenticationRequired(t){this.store.actions.authenticationRequired(t)}},qc=us.build();var mr=class extends Event{constructor(t,r,i,n){super("context-request",{bubbles:!0,composed:!0}),this.context=t,this.contextTarget=r,this.callback=i,this.subscribe=n??!1}};var Si=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:i}=r;for(let{elementRef:n,callbackRef:o}of i){let s=n.deref(),a=o.deref();s===void 0||a===void 0||s.dispatchEvent(new mr(t.context,s,a,!0))}},this.onContextRequest=t=>{if(t.subscribe!==!0)return;let r=t.contextTarget??t.composedPath()[0],i=t.callback,n=this.pendingContextRequests.get(t.context);n===void 0&&this.pendingContextRequests.set(t.context,n={callbacks:new WeakMap,requests:[]});let o=n.callbacks.get(r);o===void 0&&n.callbacks.set(r,o=new WeakSet),o.has(i)||(o.add(i),n.requests.push({elementRef:new WeakRef(r),callbackRef:new WeakRef(i)}))}}attach(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 Tt=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},J=class extends gr.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=qc,this.contextRoot=new Si}render(){return Yc.html`
|
|
573
573
|
<slot></slot>
|
|
574
|
-
`}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(t){var r;super.update(t),t.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),t.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),t.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),t.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),t.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),t.has("session")&&this.stateManager.setSession(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(i=>
|
|
574
|
+
`}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(t){var r;super.update(t),t.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),t.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),t.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),t.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),t.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),t.has("session")&&this.stateManager.setSession(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(i=>Wr.addContext(i)),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())}};J.elementDefinitions={};J.styles=Kc;Tt([(0,jt.property)()],J.prototype,"baseUrl",void 0);Tt([(0,jt.property)()],J.prototype,"apiIntegrationIdentifier",void 0);Tt([(0,jt.property)()],J.prototype,"apiIntegrationAppVersion",void 0);Tt([(0,jt.property)()],J.prototype,"uiLocale",void 0);Tt([(0,gr.jsonProperty)(null)],J.prototype,"availableUiLocales",void 0);Tt([(0,gr.jsonProperty)(null)],J.prototype,"metadataConfiguration",void 0);Tt([(0,jt.property)({type:Boolean})],J.prototype,"editorMode",void 0);Tt([(0,jt.property)({type:Boolean})],J.prototype,"noCustom",void 0);Tt([(0,jt.property)({type:Boolean})],J.prototype,"openExternalDocumentInNewTab",void 0);Tt([(0,jt.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],J.prototype,"noCustomComponent",void 0);Tt([(0,jt.property)({type:Boolean})],J.prototype,"withManualResources",void 0);Tt([(0,jt.property)({type:Boolean})],J.prototype,"navigatorOnline",void 0);Tt([(0,jt.property)({type:Boolean})],J.prototype,"forcedOffline",void 0);Tt([(0,jt.property)({type:Boolean})],J.prototype,"authenticationRequired",void 0);Tt([(0,gr.jsonProperty)([])],J.prototype,"messageContexts",void 0);Tt([(0,gr.jsonProperty)(void 0)],J.prototype,"session",void 0);var Zc=f(b());var Xc={"ft-app-context":J};(0,Zc.customElements)(Xc);var Qc=f(F());var ds=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,i]=t.split(".");return{context:r,key:i,custom:r!=="officialContext",message:""}}return{message:t}}}toAttribute(t){if(t!=null)return JSON.stringify(t)}isI18nKey(t){return t.match(/^[\w-]+\.[\w-]+$/)}},Gr=new ds;var Vp=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},Ei=Symbol("i18nAttributes"),Jc=Symbol("i18nListAttributes"),Ti=Symbol("i18nProperties"),yn=Symbol("i18nContexts"),Ai=Symbol("i18nUnsubs"),Ge=(0,qr.applyMixinOnce)(Symbol("withI18n"),function(e){var t,r;class i extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map,this[r]=new Map}getI18nService(o){return o??this.useCustomMessageContexts?hn:Wr}i18n(o){let{context:s,key:a,message:l}=o,{custom:c,args:u,argsProvider:d}=o;if(s&&a){this.hasI18nContext(s)||this.addI18nContext(s,void 0,c);let p=u??(d?d(this):[]);return this.getI18nService(c).resolveMessage(s,a,...p)}return l}async awaitI18n(o){let{context:s,custom:a}=o;return s&&await this.getI18nService(a).prepareContext(s),this.i18n(o)}customI18n(o,s){if(Gr.isI18nKey(o)){let[a,l]=o.split(".");return this.i18n({custom:!0,context:a,key:l,...s})||o}return o}firstUpdated(o){super.firstUpdated(o),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(o){super.update(o),this.updateI18nAttributes((s,a,l)=>o.has(a)||typeof s.argsProvider=="function"),this.updateI18nProperties(s=>typeof s.argsProvider=="function")}onI18nUpdate(o){this.updateI18nAttributes((s,a,l)=>{var c;return((c=l?.context)===null||c===void 0?void 0:c.toLowerCase())===o}),this.updateI18nProperties(s=>s.context.toLowerCase()===o),this.requestUpdate()}updateI18nAttributes(o){var s,a;let l=this,c=(u,d,p)=>p?.context&&p.key&&o(u,d,p)?{...p,message:this.i18n({context:p.context,key:p.key,custom:p.custom,...u})}:p;(s=this[Ei])===null||s===void 0||s.forEach((u,d)=>l[d]=c(u,d,l[d])),(a=this[Jc])===null||a===void 0||a.forEach((u,d)=>{var p;return l[d]=(p=l[d])===null||p===void 0?void 0:p.map(h=>c(u,d,h))})}updateI18nProperties(o){var s;(s=this[Ti])===null||s===void 0||s.forEach((a,l)=>{o(a,l)&&(this[l]=this.i18n(a))})}addI18nMessages(o,s,a){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(o,s,a)}addI18nContext(o,s,a){let l=(typeof o=="string"?o:o.name).toLowerCase();a=typeof o=="string"?a:o.custom,this[yn].set(l,{isCustomContext:a}),this[Ai].has(l)||this[Ai].set(l,this.getI18nService(a).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(a).prepareContext(l,s)}hasI18nContext(o){return this[yn].has(o.toLowerCase())}connectedCallback(){super.connectedCallback(),this[yn].forEach((o,s)=>this.addI18nContext(s,void 0,o.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[Ai].forEach(o=>o()),this[Ai].clear()}}return t=yn,r=Ai,Vp([(0,Qc.property)({type:Boolean})],i.prototype,"useCustomMessageContexts",void 0),i}),bn=class extends Ge(qr.FtLitElement){},xn=class extends Ge(qr.FtLitElementRedux){};var tu=f(b());var ps=class{fromAttribute(t){if(!t)return[];try{let r=JSON.parse(t);return Array.isArray(r)?r.map(i=>typeof i=="string"?Gr.fromAttribute(i):i):[]}catch{return[]}}toAttribute(t){if(t!=null)return JSON.stringify(t)}},zp=new ps;var eu=(e,t)=>(r,i)=>{var n;r.constructor.createProperty(i,{type:Object,hasChanged:tu.hasChanged,converter:Gr,...t}),r[Ei]=(n=r[Ei])!==null&&n!==void 0?n:new Map,r[Ei].set(i,e??{})};var qe=class e{static build(t){return new e(t)}static buildCustom(t){return new e(t,!0)}static fromGwt(t){return new e(t)}get service(){return this.custom?hn:Wr}constructor(t,r=!1){this.name=t,this.custom=r,this.properties=new Proxy({},{get:(i,n)=>{let o=n;return s=>({context:this.name,key:o,custom:this.custom,args:typeof s=="function"?void 0:s,argsProvider:typeof s=="function"?s:void 0})}}),this.messages=new Proxy({},{get:(i,n)=>(...o)=>this.service.resolveMessage(this.name,n,...o)}),this.rawMessages=new Proxy({},{get:(i,n)=>this.service.resolveRawMessage(this.name,n)}),this.keys=new Proxy({},{get:(i,n)=>()=>n}),this.attributes=new Proxy({},{get:(i,n)=>()=>({context:this.name,key:n,message:this.service.resolveRawMessage(this.name,n)})})}};var Sn=(e,t)=>(r,i)=>{var n,o;r.constructor.createProperty(i,t??{attribute:!1,type:String});let s={...e,key:(n=e.key)!==null&&n!==void 0?n:i};r[Ti]=(o=r[Ti])!==null&&o!==void 0?o:new Map,r[Ti].set(i,s)};var ru=f(k());var iu=ru.css`
|
|
575
575
|
`;var An=f(k()),En=f(F()),Tn=f(b());var wi=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},fe=class extends xn{constructor(){super(),this.editorMode=!1,this.addStore(S)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":An.nothing:An.html`
|
|
576
576
|
<span class="ft-i18n">
|
|
577
577
|
${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
|
|
578
578
|
</span>
|
|
579
|
-
`}update(t){var r;super.update(t),["context","key","defaultMessage"].some(i=>t.has(i))&&this.context&&this.key&&this.addI18nContext(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};fe.elementDefinitions={};fe.styles=
|
|
579
|
+
`}update(t){var r;super.update(t),["context","key","defaultMessage"].some(i=>t.has(i))&&this.context&&this.key&&this.addI18nContext(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};fe.elementDefinitions={};fe.styles=iu;wi([(0,Tn.redux)()],fe.prototype,"editorMode",void 0);wi([(0,En.property)()],fe.prototype,"context",void 0);wi([(0,En.property)()],fe.prototype,"key",void 0);wi([(0,Tn.jsonProperty)([])],fe.prototype,"args",void 0);wi([(0,En.property)()],fe.prototype,"defaultMessage",void 0);var ou=f(b());var nu={"ft-i18n":fe};(0,ou.customElements)(nu);var he=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},et=class extends bn{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 re.Debouncer,this.revealDebouncer=new re.Debouncer,this.onTouch=t=>{this.isIgnored(t)||(this.show(),setTimeout(()=>window.addEventListener("touchstart",r=>{r.composedPath().includes(this.container)||this.onOut(r)},{once:!0}),100))},this.onHover=t=>{this.isIgnored(t)||this.show()},this.onFocusIn=t=>{!this.isIgnored(t)&&window.FluidTopicsA11yHints.isKeyboardNavigation&&window.FluidTopicsA11yHints.lastPressedKey==="Tab"&&this.show()},this.onOut=t=>{this.isIgnored(t)||(this.revealDebouncer.cancel(),this.hide())},this.onClick=t=>{this.isIgnored(t)||(this.revealDebouncer.cancel(),this.hide())}}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){var t,r;return su.html`
|
|
580
580
|
<div part="container"
|
|
581
581
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
|
|
582
582
|
<slot part="slot"></slot>
|
|
@@ -591,12 +591,12 @@
|
|
|
591
591
|
</div>
|
|
592
592
|
</div>
|
|
593
593
|
</div>
|
|
594
|
-
`}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,i;t.has("visible")&&(this.visible?(this.resetTooltipContent(),(r=this.tooltip)===null||r===void 0||r.showPopover()):(i=this.tooltip)===null||i===void 0||i.hidePopover()),super.updated(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 i=this.manual;this.manual=!0;let n=this.text;this.text={message:t},await this.show(r),this.text=n,this.manual=i}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var 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&&Vl(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 ${re.designSystemVariables.transitionDuration}, left ${re.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(t){return this.manual||(0,re.eventPathContainsMatchingElement)(t,this.ignoreMatchingElements,this.eventsTarget)}};et.elementDefinitions={"ft-typography":tt};et.styles=hl;he([tu()],et.prototype,"text",void 0);he([(0,ie.property)({type:Boolean})],et.prototype,"manual",void 0);he([(0,ie.property)({type:Boolean})],et.prototype,"inline",void 0);he([(0,re.numberProperty)()],et.prototype,"delay",void 0);he([(0,ie.property)()],et.prototype,"position",void 0);he([(0,re.jsonProperty)([])],et.prototype,"ignoreMatchingElements",void 0);he([(0,ie.queryAssignedNodes)()],et.prototype,"slotNodes",void 0);he([(0,ie.query)(".ft-tooltip--container")],et.prototype,"container",void 0);he([(0,ie.query)(".ft-tooltip")],et.prototype,"tooltip",void 0);he([(0,ie.query)(".ft-tooltip--content")],et.prototype,"tooltipContent",void 0);he([(0,ie.state)()],et.prototype,"visible",void 0);var au=f(b());var su={"ft-tooltip":et};(0,au.customElements)(su);var Dt;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Dt||(Dt={}));var Ci=f(k()),Ye=f(F()),uu=f(b()),du=f(cu());var vr;(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="󨃱"})(vr||(vr={}));var v;(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=""})(v||(v={}));var Tb=new Map([...["abw"].map(e=>[e,v.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,v.AUDIO]),...["avi"].map(e=>[e,v.AVI]),...["chm","xhs"].map(e=>[e,v.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,v.CODE]),...["csv"].map(e=>[e,v.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,v.DITA]),...["epub"].map(e=>[e,v.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,v.EXCEL]),...["flac"].map(e=>[e,v.FLAC]),...["gif"].map(e=>[e,v.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,v.GZIP]),...["html","htm","xhtml"].map(e=>[e,v.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,v.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,v.JPEG]),...["json"].map(e=>[e,v.JSON]),...["m4a","m4p"].map(e=>[e,v.M4A]),...["mov","qt"].map(e=>[e,v.MOV]),...["mp3"].map(e=>[e,v.MP3]),...["mp4","m4v"].map(e=>[e,v.MP4]),...["ogg","oga"].map(e=>[e,v.OGG]),...["pdf","ps"].map(e=>[e,v.PDF]),...["png"].map(e=>[e,v.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,v.POWERPOINT]),...["rar"].map(e=>[e,v.RAR]),...["stp"].map(e=>[e,v.STP]),...["txt","rtf","md","mdown"].map(e=>[e,v.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,v.VIDEO]),...["wav"].map(e=>[e,v.WAV]),...["wma"].map(e=>[e,v.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,v.WORD]),...["xml","xsl","rdf"].map(e=>[e,v.XML]),...["yaml","yml","x-yaml"].map(e=>[e,v.YAML]),...["zip"].map(e=>[e,v.ZIP])]);var wb={[v.ABW]:"#91ABC6",[v.AUDIO]:"#1795E3",[v.AVI]:"#E63324",[v.CHM]:"#71C3EB",[v.CODE]:"#71C3EB",[v.CSV]:"#1F7345",[v.DITA]:"#71C3EB",[v.EPUB]:"#85B926",[v.EXCEL]:"#1F7345",[v.FLAC]:"#1795E3",[v.GIF]:"#59B031",[v.GZIP]:"#F8AB36",[v.HTML]:"#71C3EB",[v.IMAGE]:"#59B031",[v.JPEG]:"#59B031",[v.JSON]:"#71C3EB",[v.M4A]:"#1795E3",[v.MOV]:"#E63324",[v.MP3]:"#1795E3",[v.MP4]:"#E63324",[v.OGG]:"#1795E3",[v.PDF]:"#E44948",[v.PNG]:"#59B031",[v.POWERPOINT]:"#B54A2B",[v.RAR]:"#F8AB36",[v.STP]:"#3764B1",[v.TEXT]:"#3162AB",[v.UNKNOWN]:"#999999",[v.VIDEO]:"#E63324",[v.WAV]:"#1795E3",[v.WMA]:"#1795E3",[v.WORD]:"#3162AB",[v.XML]:"#71C3EB",[v.YAML]:"#71C3EB",[v.ZIP]:"#F8AB36"};var _i=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},rt=class extends uu.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=Ci.nothing}render(){let t=this.variant&&Object.values(Dt).includes(this.variant)?this.variant:Dt.fluid_topics,r=t!==Dt.material||!!this.value;return Ci.html`
|
|
594
|
+
`}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,i;t.has("visible")&&(this.visible?(this.resetTooltipContent(),(r=this.tooltip)===null||r===void 0||r.showPopover()):(i=this.tooltip)===null||i===void 0||i.hidePopover()),super.updated(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 i=this.manual;this.manual=!0;let n=this.text;this.text={message:t},await this.show(r),this.text=n,this.manual=i}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var 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&&zl(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 ${re.designSystemVariables.transitionDuration}, left ${re.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(t){return this.manual||(0,re.eventPathContainsMatchingElement)(t,this.ignoreMatchingElements,this.eventsTarget)}};et.elementDefinitions={"ft-typography":tt};et.styles=hl;he([eu()],et.prototype,"text",void 0);he([(0,ie.property)({type:Boolean})],et.prototype,"manual",void 0);he([(0,ie.property)({type:Boolean})],et.prototype,"inline",void 0);he([(0,re.numberProperty)()],et.prototype,"delay",void 0);he([(0,ie.property)()],et.prototype,"position",void 0);he([(0,re.jsonProperty)([])],et.prototype,"ignoreMatchingElements",void 0);he([(0,ie.queryAssignedNodes)()],et.prototype,"slotNodes",void 0);he([(0,ie.query)(".ft-tooltip--container")],et.prototype,"container",void 0);he([(0,ie.query)(".ft-tooltip")],et.prototype,"tooltip",void 0);he([(0,ie.query)(".ft-tooltip--content")],et.prototype,"tooltipContent",void 0);he([(0,ie.state)()],et.prototype,"visible",void 0);var lu=f(b());var au={"ft-tooltip":et};(0,lu.customElements)(au);var Dt;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Dt||(Dt={}));var Ci=f(k()),Ye=f(F()),du=f(b()),pu=f(uu());var vr;(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="󨃱"})(vr||(vr={}));var v;(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=""})(v||(v={}));var wb=new Map([...["abw"].map(e=>[e,v.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,v.AUDIO]),...["avi"].map(e=>[e,v.AVI]),...["chm","xhs"].map(e=>[e,v.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,v.CODE]),...["csv"].map(e=>[e,v.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,v.DITA]),...["epub"].map(e=>[e,v.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,v.EXCEL]),...["flac"].map(e=>[e,v.FLAC]),...["gif"].map(e=>[e,v.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,v.GZIP]),...["html","htm","xhtml"].map(e=>[e,v.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,v.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,v.JPEG]),...["json"].map(e=>[e,v.JSON]),...["m4a","m4p"].map(e=>[e,v.M4A]),...["mov","qt"].map(e=>[e,v.MOV]),...["mp3"].map(e=>[e,v.MP3]),...["mp4","m4v"].map(e=>[e,v.MP4]),...["ogg","oga"].map(e=>[e,v.OGG]),...["pdf","ps"].map(e=>[e,v.PDF]),...["png"].map(e=>[e,v.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,v.POWERPOINT]),...["rar"].map(e=>[e,v.RAR]),...["stp"].map(e=>[e,v.STP]),...["txt","rtf","md","mdown"].map(e=>[e,v.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,v.VIDEO]),...["wav"].map(e=>[e,v.WAV]),...["wma"].map(e=>[e,v.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,v.WORD]),...["xml","xsl","rdf"].map(e=>[e,v.XML]),...["yaml","yml","x-yaml"].map(e=>[e,v.YAML]),...["zip"].map(e=>[e,v.ZIP])]);var Cb={[v.ABW]:"#91ABC6",[v.AUDIO]:"#1795E3",[v.AVI]:"#E63324",[v.CHM]:"#71C3EB",[v.CODE]:"#71C3EB",[v.CSV]:"#1F7345",[v.DITA]:"#71C3EB",[v.EPUB]:"#85B926",[v.EXCEL]:"#1F7345",[v.FLAC]:"#1795E3",[v.GIF]:"#59B031",[v.GZIP]:"#F8AB36",[v.HTML]:"#71C3EB",[v.IMAGE]:"#59B031",[v.JPEG]:"#59B031",[v.JSON]:"#71C3EB",[v.M4A]:"#1795E3",[v.MOV]:"#E63324",[v.MP3]:"#1795E3",[v.MP4]:"#E63324",[v.OGG]:"#1795E3",[v.PDF]:"#E44948",[v.PNG]:"#59B031",[v.POWERPOINT]:"#B54A2B",[v.RAR]:"#F8AB36",[v.STP]:"#3764B1",[v.TEXT]:"#3162AB",[v.UNKNOWN]:"#999999",[v.VIDEO]:"#E63324",[v.WAV]:"#1795E3",[v.WMA]:"#1795E3",[v.WORD]:"#3162AB",[v.XML]:"#71C3EB",[v.YAML]:"#71C3EB",[v.ZIP]:"#F8AB36"};var _i=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},rt=class extends du.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=Ci.nothing}render(){let t=this.variant&&Object.values(Dt).includes(this.variant)?this.variant:Dt.fluid_topics,r=t!==Dt.material||!!this.value;return Ci.html`
|
|
595
595
|
<i class="ft-icon ft-icon--${t} ft-no-text-select" part="icon icon-${t}">
|
|
596
|
-
${(0,
|
|
596
|
+
${(0,pu.unsafeHTML)(this.resolvedIcon)}
|
|
597
597
|
<slot ?hidden=${r}></slot>
|
|
598
598
|
</i>
|
|
599
|
-
`}getTextContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(i=>i.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 i=this.value||this.getTextContent();switch(this.variant){case Dt.file_format:this.resolvedIcon=(t=v[i.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:i;break;case Dt.material:this.resolvedIcon=this.value||Ci.nothing;break;default:this.resolvedIcon=(r=vr[i.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:i;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};rt.elementDefinitions={};rt.styles=
|
|
599
|
+
`}getTextContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(i=>i.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 i=this.value||this.getTextContent();switch(this.variant){case Dt.file_format:this.resolvedIcon=(t=v[i.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:i;break;case Dt.material:this.resolvedIcon=this.value||Ci.nothing;break;default:this.resolvedIcon=(r=vr[i.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:i;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};rt.elementDefinitions={};rt.styles=Zs;_i([(0,Ye.property)()],rt.prototype,"variant",void 0);_i([(0,Ye.property)()],rt.prototype,"value",void 0);_i([(0,Ye.property)({reflect:!0,attribute:"aria-hidden"})],rt.prototype,"ariaHidden",void 0);_i([(0,Ye.state)()],rt.prototype,"resolvedIcon",void 0);_i([(0,Ye.query)("slot")],rt.prototype,"slottedContent",void 0);var hu=f(b());var fu={"ft-icon":rt};(0,hu.customElements)(fu);var mu=f(k()),It=f(b());var ft={borderRadiusLeft:It.FtCssVariableFactory.extend("--ft-switch-option-border-radius-left","",It.designSystemVariables.borderRadiusL),borderRadiusRight:It.FtCssVariableFactory.extend("--ft-switch-option-border-radius-right","",It.designSystemVariables.borderRadiusL),borderWidthLeft:It.FtCssVariableFactory.create("--ft-switch-option-border-width-left","","SIZE","1px"),borderWidthRight:It.FtCssVariableFactory.create("--ft-switch-option-border-width-right","","SIZE","1px"),borderWidthVertical:It.FtCssVariableFactory.create("--ft-switch-option-border-width-vertical","","SIZE","1px")},gu=mu.css`
|
|
600
600
|
.ft-switch-option {
|
|
601
601
|
position: relative;
|
|
602
602
|
display: inline-block;
|
|
@@ -684,14 +684,14 @@
|
|
|
684
684
|
.ft-switch-option--selected ft-icon {
|
|
685
685
|
color: ${Q.selectedTextColor};
|
|
686
686
|
}
|
|
687
|
-
`;var me=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},
|
|
688
|
-
<label part="label" for="input" class="${(0,
|
|
687
|
+
`;var me=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},fs=class extends CustomEvent{constructor(t){super("option-change-by-user",{detail:t,bubbles:!0,composed:!0})}},hs=class extends CustomEvent{constructor(t){super("option-change",{detail:t,bubbles:!0,composed:!0})}},it=class extends Xr.FtLitElement{constructor(){super(...arguments),this.value="",this.label="",this.tooltipPosition="bottom",this.selected=!1,this.trailingIcon=!1,this.unselectable=!1,this.isFocused=!1}focus(){this.input.focus()}update(t){super.update(t),t.has("selected")&&this.dispatchEvent(new hs(this.selected))}render(){let t={"ft-switch-option":!0,"ft-switch-option--trailing-icon":this.trailingIcon,"ft-switch-option--selected":this.selected,"ft-switch-option--focused":this.isFocused};return this.addTooltip(Yr.html`
|
|
688
|
+
<label part="label" for="input" class="${(0,vu.classMap)(t)}"
|
|
689
689
|
@click=${this.onChange}>
|
|
690
690
|
<div class="ft-switch-option--content">
|
|
691
691
|
<ft-ripple part="ripple" class="ft-switch-option--ripple"></ft-ripple>
|
|
692
692
|
<ft-typography part="text"
|
|
693
693
|
variant="button"
|
|
694
|
-
class="ft-switch-option--label ${
|
|
694
|
+
class="ft-switch-option--label ${Xr.isSafari?"ft-safari-ellipsis-fix":""}"
|
|
695
695
|
?hidden=${!this.hasTextContent()}>
|
|
696
696
|
<slot @slotchange=${this.onSlotchange}></slot>
|
|
697
697
|
</ft-typography>
|
|
@@ -700,22 +700,22 @@
|
|
|
700
700
|
</label>
|
|
701
701
|
<input id="input" type="radio" class="ft-switch-option--input"
|
|
702
702
|
.checked=${this.selected}>
|
|
703
|
-
`)}addTooltip(t){return this.getLabel().trim().length===0?t:
|
|
703
|
+
`)}addTooltip(t){return this.getLabel().trim().length===0?t:Yr.html`
|
|
704
704
|
<ft-tooltip part="tooltip"
|
|
705
705
|
text="${this.getLabel()}"
|
|
706
706
|
position="${this.tooltipPosition}">
|
|
707
707
|
${t}
|
|
708
708
|
</ft-tooltip>
|
|
709
|
-
`}connectedCallback(){super.connectedCallback(),this.addEventListener("focusout",this.onFocusout)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("focusout",this.onFocusout)}onFocusout(){this.isFocused=!1}onChange(){this.selected=this.unselectable?!this.selected:!0,this.dispatchEvent(new
|
|
709
|
+
`}connectedCallback(){super.connectedCallback(),this.addEventListener("focusout",this.onFocusout)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("focusout",this.onFocusout)}onFocusout(){this.isFocused=!1}onChange(){this.selected=this.unselectable?!this.selected:!0,this.dispatchEvent(new fs(this.selected))}getLabel(){return this.label||this.getTextContent()}resolveIcon(){return this.icon?Yr.html`
|
|
710
710
|
<ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
|
|
711
|
-
`:
|
|
712
|
-
<div @keydown=${this.onKeyDown} tabindex="-1" class="${(0,
|
|
711
|
+
`:Yr.nothing}getTextContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&r!==void 0?r:""}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}};it.elementDefinitions={"ft-ripple":$,"ft-typography":tt,"ft-tooltip":et,"ft-icon":rt};it.styles=[Xr.safariEllipsisFix,gu];me([(0,Mt.property)()],it.prototype,"value",void 0);me([(0,Mt.property)()],it.prototype,"icon",void 0);me([(0,Mt.property)()],it.prototype,"iconVariant",void 0);me([(0,Mt.property)()],it.prototype,"label",void 0);me([(0,Mt.property)()],it.prototype,"tooltipPosition",void 0);me([(0,Mt.property)({type:Boolean,reflect:!0})],it.prototype,"selected",void 0);me([(0,Mt.property)({type:Boolean})],it.prototype,"trailingIcon",void 0);me([(0,Mt.property)({type:Boolean})],it.prototype,"unselectable",void 0);me([(0,Mt.query)(".ft-switch-option--content slot")],it.prototype,"slottedContent",void 0);me([(0,Mt.query)(".ft-switch-option--input")],it.prototype,"input",void 0);me([(0,Mt.state)()],it.prototype,"isFocused",void 0);var yr=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},ms=class extends CustomEvent{constructor(t){super("change",{detail:t})}},Lt=class extends Pe.FtLitElement{constructor(){super(...arguments),this.dense=!1,this.unselectable=!1,this.displayFocusWhenUsingKeyboard=!1,this.options=[]}get value(){var t;return(t=this.selectedOption)===null||t===void 0?void 0:t.value}update(t){super.update(t),t.has("selectedOption")&&this.updateOptions(),t.has("unselectable")&&this.options.forEach(r=>r.unselectable=this.unselectable)}render(){let t={"ft-switch":!0,"ft-switch--dense":this.dense};return wn.html`
|
|
712
|
+
<div @keydown=${this.onKeyDown} tabindex="-1" class="${(0,yu.classMap)(t)}" role="radiogroup" aria-label="${this.label}">
|
|
713
713
|
<slot @slotchange=${this.onSlotchange}
|
|
714
714
|
@option-change=${this.onOptionChangeByScript}
|
|
715
715
|
@option-change-by-user=${this.onOptionChangeByUser}
|
|
716
716
|
></slot>
|
|
717
717
|
</div>
|
|
718
|
-
`}onKeyDown(t){let r;(t.key=="ArrowDown"||t.key=="ArrowRight")&&(r=this.selectedOption?this.options.indexOf(this.selectedOption)+1:0),(t.key=="ArrowUp"||t.key=="ArrowLeft")&&(r=this.selectedOption?this.options.indexOf(this.selectedOption)-1:this.options.length-1),t.code=="Space"&&(r=this.options.indexOf(t.target)),r!=null&&(t.preventDefault(),this.options[this.fixIndex(r)].focus(),this.displayFocusWhenUsingKeyboard=!0,this.options[this.fixIndex(r)].selected=!0)}fixIndex(t){return t<0?this.options.length-1:t>this.options.length-1?0:t}onSlotchange(){var t;this.options=[],(t=this.slottedContent)===null||t===void 0||t.assignedElements().forEach(r=>{r instanceof it&&this.registerOption(r)}),this.selectedOption=this.options.find(r=>r.selected)}registerOption(t){var r;(r=t.shadowRoot)===null||r===void 0||r.querySelectorAll("input").forEach(i=>{i.setAttribute("tabindex","-1")}),t.setAttribute("tabindex","0"),t.unselectable=this.unselectable,this.options.push(t)}onOptionChangeByScript(t){t.stopPropagation();let r=t.target;this.onOptionChange(r)}onOptionChangeByUser(t){var r;t.stopPropagation(),this.displayFocusWhenUsingKeyboard=!1,this.onOptionChange(t.target),this.dispatchEvent(new
|
|
718
|
+
`}onKeyDown(t){let r;(t.key=="ArrowDown"||t.key=="ArrowRight")&&(r=this.selectedOption?this.options.indexOf(this.selectedOption)+1:0),(t.key=="ArrowUp"||t.key=="ArrowLeft")&&(r=this.selectedOption?this.options.indexOf(this.selectedOption)-1:this.options.length-1),t.code=="Space"&&(r=this.options.indexOf(t.target)),r!=null&&(t.preventDefault(),this.options[this.fixIndex(r)].focus(),this.displayFocusWhenUsingKeyboard=!0,this.options[this.fixIndex(r)].selected=!0)}fixIndex(t){return t<0?this.options.length-1:t>this.options.length-1?0:t}onSlotchange(){var t;this.options=[],(t=this.slottedContent)===null||t===void 0||t.assignedElements().forEach(r=>{r instanceof it&&this.registerOption(r)}),this.selectedOption=this.options.find(r=>r.selected)}registerOption(t){var r;(r=t.shadowRoot)===null||r===void 0||r.querySelectorAll("input").forEach(i=>{i.setAttribute("tabindex","-1")}),t.setAttribute("tabindex","0"),t.unselectable=this.unselectable,this.options.push(t)}onOptionChangeByScript(t){t.stopPropagation();let r=t.target;this.onOptionChange(r)}onOptionChangeByUser(t){var r;t.stopPropagation(),this.displayFocusWhenUsingKeyboard=!1,this.onOptionChange(t.target),this.dispatchEvent(new ms((r=this.selectedOption)===null||r===void 0?void 0:r.value))}onOptionChange(t){t.selected?this.selectedOption=t:this.selectedOption=this.options.find(r=>r.selected)}private(t){t.selected?this.selectedOption=t:this.selectedOption=this.options.find(r=>r.selected)}focus(){this.ftSwitchDiv.focus()}updateOptions(){this.options.forEach(t=>{t.selected=t===this.selectedOption,this.displayFocusWhenUsingKeyboard&&(t.isFocused=t===this.selectedOption)})}};Lt.elementDefinitions={};Lt.styles=wn.css`
|
|
719
719
|
:host {
|
|
720
720
|
display: inline-block;
|
|
721
721
|
}
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
--switch-internal-vertical-padding: 2px;
|
|
750
750
|
--switch-internal-horizontal-padding: 4px;
|
|
751
751
|
}
|
|
752
|
-
`;yr([(0,Ae.property)({type:Boolean})],Lt.prototype,"dense",void 0);yr([(0,Ae.property)({type:Boolean})],Lt.prototype,"unselectable",void 0);yr([(0,Ae.property)()],Lt.prototype,"label",void 0);yr([(0,Ae.query)(".ft-switch slot")],Lt.prototype,"slottedContent",void 0);yr([(0,Ae.state)()],Lt.prototype,"selectedOption",void 0);yr([(0,Ae.state)()],Lt.prototype,"displayFocusWhenUsingKeyboard",void 0);yr([(0,Ae.query)(".ft-switch")],Lt.prototype,"ftSwitchDiv",void 0);var
|
|
752
|
+
`;yr([(0,Ae.property)({type:Boolean})],Lt.prototype,"dense",void 0);yr([(0,Ae.property)({type:Boolean})],Lt.prototype,"unselectable",void 0);yr([(0,Ae.property)()],Lt.prototype,"label",void 0);yr([(0,Ae.query)(".ft-switch slot")],Lt.prototype,"slottedContent",void 0);yr([(0,Ae.state)()],Lt.prototype,"selectedOption",void 0);yr([(0,Ae.state)()],Lt.prototype,"displayFocusWhenUsingKeyboard",void 0);yr([(0,Ae.query)(".ft-switch")],Lt.prototype,"ftSwitchDiv",void 0);var xu=f(b());var bu={"ft-switch":Lt,"ft-switch-option":it};(0,xu.customElements)(bu);var Eu=f(k()),U=f(b());var Su=f(k()),W=f(b());var w={fontSize:W.FtCssVariableFactory.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:W.FtCssVariableFactory.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:W.FtCssVariableFactory.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:W.FtCssVariableFactory.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:W.FtCssVariableFactory.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:W.FtCssVariableFactory.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:W.FtCssVariableFactory.extend("--ft-input-label-border-color","",W.designSystemVariables.colorOutline),textColor:W.FtCssVariableFactory.extend("--ft-input-label-text-color","",W.designSystemVariables.colorOnSurfaceMedium),disabledTextColor:W.FtCssVariableFactory.extend("--ft-input-label-disabled-text-color","",W.designSystemVariables.colorOnSurfaceDisabled),backgroundColor:W.FtCssVariableFactory.extend("--ft-input-label-background-color","",W.designSystemVariables.colorSurface),borderRadius:W.FtCssVariableFactory.extend("--ft-input-label-border-radius","",W.designSystemVariables.borderRadiusS),colorError:W.FtCssVariableFactory.external(W.designSystemVariables.colorError,"Design system")},Au=Su.css`
|
|
753
753
|
.ft-input-label {
|
|
754
754
|
position: absolute;
|
|
755
755
|
inset: 0;
|
|
@@ -871,7 +871,7 @@
|
|
|
871
871
|
.ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
|
|
872
872
|
border-top: none;
|
|
873
873
|
}
|
|
874
|
-
`;var B={fontSize:U.FtCssVariableFactory.create("--ft-text-area-font-size","","SIZE","14px"),labelSize:U.FtCssVariableFactory.create("--ft-text-area-label-size","","SIZE","11px"),verticalSpacing:U.FtCssVariableFactory.create("--ft-text-area-vertical-spacing","","SIZE","4px"),horizontalSpacing:U.FtCssVariableFactory.create("--ft-text-area-horizontal-spacing","","SIZE","16px"),helperColor:U.FtCssVariableFactory.extend("--ft-text-area-helper-color","",U.designSystemVariables.colorOnSurfaceMedium),colorPrimary:U.FtCssVariableFactory.external(U.designSystemVariables.colorPrimary,"Design system"),colorOnSurface:U.FtCssVariableFactory.external(U.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceDisabled:U.FtCssVariableFactory.external(U.designSystemVariables.colorOnSurfaceDisabled,"Design system"),borderRadiusS:U.FtCssVariableFactory.external(U.designSystemVariables.borderRadiusS,"Design system"),colorError:U.FtCssVariableFactory.external(U.designSystemVariables.colorError,"Design system")},Eu
|
|
874
|
+
`;var B={fontSize:U.FtCssVariableFactory.create("--ft-text-area-font-size","","SIZE","14px"),labelSize:U.FtCssVariableFactory.create("--ft-text-area-label-size","","SIZE","11px"),verticalSpacing:U.FtCssVariableFactory.create("--ft-text-area-vertical-spacing","","SIZE","4px"),horizontalSpacing:U.FtCssVariableFactory.create("--ft-text-area-horizontal-spacing","","SIZE","16px"),helperColor:U.FtCssVariableFactory.extend("--ft-text-area-helper-color","",U.designSystemVariables.colorOnSurfaceMedium),colorPrimary:U.FtCssVariableFactory.external(U.designSystemVariables.colorPrimary,"Design system"),colorOnSurface:U.FtCssVariableFactory.external(U.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceDisabled:U.FtCssVariableFactory.external(U.designSystemVariables.colorOnSurfaceDisabled,"Design system"),borderRadiusS:U.FtCssVariableFactory.external(U.designSystemVariables.borderRadiusS,"Design system"),colorError:U.FtCssVariableFactory.external(U.designSystemVariables.colorError,"Design system")},Tu=Eu.css`
|
|
875
875
|
*:focus {
|
|
876
876
|
outline: none;
|
|
877
877
|
}
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
position: absolute;
|
|
972
972
|
bottom: 0;
|
|
973
973
|
}
|
|
974
|
-
`;var In=f(k()),ge=f(F()),
|
|
974
|
+
`;var In=f(k()),ge=f(F()),Nu=f(_e()),Te=f(b());var _n=f(k()),Vt=f(F()),Rn=f(b());var Cu=f(k()),Zr=f(b()),wu={colorOutline:Zr.FtCssVariableFactory.external(Zr.designSystemVariables.colorOutline,"Design system"),colorOnSurfaceMedium:Zr.FtCssVariableFactory.external(Zr.designSystemVariables.colorOnSurfaceMedium,"Design system")},_u=Cu.css`
|
|
975
975
|
:host {
|
|
976
976
|
display: block;
|
|
977
977
|
}
|
|
@@ -982,13 +982,13 @@
|
|
|
982
982
|
|
|
983
983
|
ft-icon {
|
|
984
984
|
transform: rotate(-45deg);
|
|
985
|
-
color: ${
|
|
985
|
+
color: ${wu.colorOutline};
|
|
986
986
|
}
|
|
987
987
|
|
|
988
988
|
.ft-resizer--dragging ft-icon,
|
|
989
989
|
.ft-resizer:hover ft-icon,
|
|
990
990
|
[role="button"][aria-pressed="true"] ft-icon{
|
|
991
|
-
color: ${
|
|
991
|
+
color: ${wu.colorOnSurfaceMedium};
|
|
992
992
|
}
|
|
993
993
|
`;var Ee=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},Cn=class extends CustomEvent{constructor(t,r){super("resize",{detail:{width:t,height:r}})}},vt=class extends Rn.FtLitElement{constructor(){super(...arguments),this.initialWidth=0,this.initialHeight=0,this.icon="drag_handle",this.iconVariant=Dt.material,this.cursor="nwse-resize",this.ariaLabel="",this.dragging=!1,this.isAriaPressed=!1,this.fixedWidth=0,this.fixedHeight=0,this.startX=0,this.startY=0,this.doDragFromMouse=t=>this.doDrag(t.clientX,t.clientY),this.doDragFromTouch=t=>this.doDrag(t.touches[0].clientX,t.touches[0].clientY),this.stopDrag=()=>{this.dragging=!1,document.removeEventListener("mousemove",this.doDragFromMouse,!1),document.removeEventListener("mouseup",this.stopDrag,!1),document.removeEventListener("touchmove",this.doDragFromTouch,!1),document.removeEventListener("touchend",this.stopDrag,!1),document.removeEventListener("touchcancel",this.stopDrag,!1)}}render(){return _n.html`
|
|
994
994
|
<style>
|
|
@@ -1005,16 +1005,16 @@
|
|
|
1005
1005
|
@keydown=${this.initKeydownPress}>
|
|
1006
1006
|
<ft-icon .variant=${this.iconVariant} .value=${this.icon} focusable="false" aria-hidden="true"></ft-icon>
|
|
1007
1007
|
</div>
|
|
1008
|
-
`}initDragFromMouse(t){t.detail>0&&this.initDrag(t.clientX,t.clientY)}initDragFromTouch(t){t.preventDefault(),t.stopPropagation(),this.initDrag(t.touches[0].clientX,t.touches[0].clientY)}initKeydownPress(t){let r=t.key;["Enter","Space","Escape","ArrowLeft","ArrowRight","ArrowUp","ArrowDown"].includes(r)&&(t.preventDefault(),t.stopPropagation()),this.fixedWidth=this.initialWidth,this.fixedHeight=this.initialHeight;let n=t.currentTarget;r==="Enter"||r==="Space"?(this.isAriaPressed=!this.isAriaPressed,n.setAttribute("aria-pressed",this.isAriaPressed.toString())):r==="Escape"&&(this.isAriaPressed=!1,n.setAttribute("aria-pressed",this.isAriaPressed.toString())),this.isAriaPressed&&(r==="ArrowLeft"?this.fixedWidth-=10:r==="ArrowRight"?this.fixedWidth+=10:r==="ArrowUp"?this.fixedHeight-=10:r==="ArrowDown"&&(this.fixedHeight+=10),["ArrowLeft","ArrowRight","ArrowUp","ArrowDown"].includes(r)&&this.dispatchEvent(new Cn(this.fixedWidth,this.fixedHeight)))}initDrag(t,r){this.dragging=!0,this.startX=t,this.startY=r,this.fixedWidth=this.initialWidth,this.fixedHeight=this.initialHeight,this.installDocumentEventListeners()}installDocumentEventListeners(){document.addEventListener("mousemove",this.doDragFromMouse,!1),document.addEventListener("mouseup",this.stopDrag,!1),document.addEventListener("touchmove",this.doDragFromTouch,!1),document.addEventListener("touchend",this.stopDrag,!1),document.addEventListener("touchcancel",this.stopDrag,!1)}doDrag(t,r){let i=this.fixedWidth+t-this.startX,n=this.fixedHeight+r-this.startY;this.dispatchEvent(new Cn(i,n))}};vt.elementDefinitions={"ft-icon":rt};vt.styles=[Rn.noTextSelect,
|
|
1009
|
-
<div class="${(0,
|
|
1010
|
-
${
|
|
1008
|
+
`}initDragFromMouse(t){t.detail>0&&this.initDrag(t.clientX,t.clientY)}initDragFromTouch(t){t.preventDefault(),t.stopPropagation(),this.initDrag(t.touches[0].clientX,t.touches[0].clientY)}initKeydownPress(t){let r=t.key;["Enter","Space","Escape","ArrowLeft","ArrowRight","ArrowUp","ArrowDown"].includes(r)&&(t.preventDefault(),t.stopPropagation()),this.fixedWidth=this.initialWidth,this.fixedHeight=this.initialHeight;let n=t.currentTarget;r==="Enter"||r==="Space"?(this.isAriaPressed=!this.isAriaPressed,n.setAttribute("aria-pressed",this.isAriaPressed.toString())):r==="Escape"&&(this.isAriaPressed=!1,n.setAttribute("aria-pressed",this.isAriaPressed.toString())),this.isAriaPressed&&(r==="ArrowLeft"?this.fixedWidth-=10:r==="ArrowRight"?this.fixedWidth+=10:r==="ArrowUp"?this.fixedHeight-=10:r==="ArrowDown"&&(this.fixedHeight+=10),["ArrowLeft","ArrowRight","ArrowUp","ArrowDown"].includes(r)&&this.dispatchEvent(new Cn(this.fixedWidth,this.fixedHeight)))}initDrag(t,r){this.dragging=!0,this.startX=t,this.startY=r,this.fixedWidth=this.initialWidth,this.fixedHeight=this.initialHeight,this.installDocumentEventListeners()}installDocumentEventListeners(){document.addEventListener("mousemove",this.doDragFromMouse,!1),document.addEventListener("mouseup",this.stopDrag,!1),document.addEventListener("touchmove",this.doDragFromTouch,!1),document.addEventListener("touchend",this.stopDrag,!1),document.addEventListener("touchcancel",this.stopDrag,!1)}doDrag(t,r){let i=this.fixedWidth+t-this.startX,n=this.fixedHeight+r-this.startY;this.dispatchEvent(new Cn(i,n))}};vt.elementDefinitions={"ft-icon":rt};vt.styles=[Rn.noTextSelect,_u];Ee([(0,Vt.property)({type:Number})],vt.prototype,"initialWidth",void 0);Ee([(0,Vt.property)({type:Number})],vt.prototype,"initialHeight",void 0);Ee([(0,Vt.property)()],vt.prototype,"icon",void 0);Ee([(0,Vt.property)()],vt.prototype,"iconVariant",void 0);Ee([(0,Vt.property)()],vt.prototype,"cursor",void 0);Ee([(0,Vt.property)()],vt.prototype,"ariaLabel",void 0);Ee([(0,Vt.state)()],vt.prototype,"dragging",void 0);Ee([(0,Vt.state)()],vt.prototype,"isAriaPressed",void 0);Ee([(0,Vt.eventOptions)({passive:!0})],vt.prototype,"initDragFromMouse",null);Ee([(0,Vt.eventOptions)({passive:!0})],vt.prototype,"initDragFromTouch",null);var Ou=f(b());var Ru={"ft-resizer":vt};(0,Ou.customElements)(Ru);var On=f(F());var gs=f(k()),vs=f(F());function Iu(e,t,r){return e?t(e):r?.(e)}var Pu=f(_e()),ku=f(b()),Lu=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},br=class extends ku.FtLitElement{constructor(){super(...arguments),this.text="",this.raised=!1}get inputLabelClasses(){return{}}render(){return gs.html`
|
|
1009
|
+
<div class="${(0,Pu.classMap)(this.inputLabelClasses)}">
|
|
1010
|
+
${Iu(this.text,()=>gs.html`
|
|
1011
1011
|
<div class="ft-input-label--text ft-typography--caption">
|
|
1012
1012
|
<label class="ft-input-label--floating-text">${this.text}</label>
|
|
1013
1013
|
<span class="ft-input-label--hidden-text" aria-hidden="true">${this.text}</span>
|
|
1014
1014
|
</div>
|
|
1015
1015
|
`)}
|
|
1016
1016
|
</div>
|
|
1017
|
-
`}};br.elementDefinitions={};
|
|
1017
|
+
`}};br.elementDefinitions={};Lu([(0,vs.property)({type:String})],br.prototype,"text",void 0);Lu([(0,vs.property)({type:Boolean})],br.prototype,"raised",void 0);var ys=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},zt=class extends br{constructor(){super(...arguments),this.outlined=!1,this.error=!1,this.disabled=!1}get inputLabelClasses(){return{"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error}}};zt.elementDefinitions={};zt.styles=[Pi,Au];ys([(0,On.property)({type:Boolean})],zt.prototype,"outlined",void 0);ys([(0,On.property)({type:Boolean})],zt.prototype,"error",void 0);ys([(0,On.property)({type:Boolean})],zt.prototype,"disabled",void 0);var Mu=f(b());var Du={"ft-input-label":zt};(0,Mu.customElements)(Du);var ne=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},dt=class extends(0,Te.toFtFormComponent)(Te.FtLitElement){constructor(){super(...arguments),this.label="",this.value="",this.helper="",this.outlined=!1,this.disabled=!1,this.error=!1,this.height=50,this.focused=!1}render(){let t={"ft-text-area":!0,"ft-text-area--filled":!this.outlined,"ft-text-area--outlined":this.outlined,"ft-text-area--disabled":this.disabled,"ft-text-area--has-value":!!this.value,"ft-text-area--no-label":!this.label,"ft-text-area--in-error":this.error};return In.html`
|
|
1018
1018
|
<style>
|
|
1019
1019
|
.ft-text-area--main-panel {
|
|
1020
1020
|
height: calc(4 * ${B.verticalSpacing} + ${B.labelSize} + ${B.fontSize} + ${this.height}px);
|
|
@@ -1024,7 +1024,7 @@
|
|
|
1024
1024
|
right: ${this.textarea!=null?this.textarea.offsetWidth-this.textarea.clientWidth:0}px;
|
|
1025
1025
|
}
|
|
1026
1026
|
</style>
|
|
1027
|
-
<div class="${(0,
|
|
1027
|
+
<div class="${(0,Nu.classMap)(t)}">
|
|
1028
1028
|
<div class="ft-text-area--main-panel">
|
|
1029
1029
|
<ft-input-label text="${this.label}"
|
|
1030
1030
|
?disabled=${this.disabled}
|
|
@@ -1059,14 +1059,14 @@
|
|
|
1059
1059
|
${this.helper}
|
|
1060
1060
|
</ft-typography>`:void 0}
|
|
1061
1061
|
</div>
|
|
1062
|
-
`}setValue(t,r=!1){this.value=t,this.setFormValue(t),r&&(this.dispatchEvent(new CustomEvent("live-change",{detail:this.value})),this.dispatchEvent(new CustomEvent("change",{detail:this.value})))}onKeyDown(t){(t.key==="Enter"||t.key===" ")&&t.stopPropagation()}updateValueFromInputField(){var t;this.value=((t=this.textarea)===null||t===void 0?void 0:t.value)||"",this.setFormValue(this.value),this.dispatchEvent(new CustomEvent("change",{detail:this.value}))}liveUpdateValueFromInputField(){var t;this.value=((t=this.textarea)===null||t===void 0?void 0:t.value)||"",this.setFormValue(this.value),this.dispatchEvent(new CustomEvent("live-change",{detail:this.value}))}onResize(t){t.detail.height>=50&&(!this.maxHeight||this.maxHeight>0&&t.detail.height<this.maxHeight)&&(this.height=t.detail.height)}};dt.elementDefinitions={"ft-input-label":zt,"ft-resizer":vt,"ft-ripple":$,"ft-typography":tt};dt.styles=[Ir,
|
|
1062
|
+
`}setValue(t,r=!1){this.value=t,this.setFormValue(t),r&&(this.dispatchEvent(new CustomEvent("live-change",{detail:this.value})),this.dispatchEvent(new CustomEvent("change",{detail:this.value})))}onKeyDown(t){(t.key==="Enter"||t.key===" ")&&t.stopPropagation()}updateValueFromInputField(){var t;this.value=((t=this.textarea)===null||t===void 0?void 0:t.value)||"",this.setFormValue(this.value),this.dispatchEvent(new CustomEvent("change",{detail:this.value}))}liveUpdateValueFromInputField(){var t;this.value=((t=this.textarea)===null||t===void 0?void 0:t.value)||"",this.setFormValue(this.value),this.dispatchEvent(new CustomEvent("live-change",{detail:this.value}))}onResize(t){t.detail.height>=50&&(!this.maxHeight||this.maxHeight>0&&t.detail.height<this.maxHeight)&&(this.height=t.detail.height)}};dt.elementDefinitions={"ft-input-label":zt,"ft-resizer":vt,"ft-ripple":$,"ft-typography":tt};dt.styles=[Ir,Tu];ne([(0,ge.property)({type:String})],dt.prototype,"label",void 0);ne([(0,ge.property)({reflect:!0})],dt.prototype,"value",void 0);ne([(0,ge.property)({type:String})],dt.prototype,"helper",void 0);ne([(0,ge.property)({type:Boolean})],dt.prototype,"outlined",void 0);ne([(0,ge.property)({type:Boolean})],dt.prototype,"disabled",void 0);ne([(0,ge.property)({type:Boolean})],dt.prototype,"error",void 0);ne([(0,Te.numberProperty)({reflect:!0})],dt.prototype,"height",void 0);ne([(0,Te.numberProperty)()],dt.prototype,"maxHeight",void 0);ne([(0,ge.query)("textarea")],dt.prototype,"textarea",void 0);ne([(0,ge.state)()],dt.prototype,"focused",void 0);ne([(0,Te.ignoreComposingEvents)()],dt.prototype,"onKeyDown",null);ne([(0,Te.ignoreComposingEvents)()],dt.prototype,"liveUpdateValueFromInputField",null);var Uu=f(b());var $u={"ft-text-area":dt};(0,Uu.customElements)($u);var ud=f(bs());var oe=f(b());var Bu=f(k()),Hu=f(b());var xr=class extends Hu.FtLitElement{render(){return Bu.html`
|
|
1063
1063
|
<div class="ft-loader">
|
|
1064
1064
|
<div></div>
|
|
1065
1065
|
<div></div>
|
|
1066
1066
|
<div></div>
|
|
1067
1067
|
<div></div>
|
|
1068
1068
|
</div>
|
|
1069
|
-
`}};xr.styles=
|
|
1069
|
+
`}};xr.styles=Ys;var Vu=f(b());var ju={"ft-loader":xr};(0,Vu.customElements)(ju);var Ze=f(k()),xs=f(_e()),K=f(F());var Xe=e=>e??ut;var X=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},N=class extends(0,oe.toFtFormComponent)(oe.FtLitElement){get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}constructor(){super(),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1,this.disabled=!1,this.icon=void 0,this.trailingIcon=!1,this.label="",this.type="button",this.href=void 0,this.target=void 0,this.loading=!1,this.ariaLabel=null,this.ariaHasPopup=null,this.ariaPressed=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.activated=!1,this.addEventListener("click",t=>{var r;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){var t,r,i;let n=Ze.html`
|
|
1070
1070
|
<ft-ripple part="ripple"
|
|
1071
1071
|
?disabled=${this.isDisabled()}
|
|
1072
1072
|
?activated=${this.activated}
|
|
@@ -1083,14 +1083,14 @@
|
|
|
1083
1083
|
<a href="${o}"
|
|
1084
1084
|
target="${(t=this.target)!==null&&t!==void 0?t:"_self"}"
|
|
1085
1085
|
part="button"
|
|
1086
|
-
class="${(0,
|
|
1086
|
+
class="${(0,xs.classMap)(this.buttonClasses)}"
|
|
1087
1087
|
aria-label="${(r=this.ariaLabel)!==null&&r!==void 0?r:this.getLabel()}"
|
|
1088
1088
|
?disabled=${this.isDisabled()}>
|
|
1089
1089
|
${n}
|
|
1090
1090
|
</a>
|
|
1091
1091
|
`:Ze.html`
|
|
1092
1092
|
<button part="button"
|
|
1093
|
-
class="${(0,
|
|
1093
|
+
class="${(0,xs.classMap)(this.buttonClasses)}"
|
|
1094
1094
|
aria-label="${(i=this.ariaLabel)!==null&&i!==void 0?i:this.getLabel()}"
|
|
1095
1095
|
aria-haspopup="${Xe(this.ariaHasPopup)}"
|
|
1096
1096
|
aria-pressed="${Xe(this.ariaPressed)}"
|
|
@@ -1108,7 +1108,7 @@
|
|
|
1108
1108
|
<ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
|
|
1109
1109
|
`:Ze.html`
|
|
1110
1110
|
<slot part="icon" name="icon"></slot>
|
|
1111
|
-
`}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 i;return(i=this.tooltip)===null||i===void 0?void 0:i.showTemporaryText(t,r)}setTooltipManual(t){this.tooltip&&(this.tooltip.manual=t)}click(){var t;(t=this.button)===null||t===void 0||t.click()}getLabel(){return this.label||this.getTextContent()}getTextContent(){return(0,oe.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};N.elementDefinitions={"ft-ripple":$,"ft-tooltip":et,"ft-icon":rt,"ft-loader":xr,"ft-typography":tt};N.styles=[oe.safariEllipsisFix,
|
|
1111
|
+
`}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 i;return(i=this.tooltip)===null||i===void 0?void 0:i.showTemporaryText(t,r)}setTooltipManual(t){this.tooltip&&(this.tooltip.manual=t)}click(){var t;(t=this.button)===null||t===void 0||t.click()}getLabel(){return this.label||this.getTextContent()}getTextContent(){return(0,oe.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};N.elementDefinitions={"ft-ripple":$,"ft-tooltip":et,"ft-icon":rt,"ft-loader":xr,"ft-typography":tt};N.styles=[oe.safariEllipsisFix,ea,oe.noTextSelect];X([(0,K.property)({type:Boolean})],N.prototype,"primary",void 0);X([(0,K.property)({type:Boolean})],N.prototype,"outlined",void 0);X([(0,K.property)({type:Boolean})],N.prototype,"dense",void 0);X([(0,K.property)({type:Boolean})],N.prototype,"round",void 0);X([(0,K.property)({type:Boolean})],N.prototype,"disabled",void 0);X([(0,K.property)()],N.prototype,"icon",void 0);X([(0,K.property)()],N.prototype,"iconVariant",void 0);X([(0,K.property)({type:Boolean})],N.prototype,"trailingIcon",void 0);X([(0,K.property)()],N.prototype,"label",void 0);X([(0,K.property)()],N.prototype,"type",void 0);X([(0,K.property)()],N.prototype,"href",void 0);X([(0,K.property)()],N.prototype,"target",void 0);X([(0,K.property)({type:Boolean})],N.prototype,"loading",void 0);X([(0,K.property)({attribute:"aria-label"})],N.prototype,"ariaLabel",void 0);X([(0,K.property)()],N.prototype,"ariaHasPopup",void 0);X([(0,K.property)({attribute:"aria-pressed"})],N.prototype,"ariaPressed",void 0);X([(0,K.property)()],N.prototype,"tooltipPosition",void 0);X([(0,K.property)({type:Boolean})],N.prototype,"hideTooltip",void 0);X([(0,K.property)({type:Boolean})],N.prototype,"forceTooltip",void 0);X([(0,K.property)({type:Boolean})],N.prototype,"activated",void 0);X([(0,K.query)(".ft-button")],N.prototype,"button",void 0);X([(0,K.query)(".ft-button--label slot")],N.prototype,"slottedContent",void 0);X([(0,K.query)("[part=tooltip]")],N.prototype,"tooltip",void 0);var Wu=f(b());var zu={"ft-button":N};(0,Wu.customElements)(zu);var M=qe.build("integratedFeedbackComponent"),Ku={starsRating:"{0} stars","starsRating[\\=1]":"1 star",like:"Like",dislike:"Dislike",dichotomousYes:"Yes",dichotomousNo:"No",notRated:"Not rated",ratedNow:"Rated now",ratedToday:"Rated today",ratedOn:"Rated on {0, date}",feedbackInputLabel:"How can we improve it?",feedbackfromEmail:"Your email",feedbackfromEmailInvalid:"Please enter a valid email address",okButton:"Send feedback",cancelButton:"Cancel",moreOptionsButton:"More options",feedbackSuccess:"Feedback successfully sent. Thank you!",feedbackFailure:"Failed to send feedback. Please try again later.",ratingSuccess:"Rating successfully sent. Thank you!",ratingFailure:"Failed to send rating. Please try again later.",mapFeedbackMainTitle:"Send feedback",mapRatingSectionTitle:"Rate this document",mapDichotomousRatingSectionTitle:"Did it solve your problem?",mapFeedbackSectionTitle:"Write your review",topicFeedbackMainTitle:"Send feedback",topicRatingSectionTitle:"Rate this content",topicDichotomousRatingSectionTitle:"Did this content solve your problem?",topicFeedbackSectionTitle:"Write your review"};var Ln=class extends CustomEvent{constructor(t){super("live-change",{detail:t})}},Pn=class extends CustomEvent{constructor(t){super("change",{detail:t})}},kn=class extends CustomEvent{constructor(t){super("invalid",{detail:t})}};var Gu=f(k()),C=f(b());var L={fontSize:C.FtCssVariableFactory.create("--ft-text-field-font-size","","SIZE","14px"),labelSize:C.FtCssVariableFactory.create("--ft-text-field-label-size","","SIZE","11px"),verticalSpacing:C.FtCssVariableFactory.create("--ft-text-field-vertical-spacing","","SIZE","4px"),horizontalSpacing:C.FtCssVariableFactory.create("--ft-text-field-horizontal-spacing","","SIZE","16px"),helperColor:C.FtCssVariableFactory.extend("--ft-text-field-helper-color","",C.designSystemVariables.colorOnSurfaceMedium),colorPrimary:C.FtCssVariableFactory.external(C.designSystemVariables.colorPrimary,"Design system"),colorOnSurface:C.FtCssVariableFactory.external(C.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceDisabled:C.FtCssVariableFactory.external(C.designSystemVariables.colorOnSurfaceDisabled,"Design system"),borderRadiusS:C.FtCssVariableFactory.external(C.designSystemVariables.borderRadiusS,"Design system"),colorError:C.FtCssVariableFactory.external(C.designSystemVariables.colorError,"Design system"),prefixColor:C.FtCssVariableFactory.extend("--ft-text-field-prefix-color","",C.designSystemVariables.colorOnSurfaceMedium),iconColor:C.FtCssVariableFactory.extend("--ft-text-field-icon-color","",C.designSystemVariables.colorOnSurfaceMedium),floatingZIndex:C.FtCssVariableFactory.create("--ft-text-field-floating-components-z-index","","NUMBER","3"),backgroundColor:C.FtCssVariableFactory.extend("--ft-text-field-background-color","",C.designSystemVariables.colorSurface),colorOutline:C.FtCssVariableFactory.external(C.designSystemVariables.colorOutline,"Design system"),elevation02:C.FtCssVariableFactory.external(C.designSystemVariables.elevation02,"Design system"),suggestSize:C.FtCssVariableFactory.create("--ft-text-field-suggest-size","","SIZE","300px")},qu=Gu.css`
|
|
1112
1112
|
*:focus {
|
|
1113
1113
|
outline: none;
|
|
1114
1114
|
}
|
|
@@ -1267,7 +1267,7 @@
|
|
|
1267
1267
|
.ft-text-field--with-password ft-icon:hover {
|
|
1268
1268
|
cursor: pointer;
|
|
1269
1269
|
}
|
|
1270
|
-
`;var ht=f(k()),P=f(F()),
|
|
1270
|
+
`;var ht=f(k()),P=f(F()),Ju=f(bs()),td=f(_e());var Wt=f(b());var Zu=f(b()),Ri=f(k()),Sr=f(F());var Yu=f(k());var Xu=Yu.css`
|
|
1271
1271
|
.ft-text-field-suggestion {
|
|
1272
1272
|
position: relative;
|
|
1273
1273
|
padding: 8px 16px;
|
|
@@ -1303,8 +1303,8 @@
|
|
|
1303
1303
|
slot {
|
|
1304
1304
|
pointer-events: none;
|
|
1305
1305
|
}
|
|
1306
|
-
`;var
|
|
1307
|
-
<div class="${(0,
|
|
1306
|
+
`;var Qu=f(_e()),Dn=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},Ss=class extends CustomEvent{constructor(t){super("suggestion-selected",{detail:t,bubbles:!0,composed:!0})}},se=class extends Zu.FtLitElement{render(){let t={"ft-text-field-suggestion":!0,"ft-text-field-suggestion--with-helper":!!this.helper};return Ri.html`
|
|
1307
|
+
<div class="${(0,Qu.classMap)(t)}"
|
|
1308
1308
|
tabindex="-1"
|
|
1309
1309
|
@keydown=${this.onKeyDown}
|
|
1310
1310
|
@click=${this.confirmSuggestion}>
|
|
@@ -1319,8 +1319,8 @@
|
|
|
1319
1319
|
<slot></slot>
|
|
1320
1320
|
</ft-typography>
|
|
1321
1321
|
</div>
|
|
1322
|
-
`}focus(t){var r;(r=this.container)===null||r===void 0||r.focus(t)}click(){var t;(t=this.container)===null||t===void 0||t.click()}confirmSuggestion(){this.dispatchEvent(new
|
|
1323
|
-
<div class="${(0,
|
|
1322
|
+
`}focus(t){var r;(r=this.container)===null||r===void 0||r.focus(t)}click(){var t;(t=this.container)===null||t===void 0||t.click()}confirmSuggestion(){this.dispatchEvent(new Ss(this.getValue()))}getValue(){return this.value||this.getTextContent()}getTextContent(){return this.assignedNodes.map(t=>t.textContent).join("").trim()}onKeyDown(t){["Enter"," "].includes(t.key)&&(t.preventDefault(),t.stopPropagation(),this.confirmSuggestion())}};se.elementDefinitions={"ft-ripple":$,"ft-typography":tt,"ft-icon":rt};se.styles=Xu;Dn([(0,Sr.property)()],se.prototype,"value",void 0);Dn([(0,Sr.property)()],se.prototype,"helper",void 0);Dn([(0,Sr.query)(".ft-text-field-suggestion")],se.prototype,"container",void 0);Dn([(0,Sr.queryAssignedNodes)()],se.prototype,"assignedNodes",void 0);var D=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},_=class extends(0,Wt.toFtFormComponent)(Wt.FtLitElement){constructor(){super(...arguments),this._value="",this.dispatchedValue="",this.outlined=!1,this.disabled=!1,this.error=!1,this.fixedMenuPosition=!1,this.prefix=null,this.passwordHiddenIcon=vr.EYE_SLASH,this.passwordRevealedIcon=vr.EYE,this.filterSuggestions=!1,this.password=!1,this.focused=!1,this.inputValid=!0,this.hidePassword=!0,this.hideSuggestions=!1,this.visibleSuggestions=[],this.providedSuggestions=[]}get value(){return this._value||""}set value(t){this.setInternalValue(t||""),this.dispatchedValue=t||""}setInternalValue(t){let r=this._value;this._value=t||"",this.setFormValue(this._value),this.requestUpdate("value",r)}focus(){var t;(t=this.input)===null||t===void 0||t.focus()}blur(){var t;(t=this.input)===null||t===void 0||t.blur()}render(){var t;let r={"ft-text-field":!0,"ft-text-field--filled":!this.outlined,"ft-text-field--outlined":this.outlined,"ft-text-field--disabled":this.disabled,"ft-text-field--has-value":!!this.value,"ft-text-field--with-label":!!this.label,"ft-text-field--in-error":!this.inputValid||this.error,"ft-text-field--fixed":this.fixedMenuPosition,"ft-text-field--with-prefix":!!this.prefix,"ft-text-field--hide-suggestions":!this.suggestionsShouldBeDisplayed(),"ft-text-field--raised-label":this.focused||this.value!="","ft-text-field--with-icon":!!this.icon,"ft-text-field--with-password":this.isPasswordField()},i=this.suggestionsProvider&&this.value&&this.value!=""&&!this.providedSuggestions.map(a=>a.label).includes(this.value),o=!this.suggestionsProvider&&this.filterSuggestions&&this.value&&this.value!=""||i,s=this.inputValid?this.helper:(t=this.input)===null||t===void 0?void 0:t.validationMessage;return ht.html`
|
|
1323
|
+
<div class="${(0,td.classMap)(r)}">
|
|
1324
1324
|
<div class="ft-text-field--main-panel"
|
|
1325
1325
|
@keydown=${this.handleKeyboardNavigation}
|
|
1326
1326
|
@focusout=${this.onMainPanelBlur}>
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
`:ht.nothing}
|
|
1374
1374
|
</div>
|
|
1375
1375
|
`}resolveInputType(){var t;return this.isPasswordField()?this.hidePassword?"password":"text":(t=this.type)!==null&&t!==void 0?t:"text"}renderSuggestions(){return this.suggestionsProvider?ht.html`
|
|
1376
|
-
${(0,
|
|
1376
|
+
${(0,Ju.repeat)(this.providedSuggestions,t=>ht.html`
|
|
1377
1377
|
<ft-text-field-suggestion value="${t.value}" @click=${r=>this.onSuggestionClick(r,t.clickHandler)}>
|
|
1378
1378
|
${t.icon?ht.html`
|
|
1379
1379
|
<ft-icon .value=${t.icon}></ft-icon>
|
|
@@ -1393,15 +1393,15 @@
|
|
|
1393
1393
|
.variant=${this.iconVariant}
|
|
1394
1394
|
.value=${this.icon}
|
|
1395
1395
|
@click=${()=>{var t;return(t=this.input)===null||t===void 0?void 0:t.focus()}}></ft-icon>
|
|
1396
|
-
`:ht.nothing}update(t){super.update(t),(t.has("value")||t.has("filterSuggestions")||t.has("suggestionsProvider"))&&this.updateSuggestions(),t.has("value")&&t.get("value")!=null&&(this.hideSuggestions=!1),t.has("dispatchedValue")&&t.get("dispatchedValue")!=null&&(this.hideSuggestions=!0)}async updateSuggestions(){this.suggestionsProvider?this.providedSuggestions=await this.suggestionsProvider(this.value):this.filterSuggestionsIfNeeded()}filterSuggestionsIfNeeded(){this.filterSuggestions?(this.slottedSuggestions.forEach(t=>t.hidden=!t.getValue().toLowerCase().includes(this.value.toLowerCase())),this.visibleSuggestions=this.slottedSuggestions.filter(t=>!t.hidden)):this.visibleSuggestions=this.slottedSuggestions,this.newValueSuggestion&&(this.visibleSuggestions=[...this.visibleSuggestions,this.newValueSuggestion]),this.hideSuggestions=this.visibleSuggestions.length<=0}contentAvailableCallback(t){super.contentAvailableCallback(t),t.has("focused")&&!this.hideSuggestions&&this.visibleSuggestions.length>0&&this.setSuggestionPosition(),t.has("value")&&this.suggestionsProvider&&(this.visibleSuggestions=[...this.providedSuggestionsInDom]),t.has("autocomplete")&&this.setupWatchAutofill(),this.suggestionsShouldBeDisplayed()&&this.setSuggestionPosition()}setupWatchAutofill(){var t;this.clearWatchAutofill(),((t=this.autocomplete)!==null&&t!==void 0?t:"off")!=="off"&&(this.watchAutofillInterval=setInterval(()=>{var r,i,n;!((r=this.input)===null||r===void 0)&&r.matches(":autofill")&&this.dispatchedValue!==((i=this.input)===null||i===void 0?void 0:i.value)&&this.setValue((n=this.input)===null||n===void 0?void 0:n.value,!0)},200))}clearWatchAutofill(){this.watchAutofillInterval&&clearInterval(this.watchAutofillInterval)}connectedCallback(){super.connectedCallback(),this.setupWatchAutofill()}disconnectedCallback(){super.disconnectedCallback(),this.clearWatchAutofill()}setValue(t,r=!1){var i,n;this.value!==t&&(this.inputValid=!0,this.setInternalValue(t),this.dispatchEvent(new Ln(t))),r&&this.dispatchedValue!==t&&(this.inputValid=(n=(i=this.input)===null||i===void 0?void 0:i.checkValidity())!==null&&n!==void 0?n:!0,this.inputValid?(this.dispatchedValue=t,this.dispatchEvent(new Pn(t))):this.dispatchEvent(new kn(this.input.validationMessage)))}handleInput(t){var r;let i=((r=this.input)===null||r===void 0?void 0:r.value)||"";this.setValue(i,t.key=="Escape"||t.key=="Enter")}catchComposingEvents(t){}handleClick(){this.hideSuggestions=!1}handleKeyboardNavigation(t){var r;if(t.key==="ArrowDown"||t.key==="ArrowUp"){t.preventDefault(),t.stopPropagation(),this.hideSuggestions=!1;let i=this.visibleSuggestions.findIndex(o=>o.matches(":focus-within")),n;t.key==="ArrowDown"?n=i<this.visibleSuggestions.length-1?i+1:0:n=i>0?i-1:this.visibleSuggestions.length-1,(r=this.visibleSuggestions[n])===null||r===void 0||r.focus()}(t.key=="Escape"||t.key=="Enter")&&(this.hideSuggestions=!0)}onSuggestionSelected(t){var r;this.setValue(t.detail,!0),(r=this.input)===null||r===void 0||r.focus(),setTimeout(()=>this.hideSuggestions=!0,0)}onFocus(){this.focused=!0,this.hideSuggestions=!1}onMainPanelBlur(){var t,r;!((t=this.mainPanel)===null||t===void 0)&&t.matches(":focus-within")||(this.focused=!1,this.setValue(((r=this.input)===null||r===void 0?void 0:r.value)||"",!0))}togglePasswordVisibility(){this.hidePassword=!this.hidePassword}isPasswordField(){return this.password||this.type==="password"}setSuggestionPosition(){this.suggestionsContainer.style.width=this.mainPanel.getBoundingClientRect().width+"px";let t=["bottom","top"];(0,Wt.computeOffsetAutoPosition)(this.mainPanel,this.suggestionsContainer,"bottom",t,"fixed","--text-field-internal-suggest-size",0).then(({x:r,y:i})=>{this.suggestionsContainer.style.left=`${r}px`,this.suggestionsContainer.style.top=`${i}px`})}suggestionsShouldBeDisplayed(){return!this.hideSuggestions&&(this.visibleSuggestions.length||this.providedSuggestions.length)}};_.elementDefinitions={"ft-input-label":zt,"ft-ripple":$,"ft-typography":tt,"ft-icon":rt,"ft-text-field-suggestion":se};_.styles=[Ir,Wt.noTextInputDefaultClearButton,
|
|
1397
|
-
`;var Oi=f(k()),Ar=f(F()),yt=f(b());var Nt=f(b());var nd=f(b()),zp={setTranslationDestinationLanguage:(e,t)=>{e.translation.destinationLanguage=t.payload},setTranslationSourceLanguage:(e,t)=>{e.translation.sourceLanguage=t.payload},setTranslationProfileId:(e,t)=>{e.translation.profileId=t.payload},setTranslationLoading:(e,t)=>{e.translation.isLoading=t.payload},setTranslationError:(e,t)=>{e.translation.isError=t.payload},setTopicsRating:(e,t)=>{for(let r in t.payload)e.topicsRating[r]=t.payload[r]}},od=e=>nd.FtReduxStore.get({name:"ft-reader-"+e,initialState:{mapId:void 0,renderedTopics:[],visibleTopics:[],map:void 0,toc:void 0,pagesToc:void 0,paginationConfiguration:void 0,currentPage:void 0,scrollTarget:void 0,configuration:void 0,searchInDocumentQuery:void 0,relatives:void 0,mapRating:void 0,topicsRating:{},translation:{sourceLanguage:void 0,destinationLanguage:void 0,profileId:void 0,isLoading:!1,isError:!1},linkPreviewDialogId:void 0},reducers:zp});var Es=class{constructor(t,r){this.mapId=t,this.paginatedToc=r,this.nodeByTocId={},this.nodeByUrl={},this.duplicatedPrettyUrls=new Set,this.pages=[],this.pageByTocId={}}build(){return{paginationConfiguration:this.paginatedToc.configuration,toc:this.convertNodes(this.paginatedToc.paginatedToc,1),pagesToc:this.extractPagesToc(this.paginatedToc.paginatedToc,1),nodeByTocId:this.nodeByTocId,nodeByUrl:this.nodeByUrl,duplicatedPrettyUrls:this.duplicatedPrettyUrls,pages:this.pages,pageByTocId:this.pageByTocId,translationError:this.paginatedToc.translationError}}extractPagesToc(t,r,i){return t.flatMap(n=>{var o;return n.pageConfiguration&&this.registerPage(this.buildPage(n,i)),n.tocId==null?this.extractPagesToc(n.children,r,i):[{tocId:n.tocId,title:(o=n.title)!==null&&o!==void 0?o:"",untranslatedTitle:n.untranslatedTitle,depth:r,children:this.extractPagesToc(n.children,r+1,n.tocId)}]})}convertNodes(t,r,i){return t.flatMap(n=>{var o,s,a;if(n.tocId==null)return[...this.convertSectionNodes((o=n.pageToc)!==null&&o!==void 0?o:[],r,n.tocId),...this.convertNodes(n.children,r,n.tocId)];let l=(s=n.prettyUrl)===null||s===void 0?void 0:s.replace(/^\//,""),c={tocId:n.tocId,contentId:n.contentId,title:n.title,untranslatedTitle:n.untranslatedTitle,hasRating:n.hasRating,origin:n.origin,prettyUrl:l,depth:r,parentTocId:i,children:[]};this.register(c);let u=this.convertSectionNodes((a=n.pageToc)!==null&&a!==void 0?a:[],r+1,n.tocId),d=this.convertNodes(n.children,r+1,c.tocId);return c.children=[...u,...d],[c]})}convertSectionNodes(t,r,i){return t.flatMap(n=>{var o;let s=(o=n.prettyUrl)===null||o===void 0?void 0:o.replace(/^\//,""),a={...n,prettyUrl:s,depth:r,parentTocId:i,children:[]};return this.register(a),a.children=this.convertSectionNodes(n.children,r+1,n.tocId),[a]})}buildPage(t,r){var i,n,o,s,a,l,c;let u=(i=t.tocId)!==null&&i!==void 0?i:(n=t.pageToc)===null||n===void 0?void 0:n[0].tocId,d={number:this.pages.length+1,title:(o=t.title)!==null&&o!==void 0?o:"",untranslatedTitle:t.untranslatedTitle,rootTocId:u??"root",toc:((s=t.pageToc)!==null&&s!==void 0?s:[]).map(g=>this.nodeByTocId[g.tocId]),topics:[],hiddenTopics:[],rootDepth:u?this.nodeByTocId[u].depth:1,breadcrumb:r?this.buildBreadcrumb(this.nodeByTocId[r]):[]},p=(g,x)=>(x?d.topics:d.hiddenTopics).push(g),h=(l=(a=t.pageConfiguration)===null||a===void 0?void 0:a.parentsVisibility)!==null&&l!==void 0?l:[];d.breadcrumb.forEach((g,x)=>{p(g,h[x])}),t.tocId&&p(t.tocId,t.pageConfiguration.isVisible),d.topics.push(...this.tocIds((c=t.pageToc)!==null&&c!==void 0?c:[]));let m=this.resolveOverridenRootTocIdByParentForcedByPagination(d.breadcrumb,h);return d.rootTocId=m??d.rootTocId,d.rootDepth=m?this.nodeByTocId[m].depth:d.rootDepth,d}resolveOverridenRootTocIdByParentForcedByPagination(t,r){for(let i=0;i<t.length;i++)if(r[i])return t[i]}registerPage(t){for(let r of[...t.topics,...t.hiddenTopics])this.pageByTocId[r]||(this.pageByTocId[r]=t);this.pages.push(t)}tocIds(t){return t.flatMap(r=>[r.tocId,...this.tocIds(r.children)])}buildBreadcrumb(t){let r=[t.tocId];for(;t?.parentTocId;)r.unshift(t.parentTocId),t=this.nodeByTocId[t.parentTocId];return r}register(t){t.prettyUrl&&(this.nodeByUrl[t.prettyUrl]==null?this.nodeByUrl[t.prettyUrl]=t:this.duplicatedPrettyUrls.add(t.prettyUrl)),this.nodeByUrl[`${this.mapId}/${t.tocId}`]=t,this.nodeByTocId[t.tocId]=t}},Mn=class{convertPaginatedToc(t,r){return new Es(t,r).build()}};var Nn=class extends Et{get mapId(){return this._mapId}set mapId(t){t!==this._mapId&&this.clear(),this._mapId=t}constructor(t,r,i){super(!1,r),this.converter=t,this._mapId=i,this.initCache()}async withMapId(t){return this._mapId?t(this._mapId):void 0}initCache(){this.cache.register("configuration",()=>this.api.getReaderConfiguration()),this.cache.register("map",()=>this.withMapId(t=>this.fetchMap(t))),this.cache.register("enrichedToc",()=>this.withMapId(t=>this.fetchPages(t).then(r=>this.converter.convertPaginatedToc(t,r)))),this.cache.register("ratingSummary",()=>{var t,r;return Ce((r=(t=S.getState().session)===null||t===void 0?void 0:t.profile.roles)!==null&&r!==void 0?r:[],"RATING_USER")?this.withMapId(n=>this.fetchMapRating(n)):Promise.resolve()})}clear(){this.cache.clearMatching(t=>t!=="configuration")}makeCacheKey(t,r){return t+(r?"-destinationLanguage-"+r?.destinationLanguage:"")}getMap(t){return this.cache.get(this.makeCacheKey("map",t),()=>this.fetchMap(this.mapId,t))}getMapNow(t){return this.cache.getNow(this.makeCacheKey("map",t))}getConfiguration(){return this.cache.get("configuration")}clearConfiguration(){this.cache.clear("configuration")}getEnrichedToc(t){return this.cache.get(this.makeCacheKey("enrichedToc",t),()=>this.fetchPages(this.mapId,t).then(r=>this.converter.convertPaginatedToc(this.mapId,r)))}getEnrichedTocNow(t){return this.cache.getNow(this.makeCacheKey("enrichedToc",t))}async getPaginationConfiguration(){return(await this.getEnrichedToc()).paginationConfiguration}async getToc(t){return(await this.getEnrichedToc(t)).toc}async getPagesToc(t){return(await this.getEnrichedToc(t)).pagesToc}async getTranslationError(t){return(await this.getEnrichedToc(t)).translationError}async getTocNode(t,r){return(await this.getEnrichedToc(r)).nodeByTocId[t]}getTocNodeNow(t,r){var i;return(i=this.getEnrichedTocNow(r))===null||i===void 0?void 0:i.nodeByTocId[t]}getTocNodeNowByUrl(t,r){var i,n;let o=this.getMapNow(r);return o?.prettyUrl==t||`${o?.id}/root`===t?(i=this.getEnrichedTocNow(r))===null||i===void 0?void 0:i.toc[0]:(n=this.getEnrichedTocNow(r))===null||n===void 0?void 0:n.nodeByUrl[t]}async getPage(t,r){let i=await this.getEnrichedToc(r);return i.pages[t-1]||i.pages[0]}async getPageByTocId(t,r){let i=await this.getEnrichedToc(r);return i.pageByTocId[t]||i.pages[0]}getTopicInfo(t){return this.cache.get("topic-"+t.tocId,()=>this.fetchTopicMetadata(t))}getTopicContent(t){return this.cache.get("topic-content-"+t.tocId,()=>this.fetchTopicHTMLContent(t))}getTranslatedTopicContent(t,r){return this.cache.get(this.makeCacheKey("translated-topic-content-"+t.tocId,r),()=>this.fetchTranslatedTopicHTMLContent(t,r))}async getTopicMetadataValue(t,r){let i=this.getTocNodeNow(t);if(!i)return;let n=await this.getTopicInfo(i);return n?.metadata.find(o=>o.key==r)}getAttachments(){return this.cache.get("map-attachments",()=>this.fetchAttachments())}clearMapAttachments(){this.cache.clear("map-attachments")}getRelativesForDocument(t,r){return this.cache.get("document-relatives-"+t+"-"+r.join("-"),()=>this.fetchRelativesForDocument(t,r))}getRelativesForTopicInMap(t,r,i){return this.cache.get("topic-relatives-"+[t,r,...i].join("-"),()=>this.fetchRelativesForTopicInMap(t,r,i))}getAttachmentDownloadLink(t){return this.makeAbsolute(`${this.api.endpoints.khub.maps.mapId(this.mapId).attachments.attachmentId(t).content}?download=true&locationValue=reader`)}getLink(t,r,i){let n=this.getNavigationData(t,r,i),o=this.getReaderLinkPrefix()+(n.prettyUrl?n.prettyUrl:`${n.mapId}/${n.tocId}`),s=new URL(o,this.api.tenantBaseUrl);return n.page!=null&&s.searchParams.set("page",`${n.page}`),n.prettyUrlDuplicated&&s.searchParams.set("tocId",n.tocId),n.section!=null&&s.searchParams.set("section",n.section),s.href}getNavigationData(t,r,i,n){var o,s;t=t||"root";let a=this.getEnrichedTocNow(n),l=a?.pageByTocId[t],c=a?.nodeByTocId[t],u=c?.prettyUrl;return{mapId:this.mapId,tocId:t,topicTitle:(o=c?.title)!==null&&o!==void 0?o:"",untranslatedTopicTitle:c?.untranslatedTitle,page:r&&l&&l.number!==r?r:void 0,prettyUrl:u?.replace(/^r\//,""),prettyUrlDuplicated:(s=a?.duplicatedPrettyUrls.has(u??""))!==null&&s!==void 0?s:!1,section:i}}async getAccurateNavigationData(t,r,i,n){return await this.getEnrichedToc(n),this.getNavigationData(t,r,i,n)}getRatingSummary(){return this.cache.get("ratingSummary")}reloadRating(){return this.cache.clear("ratingSummary"),this.getRatingSummary()}getMapRating(){return this.getRatingSummary().then(t=>t?.publication)}getTopicRating(t){return this.getRatingSummary().then(r=>{var i;return r?{type:r.topics.type,rating:(i=r.topics)===null||i===void 0?void 0:i.ratings.find(n=>n.tocId===t)}:void 0})}rateMap(t,r){return this.makeRateMapRequest(t,r).then(()=>this.clearRatingIfNecessary())}unrateMap(){return this.makeUnrateMapRequest().then(()=>this.clearRatingIfNecessary())}sendMapFeedback(t,r){return this.makeMapFeedbackRequest(t,r)}rateTopic(t,r,i){return this.makeRateTopicRequest(t,r,i).then(()=>this.clearRatingIfNecessary())}unrateTopic(t){return this.makeUnrateTopicRequest(t).then(()=>this.clearRatingIfNecessary())}async clearRatingIfNecessary(){let t=S.getState().session;t?.sessionAuthenticated&&this.cache.clear("ratingSummary")}sendTopicFeedback(t,r,i){return this.makeTopicFeedbackRequest(t,r,i)}fontsStylesheet(){return this.api.makeAbsolute(this.api.endpoints.stylesheets.fonts)}themeStylesheet(){return this.api.makeAbsolute(this.api.endpoints.stylesheets.theme)}buildBreadcrumb(t,r){let i=this.getTocNodeNow(t,r),n=[{tocId:i.tocId,title:i.title,untranslatedTitle:i.untranslatedTitle}],o=this.getTocNodeNow(i.parentTocId,r);for(;o;)n.unshift({tocId:o.tocId,title:o.title,untranslatedTitle:o.untranslatedTitle}),o=this.getTocNodeNow(o.parentTocId,r);return n}isFeatureAccessible(t,{session:r}){var i;if(!this.isFeatureAvailable(t))return!1;switch(t){case Gt.FEEDBACK:return Ce(r??[],z.FEEDBACK_USER);case Gt.RATING:return Ce(r??[],z.RATING_USER);case Gt.PRINT:return Ce(r??[],z.PRINT_USER);case Gt.BOOKMARK:return!!r?.sessionAuthenticated;case Gt.COLLECTIONS:return Ce(r??[],z.COLLECTION_USER);case Gt.PERSONAL_BOOKS:return Ce(r??[],z.PERSONAL_BOOK_USER)&&!(!((i=this.getMapNow())===null||i===void 0)&&i.pbkConfidential);default:return!1}}makeAbsolute(t){return this.api.makeAbsolute(t)}};var $n=class e extends Nn{static async build(t){return new e(new Mn,void 0,t)}clear(){super.clear(),this.fingerprint=void 0}async fetchMap(t,r){let i=await this.api.getMap(t,r);return this.fingerprint=i.fingerprint,i}fetchMapRating(t){return this.api.getMapRating(t)}async fetchPages(t,r){return await this.getMap(r),this.api.getPages(t,this.fingerprint,r)}fetchTopicHTMLContent(t){return this.api.getTopicHTMLContent(this.mapId,t.contentId,"DESIGNED_READER",this.fingerprint)}fetchTranslatedTopicHTMLContent(t,r){return this.api.getTranslatedTopicHTMLContent(this.mapId,t.contentId,"DESIGNED_READER",this.fingerprint,r)}fetchTopicMetadata(t){return this.api.getTopic(this.mapId,t.contentId,this.fingerprint)}fetchAttachments(){return this.api.getMapAttachments(this.mapId).catch(()=>[])}fetchRelativesForDocument(t,r){let i={query:"",paging:{page:1,perPage:-1},scope:"DOCUMENTS",metadataFilters:[{key:t,valueFilter:{negative:!1,values:r}}],sort:[],facets:[]};return this.api.search(i)}fetchRelativesForTopicInMap(t,r,i){let n={query:"",paging:{page:1,perPage:1},scope:"ALL_TOPICS",metadataFilters:[{key:r,valueFilter:{negative:!1,values:i}},{key:"ft:publicationId",valueFilter:{negative:!1,values:[t]}}],sort:[],facets:[]};return this.api.search(n)}makeMapFeedbackRequest(t,r){return this.api.sendMapFeedback(this.mapId,t,r)}makeRateMapRequest(t,r){return this.api.rateMap(this.mapId,t,r)}makeRateTopicRequest(t,r,i){return this.api.rateTopic(this.mapId,t,r,i)}makeTopicFeedbackRequest(t,r,i){return this.api.sendTopicFeedback(this.mapId,t,r,i)}makeUnrateMapRequest(){return this.api.unrateMap(this.mapId)}makeUnrateTopicRequest(t){return this.api.unrateTopic(this.mapId,t)}getReaderLinkPrefix(){return"r/"}isFeatureAvailable(t){return!0}};var Wp="topicPivot";function sd(e,t){let r=new URL(e);return t?.values.forEach(i=>{r.searchParams.append(Wp,i)}),r.href}var Un=class e{static build(t,r){return new e(od(t.trim()||"context"),r??$n.build)}loaded(){return(0,Nt.waitUntil)(()=>this._loaded)}constructor(t,r,i,n){this.store=t,this.clusteringHelperProvider=i,this.metadataForSwitchToRelatives=new Set,this._loaded=!1,this.loadDebouncer=new Nt.Debouncer(10),this.analyticsEventsService=n??new mn,this.initService(r)}async initService(t){return this.service=await t(),this.service.mapId=this.store.getState().mapId,this.reload()}async setMapId(t){t!==this.store.getState().mapId&&(this.store.actions.mapId(t),this.service&&(this.service.mapId=t),await this.reload())}setRenderedTopics(t){this.store.actions.renderedTopics(t)}setVisibleTopics(t){this.store.actions.visibleTopics(t)}async awaitService(){return(0,Nt.waitFor)(()=>this.service)}async navigateToTopic(t,r,i){await this.loaded();let n=await this.awaitService(),o=await(i!=null?n.getPage(i,this.getTranslationSettings()):n.getPageByTocId(t??"root",this.getTranslationSettings()));this.store.actions.currentPage(o);let s=this.resolveValidNonRootTocId(t,o);this.store.actions.scrollTarget({tocId:s,section:r}),this.store.getState().visibleTopics[0]!==s&&this.store.actions.visibleTopics([])}resolveValidNonRootTocId(t,r){var i,n,o;let s=(i=t==="root"?void 0:t)!==null&&i!==void 0?i:r.rootTocId;return r.topics.includes(s)?s:(t!="root"&&!r.hiddenTopics.includes(s)&&this.store.dispatchEvent(new CustomEvent(Tr.requestedTopicNotFound,{detail:{tocId:s}})),(o=(n=r.topics[0])!==null&&n!==void 0?n:r.hiddenTopics[0])!==null&&o!==void 0?o:"root")}async navigateToPage(t){await this.loaded();let i=await(await this.awaitService()).getPage(t,this.getTranslationSettings());this.store.actions.currentPage(i)}scrollDone(){this.store.actions.scrollTarget({})}async load(){var t;!((t=this.service)===null||t===void 0)&&t.mapId&&this.store.getState().map==null&&await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}clear(){var t;this._loaded=!1,this.store.actions.configuration(void 0),this.store.actions.map(void 0),this.store.actions.toc(void 0),this.store.actions.pagesToc(void 0),this.store.actions.currentPage(void 0),this.store.actions.searchInDocumentQuery(""),this.store.actions.relatives(void 0),this.store.actions.renderedTopics([]),this.store.actions.visibleTopics([]),this.store.actions.translation({sourceLanguage:void 0,destinationLanguage:void 0,profileId:void 0,isLoading:!1,isError:!1}),this.store.actions.mapRating(void 0),(t=this.service)===null||t===void 0||t.clear(),this.clusteringHelper=void 0}reload(){return this.clear(),this.load()}async fetchData(t){var r,i,n,o,s;try{t&&this.setTranslationLoading(!0);let a=l=>{throw t&&this.setTranslationError(!0),l};await Promise.all([this.loadConfiguration(),(r=this.service)===null||r===void 0?void 0:r.getMap(t).then(l=>this.store.actions.map(l)).catch(a),(i=this.service)===null||i===void 0?void 0:i.getToc(t).then(l=>this.store.actions.toc(l)).catch(a),(n=this.service)===null||n===void 0?void 0:n.getPagesToc(t).then(l=>this.store.actions.pagesToc(l)).catch(a),(o=this.service)===null||o===void 0?void 0:o.getPaginationConfiguration().then(l=>this.store.actions.paginationConfiguration(l)).catch(a),(s=this.service)===null||s===void 0?void 0:s.getTranslationError(t).then(l=>this.setTranslationError(l))]),this.metadataForSwitchToRelatives.size>0&&this.fetchRelatives(),this._loaded=!0,t&&this.setTranslationLoading(!1)}catch(a){this.errorHandler&&!(a instanceof Nt.CanceledPromiseError)&&this.errorHandler(a)}}loadConfiguration(){var t;return(t=this.service)===null||t===void 0?void 0:t.getConfiguration().then(r=>this.store.actions.configuration(r))}reloadConfiguration(){var t;return(t=this.service)===null||t===void 0||t.clearConfiguration(),this.loadConfiguration()}async fetchRelatives(){var t,r;let i=(t=this.store.getState().map)===null||t===void 0?void 0:t.metadata.filter(n=>{var o;return n.key==((o=this.store.getState().configuration)===null||o===void 0?void 0:o.relativePivotMetadata)}).flatMap(n=>n.values);if(i!==void 0&&i.length>0){let n=await((r=this.service)===null||r===void 0?void 0:r.getRelativesForDocument(this.store.getState().configuration.relativePivotMetadata,i)),o=n?.results.flatMap(s=>s.entries);this.store.actions.relatives(o)}this.updateClusteringHelper()}updateClusteringHelper(){this.clusteringHelper=this.createClusteringHelper(),this.clusteringHelper&&this.store.dispatchEvent(new Event(Tr.clusteringHelperCreated))}createClusteringHelper(){var t,r;if(this.clusteringHelperProvider)return this.clusteringHelperProvider();let i=this.store.getState().relatives;if(i){let n=i.find(s=>{var a;return((a=s.map)===null||a===void 0?void 0:a.mapId)==this.store.getState().mapId}),o=(r=(t=S.getState().metadataConfiguration)===null||t===void 0?void 0:t.descriptors)!==null&&r!==void 0?r:[];return new Nt.ClusteringHelper(i,n,this.metadataForSwitchToRelatives,o)}}async navigateToRelativeTopicIfFound(t){var r,i,n;await this.loaded();let o=await(0,Nt.waitFor)(()=>{var c;return(c=this.store.getState().configuration)===null||c===void 0?void 0:c.relativeTopicPivotMetadata}),s=this.store.getState().mapId,l=await(await this.awaitService()).getRelativesForTopicInMap(s,o,[t]);if(!((n=(i=(r=l?.results)===null||r===void 0?void 0:r[0])===null||i===void 0?void 0:i.entries)===null||n===void 0)&&n[0]){let c=l.results[0].entries[0].topic.tocId;return await this.navigateToTopic(c),!0}else return await this.navigateToTopic("root"),!1}setSearchInDocumentQuery(t){this.store.actions.searchInDocumentQuery(t)}async setTranslationDestinationLanguage(t){this.store.actions.setTranslationDestinationLanguage(t),t&&this.sendDocumentOnDemandTranslateEvent(t),await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}async setTranslationSourceLanguage(t){this.store.actions.setTranslationSourceLanguage(t),await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}async setTranslationProfileId(t){this.store.actions.setTranslationProfileId(t)}async setTranslationLoading(t){this.store.actions.setTranslationLoading(t)}async setTranslationError(t){this.store.actions.setTranslationError(t)}getTranslationSettings(){var t;let r=this.store.getState();return r.translation.profileId&&r.translation.destinationLanguage?{profileId:r.translation.profileId,destinationLanguage:r.translation.destinationLanguage.code,sourceLanguage:(t=r.map)===null||t===void 0?void 0:t.lang}:void 0}setLinkPreviewDialogId(t){this.store.actions.linkPreviewDialogId(t)}async fetchMapRating(){var t;this.store.actions.mapRating(await((t=this.service)===null||t===void 0?void 0:t.getMapRating()))}async fetchTopicRating(t){var r;let i=await((r=this.service)===null||r===void 0?void 0:r.getTopicRating(t));i&&this.store.actions.setTopicsRating({[t]:i})}registerMetadataForSwitchToRelatives(t){this.metadataForSwitchToRelatives.add(t),this.store.getState().relatives==null?this.fetchRelatives():this.updateClusteringHelper()}unregisterMetadataForSwitchToRelatives(t){this.metadataForSwitchToRelatives.delete(t),this.updateClusteringHelper()}getAccurateNavigationData(t,r,i){return this.service.getAccurateNavigationData(t,r?.number,i?.section,this.getTranslationSettings())}buildBreadcrumb(t){var r;return(r=this.service)===null||r===void 0?void 0:r.buildBreadcrumb(t,this.getTranslationSettings())}fetchTopicContent(t){var r,i;let n=this.getTranslationSettings();return n?(this.sendTopicAiTranslateEvent(n.destinationLanguage,t),(r=this.service)===null||r===void 0?void 0:r.getTranslatedTopicContent(t,n).then(o=>(o.isTranslationError&&this.setTranslationError(!0),o.content))):(i=this.service)===null||i===void 0?void 0:i.getTopicContent(t)}getTocNode(t){return this.service.getTocNode(t,this.getTranslationSettings())}getPage(t){return this.service.getPage(t,this.getTranslationSettings())}onMapAttachmentsUpdate(){var t;(t=this.service)===null||t===void 0||t.clearMapAttachments(),this.store.dispatchEvent(new Event(Tr.mapAttachmentsUpdate))}async getRelativeDocumentUrlForLocale(t){var r,i,n;this.store.getState().relatives==null&&await this.fetchRelatives();let o=Nt.ClusteringHelper.findResultWithMetadataValue((r=this.store.getState().relatives)!==null&&r!==void 0?r:[],"ft:locale",t),s=(0,Nt.accessResultUrl)(o);if(s){let a=this.store.getState().visibleTopics[0],l=(i=this.store.getState().configuration)===null||i===void 0?void 0:i.relativeTopicPivotMetadata;if(l&&a){let c=await((n=this.service)===null||n===void 0?void 0:n.getTopicMetadataValue(a,l));s=sd(s,c)}}return s}sendDocumentOnDemandTranslateEvent(t){var r;let{editorMode:i,apiIntegrationIdentifier:n,apiIntegrationAppVersion:o}=S.getState(),s=this.store.getState(),a=s.map,l=s.translation.profileId;if(!(i||!a||!n||!o||!l))try{let u={...this.analyticsEventsService.convertMapToAnalyticsDocument(a),title:(r=a.untranslatedTitle)!==null&&r!==void 0?r:a.title};this.analyticsEventsService.sendDocumentOnDemandTranslateEvent({name:"DOCUMENT__ON_DEMAND_TRANSLATE",offline:!1,appName:n,appVersion:o,sourceLanguage:this.parseLanguageToAnalyticsFormat(a.lang),destinationLanguage:this.parseLanguageToAnalyticsFormat(t.code),profileId:l,document:u,translationOrigin:ki.AI})}catch(c){console.warn("Failed to send on-demand document translate event:",c)}}sendTopicAiTranslateEvent(t,r){var i;let{editorMode:n,apiIntegrationIdentifier:o,apiIntegrationAppVersion:s}=S.getState(),a=this.store.getState(),l=a.map,c=a.translation.profileId;if(!(n||!l||!o||!s||!c))try{let u=this.buildBreadcrumb(r.tocId);if(!u){console.warn("Failed to build breadcrumb for topic ai translate event");return}let p={...this.analyticsEventsService.convertMapToAnalyticsDocument(l),title:(i=l.untranslatedTitle)!==null&&i!==void 0?i:l.title};this.analyticsEventsService.sendTopicAiTranslateEvent({name:"TOPIC__AI_TRANSLATE",offline:!1,appName:o,appVersion:s,sourceLanguage:this.parseLanguageToAnalyticsFormat(l.lang),destinationLanguage:this.parseLanguageToAnalyticsFormat(t),breadcrumb:u.map(h=>{var m;return{tocId:h.tocId,title:(m=h.untranslatedTitle)!==null&&m!==void 0?m:h.title}}),document:p,profileId:c})}catch(u){console.warn("Failed to send topic ai translate event:",u)}}parseLanguageToAnalyticsFormat(t){if(!t)return;let r=t.split("-");return r.length===2?{languageCode:r[0],countryCode:r[1]}:{languageCode:r[0],countryCode:""}}};var Fn=class extends CustomEvent{constructor(t,r){super("ft-reader-map-loaded",{detail:{map:t,toc:r}})}},Bn=class extends CustomEvent{constructor(t,r){super("ft-reader-visible-topics-change",{detail:{visibleTopics:r}})}},Hn=class extends CustomEvent{constructor(t){super("ft-reader-navigation-done",{detail:t})}},jn=class extends CustomEvent{constructor(t){super("ft-reader-load-error",{detail:t})}},Vn=class extends Event{constructor(){super("ft-reader-map-not-found")}},zn=class extends Event{constructor(){super("ft-reader-map-unauthorized")}},Wn=class extends Event{constructor(){super("ft-reader-map-forbidden")}},Kn=class extends Event{constructor(){super("ft-reader-topic-relative-not-found",{bubbles:!0,composed:!0})}};var $t=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},Ts=class{constructor(t){this.stateManager=t}searchInDocument(t){this.stateManager.setSearchInDocumentQuery(t??"")}},mt=class extends yt.FtLitElementRedux{constructor(){super(),this.visibleTopics=[],this.updateConfiguration=()=>{this.stateManager.reloadConfiguration()},this.scrollToTargetDebouncer=new yt.Debouncer(5),this.navigationDebouncer=new yt.Debouncer(10),this.mapLoadedEventDebouncer=new yt.Debouncer(50),this.addStore(S)}render(){return Oi.html`
|
|
1396
|
+
`:ht.nothing}update(t){super.update(t),(t.has("value")||t.has("filterSuggestions")||t.has("suggestionsProvider"))&&this.updateSuggestions(),t.has("value")&&t.get("value")!=null&&(this.hideSuggestions=!1),t.has("dispatchedValue")&&t.get("dispatchedValue")!=null&&(this.hideSuggestions=!0)}async updateSuggestions(){this.suggestionsProvider?this.providedSuggestions=await this.suggestionsProvider(this.value):this.filterSuggestionsIfNeeded()}filterSuggestionsIfNeeded(){this.filterSuggestions?(this.slottedSuggestions.forEach(t=>t.hidden=!t.getValue().toLowerCase().includes(this.value.toLowerCase())),this.visibleSuggestions=this.slottedSuggestions.filter(t=>!t.hidden)):this.visibleSuggestions=this.slottedSuggestions,this.newValueSuggestion&&(this.visibleSuggestions=[...this.visibleSuggestions,this.newValueSuggestion]),this.hideSuggestions=this.visibleSuggestions.length<=0}contentAvailableCallback(t){super.contentAvailableCallback(t),t.has("focused")&&!this.hideSuggestions&&this.visibleSuggestions.length>0&&this.setSuggestionPosition(),t.has("value")&&this.suggestionsProvider&&(this.visibleSuggestions=[...this.providedSuggestionsInDom]),t.has("autocomplete")&&this.setupWatchAutofill(),this.suggestionsShouldBeDisplayed()&&this.setSuggestionPosition()}setupWatchAutofill(){var t;this.clearWatchAutofill(),((t=this.autocomplete)!==null&&t!==void 0?t:"off")!=="off"&&(this.watchAutofillInterval=setInterval(()=>{var r,i,n;!((r=this.input)===null||r===void 0)&&r.matches(":autofill")&&this.dispatchedValue!==((i=this.input)===null||i===void 0?void 0:i.value)&&this.setValue((n=this.input)===null||n===void 0?void 0:n.value,!0)},200))}clearWatchAutofill(){this.watchAutofillInterval&&clearInterval(this.watchAutofillInterval)}connectedCallback(){super.connectedCallback(),this.setupWatchAutofill()}disconnectedCallback(){super.disconnectedCallback(),this.clearWatchAutofill()}setValue(t,r=!1){var i,n;this.value!==t&&(this.inputValid=!0,this.setInternalValue(t),this.dispatchEvent(new Ln(t))),r&&this.dispatchedValue!==t&&(this.inputValid=(n=(i=this.input)===null||i===void 0?void 0:i.checkValidity())!==null&&n!==void 0?n:!0,this.inputValid?(this.dispatchedValue=t,this.dispatchEvent(new Pn(t))):this.dispatchEvent(new kn(this.input.validationMessage)))}handleInput(t){var r;let i=((r=this.input)===null||r===void 0?void 0:r.value)||"";this.setValue(i,t.key=="Escape"||t.key=="Enter")}catchComposingEvents(t){}handleClick(){this.hideSuggestions=!1}handleKeyboardNavigation(t){var r;if(t.key==="ArrowDown"||t.key==="ArrowUp"){t.preventDefault(),t.stopPropagation(),this.hideSuggestions=!1;let i=this.visibleSuggestions.findIndex(o=>o.matches(":focus-within")),n;t.key==="ArrowDown"?n=i<this.visibleSuggestions.length-1?i+1:0:n=i>0?i-1:this.visibleSuggestions.length-1,(r=this.visibleSuggestions[n])===null||r===void 0||r.focus()}(t.key=="Escape"||t.key=="Enter")&&(this.hideSuggestions=!0)}onSuggestionSelected(t){var r;this.setValue(t.detail,!0),(r=this.input)===null||r===void 0||r.focus(),setTimeout(()=>this.hideSuggestions=!0,0)}onFocus(){this.focused=!0,this.hideSuggestions=!1}onMainPanelBlur(){var t,r;!((t=this.mainPanel)===null||t===void 0)&&t.matches(":focus-within")||(this.focused=!1,this.setValue(((r=this.input)===null||r===void 0?void 0:r.value)||"",!0))}togglePasswordVisibility(){this.hidePassword=!this.hidePassword}isPasswordField(){return this.password||this.type==="password"}setSuggestionPosition(){this.suggestionsContainer.style.width=this.mainPanel.getBoundingClientRect().width+"px";let t=["bottom","top"];(0,Wt.computeOffsetAutoPosition)(this.mainPanel,this.suggestionsContainer,"bottom",t,"fixed","--text-field-internal-suggest-size",0).then(({x:r,y:i})=>{this.suggestionsContainer.style.left=`${r}px`,this.suggestionsContainer.style.top=`${i}px`})}suggestionsShouldBeDisplayed(){return!this.hideSuggestions&&(this.visibleSuggestions.length||this.providedSuggestions.length)}};_.elementDefinitions={"ft-input-label":zt,"ft-ripple":$,"ft-typography":tt,"ft-icon":rt,"ft-text-field-suggestion":se};_.styles=[Ir,Wt.noTextInputDefaultClearButton,qu];D([(0,P.property)()],_.prototype,"label",void 0);D([(0,P.property)({noAccessor:!0})],_.prototype,"value",null);D([(0,P.state)()],_.prototype,"dispatchedValue",void 0);D([(0,P.property)()],_.prototype,"helper",void 0);D([(0,P.property)()],_.prototype,"suggestionsHelper",void 0);D([(0,P.property)({type:Boolean})],_.prototype,"outlined",void 0);D([(0,P.property)({type:Boolean})],_.prototype,"disabled",void 0);D([(0,P.property)({type:Boolean})],_.prototype,"error",void 0);D([(0,P.property)({type:Boolean})],_.prototype,"fixedMenuPosition",void 0);D([(0,P.property)()],_.prototype,"prefix",void 0);D([(0,P.property)()],_.prototype,"icon",void 0);D([(0,P.property)()],_.prototype,"name",void 0);D([(0,P.property)()],_.prototype,"type",void 0);D([(0,P.property)()],_.prototype,"passwordHiddenIcon",void 0);D([(0,P.property)()],_.prototype,"passwordRevealedIcon",void 0);D([(0,P.property)()],_.prototype,"iconVariant",void 0);D([(0,P.property)({type:Boolean})],_.prototype,"filterSuggestions",void 0);D([(0,Wt.numberProperty)()],_.prototype,"maxLength",void 0);D([(0,P.property)({type:Boolean})],_.prototype,"password",void 0);D([(0,P.property)({type:String})],_.prototype,"autocomplete",void 0);D([(0,P.property)({attribute:!1})],_.prototype,"suggestionsProvider",void 0);D([(0,P.state)()],_.prototype,"focused",void 0);D([(0,P.state)()],_.prototype,"inputValid",void 0);D([(0,P.state)()],_.prototype,"hidePassword",void 0);D([(0,P.state)()],_.prototype,"hideSuggestions",void 0);D([(0,P.state)()],_.prototype,"visibleSuggestions",void 0);D([(0,P.state)()],_.prototype,"providedSuggestions",void 0);D([(0,P.query)(".ft-text-field--main-panel")],_.prototype,"mainPanel",void 0);D([(0,P.query)(".ft-text-field--input")],_.prototype,"input",void 0);D([(0,P.query)(".ft-text-field-suggestion--new-value")],_.prototype,"newValueSuggestion",void 0);D([(0,P.query)(".ft-text-field--suggestions")],_.prototype,"suggestionsContainer",void 0);D([(0,P.queryAll)("ft-text-field-suggestion")],_.prototype,"providedSuggestionsInDom",void 0);D([(0,P.queryAssignedElements)({selector:"ft-text-field-suggestion"})],_.prototype,"slottedSuggestions",void 0);D([(0,Wt.ignoreComposingEvents)()],_.prototype,"handleInput",null);D([(0,Wt.ignoreComposingEvents)()],_.prototype,"catchComposingEvents",null);var rd=f(b());var ed={"ft-text-field":_,"ft-text-field-suggestion":se};(0,rd.customElements)(ed);var id=f(k());var nd=id.css`
|
|
1397
|
+
`;var Oi=f(k()),Ar=f(F()),yt=f(b());var Nt=f(b());var od=f(b()),Wp={setTranslationDestinationLanguage:(e,t)=>{e.translation.destinationLanguage=t.payload},setTranslationSourceLanguage:(e,t)=>{e.translation.sourceLanguage=t.payload},setTranslationProfileId:(e,t)=>{e.translation.profileId=t.payload},setTranslationLoading:(e,t)=>{e.translation.isLoading=t.payload},setTranslationError:(e,t)=>{e.translation.isError=t.payload},setTopicsRating:(e,t)=>{for(let r in t.payload)e.topicsRating[r]=t.payload[r]}},sd=e=>od.FtReduxStore.get({name:"ft-reader-"+e,initialState:{mapId:void 0,renderedTopics:[],visibleTopics:[],map:void 0,toc:void 0,pagesToc:void 0,paginationConfiguration:void 0,currentPage:void 0,scrollTarget:void 0,configuration:void 0,searchInDocumentQuery:void 0,relatives:void 0,mapRating:void 0,topicsRating:{},translation:{sourceLanguage:void 0,destinationLanguage:void 0,profileId:void 0,isLoading:!1,isError:!1},linkPreviewDialogId:void 0},reducers:Wp});var As=class{constructor(t,r){this.mapId=t,this.paginatedToc=r,this.nodeByTocId={},this.nodeByUrl={},this.duplicatedPrettyUrls=new Set,this.pages=[],this.pageByTocId={}}build(){return{paginationConfiguration:this.paginatedToc.configuration,toc:this.convertNodes(this.paginatedToc.paginatedToc,1),pagesToc:this.extractPagesToc(this.paginatedToc.paginatedToc,1),nodeByTocId:this.nodeByTocId,nodeByUrl:this.nodeByUrl,duplicatedPrettyUrls:this.duplicatedPrettyUrls,pages:this.pages,pageByTocId:this.pageByTocId,translationError:this.paginatedToc.translationError}}extractPagesToc(t,r,i){return t.flatMap(n=>{var o;return n.pageConfiguration&&this.registerPage(this.buildPage(n,i)),n.tocId==null?this.extractPagesToc(n.children,r,i):[{tocId:n.tocId,title:(o=n.title)!==null&&o!==void 0?o:"",untranslatedTitle:n.untranslatedTitle,depth:r,children:this.extractPagesToc(n.children,r+1,n.tocId)}]})}convertNodes(t,r,i){return t.flatMap(n=>{var o,s,a;if(n.tocId==null)return[...this.convertSectionNodes((o=n.pageToc)!==null&&o!==void 0?o:[],r,n.tocId),...this.convertNodes(n.children,r,n.tocId)];let l=(s=n.prettyUrl)===null||s===void 0?void 0:s.replace(/^\//,""),c={tocId:n.tocId,contentId:n.contentId,title:n.title,untranslatedTitle:n.untranslatedTitle,hasRating:n.hasRating,origin:n.origin,prettyUrl:l,depth:r,parentTocId:i,children:[]};this.register(c);let u=this.convertSectionNodes((a=n.pageToc)!==null&&a!==void 0?a:[],r+1,n.tocId),d=this.convertNodes(n.children,r+1,c.tocId);return c.children=[...u,...d],[c]})}convertSectionNodes(t,r,i){return t.flatMap(n=>{var o;let s=(o=n.prettyUrl)===null||o===void 0?void 0:o.replace(/^\//,""),a={...n,prettyUrl:s,depth:r,parentTocId:i,children:[]};return this.register(a),a.children=this.convertSectionNodes(n.children,r+1,n.tocId),[a]})}buildPage(t,r){var i,n,o,s,a,l,c;let u=(i=t.tocId)!==null&&i!==void 0?i:(n=t.pageToc)===null||n===void 0?void 0:n[0].tocId,d={number:this.pages.length+1,title:(o=t.title)!==null&&o!==void 0?o:"",untranslatedTitle:t.untranslatedTitle,rootTocId:u??"root",toc:((s=t.pageToc)!==null&&s!==void 0?s:[]).map(g=>this.nodeByTocId[g.tocId]),topics:[],hiddenTopics:[],rootDepth:u?this.nodeByTocId[u].depth:1,breadcrumb:r?this.buildBreadcrumb(this.nodeByTocId[r]):[]},p=(g,x)=>(x?d.topics:d.hiddenTopics).push(g),h=(l=(a=t.pageConfiguration)===null||a===void 0?void 0:a.parentsVisibility)!==null&&l!==void 0?l:[];d.breadcrumb.forEach((g,x)=>{p(g,h[x])}),t.tocId&&p(t.tocId,t.pageConfiguration.isVisible),d.topics.push(...this.tocIds((c=t.pageToc)!==null&&c!==void 0?c:[]));let m=this.resolveOverridenRootTocIdByParentForcedByPagination(d.breadcrumb,h);return d.rootTocId=m??d.rootTocId,d.rootDepth=m?this.nodeByTocId[m].depth:d.rootDepth,d}resolveOverridenRootTocIdByParentForcedByPagination(t,r){for(let i=0;i<t.length;i++)if(r[i])return t[i]}registerPage(t){for(let r of[...t.topics,...t.hiddenTopics])this.pageByTocId[r]||(this.pageByTocId[r]=t);this.pages.push(t)}tocIds(t){return t.flatMap(r=>[r.tocId,...this.tocIds(r.children)])}buildBreadcrumb(t){let r=[t.tocId];for(;t?.parentTocId;)r.unshift(t.parentTocId),t=this.nodeByTocId[t.parentTocId];return r}register(t){t.prettyUrl&&(this.nodeByUrl[t.prettyUrl]==null?this.nodeByUrl[t.prettyUrl]=t:this.duplicatedPrettyUrls.add(t.prettyUrl)),this.nodeByUrl[`${this.mapId}/${t.tocId}`]=t,this.nodeByTocId[t.tocId]=t}},Mn=class{convertPaginatedToc(t,r){return new As(t,r).build()}};var Nn=class extends Et{get mapId(){return this._mapId}set mapId(t){t!==this._mapId&&this.clear(),this._mapId=t}constructor(t,r,i){super(!1,r),this.converter=t,this._mapId=i,this.initCache()}async withMapId(t){return this._mapId?t(this._mapId):void 0}initCache(){this.cache.register("configuration",()=>this.api.getReaderConfiguration()),this.cache.register("map",()=>this.withMapId(t=>this.fetchMap(t))),this.cache.register("enrichedToc",()=>this.withMapId(t=>this.fetchPages(t).then(r=>this.converter.convertPaginatedToc(t,r)))),this.cache.register("ratingSummary",()=>{var t,r;return Ce((r=(t=S.getState().session)===null||t===void 0?void 0:t.profile.roles)!==null&&r!==void 0?r:[],"RATING_USER")?this.withMapId(n=>this.fetchMapRating(n)):Promise.resolve()})}clear(){this.cache.clearMatching(t=>t!=="configuration")}makeCacheKey(t,r){return t+(r?"-destinationLanguage-"+r?.destinationLanguage:"")}getMap(t){return this.cache.get(this.makeCacheKey("map",t),()=>this.fetchMap(this.mapId,t))}getMapNow(t){return this.cache.getNow(this.makeCacheKey("map",t))}getConfiguration(){return this.cache.get("configuration")}clearConfiguration(){this.cache.clear("configuration")}getEnrichedToc(t){return this.cache.get(this.makeCacheKey("enrichedToc",t),()=>this.fetchPages(this.mapId,t).then(r=>this.converter.convertPaginatedToc(this.mapId,r)))}getEnrichedTocNow(t){return this.cache.getNow(this.makeCacheKey("enrichedToc",t))}async getPaginationConfiguration(){return(await this.getEnrichedToc()).paginationConfiguration}async getToc(t){return(await this.getEnrichedToc(t)).toc}async getPagesToc(t){return(await this.getEnrichedToc(t)).pagesToc}async getTranslationError(t){return(await this.getEnrichedToc(t)).translationError}async getTocNode(t,r){return(await this.getEnrichedToc(r)).nodeByTocId[t]}getTocNodeNow(t,r){var i;return(i=this.getEnrichedTocNow(r))===null||i===void 0?void 0:i.nodeByTocId[t]}getTocNodeNowByUrl(t,r){var i,n;let o=this.getMapNow(r);return o?.prettyUrl==t||`${o?.id}/root`===t?(i=this.getEnrichedTocNow(r))===null||i===void 0?void 0:i.toc[0]:(n=this.getEnrichedTocNow(r))===null||n===void 0?void 0:n.nodeByUrl[t]}async getPage(t,r){let i=await this.getEnrichedToc(r);return i.pages[t-1]||i.pages[0]}async getPageByTocId(t,r){let i=await this.getEnrichedToc(r);return i.pageByTocId[t]||i.pages[0]}getTopicInfo(t){return this.cache.get("topic-"+t.tocId,()=>this.fetchTopicMetadata(t))}getTopicContent(t){return this.cache.get("topic-content-"+t.tocId,()=>this.fetchTopicHTMLContent(t))}getTranslatedTopicContent(t,r){return this.cache.get(this.makeCacheKey("translated-topic-content-"+t.tocId,r),()=>this.fetchTranslatedTopicHTMLContent(t,r))}async getTopicMetadataValue(t,r){let i=this.getTocNodeNow(t);if(!i)return;let n=await this.getTopicInfo(i);return n?.metadata.find(o=>o.key==r)}getAttachments(){return this.cache.get("map-attachments",()=>this.fetchAttachments())}clearMapAttachments(){this.cache.clear("map-attachments")}getRelativesForDocument(t,r){return this.cache.get("document-relatives-"+t+"-"+r.join("-"),()=>this.fetchRelativesForDocument(t,r))}getRelativesForTopicInMap(t,r,i){return this.cache.get("topic-relatives-"+[t,r,...i].join("-"),()=>this.fetchRelativesForTopicInMap(t,r,i))}getAttachmentDownloadLink(t){return this.makeAbsolute(`${this.api.endpoints.khub.maps.mapId(this.mapId).attachments.attachmentId(t).content}?download=true&locationValue=reader`)}getLink(t,r,i){let n=this.getNavigationData(t,r,i),o=this.getReaderLinkPrefix()+(n.prettyUrl?n.prettyUrl:`${n.mapId}/${n.tocId}`),s=new URL(o,this.api.tenantBaseUrl);return n.page!=null&&s.searchParams.set("page",`${n.page}`),n.prettyUrlDuplicated&&s.searchParams.set("tocId",n.tocId),n.section!=null&&s.searchParams.set("section",n.section),s.href}getNavigationData(t,r,i,n){var o,s;t=t||"root";let a=this.getEnrichedTocNow(n),l=a?.pageByTocId[t],c=a?.nodeByTocId[t],u=c?.prettyUrl;return{mapId:this.mapId,tocId:t,topicTitle:(o=c?.title)!==null&&o!==void 0?o:"",untranslatedTopicTitle:c?.untranslatedTitle,page:r&&l&&l.number!==r?r:void 0,prettyUrl:u?.replace(/^r\//,""),prettyUrlDuplicated:(s=a?.duplicatedPrettyUrls.has(u??""))!==null&&s!==void 0?s:!1,section:i}}async getAccurateNavigationData(t,r,i,n){return await this.getEnrichedToc(n),this.getNavigationData(t,r,i,n)}getRatingSummary(){return this.cache.get("ratingSummary")}reloadRating(){return this.cache.clear("ratingSummary"),this.getRatingSummary()}getMapRating(){return this.getRatingSummary().then(t=>t?.publication)}getTopicRating(t){return this.getRatingSummary().then(r=>{var i;return r?{type:r.topics.type,rating:(i=r.topics)===null||i===void 0?void 0:i.ratings.find(n=>n.tocId===t)}:void 0})}rateMap(t,r){return this.makeRateMapRequest(t,r).then(()=>this.clearRatingIfNecessary())}unrateMap(){return this.makeUnrateMapRequest().then(()=>this.clearRatingIfNecessary())}sendMapFeedback(t,r){return this.makeMapFeedbackRequest(t,r)}rateTopic(t,r,i){return this.makeRateTopicRequest(t,r,i).then(()=>this.clearRatingIfNecessary())}unrateTopic(t){return this.makeUnrateTopicRequest(t).then(()=>this.clearRatingIfNecessary())}async clearRatingIfNecessary(){let t=S.getState().session;t?.sessionAuthenticated&&this.cache.clear("ratingSummary")}sendTopicFeedback(t,r,i){return this.makeTopicFeedbackRequest(t,r,i)}fontsStylesheet(){return this.api.makeAbsolute(this.api.endpoints.stylesheets.fonts)}themeStylesheet(){return this.api.makeAbsolute(this.api.endpoints.stylesheets.theme)}buildBreadcrumb(t,r){let i=this.getTocNodeNow(t,r),n=[{tocId:i.tocId,title:i.title,untranslatedTitle:i.untranslatedTitle}],o=this.getTocNodeNow(i.parentTocId,r);for(;o;)n.unshift({tocId:o.tocId,title:o.title,untranslatedTitle:o.untranslatedTitle}),o=this.getTocNodeNow(o.parentTocId,r);return n}isFeatureAccessible(t,{session:r}){var i;if(!this.isFeatureAvailable(t))return!1;switch(t){case Gt.FEEDBACK:return Ce(r??[],z.FEEDBACK_USER);case Gt.RATING:return Ce(r??[],z.RATING_USER);case Gt.PRINT:return Ce(r??[],z.PRINT_USER);case Gt.BOOKMARK:return!!r?.sessionAuthenticated;case Gt.COLLECTIONS:return Ce(r??[],z.COLLECTION_USER);case Gt.PERSONAL_BOOKS:return Ce(r??[],z.PERSONAL_BOOK_USER)&&!(!((i=this.getMapNow())===null||i===void 0)&&i.pbkConfidential);default:return!1}}makeAbsolute(t){return this.api.makeAbsolute(t)}};var $n=class e extends Nn{static async build(t){return new e(new Mn,void 0,t)}clear(){super.clear(),this.fingerprint=void 0}async fetchMap(t,r){let i=await this.api.getMap(t,r);return this.fingerprint=i.fingerprint,i}fetchMapRating(t){return this.api.getMapRating(t)}async fetchPages(t,r){return await this.getMap(r),this.api.getPages(t,this.fingerprint,r)}fetchTopicHTMLContent(t){return this.api.getTopicHTMLContent(this.mapId,t.contentId,"DESIGNED_READER",this.fingerprint)}fetchTranslatedTopicHTMLContent(t,r){return this.api.getTranslatedTopicHTMLContent(this.mapId,t.contentId,"DESIGNED_READER",this.fingerprint,r)}fetchTopicMetadata(t){return this.api.getTopic(this.mapId,t.contentId,this.fingerprint)}fetchAttachments(){return this.api.getMapAttachments(this.mapId).catch(()=>[])}fetchRelativesForDocument(t,r){let i={query:"",paging:{page:1,perPage:-1},scope:"DOCUMENTS",metadataFilters:[{key:t,valueFilter:{negative:!1,values:r}}],sort:[],facets:[]};return this.api.search(i)}fetchRelativesForTopicInMap(t,r,i){let n={query:"",paging:{page:1,perPage:1},scope:"ALL_TOPICS",metadataFilters:[{key:r,valueFilter:{negative:!1,values:i}},{key:"ft:publicationId",valueFilter:{negative:!1,values:[t]}}],sort:[],facets:[]};return this.api.search(n)}makeMapFeedbackRequest(t,r){return this.api.sendMapFeedback(this.mapId,t,r)}makeRateMapRequest(t,r){return this.api.rateMap(this.mapId,t,r)}makeRateTopicRequest(t,r,i){return this.api.rateTopic(this.mapId,t,r,i)}makeTopicFeedbackRequest(t,r,i){return this.api.sendTopicFeedback(this.mapId,t,r,i)}makeUnrateMapRequest(){return this.api.unrateMap(this.mapId)}makeUnrateTopicRequest(t){return this.api.unrateTopic(this.mapId,t)}getReaderLinkPrefix(){return"r/"}isFeatureAvailable(t){return!0}};var Kp="topicPivot";function ad(e,t){let r=new URL(e);return t?.values.forEach(i=>{r.searchParams.append(Kp,i)}),r.href}var Un=class e{static build(t,r){return new e(sd(t.trim()||"context"),r??$n.build)}loaded(){return(0,Nt.waitUntil)(()=>this._loaded)}constructor(t,r,i,n){this.store=t,this.clusteringHelperProvider=i,this.metadataForSwitchToRelatives=new Set,this._loaded=!1,this.loadDebouncer=new Nt.Debouncer(10),this.analyticsEventsService=n??new mn,this.initService(r)}async initService(t){return this.service=await t(),this.service.mapId=this.store.getState().mapId,this.reload()}async setMapId(t){t!==this.store.getState().mapId&&(this.store.actions.mapId(t),this.service&&(this.service.mapId=t),await this.reload())}setRenderedTopics(t){this.store.actions.renderedTopics(t)}setVisibleTopics(t){this.store.actions.visibleTopics(t)}async awaitService(){return(0,Nt.waitFor)(()=>this.service)}async navigateToTopic(t,r,i){await this.loaded();let n=await this.awaitService(),o=await(i!=null?n.getPage(i,this.getTranslationSettings()):n.getPageByTocId(t??"root",this.getTranslationSettings()));this.store.actions.currentPage(o);let s=this.resolveValidNonRootTocId(t,o);this.store.actions.scrollTarget({tocId:s,section:r}),this.store.getState().visibleTopics[0]!==s&&this.store.actions.visibleTopics([])}resolveValidNonRootTocId(t,r){var i,n,o;let s=(i=t==="root"?void 0:t)!==null&&i!==void 0?i:r.rootTocId;return r.topics.includes(s)?s:(t!="root"&&!r.hiddenTopics.includes(s)&&this.store.dispatchEvent(new CustomEvent(Tr.requestedTopicNotFound,{detail:{tocId:s}})),(o=(n=r.topics[0])!==null&&n!==void 0?n:r.hiddenTopics[0])!==null&&o!==void 0?o:"root")}async navigateToPage(t){await this.loaded();let i=await(await this.awaitService()).getPage(t,this.getTranslationSettings());this.store.actions.currentPage(i)}scrollDone(){this.store.actions.scrollTarget({})}async load(){var t;!((t=this.service)===null||t===void 0)&&t.mapId&&this.store.getState().map==null&&await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}clear(){var t;this._loaded=!1,this.store.actions.configuration(void 0),this.store.actions.map(void 0),this.store.actions.toc(void 0),this.store.actions.pagesToc(void 0),this.store.actions.currentPage(void 0),this.store.actions.searchInDocumentQuery(""),this.store.actions.relatives(void 0),this.store.actions.renderedTopics([]),this.store.actions.visibleTopics([]),this.store.actions.translation({sourceLanguage:void 0,destinationLanguage:void 0,profileId:void 0,isLoading:!1,isError:!1}),this.store.actions.mapRating(void 0),(t=this.service)===null||t===void 0||t.clear(),this.clusteringHelper=void 0}reload(){return this.clear(),this.load()}async fetchData(t){var r,i,n,o,s;try{t&&this.setTranslationLoading(!0);let a=l=>{throw t&&this.setTranslationError(!0),l};await Promise.all([this.loadConfiguration(),(r=this.service)===null||r===void 0?void 0:r.getMap(t).then(l=>this.store.actions.map(l)).catch(a),(i=this.service)===null||i===void 0?void 0:i.getToc(t).then(l=>this.store.actions.toc(l)).catch(a),(n=this.service)===null||n===void 0?void 0:n.getPagesToc(t).then(l=>this.store.actions.pagesToc(l)).catch(a),(o=this.service)===null||o===void 0?void 0:o.getPaginationConfiguration().then(l=>this.store.actions.paginationConfiguration(l)).catch(a),(s=this.service)===null||s===void 0?void 0:s.getTranslationError(t).then(l=>this.setTranslationError(l))]),this.metadataForSwitchToRelatives.size>0&&this.fetchRelatives(),this._loaded=!0,t&&this.setTranslationLoading(!1)}catch(a){this.errorHandler&&!(a instanceof Nt.CanceledPromiseError)&&this.errorHandler(a)}}loadConfiguration(){var t;return(t=this.service)===null||t===void 0?void 0:t.getConfiguration().then(r=>this.store.actions.configuration(r))}reloadConfiguration(){var t;return(t=this.service)===null||t===void 0||t.clearConfiguration(),this.loadConfiguration()}async fetchRelatives(){var t,r;let i=(t=this.store.getState().map)===null||t===void 0?void 0:t.metadata.filter(n=>{var o;return n.key==((o=this.store.getState().configuration)===null||o===void 0?void 0:o.relativePivotMetadata)}).flatMap(n=>n.values);if(i!==void 0&&i.length>0){let n=await((r=this.service)===null||r===void 0?void 0:r.getRelativesForDocument(this.store.getState().configuration.relativePivotMetadata,i)),o=n?.results.flatMap(s=>s.entries);this.store.actions.relatives(o)}this.updateClusteringHelper()}updateClusteringHelper(){this.clusteringHelper=this.createClusteringHelper(),this.clusteringHelper&&this.store.dispatchEvent(new Event(Tr.clusteringHelperCreated))}createClusteringHelper(){var t,r;if(this.clusteringHelperProvider)return this.clusteringHelperProvider();let i=this.store.getState().relatives;if(i){let n=i.find(s=>{var a;return((a=s.map)===null||a===void 0?void 0:a.mapId)==this.store.getState().mapId}),o=(r=(t=S.getState().metadataConfiguration)===null||t===void 0?void 0:t.descriptors)!==null&&r!==void 0?r:[];return new Nt.ClusteringHelper(i,n,this.metadataForSwitchToRelatives,o)}}async navigateToRelativeTopicIfFound(t){var r,i,n;await this.loaded();let o=await(0,Nt.waitFor)(()=>{var c;return(c=this.store.getState().configuration)===null||c===void 0?void 0:c.relativeTopicPivotMetadata}),s=this.store.getState().mapId,l=await(await this.awaitService()).getRelativesForTopicInMap(s,o,[t]);if(!((n=(i=(r=l?.results)===null||r===void 0?void 0:r[0])===null||i===void 0?void 0:i.entries)===null||n===void 0)&&n[0]){let c=l.results[0].entries[0].topic.tocId;return await this.navigateToTopic(c),!0}else return await this.navigateToTopic("root"),!1}setSearchInDocumentQuery(t){this.store.actions.searchInDocumentQuery(t)}async setTranslationDestinationLanguage(t){this.store.actions.setTranslationDestinationLanguage(t),t&&this.sendDocumentOnDemandTranslateEvent(t),await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}async setTranslationSourceLanguage(t){this.store.actions.setTranslationSourceLanguage(t),await this.loadDebouncer.run(()=>this.fetchData(this.getTranslationSettings()))}async setTranslationProfileId(t){this.store.actions.setTranslationProfileId(t)}async setTranslationLoading(t){this.store.actions.setTranslationLoading(t)}async setTranslationError(t){this.store.actions.setTranslationError(t)}getTranslationSettings(){var t;let r=this.store.getState();return r.translation.profileId&&r.translation.destinationLanguage?{profileId:r.translation.profileId,destinationLanguage:r.translation.destinationLanguage.code,sourceLanguage:(t=r.map)===null||t===void 0?void 0:t.lang}:void 0}setLinkPreviewDialogId(t){this.store.actions.linkPreviewDialogId(t)}async fetchMapRating(){var t;this.store.actions.mapRating(await((t=this.service)===null||t===void 0?void 0:t.getMapRating()))}async fetchTopicRating(t){var r;let i=await((r=this.service)===null||r===void 0?void 0:r.getTopicRating(t));i&&this.store.actions.setTopicsRating({[t]:i})}registerMetadataForSwitchToRelatives(t){this.metadataForSwitchToRelatives.add(t),this.store.getState().relatives==null?this.fetchRelatives():this.updateClusteringHelper()}unregisterMetadataForSwitchToRelatives(t){this.metadataForSwitchToRelatives.delete(t),this.updateClusteringHelper()}getAccurateNavigationData(t,r,i){return this.service.getAccurateNavigationData(t,r?.number,i?.section,this.getTranslationSettings())}buildBreadcrumb(t){var r;return(r=this.service)===null||r===void 0?void 0:r.buildBreadcrumb(t,this.getTranslationSettings())}fetchTopicContent(t){var r,i;let n=this.getTranslationSettings();return n?(this.sendTopicAiTranslateEvent(n.destinationLanguage,t),(r=this.service)===null||r===void 0?void 0:r.getTranslatedTopicContent(t,n).then(o=>(o.isTranslationError&&this.setTranslationError(!0),o.content))):(i=this.service)===null||i===void 0?void 0:i.getTopicContent(t)}getTocNode(t){return this.service.getTocNode(t,this.getTranslationSettings())}getPage(t){return this.service.getPage(t,this.getTranslationSettings())}onMapAttachmentsUpdate(){var t;(t=this.service)===null||t===void 0||t.clearMapAttachments(),this.store.dispatchEvent(new Event(Tr.mapAttachmentsUpdate))}async getRelativeDocumentUrlForLocale(t){var r,i,n;this.store.getState().relatives==null&&await this.fetchRelatives();let o=Nt.ClusteringHelper.findResultWithMetadataValue((r=this.store.getState().relatives)!==null&&r!==void 0?r:[],"ft:locale",t),s=(0,Nt.accessResultUrl)(o);if(s){let a=this.store.getState().visibleTopics[0],l=(i=this.store.getState().configuration)===null||i===void 0?void 0:i.relativeTopicPivotMetadata;if(l&&a){let c=await((n=this.service)===null||n===void 0?void 0:n.getTopicMetadataValue(a,l));s=ad(s,c)}}return s}sendDocumentOnDemandTranslateEvent(t){var r;let{editorMode:i,apiIntegrationIdentifier:n,apiIntegrationAppVersion:o}=S.getState(),s=this.store.getState(),a=s.map,l=s.translation.profileId;if(!(i||!a||!n||!o||!l))try{let u={...this.analyticsEventsService.convertMapToAnalyticsDocument(a),title:(r=a.untranslatedTitle)!==null&&r!==void 0?r:a.title};this.analyticsEventsService.sendDocumentOnDemandTranslateEvent({name:"DOCUMENT__ON_DEMAND_TRANSLATE",offline:!1,appName:n,appVersion:o,sourceLanguage:this.parseLanguageToAnalyticsFormat(a.lang),destinationLanguage:this.parseLanguageToAnalyticsFormat(t.code),profileId:l,document:u,translationOrigin:ki.AI})}catch(c){console.warn("Failed to send on-demand document translate event:",c)}}sendTopicAiTranslateEvent(t,r){var i;let{editorMode:n,apiIntegrationIdentifier:o,apiIntegrationAppVersion:s}=S.getState(),a=this.store.getState(),l=a.map,c=a.translation.profileId;if(!(n||!l||!o||!s||!c))try{let u=this.buildBreadcrumb(r.tocId);if(!u){console.warn("Failed to build breadcrumb for topic ai translate event");return}let p={...this.analyticsEventsService.convertMapToAnalyticsDocument(l),title:(i=l.untranslatedTitle)!==null&&i!==void 0?i:l.title};this.analyticsEventsService.sendTopicAiTranslateEvent({name:"TOPIC__AI_TRANSLATE",offline:!1,appName:o,appVersion:s,sourceLanguage:this.parseLanguageToAnalyticsFormat(l.lang),destinationLanguage:this.parseLanguageToAnalyticsFormat(t),breadcrumb:u.map(h=>{var m;return{tocId:h.tocId,title:(m=h.untranslatedTitle)!==null&&m!==void 0?m:h.title}}),document:p,profileId:c})}catch(u){console.warn("Failed to send topic ai translate event:",u)}}parseLanguageToAnalyticsFormat(t){if(!t)return;let r=t.split("-");return r.length===2?{languageCode:r[0],countryCode:r[1]}:{languageCode:r[0],countryCode:""}}};var Fn=class extends CustomEvent{constructor(t,r){super("ft-reader-map-loaded",{detail:{map:t,toc:r}})}},Bn=class extends CustomEvent{constructor(t,r){super("ft-reader-visible-topics-change",{detail:{visibleTopics:r}})}},Hn=class extends CustomEvent{constructor(t){super("ft-reader-navigation-done",{detail:t})}},jn=class extends CustomEvent{constructor(t){super("ft-reader-load-error",{detail:t})}},Vn=class extends Event{constructor(){super("ft-reader-map-not-found")}},zn=class extends Event{constructor(){super("ft-reader-map-unauthorized")}},Wn=class extends Event{constructor(){super("ft-reader-map-forbidden")}},Kn=class extends Event{constructor(){super("ft-reader-topic-relative-not-found",{bubbles:!0,composed:!0})}};var $t=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},Es=class{constructor(t){this.stateManager=t}searchInDocument(t){this.stateManager.setSearchInDocumentQuery(t??"")}},mt=class extends yt.FtLitElementRedux{constructor(){super(),this.visibleTopics=[],this.updateConfiguration=()=>{this.stateManager.reloadConfiguration()},this.scrollToTargetDebouncer=new yt.Debouncer(5),this.navigationDebouncer=new yt.Debouncer(10),this.mapLoadedEventDebouncer=new yt.Debouncer(50),this.addStore(S)}render(){return Oi.html`
|
|
1398
1398
|
${this.importStyleIfNeeded()}
|
|
1399
1399
|
<slot @register-ft-reader-component=${this.registerComponent}></slot>
|
|
1400
1400
|
`}importStyleIfNeeded(){var t,r;let i=(t=this.stateManager.service)===null||t===void 0?void 0:t.themeStylesheet();return!i||window.location.href.startsWith((r=this.baseUrl)!==null&&r!==void 0?r:"")?Oi.nothing:Oi.html`
|
|
1401
1401
|
<style>
|
|
1402
1402
|
@import "${i}"
|
|
1403
1403
|
</style>
|
|
1404
|
-
`}get stateManager(){return this._stateManager==null&&(this._stateManager=Un.build(this.id||(0,yt.randomId)(6),this.readerServiceProvider),this._stateManager.errorHandler=t=>this.handleLoadError(t),this.addStore(this.stateManager.store,"reader")),this._stateManager}connectedCallback(){super.connectedCallback(),this.stateManager.setMapId(this.mapId),this.stateManager.awaitService().then(t=>{let r=t.fontsStylesheet();if(r&&!window.location.href.startsWith(this.baseUrl)&&!document.querySelector(`head link[href="${r}"]`)){let i=document.createElement("link");i.setAttribute("rel","stylesheet"),i.setAttribute("href",r),document.head.append(i)}window.FluidTopicsReaderService=new
|
|
1404
|
+
`}get stateManager(){return this._stateManager==null&&(this._stateManager=Un.build(this.id||(0,yt.randomId)(6),this.readerServiceProvider),this._stateManager.errorHandler=t=>this.handleLoadError(t),this.addStore(this.stateManager.store,"reader")),this._stateManager}connectedCallback(){super.connectedCallback(),this.stateManager.setMapId(this.mapId),this.stateManager.awaitService().then(t=>{let r=t.fontsStylesheet();if(r&&!window.location.href.startsWith(this.baseUrl)&&!document.querySelector(`head link[href="${r}"]`)){let i=document.createElement("link");i.setAttribute("rel","stylesheet"),i.setAttribute("href",r),document.head.append(i)}window.FluidTopicsReaderService=new Es(this.stateManager)}),S.addEventListener(Ie.eventName,this.updateConfiguration)}disconnectedCallback(){super.disconnectedCallback(),S.addEventListener(Ie.eventName,this.updateConfiguration)}update(t){super.update(t),t.has("readerServiceProvider")&&this.readerServiceProvider&&this.stateManager.initService(this.readerServiceProvider),t.has("mapId")&&this.mapId&&(this.stateManager.setMapId(this.mapId),this.lastNotifiedNotFoundRelative=void 0),t.has("searchInDocumentQuery")&&this.searchInDocumentQuery!=null&&this.stateManager.setSearchInDocumentQuery(this.searchInDocumentQuery),["tocId","section","page","mapId","topicPivot"].some(r=>t.has(r))&&this.mapId&&this.navigateToTarget(),t.has("session")&&this.reload()}contentAvailableCallback(t){var r,i;if(super.contentAvailableCallback(t),(t.has("map")||t.has("toc"))&&this.sendLoadedEventIfLoaded(),t.has("scrollTarget")&&((r=this.scrollTarget)===null||r===void 0?void 0:r.tocId)==null){let n=t.get("scrollTarget");n?.tocId!=null&&this.scrollToTargetDebouncer.run(()=>this.stateManager.getAccurateNavigationData(n.tocId,this.currentPage,n).then(o=>this.dispatchEvent(new Hn(o))))}(t.has("visibleTopics")||t.has("scrollTarget"))&&((i=this.scrollTarget)===null||i===void 0?void 0:i.tocId)==null&&Promise.all(this.visibleTopics.map(n=>this.stateManager.getAccurateNavigationData(n,this.currentPage))).then(n=>{let o=n.filter(s=>s!=null&&s.topicTitle!=="").map(s=>({tocId:s.tocId,title:s.topicTitle,page:s.page,prettyUrl:s.prettyUrl,prettyUrlDuplicated:s.prettyUrlDuplicated,breadcrumb:this.stateManager.buildBreadcrumb(s.tocId)}));this.dispatchEvent(new Bn(this.map,o))})}clear(){this.stateManager.clear()}async reload(){await this.stateManager.reload(),await this.navigateToTarget()}async navigateToTarget(){await this.stateManager.loaded(),await this.navigationDebouncer.run(async()=>{this.topicPivot!=null?!await this.stateManager.navigateToRelativeTopicIfFound(this.topicPivot)&&this.lastNotifiedNotFoundRelative!==this.mapId+this.topicPivot?(this.dispatchEvent(new Kn),this.lastNotifiedNotFoundRelative=this.mapId+this.topicPivot):this.lastNotifiedNotFoundRelative=void 0:this.tocId!=null?await this.stateManager.navigateToTopic(this.tocId,this.section,this.page):this.page!=null&&await this.stateManager.navigateToPage(this.page)}),this.tocId&&!this.section&&(this.stateManager.store.commands.clear(/^focus-topic-/),this.stateManager.store.commands.add({type:`focus-topic-${this.tocId}`}))}registerComponent(t){t.stopPropagation();let r=t.composedPath()[0];this.register(r)}register(t){t.setReaderStateManager(this.stateManager)}handleLoadError(t){let r=t;r.status===401?this.dispatchEvent(new zn):r.status===403?this.dispatchEvent(new Wn):r.status===404?this.dispatchEvent(new Vn):this.dispatchEvent(new jn(t))}reloadBookmarks(){ns.reloadBookmarks()}async reloadRating(){var t,r;await((t=this.stateManager.service)===null||t===void 0?void 0:t.reloadRating()),(r=this.stateManager.store)===null||r===void 0||r.dispatchEvent(new CustomEvent("rating-changed"))}sendLoadedEventIfLoaded(){this.mapLoadedEventDebouncer.run(()=>{this.map&&this.toc&&this.dispatchEvent(new Fn(this.map,this.toc))})}};mt.styles=nd;$t([(0,yt.redux)({store:S.name})],mt.prototype,"baseUrl",void 0);$t([(0,yt.redux)({store:S.name})],mt.prototype,"session",void 0);$t([(0,Ar.property)()],mt.prototype,"mapId",void 0);$t([(0,Ar.property)()],mt.prototype,"tocId",void 0);$t([(0,Ar.property)()],mt.prototype,"section",void 0);$t([(0,Ar.property)()],mt.prototype,"topicPivot",void 0);$t([(0,Ar.property)()],mt.prototype,"searchInDocumentQuery",void 0);$t([(0,yt.numberProperty)({min:1})],mt.prototype,"page",void 0);$t([(0,yt.redux)({store:"reader"})],mt.prototype,"map",void 0);$t([(0,yt.redux)({store:"reader"})],mt.prototype,"toc",void 0);$t([(0,yt.redux)({store:"reader"})],mt.prototype,"visibleTopics",void 0);$t([(0,yt.redux)({store:"reader"})],mt.prototype,"currentPage",void 0);$t([(0,yt.redux)({store:"reader"})],mt.prototype,"scrollTarget",void 0);$t([(0,Ar.property)({attribute:!1})],mt.prototype,"readerServiceProvider",void 0);var cd=f(b());var ld={"ft-reader-context":mt};(0,cd.customElements)(ld);var Gn=class extends CustomEvent{constructor(t){super("send-feedback",{detail:t})}},qn=class extends CustomEvent{constructor(t){super("ft-reader-topic-feedback",{composed:!0,bubbles:!0,detail:t})}},Yn=class extends CustomEvent{constructor(t){super("ft-reader-feedback",{composed:!0,bubbles:!0,detail:t})}},Xn=class extends CustomEvent{constructor(t){super("ft-reader-mailer-topic-feedback",{composed:!0,bubbles:!0,detail:{topic:t}})}},Zn=class extends CustomEvent{constructor(){super("ft-reader-mailer-map-feedback",{composed:!0,bubbles:!0})}};var gt=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},H=class extends Ge(Me){constructor(){super(),this.editorMode=!1,this.hideTitle=!1,this.withMoreOptionsButton=!1,this.ratingAllowed=!1,this.from="",this.feedbackMessage="",this.emptyStarIcon="STAR",this.filledStarIcon="STAR_PLAIN",this.emptyLikeIcon="THUMBS_UP",this.filledLikeIcon="THUMBS_UP_PLAIN",this.emptyDislikeIcon="THUMBS_DOWN",this.filledDislikeIcon="THUMBS_DOWN_PLAIN",this.addI18nContext(M,Ku)}get canAccessFeedback(){var t;return(t=this.service)===null||t===void 0?void 0:t.isFeatureAccessible(Gt.FEEDBACK,{session:this.session})}get canRateThisContent(){var t;return((t=this.service)===null||t===void 0?void 0:t.isFeatureAccessible(Gt.RATING,{session:this.session}))&&this.ratingAllowed&&this.configuredRatingType!=ct.NO_RATING}get configuredRatingType(){var t,r;return(r=(t=this.ratingSummary)===null||t===void 0?void 0:t.type)!==null&&r!==void 0?r:ct.NO_RATING}get ratingTypeOfDoneRatingOfThisContent(){var t,r,i;return(i=(r=(t=this.ratingSummary)===null||t===void 0?void 0:t.rating)===null||r===void 0?void 0:r.type)!==null&&i!==void 0?i:ct.NO_RATING}get ratingValue(){var t,r,i;return(i=(r=(t=this.ratingSummary)===null||t===void 0?void 0:t.rating)===null||r===void 0?void 0:r.value)!==null&&i!==void 0?i:-1}get ratingDate(){var t,r;let i=(r=(t=this.ratingSummary)===null||t===void 0?void 0:t.rating)===null||r===void 0?void 0:r.date;return typeof i=="string"?(0,Qn.parseDate)(i):i}render(){return!this.canAccessFeedback&&!this.canRateThisContent?nt.nothing:nt.html`
|
|
1405
1405
|
<div class="ft-reader-feedback">
|
|
1406
1406
|
${this.hideTitle?nt.nothing:nt.html`
|
|
1407
1407
|
<ft-typography variant="title" part="main-title">
|
|
@@ -1423,7 +1423,7 @@
|
|
|
1423
1423
|
</div>
|
|
1424
1424
|
`:nt.nothing}renderRatingDate(){let t=this.ratingDate;if(t==null)return M.messages.notRated();if(t.getTime()>new Date().getTime()-6e4)return M.messages.ratedNow();let r=new Date().toLocaleDateString(),i=t.toLocaleDateString();return r===i?M.messages.ratedToday():M.messages.ratedOn(t)}renderRating(){switch(this.configuredRatingType){case ct.STARS:return nt.html`
|
|
1425
1425
|
<div class="ft-reader-feedback--stars" part="rating rating-stars">
|
|
1426
|
-
${(0,
|
|
1426
|
+
${(0,ud.repeat)(new Array(5),(o,s)=>s,(o,s)=>{let a=this.ratingTypeOfDoneRatingOfThisContent===ct.STARS&&this.ratingValue>s,l=s+1;return nt.html`
|
|
1427
1427
|
<ft-button round part="rating-stars-${l}"
|
|
1428
1428
|
label="${M.messages.starsRating(l)}"
|
|
1429
1429
|
tooltipPosition="top"
|
|
@@ -1512,7 +1512,7 @@
|
|
|
1512
1512
|
${a}
|
|
1513
1513
|
</div>
|
|
1514
1514
|
</form>
|
|
1515
|
-
`}return nt.nothing}onFormSubmitEvent(t,r){t.preventDefault(),r?this.onMailerFeedbackSent():this.sendFeedback()}validFromEmail(){var t,r,i;let n=/^[a-zA-Z0-9_+&*-]+(?:\.[a-zA-Z0-9_+&*-]+)*@(?:[a-zA-Z0-9-]+\.)+[a-zA-Z]{2,}$/;return!(((r=(t=this.session)===null||t===void 0?void 0:t.profile)===null||r===void 0?void 0:r.userId)==null&&(!((i=this.configuration)===null||i===void 0)&&i.mailsSentByFluidTopicsForUnauthenticatedUsers))||n.test(this.from)}sendFeedback(){var t;this.dispatchEvent(new Gn({message:this.feedbackInput.value,...((t=this.configuration)===null||t===void 0?void 0:t.mailsSentByFluidTopicsForUnauthenticatedUsers)&&{from:this.from}}))}onMailerFeedbackSent(){this.dispatchEvent(new CustomEvent("mailer-feedback"))}onOpenMoreDetails(){this.dispatchEvent(new CustomEvent("open-more-options"))}clearFeedbackInput(){setTimeout(()=>this.feedbackInput.setValue("",!0),0)}};H.elementDefinitions={"ft-button":N,"ft-typography":tt,"ft-switch":Lt,"ft-switch-option":it,"ft-text-area":dt,"ft-text-field":_};H.styles=
|
|
1515
|
+
`}return nt.nothing}onFormSubmitEvent(t,r){t.preventDefault(),r?this.onMailerFeedbackSent():this.sendFeedback()}validFromEmail(){var t,r,i;let n=/^[a-zA-Z0-9_+&*-]+(?:\.[a-zA-Z0-9_+&*-]+)*@(?:[a-zA-Z0-9-]+\.)+[a-zA-Z]{2,}$/;return!(((r=(t=this.session)===null||t===void 0?void 0:t.profile)===null||r===void 0?void 0:r.userId)==null&&(!((i=this.configuration)===null||i===void 0)&&i.mailsSentByFluidTopicsForUnauthenticatedUsers))||n.test(this.from)}sendFeedback(){var t;this.dispatchEvent(new Gn({message:this.feedbackInput.value,...((t=this.configuration)===null||t===void 0?void 0:t.mailsSentByFluidTopicsForUnauthenticatedUsers)&&{from:this.from}}))}onMailerFeedbackSent(){this.dispatchEvent(new CustomEvent("mailer-feedback"))}onOpenMoreDetails(){this.dispatchEvent(new CustomEvent("open-more-options"))}clearFeedbackInput(){setTimeout(()=>this.feedbackInput.setValue("",!0),0)}};H.elementDefinitions={"ft-button":N,"ft-typography":tt,"ft-switch":Lt,"ft-switch-option":it,"ft-text-area":dt,"ft-text-field":_};H.styles=ia;gt([(0,ot.property)({type:Boolean})],H.prototype,"editorMode",void 0);gt([(0,ot.property)({type:Boolean})],H.prototype,"hideTitle",void 0);gt([(0,ot.property)({type:Boolean})],H.prototype,"withMoreOptionsButton",void 0);gt([(0,ot.property)({type:Boolean})],H.prototype,"ratingAllowed",void 0);gt([(0,ot.property)({attribute:!1})],H.prototype,"i18nProperties",void 0);gt([(0,ot.property)({attribute:!1})],H.prototype,"ratingSummary",void 0);gt([(0,ot.property)({attribute:!1})],H.prototype,"session",void 0);gt([(0,ot.query)(".ft-reader-feedback--feedback-input")],H.prototype,"feedbackInput",void 0);gt([(0,ot.state)()],H.prototype,"from",void 0);gt([(0,ot.state)()],H.prototype,"feedbackMessage",void 0);gt([(0,ot.property)()],H.prototype,"iconVariant",void 0);gt([(0,ot.property)()],H.prototype,"emptyStarIcon",void 0);gt([(0,ot.property)()],H.prototype,"filledStarIcon",void 0);gt([(0,ot.property)()],H.prototype,"emptyLikeIcon",void 0);gt([(0,ot.property)()],H.prototype,"filledLikeIcon",void 0);gt([(0,ot.property)()],H.prototype,"emptyDislikeIcon",void 0);gt([(0,ot.property)()],H.prototype,"filledDislikeIcon",void 0);gt([(0,Qn.redux)({store:"reader",selector:e=>{var t;return(t=e.configuration)===null||t===void 0?void 0:t.feedback}})],H.prototype,"configuration",void 0);gt([(0,ot.property)()],H.prototype,"feedbackMailLinkBuilder",void 0);var Qr=qe.fromGwt("server");var Jr=class{constructor(){this.subject="",this.url="",this.subjectMetadata="",this.bodyMetadata="",this.isAuthenticated=!1}update(t,r,i,n,o){var s;this.subject=t,this.url=r,this.configuration=n,this.isAuthenticated=o,this.subjectMetadata=this.filterMetadata(i,n.subjectMetadataIds).map(a=>"["+a.values[a.values.length-1]+"]").join(""),this.bodyMetadata=this.filterMetadata(i,(s=n.bodyMetadataIds)!==null&&s!==void 0?s:[]).map(a=>"["+a.values.join(", ")+"]").join(" ")}filterMetadata(t,r){return r.map(i=>t.find(n=>n.key===i)).filter(i=>i!=null&&i.values.length>0)}shouldUseMailer(){var t,r;let i=this.isAuthenticated&&!(!((t=this.configuration)===null||t===void 0)&&t.mailsSentByFluidTopics),n=!this.isAuthenticated&&!(!((r=this.configuration)===null||r===void 0)&&r.mailsSentByFluidTopicsForUnauthenticatedUsers);return i||n}build(t){var r;if(t!=null&&t.length===0||!this.shouldUseMailer())return;let i=encodeURIComponent(this.subject+" "+this.subjectMetadata),n=encodeURIComponent(`
|
|
1516
1516
|
${this.bodyMetadata}
|
|
1517
1517
|
${this.url}
|
|
1518
1518
|
_________________________________________________________________
|
|
@@ -1520,7 +1520,7 @@ _________________________________________________________________
|
|
|
1520
1520
|
${t??""}
|
|
1521
1521
|
|
|
1522
1522
|
_________________________________________________________________
|
|
1523
|
-
${
|
|
1523
|
+
${Qr.messages["mail.feedback.disclaimer"]()}`);return`mailto:${(r=this.configuration)===null||r===void 0?void 0:r.recipients.join(",")}?subject=${i}&body=${n}`}};var Qe=qe.build("inDesignerFeedbackComponent"),Jn={feedbackAndRatingDisabledInEditor:"Feedback and ratings performed here are not taken into account."};var xt=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},q=class extends Ge(Me){constructor(t=new Kr){super(),this.guestStorage=t,this.editorMode=!1,this.hideTitle=!1,this.withMoreOptionsButton=!1,this.iconVariant=Dt.fluid_topics,this.emptyStarIcon="STAR",this.filledStarIcon="STAR_PLAIN",this.emptyLikeIcon="THUMBS_UP",this.filledLikeIcon="THUMBS_UP_PLAIN",this.emptyDislikeIcon="THUMBS_DOWN",this.filledDislikeIcon="THUMBS_DOWN_PLAIN",this.feedbackLinkBuilder=new Jr,this.i18nProperties={feedbackMainTitle:M.properties.mapFeedbackMainTitle(),ratingSectionTitle:M.properties.mapRatingSectionTitle(),dichotomousRatingSectionTitle:M.properties.mapDichotomousRatingSectionTitle(),feedbackSectionTitle:M.properties.mapFeedbackSectionTitle()},this.loadGuestRating=()=>{let r=this.guestStorage.get(this.guestRatingKey());r&&(this.ratingSummary=r)},this.guestRatingKey=()=>{var r;return"ft-reader-map-feedback-guest-rating-"+((r=this.map)===null||r===void 0?void 0:r.id)},this.sendRatingDebouncer=new wt.Debouncer(500),this.addStore(S)}render(){return dd.html`
|
|
1524
1524
|
<ft-reader-feedback
|
|
1525
1525
|
ratingAllowed
|
|
1526
1526
|
.i18nProperties=${this.i18nProperties}
|
|
@@ -1542,7 +1542,7 @@ ${Jr.messages["mail.feedback.disclaimer"]()}`);return`mailto:${(r=this.configura
|
|
|
1542
1542
|
@mailer-feedback=${this.onMailerFeedbackSent}
|
|
1543
1543
|
@open-more-options=${this.openMoreOptions}
|
|
1544
1544
|
></ft-reader-feedback>
|
|
1545
|
-
`}willUpdate(t){var r,i,n,o,s;super.willUpdate(t),t.has("map")&&this.map&&((r=this.stateManager)===null||r===void 0||r.fetchMapRating()),t.has("editorMode")&&this.editorMode&&this.addI18nContext(Qe,Jn),["map","configuration","user","mailSubject"].some(a=>t.has(a))&&this.map&&this.configuration&&this.feedbackLinkBuilder.update(this.mailSubject,(n=(i=this.service)===null||i===void 0?void 0:i.getLink())!==null&&n!==void 0?n:"",this.map.metadata,this.configuration,((s=(o=this.session)===null||o===void 0?void 0:o.profile)===null||s===void 0?void 0:s.userId)!=null),["session","map"].some(a=>t.has(a))&&this.session&&this.map&&this.loadGuestRating()}connectedCallback(){super.connectedCallback(),this.guestStorage.addStoreListener(this.guestRatingKey,this.loadGuestRating)}disconnectedCallback(){super.disconnectedCallback(),this.guestStorage.clearStoreListeners()}async fetchRatingSummary(){var t;await((t=this.stateManager)===null||t===void 0?void 0:t.fetchMapRating())}rate(t){this.ratingSummary&&(this.ratingSummary={...this.ratingSummary,rating:t.detail==null?void 0:{type:this.ratingSummary.type,value:t.detail,date:new Date}},this.guestStorage.store(this.guestRatingKey(),this.ratingSummary),this.sendRatingDebouncer.run(()=>this.sendRating(t.detail)))}async sendRating(t){var r,i,n,o;if(!this.editorMode&&this.ratingSummary){try{t==null?await((r=this.service)===null||r===void 0?void 0:r.unrateMap()):await((i=this.service)===null||i===void 0?void 0:i.rateMap((n=this.ratingSummary)===null||n===void 0?void 0:n.type,t))}catch{this.dispatchEvent(new wt.FtNotificationEvent({type:"error",message:M.messages.ratingFailure()}))}await((o=this.stateManager)===null||o===void 0?void 0:o.fetchMapRating())}else this.editorMode&&this.dispatchEvent(new wt.FtNotificationEvent({type:"info",message:Qe.messages.feedbackAndRatingDisabledInEditor()}))}async sendFeedback(t){var r;try{this.editorMode?this.dispatchEvent(new wt.FtNotificationEvent({type:"info",message:Qe.messages.feedbackAndRatingDisabledInEditor()})):(await((r=this.service)===null||r===void 0?void 0:r.sendMapFeedback(t.detail.message,t.detail.from)),this.dispatchEvent(new wt.FtNotificationEvent({type:"info",message:M.messages.feedbackSuccess()}))),this.readerFeedback.clearFeedbackInput()}catch{this.dispatchEvent(new wt.FtNotificationEvent({type:"error",message:M.messages.feedbackFailure()}))}}onMailerFeedbackSent(){this.dispatchEvent(new Zn)}openMoreOptions(){var t,r,i;this.dispatchEvent(new Yn({mapId:this.map.id,mapTitle:this.map.title,mapMetadata:((t=this.map)===null||t===void 0?void 0:t.metadata)||[],ratingType:((r=this.ratingSummary)===null||r===void 0?void 0:r.type)||ct.NO_RATING,ratingValue:(i=this.ratingSummary)===null||i===void 0?void 0:i.rating}))}};q.elementDefinitions={"ft-reader-feedback":H};q.storedRatingIfAuthenticated=(e,t)=>{var r,i;return!((r=t.session)===null||r===void 0)&&r.sessionAuthenticated?e.mapRating:(i=t.ratingSummary)!==null&&i!==void 0?i:e.mapRating};xt([(0,wt.redux)({store:S.name})],q.prototype,"session",void 0);xt([(0,wt.redux)({store:"reader"})],q.prototype,"map",void 0);xt([(0,wt.redux)({store:S.name})],q.prototype,"editorMode",void 0);xt([(0,wt.redux)({store:"reader",selector:e=>{var t;return(t=e.configuration)===null||t===void 0?void 0:t.feedback}})],q.prototype,"configuration",void 0);xt([(0,wt.redux)({store:"reader",selector:q.storedRatingIfAuthenticated})],q.prototype,"ratingSummary",void 0);xt([(0,ae.property)({type:Boolean})],q.prototype,"hideTitle",void 0);xt([(0,ae.property)({type:Boolean})],q.prototype,"withMoreOptionsButton",void 0);xt([(0,ae.property)()],q.prototype,"iconVariant",void 0);xt([(0,ae.property)()],q.prototype,"emptyStarIcon",void 0);xt([(0,ae.property)()],q.prototype,"filledStarIcon",void 0);xt([(0,ae.property)()],q.prototype,"emptyLikeIcon",void 0);xt([(0,ae.property)()],q.prototype,"filledLikeIcon",void 0);xt([(0,ae.property)()],q.prototype,"emptyDislikeIcon",void 0);xt([(0,ae.property)()],q.prototype,"filledDislikeIcon",void 0);xt([(0,ae.query)("ft-reader-feedback")],q.prototype,"readerFeedback",void 0);xt([Sn(
|
|
1545
|
+
`}willUpdate(t){var r,i,n,o,s;super.willUpdate(t),t.has("map")&&this.map&&((r=this.stateManager)===null||r===void 0||r.fetchMapRating()),t.has("editorMode")&&this.editorMode&&this.addI18nContext(Qe,Jn),["map","configuration","user","mailSubject"].some(a=>t.has(a))&&this.map&&this.configuration&&this.feedbackLinkBuilder.update(this.mailSubject,(n=(i=this.service)===null||i===void 0?void 0:i.getLink())!==null&&n!==void 0?n:"",this.map.metadata,this.configuration,((s=(o=this.session)===null||o===void 0?void 0:o.profile)===null||s===void 0?void 0:s.userId)!=null),["session","map"].some(a=>t.has(a))&&this.session&&this.map&&this.loadGuestRating()}connectedCallback(){super.connectedCallback(),this.guestStorage.addStoreListener(this.guestRatingKey,this.loadGuestRating)}disconnectedCallback(){super.disconnectedCallback(),this.guestStorage.clearStoreListeners()}async fetchRatingSummary(){var t;await((t=this.stateManager)===null||t===void 0?void 0:t.fetchMapRating())}rate(t){this.ratingSummary&&(this.ratingSummary={...this.ratingSummary,rating:t.detail==null?void 0:{type:this.ratingSummary.type,value:t.detail,date:new Date}},this.guestStorage.store(this.guestRatingKey(),this.ratingSummary),this.sendRatingDebouncer.run(()=>this.sendRating(t.detail)))}async sendRating(t){var r,i,n,o;if(!this.editorMode&&this.ratingSummary){try{t==null?await((r=this.service)===null||r===void 0?void 0:r.unrateMap()):await((i=this.service)===null||i===void 0?void 0:i.rateMap((n=this.ratingSummary)===null||n===void 0?void 0:n.type,t))}catch{this.dispatchEvent(new wt.FtNotificationEvent({type:"error",message:M.messages.ratingFailure()}))}await((o=this.stateManager)===null||o===void 0?void 0:o.fetchMapRating())}else this.editorMode&&this.dispatchEvent(new wt.FtNotificationEvent({type:"info",message:Qe.messages.feedbackAndRatingDisabledInEditor()}))}async sendFeedback(t){var r;try{this.editorMode?this.dispatchEvent(new wt.FtNotificationEvent({type:"info",message:Qe.messages.feedbackAndRatingDisabledInEditor()})):(await((r=this.service)===null||r===void 0?void 0:r.sendMapFeedback(t.detail.message,t.detail.from)),this.dispatchEvent(new wt.FtNotificationEvent({type:"info",message:M.messages.feedbackSuccess()}))),this.readerFeedback.clearFeedbackInput()}catch{this.dispatchEvent(new wt.FtNotificationEvent({type:"error",message:M.messages.feedbackFailure()}))}}onMailerFeedbackSent(){this.dispatchEvent(new Zn)}openMoreOptions(){var t,r,i;this.dispatchEvent(new Yn({mapId:this.map.id,mapTitle:this.map.title,mapMetadata:((t=this.map)===null||t===void 0?void 0:t.metadata)||[],ratingType:((r=this.ratingSummary)===null||r===void 0?void 0:r.type)||ct.NO_RATING,ratingValue:(i=this.ratingSummary)===null||i===void 0?void 0:i.rating}))}};q.elementDefinitions={"ft-reader-feedback":H};q.storedRatingIfAuthenticated=(e,t)=>{var r,i;return!((r=t.session)===null||r===void 0)&&r.sessionAuthenticated?e.mapRating:(i=t.ratingSummary)!==null&&i!==void 0?i:e.mapRating};xt([(0,wt.redux)({store:S.name})],q.prototype,"session",void 0);xt([(0,wt.redux)({store:"reader"})],q.prototype,"map",void 0);xt([(0,wt.redux)({store:S.name})],q.prototype,"editorMode",void 0);xt([(0,wt.redux)({store:"reader",selector:e=>{var t;return(t=e.configuration)===null||t===void 0?void 0:t.feedback}})],q.prototype,"configuration",void 0);xt([(0,wt.redux)({store:"reader",selector:q.storedRatingIfAuthenticated})],q.prototype,"ratingSummary",void 0);xt([(0,ae.property)({type:Boolean})],q.prototype,"hideTitle",void 0);xt([(0,ae.property)({type:Boolean})],q.prototype,"withMoreOptionsButton",void 0);xt([(0,ae.property)()],q.prototype,"iconVariant",void 0);xt([(0,ae.property)()],q.prototype,"emptyStarIcon",void 0);xt([(0,ae.property)()],q.prototype,"filledStarIcon",void 0);xt([(0,ae.property)()],q.prototype,"emptyLikeIcon",void 0);xt([(0,ae.property)()],q.prototype,"filledLikeIcon",void 0);xt([(0,ae.property)()],q.prototype,"emptyDislikeIcon",void 0);xt([(0,ae.property)()],q.prototype,"filledDislikeIcon",void 0);xt([(0,ae.query)("ft-reader-feedback")],q.prototype,"readerFeedback",void 0);xt([Sn(Qr.properties["mail.map_feedback.subject"](e=>{var t;return[(t=e.map)===null||t===void 0?void 0:t.title]}))],q.prototype,"mailSubject",void 0);xt([(0,wt.reduxEventListener)({eventName:"rating-changed"})],q.prototype,"fetchRatingSummary",null);var fd=f(k()),le=f(F()),Ct=f(b());var Ii=f(F()),pd=f(b());var to=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},ws=class extends Event{constructor(){super("register-ft-reader-topic-component",{bubbles:!0,composed:!0})}},Ts=Symbol("registerInterval"),Gp=(0,pd.applyMixinOnce)(Symbol("toFtReaderTopicComponent"),function(e){var t;class r extends e{constructor(){super(...arguments),this.disableContextInteractions=!1,this.headingLevelsShift=0,this[t]=0}connectedCallback(){super.connectedCallback(),this[Ts]=window.setInterval(()=>this.tryToRegisterToTopicContext(),50)}tryToRegisterToTopicContext(){this.tocNode!=null?window.clearInterval(this[Ts]):this.dispatchEvent(new ws)}disconnectedCallback(){super.disconnectedCallback(),this.tocNode=void 0}}return t=Ts,to([(0,Ii.state)()],r.prototype,"tocNode",void 0),to([(0,Ii.state)()],r.prototype,"disableContextInteractions",void 0),to([(0,Ii.state)()],r.prototype,"headingLevelsShift",void 0),to([(0,Ii.state)()],r.prototype,"headingStartLevel",void 0),r}),eo=class extends Gp(Me){};var St=function(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(n<3?s(o):n>3?s(t,r,o):s(t,r))||o);return n>3&&o&&Object.defineProperty(t,r,o),o},Y=class extends Ge(eo){constructor(t=new Kr){super(),this.guestStorage=t,this.editorMode=!1,this.hideTitle=!1,this.withMoreOptionsButton=!1,this.iconVariant=Dt.fluid_topics,this.emptyStarIcon="STAR",this.filledStarIcon="STAR_PLAIN",this.emptyLikeIcon="THUMBS_UP",this.filledLikeIcon="THUMBS_UP_PLAIN",this.emptyDislikeIcon="THUMBS_DOWN",this.filledDislikeIcon="THUMBS_DOWN_PLAIN",this.feedbackLinkBuilder=new Jr,this.i18nProperties={feedbackMainTitle:M.properties.topicFeedbackMainTitle(),ratingSectionTitle:M.properties.topicRatingSectionTitle(),dichotomousRatingSectionTitle:M.properties.topicDichotomousRatingSectionTitle(),feedbackSectionTitle:M.properties.topicFeedbackSectionTitle()},this.loadGuestRating=()=>{let r=this.guestStorage.get(this.guestRatingKey());r&&(this.ratingSummary=r)},this.guestRatingKey=()=>{var r;return"ft-reader-topic-feedback-guest-rating-"+((r=this.tocNode)===null||r===void 0?void 0:r.tocId)},this.sendRatingDebouncer=new Ct.Debouncer(500),this.addStore(S)}render(){var t;return fd.html`
|
|
1546
1546
|
<ft-reader-feedback
|
|
1547
1547
|
.i18nProperties=${this.i18nProperties}
|
|
1548
1548
|
?ratingAllowed=${(t=this.tocNode)===null||t===void 0?void 0:t.hasRating}
|
|
@@ -1564,7 +1564,7 @@ ${Jr.messages["mail.feedback.disclaimer"]()}`);return`mailto:${(r=this.configura
|
|
|
1564
1564
|
@mailer-feedback=${this.onMailerFeedbackSent}
|
|
1565
1565
|
@open-more-options=${this.openMoreOptions}
|
|
1566
1566
|
></ft-reader-feedback>
|
|
1567
|
-
`}willUpdate(t){var r,i,n,o,s;super.willUpdate(t),["tocNode","user"].some(a=>t.has(a))&&this.tocNode&&((r=this.stateManager)===null||r===void 0||r.fetchTopicRating(this.tocNode.tocId)),t.has("editorMode")&&this.editorMode&&this.addI18nContext(Qe,Jn),["map","tocNode","configuration","user","mailSubject"].some(a=>t.has(a))&&this.map&&this.tocNode&&this.configuration&&this.feedbackLinkBuilder.update(this.mailSubject,(n=(i=this.service)===null||i===void 0?void 0:i.getLink(this.tocNode.tocId))!==null&&n!==void 0?n:"",this.map.metadata,this.configuration,((s=(o=this.session)===null||o===void 0?void 0:o.profile)===null||s===void 0?void 0:s.userId)!=null),["session","tocNode"].some(a=>t.has(a))&&this.session&&this.tocNode&&this.loadGuestRating()}connectedCallback(){super.connectedCallback(),this.guestStorage.addStoreListener(this.guestRatingKey,this.loadGuestRating)}disconnectedCallback(){super.disconnectedCallback(),this.guestStorage.clearStoreListeners()}async fetchRatingSummary(){var t;await((t=this.stateManager)===null||t===void 0?void 0:t.fetchTopicRating(this.tocNode.tocId))}rate(t){this.ratingSummary&&this.tocNode&&(this.ratingSummary={...this.ratingSummary,rating:t.detail==null?void 0:{tocId:this.tocNode.tocId,type:this.ratingSummary.type,value:t.detail,date:new Date}},this.guestStorage.store(this.guestRatingKey(),this.ratingSummary),this.sendRatingDebouncer.run(()=>this.sendRating(t.detail)))}async sendRating(t){var r,i,n,o;if(!this.editorMode&&this.ratingSummary&&this.tocNode){try{t==null?await((r=this.service)===null||r===void 0?void 0:r.unrateTopic(this.tocNode.tocId)):await((i=this.service)===null||i===void 0?void 0:i.rateTopic(this.tocNode.tocId,(n=this.ratingSummary)===null||n===void 0?void 0:n.type,t))}catch{this.dispatchEvent(new Ct.FtNotificationEvent({type:"error",message:M.messages.ratingFailure()}))}await((o=this.stateManager)===null||o===void 0?void 0:o.fetchTopicRating(this.tocNode.tocId))}else this.editorMode&&this.dispatchEvent(new Ct.FtNotificationEvent({type:"info",message:Qe.messages.feedbackAndRatingDisabledInEditor()}))}async sendFeedback(t){var r;try{!this.editorMode&&this.tocNode?(await((r=this.service)===null||r===void 0?void 0:r.sendTopicFeedback(this.tocNode.tocId,t.detail.message,t.detail.from)),this.dispatchEvent(new Ct.FtNotificationEvent({type:"info",message:M.messages.feedbackSuccess()})),this.readerFeedback.clearFeedbackInput()):this.editorMode&&this.dispatchEvent(new Ct.FtNotificationEvent({type:"info",message:Qe.messages.feedbackAndRatingDisabledInEditor()}))}catch{this.dispatchEvent(new Ct.FtNotificationEvent({type:"error",message:M.messages.feedbackFailure()}))}}onMailerFeedbackSent(){let t=this.tocNode;this.dispatchEvent(new Xn(t))}openMoreOptions(){var t,r,i,n,o,s,a,l;this.dispatchEvent(new qn({mapId:this.map.id,mapTitle:this.map.title,tocId:this.tocNode.tocId,topicTitle:this.tocNode.title,topicUrl:(r=(t=this.service)===null||t===void 0?void 0:t.getLink(this.tocNode.tocId))!==null&&r!==void 0?r:"",mapMetadata:((i=this.map)===null||i===void 0?void 0:i.metadata)||[],breadcrumb:((o=(n=this.stateManager)===null||n===void 0?void 0:n.service)===null||o===void 0?void 0:o.buildBreadcrumb(this.tocNode.tocId))||[],ratingType:(!((s=this.tocNode)===null||s===void 0)&&s.hasRating?(a=this.ratingSummary)===null||a===void 0?void 0:a.type:ct.NO_RATING)||ct.NO_RATING,ratingValue:(l=this.ratingSummary)===null||l===void 0?void 0:l.rating}))}};Y.elementDefinitions={"ft-reader-feedback":H};Y.storedRatingIfAuthenticated=(e,t)=>{var r,i,n,o;let s=e.topicsRating[(i=(r=t.tocNode)===null||r===void 0?void 0:r.tocId)!==null&&i!==void 0?i:""];return!((n=t.session)===null||n===void 0)&&n.sessionAuthenticated?s:(o=t.ratingSummary)!==null&&o!==void 0?o:s};St([(0,Ct.redux)({store:S.name})],Y.prototype,"session",void 0);St([(0,Ct.redux)({store:"reader"})],Y.prototype,"map",void 0);St([(0,Ct.redux)({store:S.name})],Y.prototype,"editorMode",void 0);St([(0,Ct.redux)({store:"reader",selector:e=>{var t;return(t=e.configuration)===null||t===void 0?void 0:t.feedback}})],Y.prototype,"configuration",void 0);St([(0,Ct.redux)({store:"reader",selector:Y.storedRatingIfAuthenticated})],Y.prototype,"ratingSummary",void 0);St([(0,le.property)({type:Boolean})],Y.prototype,"hideTitle",void 0);St([(0,le.property)({type:Boolean})],Y.prototype,"withMoreOptionsButton",void 0);St([(0,le.property)()],Y.prototype,"iconVariant",void 0);St([(0,le.property)()],Y.prototype,"emptyStarIcon",void 0);St([(0,le.property)()],Y.prototype,"filledStarIcon",void 0);St([(0,le.property)()],Y.prototype,"emptyLikeIcon",void 0);St([(0,le.property)()],Y.prototype,"filledLikeIcon",void 0);St([(0,le.property)()],Y.prototype,"emptyDislikeIcon",void 0);St([(0,le.property)()],Y.prototype,"filledDislikeIcon",void 0);St([(0,le.query)("ft-reader-feedback")],Y.prototype,"readerFeedback",void 0);St([Sn(
|
|
1567
|
+
`}willUpdate(t){var r,i,n,o,s;super.willUpdate(t),["tocNode","user"].some(a=>t.has(a))&&this.tocNode&&((r=this.stateManager)===null||r===void 0||r.fetchTopicRating(this.tocNode.tocId)),t.has("editorMode")&&this.editorMode&&this.addI18nContext(Qe,Jn),["map","tocNode","configuration","user","mailSubject"].some(a=>t.has(a))&&this.map&&this.tocNode&&this.configuration&&this.feedbackLinkBuilder.update(this.mailSubject,(n=(i=this.service)===null||i===void 0?void 0:i.getLink(this.tocNode.tocId))!==null&&n!==void 0?n:"",this.map.metadata,this.configuration,((s=(o=this.session)===null||o===void 0?void 0:o.profile)===null||s===void 0?void 0:s.userId)!=null),["session","tocNode"].some(a=>t.has(a))&&this.session&&this.tocNode&&this.loadGuestRating()}connectedCallback(){super.connectedCallback(),this.guestStorage.addStoreListener(this.guestRatingKey,this.loadGuestRating)}disconnectedCallback(){super.disconnectedCallback(),this.guestStorage.clearStoreListeners()}async fetchRatingSummary(){var t;await((t=this.stateManager)===null||t===void 0?void 0:t.fetchTopicRating(this.tocNode.tocId))}rate(t){this.ratingSummary&&this.tocNode&&(this.ratingSummary={...this.ratingSummary,rating:t.detail==null?void 0:{tocId:this.tocNode.tocId,type:this.ratingSummary.type,value:t.detail,date:new Date}},this.guestStorage.store(this.guestRatingKey(),this.ratingSummary),this.sendRatingDebouncer.run(()=>this.sendRating(t.detail)))}async sendRating(t){var r,i,n,o;if(!this.editorMode&&this.ratingSummary&&this.tocNode){try{t==null?await((r=this.service)===null||r===void 0?void 0:r.unrateTopic(this.tocNode.tocId)):await((i=this.service)===null||i===void 0?void 0:i.rateTopic(this.tocNode.tocId,(n=this.ratingSummary)===null||n===void 0?void 0:n.type,t))}catch{this.dispatchEvent(new Ct.FtNotificationEvent({type:"error",message:M.messages.ratingFailure()}))}await((o=this.stateManager)===null||o===void 0?void 0:o.fetchTopicRating(this.tocNode.tocId))}else this.editorMode&&this.dispatchEvent(new Ct.FtNotificationEvent({type:"info",message:Qe.messages.feedbackAndRatingDisabledInEditor()}))}async sendFeedback(t){var r;try{!this.editorMode&&this.tocNode?(await((r=this.service)===null||r===void 0?void 0:r.sendTopicFeedback(this.tocNode.tocId,t.detail.message,t.detail.from)),this.dispatchEvent(new Ct.FtNotificationEvent({type:"info",message:M.messages.feedbackSuccess()})),this.readerFeedback.clearFeedbackInput()):this.editorMode&&this.dispatchEvent(new Ct.FtNotificationEvent({type:"info",message:Qe.messages.feedbackAndRatingDisabledInEditor()}))}catch{this.dispatchEvent(new Ct.FtNotificationEvent({type:"error",message:M.messages.feedbackFailure()}))}}onMailerFeedbackSent(){let t=this.tocNode;this.dispatchEvent(new Xn(t))}openMoreOptions(){var t,r,i,n,o,s,a,l;this.dispatchEvent(new qn({mapId:this.map.id,mapTitle:this.map.title,tocId:this.tocNode.tocId,topicTitle:this.tocNode.title,topicUrl:(r=(t=this.service)===null||t===void 0?void 0:t.getLink(this.tocNode.tocId))!==null&&r!==void 0?r:"",mapMetadata:((i=this.map)===null||i===void 0?void 0:i.metadata)||[],breadcrumb:((o=(n=this.stateManager)===null||n===void 0?void 0:n.service)===null||o===void 0?void 0:o.buildBreadcrumb(this.tocNode.tocId))||[],ratingType:(!((s=this.tocNode)===null||s===void 0)&&s.hasRating?(a=this.ratingSummary)===null||a===void 0?void 0:a.type:ct.NO_RATING)||ct.NO_RATING,ratingValue:(l=this.ratingSummary)===null||l===void 0?void 0:l.rating}))}};Y.elementDefinitions={"ft-reader-feedback":H};Y.storedRatingIfAuthenticated=(e,t)=>{var r,i,n,o;let s=e.topicsRating[(i=(r=t.tocNode)===null||r===void 0?void 0:r.tocId)!==null&&i!==void 0?i:""];return!((n=t.session)===null||n===void 0)&&n.sessionAuthenticated?s:(o=t.ratingSummary)!==null&&o!==void 0?o:s};St([(0,Ct.redux)({store:S.name})],Y.prototype,"session",void 0);St([(0,Ct.redux)({store:"reader"})],Y.prototype,"map",void 0);St([(0,Ct.redux)({store:S.name})],Y.prototype,"editorMode",void 0);St([(0,Ct.redux)({store:"reader",selector:e=>{var t;return(t=e.configuration)===null||t===void 0?void 0:t.feedback}})],Y.prototype,"configuration",void 0);St([(0,Ct.redux)({store:"reader",selector:Y.storedRatingIfAuthenticated})],Y.prototype,"ratingSummary",void 0);St([(0,le.property)({type:Boolean})],Y.prototype,"hideTitle",void 0);St([(0,le.property)({type:Boolean})],Y.prototype,"withMoreOptionsButton",void 0);St([(0,le.property)()],Y.prototype,"iconVariant",void 0);St([(0,le.property)()],Y.prototype,"emptyStarIcon",void 0);St([(0,le.property)()],Y.prototype,"filledStarIcon",void 0);St([(0,le.property)()],Y.prototype,"emptyLikeIcon",void 0);St([(0,le.property)()],Y.prototype,"filledLikeIcon",void 0);St([(0,le.property)()],Y.prototype,"emptyDislikeIcon",void 0);St([(0,le.property)()],Y.prototype,"filledDislikeIcon",void 0);St([(0,le.query)("ft-reader-feedback")],Y.prototype,"readerFeedback",void 0);St([Sn(Qr.properties["mail.feedback.subject"](e=>{var t,r;return[(t=e.tocNode)===null||t===void 0?void 0:t.title,(r=e.map)===null||r===void 0?void 0:r.title]}))],Y.prototype,"mailSubject",void 0);St([(0,Ct.reduxEventListener)({eventName:"rating-changed"})],Y.prototype,"fetchRatingSummary",null);var hd={"ft-reader-map-feedback":q,"ft-reader-topic-feedback":Y};(0,md.customElements)(hd);})();
|
|
1568
1568
|
/*! Bundled license information:
|
|
1569
1569
|
|
|
1570
1570
|
lit-html/lit-html.js:
|