@vkzstudio/muza-ui 1.0.36 → 1.0.37

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.
@@ -1,10 +1,10 @@
1
- import { jsx as D } from "react/jsx-runtime";
2
- import { forwardRef as k, useContext as S, useRef as A, useCallback as N, createContext as F, useState as $, useEffect as j } from "react";
1
+ import { jsx as R } from "react/jsx-runtime";
2
+ import { forwardRef as _, useContext as S, useRef as T, useCallback as A, createContext as F, useState as $, useEffect as j } from "react";
3
3
  import { useMuzaTranslations as Z } from "../../translations/TranslationContext.js";
4
4
  import { AnimatePresence as P } from "../../node_modules/framer-motion/dist/es/components/AnimatePresence/index.js";
5
5
  import { useDragControls as ee } from "../../node_modules/framer-motion/dist/es/gestures/drag/use-drag-controls.js";
6
6
  import { motion as te } from "../../node_modules/framer-motion/dist/es/render/components/motion/proxy.js";
7
- import { cn as _ } from "../../utils/cn.js";
7
+ import { cn as H } from "../../utils/cn.js";
8
8
  import { ReorderGroup as re } from "../../node_modules/framer-motion/dist/es/components/Reorder/Group.js";
9
9
  import { ReorderItem as ne } from "../../node_modules/framer-motion/dist/es/components/Reorder/Item.js";
10
10
  const K = {
@@ -19,240 +19,242 @@ const K = {
19
19
  return r;
20
20
  }, ie = ({
21
21
  values: r,
22
- onReorder: s,
23
- onSync: b,
24
- syncDelay: m = 300,
22
+ onReorder: a,
23
+ onSync: m,
24
+ syncDelay: p = 300,
25
25
  onSyncPendingChange: d,
26
- onDragStart: n,
27
- onDragEnd: R,
28
- axis: G = "y",
29
- as: C = "ol",
30
- disabled: p = !1,
26
+ onDragStart: o,
27
+ onDragEnd: w,
28
+ axis: N = "y",
29
+ as: G = "ol",
30
+ disabled: v = !1,
31
31
  layoutScroll: g = !1,
32
- animatePresence: v,
33
- style: y,
34
- className: h,
32
+ animatePresence: y,
33
+ style: M,
34
+ className: x,
35
35
  children: u
36
- }, i) => {
37
- const x = Z(), f = !!b, [L, E] = $(r), t = A(null), e = A(!1), l = A(!1), I = A(L), a = A(b);
38
- a.current = b;
39
- const o = A(d);
40
- o.current = d, j(() => {
41
- f && !e.current && (E(r), I.current = r);
36
+ }, s) => {
37
+ const I = Z(), f = !!m, [C, h] = $(r), i = T(null), e = T(!1), t = T(!1), l = T(C), D = T(m);
38
+ D.current = m;
39
+ const n = T(d);
40
+ n.current = d, j(() => {
41
+ f && !e.current && (h(r), l.current = r);
42
42
  }, [r, f]), j(() => () => {
43
- t.current && clearTimeout(t.current);
43
+ i.current && clearTimeout(i.current);
44
44
  }, []);
45
- const c = N(
46
- (T) => {
47
- t.current && clearTimeout(t.current), t.current = setTimeout(() => {
48
- var M, Y;
49
- t.current = null, e.current = !1, (M = o.current) == null || M.call(o, !1), (Y = a.current) == null || Y.call(a, T);
50
- }, m);
45
+ const c = A(
46
+ (E) => {
47
+ i.current && clearTimeout(i.current), i.current = setTimeout(() => {
48
+ var k, Y;
49
+ i.current = null, e.current = !1, (k = n.current) == null || k.call(n, !1), (Y = D.current) == null || Y.call(D, E);
50
+ }, p);
51
51
  },
52
- [m]
53
- ), w = N(
54
- (T) => {
55
- var M;
56
- f ? (E(T), I.current = T, s == null || s(T), e.current || (e.current = !0, (M = o.current) == null || M.call(o, !0)), l.current || c(T)) : s == null || s(T);
52
+ [p]
53
+ ), b = A(
54
+ (E) => {
55
+ var k;
56
+ f ? (h(E), l.current = E, a == null || a(E), e.current || (e.current = !0, (k = n.current) == null || k.call(n, !0)), t.current || c(E)) : a == null || a(E);
57
57
  },
58
- [f, s, c]
59
- ), H = N(() => {
60
- l.current = !0, t.current && clearTimeout(t.current), n == null || n();
61
- }, [n]), O = N(() => {
62
- l.current = !1, e.current && c(I.current), R == null || R();
63
- }, [c, R]), V = f ? L : r, Q = {
64
- disabled: p,
58
+ [f, a, c]
59
+ ), L = A(() => {
60
+ t.current = !0, i.current && clearTimeout(i.current), o == null || o();
61
+ }, [o]), O = A(() => {
62
+ t.current = !1, e.current && c(l.current), w == null || w();
63
+ }, [c, w]), V = f ? C : r, Q = {
64
+ disabled: v,
65
65
  values: V,
66
- onReorder: p ? void 0 : w,
67
- axis: G,
68
- animatePresence: !!v,
69
- onPointerDragStart: f ? H : void 0,
66
+ onReorder: v ? void 0 : b,
67
+ axis: N,
68
+ animatePresence: !!y,
69
+ onPointerDragStart: f ? L : void 0,
70
70
  onPointerDragEnd: f ? O : void 0
71
- }, X = typeof u == "function" ? u(V) : u, U = v === !0 ? { mode: "popLayout", initial: !1 } : v || null, W = U ? /* @__PURE__ */ D(P, { ...U, children: X }) : X;
72
- return /* @__PURE__ */ D(
71
+ }, X = typeof u == "function" ? u(V) : u, U = y === !0 ? { mode: "popLayout", initial: !1 } : y || null, W = U ? /* @__PURE__ */ R(P, { ...U, children: X }) : X;
72
+ return /* @__PURE__ */ R(
73
73
  q.Provider,
74
74
  {
75
75
  value: Q,
76
- children: /* @__PURE__ */ D(
76
+ children: /* @__PURE__ */ R(
77
77
  re,
78
78
  {
79
- ref: i,
80
- axis: G,
79
+ ref: s,
80
+ axis: N,
81
81
  values: V,
82
- onReorder: p ? () => {
83
- } : w,
84
- as: C,
82
+ onReorder: v ? () => {
83
+ } : b,
84
+ as: G,
85
85
  layoutScroll: g,
86
- style: y,
87
- ...C !== "tbody" && {
86
+ style: M,
87
+ ...G !== "tbody" && {
88
88
  role: "list",
89
- "aria-label": x.reorderableTable.listAriaLabel
89
+ "aria-label": I.reorderableTable.listAriaLabel
90
90
  },
91
- className: _(h),
91
+ className: H(x),
92
92
  children: W
93
93
  }
94
94
  )
95
95
  }
96
96
  );
97
- }, ae = k(ie);
97
+ }, ae = _(ie);
98
98
  ae.displayName = "ReorderableGroup";
99
99
  const ce = ({
100
100
  value: r,
101
- as: s = "li",
102
- disabled: b = !1,
103
- dragListenerDisabled: m = !1,
101
+ as: a = "li",
102
+ disabled: m = !1,
103
+ dragListenerDisabled: p = !1,
104
104
  whileDrag: d,
105
- animation: n,
106
- className: R,
107
- children: G,
108
- style: C,
109
- layout: p
110
- }, g) => {
105
+ animation: o,
106
+ className: w,
107
+ children: N,
108
+ style: G,
109
+ layout: v,
110
+ onClick: g
111
+ }, y) => {
111
112
  const {
112
- disabled: v,
113
- values: y,
114
- onReorder: h,
115
- axis: u,
116
- animatePresence: i,
117
- onPointerDragStart: x,
118
- onPointerDragEnd: f
119
- } = B(), L = ee(), E = b || v, t = !E && !m, e = n === !1 ? null : n === !0 ? K : typeof n == "object" ? {
120
- initial: n.initial ?? K.initial,
121
- animate: n.animate ?? K.animate,
122
- exit: n.exit ?? K.exit,
123
- transition: n.transition ?? K.transition
124
- } : i ? K : null, l = N(
125
- (a) => {
126
- if (!y || !h) return;
127
- const o = y.indexOf(r);
128
- if (o === -1) return;
129
- const c = o + a;
130
- if (c < 0 || c >= y.length) return;
131
- const w = [...y];
132
- w.splice(o, 1), w.splice(c, 0, r), h(w);
113
+ disabled: M,
114
+ values: x,
115
+ onReorder: u,
116
+ axis: s,
117
+ animatePresence: I,
118
+ onPointerDragStart: f,
119
+ onPointerDragEnd: C
120
+ } = B(), h = ee(), i = m || M, e = !i && !p, t = o === !1 ? null : o === !0 ? K : typeof o == "object" ? {
121
+ initial: o.initial ?? K.initial,
122
+ animate: o.animate ?? K.animate,
123
+ exit: o.exit ?? K.exit,
124
+ transition: o.transition ?? K.transition
125
+ } : I ? K : null, l = A(
126
+ (n) => {
127
+ if (!x || !u) return;
128
+ const c = x.indexOf(r);
129
+ if (c === -1) return;
130
+ const b = c + n;
131
+ if (b < 0 || b >= x.length) return;
132
+ const L = [...x];
133
+ L.splice(c, 1), L.splice(b, 0, r), u(L);
133
134
  },
134
- [y, h, r]
135
- ), I = N(
136
- (a) => {
137
- if (!t) return;
138
- const o = u === "y" ? "ArrowUp" : "ArrowLeft", c = u === "y" ? "ArrowDown" : "ArrowRight";
139
- a.key === o ? (a.preventDefault(), l(-1)) : a.key === c && (a.preventDefault(), l(1));
135
+ [x, u, r]
136
+ ), D = A(
137
+ (n) => {
138
+ if (!e) return;
139
+ const c = s === "y" ? "ArrowUp" : "ArrowLeft", b = s === "y" ? "ArrowDown" : "ArrowRight";
140
+ n.key === c ? (n.preventDefault(), l(-1)) : n.key === b && (n.preventDefault(), l(1));
140
141
  },
141
- [t, u, l]
142
+ [e, s, l]
142
143
  );
143
- return /* @__PURE__ */ D(
144
+ return /* @__PURE__ */ R(
144
145
  J.Provider,
145
146
  {
146
- value: { dragControls: L, dragListenerDisabled: m, moveItem: l },
147
- children: /* @__PURE__ */ D(
147
+ value: { dragControls: h, dragListenerDisabled: p, moveItem: l },
148
+ children: /* @__PURE__ */ R(
148
149
  ne,
149
150
  {
150
- ref: g,
151
+ ref: y,
151
152
  value: r,
152
- as: s,
153
- layout: p,
154
- dragControls: L,
155
- dragListener: t,
156
- onDragStart: t ? x : void 0,
157
- onDragEnd: t ? f : void 0,
158
- initial: e == null ? void 0 : e.initial,
159
- animate: e == null ? void 0 : e.animate,
160
- exit: e == null ? void 0 : e.exit,
161
- transition: e == null ? void 0 : e.transition,
162
- tabIndex: t ? 0 : void 0,
153
+ as: a,
154
+ layout: v,
155
+ dragControls: h,
156
+ dragListener: e,
157
+ onDragStart: e ? f : void 0,
158
+ onDragEnd: e ? C : void 0,
159
+ initial: t == null ? void 0 : t.initial,
160
+ animate: t == null ? void 0 : t.animate,
161
+ exit: t == null ? void 0 : t.exit,
162
+ transition: t == null ? void 0 : t.transition,
163
+ tabIndex: e ? 0 : void 0,
163
164
  role: "listitem",
164
- "aria-disabled": E,
165
- onKeyDown: I,
166
- className: _(
167
- t && "cursor-grab active:cursor-grabbing",
168
- t && "focus-visible-default",
169
- R
165
+ "aria-disabled": i,
166
+ onKeyDown: D,
167
+ onClick: g,
168
+ className: H(
169
+ e && "cursor-grab active:cursor-grabbing",
170
+ e && "focus-visible-default",
171
+ w
170
172
  ),
171
- style: C,
173
+ style: G,
172
174
  whileDrag: {
173
175
  zIndex: oe,
174
176
  position: "relative",
175
177
  ...d
176
178
  },
177
- children: G
179
+ children: N
178
180
  }
179
181
  )
180
182
  }
181
183
  );
182
- }, le = k(ce);
184
+ }, le = _(ce);
183
185
  le.displayName = "ReorderableItem";
184
- const ue = k(
186
+ const ue = _(
185
187
  ({
186
188
  as: r = "button",
187
- disabled: s = !1,
188
- "aria-label": b,
189
- className: m,
189
+ disabled: a = !1,
190
+ "aria-label": m,
191
+ className: p,
190
192
  children: d
191
- }, n) => {
192
- const R = Z(), G = b ?? R.reorderableTable.dragHandleAriaLabel, {
193
- disabled: C,
194
- axis: p,
193
+ }, o) => {
194
+ const w = Z(), N = m ?? w.reorderableTable.dragHandleAriaLabel, {
195
+ disabled: G,
196
+ axis: v,
195
197
  onPointerDragStart: g,
196
- onPointerDragEnd: v
197
- } = B(), { dragControls: y, dragListenerDisabled: h, moveItem: u } = se(), i = h && !C && !s, x = A(!1), f = (e) => {
198
- if (!i) return;
199
- x.current = !1;
200
- const l = e.clientX, I = e.clientY, a = (c) => {
201
- const w = Math.abs(c.clientX - l), H = Math.abs(c.clientY - I);
202
- (w > z || H > z) && (x.current = !0);
203
- }, o = () => {
204
- document.removeEventListener("pointermove", a), document.removeEventListener("pointerup", o), x.current && (v == null || v());
198
+ onPointerDragEnd: y
199
+ } = B(), { dragControls: M, dragListenerDisabled: x, moveItem: u } = se(), s = x && !G && !a, I = T(!1), f = (e) => {
200
+ if (!s) return;
201
+ I.current = !1;
202
+ const t = e.clientX, l = e.clientY, D = (c) => {
203
+ const b = Math.abs(c.clientX - t), L = Math.abs(c.clientY - l);
204
+ (b > z || L > z) && (I.current = !0);
205
+ }, n = () => {
206
+ document.removeEventListener("pointermove", D), document.removeEventListener("pointerup", n), I.current && (y == null || y());
205
207
  };
206
- document.addEventListener("pointermove", a), document.addEventListener("pointerup", o), g == null || g(), y.start(e);
207
- }, L = (e) => {
208
- x.current && (e.stopPropagation(), x.current = !1);
209
- }, E = N(
208
+ document.addEventListener("pointermove", D), document.addEventListener("pointerup", n), g == null || g(), M.start(e);
209
+ }, C = (e) => {
210
+ I.current && (e.stopPropagation(), I.current = !1);
211
+ }, h = A(
210
212
  (e) => {
211
- if (!i) return;
212
- const l = p === "y" ? "ArrowUp" : "ArrowLeft", I = p === "y" ? "ArrowDown" : "ArrowRight";
213
- e.key === l ? (e.preventDefault(), u(-1)) : e.key === I && (e.preventDefault(), u(1));
213
+ if (!s) return;
214
+ const t = v === "y" ? "ArrowUp" : "ArrowLeft", l = v === "y" ? "ArrowDown" : "ArrowRight";
215
+ e.key === t ? (e.preventDefault(), u(-1)) : e.key === l && (e.preventDefault(), u(1));
214
216
  },
215
- [i, p, u]
216
- ), t = {
217
- "aria-label": G,
217
+ [s, v, u]
218
+ ), i = {
219
+ "aria-label": N,
218
220
  "aria-roledescription": "sortable",
219
221
  onPointerDown: f,
220
- onKeyDown: E,
221
- onClick: L,
222
- className: _(
222
+ onKeyDown: h,
223
+ onClick: C,
224
+ className: H(
223
225
  "touch-none select-none",
224
- i && "cursor-grab active:cursor-grabbing",
225
- !i && "cursor-default",
226
- i && "focus-visible-default",
227
- m
226
+ s && "cursor-grab active:cursor-grabbing",
227
+ !s && "cursor-default",
228
+ s && "focus-visible-default",
229
+ p
228
230
  )
229
231
  };
230
- return r === "button" ? /* @__PURE__ */ D("button", { ref: n, type: "button", disabled: s, ...t, children: d }) : r === "div" ? /* @__PURE__ */ D(
232
+ return r === "button" ? /* @__PURE__ */ R("button", { ref: o, type: "button", disabled: a, ...i, children: d }) : r === "div" ? /* @__PURE__ */ R(
231
233
  "div",
232
234
  {
233
- ref: n,
234
- tabIndex: i ? 0 : void 0,
235
- role: i ? "button" : void 0,
236
- ...t,
235
+ ref: o,
236
+ tabIndex: s ? 0 : void 0,
237
+ role: s ? "button" : void 0,
238
+ ...i,
237
239
  children: d
238
240
  }
239
- ) : /* @__PURE__ */ D(
241
+ ) : /* @__PURE__ */ R(
240
242
  "span",
241
243
  {
242
- ref: n,
243
- tabIndex: i ? 0 : void 0,
244
- role: i ? "button" : void 0,
245
- ...t,
244
+ ref: o,
245
+ tabIndex: s ? 0 : void 0,
246
+ role: s ? "button" : void 0,
247
+ ...i,
246
248
  children: d
247
249
  }
248
250
  );
249
251
  }
250
252
  );
251
253
  ue.displayName = "ReorderableHandle";
252
- const fe = ({ as: r = "li", className: s, children: b }, m) => {
254
+ const fe = ({ as: r = "li", className: a, children: m }, p) => {
253
255
  const d = te[r];
254
- return /* @__PURE__ */ D(d, { ref: m, layout: !0, role: "listitem", className: _(s), children: b });
255
- }, de = k(fe);
256
+ return /* @__PURE__ */ R(d, { ref: p, layout: !0, role: "listitem", className: H(a), children: m });
257
+ }, de = _(fe);
256
258
  de.displayName = "ReorderableStaticItem";
257
259
  export {
258
260
  ae as ReorderableGroup,
@@ -89,6 +89,12 @@ export interface ReorderableTableProps<T extends {
89
89
  * Use `"position"` to animate only position and prevent scale distortion when row height changes.
90
90
  */
91
91
  layout?: true | 'position';
92
+ /**
93
+ * Fires when a row is clicked. Does not fire when the click originates from
94
+ * the drag handle. Clicks inside interactive children (buttons, links) should
95
+ * call `event.stopPropagation()` to avoid double-firing.
96
+ */
97
+ onRowClick?: (rowData: T, rowIndex: number) => void;
92
98
  }
93
99
  declare const ReorderableTable: <T extends {
94
100
  id: string | number;
@@ -1 +1 @@
1
- {"version":3,"file":"ReorderableTable.d.ts","sourceRoot":"","sources":["../../../src/components/ReorderableTable/ReorderableTable.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,SAAS,EAAc,MAAM,OAAO,CAAA;AAWrE;;;;;;;;;;GAUG;AACH,MAAM,WAAW,sBAAsB,CAAC,CAAC;IACvC,uEAAuE;IACvE,OAAO,EAAE,MAAM,CAAC,CAAA;IAChB,6BAA6B;IAC7B,KAAK,EAAE,SAAS,CAAA;IAChB,0DAA0D;IAC1D,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,GAAG,CAAC,GAAG,CAAC,CAAA;IAC3B;;;;;OAKG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,QAAQ,EAAE,MAAM,KAAK,SAAS,CAAA;CACxE;AAED;;;;;;GAMG;AACH,MAAM,WAAW,qBAAqB,CAAC,CAAC,SAAS;IAAE,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CACtE,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE,UAAU,CAAC;IAChE,wFAAwF;IACxF,IAAI,EAAE,CAAC,EAAE,CAAA;IACT;;;OAGG;IACH,SAAS,CAAC,EAAE,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,IAAI,CAAA;IACnC;;;;OAIG;IACH,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,IAAI,CAAA;IAChC,8FAA8F;IAC9F,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAA;IAClD,oDAAoD;IACpD,WAAW,CAAC,EAAE,MAAM,IAAI,CAAA;IACxB,kDAAkD;IAClD,SAAS,CAAC,EAAE,MAAM,IAAI,CAAA;IACtB,4FAA4F;IAC5F,OAAO,EAAE,sBAAsB,CAAC,CAAC,CAAC,EAAE,CAAA;IACpC,oDAAoD;IACpD,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,+EAA+E;IAC/E,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAA;IACzD,uDAAuD;IACvD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,uFAAuF;IACvF,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,mFAAmF;IACnF,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB;;;OAGG;IACH,MAAM,CAAC,EAAE,IAAI,GAAG,UAAU,CAAA;CAC3B;AAgPD,QAAA,MAAM,gBAAgB,EAAwC,CAC5D,CAAC,SAAS;IAAE,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,EAEjC,KAAK,EAAE,qBAAqB,CAAC,CAAC,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAA;CAAE,KACvE,KAAK,CAAC,YAAY,CACtB;AAED,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
1
+ {"version":3,"file":"ReorderableTable.d.ts","sourceRoot":"","sources":["../../../src/components/ReorderableTable/ReorderableTable.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,SAAS,EAAc,MAAM,OAAO,CAAA;AAWrE;;;;;;;;;;GAUG;AACH,MAAM,WAAW,sBAAsB,CAAC,CAAC;IACvC,uEAAuE;IACvE,OAAO,EAAE,MAAM,CAAC,CAAA;IAChB,6BAA6B;IAC7B,KAAK,EAAE,SAAS,CAAA;IAChB,0DAA0D;IAC1D,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,GAAG,CAAC,GAAG,CAAC,CAAA;IAC3B;;;;;OAKG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,QAAQ,EAAE,MAAM,KAAK,SAAS,CAAA;CACxE;AAED;;;;;;GAMG;AACH,MAAM,WAAW,qBAAqB,CAAC,CAAC,SAAS;IAAE,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CACtE,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE,UAAU,CAAC;IAChE,wFAAwF;IACxF,IAAI,EAAE,CAAC,EAAE,CAAA;IACT;;;OAGG;IACH,SAAS,CAAC,EAAE,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,IAAI,CAAA;IACnC;;;;OAIG;IACH,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,IAAI,CAAA;IAChC,8FAA8F;IAC9F,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAA;IAClD,oDAAoD;IACpD,WAAW,CAAC,EAAE,MAAM,IAAI,CAAA;IACxB,kDAAkD;IAClD,SAAS,CAAC,EAAE,MAAM,IAAI,CAAA;IACtB,4FAA4F;IAC5F,OAAO,EAAE,sBAAsB,CAAC,CAAC,CAAC,EAAE,CAAA;IACpC,oDAAoD;IACpD,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,+EAA+E;IAC/E,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAA;IACzD,uDAAuD;IACvD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,uFAAuF;IACvF,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,mFAAmF;IACnF,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB;;;OAGG;IACH,MAAM,CAAC,EAAE,IAAI,GAAG,UAAU,CAAA;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;CACpD;AAkQD,QAAA,MAAM,gBAAgB,EAAwC,CAC5D,CAAC,SAAS;IAAE,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,EAEjC,KAAK,EAAE,qBAAqB,CAAC,CAAC,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAA;CAAE,KACvE,KAAK,CAAC,YAAY,CACtB;AAED,OAAO,EAAE,gBAAgB,EAAE,CAAA"}