@sme.up/ketchup 8.0.1 → 8.0.2

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 (132) hide show
  1. package/dist/cjs/{f-button-c0ede055.js → f-button-9524bbf7.js} +1 -1
  2. package/dist/cjs/{f-cell-1c17dbac.js → f-cell-bcb75ade.js} +10 -8
  3. package/dist/cjs/{f-chip-bace36bb.js → f-chip-2249b386.js} +2 -2
  4. package/dist/cjs/{f-image-22174590.js → f-image-47d74999.js} +1 -1
  5. package/dist/cjs/{f-paginator-utils-e21e1f06.js → f-paginator-utils-b0a9ae5f.js} +63 -62
  6. package/dist/cjs/{f-text-field-503f2bb0.js → f-text-field-579c0fc0.js} +1 -1
  7. package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
  8. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +32 -87
  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 +1 -1
  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-b994cf71.js → kup-manager-85b2a756.js} +679 -531
  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/data-table.js +0 -44
  31. package/dist/collection/components/kup-card/built-in/kup-card-calendar.js +5 -61
  32. package/dist/collection/components/kup-card/built-in/kup-card-clock.js +1 -1
  33. package/dist/collection/components/kup-data-table/kup-data-table-helper.js +7 -8
  34. package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -1
  35. package/dist/collection/components/kup-data-table/kup-data-table.js +5 -4
  36. package/dist/collection/components/kup-gauge/kup-gauge.js +4 -4
  37. package/dist/collection/components/kup-text-field/kup-text-field.js +4 -5
  38. package/dist/collection/components/kup-time-picker/kup-time-picker.js +7 -7
  39. package/dist/collection/components/kup-tree/kup-tree.js +2 -2
  40. package/dist/collection/f-components/f-cell/f-cell.js +6 -5
  41. package/dist/collection/f-components/f-paginator/f-paginator-utils.js +3 -3
  42. package/dist/collection/managers/kup-data/kup-data.js +3 -1
  43. package/dist/collection/managers/kup-dates/kup-dates-declarations.js +21 -10
  44. package/dist/collection/managers/kup-dates/kup-dates.js +312 -1
  45. package/dist/collection/managers/kup-math/kup-math.js +180 -9
  46. package/dist/collection/utils/cell-utils.js +5 -6
  47. package/dist/collection/utils/filters/filters.js +11 -13
  48. package/dist/collection/utils/utils.js +18 -435
  49. package/dist/components/kup-autocomplete2.js +915 -810
  50. package/dist/components/kup-box2.js +1 -1
  51. package/dist/components/kup-calendar.js +1 -1
  52. package/dist/components/kup-cell.js +1 -1
  53. package/dist/components/kup-dashboard.js +1 -1
  54. package/dist/components/kup-echart2.js +1 -1
  55. package/dist/components/kup-family-tree.js +1 -1
  56. package/dist/components/kup-grid2.js +1 -1
  57. package/dist/components/kup-iframe.js +1 -1
  58. package/dist/components/kup-image-list.js +1 -1
  59. package/dist/components/kup-magic-box.js +1 -1
  60. package/dist/components/kup-numeric-picker.js +1 -1
  61. package/dist/components/kup-planner.js +1 -1
  62. package/dist/esm/{f-button-c377973d.js → f-button-024f0cfe.js} +1 -1
  63. package/dist/esm/{f-cell-e5a98bc8.js → f-cell-90240a8c.js} +10 -8
  64. package/dist/esm/{f-chip-c8a18c48.js → f-chip-2238ad43.js} +2 -2
  65. package/dist/esm/{f-image-5cbdf39d.js → f-image-f2e9bf79.js} +1 -1
  66. package/dist/esm/{f-paginator-utils-a1dab059.js → f-paginator-utils-8cb3c023.js} +63 -62
  67. package/dist/esm/{f-text-field-dafb7c8b.js → f-text-field-d231982c.js} +1 -1
  68. package/dist/esm/kup-accordion.entry.js +2 -2
  69. package/dist/esm/kup-autocomplete_27.entry.js +26 -81
  70. package/dist/esm/kup-box.entry.js +7 -7
  71. package/dist/esm/kup-calendar.entry.js +4 -4
  72. package/dist/esm/kup-cell.entry.js +5 -5
  73. package/dist/esm/kup-dash-list.entry.js +1 -1
  74. package/dist/esm/kup-dash_2.entry.js +1 -1
  75. package/dist/esm/kup-dashboard.entry.js +4 -4
  76. package/dist/esm/kup-drawer.entry.js +1 -1
  77. package/dist/esm/kup-echart.entry.js +1 -1
  78. package/dist/esm/kup-family-tree.entry.js +3 -3
  79. package/dist/esm/kup-iframe.entry.js +1 -1
  80. package/dist/esm/kup-image-list.entry.js +6 -6
  81. package/dist/esm/kup-lazy.entry.js +1 -1
  82. package/dist/esm/kup-magic-box.entry.js +2 -2
  83. package/dist/esm/{kup-manager-3594cde8.js → kup-manager-d1da769e.js} +679 -522
  84. package/dist/esm/kup-nav-bar.entry.js +1 -1
  85. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  86. package/dist/esm/kup-photo-frame.entry.js +1 -1
  87. package/dist/esm/kup-planner.entry.js +2 -2
  88. package/dist/esm/kup-probe.entry.js +1 -1
  89. package/dist/esm/kup-qlik.entry.js +1 -1
  90. package/dist/esm/kup-snackbar.entry.js +3 -3
  91. package/dist/ketchup/ketchup.esm.js +1 -1
  92. package/dist/ketchup/{p-31abf4b6.entry.js → p-063d4c27.entry.js} +1 -1
  93. package/dist/ketchup/{p-9fc6a9a8.entry.js → p-0bcda0e2.entry.js} +1 -1
  94. package/dist/ketchup/{p-473d2bea.entry.js → p-0d7d59c7.entry.js} +1 -1
  95. package/dist/ketchup/{p-b718af72.entry.js → p-163b18b9.entry.js} +1 -1
  96. package/dist/ketchup/{p-37ada0f0.entry.js → p-1ad628fb.entry.js} +1 -1
  97. package/dist/ketchup/{p-5205286a.entry.js → p-33aff1ca.entry.js} +1 -1
  98. package/dist/ketchup/p-3432ebaf.entry.js +9 -0
  99. package/dist/ketchup/{p-80815edf.entry.js → p-35b29b22.entry.js} +1 -1
  100. package/dist/ketchup/{p-acaa171f.js → p-36dac88e.js} +3 -3
  101. package/dist/ketchup/{p-22e72f06.entry.js → p-37067ee6.entry.js} +1 -1
  102. package/dist/ketchup/p-39a55c47.js +1 -0
  103. package/dist/ketchup/{p-8b248655.js → p-3cf64473.js} +1 -1
  104. package/dist/ketchup/p-410c102a.js +1 -0
  105. package/dist/ketchup/{p-d76be079.entry.js → p-43b67de4.entry.js} +1 -1
  106. package/dist/ketchup/{p-ef0b4f19.entry.js → p-489d55ff.entry.js} +1 -1
  107. package/dist/ketchup/{p-2d32e3cd.js → p-5f3680f2.js} +1 -1
  108. package/dist/ketchup/{p-cf322853.entry.js → p-651d89c8.entry.js} +1 -1
  109. package/dist/ketchup/{p-4c56e199.entry.js → p-73c8d651.entry.js} +1 -1
  110. package/dist/ketchup/{p-d1164680.entry.js → p-83435e6c.entry.js} +1 -1
  111. package/dist/ketchup/{p-7f4f5f0f.entry.js → p-89743989.entry.js} +1 -1
  112. package/dist/ketchup/{p-6762d447.js → p-8b46e7ce.js} +1 -1
  113. package/dist/ketchup/p-a84f1d24.entry.js +1 -0
  114. package/dist/ketchup/{p-ed7e118e.entry.js → p-b2fd2dbf.entry.js} +1 -1
  115. package/dist/ketchup/{p-ce5b6ce7.entry.js → p-c42b80c1.entry.js} +1 -1
  116. package/dist/ketchup/p-d1b050d0.entry.js +27 -0
  117. package/dist/ketchup/{p-d4eb9a76.entry.js → p-d6ea709e.entry.js} +1 -1
  118. package/dist/ketchup/{p-7be5ef32.entry.js → p-e1f1e661.entry.js} +1 -1
  119. package/dist/ketchup/p-eda7f130.js +1 -0
  120. package/dist/ketchup/{p-afff7a6e.entry.js → p-f876125d.entry.js} +1 -1
  121. package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +1 -1
  122. package/dist/types/managers/kup-dates/kup-dates-declarations.d.ts +19 -9
  123. package/dist/types/managers/kup-dates/kup-dates.d.ts +94 -1
  124. package/dist/types/managers/kup-math/kup-math.d.ts +68 -7
  125. package/dist/types/utils/utils.d.ts +13 -102
  126. package/package.json +1 -1
  127. package/dist/ketchup/p-017418e7.entry.js +0 -27
  128. package/dist/ketchup/p-38f16697.entry.js +0 -9
  129. package/dist/ketchup/p-4638fbff.js +0 -1
  130. package/dist/ketchup/p-61319cfa.js +0 -1
  131. package/dist/ketchup/p-6c726886.entry.js +0 -1
  132. package/dist/ketchup/p-bf4a881b.js +0 -1
@@ -1,5 +1,5 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host } from '@stencil/core/internal/client';
2
- import { k as kupManagerInstance, J as identify, g as getProps, s as setProps, L as filterRows, N as paginateRows, O as sortRows, P as getColumnByName, Q as KupLanguageGeneric, F as FImage, a as KupThemeIconValues, R as FCell, S as KupDebugCategory, T as FChip, U as KupPointerEventTypes, V as KupDragEffect, W as kupDraggableCellAttr, X as KupDropEventTypes, Y as FTextFieldMDC, Z as KupLanguageSearch, _ as FPaginator, $ as FPaginatorMode, c as componentWrapperId, d as defineCustomElement$1, b as defineCustomElement$2, e as defineCustomElement$3, f as defineCustomElement$4, h as defineCustomElement$5, i as defineCustomElement$6, j as defineCustomElement$7, l as defineCustomElement$8, m as defineCustomElement$9, n as defineCustomElement$a, o as defineCustomElement$b, p as defineCustomElement$c, q as defineCustomElement$d, r as defineCustomElement$e, t as defineCustomElement$f, u as defineCustomElement$g, v as defineCustomElement$h, w as defineCustomElement$i, x as defineCustomElement$j, y as defineCustomElement$k, z as defineCustomElement$l, A as defineCustomElement$m, B as defineCustomElement$n, C as defineCustomElement$o, D as defineCustomElement$p, E as defineCustomElement$q, G as defineCustomElement$r, a0 as pageChange, a1 as rowsPerPageChange, a2 as SortMode } from './kup-autocomplete2.js';
2
+ import { k as kupManagerInstance, J as identify, g as getProps, s as setProps, L as filterRows, N as paginateRows, O as sortRows, P as getColumnByName, Q as pageChange, R as rowsPerPageChange, S as KupLanguageGeneric, F as FImage, a as KupThemeIconValues, T as FCell, U as KupDebugCategory, V as FChip, W as KupPointerEventTypes, X as KupDragEffect, Y as kupDraggableCellAttr, Z as KupDropEventTypes, _ as FTextFieldMDC, $ as KupLanguageSearch, a0 as FPaginator, a1 as FPaginatorMode, c as componentWrapperId, d as defineCustomElement$1, b as defineCustomElement$2, e as defineCustomElement$3, f as defineCustomElement$4, h as defineCustomElement$5, i as defineCustomElement$6, j as defineCustomElement$7, l as defineCustomElement$8, m as defineCustomElement$9, n as defineCustomElement$a, o as defineCustomElement$b, p as defineCustomElement$c, q as defineCustomElement$d, r as defineCustomElement$e, t as defineCustomElement$f, u as defineCustomElement$g, v as defineCustomElement$h, w as defineCustomElement$i, x as defineCustomElement$j, y as defineCustomElement$k, z as defineCustomElement$l, A as defineCustomElement$m, B as defineCustomElement$n, C as defineCustomElement$o, D as defineCustomElement$p, E as defineCustomElement$q, G as defineCustomElement$r, a2 as SortMode } from './kup-autocomplete2.js';
3
3
 
4
4
  /**
5
5
  * Props of the kup-box component.
@@ -1,5 +1,5 @@
1
1
  import { proxyCustomElement, HTMLElement as HTMLElement$1, createEvent, getAssetPath, forceUpdate, h as h$1, Host } from '@stencil/core/internal/client';
2
- import { a5 as __extends, a6 as __assign, a7 as __spreadArray, a8 as createCommonjsModule, a9 as getDefaultExportFromCjs, k as kupManagerInstance, g as getProps, s as setProps, aa as KupDatesLocales, Q as KupLanguageGeneric, P as getColumnByName, c as componentWrapperId, ab as FButton, T as FChip, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$r, G as defineCustomElement$s, ac as FChipType } from './kup-autocomplete2.js';
2
+ import { a5 as __extends, a6 as __assign, a7 as __spreadArray, a8 as createCommonjsModule, a9 as getDefaultExportFromCjs, k as kupManagerInstance, g as getProps, s as setProps, aa as KupDatesLocales, S as KupLanguageGeneric, P as getColumnByName, c as componentWrapperId, ab as FButton, V as FChip, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$r, G as defineCustomElement$s, ac as FChipType } from './kup-autocomplete2.js';
3
3
 
4
4
  var n,l,u$1,t,o,r$1,f$1,e$1={},c$1=[],s=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function a$1(n,l){for(var u in l)n[u]=l[u];return n}function h(n){var l=n.parentNode;l&&l.removeChild(n);}function v$1(l,u,i){var t,o,r,f={};for(r in u)"key"==r?t=u[r]:"ref"==r?o=u[r]:f[r]=u[r];if(arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):i),"function"==typeof l&&null!=l.defaultProps)for(r in l.defaultProps)void 0===f[r]&&(f[r]=l.defaultProps[r]);return y(l,f,t,o,null)}function y(n,i,t,o,r){var f={type:n,props:i,key:t,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==r?++u$1:r};return null==r&&null!=l.vnode&&l.vnode(f),f}function p(){return {current:null}}function d(n){return n.children}function _(n,l){this.props=n,this.context=l;}function k(n,l){if(null==l)return n.__?k(n.__,n.__.__k.indexOf(n)+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?k(n):null}function b$1(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return b$1(n)}}function m(n){(!n.__d&&(n.__d=!0)&&t.push(n)&&!g$1.__r++||r$1!==l.debounceRendering)&&((r$1=l.debounceRendering)||o)(g$1);}function g$1(){for(var n;g$1.__r=t.length;)n=t.sort(function(n,l){return n.__v.__b-l.__v.__b}),t=[],n.some(function(n){var l,u,i,t,o,r;n.__d&&(o=(t=(l=n).__v).__e,(r=l.__P)&&(u=[],(i=a$1({},t)).__v=t.__v+1,j$2(r,t,i,l.__n,void 0!==r.ownerSVGElement,null!=t.__h?[o]:null,u,null==o?k(t):o,t.__h),z$1(u,t),t.__e!=o&&b$1(t)));});}function w$1(n,l,u,i,t,o,r,f,s,a){var h,v,p,_,b,m,g,w=i&&i.__k||c$1,A=w.length;for(u.__k=[],h=0;h<l.length;h++)if(null!=(_=u.__k[h]=null==(_=l[h])||"boolean"==typeof _?null:"string"==typeof _||"number"==typeof _||"bigint"==typeof _?y(null,_,null,null,_):Array.isArray(_)?y(d,{children:_},null,null,null):_.__b>0?y(_.type,_.props,_.key,null,_.__v):_)){if(_.__=u,_.__b=u.__b+1,null===(p=w[h])||p&&_.key==p.key&&_.type===p.type)w[h]=void 0;else for(v=0;v<A;v++){if((p=w[v])&&_.key==p.key&&_.type===p.type){w[v]=void 0;break}p=null;}j$2(n,_,p=p||e$1,t,o,r,f,s,a),b=_.__e,(v=_.ref)&&p.ref!=v&&(g||(g=[]),p.ref&&g.push(p.ref,null,_),g.push(v,_.__c||b,_)),null!=b?(null==m&&(m=b),"function"==typeof _.type&&_.__k===p.__k?_.__d=s=x$1(_,s,n):s=P$1(n,_,p,w,b,s),"function"==typeof u.type&&(u.__d=s)):s&&p.__e==s&&s.parentNode!=n&&(s=k(p));}for(u.__e=m,h=A;h--;)null!=w[h]&&("function"==typeof u.type&&null!=w[h].__e&&w[h].__e==u.__d&&(u.__d=k(i,h+1)),N(w[h],w[h]));if(g)for(h=0;h<g.length;h++)M$1(g[h],g[++h],g[++h]);}function x$1(n,l,u){for(var i,t=n.__k,o=0;t&&o<t.length;o++)(i=t[o])&&(i.__=n,l="function"==typeof i.type?x$1(i,l,u):P$1(u,i,i,t,i.__e,l));return l}function A$1(n,l){return l=l||[],null==n||"boolean"==typeof n||(Array.isArray(n)?n.some(function(n){A$1(n,l);}):l.push(n)),l}function P$1(n,l,u,i,t,o){var r,f,e;if(void 0!==l.__d)r=l.__d,l.__d=void 0;else if(null==u||t!=o||null==t.parentNode)n:if(null==o||o.parentNode!==n)n.appendChild(t),r=null;else {for(f=o,e=0;(f=f.nextSibling)&&e<i.length;e+=2)if(f==t)break n;n.insertBefore(t,o),r=o;}return void 0!==r?r:t.nextSibling}function C$1(n,l,u,i,t){var o;for(o in u)"children"===o||"key"===o||o in l||H$1(n,o,null,u[o],i);for(o in l)t&&"function"!=typeof l[o]||"children"===o||"key"===o||"value"===o||"checked"===o||u[o]===l[o]||H$1(n,o,l[o],u[o],i);}function $(n,l,u){"-"===l[0]?n.setProperty(l,u):n[l]=null==u?"":"number"!=typeof u||s.test(l)?u:u+"px";}function H$1(n,l,u,i,t){var o;n:if("style"===l)if("string"==typeof u)n.style.cssText=u;else {if("string"==typeof i&&(n.style.cssText=i=""),i)for(l in i)u&&l in u||$(n.style,l,"");if(u)for(l in u)i&&u[l]===i[l]||$(n.style,l,u[l]);}else if("o"===l[0]&&"n"===l[1])o=l!==(l=l.replace(/Capture$/,"")),l=l.toLowerCase()in n?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+o]=u,u?i||n.addEventListener(l,o?T$1:I$1,o):n.removeEventListener(l,o?T$1:I$1,o);else if("dangerouslySetInnerHTML"!==l){if(t)l=l.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("href"!==l&&"list"!==l&&"form"!==l&&"tabIndex"!==l&&"download"!==l&&l in n)try{n[l]=null==u?"":u;break n}catch(n){}"function"==typeof u||(null!=u&&(!1!==u||"a"===l[0]&&"r"===l[1])?n.setAttribute(l,u):n.removeAttribute(l));}}function I$1(n){this.l[n.type+!1](l.event?l.event(n):n);}function T$1(n){this.l[n.type+!0](l.event?l.event(n):n);}function j$2(n,u,i,t,o,r,f,e,c){var s,h,v,y,p,k,b,m,g,x,A,P=u.type;if(void 0!==u.constructor)return null;null!=i.__h&&(c=i.__h,e=u.__e=i.__e,u.__h=null,r=[e]),(s=l.__b)&&s(u);try{n:if("function"==typeof P){if(m=u.props,g=(s=P.contextType)&&t[s.__c],x=s?g?g.props.value:s.__:t,i.__c?b=(h=u.__c=i.__c).__=h.__E:("prototype"in P&&P.prototype.render?u.__c=h=new P(m,x):(u.__c=h=new _(m,x),h.constructor=P,h.render=O$1),g&&g.sub(h),h.props=m,h.state||(h.state={}),h.context=x,h.__n=t,v=h.__d=!0,h.__h=[]),null==h.__s&&(h.__s=h.state),null!=P.getDerivedStateFromProps&&(h.__s==h.state&&(h.__s=a$1({},h.__s)),a$1(h.__s,P.getDerivedStateFromProps(m,h.__s))),y=h.props,p=h.state,v)null==P.getDerivedStateFromProps&&null!=h.componentWillMount&&h.componentWillMount(),null!=h.componentDidMount&&h.__h.push(h.componentDidMount);else {if(null==P.getDerivedStateFromProps&&m!==y&&null!=h.componentWillReceiveProps&&h.componentWillReceiveProps(m,x),!h.__e&&null!=h.shouldComponentUpdate&&!1===h.shouldComponentUpdate(m,h.__s,x)||u.__v===i.__v){h.props=m,h.state=h.__s,u.__v!==i.__v&&(h.__d=!1),h.__v=u,u.__e=i.__e,u.__k=i.__k,u.__k.forEach(function(n){n&&(n.__=u);}),h.__h.length&&f.push(h);break n}null!=h.componentWillUpdate&&h.componentWillUpdate(m,h.__s,x),null!=h.componentDidUpdate&&h.__h.push(function(){h.componentDidUpdate(y,p,k);});}h.context=x,h.props=m,h.state=h.__s,(s=l.__r)&&s(u),h.__d=!1,h.__v=u,h.__P=n,s=h.render(h.props,h.state,h.context),h.state=h.__s,null!=h.getChildContext&&(t=a$1(a$1({},t),h.getChildContext())),v||null==h.getSnapshotBeforeUpdate||(k=h.getSnapshotBeforeUpdate(y,p)),A=null!=s&&s.type===d&&null==s.key?s.props.children:s,w$1(n,Array.isArray(A)?A:[A],u,i,t,o,r,f,e,c),h.base=u.__e,u.__h=null,h.__h.length&&f.push(h),b&&(h.__E=h.__=null),h.__e=!1;}else null==r&&u.__v===i.__v?(u.__k=i.__k,u.__e=i.__e):u.__e=L$1(i.__e,u,i,t,o,r,f,c);(s=l.diffed)&&s(u);}catch(n){u.__v=null,(c||null!=r)&&(u.__e=e,u.__h=!!c,r[r.indexOf(e)]=null),l.__e(n,u,i);}}function z$1(n,u){l.__c&&l.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u);});}catch(n){l.__e(n,u.__v);}});}function L$1(l,u,i,t,o,r,f,c){var s,a,v,y=i.props,p=u.props,d=u.type,_=0;if("svg"===d&&(o=!0),null!=r)for(;_<r.length;_++)if((s=r[_])&&"setAttribute"in s==!!d&&(d?s.localName===d:3===s.nodeType)){l=s,r[_]=null;break}if(null==l){if(null===d)return document.createTextNode(p);l=o?document.createElementNS("http://www.w3.org/2000/svg",d):document.createElement(d,p.is&&p),r=null,c=!1;}if(null===d)y===p||c&&l.data===p||(l.data=p);else {if(r=r&&n.call(l.childNodes),a=(y=i.props||e$1).dangerouslySetInnerHTML,v=p.dangerouslySetInnerHTML,!c){if(null!=r)for(y={},_=0;_<l.attributes.length;_++)y[l.attributes[_].name]=l.attributes[_].value;(v||a)&&(v&&(a&&v.__html==a.__html||v.__html===l.innerHTML)||(l.innerHTML=v&&v.__html||""));}if(C$1(l,p,y,o,c),v)u.__k=[];else if(_=u.props.children,w$1(l,Array.isArray(_)?_:[_],u,i,t,o&&"foreignObject"!==d,r,f,r?r[0]:i.__k&&k(i,0),c),null!=r)for(_=r.length;_--;)null!=r[_]&&h(r[_]);c||("value"in p&&void 0!==(_=p.value)&&(_!==l.value||"progress"===d&&!_||"option"===d&&_!==y.value)&&H$1(l,"value",_,y.value,!1),"checked"in p&&void 0!==(_=p.checked)&&_!==l.checked&&H$1(l,"checked",_,y.checked,!1));}return l}function M$1(n,u,i){try{"function"==typeof n?n(u):n.current=u;}catch(n){l.__e(n,i);}}function N(n,u,i){var t,o;if(l.unmount&&l.unmount(n),(t=n.ref)&&(t.current&&t.current!==n.__e||M$1(t,null,u)),null!=(t=n.__c)){if(t.componentWillUnmount)try{t.componentWillUnmount();}catch(n){l.__e(n,u);}t.base=t.__P=null;}if(t=n.__k)for(o=0;o<t.length;o++)t[o]&&N(t[o],u,"function"!=typeof n.type);i||null==n.__e||h(n.__e),n.__e=n.__d=void 0;}function O$1(n,l,u){return this.constructor(n,u)}function S$1(u,i,t){var o,r,f;l.__&&l.__(u,i),r=(o="function"==typeof t)?null:t&&t.__k||i.__k,f=[],j$2(i,u=(!o&&t||i).__k=v$1(d,null,[u]),r||e$1,e$1,void 0!==i.ownerSVGElement,!o&&t?[t]:r?null:i.firstChild?n.call(i.childNodes):null,f,!o&&t?t:r?r.__e:i.firstChild,o),z$1(f,u);}function D$1(n,l){var u={__c:l="__cC"+f$1++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var u,i;return this.getChildContext||(u=[],(i={})[l]=this,this.getChildContext=function(){return i},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&u.some(m);},this.sub=function(n){u.push(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u.splice(u.indexOf(n),1),l&&l.call(n);};}),n.children}};return u.Provider.__=u.Consumer.contextType=u}n=c$1.slice,l={__e:function(n,l,u,i){for(var t,o,r;l=l.__;)if((t=l.__c)&&!t.__)try{if((o=t.constructor)&&null!=o.getDerivedStateFromError&&(t.setState(o.getDerivedStateFromError(n)),r=t.__d),null!=t.componentDidCatch&&(t.componentDidCatch(n,i||{}),r=t.__d),r)return t.__E=t}catch(l){n=l;}throw n}},u$1=0,_.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=a$1({},this.state),"function"==typeof n&&(n=n(a$1({},u),this.props)),n&&a$1(u,n),null!=n&&this.__v&&(l&&this.__h.push(l),m(this));},_.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),m(this));},_.prototype.render=d,t=[],o="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,g$1.__r=0,f$1=0;
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { proxyCustomElement, HTMLElement, forceUpdate, h, Host } from '@stencil/core/internal/client';
2
- import { k as kupManagerInstance, ae as FCellPadding, g as getProps, s as setProps, c as componentWrapperId, V as KupDragEffect, Q as KupLanguageGeneric, R as FCell, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$r, G as defineCustomElement$s } from './kup-autocomplete2.js';
2
+ import { k as kupManagerInstance, ae as FCellPadding, g as getProps, s as setProps, c as componentWrapperId, X as KupDragEffect, S as KupLanguageGeneric, T as FCell, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$r, G as defineCustomElement$s } from './kup-autocomplete2.js';
3
3
 
4
4
  /**
5
5
  * Props of the kup-cell component.
@@ -1,5 +1,5 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host } from '@stencil/core/internal/client';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, al as KupLanguageDashboard, ab as FButton, Q as KupLanguageGeneric, am as FTextField, an as FCheckbox, V as KupDragEffect, S as KupDebugCategory, Y as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$r, G as defineCustomElement$s } from './kup-autocomplete2.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, al as KupLanguageDashboard, ab as FButton, S as KupLanguageGeneric, am as FTextField, an as FCheckbox, X as KupDragEffect, U as KupDebugCategory, _ as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$r, G as defineCustomElement$s } from './kup-autocomplete2.js';
3
3
 
4
4
  /**
5
5
  * Props of the kup-dashboard component.
@@ -1,5 +1,5 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host, getAssetPath } from '@stencil/core/internal/client';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, K as KupThemeColorValues, S as KupDebugCategory, c as componentWrapperId, P as getColumnByName, as as KupDataNewColumnTypes, d as defineCustomElement$1, b as defineCustomElement$2, e as defineCustomElement$3, f as defineCustomElement$4, h as defineCustomElement$5, i as defineCustomElement$6, j as defineCustomElement$7, l as defineCustomElement$8, m as defineCustomElement$9, n as defineCustomElement$a, o as defineCustomElement$b, p as defineCustomElement$c, q as defineCustomElement$d, r as defineCustomElement$e, t as defineCustomElement$f, u as defineCustomElement$g, v as defineCustomElement$h, w as defineCustomElement$i, x as defineCustomElement$j, y as defineCustomElement$k, z as defineCustomElement$l, A as defineCustomElement$m, B as defineCustomElement$n, C as defineCustomElement$o, D as defineCustomElement$p, E as defineCustomElement$q, G as defineCustomElement$r } from './kup-autocomplete2.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, K as KupThemeColorValues, U as KupDebugCategory, c as componentWrapperId, P as getColumnByName, as as KupDataNewColumnTypes, d as defineCustomElement$1, b as defineCustomElement$2, e as defineCustomElement$3, f as defineCustomElement$4, h as defineCustomElement$5, i as defineCustomElement$6, j as defineCustomElement$7, l as defineCustomElement$8, m as defineCustomElement$9, n as defineCustomElement$a, o as defineCustomElement$b, p as defineCustomElement$c, q as defineCustomElement$d, r as defineCustomElement$e, t as defineCustomElement$f, u as defineCustomElement$g, v as defineCustomElement$h, w as defineCustomElement$i, x as defineCustomElement$j, y as defineCustomElement$k, z as defineCustomElement$l, A as defineCustomElement$m, B as defineCustomElement$n, C as defineCustomElement$o, D as defineCustomElement$p, E as defineCustomElement$q, G as defineCustomElement$r } from './kup-autocomplete2.js';
3
3
 
4
4
  /*! *****************************************************************************
5
5
  Copyright (c) Microsoft Corporation.
@@ -1,5 +1,5 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host } from '@stencil/core/internal/client';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, c as componentWrapperId, Q as KupLanguageGeneric, U as KupPointerEventTypes, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$s, G as defineCustomElement$t, at as FButtonStyling, ab as FButton, F as FImage } from './kup-autocomplete2.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, c as componentWrapperId, S as KupLanguageGeneric, W as KupPointerEventTypes, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$s, G as defineCustomElement$t, at as FButtonStyling, ab as FButton, F as FImage } from './kup-autocomplete2.js';
3
3
  import { d as defineCustomElement$r } from './kup-box2.js';
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import { proxyCustomElement, HTMLElement, forceUpdate, h, Host } from '@stencil/core/internal/client';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, S as KupDebugCategory, c as componentWrapperId, d as defineCustomElement$1, b as defineCustomElement$2, e as defineCustomElement$3, f as defineCustomElement$4, h as defineCustomElement$5, i as defineCustomElement$6, j as defineCustomElement$7, l as defineCustomElement$8, m as defineCustomElement$9, n as defineCustomElement$a, o as defineCustomElement$b, p as defineCustomElement$c, q as defineCustomElement$d, r as defineCustomElement$e, t as defineCustomElement$f, u as defineCustomElement$g, v as defineCustomElement$h, w as defineCustomElement$i, x as defineCustomElement$j, y as defineCustomElement$k, z as defineCustomElement$l, A as defineCustomElement$m, B as defineCustomElement$n, C as defineCustomElement$o, D as defineCustomElement$p, E as defineCustomElement$q, G as defineCustomElement$r } from './kup-autocomplete2.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, U as KupDebugCategory, c as componentWrapperId, d as defineCustomElement$1, b as defineCustomElement$2, e as defineCustomElement$3, f as defineCustomElement$4, h as defineCustomElement$5, i as defineCustomElement$6, j as defineCustomElement$7, l as defineCustomElement$8, m as defineCustomElement$9, n as defineCustomElement$a, o as defineCustomElement$b, p as defineCustomElement$c, q as defineCustomElement$d, r as defineCustomElement$e, t as defineCustomElement$f, u as defineCustomElement$g, v as defineCustomElement$h, w as defineCustomElement$i, x as defineCustomElement$j, y as defineCustomElement$k, z as defineCustomElement$l, A as defineCustomElement$m, B as defineCustomElement$n, C as defineCustomElement$o, D as defineCustomElement$p, E as defineCustomElement$q, G as defineCustomElement$r } from './kup-autocomplete2.js';
3
3
 
4
4
  /**
5
5
  * Props of the kup-grid component.
@@ -1,5 +1,5 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host } from '@stencil/core/internal/client';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, S as KupDebugCategory, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$r, G as defineCustomElement$s } from './kup-autocomplete2.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, U as KupDebugCategory, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$r, G as defineCustomElement$s } from './kup-autocomplete2.js';
3
3
 
4
4
  /**
5
5
  * Props of the kup-iframe component.
@@ -1,5 +1,5 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host } from '@stencil/core/internal/client';
2
- import { k as kupManagerInstance, at as FButtonStyling, g as getProps, s as setProps, M as MDCRipple, c as componentWrapperId, F as FImage, ab as FButton, Q as KupLanguageGeneric, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$r, G as defineCustomElement$s, R as FCell, ae as FCellPadding } from './kup-autocomplete2.js';
2
+ import { k as kupManagerInstance, at as FButtonStyling, g as getProps, s as setProps, M as MDCRipple, c as componentWrapperId, F as FImage, ab as FButton, S as KupLanguageGeneric, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$r, G as defineCustomElement$s, T as FCell, ae as FCellPadding } from './kup-autocomplete2.js';
3
3
 
4
4
  /**
5
5
  * Props of the kup-image-list component.
@@ -1,5 +1,5 @@
1
1
  import { proxyCustomElement, HTMLElement, forceUpdate, h, Host } from '@stencil/core/internal/client';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, Q as KupLanguageGeneric, F as FImage, S as KupDebugCategory, ay as kupDropEvent, az as kupDraggableColumnAttr, aA as kupDraggableRowAttr, X as KupDropEventTypes, c as componentWrapperId, at as FButtonStyling, K as KupThemeColorValues, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$g, t as defineCustomElement$h, u as defineCustomElement$i, v as defineCustomElement$j, w as defineCustomElement$k, x as defineCustomElement$l, y as defineCustomElement$m, z as defineCustomElement$n, A as defineCustomElement$o, B as defineCustomElement$p, C as defineCustomElement$q, D as defineCustomElement$r, E as defineCustomElement$t, G as defineCustomElement$u } from './kup-autocomplete2.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, S as KupLanguageGeneric, F as FImage, U as KupDebugCategory, ay as kupDropEvent, az as kupDraggableColumnAttr, aA as kupDraggableRowAttr, Z as KupDropEventTypes, c as componentWrapperId, at as FButtonStyling, K as KupThemeColorValues, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$g, t as defineCustomElement$h, u as defineCustomElement$i, v as defineCustomElement$j, w as defineCustomElement$k, x as defineCustomElement$l, y as defineCustomElement$m, z as defineCustomElement$n, A as defineCustomElement$o, B as defineCustomElement$p, C as defineCustomElement$q, D as defineCustomElement$r, E as defineCustomElement$t, G as defineCustomElement$u } from './kup-autocomplete2.js';
3
3
  import { d as defineCustomElement$s } from './kup-box2.js';
4
4
  import { d as defineCustomElement$f } from './kup-echart2.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host } from '@stencil/core/internal/client';
2
- import { k as kupManagerInstance, aB as KupDynamicPositionPlacement, am as FTextField, aC as KupCardFamily, Y as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$r, G as defineCustomElement$s } from './kup-autocomplete2.js';
2
+ import { k as kupManagerInstance, aB as KupDynamicPositionPlacement, am as FTextField, aC as KupCardFamily, _ as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$r, G as defineCustomElement$s } from './kup-autocomplete2.js';
3
3
 
4
4
  /**
5
5
  * Props of the kup-numeric-picker component.
@@ -1,5 +1,5 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host, getAssetPath } from '@stencil/core/internal/client';
2
- import { a8 as createCommonjsModule, aD as commonjsGlobal, k as kupManagerInstance, aE as KupDatesFormats, ak as getCellValueForDisplay, g as getProps, s as setProps, Y as FTextFieldMDC, c as componentWrapperId, am as FTextField, a as KupThemeIconValues, Z as KupLanguageSearch, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$r, G as defineCustomElement$s } from './kup-autocomplete2.js';
2
+ import { a8 as createCommonjsModule, aD as commonjsGlobal, k as kupManagerInstance, aE as KupDatesFormats, ak as getCellValueForDisplay, g as getProps, s as setProps, _ as FTextFieldMDC, c as componentWrapperId, am as FTextField, a as KupThemeIconValues, $ as KupLanguageSearch, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$r, G as defineCustomElement$s } from './kup-autocomplete2.js';
3
3
 
4
4
  /**
5
5
  * Props of the kup-gantt component.
@@ -1,6 +1,6 @@
1
1
  import { h } from './index-8bd38435.js';
2
2
  import { F as FButtonStyling } from './f-button-declarations-b1b4cac4.js';
3
- import { F as FImage } from './f-image-5cbdf39d.js';
3
+ import { F as FImage } from './f-image-f2e9bf79.js';
4
4
 
5
5
  /*-------------------------------------------------*/
6
6
  /* C o m p o n e n t */
@@ -1,9 +1,9 @@
1
- import { ag as editableTypes, ah as kupTypes, b as KupThemeColorValues, a7 as FCellTypes, ai as KupTagNames, aj as fullWidthFieldsComps, ak as stringToNumber, al as FCellClasses, am as autoCenterComps, an as getCellValueForDisplay, ao as FCellEvents, a9 as formattedStringToUnformattedStringNumber } from './kup-manager-3594cde8.js';
1
+ import { a9 as editableTypes, aa as kupTypes, b as KupThemeColorValues, a6 as FCellTypes, ab as KupTagNames, ac as fullWidthFieldsComps, ad as FCellClasses, ae as autoCenterComps, af as getCellValueForDisplay, ag as FCellEvents } from './kup-manager-d1da769e.js';
2
2
  import { h } from './index-8bd38435.js';
3
3
  import { F as FCheckbox } from './f-checkbox-9b3f5f5b.js';
4
- import { F as FTextField } from './f-text-field-dafb7c8b.js';
5
- import { F as FImage } from './f-image-5cbdf39d.js';
6
- import { F as FChipType, a as FChip } from './f-chip-c8a18c48.js';
4
+ import { F as FTextField } from './f-text-field-d231982c.js';
5
+ import { F as FImage } from './f-image-f2e9bf79.js';
6
+ import { F as FChipType, a as FChip } from './f-chip-2238ad43.js';
7
7
 
8
8
  /**
9
9
  * Props of the kup-list component.
@@ -279,7 +279,9 @@ function setEditableCell(cellType, classObj, cell, column, props) {
279
279
  case FCellTypes.LINK:
280
280
  case FCellTypes.STRING:
281
281
  return (h(FTextField, Object.assign({ inputType: cellType === FCellTypes.NUMBER ? 'number' : null, fullWidth: isFullWidth(props) ? true : false }, cell.data, { icon: cell.icon ? cell.icon : column.icon ? column.icon : null, value: cellType === FCellTypes.NUMBER
282
- ? stringToNumber(cell.value).toString()
282
+ ? dom.ketchup.math
283
+ .numberifySafe(cell.value)
284
+ .toString()
283
285
  : cell.value, onChange: (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), onInput: (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), onIconClick: (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK) })));
284
286
  }
285
287
  }
@@ -317,7 +319,7 @@ function setCell(cellType, subcomponentProps, content, classObj, cell, column, p
317
319
  return (h("a", { href: content, target: "_blank" }, cell.value));
318
320
  case FCellTypes.NUMBER:
319
321
  if (content && content != '') {
320
- const cellValueNumber = stringToNumber(cell.value);
322
+ const cellValueNumber = dom.ketchup.math.numberifySafe(cell.value);
321
323
  const cellValue = getCellValueForDisplay(column, cell);
322
324
  if (cellValueNumber < 0) {
323
325
  classObj[FCellClasses.TEXT_DANGER] = true;
@@ -377,7 +379,7 @@ function setKupCell(cellType, classObj, subcomponentProps, cell, row, column, pr
377
379
  case FCellTypes.COLOR_PICKER:
378
380
  return (h("kup-color-picker", Object.assign({ key: column.name + props.row.id }, subcomponentProps, { class: isFullWidth(props) ? 'kup-full-width' : '', disabled: true })));
379
381
  case FCellTypes.GAUGE:
380
- return (h("kup-gauge", Object.assign({ key: column.name + props.row.id, value: stringToNumber(cell.value), "width-component": "280px" }, subcomponentProps)));
382
+ return (h("kup-gauge", Object.assign({ key: column.name + props.row.id, value: dom.ketchup.math.numberifySafe(cell.value), "width-component": "280px" }, subcomponentProps)));
381
383
  case FCellTypes.KNOB:
382
384
  case FCellTypes.PROGRESS_BAR:
383
385
  return (h("kup-progress-bar", Object.assign({ key: column.name + props.row.id }, subcomponentProps)));
@@ -462,7 +464,7 @@ function getValueFromEventTaget(e, cellType) {
462
464
  ? e.target.value
463
465
  : e.detail.value;
464
466
  if (cellType === FCellTypes.NUMBER && isInputEvent) {
465
- value = formattedStringToUnformattedStringNumber(value, '');
467
+ value = dom.ketchup.math.formattedStringToNumberString(value, '');
466
468
  }
467
469
  return value;
468
470
  }
@@ -1,6 +1,6 @@
1
1
  import { h } from './index-8bd38435.js';
2
- import { F as FImage } from './f-image-5cbdf39d.js';
3
- import { K as KupThemeIconValues, l as KupLanguageGeneric, b as KupThemeColorValues } from './kup-manager-3594cde8.js';
2
+ import { F as FImage } from './f-image-f2e9bf79.js';
3
+ import { K as KupThemeIconValues, m as KupLanguageGeneric, b as KupThemeColorValues } from './kup-manager-d1da769e.js';
4
4
 
5
5
  /**
6
6
  * Types of the f-chip component.
@@ -1,5 +1,5 @@
1
1
  import { h, a as getAssetPath } from './index-8bd38435.js';
2
- import { b as KupThemeColorValues } from './kup-manager-3594cde8.js';
2
+ import { b as KupThemeColorValues } from './kup-manager-d1da769e.js';
3
3
 
4
4
  /**
5
5
  * The type of a CSS step in CSS-drawing mode.
@@ -1,6 +1,6 @@
1
- import { E as Filters, J as FilterInterval, H as getValueForDisplay, C as getValueForDisplay2, an as getCellValueForDisplay, u as getColumnByName, y as KupObjects, ap as KupData, aq as compareCell, N as TotalMode, ak as stringToNumber, f as KupDatesFormats, ar as isNumber, a3 as SortMode, as as KupLanguagePage, q as KupLanguageRow, l as KupLanguageGeneric } from './kup-manager-3594cde8.js';
1
+ import { E as Filters, J as FilterInterval, H as getValueForDisplay, D as getValueForDisplay2, af as getCellValueForDisplay, v as getColumnByName, z as KupObjects, ah as KupData, ai as compareCell, N as TotalMode, h as KupDatesFormats, a2 as SortMode, aj as KupLanguagePage, r as KupLanguageRow, m as KupLanguageGeneric } from './kup-manager-d1da769e.js';
2
2
  import { h } from './index-8bd38435.js';
3
- import { F as FButton } from './f-button-c377973d.js';
3
+ import { F as FButton } from './f-button-024f0cfe.js';
4
4
  import { F as FButtonStyling } from './f-button-declarations-b1b4cac4.js';
5
5
 
6
6
  /**
@@ -405,11 +405,11 @@ var KupTreeExpansionMode;
405
405
  KupTreeExpansionMode["NODE"] = "node";
406
406
  })(KupTreeExpansionMode || (KupTreeExpansionMode = {}));
407
407
 
408
- const dom$2 = document.documentElement;
409
- const kupObjects = dom$2.ketchup
410
- ? dom$2.ketchup.objects
408
+ const dom$3 = document.documentElement;
409
+ const kupObjects = dom$3.ketchup
410
+ ? dom$3.ketchup.objects
411
411
  : new KupObjects();
412
- const kupData = dom$2.ketchup ? dom$2.ketchup.data : new KupData();
412
+ const kupData = dom$3.ketchup ? dom$3.ketchup.data : new KupData();
413
413
  /**
414
414
  * Filtering algorithms related to data-table rows.
415
415
  * @module FiltersRows
@@ -638,7 +638,7 @@ class FiltersRows extends Filters {
638
638
  }
639
639
  }
640
640
 
641
- const dom$1 = document.documentElement;
641
+ const dom$2 = document.documentElement;
642
642
  function sortRows(rows = [], sort = []) {
643
643
  if (!rows || rows.length === 0) {
644
644
  return [];
@@ -869,10 +869,10 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
869
869
  return;
870
870
  }
871
871
  keys.forEach((key) => {
872
- const currentTotalValue = dom$1.ketchup.math.numberify(groupRow.group.totals[key] || 0);
872
+ const currentTotalValue = dom$2.ketchup.math.numberify(groupRow.group.totals[key] || 0);
873
873
  const cell = addedRow.cells[key];
874
874
  if (cell) {
875
- let _isNumber = dom$1.ketchup.objects.isNumber(cell.obj);
875
+ let _isNumber = dom$2.ketchup.objects.isNumber(cell.obj);
876
876
  const totalMode = totals[key];
877
877
  switch (totalMode) {
878
878
  case TotalMode.COUNT:
@@ -888,7 +888,7 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
888
888
  case TotalMode.DISTINCT:
889
889
  let cellValue;
890
890
  if (_isNumber) {
891
- cellValue = dom$1.ketchup.math.numberify(stringToNumber(cell.value));
891
+ cellValue = dom$2.ketchup.math.numberify(dom$2.ketchup.math.numberifySafe(cell.value));
892
892
  }
893
893
  else {
894
894
  cellValue = cell.value;
@@ -940,13 +940,13 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
940
940
  case TotalMode.SUM:
941
941
  case TotalMode.AVERAGE:
942
942
  if (_isNumber) {
943
- const cellValue = dom$1.ketchup.math.numberify(stringToNumber(cell.value));
943
+ const cellValue = dom$2.ketchup.math.numberify(dom$2.ketchup.math.numberifySafe(cell.value));
944
944
  groupRow.group.totals[key] =
945
945
  cellValue + currentTotalValue;
946
946
  // updating parents
947
947
  let parent = groupRow.group.parent;
948
948
  while (parent != null) {
949
- const currentParentSum = dom$1.ketchup.math.numberify(parent.group.totals[key] || 0);
949
+ const currentParentSum = dom$2.ketchup.math.numberify(parent.group.totals[key] || 0);
950
950
  parent.group.totals[key] =
951
951
  cellValue + currentParentSum;
952
952
  parent = parent.group.parent;
@@ -957,7 +957,7 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
957
957
  case TotalMode.MIN:
958
958
  if (_isNumber) {
959
959
  const currentTotalValue = groupRow.group.totals[key];
960
- const cellValue = dom$1.ketchup.math.numberify(stringToNumber(cell.value));
960
+ const cellValue = dom$2.ketchup.math.numberify(dom$2.ketchup.math.numberifySafe(cell.value));
961
961
  if (currentTotalValue) {
962
962
  groupRow.group.totals[key] = Math.min(currentTotalValue, cellValue);
963
963
  }
@@ -979,19 +979,19 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
979
979
  parent = parent.group.parent;
980
980
  }
981
981
  }
982
- else if (dom$1.ketchup.objects.isDate(cell.obj)) {
982
+ else if (dom$2.ketchup.objects.isDate(cell.obj)) {
983
983
  const momentValue = cell.obj
984
- ? dom$1.ketchup.objects.parseDate(cell.obj)
985
- : dom$1.ketchup.dates.toDayjs(cell.value);
986
- if (dom$1.ketchup.dates.isValid(momentValue)) {
987
- const cellValue = dom$1.ketchup.dates.toDate(momentValue);
984
+ ? dom$2.ketchup.objects.parseDate(cell.obj)
985
+ : dom$2.ketchup.dates.toDayjs(cell.value);
986
+ if (dom$2.ketchup.dates.isValid(momentValue)) {
987
+ const cellValue = dom$2.ketchup.dates.toDate(momentValue);
988
988
  const currentTotalValue = groupRow.group.totals[key];
989
989
  if (currentTotalValue) {
990
990
  let moments = [];
991
991
  moments.push(cellValue);
992
- moments.push(dom$1.ketchup.dates.format(currentTotalValue));
992
+ moments.push(dom$2.ketchup.dates.format(currentTotalValue));
993
993
  groupRow.group.totals[key] =
994
- dom$1.ketchup.dates.format(dom$1.ketchup.dates.min(moments));
994
+ dom$2.ketchup.dates.format(dom$2.ketchup.dates.min(moments));
995
995
  }
996
996
  else {
997
997
  groupRow.group.totals[key] = cellValue;
@@ -1003,9 +1003,9 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
1003
1003
  if (currentParentMin) {
1004
1004
  let moments = [];
1005
1005
  moments.push(cellValue);
1006
- moments.push(dom$1.ketchup.dates.format(currentParentMin));
1006
+ moments.push(dom$2.ketchup.dates.format(currentParentMin));
1007
1007
  parent.group.totals[key] =
1008
- dom$1.ketchup.dates.format(dom$1.ketchup.dates.min(moments));
1008
+ dom$2.ketchup.dates.format(dom$2.ketchup.dates.min(moments));
1009
1009
  }
1010
1010
  else {
1011
1011
  // first round
@@ -1020,7 +1020,7 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
1020
1020
  case TotalMode.MAX:
1021
1021
  if (_isNumber) {
1022
1022
  const currentTotalValue = groupRow.group.totals[key];
1023
- const cellValue = dom$1.ketchup.math.numberify(stringToNumber(cell.value));
1023
+ const cellValue = dom$2.ketchup.math.numberify(dom$2.ketchup.math.numberifySafe(cell.value));
1024
1024
  if (currentTotalValue) {
1025
1025
  groupRow.group.totals[key] = Math.max(currentTotalValue, cellValue);
1026
1026
  }
@@ -1042,19 +1042,19 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
1042
1042
  parent = parent.group.parent;
1043
1043
  }
1044
1044
  }
1045
- else if (dom$1.ketchup.objects.isDate(cell.obj)) {
1045
+ else if (dom$2.ketchup.objects.isDate(cell.obj)) {
1046
1046
  const momentValue = cell.obj
1047
- ? dom$1.ketchup.objects.parseDate(cell.obj)
1048
- : dom$1.ketchup.dates.toDayjs(cell.value);
1049
- if (dom$1.ketchup.dates.isValid(momentValue)) {
1050
- const cellValue = dom$1.ketchup.dates.toDate(momentValue);
1047
+ ? dom$2.ketchup.objects.parseDate(cell.obj)
1048
+ : dom$2.ketchup.dates.toDayjs(cell.value);
1049
+ if (dom$2.ketchup.dates.isValid(momentValue)) {
1050
+ const cellValue = dom$2.ketchup.dates.toDate(momentValue);
1051
1051
  const currentTotalValue = groupRow.group.totals[key];
1052
1052
  if (currentTotalValue) {
1053
1053
  let moments = [];
1054
1054
  moments.push(cellValue);
1055
- moments.push(dom$1.ketchup.dates.format(currentTotalValue));
1055
+ moments.push(dom$2.ketchup.dates.format(currentTotalValue));
1056
1056
  groupRow.group.totals[key] =
1057
- dom$1.ketchup.dates.format(dom$1.ketchup.dates.max(moments));
1057
+ dom$2.ketchup.dates.format(dom$2.ketchup.dates.max(moments));
1058
1058
  }
1059
1059
  else {
1060
1060
  groupRow.group.totals[key] = cellValue;
@@ -1066,9 +1066,9 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
1066
1066
  if (currentParentMin) {
1067
1067
  let moments = [];
1068
1068
  moments.push(cellValue);
1069
- moments.push(dom$1.ketchup.dates.format(currentParentMin));
1069
+ moments.push(dom$2.ketchup.dates.format(currentParentMin));
1070
1070
  parent.group.totals[key] =
1071
- dom$1.ketchup.dates.format(dom$1.ketchup.dates.max(moments));
1071
+ dom$2.ketchup.dates.format(dom$2.ketchup.dates.max(moments));
1072
1072
  }
1073
1073
  else {
1074
1074
  // first round
@@ -1162,12 +1162,12 @@ function adjustGroupAverageOrFormula(row, type, toAdjustKeys, totals) {
1162
1162
  toAdjustKeys.forEach((key) => {
1163
1163
  if (type == TotalMode.AVERAGE) {
1164
1164
  row.group.totals[key] =
1165
- dom$1.ketchup.math.numberify(row.group.totals[key]) /
1165
+ dom$2.ketchup.math.numberify(row.group.totals[key]) /
1166
1166
  numberOfLeaf;
1167
1167
  }
1168
1168
  if (type == TotalMode.MATH) {
1169
1169
  let formula = totals[key].substring(TotalMode.MATH.length);
1170
- row.group.totals[key] = dom$1.ketchup.math.formulas.custom(formula, row.group.totals);
1170
+ row.group.totals[key] = dom$2.ketchup.math.formulas.custom(formula, row.group.totals);
1171
1171
  }
1172
1172
  });
1173
1173
  return numberOfLeaf;
@@ -1197,8 +1197,8 @@ function normalizeRows(columns, rows) {
1197
1197
  }
1198
1198
  }
1199
1199
  function calcTotals(rows = [], totals = {}) {
1200
- if (dom$1.ketchup.objects.isEmptyJsObject(rows) ||
1201
- dom$1.ketchup.objects.isEmptyJsObject(totals)) {
1200
+ if (dom$2.ketchup.objects.isEmptyJsObject(rows) ||
1201
+ dom$2.ketchup.objects.isEmptyJsObject(totals)) {
1202
1202
  return {};
1203
1203
  }
1204
1204
  const keys = Object.keys(totals);
@@ -1220,8 +1220,8 @@ function calcTotals(rows = [], totals = {}) {
1220
1220
  if (cell) {
1221
1221
  if (totals[key] === TotalMode.DISTINCT) {
1222
1222
  let cellValue;
1223
- if (dom$1.ketchup.objects.isNumber(cell.obj)) {
1224
- cellValue = dom$1.ketchup.math.numberify(stringToNumber(cell.value));
1223
+ if (dom$2.ketchup.objects.isNumber(cell.obj)) {
1224
+ cellValue = dom$2.ketchup.math.numberify(dom$2.ketchup.math.numberifySafe(cell.value));
1225
1225
  }
1226
1226
  else {
1227
1227
  cellValue = cell.value;
@@ -1237,8 +1237,8 @@ function calcTotals(rows = [], totals = {}) {
1237
1237
  distinctList.push(cellValue);
1238
1238
  }
1239
1239
  }
1240
- else if (dom$1.ketchup.objects.isNumber(cell.obj)) {
1241
- const cellValue = dom$1.ketchup.math.numberify(stringToNumber(cell.value));
1240
+ else if (dom$2.ketchup.objects.isNumber(cell.obj)) {
1241
+ const cellValue = dom$2.ketchup.math.numberify(dom$2.ketchup.math.numberifySafe(cell.value));
1242
1242
  let currentFooterValue = footerRow[key];
1243
1243
  switch (true) {
1244
1244
  // TODO DRY the MIN and MAX functions
@@ -1263,19 +1263,19 @@ function calcTotals(rows = [], totals = {}) {
1263
1263
  currentFooterValue = footerRow[key] || 0;
1264
1264
  footerRow[key] =
1265
1265
  cellValue +
1266
- dom$1.ketchup.math.numberify(currentFooterValue);
1266
+ dom$2.ketchup.math.numberify(currentFooterValue);
1267
1267
  }
1268
1268
  // TODO DRY the MIN and MAX functions
1269
1269
  }
1270
- else if (dom$1.ketchup.objects.isDate(cell.obj)) {
1270
+ else if (dom$2.ketchup.objects.isDate(cell.obj)) {
1271
1271
  if (dateColumns.indexOf(key) == -1) {
1272
1272
  dateColumns.push(key);
1273
1273
  }
1274
- const momentValue = dom$1.ketchup.dates.toDayjs(cell.value);
1275
- if (dom$1.ketchup.dates.isValid(momentValue)) {
1276
- const cellValue = dom$1.ketchup.dates.toDate(momentValue);
1274
+ const momentValue = dom$2.ketchup.dates.toDayjs(cell.value);
1275
+ if (dom$2.ketchup.dates.isValid(momentValue)) {
1276
+ const cellValue = dom$2.ketchup.dates.toDate(momentValue);
1277
1277
  const currentFooterValue = footerRow[key]
1278
- ? dom$1.ketchup.dates.toDate(dom$1.ketchup.dates.toDayjs(footerRow[key]))
1278
+ ? dom$2.ketchup.dates.toDate(dom$2.ketchup.dates.toDayjs(footerRow[key]))
1279
1279
  : null;
1280
1280
  switch (true) {
1281
1281
  case totals[key] === TotalMode.MIN:
@@ -1284,11 +1284,11 @@ function calcTotals(rows = [], totals = {}) {
1284
1284
  moments.push(cellValue);
1285
1285
  moments.push(currentFooterValue);
1286
1286
  footerRow[key] =
1287
- dom$1.ketchup.dates.format(dom$1.ketchup.dates.min(moments), KupDatesFormats.ISO_DATE);
1287
+ dom$2.ketchup.dates.format(dom$2.ketchup.dates.min(moments), KupDatesFormats.ISO_DATE);
1288
1288
  }
1289
1289
  else {
1290
1290
  footerRow[key] =
1291
- dom$1.ketchup.dates.format(cellValue, KupDatesFormats.ISO_DATE);
1291
+ dom$2.ketchup.dates.format(cellValue, KupDatesFormats.ISO_DATE);
1292
1292
  }
1293
1293
  break;
1294
1294
  case totals[key] === TotalMode.MAX:
@@ -1297,11 +1297,11 @@ function calcTotals(rows = [], totals = {}) {
1297
1297
  moments.push(cellValue);
1298
1298
  moments.push(currentFooterValue);
1299
1299
  footerRow[key] =
1300
- dom$1.ketchup.dates.format(dom$1.ketchup.dates.max(moments), KupDatesFormats.ISO_DATE);
1300
+ dom$2.ketchup.dates.format(dom$2.ketchup.dates.max(moments), KupDatesFormats.ISO_DATE);
1301
1301
  }
1302
1302
  else {
1303
1303
  footerRow[key] =
1304
- dom$1.ketchup.dates.format(cellValue, KupDatesFormats.ISO_DATE);
1304
+ dom$2.ketchup.dates.format(cellValue, KupDatesFormats.ISO_DATE);
1305
1305
  }
1306
1306
  break;
1307
1307
  }
@@ -1330,14 +1330,14 @@ function calcTotals(rows = [], totals = {}) {
1330
1330
  footerRow[key] = rows.length;
1331
1331
  break;
1332
1332
  case totals[key].indexOf(TotalMode.MATH) == 0:
1333
- footerRow[key] = dom$1.ketchup.math.formulas.custom(totals[key].substring(TotalMode.MATH.length), footerRow);
1333
+ footerRow[key] = dom$2.ketchup.math.formulas.custom(totals[key].substring(TotalMode.MATH.length), footerRow);
1334
1334
  break;
1335
1335
  }
1336
1336
  if (footerRow[key]) {
1337
1337
  if (dateColumns.indexOf(key) != -1) {
1338
- footerRow[key] = dom$1.ketchup.dates.format(footerRow[key]);
1338
+ footerRow[key] = dom$2.ketchup.dates.format(footerRow[key]);
1339
1339
  }
1340
- else if (isNumber(footerRow[key])) {
1340
+ else if (dom$2.ketchup.math.isNumber(footerRow[key])) {
1341
1341
  footerRow[key] = +footerRow[key].toFixed(2);
1342
1342
  }
1343
1343
  }
@@ -1445,7 +1445,7 @@ var FPaginatorMode;
1445
1445
  FPaginatorMode["FULL"] = "full";
1446
1446
  })(FPaginatorMode || (FPaginatorMode = {}));
1447
1447
 
1448
- const dom = document.documentElement;
1448
+ const dom$1 = document.documentElement;
1449
1449
  /*-------------------------------------------------*/
1450
1450
  /* C o m p o n e n t */
1451
1451
  /*-------------------------------------------------*/
@@ -1458,8 +1458,8 @@ const FPaginator = (props) => {
1458
1458
  data: pageItems,
1459
1459
  },
1460
1460
  'kup-text-field': {
1461
- label: dom.ketchup.language.translate(KupLanguagePage.PAGE),
1462
- helper: dom.ketchup.language.translate(KupLanguagePage.TOTAL) +
1461
+ label: dom$1.ketchup.language.translate(KupLanguagePage.PAGE),
1462
+ helper: dom$1.ketchup.language.translate(KupLanguagePage.TOTAL) +
1463
1463
  `: ${maxNumberOfPage}`,
1464
1464
  helperWhenFocused: true,
1465
1465
  inputType: 'number',
@@ -1472,10 +1472,10 @@ const FPaginator = (props) => {
1472
1472
  data: rowsPerPageItems,
1473
1473
  },
1474
1474
  'kup-text-field': {
1475
- label: dom.ketchup.language.translate(KupLanguageRow.ROWS) +
1475
+ label: dom$1.ketchup.language.translate(KupLanguageRow.ROWS) +
1476
1476
  ' / ' +
1477
- dom.ketchup.language.translate(KupLanguagePage.PAGE),
1478
- helper: dom.ketchup.language.translate(KupLanguageRow.TOTAL) +
1477
+ dom$1.ketchup.language.translate(KupLanguagePage.PAGE),
1478
+ helper: dom$1.ketchup.language.translate(KupLanguageRow.TOTAL) +
1479
1479
  `: ${props.max}`,
1480
1480
  helperWhenFocused: true,
1481
1481
  inputType: 'number',
@@ -1488,7 +1488,7 @@ const FPaginator = (props) => {
1488
1488
  h("kup-combobox", { class: "page-selector", data: dataPageSelector, initialValue: props.currentPage.toString(), "onkup-combobox-change": props.onPageChange }),
1489
1489
  props.mode !== FPaginatorMode.SIMPLE ? (h(FButton, { icon: "chevron_right", disabled: isNextPageDisabled(props), onClick: props.onNextPage, wrapperClass: "next-page" })) : null,
1490
1490
  h("kup-combobox", { class: "rows-selector", data: dataRowsSelector, initialValue: props.perPage.toString(), "onkup-combobox-change": props.onRowsChange }),
1491
- props.onLoadMore ? (h(FButton, { icon: "plus", onClick: props.onLoadMore, label: dom.ketchup.language.translate(KupLanguageGeneric.LOAD_MORE), styling: FButtonStyling.FLAT, wrapperClass: "load-more-button" })) : null));
1491
+ props.onLoadMore ? (h(FButton, { icon: "plus", onClick: props.onLoadMore, label: dom$1.ketchup.language.translate(KupLanguageGeneric.LOAD_MORE), styling: FButtonStyling.FLAT, wrapperClass: "load-more-button" })) : null));
1492
1492
  };
1493
1493
  function getPageItems(props, maxNumberOfPage) {
1494
1494
  const pageItems = [];
@@ -1532,8 +1532,9 @@ function isPrevPageDisabled(props) {
1532
1532
  return props.currentPage == 1;
1533
1533
  }
1534
1534
 
1535
+ const dom = document.documentElement;
1535
1536
  function pageChange(pageNumber, max, perPage) {
1536
- if (isNumber(pageNumber)) {
1537
+ if (dom.ketchup.math.isNumber(pageNumber)) {
1537
1538
  const numberOfPages = Math.ceil(max / perPage);
1538
1539
  let tmpNewPage = pageNumber;
1539
1540
  if (tmpNewPage > numberOfPages) {
@@ -1547,7 +1548,7 @@ function pageChange(pageNumber, max, perPage) {
1547
1548
  return null;
1548
1549
  }
1549
1550
  function rowsPerPageChange(rowsNumber, max) {
1550
- if (isNumber(rowsNumber)) {
1551
+ if (dom.ketchup.math.isNumber(rowsNumber)) {
1551
1552
  let tmpRowsPerPage = rowsNumber;
1552
1553
  if (tmpRowsPerPage > max) {
1553
1554
  tmpRowsPerPage = max;
@@ -1,5 +1,5 @@
1
1
  import { h, a as getAssetPath } from './index-8bd38435.js';
2
- import { K as KupThemeIconValues } from './kup-manager-3594cde8.js';
2
+ import { K as KupThemeIconValues } from './kup-manager-d1da769e.js';
3
3
 
4
4
  const dom = document.documentElement;
5
5
  /*-------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-8bd38435.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupThemeColorValues, K as KupThemeIconValues } from './kup-manager-3594cde8.js';
3
- import { F as FImage } from './f-image-5cbdf39d.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupThemeColorValues, K as KupThemeIconValues } from './kup-manager-d1da769e.js';
3
+ import { F as FImage } from './f-image-f2e9bf79.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-665de00a.js';
5
5
  import { M as MDCRipple } from './component-120651a0.js';
6
6
  import './tslib.es6-8c2af864.js';