@fluid-topics/ft-reader-topic-content 1.2.3 → 1.2.5

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.
@@ -53,7 +53,7 @@ class FtReaderTopicContent extends FtReaderTopicComponent {
53
53
  super.contentAvailableCallback(props);
54
54
  if (!this.disableContextInteractions && ((_a = this.scrollTarget) === null || _a === void 0 ? void 0 : _a.section) && ((_b = this.tocNode) === null || _b === void 0 ? void 0 : _b.tocId) && ((_c = this.tocNode) === null || _c === void 0 ? void 0 : _c.tocId) === this.scrollTarget.tocId && this.content) {
55
55
  const target = (_e = (_d = this.shadowRoot) === null || _d === void 0 ? void 0 : _d.querySelector(`[id="${this.scrollTarget.section}"], [name="${this.scrollTarget.section}"]`)) !== null && _e !== void 0 ? _e : this;
56
- target.scrollIntoView({ block: "start" });
56
+ target.dispatchEvent(new Event("scroll-into-view", { bubbles: true, composed: true }));
57
57
  (_f = this.stateManager) === null || _f === void 0 ? void 0 : _f.scrollDone();
58
58
  }
59
59
  if (this.topicContainer) {
@@ -71,11 +71,11 @@ class FtReaderTopicContent extends FtReaderTopicComponent {
71
71
  this.shadowRoot.querySelectorAll(".ft-expanding-block-link").forEach(expandingBlockLink => {
72
72
  expandingBlockLink.onclick = function () {
73
73
  var _a, _b, _c;
74
- if (expandingBlockLink.classList.contains('ft-expanding-exclusive') && !expandingBlockLink.classList.contains('ft-expanding-block-expanded')) {
75
- Array.from(((_a = expandingBlockLink.closest('.topic')) === null || _a === void 0 ? void 0 : _a.querySelectorAll('.ft-expanding-block-expanded')) || []).forEach(el => el.classList.remove('ft-expanding-block-expanded'));
74
+ if (expandingBlockLink.classList.contains("ft-expanding-exclusive") && !expandingBlockLink.classList.contains("ft-expanding-block-expanded")) {
75
+ Array.from(((_a = expandingBlockLink.closest(".topic")) === null || _a === void 0 ? void 0 : _a.querySelectorAll(".ft-expanding-block-expanded")) || []).forEach(el => el.classList.remove("ft-expanding-block-expanded"));
76
76
  }
77
- expandingBlockLink.classList.toggle('ft-expanding-block-expanded');
78
- (_c = (_b = expandingBlockLink.closest('.topic')) === null || _b === void 0 ? void 0 : _b.querySelector(`[id='` + expandingBlockLink.getAttribute('data-expanding-block-target-id') + `']`)) === null || _c === void 0 ? void 0 : _c.classList.toggle('ft-expanding-block-expanded');
77
+ expandingBlockLink.classList.toggle("ft-expanding-block-expanded");
78
+ (_c = (_b = expandingBlockLink.closest(".topic")) === null || _b === void 0 ? void 0 : _b.querySelector(`[id='` + expandingBlockLink.getAttribute("data-expanding-block-target-id") + `']`)) === null || _c === void 0 ? void 0 : _c.classList.toggle("ft-expanding-block-expanded");
79
79
  };
80
80
  });
81
81
  }
@@ -83,8 +83,8 @@ class FtReaderTopicContent extends FtReaderTopicComponent {
83
83
  this.shadowRoot.querySelectorAll(".ft-openapi-select").forEach(select => {
84
84
  select.onchange = function (event) {
85
85
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
86
- (_d = (_c = (_b = (_a = event.target) === null || _a === void 0 ? void 0 : _a.parentElement) === null || _b === void 0 ? void 0 : _b.parentElement) === null || _c === void 0 ? void 0 : _c.querySelector('.selected-example')) === null || _d === void 0 ? void 0 : _d.classList.remove('selected-example');
87
- (_j = (_g = (_f = (_e = event.target) === null || _e === void 0 ? void 0 : _e.parentElement) === null || _f === void 0 ? void 0 : _f.parentElement) === null || _g === void 0 ? void 0 : _g.querySelector('.select-example[content-type="' + ((_h = event.target) === null || _h === void 0 ? void 0 : _h.value) + '"]')) === null || _j === void 0 ? void 0 : _j.classList.add('selected-example');
86
+ (_d = (_c = (_b = (_a = event.target) === null || _a === void 0 ? void 0 : _a.parentElement) === null || _b === void 0 ? void 0 : _b.parentElement) === null || _c === void 0 ? void 0 : _c.querySelector(".selected-example")) === null || _d === void 0 ? void 0 : _d.classList.remove("selected-example");
87
+ (_j = (_g = (_f = (_e = event.target) === null || _e === void 0 ? void 0 : _e.parentElement) === null || _f === void 0 ? void 0 : _f.parentElement) === null || _g === void 0 ? void 0 : _g.querySelector(".select-example[content-type=\"" + ((_h = event.target) === null || _h === void 0 ? void 0 : _h.value) + "\"]")) === null || _j === void 0 ? void 0 : _j.classList.add("selected-example");
88
88
  };
89
89
  });
90
90
  }
@@ -21,7 +21,7 @@
21
21
  white-space: pre-wrap;
22
22
  word-break: break-word;
23
23
  }
24
- `;var ft=y(M());var ir=y(C()),ar=y(M());var or;(function(e){e.FEEDBACK="FEEDBACK",e.RATING="RATING",e.PRINT="PRINT",e.BOOKMARK="BOOKMARK",e.COLLECTIONS="COLLECTIONS",e.PERSONAL_BOOKS="PERSONAL_BOOKS"})(or||(or={}));var An=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},ct=class extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}},ut=Symbol("registerInterval");function Cn(e){var t;class r extends e{constructor(){super(...arguments),this[t]=0}setReaderStateManager(o){this.clearStateManager(),this.stateManager=o,this.addStore(o.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var o;return(o=this.stateManager)===null||o===void 0?void 0:o.service}connectedCallback(){super.connectedCallback(),this[ut]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[ut]):this.dispatchEvent(new ct)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return t=ut,An([(0,ar.state)()],r.prototype,"stateManager",void 0),r}var Pe=class extends Cn(ir.FtLitElementRedux){};var sr=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},dt=class extends Event{constructor(){super("register-ft-reader-topic-component",{bubbles:!0,composed:!0})}},lt=Symbol("registerInterval");function _n(e){var t;class r extends e{constructor(){super(...arguments),this.disableContextInteractions=!1,this[t]=0}connectedCallback(){super.connectedCallback(),this[lt]=window.setInterval(()=>this.tryToRegisterToTopicContext(),50)}tryToRegisterToTopicContext(){this.tocNode!=null?window.clearInterval(this[lt]):this.dispatchEvent(new dt)}disconnectedCallback(){super.disconnectedCallback(),this.tocNode=void 0}}return t=lt,sr([(0,ft.state)()],r.prototype,"tocNode",void 0),sr([(0,ft.state)()],r.prototype,"disableContextInteractions",void 0),r}var Me=class extends _n(Pe){};var yn=y(pt()),ne=y(C()),oe=y(M());var pr=y(C());var Se=y(U()),ie=y(M()),fr=y(C()),dr=y(pt());var De;(function(e){e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.BOOKS="&#xe806;",e.MENU="&#xe807;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.HOME="&#xe80b;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.EXPORT="&#xe80f;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.USER="&#xe813;",e.EXTLINK="&#xe814;",e.CALENDAR="&#xe815;",e.OFFLINE="&#xe816;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.STAR_PLAIN="&#xe900;",e.TOPICS="&#xe901;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.CLOSE="&#xe909;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN="&#xe90f;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_THEME="&#xe911;",e.ADMIN_USERS="&#xe912;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.INFO="&#xe919;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.THIN_ARROW="&#xe921;",e.SIGN_IN="&#xe922;",e.LOGOUT="&#xe923;",e.TRANSLATE="&#xe924;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.ARTICLE="&#xe927;",e.COLUMNS="&#xe928;",e.ANALYTICS="&#xe929;",e.COLLECTIONS="&#xe92a;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.COPY_TO_CLIPBOARD="&#xe930;",e.SHARED_PBK="&#xe931;",e.ATTACHMENTS="&#xe932;",e.STRIPE_ARROW_LEFT="&#xe933;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.FILTERS="&#xe935;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.SAVE="&#xe93a;",e.LOCKER="&#xe93b;",e.ADMIN_INTEGRATION="&#xe93c;",e.SYNC="&#xe93d;",e.TAG="&#xe93e;",e.BOOK_PLAIN="&#xe93f;",e.UPLOAD="&#xe940;",e.ONLINE="&#xe941;",e.TAG_PLAIN="&#xe942;",e.ACCOUNT_SETTINGS="&#xe943;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.SHORTCUT_MENU="&#xe946;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.ADMIN_PORTAL="&#xe94b;",e.STAR="&#xe94c;",e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.FEEDBACK_PLAIN="&#xe951;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_COLLECTIONS="&#xe955;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.RESET="&#xe958;",e.MY_LIBRARY="&#xe959;",e.UNSTRUCTURED_DOC="&#xe95a;",e.CONTEXTUAL="&#xe95b;",e.THIN_ARROW_UP="&#xe95c;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.DESKTOP="&#xe95e;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_STACKED="&#xe96e;",e.CHART_BAR_GROUPED="&#xe96f;",e.EYE_SLASH="&#xe970;",e.X_MARK="&#xe971;",e.EXPAND_WIDE="&#xe972;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.EXTLINK_LIGHT="&#xe978;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.CONSUMER="&#xe97c;",e.OCTAGON_XMARK="&#xe97d;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK="&#xe97f;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;",e.CIRCLE_STOP="&#xe984;",e.ARROW_ROTATE_RIGHT="&#xe985;",e.ARROWS_ROTATE="&#xe986;",e.ALIGN_RIGHT="&#xe987;",e.FORMAT_CLEAR="&#xe988;",e.ALIGN_CENTER="&#xe989;",e.ALIGN_LEFT="&#xe98a;",e.PALETTE="&#xe98b;",e.BOLD="&#xe98c;",e.ITALIC="&#xe98d;",e.UNDERLINE="&#xe98e;",e.STRIKETHROUGH="&#xe98f;",e.LINK_SIMPLE_SLASH="&#xe990;",e.LINK_SIMPLE="&#xe991;",e.ROUTE="&#xe992;",e.CIRCLE_USER_SLASH="&#xe993;",e.CIRCLE_USER_CHECK="&#xe994;",e.LIST_MAGNIFYING_GLASS="&#xe995;",e.MEDAL="&#xe996;",e.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",e.ARROW_TURN_DOWN_RIGHT="&#xe998;",e.FLASK="&#xe999;",e.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",e.HOURGLASS_END="&#xe99b;",e.CIRCLE_QUESTION="&#xe99c;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;"})(De||(De={}));var d;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(d||(d={}));var Do=new Map([...["abw"].map(e=>[e,d.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,d.AUDIO]),...["avi"].map(e=>[e,d.AVI]),...["chm","xhs"].map(e=>[e,d.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,d.CODE]),...["csv"].map(e=>[e,d.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,d.DITA]),...["epub"].map(e=>[e,d.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,d.EXCEL]),...["flac"].map(e=>[e,d.FLAC]),...["gif"].map(e=>[e,d.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,d.GZIP]),...["html","htm","xhtml"].map(e=>[e,d.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,d.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,d.JPEG]),...["json"].map(e=>[e,d.JSON]),...["m4a","m4p"].map(e=>[e,d.M4A]),...["mov","qt"].map(e=>[e,d.MOV]),...["mp3"].map(e=>[e,d.MP3]),...["mp4","m4v"].map(e=>[e,d.MP4]),...["ogg","oga"].map(e=>[e,d.OGG]),...["pdf","ps"].map(e=>[e,d.PDF]),...["png"].map(e=>[e,d.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,d.POWERPOINT]),...["rar"].map(e=>[e,d.RAR]),...["stp"].map(e=>[e,d.STP]),...["txt","rtf","md","mdown"].map(e=>[e,d.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,d.VIDEO]),...["wav"].map(e=>[e,d.WAV]),...["wma"].map(e=>[e,d.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,d.WORD]),...["xml","xsl","rdf"].map(e=>[e,d.XML]),...["yaml","yml","x-yaml"].map(e=>[e,d.YAML]),...["zip"].map(e=>[e,d.ZIP])]);var Lo={[d.ABW]:"#91ABC6",[d.AUDIO]:"#1795E3",[d.AVI]:"#E63324",[d.CHM]:"#71C3EB",[d.CODE]:"#71C3EB",[d.CSV]:"#1F7345",[d.DITA]:"#71C3EB",[d.EPUB]:"#85B926",[d.EXCEL]:"#1F7345",[d.FLAC]:"#1795E3",[d.GIF]:"#59B031",[d.GZIP]:"#F8AB36",[d.HTML]:"#71C3EB",[d.IMAGE]:"#59B031",[d.JPEG]:"#59B031",[d.JSON]:"#71C3EB",[d.M4A]:"#1795E3",[d.MOV]:"#E63324",[d.MP3]:"#1795E3",[d.MP4]:"#E63324",[d.OGG]:"#1795E3",[d.PDF]:"#E44948",[d.PNG]:"#59B031",[d.POWERPOINT]:"#B54A2B",[d.RAR]:"#F8AB36",[d.STP]:"#3764B1",[d.TEXT]:"#3162AB",[d.UNKNOWN]:"#999999",[d.VIDEO]:"#E63324",[d.WAV]:"#1795E3",[d.WMA]:"#1795E3",[d.WORD]:"#3162AB",[d.XML]:"#71C3EB",[d.YAML]:"#71C3EB",[d.ZIP]:"#F8AB36"};var cr=y(U()),K=y(C()),G={size:K.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:K.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",K.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:K.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",K.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:K.FtCssVariableFactory.extend("--ft-icon-material-font-family","",K.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:K.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},lr=cr.css`
24
+ `;var ft=y(M());var ir=y(C()),ar=y(M());var or;(function(e){e.FEEDBACK="FEEDBACK",e.RATING="RATING",e.PRINT="PRINT",e.BOOKMARK="BOOKMARK",e.COLLECTIONS="COLLECTIONS",e.PERSONAL_BOOKS="PERSONAL_BOOKS"})(or||(or={}));var An=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},ct=class extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}},ut=Symbol("registerInterval");function Cn(e){var t;class r extends e{constructor(){super(...arguments),this[t]=0}setReaderStateManager(o){this.clearStateManager(),this.stateManager=o,this.addStore(o.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var o;return(o=this.stateManager)===null||o===void 0?void 0:o.service}connectedCallback(){super.connectedCallback(),this[ut]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[ut]):this.dispatchEvent(new ct)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return t=ut,An([(0,ar.state)()],r.prototype,"stateManager",void 0),r}var Pe=class extends Cn(ir.FtLitElementRedux){};var sr=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},dt=class extends Event{constructor(){super("register-ft-reader-topic-component",{bubbles:!0,composed:!0})}},lt=Symbol("registerInterval");function _n(e){var t;class r extends e{constructor(){super(...arguments),this.disableContextInteractions=!1,this[t]=0}connectedCallback(){super.connectedCallback(),this[lt]=window.setInterval(()=>this.tryToRegisterToTopicContext(),50)}tryToRegisterToTopicContext(){this.tocNode!=null?window.clearInterval(this[lt]):this.dispatchEvent(new dt)}disconnectedCallback(){super.disconnectedCallback(),this.tocNode=void 0}}return t=lt,sr([(0,ft.state)()],r.prototype,"tocNode",void 0),sr([(0,ft.state)()],r.prototype,"disableContextInteractions",void 0),r}var Me=class extends _n(Pe){};var yn=y(pt()),ne=y(C()),oe=y(M());var pr=y(C());var Se=y(U()),ie=y(M()),fr=y(C()),dr=y(pt());var Le;(function(e){e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.BOOKS="&#xe806;",e.MENU="&#xe807;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.HOME="&#xe80b;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.EXPORT="&#xe80f;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.USER="&#xe813;",e.EXTLINK="&#xe814;",e.CALENDAR="&#xe815;",e.OFFLINE="&#xe816;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.STAR_PLAIN="&#xe900;",e.TOPICS="&#xe901;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.CLOSE="&#xe909;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN="&#xe90f;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_THEME="&#xe911;",e.ADMIN_USERS="&#xe912;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.INFO="&#xe919;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.THIN_ARROW="&#xe921;",e.SIGN_IN="&#xe922;",e.LOGOUT="&#xe923;",e.TRANSLATE="&#xe924;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.ARTICLE="&#xe927;",e.COLUMNS="&#xe928;",e.ANALYTICS="&#xe929;",e.COLLECTIONS="&#xe92a;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.COPY_TO_CLIPBOARD="&#xe930;",e.SHARED_PBK="&#xe931;",e.ATTACHMENTS="&#xe932;",e.STRIPE_ARROW_LEFT="&#xe933;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.FILTERS="&#xe935;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.SAVE="&#xe93a;",e.LOCKER="&#xe93b;",e.ADMIN_INTEGRATION="&#xe93c;",e.SYNC="&#xe93d;",e.TAG="&#xe93e;",e.BOOK_PLAIN="&#xe93f;",e.UPLOAD="&#xe940;",e.ONLINE="&#xe941;",e.TAG_PLAIN="&#xe942;",e.ACCOUNT_SETTINGS="&#xe943;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.SHORTCUT_MENU="&#xe946;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.ADMIN_PORTAL="&#xe94b;",e.STAR="&#xe94c;",e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.FEEDBACK_PLAIN="&#xe951;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_COLLECTIONS="&#xe955;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.RESET="&#xe958;",e.MY_LIBRARY="&#xe959;",e.UNSTRUCTURED_DOC="&#xe95a;",e.CONTEXTUAL="&#xe95b;",e.THIN_ARROW_UP="&#xe95c;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.DESKTOP="&#xe95e;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_STACKED="&#xe96e;",e.CHART_BAR_GROUPED="&#xe96f;",e.EYE_SLASH="&#xe970;",e.X_MARK="&#xe971;",e.EXPAND_WIDE="&#xe972;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.EXTLINK_LIGHT="&#xe978;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.CONSUMER="&#xe97c;",e.OCTAGON_XMARK="&#xe97d;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK="&#xe97f;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;",e.CIRCLE_STOP="&#xe984;",e.ARROW_ROTATE_RIGHT="&#xe985;",e.ARROWS_ROTATE="&#xe986;",e.ALIGN_RIGHT="&#xe987;",e.FORMAT_CLEAR="&#xe988;",e.ALIGN_CENTER="&#xe989;",e.ALIGN_LEFT="&#xe98a;",e.PALETTE="&#xe98b;",e.BOLD="&#xe98c;",e.ITALIC="&#xe98d;",e.UNDERLINE="&#xe98e;",e.STRIKETHROUGH="&#xe98f;",e.LINK_SIMPLE_SLASH="&#xe990;",e.LINK_SIMPLE="&#xe991;",e.ROUTE="&#xe992;",e.CIRCLE_USER_SLASH="&#xe993;",e.CIRCLE_USER_CHECK="&#xe994;",e.LIST_MAGNIFYING_GLASS="&#xe995;",e.MEDAL="&#xe996;",e.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",e.ARROW_TURN_DOWN_RIGHT="&#xe998;",e.FLASK="&#xe999;",e.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",e.HOURGLASS_END="&#xe99b;",e.CIRCLE_QUESTION="&#xe99c;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;",e.GRIP_LINES_SOLID="&#xe99d;",e.TRANSLATE_SPARKLE_SOLID="&#xe99e;"})(Le||(Le={}));var d;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(d||(d={}));var Lo=new Map([...["abw"].map(e=>[e,d.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,d.AUDIO]),...["avi"].map(e=>[e,d.AVI]),...["chm","xhs"].map(e=>[e,d.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,d.CODE]),...["csv"].map(e=>[e,d.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,d.DITA]),...["epub"].map(e=>[e,d.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,d.EXCEL]),...["flac"].map(e=>[e,d.FLAC]),...["gif"].map(e=>[e,d.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,d.GZIP]),...["html","htm","xhtml"].map(e=>[e,d.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,d.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,d.JPEG]),...["json"].map(e=>[e,d.JSON]),...["m4a","m4p"].map(e=>[e,d.M4A]),...["mov","qt"].map(e=>[e,d.MOV]),...["mp3"].map(e=>[e,d.MP3]),...["mp4","m4v"].map(e=>[e,d.MP4]),...["ogg","oga"].map(e=>[e,d.OGG]),...["pdf","ps"].map(e=>[e,d.PDF]),...["png"].map(e=>[e,d.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,d.POWERPOINT]),...["rar"].map(e=>[e,d.RAR]),...["stp"].map(e=>[e,d.STP]),...["txt","rtf","md","mdown"].map(e=>[e,d.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,d.VIDEO]),...["wav"].map(e=>[e,d.WAV]),...["wma"].map(e=>[e,d.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,d.WORD]),...["xml","xsl","rdf"].map(e=>[e,d.XML]),...["yaml","yml","x-yaml"].map(e=>[e,d.YAML]),...["zip"].map(e=>[e,d.ZIP])]);var Do={[d.ABW]:"#91ABC6",[d.AUDIO]:"#1795E3",[d.AVI]:"#E63324",[d.CHM]:"#71C3EB",[d.CODE]:"#71C3EB",[d.CSV]:"#1F7345",[d.DITA]:"#71C3EB",[d.EPUB]:"#85B926",[d.EXCEL]:"#1F7345",[d.FLAC]:"#1795E3",[d.GIF]:"#59B031",[d.GZIP]:"#F8AB36",[d.HTML]:"#71C3EB",[d.IMAGE]:"#59B031",[d.JPEG]:"#59B031",[d.JSON]:"#71C3EB",[d.M4A]:"#1795E3",[d.MOV]:"#E63324",[d.MP3]:"#1795E3",[d.MP4]:"#E63324",[d.OGG]:"#1795E3",[d.PDF]:"#E44948",[d.PNG]:"#59B031",[d.POWERPOINT]:"#B54A2B",[d.RAR]:"#F8AB36",[d.STP]:"#3764B1",[d.TEXT]:"#3162AB",[d.UNKNOWN]:"#999999",[d.VIDEO]:"#E63324",[d.WAV]:"#1795E3",[d.WMA]:"#1795E3",[d.WORD]:"#3162AB",[d.XML]:"#71C3EB",[d.YAML]:"#71C3EB",[d.ZIP]:"#F8AB36"};var cr=y(U()),K=y(C()),G={size:K.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:K.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",K.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:K.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",K.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:K.FtCssVariableFactory.extend("--ft-icon-material-font-family","",K.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:K.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},lr=cr.css`
25
25
  :host, i.ft-icon {
26
26
  display: inline-flex;
27
27
  align-items: center;
@@ -69,16 +69,16 @@
69
69
  .ft-icon--material {
70
70
  font-family: ${G.materialFontFamily}, "Material Icons", sans-serif;
71
71
  }
72
- `;var q;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(q||(q={}));var Le=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},B=class extends fr.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=Se.nothing}render(){let t=this.variant&&Object.values(q).includes(this.variant)?this.variant:q.fluid_topics,r=t!==q.material||!!this.value;return Se.html`
72
+ `;var q;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(q||(q={}));var De=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},B=class extends fr.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=Se.nothing}render(){let t=this.variant&&Object.values(q).includes(this.variant)?this.variant:q.fluid_topics,r=t!==q.material||!!this.value;return Se.html`
73
73
  <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
74
74
  ${(0,dr.unsafeHTML)(this.resolvedIcon)}
75
75
  <slot ?hidden=${r}></slot>
76
76
  </i>
77
- `}get textContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}update(t){super.update(t),["value","variant"].some(r=>t.has(r))&&this.resolveIcon()}resolveIcon(){var t,r;let n=this.value||this.textContent;switch(this.variant){case q.file_format:this.resolvedIcon=(t=d[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case q.material:this.resolvedIcon=this.value||Se.nothing;break;default:this.resolvedIcon=(r=De[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};B.elementDefinitions={};B.styles=lr;Le([(0,ie.property)()],B.prototype,"variant",void 0);Le([(0,ie.property)()],B.prototype,"value",void 0);Le([(0,ie.state)()],B.prototype,"resolvedIcon",void 0);Le([(0,ie.query)("slot")],B.prototype,"slottedContent",void 0);(0,pr.customElement)("ft-icon")(B);var mn=y(C());var ot=y(U()),it=y(M()),at=y(C());var hr=y(U());var vr=hr.css`
77
+ `}get textContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}update(t){super.update(t),["value","variant"].some(r=>t.has(r))&&this.resolveIcon()}resolveIcon(){var t,r;let n=this.value||this.textContent;switch(this.variant){case q.file_format:this.resolvedIcon=(t=d[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case q.material:this.resolvedIcon=this.value||Se.nothing;break;default:this.resolvedIcon=(r=Le[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};B.elementDefinitions={};B.styles=lr;De([(0,ie.property)()],B.prototype,"variant",void 0);De([(0,ie.property)()],B.prototype,"value",void 0);De([(0,ie.state)()],B.prototype,"resolvedIcon",void 0);De([(0,ie.query)("slot")],B.prototype,"slottedContent",void 0);(0,pr.customElement)("ft-icon")(B);var mn=y(C());var ot=y(U()),it=y(M()),at=y(C());var hr=y(U());var vr=hr.css`
78
78
  `;var nt=y(C());var dn=y(C());var xr=y(U()),N=y(M()),j=y(C());var mr=y(U());var yr=mr.css`
79
79
  `;var je=y(C()),Tn="ft-app-info",ht=class extends CustomEvent{constructor(t){super("authentication-change",{detail:t})}},Nn={session:(e,t)=>{(0,je.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>g.dispatchEvent(new ht(t.payload)),0))}},g=je.FtReduxStore.get({name:Tn,reducers:Nn,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,metadataConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1}});var X=y(C());var vt=y(C());var ae=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=g.getState(),o=t??n;if(r&&o&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,o,!0)}static await(t){return new Promise(r=>{let n=e.get(t);if(n)r(n);else{let o=g.subscribe(()=>{n=e.get(t),n&&(o(),r(n))})}})}};var $=class{constructor(t=!0,r){var n;this.overrideApi=r;let o=this.constructor;o.commonCache=(n=o.commonCache)!==null&&n!==void 0?n:new vt.CacheRegistry,this.cache=t?o.commonCache:new vt.CacheRegistry}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:ae.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):ae.await()}clearCache(){this.cache.clearAll()}};var gr,Rn=Symbol("clearAfterUnitTest"),ke=class extends ${constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[gr]=()=>{this.defaultMessages={},this.cache=new X.CacheRegistry,this.listeners={}},this.currentUiLocale=g.getState().uiLocale,g.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=g.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let r=t.name.toLowerCase();this.cache.setFinal(r,t),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,r){var n;if(t=t.toLowerCase(),Object.keys(r).length>0){let o={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...r};(0,X.deepEqual)(this.defaultMessages[t],o)||(this.defaultMessages[t]=o,await this.notify(t))}await this.fetchContext(t)}resolveContext(t){var r,n;return this.fetchContext(t),(n=(r=this.cache.getNow(t))===null||r===void 0?void 0:r.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(t,r){let n=t.toLowerCase();return this.resolveContext(n)[r]}resolveMessage(t,r,...n){var o;let i=t.toLowerCase(),a=this.resolveContext(i);return new X.ParametrizedLabelResolver((o=this.defaultMessages[i])!==null&&o!==void 0?o:{},a).resolve(r,...n)}async fetchContext(t){if(!this.cache.has(t))try{await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),await this.notify(t)}catch(r){console.error(r)}}subscribe(t,r){var n;return t=t.toLowerCase(),this.listeners[t]=(n=this.listeners[t])!==null&&n!==void 0?n:new Set,this.listeners[t].add(r),()=>{var o;return(o=this.listeners[t])===null||o===void 0?void 0:o.delete(r)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map(t=>this.notify(t)))}async notify(t){this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(r=>(0,X.delay)(0).then(()=>r()).catch(()=>null)))}};gr=Rn;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends ke{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends ke{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var se=window.FluidTopicsI18nService,br=window.FluidTopicsCustomI18nService;var _=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},A=class extends j.FtLitElement{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",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.apiProvider=()=>ae.get(),this.messageContexts=[],this.cache=new j.CacheRegistry,this.cleanSessionDebouncer=new j.Debouncer}render(){return xr.html`
80
80
  <slot></slot>
81
- `}update(t){var r,n,o,i,a;super.update(t),t.has("baseUrl")&&(g.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&g.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&g.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&g.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&g.actions.noCustom(this.noCustom),t.has("editorMode")&&g.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&g.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&g.actions.session(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(s=>se.addContext(s)),t.has("openExternalDocumentInNewTab")&&g.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&g.actions.navigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&g.actions.forcedOffline(this.forcedOffline),t.has("localesConfiguration")&&(g.actions.defaultLocales((r=this.localesConfiguration)===null||r===void 0?void 0:r.defaultLocales),g.actions.availableUiLocales((o=(n=this.localesConfiguration)===null||n===void 0?void 0:n.availableUiLocales)!==null&&o!==void 0?o:[]),g.actions.searchInAllLanguagesAllowed((a=(i=this.localesConfiguration)===null||i===void 0?void 0:i.allLanguagesAllowed)!==null&&a!==void 0?a:!1)),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.session==null&&this.updateSession(),this.metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration())}async updateSession(){this.session=await this.cache.get("session",async()=>{let t=await this.apiProvider().getCurrentSession();return t.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},t.idleTimeoutInMillis),t})}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}async updateLocalesConfiguration(){this.localesConfiguration=await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration())}};A.elementDefinitions={};A.styles=yr;_([(0,N.property)()],A.prototype,"baseUrl",void 0);_([(0,N.property)()],A.prototype,"apiIntegrationIdentifier",void 0);_([(0,N.property)()],A.prototype,"uiLocale",void 0);_([(0,j.jsonProperty)(null)],A.prototype,"availableUiLocales",void 0);_([(0,j.jsonProperty)(null)],A.prototype,"metadataConfiguration",void 0);_([(0,N.property)({type:Boolean})],A.prototype,"editorMode",void 0);_([(0,N.property)({type:Boolean})],A.prototype,"noCustom",void 0);_([(0,N.property)({type:Boolean})],A.prototype,"openExternalDocumentInNewTab",void 0);_([(0,N.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],A.prototype,"noCustomComponent",void 0);_([(0,N.property)({type:Boolean})],A.prototype,"withManualResources",void 0);_([(0,N.property)({type:Boolean})],A.prototype,"navigatorOnline",void 0);_([(0,N.property)({type:Boolean})],A.prototype,"forcedOffline",void 0);_([(0,N.property)({type:Object})],A.prototype,"apiProvider",void 0);_([(0,j.jsonProperty)([])],A.prototype,"messageContexts",void 0);_([(0,j.jsonProperty)(void 0)],A.prototype,"session",void 0);_([(0,N.state)()],A.prototype,"localesConfiguration",void 0);var go=y(M());function Pn(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;var r,n,o;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(n=r;n--!==0;)if(!Ie(e[n],t[n]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;for(n of e.entries())if(!Ie(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(o=Object.keys(e),r=o.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,o[n]))return!1;for(n=r;n--!==0;){var i=o[n];if(!Ie(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function Ie(e,t){try{return Pn(e,t)}catch{return!1}}function mt(e,t){return!Ie(e,t)}var Mn=y(M(),1);var Ue=class{constructor(){this.queue=[]}add(t,r=!1){r&&(this.queue=this.queue.filter(n=>n.type!==t.type)),this.queue.push(t)}consume(t){let r=this.queue.find(n=>n.type===t);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}};var we=y(M(),1);var Sr=y(M(),1);function wr(e,t){let r=()=>JSON.parse(JSON.stringify(e));return(0,Sr.property)({type:Object,converter:{fromAttribute:n=>{if(n==null)return r();try{return JSON.parse(n)}catch{return r()}},toAttribute:n=>JSON.stringify(n)},hasChanged:mt,...t??{}})}var Be=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let o=(t=this.rejectPromise)!==null&&t!==void 0?t:()=>null,i=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let a of n)try{await a()}catch(s){o(s);return}i(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var Or=y(U(),1);var We=window,Dn=We.ShadowRoot&&(We.ShadyCSS===void 0||We.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,gi=Symbol();var Er=(e,t)=>{Dn?e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet):t.forEach(r=>{let n=document.createElement("style"),o=We.litNonce;o!==void 0&&n.setAttribute("nonce",o),n.textContent=r.cssText,e.appendChild(n)})};var Ve=class extends Or.LitElement{createRenderRoot(){let t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach(([o,i])=>t.registry.define(o,i)));let r={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return Er(n,t.elementStyles),n}};var Ge=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},Tr,Ar=Symbol("constructorPrototype"),Cr=Symbol("constructorName"),Nr=Symbol("exportpartsDebouncer"),_r=Symbol("dynamicDependenciesLoaded"),Y=class extends Ve{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Tr]=new Be(5),this[Cr]=this.constructor.name,this[Ar]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Cr]&&Object.setPrototypeOf(this,this[Ar])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(r){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",r)}let t=this.constructor;t[_r]||(t[_r]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate()})}contentAvailableCallback(t){}applyCustomStylesheet(t){var r,n,o;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((o=this.customStylesheet)!==null&&o!==void 0?o:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let i=document.createElement("style");i.classList.add("ft-lit-element--custom-stylesheet"),i.innerHTML=this.customStylesheet,this.shadowRoot.append(i)}}scheduleExportpartsUpdate(){var t,r,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[Nr].run(()=>{var o,i;!((o=this.exportpartsPrefix)===null||o===void 0)&&o.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((i=this.exportpartsPrefixes)===null||i===void 0?void 0:i.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(t){var r,n,o,i,a,s;let c=f=>f!=null&&f.trim().length>0,u=t.filter(c).map(f=>f.trim());if(u.length===0){this.removeAttribute("exportparts");return}let l=new Set;for(let f of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let m=(i=(o=f.getAttribute("part"))===null||o===void 0?void 0:o.split(" "))!==null&&i!==void 0?i:[],p=(s=(a=f.getAttribute("exportparts"))===null||a===void 0?void 0:a.split(",").map(v=>v.split(":")[1]))!==null&&s!==void 0?s:[];new Array(...m,...p).filter(c).map(v=>v.trim()).forEach(v=>l.add(v))}if(l.size===0){this.removeAttribute("exportparts");return}let h=[...l.values()].flatMap(f=>u.map(m=>`${f}:${m}--${f}`));this.setAttribute("exportparts",[...this.part,...h].join(", "))}};Tr=Nr;Ge([(0,we.property)()],Y.prototype,"exportpartsPrefix",void 0);Ge([wr([])],Y.prototype,"exportpartsPrefixes",void 0);Ge([(0,we.property)()],Y.prototype,"customStylesheet",void 0);Ge([(0,we.state)()],Y.prototype,"useAdoptedStyleSheets",void 0);function Ee(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Rr,Pr,Mr,Ke=Symbol("internalReduxEventsUnsubscribers"),J=Symbol("internalStoresUnsubscribers"),ue=Symbol("internalStores"),Oe=class extends Y{constructor(){super(...arguments),this[Rr]=new Map,this[Pr]=new Map,this[Mr]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some(r=>t.has(r))&&this.updateFromStores()}getUnnamedStore(){if(this[ue].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[ue].values()][0]}getStore(t){return t==null?this.getUnnamedStore():this[ue].get(t)}addStore(t,r){var n;r=(n=r??(Ee(t)?t.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(r),this.setupStore(r,t)}removeStore(t){let r=typeof t=="string"?t:t.name;this.unsubscribeFromStore(r),this[ue].delete(r)}setupStore(t,r){this[ue].set(t,r),this.subscribeToStore(t,r),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[ue].forEach((t,r)=>this.subscribeToStore(r,t)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((t,r)=>{let n=this.constructor.getPropertyOptions(r);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:r)){let o=this.getStore(t.store);o&&(t.store?this[J].has(t.store):this[J].size>0)&&(this[r]=t.selector(o.getState(),this))}})}subscribeToStore(t,r){var n;this[J].set(t,r.subscribe(()=>this.updateFromStores())),Ee(r)&&r.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((o,i)=>{if(typeof this[i]=="function"&&(!o.store||r.name===o.store)){let a=s=>this[i](s);r.addEventListener(o.eventName,a),this[Ke].push(()=>r.removeEventListener(o.eventName,a))}})),this.onStoreAvailable(t)}unsubscribeFromStores(){this[J].forEach((t,r)=>this.unsubscribeFromStore(r)),this[Ke].forEach(t=>t()),this[Ke]=[]}unsubscribeFromStore(t){this[J].has(t)&&this[J].get(t)(),this[J].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Rr=J,Pr=ue,Mr=Ke;Oe.reduxProperties=new Map;Oe.reduxReactiveProperties=new Set;Oe.reduxEventListeners=new Map;function D(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(0)var o,i;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map(function(a){return"'"+a+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function H(e){return!!e&&!!e[E]}function k(e){var t;return!!e&&(function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var o=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return o===Object||typeof o=="function"&&Function.toString.call(o)===Vn}(e)||Array.isArray(e)||!!e[Br]||!!(!((t=e.constructor)===null||t===void 0)&&t[Br])||At(e)||Ct(e))}function ce(e,t,r){r===void 0&&(r=!1),ve(e)===0?(r?Object.keys:he)(e).forEach(function(n){r&&typeof n=="symbol"||t(n,e[n],e)}):e.forEach(function(n,o){return t(o,n,e)})}function ve(e){var t=e[E];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:At(e)?2:Ct(e)?3:0}function pe(e,t){return ve(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Ln(e,t){return ve(e)===2?e.get(t):e[t]}function Wr(e,t,r){var n=ve(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function Vr(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function At(e){return Bn&&e instanceof Map}function Ct(e){return Wn&&e instanceof Set}function Z(e){return e.o||e.t}function _t(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Hr(e);delete t[E];for(var r=he(t),n=0;n<r.length;n++){var o=r[n],i=t[o];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(t[o]={configurable:!0,writable:!0,enumerable:i.enumerable,value:e[o]})}return Object.create(Object.getPrototypeOf(e),t)}function Tt(e,t){return t===void 0&&(t=!1),Nt(e)||H(e)||!k(e)||(ve(e)>1&&(e.set=e.add=e.clear=e.delete=jn),Object.freeze(e),t&&ce(e,function(r,n){return Tt(n,!0)},!0)),e}function jn(){D(2)}function Nt(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function W(e){var t=Ot[e];return t||D(18,e),t}function kn(e,t){Ot[e]||(Ot[e]=t)}function St(){return Ce}function yt(e,t){t&&(W("Patches"),e.u=[],e.s=[],e.v=t)}function He(e){wt(e),e.p.forEach(In),e.p=null}function wt(e){e===Ce&&(Ce=e.l)}function Dr(e){return Ce={p:[],l:Ce,h:e,m:!0,_:0}}function In(e){var t=e[E];t.i===0||t.i===1?t.j():t.g=!0}function gt(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||W("ES5").S(t,e,n),n?(r[E].P&&(He(t),D(4)),k(e)&&(e=ze(t,e),t.l||qe(t,e)),t.u&&W("Patches").M(r[E].t,e,t.u,t.s)):e=ze(t,r,[]),He(t),t.u&&t.v(t.u,t.s),e!==Kr?e:void 0}function ze(e,t,r){if(Nt(t))return t;var n=t[E];if(!n)return ce(t,function(s,c){return Lr(e,n,t,s,c,r)},!0),t;if(n.A!==e)return t;if(!n.P)return qe(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var o=n.i===4||n.i===5?n.o=_t(n.k):n.o,i=o,a=!1;n.i===3&&(i=new Set(o),o.clear(),a=!0),ce(i,function(s,c){return Lr(e,n,o,s,c,r,a)}),qe(e,o,!1),r&&e.u&&W("Patches").N(n,r,e.u,e.s)}return n.o}function Lr(e,t,r,n,o,i,a){if(H(o)){var s=ze(e,o,i&&t&&t.i!==3&&!pe(t.R,n)?i.concat(n):void 0);if(Wr(r,n,s),!H(s))return;e.m=!1}else a&&r.add(o);if(k(o)&&!Nt(o)){if(!e.h.D&&e._<1)return;ze(e,o),t&&t.A.l||qe(e,o)}}function qe(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&Tt(t,r)}function bt(e,t){var r=e[E];return(r?Z(r):e)[t]}function jr(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Object.getPrototypeOf(r)}}function Q(e){e.P||(e.P=!0,e.l&&Q(e.l))}function xt(e){e.o||(e.o=_t(e.t))}function Et(e,t,r){var n=At(t)?W("MapSet").F(t,r):Ct(t)?W("MapSet").T(t,r):e.O?function(o,i){var a=Array.isArray(o),s={i:a?1:0,A:i?i.A:St(),P:!1,I:!1,R:{},l:i,t:o,k:null,o:null,j:null,C:!1},c=s,u=_e;a&&(c=[s],u=Ae);var l=Proxy.revocable(c,u),h=l.revoke,f=l.proxy;return s.k=f,s.j=h,f}(t,r):W("ES5").J(t,r);return(r?r.A:St()).p.push(n),n}function Un(e){return H(e)||D(22,e),function t(r){if(!k(r))return r;var n,o=r[E],i=ve(r);if(o){if(!o.P&&(o.i<4||!W("ES5").K(o)))return o.t;o.I=!0,n=kr(r,i),o.I=!1}else n=kr(r,i);return ce(n,function(a,s){o&&Ln(o.t,a)===s||Wr(n,a,t(s))}),i===3?new Set(n):n}(e)}function kr(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return _t(e)}function Gr(){function e(a,s){var c=i[a];return c?c.enumerable=s:i[a]=c={configurable:!0,enumerable:s,get:function(){var u=this[E];return _e.get(u,a)},set:function(u){var l=this[E];_e.set(l,a,u)}},c}function t(a){for(var s=a.length-1;s>=0;s--){var c=a[s][E];if(!c.P)switch(c.i){case 5:n(c)&&Q(c);break;case 4:r(c)&&Q(c)}}}function r(a){for(var s=a.t,c=a.k,u=he(c),l=u.length-1;l>=0;l--){var h=u[l];if(h!==E){var f=s[h];if(f===void 0&&!pe(s,h))return!0;var m=c[h],p=m&&m[E];if(p?p.t!==f:!Vr(m,f))return!0}}var v=!!s[E];return u.length!==he(s).length+(v?0:1)}function n(a){var s=a.k;if(s.length!==a.t.length)return!0;var c=Object.getOwnPropertyDescriptor(s,s.length-1);if(c&&!c.get)return!0;for(var u=0;u<s.length;u++)if(!s.hasOwnProperty(u))return!0;return!1}function o(a){a.g&&D(3,JSON.stringify(Z(a)))}var i={};kn("ES5",{J:function(a,s){var c=Array.isArray(a),u=function(h,f){if(h){for(var m=Array(f.length),p=0;p<f.length;p++)Object.defineProperty(m,""+p,e(p,!0));return m}var v=Hr(f);delete v[E];for(var S=he(v),b=0;b<S.length;b++){var x=S[b];v[x]=e(x,h||!!v[x].enumerable)}return Object.create(Object.getPrototypeOf(f),v)}(c,a),l={i:c?5:4,A:s?s.A:St(),P:!1,I:!1,R:{},l:s,t:a,k:u,o:null,g:!1,C:!1};return Object.defineProperty(u,E,{value:l,writable:!0}),u},S:function(a,s,c){c?H(s)&&s[E].A===a&&t(a.p):(a.u&&function u(l){if(l&&typeof l=="object"){var h=l[E];if(h){var f=h.t,m=h.k,p=h.R,v=h.i;if(v===4)ce(m,function(w){w!==E&&(f[w]!==void 0||pe(f,w)?p[w]||u(m[w]):(p[w]=!0,Q(h)))}),ce(f,function(w){m[w]!==void 0||pe(m,w)||(p[w]=!1,Q(h))});else if(v===5){if(n(h)&&(Q(h),p.length=!0),m.length<f.length)for(var S=m.length;S<f.length;S++)p[S]=!1;else for(var b=f.length;b<m.length;b++)p[b]=!0;for(var x=Math.min(m.length,f.length),O=0;O<x;O++)m.hasOwnProperty(O)||(p[O]=!0),p[O]===void 0&&u(m[O])}}}}(a.p[0]),t(a.p))},K:function(a){return a.i===4?r(a):n(a)}})}var Ir,Ce,Rt=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Bn=typeof Map<"u",Wn=typeof Set<"u",Ur=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Kr=Rt?Symbol.for("immer-nothing"):((Ir={})["immer-nothing"]=!0,Ir),Br=Rt?Symbol.for("immer-draftable"):"__$immer_draftable",E=Rt?Symbol.for("immer-state"):"__$immer_state";var Vn=""+Object.prototype.constructor,he=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Hr=Object.getOwnPropertyDescriptors||function(e){var t={};return he(e).forEach(function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)}),t},Ot={},_e={get:function(e,t){if(t===E)return e;var r=Z(e);if(!pe(r,t))return function(o,i,a){var s,c=jr(i,a);return c?"value"in c?c.value:(s=c.get)===null||s===void 0?void 0:s.call(o.k):void 0}(e,r,t);var n=r[t];return e.I||!k(n)?n:n===bt(e.t,t)?(xt(e),e.o[t]=Et(e.A.h,n,e)):n},has:function(e,t){return t in Z(e)},ownKeys:function(e){return Reflect.ownKeys(Z(e))},set:function(e,t,r){var n=jr(Z(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var o=bt(Z(e),t),i=o?.[E];if(i&&i.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(Vr(r,o)&&(r!==void 0||pe(e.t,t)))return!0;xt(e),Q(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 bt(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,xt(e),Q(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Z(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){D(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){D(12)}},Ae={};ce(_e,function(e,t){Ae[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),Ae.deleteProperty=function(e,t){return Ae.set.call(this,e,t,void 0)},Ae.set=function(e,t,r){return _e.set.call(this,e[0],t,r,e[0])};var Gn=function(){function e(r){var n=this;this.O=Ur,this.D=!0,this.produce=function(o,i,a){if(typeof o=="function"&&typeof i!="function"){var s=i;i=o;var c=n;return function(v){var S=this;v===void 0&&(v=s);for(var b=arguments.length,x=Array(b>1?b-1:0),O=1;O<b;O++)x[O-1]=arguments[O];return c.produce(v,function(w){var z;return(z=i).call.apply(z,[S,w].concat(x))})}}var u;if(typeof i!="function"&&D(6),a!==void 0&&typeof a!="function"&&D(7),k(o)){var l=Dr(n),h=Et(n,o,void 0),f=!0;try{u=i(h),f=!1}finally{f?He(l):wt(l)}return typeof Promise<"u"&&u instanceof Promise?u.then(function(v){return yt(l,a),gt(v,l)},function(v){throw He(l),v}):(yt(l,a),gt(u,l))}if(!o||typeof o!="object"){if((u=i(o))===void 0&&(u=o),u===Kr&&(u=void 0),n.D&&Tt(u,!0),a){var m=[],p=[];W("Patches").M(o,u,m,p),a(m,p)}return u}D(21,o)},this.produceWithPatches=function(o,i){if(typeof o=="function")return function(u){for(var l=arguments.length,h=Array(l>1?l-1:0),f=1;f<l;f++)h[f-1]=arguments[f];return n.produceWithPatches(u,function(m){return o.apply(void 0,[m].concat(h))})};var a,s,c=n.produce(o,i,function(u,l){a=u,s=l});return typeof Promise<"u"&&c instanceof Promise?c.then(function(u){return[u,a,s]}):[c,a,s]},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){k(r)||D(8),H(r)&&(r=Un(r));var n=Dr(this),o=Et(this,r,void 0);return o[E].C=!0,wt(n),o},t.finishDraft=function(r,n){var o=r&&r[E],i=o.A;return yt(i,n),gt(void 0,i)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!Ur&&D(20),this.O=r},t.applyPatches=function(r,n){var o;for(o=n.length-1;o>=0;o--){var i=n[o];if(i.path.length===0&&i.op==="replace"){r=i.value;break}}o>-1&&(n=n.slice(o+1));var a=W("Patches").$;return H(r)?a(r,n):this.produce(r,function(s){return a(s,n)})},e}(),R=new Gn,Kn=R.produce,Ri=R.produceWithPatches.bind(R),Pi=R.setAutoFreeze.bind(R),Mi=R.setUseProxies.bind(R),Di=R.applyPatches.bind(R),Li=R.createDraft.bind(R),ji=R.finishDraft.bind(R),$e=Kn;function F(e){"@babel/helpers - typeof";return F=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},F(e)}function Pt(e,t){if(F(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(F(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Mt(e){var t=Pt(e,"string");return F(t)==="symbol"?t:String(t)}function Dt(e,t,r){return t=Mt(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function zr(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),r.push.apply(r,n)}return r}function Xe(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?zr(Object(r),!0).forEach(function(n){Dt(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):zr(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function T(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 qr=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Lt=function(){return Math.random().toString(36).substring(7).split("").join(".")},Ye={INIT:"@@redux/INIT"+Lt(),REPLACE:"@@redux/REPLACE"+Lt(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Lt()}};function Hn(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 jt(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(T(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(T(1));return r(jt)(e,t)}if(typeof e!="function")throw new Error(T(2));var o=e,i=t,a=[],s=a,c=!1;function u(){s===a&&(s=a.slice())}function l(){if(c)throw new Error(T(3));return i}function h(v){if(typeof v!="function")throw new Error(T(4));if(c)throw new Error(T(5));var S=!0;return u(),s.push(v),function(){if(S){if(c)throw new Error(T(6));S=!1,u();var x=s.indexOf(v);s.splice(x,1),a=null}}}function f(v){if(!Hn(v))throw new Error(T(7));if(typeof v.type>"u")throw new Error(T(8));if(c)throw new Error(T(9));try{c=!0,i=o(i,v)}finally{c=!1}for(var S=a=s,b=0;b<S.length;b++){var x=S[b];x()}return v}function m(v){if(typeof v!="function")throw new Error(T(10));o=v,f({type:Ye.REPLACE})}function p(){var v,S=h;return v={subscribe:function(x){if(typeof x!="object"||x===null)throw new Error(T(11));function O(){x.next&&x.next(l())}O();var w=S(O);return{unsubscribe:w}}},v[qr]=function(){return this},v}return f({type:Ye.INIT}),n={dispatch:f,subscribe:h,getState:l,replaceReducer:m},n[qr]=p,n}function zn(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:Ye.INIT});if(typeof n>"u")throw new Error(T(12));if(typeof r(void 0,{type:Ye.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(T(13))})}function $r(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++){var o=t[n];typeof e[o]=="function"&&(r[o]=e[o])}var i=Object.keys(r),a,s;try{zn(r)}catch(c){s=c}return function(u,l){if(u===void 0&&(u={}),s)throw s;if(0)var h;for(var f=!1,m={},p=0;p<i.length;p++){var v=i[p],S=r[v],b=u[v],x=S(b,l);if(typeof x>"u"){var O=l&&l.type;throw new Error(T(14))}m[v]=x,f=f||x!==b}return f=f||i.length!==Object.keys(u).length,f?m:u}}function me(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,o){return function(){return n(o.apply(void 0,arguments))}})}function Xr(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){return function(){var o=n.apply(void 0,arguments),i=function(){throw new Error(T(15))},a={getState:o.getState,dispatch:function(){return i.apply(void 0,arguments)}},s=t.map(function(c){return c(a)});return i=me.apply(void 0,s)(o.dispatch),Xe(Xe({},o),{},{dispatch:i})}}}function Yr(e){var t=function(n){var o=n.dispatch,i=n.getState;return function(a){return function(s){return typeof s=="function"?s(o,i,e):a(s)}}};return t}var Jr=Yr();Jr.withExtraArgument=Yr;var kt=Jr;var tn=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,o){n.__proto__=o}||function(n,o){for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(n[i]=o[i])},e(t,r)};return function(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),qn=function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(u){return function(l){return c([u,l])}}function c(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,o&&(i=u[0]&2?o.return:u[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,u[1])).done)return i;switch(o=0,i&&(u=[u[0]&2,i.value]),u[0]){case 0:case 1:i=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,o=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){r.label=u[1];break}if(u[0]===6&&r.label<i[1]){r.label=i[1],i=u;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(u);break}i[2]&&r.ops.pop(),r.trys.pop();continue}u=t.call(e,r)}catch(l){u=[6,l],o=0}finally{n=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}},ye=function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e},$n=Object.defineProperty,Xn=Object.defineProperties,Yn=Object.getOwnPropertyDescriptors,Zr=Object.getOwnPropertySymbols,Jn=Object.prototype.hasOwnProperty,Zn=Object.prototype.propertyIsEnumerable,Qr=function(e,t,r){return t in e?$n(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},ee=function(e,t){for(var r in t||(t={}))Jn.call(t,r)&&Qr(e,r,t[r]);if(Zr)for(var n=0,o=Zr(t);n<o.length;n++){var r=o[n];Zn.call(t,r)&&Qr(e,r,t[r])}return e},It=function(e,t){return Xn(e,Yn(t))},Qn=function(e,t,r){return new Promise(function(n,o){var i=function(c){try{s(r.next(c))}catch(u){o(u)}},a=function(c){try{s(r.throw(c))}catch(u){o(u)}},s=function(c){return c.done?n(c.value):Promise.resolve(c.value).then(i,a)};s((r=r.apply(e,t)).next())})};var Fn=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?me:me.apply(null,arguments)},Fi=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function eo(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}var to=function(e){tn(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var o=e.apply(this,r)||this;return Object.setPrototypeOf(o,t.prototype),o}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,ye([void 0],r[0].concat(this)))):new(t.bind.apply(t,ye([void 0],r.concat(this))))},t}(Array),ro=function(e){tn(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var o=e.apply(this,r)||this;return Object.setPrototypeOf(o,t.prototype),o}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,ye([void 0],r[0].concat(this)))):new(t.bind.apply(t,ye([void 0],r.concat(this))))},t}(Array);function Wt(e){return k(e)?$e(e,function(){}):e}function no(e){return typeof e=="boolean"}function oo(){return function(t){return io(t)}}function io(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,o=n===void 0?!0:n,i=e.serializableCheck,a=i===void 0?!0:i,s=new to;if(r&&(no(r)?s.push(kt):s.push(kt.withExtraArgument(r.extraArgument))),0){if(o)var c;if(a)var u}return s}var Ut=!0;function rn(e){var t=oo(),r=e||{},n=r.reducer,o=n===void 0?void 0:n,i=r.middleware,a=i===void 0?t():i,s=r.devTools,c=s===void 0?!0:s,u=r.preloadedState,l=u===void 0?void 0:u,h=r.enhancers,f=h===void 0?void 0:h,m;if(typeof o=="function")m=o;else if(eo(o))m=$r(o);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 p=a;if(typeof p=="function"&&(p=p(t),!Ut&&!Array.isArray(p)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Ut&&p.some(function(w){return typeof w!="function"}))throw new Error("each middleware provided to configureStore must be a function");var v=Xr.apply(void 0,p),S=me;c&&(S=Fn(ee({trace:!Ut},typeof c=="object"&&c)));var b=new ro(v),x=b;Array.isArray(f)?x=ye([v],f):typeof f=="function"&&(x=f(b));var O=S.apply(void 0,x);return jt(m,l,O)}function te(e,t){function r(){for(var n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];if(t){var i=t.apply(void 0,n);if(!i)throw new Error("prepareAction did not return an object");return ee(ee({type:e,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:e,payload:n[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(n){return n.type===e},r}function nn(e){var t={},r=[],n,o={addCase:function(i,a){var s=typeof i=="string"?i:i.type;if(s in t)throw new Error("addCase cannot be called with two reducers for the same action type");return t[s]=a,o},addMatcher:function(i,a){return r.push({matcher:i,reducer:a}),o},addDefaultCase:function(i){return n=i,o}};return e(o),[t,r,n]}function ao(e){return typeof e=="function"}function so(e,t,r,n){r===void 0&&(r=[]);var o=typeof t=="function"?nn(t):[t,r,n],i=o[0],a=o[1],s=o[2],c;if(ao(e))c=function(){return Wt(e())};else{var u=Wt(e);c=function(){return u}}function l(h,f){h===void 0&&(h=c());var m=ye([i[f.type]],a.filter(function(p){var v=p.matcher;return v(f)}).map(function(p){var v=p.reducer;return v}));return m.filter(function(p){return!!p}).length===0&&(m=[s]),m.reduce(function(p,v){if(v)if(H(p)){var S=p,b=v(S,f);return b===void 0?p:b}else{if(k(p))return $e(p,function(x){return v(x,f)});var b=v(p,f);if(b===void 0){if(p===null)return p;throw Error("A case reducer on a non-draftable value must not return undefined")}return b}return p},h)}return l.getInitialState=c,l}function uo(e,t){return e+"/"+t}function on(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:Wt(e.initialState),n=e.reducers||{},o=Object.keys(n),i={},a={},s={};o.forEach(function(l){var h=n[l],f=uo(t,l),m,p;"reducer"in h?(m=h.reducer,p=h.prepare):m=h,i[l]=m,a[f]=m,s[l]=p?te(f,p):te(f)});function c(){var l=typeof e.extraReducers=="function"?nn(e.extraReducers):[e.extraReducers],h=l[0],f=h===void 0?{}:h,m=l[1],p=m===void 0?[]:m,v=l[2],S=v===void 0?void 0:v,b=ee(ee({},f),a);return so(r,function(x){for(var O in b)x.addCase(O,b[O]);for(var w=0,z=p;w<z.length;w++){var V=z[w];x.addMatcher(V.matcher,V.reducer)}S&&x.addDefaultCase(S)})}var u;return{name:t,reducer:function(l,h){return u||(u=c()),u(l,h)},actions:s,caseReducers:i,getInitialState:function(){return u||(u=c()),u.getInitialState()}}}var co="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",lo=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=co[Math.random()*64|0];return t},fo=["name","message","stack","code"],Bt=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),Fr=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),po=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=fo;r<n.length;r++){var o=n[r];typeof e[o]=="string"&&(t[o]=e[o])}return t}return{message:String(e)}},na=function(){function e(t,r,n){var o=te(t+"/fulfilled",function(l,h,f,m){return{payload:l,meta:It(ee({},m||{}),{arg:f,requestId:h,requestStatus:"fulfilled"})}}),i=te(t+"/pending",function(l,h,f){return{payload:void 0,meta:It(ee({},f||{}),{arg:h,requestId:l,requestStatus:"pending"})}}),a=te(t+"/rejected",function(l,h,f,m,p){return{payload:m,error:(n&&n.serializeError||po)(l||"Rejected"),meta:It(ee({},p||{}),{arg:f,requestId:h,rejectedWithValue:!!m,requestStatus:"rejected",aborted:l?.name==="AbortError",condition:l?.name==="ConditionError"})}}),s=!1,c=typeof AbortController<"u"?AbortController:function(){function l(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return l.prototype.abort=function(){},l}();function u(l){return function(h,f,m){var p=n?.idGenerator?n.idGenerator(l):lo(),v=new c,S,b=!1;function x(w){S=w,v.abort()}var O=function(){return Qn(this,null,function(){var w,z,V,ge,Yt,be,Jt;return qn(this,function(fe){switch(fe.label){case 0:return fe.trys.push([0,4,,5]),ge=(w=n?.condition)==null?void 0:w.call(n,l,{getState:f,extra:m}),vo(ge)?[4,ge]:[3,2];case 1:ge=fe.sent(),fe.label=2;case 2:if(ge===!1||v.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=!0,Yt=new Promise(function(L,xe){return v.signal.addEventListener("abort",function(){return xe({name:"AbortError",message:S||"Aborted"})})}),h(i(p,l,(z=n?.getPendingMeta)==null?void 0:z.call(n,{requestId:p,arg:l},{getState:f,extra:m}))),[4,Promise.race([Yt,Promise.resolve(r(l,{dispatch:h,getState:f,extra:m,requestId:p,signal:v.signal,abort:x,rejectWithValue:function(L,xe){return new Bt(L,xe)},fulfillWithValue:function(L,xe){return new Fr(L,xe)}})).then(function(L){if(L instanceof Bt)throw L;return L instanceof Fr?o(L.payload,p,l,L.meta):o(L,p,l)})])];case 3:return V=fe.sent(),[3,5];case 4:return be=fe.sent(),V=be instanceof Bt?a(null,p,l,be.payload,be.meta):a(be,p,l),[3,5];case 5:return Jt=n&&!n.dispatchConditionRejection&&a.match(V)&&V.meta.condition,Jt||h(V),[2,V]}})})}();return Object.assign(O,{abort:x,requestId:p,arg:l,unwrap:function(){return O.then(ho)}})}}return Object.assign(u,{pending:i,rejected:a,fulfilled:o,typePrefix:t})}return e.withTypes=function(){return e},e}();function ho(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function vo(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var an="listener",sn="completed",un="cancelled",oa="task-"+un,ia="task-"+sn,aa=an+"-"+un,sa=an+"-"+sn;var Vt="listenerMiddleware";var ua=te(Vt+"/add"),ca=te(Vt+"/removeAll"),la=te(Vt+"/remove");var en,fa=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(en||(en=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},mo=function(e){return function(t){setTimeout(t,e)}},da=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:mo(10);Gr();function yo(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,n,o){this.eventBus.addEventListener(r,n,o)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,o){this.eventBus.removeEventListener(r,n,o)}}}var Je=class extends yo(Object){};window.ftReduxStores||(window.ftReduxStores={});var cn=class e extends Je{static get(t){var r;let n=typeof t=="string"?t:t.name,o=typeof t=="string"?void 0:t,i=window.ftReduxStores[n];if(Ee(i))return i;if(o==null)return;let a=on({...o,reducers:(r=o.reducers)!==null&&r!==void 0?r:{}}),s=rn({reducer:(c,u)=>u.type==="CLEAR_FT_REDUX_STORE"?a.getInitialState():typeof u.type=="string"&&u.type.startsWith("DEFAULT_VALUE_SETTER__")?{...c,...u.overwrites}:a.reducer(c,u)});return window.ftReduxStores[o.name]=new e(a,s)}constructor(t,r){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new Ue,this.actions=new Proxy(this.reduxSlice.actions,{get:(n,o,i)=>{let a=o,s=n[a];return s?(...c)=>{let u=s(...c);return this.reduxStore.dispatch(u),u}:c=>{this.setState({[a]:c})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}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 et=y(C());var Ze=class extends ${async listMySearches(){let t=g.getState().session;return t?.sessionAuthenticated?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),5*60*1e3):[]}};var Qe=class extends ${async listMyBookmarks(){let t=g.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),5*60*1e3):[]}};var bo="ft-user-assets",Fe=et.FtReduxStore.get({name:bo,initialState:{savedSearches:void 0,bookmarks:void 0}}),Gt=class{constructor(){this.currentSession=g.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Qe,this.savedSearchesService=new Ze,g.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=g.getState();(0,et.deepEqual)((t=this.currentSession)===null||t===void 0?void 0:t.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Fe.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Fe.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Fe.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){let r=!((t=this.currentSession)===null||t===void 0)&&t.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Fe.actions.bookmarks(r)}}},Ha=new Gt;var Kt=class{addCommand(t,r=!1){g.commands.add(t,r)}consumeCommand(t){return g.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new Kt;var ln=y(C()),Ht=class{highlightHtml(t,r,n){(0,ln.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new Ht;var fn=y(C());var zt=class{isDate(t){var r,n,o,i;return(i=(o=((n=(r=g.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(s=>s.key===t))===null||o===void 0?void 0:o.date)!==null&&i!==void 0?i:!1}format(t,r){var n,o,i;return fn.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:g.getState().uiLocale,(o=r?.longFormat)!==null&&o!==void 0?o:!1,(i=r?.withTime)!==null&&i!==void 0?i:!1)}};window.FluidTopicsDateService=new zt;var xo=y(C());(0,dn.customElement)("ft-app-context")(A);var hn=y(M()),So=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},qt=Symbol("i18nAttributes"),$t=Symbol("i18nListAttributes"),tt=Symbol("i18nProperties"),Te=Symbol("i18nUnsubs");function vn(e){var t;class r extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map}get i18nService(){return this.useCustomMessageContexts?br:se}i18n(o,i,...a){var s;if(typeof o=="string")return this.i18nService.resolveMessage(o,i,...a);let c=(s=o.args)!==null&&s!==void 0?s:o.argsProvider?o.argsProvider(this):[];return this.i18nService.resolveMessage(o.context,o.key,...c)}onI18nUpdate(o){var i,a,s;(i=this[qt])===null||i===void 0||i.forEach((c,u)=>{let l=this.getI18nAttributeValue(u);l&&(this[u]=this.getI18nAttributeMessage(l,c,o))}),(a=this[$t])===null||a===void 0||a.forEach((c,u)=>{let l=this.getI18nListAttributeValues(u);this[u]=l?.map(h=>this.getI18nAttributeMessage(h,c,o))}),(s=this[tt])===null||s===void 0||s.forEach((c,u)=>{c.context.toLowerCase()===o.toLowerCase()&&(this[u]=this.i18n(c))}),setTimeout(()=>this.requestUpdate(),0)}buildI18nAttributeMessage(o,i){return{...o,message:this.i18n({context:o.context,key:o.key,...i})}}getI18nAttributeMessage(o,i,a){var s;let c=!a||((s=o.context)===null||s===void 0?void 0:s.toLowerCase())===a.toLowerCase();return o.context&&o.key&&c?this.buildI18nAttributeMessage(o,i):o}update(o){var i,a,s;super.update(o),(i=this[qt])===null||i===void 0||i.forEach((c,u)=>{let l=this.getI18nAttributeValue(u);l?.context&&l.key&&(o.has(u)||c.argsProvider!=null)&&(this.addI18nContextIfNeeded(l,o,u),this[u]=this.getI18nAttributeMessage(l,c))}),(a=this[$t])===null||a===void 0||a.forEach((c,u)=>{let l=this.getI18nListAttributeValues(u);(o.has(u)||c.argsProvider!=null)&&(this[u]=l?.map(h=>(this.addI18nContextIfNeeded(h,o,u),this.getI18nAttributeMessage(h,c))))}),(s=this[tt])===null||s===void 0||s.forEach((c,u)=>{c.argsProvider!=null&&(this[u]=this.i18n(c))})}getI18nAttributeValue(o){return this[o]}getI18nListAttributeValues(o){return this[o]}addI18nContextIfNeeded(o,i,a){o.context&&o.key&&i.has(a)&&this.addI18nContext(o.context)}connectedCallback(){var o,i,a,s,c,u;super.connectedCallback(),new Set([...(i=(o=this[tt])===null||o===void 0?void 0:o.values())!==null&&i!==void 0?i:[],...[...(s=(a=this[qt])===null||a===void 0?void 0:a.keys())!==null&&s!==void 0?s:[]].map(l=>this.getI18nAttributeValue(l)),...[...(u=(c=this[$t])===null||c===void 0?void 0:c.keys())!==null&&u!==void 0?u:[]].flatMap(l=>this.getI18nListAttributeValues(l))].map(l=>l?.context)).forEach(l=>l&&this.addI18nMessages(l))}addI18nMessages(o,i){o=o.toLowerCase(),this[Te].has(o)||this[Te].set(o,this.i18nService.subscribe(o,()=>this.onI18nUpdate(o))),this.i18nService.prepareContext(o,i??{}),this.onI18nUpdate(o)}addI18nContext(o,i){this.addI18nMessages(typeof o=="string"?o:o.name,i)}disconnectedCallback(){super.disconnectedCallback(),this[Te].forEach(o=>o()),this[Te].clear()}}return t=Te,So([(0,hn.property)({type:Boolean})],r.prototype,"useCustomMessageContexts",void 0),r}var pn=class extends vn(nt.FtLitElement){},rt=class extends vn(nt.FtLitElementRedux){};var Ne=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},I=class extends rt{constructor(){super(),this.editorMode=!1,this.addStore(g)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":ot.nothing:ot.html`
81
+ `}update(t){var r,n,o,i,a;super.update(t),t.has("baseUrl")&&(g.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&g.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&g.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&g.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&g.actions.noCustom(this.noCustom),t.has("editorMode")&&g.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&g.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&g.actions.session(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(s=>se.addContext(s)),t.has("openExternalDocumentInNewTab")&&g.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&g.actions.navigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&g.actions.forcedOffline(this.forcedOffline),t.has("localesConfiguration")&&(g.actions.defaultLocales((r=this.localesConfiguration)===null||r===void 0?void 0:r.defaultLocales),g.actions.availableUiLocales((o=(n=this.localesConfiguration)===null||n===void 0?void 0:n.availableUiLocales)!==null&&o!==void 0?o:[]),g.actions.searchInAllLanguagesAllowed((a=(i=this.localesConfiguration)===null||i===void 0?void 0:i.allLanguagesAllowed)!==null&&a!==void 0?a:!1)),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.session==null&&this.updateSession(),this.metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration())}async updateSession(){this.session=await this.cache.get("session",async()=>{let t=await this.apiProvider().getCurrentSession();return t.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},t.idleTimeoutInMillis),t})}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}async updateLocalesConfiguration(){this.localesConfiguration=await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration())}};A.elementDefinitions={};A.styles=yr;_([(0,N.property)()],A.prototype,"baseUrl",void 0);_([(0,N.property)()],A.prototype,"apiIntegrationIdentifier",void 0);_([(0,N.property)()],A.prototype,"uiLocale",void 0);_([(0,j.jsonProperty)(null)],A.prototype,"availableUiLocales",void 0);_([(0,j.jsonProperty)(null)],A.prototype,"metadataConfiguration",void 0);_([(0,N.property)({type:Boolean})],A.prototype,"editorMode",void 0);_([(0,N.property)({type:Boolean})],A.prototype,"noCustom",void 0);_([(0,N.property)({type:Boolean})],A.prototype,"openExternalDocumentInNewTab",void 0);_([(0,N.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],A.prototype,"noCustomComponent",void 0);_([(0,N.property)({type:Boolean})],A.prototype,"withManualResources",void 0);_([(0,N.property)({type:Boolean})],A.prototype,"navigatorOnline",void 0);_([(0,N.property)({type:Boolean})],A.prototype,"forcedOffline",void 0);_([(0,N.property)({type:Object})],A.prototype,"apiProvider",void 0);_([(0,j.jsonProperty)([])],A.prototype,"messageContexts",void 0);_([(0,j.jsonProperty)(void 0)],A.prototype,"session",void 0);_([(0,N.state)()],A.prototype,"localesConfiguration",void 0);var go=y(M());function Pn(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;var r,n,o;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(n=r;n--!==0;)if(!Ie(e[n],t[n]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;for(n of e.entries())if(!Ie(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(o=Object.keys(e),r=o.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,o[n]))return!1;for(n=r;n--!==0;){var i=o[n];if(!Ie(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function Ie(e,t){try{return Pn(e,t)}catch{return!1}}function mt(e,t){return!Ie(e,t)}var Mn=y(M(),1);var Ue=class{constructor(){this.queue=[]}add(t,r=!1){r&&(this.queue=this.queue.filter(n=>n.type!==t.type)),this.queue.push(t)}consume(t){let r=this.queue.find(n=>n.type===t);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}};var we=y(M(),1);var Sr=y(M(),1);function wr(e,t){let r=()=>JSON.parse(JSON.stringify(e));return(0,Sr.property)({type:Object,converter:{fromAttribute:n=>{if(n==null)return r();try{return JSON.parse(n)}catch{return r()}},toAttribute:n=>JSON.stringify(n)},hasChanged:mt,...t??{}})}var Be=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let o=(t=this.rejectPromise)!==null&&t!==void 0?t:()=>null,i=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let a of n)try{await a()}catch(s){o(s);return}i(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var Or=y(U(),1);var We=window,Ln=We.ShadowRoot&&(We.ShadyCSS===void 0||We.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,gi=Symbol();var Er=(e,t)=>{Ln?e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet):t.forEach(r=>{let n=document.createElement("style"),o=We.litNonce;o!==void 0&&n.setAttribute("nonce",o),n.textContent=r.cssText,e.appendChild(n)})};var Ve=class extends Or.LitElement{createRenderRoot(){let t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach(([o,i])=>t.registry.define(o,i)));let r={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return Er(n,t.elementStyles),n}};var Ge=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},Tr,Ar=Symbol("constructorPrototype"),Cr=Symbol("constructorName"),Nr=Symbol("exportpartsDebouncer"),_r=Symbol("dynamicDependenciesLoaded"),Y=class extends Ve{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Tr]=new Be(5),this[Cr]=this.constructor.name,this[Ar]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Cr]&&Object.setPrototypeOf(this,this[Ar])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(r){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",r)}let t=this.constructor;t[_r]||(t[_r]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate()})}contentAvailableCallback(t){}applyCustomStylesheet(t){var r,n,o;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((o=this.customStylesheet)!==null&&o!==void 0?o:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let i=document.createElement("style");i.classList.add("ft-lit-element--custom-stylesheet"),i.innerHTML=this.customStylesheet,this.shadowRoot.append(i)}}scheduleExportpartsUpdate(){var t,r,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[Nr].run(()=>{var o,i;!((o=this.exportpartsPrefix)===null||o===void 0)&&o.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((i=this.exportpartsPrefixes)===null||i===void 0?void 0:i.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(t){var r,n,o,i,a,s;let c=f=>f!=null&&f.trim().length>0,u=t.filter(c).map(f=>f.trim());if(u.length===0){this.removeAttribute("exportparts");return}let l=new Set;for(let f of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let m=(i=(o=f.getAttribute("part"))===null||o===void 0?void 0:o.split(" "))!==null&&i!==void 0?i:[],p=(s=(a=f.getAttribute("exportparts"))===null||a===void 0?void 0:a.split(",").map(v=>v.split(":")[1]))!==null&&s!==void 0?s:[];new Array(...m,...p).filter(c).map(v=>v.trim()).forEach(v=>l.add(v))}if(l.size===0){this.removeAttribute("exportparts");return}let h=[...l.values()].flatMap(f=>u.map(m=>`${f}:${m}--${f}`));this.setAttribute("exportparts",[...this.part,...h].join(", "))}};Tr=Nr;Ge([(0,we.property)()],Y.prototype,"exportpartsPrefix",void 0);Ge([wr([])],Y.prototype,"exportpartsPrefixes",void 0);Ge([(0,we.property)()],Y.prototype,"customStylesheet",void 0);Ge([(0,we.state)()],Y.prototype,"useAdoptedStyleSheets",void 0);function Ee(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Rr,Pr,Mr,Ke=Symbol("internalReduxEventsUnsubscribers"),J=Symbol("internalStoresUnsubscribers"),ue=Symbol("internalStores"),Oe=class extends Y{constructor(){super(...arguments),this[Rr]=new Map,this[Pr]=new Map,this[Mr]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some(r=>t.has(r))&&this.updateFromStores()}getUnnamedStore(){if(this[ue].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[ue].values()][0]}getStore(t){return t==null?this.getUnnamedStore():this[ue].get(t)}addStore(t,r){var n;r=(n=r??(Ee(t)?t.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(r),this.setupStore(r,t)}removeStore(t){let r=typeof t=="string"?t:t.name;this.unsubscribeFromStore(r),this[ue].delete(r)}setupStore(t,r){this[ue].set(t,r),this.subscribeToStore(t,r),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[ue].forEach((t,r)=>this.subscribeToStore(r,t)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((t,r)=>{let n=this.constructor.getPropertyOptions(r);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:r)){let o=this.getStore(t.store);o&&(t.store?this[J].has(t.store):this[J].size>0)&&(this[r]=t.selector(o.getState(),this))}})}subscribeToStore(t,r){var n;this[J].set(t,r.subscribe(()=>this.updateFromStores())),Ee(r)&&r.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((o,i)=>{if(typeof this[i]=="function"&&(!o.store||r.name===o.store)){let a=s=>this[i](s);r.addEventListener(o.eventName,a),this[Ke].push(()=>r.removeEventListener(o.eventName,a))}})),this.onStoreAvailable(t)}unsubscribeFromStores(){this[J].forEach((t,r)=>this.unsubscribeFromStore(r)),this[Ke].forEach(t=>t()),this[Ke]=[]}unsubscribeFromStore(t){this[J].has(t)&&this[J].get(t)(),this[J].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Rr=J,Pr=ue,Mr=Ke;Oe.reduxProperties=new Map;Oe.reduxReactiveProperties=new Set;Oe.reduxEventListeners=new Map;function L(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(0)var o,i;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map(function(a){return"'"+a+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function H(e){return!!e&&!!e[E]}function k(e){var t;return!!e&&(function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var o=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return o===Object||typeof o=="function"&&Function.toString.call(o)===Vn}(e)||Array.isArray(e)||!!e[Br]||!!(!((t=e.constructor)===null||t===void 0)&&t[Br])||At(e)||Ct(e))}function ce(e,t,r){r===void 0&&(r=!1),ve(e)===0?(r?Object.keys:he)(e).forEach(function(n){r&&typeof n=="symbol"||t(n,e[n],e)}):e.forEach(function(n,o){return t(o,n,e)})}function ve(e){var t=e[E];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:At(e)?2:Ct(e)?3:0}function pe(e,t){return ve(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Dn(e,t){return ve(e)===2?e.get(t):e[t]}function Wr(e,t,r){var n=ve(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function Vr(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function At(e){return Bn&&e instanceof Map}function Ct(e){return Wn&&e instanceof Set}function Z(e){return e.o||e.t}function _t(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Hr(e);delete t[E];for(var r=he(t),n=0;n<r.length;n++){var o=r[n],i=t[o];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(t[o]={configurable:!0,writable:!0,enumerable:i.enumerable,value:e[o]})}return Object.create(Object.getPrototypeOf(e),t)}function Tt(e,t){return t===void 0&&(t=!1),Nt(e)||H(e)||!k(e)||(ve(e)>1&&(e.set=e.add=e.clear=e.delete=jn),Object.freeze(e),t&&ce(e,function(r,n){return Tt(n,!0)},!0)),e}function jn(){L(2)}function Nt(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function W(e){var t=Ot[e];return t||L(18,e),t}function kn(e,t){Ot[e]||(Ot[e]=t)}function St(){return Ce}function yt(e,t){t&&(W("Patches"),e.u=[],e.s=[],e.v=t)}function He(e){wt(e),e.p.forEach(In),e.p=null}function wt(e){e===Ce&&(Ce=e.l)}function Lr(e){return Ce={p:[],l:Ce,h:e,m:!0,_:0}}function In(e){var t=e[E];t.i===0||t.i===1?t.j():t.g=!0}function gt(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||W("ES5").S(t,e,n),n?(r[E].P&&(He(t),L(4)),k(e)&&(e=ze(t,e),t.l||qe(t,e)),t.u&&W("Patches").M(r[E].t,e,t.u,t.s)):e=ze(t,r,[]),He(t),t.u&&t.v(t.u,t.s),e!==Kr?e:void 0}function ze(e,t,r){if(Nt(t))return t;var n=t[E];if(!n)return ce(t,function(s,c){return Dr(e,n,t,s,c,r)},!0),t;if(n.A!==e)return t;if(!n.P)return qe(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var o=n.i===4||n.i===5?n.o=_t(n.k):n.o,i=o,a=!1;n.i===3&&(i=new Set(o),o.clear(),a=!0),ce(i,function(s,c){return Dr(e,n,o,s,c,r,a)}),qe(e,o,!1),r&&e.u&&W("Patches").N(n,r,e.u,e.s)}return n.o}function Dr(e,t,r,n,o,i,a){if(H(o)){var s=ze(e,o,i&&t&&t.i!==3&&!pe(t.R,n)?i.concat(n):void 0);if(Wr(r,n,s),!H(s))return;e.m=!1}else a&&r.add(o);if(k(o)&&!Nt(o)){if(!e.h.D&&e._<1)return;ze(e,o),t&&t.A.l||qe(e,o)}}function qe(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&Tt(t,r)}function bt(e,t){var r=e[E];return(r?Z(r):e)[t]}function jr(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Object.getPrototypeOf(r)}}function Q(e){e.P||(e.P=!0,e.l&&Q(e.l))}function xt(e){e.o||(e.o=_t(e.t))}function Et(e,t,r){var n=At(t)?W("MapSet").F(t,r):Ct(t)?W("MapSet").T(t,r):e.O?function(o,i){var a=Array.isArray(o),s={i:a?1:0,A:i?i.A:St(),P:!1,I:!1,R:{},l:i,t:o,k:null,o:null,j:null,C:!1},c=s,u=_e;a&&(c=[s],u=Ae);var l=Proxy.revocable(c,u),h=l.revoke,f=l.proxy;return s.k=f,s.j=h,f}(t,r):W("ES5").J(t,r);return(r?r.A:St()).p.push(n),n}function Un(e){return H(e)||L(22,e),function t(r){if(!k(r))return r;var n,o=r[E],i=ve(r);if(o){if(!o.P&&(o.i<4||!W("ES5").K(o)))return o.t;o.I=!0,n=kr(r,i),o.I=!1}else n=kr(r,i);return ce(n,function(a,s){o&&Dn(o.t,a)===s||Wr(n,a,t(s))}),i===3?new Set(n):n}(e)}function kr(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return _t(e)}function Gr(){function e(a,s){var c=i[a];return c?c.enumerable=s:i[a]=c={configurable:!0,enumerable:s,get:function(){var u=this[E];return _e.get(u,a)},set:function(u){var l=this[E];_e.set(l,a,u)}},c}function t(a){for(var s=a.length-1;s>=0;s--){var c=a[s][E];if(!c.P)switch(c.i){case 5:n(c)&&Q(c);break;case 4:r(c)&&Q(c)}}}function r(a){for(var s=a.t,c=a.k,u=he(c),l=u.length-1;l>=0;l--){var h=u[l];if(h!==E){var f=s[h];if(f===void 0&&!pe(s,h))return!0;var m=c[h],p=m&&m[E];if(p?p.t!==f:!Vr(m,f))return!0}}var v=!!s[E];return u.length!==he(s).length+(v?0:1)}function n(a){var s=a.k;if(s.length!==a.t.length)return!0;var c=Object.getOwnPropertyDescriptor(s,s.length-1);if(c&&!c.get)return!0;for(var u=0;u<s.length;u++)if(!s.hasOwnProperty(u))return!0;return!1}function o(a){a.g&&L(3,JSON.stringify(Z(a)))}var i={};kn("ES5",{J:function(a,s){var c=Array.isArray(a),u=function(h,f){if(h){for(var m=Array(f.length),p=0;p<f.length;p++)Object.defineProperty(m,""+p,e(p,!0));return m}var v=Hr(f);delete v[E];for(var S=he(v),b=0;b<S.length;b++){var x=S[b];v[x]=e(x,h||!!v[x].enumerable)}return Object.create(Object.getPrototypeOf(f),v)}(c,a),l={i:c?5:4,A:s?s.A:St(),P:!1,I:!1,R:{},l:s,t:a,k:u,o:null,g:!1,C:!1};return Object.defineProperty(u,E,{value:l,writable:!0}),u},S:function(a,s,c){c?H(s)&&s[E].A===a&&t(a.p):(a.u&&function u(l){if(l&&typeof l=="object"){var h=l[E];if(h){var f=h.t,m=h.k,p=h.R,v=h.i;if(v===4)ce(m,function(w){w!==E&&(f[w]!==void 0||pe(f,w)?p[w]||u(m[w]):(p[w]=!0,Q(h)))}),ce(f,function(w){m[w]!==void 0||pe(m,w)||(p[w]=!1,Q(h))});else if(v===5){if(n(h)&&(Q(h),p.length=!0),m.length<f.length)for(var S=m.length;S<f.length;S++)p[S]=!1;else for(var b=f.length;b<m.length;b++)p[b]=!0;for(var x=Math.min(m.length,f.length),O=0;O<x;O++)m.hasOwnProperty(O)||(p[O]=!0),p[O]===void 0&&u(m[O])}}}}(a.p[0]),t(a.p))},K:function(a){return a.i===4?r(a):n(a)}})}var Ir,Ce,Rt=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Bn=typeof Map<"u",Wn=typeof Set<"u",Ur=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Kr=Rt?Symbol.for("immer-nothing"):((Ir={})["immer-nothing"]=!0,Ir),Br=Rt?Symbol.for("immer-draftable"):"__$immer_draftable",E=Rt?Symbol.for("immer-state"):"__$immer_state";var Vn=""+Object.prototype.constructor,he=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Hr=Object.getOwnPropertyDescriptors||function(e){var t={};return he(e).forEach(function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)}),t},Ot={},_e={get:function(e,t){if(t===E)return e;var r=Z(e);if(!pe(r,t))return function(o,i,a){var s,c=jr(i,a);return c?"value"in c?c.value:(s=c.get)===null||s===void 0?void 0:s.call(o.k):void 0}(e,r,t);var n=r[t];return e.I||!k(n)?n:n===bt(e.t,t)?(xt(e),e.o[t]=Et(e.A.h,n,e)):n},has:function(e,t){return t in Z(e)},ownKeys:function(e){return Reflect.ownKeys(Z(e))},set:function(e,t,r){var n=jr(Z(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var o=bt(Z(e),t),i=o?.[E];if(i&&i.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(Vr(r,o)&&(r!==void 0||pe(e.t,t)))return!0;xt(e),Q(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 bt(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,xt(e),Q(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Z(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){L(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){L(12)}},Ae={};ce(_e,function(e,t){Ae[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),Ae.deleteProperty=function(e,t){return Ae.set.call(this,e,t,void 0)},Ae.set=function(e,t,r){return _e.set.call(this,e[0],t,r,e[0])};var Gn=function(){function e(r){var n=this;this.O=Ur,this.D=!0,this.produce=function(o,i,a){if(typeof o=="function"&&typeof i!="function"){var s=i;i=o;var c=n;return function(v){var S=this;v===void 0&&(v=s);for(var b=arguments.length,x=Array(b>1?b-1:0),O=1;O<b;O++)x[O-1]=arguments[O];return c.produce(v,function(w){var z;return(z=i).call.apply(z,[S,w].concat(x))})}}var u;if(typeof i!="function"&&L(6),a!==void 0&&typeof a!="function"&&L(7),k(o)){var l=Lr(n),h=Et(n,o,void 0),f=!0;try{u=i(h),f=!1}finally{f?He(l):wt(l)}return typeof Promise<"u"&&u instanceof Promise?u.then(function(v){return yt(l,a),gt(v,l)},function(v){throw He(l),v}):(yt(l,a),gt(u,l))}if(!o||typeof o!="object"){if((u=i(o))===void 0&&(u=o),u===Kr&&(u=void 0),n.D&&Tt(u,!0),a){var m=[],p=[];W("Patches").M(o,u,m,p),a(m,p)}return u}L(21,o)},this.produceWithPatches=function(o,i){if(typeof o=="function")return function(u){for(var l=arguments.length,h=Array(l>1?l-1:0),f=1;f<l;f++)h[f-1]=arguments[f];return n.produceWithPatches(u,function(m){return o.apply(void 0,[m].concat(h))})};var a,s,c=n.produce(o,i,function(u,l){a=u,s=l});return typeof Promise<"u"&&c instanceof Promise?c.then(function(u){return[u,a,s]}):[c,a,s]},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){k(r)||L(8),H(r)&&(r=Un(r));var n=Lr(this),o=Et(this,r,void 0);return o[E].C=!0,wt(n),o},t.finishDraft=function(r,n){var o=r&&r[E],i=o.A;return yt(i,n),gt(void 0,i)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!Ur&&L(20),this.O=r},t.applyPatches=function(r,n){var o;for(o=n.length-1;o>=0;o--){var i=n[o];if(i.path.length===0&&i.op==="replace"){r=i.value;break}}o>-1&&(n=n.slice(o+1));var a=W("Patches").$;return H(r)?a(r,n):this.produce(r,function(s){return a(s,n)})},e}(),R=new Gn,Kn=R.produce,Ri=R.produceWithPatches.bind(R),Pi=R.setAutoFreeze.bind(R),Mi=R.setUseProxies.bind(R),Li=R.applyPatches.bind(R),Di=R.createDraft.bind(R),ji=R.finishDraft.bind(R),$e=Kn;function F(e){"@babel/helpers - typeof";return F=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},F(e)}function Pt(e,t){if(F(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(F(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Mt(e){var t=Pt(e,"string");return F(t)==="symbol"?t:String(t)}function Lt(e,t,r){return t=Mt(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function zr(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),r.push.apply(r,n)}return r}function Xe(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?zr(Object(r),!0).forEach(function(n){Lt(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):zr(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function T(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 qr=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Dt=function(){return Math.random().toString(36).substring(7).split("").join(".")},Ye={INIT:"@@redux/INIT"+Dt(),REPLACE:"@@redux/REPLACE"+Dt(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Dt()}};function Hn(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 jt(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(T(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(T(1));return r(jt)(e,t)}if(typeof e!="function")throw new Error(T(2));var o=e,i=t,a=[],s=a,c=!1;function u(){s===a&&(s=a.slice())}function l(){if(c)throw new Error(T(3));return i}function h(v){if(typeof v!="function")throw new Error(T(4));if(c)throw new Error(T(5));var S=!0;return u(),s.push(v),function(){if(S){if(c)throw new Error(T(6));S=!1,u();var x=s.indexOf(v);s.splice(x,1),a=null}}}function f(v){if(!Hn(v))throw new Error(T(7));if(typeof v.type>"u")throw new Error(T(8));if(c)throw new Error(T(9));try{c=!0,i=o(i,v)}finally{c=!1}for(var S=a=s,b=0;b<S.length;b++){var x=S[b];x()}return v}function m(v){if(typeof v!="function")throw new Error(T(10));o=v,f({type:Ye.REPLACE})}function p(){var v,S=h;return v={subscribe:function(x){if(typeof x!="object"||x===null)throw new Error(T(11));function O(){x.next&&x.next(l())}O();var w=S(O);return{unsubscribe:w}}},v[qr]=function(){return this},v}return f({type:Ye.INIT}),n={dispatch:f,subscribe:h,getState:l,replaceReducer:m},n[qr]=p,n}function zn(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:Ye.INIT});if(typeof n>"u")throw new Error(T(12));if(typeof r(void 0,{type:Ye.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(T(13))})}function $r(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++){var o=t[n];typeof e[o]=="function"&&(r[o]=e[o])}var i=Object.keys(r),a,s;try{zn(r)}catch(c){s=c}return function(u,l){if(u===void 0&&(u={}),s)throw s;if(0)var h;for(var f=!1,m={},p=0;p<i.length;p++){var v=i[p],S=r[v],b=u[v],x=S(b,l);if(typeof x>"u"){var O=l&&l.type;throw new Error(T(14))}m[v]=x,f=f||x!==b}return f=f||i.length!==Object.keys(u).length,f?m:u}}function me(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,o){return function(){return n(o.apply(void 0,arguments))}})}function Xr(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){return function(){var o=n.apply(void 0,arguments),i=function(){throw new Error(T(15))},a={getState:o.getState,dispatch:function(){return i.apply(void 0,arguments)}},s=t.map(function(c){return c(a)});return i=me.apply(void 0,s)(o.dispatch),Xe(Xe({},o),{},{dispatch:i})}}}function Yr(e){var t=function(n){var o=n.dispatch,i=n.getState;return function(a){return function(s){return typeof s=="function"?s(o,i,e):a(s)}}};return t}var Jr=Yr();Jr.withExtraArgument=Yr;var kt=Jr;var tn=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,o){n.__proto__=o}||function(n,o){for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(n[i]=o[i])},e(t,r)};return function(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),qn=function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(u){return function(l){return c([u,l])}}function c(u){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,o&&(i=u[0]&2?o.return:u[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,u[1])).done)return i;switch(o=0,i&&(u=[u[0]&2,i.value]),u[0]){case 0:case 1:i=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,o=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){r.label=u[1];break}if(u[0]===6&&r.label<i[1]){r.label=i[1],i=u;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(u);break}i[2]&&r.ops.pop(),r.trys.pop();continue}u=t.call(e,r)}catch(l){u=[6,l],o=0}finally{n=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}},ye=function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e},$n=Object.defineProperty,Xn=Object.defineProperties,Yn=Object.getOwnPropertyDescriptors,Zr=Object.getOwnPropertySymbols,Jn=Object.prototype.hasOwnProperty,Zn=Object.prototype.propertyIsEnumerable,Qr=function(e,t,r){return t in e?$n(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},ee=function(e,t){for(var r in t||(t={}))Jn.call(t,r)&&Qr(e,r,t[r]);if(Zr)for(var n=0,o=Zr(t);n<o.length;n++){var r=o[n];Zn.call(t,r)&&Qr(e,r,t[r])}return e},It=function(e,t){return Xn(e,Yn(t))},Qn=function(e,t,r){return new Promise(function(n,o){var i=function(c){try{s(r.next(c))}catch(u){o(u)}},a=function(c){try{s(r.throw(c))}catch(u){o(u)}},s=function(c){return c.done?n(c.value):Promise.resolve(c.value).then(i,a)};s((r=r.apply(e,t)).next())})};var Fn=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?me:me.apply(null,arguments)},Fi=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function eo(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}var to=function(e){tn(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var o=e.apply(this,r)||this;return Object.setPrototypeOf(o,t.prototype),o}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,ye([void 0],r[0].concat(this)))):new(t.bind.apply(t,ye([void 0],r.concat(this))))},t}(Array),ro=function(e){tn(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var o=e.apply(this,r)||this;return Object.setPrototypeOf(o,t.prototype),o}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,ye([void 0],r[0].concat(this)))):new(t.bind.apply(t,ye([void 0],r.concat(this))))},t}(Array);function Wt(e){return k(e)?$e(e,function(){}):e}function no(e){return typeof e=="boolean"}function oo(){return function(t){return io(t)}}function io(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,o=n===void 0?!0:n,i=e.serializableCheck,a=i===void 0?!0:i,s=new to;if(r&&(no(r)?s.push(kt):s.push(kt.withExtraArgument(r.extraArgument))),0){if(o)var c;if(a)var u}return s}var Ut=!0;function rn(e){var t=oo(),r=e||{},n=r.reducer,o=n===void 0?void 0:n,i=r.middleware,a=i===void 0?t():i,s=r.devTools,c=s===void 0?!0:s,u=r.preloadedState,l=u===void 0?void 0:u,h=r.enhancers,f=h===void 0?void 0:h,m;if(typeof o=="function")m=o;else if(eo(o))m=$r(o);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 p=a;if(typeof p=="function"&&(p=p(t),!Ut&&!Array.isArray(p)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Ut&&p.some(function(w){return typeof w!="function"}))throw new Error("each middleware provided to configureStore must be a function");var v=Xr.apply(void 0,p),S=me;c&&(S=Fn(ee({trace:!Ut},typeof c=="object"&&c)));var b=new ro(v),x=b;Array.isArray(f)?x=ye([v],f):typeof f=="function"&&(x=f(b));var O=S.apply(void 0,x);return jt(m,l,O)}function te(e,t){function r(){for(var n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];if(t){var i=t.apply(void 0,n);if(!i)throw new Error("prepareAction did not return an object");return ee(ee({type:e,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:e,payload:n[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(n){return n.type===e},r}function nn(e){var t={},r=[],n,o={addCase:function(i,a){var s=typeof i=="string"?i:i.type;if(s in t)throw new Error("addCase cannot be called with two reducers for the same action type");return t[s]=a,o},addMatcher:function(i,a){return r.push({matcher:i,reducer:a}),o},addDefaultCase:function(i){return n=i,o}};return e(o),[t,r,n]}function ao(e){return typeof e=="function"}function so(e,t,r,n){r===void 0&&(r=[]);var o=typeof t=="function"?nn(t):[t,r,n],i=o[0],a=o[1],s=o[2],c;if(ao(e))c=function(){return Wt(e())};else{var u=Wt(e);c=function(){return u}}function l(h,f){h===void 0&&(h=c());var m=ye([i[f.type]],a.filter(function(p){var v=p.matcher;return v(f)}).map(function(p){var v=p.reducer;return v}));return m.filter(function(p){return!!p}).length===0&&(m=[s]),m.reduce(function(p,v){if(v)if(H(p)){var S=p,b=v(S,f);return b===void 0?p:b}else{if(k(p))return $e(p,function(x){return v(x,f)});var b=v(p,f);if(b===void 0){if(p===null)return p;throw Error("A case reducer on a non-draftable value must not return undefined")}return b}return p},h)}return l.getInitialState=c,l}function uo(e,t){return e+"/"+t}function on(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:Wt(e.initialState),n=e.reducers||{},o=Object.keys(n),i={},a={},s={};o.forEach(function(l){var h=n[l],f=uo(t,l),m,p;"reducer"in h?(m=h.reducer,p=h.prepare):m=h,i[l]=m,a[f]=m,s[l]=p?te(f,p):te(f)});function c(){var l=typeof e.extraReducers=="function"?nn(e.extraReducers):[e.extraReducers],h=l[0],f=h===void 0?{}:h,m=l[1],p=m===void 0?[]:m,v=l[2],S=v===void 0?void 0:v,b=ee(ee({},f),a);return so(r,function(x){for(var O in b)x.addCase(O,b[O]);for(var w=0,z=p;w<z.length;w++){var V=z[w];x.addMatcher(V.matcher,V.reducer)}S&&x.addDefaultCase(S)})}var u;return{name:t,reducer:function(l,h){return u||(u=c()),u(l,h)},actions:s,caseReducers:i,getInitialState:function(){return u||(u=c()),u.getInitialState()}}}var co="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",lo=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=co[Math.random()*64|0];return t},fo=["name","message","stack","code"],Bt=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),Fr=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),po=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=fo;r<n.length;r++){var o=n[r];typeof e[o]=="string"&&(t[o]=e[o])}return t}return{message:String(e)}},na=function(){function e(t,r,n){var o=te(t+"/fulfilled",function(l,h,f,m){return{payload:l,meta:It(ee({},m||{}),{arg:f,requestId:h,requestStatus:"fulfilled"})}}),i=te(t+"/pending",function(l,h,f){return{payload:void 0,meta:It(ee({},f||{}),{arg:h,requestId:l,requestStatus:"pending"})}}),a=te(t+"/rejected",function(l,h,f,m,p){return{payload:m,error:(n&&n.serializeError||po)(l||"Rejected"),meta:It(ee({},p||{}),{arg:f,requestId:h,rejectedWithValue:!!m,requestStatus:"rejected",aborted:l?.name==="AbortError",condition:l?.name==="ConditionError"})}}),s=!1,c=typeof AbortController<"u"?AbortController:function(){function l(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return l.prototype.abort=function(){},l}();function u(l){return function(h,f,m){var p=n?.idGenerator?n.idGenerator(l):lo(),v=new c,S,b=!1;function x(w){S=w,v.abort()}var O=function(){return Qn(this,null,function(){var w,z,V,ge,Yt,be,Jt;return qn(this,function(fe){switch(fe.label){case 0:return fe.trys.push([0,4,,5]),ge=(w=n?.condition)==null?void 0:w.call(n,l,{getState:f,extra:m}),vo(ge)?[4,ge]:[3,2];case 1:ge=fe.sent(),fe.label=2;case 2:if(ge===!1||v.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=!0,Yt=new Promise(function(D,xe){return v.signal.addEventListener("abort",function(){return xe({name:"AbortError",message:S||"Aborted"})})}),h(i(p,l,(z=n?.getPendingMeta)==null?void 0:z.call(n,{requestId:p,arg:l},{getState:f,extra:m}))),[4,Promise.race([Yt,Promise.resolve(r(l,{dispatch:h,getState:f,extra:m,requestId:p,signal:v.signal,abort:x,rejectWithValue:function(D,xe){return new Bt(D,xe)},fulfillWithValue:function(D,xe){return new Fr(D,xe)}})).then(function(D){if(D instanceof Bt)throw D;return D instanceof Fr?o(D.payload,p,l,D.meta):o(D,p,l)})])];case 3:return V=fe.sent(),[3,5];case 4:return be=fe.sent(),V=be instanceof Bt?a(null,p,l,be.payload,be.meta):a(be,p,l),[3,5];case 5:return Jt=n&&!n.dispatchConditionRejection&&a.match(V)&&V.meta.condition,Jt||h(V),[2,V]}})})}();return Object.assign(O,{abort:x,requestId:p,arg:l,unwrap:function(){return O.then(ho)}})}}return Object.assign(u,{pending:i,rejected:a,fulfilled:o,typePrefix:t})}return e.withTypes=function(){return e},e}();function ho(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function vo(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var an="listener",sn="completed",un="cancelled",oa="task-"+un,ia="task-"+sn,aa=an+"-"+un,sa=an+"-"+sn;var Vt="listenerMiddleware";var ua=te(Vt+"/add"),ca=te(Vt+"/removeAll"),la=te(Vt+"/remove");var en,fa=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(en||(en=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},mo=function(e){return function(t){setTimeout(t,e)}},da=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:mo(10);Gr();function yo(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,n,o){this.eventBus.addEventListener(r,n,o)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,o){this.eventBus.removeEventListener(r,n,o)}}}var Je=class extends yo(Object){};window.ftReduxStores||(window.ftReduxStores={});var cn=class e extends Je{static get(t){var r;let n=typeof t=="string"?t:t.name,o=typeof t=="string"?void 0:t,i=window.ftReduxStores[n];if(Ee(i))return i;if(o==null)return;let a=on({...o,reducers:(r=o.reducers)!==null&&r!==void 0?r:{}}),s=rn({reducer:(c,u)=>u.type==="CLEAR_FT_REDUX_STORE"?a.getInitialState():typeof u.type=="string"&&u.type.startsWith("DEFAULT_VALUE_SETTER__")?{...c,...u.overwrites}:a.reducer(c,u)});return window.ftReduxStores[o.name]=new e(a,s)}constructor(t,r){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new Ue,this.actions=new Proxy(this.reduxSlice.actions,{get:(n,o,i)=>{let a=o,s=n[a];return s?(...c)=>{let u=s(...c);return this.reduxStore.dispatch(u),u}:c=>{this.setState({[a]:c})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}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 et=y(C());var Ze=class extends ${async listMySearches(){let t=g.getState().session;return t?.sessionAuthenticated?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),5*60*1e3):[]}};var Qe=class extends ${async listMyBookmarks(){let t=g.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),5*60*1e3):[]}};var bo="ft-user-assets",Fe=et.FtReduxStore.get({name:bo,initialState:{savedSearches:void 0,bookmarks:void 0}}),Gt=class{constructor(){this.currentSession=g.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Qe,this.savedSearchesService=new Ze,g.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=g.getState();(0,et.deepEqual)((t=this.currentSession)===null||t===void 0?void 0:t.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Fe.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Fe.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Fe.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){let r=!((t=this.currentSession)===null||t===void 0)&&t.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Fe.actions.bookmarks(r)}}},Ha=new Gt;var Kt=class{addCommand(t,r=!1){g.commands.add(t,r)}consumeCommand(t){return g.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new Kt;var ln=y(C()),Ht=class{highlightHtml(t,r,n){(0,ln.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new Ht;var fn=y(C());var zt=class{isDate(t){var r,n,o,i;return(i=(o=((n=(r=g.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(s=>s.key===t))===null||o===void 0?void 0:o.date)!==null&&i!==void 0?i:!1}format(t,r){var n,o,i;return fn.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:g.getState().uiLocale,(o=r?.longFormat)!==null&&o!==void 0?o:!1,(i=r?.withTime)!==null&&i!==void 0?i:!1)}};window.FluidTopicsDateService=new zt;var xo=y(C());(0,dn.customElement)("ft-app-context")(A);var hn=y(M()),So=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},qt=Symbol("i18nAttributes"),$t=Symbol("i18nListAttributes"),tt=Symbol("i18nProperties"),Te=Symbol("i18nUnsubs");function vn(e){var t;class r extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map}get i18nService(){return this.useCustomMessageContexts?br:se}i18n(o,i,...a){var s;if(typeof o=="string")return this.i18nService.resolveMessage(o,i,...a);let c=(s=o.args)!==null&&s!==void 0?s:o.argsProvider?o.argsProvider(this):[];return this.i18nService.resolveMessage(o.context,o.key,...c)}onI18nUpdate(o){var i,a,s;(i=this[qt])===null||i===void 0||i.forEach((c,u)=>{let l=this.getI18nAttributeValue(u);l&&(this[u]=this.getI18nAttributeMessage(l,c,o))}),(a=this[$t])===null||a===void 0||a.forEach((c,u)=>{let l=this.getI18nListAttributeValues(u);this[u]=l?.map(h=>this.getI18nAttributeMessage(h,c,o))}),(s=this[tt])===null||s===void 0||s.forEach((c,u)=>{c.context.toLowerCase()===o.toLowerCase()&&(this[u]=this.i18n(c))}),setTimeout(()=>this.requestUpdate(),0)}buildI18nAttributeMessage(o,i){return{...o,message:this.i18n({context:o.context,key:o.key,...i})}}getI18nAttributeMessage(o,i,a){var s;let c=!a||((s=o.context)===null||s===void 0?void 0:s.toLowerCase())===a.toLowerCase();return o.context&&o.key&&c?this.buildI18nAttributeMessage(o,i):o}update(o){var i,a,s;super.update(o),(i=this[qt])===null||i===void 0||i.forEach((c,u)=>{let l=this.getI18nAttributeValue(u);l?.context&&l.key&&(o.has(u)||c.argsProvider!=null)&&(this.addI18nContextIfNeeded(l,o,u),this[u]=this.getI18nAttributeMessage(l,c))}),(a=this[$t])===null||a===void 0||a.forEach((c,u)=>{let l=this.getI18nListAttributeValues(u);(o.has(u)||c.argsProvider!=null)&&(this[u]=l?.map(h=>(this.addI18nContextIfNeeded(h,o,u),this.getI18nAttributeMessage(h,c))))}),(s=this[tt])===null||s===void 0||s.forEach((c,u)=>{c.argsProvider!=null&&(this[u]=this.i18n(c))})}getI18nAttributeValue(o){return this[o]}getI18nListAttributeValues(o){return this[o]}addI18nContextIfNeeded(o,i,a){o.context&&o.key&&i.has(a)&&this.addI18nContext(o.context)}connectedCallback(){var o,i,a,s,c,u;super.connectedCallback(),new Set([...(i=(o=this[tt])===null||o===void 0?void 0:o.values())!==null&&i!==void 0?i:[],...[...(s=(a=this[qt])===null||a===void 0?void 0:a.keys())!==null&&s!==void 0?s:[]].map(l=>this.getI18nAttributeValue(l)),...[...(u=(c=this[$t])===null||c===void 0?void 0:c.keys())!==null&&u!==void 0?u:[]].flatMap(l=>this.getI18nListAttributeValues(l))].map(l=>l?.context)).forEach(l=>l&&this.addI18nMessages(l))}addI18nMessages(o,i){o=o.toLowerCase(),this[Te].has(o)||this[Te].set(o,this.i18nService.subscribe(o,()=>this.onI18nUpdate(o))),this.i18nService.prepareContext(o,i??{}),this.onI18nUpdate(o)}addI18nContext(o,i){this.addI18nMessages(typeof o=="string"?o:o.name,i)}disconnectedCallback(){super.disconnectedCallback(),this[Te].forEach(o=>o()),this[Te].clear()}}return t=Te,So([(0,hn.property)({type:Boolean})],r.prototype,"useCustomMessageContexts",void 0),r}var pn=class extends vn(nt.FtLitElement){},rt=class extends vn(nt.FtLitElementRedux){};var Ne=function(e,t,r,n){var o=arguments.length,i=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i},I=class extends rt{constructor(){super(),this.editorMode=!1,this.addStore(g)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":ot.nothing:ot.html`
82
82
  <span class="ft-i18n">
83
83
  ${this.i18n(this.context,this.key,...Array.isArray(this.args)?this.args:[])}
84
84
  </span>
@@ -91,7 +91,7 @@
91
91
  <section class="topic" lang="${(r=this.map)===null||r===void 0?void 0:r.lang}">
92
92
  ${this.renderTopicContent()}
93
93
  </section>
94
- `}update(t){super.update(t),(t.has("map")||t.has("tocNode"))&&this.updateContent()}updateContent(){var t;this.error=void 0,this.content=void 0,this.map&&this.tocNode&&((t=this.service)===null||t===void 0||t.getTopicContent(this.tocNode).then(r=>this.contentPreprocessor(r||'<div class="empty-topic"></div>')).then(r=>this.content=r).catch(r=>this.error=r))}contentAvailableCallback(t){var r,n,o,i,a,s,c;super.contentAvailableCallback(t),!this.disableContextInteractions&&(!((r=this.scrollTarget)===null||r===void 0)&&r.section)&&(!((n=this.tocNode)===null||n===void 0)&&n.tocId)&&((o=this.tocNode)===null||o===void 0?void 0:o.tocId)===this.scrollTarget.tocId&&this.content&&(((a=(i=this.shadowRoot)===null||i===void 0?void 0:i.querySelector(`[id="${this.scrollTarget.section}"], [name="${this.scrollTarget.section}"]`))!==null&&a!==void 0?a:this).scrollIntoView({block:"start"}),(s=this.stateManager)===null||s===void 0||s.scrollDone()),this.topicContainer&&(this.onContentAvailable(this.topicContainer,this.shadowRoot),(0,ne.highlightHtml)(this.topicContainer,this.searchInDocumentQuery,{attributes:{part:"kwicmatch"}}),this.moveSvgInShadowRoot(),this.processExpandingBlocks(),this.processOpenApiSelect()),(t.has("content")&&this.content||t.has("error")&&this.error)&&performance.mark("fluid_topics__reader_topic_displayed__"+((c=this.tocNode)===null||c===void 0?void 0:c.tocId))}processExpandingBlocks(){this.shadowRoot.querySelectorAll(".ft-expanding-block-link").forEach(t=>{t.onclick=function(){var r,n,o;t.classList.contains("ft-expanding-exclusive")&&!t.classList.contains("ft-expanding-block-expanded")&&Array.from(((r=t.closest(".topic"))===null||r===void 0?void 0:r.querySelectorAll(".ft-expanding-block-expanded"))||[]).forEach(i=>i.classList.remove("ft-expanding-block-expanded")),t.classList.toggle("ft-expanding-block-expanded"),(o=(n=t.closest(".topic"))===null||n===void 0?void 0:n.querySelector("[id='"+t.getAttribute("data-expanding-block-target-id")+"']"))===null||o===void 0||o.classList.toggle("ft-expanding-block-expanded")}})}processOpenApiSelect(){this.shadowRoot.querySelectorAll(".ft-openapi-select").forEach(t=>{t.onchange=function(r){var n,o,i,a,s,c,u,l,h;(a=(i=(o=(n=r.target)===null||n===void 0?void 0:n.parentElement)===null||o===void 0?void 0:o.parentElement)===null||i===void 0?void 0:i.querySelector(".selected-example"))===null||a===void 0||a.classList.remove("selected-example"),(h=(u=(c=(s=r.target)===null||s===void 0?void 0:s.parentElement)===null||c===void 0?void 0:c.parentElement)===null||u===void 0?void 0:u.querySelector('.select-example[content-type="'+((l=r.target)===null||l===void 0?void 0:l.value)+'"]'))===null||h===void 0||h.classList.add("selected-example")}})}moveSvgInShadowRoot(){this.shadowRoot.querySelectorAll(".ft-svg-container").forEach(t=>{if(!t.shadowRoot){let r=t.innerHTML;t.innerHTML="";let n=t.attachShadow({mode:"open"}),o=document.createRange().createContextualFragment(r),i=document.importNode(o,!0);n.append(i)}})}onStoreAvailable(){super.onStoreAvailable(),this.updateContent()}renderTopicContent(){var t,r,n,o;if(this.error)return le.html`
94
+ `}update(t){super.update(t),(t.has("map")||t.has("tocNode"))&&this.updateContent()}updateContent(){var t;this.error=void 0,this.content=void 0,this.map&&this.tocNode&&((t=this.service)===null||t===void 0||t.getTopicContent(this.tocNode).then(r=>this.contentPreprocessor(r||'<div class="empty-topic"></div>')).then(r=>this.content=r).catch(r=>this.error=r))}contentAvailableCallback(t){var r,n,o,i,a,s,c;super.contentAvailableCallback(t),!this.disableContextInteractions&&(!((r=this.scrollTarget)===null||r===void 0)&&r.section)&&(!((n=this.tocNode)===null||n===void 0)&&n.tocId)&&((o=this.tocNode)===null||o===void 0?void 0:o.tocId)===this.scrollTarget.tocId&&this.content&&(((a=(i=this.shadowRoot)===null||i===void 0?void 0:i.querySelector(`[id="${this.scrollTarget.section}"], [name="${this.scrollTarget.section}"]`))!==null&&a!==void 0?a:this).dispatchEvent(new Event("scroll-into-view",{bubbles:!0,composed:!0})),(s=this.stateManager)===null||s===void 0||s.scrollDone()),this.topicContainer&&(this.onContentAvailable(this.topicContainer,this.shadowRoot),(0,ne.highlightHtml)(this.topicContainer,this.searchInDocumentQuery,{attributes:{part:"kwicmatch"}}),this.moveSvgInShadowRoot(),this.processExpandingBlocks(),this.processOpenApiSelect()),(t.has("content")&&this.content||t.has("error")&&this.error)&&performance.mark("fluid_topics__reader_topic_displayed__"+((c=this.tocNode)===null||c===void 0?void 0:c.tocId))}processExpandingBlocks(){this.shadowRoot.querySelectorAll(".ft-expanding-block-link").forEach(t=>{t.onclick=function(){var r,n,o;t.classList.contains("ft-expanding-exclusive")&&!t.classList.contains("ft-expanding-block-expanded")&&Array.from(((r=t.closest(".topic"))===null||r===void 0?void 0:r.querySelectorAll(".ft-expanding-block-expanded"))||[]).forEach(i=>i.classList.remove("ft-expanding-block-expanded")),t.classList.toggle("ft-expanding-block-expanded"),(o=(n=t.closest(".topic"))===null||n===void 0?void 0:n.querySelector("[id='"+t.getAttribute("data-expanding-block-target-id")+"']"))===null||o===void 0||o.classList.toggle("ft-expanding-block-expanded")}})}processOpenApiSelect(){this.shadowRoot.querySelectorAll(".ft-openapi-select").forEach(t=>{t.onchange=function(r){var n,o,i,a,s,c,u,l,h;(a=(i=(o=(n=r.target)===null||n===void 0?void 0:n.parentElement)===null||o===void 0?void 0:o.parentElement)===null||i===void 0?void 0:i.querySelector(".selected-example"))===null||a===void 0||a.classList.remove("selected-example"),(h=(u=(c=(s=r.target)===null||s===void 0?void 0:s.parentElement)===null||c===void 0?void 0:c.parentElement)===null||u===void 0?void 0:u.querySelector('.select-example[content-type="'+((l=r.target)===null||l===void 0?void 0:l.value)+'"]'))===null||h===void 0||h.classList.add("selected-example")}})}moveSvgInShadowRoot(){this.shadowRoot.querySelectorAll(".ft-svg-container").forEach(t=>{if(!t.shadowRoot){let r=t.innerHTML;t.innerHTML="";let n=t.attachShadow({mode:"open"}),o=document.createRange().createContextualFragment(r),i=document.importNode(o,!0);n.append(i)}})}onStoreAvailable(){super.onStoreAvailable(),this.updateContent()}renderTopicContent(){var t,r,n,o;if(this.error)return le.html`
95
95
  <div class="topic-on-error">
96
96
  <ft-icon>WARNING</ft-icon>
97
97
  <div>
@@ -70,7 +70,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
70
70
  white-space: pre-wrap;
71
71
  word-break: break-word;
72
72
  }
73
- `;var Oc;(function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"})(Oc||(Oc={}));var _u=function(t,e,r,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},fa=class extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}},ua=Symbol("registerInterval");function Pu(t){var e;class r extends t{constructor(){super(...arguments),this[e]=0}setReaderStateManager(a){this.clearStateManager(),this.stateManager=a,this.addStore(a.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var a;return(a=this.stateManager)===null||a===void 0?void 0:a.service}connectedCallback(){super.connectedCallback(),this[ua]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[ua]):this.dispatchEvent(new fa)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=ua,_u([X()],r.prototype,"stateManager",void 0),r}var fo=class extends Pu(be){};var Ec=function(t,e,r,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},ha=class extends Event{constructor(){super("register-ft-reader-topic-component",{bubbles:!0,composed:!0})}},pa=Symbol("registerInterval");function Lu(t){var e;class r extends t{constructor(){super(...arguments),this.disableContextInteractions=!1,this[e]=0}connectedCallback(){super.connectedCallback(),this[pa]=window.setInterval(()=>this.tryToRegisterToTopicContext(),50)}tryToRegisterToTopicContext(){this.tocNode!=null?window.clearInterval(this[pa]):this.dispatchEvent(new ha)}disconnectedCallback(){super.disconnectedCallback(),this.tocNode=void 0}}return e=pa,Ec([X()],r.prototype,"tocNode",void 0),Ec([X()],r.prototype,"disableContextInteractions",void 0),r}var po=class extends Lu(fo){};var ho;(function(t){t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.BOOKS="&#xe806;",t.MENU="&#xe807;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.HOME="&#xe80b;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.EXPORT="&#xe80f;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.USER="&#xe813;",t.EXTLINK="&#xe814;",t.CALENDAR="&#xe815;",t.OFFLINE="&#xe816;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.STAR_PLAIN="&#xe900;",t.TOPICS="&#xe901;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN="&#xe90f;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_THEME="&#xe911;",t.ADMIN_USERS="&#xe912;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.INFO="&#xe919;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.THIN_ARROW="&#xe921;",t.SIGN_IN="&#xe922;",t.LOGOUT="&#xe923;",t.TRANSLATE="&#xe924;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.ARTICLE="&#xe927;",t.COLUMNS="&#xe928;",t.ANALYTICS="&#xe929;",t.COLLECTIONS="&#xe92a;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.COPY_TO_CLIPBOARD="&#xe930;",t.SHARED_PBK="&#xe931;",t.ATTACHMENTS="&#xe932;",t.STRIPE_ARROW_LEFT="&#xe933;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.FILTERS="&#xe935;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.SAVE="&#xe93a;",t.LOCKER="&#xe93b;",t.ADMIN_INTEGRATION="&#xe93c;",t.SYNC="&#xe93d;",t.TAG="&#xe93e;",t.BOOK_PLAIN="&#xe93f;",t.UPLOAD="&#xe940;",t.ONLINE="&#xe941;",t.TAG_PLAIN="&#xe942;",t.ACCOUNT_SETTINGS="&#xe943;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.SHORTCUT_MENU="&#xe946;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.ADMIN_PORTAL="&#xe94b;",t.STAR="&#xe94c;",t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.FEEDBACK_PLAIN="&#xe951;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_COLLECTIONS="&#xe955;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.RESET="&#xe958;",t.MY_LIBRARY="&#xe959;",t.UNSTRUCTURED_DOC="&#xe95a;",t.CONTEXTUAL="&#xe95b;",t.THIN_ARROW_UP="&#xe95c;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.DESKTOP="&#xe95e;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.CHART_BAR_STACKED="&#xe96e;",t.CHART_BAR_GROUPED="&#xe96f;",t.EYE_SLASH="&#xe970;",t.X_MARK="&#xe971;",t.EXPAND_WIDE="&#xe972;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.EXTLINK_LIGHT="&#xe978;",t.CLONE="&#xe979;",t.CLONE_LINK_SIMPLE="&#xe97a;",t.CHART_BAR_NORMALIZED="&#xe97b;",t.CONSUMER="&#xe97c;",t.OCTAGON_XMARK="&#xe97d;",t.HOURGLASS_HALF="&#xe97e;",t.CLOCK="&#xe97f;",t.CLOCK_THREE="&#xe97f;",t.CALENDAR_DAY="&#xe980;",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",t.WAND_MAGIC_SPARKLES="&#xe982;",t.PAPER_PLANE="&#xe983;",t.CIRCLE_STOP="&#xe984;",t.ARROW_ROTATE_RIGHT="&#xe985;",t.ARROWS_ROTATE="&#xe986;",t.ALIGN_RIGHT="&#xe987;",t.FORMAT_CLEAR="&#xe988;",t.ALIGN_CENTER="&#xe989;",t.ALIGN_LEFT="&#xe98a;",t.PALETTE="&#xe98b;",t.BOLD="&#xe98c;",t.ITALIC="&#xe98d;",t.UNDERLINE="&#xe98e;",t.STRIKETHROUGH="&#xe98f;",t.LINK_SIMPLE_SLASH="&#xe990;",t.LINK_SIMPLE="&#xe991;",t.ROUTE="&#xe992;",t.CIRCLE_USER_SLASH="&#xe993;",t.CIRCLE_USER_CHECK="&#xe994;",t.LIST_MAGNIFYING_GLASS="&#xe995;",t.MEDAL="&#xe996;",t.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",t.ARROW_TURN_DOWN_RIGHT="&#xe998;",t.FLASK="&#xe999;",t.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",t.HOURGLASS_END="&#xe99b;",t.CIRCLE_QUESTION="&#xe99c;",t.EYE="&#xf06e;",t.SHARE="&#xe80f1;"})(ho||(ho={}));var A;(function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"})(A||(A={}));var Qb=new Map([...["abw"].map(t=>[t,A.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(t=>[t,A.AUDIO]),...["avi"].map(t=>[t,A.AVI]),...["chm","xhs"].map(t=>[t,A.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(t=>[t,A.CODE]),...["csv"].map(t=>[t,A.CSV]),...["dita","ditamap","ditaval"].map(t=>[t,A.DITA]),...["epub"].map(t=>[t,A.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(t=>[t,A.EXCEL]),...["flac"].map(t=>[t,A.FLAC]),...["gif"].map(t=>[t,A.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(t=>[t,A.GZIP]),...["html","htm","xhtml"].map(t=>[t,A.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(t=>[t,A.IMAGE]),...["jpeg","jpg","jpe"].map(t=>[t,A.JPEG]),...["json"].map(t=>[t,A.JSON]),...["m4a","m4p"].map(t=>[t,A.M4A]),...["mov","qt"].map(t=>[t,A.MOV]),...["mp3"].map(t=>[t,A.MP3]),...["mp4","m4v"].map(t=>[t,A.MP4]),...["ogg","oga"].map(t=>[t,A.OGG]),...["pdf","ps"].map(t=>[t,A.PDF]),...["png"].map(t=>[t,A.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(t=>[t,A.POWERPOINT]),...["rar"].map(t=>[t,A.RAR]),...["stp"].map(t=>[t,A.STP]),...["txt","rtf","md","mdown"].map(t=>[t,A.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(t=>[t,A.VIDEO]),...["wav"].map(t=>[t,A.WAV]),...["wma"].map(t=>[t,A.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(t=>[t,A.WORD]),...["xml","xsl","rdf"].map(t=>[t,A.XML]),...["yaml","yml","x-yaml"].map(t=>[t,A.YAML]),...["zip"].map(t=>[t,A.ZIP])]);var e0={[A.ABW]:"#91ABC6",[A.AUDIO]:"#1795E3",[A.AVI]:"#E63324",[A.CHM]:"#71C3EB",[A.CODE]:"#71C3EB",[A.CSV]:"#1F7345",[A.DITA]:"#71C3EB",[A.EPUB]:"#85B926",[A.EXCEL]:"#1F7345",[A.FLAC]:"#1795E3",[A.GIF]:"#59B031",[A.GZIP]:"#F8AB36",[A.HTML]:"#71C3EB",[A.IMAGE]:"#59B031",[A.JPEG]:"#59B031",[A.JSON]:"#71C3EB",[A.M4A]:"#1795E3",[A.MOV]:"#E63324",[A.MP3]:"#1795E3",[A.MP4]:"#E63324",[A.OGG]:"#1795E3",[A.PDF]:"#E44948",[A.PNG]:"#59B031",[A.POWERPOINT]:"#B54A2B",[A.RAR]:"#F8AB36",[A.STP]:"#3764B1",[A.TEXT]:"#3162AB",[A.UNKNOWN]:"#999999",[A.VIDEO]:"#E63324",[A.WAV]:"#1795E3",[A.WMA]:"#1795E3",[A.WORD]:"#3162AB",[A.XML]:"#71C3EB",[A.YAML]:"#71C3EB",[A.ZIP]:"#F8AB36"};var Pe={size:o.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:o.extend("--ft-icon-fluid-topics-font-family","",o.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:o.extend("--ft-icon-file-format-font-family","",o.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:o.extend("--ft-icon-material-font-family","",o.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:o.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Cc=F`
73
+ `;var Oc;(function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"})(Oc||(Oc={}));var _u=function(t,e,r,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},fa=class extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}},ua=Symbol("registerInterval");function Pu(t){var e;class r extends t{constructor(){super(...arguments),this[e]=0}setReaderStateManager(a){this.clearStateManager(),this.stateManager=a,this.addStore(a.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var a;return(a=this.stateManager)===null||a===void 0?void 0:a.service}connectedCallback(){super.connectedCallback(),this[ua]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[ua]):this.dispatchEvent(new fa)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=ua,_u([X()],r.prototype,"stateManager",void 0),r}var fo=class extends Pu(be){};var Ec=function(t,e,r,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},ha=class extends Event{constructor(){super("register-ft-reader-topic-component",{bubbles:!0,composed:!0})}},pa=Symbol("registerInterval");function Lu(t){var e;class r extends t{constructor(){super(...arguments),this.disableContextInteractions=!1,this[e]=0}connectedCallback(){super.connectedCallback(),this[pa]=window.setInterval(()=>this.tryToRegisterToTopicContext(),50)}tryToRegisterToTopicContext(){this.tocNode!=null?window.clearInterval(this[pa]):this.dispatchEvent(new ha)}disconnectedCallback(){super.disconnectedCallback(),this.tocNode=void 0}}return e=pa,Ec([X()],r.prototype,"tocNode",void 0),Ec([X()],r.prototype,"disableContextInteractions",void 0),r}var po=class extends Lu(fo){};var ho;(function(t){t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.BOOKS="&#xe806;",t.MENU="&#xe807;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.HOME="&#xe80b;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.EXPORT="&#xe80f;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.USER="&#xe813;",t.EXTLINK="&#xe814;",t.CALENDAR="&#xe815;",t.OFFLINE="&#xe816;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.STAR_PLAIN="&#xe900;",t.TOPICS="&#xe901;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN="&#xe90f;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_THEME="&#xe911;",t.ADMIN_USERS="&#xe912;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.INFO="&#xe919;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.THIN_ARROW="&#xe921;",t.SIGN_IN="&#xe922;",t.LOGOUT="&#xe923;",t.TRANSLATE="&#xe924;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.ARTICLE="&#xe927;",t.COLUMNS="&#xe928;",t.ANALYTICS="&#xe929;",t.COLLECTIONS="&#xe92a;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.COPY_TO_CLIPBOARD="&#xe930;",t.SHARED_PBK="&#xe931;",t.ATTACHMENTS="&#xe932;",t.STRIPE_ARROW_LEFT="&#xe933;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.FILTERS="&#xe935;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.SAVE="&#xe93a;",t.LOCKER="&#xe93b;",t.ADMIN_INTEGRATION="&#xe93c;",t.SYNC="&#xe93d;",t.TAG="&#xe93e;",t.BOOK_PLAIN="&#xe93f;",t.UPLOAD="&#xe940;",t.ONLINE="&#xe941;",t.TAG_PLAIN="&#xe942;",t.ACCOUNT_SETTINGS="&#xe943;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.SHORTCUT_MENU="&#xe946;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.ADMIN_PORTAL="&#xe94b;",t.STAR="&#xe94c;",t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.FEEDBACK_PLAIN="&#xe951;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_COLLECTIONS="&#xe955;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.RESET="&#xe958;",t.MY_LIBRARY="&#xe959;",t.UNSTRUCTURED_DOC="&#xe95a;",t.CONTEXTUAL="&#xe95b;",t.THIN_ARROW_UP="&#xe95c;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.DESKTOP="&#xe95e;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.CHART_BAR_STACKED="&#xe96e;",t.CHART_BAR_GROUPED="&#xe96f;",t.EYE_SLASH="&#xe970;",t.X_MARK="&#xe971;",t.EXPAND_WIDE="&#xe972;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.EXTLINK_LIGHT="&#xe978;",t.CLONE="&#xe979;",t.CLONE_LINK_SIMPLE="&#xe97a;",t.CHART_BAR_NORMALIZED="&#xe97b;",t.CONSUMER="&#xe97c;",t.OCTAGON_XMARK="&#xe97d;",t.HOURGLASS_HALF="&#xe97e;",t.CLOCK="&#xe97f;",t.CLOCK_THREE="&#xe97f;",t.CALENDAR_DAY="&#xe980;",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",t.WAND_MAGIC_SPARKLES="&#xe982;",t.PAPER_PLANE="&#xe983;",t.CIRCLE_STOP="&#xe984;",t.ARROW_ROTATE_RIGHT="&#xe985;",t.ARROWS_ROTATE="&#xe986;",t.ALIGN_RIGHT="&#xe987;",t.FORMAT_CLEAR="&#xe988;",t.ALIGN_CENTER="&#xe989;",t.ALIGN_LEFT="&#xe98a;",t.PALETTE="&#xe98b;",t.BOLD="&#xe98c;",t.ITALIC="&#xe98d;",t.UNDERLINE="&#xe98e;",t.STRIKETHROUGH="&#xe98f;",t.LINK_SIMPLE_SLASH="&#xe990;",t.LINK_SIMPLE="&#xe991;",t.ROUTE="&#xe992;",t.CIRCLE_USER_SLASH="&#xe993;",t.CIRCLE_USER_CHECK="&#xe994;",t.LIST_MAGNIFYING_GLASS="&#xe995;",t.MEDAL="&#xe996;",t.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",t.ARROW_TURN_DOWN_RIGHT="&#xe998;",t.FLASK="&#xe999;",t.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",t.HOURGLASS_END="&#xe99b;",t.CIRCLE_QUESTION="&#xe99c;",t.EYE="&#xf06e;",t.SHARE="&#xe80f1;",t.GRIP_LINES_SOLID="&#xe99d;",t.TRANSLATE_SPARKLE_SOLID="&#xe99e;"})(ho||(ho={}));var A;(function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"})(A||(A={}));var Qb=new Map([...["abw"].map(t=>[t,A.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(t=>[t,A.AUDIO]),...["avi"].map(t=>[t,A.AVI]),...["chm","xhs"].map(t=>[t,A.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(t=>[t,A.CODE]),...["csv"].map(t=>[t,A.CSV]),...["dita","ditamap","ditaval"].map(t=>[t,A.DITA]),...["epub"].map(t=>[t,A.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(t=>[t,A.EXCEL]),...["flac"].map(t=>[t,A.FLAC]),...["gif"].map(t=>[t,A.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(t=>[t,A.GZIP]),...["html","htm","xhtml"].map(t=>[t,A.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(t=>[t,A.IMAGE]),...["jpeg","jpg","jpe"].map(t=>[t,A.JPEG]),...["json"].map(t=>[t,A.JSON]),...["m4a","m4p"].map(t=>[t,A.M4A]),...["mov","qt"].map(t=>[t,A.MOV]),...["mp3"].map(t=>[t,A.MP3]),...["mp4","m4v"].map(t=>[t,A.MP4]),...["ogg","oga"].map(t=>[t,A.OGG]),...["pdf","ps"].map(t=>[t,A.PDF]),...["png"].map(t=>[t,A.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(t=>[t,A.POWERPOINT]),...["rar"].map(t=>[t,A.RAR]),...["stp"].map(t=>[t,A.STP]),...["txt","rtf","md","mdown"].map(t=>[t,A.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(t=>[t,A.VIDEO]),...["wav"].map(t=>[t,A.WAV]),...["wma"].map(t=>[t,A.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(t=>[t,A.WORD]),...["xml","xsl","rdf"].map(t=>[t,A.XML]),...["yaml","yml","x-yaml"].map(t=>[t,A.YAML]),...["zip"].map(t=>[t,A.ZIP])]);var e0={[A.ABW]:"#91ABC6",[A.AUDIO]:"#1795E3",[A.AVI]:"#E63324",[A.CHM]:"#71C3EB",[A.CODE]:"#71C3EB",[A.CSV]:"#1F7345",[A.DITA]:"#71C3EB",[A.EPUB]:"#85B926",[A.EXCEL]:"#1F7345",[A.FLAC]:"#1795E3",[A.GIF]:"#59B031",[A.GZIP]:"#F8AB36",[A.HTML]:"#71C3EB",[A.IMAGE]:"#59B031",[A.JPEG]:"#59B031",[A.JSON]:"#71C3EB",[A.M4A]:"#1795E3",[A.MOV]:"#E63324",[A.MP3]:"#1795E3",[A.MP4]:"#E63324",[A.OGG]:"#1795E3",[A.PDF]:"#E44948",[A.PNG]:"#59B031",[A.POWERPOINT]:"#B54A2B",[A.RAR]:"#F8AB36",[A.STP]:"#3764B1",[A.TEXT]:"#3162AB",[A.UNKNOWN]:"#999999",[A.VIDEO]:"#E63324",[A.WAV]:"#1795E3",[A.WMA]:"#1795E3",[A.WORD]:"#3162AB",[A.XML]:"#71C3EB",[A.YAML]:"#71C3EB",[A.ZIP]:"#F8AB36"};var Pe={size:o.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:o.extend("--ft-icon-fluid-topics-font-family","",o.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:o.extend("--ft-icon-file-format-font-family","",o.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:o.extend("--ft-icon-material-font-family","",o.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:o.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Cc=F`
74
74
  :host, i.ft-icon {
75
75
  display: inline-flex;
76
76
  align-items: center;
@@ -140,7 +140,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
140
140
  <section class="topic" lang="${(r=this.map)===null||r===void 0?void 0:r.lang}">
141
141
  ${this.renderTopicContent()}
142
142
  </section>
143
- `}update(e){super.update(e),(e.has("map")||e.has("tocNode"))&&this.updateContent()}updateContent(){var e;this.error=void 0,this.content=void 0,this.map&&this.tocNode&&((e=this.service)===null||e===void 0||e.getTopicContent(this.tocNode).then(r=>this.contentPreprocessor(r||'<div class="empty-topic"></div>')).then(r=>this.content=r).catch(r=>this.error=r))}contentAvailableCallback(e){var r,n,a,i,s,l,d;super.contentAvailableCallback(e),!this.disableContextInteractions&&(!((r=this.scrollTarget)===null||r===void 0)&&r.section)&&(!((n=this.tocNode)===null||n===void 0)&&n.tocId)&&((a=this.tocNode)===null||a===void 0?void 0:a.tocId)===this.scrollTarget.tocId&&this.content&&(((s=(i=this.shadowRoot)===null||i===void 0?void 0:i.querySelector(`[id="${this.scrollTarget.section}"], [name="${this.scrollTarget.section}"]`))!==null&&s!==void 0?s:this).scrollIntoView({block:"start"}),(l=this.stateManager)===null||l===void 0||l.scrollDone()),this.topicContainer&&(this.onContentAvailable(this.topicContainer,this.shadowRoot),ur(this.topicContainer,this.searchInDocumentQuery,{attributes:{part:"kwicmatch"}}),this.moveSvgInShadowRoot(),this.processExpandingBlocks(),this.processOpenApiSelect()),(e.has("content")&&this.content||e.has("error")&&this.error)&&performance.mark("fluid_topics__reader_topic_displayed__"+((d=this.tocNode)===null||d===void 0?void 0:d.tocId))}processExpandingBlocks(){this.shadowRoot.querySelectorAll(".ft-expanding-block-link").forEach(e=>{e.onclick=function(){var r,n,a;e.classList.contains("ft-expanding-exclusive")&&!e.classList.contains("ft-expanding-block-expanded")&&Array.from(((r=e.closest(".topic"))===null||r===void 0?void 0:r.querySelectorAll(".ft-expanding-block-expanded"))||[]).forEach(i=>i.classList.remove("ft-expanding-block-expanded")),e.classList.toggle("ft-expanding-block-expanded"),(a=(n=e.closest(".topic"))===null||n===void 0?void 0:n.querySelector("[id='"+e.getAttribute("data-expanding-block-target-id")+"']"))===null||a===void 0||a.classList.toggle("ft-expanding-block-expanded")}})}processOpenApiSelect(){this.shadowRoot.querySelectorAll(".ft-openapi-select").forEach(e=>{e.onchange=function(r){var n,a,i,s,l,d,u,p,h;(s=(i=(a=(n=r.target)===null||n===void 0?void 0:n.parentElement)===null||a===void 0?void 0:a.parentElement)===null||i===void 0?void 0:i.querySelector(".selected-example"))===null||s===void 0||s.classList.remove("selected-example"),(h=(u=(d=(l=r.target)===null||l===void 0?void 0:l.parentElement)===null||d===void 0?void 0:d.parentElement)===null||u===void 0?void 0:u.querySelector('.select-example[content-type="'+((p=r.target)===null||p===void 0?void 0:p.value)+'"]'))===null||h===void 0||h.classList.add("selected-example")}})}moveSvgInShadowRoot(){this.shadowRoot.querySelectorAll(".ft-svg-container").forEach(e=>{if(!e.shadowRoot){let r=e.innerHTML;e.innerHTML="";let n=e.attachShadow({mode:"open"}),a=document.createRange().createContextualFragment(r),i=document.importNode(a,!0);n.append(i)}})}onStoreAvailable(){super.onStoreAvailable(),this.updateContent()}renderTopicContent(){var e,r,n,a;if(this.error)return oe`
143
+ `}update(e){super.update(e),(e.has("map")||e.has("tocNode"))&&this.updateContent()}updateContent(){var e;this.error=void 0,this.content=void 0,this.map&&this.tocNode&&((e=this.service)===null||e===void 0||e.getTopicContent(this.tocNode).then(r=>this.contentPreprocessor(r||'<div class="empty-topic"></div>')).then(r=>this.content=r).catch(r=>this.error=r))}contentAvailableCallback(e){var r,n,a,i,s,l,d;super.contentAvailableCallback(e),!this.disableContextInteractions&&(!((r=this.scrollTarget)===null||r===void 0)&&r.section)&&(!((n=this.tocNode)===null||n===void 0)&&n.tocId)&&((a=this.tocNode)===null||a===void 0?void 0:a.tocId)===this.scrollTarget.tocId&&this.content&&(((s=(i=this.shadowRoot)===null||i===void 0?void 0:i.querySelector(`[id="${this.scrollTarget.section}"], [name="${this.scrollTarget.section}"]`))!==null&&s!==void 0?s:this).dispatchEvent(new Event("scroll-into-view",{bubbles:!0,composed:!0})),(l=this.stateManager)===null||l===void 0||l.scrollDone()),this.topicContainer&&(this.onContentAvailable(this.topicContainer,this.shadowRoot),ur(this.topicContainer,this.searchInDocumentQuery,{attributes:{part:"kwicmatch"}}),this.moveSvgInShadowRoot(),this.processExpandingBlocks(),this.processOpenApiSelect()),(e.has("content")&&this.content||e.has("error")&&this.error)&&performance.mark("fluid_topics__reader_topic_displayed__"+((d=this.tocNode)===null||d===void 0?void 0:d.tocId))}processExpandingBlocks(){this.shadowRoot.querySelectorAll(".ft-expanding-block-link").forEach(e=>{e.onclick=function(){var r,n,a;e.classList.contains("ft-expanding-exclusive")&&!e.classList.contains("ft-expanding-block-expanded")&&Array.from(((r=e.closest(".topic"))===null||r===void 0?void 0:r.querySelectorAll(".ft-expanding-block-expanded"))||[]).forEach(i=>i.classList.remove("ft-expanding-block-expanded")),e.classList.toggle("ft-expanding-block-expanded"),(a=(n=e.closest(".topic"))===null||n===void 0?void 0:n.querySelector("[id='"+e.getAttribute("data-expanding-block-target-id")+"']"))===null||a===void 0||a.classList.toggle("ft-expanding-block-expanded")}})}processOpenApiSelect(){this.shadowRoot.querySelectorAll(".ft-openapi-select").forEach(e=>{e.onchange=function(r){var n,a,i,s,l,d,u,p,h;(s=(i=(a=(n=r.target)===null||n===void 0?void 0:n.parentElement)===null||a===void 0?void 0:a.parentElement)===null||i===void 0?void 0:i.querySelector(".selected-example"))===null||s===void 0||s.classList.remove("selected-example"),(h=(u=(d=(l=r.target)===null||l===void 0?void 0:l.parentElement)===null||d===void 0?void 0:d.parentElement)===null||u===void 0?void 0:u.querySelector('.select-example[content-type="'+((p=r.target)===null||p===void 0?void 0:p.value)+'"]'))===null||h===void 0||h.classList.add("selected-example")}})}moveSvgInShadowRoot(){this.shadowRoot.querySelectorAll(".ft-svg-container").forEach(e=>{if(!e.shadowRoot){let r=e.innerHTML;e.innerHTML="";let n=e.attachShadow({mode:"open"}),a=document.createRange().createContextualFragment(r),i=document.importNode(a,!0);n.append(i)}})}onStoreAvailable(){super.onStoreAvailable(),this.updateContent()}renderTopicContent(){var e,r,n,a;if(this.error)return oe`
144
144
  <div class="topic-on-error">
145
145
  <ft-icon>WARNING</ft-icon>
146
146
  <div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-topic-content",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "description": "Content of a topic in integrated reader.",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,14 +19,14 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-chip": "1.2.3",
23
- "@fluid-topics/ft-i18n": "1.2.3",
24
- "@fluid-topics/ft-reader-context": "1.2.3",
25
- "@fluid-topics/ft-reader-topic-context": "1.2.3",
26
- "@fluid-topics/ft-tooltip": "1.2.3",
27
- "@fluid-topics/ft-wc-utils": "1.2.3",
22
+ "@fluid-topics/ft-chip": "1.2.5",
23
+ "@fluid-topics/ft-i18n": "1.2.5",
24
+ "@fluid-topics/ft-reader-context": "1.2.5",
25
+ "@fluid-topics/ft-reader-topic-context": "1.2.5",
26
+ "@fluid-topics/ft-tooltip": "1.2.5",
27
+ "@fluid-topics/ft-wc-utils": "1.2.5",
28
28
  "@fluid-topics/public-api": "1.0.78",
29
29
  "lit": "3.1.0"
30
30
  },
31
- "gitHead": "31c1696257f82afca00cddf81033e8984f665c43"
31
+ "gitHead": "aec75d3dcbb3256c079ecf330a0f2755e7469584"
32
32
  }