@sme.up/ketchup 9.0.0 → 9.1.0

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 (160) hide show
  1. package/dist/cjs/{f-button-b2cfce1c.js → f-button-733664a5.js} +2 -2
  2. package/dist/cjs/{f-cell-75fca92b.js → f-cell-f37757a6.js} +183 -11
  3. package/dist/cjs/{f-checkbox-48d7af02.js → f-checkbox-556771e8.js} +1 -1
  4. package/dist/cjs/{f-chip-3e504f3e.js → f-chip-3349d130.js} +3 -3
  5. package/dist/cjs/{f-image-270d39ae.js → f-image-b7a5816b.js} +2 -2
  6. package/dist/cjs/{f-paginator-utils-6d0c4678.js → f-paginator-utils-1fe1df76.js} +49 -50
  7. package/dist/cjs/{f-text-field-bbcd2143.js → f-text-field-8557fc3f.js} +38 -4
  8. package/dist/cjs/{index-c3d10561.js → index-4b3a5567.js} +48 -18
  9. package/dist/cjs/ketchup.cjs.js +3 -3
  10. package/dist/cjs/kup-accordion.cjs.entry.js +3 -3
  11. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +157 -195
  12. package/dist/cjs/kup-box.cjs.entry.js +23 -15
  13. package/dist/cjs/kup-calendar.cjs.entry.js +5 -5
  14. package/dist/cjs/kup-card-list.cjs.entry.js +2 -2
  15. package/dist/cjs/kup-cell.cjs.entry.js +9 -7
  16. package/dist/cjs/kup-dashboard.cjs.entry.js +6 -6
  17. package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
  18. package/dist/cjs/kup-echart.cjs.entry.js +2 -2
  19. package/dist/cjs/kup-family-tree.cjs.entry.js +4 -4
  20. package/dist/cjs/kup-grid.cjs.entry.js +2 -2
  21. package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
  22. package/dist/cjs/kup-image-list.cjs.entry.js +8 -8
  23. package/dist/cjs/kup-lazy.cjs.entry.js +2 -2
  24. package/dist/cjs/kup-magic-box.cjs.entry.js +3 -3
  25. package/dist/cjs/{kup-manager-130bbd9d.js → kup-manager-cb73c128.js} +59 -9
  26. package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
  27. package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
  28. package/dist/cjs/kup-photo-frame.cjs.entry.js +2 -2
  29. package/dist/cjs/kup-planner.cjs.entry.js +3 -3
  30. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  31. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  32. package/dist/cjs/kup-snackbar.cjs.entry.js +4 -4
  33. package/dist/cjs/loader.cjs.js +2 -2
  34. package/dist/collection/assets/index.js +4 -0
  35. package/dist/collection/assets/progress-bar.js +0 -0
  36. package/dist/collection/assets/radio.js +30 -0
  37. package/dist/collection/collection-manifest.json +2 -2
  38. package/dist/collection/components/kup-box/kup-box.js +14 -6
  39. package/dist/collection/components/kup-card/kup-card.css +14 -0
  40. package/dist/collection/components/kup-card/standard/kup-card-standard.js +10 -5
  41. package/dist/collection/components/kup-data-table/kup-data-table-helper.js +47 -48
  42. package/dist/collection/components/kup-data-table/kup-data-table.js +36 -22
  43. package/dist/collection/components/kup-progress-bar/kup-progress-bar.css +1 -242
  44. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +37 -84
  45. package/dist/collection/components/kup-radio/kup-radio.css +0 -161
  46. package/dist/collection/components/kup-radio/kup-radio.js +31 -26
  47. package/dist/collection/components/kup-rating/kup-rating.css +0 -8
  48. package/dist/collection/components/kup-rating/kup-rating.js +27 -52
  49. package/dist/collection/f-components/f-cell/f-cell-declarations.js +1 -0
  50. package/dist/collection/f-components/f-cell/f-cell.js +19 -5
  51. package/dist/collection/f-components/f-progress-bar/f-progress-bar-declarations.js +1 -0
  52. package/dist/collection/f-components/f-progress-bar/f-progress-bar.js +88 -0
  53. package/dist/collection/f-components/f-radio/f-radio-declarations.js +1 -0
  54. package/dist/collection/f-components/f-radio/f-radio.js +28 -0
  55. package/dist/collection/f-components/f-rating/f-rating-declarations.js +1 -0
  56. package/dist/collection/f-components/f-rating/f-rating.js +26 -0
  57. package/dist/collection/f-components/f-text-field/f-text-field.js +36 -2
  58. package/dist/collection/managers/kup-data/kup-data.js +2 -0
  59. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +33 -0
  60. package/dist/collection/managers/kup-theme/kup-theme.js +13 -1
  61. package/dist/collection/utils/cell-utils.js +6 -7
  62. package/dist/components/index.d.ts +6 -0
  63. package/dist/components/index.js +1 -1
  64. package/dist/components/kup-accordion.js +2 -0
  65. package/dist/components/kup-autocomplete2.js +962 -801
  66. package/dist/components/kup-box2.js +24 -6
  67. package/dist/components/kup-calendar.js +3 -0
  68. package/dist/components/kup-dashboard.js +2 -0
  69. package/dist/components/kup-image-list.js +2 -0
  70. package/dist/components/kup-planner.js +2 -0
  71. package/dist/esm/{f-button-baa419dc.js → f-button-f247ce10.js} +2 -2
  72. package/dist/esm/{f-cell-18ee3afa.js → f-cell-ba94f1b3.js} +181 -12
  73. package/dist/esm/{f-checkbox-00a1e020.js → f-checkbox-cbf7b3de.js} +1 -1
  74. package/dist/esm/{f-chip-311500f4.js → f-chip-104c4a64.js} +3 -3
  75. package/dist/esm/{f-image-da03494c.js → f-image-d2a9603c.js} +2 -2
  76. package/dist/esm/{f-paginator-utils-d63a195e.js → f-paginator-utils-743522fa.js} +49 -50
  77. package/dist/esm/{f-text-field-e5f1f1fd.js → f-text-field-4d91ccfc.js} +38 -4
  78. package/dist/esm/{index-3336c3b1.js → index-c161a33e.js} +48 -18
  79. package/dist/esm/ketchup.js +4 -4
  80. package/dist/esm/kup-accordion.entry.js +3 -3
  81. package/dist/esm/kup-autocomplete_27.entry.js +157 -195
  82. package/dist/esm/kup-box.entry.js +23 -15
  83. package/dist/esm/kup-calendar.entry.js +5 -5
  84. package/dist/esm/kup-card-list.entry.js +2 -2
  85. package/dist/esm/kup-cell.entry.js +9 -7
  86. package/dist/esm/kup-dashboard.entry.js +6 -6
  87. package/dist/esm/kup-drawer.entry.js +2 -2
  88. package/dist/esm/kup-echart.entry.js +2 -2
  89. package/dist/esm/kup-family-tree.entry.js +4 -4
  90. package/dist/esm/kup-grid.entry.js +2 -2
  91. package/dist/esm/kup-iframe.entry.js +2 -2
  92. package/dist/esm/kup-image-list.entry.js +8 -8
  93. package/dist/esm/kup-lazy.entry.js +2 -2
  94. package/dist/esm/kup-magic-box.entry.js +3 -3
  95. package/dist/esm/{kup-manager-c8d5c94d.js → kup-manager-94b3d177.js} +59 -9
  96. package/dist/esm/kup-nav-bar.entry.js +2 -2
  97. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  98. package/dist/esm/kup-photo-frame.entry.js +2 -2
  99. package/dist/esm/kup-planner.entry.js +3 -3
  100. package/dist/esm/kup-probe.entry.js +2 -2
  101. package/dist/esm/kup-qlik.entry.js +2 -2
  102. package/dist/esm/kup-snackbar.entry.js +4 -4
  103. package/dist/esm/loader.js +3 -3
  104. package/dist/ketchup/ketchup.esm.js +1 -1
  105. package/dist/ketchup/p-12e47371.js +1 -0
  106. package/dist/ketchup/{p-81debebe.entry.js → p-15548f51.entry.js} +1 -1
  107. package/dist/ketchup/p-20e8ab84.js +2 -0
  108. package/dist/ketchup/{p-a0f59b05.entry.js → p-21f1b22a.entry.js} +1 -1
  109. package/dist/ketchup/{p-25de68e5.js → p-2c47b88f.js} +3 -3
  110. package/dist/ketchup/{p-7e1c8fc0.entry.js → p-304f296e.entry.js} +1 -1
  111. package/dist/ketchup/p-48f8b0d5.entry.js +9 -0
  112. package/dist/ketchup/p-4ca502ce.entry.js +1 -0
  113. package/dist/ketchup/{p-7555c10d.js → p-4d7c02f4.js} +1 -1
  114. package/dist/ketchup/{p-76130e83.entry.js → p-5abbf31b.entry.js} +1 -1
  115. package/dist/ketchup/{p-13eac183.entry.js → p-5c9b10a5.entry.js} +1 -1
  116. package/dist/ketchup/{p-55fd3f46.entry.js → p-5cb2dbf3.entry.js} +1 -1
  117. package/dist/ketchup/p-679ccbf8.js +1 -0
  118. package/dist/ketchup/p-6a0ac578.entry.js +1 -0
  119. package/dist/ketchup/{p-d6a7498b.entry.js → p-87e13738.entry.js} +1 -1
  120. package/dist/ketchup/p-8e5db599.entry.js +1 -0
  121. package/dist/ketchup/{p-07707cd1.entry.js → p-a14ede8c.entry.js} +1 -1
  122. package/dist/ketchup/{p-39602629.js → p-a2007880.js} +1 -1
  123. package/dist/ketchup/{p-da58f8ab.entry.js → p-a2b75445.entry.js} +1 -1
  124. package/dist/ketchup/{p-8281c9e5.js → p-b0678a34.js} +1 -1
  125. package/dist/ketchup/{p-4597f25d.js → p-ba003975.js} +1 -1
  126. package/dist/ketchup/{p-f729449f.js → p-bb80719e.js} +1 -1
  127. package/dist/ketchup/{p-2a2a18bf.entry.js → p-bf41d71f.entry.js} +1 -1
  128. package/dist/ketchup/{p-d8384990.entry.js → p-c32e8755.entry.js} +1 -1
  129. package/dist/ketchup/p-c4b1bde1.entry.js +1 -0
  130. package/dist/ketchup/p-c6b58be6.entry.js +1 -0
  131. package/dist/ketchup/{p-2dab9c4f.entry.js → p-d56763cf.entry.js} +1 -1
  132. package/dist/ketchup/{p-7bf649f0.entry.js → p-e7f57bee.entry.js} +1 -1
  133. package/dist/ketchup/{p-a8a39b08.entry.js → p-eb12225c.entry.js} +1 -1
  134. package/dist/ketchup/{p-2d192def.entry.js → p-f22abf4e.entry.js} +1 -1
  135. package/dist/ketchup/{p-51aa248f.entry.js → p-f82db512.entry.js} +1 -1
  136. package/dist/types/components/kup-box/kup-box.d.ts +1 -0
  137. package/dist/types/components/kup-progress-bar/kup-progress-bar.d.ts +0 -1
  138. package/dist/types/components/kup-radio/kup-radio-declarations.d.ts +1 -9
  139. package/dist/types/components/kup-radio/kup-radio.d.ts +3 -2
  140. package/dist/types/components/kup-rating/kup-rating.d.ts +2 -7
  141. package/dist/types/components.d.ts +6 -4
  142. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +1 -0
  143. package/dist/types/f-components/f-progress-bar/f-progress-bar-declarations.d.ts +16 -0
  144. package/dist/types/f-components/f-progress-bar/f-progress-bar.d.ts +3 -0
  145. package/dist/types/f-components/f-radio/f-radio-declarations.d.ts +22 -0
  146. package/dist/types/f-components/f-radio/f-radio.d.ts +3 -0
  147. package/dist/types/f-components/f-rating/f-rating-declarations.d.ts +10 -0
  148. package/dist/types/f-components/f-rating/f-rating.d.ts +3 -0
  149. package/dist/types/managers/kup-theme/kup-theme-declarations.d.ts +12 -0
  150. package/dist/types/stencil-public-runtime.d.ts +5 -3
  151. package/package.json +2 -2
  152. package/dist/ketchup/p-008ad26c.js +0 -1
  153. package/dist/ketchup/p-0c19d485.entry.js +0 -9
  154. package/dist/ketchup/p-2d42477d.js +0 -2
  155. package/dist/ketchup/p-5c15661d.entry.js +0 -1
  156. package/dist/ketchup/p-5cfaa673.entry.js +0 -1
  157. package/dist/ketchup/p-5f583257.entry.js +0 -1
  158. package/dist/ketchup/p-80699a95.js +0 -1
  159. package/dist/ketchup/p-bb854cf5.entry.js +0 -1
  160. package/dist/ketchup/p-ecb9fe91.entry.js +0 -1
@@ -1 +1 @@
1
- import{r as t,c as e,f as i,h as o,H as s,g as r}from"./p-2d42477d.js";import{k as h,g as a,s as n}from"./p-25de68e5.js";import{c as p}from"./p-635bb4b3.js";var l;!function(t){t.customStyle="Custom style of the component.",t.placeholderAttrs="Html attributes of the picture before the component enters the viewport.",t.resourceAttrs="Html attributes of the picture after the component enters the viewport."}(l||(l={}));var f,d,c,u,m,w,b=function(t,e,i,o){if("a"===i&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?o:"a"===i?o.call(t):o?o.value:e.get(t)},v=function(t,e,i,o,s){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!s)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===o?s.call(t,i):s?s.value=i:e.set(t,i),i};const k=class{constructor(i){t(this,i),this.kupPhotoFramePlaceholderLoad=e(this,"kup-photoframe-placeholderload",6),this.kupPhotoFrameResourceLoad=e(this,"kup-photoframe-resourceload",6),f.set(this,null),d.set(this,h()),c.set(this,null),u.set(this,null),m.set(this,!1),w.set(this,null),this.isInViewport=!1,this.customStyle="",this.placeholderAttrs={},this.resourceAttrs={},this.threshold=.25}async getProps(t){return a(this,l,t)}async refresh(){i(this)}async setProps(t){n(this,l,t)}setObserver(){v(this,f,new IntersectionObserver((t=>{t.forEach((t=>{t.isIntersecting&&(this.isInViewport=!0,b(this,f,"f").unobserve(this.rootElement))}))}),{threshold:this.threshold}),"f")}componentWillLoad(){b(this,d,"f").debug.logLoad(this,!1),b(this,d,"f").theme.register(this),this.setObserver()}componentDidLoad(){b(this,d,"f").debug.logLoad(this,!0)}componentWillRender(){b(this,d,"f").debug.logRender(this,!1)}componentDidRender(){b(this,d,"f").debug.logRender(this,!0)}render(){return this.isInViewport&&!b(this,m,"f")&&v(this,m,!0,"f"),o(s,null,o("style",null,b(this,d,"f").theme.setKupStyle(this.rootElement)),o("div",{id:p,ref:t=>{v(this,w,t,"f")}},o("img",Object.assign({},this.placeholderAttrs,{class:"placeholder",ref:t=>v(this,c,t,"f"),onLoad:()=>{b(this,c,"f").naturalWidth>b(this,c,"f").naturalHeight?b(this,w,"f").classList.add("horizontal"):b(this,w,"f").classList.add("vertical"),b(this,f,"f").observe(this.rootElement),b(this,c,"f").classList.add("placeholder--loaded"),this.kupPhotoFramePlaceholderLoad.emit({comp:this,id:this.rootElement.id})}})),b(this,m,"f")?o("img",Object.assign({},this.resourceAttrs,{class:"resource",ref:t=>v(this,u,t,"f"),onLoad:()=>{b(this,c,"f").classList.add("placeholder--fade-out"),b(this,u,"f").classList.add("resource--fade-in"),this.kupPhotoFrameResourceLoad.emit({comp:this,id:this.rootElement.id})}})):null))}disconnectedCallback(){var t;b(this,d,"f").theme.unregister(this),null===(t=b(this,f,"f"))||void 0===t||t.unobserve(this.rootElement)}get rootElement(){return r(this)}};f=new WeakMap,d=new WeakMap,c=new WeakMap,u=new WeakMap,m=new WeakMap,w=new WeakMap,k.style=":host{--kup_photoframe_border:var(\n --kup-photoframe-border,\n 1px inset var(--kup-border-color)\n );--kup_photoframe_fade_out_time:var(--kup-photoframe-fade-out-time, 2000ms);border:var(--kup_photoframe_border);display:block;height:100%;position:relative;width:100%}#kup-component{position:relative;height:100%;width:100%}img{max-height:100%;max-width:100%}.horizontal img{width:100%}.vertical img{height:100%}.placeholder{display:none;transition:opacity var(--kup_photoframe_fade_out_time) ease-out;will-change:opacity;z-index:1}.placeholder--loaded{display:block}.placeholder--fade-out{opacity:0;position:absolute}.resource{display:none;left:0;position:absolute;top:0;z-index:0}.resource--fade-in{display:block;position:relative}:host(.kup-fit) img{height:100%;object-fit:cover;width:100%}";export{k as kup_photo_frame}
1
+ import{r as t,c as e,f as i,h as o,H as s,g as r}from"./p-20e8ab84.js";import{k as h,g as a,s as n}from"./p-2c47b88f.js";import{c as p}from"./p-635bb4b3.js";var l;!function(t){t.customStyle="Custom style of the component.",t.placeholderAttrs="Html attributes of the picture before the component enters the viewport.",t.resourceAttrs="Html attributes of the picture after the component enters the viewport."}(l||(l={}));var f,c,d,u,m,w,b=function(t,e,i,o){if("a"===i&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?o:"a"===i?o.call(t):o?o.value:e.get(t)},v=function(t,e,i,o,s){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!s)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===o?s.call(t,i):s?s.value=i:e.set(t,i),i};const k=class{constructor(i){t(this,i),this.kupPhotoFramePlaceholderLoad=e(this,"kup-photoframe-placeholderload",6),this.kupPhotoFrameResourceLoad=e(this,"kup-photoframe-resourceload",6),f.set(this,null),c.set(this,h()),d.set(this,null),u.set(this,null),m.set(this,!1),w.set(this,null),this.isInViewport=!1,this.customStyle="",this.placeholderAttrs={},this.resourceAttrs={},this.threshold=.25}async getProps(t){return a(this,l,t)}async refresh(){i(this)}async setProps(t){n(this,l,t)}setObserver(){v(this,f,new IntersectionObserver((t=>{t.forEach((t=>{t.isIntersecting&&(this.isInViewport=!0,b(this,f,"f").unobserve(this.rootElement))}))}),{threshold:this.threshold}),"f")}componentWillLoad(){b(this,c,"f").debug.logLoad(this,!1),b(this,c,"f").theme.register(this),this.setObserver()}componentDidLoad(){b(this,c,"f").debug.logLoad(this,!0)}componentWillRender(){b(this,c,"f").debug.logRender(this,!1)}componentDidRender(){b(this,c,"f").debug.logRender(this,!0)}render(){return this.isInViewport&&!b(this,m,"f")&&v(this,m,!0,"f"),o(s,null,o("style",null,b(this,c,"f").theme.setKupStyle(this.rootElement)),o("div",{id:p,ref:t=>{v(this,w,t,"f")}},o("img",Object.assign({},this.placeholderAttrs,{class:"placeholder",ref:t=>v(this,d,t,"f"),onLoad:()=>{b(this,d,"f").naturalWidth>b(this,d,"f").naturalHeight?b(this,w,"f").classList.add("horizontal"):b(this,w,"f").classList.add("vertical"),b(this,f,"f").observe(this.rootElement),b(this,d,"f").classList.add("placeholder--loaded"),this.kupPhotoFramePlaceholderLoad.emit({comp:this,id:this.rootElement.id})}})),b(this,m,"f")?o("img",Object.assign({},this.resourceAttrs,{class:"resource",ref:t=>v(this,u,t,"f"),onLoad:()=>{b(this,d,"f").classList.add("placeholder--fade-out"),b(this,u,"f").classList.add("resource--fade-in"),this.kupPhotoFrameResourceLoad.emit({comp:this,id:this.rootElement.id})}})):null))}disconnectedCallback(){var t;b(this,c,"f").theme.unregister(this),null===(t=b(this,f,"f"))||void 0===t||t.unobserve(this.rootElement)}get rootElement(){return r(this)}};f=new WeakMap,c=new WeakMap,d=new WeakMap,u=new WeakMap,m=new WeakMap,w=new WeakMap,k.style=":host{--kup_photoframe_border:var(\n --kup-photoframe-border,\n 1px inset var(--kup-border-color)\n );--kup_photoframe_fade_out_time:var(--kup-photoframe-fade-out-time, 2000ms);border:var(--kup_photoframe_border);display:block;height:100%;position:relative;width:100%}#kup-component{position:relative;height:100%;width:100%}img{max-height:100%;max-width:100%}.horizontal img{width:100%}.vertical img{height:100%}.placeholder{display:none;transition:opacity var(--kup_photoframe_fade_out_time) ease-out;will-change:opacity;z-index:1}.placeholder--loaded{display:block}.placeholder--fade-out{opacity:0;position:absolute}.resource{display:none;left:0;position:absolute;top:0;z-index:0}.resource--fade-in{display:block;position:relative}:host(.kup-fit) img{height:100%;object-fit:cover;width:100%}";export{k as kup_photo_frame}