@fluid-topics/ft-reader-metadata 0.3.57 → 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.
|
@@ -318,12 +318,12 @@ const H=Symbol.for(""),L=t=>{if((null==t?void 0:t.r)===H)return null==t?void 0:t
|
|
|
318
318
|
.ft-icon--material {
|
|
319
319
|
font-family: ${Fi.materialFontFamily}, "Material Icons", sans-serif;
|
|
320
320
|
}
|
|
321
|
-
`;var Ui;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(Ui||(Ui={}));var Ri=function(t,i,e,o){for(var n,s=arguments.length,r=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,e):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(i,e,r):n(i,e))||r);return s>3&&r&&Object.defineProperty(i,e,r),r};class Zi extends i.FtLitElement{constructor(){super(...arguments),this.
|
|
322
|
-
<i class="ft-icon ${"ft-icon--"+
|
|
321
|
+
`;var Ui;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(Ui||(Ui={}));var Ri=function(t,i,e,o){for(var n,s=arguments.length,r=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,e):o,l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(i,e,r):n(i,e))||r);return s>3&&r&&Object.defineProperty(i,e,r),r};class Zi extends i.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){var t;const i=null!==(t=this.variant)&&void 0!==t?t:Ui.fluid_topics,o="material"!==i||this.value;return e.html`
|
|
322
|
+
<i class="ft-icon ${"ft-icon--"+i}">
|
|
323
323
|
${s.unsafeHTML(this.resolvedIcon)}
|
|
324
|
-
<slot ?hidden=${
|
|
324
|
+
<slot ?hidden=${o}></slot>
|
|
325
325
|
</i>
|
|
326
|
-
`}get textContent(){var t,i;return null!==(i=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==i?i:""}update(t){super.update(t),["value","variant"].some((i=>t.has(i)))&&this.resolveIcon()}resolveIcon(){var t,i;let o=this.value||this.textContent;switch(this.variant){case Ui.file_format:this.resolvedIcon=null!==(t=Bi[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case Ui.
|
|
326
|
+
`}get textContent(){var t,i;return null!==(i=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==i?i:""}update(t){super.update(t),["value","variant"].some((i=>t.has(i)))&&this.resolveIcon()}resolveIcon(){var t,i;let o=this.value||this.textContent;switch(this.variant){case Ui.file_format:this.resolvedIcon=null!==(t=Bi[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case Ui.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(i=Ai[o.replace("-","_").toUpperCase()])&&void 0!==i?i:o}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}Zi.elementDefinitions={},Zi.styles=Mi,Ri([o.property()],Zi.prototype,"variant",void 0),Ri([o.property()],Zi.prototype,"value",void 0),Ri([o.state()],Zi.prototype,"resolvedIcon",void 0),Ri([o.query("slot")],Zi.prototype,"slottedContent",void 0),i.customElement("ft-icon")(Zi);const Wi=i.FtCssVariableFactory.extend("--ft-chip-color",i.designSystemVariables.colorOnSurface),Di={backgroundColor:i.FtCssVariableFactory.extend("--ft-chip-background-color",i.designSystemVariables.colorSurface),color:Wi,fontSize:i.FtCssVariableFactory.extend("--ft-chip-font-size",It.fontSize),iconSize:i.FtCssVariableFactory.create("--ft-chip-icon-size","SIZE","18px"),rippleColor:i.FtCssVariableFactory.extend("--ft-chip-ripple-color",Wi),horizontalPadding:i.FtCssVariableFactory.create("--ft-chip-horizontal-padding","SIZE","6px"),verticalPadding:i.FtCssVariableFactory.create("--ft-chip-vertical-padding","SIZE","6px"),colorOutline:i.FtCssVariableFactory.external(i.designSystemVariables.colorOutline,"Design system"),opacityDisabled:i.FtCssVariableFactory.external(i.designSystemVariables.colorOpacityDisabled,"Design system")},Ki=i.FtCssVariableFactory.extend("--ft-chip-highlighted-color",i.FtCssVariableFactory.extend("--ft-chip-color",i.designSystemVariables.colorOnPrimary)),Gi={backgroundColor:i.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color",i.FtCssVariableFactory.extend("--ft-chip-background-color",i.designSystemVariables.colorPrimary)),color:Ki,rippleColor:i.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color",Ki)},Hi=i.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","SIZE","4px"),Li=i.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","SIZE","4px"),Pi=[i.noTextSelect,e.css`
|
|
327
327
|
:host {
|
|
328
328
|
display: inline-block;
|
|
329
329
|
max-width: 100%;
|
|
@@ -39,12 +39,13 @@ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,i=window.cust
|
|
|
39
39
|
* @license
|
|
40
40
|
* Copyright 2021 Google LLC
|
|
41
41
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
42
|
-
*/var a;const l=null!=(null===(a=window.HTMLSlotElement)||void 0===a?void 0:a.prototype.assignedElements)?(t,i)=>t.assignedElements(i):(t,i)=>t.assignedNodes(i).filter((t=>t.nodeType===Node.ELEMENT_NODE));
|
|
42
|
+
*/var a;const l=null!=(null===(a=window.HTMLSlotElement)||void 0===a?void 0:a.prototype.assignedElements)?(t,i)=>t.assignedElements(i):(t,i)=>t.assignedNodes(i).filter((t=>t.nodeType===Node.ELEMENT_NODE));function h(t,i){try{return function(t,i){if(t===i)return!0;if(t&&i&&"object"==typeof t&&"object"==typeof i){if(t.constructor!==i.constructor)return!1;var e,o,n;if(Array.isArray(t)){if((e=t.length)!=i.length)return!1;for(o=e;0!=o--;)if(!h(t[o],i[o]))return!1;return!0}if(t instanceof Map&&i instanceof Map){if(t.size!==i.size)return!1;for(o of t.entries())if(!i.has(o[0]))return!1;for(o of t.entries())if(!h(o[1],i.get(o[0])))return!1;return!0}if(t instanceof Set&&i instanceof Set){if(t.size!==i.size)return!1;for(o of t.entries())if(!i.has(o[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===i.source&&t.flags===i.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===i.valueOf();if((e=(n=Object.keys(t)).length)!==Object.keys(i).length)return!1;for(o=e;0!=o--;)if(!Object.prototype.hasOwnProperty.call(i,n[o]))return!1;for(o=e;0!=o--;){var s=n[o];if(!h(t[s],i[s]))return!1}return!0}return t!=t&&i!=i}(t,i)}catch(t){return!1}}const c=t=>i=>{window.customElements.get(t)||window.customElements.define(t,i)};
|
|
43
43
|
/**
|
|
44
44
|
* @license
|
|
45
45
|
* Copyright 2019 Google LLC
|
|
46
46
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
47
|
-
*/
|
|
47
|
+
*/
|
|
48
|
+
const p=window,f=p.ShadowRoot&&(void 0===p.ShadyCSS||p.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,d=Symbol(),u=new WeakMap;class v{constructor(t,i,e){if(this._$cssResult$=!0,e!==d)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=i}get styleSheet(){let t=this.o;const i=this.t;if(f&&void 0===t){const e=void 0!==i&&1===i.length;e&&(t=u.get(i)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&u.set(i,t))}return t}toString(){return this.cssText}}const y=t=>new v("string"==typeof t?t:t+"",void 0,d),g=(t,...i)=>{const e=1===t.length?t[0]:i.reduce(((i,e,o)=>i+(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.")})(e)+t[o+1]),t[0]);return new v(e,t,d)},x=(t,i)=>{f?t.adoptedStyleSheets=i.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):i.forEach((i=>{const e=document.createElement("style"),o=p.litNonce;void 0!==o&&e.setAttribute("nonce",o),e.textContent=i.cssText,t.appendChild(e)}))},m=f?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let i="";for(const e of t.cssRules)i+=e.cssText;return y(i)})(t):t
|
|
48
49
|
/**
|
|
49
50
|
* @license
|
|
50
51
|
* Copyright 2017 Google LLC
|
|
@@ -71,7 +72,7 @@ var ct,pt;class ft extends E{constructor(){super(...arguments),this.renderOption
|
|
|
71
72
|
<style>${t}</style>
|
|
72
73
|
`))}
|
|
73
74
|
${this.getTemplate()}
|
|
74
|
-
`}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var i,e;if((null!==(e=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==e?e:[]).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 i,e,o,n,s,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 h=new Set;for(let t of null!==(e=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const i=null!==(n=null===(o=t.getAttribute("part"))||void 0===o?void 0:o.split(" "))&&void 0!==n?n:[],e=null!==(r=null===(s=t.getAttribute("exportparts"))||void 0===s?void 0:s.split(",").map((t=>t.split(":")[1])))&&void 0!==r?r:[];new Array(...i,...e).filter(a).map((t=>t.trim())).forEach((t=>h.add(t)))}if(0===h.size)return void this.removeAttribute("exportparts");const c=[...h.values()].flatMap((t=>l.map((i=>`${t}:${i}--${t}`))));this.setAttribute("exportparts",[...this.part,...c].join(", "))}}gt([o()],xt.prototype,"exportpartsPrefix",void 0),gt([function(t,i){const e=()=>JSON.parse(JSON.stringify(t));return o({type:Object,converter:{fromAttribute:t=>{if(null==t)return e();try{return JSON.parse(t)}catch{return e()}},toAttribute:t=>JSON.stringify(t)},...null!=i?i:{}})}([])],xt.prototype,"exportpartsPrefixes",void 0),gt([o()],xt.prototype,"customStylesheet",void 0);const mt=g`
|
|
75
|
+
`}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var i,e;if((null!==(e=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==e?e:[]).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 i,e,o,n,s,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 h=new Set;for(let t of null!==(e=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const i=null!==(n=null===(o=t.getAttribute("part"))||void 0===o?void 0:o.split(" "))&&void 0!==n?n:[],e=null!==(r=null===(s=t.getAttribute("exportparts"))||void 0===s?void 0:s.split(",").map((t=>t.split(":")[1])))&&void 0!==r?r:[];new Array(...i,...e).filter(a).map((t=>t.trim())).forEach((t=>h.add(t)))}if(0===h.size)return void this.removeAttribute("exportparts");const c=[...h.values()].flatMap((t=>l.map((i=>`${t}:${i}--${t}`))));this.setAttribute("exportparts",[...this.part,...c].join(", "))}}gt([o()],xt.prototype,"exportpartsPrefix",void 0),gt([function(t,i){const e=()=>JSON.parse(JSON.stringify(t));return o({type:Object,converter:{fromAttribute:t=>{if(null==t)return e();try{return JSON.parse(t)}catch{return e()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,i)=>!h(t,i),...null!=i?i:{}})}([])],xt.prototype,"exportpartsPrefixes",void 0),gt([o()],xt.prototype,"customStylesheet",void 0);const mt=g`
|
|
75
76
|
.ft-no-text-select {
|
|
76
77
|
-webkit-touch-callout: none;
|
|
77
78
|
-webkit-user-select: none;
|
|
@@ -103,7 +104,7 @@ var ct,pt;class ft extends E{constructor(){super(...arguments),this.renderOption
|
|
|
103
104
|
display: inline-block;
|
|
104
105
|
width: 0;
|
|
105
106
|
}
|
|
106
|
-
`;const bt=t=>"object"==typeof t&&(0===Object.keys(t).length||"string"==typeof t.store||null!=t.selector||"function"==typeof t.hasChanged);class wt extends xt{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 i;return null==t?null!==(i=this.getUnnamedStore())&&void 0!==i?i:this.store:this.internalStores.get(t)}addStore(t,i){i=null!=i?i:$t(t)?t.name:"ft-lit-element-redux-default-store",this.unsubscribeFromStore(i),this.setupStore(i,t)}removeStore(t){const i="string"==typeof t?t:$t(t)?t.name:"ft-lit-element-redux-default-store";this.unsubscribeFromStore(i),this.internalStores.delete(i)}setupStore(t,i){this.internalStores.set(t,i),this.updateFromStores(),this.subscribeToStore(t,i)}setupStores(){this.unsubscribeFromStores(),0===this.internalStores.size&&null!=this.store?this.addStore(this.store):(this.updateFromStores(),this.internalStores.forEach(((t,i)=>this.subscribeToStore(i,t))))}updateFromStores(){this.reduxProperties&&this.reduxProperties.forEach(((t,i)=>{const e=this.getStore(t.store);e&&(this[i]=t.selector(e.getState(),this))}))}subscribeToStore(t,i){this.internalStoresUnsubscribers.set(t,i.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 $t(t){var i;return null===(i=t)||void 0===i?void 0:i.isFtReduxStore}var Ot,St,kt;const Ct=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(kt=null===(St=null===(Ot=window.safari)||void 0===Ot?void 0:Ot.pushNotification)||void 0===St?void 0:St.toString())&&void 0!==kt?kt:""),Nt=g`
|
|
107
|
+
`;const bt=t=>"object"==typeof t&&(0===Object.keys(t).length||"string"==typeof t.store||null!=t.selector||"function"==typeof t.hasChanged||null!=t.attribute);class wt extends xt{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 i;return null==t?null!==(i=this.getUnnamedStore())&&void 0!==i?i:this.store:this.internalStores.get(t)}addStore(t,i){i=null!=i?i:$t(t)?t.name:"ft-lit-element-redux-default-store",this.unsubscribeFromStore(i),this.setupStore(i,t)}removeStore(t){const i="string"==typeof t?t:$t(t)?t.name:"ft-lit-element-redux-default-store";this.unsubscribeFromStore(i),this.internalStores.delete(i)}setupStore(t,i){this.internalStores.set(t,i),this.updateFromStores(),this.subscribeToStore(t,i)}setupStores(){this.unsubscribeFromStores(),0===this.internalStores.size&&null!=this.store?this.addStore(this.store):(this.updateFromStores(),this.internalStores.forEach(((t,i)=>this.subscribeToStore(i,t))))}updateFromStores(){this.reduxProperties&&this.reduxProperties.forEach(((t,i)=>{const e=this.constructor.getPropertyOptions(i);if(!(null==e?void 0:e.attribute)||!this.hasAttribute("string"==typeof(null==e?void 0:e.attribute)?e.attribute:i)){const e=this.getStore(t.store);e&&(this[i]=t.selector(e.getState(),this))}}))}subscribeToStore(t,i){this.internalStoresUnsubscribers.set(t,i.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 $t(t){var i;return null===(i=t)||void 0===i?void 0:i.isFtReduxStore}var Ot,St,kt;const Ct=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(kt=null===(St=null===(Ot=window.safari)||void 0===Ot?void 0:Ot.pushNotification)||void 0===St?void 0:St.toString())&&void 0!==kt?kt:""),Nt=g`
|
|
107
108
|
:host {
|
|
108
109
|
display: inline-block;
|
|
109
110
|
}
|
|
@@ -214,7 +215,7 @@ var ct,pt;class ft extends E{constructor(){super(...arguments),this.renderOption
|
|
|
214
215
|
</${Ut(this.element)}>
|
|
215
216
|
`:At`
|
|
216
217
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
217
|
-
`}}Qi.styles=[Ii,Di,Wi,Ki,Hi,Zi,Vi,Ji,qi,Xi,Yi],Gi([o()],Qi.prototype,"element",void 0),Gi([o()],Qi.prototype,"variant",void 0),
|
|
218
|
+
`}}Qi.styles=[Ii,Di,Wi,Ki,Hi,Zi,Vi,Ji,qi,Xi,Yi],Gi([o()],Qi.prototype,"element",void 0),Gi([o()],Qi.prototype,"variant",void 0),c("ft-typography")(Qi);const te=ut.create("--ft-tooltip-distance","SIZE","4px"),ie=ut.create("--ft-tooltip-color","COLOR","#FFFFFF"),ee=ut.create("--ft-tooltip-background-color","COLOR","#666666"),oe=ut.create("--ft-tooltip-z-index","NUMBER","1"),ne=ut.external(yt.borderRadiusS,"Design system"),se=ut.create("--ft-tooltip-max-width","SIZE","150px"),re=g`
|
|
218
219
|
.ft-tooltip--container {
|
|
219
220
|
display: block;
|
|
220
221
|
position: relative;
|
|
@@ -270,7 +271,7 @@ var ct,pt;class ft extends E{constructor(){super(...arguments),this.renderOption
|
|
|
270
271
|
* Copyright 2017 Google LLC
|
|
271
272
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
272
273
|
*/
|
|
273
|
-
function(t,i,e){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:i},e?function(t){const{slot:i,selector:e}=null!=t?t:{};return s({descriptor:o=>({get(){var o;const n="slot"+(i?`[name=${i}]`:":not([name])"),s=null===(o=this.renderRoot)||void 0===o?void 0:o.querySelector(n),r=null!=s?l(s,t):[];return e?r.filter((t=>t.matches(e))):r},enumerable:!0,configurable:!0})})}({slot:n,flatten:i,selector:e}):s({descriptor:t=>({get(){var t,i;const e="slot"+(n?`[name=${n}]`:":not([name])"),s=null===(t=this.renderRoot)||void 0===t?void 0:t.querySelector(e);return null!==(i=null==s?void 0:s.assignedNodes(o))&&void 0!==i?i:[]},enumerable:!0,configurable:!0})})}("",!0)],le.prototype,"slotNodes",void 0),ae([r(".ft-tooltip--container")],le.prototype,"container",void 0),ae([r("slot")],le.prototype,"target",void 0),ae([r(".ft-tooltip")],le.prototype,"tooltip",void 0),ae([r(".ft-tooltip--content")],le.prototype,"tooltipContent",void 0),ae([n()],le.prototype,"visible",void 0),
|
|
274
|
+
function(t,i,e){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:i},e?function(t){const{slot:i,selector:e}=null!=t?t:{};return s({descriptor:o=>({get(){var o;const n="slot"+(i?`[name=${i}]`:":not([name])"),s=null===(o=this.renderRoot)||void 0===o?void 0:o.querySelector(n),r=null!=s?l(s,t):[];return e?r.filter((t=>t.matches(e))):r},enumerable:!0,configurable:!0})})}({slot:n,flatten:i,selector:e}):s({descriptor:t=>({get(){var t,i;const e="slot"+(n?`[name=${n}]`:":not([name])"),s=null===(t=this.renderRoot)||void 0===t?void 0:t.querySelector(e);return null!==(i=null==s?void 0:s.assignedNodes(o))&&void 0!==i?i:[]},enumerable:!0,configurable:!0})})}("",!0)],le.prototype,"slotNodes",void 0),ae([r(".ft-tooltip--container")],le.prototype,"container",void 0),ae([r("slot")],le.prototype,"target",void 0),ae([r(".ft-tooltip")],le.prototype,"tooltip",void 0),ae([r(".ft-tooltip--content")],le.prototype,"tooltipContent",void 0),ae([n()],le.prototype,"visible",void 0),c("ft-tooltip")(le);
|
|
274
275
|
/**
|
|
275
276
|
* @license
|
|
276
277
|
* Copyright 2017 Google LLC
|
|
@@ -387,7 +388,7 @@ const he=1,ce=2,pe=t=>(...i)=>({_$litDirective$:t,values:i});class fe{constructo
|
|
|
387
388
|
<div class="ft-ripple--background"></div>
|
|
388
389
|
<div class="ft-ripple--effect"></div>
|
|
389
390
|
</div>
|
|
390
|
-
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.ripple&&this.resizeObserver.observe(this.ripple),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}updated(t){var i,e;super.updated(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(i=this.target)||void 0===i||i.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true")),t.has("unbounded")&&this.setRippleSize()}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}setRippleSize(){if(this.ripple){const t=this.ripple.getBoundingClientRect();this.rippleSize=(this.unbounded?1:1.7)*Math.max(t.width,t.height)}}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>{var t;const i=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;i&&this.setupFor(i),this.setRippleSize()}))}setupFor(t){if(this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const i=(...t)=>i=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(i)},e=i("mouseup","contextmenu"),o=i("touchend","touchcancel"),n=t=>{["Enter"," "].includes(t.key)&&i("keyup")(t)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",e),t.addEventListener("touchstart",o),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",n),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",e),t.removeEventListener("touchstart",o),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",n),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const i=t,e=t;let o,n;return null!=i.x?({x:o,y:n}=i):null!=e.touches&&(o=e.touches[0].clientX,n=e.touches[0].clientY),{x:o,y:n}}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let i of t.composedPath()){if(i===this.target)break;if("hasAttribute"in i&&i.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.resizeObserver.disconnect(),this.endRipple()}}Se.elementDefinitions={},Se.styles=$e,Oe([o({type:Boolean})],Se.prototype,"primary",void 0),Oe([o({type:Boolean})],Se.prototype,"secondary",void 0),Oe([o({type:Boolean})],Se.prototype,"unbounded",void 0),Oe([o({type:Boolean})],Se.prototype,"activated",void 0),Oe([o({type:Boolean})],Se.prototype,"selected",void 0),Oe([o({type:Boolean})],Se.prototype,"disabled",void 0),Oe([n()],Se.prototype,"hovered",void 0),Oe([n()],Se.prototype,"focused",void 0),Oe([n()],Se.prototype,"pressed",void 0),Oe([n()],Se.prototype,"rippling",void 0),Oe([n()],Se.prototype,"rippleSize",void 0),Oe([n()],Se.prototype,"originX",void 0),Oe([n()],Se.prototype,"originY",void 0),Oe([r(".ft-ripple")],Se.prototype,"ripple",void 0),Oe([r(".ft-ripple--effect")],Se.prototype,"rippleEffect",void 0),
|
|
391
|
+
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.ripple&&this.resizeObserver.observe(this.ripple),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}updated(t){var i,e;super.updated(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(i=this.target)||void 0===i||i.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true")),t.has("unbounded")&&this.setRippleSize()}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}setRippleSize(){if(this.ripple){const t=this.ripple.getBoundingClientRect();this.rippleSize=(this.unbounded?1:1.7)*Math.max(t.width,t.height)}}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>{var t;const i=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;i&&this.setupFor(i),this.setRippleSize()}))}setupFor(t){if(this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const i=(...t)=>i=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(i)},e=i("mouseup","contextmenu"),o=i("touchend","touchcancel"),n=t=>{["Enter"," "].includes(t.key)&&i("keyup")(t)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",e),t.addEventListener("touchstart",o),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",n),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",e),t.removeEventListener("touchstart",o),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",n),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const i=t,e=t;let o,n;return null!=i.x?({x:o,y:n}=i):null!=e.touches&&(o=e.touches[0].clientX,n=e.touches[0].clientY),{x:o,y:n}}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let i of t.composedPath()){if(i===this.target)break;if("hasAttribute"in i&&i.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.resizeObserver.disconnect(),this.endRipple()}}Se.elementDefinitions={},Se.styles=$e,Oe([o({type:Boolean})],Se.prototype,"primary",void 0),Oe([o({type:Boolean})],Se.prototype,"secondary",void 0),Oe([o({type:Boolean})],Se.prototype,"unbounded",void 0),Oe([o({type:Boolean})],Se.prototype,"activated",void 0),Oe([o({type:Boolean})],Se.prototype,"selected",void 0),Oe([o({type:Boolean})],Se.prototype,"disabled",void 0),Oe([n()],Se.prototype,"hovered",void 0),Oe([n()],Se.prototype,"focused",void 0),Oe([n()],Se.prototype,"pressed",void 0),Oe([n()],Se.prototype,"rippling",void 0),Oe([n()],Se.prototype,"rippleSize",void 0),Oe([n()],Se.prototype,"originX",void 0),Oe([n()],Se.prototype,"originY",void 0),Oe([r(".ft-ripple")],Se.prototype,"ripple",void 0),Oe([r(".ft-ripple--effect")],Se.prototype,"rippleEffect",void 0),c("ft-ripple")(Se);
|
|
391
392
|
/**
|
|
392
393
|
* @license
|
|
393
394
|
* Copyright 2017 Google LLC
|
|
@@ -440,12 +441,12 @@ class ke extends fe{constructor(t){if(super(t),this.it=q,t.type!==ce)throw Error
|
|
|
440
441
|
.ft-icon--material {
|
|
441
442
|
font-family: ${Re.materialFontFamily}, "Material Icons", sans-serif;
|
|
442
443
|
}
|
|
443
|
-
`;var je;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(je||(je={}));var ze=function(t,i,e,o){for(var n,s=arguments.length,r=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,e):o,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(s<3?n(r):s>3?n(i,e,r):n(i,e))||r);return s>3&&r&&Object.defineProperty(i,e,r),r};class Ue extends xt{constructor(){super(...arguments),this.
|
|
444
|
-
<i class="ft-icon ${"ft-icon--"+
|
|
444
|
+
`;var je;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(je||(je={}));var ze=function(t,i,e,o){for(var n,s=arguments.length,r=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,e):o,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(s<3?n(r):s>3?n(i,e,r):n(i,e))||r);return s>3&&r&&Object.defineProperty(i,e,r),r};class Ue extends xt{constructor(){super(...arguments),this.resolvedIcon=q}render(){var t;const i=null!==(t=this.variant)&&void 0!==t?t:je.fluid_topics,e="material"!==i||this.value;return V`
|
|
445
|
+
<i class="ft-icon ${"ft-icon--"+i}">
|
|
445
446
|
${Ce(this.resolvedIcon)}
|
|
446
|
-
<slot ?hidden=${
|
|
447
|
+
<slot ?hidden=${e}></slot>
|
|
447
448
|
</i>
|
|
448
|
-
`}get textContent(){var t,i;return null!==(i=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==i?i:""}update(t){super.update(t),["value","variant"].some((i=>t.has(i)))&&this.resolveIcon()}resolveIcon(){var t,i;let e=this.value||this.textContent;switch(this.variant){case je.file_format:this.resolvedIcon=null!==(t=Ee[e.replace("-","_").toUpperCase()])&&void 0!==t?t:e;break;case je.
|
|
449
|
+
`}get textContent(){var t,i;return null!==(i=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==i?i:""}update(t){super.update(t),["value","variant"].some((i=>t.has(i)))&&this.resolveIcon()}resolveIcon(){var t,i;let e=this.value||this.textContent;switch(this.variant){case je.file_format:this.resolvedIcon=null!==(t=Ee[e.replace("-","_").toUpperCase()])&&void 0!==t?t:e;break;case je.material:this.resolvedIcon=this.value||q;break;default:this.resolvedIcon=null!==(i=Ne[e.replace("-","_").toUpperCase()])&&void 0!==i?i:e}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}Ue.elementDefinitions={},Ue.styles=Me,ze([o()],Ue.prototype,"variant",void 0),ze([o()],Ue.prototype,"value",void 0),ze([n()],Ue.prototype,"resolvedIcon",void 0),ze([r("slot")],Ue.prototype,"slottedContent",void 0),c("ft-icon")(Ue);const Fe=ut.extend("--ft-chip-color",yt.colorOnSurface),Ae={backgroundColor:ut.extend("--ft-chip-background-color",yt.colorSurface),color:Fe,fontSize:ut.extend("--ft-chip-font-size",yi.fontSize),iconSize:ut.create("--ft-chip-icon-size","SIZE","18px"),rippleColor:ut.extend("--ft-chip-ripple-color",Fe),horizontalPadding:ut.create("--ft-chip-horizontal-padding","SIZE","6px"),verticalPadding:ut.create("--ft-chip-vertical-padding","SIZE","6px"),colorOutline:ut.external(yt.colorOutline,"Design system"),opacityDisabled:ut.external(yt.colorOpacityDisabled,"Design system")},Be=ut.extend("--ft-chip-highlighted-color",ut.extend("--ft-chip-color",yt.colorOnPrimary)),Te={backgroundColor:ut.extend("--ft-chip-highlighted-background-color",ut.extend("--ft-chip-background-color",yt.colorPrimary)),color:Be,rippleColor:ut.extend("--ft-chip-highlighted-ripple-color",Be)},Le=ut.create("--ft-chip-dense-horizontal-padding","SIZE","4px"),Pe=ut.create("--ft-chip-dense-vertical-padding","SIZE","4px"),_e=[mt,g`
|
|
449
450
|
:host {
|
|
450
451
|
display: inline-block;
|
|
451
452
|
max-width: 100%;
|
|
@@ -594,7 +595,7 @@ class ke extends fe{constructor(t){if(super(t),this.it=q,t.type!==ce)throw Error
|
|
|
594
595
|
<ft-ripple ?disabled=${!this.interactionsOnIcon}></ft-ripple>
|
|
595
596
|
<ft-icon variant="material">${this.internalIcon}</ft-icon>
|
|
596
597
|
</div>
|
|
597
|
-
`}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new De))}onIconClick(t){this.interactionsOnIcon&&(t.stopPropagation(),this.dispatchEvent(new De))}getLabel(){return this.label||this.textContent}get textContent(){var t,i;return null!==(i=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==i?i:""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"cancel":void 0)}}We.elementDefinitions={"ft-ripple":Se,"ft-typography":Qi,"ft-icon":Ue},We.styles=_e,Ie([o({type:Boolean})],We.prototype,"highlighted",void 0),Ie([o({type:Boolean})],We.prototype,"removable",void 0),Ie([o({type:Boolean})],We.prototype,"disabled",void 0),Ie([o({type:Boolean})],We.prototype,"clickable",void 0),Ie([o({type:Boolean})],We.prototype,"iconClickable",void 0),Ie([o({type:Boolean})],We.prototype,"dense",void 0),Ie([o({type:Boolean})],We.prototype,"multiLine",void 0),Ie([o({type:String})],We.prototype,"label",void 0),Ie([o({type:String})],We.prototype,"icon",void 0),Ie([o({type:Boolean})],We.prototype,"trailingIcon",void 0),Ie([r("ft-typography slot")],We.prototype,"slottedContent",void 0),
|
|
598
|
+
`}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new De))}onIconClick(t){this.interactionsOnIcon&&(t.stopPropagation(),this.dispatchEvent(new De))}getLabel(){return this.label||this.textContent}get textContent(){var t,i;return null!==(i=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==i?i:""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"cancel":void 0)}}We.elementDefinitions={"ft-ripple":Se,"ft-typography":Qi,"ft-icon":Ue},We.styles=_e,Ie([o({type:Boolean})],We.prototype,"highlighted",void 0),Ie([o({type:Boolean})],We.prototype,"removable",void 0),Ie([o({type:Boolean})],We.prototype,"disabled",void 0),Ie([o({type:Boolean})],We.prototype,"clickable",void 0),Ie([o({type:Boolean})],We.prototype,"iconClickable",void 0),Ie([o({type:Boolean})],We.prototype,"dense",void 0),Ie([o({type:Boolean})],We.prototype,"multiLine",void 0),Ie([o({type:String})],We.prototype,"label",void 0),Ie([o({type:String})],We.prototype,"icon",void 0),Ie([o({type:Boolean})],We.prototype,"trailingIcon",void 0),Ie([r("ft-typography slot")],We.prototype,"slottedContent",void 0),c("ft-chip")(We);var Ke=function(t,i,e,o){for(var n,s=arguments.length,r=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,e):o,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(s<3?n(r):s>3?n(i,e,r):n(i,e))||r);return s>3&&r&&Object.defineProperty(i,e,r),r};class He extends Mt{constructor(){super(...arguments),this.editorMode=!1}render(){return V`
|
|
598
599
|
<ft-tooltip text="${this.tooltipText}">
|
|
599
600
|
<ft-chip>
|
|
600
601
|
${this.renderContent()}
|
|
@@ -607,4 +608,4 @@ class ke extends fe{constructor(t){if(super(t),this.it=q,t.type!==ce)throw Error
|
|
|
607
608
|
display: none !important;
|
|
608
609
|
}
|
|
609
610
|
</style>
|
|
610
|
-
`}get valueText(){var t,i;return null!==(i=null===(t=this.metadata)||void 0===t?void 0:t.values.join(", "))&&void 0!==i?i:""}get tooltipText(){var t,i;return this.metadata?`${null!==(i=null===(t=this.metadata)||void 0===t?void 0:t.label)&&void 0!==i?i:this.metadata.key}: ${this.valueText}`:""}}He.elementDefinitions={"ft-tooltip":le,"ft-chip":We},He.styles=Nt,Ke([o()],He.prototype,"key",void 0),Ke([o({attribute:!1})],He.prototype,"editorMode",void 0),Ke([((t,i)=>{var e;const o=bt(t)?t:{};return i=null!==(e=null!=i?i:o.hasChanged)&&void 0!==e?e:(t,i)=>!
|
|
611
|
+
`}get valueText(){var t,i;return null!==(i=null===(t=this.metadata)||void 0===t?void 0:t.values.join(", "))&&void 0!==i?i:""}get tooltipText(){var t,i;return this.metadata?`${null!==(i=null===(t=this.metadata)||void 0===t?void 0:t.label)&&void 0!==i?i:this.metadata.key}: ${this.valueText}`:""}}He.elementDefinitions={"ft-tooltip":le,"ft-chip":We},He.styles=Nt,Ke([o()],He.prototype,"key",void 0),Ke([o({attribute:!1})],He.prototype,"editorMode",void 0),Ke([((t,i)=>{var e;const o=bt(t)?t:{};return i=null!==(e=null!=i?i:o.hasChanged)&&void 0!==e?e:(t,i)=>!h(t,i),(e,n)=>{var s,r;e.constructor.createProperty(n,{hasChanged:i,attribute:null!==(s=o.attribute)&&void 0!==s&&s});const a=e;a.reduxProperties=a.reduxProperties||new Map;const l=null!==(r=bt(t)?o.selector:t)&&void 0!==r?r:t=>t[n];a.reduxProperties.set(n,{selector:l,store:o.store})}})(((t,i)=>{var e,o;return null===(o=null===(e=t.map)||void 0===e?void 0:e.metadata)||void 0===o?void 0:o.find((t=>t.key===i.key))}))],He.prototype,"metadata",void 0),c("ft-reader-metadata")(He),t.FtReaderMetadata=He,t.FtReaderMetadataCssVariables={},t.styles=Nt,Object.defineProperty(t,"i",{value:!0})}({});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-reader-metadata",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.58",
|
|
4
4
|
"description": "Metadata for integrated reader",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,11 +19,11 @@
|
|
|
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-tooltip": "0.3.
|
|
25
|
-
"@fluid-topics/ft-wc-utils": "0.3.
|
|
22
|
+
"@fluid-topics/ft-chip": "0.3.58",
|
|
23
|
+
"@fluid-topics/ft-reader-context": "0.3.58",
|
|
24
|
+
"@fluid-topics/ft-tooltip": "0.3.58",
|
|
25
|
+
"@fluid-topics/ft-wc-utils": "0.3.58",
|
|
26
26
|
"lit": "2.2.8"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "c053ee1216238ba6b2c62e5add329343f735c77e"
|
|
29
29
|
}
|