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

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.
@@ -1,21 +1,23 @@
1
1
  import { PropertyValues } from "lit";
2
2
  import { FtReaderTopicContentProperties } from "./ft-reader-topic-content.properties";
3
3
  import { FtReaderTopicComponent } from "@fluid-topics/ft-reader-topic-context/build/registration";
4
+ import { FtReaderScrollTarget } from "@fluid-topics/ft-reader-context/build/store/model";
5
+ import { FtMap } from "@fluid-topics/public-api";
4
6
  import "@fluid-topics/ft-icon";
5
7
  export declare class FtReaderTopicContent extends FtReaderTopicComponent implements FtReaderTopicContentProperties {
6
8
  static styles: import("lit").CSSResult[];
7
- private map?;
8
- private scrollTarget?;
9
- private content?;
10
- private error?;
11
- private searchInDocumentQuery?;
9
+ map?: FtMap;
10
+ scrollTarget?: FtReaderScrollTarget;
11
+ content?: string;
12
+ error?: Error;
13
+ searchInDocumentQuery?: string;
12
14
  contentPreprocessor: (content: string) => Promise<string> | string;
13
15
  onContentAvailable: (container: HTMLElement, shadowRoot: ShadowRoot) => void;
14
- private topicContainer?;
16
+ topicContainer?: HTMLElement;
15
17
  protected render(): import("lit").TemplateResult<1>;
16
18
  protected update(props: PropertyValues): void;
17
19
  private updateContent;
18
- protected contentAvailableCallback(props: PropertyValues): void;
20
+ protected contentAvailableCallback(props: PropertyValues<FtReaderTopicContent>): void;
19
21
  processExpandingBlocks(): void;
20
22
  processOpenApiSelect(): void;
21
23
  moveSvgInShadowRoot(): void;
@@ -8,7 +8,7 @@ import { html, nothing } from "lit";
8
8
  import { styles } from "./ft-reader-topic-content.styles";
9
9
  import { FtReaderTopicComponent } from "@fluid-topics/ft-reader-topic-context/build/registration";
10
10
  import { unsafeHTML } from "lit/directives/unsafe-html.js";
11
- import { highlightHtml, highlightHtmlStyles, redux } from "@fluid-topics/ft-wc-utils";
11
+ import { highlightHtml, highlightHtmlStyles, redux, waitFor } from "@fluid-topics/ft-wc-utils";
12
12
  import { property, query, state } from "lit/decorators.js";
13
13
  import "@fluid-topics/ft-icon";
14
14
  import { context } from "./i18n/TopicContentMessages";
@@ -56,37 +56,49 @@ class FtReaderTopicContent extends FtReaderTopicComponent {
56
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
- if (this.topicContainer) {
60
- this.onContentAvailable(this.topicContainer, this.shadowRoot);
61
- highlightHtml(this.topicContainer, this.searchInDocumentQuery, { attributes: { part: "kwicmatch" } });
62
- this.moveSvgInShadowRoot();
63
- this.processExpandingBlocks();
64
- this.processOpenApiSelect();
59
+ if ((props.has("searchInDocumentQuery") || props.has("content")) && this.content) {
60
+ waitFor(() => this.topicContainer).then(topicContainer => {
61
+ highlightHtml(topicContainer, this.searchInDocumentQuery, { attributes: { part: "kwicmatch" } });
62
+ });
63
+ }
64
+ if (props.has("content") && this.content) {
65
+ waitFor(() => this.topicContainer).then(topicContainer => {
66
+ this.moveSvgInShadowRoot();
67
+ this.processExpandingBlocks();
68
+ this.processOpenApiSelect();
69
+ this.onContentAvailable(topicContainer, this.shadowRoot);
70
+ });
65
71
  }
66
72
  if ((props.has("content") && this.content) || (props.has("error") && this.error)) {
67
73
  performance.mark("fluid_topics__reader_topic_displayed__" + ((_g = this.tocNode) === null || _g === void 0 ? void 0 : _g.tocId));
68
74
  }
69
75
  }
70
76
  processExpandingBlocks() {
71
- this.shadowRoot.querySelectorAll(".ft-expanding-block-link").forEach(expandingBlockLink => {
72
- expandingBlockLink.onclick = function () {
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"));
77
+ for (let link of this.shadowRoot.querySelectorAll(".ft-expanding-block-link")) {
78
+ link.onclick = () => {
79
+ var _a, _b, _c, _d;
80
+ if (link.classList.contains("ft-expanding-exclusive")
81
+ && !link.classList.contains("ft-expanding-block-expanded")) {
82
+ for (let block of Array.from((_b = (_a = this.topicContainer) === null || _a === void 0 ? void 0 : _a.querySelectorAll(".ft-expanding-block-expanded")) !== null && _b !== void 0 ? _b : [])) {
83
+ block.classList.remove("ft-expanding-block-expanded");
84
+ }
76
85
  }
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");
86
+ link.classList.toggle("ft-expanding-block-expanded");
87
+ const targetId = link.getAttribute("data-expanding-block-target-id");
88
+ (_d = (_c = this.topicContainer) === null || _c === void 0 ? void 0 : _c.querySelector(`[id='` + targetId + `']`)) === null || _d === void 0 ? void 0 : _d.classList.toggle("ft-expanding-block-expanded");
79
89
  };
80
- });
90
+ }
81
91
  }
82
92
  processOpenApiSelect() {
83
- this.shadowRoot.querySelectorAll(".ft-openapi-select").forEach(select => {
84
- select.onchange = function (event) {
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");
93
+ for (let select of this.shadowRoot.querySelectorAll(".ft-openapi-select")) {
94
+ select.onchange = (event) => {
95
+ var _a, _b, _c;
96
+ const select = event.target;
97
+ const parentElement = (_a = select === null || select === void 0 ? void 0 : select.parentElement) === null || _a === void 0 ? void 0 : _a.parentElement;
98
+ (_b = parentElement === null || parentElement === void 0 ? void 0 : parentElement.querySelector(".selected-example")) === null || _b === void 0 ? void 0 : _b.classList.remove("selected-example");
99
+ (_c = parentElement === null || parentElement === void 0 ? void 0 : parentElement.querySelector(".select-example[content-type=\"" + (select === null || select === void 0 ? void 0 : select.value) + "\"]")) === null || _c === void 0 ? void 0 : _c.classList.add("selected-example");
88
100
  };
89
- });
101
+ }
90
102
  }
91
103
  moveSvgInShadowRoot() {
92
104
  this.shadowRoot.querySelectorAll(".ft-svg-container").forEach(svgContainer => {
@@ -1,4 +1,4 @@
1
- "use strict";(()=>{var bn=Object.create;var Zt=Object.defineProperty;var xn=Object.getOwnPropertyDescriptor;var Sn=Object.getOwnPropertyNames;var wn=Object.getPrototypeOf,En=Object.prototype.hasOwnProperty;var Re=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var On=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Sn(t))!En.call(e,o)&&o!==r&&Zt(e,o,{get:()=>t[o],enumerable:!(n=xn(t,o))||n.enumerable});return e};var y=(e,t,r)=>(r=e!=null?bn(wn(e)):{},On(t||!e||!e.__esModule?Zt(r,"default",{value:e,enumerable:!0}):r,e));var C=Re((Eo,Qt)=>{Qt.exports=ftGlobals.wcUtils});var U=Re((Oo,Ft)=>{Ft.exports=ftGlobals.lit});var M=Re((Co,nr)=>{nr.exports=ftGlobals.litDecorators});var pt=Re((Mo,ur)=>{ur.exports=ftGlobals.litUnsafeHTML});var gn=y(C());var le=y(U());var tr=y(U()),de=y(C()),er={colorError:de.FtCssVariableFactory.external(de.designSystemVariables.colorError,"Design system"),fontFamily:de.FtCssVariableFactory.external(de.designSystemVariables.contentFont,"Design system")},rr=tr.css`
1
+ "use strict";(()=>{var bn=Object.create;var Zt=Object.defineProperty;var xn=Object.getOwnPropertyDescriptor;var Sn=Object.getOwnPropertyNames;var wn=Object.getPrototypeOf,En=Object.prototype.hasOwnProperty;var Re=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var On=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Sn(t))!En.call(e,o)&&o!==r&&Zt(e,o,{get:()=>t[o],enumerable:!(n=xn(t,o))||n.enumerable});return e};var y=(e,t,r)=>(r=e!=null?bn(wn(e)):{},On(t||!e||!e.__esModule?Zt(r,"default",{value:e,enumerable:!0}):r,e));var C=Re((Eo,Qt)=>{Qt.exports=ftGlobals.wcUtils});var B=Re((Oo,Ft)=>{Ft.exports=ftGlobals.lit});var M=Re((Co,nr)=>{nr.exports=ftGlobals.litDecorators});var pt=Re((Mo,ur)=>{ur.exports=ftGlobals.litUnsafeHTML});var gn=y(C());var le=y(B());var tr=y(B()),de=y(C()),er={colorError:de.FtCssVariableFactory.external(de.designSystemVariables.colorError,"Design system"),fontFamily:de.FtCssVariableFactory.external(de.designSystemVariables.contentFont,"Design system")},rr=tr.css`
2
2
  .topic {
3
3
  font-family: ${er.fontFamily};
4
4
  overflow-x: auto;
@@ -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 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`
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()),U=y(C()),oe=y(M());var pr=y(C());var Se=y(B()),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;",e.CODE="&#xe99f;"})(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(B()),H=y(C()),K={size:H.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:H.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",H.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:H.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",H.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:H.FtCssVariableFactory.extend("--ft-icon-material-font-family","",H.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:H.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;
@@ -30,14 +30,14 @@
30
30
  }
31
31
 
32
32
  :host {
33
- width: ${G.size};
34
- height: ${G.size};
33
+ width: ${K.size};
34
+ height: ${K.size};
35
35
  }
36
36
 
37
37
  i.ft-icon {
38
38
  width: 100%;
39
39
  height: 100%;
40
- font-size: ${G.size};
40
+ font-size: ${K.size};
41
41
  line-height: 1;
42
42
  font-weight: normal;
43
43
  text-transform: none;
@@ -48,41 +48,41 @@
48
48
  text-rendering: auto;
49
49
  -webkit-font-smoothing: antialiased;
50
50
  -moz-osx-font-smoothing: grayscale;
51
- vertical-align: ${G.verticalAlign};
51
+ vertical-align: ${K.verticalAlign};
52
52
  }
53
53
 
54
54
  i.ft-icon.ft-icon--fluid-topics {
55
- font-family: ${G.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
55
+ font-family: ${K.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
56
56
 
57
57
  /* Ugly fix because font is broken */
58
- font-size: calc(0.75 * ${G.size});
59
- line-height: ${G.size};
58
+ font-size: calc(0.75 * ${K.size});
59
+ line-height: ${K.size};
60
60
  position: relative;
61
61
  top: -4%;
62
62
  justify-content: center;
63
63
  }
64
64
 
65
65
  .ft-icon--file-format {
66
- font-family: ${G.fileFormatFontFamily}, ft-mime, sans-serif;
66
+ font-family: ${K.fileFormatFontFamily}, ft-mime, sans-serif;
67
67
  }
68
68
 
69
69
  .ft-icon--material {
70
- font-family: ${G.materialFontFamily}, "Material Icons", sans-serif;
70
+ font-family: ${K.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 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`
72
+ `;var $;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})($||($={}));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},W=class extends fr.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=Se.nothing}render(){let t=this.variant&&Object.values($).includes(this.variant)?this.variant:$.fluid_topics,r=t!==$.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=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
- `;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
- `;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`
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 $.file_format:this.resolvedIcon=(t=d[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case $.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())}};W.elementDefinitions={};W.styles=lr;De([(0,ie.property)()],W.prototype,"variant",void 0);De([(0,ie.property)()],W.prototype,"value",void 0);De([(0,ie.state)()],W.prototype,"resolvedIcon",void 0);De([(0,ie.query)("slot")],W.prototype,"slottedContent",void 0);(0,pr.customElement)("ft-icon")(W);var mn=y(C());var ot=y(B()),it=y(M()),at=y(C());var hr=y(B());var vr=hr.css`
78
+ `;var nt=y(C());var dn=y(C());var xr=y(B()),N=y(M()),j=y(C());var mr=y(B());var yr=mr.css`
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 Y=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 X=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 X{constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[gr]=()=>{this.defaultMessages={},this.cache=new Y.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,Y.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 Y.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,Y.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,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`
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(B(),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"),J=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(h=>h.split(":")[1]))!==null&&s!==void 0?s:[];new Array(...m,...p).filter(c).map(h=>h.trim()).forEach(h=>l.add(h))}if(l.size===0){this.removeAttribute("exportparts");return}let v=[...l.values()].flatMap(f=>u.map(m=>`${f}:${m}--${f}`));this.setAttribute("exportparts",[...this.part,...v].join(", "))}};Tr=Nr;Ge([(0,we.property)()],J.prototype,"exportpartsPrefix",void 0);Ge([wr([])],J.prototype,"exportpartsPrefixes",void 0);Ge([(0,we.property)()],J.prototype,"customStylesheet",void 0);Ge([(0,we.state)()],J.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"),Z=Symbol("internalStoresUnsubscribers"),ue=Symbol("internalStores"),Oe=class extends J{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[Z].has(t.store):this[Z].size>0)&&(this[r]=t.selector(o.getState(),this))}})}subscribeToStore(t,r){var n;this[Z].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[Z].forEach((t,r)=>this.unsubscribeFromStore(r)),this[Ke].forEach(t=>t()),this[Ke]=[]}unsubscribeFromStore(t){this[Z].has(t)&&this[Z].get(t)(),this[Z].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Rr=Z,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 z(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 Q(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)||z(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 V(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&&(V("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||V("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&&V("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&&V("Patches").N(n,r,e.u,e.s)}return n.o}function Dr(e,t,r,n,o,i,a){if(z(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),!z(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?Q(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 F(e){e.P||(e.P=!0,e.l&&F(e.l))}function xt(e){e.o||(e.o=_t(e.t))}function Et(e,t,r){var n=At(t)?V("MapSet").F(t,r):Ct(t)?V("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),v=l.revoke,f=l.proxy;return s.k=f,s.j=v,f}(t,r):V("ES5").J(t,r);return(r?r.A:St()).p.push(n),n}function Un(e){return z(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||!V("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)&&F(c);break;case 4:r(c)&&F(c)}}}function r(a){for(var s=a.t,c=a.k,u=he(c),l=u.length-1;l>=0;l--){var v=u[l];if(v!==E){var f=s[v];if(f===void 0&&!pe(s,v))return!0;var m=c[v],p=m&&m[E];if(p?p.t!==f:!Vr(m,f))return!0}}var h=!!s[E];return u.length!==he(s).length+(h?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(Q(a)))}var i={};kn("ES5",{J:function(a,s){var c=Array.isArray(a),u=function(v,f){if(v){for(var m=Array(f.length),p=0;p<f.length;p++)Object.defineProperty(m,""+p,e(p,!0));return m}var h=Hr(f);delete h[E];for(var S=he(h),b=0;b<S.length;b++){var x=S[b];h[x]=e(x,v||!!h[x].enumerable)}return Object.create(Object.getPrototypeOf(f),h)}(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?z(s)&&s[E].A===a&&t(a.p):(a.u&&function u(l){if(l&&typeof l=="object"){var v=l[E];if(v){var f=v.t,m=v.k,p=v.R,h=v.i;if(h===4)ce(m,function(w){w!==E&&(f[w]!==void 0||pe(f,w)?p[w]||u(m[w]):(p[w]=!0,F(v)))}),ce(f,function(w){m[w]!==void 0||pe(m,w)||(p[w]=!1,F(v))});else if(h===5){if(n(v)&&(F(v),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=Q(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 Q(e)},ownKeys:function(e){return Reflect.ownKeys(Q(e))},set:function(e,t,r){var n=jr(Q(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var o=bt(Q(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),F(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),F(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Q(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(h){var S=this;h===void 0&&(h=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(h,function(w){var q;return(q=i).call.apply(q,[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),v=Et(n,o,void 0),f=!0;try{u=i(v),f=!1}finally{f?He(l):wt(l)}return typeof Promise<"u"&&u instanceof Promise?u.then(function(h){return yt(l,a),gt(h,l)},function(h){throw He(l),h}):(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=[];V("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,v=Array(l>1?l-1:0),f=1;f<l;f++)v[f-1]=arguments[f];return n.produceWithPatches(u,function(m){return o.apply(void 0,[m].concat(v))})};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),z(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=V("Patches").$;return z(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 ee(e){"@babel/helpers - typeof";return ee=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},ee(e)}function Pt(e,t){if(ee(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(ee(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 ee(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 v(h){if(typeof h!="function")throw new Error(T(4));if(c)throw new Error(T(5));var S=!0;return u(),s.push(h),function(){if(S){if(c)throw new Error(T(6));S=!1,u();var x=s.indexOf(h);s.splice(x,1),a=null}}}function f(h){if(!Hn(h))throw new Error(T(7));if(typeof h.type>"u")throw new Error(T(8));if(c)throw new Error(T(9));try{c=!0,i=o(i,h)}finally{c=!1}for(var S=a=s,b=0;b<S.length;b++){var x=S[b];x()}return h}function m(h){if(typeof h!="function")throw new Error(T(10));o=h,f({type:Ye.REPLACE})}function p(){var h,S=v;return h={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}}},h[qr]=function(){return this},h}return f({type:Ye.INIT}),n={dispatch:f,subscribe:v,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 v;for(var f=!1,m={},p=0;p<i.length;p++){var h=i[p],S=r[h],b=u[h],x=S(b,l);if(typeof x>"u"){var O=l&&l.type;throw new Error(T(14))}m[h]=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},te=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,v=r.enhancers,f=v===void 0?void 0:v,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 h=Xr.apply(void 0,p),S=me;c&&(S=Fn(te({trace:!Ut},typeof c=="object"&&c)));var b=new ro(h),x=b;Array.isArray(f)?x=ye([h],f):typeof f=="function"&&(x=f(b));var O=S.apply(void 0,x);return jt(m,l,O)}function re(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 te(te({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(v,f){v===void 0&&(v=c());var m=ye([i[f.type]],a.filter(function(p){var h=p.matcher;return h(f)}).map(function(p){var h=p.reducer;return h}));return m.filter(function(p){return!!p}).length===0&&(m=[s]),m.reduce(function(p,h){if(h)if(z(p)){var S=p,b=h(S,f);return b===void 0?p:b}else{if(k(p))return $e(p,function(x){return h(x,f)});var b=h(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},v)}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 v=n[l],f=uo(t,l),m,p;"reducer"in v?(m=v.reducer,p=v.prepare):m=v,i[l]=m,a[f]=m,s[l]=p?re(f,p):re(f)});function c(){var l=typeof e.extraReducers=="function"?nn(e.extraReducers):[e.extraReducers],v=l[0],f=v===void 0?{}:v,m=l[1],p=m===void 0?[]:m,h=l[2],S=h===void 0?void 0:h,b=te(te({},f),a);return so(r,function(x){for(var O in b)x.addCase(O,b[O]);for(var w=0,q=p;w<q.length;w++){var G=q[w];x.addMatcher(G.matcher,G.reducer)}S&&x.addDefaultCase(S)})}var u;return{name:t,reducer:function(l,v){return u||(u=c()),u(l,v)},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=re(t+"/fulfilled",function(l,v,f,m){return{payload:l,meta:It(te({},m||{}),{arg:f,requestId:v,requestStatus:"fulfilled"})}}),i=re(t+"/pending",function(l,v,f){return{payload:void 0,meta:It(te({},f||{}),{arg:v,requestId:l,requestStatus:"pending"})}}),a=re(t+"/rejected",function(l,v,f,m,p){return{payload:m,error:(n&&n.serializeError||po)(l||"Rejected"),meta:It(te({},p||{}),{arg:f,requestId:v,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(v,f,m){var p=n?.idGenerator?n.idGenerator(l):lo(),h=new c,S,b=!1;function x(w){S=w,h.abort()}var O=function(){return Qn(this,null,function(){var w,q,G,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||h.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=!0,Yt=new Promise(function(D,xe){return h.signal.addEventListener("abort",function(){return xe({name:"AbortError",message:S||"Aborted"})})}),v(i(p,l,(q=n?.getPendingMeta)==null?void 0:q.call(n,{requestId:p,arg:l},{getState:f,extra:m}))),[4,Promise.race([Yt,Promise.resolve(r(l,{dispatch:v,getState:f,extra:m,requestId:p,signal:h.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 G=fe.sent(),[3,5];case 4:return be=fe.sent(),G=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(G)&&G.meta.condition,Jt||v(G),[2,G]}})})}();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=re(Vt+"/add"),ca=re(Vt+"/removeAll"),la=re(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 X{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 X{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(v=>this.getI18nAttributeMessage(v,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(v=>(this.addI18nContextIfNeeded(v,o,u),this.getI18nAttributeMessage(v,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>
85
- `}update(t){var r;super.update(t),["context","key","defaultMessage"].some(n=>t.has(n))&&this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};I.elementDefinitions={};I.styles=vr;Ne([(0,at.redux)()],I.prototype,"editorMode",void 0);Ne([(0,it.property)()],I.prototype,"context",void 0);Ne([(0,it.property)()],I.prototype,"key",void 0);Ne([(0,at.jsonProperty)([])],I.prototype,"args",void 0);Ne([(0,it.property)()],I.prototype,"defaultMessage",void 0);var st=class e{static build(t){return new e(t)}static fromGwt(t){return new e(t)}constructor(t){this.name=t,this.properties=new Proxy({},{get:(r,n)=>{let o=n;return i=>({context:this.name,key:o,args:typeof i=="function"?void 0:i,argsProvider:typeof i=="function"?i:void 0})}}),this.messages=new Proxy({},{get:(r,n)=>(...o)=>se.resolveMessage(this.name,n,...o)}),this.rawMessages=new Proxy({},{get:(r,n)=>se.resolveRawMessage(this.name,n)})}};(0,mn.customElement)("ft-i18n")(I);var Xt=st.build("designedReaderTopicContent");var re=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},P=class extends Me{constructor(){super(...arguments),this.contentPreprocessor=t=>t,this.onContentAvailable=()=>null}render(){var t,r;return!this.map||!this.error&&!this.content?le.html`
85
+ `}update(t){var r;super.update(t),["context","key","defaultMessage"].some(n=>t.has(n))&&this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};I.elementDefinitions={};I.styles=vr;Ne([(0,at.redux)()],I.prototype,"editorMode",void 0);Ne([(0,it.property)()],I.prototype,"context",void 0);Ne([(0,it.property)()],I.prototype,"key",void 0);Ne([(0,at.jsonProperty)([])],I.prototype,"args",void 0);Ne([(0,it.property)()],I.prototype,"defaultMessage",void 0);var st=class e{static build(t){return new e(t)}static fromGwt(t){return new e(t)}constructor(t){this.name=t,this.properties=new Proxy({},{get:(r,n)=>{let o=n;return i=>({context:this.name,key:o,args:typeof i=="function"?void 0:i,argsProvider:typeof i=="function"?i:void 0})}}),this.messages=new Proxy({},{get:(r,n)=>(...o)=>se.resolveMessage(this.name,n,...o)}),this.rawMessages=new Proxy({},{get:(r,n)=>se.resolveRawMessage(this.name,n)})}};(0,mn.customElement)("ft-i18n")(I);var Xt=st.build("designedReaderTopicContent");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},P=class extends Me{constructor(){super(...arguments),this.contentPreprocessor=t=>t,this.onContentAvailable=()=>null}render(){var t,r;return!this.map||!this.error&&!this.content?le.html`
86
86
  <section class="topic-loading"></section>
87
87
  `:le.html`
88
88
  <style>
@@ -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).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`
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()),(t.has("searchInDocumentQuery")||t.has("content"))&&this.content&&(0,U.waitFor)(()=>this.topicContainer).then(u=>{(0,U.highlightHtml)(u,this.searchInDocumentQuery,{attributes:{part:"kwicmatch"}})}),t.has("content")&&this.content&&(0,U.waitFor)(()=>this.topicContainer).then(u=>{this.moveSvgInShadowRoot(),this.processExpandingBlocks(),this.processOpenApiSelect(),this.onContentAvailable(u,this.shadowRoot)}),(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(){for(let t of this.shadowRoot.querySelectorAll(".ft-expanding-block-link"))t.onclick=()=>{var r,n,o,i;if(t.classList.contains("ft-expanding-exclusive")&&!t.classList.contains("ft-expanding-block-expanded"))for(let s of Array.from((n=(r=this.topicContainer)===null||r===void 0?void 0:r.querySelectorAll(".ft-expanding-block-expanded"))!==null&&n!==void 0?n:[]))s.classList.remove("ft-expanding-block-expanded");t.classList.toggle("ft-expanding-block-expanded");let a=t.getAttribute("data-expanding-block-target-id");(i=(o=this.topicContainer)===null||o===void 0?void 0:o.querySelector("[id='"+a+"']"))===null||i===void 0||i.classList.toggle("ft-expanding-block-expanded")}}processOpenApiSelect(){for(let t of this.shadowRoot.querySelectorAll(".ft-openapi-select"))t.onchange=r=>{var n,o,i;let a=r.target,s=(n=a?.parentElement)===null||n===void 0?void 0:n.parentElement;(o=s?.querySelector(".selected-example"))===null||o===void 0||o.classList.remove("selected-example"),(i=s?.querySelector('.select-example[content-type="'+a?.value+'"]'))===null||i===void 0||i.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>
@@ -102,7 +102,7 @@
102
102
  <div class="depth-${(n=this.tocNode)===null||n===void 0?void 0:n.depth} content-locale-${(o=this.map)===null||o===void 0?void 0:o.lang} ${i}">
103
103
  ${this.content!=null?(0,yn.unsafeHTML)(`${this.content}`):le.nothing}
104
104
  </div>
105
- `}is404Error(){return this.error.status===404}};P.styles=[rr,ne.highlightHtmlStyles];re([(0,ne.redux)()],P.prototype,"map",void 0);re([(0,ne.redux)()],P.prototype,"scrollTarget",void 0);re([(0,oe.state)()],P.prototype,"content",void 0);re([(0,oe.state)()],P.prototype,"error",void 0);re([(0,ne.redux)({selector:(e,t)=>t.disableContextInteractions?"":e.searchInDocumentQuery})],P.prototype,"searchInDocumentQuery",void 0);re([(0,oe.property)({attribute:!1})],P.prototype,"contentPreprocessor",void 0);re([(0,oe.property)({attribute:!1})],P.prototype,"onContentAvailable",void 0);re([(0,oe.query)("section.topic")],P.prototype,"topicContainer",void 0);(0,gn.customElement)("ft-reader-topic-content")(P);})();
105
+ `}is404Error(){return this.error.status===404}};P.styles=[rr,U.highlightHtmlStyles];ne([(0,U.redux)()],P.prototype,"map",void 0);ne([(0,U.redux)()],P.prototype,"scrollTarget",void 0);ne([(0,oe.state)()],P.prototype,"content",void 0);ne([(0,oe.state)()],P.prototype,"error",void 0);ne([(0,U.redux)({selector:(e,t)=>t.disableContextInteractions?"":e.searchInDocumentQuery})],P.prototype,"searchInDocumentQuery",void 0);ne([(0,oe.property)({attribute:!1})],P.prototype,"contentPreprocessor",void 0);ne([(0,oe.property)({attribute:!1})],P.prototype,"onContentAvailable",void 0);ne([(0,oe.query)("section.topic")],P.prototype,"topicContainer",void 0);(0,gn.customElement)("ft-reader-topic-content")(P);})();
106
106
  /*! Bundled license information:
107
107
 
108
108
  @lit/reactive-element/css-tag.js: