@trintel/zooy 1.14.0 → 1.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/attributes-D6kBA8su.js +1 -0
- package/dist/chunks/attributes-DLvrzXzz.js +159 -0
- package/dist/chunks/component-library-registry-BZI0_XM_.js +1 -0
- package/dist/chunks/{register-9ABlBJaU.js → register-B53HY61t.js} +1 -1
- package/dist/chunks/{register-BQwcQb3J.js → register-BYYPJoHC.js} +1 -1
- package/dist/chunks/register-Cvf7s1Ds.js +1 -0
- package/dist/chunks/{register-BToVLXl9.js → register-Kldh2rNG.js} +1 -1
- package/dist/chunks/{tree-utils-DVtSIiGp.js → tree-utils-C5v92nx9.js} +21 -20
- package/dist/chunks/{tree-utils-Dzrq9O-e.js → tree-utils-CExeKLzH.js} +1 -1
- package/dist/zooy.cjs.js +68 -5
- package/dist/zooy.es.js +641 -368
- package/package.json +11 -10
- package/dist/chunks/component-library-registry-DS_liKzL.js +0 -1
- package/dist/chunks/register-aC3Bk1C3.js +0 -1
- package/dist/chunks/zoo-B9S5MBHV.js +0 -436
- package/dist/chunks/zoo-bQS5G6fe.js +0 -64
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const m=require("./component-library-registry-BZI0_XM_.js");let h=require("badu"),l=require("ramda");var g={date_parse:t=>Date.parse(t),filesize:t=>(0,h.formatBytes)(4)((0,h.toInt)(t)),json:t=>JSON.stringify(t,null,2),tpl:(t,e,r)=>{const i=r?.getAttribute("zoo-bind-attr-tpl")||r?.getAttribute("zoo-bind-tpl");if(!i)return t;try{return new Function("value","data",`return \`${i}\`;`)(t,e)}catch(s){return console.warn("[Binder] Invalid template:",i,s),t}}},A=class{#n;#t;#r;#e=null;#i;constructor(t,e,r,i={}){if(!e)throw new Error("Binder requires a URL");if(!r||!(r instanceof Element))throw new Error("Binder requires a valid rootEl Element");this.#n=t,this.#t=new URL(e,window.location.origin),this.#r=r,this.#i={...g,...i.formatters},i.urlParams?this.#a(i.urlParams):this.#s()}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,l.both)((0,l.has)("count"),(0,l.has)("results"))(this.#e)}#a(t){return Object.entries(t).forEach(([e,r])=>{if(!(0,h.isDefAndNotNull)(r)||r===""||Array.isArray(r)&&r.length<1){this.#t.searchParams.delete(e);return}if(Array.isArray(r)){this.#t.searchParams.set(e,r.join(","));return}this.#t.searchParams.set(e,r)}),this.#s(),this.#t}#s(){const t=this.#t.href.split(this.url.origin)[1].slice(1);this.#r.querySelectorAll("[zoo-bind-binderurl]").forEach(e=>{e.setAttribute("zoo-bind-binderurl",t)})}async fetchData(t={}){const e=await this.#n.user.fetchJson(this.#a(t).toString(),this.#n.abortController.signal);this.setData(e)}setData(t){this.#e=t,this.render()}render(){if(!(0,h.isDefAndNotNull)(this.#e)){console.warn("[Binder] No data to render");return}this.#s(),this.#o(this.#r,this.#e,0),this.#u()}#o(t,e,r=0,i={}){const s=i.removeAttributes??!1;t.querySelectorAll("[zoo-bind-attr]").forEach(n=>{n.closest("[zoo-template]")||(n.getAttribute("zoo-bind-attr").split(",").forEach(a=>{const[o,u]=a.split(":").map(b=>b.trim()),[d,f]=u.split("|").map(b=>b.trim());let c=this.#l(e,d,r);f&&this.#i[f]&&(c=this.#i[f](c,e,n)),(0,h.isDefAndNotNull)(c)&&n.setAttribute(o,c)}),s&&(n.removeAttribute("zoo-bind-attr"),n.removeAttribute("zoo-bind-attr-tpl")))}),t.querySelectorAll("[zoo-bind]").forEach(n=>{if(n.closest("[zoo-template]"))return;const[a,o]=n.getAttribute("zoo-bind").split("|").map(d=>d.trim());let u=this.#l(e,a,r);o&&this.#i[o]&&(u=this.#i[o](u,e,n)),n.textContent=u??"",s&&(n.removeAttribute("zoo-bind"),n.removeAttribute("zoo-bind-tpl"))})}#u(){this.#r.querySelectorAll("[zoo-template]").forEach(t=>{const e=t.getAttribute("zoo-template"),r=t.getAttribute("zoo-template-bind");if(!e){console.warn("[Binder] Consumer missing template ID",t);return}const i=this.#r.querySelector(`#${e}`);if(!i||i.tagName!=="TEMPLATE"){console.error(`[DataBinder] Template not found or invalid: ${e}`);return}const s=r?(0,l.path)(r.split("."),this.#e):this.#e;if(!s){console.warn(`[DataBinder] Data slice is undefined. Path: ${r}. Skipping render for this consumer.`);return}if(!Array.isArray(s)){console.error(`[DataBinder] Data slice is not an array. Path: ${r}`,s);return}if(t.innerHTML="",s.forEach((n,a)=>{const o=this.#h(i,n,a);t.appendChild(o)}),m.ComponentLibraryRegistry.has("carbon")){const n=m.ComponentLibraryRegistry.get("carbon");n.render.call(this.#n,t,n.cache).catch(a=>console.error("[Binder] Carbon init failed:",a))}})}#h(t,e,r){const i=t.content.cloneNode(!0);return this.#o(i,e,r,{removeAttributes:!0}),i}#l(t,e,r){const i={$index:()=>r,$index__paged:()=>this.offset+r,$index1:()=>r+1,$index1__paged:()=>this.offset+r+1};return i[e]?i[e]():(0,l.path)(e.split("."),t)}},p=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"})),y=t=>{let e={};return Array.from(t.attributes).forEach(r=>{const i=r.name,s=r.value;p.has(i)?e[p.get(i)]=s:(i.startsWith("data-")||i.startsWith("zoo-"))&&(e=(0,l.assocPath)(i.split("-"),s,e))}),e},z=(t,e,r="event")=>t.getAttribute(e)||t.getAttribute(r);Object.defineProperty(exports,"Binder",{enumerable:!0,get:function(){return A}});Object.defineProperty(exports,"getEventAttribute",{enumerable:!0,get:function(){return z}});Object.defineProperty(exports,"getSemanticAttributes",{enumerable:!0,get:function(){return y}});
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import { t as m } from "./component-library-registry-BXnJ4Oqa.js";
|
|
2
|
+
import { formatBytes as g, isDefAndNotNull as f, toInt as z } from "badu";
|
|
3
|
+
import { assocPath as v, both as E, has as p, path as b } from "ramda";
|
|
4
|
+
var y = {
|
|
5
|
+
date_parse: (t) => Date.parse(t),
|
|
6
|
+
filesize: (t) => g(4)(z(t)),
|
|
7
|
+
json: (t) => JSON.stringify(t, null, 2),
|
|
8
|
+
tpl: (t, r, e) => {
|
|
9
|
+
const i = e?.getAttribute("zoo-bind-attr-tpl") || e?.getAttribute("zoo-bind-tpl");
|
|
10
|
+
if (!i) return t;
|
|
11
|
+
try {
|
|
12
|
+
return new Function("value", "data", `return \`${i}\`;`)(t, r);
|
|
13
|
+
} catch (o) {
|
|
14
|
+
return console.warn("[Binder] Invalid template:", i, o), t;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}, S = class {
|
|
18
|
+
#s;
|
|
19
|
+
#t;
|
|
20
|
+
#e;
|
|
21
|
+
#r = null;
|
|
22
|
+
#i;
|
|
23
|
+
constructor(t, r, e, i = {}) {
|
|
24
|
+
if (!r) throw new Error("Binder requires a URL");
|
|
25
|
+
if (!e || !(e instanceof Element)) throw new Error("Binder requires a valid rootEl Element");
|
|
26
|
+
this.#s = t, this.#t = new URL(r, window.location.origin), this.#e = e, this.#i = {
|
|
27
|
+
...y,
|
|
28
|
+
...i.formatters
|
|
29
|
+
}, i.urlParams ? this.#a(i.urlParams) : this.#o();
|
|
30
|
+
}
|
|
31
|
+
get url() {
|
|
32
|
+
return this.#t;
|
|
33
|
+
}
|
|
34
|
+
get data() {
|
|
35
|
+
return this.#r;
|
|
36
|
+
}
|
|
37
|
+
get limit() {
|
|
38
|
+
return parseInt(this.#t.searchParams.get("limit") || "0", 10);
|
|
39
|
+
}
|
|
40
|
+
get offset() {
|
|
41
|
+
return parseInt(this.#t.searchParams.get("offset") || "0", 10);
|
|
42
|
+
}
|
|
43
|
+
get isPaginated() {
|
|
44
|
+
return E(p("count"), p("results"))(this.#r);
|
|
45
|
+
}
|
|
46
|
+
#a(t) {
|
|
47
|
+
return Object.entries(t).forEach(([r, e]) => {
|
|
48
|
+
if (!f(e) || e === "" || Array.isArray(e) && e.length < 1) {
|
|
49
|
+
this.#t.searchParams.delete(r);
|
|
50
|
+
return;
|
|
51
|
+
}
|
|
52
|
+
if (Array.isArray(e)) {
|
|
53
|
+
this.#t.searchParams.set(r, e.join(","));
|
|
54
|
+
return;
|
|
55
|
+
}
|
|
56
|
+
this.#t.searchParams.set(r, e);
|
|
57
|
+
}), this.#o(), this.#t;
|
|
58
|
+
}
|
|
59
|
+
#o() {
|
|
60
|
+
const t = this.#t.href.split(this.url.origin)[1].slice(1);
|
|
61
|
+
this.#e.querySelectorAll("[zoo-bind-binderurl]").forEach((r) => {
|
|
62
|
+
r.setAttribute("zoo-bind-binderurl", t);
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
async fetchData(t = {}) {
|
|
66
|
+
const r = await this.#s.user.fetchJson(this.#a(t).toString(), this.#s.abortController.signal);
|
|
67
|
+
this.setData(r);
|
|
68
|
+
}
|
|
69
|
+
setData(t) {
|
|
70
|
+
this.#r = t, this.render();
|
|
71
|
+
}
|
|
72
|
+
render() {
|
|
73
|
+
if (!f(this.#r)) {
|
|
74
|
+
console.warn("[Binder] No data to render");
|
|
75
|
+
return;
|
|
76
|
+
}
|
|
77
|
+
this.#o(), this.#n(this.#e, this.#r, 0), this.#h();
|
|
78
|
+
}
|
|
79
|
+
#n(t, r, e = 0, i = {}) {
|
|
80
|
+
const o = i.removeAttributes ?? !1;
|
|
81
|
+
t.querySelectorAll("[zoo-bind-attr]").forEach((s) => {
|
|
82
|
+
s.closest("[zoo-template]") || (s.getAttribute("zoo-bind-attr").split(",").forEach((a) => {
|
|
83
|
+
const [n, l] = a.split(":").map((d) => d.trim()), [c, u] = l.split("|").map((d) => d.trim());
|
|
84
|
+
let h = this.#l(r, c, e);
|
|
85
|
+
u && this.#i[u] && (h = this.#i[u](h, r, s)), f(h) && s.setAttribute(n, h);
|
|
86
|
+
}), o && (s.removeAttribute("zoo-bind-attr"), s.removeAttribute("zoo-bind-attr-tpl")));
|
|
87
|
+
}), t.querySelectorAll("[zoo-bind]").forEach((s) => {
|
|
88
|
+
if (s.closest("[zoo-template]")) return;
|
|
89
|
+
const [a, n] = s.getAttribute("zoo-bind").split("|").map((c) => c.trim());
|
|
90
|
+
let l = this.#l(r, a, e);
|
|
91
|
+
n && this.#i[n] && (l = this.#i[n](l, r, s)), s.textContent = l ?? "", o && (s.removeAttribute("zoo-bind"), s.removeAttribute("zoo-bind-tpl"));
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
#h() {
|
|
95
|
+
this.#e.querySelectorAll("[zoo-template]").forEach((t) => {
|
|
96
|
+
const r = t.getAttribute("zoo-template"), e = t.getAttribute("zoo-template-bind");
|
|
97
|
+
if (!r) {
|
|
98
|
+
console.warn("[Binder] Consumer missing template ID", t);
|
|
99
|
+
return;
|
|
100
|
+
}
|
|
101
|
+
const i = this.#e.querySelector(`#${r}`);
|
|
102
|
+
if (!i || i.tagName !== "TEMPLATE") {
|
|
103
|
+
console.error(`[DataBinder] Template not found or invalid: ${r}`);
|
|
104
|
+
return;
|
|
105
|
+
}
|
|
106
|
+
const o = e ? b(e.split("."), this.#r) : this.#r;
|
|
107
|
+
if (!o) {
|
|
108
|
+
console.warn(`[DataBinder] Data slice is undefined. Path: ${e}. Skipping render for this consumer.`);
|
|
109
|
+
return;
|
|
110
|
+
}
|
|
111
|
+
if (!Array.isArray(o)) {
|
|
112
|
+
console.error(`[DataBinder] Data slice is not an array. Path: ${e}`, o);
|
|
113
|
+
return;
|
|
114
|
+
}
|
|
115
|
+
if (t.innerHTML = "", o.forEach((s, a) => {
|
|
116
|
+
const n = this.#c(i, s, a);
|
|
117
|
+
t.appendChild(n);
|
|
118
|
+
}), m.has("carbon")) {
|
|
119
|
+
const s = m.get("carbon");
|
|
120
|
+
s.render.call(this.#s, t, s.cache).catch((a) => console.error("[Binder] Carbon init failed:", a));
|
|
121
|
+
}
|
|
122
|
+
});
|
|
123
|
+
}
|
|
124
|
+
#c(t, r, e) {
|
|
125
|
+
const i = t.content.cloneNode(!0);
|
|
126
|
+
return this.#n(i, r, e, { removeAttributes: !0 }), i;
|
|
127
|
+
}
|
|
128
|
+
#l(t, r, e) {
|
|
129
|
+
const i = {
|
|
130
|
+
$index: () => e,
|
|
131
|
+
$index__paged: () => this.offset + e,
|
|
132
|
+
$index1: () => e + 1,
|
|
133
|
+
$index1__paged: () => this.offset + e + 1
|
|
134
|
+
};
|
|
135
|
+
return i[r] ? i[r]() : b(r.split("."), t);
|
|
136
|
+
}
|
|
137
|
+
}, A = new Map(Object.entries({
|
|
138
|
+
event: "event",
|
|
139
|
+
endpoint: "endpoint",
|
|
140
|
+
href: "href",
|
|
141
|
+
url: "url",
|
|
142
|
+
target: "target",
|
|
143
|
+
"record-id": "recordId",
|
|
144
|
+
"zoo-sort-field": "sortField",
|
|
145
|
+
"zoo-view": "view",
|
|
146
|
+
"zoo-event": "event",
|
|
147
|
+
"zoo-href": "href"
|
|
148
|
+
})), D = (t) => {
|
|
149
|
+
let r = {};
|
|
150
|
+
return Array.from(t.attributes).forEach((e) => {
|
|
151
|
+
const i = e.name, o = e.value;
|
|
152
|
+
A.has(i) ? r[A.get(i)] = o : (i.startsWith("data-") || i.startsWith("zoo-")) && (r = v(i.split("-"), o, r));
|
|
153
|
+
}), r;
|
|
154
|
+
}, T = (t, r, e = "event") => t.getAttribute(r) || t.getAttribute(e);
|
|
155
|
+
export {
|
|
156
|
+
D as n,
|
|
157
|
+
S as r,
|
|
158
|
+
T as t
|
|
159
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var g=Object.create,i=Object.defineProperty,p=Object.getOwnPropertyDescriptor,b=Object.getOwnPropertyNames,f=Object.getPrototypeOf,c=Object.prototype.hasOwnProperty,h=(e,t)=>{let r={};for(var a in e)i(r,a,{get:e[a],enumerable:!0});return t||i(r,Symbol.toStringTag,{value:"Module"}),r},_=(e,t,r,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(var s=b(t),o=0,l=s.length,n;o<l;o++)n=s[o],!c.call(e,n)&&n!==r&&i(e,n,{get:(u=>t[u]).bind(null,n),enumerable:!(a=p(t,n))||a.enumerable});return e},y=(e,t,r)=>(r=e!=null?g(f(e)):{},_(t||!e||!e.__esModule||!c.call(e,"default")?i(r,"default",{value:e,enumerable:!0}):r,e)),d=class{static#e=new Map;static register(e,t){if(!t.render)throw new Error(`Component library '${e}' must provide a render function`);this.#e.set(e,{...t,dispose:t.dispose||null,cache:t.cache||new Map,config:t.config||{}}),console.debug(`[ComponentLibraryRegistry] Registered: ${e}`)}static get(e){if(!this.#e.has(e)){const t=Array.from(this.#e.keys()).join(", ");throw new Error(`Component library '${e}' is not registered. Available: ${t||"none"}`)}return this.#e.get(e)}static has(e){return this.#e.has(e)}static getRegisteredLibraries(){return Array.from(this.#e.keys())}static getCacheStats(){const e={};for(const[t,r]of this.#e.entries())e[t]={cacheSize:r.cache.size,config:r.config};return e}static clearAllCaches(){for(const[e,t]of this.#e.entries())t.cache.clear(),console.debug(`[ComponentLibraryRegistry] Cleared cache for: ${e}`)}static clearCache(e){this.get(e).cache.clear(),console.debug(`[ComponentLibraryRegistry] Cleared cache for: ${e}`)}static unregister(e){return this.#e.delete(e)}static unregisterAll(){this.#e.clear()}};Object.defineProperty(exports,"ComponentLibraryRegistry",{enumerable:!0,get:function(){return d}});Object.defineProperty(exports,"__exportAll",{enumerable:!0,get:function(){return h}});Object.defineProperty(exports,"__toESM",{enumerable:!0,get:function(){return y}});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as m, t as St } from "./component-library-registry-BXnJ4Oqa.js";
|
|
2
|
-
import {
|
|
2
|
+
import { n as i, r as Pt, t as W } from "./attributes-DLvrzXzz.js";
|
|
3
3
|
import { isDefAndNotNull as yt, objToPaths as kt } from "badu";
|
|
4
4
|
import * as M from "ramda";
|
|
5
5
|
import { TABLE_SORT_DIRECTION as Ct } from "@carbon/web-components/lib/components/data-table/defs.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as M } from "./component-library-registry-BXnJ4Oqa.js";
|
|
2
|
-
import { r as E, s as l } from "./tree-utils-
|
|
2
|
+
import { r as E, s as l } from "./tree-utils-C5v92nx9.js";
|
|
3
3
|
import { isDefAndNotNull as p, toLowerCase as C } from "badu";
|
|
4
4
|
import * as a from "material-components-web";
|
|
5
5
|
var b = function(r) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var yt=Object.create;var Q=Object.defineProperty;var Pt=Object.getOwnPropertyDescriptor;var _t=Object.getOwnPropertyNames;var kt=Object.getPrototypeOf,Ct=Object.prototype.hasOwnProperty;var wt=(t,e,s,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of _t(e))!Ct.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?yt(kt(t)):{},wt(e||!t||!t.__esModule?Q(s,"default",{value:t,enumerable:!0}):s,t));const m=require("./component-library-registry-BZI0_XM_.js"),i=require("./attributes-D6kBA8su.js");let at=require("badu"),B=require("ramda");B=m.__toESM(B,1);let xt=require("@carbon/web-components/lib/components/data-table/defs.js");var Dt=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),w=e.querySelector(n.selectorTableBody),L=["button","a","input","select","textarea",'[role="button"]',".cds--table-expand",".cds--table-column-checkbox"].join(","),Z=e.querySelectorAll(n.selectorHeaderCell+"[is-sortable]"),lt=e.isSortable||Z.length>0,z=Symbol(),O=Symbol(),x=new Map,dt=l=>{t.listen(e,"click",u=>{const v=u.target.closest(n.selectorTableRow);if(!v||u.composedPath().some(E=>E.matches&&E.matches(L)))return;u.stopPropagation();const f=i.getSemanticAttributes(v);t.dispatchPanelEvent(l,{...f})})},pt=l=>{t.listen(e,n.eventExpandoToggle,u=>{const v=u.target,f=v.tagName==="CDS-TABLE-HEADER-ROW",E=u.detail.expanded,A={tableAttrs:s,...i.getSemanticAttributes(v),target:v,allRows:f,didExpand:E};t.dispatchPanelEvent(l,A)})},ut=l=>{x.set(z,u=>{t.dispatchPanelEvent(l,u)})},vt=l=>{x.set(O,u=>{const v=u.detail.selectedRows,f=Math.min(v.length,W.totalRowsCount),E=u.target,A=i.getSemanticAttributes(E),I=v.map(i.getSemanticAttributes),_={tableAttrs:s,...A,target:E,selectCount:f,selection:I};t.dispatchPanelEvent(l,_)})},mt=l=>{t.listen(e,n.eventTableRowSelect,u=>{const v=u.target,f=u.detail.selectedRows||[],E=f.length,A=f.map(i.getSemanticAttributes),I={tableAttrs:s,...i.getSemanticAttributes(v),selectCount:E,selection:A,target:v};t.dispatchPanelEvent(l,I)})},gt=()=>{t.listen(e,n.eventBeforeSort,l=>{const u=l.target,v=l.detail.oldSortDirection,f=l.detail.sortDirection,E=i.getSemanticAttributes(u),A=E.sortField,I=f===xt.TABLE_SORT_DIRECTION.DESCENDING?`-${A}`:A;l.cancelBubble=!0,l.stopPropagation(),l.preventDefault(),w.innerHTML="",p&&p.show(),Z.forEach((k,h)=>{k===u?(k.setAttribute("sort-active","true"),k.setAttribute("sort-direction",f)):(k.removeAttribute("sort-active"),k.setAttribute("sort-direction","none"))});const _={ordering:I};r.fetchData(_).then(()=>{c.setData(r),p&&p.hide()}),x.has(z)&&x.get(z)({tableAttrs:s,...E,sortNow:f,sortWas:v,sortField:A,ordering:I,target:u})})},ft=()=>{t.listen(e,n.eventTableRowSelectAll,l=>{l.detail.selectedRows.length===0&&e.querySelectorAll(n.selectorTableRow).forEach(u=>{u.disabled=!1,u.selected=!1}),x.has(O)&&x.get(O)(l)})},ht=()=>{t.listen(e,n.eventBeforeChangeSelectionAll,l=>{l.stopPropagation(),l.detail.callback&&l.detail.callback()})},bt=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(f=>{f.disabled=!0})}}}))})},Et=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()})}})},At=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)})}})},St=l=>{l.caret=!1;const u=l.querySelector("cds-icon-button, button:not([slot])"),v=l.querySelectorAll("cds-checkbox"),f=l.querySelectorAll("cds-modal-footer-button"),E=[...l.querySelectorAll("cds-checkbox-group")].map(i.getSemanticAttributes).map(B.pathOr("noop",["zoo","filter","field"])).reduce((h,b)=>(h[b]=null,h),{offset:0});if(!u||!f){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 A=Symbol(),I=Symbol(),_=[...f].reduce((h,b,C)=>(b.hasAttribute("reset-filter")&&h.set(A,b),b.hasAttribute("apply-filter")&&h.set(I,b),h),new Map),k=()=>{const h=new Map;return v.forEach(b=>{const C=b.getAttribute("id");if(!C||!C.includes(":"))return;const[N,T]=C.split(":");h.has(N)||h.set(N,[]),b.checked&&h.get(N).push(T)}),h};if(_.has(A)){const h=b=>b.checked=!1;t.listen(_.get(A),"click",b=>{b.stopPropagation(),v.forEach(h),p&&p.show(),r.fetchData(E).then(()=>{c&&c.setData(r),p&&p.hide(),l.open=!1})})}_.has(I)&&t.listen(_.get(I),"click",h=>{h.stopPropagation();const b=[...k()].reduce((C,[N,T])=>(C[N]=Array.isArray(T)&&T.length===0?null:T,C),{offset:0});p&&p.show(),r.fetchData(b).then(()=>{c&&c.setData(r),p&&p.hide(),l.open=!1})}),t.listen(u,"click",h=>{h.stopPropagation(),l.open=!l.open,l.classList.toggle("cds--overflow-menu--open",l.open)})},Wt=()=>{t.listen(c,o.eventPageSizeChanged,l=>{const u={limit:c.pageSize,offset:0};r.fetchData(u).then(()=>{c.setData(r)})})},It=()=>{t.listen(c,o.eventChangeCurrent,l=>{const{page:u}=l.detail,v=c.pageSize,f={limit:v,offset:(u-1)*v};r.fetchData(f).then(()=>{c.setData(r),p&&p.hide()})})};r&&c&&(Wt(),It()),r&&S&&(Et(S),At(S));const J=e.querySelector(n.selectorTableToolbarContent);if(J){const l=J.querySelectorAll("cds-popover[data-batch-filter]");r&&l&&l.forEach(St)}e.isSelectable&&(ft(),ht(),W&&bt(W)),r&<&>();const K={zoo:{event:{row:{click:dt,expand:pt,check:{one:mt,all:vt}},column:{sort:ut}}}};(0,at.objToPaths)(s).forEach(([l,u])=>{B.hasPath(l,K)&&B.path(l,K)(u)})},Bt=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),o=Math.ceil(n/s.limit);e.pagesUnknown=o>100,e.totalItems=n,e.pagesUnknown?e.formatStatusWithIndeterminateTotal=({start:a,end:r})=>`${a}–${r} of ${n} item${n<=1?"":"s"}`:delete e.formatStatusWithIndeterminateTotal}},e},Nt=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},Tt=(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=Tt(s,t);if((0,at.isDefAndNotNull)(n)){t.dataBinder=n;const o=Nt(t);t.skeleton=o;const a=Bt(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)}},Ft=m.__exportAll({cdsPaginationWrap:()=>qt}),qt={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"}})})}},Lt=m.__exportAll({cdsModalBodyContentWrap:()=>jt,cdsModalBodyWrap:()=>Ht,cdsModalCloseButWrap:()=>$t,cdsModalFooterButWrap:()=>Vt,cdsModalFooterWrap:()=>Gt,cdsModalHeaderWrap:()=>Ot,cdsModalHeadingWrap:()=>Rt,cdsModalLabelWrap:()=>Ut,cdsModalWrap:()=>zt}),zt={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"})})}},Ot={selector:"cds-modal-header"},Rt={selector:"cds-modal-heading"},Ut={selector:"cds-modal-label"},$t={selector:"cds-modal-close-button"},Ht={selector:"cds-modal-body"},jt={selector:"cds-modal-body-content"},Gt={selector:"cds-modal-footer"},Vt={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)})}},Zt=m.__exportAll({cdsMenuButtonWrap:()=>Kt,cdsMenuWrap:()=>Jt}),Jt={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"})})}},Kt={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}))}})}},Qt=m.__exportAll({cdsButFabWrap:()=>ee,cdsButtonWrap:()=>Xt,cdsComboButWrap:()=>ne,cdsCopyButWrap:()=>se,cdsIconButToggleWrap:()=>te,cdsIconButWrap:()=>Yt}),Xt={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))})}},Yt={selector:"cds-icon-button:not([data-toggle])",event:"click",getData:(t,e)=>e},te={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})})}},ee={selector:"cds-button[data-fab]",event:"click",getData:(t,e)=>e},se={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}}},ne={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"})}})}},oe=m.__exportAll({cdsComboBoxWrap:()=>re,cdsDropdownWrap:()=>ae,cdsMultiSelectWrap:()=>ie}),ae={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")})})}},re={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")})})}},ie={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")})})}},ce=m.__exportAll({cdsDatePickerWrap:()=>le,cdsTimePickerWrap:()=>de}),le={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})})}},de={selector:"cds-time-picker",event:"cds-time-picker-changed",getData:(t,e,s)=>({...e,value:s.value})},pe=m.__exportAll({cdsFileUploaderButtonWrap:()=>ve,cdsFileUploaderDropContainerWrap:()=>fe,cdsFileUploaderWrap:()=>ue});function rt(t){customElements.whenDefined(t).then(e=>{if(!(!e||e.prototype.__zooyAcceptCasePatched)){if(typeof e.prototype._getFiles!="function"){console.warn(`[Zooy] ${t}._getFiles missing; accept case-insensitivity shim skipped (Carbon may have refactored).`);return}e.prototype._getFiles=function(s,n){if(n===void 0&&(n=(s.type==="drop"?s.dataTransfer:s.target)?.files),!this.accept||!/^(change|drop)$/.test(s.type))return Array.from(n??[]);const o=new Set(this.accept.toLowerCase().split(/[\s,]+/).filter(Boolean));return Array.prototype.filter.call(n??[],({name:a,type:r=""})=>{const c=a.match(/\.[^.]+$/),p=c?c[0].toLowerCase():void 0;return o.has(r.toLowerCase())||p&&o.has(p)})},e.prototype.__zooyAcceptCasePatched=!0}})}rt("cds-file-uploader-drop-container");rt("cds-file-uploader-button");var ue={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 it(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 ct(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 ve={selector:"cds-file-uploader-button",init:function(t){const e=ct(t),s=i.getSemanticAttributes(t),n=s.event;this.listen(t,"cds-file-uploader-button-changed",o=>{const a=o.detail?.addedFiles||[];e&&it(e,a),n&&this.dispatchPanelEvent(n,{...s,files:Array.from(a)})})}};function me(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 ge(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 fe={selector:"cds-file-uploader-drop-container",init:function(t){const e=ct(t),s=i.getSemanticAttributes(t),n=s.event,o=t.getAttribute("for"),a=()=>{if(!o||!e)return;const r=Array.from(e.files);me(t.ownerDocument,o,r,c=>{ge(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&&it(e,p),a(),n&&this.dispatchPanelEvent(n,{...s,files:Array.from(p)})})}},he=m.__exportAll({cdsAccordionWrap:()=>Ee,cdsContentSwitcherWrap:()=>Ae,cdsTabsWrap:()=>be}),be={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})})}},Ee={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})})})}},Ae={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")})})}},Se=m.__exportAll({cdsBreadCrumbWrap:()=>ye,cdsBreadcrumbItemWrap:()=>We,cdsBreadcrumbLinkWrap:()=>Ie}),We={selector:"cds-breadcrumb-item"},Ie={selector:"cds-breadcrumb-link",event:"click",getData:(t,e,s)=>(t.preventDefault(),{...e,href:s.getAttribute("href")})},ye={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");if(c){r.preventDefault(),r.stopPropagation();const p=i.getSemanticAttributes(c);o(p)}});const a=t.querySelector("cds-overflow-menu-body");a&&e.listen(a,"cds-overflow-menu-item-clicked",r=>{r.stopPropagation();const c=i.getSemanticAttributes(r.target);o(c)})}}},Pe=m.__exportAll({cdsNumberInputWrap:()=>Ce,cdsPasswordInputWrap:()=>we,cdsSearchWrap:()=>xe,cdsTextAreaWrap:()=>ke,cdsTextInputWrap:()=>_e}),_e={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})}]},ke={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})}]},Ce={selector:"cds-number-input",event:"cds-number-input",getData:(t,e,s)=>({...e,value:t.detail.value,direction:t.detail.direction})},we={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})},De=m.__exportAll({cdsCheckboxWrap:()=>Be,cdsRadioButGroupWrap:()=>Ne,cdsSelectWrap:()=>Me,cdsSliderWrap:()=>Fe,cdsToggleWrap:()=>Te}),Be={selector:"cds-checkbox",event:"cds-checkbox-changed",getData:(t,e,s)=>({...e,checked:t.detail.checked,value:s.value})},Ne={selector:"cds-radio-button-group",event:"cds-radio-button-group-changed",getData:(t,e)=>({...e,value:t.detail?.value})},Te={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})},Fe={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})})}},qe=m.__exportAll({cdsFilterTagWrap:()=>Oe,cdsSDismissibleTagWrap:()=>ze,cdsTagsWrap:()=>Le}),Le={selector:"cds-tag",event:"click",getData:(t,e)=>e},ze={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"})})}},Oe={selector:"cds-filter-tag",event:"cds-filter-tag-closed",getData:(t,e)=>({...e,action:"remove"})},Re=m.__exportAll({cdsContainedListDescriptionWrap:()=>je,cdsContainedListItemWrap:()=>Ge,cdsContainedListWrap:()=>He,cdsOverflowMenuWrap:()=>Ue,cdsStructuredListWrap:()=>$e,cdsTreeViewWrap:()=>Ve}),Ue={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})})}},$e={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"},je={selector:"cds-contained-list-description"},Ge={selector:"cds-contained-list-item",event:"cds-contained-list-item-click",getData:(t,e)=>e},Ve={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})})}},Ze=m.__exportAll({cdsActionableNotificationWrap:()=>Qe,cdsInlineNotificationWrap:()=>Ke,cdsToastNotificationWrap:()=>Je}),Je={selector:"cds-toast-notification",event:"cds-notification-closed",getData:(t,e)=>({...e,action:"closed"})},Ke={selector:"cds-inline-notification",event:"cds-notification-closed",getData:(t,e)=>({...e,action:"closed"})},Qe={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"})})}},Xe=m.__exportAll({cdsClickableTileWrap:()=>ts,cdsExpandableTileWrap:()=>es,cdsRadioTileWrap:()=>ns,cdsSelectableTileWrap:()=>ss,cdsTileGroupWrap:()=>os,cdsTileWrap:()=>Ye}),Ye={selector:"cds-tile"},ts={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)}}},es={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})})}},ss={selector:"cds-selectable-tile",event:"cds-selectable-tile-changed",getData:(t,e,s)=>({...e,selected:t.detail.selected,value:s.value})},ns={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})},os={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})}))}},as=m.__exportAll({cdsInlineLoadingWrap:()=>cs,cdsProgressBarWrap:()=>rs,cdsProgressIndicatorWrap:()=>is}),rs={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}}},is={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")})})}},cs={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}}},ls=m.__exportAll({cdsPopoverWrap:()=>ps,cdsToggletipWrap:()=>us,cdsTooltipWrap:()=>ds}),ds={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"})})}},ps={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"})})}},us={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}}},vs=m.__exportAll({cdsCodeSnipWrap:()=>gs,cdsLinkWrap:()=>ms}),ms={selector:"cds-link",event:"click",getData:(t,e,s)=>({...e,href:s.getAttribute("href")})},gs={selector:"cds-code-snippet",event:"cds-copy-button-clicked",getData:(t,e)=>({...e,action:"copied"})},fs=m.__exportAll({cdsBadgeIndicatorWrap:()=>Ps,cdsFormGroupWrap:()=>Es,cdsFormItemWrap:()=>bs,cdsFormWrap:()=>hs,cdsHeadingWrap:()=>Ss,cdsIconIndicatorWrap:()=>ys,cdsIconWrap:()=>Is,cdsLoadingWrap:()=>_s,cdsSectionWrap:()=>Ws,cdsSkeletonPlaceholderWrap:()=>Cs,cdsSkeletonTextWrap:()=>ks,cdsStackWrap:()=>As}),hs={selector:"cds-form"},bs={selector:"cds-form-item"},Es={selector:"cds-form-group"},As={selector:"cds-stack"},Ss={selector:"cds-heading"},Ws={selector:"cds-section"},Is={selector:"cds-icon"},ys={selector:"cds-icon-indicator"},Ps={selector:"cds-badge-indicator"},_s={selector:"cds-loading"},ks={selector:"cds-skeleton-text"},Cs={selector:"cds-skeleton-placeholder"};function g(t){return Object.values(t).filter(e=>typeof e=="object"&&e!==null&&e.selector)}var ws=[...g(Ft),...g(Dt),...g(Lt),...g(Zt),...g(Qt),...g(oe),...g(ce),...g(pe),...g(he),...g(Se),...g(Pe),...g(De),...g(qe),...g(Re),...g(Ze),...g(Xe),...g(as),...g(ls),...g(vs),...g(fs)];function xs(){const t=new Map;return ws.forEach(e=>{t.set(e.selector,e)}),t}var Ds=()=>import("@carbon/web-components/es/components/accordion/index.js"),R=()=>import("@carbon/web-components/es/components/breadcrumb/index.js"),Bs=()=>import("@carbon/web-components/es/components/stack/index.js"),Ns=()=>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"),Ts=()=>import("@carbon/web-components/es/components/tree-view/index.js"),Ms=()=>import("@carbon/web-components/es/components/link/index.js"),Fs=()=>import("@carbon/web-components/es/components/tabs/index.js"),qs=()=>import("@carbon/web-components/es/components/content-switcher/index.js"),Y=()=>import("@carbon/web-components/es/components/menu/index.js"),Ls=()=>import("@carbon/web-components/es/components/overflow-menu/index.js"),$=()=>import("@carbon/web-components/es/components/button/index.js"),tt=()=>import("@carbon/web-components/es/components/icon-button/index.js"),zs=()=>import("@carbon/web-components/es/components/combo-button/index.js"),Os=()=>import("@carbon/web-components/es/components/copy-button/index.js"),Rs=()=>import("@carbon/web-components/es/components/checkbox/index.js"),Us=()=>import("@carbon/web-components/es/components/radio-button/index.js"),$s=()=>import("@carbon/web-components/es/components/toggle/index.js"),H=()=>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"),js=()=>import("@carbon/web-components/es/components/textarea/index.js"),Gs=()=>import("@carbon/web-components/es/components/number-input/index.js"),Vs=()=>import("@carbon/web-components/es/components/password-input/index.js"),et=()=>import("@carbon/web-components/es/components/search/index.js"),Zs=()=>import("@carbon/web-components/es/components/combo-box/index.js"),Js=()=>import("@carbon/web-components/es/components/dropdown/index.js"),Ks=()=>import("@carbon/web-components/es/components/multi-select/index.js"),Qs=()=>import("@carbon/web-components/es/components/date-picker/index.js"),Xs=()=>import("@carbon/web-components/es/components/time-picker/index.js"),M=()=>import("@carbon/web-components/es/components/file-uploader/index.js"),st=()=>import("@carbon/web-components/es/components/form/index.js"),Ys=()=>import("@carbon/web-components/es/components/form-group/index.js"),tn=()=>import("@carbon/web-components/es/components/data-table/index.js"),nt=()=>import("@carbon/web-components/es/components/pagination/index.js"),en=()=>import("@carbon/web-components/es/components/code-snippet/index.js"),G=()=>import("@carbon/web-components/es/components/tag/index.js"),sn=()=>import("@carbon/web-components/es/components/badge-indicator/index.js"),V=()=>import("@carbon/web-components/es/components/notification/index.js"),nn=()=>import("@carbon/web-components/es/components/loading/index.js"),on=()=>import("@carbon/web-components/es/components/inline-loading/index.js"),an=()=>import("@carbon/web-components/es/components/progress-bar/index.js"),rn=()=>import("@carbon/web-components/es/components/progress-indicator/index.js"),cn=()=>import("@carbon/web-components/es/components/skeleton-placeholder/index.js"),ln=()=>import("@carbon/web-components/es/components/skeleton-text/index.js"),y=()=>import("@carbon/web-components/es/components/modal/index.js"),P=()=>import("@carbon/web-components/es/components/tooltip/index.js"),dn=()=>import("@carbon/web-components/es/components/popover/index.js"),pn=()=>import("@carbon/web-components/es/components/toggle-tip/index.js"),ot=()=>import("@carbon/web-components/es/components/heading/index.js"),un=()=>import("@carbon/web-components/es/components/icon/index.js"),vn=()=>import("@carbon/web-components/es/components/icon-indicator/index.js"),q={"cds-table":[P,$,j,et,H,nt,tn],"cds-pagination":[H,j,nt],"cds-button":[P,$],"cds-icon-button:not([data-toggle])":[P,tt],"cds-icon-button[data-toggle]":[P,tt],"cds-button[data-fab]":[P,$],"cds-copy-button":[P,Os],"cds-combo-button":[P,zs],"cds-checkbox":[Rs],"cds-radio-button-group":[Us],"cds-toggle":[$s],"cds-select":[H],"cds-slider":[Hs],"cds-text-input":[j],"cds-textarea":[js],"cds-number-input":[Gs],"cds-password-input":[P,Vs],"cds-search":[et],"cds-dropdown":[Js],"cds-combo-box":[Zs],"cds-multi-select":[Ks],"cds-date-picker":[Qs],"cds-time-picker":[Xs],"cds-file-uploader":[M],"cds-file-uploader-button":[M],"cds-file-uploader-drop-container":[M],"cds-file-uploader-item":[M],"cds-tabs":[Fs],"cds-accordion":[Ds],"cds-content-switcher":[qs],"cds-breadcrumb":[R],"cds-breadcrumb-item":[R],"cds-breadcrumb-link":[R],"cds-menu":[Y],"cds-menu-button":[Y],"cds-overflow-menu":[Ls],"cds-structured-list":[Ns],"cds-contained-list":[U],"cds-contained-list-item":[U],"cds-contained-list-description":[U],"cds-tree-view":[Ts],"cds-modal":[y],"cds-modal-header":[y],"cds-modal-heading":[y],"cds-modal-label":[y],"cds-modal-close-button":[y],"cds-modal-body":[y],"cds-modal-body-content":[y],"cds-modal-footer":[y],"cds-modal-footer-button":[y],"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":[an],"cds-progress-indicator":[rn],"cds-inline-loading":[on],"cds-tooltip":[P],"cds-popover":[dn],"cds-toggletip":[pn],"cds-tag":[G],"cds-dismissible-tag":[G],"cds-filter-tag":[G],"cds-link":[Ms],"cds-code-snippet":[en],"cds-form":[st],"cds-form-item":[st],"cds-form-group":[Ys],"cds-stack":[Bs],"cds-heading":[ot],"cds-section":[ot],"cds-icon":[un],"cds-icon-indicator":[vn],"cds-badge-indicator":[sn],"cds-loading":[nn],"cds-skeleton-text":[ln],"cds-skeleton-placeholder":[cn]};function mn(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 gn(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 fn(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 hn(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 w=i.getEventAttribute(r,W.attrName,"event");w&&e.listen(r,W.type,L=>{e.dispatchPanelEvent(w,W.getData(L,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),w=W._eventOverride||p;delete W._eventOverride,e.dispatchPanelEvent(w,W)})}),s+=o.length}return s}var F=Object.fromEntries(xs()),bn=async function(t,e){const s=mn(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=gn(s);if(n.size>0)try{await fn(n,e)}catch(a){console.error("[Carbon] Failed to load some component modules:",a)}const o=hn(s,this);o>0&&this.debugMe(`[Carbon] Total components initialized: ${o}`)},En=(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 bn.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=En;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const M=require("./component-library-registry-
|
|
1
|
+
const M=require("./component-library-registry-BZI0_XM_.js"),l=require("./tree-utils-CExeKLzH.js");let u=require("badu"),i=require("material-components-web");i=M.__toESM(i,1);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;
|
|
@@ -196,7 +196,7 @@ var utils_exports = /* @__PURE__ */ __exportAll({
|
|
|
196
196
|
if (isDefAndNotNull(m)) switch (u) {
|
|
197
197
|
case "swap": {
|
|
198
198
|
const d = /\{}/gi, _ = p.replace(d, ""), f = p.replace(d, m);
|
|
199
|
-
r.classList.remove(...[...r.classList].filter((
|
|
199
|
+
r.classList.remove(...[...r.classList].filter((T) => T.includes(_))), r.classList.add(f);
|
|
200
200
|
break;
|
|
201
201
|
}
|
|
202
202
|
case "remove_on_data":
|
|
@@ -207,25 +207,26 @@ var utils_exports = /* @__PURE__ */ __exportAll({
|
|
|
207
207
|
const [_, f] = d.split(">");
|
|
208
208
|
_ === m + "" ? r.classList.add.apply(r.classList, f.split(".")) : r.classList.remove.apply(r.classList, f.split("."));
|
|
209
209
|
});
|
|
210
|
-
break;
|
|
211
210
|
}
|
|
212
211
|
}
|
|
213
|
-
if (v === "templated-array" && isArray(l))
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
212
|
+
if (v === "templated-array" && isArray(l))
|
|
213
|
+
if (l.length === 0) r.classList.add("display__none");
|
|
214
|
+
else {
|
|
215
|
+
r.classList.remove("display__none"), l = l || [];
|
|
216
|
+
const c = r.firstElementChild;
|
|
217
|
+
c.classList.remove("display__none"), r.replaceChildren(...l.map((u, p) => {
|
|
218
|
+
const m = c.cloneNode(!0), d = parseDataProps(m, u);
|
|
219
|
+
return mapDataToEls(d, u, void 0, p), d;
|
|
220
|
+
}));
|
|
221
|
+
}
|
|
222
|
+
else if (isDefAndNotNull(l))
|
|
223
|
+
if (M === "typewriter") {
|
|
224
|
+
let c = 0;
|
|
225
|
+
const u = l + y, p = 5, m = () => {
|
|
226
|
+
c < u.length && (r.innerHTML += u.charAt(c), c++, setTimeout(m, p));
|
|
227
|
+
};
|
|
228
|
+
r.innerHTML = "", m();
|
|
229
|
+
} else r.innerHTML = l + y;
|
|
229
230
|
});
|
|
230
231
|
}, tree_utils_exports = /* @__PURE__ */ __exportAll({
|
|
231
232
|
toggleTree: () => toggleTree,
|
|
@@ -244,8 +245,8 @@ var utils_exports = /* @__PURE__ */ __exportAll({
|
|
|
244
245
|
const a = t.getElement().querySelector(".children"), o = e.isOn, n = t.getElement().querySelectorAll(".children"), r = t.getElement().querySelectorAll(".zoo__reveal_icon");
|
|
245
246
|
[...n].forEach((i) => enableClass(i, "zoo__tree-children__hidden", i !== a && !o)), [...r].forEach((i) => enableClass(i, "zoo__icon_rotated", i !== a && !o));
|
|
246
247
|
}, toggleTreeChildren = (e, t) => {
|
|
247
|
-
const a = t.trigger, o = a.getAttribute("data-child-id");
|
|
248
|
-
toggleClass(
|
|
248
|
+
const a = t.trigger, o = a.getAttribute("data-child-id"), n = e.getElement().querySelector(`#${o}`);
|
|
249
|
+
toggleClass(n, "zoo__tree-children__hidden"), toggleClass(a, "zoo__icon_rotated");
|
|
249
250
|
};
|
|
250
251
|
export {
|
|
251
252
|
evalScripts as a,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const require_component_library_registry=require("./component-library-registry-DS_liKzL.js");let badu=require("badu");var utils_exports=require_component_library_registry.__exportAll({dateToZooyStdTimeString:()=>dateToZooyStdTimeString,dtf:()=>dtf,enableClass:()=>enableClass,evalModules:()=>evalModules,evalScripts:()=>evalScripts,formToJSON:()=>formToJSON,getElDataMap:()=>getElDataMap,getPos:()=>getPos,getValue:()=>getValue,handleTemplateProm:()=>handleTemplateProm,insertSiblingAfter:()=>insertSiblingAfter,isInPage:()=>isInPage,mapDataToEls:()=>mapDataToEls,parseDataPropKvDef:()=>parseDataPropKvDef,parseMap:()=>parseMap,parseMomentAgo:()=>parseMomentAgo,randomColour:()=>randomColour,removeNode:()=>removeNode,replaceNode:()=>replaceNode,splitScripts:()=>splitScripts,toggleClass:()=>toggleClass,totalHeight:()=>totalHeight,totalWidth:()=>totalWidth}),format=e=>{const t=Math.floor((new Date-e)/1e3),r=[{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(t<0){const o=Math.abs(t);for(const n of r){const a=Math.floor(o/n.seconds);if(a>=1)return new Intl.RelativeTimeFormat("en",{numeric:"auto"}).format(a,n.name)}return"just now"}for(const o of r){const n=Math.floor(t/o.seconds);if(n>=1)return new Intl.RelativeTimeFormat("en",{numeric:"auto"}).format(-n,o.name)}return"just now"},getInputChecked_=function(e){return e.checked?e.value:null},getSelectSingle_=function(e){const t=e.selectedIndex;return t>=0?e.options[t].value:null},getSelectMultiple_=function(e){const t=[];for(let r,o=0;r=e.options[o];o++)r.selected&&t.push(r.value);return t.length?t:null},getValue=function(e){const t=e.type;switch((0,badu.isString)(t)&&t.toLowerCase()){case"checkbox":case"radio":return getInputChecked_(e);case"select-one":return getSelectSingle_(e);case"select-multiple":return getSelectMultiple_(e);default:return e.value!==null&&e.value!==void 0?e.value:null}},formToJSON=e=>[...e].reduce((t,r)=>(t[r.name]=r.value,t),{}),replaceNode=(e,t)=>{const r=t.parentNode;r&&r.replaceChild(e,t)},removeNode=e=>e&&e.parentNode?e.parentNode.removeChild(e):null,insertSiblingAfter=(e,t)=>{t.parentNode&&t.parentNode.insertBefore(e,t.nextSibling)},isInPage=e=>e===document.body?!1:document.body.contains(e),getPos=e=>[e.offsetLeft,e.offsetTop],randomColour=e=>[1,2,3].map(()=>Math.floor(Math.random()*256)+1).reduce((t,r)=>`${t}${r},`,"rgba(")+`${e||.5}`,totalWidth=e=>{const t=window.getComputedStyle(e),r=e.offsetWidth,o=parseFloat(t.marginLeft)+parseFloat(t.marginRight),n=parseFloat(t.paddingLeft)+parseFloat(t.paddingRight),a=parseFloat(t.borderLeftWidth)+parseFloat(t.borderRightWidth);return r+o-n+a},totalHeight=e=>{const t=window.getComputedStyle(e),r=e.offsetHeight,o=parseFloat(t.marginTop)+parseFloat(t.marginBottom),n=parseFloat(t.paddingTop)+parseFloat(t.paddingBottom),a=parseFloat(t.borderTopWidth)+parseFloat(t.borderBottomWidth);return r+o-n+a},evalScripts=comp=>arr=>{arr&&Array.from(arr).forEach(s=>{(function(){eval(s.text)}).bind(comp)()})},evalModules=e=>t=>{t&&Array.from(t).forEach(r=>{(function(){const o=document.createElement("script");o.type="module",o.textContent=r.textContent;const n=e.getElement(),a=getElDataMap(r).zv_comp_access;a&&(n.zvComponent=e,n.classList.add(a)),n.appendChild(o)}).bind(e)()})},splitScripts=e=>{const t=new DOMParser().parseFromString(e,"text/html");return{html:t.body.firstElementChild,scripts:t.querySelectorAll('script:not([type="module"])'),modules:t.querySelectorAll('script[type="module"]')}},handleTemplateProm=e=>Promise.resolve(splitScripts(e)),enableClass=(e,t,r)=>{r?e.classList.add(t):e.classList.remove(t)},toggleClass=(e,t)=>{const r=!Array.from(e.classList).includes(t);return enableClass(e,t,r),r},getElDataMap=e=>e?Object.assign({},e.dataset||{}):{},dtFormatter={year:"numeric",month:"short",day:"numeric",hour:"2-digit",minute:"2-digit",second:"2-digit"},dFormatter={year:"numeric",month:"short",day:"numeric"},dtf=new Intl.DateTimeFormat("en",{day:"2-digit",month:"short",year:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",hourCycle:"h23"}),dateToZooyStdTimeString=e=>{const[{value:t},,{value:r},,{value:o},,{value:n},,{value:a},,{value:i},,]=dtf.formatToParts(e);return`${r} ${t} ${o} ${n}:${a}:${i}`},parseMomentAgo=(e,t="both",r=void 0)=>{let o=e;(0,badu.isNumber)(o)&&o<9466848e5?o=o*1e3:r&&(o=o+r);const n=new Date(o),a=format(n),i=dateToZooyStdTimeString(n);switch(t){case"time|ago":return`${i}|${a}`;case"ago":return`${a}`;case"datetime":case"time":return`${i}`;default:return`${a} (${i})`}},parseObfuscated=e=>{const r=(n=>a=>a<n.length-4)(e);return(n=>n.split("").map((a,i)=>r(i)?"*":a).join(""))(e)},parseMap=new Map().set(void 0,(e,t,r)=>(0,badu.identity)(e)).set("",(e,t,r)=>(0,badu.identity)(e)).set("class_update_only",(e,t,r)=>(0,badu.identity)(e)).set("frac_100",(e,t,r)=>Math.round(e*100*100)/100).set("date_and_time",(e,t,r)=>new Date(e).toLocaleString(void 0,dtFormatter)).set("date",(e,t,r)=>new Date(e).toLocaleString(void 0,dFormatter)).set("moment_ago",(e,t,r)=>parseMomentAgo(e,"both",r.zdd_date_tz||void 0)).set("moment_ago_only",(e,t,r)=>parseMomentAgo(e,"ago",r.zdd_date_tz||void 0)).set("moment_ago_datetime",(e,t,r)=>parseMomentAgo(e,"datetime",r.zdd_date_tz||void 0)).set("pretty-json",(e,t,r)=>JSON.stringify(e,null,4)).set("obfuscated",(e,t,r)=>parseObfuscated(e)).set("linear-progress",(e,t,r)=>{const o=(0,badu.toNumber)(r.zpmax),n=t.linProg;return o&&n&&(n.progress=e/o,e=void 0),e}),parseDataPropKvDef=e=>e.trim().split(",").map(t=>t.trim()).map(t=>{const[r,o]=t.split(":").map(n=>n.trim());return[r,o]}).filter(([t,r])=>t!==""&&r!==""),parseDataProps=(e,t)=>{const r=getElDataMap(e);delete e.dataset.zoodatapropkv;const o=r.zoodatapropkv||"";return parseDataPropKvDef(o).forEach(([n,a])=>{e.dataset[n]=(0,badu.pathOr)(void 0,a.split("."))(t)}),e},mapDataToEls=(e,t,r=new Map,o=void 0)=>{if(!t)return;const n=new Map([...parseMap,...r]);[...e.querySelectorAll("[data-zdd],[data-zdd_class_update],[data-zdd_template_loop_index]")].forEach(a=>{const i=getElDataMap(a),y=i.zdd||"",v=i.zdd_parse_as,S=i.zdd_render_effect||"",h=i.zdd_class_update,g=i.zdd_template_loop_index,b=i.zdd_units||"";let l=(0,badu.pathOr)(void 0,y.split("."))(t);if((0,badu.isDefAndNotNull)(l)&&(l=n.has(v)?n.get(v)(l,a,i):l),g&&(0,badu.isNumber)(o)&&(console.log("loopIndex: ",g," opt_loopIndex: ",o),g==="zero_indexed"?a.innerHTML=o:g==="one_indexed"?a.innerHTML=o+1:a.innerHTML=o),h){const[c,m,u]=h.split(":"),p=(0,badu.pathOr)(void 0,c.split("."))(t);if((0,badu.isDefAndNotNull)(p))switch(m){case"swap":{const d=/\{}/gi,_=u.replace(d,""),f=u.replace(d,p);a.classList.remove(...[...a.classList].filter(M=>M.includes(_))),a.classList.add(f);break}case"remove_on_data":a.classList.remove(u);break;case"choice_map":u.split("|").filter(d=>d!=="").forEach(d=>{const[_,f]=d.split(">");_===p+""?a.classList.add.apply(a.classList,f.split(".")):a.classList.remove.apply(a.classList,f.split("."))});break}}if(v==="templated-array"&&(0,badu.isArray)(l))if(l.length===0)a.classList.add("display__none");else{a.classList.remove("display__none"),l=l||[];const c=a.firstElementChild;c.classList.remove("display__none"),a.replaceChildren(...l.map((m,u)=>{const p=c.cloneNode(!0),d=parseDataProps(p,m);return mapDataToEls(d,m,void 0,u),d}))}else if((0,badu.isDefAndNotNull)(l))if(S==="typewriter"){let c=0;const m=l+b,u=5,p=()=>{c<m.length&&(a.innerHTML+=m.charAt(c),c++,setTimeout(p,u))};a.innerHTML="",p()}else a.innerHTML=l+b})},tree_utils_exports=require_component_library_registry.__exportAll({toggleTree:()=>toggleTree,toggleTreeChildren:()=>toggleTreeChildren,treeNodeSelect:()=>treeNodeSelect}),needsToScroll=e=>{const t=e.getBoundingClientRect().bottom;return r=>r.getBoundingClientRect().bottom>t},treeNodeSelect=e=>t=>{const r=e.getElement().querySelector(".zv_tree_container"),o=needsToScroll(r),n=e.getElement().querySelectorAll(".tree-node");let a;[...n].forEach(i=>{enableClass(i,"mdc-deprecated-list-item--activated",i.id===`tree-node_${t}`),i.id===`tree-node_${t}`&&(a=i)}),a&&o(a)&&a.scrollIntoView(!1)},toggleTree=(e,t)=>{const r=t.getElement().querySelector(".children"),o=e.isOn,n=t.getElement().querySelectorAll(".children"),a=t.getElement().querySelectorAll(".zoo__reveal_icon");[...n].forEach(i=>enableClass(i,"zoo__tree-children__hidden",i!==r&&!o)),[...a].forEach(i=>enableClass(i,"zoo__icon_rotated",i!==r&&!o))},toggleTreeChildren=(e,t)=>{const r=t.trigger,o=r.getAttribute("data-child-id");toggleClass(e.getElement().querySelector(`#${o}`),"zoo__tree-children__hidden"),toggleClass(r,"zoo__icon_rotated")};Object.defineProperty(exports,"evalModules",{enumerable:!0,get:function(){return evalModules}});Object.defineProperty(exports,"evalScripts",{enumerable:!0,get:function(){return evalScripts}});Object.defineProperty(exports,"formToJSON",{enumerable:!0,get:function(){return formToJSON}});Object.defineProperty(exports,"getElDataMap",{enumerable:!0,get:function(){return getElDataMap}});Object.defineProperty(exports,"getPos",{enumerable:!0,get:function(){return getPos}});Object.defineProperty(exports,"handleTemplateProm",{enumerable:!0,get:function(){return handleTemplateProm}});Object.defineProperty(exports,"isInPage",{enumerable:!0,get:function(){return isInPage}});Object.defineProperty(exports,"removeNode",{enumerable:!0,get:function(){return removeNode}});Object.defineProperty(exports,"replaceNode",{enumerable:!0,get:function(){return replaceNode}});Object.defineProperty(exports,"splitScripts",{enumerable:!0,get:function(){return splitScripts}});Object.defineProperty(exports,"toggleTree",{enumerable:!0,get:function(){return toggleTree}});Object.defineProperty(exports,"toggleTreeChildren",{enumerable:!0,get:function(){return toggleTreeChildren}});Object.defineProperty(exports,"tree_utils_exports",{enumerable:!0,get:function(){return tree_utils_exports}});Object.defineProperty(exports,"utils_exports",{enumerable:!0,get:function(){return utils_exports}});
|
|
1
|
+
const require_component_library_registry=require("./component-library-registry-BZI0_XM_.js");let badu=require("badu");var utils_exports=require_component_library_registry.__exportAll({dateToZooyStdTimeString:()=>dateToZooyStdTimeString,dtf:()=>dtf,enableClass:()=>enableClass,evalModules:()=>evalModules,evalScripts:()=>evalScripts,formToJSON:()=>formToJSON,getElDataMap:()=>getElDataMap,getPos:()=>getPos,getValue:()=>getValue,handleTemplateProm:()=>handleTemplateProm,insertSiblingAfter:()=>insertSiblingAfter,isInPage:()=>isInPage,mapDataToEls:()=>mapDataToEls,parseDataPropKvDef:()=>parseDataPropKvDef,parseMap:()=>parseMap,parseMomentAgo:()=>parseMomentAgo,randomColour:()=>randomColour,removeNode:()=>removeNode,replaceNode:()=>replaceNode,splitScripts:()=>splitScripts,toggleClass:()=>toggleClass,totalHeight:()=>totalHeight,totalWidth:()=>totalWidth}),format=e=>{const t=Math.floor((new Date-e)/1e3),r=[{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(t<0){const o=Math.abs(t);for(const n of r){const a=Math.floor(o/n.seconds);if(a>=1)return new Intl.RelativeTimeFormat("en",{numeric:"auto"}).format(a,n.name)}return"just now"}for(const o of r){const n=Math.floor(t/o.seconds);if(n>=1)return new Intl.RelativeTimeFormat("en",{numeric:"auto"}).format(-n,o.name)}return"just now"},getInputChecked_=function(e){return e.checked?e.value:null},getSelectSingle_=function(e){const t=e.selectedIndex;return t>=0?e.options[t].value:null},getSelectMultiple_=function(e){const t=[];for(let r,o=0;r=e.options[o];o++)r.selected&&t.push(r.value);return t.length?t:null},getValue=function(e){const t=e.type;switch((0,badu.isString)(t)&&t.toLowerCase()){case"checkbox":case"radio":return getInputChecked_(e);case"select-one":return getSelectSingle_(e);case"select-multiple":return getSelectMultiple_(e);default:return e.value!==null&&e.value!==void 0?e.value:null}},formToJSON=e=>[...e].reduce((t,r)=>(t[r.name]=r.value,t),{}),replaceNode=(e,t)=>{const r=t.parentNode;r&&r.replaceChild(e,t)},removeNode=e=>e&&e.parentNode?e.parentNode.removeChild(e):null,insertSiblingAfter=(e,t)=>{t.parentNode&&t.parentNode.insertBefore(e,t.nextSibling)},isInPage=e=>e===document.body?!1:document.body.contains(e),getPos=e=>[e.offsetLeft,e.offsetTop],randomColour=e=>[1,2,3].map(()=>Math.floor(Math.random()*256)+1).reduce((t,r)=>`${t}${r},`,"rgba(")+`${e||.5}`,totalWidth=e=>{const t=window.getComputedStyle(e),r=e.offsetWidth,o=parseFloat(t.marginLeft)+parseFloat(t.marginRight),n=parseFloat(t.paddingLeft)+parseFloat(t.paddingRight),a=parseFloat(t.borderLeftWidth)+parseFloat(t.borderRightWidth);return r+o-n+a},totalHeight=e=>{const t=window.getComputedStyle(e),r=e.offsetHeight,o=parseFloat(t.marginTop)+parseFloat(t.marginBottom),n=parseFloat(t.paddingTop)+parseFloat(t.paddingBottom),a=parseFloat(t.borderTopWidth)+parseFloat(t.borderBottomWidth);return r+o-n+a},evalScripts=comp=>arr=>{arr&&Array.from(arr).forEach(s=>{(function(){eval(s.text)}).bind(comp)()})},evalModules=e=>t=>{t&&Array.from(t).forEach(r=>{(function(){const o=document.createElement("script");o.type="module",o.textContent=r.textContent;const n=e.getElement(),a=getElDataMap(r).zv_comp_access;a&&(n.zvComponent=e,n.classList.add(a)),n.appendChild(o)}).bind(e)()})},splitScripts=e=>{const t=new DOMParser().parseFromString(e,"text/html");return{html:t.body.firstElementChild,scripts:t.querySelectorAll('script:not([type="module"])'),modules:t.querySelectorAll('script[type="module"]')}},handleTemplateProm=e=>Promise.resolve(splitScripts(e)),enableClass=(e,t,r)=>{r?e.classList.add(t):e.classList.remove(t)},toggleClass=(e,t)=>{const r=!Array.from(e.classList).includes(t);return enableClass(e,t,r),r},getElDataMap=e=>e?Object.assign({},e.dataset||{}):{},dtFormatter={year:"numeric",month:"short",day:"numeric",hour:"2-digit",minute:"2-digit",second:"2-digit"},dFormatter={year:"numeric",month:"short",day:"numeric"},dtf=new Intl.DateTimeFormat("en",{day:"2-digit",month:"short",year:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",hourCycle:"h23"}),dateToZooyStdTimeString=e=>{const[{value:t},,{value:r},,{value:o},,{value:n},,{value:a},,{value:i},,]=dtf.formatToParts(e);return`${r} ${t} ${o} ${n}:${a}:${i}`},parseMomentAgo=(e,t="both",r=void 0)=>{let o=e;(0,badu.isNumber)(o)&&o<9466848e5?o=o*1e3:r&&(o=o+r);const n=new Date(o),a=format(n),i=dateToZooyStdTimeString(n);switch(t){case"time|ago":return`${i}|${a}`;case"ago":return`${a}`;case"datetime":case"time":return`${i}`;default:return`${a} (${i})`}},parseObfuscated=e=>{const r=(n=>a=>a<n.length-4)(e);return(n=>n.split("").map((a,i)=>r(i)?"*":a).join(""))(e)},parseMap=new Map().set(void 0,(e,t,r)=>(0,badu.identity)(e)).set("",(e,t,r)=>(0,badu.identity)(e)).set("class_update_only",(e,t,r)=>(0,badu.identity)(e)).set("frac_100",(e,t,r)=>Math.round(e*100*100)/100).set("date_and_time",(e,t,r)=>new Date(e).toLocaleString(void 0,dtFormatter)).set("date",(e,t,r)=>new Date(e).toLocaleString(void 0,dFormatter)).set("moment_ago",(e,t,r)=>parseMomentAgo(e,"both",r.zdd_date_tz||void 0)).set("moment_ago_only",(e,t,r)=>parseMomentAgo(e,"ago",r.zdd_date_tz||void 0)).set("moment_ago_datetime",(e,t,r)=>parseMomentAgo(e,"datetime",r.zdd_date_tz||void 0)).set("pretty-json",(e,t,r)=>JSON.stringify(e,null,4)).set("obfuscated",(e,t,r)=>parseObfuscated(e)).set("linear-progress",(e,t,r)=>{const o=(0,badu.toNumber)(r.zpmax),n=t.linProg;return o&&n&&(n.progress=e/o,e=void 0),e}),parseDataPropKvDef=e=>e.trim().split(",").map(t=>t.trim()).map(t=>{const[r,o]=t.split(":").map(n=>n.trim());return[r,o]}).filter(([t,r])=>t!==""&&r!==""),parseDataProps=(e,t)=>{const r=getElDataMap(e);delete e.dataset.zoodatapropkv;const o=r.zoodatapropkv||"";return parseDataPropKvDef(o).forEach(([n,a])=>{e.dataset[n]=(0,badu.pathOr)(void 0,a.split("."))(t)}),e},mapDataToEls=(e,t,r=new Map,o=void 0)=>{if(!t)return;const n=new Map([...parseMap,...r]);[...e.querySelectorAll("[data-zdd],[data-zdd_class_update],[data-zdd_template_loop_index]")].forEach(a=>{const i=getElDataMap(a),y=i.zdd||"",v=i.zdd_parse_as,S=i.zdd_render_effect||"",h=i.zdd_class_update,g=i.zdd_template_loop_index,b=i.zdd_units||"";let l=(0,badu.pathOr)(void 0,y.split("."))(t);if((0,badu.isDefAndNotNull)(l)&&(l=n.has(v)?n.get(v)(l,a,i):l),g&&(0,badu.isNumber)(o)&&(console.log("loopIndex: ",g," opt_loopIndex: ",o),g==="zero_indexed"?a.innerHTML=o:g==="one_indexed"?a.innerHTML=o+1:a.innerHTML=o),h){const[c,m,u]=h.split(":"),p=(0,badu.pathOr)(void 0,c.split("."))(t);if((0,badu.isDefAndNotNull)(p))switch(m){case"swap":{const d=/\{}/gi,_=u.replace(d,""),f=u.replace(d,p);a.classList.remove(...[...a.classList].filter(M=>M.includes(_))),a.classList.add(f);break}case"remove_on_data":a.classList.remove(u);break;case"choice_map":u.split("|").filter(d=>d!=="").forEach(d=>{const[_,f]=d.split(">");_===p+""?a.classList.add.apply(a.classList,f.split(".")):a.classList.remove.apply(a.classList,f.split("."))})}}if(v==="templated-array"&&(0,badu.isArray)(l))if(l.length===0)a.classList.add("display__none");else{a.classList.remove("display__none"),l=l||[];const c=a.firstElementChild;c.classList.remove("display__none"),a.replaceChildren(...l.map((m,u)=>{const p=c.cloneNode(!0),d=parseDataProps(p,m);return mapDataToEls(d,m,void 0,u),d}))}else if((0,badu.isDefAndNotNull)(l))if(S==="typewriter"){let c=0;const m=l+b,u=5,p=()=>{c<m.length&&(a.innerHTML+=m.charAt(c),c++,setTimeout(p,u))};a.innerHTML="",p()}else a.innerHTML=l+b})},tree_utils_exports=require_component_library_registry.__exportAll({toggleTree:()=>toggleTree,toggleTreeChildren:()=>toggleTreeChildren,treeNodeSelect:()=>treeNodeSelect}),needsToScroll=e=>{const t=e.getBoundingClientRect().bottom;return r=>r.getBoundingClientRect().bottom>t},treeNodeSelect=e=>t=>{const r=e.getElement().querySelector(".zv_tree_container"),o=needsToScroll(r),n=e.getElement().querySelectorAll(".tree-node");let a;[...n].forEach(i=>{enableClass(i,"mdc-deprecated-list-item--activated",i.id===`tree-node_${t}`),i.id===`tree-node_${t}`&&(a=i)}),a&&o(a)&&a.scrollIntoView(!1)},toggleTree=(e,t)=>{const r=t.getElement().querySelector(".children"),o=e.isOn,n=t.getElement().querySelectorAll(".children"),a=t.getElement().querySelectorAll(".zoo__reveal_icon");[...n].forEach(i=>enableClass(i,"zoo__tree-children__hidden",i!==r&&!o)),[...a].forEach(i=>enableClass(i,"zoo__icon_rotated",i!==r&&!o))},toggleTreeChildren=(e,t)=>{const r=t.trigger,o=r.getAttribute("data-child-id"),n=e.getElement().querySelector(`#${o}`);toggleClass(n,"zoo__tree-children__hidden"),toggleClass(r,"zoo__icon_rotated")};Object.defineProperty(exports,"evalModules",{enumerable:!0,get:function(){return evalModules}});Object.defineProperty(exports,"evalScripts",{enumerable:!0,get:function(){return evalScripts}});Object.defineProperty(exports,"formToJSON",{enumerable:!0,get:function(){return formToJSON}});Object.defineProperty(exports,"getElDataMap",{enumerable:!0,get:function(){return getElDataMap}});Object.defineProperty(exports,"getPos",{enumerable:!0,get:function(){return getPos}});Object.defineProperty(exports,"handleTemplateProm",{enumerable:!0,get:function(){return handleTemplateProm}});Object.defineProperty(exports,"isInPage",{enumerable:!0,get:function(){return isInPage}});Object.defineProperty(exports,"removeNode",{enumerable:!0,get:function(){return removeNode}});Object.defineProperty(exports,"replaceNode",{enumerable:!0,get:function(){return replaceNode}});Object.defineProperty(exports,"splitScripts",{enumerable:!0,get:function(){return splitScripts}});Object.defineProperty(exports,"toggleTree",{enumerable:!0,get:function(){return toggleTree}});Object.defineProperty(exports,"toggleTreeChildren",{enumerable:!0,get:function(){return toggleTreeChildren}});Object.defineProperty(exports,"tree_utils_exports",{enumerable:!0,get:function(){return tree_utils_exports}});Object.defineProperty(exports,"utils_exports",{enumerable:!0,get:function(){return utils_exports}});
|