@xplortech/insights-elements 0.0.1-draft.7729525
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/LICENSE +21 -0
- package/README.md +24 -0
- package/dist/cjs/apollo-data.esm-by4pfDU4.js +30 -0
- package/dist/cjs/apollo-data.esm-by4pfDU4.js.map +1 -0
- package/dist/cjs/app-globals-D-MP41KM.js +62 -0
- package/dist/cjs/app-globals-D-MP41KM.js.map +1 -0
- package/dist/cjs/index-CyoztwkV.js +40 -0
- package/dist/cjs/index-CyoztwkV.js.map +1 -0
- package/dist/cjs/index-DtrFwwSq.js +1472 -0
- package/dist/cjs/index-DtrFwwSq.js.map +1 -0
- package/dist/cjs/index.cjs.js +8 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/insights-bar-chart.cjs.entry.js +42 -0
- package/dist/cjs/insights-bar-chart.entry.cjs.js.map +1 -0
- package/dist/cjs/insights-chart-base-D6QbrWmD.js +102 -0
- package/dist/cjs/insights-chart-base-D6QbrWmD.js.map +1 -0
- package/dist/cjs/insights-donut-chart.cjs.entry.js +42 -0
- package/dist/cjs/insights-donut-chart.entry.cjs.js.map +1 -0
- package/dist/cjs/insights-elements.cjs.js +26 -0
- package/dist/cjs/insights-elements.cjs.js.map +1 -0
- package/dist/cjs/insights-wrapper.cjs.entry.js +1087 -0
- package/dist/cjs/insights-wrapper.entry.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +14 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/collection/collection-manifest.json +15 -0
- package/dist/collection/components/insights-bar-chart/insights-bar-chart.css +87 -0
- package/dist/collection/components/insights-bar-chart/insights-bar-chart.js +51 -0
- package/dist/collection/components/insights-bar-chart/insights-bar-chart.js.map +1 -0
- package/dist/collection/components/insights-chart-base.js +213 -0
- package/dist/collection/components/insights-chart-base.js.map +1 -0
- package/dist/collection/components/insights-donut-chart/insights-donut-chart.css +87 -0
- package/dist/collection/components/insights-donut-chart/insights-donut-chart.js +51 -0
- package/dist/collection/components/insights-donut-chart/insights-donut-chart.js.map +1 -0
- package/dist/collection/components/insights-wrapper/insights-wrapper.css +17 -0
- package/dist/collection/components/insights-wrapper/insights-wrapper.js +402 -0
- package/dist/collection/components/insights-wrapper/insights-wrapper.js.map +1 -0
- package/dist/collection/global/app.js +35 -0
- package/dist/collection/global/app.js.map +1 -0
- package/dist/collection/index.js +12 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/utils/chart-types.js +16 -0
- package/dist/collection/utils/chart-types.js.map +1 -0
- package/dist/collection/utils/code-generator.js +201 -0
- package/dist/collection/utils/code-generator.js.map +1 -0
- package/dist/collection/utils/insights-context.js +33 -0
- package/dist/collection/utils/insights-context.js.map +1 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.js +44 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/insights-bar-chart.d.ts +11 -0
- package/dist/components/insights-bar-chart.js +73 -0
- package/dist/components/insights-bar-chart.js.map +1 -0
- package/dist/components/insights-donut-chart.d.ts +11 -0
- package/dist/components/insights-donut-chart.js +73 -0
- package/dist/components/insights-donut-chart.js.map +1 -0
- package/dist/components/insights-wrapper.d.ts +11 -0
- package/dist/components/insights-wrapper.js +1123 -0
- package/dist/components/insights-wrapper.js.map +1 -0
- package/dist/components/p-CSTD3N9t.js +37 -0
- package/dist/components/p-CSTD3N9t.js.map +1 -0
- package/dist/components/p-DFvs3VMW.js +1195 -0
- package/dist/components/p-DFvs3VMW.js.map +1 -0
- package/dist/components/p-DHA6uI9u.js +9 -0
- package/dist/components/p-DHA6uI9u.js.map +1 -0
- package/dist/components/p-Dv82-c17.js +100 -0
- package/dist/components/p-Dv82-c17.js.map +1 -0
- package/dist/esm/apollo-data.esm-DHA6uI9u.js +9 -0
- package/dist/esm/apollo-data.esm-DHA6uI9u.js.map +1 -0
- package/dist/esm/app-globals-BtE_P06_.js +41 -0
- package/dist/esm/app-globals-BtE_P06_.js.map +1 -0
- package/dist/esm/index-BAqvP5--.js +1447 -0
- package/dist/esm/index-BAqvP5--.js.map +1 -0
- package/dist/esm/index-CSTD3N9t.js +37 -0
- package/dist/esm/index-CSTD3N9t.js.map +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/insights-bar-chart.entry.js +40 -0
- package/dist/esm/insights-bar-chart.entry.js.map +1 -0
- package/dist/esm/insights-chart-base-uNbdsloe.js +100 -0
- package/dist/esm/insights-chart-base-uNbdsloe.js.map +1 -0
- package/dist/esm/insights-donut-chart.entry.js +40 -0
- package/dist/esm/insights-donut-chart.entry.js.map +1 -0
- package/dist/esm/insights-elements.js +22 -0
- package/dist/esm/insights-elements.js.map +1 -0
- package/dist/esm/insights-wrapper.entry.js +1085 -0
- package/dist/esm/insights-wrapper.entry.js.map +1 -0
- package/dist/esm/loader.js +12 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/insights-elements/index.esm.js +2 -0
- package/dist/insights-elements/index.esm.js.map +1 -0
- package/dist/insights-elements/insights-bar-chart.entry.esm.js.map +1 -0
- package/dist/insights-elements/insights-donut-chart.entry.esm.js.map +1 -0
- package/dist/insights-elements/insights-elements.esm.js +2 -0
- package/dist/insights-elements/insights-elements.esm.js.map +1 -0
- package/dist/insights-elements/insights-wrapper.entry.esm.js.map +1 -0
- package/dist/insights-elements/loader.esm.js.map +1 -0
- package/dist/insights-elements/p-247183e1.entry.js +2 -0
- package/dist/insights-elements/p-247183e1.entry.js.map +1 -0
- package/dist/insights-elements/p-29ce0a90.entry.js +2 -0
- package/dist/insights-elements/p-29ce0a90.entry.js.map +1 -0
- package/dist/insights-elements/p-BAqvP5--.js +3 -0
- package/dist/insights-elements/p-BAqvP5--.js.map +1 -0
- package/dist/insights-elements/p-CSTD3N9t.js +2 -0
- package/dist/insights-elements/p-CSTD3N9t.js.map +1 -0
- package/dist/insights-elements/p-DE0h_D1B.js +2 -0
- package/dist/insights-elements/p-DE0h_D1B.js.map +1 -0
- package/dist/insights-elements/p-DHA6uI9u.js +3 -0
- package/dist/insights-elements/p-DHA6uI9u.js.map +1 -0
- package/dist/insights-elements/p-DVNwzSpV.js +2 -0
- package/dist/insights-elements/p-DVNwzSpV.js.map +1 -0
- package/dist/insights-elements/p-e48a7068.entry.js +2 -0
- package/dist/insights-elements/p-e48a7068.entry.js.map +1 -0
- package/dist/types/components/insights-bar-chart/insights-bar-chart.d.ts +9 -0
- package/dist/types/components/insights-chart-base.d.ts +54 -0
- package/dist/types/components/insights-donut-chart/insights-donut-chart.d.ts +9 -0
- package/dist/types/components/insights-wrapper/insights-wrapper.d.ts +46 -0
- package/dist/types/components.d.ts +201 -0
- package/dist/types/global/app.d.ts +6 -0
- package/dist/types/index.d.ts +12 -0
- package/dist/types/stencil-public-runtime.d.ts +1756 -0
- package/dist/types/utils/chart-types.d.ts +53 -0
- package/dist/types/utils/code-generator.d.ts +31 -0
- package/dist/types/utils/insights-context.d.ts +39 -0
- package/insights-loader/cdn.js +1 -0
- package/insights-loader/index.cjs.js +1 -0
- package/insights-loader/index.d.ts +24 -0
- package/insights-loader/index.es2017.js +1 -0
- package/insights-loader/index.js +2 -0
- package/loader/index.cjs.js +8 -0
- package/loader/index.d.ts +5 -0
- package/loader/index.js +7 -0
- package/package.json +92 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var t,e=t=>{if(t.__stencil__getHostRef)return t.__stencil__getHostRef()},n=(t,e)=>(0,console.error)(t,e),o=new Map,l="undefined"!=typeof window?window:{},i={u:0,h:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,e,n,o)=>t.addEventListener(e,n,o),rel:(t,e,n,o)=>t.removeEventListener(e,n,o),ce:(t,e)=>new CustomEvent(t,e)},s=t=>Promise.resolve(t),r=!!(()=>{try{return!!l.document.adoptedStyleSheets&&(new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync)}catch(t){}return false})()&&(()=>!!l.document&&Object.getOwnPropertyDescriptor(l.document.adoptedStyleSheets,"length").writable)(),c=false,a=[],u=[],f=(t,e)=>e=>{t.push(e),c||(c=true,4&i.u?p(h):i.raf(h))},d=t=>{for(let e=0;e<t.length;e++)try{t[e](performance.now())}catch(t){n(t)}t.length=0},h=()=>{d(a),d(u),(c=a.length>0)&&i.raf(h)},p=t=>s().then(t),m=f(u);function v(){const e=this.attachShadow({mode:"open"});void 0===t&&(t=null),t&&(r?e.adoptedStyleSheets.push(t):e.adoptedStyleSheets=[...e.adoptedStyleSheets,t])}var y,b=new WeakMap,w=t=>"object"==(t=typeof t)||"function"===t,j=(t,e,...n)=>{let o=null,l=null,i=false,s=false;const r=[],c=t=>{for(let e=0;e<t.length;e++)o=t[e],Array.isArray(o)?c(o):null!=o&&"boolean"!=typeof o&&((i=!w(o))&&(o+=""),i&&s?r[r.length-1].m+=o:r.push(i?S(null,o):o),s=i)};c(n);const a=S(t,null);return a.p=e,r.length>0&&(a.v=r),a.$=l,a},S=(t,e)=>({u:0,j:t,m:null!=e?e:null,O:null,v:null,p:null,$:null}),O={},g=(t,e)=>null==t||w(t)?t:1&e?t+"":t,k=(t,e,n,o,l,i)=>{if(n===o)return;let s=((t,e)=>e in t)(t,e);if(e.toLowerCase(),"style"===e){for(const e in n)o&&null!=o[e]||(e.includes("-")?t.style.removeProperty(e):t.style[e]="");for(const e in o)n&&o[e]===n[e]||(e.includes("-")?t.style.setProperty(e,o[e]):t.style[e]=o[e])}else if("key"===e);else{const r=w(o);if(s||r&&null!==o)try{if(t.tagName.includes("-"))t[e]!==o&&(t[e]=o);else{const l=null==o?"":o;"list"===e?s=false:null!=n&&t[e]==l||("function"==typeof t.__lookupSetter__(e)?t[e]=l:t.setAttribute(e,l))}}catch(t){}null==o||false===o?false===o&&""!==t.getAttribute(e)||t.removeAttribute(e):(!s||4&i||l)&&!r&&1===t.nodeType&&t.setAttribute(e,o=true===o?"":o)}},C=(t,e,n)=>{const o=11===e.O.nodeType&&e.O.host?e.O.host:e.O,l=t&&t.p||{},i=e.p||{};for(const t of E(Object.keys(l)))t in i||k(o,t,l[t],void 0,n,e.u);for(const t of E(Object.keys(i)))k(o,t,l[t],i[t],n,e.u)};function E(t){return t.includes("ref")?[...t.filter((t=>"ref"!==t)),"ref"]:t}var M=false,$=(t,e,n)=>{const o=e.v[n];let i,s,r=0;if(!l.document)throw Error("You are trying to render a Stencil component in an environment that doesn't support the DOM.");if(i=o.O=l.document.createElement(o.j),C(null,o,M),o.v){const e="template"===o.j?i.content:i;for(r=0;r<o.v.length;++r)s=$(t,o,r),s&&e.appendChild(s)}return i["s-hn"]=y,i},R=(t,e,n,o,l,i)=>{let s,r=t;for(r.shadowRoot&&r.tagName===y&&(r=r.shadowRoot),"template"===n.j&&(r=r.content);l<=i;++l)o[l]&&(s=$(null,n,l),s&&(o[l].O=s,N(r,s,e)))},D=(t,e,n)=>{for(let o=e;o<=n;++o){const e=t[o];if(e){const t=e.O;t&&t.remove()}}},L=(t,e,n=false)=>t.j===e.j&&(n?(n&&!t.$&&e.$&&(t.$=e.$),true):t.$===e.$),P=(t,e,n=false)=>{const o=e.O=t.O,l=t.v,i=e.v;C(t,e,M),null!==l&&null!==i?((t,e,n,o,l=false)=>{let i,s,r=0,c=0,a=0,u=0,f=e.length-1,d=e[0],h=e[f],p=o.length-1,m=o[0],v=o[p];const y="template"===n.j?t.content:t;for(;r<=f&&c<=p;)if(null==d)d=e[++r];else if(null==h)h=e[--f];else if(null==m)m=o[++c];else if(null==v)v=o[--p];else if(L(d,m,l))P(d,m,l),d=e[++r],m=o[++c];else if(L(h,v,l))P(h,v,l),h=e[--f],v=o[--p];else if(L(d,v,l))P(d,v,l),N(y,d.O,h.O.nextSibling),d=e[++r],v=o[--p];else if(L(h,m,l))P(h,m,l),N(y,h.O,d.O),h=e[--f],m=o[++c];else{for(a=-1,u=r;u<=f;++u)if(e[u]&&null!==e[u].$&&e[u].$===m.$){a=u;break}a>=0?(s=e[a],s.j!==m.j?i=$(e&&e[c],n,a):(P(s,m,l),e[a]=void 0,i=s.O),m=o[++c]):(i=$(e&&e[c],n,c),m=o[++c]),i&&N(d.O.parentNode,i,d.O)}r>f?R(t,null==o[p+1]?null:o[p+1].O,n,o,c,p):c>p&&D(e,r,f)})(o,l,e,i,n):null!==i?R(o,null,e,i,0,i.length-1):!n&&null!==l&&D(l,0,l.length-1)},N=(t,e,n)=>t.__insertBefore?t.__insertBefore(e,n):null==t?void 0:t.insertBefore(e,n),U=(t,e)=>{if(e&&!t.S&&e["s-p"]){const n=e["s-p"].push(new Promise((o=>t.S=()=>{e["s-p"].splice(n-1,1),o()})))}},x=(t,e)=>{if(t.u|=16,4&t.u)return void(t.u|=512);U(t,t.k);const n=()=>T(t,e);if(!e)return m(n);queueMicrotask((()=>{n()}))},T=(t,e)=>{const n=t.$hostElement$,o=t.i;if(!o)throw Error(`Can't render component <${n.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let l;return e?(t.M.length&&t.M.forEach((t=>t(n))),l=G(o,"componentWillLoad",void 0,n)):l=G(o,"componentWillUpdate",void 0,n),l=W(l,(()=>G(o,"componentWillRender",void 0,n))),W(l,(()=>q(t,o,e)))},W=(t,e)=>A(t)?t.then(e).catch((t=>{console.error(t),e()})):e(),A=t=>t instanceof Promise||t&&t.then&&"function"==typeof t.then,q=async(t,e,n)=>{var o;const l=t.$hostElement$,i=l["s-rc"];F(t,e,l,n),i&&(i.map((t=>t())),l["s-rc"]=void 0);{const e=null!=(o=l["s-p"])?o:[],n=()=>H(t);0===e.length?n():(Promise.all(e).then(n),t.u|=4,e.length=0)}},F=(t,e,o,l)=>{try{e=e.render(),t.u&=-17,t.u|=2,((t,e,n=false)=>{const o=t.$hostElement$,l=t.C||S(null,null),i=(t=>t&&t.j===O)(e)?e:j(null,null,e);if(y=o.tagName,n&&i.p)for(const t of Object.keys(i.p))o.hasAttribute(t)&&!["key","ref","style","class"].includes(t)&&(i.p[t]=o[t]);i.j=null,i.u|=4,t.C=i,i.O=l.O=o.shadowRoot||o,P(l,i,n)})(t,e,l)}catch(e){n(e,t.$hostElement$)}return null},H=t=>{const e=t.$hostElement$,n=t.i,o=t.k;G(n,"componentDidRender",void 0,e),64&t.u?G(n,"componentDidUpdate",void 0,e):(t.u|=64,Y(e),G(n,"componentDidLoad",void 0,e),t.P(e),o||z()),t.S&&(t.S(),t.S=void 0),512&t.u&&p((()=>x(t,false))),t.u&=-517},z=()=>{p((()=>(t=>{const e=i.ce("appload",{detail:{namespace:"apollo-data"}});return t.dispatchEvent(e),e})(l)))},G=(t,e,o,l)=>{if(t&&t[e])try{return t[e](o)}catch(t){n(t,l)}},Y=t=>t.classList.add("hydrated"),_=(t,n,o,l)=>{const i=e(t);if(!i)return;if(!i)throw Error(`Couldn't find host element for "${l.R}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`);const s=i.l.get(n),r=i.u,c=i.i;if(o=g(o,l.t[n][0]),!(8&r&&void 0!==s||o===s||Number.isNaN(s)&&Number.isNaN(o)||(i.l.set(n,o),2!=(18&r)))){if(c.componentShouldUpdate&&false===c.componentShouldUpdate(o,s,n))return;x(i,false)}},B=(t,n,o)=>{var l,s;const r=t.prototype;if(n.t){const c=Object.entries(null!=(l=n.t)?l:{});if(c.map((([t,[l]])=>{if(31&l||2&o&&32&l){const{get:i,set:s}=Object.getOwnPropertyDescriptor(r,t)||{};i&&(n.t[t][0]|=2048),s&&(n.t[t][0]|=4096),(1&o||!i)&&Object.defineProperty(r,t,{get(){{if(!(2048&n.t[t][0]))return((t,n)=>e(this).l.get(n))(0,t);const o=e(this),l=o?o.i:r;if(!l)return;return l[t]}},configurable:true,enumerable:true}),Object.defineProperty(r,t,{set(i){const r=e(this);if(r){if(s)return void 0===(32&l?this[t]:r.$hostElement$[t])&&r.l.get(t)&&(i=r.l.get(t)),s.call(this,g(i,l)),void _(this,t,i=32&l?this[t]:r.$hostElement$[t],n);{if(!(1&o&&4096&n.t[t][0]))return _(this,t,i,n),void(1&o&&!r.i&&r.M.push((()=>{4096&n.t[t][0]&&r.i[t]!==r.l.get(t)&&(r.i[t]=i)})));const e=()=>{const e=r.i[t];!r.l.get(t)&&e&&r.l.set(t,e),r.i[t]=g(i,l),_(this,t,r.i[t],n)};r.i?e():r.M.push((()=>{e()}))}}}})}})),1&o){const o=new Map;r.attributeChangedCallback=function(t,l,s){i.jmp((()=>{var i;const a=o.get(t),u=e(this);if(this.hasOwnProperty(a)&&(s=this[a],delete this[a]),r.hasOwnProperty(a)&&"number"==typeof this[a]&&this[a]==s)return;if(null==a){const e=null==u?void 0:u.u;if(u&&e&&!(8&e)&&s!==l){const o=u.i,r=null==(i=n.D)?void 0:i[t];null==r||r.forEach((n=>{const[[i,r]]=Object.entries(n);null!=o[i]&&(128&e||1&r)&&o[i].call(o,s,l,t)}))}return}const f=c.find((([t])=>t===a));f&&4&f[1][0]&&(s=null!==s&&"false"!==s);const d=Object.getOwnPropertyDescriptor(r,a);s==this[a]||d.get&&!d.set||(this[a]=s)}))},t.observedAttributes=Array.from(new Set([...Object.keys(null!=(s=n.D)?s:{}),...c.filter((([t,e])=>31&e[0])).map((([t,e])=>{const n=e[1]||t;return o.set(n,t),n}))]))}}return t},I=(t,e)=>{G(t,"connectedCallback",void 0,e)},J=(t,e)=>{G(t,"disconnectedCallback",void 0,e||t)},K=(t,s={})=>{var r;if(!l.document)return void console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");const c=[],a=s.exclude||[],u=l.customElements,f=l.document.head,d=f.querySelector("meta[charset]"),h=l.document.createElement("style"),p=[];let m,y=true;if(Object.assign(i,s),i.h=new URL(s.resourcesUrl||"./",l.document.baseURI).href,t.map((t=>{t[1].map((l=>{const s={u:l[0],R:l[1],t:l[2],L:l[3]};s.t=l[2];const r=s.R,f=class extends HTMLElement{"s-p";"s-rc";hasRegisteredEventListeners=false;constructor(t){if(super(t),((t,e)=>{const n={u:0,$hostElement$:t,o:e,l:new Map,N:new Map};n.U=new Promise((t=>n.P=t)),t["s-p"]=[],t["s-rc"]=[],n.M=[];const o=n;t.__stencil__getHostRef=()=>o})(t=this,s),1&s.u)if(t.shadowRoot){if("open"!==t.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${s.R}! Mode is set to ${t.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else v.call(t,s)}connectedCallback(){e(this)&&(this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=true),m&&(clearTimeout(m),m=null),y?p.push(this):i.jmp((()=>(t=>{if(!(1&i.u)){const l=e(t);if(!l)return;const i=l.o;if(1&l.u)(null==l?void 0:l.i)?I(l.i,t):(null==l?void 0:l.U)&&l.U.then((()=>I(l.i,t)));else{l.u|=1;{let e=t;for(;e=e.parentNode||e.host;)if(e["s-p"]){U(l,l.k=e);break}}i.t&&Object.entries(i.t).map((([e,[n]])=>{if(31&n&&e in t&&t[e]!==Object.prototype[e]){const n=t[e];delete t[e],t[e]=n}})),(async(t,e,l)=>{let i;if(!(32&e.u))if(e.u|=32,l.T){const s=((t,e)=>{const l=t.R.replace(/-/g,"_"),i=t.T;if(!i)return;const s=o.get(i);return s?s[l]:import(`./${i}.entry.js`).then((t=>(o.set(i,t),t[l])),(t=>{n(t,e.$hostElement$)}))
|
|
2
|
+
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(l,e);if(s&&"then"in s){i=await s}else i=s;if(!i)throw Error(`Constructor for "${l.R}#${e.W}" was not found`);i.isProxied||(B(i,l,2),i.isProxied=true);e.u|=8;try{new i(e)}catch(e){n(e,t)}e.u&=-9,I(e.i,t)}else i=t.constructor,customElements.whenDefined(t.localName).then((()=>e.u|=128));const s=e.k,r=()=>x(e,true);s&&s["s-rc"]?s["s-rc"].push(r):r()})(t,l,i)}}})(this))))}disconnectedCallback(){i.jmp((()=>(async t=>{if(!(1&i.u)){const n=e(t);(null==n?void 0:n.i)?J(n.i,t):(null==n?void 0:n.U)&&n.U.then((()=>J(n.i,t)))}b.has(t)&&b.delete(t),t.shadowRoot&&b.has(t.shadowRoot)&&b.delete(t.shadowRoot)})(this))),i.raf((()=>{var t;const n=e(this);if(!n)return;const o=p.findIndex((t=>t===this));o>-1&&p.splice(o,1),(null==(t=null==n?void 0:n.C)?void 0:t.O)instanceof Node&&!n.C.O.isConnected&&delete n.C.O}))}componentOnReady(){var t;return null==(t=e(this))?void 0:t.U}};s.T=t[0],a.includes(r)||u.get(r)||(c.push(r),u.define(r,B(f,s,1)))}))})),c.length>0&&(h.textContent+=c.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",h.innerHTML.length)){h.setAttribute("data-styles","");const t=null!=(r=i.A)?r:function(){var t,e,n;return null!=(n=null==(e=null==(t=l.document.head)?void 0:t.querySelector('meta[name="csp-nonce"]'))?void 0:e.getAttribute("content"))?n:void 0}();null!=t&&h.setAttribute("nonce",t),f.insertBefore(h,d?d.nextSibling:f.firstChild)}y=false,p.length?p.map((t=>t.connectedCallback())):i.jmp((()=>m=setTimeout(z,30)))};const Q=()=>{};(()=>{const t=import.meta.url,e={};return""!==t&&(e.resourcesUrl=new URL(".",t).href),s(e)})().then((async t=>(await Q(),K([["p-e6584598",[[513,"apollo-data-bar-chart",{adData:[1,"ad-data"],adSpec:[1,"ad-spec"]}],[513,"apollo-data-donut-chart",{adData:[1,"ad-data"],adSpec:[1,"ad-spec"]}]]]],t))));
|
|
3
|
+
//# sourceMappingURL=p-DHA6uI9u.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"p-DHA6uI9u.js","sources":["../../node_modules/@xplortech/apollo-data/dist/apollo-data/p-Bb2nY-Tf.js","../../node_modules/@xplortech/apollo-data/dist/apollo-data/p-DQuL1Twl.js","../../node_modules/@xplortech/apollo-data/dist/apollo-data/apollo-data.esm.js"],"sourcesContent":["var t,e=(t,e)=>{var n;Object.entries(null!=(n=e.o.t)?n:{}).map((([n,[o]])=>{if(31&o||32&o){const o=t[n],l=function(t,e){for(;t;){const n=Object.getOwnPropertyDescriptor(t,e);if(null==n?void 0:n.get)return n;t=Object.getPrototypeOf(t)}}(Object.getPrototypeOf(t),n)||Object.getOwnPropertyDescriptor(t,n);l&&Object.defineProperty(t,n,{get(){return l.get.call(this)},set(t){l.set.call(this,t)},configurable:!0,enumerable:!0}),t[n]=e.l.has(n)?e.l.get(n):o}}))},n=t=>{if(t.__stencil__getHostRef)return t.__stencil__getHostRef()},o=(t,n)=>{n&&(t.__stencil__getHostRef=()=>n,n.i=t,512&n.o.u&&e(t,n))},l=(t,e)=>(0,console.error)(t,e),i=new Map,s=\"undefined\"!=typeof window?window:{},r={u:0,h:\"\",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,e,n,o)=>t.addEventListener(e,n,o),rel:(t,e,n,o)=>t.removeEventListener(e,n,o),ce:(t,e)=>new CustomEvent(t,e)},c=t=>Promise.resolve(t),u=!!(()=>{try{return!!s.document.adoptedStyleSheets&&(new CSSStyleSheet,\"function\"==typeof(new CSSStyleSheet).replaceSync)}catch(t){}return!1})()&&(()=>!!s.document&&Object.getOwnPropertyDescriptor(s.document.adoptedStyleSheets,\"length\").writable)(),a=!1,f=[],d=[],h=(t,e)=>n=>{t.push(n),a||(a=!0,e&&4&r.u?v(p):r.raf(p))},m=t=>{for(let e=0;e<t.length;e++)try{t[e](performance.now())}catch(t){l(t)}t.length=0},p=()=>{m(f),m(d),(a=f.length>0)&&r.raf(p)},v=t=>c().then(t),b=h(d,!0);function $(){const e=this.attachShadow({mode:\"open\"});void 0===t&&(t=null),t&&(u?e.adoptedStyleSheets.push(t):e.adoptedStyleSheets=[...e.adoptedStyleSheets,t])}var y,w=new WeakMap,j=t=>\"object\"==(t=typeof t)||\"function\"===t,g=(t,e,...n)=>{let o=null,l=null,i=!1,s=!1;const r=[],c=e=>{for(let n=0;n<e.length;n++)o=e[n],Array.isArray(o)?c(o):null!=o&&\"boolean\"!=typeof o&&((i=\"function\"!=typeof t&&!j(o))&&(o+=\"\"),i&&s?r[r.length-1].m+=o:r.push(i?O(null,o):o),s=i)};c(n),e&&e.key&&(l=e.key);const u=O(t,null);return u.p=e,r.length>0&&(u.v=r),u.$=l,u},O=(t,e)=>({u:0,j:t,m:null!=e?e:null,O:null,v:null,p:null,$:null}),S={},k=(t,e)=>null==t||j(t)?t:1&e?t+\"\":t,M=t=>{var e;return null==(e=n(t))?void 0:e.$hostElement$},C=(t,e,n,o,l,i)=>{if(n===o)return;let s=((t,e)=>e in t)(t,e);if(e.toLowerCase(),\"style\"===e){for(const e in n)o&&null!=o[e]||(e.includes(\"-\")?t.style.removeProperty(e):t.style[e]=\"\");for(const e in o)n&&o[e]===n[e]||(e.includes(\"-\")?t.style.setProperty(e,o[e]):t.style[e]=o[e])}else if(\"key\"===e);else{const r=j(o);if(s||r&&null!==o)try{if(t.tagName.includes(\"-\"))t[e]!==o&&(t[e]=o);else{const l=null==o?\"\":o;\"list\"===e?s=!1:null!=n&&t[e]==l||(\"function\"==typeof t.__lookupSetter__(e)?t[e]=l:t.setAttribute(e,l))}}catch(t){}null==o||!1===o?!1===o&&\"\"!==t.getAttribute(e)||t.removeAttribute(e):(!s||4&i||l)&&!r&&1===t.nodeType&&t.setAttribute(e,o=!0===o?\"\":o)}},E=(t,e,n)=>{const o=11===e.O.nodeType&&e.O.host?e.O.host:e.O,l=t&&t.p||{},i=e.p||{};for(const t of x(Object.keys(l)))t in i||C(o,t,l[t],void 0,n,e.u);for(const t of x(Object.keys(i)))C(o,t,l[t],i[t],n,e.u)};function x(t){return t.includes(\"ref\")?[...t.filter((t=>\"ref\"!==t)),\"ref\"]:t}var P=!1,R=(t,e,n)=>{const o=e.v[n];let l,i,r=0;if(!s.document)throw Error(\"You are trying to render a Stencil component in an environment that doesn't support the DOM.\");if(l=o.O=s.document.createElement(o.j),E(null,o,P),o.v){const e=\"template\"===o.j?l.content:l;for(r=0;r<o.v.length;++r)i=R(t,o,r),i&&e.appendChild(i)}return l[\"s-hn\"]=y,l},D=(t,e,n,o,l,i)=>{let s,r=t;for(r.shadowRoot&&r.tagName===y&&(r=r.shadowRoot),\"template\"===n.j&&(r=r.content);l<=i;++l)o[l]&&(s=R(null,n,l),s&&(o[l].O=s,T(r,s,e)))},L=(t,e,n)=>{for(let o=e;o<=n;++o){const e=t[o];if(e){const t=e.O;t&&t.remove()}}},N=(t,e,n=!1)=>t.j===e.j&&(n?(n&&!t.$&&e.$&&(t.$=e.$),!0):t.$===e.$),U=(t,e,n=!1)=>{const o=e.O=t.O,l=t.v,i=e.v;E(t,e,P),null!==l&&null!==i?((t,e,n,o,l=!1)=>{let i,s,r=0,c=0,u=0,a=0,f=e.length-1,d=e[0],h=e[f],m=o.length-1,p=o[0],v=o[m];const b=\"template\"===n.j?t.content:t;for(;r<=f&&c<=m;)if(null==d)d=e[++r];else if(null==h)h=e[--f];else if(null==p)p=o[++c];else if(null==v)v=o[--m];else if(N(d,p,l))U(d,p,l),d=e[++r],p=o[++c];else if(N(h,v,l))U(h,v,l),h=e[--f],v=o[--m];else if(N(d,v,l))U(d,v,l),T(b,d.O,h.O.nextSibling),d=e[++r],v=o[--m];else if(N(h,p,l))U(h,p,l),T(b,h.O,d.O),h=e[--f],p=o[++c];else{for(u=-1,a=r;a<=f;++a)if(e[a]&&null!==e[a].$&&e[a].$===p.$){u=a;break}u>=0?(s=e[u],s.j!==p.j?i=R(e&&e[c],n,u):(U(s,p,l),e[u]=void 0,i=s.O),p=o[++c]):(i=R(e&&e[c],n,c),p=o[++c]),i&&T(d.O.parentNode,i,d.O)}r>f?D(t,null==o[m+1]?null:o[m+1].O,n,o,c,m):c>m&&L(e,r,f)})(o,l,e,i,n):null!==i?D(o,null,e,i,0,i.length-1):!n&&null!==l&&L(l,0,l.length-1)},T=(t,e,n)=>t.__insertBefore?t.__insertBefore(e,n):null==t?void 0:t.insertBefore(e,n),W=(t,e)=>{if(e&&!t.S&&e[\"s-p\"]){const n=e[\"s-p\"].push(new Promise((o=>t.S=()=>{e[\"s-p\"].splice(n-1,1),o()})))}},A=(t,e)=>{if(t.u|=16,4&t.u)return void(t.u|=512);W(t,t.k);const n=()=>H(t,e);if(!e)return b(n);queueMicrotask((()=>{n()}))},H=(t,e)=>{const n=t.$hostElement$,o=t.i;if(!o)throw Error(`Can't render component <${n.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \\`externalRuntime: true\\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let l;return e?(t.M.length&&t.M.forEach((t=>t(n))),l=_(o,\"componentWillLoad\",void 0,n)):l=_(o,\"componentWillUpdate\",void 0,n),l=q(l,(()=>_(o,\"componentWillRender\",void 0,n))),q(l,(()=>F(t,o,e)))},q=(t,e)=>z(t)?t.then(e).catch((t=>{console.error(t),e()})):e(),z=t=>t instanceof Promise||t&&t.then&&\"function\"==typeof t.then,F=async(t,e,n)=>{var o;const l=t.$hostElement$,i=l[\"s-rc\"];V(t,e,l,n),i&&(i.map((t=>t())),l[\"s-rc\"]=void 0);{const e=null!=(o=l[\"s-p\"])?o:[],n=()=>G(t);0===e.length?n():(Promise.all(e).then(n),t.u|=4,e.length=0)}},V=(t,e,n,o)=>{try{e=e.render(),t.u&=-17,t.u|=2,((t,e,n=!1)=>{const o=t.$hostElement$,l=t.C||O(null,null),i=(t=>t&&t.j===S)(e)?e:g(null,null,e);if(y=o.tagName,n&&i.p)for(const t of Object.keys(i.p))o.hasAttribute(t)&&![\"key\",\"ref\",\"style\",\"class\"].includes(t)&&(i.p[t]=o[t]);i.j=null,i.u|=4,t.C=i,i.O=l.O=o.shadowRoot||o,U(l,i,n)})(t,e,o)}catch(e){l(e,t.$hostElement$)}return null},G=t=>{const e=t.$hostElement$,n=t.i,o=t.k;_(n,\"componentDidRender\",void 0,e),64&t.u?_(n,\"componentDidUpdate\",void 0,e):(t.u|=64,B(e),_(n,\"componentDidLoad\",void 0,e),t.P(e),o||Y()),t.S&&(t.S(),t.S=void 0),512&t.u&&v((()=>A(t,!1))),t.u&=-517},Y=()=>{v((()=>(t=>{const e=r.ce(\"appload\",{detail:{namespace:\"apollo-data\"}});return t.dispatchEvent(e),e})(s)))},_=(t,e,n,o)=>{if(t&&t[e])try{return t[e](n)}catch(t){l(t,o)}},B=t=>t.classList.add(\"hydrated\"),I=(t,e,o,l)=>{const i=n(t);if(!i)return;if(!i)throw Error(`Couldn't find host element for \"${l.R}\" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`);const s=i.l.get(e),r=i.u,c=i.i;if(o=k(o,l.t[e][0]),!(8&r&&void 0!==s||o===s||Number.isNaN(s)&&Number.isNaN(o)||(i.l.set(e,o),2!=(18&r)))){if(c.componentShouldUpdate&&!1===c.componentShouldUpdate(o,s,e))return;A(i,!1)}},J=(t,e,o)=>{var l,i;const s=t.prototype;if(e.t){const c=Object.entries(null!=(l=e.t)?l:{});if(c.map((([t,[l]])=>{if(31&l||2&o&&32&l){const{get:i,set:r}=Object.getOwnPropertyDescriptor(s,t)||{};i&&(e.t[t][0]|=2048),r&&(e.t[t][0]|=4096),(1&o||!i)&&Object.defineProperty(s,t,{get(){{if(!(2048&e.t[t][0]))return((t,e)=>n(this).l.get(e))(0,t);const o=n(this),l=o?o.i:s;if(!l)return;return l[t]}},configurable:!0,enumerable:!0}),Object.defineProperty(s,t,{set(i){const s=n(this);if(s){if(r)return void 0===(32&l?this[t]:s.$hostElement$[t])&&s.l.get(t)&&(i=s.l.get(t)),r.call(this,k(i,l)),void I(this,t,i=32&l?this[t]:s.$hostElement$[t],e);{if(!(1&o&&4096&e.t[t][0]))return I(this,t,i,e),void(1&o&&!s.i&&s.M.push((()=>{4096&e.t[t][0]&&s.i[t]!==s.l.get(t)&&(s.i[t]=i)})));const n=()=>{const n=s.i[t];!s.l.get(t)&&n&&s.l.set(t,n),s.i[t]=k(i,l),I(this,t,s.i[t],e)};s.i?n():s.M.push((()=>{n()}))}}}})}})),1&o){const o=new Map;s.attributeChangedCallback=function(t,l,i){r.jmp((()=>{var r;const u=o.get(t),a=n(this);if(this.hasOwnProperty(u)&&(i=this[u],delete this[u]),s.hasOwnProperty(u)&&\"number\"==typeof this[u]&&this[u]==i)return;if(null==u){const n=null==a?void 0:a.u;if(a&&n&&!(8&n)&&i!==l){const o=a.i,s=null==(r=e.D)?void 0:r[t];null==s||s.forEach((e=>{const[[s,r]]=Object.entries(e);null!=o[s]&&(128&n||1&r)&&o[s].call(o,i,l,t)}))}return}const f=c.find((([t])=>t===u));f&&4&f[1][0]&&(i=null!==i&&\"false\"!==i);const d=Object.getOwnPropertyDescriptor(s,u);i==this[u]||d.get&&!d.set||(this[u]=i)}))},t.observedAttributes=Array.from(new Set([...Object.keys(null!=(i=e.D)?i:{}),...c.filter((([t,e])=>31&e[0])).map((([t,e])=>{const n=e[1]||t;return o.set(n,t),n}))]))}}return t},K=(t,e)=>{_(t,\"connectedCallback\",void 0,e)},Q=(t,e)=>{_(t,\"disconnectedCallback\",void 0,e||t)},X=(t,e={})=>{var o;if(!s.document)return void console.warn(\"Stencil: No document found. Skipping bootstrapping lazy components.\");const c=[],u=e.exclude||[],a=s.customElements,f=s.document.head,d=f.querySelector(\"meta[charset]\"),h=s.document.createElement(\"style\"),m=[];let p,v=!0;if(Object.assign(r,e),r.h=new URL(e.resourcesUrl||\"./\",s.document.baseURI).href,t.map((t=>{t[1].map((e=>{const o={u:e[0],R:e[1],t:e[2],L:e[3]};o.t=e[2];const s=o.R,f=class extends HTMLElement{\"s-p\";\"s-rc\";hasRegisteredEventListeners=!1;constructor(t){if(super(t),((t,e)=>{const n={u:0,$hostElement$:t,o:e,l:new Map,N:new Map};n.U=new Promise((t=>n.P=t)),t[\"s-p\"]=[],t[\"s-rc\"]=[],n.M=[];const o=n;t.__stencil__getHostRef=()=>o})(t=this,o),1&o.u)if(t.shadowRoot){if(\"open\"!==t.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${o.R}! Mode is set to ${t.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else $.call(t,o)}connectedCallback(){n(this)&&(this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0),p&&(clearTimeout(p),p=null),v?m.push(this):r.jmp((()=>(t=>{if(!(1&r.u)){const e=n(t);if(!e)return;const o=e.o,s=()=>{};if(1&e.u)(null==e?void 0:e.i)?K(e.i,t):(null==e?void 0:e.U)&&e.U.then((()=>K(e.i,t)));else{e.u|=1;{let n=t;for(;n=n.parentNode||n.host;)if(n[\"s-p\"]){W(e,e.k=n);break}}o.t&&Object.entries(o.t).map((([e,[n]])=>{if(31&n&&e in t&&t[e]!==Object.prototype[e]){const n=t[e];delete t[e],t[e]=n}})),(async(t,e,n)=>{let o;if(!(32&e.u))if(e.u|=32,n.T){const s=((t,e)=>{const n=t.R.replace(/-/g,\"_\"),o=t.T;if(!o)return;const s=i.get(o);return s?s[n]:import(`./${o}.entry.js`).then((t=>(i.set(o,t),t[n])),(t=>{l(t,e.$hostElement$)}))\n/*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(n,e);if(s&&\"then\"in s){const t=()=>{};o=await s,t()}else o=s;if(!o)throw Error(`Constructor for \"${n.R}#${e.W}\" was not found`);o.isProxied||(J(o,n,2),o.isProxied=!0);const r=()=>{};e.u|=8;try{new o(e)}catch(e){l(e,t)}e.u&=-9,r(),K(e.i,t)}else o=t.constructor,customElements.whenDefined(t.localName).then((()=>e.u|=128));const s=e.k,r=()=>A(e,!0);s&&s[\"s-rc\"]?s[\"s-rc\"].push(r):r()})(t,e,o)}s()}})(this))))}disconnectedCallback(){r.jmp((()=>(async t=>{if(!(1&r.u)){const e=n(t);(null==e?void 0:e.i)?Q(e.i,t):(null==e?void 0:e.U)&&e.U.then((()=>Q(e.i,t)))}w.has(t)&&w.delete(t),t.shadowRoot&&w.has(t.shadowRoot)&&w.delete(t.shadowRoot)})(this))),r.raf((()=>{var t;const e=n(this);if(!e)return;const o=m.findIndex((t=>t===this));o>-1&&m.splice(o,1),(null==(t=null==e?void 0:e.C)?void 0:t.O)instanceof Node&&!e.C.O.isConnected&&delete e.C.O}))}componentOnReady(){var t;return null==(t=n(this))?void 0:t.U}};o.T=t[0],u.includes(s)||a.get(s)||(c.push(s),a.define(s,J(f,o,1)))}))})),c.length>0&&(h.textContent+=c.sort()+\"{visibility:hidden}.hydrated{visibility:inherit}\",h.innerHTML.length)){h.setAttribute(\"data-styles\",\"\");const t=null!=(o=r.A)?o:function(){var t,e,n;return null!=(n=null==(e=null==(t=s.document.head)?void 0:t.querySelector('meta[name=\"csp-nonce\"]'))?void 0:e.getAttribute(\"content\"))?n:void 0}();null!=t&&h.setAttribute(\"nonce\",t),f.insertBefore(h,d?d.nextSibling:f.firstChild)}v=!1,m.length?m.map((t=>t.connectedCallback())):r.jmp((()=>p=setTimeout(Y,30)))},Z=t=>r.A=t;export{S as H,X as b,M as g,g as h,c as p,o as r,Z as s}","const o=()=>{};export{o as g}","import{p as a,b as t}from\"./p-Bb2nY-Tf.js\";export{s as setNonce}from\"./p-Bb2nY-Tf.js\";import{g as p}from\"./p-DQuL1Twl.js\";(()=>{const t=import.meta.url,p={};return\"\"!==t&&(p.resourcesUrl=new URL(\".\",t).href),a(p)})().then((async a=>(await p(),t([[\"p-e6584598\",[[513,\"apollo-data-bar-chart\",{adData:[1,\"ad-data\"],adSpec:[1,\"ad-spec\"]}],[513,\"apollo-data-donut-chart\",{adData:[1,\"ad-data\"],adSpec:[1,\"ad-spec\"]}]]]],a))));"],"names":["a","p","t"],"mappings":"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,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,GAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAE,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,GAAG,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAE,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,UAAU,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,GAAG,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,GAAG,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,GAAG,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAI,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC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","x_google_ignoreList":[0,1,2]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as t}from"./p-BAqvP5--.js";const s=t=>({columns:["*"],...t});const a=t=>t.data||t;const r=class{constructor(s){t(this,s)}reportName;filters;getQueryByFilters;normalizeRawResponse;spec;loading=false;data=null;error=null;async fetchChartData(){this.loading=true;this.error=null;try{const t=this.el?.closest("insights-wrapper");if(!t){return null}const r=this.getQueryByFilters||s;const i=r(this.filters||{});const e=await t.fetchData(this.reportName,i);if(this.normalizeRawResponse){this.data=this.normalizeRawResponse(e)}else{const t=a;this.data=t(e)}this.loading=false}catch(t){this.error=t.message||"Failed to fetch chart data";this.loading=false;console.error("Error fetching chart data:",t)}}async refresh(){await this.fetchChartData()}};export{r as I};
|
|
2
|
+
//# sourceMappingURL=p-DVNwzSpV.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"p-DVNwzSpV.js","sources":["src/utils/chart-types.ts","src/components/insights-chart-base.ts"],"sourcesContent":["/**\n * Filters for chart data queries\n */\nexport interface ChartFilters {\n [key: string]: any;\n}\n\n/**\n * Query structure for insights API\n */\nexport interface InsightsQuery {\n columns: string[];\n [key: string]: any;\n}\n\n/**\n * Raw response from insights API\n */\nexport interface RawInsightsResponse {\n data: any[];\n [key: string]: any;\n}\n\n/**\n * Base props that all chart components will inherit\n */\nexport interface BaseChartProps {\n /**\n * Name of the report to fetch data from\n */\n reportName: string;\n\n /**\n * Filters to apply to the query\n */\n filters?: ChartFilters;\n\n /**\n * Function to transform filters into a query object\n * @param filters - The filters to transform\n * @returns Query object with columns and other parameters\n */\n getQueryByFilters?: (filters: ChartFilters) => InsightsQuery;\n\n /**\n * Function to normalize the raw API response\n * @param responseData - Raw response from the API\n * @returns Normalized data for the chart\n */\n normalizeRawResponse?: (responseData: RawInsightsResponse) => any;\n}\n\n/**\n * Default implementation of getQueryByFilters\n */\nexport const defaultGetQueryByFilters = (filters: ChartFilters): InsightsQuery => {\n return {\n columns: ['*'],\n ...filters,\n };\n};\n\n/**\n * Default implementation of normalizeRawResponse\n */\nexport const defaultNormalizeRawResponse = (responseData: RawInsightsResponse): any => {\n return responseData.data || responseData;\n};\n","import { Prop, State } from '@stencil/core';\nimport { ChartFilters, InsightsQuery, RawInsightsResponse, defaultGetQueryByFilters, defaultNormalizeRawResponse } from '../utils/chart-types';\n\n/**\n * Base class for all Insights chart components\n * Provides common functionality for data fetching and normalization\n *\n * Note: Chart components should find their parent insights-wrapper element\n * and use the wrapper's fetchData() method to access the client.\n */\nexport class InsightsChartBase<DataItemArray = any, ApolloDataSpecification = any> {\n /**\n * Reference to the host element\n */\n declare el: HTMLElement;\n\n /**\n * Name of the report to fetch data from\n */\n @Prop() reportName!: string;\n\n /**\n * Filters to apply to the query\n */\n @Prop() filters?: ChartFilters;\n\n /**\n * Function to transform filters into a query object\n */\n @Prop() getQueryByFilters?: (filters: ChartFilters) => InsightsQuery;\n\n /**\n * Function to normalize the raw API response\n */\n @Prop() normalizeRawResponse?: (responseData: RawInsightsResponse) => DataItemArray;\n\n /**\n * Optional specification object for customizing the chart appearance\n */\n @Prop() spec?: ApolloDataSpecification;\n\n /**\n * Loading state\n */\n @State() loading: boolean = false;\n\n /**\n * Chart data\n */\n @State() data: DataItemArray | null = null;\n\n /**\n * Error state\n */\n @State() error: string | null = null;\n\n /**\n * Fetch chart data from the Insights API via parent wrapper\n */\n protected async fetchChartData(): Promise<void> {\n this.loading = true;\n this.error = null;\n\n try {\n // Find parent insights-wrapper\n const wrapper = this.el?.closest('insights-wrapper') as any;\n if (!wrapper) {\n return null;\n // throw new Error('Chart component must be used inside <insights-wrapper>');\n }\n\n // Build query using provided function or default\n const queryBuilder = this.getQueryByFilters || defaultGetQueryByFilters;\n const query = queryBuilder(this.filters || {});\n\n // Fetch raw data through wrapper\n const response = await wrapper.fetchData(this.reportName, query);\n\n // Normalize response using provided function or default\n if (this.normalizeRawResponse) {\n this.data = this.normalizeRawResponse(response);\n } else {\n const normalizer = defaultNormalizeRawResponse;\n this.data = normalizer(response);\n }\n this.loading = false;\n } catch (err) {\n this.error = err.message || 'Failed to fetch chart data';\n this.loading = false;\n console.error('Error fetching chart data:', err);\n }\n }\n\n /**\n * Refresh the chart data\n */\n async refresh(): Promise<void> {\n await this.fetchChartData();\n }\n}\n"],"names":[],"mappings":";;AAoDA;;AAEG;AACI,MAAM,wBAAwB,GAAG,CAAC,OAAqB,KAAmB;IAC/E,OAAO;QACL,OAAO,EAAE,CAAC,GAAG,CAAC;AACd,QAAA,GAAG,OAAO;KACX;AACH,CAAC;AAED;;AAEG;AACI,MAAM,2BAA2B,GAAG,CAAC,YAAiC,KAAS;AACpF,IAAA,OAAO,YAAY,CAAC,IAAI,IAAI,YAAY;AAC1C,CAAC;;MCzDY,iBAAiB,GAAA,MAAA;;;;AAM5B;;AAEG;AACK,IAAA,UAAU;AAElB;;AAEG;AACK,IAAA,OAAO;AAEf;;AAEG;AACK,IAAA,iBAAiB;AAEzB;;AAEG;AACK,IAAA,oBAAoB;AAE5B;;AAEG;AACK,IAAA,IAAI;AAEZ;;AAEG;IACM,OAAO,GAAY,KAAK;AAEjC;;AAEG;IACM,IAAI,GAAyB,IAAI;AAE1C;;AAEG;IACM,KAAK,GAAkB,IAAI;AAEpC;;AAEG;AACO,IAAA,MAAM,cAAc,GAAA;AAC5B,QAAA,IAAI,CAAC,OAAO,GAAG,IAAI;AACnB,QAAA,IAAI,CAAC,KAAK,GAAG,IAAI;AAEjB,QAAA,IAAI;;YAEF,MAAM,OAAO,GAAG,IAAI,CAAC,EAAE,EAAE,OAAO,CAAC,kBAAkB,CAAQ;YAC3D,IAAI,CAAC,OAAO,EAAE;AACZ,gBAAA,OAAO,IAAI;;;;AAKb,YAAA,MAAM,YAAY,GAAG,IAAI,CAAC,iBAAiB,IAAI,wBAAwB;YACvE,MAAM,KAAK,GAAG,YAAY,CAAC,IAAI,CAAC,OAAO,IAAI,EAAE,CAAC;;AAG9C,YAAA,MAAM,QAAQ,GAAG,MAAM,OAAO,CAAC,SAAS,CAAC,IAAI,CAAC,UAAU,EAAE,KAAK,CAAC;;AAGhE,YAAA,IAAI,IAAI,CAAC,oBAAoB,EAAE;gBAC7B,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,oBAAoB,CAAC,QAAQ,CAAC;;iBAC1C;gBACL,MAAM,UAAU,GAAG,2BAA2B;AAC9C,gBAAA,IAAI,CAAC,IAAI,GAAG,UAAU,CAAC,QAAQ,CAAC;;AAElC,YAAA,IAAI,CAAC,OAAO,GAAG,KAAK;;QACpB,OAAO,GAAG,EAAE;YACZ,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,OAAO,IAAI,4BAA4B;AACxD,YAAA,IAAI,CAAC,OAAO,GAAG,KAAK;AACpB,YAAA,OAAO,CAAC,KAAK,CAAC,4BAA4B,EAAE,GAAG,CAAC;;;AAIpD;;AAEG;AACH,IAAA,MAAM,OAAO,GAAA;AACX,QAAA,MAAM,IAAI,CAAC,cAAc,EAAE;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as e,g as t,h as r}from"./p-BAqvP5--.js";import{I as i}from"./p-DVNwzSpV.js";const n=":host{display:block}.insights-donut-chart{width:100%;height:100%;min-height:300px;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.loading-container p{margin-top:16px;color:#666}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;padding:20px}.error-message{color:#e74c3c;margin-bottom:16px;text-align:center}.error-container button{padding:8px 16px;background-color:#3498db;color:white;border:none;border-radius:4px;cursor:pointer;font-size:14px}.error-container button:hover{background-color:#2980b9}.chart-container{width:100%;height:100%;padding:20px}.no-data{display:flex;align-items:center;justify-content:center;height:100%;min-height:300px;color:#999}";const a=class extends i{constructor(t){super();e(this,t)}get el(){return t(this)}componentWillLoad(){this.fetchChartData()}handlePropsChange(){this.fetchChartData()}renderChart(){if(!this.data||this.data.length===0){return r("div",{class:"no-data"},"No data available")}return r("div",{class:"chart-container"},r("apollo-data-donut-chart",{ref:e=>{if(e){e.adData=this.data;e.adSpec=this.spec||{}}}}))}render(){return r("div",{key:"b459affa996f96b3d3c6d3be1b434bfd3bf9a434",class:"insights-donut-chart"},this.loading&&r("div",{key:"d657d9c5561521a87e9c89e53604f2f29d4ee672",class:"loading-container"},r("div",{key:"4bba1ebc4c1ff611c156c89ca172f8a5962c22df",class:"spinner"}),r("p",{key:"c769618075a47539d7e00c0d88951e9ec230211b"},"Loading chart data...")),this.error&&r("div",{key:"4d7222db52e39e475e865d5dd82f800d87f80f6c",class:"error-container"},r("p",{key:"a56ae48922b31cd0fe23b682580e05eafd052288",class:"error-message"},this.error),r("button",{key:"0cd6d156f31fcddc624b1332d012a59f7f265092",onClick:()=>this.fetchChartData()},"Retry")),!this.loading&&!this.error&&this.renderChart())}static get watchers(){return{reportName:["handlePropsChange"],filters:["handlePropsChange"]}}};a.style=n;export{a as insights_donut_chart};
|
|
2
|
+
//# sourceMappingURL=p-e48a7068.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["registerInstance","getElement","h","InsightsChartBase","insightsDonutChartCss","InsightsDonutChart","constructor","hostRef","super","this","el","componentWillLoad","fetchChartData","handlePropsChange","renderChart","data","length","class","ref","adData","adSpec","spec","render","key","loading","error","onClick","watchers","reportName","filters","style"],"sources":["0"],"mappings":"YAAcA,OAAuBC,OAAYC,MAAS,8BAC5CC,MAAyB,kBAEvC,MAAMC,EAAwB,2pCAE9B,MAAMC,EAAqB,cAAcF,EACrC,WAAAG,CAAYC,GACRC,QACAR,EAAiBS,KAAMF,EAC3B,CACA,MAAIG,GAAO,OAAOT,EAAWQ,KAAO,CACpC,iBAAAE,GACIF,KAAKG,gBACT,CACA,iBAAAC,GACIJ,KAAKG,gBACT,CACA,WAAAE,GACI,IAAKL,KAAKM,MAAQN,KAAKM,KAAKC,SAAW,EAAG,CACtC,OAAOd,EAAE,MAAO,CAAEe,MAAO,WAAa,oBAC1C,CACA,OAAQf,EAAE,MAAO,CAAEe,MAAO,mBAAqBf,EAAE,0BAA2B,CAAEgB,IAAKR,IAC3E,GAAIA,EAAI,CACJA,EAAGS,OAASV,KAAKM,KACjBL,EAAGU,OAASX,KAAKY,MAAQ,CAAC,CAC9B,KAEZ,CACA,MAAAC,GACI,OAAQpB,EAAE,MAAO,CAAEqB,IAAK,2CAA4CN,MAAO,wBAA0BR,KAAKe,SAAYtB,EAAE,MAAO,CAAEqB,IAAK,2CAA4CN,MAAO,qBAAuBf,EAAE,MAAO,CAAEqB,IAAK,2CAA4CN,MAAO,YAAcf,EAAE,IAAK,CAAEqB,IAAK,4CAA8C,0BAA4Bd,KAAKgB,OAAUvB,EAAE,MAAO,CAAEqB,IAAK,2CAA4CN,MAAO,mBAAqBf,EAAE,IAAK,CAAEqB,IAAK,2CAA4CN,MAAO,iBAAmBR,KAAKgB,OAAQvB,EAAE,SAAU,CAAEqB,IAAK,2CAA4CG,QAAS,IAAMjB,KAAKG,kBAAoB,WAAaH,KAAKe,UAAYf,KAAKgB,OAAShB,KAAKK,cAC7tB,CACA,mBAAWa,GAAa,MAAO,CAC3BC,WAAc,CAAC,qBACfC,QAAW,CAAC,qBACb,GAEPxB,EAAmByB,MAAQ1B,SAElBC","ignoreList":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { BarDataItem, BarSpec } from '@xplortech/apollo-data/dist/types/components.d.ts';
|
|
2
|
+
import { InsightsChartBase } from '../insights-chart-base';
|
|
3
|
+
export declare class InsightsBarChart extends InsightsChartBase<BarDataItem[], BarSpec> {
|
|
4
|
+
el: HTMLElement;
|
|
5
|
+
componentWillLoad(): void;
|
|
6
|
+
handlePropsChange(): void;
|
|
7
|
+
private renderChart;
|
|
8
|
+
render(): any;
|
|
9
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { ChartFilters, InsightsQuery, RawInsightsResponse } from '../utils/chart-types';
|
|
2
|
+
/**
|
|
3
|
+
* Base class for all Insights chart components
|
|
4
|
+
* Provides common functionality for data fetching and normalization
|
|
5
|
+
*
|
|
6
|
+
* Note: Chart components should find their parent insights-wrapper element
|
|
7
|
+
* and use the wrapper's fetchData() method to access the client.
|
|
8
|
+
*/
|
|
9
|
+
export declare class InsightsChartBase<DataItemArray = any, ApolloDataSpecification = any> {
|
|
10
|
+
/**
|
|
11
|
+
* Reference to the host element
|
|
12
|
+
*/
|
|
13
|
+
el: HTMLElement;
|
|
14
|
+
/**
|
|
15
|
+
* Name of the report to fetch data from
|
|
16
|
+
*/
|
|
17
|
+
reportName: string;
|
|
18
|
+
/**
|
|
19
|
+
* Filters to apply to the query
|
|
20
|
+
*/
|
|
21
|
+
filters?: ChartFilters;
|
|
22
|
+
/**
|
|
23
|
+
* Function to transform filters into a query object
|
|
24
|
+
*/
|
|
25
|
+
getQueryByFilters?: (filters: ChartFilters) => InsightsQuery;
|
|
26
|
+
/**
|
|
27
|
+
* Function to normalize the raw API response
|
|
28
|
+
*/
|
|
29
|
+
normalizeRawResponse?: (responseData: RawInsightsResponse) => DataItemArray;
|
|
30
|
+
/**
|
|
31
|
+
* Optional specification object for customizing the chart appearance
|
|
32
|
+
*/
|
|
33
|
+
spec?: ApolloDataSpecification;
|
|
34
|
+
/**
|
|
35
|
+
* Loading state
|
|
36
|
+
*/
|
|
37
|
+
loading: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* Chart data
|
|
40
|
+
*/
|
|
41
|
+
data: DataItemArray | null;
|
|
42
|
+
/**
|
|
43
|
+
* Error state
|
|
44
|
+
*/
|
|
45
|
+
error: string | null;
|
|
46
|
+
/**
|
|
47
|
+
* Fetch chart data from the Insights API via parent wrapper
|
|
48
|
+
*/
|
|
49
|
+
protected fetchChartData(): Promise<void>;
|
|
50
|
+
/**
|
|
51
|
+
* Refresh the chart data
|
|
52
|
+
*/
|
|
53
|
+
refresh(): Promise<void>;
|
|
54
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { DonutDataItem, DonutSpec } from '@xplortech/apollo-data/dist/types/components.d.ts';
|
|
2
|
+
import { InsightsChartBase } from '../insights-chart-base';
|
|
3
|
+
export declare class InsightsDonutChart extends InsightsChartBase<DonutDataItem[], DonutSpec> {
|
|
4
|
+
el: HTMLElement;
|
|
5
|
+
componentWillLoad(): void;
|
|
6
|
+
handlePropsChange(): void;
|
|
7
|
+
private renderChart;
|
|
8
|
+
render(): any;
|
|
9
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { type EventData } from '../../utils/insights-context';
|
|
2
|
+
import { ChartFilters, InsightsQuery, RawInsightsResponse } from '../../utils/chart-types';
|
|
3
|
+
export declare class InsightsWrapper {
|
|
4
|
+
/**
|
|
5
|
+
* Name of the configuration to use from setupConfiguration
|
|
6
|
+
* Defaults to 'default' if not provided
|
|
7
|
+
*/
|
|
8
|
+
configName?: string;
|
|
9
|
+
/**
|
|
10
|
+
* API URL for the insights service (alternative to using configName)
|
|
11
|
+
*/
|
|
12
|
+
apiUrl?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Authentication token (optional if using configName)
|
|
15
|
+
*/
|
|
16
|
+
token?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Callback to refresh the token (can override configuration)
|
|
19
|
+
*/
|
|
20
|
+
onRefreshTokenCallback?: () => Promise<string> | string;
|
|
21
|
+
/**
|
|
22
|
+
* Callback for error and warning events (can override configuration)
|
|
23
|
+
*/
|
|
24
|
+
onEventEmittedCallback?: (event: EventData) => void;
|
|
25
|
+
initialized: boolean;
|
|
26
|
+
private insightsClient;
|
|
27
|
+
private currentConfig?;
|
|
28
|
+
componentWillLoad(): void;
|
|
29
|
+
handlePropsChange(): void;
|
|
30
|
+
private initializeClient;
|
|
31
|
+
private handleTokenExpired;
|
|
32
|
+
/**
|
|
33
|
+
* Public method to fetch data for charts
|
|
34
|
+
* This can be called by child chart components
|
|
35
|
+
*/
|
|
36
|
+
fetchData(reportName: string, query: InsightsQuery): Promise<RawInsightsResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* Helper method to build query from filters
|
|
39
|
+
*/
|
|
40
|
+
buildQuery(filters: ChartFilters, getQueryByFilters?: (filters: ChartFilters) => InsightsQuery): Promise<InsightsQuery>;
|
|
41
|
+
/**
|
|
42
|
+
* Manually refresh the token using the refreshToken callback from configuration
|
|
43
|
+
*/
|
|
44
|
+
manualRefreshToken(): Promise<void>;
|
|
45
|
+
render(): any;
|
|
46
|
+
}
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This is an autogenerated file created by the Stencil compiler.
|
|
5
|
+
* It contains typing information for all components that exist in this project.
|
|
6
|
+
*/
|
|
7
|
+
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
+
import { ChartFilters, InsightsQuery, RawInsightsResponse } from "./components/utils/chart-types";
|
|
9
|
+
import { EventData } from "./utils/insights-context";
|
|
10
|
+
import { ChartFilters as ChartFilters1, InsightsQuery as InsightsQuery1, RawInsightsResponse as RawInsightsResponse1 } from "./utils/chart-types";
|
|
11
|
+
export { ChartFilters, InsightsQuery, RawInsightsResponse } from "./components/utils/chart-types";
|
|
12
|
+
export { EventData } from "./utils/insights-context";
|
|
13
|
+
export { ChartFilters as ChartFilters1, InsightsQuery as InsightsQuery1, RawInsightsResponse as RawInsightsResponse1 } from "./utils/chart-types";
|
|
14
|
+
export namespace Components {
|
|
15
|
+
interface InsightsBarChart {
|
|
16
|
+
/**
|
|
17
|
+
* Filters to apply to the query
|
|
18
|
+
*/
|
|
19
|
+
"filters"?: ChartFilters;
|
|
20
|
+
/**
|
|
21
|
+
* Function to transform filters into a query object
|
|
22
|
+
*/
|
|
23
|
+
"getQueryByFilters"?: (filters: ChartFilters) => InsightsQuery;
|
|
24
|
+
/**
|
|
25
|
+
* Function to normalize the raw API response
|
|
26
|
+
*/
|
|
27
|
+
"normalizeRawResponse"?: (responseData: RawInsightsResponse) => DataItemArray;
|
|
28
|
+
/**
|
|
29
|
+
* Name of the report to fetch data from
|
|
30
|
+
*/
|
|
31
|
+
"reportName": string;
|
|
32
|
+
/**
|
|
33
|
+
* Optional specification object for customizing the chart appearance
|
|
34
|
+
*/
|
|
35
|
+
"spec"?: ApolloDataSpecification;
|
|
36
|
+
}
|
|
37
|
+
interface InsightsDonutChart {
|
|
38
|
+
/**
|
|
39
|
+
* Filters to apply to the query
|
|
40
|
+
*/
|
|
41
|
+
"filters"?: ChartFilters;
|
|
42
|
+
/**
|
|
43
|
+
* Function to transform filters into a query object
|
|
44
|
+
*/
|
|
45
|
+
"getQueryByFilters"?: (filters: ChartFilters) => InsightsQuery;
|
|
46
|
+
/**
|
|
47
|
+
* Function to normalize the raw API response
|
|
48
|
+
*/
|
|
49
|
+
"normalizeRawResponse"?: (responseData: RawInsightsResponse) => DataItemArray;
|
|
50
|
+
/**
|
|
51
|
+
* Name of the report to fetch data from
|
|
52
|
+
*/
|
|
53
|
+
"reportName": string;
|
|
54
|
+
/**
|
|
55
|
+
* Optional specification object for customizing the chart appearance
|
|
56
|
+
*/
|
|
57
|
+
"spec"?: ApolloDataSpecification;
|
|
58
|
+
}
|
|
59
|
+
interface InsightsWrapper {
|
|
60
|
+
/**
|
|
61
|
+
* API URL for the insights service (alternative to using configName)
|
|
62
|
+
*/
|
|
63
|
+
"apiUrl"?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Helper method to build query from filters
|
|
66
|
+
*/
|
|
67
|
+
"buildQuery": (filters: ChartFilters1, getQueryByFilters?: (filters: ChartFilters1) => InsightsQuery1) => Promise<InsightsQuery1>;
|
|
68
|
+
/**
|
|
69
|
+
* Name of the configuration to use from setupConfiguration Defaults to 'default' if not provided
|
|
70
|
+
*/
|
|
71
|
+
"configName"?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Public method to fetch data for charts This can be called by child chart components
|
|
74
|
+
*/
|
|
75
|
+
"fetchData": (reportName: string, query: InsightsQuery1) => Promise<RawInsightsResponse1>;
|
|
76
|
+
/**
|
|
77
|
+
* Manually refresh the token using the refreshToken callback from configuration
|
|
78
|
+
*/
|
|
79
|
+
"manualRefreshToken": () => Promise<void>;
|
|
80
|
+
/**
|
|
81
|
+
* Callback for error and warning events (can override configuration)
|
|
82
|
+
*/
|
|
83
|
+
"onEventEmittedCallback"?: (event: EventData) => void;
|
|
84
|
+
/**
|
|
85
|
+
* Callback to refresh the token (can override configuration)
|
|
86
|
+
*/
|
|
87
|
+
"onRefreshTokenCallback"?: () => Promise<string> | string;
|
|
88
|
+
/**
|
|
89
|
+
* Authentication token (optional if using configName)
|
|
90
|
+
*/
|
|
91
|
+
"token"?: string;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
declare global {
|
|
95
|
+
interface HTMLInsightsBarChartElement extends Components.InsightsBarChart, HTMLStencilElement {
|
|
96
|
+
}
|
|
97
|
+
var HTMLInsightsBarChartElement: {
|
|
98
|
+
prototype: HTMLInsightsBarChartElement;
|
|
99
|
+
new (): HTMLInsightsBarChartElement;
|
|
100
|
+
};
|
|
101
|
+
interface HTMLInsightsDonutChartElement extends Components.InsightsDonutChart, HTMLStencilElement {
|
|
102
|
+
}
|
|
103
|
+
var HTMLInsightsDonutChartElement: {
|
|
104
|
+
prototype: HTMLInsightsDonutChartElement;
|
|
105
|
+
new (): HTMLInsightsDonutChartElement;
|
|
106
|
+
};
|
|
107
|
+
interface HTMLInsightsWrapperElement extends Components.InsightsWrapper, HTMLStencilElement {
|
|
108
|
+
}
|
|
109
|
+
var HTMLInsightsWrapperElement: {
|
|
110
|
+
prototype: HTMLInsightsWrapperElement;
|
|
111
|
+
new (): HTMLInsightsWrapperElement;
|
|
112
|
+
};
|
|
113
|
+
interface HTMLElementTagNameMap {
|
|
114
|
+
"insights-bar-chart": HTMLInsightsBarChartElement;
|
|
115
|
+
"insights-donut-chart": HTMLInsightsDonutChartElement;
|
|
116
|
+
"insights-wrapper": HTMLInsightsWrapperElement;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
declare namespace LocalJSX {
|
|
120
|
+
interface InsightsBarChart {
|
|
121
|
+
/**
|
|
122
|
+
* Filters to apply to the query
|
|
123
|
+
*/
|
|
124
|
+
"filters"?: ChartFilters;
|
|
125
|
+
/**
|
|
126
|
+
* Function to transform filters into a query object
|
|
127
|
+
*/
|
|
128
|
+
"getQueryByFilters"?: (filters: ChartFilters) => InsightsQuery;
|
|
129
|
+
/**
|
|
130
|
+
* Function to normalize the raw API response
|
|
131
|
+
*/
|
|
132
|
+
"normalizeRawResponse"?: (responseData: RawInsightsResponse) => DataItemArray;
|
|
133
|
+
/**
|
|
134
|
+
* Name of the report to fetch data from
|
|
135
|
+
*/
|
|
136
|
+
"reportName": string;
|
|
137
|
+
/**
|
|
138
|
+
* Optional specification object for customizing the chart appearance
|
|
139
|
+
*/
|
|
140
|
+
"spec"?: ApolloDataSpecification;
|
|
141
|
+
}
|
|
142
|
+
interface InsightsDonutChart {
|
|
143
|
+
/**
|
|
144
|
+
* Filters to apply to the query
|
|
145
|
+
*/
|
|
146
|
+
"filters"?: ChartFilters;
|
|
147
|
+
/**
|
|
148
|
+
* Function to transform filters into a query object
|
|
149
|
+
*/
|
|
150
|
+
"getQueryByFilters"?: (filters: ChartFilters) => InsightsQuery;
|
|
151
|
+
/**
|
|
152
|
+
* Function to normalize the raw API response
|
|
153
|
+
*/
|
|
154
|
+
"normalizeRawResponse"?: (responseData: RawInsightsResponse) => DataItemArray;
|
|
155
|
+
/**
|
|
156
|
+
* Name of the report to fetch data from
|
|
157
|
+
*/
|
|
158
|
+
"reportName": string;
|
|
159
|
+
/**
|
|
160
|
+
* Optional specification object for customizing the chart appearance
|
|
161
|
+
*/
|
|
162
|
+
"spec"?: ApolloDataSpecification;
|
|
163
|
+
}
|
|
164
|
+
interface InsightsWrapper {
|
|
165
|
+
/**
|
|
166
|
+
* API URL for the insights service (alternative to using configName)
|
|
167
|
+
*/
|
|
168
|
+
"apiUrl"?: string;
|
|
169
|
+
/**
|
|
170
|
+
* Name of the configuration to use from setupConfiguration Defaults to 'default' if not provided
|
|
171
|
+
*/
|
|
172
|
+
"configName"?: string;
|
|
173
|
+
/**
|
|
174
|
+
* Callback for error and warning events (can override configuration)
|
|
175
|
+
*/
|
|
176
|
+
"onEventEmittedCallback"?: (event: EventData) => void;
|
|
177
|
+
/**
|
|
178
|
+
* Callback to refresh the token (can override configuration)
|
|
179
|
+
*/
|
|
180
|
+
"onRefreshTokenCallback"?: () => Promise<string> | string;
|
|
181
|
+
/**
|
|
182
|
+
* Authentication token (optional if using configName)
|
|
183
|
+
*/
|
|
184
|
+
"token"?: string;
|
|
185
|
+
}
|
|
186
|
+
interface IntrinsicElements {
|
|
187
|
+
"insights-bar-chart": InsightsBarChart;
|
|
188
|
+
"insights-donut-chart": InsightsDonutChart;
|
|
189
|
+
"insights-wrapper": InsightsWrapper;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
export { LocalJSX as JSX };
|
|
193
|
+
declare module "@stencil/core" {
|
|
194
|
+
export namespace JSX {
|
|
195
|
+
interface IntrinsicElements {
|
|
196
|
+
"insights-bar-chart": LocalJSX.InsightsBarChart & JSXBase.HTMLAttributes<HTMLInsightsBarChartElement>;
|
|
197
|
+
"insights-donut-chart": LocalJSX.InsightsDonutChart & JSXBase.HTMLAttributes<HTMLInsightsDonutChartElement>;
|
|
198
|
+
"insights-wrapper": LocalJSX.InsightsWrapper & JSXBase.HTMLAttributes<HTMLInsightsWrapperElement>;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview entry point for your component library
|
|
3
|
+
*
|
|
4
|
+
* This is the entry point for your component library. Use this file to export utilities,
|
|
5
|
+
* constants or data structure that accompany your components.
|
|
6
|
+
*
|
|
7
|
+
* DO NOT use this file to export your components. Instead, use the recommended approaches
|
|
8
|
+
* to consume components of this package as outlined in the `README.md`.
|
|
9
|
+
*/
|
|
10
|
+
export type * from './components.d.ts';
|
|
11
|
+
export { setupConfiguration } from './utils/insights-context';
|
|
12
|
+
export type { EventType, EventData, ConfigurationItem, Configuration } from './utils/insights-context';
|