@sme.up/ketchup 8.2.2 → 8.3.1

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 (101) hide show
  1. package/dist/cjs/{f-button-76a75669.js → f-button-d073c79d.js} +1 -1
  2. package/dist/cjs/{f-cell-6f902849.js → f-cell-b7ddd6b3.js} +6 -4
  3. package/dist/cjs/{f-chip-fe9cffed.js → f-chip-e51596be.js} +2 -2
  4. package/dist/cjs/{f-image-47976ad7.js → f-image-fb2721a7.js} +1 -1
  5. package/dist/cjs/{f-paginator-utils-f13f036f.js → f-paginator-utils-5bce6819.js} +2 -2
  6. package/dist/cjs/{f-text-field-865a6386.js → f-text-field-acb225f3.js} +1 -1
  7. package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
  8. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +10 -8
  9. package/dist/cjs/kup-box.cjs.entry.js +7 -7
  10. package/dist/cjs/kup-calendar.cjs.entry.js +4 -4
  11. package/dist/cjs/kup-cell.cjs.entry.js +5 -5
  12. package/dist/cjs/kup-dash-list.cjs.entry.js +1 -1
  13. package/dist/cjs/kup-dash_2.cjs.entry.js +1 -1
  14. package/dist/cjs/kup-dashboard.cjs.entry.js +4 -4
  15. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  16. package/dist/cjs/kup-echart.cjs.entry.js +128 -2
  17. package/dist/cjs/kup-family-tree.cjs.entry.js +3 -3
  18. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  19. package/dist/cjs/kup-image-list.cjs.entry.js +6 -6
  20. package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-magic-box.cjs.entry.js +2 -2
  22. package/dist/cjs/{kup-manager-695bbbe3.js → kup-manager-39f99670.js} +2 -0
  23. package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
  24. package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
  25. package/dist/cjs/kup-photo-frame.cjs.entry.js +1 -1
  26. package/dist/cjs/kup-planner.cjs.entry.js +2 -2
  27. package/dist/cjs/kup-probe.cjs.entry.js +1 -1
  28. package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
  29. package/dist/cjs/kup-snackbar.cjs.entry.js +3 -3
  30. package/dist/collection/assets/echart.js +248 -0
  31. package/dist/collection/components/kup-data-table/kup-data-table.js +2 -0
  32. package/dist/collection/components/kup-echart/kup-echart-declarations.js +2 -0
  33. package/dist/collection/components/kup-echart/kup-echart.js +125 -1
  34. package/dist/collection/components/kup-form/kup-form.css +3 -1
  35. package/dist/collection/f-components/f-cell/f-cell-declarations.js +2 -0
  36. package/dist/collection/f-components/f-cell/f-cell.js +2 -0
  37. package/dist/components/kup-autocomplete2.js +7 -1
  38. package/dist/components/kup-echart2.js +127 -1
  39. package/dist/esm/{f-button-c5b36ae1.js → f-button-38ee97e6.js} +1 -1
  40. package/dist/esm/{f-cell-fbfe9fe0.js → f-cell-763793f8.js} +6 -4
  41. package/dist/esm/{f-chip-038e9404.js → f-chip-010179a2.js} +2 -2
  42. package/dist/esm/{f-image-c356f4c5.js → f-image-77ac3ca0.js} +1 -1
  43. package/dist/esm/{f-paginator-utils-58466d55.js → f-paginator-utils-32b2c046.js} +2 -2
  44. package/dist/esm/{f-text-field-98905f74.js → f-text-field-8a683258.js} +1 -1
  45. package/dist/esm/kup-accordion.entry.js +2 -2
  46. package/dist/esm/kup-autocomplete_27.entry.js +10 -8
  47. package/dist/esm/kup-box.entry.js +7 -7
  48. package/dist/esm/kup-calendar.entry.js +4 -4
  49. package/dist/esm/kup-cell.entry.js +5 -5
  50. package/dist/esm/kup-dash-list.entry.js +1 -1
  51. package/dist/esm/kup-dash_2.entry.js +1 -1
  52. package/dist/esm/kup-dashboard.entry.js +4 -4
  53. package/dist/esm/kup-drawer.entry.js +1 -1
  54. package/dist/esm/kup-echart.entry.js +128 -2
  55. package/dist/esm/kup-family-tree.entry.js +3 -3
  56. package/dist/esm/kup-iframe.entry.js +1 -1
  57. package/dist/esm/kup-image-list.entry.js +6 -6
  58. package/dist/esm/kup-lazy.entry.js +1 -1
  59. package/dist/esm/kup-magic-box.entry.js +2 -2
  60. package/dist/esm/{kup-manager-74e46edc.js → kup-manager-e2f7edf1.js} +2 -0
  61. package/dist/esm/kup-nav-bar.entry.js +1 -1
  62. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  63. package/dist/esm/kup-photo-frame.entry.js +1 -1
  64. package/dist/esm/kup-planner.entry.js +2 -2
  65. package/dist/esm/kup-probe.entry.js +1 -1
  66. package/dist/esm/kup-qlik.entry.js +1 -1
  67. package/dist/esm/kup-snackbar.entry.js +3 -3
  68. package/dist/ketchup/ketchup.esm.js +1 -1
  69. package/dist/ketchup/{p-b813af24.entry.js → p-07e56ef4.entry.js} +1 -1
  70. package/dist/ketchup/{p-9c7b9ff2.js → p-0e961148.js} +1 -1
  71. package/dist/ketchup/{p-f1da8b9c.entry.js → p-166356dc.entry.js} +1 -1
  72. package/dist/ketchup/{p-46daf529.js → p-2751c4ba.js} +1 -1
  73. package/dist/ketchup/p-2866e08c.entry.js +1 -0
  74. package/dist/ketchup/{p-0d533d24.entry.js → p-3a64fbe0.entry.js} +1 -1
  75. package/dist/ketchup/{p-487f4a33.entry.js → p-3fe1eada.entry.js} +2 -2
  76. package/dist/ketchup/{p-1f5eb8e6.entry.js → p-40312367.entry.js} +1 -1
  77. package/dist/ketchup/{p-2cc57793.entry.js → p-46ad61d1.entry.js} +1 -1
  78. package/dist/ketchup/{p-008cde2a.entry.js → p-4cb43c62.entry.js} +1 -1
  79. package/dist/ketchup/{p-e16c04d8.js → p-5443df89.js} +1 -1
  80. package/dist/ketchup/{p-78eaa526.js → p-5b1ae769.js} +1 -1
  81. package/dist/ketchup/{p-73ab15cd.entry.js → p-5d7b542c.entry.js} +1 -1
  82. package/dist/ketchup/{p-6efda31f.entry.js → p-6814b44c.entry.js} +1 -1
  83. package/dist/ketchup/{p-c20c4f66.js → p-79f78bdc.js} +1 -1
  84. package/dist/ketchup/{p-a9151ee8.entry.js → p-7c9ca424.entry.js} +1 -1
  85. package/dist/ketchup/{p-cd1f9e76.entry.js → p-86a3a9ef.entry.js} +1 -1
  86. package/dist/ketchup/{p-efd07a7f.entry.js → p-9fe8bcf4.entry.js} +1 -1
  87. package/dist/ketchup/{p-c3e84081.entry.js → p-bab43d3f.entry.js} +1 -1
  88. package/dist/ketchup/{p-8d992de0.entry.js → p-be933dfa.entry.js} +1 -1
  89. package/dist/ketchup/{p-d5491e4f.js → p-d938d1cd.js} +1 -1
  90. package/dist/ketchup/{p-2ac7d95a.entry.js → p-d942bfd3.entry.js} +1 -1
  91. package/dist/ketchup/{p-26765429.entry.js → p-dd183d2f.entry.js} +1 -1
  92. package/dist/ketchup/{p-a015c95b.entry.js → p-e0e4e3e2.entry.js} +1 -1
  93. package/dist/ketchup/{p-bb93aa7e.entry.js → p-e96d0d28.entry.js} +1 -1
  94. package/dist/ketchup/{p-f023195c.entry.js → p-eb42d212.entry.js} +1 -1
  95. package/dist/ketchup/{p-e9d2a964.entry.js → p-f3c25aae.entry.js} +4 -4
  96. package/dist/ketchup/{p-dfab37a3.entry.js → p-f520b898.entry.js} +1 -1
  97. package/dist/ketchup/{p-ffbd77d5.js → p-fe8c8e11.js} +1 -1
  98. package/dist/types/components/kup-echart/kup-echart-declarations.d.ts +3 -1
  99. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +2 -0
  100. package/package.json +1 -1
  101. package/dist/ketchup/p-59919641.entry.js +0 -1
@@ -0,0 +1 @@
1
+ import{r as t,c as i,f as s,h as e,H as o,g as h}from"./p-3da7e4c6.js";import{k as n,g as r,s as a,c}from"./p-2751c4ba.js";var d;!function(t){t.buttonData="Props of the button (when isButton is set to true).",t.isButton="The component will be rendered as a button, which opens the link associated to the iframe in another tab when clicked.",t.src="The address the iframe should be referencing to."}(d||(d={}));const p=class{constructor(s){t(this,s),this.kupIframeError=i(this,"kup-iframe-error",6),this.kupIframeLoad=i(this,"kup-iframe-load",6),this.kupManager=n(),this.buttonData={},this.isButton=!1,this.src=void 0}onKupIframeError(){this.kupIframeError.emit({comp:this,id:this.rootElement.id})}onKupIframeLoad(){this.kupIframeLoad.emit({comp:this,id:this.rootElement.id})}async getProps(t){return r(this,d,t)}async refresh(){s(this)}async setProps(t){a(this,d,t)}openInNew(){window.open(this.src,"_blank")}componentWillLoad(){this.kupManager.debug.logLoad(this,!1)}componentDidLoad(){this.kupManager.debug.logLoad(this,!0)}componentWillRender(){this.kupManager.debug.logRender(this,!1)}componentDidRender(){this.kupManager.debug.logRender(this,!0)}render(){if(null!=this.src&&""!==this.src)return this.buttonData.icon||(this.buttonData.icon="open_in_new"),this.buttonData.label||(this.buttonData.label="Open in new tab"),this.isButton?e(o,{"is-button":!0},e("kup-button",Object.assign({},this.buttonData,{"onkup-button-click":()=>this.openInNew()}))):e(o,{"is-iframe":!0},e("iframe",{onError:this.onKupIframeError.bind(this),onLoad:this.onKupIframeLoad.bind(this),src:this.src}));this.kupManager.debug.logMessage(this,"Resource undefined, not rendering!",c.WARNING)}get rootElement(){return h(this)}};p.style="iframe{box-sizing:border-box;height:100%;width:100%}:host([is-iframe]){box-sizing:border-box;display:block;height:100%;width:100%}";export{p as kup_iframe}