@fluid-topics/ft-chart 0.2.1 → 0.2.4

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.
@@ -89,7 +89,7 @@ i.version="2.29.2",t=Sn,i.fn=Mi,i.min=function(){var t=[].slice.call(arguments,0
89
89
  * Copyright 2017 Google LLC
90
90
  * SPDX-License-Identifier: BSD-3-Clause
91
91
  */
92
- function(t,n){return(({finisher:t,descriptor:n})=>(i,e)=>{var r;if(void 0===e){const e=null!==(r=i.originalKey)&&void 0!==r?r:i.key,s=null!=n?{kind:"method",placement:"prototype",key:e,descriptor:n(i.key)}:{...i,key:e};return null!=t&&(s.finisher=function(n){t(n,e)}),s}{const r=i.constructor;void 0!==n&&Object.defineProperty(i,e,n(e)),null==t||t(r,e)}})({descriptor:i=>{const e={get(){var n,i;return null!==(i=null===(n=this.renderRoot)||void 0===n?void 0:n.querySelector(t))&&void 0!==i?i:null},enumerable:!0,configurable:!0};if(n){const n="symbol"==typeof i?Symbol():"__"+i;e.get=function(){var i,e;return void 0===this[n]&&(this[n]=null!==(e=null===(i=this.renderRoot)||void 0===i?void 0:i.querySelector(t))&&void 0!==e?e:null),this[n]}}return e}})}(".sessions-chart")],ft.prototype,"container",void 0),ft=dt([e("ft-chart")],ft),e("ft-chart")(function t(n){var i;let e;if("elementDefinitions"in n){e={};const i=n.elementDefinitions;for(let n in i)e[n]=t(i[n])}return i=class extends n{constructor(...t){super(t),this._constructor=this.constructor}render(){var t;let i=null!==(t=n.styles)&&void 0!==t?t:[];return Array.isArray(i)||(i=[i]),L`
92
+ function(t,n){return(({finisher:t,descriptor:n})=>(i,e)=>{var r;if(void 0===e){const e=null!==(r=i.originalKey)&&void 0!==r?r:i.key,s=null!=n?{kind:"method",placement:"prototype",key:e,descriptor:n(i.key)}:{...i,key:e};return null!=t&&(s.finisher=function(n){t(n,e)}),s}{const r=i.constructor;void 0!==n&&Object.defineProperty(i,e,n(e)),null==t||t(r,e)}})({descriptor:i=>{const e={get(){var n,i;return null!==(i=null===(n=this.renderRoot)||void 0===n?void 0:n.querySelector(t))&&void 0!==i?i:null},enumerable:!0,configurable:!0};if(n){const n="symbol"==typeof i?Symbol():"__"+i;e.get=function(){var i,e;return void 0===this[n]&&(this[n]=null!==(e=null===(i=this.renderRoot)||void 0===i?void 0:i.querySelector(t))&&void 0!==e?e:null),this[n]}}return e}})}(".sessions-chart")],ft.prototype,"container",void 0),ft=dt([e("ft-chart")],ft),e("ft-chart")(function t(n){var i;let e;if("elementDefinitions"in n){e={};const i=n.elementDefinitions;for(let n in i)e[n]=t(i[n])}return i=class extends n{render(){var t;let i=null!==(t=n.styles)&&void 0!==t?t:[];return Array.isArray(i)||(i=[i]),L`
93
93
  ${i.map((t=>L`
94
94
  <style>${t}</style>
95
95
  `))}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-chart",
3
- "version": "0.2.1",
3
+ "version": "0.2.4",
4
4
  "description": "Display charts from data",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,7 +19,7 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-wc-utils": "^0.2.1",
22
+ "@fluid-topics/ft-wc-utils": "^0.2.4",
23
23
  "lit": "2.1.3",
24
24
  "moment": "^2.29.2"
25
25
  },
@@ -29,5 +29,5 @@
29
29
  "peerDependencies": {
30
30
  "echarts": "^5.3.0"
31
31
  },
32
- "gitHead": "2ed08ecdd09372f1c522c4812bd738b7ee79a644"
32
+ "gitHead": "dd34b0ce95457dbe65b23250e49804ee883096d9"
33
33
  }