@trintel/zooy 1.7.1 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trintel/zooy",
3
- "version": "1.7.1",
3
+ "version": "1.9.0",
4
4
  "description": "UI Building Blocks",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -38,8 +38,8 @@
38
38
  "prepare": "vp config"
39
39
  },
40
40
  "dependencies": {
41
- "@carbon/icons": "^11.77.1",
42
- "@carbon/web-components": "^2.51.1",
41
+ "@carbon/icons": "^11.79.0",
42
+ "@carbon/web-components": "^2.53.0",
43
43
  "@ibm/plex": "^6.4.1",
44
44
  "badu": "^8.6.0",
45
45
  "material-components-web": "^14.0.0"
@@ -1 +0,0 @@
1
- var It=Object.create;var Q=Object.defineProperty;var Pt=Object.getOwnPropertyDescriptor;var kt=Object.getOwnPropertyNames;var yt=Object.getPrototypeOf,_t=Object.prototype.hasOwnProperty;var Ct=(t,e,s,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of kt(e))!_t.call(t,o)&&o!==s&&Q(t,o,{get:()=>e[o],enumerable:!(n=Pt(e,o))||n.enumerable});return t};var d=(t,e,s)=>(s=t!=null?It(yt(t)):{},Ct(e||!t||!t.__esModule?Q(s,"default",{value:t,enumerable:!0}):s,t));const m=require("./component-library-registry-BBQV6Kpv.js"),i=require("./zoo-Cpc0eKfk.js");let at=require("badu"),B=require("ramda");B=m.__toESM(B);let xt=require("@carbon/web-components/lib/components/data-table/defs.js");var wt=m.__exportAll({cdsTableWrap:()=>Mt}),X=(t,e,s)=>{const n=customElements.get("cds-table"),o=customElements.get("cds-pagination"),a=customElements.get(n.selectorTableBatchActions);customElements.get("cds-popover");const r=e.dataBinder,c=e.pagination,p=e.skeleton,S=e.querySelector(n.selectorTableToolbarSearch),W=e.querySelector(n.selectorTableBatchActions),x=e.querySelector(n.selectorTableBody),O=["button","a","input","select","textarea",'[role="button"]',".cds--table-expand",".cds--table-column-checkbox"].join(","),Z=e.querySelectorAll(n.selectorHeaderCell+"[is-sortable]"),ct=e.isSortable||Z.length>0,z=Symbol(),L=Symbol(),w=new Map,lt=l=>{t.listen(e,"click",u=>{const v=u.target.closest(n.selectorTableRow);if(!v||u.composedPath().some(h=>h.matches&&h.matches(O)))return;u.stopPropagation();const g=i.getSemanticAttributes(v);t.dispatchPanelEvent(l,{...g})})},dt=l=>{t.listen(e,n.eventExpandoToggle,u=>{const v=u.target,g=v.tagName==="CDS-TABLE-HEADER-ROW",h=u.detail.expanded,E={tableAttrs:s,...i.getSemanticAttributes(v),target:v,allRows:g,didExpand:h};t.dispatchPanelEvent(l,E)})},pt=l=>{w.set(z,u=>{t.dispatchPanelEvent(l,u)})},ut=l=>{w.set(L,u=>{const v=u.detail.selectedRows,g=Math.min(v.length,W.totalRowsCount),h=u.target,E=i.getSemanticAttributes(h),I=v.map(i.getSemanticAttributes),y={tableAttrs:s,...E,target:h,selectCount:g,selection:I};t.dispatchPanelEvent(l,y)})},vt=l=>{t.listen(e,n.eventTableRowSelect,u=>{const v=u.target,g=u.detail.selectedRows||[],h=g.length,E=g.map(i.getSemanticAttributes),I={tableAttrs:s,...i.getSemanticAttributes(v),selectCount:h,selection:E,target:v};t.dispatchPanelEvent(l,I)})},mt=()=>{t.listen(e,n.eventBeforeSort,l=>{const u=l.target,v=l.detail.oldSortDirection,g=l.detail.sortDirection,h=i.getSemanticAttributes(u),E=h.sortField,I=g===xt.TABLE_SORT_DIRECTION.DESCENDING?`-${E}`:E;l.cancelBubble=!0,l.stopPropagation(),l.preventDefault(),x.innerHTML="",p&&p.show(),Z.forEach((_,b)=>{_===u?(_.setAttribute("sort-active","true"),_.setAttribute("sort-direction",g)):(_.removeAttribute("sort-active"),_.setAttribute("sort-direction","none"))});const y={ordering:I};r.fetchData(y).then(()=>{c.setData(r),p&&p.hide()}),w.has(z)&&w.get(z)({tableAttrs:s,...h,sortNow:g,sortWas:v,sortField:E,ordering:I,target:u})})},gt=()=>{t.listen(e,n.eventTableRowSelectAll,l=>{l.detail.selectedRows.length===0&&e.querySelectorAll(n.selectorTableRow).forEach(u=>{u.disabled=!1,u.selected=!1}),w.has(L)&&w.get(L)(l)})},ft=()=>{t.listen(e,n.eventBeforeChangeSelectionAll,l=>{l.stopPropagation(),l.detail.callback&&l.detail.callback()})},ht=l=>{const u=e.querySelector("cds-table-header-row");t.listen(l,a.eventClickSelectAll,v=>{v.stopPropagation(),u.dispatchEvent(new CustomEvent(n.eventBeforeChangeSelectionAll,{bubbles:!0,cancelable:!0,composed:!0,detail:{selected:!0,callback:()=>{l.selectedRowsCount=l.totalRowsCount,e.querySelectorAll(n.selectorTableRow).forEach(g=>{g.disabled=!0})}}}))})},bt=l=>{t.listen(l,"keydown",u=>{if(u.key==="Enter"){p&&p.show(),c.totalItems=0,e.querySelector("cds-table-body").replaceChildren();const v={search:l.value||"",offset:0};r.fetchData(v).then(()=>{c.setData(r),p&&p.hide()})}})},Et=l=>{t.listen(l,n.eventSearchInput,u=>{if((u.detail.value||"")===""){const v={search:"",offset:0};p&&p.show(),r.fetchData(v).then(()=>{p&&p.hide(),c.setData(r)})}})},At=l=>{l.caret=!1;const u=l.querySelector("cds-icon-button, button:not([slot])"),v=l.querySelectorAll("cds-checkbox"),g=l.querySelectorAll("cds-modal-footer-button"),h=[...l.querySelectorAll("cds-checkbox-group")].map(i.getSemanticAttributes).map(B.pathOr("noop",["zoo","filter","field"])).reduce((b,A)=>(b[A]=null,b),{offset:0});if(!u||!g){console.error("Improperly configured Batch Filter popover");return}new MutationObserver(()=>{l.classList.toggle("cds--overflow-menu--open",l.open)}).observe(l,{attributes:!0,attributeFilter:["open"]});const E=Symbol(),I=Symbol(),y=[...g].reduce((b,A,C)=>(A.hasAttribute("reset-filter")&&b.set(E,A),A.hasAttribute("apply-filter")&&b.set(I,A),b),new Map),_=()=>{const b=new Map;return v.forEach(A=>{const C=A.getAttribute("id");if(!C||!C.includes(":"))return;const[N,M]=C.split(":");b.has(N)||b.set(N,[]),A.checked&&b.get(N).push(M)}),b};if(y.has(E)){const b=A=>A.checked=!1;t.listen(y.get(E),"click",A=>{A.stopPropagation(),v.forEach(b),p&&p.show(),r.fetchData(h).then(()=>{c&&c.setData(r),p&&p.hide(),l.open=!1})})}y.has(I)&&t.listen(y.get(I),"click",b=>{b.stopPropagation();const A=[..._()].reduce((C,[N,M])=>(C[N]=Array.isArray(M)&&M.length===0?null:M,C),{offset:0});p&&p.show(),r.fetchData(A).then(()=>{c&&c.setData(r),p&&p.hide(),l.open=!1})}),t.listen(u,"click",b=>{b.stopPropagation(),l.open=!l.open,l.classList.toggle("cds--overflow-menu--open",l.open)})},St=()=>{t.listen(c,o.eventPageSizeChanged,l=>{const u={limit:c.pageSize,offset:0};r.fetchData(u).then(()=>{c.setData(r)})})},Wt=()=>{let l=null;t.listen(c,o.eventChangeCurrent,u=>{const{page:v}=u.detail,g=c.pageSize,h=(v-1)*g;if(h!==l){l=h;const E={limit:g,offset:h};r.fetchData(E).then(()=>{c.setData(r),p&&p.hide()})}})};r&&c&&(St(),Wt()),r&&S&&(bt(S),Et(S));const J=e.querySelector(n.selectorTableToolbarContent);if(J){const l=J.querySelectorAll("cds-popover[data-batch-filter]");r&&l&&l.forEach(At)}e.isSelectable&&(gt(),ft(),W&&ht(W)),r&&ct&&mt();const K={zoo:{event:{row:{click:lt,expand:dt,check:{one:vt,all:ut}},column:{sort:pt}}}};(0,at.objToPaths)(s).forEach(([l,u])=>{B.hasPath(l,K)&&B.path(l,K)(u)})},Dt=t=>{const e=document.createElement("cds-pagination");return e.backwardText="Previous page",e.forwardText="Next page",e.itemsPerPageText="Items per page:",e.pageSize=t.limit,e.size="lg",[10,25,50,100,500].forEach(s=>{const n=document.createElement("cds-select-item");n.value=s.toString(),n.textContent=s.toString(),e.appendChild(n)}),e.setData=s=>{if(s.isPaginated){const{count:n}=B.pick(["count"],s.data);e.pagesUnknown=Math.ceil(n/s.limit)>100,e.totalItems=n,e.pagesUnknown?e.formatStatusWithIndeterminateTotal=({start:o,end:a})=>`${o}–${a} of ${n} item${n<=1?"":"s"}`:delete e.formatStatusWithIndeterminateTotal}},e},Bt=t=>{if(!t.parentNode){console.error("[Carbon Table] Cannot create skeleton: table has no parent node");return}const e=!!t.querySelector("cds-table-header-title"),s=!!t.querySelector("cds-table-header-description"),n=!!t.querySelector("cds-table-toolbar"),o=[...t.querySelectorAll("cds-table-header-cell")].length,a=t.hasAttribute("zebra"),r=t.getAttribute("size"),c=document.createElement("cds-table-skeleton");c.showHeader=e||s,c.showToolbar=n,c.zebra=a,c.columnCount=o,c.size=r,c.show=()=>c.classList.remove("hidden"),c.hide=()=>c.classList.add("hidden");const p=document.createElement("div");return p.classList.add("zoo-datatable-skeleton-wrapper"),t.parentNode.insertBefore(p,t),p.appendChild(c),p.appendChild(t),c},Nt=(t,e)=>{const s=e.getAttribute("zoo-url-api"),n=parseInt(e.getAttribute("data-page-size")||25,10);if(s)return new i.Binder(t,s,e,{urlParams:{limit:n}})},Mt={selector:"cds-table",init:function(t){const e=i.getSemanticAttributes(t),s=this,n=Nt(s,t);if((0,at.isDefAndNotNull)(n)){t.dataBinder=n;const o=Bt(t);t.skeleton=o;const a=Dt(n);t.pagination=a,t.after(a),n.fetchData().then(r=>{o.hide(),a.setData(n),X(s,t,e)})}else X(s,t,e)}},Tt=m.__exportAll({cdsPaginationWrap:()=>Ft}),Ft={selector:"cds-pagination",init:function(t){const e=this,s=customElements.get("cds-pagination");let n=null;e.listen(t,s.eventChangeCurrent,o=>{const a=o.detail.page,r=t.pageSize,c=(a-1)*r;c!==n&&(n=c,e.dispatchPanelEvent("pagination-changed-current",{detail:{page:a,pageSize:r,action:"page-change"}}))}),e.listen(t,s.eventPageSizeChanged,o=>{const a=t.pageSize;n=null,e.dispatchPanelEvent("pagination-changed-page-size",{detail:{page:1,pageSize:a,action:"page-size-change"}})})}},qt=m.__exportAll({cdsModalBodyContentWrap:()=>$t,cdsModalBodyWrap:()=>Ht,cdsModalCloseButWrap:()=>Ut,cdsModalFooterButWrap:()=>Gt,cdsModalFooterWrap:()=>jt,cdsModalHeaderWrap:()=>zt,cdsModalHeadingWrap:()=>Lt,cdsModalLabelWrap:()=>Rt,cdsModalWrap:()=>Ot}),Ot={selector:"cds-modal",init:function(t){const e=customElements.get("cds-modal"),s=i.getSemanticAttributes(t),n=i.getEventAttribute(t,"open-event","event");n&&this.listen(t,"cds-modal-beingopened",r=>{this.dispatchPanelEvent(n,{...s,action:"opened"})});const o=t.getAttribute("before-close-event");o&&this.listen(t,e.eventBeforeClose,r=>{this.dispatchPanelEvent(o,{...s,action:"closing",cancelable:!0})}),this.listen(t,e.eventClose,r=>{this.dispatchPanelEvent("destroy_me",{...s,action:"closed",triggeredBy:r.detail?.triggeredBy})});const a=i.getEventAttribute(t,"primary-event","event");a&&this.listen(t,"cds-modal-primary-focus",r=>{this.dispatchPanelEvent(a,{...s,action:"primary"})})}},zt={selector:"cds-modal-header"},Lt={selector:"cds-modal-heading"},Rt={selector:"cds-modal-label"},Ut={selector:"cds-modal-close-button"},Ht={selector:"cds-modal-body"},$t={selector:"cds-modal-body-content"},jt={selector:"cds-modal-footer"},Gt={selector:"cds-modal-footer-button",init:function(t){const e=i.getSemanticAttributes(t);if(t.getAttribute("type")==="submit"){this.listen(t,"click",n=>{let o=t.closest("form");if(!o){const a=t.getAttribute("form");a&&(o=document.getElementById(a))}o&&o.requestSubmit()});return}const s=e.event;s&&this.listen(t,"click",n=>{n.stopPropagation(),this.dispatchPanelEvent(s,e)})}},Vt=m.__exportAll({cdsMenuButtonWrap:()=>Jt,cdsMenuWrap:()=>Zt}),Zt={selector:"cds-menu",init:function(t){const e=i.getSemanticAttributes(t),s=i.getEventAttribute(t,"open-event");s&&this.listen(t,"cds-menu-opened",o=>{this.dispatchPanelEvent(s,{...e,action:"opened"})});const n=i.getEventAttribute(t,"close-event");n&&this.listen(t,"cds-menu-closed",o=>{this.dispatchPanelEvent(n,{...e,action:"closed"})}),this.listen(t,"click",o=>{if(o.target.tagName==="CDS-MENU-ITEM"){const a=i.getSemanticAttributes(o.target),r=a.event||e.event;r&&(o.stopPropagation(),this.dispatchPanelEvent(r,{...e,...a}))}}),this.listen(t,"cds-item-changed",o=>{const a=o.detail.triggeredBy,r=i.getSemanticAttributes(a),c=r.event||e.event;c&&this.dispatchPanelEvent(c,{...e,...r,action:"selection-changed"})})}},Jt={selector:"cds-menu-button",init:function(t){const e=i.getSemanticAttributes(t),s=t.querySelector("cds-menu");s&&this.listen(s,"click",n=>{if(n.target.tagName==="CDS-MENU-ITEM"){const o=i.getSemanticAttributes(n.target),a=o.event||e.event;a&&(n.stopPropagation(),this.dispatchPanelEvent(a,{...e,...o}))}})}},Kt=m.__exportAll({cdsButFabWrap:()=>te,cdsButtonWrap:()=>Qt,cdsComboButWrap:()=>se,cdsCopyButWrap:()=>ee,cdsIconButToggleWrap:()=>Yt,cdsIconButWrap:()=>Xt}),Qt={selector:"cds-button",init:function(t){const e=i.getSemanticAttributes(t);if(t.getAttribute("type")==="submit"){this.listen(t,"click",n=>{let o=t.closest("form");if(!o){const a=t.getAttribute("form");a&&(o=document.getElementById(a))}o&&o.requestSubmit()});return}const s=e.event;s&&this.listen(t,"click",n=>{n.stopPropagation(),this.dispatchPanelEvent(s,i.getSemanticAttributes(t))})}},Xt={selector:"cds-icon-button:not([data-toggle])",event:"click",getData:(t,e)=>e},Yt={selector:"cds-icon-button[data-toggle]",init:function(t){const e=i.getSemanticAttributes(t);e.event&&this.listen(t,"click",s=>{s.stopPropagation(),t.isSelected=!t.isSelected,this.dispatchPanelEvent(e.event,{...e,isOn:t.isSelected})})}},te={selector:"cds-button[data-fab]",event:"click",getData:(t,e)=>e},ee={selector:"cds-copy-button",init:function(t){const e=i.getSemanticAttributes(t),s=e.event;s&&this.listen(t,"click",o=>{o.stopPropagation(),this.dispatchPanelEvent(s,{...e,action:"copy"})});const n=t.getAttribute("success-event");if(n){const o=new MutationObserver(()=>{t.hasAttribute("feedback-shown")&&this.dispatchPanelEvent(n,{...e,action:"copied"})});o.observe(t,{attributes:!0,attributeFilter:["feedback-shown"]}),t._copyObserver=o}}},se={selector:"cds-combo-button",init:function(t){const e=i.getSemanticAttributes(t);e.event&&this.listen(t,"click",n=>{const o=n.composedPath(),a=o.some(c=>c.tagName==="CDS-MENU-ITEM"),r=o.some(c=>c.tagName==="CDS-ICON-BUTTON");!a&&!r&&(n.stopPropagation(),this.dispatchPanelEvent(e.event,{...e,action:"primary"}))});const s=t.querySelector("cds-menu");s&&this.listen(s,"click",n=>{if(n.target.tagName==="CDS-MENU-ITEM"){const o=i.getSemanticAttributes(n.target),a=o.event||i.getEventAttribute(t,"menu-event","event");a&&this.dispatchPanelEvent(a,{...e,...o,action:"menu-item"})}})}},ne=m.__exportAll({cdsComboBoxWrap:()=>ae,cdsDropdownWrap:()=>oe,cdsMultiSelectWrap:()=>re}),oe={selector:"cds-dropdown",init:function(t){const e=customElements.get("cds-dropdown"),s=i.getSemanticAttributes(t),n=s.event;n&&this.listen(t,e.eventSelect,a=>{this.dispatchPanelEvent(n,{...s,value:t.value,selectedValue:a.detail?.item?.value,selectedText:a.detail?.item?.textContent?.trim()})});const o=t.getAttribute("toggle-event");o&&this.listen(t,e.eventToggle,a=>{this.dispatchPanelEvent(o,{...s,open:t.hasAttribute("open")})})}},ae={selector:"cds-combo-box",init:function(t){const e=customElements.get("cds-combo-box"),s=i.getSemanticAttributes(t),n=s.event;n&&this.listen(t,e.eventSelect,a=>{const r=a.detail?.item;this.dispatchPanelEvent(n,{...s,value:t.value,selectedValue:r?.value,selectedText:r?.textContent?.trim()})});const o=t.getAttribute("toggle-event");o&&this.listen(t,e.eventToggle,a=>{this.dispatchPanelEvent(o,{...s,open:t.hasAttribute("open")})})}},re={selector:"cds-multi-select",init:function(t){const e=customElements.get("cds-multi-select"),s=i.getSemanticAttributes(t),n=s.event;n&&this.listen(t,e.eventSelect,a=>{const r=t.value?t.value.split(","):[];this.dispatchPanelEvent(n,{...s,selectedItems:r})});const o=t.getAttribute("toggle-event");o&&this.listen(t,e.eventToggle,a=>{this.dispatchPanelEvent(o,{...s,open:t.hasAttribute("open")})})}},ie=m.__exportAll({cdsDatePickerWrap:()=>ce,cdsTimePickerWrap:()=>le}),ce={selector:"cds-date-picker",init:function(t){const e=customElements.get("cds-date-picker"),s=i.getSemanticAttributes(t),n=t.querySelector('cds-date-picker-input[kind="from"]'),o=t.querySelector('cds-date-picker-input[kind="to"]'),a=n&&o,r=s.event;r&&this.listen(t,e.eventChange,p=>{let S;a?S={from:n.value||"",to:o.value||""}:S=t.value,this.dispatchPanelEvent(r,{...s,value:S})});const c=t.getAttribute("error-event");c&&this.listen(t,e.eventFlatpickrError,p=>{this.dispatchPanelEvent(c,{...s,error:p.detail})})}},le={selector:"cds-time-picker",event:"cds-time-picker-changed",getData:(t,e,s)=>({...e,value:s.value})},de=m.__exportAll({cdsFileUploaderButtonWrap:()=>ue,cdsFileUploaderDropContainerWrap:()=>ge,cdsFileUploaderWrap:()=>pe}),pe={selector:"cds-file-uploader",init:function(t){const e=i.getSemanticAttributes(t),s=e.event;if(s){const o=t.querySelector('input[type="file"]');o&&this.listen(o,"change",a=>{this.dispatchPanelEvent(s,{...e,files:Array.from(a.target.files||[])})})}const n=t.getAttribute("delete-event");n&&this.listen(t,"cds-file-uploader-item-deleted",o=>{this.dispatchPanelEvent(n,{...e,fileName:o.detail?.fileName,fileId:o.detail?.fileId})})}};function rt(t,e){const s=new DataTransfer;for(const n of e)s.items.add(n);t.files=s.files,t.dispatchEvent(new Event("change",{bubbles:!0}))}function it(t){const e=t.getAttribute("for");if(!e)return console.warn(`[Zooy] ${t.tagName.toLowerCase()} missing 'for' attribute; cannot bind to a form input.`,t),null;const s=t.ownerDocument.getElementById(e);return!s||s.tagName!=="INPUT"||s.type!=="file"?(console.warn(`[Zooy] 'for=${e}' did not resolve to an <input type="file">.`,t),null):s}var ue={selector:"cds-file-uploader-button",init:function(t){const e=it(t),s=i.getSemanticAttributes(t),n=s.event;this.listen(t,"cds-file-uploader-button-changed",o=>{const a=o.detail?.addedFiles||[];e&&rt(e,a),n&&this.dispatchPanelEvent(n,{...s,files:Array.from(a)})})}};function ve(t,e,s,n){const o=t.querySelector(`[data-file-list-for="${e}"]`);if(o){o.replaceChildren();for(const a of s){const r=t.createElement("cds-file-uploader-item");r.setAttribute("state","edit"),r.textContent=a.name,r.addEventListener("cds-file-uploader-item-deleted",()=>{n(a.name)}),o.appendChild(r)}}}function me(t,e){const s=new DataTransfer;for(const n of t.files)n.name!==e&&s.items.add(n);t.files=s.files,t.dispatchEvent(new Event("change",{bubbles:!0}))}var ge={selector:"cds-file-uploader-drop-container",init:function(t){const e=it(t),s=i.getSemanticAttributes(t),n=s.event,o=t.getAttribute("for"),a=()=>{if(!o||!e)return;const r=Array.from(e.files);ve(t.ownerDocument,o,r,c=>{me(e,c),a()}),t.multiple||(t.style.display=r.length>0?"none":"")};this.listen(t,"cds-file-uploader-drop-container-changed",r=>{const c=r.detail?.addedFiles||[],p=t.multiple?c:c.slice(0,1);e&&rt(e,p),a(),n&&this.dispatchPanelEvent(n,{...s,files:Array.from(p)})})}},fe=m.__exportAll({cdsAccordionWrap:()=>be,cdsContentSwitcherWrap:()=>Ee,cdsTabsWrap:()=>he}),he={selector:"cds-tabs",init:function(t){const e=customElements.get("cds-tabs"),s=i.getSemanticAttributes(t),n=t.getAttribute("before-select-event");n&&this.listen(t,e.eventBeforeSelect,a=>{this.dispatchPanelEvent(n,{...s,tabValue:a.detail.value,cancelable:!0})});const o=s.event;o&&this.listen(t,e.eventSelect,a=>{const r=a.detail.item,c=i.getSemanticAttributes(r);this.dispatchPanelEvent(o,{...s,...c,tabValue:a.detail.value})})}},be={selector:"cds-accordion",init:function(t){const e=customElements.get("cds-accordion-item"),s=i.getSemanticAttributes(t);[...t.querySelectorAll("cds-accordion-item")].forEach(n=>{const o=i.getSemanticAttributes(n),a=o.event||s.event;a&&this.listen(n,e.eventToggle,r=>{this.dispatchPanelEvent(a,{...s,...o,open:r.detail.open})})})}},Ee={selector:"cds-content-switcher",init:function(t){const e=customElements.get("cds-content-switcher"),s=i.getSemanticAttributes(t),n=t.getAttribute("before-select-event");n&&this.listen(t,e.eventBeforeSelect,a=>{this.dispatchPanelEvent(n,{...s,value:a.detail.value,cancelable:!0})});const o=s.event;o&&this.listen(t,e.eventSelect,a=>{const r=a.detail.item,c=i.getSemanticAttributes(r);this.dispatchPanelEvent(o,{...s,...c,value:r.getAttribute("value")})})}},Ae=m.__exportAll({cdsBreadCrumbWrap:()=>Ie,cdsBreadcrumbItemWrap:()=>Se,cdsBreadcrumbLinkWrap:()=>We}),Se={selector:"cds-breadcrumb-item"},We={selector:"cds-breadcrumb-link",event:"click",getData:(t,e,s)=>(t.preventDefault(),{...e,href:s.getAttribute("href")})},Ie={selector:"cds-breadcrumb",init:function(t){const e=this,s=i.getSemanticAttributes(t),n=s.event;if(n){const o=r=>{e.dispatchPanelEvent(n,{...s,...r})};e.listen(t,"click",r=>{const c=r.target.closest("cds-breadcrumb-link");c&&(r.preventDefault(),r.stopPropagation(),o(i.getSemanticAttributes(c)))});const a=t.querySelector("cds-overflow-menu-body");a&&e.listen(a,"cds-overflow-menu-item-clicked",r=>{r.stopPropagation(),o(i.getSemanticAttributes(r.target))})}}},Pe=m.__exportAll({cdsNumberInputWrap:()=>_e,cdsPasswordInputWrap:()=>Ce,cdsSearchWrap:()=>xe,cdsTextAreaWrap:()=>ye,cdsTextInputWrap:()=>ke}),ke={selector:"cds-text-input",multiEvent:!0,events:[{type:"input",attrName:"event",getData:(t,e)=>({...e,value:t.currentTarget.value})},{type:"change",attrName:"change-event",getData:(t,e)=>({...e,value:t.currentTarget.value})}]},ye={selector:"cds-textarea",multiEvent:!0,events:[{type:"input",attrName:"event",getData:(t,e)=>({...e,value:t.currentTarget.value})},{type:"change",attrName:"change-event",getData:(t,e)=>({...e,value:t.currentTarget.value})}]},_e={selector:"cds-number-input",event:"cds-number-input",getData:(t,e,s)=>({...e,value:t.detail.value,direction:t.detail.direction})},Ce={selector:"cds-password-input",multiEvent:!0,events:[{type:"input",attrName:"event",getData:(t,e)=>({...e,value:t.currentTarget.value})},{type:"change",attrName:"change-event",getData:(t,e)=>({...e,value:t.currentTarget.value})}]},xe={selector:"cds-search",event:"cds-search-input",getData:(t,e,s)=>({...e,value:s.value})},we=m.__exportAll({cdsCheckboxWrap:()=>De,cdsRadioButGroupWrap:()=>Be,cdsSelectWrap:()=>Me,cdsSliderWrap:()=>Te,cdsToggleWrap:()=>Ne}),De={selector:"cds-checkbox",event:"cds-checkbox-changed",getData:(t,e,s)=>({...e,checked:t.detail.checked,value:s.value})},Be={selector:"cds-radio-button-group",event:"cds-radio-button-group-changed",getData:(t,e)=>({...e,value:t.detail?.value})},Ne={selector:"cds-toggle",event:"cds-toggle-changed",getData:(t,e)=>({...e,isOn:t.detail.checked,value:t.detail.checked})},Me={selector:"cds-select",event:"cds-select-selected",getData:(t,e)=>({...e,value:t.detail.value})},Te={selector:"cds-slider",init:function(t){const e=i.getSemanticAttributes(t),s=e.event;s&&this.listen(t,"cds-slider-changed",o=>{this.dispatchPanelEvent(s,{...e,value:o.detail.value})});const n=t.getAttribute("input-event");n&&this.listen(t,"cds-slider-input-changed",o=>{this.dispatchPanelEvent(n,{...e,value:o.detail.value})})}},Fe=m.__exportAll({cdsFilterTagWrap:()=>ze,cdsSDismissibleTagWrap:()=>Oe,cdsTagsWrap:()=>qe}),qe={selector:"cds-tag",event:"click",getData:(t,e)=>e},Oe={selector:"cds-dismissible-tag",init:function(t){const e=i.getSemanticAttributes(t),s=t.getAttribute("click-event");s&&this.listen(t,"click",o=>{o.target.closest("button")||this.dispatchPanelEvent(s,{...e})});const n=e.event;n&&this.listen(t,"cds-dismissible-tag-closed",o=>{this.dispatchPanelEvent(n,{...e,action:"closed"})})}},ze={selector:"cds-filter-tag",event:"cds-filter-tag-closed",getData:(t,e)=>({...e,action:"remove"})},Le=m.__exportAll({cdsContainedListDescriptionWrap:()=>$e,cdsContainedListItemWrap:()=>je,cdsContainedListWrap:()=>He,cdsOverflowMenuWrap:()=>Re,cdsStructuredListWrap:()=>Ue,cdsTreeViewWrap:()=>Ge}),Re={selector:"cds-overflow-menu",init:function(t){const e=i.getSemanticAttributes(t),s=e.event,n=t.querySelector("cds-overflow-menu-body");s&&n&&this.listen(n,"cds-overflow-menu-item-clicked",o=>{o.stopPropagation();const a=i.getSemanticAttributes(o.target);this.dispatchPanelEvent(s,{...e,...a})})}},Ue={selector:"cds-structured-list",init:function(t){const e=i.getSemanticAttributes(t);[...t.querySelectorAll("cds-structured-list-row")].forEach(s=>{const n=i.getSemanticAttributes(s),o=n.event||e.event;o&&this.listen(s,"click",a=>{a.stopPropagation(),this.dispatchPanelEvent(o,{...e,...n})})}),t.hasAttribute("selection")&&this.listen(t,"cds-structured-list-selected",s=>{const n=s.detail.row,o=i.getSemanticAttributes(n),a=e.event;a&&this.dispatchPanelEvent(a,{...e,...o})})}},He={selector:"cds-contained-list"},$e={selector:"cds-contained-list-description"},je={selector:"cds-contained-list-item",event:"cds-contained-list-item-click",getData:(t,e)=>e},Ge={selector:"cds-tree-view",init:function(t){const e=i.getSemanticAttributes(t);this.listen(t,"cds-tree-node-selected",n=>{const o=n.detail.node,a=i.getSemanticAttributes(o),r=a.event||e.event;r&&this.dispatchPanelEvent(r,{...e,...a,nodeId:o.id,label:o.getAttribute("label")})});const s=i.getEventAttribute(t,"expand-event");s&&this.listen(t,"cds-tree-node-expanded",n=>{this.dispatchPanelEvent(s,{...e,nodeId:n.detail.node.id,expanded:n.detail.expanded})})}},Ve=m.__exportAll({cdsActionableNotificationWrap:()=>Ke,cdsInlineNotificationWrap:()=>Je,cdsToastNotificationWrap:()=>Ze}),Ze={selector:"cds-toast-notification",event:"cds-notification-closed",getData:(t,e)=>({...e,action:"closed"})},Je={selector:"cds-inline-notification",event:"cds-notification-closed",getData:(t,e)=>({...e,action:"closed"})},Ke={selector:"cds-actionable-notification",init:function(t){const e=i.getSemanticAttributes(t),s=i.getEventAttribute(t,"close-event","event");s&&this.listen(t,"cds-notification-closed",o=>{this.dispatchPanelEvent(s,{...e,action:"closed"})});const n=i.getEventAttribute(t,"action-event");n&&this.listen(t,"cds-notification-actioned",o=>{this.dispatchPanelEvent(n,{...e,action:"actioned"})})}},Qe=m.__exportAll({cdsClickableTileWrap:()=>Ye,cdsExpandableTileWrap:()=>ts,cdsRadioTileWrap:()=>ss,cdsSelectableTileWrap:()=>es,cdsTileGroupWrap:()=>ns,cdsTileWrap:()=>Xe}),Xe={selector:"cds-tile"},Ye={selector:"cds-clickable-tile",init:function(t){const e=i.getSemanticAttributes(t),s=e.event;if(s){const n=e.href||t.getAttribute("href")||"";t.removeAttribute("href"),t.addEventListener("click",o=>{o.preventDefault(),o.stopPropagation(),this.dispatchPanelEvent(s,{...e,href:n})},!0)}}},ts={selector:"cds-expandable-tile",init:function(t){const e=i.getSemanticAttributes(t),s=t.getAttribute("before-toggle-event");s&&this.listen(t,"cds-expandable-tile-beingtoggled",o=>{this.dispatchPanelEvent(s,{...e,expanded:o.detail.expanded,cancelable:!0})});const n=e.event;n&&this.listen(t,"cds-expandable-tile-toggled",o=>{this.dispatchPanelEvent(n,{...e,expanded:o.detail.expanded})})}},es={selector:"cds-selectable-tile",event:"cds-selectable-tile-changed",getData:(t,e,s)=>({...e,selected:t.detail.selected,value:s.value})},ss={selector:"cds-radio-tile",event:"cds-radio-tile-selected",getData:(t,e,s)=>({...e,selected:t.detail.selected,name:t.detail.name,value:s.value})},ns={selector:"cds-tile-group",init:function(t){const e=i.getSemanticAttributes(t),s=e.event;s&&(this.listen(t,"cds-current-radio-tile-selection",n=>{const o=n.detail.target;this.dispatchPanelEvent(s,{...e,value:o?.value,name:o?.name,selected:o?.selected})}),this.listen(t,"cds-current-selectable-tile-selections",n=>{const o=n.detail.currentSelections||[];this.dispatchPanelEvent(s,{...e,values:o.map(a=>a.value),names:o.map(a=>a.name),count:o.length})}))}},os=m.__exportAll({cdsInlineLoadingWrap:()=>is,cdsProgressBarWrap:()=>as,cdsProgressIndicatorWrap:()=>rs}),as={selector:"cds-progress-bar",init:function(t){const e=i.getSemanticAttributes(t);if(e.event){const s=new MutationObserver(()=>{const n=parseFloat(t.getAttribute("value")||"0");n>=parseFloat(t.getAttribute("max")||"100")&&this.dispatchPanelEvent(e.event,{...e,value:n,status:"complete"})});s.observe(t,{attributes:!0,attributeFilter:["value"]}),t._progressObserver=s}}},rs={selector:"cds-progress-indicator",init:function(t){const e=i.getSemanticAttributes(t);this.listen(t,"cds-progress-step-click",s=>{const n=s.target,o=i.getSemanticAttributes(n),a=o.event||e.event;a&&this.dispatchPanelEvent(a,{...e,...o,stepIndex:n.getAttribute("data-index"),stepLabel:n.getAttribute("label")})})}},is={selector:"cds-inline-loading",init:function(t){const e=i.getSemanticAttributes(t),s=e.event;s&&this.listen(t,"cds-inline-loading-onsuccess",o=>{this.dispatchPanelEvent(s,{...e,status:"finished"})});const n=t.getAttribute("status-event");if(n){const o=new MutationObserver(a=>{a.forEach(r=>{if(r.attributeName==="status"){const c=t.getAttribute("status");this.dispatchPanelEvent(n,{...e,status:c})}})});o.observe(t,{attributes:!0,attributeFilter:["status"]}),t._statusObserver=o}}},cs=m.__exportAll({cdsPopoverWrap:()=>ds,cdsToggletipWrap:()=>ps,cdsTooltipWrap:()=>ls}),ls={selector:"cds-tooltip",init:function(t){const e=i.getSemanticAttributes(t),s=i.getEventAttribute(t,"open-event");s&&this.listen(t,"cds-tooltip-beingopened",o=>{this.dispatchPanelEvent(s,{...e,action:"opened"})});const n=i.getEventAttribute(t,"close-event");n&&this.listen(t,"cds-tooltip-closed",o=>{this.dispatchPanelEvent(n,{...e,action:"closed"})})}},ds={selector:"cds-popover",init:function(t){const e=i.getSemanticAttributes(t),s=i.getEventAttribute(t,"open-event");s&&this.listen(t,"cds-popover-beingopened",o=>{this.dispatchPanelEvent(s,{...e,action:"opened"})});const n=i.getEventAttribute(t,"close-event");n&&this.listen(t,"cds-popover-closed",o=>{this.dispatchPanelEvent(n,{...e,action:"closed"})})}},ps={selector:"cds-toggletip",init:function(t){const e=i.getSemanticAttributes(t);if(e.event){const s=new MutationObserver(n=>{n.forEach(o=>{if(o.attributeName==="open"){const a=t.hasAttribute("open");this.dispatchPanelEvent(e.event,{...e,action:a?"opened":"closed",open:a})}})});s.observe(t,{attributes:!0,attributeFilter:["open"]}),t._toggletipObserver=s}}},us=m.__exportAll({cdsCodeSnipWrap:()=>ms,cdsLinkWrap:()=>vs}),vs={selector:"cds-link",event:"click",getData:(t,e,s)=>({...e,href:s.getAttribute("href")})},ms={selector:"cds-code-snippet",event:"cds-copy-button-clicked",getData:(t,e)=>({...e,action:"copied"})},gs=m.__exportAll({cdsBadgeIndicatorWrap:()=>Ps,cdsFormGroupWrap:()=>bs,cdsFormItemWrap:()=>hs,cdsFormWrap:()=>fs,cdsHeadingWrap:()=>As,cdsIconIndicatorWrap:()=>Is,cdsIconWrap:()=>Ws,cdsLoadingWrap:()=>ks,cdsSectionWrap:()=>Ss,cdsSkeletonPlaceholderWrap:()=>_s,cdsSkeletonTextWrap:()=>ys,cdsStackWrap:()=>Es}),fs={selector:"cds-form"},hs={selector:"cds-form-item"},bs={selector:"cds-form-group"},Es={selector:"cds-stack"},As={selector:"cds-heading"},Ss={selector:"cds-section"},Ws={selector:"cds-icon"},Is={selector:"cds-icon-indicator"},Ps={selector:"cds-badge-indicator"},ks={selector:"cds-loading"},ys={selector:"cds-skeleton-text"},_s={selector:"cds-skeleton-placeholder"};function f(t){return Object.values(t).filter(e=>typeof e=="object"&&e!==null&&e.selector)}var Cs=[...f(Tt),...f(wt),...f(qt),...f(Vt),...f(Kt),...f(ne),...f(ie),...f(de),...f(fe),...f(Ae),...f(Pe),...f(we),...f(Fe),...f(Le),...f(Ve),...f(Qe),...f(os),...f(cs),...f(us),...f(gs)];function xs(){const t=new Map;return Cs.forEach(e=>{t.set(e.selector,e)}),t}var ws=()=>import("@carbon/web-components/es/components/accordion/index.js"),R=()=>import("@carbon/web-components/es/components/breadcrumb/index.js"),Ds=()=>import("@carbon/web-components/es/components/stack/index.js"),Bs=()=>import("@carbon/web-components/es/components/structured-list/index.js"),U=()=>import("@carbon/web-components/es/components/contained-list/index.js"),D=()=>import("@carbon/web-components/es/components/tile/index.js"),Ns=()=>import("@carbon/web-components/es/components/tree-view/index.js"),Ms=()=>import("@carbon/web-components/es/components/link/index.js"),Ts=()=>import("@carbon/web-components/es/components/tabs/index.js"),Fs=()=>import("@carbon/web-components/es/components/content-switcher/index.js"),Y=()=>import("@carbon/web-components/es/components/menu/index.js"),qs=()=>import("@carbon/web-components/es/components/overflow-menu/index.js"),H=()=>import("@carbon/web-components/es/components/button/index.js"),tt=()=>import("@carbon/web-components/es/components/icon-button/index.js"),Os=()=>import("@carbon/web-components/es/components/combo-button/index.js"),zs=()=>import("@carbon/web-components/es/components/copy-button/index.js"),Ls=()=>import("@carbon/web-components/es/components/checkbox/index.js"),Rs=()=>import("@carbon/web-components/es/components/radio-button/index.js"),Us=()=>import("@carbon/web-components/es/components/toggle/index.js"),$=()=>import("@carbon/web-components/es/components/select/index.js"),Hs=()=>import("@carbon/web-components/es/components/slider/index.js"),j=()=>import("@carbon/web-components/es/components/text-input/index.js"),$s=()=>import("@carbon/web-components/es/components/textarea/index.js"),js=()=>import("@carbon/web-components/es/components/number-input/index.js"),Gs=()=>import("@carbon/web-components/es/components/password-input/index.js"),et=()=>import("@carbon/web-components/es/components/search/index.js"),Vs=()=>import("@carbon/web-components/es/components/combo-box/index.js"),Zs=()=>import("@carbon/web-components/es/components/dropdown/index.js"),Js=()=>import("@carbon/web-components/es/components/multi-select/index.js"),Ks=()=>import("@carbon/web-components/es/components/date-picker/index.js"),Qs=()=>import("@carbon/web-components/es/components/time-picker/index.js"),T=()=>import("@carbon/web-components/es/components/file-uploader/index.js"),st=()=>import("@carbon/web-components/es/components/form/index.js"),Xs=()=>import("@carbon/web-components/es/components/form-group/index.js"),Ys=()=>import("@carbon/web-components/es/components/data-table/index.js"),nt=()=>import("@carbon/web-components/es/components/pagination/index.js"),tn=()=>import("@carbon/web-components/es/components/code-snippet/index.js"),G=()=>import("@carbon/web-components/es/components/tag/index.js"),en=()=>import("@carbon/web-components/es/components/badge-indicator/index.js"),V=()=>import("@carbon/web-components/es/components/notification/index.js"),sn=()=>import("@carbon/web-components/es/components/loading/index.js"),nn=()=>import("@carbon/web-components/es/components/inline-loading/index.js"),on=()=>import("@carbon/web-components/es/components/progress-bar/index.js"),an=()=>import("@carbon/web-components/es/components/progress-indicator/index.js"),rn=()=>import("@carbon/web-components/es/components/skeleton-placeholder/index.js"),cn=()=>import("@carbon/web-components/es/components/skeleton-text/index.js"),P=()=>import("@carbon/web-components/es/components/modal/index.js"),k=()=>import("@carbon/web-components/es/components/tooltip/index.js"),ln=()=>import("@carbon/web-components/es/components/popover/index.js"),dn=()=>import("@carbon/web-components/es/components/toggle-tip/index.js"),ot=()=>import("@carbon/web-components/es/components/heading/index.js"),pn=()=>import("@carbon/web-components/es/components/icon/index.js"),un=()=>import("@carbon/web-components/es/components/icon-indicator/index.js"),q={"cds-table":[k,H,j,et,$,nt,Ys],"cds-pagination":[$,j,nt],"cds-button":[k,H],"cds-icon-button:not([data-toggle])":[k,tt],"cds-icon-button[data-toggle]":[k,tt],"cds-button[data-fab]":[k,H],"cds-copy-button":[k,zs],"cds-combo-button":[k,Os],"cds-checkbox":[Ls],"cds-radio-button-group":[Rs],"cds-toggle":[Us],"cds-select":[$],"cds-slider":[Hs],"cds-text-input":[j],"cds-textarea":[$s],"cds-number-input":[js],"cds-password-input":[k,Gs],"cds-search":[et],"cds-dropdown":[Zs],"cds-combo-box":[Vs],"cds-multi-select":[Js],"cds-date-picker":[Ks],"cds-time-picker":[Qs],"cds-file-uploader":[T],"cds-file-uploader-button":[T],"cds-file-uploader-drop-container":[T],"cds-file-uploader-item":[T],"cds-tabs":[Ts],"cds-accordion":[ws],"cds-content-switcher":[Fs],"cds-breadcrumb":[R],"cds-breadcrumb-item":[R],"cds-breadcrumb-link":[R],"cds-menu":[Y],"cds-menu-button":[Y],"cds-overflow-menu":[qs],"cds-structured-list":[Bs],"cds-contained-list":[U],"cds-contained-list-item":[U],"cds-contained-list-description":[U],"cds-tree-view":[Ns],"cds-modal":[P],"cds-modal-header":[P],"cds-modal-heading":[P],"cds-modal-label":[P],"cds-modal-close-button":[P],"cds-modal-body":[P],"cds-modal-body-content":[P],"cds-modal-footer":[P],"cds-modal-footer-button":[P],"cds-toast-notification":[V],"cds-inline-notification":[V],"cds-actionable-notification":[V],"cds-tile":[D],"cds-tile-group":[D],"cds-clickable-tile":[D],"cds-expandable-tile":[D],"cds-selectable-tile":[D],"cds-radio-tile":[D],"cds-progress-bar":[on],"cds-progress-indicator":[an],"cds-inline-loading":[nn],"cds-tooltip":[k],"cds-popover":[ln],"cds-toggletip":[dn],"cds-tag":[G],"cds-dismissible-tag":[G],"cds-filter-tag":[G],"cds-link":[Ms],"cds-code-snippet":[tn],"cds-form":[st],"cds-form-item":[st],"cds-form-group":[Xs],"cds-stack":[Ds],"cds-heading":[ot],"cds-section":[ot],"cds-icon":[pn],"cds-icon-indicator":[un],"cds-badge-indicator":[en],"cds-loading":[sn],"cds-skeleton-text":[cn],"cds-skeleton-placeholder":[rn]};function vn(t){const e=new Map;if(!t||!(t instanceof Element))return e;for(const n of Object.keys(F))e.set(n,[]);for(const[n]of Object.entries(F))t.matches(n)&&e.get(n).push(t);const s=t.querySelectorAll("*");for(const n of s)for(const[o]of Object.entries(F))n.matches(o)&&e.get(o).push(n);for(const[n,o]of e.entries())o.length===0&&e.delete(n);return e}function mn(t){const e=new Set;for(const[s,n]of t.entries())n.length>0&&q[s]&&q[s].forEach(o=>e.add(o));return e}async function gn(t,e){if(t.size===0)return;const s=Array.from(t).map(async n=>(e.has(n)||e.set(n,n()),e.get(n)));await Promise.all(s)}function fn(t,e){let s=0;for(const[n,o]of t.entries()){const a=F[n];o.forEach(r=>{if(a.init){a.init.call(e,r);return}if(a.multiEvent){const S=i.getSemanticAttributes(r);a.events.forEach(W=>{const x=i.getEventAttribute(r,W.attrName,"event");x&&e.listen(r,W.type,O=>{e.dispatchPanelEvent(x,W.getData(O,S,r))})});return}const c=i.getSemanticAttributes(r),p=c.event;p&&e.listen(r,a.event,S=>{S.stopPropagation();const W=a.getData(S,c,r),x=W._eventOverride||p;delete W._eventOverride,e.dispatchPanelEvent(x,W)})}),s+=o.length}return s}var F=Object.fromEntries(xs()),hn=async function(t,e){const s=vn(t);if(s.size===0){this.debugMe("[Carbon] No Carbon components found in panel");return}this.carbonComponents||(this.carbonComponents=new Map);for(const[a,r]of s.entries())this.carbonComponents.set(a,r);const n=mn(s);if(n.size>0)try{await gn(n,e)}catch(a){console.error("[Carbon] Failed to load some component modules:",a)}const o=fn(s,this);o>0&&this.debugMe(`[Carbon] Total components initialized: ${o}`)},bn=(t={})=>{const{preload:e=[]}=t,s=new Map;if(e.length>0){const n=e.filter(a=>q[a]?!0:(console.warn(`[Carbon] No import found for selector: ${a}`),!1)),o=n.flatMap(a=>q[a].map(r=>(s.has(r)||s.set(r,r()),s.get(r))));Promise.all(o).then(()=>console.debug(`[Carbon] Preloaded: ${n.join(", ")}`)).catch(a=>console.warn("[Carbon] Preload error:",a))}m.ComponentLibraryRegistry.register("carbon",{cache:s,render:async function(n,o){try{await hn.call(this,n,o)}catch(a){console.error("[Carbon] Initialization error:",a)}},dispose:function(n){},config:{version:"2.0",description:"IBM Carbon Design System Web Components"}}),console.debug("[Zooy] Carbon Design System library registered")};exports.registerCarbonLibrary=bn;
@@ -1 +0,0 @@
1
- const M=require("./component-library-registry-BBQV6Kpv.js"),l=require("./tree-utils-B_lCUFMV.js");let u=require("badu"),i=require("material-components-web");i=M.__toESM(i);var D=function(r){[...r.querySelectorAll(".mdc-ripple-surface")].forEach(i.ripple.MDCRipple.attachTo)},E=function(r){[...r.querySelectorAll(".mdc-button")].forEach(o=>{i.ripple.MDCRipple.attachTo(o),this.listen(o,"click",n=>{const t=n.currentTarget,e=l.getElDataMap(t);this.dispatchPanelEvent(e.zv,Object.assign({orgEvt:n,trigger:t,href:t.href||e.href},e))})})},v=function(r){[...r.querySelectorAll(".mdc-fab")].forEach(o=>{i.ripple.MDCRipple.attachTo(o),this.listen(o,"click",n=>{n.stopPropagation();const t=n.currentTarget,e=l.getElDataMap(t);this.dispatchPanelEvent(e.zv,Object.assign({orgEvt:n,trigger:t,href:t.href||e.href},e))})})},b=function(r){[...r.querySelectorAll(".mdc-icon-button:not(.mdc-icon-toggle)")].forEach(o=>{const n=new i.ripple.MDCRipple(o);o.zComponent=n,n.unbounded=!0,this.listen(o,"click",t=>{const e=t.currentTarget,c=l.getElDataMap(e),s=c.zv;(0,u.isDefAndNotNull)(s)&&(t.stopPropagation(),this.dispatchPanelEvent(c.zv,Object.assign({orgEvt:t,trigger:e,href:e.href||c.href},c)))})})},y=function(r){[...r.querySelectorAll(".mdc-icon-toggle")].forEach(o=>{const n=o.ariaPressed==="true",t=new i.iconButton.MDCIconButtonToggle(o);t.on=n,o.zComponent=t,this.listen(o,"click",e=>e.stopPropagation()),this.listen(o,"MDCIconButtonToggle:change",e=>{e.stopPropagation();const c=e.currentTarget,s=e.detail.isOn,a=l.getElDataMap(c);this.dispatchPanelEvent(a.zv,Object.assign({orgEvt:e,trigger:c,href:c.href||a.href,isOn:s},a))})})},S=function(r){const o="mdc-checkbox__native-control";[...r.querySelectorAll(".mdc-data-table")].forEach(n=>{const t=new i.dataTable.MDCDataTable(n);t.selectedAllAcrossPages=!1,t.onSomeSelected=c=>{},t.onNoneSelected=c=>{},t.onAllSelected=c=>{},t.toggleSelectAcrossPages=()=>(t.selectedAllAcrossPages=!t.selectedAllAcrossPages,t.selectedAllAcrossPages),t.setSelectAcrossPages=c=>(t.selectedAllAcrossPages=c,t.selectedAllAcrossPages),t.getSelectAcrossPages=()=>t.selectedAllAcrossPages,n.zComponent=t,n.dataTable=t;const e=c=>{const s=t.getSelectedRowIds().length;c.type==="MDCDataTable:selectedAll"?t.onAllSelected(s):s===0?t.onNoneSelected(s):t.onSomeSelected(s)};["MDCDataTable:rowSelectionChanged","MDCDataTable:selectedAll","MDCDataTable:unselectedAll"].forEach(c=>{this.listen(n,c,e)}),[...n.querySelectorAll(".mdc-data-table__row")].forEach(c=>{this.listen(c,"click",s=>{if(!s.target.classList.contains(o)){s.stopPropagation();const a=s.currentTarget,d=l.getElDataMap(a);this.dispatchPanelEvent(d.zv,Object.assign({orgEvt:s,trigger:a,href:a.href||d.href},d))}})})})},w=function(r){[...r.querySelectorAll(".mdc-tab-bar")].forEach(o=>{const n=new i.tabBar.MDCTabBar(o);o.zComponent=n,this.listen(o,"MDCTabBar:activated",t=>{const e=n.tabList[t.detail.index].root,c=l.getElDataMap(e);this.dispatchPanelEvent(c.zv,Object.assign({orgEvt:t,trigger:e,href:e.href||c.href},c))})})},A=function(r){[...r.querySelectorAll(".mdc-switch")].forEach(o=>{const n=o.querySelector("input"),t=l.getElDataMap(n);this.listen(n,"change",e=>{e.stopPropagation(),this.dispatchPanelEvent(t.zv,Object.assign({orgEvt:e,trigger:n,href:n.href||t.href,isOn:n.checked},t))})})},T=function(r){[...r.querySelectorAll(".mdc-chip-set")].forEach(o=>{const n=i.chips.MDCChipSet.attachTo(o);o.zComponent=n,n.listen("MDCChip:interaction",t=>{const e=n.chips.find(a=>a.id===t.detail.chipId),c=e.root,s=l.getElDataMap(c);this.dispatchPanelEvent(s.zv,Object.assign({orgEvt:t,trigger:c,href:c.href||s.href,isOn:e.selected},s))})})},P=function(r){[...r.querySelectorAll(".mdc-menu-surface")].forEach(i.menuSurface.MDCMenuSurface.attachTo)},q=function(r){[...r.querySelectorAll(".mdc-menu-surface--anchor:not(.mdc-select__menu)")].forEach(o=>{const n=o.querySelector(".mdc-menu"),t=l.getElDataMap(n).corner||"BOTTOM_START",e=new i.menu.MDCMenu(n);if(n.zComponent=e,e.setAnchorCorner(i.menuSurface.Corner[t]),e.items.forEach(i.ripple.MDCRipple.attachTo),e.quickOpen=!1,e.listen("click",c=>c.stopPropagation()),e.listen("MDCMenu:selected",c=>{c.stopPropagation();const s=c.detail.item,a=l.getElDataMap(s);this.dispatchPanelEvent(a.zv,Object.assign({orgEvt:c,trigger:s,href:s.href||a.href},a))}),o.addEventListener("click",()=>e.open=!e.open),n.classList.contains("z2-filter-on-keydown")){const c=()=>{a="",e.items.forEach(h=>h.classList.remove("hidden-list-itme"))},s=[...e.items].map(h=>(0,u.toLowerCase)(h.querySelector(".mdc-deprecated-list-item__text").textContent));let a="";const d="abcdefghijklmnopqrstuvwxyz0123456789 -_",g=h=>{const f=(0,u.toLowerCase)(h.key);h.defaultPrevented||(d.includes(f)?a=`${a}${f}`:f==="escape"?c():f==="backspace"&&(a=a.slice(0,-1)),a!==""&&s.forEach((C,m)=>{C.includes(a)?e.items[m].classList.remove("hidden-list-itme"):e.items[m].classList.add("hidden-list-itme")}))};e.listen("MDCMenuSurface:closed",()=>{c(),document.removeEventListener("keydown",g,!0)}),e.listen("MDCMenuSurface:opened",()=>{c(),document.addEventListener("keydown",g,!0)})}})},_=function(r){[...r.querySelectorAll(".mdc-deprecated-list:not(.mdc-menu__items)")].forEach(o=>{const n=new i.list.MDCList(o);o.zComponent=n,(0,u.isDefAndNotNull)(o.id)&&this.listMap.set(o.id,n),n.listElements.forEach(t=>i.ripple.MDCRipple.attachTo(t)),this.listen(o,"click",t=>{const e=t.target.closest("li"),c=l.getElDataMap(e);this.dispatchPanelEvent(c.zv,Object.assign({orgEvt:t,trigger:e,href:e.href||c.href},c))})})},x=function(r){[...r.querySelectorAll(".mdc-slider")].forEach(o=>{const n=new i.slider.MDCSlider(o);o.zComponent=n;const t=l.getElDataMap(o),e=o.parentElement.querySelector(`#${t.inputid}`);this.listen(o,"MDCSlider:change",()=>{e.value=n.value})})},k=function(r){[...r.querySelectorAll(".mdc-linear-progress")].forEach(o=>{o.linProg=i.linearProgress.MDCLinearProgress.attachTo(o)})},L=function(r){[...r.querySelectorAll(".mdc-text-field")].forEach(i.textField.MDCTextField.attachTo)},O=function(r){[...r.querySelectorAll(".mdc-text-field-icon")].forEach(i.textField.MDCTextFieldIcon.attachTo)},z=function(r,o){const n=e=>{const c=document.createElement("li");c.classList.add("mdc-deprecated-list-item"),c.dataset.value=e.value;const s=document.createElement("span");s.classList.add("mdc-deprecated-list-item__ripple"),c.appendChild(s);const a=document.createElement("span");return a.classList.add("mdc-deprecated-list-item__text"),a.textContent=e.textContent,c.appendChild(a),e.selected&&c.classList.add("mdc-deprecated-list-item--selected"),c},t=(e,c,s)=>()=>{for(;e.firstChild;)e.removeChild(e.lastChild);[...c.options].forEach(a=>e.appendChild(n(a))),s.layoutOptions();try{s.selectedIndex=c.options.selectedIndex}catch(a){console.error("MDC Select index sync error:",{targetIndex:c.options.selectedIndex,htmSelectField:c,mdcSelect:s,currentIndex:s.selectedIndex,error:a})}};[...r.querySelectorAll(".mdc-select")].forEach(e=>{const c=e.querySelector("ul.mdc-deprecated-list"),s=e.querySelector("select"),a=new i.select.MDCSelect(e);e.zComponent=a,s.buildMenu=t(c,s,a),s.buildMenu();const d=a.menu;o.hoist(d.menuSurface.root),d.setIsHoisted(!0),a.listen("MDCSelect:change",()=>{s.options[a.selectedIndex].selected=!0,s.dispatchEvent(new Event("custom:select:change"))})})},F=function(r){[...r.querySelectorAll(".mdc-form-field:not(.for-radio):not(.for-checkbox)")].forEach(i.formField.MDCFormField.attachTo)},I=function(r){[...r.querySelectorAll(".mdc-form-field.for-radio")].forEach(o=>{const n=new i.formField.MDCFormField(o),t=o.querySelector(".mdc-radio");t.querySelector('input[type="radio"]').classList.add("mdc-radio__native-control"),n.input=new i.radio.MDCRadio(t)})},B=function(r){[...r.querySelectorAll(".mdc-form-field.for-checkbox")].forEach(o=>{const n=o.querySelector(".mdc-checkbox"),t=new i.checkbox.MDCCheckbox(n),e=new i.formField.MDCFormField(o);e.input=t})},p=null;function j(){return p||((0,u.isDefAndNotNull)(window.mdc)&&Object.prototype.hasOwnProperty.call(window.mdc,"autoInit")?(p=Promise.resolve(),p):(p=new Promise((r,o)=>{const n=window.__MDC_CDN_URL__||"https://unpkg.com/material-components-web@14.0.0/dist/material-components-web.min.js",t=document.createElement("script");t.src=n,t.async=!0,t.onload=()=>{(0,u.isDefAndNotNull)(window.mdc)&&Object.prototype.hasOwnProperty.call(window.mdc,"autoInit")?r():o(new Error("MDC library loaded but window.mdc is not available"))},t.onerror=()=>{o(new Error(`Failed to load MDC library from ${n}`))},document.head.appendChild(t)}),p))}async function R(){await j(),M.ComponentLibraryRegistry.register("mdc",{render:function(r,o){(0,u.isDefAndNotNull)(window.mdc)&&Object.prototype.hasOwnProperty.call(window.mdc,"autoInit")&&(D.call(this,r),E.call(this,r),v.call(this,r),b.call(this,r),y.call(this,r),w.call(this,r),A.call(this,r),T.call(this,r),P.call(this,r),q.call(this,r),_.call(this,r),x.call(this,r),k.call(this,r),F.call(this,r),z.call(this,r,this),O.call(this,r),L.call(this,r),I.call(this,r),B.call(this,r),S.call(this,r))},dispose:function(r){[...r.querySelectorAll("[data-mdc-auto-init]")].forEach(o=>{try{o[o.getAttribute("data-mdc-auto-init")].destroy()}catch{}})},config:{version:"1.0",description:"Google Material Design Components (legacy, being phased out)"},utils:l.tree_utils_exports}),console.debug("[Zooy] MDC library registered")}exports.registerMdcLibrary=R;
@@ -1,52 +0,0 @@
1
- const g=require("./component-library-registry-BBQV6Kpv.js");let p=require("badu"),c=require("ramda"),o=require("lit");var T={json:t=>JSON.stringify(t,null,2),tpl:(t,r,e)=>{const i=e?.getAttribute("zoo-bind-attr-tpl")||e?.getAttribute("zoo-bind-tpl");if(!i)return t;try{return new Function("value","data",`return \`${i}\`;`)(t,r)}catch(n){return console.warn("[Binder] Invalid template:",i,n),t}}},w=class{#s;#t;#r;#e=null;#i;constructor(t,r,e,i={}){if(!r)throw new Error("Binder requires a URL");if(!e||!(e instanceof Element))throw new Error("Binder requires a valid rootEl Element");this.#s=t,this.#t=new URL(r,window.location.origin),this.#r=e,this.#i={...T,...i.formatters},i.urlParams?this.#a(i.urlParams):this.#n()}get url(){return this.#t}get data(){return this.#e}get limit(){return parseInt(this.#t.searchParams.get("limit")||"0",10)}get offset(){return parseInt(this.#t.searchParams.get("offset")||"0",10)}get isPaginated(){return(0,c.both)((0,c.has)("count"),(0,c.has)("results"))(this.#e)}#a(t){return Object.entries(t).forEach(([r,e])=>{if(!(0,p.isDefAndNotNull)(e)||e===""||Array.isArray(e)&&e.length<1){this.#t.searchParams.delete(r);return}if(Array.isArray(e)){this.#t.searchParams.set(r,e.join(","));return}this.#t.searchParams.set(r,e)}),this.#n(),this.#t}#n(){const t=this.#t.href.split(this.url.origin)[1].slice(1);this.#r.querySelectorAll("[zoo-bind-binderurl]").forEach(r=>{r.setAttribute("zoo-bind-binderurl",t)})}async fetchData(t={}){const r=await this.#s.user.fetchJson(this.#a(t).toString(),this.#s.abortController.signal);this.setData(r)}setData(t){this.#e=t,this.render()}render(){if(!(0,p.isDefAndNotNull)(this.#e)){console.warn("[Binder] No data to render");return}this.#n(),this.#o(this.#r,this.#e,0),this.#c()}#o(t,r,e=0,i={}){const n=i.removeAttributes??!1;t.querySelectorAll("[zoo-bind-attr]").forEach(s=>{s.closest("[zoo-template]")||(s.getAttribute("zoo-bind-attr").split(",").forEach(a=>{const[l,u]=a.split(":").map(f=>f.trim()),[d,m]=u.split("|").map(f=>f.trim());let h=this.#l(r,d,e);m&&this.#i[m]&&(h=this.#i[m](h,r,s)),(0,p.isDefAndNotNull)(h)&&s.setAttribute(l,h)}),n&&(s.removeAttribute("zoo-bind-attr"),s.removeAttribute("zoo-bind-attr-tpl")))}),t.querySelectorAll("[zoo-bind]").forEach(s=>{if(s.closest("[zoo-template]"))return;const[a,l]=s.getAttribute("zoo-bind").split("|").map(d=>d.trim());let u=this.#l(r,a,e);l&&this.#i[l]&&(u=this.#i[l](u,r,s)),s.textContent=u??"",n&&(s.removeAttribute("zoo-bind"),s.removeAttribute("zoo-bind-tpl"))})}#c(){this.#r.querySelectorAll("[zoo-template]").forEach(t=>{const r=t.getAttribute("zoo-template"),e=t.getAttribute("zoo-template-bind");if(!r){console.warn("[Binder] Consumer missing template ID",t);return}const i=this.#r.querySelector(`#${r}`);if(!i||i.tagName!=="TEMPLATE"){console.error(`[DataBinder] Template not found or invalid: ${r}`);return}const n=e?(0,c.path)(e.split("."),this.#e):this.#e;if(!n){console.warn(`[DataBinder] Data slice is undefined. Path: ${e}. Skipping render for this consumer.`);return}if(!Array.isArray(n)){console.error(`[DataBinder] Data slice is not an array. Path: ${e}`,n);return}if(t.innerHTML="",n.forEach((s,a)=>{const l=this.#u(i,s,a);t.appendChild(l)}),g.ComponentLibraryRegistry.has("carbon")){const s=g.ComponentLibraryRegistry.get("carbon");s.render.call(this.#s,t,s.cache).catch(a=>console.error("[Binder] Carbon init failed:",a))}})}#u(t,r,e){const i=t.content.cloneNode(!0);return this.#o(i,r,e,{removeAttributes:!0}),i}#l(t,r,e){const i={$index:()=>e,$index__paged:()=>this.offset+e,$index1:()=>e+1,$index1__paged:()=>this.offset+e+1};return i[r]?i[r]():(0,c.path)(r.split("."),t)}},v=new Map(Object.entries({event:"event",endpoint:"endpoint",href:"href",url:"url",target:"target","record-id":"recordId","zoo-sort-field":"sortField","zoo-view":"view","zoo-event":"event","zoo-href":"href"})),b=t=>{let r={};return Array.from(t.attributes).forEach(e=>{const i=e.name,n=e.value;v.has(i)?r[v.get(i)]=n:(i.startsWith("data-")||i.startsWith("zoo-"))&&(r=(0,c.assocPath)(i.split("-"),n,r))}),r},y=(t,r,e="event")=>t.getAttribute(r)||t.getAttribute(e),z=class extends o.LitElement{static properties={token:{type:String},prefix:{type:String},postfix:{type:String}};static styles=o.css`
2
- :host {
3
- display: inline-block;
4
- }
5
-
6
- .tag {
7
- text-align: center;
8
- display: inline-flex;
9
- align-items: center;
10
- justify-content: center;
11
- line-height: initial;
12
- width: max-content;
13
- padding: 0.2em 1em;
14
- border-radius: 1em;
15
- font-size: var(--zoo-theme-chips-font-size, 0.75rem);
16
- white-space: nowrap;
17
- word-break: break-word;
18
- box-sizing: border-box;
19
- }
20
- `;render(){const t=`${this.prefix??""}${this.token??"default"}${this.postfix??""}`;return o.html`
21
- <span
22
- class="tag"
23
- style="
24
- background-color: var(--zoo-tag-${t}-bg, var(--zoo-tag-default-bg, #9e9e9e));
25
- color: var(--zoo-tag-${t}-fg, var(--zoo-tag-default-fg, #ffffff));
26
- "
27
- >
28
- <slot></slot>
29
- </span>
30
- `}};customElements.get("zoo-tag")||customElements.define("zoo-tag",z);var _=t=>{const r=Math.floor((new Date-t)/1e3),e=[{name:"year",seconds:31536e3},{name:"month",seconds:2592e3},{name:"week",seconds:604800},{name:"day",seconds:86400},{name:"hour",seconds:3600},{name:"minute",seconds:60},{name:"second",seconds:1}];if(r<0){const i=Math.abs(r);for(const n of e){const s=Math.floor(i/n.seconds);if(s>=1)return new Intl.RelativeTimeFormat("en",{numeric:"auto"}).format(s,n.name)}return"just now"}for(const i of e){const n=Math.floor(r/i.seconds);if(n>=1)return new Intl.RelativeTimeFormat("en",{numeric:"auto"}).format(-n,i.name)}return"just now"},k=t=>{const[{value:r},,{value:e},,{value:i},,{value:n},,{value:s},,{value:a}]=new Intl.DateTimeFormat("en",{day:"2-digit",month:"short",year:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",hourCycle:"h23"}).formatToParts(t);return`${e} ${r} ${i} ${n}:${s}:${a}`},E=t=>{const[{value:r},,{value:e},,{value:i}]=new Intl.DateTimeFormat("en",{day:"2-digit",month:"short",year:"2-digit"}).formatToParts(t);return`${e} ${r} ${i}`},A=class extends o.LitElement{static properties={timestamp:{type:Number},kind:{type:String},concat:{type:String}};static styles=o.css`
31
- :host {
32
- display: inline;
33
- }
34
-
35
- .relative {
36
- color: var(--zoo-timestamp-relative-color, inherit);
37
- font-weight: var(--zoo-timestamp-relative-weight, inherit);
38
- font-size: var(--zoo-timestamp-relative-size, inherit);
39
- }
40
-
41
- .static {
42
- color: var(--zoo-timestamp-static-color, inherit);
43
- font-weight: var(--zoo-timestamp-static-weight, inherit);
44
- font-size: var(--zoo-timestamp-static-size, inherit);
45
- }
46
-
47
- .separator {
48
- color: var(--zoo-timestamp-separator-color, inherit);
49
- }
50
- `;constructor(){super(),this.timestamp=Date.now(),this.kind="both",this.concat="r (s)",this._boundTickHandler=this._onTimeTick.bind(this),this._isListening=!1}_shouldListenToTicks(){return this.kind==="relative"||this.kind==="both"}connectedCallback(){super.connectedCallback(),this._updateTickListener()}disconnectedCallback(){this._removeTickListener(),super.disconnectedCallback()}updated(t){super.updated(t),t.has("kind")&&this._updateTickListener()}_updateTickListener(){const t=this._shouldListenToTicks();t&&!this._isListening?(document.addEventListener("zoo-tick-60",this._boundTickHandler),this._isListening=!0):!t&&this._isListening&&this._removeTickListener()}_removeTickListener(){this._isListening&&(document.removeEventListener("zoo-tick-60",this._boundTickHandler),this._isListening=!1)}_onTimeTick(){this.requestUpdate()}_parseTemplate(t){const r=[];let e=t;for(;e.length>0;){const i=e.indexOf("r"),n=[i,e.indexOf("s")].filter(s=>s!==-1).sort((s,a)=>s-a)[0];if(n===void 0){e.length>0&&r.push({type:"text",value:e});break}n>0&&r.push({type:"text",value:e.substring(0,n)}),n===i?r.push({type:"relative",value:""}):r.push({type:"static",value:""}),e=e.substring(n+1)}return r}_getFormattedParts(){let t=this.timestamp;t<9466848e5&&(t=t*1e3);const r=new Date(t),e=_(r),i=k(r),n=E(r);switch(this.kind){case"relative":return[{type:"relative",value:e}];case"datetime":return[{type:"static",value:i}];case"date":return[{type:"static",value:n}];case"both":return this._parseTemplate(this.concat).map(s=>s.type==="relative"?{type:"relative",value:e}:s.type==="static"?{type:"static",value:i}:s);default:return this._parseTemplate(this.concat).map(s=>s.type==="relative"?{type:"relative",value:e}:s.type==="static"?{type:"static",value:i}:s)}}render(){let t=this.timestamp;t<9466848e5&&(t=t*1e3);const r=new Date(t),e=this._getFormattedParts();return o.html`<time datetime="${r.toISOString()}">
51
- ${e.map(i=>i.type==="relative"?o.html`<span class="relative">${i.value}</span>`:i.type==="static"?o.html`<span class="static">${i.value}</span>`:o.html`<span class="separator">${i.value}</span>`)}
52
- </time>`}};customElements.get("zoo-timestamp")||customElements.define("zoo-timestamp",A);var $=g.__exportAll({ZooTag:()=>z,ZooTimestamp:()=>A,getEventAttribute:()=>y,getSemanticAttributes:()=>b});Object.defineProperty(exports,"Binder",{enumerable:!0,get:function(){return w}});Object.defineProperty(exports,"getEventAttribute",{enumerable:!0,get:function(){return y}});Object.defineProperty(exports,"getSemanticAttributes",{enumerable:!0,get:function(){return b}});Object.defineProperty(exports,"zoo_exports",{enumerable:!0,get:function(){return $}});