@kupola/kupola 2.0.0-beta.6 → 2.0.0-beta.8

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 (61) hide show
  1. package/dist/kupola-core.cjs +1 -0
  2. package/dist/kupola-core.esm.js +1 -1
  3. package/package.json +52 -52
  4. package/packages/core/package.json +52 -52
  5. package/packages/core/src/devtools.js +303 -0
  6. package/packages/core/src/effect.js +6 -1
  7. package/packages/core/src/index.js +6 -0
  8. package/packages/core/src/lazy.js +128 -0
  9. package/packages/core/src/signal.js +3 -0
  10. package/dist/kupola-core.cjs.js +0 -1
  11. /package/dist/{kupola-core-alert.cjs.js → kupola-core-alert.cjs} +0 -0
  12. /package/dist/{kupola-core-avatar.cjs.js → kupola-core-avatar.cjs} +0 -0
  13. /package/dist/{kupola-core-badge.cjs.js → kupola-core-badge.cjs} +0 -0
  14. /package/dist/{kupola-core-breadcrumb.cjs.js → kupola-core-breadcrumb.cjs} +0 -0
  15. /package/dist/{kupola-core-calendar.cjs.js → kupola-core-calendar.cjs} +0 -0
  16. /package/dist/{kupola-core-carousel.cjs.js → kupola-core-carousel.cjs} +0 -0
  17. /package/dist/{kupola-core-checkbox.cjs.js → kupola-core-checkbox.cjs} +0 -0
  18. /package/dist/{kupola-core-collapse.cjs.js → kupola-core-collapse.cjs} +0 -0
  19. /package/dist/{kupola-core-colorpicker.cjs.js → kupola-core-colorpicker.cjs} +0 -0
  20. /package/dist/{kupola-core-countdown.cjs.js → kupola-core-countdown.cjs} +0 -0
  21. /package/dist/{kupola-core-datepicker.cjs.js → kupola-core-datepicker.cjs} +0 -0
  22. /package/dist/{kupola-core-dialog.cjs.js → kupola-core-dialog.cjs} +0 -0
  23. /package/dist/{kupola-core-directives.cjs.js → kupola-core-directives.cjs} +0 -0
  24. /package/dist/{kupola-core-divider.cjs.js → kupola-core-divider.cjs} +0 -0
  25. /package/dist/{kupola-core-drawer.cjs.js → kupola-core-drawer.cjs} +0 -0
  26. /package/dist/{kupola-core-dropdown.cjs.js → kupola-core-dropdown.cjs} +0 -0
  27. /package/dist/{kupola-core-dynamictags.cjs.js → kupola-core-dynamictags.cjs} +0 -0
  28. /package/dist/{kupola-core-empty.cjs.js → kupola-core-empty.cjs} +0 -0
  29. /package/dist/{kupola-core-fileupload.cjs.js → kupola-core-fileupload.cjs} +0 -0
  30. /package/dist/{kupola-core-form.cjs.js → kupola-core-form.cjs} +0 -0
  31. /package/dist/{kupola-core-heatmap.cjs.js → kupola-core-heatmap.cjs} +0 -0
  32. /package/dist/{kupola-core-i18n.cjs.js → kupola-core-i18n.cjs} +0 -0
  33. /package/dist/{kupola-core-icons.cjs.js → kupola-core-icons.cjs} +0 -0
  34. /package/dist/{kupola-core-imagepreview.cjs.js → kupola-core-imagepreview.cjs} +0 -0
  35. /package/dist/{kupola-core-input.cjs.js → kupola-core-input.cjs} +0 -0
  36. /package/dist/{kupola-core-kbd.cjs.js → kupola-core-kbd.cjs} +0 -0
  37. /package/dist/{kupola-core-menu.cjs.js → kupola-core-menu.cjs} +0 -0
  38. /package/dist/{kupola-core-message.cjs.js → kupola-core-message.cjs} +0 -0
  39. /package/dist/{kupola-core-modal.cjs.js → kupola-core-modal.cjs} +0 -0
  40. /package/dist/{kupola-core-notification.cjs.js → kupola-core-notification.cjs} +0 -0
  41. /package/dist/{kupola-core-numberinput.cjs.js → kupola-core-numberinput.cjs} +0 -0
  42. /package/dist/{kupola-core-pagination.cjs.js → kupola-core-pagination.cjs} +0 -0
  43. /package/dist/{kupola-core-progress.cjs.js → kupola-core-progress.cjs} +0 -0
  44. /package/dist/{kupola-core-radio.cjs.js → kupola-core-radio.cjs} +0 -0
  45. /package/dist/{kupola-core-select.cjs.js → kupola-core-select.cjs} +0 -0
  46. /package/dist/{kupola-core-server.cjs.js → kupola-core-server.cjs} +0 -0
  47. /package/dist/{kupola-core-skeleton.cjs.js → kupola-core-skeleton.cjs} +0 -0
  48. /package/dist/{kupola-core-slider.cjs.js → kupola-core-slider.cjs} +0 -0
  49. /package/dist/{kupola-core-spin.cjs.js → kupola-core-spin.cjs} +0 -0
  50. /package/dist/{kupola-core-statcard.cjs.js → kupola-core-statcard.cjs} +0 -0
  51. /package/dist/{kupola-core-switch.cjs.js → kupola-core-switch.cjs} +0 -0
  52. /package/dist/{kupola-core-table.cjs.js → kupola-core-table.cjs} +0 -0
  53. /package/dist/{kupola-core-tabs.cjs.js → kupola-core-tabs.cjs} +0 -0
  54. /package/dist/{kupola-core-tag.cjs.js → kupola-core-tag.cjs} +0 -0
  55. /package/dist/{kupola-core-textarea.cjs.js → kupola-core-textarea.cjs} +0 -0
  56. /package/dist/{kupola-core-timeline.cjs.js → kupola-core-timeline.cjs} +0 -0
  57. /package/dist/{kupola-core-timepicker.cjs.js → kupola-core-timepicker.cjs} +0 -0
  58. /package/dist/{kupola-core-tooltip.cjs.js → kupola-core-tooltip.cjs} +0 -0
  59. /package/dist/{kupola-core-tree.cjs.js → kupola-core-tree.cjs} +0 -0
  60. /package/dist/{kupola-core-validation.cjs.js → kupola-core-validation.cjs} +0 -0
  61. /package/dist/{kupola-core-virtuallist.cjs.js → kupola-core-virtuallist.cjs} +0 -0
@@ -0,0 +1 @@
1
+ "use strict";const t=new Set;let n=!1;function o(o){t.add(o),n||(n=!0,queueMicrotask(e))}function e(){for(n=!1;t.size>0;){const n=[...t];t.clear();for(const t of n)t()}}let s=!1,r=0;const c=new Map,i=new Map,f=new Map;let u=0,l=0,a=0,p=0,h=0;const d=new WeakMap;function m(t,n){return d.has(t)?d.get(t):(d.set(t,n),n)}function y(){return s}function g(){const t=r>0?performance.now()-r:0,n=[];for(const[,t]of c)n.push({label:t.label,reads:t.reads,writes:t.writes,triggers:t.triggers});const o=[];for(const[,t]of i){const n=t.runs>0?t.totalTime/t.runs:0;o.push({label:t.label,runs:t.runs,totalTime:t.totalTime.toFixed(2)+"ms",maxTime:t.maxTime.toFixed(3)+"ms",avgTime:n.toFixed(3)+"ms"})}const e=[];for(const[,t]of f){const n=t.recomputes>0?t.totalTime/t.recomputes:0;e.push({label:t.label,recomputes:t.recomputes,totalTime:t.totalTime.toFixed(2)+"ms",maxTime:t.maxTime.toFixed(3)+"ms",avgTime:n.toFixed(3)+"ms"})}return{duration:Math.round(t),totalTriggers:a,totalEffectRuns:p,totalComputedRecomputes:h,signals:n,effects:o,computeds:e}}let w=null;const b=[];function x(t){b.push(w),w=t}function k(){w=b.pop()??null}let S=0;const _=new Set;function v(t){S=t}function O(t){w&&(t.t.add(w),w.o.add(t))}function j(t){for(const n of t.t)n.i?n.u():S>0?_.add(n.u):o(n.u)}class T{constructor(t){this.l=t,this.t=new Set}get value(){return O(this),y()&&function(t){if(!s)return;const n=m(t,u);c.has(n)||(c.set(n,{reads:0,writes:0,triggers:0,label:`signal#${n}`}),n>=u&&(u=n+1)),c.get(n).reads++}(this),this.l}set value(t){Object.is(this.l,t)||(this.l=t,y()&&function(t){if(!s)return;const n=m(t,u);c.has(n)||(c.set(n,{reads:0,writes:0,triggers:0,label:`signal#${n}`}),n>=u&&(u=n+1)),c.get(n).writes++}(this),j(this))}peek(){return this.l}toString(){return String(this.l)}toJSON(){return JSON.stringify(this.l)}}function $(t){return new T(t)}function M(t){const n={p:t,o:new Set,u:null,h:!1};return n.u=()=>{n.h||N(n)},N(n),()=>function(t){if(t.h)return;t.h=!0,A(t)}(n)}function N(t){A(t),x(t);try{y()?function(t,n){if(!s)return n();const o=m(t,l);i.has(o)||(i.set(o,{runs:0,totalTime:0,maxTime:0,label:`effect#${o}`}),o>=l&&(l=o+1));const e=i.get(o),r=performance.now(),c=n(),f=performance.now()-r;e.runs++,e.totalTime+=f,f>e.maxTime&&(e.maxTime=f),p++}(t,t.p):t.p()}finally{k()}}function A(t){for(const n of t.o)n.t.delete(t);t.o.clear()}class C{constructor(t,n){this.strings=t,this.values=n}}function J(t){return String(t).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function z(t){if(null==t||"object"!=typeof t)return!1;const n=Object.getOwnPropertyDescriptor(t,"value");if(n&&"function"==typeof n.get)return!0;const o=Object.getPrototypeOf(t);if(o){const t=Object.getOwnPropertyDescriptor(o,"value");if(t&&"function"==typeof t.get)return!0}return!1}const E=t=>`຿${t}຿`;function F(t){const n=[];for(let o=0;o<t.strings.length;o++)if(n.push(t.strings[o]),o<t.values.length){const e=t.values[o];e instanceof C?n.push(F(e)):Array.isArray(e)&&e.length>0&&e[0]instanceof C?n.push(e.map(F).join("")):z(e)?n.push(J(e.value)):"function"!=typeof e&&n.push(J(e??""))}return n.join("")}function K(t,n){const o=t.indexOf(n);if(-1===o)return{type:"text"};const e=t.substring(0,o).lastIndexOf("<");if(-1===e)return{type:"text"};if(t.substring(e,o).includes(">"))return{type:"text"};const s=t.substring(e+1,o).match(/([\w\-@:.]+)\s*=\s*(?:"[^"]*|'[^']*|[^\s>]*?)$/);if(!s)return{type:"text"};const r=s[1];return r.startsWith("on")&&r.length>2?{type:"event",attrName:r}:{type:"attr",attrName:r}}class D{constructor(t,n){this.container=t,this.rawValue=n,this.node=null,this.m=null}mount(){const t=document.createTextNode("");if(this.k?this.container.insertBefore(t,this.k):this.container.appendChild(t),this.node=t,z(this.rawValue)){const t=this.rawValue;this.m=M(()=>{this.node.textContent=null!=t.value?String(t.value):""})}else this.rawValue instanceof C?this.node.textContent=F(this.rawValue):this.node.textContent=null!=this.rawValue?String(this.rawValue):""}destroy(){this.m?.(),this.node?.remove()}}class P{constructor(t,n,o){this.element=t,this.attrName=n,this.rawValue=o,this.m=null}mount(){if(z(this.rawValue)){const t=this.rawValue;this.m=M(()=>{const n=t.value;null==n||!1===n?this.element.removeAttribute(this.attrName):this.element.setAttribute(this.attrName,String(n))})}else null!=this.rawValue&&!1!==this.rawValue&&this.element.setAttribute(this.attrName,String(this.rawValue))}destroy(){this.m?.()}}class q{constructor(t,n,o){this.element=t,this.eventName=n.slice(2).toLowerCase(),this.handler=o,this.S=null}mount(){"function"==typeof this.handler&&(this.S=t=>this.handler(t),this.element.addEventListener(this.eventName,this.S))}destroy(){this.S&&(this.element.removeEventListener(this.eventName,this.S),this.S=null)}}class I{constructor(){this.parts=[],this.fragment=null}destroy(){for(const t of this.parts)t.destroy();this.parts.length=0}}function R(t,n){const o=new I,e=function(t){const n=[];for(let o=0;o<t.strings.length;o++)if(n.push(t.strings[o]),o<t.values.length){const e=t.values[o];e instanceof C?n.push(F(e)):Array.isArray(e)&&e.length>0&&e[0]instanceof C?n.push(e.map(F).join("")):"function"==typeof e||z(e)?n.push(E(o)):n.push(J(e??""))}return n.join("")}(t),s=function(t){const n=document.createElement("template");return n.innerHTML=t,n.content}(e);o.fragment=s,U(s,t.values,e,o);for(const t of o.parts)t.mount();return n.appendChild(s),o}function U(t,n,o,e){const s=[...t.childNodes];for(const r of s)3===r.nodeType?W(r,n,o,e,t):1===r.nodeType&&B(r,n,o,e)}function W(t,n,o,e,s){const r=t.textContent||"";for(let c=0;c<n.length;c++){const i=E(c),f=r.indexOf(i);if(-1===f)continue;if("text"!==K(o,i).type)continue;const u=r.substring(0,f),l=r.substring(f+i.length);u&&s.insertBefore(document.createTextNode(u),t);const a=new D(s,n[c]);e.parts.push(a);let p=t;return l&&(p=document.createTextNode(l),s.insertBefore(p,t)),s.removeChild(t),a.k=p!==t?p:null,void(l&&W(p,n,o,e,s))}}function B(t,n,o,e){const s=[...t.attributes];for(const r of s)for(let s=0;s<n.length;s++){const c=E(s);if(!r.value.includes(c))continue;const i=K(o,c);if("event"===i.type&&i.attrName===r.name){t.removeAttribute(r.name);const o=new q(t,r.name,n[s]);e.parts.push(o)}else if("attr"===i.type&&i.attrName===r.name){const o=r.value.replace(c,"");o?t.setAttribute(r.name,o):t.removeAttribute(r.name);const i=new P(t,r.name,n[s]);e.parts.push(i)}}U(t,n,o,e)}function G(t){const n=[];for(let o=0;o<t.strings.length;o++)if(n.push(t.strings[o]),o<t.values.length){const e=t.values[o];e instanceof C?n.push(G(e)):Array.isArray(e)&&e.length>0&&e[0]instanceof C?n.push(e.map(t=>G(t)).join("")):z(e)?n.push(J(e.value)):"function"!=typeof e&&n.push(J(e??""))}return n.join("")}function H(t){const n=t.join("");let o=!1,e="",s=-1,r=!1;for(let t=0;t<n.length;t++){const c=n[t];o?c===e&&(o=!1):'"'===c||"'"===c?(o=!0,e=c):"<"===c?(s=t,r=!1):">"===c&&s>=0&&!o&&(r=!0)}return s>=0&&!r}function L(t,n,o,e){const s=[...t.childNodes];for(const r of s)8===r.nodeType?Q(r,n,t,o,e):1===r.nodeType&&V(r,n,o,e)}function Q(t,n,o,e,s){const r=s.indices[s.nextIdx++]??-1,c=t.previousSibling;let i;if(c&&3===c.nodeType?i=c:(i=document.createTextNode(""),o.insertBefore(i,t)),r>=0&&r<n.length){const t=n[r];if(z(t)){const n=M(()=>{i.textContent=null!=t.value?String(t.value):""});e.parts.push({destroy(){n(),i.remove()}})}else i.textContent=null!=t?String(t):""}o.removeChild(t)}function V(t,n,o,e){const s=t.getAttribute("data-kp");if(s){const e=s.split(",");for(const s of e){const e=s.indexOf(":"),r=s.indexOf(":",e+1),c=parseInt(s.substring(0,e),10),i=s.substring(e+1,r),f=s.substring(r+1);if(c>=0&&c<n.length)if("e"===i){const e=new q(t,f,n[c]);e.mount(),o.parts.push(e)}else if("a"===i){const e=new P(t,f,n[c]);e.mount(),o.parts.push(e)}}t.removeAttribute("data-kp")}L(t,n,o,e)}const X=new Map;function Y(t){const n={};for(const o in t)Object.prototype.hasOwnProperty.call(t,o)&&(n[o]=$(t[o]));const o=Object.keys(n);return new Proxy({},{get(t,o){if("symbol"==typeof o)return;const e=n[o];return e?e.value:void 0},set(t,e,s){const r=n[e];return r?r.value=s:(n[e]=$(s),o.push(e)),!0},has:(t,o)=>o in n,ownKeys:()=>o,getOwnPropertyDescriptor(t,o){if(o in n)return{enumerable:!0,configurable:!0}}})}const Z=new Map;function tt(t,n){let o=Z.get(t);return o||(o=new Function("__s__",`with(__s__){return(${t})}`),Z.set(t,o)),o(n)}function nt(t){const n=t.split("."),o=n[0],e=n.slice(1),s=o.indexOf(":");return-1===s?{base:o,arg:null,modifiers:e}:{base:o.substring(0,s),arg:o.substring(s+1),modifiers:e}}function ot(t,n,o,e){const s=M(()=>{const e=tt(n,o);t.style.display=e?"":"none"});e.push(s)}function et(t,n,o,e){const s=M(()=>{t.textContent=String(tt(n,o)??"")});e.push(s)}function st(t,n,o,e){const s=M(()=>{t.innerHTML=String(tt(n,o)??"")});e.push(s)}function rt(t,n,o,e,s){const r=M(()=>{const s=tt(n,e);!1===s||null==s?t.removeAttribute(o):!0===s?t.setAttribute(o,""):t.setAttribute(o,String(s))});s.push(r)}function ct(t,n,o,s,r,c){const i=s.includes("stop"),f=s.includes("prevent"),u=s.includes("once"),l=s.includes("self"),a=o=>{l&&o.target!==t||(i&&o.stopPropagation(),f&&o.preventDefault(),function(t,n){const o="$$"+t;let e=Z.get(o);e||(e=new Function("__s__",`with(__s__){${t}}`),Z.set(o,e)),e(n)}(n,r),e())};t.addEventListener(o,a,{once:u}),c.push(()=>t.removeEventListener(o,a))}function it(t,n,o,s){const r=M(()=>{const e=tt(n,o);t.value=null!=e?String(e):""});s.push(r);const c=()=>{const s=n.trim().split(".");if(1===s.length)o[s[0]]=t.value;else{const e=s.slice(0,-1).join("."),r=s[s.length-1];try{const n=tt(e,o);n&&"object"==typeof n&&(n[r]=t.value)}catch(e){o[n]=t.value}}e()};t.addEventListener("input",c),s.push(()=>t.removeEventListener("input",c))}function ft(t){return t.startsWith("k-")||t.startsWith(":")||t.startsWith("@")}function ut(t){return t.startsWith(":")?"k-bind:"+t.substring(1):t.startsWith("@")?"k-on:"+t.substring(1):t}function lt(t,n,o){const e=[...t.attributes];for(const s of e){const e=s.name,r=s.value;if(!ft(e))continue;const c=ut(e),{base:i,arg:f,modifiers:u}=nt(c);switch(i){case"k-show":ot(t,r,n,o);break;case"k-text":et(t,r,n,o);break;case"k-html":st(t,r,n,o);break;case"k-bind":f&&rt(t,r,f,n,o);break;case"k-on":f&&ct(t,r,f,u,n,o);break;case"k-model":it(t,r,n,o)}}}function at(t,n,o){for(const e of t.children)e.hasAttribute("k-data")||(lt(e,n,o),at(e,n,o))}function pt(t,n){const o=t.getAttribute("k-data");let e={};try{e=tt(o,Y({}))||{}}catch(t){}const s=Y(e);lt(t,s,n),at(t,s,n);for(const o of t.children)o.hasAttribute("k-data")&&pt(o,n)}const ht={"en-US":{"modal.close":"Close","dialog.ok":"OK","dialog.cancel":"Cancel","table.empty":"No data","pagination.page":"Page","pagination.of":"of","select.placeholder":"Select...","datepicker.placeholder":"Select date","timepicker.placeholder":"Select time","fileupload.drag":"Drag files here or","fileupload.browse":"Browse","empty.text":"No data","datepicker.months":"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec","datepicker.weekdays":"Mo,Tu,We,Th,Fr,Sa,Su","timepicker.placeholder":"Select time"},"zh-CN":{"modal.close":"关闭","dialog.ok":"确定","dialog.cancel":"取消","table.empty":"暂无数据","pagination.page":"页","pagination.of":"/","select.placeholder":"请选择","datepicker.placeholder":"选择日期","datepicker.months":"1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月","datepicker.weekdays":"一,二,三,四,五,六,日","timepicker.placeholder":"选择时间","fileupload.drag":"拖拽文件到此处或","fileupload.browse":"浏览","empty.text":"暂无数据"}};let dt="en-US";exports.ErrorBoundary=function(t,n={}){const{fallback:o=null,onError:e=null}=n;try{return t()}catch(t){if(e)try{e(t)}catch(t){}const n=document.createDocumentFragment();if(o)try{const e="function"==typeof o?o(t):o;if("string"==typeof e){const t=document.createElement("div");t.className="ds-error-boundary",t.textContent=e,n.appendChild(t)}else R(e,n)}catch(o){const e=document.createElement("div");e.className="ds-error-boundary",e.textContent=`Component error: ${t.message}`,n.appendChild(e)}else{const o=document.createElement("div");o.className="ds-error-boundary",o.textContent=`Component error: ${t.message}`,n.appendChild(o)}return{element:n,error:t}}},exports.Signal=T,exports.TemplateResult=C,exports.addMessages=function(t,n){ht[t]||(ht[t]={}),Object.assign(ht[t],n)},exports.batch=function(t){v(S+1);try{return t()}finally{if(v(S-1),0===S){const t=_,n=[...t];t.clear();for(const t of n)t();e()}}},exports.clearRegistry=function(){X.clear()},exports.computed=function(t){const n=new T(void 0);let o=!0,e=new Set;const s={p:null,o:e,i:!0,u:null,h:!1};function r(){for(const t of e)t.t.delete(s);e.clear(),s.o=e,x(s);try{const o=t();Object.is(n.l,o)||(n.l=o)}finally{k()}o=!1}return s.u=()=>{o||(o=!0,j(n))},{get value(){return o&&r(),O(n),n.l},peek:()=>(o&&r(),n.l),toString(){return String(this.value)},toJSON(){return JSON.stringify(this.value)}}},exports.defineComponent=function(t){const{props:n=[],setup:o}=t;function e(t={},e=null){const s={};for(const o of n)s[o]=$(t[o]);const r=o(s,e)(),c=document.createDocumentFragment(),i=R(r,c);return{get element(){return c},_:i,destroy(){i.destroy()},update(t){for(const o of n)o in t&&s[o]&&(s[o].value=t[o])}}}return e.v=!0,e.O=n,e},exports.disableProfiler=function(){s=!1},exports.effect=M,exports.enableProfiler=function(t={}){s=!0,r=performance.now(),c.clear(),i.clear(),f.clear(),u=0,l=0,a=0,p=0,h=0,t.console},exports.flushJobs=e,exports.getComponent=function(t){return X.get(t)},exports.getLocale=function(){return dt},exports.getProfileReport=g,exports.hasComponent=function(t){return X.has(t)},exports.html=function(t,...n){return new C(t,n)},exports.hydrate=function(t,n){const o=new I,e=function(t){const n=[],o=[];let e=!1;for(let s=0;s<t.strings.length;s++)if(o.push(t.strings[s]),e=H(o),s<t.values.length){const r=t.values[s];if(r instanceof C)o.push(G(r));else if(Array.isArray(r)&&r.length>0&&r[0]instanceof C)o.push(r.map(t=>G(t)).join(""));else if("function"==typeof r);else if(z(r))if(e){const t=r.value;o.push(null!=t?J(t):"")}else{n.push(s);const t=r.value;o.push(null!=t?J(t):"")}else o.push(J(r??""))}return{indices:n,nextIdx:0}}(t);return L(n,t.values,o,e),o},exports.lazyComponent=function(t,n="default"){let o=null,e=null;async function s(){return o||(e||(e=t().then(t=>{if("function"==typeof t.default)o=t.default;else if("default"!==n&&"function"==typeof t[n])o=t[n];else{const n=Object.keys(t);for(const e of n)if("function"==typeof t[e]){o=t[e];break}}if(!o)throw new Error("[Kupola lazy] No component factory found in module");return e=null,o}),e))}async function r(...t){return(await s())(...t)}return r.j=t,r.T=()=>null!==o,r.$=s,r},exports.preloadComponent=async function(t){if("function"!=typeof t.$)throw new TypeError("[Kupola preload] Argument must be a lazy component from lazyComponent()");await t.$()},exports.printProfileReport=function(){const t=g();t.signals.length,t.effects.length,t.computeds.length},exports.register=function(t,n){X.set(t,n)},exports.render=R,exports.resetProfiler=function(){s=!1,r=0,c.clear(),i.clear(),f.clear(),a=0,p=0,h=0},exports.resetScheduler=function(){t.clear(),n=!1},exports.setLocale=function(t){dt=t},exports.signal=$,exports.t=function(t,n={}){let o=(ht[dt]||ht["en-US"])[t]||t;for(const[t,e]of Object.entries(n))o=o.replace(`{${t}}`,e);return o},exports.walk=function(t){const n=[];if(t.hasAttribute&&t.hasAttribute("k-data"))pt(t,n);else{const o=t.querySelectorAll?t.querySelectorAll("[k-data]"):[];if(o.length>0)for(const e of o){let o=!1,s=e.parentElement;for(;s&&s!==t;){if(s.hasAttribute("k-data")){o=!0;break}s=s.parentElement}o||pt(e,n)}else{const o=Y({});for(const e of t.children)lt(e,o,n),at(e,o,n)}}return{destroy(){for(const t of n)t();n.length=0}}};
@@ -1 +1 @@
1
- const t=new Set;let n=!1;function o(o){t.add(o),n||(n=!0,queueMicrotask(e))}function e(){for(n=!1;t.size>0;){const n=[...t];t.clear();for(const t of n)t()}}function c(){t.clear(),n=!1}let s=null;const i=[];function r(t){i.push(s),s=t}function f(){s=i.pop()??null}let u=0;const l=new Set;function a(t){u=t}function h(t){s&&(t.t.add(s),s.o.add(t))}function d(t){for(const n of t.t)n.i?n.u():u>0?l.add(n.u):o(n.u)}class p{constructor(t){this.l=t,this.t=new Set}get value(){return h(this),this.l}set value(t){Object.is(this.l,t)||(this.l=t,d(this))}peek(){return this.l}toString(){return String(this.l)}toJSON(){return JSON.stringify(this.l)}}function y(t){return new p(t)}function g(t){const n=new p(void 0);let o=!0,e=new Set;const c={h:null,o:e,i:!0,u:null,p:!1};function s(){for(const t of e)t.t.delete(c);e.clear(),c.o=e,r(c);try{const o=t();Object.is(n.l,o)||(n.l=o)}finally{f()}o=!1}return c.u=()=>{o||(o=!0,d(n))},{get value(){return o&&s(),h(n),n.l},peek:()=>(o&&s(),n.l),toString(){return String(this.value)},toJSON(){return JSON.stringify(this.value)}}}function m(t){const n={h:t,o:new Set,u:null,p:!1};return n.u=()=>{n.p||k(n)},k(n),()=>function(t){if(t.p)return;t.p=!0,b(t)}(n)}function k(t){b(t),r(t);try{t.h()}finally{f()}}function b(t){for(const n of t.o)n.t.delete(t);t.o.clear()}function S(t){a(u+1);try{return t()}finally{if(a(u-1),0===u){const t=l,n=[...t];t.clear();for(const t of n)t();e()}}}class w{constructor(t,n){this.strings=t,this.values=n}}function _(t,...n){return new w(t,n)}function O(t){return String(t).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function v(t){if(null==t||"object"!=typeof t)return!1;const n=Object.getOwnPropertyDescriptor(t,"value");if(n&&"function"==typeof n.get)return!0;const o=Object.getPrototypeOf(t);if(o){const t=Object.getOwnPropertyDescriptor(o,"value");if(t&&"function"==typeof t.get)return!0}return!1}const x=t=>`຿${t}຿`;function j(t){const n=[];for(let o=0;o<t.strings.length;o++)if(n.push(t.strings[o]),o<t.values.length){const e=t.values[o];e instanceof w?n.push(j(e)):Array.isArray(e)&&e.length>0&&e[0]instanceof w?n.push(e.map(j).join("")):v(e)?n.push(O(e.value)):"function"!=typeof e&&n.push(O(e??""))}return n.join("")}function N(t,n){const o=t.indexOf(n);if(-1===o)return{type:"text"};const e=t.substring(0,o).lastIndexOf("<");if(-1===e)return{type:"text"};if(t.substring(e,o).includes(">"))return{type:"text"};const c=t.substring(e+1,o).match(/([\w\-@:.]+)\s*=\s*(?:"[^"]*|'[^']*|[^\s>]*?)$/);if(!c)return{type:"text"};const s=c[1];return s.startsWith("on")&&s.length>2?{type:"event",attrName:s}:{type:"attr",attrName:s}}class ${constructor(t,n){this.container=t,this.rawValue=n,this.node=null,this.m=null}mount(){const t=document.createTextNode("");if(this.k?this.container.insertBefore(t,this.k):this.container.appendChild(t),this.node=t,v(this.rawValue)){const t=this.rawValue;this.m=m(()=>{this.node.textContent=null!=t.value?String(t.value):""})}else this.rawValue instanceof w?this.node.textContent=j(this.rawValue):this.node.textContent=null!=this.rawValue?String(this.rawValue):""}destroy(){this.m?.(),this.node?.remove()}}class J{constructor(t,n,o){this.element=t,this.attrName=n,this.rawValue=o,this.m=null}mount(){if(v(this.rawValue)){const t=this.rawValue;this.m=m(()=>{const n=t.value;null==n||!1===n?this.element.removeAttribute(this.attrName):this.element.setAttribute(this.attrName,String(n))})}else null!=this.rawValue&&!1!==this.rawValue&&this.element.setAttribute(this.attrName,String(this.rawValue))}destroy(){this.m?.()}}class A{constructor(t,n,o){this.element=t,this.eventName=n.slice(2).toLowerCase(),this.handler=o,this.S=null}mount(){"function"==typeof this.handler&&(this.S=t=>this.handler(t),this.element.addEventListener(this.eventName,this.S))}destroy(){this.S&&(this.element.removeEventListener(this.eventName,this.S),this.S=null)}}class M{constructor(){this.parts=[],this.fragment=null}destroy(){for(const t of this.parts)t.destroy();this.parts.length=0}}function C(t,n){const o=new M,e=function(t){const n=[];for(let o=0;o<t.strings.length;o++)if(n.push(t.strings[o]),o<t.values.length){const e=t.values[o];e instanceof w?n.push(j(e)):Array.isArray(e)&&e.length>0&&e[0]instanceof w?n.push(e.map(j).join("")):"function"==typeof e||v(e)?n.push(x(o)):n.push(O(e??""))}return n.join("")}(t),c=function(t){const n=document.createElement("template");return n.innerHTML=t,n.content}(e);o.fragment=c,F(c,t.values,e,o);for(const t of o.parts)t.mount();return n.appendChild(c),o}function F(t,n,o,e){const c=[...t.childNodes];for(const s of c)3===s.nodeType?D(s,n,o,e,t):1===s.nodeType&&P(s,n,o,e)}function D(t,n,o,e,c){const s=t.textContent||"";for(let i=0;i<n.length;i++){const r=x(i),f=s.indexOf(r);if(-1===f)continue;if("text"!==N(o,r).type)continue;const u=s.substring(0,f),l=s.substring(f+r.length);u&&c.insertBefore(document.createTextNode(u),t);const a=new $(c,n[i]);e.parts.push(a);let h=t;return l&&(h=document.createTextNode(l),c.insertBefore(h,t)),c.removeChild(t),a.k=h!==t?h:null,void(l&&D(h,n,o,e,c))}}function P(t,n,o,e){const c=[...t.attributes];for(const s of c)for(let c=0;c<n.length;c++){const i=x(c);if(!s.value.includes(i))continue;const r=N(o,i);if("event"===r.type&&r.attrName===s.name){t.removeAttribute(s.name);const o=new A(t,s.name,n[c]);e.parts.push(o)}else if("attr"===r.type&&r.attrName===s.name){const o=s.value.replace(i,"");o?t.setAttribute(s.name,o):t.removeAttribute(s.name);const r=new J(t,s.name,n[c]);e.parts.push(r)}}F(t,n,o,e)}function q(t){const n=[];for(let o=0;o<t.strings.length;o++)if(n.push(t.strings[o]),o<t.values.length){const e=t.values[o];e instanceof w?n.push(q(e)):Array.isArray(e)&&e.length>0&&e[0]instanceof w?n.push(e.map(t=>q(t)).join("")):v(e)?n.push(O(e.value)):"function"!=typeof e&&n.push(O(e??""))}return n.join("")}function I(t){const n=t.join("");let o=!1,e="",c=-1,s=!1;for(let t=0;t<n.length;t++){const i=n[t];o?i===e&&(o=!1):'"'===i||"'"===i?(o=!0,e=i):"<"===i?(c=t,s=!1):">"===i&&c>=0&&!o&&(s=!0)}return c>=0&&!s}function K(t,n){const o=new M,e=function(t){const n=[],o=[];let e=!1;for(let c=0;c<t.strings.length;c++)if(o.push(t.strings[c]),e=I(o),c<t.values.length){const s=t.values[c];if(s instanceof w)o.push(q(s));else if(Array.isArray(s)&&s.length>0&&s[0]instanceof w)o.push(s.map(t=>q(t)).join(""));else if("function"==typeof s);else if(v(s))if(e){const t=s.value;o.push(null!=t?O(t):"")}else{n.push(c);const t=s.value;o.push(null!=t?O(t):"")}else o.push(O(s??""))}return{indices:n,nextIdx:0}}(t);return T(n,t.values,o,e),o}function T(t,n,o,e){const c=[...t.childNodes];for(const s of c)8===s.nodeType?U(s,n,t,o,e):1===s.nodeType&&z(s,n,o,e)}function U(t,n,o,e,c){const s=c.indices[c.nextIdx++]??-1,i=t.previousSibling;let r;if(i&&3===i.nodeType?r=i:(r=document.createTextNode(""),o.insertBefore(r,t)),s>=0&&s<n.length){const t=n[s];if(v(t)){const n=m(()=>{r.textContent=null!=t.value?String(t.value):""});e.parts.push({destroy(){n(),r.remove()}})}else r.textContent=null!=t?String(t):""}o.removeChild(t)}function z(t,n,o,e){const c=t.getAttribute("data-kp");if(c){const e=c.split(",");for(const c of e){const e=c.indexOf(":"),s=c.indexOf(":",e+1),i=parseInt(c.substring(0,e),10),r=c.substring(e+1,s),f=c.substring(s+1);if(i>=0&&i<n.length)if("e"===r){const e=new A(t,f,n[i]);e.mount(),o.parts.push(e)}else if("a"===r){const e=new J(t,f,n[i]);e.mount(),o.parts.push(e)}}t.removeAttribute("data-kp")}T(t,n,o,e)}function B(t){const{props:n=[],setup:o}=t;function e(t={},e=null){const c={};for(const o of n)c[o]=y(t[o]);const s=o(c,e)(),i=document.createDocumentFragment(),r=C(s,i);return{get element(){return i},_:r,destroy(){r.destroy()},update(t){for(const o of n)o in t&&c[o]&&(c[o].value=t[o])}}}return e.O=!0,e.v=n,e}const E=new Map;function W(t,n){E.set(t,n)}function G(t){return E.get(t)}function H(t){return E.has(t)}function L(){E.clear()}function Q(t){const n={};for(const o in t)Object.prototype.hasOwnProperty.call(t,o)&&(n[o]=y(t[o]));const o=Object.keys(n);return new Proxy({},{get(t,o){if("symbol"==typeof o)return;const e=n[o];return e?e.value:void 0},set(t,e,c){const s=n[e];return s?s.value=c:(n[e]=y(c),o.push(e)),!0},has:(t,o)=>o in n,ownKeys:()=>o,getOwnPropertyDescriptor(t,o){if(o in n)return{enumerable:!0,configurable:!0}}})}const R=new Map;function V(t,n){let o=R.get(t);return o||(o=new Function("__s__",`with(__s__){return(${t})}`),R.set(t,o)),o(n)}function X(t){const n=t.split("."),o=n[0],e=n.slice(1),c=o.indexOf(":");return-1===c?{base:o,arg:null,modifiers:e}:{base:o.substring(0,c),arg:o.substring(c+1),modifiers:e}}function Y(t,n,o,e){const c=m(()=>{const e=V(n,o);t.style.display=e?"":"none"});e.push(c)}function Z(t,n,o,e){const c=m(()=>{t.textContent=String(V(n,o)??"")});e.push(c)}function tt(t,n,o,e){const c=m(()=>{t.innerHTML=String(V(n,o)??"")});e.push(c)}function nt(t,n,o,e,c){const s=m(()=>{const c=V(n,e);!1===c||null==c?t.removeAttribute(o):!0===c?t.setAttribute(o,""):t.setAttribute(o,String(c))});c.push(s)}function ot(t,n,o,c,s,i){const r=c.includes("stop"),f=c.includes("prevent"),u=c.includes("once"),l=c.includes("self"),a=o=>{l&&o.target!==t||(r&&o.stopPropagation(),f&&o.preventDefault(),function(t,n){const o="$$"+t;let e=R.get(o);e||(e=new Function("__s__",`with(__s__){${t}}`),R.set(o,e)),e(n)}(n,s),e())};t.addEventListener(o,a,{once:u}),i.push(()=>t.removeEventListener(o,a))}function et(t,n,o,c){const s=m(()=>{const e=V(n,o);t.value=null!=e?String(e):""});c.push(s);const i=()=>{const c=n.trim().split(".");if(1===c.length)o[c[0]]=t.value;else{const e=c.slice(0,-1).join("."),s=c[c.length-1];try{const n=V(e,o);n&&"object"==typeof n&&(n[s]=t.value)}catch(e){o[n]=t.value}}e()};t.addEventListener("input",i),c.push(()=>t.removeEventListener("input",i))}function ct(t){return t.startsWith("k-")||t.startsWith(":")||t.startsWith("@")}function st(t){return t.startsWith(":")?"k-bind:"+t.substring(1):t.startsWith("@")?"k-on:"+t.substring(1):t}function it(t,n,o){const e=[...t.attributes];for(const c of e){const e=c.name,s=c.value;if(!ct(e))continue;const i=st(e),{base:r,arg:f,modifiers:u}=X(i);switch(r){case"k-show":Y(t,s,n,o);break;case"k-text":Z(t,s,n,o);break;case"k-html":tt(t,s,n,o);break;case"k-bind":f&&nt(t,s,f,n,o);break;case"k-on":f&&ot(t,s,f,u,n,o);break;case"k-model":et(t,s,n,o)}}}function rt(t,n,o){for(const e of t.children)e.hasAttribute("k-data")||(it(e,n,o),rt(e,n,o))}function ft(t,n){const o=t.getAttribute("k-data");let e={};try{e=V(o,Q({}))||{}}catch(t){}const c=Q(e);it(t,c,n),rt(t,c,n);for(const o of t.children)o.hasAttribute("k-data")&&ft(o,n)}function ut(t){const n=[];if(t.hasAttribute&&t.hasAttribute("k-data"))ft(t,n);else{const o=t.querySelectorAll?t.querySelectorAll("[k-data]"):[];if(o.length>0)for(const e of o){let o=!1,c=e.parentElement;for(;c&&c!==t;){if(c.hasAttribute("k-data")){o=!0;break}c=c.parentElement}o||ft(e,n)}else{const o=Q({});for(const e of t.children)it(e,o,n),rt(e,o,n)}}return{destroy(){for(const t of n)t();n.length=0}}}const lt={"en-US":{"modal.close":"Close","dialog.ok":"OK","dialog.cancel":"Cancel","table.empty":"No data","pagination.page":"Page","pagination.of":"of","select.placeholder":"Select...","datepicker.placeholder":"Select date","timepicker.placeholder":"Select time","fileupload.drag":"Drag files here or","fileupload.browse":"Browse","empty.text":"No data","datepicker.months":"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec","datepicker.weekdays":"Mo,Tu,We,Th,Fr,Sa,Su","timepicker.placeholder":"Select time"},"zh-CN":{"modal.close":"关闭","dialog.ok":"确定","dialog.cancel":"取消","table.empty":"暂无数据","pagination.page":"页","pagination.of":"/","select.placeholder":"请选择","datepicker.placeholder":"选择日期","datepicker.months":"1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月","datepicker.weekdays":"一,二,三,四,五,六,日","timepicker.placeholder":"选择时间","fileupload.drag":"拖拽文件到此处或","fileupload.browse":"浏览","empty.text":"暂无数据"}};let at="en-US";function ht(t){at=t}function dt(){return at}function pt(t,n={}){let o=(lt[at]||lt["en-US"])[t]||t;for(const[t,e]of Object.entries(n))o=o.replace(`{${t}}`,e);return o}function yt(t,n){lt[t]||(lt[t]={}),Object.assign(lt[t],n)}function gt(t,n={}){const{fallback:o=null,onError:e=null}=n;try{return t()}catch(t){if(e)try{e(t)}catch(t){}const n=document.createDocumentFragment();if(o)try{const e="function"==typeof o?o(t):o;if("string"==typeof e){const t=document.createElement("div");t.className="ds-error-boundary",t.textContent=e,n.appendChild(t)}else C(e,n)}catch(o){const e=document.createElement("div");e.className="ds-error-boundary",e.textContent=`Component error: ${t.message}`,n.appendChild(e)}else{const o=document.createElement("div");o.className="ds-error-boundary",o.textContent=`Component error: ${t.message}`,n.appendChild(o)}return{element:n,error:t}}}export{gt as ErrorBoundary,p as Signal,w as TemplateResult,yt as addMessages,S as batch,L as clearRegistry,g as computed,B as defineComponent,m as effect,e as flushJobs,G as getComponent,dt as getLocale,H as hasComponent,_ as html,K as hydrate,W as register,C as render,c as resetScheduler,ht as setLocale,y as signal,pt as t,ut as walk};
1
+ const t=new Set;let n=!1;function o(o){t.add(o),n||(n=!0,queueMicrotask(e))}function e(){for(n=!1;t.size>0;){const n=[...t];t.clear();for(const t of n)t()}}function c(){t.clear(),n=!1}let s=!1,r=0;const i=new Map,f=new Map,u=new Map;let l=0,a=0,h=0,p=0,d=0;const m=new WeakMap;function y(t,n){return m.has(t)?m.get(t):(m.set(t,n),n)}function g(t={}){s=!0,r=performance.now(),i.clear(),f.clear(),u.clear(),l=0,a=0,h=0,p=0,d=0,t.console}function w(){s=!1}function b(){s=!1,r=0,i.clear(),f.clear(),u.clear(),h=0,p=0,d=0}function k(){return s}function S(){const t=r>0?performance.now()-r:0,n=[];for(const[,t]of i)n.push({label:t.label,reads:t.reads,writes:t.writes,triggers:t.triggers});const o=[];for(const[,t]of f){const n=t.runs>0?t.totalTime/t.runs:0;o.push({label:t.label,runs:t.runs,totalTime:t.totalTime.toFixed(2)+"ms",maxTime:t.maxTime.toFixed(3)+"ms",avgTime:n.toFixed(3)+"ms"})}const e=[];for(const[,t]of u){const n=t.recomputes>0?t.totalTime/t.recomputes:0;e.push({label:t.label,recomputes:t.recomputes,totalTime:t.totalTime.toFixed(2)+"ms",maxTime:t.maxTime.toFixed(3)+"ms",avgTime:n.toFixed(3)+"ms"})}return{duration:Math.round(t),totalTriggers:h,totalEffectRuns:p,totalComputedRecomputes:d,signals:n,effects:o,computeds:e}}function _(){const t=S();t.signals.length,t.effects.length,t.computeds.length}let v=null;const O=[];function x(t){O.push(v),v=t}function j(){v=O.pop()??null}let T=0;const $=new Set;function M(t){T=t}function N(t){v&&(t.t.add(v),v.o.add(t))}function A(t){for(const n of t.t)n.i?n.u():T>0?$.add(n.u):o(n.u)}class C{constructor(t){this.l=t,this.t=new Set}get value(){return N(this),k()&&function(t){if(!s)return;const n=y(t,l);i.has(n)||(i.set(n,{reads:0,writes:0,triggers:0,label:`signal#${n}`}),n>=l&&(l=n+1)),i.get(n).reads++}(this),this.l}set value(t){Object.is(this.l,t)||(this.l=t,k()&&function(t){if(!s)return;const n=y(t,l);i.has(n)||(i.set(n,{reads:0,writes:0,triggers:0,label:`signal#${n}`}),n>=l&&(l=n+1)),i.get(n).writes++}(this),A(this))}peek(){return this.l}toString(){return String(this.l)}toJSON(){return JSON.stringify(this.l)}}function J(t){return new C(t)}function z(t){const n=new C(void 0);let o=!0,e=new Set;const c={h:null,o:e,i:!0,u:null,p:!1};function s(){for(const t of e)t.t.delete(c);e.clear(),c.o=e,x(c);try{const o=t();Object.is(n.l,o)||(n.l=o)}finally{j()}o=!1}return c.u=()=>{o||(o=!0,A(n))},{get value(){return o&&s(),N(n),n.l},peek:()=>(o&&s(),n.l),toString(){return String(this.value)},toJSON(){return JSON.stringify(this.value)}}}function E(t){const n={h:t,o:new Set,u:null,p:!1};return n.u=()=>{n.p||F(n)},F(n),()=>function(t){if(t.p)return;t.p=!0,K(t)}(n)}function F(t){K(t),x(t);try{k()?function(t,n){if(!s)return n();const o=y(t,a);f.has(o)||(f.set(o,{runs:0,totalTime:0,maxTime:0,label:`effect#${o}`}),o>=a&&(a=o+1));const e=f.get(o),c=performance.now(),r=n(),i=performance.now()-c;e.runs++,e.totalTime+=i,i>e.maxTime&&(e.maxTime=i),p++}(t,t.h):t.h()}finally{j()}}function K(t){for(const n of t.o)n.t.delete(t);t.o.clear()}function D(t){M(T+1);try{return t()}finally{if(M(T-1),0===T){const t=$,n=[...t];t.clear();for(const t of n)t();e()}}}class P{constructor(t,n){this.strings=t,this.values=n}}function q(t,...n){return new P(t,n)}function I(t){return String(t).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function R(t){if(null==t||"object"!=typeof t)return!1;const n=Object.getOwnPropertyDescriptor(t,"value");if(n&&"function"==typeof n.get)return!0;const o=Object.getPrototypeOf(t);if(o){const t=Object.getOwnPropertyDescriptor(o,"value");if(t&&"function"==typeof t.get)return!0}return!1}const U=t=>`຿${t}຿`;function W(t){const n=[];for(let o=0;o<t.strings.length;o++)if(n.push(t.strings[o]),o<t.values.length){const e=t.values[o];e instanceof P?n.push(W(e)):Array.isArray(e)&&e.length>0&&e[0]instanceof P?n.push(e.map(W).join("")):R(e)?n.push(I(e.value)):"function"!=typeof e&&n.push(I(e??""))}return n.join("")}function B(t,n){const o=t.indexOf(n);if(-1===o)return{type:"text"};const e=t.substring(0,o).lastIndexOf("<");if(-1===e)return{type:"text"};if(t.substring(e,o).includes(">"))return{type:"text"};const c=t.substring(e+1,o).match(/([\w\-@:.]+)\s*=\s*(?:"[^"]*|'[^']*|[^\s>]*?)$/);if(!c)return{type:"text"};const s=c[1];return s.startsWith("on")&&s.length>2?{type:"event",attrName:s}:{type:"attr",attrName:s}}class G{constructor(t,n){this.container=t,this.rawValue=n,this.node=null,this.m=null}mount(){const t=document.createTextNode("");if(this.k?this.container.insertBefore(t,this.k):this.container.appendChild(t),this.node=t,R(this.rawValue)){const t=this.rawValue;this.m=E(()=>{this.node.textContent=null!=t.value?String(t.value):""})}else this.rawValue instanceof P?this.node.textContent=W(this.rawValue):this.node.textContent=null!=this.rawValue?String(this.rawValue):""}destroy(){this.m?.(),this.node?.remove()}}class H{constructor(t,n,o){this.element=t,this.attrName=n,this.rawValue=o,this.m=null}mount(){if(R(this.rawValue)){const t=this.rawValue;this.m=E(()=>{const n=t.value;null==n||!1===n?this.element.removeAttribute(this.attrName):this.element.setAttribute(this.attrName,String(n))})}else null!=this.rawValue&&!1!==this.rawValue&&this.element.setAttribute(this.attrName,String(this.rawValue))}destroy(){this.m?.()}}class L{constructor(t,n,o){this.element=t,this.eventName=n.slice(2).toLowerCase(),this.handler=o,this.S=null}mount(){"function"==typeof this.handler&&(this.S=t=>this.handler(t),this.element.addEventListener(this.eventName,this.S))}destroy(){this.S&&(this.element.removeEventListener(this.eventName,this.S),this.S=null)}}class Q{constructor(){this.parts=[],this.fragment=null}destroy(){for(const t of this.parts)t.destroy();this.parts.length=0}}function V(t,n){const o=new Q,e=function(t){const n=[];for(let o=0;o<t.strings.length;o++)if(n.push(t.strings[o]),o<t.values.length){const e=t.values[o];e instanceof P?n.push(W(e)):Array.isArray(e)&&e.length>0&&e[0]instanceof P?n.push(e.map(W).join("")):"function"==typeof e||R(e)?n.push(U(o)):n.push(I(e??""))}return n.join("")}(t),c=function(t){const n=document.createElement("template");return n.innerHTML=t,n.content}(e);o.fragment=c,X(c,t.values,e,o);for(const t of o.parts)t.mount();return n.appendChild(c),o}function X(t,n,o,e){const c=[...t.childNodes];for(const s of c)3===s.nodeType?Y(s,n,o,e,t):1===s.nodeType&&Z(s,n,o,e)}function Y(t,n,o,e,c){const s=t.textContent||"";for(let r=0;r<n.length;r++){const i=U(r),f=s.indexOf(i);if(-1===f)continue;if("text"!==B(o,i).type)continue;const u=s.substring(0,f),l=s.substring(f+i.length);u&&c.insertBefore(document.createTextNode(u),t);const a=new G(c,n[r]);e.parts.push(a);let h=t;return l&&(h=document.createTextNode(l),c.insertBefore(h,t)),c.removeChild(t),a.k=h!==t?h:null,void(l&&Y(h,n,o,e,c))}}function Z(t,n,o,e){const c=[...t.attributes];for(const s of c)for(let c=0;c<n.length;c++){const r=U(c);if(!s.value.includes(r))continue;const i=B(o,r);if("event"===i.type&&i.attrName===s.name){t.removeAttribute(s.name);const o=new L(t,s.name,n[c]);e.parts.push(o)}else if("attr"===i.type&&i.attrName===s.name){const o=s.value.replace(r,"");o?t.setAttribute(s.name,o):t.removeAttribute(s.name);const i=new H(t,s.name,n[c]);e.parts.push(i)}}X(t,n,o,e)}function tt(t){const n=[];for(let o=0;o<t.strings.length;o++)if(n.push(t.strings[o]),o<t.values.length){const e=t.values[o];e instanceof P?n.push(tt(e)):Array.isArray(e)&&e.length>0&&e[0]instanceof P?n.push(e.map(t=>tt(t)).join("")):R(e)?n.push(I(e.value)):"function"!=typeof e&&n.push(I(e??""))}return n.join("")}function nt(t){const n=t.join("");let o=!1,e="",c=-1,s=!1;for(let t=0;t<n.length;t++){const r=n[t];o?r===e&&(o=!1):'"'===r||"'"===r?(o=!0,e=r):"<"===r?(c=t,s=!1):">"===r&&c>=0&&!o&&(s=!0)}return c>=0&&!s}function ot(t,n){const o=new Q,e=function(t){const n=[],o=[];let e=!1;for(let c=0;c<t.strings.length;c++)if(o.push(t.strings[c]),e=nt(o),c<t.values.length){const s=t.values[c];if(s instanceof P)o.push(tt(s));else if(Array.isArray(s)&&s.length>0&&s[0]instanceof P)o.push(s.map(t=>tt(t)).join(""));else if("function"==typeof s);else if(R(s))if(e){const t=s.value;o.push(null!=t?I(t):"")}else{n.push(c);const t=s.value;o.push(null!=t?I(t):"")}else o.push(I(s??""))}return{indices:n,nextIdx:0}}(t);return et(n,t.values,o,e),o}function et(t,n,o,e){const c=[...t.childNodes];for(const s of c)8===s.nodeType?ct(s,n,t,o,e):1===s.nodeType&&st(s,n,o,e)}function ct(t,n,o,e,c){const s=c.indices[c.nextIdx++]??-1,r=t.previousSibling;let i;if(r&&3===r.nodeType?i=r:(i=document.createTextNode(""),o.insertBefore(i,t)),s>=0&&s<n.length){const t=n[s];if(R(t)){const n=E(()=>{i.textContent=null!=t.value?String(t.value):""});e.parts.push({destroy(){n(),i.remove()}})}else i.textContent=null!=t?String(t):""}o.removeChild(t)}function st(t,n,o,e){const c=t.getAttribute("data-kp");if(c){const e=c.split(",");for(const c of e){const e=c.indexOf(":"),s=c.indexOf(":",e+1),r=parseInt(c.substring(0,e),10),i=c.substring(e+1,s),f=c.substring(s+1);if(r>=0&&r<n.length)if("e"===i){const e=new L(t,f,n[r]);e.mount(),o.parts.push(e)}else if("a"===i){const e=new H(t,f,n[r]);e.mount(),o.parts.push(e)}}t.removeAttribute("data-kp")}et(t,n,o,e)}function rt(t){const{props:n=[],setup:o}=t;function e(t={},e=null){const c={};for(const o of n)c[o]=J(t[o]);const s=o(c,e)(),r=document.createDocumentFragment(),i=V(s,r);return{get element(){return r},_:i,destroy(){i.destroy()},update(t){for(const o of n)o in t&&c[o]&&(c[o].value=t[o])}}}return e.v=!0,e.O=n,e}const it=new Map;function ft(t,n){it.set(t,n)}function ut(t){return it.get(t)}function lt(t){return it.has(t)}function at(){it.clear()}function ht(t){const n={};for(const o in t)Object.prototype.hasOwnProperty.call(t,o)&&(n[o]=J(t[o]));const o=Object.keys(n);return new Proxy({},{get(t,o){if("symbol"==typeof o)return;const e=n[o];return e?e.value:void 0},set(t,e,c){const s=n[e];return s?s.value=c:(n[e]=J(c),o.push(e)),!0},has:(t,o)=>o in n,ownKeys:()=>o,getOwnPropertyDescriptor(t,o){if(o in n)return{enumerable:!0,configurable:!0}}})}const pt=new Map;function dt(t,n){let o=pt.get(t);return o||(o=new Function("__s__",`with(__s__){return(${t})}`),pt.set(t,o)),o(n)}function mt(t){const n=t.split("."),o=n[0],e=n.slice(1),c=o.indexOf(":");return-1===c?{base:o,arg:null,modifiers:e}:{base:o.substring(0,c),arg:o.substring(c+1),modifiers:e}}function yt(t,n,o,e){const c=E(()=>{const e=dt(n,o);t.style.display=e?"":"none"});e.push(c)}function gt(t,n,o,e){const c=E(()=>{t.textContent=String(dt(n,o)??"")});e.push(c)}function wt(t,n,o,e){const c=E(()=>{t.innerHTML=String(dt(n,o)??"")});e.push(c)}function bt(t,n,o,e,c){const s=E(()=>{const c=dt(n,e);!1===c||null==c?t.removeAttribute(o):!0===c?t.setAttribute(o,""):t.setAttribute(o,String(c))});c.push(s)}function kt(t,n,o,c,s,r){const i=c.includes("stop"),f=c.includes("prevent"),u=c.includes("once"),l=c.includes("self"),a=o=>{l&&o.target!==t||(i&&o.stopPropagation(),f&&o.preventDefault(),function(t,n){const o="$$"+t;let e=pt.get(o);e||(e=new Function("__s__",`with(__s__){${t}}`),pt.set(o,e)),e(n)}(n,s),e())};t.addEventListener(o,a,{once:u}),r.push(()=>t.removeEventListener(o,a))}function St(t,n,o,c){const s=E(()=>{const e=dt(n,o);t.value=null!=e?String(e):""});c.push(s);const r=()=>{const c=n.trim().split(".");if(1===c.length)o[c[0]]=t.value;else{const e=c.slice(0,-1).join("."),s=c[c.length-1];try{const n=dt(e,o);n&&"object"==typeof n&&(n[s]=t.value)}catch(e){o[n]=t.value}}e()};t.addEventListener("input",r),c.push(()=>t.removeEventListener("input",r))}function _t(t){return t.startsWith("k-")||t.startsWith(":")||t.startsWith("@")}function vt(t){return t.startsWith(":")?"k-bind:"+t.substring(1):t.startsWith("@")?"k-on:"+t.substring(1):t}function Ot(t,n,o){const e=[...t.attributes];for(const c of e){const e=c.name,s=c.value;if(!_t(e))continue;const r=vt(e),{base:i,arg:f,modifiers:u}=mt(r);switch(i){case"k-show":yt(t,s,n,o);break;case"k-text":gt(t,s,n,o);break;case"k-html":wt(t,s,n,o);break;case"k-bind":f&&bt(t,s,f,n,o);break;case"k-on":f&&kt(t,s,f,u,n,o);break;case"k-model":St(t,s,n,o)}}}function xt(t,n,o){for(const e of t.children)e.hasAttribute("k-data")||(Ot(e,n,o),xt(e,n,o))}function jt(t,n){const o=t.getAttribute("k-data");let e={};try{e=dt(o,ht({}))||{}}catch(t){}const c=ht(e);Ot(t,c,n),xt(t,c,n);for(const o of t.children)o.hasAttribute("k-data")&&jt(o,n)}function Tt(t){const n=[];if(t.hasAttribute&&t.hasAttribute("k-data"))jt(t,n);else{const o=t.querySelectorAll?t.querySelectorAll("[k-data]"):[];if(o.length>0)for(const e of o){let o=!1,c=e.parentElement;for(;c&&c!==t;){if(c.hasAttribute("k-data")){o=!0;break}c=c.parentElement}o||jt(e,n)}else{const o=ht({});for(const e of t.children)Ot(e,o,n),xt(e,o,n)}}return{destroy(){for(const t of n)t();n.length=0}}}const $t={"en-US":{"modal.close":"Close","dialog.ok":"OK","dialog.cancel":"Cancel","table.empty":"No data","pagination.page":"Page","pagination.of":"of","select.placeholder":"Select...","datepicker.placeholder":"Select date","timepicker.placeholder":"Select time","fileupload.drag":"Drag files here or","fileupload.browse":"Browse","empty.text":"No data","datepicker.months":"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec","datepicker.weekdays":"Mo,Tu,We,Th,Fr,Sa,Su","timepicker.placeholder":"Select time"},"zh-CN":{"modal.close":"关闭","dialog.ok":"确定","dialog.cancel":"取消","table.empty":"暂无数据","pagination.page":"页","pagination.of":"/","select.placeholder":"请选择","datepicker.placeholder":"选择日期","datepicker.months":"1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月","datepicker.weekdays":"一,二,三,四,五,六,日","timepicker.placeholder":"选择时间","fileupload.drag":"拖拽文件到此处或","fileupload.browse":"浏览","empty.text":"暂无数据"}};let Mt="en-US";function Nt(t){Mt=t}function At(){return Mt}function Ct(t,n={}){let o=($t[Mt]||$t["en-US"])[t]||t;for(const[t,e]of Object.entries(n))o=o.replace(`{${t}}`,e);return o}function Jt(t,n){$t[t]||($t[t]={}),Object.assign($t[t],n)}function zt(t,n={}){const{fallback:o=null,onError:e=null}=n;try{return t()}catch(t){if(e)try{e(t)}catch(t){}const n=document.createDocumentFragment();if(o)try{const e="function"==typeof o?o(t):o;if("string"==typeof e){const t=document.createElement("div");t.className="ds-error-boundary",t.textContent=e,n.appendChild(t)}else V(e,n)}catch(o){const e=document.createElement("div");e.className="ds-error-boundary",e.textContent=`Component error: ${t.message}`,n.appendChild(e)}else{const o=document.createElement("div");o.className="ds-error-boundary",o.textContent=`Component error: ${t.message}`,n.appendChild(o)}return{element:n,error:t}}}function Et(t,n="default"){let o=null,e=null;async function c(){return o||(e||(e=t().then(t=>{if("function"==typeof t.default)o=t.default;else if("default"!==n&&"function"==typeof t[n])o=t[n];else{const n=Object.keys(t);for(const e of n)if("function"==typeof t[e]){o=t[e];break}}if(!o)throw new Error("[Kupola lazy] No component factory found in module");return e=null,o}),e))}async function s(...t){return(await c())(...t)}return s.j=t,s.T=()=>null!==o,s.$=c,s}async function Ft(t){if("function"!=typeof t.$)throw new TypeError("[Kupola preload] Argument must be a lazy component from lazyComponent()");await t.$()}export{zt as ErrorBoundary,C as Signal,P as TemplateResult,Jt as addMessages,D as batch,at as clearRegistry,z as computed,rt as defineComponent,w as disableProfiler,E as effect,g as enableProfiler,e as flushJobs,ut as getComponent,At as getLocale,S as getProfileReport,lt as hasComponent,q as html,ot as hydrate,Et as lazyComponent,Ft as preloadComponent,_ as printProfileReport,ft as register,V as render,b as resetProfiler,c as resetScheduler,Nt as setLocale,J as signal,Ct as t,Tt as walk};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kupola/kupola",
3
- "version": "2.0.0-beta.6",
3
+ "version": "2.0.0-beta.8",
4
4
  "description": "A modern, modular UI component library for any web project. Zero framework dependencies, tree-shakeable imports. 这是一个现代、模块化的 UI 组件库,适用于任何 Web 项目。零框架依赖,支持按需引入(tree-shakeable)。",
5
5
  "main": "dist/kupola-core.esm.js",
6
6
  "module": "dist/kupola-core.esm.js",
@@ -15,212 +15,212 @@
15
15
  "exports": {
16
16
  ".": {
17
17
  "import": "./dist/kupola-core.esm.js",
18
- "require": "./dist/kupola-core.cjs.js",
18
+ "require": "./dist/kupola-core.cjs",
19
19
  "types": "./packages/core/src/components/types.d.ts"
20
20
  },
21
21
  "./core": {
22
22
  "import": "./dist/kupola-core.esm.js",
23
- "require": "./dist/kupola-core.cjs.js",
23
+ "require": "./dist/kupola-core.cjs",
24
24
  "types": "./packages/core/src/components/types.d.ts"
25
25
  },
26
26
  "./i18n": {
27
27
  "import": "./dist/kupola-core-i18n.esm.js",
28
- "require": "./dist/kupola-core-i18n.cjs.js"
28
+ "require": "./dist/kupola-core-i18n.cjs"
29
29
  },
30
30
  "./css": "./dist/css/index.css",
31
31
  "./css/tokens": "./dist/css/tokens.css",
32
32
  "./css/components": "./dist/css/components.css",
33
33
  "./components/modal": {
34
34
  "import": "./dist/kupola-core-modal.esm.js",
35
- "require": "./dist/kupola-core-modal.cjs.js"
35
+ "require": "./dist/kupola-core-modal.cjs"
36
36
  },
37
37
  "./components/dropdown": {
38
38
  "import": "./dist/kupola-core-dropdown.esm.js",
39
- "require": "./dist/kupola-core-dropdown.cjs.js"
39
+ "require": "./dist/kupola-core-dropdown.cjs"
40
40
  },
41
41
  "./components/drawer": {
42
42
  "import": "./dist/kupola-core-drawer.esm.js",
43
- "require": "./dist/kupola-core-drawer.cjs.js"
43
+ "require": "./dist/kupola-core-drawer.cjs"
44
44
  },
45
45
  "./components/collapse": {
46
46
  "import": "./dist/kupola-core-collapse.esm.js",
47
- "require": "./dist/kupola-core-collapse.cjs.js"
47
+ "require": "./dist/kupola-core-collapse.cjs"
48
48
  },
49
49
  "./components/tabs": {
50
50
  "import": "./dist/kupola-core-tabs.esm.js",
51
- "require": "./dist/kupola-core-tabs.cjs.js"
51
+ "require": "./dist/kupola-core-tabs.cjs"
52
52
  },
53
53
  "./components/select": {
54
54
  "import": "./dist/kupola-core-select.esm.js",
55
- "require": "./dist/kupola-core-select.cjs.js"
55
+ "require": "./dist/kupola-core-select.cjs"
56
56
  },
57
57
  "./components/pagination": {
58
58
  "import": "./dist/kupola-core-pagination.esm.js",
59
- "require": "./dist/kupola-core-pagination.cjs.js"
59
+ "require": "./dist/kupola-core-pagination.cjs"
60
60
  },
61
61
  "./components/datepicker": {
62
62
  "import": "./dist/kupola-core-datepicker.esm.js",
63
- "require": "./dist/kupola-core-datepicker.cjs.js"
63
+ "require": "./dist/kupola-core-datepicker.cjs"
64
64
  },
65
65
  "./components/dialog": {
66
66
  "import": "./dist/kupola-core-dialog.esm.js",
67
- "require": "./dist/kupola-core-dialog.cjs.js"
67
+ "require": "./dist/kupola-core-dialog.cjs"
68
68
  },
69
69
  "./components/notification": {
70
70
  "import": "./dist/kupola-core-notification.esm.js",
71
- "require": "./dist/kupola-core-notification.cjs.js"
71
+ "require": "./dist/kupola-core-notification.cjs"
72
72
  },
73
73
  "./components/tooltip": {
74
74
  "import": "./dist/kupola-core-tooltip.esm.js",
75
- "require": "./dist/kupola-core-tooltip.cjs.js"
75
+ "require": "./dist/kupola-core-tooltip.cjs"
76
76
  },
77
77
  "./components/alert": {
78
78
  "import": "./dist/kupola-core-alert.esm.js",
79
- "require": "./dist/kupola-core-alert.cjs.js"
79
+ "require": "./dist/kupola-core-alert.cjs"
80
80
  },
81
81
  "./components/switch": {
82
82
  "import": "./dist/kupola-core-switch.esm.js",
83
- "require": "./dist/kupola-core-switch.cjs.js"
83
+ "require": "./dist/kupola-core-switch.cjs"
84
84
  },
85
85
  "./components/progress": {
86
86
  "import": "./dist/kupola-core-progress.esm.js",
87
- "require": "./dist/kupola-core-progress.cjs.js"
87
+ "require": "./dist/kupola-core-progress.cjs"
88
88
  },
89
89
  "./components/tag": {
90
90
  "import": "./dist/kupola-core-tag.esm.js",
91
- "require": "./dist/kupola-core-tag.cjs.js"
91
+ "require": "./dist/kupola-core-tag.cjs"
92
92
  },
93
93
  "./components/badge": {
94
94
  "import": "./dist/kupola-core-badge.esm.js",
95
- "require": "./dist/kupola-core-badge.cjs.js"
95
+ "require": "./dist/kupola-core-badge.cjs"
96
96
  },
97
97
  "./components/divider": {
98
98
  "import": "./dist/kupola-core-divider.esm.js",
99
- "require": "./dist/kupola-core-divider.cjs.js"
99
+ "require": "./dist/kupola-core-divider.cjs"
100
100
  },
101
101
  "./components/skeleton": {
102
102
  "import": "./dist/kupola-core-skeleton.esm.js",
103
- "require": "./dist/kupola-core-skeleton.cjs.js"
103
+ "require": "./dist/kupola-core-skeleton.cjs"
104
104
  },
105
105
  "./components/spin": {
106
106
  "import": "./dist/kupola-core-spin.esm.js",
107
- "require": "./dist/kupola-core-spin.cjs.js"
107
+ "require": "./dist/kupola-core-spin.cjs"
108
108
  },
109
109
  "./components/empty": {
110
110
  "import": "./dist/kupola-core-empty.esm.js",
111
- "require": "./dist/kupola-core-empty.cjs.js"
111
+ "require": "./dist/kupola-core-empty.cjs"
112
112
  },
113
113
  "./components/timeline": {
114
114
  "import": "./dist/kupola-core-timeline.esm.js",
115
- "require": "./dist/kupola-core-timeline.cjs.js"
115
+ "require": "./dist/kupola-core-timeline.cjs"
116
116
  },
117
117
  "./components/kbd": {
118
118
  "import": "./dist/kupola-core-kbd.esm.js",
119
- "require": "./dist/kupola-core-kbd.cjs.js"
119
+ "require": "./dist/kupola-core-kbd.cjs"
120
120
  },
121
121
  "./components/countdown": {
122
122
  "import": "./dist/kupola-core-countdown.esm.js",
123
- "require": "./dist/kupola-core-countdown.cjs.js"
123
+ "require": "./dist/kupola-core-countdown.cjs"
124
124
  },
125
125
  "./components/breadcrumb": {
126
126
  "import": "./dist/kupola-core-breadcrumb.esm.js",
127
- "require": "./dist/kupola-core-breadcrumb.cjs.js"
127
+ "require": "./dist/kupola-core-breadcrumb.cjs"
128
128
  },
129
129
  "./components/checkbox": {
130
130
  "import": "./dist/kupola-core-checkbox.esm.js",
131
- "require": "./dist/kupola-core-checkbox.cjs.js"
131
+ "require": "./dist/kupola-core-checkbox.cjs"
132
132
  },
133
133
  "./components/radio": {
134
134
  "import": "./dist/kupola-core-radio.esm.js",
135
- "require": "./dist/kupola-core-radio.cjs.js"
135
+ "require": "./dist/kupola-core-radio.cjs"
136
136
  },
137
137
  "./components/input": {
138
138
  "import": "./dist/kupola-core-input.esm.js",
139
- "require": "./dist/kupola-core-input.cjs.js"
139
+ "require": "./dist/kupola-core-input.cjs"
140
140
  },
141
141
  "./components/avatar": {
142
142
  "import": "./dist/kupola-core-avatar.esm.js",
143
- "require": "./dist/kupola-core-avatar.cjs.js"
143
+ "require": "./dist/kupola-core-avatar.cjs"
144
144
  },
145
145
  "./components/slider": {
146
146
  "import": "./dist/kupola-core-slider.esm.js",
147
- "require": "./dist/kupola-core-slider.cjs.js"
147
+ "require": "./dist/kupola-core-slider.cjs"
148
148
  },
149
149
  "./components/numberinput": {
150
150
  "import": "./dist/kupola-core-numberinput.esm.js",
151
- "require": "./dist/kupola-core-numberinput.cjs.js"
151
+ "require": "./dist/kupola-core-numberinput.cjs"
152
152
  },
153
153
  "./components/textarea": {
154
154
  "import": "./dist/kupola-core-textarea.esm.js",
155
- "require": "./dist/kupola-core-textarea.cjs.js"
155
+ "require": "./dist/kupola-core-textarea.cjs"
156
156
  },
157
157
  "./components/statcard": {
158
158
  "import": "./dist/kupola-core-statcard.esm.js",
159
- "require": "./dist/kupola-core-statcard.cjs.js"
159
+ "require": "./dist/kupola-core-statcard.cjs"
160
160
  },
161
161
  "./components/timepicker": {
162
162
  "import": "./dist/kupola-core-timepicker.esm.js",
163
- "require": "./dist/kupola-core-timepicker.cjs.js"
163
+ "require": "./dist/kupola-core-timepicker.cjs"
164
164
  },
165
165
  "./components/carousel": {
166
166
  "import": "./dist/kupola-core-carousel.esm.js",
167
- "require": "./dist/kupola-core-carousel.cjs.js"
167
+ "require": "./dist/kupola-core-carousel.cjs"
168
168
  },
169
169
  "./components/tree": {
170
170
  "import": "./dist/kupola-core-tree.esm.js",
171
- "require": "./dist/kupola-core-tree.cjs.js"
171
+ "require": "./dist/kupola-core-tree.cjs"
172
172
  },
173
173
  "./components/menu": {
174
174
  "import": "./dist/kupola-core-menu.esm.js",
175
- "require": "./dist/kupola-core-menu.cjs.js"
175
+ "require": "./dist/kupola-core-menu.cjs"
176
176
  },
177
177
  "./components/fileupload": {
178
178
  "import": "./dist/kupola-core-fileupload.esm.js",
179
- "require": "./dist/kupola-core-fileupload.cjs.js"
179
+ "require": "./dist/kupola-core-fileupload.cjs"
180
180
  },
181
181
  "./components/dynamictags": {
182
182
  "import": "./dist/kupola-core-dynamictags.esm.js",
183
- "require": "./dist/kupola-core-dynamictags.cjs.js"
183
+ "require": "./dist/kupola-core-dynamictags.cjs"
184
184
  },
185
185
  "./components/imagepreview": {
186
186
  "import": "./dist/kupola-core-imagepreview.esm.js",
187
- "require": "./dist/kupola-core-imagepreview.cjs.js"
187
+ "require": "./dist/kupola-core-imagepreview.cjs"
188
188
  },
189
189
  "./components/colorpicker": {
190
190
  "import": "./dist/kupola-core-colorpicker.esm.js",
191
- "require": "./dist/kupola-core-colorpicker.cjs.js"
191
+ "require": "./dist/kupola-core-colorpicker.cjs"
192
192
  },
193
193
  "./components/virtuallist": {
194
194
  "import": "./dist/kupola-core-virtuallist.esm.js",
195
- "require": "./dist/kupola-core-virtuallist.cjs.js"
195
+ "require": "./dist/kupola-core-virtuallist.cjs"
196
196
  },
197
197
  "./components/icons": {
198
198
  "import": "./dist/kupola-core-icons.esm.js",
199
- "require": "./dist/kupola-core-icons.cjs.js"
199
+ "require": "./dist/kupola-core-icons.cjs"
200
200
  },
201
201
  "./components/message": {
202
202
  "import": "./dist/kupola-core-message.esm.js",
203
- "require": "./dist/kupola-core-message.cjs.js"
203
+ "require": "./dist/kupola-core-message.cjs"
204
204
  },
205
205
  "./components/heatmap": {
206
206
  "import": "./dist/kupola-core-heatmap.esm.js",
207
- "require": "./dist/kupola-core-heatmap.cjs.js"
207
+ "require": "./dist/kupola-core-heatmap.cjs"
208
208
  },
209
209
  "./components/calendar": {
210
210
  "import": "./dist/kupola-core-calendar.esm.js",
211
- "require": "./dist/kupola-core-calendar.cjs.js"
211
+ "require": "./dist/kupola-core-calendar.cjs"
212
212
  },
213
213
  "./components/validation": {
214
214
  "import": "./dist/kupola-core-validation.esm.js",
215
- "require": "./dist/kupola-core-validation.cjs.js"
215
+ "require": "./dist/kupola-core-validation.cjs"
216
216
  },
217
217
  "./components/form": {
218
218
  "import": "./dist/kupola-core-form.esm.js",
219
- "require": "./dist/kupola-core-form.cjs.js"
219
+ "require": "./dist/kupola-core-form.cjs"
220
220
  },
221
221
  "./components/table": {
222
222
  "import": "./dist/kupola-core-table.esm.js",
223
- "require": "./dist/kupola-core-table.cjs.js"
223
+ "require": "./dist/kupola-core-table.cjs"
224
224
  },
225
225
  "./version.json": "./version.json"
226
226
  },