@fluid-topics/ft-i18n 1.1.37 → 1.1.39
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-i18n.light.js +5 -5
- package/build/ft-i18n.min.js +4 -4
- package/package.json +4 -4
package/build/ft-i18n.light.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
!function(t,i,
|
|
2
|
-
`,o=
|
|
3
|
-
`,a=
|
|
1
|
+
!function(t,s,i,e){const n=i.css`
|
|
2
|
+
`,o=i.css`
|
|
3
|
+
`,a=s.FtReduxStore.get({name:"ft-app-info",reducers:{},initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],metadataConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0}});class r{static build(t){const{baseUrl:s,apiIntegrationIdentifier:i}=a.getState(),e=null!=t?t:i;if(s&&e&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(s,e,!0)}static get(t){var s;return null!=t?r.build(t):null!==(s=r.API)&&void 0!==s?s:r.API=r.build()}static await(t){return new Promise((s=>{let i=r.get(t);if(i)s(i);else{const e=a.subscribe((()=>{i=r.get(t),i&&(e(),s(i))}))}}))}}class l{constructor(t=!0,i){var e;this.overrideApi=i;let n=this.constructor;n.commonCache=null!==(e=n.commonCache)&&void 0!==e?e:new s.CacheRegistry,this.cache=t?n.commonCache:new s.CacheRegistry}get api(){var t;return null!==(t=this.overrideApi)&&void 0!==t?t:r.get()}get awaitApi(){var t;return null!==(t=this.overrideApi)&&void 0!==t?t:r.await()}clearCache(){this.cache.clearAll()}}var h;const u=Symbol("clearAfterUnitTest");class d extends l{constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[h]=()=>{this.defaultMessages={},this.cache=new s.CacheRegistry,this.listeners={}},this.currentUiLocale=a.getState().uiLocale,a.subscribe((()=>this.clearWhenUiLocaleChanges()))}clearWhenUiLocaleChanges(){const{uiLocale:t}=a.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){const s=t.name.toLowerCase();this.cache.setFinal(s,t),this.notify(s)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,i){var e;if(t=t.toLowerCase(),Object.keys(i).length>0){const n={...null!==(e=this.defaultMessages[t])&&void 0!==e?e:{},...i};s.deepEqual(this.defaultMessages[t],n)||(this.defaultMessages[t]=n,await this.notify(t))}await this.fetchContext(t)}resolveMessage(t,i,...e){var n,o,a;t=t.toLowerCase(),this.fetchContext(t);const r=null!==(o=null===(n=this.cache.getNow(t))||void 0===n?void 0:n.messages)&&void 0!==o?o:{};return new s.ParametrizedLabelResolver(null!==(a=this.defaultMessages[t])&&void 0!==a?a:{},r).resolve(i,...e)}async fetchContext(t){if(!this.cache.has(t))try{await this.cache.get(t,(()=>this.messageContextProvider(this.currentUiLocale,t))),await this.notify(t)}catch(t){console.error(t)}}subscribe(t,s){var i;return t=t.toLowerCase(),this.listeners[t]=null!==(i=this.listeners[t])&&void 0!==i?i:new Set,this.listeners[t].add(s),()=>{var i;return null===(i=this.listeners[t])||void 0===i?void 0:i.delete(s)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map((t=>this.notify(t))))}async notify(t){null!=this.listeners[t]&&await Promise.all([...this.listeners[t].values()].map((t=>s.delay(0).then((()=>t())).catch((()=>null)))))}}h=u,null==window.FluidTopicsI18nService&&(window.FluidTopicsI18nService=new class extends d{constructor(){super((async(t,s)=>(await this.awaitApi).getFluidTopicsMessageContext(t,s)))}}),null==window.FluidTopicsCustomI18nService&&(window.FluidTopicsCustomI18nService=new class extends d{constructor(){super((async(t,s)=>(await this.awaitApi).getCustomMessageContext(t,s)))}});const c=window.FluidTopicsI18nService,v=window.FluidTopicsCustomI18nService;var w=function(t,s,i,e){for(var n,o=arguments.length,a=o<3?s:null===e?e=Object.getOwnPropertyDescriptor(s,i):e,r=t.length-1;r>=0;r--)(n=t[r])&&(a=(o<3?n(a):o>3?n(s,i,a):n(s,i))||a);return o>3&&a&&Object.defineProperty(s,i,a),a};class p extends s.FtLitElement{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.messageContexts=[],this.apiProvider=()=>r.get(),this.cache=new s.CacheRegistry,this.cleanSessionDebouncer=new s.Debouncer}render(){return i.html`
|
|
4
4
|
<slot></slot>
|
|
5
|
-
`}update(t){super.update(t),t.has("baseUrl")&&(a.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&a.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&a.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&a.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&a.actions.noCustom(this.noCustom),t.has("editorMode")&&a.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&a.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&a.actions.session(this.session),t.has("availableUiLocales")&&a.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>
|
|
5
|
+
`}update(t){super.update(t),t.has("baseUrl")&&(a.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&a.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&a.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&a.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&a.actions.noCustom(this.noCustom),t.has("editorMode")&&a.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&a.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&a.actions.session(this.session),t.has("availableUiLocales")&&a.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>c.addContext(t))),setTimeout((()=>this.updateIfNeeded()))}async updateIfNeeded(){!this.withManualResources&&this.apiProvider()&&(null==this.session&&this.updateSession(),null==this.availableUiLocales&&this.updateUiLocales(),null==this.metadataConfiguration&&this.updateMetadataConfiguration())}async updateSession(){this.session=await this.cache.get("session",(async()=>{const t=await this.apiProvider().getCurrentSession();return t.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run((()=>{this.cache.clear("session"),this.session=void 0}),t.idleTimeoutInMillis),t}))}async updateUiLocales(){this.availableUiLocales=await this.cache.get("availableUiLocales",(()=>this.apiProvider().getAvailableUiLocales()))}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",(()=>this.apiProvider().getMetadataConfiguration()))}}p.elementDefinitions={},p.styles=o,w([e.property()],p.prototype,"baseUrl",void 0),w([e.property()],p.prototype,"apiIntegrationIdentifier",void 0),w([e.property()],p.prototype,"uiLocale",void 0),w([s.jsonProperty(null)],p.prototype,"availableUiLocales",void 0),w([s.jsonProperty(null)],p.prototype,"metadataConfiguration",void 0),w([e.property({type:Boolean})],p.prototype,"editorMode",void 0),w([e.property({type:Boolean})],p.prototype,"noCustom",void 0),w([e.property({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],p.prototype,"noCustomComponent",void 0),w([e.property({type:Boolean})],p.prototype,"withManualResources",void 0),w([s.jsonProperty([])],p.prototype,"messageContexts",void 0),w([s.jsonProperty(void 0)],p.prototype,"session",void 0),w([e.property({type:Object})],p.prototype,"apiProvider",void 0);class y extends l{async listMySearches(){let t=a.getState().session;return(null==t?void 0:t.sessionAuthenticated)?this.cache.get("my-searches",(async()=>(await this.awaitApi).listMySearches(t.profile.userId)),3e5):[]}}class f extends l{async listMyBookmarks(){let t=a.getState().session;return(null==t?void 0:t.sessionAuthenticated)?this.cache.get("my-bookmarks",(async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId)),3e5):[]}}const m=s.FtReduxStore.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});new class{constructor(){this.currentSession=a.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new f,this.savedSearchesService=new y,a.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:i}=a.getState();s.deepEqual(null===(t=this.currentSession)||void 0===t?void 0:t.profile,null==i?void 0:i.profile)||(this.currentSession=i,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),m.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),m.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();const t=await this.savedSearchesService.listMySearches();m.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){const s=(null===(t=this.currentSession)||void 0===t?void 0:t.sessionAuthenticated)?await this.bookmarksService.listMyBookmarks():void 0;m.actions.bookmarks(s)}}},s.customElement("ft-app-context")(p);var b=function(t,s,i,e){for(var n,o=arguments.length,a=o<3?s:null===e?e=Object.getOwnPropertyDescriptor(s,i):e,r=t.length-1;r>=0;r--)(n=t[r])&&(a=(o<3?n(a):o>3?n(s,i,a):n(s,i))||a);return o>3&&a&&Object.defineProperty(s,i,a),a};const g=Symbol("i18nAttributes"),C=Symbol("i18nProperties"),x=Symbol("i18nUnsubs");function k(t){var s;class i extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[s]=new Map}get i18nService(){return this.useCustomMessageContexts?v:c}i18n(t,s,...i){var e;if("string"==typeof t)return this.i18nService.resolveMessage(t,s,...i);const n=null!==(e=t.args)&&void 0!==e?e:t.argsProvider?t.argsProvider(this):[];return this.i18nService.resolveMessage(t.context,t.key,...n)}onI18nUpdate(t){var s,i;null===(s=this[g])||void 0===s||s.forEach(((s,i)=>{var e;const n=this.getI18nAttributeValue(i);(null===(e=null==n?void 0:n.context)||void 0===e?void 0:e.toLowerCase())===t.toLowerCase()&&this.updateI18nAttributeMessage(i,n,s)})),null===(i=this[C])||void 0===i||i.forEach(((s,i)=>{s.context.toLowerCase()===t.toLowerCase()&&(this[i]=this.i18n(s))})),setTimeout((()=>this.requestUpdate()),0)}updateI18nAttributeMessage(t,s,i){this[t]={...s,message:this.i18n({context:s.context,key:s.key,...i})}}update(t){var s,i;super.update(t),null===(s=this[g])||void 0===s||s.forEach(((s,i)=>{const e=this.getI18nAttributeValue(i);(null==e?void 0:e.context)&&e.key&&(t.has(i)||null!=s.argsProvider)&&(t.has(i)&&this.addI18nContext(e.context),this.updateI18nAttributeMessage(i,e,s))})),null===(i=this[C])||void 0===i||i.forEach(((t,s)=>{null!=t.argsProvider&&(this[s]=this.i18n(t))}))}getI18nAttributeValue(t){return this[t]}connectedCallback(){var t,s,i,e;super.connectedCallback(),new Set([...null!==(s=null===(t=this[C])||void 0===t?void 0:t.values())&&void 0!==s?s:[],...[...null!==(e=null===(i=this[g])||void 0===i?void 0:i.keys())&&void 0!==e?e:[]].map((t=>this.getI18nAttributeValue(t)))].map((t=>null==t?void 0:t.context))).forEach((t=>t&&this.addI18nMessages(t)))}addI18nMessages(t,s){t=t.toLowerCase(),this[x].has(t)||this[x].set(t,this.i18nService.subscribe(t,(()=>this.onI18nUpdate(t)))),this.i18nService.prepareContext(t,null!=s?s:{})}addI18nContext(t,s){this.addI18nMessages("string"==typeof t?t:t.name,s)}disconnectedCallback(){super.disconnectedCallback(),this[x].forEach((t=>t())),this[x].clear()}}return s=x,b([e.property({type:Boolean})],i.prototype,"useCustomMessageContexts",void 0),i}class M extends(k(s.FtLitElement)){}class S extends(k(s.FtLitElementRedux)){}var U=function(t,s,i,e){for(var n,o=arguments.length,a=o<3?s:null===e?e=Object.getOwnPropertyDescriptor(s,i):e,r=t.length-1;r>=0;r--)(n=t[r])&&(a=(o<3?n(a):o>3?n(s,i,a):n(s,i))||a);return o>3&&a&&Object.defineProperty(s,i,a),a};class I extends S{constructor(){super(),this.editorMode=!1,this.addStore(a)}render(){return this.key&&this.context?i.html`
|
|
6
6
|
<span class="ft-i18n">
|
|
7
7
|
${this.i18n(this.context,this.key,...Array.isArray(this.args)?this.args:[])}
|
|
8
8
|
</span>
|
|
9
|
-
`:this.editorMode?"Select a context and a label key.":
|
|
9
|
+
`:this.editorMode?"Select a context and a label key.":i.nothing}update(t){var s;super.update(t),["context","key","defaultMessage"].some((s=>t.has(s)))&&this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:null!==(s=this.defaultMessage)&&void 0!==s?s:""})}}I.elementDefinitions={},I.styles=n,U([s.redux()],I.prototype,"editorMode",void 0),U([e.property()],I.prototype,"context",void 0),U([e.property()],I.prototype,"key",void 0),U([s.jsonProperty([])],I.prototype,"args",void 0),U([e.property()],I.prototype,"defaultMessage",void 0);class A{static build(t){return new A(t)}static fromGwt(t){return new A(t)}constructor(t){this.name=t,this.properties=new Proxy({},{get:(t,s)=>{const i=s;return t=>({context:this.name,key:i,args:"function"==typeof t?void 0:t,argsProvider:"function"==typeof t?t:void 0})}}),this.messages=new Proxy({},{get:(t,s)=>(...t)=>c.resolveMessage(this.name,s,...t)})}}s.customElement("ft-i18n")(I),t.FtI18n=I,t.FtI18nCssVariables={},t.FtLitElementReduxWithI18n=S,t.FtLitElementWithI18n=M,t.I18nMessageContext=A,t.i18n=(t,s)=>(i,e)=>{var n,o;i.constructor.createProperty(e,null!=s?s:{attribute:!1,type:String});const a={...t,key:null!==(n=t.key)&&void 0!==n?n:e};i[C]=null!==(o=i[C])&&void 0!==o?o:new Map,i[C].set(e,a)},t.i18nAttributes=g,t.i18nProperties=C,t.i18nUnsubs=x,t.styles=n,t.withI18n=k}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators);
|
package/build/ft-i18n.min.js
CHANGED
|
@@ -62,7 +62,7 @@ let yo=class extends Kt{constructor(){super(...arguments),this.renderOptions={ho
|
|
|
62
62
|
* Copyright 2019 Google LLC
|
|
63
63
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
64
64
|
*/
|
|
65
|
-
const No=window,wo=No.ShadowRoot&&(void 0===No.ShadyCSS||No.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class So extends yo{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,e])=>t.registry.define(o,e))));const o={...t.shadowRootOptions,customElements:t.registry},e=this.renderOptions.creationScope=this.attachShadow(o);return((t,o)=>{wo?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=No.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var xo,Co=function(t,o,e,r){for(var n,i=arguments.length,a=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,e,a):n(o,e))||a);return i>3&&a&&Object.defineProperty(o,e,a),a};const Eo=Symbol("constructorPrototype"),Uo=Symbol("constructorName"),Ro=Symbol("exportpartsDebouncer");class Io extends So{constructor(){super(),this[xo]=new n(5),this[Uo]=this.constructor.name,this[Eo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Uo]&&Object.setPrototypeOf(this,this[Eo])}updated(t){super.updated(t),this.updateComplete.then((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}))}contentAvailableCallback(t){var o
|
|
65
|
+
const No=window,wo=No.ShadowRoot&&(void 0===No.ShadyCSS||No.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class So extends yo{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,e])=>t.registry.define(o,e))));const o={...t.shadowRootOptions,customElements:t.registry},e=this.renderOptions.creationScope=this.attachShadow(o);return((t,o)=>{wo?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=No.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var xo,Co=function(t,o,e,r){for(var n,i=arguments.length,a=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,e,a):n(o,e))||a);return i>3&&a&&Object.defineProperty(o,e,a),a};const Eo=Symbol("constructorPrototype"),Uo=Symbol("constructorName"),Ro=Symbol("exportpartsDebouncer");class Io extends So{constructor(){super(),this[xo]=new n(5),this[Uo]=this.constructor.name,this[Eo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Uo]&&Object.setPrototypeOf(this,this[Eo])}updated(t){super.updated(t),this.updateComplete.then((()=>{this.contentAvailableCallback(t),this.insertCustomStylesheet(),this.scheduleExportpartsUpdate()}))}contentAvailableCallback(t){}insertCustomStylesheet(){var t,o;if((null!==(o=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==o?o:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){var t,o,e;((null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())||null!==(e=null===(o=this.exportpartsPrefixes)||void 0===o?void 0:o.length)&&void 0!==e&&e)&&this[Ro].run((()=>{var t,o;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&(null===(o=this.exportpartsPrefixes)||void 0===o?void 0:o.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,e,r,n,i,a;const s=t=>null!=t&&t.trim().length>0,c=t.filter(s).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const l=new Set;for(let t of null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const o=null!==(n=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==n?n:[],e=null!==(a=null===(i=t.getAttribute("exportparts"))||void 0===i?void 0:i.split(",").map((t=>t.split(":")[1])))&&void 0!==a?a:[];new Array(...o,...e).filter(s).map((t=>t.trim())).forEach((t=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const f=[...l.values()].flatMap((t=>c.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}xo=Ro,Co([R()],Io.prototype,"exportpartsPrefix",void 0),Co([L([])],Io.prototype,"exportpartsPrefixes",void 0),Co([R()],Io.prototype,"customStylesheet",void 0);const Wo=mo.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E");gt`
|
|
66
66
|
.highlight-html-match {
|
|
67
67
|
background: ${Wo};
|
|
68
68
|
}
|
|
@@ -100,10 +100,10 @@ const No=window,wo=No.ShadowRoot&&(void 0===No.ShadyCSS||No.ShadyCSS.nativeShado
|
|
|
100
100
|
}
|
|
101
101
|
`;class Lo{constructor(t,o){this.defaultLabels=t,this.labels=o}resolve(t,...o){var e,r;t=this.resolvePluralKey(t,o);let n=null!==(r=null!==(e=this.labels[t])&&void 0!==e?e:this.defaultLabels[t])&&void 0!==r?r:"";return o.forEach(((t,o)=>n=n.replace(new RegExp(`\\{${o}([^}]*)\\}`,"g"),((o,e)=>this.formatValue(t,e))))),n}resolvePluralKey(t,o){for(let e of o)if("number"==typeof e){const o=`${String(t)}[\\=${e}]`;if(o in this.labels||o in this.defaultLabels)return o}return t}formatValue(t,o){return t instanceof Date?this.formatDate(t,o):null!=t?t:""}formatDate(t,o){const e=e=>(null==o?void 0:o.includes("date"))?t.toLocaleDateString(e):(null==o?void 0:o.includes("time"))?t.toLocaleTimeString(e):t.toLocaleString(e);try{return e(document.documentElement.lang)}catch(t){return e()}}}class ko{constructor(){this.queue=[]}add(t,o=!1){o&&(this.queue=this.queue.filter((o=>o.type!==t.type))),this.queue.push(t)}consume(t){const o=this.queue.find((o=>o.type===t));return o&&(this.queue=this.queue.filter((t=>t!==o))),o}}function Ko(t){var o;return null!==(o=null==t?void 0:t.isFtReduxStore)&&void 0!==o&&o}var Ao,Zo,jo;const Mo=Symbol("internalReduxEventsUnsubscribers"),Fo=Symbol("internalStoresUnsubscribers"),Po=Symbol("internalStores");class $o extends Io{constructor(){super(...arguments),this[Ao]=new Map,this[Zo]=new Map,this[jo]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((o=>t.has(o)))&&this.updateFromStores()}getUnnamedStore(){if(this[Po].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Po].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[Po].get(t)}addStore(t,o){var e;o=null!==(e=null!=o?o:Ko(t)?t.name:void 0)&&void 0!==e?e:"default-store",this.unsubscribeFromStore(o),this.setupStore(o,t)}removeStore(t){const o="string"==typeof t?t:t.name;this.unsubscribeFromStore(o),this[Po].delete(o)}setupStore(t,o){this[Po].set(t,o),this.subscribeToStore(t,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Po].forEach(((t,o)=>this.subscribeToStore(o,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,o)=>{const e=this.constructor.getPropertyOptions(o);if(!(null==e?void 0:e.attribute)||!this.hasAttribute("string"==typeof(null==e?void 0:e.attribute)?e.attribute:o)){const e=this.getStore(t.store);e&&(t.store?this[Fo].has(t.store):this[Fo].size>0)&&(this[o]=t.selector(e.getState(),this))}}))}subscribeToStore(t,o){var e;this[Fo].set(t,o.subscribe((()=>this.updateFromStores()))),Ko(o)&&o.eventBus&&(null===(e=this.reduxConstructor.reduxEventListeners)||void 0===e||e.forEach(((t,e)=>{if("function"==typeof this[e]&&(!t.store||o.name===t.store)){const r=t=>this[e](t);o.eventBus.addEventListener(t.eventName,r),this[Mo].push((()=>o.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[Fo].forEach(((t,o)=>this.unsubscribeFromStore(o))),this[Mo].forEach((t=>t())),this[Mo]=[]}unsubscribeFromStore(t){this[Fo].has(t)&&this[Fo].get(t)(),this[Fo].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function Bo(t){for(var o=arguments.length,e=Array(o>1?o-1:0),r=1;r<o;r++)e[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+t+(e.length?" "+e.map((function(t){return"'"+t+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Do(t){return!!t&&!!t[Re]}function zo(t){var o;return!!t&&(function(t){if(!t||"object"!=typeof t)return!1;var o=Object.getPrototypeOf(t);if(null===o)return!0;var e=Object.hasOwnProperty.call(o,"constructor")&&o.constructor;return e===Object||"function"==typeof e&&Function.toString.call(e)===Ie}(t)||Array.isArray(t)||!!t[Ue]||!!(null===(o=t.constructor)||void 0===o?void 0:o[Ue])||Yo(t)||Vo(t))}function _o(t,o,e){void 0===e&&(e=!1),0===To(t)?(e?Object.keys:We)(t).forEach((function(r){e&&"symbol"==typeof r||o(r,t[r],t)})):t.forEach((function(e,r){return o(r,e,t)}))}function To(t){var o=t[Re];return o?o.i>3?o.i-4:o.i:Array.isArray(t)?1:Yo(t)?2:Vo(t)?3:0}function Ho(t,o){return 2===To(t)?t.has(o):Object.prototype.hasOwnProperty.call(t,o)}function Go(t,o,e){var r=To(t);2===r?t.set(o,e):3===r?t.add(e):t[o]=e}function qo(t,o){return t===o?0!==t||1/t==1/o:t!=t&&o!=o}function Yo(t){return Se&&t instanceof Map}function Vo(t){return xe&&t instanceof Set}function Jo(t){return t.o||t.t}function Xo(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var o=Le(t);delete o[Re];for(var e=We(o),r=0;r<e.length;r++){var n=e[r],i=o[n];!1===i.writable&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(o[n]={configurable:!0,writable:!0,enumerable:i.enumerable,value:t[n]})}return Object.create(Object.getPrototypeOf(t),o)}function Qo(t,o){return void 0===o&&(o=!1),oe(t)||Do(t)||!zo(t)||(To(t)>1&&(t.set=t.add=t.clear=t.delete=te),Object.freeze(t),o&&_o(t,(function(t,o){return Qo(o,!0)}),!0)),t}function te(){Bo(2)}function oe(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function ee(t){var o=ke[t];return o||Bo(18,t),o}function re(){return Ne}function ne(t,o){o&&(ee("Patches"),t.u=[],t.s=[],t.v=o)}function ie(t){ae(t),t.p.forEach(ce),t.p=null}function ae(t){t===Ne&&(Ne=t.l)}function se(t){return Ne={p:[],l:Ne,h:t,m:!0,_:0}}function ce(t){var o=t[Re];0===o.i||1===o.i?o.j():o.g=!0}function le(t,o){o._=o.p.length;var e=o.p[0],r=void 0!==t&&t!==e;return o.h.O||ee("ES5").S(o,t,r),r?(e[Re].P&&(ie(o),Bo(4)),zo(t)&&(t=fe(o,t),o.l||ue(o,t)),o.u&&ee("Patches").M(e[Re].t,t,o.u,o.s)):t=fe(o,e,[]),ie(o),o.u&&o.v(o.u,o.s),t!==Ee?t:void 0}function fe(t,o,e){if(oe(o))return o;var r=o[Re];if(!r)return _o(o,(function(n,i){return he(t,r,o,n,i,e)}),!0),o;if(r.A!==t)return o;if(!r.P)return ue(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var n=4===r.i||5===r.i?r.o=Xo(r.k):r.o,i=n,a=!1;3===r.i&&(i=new Set(n),n.clear(),a=!0),_o(i,(function(o,i){return he(t,r,n,o,i,e,a)})),ue(t,n,!1),e&&t.u&&ee("Patches").N(r,e,t.u,t.s)}return r.o}function he(t,o,e,r,n,i,a){if(Do(n)){var s=fe(t,n,i&&o&&3!==o.i&&!Ho(o.R,r)?i.concat(r):void 0);if(Go(e,r,s),!Do(s))return;t.m=!1}else a&&e.add(n);if(zo(n)&&!oe(n)){if(!t.h.D&&t._<1)return;fe(t,n),o&&o.A.l||ue(t,n)}}function ue(t,o,e){void 0===e&&(e=!1),!t.l&&t.h.D&&t.m&&Qo(o,e)}function pe(t,o){var e=t[Re];return(e?Jo(e):t)[o]}function de(t,o){if(o in t)for(var e=Object.getPrototypeOf(t);e;){var r=Object.getOwnPropertyDescriptor(e,o);if(r)return r;e=Object.getPrototypeOf(e)}}function ye(t){t.P||(t.P=!0,t.l&&ye(t.l))}function be(t){t.o||(t.o=Xo(t.t))}function ge(t,o,e){var r=Yo(o)?ee("MapSet").F(o,e):Vo(o)?ee("MapSet").T(o,e):t.O?function(t,o){var e=Array.isArray(t),r={i:e?1:0,A:o?o.A:re(),P:!1,I:!1,R:{},l:o,t,k:null,o:null,j:null,C:!1},n=r,i=Ke;e&&(n=[r],i=Ae);var a=Proxy.revocable(n,i),s=a.revoke,c=a.proxy;return r.k=c,r.j=s,c}(o,e):ee("ES5").J(o,e);return(e?e.A:re()).p.push(r),r}function me(t){return Do(t)||Bo(22,t),function t(o){if(!zo(o))return o;var e,r=o[Re],n=To(o);if(r){if(!r.P&&(r.i<4||!ee("ES5").K(r)))return r.t;r.I=!0,e=ve(o,n),r.I=!1}else e=ve(o,n);return _o(e,(function(o,n){r&&function(t,o){return 2===To(t)?t.get(o):t[o]}(r.t,o)===n||Go(e,o,t(n))})),3===n?new Set(e):e}(t)}function ve(t,o){switch(o){case 2:return new Map(t);case 3:return Array.from(t)}return Xo(t)}Ao=Fo,Zo=Po,jo=Mo,$o.reduxProperties=new Map,$o.reduxReactiveProperties=new Set,$o.reduxEventListeners=new Map;var Oe,Ne,we="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Se="undefined"!=typeof Map,xe="undefined"!=typeof Set,Ce="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Ee=we?Symbol.for("immer-nothing"):((Oe={})["immer-nothing"]=!0,Oe),Ue=we?Symbol.for("immer-draftable"):"__$immer_draftable",Re=we?Symbol.for("immer-state"):"__$immer_state",Ie=""+Object.prototype.constructor,We="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Le=Object.getOwnPropertyDescriptors||function(t){var o={};return We(t).forEach((function(e){o[e]=Object.getOwnPropertyDescriptor(t,e)})),o},ke={},Ke={get:function(t,o){if(o===Re)return t;var e=Jo(t);if(!Ho(e,o))return function(t,o,e){var r,n=de(o,e);return n?"value"in n?n.value:null===(r=n.get)||void 0===r?void 0:r.call(t.k):void 0}(t,e,o);var r=e[o];return t.I||!zo(r)?r:r===pe(t.t,o)?(be(t),t.o[o]=ge(t.A.h,r,t)):r},has:function(t,o){return o in Jo(t)},ownKeys:function(t){return Reflect.ownKeys(Jo(t))},set:function(t,o,e){var r=de(Jo(t),o);if(null==r?void 0:r.set)return r.set.call(t.k,e),!0;if(!t.P){var n=pe(Jo(t),o),i=null==n?void 0:n[Re];if(i&&i.t===e)return t.o[o]=e,t.R[o]=!1,!0;if(qo(e,n)&&(void 0!==e||Ho(t.t,o)))return!0;be(t),ye(t)}return t.o[o]===e&&(void 0!==e||o in t.o)||Number.isNaN(e)&&Number.isNaN(t.o[o])||(t.o[o]=e,t.R[o]=!0),!0},deleteProperty:function(t,o){return void 0!==pe(t.t,o)||o in t.t?(t.R[o]=!1,be(t),ye(t)):delete t.R[o],t.o&&delete t.o[o],!0},getOwnPropertyDescriptor:function(t,o){var e=Jo(t),r=Reflect.getOwnPropertyDescriptor(e,o);return r?{writable:!0,configurable:1!==t.i||"length"!==o,enumerable:r.enumerable,value:e[o]}:r},defineProperty:function(){Bo(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){Bo(12)}},Ae={};_o(Ke,(function(t,o){Ae[t]=function(){return arguments[0]=arguments[0][0],o.apply(this,arguments)}})),Ae.deleteProperty=function(t,o){return Ae.set.call(this,t,o,void 0)},Ae.set=function(t,o,e){return Ke.set.call(this,t[0],o,e,t[0])};var Ze=function(){function t(t){var o=this;this.O=Ce,this.D=!0,this.produce=function(t,e,r){if("function"==typeof t&&"function"!=typeof e){var n=e;e=t;var i=o;return function(t){var o=this;void 0===t&&(t=n);for(var r=arguments.length,a=Array(r>1?r-1:0),s=1;s<r;s++)a[s-1]=arguments[s];return i.produce(t,(function(t){var r;return(r=e).call.apply(r,[o,t].concat(a))}))}}var a;if("function"!=typeof e&&Bo(6),void 0!==r&&"function"!=typeof r&&Bo(7),zo(t)){var s=se(o),c=ge(o,t,void 0),l=!0;try{a=e(c),l=!1}finally{l?ie(s):ae(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return ne(s,r),le(t,s)}),(function(t){throw ie(s),t})):(ne(s,r),le(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=e(t))&&(a=t),a===Ee&&(a=void 0),o.D&&Qo(a,!0),r){var f=[],h=[];ee("Patches").M(t,a,f,h),r(f,h)}return a}Bo(21,t)},this.produceWithPatches=function(t,e){if("function"==typeof t)return function(e){for(var r=arguments.length,n=Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];return o.produceWithPatches(e,(function(o){return t.apply(void 0,[o].concat(n))}))};var r,n,i=o.produce(t,e,(function(t,o){r=t,n=o}));return"undefined"!=typeof Promise&&i instanceof Promise?i.then((function(t){return[t,r,n]})):[i,r,n]},"boolean"==typeof(null==t?void 0:t.useProxies)&&this.setUseProxies(t.useProxies),"boolean"==typeof(null==t?void 0:t.autoFreeze)&&this.setAutoFreeze(t.autoFreeze)}var o=t.prototype;return o.createDraft=function(t){zo(t)||Bo(8),Do(t)&&(t=me(t));var o=se(this),e=ge(this,t,void 0);return e[Re].C=!0,ae(o),e},o.finishDraft=function(t,o){var e=(t&&t[Re]).A;return ne(e,o),le(void 0,e)},o.setAutoFreeze=function(t){this.D=t},o.setUseProxies=function(t){t&&!Ce&&Bo(20),this.O=t},o.applyPatches=function(t,o){var e;for(e=o.length-1;e>=0;e--){var r=o[e];if(0===r.path.length&&"replace"===r.op){t=r.value;break}}e>-1&&(o=o.slice(e+1));var n=ee("Patches").$;return Do(t)?n(t,o):this.produce(t,(function(t){return n(t,o)}))},t}(),je=new Ze,Me=je.produce;function Fe(t){return Fe="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Fe(t)}function Pe(t){var o=function(t,o){if("object"!==Fe(t)||null===t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,o||"default");if("object"!==Fe(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===o?String:Number)(t)}(t,"string");return"symbol"===Fe(o)?o:String(o)}function $e(t,o,e){return(o=Pe(o))in t?Object.defineProperty(t,o,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[o]=e,t}function Be(t,o){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);o&&(r=r.filter((function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable}))),e.push.apply(e,r)}return e}function De(t){for(var o=1;o<arguments.length;o++){var e=null!=arguments[o]?arguments[o]:{};o%2?Be(Object(e),!0).forEach((function(o){$e(t,o,e[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):Be(Object(e)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))}))}return t}function ze(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}je.produceWithPatches.bind(je),je.setAutoFreeze.bind(je),je.setUseProxies.bind(je),je.applyPatches.bind(je),je.createDraft.bind(je),je.finishDraft.bind(je);var _e="function"==typeof Symbol&&Symbol.observable||"@@observable",Te=function(){return Math.random().toString(36).substring(7).split("").join(".")},He={INIT:"@@redux/INIT"+Te(),REPLACE:"@@redux/REPLACE"+Te(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Te()}};function Ge(t,o,e){var r;if("function"==typeof o&&"function"==typeof e||"function"==typeof e&&"function"==typeof arguments[3])throw new Error(ze(0));if("function"==typeof o&&void 0===e&&(e=o,o=void 0),void 0!==e){if("function"!=typeof e)throw new Error(ze(1));return e(Ge)(t,o)}if("function"!=typeof t)throw new Error(ze(2));var n=t,i=o,a=[],s=a,c=!1;function l(){s===a&&(s=a.slice())}function f(){if(c)throw new Error(ze(3));return i}function h(t){if("function"!=typeof t)throw new Error(ze(4));if(c)throw new Error(ze(5));var o=!0;return l(),s.push(t),function(){if(o){if(c)throw new Error(ze(6));o=!1,l();var e=s.indexOf(t);s.splice(e,1),a=null}}}function u(t){if(!function(t){if("object"!=typeof t||null===t)return!1;for(var o=t;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return Object.getPrototypeOf(t)===o}(t))throw new Error(ze(7));if(void 0===t.type)throw new Error(ze(8));if(c)throw new Error(ze(9));try{c=!0,i=n(i,t)}finally{c=!1}for(var o=a=s,e=0;e<o.length;e++){(0,o[e])()}return t}return u({type:He.INIT}),(r={dispatch:u,subscribe:h,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(ze(10));n=t,u({type:He.REPLACE})}})[_e]=function(){var t,o=h;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(ze(11));function e(){t.next&&t.next(f())}return e(),{unsubscribe:o(e)}}})[_e]=function(){return this},t},r}function qe(t){for(var o=Object.keys(t),e={},r=0;r<o.length;r++){var n=o[r];"function"==typeof t[n]&&(e[n]=t[n])}var i,a=Object.keys(e);try{!function(t){Object.keys(t).forEach((function(o){var e=t[o];if(void 0===e(void 0,{type:He.INIT}))throw new Error(ze(12));if(void 0===e(void 0,{type:He.PROBE_UNKNOWN_ACTION()}))throw new Error(ze(13))}))}(e)}catch(t){i=t}return function(t,o){if(void 0===t&&(t={}),i)throw i;for(var r=!1,n={},s=0;s<a.length;s++){var c=a[s],l=e[c],f=t[c],h=l(f,o);if(void 0===h)throw o&&o.type,new Error(ze(14));n[c]=h,r=r||h!==f}return(r=r||a.length!==Object.keys(t).length)?n:t}}function Ye(){for(var t=arguments.length,o=new Array(t),e=0;e<t;e++)o[e]=arguments[e];return 0===o.length?function(t){return t}:1===o.length?o[0]:o.reduce((function(t,o){return function(){return t(o.apply(void 0,arguments))}}))}function Ve(){for(var t=arguments.length,o=new Array(t),e=0;e<t;e++)o[e]=arguments[e];return function(t){return function(){var e=t.apply(void 0,arguments),r=function(){throw new Error(ze(15))},n={getState:e.getState,dispatch:function(){return r.apply(void 0,arguments)}},i=o.map((function(t){return t(n)}));return r=Ye.apply(void 0,i)(e.dispatch),De(De({},e),{},{dispatch:r})}}}function Je(t){return function(o){var e=o.dispatch,r=o.getState;return function(o){return function(n){return"function"==typeof n?n(e,r,t):o(n)}}}}var Xe=Je();Xe.withExtraArgument=Je;var Qe,tr=Xe,or=(Qe=function(t,o){return Qe=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,o){t.__proto__=o}||function(t,o){for(var e in o)Object.prototype.hasOwnProperty.call(o,e)&&(t[e]=o[e])},Qe(t,o)},function(t,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function e(){this.constructor=t}Qe(t,o),t.prototype=null===o?Object.create(o):(e.prototype=o.prototype,new e)}),er=function(t,o){var e,r,n,i,a={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(e)throw new TypeError("Generator is already executing.");for(;a;)try{if(e=1,r&&(n=2&i[0]?r.return:i[0]?r.throw||((n=r.return)&&n.call(r),0):r.next)&&!(n=n.call(r,i[1])).done)return n;switch(r=0,n&&(i=[2&i[0],n.value]),i[0]){case 0:case 1:n=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(n=a.trys,(n=n.length>0&&n[n.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!n||i[1]>n[0]&&i[1]<n[3])){a.label=i[1];break}if(6===i[0]&&a.label<n[1]){a.label=n[1],n=i;break}if(n&&a.label<n[2]){a.label=n[2],a.ops.push(i);break}n[2]&&a.ops.pop(),a.trys.pop();continue}i=o.call(t,a)}catch(t){i=[6,t],r=0}finally{e=n=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},rr=function(t,o){for(var e=0,r=o.length,n=t.length;e<r;e++,n++)t[n]=o[e];return t},nr=Object.defineProperty,ir=Object.defineProperties,ar=Object.getOwnPropertyDescriptors,sr=Object.getOwnPropertySymbols,cr=Object.prototype.hasOwnProperty,lr=Object.prototype.propertyIsEnumerable,fr=function(t,o,e){return o in t?nr(t,o,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[o]=e},hr=function(t,o){for(var e in o||(o={}))cr.call(o,e)&&fr(t,e,o[e]);if(sr)for(var r=0,n=sr(o);r<n.length;r++){e=n[r];lr.call(o,e)&&fr(t,e,o[e])}return t},ur=function(t,o){return ir(t,ar(o))},pr="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?Ye:Ye.apply(null,arguments)};var dr=function(t){function o(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var n=t.apply(this,e)||this;return Object.setPrototypeOf(n,o.prototype),n}return or(o,t),Object.defineProperty(o,Symbol.species,{get:function(){return o},enumerable:!1,configurable:!0}),o.prototype.concat=function(){for(var o=[],e=0;e<arguments.length;e++)o[e]=arguments[e];return t.prototype.concat.apply(this,o)},o.prototype.prepend=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 1===t.length&&Array.isArray(t[0])?new(o.bind.apply(o,rr([void 0],t[0].concat(this)))):new(o.bind.apply(o,rr([void 0],t.concat(this))))},o}(Array),yr=function(t){function o(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var n=t.apply(this,e)||this;return Object.setPrototypeOf(n,o.prototype),n}return or(o,t),Object.defineProperty(o,Symbol.species,{get:function(){return o},enumerable:!1,configurable:!0}),o.prototype.concat=function(){for(var o=[],e=0;e<arguments.length;e++)o[e]=arguments[e];return t.prototype.concat.apply(this,o)},o.prototype.prepend=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 1===t.length&&Array.isArray(t[0])?new(o.bind.apply(o,rr([void 0],t[0].concat(this)))):new(o.bind.apply(o,rr([void 0],t.concat(this))))},o}(Array);function br(t){return zo(t)?Me(t,(function(){})):t}function gr(){return function(t){return function(t){void 0===t&&(t={});var o=t.thunk,e=void 0===o||o;t.immutableCheck,t.serializableCheck;var r=new dr;e&&(!function(t){return"boolean"==typeof t}(e)?r.push(tr.withExtraArgument(e.extraArgument)):r.push(tr));return r}(t)}}function mr(t){var o,e=gr(),r=t||{},n=r.reducer,i=void 0===n?void 0:n,a=r.middleware,s=void 0===a?e():a,c=r.devTools,l=void 0===c||c,f=r.preloadedState,h=void 0===f?void 0:f,u=r.enhancers,p=void 0===u?void 0:u;if("function"==typeof i)o=i;else{if(!function(t){if("object"!=typeof t||null===t)return!1;var o=Object.getPrototypeOf(t);if(null===o)return!0;for(var e=o;null!==Object.getPrototypeOf(e);)e=Object.getPrototypeOf(e);return o===e}(i))throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');o=qe(i)}var d=s;"function"==typeof d&&(d=d(e));var y=Ve.apply(void 0,d),b=Ye;l&&(b=pr(hr({trace:!1},"object"==typeof l&&l)));var g=new yr(y),m=g;return Array.isArray(p)?m=rr([y],p):"function"==typeof p&&(m=p(g)),Ge(o,h,b.apply(void 0,m))}function vr(t,o){function e(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];if(o){var n=o.apply(void 0,e);if(!n)throw new Error("prepareAction did not return an object");return hr(hr({type:t,payload:n.payload},"meta"in n&&{meta:n.meta}),"error"in n&&{error:n.error})}return{type:t,payload:e[0]}}return e.toString=function(){return""+t},e.type=t,e.match=function(o){return o.type===t},e}function Or(t){var o,e={},r=[],n={addCase:function(t,o){var r="string"==typeof t?t:t.type;if(r in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[r]=o,n},addMatcher:function(t,o){return r.push({matcher:t,reducer:o}),n},addDefaultCase:function(t){return o=t,n}};return t(n),[e,r,o]}function Nr(t){var o=t.name;if(!o)throw new Error("`name` is a required option for createSlice");var e,r="function"==typeof t.initialState?t.initialState:br(t.initialState),n=t.reducers||{},i=Object.keys(n),a={},s={},c={};function l(){var o="function"==typeof t.extraReducers?Or(t.extraReducers):[t.extraReducers],e=o[0],n=void 0===e?{}:e,i=o[1],a=void 0===i?[]:i,c=o[2],l=void 0===c?void 0:c,f=hr(hr({},n),s);return function(t,o,e,r){void 0===e&&(e=[]);var n,i="function"==typeof o?Or(o):[o,e,r],a=i[0],s=i[1],c=i[2];if(function(t){return"function"==typeof t}(t))n=function(){return br(t())};else{var l=br(t);n=function(){return l}}function f(t,o){void 0===t&&(t=n());var e=rr([a[o.type]],s.filter((function(t){return(0,t.matcher)(o)})).map((function(t){return t.reducer})));return 0===e.filter((function(t){return!!t})).length&&(e=[c]),e.reduce((function(t,e){if(e){var r;if(Do(t))return void 0===(r=e(t,o))?t:r;if(zo(t))return Me(t,(function(t){return e(t,o)}));if(void 0===(r=e(t,o))){if(null===t)return t;throw Error("A case reducer on a non-draftable value must not return undefined")}return r}return t}),t)}return f.getInitialState=n,f}(r,(function(t){for(var o in f)t.addCase(o,f[o]);for(var e=0,r=a;e<r.length;e++){var n=r[e];t.addMatcher(n.matcher,n.reducer)}l&&t.addDefaultCase(l)}))}return i.forEach((function(t){var e,r,i=n[t],l=o+"/"+t;"reducer"in i?(e=i.reducer,r=i.prepare):e=i,a[t]=e,s[l]=e,c[t]=r?vr(l,r):vr(l)})),{name:o,reducer:function(t,o){return e||(e=l()),e(t,o)},actions:c,caseReducers:a,getInitialState:function(){return e||(e=l()),e.getInitialState()}}}var wr=["name","message","stack","code"],Sr=function(t,o){this.payload=t,this.meta=o},xr=function(t,o){this.payload=t,this.meta=o},Cr=function(t){if("object"==typeof t&&null!==t){for(var o={},e=0,r=wr;e<r.length;e++){var n=r[e];"string"==typeof t[n]&&(o[n]=t[n])}return o}return{message:String(t)}};function Er(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}!function(){function t(t,o,e){var r=vr(t+"/fulfilled",(function(t,o,e,r){return{payload:t,meta:ur(hr({},r||{}),{arg:e,requestId:o,requestStatus:"fulfilled"})}})),n=vr(t+"/pending",(function(t,o,e){return{payload:void 0,meta:ur(hr({},e||{}),{arg:o,requestId:t,requestStatus:"pending"})}})),i=vr(t+"/rejected",(function(t,o,r,n,i){return{payload:n,error:(e&&e.serializeError||Cr)(t||"Rejected"),meta:ur(hr({},i||{}),{arg:r,requestId:o,rejectedWithValue:!!n,requestStatus:"rejected",aborted:"AbortError"===(null==t?void 0:t.name),condition:"ConditionError"===(null==t?void 0:t.name)})}})),a="undefined"!=typeof AbortController?AbortController:function(){function t(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return t.prototype.abort=function(){},t}();return Object.assign((function(t){return function(s,c,l){var f,h=(null==e?void 0:e.idGenerator)?e.idGenerator(t):function(t){void 0===t&&(t=21);for(var o="",e=t;e--;)o+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return o}(),u=new a;function p(t){f=t,u.abort()}var d=function(){return a=this,d=null,y=function(){var a,d,y,b,g,m;return er(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),b=null==(a=null==e?void 0:e.condition)?void 0:a.call(e,t,{getState:c,extra:l}),null===(O=b)||"object"!=typeof O||"function"!=typeof O.then?[3,2]:[4,b];case 1:b=v.sent(),v.label=2;case 2:if(!1===b||u.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return g=new Promise((function(t,o){return u.signal.addEventListener("abort",(function(){return o({name:"AbortError",message:f||"Aborted"})}))})),s(n(h,t,null==(d=null==e?void 0:e.getPendingMeta)?void 0:d.call(e,{requestId:h,arg:t},{getState:c,extra:l}))),[4,Promise.race([g,Promise.resolve(o(t,{dispatch:s,getState:c,extra:l,requestId:h,signal:u.signal,abort:p,rejectWithValue:function(t,o){return new Sr(t,o)},fulfillWithValue:function(t,o){return new xr(t,o)}})).then((function(o){if(o instanceof Sr)throw o;return o instanceof xr?r(o.payload,h,t,o.meta):r(o,h,t)}))])];case 3:return y=v.sent(),[3,5];case 4:return m=v.sent(),y=m instanceof Sr?i(null,h,t,m.payload,m.meta):i(m,h,t),[3,5];case 5:return e&&!e.dispatchConditionRejection&&i.match(y)&&y.meta.condition||s(y),[2,y]}var O}))},new Promise((function(t,o){var e=function(t){try{n(y.next(t))}catch(t){o(t)}},r=function(t){try{n(y.throw(t))}catch(t){o(t)}},n=function(o){return o.done?t(o.value):Promise.resolve(o.value).then(e,r)};n((y=y.apply(a,d)).next())}));var a,d,y}();return Object.assign(d,{abort:p,requestId:h,arg:t,unwrap:function(){return d.then(Er)}})}}),{pending:n,rejected:i,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Ur,Rr,Ir="listenerMiddleware";vr(Ir+"/add"),vr(Ir+"/removeAll"),vr(Ir+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,o){var e=n[t];return e?e.enumerable=o:n[t]=e={configurable:!0,enumerable:o,get:function(){var o=this[Re];return Ke.get(o,t)},set:function(o){var e=this[Re];Ke.set(e,t,o)}},e}function o(t){for(var o=t.length-1;o>=0;o--){var n=t[o][Re];if(!n.P)switch(n.i){case 5:r(n)&&ye(n);break;case 4:e(n)&&ye(n)}}}function e(t){for(var o=t.t,e=t.k,r=We(e),n=r.length-1;n>=0;n--){var i=r[n];if(i!==Re){var a=o[i];if(void 0===a&&!Ho(o,i))return!0;var s=e[i],c=s&&s[Re];if(c?c.t!==a:!qo(s,a))return!0}}var l=!!o[Re];return r.length!==We(o).length+(l?0:1)}function r(t){var o=t.k;if(o.length!==t.t.length)return!0;var e=Object.getOwnPropertyDescriptor(o,o.length-1);if(e&&!e.get)return!0;for(var r=0;r<o.length;r++)if(!o.hasOwnProperty(r))return!0;return!1}var n={};!function(t,o){ke[t]||(ke[t]=o)}("ES5",{J:function(o,e){var r=Array.isArray(o),n=function(o,e){if(o){for(var r=Array(e.length),n=0;n<e.length;n++)Object.defineProperty(r,""+n,t(n,!0));return r}var i=Le(e);delete i[Re];for(var a=We(i),s=0;s<a.length;s++){var c=a[s];i[c]=t(c,o||!!i[c].enumerable)}return Object.create(Object.getPrototypeOf(e),i)}(r,o),i={i:r?5:4,A:e?e.A:re(),P:!1,I:!1,R:{},l:e,t:o,k:n,o:null,g:!1,C:!1};return Object.defineProperty(n,Re,{value:i,writable:!0}),n},S:function(t,e,n){n?Do(e)&&e[Re].A===t&&o(t.p):(t.u&&function t(o){if(o&&"object"==typeof o){var e=o[Re];if(e){var n=e.t,i=e.k,a=e.R,s=e.i;if(4===s)_o(i,(function(o){o!==Re&&(void 0!==n[o]||Ho(n,o)?a[o]||t(i[o]):(a[o]=!0,ye(e)))})),_o(n,(function(t){void 0!==i[t]||Ho(i,t)||(a[t]=!1,ye(e))}));else if(5===s){if(r(e)&&(ye(e),a.length=!0),i.length<n.length)for(var c=i.length;c<n.length;c++)a[c]=!1;else for(var l=n.length;l<i.length;l++)a[l]=!0;for(var f=Math.min(i.length,n.length),h=0;h<f;h++)i.hasOwnProperty(h)||(a[h]=!0),void 0===a[h]&&t(i[h])}}}}(t.p[0]),o(t.p))},K:function(t){return 4===t.i?e(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class Wr{static get(t){var o;const e="string"==typeof t?t:t.name,r="string"==typeof t?void 0:t,n=window.ftReduxStores[e];if(Ko(n))return n;if(null==r)return;const i=Nr({...r,reducers:null!==(o=r.reducers)&&void 0!==o?o:{}}),a=mr({reducer:(t,o)=>{var e;switch(o.type){case"CLEAR_FT_REDUX_STORE":return i.getInitialState();case"DEFAULT_STATE_FIELDS_VALUES_SETTER":return{...t,...null!==(e=o.overwrites)&&void 0!==e?e:{}};default:return i.reducer(t,o)}}});return window.ftReduxStores[r.name]=new Wr(i,a)}constructor(t,o){this.reduxSlice=t,this.reduxStore=o,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new ko,this.actions=new Proxy(this.reduxSlice.actions,{get:(t,o,e)=>{const r=o,n=t[r];return n?(...t)=>{const o=n(...t);return this.reduxStore.dispatch(o),o}:t=>{this.setState({[r]:t})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_STATE_FIELDS_VALUES_SETTER",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()}}navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Rr=null===(Ur=window.safari)||void 0===Ur?void 0:Ur.pushNotification)||void 0===Rr||Rr.toString());const Lr=gt`
|
|
102
102
|
`,kr=gt`
|
|
103
|
-
`,Kr=Wr.get({name:"ft-app-info",reducers:{},initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],metadataConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0}});class Ar{static build(t){const{baseUrl:o,apiIntegrationIdentifier:e}=Kr.getState(),r=null!=t?t:e;if(o&&r&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(o,r,!0)}static get(t){var o;return null!=t?Ar.build(t):null!==(o=Ar.API)&&void 0!==o?o:Ar.API=Ar.build()}static await(t){return new Promise((o=>{let e=Ar.get(t);if(e)o(e);else{const r=Kr.subscribe((()=>{e=Ar.get(t),e&&(r(),o(e))}))}}))}}var
|
|
103
|
+
`,Kr=Wr.get({name:"ft-app-info",reducers:{},initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],metadataConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0}});class Ar{static build(t){const{baseUrl:o,apiIntegrationIdentifier:e}=Kr.getState(),r=null!=t?t:e;if(o&&r&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(o,r,!0)}static get(t){var o;return null!=t?Ar.build(t):null!==(o=Ar.API)&&void 0!==o?o:Ar.API=Ar.build()}static await(t){return new Promise((o=>{let e=Ar.get(t);if(e)o(e);else{const r=Kr.subscribe((()=>{e=Ar.get(t),e&&(r(),o(e))}))}}))}}class Zr{constructor(t=!0,o){var e;this.overrideApi=o;let n=this.constructor;n.commonCache=null!==(e=n.commonCache)&&void 0!==e?e:new r,this.cache=t?n.commonCache:new r}get api(){var t;return null!==(t=this.overrideApi)&&void 0!==t?t:Ar.get()}get awaitApi(){var t;return null!==(t=this.overrideApi)&&void 0!==t?t:Ar.await()}clearCache(){this.cache.clearAll()}}var jr;const Mr=Symbol("clearAfterUnitTest");class Fr extends Zr{constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[jr]=()=>{this.defaultMessages={},this.cache=new r,this.listeners={}},this.currentUiLocale=Kr.getState().uiLocale,Kr.subscribe((()=>this.clearWhenUiLocaleChanges()))}clearWhenUiLocaleChanges(){const{uiLocale:t}=Kr.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){const o=t.name.toLowerCase();this.cache.setFinal(o,t),this.notify(o)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,o){var e;if(t=t.toLowerCase(),Object.keys(o).length>0){const r={...null!==(e=this.defaultMessages[t])&&void 0!==e?e:{},...o};I(this.defaultMessages[t],r)||(this.defaultMessages[t]=r,await this.notify(t))}await this.fetchContext(t)}resolveMessage(t,o,...e){var r,n,i;t=t.toLowerCase(),this.fetchContext(t);const a=null!==(n=null===(r=this.cache.getNow(t))||void 0===r?void 0:r.messages)&&void 0!==n?n:{};return new Lo(null!==(i=this.defaultMessages[t])&&void 0!==i?i:{},a).resolve(o,...e)}async fetchContext(t){if(!this.cache.has(t))try{await this.cache.get(t,(()=>this.messageContextProvider(this.currentUiLocale,t))),await this.notify(t)}catch(t){console.error(t)}}subscribe(t,o){var e;return t=t.toLowerCase(),this.listeners[t]=null!==(e=this.listeners[t])&&void 0!==e?e:new Set,this.listeners[t].add(o),()=>{var e;return null===(e=this.listeners[t])||void 0===e?void 0:e.delete(o)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map((t=>this.notify(t))))}async notify(t){null!=this.listeners[t]&&await Promise.all([...this.listeners[t].values()].map((t=>{return(o=0,new Promise((t=>setTimeout(t,o)))).then((()=>t())).catch((()=>null));var o})))}}jr=Mr,null==window.FluidTopicsI18nService&&(window.FluidTopicsI18nService=new class extends Fr{constructor(){super((async(t,o)=>(await this.awaitApi).getFluidTopicsMessageContext(t,o)))}}),null==window.FluidTopicsCustomI18nService&&(window.FluidTopicsCustomI18nService=new class extends Fr{constructor(){super((async(t,o)=>(await this.awaitApi).getCustomMessageContext(t,o)))}});const Pr=window.FluidTopicsI18nService,$r=window.FluidTopicsCustomI18nService;var Br=function(t,o,e,r){for(var n,i=arguments.length,a=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,e,a):n(o,e))||a);return i>3&&a&&Object.defineProperty(o,e,a),a};class Dr extends Io{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.messageContexts=[],this.apiProvider=()=>Ar.get(),this.cache=new r,this.cleanSessionDebouncer=new n}render(){return Qt`
|
|
104
104
|
<slot></slot>
|
|
105
|
-
`}update(t){super.update(t),t.has("baseUrl")&&(Kr.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&Kr.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&Kr.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&Kr.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&Kr.actions.noCustom(this.noCustom),t.has("editorMode")&&Kr.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&Kr.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&Kr.actions.session(this.session),t.has("availableUiLocales")&&Kr.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>
|
|
105
|
+
`}update(t){super.update(t),t.has("baseUrl")&&(Kr.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&Kr.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&Kr.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&Kr.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&Kr.actions.noCustom(this.noCustom),t.has("editorMode")&&Kr.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&Kr.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&Kr.actions.session(this.session),t.has("availableUiLocales")&&Kr.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>Pr.addContext(t))),setTimeout((()=>this.updateIfNeeded()))}async updateIfNeeded(){!this.withManualResources&&this.apiProvider()&&(null==this.session&&this.updateSession(),null==this.availableUiLocales&&this.updateUiLocales(),null==this.metadataConfiguration&&this.updateMetadataConfiguration())}async updateSession(){this.session=await this.cache.get("session",(async()=>{const t=await this.apiProvider().getCurrentSession();return t.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run((()=>{this.cache.clear("session"),this.session=void 0}),t.idleTimeoutInMillis),t}))}async updateUiLocales(){this.availableUiLocales=await this.cache.get("availableUiLocales",(()=>this.apiProvider().getAvailableUiLocales()))}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",(()=>this.apiProvider().getMetadataConfiguration()))}}Dr.elementDefinitions={},Dr.styles=kr,Br([R()],Dr.prototype,"baseUrl",void 0),Br([R()],Dr.prototype,"apiIntegrationIdentifier",void 0),Br([R()],Dr.prototype,"uiLocale",void 0),Br([L(null)],Dr.prototype,"availableUiLocales",void 0),Br([L(null)],Dr.prototype,"metadataConfiguration",void 0),Br([R({type:Boolean})],Dr.prototype,"editorMode",void 0),Br([R({type:Boolean})],Dr.prototype,"noCustom",void 0),Br([R({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],Dr.prototype,"noCustomComponent",void 0),Br([R({type:Boolean})],Dr.prototype,"withManualResources",void 0),Br([L([])],Dr.prototype,"messageContexts",void 0),Br([L(void 0)],Dr.prototype,"session",void 0),Br([R({type:Object})],Dr.prototype,"apiProvider",void 0);class zr extends Zr{async listMySearches(){let t=Kr.getState().session;return(null==t?void 0:t.sessionAuthenticated)?this.cache.get("my-searches",(async()=>(await this.awaitApi).listMySearches(t.profile.userId)),3e5):[]}}class _r extends Zr{async listMyBookmarks(){let t=Kr.getState().session;return(null==t?void 0:t.sessionAuthenticated)?this.cache.get("my-bookmarks",(async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId)),3e5):[]}}const Tr=Wr.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});new class{constructor(){this.currentSession=Kr.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new _r,this.savedSearchesService=new zr,Kr.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:o}=Kr.getState();I(null===(t=this.currentSession)||void 0===t?void 0:t.profile,null==o?void 0:o.profile)||(this.currentSession=o,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Tr.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Tr.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();const t=await this.savedSearchesService.listMySearches();Tr.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){const o=(null===(t=this.currentSession)||void 0===t?void 0:t.sessionAuthenticated)?await this.bookmarksService.listMyBookmarks():void 0;Tr.actions.bookmarks(o)}}},W("ft-app-context")(Dr);var Hr=function(t,o,e,r){for(var n,i=arguments.length,a=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,e,a):n(o,e))||a);return i>3&&a&&Object.defineProperty(o,e,a),a};const Gr=Symbol("i18nAttributes"),qr=Symbol("i18nProperties"),Yr=Symbol("i18nUnsubs");function Vr(t){var o;class e extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[o]=new Map}get i18nService(){return this.useCustomMessageContexts?$r:Pr}i18n(t,o,...e){var r;if("string"==typeof t)return this.i18nService.resolveMessage(t,o,...e);const n=null!==(r=t.args)&&void 0!==r?r:t.argsProvider?t.argsProvider(this):[];return this.i18nService.resolveMessage(t.context,t.key,...n)}onI18nUpdate(t){var o,e;null===(o=this[Gr])||void 0===o||o.forEach(((o,e)=>{var r;const n=this.getI18nAttributeValue(e);(null===(r=null==n?void 0:n.context)||void 0===r?void 0:r.toLowerCase())===t.toLowerCase()&&this.updateI18nAttributeMessage(e,n,o)})),null===(e=this[qr])||void 0===e||e.forEach(((o,e)=>{o.context.toLowerCase()===t.toLowerCase()&&(this[e]=this.i18n(o))})),setTimeout((()=>this.requestUpdate()),0)}updateI18nAttributeMessage(t,o,e){this[t]={...o,message:this.i18n({context:o.context,key:o.key,...e})}}update(t){var o,e;super.update(t),null===(o=this[Gr])||void 0===o||o.forEach(((o,e)=>{const r=this.getI18nAttributeValue(e);(null==r?void 0:r.context)&&r.key&&(t.has(e)||null!=o.argsProvider)&&(t.has(e)&&this.addI18nContext(r.context),this.updateI18nAttributeMessage(e,r,o))})),null===(e=this[qr])||void 0===e||e.forEach(((t,o)=>{null!=t.argsProvider&&(this[o]=this.i18n(t))}))}getI18nAttributeValue(t){return this[t]}connectedCallback(){var t,o,e,r;super.connectedCallback(),new Set([...null!==(o=null===(t=this[qr])||void 0===t?void 0:t.values())&&void 0!==o?o:[],...[...null!==(r=null===(e=this[Gr])||void 0===e?void 0:e.keys())&&void 0!==r?r:[]].map((t=>this.getI18nAttributeValue(t)))].map((t=>null==t?void 0:t.context))).forEach((t=>t&&this.addI18nMessages(t)))}addI18nMessages(t,o){t=t.toLowerCase(),this[Yr].has(t)||this[Yr].set(t,this.i18nService.subscribe(t,(()=>this.onI18nUpdate(t)))),this.i18nService.prepareContext(t,null!=o?o:{})}addI18nContext(t,o){this.addI18nMessages("string"==typeof t?t:t.name,o)}disconnectedCallback(){super.disconnectedCallback(),this[Yr].forEach((t=>t())),this[Yr].clear()}}return o=Yr,Hr([R({type:Boolean})],e.prototype,"useCustomMessageContexts",void 0),e}class Jr extends(Vr(Io)){}class Xr extends(Vr($o)){}var Qr=function(t,o,e,r){for(var n,i=arguments.length,a=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,e,a):n(o,e))||a);return i>3&&a&&Object.defineProperty(o,e,a),a};class tn extends Xr{constructor(){super(),this.editorMode=!1,this.addStore(Kr)}render(){return this.key&&this.context?Qt`
|
|
106
106
|
<span class="ft-i18n">
|
|
107
107
|
${this.i18n(this.context,this.key,...Array.isArray(this.args)?this.args:[])}
|
|
108
108
|
</span>
|
|
109
|
-
`:this.editorMode?"Select a context and a label key.":oo}update(t){var o;super.update(t),["context","key","defaultMessage"].some((o=>t.has(o)))&&this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:null!==(o=this.defaultMessage)&&void 0!==o?o:""})}}tn.elementDefinitions={},tn.styles=Lr,Qr([(t=>{const o=null!=t?t:{};return(t,e)=>{var r;const n={hasChanged:(t,o)=>!I(t,o),attribute:!1,...o};R(n)(t,e);const i=t.constructor;i.reduxProperties=new Map(i.reduxProperties),i.reduxProperties.set(e,{selector:null!==(r=o.selector)&&void 0!==r?r:t=>t[e],store:o.store})}})()],tn.prototype,"editorMode",void 0),Qr([R()],tn.prototype,"context",void 0),Qr([R()],tn.prototype,"key",void 0),Qr([L([])],tn.prototype,"args",void 0),Qr([R()],tn.prototype,"defaultMessage",void 0);class on{static build(t){return new on(t)}static fromGwt(t){return new on(t)}constructor(t){this.name=t,this.properties=new Proxy({},{get:(t,o)=>{const e=o;return t=>({context:this.name,key:e,args:"function"==typeof t?void 0:t,argsProvider:"function"==typeof t?t:void 0})}}),this.messages=new Proxy({},{get:(t,o)=>(...t)=>
|
|
109
|
+
`:this.editorMode?"Select a context and a label key.":oo}update(t){var o;super.update(t),["context","key","defaultMessage"].some((o=>t.has(o)))&&this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:null!==(o=this.defaultMessage)&&void 0!==o?o:""})}}tn.elementDefinitions={},tn.styles=Lr,Qr([(t=>{const o=null!=t?t:{};return(t,e)=>{var r;const n={hasChanged:(t,o)=>!I(t,o),attribute:!1,...o};R(n)(t,e);const i=t.constructor;i.reduxProperties=new Map(i.reduxProperties),i.reduxProperties.set(e,{selector:null!==(r=o.selector)&&void 0!==r?r:t=>t[e],store:o.store})}})()],tn.prototype,"editorMode",void 0),Qr([R()],tn.prototype,"context",void 0),Qr([R()],tn.prototype,"key",void 0),Qr([L([])],tn.prototype,"args",void 0),Qr([R()],tn.prototype,"defaultMessage",void 0);class on{static build(t){return new on(t)}static fromGwt(t){return new on(t)}constructor(t){this.name=t,this.properties=new Proxy({},{get:(t,o)=>{const e=o;return t=>({context:this.name,key:e,args:"function"==typeof t?void 0:t,argsProvider:"function"==typeof t?t:void 0})}}),this.messages=new Proxy({},{get:(t,o)=>(...t)=>Pr.resolveMessage(this.name,o,...t)})}}W("ft-i18n")(tn),t.FtI18n=tn,t.FtI18nCssVariables={},t.FtLitElementReduxWithI18n=Xr,t.FtLitElementWithI18n=Jr,t.I18nMessageContext=on,t.i18n=(t,o)=>(e,r)=>{var n,i;e.constructor.createProperty(r,null!=o?o:{attribute:!1,type:String});const a={...t,key:null!==(n=t.key)&&void 0!==n?n:r};e[qr]=null!==(i=e[qr])&&void 0!==i?i:new Map,e[qr].set(r,a)},t.i18nAttributes=Gr,t.i18nProperties=qr,t.i18nUnsubs=Yr,t.styles=Lr,t.withI18n=Vr}({});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-i18n",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.39",
|
|
4
4
|
"description": "Integrated component that displays internationalized label from a Fluid Topics portal.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-app-context": "1.1.
|
|
23
|
-
"@fluid-topics/ft-wc-utils": "1.1.
|
|
22
|
+
"@fluid-topics/ft-app-context": "1.1.39",
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "1.1.39",
|
|
24
24
|
"lit": "3.1.0"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "a9b7f979a6e94b58571a61de90a4b2655800690d"
|
|
27
27
|
}
|