@xplortech/insights-elements 0.0.2 → 0.0.3

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.
Files changed (65) hide show
  1. package/README.md +23 -2
  2. package/dist/cjs/{apollo-data.esm-by4pfDU4.js → apollo-data.esm-DAW-9Wo3.js} +3 -3
  3. package/dist/cjs/apollo-data.esm-DAW-9Wo3.js.map +1 -0
  4. package/dist/cjs/{app-globals-D-MP41KM.js → app-globals-CS8MKc1U.js} +5 -5
  5. package/dist/cjs/{app-globals-D-MP41KM.js.map → app-globals-CS8MKc1U.js.map} +1 -1
  6. package/dist/cjs/index-DtrFwwSq.js +8 -0
  7. package/dist/cjs/insights-elements.cjs.js +2 -2
  8. package/dist/cjs/insights-line-chart.cjs.entry.js +42 -0
  9. package/dist/cjs/insights-line-chart.entry.cjs.js.map +1 -0
  10. package/dist/cjs/insights-scatter-chart.cjs.entry.js +42 -0
  11. package/dist/cjs/insights-scatter-chart.entry.cjs.js.map +1 -0
  12. package/dist/cjs/insights-wrapper.cjs.entry.js +1 -1
  13. package/dist/cjs/loader.cjs.js +2 -2
  14. package/dist/collection/collection-manifest.json +2 -0
  15. package/dist/collection/components/insights-line-chart/insights-line-chart.css +87 -0
  16. package/dist/collection/components/insights-line-chart/insights-line-chart.js +51 -0
  17. package/dist/collection/components/insights-line-chart/insights-line-chart.js.map +1 -0
  18. package/dist/collection/components/insights-scatter-chart/insights-scatter-chart.css +87 -0
  19. package/dist/collection/components/insights-scatter-chart/insights-scatter-chart.js +51 -0
  20. package/dist/collection/components/insights-scatter-chart/insights-scatter-chart.js.map +1 -0
  21. package/dist/collection/components/insights-wrapper/insights-wrapper.js +1 -1
  22. package/dist/collection/utils/code-generator.js +19 -4
  23. package/dist/collection/utils/code-generator.js.map +1 -1
  24. package/dist/components/index.js +1 -1
  25. package/dist/components/insights-line-chart.d.ts +11 -0
  26. package/dist/components/insights-line-chart.js +73 -0
  27. package/dist/components/insights-line-chart.js.map +1 -0
  28. package/dist/components/insights-scatter-chart.d.ts +11 -0
  29. package/dist/components/insights-scatter-chart.js +73 -0
  30. package/dist/components/insights-scatter-chart.js.map +1 -0
  31. package/dist/components/insights-wrapper.js +1 -1
  32. package/dist/components/{p-DHA6uI9u.js → p-D8NW3xSO.js} +3 -3
  33. package/dist/components/{p-DHA6uI9u.js.map → p-D8NW3xSO.js.map} +1 -1
  34. package/dist/esm/{apollo-data.esm-DHA6uI9u.js → apollo-data.esm-D8NW3xSO.js} +3 -3
  35. package/dist/esm/apollo-data.esm-D8NW3xSO.js.map +1 -0
  36. package/dist/esm/{app-globals-BtE_P06_.js → app-globals-DL_eG2uK.js} +3 -3
  37. package/dist/esm/{app-globals-BtE_P06_.js.map → app-globals-DL_eG2uK.js.map} +1 -1
  38. package/dist/esm/index-BAqvP5--.js +8 -0
  39. package/dist/esm/insights-elements.js +2 -2
  40. package/dist/esm/insights-line-chart.entry.js +40 -0
  41. package/dist/esm/insights-line-chart.entry.js.map +1 -0
  42. package/dist/esm/insights-scatter-chart.entry.js +40 -0
  43. package/dist/esm/insights-scatter-chart.entry.js.map +1 -0
  44. package/dist/esm/insights-wrapper.entry.js +1 -1
  45. package/dist/esm/loader.js +2 -2
  46. package/dist/insights-elements/insights-elements.esm.js +1 -1
  47. package/dist/insights-elements/insights-line-chart.entry.esm.js.map +1 -0
  48. package/dist/insights-elements/insights-scatter-chart.entry.esm.js.map +1 -0
  49. package/dist/insights-elements/{p-DE0h_D1B.js → p-4JSq-Alu.js} +2 -2
  50. package/dist/insights-elements/{p-DE0h_D1B.js.map → p-4JSq-Alu.js.map} +1 -1
  51. package/dist/insights-elements/p-76038403.entry.js +2 -0
  52. package/dist/insights-elements/p-76038403.entry.js.map +1 -0
  53. package/dist/insights-elements/{p-DHA6uI9u.js → p-D8NW3xSO.js} +3 -3
  54. package/dist/insights-elements/p-D8NW3xSO.js.map +1 -0
  55. package/dist/insights-elements/{p-29ce0a90.entry.js → p-a8196ab4.entry.js} +2 -2
  56. package/dist/insights-elements/p-cf44d793.entry.js +2 -0
  57. package/dist/insights-elements/p-cf44d793.entry.js.map +1 -0
  58. package/dist/types/components/insights-line-chart/insights-line-chart.d.ts +9 -0
  59. package/dist/types/components/insights-scatter-chart/insights-scatter-chart.d.ts +9 -0
  60. package/dist/types/components.d.ts +106 -0
  61. package/package.json +3 -2
  62. package/dist/cjs/apollo-data.esm-by4pfDU4.js.map +0 -1
  63. package/dist/esm/apollo-data.esm-DHA6uI9u.js.map +0 -1
  64. package/dist/insights-elements/p-DHA6uI9u.js.map +0 -1
  65. /package/dist/insights-elements/{p-29ce0a90.entry.js.map → p-a8196ab4.entry.js.map} +0 -0
@@ -1,2 +1,2 @@
1
- var a=async()=>{if(typeof window==="undefined")return;try{let a;if(typeof import.meta?.url==="string"){const o=new URL(".",import.meta.url).href;a=new URL("apollo-data/apollo-data.esm.js",o).href}if(a){try{await import(a);console.log("✓ apollo-data loaded from co-located bundle",{apolloDataUrl:a});return}catch{}}await import("./p-DHA6uI9u.js");console.log("✓ apollo-data loaded from npm package")}catch(a){console.warn("ℹ apollo-data not available:",a?.message||a)}};const o=a;export{o as g};
2
- //# sourceMappingURL=p-DE0h_D1B.js.map
1
+ var a=async()=>{if(typeof window==="undefined")return;try{let a;if(typeof import.meta?.url==="string"){const o=new URL(".",import.meta.url).href;a=new URL("apollo-data/apollo-data.esm.js",o).href}if(a){try{await import(a);console.log("✓ apollo-data loaded from co-located bundle",{apolloDataUrl:a});return}catch{}}await import("./p-D8NW3xSO.js");console.log("✓ apollo-data loaded from npm package")}catch(a){console.warn("ℹ apollo-data not available:",a?.message||a)}};const o=a;export{o as g};
2
+ //# sourceMappingURL=p-4JSq-Alu.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"p-DE0h_D1B.js","sources":["src/global/app.ts","@stencil/core/internal/app-globals"],"sourcesContent":["/**\n * Global script for insights-elements\n * Auto-loads apollo-data components when the library initializes\n */\nexport default async () => {\n if (typeof window === 'undefined') return;\n\n // Auto-load apollo-data when insights-elements initializes\n try {\n // Determine the base URL for apollo-data based on the current script location\n let apolloDataUrl: string | undefined;\n\n if (typeof import.meta?.url === 'string') {\n const baseUrl = new URL('.', import.meta.url).href;\n apolloDataUrl = new URL('apollo-data/apollo-data.esm.js', baseUrl).href;\n }\n\n if (apolloDataUrl) {\n // Try loading from the co-located apollo-data folder first (works for both dev and bundled scenarios)\n try {\n await import(/* @vite-ignore */ apolloDataUrl);\n console.log('✓ apollo-data loaded from co-located bundle', { apolloDataUrl });\n return;\n } catch {\n // Fall through to npm package import\n }\n }\n\n // Fallback: Import from npm package (for bundlers that handle this)\n await import('@xplortech/apollo-data');\n console.log('✓ apollo-data loaded from npm package');\n } catch (error) {\n console.warn('ℹ apollo-data not available:', (error as Error)?.message || error);\n }\n};\n","import appGlobalScript from '/home/runner/work/insights-api/insights-api/packages/insights-elements/src/global/app.ts';\nexport const globalScripts = appGlobalScript;\nexport const globalStyles = \"\";\n"],"names":[],"mappings":"AAAA;;;AAGG;AACH,sBAAe,YAAW;IACxB,IAAI,OAAO,MAAM,KAAK,WAAW;QAAE;;AAGnC,IAAA,IAAI;;AAEF,QAAA,IAAI,aAAiC;QAErC,IAAI,OAAO,MAAM,CAAC,IAAI,EAAE,GAAG,KAAK,QAAQ,EAAE;AACxC,YAAA,MAAM,OAAO,GAAG,IAAI,GAAG,CAAC,GAAG,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI;YAClD,aAAa,GAAG,IAAI,GAAG,CAAC,gCAAgC,EAAE,OAAO,CAAC,CAAC,IAAI;;QAGzE,IAAI,aAAa,EAAE;;AAEjB,YAAA,IAAI;AACF,gBAAA,MAAM,0BAA0B,aAAa,CAAC;gBAC9C,OAAO,CAAC,GAAG,CAAC,6CAA6C,EAAE,EAAE,aAAa,EAAE,CAAC;gBAC7E;;AACA,YAAA,MAAM;;;;;AAMV,QAAA,MAAM,OAAO,iBAAwB,CAAC;AACtC,QAAA,OAAO,CAAC,GAAG,CAAC,uCAAuC,CAAC;;IACpD,OAAO,KAAK,EAAE;QACd,OAAO,CAAC,IAAI,CAAC,8BAA8B,EAAG,KAAe,EAAE,OAAO,IAAI,KAAK,CAAC;;AAEpF,CAAC;;ACjCW,MAAC,aAAa,GAAG;;;;"}
1
+ {"version":3,"file":"p-4JSq-Alu.js","sources":["src/global/app.ts","@stencil/core/internal/app-globals"],"sourcesContent":["/**\n * Global script for insights-elements\n * Auto-loads apollo-data components when the library initializes\n */\nexport default async () => {\n if (typeof window === 'undefined') return;\n\n // Auto-load apollo-data when insights-elements initializes\n try {\n // Determine the base URL for apollo-data based on the current script location\n let apolloDataUrl: string | undefined;\n\n if (typeof import.meta?.url === 'string') {\n const baseUrl = new URL('.', import.meta.url).href;\n apolloDataUrl = new URL('apollo-data/apollo-data.esm.js', baseUrl).href;\n }\n\n if (apolloDataUrl) {\n // Try loading from the co-located apollo-data folder first (works for both dev and bundled scenarios)\n try {\n await import(/* @vite-ignore */ apolloDataUrl);\n console.log('✓ apollo-data loaded from co-located bundle', { apolloDataUrl });\n return;\n } catch {\n // Fall through to npm package import\n }\n }\n\n // Fallback: Import from npm package (for bundlers that handle this)\n await import('@xplortech/apollo-data');\n console.log('✓ apollo-data loaded from npm package');\n } catch (error) {\n console.warn('ℹ apollo-data not available:', (error as Error)?.message || error);\n }\n};\n","import appGlobalScript from '/home/runner/work/insights-api/insights-api/packages/insights-elements/src/global/app.ts';\nexport const globalScripts = appGlobalScript;\nexport const globalStyles = \"\";\n"],"names":[],"mappings":"AAAA;;;AAGG;AACH,sBAAe,YAAW;IACxB,IAAI,OAAO,MAAM,KAAK,WAAW;QAAE;;AAGnC,IAAA,IAAI;;AAEF,QAAA,IAAI,aAAiC;QAErC,IAAI,OAAO,MAAM,CAAC,IAAI,EAAE,GAAG,KAAK,QAAQ,EAAE;AACxC,YAAA,MAAM,OAAO,GAAG,IAAI,GAAG,CAAC,GAAG,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI;YAClD,aAAa,GAAG,IAAI,GAAG,CAAC,gCAAgC,EAAE,OAAO,CAAC,CAAC,IAAI;;QAGzE,IAAI,aAAa,EAAE;;AAEjB,YAAA,IAAI;AACF,gBAAA,MAAM,0BAA0B,aAAa,CAAC;gBAC9C,OAAO,CAAC,GAAG,CAAC,6CAA6C,EAAE,EAAE,aAAa,EAAE,CAAC;gBAC7E;;AACA,YAAA,MAAM;;;;;AAMV,QAAA,MAAM,OAAO,iBAAwB,CAAC;AACtC,QAAA,OAAO,CAAC,GAAG,CAAC,uCAAuC,CAAC;;IACpD,OAAO,KAAK,EAAE;QACd,OAAO,CAAC,IAAI,CAAC,8BAA8B,EAAG,KAAe,EAAE,OAAO,IAAI,KAAK,CAAC;;AAEpF,CAAC;;ACjCW,MAAC,aAAa,GAAG;;;;"}
@@ -0,0 +1,2 @@
1
+ import{r as e,g as t,h as r}from"./p-BAqvP5--.js";import{I as a}from"./p-DVNwzSpV.js";const i=":host{display:block}.insights-scatter-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 n=class extends a{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-scatter-chart",{ref:e=>{if(e){e.adData=this.data;e.adSpec=this.spec||{}}}}))}render(){return r("div",{key:"61e22e1dc0e3e72587b2d002ed88fdd689204989",class:"insights-scatter-chart"},this.loading&&r("div",{key:"4cbf8b9c9420f30fca0cd1f636572c096b94da42",class:"loading-container"},r("div",{key:"58f5c0707fec9ca808da73f019b1e3d0ee03f471",class:"spinner"}),r("p",{key:"8db6aa307e3d18b6fef544b0723856a9b350d8b4"},"Loading chart data...")),this.error&&r("div",{key:"41fff6d64f7c2ccd468d57e712a2137d38d8e562",class:"error-container"},r("p",{key:"8061de8655b178c04a8ba0c7ae70a59ada74d6ab",class:"error-message"},this.error),r("button",{key:"23f8e2b5759b999ab22e511e861a7a82f06d05e2",onClick:()=>this.fetchChartData()},"Retry")),!this.loading&&!this.error&&this.renderChart())}static get watchers(){return{reportName:["handlePropsChange"],filters:["handlePropsChange"]}}};n.style=i;export{n as insights_scatter_chart};
2
+ //# sourceMappingURL=p-76038403.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["registerInstance","getElement","h","InsightsChartBase","insightsScatterChartCss","InsightsScatterChart","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,EAA0B,6pCAEhC,MAAMC,EAAuB,cAAcF,EACvC,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,4BAA6B,CAAEgB,IAAKR,IAC7E,GAAIA,EAAI,CACJA,EAAGS,OAASV,KAAKM,KACjBL,EAAGU,OAASX,KAAKY,MAAQ,CAAC,CAC9B,KAEZ,CACA,MAAAC,GACI,OAAQpB,EAAE,MAAO,CAAEqB,IAAK,2CAA4CN,MAAO,0BAA4BR,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,cAC/tB,CACA,mBAAWa,GAAa,MAAO,CAC3BC,WAAc,CAAC,qBACfC,QAAW,CAAC,qBACb,GAEPxB,EAAqByB,MAAQ1B,SAEpBC","ignoreList":[]}
@@ -1,3 +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
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?h(p):i.raf(p))},d=t=>{for(let e=0;e<t.length;e++)try{t[e](performance.now())}catch(t){n(t)}t.length=0},p=()=>{d(a),d(u),(c=a.length>0)&&i.raf(p)},h=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,S=(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?j(null,o):o),s=i)};c(n);const a=j(t,null);return a.p=e,r.length>0&&(a.v=r),a.$=l,a},j=(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},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=$(null,n,l),s&&(o[l].O=s,N(r,s,e)))},R=(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],p=e[f],h=o.length-1,m=o[0],v=o[h];const y="template"===n.j?t.content:t;for(;r<=f&&c<=h;)if(null==d)d=e[++r];else if(null==p)p=e[--f];else if(null==m)m=o[++c];else if(null==v)v=o[--h];else if(L(d,m,l))P(d,m,l),d=e[++r],m=o[++c];else if(L(p,v,l))P(p,v,l),p=e[--f],v=o[--h];else if(L(d,v,l))P(d,v,l),N(y,d.O,p.O.nextSibling),d=e[++r],v=o[--h];else if(L(p,m,l))P(p,m,l),N(y,p.O,d.O),p=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?D(t,null==o[h+1]?null:o[h+1].O,n,o,c,h):c>h&&R(e,r,f)})(o,l,e,i,n):null!==i?D(o,null,e,i,0,i.length-1):!n&&null!==l&&R(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||j(null,null),i=(t=>t&&t.j===O)(e)?e:S(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&&h((()=>x(t,false))),t.u&=-517},z=()=>{h((()=>(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]"),p=l.document.createElement("style"),h=[];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?h.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=h.findIndex((t=>t===this));o>-1&&h.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&&(p.textContent+=c.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",p.innerHTML.length)){p.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&&p.setAttribute("nonce",t),f.insertBefore(p,d?d.nextSibling:f.firstChild)}y=false,h.length?h.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-e518baac",[[513,"apollo-data-line-chart",{adData:[1,"ad-data"],adSpec:[1,"ad-spec"]}],[513,"apollo-data-scatter-chart",{adData:[1,"ad-data"],adSpec:[1,"ad-spec"]}]]],["p-4ac3c97c",[[513,"apollo-data-bar-chart",{adData:[1,"ad-data"],adSpec:[1,"ad-spec"]}]]],["p-b7471c12",[[513,"apollo-data-donut-chart",{adData:[1,"ad-data"],adSpec:[1,"ad-spec"]}]]]],t))));
3
+ //# sourceMappingURL=p-D8NW3xSO.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"p-D8NW3xSO.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 d}from\"./p-DQuL1Twl.js\";(()=>{const t=import.meta.url,d={};return\"\"!==t&&(d.resourcesUrl=new URL(\".\",t).href),a(d)})().then((async a=>(await d(),t([[\"p-e518baac\",[[513,\"apollo-data-line-chart\",{adData:[1,\"ad-data\"],adSpec:[1,\"ad-spec\"]}],[513,\"apollo-data-scatter-chart\",{adData:[1,\"ad-data\"],adSpec:[1,\"ad-spec\"]}]]],[\"p-4ac3c97c\",[[513,\"apollo-data-bar-chart\",{adData:[1,\"ad-data\"],adSpec:[1,\"ad-spec\"]}]]],[\"p-b7471c12\",[[513,\"apollo-data-donut-chart\",{adData:[1,\"ad-data\"],adSpec:[1,\"ad-spec\"]}]]]],a))));"],"names":["a","d","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]}
@@ -1,2 +1,2 @@
1
- import{r as t,h as e}from"./p-BAqvP5--.js";import{g as r}from"./p-CSTD3N9t.js";var n=typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{};function i(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t["default"]:t}var s={exports:{}};var o;function a(){if(o)return s.exports;o=1;(function(t,e){var r=typeof globalThis!=="undefined"&&globalThis||typeof self!=="undefined"&&self||typeof n!=="undefined"&&n;var i=function(){function t(){this.fetch=false;this.DOMException=r.DOMException}t.prototype=r;return new t}();(function(t){(function(e){var r=typeof t!=="undefined"&&t||typeof self!=="undefined"&&self||typeof n!=="undefined"&&n||{};var i={searchParams:"URLSearchParams"in r,iterable:"Symbol"in r&&"iterator"in Symbol,blob:"FileReader"in r&&"Blob"in r&&function(){try{new Blob;return true}catch(t){return false}}(),formData:"FormData"in r,arrayBuffer:"ArrayBuffer"in r};function s(t){return t&&DataView.prototype.isPrototypeOf(t)}if(i.arrayBuffer){var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"];var a=ArrayBuffer.isView||function(t){return t&&o.indexOf(Object.prototype.toString.call(t))>-1}}function f(t){if(typeof t!=="string"){t=String(t)}if(/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(t)||t===""){throw new TypeError('Invalid character in header field name: "'+t+'"')}return t.toLowerCase()}function h(t){if(typeof t!=="string"){t=String(t)}return t}function u(t){var e={next:function(){var e=t.shift();return{done:e===undefined,value:e}}};if(i.iterable){e[Symbol.iterator]=function(){return e}}return e}function c(t){this.map={};if(t instanceof c){t.forEach((function(t,e){this.append(e,t)}),this)}else if(Array.isArray(t)){t.forEach((function(t){if(t.length!=2){throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+t.length)}this.append(t[0],t[1])}),this)}else if(t){Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}}c.prototype.append=function(t,e){t=f(t);e=h(e);var r=this.map[t];this.map[t]=r?r+", "+e:e};c.prototype["delete"]=function(t){delete this.map[f(t)]};c.prototype.get=function(t){t=f(t);return this.has(t)?this.map[t]:null};c.prototype.has=function(t){return this.map.hasOwnProperty(f(t))};c.prototype.set=function(t,e){this.map[f(t)]=h(e)};c.prototype.forEach=function(t,e){for(var r in this.map){if(this.map.hasOwnProperty(r)){t.call(e,this.map[r],r,this)}}};c.prototype.keys=function(){var t=[];this.forEach((function(e,r){t.push(r)}));return u(t)};c.prototype.values=function(){var t=[];this.forEach((function(e){t.push(e)}));return u(t)};c.prototype.entries=function(){var t=[];this.forEach((function(e,r){t.push([r,e])}));return u(t)};if(i.iterable){c.prototype[Symbol.iterator]=c.prototype.entries}function l(t){if(t._noBody)return;if(t.bodyUsed){return Promise.reject(new TypeError("Already read"))}t.bodyUsed=true}function d(t){return new Promise((function(e,r){t.onload=function(){e(t.result)};t.onerror=function(){r(t.error)}}))}function w(t){var e=new FileReader;var r=d(e);e.readAsArrayBuffer(t);return r}function p(t){var e=new FileReader;var r=d(e);var n=/charset=([A-Za-z0-9_-]+)/.exec(t.type);var i=n?n[1]:"utf-8";e.readAsText(t,i);return r}function y(t){var e=new Uint8Array(t);var r=new Array(e.length);for(var n=0;n<e.length;n++){r[n]=String.fromCharCode(e[n])}return r.join("")}function v(t){if(t.slice){return t.slice(0)}else{var e=new Uint8Array(t.byteLength);e.set(new Uint8Array(t));return e.buffer}}function b(){this.bodyUsed=false;this._initBody=function(t){this.bodyUsed=this.bodyUsed;this._bodyInit=t;if(!t){this._noBody=true;this._bodyText=""}else if(typeof t==="string"){this._bodyText=t}else if(i.blob&&Blob.prototype.isPrototypeOf(t)){this._bodyBlob=t}else if(i.formData&&FormData.prototype.isPrototypeOf(t)){this._bodyFormData=t}else if(i.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)){this._bodyText=t.toString()}else if(i.arrayBuffer&&i.blob&&s(t)){this._bodyArrayBuffer=v(t.buffer);this._bodyInit=new Blob([this._bodyArrayBuffer])}else if(i.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||a(t))){this._bodyArrayBuffer=v(t)}else{this._bodyText=t=Object.prototype.toString.call(t)}if(!this.headers.get("content-type")){if(typeof t==="string"){this.headers.set("content-type","text/plain;charset=UTF-8")}else if(this._bodyBlob&&this._bodyBlob.type){this.headers.set("content-type",this._bodyBlob.type)}else if(i.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)){this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8")}}};if(i.blob){this.blob=function(){var t=l(this);if(t){return t}if(this._bodyBlob){return Promise.resolve(this._bodyBlob)}else if(this._bodyArrayBuffer){return Promise.resolve(new Blob([this._bodyArrayBuffer]))}else if(this._bodyFormData){throw new Error("could not read FormData body as blob")}else{return Promise.resolve(new Blob([this._bodyText]))}}}this.arrayBuffer=function(){if(this._bodyArrayBuffer){var t=l(this);if(t){return t}else if(ArrayBuffer.isView(this._bodyArrayBuffer)){return Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength))}else{return Promise.resolve(this._bodyArrayBuffer)}}else if(i.blob){return this.blob().then(w)}else{throw new Error("could not read as ArrayBuffer")}};this.text=function(){var t=l(this);if(t){return t}if(this._bodyBlob){return p(this._bodyBlob)}else if(this._bodyArrayBuffer){return Promise.resolve(y(this._bodyArrayBuffer))}else if(this._bodyFormData){throw new Error("could not read FormData body as text")}else{return Promise.resolve(this._bodyText)}};if(i.formData){this.formData=function(){return this.text().then(T)}}this.json=function(){return this.text().then(JSON.parse)};return this}var g=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function m(t){var e=t.toUpperCase();return g.indexOf(e)>-1?e:t}function E(t,e){if(!(this instanceof E)){throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.')}e=e||{};var n=e.body;if(t instanceof E){if(t.bodyUsed){throw new TypeError("Already read")}this.url=t.url;this.credentials=t.credentials;if(!e.headers){this.headers=new c(t.headers)}this.method=t.method;this.mode=t.mode;this.signal=t.signal;if(!n&&t._bodyInit!=null){n=t._bodyInit;t.bodyUsed=true}}else{this.url=String(t)}this.credentials=e.credentials||this.credentials||"same-origin";if(e.headers||!this.headers){this.headers=new c(e.headers)}this.method=m(e.method||this.method||"GET");this.mode=e.mode||this.mode||null;this.signal=e.signal||this.signal||function(){if("AbortController"in r){var t=new AbortController;return t.signal}}();this.referrer=null;if((this.method==="GET"||this.method==="HEAD")&&n){throw new TypeError("Body not allowed for GET or HEAD requests")}this._initBody(n);if(this.method==="GET"||this.method==="HEAD"){if(e.cache==="no-store"||e.cache==="no-cache"){var i=/([?&])_=[^&]*/;if(i.test(this.url)){this.url=this.url.replace(i,"$1_="+(new Date).getTime())}else{var s=/\?/;this.url+=(s.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}}E.prototype.clone=function(){return new E(this,{body:this._bodyInit})};function T(t){var e=new FormData;t.trim().split("&").forEach((function(t){if(t){var r=t.split("=");var n=r.shift().replace(/\+/g," ");var i=r.join("=").replace(/\+/g," ");e.append(decodeURIComponent(n),decodeURIComponent(i))}}));return e}function A(t){var e=new c;var r=t.replace(/\r?\n[\t ]+/g," ");r.split("\r").map((function(t){return t.indexOf("\n")===0?t.substr(1,t.length):t})).forEach((function(t){var r=t.split(":");var n=r.shift().trim();if(n){var i=r.join(":").trim();try{e.append(n,i)}catch(t){console.warn("Response "+t.message)}}}));return e}b.call(E.prototype);function P(t,e){if(!(this instanceof P)){throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.')}if(!e){e={}}this.type="default";this.status=e.status===undefined?200:e.status;if(this.status<200||this.status>599){throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].")}this.ok=this.status>=200&&this.status<300;this.statusText=e.statusText===undefined?"":""+e.statusText;this.headers=new c(e.headers);this.url=e.url||"";this._initBody(t)}b.call(P.prototype);P.prototype.clone=function(){return new P(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new c(this.headers),url:this.url})};P.error=function(){var t=new P(null,{status:200,statusText:""});t.ok=false;t.status=0;t.type="error";return t};var R=[301,302,303,307,308];P.redirect=function(t,e){if(R.indexOf(e)===-1){throw new RangeError("Invalid status code")}return new P(null,{status:e,headers:{location:t}})};e.DOMException=r.DOMException;try{new e.DOMException}catch(t){e.DOMException=function(t,e){this.message=t;this.name=e;var r=Error(t);this.stack=r.stack};e.DOMException.prototype=Object.create(Error.prototype);e.DOMException.prototype.constructor=e.DOMException}function k(t,n){return new Promise((function(s,o){var a=new E(t,n);if(a.signal&&a.signal.aborted){return o(new e.DOMException("Aborted","AbortError"))}var u=new XMLHttpRequest;function l(){u.abort()}u.onload=function(){var t={statusText:u.statusText,headers:A(u.getAllResponseHeaders()||"")};if(a.url.indexOf("file://")===0&&(u.status<200||u.status>599)){t.status=200}else{t.status=u.status}t.url="responseURL"in u?u.responseURL:t.headers.get("X-Request-URL");var e="response"in u?u.response:u.responseText;setTimeout((function(){s(new P(e,t))}),0)};u.onerror=function(){setTimeout((function(){o(new TypeError("Network request failed"))}),0)};u.ontimeout=function(){setTimeout((function(){o(new TypeError("Network request timed out"))}),0)};u.onabort=function(){setTimeout((function(){o(new e.DOMException("Aborted","AbortError"))}),0)};function d(t){try{return t===""&&r.location.href?r.location.href:t}catch(e){return t}}u.open(a.method,d(a.url),true);if(a.credentials==="include"){u.withCredentials=true}else if(a.credentials==="omit"){u.withCredentials=false}if("responseType"in u){if(i.blob){u.responseType="blob"}else if(i.arrayBuffer){u.responseType="arraybuffer"}}if(n&&typeof n.headers==="object"&&!(n.headers instanceof c||r.Headers&&n.headers instanceof r.Headers)){var w=[];Object.getOwnPropertyNames(n.headers).forEach((function(t){w.push(f(t));u.setRequestHeader(t,h(n.headers[t]))}));a.headers.forEach((function(t,e){if(w.indexOf(e)===-1){u.setRequestHeader(e,t)}}))}else{a.headers.forEach((function(t,e){u.setRequestHeader(e,t)}))}if(a.signal){a.signal.addEventListener("abort",l);u.onreadystatechange=function(){if(u.readyState===4){a.signal.removeEventListener("abort",l)}}}u.send(typeof a._bodyInit==="undefined"?null:a._bodyInit)}))}k.polyfill=true;if(!r.fetch){r.fetch=k;r.Headers=c;r.Request=E;r.Response=P}e.Headers=c;e.Request=E;e.Response=P;e.fetch=k;return e})({})})(i);i.fetch.ponyfill=true;delete i.fetch.polyfill;var s=r.fetch?r:i;e=s.fetch;e.default=s.fetch;e.fetch=s.fetch;e.Headers=s.Headers;e.Request=s.Request;e.Response=s.Response;t.exports=e})(s,s.exports);return s.exports}var f=a();var h=i(f);class u{constructor(t){this.rawData=t}getData(){return this.rawData.data||[]}getCount(){return this.rawData.meta?.count||0}getTotals(){return this.rawData.totals||null}getPagination(){return{limit:this.rawData.meta?.limit||0,offset:this.rawData.meta?.offset||0}}getRawData(){return this.rawData}getRawSQL(){return this.rawData.meta?.sql}tablePivot(t){const e=this.getData();return!t||t.length===0?e:e.map((e=>{const r={};return t.forEach((t=>{r[t]=e[t]})),r}))}chartPivot(t,e){const r=this.getData();return e.map((e=>({key:e,title:e,series:r.map((r=>({x:r[t],y:r[e]})))})))}}const c="0.1.6";class l{constructor(t,e){this.apiToken=t,this.apiUrl=e.apiUrl.endsWith("/")?e.apiUrl.slice(0,-1):e.apiUrl}_getDefaultHeaders(){const t={"Content-Type":"application/json","x-insights-sdk-version":c};return this.apiToken&&(t.Authorization=`Bearer ${this.apiToken}`),t}async getReport(t,e={},r={}){if(!t)throw new Error("Report name is required");const n=new URL(`${this.apiUrl}/reports/${t}`);(Array.isArray(e)?e:[e]).forEach((t=>{Object.keys(t).length>0&&n.searchParams.append("query",JSON.stringify(t))})),r.sql&&n.searchParams.append("sql","true");const i=await h(n.toString(),{headers:this._getDefaultHeaders()});if(!i.ok){const t=await i.text();throw new Error(`API request failed: ${i.status} ${i.statusText}. ${t}`)}const s=await i.json();return Array.isArray(s)?s.map((t=>new u(t))):new u(s)}async getReportMeta(t){if(!t)throw new Error("Report name is required");const e=`${this.apiUrl}/reports/${t}/meta`,r=await h(e,{headers:this._getDefaultHeaders()});if(!r.ok){const t=await r.text();throw new Error(`API request failed: ${r.status} ${r.statusText}. ${t}`)}return r.json()}async listReports(){const t=`${this.apiUrl}/reports`,e=await h(t,{headers:this._getDefaultHeaders()});if(!e.ok){const t=await e.text();throw new Error(`API request failed: ${e.status} ${e.statusText}. ${t}`)}return e.json()}async exportReport(t,e={},r="csv"){if(!t)throw new Error("Report name is required");if(r!=="csv")throw new Error("Only csv is supported");const n=new URL(`${this.apiUrl}/reports/${t}/export`);(Array.isArray(e)?e:[e]).forEach((t=>{Object.keys(t).length>0&&n.searchParams.append("query",JSON.stringify(t))}));const i=await h(n.toString(),{headers:this._getDefaultHeaders()});if(!i.ok){const t=await i.text();throw new Error(`Export request failed: ${i.status} ${i.statusText}. ${t}`)}return i.text()}}function d(t,e){if(typeof t=="object"&&t!==null){const{token:e,...r}=t;return new l(e,r)}return new l(t,e||{apiUrl:""})}const w=":host{display:block}.insights-wrapper{width:100%;height:100%}.loading{display:flex;align-items:center;justify-content:center;padding:20px;color:#666;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif}";const p=class{constructor(e){t(this,e)}configName;apiUrl;token;onRefreshTokenCallback;onEventEmittedCallback;initialized=false;insightsClient;currentConfig;componentWillLoad(){this.initializeClient()}handlePropsChange(){this.initializeClient()}async initializeClient(){try{let t;let e;let n;let i;if(this.configName||!this.apiUrl&&!this.token){const s=r(this.configName);if(!s){const t=this.configName||"default";const e=`Configuration '${t}' not found. Please call setupConfiguration() first.`;console.error(e);throw new Error(e)}t=s.apiUrl;e=s.token;n=this.onRefreshTokenCallback||s.refreshToken;i=this.onEventEmittedCallback||s.onEventEmitted;this.currentConfig={apiUrl:s.apiUrl,refreshToken:n,onEventEmitted:i};if(n){e=typeof n==="function"?await n():n}if(!e&&i){i({eventType:"warning",data:{message:"No token provided for configuration"}})}}else{if(!this.apiUrl){const t="apiUrl is required when not using configName";console.error(t);throw new Error(t)}t=this.apiUrl;e=this.token;n=this.onRefreshTokenCallback;i=this.onEventEmittedCallback;this.currentConfig={apiUrl:this.apiUrl,refreshToken:n,onEventEmitted:i}}this.insightsClient=d(e,{apiUrl:t});this.initialized=true}catch(t){const e=t instanceof Error?t.message:"Failed to initialize insights client";if(this.currentConfig?.onEventEmitted){this.currentConfig.onEventEmitted({eventType:"error",data:{message:e,error:t}})}console.error("Error initializing insights client:",t);throw t}}async handleTokenExpired(){if(this.currentConfig?.refreshToken){try{await this.initializeClient()}catch(t){console.error("Failed to refresh token:",t);if(this.currentConfig?.onEventEmitted){this.currentConfig.onEventEmitted({eventType:"error",data:{message:"Failed to refresh token",error:t}})}}}else{if(this.currentConfig?.onEventEmitted){this.currentConfig.onEventEmitted({eventType:"warning",data:{message:"Token expired but no refreshToken callback configured"}})}}}async fetchData(t,e){try{const r=await this.insightsClient.getReport(t,e);return r}catch(r){if(r.message&&r.message.includes("401")){await this.handleTokenExpired();const r=await this.insightsClient.getReport(t,e);return r}throw r}}async buildQuery(t,e){if(e){return e(t)}return{columns:["*"],...t}}async manualRefreshToken(){if(!this.currentConfig?.refreshToken){throw new Error("No refreshToken callback configured")}await this.initializeClient()}render(){return e("div",{key:"8a00c399458b7dff7dff0ac7e50a6217d7c2ad3d",class:"insights-wrapper"},this.initialized&&e("slot",{key:"85f26cab746e109f97ef29288b57377c449b7429"}),!this.initialized&&e("div",{key:"a59a48e70a8ff0258d5112aafeca6bc5a4a620ac",class:"loading"},"Initializing Insights..."))}static get watchers(){return{configName:["handlePropsChange"],apiUrl:["handlePropsChange"],token:["handlePropsChange"],onRefreshTokenCallback:["handlePropsChange"],onEventEmittedCallback:["handlePropsChange"]}}};p.style=w;export{p as insights_wrapper};
2
- //# sourceMappingURL=p-29ce0a90.entry.js.map
1
+ import{r as t,h as e}from"./p-BAqvP5--.js";import{g as r}from"./p-CSTD3N9t.js";var n=typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{};function i(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t["default"]:t}var s={exports:{}};var o;function a(){if(o)return s.exports;o=1;(function(t,e){var r=typeof globalThis!=="undefined"&&globalThis||typeof self!=="undefined"&&self||typeof n!=="undefined"&&n;var i=function(){function t(){this.fetch=false;this.DOMException=r.DOMException}t.prototype=r;return new t}();(function(t){(function(e){var r=typeof t!=="undefined"&&t||typeof self!=="undefined"&&self||typeof n!=="undefined"&&n||{};var i={searchParams:"URLSearchParams"in r,iterable:"Symbol"in r&&"iterator"in Symbol,blob:"FileReader"in r&&"Blob"in r&&function(){try{new Blob;return true}catch(t){return false}}(),formData:"FormData"in r,arrayBuffer:"ArrayBuffer"in r};function s(t){return t&&DataView.prototype.isPrototypeOf(t)}if(i.arrayBuffer){var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"];var a=ArrayBuffer.isView||function(t){return t&&o.indexOf(Object.prototype.toString.call(t))>-1}}function f(t){if(typeof t!=="string"){t=String(t)}if(/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(t)||t===""){throw new TypeError('Invalid character in header field name: "'+t+'"')}return t.toLowerCase()}function h(t){if(typeof t!=="string"){t=String(t)}return t}function u(t){var e={next:function(){var e=t.shift();return{done:e===undefined,value:e}}};if(i.iterable){e[Symbol.iterator]=function(){return e}}return e}function c(t){this.map={};if(t instanceof c){t.forEach((function(t,e){this.append(e,t)}),this)}else if(Array.isArray(t)){t.forEach((function(t){if(t.length!=2){throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+t.length)}this.append(t[0],t[1])}),this)}else if(t){Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}}c.prototype.append=function(t,e){t=f(t);e=h(e);var r=this.map[t];this.map[t]=r?r+", "+e:e};c.prototype["delete"]=function(t){delete this.map[f(t)]};c.prototype.get=function(t){t=f(t);return this.has(t)?this.map[t]:null};c.prototype.has=function(t){return this.map.hasOwnProperty(f(t))};c.prototype.set=function(t,e){this.map[f(t)]=h(e)};c.prototype.forEach=function(t,e){for(var r in this.map){if(this.map.hasOwnProperty(r)){t.call(e,this.map[r],r,this)}}};c.prototype.keys=function(){var t=[];this.forEach((function(e,r){t.push(r)}));return u(t)};c.prototype.values=function(){var t=[];this.forEach((function(e){t.push(e)}));return u(t)};c.prototype.entries=function(){var t=[];this.forEach((function(e,r){t.push([r,e])}));return u(t)};if(i.iterable){c.prototype[Symbol.iterator]=c.prototype.entries}function l(t){if(t._noBody)return;if(t.bodyUsed){return Promise.reject(new TypeError("Already read"))}t.bodyUsed=true}function d(t){return new Promise((function(e,r){t.onload=function(){e(t.result)};t.onerror=function(){r(t.error)}}))}function w(t){var e=new FileReader;var r=d(e);e.readAsArrayBuffer(t);return r}function p(t){var e=new FileReader;var r=d(e);var n=/charset=([A-Za-z0-9_-]+)/.exec(t.type);var i=n?n[1]:"utf-8";e.readAsText(t,i);return r}function y(t){var e=new Uint8Array(t);var r=new Array(e.length);for(var n=0;n<e.length;n++){r[n]=String.fromCharCode(e[n])}return r.join("")}function v(t){if(t.slice){return t.slice(0)}else{var e=new Uint8Array(t.byteLength);e.set(new Uint8Array(t));return e.buffer}}function b(){this.bodyUsed=false;this._initBody=function(t){this.bodyUsed=this.bodyUsed;this._bodyInit=t;if(!t){this._noBody=true;this._bodyText=""}else if(typeof t==="string"){this._bodyText=t}else if(i.blob&&Blob.prototype.isPrototypeOf(t)){this._bodyBlob=t}else if(i.formData&&FormData.prototype.isPrototypeOf(t)){this._bodyFormData=t}else if(i.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)){this._bodyText=t.toString()}else if(i.arrayBuffer&&i.blob&&s(t)){this._bodyArrayBuffer=v(t.buffer);this._bodyInit=new Blob([this._bodyArrayBuffer])}else if(i.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||a(t))){this._bodyArrayBuffer=v(t)}else{this._bodyText=t=Object.prototype.toString.call(t)}if(!this.headers.get("content-type")){if(typeof t==="string"){this.headers.set("content-type","text/plain;charset=UTF-8")}else if(this._bodyBlob&&this._bodyBlob.type){this.headers.set("content-type",this._bodyBlob.type)}else if(i.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)){this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8")}}};if(i.blob){this.blob=function(){var t=l(this);if(t){return t}if(this._bodyBlob){return Promise.resolve(this._bodyBlob)}else if(this._bodyArrayBuffer){return Promise.resolve(new Blob([this._bodyArrayBuffer]))}else if(this._bodyFormData){throw new Error("could not read FormData body as blob")}else{return Promise.resolve(new Blob([this._bodyText]))}}}this.arrayBuffer=function(){if(this._bodyArrayBuffer){var t=l(this);if(t){return t}else if(ArrayBuffer.isView(this._bodyArrayBuffer)){return Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength))}else{return Promise.resolve(this._bodyArrayBuffer)}}else if(i.blob){return this.blob().then(w)}else{throw new Error("could not read as ArrayBuffer")}};this.text=function(){var t=l(this);if(t){return t}if(this._bodyBlob){return p(this._bodyBlob)}else if(this._bodyArrayBuffer){return Promise.resolve(y(this._bodyArrayBuffer))}else if(this._bodyFormData){throw new Error("could not read FormData body as text")}else{return Promise.resolve(this._bodyText)}};if(i.formData){this.formData=function(){return this.text().then(T)}}this.json=function(){return this.text().then(JSON.parse)};return this}var g=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function m(t){var e=t.toUpperCase();return g.indexOf(e)>-1?e:t}function E(t,e){if(!(this instanceof E)){throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.')}e=e||{};var n=e.body;if(t instanceof E){if(t.bodyUsed){throw new TypeError("Already read")}this.url=t.url;this.credentials=t.credentials;if(!e.headers){this.headers=new c(t.headers)}this.method=t.method;this.mode=t.mode;this.signal=t.signal;if(!n&&t._bodyInit!=null){n=t._bodyInit;t.bodyUsed=true}}else{this.url=String(t)}this.credentials=e.credentials||this.credentials||"same-origin";if(e.headers||!this.headers){this.headers=new c(e.headers)}this.method=m(e.method||this.method||"GET");this.mode=e.mode||this.mode||null;this.signal=e.signal||this.signal||function(){if("AbortController"in r){var t=new AbortController;return t.signal}}();this.referrer=null;if((this.method==="GET"||this.method==="HEAD")&&n){throw new TypeError("Body not allowed for GET or HEAD requests")}this._initBody(n);if(this.method==="GET"||this.method==="HEAD"){if(e.cache==="no-store"||e.cache==="no-cache"){var i=/([?&])_=[^&]*/;if(i.test(this.url)){this.url=this.url.replace(i,"$1_="+(new Date).getTime())}else{var s=/\?/;this.url+=(s.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}}E.prototype.clone=function(){return new E(this,{body:this._bodyInit})};function T(t){var e=new FormData;t.trim().split("&").forEach((function(t){if(t){var r=t.split("=");var n=r.shift().replace(/\+/g," ");var i=r.join("=").replace(/\+/g," ");e.append(decodeURIComponent(n),decodeURIComponent(i))}}));return e}function A(t){var e=new c;var r=t.replace(/\r?\n[\t ]+/g," ");r.split("\r").map((function(t){return t.indexOf("\n")===0?t.substr(1,t.length):t})).forEach((function(t){var r=t.split(":");var n=r.shift().trim();if(n){var i=r.join(":").trim();try{e.append(n,i)}catch(t){console.warn("Response "+t.message)}}}));return e}b.call(E.prototype);function P(t,e){if(!(this instanceof P)){throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.')}if(!e){e={}}this.type="default";this.status=e.status===undefined?200:e.status;if(this.status<200||this.status>599){throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].")}this.ok=this.status>=200&&this.status<300;this.statusText=e.statusText===undefined?"":""+e.statusText;this.headers=new c(e.headers);this.url=e.url||"";this._initBody(t)}b.call(P.prototype);P.prototype.clone=function(){return new P(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new c(this.headers),url:this.url})};P.error=function(){var t=new P(null,{status:200,statusText:""});t.ok=false;t.status=0;t.type="error";return t};var R=[301,302,303,307,308];P.redirect=function(t,e){if(R.indexOf(e)===-1){throw new RangeError("Invalid status code")}return new P(null,{status:e,headers:{location:t}})};e.DOMException=r.DOMException;try{new e.DOMException}catch(t){e.DOMException=function(t,e){this.message=t;this.name=e;var r=Error(t);this.stack=r.stack};e.DOMException.prototype=Object.create(Error.prototype);e.DOMException.prototype.constructor=e.DOMException}function k(t,n){return new Promise((function(s,o){var a=new E(t,n);if(a.signal&&a.signal.aborted){return o(new e.DOMException("Aborted","AbortError"))}var u=new XMLHttpRequest;function l(){u.abort()}u.onload=function(){var t={statusText:u.statusText,headers:A(u.getAllResponseHeaders()||"")};if(a.url.indexOf("file://")===0&&(u.status<200||u.status>599)){t.status=200}else{t.status=u.status}t.url="responseURL"in u?u.responseURL:t.headers.get("X-Request-URL");var e="response"in u?u.response:u.responseText;setTimeout((function(){s(new P(e,t))}),0)};u.onerror=function(){setTimeout((function(){o(new TypeError("Network request failed"))}),0)};u.ontimeout=function(){setTimeout((function(){o(new TypeError("Network request timed out"))}),0)};u.onabort=function(){setTimeout((function(){o(new e.DOMException("Aborted","AbortError"))}),0)};function d(t){try{return t===""&&r.location.href?r.location.href:t}catch(e){return t}}u.open(a.method,d(a.url),true);if(a.credentials==="include"){u.withCredentials=true}else if(a.credentials==="omit"){u.withCredentials=false}if("responseType"in u){if(i.blob){u.responseType="blob"}else if(i.arrayBuffer){u.responseType="arraybuffer"}}if(n&&typeof n.headers==="object"&&!(n.headers instanceof c||r.Headers&&n.headers instanceof r.Headers)){var w=[];Object.getOwnPropertyNames(n.headers).forEach((function(t){w.push(f(t));u.setRequestHeader(t,h(n.headers[t]))}));a.headers.forEach((function(t,e){if(w.indexOf(e)===-1){u.setRequestHeader(e,t)}}))}else{a.headers.forEach((function(t,e){u.setRequestHeader(e,t)}))}if(a.signal){a.signal.addEventListener("abort",l);u.onreadystatechange=function(){if(u.readyState===4){a.signal.removeEventListener("abort",l)}}}u.send(typeof a._bodyInit==="undefined"?null:a._bodyInit)}))}k.polyfill=true;if(!r.fetch){r.fetch=k;r.Headers=c;r.Request=E;r.Response=P}e.Headers=c;e.Request=E;e.Response=P;e.fetch=k;return e})({})})(i);i.fetch.ponyfill=true;delete i.fetch.polyfill;var s=r.fetch?r:i;e=s.fetch;e.default=s.fetch;e.fetch=s.fetch;e.Headers=s.Headers;e.Request=s.Request;e.Response=s.Response;t.exports=e})(s,s.exports);return s.exports}var f=a();var h=i(f);class u{constructor(t){this.rawData=t}getData(){return this.rawData.data||[]}getCount(){return this.rawData.meta?.count||0}getTotals(){return this.rawData.totals||null}getPagination(){return{limit:this.rawData.meta?.limit||0,offset:this.rawData.meta?.offset||0}}getRawData(){return this.rawData}getRawSQL(){return this.rawData.meta?.sql}tablePivot(t){const e=this.getData();return!t||t.length===0?e:e.map((e=>{const r={};return t.forEach((t=>{r[t]=e[t]})),r}))}chartPivot(t,e){const r=this.getData();return e.map((e=>({key:e,title:e,series:r.map((r=>({x:r[t],y:r[e]})))})))}}const c="0.1.6";class l{constructor(t,e){this.apiToken=t,this.apiUrl=e.apiUrl.endsWith("/")?e.apiUrl.slice(0,-1):e.apiUrl}_getDefaultHeaders(){const t={"Content-Type":"application/json","x-insights-sdk-version":c};return this.apiToken&&(t.Authorization=`Bearer ${this.apiToken}`),t}async getReport(t,e={},r={}){if(!t)throw new Error("Report name is required");const n=new URL(`${this.apiUrl}/reports/${t}`);(Array.isArray(e)?e:[e]).forEach((t=>{Object.keys(t).length>0&&n.searchParams.append("query",JSON.stringify(t))})),r.sql&&n.searchParams.append("sql","true");const i=await h(n.toString(),{headers:this._getDefaultHeaders()});if(!i.ok){const t=await i.text();throw new Error(`API request failed: ${i.status} ${i.statusText}. ${t}`)}const s=await i.json();return Array.isArray(s)?s.map((t=>new u(t))):new u(s)}async getReportMeta(t){if(!t)throw new Error("Report name is required");const e=`${this.apiUrl}/reports/${t}/meta`,r=await h(e,{headers:this._getDefaultHeaders()});if(!r.ok){const t=await r.text();throw new Error(`API request failed: ${r.status} ${r.statusText}. ${t}`)}return r.json()}async listReports(){const t=`${this.apiUrl}/reports`,e=await h(t,{headers:this._getDefaultHeaders()});if(!e.ok){const t=await e.text();throw new Error(`API request failed: ${e.status} ${e.statusText}. ${t}`)}return e.json()}async exportReport(t,e={},r="csv"){if(!t)throw new Error("Report name is required");if(r!=="csv")throw new Error("Only csv is supported");const n=new URL(`${this.apiUrl}/reports/${t}/export`);(Array.isArray(e)?e:[e]).forEach((t=>{Object.keys(t).length>0&&n.searchParams.append("query",JSON.stringify(t))}));const i=await h(n.toString(),{headers:this._getDefaultHeaders()});if(!i.ok){const t=await i.text();throw new Error(`Export request failed: ${i.status} ${i.statusText}. ${t}`)}return i.text()}}function d(t,e){if(typeof t=="object"&&t!==null){const{token:e,...r}=t;return new l(e,r)}return new l(t,e||{apiUrl:""})}const w=":host{display:block}.insights-wrapper{width:100%;height:100%}.loading{display:flex;align-items:center;justify-content:center;padding:20px;color:#666;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif}";const p=class{constructor(e){t(this,e)}configName;apiUrl;token;onRefreshTokenCallback;onEventEmittedCallback;initialized=false;insightsClient;currentConfig;componentWillLoad(){this.initializeClient()}handlePropsChange(){this.initializeClient()}async initializeClient(){try{let t;let e;let n;let i;if(this.configName||!this.apiUrl&&!this.token){const s=r(this.configName);if(!s){const t=this.configName||"default";const e=`Configuration '${t}' not found. Please call setupConfiguration() first.`;console.error(e);throw new Error(e)}t=s.apiUrl;e=s.token;n=this.onRefreshTokenCallback||s.refreshToken;i=this.onEventEmittedCallback||s.onEventEmitted;this.currentConfig={apiUrl:s.apiUrl,refreshToken:n,onEventEmitted:i};if(n){e=typeof n==="function"?await n():n}if(!e&&i){i({eventType:"warning",data:{message:"No token provided for configuration"}})}}else{if(!this.apiUrl){const t="apiUrl is required when not using configName";console.error(t);throw new Error(t)}t=this.apiUrl;e=this.token;n=this.onRefreshTokenCallback;i=this.onEventEmittedCallback;this.currentConfig={apiUrl:this.apiUrl,refreshToken:n,onEventEmitted:i}}this.insightsClient=d(e,{apiUrl:t});this.initialized=true}catch(t){const e=t instanceof Error?t.message:"Failed to initialize insights client";if(this.currentConfig?.onEventEmitted){this.currentConfig.onEventEmitted({eventType:"error",data:{message:e,error:t}})}console.error("Error initializing insights client:",t);throw t}}async handleTokenExpired(){if(this.currentConfig?.refreshToken){try{await this.initializeClient()}catch(t){console.error("Failed to refresh token:",t);if(this.currentConfig?.onEventEmitted){this.currentConfig.onEventEmitted({eventType:"error",data:{message:"Failed to refresh token",error:t}})}}}else{if(this.currentConfig?.onEventEmitted){this.currentConfig.onEventEmitted({eventType:"warning",data:{message:"Token expired but no refreshToken callback configured"}})}}}async fetchData(t,e){try{const r=await this.insightsClient.getReport(t,e);return r}catch(r){if(r.message&&r.message.includes("401")){await this.handleTokenExpired();const r=await this.insightsClient.getReport(t,e);return r}throw r}}async buildQuery(t,e){if(e){return e(t)}return{columns:["*"],...t}}async manualRefreshToken(){if(!this.currentConfig?.refreshToken){throw new Error("No refreshToken callback configured")}await this.initializeClient()}render(){return e("div",{key:"4f6c11053c81a8c42f29b71f1af6e8f3d44ad4a7",class:"insights-wrapper"},this.initialized&&e("slot",{key:"8b69d1c77b9284380c2e455172953fc308e96aa8"}),!this.initialized&&e("div",{key:"225e971e3c1b1a21c40b3b616248218c59dc3afd",class:"loading"},"Initializing Insights..."))}static get watchers(){return{configName:["handlePropsChange"],apiUrl:["handlePropsChange"],token:["handlePropsChange"],onRefreshTokenCallback:["handlePropsChange"],onEventEmittedCallback:["handlePropsChange"]}}};p.style=w;export{p as insights_wrapper};
2
+ //# sourceMappingURL=p-a8196ab4.entry.js.map
@@ -0,0 +1,2 @@
1
+ import{r as e,g as t,h as a}from"./p-BAqvP5--.js";import{I as i}from"./p-DVNwzSpV.js";const r=":host{display:block}.insights-line-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 n=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 a("div",{class:"no-data"},"No data available")}return a("div",{class:"chart-container"},a("apollo-data-line-chart",{ref:e=>{if(e){e.adData=this.data;e.adSpec=this.spec||{}}}}))}render(){return a("div",{key:"6a93d01a4dc0d8915d60947c74f74394e2d07b16",class:"insights-line-chart"},this.loading&&a("div",{key:"b83bdd09b3a18b81fc474975736257e6f0f4267c",class:"loading-container"},a("div",{key:"1a322c2d878bd8bcd09fcaa5717ccde5626ebf11",class:"spinner"}),a("p",{key:"feaacab99224916b514f9a2a05d9a0555f997466"},"Loading chart data...")),this.error&&a("div",{key:"2b316b99fa88bf5117c85796de840f0adb682a27",class:"error-container"},a("p",{key:"c5f0a0d964f8c523804a50fe1f94b17c706ab7db",class:"error-message"},this.error),a("button",{key:"efc40ed7a3e72167ff1d9a75ba93adcfb673b7d6",onClick:()=>this.fetchChartData()},"Retry")),!this.loading&&!this.error&&this.renderChart())}static get watchers(){return{reportName:["handlePropsChange"],filters:["handlePropsChange"]}}};n.style=r;export{n as insights_line_chart};
2
+ //# sourceMappingURL=p-cf44d793.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["registerInstance","getElement","h","InsightsChartBase","insightsLineChartCss","InsightsLineChart","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,EAAuB,0pCAE7B,MAAMC,EAAoB,cAAcF,EACpC,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,yBAA0B,CAAEgB,IAAKR,IAC1E,GAAIA,EAAI,CACJA,EAAGS,OAASV,KAAKM,KACjBL,EAAGU,OAASX,KAAKY,MAAQ,CAAC,CAC9B,KAEZ,CACA,MAAAC,GACI,OAAQpB,EAAE,MAAO,CAAEqB,IAAK,2CAA4CN,MAAO,uBAAyBR,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,cAC5tB,CACA,mBAAWa,GAAa,MAAO,CAC3BC,WAAc,CAAC,qBACfC,QAAW,CAAC,qBACb,GAEPxB,EAAkByB,MAAQ1B,SAEjBC","ignoreList":[]}
@@ -0,0 +1,9 @@
1
+ import type { LineDataItem, LineSpec } from '@xplortech/apollo-data/dist/types/components.d.ts';
2
+ import { InsightsChartBase } from '../insights-chart-base';
3
+ export declare class InsightsLineChart extends InsightsChartBase<LineDataItem[], LineSpec> {
4
+ el: HTMLElement;
5
+ componentWillLoad(): void;
6
+ handlePropsChange(): void;
7
+ private renderChart;
8
+ render(): any;
9
+ }
@@ -0,0 +1,9 @@
1
+ import type { ScatterDataItem, ScatterSpec } from '@xplortech/apollo-data/dist/types/components.d.ts';
2
+ import { InsightsChartBase } from '../insights-chart-base';
3
+ export declare class InsightsScatterChart extends InsightsChartBase<ScatterDataItem[], ScatterSpec> {
4
+ el: HTMLElement;
5
+ componentWillLoad(): void;
6
+ handlePropsChange(): void;
7
+ private renderChart;
8
+ render(): any;
9
+ }
@@ -56,6 +56,50 @@ export namespace Components {
56
56
  */
57
57
  "spec"?: ApolloDataSpecification;
58
58
  }
59
+ interface InsightsLineChart {
60
+ /**
61
+ * Filters to apply to the query
62
+ */
63
+ "filters"?: ChartFilters;
64
+ /**
65
+ * Function to transform filters into a query object
66
+ */
67
+ "getQueryByFilters"?: (filters: ChartFilters) => InsightsQuery;
68
+ /**
69
+ * Function to normalize the raw API response
70
+ */
71
+ "normalizeRawResponse"?: (responseData: RawInsightsResponse) => DataItemArray;
72
+ /**
73
+ * Name of the report to fetch data from
74
+ */
75
+ "reportName": string;
76
+ /**
77
+ * Optional specification object for customizing the chart appearance
78
+ */
79
+ "spec"?: ApolloDataSpecification;
80
+ }
81
+ interface InsightsScatterChart {
82
+ /**
83
+ * Filters to apply to the query
84
+ */
85
+ "filters"?: ChartFilters;
86
+ /**
87
+ * Function to transform filters into a query object
88
+ */
89
+ "getQueryByFilters"?: (filters: ChartFilters) => InsightsQuery;
90
+ /**
91
+ * Function to normalize the raw API response
92
+ */
93
+ "normalizeRawResponse"?: (responseData: RawInsightsResponse) => DataItemArray;
94
+ /**
95
+ * Name of the report to fetch data from
96
+ */
97
+ "reportName": string;
98
+ /**
99
+ * Optional specification object for customizing the chart appearance
100
+ */
101
+ "spec"?: ApolloDataSpecification;
102
+ }
59
103
  interface InsightsWrapper {
60
104
  /**
61
105
  * API URL for the insights service (alternative to using configName)
@@ -104,6 +148,18 @@ declare global {
104
148
  prototype: HTMLInsightsDonutChartElement;
105
149
  new (): HTMLInsightsDonutChartElement;
106
150
  };
151
+ interface HTMLInsightsLineChartElement extends Components.InsightsLineChart, HTMLStencilElement {
152
+ }
153
+ var HTMLInsightsLineChartElement: {
154
+ prototype: HTMLInsightsLineChartElement;
155
+ new (): HTMLInsightsLineChartElement;
156
+ };
157
+ interface HTMLInsightsScatterChartElement extends Components.InsightsScatterChart, HTMLStencilElement {
158
+ }
159
+ var HTMLInsightsScatterChartElement: {
160
+ prototype: HTMLInsightsScatterChartElement;
161
+ new (): HTMLInsightsScatterChartElement;
162
+ };
107
163
  interface HTMLInsightsWrapperElement extends Components.InsightsWrapper, HTMLStencilElement {
108
164
  }
109
165
  var HTMLInsightsWrapperElement: {
@@ -113,6 +169,8 @@ declare global {
113
169
  interface HTMLElementTagNameMap {
114
170
  "insights-bar-chart": HTMLInsightsBarChartElement;
115
171
  "insights-donut-chart": HTMLInsightsDonutChartElement;
172
+ "insights-line-chart": HTMLInsightsLineChartElement;
173
+ "insights-scatter-chart": HTMLInsightsScatterChartElement;
116
174
  "insights-wrapper": HTMLInsightsWrapperElement;
117
175
  }
118
176
  }
@@ -161,6 +219,50 @@ declare namespace LocalJSX {
161
219
  */
162
220
  "spec"?: ApolloDataSpecification;
163
221
  }
222
+ interface InsightsLineChart {
223
+ /**
224
+ * Filters to apply to the query
225
+ */
226
+ "filters"?: ChartFilters;
227
+ /**
228
+ * Function to transform filters into a query object
229
+ */
230
+ "getQueryByFilters"?: (filters: ChartFilters) => InsightsQuery;
231
+ /**
232
+ * Function to normalize the raw API response
233
+ */
234
+ "normalizeRawResponse"?: (responseData: RawInsightsResponse) => DataItemArray;
235
+ /**
236
+ * Name of the report to fetch data from
237
+ */
238
+ "reportName": string;
239
+ /**
240
+ * Optional specification object for customizing the chart appearance
241
+ */
242
+ "spec"?: ApolloDataSpecification;
243
+ }
244
+ interface InsightsScatterChart {
245
+ /**
246
+ * Filters to apply to the query
247
+ */
248
+ "filters"?: ChartFilters;
249
+ /**
250
+ * Function to transform filters into a query object
251
+ */
252
+ "getQueryByFilters"?: (filters: ChartFilters) => InsightsQuery;
253
+ /**
254
+ * Function to normalize the raw API response
255
+ */
256
+ "normalizeRawResponse"?: (responseData: RawInsightsResponse) => DataItemArray;
257
+ /**
258
+ * Name of the report to fetch data from
259
+ */
260
+ "reportName": string;
261
+ /**
262
+ * Optional specification object for customizing the chart appearance
263
+ */
264
+ "spec"?: ApolloDataSpecification;
265
+ }
164
266
  interface InsightsWrapper {
165
267
  /**
166
268
  * API URL for the insights service (alternative to using configName)
@@ -186,6 +288,8 @@ declare namespace LocalJSX {
186
288
  interface IntrinsicElements {
187
289
  "insights-bar-chart": InsightsBarChart;
188
290
  "insights-donut-chart": InsightsDonutChart;
291
+ "insights-line-chart": InsightsLineChart;
292
+ "insights-scatter-chart": InsightsScatterChart;
189
293
  "insights-wrapper": InsightsWrapper;
190
294
  }
191
295
  }
@@ -195,6 +299,8 @@ declare module "@stencil/core" {
195
299
  interface IntrinsicElements {
196
300
  "insights-bar-chart": LocalJSX.InsightsBarChart & JSXBase.HTMLAttributes<HTMLInsightsBarChartElement>;
197
301
  "insights-donut-chart": LocalJSX.InsightsDonutChart & JSXBase.HTMLAttributes<HTMLInsightsDonutChartElement>;
302
+ "insights-line-chart": LocalJSX.InsightsLineChart & JSXBase.HTMLAttributes<HTMLInsightsLineChartElement>;
303
+ "insights-scatter-chart": LocalJSX.InsightsScatterChart & JSXBase.HTMLAttributes<HTMLInsightsScatterChartElement>;
198
304
  "insights-wrapper": LocalJSX.InsightsWrapper & JSXBase.HTMLAttributes<HTMLInsightsWrapperElement>;
199
305
  }
200
306
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xplortech/insights-elements",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Web Components for Xplor Insights",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -58,6 +58,7 @@
58
58
  "test": "stencil test --spec --e2e",
59
59
  "test.watch": "stencil test --spec --e2e --watchAll",
60
60
  "generate": "stencil generate",
61
+ "prestorybook": "npm run build",
61
62
  "storybook": "storybook dev -p 6006",
62
63
  "build-storybook": "storybook build && cp -r ../../node_modules/@xplortech/apollo-data/dist/esm/*.js storybook-static/assets/ && cp -r ../../node_modules/@xplortech/apollo-data/dist/apollo-data/*.js storybook-static/assets/",
63
64
  "prepublishOnly": "npm run build"
@@ -85,7 +86,7 @@
85
86
  },
86
87
  "dependencies": {
87
88
  "@stencil/store": "^2.2.1",
88
- "@xplortech/apollo-data": "^0.0.4",
89
+ "@xplortech/apollo-data": "^0.0.5",
89
90
  "@xplortech/insights-js": "^0.1.6"
90
91
  },
91
92
  "license": "MIT"