@fluid-topics/ft-dialog 1.3.54 → 1.3.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ft-dialog.light.js +18 -18
- package/build/ft-dialog.min.js +33 -33
- package/package.json +6 -6
package/build/ft-dialog.min.js
CHANGED
|
@@ -45,7 +45,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
45
45
|
input::-webkit-search-results-decoration {
|
|
46
46
|
display: none;
|
|
47
47
|
}
|
|
48
|
-
`;var ec={};var Va={};z(Va,{ParametrizedLabelResolver:()=>Zr});var Zr=class t{constructor(e,o){this.defaultLabels=e,this.labels=o}resolve(e,...o){var n,a;e=this.resolvePluralKey(e,o);let i=(a=(n=this.labels[e])!==null&&n!==void 0?n:this.defaultLabels[e])!==null&&a!==void 0?a:"";return t.replaceParameters(i,...o)}static replaceParameters(e,...o){return o.forEach((n,a)=>e=e.replace(new RegExp(`\\{${a}([^}]*)\\}`,"g"),(i,s)=>t.formatValue(n,s))),e}resolvePluralKey(e,o){for(let n of o)if(typeof n=="number"){let a=`${String(e)}[\\=${n}]`;if(a in this.labels||a in this.defaultLabels)return a}return e}static formatValue(e,o){return e instanceof Date?t.formatDate(e,o):e??""}static formatDate(e,o){let n=a=>o?.includes("date")?e.toLocaleDateString(a):o?.includes("time")?e.toLocaleTimeString(a):e.toLocaleString(a);try{return n(document.documentElement.lang)}catch{return n()}}};var gi={};z(gi,{FtCommandQueue:()=>qr,FtLitElementRedux:()=>Xr,FtReduxStore:()=>Mt,FtStateManager:()=>mi,ReduxWatcher:()=>un,clearAllStores:()=>Hp,isFtReduxStore:()=>nr,redux:()=>or,reduxEventListener:()=>np,reduxReactive:()=>op,watch:()=>Wp,withRedux:()=>tc});var op=()=>(t,e)=>{var o;let n=t.constructor;n.reduxReactiveProperties=new Set(n.reduxReactiveProperties),(o=n.reduxReactiveProperties)===null||o===void 0||o.add(e)},or=t=>{let e=t??{};return(o,n)=>{var a;let i={hasChanged:Je,attribute:!1,...e};E(i)(o,n);let s=o.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(n,{selector:(a=e.selector)!==null&&a!==void 0?a:c=>c[n],store:e.store})}},np=t=>(e,o)=>{let n=e.constructor;n.reduxEventListeners=new Map(n.reduxEventListeners),n.reduxEventListeners.set(o,t)};var qr=class{constructor(){this.queue=[]}add(e,o=!1){o&&this.clear(e.type),this.queue.push(e)}consume(e){let o=this.queue.find(n=>n.type===e);return o&&(this.queue=this.queue.filter(n=>n!==o)),o}clear(e){typeof e=="string"?this.queue=this.queue.filter(o=>o.type!==e):this.queue=this.queue.filter(o=>!e.test(o.type))}};function nr(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var Yr=Symbol("internalReduxEventsUnsubscribers"),ft=Symbol("internalStoresUnsubscribers"),Pt=Symbol("internalStores"),tc=le(Symbol("withRedux"),function(t){var e,o,n;class a extends t{constructor(){super(...arguments),this[e]=new Map,this[o]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(c=>s.has(c))&&this.updateFromStores()}getUnnamedStore(){if(this[Pt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Pt].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[Pt].get(s)}addStore(s,c){var d;c=(d=c??s.name)!==null&&d!==void 0?d:"default-store",this.unsubscribeFromStore(c),this[Pt].set(c,s),this.subscribeToStore(c,s),this.updateFromStores()}removeStore(s){let c=typeof s=="string"?s:s.name;this.unsubscribeFromStore(c),this[Pt].delete(c)}setupStores(){this.unsubscribeFromStores(),this[Pt].forEach((s,c)=>this.subscribeToStore(c,s)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((s,c)=>{let d=this.constructor.getPropertyOptions(c);if(!d?.attribute||!this.hasAttribute(typeof d?.attribute=="string"?d.attribute:c)){let p=this.getStore(s.store);p&&(s.store?this[ft].has(s.store):this[ft].size>0)&&(this[c]=s.selector(p.getState(),this))}})}subscribeToStore(s,c){var d;this[ft].set(s,c.subscribe(()=>this.updateFromStores())),this[Yr].set(s,[]),nr(c)&&c.eventBus&&((d=this.reduxConstructor.reduxEventListeners)===null||d===void 0||d.forEach((p,h)=>{if(typeof this[h]=="function"&&(!p.store||c.name===p.store)){let f=y=>this[h](y);c.addEventListener(p.eventName,f),this[Yr].get(s).push(()=>c.removeEventListener(p.eventName,f))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[ft].forEach((s,c)=>this.unsubscribeFromStore(c))}unsubscribeFromStore(s){var c;this[ft].has(s)&&this[ft].get(s)(),this[ft].delete(s),(c=this[Yr].get(s))===null||c===void 0||c.forEach(d=>d()),this[Yr].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return e=ft,o=Pt,n=Yr,a.reduxProperties=new Map,a.reduxReactiveProperties=new Set,a.reduxEventListeners=new Map,a}),Xr=class extends tc(K){};function _e(t){for(var e=arguments.length,o=Array(e>1?e-1:0),n=1;n<e;n++)o[n-1]=arguments[n];if(0)var a,i;throw Error("[Immer] minified error nr: "+t+(o.length?" "+o.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function nt(t){return!!t&&!!t[Q]}function Me(t){var e;return!!t&&(function(o){if(!o||typeof o!="object")return!1;var n=Object.getPrototypeOf(o);if(n===null)return!0;var a=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return a===Object||typeof a=="function"&&Function.toString.call(a)===pp}(t)||Array.isArray(t)||!!t[cc]||!!(!((e=t.constructor)===null||e===void 0)&&e[cc])||ti(t)||ri(t))}function kt(t,e,o){o===void 0&&(o=!1),sr(t)===0?(o?Object.keys:ir)(t).forEach(function(n){o&&typeof n=="symbol"||e(n,t[n],t)}):t.forEach(function(n,a){return e(a,n,t)})}function sr(t){var e=t[Q];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:ti(t)?2:ri(t)?3:0}function ar(t,e){return sr(t)===2?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function ap(t,e){return sr(t)===2?t.get(e):t[e]}function lc(t,e,o){var n=sr(t);n===2?t.set(e,o):n===3?t.add(o):t[e]=o}function dc(t,e){return t===e?t!==0||1/t==1/e:t!=t&&e!=e}function ti(t){return dp&&t instanceof Map}function ri(t){return up&&t instanceof Set}function ht(t){return t.o||t.t}function oi(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=fc(t);delete e[Q];for(var o=ir(e),n=0;n<o.length;n++){var a=o[n],i=e[a];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(e[a]={configurable:!0,writable:!0,enumerable:i.enumerable,value:t[a]})}return Object.create(Object.getPrototypeOf(t),e)}function ni(t,e){return e===void 0&&(e=!1),ai(t)||nt(t)||!Me(t)||(sr(t)>1&&(t.set=t.add=t.clear=t.delete=ip),Object.freeze(t),e&&kt(t,function(o,n){return ni(n,!0)},!0)),t}function ip(){_e(2)}function ai(t){return t==null||typeof t!="object"||Object.isFrozen(t)}function je(t){var e=ei[t];return e||_e(18,t),e}function sp(t,e){ei[t]||(ei[t]=e)}function Xa(){return Qr}function Ka(t,e){e&&(je("Patches"),t.u=[],t.s=[],t.v=e)}function an(t){Ja(t),t.p.forEach(cp),t.p=null}function Ja(t){t===Qr&&(Qr=t.l)}function rc(t){return Qr={p:[],l:Qr,h:t,m:!0,_:0}}function cp(t){var e=t[Q];e.i===0||e.i===1?e.j():e.g=!0}function Za(t,e){e._=e.p.length;var o=e.p[0],n=t!==void 0&&t!==o;return e.h.O||je("ES5").S(e,t,n),n?(o[Q].P&&(an(e),_e(4)),Me(t)&&(t=sn(e,t),e.l||cn(e,t)),e.u&&je("Patches").M(o[Q].t,t,e.u,e.s)):t=sn(e,o,[]),an(e),e.u&&e.v(e.u,e.s),t!==pc?t:void 0}function sn(t,e,o){if(ai(e))return e;var n=e[Q];if(!n)return kt(e,function(c,d){return oc(t,n,e,c,d,o)},!0),e;if(n.A!==t)return e;if(!n.P)return cn(t,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var a=n.i===4||n.i===5?n.o=oi(n.k):n.o,i=a,s=!1;n.i===3&&(i=new Set(a),a.clear(),s=!0),kt(i,function(c,d){return oc(t,n,a,c,d,o,s)}),cn(t,a,!1),o&&t.u&&je("Patches").N(n,o,t.u,t.s)}return n.o}function oc(t,e,o,n,a,i,s){if(nt(a)){var c=sn(t,a,i&&e&&e.i!==3&&!ar(e.R,n)?i.concat(n):void 0);if(lc(o,n,c),!nt(c))return;t.m=!1}else s&&o.add(a);if(Me(a)&&!ai(a)){if(!t.h.D&&t._<1)return;sn(t,a),e&&e.A.l||cn(t,a)}}function cn(t,e,o){o===void 0&&(o=!1),!t.l&&t.h.D&&t.m&&ni(e,o)}function qa(t,e){var o=t[Q];return(o?ht(o):t)[e]}function nc(t,e){if(e in t)for(var o=Object.getPrototypeOf(t);o;){var n=Object.getOwnPropertyDescriptor(o,e);if(n)return n;o=Object.getPrototypeOf(o)}}function yt(t){t.P||(t.P=!0,t.l&&yt(t.l))}function Ya(t){t.o||(t.o=oi(t.t))}function Qa(t,e,o){var n=ti(e)?je("MapSet").F(e,o):ri(e)?je("MapSet").T(e,o):t.O?function(a,i){var s=Array.isArray(a),c={i:s?1:0,A:i?i.A:Xa(),P:!1,I:!1,R:{},l:i,t:a,k:null,o:null,j:null,C:!1},d=c,p=eo;s&&(d=[c],p=Jr);var h=Proxy.revocable(d,p),f=h.revoke,y=h.proxy;return c.k=y,c.j=f,y}(e,o):je("ES5").J(e,o);return(o?o.A:Xa()).p.push(n),n}function lp(t){return nt(t)||_e(22,t),function e(o){if(!Me(o))return o;var n,a=o[Q],i=sr(o);if(a){if(!a.P&&(a.i<4||!je("ES5").K(a)))return a.t;a.I=!0,n=ac(o,i),a.I=!1}else n=ac(o,i);return kt(n,function(s,c){a&&ap(a.t,s)===c||lc(n,s,e(c))}),i===3?new Set(n):n}(t)}function ac(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return oi(t)}function uc(){function t(s,c){var d=i[s];return d?d.enumerable=c:i[s]=d={configurable:!0,enumerable:c,get:function(){var p=this[Q];return eo.get(p,s)},set:function(p){var h=this[Q];eo.set(h,s,p)}},d}function e(s){for(var c=s.length-1;c>=0;c--){var d=s[c][Q];if(!d.P)switch(d.i){case 5:n(d)&&yt(d);break;case 4:o(d)&&yt(d)}}}function o(s){for(var c=s.t,d=s.k,p=ir(d),h=p.length-1;h>=0;h--){var f=p[h];if(f!==Q){var y=c[f];if(y===void 0&&!ar(c,f))return!0;var x=d[f],b=x&&x[Q];if(b?b.t!==y:!dc(x,y))return!0}}var A=!!c[Q];return p.length!==ir(c).length+(A?0:1)}function n(s){var c=s.k;if(c.length!==s.t.length)return!0;var d=Object.getOwnPropertyDescriptor(c,c.length-1);if(d&&!d.get)return!0;for(var p=0;p<c.length;p++)if(!c.hasOwnProperty(p))return!0;return!1}function a(s){s.g&&_e(3,JSON.stringify(ht(s)))}var i={};sp("ES5",{J:function(s,c){var d=Array.isArray(s),p=function(f,y){if(f){for(var x=Array(y.length),b=0;b<y.length;b++)Object.defineProperty(x,""+b,t(b,!0));return x}var A=fc(y);delete A[Q];for(var R=ir(A),T=0;T<R.length;T++){var N=R[T];A[N]=t(N,f||!!A[N].enumerable)}return Object.create(Object.getPrototypeOf(y),A)}(d,s),h={i:d?5:4,A:c?c.A:Xa(),P:!1,I:!1,R:{},l:c,t:s,k:p,o:null,g:!1,C:!1};return Object.defineProperty(p,Q,{value:h,writable:!0}),p},S:function(s,c,d){d?nt(c)&&c[Q].A===s&&e(s.p):(s.u&&function p(h){if(h&&typeof h=="object"){var f=h[Q];if(f){var y=f.t,x=f.k,b=f.R,A=f.i;if(A===4)kt(x,function(v){v!==Q&&(y[v]!==void 0||ar(y,v)?b[v]||p(x[v]):(b[v]=!0,yt(f)))}),kt(y,function(v){x[v]!==void 0||ar(x,v)||(b[v]=!1,yt(f))});else if(A===5){if(n(f)&&(yt(f),b.length=!0),x.length<y.length)for(var R=x.length;R<y.length;R++)b[R]=!1;else for(var T=y.length;T<x.length;T++)b[T]=!0;for(var N=Math.min(x.length,y.length),O=0;O<N;O++)x.hasOwnProperty(O)||(b[O]=!0),b[O]===void 0&&p(x[O])}}}}(s.p[0]),e(s.p))},K:function(s){return s.i===4?o(s):n(s)}})}var ic,Qr,ii=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",dp=typeof Map<"u",up=typeof Set<"u",sc=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",pc=ii?Symbol.for("immer-nothing"):((ic={})["immer-nothing"]=!0,ic),cc=ii?Symbol.for("immer-draftable"):"__$immer_draftable",Q=ii?Symbol.for("immer-state"):"__$immer_state";var pp=""+Object.prototype.constructor,ir=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,fc=Object.getOwnPropertyDescriptors||function(t){var e={};return ir(t).forEach(function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)}),e},ei={},eo={get:function(t,e){if(e===Q)return t;var o=ht(t);if(!ar(o,e))return function(a,i,s){var c,d=nc(i,s);return d?"value"in d?d.value:(c=d.get)===null||c===void 0?void 0:c.call(a.k):void 0}(t,o,e);var n=o[e];return t.I||!Me(n)?n:n===qa(t.t,e)?(Ya(t),t.o[e]=Qa(t.A.h,n,t)):n},has:function(t,e){return e in ht(t)},ownKeys:function(t){return Reflect.ownKeys(ht(t))},set:function(t,e,o){var n=nc(ht(t),e);if(n?.set)return n.set.call(t.k,o),!0;if(!t.P){var a=qa(ht(t),e),i=a?.[Q];if(i&&i.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(dc(o,a)&&(o!==void 0||ar(t.t,e)))return!0;Ya(t),yt(t)}return t.o[e]===o&&(o!==void 0||e in t.o)||Number.isNaN(o)&&Number.isNaN(t.o[e])||(t.o[e]=o,t.R[e]=!0),!0},deleteProperty:function(t,e){return qa(t.t,e)!==void 0||e in t.t?(t.R[e]=!1,Ya(t),yt(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=ht(t),n=Reflect.getOwnPropertyDescriptor(o,e);return n&&{writable:!0,configurable:t.i!==1||e!=="length",enumerable:n.enumerable,value:o[e]}},defineProperty:function(){_e(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){_e(12)}},Jr={};kt(eo,function(t,e){Jr[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Jr.deleteProperty=function(t,e){return Jr.set.call(this,t,e,void 0)},Jr.set=function(t,e,o){return eo.set.call(this,t[0],e,o,t[0])};var fp=function(){function t(o){var n=this;this.O=sc,this.D=!0,this.produce=function(a,i,s){if(typeof a=="function"&&typeof i!="function"){var c=i;i=a;var d=n;return function(A){var R=this;A===void 0&&(A=c);for(var T=arguments.length,N=Array(T>1?T-1:0),O=1;O<T;O++)N[O-1]=arguments[O];return d.produce(A,function(v){var C;return(C=i).call.apply(C,[R,v].concat(N))})}}var p;if(typeof i!="function"&&_e(6),s!==void 0&&typeof s!="function"&&_e(7),Me(a)){var h=rc(n),f=Qa(n,a,void 0),y=!0;try{p=i(f),y=!1}finally{y?an(h):Ja(h)}return typeof Promise<"u"&&p instanceof Promise?p.then(function(A){return Ka(h,s),Za(A,h)},function(A){throw an(h),A}):(Ka(h,s),Za(p,h))}if(!a||typeof a!="object"){if((p=i(a))===void 0&&(p=a),p===pc&&(p=void 0),n.D&&ni(p,!0),s){var x=[],b=[];je("Patches").M(a,p,x,b),s(x,b)}return p}_e(21,a)},this.produceWithPatches=function(a,i){if(typeof a=="function")return function(p){for(var h=arguments.length,f=Array(h>1?h-1:0),y=1;y<h;y++)f[y-1]=arguments[y];return n.produceWithPatches(p,function(x){return a.apply(void 0,[x].concat(f))})};var s,c,d=n.produce(a,i,function(p,h){s=p,c=h});return typeof Promise<"u"&&d instanceof Promise?d.then(function(p){return[p,s,c]}):[d,s,c]},typeof o?.useProxies=="boolean"&&this.setUseProxies(o.useProxies),typeof o?.autoFreeze=="boolean"&&this.setAutoFreeze(o.autoFreeze)}var e=t.prototype;return e.createDraft=function(o){Me(o)||_e(8),nt(o)&&(o=lp(o));var n=rc(this),a=Qa(this,o,void 0);return a[Q].C=!0,Ja(n),a},e.finishDraft=function(o,n){var a=o&&o[Q],i=a.A;return Ka(i,n),Za(void 0,i)},e.setAutoFreeze=function(o){this.D=o},e.setUseProxies=function(o){o&&!sc&&_e(20),this.O=o},e.applyPatches=function(o,n){var a;for(a=n.length-1;a>=0;a--){var i=n[a];if(i.path.length===0&&i.op==="replace"){o=i.value;break}}a>-1&&(n=n.slice(a+1));var s=je("Patches").$;return nt(o)?s(o,n):this.produce(o,function(c){return s(c,n)})},t}(),Ce=new fp,hp=Ce.produce,Yb=Ce.produceWithPatches.bind(Ce),Xb=Ce.setAutoFreeze.bind(Ce),Jb=Ce.setUseProxies.bind(Ce),Qb=Ce.applyPatches.bind(Ce),ex=Ce.createDraft.bind(Ce),tx=Ce.finishDraft.bind(Ce),ln=hp;function Dt(t){"@babel/helpers - typeof";return Dt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Dt(t)}function hc(t,e){if(Dt(t)!="object"||!t)return t;var o=t[Symbol.toPrimitive];if(o!==void 0){var n=o.call(t,e||"default");if(Dt(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function yc(t){var e=hc(t,"string");return Dt(e)=="symbol"?e:e+""}function mc(t,e,o){return(e=yc(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function gc(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),o.push.apply(o,n)}return o}function si(t){for(var e=1;e<arguments.length;e++){var o=arguments[e]!=null?arguments[e]:{};e%2?gc(Object(o),!0).forEach(function(n){mc(t,n,o[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):gc(Object(o)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(o,n))})}return t}function pe(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var bc=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),ci=function(){return Math.random().toString(36).substring(7).split("").join(".")},dn={INIT:"@@redux/INIT"+ci(),REPLACE:"@@redux/REPLACE"+ci(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ci()}};function yp(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function li(t,e,o){var n;if(typeof e=="function"&&typeof o=="function"||typeof o=="function"&&typeof arguments[3]=="function")throw new Error(pe(0));if(typeof e=="function"&&typeof o>"u"&&(o=e,e=void 0),typeof o<"u"){if(typeof o!="function")throw new Error(pe(1));return o(li)(t,e)}if(typeof t!="function")throw new Error(pe(2));var a=t,i=e,s=[],c=s,d=!1;function p(){c===s&&(c=s.slice())}function h(){if(d)throw new Error(pe(3));return i}function f(A){if(typeof A!="function")throw new Error(pe(4));if(d)throw new Error(pe(5));var R=!0;return p(),c.push(A),function(){if(R){if(d)throw new Error(pe(6));R=!1,p();var N=c.indexOf(A);c.splice(N,1),s=null}}}function y(A){if(!yp(A))throw new Error(pe(7));if(typeof A.type>"u")throw new Error(pe(8));if(d)throw new Error(pe(9));try{d=!0,i=a(i,A)}finally{d=!1}for(var R=s=c,T=0;T<R.length;T++){var N=R[T];N()}return A}function x(A){if(typeof A!="function")throw new Error(pe(10));a=A,y({type:dn.REPLACE})}function b(){var A,R=f;return A={subscribe:function(N){if(typeof N!="object"||N===null)throw new Error(pe(11));function O(){N.next&&N.next(h())}O();var v=R(O);return{unsubscribe:v}}},A[bc]=function(){return this},A}return y({type:dn.INIT}),n={dispatch:y,subscribe:f,getState:h,replaceReducer:x},n[bc]=b,n}function mp(t){Object.keys(t).forEach(function(e){var o=t[e],n=o(void 0,{type:dn.INIT});if(typeof n>"u")throw new Error(pe(12));if(typeof o(void 0,{type:dn.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(pe(13))})}function xc(t){for(var e=Object.keys(t),o={},n=0;n<e.length;n++){var a=e[n];typeof t[a]=="function"&&(o[a]=t[a])}var i=Object.keys(o),s,c;try{mp(o)}catch(d){c=d}return function(p,h){if(p===void 0&&(p={}),c)throw c;if(0)var f;for(var y=!1,x={},b=0;b<i.length;b++){var A=i[b],R=o[A],T=p[A],N=R(T,h);if(typeof N>"u"){var O=h&&h.type;throw new Error(pe(14))}x[A]=N,y=y||N!==T}return y=y||i.length!==Object.keys(p).length,y?x:p}}function cr(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return e.length===0?function(n){return n}:e.length===1?e[0]:e.reduce(function(n,a){return function(){return n(a.apply(void 0,arguments))}})}function vc(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return function(n){return function(){var a=n.apply(void 0,arguments),i=function(){throw new Error(pe(15))},s={getState:a.getState,dispatch:function(){return i.apply(void 0,arguments)}},c=e.map(function(d){return d(s)});return i=cr.apply(void 0,c)(a.dispatch),si(si({},a),{},{dispatch:i})}}}function Sc(t){var e=function(n){var a=n.dispatch,i=n.getState;return function(s){return function(c){return typeof c=="function"?c(a,i,t):s(c)}}};return e}var Oc=Sc();Oc.withExtraArgument=Sc;var di=Oc;var Rc=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,a){n.__proto__=a}||function(n,a){for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(n[i]=a[i])},t(e,o)};return function(e,o){if(typeof o!="function"&&o!==null)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");t(e,o);function n(){this.constructor=e}e.prototype=o===null?Object.create(o):(n.prototype=o.prototype,new n)}}(),gp=function(t,e){var o={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,a,i,s;return s={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function c(p){return function(h){return d([p,h])}}function d(p){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,a&&(i=p[0]&2?a.return:p[0]?a.throw||((i=a.return)&&i.call(a),0):a.next)&&!(i=i.call(a,p[1])).done)return i;switch(a=0,i&&(p=[p[0]&2,i.value]),p[0]){case 0:case 1:i=p;break;case 4:return o.label++,{value:p[1],done:!1};case 5:o.label++,a=p[1],p=[0];continue;case 7:p=o.ops.pop(),o.trys.pop();continue;default:if(i=o.trys,!(i=i.length>0&&i[i.length-1])&&(p[0]===6||p[0]===2)){o=0;continue}if(p[0]===3&&(!i||p[1]>i[0]&&p[1]<i[3])){o.label=p[1];break}if(p[0]===6&&o.label<i[1]){o.label=i[1],i=p;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(p);break}i[2]&&o.ops.pop(),o.trys.pop();continue}p=e.call(t,o)}catch(h){p=[6,h],a=0}finally{n=i=0}if(p[0]&5)throw p[1];return{value:p[0]?p[1]:void 0,done:!0}}},lr=function(t,e){for(var o=0,n=e.length,a=t.length;o<n;o++,a++)t[a]=e[o];return t},bp=Object.defineProperty,xp=Object.defineProperties,vp=Object.getOwnPropertyDescriptors,Cc=Object.getOwnPropertySymbols,Sp=Object.prototype.hasOwnProperty,Op=Object.prototype.propertyIsEnumerable,Ec=function(t,e,o){return e in t?bp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},mt=function(t,e){for(var o in e||(e={}))Sp.call(e,o)&&Ec(t,o,e[o]);if(Cc)for(var n=0,a=Cc(e);n<a.length;n++){var o=a[n];Op.call(e,o)&&Ec(t,o,e[o])}return t},ui=function(t,e){return xp(t,vp(e))},Cp=function(t,e,o){return new Promise(function(n,a){var i=function(d){try{c(o.next(d))}catch(p){a(p)}},s=function(d){try{c(o.throw(d))}catch(p){a(p)}},c=function(d){return d.done?n(d.value):Promise.resolve(d.value).then(i,s)};c((o=o.apply(t,e)).next())})};var Ep=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?cr:cr.apply(null,arguments)},xx=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}};function Ap(t){if(typeof t!="object"||t===null)return!1;var e=Object.getPrototypeOf(t);if(e===null)return!0;for(var o=e;Object.getPrototypeOf(o)!==null;)o=Object.getPrototypeOf(o);return e===o}var wp=function(t){Rc(e,t);function e(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var a=t.apply(this,o)||this;return Object.setPrototypeOf(a,e.prototype),a}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return t.prototype.concat.apply(this,o)},e.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(e.bind.apply(e,lr([void 0],o[0].concat(this)))):new(e.bind.apply(e,lr([void 0],o.concat(this))))},e}(Array),Rp=function(t){Rc(e,t);function e(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var a=t.apply(this,o)||this;return Object.setPrototypeOf(a,e.prototype),a}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return t.prototype.concat.apply(this,o)},e.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(e.bind.apply(e,lr([void 0],o[0].concat(this)))):new(e.bind.apply(e,lr([void 0],o.concat(this))))},e}(Array);function hi(t){return Me(t)?ln(t,function(){}):t}function Tp(t){return typeof t=="boolean"}function _p(){return function(e){return Lp(e)}}function Lp(t){t===void 0&&(t={});var e=t.thunk,o=e===void 0?!0:e,n=t.immutableCheck,a=n===void 0?!0:n,i=t.serializableCheck,s=i===void 0?!0:i,c=new wp;if(o&&(Tp(o)?c.push(di):c.push(di.withExtraArgument(o.extraArgument))),0){if(a)var d;if(s)var p}return c}var pi=!0;function Tc(t){var e=_p(),o=t||{},n=o.reducer,a=n===void 0?void 0:n,i=o.middleware,s=i===void 0?e():i,c=o.devTools,d=c===void 0?!0:c,p=o.preloadedState,h=p===void 0?void 0:p,f=o.enhancers,y=f===void 0?void 0:f,x;if(typeof a=="function")x=a;else if(Ap(a))x=xc(a);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var b=s;if(typeof b=="function"&&(b=b(e),!pi&&!Array.isArray(b)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!pi&&b.some(function(v){return typeof v!="function"}))throw new Error("each middleware provided to configureStore must be a function");var A=vc.apply(void 0,b),R=cr;d&&(R=Ep(mt({trace:!pi},typeof d=="object"&&d)));var T=new Rp(A),N=T;Array.isArray(y)?N=lr([A],y):typeof y=="function"&&(N=y(T));var O=R.apply(void 0,N);return li(x,h,O)}function gt(t,e){function o(){for(var n=[],a=0;a<arguments.length;a++)n[a]=arguments[a];if(e){var i=e.apply(void 0,n);if(!i)throw new Error("prepareAction did not return an object");return mt(mt({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:n[0]}}return o.toString=function(){return""+t},o.type=t,o.match=function(n){return n.type===t},o}function _c(t){var e={},o=[],n,a={addCase:function(i,s){var c=typeof i=="string"?i:i.type;if(c in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[c]=s,a},addMatcher:function(i,s){return o.push({matcher:i,reducer:s}),a},addDefaultCase:function(i){return n=i,a}};return t(a),[e,o,n]}function Np(t){return typeof t=="function"}function Ip(t,e,o,n){o===void 0&&(o=[]);var a=typeof e=="function"?_c(e):[e,o,n],i=a[0],s=a[1],c=a[2],d;if(Np(t))d=function(){return hi(t())};else{var p=hi(t);d=function(){return p}}function h(f,y){f===void 0&&(f=d());var x=lr([i[y.type]],s.filter(function(b){var A=b.matcher;return A(y)}).map(function(b){var A=b.reducer;return A}));return x.filter(function(b){return!!b}).length===0&&(x=[c]),x.reduce(function(b,A){if(A)if(nt(b)){var R=b,T=A(R,y);return T===void 0?b:T}else{if(Me(b))return ln(b,function(N){return A(N,y)});var T=A(b,y);if(T===void 0){if(b===null)return b;throw Error("A case reducer on a non-draftable value must not return undefined")}return T}return b},f)}return h.getInitialState=d,h}function Pp(t,e){return t+"/"+e}function Lc(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var o=typeof t.initialState=="function"?t.initialState:hi(t.initialState),n=t.reducers||{},a=Object.keys(n),i={},s={},c={};a.forEach(function(h){var f=n[h],y=Pp(e,h),x,b;"reducer"in f?(x=f.reducer,b=f.prepare):x=f,i[h]=x,s[y]=x,c[h]=b?gt(y,b):gt(y)});function d(){var h=typeof t.extraReducers=="function"?_c(t.extraReducers):[t.extraReducers],f=h[0],y=f===void 0?{}:f,x=h[1],b=x===void 0?[]:x,A=h[2],R=A===void 0?void 0:A,T=mt(mt({},y),s);return Ip(o,function(N){for(var O in T)N.addCase(O,T[O]);for(var v=0,C=b;v<C.length;v++){var k=C[v];N.addMatcher(k.matcher,k.reducer)}R&&N.addDefaultCase(R)})}var p;return{name:e,reducer:function(h,f){return p||(p=d()),p(h,f)},actions:c,caseReducers:i,getInitialState:function(){return p||(p=d()),p.getInitialState()}}}var kp="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Dp=function(t){t===void 0&&(t=21);for(var e="",o=t;o--;)e+=kp[Math.random()*64|0];return e},Mp=["name","message","stack","code"],fi=function(){function t(e,o){this.payload=e,this.meta=o}return t}(),Ac=function(){function t(e,o){this.payload=e,this.meta=o}return t}(),Bp=function(t){if(typeof t=="object"&&t!==null){for(var e={},o=0,n=Mp;o<n.length;o++){var a=n[o];typeof t[a]=="string"&&(e[a]=t[a])}return e}return{message:String(t)}},Cx=function(){function t(e,o,n){var a=gt(e+"/fulfilled",function(h,f,y,x){return{payload:h,meta:ui(mt({},x||{}),{arg:y,requestId:f,requestStatus:"fulfilled"})}}),i=gt(e+"/pending",function(h,f,y){return{payload:void 0,meta:ui(mt({},y||{}),{arg:f,requestId:h,requestStatus:"pending"})}}),s=gt(e+"/rejected",function(h,f,y,x,b){return{payload:x,error:(n&&n.serializeError||Bp)(h||"Rejected"),meta:ui(mt({},b||{}),{arg:y,requestId:f,rejectedWithValue:!!x,requestStatus:"rejected",aborted:h?.name==="AbortError",condition:h?.name==="ConditionError"})}}),c=!1,d=typeof AbortController<"u"?AbortController:function(){function h(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return h.prototype.abort=function(){},h}();function p(h){return function(f,y,x){var b=n?.idGenerator?n.idGenerator(h):Dp(),A=new d,R,T=!1;function N(v){R=v,A.abort()}var O=function(){return Cp(this,null,function(){var v,C,k,U,W,$,D;return gp(this,function(m){switch(m.label){case 0:return m.trys.push([0,4,,5]),U=(v=n?.condition)==null?void 0:v.call(n,h,{getState:y,extra:x}),$p(U)?[4,U]:[3,2];case 1:U=m.sent(),m.label=2;case 2:if(U===!1||A.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return T=!0,W=new Promise(function(S,I){return A.signal.addEventListener("abort",function(){return I({name:"AbortError",message:R||"Aborted"})})}),f(i(b,h,(C=n?.getPendingMeta)==null?void 0:C.call(n,{requestId:b,arg:h},{getState:y,extra:x}))),[4,Promise.race([W,Promise.resolve(o(h,{dispatch:f,getState:y,extra:x,requestId:b,signal:A.signal,abort:N,rejectWithValue:function(S,I){return new fi(S,I)},fulfillWithValue:function(S,I){return new Ac(S,I)}})).then(function(S){if(S instanceof fi)throw S;return S instanceof Ac?a(S.payload,b,h,S.meta):a(S,b,h)})])];case 3:return k=m.sent(),[3,5];case 4:return $=m.sent(),k=$ instanceof fi?s(null,b,h,$.payload,$.meta):s($,b,h),[3,5];case 5:return D=n&&!n.dispatchConditionRejection&&s.match(k)&&k.meta.condition,D||f(k),[2,k]}})})}();return Object.assign(O,{abort:N,requestId:b,arg:h,unwrap:function(){return O.then(Up)}})}}return Object.assign(p,{pending:i,rejected:s,fulfilled:a,typePrefix:e})}return t.withTypes=function(){return t},t}();function Up(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function $p(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var Nc="listener",Ic="completed",Pc="cancelled",Ex="task-"+Pc,Ax="task-"+Ic,wx=Nc+"-"+Pc,Rx=Nc+"-"+Ic;var yi="listenerMiddleware";var Tx=gt(yi+"/add"),_x=gt(yi+"/removeAll"),Lx=gt(yi+"/remove");var wc,Nx=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(t){return(wc||(wc=Promise.resolve())).then(t).catch(function(e){return setTimeout(function(){throw e},0)})},Fp=function(t){return function(e){setTimeout(e,t)}},Ix=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Fp(10);uc();window.ftReduxStores||(window.ftReduxStores={});var Mt=class t extends Qe{static get(e){var o;let n=typeof e=="string"?e:e.name,a=typeof e=="string"?void 0:e,i=window.ftReduxStores[n];if(nr(i))return i;if(a==null)return;let s=Lc({...a,reducers:(o=a.reducers)!==null&&o!==void 0?o:{}}),c=Tc({reducer:(d,p)=>p.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof p.type=="string"&&p.type.startsWith("DEFAULT_VALUE_SETTER__")?{...d,...p.overwrites}:s.reducer(d,p)});return window.ftReduxStores[a.name]=new t(s,c,a.eventBus)}constructor(e,o,n){super(),this.reduxSlice=e,this.reduxStore=o,this.isFtReduxStore=!0,this.commands=new qr;let a=i=>i!=null?JSON.parse(JSON.stringify(i)):i;this.actions=new Proxy(this.reduxSlice.actions,{get:(i,s,c)=>{let d=s,p=i[d];return p?(...h)=>{let f=p(...h.map(a));return this.reduxStore.dispatch(f),f}:h=>{this.setState({[d]:a(h)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}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(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};function Hp(){var t;for(let e of Object.values((t=window.ftReduxStores)!==null&&t!==void 0?t:{}))nr(e)&&e.clear()}var un=class{constructor(e,o,n){this.store=e,this.valueSelector=o,this.callback=n}watch(){return this.stop(),this.lastValue=this.valueSelector(this.store.getState()),this.unsubscribe=this.store.subscribe(()=>{let e=this.store.getState(),o=this.valueSelector(e);Je(this.lastValue,o)&&(this.callback(o,e),this.lastValue=o)}),this}stop(){return this.unsubscribe!=null&&(this.unsubscribe(),this.unsubscribe=void 0),this.lastValue=void 0,this}};function Wp(t,e,o){return new un(t,e,o).watch()}var mi=class{constructor(){this.requestConsumers=new Map}getOrCreateRequestConsumers(e){var o;return(o=this.requestConsumers.get(e))!==null&&o!==void 0?o:this.requestConsumers.set(e,new Set).get(e)}registerComponent(e,o){for(let n of o)this.getOrCreateRequestConsumers(n).add(e)}unregisterComponent(e,o){for(let n of o)this.getOrCreateRequestConsumers(n).delete(e)}isRequestNeeded(e){return this.getOrCreateRequestConsumers(e).size>0}};var vi={};z(vi,{scrollHelper:()=>zp});var bi,pn=new Map,xi=class{lock(e,o){if(o){let n=pn.get(o);if(n==null||n===e)return pn.set(o,e),o}}release(e,o){o&&pn.get(o)===e&&pn.delete(o)}findFirstScrollableParent(e){var o;let n,a;for(let i of oa(e)){let s=i,c=this.elementCanScroll(s);if(c&&s.clientHeight&&s.clientHeight<s.scrollHeight){n=s;break}else c&&a==null&&(a=s)}return(o=n??a)!==null&&o!==void 0?o:document.body}elementCanScroll(e){try{return["auto","scroll"].includes(getComputedStyle(e).overflowY)}catch{return!1}}getAbsoluteScrollOffset(e,o){var n,a;let i=0;for(;o&&o.offsetParent!==e.offsetParent;)i+=(n=o.offsetTop)!==null&&n!==void 0?n:0,o=o.offsetParent;return i+((a=o?.offsetTop)!==null&&a!==void 0?a:0)-e.offsetTop}computeTopOffsetRatio(e,o){if(typeof e=="number")return e;switch(e){case"end":return 1;case"center":return .5;case"nearest":return o;default:return 0}}scrollIntoViewIfPossible(e,o){let n=this.findFirstScrollableParent(e);if(e&&this.lock(this,n)){let a=this.getAbsoluteScrollOffset(n,e),i=a-n.clientHeight+e.clientHeight,s=a,c=Br(0,(s-n.scrollTop)/(s-i),1),d=this.computeTopOffsetRatio(o?.position,c)*(i-s)+s;n.scrollTo({behavior:o?.behavior,top:d})}else console.warn("Could not scroll element into view because the scrollable parent is already locked",e,n);this.release(this,n)}};window.FluidTopicsScrollHelper=(bi=window.FluidTopicsScrollHelper)!==null&&bi!==void 0?bi:new xi;var zp=window.FluidTopicsScrollHelper;var Oi={};z(Oi,{SearchPlaceConverter:()=>fr,SearchPlaceQueryParams:()=>Z,isSearchPlaceQueryParams:()=>hl,serializeRequest:()=>Kp});var jp=xd(Dc(),1);var Mc;(function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"})(Mc||(Mc={}));var Bc;(function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"})(Bc||(Bc={}));var Uc;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(Uc||(Uc={}));var $c;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})($c||($c={}));var Fc;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(Fc||(Fc={}));var Hc;(function(t){t.VALUE="VALUE",t.DATE="DATE",t.RANGE="RANGE"})(Hc||(Hc={}));var Wc;(function(t){t.BOOKMARK__CREATE="BOOKMARK__CREATE",t.BOOKMARK__DELETE="BOOKMARK__DELETE",t.CASE_DEFLECTION__START="CASE_DEFLECTION__START",t.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",t.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",t.CHATBOT__RATE="CHATBOT__RATE",t.COLLECTION__CREATE="COLLECTION__CREATE",t.COLLECTION__UPDATE="COLLECTION__UPDATE",t.COLLECTION__DELETE="COLLECTION__DELETE",t.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",t.DOCUMENT__AI_TRANSLATE="DOCUMENT__AI_TRANSLATE",t.DOCUMENT__DISPLAY="DOCUMENT__DISPLAY",t.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",t.DOCUMENT__PRINT="DOCUMENT__PRINT",t.DOCUMENT__PROCESS="DOCUMENT__PROCESS",t.DOCUMENT__RATE="DOCUMENT__RATE",t.DOCUMENT__SEARCH="DOCUMENT__SEARCH",t.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",t.DOCUMENT__UNRATE="DOCUMENT__UNRATE",t.FEEDBACK__SEND="FEEDBACK__SEND",t.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",t.AI__RATE="AI__RATE",t.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",t.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",t.KHUB__PROCESS="KHUB__PROCESS",t.KHUB__SEARCH="KHUB__SEARCH",t.LABELS__DOWNLOAD="LABELS__DOWNLOAD",t.LINK__SHARE="LINK__SHARE",t.PAGE__DISPLAY="PAGE__DISPLAY",t.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",t.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",t.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",t.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",t.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",t.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",t.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",t.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",t.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",t.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",t.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",t.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",t.TOPIC__DISPLAY="TOPIC__DISPLAY",t.TOPIC__RATE="TOPIC__RATE",t.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",t.TOPIC__UNRATE="TOPIC__UNRATE",t.USER__LOGIN="USER__LOGIN",t.USER__LOGOUT="USER__LOGOUT",t.HEARTBEAT="HEARTBEAT"})(Wc||(Wc={}));var zc;(function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"})(zc||(zc={}));var Gc;(function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.HEADER="HEADER",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT",t.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",t.LINK_PREVIEW="LINK_PREVIEW"})(Gc||(Gc={}));var jc;(function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"})(jc||(jc={}));var Vc;(function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"})(Vc||(Vc={}));var Kc;(function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"})(Kc||(Kc={}));var Zc;(function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"})(Zc||(Zc={}));var qc;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"})(qc||(qc={}));var ur;(function(t){t.OPTIONAL="OPTIONAL",t.MANDATORY="MANDATORY"})(ur||(ur={}));var Yc;(function(t){t.ASC="ASC",t.DESC="DESC"})(Yc||(Yc={}));var Xc;(function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"})(Xc||(Xc={}));var Si;(function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"})(Si||(Si={}));var nl=t=>Object.keys(Si).includes(t);var Jc;(function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(Jc||(Jc={}));var Qc;(function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"})(Qc||(Qc={}));var el;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(el||(el={}));var pr;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(pr||(pr={}));var al=t=>Object.keys(pr).includes(t);var tl;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.HTML_PACKAGE="HTML_PACKAGE",t.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(tl||(tl={}));var rl;(function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS",t.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(rl||(rl={}));var ol;(function(t){t.PLAIN_TEXT="PLAIN_TEXT",t.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",t.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(ol||(ol={}));var ne;(function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN"})(ne||(ne={}));var Le;(function(t){t.SEARCHES="SEARCHES",t.BOOKMARKS="BOOKMARKS",t.BOOKS="BOOKS",t.COLLECTIONS="COLLECTIONS"})(Le||(Le={}));var il;(function(t){t.VALID="VALID",t.INVALID="INVALID"})(il||(il={}));var sl;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(sl||(sl={}));var cl;(function(t){t.USER="USER",t.ASSISTANT="ASSISTANT"})(cl||(cl={}));var ll;(function(t){t.TEXT="TEXT",t.HTML="HTML"})(ll||(ll={}));var dl;(function(t){t.HTML="HTML",t.MARKDOWN="MARKDOWN"})(dl||(dl={}));var Gp={[ne.PERSONAL_BOOK_SHARE_USER]:[ne.PERSONAL_BOOK_USER],[ne.HTML_EXPORT_USER]:[ne.PERSONAL_BOOK_USER],[ne.PDF_EXPORT_USER]:[ne.PERSONAL_BOOK_USER],[ne.KHUB_ADMIN]:[ne.CONTENT_PUBLISHER],[ne.ADMIN]:[ne.KHUB_ADMIN,ne.USERS_ADMIN,ne.PORTAL_ADMIN],[ne.GENERATIVE_AI_EXPORT_USER]:[ne.GENERATIVE_AI_USER]};function ul(t,e){return t===e||(Gp[t]??[]).some(o=>ul(o,e))}function pl(t,e){return t==null?!1:(Array.isArray(t)?t:Array.isArray(t.roles)?t.roles:Array.isArray(t.profile?.roles)?t.profile.roles:[]).some(n=>ul(n,e))}function Vp(t){return`"${t}"`}function fl(t){return t.startsWith('"')&&t.endsWith('"')?t.replace(/(^"+)|("+$)/g,""):t}function Kp(t,e){return new fr(t).serialize(e)}var Z;(function(t){t.LOCALE="content-lang",t.QUERY="query",t.SCOPE="scope",t.FILTERS="filters",t.VIRTUAL_FIELD="virtual-field",t.PERIOD="period",t.VALUE_FILTERS="value-filters",t.DATE_FILTERS="date-filters",t.RANGE_FILTERS="range-filters",t.SORT="sort",t.PER_PAGE="per-page",t.KEYWORD_MATCH="keyword-match"})(Z||(Z={}));var Zp=new Set(Object.values(Z));function hl(t){return Zp.has(t)}var fr=class{constructor(e,o=20,n=!1,a="en-US"){this.baseUrl=e,this.defaultPerPage=o,this.allLanguagesAllowed=n,this.defaultContentLocale=a,this.scopeMapping={documents:"DOCUMENTS",topics:"ALL_TOPICS"},this.filtersEscapeMapping=[["*","\\*","[ft-escaped-star-character]"],["~","\\\\~","[ft-escaped-tilde-character]"],["_","\\\\\\\\_","[ft-escaped-underscore-character]"]]}serialize(e,o){return this.serializeToCurrentPageIfPossible(e,o??"/search")}serializeToCurrentPageIfPossible(e,o){let n=o==null||o.trim().length===0,a=new URL(n?window.location.href:`${this.baseUrl.replace(/\/+$/,"")}${o}`);return a.search=this.toURLSearchParams(e),a.toString()}toURLSearchParams(e,o=!1){var n,a,i,s,c,d,p,h,f,y,x;let b=new URLSearchParams;e.contentLocale?(!o||e.contentLocale!==this.defaultContentLocale)&&b.append(Z.LOCALE,e.contentLocale):b.append(Z.LOCALE,this.allLanguagesAllowed?"all":this.defaultContentLocale),((n=e.query)===null||n===void 0?void 0:n.length)>0&&b.append(Z.QUERY,e.query);let A=(i=(a=e.metadataFilters)===null||a===void 0?void 0:a.filter(v=>v.valueFilter&&!v.valueFilter.negative))!==null&&i!==void 0?i:[];if(A.length>0){let v=A.map(C=>{var k,U;let W=((U=(k=C.valueFilter)===null||k===void 0?void 0:k.values)!==null&&U!==void 0?U:[]).map($=>this.escapeFilters($)).map($=>Vp(fl($))).join("_");return`${C.key}~${W}`}).join("*");b.append(Z.VALUE_FILTERS,v)}let R=(c=(s=e.metadataFilters)===null||s===void 0?void 0:s.filter(v=>v.dateFilter))!==null&&c!==void 0?c:[];if(R.length>0){let v=R.map(C=>{var k;return`${C.key}~${(k=C.dateFilter)===null||k===void 0?void 0:k.type.toLowerCase()}`}).join("*");b.append(Z.DATE_FILTERS,v)}let T=(p=(d=e.metadataFilters)===null||d===void 0?void 0:d.filter(v=>v.rangeFilter))!==null&&p!==void 0?p:[];if(T.length>0){let v=T.map(C=>{var k,U;return`${C.key}~${(k=C.rangeFilter)===null||k===void 0?void 0:k.from}_${(U=C.rangeFilter)===null||U===void 0?void 0:U.to}`}).join("*");b.append(Z.RANGE_FILTERS,v)}e.virtualField&&e.virtualField!=="EVERYWHERE"&&b.append(Z.VIRTUAL_FIELD,e.virtualField.toLowerCase()),e.scope&&e.scope!=="DEFAULT"&&b.append(Z.SCOPE,e.scope.toLowerCase()),e.sortId!=null&&b.append(Z.SORT,e.sortId),!((h=e.paging)===null||h===void 0)&&h.perPage&&((y=(f=e.paging)===null||f===void 0?void 0:f.perPage)!==null&&y!==void 0?y:this.defaultPerPage)!=this.defaultPerPage&&b.append(Z.PER_PAGE,String(e.paging.perPage)),e.keywordMatch!=null&&b.append(Z.KEYWORD_MATCH,e.keywordMatch.toLowerCase());let N=(x=e.otherQueryParams)!==null&&x!==void 0?x:{};for(let v in N)b.append(v,N[v]);let O=new Array;return b.forEach((v,C)=>{O.push(this.encodeQueryString(C)+"="+this.encodeQueryString(v))}),encodeURI(O.join("&")).replace(/#/g,"%23")}encodeQueryString(e){return encodeURIComponent(e).replace(/%20/g,"+")}parse(e){var o;let n=e.split("?"),a=this.fromURLSearchParams(n.slice(1).join("?")),i=n[0].split("/search/")[1];return i==null?a:{...a,scope:(o=this.scopeMapping[i])!==null&&o!==void 0?o:a.scope}}fromURLSearchParams(e){var o,n,a,i,s,c;try{e=decodeURI(e).replace(/%23/g,"#")}catch(T){console.warn("Could not decode search request query params, fallback on raw value",T)}let d=new URLSearchParams(e),p=d.get(Z.LOCALE)==="all"?void 0:d.get(Z.LOCALE),h=((o=d.get(Z.VIRTUAL_FIELD))!==null&&o!==void 0?o:"EVERYWHERE").toUpperCase(),f=(n=d.get(Z.SORT))===null||n===void 0?void 0:n.toLowerCase(),y=(a=d.get(Z.SCOPE))!==null&&a!==void 0?a:"default",x=+((i=d.get(Z.PER_PAGE))!==null&&i!==void 0?i:this.defaultPerPage),b=d.get(Z.KEYWORD_MATCH),A=b?b.toUpperCase()===ur.MANDATORY?ur.MANDATORY:ur.OPTIONAL:void 0,R={};for(let T of d.keys())hl(T)||(R[T]=d.get(T));return{contentLocale:p??(this.allLanguagesAllowed?void 0:this.defaultContentLocale),query:(s=d.get(Z.QUERY))!==null&&s!==void 0?s:"",scope:(c=this.scopeMapping[y])!==null&&c!==void 0?c:"DEFAULT",virtualField:nl(h)?h:"EVERYWHERE",sortId:f,metadataFilters:this.parseCompatFilters(d),facets:[],paging:{page:1,perPage:Br(1,isNaN(x)?this.defaultPerPage:x,1e3)},keywordMatch:A,otherQueryParams:R}}parseCompatFilters(e){var o,n,a,i,s,c;let d=[];return e.has(Z.FILTERS)&&(d=this.parseValueFilters((o=e.get(Z.FILTERS))!==null&&o!==void 0?o:"")),(n=e.has(Z.PERIOD))!==null&&n!==void 0&&n&&(d=[...d,...this.parseLegacyPeriodFilter(((a=e.get(Z.PERIOD))!==null&&a!==void 0?a:"").toUpperCase())]),[...d,...this.parseValueFilters((i=e.get(Z.VALUE_FILTERS))!==null&&i!==void 0?i:""),...this.parseDateFilters((s=e.get(Z.DATE_FILTERS))!==null&&s!==void 0?s:""),...this.parseRangeFilters((c=e.get(Z.RANGE_FILTERS))!==null&&c!==void 0?c:"")]}splitUnknownFilter(e){return this.superEscapeFilters(e).split("*").map(o=>o.split("~"))}parseValueFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(o=>({key:o[0],valueFilter:{values:o[1].split("_").map(fl).map(n=>this.unescapeFilterValue(n)),negative:!1}}))}parseDateFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(o=>({key:o[0],dateFilter:{type:pr[o[1].toUpperCase()]}}))}parseRangeFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(o=>({key:o[0],rangeFilter:{from:o[1].split("_")[0],to:o[1].split("_")[1]}}))}escapeFilters(e){for(let[o,n,a]of this.filtersEscapeMapping)e=e.replaceAll(o,n);return e}superEscapeFilters(e){for(let[o,n,a]of this.filtersEscapeMapping)e=e.replaceAll(n,a);return e}unescapeFilterValue(e){for(let[o,n,a]of this.filtersEscapeMapping)e=e.replace(a,o);return e}parseLegacyPeriodFilter(e){if(al(e))return[{key:"ft:lastEdition",dateFilter:{type:pr[e]}}];if(e.startsWith("CUSTOM_")){let[o,n,a]=e.split("_");return[{key:"ft:lastEdition",rangeFilter:{from:n,to:a}}]}return[]}};var Ai={};z(Ai,{toFtFormComponent:()=>Ei});var Ci=Symbol("elementInternals"),Ei=le(Symbol("toFtFormComponent"),function(t){class e extends t{static get formAssociated(){return!0}get form(){return this[Ci].form}constructor(...n){super(n),this[Ci]=this.attachInternals()}setFormValue(n){this[Ci].setFormValue(n)}}return e});var wi={};z(wi,{DateFormatter:()=>Bt});var Bt=class{static format(e,o,n,a){return window.moment?window.moment(e).locale(o).format(this.getMomentDateFormat(n,a)):this.getIntlDateTime(e,o,n,a)}static getMomentDateFormat(e,o){return e?o?"lll":"ll":o?"L LT":"L"}static getIntlDateTime(e,o,n,a){let i=typeof e=="string"?new Date(e):e,s=new Intl.DateTimeFormat(o,{dateStyle:n?"medium":"short"}).format(i);if(!a)return s;let c=new Intl.DateTimeFormat(o,{timeStyle:"short"}).format(i);return`${s} ${c}`}static getTimezoneAsString(){let e=n=>String(Math.floor(n)).padStart(2,"0"),o=new Date().getTimezoneOffset();return`${o<0?"+":"-"}${e(Math.abs(o)/60)}:${e(Math.abs(o)%60)}`}};var Ti={};z(Ti,{ALL_KEYS_VALUE:()=>Ri,SameWindowStorageEvent:()=>hr});var Ri="__all__",hr=class extends CustomEvent{constructor(e,o,n){super("same-window-storage",{detail:{key:e,oldValue:o,newValue:n}})}keyMatch(e){return this.detail.key.includes(e)||this.detail.key==Ri}};Storage.prototype.setItem=new Proxy(Storage.prototype.setItem,{apply(t,e,o){let n=e.getItem(o[0]);Reflect.apply(t,e,o),window.dispatchEvent(new hr(o[0],n,o[1]))}});Storage.prototype.removeItem=new Proxy(Storage.prototype.removeItem,{apply(t,e,o){let n=e.getItem(o[0]);Reflect.apply(t,e,o),window.dispatchEvent(new hr(o[0],n))}});Storage.prototype.clear=new Proxy(Storage.prototype.clear,{apply(t,e,o){Reflect.apply(t,e,o),window.dispatchEvent(new hr(Ri))}});var Li={};z(Li,{FocusMainContentEvent:()=>_i});var _i=class extends Event{constructor(){super("ft-focus-main-content",{composed:!0,bubbles:!0})}};var yl={};window.FluidTopicsA11yHints={isKeyboardNavigation:!1,lastPressedKey:""};function qp(t){(t.key==="Enter"||t.key===" "||t.key==="Tab")&&(window.FluidTopicsA11yHints.isKeyboardNavigation=!0),window.FluidTopicsA11yHints.lastPressedKey=t.key}function Yp(t){window.FluidTopicsA11yHints.isKeyboardNavigation=t.detail==0}document.addEventListener("keydown",qp);document.addEventListener("click",Yp);var ml=M`
|
|
48
|
+
`;var ec={};var Va={};z(Va,{ParametrizedLabelResolver:()=>Zr});var Zr=class t{constructor(e,o){this.defaultLabels=e,this.labels=o}resolve(e,...o){var n,a;e=this.resolvePluralKey(e,o);let i=(a=(n=this.labels[e])!==null&&n!==void 0?n:this.defaultLabels[e])!==null&&a!==void 0?a:"";return t.replaceParameters(i,...o)}static replaceParameters(e,...o){return o.forEach((n,a)=>e=e.replace(new RegExp(`\\{${a}([^}]*)\\}`,"g"),(i,s)=>t.formatValue(n,s))),e}resolvePluralKey(e,o){for(let n of o)if(typeof n=="number"){let a=`${String(e)}[\\=${n}]`;if(a in this.labels||a in this.defaultLabels)return a}return e}static formatValue(e,o){return e instanceof Date?t.formatDate(e,o):e??""}static formatDate(e,o){let n=a=>o?.includes("date")?e.toLocaleDateString(a):o?.includes("time")?e.toLocaleTimeString(a):e.toLocaleString(a);try{return n(document.documentElement.lang)}catch{return n()}}};var gi={};z(gi,{FtCommandQueue:()=>qr,FtLitElementRedux:()=>Xr,FtReduxStore:()=>Mt,FtStateManager:()=>mi,ReduxWatcher:()=>un,clearAllStores:()=>Hp,isFtReduxStore:()=>nr,redux:()=>or,reduxEventListener:()=>np,reduxReactive:()=>op,watch:()=>Wp,withRedux:()=>tc});var op=()=>(t,e)=>{var o;let n=t.constructor;n.reduxReactiveProperties=new Set(n.reduxReactiveProperties),(o=n.reduxReactiveProperties)===null||o===void 0||o.add(e)},or=t=>{let e=t??{};return(o,n)=>{var a;let i={hasChanged:Je,attribute:!1,...e};E(i)(o,n);let s=o.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(n,{selector:(a=e.selector)!==null&&a!==void 0?a:c=>c[n],store:e.store})}},np=t=>(e,o)=>{let n=e.constructor;n.reduxEventListeners=new Map(n.reduxEventListeners),n.reduxEventListeners.set(o,t)};var qr=class{constructor(){this.queue=[]}add(e,o=!1){o&&this.clear(e.type),this.queue.push(e)}consume(e){let o=this.queue.find(n=>n.type===e);return o&&(this.queue=this.queue.filter(n=>n!==o)),o}clear(e){typeof e=="string"?this.queue=this.queue.filter(o=>o.type!==e):this.queue=this.queue.filter(o=>!e.test(o.type))}};function nr(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var Yr=Symbol("internalReduxEventsUnsubscribers"),ft=Symbol("internalStoresUnsubscribers"),Pt=Symbol("internalStores"),tc=le(Symbol("withRedux"),function(t){var e,o,n;class a extends t{constructor(){super(...arguments),this[e]=new Map,this[o]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(c=>s.has(c))&&this.updateFromStores()}getUnnamedStore(){if(this[Pt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Pt].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[Pt].get(s)}addStore(s,c){var d;c=(d=c??s.name)!==null&&d!==void 0?d:"default-store",this.unsubscribeFromStore(c),this[Pt].set(c,s),this.subscribeToStore(c,s),this.updateFromStores()}removeStore(s){let c=typeof s=="string"?s:s.name;this.unsubscribeFromStore(c),this[Pt].delete(c)}setupStores(){this.unsubscribeFromStores(),this[Pt].forEach((s,c)=>this.subscribeToStore(c,s)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((s,c)=>{let d=this.constructor.getPropertyOptions(c);if(!d?.attribute||!this.hasAttribute(typeof d?.attribute=="string"?d.attribute:c)){let p=this.getStore(s.store);p&&(s.store?this[ft].has(s.store):this[ft].size>0)&&(this[c]=s.selector(p.getState(),this))}})}subscribeToStore(s,c){var d;this[ft].set(s,c.subscribe(()=>this.updateFromStores())),this[Yr].set(s,[]),nr(c)&&c.eventBus&&((d=this.reduxConstructor.reduxEventListeners)===null||d===void 0||d.forEach((p,h)=>{if(typeof this[h]=="function"&&(!p.store||c.name===p.store)){let f=y=>this[h](y);c.addEventListener(p.eventName,f),this[Yr].get(s).push(()=>c.removeEventListener(p.eventName,f))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[ft].forEach((s,c)=>this.unsubscribeFromStore(c))}unsubscribeFromStore(s){var c;this[ft].has(s)&&this[ft].get(s)(),this[ft].delete(s),(c=this[Yr].get(s))===null||c===void 0||c.forEach(d=>d()),this[Yr].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return e=ft,o=Pt,n=Yr,a.reduxProperties=new Map,a.reduxReactiveProperties=new Set,a.reduxEventListeners=new Map,a}),Xr=class extends tc(K){};function _e(t){for(var e=arguments.length,o=Array(e>1?e-1:0),n=1;n<e;n++)o[n-1]=arguments[n];if(0)var a,i;throw Error("[Immer] minified error nr: "+t+(o.length?" "+o.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function nt(t){return!!t&&!!t[Q]}function Me(t){var e;return!!t&&(function(o){if(!o||typeof o!="object")return!1;var n=Object.getPrototypeOf(o);if(n===null)return!0;var a=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return a===Object||typeof a=="function"&&Function.toString.call(a)===pp}(t)||Array.isArray(t)||!!t[cc]||!!(!((e=t.constructor)===null||e===void 0)&&e[cc])||ti(t)||ri(t))}function kt(t,e,o){o===void 0&&(o=!1),sr(t)===0?(o?Object.keys:ir)(t).forEach(function(n){o&&typeof n=="symbol"||e(n,t[n],t)}):t.forEach(function(n,a){return e(a,n,t)})}function sr(t){var e=t[Q];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:ti(t)?2:ri(t)?3:0}function ar(t,e){return sr(t)===2?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function ap(t,e){return sr(t)===2?t.get(e):t[e]}function lc(t,e,o){var n=sr(t);n===2?t.set(e,o):n===3?t.add(o):t[e]=o}function dc(t,e){return t===e?t!==0||1/t==1/e:t!=t&&e!=e}function ti(t){return dp&&t instanceof Map}function ri(t){return up&&t instanceof Set}function ht(t){return t.o||t.t}function oi(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=fc(t);delete e[Q];for(var o=ir(e),n=0;n<o.length;n++){var a=o[n],i=e[a];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(e[a]={configurable:!0,writable:!0,enumerable:i.enumerable,value:t[a]})}return Object.create(Object.getPrototypeOf(t),e)}function ni(t,e){return e===void 0&&(e=!1),ai(t)||nt(t)||!Me(t)||(sr(t)>1&&(t.set=t.add=t.clear=t.delete=ip),Object.freeze(t),e&&kt(t,function(o,n){return ni(n,!0)},!0)),t}function ip(){_e(2)}function ai(t){return t==null||typeof t!="object"||Object.isFrozen(t)}function je(t){var e=ei[t];return e||_e(18,t),e}function sp(t,e){ei[t]||(ei[t]=e)}function Xa(){return Qr}function Ka(t,e){e&&(je("Patches"),t.u=[],t.s=[],t.v=e)}function an(t){Ja(t),t.p.forEach(cp),t.p=null}function Ja(t){t===Qr&&(Qr=t.l)}function rc(t){return Qr={p:[],l:Qr,h:t,m:!0,_:0}}function cp(t){var e=t[Q];e.i===0||e.i===1?e.j():e.g=!0}function Za(t,e){e._=e.p.length;var o=e.p[0],n=t!==void 0&&t!==o;return e.h.O||je("ES5").S(e,t,n),n?(o[Q].P&&(an(e),_e(4)),Me(t)&&(t=sn(e,t),e.l||cn(e,t)),e.u&&je("Patches").M(o[Q].t,t,e.u,e.s)):t=sn(e,o,[]),an(e),e.u&&e.v(e.u,e.s),t!==pc?t:void 0}function sn(t,e,o){if(ai(e))return e;var n=e[Q];if(!n)return kt(e,function(c,d){return oc(t,n,e,c,d,o)},!0),e;if(n.A!==t)return e;if(!n.P)return cn(t,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var a=n.i===4||n.i===5?n.o=oi(n.k):n.o,i=a,s=!1;n.i===3&&(i=new Set(a),a.clear(),s=!0),kt(i,function(c,d){return oc(t,n,a,c,d,o,s)}),cn(t,a,!1),o&&t.u&&je("Patches").N(n,o,t.u,t.s)}return n.o}function oc(t,e,o,n,a,i,s){if(nt(a)){var c=sn(t,a,i&&e&&e.i!==3&&!ar(e.R,n)?i.concat(n):void 0);if(lc(o,n,c),!nt(c))return;t.m=!1}else s&&o.add(a);if(Me(a)&&!ai(a)){if(!t.h.D&&t._<1)return;sn(t,a),e&&e.A.l||cn(t,a)}}function cn(t,e,o){o===void 0&&(o=!1),!t.l&&t.h.D&&t.m&&ni(e,o)}function qa(t,e){var o=t[Q];return(o?ht(o):t)[e]}function nc(t,e){if(e in t)for(var o=Object.getPrototypeOf(t);o;){var n=Object.getOwnPropertyDescriptor(o,e);if(n)return n;o=Object.getPrototypeOf(o)}}function yt(t){t.P||(t.P=!0,t.l&&yt(t.l))}function Ya(t){t.o||(t.o=oi(t.t))}function Qa(t,e,o){var n=ti(e)?je("MapSet").F(e,o):ri(e)?je("MapSet").T(e,o):t.O?function(a,i){var s=Array.isArray(a),c={i:s?1:0,A:i?i.A:Xa(),P:!1,I:!1,R:{},l:i,t:a,k:null,o:null,j:null,C:!1},d=c,p=eo;s&&(d=[c],p=Jr);var h=Proxy.revocable(d,p),f=h.revoke,y=h.proxy;return c.k=y,c.j=f,y}(e,o):je("ES5").J(e,o);return(o?o.A:Xa()).p.push(n),n}function lp(t){return nt(t)||_e(22,t),function e(o){if(!Me(o))return o;var n,a=o[Q],i=sr(o);if(a){if(!a.P&&(a.i<4||!je("ES5").K(a)))return a.t;a.I=!0,n=ac(o,i),a.I=!1}else n=ac(o,i);return kt(n,function(s,c){a&&ap(a.t,s)===c||lc(n,s,e(c))}),i===3?new Set(n):n}(t)}function ac(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return oi(t)}function uc(){function t(s,c){var d=i[s];return d?d.enumerable=c:i[s]=d={configurable:!0,enumerable:c,get:function(){var p=this[Q];return eo.get(p,s)},set:function(p){var h=this[Q];eo.set(h,s,p)}},d}function e(s){for(var c=s.length-1;c>=0;c--){var d=s[c][Q];if(!d.P)switch(d.i){case 5:n(d)&&yt(d);break;case 4:o(d)&&yt(d)}}}function o(s){for(var c=s.t,d=s.k,p=ir(d),h=p.length-1;h>=0;h--){var f=p[h];if(f!==Q){var y=c[f];if(y===void 0&&!ar(c,f))return!0;var x=d[f],b=x&&x[Q];if(b?b.t!==y:!dc(x,y))return!0}}var A=!!c[Q];return p.length!==ir(c).length+(A?0:1)}function n(s){var c=s.k;if(c.length!==s.t.length)return!0;var d=Object.getOwnPropertyDescriptor(c,c.length-1);if(d&&!d.get)return!0;for(var p=0;p<c.length;p++)if(!c.hasOwnProperty(p))return!0;return!1}function a(s){s.g&&_e(3,JSON.stringify(ht(s)))}var i={};sp("ES5",{J:function(s,c){var d=Array.isArray(s),p=function(f,y){if(f){for(var x=Array(y.length),b=0;b<y.length;b++)Object.defineProperty(x,""+b,t(b,!0));return x}var A=fc(y);delete A[Q];for(var R=ir(A),T=0;T<R.length;T++){var N=R[T];A[N]=t(N,f||!!A[N].enumerable)}return Object.create(Object.getPrototypeOf(y),A)}(d,s),h={i:d?5:4,A:c?c.A:Xa(),P:!1,I:!1,R:{},l:c,t:s,k:p,o:null,g:!1,C:!1};return Object.defineProperty(p,Q,{value:h,writable:!0}),p},S:function(s,c,d){d?nt(c)&&c[Q].A===s&&e(s.p):(s.u&&function p(h){if(h&&typeof h=="object"){var f=h[Q];if(f){var y=f.t,x=f.k,b=f.R,A=f.i;if(A===4)kt(x,function(v){v!==Q&&(y[v]!==void 0||ar(y,v)?b[v]||p(x[v]):(b[v]=!0,yt(f)))}),kt(y,function(v){x[v]!==void 0||ar(x,v)||(b[v]=!1,yt(f))});else if(A===5){if(n(f)&&(yt(f),b.length=!0),x.length<y.length)for(var R=x.length;R<y.length;R++)b[R]=!1;else for(var T=y.length;T<x.length;T++)b[T]=!0;for(var N=Math.min(x.length,y.length),O=0;O<N;O++)x.hasOwnProperty(O)||(b[O]=!0),b[O]===void 0&&p(x[O])}}}}(s.p[0]),e(s.p))},K:function(s){return s.i===4?o(s):n(s)}})}var ic,Qr,ii=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",dp=typeof Map<"u",up=typeof Set<"u",sc=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",pc=ii?Symbol.for("immer-nothing"):((ic={})["immer-nothing"]=!0,ic),cc=ii?Symbol.for("immer-draftable"):"__$immer_draftable",Q=ii?Symbol.for("immer-state"):"__$immer_state";var pp=""+Object.prototype.constructor,ir=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,fc=Object.getOwnPropertyDescriptors||function(t){var e={};return ir(t).forEach(function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)}),e},ei={},eo={get:function(t,e){if(e===Q)return t;var o=ht(t);if(!ar(o,e))return function(a,i,s){var c,d=nc(i,s);return d?"value"in d?d.value:(c=d.get)===null||c===void 0?void 0:c.call(a.k):void 0}(t,o,e);var n=o[e];return t.I||!Me(n)?n:n===qa(t.t,e)?(Ya(t),t.o[e]=Qa(t.A.h,n,t)):n},has:function(t,e){return e in ht(t)},ownKeys:function(t){return Reflect.ownKeys(ht(t))},set:function(t,e,o){var n=nc(ht(t),e);if(n?.set)return n.set.call(t.k,o),!0;if(!t.P){var a=qa(ht(t),e),i=a?.[Q];if(i&&i.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(dc(o,a)&&(o!==void 0||ar(t.t,e)))return!0;Ya(t),yt(t)}return t.o[e]===o&&(o!==void 0||e in t.o)||Number.isNaN(o)&&Number.isNaN(t.o[e])||(t.o[e]=o,t.R[e]=!0),!0},deleteProperty:function(t,e){return qa(t.t,e)!==void 0||e in t.t?(t.R[e]=!1,Ya(t),yt(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=ht(t),n=Reflect.getOwnPropertyDescriptor(o,e);return n&&{writable:!0,configurable:t.i!==1||e!=="length",enumerable:n.enumerable,value:o[e]}},defineProperty:function(){_e(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){_e(12)}},Jr={};kt(eo,function(t,e){Jr[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Jr.deleteProperty=function(t,e){return Jr.set.call(this,t,e,void 0)},Jr.set=function(t,e,o){return eo.set.call(this,t[0],e,o,t[0])};var fp=function(){function t(o){var n=this;this.O=sc,this.D=!0,this.produce=function(a,i,s){if(typeof a=="function"&&typeof i!="function"){var c=i;i=a;var d=n;return function(A){var R=this;A===void 0&&(A=c);for(var T=arguments.length,N=Array(T>1?T-1:0),O=1;O<T;O++)N[O-1]=arguments[O];return d.produce(A,function(v){var C;return(C=i).call.apply(C,[R,v].concat(N))})}}var p;if(typeof i!="function"&&_e(6),s!==void 0&&typeof s!="function"&&_e(7),Me(a)){var h=rc(n),f=Qa(n,a,void 0),y=!0;try{p=i(f),y=!1}finally{y?an(h):Ja(h)}return typeof Promise<"u"&&p instanceof Promise?p.then(function(A){return Ka(h,s),Za(A,h)},function(A){throw an(h),A}):(Ka(h,s),Za(p,h))}if(!a||typeof a!="object"){if((p=i(a))===void 0&&(p=a),p===pc&&(p=void 0),n.D&&ni(p,!0),s){var x=[],b=[];je("Patches").M(a,p,x,b),s(x,b)}return p}_e(21,a)},this.produceWithPatches=function(a,i){if(typeof a=="function")return function(p){for(var h=arguments.length,f=Array(h>1?h-1:0),y=1;y<h;y++)f[y-1]=arguments[y];return n.produceWithPatches(p,function(x){return a.apply(void 0,[x].concat(f))})};var s,c,d=n.produce(a,i,function(p,h){s=p,c=h});return typeof Promise<"u"&&d instanceof Promise?d.then(function(p){return[p,s,c]}):[d,s,c]},typeof o?.useProxies=="boolean"&&this.setUseProxies(o.useProxies),typeof o?.autoFreeze=="boolean"&&this.setAutoFreeze(o.autoFreeze)}var e=t.prototype;return e.createDraft=function(o){Me(o)||_e(8),nt(o)&&(o=lp(o));var n=rc(this),a=Qa(this,o,void 0);return a[Q].C=!0,Ja(n),a},e.finishDraft=function(o,n){var a=o&&o[Q],i=a.A;return Ka(i,n),Za(void 0,i)},e.setAutoFreeze=function(o){this.D=o},e.setUseProxies=function(o){o&&!sc&&_e(20),this.O=o},e.applyPatches=function(o,n){var a;for(a=n.length-1;a>=0;a--){var i=n[a];if(i.path.length===0&&i.op==="replace"){o=i.value;break}}a>-1&&(n=n.slice(a+1));var s=je("Patches").$;return nt(o)?s(o,n):this.produce(o,function(c){return s(c,n)})},t}(),Ce=new fp,hp=Ce.produce,Yb=Ce.produceWithPatches.bind(Ce),Xb=Ce.setAutoFreeze.bind(Ce),Jb=Ce.setUseProxies.bind(Ce),Qb=Ce.applyPatches.bind(Ce),ex=Ce.createDraft.bind(Ce),tx=Ce.finishDraft.bind(Ce),ln=hp;function Dt(t){"@babel/helpers - typeof";return Dt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Dt(t)}function hc(t,e){if(Dt(t)!="object"||!t)return t;var o=t[Symbol.toPrimitive];if(o!==void 0){var n=o.call(t,e||"default");if(Dt(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function yc(t){var e=hc(t,"string");return Dt(e)=="symbol"?e:e+""}function mc(t,e,o){return(e=yc(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function gc(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),o.push.apply(o,n)}return o}function si(t){for(var e=1;e<arguments.length;e++){var o=arguments[e]!=null?arguments[e]:{};e%2?gc(Object(o),!0).forEach(function(n){mc(t,n,o[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):gc(Object(o)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(o,n))})}return t}function pe(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var bc=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),ci=function(){return Math.random().toString(36).substring(7).split("").join(".")},dn={INIT:"@@redux/INIT"+ci(),REPLACE:"@@redux/REPLACE"+ci(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ci()}};function yp(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function li(t,e,o){var n;if(typeof e=="function"&&typeof o=="function"||typeof o=="function"&&typeof arguments[3]=="function")throw new Error(pe(0));if(typeof e=="function"&&typeof o>"u"&&(o=e,e=void 0),typeof o<"u"){if(typeof o!="function")throw new Error(pe(1));return o(li)(t,e)}if(typeof t!="function")throw new Error(pe(2));var a=t,i=e,s=[],c=s,d=!1;function p(){c===s&&(c=s.slice())}function h(){if(d)throw new Error(pe(3));return i}function f(A){if(typeof A!="function")throw new Error(pe(4));if(d)throw new Error(pe(5));var R=!0;return p(),c.push(A),function(){if(R){if(d)throw new Error(pe(6));R=!1,p();var N=c.indexOf(A);c.splice(N,1),s=null}}}function y(A){if(!yp(A))throw new Error(pe(7));if(typeof A.type>"u")throw new Error(pe(8));if(d)throw new Error(pe(9));try{d=!0,i=a(i,A)}finally{d=!1}for(var R=s=c,T=0;T<R.length;T++){var N=R[T];N()}return A}function x(A){if(typeof A!="function")throw new Error(pe(10));a=A,y({type:dn.REPLACE})}function b(){var A,R=f;return A={subscribe:function(N){if(typeof N!="object"||N===null)throw new Error(pe(11));function O(){N.next&&N.next(h())}O();var v=R(O);return{unsubscribe:v}}},A[bc]=function(){return this},A}return y({type:dn.INIT}),n={dispatch:y,subscribe:f,getState:h,replaceReducer:x},n[bc]=b,n}function mp(t){Object.keys(t).forEach(function(e){var o=t[e],n=o(void 0,{type:dn.INIT});if(typeof n>"u")throw new Error(pe(12));if(typeof o(void 0,{type:dn.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(pe(13))})}function xc(t){for(var e=Object.keys(t),o={},n=0;n<e.length;n++){var a=e[n];typeof t[a]=="function"&&(o[a]=t[a])}var i=Object.keys(o),s,c;try{mp(o)}catch(d){c=d}return function(p,h){if(p===void 0&&(p={}),c)throw c;if(0)var f;for(var y=!1,x={},b=0;b<i.length;b++){var A=i[b],R=o[A],T=p[A],N=R(T,h);if(typeof N>"u"){var O=h&&h.type;throw new Error(pe(14))}x[A]=N,y=y||N!==T}return y=y||i.length!==Object.keys(p).length,y?x:p}}function cr(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return e.length===0?function(n){return n}:e.length===1?e[0]:e.reduce(function(n,a){return function(){return n(a.apply(void 0,arguments))}})}function vc(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return function(n){return function(){var a=n.apply(void 0,arguments),i=function(){throw new Error(pe(15))},s={getState:a.getState,dispatch:function(){return i.apply(void 0,arguments)}},c=e.map(function(d){return d(s)});return i=cr.apply(void 0,c)(a.dispatch),si(si({},a),{},{dispatch:i})}}}function Sc(t){var e=function(n){var a=n.dispatch,i=n.getState;return function(s){return function(c){return typeof c=="function"?c(a,i,t):s(c)}}};return e}var Oc=Sc();Oc.withExtraArgument=Sc;var di=Oc;var Rc=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,a){n.__proto__=a}||function(n,a){for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(n[i]=a[i])},t(e,o)};return function(e,o){if(typeof o!="function"&&o!==null)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");t(e,o);function n(){this.constructor=e}e.prototype=o===null?Object.create(o):(n.prototype=o.prototype,new n)}}(),gp=function(t,e){var o={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,a,i,s;return s={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function c(p){return function(h){return d([p,h])}}function d(p){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,a&&(i=p[0]&2?a.return:p[0]?a.throw||((i=a.return)&&i.call(a),0):a.next)&&!(i=i.call(a,p[1])).done)return i;switch(a=0,i&&(p=[p[0]&2,i.value]),p[0]){case 0:case 1:i=p;break;case 4:return o.label++,{value:p[1],done:!1};case 5:o.label++,a=p[1],p=[0];continue;case 7:p=o.ops.pop(),o.trys.pop();continue;default:if(i=o.trys,!(i=i.length>0&&i[i.length-1])&&(p[0]===6||p[0]===2)){o=0;continue}if(p[0]===3&&(!i||p[1]>i[0]&&p[1]<i[3])){o.label=p[1];break}if(p[0]===6&&o.label<i[1]){o.label=i[1],i=p;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(p);break}i[2]&&o.ops.pop(),o.trys.pop();continue}p=e.call(t,o)}catch(h){p=[6,h],a=0}finally{n=i=0}if(p[0]&5)throw p[1];return{value:p[0]?p[1]:void 0,done:!0}}},lr=function(t,e){for(var o=0,n=e.length,a=t.length;o<n;o++,a++)t[a]=e[o];return t},bp=Object.defineProperty,xp=Object.defineProperties,vp=Object.getOwnPropertyDescriptors,Cc=Object.getOwnPropertySymbols,Sp=Object.prototype.hasOwnProperty,Op=Object.prototype.propertyIsEnumerable,Ec=function(t,e,o){return e in t?bp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},mt=function(t,e){for(var o in e||(e={}))Sp.call(e,o)&&Ec(t,o,e[o]);if(Cc)for(var n=0,a=Cc(e);n<a.length;n++){var o=a[n];Op.call(e,o)&&Ec(t,o,e[o])}return t},ui=function(t,e){return xp(t,vp(e))},Cp=function(t,e,o){return new Promise(function(n,a){var i=function(d){try{c(o.next(d))}catch(p){a(p)}},s=function(d){try{c(o.throw(d))}catch(p){a(p)}},c=function(d){return d.done?n(d.value):Promise.resolve(d.value).then(i,s)};c((o=o.apply(t,e)).next())})};var Ep=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?cr:cr.apply(null,arguments)},xx=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}};function Ap(t){if(typeof t!="object"||t===null)return!1;var e=Object.getPrototypeOf(t);if(e===null)return!0;for(var o=e;Object.getPrototypeOf(o)!==null;)o=Object.getPrototypeOf(o);return e===o}var wp=function(t){Rc(e,t);function e(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var a=t.apply(this,o)||this;return Object.setPrototypeOf(a,e.prototype),a}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return t.prototype.concat.apply(this,o)},e.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(e.bind.apply(e,lr([void 0],o[0].concat(this)))):new(e.bind.apply(e,lr([void 0],o.concat(this))))},e}(Array),Rp=function(t){Rc(e,t);function e(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var a=t.apply(this,o)||this;return Object.setPrototypeOf(a,e.prototype),a}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return t.prototype.concat.apply(this,o)},e.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(e.bind.apply(e,lr([void 0],o[0].concat(this)))):new(e.bind.apply(e,lr([void 0],o.concat(this))))},e}(Array);function hi(t){return Me(t)?ln(t,function(){}):t}function Tp(t){return typeof t=="boolean"}function _p(){return function(e){return Lp(e)}}function Lp(t){t===void 0&&(t={});var e=t.thunk,o=e===void 0?!0:e,n=t.immutableCheck,a=n===void 0?!0:n,i=t.serializableCheck,s=i===void 0?!0:i,c=new wp;if(o&&(Tp(o)?c.push(di):c.push(di.withExtraArgument(o.extraArgument))),0){if(a)var d;if(s)var p}return c}var pi=!0;function Tc(t){var e=_p(),o=t||{},n=o.reducer,a=n===void 0?void 0:n,i=o.middleware,s=i===void 0?e():i,c=o.devTools,d=c===void 0?!0:c,p=o.preloadedState,h=p===void 0?void 0:p,f=o.enhancers,y=f===void 0?void 0:f,x;if(typeof a=="function")x=a;else if(Ap(a))x=xc(a);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var b=s;if(typeof b=="function"&&(b=b(e),!pi&&!Array.isArray(b)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!pi&&b.some(function(v){return typeof v!="function"}))throw new Error("each middleware provided to configureStore must be a function");var A=vc.apply(void 0,b),R=cr;d&&(R=Ep(mt({trace:!pi},typeof d=="object"&&d)));var T=new Rp(A),N=T;Array.isArray(y)?N=lr([A],y):typeof y=="function"&&(N=y(T));var O=R.apply(void 0,N);return li(x,h,O)}function gt(t,e){function o(){for(var n=[],a=0;a<arguments.length;a++)n[a]=arguments[a];if(e){var i=e.apply(void 0,n);if(!i)throw new Error("prepareAction did not return an object");return mt(mt({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:n[0]}}return o.toString=function(){return""+t},o.type=t,o.match=function(n){return n.type===t},o}function _c(t){var e={},o=[],n,a={addCase:function(i,s){var c=typeof i=="string"?i:i.type;if(c in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[c]=s,a},addMatcher:function(i,s){return o.push({matcher:i,reducer:s}),a},addDefaultCase:function(i){return n=i,a}};return t(a),[e,o,n]}function Np(t){return typeof t=="function"}function Ip(t,e,o,n){o===void 0&&(o=[]);var a=typeof e=="function"?_c(e):[e,o,n],i=a[0],s=a[1],c=a[2],d;if(Np(t))d=function(){return hi(t())};else{var p=hi(t);d=function(){return p}}function h(f,y){f===void 0&&(f=d());var x=lr([i[y.type]],s.filter(function(b){var A=b.matcher;return A(y)}).map(function(b){var A=b.reducer;return A}));return x.filter(function(b){return!!b}).length===0&&(x=[c]),x.reduce(function(b,A){if(A)if(nt(b)){var R=b,T=A(R,y);return T===void 0?b:T}else{if(Me(b))return ln(b,function(N){return A(N,y)});var T=A(b,y);if(T===void 0){if(b===null)return b;throw Error("A case reducer on a non-draftable value must not return undefined")}return T}return b},f)}return h.getInitialState=d,h}function Pp(t,e){return t+"/"+e}function Lc(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var o=typeof t.initialState=="function"?t.initialState:hi(t.initialState),n=t.reducers||{},a=Object.keys(n),i={},s={},c={};a.forEach(function(h){var f=n[h],y=Pp(e,h),x,b;"reducer"in f?(x=f.reducer,b=f.prepare):x=f,i[h]=x,s[y]=x,c[h]=b?gt(y,b):gt(y)});function d(){var h=typeof t.extraReducers=="function"?_c(t.extraReducers):[t.extraReducers],f=h[0],y=f===void 0?{}:f,x=h[1],b=x===void 0?[]:x,A=h[2],R=A===void 0?void 0:A,T=mt(mt({},y),s);return Ip(o,function(N){for(var O in T)N.addCase(O,T[O]);for(var v=0,C=b;v<C.length;v++){var k=C[v];N.addMatcher(k.matcher,k.reducer)}R&&N.addDefaultCase(R)})}var p;return{name:e,reducer:function(h,f){return p||(p=d()),p(h,f)},actions:c,caseReducers:i,getInitialState:function(){return p||(p=d()),p.getInitialState()}}}var kp="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Dp=function(t){t===void 0&&(t=21);for(var e="",o=t;o--;)e+=kp[Math.random()*64|0];return e},Mp=["name","message","stack","code"],fi=function(){function t(e,o){this.payload=e,this.meta=o}return t}(),Ac=function(){function t(e,o){this.payload=e,this.meta=o}return t}(),Bp=function(t){if(typeof t=="object"&&t!==null){for(var e={},o=0,n=Mp;o<n.length;o++){var a=n[o];typeof t[a]=="string"&&(e[a]=t[a])}return e}return{message:String(t)}},Cx=function(){function t(e,o,n){var a=gt(e+"/fulfilled",function(h,f,y,x){return{payload:h,meta:ui(mt({},x||{}),{arg:y,requestId:f,requestStatus:"fulfilled"})}}),i=gt(e+"/pending",function(h,f,y){return{payload:void 0,meta:ui(mt({},y||{}),{arg:f,requestId:h,requestStatus:"pending"})}}),s=gt(e+"/rejected",function(h,f,y,x,b){return{payload:x,error:(n&&n.serializeError||Bp)(h||"Rejected"),meta:ui(mt({},b||{}),{arg:y,requestId:f,rejectedWithValue:!!x,requestStatus:"rejected",aborted:h?.name==="AbortError",condition:h?.name==="ConditionError"})}}),c=!1,d=typeof AbortController<"u"?AbortController:function(){function h(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return h.prototype.abort=function(){},h}();function p(h){return function(f,y,x){var b=n?.idGenerator?n.idGenerator(h):Dp(),A=new d,R,T=!1;function N(v){R=v,A.abort()}var O=function(){return Cp(this,null,function(){var v,C,k,U,W,$,D;return gp(this,function(m){switch(m.label){case 0:return m.trys.push([0,4,,5]),U=(v=n?.condition)==null?void 0:v.call(n,h,{getState:y,extra:x}),$p(U)?[4,U]:[3,2];case 1:U=m.sent(),m.label=2;case 2:if(U===!1||A.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return T=!0,W=new Promise(function(S,I){return A.signal.addEventListener("abort",function(){return I({name:"AbortError",message:R||"Aborted"})})}),f(i(b,h,(C=n?.getPendingMeta)==null?void 0:C.call(n,{requestId:b,arg:h},{getState:y,extra:x}))),[4,Promise.race([W,Promise.resolve(o(h,{dispatch:f,getState:y,extra:x,requestId:b,signal:A.signal,abort:N,rejectWithValue:function(S,I){return new fi(S,I)},fulfillWithValue:function(S,I){return new Ac(S,I)}})).then(function(S){if(S instanceof fi)throw S;return S instanceof Ac?a(S.payload,b,h,S.meta):a(S,b,h)})])];case 3:return k=m.sent(),[3,5];case 4:return $=m.sent(),k=$ instanceof fi?s(null,b,h,$.payload,$.meta):s($,b,h),[3,5];case 5:return D=n&&!n.dispatchConditionRejection&&s.match(k)&&k.meta.condition,D||f(k),[2,k]}})})}();return Object.assign(O,{abort:N,requestId:b,arg:h,unwrap:function(){return O.then(Up)}})}}return Object.assign(p,{pending:i,rejected:s,fulfilled:a,typePrefix:e})}return t.withTypes=function(){return t},t}();function Up(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function $p(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var Nc="listener",Ic="completed",Pc="cancelled",Ex="task-"+Pc,Ax="task-"+Ic,wx=Nc+"-"+Pc,Rx=Nc+"-"+Ic;var yi="listenerMiddleware";var Tx=gt(yi+"/add"),_x=gt(yi+"/removeAll"),Lx=gt(yi+"/remove");var wc,Nx=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(t){return(wc||(wc=Promise.resolve())).then(t).catch(function(e){return setTimeout(function(){throw e},0)})},Fp=function(t){return function(e){setTimeout(e,t)}},Ix=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Fp(10);uc();window.ftReduxStores||(window.ftReduxStores={});var Mt=class t extends Qe{static get(e){var o;let n=typeof e=="string"?e:e.name,a=typeof e=="string"?void 0:e,i=window.ftReduxStores[n];if(nr(i))return i;if(a==null)return;let s=Lc({...a,reducers:(o=a.reducers)!==null&&o!==void 0?o:{}}),c=Tc({reducer:(d,p)=>p.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof p.type=="string"&&p.type.startsWith("DEFAULT_VALUE_SETTER__")?{...d,...p.overwrites}:s.reducer(d,p)});return window.ftReduxStores[a.name]=new t(s,c,a.eventBus)}constructor(e,o,n){super(),this.reduxSlice=e,this.reduxStore=o,this.isFtReduxStore=!0,this.commands=new qr;let a=i=>i!=null?JSON.parse(JSON.stringify(i)):i;this.actions=new Proxy(this.reduxSlice.actions,{get:(i,s,c)=>{let d=s,p=i[d];return p?(...h)=>{let f=p(...h.map(a));return this.reduxStore.dispatch(f),f}:h=>{this.setState({[d]:a(h)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}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(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};function Hp(){var t;for(let e of Object.values((t=window.ftReduxStores)!==null&&t!==void 0?t:{}))nr(e)&&e.clear()}var un=class{constructor(e,o,n){this.store=e,this.valueSelector=o,this.callback=n}watch(){return this.stop(),this.lastValue=this.valueSelector(this.store.getState()),this.unsubscribe=this.store.subscribe(()=>{let e=this.store.getState(),o=this.valueSelector(e);Je(this.lastValue,o)&&(this.callback(o,e),this.lastValue=o)}),this}stop(){return this.unsubscribe!=null&&(this.unsubscribe(),this.unsubscribe=void 0),this.lastValue=void 0,this}};function Wp(t,e,o){return new un(t,e,o).watch()}var mi=class{constructor(){this.requestConsumers=new Map}getOrCreateRequestConsumers(e){var o;return(o=this.requestConsumers.get(e))!==null&&o!==void 0?o:this.requestConsumers.set(e,new Set).get(e)}registerComponent(e,o){for(let n of o)this.getOrCreateRequestConsumers(n).add(e)}unregisterComponent(e,o){for(let n of o)this.getOrCreateRequestConsumers(n).delete(e)}isRequestNeeded(e){return this.getOrCreateRequestConsumers(e).size>0}};var vi={};z(vi,{scrollHelper:()=>zp});var bi,pn=new Map,xi=class{lock(e,o){if(o){let n=pn.get(o);if(n==null||n===e)return pn.set(o,e),o}}release(e,o){o&&pn.get(o)===e&&pn.delete(o)}findFirstScrollableParent(e){var o;let n,a;for(let i of oa(e)){let s=i,c=this.elementCanScroll(s);if(c&&s.clientHeight&&s.clientHeight<s.scrollHeight){n=s;break}else c&&a==null&&(a=s)}return(o=n??a)!==null&&o!==void 0?o:document.body}elementCanScroll(e){try{return["auto","scroll"].includes(getComputedStyle(e).overflowY)}catch{return!1}}getAbsoluteScrollOffset(e,o){var n,a;let i=0;for(;o&&o.offsetParent!==e.offsetParent;)i+=(n=o.offsetTop)!==null&&n!==void 0?n:0,o=o.offsetParent;return i+((a=o?.offsetTop)!==null&&a!==void 0?a:0)-e.offsetTop}computeTopOffsetRatio(e,o){if(typeof e=="number")return e;switch(e){case"end":return 1;case"center":return .5;case"nearest":return o;default:return 0}}scrollIntoViewIfPossible(e,o){let n=this.findFirstScrollableParent(e);if(e&&this.lock(this,n)){let a=this.getAbsoluteScrollOffset(n,e),i=a-n.clientHeight+e.clientHeight,s=a,c=Br(0,(s-n.scrollTop)/(s-i),1),d=this.computeTopOffsetRatio(o?.position,c)*(i-s)+s;n.scrollTo({behavior:o?.behavior,top:d})}else console.warn("Could not scroll element into view because the scrollable parent is already locked",e,n);this.release(this,n)}};window.FluidTopicsScrollHelper=(bi=window.FluidTopicsScrollHelper)!==null&&bi!==void 0?bi:new xi;var zp=window.FluidTopicsScrollHelper;var Oi={};z(Oi,{SearchPlaceConverter:()=>fr,SearchPlaceQueryParams:()=>Z,isSearchPlaceQueryParams:()=>yl,serializeRequest:()=>Kp});var jp=xd(Dc(),1);var Mc;(function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"})(Mc||(Mc={}));var Bc;(function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"})(Bc||(Bc={}));var Uc;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(Uc||(Uc={}));var $c;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})($c||($c={}));var Fc;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(Fc||(Fc={}));var Hc;(function(t){t.VALUE="VALUE",t.DATE="DATE",t.RANGE="RANGE"})(Hc||(Hc={}));var Wc;(function(t){t.BOOKMARK__CREATE="BOOKMARK__CREATE",t.BOOKMARK__DELETE="BOOKMARK__DELETE",t.CASE_DEFLECTION__START="CASE_DEFLECTION__START",t.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",t.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",t.CHATBOT__RATE="CHATBOT__RATE",t.COLLECTION__CREATE="COLLECTION__CREATE",t.COLLECTION__UPDATE="COLLECTION__UPDATE",t.COLLECTION__DELETE="COLLECTION__DELETE",t.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",t.DOCUMENT__AI_TRANSLATE="DOCUMENT__AI_TRANSLATE",t.DOCUMENT__DISPLAY="DOCUMENT__DISPLAY",t.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",t.DOCUMENT__PRINT="DOCUMENT__PRINT",t.DOCUMENT__PROCESS="DOCUMENT__PROCESS",t.DOCUMENT__RATE="DOCUMENT__RATE",t.DOCUMENT__SEARCH="DOCUMENT__SEARCH",t.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",t.DOCUMENT__UNRATE="DOCUMENT__UNRATE",t.FEEDBACK__SEND="FEEDBACK__SEND",t.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",t.AI__RATE="AI__RATE",t.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",t.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",t.KHUB__PROCESS="KHUB__PROCESS",t.KHUB__SEARCH="KHUB__SEARCH",t.LABELS__DOWNLOAD="LABELS__DOWNLOAD",t.LINK__SHARE="LINK__SHARE",t.PAGE__DISPLAY="PAGE__DISPLAY",t.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",t.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",t.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",t.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",t.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",t.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",t.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",t.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",t.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",t.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",t.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",t.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",t.TOPIC__DISPLAY="TOPIC__DISPLAY",t.TOPIC__RATE="TOPIC__RATE",t.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",t.TOPIC__UNRATE="TOPIC__UNRATE",t.USER__LOGIN="USER__LOGIN",t.USER__LOGOUT="USER__LOGOUT",t.HEARTBEAT="HEARTBEAT"})(Wc||(Wc={}));var zc;(function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"})(zc||(zc={}));var Gc;(function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.HEADER="HEADER",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT",t.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",t.LINK_PREVIEW="LINK_PREVIEW"})(Gc||(Gc={}));var jc;(function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"})(jc||(jc={}));var Vc;(function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"})(Vc||(Vc={}));var Kc;(function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"})(Kc||(Kc={}));var Zc;(function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"})(Zc||(Zc={}));var qc;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"})(qc||(qc={}));var ur;(function(t){t.OPTIONAL="OPTIONAL",t.MANDATORY="MANDATORY"})(ur||(ur={}));var Yc;(function(t){t.ASC="ASC",t.DESC="DESC"})(Yc||(Yc={}));var Xc;(function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"})(Xc||(Xc={}));var Si;(function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"})(Si||(Si={}));var al=t=>Object.keys(Si).includes(t);var Jc;(function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(Jc||(Jc={}));var Qc;(function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"})(Qc||(Qc={}));var el;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(el||(el={}));var pr;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(pr||(pr={}));var il=t=>Object.keys(pr).includes(t);var tl;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.HTML_PACKAGE="HTML_PACKAGE",t.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(tl||(tl={}));var rl;(function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS",t.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(rl||(rl={}));var ol;(function(t){t.PLAIN_TEXT="PLAIN_TEXT",t.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",t.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(ol||(ol={}));var ne;(function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN"})(ne||(ne={}));var Le;(function(t){t.SEARCHES="SEARCHES",t.BOOKMARKS="BOOKMARKS",t.BOOKS="BOOKS",t.COLLECTIONS="COLLECTIONS"})(Le||(Le={}));var nl;(function(t){t.UNAUTHENTICATED="UNAUTHENTICATED",t.USER_INCOMPLETE="USER_INCOMPLETE",t.MFA_REQUIRED="MFA_REQUIRED",t.AUTHENTICATED="AUTHENTICATED"})(nl||(nl={}));var sl;(function(t){t.VALID="VALID",t.INVALID="INVALID"})(sl||(sl={}));var cl;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(cl||(cl={}));var ll;(function(t){t.USER="USER",t.ASSISTANT="ASSISTANT"})(ll||(ll={}));var dl;(function(t){t.TEXT="TEXT",t.HTML="HTML"})(dl||(dl={}));var ul;(function(t){t.HTML="HTML",t.MARKDOWN="MARKDOWN"})(ul||(ul={}));var Gp={[ne.PERSONAL_BOOK_SHARE_USER]:[ne.PERSONAL_BOOK_USER],[ne.HTML_EXPORT_USER]:[ne.PERSONAL_BOOK_USER],[ne.PDF_EXPORT_USER]:[ne.PERSONAL_BOOK_USER],[ne.KHUB_ADMIN]:[ne.CONTENT_PUBLISHER],[ne.ADMIN]:[ne.KHUB_ADMIN,ne.USERS_ADMIN,ne.PORTAL_ADMIN],[ne.GENERATIVE_AI_EXPORT_USER]:[ne.GENERATIVE_AI_USER]};function pl(t,e){return t===e||(Gp[t]??[]).some(o=>pl(o,e))}function fl(t,e){return t==null?!1:(Array.isArray(t)?t:Array.isArray(t.roles)?t.roles:Array.isArray(t.profile?.roles)?t.profile.roles:[]).some(n=>pl(n,e))}function Vp(t){return`"${t}"`}function hl(t){return t.startsWith('"')&&t.endsWith('"')?t.replace(/(^"+)|("+$)/g,""):t}function Kp(t,e){return new fr(t).serialize(e)}var Z;(function(t){t.LOCALE="content-lang",t.QUERY="query",t.SCOPE="scope",t.FILTERS="filters",t.VIRTUAL_FIELD="virtual-field",t.PERIOD="period",t.VALUE_FILTERS="value-filters",t.DATE_FILTERS="date-filters",t.RANGE_FILTERS="range-filters",t.SORT="sort",t.PER_PAGE="per-page",t.KEYWORD_MATCH="keyword-match"})(Z||(Z={}));var Zp=new Set(Object.values(Z));function yl(t){return Zp.has(t)}var fr=class{constructor(e,o=20,n=!1,a="en-US"){this.baseUrl=e,this.defaultPerPage=o,this.allLanguagesAllowed=n,this.defaultContentLocale=a,this.scopeMapping={documents:"DOCUMENTS",topics:"ALL_TOPICS"},this.filtersEscapeMapping=[["*","\\*","[ft-escaped-star-character]"],["~","\\\\~","[ft-escaped-tilde-character]"],["_","\\\\\\\\_","[ft-escaped-underscore-character]"]]}serialize(e,o){return this.serializeToCurrentPageIfPossible(e,o??"/search")}serializeToCurrentPageIfPossible(e,o){let n=o==null||o.trim().length===0,a=new URL(n?window.location.href:`${this.baseUrl.replace(/\/+$/,"")}${o}`);return a.search=this.toURLSearchParams(e),a.toString()}toURLSearchParams(e,o=!1){var n,a,i,s,c,d,p,h,f,y,x;let b=new URLSearchParams;e.contentLocale?(!o||e.contentLocale!==this.defaultContentLocale)&&b.append(Z.LOCALE,e.contentLocale):b.append(Z.LOCALE,this.allLanguagesAllowed?"all":this.defaultContentLocale),((n=e.query)===null||n===void 0?void 0:n.length)>0&&b.append(Z.QUERY,e.query);let A=(i=(a=e.metadataFilters)===null||a===void 0?void 0:a.filter(v=>v.valueFilter&&!v.valueFilter.negative))!==null&&i!==void 0?i:[];if(A.length>0){let v=A.map(C=>{var k,U;let W=((U=(k=C.valueFilter)===null||k===void 0?void 0:k.values)!==null&&U!==void 0?U:[]).map($=>this.escapeFilters($)).map($=>Vp(hl($))).join("_");return`${C.key}~${W}`}).join("*");b.append(Z.VALUE_FILTERS,v)}let R=(c=(s=e.metadataFilters)===null||s===void 0?void 0:s.filter(v=>v.dateFilter))!==null&&c!==void 0?c:[];if(R.length>0){let v=R.map(C=>{var k;return`${C.key}~${(k=C.dateFilter)===null||k===void 0?void 0:k.type.toLowerCase()}`}).join("*");b.append(Z.DATE_FILTERS,v)}let T=(p=(d=e.metadataFilters)===null||d===void 0?void 0:d.filter(v=>v.rangeFilter))!==null&&p!==void 0?p:[];if(T.length>0){let v=T.map(C=>{var k,U;return`${C.key}~${(k=C.rangeFilter)===null||k===void 0?void 0:k.from}_${(U=C.rangeFilter)===null||U===void 0?void 0:U.to}`}).join("*");b.append(Z.RANGE_FILTERS,v)}e.virtualField&&e.virtualField!=="EVERYWHERE"&&b.append(Z.VIRTUAL_FIELD,e.virtualField.toLowerCase()),e.scope&&e.scope!=="DEFAULT"&&b.append(Z.SCOPE,e.scope.toLowerCase()),e.sortId!=null&&b.append(Z.SORT,e.sortId),!((h=e.paging)===null||h===void 0)&&h.perPage&&((y=(f=e.paging)===null||f===void 0?void 0:f.perPage)!==null&&y!==void 0?y:this.defaultPerPage)!=this.defaultPerPage&&b.append(Z.PER_PAGE,String(e.paging.perPage)),e.keywordMatch!=null&&b.append(Z.KEYWORD_MATCH,e.keywordMatch.toLowerCase());let N=(x=e.otherQueryParams)!==null&&x!==void 0?x:{};for(let v in N)b.append(v,N[v]);let O=new Array;return b.forEach((v,C)=>{O.push(this.encodeQueryString(C)+"="+this.encodeQueryString(v))}),encodeURI(O.join("&")).replace(/#/g,"%23")}encodeQueryString(e){return encodeURIComponent(e).replace(/%20/g,"+")}parse(e){var o;let n=e.split("?"),a=this.fromURLSearchParams(n.slice(1).join("?")),i=n[0].split("/search/")[1];return i==null?a:{...a,scope:(o=this.scopeMapping[i])!==null&&o!==void 0?o:a.scope}}fromURLSearchParams(e){var o,n,a,i,s,c;try{e=decodeURI(e).replace(/%23/g,"#")}catch(T){console.warn("Could not decode search request query params, fallback on raw value",T)}let d=new URLSearchParams(e),p=d.get(Z.LOCALE)==="all"?void 0:d.get(Z.LOCALE),h=((o=d.get(Z.VIRTUAL_FIELD))!==null&&o!==void 0?o:"EVERYWHERE").toUpperCase(),f=(n=d.get(Z.SORT))===null||n===void 0?void 0:n.toLowerCase(),y=(a=d.get(Z.SCOPE))!==null&&a!==void 0?a:"default",x=+((i=d.get(Z.PER_PAGE))!==null&&i!==void 0?i:this.defaultPerPage),b=d.get(Z.KEYWORD_MATCH),A=b?b.toUpperCase()===ur.MANDATORY?ur.MANDATORY:ur.OPTIONAL:void 0,R={};for(let T of d.keys())yl(T)||(R[T]=d.get(T));return{contentLocale:p??(this.allLanguagesAllowed?void 0:this.defaultContentLocale),query:(s=d.get(Z.QUERY))!==null&&s!==void 0?s:"",scope:(c=this.scopeMapping[y])!==null&&c!==void 0?c:"DEFAULT",virtualField:al(h)?h:"EVERYWHERE",sortId:f,metadataFilters:this.parseCompatFilters(d),facets:[],paging:{page:1,perPage:Br(1,isNaN(x)?this.defaultPerPage:x,1e3)},keywordMatch:A,otherQueryParams:R}}parseCompatFilters(e){var o,n,a,i,s,c;let d=[];return e.has(Z.FILTERS)&&(d=this.parseValueFilters((o=e.get(Z.FILTERS))!==null&&o!==void 0?o:"")),(n=e.has(Z.PERIOD))!==null&&n!==void 0&&n&&(d=[...d,...this.parseLegacyPeriodFilter(((a=e.get(Z.PERIOD))!==null&&a!==void 0?a:"").toUpperCase())]),[...d,...this.parseValueFilters((i=e.get(Z.VALUE_FILTERS))!==null&&i!==void 0?i:""),...this.parseDateFilters((s=e.get(Z.DATE_FILTERS))!==null&&s!==void 0?s:""),...this.parseRangeFilters((c=e.get(Z.RANGE_FILTERS))!==null&&c!==void 0?c:"")]}splitUnknownFilter(e){return this.superEscapeFilters(e).split("*").map(o=>o.split("~"))}parseValueFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(o=>({key:o[0],valueFilter:{values:o[1].split("_").map(hl).map(n=>this.unescapeFilterValue(n)),negative:!1}}))}parseDateFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(o=>({key:o[0],dateFilter:{type:pr[o[1].toUpperCase()]}}))}parseRangeFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(o=>({key:o[0],rangeFilter:{from:o[1].split("_")[0],to:o[1].split("_")[1]}}))}escapeFilters(e){for(let[o,n,a]of this.filtersEscapeMapping)e=e.replaceAll(o,n);return e}superEscapeFilters(e){for(let[o,n,a]of this.filtersEscapeMapping)e=e.replaceAll(n,a);return e}unescapeFilterValue(e){for(let[o,n,a]of this.filtersEscapeMapping)e=e.replace(a,o);return e}parseLegacyPeriodFilter(e){if(il(e))return[{key:"ft:lastEdition",dateFilter:{type:pr[e]}}];if(e.startsWith("CUSTOM_")){let[o,n,a]=e.split("_");return[{key:"ft:lastEdition",rangeFilter:{from:n,to:a}}]}return[]}};var Ai={};z(Ai,{toFtFormComponent:()=>Ei});var Ci=Symbol("elementInternals"),Ei=le(Symbol("toFtFormComponent"),function(t){class e extends t{static get formAssociated(){return!0}get form(){return this[Ci].form}constructor(...n){super(n),this[Ci]=this.attachInternals()}setFormValue(n){this[Ci].setFormValue(n)}}return e});var wi={};z(wi,{DateFormatter:()=>Bt});var Bt=class{static format(e,o,n,a){return window.moment?window.moment(e).locale(o).format(this.getMomentDateFormat(n,a)):this.getIntlDateTime(e,o,n,a)}static getMomentDateFormat(e,o){return e?o?"lll":"ll":o?"L LT":"L"}static getIntlDateTime(e,o,n,a){let i=typeof e=="string"?new Date(e):e,s=new Intl.DateTimeFormat(o,{dateStyle:n?"medium":"short"}).format(i);if(!a)return s;let c=new Intl.DateTimeFormat(o,{timeStyle:"short"}).format(i);return`${s} ${c}`}static getTimezoneAsString(){let e=n=>String(Math.floor(n)).padStart(2,"0"),o=new Date().getTimezoneOffset();return`${o<0?"+":"-"}${e(Math.abs(o)/60)}:${e(Math.abs(o)%60)}`}};var Ti={};z(Ti,{ALL_KEYS_VALUE:()=>Ri,SameWindowStorageEvent:()=>hr});var Ri="__all__",hr=class extends CustomEvent{constructor(e,o,n){super("same-window-storage",{detail:{key:e,oldValue:o,newValue:n}})}keyMatch(e){return this.detail.key.includes(e)||this.detail.key==Ri}};Storage.prototype.setItem=new Proxy(Storage.prototype.setItem,{apply(t,e,o){let n=e.getItem(o[0]);Reflect.apply(t,e,o),window.dispatchEvent(new hr(o[0],n,o[1]))}});Storage.prototype.removeItem=new Proxy(Storage.prototype.removeItem,{apply(t,e,o){let n=e.getItem(o[0]);Reflect.apply(t,e,o),window.dispatchEvent(new hr(o[0],n))}});Storage.prototype.clear=new Proxy(Storage.prototype.clear,{apply(t,e,o){Reflect.apply(t,e,o),window.dispatchEvent(new hr(Ri))}});var Li={};z(Li,{FocusMainContentEvent:()=>_i});var _i=class extends Event{constructor(){super("ft-focus-main-content",{composed:!0,bubbles:!0})}};var ml={};window.FluidTopicsA11yHints={isKeyboardNavigation:!1,lastPressedKey:""};function qp(t){(t.key==="Enter"||t.key===" "||t.key==="Tab")&&(window.FluidTopicsA11yHints.isKeyboardNavigation=!0),window.FluidTopicsA11yHints.lastPressedKey=t.key}function Yp(t){window.FluidTopicsA11yHints.isKeyboardNavigation=t.detail==0}document.addEventListener("keydown",qp);document.addEventListener("click",Yp);var gl=M`
|
|
49
49
|
.sr-only {
|
|
50
50
|
position:absolute;
|
|
51
51
|
left:-10000px;
|
|
@@ -69,7 +69,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
69
69
|
width:auto;
|
|
70
70
|
height:auto;
|
|
71
71
|
}
|
|
72
|
-
`;var Xp={checkVisibility:!0},bv=le(Symbol("withAriaNotification"),function(t){class e extends t{sendAriaNotification(n,a){let{checkVisibility:i}={...Xp,...a};setTimeout(()=>{(!i||this.checkVisibility())&&(n=typeof n=="string"?n:n?.message,n&&this.dispatchEvent(new $r({type:"aria",message:n})))},20)}}return e});function
|
|
72
|
+
`;var Xp={checkVisibility:!0},bv=le(Symbol("withAriaNotification"),function(t){class e extends t{sendAriaNotification(n,a){let{checkVisibility:i}={...Xp,...a};setTimeout(()=>{(!i||this.checkVisibility())&&(n=typeof n=="string"?n:n?.message,n&&this.dispatchEvent(new $r({type:"aria",message:n})))},20)}}return e});function bl(t,e,o){return t?e(t):o?.(t)}var de=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},Ut;(function(t){t.blur="blur",t.blurWithStatusResolutionOnInput="blurWithStatusResolutionOnInput",t.input="input"})(Ut||(Ut={}));var $t;(function(t){t.default="default",t.warning="warning",t.error="error"})($t||($t={}));var Ni=class extends CustomEvent{constructor(e){super("input-validated",{detail:{level:e}})}},Tv=le(Symbol("toFtInput"),function(t){class e extends t{constructor(){super(...arguments),this.warningRules=[],this.errorRules=[],this.validateOn=Ut.input,this.validateAtRender=!1,this.label="",this.hideLabel=!1,this.name="",this.disabled=!1,this.errorMessages=[],this.warningMessages=[],this.status=$t.default,this.focused=!1,this.additionalWarningRules=[],this.additionalErrorRules=[]}connectedCallback(){super.connectedCallback(),this.validateAtRender&&this.triggerValidation()}onBlur(){this.focused=!1,(this.validateOn===Ut.blur||this.validateOn===Ut.blurWithStatusResolutionOnInput)&&this.triggerValidation()}onFocus(){this.focused=!0}onInput(){(this.status!==$t.default&&this.validateOn===Ut.blurWithStatusResolutionOnInput||this.validateOn===Ut.input)&&this.triggerValidation()}triggerValidation(){this.errorMessages=this.processRules([...this.errorRules,...this.additionalErrorRules]),this.warningMessages=this.processRules([...this.warningRules,...this.additionalWarningRules]),this.status=this.resolveStatus(),this.dispatchEvent(new Ni(this.status))}get messagesForScreenReaderElementId(){return"sr-helper-text-list"}renderMessagesForScreenReader(){return H`
|
|
73
73
|
<ul aria-live="polite" id="${this.messagesForScreenReaderElementId}"
|
|
74
74
|
style="position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;list-style:none;">
|
|
75
75
|
${vo(this.errorMessages,n=>H`
|
|
@@ -78,11 +78,11 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
78
78
|
${vo(this.warningMessages,n=>H`
|
|
79
79
|
<li>${n}</li>
|
|
80
80
|
`)}
|
|
81
|
-
${
|
|
81
|
+
${bl(!this.errorMessages.length&&!this.warningMessages.length&&this.helperText,()=>H`
|
|
82
82
|
<li>${this.helperText}</li>
|
|
83
83
|
`)}
|
|
84
84
|
</ul>
|
|
85
|
-
`}resolveStatus(){return this.forceStatus?this.forceStatus:this.errorMessages.length?$t.error:this.warningMessages.length?$t.warning:$t.default}processRules(n){return n.map(a=>a(this.value)).filter(a=>a!==!0).map(a=>a)}}return de([E()],e.prototype,"warningRules",void 0),de([E()],e.prototype,"errorRules",void 0),de([E()],e.prototype,"validateOn",void 0),de([E({type:Boolean})],e.prototype,"validateAtRender",void 0),de([E()],e.prototype,"label",void 0),de([E({type:Boolean})],e.prototype,"hideLabel",void 0),de([E()],e.prototype,"name",void 0),de([E({type:Boolean})],e.prototype,"disabled",void 0),de([E()],e.prototype,"helperText",void 0),de([E()],e.prototype,"forceStatus",void 0),de([E({reflect:!0})],e.prototype,"value",void 0),de([J()],e.prototype,"errorMessages",void 0),de([J()],e.prototype,"warningMessages",void 0),de([J()],e.prototype,"status",void 0),de([J()],e.prototype,"focused",void 0),de([J()],e.prototype,"additionalWarningRules",void 0),de([J()],e.prototype,"additionalErrorRules",void 0),e});var to=(t,e)=>{let o=t._$AN;if(o===void 0)return!1;for(let n of o)n._$AO?.(e,!1),to(n,e);return!0},yn=t=>{let e,o;do{if((e=t._$AM)===void 0)break;o=e._$AN,o.delete(t),t=e}while(o?.size===0)},
|
|
85
|
+
`}resolveStatus(){return this.forceStatus?this.forceStatus:this.errorMessages.length?$t.error:this.warningMessages.length?$t.warning:$t.default}processRules(n){return n.map(a=>a(this.value)).filter(a=>a!==!0).map(a=>a)}}return de([E()],e.prototype,"warningRules",void 0),de([E()],e.prototype,"errorRules",void 0),de([E()],e.prototype,"validateOn",void 0),de([E({type:Boolean})],e.prototype,"validateAtRender",void 0),de([E()],e.prototype,"label",void 0),de([E({type:Boolean})],e.prototype,"hideLabel",void 0),de([E()],e.prototype,"name",void 0),de([E({type:Boolean})],e.prototype,"disabled",void 0),de([E()],e.prototype,"helperText",void 0),de([E()],e.prototype,"forceStatus",void 0),de([E({reflect:!0})],e.prototype,"value",void 0),de([J()],e.prototype,"errorMessages",void 0),de([J()],e.prototype,"warningMessages",void 0),de([J()],e.prototype,"status",void 0),de([J()],e.prototype,"focused",void 0),de([J()],e.prototype,"additionalWarningRules",void 0),de([J()],e.prototype,"additionalErrorRules",void 0),e});var to=(t,e)=>{let o=t._$AN;if(o===void 0)return!1;for(let n of o)n._$AO?.(e,!1),to(n,e);return!0},yn=t=>{let e,o;do{if((e=t._$AM)===void 0)break;o=e._$AN,o.delete(t),t=e}while(o?.size===0)},xl=t=>{for(let e;e=t._$AM;t=e){let o=e._$AN;if(o===void 0)e._$AN=o=new Set;else if(o.has(t))break;o.add(t),ef(e)}};function Jp(t){this._$AN!==void 0?(yn(this),this._$AM=t,xl(this)):this._$AM=t}function Qp(t,e=!1,o=0){let n=this._$AH,a=this._$AN;if(a!==void 0&&a.size!==0)if(e)if(Array.isArray(n))for(let i=o;i<n.length;i++)to(n[i],!1),yn(n[i]);else n!=null&&(to(n,!1),yn(n));else to(this,t)}var ef=t=>{t.type==He.CHILD&&(t._$AP??=Qp,t._$AQ??=Jp)},mn=class extends Re{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,o,n){super._$AT(e,o,n),xl(this),this.isConnected=e._$AU}_$AO(e,o=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),o&&(to(this,e),yn(this))}setValue(e){if(hs(this._$Ct))this._$Ct._$AI(e,this);else{let o=[...this._$Ct._$AH];o[this._$Ci]=e,this._$Ct._$AI(o,this,0)}}disconnected(){}reconnected(){}};var vl;(function(t){t.sm="sm",t.md="md",t.lg="lg",t.xl="xl"})(vl||(vl={}));var tf={sm:640,md:768,lg:1024,xl:1280},Ii=class extends mn{constructor(e){super(e),this.size=0,this.onResize=()=>{let o=window.innerWidth;this.size!==o&&(this.size=o,this.lastArgs&&this.setValue(this.render(...this.lastArgs)))},this.size=window.innerWidth,window.addEventListener("resize",this.onResize)}disconnected(){window.removeEventListener("resize",this.onResize)}reconnected(){window.addEventListener("resize",this.onResize)}update(e,[o,n,a]){return this.lastArgs=[o,n,a],this.render(o,n,a)}render(e,o,n){let a=this.resolveThreshold(e),i=n??(()=>V);return this.size>a?o():i()}resolveThreshold(e){return typeof e=="number"?e:tf[e]}},Wv=ke(Ii);var Pi,ki,Di,Mi,Bi=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((Di=(ki=(Pi=window.safari)===null||Pi===void 0?void 0:Pi.pushNotification)===null||ki===void 0?void 0:ki.toString())!==null&&Di!==void 0?Di:"")==="[object SafariRemoteNotification]",rf="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(Mi=window.ftGlobals)!==null&&Mi!==void 0?Mi:{lit:jn,litDecorators:Zn,litRepeat:qn,litClassMap:Yn,litStyleMap:Xn,litUnsafeHTML:Qn,wcUtils:{...ca,...ta,...fa,...wi,...ha,...ya,...xa,...sa,...Da,...Li,...ml,...vi,...ba,...Ha,...Ai,...$a,...Js,...na,...Ga,...va,...ja,...gl,...ec,...Va,...gi,...Ti,...Ma,...Ua,...Oi,...da,isSafari:Bi,isTouchScreen:rf,setVariable:w}};var Ol=Symbol.for(""),of=t=>{if(t?.r===Ol)return t?._$litStatic$},yr=t=>({_$litStatic$:t,r:Ol});var Sl=new Map,Ui=t=>(e,...o)=>{let n=o.length,a,i,s=[],c=[],d,p=0,h=!1;for(;p<n;){for(d=e[p];p<n&&(i=o[p],(a=of(i))!==void 0);)d+=a+e[++p],h=!0;p!==n&&c.push(i),s.push(d),p++}if(p===n&&s.push(e[n]),h){let f=s.join("$$lit$$");(e=Sl.get(f))===void 0&&(s.raw=s,Sl.set(f,e=s)),o=c}return t(e,...o)},mr=Ui(H),N0=Ui(Fn),I0=Ui(Hn);var Be;(function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"})(Be||(Be={}));function Cl(t,e){let o=dt[t];return M`
|
|
86
86
|
${e?Ie(e):M`.ft-typography--${Ie(t)}`} {
|
|
87
87
|
font-family: ${o.fontFamily};
|
|
88
88
|
font-size: ${o.fontSize};
|
|
@@ -92,7 +92,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
92
92
|
text-decoration: ${o.textDecoration};
|
|
93
93
|
text-transform: ${o.textCase};
|
|
94
94
|
}
|
|
95
|
-
`}var
|
|
95
|
+
`}var El=r.extend("--ft-typography-font-family","",G.titleFont),at=r.extend("--ft-typography-font-family","",G.contentFont),B={fontFamily:at,fontSize:r.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:r.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:r.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:r.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:r.create("--ft-typography-text-transform","","UNKNOWN","inherit")},gr={fontFamily:r.extend("--ft-typography-title-font-family","",El),fontSize:r.extend("--ft-typography-title-font-size","",B.fontSize,"20px"),fontWeight:r.extend("--ft-typography-title-font-weight","",B.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-title-letter-spacing","",B.letterSpacing,"0.15px"),lineHeight:r.extend("--ft-typography-title-line-height","",B.lineHeight,"1.2"),textTransform:r.extend("--ft-typography-title-text-transform","",B.textTransform,"inherit")},br={fontFamily:r.extend("--ft-typography-title-dense-font-family","",El),fontSize:r.extend("--ft-typography-title-dense-font-size","",B.fontSize,"14px"),fontWeight:r.extend("--ft-typography-title-dense-font-weight","",B.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-title-dense-letter-spacing","",B.letterSpacing,"0.105px"),lineHeight:r.extend("--ft-typography-title-dense-line-height","",B.lineHeight,"1.7"),textTransform:r.extend("--ft-typography-title-dense-text-transform","",B.textTransform,"inherit")},xr={fontFamily:r.extend("--ft-typography-subtitle1-font-family","",at),fontSize:r.extend("--ft-typography-subtitle1-font-size","",B.fontSize,"16px"),fontWeight:r.extend("--ft-typography-subtitle1-font-weight","",B.fontWeight,"600"),letterSpacing:r.extend("--ft-typography-subtitle1-letter-spacing","",B.letterSpacing,"0.144px"),lineHeight:r.extend("--ft-typography-subtitle1-line-height","",B.lineHeight,"1.5"),textTransform:r.extend("--ft-typography-subtitle1-text-transform","",B.textTransform,"inherit")},vr={fontFamily:r.extend("--ft-typography-subtitle2-font-family","",at),fontSize:r.extend("--ft-typography-subtitle2-font-size","",B.fontSize,"14px"),fontWeight:r.extend("--ft-typography-subtitle2-font-weight","",B.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-subtitle2-letter-spacing","",B.letterSpacing,"0.098px"),lineHeight:r.extend("--ft-typography-subtitle2-line-height","",B.lineHeight,"1.7"),textTransform:r.extend("--ft-typography-subtitle2-text-transform","",B.textTransform,"inherit")},Sr={fontFamily:r.extend("--ft-typography-body1-font-family","",at),fontSize:r.extend("--ft-typography-body1-font-size","",B.fontSize,"16px"),fontWeight:r.extend("--ft-typography-body1-font-weight","",B.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-body1-letter-spacing","",B.letterSpacing,"0.496px"),lineHeight:r.extend("--ft-typography-body1-line-height","",B.lineHeight,"1.5"),textTransform:r.extend("--ft-typography-body1-text-transform","",B.textTransform,"inherit")},Or={fontFamily:r.extend("--ft-typography-body2-font-family","",at),fontSize:r.extend("--ft-typography-body2-font-size","",B.fontSize,"14px"),fontWeight:r.extend("--ft-typography-body2-font-weight","",B.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-body2-letter-spacing","",B.letterSpacing,"0.252px"),lineHeight:r.extend("--ft-typography-body2-line-height","",B.lineHeight,"1.4"),textTransform:r.extend("--ft-typography-body2-text-transform","",B.textTransform,"inherit")},Cr={fontFamily:r.extend("--ft-typography-caption-font-family","",at),fontSize:r.extend("--ft-typography-caption-font-size","",B.fontSize,"12px"),fontWeight:r.extend("--ft-typography-caption-font-weight","",B.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-caption-letter-spacing","",B.letterSpacing,"0.396px"),lineHeight:r.extend("--ft-typography-caption-line-height","",B.lineHeight,"1.33"),textTransform:r.extend("--ft-typography-caption-text-transform","",B.textTransform,"inherit")},Er={fontFamily:r.extend("--ft-typography-breadcrumb-font-family","",at),fontSize:r.extend("--ft-typography-breadcrumb-font-size","",B.fontSize,"10px"),fontWeight:r.extend("--ft-typography-breadcrumb-font-weight","",B.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-breadcrumb-letter-spacing","",B.letterSpacing,"0.33px"),lineHeight:r.extend("--ft-typography-breadcrumb-line-height","",B.lineHeight,"1.6"),textTransform:r.extend("--ft-typography-breadcrumb-text-transform","",B.textTransform,"inherit")},Ar={fontFamily:r.extend("--ft-typography-overline-font-family","",at),fontSize:r.extend("--ft-typography-overline-font-size","",B.fontSize,"10px"),fontWeight:r.extend("--ft-typography-overline-font-weight","",B.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-overline-letter-spacing","",B.letterSpacing,"1.5px"),lineHeight:r.extend("--ft-typography-overline-line-height","",B.lineHeight,"1.6"),textTransform:r.extend("--ft-typography-overline-text-transform","",B.textTransform,"uppercase")},Ve={fontFamily:r.extend("--ft-typography-button-font-family","",at),fontSize:r.extend("--ft-typography-button-font-size","",B.fontSize,"14px"),fontWeight:r.extend("--ft-typography-button-font-weight","",B.fontWeight,"600"),letterSpacing:r.extend("--ft-typography-button-letter-spacing","",B.letterSpacing,"1.246px"),lineHeight:r.extend("--ft-typography-button-line-height","",B.lineHeight,"1.15"),textTransform:r.extend("--ft-typography-button-text-transform","",B.textTransform,"uppercase")},Al=M`
|
|
96
96
|
.ft-typography--title {
|
|
97
97
|
font-family: ${gr.fontFamily};
|
|
98
98
|
font-size: ${gr.fontSize};
|
|
@@ -101,7 +101,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
101
101
|
line-height: ${gr.lineHeight};
|
|
102
102
|
text-transform: ${gr.textTransform};
|
|
103
103
|
}
|
|
104
|
-
`,
|
|
104
|
+
`,wl=M`
|
|
105
105
|
.ft-typography--title-dense {
|
|
106
106
|
font-family: ${br.fontFamily};
|
|
107
107
|
font-size: ${br.fontSize};
|
|
@@ -110,7 +110,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
110
110
|
line-height: ${br.lineHeight};
|
|
111
111
|
text-transform: ${br.textTransform};
|
|
112
112
|
}
|
|
113
|
-
`,
|
|
113
|
+
`,Rl=M`
|
|
114
114
|
.ft-typography--subtitle1 {
|
|
115
115
|
font-family: ${xr.fontFamily};
|
|
116
116
|
font-size: ${xr.fontSize};
|
|
@@ -119,7 +119,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
119
119
|
line-height: ${xr.lineHeight};
|
|
120
120
|
text-transform: ${xr.textTransform};
|
|
121
121
|
}
|
|
122
|
-
`,
|
|
122
|
+
`,Tl=M`
|
|
123
123
|
.ft-typography--subtitle2 {
|
|
124
124
|
font-family: ${vr.fontFamily};
|
|
125
125
|
font-size: ${vr.fontSize};
|
|
@@ -129,7 +129,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
129
129
|
text-transform: ${vr.textTransform};
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
`,
|
|
132
|
+
`,_l=M`
|
|
133
133
|
.ft-typography--body1 {
|
|
134
134
|
font-family: ${Sr.fontFamily};
|
|
135
135
|
font-size: ${Sr.fontSize};
|
|
@@ -138,7 +138,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
138
138
|
line-height: ${Sr.lineHeight};
|
|
139
139
|
text-transform: ${Sr.textTransform};
|
|
140
140
|
}
|
|
141
|
-
`,
|
|
141
|
+
`,Ll=M`
|
|
142
142
|
.ft-typography--body2 {
|
|
143
143
|
font-family: ${Or.fontFamily};
|
|
144
144
|
font-size: ${Or.fontSize};
|
|
@@ -147,7 +147,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
147
147
|
line-height: ${Or.lineHeight};
|
|
148
148
|
text-transform: ${Or.textTransform};
|
|
149
149
|
}
|
|
150
|
-
`,
|
|
150
|
+
`,Nl=M`
|
|
151
151
|
.ft-typography--caption {
|
|
152
152
|
font-family: ${Cr.fontFamily};
|
|
153
153
|
font-size: ${Cr.fontSize};
|
|
@@ -156,7 +156,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
156
156
|
line-height: ${Cr.lineHeight};
|
|
157
157
|
text-transform: ${Cr.textTransform};
|
|
158
158
|
}
|
|
159
|
-
`,
|
|
159
|
+
`,Il=M`
|
|
160
160
|
.ft-typography--breadcrumb {
|
|
161
161
|
font-family: ${Er.fontFamily};
|
|
162
162
|
font-size: ${Er.fontSize};
|
|
@@ -165,7 +165,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
165
165
|
line-height: ${Er.lineHeight};
|
|
166
166
|
text-transform: ${Er.textTransform};
|
|
167
167
|
}
|
|
168
|
-
`,
|
|
168
|
+
`,Pl=M`
|
|
169
169
|
.ft-typography--overline {
|
|
170
170
|
font-family: ${Ar.fontFamily};
|
|
171
171
|
font-size: ${Ar.fontSize};
|
|
@@ -174,7 +174,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
174
174
|
line-height: ${Ar.lineHeight};
|
|
175
175
|
text-transform: ${Ar.textTransform};
|
|
176
176
|
}
|
|
177
|
-
`,
|
|
177
|
+
`,kl=M`
|
|
178
178
|
.ft-typography--button {
|
|
179
179
|
font-family: ${Ve.fontFamily};
|
|
180
180
|
font-size: ${Ve.fontSize};
|
|
@@ -183,11 +183,11 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
183
183
|
line-height: ${Ve.lineHeight};
|
|
184
184
|
text-transform: ${Ve.textTransform};
|
|
185
185
|
}
|
|
186
|
-
`,
|
|
186
|
+
`,Dl=M`
|
|
187
187
|
.ft-typography {
|
|
188
188
|
vertical-align: inherit;
|
|
189
189
|
}
|
|
190
|
-
`,
|
|
190
|
+
`,Ml=[Object.keys(dt).map(t=>Cl(t))];var Bl=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},Ee=class extends K{constructor(){super(...arguments),this.variant=Be.body1}render(){return this.element?mr`
|
|
191
191
|
<${yr(this.element)}
|
|
192
192
|
part="text"
|
|
193
193
|
class="ft-typography ft-typography--${this.variant}">
|
|
@@ -195,7 +195,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
195
195
|
</${yr(this.element)}>
|
|
196
196
|
`:mr`
|
|
197
197
|
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
198
|
-
`}};Ee.styles=[
|
|
198
|
+
`}};Ee.styles=[Al,wl,Rl,Tl,_l,Ll,Nl,Il,Pl,kl,Dl,...Ml];Bl([E()],Ee.prototype,"element",void 0);Bl([E()],Ee.prototype,"variant",void 0);var xt;(function(t){t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"})(xt||(xt={}));function nf(t,e){let o=dt[t];return M`
|
|
199
199
|
${e?Ie(e):M`.ftds-typography--${Ie(t)}`} {
|
|
200
200
|
font-family: ${o.fontFamily};
|
|
201
201
|
font-size: ${o.fontSize};
|
|
@@ -205,7 +205,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
205
205
|
text-decoration: ${o.textDecoration};
|
|
206
206
|
text-transform: ${o.textCase};
|
|
207
207
|
}
|
|
208
|
-
`}var
|
|
208
|
+
`}var Ul=[Object.keys(dt).map(t=>nf(t))];var $l=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},it=class extends K{constructor(){super(...arguments),this.variant=xt.body2medium}render(){return this.element?mr`
|
|
209
209
|
<${yr(this.element)}
|
|
210
210
|
part="text"
|
|
211
211
|
class="ftds-typography ftds-typography--${this.variant}">
|
|
@@ -213,7 +213,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
213
213
|
</${yr(this.element)}>
|
|
214
214
|
`:mr`
|
|
215
215
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
216
|
-
`}};it.styles=[...
|
|
216
|
+
`}};it.styles=[...Ul];$l([E()],it.prototype,"element",void 0);$l([E()],it.prototype,"variant",void 0);re("ft-typography")(Ee);re("ftds-typography")(it);var gn;(function(t){t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.BOOKS="",t.MENU="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.HOME="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.EXPORT="",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.USER="",t.EXTLINK="",t.CALENDAR="",t.OFFLINE="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.STAR_PLAIN="",t.TOPICS="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.CLOSE="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN="",t.ADMIN_KHUB="",t.ADMIN_THEME="",t.ADMIN_USERS="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.INFO="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.FACET_HAS_DESCENDANT="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.THIN_ARROW="",t.SIGN_IN="",t.LOGOUT="",t.TRANSLATE="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.ARTICLE="",t.COLUMNS="",t.ANALYTICS="",t.COLLECTIONS="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SEARCH_IN_PUBLICATION="",t.COPY_TO_CLIPBOARD="",t.SHARED_PBK="",t.ATTACHMENTS="",t.STRIPE_ARROW_LEFT="",t.STRIPE_ARROW_RIGHT="",t.FILTERS="",t.DOT="",t.MINUS="",t.PLUS="",t.MAILS_AND_NOTIFICATIONS="",t.SAVE="",t.LOCKER="",t.ADMIN_INTEGRATION="",t.SYNC="",t.TAG="",t.BOOK_PLAIN="",t.UPLOAD="",t.ONLINE="",t.TAG_PLAIN="",t.ACCOUNT_SETTINGS="",t.PRINT="",t.DEFAULT_ROLES="",t.SHORTCUT_MENU="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.PAUSE="",t.PLAY="",t.ADMIN_PORTAL="",t.STAR="",t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.FEEDBACK_PLAIN="",t.RATE_PLAIN="",t.RATE="",t.OFFLINE_SETTINGS="",t.MY_COLLECTIONS="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.RESET="",t.MY_LIBRARY="",t.UNSTRUCTURED_DOC="",t.CONTEXTUAL="",t.THIN_ARROW_UP="",t.ARROW_RIGHT_TO_LINE="",t.DESKTOP="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.LINE_CHART="",t.STACKED_CHART="",t.CHART_BAR_STACKED="",t.CHART_BAR_GROUPED="",t.EYE_SLASH="",t.X_MARK="",t.EXPAND_WIDE="",t.PIP="",t.PIP_WIDE="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.EXTLINK_LIGHT="",t.CLONE="",t.CLONE_LINK_SIMPLE="",t.CHART_BAR_NORMALIZED="",t.CONSUMER="",t.OCTAGON_XMARK="",t.HOURGLASS_HALF="",t.CLOCK="",t.CLOCK_THREE="",t.CALENDAR_DAY="",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="",t.WAND_MAGIC_SPARKLES="",t.PAPER_PLANE="",t.CIRCLE_STOP="",t.ARROW_ROTATE_RIGHT="",t.ARROWS_ROTATE="",t.ALIGN_RIGHT="",t.FORMAT_CLEAR="",t.ALIGN_CENTER="",t.ALIGN_LEFT="",t.PALETTE="",t.BOLD="",t.ITALIC="",t.UNDERLINE="",t.STRIKETHROUGH="",t.LINK_SIMPLE_SLASH="",t.LINK_SIMPLE="",t.ROUTE="",t.CIRCLE_USER_SLASH="",t.CIRCLE_USER_CHECK="",t.LIST_MAGNIFYING_GLASS="",t.MEDAL="",t.THUMBS_UP_THUMBS_DOWN_SOLID="",t.ARROW_TURN_DOWN_RIGHT="",t.FLASK="",t.LOCK_KEYHOLE_OPEN_SOLID="",t.HOURGLASS_END="",t.CIRCLE_QUESTION="",t.GRIP_LINES_SOLID="",t.TRANSLATE_SPARKLE_SOLID="",t.CODE="",t.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="",t.PAPER_PLANE_SLASH="",t.COMPRESS="",t.EXPAND="",t.ARROW_ROTATE_LEFT="",t.EYE="",t.SHARE="󨃱",t.MOBILE_SMALL="",t.SPARKLES="",t.HAND_SOLID="",t.CLOCK_SOLID="",t.CONTEXT_MENU_CURSOR="",t.LANGUAGE_SLASH="",t.MAGNIFYING_GLASS_FLOPPY_DISK="",t.CABINET_FILING_FLOPPY_DISK="",t.BOOKMARK_SLASH="",t.CIRCLE_PAUSE="",t.CIRCLE_PLAY="",t.CIRCLE_STOP_PLAIN="",t.CLOUD_ARROW_DOWN="",t.SHARE_NODES="",t.BELL="",t.BELL_SLASH="",t.FILE="",t.HAND="",t.SQUARE_INFO_SOLID="",t.FILE_CODE="",t.BOX_CODE=""})(gn||(gn={}));var L;(function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""})(L||(L={}));var fO=new Map([...["abw"].map(t=>[t,L.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(t=>[t,L.AUDIO]),...["avi"].map(t=>[t,L.AVI]),...["chm","xhs"].map(t=>[t,L.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(t=>[t,L.CODE]),...["csv"].map(t=>[t,L.CSV]),...["dita","ditamap","ditaval"].map(t=>[t,L.DITA]),...["epub"].map(t=>[t,L.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(t=>[t,L.EXCEL]),...["flac"].map(t=>[t,L.FLAC]),...["gif"].map(t=>[t,L.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(t=>[t,L.GZIP]),...["html","htm","xhtml"].map(t=>[t,L.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(t=>[t,L.IMAGE]),...["jpeg","jpg","jpe"].map(t=>[t,L.JPEG]),...["json"].map(t=>[t,L.JSON]),...["m4a","m4p"].map(t=>[t,L.M4A]),...["mov","qt"].map(t=>[t,L.MOV]),...["mp3"].map(t=>[t,L.MP3]),...["mp4","m4v"].map(t=>[t,L.MP4]),...["ogg","oga"].map(t=>[t,L.OGG]),...["pdf","ps"].map(t=>[t,L.PDF]),...["png"].map(t=>[t,L.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(t=>[t,L.POWERPOINT]),...["rar"].map(t=>[t,L.RAR]),...["stp"].map(t=>[t,L.STP]),...["txt","rtf","md","mdown"].map(t=>[t,L.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(t=>[t,L.VIDEO]),...["wav"].map(t=>[t,L.WAV]),...["wma"].map(t=>[t,L.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(t=>[t,L.WORD]),...["xml","xsl","rdf"].map(t=>[t,L.XML]),...["yaml","yml","x-yaml"].map(t=>[t,L.YAML]),...["zip"].map(t=>[t,L.ZIP])]);var hO={[L.ABW]:"#91ABC6",[L.AUDIO]:"#1795E3",[L.AVI]:"#E63324",[L.CHM]:"#71C3EB",[L.CODE]:"#71C3EB",[L.CSV]:"#1F7345",[L.DITA]:"#71C3EB",[L.EPUB]:"#85B926",[L.EXCEL]:"#1F7345",[L.FLAC]:"#1795E3",[L.GIF]:"#59B031",[L.GZIP]:"#F8AB36",[L.HTML]:"#71C3EB",[L.IMAGE]:"#59B031",[L.JPEG]:"#59B031",[L.JSON]:"#71C3EB",[L.M4A]:"#1795E3",[L.MOV]:"#E63324",[L.MP3]:"#1795E3",[L.MP4]:"#E63324",[L.OGG]:"#1795E3",[L.PDF]:"#E44948",[L.PNG]:"#59B031",[L.POWERPOINT]:"#B54A2B",[L.RAR]:"#F8AB36",[L.STP]:"#3764B1",[L.TEXT]:"#3162AB",[L.UNKNOWN]:"#999999",[L.VIDEO]:"#E63324",[L.WAV]:"#1795E3",[L.WMA]:"#1795E3",[L.WORD]:"#3162AB",[L.XML]:"#71C3EB",[L.YAML]:"#71C3EB",[L.ZIP]:"#F8AB36"};var he={size:r.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:r.extend("--ft-icon-fluid-topics-font-family","",r.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:r.extend("--ft-icon-file-format-font-family","",r.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:r.extend("--ft-icon-material-font-family","",r.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:r.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Fl=[M`
|
|
217
217
|
:host, i.ft-icon {
|
|
218
218
|
display: inline-flex;
|
|
219
219
|
align-items: center;
|
|
@@ -266,7 +266,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
266
266
|
${Jn(this.resolvedIcon)}
|
|
267
267
|
<slot ?hidden=${o}></slot>
|
|
268
268
|
</i>
|
|
269
|
-
`}getTextContent(){var e,o;return(o=(e=this.slottedContent)===null||e===void 0?void 0:e.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&o!==void 0?o:""}update(e){super.update(e),["value","variant"].some(o=>e.has(o))&&this.resolveIcon()}resolveIcon(){var e,o;let n=this.value||this.getTextContent();switch(this.variant){case Ke.file_format:this.resolvedIcon=(e=L[n.replace("-","_").toUpperCase()])!==null&&e!==void 0?e:n;break;case Ke.material:this.resolvedIcon=this.value||V;break;default:this.resolvedIcon=(o=gn[n.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:n;break}}firstUpdated(e){super.firstUpdated(e),setTimeout(()=>this.resolveIcon())}};ye.elementDefinitions={};ye.styles
|
|
269
|
+
`}getTextContent(){var e,o;return(o=(e=this.slottedContent)===null||e===void 0?void 0:e.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&o!==void 0?o:""}update(e){super.update(e),["value","variant"].some(o=>e.has(o))&&this.resolveIcon()}resolveIcon(){var e,o;let n=this.value||this.getTextContent();switch(this.variant){case Ke.file_format:this.resolvedIcon=(e=L[n.replace("-","_").toUpperCase()])!==null&&e!==void 0?e:n;break;case Ke.material:this.resolvedIcon=this.value||V;break;default:this.resolvedIcon=(o=gn[n.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:n;break}}firstUpdated(e){super.firstUpdated(e),setTimeout(()=>this.resolveIcon())}};ye.elementDefinitions={};ye.styles=Fl;ro([E()],ye.prototype,"variant",void 0);ro([E()],ye.prototype,"value",void 0);ro([E({reflect:!0,attribute:"aria-hidden"})],ye.prototype,"ariaHidden",void 0);ro([J()],ye.prototype,"resolvedIcon",void 0);ro([ge("slot")],ye.prototype,"slottedContent",void 0);re("ft-icon")(ye);var Hl=r.extend("--ft-ripple-color","",G.colorContent),_={color:Hl,backgroundColor:r.extend("--ft-ripple-background-color","",Hl),opacityContentOnSurfacePressed:r.external(G.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:r.external(G.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:r.external(G.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:r.external(G.opacityContentOnSurfaceSelected,"Design system"),borderRadius:r.create("--ft-ripple-border-radius","","SIZE","0px")},Wl=r.extend("--ft-ripple-color","",G.colorPrimary),zl={color:Wl,backgroundColor:r.extend("--ft-ripple-background-color","",Wl)},Gl=r.extend("--ft-ripple-color","",G.colorSecondary),jl={color:Gl,backgroundColor:r.extend("--ft-ripple-background-color","",Gl)},Vl=M`
|
|
270
270
|
:host {
|
|
271
271
|
display: contents;
|
|
272
272
|
}
|
|
@@ -321,19 +321,19 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
321
321
|
}
|
|
322
322
|
|
|
323
323
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
324
|
-
background-color: ${
|
|
324
|
+
background-color: ${jl.backgroundColor};
|
|
325
325
|
}
|
|
326
326
|
|
|
327
327
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
328
|
-
background-color: ${
|
|
328
|
+
background-color: ${jl.color};
|
|
329
329
|
}
|
|
330
330
|
|
|
331
331
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
332
|
-
background-color: ${
|
|
332
|
+
background-color: ${zl.backgroundColor};
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
336
|
-
background-color: ${
|
|
336
|
+
background-color: ${zl.color};
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
.ft-ripple .ft-ripple--background {
|
|
@@ -378,7 +378,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
378
378
|
opacity: ${_.opacityContentOnSurfacePressed};
|
|
379
379
|
transform: translate(-50%, -50%) scale(1);
|
|
380
380
|
}
|
|
381
|
-
`;var ee={color:r.extend("--ft-loader-color","",G.colorPrimary),size:r.create("--ft-loader-size","","SIZE","80px")},
|
|
381
|
+
`;var ee={color:r.extend("--ft-loader-color","",G.colorPrimary),size:r.create("--ft-loader-size","","SIZE","80px")},Kl=M`
|
|
382
382
|
:host {
|
|
383
383
|
line-height: 0;
|
|
384
384
|
}
|
|
@@ -447,7 +447,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
447
447
|
transform: translate(calc(0.35 * ${ee.size}), 0);
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
|
-
`;var
|
|
450
|
+
`;var Zl=r.extend("--ft-button-color","",G.colorPrimary),oe={backgroundColor:r.extend("--ft-button-background-color","",G.colorSurface),borderRadius:r.extend("--ft-button-border-radius","",G.borderRadiusL),color:Zl,fontSize:r.extend("--ft-button-font-size","",Ve.fontSize),iconSize:r.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:r.extend("--ft-button-ripple-color","",Zl),verticalPadding:r.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:r.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:r.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:r.external(G.colorOpacityDisabled,"Design system")},ql=r.extend("--ft-button-primary-color","",r.extend("--ft-button-color","",G.colorOnPrimary)),$i={backgroundColor:r.extend("--ft-button-primary-background-color","",r.extend("--ft-button-background-color","",G.colorPrimary)),color:ql,rippleColor:r.extend("--ft-button-primary-ripple-color","",ql)},Ze={borderRadius:r.extend("--ft-button-dense-border-radius","",r.extend("--ft-button-border-radius","",G.borderRadiusM)),verticalPadding:r.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:r.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:r.create("--ft-button-dense-icon-padding","","SIZE","4px")},Yl=[M`
|
|
451
451
|
:host {
|
|
452
452
|
display: inline-block;
|
|
453
453
|
max-width: 100%;
|
|
@@ -595,7 +595,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
595
595
|
<div class="ft-ripple--background"></div>
|
|
596
596
|
<div class="ft-ripple--effect"></div>
|
|
597
597
|
</div>
|
|
598
|
-
`}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var o,n;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(o=this.target)===null||o===void 0||o.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 e,o;let n=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;n&&this.setupFor((o=this.target)!==null&&o!==void 0?o:n)}forceFocusUpdate(){var e;!((e=this.target)===null||e===void 0)&&e.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let o=(...c)=>d=>{c.forEach(p=>window.addEventListener(p,this.endPress,{once:!0})),this.startPress(d)},n=o("mouseup","contextmenu"),a=o("touchend","touchcancel"),i=c=>{["Enter"," "].includes(c.key)&&o("keyup")(c)},s={passive:!0};e.addEventListener("mouseover",this.startHover,s),e.addEventListener("mousemove",this.moveRipple,s),e.addEventListener("mouseleave",this.endHover,s),e.addEventListener("mousedown",n,s),e.addEventListener("touchstart",a,s),e.addEventListener("touchmove",this.moveRipple,s),e.addEventListener("keydown",i,s),e.addEventListener("focus",this.startFocus,s),e.addEventListener("blur",this.endFocus,s),e.addEventListener("focusin",this.startFocus,s),e.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{e.removeAttribute("data-is-ft-ripple-target"),e.removeEventListener("mouseover",this.startHover,s),e.removeEventListener("mousemove",this.moveRipple,s),e.removeEventListener("mouseleave",this.endHover,s),e.removeEventListener("mousedown",n,s),e.removeEventListener("touchstart",a,s),e.removeEventListener("touchmove",this.moveRipple,s),e.removeEventListener("keydown",i,s),e.removeEventListener("focus",this.startFocus,s),e.removeEventListener("blur",this.endFocus,s),e.removeEventListener("focusin",this.startFocus,s),e.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(e){let o=e,n=e,a,i;return o.x!=null?{x:a,y:i}=o:n.touches!=null&&(a=n.touches[0].clientX,i=n.touches[0].clientY),{x:a,y:i}}isFocusVisible(e){return e instanceof HTMLElement?e.matches(":focus-visible"):!0}isIgnored(e){if(this.disabled)return!0;if(e!=null)for(let o of e.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};te.elementDefinitions={};te.styles=
|
|
598
|
+
`}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var o,n;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(o=this.target)===null||o===void 0||o.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 e,o;let n=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;n&&this.setupFor((o=this.target)!==null&&o!==void 0?o:n)}forceFocusUpdate(){var e;!((e=this.target)===null||e===void 0)&&e.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let o=(...c)=>d=>{c.forEach(p=>window.addEventListener(p,this.endPress,{once:!0})),this.startPress(d)},n=o("mouseup","contextmenu"),a=o("touchend","touchcancel"),i=c=>{["Enter"," "].includes(c.key)&&o("keyup")(c)},s={passive:!0};e.addEventListener("mouseover",this.startHover,s),e.addEventListener("mousemove",this.moveRipple,s),e.addEventListener("mouseleave",this.endHover,s),e.addEventListener("mousedown",n,s),e.addEventListener("touchstart",a,s),e.addEventListener("touchmove",this.moveRipple,s),e.addEventListener("keydown",i,s),e.addEventListener("focus",this.startFocus,s),e.addEventListener("blur",this.endFocus,s),e.addEventListener("focusin",this.startFocus,s),e.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{e.removeAttribute("data-is-ft-ripple-target"),e.removeEventListener("mouseover",this.startHover,s),e.removeEventListener("mousemove",this.moveRipple,s),e.removeEventListener("mouseleave",this.endHover,s),e.removeEventListener("mousedown",n,s),e.removeEventListener("touchstart",a,s),e.removeEventListener("touchmove",this.moveRipple,s),e.removeEventListener("keydown",i,s),e.removeEventListener("focus",this.startFocus,s),e.removeEventListener("blur",this.endFocus,s),e.removeEventListener("focusin",this.startFocus,s),e.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(e){let o=e,n=e,a,i;return o.x!=null?{x:a,y:i}=o:n.touches!=null&&(a=n.touches[0].clientX,i=n.touches[0].clientY),{x:a,y:i}}isFocusVisible(e){return e instanceof HTMLElement?e.matches(":focus-visible"):!0}isIgnored(e){if(this.disabled)return!0;if(e!=null)for(let o of e.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};te.elementDefinitions={};te.styles=Vl;xe([E({type:Boolean})],te.prototype,"primary",void 0);xe([E({type:Boolean})],te.prototype,"secondary",void 0);xe([E({type:Boolean})],te.prototype,"unbounded",void 0);xe([E({type:Boolean})],te.prototype,"activated",void 0);xe([E({type:Boolean})],te.prototype,"selected",void 0);xe([E({type:Boolean})],te.prototype,"disabled",void 0);xe([J()],te.prototype,"hovered",void 0);xe([J()],te.prototype,"focused",void 0);xe([J()],te.prototype,"pressed",void 0);xe([J()],te.prototype,"rippling",void 0);xe([J()],te.prototype,"originX",void 0);xe([J()],te.prototype,"originY",void 0);xe([ge(".ft-ripple")],te.prototype,"ripple",void 0);xe([ge(".ft-ripple--effect")],te.prototype,"rippleEffect",void 0);re("ft-ripple")(te);var wr={distance:r.create("--ft-tooltip-distance","","SIZE","4px"),color:r.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:r.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:r.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:r.extend("--ft-tooltip-border-radius","",G.borderRadiusS),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},Xl=M`
|
|
599
599
|
.ft-tooltip--container {
|
|
600
600
|
display: block;
|
|
601
601
|
}
|
|
@@ -624,10 +624,10 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
624
624
|
position: relative;
|
|
625
625
|
word-break: break-word;
|
|
626
626
|
}
|
|
627
|
-
`;var
|
|
628
|
-
`;var af="ft-app-info",Ft=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};Ft.eventName="authentication-change";var sf={session:(t,e)=>{ve(t.session,e.payload)||(t.session=e.payload,setTimeout(()=>P.dispatchEvent(new Ft(e.payload)),0))}},P=Mt.get({name:af,reducers:sf,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var Ht=class t{static get(e){let{baseUrl:o,apiIntegrationIdentifier:n}=P.getState(),a=e??n;if(o&&a&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(o,a,!0)}static await(e){return new Promise(o=>{let n=t.get(e);if(n)o(n);else{let a=P.subscribe(()=>{n=t.get(e),n&&(a(),o(n))})}})}};var bn=class{constructor(e){this.overrideApi=e}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:Ht.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):Ht.await()}};var Ae=class extends bn{constructor(e=!0,o){var n;super(o),this.sortObjectFields=(i,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([c],[d])=>c.localeCompare(d)));let a=this.constructor;a.commonCache=(n=a.commonCache)!==null&&n!==void 0?n:new We,this.cache=e?a.commonCache:new We}clearCache(){this.cache.clearAll()}hash(e){return String(Array.from(JSON.stringify(e,this.sortObjectFields)).reduce((o,n)=>0|31*o+n.charCodeAt(0),0))}};var xn=class extends Ae{async listMyBookmarks(){let e=P.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),5*60*1e3):[]}};var Fi=class{addCommand(e,o=!1){P.commands.add(e,o)}consumeCommand(e){return P.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new Fi;var Jl,Rr=class extends CustomEvent{constructor(e){super("ft-i18n-context-loaded",{detail:e})}},cf=Symbol("clearAfterUnitTest"),vn=class extends Eo(Ae){constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Jl]=()=>{this.defaultMessages={},this.cache=new We,this.listeners={}},this.currentUiLocale=P.getState().uiLocale,P.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=P.getState();this.currentUiLocale!==e&&(this.currentUiLocale=e,this.cache.clearAll(),this.notifyAll())}addContext(e){let o=e.name.toLowerCase();this.cache.setFinal(o,e),this.notify(o)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(e,o){var n;if(e=e.toLowerCase(),o&&Object.keys(o).length>0){let a={...(n=this.defaultMessages[e])!==null&&n!==void 0?n:{},...o};ve(this.defaultMessages[e],a)||(this.defaultMessages[e]=a,await this.notify(e))}return this.fetchContext(e)}resolveContext(e){var o,n;return this.fetchContext(e),(n=(o=this.cache.getNow(e))===null||o===void 0?void 0:o.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(e,o){let n=e.toLowerCase();return this.resolveContext(n)[o]}resolveMessage(e,o,...n){var a;let i=e.toLowerCase(),s=this.resolveContext(i);return new Zr((a=this.defaultMessages[i])!==null&&a!==void 0?a:{},s).resolve(o,...n)}async fetchContext(e){let o=!this.cache.has(e),n;try{n=await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),o&&await this.notify(e)}catch(a){!(a instanceof wt)&&o&&console.error(a)}return n}subscribe(e,o){var n;return e=e.toLowerCase(),this.listeners[e]=(n=this.listeners[e])!==null&&n!==void 0?n:new Set,this.listeners[e].add(o),()=>{var a;return(a=this.listeners[e])===null||a===void 0?void 0:a.delete(o)}}async notifyAll(){let e=Object.keys(this.listeners);document.body.dispatchEvent(new Rr({loadedContexts:e})),this.dispatchEvent(new Rr({loadedContexts:e})),await Promise.all(e.map(o=>this.notify(o,!1)))}async notify(e,o=!0){o&&(document.body.dispatchEvent(new Rr({loadedContexts:[e]})),this.dispatchEvent(new Rr({loadedContexts:[e]}))),this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(n=>Oo(0).then(()=>n()).catch(()=>null)))}};Jl=cf;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends vn{constructor(){super(async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends vn{constructor(){super(async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e))}});var oo=window.FluidTopicsI18nService,Hi=window.FluidTopicsCustomI18nService;var Wi=class{highlightHtml(e,o,n){za(e,o,n)}};window.FluidTopicsHighlightHtmlService=new Wi;var Sn=class extends Ae{async listMySearches(){let{session:e}=P.getState();return pl(e,ne.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),5*60*1e3):[]}};var zi=class{isDate(e){var o,n,a,i;return(i=(a=((n=(o=P.getState().metadataConfiguration)===null||o===void 0?void 0:o.descriptors)!==null&&n!==void 0?n:[]).find(c=>c.key===e))===null||a===void 0?void 0:a.date)!==null&&i!==void 0?i:!1}format(e,o){var n,a,i;return Bt.format(e,(n=o?.locale)!==null&&n!==void 0?n:P.getState().uiLocale,(a=o?.longFormat)!==null&&a!==void 0?a:!1,(i=o?.withTime)!==null&&i!==void 0?i:!1)}};window.FluidTopicsDateService=new zi;var no=class{static get(e,o){var n,a;let i=P.getState(),{lang:s,region:c}=(a=(n=i.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&a!==void 0?a:{lang:"en",region:"US"};return new fr(i.baseUrl,e??20,i.searchInAllLanguagesAllowed,o??`${s}-${c}`)}};var Gi=class{urlToSearchRequest(e){return no.get().parse(e)}searchRequestToUrl(e){return no.get().serialize(e)}};window.FluidTopicsUrlService=new Gi;var Wt=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:{currentItem:e}})}};Wt.eventName="change";var ji=class{itemName(e){return`fluid-topics-history-item-${e}`}get(e){let o=sessionStorage.getItem(this.itemName(e));return o?JSON.parse(o):void 0}set(e,o){sessionStorage.setItem(this.itemName(e),JSON.stringify(o))}},Ql=new ji;var On=class t extends Qe{static build(){return new t(window.history,Ql,()=>window.location,!1)}constructor(e,o,n,a){var i,s;super(),this.history=e,this.historyStorage=o,this.windowLocation=n,this.states=[],this.realPushState=e.pushState,this.realReplaceState=e.replaceState,this.initialIndex=(s=(i=e.state)===null||i===void 0?void 0:i.index)!==null&&s!==void 0?s:e.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(a)}setCurrentState(e,o=!1){let n=o&&this.currentIndex===e.index-1;this.currentState={...this.buildCurrentState(),...e},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),ve(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new Wt(this.currentItem())),0)}installProxies(){let e=o=>(n,a,[i,s,c])=>{let d=o(),p={...d===this.currentIndex?this.currentState:void 0,...i,index:d,href:typeof c=="string"?c:(c??this.windowLocation()).href};n.apply(a,[p,s,c]),this.setCurrentState(p,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:e(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:e(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",e=>this.setCurrentState(e.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(e){for(let o=this.history.length-1;o>=0;o--)e?this.states[o]=this.historyStorage.get(o):setTimeout(()=>this.states[o]=this.historyStorage.get(o),this.history.length-o)}updateCurrentState(e){var o;let n={...this.buildCurrentState(),...e,index:this.currentIndex,title:(o=e?.title)!==null&&o!==void 0?o:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(e){this.addEventListener(Wt.eventName,e)}removeHistoryChangeListener(e){this.removeEventListener(Wt.eventName,e)}currentItem(){return Ur(this.currentState)}back(){let e=this.previousDifferentMajorPosition();e>=0?this.history.go(e-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return Ur(this.states[this.previousDifferentMajorPosition()])}previousDifferentMajorPosition(){let e=this.currentIndex>0?this.currentIndex-1:0;for(;e>0&&!this.isDifferentMajorState(e);)e--;return e}forward(){let e=this.nextMajorPosition();e&&e<this.states.length?this.history.go(e-this.currentIndex):this.history.forward()}forwardItem(){let e=this.nextMajorPosition();if(e)return Ur(this.states[e])}nextMajorPosition(){let e=this.currentIndex;if(!(e>=this.states.length)){do e++;while(e<this.states.length&&!this.isDifferentMajorState(e));return this.getHigherPositionInTheSameState(e)}}getHigherPositionInTheSameState(e){var o;let n=(o=this.states[e])===null||o===void 0?void 0:o.majorStateId;if(!n)return e;let a=e,i=e+1;for(;this.states.length>i&&!this.isDifferentMajorState(i,n);)this.hasState(i)&&(a=i),i++;return a}buildCurrentState(){var e,o;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(o=(e=this.history.state)===null||e===void 0?void 0:e.title)!==null&&o!==void 0?o:document.title}}hasState(e){return this.states[e]!=null}isDifferentMajorState(e,o){var n;if(!this.hasState(e))return!1;let a=o??this.currentState.majorStateId,i=(n=this.states[e])===null||n===void 0?void 0:n.majorStateId;return i==null||i!=a}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=On.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),addHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(t),removeHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(t)});var ed=P;function td(t,e){var o;return ed.getState().authenticationRequired&&!(!((o=ed.getState().session)===null||o===void 0)&&o.sessionAuthenticated)?Promise.resolve(e):t()}var ae=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},X=class extends K{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.apiIntegrationAppVersion="ft-integration-app-version",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.apiProvider=()=>Ht.get(),this.authenticationRequired=!1,this.messageContexts=[],this.cache=new We,this.cleanSessionDebouncer=new Se,this.reloadConfiguration=()=>{this.cache.clear("availableContentLocales"),this.updateAvailableContentLocales()}}render(){return H`
|
|
627
|
+
`;var Jl=M`
|
|
628
|
+
`;var af="ft-app-info",Ft=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};Ft.eventName="authentication-change";var sf={session:(t,e)=>{ve(t.session,e.payload)||(t.session=e.payload,setTimeout(()=>P.dispatchEvent(new Ft(e.payload)),0))}},P=Mt.get({name:af,reducers:sf,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var Ht=class t{static get(e){let{baseUrl:o,apiIntegrationIdentifier:n}=P.getState(),a=e??n;if(o&&a&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(o,a,!0)}static await(e){return new Promise(o=>{let n=t.get(e);if(n)o(n);else{let a=P.subscribe(()=>{n=t.get(e),n&&(a(),o(n))})}})}};var bn=class{constructor(e){this.overrideApi=e}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:Ht.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):Ht.await()}};var Ae=class extends bn{constructor(e=!0,o){var n;super(o),this.sortObjectFields=(i,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([c],[d])=>c.localeCompare(d)));let a=this.constructor;a.commonCache=(n=a.commonCache)!==null&&n!==void 0?n:new We,this.cache=e?a.commonCache:new We}clearCache(){this.cache.clearAll()}hash(e){return String(Array.from(JSON.stringify(e,this.sortObjectFields)).reduce((o,n)=>0|31*o+n.charCodeAt(0),0))}};var xn=class extends Ae{async listMyBookmarks(){let e=P.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),5*60*1e3):[]}};var Fi=class{addCommand(e,o=!1){P.commands.add(e,o)}consumeCommand(e){return P.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new Fi;var Ql,Rr=class extends CustomEvent{constructor(e){super("ft-i18n-context-loaded",{detail:e})}},cf=Symbol("clearAfterUnitTest"),vn=class extends Eo(Ae){constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Ql]=()=>{this.defaultMessages={},this.cache=new We,this.listeners={}},this.currentUiLocale=P.getState().uiLocale,P.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=P.getState();this.currentUiLocale!==e&&(this.currentUiLocale=e,this.cache.clearAll(),this.notifyAll())}addContext(e){let o=e.name.toLowerCase();this.cache.setFinal(o,e),this.notify(o)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(e,o){var n;if(e=e.toLowerCase(),o&&Object.keys(o).length>0){let a={...(n=this.defaultMessages[e])!==null&&n!==void 0?n:{},...o};ve(this.defaultMessages[e],a)||(this.defaultMessages[e]=a,await this.notify(e))}return this.fetchContext(e)}resolveContext(e){var o,n;return this.fetchContext(e),(n=(o=this.cache.getNow(e))===null||o===void 0?void 0:o.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(e,o){let n=e.toLowerCase();return this.resolveContext(n)[o]}resolveMessage(e,o,...n){var a;let i=e.toLowerCase(),s=this.resolveContext(i);return new Zr((a=this.defaultMessages[i])!==null&&a!==void 0?a:{},s).resolve(o,...n)}async fetchContext(e){let o=!this.cache.has(e),n;try{n=await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),o&&await this.notify(e)}catch(a){!(a instanceof wt)&&o&&console.error(a)}return n}subscribe(e,o){var n;return e=e.toLowerCase(),this.listeners[e]=(n=this.listeners[e])!==null&&n!==void 0?n:new Set,this.listeners[e].add(o),()=>{var a;return(a=this.listeners[e])===null||a===void 0?void 0:a.delete(o)}}async notifyAll(){let e=Object.keys(this.listeners);document.body.dispatchEvent(new Rr({loadedContexts:e})),this.dispatchEvent(new Rr({loadedContexts:e})),await Promise.all(e.map(o=>this.notify(o,!1)))}async notify(e,o=!0){o&&(document.body.dispatchEvent(new Rr({loadedContexts:[e]})),this.dispatchEvent(new Rr({loadedContexts:[e]}))),this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(n=>Oo(0).then(()=>n()).catch(()=>null)))}};Ql=cf;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends vn{constructor(){super(async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends vn{constructor(){super(async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e))}});var oo=window.FluidTopicsI18nService,Hi=window.FluidTopicsCustomI18nService;var Wi=class{highlightHtml(e,o,n){za(e,o,n)}};window.FluidTopicsHighlightHtmlService=new Wi;var Sn=class extends Ae{async listMySearches(){let{session:e}=P.getState();return fl(e,ne.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),5*60*1e3):[]}};var zi=class{isDate(e){var o,n,a,i;return(i=(a=((n=(o=P.getState().metadataConfiguration)===null||o===void 0?void 0:o.descriptors)!==null&&n!==void 0?n:[]).find(c=>c.key===e))===null||a===void 0?void 0:a.date)!==null&&i!==void 0?i:!1}format(e,o){var n,a,i;return Bt.format(e,(n=o?.locale)!==null&&n!==void 0?n:P.getState().uiLocale,(a=o?.longFormat)!==null&&a!==void 0?a:!1,(i=o?.withTime)!==null&&i!==void 0?i:!1)}};window.FluidTopicsDateService=new zi;var no=class{static get(e,o){var n,a;let i=P.getState(),{lang:s,region:c}=(a=(n=i.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&a!==void 0?a:{lang:"en",region:"US"};return new fr(i.baseUrl,e??20,i.searchInAllLanguagesAllowed,o??`${s}-${c}`)}};var Gi=class{urlToSearchRequest(e){return no.get().parse(e)}searchRequestToUrl(e){return no.get().serialize(e)}};window.FluidTopicsUrlService=new Gi;var Wt=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:{currentItem:e}})}};Wt.eventName="change";var ji=class{itemName(e){return`fluid-topics-history-item-${e}`}get(e){let o=sessionStorage.getItem(this.itemName(e));return o?JSON.parse(o):void 0}set(e,o){sessionStorage.setItem(this.itemName(e),JSON.stringify(o))}},ed=new ji;var On=class t extends Qe{static build(){return new t(window.history,ed,()=>window.location,!1)}constructor(e,o,n,a){var i,s;super(),this.history=e,this.historyStorage=o,this.windowLocation=n,this.states=[],this.realPushState=e.pushState,this.realReplaceState=e.replaceState,this.initialIndex=(s=(i=e.state)===null||i===void 0?void 0:i.index)!==null&&s!==void 0?s:e.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(a)}setCurrentState(e,o=!1){let n=o&&this.currentIndex===e.index-1;this.currentState={...this.buildCurrentState(),...e},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),ve(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new Wt(this.currentItem())),0)}installProxies(){let e=o=>(n,a,[i,s,c])=>{let d=o(),p={...d===this.currentIndex?this.currentState:void 0,...i,index:d,href:typeof c=="string"?c:(c??this.windowLocation()).href};n.apply(a,[p,s,c]),this.setCurrentState(p,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:e(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:e(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",e=>this.setCurrentState(e.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(e){for(let o=this.history.length-1;o>=0;o--)e?this.states[o]=this.historyStorage.get(o):setTimeout(()=>this.states[o]=this.historyStorage.get(o),this.history.length-o)}updateCurrentState(e){var o;let n={...this.buildCurrentState(),...e,index:this.currentIndex,title:(o=e?.title)!==null&&o!==void 0?o:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(e){this.addEventListener(Wt.eventName,e)}removeHistoryChangeListener(e){this.removeEventListener(Wt.eventName,e)}currentItem(){return Ur(this.currentState)}back(){let e=this.previousDifferentMajorPosition();e>=0?this.history.go(e-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return Ur(this.states[this.previousDifferentMajorPosition()])}previousDifferentMajorPosition(){let e=this.currentIndex>0?this.currentIndex-1:0;for(;e>0&&!this.isDifferentMajorState(e);)e--;return e}forward(){let e=this.nextMajorPosition();e&&e<this.states.length?this.history.go(e-this.currentIndex):this.history.forward()}forwardItem(){let e=this.nextMajorPosition();if(e)return Ur(this.states[e])}nextMajorPosition(){let e=this.currentIndex;if(!(e>=this.states.length)){do e++;while(e<this.states.length&&!this.isDifferentMajorState(e));return this.getHigherPositionInTheSameState(e)}}getHigherPositionInTheSameState(e){var o;let n=(o=this.states[e])===null||o===void 0?void 0:o.majorStateId;if(!n)return e;let a=e,i=e+1;for(;this.states.length>i&&!this.isDifferentMajorState(i,n);)this.hasState(i)&&(a=i),i++;return a}buildCurrentState(){var e,o;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(o=(e=this.history.state)===null||e===void 0?void 0:e.title)!==null&&o!==void 0?o:document.title}}hasState(e){return this.states[e]!=null}isDifferentMajorState(e,o){var n;if(!this.hasState(e))return!1;let a=o??this.currentState.majorStateId,i=(n=this.states[e])===null||n===void 0?void 0:n.majorStateId;return i==null||i!=a}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=On.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),addHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(t),removeHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(t)});function td(t,e){let{authenticationRequired:o,session:n}=P.getState();return o&&!n?.sessionAuthenticated?Promise.resolve(e):t()}var ae=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},X=class extends K{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.apiIntegrationAppVersion="ft-integration-app-version",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.apiProvider=()=>Ht.get(),this.authenticationRequired=!1,this.messageContexts=[],this.cache=new We,this.cleanSessionDebouncer=new Se,this.reloadConfiguration=()=>{this.cache.clear("availableContentLocales"),this.updateAvailableContentLocales()}}render(){return H`
|
|
629
629
|
<slot></slot>
|
|
630
|
-
`}connectedCallback(){super.connectedCallback(),P.addEventListener(Ft.eventName,this.reloadConfiguration)}disconnectedCallback(){P.addEventListener(Ft.eventName,this.reloadConfiguration),super.disconnectedCallback()}update(e){var o,n,a,i,s,c,d;super.update(e),e.has("baseUrl")&&(P.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),e.has("apiIntegrationIdentifier")&&P.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("apiIntegrationAppVersion")&&P.actions.apiIntegrationAppVersion(this.apiIntegrationAppVersion),e.has("uiLocale")&&P.actions.uiLocale(this.uiLocale),e.has("metadataConfiguration")&&P.actions.metadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&P.actions.noCustom(this.noCustom),e.has("editorMode")&&P.actions.editorMode(this.editorMode),e.has("noCustomComponent")&&P.actions.noCustomComponent(this.noCustomComponent),e.has("session")&&P.actions.session(this.session),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(p=>oo.addContext(p)),e.has("openExternalDocumentInNewTab")&&P.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&P.actions.navigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&P.actions.forcedOffline(this.forcedOffline),e.has("localesConfiguration")&&(P.actions.defaultLocales((o=this.localesConfiguration)===null||o===void 0?void 0:o.defaultLocales),P.actions.availableUiLocales((a=(n=this.localesConfiguration)===null||n===void 0?void 0:n.availableUiLocales)!==null&&a!==void 0?a:[]),P.actions.searchInAllLanguagesAllowed((s=(i=this.localesConfiguration)===null||i===void 0?void 0:i.allLanguagesAllowed)!==null&&s!==void 0?s:!1)),e.has("authenticationRequired")&&P.actions.authenticationRequired(this.authenticationRequired),e.has("availableContentLocales")&&P.actions.availableContentLocales((d=(c=this.availableContentLocales)===null||c===void 0?void 0:c.contentLocales)!==null&&d!==void 0?d:[]),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.session==null&&this.updateSession(),this.metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration(),this.availableContentLocales==null&&this.updateAvailableContentLocales())}async updateSession(){this.session=await this.cache.get("session",async()=>{let e=await this.apiProvider().getCurrentSession();return e.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},e.idleTimeoutInMillis),e})}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}async updateLocalesConfiguration(){this.localesConfiguration=await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration())}async updateAvailableContentLocales(){this.availableContentLocales=await this.cache.get("availableContentLocales",()=>td(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}))}};X.elementDefinitions={};X.styles=Xl;ae([E()],X.prototype,"baseUrl",void 0);ae([E()],X.prototype,"apiIntegrationIdentifier",void 0);ae([E()],X.prototype,"apiIntegrationAppVersion",void 0);ae([E()],X.prototype,"uiLocale",void 0);ae([Te(null)],X.prototype,"availableUiLocales",void 0);ae([Te(null)],X.prototype,"metadataConfiguration",void 0);ae([E({type:Boolean})],X.prototype,"editorMode",void 0);ae([E({type:Boolean})],X.prototype,"noCustom",void 0);ae([E({type:Boolean})],X.prototype,"openExternalDocumentInNewTab",void 0);ae([E({converter:{fromAttribute(t){return t==="false"?!1:t==="true"||(t??!1)}}})],X.prototype,"noCustomComponent",void 0);ae([E({type:Boolean})],X.prototype,"withManualResources",void 0);ae([E({type:Boolean})],X.prototype,"navigatorOnline",void 0);ae([E({type:Boolean})],X.prototype,"forcedOffline",void 0);ae([E({type:Object})],X.prototype,"apiProvider",void 0);ae([E({type:Boolean})],X.prototype,"authenticationRequired",void 0);ae([Te([])],X.prototype,"messageContexts",void 0);ae([Te(void 0)],X.prototype,"session",void 0);ae([J()],X.prototype,"localesConfiguration",void 0);ae([J()],X.prototype,"availableContentLocales",void 0);var Cn=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},NE=le(Symbol("withDateFormat"),function(t){class e extends t{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(P)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var a,i;return((i=(a=this.metadataDescriptors.find(c=>c.key===n))===null||a===void 0?void 0:a.date)!==null&&i!==void 0?i:!1)?c=>Bt.format(c,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Cn([E({type:Boolean})],e.prototype,"useLongDateFormat",void 0),Cn([E({type:Boolean})],e.prototype,"useDateTimeFormat",void 0),Cn([or({store:P.name,selector:o=>{var n,a;return(a=(n=o.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&a!==void 0?a:[]}})],e.prototype,"metadataDescriptors",void 0),Cn([or({store:P.name})],e.prototype,"uiLocale",void 0),e});var En=class extends Ae{constructor(){super(...arguments),this.CACHE_DURATION=3*60*1e3}async getUserAssetCount(e){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${e}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(e){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${e}`),this.CACHE_DURATION)}isAuthenticated(){let e=P.getState().session;return!!e?.sessionAuthenticated}};var An=class extends Ae{constructor(){super(...arguments),this.CACHE_DURATION=3*60*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 e=P.getState().session;return!!e?.sessionAuthenticated}};var lf="ft-user-assets",df={setAssetCount:(t,e)=>{let{userAssetType:o,count:n}=e.payload.assetCount;t.assetCounts.allAsset[o]=n},clearAssetCount:t=>{Object.values(Le).forEach(e=>{t.assetCounts.allAsset[e]=void 0})},setBookmarkCountByMap:(t,e)=>{let o=e.payload.mapId;t.assetCounts.bookmarkByMap[o]=e.payload.count},clearBookmarkCountByMap:t=>{t.assetCounts.bookmarkByMap={}},addAsset:(t,e)=>{let{assetType:o,mapId:n,asset:a}=e.payload;Ki(t,o,[...Vi(t,o),a]),rd(t,o,1,n),od(t,a)},editAsset:(t,e)=>{let{assetType:o,asset:n}=e.payload;Ki(t,o,Vi(t,o).map(a=>a.id===n.id?n:a)),od(t,n)},removeAsset:(t,e)=>{let{assetType:o,mapId:n,assetId:a}=e.payload;Ki(t,o,Vi(t,o).filter(i=>i.id!==a)),rd(t,o,-1,n)}},nd={[Le.SEARCHES]:"savedSearches",[Le.BOOKMARKS]:"bookmarks",[Le.BOOKS]:void 0,[Le.COLLECTIONS]:void 0},Vi=(t,e)=>{var o;let n=nd[e];return n?(o=t[n])!==null&&o!==void 0?o:[]:[]},Ki=(t,e,o)=>{let n=nd[e];n&&(t[n]=o)},rd=(t,e,o,n)=>{let a=t.assetCounts.allAsset[e];if(a!==void 0&&(t.assetCounts.allAsset[e]=Math.max(0,a+o),e===Le.BOOKMARKS&&n)){let i=t.assetCounts.bookmarkByMap[n];t.assetCounts.bookmarkByMap[n]=Math.max(0,i+o)}},od=(t,e)=>{let o=t.assetLabels.map(a=>a.title),n=e.labels.filter(a=>!o.includes(a)).map(a=>({title:a}));t.assetLabels.push(...n)},we=Mt.get({name:lf,reducers:df,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(Le).map(t=>[t,void 0])),bookmarkByMap:{}},assetLabels:[]}}),Zi=class{constructor(e=new En,o=new An){this.assetCountsService=e,this.assetLabelsService=o,this.currentSession=P.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new xn,this.savedSearchesService=new Sn,P.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:o}=P.getState();ve((e=this.currentSession)===null||e===void 0?void 0:e.profile,o?.profile)||(this.currentSession=o,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),we.actions.clearAssetCount(),we.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),we.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),we.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();we.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let e=await this.assetLabelsService.getUserAssetLabels();we.actions.assetLabels(e)}async loadAssetCount(e){let o=await this.assetCountsService.getUserAssetCount(e);o&&we.actions.setAssetCount({assetCount:o})}async loadBookmarkByMapId(e){let o=await this.assetCountsService.getUserBookmarkCountByMap(e);o&&we.actions.setBookmarkCountByMap({count:o.count,mapId:e})}async reloadAssetCount(e){this.assetCountsService.clearCache();let o=Object.keys(we.getState().assetCounts.bookmarkByMap).length!==0;e===Le.BOOKMARKS&&o&&we.actions.clearBookmarkCountByMap(),we.getState().assetCounts.allAsset[e]!==void 0&&await this.loadAssetCount(e)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let o=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;we.actions.bookmarks(o)}}},uf=new Zi;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=uf);re("ft-app-context")(X);var qi=class{fromLocalizableLabel(e){return e.type=="PLAIN_TEXT"?{message:e.text}:{key:e.key,custom:e.type=="LOCALIZED_CUSTOM",context:e.context,message:e.key}}fromAttribute(e){if(e!=null)try{return JSON.parse(e)}catch{if(this.isI18nKey(e)){let[n,a]=e.split(".");return{context:n,key:a,custom:!0,message:""}}return{message:e}}}toAttribute(e){if(e!=null)return JSON.stringify(e)}isI18nKey(e){return e.match(/^[\w-]+\.[\w-]+$/)}},Tr=new qi;var pf=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},io=Symbol("i18nAttributes"),ad=Symbol("i18nListAttributes"),id=Symbol("i18nProperties"),wn=Symbol("i18nContexts"),ao=Symbol("i18nUnsubs"),sd=le(Symbol("withI18n"),function(t){var e,o;class n extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map,this[o]=new Map}getI18nService(i){return i??this.useCustomMessageContexts?Hi:oo}i18n(i){let{context:s,key:c,message:d}=i,{custom:p,args:h,argsProvider:f}=i;if(s&&c){this.hasI18nContext(s)||this.addI18nContext(s,void 0,p);let y=h??(f?f(this):[]);return this.getI18nService(p).resolveMessage(s,c,...y)}return d}async awaitI18n(i){let{context:s,custom:c}=i;return s&&await this.getI18nService(c).prepareContext(s),this.i18n(i)}customI18n(i,s){if(Tr.isI18nKey(i)){let[c,d]=i.split(".");return this.i18n({custom:!0,context:c,key:d,...s})||i}return i}firstUpdated(i){super.firstUpdated(i),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(i){super.update(i),this.updateI18nAttributes((s,c,d)=>i.has(c)||typeof s.argsProvider=="function"),this.updateI18nProperties(s=>typeof s.argsProvider=="function")}onI18nUpdate(i){this.updateI18nAttributes((s,c,d)=>{var p;return((p=d?.context)===null||p===void 0?void 0:p.toLowerCase())===i}),this.updateI18nProperties(s=>s.context.toLowerCase()===i),this.requestUpdate()}updateI18nAttributes(i){var s,c;let d=this,p=(h,f,y)=>y?.context&&y.key&&i(h,f,y)?{...y,message:this.i18n({context:y.context,key:y.key,custom:y.custom,...h})}:y;(s=this[io])===null||s===void 0||s.forEach((h,f)=>d[f]=p(h,f,d[f])),(c=this[ad])===null||c===void 0||c.forEach((h,f)=>{var y;return d[f]=(y=d[f])===null||y===void 0?void 0:y.map(x=>p(h,f,x))})}updateI18nProperties(i){var s;(s=this[id])===null||s===void 0||s.forEach((c,d)=>{i(c,d)&&(this[d]=this.i18n(c))})}addI18nMessages(i,s,c){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(i,s,c)}addI18nContext(i,s,c){let d=(typeof i=="string"?i:i.name).toLowerCase();c=typeof i=="string"?c:i.custom,this[wn].set(d,{isCustomContext:c}),this[ao].has(d)||this[ao].set(d,this.getI18nService(c).subscribe(d,()=>this.onI18nUpdate(d))),this.getI18nService(c).prepareContext(d,s)}hasI18nContext(i){return this[wn].has(i.toLowerCase())}connectedCallback(){super.connectedCallback(),this[wn].forEach((i,s)=>this.addI18nContext(s,void 0,i.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[ao].forEach(i=>i()),this[ao].clear()}}return e=wn,o=ao,pf([E({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),Rn=class extends sd(K){},Tn=class extends sd(Xr){};var Yi=class{fromAttribute(e){if(!e)return[];try{let o=JSON.parse(e);return Array.isArray(o)?o.map(n=>typeof n=="string"?Tr.fromAttribute(n):n):[]}catch{return[]}}toAttribute(e){if(e!=null)return JSON.stringify(e)}},ff=new Yi;var cd=(t,e)=>(o,n)=>{var a;o.constructor.createProperty(n,{type:Object,hasChanged:Je,converter:Tr,...e}),o[io]=(a=o[io])!==null&&a!==void 0?a:new Map,o[io].set(n,t??{})};var ld=M`
|
|
630
|
+
`}connectedCallback(){super.connectedCallback(),P.addEventListener(Ft.eventName,this.reloadConfiguration)}disconnectedCallback(){P.addEventListener(Ft.eventName,this.reloadConfiguration),super.disconnectedCallback()}update(e){var o,n,a,i,s,c,d;super.update(e),e.has("baseUrl")&&(P.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),e.has("apiIntegrationIdentifier")&&P.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("apiIntegrationAppVersion")&&P.actions.apiIntegrationAppVersion(this.apiIntegrationAppVersion),e.has("uiLocale")&&P.actions.uiLocale(this.uiLocale),e.has("metadataConfiguration")&&P.actions.metadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&P.actions.noCustom(this.noCustom),e.has("editorMode")&&P.actions.editorMode(this.editorMode),e.has("noCustomComponent")&&P.actions.noCustomComponent(this.noCustomComponent),e.has("session")&&P.actions.session(this.session),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(p=>oo.addContext(p)),e.has("openExternalDocumentInNewTab")&&P.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&P.actions.navigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&P.actions.forcedOffline(this.forcedOffline),e.has("localesConfiguration")&&(P.actions.defaultLocales((o=this.localesConfiguration)===null||o===void 0?void 0:o.defaultLocales),P.actions.availableUiLocales((a=(n=this.localesConfiguration)===null||n===void 0?void 0:n.availableUiLocales)!==null&&a!==void 0?a:[]),P.actions.searchInAllLanguagesAllowed((s=(i=this.localesConfiguration)===null||i===void 0?void 0:i.allLanguagesAllowed)!==null&&s!==void 0?s:!1)),e.has("authenticationRequired")&&P.actions.authenticationRequired(this.authenticationRequired),e.has("availableContentLocales")&&P.actions.availableContentLocales((d=(c=this.availableContentLocales)===null||c===void 0?void 0:c.contentLocales)!==null&&d!==void 0?d:[]),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.session==null&&this.updateSession(),this.metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration(),this.availableContentLocales==null&&this.updateAvailableContentLocales())}async updateSession(){this.session=await this.cache.get("session",async()=>{let e=await this.apiProvider().getCurrentSession();return e.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},e.idleTimeoutInMillis),e})}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}async updateLocalesConfiguration(){this.localesConfiguration=await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration())}async updateAvailableContentLocales(){this.availableContentLocales=await this.cache.get("availableContentLocales",()=>td(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}))}};X.elementDefinitions={};X.styles=Jl;ae([E()],X.prototype,"baseUrl",void 0);ae([E()],X.prototype,"apiIntegrationIdentifier",void 0);ae([E()],X.prototype,"apiIntegrationAppVersion",void 0);ae([E()],X.prototype,"uiLocale",void 0);ae([Te(null)],X.prototype,"availableUiLocales",void 0);ae([Te(null)],X.prototype,"metadataConfiguration",void 0);ae([E({type:Boolean})],X.prototype,"editorMode",void 0);ae([E({type:Boolean})],X.prototype,"noCustom",void 0);ae([E({type:Boolean})],X.prototype,"openExternalDocumentInNewTab",void 0);ae([E({converter:{fromAttribute(t){return t==="false"?!1:t==="true"||(t??!1)}}})],X.prototype,"noCustomComponent",void 0);ae([E({type:Boolean})],X.prototype,"withManualResources",void 0);ae([E({type:Boolean})],X.prototype,"navigatorOnline",void 0);ae([E({type:Boolean})],X.prototype,"forcedOffline",void 0);ae([E({type:Object})],X.prototype,"apiProvider",void 0);ae([E({type:Boolean})],X.prototype,"authenticationRequired",void 0);ae([Te([])],X.prototype,"messageContexts",void 0);ae([Te(void 0)],X.prototype,"session",void 0);ae([J()],X.prototype,"localesConfiguration",void 0);ae([J()],X.prototype,"availableContentLocales",void 0);var Cn=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},NE=le(Symbol("withDateFormat"),function(t){class e extends t{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(P)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var a,i;return((i=(a=this.metadataDescriptors.find(c=>c.key===n))===null||a===void 0?void 0:a.date)!==null&&i!==void 0?i:!1)?c=>Bt.format(c,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Cn([E({type:Boolean})],e.prototype,"useLongDateFormat",void 0),Cn([E({type:Boolean})],e.prototype,"useDateTimeFormat",void 0),Cn([or({store:P.name,selector:o=>{var n,a;return(a=(n=o.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&a!==void 0?a:[]}})],e.prototype,"metadataDescriptors",void 0),Cn([or({store:P.name})],e.prototype,"uiLocale",void 0),e});var En=class extends Ae{constructor(){super(...arguments),this.CACHE_DURATION=3*60*1e3}async getUserAssetCount(e){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${e}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(e){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${e}`),this.CACHE_DURATION)}isAuthenticated(){let e=P.getState().session;return!!e?.sessionAuthenticated}};var An=class extends Ae{constructor(){super(...arguments),this.CACHE_DURATION=3*60*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 e=P.getState().session;return!!e?.sessionAuthenticated}};var lf="ft-user-assets",df={setAssetCount:(t,e)=>{let{userAssetType:o,count:n}=e.payload.assetCount;t.assetCounts.allAsset[o]=n},clearAssetCount:t=>{Object.values(Le).forEach(e=>{t.assetCounts.allAsset[e]=void 0})},setBookmarkCountByMap:(t,e)=>{let o=e.payload.mapId;t.assetCounts.bookmarkByMap[o]=e.payload.count},clearBookmarkCountByMap:t=>{t.assetCounts.bookmarkByMap={}},addAsset:(t,e)=>{let{assetType:o,mapId:n,asset:a}=e.payload;Ki(t,o,[...Vi(t,o),a]),rd(t,o,1,n),od(t,a)},editAsset:(t,e)=>{let{assetType:o,asset:n}=e.payload;Ki(t,o,Vi(t,o).map(a=>a.id===n.id?n:a)),od(t,n)},removeAsset:(t,e)=>{let{assetType:o,mapId:n,assetId:a}=e.payload;Ki(t,o,Vi(t,o).filter(i=>i.id!==a)),rd(t,o,-1,n)}},nd={[Le.SEARCHES]:"savedSearches",[Le.BOOKMARKS]:"bookmarks",[Le.BOOKS]:void 0,[Le.COLLECTIONS]:void 0},Vi=(t,e)=>{var o;let n=nd[e];return n?(o=t[n])!==null&&o!==void 0?o:[]:[]},Ki=(t,e,o)=>{let n=nd[e];n&&(t[n]=o)},rd=(t,e,o,n)=>{let a=t.assetCounts.allAsset[e];if(a!==void 0&&(t.assetCounts.allAsset[e]=Math.max(0,a+o),e===Le.BOOKMARKS&&n)){let i=t.assetCounts.bookmarkByMap[n];t.assetCounts.bookmarkByMap[n]=Math.max(0,i+o)}},od=(t,e)=>{let o=t.assetLabels.map(a=>a.title),n=e.labels.filter(a=>!o.includes(a)).map(a=>({title:a}));t.assetLabels.push(...n)},we=Mt.get({name:lf,reducers:df,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(Le).map(t=>[t,void 0])),bookmarkByMap:{}},assetLabels:[]}}),Zi=class{constructor(e=new En,o=new An){this.assetCountsService=e,this.assetLabelsService=o,this.currentSession=P.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new xn,this.savedSearchesService=new Sn,P.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:o}=P.getState();ve((e=this.currentSession)===null||e===void 0?void 0:e.profile,o?.profile)||(this.currentSession=o,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),we.actions.clearAssetCount(),we.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),we.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),we.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();we.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let e=await this.assetLabelsService.getUserAssetLabels();we.actions.assetLabels(e)}async loadAssetCount(e){let o=await this.assetCountsService.getUserAssetCount(e);o&&we.actions.setAssetCount({assetCount:o})}async loadBookmarkByMapId(e){let o=await this.assetCountsService.getUserBookmarkCountByMap(e);o&&we.actions.setBookmarkCountByMap({count:o.count,mapId:e})}async reloadAssetCount(e){this.assetCountsService.clearCache();let o=Object.keys(we.getState().assetCounts.bookmarkByMap).length!==0;e===Le.BOOKMARKS&&o&&we.actions.clearBookmarkCountByMap(),we.getState().assetCounts.allAsset[e]!==void 0&&await this.loadAssetCount(e)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let o=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;we.actions.bookmarks(o)}}},uf=new Zi;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=uf);re("ft-app-context")(X);var qi=class{fromLocalizableLabel(e){return e.type=="PLAIN_TEXT"?{message:e.text}:{key:e.key,custom:e.type=="LOCALIZED_CUSTOM",context:e.context,message:e.key}}fromAttribute(e){if(e!=null)try{return JSON.parse(e)}catch{if(this.isI18nKey(e)){let[n,a]=e.split(".");return{context:n,key:a,custom:!0,message:""}}return{message:e}}}toAttribute(e){if(e!=null)return JSON.stringify(e)}isI18nKey(e){return e.match(/^[\w-]+\.[\w-]+$/)}},Tr=new qi;var pf=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},io=Symbol("i18nAttributes"),ad=Symbol("i18nListAttributes"),id=Symbol("i18nProperties"),wn=Symbol("i18nContexts"),ao=Symbol("i18nUnsubs"),sd=le(Symbol("withI18n"),function(t){var e,o;class n extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map,this[o]=new Map}getI18nService(i){return i??this.useCustomMessageContexts?Hi:oo}i18n(i){let{context:s,key:c,message:d}=i,{custom:p,args:h,argsProvider:f}=i;if(s&&c){this.hasI18nContext(s)||this.addI18nContext(s,void 0,p);let y=h??(f?f(this):[]);return this.getI18nService(p).resolveMessage(s,c,...y)}return d}async awaitI18n(i){let{context:s,custom:c}=i;return s&&await this.getI18nService(c).prepareContext(s),this.i18n(i)}customI18n(i,s){if(Tr.isI18nKey(i)){let[c,d]=i.split(".");return this.i18n({custom:!0,context:c,key:d,...s})||i}return i}firstUpdated(i){super.firstUpdated(i),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(i){super.update(i),this.updateI18nAttributes((s,c,d)=>i.has(c)||typeof s.argsProvider=="function"),this.updateI18nProperties(s=>typeof s.argsProvider=="function")}onI18nUpdate(i){this.updateI18nAttributes((s,c,d)=>{var p;return((p=d?.context)===null||p===void 0?void 0:p.toLowerCase())===i}),this.updateI18nProperties(s=>s.context.toLowerCase()===i),this.requestUpdate()}updateI18nAttributes(i){var s,c;let d=this,p=(h,f,y)=>y?.context&&y.key&&i(h,f,y)?{...y,message:this.i18n({context:y.context,key:y.key,custom:y.custom,...h})}:y;(s=this[io])===null||s===void 0||s.forEach((h,f)=>d[f]=p(h,f,d[f])),(c=this[ad])===null||c===void 0||c.forEach((h,f)=>{var y;return d[f]=(y=d[f])===null||y===void 0?void 0:y.map(x=>p(h,f,x))})}updateI18nProperties(i){var s;(s=this[id])===null||s===void 0||s.forEach((c,d)=>{i(c,d)&&(this[d]=this.i18n(c))})}addI18nMessages(i,s,c){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(i,s,c)}addI18nContext(i,s,c){let d=(typeof i=="string"?i:i.name).toLowerCase();c=typeof i=="string"?c:i.custom,this[wn].set(d,{isCustomContext:c}),this[ao].has(d)||this[ao].set(d,this.getI18nService(c).subscribe(d,()=>this.onI18nUpdate(d))),this.getI18nService(c).prepareContext(d,s)}hasI18nContext(i){return this[wn].has(i.toLowerCase())}connectedCallback(){super.connectedCallback(),this[wn].forEach((i,s)=>this.addI18nContext(s,void 0,i.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[ao].forEach(i=>i()),this[ao].clear()}}return e=wn,o=ao,pf([E({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),Rn=class extends sd(K){},Tn=class extends sd(Xr){};var Yi=class{fromAttribute(e){if(!e)return[];try{let o=JSON.parse(e);return Array.isArray(o)?o.map(n=>typeof n=="string"?Tr.fromAttribute(n):n):[]}catch{return[]}}toAttribute(e){if(e!=null)return JSON.stringify(e)}},ff=new Yi;var cd=(t,e)=>(o,n)=>{var a;o.constructor.createProperty(n,{type:Object,hasChanged:Je,converter:Tr,...e}),o[io]=(a=o[io])!==null&&a!==void 0?a:new Map,o[io].set(n,t??{})};var ld=M`
|
|
631
631
|
`;var so=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},Ue=class extends Tn{constructor(){super(),this.editorMode=!1,this.addStore(P)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":V:H`
|
|
632
632
|
<span class="ft-i18n">
|
|
633
633
|
${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
|
|
@@ -647,14 +647,14 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
647
647
|
</div>
|
|
648
648
|
</div>
|
|
649
649
|
</div>
|
|
650
|
-
`}setupFor(e){this.eventsTarget!==e&&(this.removeHandlers(),this.eventsTarget=e,this.eventsTarget.addEventListener("mouseenter",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("mouseenter",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(e){e.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(e)}contentAvailableCallback(e){super.contentAvailableCallback(e),["visible","text"].some(o=>e.has(o))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(e){this.visible=!0,e!=null&&await this.hideDebounce.run(()=>{this.hide()},e)}async showTemporaryText(e,o){let n=this.manual;this.manual=!0;let a=this.text;this.text={message:e},await this.show(o),this.text=a,this.manual=n}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var e;return((e=this.slotNodes)!==null&&e!==void 0?e:[]).filter(o=>o.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let e=this.tooltipContent.style;switch(e.transition="none",this.validPosition){case"top":e.top=this.tooltip.clientHeight+"px",e.left="0";break;case"bottom":e.top=-this.tooltip.clientHeight+"px",e.left="0";break;case"left":e.top="0",e.left=this.tooltip.clientWidth+"px";break;case"right":e.top="0",e.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",ka(this.slottedElement,this.tooltip,this.position).then(({x:e,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${e}px`,this.tooltip.style.top=`${o}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${G.transitionDuration}, left ${G.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(e){return this.manual||ra(e,this.ignoreMatchingElements,this.eventsTarget)}};ie.elementDefinitions={"ft-typography":Ee};ie.styles=
|
|
650
|
+
`}setupFor(e){this.eventsTarget!==e&&(this.removeHandlers(),this.eventsTarget=e,this.eventsTarget.addEventListener("mouseenter",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("mouseenter",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(e){e.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(e)}contentAvailableCallback(e){super.contentAvailableCallback(e),["visible","text"].some(o=>e.has(o))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(e){this.visible=!0,e!=null&&await this.hideDebounce.run(()=>{this.hide()},e)}async showTemporaryText(e,o){let n=this.manual;this.manual=!0;let a=this.text;this.text={message:e},await this.show(o),this.text=a,this.manual=n}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var e;return((e=this.slotNodes)!==null&&e!==void 0?e:[]).filter(o=>o.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let e=this.tooltipContent.style;switch(e.transition="none",this.validPosition){case"top":e.top=this.tooltip.clientHeight+"px",e.left="0";break;case"bottom":e.top=-this.tooltip.clientHeight+"px",e.left="0";break;case"left":e.top="0",e.left=this.tooltip.clientWidth+"px";break;case"right":e.top="0",e.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",ka(this.slottedElement,this.tooltip,this.position).then(({x:e,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${e}px`,this.tooltip.style.top=`${o}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${G.transitionDuration}, left ${G.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(e){return this.manual||ra(e,this.ignoreMatchingElements,this.eventsTarget)}};ie.elementDefinitions={"ft-typography":Ee};ie.styles=Xl;$e([cd()],ie.prototype,"text",void 0);$e([E({type:Boolean})],ie.prototype,"manual",void 0);$e([E({type:Boolean})],ie.prototype,"inline",void 0);$e([Ao()],ie.prototype,"delay",void 0);$e([E()],ie.prototype,"position",void 0);$e([Te([])],ie.prototype,"ignoreMatchingElements",void 0);$e([Kn()],ie.prototype,"slotNodes",void 0);$e([ge(".ft-tooltip--container")],ie.prototype,"container",void 0);$e([ge(".ft-tooltip")],ie.prototype,"tooltip",void 0);$e([ge(".ft-tooltip--content")],ie.prototype,"tooltipContent",void 0);$e([J()],ie.prototype,"visible",void 0);re("ft-tooltip")(ie);var zt=class extends K{render(){return H`
|
|
651
651
|
<div class="ft-loader">
|
|
652
652
|
<div></div>
|
|
653
653
|
<div></div>
|
|
654
654
|
<div></div>
|
|
655
655
|
<div></div>
|
|
656
656
|
</div>
|
|
657
|
-
`}};zt.styles=
|
|
657
|
+
`}};zt.styles=Kl;re("ft-loader")(zt);var Xi=t=>t??V;var se=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},q=class extends Ei(K){get buttonClasses(){return{}}get typographyVariant(){return""}constructor(){super(),this.href=void 0,this.target=void 0,this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.ariaLabel=null,this.ariaHasPopup=null,this.ariaPressed=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.activated=!1,this.addEventListener("click",e=>{var o;this.isDisabled()?(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()):this.type=="submit"&&((o=this.form)===null||o===void 0||o.requestSubmit())})}render(){var e,o,n;let a=H`
|
|
658
658
|
<ft-ripple part="ripple"
|
|
659
659
|
?disabled=${this.isDisabled()}
|
|
660
660
|
?activated=${this.activated}
|
|
@@ -696,7 +696,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
696
696
|
<ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
|
|
697
697
|
`:H`
|
|
698
698
|
<slot part="icon" name="icon"></slot>
|
|
699
|
-
`}focus(){var e;(e=this.button)===null||e===void 0||e.focus()}showTooltip(){var e;(e=this.tooltip)===null||e===void 0||e.show()}showTemporaryTooltip(e,o){var n;return(n=this.tooltip)===null||n===void 0?void 0:n.showTemporaryText(e,o)}setTooltipManual(e){this.tooltip&&(this.tooltip.manual=e)}click(){var e;(e=this.button)===null||e===void 0||e.click()}getLabel(){return this.label||this.getTextContent()}getTextContent(){return Co(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};q.elementDefinitions={"ft-ripple":te,"ft-tooltip":ie,"ft-icon":ye,"ft-loader":zt};se([E()],q.prototype,"href",void 0);se([E()],q.prototype,"target",void 0);se([E()],q.prototype,"type",void 0);se([E({type:Boolean})],q.prototype,"disabled",void 0);se([E()],q.prototype,"label",void 0);se([E()],q.prototype,"icon",void 0);se([E()],q.prototype,"iconVariant",void 0);se([E({type:Boolean})],q.prototype,"trailingIcon",void 0);se([E({type:Boolean})],q.prototype,"loading",void 0);se([E({attribute:"aria-label"})],q.prototype,"ariaLabel",void 0);se([E()],q.prototype,"ariaHasPopup",void 0);se([E({attribute:"aria-pressed"})],q.prototype,"ariaPressed",void 0);se([E()],q.prototype,"tooltipPosition",void 0);se([E({type:Boolean})],q.prototype,"hideTooltip",void 0);se([E({type:Boolean})],q.prototype,"forceTooltip",void 0);se([E({type:Boolean})],q.prototype,"activated",void 0);se([ge(".ft-button")],q.prototype,"button",void 0);se([ge(".ft-button--label slot")],q.prototype,"slottedContent",void 0);se([ge("[part=tooltip]")],q.prototype,"tooltip",void 0);var _n=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},Ne=class extends q{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}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}}get typographyVariant(){return Be.button}};Ne.elementDefinitions={...q.elementDefinitions,"ft-or-ftds-typography":Ee};Ne.styles=[Kr,
|
|
699
|
+
`}focus(){var e;(e=this.button)===null||e===void 0||e.focus()}showTooltip(){var e;(e=this.tooltip)===null||e===void 0||e.show()}showTemporaryTooltip(e,o){var n;return(n=this.tooltip)===null||n===void 0?void 0:n.showTemporaryText(e,o)}setTooltipManual(e){this.tooltip&&(this.tooltip.manual=e)}click(){var e;(e=this.button)===null||e===void 0||e.click()}getLabel(){return this.label||this.getTextContent()}getTextContent(){return Co(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};q.elementDefinitions={"ft-ripple":te,"ft-tooltip":ie,"ft-icon":ye,"ft-loader":zt};se([E()],q.prototype,"href",void 0);se([E()],q.prototype,"target",void 0);se([E()],q.prototype,"type",void 0);se([E({type:Boolean})],q.prototype,"disabled",void 0);se([E()],q.prototype,"label",void 0);se([E()],q.prototype,"icon",void 0);se([E()],q.prototype,"iconVariant",void 0);se([E({type:Boolean})],q.prototype,"trailingIcon",void 0);se([E({type:Boolean})],q.prototype,"loading",void 0);se([E({attribute:"aria-label"})],q.prototype,"ariaLabel",void 0);se([E()],q.prototype,"ariaHasPopup",void 0);se([E({attribute:"aria-pressed"})],q.prototype,"ariaPressed",void 0);se([E()],q.prototype,"tooltipPosition",void 0);se([E({type:Boolean})],q.prototype,"hideTooltip",void 0);se([E({type:Boolean})],q.prototype,"forceTooltip",void 0);se([E({type:Boolean})],q.prototype,"activated",void 0);se([ge(".ft-button")],q.prototype,"button",void 0);se([ge(".ft-button--label slot")],q.prototype,"slottedContent",void 0);se([ge("[part=tooltip]")],q.prototype,"tooltip",void 0);var _n=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},Ne=class extends q{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}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}}get typographyVariant(){return Be.button}};Ne.elementDefinitions={...q.elementDefinitions,"ft-or-ftds-typography":Ee};Ne.styles=[Kr,Yl];_n([E({type:Boolean})],Ne.prototype,"primary",void 0);_n([E({type:Boolean})],Ne.prototype,"outlined",void 0);_n([E({type:Boolean})],Ne.prototype,"dense",void 0);_n([E({type:Boolean})],Ne.prototype,"round",void 0);var hf={...g,iconOnlyScale:r.create("--ft-button-icon-only-scale","","NUMBER","1")},dd=[M`
|
|
700
700
|
:host {
|
|
701
701
|
display: inline-block;
|
|
702
702
|
max-width: 100%;
|