@fluid-topics/ft-drawer 2.2.3 → 2.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- "use strict";(()=>{var Hl=Object.create;var Oi=Object.defineProperty;var Vl=Object.getOwnPropertyDescriptor;var Fl=Object.getOwnPropertyNames;var jl=Object.getPrototypeOf,zl=Object.prototype.hasOwnProperty;var kt=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}};var Wl=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Fl(t))!zl.call(e,i)&&i!==r&&Oi(e,i,{get:()=>t[i],enumerable:!(n=Vl(t,i))||n.enumerable});return e};var h=(e,t,r)=>(r=e!=null?Hl(jl(e)):{},Wl(t||!e||!e.__esModule?Oi(r,"default",{value:e,enumerable:!0}):r,e));var w=kt((Ou,Ri)=>{Ri.exports=ftGlobals.wcUtils});var F=kt((Ru,Li)=>{Li.exports=ftGlobals.lit});var Z=kt((Lu,Ni)=>{Ni.exports=ftGlobals.litDecorators});var hr=kt((Nu,Pi)=>{Pi.exports=ftGlobals.litClassMap});var Ii=kt((Mu,ki)=>{ki.exports=ftGlobals.litUnsafeHTML});var Ul=h(w());var fr=h(F()),Dt=h(Z()),An=h(w()),kl=h(hr());var Di=h(F()),fe=h(w()),pe={size:fe.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:fe.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",fe.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:fe.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",fe.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:fe.FtCssVariableFactory.extend("--ft-icon-material-font-family","",fe.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:fe.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Mi=[Di.css`
1
+ "use strict";(()=>{var Fl=Object.create;var Ri=Object.defineProperty;var Vl=Object.getOwnPropertyDescriptor;var jl=Object.getOwnPropertyNames;var zl=Object.getPrototypeOf,Wl=Object.prototype.hasOwnProperty;var $t=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}};var Kl=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of jl(t))!Wl.call(e,i)&&i!==r&&Ri(e,i,{get:()=>t[i],enumerable:!(n=Vl(t,i))||n.enumerable});return e};var h=(e,t,r)=>(r=e!=null?Fl(zl(e)):{},Kl(t||!e||!e.__esModule?Ri(r,"default",{value:e,enumerable:!0}):r,e));var w=$t((Ru,Li)=>{Li.exports=ftGlobals.wcUtils});var V=$t((Lu,Ni)=>{Ni.exports=ftGlobals.lit});var Z=$t((Nu,Pi)=>{Pi.exports=ftGlobals.litDecorators});var yr=$t((Pu,Di)=>{Di.exports=ftGlobals.litClassMap});var Ui=$t((Mu,Ii)=>{Ii.exports=ftGlobals.litUnsafeHTML});var $l=h(w());var mr=h(V()),It=h(Z()),Sn=h(w()),Il=h(yr());var ki=h(V()),he=h(w()),fe={size:he.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:he.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",he.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:he.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",he.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:he.FtCssVariableFactory.extend("--ft-icon-material-font-family","",he.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:he.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Mi=[ki.css`
2
2
  :host, i.ft-icon {
3
3
  display: inline-flex;
4
4
  align-items: center;
@@ -7,14 +7,14 @@
7
7
  }
8
8
 
9
9
  :host {
10
- width: ${pe.size};
11
- height: ${pe.size};
10
+ width: ${fe.size};
11
+ height: ${fe.size};
12
12
  }
13
13
 
14
14
  i.ft-icon {
15
15
  width: 100%;
16
16
  height: 100%;
17
- font-size: ${pe.size};
17
+ font-size: ${fe.size};
18
18
  line-height: 1;
19
19
  font-weight: normal;
20
20
  text-transform: none;
@@ -25,54 +25,36 @@
25
25
  text-rendering: auto;
26
26
  -webkit-font-smoothing: antialiased;
27
27
  -moz-osx-font-smoothing: grayscale;
28
- vertical-align: ${pe.verticalAlign};
28
+ vertical-align: ${fe.verticalAlign};
29
29
  }
30
30
 
31
31
  i.ft-icon.ft-icon--fluid-topics {
32
- font-family: ${pe.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
32
+ font-family: ${fe.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
33
33
 
34
34
  /* Ugly fix because font is broken */
35
- font-size: calc(0.75 * ${pe.size});
36
- line-height: ${pe.size};
35
+ font-size: calc(0.75 * ${fe.size});
36
+ line-height: ${fe.size};
37
37
  position: relative;
38
38
  top: -4%;
39
39
  justify-content: center;
40
40
  }
41
41
 
42
42
  .ft-icon--file-format {
43
- font-family: ${pe.fileFormatFontFamily}, ft-mime, sans-serif;
43
+ font-family: ${fe.fileFormatFontFamily}, ft-mime, sans-serif;
44
44
  }
45
45
 
46
46
  .ft-icon--material {
47
- font-family: ${pe.materialFontFamily}, "Material Icons", sans-serif;
47
+ font-family: ${fe.materialFontFamily}, "Material Icons", sans-serif;
48
48
  }
49
- `,fe.noTextSelect];var De;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(De||(De={}));var It=h(F()),Me=h(Z()),Ui=h(w()),$i=h(Ii());var at;(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.GRIP_LINES_SOLID="&#xe99d;",e.TRANSLATE_SPARKLE_SOLID="&#xe99e;",e.CODE="&#xe99f;",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="&#xe9a0;",e.PAPER_PLANE_SLASH="&#xe9a1;",e.COMPRESS="&#xe9a2;",e.EXPAND="&#xe9a3;",e.ARROW_ROTATE_LEFT="&#xe9a4;",e.MOBILE_SMALL="&#xe9a5;",e.SPARKLES="&#xe9a6;",e.HAND_SOLID="&#xe9a7;",e.CLOCK_SOLID="&#xe9a8;",e.CONTEXT_MENU_CURSOR="&#xe9a9;",e.LANGUAGE_SLASH="&#xe9aa;",e.MAGNIFYING_GLASS_FLOPPY_DISK="&#xe9ab;",e.CABINET_FILING_FLOPPY_DISK="&#xe9ac;",e.BOOKMARK_SLASH="&#xe9ad;",e.CIRCLE_PAUSE="&#xe9ae;",e.CIRCLE_PLAY="&#xe9af;",e.CIRCLE_STOP_PLAIN="&#xe9b0;",e.CIRCLE_ARROW_DOWN="&#xe9b1;",e.SHARE_NODES="&#xe9b2;",e.BELL="&#xe9b3;",e.BELL_SLASH="&#xe9b4;",e.FILE="&#xe9b5;",e.HAND="&#xe9b6;",e.SQUARE_INFO_SOLID="&#xe9b7;",e.FILE_CODE="&#xe9b8;",e.BOX_CODE="&#xe9b9;",e.TOPICS_SOLID="&#xe9ba;",e.PHOTO_FILM="&#xe9bb;",e.HYPHEN_SOLID="&#xe9bc;",e.CROSSHAIRS="&#xe9bd;",e.PERSON_CHALKBOARD="&#xe9be;",e.CIRCLE_ARROW_DOWN_SLASH="&#xe9bf;",e.BOOK_OPEN_COVER="&#xe9c0;",e.LIGHTBULB="&#xe9c1;",e.MESSAGE_BOT_AGENTIC_SOLID="&#xe9c2;",e.CHART_LINE_USER="&#xe9c3;",e.SERVER_CIRCLE_ARROW_DOWN="&#xe9c4;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;"})(at||(at={}));var f;(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;"})(f||(f={}));var ku=new Map([...["abw"].map(e=>[e,f.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,f.AUDIO]),...["avi"].map(e=>[e,f.AVI]),...["chm","xhs"].map(e=>[e,f.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,f.CODE]),...["csv"].map(e=>[e,f.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,f.DITA]),...["epub"].map(e=>[e,f.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,f.EXCEL]),...["flac"].map(e=>[e,f.FLAC]),...["gif"].map(e=>[e,f.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,f.GZIP]),...["html","htm","xhtml"].map(e=>[e,f.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,f.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,f.JPEG]),...["json"].map(e=>[e,f.JSON]),...["m4a","m4p"].map(e=>[e,f.M4A]),...["mov","qt"].map(e=>[e,f.MOV]),...["mp3"].map(e=>[e,f.MP3]),...["mp4","m4v"].map(e=>[e,f.MP4]),...["ogg","oga"].map(e=>[e,f.OGG]),...["pdf","ps"].map(e=>[e,f.PDF]),...["png"].map(e=>[e,f.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,f.POWERPOINT]),...["rar"].map(e=>[e,f.RAR]),...["stp"].map(e=>[e,f.STP]),...["txt","rtf","md","mdown"].map(e=>[e,f.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,f.VIDEO]),...["wav"].map(e=>[e,f.WAV]),...["wma"].map(e=>[e,f.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,f.WORD]),...["xml","xsl","rdf"].map(e=>[e,f.XML]),...["yaml","yml","x-yaml"].map(e=>[e,f.YAML]),...["zip"].map(e=>[e,f.ZIP])]);var Iu={[f.ABW]:"#91ABC6",[f.AUDIO]:"#1795E3",[f.AVI]:"#E63324",[f.CHM]:"#71C3EB",[f.CODE]:"#71C3EB",[f.CSV]:"#1F7345",[f.DITA]:"#71C3EB",[f.EPUB]:"#85B926",[f.EXCEL]:"#1F7345",[f.FLAC]:"#1795E3",[f.GIF]:"#59B031",[f.GZIP]:"#F8AB36",[f.HTML]:"#71C3EB",[f.IMAGE]:"#59B031",[f.JPEG]:"#59B031",[f.JSON]:"#71C3EB",[f.M4A]:"#1795E3",[f.MOV]:"#E63324",[f.MP3]:"#1795E3",[f.MP4]:"#E63324",[f.OGG]:"#1795E3",[f.PDF]:"#E44948",[f.PNG]:"#59B031",[f.POWERPOINT]:"#B54A2B",[f.RAR]:"#F8AB36",[f.STP]:"#3764B1",[f.TEXT]:"#3162AB",[f.UNKNOWN]:"#999999",[f.VIDEO]:"#E63324",[f.WAV]:"#1795E3",[f.WMA]:"#1795E3",[f.WORD]:"#3162AB",[f.XML]:"#71C3EB",[f.YAML]:"#71C3EB",[f.ZIP]:"#F8AB36"};var Ut=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},ee=class extends Ui.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=It.nothing}render(){let t=this.variant&&Object.values(De).includes(this.variant)?this.variant:De.fluid_topics,r=t!==De.material||!!this.value;return It.html`
49
+ `,he.noTextSelect];var De;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(De||(De={}));var Bt=h(V()),ke=h(Z()),$i=h(w()),Bi=h(Ui());var ct;(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.GRIP_LINES_SOLID="&#xe99d;",e.TRANSLATE_SPARKLE_SOLID="&#xe99e;",e.CODE="&#xe99f;",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="&#xe9a0;",e.PAPER_PLANE_SLASH="&#xe9a1;",e.COMPRESS="&#xe9a2;",e.EXPAND="&#xe9a3;",e.ARROW_ROTATE_LEFT="&#xe9a4;",e.MOBILE_SMALL="&#xe9a5;",e.SPARKLES="&#xe9a6;",e.HAND_SOLID="&#xe9a7;",e.CLOCK_SOLID="&#xe9a8;",e.CONTEXT_MENU_CURSOR="&#xe9a9;",e.LANGUAGE_SLASH="&#xe9aa;",e.MAGNIFYING_GLASS_FLOPPY_DISK="&#xe9ab;",e.CABINET_FILING_FLOPPY_DISK="&#xe9ac;",e.BOOKMARK_SLASH="&#xe9ad;",e.CIRCLE_PAUSE="&#xe9ae;",e.CIRCLE_PLAY="&#xe9af;",e.CIRCLE_STOP_PLAIN="&#xe9b0;",e.CIRCLE_ARROW_DOWN="&#xe9b1;",e.SHARE_NODES="&#xe9b2;",e.BELL="&#xe9b3;",e.BELL_SLASH="&#xe9b4;",e.FILE="&#xe9b5;",e.HAND="&#xe9b6;",e.SQUARE_INFO_SOLID="&#xe9b7;",e.FILE_CODE="&#xe9b8;",e.BOX_CODE="&#xe9b9;",e.TOPICS_SOLID="&#xe9ba;",e.PHOTO_FILM="&#xe9bb;",e.HYPHEN_SOLID="&#xe9bc;",e.CROSSHAIRS="&#xe9bd;",e.PERSON_CHALKBOARD="&#xe9be;",e.CIRCLE_ARROW_DOWN_SLASH="&#xe9bf;",e.BOOK_OPEN_COVER="&#xe9c0;",e.LIGHTBULB="&#xe9c1;",e.MESSAGE_BOT_AGENTIC_SOLID="&#xe9c2;",e.CHART_LINE_USER="&#xe9c3;",e.SERVER_CIRCLE_ARROW_DOWN="&#xe9c4;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;"})(ct||(ct={}));var f;(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;"})(f||(f={}));var Iu=new Map([...["abw"].map(e=>[e,f.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,f.AUDIO]),...["avi"].map(e=>[e,f.AVI]),...["chm","xhs"].map(e=>[e,f.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,f.CODE]),...["csv"].map(e=>[e,f.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,f.DITA]),...["epub"].map(e=>[e,f.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,f.EXCEL]),...["flac"].map(e=>[e,f.FLAC]),...["gif"].map(e=>[e,f.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,f.GZIP]),...["html","htm","xhtml"].map(e=>[e,f.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,f.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,f.JPEG]),...["json"].map(e=>[e,f.JSON]),...["m4a","m4p"].map(e=>[e,f.M4A]),...["mov","qt"].map(e=>[e,f.MOV]),...["mp3"].map(e=>[e,f.MP3]),...["mp4","m4v"].map(e=>[e,f.MP4]),...["ogg","oga"].map(e=>[e,f.OGG]),...["pdf","ps"].map(e=>[e,f.PDF]),...["png"].map(e=>[e,f.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,f.POWERPOINT]),...["rar"].map(e=>[e,f.RAR]),...["stp"].map(e=>[e,f.STP]),...["txt","rtf","md","mdown"].map(e=>[e,f.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,f.VIDEO]),...["wav"].map(e=>[e,f.WAV]),...["wma"].map(e=>[e,f.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,f.WORD]),...["xml","xsl","rdf"].map(e=>[e,f.XML]),...["yaml","yml","x-yaml"].map(e=>[e,f.YAML]),...["zip"].map(e=>[e,f.ZIP])]);var Uu={[f.ABW]:"#91ABC6",[f.AUDIO]:"#1795E3",[f.AVI]:"#E63324",[f.CHM]:"#71C3EB",[f.CODE]:"#71C3EB",[f.CSV]:"#1F7345",[f.DITA]:"#71C3EB",[f.EPUB]:"#85B926",[f.EXCEL]:"#1F7345",[f.FLAC]:"#1795E3",[f.GIF]:"#59B031",[f.GZIP]:"#F8AB36",[f.HTML]:"#71C3EB",[f.IMAGE]:"#59B031",[f.JPEG]:"#59B031",[f.JSON]:"#71C3EB",[f.M4A]:"#1795E3",[f.MOV]:"#E63324",[f.MP3]:"#1795E3",[f.MP4]:"#E63324",[f.OGG]:"#1795E3",[f.PDF]:"#E44948",[f.PNG]:"#59B031",[f.POWERPOINT]:"#B54A2B",[f.RAR]:"#F8AB36",[f.STP]:"#3764B1",[f.TEXT]:"#3162AB",[f.UNKNOWN]:"#999999",[f.VIDEO]:"#E63324",[f.WAV]:"#1795E3",[f.WMA]:"#1795E3",[f.WORD]:"#3162AB",[f.XML]:"#71C3EB",[f.YAML]:"#71C3EB",[f.ZIP]:"#F8AB36"};var Ht=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},ee=class extends $i.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=Bt.nothing}render(){let t=this.variant&&Object.values(De).includes(this.variant)?this.variant:De.fluid_topics,r=t!==De.material||!!this.value;return Bt.html`
50
50
  <i class="ft-icon ft-icon--${t} ft-no-text-select" part="icon icon-${t}">
51
- ${(0,$i.unsafeHTML)(this.resolvedIcon)}
51
+ ${(0,Bi.unsafeHTML)(this.resolvedIcon)}
52
52
  <slot ?hidden=${r}></slot>
53
53
  </i>
54
- `}getTextContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}update(t){super.update(t),["value","variant"].some(r=>t.has(r))&&this.resolveIcon()}resolveIcon(){var t,r;let n=this.value||this.getTextContent();switch(this.variant){case De.file_format:this.resolvedIcon=(t=f[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case De.material:this.resolvedIcon=this.value||It.nothing;break;default:this.resolvedIcon=(r=at[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};ee.elementDefinitions={};ee.styles=Mi;Ut([(0,Me.property)()],ee.prototype,"variant",void 0);Ut([(0,Me.property)()],ee.prototype,"value",void 0);Ut([(0,Me.property)({reflect:!0,attribute:"aria-hidden"})],ee.prototype,"ariaHidden",void 0);Ut([(0,Me.state)()],ee.prototype,"resolvedIcon",void 0);Ut([(0,Me.query)("slot")],ee.prototype,"slottedContent",void 0);var Hi=h(w());var Bi={"ft-icon":ee};(0,Hi.customElements)(Bi);var Rn=globalThis,Vi=e=>e,mr=Rn.trustedTypes,Fi=mr?mr.createPolicy("lit-html",{createHTML:e=>e}):void 0,qi="$lit$",ke=`lit$${Math.random().toFixed(9).slice(2)}$`,Yi="?"+ke,Kl=`<${Yi}>`,Ke=document,yr=()=>Ke.createComment(""),Bt=e=>e===null||typeof e!="object"&&typeof e!="function",Ln=Array.isArray,Gl=e=>Ln(e)||typeof e?.[Symbol.iterator]=="function",Sn=`[
55
- \f\r]`,$t=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ji=/-->/g,zi=/>/g,ze=RegExp(`>|${Sn}(?:([^\\s"'>=/]+)(${Sn}*=${Sn}*(?:[^
56
- \f\r"'\`<>=]|("|')|))|$)`,"g"),Wi=/'/g,Ki=/"/g,Xi=/^(?:script|style|textarea|title)$/i,Nn=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Zi=Nn(1),Ji=Nn(2),Qi=Nn(3),Ht=Symbol.for("lit-noChange"),B=Symbol.for("lit-nothing"),Gi=new WeakMap,We=Ke.createTreeWalker(Ke,129);function es(e,t){if(!Ln(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Fi!==void 0?Fi.createHTML(t):t}var ql=(e,t)=>{let r=e.length-1,n=[],i,s=t===2?"<svg>":t===3?"<math>":"",o=$t;for(let a=0;a<r;a++){let l=e[a],c,u,d=-1,p=0;for(;p<l.length&&(o.lastIndex=p,u=o.exec(l),u!==null);)p=o.lastIndex,o===$t?u[1]==="!--"?o=ji:u[1]!==void 0?o=zi:u[2]!==void 0?(Xi.test(u[2])&&(i=RegExp("</"+u[2],"g")),o=ze):u[3]!==void 0&&(o=ze):o===ze?u[0]===">"?(o=i??$t,d=-1):u[1]===void 0?d=-2:(d=o.lastIndex-u[2].length,c=u[1],o=u[3]===void 0?ze:u[3]==='"'?Ki:Wi):o===Ki||o===Wi?o=ze:o===ji||o===zi?o=$t:(o=ze,i=void 0);let y=o===ze&&e[a+1].startsWith("/>")?" ":"";s+=o===$t?l+Kl:d>=0?(n.push(c),l.slice(0,d)+qi+l.slice(d)+ke+y):l+ke+(d===-2?a:y)}return[es(e,s+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},Vt=class e{constructor({strings:t,_$litType$:r},n){let i;this.parts=[];let s=0,o=0,a=t.length-1,l=this.parts,[c,u]=ql(t,r);if(this.el=e.createElement(c,n),We.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=We.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(qi)){let p=u[o++],y=i.getAttribute(d).split(ke),x=/([.?@])?(.*)/.exec(p);l.push({type:1,index:s,name:x[2],strings:y,ctor:x[1]==="."?Cn:x[1]==="?"?wn:x[1]==="@"?Tn:ct}),i.removeAttribute(d)}else d.startsWith(ke)&&(l.push({type:6,index:s}),i.removeAttribute(d));if(Xi.test(i.tagName)){let d=i.textContent.split(ke),p=d.length-1;if(p>0){i.textContent=mr?mr.emptyScript:"";for(let y=0;y<p;y++)i.append(d[y],yr()),We.nextNode(),l.push({type:2,index:++s});i.append(d[p],yr())}}}else if(i.nodeType===8)if(i.data===Yi)l.push({type:2,index:s});else{let d=-1;for(;(d=i.data.indexOf(ke,d+1))!==-1;)l.push({type:7,index:s}),d+=ke.length-1}s++}}static createElement(t,r){let n=Ke.createElement("template");return n.innerHTML=t,n}};function lt(e,t,r=e,n){if(t===Ht)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,s=Bt(t)?void 0:t._$litDirective$;return i?.constructor!==s&&(i?._$AO?.(!1),s===void 0?i=void 0:(i=new s(e),i._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(t=lt(e,i._$AS(e,t.values),i,n)),t}var _n=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:n}=this._$AD,i=(t?.creationScope??Ke).importNode(r,!0);We.currentNode=i;let s=We.nextNode(),o=0,a=0,l=n[0];for(;l!==void 0;){if(o===l.index){let c;l.type===2?c=new gr(s,s.nextSibling,this,t):l.type===1?c=new l.ctor(s,l.name,l.strings,this,t):l.type===6&&(c=new On(s,this,t)),this._$AV.push(c),l=n[++a]}o!==l?.index&&(s=We.nextNode(),o++)}return We.currentNode=Ke,i}p(t){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,r),r+=n.strings.length-2):n._$AI(t[r])),r++}},gr=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=B,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,r=this._$AM;return r!==void 0&&t?.nodeType===11&&(t=r.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,r=this){t=lt(this,t,r),Bt(t)?t===B||t==null||t===""?(this._$AH!==B&&this._$AR(),this._$AH=B):t!==this._$AH&&t!==Ht&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Gl(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==B&&Bt(this._$AH)?this._$AA.nextSibling.data=t:this.T(Ke.createTextNode(t)),this._$AH=t}$(t){let{values:r,_$litType$:n}=t,i=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=Vt.createElement(es(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let s=new _n(i,this),o=s.u(this.options);s.p(r),this.T(o),this._$AH=s}}_$AC(t){let r=Gi.get(t.strings);return r===void 0&&Gi.set(t.strings,r=new Vt(t)),r}k(t){Ln(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let s of t)i===r.length?r.push(n=new e(this.O(yr()),this.O(yr()),this,this.options)):n=r[i],n._$AI(s),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t!==this._$AB;){let n=Vi(t).nextSibling;Vi(t).remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},ct=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,s){this.type=1,this._$AH=B,this._$AN=void 0,this.element=t,this.name=r,this._$AM=i,this.options=s,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=B}_$AI(t,r=this,n,i){let s=this.strings,o=!1;if(s===void 0)t=lt(this,t,r,0),o=!Bt(t)||t!==this._$AH&&t!==Ht,o&&(this._$AH=t);else{let a=t,l,c;for(t=s[0],l=0;l<s.length-1;l++)c=lt(this,a[n+l],r,l),c===Ht&&(c=this._$AH[l]),o||=!Bt(c)||c!==this._$AH[l],c===B?t=B:t!==B&&(t+=(c??"")+s[l+1]),this._$AH[l]=c}o&&!i&&this.j(t)}j(t){t===B?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},Cn=class extends ct{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===B?void 0:t}},wn=class extends ct{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==B)}},Tn=class extends ct{constructor(t,r,n,i,s){super(t,r,n,i,s),this.type=5}_$AI(t,r=this){if((t=lt(this,t,r,0)??B)===Ht)return;let n=this._$AH,i=t===B&&n!==B||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,s=t!==B&&(n===B||i);i&&this.element.removeEventListener(this.name,this,n),s&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},On=class{constructor(t,r,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){lt(this,t)}};var Yl=Rn.litHtmlPolyfillSupport;Yl?.(Vt,gr),(Rn.litHtmlVersions??=[]).push("3.3.3");var rs=Symbol.for(""),Xl=e=>{if(e?.r===rs)return e?._$litStatic$},Pn=e=>({_$litStatic$:e,r:rs});var ts=new Map,Dn=e=>(t,...r)=>{let n=r.length,i,s,o=[],a=[],l,c=0,u=!1;for(;c<n;){for(l=t[c];c<n&&(s=r[c],(i=Xl(s))!==void 0);)l+=i+t[++c],u=!0;c!==n&&a.push(s),o.push(l),c++}if(c===n&&o.push(t[n]),u){let d=o.join("$$lit$$");(t=ts.get(d))===void 0&&(o.raw=o,ts.set(d,t=o)),r=a}return e(t,...r)},Mn=Dn(Zi),Qu=Dn(Ji),ed=Dn(Qi);var kn=h(Z()),ys=h(w());var ve;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button"})(ve||(ve={}));var oe=h(F()),m=h(w()),ns=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.titleFont),Te=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.contentFont),b={fontFamily:Te,fontSize:m.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:m.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:m.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:m.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:m.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},ut={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-font-family","",ns),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-font-size","",b.fontSize,"20px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",b.letterSpacing,"0.15px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-line-height","",b.lineHeight,"1.2"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",b.textTransform,"inherit")},dt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",ns),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",b.letterSpacing,"0.105px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",b.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",b.textTransform,"inherit")},pt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Te),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",b.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",b.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",b.letterSpacing,"0.144px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",b.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",b.textTransform,"inherit")},ft={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Te),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",b.letterSpacing,"0.098px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",b.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",b.textTransform,"inherit")},ht={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Te),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",b.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",b.letterSpacing,"0.496px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",b.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",b.textTransform,"inherit")},mt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Te),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",b.letterSpacing,"0.252px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",b.lineHeight,"1.4"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",b.textTransform,"inherit")},yt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Te),fontSize:m.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",b.fontSize,"12px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",b.letterSpacing,"0.396px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",b.lineHeight,"1.33"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",b.textTransform,"inherit")},gt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Te),fontSize:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",b.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",b.letterSpacing,"0.33px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",b.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",b.textTransform,"inherit")},xt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Te),fontSize:m.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",b.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",b.letterSpacing,"1.5px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",b.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",b.textTransform,"uppercase")},be={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Te),fontSize:m.FtCssVariableFactory.extend("--ft-typography-button-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",b.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",b.letterSpacing,"1.246px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-button-line-height","",b.lineHeight,"1.15"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",b.textTransform,"uppercase")},is=oe.css`
54
+ `}getTextContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}update(t){super.update(t),["value","variant"].some(r=>t.has(r))&&this.resolveIcon()}resolveIcon(){var t,r;let n=this.value||this.getTextContent();switch(this.variant){case De.file_format:this.resolvedIcon=(t=f[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case De.material:this.resolvedIcon=this.value||Bt.nothing;break;default:this.resolvedIcon=(r=ct[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};ee.elementDefinitions={};ee.styles=Mi;Ht([(0,ke.property)()],ee.prototype,"variant",void 0);Ht([(0,ke.property)()],ee.prototype,"value",void 0);Ht([(0,ke.property)({reflect:!0,attribute:"aria-hidden"})],ee.prototype,"ariaHidden",void 0);Ht([(0,ke.state)()],ee.prototype,"resolvedIcon",void 0);Ht([(0,ke.query)("slot")],ee.prototype,"slottedContent",void 0);var Fi=h(w());var Hi={"ft-icon":ee};(0,Fi.customElements)(Hi);var Ln=globalThis,Vi=e=>e,gr=Ln.trustedTypes,ji=gr?gr.createPolicy("lit-html",{createHTML:e=>e}):void 0,Yi="$lit$",Me=`lit$${Math.random().toFixed(9).slice(2)}$`,Xi="?"+Me,Gl=`<${Xi}>`,Ke=document,xr=()=>Ke.createComment(""),Vt=e=>e===null||typeof e!="object"&&typeof e!="function",Nn=Array.isArray,ql=e=>Nn(e)||typeof e?.[Symbol.iterator]=="function",_n=`[
55
+ \f\r]`,Ft=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,zi=/-->/g,Wi=/>/g,ze=RegExp(`>|${_n}(?:([^\\s"'>=/]+)(${_n}*=${_n}*(?:[^
56
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Ki=/'/g,Gi=/"/g,Zi=/^(?:script|style|textarea|title)$/i,Pn=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Ji=Pn(1),Qi=Pn(2),es=Pn(3),jt=Symbol.for("lit-noChange"),B=Symbol.for("lit-nothing"),qi=new WeakMap,We=Ke.createTreeWalker(Ke,129);function ts(e,t){if(!Nn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return ji!==void 0?ji.createHTML(t):t}var Yl=(e,t)=>{let r=e.length-1,n=[],i,s=t===2?"<svg>":t===3?"<math>":"",o=Ft;for(let a=0;a<r;a++){let l=e[a],c,u,d=-1,p=0;for(;p<l.length&&(o.lastIndex=p,u=o.exec(l),u!==null);)p=o.lastIndex,o===Ft?u[1]==="!--"?o=zi:u[1]!==void 0?o=Wi:u[2]!==void 0?(Zi.test(u[2])&&(i=RegExp("</"+u[2],"g")),o=ze):u[3]!==void 0&&(o=ze):o===ze?u[0]===">"?(o=i??Ft,d=-1):u[1]===void 0?d=-2:(d=o.lastIndex-u[2].length,c=u[1],o=u[3]===void 0?ze:u[3]==='"'?Gi:Ki):o===Gi||o===Ki?o=ze:o===zi||o===Wi?o=Ft:(o=ze,i=void 0);let y=o===ze&&e[a+1].startsWith("/>")?" ":"";s+=o===Ft?l+Gl:d>=0?(n.push(c),l.slice(0,d)+Yi+l.slice(d)+Me+y):l+Me+(d===-2?a:y)}return[ts(e,s+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},zt=class e{constructor({strings:t,_$litType$:r},n){let i;this.parts=[];let s=0,o=0,a=t.length-1,l=this.parts,[c,u]=Yl(t,r);if(this.el=e.createElement(c,n),We.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=We.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(Yi)){let p=u[o++],y=i.getAttribute(d).split(Me),x=/([.?@])?(.*)/.exec(p);l.push({type:1,index:s,name:x[2],strings:y,ctor:x[1]==="."?wn:x[1]==="?"?Tn:x[1]==="@"?On:dt}),i.removeAttribute(d)}else d.startsWith(Me)&&(l.push({type:6,index:s}),i.removeAttribute(d));if(Zi.test(i.tagName)){let d=i.textContent.split(Me),p=d.length-1;if(p>0){i.textContent=gr?gr.emptyScript:"";for(let y=0;y<p;y++)i.append(d[y],xr()),We.nextNode(),l.push({type:2,index:++s});i.append(d[p],xr())}}}else if(i.nodeType===8)if(i.data===Xi)l.push({type:2,index:s});else{let d=-1;for(;(d=i.data.indexOf(Me,d+1))!==-1;)l.push({type:7,index:s}),d+=Me.length-1}s++}}static createElement(t,r){let n=Ke.createElement("template");return n.innerHTML=t,n}};function ut(e,t,r=e,n){if(t===jt)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,s=Vt(t)?void 0:t._$litDirective$;return i?.constructor!==s&&(i?._$AO?.(!1),s===void 0?i=void 0:(i=new s(e),i._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(t=ut(e,i._$AS(e,t.values),i,n)),t}var Cn=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:n}=this._$AD,i=(t?.creationScope??Ke).importNode(r,!0);We.currentNode=i;let s=We.nextNode(),o=0,a=0,l=n[0];for(;l!==void 0;){if(o===l.index){let c;l.type===2?c=new vr(s,s.nextSibling,this,t):l.type===1?c=new l.ctor(s,l.name,l.strings,this,t):l.type===6&&(c=new Rn(s,this,t)),this._$AV.push(c),l=n[++a]}o!==l?.index&&(s=We.nextNode(),o++)}return We.currentNode=Ke,i}p(t){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,r),r+=n.strings.length-2):n._$AI(t[r])),r++}},vr=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=B,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,r=this._$AM;return r!==void 0&&t?.nodeType===11&&(t=r.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,r=this){t=ut(this,t,r),Vt(t)?t===B||t==null||t===""?(this._$AH!==B&&this._$AR(),this._$AH=B):t!==this._$AH&&t!==jt&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):ql(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==B&&Vt(this._$AH)?this._$AA.nextSibling.data=t:this.T(Ke.createTextNode(t)),this._$AH=t}$(t){let{values:r,_$litType$:n}=t,i=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=zt.createElement(ts(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let s=new Cn(i,this),o=s.u(this.options);s.p(r),this.T(o),this._$AH=s}}_$AC(t){let r=qi.get(t.strings);return r===void 0&&qi.set(t.strings,r=new zt(t)),r}k(t){Nn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let s of t)i===r.length?r.push(n=new e(this.O(xr()),this.O(xr()),this,this.options)):n=r[i],n._$AI(s),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t!==this._$AB;){let n=Vi(t).nextSibling;Vi(t).remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},dt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,s){this.type=1,this._$AH=B,this._$AN=void 0,this.element=t,this.name=r,this._$AM=i,this.options=s,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=B}_$AI(t,r=this,n,i){let s=this.strings,o=!1;if(s===void 0)t=ut(this,t,r,0),o=!Vt(t)||t!==this._$AH&&t!==jt,o&&(this._$AH=t);else{let a=t,l,c;for(t=s[0],l=0;l<s.length-1;l++)c=ut(this,a[n+l],r,l),c===jt&&(c=this._$AH[l]),o||=!Vt(c)||c!==this._$AH[l],c===B?t=B:t!==B&&(t+=(c??"")+s[l+1]),this._$AH[l]=c}o&&!i&&this.j(t)}j(t){t===B?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},wn=class extends dt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===B?void 0:t}},Tn=class extends dt{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==B)}},On=class extends dt{constructor(t,r,n,i,s){super(t,r,n,i,s),this.type=5}_$AI(t,r=this){if((t=ut(this,t,r,0)??B)===jt)return;let n=this._$AH,i=t===B&&n!==B||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,s=t!==B&&(n===B||i);i&&this.element.removeEventListener(this.name,this,n),s&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},Rn=class{constructor(t,r,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){ut(this,t)}};var Xl=Ln.litHtmlPolyfillSupport;Xl?.(zt,vr),(Ln.litHtmlVersions??=[]).push("3.3.3");var ns=Symbol.for(""),Zl=e=>{if(e?.r===ns)return e?._$litStatic$},Dn=e=>({_$litStatic$:e,r:ns});var rs=new Map,kn=e=>(t,...r)=>{let n=r.length,i,s,o=[],a=[],l,c=0,u=!1;for(;c<n;){for(l=t[c];c<n&&(s=r[c],(i=Zl(s))!==void 0);)l+=i+t[++c],u=!0;c!==n&&a.push(s),o.push(l),c++}if(c===n&&o.push(t[n]),u){let d=o.join("$$lit$$");(t=rs.get(d))===void 0&&(o.raw=o,rs.set(d,t=o)),r=a}return e(t,...r)},Mn=kn(Ji),ed=kn(Qi),td=kn(es);var In=h(Z()),gs=h(w());var ve;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button"})(ve||(ve={}));var oe=h(V()),m=h(w()),is=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.titleFont),Te=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.contentFont),b={fontFamily:Te,fontSize:m.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:m.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:m.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:m.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:m.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},pt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-font-family","",is),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-font-size","",b.fontSize,"20px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",b.letterSpacing,"0.15px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-line-height","",b.lineHeight,"1.2"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",b.textTransform,"inherit")},ft={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",is),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",b.letterSpacing,"0.105px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",b.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",b.textTransform,"inherit")},ht={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Te),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",b.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",b.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",b.letterSpacing,"0.144px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",b.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",b.textTransform,"inherit")},mt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Te),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",b.letterSpacing,"0.098px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",b.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",b.textTransform,"inherit")},yt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Te),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",b.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",b.letterSpacing,"0.496px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",b.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",b.textTransform,"inherit")},gt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Te),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",b.letterSpacing,"0.252px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",b.lineHeight,"1.4"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",b.textTransform,"inherit")},xt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Te),fontSize:m.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",b.fontSize,"12px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",b.letterSpacing,"0.396px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",b.lineHeight,"1.33"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",b.textTransform,"inherit")},vt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Te),fontSize:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",b.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",b.letterSpacing,"0.33px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",b.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",b.textTransform,"inherit")},bt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Te),fontSize:m.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",b.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",b.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",b.letterSpacing,"1.5px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",b.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",b.textTransform,"uppercase")},be={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Te),fontSize:m.FtCssVariableFactory.extend("--ft-typography-button-font-size","",b.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",b.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",b.letterSpacing,"1.246px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-button-line-height","",b.lineHeight,"1.15"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",b.textTransform,"uppercase")},ss=oe.css`
57
57
  .ft-typography--title {
58
- font-family: ${ut.fontFamily};
59
- font-size: ${ut.fontSize};
60
- font-weight: ${ut.fontWeight};
61
- letter-spacing: ${ut.letterSpacing};
62
- line-height: ${ut.lineHeight};
63
- text-transform: ${ut.textTransform};
64
- }
65
- `,ss=oe.css`
66
- .ft-typography--title-dense {
67
- font-family: ${dt.fontFamily};
68
- font-size: ${dt.fontSize};
69
- font-weight: ${dt.fontWeight};
70
- letter-spacing: ${dt.letterSpacing};
71
- line-height: ${dt.lineHeight};
72
- text-transform: ${dt.textTransform};
73
- }
74
- `,os=oe.css`
75
- .ft-typography--subtitle1 {
76
58
  font-family: ${pt.fontFamily};
77
59
  font-size: ${pt.fontSize};
78
60
  font-weight: ${pt.fontWeight};
@@ -80,8 +62,8 @@
80
62
  line-height: ${pt.lineHeight};
81
63
  text-transform: ${pt.textTransform};
82
64
  }
83
- `,as=oe.css`
84
- .ft-typography--subtitle2 {
65
+ `,os=oe.css`
66
+ .ft-typography--title-dense {
85
67
  font-family: ${ft.fontFamily};
86
68
  font-size: ${ft.fontSize};
87
69
  font-weight: ${ft.fontWeight};
@@ -89,9 +71,8 @@
89
71
  line-height: ${ft.lineHeight};
90
72
  text-transform: ${ft.textTransform};
91
73
  }
92
-
93
- `,ls=oe.css`
94
- .ft-typography--body1 {
74
+ `,as=oe.css`
75
+ .ft-typography--subtitle1 {
95
76
  font-family: ${ht.fontFamily};
96
77
  font-size: ${ht.fontSize};
97
78
  font-weight: ${ht.fontWeight};
@@ -99,8 +80,8 @@
99
80
  line-height: ${ht.lineHeight};
100
81
  text-transform: ${ht.textTransform};
101
82
  }
102
- `,cs=oe.css`
103
- .ft-typography--body2 {
83
+ `,ls=oe.css`
84
+ .ft-typography--subtitle2 {
104
85
  font-family: ${mt.fontFamily};
105
86
  font-size: ${mt.fontSize};
106
87
  font-weight: ${mt.fontWeight};
@@ -108,8 +89,9 @@
108
89
  line-height: ${mt.lineHeight};
109
90
  text-transform: ${mt.textTransform};
110
91
  }
111
- `,us=oe.css`
112
- .ft-typography--caption {
92
+
93
+ `,cs=oe.css`
94
+ .ft-typography--body1 {
113
95
  font-family: ${yt.fontFamily};
114
96
  font-size: ${yt.fontSize};
115
97
  font-weight: ${yt.fontWeight};
@@ -117,8 +99,8 @@
117
99
  line-height: ${yt.lineHeight};
118
100
  text-transform: ${yt.textTransform};
119
101
  }
120
- `,ds=oe.css`
121
- .ft-typography--breadcrumb {
102
+ `,us=oe.css`
103
+ .ft-typography--body2 {
122
104
  font-family: ${gt.fontFamily};
123
105
  font-size: ${gt.fontSize};
124
106
  font-weight: ${gt.fontWeight};
@@ -126,8 +108,8 @@
126
108
  line-height: ${gt.lineHeight};
127
109
  text-transform: ${gt.textTransform};
128
110
  }
129
- `,ps=oe.css`
130
- .ft-typography--overline {
111
+ `,ds=oe.css`
112
+ .ft-typography--caption {
131
113
  font-family: ${xt.fontFamily};
132
114
  font-size: ${xt.fontSize};
133
115
  font-weight: ${xt.fontWeight};
@@ -135,7 +117,25 @@
135
117
  line-height: ${xt.lineHeight};
136
118
  text-transform: ${xt.textTransform};
137
119
  }
120
+ `,ps=oe.css`
121
+ .ft-typography--breadcrumb {
122
+ font-family: ${vt.fontFamily};
123
+ font-size: ${vt.fontSize};
124
+ font-weight: ${vt.fontWeight};
125
+ letter-spacing: ${vt.letterSpacing};
126
+ line-height: ${vt.lineHeight};
127
+ text-transform: ${vt.textTransform};
128
+ }
138
129
  `,fs=oe.css`
130
+ .ft-typography--overline {
131
+ font-family: ${bt.fontFamily};
132
+ font-size: ${bt.fontSize};
133
+ font-weight: ${bt.fontWeight};
134
+ letter-spacing: ${bt.letterSpacing};
135
+ line-height: ${bt.lineHeight};
136
+ text-transform: ${bt.textTransform};
137
+ }
138
+ `,hs=oe.css`
139
139
  .ft-typography--button {
140
140
  font-family: ${be.fontFamily};
141
141
  font-size: ${be.fontSize};
@@ -144,27 +144,27 @@
144
144
  line-height: ${be.lineHeight};
145
145
  text-transform: ${be.textTransform};
146
146
  }
147
- `,hs=oe.css`
147
+ `,ms=oe.css`
148
148
  .ft-typography {
149
149
  vertical-align: inherit;
150
150
  }
151
- `;var ms=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},te=class extends ys.FtLitElement{constructor(){super(...arguments),this.variant=ve.body1}render(){return this.element?Mn`
152
- <${Pn(this.element)}
151
+ `;var ys=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},te=class extends gs.FtLitElement{constructor(){super(...arguments),this.variant=ve.body1}render(){return this.element?Mn`
152
+ <${Dn(this.element)}
153
153
  part="text"
154
154
  class="ft-typography ft-typography--${this.variant}">
155
155
  <slot></slot>
156
- </${Pn(this.element)}>
156
+ </${Dn(this.element)}>
157
157
  `:Mn`
158
158
  <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
159
- `}};te.styles=[is,ss,os,as,ls,cs,us,ds,ps,fs,hs];ms([(0,kn.property)()],te.prototype,"element",void 0);ms([(0,kn.property)()],te.prototype,"variant",void 0);var xs=h(w());var gs={"ft-typography":te};(0,xs.customElements)(gs);var ni=h(Z());var vs=h(Z(),1);var In=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function bs(e,t){return(0,vs.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return Ft(e);try{return JSON.parse(r)}catch{return Ft(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:jt,...t??{}})}function Zl(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;let r,n;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(n=r;n--!==0;)if(!vt(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(!vt(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();let i=o=>Object.keys(o).filter(a=>o[a]!=null),s=i(e);if(r=s.length,r!==i(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,s[n]))return!1;for(n=r;n--!==0;){let o=s[n];if(!vt(e[o],t[o]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function vt(e,t){try{return Zl(e,t)}catch{return!1}}function jt(e,t){return!vt(e,t)}function Ft(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function xr(e,t){let r=n=>n[e]===!0;return n=>{if(r(n))return n;let i=t(n);return i[e]=!0,i}}var Es=h(Z(),1);var Un=e=>{let t=e??{};return(r,n)=>{var i;let s={hasChanged:jt,attribute:!1,...t};(0,Es.property)(s)(r,n);let o=r.constructor;o.reduxProperties=new Map(o.reduxProperties),o.reduxProperties.set(n,{selector:(i=t.selector)!==null&&i!==void 0?i:(a=>a[n]),store:t.store})}};var vr=class{constructor(){this.queue=[]}add(t,r=!1){r&&this.clear(t.type),this.queue.push(t)}consume(t){let r=this.queue.find(n=>n.type===t);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}clear(t){typeof t=="string"?this.queue=this.queue.filter(r=>r.type!==t):this.queue=this.queue.filter(r=>!t.test(r.type))}};var Ge=h(Z(),1);var br=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let i=(t=this.rejectPromise)!==null&&t!==void 0?t:(()=>null),s=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let o of n)try{await o()}catch(a){i(a);return}s(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var Ss=h(F(),1);var Er=globalThis,Jl=Er.ShadowRoot&&(Er.ShadyCSS===void 0||Er.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var As=(e,t)=>{if(Jl)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=Er.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var Ar=class extends Ss.LitElement{get scopedRegistryConstructor(){return this.constructor}createRenderRoot(){let t=this.scopedRegistryConstructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,t.defineScopedElements(t.elementDefinitions));let r={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return As(n,t.elementStyles),n}static canDefineScopedElement(t){return!!this.registry&&!this.registry.get(t)}static defineScopedElements(t){Object.entries(t).forEach(([r,n])=>this.defineScopedElement(r,n))}static defineScopedElement(t,r){In(t)(r),this.canDefineScopedElement(t)&&this.registry.define(t,r)}canDefineScopedElement(t){return this.scopedRegistryConstructor.canDefineScopedElement(t)}defineScopedElements(t){this.scopedRegistryConstructor.defineScopedElements(t)}defineScopedElement(t,r){this.scopedRegistryConstructor.defineScopedElement(t,r)}};function _s(e,t,...r){var n;let i=e.querySelector(t);for(let s of r)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(s);return i}var Et=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},Os,Cs=Symbol("constructorPrototype"),ws=Symbol("constructorName"),Rs=Symbol("exportpartsDebouncer"),Ts=Symbol("dynamicDependenciesLoaded"),bt=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};bt.eventName="exportparts-updated";var Ee=class extends Ar{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Os]=new br(5),this.scheduleExportpartsUpdate=()=>{var t,r,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[Rs].run(()=>{var i,s;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((s=this.exportpartsPrefixes)===null||s===void 0?void 0:s.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[ws]=this.constructor.name,this[Cs]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ws]&&Object.setPrototypeOf(this,this[Cs])}connectedCallback(){var t;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(n){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",n)}let r=this.constructor;r[Ts]||(r[Ts]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(bt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(bt.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.focusElementToFocus(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate(),t.has("exportparts")&&this.dispatchEvent(new bt)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let s=[...i??[],n];r=_s(this.shadowRoot,...s)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,n,i;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(s=>s.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(s){console.error(s,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let s=document.createElement("style");s.classList.add("ft-lit-element--custom-stylesheet"),s.innerHTML=this.customStylesheet,this.shadowRoot.append(s)}}setExportpartsAttribute(t){var r,n,i,s,o,a;let l=p=>p!=null&&p.trim().length>0,c=t.filter(l).map(p=>p.trim());if(c.length===0){this.exportparts=void 0;return}let u=new Set;for(let p of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let y=(s=(i=p.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&s!==void 0?s:[],x=(a=(o=p.getAttribute("exportparts"))===null||o===void 0?void 0:o.split(",").map(g=>g.split(":")[1]))!==null&&a!==void 0?a:[],E=[...y,...x].filter(l).map(g=>g.trim());for(let g of E)u.add(g)}if(u.size===0){this.exportparts=void 0;return}let d=[...u.values()].flatMap(p=>c.map(y=>`${p}:${y}--${p}`));this.exportparts=[...this.part,...d].join(", ")}};Os=Rs;Et([(0,Ge.property)()],Ee.prototype,"exportpartsPrefix",void 0);Et([bs([])],Ee.prototype,"exportpartsPrefixes",void 0);Et([(0,Ge.property)({reflect:!0})],Ee.prototype,"exportparts",void 0);Et([(0,Ge.property)()],Ee.prototype,"customStylesheet",void 0);Et([(0,Ge.property)()],Ee.prototype,"elementToFocus",void 0);Et([(0,Ge.state)()],Ee.prototype,"useAdoptedStyleSheets",void 0);function Sr(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var zt=Symbol("internalReduxEventsUnsubscribers"),Ie=Symbol("internalStoresUnsubscribers"),qe=Symbol("internalStores"),Ql=xr(Symbol("withRedux"),function(e){var t,r,n;class i extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(o){super.willUpdate(o),[...this.reduxConstructor.reduxReactiveProperties].some(a=>o.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[qe].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[qe].values()][0]}getStore(o){return o==null?this.getUnnamedStore():this[qe].get(o)}addStore(o,a){var l;a=(l=a??o.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[qe].set(a,o),this.subscribeToStore(a,o),this.updateFromStores()}removeStore(o){let a=typeof o=="string"?o:o.name;this.unsubscribeFromStore(a),this[qe].delete(a)}setupStores(){this.unsubscribeFromStores(),this[qe].forEach((o,a)=>this.subscribeToStore(a,o)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((o,a)=>{let l=this.constructor.getPropertyOptions(a);if(!l?.attribute||!this.hasAttribute(typeof l?.attribute=="string"?l.attribute:a)){let c=this.getStore(o.store);c&&(o.store?this[Ie].has(o.store):this[Ie].size>0)&&(this[a]=o.selector(c.getState(),this))}})}subscribeToStore(o,a){var l;this[Ie].set(o,a.subscribe(()=>this.updateFromStores())),this[zt].set(o,[]),Sr(a)&&a.eventBus&&((l=this.reduxConstructor.reduxEventListeners)===null||l===void 0||l.forEach((c,u)=>{if(typeof this[u]=="function"&&(!c.store||a.name===c.store)){let d=p=>this[u](p);a.addEventListener(c.eventName,d),this[zt].get(o).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(o)}unsubscribeFromStores(){this[Ie].forEach((o,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(o){var a;this[Ie].has(o)&&this[Ie].get(o)(),this[Ie].delete(o),(a=this[zt].get(o))===null||a===void 0||a.forEach(l=>l()),this[zt].delete(o)}onStoreAvailable(o){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=Ie,r=qe,n=zt,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),Ls=class extends Ql(Ee){};function K(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 ec=typeof Symbol=="function"&&Symbol.observable||"@@observable",Ns=ec,$n=()=>Math.random().toString(36).substring(7).split("").join("."),tc={INIT:`@@redux/INIT${$n()}`,REPLACE:`@@redux/REPLACE${$n()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${$n()}`},_r=tc;function Cr(e){if(typeof e!="object"||e===null)return!1;let t=e;for(;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||Object.getPrototypeOf(e)===null}function Bn(e,t,r){if(typeof e!="function")throw new Error(K(2));if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(K(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(K(1));return r(Bn)(e,t)}let n=e,i=t,s=new Map,o=s,a=0,l=!1;function c(){o===s&&(o=new Map,s.forEach((g,A)=>{o.set(A,g)}))}function u(){if(l)throw new Error(K(3));return i}function d(g){if(typeof g!="function")throw new Error(K(4));if(l)throw new Error(K(5));let A=!0;c();let L=a++;return o.set(L,g),function(){if(A){if(l)throw new Error(K(6));A=!1,c(),o.delete(L),s=null}}}function p(g){if(!Cr(g))throw new Error(K(7));if(typeof g.type>"u")throw new Error(K(8));if(typeof g.type!="string")throw new Error(K(17));if(l)throw new Error(K(9));try{l=!0,i=n(i,g)}finally{l=!1}return(s=o).forEach(L=>{L()}),g}function y(g){if(typeof g!="function")throw new Error(K(10));n=g,p({type:_r.REPLACE})}function x(){let g=d;return{subscribe(A){if(typeof A!="object"||A===null)throw new Error(K(11));function L(){let _=A;_.next&&_.next(u())}return L(),{unsubscribe:g(L)}},[Ns](){return this}}}return p({type:_r.INIT}),{dispatch:p,subscribe:d,getState:u,replaceReducer:y,[Ns]:x}}function rc(e){Object.keys(e).forEach(t=>{let r=e[t];if(typeof r(void 0,{type:_r.INIT})>"u")throw new Error(K(12));if(typeof r(void 0,{type:_r.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(K(13))})}function Ps(e){let t=Object.keys(e),r={};for(let o=0;o<t.length;o++){let a=t[o];typeof e[a]=="function"&&(r[a]=e[a])}let n=Object.keys(r),i,s;try{rc(r)}catch(o){s=o}return function(a={},l){if(s)throw s;let c=!1,u={};for(let d=0;d<n.length;d++){let p=n[d],y=r[p],x=a[p],E=y(x,l);if(typeof E>"u"){let g=l&&l.type;throw new Error(K(14))}u[p]=E,c=c||E!==x}return c=c||n.length!==Object.keys(a).length,c?u:a}}function Wt(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,r)=>(...n)=>t(r(...n)))}function Ds(...e){return t=>(r,n)=>{let i=t(r,n),s=()=>{throw new Error(K(15))},o={getState:i.getState,dispatch:(l,...c)=>s(l,...c)},a=e.map(l=>l(o));return s=Wt(...a)(i.dispatch),{...i,dispatch:s}}}function Ms(e){return Cr(e)&&"type"in e&&typeof e.type=="string"}var js=Symbol.for("immer-nothing"),ks=Symbol.for("immer-draftable"),q=Symbol.for("immer-state");function he(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var re=Object,St=re.getPrototypeOf,Rr="constructor",kr="prototype",jn="configurable",Lr="enumerable",Tr="writable",Kt="value",Ae=e=>!!e&&!!e[q];function ne(e){return e?zs(e)||Ur(e)||!!e[ks]||!!e[Rr]?.[ks]||$r(e)||Br(e):!1}var nc=re[kr][Rr].toString(),Is=new WeakMap;function zs(e){if(!e||!Zn(e))return!1;let t=St(e);if(t===null||t===re[kr])return!0;let r=re.hasOwnProperty.call(t,Rr)&&t[Rr];if(r===Object)return!0;if(!At(r))return!1;let n=Is.get(r);return n===void 0&&(n=Function.toString.call(r),Is.set(r,n)),n===nc}function Ir(e,t,r=!0){Yt(e)===0?(r?Reflect.ownKeys(e):re.keys(e)).forEach(i=>{t(i,e[i],e)}):e.forEach((n,i)=>t(i,n,e))}function Yt(e){let t=e[q];return t?t.type_:Ur(e)?1:$r(e)?2:Br(e)?3:0}var Hn=(e,t,r=Yt(e))=>r===2?e.has(t):re[kr].hasOwnProperty.call(e,t),zn=(e,t,r=Yt(e))=>r===2?e.get(t):e[t],Nr=(e,t,r,n=Yt(e))=>{n===2?e.set(t,r):n===3?e.add(r):e[t]=r};function ic(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}var Ur=Array.isArray,$r=e=>e instanceof Map,Br=e=>e instanceof Set,Zn=e=>typeof e=="object",At=e=>typeof e=="function",Vn=e=>typeof e=="boolean";function sc(e){let t=+e;return Number.isInteger(t)&&String(t)===e}var Oe=e=>e.copy_||e.base_;var Jn=e=>e.modified_?e.copy_:e.base_;function Wn(e,t){if($r(e))return new Map(e);if(Br(e))return new Set(e);if(Ur(e))return Array[kr].slice.call(e);let r=zs(e);if(t===!0||t==="class_only"&&!r){let n=re.getOwnPropertyDescriptors(e);delete n[q];let i=Reflect.ownKeys(n);for(let s=0;s<i.length;s++){let o=i[s],a=n[o];a[Tr]===!1&&(a[Tr]=!0,a[jn]=!0),(a.get||a.set)&&(n[o]={[jn]:!0,[Tr]:!0,[Lr]:a[Lr],[Kt]:e[o]})}return re.create(St(e),n)}else{let n=St(e);if(n!==null&&r)return{...e};let i=re.create(n);return re.assign(i,e)}}function Qn(e,t=!1){return Hr(e)||Ae(e)||!ne(e)||(Yt(e)>1&&re.defineProperties(e,{set:wr,add:wr,clear:wr,delete:wr}),re.freeze(e),t&&Ir(e,(r,n)=>{Qn(n,!0)},!1)),e}function oc(){he(2)}var wr={[Kt]:oc};function Hr(e){return e===null||!Zn(e)?!0:re.isFrozen(e)}var Pr="MapSet",Kn="Patches",Us="ArrayMethods",Ws={};function Ye(e){let t=Ws[e];return t||he(0,e),t}var $s=e=>!!Ws[e];var Gt,Ks=()=>Gt,ac=(e,t)=>({drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0,handledSet_:new Set,processedForPatches_:new Set,mapSetPlugin_:$s(Pr)?Ye(Pr):void 0,arrayMethodsPlugin_:$s(Us)?Ye(Us):void 0});function Bs(e,t){t&&(e.patchPlugin_=Ye(Kn),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function Gn(e){qn(e),e.drafts_.forEach(lc),e.drafts_=null}function qn(e){e===Gt&&(Gt=e.parent_)}var Hs=e=>Gt=ac(Gt,e);function lc(e){let t=e[q];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Vs(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];if(e!==void 0&&e!==r){r[q].modified_&&(Gn(t),he(4)),ne(e)&&(e=Fs(t,e));let{patchPlugin_:i}=t;i&&i.generateReplacementPatches_(r[q].base_,e,t)}else e=Fs(t,r);return cc(t,e,!0),Gn(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==js?e:void 0}function Fs(e,t){if(Hr(t))return t;let r=t[q];if(!r)return Dr(t,e.handledSet_,e);if(!Vr(r,e))return t;if(!r.modified_)return r.base_;if(!r.finalized_){let{callbacks_:n}=r;if(n)for(;n.length>0;)n.pop()(e);Ys(r,e)}return r.copy_}function cc(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Qn(t,r)}function Gs(e){e.finalized_=!0,e.scope_.unfinalizedDrafts_--}var Vr=(e,t)=>e.scope_===t,uc=[];function qs(e,t,r,n){let i=Oe(e),s=e.type_;if(n!==void 0&&zn(i,n,s)===t){Nr(i,n,r,s);return}if(!e.draftLocations_){let a=e.draftLocations_=new Map;Ir(i,(l,c)=>{if(Ae(c)){let u=a.get(c)||[];u.push(l),a.set(c,u)}})}let o=e.draftLocations_.get(t)??uc;for(let a of o)Nr(i,a,r,s)}function dc(e,t,r){e.callbacks_.push(function(i){let s=t;if(!s||!Vr(s,i))return;i.mapSetPlugin_?.fixSetContents(s);let o=Jn(s);qs(e,s.draft_??s,o,r),Ys(s,i)})}function Ys(e,t){if(e.modified_&&!e.finalized_&&(e.type_===3||e.type_===1&&e.allIndicesReassigned_||(e.assigned_?.size??0)>0)){let{patchPlugin_:n}=t;if(n){let i=n.getPath(e);i&&n.generatePatches_(e,i,t)}Gs(e)}}function pc(e,t,r){let{scope_:n}=e;if(Ae(r)){let i=r[q];Vr(i,n)&&i.callbacks_.push(function(){Or(e);let o=Jn(i);qs(e,r,o,t)})}else ne(r)&&e.callbacks_.push(function(){let s=Oe(e);e.type_===3?s.has(r)&&Dr(r,n.handledSet_,n):zn(s,t,e.type_)===r&&n.drafts_.length>1&&(e.assigned_.get(t)??!1)===!0&&e.copy_&&Dr(zn(e.copy_,t,e.type_),n.handledSet_,n)})}function Dr(e,t,r){return!r.immer_.autoFreeze_&&r.unfinalizedDrafts_<1||Ae(e)||t.has(e)||!ne(e)||Hr(e)||(t.add(e),Ir(e,(n,i)=>{if(Ae(i)){let s=i[q];if(Vr(s,r)){let o=Jn(s);Nr(e,n,o,e.type_),Gs(s)}}else ne(i)&&Dr(i,t,r)})),e}function fc(e,t){let r=Ur(e),n={type_:r?1:0,scope_:t?t.scope_:Ks(),modified_:!1,finalized_:!1,assigned_:void 0,parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1,callbacks_:void 0},i=n,s=Mr;r&&(i=[n],s=qt);let{revoke:o,proxy:a}=Proxy.revocable(i,s);return n.draft_=a,n.revoke_=o,[a,n]}var Mr={get(e,t){if(t===q)return e;let r=e.scope_.arrayMethodsPlugin_,n=e.type_===1&&typeof t=="string";if(n&&r?.isArrayOperationMethod(t))return r.createMethodInterceptor(e,t);let i=Oe(e);if(!Hn(i,t,e.type_))return mc(e,i,t);let s=i[t];if(e.finalized_||!ne(s)||n&&e.operationMethod&&r?.isMutatingArrayMethod(e.operationMethod)&&sc(t))return s;if(s===Fn(e.base_,t)||hc(e,t,s)){Or(e);let o=e.type_===1?+t:t,a=Xn(e.scope_,s,e,o);return e.copy_[o]=a}return s},has(e,t){return t in Oe(e)},ownKeys(e){return Reflect.ownKeys(Oe(e))},set(e,t,r){let n=Xs(Oe(e),t);if(n?.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){let i=Fn(Oe(e),t),s=i?.[q];if(s&&s.base_===r)return e.copy_[t]=r,e.assigned_.set(t,!1),!0;if(ic(r,i)&&(r!==void 0||Hn(e.base_,t,e.type_)))return!0;Or(e),Yn(e)}return e.copy_[t]===r&&(r!==void 0||Hn(e.copy_,t,e.type_))||Number.isNaN(r)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=r,e.assigned_.set(t,!0),pc(e,t,r)),!0},deleteProperty(e,t){return Or(e),Fn(e.base_,t)!==void 0||t in e.base_?(e.assigned_.set(t,!1),Yn(e)):e.assigned_.delete(t),e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){let r=Oe(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{[Tr]:!0,[jn]:e.type_!==1||t!=="length",[Lr]:n[Lr],[Kt]:r[t]}},defineProperty(){he(11)},getPrototypeOf(e){return St(e.base_)},setPrototypeOf(){he(12)}},qt={};for(let e in Mr){let t=Mr[e];qt[e]=function(){let r=arguments;return r[0]=r[0][0],t.apply(this,r)}}qt.deleteProperty=function(e,t){return qt.set.call(this,e,t,void 0)};qt.set=function(e,t,r){return Mr.set.call(this,e[0],t,r,e[0])};function Fn(e,t){let r=e[q];return(r?Oe(r):e)[t]}function hc(e,t,r){return e.type_!==1||!e.allIndicesReassigned_||e.assigned_?.get(t)||!ne(r)||r[q]?!1:e.baseRefs_.has(r)}function mc(e,t,r){let n=Xs(t,r);return n?Kt in n?n[Kt]:n.get?.call(e.draft_):void 0}function Xs(e,t){if(!(t in e))return;let r=St(e);for(;r;){let n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=St(r)}}function Yn(e){e.modified_||(e.modified_=!0,e.parent_&&Yn(e.parent_))}function Or(e){e.copy_||(e.assigned_=new Map,e.copy_=Wn(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var yc=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!1,this.produce=(t,r,n)=>{if(At(t)&&!At(r)){let s=r;r=t;let o=this;return function(l=s,...c){return o.produce(l,u=>r.call(this,u,...c))}}At(r)||he(6),n!==void 0&&!At(n)&&he(7);let i;if(ne(t)){let s=Hs(this),o=Xn(s,t,void 0),a=!0;try{i=r(o),a=!1}finally{a?Gn(s):qn(s)}return Bs(s,n),Vs(i,s)}else if(!t||!Zn(t)){if(i=r(t),i===void 0&&(i=t),i===js&&(i=void 0),this.autoFreeze_&&Qn(i,!0),n){let s=[],o=[];Ye(Kn).generateReplacementPatches_(t,i,{patches_:s,inversePatches_:o}),n(s,o)}return i}else he(1,t)},this.produceWithPatches=(t,r)=>{if(At(t))return(o,...a)=>this.produceWithPatches(o,l=>t(l,...a));let n,i;return[this.produce(t,r,(o,a)=>{n=o,i=a}),n,i]},Vn(e?.autoFreeze)&&this.setAutoFreeze(e.autoFreeze),Vn(e?.useStrictShallowCopy)&&this.setUseStrictShallowCopy(e.useStrictShallowCopy),Vn(e?.useStrictIteration)&&this.setUseStrictIteration(e.useStrictIteration)}createDraft(e){ne(e)||he(8),Ae(e)&&(e=Zs(e));let t=Hs(this),r=Xn(t,e,void 0);return r[q].isManual_=!0,qn(t),r}finishDraft(e,t){let r=e&&e[q];(!r||!r.isManual_)&&he(9);let{scope_:n}=r;return Bs(n,t),Vs(void 0,n)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}setUseStrictIteration(e){this.useStrictIteration_=e}shouldUseStrictIteration(){return this.useStrictIteration_}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){let i=t[r];if(i.path.length===0&&i.op==="replace"){e=i.value;break}}r>-1&&(t=t.slice(r+1));let n=Ye(Kn).applyPatches_;return Ae(e)?n(e,t):this.produce(e,i=>n(i,t))}};function Xn(e,t,r,n){let[i,s]=$r(t)?Ye(Pr).proxyMap_(t,r):Br(t)?Ye(Pr).proxySet_(t,r):fc(t,r);return(r?.scope_??Ks()).drafts_.push(i),s.callbacks_=r?.callbacks_??[],s.key_=n,r&&n!==void 0?dc(r,s,n):s.callbacks_.push(function(l){l.mapSetPlugin_?.fixSetContents(s);let{patchPlugin_:c}=l;s.modified_&&c&&c.generatePatches_(s,[],l)}),i}function Zs(e){return Ae(e)||he(10,e),Js(e)}function Js(e){if(!ne(e)||Hr(e))return e;let t=e[q],r,n=!0;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=Wn(e,t.scope_.immer_.useStrictShallowCopy_),n=t.scope_.immer_.shouldUseStrictIteration()}else r=Wn(e,!0);return Ir(r,(i,s)=>{Nr(r,i,Js(s))},n),t&&(t.finalized_=!1),r}var gc=globalThis.Iterator,jd=typeof gc?.from=="function";var xc=new yc,ei=xc.produce;function Qs(e){return({dispatch:r,getState:n})=>i=>s=>typeof s=="function"?s(r,n,e):i(s)}var eo=Qs(),to=Qs;var vc=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Wt:Wt.apply(null,arguments)},Xd=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}},bc=e=>e&&typeof e.match=="function";function Ue(e,t){function r(...n){if(t){let i=t(...n);if(!i)throw new Error(Re(0));return{type:e,payload:i.payload,..."meta"in i&&{meta:i.meta},..."error"in i&&{error:i.error}}}return{type:e,payload:n[0]}}return r.toString=()=>`${e}`,r.type=e,r.match=n=>Ms(n)&&n.type===e,r}var oo=class Xt extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,Xt.prototype)}static get[Symbol.species](){return Xt}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new Xt(...t[0].concat(this)):new Xt(...t.concat(this))}};function ro(e){return ne(e)?ei(e,()=>{}):e}function Fr(e,t,r){return e.has(t)?e.get(t):e.set(t,r(t)).get(t)}function Ec(e){return typeof e=="boolean"}var Ac=()=>function(t){let{thunk:r=!0,immutableCheck:n=!0,serializableCheck:i=!0,actionCreatorCheck:s=!0}=t??{},o=new oo;return r&&(Ec(r)?o.push(eo):o.push(to(r.extraArgument))),o},Sc="RTK_autoBatch";var no=e=>t=>{setTimeout(t,e)},_c=(e,t)=>r=>{let n=!1,i=()=>{n||(n=!0,cancelAnimationFrame(s),clearTimeout(o),r())},s=e(i),o=setTimeout(i,t)},Cc=(e={type:"raf"})=>t=>(...r)=>{let n=t(...r),i=!0,s=!1,o=!1,a=new Set,l=e.type==="tick"?queueMicrotask:e.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?_c(window.requestAnimationFrame,100):no(10):e.type==="callback"?e.queueNotification:no(e.timeout),c=()=>{o=!1,s&&(s=!1,a.forEach(u=>u()))};return Object.assign({},n,{subscribe(u){let d=()=>i&&u(),p=n.subscribe(d);return a.add(u),()=>{p(),a.delete(u)}},dispatch(u){try{return i=!u?.meta?.[Sc],s=!i,s&&(o||(o=!0,l(c))),n.dispatch(u)}finally{i=!0}}})},wc=e=>function(r){let{autoBatch:n=!0}=r??{},i=new oo(e);return n&&i.push(Cc(typeof n=="object"?n:void 0)),i};function ao(e){let t=Ac(),{reducer:r=void 0,middleware:n,devTools:i=!0,duplicateMiddlewareCheck:s=!0,preloadedState:o=void 0,enhancers:a=void 0}=e||{},l;if(typeof r=="function")l=r;else if(Cr(r))l=Ps(r);else throw new Error(Re(1));let c;typeof n=="function"?c=n(t):c=t();let u=Wt;i&&(u=vc({trace:!1,...typeof i=="object"&&i}));let d=Ds(...c),p=wc(d),y=typeof a=="function"?a(p):p(),x=u(...y);return Bn(l,o,x)}function lo(e){let t={},r=[],n,i={addCase(s,o){let a=typeof s=="string"?s:s.type;if(!a)throw new Error(Re(28));if(a in t)throw new Error(Re(29));return t[a]=o,i},addAsyncThunk(s,o){return o.pending&&(t[s.pending.type]=o.pending),o.rejected&&(t[s.rejected.type]=o.rejected),o.fulfilled&&(t[s.fulfilled.type]=o.fulfilled),o.settled&&r.push({matcher:s.settled,reducer:o.settled}),i},addMatcher(s,o){return r.push({matcher:s,reducer:o}),i},addDefaultCase(s){return n=s,i}};return e(i),[t,r,n]}function Tc(e){return typeof e=="function"}function Oc(e,t){let[r,n,i]=lo(t),s;if(Tc(e))s=()=>ro(e());else{let a=ro(e);s=()=>a}function o(a=s(),l){let c=[r[l.type],...n.filter(({matcher:u})=>u(l)).map(({reducer:u})=>u)];return c.filter(u=>!!u).length===0&&(c=[i]),c.reduce((u,d)=>{if(d)if(Ae(u)){let y=d(u,l);return y===void 0?u:y}else{if(ne(u))return ei(u,p=>d(p,l));{let p=d(u,l);if(p===void 0){if(u===null)return u;throw Error("A case reducer on a non-draftable value must not return undefined")}return p}}return u},a)}return o.getInitialState=s,o}var Rc=(e,t)=>bc(e)?e.match(t):e(t);function Lc(...e){return t=>e.some(r=>Rc(r,t))}var Nc="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Pc=(e=21)=>{let t="",r=e;for(;r--;)t+=Nc[Math.random()*64|0];return t},Dc=["name","message","stack","code"],ti=class{constructor(e,t){this.payload=e,this.meta=t}payload;meta;_type},io=class{constructor(e,t){this.payload=e,this.meta=t}payload;meta;_type},Mc=e=>{if(typeof e=="object"&&e!==null){let t={};for(let r of Dc)typeof e[r]=="string"&&(t[r]=e[r]);return t}return{message:String(e)}},so="External signal was aborted",kc=(()=>{function e(t,r,n){let i=Ue(t+"/fulfilled",(l,c,u,d)=>({payload:l,meta:{...d||{},arg:u,requestId:c,requestStatus:"fulfilled"}})),s=Ue(t+"/pending",(l,c,u)=>({payload:void 0,meta:{...u||{},arg:c,requestId:l,requestStatus:"pending"}})),o=Ue(t+"/rejected",(l,c,u,d,p)=>({payload:d,error:(n&&n.serializeError||Mc)(l||"Rejected"),meta:{...p||{},arg:u,requestId:c,rejectedWithValue:!!d,requestStatus:"rejected",aborted:l?.name==="AbortError",condition:l?.name==="ConditionError"}}));function a(l,{signal:c}={}){return(u,d,p)=>{let y=n?.idGenerator?n.idGenerator(l):Pc(),x=new AbortController,E,g;function A(v){g=v,x.abort()}c&&(c.aborted?A(so):c.addEventListener("abort",()=>A(so),{once:!0}));let L=(async function(){let v;try{let T=n?.condition?.(l,{getState:d,extra:p});if(Uc(T)&&(T=await T),T===!1||x.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};let U=new Promise((P,$)=>{E=()=>{$({name:"AbortError",message:g||"Aborted"})},x.signal.addEventListener("abort",E,{once:!0})});u(s(y,l,n?.getPendingMeta?.({requestId:y,arg:l},{getState:d,extra:p}))),v=await Promise.race([U,Promise.resolve(r(l,{dispatch:u,getState:d,extra:p,requestId:y,signal:x.signal,abort:A,rejectWithValue:((P,$)=>new ti(P,$)),fulfillWithValue:((P,$)=>new io(P,$))})).then(P=>{if(P instanceof ti)throw P;return P instanceof io?i(P.payload,y,l,P.meta):i(P,y,l)})])}catch(T){v=T instanceof ti?o(null,y,l,T.payload,T.meta):o(T,y,l)}finally{E&&x.signal.removeEventListener("abort",E)}return n&&!n.dispatchConditionRejection&&o.match(v)&&v.meta.condition||u(v),v})();return Object.assign(L,{abort:A,requestId:y,arg:l,unwrap(){return L.then(Ic)}})}}return Object.assign(a,{pending:s,rejected:o,fulfilled:i,settled:Lc(o,i),typePrefix:t})}return e.withTypes=()=>e,e})();function Ic(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function Uc(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var co=Symbol.for("rtk-slice-createasyncthunk"),Jd={[co]:kc};function $c(e,t){return`${e}/${t}`}function Bc({creators:e}={}){let t=e?.asyncThunk?.[co];return function(n){let{name:i,reducerPath:s=i}=n;if(!i)throw new Error(Re(11));typeof process<"u";let o=(typeof n.reducers=="function"?n.reducers(Vc()):n.reducers)||{},a=Object.keys(o),l={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},c={addCase(v,_){let T=typeof v=="string"?v:v.type;if(!T)throw new Error(Re(12));if(T in l.sliceCaseReducersByType)throw new Error(Re(13));return l.sliceCaseReducersByType[T]=_,c},addMatcher(v,_){return l.sliceMatchers.push({matcher:v,reducer:_}),c},exposeAction(v,_){return l.actionCreators[v]=_,c},exposeCaseReducer(v,_){return l.sliceCaseReducersByName[v]=_,c}};a.forEach(v=>{let _=o[v],T={reducerName:v,type:$c(i,v),createNotation:typeof n.reducers=="function"};jc(_)?Wc(T,_,c,t):Fc(T,_,c)});function u(){let[v={},_=[],T=void 0]=typeof n.extraReducers=="function"?lo(n.extraReducers):[n.extraReducers],U={...v,...l.sliceCaseReducersByType};return Oc(n.initialState,P=>{for(let $ in U)P.addCase($,U[$]);for(let $ of l.sliceMatchers)P.addMatcher($.matcher,$.reducer);for(let $ of _)P.addMatcher($.matcher,$.reducer);T&&P.addDefaultCase(T)})}let d=v=>v,p=new Map,y=new WeakMap,x;function E(v,_){return x||(x=u()),x(v,_)}function g(){return x||(x=u()),x.getInitialState()}function A(v,_=!1){function T(P){let $=P[v];return typeof $>"u"&&_&&($=Fr(y,T,g)),$}function U(P=d){let $=Fr(p,_,()=>new WeakMap);return Fr($,P,()=>{let Mt={};for(let[se,je]of Object.entries(n.selectors??{}))Mt[se]=Hc(je,P,()=>Fr(y,P,g),_);return Mt})}return{reducerPath:v,getSelectors:U,get selectors(){return U(T)},selectSlice:T}}let L={name:i,reducer:E,actions:l.actionCreators,caseReducers:l.sliceCaseReducersByName,getInitialState:g,...A(s),injectInto(v,{reducerPath:_,...T}={}){let U=_??s;return v.inject({reducerPath:U,reducer:E},T),{...L,...A(U,!0)}}};return L}}function Hc(e,t,r,n){function i(s,...o){let a=t(s);return typeof a>"u"&&n&&(a=r()),e(a,...o)}return i.unwrapped=e,i}var uo=Bc();function Vc(){function e(t,r){return{_reducerDefinitionType:"asyncThunk",payloadCreator:t,...r}}return e.withTypes=()=>e,{reducer(t){return Object.assign({[t.name](...r){return t(...r)}}[t.name],{_reducerDefinitionType:"reducer"})},preparedReducer(t,r){return{_reducerDefinitionType:"reducerWithPrepare",prepare:t,reducer:r}},asyncThunk:e}}function Fc({type:e,reducerName:t,createNotation:r},n,i){let s,o;if("reducer"in n){if(r&&!zc(n))throw new Error(Re(17));s=n.reducer,o=n.prepare}else s=n;i.addCase(e,s).exposeCaseReducer(t,s).exposeAction(t,o?Ue(e,o):Ue(e))}function jc(e){return e._reducerDefinitionType==="asyncThunk"}function zc(e){return e._reducerDefinitionType==="reducerWithPrepare"}function Wc({type:e,reducerName:t},r,n,i){if(!i)throw new Error(Re(18));let{payloadCreator:s,fulfilled:o,pending:a,rejected:l,settled:c,options:u}=r,d=i(e,s,u);n.exposeAction(t,d),o&&n.addCase(d.fulfilled,o),a&&n.addCase(d.pending,a),l&&n.addCase(d.rejected,l),c&&n.addMatcher(d.settled,c),n.exposeCaseReducer(t,{fulfilled:o||jr,pending:a||jr,rejected:l||jr,settled:c||jr})}function jr(){}var po="listener",fo="completed",ho="cancelled",Qd=`task-${ho}`,ep=`task-${fo}`,tp=`${po}-${ho}`,rp=`${po}-${fo}`;var{assign:mo}=Object;var ri="listenerMiddleware";var Kc=mo(Ue(`${ri}/add`),{withTypes:()=>Kc}),np=Ue(`${ri}/removeAll`),Gc=mo(Ue(`${ri}/remove`),{withTypes:()=>Gc});function Re(e){return`Minified Redux Toolkit error #${e}; visit https://redux-toolkit.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var qc=xr(Symbol("withEventBus"),function(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,n,i){this.eventBus.addEventListener(r,n,i)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,i){this.eventBus.removeEventListener(r,n,i)}}}),zr=class extends qc(Object){};window.ftReduxStores||(window.ftReduxStores={});var yo=class e extends zr{static get(t){var r;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,s=window.ftReduxStores[n];if(Sr(s))return s;if(i==null)return;let o=uo({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=ao({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=Ft(o.getInitialState());for(let d of c.keeping)u[d]=(l??u)[d];return u}else if(typeof c.type=="string"&&c.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...l,...c.overwrites};return o.reducer(l,c)}});return window.ftReduxStores[i.name]=new e(o,a,i.eventBus)}constructor(t,r,n){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new vr,this.injectInto=(s,o)=>this.reduxSlice.injectInto(s,o),this.selectSlice=s=>this.reduxSlice.selectSlice(s);let i=s=>s!=null?JSON.parse(JSON.stringify(s)):s;this.actions=new Proxy(this.reduxSlice.actions,{get:(s,o,a)=>{let l=o,c=s[l];return c?(...u)=>{let d=c(...u.map(i));return this.reduxStore.dispatch(d),d}:u=>{let d=l,p=this.getState()[d];vt(p,u)||this.setState({[d]:i(u)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...t){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:t})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}get selectors(){return this.reduxSlice.selectors}get reducerPath(){return this.reduxSlice.reducerPath}getSelectors(){return this.reduxSlice.getSelectors()}};var Wr=class{static format(t,r,n,i,s){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(n,i,!!s)):this.getIntlDateTime(t,r,n,i,!!s)}static getMomentDateFormat(t,r,n){return n?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,n,i,s){let o=typeof t=="string"?new Date(t):t,a=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(o),l=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(o);return s?l:i?`${a} ${l}`:a}static getTimezoneAsString(){let t=n=>String(Math.floor(n)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${t(Math.abs(r)/60)}:${t(Math.abs(r)%60)}`}};var Kr=h(w()),Yc="ft-app-info",_t=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};_t.eventName="authentication-change";var Zt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Zt.eventName="ui-locale-changed";var Xc={session:(e,t)=>{(0,Kr.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>C.dispatchEvent(new _t(t.payload)),0))}},C=Kr.FtReduxStore.get({name:Yc,reducers:Xc,initialState:{baseUrl:void 0,tenantId:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableContentLocales:[],localesConfiguration:void 0,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,noCustomCode:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var go=h(w()),Gr=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},Dp=(0,go.applyMixinOnce)(Symbol("withDateFormat"),function(e){class t extends e{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(C)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,s;return((s=(i=this.metadataDescriptors.find(a=>a.key===n))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1)?a=>Wr.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Gr([(0,ni.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),Gr([(0,ni.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),Gr([Un({store:C.name,selector:r=>{var n,i;return(i=(n=r.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&i!==void 0?i:[]}})],t.prototype,"metadataDescriptors",void 0),Gr([Un({store:C.name})],t.prototype,"uiLocale",void 0),t});var xo;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(xo||(xo={}));var vo;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(vo||(vo={}));var bo;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(bo||(bo={}));var Eo;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(Eo||(Eo={}));var Ao;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Ao||(Ao={}));var So;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(So||(So={}));var _o;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(_o||(_o={}));var Co;(function(e){e.BOOKMARK__CREATE="BOOKMARK__CREATE",e.BOOKMARK__DELETE="BOOKMARK__DELETE",e.CASE_DEFLECTION__START="CASE_DEFLECTION__START",e.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",e.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",e.CHATBOT__RATE="CHATBOT__RATE",e.COLLECTION__CREATE="COLLECTION__CREATE",e.COLLECTION__UPDATE="COLLECTION__UPDATE",e.COLLECTION__DELETE="COLLECTION__DELETE",e.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",e.DOCUMENT__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",e.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",e.DOCUMENT__PRINT="DOCUMENT__PRINT",e.DOCUMENT__PROCESS="DOCUMENT__PROCESS",e.DOCUMENT__RATE="DOCUMENT__RATE",e.DOCUMENT__SEARCH="DOCUMENT__SEARCH",e.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",e.DOCUMENT__UNRATE="DOCUMENT__UNRATE",e.FEEDBACK__SEND="FEEDBACK__SEND",e.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",e.AI__RATE="AI__RATE",e.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",e.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",e.KHUB__PROCESS="KHUB__PROCESS",e.KHUB__SEARCH="KHUB__SEARCH",e.LABELS__DOWNLOAD="LABELS__DOWNLOAD",e.LINK__SHARE="LINK__SHARE",e.PAGE__DISPLAY="PAGE__DISPLAY",e.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",e.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",e.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",e.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",e.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",e.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",e.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",e.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",e.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",e.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",e.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",e.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",e.TOPIC__RATE="TOPIC__RATE",e.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",e.TOPIC__UNRATE="TOPIC__UNRATE",e.USER__LOGIN="USER__LOGIN",e.USER__LOGOUT="USER__LOGOUT",e.HEARTBEAT="HEARTBEAT"})(Co||(Co={}));var wo;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(wo||(wo={}));var To;(function(e){e.THIRD_PARTY="THIRD_PARTY",e.OFF_THE_GRID="OFF_THE_GRID",e.CONTENT_PACKAGER="CONTENT_PACKAGER",e.PAGES="PAGES",e.DESIGNED_READER="DESIGNED_READER"})(To||(To={}));var Oo;(function(e){e.HOMEPAGE="HOMEPAGE",e.CUSTOM="CUSTOM",e.HEADER="HEADER",e.READER="READER",e.TOPIC_TEMPLATE="TOPIC_TEMPLATE",e.SEARCH="SEARCH",e.SEARCH_RESULT="SEARCH_RESULT",e.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",e.LINK_PREVIEW="LINK_PREVIEW",e.UD_VIEWER="UD_VIEWER",e.ASSET_VIEWER="ASSET_VIEWER"})(Oo||(Oo={}));var Ro;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(Ro||(Ro={}));var Lo;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(Lo||(Lo={}));var No;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(No||(No={}));var Po;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(Po||(Po={}));var Do;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR",e.CUSTOM="CUSTOM"})(Do||(Do={}));var Mo;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(Mo||(Mo={}));var ko;(function(e){e.ASC="ASC",e.DESC="DESC"})(ko||(ko={}));var Io;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(Io||(Io={}));var Uo;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(Uo||(Uo={}));var $o;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})($o||($o={}));var Bo;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(Bo||(Bo={}));var Ho;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.PERSONAL_BOOK="PERSONAL_BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Ho||(Ho={}));var Vo;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Vo||(Vo={}));var Fo;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(Fo||(Fo={}));var jo;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(jo||(jo={}));var zo;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(zo||(zo={}));var H;(function(e){e.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",e.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",e.HTML_EXPORT_USER="HTML_EXPORT_USER",e.PDF_EXPORT_USER="PDF_EXPORT_USER",e.SAVED_SEARCH_USER="SAVED_SEARCH_USER",e.COLLECTION_USER="COLLECTION_USER",e.OFFLINE_USER="OFFLINE_USER",e.ANALYTICS_USER="ANALYTICS_USER",e.BETA_USER="BETA_USER",e.DEBUG_USER="DEBUG_USER",e.PRINT_USER="PRINT_USER",e.RATING_USER="RATING_USER",e.FEEDBACK_USER="FEEDBACK_USER",e.GENERATIVE_AI_USER="GENERATIVE_AI_USER",e.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",e.CONTENT_PUBLISHER="CONTENT_PUBLISHER",e.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",e.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",e.KHUB_ADMIN="KHUB_ADMIN",e.USERS_ADMIN="USERS_ADMIN",e.PORTAL_ADMIN="PORTAL_ADMIN",e.ADMIN="ADMIN"})(H||(H={}));var ae;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(ae||(ae={}));var Wo;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(Wo||(Wo={}));var Ko;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(Ko||(Ko={}));var Go;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(Go||(Go={}));var qo;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SUMMARY="SUMMARY",e.SEMANTIC_SEARCH="SEMANTIC_SEARCH",e.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",e.DOCUMENTATION="DOCUMENTATION",e.OTHER="OTHER"})(qo||(qo={}));var Yo;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(Yo||(Yo={}));var Xo;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Xo||(Xo={}));var Zo;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Zo||(Zo={}));var Jo;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Jo||(Jo={}));var Qo;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(Qo||(Qo={}));var ea;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(ea||(ea={}));var ta;(function(e){e.SOURCES="SOURCES",e.ENRICH_AND_CLEAN="ENRICH_AND_CLEAN",e.VOCABULARIES="VOCABULARIES",e.METADATA="METADATA",e.PRETTY_URL="PRETTY_URL",e.ACCESS_RULE="ACCESS_RULE",e.DESIGNED_PAGES="DESIGNED_PAGES",e.THEME_STUDIO="THEME_STUDIO",e.PORTAL_GENERAL="PORTAL_GENERAL",e.ASSETS="ASSETS",e.CODE_LIBRARY="CODE_LIBRARY",e.THEME="THEME",e.CONTENT_STYLES="CONTENT_STYLES",e.HOMEPAGE="HOMEPAGE",e.CLASSIC_SEARCH_PAGE="CLASSIC_SEARCH_PAGE",e.CLASSIC_READER_PAGE="CLASSIC_READER_PAGE",e.PORTAL_METADATA="PORTAL_METADATA",e.LANGUAGES="LANGUAGES",e.PRINT_TEMPLATES="PRINT_TEMPLATES",e.OFFLINE="OFFLINE",e.CUSTOM_JS="CUSTOM_JS",e.CONFIDENTIALITY="CONFIDENTIALITY",e.NOTIFICATIONS="NOTIFICATIONS"})(ta||(ta={}));var ra;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(ra||(ra={}));var Zc={[H.PERSONAL_BOOK_SHARE_USER]:[H.PERSONAL_BOOK_USER],[H.HTML_EXPORT_USER]:[H.PERSONAL_BOOK_USER],[H.PDF_EXPORT_USER]:[H.PERSONAL_BOOK_USER],[H.KHUB_ADMIN]:[H.CONTENT_PUBLISHER],[H.ADMIN]:[H.KHUB_ADMIN,H.USERS_ADMIN,H.PORTAL_ADMIN,H.BEHAVIOR_DATA_USER],[H.GENERATIVE_AI_EXPORT_USER]:[H.GENERATIVE_AI_USER]};function na(e,t){return e===t||(Zc[e]??[]).some(r=>na(r,t))}function ia(e,t){return e==null?!1:(Array.isArray(e)?e:Array.isArray(e.roles)?e.roles:Array.isArray(e.profile?.roles)?e.profile.roles:[]).some(n=>na(n,t))}var Jr=h(w());var ii=h(w());var Xe=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=C.getState(),i=t??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(t){return new Promise(r=>{let n=e.get(t);if(n)r(n);else{let i=C.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var Ct=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:Xe.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):Xe.await()}};var ie=class extends Ct{constructor(t=!0,r){var n;super(r),this.sortObjectFields=(s,o)=>typeof o!="object"||o==null||Array.isArray(o)?o:Object.fromEntries(Object.entries(o).sort(([a],[l])=>a.localeCompare(l)));let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new ii.CacheRegistry,this.cache=t?i.commonCache:new ii.CacheRegistry}clearCache(){this.cache.clearAll()}hash(t){return String(Array.from(JSON.stringify(t,this.sortObjectFields)).reduce((r,n)=>0|31*r+n.charCodeAt(0),0))}};var qr=class extends ie{async listMySearches(){let{session:t}=C.getState();return ia(t,H.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var Yr=class extends ie{async listMyBookmarks(){let t=C.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var Xr=class extends ie{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(t){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${t}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(t){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${t}`),this.CACHE_DURATION)}isAuthenticated(){let t=C.getState().session;return!!t?.sessionAuthenticated}};var Zr=class extends ie{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let t=C.getState().session;return!!t?.sessionAuthenticated}};var Jc="ft-user-assets",Qc={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(ae).forEach(t=>{e.assetCounts.allAsset[t]=void 0})},setBookmarkCountByMap:(e,t)=>{let r=t.payload.mapId;e.assetCounts.bookmarkByMap[r]=t.payload.count},clearBookmarkCountByMap:e=>{e.assetCounts.bookmarkByMap={}},addAsset:(e,t)=>{let{assetType:r,mapId:n,asset:i}=t.payload;oi(e,r,[...si(e,r),i]),sa(e,r,1,n),oa(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;oi(e,r,si(e,r).map(i=>i.id===n.id?n:i)),oa(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;oi(e,r,si(e,r).filter(s=>s.id!==i)),sa(e,r,-1,n)}},aa={[ae.SEARCHES]:"savedSearches",[ae.BOOKMARKS]:"bookmarks",[ae.BOOKS]:void 0,[ae.COLLECTIONS]:void 0},si=(e,t)=>{var r;let n=aa[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},oi=(e,t,r)=>{let n=aa[t];n&&(e[n]=r)},sa=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===ae.BOOKMARKS&&n)){let s=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,s+r)}},oa=(e,t)=>{let r=e.assetLabels.map(i=>i.title),n=t.labels.filter(i=>!r.includes(i)).map(i=>({title:i}));e.assetLabels.push(...n)},Y=Jr.FtReduxStore.get({name:Jc,reducers:Qc,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(ae).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),ai=class{constructor(t=new Xr,r=new Zr){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=C.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Yr,this.savedSearchesService=new qr,C.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=C.getState();(0,Jr.deepEqual)((t=this.currentSession)===null||t===void 0?void 0:t.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),Y.actions.clearAssetCount(),Y.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Y.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Y.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Y.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();Y.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&Y.getState().assetCounts.allAsset[t]!==r.count&&Y.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&Y.getState().assetCounts.bookmarkByMap[t]!==r.count&&Y.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(Y.getState().assetCounts.bookmarkByMap).length!==0;t===ae.BOOKMARKS&&r&&Y.actions.clearBookmarkCountByMap(),Y.getState().assetCounts.allAsset[t]!==void 0&&await this.loadAssetCount(t)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){let r=!((t=this.currentSession)===null||t===void 0)&&t.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Y.actions.bookmarks(r)}}},eu=new ai;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=eu);var li=class{addCommand(t,r=!1){C.commands.add(t,r)}consumeCommand(t){return C.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new li;var le=h(w());var la,wt=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},tu=Symbol("clearAfterUnitTest"),Qr=class extends(0,le.withEventBus)(ie){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[la]=()=>{this.defaultMessages={},this.cache=new le.CacheRegistry,this.listeners={}},this.currentUiLocale=C.getState().uiLocale,C.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=C.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let r=t.name.toLowerCase();this.cache.setFinal(r,t),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,r){var n;if(t=t.toLowerCase(),r&&Object.keys(r).length>0){let i={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...r};(0,le.deepEqual)(this.defaultMessages[t],i)||(this.defaultMessages[t]=i,await this.notify(t))}return this.fetchContext(t)}resolveContext(t){var r,n;return this.fetchContext(t),(n=(r=this.cache.getNow(t))===null||r===void 0?void 0:r.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(t,r){let n=t.toLowerCase();return this.resolveContext(n)[r]}resolveMessage(t,r,...n){var i;let s=t.toLowerCase(),o=this.resolveContext(s);return new le.ParametrizedLabelResolver((i=this.defaultMessages[s])!==null&&i!==void 0?i:{},o).resolve(r,...n)}async fetchContext(t){let r=!this.cache.has(t),n;try{n=await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),r&&await this.notify(t)}catch(i){!(i instanceof le.CanceledPromiseError)&&r&&console.error(i)}return n}subscribe(t,r){var n;return t=t.toLowerCase(),this.listeners[t]=(n=this.listeners[t])!==null&&n!==void 0?n:new Set,this.listeners[t].add(r),()=>{var i;return(i=this.listeners[t])===null||i===void 0?void 0:i.delete(r)}}async notifyAll(){let t=Object.keys(this.listeners);document.body.dispatchEvent(new wt({loadedContexts:t})),this.dispatchEvent(new wt({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new wt({loadedContexts:[t]})),this.dispatchEvent(new wt({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,le.delay)(0).then(()=>n()).catch(()=>null)))}};la=tu;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Qr{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Qr{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var Tt=window.FluidTopicsI18nService,en=window.FluidTopicsCustomI18nService;var ca=h(w()),ci=class{highlightHtml(t,r,n){(0,ca.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new ci;var ua=h(w());var ui=class{isDate(t){var r,n,i,s;return(s=(i=((n=(r=C.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(a=>a.key===t))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1}format(t,r){var n,i,s,o;if(t==null)return"";try{return ua.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:C.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(s=r?.withTime)!==null&&s!==void 0?s:!1,(o=r?.onlyTime)!==null&&o!==void 0?o:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new ui;var da=h(w());var Jt=class{static get(t,r){var n,i,s,o;let a=C.getState(),{lang:l,region:c}=(s=(i=(n=a.localesConfiguration)===null||n===void 0?void 0:n.defaultLocales)===null||i===void 0?void 0:i.defaultContentLocale)!==null&&s!==void 0?s:{lang:"en",region:"US"};return new da.SearchPlaceConverter(a.baseUrl,t??20,(o=a.localesConfiguration)===null||o===void 0?void 0:o.allLanguagesAllowed,r??`${l}-${c}`)}};var di=class{urlToSearchRequest(t){return Jt.get().parse(t)}searchRequestToUrl(t){return Jt.get().serialize(t)}};window.FluidTopicsUrlService=new di;var Le=h(w());var Ze=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};Ze.eventName="change";var pi=class{itemName(t){return`fluid-topics-history-item-${t}`}get(t){let r=sessionStorage.getItem(this.itemName(t));return r?JSON.parse(r):void 0}set(t,r){sessionStorage.setItem(this.itemName(t),JSON.stringify(r))}},pa=new pi;var tn=class e extends Le.WithEventBus{static build(){return new e(window.history,pa,()=>window.location,!1)}constructor(t,r,n,i){var s,o;super(),this.history=t,this.historyStorage=r,this.windowLocation=n,this.states=[],this.realPushState=t.pushState,this.realReplaceState=t.replaceState,this.initialIndex=(o=(s=t.state)===null||s===void 0?void 0:s.index)!==null&&o!==void 0?o:t.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(i)}setCurrentState(t,r=!1){let n=r&&this.currentIndex===t.index-1;this.currentState={...this.buildCurrentState(),...t},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,n&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,Le.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new Ze(this.currentItem())),0)}installProxies(){let t=r=>(n,i,[s,o,a])=>{let l=r(),c={...l===this.currentIndex?this.currentState:void 0,...s,index:l,href:typeof a=="string"?a:(a??this.windowLocation()).href};n.apply(i,[c,o,a]),this.setCurrentState(c,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:t(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:t(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",t=>this.setCurrentState(t.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(t){for(let r=this.history.length-1;r>=0;r--)t?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(t){var r;let n={...this.buildCurrentState(),...t,index:this.currentIndex,title:(r=t?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(t){this.addEventListener(Ze.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(Ze.eventName,t)}currentItem(){return(0,Le.deepCopy)(this.currentState)}back(){let t=this.previousDifferentMajorPosition();t>=0?this.history.go(t-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return(0,Le.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,Le.deepCopy)(r.find(n=>t(n)))}previousDifferentMajorPosition(){let t=this.currentIndex>0?this.currentIndex-1:0;for(;t>0&&!this.isDifferentMajorState(t);)t--;return t}forward(){let t=this.nextMajorPosition();t&&t<this.states.length?this.history.go(t-this.currentIndex):this.history.forward()}forwardItem(){let t=this.nextMajorPosition();if(t)return(0,Le.deepCopy)(this.states[t])}nextMajorPosition(){let t=this.currentIndex;if(!(t>=this.states.length)){do t++;while(t<this.states.length&&!this.isDifferentMajorState(t));return this.getHigherPositionInTheSameState(t)}}getHigherPositionInTheSameState(t){var r;let n=(r=this.states[t])===null||r===void 0?void 0:r.majorStateId;if(!n)return t;let i=t,s=t+1;for(;this.states.length>s&&!this.isDifferentMajorState(s,n);)this.hasState(s)&&(i=s),s++;return i}buildCurrentState(){var t,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(t=this.history.state)===null||t===void 0?void 0:t.title)!==null&&r!==void 0?r:document.title}}hasState(t){return this.states[t]!=null}isDifferentMajorState(t,r){var n;if(!this.hasState(t))return!1;let i=r??this.currentState.majorStateId,s=(n=this.states[t])===null||n===void 0?void 0:n.majorStateId;return s==null||s!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=tn.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),backwardItemMatching:e=>window.FluidTopicsInternalHistoryService.backwardItemMatching(e),addHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(e),removeHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(e)});var fa=h(F());var ha=fa.css`
160
- `;var ga=h(F()),X=h(Z()),et=h(w());var Je=h(w());function ma(e,t){let{authenticationRequired:r,session:n}=C.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(t):e()}var rn=class extends Ct{async updateUiLocale(t){return(await this.awaitApi).updateUiLocale(t)}};var fi=class e extends Je.FtStateManager{static build(t){return new e(C,t)}constructor(t,r){super(),this.store=t,this.cache=new Je.CacheRegistry,this.withManualResources=!0,this.userLocaleService=new rn,this.cleanSessionDebouncer=new Je.Debouncer,this.reloadDebouncer=new Je.Debouncer(500),this.apiProvider=r??(()=>Xe.get())}setWithManualResources(t){this.withManualResources=t,this.updateIfNeeded()}async initService(){this.store.addEventListener(_t.eventName,this.reloadConfiguration)}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.store.getState().session==null&&this.updateSession(),this.store.getState().metadataConfiguration==null&&this.updateMetadataConfiguration()),this.store.getState().localesConfiguration==null&&this.updateLocalesConfiguration(),(this.store.getState().availableContentLocales==null||this.store.getState().availableContentLocales.length==0)&&this.updateAvailableContentLocales())}async updateSession(){let t=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.setSession(void 0)},r.idleTimeoutInMillis),r});this.setSession(t)}async updateMetadataConfiguration(){this.setMetadataConfiguration(await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration()))}async updateLocalesConfiguration(){this.setLocalesConfiguration(await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration()))}async updateAvailableContentLocales(){var t;let r=await this.cache.get("availableContentLocales",()=>ma(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((t=r.contentLocales)!==null&&t!==void 0?t:[])}reloadConfiguration(){var t;(t=this.cache)===null||t===void 0||t.clear("availableContentLocales"),typeof this.updateAvailableContentLocales=="function"&&this.updateAvailableContentLocales()}setBaseUrl(t){this.store.actions.baseUrl(t),window.fluidTopicsBaseUrl=t}setTenantId(t){this.store.actions.tenantId(t)}setApiIntegrationIdentifier(t){this.store.actions.apiIntegrationIdentifier(t)}setApiIntegrationAppVersion(t){this.store.actions.apiIntegrationAppVersion(t)}setUiLocale(t){this.store.actions.uiLocale(t)}setLocalesConfiguration(t){this.store.actions.localesConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setAvailableContentLocales(t){this.store.actions.availableContentLocales(t),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(t,r){this.userLocaleService.updateUiLocale({uiLocale:t,contentLocale:r}).then(n=>{n.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new Zt(n)))}).catch(()=>{})}setMetadataConfiguration(t){this.store.actions.metadataConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setNoCustom(t){this.store.actions.noCustom(t)}setEditorMode(t){this.store.actions.editorMode(t)}setNoCustomComponent(t){this.store.actions.noCustomComponent(t)}setNoCustomCode(t){this.store.actions.noCustomCode(t)}setSession(t){this.store.actions.session(t),setTimeout(()=>this.updateIfNeeded())}setOpenExternalDocumentInNewTab(t){this.store.actions.openExternalDocumentInNewTab(t)}setNavigatorOnline(t){this.store.actions.navigatorOnline(t)}setForcedOffline(t){this.store.actions.forcedOffline(t)}setAuthenticationRequired(t){this.store.actions.authenticationRequired(t)}},ya=fi.build();var Qe=class extends Event{constructor(t,r,n,i){super("context-request",{bubbles:!0,composed:!0}),this.context=t,this.contextTarget=r,this.callback=n,this.subscribe=i??!1}};var Qt=class{constructor(){this.pendingContextRequests=new Map,this.onContextProvider=t=>{let r=this.pendingContextRequests.get(t.context);if(r===void 0)return;this.pendingContextRequests.delete(t.context);let{requests:n}=r;for(let{elementRef:i,callbackRef:s}of n){let o=i.deref(),a=s.deref();o===void 0||a===void 0||o.dispatchEvent(new Qe(t.context,o,a,!0))}},this.onContextRequest=t=>{if(t.subscribe!==!0)return;let r=t.contextTarget??t.composedPath()[0],n=t.callback,i=this.pendingContextRequests.get(t.context);i===void 0&&this.pendingContextRequests.set(t.context,i={callbacks:new WeakMap,requests:[]});let s=i.callbacks.get(r);s===void 0&&i.callbacks.set(r,s=new WeakSet),s.has(n)||(s.add(n),i.requests.push({elementRef:new WeakRef(r),callbackRef:new WeakRef(n)}))}}attach(t){t.addEventListener("context-request",this.onContextRequest),t.addEventListener("context-provider",this.onContextProvider)}detach(t){t.removeEventListener("context-request",this.onContextRequest),t.removeEventListener("context-provider",this.onContextProvider)}};var W=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},M=class extends et.FtLitElementRedux{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.apiIntegrationAppVersion="ft-integration-app-version",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.noCustomCode=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.authenticationRequired=!1,this.messageContexts=[],this.stateManager=ya,this.contextRoot=new Qt}render(){return ga.html`
159
+ `}};te.styles=[ss,os,as,ls,cs,us,ds,ps,fs,hs,ms];ys([(0,In.property)()],te.prototype,"element",void 0);ys([(0,In.property)()],te.prototype,"variant",void 0);var vs=h(w());var xs={"ft-typography":te};(0,vs.customElements)(xs);var ii=h(Z());var bs=h(Z(),1);var Un=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function Es(e,t){return(0,bs.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return Wt(e);try{return JSON.parse(r)}catch{return Wt(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:Kt,...t??{}})}function Jl(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;let r,n;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(n=r;n--!==0;)if(!Et(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(!Et(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();let i=o=>Object.keys(o).filter(a=>o[a]!=null),s=i(e);if(r=s.length,r!==i(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,s[n]))return!1;for(n=r;n--!==0;){let o=s[n];if(!Et(e[o],t[o]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Et(e,t){try{return Jl(e,t)}catch{return!1}}function Kt(e,t){return!Et(e,t)}function Wt(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function br(e,t){let r=n=>n[e]===!0;return n=>{if(r(n))return n;let i=t(n);return i[e]=!0,i}}var As=h(Z(),1);var $n=e=>{let t=e??{};return(r,n)=>{var i;let s={hasChanged:Kt,attribute:!1,...t};(0,As.property)(s)(r,n);let o=r.constructor;o.reduxProperties=new Map(o.reduxProperties),o.reduxProperties.set(n,{selector:(i=t.selector)!==null&&i!==void 0?i:(a=>a[n]),store:t.store})}};var Er=class{constructor(){this.queue=[]}add(t,r=!1){r&&this.clear(t.type),this.queue.push(t)}consume(t){let r=this.queue.find(n=>n.type===t);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}clear(t){typeof t=="string"?this.queue=this.queue.filter(r=>r.type!==t):this.queue=this.queue.filter(r=>!t.test(r.type))}};var Ge=h(Z(),1);var Ar=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let i=(t=this.rejectPromise)!==null&&t!==void 0?t:(()=>null),s=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let o of n)try{await o()}catch(a){i(a);return}s(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var _s=h(V(),1);var Sr=globalThis,Ql=Sr.ShadowRoot&&(Sr.ShadyCSS===void 0||Sr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var Ss=(e,t)=>{if(Ql)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=Sr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var _r=class extends _s.LitElement{get scopedRegistryConstructor(){return this.constructor}createRenderRoot(){let t=this.scopedRegistryConstructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,t.defineScopedElements(t.elementDefinitions));let r={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return Ss(n,t.elementStyles),n}static canDefineScopedElement(t){return!!this.registry&&!this.registry.get(t)}static defineScopedElements(t){Object.entries(t).forEach(([r,n])=>this.defineScopedElement(r,n))}static defineScopedElement(t,r){Un(t)(r),this.canDefineScopedElement(t)&&this.registry.define(t,r)}canDefineScopedElement(t){return this.scopedRegistryConstructor.canDefineScopedElement(t)}defineScopedElements(t){this.scopedRegistryConstructor.defineScopedElements(t)}defineScopedElement(t,r){this.scopedRegistryConstructor.defineScopedElement(t,r)}};function Cs(e,t,...r){var n;let i=e.querySelector(t);for(let s of r)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(s);return i}var St=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},Rs,ws=Symbol("constructorPrototype"),Ts=Symbol("constructorName"),Ls=Symbol("exportpartsDebouncer"),Os=Symbol("dynamicDependenciesLoaded"),At=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};At.eventName="exportparts-updated";var Ee=class extends _r{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Rs]=new Ar(5),this.scheduleExportpartsUpdate=()=>{var t,r,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[Ls].run(()=>{var i,s;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((s=this.exportpartsPrefixes)===null||s===void 0?void 0:s.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[Ts]=this.constructor.name,this[ws]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Ts]&&Object.setPrototypeOf(this,this[ws])}connectedCallback(){var t;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(n){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",n)}let r=this.constructor;r[Os]||(r[Os]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(At.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(At.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.focusElementToFocus(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate(),t.has("exportparts")&&this.dispatchEvent(new At)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let s=[...i??[],n];r=Cs(this.shadowRoot,...s)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,n,i;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(s=>s.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(s){console.error(s,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let s=document.createElement("style");s.classList.add("ft-lit-element--custom-stylesheet"),s.innerHTML=this.customStylesheet,this.shadowRoot.append(s)}}setExportpartsAttribute(t){var r,n,i,s,o,a;let l=p=>p!=null&&p.trim().length>0,c=t.filter(l).map(p=>p.trim());if(c.length===0){this.exportparts=void 0;return}let u=new Set;for(let p of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let y=(s=(i=p.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&s!==void 0?s:[],x=(a=(o=p.getAttribute("exportparts"))===null||o===void 0?void 0:o.split(",").map(g=>g.split(":")[1]))!==null&&a!==void 0?a:[],E=[...y,...x].filter(l).map(g=>g.trim());for(let g of E)u.add(g)}if(u.size===0){this.exportparts=void 0;return}let d=[...u.values()].flatMap(p=>c.map(y=>`${p}:${y}--${p}`));this.exportparts=[...this.part,...d].join(", ")}};Rs=Ls;St([(0,Ge.property)()],Ee.prototype,"exportpartsPrefix",void 0);St([Es([])],Ee.prototype,"exportpartsPrefixes",void 0);St([(0,Ge.property)({reflect:!0})],Ee.prototype,"exportparts",void 0);St([(0,Ge.property)()],Ee.prototype,"customStylesheet",void 0);St([(0,Ge.property)()],Ee.prototype,"elementToFocus",void 0);St([(0,Ge.state)()],Ee.prototype,"useAdoptedStyleSheets",void 0);function Cr(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Gt=Symbol("internalReduxEventsUnsubscribers"),Ie=Symbol("internalStoresUnsubscribers"),qe=Symbol("internalStores"),ec=br(Symbol("withRedux"),function(e){var t,r,n;class i extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(o){super.willUpdate(o),[...this.reduxConstructor.reduxReactiveProperties].some(a=>o.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[qe].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[qe].values()][0]}getStore(o){return o==null?this.getUnnamedStore():this[qe].get(o)}addStore(o,a){var l;a=(l=a??o.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[qe].set(a,o),this.subscribeToStore(a,o),this.updateFromStores()}removeStore(o){let a=typeof o=="string"?o:o.name;this.unsubscribeFromStore(a),this[qe].delete(a)}setupStores(){this.unsubscribeFromStores(),this[qe].forEach((o,a)=>this.subscribeToStore(a,o)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((o,a)=>{let l=this.constructor.getPropertyOptions(a);if(!l?.attribute||!this.hasAttribute(typeof l?.attribute=="string"?l.attribute:a)){let c=this.getStore(o.store);c&&(o.store?this[Ie].has(o.store):this[Ie].size>0)&&(this[a]=o.selector(c.getState(),this))}})}subscribeToStore(o,a){var l;this[Ie].set(o,a.subscribe(()=>this.updateFromStores())),this[Gt].set(o,[]),Cr(a)&&a.eventBus&&((l=this.reduxConstructor.reduxEventListeners)===null||l===void 0||l.forEach((c,u)=>{if(typeof this[u]=="function"&&(!c.store||a.name===c.store)){let d=p=>this[u](p);a.addEventListener(c.eventName,d),this[Gt].get(o).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(o)}unsubscribeFromStores(){this[Ie].forEach((o,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(o){var a;this[Ie].has(o)&&this[Ie].get(o)(),this[Ie].delete(o),(a=this[Gt].get(o))===null||a===void 0||a.forEach(l=>l()),this[Gt].delete(o)}onStoreAvailable(o){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=Ie,r=qe,n=Gt,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),Ns=class extends ec(Ee){};function K(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 tc=typeof Symbol=="function"&&Symbol.observable||"@@observable",Ps=tc,Bn=()=>Math.random().toString(36).substring(7).split("").join("."),rc={INIT:`@@redux/INIT${Bn()}`,REPLACE:`@@redux/REPLACE${Bn()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${Bn()}`},wr=rc;function Tr(e){if(typeof e!="object"||e===null)return!1;let t=e;for(;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||Object.getPrototypeOf(e)===null}function Hn(e,t,r){if(typeof e!="function")throw new Error(K(2));if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(K(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(K(1));return r(Hn)(e,t)}let n=e,i=t,s=new Map,o=s,a=0,l=!1;function c(){o===s&&(o=new Map,s.forEach((g,A)=>{o.set(A,g)}))}function u(){if(l)throw new Error(K(3));return i}function d(g){if(typeof g!="function")throw new Error(K(4));if(l)throw new Error(K(5));let A=!0;c();let L=a++;return o.set(L,g),function(){if(A){if(l)throw new Error(K(6));A=!1,c(),o.delete(L),s=null}}}function p(g){if(!Tr(g))throw new Error(K(7));if(typeof g.type>"u")throw new Error(K(8));if(typeof g.type!="string")throw new Error(K(17));if(l)throw new Error(K(9));try{l=!0,i=n(i,g)}finally{l=!1}return(s=o).forEach(L=>{L()}),g}function y(g){if(typeof g!="function")throw new Error(K(10));n=g,p({type:wr.REPLACE})}function x(){let g=d;return{subscribe(A){if(typeof A!="object"||A===null)throw new Error(K(11));function L(){let _=A;_.next&&_.next(u())}return L(),{unsubscribe:g(L)}},[Ps](){return this}}}return p({type:wr.INIT}),{dispatch:p,subscribe:d,getState:u,replaceReducer:y,[Ps]:x}}function nc(e){Object.keys(e).forEach(t=>{let r=e[t];if(typeof r(void 0,{type:wr.INIT})>"u")throw new Error(K(12));if(typeof r(void 0,{type:wr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(K(13))})}function Ds(e){let t=Object.keys(e),r={};for(let o=0;o<t.length;o++){let a=t[o];typeof e[a]=="function"&&(r[a]=e[a])}let n=Object.keys(r),i,s;try{nc(r)}catch(o){s=o}return function(a={},l){if(s)throw s;let c=!1,u={};for(let d=0;d<n.length;d++){let p=n[d],y=r[p],x=a[p],E=y(x,l);if(typeof E>"u"){let g=l&&l.type;throw new Error(K(14))}u[p]=E,c=c||E!==x}return c=c||n.length!==Object.keys(a).length,c?u:a}}function qt(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,r)=>(...n)=>t(r(...n)))}function ks(...e){return t=>(r,n)=>{let i=t(r,n),s=()=>{throw new Error(K(15))},o={getState:i.getState,dispatch:(l,...c)=>s(l,...c)},a=e.map(l=>l(o));return s=qt(...a)(i.dispatch),{...i,dispatch:s}}}function Ms(e){return Tr(e)&&"type"in e&&typeof e.type=="string"}var zs=Symbol.for("immer-nothing"),Is=Symbol.for("immer-draftable"),q=Symbol.for("immer-state");function me(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var re=Object,Ct=re.getPrototypeOf,Nr="constructor",Ur="prototype",zn="configurable",Pr="enumerable",Rr="writable",Yt="value",Ae=e=>!!e&&!!e[q];function ne(e){return e?Ws(e)||Br(e)||!!e[Is]||!!e[Nr]?.[Is]||Hr(e)||Fr(e):!1}var ic=re[Ur][Nr].toString(),Us=new WeakMap;function Ws(e){if(!e||!Jn(e))return!1;let t=Ct(e);if(t===null||t===re[Ur])return!0;let r=re.hasOwnProperty.call(t,Nr)&&t[Nr];if(r===Object)return!0;if(!_t(r))return!1;let n=Us.get(r);return n===void 0&&(n=Function.toString.call(r),Us.set(r,n)),n===ic}function $r(e,t,r=!0){Jt(e)===0?(r?Reflect.ownKeys(e):re.keys(e)).forEach(i=>{t(i,e[i],e)}):e.forEach((n,i)=>t(i,n,e))}function Jt(e){let t=e[q];return t?t.type_:Br(e)?1:Hr(e)?2:Fr(e)?3:0}var Fn=(e,t,r=Jt(e))=>r===2?e.has(t):re[Ur].hasOwnProperty.call(e,t),Wn=(e,t,r=Jt(e))=>r===2?e.get(t):e[t],Dr=(e,t,r,n=Jt(e))=>{n===2?e.set(t,r):n===3?e.add(r):e[t]=r};function sc(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}var Br=Array.isArray,Hr=e=>e instanceof Map,Fr=e=>e instanceof Set,Jn=e=>typeof e=="object",_t=e=>typeof e=="function",Vn=e=>typeof e=="boolean";function oc(e){let t=+e;return Number.isInteger(t)&&String(t)===e}var Oe=e=>e.copy_||e.base_;var Qn=e=>e.modified_?e.copy_:e.base_;function Kn(e,t){if(Hr(e))return new Map(e);if(Fr(e))return new Set(e);if(Br(e))return Array[Ur].slice.call(e);let r=Ws(e);if(t===!0||t==="class_only"&&!r){let n=re.getOwnPropertyDescriptors(e);delete n[q];let i=Reflect.ownKeys(n);for(let s=0;s<i.length;s++){let o=i[s],a=n[o];a[Rr]===!1&&(a[Rr]=!0,a[zn]=!0),(a.get||a.set)&&(n[o]={[zn]:!0,[Rr]:!0,[Pr]:a[Pr],[Yt]:e[o]})}return re.create(Ct(e),n)}else{let n=Ct(e);if(n!==null&&r)return{...e};let i=re.create(n);return re.assign(i,e)}}function ei(e,t=!1){return Vr(e)||Ae(e)||!ne(e)||(Jt(e)>1&&re.defineProperties(e,{set:Or,add:Or,clear:Or,delete:Or}),re.freeze(e),t&&$r(e,(r,n)=>{ei(n,!0)},!1)),e}function ac(){me(2)}var Or={[Yt]:ac};function Vr(e){return e===null||!Jn(e)?!0:re.isFrozen(e)}var kr="MapSet",Gn="Patches",$s="ArrayMethods",Ks={};function Ye(e){let t=Ks[e];return t||me(0,e),t}var Bs=e=>!!Ks[e];var Xt,Gs=()=>Xt,lc=(e,t)=>({drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0,handledSet_:new Set,processedForPatches_:new Set,mapSetPlugin_:Bs(kr)?Ye(kr):void 0,arrayMethodsPlugin_:Bs($s)?Ye($s):void 0});function Hs(e,t){t&&(e.patchPlugin_=Ye(Gn),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function qn(e){Yn(e),e.drafts_.forEach(cc),e.drafts_=null}function Yn(e){e===Xt&&(Xt=e.parent_)}var Fs=e=>Xt=lc(Xt,e);function cc(e){let t=e[q];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Vs(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];if(e!==void 0&&e!==r){r[q].modified_&&(qn(t),me(4)),ne(e)&&(e=js(t,e));let{patchPlugin_:i}=t;i&&i.generateReplacementPatches_(r[q].base_,e,t)}else e=js(t,r);return uc(t,e,!0),qn(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==zs?e:void 0}function js(e,t){if(Vr(t))return t;let r=t[q];if(!r)return Mr(t,e.handledSet_,e);if(!jr(r,e))return t;if(!r.modified_)return r.base_;if(!r.finalized_){let{callbacks_:n}=r;if(n)for(;n.length>0;)n.pop()(e);Xs(r,e)}return r.copy_}function uc(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&ei(t,r)}function qs(e){e.finalized_=!0,e.scope_.unfinalizedDrafts_--}var jr=(e,t)=>e.scope_===t,dc=[];function Ys(e,t,r,n){let i=Oe(e),s=e.type_;if(n!==void 0&&Wn(i,n,s)===t){Dr(i,n,r,s);return}if(!e.draftLocations_){let a=e.draftLocations_=new Map;$r(i,(l,c)=>{if(Ae(c)){let u=a.get(c)||[];u.push(l),a.set(c,u)}})}let o=e.draftLocations_.get(t)??dc;for(let a of o)Dr(i,a,r,s)}function pc(e,t,r){e.callbacks_.push(function(i){let s=t;if(!s||!jr(s,i))return;i.mapSetPlugin_?.fixSetContents(s);let o=Qn(s);Ys(e,s.draft_??s,o,r),Xs(s,i)})}function Xs(e,t){if(e.modified_&&!e.finalized_&&(e.type_===3||e.type_===1&&e.allIndicesReassigned_||(e.assigned_?.size??0)>0)){let{patchPlugin_:n}=t;if(n){let i=n.getPath(e);i&&n.generatePatches_(e,i,t)}qs(e)}}function fc(e,t,r){let{scope_:n}=e;if(Ae(r)){let i=r[q];jr(i,n)&&i.callbacks_.push(function(){Lr(e);let o=Qn(i);Ys(e,r,o,t)})}else ne(r)&&e.callbacks_.push(function(){let s=Oe(e);e.type_===3?s.has(r)&&Mr(r,n.handledSet_,n):Wn(s,t,e.type_)===r&&n.drafts_.length>1&&(e.assigned_.get(t)??!1)===!0&&e.copy_&&Mr(Wn(e.copy_,t,e.type_),n.handledSet_,n)})}function Mr(e,t,r){return!r.immer_.autoFreeze_&&r.unfinalizedDrafts_<1||Ae(e)||t.has(e)||!ne(e)||Vr(e)||(t.add(e),$r(e,(n,i)=>{if(Ae(i)){let s=i[q];if(jr(s,r)){let o=Qn(s);Dr(e,n,o,e.type_),qs(s)}}else ne(i)&&Mr(i,t,r)})),e}function hc(e,t){let r=Br(e),n={type_:r?1:0,scope_:t?t.scope_:Gs(),modified_:!1,finalized_:!1,assigned_:void 0,parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1,callbacks_:void 0},i=n,s=Ir;r&&(i=[n],s=Zt);let{revoke:o,proxy:a}=Proxy.revocable(i,s);return n.draft_=a,n.revoke_=o,[a,n]}var Ir={get(e,t){if(t===q)return e;let r=e.scope_.arrayMethodsPlugin_,n=e.type_===1&&typeof t=="string";if(n&&r?.isArrayOperationMethod(t))return r.createMethodInterceptor(e,t);let i=Oe(e);if(!Fn(i,t,e.type_))return yc(e,i,t);let s=i[t];if(e.finalized_||!ne(s)||n&&e.operationMethod&&r?.isMutatingArrayMethod(e.operationMethod)&&oc(t))return s;if(s===jn(e.base_,t)||mc(e,t,s)){Lr(e);let o=e.type_===1?+t:t,a=Zn(e.scope_,s,e,o);return e.copy_[o]=a}return s},has(e,t){return t in Oe(e)},ownKeys(e){return Reflect.ownKeys(Oe(e))},set(e,t,r){let n=Zs(Oe(e),t);if(n?.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){let i=jn(Oe(e),t),s=i?.[q];if(s&&s.base_===r)return e.copy_[t]=r,e.assigned_.set(t,!1),!0;if(sc(r,i)&&(r!==void 0||Fn(e.base_,t,e.type_)))return!0;Lr(e),Xn(e)}return e.copy_[t]===r&&(r!==void 0||Fn(e.copy_,t,e.type_))||Number.isNaN(r)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=r,e.assigned_.set(t,!0),fc(e,t,r)),!0},deleteProperty(e,t){return Lr(e),jn(e.base_,t)!==void 0||t in e.base_?(e.assigned_.set(t,!1),Xn(e)):e.assigned_.delete(t),e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){let r=Oe(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{[Rr]:!0,[zn]:e.type_!==1||t!=="length",[Pr]:n[Pr],[Yt]:r[t]}},defineProperty(){me(11)},getPrototypeOf(e){return Ct(e.base_)},setPrototypeOf(){me(12)}},Zt={};for(let e in Ir){let t=Ir[e];Zt[e]=function(){let r=arguments;return r[0]=r[0][0],t.apply(this,r)}}Zt.deleteProperty=function(e,t){return Zt.set.call(this,e,t,void 0)};Zt.set=function(e,t,r){return Ir.set.call(this,e[0],t,r,e[0])};function jn(e,t){let r=e[q];return(r?Oe(r):e)[t]}function mc(e,t,r){return e.type_!==1||!e.allIndicesReassigned_||e.assigned_?.get(t)||!ne(r)||r[q]?!1:e.baseRefs_.has(r)}function yc(e,t,r){let n=Zs(t,r);return n?Yt in n?n[Yt]:n.get?.call(e.draft_):void 0}function Zs(e,t){if(!(t in e))return;let r=Ct(e);for(;r;){let n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Ct(r)}}function Xn(e){e.modified_||(e.modified_=!0,e.parent_&&Xn(e.parent_))}function Lr(e){e.copy_||(e.assigned_=new Map,e.copy_=Kn(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var gc=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!1,this.produce=(t,r,n)=>{if(_t(t)&&!_t(r)){let s=r;r=t;let o=this;return function(l=s,...c){return o.produce(l,u=>r.call(this,u,...c))}}_t(r)||me(6),n!==void 0&&!_t(n)&&me(7);let i;if(ne(t)){let s=Fs(this),o=Zn(s,t,void 0),a=!0;try{i=r(o),a=!1}finally{a?qn(s):Yn(s)}return Hs(s,n),Vs(i,s)}else if(!t||!Jn(t)){if(i=r(t),i===void 0&&(i=t),i===zs&&(i=void 0),this.autoFreeze_&&ei(i,!0),n){let s=[],o=[];Ye(Gn).generateReplacementPatches_(t,i,{patches_:s,inversePatches_:o}),n(s,o)}return i}else me(1,t)},this.produceWithPatches=(t,r)=>{if(_t(t))return(o,...a)=>this.produceWithPatches(o,l=>t(l,...a));let n,i;return[this.produce(t,r,(o,a)=>{n=o,i=a}),n,i]},Vn(e?.autoFreeze)&&this.setAutoFreeze(e.autoFreeze),Vn(e?.useStrictShallowCopy)&&this.setUseStrictShallowCopy(e.useStrictShallowCopy),Vn(e?.useStrictIteration)&&this.setUseStrictIteration(e.useStrictIteration)}createDraft(e){ne(e)||me(8),Ae(e)&&(e=Js(e));let t=Fs(this),r=Zn(t,e,void 0);return r[q].isManual_=!0,Yn(t),r}finishDraft(e,t){let r=e&&e[q];(!r||!r.isManual_)&&me(9);let{scope_:n}=r;return Hs(n,t),Vs(void 0,n)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}setUseStrictIteration(e){this.useStrictIteration_=e}shouldUseStrictIteration(){return this.useStrictIteration_}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){let i=t[r];if(i.path.length===0&&i.op==="replace"){e=i.value;break}}r>-1&&(t=t.slice(r+1));let n=Ye(Gn).applyPatches_;return Ae(e)?n(e,t):this.produce(e,i=>n(i,t))}};function Zn(e,t,r,n){let[i,s]=Hr(t)?Ye(kr).proxyMap_(t,r):Fr(t)?Ye(kr).proxySet_(t,r):hc(t,r);return(r?.scope_??Gs()).drafts_.push(i),s.callbacks_=r?.callbacks_??[],s.key_=n,r&&n!==void 0?pc(r,s,n):s.callbacks_.push(function(l){l.mapSetPlugin_?.fixSetContents(s);let{patchPlugin_:c}=l;s.modified_&&c&&c.generatePatches_(s,[],l)}),i}function Js(e){return Ae(e)||me(10,e),Qs(e)}function Qs(e){if(!ne(e)||Vr(e))return e;let t=e[q],r,n=!0;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=Kn(e,t.scope_.immer_.useStrictShallowCopy_),n=t.scope_.immer_.shouldUseStrictIteration()}else r=Kn(e,!0);return $r(r,(i,s)=>{Dr(r,i,Qs(s))},n),t&&(t.finalized_=!1),r}var xc=globalThis.Iterator,zd=typeof xc?.from=="function";var vc=new gc,ti=vc.produce;function eo(e){return({dispatch:r,getState:n})=>i=>s=>typeof s=="function"?s(r,n,e):i(s)}var to=eo(),ro=eo;var bc=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?qt:qt.apply(null,arguments)},Zd=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}},Ec=e=>e&&typeof e.match=="function";function Ue(e,t){function r(...n){if(t){let i=t(...n);if(!i)throw new Error(Re(0));return{type:e,payload:i.payload,..."meta"in i&&{meta:i.meta},..."error"in i&&{error:i.error}}}return{type:e,payload:n[0]}}return r.toString=()=>`${e}`,r.type=e,r.match=n=>Ms(n)&&n.type===e,r}var ao=class Qt extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,Qt.prototype)}static get[Symbol.species](){return Qt}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new Qt(...t[0].concat(this)):new Qt(...t.concat(this))}};function no(e){return ne(e)?ti(e,()=>{}):e}function zr(e,t,r){return e.has(t)?e.get(t):e.set(t,r(t)).get(t)}function Ac(e){return typeof e=="boolean"}var Sc=()=>function(t){let{thunk:r=!0,immutableCheck:n=!0,serializableCheck:i=!0,actionCreatorCheck:s=!0}=t??{},o=new ao;return r&&(Ac(r)?o.push(to):o.push(ro(r.extraArgument))),o},_c="RTK_autoBatch";var io=e=>t=>{setTimeout(t,e)},Cc=(e,t)=>r=>{let n=!1,i=()=>{n||(n=!0,cancelAnimationFrame(s),clearTimeout(o),r())},s=e(i),o=setTimeout(i,t)},wc=(e={type:"raf"})=>t=>(...r)=>{let n=t(...r),i=!0,s=!1,o=!1,a=new Set,l=e.type==="tick"?queueMicrotask:e.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?Cc(window.requestAnimationFrame,100):io(10):e.type==="callback"?e.queueNotification:io(e.timeout),c=()=>{o=!1,s&&(s=!1,a.forEach(u=>u()))};return Object.assign({},n,{subscribe(u){let d=()=>i&&u(),p=n.subscribe(d);return a.add(u),()=>{p(),a.delete(u)}},dispatch(u){try{return i=!u?.meta?.[_c],s=!i,s&&(o||(o=!0,l(c))),n.dispatch(u)}finally{i=!0}}})},Tc=e=>function(r){let{autoBatch:n=!0}=r??{},i=new ao(e);return n&&i.push(wc(typeof n=="object"?n:void 0)),i};function lo(e){let t=Sc(),{reducer:r=void 0,middleware:n,devTools:i=!0,duplicateMiddlewareCheck:s=!0,preloadedState:o=void 0,enhancers:a=void 0}=e||{},l;if(typeof r=="function")l=r;else if(Tr(r))l=Ds(r);else throw new Error(Re(1));let c;typeof n=="function"?c=n(t):c=t();let u=qt;i&&(u=bc({trace:!1,...typeof i=="object"&&i}));let d=ks(...c),p=Tc(d),y=typeof a=="function"?a(p):p(),x=u(...y);return Hn(l,o,x)}function co(e){let t={},r=[],n,i={addCase(s,o){let a=typeof s=="string"?s:s.type;if(!a)throw new Error(Re(28));if(a in t)throw new Error(Re(29));return t[a]=o,i},addAsyncThunk(s,o){return o.pending&&(t[s.pending.type]=o.pending),o.rejected&&(t[s.rejected.type]=o.rejected),o.fulfilled&&(t[s.fulfilled.type]=o.fulfilled),o.settled&&r.push({matcher:s.settled,reducer:o.settled}),i},addMatcher(s,o){return r.push({matcher:s,reducer:o}),i},addDefaultCase(s){return n=s,i}};return e(i),[t,r,n]}function Oc(e){return typeof e=="function"}function Rc(e,t){let[r,n,i]=co(t),s;if(Oc(e))s=()=>no(e());else{let a=no(e);s=()=>a}function o(a=s(),l){let c=[r[l.type],...n.filter(({matcher:u})=>u(l)).map(({reducer:u})=>u)];return c.filter(u=>!!u).length===0&&(c=[i]),c.reduce((u,d)=>{if(d)if(Ae(u)){let y=d(u,l);return y===void 0?u:y}else{if(ne(u))return ti(u,p=>d(p,l));{let p=d(u,l);if(p===void 0){if(u===null)return u;throw Error("A case reducer on a non-draftable value must not return undefined")}return p}}return u},a)}return o.getInitialState=s,o}var Lc=(e,t)=>Ec(e)?e.match(t):e(t);function Nc(...e){return t=>e.some(r=>Lc(r,t))}var Pc="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Dc=(e=21)=>{let t="",r=e;for(;r--;)t+=Pc[Math.random()*64|0];return t},kc=["name","message","stack","code"],ri=class{constructor(e,t){this.payload=e,this.meta=t}payload;meta;_type},so=class{constructor(e,t){this.payload=e,this.meta=t}payload;meta;_type},Mc=e=>{if(typeof e=="object"&&e!==null){let t={};for(let r of kc)typeof e[r]=="string"&&(t[r]=e[r]);return t}return{message:String(e)}},oo="External signal was aborted",Ic=(()=>{function e(t,r,n){let i=Ue(t+"/fulfilled",(l,c,u,d)=>({payload:l,meta:{...d||{},arg:u,requestId:c,requestStatus:"fulfilled"}})),s=Ue(t+"/pending",(l,c,u)=>({payload:void 0,meta:{...u||{},arg:c,requestId:l,requestStatus:"pending"}})),o=Ue(t+"/rejected",(l,c,u,d,p)=>({payload:d,error:(n&&n.serializeError||Mc)(l||"Rejected"),meta:{...p||{},arg:u,requestId:c,rejectedWithValue:!!d,requestStatus:"rejected",aborted:l?.name==="AbortError",condition:l?.name==="ConditionError"}}));function a(l,{signal:c}={}){return(u,d,p)=>{let y=n?.idGenerator?n.idGenerator(l):Dc(),x=new AbortController,E,g;function A(v){g=v,x.abort()}c&&(c.aborted?A(oo):c.addEventListener("abort",()=>A(oo),{once:!0}));let L=(async function(){let v;try{let T=n?.condition?.(l,{getState:d,extra:p});if($c(T)&&(T=await T),T===!1||x.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};let U=new Promise((P,$)=>{E=()=>{$({name:"AbortError",message:g||"Aborted"})},x.signal.addEventListener("abort",E,{once:!0})});u(s(y,l,n?.getPendingMeta?.({requestId:y,arg:l},{getState:d,extra:p}))),v=await Promise.race([U,Promise.resolve(r(l,{dispatch:u,getState:d,extra:p,requestId:y,signal:x.signal,abort:A,rejectWithValue:((P,$)=>new ri(P,$)),fulfillWithValue:((P,$)=>new so(P,$))})).then(P=>{if(P instanceof ri)throw P;return P instanceof so?i(P.payload,y,l,P.meta):i(P,y,l)})])}catch(T){v=T instanceof ri?o(null,y,l,T.payload,T.meta):o(T,y,l)}finally{E&&x.signal.removeEventListener("abort",E)}return n&&!n.dispatchConditionRejection&&o.match(v)&&v.meta.condition||u(v),v})();return Object.assign(L,{abort:A,requestId:y,arg:l,unwrap(){return L.then(Uc)}})}}return Object.assign(a,{pending:s,rejected:o,fulfilled:i,settled:Nc(o,i),typePrefix:t})}return e.withTypes=()=>e,e})();function Uc(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function $c(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var uo=Symbol.for("rtk-slice-createasyncthunk"),Qd={[uo]:Ic};function Bc(e,t){return`${e}/${t}`}function Hc({creators:e}={}){let t=e?.asyncThunk?.[uo];return function(n){let{name:i,reducerPath:s=i}=n;if(!i)throw new Error(Re(11));typeof process<"u";let o=(typeof n.reducers=="function"?n.reducers(Vc()):n.reducers)||{},a=Object.keys(o),l={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},c={addCase(v,_){let T=typeof v=="string"?v:v.type;if(!T)throw new Error(Re(12));if(T in l.sliceCaseReducersByType)throw new Error(Re(13));return l.sliceCaseReducersByType[T]=_,c},addMatcher(v,_){return l.sliceMatchers.push({matcher:v,reducer:_}),c},exposeAction(v,_){return l.actionCreators[v]=_,c},exposeCaseReducer(v,_){return l.sliceCaseReducersByName[v]=_,c}};a.forEach(v=>{let _=o[v],T={reducerName:v,type:Bc(i,v),createNotation:typeof n.reducers=="function"};zc(_)?Kc(T,_,c,t):jc(T,_,c)});function u(){let[v={},_=[],T=void 0]=typeof n.extraReducers=="function"?co(n.extraReducers):[n.extraReducers],U={...v,...l.sliceCaseReducersByType};return Rc(n.initialState,P=>{for(let $ in U)P.addCase($,U[$]);for(let $ of l.sliceMatchers)P.addMatcher($.matcher,$.reducer);for(let $ of _)P.addMatcher($.matcher,$.reducer);T&&P.addDefaultCase(T)})}let d=v=>v,p=new Map,y=new WeakMap,x;function E(v,_){return x||(x=u()),x(v,_)}function g(){return x||(x=u()),x.getInitialState()}function A(v,_=!1){function T(P){let $=P[v];return typeof $>"u"&&_&&($=zr(y,T,g)),$}function U(P=d){let $=zr(p,_,()=>new WeakMap);return zr($,P,()=>{let Ut={};for(let[se,je]of Object.entries(n.selectors??{}))Ut[se]=Fc(je,P,()=>zr(y,P,g),_);return Ut})}return{reducerPath:v,getSelectors:U,get selectors(){return U(T)},selectSlice:T}}let L={name:i,reducer:E,actions:l.actionCreators,caseReducers:l.sliceCaseReducersByName,getInitialState:g,...A(s),injectInto(v,{reducerPath:_,...T}={}){let U=_??s;return v.inject({reducerPath:U,reducer:E},T),{...L,...A(U,!0)}}};return L}}function Fc(e,t,r,n){function i(s,...o){let a=t(s);return typeof a>"u"&&n&&(a=r()),e(a,...o)}return i.unwrapped=e,i}var po=Hc();function Vc(){function e(t,r){return{_reducerDefinitionType:"asyncThunk",payloadCreator:t,...r}}return e.withTypes=()=>e,{reducer(t){return Object.assign({[t.name](...r){return t(...r)}}[t.name],{_reducerDefinitionType:"reducer"})},preparedReducer(t,r){return{_reducerDefinitionType:"reducerWithPrepare",prepare:t,reducer:r}},asyncThunk:e}}function jc({type:e,reducerName:t,createNotation:r},n,i){let s,o;if("reducer"in n){if(r&&!Wc(n))throw new Error(Re(17));s=n.reducer,o=n.prepare}else s=n;i.addCase(e,s).exposeCaseReducer(t,s).exposeAction(t,o?Ue(e,o):Ue(e))}function zc(e){return e._reducerDefinitionType==="asyncThunk"}function Wc(e){return e._reducerDefinitionType==="reducerWithPrepare"}function Kc({type:e,reducerName:t},r,n,i){if(!i)throw new Error(Re(18));let{payloadCreator:s,fulfilled:o,pending:a,rejected:l,settled:c,options:u}=r,d=i(e,s,u);n.exposeAction(t,d),o&&n.addCase(d.fulfilled,o),a&&n.addCase(d.pending,a),l&&n.addCase(d.rejected,l),c&&n.addMatcher(d.settled,c),n.exposeCaseReducer(t,{fulfilled:o||Wr,pending:a||Wr,rejected:l||Wr,settled:c||Wr})}function Wr(){}var fo="listener",ho="completed",mo="cancelled",ep=`task-${mo}`,tp=`task-${ho}`,rp=`${fo}-${mo}`,np=`${fo}-${ho}`;var{assign:yo}=Object;var ni="listenerMiddleware";var Gc=yo(Ue(`${ni}/add`),{withTypes:()=>Gc}),ip=Ue(`${ni}/removeAll`),qc=yo(Ue(`${ni}/remove`),{withTypes:()=>qc});function Re(e){return`Minified Redux Toolkit error #${e}; visit https://redux-toolkit.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var Yc=br(Symbol("withEventBus"),function(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,n,i){this.eventBus.addEventListener(r,n,i)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,i){this.eventBus.removeEventListener(r,n,i)}}}),Kr=class extends Yc(Object){};window.ftReduxStores||(window.ftReduxStores={});var go=class e extends Kr{static get(t){var r;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,s=window.ftReduxStores[n];if(Cr(s))return s;if(i==null)return;let o=po({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=lo({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=Wt(o.getInitialState());for(let d of c.keeping)u[d]=(l??u)[d];return u}else if(typeof c.type=="string"&&c.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...l,...c.overwrites};return o.reducer(l,c)}});return window.ftReduxStores[i.name]=new e(o,a,i.eventBus)}constructor(t,r,n){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new Er,this.injectInto=(s,o)=>this.reduxSlice.injectInto(s,o),this.selectSlice=s=>this.reduxSlice.selectSlice(s);let i=s=>s!=null?JSON.parse(JSON.stringify(s)):s;this.actions=new Proxy(this.reduxSlice.actions,{get:(s,o,a)=>{let l=o,c=s[l];return c?(...u)=>{let d=c(...u.map(i));return this.reduxStore.dispatch(d),d}:u=>{let d=l,p=this.getState()[d];Et(p,u)||this.setState({[d]:i(u)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...t){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:t})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}get selectors(){return this.reduxSlice.selectors}get reducerPath(){return this.reduxSlice.reducerPath}getSelectors(){return this.reduxSlice.getSelectors()}};var Gr=class{static format(t,r,n,i,s){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(n,i,!!s)):this.getIntlDateTime(t,r,n,i,!!s)}static getMomentDateFormat(t,r,n){return n?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,n,i,s){let o=typeof t=="string"?new Date(t):t,a=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(o),l=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(o);return s?l:i?`${a} ${l}`:a}static getTimezoneAsString(){let t=n=>String(Math.floor(n)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${t(Math.abs(r)/60)}:${t(Math.abs(r)%60)}`}};var qr=h(w()),Xc="ft-app-info",Xe=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Xe.eventName="authentication-change";var er=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};er.eventName="ui-locale-changed";var Zc={session:(e,t)=>{(0,qr.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>C.dispatchEvent(new Xe(t.payload)),0))}},C=qr.FtReduxStore.get({name:Xc,reducers:Zc,initialState:{baseUrl:void 0,tenantId:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableContentLocales:[],localesConfiguration:void 0,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,noCustomCode:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1,stickyFilters:void 0}});var xo=h(w()),Yr=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},kp=(0,xo.applyMixinOnce)(Symbol("withDateFormat"),function(e){class t extends e{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(C)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,s;return((s=(i=this.metadataDescriptors.find(a=>a.key===n))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1)?a=>Gr.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Yr([(0,ii.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),Yr([(0,ii.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),Yr([$n({store:C.name,selector:r=>{var n,i;return(i=(n=r.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&i!==void 0?i:[]}})],t.prototype,"metadataDescriptors",void 0),Yr([$n({store:C.name})],t.prototype,"uiLocale",void 0),t});var vo;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(vo||(vo={}));var bo;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(bo||(bo={}));var Eo;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(Eo||(Eo={}));var Ao;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(Ao||(Ao={}));var So;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(So||(So={}));var _o;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(_o||(_o={}));var Co;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(Co||(Co={}));var wo;(function(e){e.BOOKMARK__CREATE="BOOKMARK__CREATE",e.BOOKMARK__DELETE="BOOKMARK__DELETE",e.CASE_DEFLECTION__START="CASE_DEFLECTION__START",e.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",e.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",e.CHATBOT__RATE="CHATBOT__RATE",e.COLLECTION__CREATE="COLLECTION__CREATE",e.COLLECTION__UPDATE="COLLECTION__UPDATE",e.COLLECTION__DELETE="COLLECTION__DELETE",e.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",e.DOCUMENT__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",e.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",e.DOCUMENT__PRINT="DOCUMENT__PRINT",e.DOCUMENT__PROCESS="DOCUMENT__PROCESS",e.DOCUMENT__RATE="DOCUMENT__RATE",e.DOCUMENT__SEARCH="DOCUMENT__SEARCH",e.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",e.DOCUMENT__UNRATE="DOCUMENT__UNRATE",e.FEEDBACK__SEND="FEEDBACK__SEND",e.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",e.AI__RATE="AI__RATE",e.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",e.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",e.KHUB__PROCESS="KHUB__PROCESS",e.KHUB__SEARCH="KHUB__SEARCH",e.LABELS__DOWNLOAD="LABELS__DOWNLOAD",e.LINK__SHARE="LINK__SHARE",e.PAGE__DISPLAY="PAGE__DISPLAY",e.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",e.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",e.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",e.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",e.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",e.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",e.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",e.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",e.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",e.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",e.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",e.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",e.TOPIC__RATE="TOPIC__RATE",e.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",e.TOPIC__UNRATE="TOPIC__UNRATE",e.USER__LOGIN="USER__LOGIN",e.USER__LOGOUT="USER__LOGOUT",e.HEARTBEAT="HEARTBEAT"})(wo||(wo={}));var To;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(To||(To={}));var Oo;(function(e){e.THIRD_PARTY="THIRD_PARTY",e.OFF_THE_GRID="OFF_THE_GRID",e.CONTENT_PACKAGER="CONTENT_PACKAGER",e.PAGES="PAGES",e.DESIGNED_READER="DESIGNED_READER"})(Oo||(Oo={}));var Ro;(function(e){e.HOMEPAGE="HOMEPAGE",e.CUSTOM="CUSTOM",e.HEADER="HEADER",e.READER="READER",e.TOPIC_TEMPLATE="TOPIC_TEMPLATE",e.SEARCH="SEARCH",e.SEARCH_RESULT="SEARCH_RESULT",e.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",e.LINK_PREVIEW="LINK_PREVIEW",e.UD_VIEWER="UD_VIEWER",e.ASSET_VIEWER="ASSET_VIEWER"})(Ro||(Ro={}));var Lo;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(Lo||(Lo={}));var No;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(No||(No={}));var Po;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(Po||(Po={}));var Do;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(Do||(Do={}));var ko;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR",e.CUSTOM="CUSTOM"})(ko||(ko={}));var Mo;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(Mo||(Mo={}));var Io;(function(e){e.ASC="ASC",e.DESC="DESC"})(Io||(Io={}));var Uo;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(Uo||(Uo={}));var $o;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})($o||($o={}));var Bo;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Bo||(Bo={}));var Ho;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(Ho||(Ho={}));var Fo;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.PERSONAL_BOOK="PERSONAL_BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Fo||(Fo={}));var Vo;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Vo||(Vo={}));var jo;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(jo||(jo={}));var zo;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(zo||(zo={}));var Wo;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Wo||(Wo={}));var H;(function(e){e.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",e.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",e.HTML_EXPORT_USER="HTML_EXPORT_USER",e.PDF_EXPORT_USER="PDF_EXPORT_USER",e.SAVED_SEARCH_USER="SAVED_SEARCH_USER",e.COLLECTION_USER="COLLECTION_USER",e.OFFLINE_USER="OFFLINE_USER",e.ANALYTICS_USER="ANALYTICS_USER",e.BETA_USER="BETA_USER",e.DEBUG_USER="DEBUG_USER",e.PRINT_USER="PRINT_USER",e.RATING_USER="RATING_USER",e.FEEDBACK_USER="FEEDBACK_USER",e.GENERATIVE_AI_USER="GENERATIVE_AI_USER",e.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",e.CONTENT_PUBLISHER="CONTENT_PUBLISHER",e.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",e.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",e.KHUB_ADMIN="KHUB_ADMIN",e.USERS_ADMIN="USERS_ADMIN",e.PORTAL_ADMIN="PORTAL_ADMIN",e.ADMIN="ADMIN"})(H||(H={}));var ae;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(ae||(ae={}));var Ko;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(Ko||(Ko={}));var Go;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(Go||(Go={}));var qo;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(qo||(qo={}));var Yo;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SUMMARY="SUMMARY",e.SEMANTIC_SEARCH="SEMANTIC_SEARCH",e.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",e.DOCUMENTATION="DOCUMENTATION",e.OTHER="OTHER"})(Yo||(Yo={}));var Xo;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(Xo||(Xo={}));var Zo;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Zo||(Zo={}));var Jo;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Jo||(Jo={}));var Qo;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Qo||(Qo={}));var ea;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(ea||(ea={}));var ta;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(ta||(ta={}));var ra;(function(e){e.SOURCES="SOURCES",e.ENRICH_AND_CLEAN="ENRICH_AND_CLEAN",e.VOCABULARIES="VOCABULARIES",e.METADATA="METADATA",e.PRETTY_URL="PRETTY_URL",e.ACCESS_RULE="ACCESS_RULE",e.DESIGNED_PAGES="DESIGNED_PAGES",e.THEME_STUDIO="THEME_STUDIO",e.PORTAL_GENERAL="PORTAL_GENERAL",e.ASSETS="ASSETS",e.CODE_LIBRARY="CODE_LIBRARY",e.THEME="THEME",e.CONTENT_STYLES="CONTENT_STYLES",e.HOMEPAGE="HOMEPAGE",e.CLASSIC_SEARCH_PAGE="CLASSIC_SEARCH_PAGE",e.CLASSIC_READER_PAGE="CLASSIC_READER_PAGE",e.PORTAL_METADATA="PORTAL_METADATA",e.LANGUAGES="LANGUAGES",e.PRINT_TEMPLATES="PRINT_TEMPLATES",e.OFFLINE="OFFLINE",e.CUSTOM_JS="CUSTOM_JS",e.CONFIDENTIALITY="CONFIDENTIALITY",e.NOTIFICATIONS="NOTIFICATIONS"})(ra||(ra={}));var na;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(na||(na={}));var Jc={[H.PERSONAL_BOOK_SHARE_USER]:[H.PERSONAL_BOOK_USER],[H.HTML_EXPORT_USER]:[H.PERSONAL_BOOK_USER],[H.PDF_EXPORT_USER]:[H.PERSONAL_BOOK_USER],[H.KHUB_ADMIN]:[H.CONTENT_PUBLISHER],[H.ADMIN]:[H.KHUB_ADMIN,H.USERS_ADMIN,H.PORTAL_ADMIN,H.BEHAVIOR_DATA_USER],[H.GENERATIVE_AI_EXPORT_USER]:[H.GENERATIVE_AI_USER]};function ia(e,t){return e===t||(Jc[e]??[]).some(r=>ia(r,t))}function sa(e,t){return e==null?!1:(Array.isArray(e)?e:Array.isArray(e.roles)?e.roles:Array.isArray(e.profile?.roles)?e.profile.roles:[]).some(n=>ia(n,t))}var en=h(w());var si=h(w());var Ze=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=C.getState(),i=t??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(t){return new Promise(r=>{let n=e.get(t);if(n)r(n);else{let i=C.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var wt=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:Ze.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):Ze.await()}};var ie=class extends wt{constructor(t=!0,r){var n;super(r),this.sortObjectFields=(s,o)=>typeof o!="object"||o==null||Array.isArray(o)?o:Object.fromEntries(Object.entries(o).sort(([a],[l])=>a.localeCompare(l)));let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new si.CacheRegistry,this.cache=t?i.commonCache:new si.CacheRegistry}clearCache(){this.cache.clearAll()}hash(t){return String(Array.from(JSON.stringify(t,this.sortObjectFields)).reduce((r,n)=>0|31*r+n.charCodeAt(0),0))}};var Xr=class extends ie{async listMySearches(){let{session:t}=C.getState();return sa(t,H.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var Zr=class extends ie{async listMyBookmarks(){let t=C.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var Jr=class extends ie{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(t){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${t}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(t){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${t}`),this.CACHE_DURATION)}isAuthenticated(){let t=C.getState().session;return!!t?.sessionAuthenticated}};var Qr=class extends ie{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let t=C.getState().session;return!!t?.sessionAuthenticated}};var Qc="ft-user-assets",eu={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(ae).forEach(t=>{e.assetCounts.allAsset[t]=void 0})},setBookmarkCountByMap:(e,t)=>{let r=t.payload.mapId;e.assetCounts.bookmarkByMap[r]=t.payload.count},clearBookmarkCountByMap:e=>{e.assetCounts.bookmarkByMap={}},addAsset:(e,t)=>{let{assetType:r,mapId:n,asset:i}=t.payload;ai(e,r,[...oi(e,r),i]),oa(e,r,1,n),aa(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;ai(e,r,oi(e,r).map(i=>i.id===n.id?n:i)),aa(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;ai(e,r,oi(e,r).filter(s=>s.id!==i)),oa(e,r,-1,n)}},la={[ae.SEARCHES]:"savedSearches",[ae.BOOKMARKS]:"bookmarks",[ae.BOOKS]:void 0,[ae.COLLECTIONS]:void 0},oi=(e,t)=>{var r;let n=la[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},ai=(e,t,r)=>{let n=la[t];n&&(e[n]=r)},oa=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===ae.BOOKMARKS&&n)){let s=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,s+r)}},aa=(e,t)=>{let r=e.assetLabels.map(i=>i.title),n=t.labels.filter(i=>!r.includes(i)).map(i=>({title:i}));e.assetLabels.push(...n)},Y=en.FtReduxStore.get({name:Qc,reducers:eu,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(ae).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),li=class{constructor(t=new Jr,r=new Qr){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=C.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Zr,this.savedSearchesService=new Xr,C.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=C.getState();(0,en.deepEqual)((t=this.currentSession)===null||t===void 0?void 0:t.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),Y.actions.clearAssetCount(),Y.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Y.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Y.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Y.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();Y.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&Y.getState().assetCounts.allAsset[t]!==r.count&&Y.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&Y.getState().assetCounts.bookmarkByMap[t]!==r.count&&Y.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(Y.getState().assetCounts.bookmarkByMap).length!==0;t===ae.BOOKMARKS&&r&&Y.actions.clearBookmarkCountByMap(),Y.getState().assetCounts.allAsset[t]!==void 0&&await this.loadAssetCount(t)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){let r=!((t=this.currentSession)===null||t===void 0)&&t.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Y.actions.bookmarks(r)}}},tu=new li;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=tu);var ci=class{addCommand(t,r=!1){C.commands.add(t,r)}consumeCommand(t){return C.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new ci;var le=h(w());var ca,Tt=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},ru=Symbol("clearAfterUnitTest"),tn=class extends(0,le.withEventBus)(ie){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[ca]=()=>{this.defaultMessages={},this.cache=new le.CacheRegistry,this.listeners={}},this.currentUiLocale=C.getState().uiLocale,C.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=C.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let r=t.name.toLowerCase();this.cache.setFinal(r,t),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,r){var n;if(t=t.toLowerCase(),r&&Object.keys(r).length>0){let i={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...r};(0,le.deepEqual)(this.defaultMessages[t],i)||(this.defaultMessages[t]=i,await this.notify(t))}return this.fetchContext(t)}resolveContext(t){var r,n;return this.fetchContext(t),(n=(r=this.cache.getNow(t))===null||r===void 0?void 0:r.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(t,r){let n=t.toLowerCase();return this.resolveContext(n)[r]}resolveMessage(t,r,...n){var i;let s=t.toLowerCase(),o=this.resolveContext(s);return new le.ParametrizedLabelResolver((i=this.defaultMessages[s])!==null&&i!==void 0?i:{},o).resolve(r,...n)}async fetchContext(t){let r=!this.cache.has(t),n;try{n=await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),r&&await this.notify(t)}catch(i){!(i instanceof le.CanceledPromiseError)&&r&&console.error(i)}return n}subscribe(t,r){var n;return t=t.toLowerCase(),this.listeners[t]=(n=this.listeners[t])!==null&&n!==void 0?n:new Set,this.listeners[t].add(r),()=>{var i;return(i=this.listeners[t])===null||i===void 0?void 0:i.delete(r)}}async notifyAll(){let t=Object.keys(this.listeners);document.body.dispatchEvent(new Tt({loadedContexts:t})),this.dispatchEvent(new Tt({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new Tt({loadedContexts:[t]})),this.dispatchEvent(new Tt({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,le.delay)(0).then(()=>n()).catch(()=>null)))}};ca=ru;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends tn{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends tn{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var Ot=window.FluidTopicsI18nService,rn=window.FluidTopicsCustomI18nService;var ua=h(w()),ui=class{highlightHtml(t,r,n){(0,ua.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new ui;var da=h(w());var di=class{isDate(t){var r,n,i,s;return(s=(i=((n=(r=C.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(a=>a.key===t))===null||i===void 0?void 0:i.date)!==null&&s!==void 0?s:!1}format(t,r){var n,i,s,o;if(t==null)return"";try{return da.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:C.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(s=r?.withTime)!==null&&s!==void 0?s:!1,(o=r?.onlyTime)!==null&&o!==void 0?o:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new di;var pa=h(w());var tr=class{static get(t,r){var n,i,s,o;let a=C.getState(),{lang:l,region:c}=(s=(i=(n=a.localesConfiguration)===null||n===void 0?void 0:n.defaultLocales)===null||i===void 0?void 0:i.defaultContentLocale)!==null&&s!==void 0?s:{lang:"en",region:"US"};return new pa.SearchPlaceConverter(a.baseUrl,t??20,(o=a.localesConfiguration)===null||o===void 0?void 0:o.allLanguagesAllowed,r??`${l}-${c}`)}};var pi=class{urlToSearchRequest(t){return tr.get().parse(t)}searchRequestToUrl(t){return tr.get().serialize(t)}};window.FluidTopicsUrlService=new pi;var Le=h(w());var Je=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{nextLocation:t}})}};Je.eventName="before-location-change";var Qe=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};Qe.eventName="change";var fi=class{itemName(t){return`fluid-topics-history-item-${t}`}get(t){let r=sessionStorage.getItem(this.itemName(t));return r?JSON.parse(r):void 0}set(t,r){sessionStorage.setItem(this.itemName(t),JSON.stringify(r))}},fa=new fi;var nn=class e extends Le.WithEventBus{static build(){return new e(window.history,fa,()=>window.location,!1)}constructor(t,r,n,i){var s,o;super(),this.history=t,this.historyStorage=r,this.windowLocation=n,this.states=[],this.realPushState=t.pushState,this.realReplaceState=t.replaceState,this.initialIndex=(o=(s=t.state)===null||s===void 0?void 0:s.index)!==null&&o!==void 0?o:t.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(i)}setCurrentState(t,r=!1){let n=r&&this.currentIndex===t.index-1;this.currentState={...this.buildCurrentState(),...t},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,n&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),(0,Le.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,this.windowLocation().href]),setTimeout(()=>this.dispatchEvent(new Qe(this.currentItem())),0)}installProxies(){let t=r=>(n,i,[s,o,a])=>{let l=new Je(new URL(typeof a=="string"?a:(a??this.windowLocation()).href,window.location.origin));this.dispatchEvent(l);let c=r(),u={...c===this.currentIndex?this.currentState:void 0,...s,index:c,href:l.detail.nextLocation.href};n.apply(i,[u,o,u.href]),this.setCurrentState(u,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:t(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:t(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",t=>this.setCurrentState(t.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(t){for(let r=this.history.length-1;r>=0;r--)t?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(t){var r;let n={...this.buildCurrentState(),...t,index:this.currentIndex,title:(r=t?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(n)}addBeforeLocationChangeListener(t){this.addEventListener(Je.eventName,t)}removeBeforeLocationChangeListener(t){this.removeEventListener(Je.eventName,t)}addHistoryChangeListener(t){this.addEventListener(Qe.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(Qe.eventName,t)}currentItem(){return(0,Le.deepCopy)(this.currentState)}back(){let t=this.previousDifferentMajorPosition();t>=0?this.history.go(t-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return(0,Le.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,Le.deepCopy)(r.find(n=>t(n)))}previousDifferentMajorPosition(){let t=this.currentIndex>0?this.currentIndex-1:0;for(;t>0&&!this.isDifferentMajorState(t);)t--;return t}forward(){let t=this.nextMajorPosition();t&&t<this.states.length?this.history.go(t-this.currentIndex):this.history.forward()}forwardItem(){let t=this.nextMajorPosition();if(t)return(0,Le.deepCopy)(this.states[t])}nextMajorPosition(){let t=this.currentIndex;if(!(t>=this.states.length)){do t++;while(t<this.states.length&&!this.isDifferentMajorState(t));return this.getHigherPositionInTheSameState(t)}}getHigherPositionInTheSameState(t){var r;let n=(r=this.states[t])===null||r===void 0?void 0:r.majorStateId;if(!n)return t;let i=t,s=t+1;for(;this.states.length>s&&!this.isDifferentMajorState(s,n);)this.hasState(s)&&(i=s),s++;return i}buildCurrentState(){var t,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(t=this.history.state)===null||t===void 0?void 0:t.title)!==null&&r!==void 0?r:document.title}}hasState(t){return this.states[t]!=null}isDifferentMajorState(t,r){var n;if(!this.hasState(t))return!1;let i=r??this.currentState.majorStateId,s=(n=this.states[t])===null||n===void 0?void 0:n.majorStateId;return s==null||s!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=nn.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),backwardItemMatching:e=>window.FluidTopicsInternalHistoryService.backwardItemMatching(e),addHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(e),removeHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(e),addBeforeLocationChangeListener:e=>window.FluidTopicsInternalHistoryService.addBeforeLocationChangeListener(e),removeBeforeLocationChangeListener:e=>window.FluidTopicsInternalHistoryService.removeBeforeLocationChangeListener(e)});var ha=h(V());var ma=ha.css`
160
+ `;var xa=h(V()),X=h(Z()),rt=h(w());var et=h(w());function ya(e,t){let{authenticationRequired:r,session:n}=C.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(t):e()}var sn=class extends wt{async updateUiLocale(t){return(await this.awaitApi).updateUiLocale(t)}};var hi=class e extends et.FtStateManager{static build(t){return new e(C,t)}constructor(t,r){super(),this.store=t,this.cache=new et.CacheRegistry,this.withManualResources=!0,this.userLocaleService=new sn,this.cleanSessionDebouncer=new et.Debouncer,this.reloadConfiguration=()=>{var n;(n=this.cache)===null||n===void 0||n.clear("availableContentLocales"),this.updateAvailableContentLocales()},this.reloadDebouncer=new et.Debouncer(500),this.apiProvider=r??(()=>Ze.get())}setWithManualResources(t){this.withManualResources=t,this.updateIfNeeded()}addListeners(){this.store.addEventListener(Xe.eventName,this.reloadConfiguration)}removeListeners(){this.store.removeEventListener(Xe.eventName,this.reloadConfiguration)}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.store.getState().session==null&&this.updateSession(),this.store.getState().metadataConfiguration==null&&this.updateMetadataConfiguration()),this.store.getState().localesConfiguration==null&&this.updateLocalesConfiguration(),(this.store.getState().availableContentLocales==null||this.store.getState().availableContentLocales.length==0)&&this.updateAvailableContentLocales())}async updateSession(){let t=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.setSession(void 0)},r.idleTimeoutInMillis),r});this.setSession(t)}async updateMetadataConfiguration(){this.setMetadataConfiguration(await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration()))}async updateLocalesConfiguration(){this.setLocalesConfiguration(await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration()))}async updateAvailableContentLocales(){var t;let r=await this.cache.get("availableContentLocales",()=>ya(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((t=r.contentLocales)!==null&&t!==void 0?t:[])}setStickyFilters(t){this.store.actions.stickyFilters(t)}setBaseUrl(t){this.store.actions.baseUrl(t),window.fluidTopicsBaseUrl=t}setTenantId(t){this.store.actions.tenantId(t)}setApiIntegrationIdentifier(t){this.store.actions.apiIntegrationIdentifier(t)}setApiIntegrationAppVersion(t){this.store.actions.apiIntegrationAppVersion(t)}setUiLocale(t){this.store.actions.uiLocale(t)}setLocalesConfiguration(t){this.store.actions.localesConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setAvailableContentLocales(t){this.store.actions.availableContentLocales(t),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(t,r){this.userLocaleService.updateUiLocale({uiLocale:t,contentLocale:r}).then(n=>{n.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new er(n)))}).catch(()=>{})}setMetadataConfiguration(t){this.store.actions.metadataConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setNoCustom(t){this.store.actions.noCustom(t)}setEditorMode(t){this.store.actions.editorMode(t)}setNoCustomComponent(t){this.store.actions.noCustomComponent(t)}setNoCustomCode(t){this.store.actions.noCustomCode(t)}setSession(t){this.store.actions.session(t),setTimeout(()=>this.updateIfNeeded())}setOpenExternalDocumentInNewTab(t){this.store.actions.openExternalDocumentInNewTab(t)}setNavigatorOnline(t){this.store.actions.navigatorOnline(t)}setForcedOffline(t){this.store.actions.forcedOffline(t)}setAuthenticationRequired(t){this.store.actions.authenticationRequired(t)}},ga=hi.build();var tt=class extends Event{constructor(t,r,n,i){super("context-request",{bubbles:!0,composed:!0}),this.context=t,this.contextTarget=r,this.callback=n,this.subscribe=i??!1}};var rr=class{constructor(){this.pendingContextRequests=new Map,this.onContextProvider=t=>{let r=this.pendingContextRequests.get(t.context);if(r===void 0)return;this.pendingContextRequests.delete(t.context);let{requests:n}=r;for(let{elementRef:i,callbackRef:s}of n){let o=i.deref(),a=s.deref();o===void 0||a===void 0||o.dispatchEvent(new tt(t.context,o,a,!0))}},this.onContextRequest=t=>{if(t.subscribe!==!0)return;let r=t.contextTarget??t.composedPath()[0],n=t.callback,i=this.pendingContextRequests.get(t.context);i===void 0&&this.pendingContextRequests.set(t.context,i={callbacks:new WeakMap,requests:[]});let s=i.callbacks.get(r);s===void 0&&i.callbacks.set(r,s=new WeakSet),s.has(n)||(s.add(n),i.requests.push({elementRef:new WeakRef(r),callbackRef:new WeakRef(n)}))}}attach(t){t.addEventListener("context-request",this.onContextRequest),t.addEventListener("context-provider",this.onContextProvider)}detach(t){t.removeEventListener("context-request",this.onContextRequest),t.removeEventListener("context-provider",this.onContextProvider)}};var W=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},k=class extends rt.FtLitElementRedux{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.apiIntegrationAppVersion="ft-integration-app-version",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.noCustomCode=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.authenticationRequired=!1,this.messageContexts=[],this.stateManager=ga,this.contextRoot=new rr}render(){return xa.html`
161
161
  <slot></slot>
162
- `}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(t){var r;super.update(t),t.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),t.has("tenantId")&&this.stateManager.setTenantId(this.tenantId),t.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),t.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),t.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),t.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),t.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),t.has("noCustomCode")&&this.stateManager.setNoCustomCode(this.noCustomCode),t.has("session")&&this.stateManager.setSession(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>Tt.addContext(n)),t.has("openExternalDocumentInNewTab")&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&this.stateManager.setNavigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&this.stateManager.setForcedOffline(this.forcedOffline),t.has("authenticationRequired")&&this.stateManager.setAuthenticationRequired(this.authenticationRequired),t.has("withManualResources")&&((r=this.stateManager)===null||r===void 0||r.setWithManualResources(this.withManualResources)),setTimeout(()=>this.stateManager.updateIfNeeded())}};M.elementDefinitions={};M.styles=ha;W([(0,X.property)()],M.prototype,"baseUrl",void 0);W([(0,X.property)()],M.prototype,"tenantId",void 0);W([(0,X.property)()],M.prototype,"apiIntegrationIdentifier",void 0);W([(0,X.property)()],M.prototype,"apiIntegrationAppVersion",void 0);W([(0,X.property)()],M.prototype,"uiLocale",void 0);W([(0,et.jsonProperty)(null)],M.prototype,"availableUiLocales",void 0);W([(0,et.jsonProperty)(null)],M.prototype,"metadataConfiguration",void 0);W([(0,X.property)({type:Boolean})],M.prototype,"editorMode",void 0);W([(0,X.property)({type:Boolean})],M.prototype,"noCustom",void 0);W([(0,X.property)({type:Boolean})],M.prototype,"openExternalDocumentInNewTab",void 0);W([(0,X.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],M.prototype,"noCustomComponent",void 0);W([(0,X.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],M.prototype,"noCustomCode",void 0);W([(0,X.property)({type:Boolean})],M.prototype,"withManualResources",void 0);W([(0,X.property)({type:Boolean})],M.prototype,"navigatorOnline",void 0);W([(0,X.property)({type:Boolean})],M.prototype,"forcedOffline",void 0);W([(0,X.property)({type:Boolean})],M.prototype,"authenticationRequired",void 0);W([(0,et.jsonProperty)([])],M.prototype,"messageContexts",void 0);W([(0,et.jsonProperty)(void 0)],M.prototype,"session",void 0);var va=h(w());var xa={"ft-app-context":M};(0,va.customElements)(xa);var nn=class e{static build(t){return new e(t)}static buildCustom(t){return new e(t,!0)}static fromGwt(t){return new e(t)}get service(){return this.custom?en:Tt}constructor(t,r=!1){this.name=t,this.custom=r,this.properties=new Proxy({},{get:(n,i)=>{let s=i;return o=>({context:this.name,key:s,custom:this.custom,args:typeof o=="function"?void 0:o,argsProvider:typeof o=="function"?o:void 0})}}),this.messages=new Proxy({},{get:(n,i)=>(...s)=>this.service.resolveMessage(this.name,i,...s)}),this.rawMessages=new Proxy({},{get:(n,i)=>this.service.resolveRawMessage(this.name,i)}),this.keys=new Proxy({},{get:(n,i)=>()=>i}),this.attributes=new Proxy({},{get:(n,i)=>()=>({context:this.name,key:i,message:this.service.resolveRawMessage(this.name,i)})})}};var Rt=h(w());var ba=h(Z());var hi=class{fromLocalizableLabel(t){return t.type=="PLAIN_TEXT"?{message:t.text}:{key:t.key,custom:t.type=="LOCALIZED_CUSTOM",context:t.context,message:t.key}}fromAttribute(t){if(t!=null)try{return JSON.parse(t)}catch{if(this.isI18nKey(t)){let[r,n]=t.split(".");return{context:r,key:n,custom:r!=="officialContext",message:""}}return{message:t}}}toAttribute(t){if(t!=null)return JSON.stringify(t)}isI18nKey(t){return t.match(/^[\w-]+\.[\w-]+$/)}},Ot=new hi;var iu=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},tr=Symbol("i18nAttributes"),Ea=Symbol("i18nListAttributes"),Aa=Symbol("i18nProperties"),sn=Symbol("i18nContexts"),er=Symbol("i18nUnsubs"),ln=(0,Rt.applyMixinOnce)(Symbol("withI18n"),function(e){var t,r;class n extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map,this[r]=new Map}getI18nService(s){return s??this.useCustomMessageContexts?en:Tt}i18n(s){let{context:o,key:a,message:l}=s,{custom:c,args:u,argsProvider:d}=s;if(o&&a){this.hasI18nContext(o)||this.addI18nContext(o,void 0,c);let p=u??(d?d(this):[]);return this.getI18nService(c).resolveMessage(o,a,...p)}return l}async awaitI18n(s){let{context:o,custom:a}=s;return o&&await this.getI18nService(a).prepareContext(o),this.i18n(s)}customI18n(s,o){if(Ot.isI18nKey(s)){let[a,l]=s.split(".");return this.i18n({custom:!0,context:a,key:l,...o})||s}return s}firstUpdated(s){super.firstUpdated(s),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(s){super.update(s),this.updateI18nAttributes((o,a,l)=>s.has(a)||typeof o.argsProvider=="function"),this.updateI18nProperties(o=>typeof o.argsProvider=="function")}onI18nUpdate(s){this.updateI18nAttributes((o,a,l)=>{var c;return((c=l?.context)===null||c===void 0?void 0:c.toLowerCase())===s}),this.updateI18nProperties(o=>o.context.toLowerCase()===s),this.requestUpdate()}updateI18nAttributes(s){var o,a;let l=this,c=(u,d,p)=>p?.context&&p.key&&s(u,d,p)?{...p,message:this.i18n({context:p.context,key:p.key,custom:p.custom,...u})}:p;(o=this[tr])===null||o===void 0||o.forEach((u,d)=>l[d]=c(u,d,l[d])),(a=this[Ea])===null||a===void 0||a.forEach((u,d)=>{var p;return l[d]=(p=l[d])===null||p===void 0?void 0:p.map(y=>c(u,d,y))})}updateI18nProperties(s){var o;(o=this[Aa])===null||o===void 0||o.forEach((a,l)=>{s(a,l)&&(this[l]=this.i18n(a))})}addI18nMessages(s,o,a){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(s,o,a)}addI18nContext(s,o,a){let l=(typeof s=="string"?s:s.name).toLowerCase();a=typeof s=="string"?a:s.custom,this[sn].set(l,{isCustomContext:a}),this[er].has(l)||this[er].set(l,this.getI18nService(a).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(a).prepareContext(l,o)}hasI18nContext(s){return this[sn].has(s.toLowerCase())}connectedCallback(){super.connectedCallback(),this[sn].forEach((s,o)=>this.addI18nContext(o,void 0,s.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[er].forEach(s=>s()),this[er].clear()}}return t=sn,r=er,iu([(0,ba.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),on=class extends ln(Rt.FtLitElement){},an=class extends ln(Rt.FtLitElementRedux){};var Sa=h(F());var _a=Sa.css`
163
- `;var cn=h(F()),un=h(Z()),dn=h(w());var rr=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},me=class extends an{constructor(){super(),this.editorMode=!1,this.addStore(C)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":cn.nothing:cn.html`
162
+ `}connectedCallback(){super.connectedCallback(),this.stateManager.addListeners(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.stateManager.removeListeners(),this.contextRoot.detach(document.body)}update(t){var r;super.update(t),t.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),t.has("tenantId")&&this.stateManager.setTenantId(this.tenantId),t.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),t.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),t.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),t.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),t.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),t.has("noCustomCode")&&this.stateManager.setNoCustomCode(this.noCustomCode),t.has("session")&&this.stateManager.setSession(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>Ot.addContext(n)),t.has("openExternalDocumentInNewTab")&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&this.stateManager.setNavigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&this.stateManager.setForcedOffline(this.forcedOffline),t.has("authenticationRequired")&&this.stateManager.setAuthenticationRequired(this.authenticationRequired),t.has("withManualResources")&&((r=this.stateManager)===null||r===void 0||r.setWithManualResources(this.withManualResources)),setTimeout(()=>this.stateManager.updateIfNeeded())}};k.elementDefinitions={};k.styles=ma;W([(0,X.property)()],k.prototype,"baseUrl",void 0);W([(0,X.property)()],k.prototype,"tenantId",void 0);W([(0,X.property)()],k.prototype,"apiIntegrationIdentifier",void 0);W([(0,X.property)()],k.prototype,"apiIntegrationAppVersion",void 0);W([(0,X.property)()],k.prototype,"uiLocale",void 0);W([(0,rt.jsonProperty)(null)],k.prototype,"availableUiLocales",void 0);W([(0,rt.jsonProperty)(null)],k.prototype,"metadataConfiguration",void 0);W([(0,X.property)({type:Boolean})],k.prototype,"editorMode",void 0);W([(0,X.property)({type:Boolean})],k.prototype,"noCustom",void 0);W([(0,X.property)({type:Boolean})],k.prototype,"openExternalDocumentInNewTab",void 0);W([(0,X.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],k.prototype,"noCustomComponent",void 0);W([(0,X.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],k.prototype,"noCustomCode",void 0);W([(0,X.property)({type:Boolean})],k.prototype,"withManualResources",void 0);W([(0,X.property)({type:Boolean})],k.prototype,"navigatorOnline",void 0);W([(0,X.property)({type:Boolean})],k.prototype,"forcedOffline",void 0);W([(0,X.property)({type:Boolean})],k.prototype,"authenticationRequired",void 0);W([(0,rt.jsonProperty)([])],k.prototype,"messageContexts",void 0);W([(0,rt.jsonProperty)(void 0)],k.prototype,"session",void 0);var ba=h(w());var va={"ft-app-context":k};(0,ba.customElements)(va);var on=class e{static build(t){return new e(t)}static buildCustom(t){return new e(t,!0)}static fromGwt(t){return new e(t)}get service(){return this.custom?rn:Ot}constructor(t,r=!1){this.name=t,this.custom=r,this.properties=new Proxy({},{get:(n,i)=>{let s=i;return o=>({context:this.name,key:s,custom:this.custom,args:typeof o=="function"?void 0:o,argsProvider:typeof o=="function"?o:void 0})}}),this.messages=new Proxy({},{get:(n,i)=>(...s)=>this.service.resolveMessage(this.name,i,...s)}),this.rawMessages=new Proxy({},{get:(n,i)=>this.service.resolveRawMessage(this.name,i)}),this.keys=new Proxy({},{get:(n,i)=>()=>i}),this.attributes=new Proxy({},{get:(n,i)=>()=>({context:this.name,key:i,message:this.service.resolveRawMessage(this.name,i)})})}};var Lt=h(w());var Ea=h(Z());var mi=class{fromLocalizableLabel(t){return t.type=="PLAIN_TEXT"?{message:t.text}:{key:t.key,custom:t.type=="LOCALIZED_CUSTOM",context:t.context,message:t.key}}fromAttribute(t){if(t!=null)try{return JSON.parse(t)}catch{if(this.isI18nKey(t)){let[r,n]=t.split(".");return{context:r,key:n,custom:r!=="officialContext",message:""}}return{message:t}}}toAttribute(t){if(t!=null)return JSON.stringify(t)}isI18nKey(t){return t.match(/^[\w-]+\.[\w-]+$/)}},Rt=new mi;var su=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},ir=Symbol("i18nAttributes"),Aa=Symbol("i18nListAttributes"),Sa=Symbol("i18nProperties"),an=Symbol("i18nContexts"),nr=Symbol("i18nUnsubs"),un=(0,Lt.applyMixinOnce)(Symbol("withI18n"),function(e){var t,r;class n extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map,this[r]=new Map}getI18nService(s){return s??this.useCustomMessageContexts?rn:Ot}i18n(s){let{context:o,key:a,message:l}=s,{custom:c,args:u,argsProvider:d}=s;if(o&&a){this.hasI18nContext(o)||this.addI18nContext(o,void 0,c);let p=u??(d?d(this):[]);return this.getI18nService(c).resolveMessage(o,a,...p)}return l}async awaitI18n(s){let{context:o,custom:a}=s;return o&&await this.getI18nService(a).prepareContext(o),this.i18n(s)}customI18n(s,o){if(Rt.isI18nKey(s)){let[a,l]=s.split(".");return this.i18n({custom:!0,context:a,key:l,...o})||s}return s}firstUpdated(s){super.firstUpdated(s),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(s){super.update(s),this.updateI18nAttributes((o,a,l)=>s.has(a)||typeof o.argsProvider=="function"),this.updateI18nProperties(o=>typeof o.argsProvider=="function")}onI18nUpdate(s){this.updateI18nAttributes((o,a,l)=>{var c;return((c=l?.context)===null||c===void 0?void 0:c.toLowerCase())===s}),this.updateI18nProperties(o=>o.context.toLowerCase()===s),this.requestUpdate()}updateI18nAttributes(s){var o,a;let l=this,c=(u,d,p)=>p?.context&&p.key&&s(u,d,p)?{...p,message:this.i18n({context:p.context,key:p.key,custom:p.custom,...u})}:p;(o=this[ir])===null||o===void 0||o.forEach((u,d)=>l[d]=c(u,d,l[d])),(a=this[Aa])===null||a===void 0||a.forEach((u,d)=>{var p;return l[d]=(p=l[d])===null||p===void 0?void 0:p.map(y=>c(u,d,y))})}updateI18nProperties(s){var o;(o=this[Sa])===null||o===void 0||o.forEach((a,l)=>{s(a,l)&&(this[l]=this.i18n(a))})}addI18nMessages(s,o,a){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(s,o,a)}addI18nContext(s,o,a){let l=(typeof s=="string"?s:s.name).toLowerCase();a=typeof s=="string"?a:s.custom,this[an].set(l,{isCustomContext:a}),this[nr].has(l)||this[nr].set(l,this.getI18nService(a).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(a).prepareContext(l,o)}hasI18nContext(s){return this[an].has(s.toLowerCase())}connectedCallback(){super.connectedCallback(),this[an].forEach((s,o)=>this.addI18nContext(o,void 0,s.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[nr].forEach(s=>s()),this[nr].clear()}}return t=an,r=nr,su([(0,Ea.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),ln=class extends un(Lt.FtLitElement){},cn=class extends un(Lt.FtLitElementRedux){};var _a=h(V());var Ca=_a.css`
163
+ `;var dn=h(V()),Pt=h(Z()),pn=h(w());var Nt=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},ce=class extends cn{constructor(){super(),this.editorMode=!1,this.editorMessage="Select a context and a label key.",this.addStore(C)}render(){return!this.key||!this.context?this.editorMode?this.editorMessage:dn.nothing:dn.html`
164
164
  <span class="ft-i18n">
165
165
  ${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
166
166
  </span>
167
- `}update(t){var r;super.update(t),["context","key","defaultMessage"].some(n=>t.has(n))&&this.context&&this.key&&this.addI18nContext(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};me.elementDefinitions={};me.styles=_a;rr([(0,dn.redux)()],me.prototype,"editorMode",void 0);rr([(0,un.property)()],me.prototype,"context",void 0);rr([(0,un.property)()],me.prototype,"key",void 0);rr([(0,dn.jsonProperty)([])],me.prototype,"args",void 0);rr([(0,un.property)()],me.prototype,"defaultMessage",void 0);var wa=h(w());var Ca={"ft-i18n":me};(0,wa.customElements)(Ca);function Ta(e,t,r){return e?t(e):r?.(e)}var tt=e=>e??B;var Ce=h(w());var ka=h(F()),G=h(Z()),Ia=h(hr()),nr=h(w());var Da=h(F()),V=h(w()),Oa=V.FtCssVariableFactory.extend("--ft-ripple-color","",V.designSystemVariables.colorContent),ce={color:Oa,backgroundColor:V.FtCssVariableFactory.extend("--ft-ripple-background-color","",Oa),opacityContentOnSurfacePressed:V.FtCssVariableFactory.external(V.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:V.FtCssVariableFactory.external(V.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:V.FtCssVariableFactory.external(V.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:V.FtCssVariableFactory.external(V.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:V.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Ra=V.FtCssVariableFactory.extend("--ft-ripple-color","",V.designSystemVariables.colorPrimary),La={color:Ra,backgroundColor:V.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ra)},Na=V.FtCssVariableFactory.extend("--ft-ripple-color","",V.designSystemVariables.colorSecondary),Pa={color:Na,backgroundColor:V.FtCssVariableFactory.extend("--ft-ripple-background-color","",Na)},Ma=Da.css`
167
+ `}update(t){var r;super.update(t),["context","key","defaultMessage"].some(n=>t.has(n))&&this.context&&this.key&&this.addI18nContext(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};ce.elementDefinitions={};ce.styles=Ca;Nt([(0,pn.redux)()],ce.prototype,"editorMode",void 0);Nt([(0,Pt.property)()],ce.prototype,"context",void 0);Nt([(0,Pt.property)()],ce.prototype,"key",void 0);Nt([(0,pn.jsonProperty)([])],ce.prototype,"args",void 0);Nt([(0,Pt.property)()],ce.prototype,"defaultMessage",void 0);Nt([(0,Pt.state)()],ce.prototype,"editorMessage",void 0);var Ta=h(w());var wa={"ft-i18n":ce};(0,Ta.customElements)(wa);function Oa(e,t,r){return e?t(e):r?.(e)}var nt=e=>e??B;var Ce=h(w());var Ia=h(V()),G=h(Z()),Ua=h(yr()),sr=h(w());var ka=h(V()),F=h(w()),Ra=F.FtCssVariableFactory.extend("--ft-ripple-color","",F.designSystemVariables.colorContent),ue={color:Ra,backgroundColor:F.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ra),opacityContentOnSurfacePressed:F.FtCssVariableFactory.external(F.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:F.FtCssVariableFactory.external(F.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:F.FtCssVariableFactory.external(F.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:F.FtCssVariableFactory.external(F.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:F.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},La=F.FtCssVariableFactory.extend("--ft-ripple-color","",F.designSystemVariables.colorPrimary),Na={color:La,backgroundColor:F.FtCssVariableFactory.extend("--ft-ripple-background-color","",La)},Pa=F.FtCssVariableFactory.extend("--ft-ripple-color","",F.designSystemVariables.colorSecondary),Da={color:Pa,backgroundColor:F.FtCssVariableFactory.extend("--ft-ripple-background-color","",Pa)},Ma=ka.css`
168
168
  :host {
169
169
  display: contents;
170
170
  }
@@ -177,7 +177,7 @@
177
177
 
178
178
  .ft-ripple:not(.ft-ripple--unbounded) {
179
179
  overflow: hidden;
180
- border-radius: ${ce.borderRadius};
180
+ border-radius: ${ue.borderRadius};
181
181
  }
182
182
 
183
183
  .ft-ripple .ft-ripple--background,
@@ -211,27 +211,27 @@
211
211
  }
212
212
 
213
213
  .ft-ripple .ft-ripple--background {
214
- background-color: ${ce.backgroundColor};
214
+ background-color: ${ue.backgroundColor};
215
215
  }
216
216
 
217
217
  .ft-ripple .ft-ripple--effect {
218
- background-color: ${ce.color};
218
+ background-color: ${ue.color};
219
219
  }
220
220
 
221
221
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
222
- background-color: ${Pa.backgroundColor};
222
+ background-color: ${Da.backgroundColor};
223
223
  }
224
224
 
225
225
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
226
- background-color: ${Pa.color};
226
+ background-color: ${Da.color};
227
227
  }
228
228
 
229
229
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
230
- background-color: ${La.backgroundColor};
230
+ background-color: ${Na.backgroundColor};
231
231
  }
232
232
 
233
233
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
234
- background-color: ${La.color};
234
+ background-color: ${Na.color};
235
235
  }
236
236
 
237
237
  .ft-ripple .ft-ripple--background {
@@ -261,33 +261,33 @@
261
261
  }
262
262
 
263
263
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
264
- opacity: ${ce.opacityContentOnSurfaceHover};
264
+ opacity: ${ue.opacityContentOnSurfaceHover};
265
265
  }
266
266
 
267
267
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
268
- opacity: ${ce.opacityContentOnSurfaceSelected};
268
+ opacity: ${ue.opacityContentOnSurfaceSelected};
269
269
  }
270
270
 
271
271
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
272
- opacity: ${ce.opacityContentOnSurfaceFocused};
272
+ opacity: ${ue.opacityContentOnSurfaceFocused};
273
273
  }
274
274
 
275
275
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
276
- opacity: ${ce.opacityContentOnSurfacePressed};
276
+ opacity: ${ue.opacityContentOnSurfacePressed};
277
277
  transform: translate(-50%, -50%) scale(1);
278
278
  }
279
- `;var J=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},I=class extends nr.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new nr.Debouncer(1e3),this.onTransitionStart=t=>{t.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=t=>{t.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new nr.Debouncer(10),this.moveRipple=t=>{var r,n;let{x:i,y:s}=this.getCoordinates(t),o=(n=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-o.x:o.width/2),this.originY=Math.round(s!=null?s-o.y:o.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(t?.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return ka.html`
279
+ `;var J=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},I=class extends sr.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new sr.Debouncer(1e3),this.onTransitionStart=t=>{t.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=t=>{t.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new sr.Debouncer(10),this.moveRipple=t=>{var r,n;let{x:i,y:s}=this.getCoordinates(t),o=(n=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-o.x:o.width/2),this.originY=Math.round(s!=null?s-o.y:o.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(t?.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return Ia.html`
280
280
  <style>
281
281
  .ft-ripple .ft-ripple--effect {
282
282
  left: ${this.originX}px;
283
283
  top: ${this.originY}px;
284
284
  }
285
285
  </style>
286
- <div class="${(0,Ia.classMap)(t)}">
286
+ <div class="${(0,Ua.classMap)(t)}">
287
287
  <div class="ft-ripple--background"></div>
288
288
  <div class="ft-ripple--effect"></div>
289
289
  </div>
290
- `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var r,n;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var t,r;let n=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;n&&this.setupFor((r=this.target)!==null&&r!==void 0?r:n)}forceFocusUpdate(){var t;!((t=this.target)===null||t===void 0)&&t.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");let r=(...a)=>l=>{a.forEach(c=>window.addEventListener(c,this.endPress,{once:!0})),this.startPress(l)},n=r("mouseup","contextmenu"),i=r("touchend","touchcancel"),s=a=>{["Enter"," "].includes(a.key)&&r("keyup")(a)},o={passive:!0};t.addEventListener("mouseover",this.startHover,o),t.addEventListener("mousemove",this.moveRipple,o),t.addEventListener("mouseleave",this.endHover,o),t.addEventListener("mousedown",n,o),t.addEventListener("touchstart",i,o),t.addEventListener("touchmove",this.moveRipple,o),t.addEventListener("keydown",s,o),t.addEventListener("focus",this.startFocus,o),t.addEventListener("blur",this.endFocus,o),t.addEventListener("focusin",this.startFocus,o),t.addEventListener("focusout",this.endFocus,o),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,o),t.removeEventListener("mousemove",this.moveRipple,o),t.removeEventListener("mouseleave",this.endHover,o),t.removeEventListener("mousedown",n,o),t.removeEventListener("touchstart",i,o),t.removeEventListener("touchmove",this.moveRipple,o),t.removeEventListener("keydown",s,o),t.removeEventListener("focus",this.startFocus,o),t.removeEventListener("blur",this.endFocus,o),t.removeEventListener("focusin",this.startFocus,o),t.removeEventListener("focusout",this.endFocus,o),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let r=t,n=t,i,s;return r.x!=null?{x:i,y:s}=r:n.touches!=null&&(i=n.touches[0].clientX,s=n.touches[0].clientY),{x:i,y:s}}isFocusVisible(t){return t instanceof HTMLElement?t.matches(":focus-visible"):!0}isIgnored(t){if(this.disabled)return!0;if(t!=null)for(let r of t.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};I.elementDefinitions={};I.styles=Ma;J([(0,G.property)({type:Boolean})],I.prototype,"primary",void 0);J([(0,G.property)({type:Boolean})],I.prototype,"secondary",void 0);J([(0,G.property)({type:Boolean})],I.prototype,"unbounded",void 0);J([(0,G.property)({type:Boolean})],I.prototype,"activated",void 0);J([(0,G.property)({type:Boolean})],I.prototype,"selected",void 0);J([(0,G.property)({type:Boolean})],I.prototype,"disabled",void 0);J([(0,G.state)()],I.prototype,"hovered",void 0);J([(0,G.state)()],I.prototype,"focused",void 0);J([(0,G.state)()],I.prototype,"pressed",void 0);J([(0,G.state)()],I.prototype,"rippling",void 0);J([(0,G.state)()],I.prototype,"originX",void 0);J([(0,G.state)()],I.prototype,"originY",void 0);J([(0,G.query)(".ft-ripple")],I.prototype,"ripple",void 0);J([(0,G.query)(".ft-ripple--effect")],I.prototype,"rippleEffect",void 0);var $a=h(w());var Ua={"ft-ripple":I};(0,$a.customElements)(Ua);var gl=h(F()),de=h(Z()),ue=h(w());var Ba=h(F()),$e=h(w()),ir={distance:$e.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:$e.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:$e.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:$e.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",$e.designSystemVariables.borderRadiusS),maxWidth:$e.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Ha=Ba.css`
290
+ `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var r,n;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var t,r;let n=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;n&&this.setupFor((r=this.target)!==null&&r!==void 0?r:n)}forceFocusUpdate(){var t;!((t=this.target)===null||t===void 0)&&t.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");let r=(...a)=>l=>{a.forEach(c=>window.addEventListener(c,this.endPress,{once:!0})),this.startPress(l)},n=r("mouseup","contextmenu"),i=r("touchend","touchcancel"),s=a=>{["Enter"," "].includes(a.key)&&r("keyup")(a)},o={passive:!0};t.addEventListener("mouseover",this.startHover,o),t.addEventListener("mousemove",this.moveRipple,o),t.addEventListener("mouseleave",this.endHover,o),t.addEventListener("mousedown",n,o),t.addEventListener("touchstart",i,o),t.addEventListener("touchmove",this.moveRipple,o),t.addEventListener("keydown",s,o),t.addEventListener("focus",this.startFocus,o),t.addEventListener("blur",this.endFocus,o),t.addEventListener("focusin",this.startFocus,o),t.addEventListener("focusout",this.endFocus,o),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,o),t.removeEventListener("mousemove",this.moveRipple,o),t.removeEventListener("mouseleave",this.endHover,o),t.removeEventListener("mousedown",n,o),t.removeEventListener("touchstart",i,o),t.removeEventListener("touchmove",this.moveRipple,o),t.removeEventListener("keydown",s,o),t.removeEventListener("focus",this.startFocus,o),t.removeEventListener("blur",this.endFocus,o),t.removeEventListener("focusin",this.startFocus,o),t.removeEventListener("focusout",this.endFocus,o),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let r=t,n=t,i,s;return r.x!=null?{x:i,y:s}=r:n.touches!=null&&(i=n.touches[0].clientX,s=n.touches[0].clientY),{x:i,y:s}}isFocusVisible(t){return t instanceof HTMLElement?t.matches(":focus-visible"):!0}isIgnored(t){if(this.disabled)return!0;if(t!=null)for(let r of t.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};I.elementDefinitions={};I.styles=Ma;J([(0,G.property)({type:Boolean})],I.prototype,"primary",void 0);J([(0,G.property)({type:Boolean})],I.prototype,"secondary",void 0);J([(0,G.property)({type:Boolean})],I.prototype,"unbounded",void 0);J([(0,G.property)({type:Boolean})],I.prototype,"activated",void 0);J([(0,G.property)({type:Boolean})],I.prototype,"selected",void 0);J([(0,G.property)({type:Boolean})],I.prototype,"disabled",void 0);J([(0,G.state)()],I.prototype,"hovered",void 0);J([(0,G.state)()],I.prototype,"focused",void 0);J([(0,G.state)()],I.prototype,"pressed",void 0);J([(0,G.state)()],I.prototype,"rippling",void 0);J([(0,G.state)()],I.prototype,"originX",void 0);J([(0,G.state)()],I.prototype,"originY",void 0);J([(0,G.query)(".ft-ripple")],I.prototype,"ripple",void 0);J([(0,G.query)(".ft-ripple--effect")],I.prototype,"rippleEffect",void 0);var Ba=h(w());var $a={"ft-ripple":I};(0,Ba.customElements)($a);var xl=h(V()),pe=h(Z()),de=h(w());var Ha=h(V()),$e=h(w()),or={distance:$e.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:$e.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:$e.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:$e.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",$e.designSystemVariables.borderRadiusS),maxWidth:$e.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Fa=Ha.css`
291
291
  .ft-tooltip--container {
292
292
  display: block;
293
293
  }
@@ -305,20 +305,20 @@
305
305
  box-sizing: border-box;
306
306
  overflow: hidden;
307
307
  width: max-content;
308
- max-width: ${ir.maxWidth};
308
+ max-width: ${or.maxWidth};
309
309
  text-align: center;
310
- padding: ${ir.distance};
310
+ padding: ${or.distance};
311
311
  }
312
312
 
313
313
  .ft-tooltip--content {
314
314
  padding: 4px 8px;
315
- border-radius: ${ir.borderRadiusS};
316
- background-color: ${ir.backgroundColor};
317
- color: ${ir.color};
315
+ border-radius: ${or.borderRadiusS};
316
+ background-color: ${or.backgroundColor};
317
+ color: ${or.color};
318
318
  position: relative;
319
319
  word-break: break-word;
320
320
  }
321
- `;var Fa=["top","right","bottom","left"],Va=["start","end"],yi=Fa.reduce((e,t)=>e.concat(t,t+"-"+Va[0],t+"-"+Va[1]),[]),sr=Math.min,Be=Math.max,or=Math.round;var Se=e=>({x:e,y:e}),su={left:"right",right:"left",bottom:"top",top:"bottom"};function ja(e,t,r){return Be(e,sr(t,r))}function pn(e,t){return typeof e=="function"?e(t):e}function ar(e){return e.split("-")[0]}function He(e){return e.split("-")[1]}function gi(e){return e==="x"?"y":"x"}function xi(e){return e==="y"?"height":"width"}function fn(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function vi(e){return gi(fn(e))}function za(e,t,r){r===void 0&&(r=!1);let n=He(e),i=vi(e),s=xi(i),o=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=mi(o)),[o,mi(o)]}function Wa(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function mi(e){let t=ar(e);return su[t]+e.slice(t.length)}function ou(e){var t,r,n,i;return{top:(t=e.top)!=null?t:0,right:(r=e.right)!=null?r:0,bottom:(n=e.bottom)!=null?n:0,left:(i=e.left)!=null?i:0}}function Ka(e){return typeof e!="number"?ou(e):{top:e,right:e,bottom:e,left:e}}function rt(e){let{x:t,y:r,width:n,height:i}=e;return{width:n,height:i,top:r,left:t,right:t+n,bottom:r+i,x:t,y:r}}function Ga(e,t,r){let{reference:n,floating:i}=e,s=fn(t),o=vi(t),a=xi(o),l=ar(t),c=s==="y",u=n.x+n.width/2-i.width/2,d=n.y+n.height/2-i.height/2,p=n[a]/2-i[a]/2,y;switch(l){case"top":y={x:u,y:n.y-i.height};break;case"bottom":y={x:u,y:n.y+n.height};break;case"right":y={x:n.x+n.width,y:d};break;case"left":y={x:n.x-i.width,y:d};break;default:y={x:n.x,y:n.y}}let x=He(t);return x&&(y[o]+=p*(x==="end"?1:-1)*(r&&c?-1:1)),y}async function qa(e,t){var r;t===void 0&&(t={});let{x:n,y:i,platform:s,rects:o,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:y=0}=pn(t,e),x=Ka(y),g=a[p?d==="floating"?"reference":"floating":d],A=rt(await s.getClippingRect({element:(r=await(s.isElement==null?void 0:s.isElement(g)))==null||r?g:g.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),L=d==="floating"?{x:n,y:i,width:o.floating.width,height:o.floating.height}:o.reference,v=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),_=await(s.isElement==null?void 0:s.isElement(v))&&await(s.getScale==null?void 0:s.getScale(v))||{x:1,y:1},T=rt(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:L,offsetParent:v,strategy:l}):L);return{top:(A.top-T.top+x.top)/_.y,bottom:(T.bottom-A.bottom+x.bottom)/_.y,left:(A.left-T.left+x.left)/_.x,right:(T.right-A.right+x.right)/_.x}}var au=50,Ya=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:s=[],platform:o}=r,a=o.detectOverflow?o:{...o,detectOverflow:qa},l=await(o.isRTL==null?void 0:o.isRTL(t)),c=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=Ga(c,n,l),p=n,y=0,x={};for(let E=0;E<s.length;E++){let g=s[E];if(!g)continue;let{name:A,fn:L}=g,{x:v,y:_,data:T,reset:U}=await L({x:u,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:x,rects:c,platform:a,elements:{reference:e,floating:t}});u=v??u,d=_??d,x[A]={...x[A],...T},U&&y<au&&(y++,typeof U=="object"&&(U.placement&&(p=U.placement),U.rects&&(c=U.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):U.rects),{x:u,y:d}=Ga(c,p,l)),E=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:x}};function lu(e,t,r){return(e?[...r.filter(i=>He(i)===e),...r.filter(i=>He(i)!==e)]:r.filter(i=>ar(i)===i)).filter(i=>e?He(i)===e||(t?Wa(i)!==i:!1):!0)}var Xa=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,n,i;let{rects:s,middlewareData:o,placement:a,platform:l,elements:c}=t,{crossAxis:u=!1,alignment:d,allowedPlacements:p=yi,autoAlignment:y=!0,...x}=pn(e,t),E=d!==void 0||p===yi?lu(d||null,y,p):p,g=((r=o.autoPlacement)==null?void 0:r.index)||0,A=E[g];if(A==null)return{};if(a!==A)return{reset:{placement:E[0]}};let L=await l.detectOverflow(t,x),v=za(A,s,await(l.isRTL==null?void 0:l.isRTL(c.floating))),_=[L[ar(A)],L[v[0]],L[v[1]]],T=[...((n=o.autoPlacement)==null?void 0:n.overflows)||[],{placement:A,overflows:_}],U=E[g+1];if(U)return{data:{index:g+1,overflows:T},reset:{placement:U}};let P=T.map(se=>{let je=He(se.placement);return[se.placement,je&&u?se.overflows.slice(0,2).reduce(($l,Bl)=>$l+Bl,0):se.overflows[0],se.overflows]}).sort((se,je)=>se[1]-je[1]),Mt=((i=P.filter(se=>se[2].slice(0,He(se[0])?2:3).every(je=>je<=0))[0])==null?void 0:i[0])||P[0][0];return Mt!==a?{data:{index:g+1,overflows:T},reset:{placement:Mt}}:{}}}};var Za=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:n,placement:i,platform:s}=t,{mainAxis:o=!0,crossAxis:a=!1,limiter:l={fn:L=>{let{x:v,y:_}=L;return{x:v,y:_}}},...c}=pn(e,t),u={x:r,y:n},d=await s.detectOverflow(t,c),p=fn(i),y=gi(p),x=u[y],E=u[p],g=(L,v)=>ja(v+d[L==="y"?"top":"left"],v,v-d[L==="y"?"bottom":"right"]);o&&(x=g(y,x)),a&&(E=g(p,E));let A=l.fn({...t,[y]:x,[p]:E});return{...A,data:{x:A.x-r,y:A.y-n,enabled:{[y]:o,[p]:a}}}}}};function mn(){return typeof window<"u"}function it(e){return Qa(e)?(e.nodeName||"").toLowerCase():"#document"}function Q(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Ne(e){var t;return(t=(Qa(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Qa(e){return mn()?e instanceof Node||e instanceof Q(e).Node:!1}function ye(e){return mn()?e instanceof Element||e instanceof Q(e).Element:!1}function Pe(e){return mn()?e instanceof HTMLElement||e instanceof Q(e).HTMLElement:!1}function Ja(e){return!mn()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Q(e).ShadowRoot}function lr(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=ge(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function el(e){return/^(table|td|th)$/.test(it(e))}function cr(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var cu=/transform|translate|scale|rotate|perspective|filter/,uu=/paint|layout|strict|content/,nt=e=>!!e&&e!=="none",bi;function Lt(e){let t=ye(e)?ge(e):e;return nt(t.transform)||nt(t.translate)||nt(t.scale)||nt(t.rotate)||nt(t.perspective)||!yn()&&(nt(t.backdropFilter)||nt(t.filter))||cu.test(t.willChange||"")||uu.test(t.contain||"")}function tl(e){let t=Ve(e);for(;Pe(t)&&!Nt(t);){if(Lt(t))return t;if(cr(t))return null;t=Ve(t)}return null}function yn(){return bi==null&&(bi=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),bi}function Nt(e){return/^(html|body|#document)$/.test(it(e))}function ge(e){return Q(e).getComputedStyle(e)}function ur(e){return ye(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ve(e){if(it(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Ja(e)&&e.host||Ne(e);return Ja(t)?t.host:t}function rl(e){let t=Ve(e);return Nt(t)?(e.ownerDocument||e).body:Pe(t)&&lr(t)?t:rl(t)}function hn(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=rl(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=Q(i);if(s){let a=gn(o);return t.concat(o,o.visualViewport||[],lr(i)?i:[],a&&r?hn(a):[])}else return t.concat(i,hn(i,[],r))}function gn(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function sl(e){let t=ge(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=Pe(e),s=i?e.offsetWidth:r,o=i?e.offsetHeight:n,a=or(r)!==s||or(n)!==o;return a&&(r=s,n=o),{width:r,height:n,$:a}}function ol(e){return ye(e)?e:e.contextElement}function Pt(e){let t=ol(e);if(!Pe(t))return Se(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:s}=sl(t),o=(s?or(r.width):r.width)/n,a=(s?or(r.height):r.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}var du=Se(0);function al(e){let t=Q(e);return!yn()||!t.visualViewport?du:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function pu(e,t,r){return t===void 0&&(t=!1),!!r&&t&&r===Q(e)}function dr(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),s=ol(e),o=Se(1);t&&(n?ye(n)&&(o=Pt(n)):o=Pt(e));let a=pu(s,r,n)?al(s):Se(0),l=(i.left+a.x)/o.x,c=(i.top+a.y)/o.y,u=i.width/o.x,d=i.height/o.y;if(s&&n){let p=Q(s),y=ye(n)?Q(n):n,x=p,E=gn(x);for(;E&&y!==x;){let g=Pt(E),A=E.getBoundingClientRect(),L=ge(E),v=A.left+(E.clientLeft+parseFloat(L.paddingLeft))*g.x,_=A.top+(E.clientTop+parseFloat(L.paddingTop))*g.y;l*=g.x,c*=g.y,u*=g.x,d*=g.y,l+=v,c+=_,x=Q(E),E=gn(x)}}return rt({width:u,height:d,x:l,y:c})}function xn(e,t){let r=ur(e).scrollLeft;return t?t.left+r:dr(Ne(e)).left+r}function ll(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-xn(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function fu(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,s=i==="fixed",o=Ne(n),a=t?cr(t.floating):!1;if(n===o||a&&s)return r;let l={scrollLeft:0,scrollTop:0},c=Se(1),u=Se(0),d=Pe(n);if((d||!s)&&((it(n)!=="body"||lr(o))&&(l=ur(n)),d)){let y=dr(n);c=Pt(n),u.x=y.x+n.clientLeft,u.y=y.y+n.clientTop}let p=o&&!d&&!s?ll(o,l):Se(0);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-l.scrollLeft*c.x+u.x+p.x,y:r.y*c.y-l.scrollTop*c.y+u.y+p.y}}function hu(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function mu(e){let t=ur(e),r=e.ownerDocument.body,n=Be(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=Be(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight),s=-t.scrollLeft+xn(e),o=-t.scrollTop;return ge(r).direction==="rtl"&&(s+=Be(e.clientWidth,r.clientWidth)-n),{width:n,height:i,x:s,y:o}}var yu=25;function gu(e,t,r){r===void 0&&(r="viewport");let n=r==="layoutViewport",i=Q(e),s=Ne(e),o=i.visualViewport,a=s.clientWidth,l=s.clientHeight,c=0,u=0;if(o){let p=!yn()||t==="fixed";n?p||(c=-o.offsetLeft,u=-o.offsetTop):(a=o.width,l=o.height,p&&(c=o.offsetLeft,u=o.offsetTop))}if(xn(s)<=0){let p=s.ownerDocument,y=p.body,x=getComputedStyle(y),E=p.compatMode==="CSS1Compat"&&parseFloat(x.marginLeft)+parseFloat(x.marginRight)||0,g=Math.abs(s.clientWidth-y.clientWidth-E),A=getComputedStyle(s).scrollbarGutter==="stable both-edges"?g/2:g;A<=yu&&(a-=A)}return{width:a,height:l,x:c,y:u}}function xu(e,t){let r=dr(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,s=Pt(e),o=e.clientWidth*s.x,a=e.clientHeight*s.y,l=i*s.x,c=n*s.y;return{width:o,height:a,x:l,y:c}}function nl(e,t,r){let n;if(t==="viewport"||t==="layoutViewport")n=gu(e,r,t);else if(t==="document")n=mu(Ne(e));else if(ye(t))n=xu(t,r);else{let i=al(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return rt(n)}function vu(e,t){let r=t.get(e);if(r)return r;let n=hn(e,[],!1).filter(a=>ye(a)&&it(a)!=="body"),i=null,s=ge(e).position==="fixed",o=s?Ve(e):e;for(;ye(o)&&!Nt(o);){let a=ge(o),l=Lt(o),c=i?i.position:s?"fixed":"";!l&&(c==="fixed"||c==="absolute"&&a.position==="static")?n=n.filter(d=>d!==o):i=a,o=Ve(o)}return t.set(e,n),n}function bu(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,o=[...r==="clippingAncestors"?cr(t)?[]:vu(t,this._c):[].concat(r),n],a=nl(t,o[0],i),l=a.top,c=a.right,u=a.bottom,d=a.left;for(let p=1;p<o.length;p++){let y=nl(t,o[p],i);l=Be(y.top,l),c=sr(y.right,c),u=sr(y.bottom,u),d=Be(y.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function Eu(e){let{width:t,height:r}=sl(e);return{width:t,height:r}}function Au(e,t,r){let n=Pe(t),i=Ne(t),s=r==="fixed",o=dr(e,!0,s,t),a={scrollLeft:0,scrollTop:0},l=Se(0);if((n||!s)&&((it(t)!=="body"||lr(i))&&(a=ur(t)),n)){let p=dr(t,!0,s,t);l.x=p.x+t.clientLeft,l.y=p.y+t.clientTop}!n&&i&&(l.x=xn(i));let c=i&&!n&&!s?ll(i,a):Se(0),u=o.left+a.scrollLeft-l.x-c.x,d=o.top+a.scrollTop-l.y-c.y;return{x:u,y:d,width:o.width,height:o.height}}function Ei(e){return ge(e).position==="static"}function il(e,t){if(!Pe(e)||ge(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Ne(e)===r&&(r=r.ownerDocument.body),r}function cl(e,t){let r=Q(e);if(cr(e))return r;if(!Pe(e)){let i=Ve(e);for(;i&&!Nt(i);){if(ye(i)&&!Ei(i))return i;i=Ve(i)}return r}let n=il(e,t);for(;n&&el(n)&&Ei(n);)n=il(n,t);return n&&Nt(n)&&Ei(n)&&!Lt(n)?r:n||tl(e)||r}var Su=async function(e){let t=this.getOffsetParent||cl,r=this.getDimensions,n=await r(e.floating);return{reference:Au(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function _u(e){return ge(e).direction==="rtl"}var vn={convertOffsetParentRelativeRectToViewportRelativeRect:fu,getDocumentElement:Ne,getClippingRect:bu,getOffsetParent:cl,getElementRects:Su,getClientRects:hu,getDimensions:Eu,getScale:Pt,isElement:ye,isRTL:_u};var ul=Xa,dl=Za;var pl=(e,t,r)=>{let n=new Map,i=r??{},s={...vn,...i.platform,_c:n};return Ya(e,t,{...i,platform:s})};function fl(e){return Cu(e)}function Ai(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Cu(e){for(let t=e;t;t=Ai(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Ai(e);t;t=Ai(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||Lt(r)||t.tagName==="BODY"))return t}return null}async function hl(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},pl(e,t,{strategy:n.strategy,platform:{...vn,getOffsetParent:i=>vn.getOffsetParent(i,fl)},middleware:[dl({crossAxis:!0}),ul({allowedPlacements:[n.placement]})]})}var ml=h(w());var Si=class{fromAttribute(t){if(!t)return[];try{let r=JSON.parse(t);return Array.isArray(r)?r.map(n=>typeof n=="string"?Ot.fromAttribute(n):n):[]}catch{return[]}}toAttribute(t){if(t!=null)return JSON.stringify(t)}},wu=new Si;var yl=(e,t)=>(r,n)=>{var i;r.constructor.createProperty(n,{type:Object,hasChanged:ml.hasChanged,converter:Ot,...t}),r[tr]=(i=r[tr])!==null&&i!==void 0?i:new Map,r[tr].set(n,e??{})};var xe=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},j=class extends on{constructor(){super(...arguments),this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.ignoreMatchingElements=[],this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new ue.Debouncer,this.revealDebouncer=new ue.Debouncer,this.onTouch=t=>{this.isIgnored(t)||(this.show(),setTimeout(()=>window.addEventListener("touchstart",r=>{r.composedPath().includes(this.container)||this.onOut(r)},{once:!0}),100))},this.onHover=t=>{this.isIgnored(t)?this.matchesIgnored(t)&&this.hide():this.show()},this.onFocusIn=t=>{!this.isIgnored(t)&&window.FluidTopicsA11yHints.isKeyboardNavigation&&window.FluidTopicsA11yHints.lastPressedKey==="Tab"&&this.show()},this.onOut=t=>{this.isIgnored(t)||(this.revealDebouncer.cancel(),this.hide())},this.onClick=t=>{this.isIgnored(t)||(this.revealDebouncer.cancel(),this.hide())}}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){var t,r;return gl.html`
321
+ `;var ja=["top","right","bottom","left"],Va=["start","end"],gi=ja.reduce((e,t)=>e.concat(t,t+"-"+Va[0],t+"-"+Va[1]),[]),ar=Math.min,Be=Math.max,lr=Math.round;var Se=e=>({x:e,y:e}),ou={left:"right",right:"left",bottom:"top",top:"bottom"};function za(e,t,r){return Be(e,ar(t,r))}function fn(e,t){return typeof e=="function"?e(t):e}function cr(e){return e.split("-")[0]}function He(e){return e.split("-")[1]}function xi(e){return e==="x"?"y":"x"}function vi(e){return e==="y"?"height":"width"}function hn(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function bi(e){return xi(hn(e))}function Wa(e,t,r){r===void 0&&(r=!1);let n=He(e),i=bi(e),s=vi(i),o=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=yi(o)),[o,yi(o)]}function Ka(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function yi(e){let t=cr(e);return ou[t]+e.slice(t.length)}function au(e){var t,r,n,i;return{top:(t=e.top)!=null?t:0,right:(r=e.right)!=null?r:0,bottom:(n=e.bottom)!=null?n:0,left:(i=e.left)!=null?i:0}}function Ga(e){return typeof e!="number"?au(e):{top:e,right:e,bottom:e,left:e}}function it(e){let{x:t,y:r,width:n,height:i}=e;return{width:n,height:i,top:r,left:t,right:t+n,bottom:r+i,x:t,y:r}}function qa(e,t,r){let{reference:n,floating:i}=e,s=hn(t),o=bi(t),a=vi(o),l=cr(t),c=s==="y",u=n.x+n.width/2-i.width/2,d=n.y+n.height/2-i.height/2,p=n[a]/2-i[a]/2,y;switch(l){case"top":y={x:u,y:n.y-i.height};break;case"bottom":y={x:u,y:n.y+n.height};break;case"right":y={x:n.x+n.width,y:d};break;case"left":y={x:n.x-i.width,y:d};break;default:y={x:n.x,y:n.y}}let x=He(t);return x&&(y[o]+=p*(x==="end"?1:-1)*(r&&c?-1:1)),y}async function Ya(e,t){var r;t===void 0&&(t={});let{x:n,y:i,platform:s,rects:o,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:y=0}=fn(t,e),x=Ga(y),g=a[p?d==="floating"?"reference":"floating":d],A=it(await s.getClippingRect({element:(r=await(s.isElement==null?void 0:s.isElement(g)))==null||r?g:g.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),L=d==="floating"?{x:n,y:i,width:o.floating.width,height:o.floating.height}:o.reference,v=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),_=await(s.isElement==null?void 0:s.isElement(v))&&await(s.getScale==null?void 0:s.getScale(v))||{x:1,y:1},T=it(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:L,offsetParent:v,strategy:l}):L);return{top:(A.top-T.top+x.top)/_.y,bottom:(T.bottom-A.bottom+x.bottom)/_.y,left:(A.left-T.left+x.left)/_.x,right:(T.right-A.right+x.right)/_.x}}var lu=50,Xa=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:s=[],platform:o}=r,a=o.detectOverflow?o:{...o,detectOverflow:Ya},l=await(o.isRTL==null?void 0:o.isRTL(t)),c=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=qa(c,n,l),p=n,y=0,x={};for(let E=0;E<s.length;E++){let g=s[E];if(!g)continue;let{name:A,fn:L}=g,{x:v,y:_,data:T,reset:U}=await L({x:u,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:x,rects:c,platform:a,elements:{reference:e,floating:t}});u=v??u,d=_??d,x[A]={...x[A],...T},U&&y<lu&&(y++,typeof U=="object"&&(U.placement&&(p=U.placement),U.rects&&(c=U.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):U.rects),{x:u,y:d}=qa(c,p,l)),E=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:x}};function cu(e,t,r){return(e?[...r.filter(i=>He(i)===e),...r.filter(i=>He(i)!==e)]:r.filter(i=>cr(i)===i)).filter(i=>e?He(i)===e||(t?Ka(i)!==i:!1):!0)}var Za=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,n,i;let{rects:s,middlewareData:o,placement:a,platform:l,elements:c}=t,{crossAxis:u=!1,alignment:d,allowedPlacements:p=gi,autoAlignment:y=!0,...x}=fn(e,t),E=d!==void 0||p===gi?cu(d||null,y,p):p,g=((r=o.autoPlacement)==null?void 0:r.index)||0,A=E[g];if(A==null)return{};if(a!==A)return{reset:{placement:E[0]}};let L=await l.detectOverflow(t,x),v=Wa(A,s,await(l.isRTL==null?void 0:l.isRTL(c.floating))),_=[L[cr(A)],L[v[0]],L[v[1]]],T=[...((n=o.autoPlacement)==null?void 0:n.overflows)||[],{placement:A,overflows:_}],U=E[g+1];if(U)return{data:{index:g+1,overflows:T},reset:{placement:U}};let P=T.map(se=>{let je=He(se.placement);return[se.placement,je&&u?se.overflows.slice(0,2).reduce((Bl,Hl)=>Bl+Hl,0):se.overflows[0],se.overflows]}).sort((se,je)=>se[1]-je[1]),Ut=((i=P.filter(se=>se[2].slice(0,He(se[0])?2:3).every(je=>je<=0))[0])==null?void 0:i[0])||P[0][0];return Ut!==a?{data:{index:g+1,overflows:T},reset:{placement:Ut}}:{}}}};var Ja=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:n,placement:i,platform:s}=t,{mainAxis:o=!0,crossAxis:a=!1,limiter:l={fn:L=>{let{x:v,y:_}=L;return{x:v,y:_}}},...c}=fn(e,t),u={x:r,y:n},d=await s.detectOverflow(t,c),p=hn(i),y=xi(p),x=u[y],E=u[p],g=(L,v)=>za(v+d[L==="y"?"top":"left"],v,v-d[L==="y"?"bottom":"right"]);o&&(x=g(y,x)),a&&(E=g(p,E));let A=l.fn({...t,[y]:x,[p]:E});return{...A,data:{x:A.x-r,y:A.y-n,enabled:{[y]:o,[p]:a}}}}}};function yn(){return typeof window<"u"}function ot(e){return el(e)?(e.nodeName||"").toLowerCase():"#document"}function Q(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Ne(e){var t;return(t=(el(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function el(e){return yn()?e instanceof Node||e instanceof Q(e).Node:!1}function ye(e){return yn()?e instanceof Element||e instanceof Q(e).Element:!1}function Pe(e){return yn()?e instanceof HTMLElement||e instanceof Q(e).HTMLElement:!1}function Qa(e){return!yn()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Q(e).ShadowRoot}function ur(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=ge(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function tl(e){return/^(table|td|th)$/.test(ot(e))}function dr(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var uu=/transform|translate|scale|rotate|perspective|filter/,du=/paint|layout|strict|content/,st=e=>!!e&&e!=="none",Ei;function Dt(e){let t=ye(e)?ge(e):e;return st(t.transform)||st(t.translate)||st(t.scale)||st(t.rotate)||st(t.perspective)||!gn()&&(st(t.backdropFilter)||st(t.filter))||uu.test(t.willChange||"")||du.test(t.contain||"")}function rl(e){let t=Fe(e);for(;Pe(t)&&!kt(t);){if(Dt(t))return t;if(dr(t))return null;t=Fe(t)}return null}function gn(){return Ei==null&&(Ei=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Ei}function kt(e){return/^(html|body|#document)$/.test(ot(e))}function ge(e){return Q(e).getComputedStyle(e)}function pr(e){return ye(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Fe(e){if(ot(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Qa(e)&&e.host||Ne(e);return Qa(t)?t.host:t}function nl(e){let t=Fe(e);return kt(t)?(e.ownerDocument||e).body:Pe(t)&&ur(t)?t:nl(t)}function mn(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=nl(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=Q(i);if(s){let a=xn(o);return t.concat(o,o.visualViewport||[],ur(i)?i:[],a&&r?mn(a):[])}else return t.concat(i,mn(i,[],r))}function xn(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function ol(e){let t=ge(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=Pe(e),s=i?e.offsetWidth:r,o=i?e.offsetHeight:n,a=lr(r)!==s||lr(n)!==o;return a&&(r=s,n=o),{width:r,height:n,$:a}}function al(e){return ye(e)?e:e.contextElement}function Mt(e){let t=al(e);if(!Pe(t))return Se(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:s}=ol(t),o=(s?lr(r.width):r.width)/n,a=(s?lr(r.height):r.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}var pu=Se(0);function ll(e){let t=Q(e);return!gn()||!t.visualViewport?pu:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function fu(e,t,r){return t===void 0&&(t=!1),!!r&&t&&r===Q(e)}function fr(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),s=al(e),o=Se(1);t&&(n?ye(n)&&(o=Mt(n)):o=Mt(e));let a=fu(s,r,n)?ll(s):Se(0),l=(i.left+a.x)/o.x,c=(i.top+a.y)/o.y,u=i.width/o.x,d=i.height/o.y;if(s&&n){let p=Q(s),y=ye(n)?Q(n):n,x=p,E=xn(x);for(;E&&y!==x;){let g=Mt(E),A=E.getBoundingClientRect(),L=ge(E),v=A.left+(E.clientLeft+parseFloat(L.paddingLeft))*g.x,_=A.top+(E.clientTop+parseFloat(L.paddingTop))*g.y;l*=g.x,c*=g.y,u*=g.x,d*=g.y,l+=v,c+=_,x=Q(E),E=xn(x)}}return it({width:u,height:d,x:l,y:c})}function vn(e,t){let r=pr(e).scrollLeft;return t?t.left+r:fr(Ne(e)).left+r}function cl(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-vn(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function hu(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,s=i==="fixed",o=Ne(n),a=t?dr(t.floating):!1;if(n===o||a&&s)return r;let l={scrollLeft:0,scrollTop:0},c=Se(1),u=Se(0),d=Pe(n);if((d||!s)&&((ot(n)!=="body"||ur(o))&&(l=pr(n)),d)){let y=fr(n);c=Mt(n),u.x=y.x+n.clientLeft,u.y=y.y+n.clientTop}let p=o&&!d&&!s?cl(o,l):Se(0);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-l.scrollLeft*c.x+u.x+p.x,y:r.y*c.y-l.scrollTop*c.y+u.y+p.y}}function mu(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function yu(e){let t=pr(e),r=e.ownerDocument.body,n=Be(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=Be(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight),s=-t.scrollLeft+vn(e),o=-t.scrollTop;return ge(r).direction==="rtl"&&(s+=Be(e.clientWidth,r.clientWidth)-n),{width:n,height:i,x:s,y:o}}var gu=25;function xu(e,t,r){r===void 0&&(r="viewport");let n=r==="layoutViewport",i=Q(e),s=Ne(e),o=i.visualViewport,a=s.clientWidth,l=s.clientHeight,c=0,u=0;if(o){let p=!gn()||t==="fixed";n?p||(c=-o.offsetLeft,u=-o.offsetTop):(a=o.width,l=o.height,p&&(c=o.offsetLeft,u=o.offsetTop))}if(vn(s)<=0){let p=s.ownerDocument,y=p.body,x=getComputedStyle(y),E=p.compatMode==="CSS1Compat"&&parseFloat(x.marginLeft)+parseFloat(x.marginRight)||0,g=Math.abs(s.clientWidth-y.clientWidth-E),A=getComputedStyle(s).scrollbarGutter==="stable both-edges"?g/2:g;A<=gu&&(a-=A)}return{width:a,height:l,x:c,y:u}}function vu(e,t){let r=fr(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,s=Mt(e),o=e.clientWidth*s.x,a=e.clientHeight*s.y,l=i*s.x,c=n*s.y;return{width:o,height:a,x:l,y:c}}function il(e,t,r){let n;if(t==="viewport"||t==="layoutViewport")n=xu(e,r,t);else if(t==="document")n=yu(Ne(e));else if(ye(t))n=vu(t,r);else{let i=ll(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return it(n)}function bu(e,t){let r=t.get(e);if(r)return r;let n=mn(e,[],!1).filter(a=>ye(a)&&ot(a)!=="body"),i=null,s=ge(e).position==="fixed",o=s?Fe(e):e;for(;ye(o)&&!kt(o);){let a=ge(o),l=Dt(o),c=i?i.position:s?"fixed":"";!l&&(c==="fixed"||c==="absolute"&&a.position==="static")?n=n.filter(d=>d!==o):i=a,o=Fe(o)}return t.set(e,n),n}function Eu(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,o=[...r==="clippingAncestors"?dr(t)?[]:bu(t,this._c):[].concat(r),n],a=il(t,o[0],i),l=a.top,c=a.right,u=a.bottom,d=a.left;for(let p=1;p<o.length;p++){let y=il(t,o[p],i);l=Be(y.top,l),c=ar(y.right,c),u=ar(y.bottom,u),d=Be(y.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function Au(e){let{width:t,height:r}=ol(e);return{width:t,height:r}}function Su(e,t,r){let n=Pe(t),i=Ne(t),s=r==="fixed",o=fr(e,!0,s,t),a={scrollLeft:0,scrollTop:0},l=Se(0);if((n||!s)&&((ot(t)!=="body"||ur(i))&&(a=pr(t)),n)){let p=fr(t,!0,s,t);l.x=p.x+t.clientLeft,l.y=p.y+t.clientTop}!n&&i&&(l.x=vn(i));let c=i&&!n&&!s?cl(i,a):Se(0),u=o.left+a.scrollLeft-l.x-c.x,d=o.top+a.scrollTop-l.y-c.y;return{x:u,y:d,width:o.width,height:o.height}}function Ai(e){return ge(e).position==="static"}function sl(e,t){if(!Pe(e)||ge(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Ne(e)===r&&(r=r.ownerDocument.body),r}function ul(e,t){let r=Q(e);if(dr(e))return r;if(!Pe(e)){let i=Fe(e);for(;i&&!kt(i);){if(ye(i)&&!Ai(i))return i;i=Fe(i)}return r}let n=sl(e,t);for(;n&&tl(n)&&Ai(n);)n=sl(n,t);return n&&kt(n)&&Ai(n)&&!Dt(n)?r:n||rl(e)||r}var _u=async function(e){let t=this.getOffsetParent||ul,r=this.getDimensions,n=await r(e.floating);return{reference:Su(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function Cu(e){return ge(e).direction==="rtl"}var bn={convertOffsetParentRelativeRectToViewportRelativeRect:hu,getDocumentElement:Ne,getClippingRect:Eu,getOffsetParent:ul,getElementRects:_u,getClientRects:mu,getDimensions:Au,getScale:Mt,isElement:ye,isRTL:Cu};var dl=Za,pl=Ja;var fl=(e,t,r)=>{let n=new Map,i=r??{},s={...bn,...i.platform,_c:n};return Xa(e,t,{...i,platform:s})};function hl(e){return wu(e)}function Si(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function wu(e){for(let t=e;t;t=Si(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Si(e);t;t=Si(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||Dt(r)||t.tagName==="BODY"))return t}return null}async function ml(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},fl(e,t,{strategy:n.strategy,platform:{...bn,getOffsetParent:i=>bn.getOffsetParent(i,hl)},middleware:[pl({crossAxis:!0}),dl({allowedPlacements:[n.placement]})]})}var yl=h(w());var _i=class{fromAttribute(t){if(!t)return[];try{let r=JSON.parse(t);return Array.isArray(r)?r.map(n=>typeof n=="string"?Rt.fromAttribute(n):n):[]}catch{return[]}}toAttribute(t){if(t!=null)return JSON.stringify(t)}},Tu=new _i;var gl=(e,t)=>(r,n)=>{var i;r.constructor.createProperty(n,{type:Object,hasChanged:yl.hasChanged,converter:Rt,...t}),r[ir]=(i=r[ir])!==null&&i!==void 0?i:new Map,r[ir].set(n,e??{})};var xe=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},j=class extends ln{constructor(){super(...arguments),this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.ignoreMatchingElements=[],this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new de.Debouncer,this.revealDebouncer=new de.Debouncer,this.onTouch=t=>{this.isIgnored(t)||(this.show(),setTimeout(()=>window.addEventListener("touchstart",r=>{r.composedPath().includes(this.container)||this.onOut(r)},{once:!0}),100))},this.onHover=t=>{this.isIgnored(t)?this.matchesIgnored(t)&&this.hide():this.show()},this.onFocusIn=t=>{!this.isIgnored(t)&&window.FluidTopicsA11yHints.isKeyboardNavigation&&window.FluidTopicsA11yHints.lastPressedKey==="Tab"&&this.show()},this.onOut=t=>{this.isIgnored(t)||(this.revealDebouncer.cancel(),this.hide())},this.onClick=t=>{this.isIgnored(t)||(this.revealDebouncer.cancel(),this.hide())}}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){var t,r;return xl.html`
322
322
  <div part="container"
323
323
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
324
324
  <slot part="slot"></slot>
@@ -333,7 +333,7 @@
333
333
  </div>
334
334
  </div>
335
335
  </div>
336
- `}setupFor(t){this.eventsTarget!==t&&(this.removeHandlers(),this.eventsTarget=t,this.eventsTarget.addEventListener("mouseover",this.onHover,{passive:!0}),this.eventsTarget.addEventListener("mouseleave",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("focusin",this.onFocusIn,{passive:!0}),this.eventsTarget.addEventListener("focusout",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("touchstart",this.onTouch,{passive:!0}),this.eventsTarget.addEventListener("click",this.onClick,{passive:!0}))}removeHandlers(){this.eventsTarget&&(this.eventsTarget.removeEventListener("mouseover",this.onHover),this.eventsTarget.removeEventListener("mouseleave",this.onOut),this.eventsTarget.removeEventListener("focusin",this.onFocusIn),this.eventsTarget.removeEventListener("focusout",this.onOut),this.eventsTarget.removeEventListener("touchstart",this.onTouch),this.eventsTarget.removeEventListener("click",this.onClick),this.eventsTarget=void 0)}defaultSetup(){this.container&&this.setupFor(this.container)}updated(t){var r,n;t.has("visible")&&(this.visible?(this.resetTooltipContent(),(r=this.tooltip)===null||r===void 0||r.showPopover()):(n=this.tooltip)===null||n===void 0||n.hidePopover()),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some(r=>t.has(r))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(t){this.visible=!0,t!=null&&await this.hideDebounce.run(()=>{this.hide()},t)}async showTemporaryText(t,r){let n=this.manual;this.manual=!0;let i=this.text;this.text={message:t},await this.show(r),this.text=i,this.manual=n}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var t;return((t=this.slotNodes)!==null&&t!==void 0?t:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&hl(this.slottedElement,this.tooltip,{placement:this.position,strategy:"fixed"}).then(({x:t,y:r})=>{this.tooltip&&(this.tooltip.style.transform=`translate(${t}px,${r}px)`)}),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${ue.designSystemVariables.transitionDuration}, left ${ue.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}matchesIgnored(t){return(0,ue.eventPathContainsMatchingElement)(t,this.ignoreMatchingElements,this.eventsTarget)}isIgnored(t){return this.manual||this.matchesIgnored(t)}};j.elementDefinitions={"ft-typography":te};j.styles=Ha;xe([yl()],j.prototype,"text",void 0);xe([(0,de.property)({type:Boolean})],j.prototype,"manual",void 0);xe([(0,de.property)({type:Boolean})],j.prototype,"inline",void 0);xe([(0,ue.numberProperty)()],j.prototype,"delay",void 0);xe([(0,de.property)()],j.prototype,"position",void 0);xe([(0,ue.jsonProperty)([])],j.prototype,"ignoreMatchingElements",void 0);xe([(0,de.queryAssignedNodes)()],j.prototype,"slotNodes",void 0);xe([(0,de.query)(".ft-tooltip--container")],j.prototype,"container",void 0);xe([(0,de.query)(".ft-tooltip")],j.prototype,"tooltip",void 0);xe([(0,de.query)(".ft-tooltip--content")],j.prototype,"tooltipContent",void 0);xe([(0,de.state)()],j.prototype,"visible",void 0);var vl=h(w());var xl={"ft-tooltip":j};(0,vl.customElements)(xl);var bl=h(F()),pr=h(w()),st={color:pr.FtCssVariableFactory.extend("--ft-loader-color","",pr.designSystemVariables.colorPrimary),size:pr.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},El=bl.css`
336
+ `}setupFor(t){this.eventsTarget!==t&&(this.removeHandlers(),this.eventsTarget=t,this.eventsTarget.addEventListener("mouseover",this.onHover,{passive:!0}),this.eventsTarget.addEventListener("mouseleave",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("focusin",this.onFocusIn,{passive:!0}),this.eventsTarget.addEventListener("focusout",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("touchstart",this.onTouch,{passive:!0}),this.eventsTarget.addEventListener("click",this.onClick,{passive:!0}))}removeHandlers(){this.eventsTarget&&(this.eventsTarget.removeEventListener("mouseover",this.onHover),this.eventsTarget.removeEventListener("mouseleave",this.onOut),this.eventsTarget.removeEventListener("focusin",this.onFocusIn),this.eventsTarget.removeEventListener("focusout",this.onOut),this.eventsTarget.removeEventListener("touchstart",this.onTouch),this.eventsTarget.removeEventListener("click",this.onClick),this.eventsTarget=void 0)}defaultSetup(){this.container&&this.setupFor(this.container)}updated(t){var r,n;t.has("visible")&&(this.visible?(this.resetTooltipContent(),(r=this.tooltip)===null||r===void 0||r.showPopover()):(n=this.tooltip)===null||n===void 0||n.hidePopover()),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some(r=>t.has(r))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(t){this.visible=!0,t!=null&&await this.hideDebounce.run(()=>{this.hide()},t)}async showTemporaryText(t,r){let n=this.manual;this.manual=!0;let i=this.text;this.text={message:t},await this.show(r),this.text=i,this.manual=n}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var t;return((t=this.slotNodes)!==null&&t!==void 0?t:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&ml(this.slottedElement,this.tooltip,{placement:this.position,strategy:"fixed"}).then(({x:t,y:r})=>{this.tooltip&&(this.tooltip.style.transform=`translate(${t}px,${r}px)`)}),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${de.designSystemVariables.transitionDuration}, left ${de.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}matchesIgnored(t){return(0,de.eventPathContainsMatchingElement)(t,this.ignoreMatchingElements,this.eventsTarget)}isIgnored(t){return this.manual||this.matchesIgnored(t)}};j.elementDefinitions={"ft-typography":te};j.styles=Fa;xe([gl()],j.prototype,"text",void 0);xe([(0,pe.property)({type:Boolean})],j.prototype,"manual",void 0);xe([(0,pe.property)({type:Boolean})],j.prototype,"inline",void 0);xe([(0,de.numberProperty)()],j.prototype,"delay",void 0);xe([(0,pe.property)()],j.prototype,"position",void 0);xe([(0,de.jsonProperty)([])],j.prototype,"ignoreMatchingElements",void 0);xe([(0,pe.queryAssignedNodes)()],j.prototype,"slotNodes",void 0);xe([(0,pe.query)(".ft-tooltip--container")],j.prototype,"container",void 0);xe([(0,pe.query)(".ft-tooltip")],j.prototype,"tooltip",void 0);xe([(0,pe.query)(".ft-tooltip--content")],j.prototype,"tooltipContent",void 0);xe([(0,pe.state)()],j.prototype,"visible",void 0);var bl=h(w());var vl={"ft-tooltip":j};(0,bl.customElements)(vl);var El=h(V()),hr=h(w()),at={color:hr.FtCssVariableFactory.extend("--ft-loader-color","",hr.designSystemVariables.colorPrimary),size:hr.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Al=El.css`
337
337
  :host {
338
338
  line-height: 0;
339
339
  }
@@ -342,8 +342,8 @@
342
342
  display: inline-block;
343
343
  position: relative;
344
344
 
345
- width: ${st.size};
346
- height: ${st.size};
345
+ width: ${at.size};
346
+ height: ${at.size};
347
347
  }
348
348
 
349
349
  .ft-loader div {
@@ -352,7 +352,7 @@
352
352
  width: 25%;
353
353
  height: 25%;
354
354
  border-radius: 50%;
355
- background: ${st.color};
355
+ background: ${at.color};
356
356
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
357
357
  }
358
358
 
@@ -399,17 +399,17 @@
399
399
  transform: translate(0, 0);
400
400
  }
401
401
  100% {
402
- transform: translate(calc(0.35 * ${st.size}), 0);
402
+ transform: translate(calc(0.35 * ${at.size}), 0);
403
403
  }
404
404
  }
405
- `;var Al=h(F()),Sl=h(w());var ot=class extends Sl.FtLitElement{render(){return Al.html`
405
+ `;var Sl=h(V()),_l=h(w());var lt=class extends _l.FtLitElement{render(){return Sl.html`
406
406
  <div class="ft-loader">
407
407
  <div></div>
408
408
  <div></div>
409
409
  <div></div>
410
410
  <div></div>
411
411
  </div>
412
- `}};ot.styles=El;var Cl=h(w());var _l={"ft-loader":ot};(0,Cl.customElements)(_l);var Fe=h(F()),bn=h(hr()),N=h(Z());var Ol=h(F()),S=h(w());var wl=S.FtCssVariableFactory.extend("--ft-button-color","",S.designSystemVariables.colorPrimary),z={backgroundColor:S.FtCssVariableFactory.extend("--ft-button-background-color","",S.designSystemVariables.colorSurface),borderRadius:S.FtCssVariableFactory.extend("--ft-button-border-radius","",S.designSystemVariables.borderRadiusL),color:wl,fontSize:S.FtCssVariableFactory.extend("--ft-button-font-size","",be.fontSize),iconSize:S.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:S.FtCssVariableFactory.extend("--ft-button-ripple-color","",wl),verticalPadding:S.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:S.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:S.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:S.FtCssVariableFactory.external(S.designSystemVariables.colorOpacityDisabled,"Design system")},Tl=S.FtCssVariableFactory.extend("--ft-button-primary-color","",S.FtCssVariableFactory.extend("--ft-button-color","",S.designSystemVariables.colorOnPrimary)),_i={backgroundColor:S.FtCssVariableFactory.extend("--ft-button-primary-background-color","",S.FtCssVariableFactory.extend("--ft-button-background-color","",S.designSystemVariables.colorPrimary)),color:Tl,rippleColor:S.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Tl)},_e={borderRadius:S.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",S.FtCssVariableFactory.extend("--ft-button-border-radius","",S.designSystemVariables.borderRadiusM)),verticalPadding:S.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:S.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:S.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},Rl=Ol.css`
412
+ `}};lt.styles=Al;var wl=h(w());var Cl={"ft-loader":lt};(0,wl.customElements)(Cl);var Ve=h(V()),En=h(yr()),N=h(Z());var Rl=h(V()),S=h(w());var Tl=S.FtCssVariableFactory.extend("--ft-button-color","",S.designSystemVariables.colorPrimary),z={backgroundColor:S.FtCssVariableFactory.extend("--ft-button-background-color","",S.designSystemVariables.colorSurface),borderRadius:S.FtCssVariableFactory.extend("--ft-button-border-radius","",S.designSystemVariables.borderRadiusL),color:Tl,fontSize:S.FtCssVariableFactory.extend("--ft-button-font-size","",be.fontSize),iconSize:S.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:S.FtCssVariableFactory.extend("--ft-button-ripple-color","",Tl),verticalPadding:S.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:S.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:S.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:S.FtCssVariableFactory.external(S.designSystemVariables.colorOpacityDisabled,"Design system")},Ol=S.FtCssVariableFactory.extend("--ft-button-primary-color","",S.FtCssVariableFactory.extend("--ft-button-color","",S.designSystemVariables.colorOnPrimary)),Ci={backgroundColor:S.FtCssVariableFactory.extend("--ft-button-primary-background-color","",S.FtCssVariableFactory.extend("--ft-button-background-color","",S.designSystemVariables.colorPrimary)),color:Ol,rippleColor:S.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Ol)},_e={borderRadius:S.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",S.FtCssVariableFactory.extend("--ft-button-border-radius","",S.designSystemVariables.borderRadiusM)),verticalPadding:S.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:S.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:S.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},Ll=Rl.css`
413
413
  :host {
414
414
  display: inline-block;
415
415
  max-width: 100%;
@@ -456,9 +456,9 @@
456
456
 
457
457
  --button-internal-line-height: max(calc(${z.fontSize} + 2px), ${z.iconSize});
458
458
  --button-internal-color: ${z.color};
459
- ${(0,S.setVariable)(pe.size,z.iconSize)};
460
- ${(0,S.setVariable)(ce.color,z.rippleColor)};
461
- ${(0,S.setVariable)(ce.borderRadius,z.borderRadius)};
459
+ ${(0,S.setVariable)(fe.size,z.iconSize)};
460
+ ${(0,S.setVariable)(ue.color,z.rippleColor)};
461
+ ${(0,S.setVariable)(ue.borderRadius,z.borderRadius)};
462
462
 
463
463
  border-radius: ${z.borderRadius};
464
464
  padding: ${z.verticalPadding} ${z.horizontalPadding};
@@ -474,7 +474,7 @@
474
474
  .ft-button.ft-button--dense {
475
475
  padding: ${_e.verticalPadding} ${_e.horizontalPadding};
476
476
  border-radius: ${_e.borderRadius};
477
- ${(0,S.setVariable)(ce.borderRadius,_e.borderRadius)};
477
+ ${(0,S.setVariable)(ue.borderRadius,_e.borderRadius)};
478
478
  }
479
479
 
480
480
  .ft-button.ft-button--dense.ft-button--outlined {
@@ -499,9 +499,9 @@
499
499
  }
500
500
 
501
501
  .ft-button.ft-button--primary {
502
- background-color: ${_i.backgroundColor};
503
- --button-internal-color: ${_i.color};
504
- ${(0,S.setVariable)(ce.color,_i.rippleColor)};
502
+ background-color: ${Ci.backgroundColor};
503
+ --button-internal-color: ${Ci.color};
504
+ ${(0,S.setVariable)(ue.color,Ci.rippleColor)};
505
505
  }
506
506
 
507
507
  .ft-button--label {
@@ -543,10 +543,10 @@
543
543
  }
544
544
 
545
545
  ft-loader {
546
- ${(0,S.setVariable)(st.size,z.iconSize)};
547
- ${(0,S.setVariable)(st.color,"var(--button-internal-color)")};
546
+ ${(0,S.setVariable)(at.size,z.iconSize)};
547
+ ${(0,S.setVariable)(at.color,"var(--button-internal-color)")};
548
548
  }
549
- `;var D=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},O=class e extends(0,Ce.toFtFormComponent)(Ce.FtLitElement){get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}constructor(){super(),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1,this.disabled=!1,this.icon=void 0,this.trailingIcon=!1,this.type="button",this.href=void 0,this.target=void 0,this.loading=!1,this.ariaLabel=null,this.ariaHasPopup=null,this.ariaPressed=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.activated=!1,this.hasTextContent=!1,this.addEventListener("click",t=>{var r;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){var t,r,n;let i={"ft-button--label":!0,"ft-safari-ellipsis-fix":Ce.isSafari,"ft-button--label-no-text":!this.hasTextContent},s=Fe.html`
549
+ `;var D=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},O=class e extends(0,Ce.toFtFormComponent)(Ce.FtLitElement){get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}constructor(){super(),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1,this.disabled=!1,this.icon=void 0,this.trailingIcon=!1,this.type="button",this.href=void 0,this.target=void 0,this.loading=!1,this.ariaLabel=null,this.ariaHasPopup=null,this.ariaPressed=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.activated=!1,this.hasTextContent=!1,this.addEventListener("click",t=>{var r;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){var t,r,n;let i={"ft-button--label":!0,"ft-safari-ellipsis-fix":Ce.isSafari,"ft-button--label-no-text":!this.hasTextContent},s=Ve.html`
550
550
  <ft-ripple part="ripple"
551
551
  ?disabled=${this.isDisabled()}
552
552
  ?activated=${this.activated}
@@ -554,40 +554,40 @@
554
554
  <ft-typography part="label"
555
555
  variant="${ve.button}"
556
556
  element="span"
557
- class="${(0,bn.classMap)(i)}">
557
+ class="${(0,En.classMap)(i)}">
558
558
  <slot></slot>
559
559
  </ft-typography>
560
560
  ${this.resolveIcon()}
561
- `,o=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(o?Fe.html`
561
+ `,o=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(o?Ve.html`
562
562
  <a href="${o}"
563
563
  target="${(t=this.target)!==null&&t!==void 0?t:"_self"}"
564
564
  part="button"
565
- class="${(0,bn.classMap)(this.buttonClasses)}"
566
- aria-label="${tt((r=this.ariaLabel)!==null&&r!==void 0?r:this.label)}"
565
+ class="${(0,En.classMap)(this.buttonClasses)}"
566
+ aria-label="${nt((r=this.ariaLabel)!==null&&r!==void 0?r:this.label)}"
567
567
  ?disabled=${this.isDisabled()}>
568
568
  ${s}
569
569
  </a>
570
- `:Fe.html`
570
+ `:Ve.html`
571
571
  <button part="button"
572
- class="${(0,bn.classMap)(this.buttonClasses)}"
573
- aria-label="${tt((n=this.ariaLabel)!==null&&n!==void 0?n:this.label)}"
574
- aria-haspopup="${tt(this.ariaHasPopup)}"
575
- aria-pressed="${tt(this.ariaPressed)}"
572
+ class="${(0,En.classMap)(this.buttonClasses)}"
573
+ aria-label="${nt((n=this.ariaLabel)!==null&&n!==void 0?n:this.label)}"
574
+ aria-haspopup="${nt(this.ariaHasPopup)}"
575
+ aria-pressed="${nt(this.ariaPressed)}"
576
576
  ?disabled=${this.isDisabled()}>
577
577
  ${s}
578
578
  </button>
579
- `)}addTooltipIfNeeded(t){return this.label&&this.label.trim().length>0&&(this.forceTooltip||!this.hasTextContent&&!this.hideTooltip)?Fe.html`
579
+ `)}addTooltipIfNeeded(t){return this.label&&this.label.trim().length>0&&(this.forceTooltip||!this.hasTextContent&&!this.hideTooltip)?Ve.html`
580
580
  <ft-tooltip part="tooltip"
581
581
  text="${this.label}"
582
582
  position="${this.tooltipPosition}">
583
583
  ${t}
584
584
  </ft-tooltip>
585
- `:t}resolveIcon(){return this.loading?Fe.html`
586
- <ft-loader part="loader icon"></ft-loader> `:this.icon?Fe.html`
585
+ `:t}resolveIcon(){return this.loading?Ve.html`
586
+ <ft-loader part="loader icon"></ft-loader> `:this.icon?Ve.html`
587
587
  <ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
588
- `:Fe.html`
588
+ `:Ve.html`
589
589
  <slot part="icon" name="icon"></slot>
590
- `}focus(){var t;(t=this.button)===null||t===void 0||t.focus()}showTooltip(){var t;(t=this.tooltip)===null||t===void 0||t.show()}showTemporaryTooltip(t,r){var n;return(n=this.tooltip)===null||n===void 0?void 0:n.showTemporaryText(t,r)}setTooltipManual(t){this.tooltip&&(this.tooltip.manual=t)}click(){var t;(t=this.button)===null||t===void 0||t.click()}isDisabled(){return this.disabled||this.loading}contentAvailableCallback(t){super.contentAvailableCallback(t),this.labelContainer&&e.labelsObserver.observe(this.labelContainer)}disconnectedCallback(){super.disconnectedCallback(),this.labelContainer&&e.labelsObserver.unobserve(this.labelContainer)}};O.elementDefinitions={"ft-ripple":I,"ft-tooltip":j,"ft-icon":ee,"ft-loader":ot,"ft-typography":te};O.styles=[Ce.safariEllipsisFix,Rl,Ce.noTextSelect];O.labelsObserver=new IntersectionObserver(e=>{for(let t of e){let r=t.target.getRootNode();r.host?r.host.hasTextContent=t.boundingClientRect.width>0:O.labelsObserver.unobserve(t.target)}});D([(0,N.property)({type:Boolean})],O.prototype,"primary",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"outlined",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"dense",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"round",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"disabled",void 0);D([(0,N.property)()],O.prototype,"icon",void 0);D([(0,N.property)()],O.prototype,"iconVariant",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"trailingIcon",void 0);D([(0,N.property)()],O.prototype,"label",void 0);D([(0,N.property)()],O.prototype,"type",void 0);D([(0,N.property)()],O.prototype,"href",void 0);D([(0,N.property)()],O.prototype,"target",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"loading",void 0);D([(0,N.property)({attribute:"aria-label"})],O.prototype,"ariaLabel",void 0);D([(0,N.property)()],O.prototype,"ariaHasPopup",void 0);D([(0,N.property)({attribute:"aria-pressed"})],O.prototype,"ariaPressed",void 0);D([(0,N.property)()],O.prototype,"tooltipPosition",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"hideTooltip",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"forceTooltip",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"activated",void 0);D([(0,N.query)(".ft-button")],O.prototype,"button",void 0);D([(0,N.query)(".ft-button--label")],O.prototype,"labelContainer",void 0);D([(0,N.state)()],O.prototype,"hasTextContent",void 0);D([(0,N.query)(".ft-button--label slot")],O.prototype,"slottedContent",void 0);D([(0,N.query)("[part=tooltip]")],O.prototype,"tooltip",void 0);var Nl=h(w());var Ll={"ft-button":O};(0,Nl.customElements)(Ll);var Pl=h(F()),R=h(w()),k={shadow:R.FtCssVariableFactory.extend("--ft-drawer-shadow","",R.designSystemVariables.elevation03),width:R.FtCssVariableFactory.create("--ft-drawer-width","","SIZE","800px"),headerPadding:R.FtCssVariableFactory.create("--ft-drawer-header-padding","","SIZE","8px 16px"),headerGap:R.FtCssVariableFactory.create("--ft-drawer-header-gap","","SIZE","8px"),headerBorderColor:R.FtCssVariableFactory.extend("--ft-drawer-header-border-color","",R.designSystemVariables.colorOutline),headerBorderWidth:R.FtCssVariableFactory.create("--ft-drawer-header-border-width","","SIZE","1px"),headerBackgroundColor:R.FtCssVariableFactory.extend("--ft-drawer-header-background-color","",R.designSystemVariables.colorSurface),headerColor:R.FtCssVariableFactory.extend("--ft-drawer-header-color","",R.designSystemVariables.colorOnSurfaceHigh),contentPadding:R.FtCssVariableFactory.create("--ft-drawer-content-padding","","SIZE","16px"),contentGap:R.FtCssVariableFactory.create("--ft-drawer-content-gap","","SIZE","16px"),contentBackgroundColor:R.FtCssVariableFactory.extend("--ft-drawer-content-background-color","",R.designSystemVariables.colorSurface),contentColor:R.FtCssVariableFactory.extend("--ft-drawer-content-color","",R.designSystemVariables.colorOnSurfaceMedium),actionsGap:R.FtCssVariableFactory.create("--ft-drawer-action-gap","","SIZE","8px"),actionsPadding:R.FtCssVariableFactory.create("--ft-drawer-actions-padding","","SIZE","8px 16px"),actionsBorderColor:R.FtCssVariableFactory.extend("--ft-drawer-actions-border-color","",R.designSystemVariables.colorOutline),actionsBorderWidth:R.FtCssVariableFactory.create("--ft-drawer-actions-border-width","","SIZE","1px"),actionsBackgroundColor:R.FtCssVariableFactory.extend("--ft-drawer-actions-background-color","",R.designSystemVariables.colorSurface),overlayBackgroundColor:R.FtCssVariableFactory.create("--ft-drawer-overlay-background-color","","COLOR","rgb(10, 10, 13)"),overlayOpacity:R.FtCssVariableFactory.create("--ft-drawer-overlay-opacity","","NUMBER","0.4"),closingButtonColor:R.FtCssVariableFactory.extend("--ft-drawer-closing-button-color","",R.designSystemVariables.colorOnSurfaceMedium),contentOverflow:R.FtCssVariableFactory.create("--ft-drawer-content-overflow","","UNKNOWN","visible")},Dl=Pl.css`
590
+ `}focus(){var t;(t=this.button)===null||t===void 0||t.focus()}showTooltip(){var t;(t=this.tooltip)===null||t===void 0||t.show()}showTemporaryTooltip(t,r){var n;return(n=this.tooltip)===null||n===void 0?void 0:n.showTemporaryText(t,r)}setTooltipManual(t){this.tooltip&&(this.tooltip.manual=t)}click(){var t;(t=this.button)===null||t===void 0||t.click()}isDisabled(){return this.disabled||this.loading}contentAvailableCallback(t){super.contentAvailableCallback(t),this.labelContainer&&e.labelsObserver.observe(this.labelContainer)}disconnectedCallback(){super.disconnectedCallback(),this.labelContainer&&e.labelsObserver.unobserve(this.labelContainer)}};O.elementDefinitions={"ft-ripple":I,"ft-tooltip":j,"ft-icon":ee,"ft-loader":lt,"ft-typography":te};O.styles=[Ce.safariEllipsisFix,Ll,Ce.noTextSelect];O.labelsObserver=new IntersectionObserver(e=>{for(let t of e){let r=t.target.getRootNode();r.host?r.host.hasTextContent=t.boundingClientRect.width>0:O.labelsObserver.unobserve(t.target)}});D([(0,N.property)({type:Boolean})],O.prototype,"primary",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"outlined",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"dense",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"round",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"disabled",void 0);D([(0,N.property)()],O.prototype,"icon",void 0);D([(0,N.property)()],O.prototype,"iconVariant",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"trailingIcon",void 0);D([(0,N.property)()],O.prototype,"label",void 0);D([(0,N.property)()],O.prototype,"type",void 0);D([(0,N.property)()],O.prototype,"href",void 0);D([(0,N.property)()],O.prototype,"target",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"loading",void 0);D([(0,N.property)({attribute:"aria-label"})],O.prototype,"ariaLabel",void 0);D([(0,N.property)()],O.prototype,"ariaHasPopup",void 0);D([(0,N.property)({attribute:"aria-pressed"})],O.prototype,"ariaPressed",void 0);D([(0,N.property)()],O.prototype,"tooltipPosition",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"hideTooltip",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"forceTooltip",void 0);D([(0,N.property)({type:Boolean})],O.prototype,"activated",void 0);D([(0,N.query)(".ft-button")],O.prototype,"button",void 0);D([(0,N.query)(".ft-button--label")],O.prototype,"labelContainer",void 0);D([(0,N.state)()],O.prototype,"hasTextContent",void 0);D([(0,N.query)(".ft-button--label slot")],O.prototype,"slottedContent",void 0);D([(0,N.query)("[part=tooltip]")],O.prototype,"tooltip",void 0);var Pl=h(w());var Nl={"ft-button":O};(0,Pl.customElements)(Nl);var Dl=h(V()),R=h(w()),M={shadow:R.FtCssVariableFactory.extend("--ft-drawer-shadow","",R.designSystemVariables.elevation03),width:R.FtCssVariableFactory.create("--ft-drawer-width","","SIZE","800px"),headerPadding:R.FtCssVariableFactory.create("--ft-drawer-header-padding","","SIZE","8px 16px"),headerGap:R.FtCssVariableFactory.create("--ft-drawer-header-gap","","SIZE","8px"),headerBorderColor:R.FtCssVariableFactory.extend("--ft-drawer-header-border-color","",R.designSystemVariables.colorOutline),headerBorderWidth:R.FtCssVariableFactory.create("--ft-drawer-header-border-width","","SIZE","1px"),headerBackgroundColor:R.FtCssVariableFactory.extend("--ft-drawer-header-background-color","",R.designSystemVariables.colorSurface),headerColor:R.FtCssVariableFactory.extend("--ft-drawer-header-color","",R.designSystemVariables.colorOnSurfaceHigh),contentPadding:R.FtCssVariableFactory.create("--ft-drawer-content-padding","","SIZE","16px"),contentGap:R.FtCssVariableFactory.create("--ft-drawer-content-gap","","SIZE","16px"),contentBackgroundColor:R.FtCssVariableFactory.extend("--ft-drawer-content-background-color","",R.designSystemVariables.colorSurface),contentColor:R.FtCssVariableFactory.extend("--ft-drawer-content-color","",R.designSystemVariables.colorOnSurfaceMedium),actionsGap:R.FtCssVariableFactory.create("--ft-drawer-action-gap","","SIZE","8px"),actionsPadding:R.FtCssVariableFactory.create("--ft-drawer-actions-padding","","SIZE","8px 16px"),actionsBorderColor:R.FtCssVariableFactory.extend("--ft-drawer-actions-border-color","",R.designSystemVariables.colorOutline),actionsBorderWidth:R.FtCssVariableFactory.create("--ft-drawer-actions-border-width","","SIZE","1px"),actionsBackgroundColor:R.FtCssVariableFactory.extend("--ft-drawer-actions-background-color","",R.designSystemVariables.colorSurface),overlayBackgroundColor:R.FtCssVariableFactory.create("--ft-drawer-overlay-background-color","","COLOR","rgb(10, 10, 13)"),overlayOpacity:R.FtCssVariableFactory.create("--ft-drawer-overlay-opacity","","NUMBER","0.4"),closingButtonColor:R.FtCssVariableFactory.extend("--ft-drawer-closing-button-color","",R.designSystemVariables.colorOnSurfaceMedium),contentOverflow:R.FtCssVariableFactory.create("--ft-drawer-content-overflow","","UNKNOWN","visible")},kl=Dl.css`
591
591
 
592
592
  @keyframes slide-in-from-right {
593
593
  0% {
@@ -605,7 +605,7 @@
605
605
  }
606
606
 
607
607
  100% {
608
- opacity: ${k.overlayOpacity};
608
+ opacity: ${M.overlayOpacity};
609
609
  }
610
610
  }
611
611
 
@@ -629,8 +629,8 @@
629
629
 
630
630
  position: absolute;
631
631
  inset: 0;
632
- background-color: ${k.overlayBackgroundColor};
633
- opacity: ${k.overlayOpacity};
632
+ background-color: ${M.overlayBackgroundColor};
633
+ opacity: ${M.overlayOpacity};
634
634
  }
635
635
 
636
636
  [part=inner-container] {
@@ -642,9 +642,9 @@
642
642
  flex-direction: column;
643
643
  height: 100%;
644
644
  max-height: 100%;
645
- width: ${k.width};
645
+ width: ${M.width};
646
646
  max-width: 100%;
647
- box-shadow: ${k.shadow};
647
+ box-shadow: ${M.shadow};
648
648
 
649
649
  animation-duration: 0.2s;
650
650
  animation-name: slide-in-from-right;
@@ -652,15 +652,15 @@
652
652
  }
653
653
 
654
654
  [part=header] {
655
- padding: ${k.headerPadding};
655
+ padding: ${M.headerPadding};
656
656
  display: flex;
657
657
  align-items: center;
658
- gap: ${k.headerGap};
659
- border-color: ${k.headerBorderColor};
660
- border-bottom-width: ${k.headerBorderWidth};
658
+ gap: ${M.headerGap};
659
+ border-color: ${M.headerBorderColor};
660
+ border-bottom-width: ${M.headerBorderWidth};
661
661
  border-bottom-style: solid;
662
- color: ${k.headerColor};
663
- background-color: ${k.headerBackgroundColor};
662
+ color: ${M.headerColor};
663
+ background-color: ${M.headerBackgroundColor};
664
664
  flex-shrink: 0;
665
665
  }
666
666
 
@@ -672,43 +672,43 @@
672
672
  [part=actions] {
673
673
  display: flex;
674
674
  align-items: center;
675
- gap: ${k.actionsGap};
676
- padding: ${k.actionsPadding};
677
- border-color: ${k.actionsBorderColor};
678
- border-top-width: ${k.actionsBorderWidth};
675
+ gap: ${M.actionsGap};
676
+ padding: ${M.actionsPadding};
677
+ border-color: ${M.actionsBorderColor};
678
+ border-top-width: ${M.actionsBorderWidth};
679
679
  border-top-style: solid;
680
- background-color: ${k.actionsBackgroundColor};
680
+ background-color: ${M.actionsBackgroundColor};
681
681
  }
682
682
 
683
683
  [part=closing-button] {
684
- color: ${k.closingButtonColor};
684
+ color: ${M.closingButtonColor};
685
685
  order: -1;
686
686
  }
687
687
 
688
688
  [part=body] {
689
689
  flex-shrink: 1;
690
690
  flex-grow: 1;
691
- padding: ${k.contentPadding};
691
+ padding: ${M.contentPadding};
692
692
  display: flex;
693
693
  flex-direction: column;
694
- gap: ${k.contentGap};
695
- color: ${k.contentColor};
696
- background-color: ${k.contentBackgroundColor};
697
- overflow: ${k.contentOverflow};
694
+ gap: ${M.contentGap};
695
+ color: ${M.contentColor};
696
+ background-color: ${M.contentBackgroundColor};
697
+ overflow: ${M.contentOverflow};
698
698
  }
699
699
 
700
700
  [part=content] {
701
701
  flex-grow: 1;
702
- overflow: ${k.contentOverflow};
702
+ overflow: ${M.contentOverflow};
703
703
  }
704
- `;var Ci=nn.build("ftDrawer"),Ml={closeDrawer:"Close drawer"};var En=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},wi=class extends Event{constructor(){super("close")}},Ti=class extends Event{constructor(){super("open")}},we=class extends ln(An.FtdsBase){constructor(){super(),this.buttonLabel="",this.heading="",this.intersectionObserver=new IntersectionObserver(()=>{this.dialog&&!this.dialog.checkVisibility()&&this.close()}),this.addI18nContext(Ci,Ml)}render(){return fr.html`
705
- <div class="${(0,kl.classMap)({"ft-drawer":!0})}" part="container">
704
+ `;var wi=on.build("ftDrawer"),Ml={closeDrawer:"Close drawer"};var An=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},Ti=class extends Event{constructor(){super("close")}},Oi=class extends Event{constructor(){super("open")}},we=class extends un(Sn.FtdsBase){constructor(){super(),this.buttonLabel="",this.heading="",this.intersectionObserver=new IntersectionObserver(()=>{this.dialog&&!this.dialog.checkVisibility()&&this.close()}),this.addI18nContext(wi,Ml)}render(){return mr.html`
705
+ <div class="${(0,Il.classMap)({"ft-drawer":!0})}" part="container">
706
706
  <slot @click=${this.onTriggerClick} name="trigger">
707
- <ft-button part="button" icon="${tt(this.buttonIcon)}" label="${this.buttonLabel}" ariaHasPopup="dialog">
708
- ${Ta(this.buttonIcon,()=>fr.nothing,()=>this.buttonLabel)}
707
+ <ft-button part="button" icon="${nt(this.buttonIcon)}" label="${this.buttonLabel}" ariaHasPopup="dialog">
708
+ ${Oa(this.buttonIcon,()=>mr.nothing,()=>this.buttonLabel)}
709
709
  </ft-button>
710
710
  </slot>
711
- <dialog part="dialog" popover="manual" aria-labelledby="heading" @close=${this.onClose} ${(0,An.focusTrap)()}>
711
+ <dialog part="dialog" popover="manual" aria-labelledby="heading" @close=${this.onClose} ${(0,Sn.focusTrap)()}>
712
712
  <div part="overlay" @click=${this.onOverlayClick}></div>
713
713
  <div part="inner-container">
714
714
  <div part="header">
@@ -729,13 +729,13 @@
729
729
  </div>
730
730
  </dialog>
731
731
  </div>
732
- `}renderCloseButton(){return fr.html`
732
+ `}renderCloseButton(){return mr.html`
733
733
  <ft-button part="closing-button"
734
- icon="${at.CLOSE}"
734
+ icon="${ct.CLOSE}"
735
735
  tertiary
736
- label="${Ci.messages.closeDrawer()}"
736
+ label="${wi.messages.closeDrawer()}"
737
737
  tooltipPosition="right"
738
- @click=${this.close}></ft-button>`}onTriggerClick(t){this.open(t.target)}open(t){this.elementToFocusOnClose=t,this.dialog&&(this.dialog.showPopover(),this.intersectionObserver.observe(this.dialog),this.dispatchEvent(new Ti))}close(){var t;(t=this.dialog)===null||t===void 0||t.hidePopover(),this.onClose()}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",this.onEscapePressed)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("keydown",this.onEscapePressed),this.close()}onClose(){var t;this.intersectionObserver.disconnect(),(t=this.elementToFocusOnClose)===null||t===void 0||t.focus(),this.dispatchEvent(new wi)}onOverlayClick(){this.close()}onEscapePressed(t){t.key==="Escape"&&this.close()}};we.elementDefinitions={"ft-button":O,"ft-typography":te};we.styles=Dl;En([(0,Dt.property)()],we.prototype,"buttonLabel",void 0);En([(0,Dt.property)()],we.prototype,"buttonIcon",void 0);En([(0,Dt.property)()],we.prototype,"heading",void 0);En([(0,Dt.query)("dialog")],we.prototype,"dialog",void 0);var Il={"ft-drawer":we};(0,Ul.customElements)(Il);})();
738
+ @click=${this.close}></ft-button>`}onTriggerClick(t){this.open(t.target)}open(t){this.elementToFocusOnClose=t,this.dialog&&(this.dialog.showPopover(),this.intersectionObserver.observe(this.dialog),this.dispatchEvent(new Oi))}close(){var t;(t=this.dialog)===null||t===void 0||t.hidePopover(),this.onClose()}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",this.onEscapePressed)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("keydown",this.onEscapePressed),this.close()}onClose(){var t;this.intersectionObserver.disconnect(),(t=this.elementToFocusOnClose)===null||t===void 0||t.focus(),this.dispatchEvent(new Ti)}onOverlayClick(){this.close()}onEscapePressed(t){t.key==="Escape"&&this.close()}};we.elementDefinitions={"ft-button":O,"ft-typography":te};we.styles=kl;An([(0,It.property)()],we.prototype,"buttonLabel",void 0);An([(0,It.property)()],we.prototype,"buttonIcon",void 0);An([(0,It.property)()],we.prototype,"heading",void 0);An([(0,It.query)("dialog")],we.prototype,"dialog",void 0);var Ul={"ft-drawer":we};(0,$l.customElements)(Ul);})();
739
739
  /*! Bundled license information:
740
740
 
741
741
  lit-html/lit-html.js: