@fluid-topics/ft-reader-topic-content 0.3.56 → 0.3.58
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.
|
@@ -62,12 +62,12 @@
|
|
|
62
62
|
.ft-icon--material {
|
|
63
63
|
font-family: ${b}, "Material Icons", sans-serif;
|
|
64
64
|
}
|
|
65
|
-
`;var y;!function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"}(y||(y={}));var $=function(e,t,i,s){for(var o,n=arguments.length,x=n<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,i):s,a=e.length-1;a>=0;a--)(o=e[a])&&(x=(n<3?o(x):n>3?o(t,i,x):o(t,i))||x);return n>3&&x&&Object.defineProperty(t,i,x),x};class j extends t.FtLitElement{constructor(){super(...arguments),this.
|
|
66
|
-
<i class="ft-icon ${"ft-icon--"+
|
|
65
|
+
`;var y;!function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"}(y||(y={}));var $=function(e,t,i,s){for(var o,n=arguments.length,x=n<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,i):s,a=e.length-1;a>=0;a--)(o=e[a])&&(x=(n<3?o(x):n>3?o(t,i,x):o(t,i))||x);return n>3&&x&&Object.defineProperty(t,i,x),x};class j extends t.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=i.nothing}render(){var e;const t=null!==(e=this.variant)&&void 0!==e?e:y.fluid_topics,s="material"!==t||this.value;return i.html`
|
|
66
|
+
<i class="ft-icon ${"ft-icon--"+t}">
|
|
67
67
|
${o.unsafeHTML(this.resolvedIcon)}
|
|
68
|
-
<slot ?hidden=${
|
|
68
|
+
<slot ?hidden=${s}></slot>
|
|
69
69
|
</i>
|
|
70
|
-
`}get textContent(){var e,t;return null!==(t=null===(e=this.slottedContent)||void 0===e?void 0:e.assignedNodes().map((e=>e.textContent)).join("").trim())&&void 0!==t?t:""}update(e){super.update(e),["value","variant"].some((t=>e.has(t)))&&this.resolveIcon()}resolveIcon(){var e,t;let s=this.value||this.textContent;switch(this.variant){case y.file_format:this.resolvedIcon=null!==(e=d[s.replace("-","_").toUpperCase()])&&void 0!==e?e:s;break;case y.
|
|
70
|
+
`}get textContent(){var e,t;return null!==(t=null===(e=this.slottedContent)||void 0===e?void 0:e.assignedNodes().map((e=>e.textContent)).join("").trim())&&void 0!==t?t:""}update(e){super.update(e),["value","variant"].some((t=>e.has(t)))&&this.resolveIcon()}resolveIcon(){var e,t;let s=this.value||this.textContent;switch(this.variant){case y.file_format:this.resolvedIcon=null!==(e=d[s.replace("-","_").toUpperCase()])&&void 0!==e?e:s;break;case y.material:this.resolvedIcon=this.value||i.nothing;break;default:this.resolvedIcon=null!==(t=c[s.replace("-","_").toUpperCase()])&&void 0!==t?t:s}}firstUpdated(e){super.firstUpdated(e),setTimeout((()=>this.resolveIcon()))}}j.elementDefinitions={},j.styles=w,$([s.property()],j.prototype,"variant",void 0),$([s.property()],j.prototype,"value",void 0),$([s.state()],j.prototype,"resolvedIcon",void 0),$([s.query("slot")],j.prototype,"slottedContent",void 0),t.customElement("ft-icon")(j);var k=function(e,t,i,s){for(var o,n=arguments.length,x=n<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,i):s,a=e.length-1;a>=0;a--)(o=e[a])&&(x=(n<3?o(x):n>3?o(t,i,x):o(t,i))||x);return n>3&&x&&Object.defineProperty(t,i,x),x};class N extends v{render(){var e;return this.map&&(this.error||this.content)?i.html`
|
|
71
71
|
<style>
|
|
72
72
|
@import "${null===(e=this.map)||void 0===e?void 0:e.contentStyles.topicStylesheetUrl}";
|
|
73
73
|
</style>
|
|
@@ -35,12 +35,13 @@ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.cust
|
|
|
35
35
|
* Copyright 2021 Google LLC
|
|
36
36
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
37
37
|
*/
|
|
38
|
-
var n;
|
|
38
|
+
var n;function r(t,e){try{return function(t,e){if(t===e)return!0;if(t&&e&&"object"==typeof t&&"object"==typeof e){if(t.constructor!==e.constructor)return!1;var i,s,o;if(Array.isArray(t)){if((i=t.length)!=e.length)return!1;for(s=i;0!=s--;)if(!r(t[s],e[s]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(s of t.entries())if(!e.has(s[0]))return!1;for(s of t.entries())if(!r(s[1],e.get(s[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(s of t.entries())if(!e.has(s[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if((i=(o=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(s=i;0!=s--;)if(!Object.prototype.hasOwnProperty.call(e,o[s]))return!1;for(s=i;0!=s--;){var n=o[s];if(!r(t[n],e[n]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}null===(n=window.HTMLSlotElement)||void 0===n||n.prototype.assignedElements;const a=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};
|
|
39
39
|
/**
|
|
40
40
|
* @license
|
|
41
41
|
* Copyright 2019 Google LLC
|
|
42
42
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
43
|
-
*/
|
|
43
|
+
*/
|
|
44
|
+
const l=window,c=l.ShadowRoot&&(void 0===l.ShadyCSS||l.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,h=Symbol(),u=new WeakMap;class d{constructor(t,e,i){if(this._$cssResult$=!0,i!==h)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(c&&void 0===t){const i=void 0!==e&&1===e.length;i&&(t=u.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&u.set(e,t))}return t}toString(){return this.cssText}}const p=t=>new d("string"==typeof t?t:t+"",void 0,h),f=(t,...e)=>{const i=1===t.length?t[0]:e.reduce(((e,i,s)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[s+1]),t[0]);return new d(i,t,h)},v=(t,e)=>{c?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const i=document.createElement("style"),s=l.litNonce;void 0!==s&&i.setAttribute("nonce",s),i.textContent=e.cssText,t.appendChild(i)}))},x=c?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return p(e)})(t):t
|
|
44
45
|
/**
|
|
45
46
|
* @license
|
|
46
47
|
* Copyright 2017 Google LLC
|
|
@@ -67,7 +68,7 @@ var at,lt;class ct extends C{constructor(){super(...arguments),this.renderOption
|
|
|
67
68
|
<style>${t}</style>
|
|
68
69
|
`))}
|
|
69
70
|
${this.getTemplate()}
|
|
70
|
-
`}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var e,i;if((null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==i?i:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this.exportpartsDebouncer.run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,i,s,o,n,r;const a=t=>null!=t&&t.trim().length>0,l=t.filter(a).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const c=new Set;for(let t of null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==i?i:[]){const e=null!==(o=null===(s=t.getAttribute("part"))||void 0===s?void 0:s.split(" "))&&void 0!==o?o:[],i=null!==(r=null===(n=t.getAttribute("exportparts"))||void 0===n?void 0:n.split(",").map((t=>t.split(":")[1])))&&void 0!==r?r:[];new Array(...e,...i).filter(a).map((t=>t.trim())).forEach((t=>c.add(t)))}if(0===c.size)return void this.removeAttribute("exportparts");const h=[...c.values()].flatMap((t=>l.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...h].join(", "))}}pt([s()],ft.prototype,"exportpartsPrefix",void 0),pt([function(t,e){const i=()=>JSON.parse(JSON.stringify(t));return s({type:Object,converter:{fromAttribute:t=>{if(null==t)return i();try{return JSON.parse(t)}catch{return i()}},toAttribute:t=>JSON.stringify(t)},...null!=e?e:{}})}([])],ft.prototype,"exportpartsPrefixes",void 0),pt([s()],ft.prototype,"customStylesheet",void 0),f`
|
|
71
|
+
`}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var e,i;if((null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==i?i:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this.exportpartsDebouncer.run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,i,s,o,n,r;const a=t=>null!=t&&t.trim().length>0,l=t.filter(a).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const c=new Set;for(let t of null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==i?i:[]){const e=null!==(o=null===(s=t.getAttribute("part"))||void 0===s?void 0:s.split(" "))&&void 0!==o?o:[],i=null!==(r=null===(n=t.getAttribute("exportparts"))||void 0===n?void 0:n.split(",").map((t=>t.split(":")[1])))&&void 0!==r?r:[];new Array(...e,...i).filter(a).map((t=>t.trim())).forEach((t=>c.add(t)))}if(0===c.size)return void this.removeAttribute("exportparts");const h=[...c.values()].flatMap((t=>l.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...h].join(", "))}}pt([s()],ft.prototype,"exportpartsPrefix",void 0),pt([function(t,e){const i=()=>JSON.parse(JSON.stringify(t));return s({type:Object,converter:{fromAttribute:t=>{if(null==t)return i();try{return JSON.parse(t)}catch{return i()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!r(t,e),...null!=e?e:{}})}([])],ft.prototype,"exportpartsPrefixes",void 0),pt([s()],ft.prototype,"customStylesheet",void 0),f`
|
|
71
72
|
.ft-no-text-select {
|
|
72
73
|
-webkit-touch-callout: none;
|
|
73
74
|
-webkit-user-select: none;
|
|
@@ -99,7 +100,7 @@ var at,lt;class ct extends C{constructor(){super(...arguments),this.renderOption
|
|
|
99
100
|
display: inline-block;
|
|
100
101
|
width: 0;
|
|
101
102
|
}
|
|
102
|
-
`;const vt=t=>"object"==typeof t&&(0===Object.keys(t).length||"string"==typeof t.store||null!=t.selector||"function"==typeof t.hasChanged),xt=(t,e)=>{var i;const s=vt(t)?t:{};return e=null!==(i=null!=e?e:s.hasChanged)&&void 0!==i?i:(t,e)=>!
|
|
103
|
+
`;const vt=t=>"object"==typeof t&&(0===Object.keys(t).length||"string"==typeof t.store||null!=t.selector||"function"==typeof t.hasChanged||null!=t.attribute),xt=(t,e)=>{var i;const s=vt(t)?t:{};return e=null!==(i=null!=e?e:s.hasChanged)&&void 0!==i?i:(t,e)=>!r(t,e),(i,o)=>{var n,r;i.constructor.createProperty(o,{hasChanged:e,attribute:null!==(n=s.attribute)&&void 0!==n&&n});const a=i;a.reduxProperties=a.reduxProperties||new Map;const l=null!==(r=vt(t)?s.selector:t)&&void 0!==r?r:t=>t[o];a.reduxProperties.set(o,{selector:l,store:s.store})}};class mt extends ft{constructor(){super(...arguments),this.internalStoresUnsubscribers=new Map,this.internalStores=new Map}getUnnamedStore(){if(this.internalStores.size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this.internalStores.values()][0]}get store(){return this.getUnnamedStore()}set store(t){this.unsubscribeFromStores(),this.internalStores.clear(),t&&this.addStore(t)}getStore(t){var e;return null==t?null!==(e=this.getUnnamedStore())&&void 0!==e?e:this.store:this.internalStores.get(t)}addStore(t,e){e=null!=e?e:bt(t)?t.name:"ft-lit-element-redux-default-store",this.unsubscribeFromStore(e),this.setupStore(e,t)}removeStore(t){const e="string"==typeof t?t:bt(t)?t.name:"ft-lit-element-redux-default-store";this.unsubscribeFromStore(e),this.internalStores.delete(e)}setupStore(t,e){this.internalStores.set(t,e),this.updateFromStores(),this.subscribeToStore(t,e)}setupStores(){this.unsubscribeFromStores(),0===this.internalStores.size&&null!=this.store?this.addStore(this.store):(this.updateFromStores(),this.internalStores.forEach(((t,e)=>this.subscribeToStore(e,t))))}updateFromStores(){this.reduxProperties&&this.reduxProperties.forEach(((t,e)=>{const i=this.constructor.getPropertyOptions(e);if(!(null==i?void 0:i.attribute)||!this.hasAttribute("string"==typeof(null==i?void 0:i.attribute)?i.attribute:e)){const i=this.getStore(t.store);i&&(this[e]=t.selector(i.getState(),this))}}))}subscribeToStore(t,e){this.internalStoresUnsubscribers.set(t,e.subscribe((()=>this.updateFromStores()))),this.onStoreAvailable(t)}unsubscribeFromStores(){Object.keys(this.internalStoresUnsubscribers).forEach((t=>this.unsubscribeFromStore(t)))}unsubscribeFromStore(t){this.internalStoresUnsubscribers.has(t)&&this.internalStoresUnsubscribers.get(t)(),this.internalStoresUnsubscribers.delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){this.unsubscribeFromStores(),super.disconnectedCallback()}}function bt(t){var e;return null===(e=t)||void 0===e?void 0:e.isFtReduxStore}var yt,gt;navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(gt=null===(yt=window.safari)||void 0===yt?void 0:yt.pushNotification)||void 0===gt||gt.toString());const wt={colorError:ut.external(dt.colorError,"Design system"),fontFamily:ut.external(dt.contentFont,"Design system")},Ot=f`
|
|
103
104
|
.topic {
|
|
104
105
|
font-family: ${wt.fontFamily};
|
|
105
106
|
overflow-x: auto;
|
|
@@ -173,18 +174,18 @@ var at,lt;class ct extends C{constructor(){super(...arguments),this.renderOption
|
|
|
173
174
|
.ft-icon--material {
|
|
174
175
|
font-family: ${Pt}, "Material Icons", sans-serif;
|
|
175
176
|
}
|
|
176
|
-
`;var Dt;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(Dt||(Dt={}));var zt=function(t,e,i,s){for(var o,n=arguments.length,r=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s,a=t.length-1;a>=0;a--)(o=t[a])&&(r=(n<3?o(r):n>3?o(e,i,r):o(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r};class Kt extends ft{constructor(){super(...arguments),this.
|
|
177
|
-
<i class="ft-icon ${"ft-icon--"+
|
|
177
|
+
`;var Dt;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(Dt||(Dt={}));var zt=function(t,e,i,s){for(var o,n=arguments.length,r=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s,a=t.length-1;a>=0;a--)(o=t[a])&&(r=(n<3?o(r):n>3?o(e,i,r):o(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r};class Kt extends ft{constructor(){super(...arguments),this.resolvedIcon=V}render(){var t;const e=null!==(t=this.variant)&&void 0!==t?t:Dt.fluid_topics,i="material"!==e||this.value;return H`
|
|
178
|
+
<i class="ft-icon ${"ft-icon--"+e}">
|
|
178
179
|
${jt(this.resolvedIcon)}
|
|
179
|
-
<slot ?hidden=${
|
|
180
|
+
<slot ?hidden=${i}></slot>
|
|
180
181
|
</i>
|
|
181
|
-
`}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var t,e;let i=this.value||this.textContent;switch(this.variant){case Dt.file_format:this.resolvedIcon=null!==(t=At[i.replace("-","_").toUpperCase()])&&void 0!==t?t:i;break;case Dt.
|
|
182
|
+
`}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var t,e;let i=this.value||this.textContent;switch(this.variant){case Dt.file_format:this.resolvedIcon=null!==(t=At[i.replace("-","_").toUpperCase()])&&void 0!==t?t:i;break;case Dt.material:this.resolvedIcon=this.value||V;break;default:this.resolvedIcon=null!==(e=Ft[i.replace("-","_").toUpperCase()])&&void 0!==e?e:i}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}Kt.elementDefinitions={},Kt.styles=Bt,zt([s()],Kt.prototype,"variant",void 0),zt([s()],Kt.prototype,"value",void 0),zt([o()],Kt.prototype,"resolvedIcon",void 0),zt([
|
|
182
183
|
/**
|
|
183
184
|
* @license
|
|
184
185
|
* Copyright 2017 Google LLC
|
|
185
186
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
186
187
|
*/
|
|
187
|
-
function(t,e){return(({finisher:t,descriptor:e})=>(i,s)=>{var o;if(void 0===s){const s=null!==(o=i.originalKey)&&void 0!==o?o:i.key,n=null!=e?{kind:"method",placement:"prototype",key:s,descriptor:e(i.key)}:{...i,key:s};return null!=t&&(n.finisher=function(e){t(e,s)}),n}{const o=i.constructor;void 0!==e&&Object.defineProperty(i,s,e(s)),null==t||t(o,s)}})({descriptor:i=>{const s={get(){var e,i;return null!==(i=null===(e=this.renderRoot)||void 0===e?void 0:e.querySelector(t))&&void 0!==i?i:null},enumerable:!0,configurable:!0};if(e){const e="symbol"==typeof i?Symbol():"__"+i;s.get=function(){var i,s;return void 0===this[e]&&(this[e]=null!==(s=null===(i=this.renderRoot)||void 0===i?void 0:i.querySelector(t))&&void 0!==s?s:null),this[e]}}return s}})}("slot")],Kt.prototype,"slottedContent",void 0),
|
|
188
|
+
function(t,e){return(({finisher:t,descriptor:e})=>(i,s)=>{var o;if(void 0===s){const s=null!==(o=i.originalKey)&&void 0!==o?o:i.key,n=null!=e?{kind:"method",placement:"prototype",key:s,descriptor:e(i.key)}:{...i,key:s};return null!=t&&(n.finisher=function(e){t(e,s)}),n}{const o=i.constructor;void 0!==e&&Object.defineProperty(i,s,e(s)),null==t||t(o,s)}})({descriptor:i=>{const s={get(){var e,i;return null!==(i=null===(e=this.renderRoot)||void 0===e?void 0:e.querySelector(t))&&void 0!==i?i:null},enumerable:!0,configurable:!0};if(e){const e="symbol"==typeof i?Symbol():"__"+i;s.get=function(){var i,s;return void 0===this[e]&&(this[e]=null!==(s=null===(i=this.renderRoot)||void 0===i?void 0:i.querySelector(t))&&void 0!==s?s:null),this[e]}}return s}})}("slot")],Kt.prototype,"slottedContent",void 0),a("ft-icon")(Kt);var Ht=function(t,e,i,s){for(var o,n=arguments.length,r=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s,a=t.length-1;a>=0;a--)(o=t[a])&&(r=(n<3?o(r):n>3?o(e,i,r):o(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r};class It extends Rt{render(){var t;return this.map&&(this.error||this.content)?H`
|
|
188
189
|
<style>
|
|
189
190
|
@import "${null===(t=this.map)||void 0===t?void 0:t.contentStyles.topicStylesheetUrl}";
|
|
190
191
|
</style>
|
|
@@ -202,4 +203,4 @@ function(t,e){return(({finisher:t,descriptor:e})=>(i,s)=>{var o;if(void 0===s){c
|
|
|
202
203
|
<div class="depth-${null===(s=this.tocNode)||void 0===s?void 0:s.depth} content-locale-${this.contentLocale} ${o}">
|
|
203
204
|
${jt(`${this.content}`)}
|
|
204
205
|
</div>
|
|
205
|
-
`}is404Error(){return 404===this.error.status}}It.styles=Ot,Ht([xt((t=>{var e;return null===(e=t.map)||void 0===e?void 0:e.lang}))],It.prototype,"contentLocale",void 0),Ht([xt()],It.prototype,"map",void 0),Ht([xt()],It.prototype,"scrollTarget",void 0),Ht([o()],It.prototype,"content",void 0),Ht([o()],It.prototype,"error",void 0),
|
|
206
|
+
`}is404Error(){return 404===this.error.status}}It.styles=Ot,Ht([xt((t=>{var e;return null===(e=t.map)||void 0===e?void 0:e.lang}))],It.prototype,"contentLocale",void 0),Ht([xt()],It.prototype,"map",void 0),Ht([xt()],It.prototype,"scrollTarget",void 0),Ht([o()],It.prototype,"content",void 0),Ht([o()],It.prototype,"error",void 0),a("ft-reader-topic-content")(It),t.FtReaderTopicContent=It,t.FtReaderTopicContentCssVariables=wt,t.styles=Ot,Object.defineProperty(t,"i",{value:!0})}({});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-reader-topic-content",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.58",
|
|
4
4
|
"description": "Content of a topic in integrated reader.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-chip": "0.3.
|
|
23
|
-
"@fluid-topics/ft-reader-context": "0.3.
|
|
24
|
-
"@fluid-topics/ft-reader-topic-context": "0.3.
|
|
25
|
-
"@fluid-topics/ft-tooltip": "0.3.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "0.3.
|
|
27
|
-
"@fluid-topics/public-api": "1.0.
|
|
22
|
+
"@fluid-topics/ft-chip": "0.3.58",
|
|
23
|
+
"@fluid-topics/ft-reader-context": "0.3.58",
|
|
24
|
+
"@fluid-topics/ft-reader-topic-context": "0.3.58",
|
|
25
|
+
"@fluid-topics/ft-tooltip": "0.3.58",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "0.3.58",
|
|
27
|
+
"@fluid-topics/public-api": "1.0.31",
|
|
28
28
|
"lit": "2.2.8"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "c053ee1216238ba6b2c62e5add329343f735c77e"
|
|
31
31
|
}
|