@ddd-tool/domain-designer-generator 0.1.0-beta.1 → 0.1.0-beta.10

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/index.js CHANGED
@@ -5,17 +5,17 @@
5
5
  **/
6
6
  /*! #__NO_SIDE_EFFECTS__ */
7
7
  // @__NO_SIDE_EFFECTS__
8
- function Kn(e) {
8
+ function Bn(e) {
9
9
  const n = /* @__PURE__ */ Object.create(null);
10
10
  for (const t of e.split(",")) n[t] = 1;
11
11
  return (t) => t in n;
12
12
  }
13
13
  process.env.NODE_ENV !== "production" && Object.freeze({});
14
14
  process.env.NODE_ENV !== "production" && Object.freeze([]);
15
- const Fe = Object.assign, zn = Object.prototype.hasOwnProperty, Ve = (e, n) => zn.call(e, n), J = Array.isArray, ne = (e) => pn(e) === "[object Map]", Bn = (e) => typeof e == "function", Un = (e) => typeof e == "string", ce = (e) => typeof e == "symbol", ye = (e) => e !== null && typeof e == "object", Gn = Object.prototype.toString, pn = (e) => Gn.call(e), dn = (e) => pn(e).slice(8, -1), Je = (e) => Un(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, Wn = (e) => {
15
+ const Fe = Object.assign, Un = Object.prototype.hasOwnProperty, Ve = (e, n) => Un.call(e, n), Y = Array.isArray, te = (e) => dn(e) === "[object Map]", zn = (e) => typeof e == "function", Gn = (e) => typeof e == "string", ue = (e) => typeof e == "symbol", je = (e) => e !== null && typeof e == "object", Jn = Object.prototype.toString, dn = (e) => Jn.call(e), mn = (e) => dn(e).slice(8, -1), Ye = (e) => Gn(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, Wn = (e) => {
16
16
  const n = /* @__PURE__ */ Object.create(null);
17
17
  return (t) => n[t] || (n[t] = e(t));
18
- }, Jn = Wn((e) => e.charAt(0).toUpperCase() + e.slice(1)), Y = (e, n) => !Object.is(e, n);
18
+ }, Yn = Wn((e) => e.charAt(0).toUpperCase() + e.slice(1)), q = (e, n) => !Object.is(e, n);
19
19
  /**
20
20
  * @vue/reactivity v3.5.13
21
21
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
@@ -23,37 +23,37 @@ const Fe = Object.assign, zn = Object.prototype.hasOwnProperty, Ve = (e, n) => z
23
23
  **/
24
24
  function X(e, ...n) {
25
25
  }
26
- let S, fn = 0, te, oe;
27
- function Yn(e, n = !1) {
26
+ let A, fn = 0, oe, se;
27
+ function qn(e, n = !1) {
28
28
  if (e.flags |= 8, n) {
29
- e.next = oe, oe = e;
29
+ e.next = se, se = e;
30
30
  return;
31
31
  }
32
- e.next = te, te = e;
32
+ e.next = oe, oe = e;
33
33
  }
34
- function Ye() {
34
+ function qe() {
35
35
  fn++;
36
36
  }
37
37
  function Ze() {
38
38
  if (--fn > 0)
39
39
  return;
40
- if (oe) {
41
- let n = oe;
42
- for (oe = void 0; n; ) {
40
+ if (se) {
41
+ let n = se;
42
+ for (se = void 0; n; ) {
43
43
  const t = n.next;
44
44
  n.next = void 0, n.flags &= -9, n = t;
45
45
  }
46
46
  }
47
47
  let e;
48
- for (; te; ) {
49
- let n = te;
50
- for (te = void 0; n; ) {
48
+ for (; oe; ) {
49
+ let n = oe;
50
+ for (oe = void 0; n; ) {
51
51
  const t = n.next;
52
52
  if (n.next = void 0, n.flags &= -9, n.flags & 1)
53
53
  try {
54
54
  n.trigger();
55
- } catch (o) {
56
- e || (e = o);
55
+ } catch (r) {
56
+ e || (e = r);
57
57
  }
58
58
  n = t;
59
59
  }
@@ -64,97 +64,97 @@ function Zn(e) {
64
64
  for (let n = e.deps; n; n = n.nextDep)
65
65
  n.version = -1, n.prevActiveLink = n.dep.activeLink, n.dep.activeLink = n;
66
66
  }
67
- function qn(e) {
68
- let n, t = e.depsTail, o = t;
69
- for (; o; ) {
70
- const s = o.prevDep;
71
- o.version === -1 ? (o === t && (t = s), hn(o), Qn(o)) : n = o, o.dep.activeLink = o.prevActiveLink, o.prevActiveLink = void 0, o = s;
67
+ function Qn(e) {
68
+ let n, t = e.depsTail, r = t;
69
+ for (; r; ) {
70
+ const o = r.prevDep;
71
+ r.version === -1 ? (r === t && (t = o), vn(r), et(r)) : n = r, r.dep.activeLink = r.prevActiveLink, r.prevActiveLink = void 0, r = o;
72
72
  }
73
73
  e.deps = n, e.depsTail = t;
74
74
  }
75
75
  function Xn(e) {
76
76
  for (let n = e.deps; n; n = n.nextDep)
77
- if (n.dep.version !== n.version || n.dep.computed && (mn(n.dep.computed) || n.dep.version !== n.version))
77
+ if (n.dep.version !== n.version || n.dep.computed && (hn(n.dep.computed) || n.dep.version !== n.version))
78
78
  return !0;
79
79
  return !!e._dirty;
80
80
  }
81
- function mn(e) {
82
- if (e.flags & 4 && !(e.flags & 16) || (e.flags &= -17, e.globalVersion === se))
81
+ function hn(e) {
82
+ if (e.flags & 4 && !(e.flags & 16) || (e.flags &= -17, e.globalVersion === re))
83
83
  return;
84
- e.globalVersion = se;
84
+ e.globalVersion = re;
85
85
  const n = e.dep;
86
86
  if (e.flags |= 2, n.version > 0 && !e.isSSR && e.deps && !Xn(e)) {
87
87
  e.flags &= -3;
88
88
  return;
89
89
  }
90
- const t = S, o = R;
91
- S = e, R = !0;
90
+ const t = A, r = R;
91
+ A = e, R = !0;
92
92
  try {
93
93
  Zn(e);
94
- const s = e.fn(e._value);
95
- (n.version === 0 || Y(s, e._value)) && (e._value = s, n.version++);
96
- } catch (s) {
97
- throw n.version++, s;
94
+ const o = e.fn(e._value);
95
+ (n.version === 0 || q(o, e._value)) && (e._value = o, n.version++);
96
+ } catch (o) {
97
+ throw n.version++, o;
98
98
  } finally {
99
- S = t, R = o, qn(e), e.flags &= -3;
99
+ A = t, R = r, Qn(e), e.flags &= -3;
100
100
  }
101
101
  }
102
- function hn(e, n = !1) {
103
- const { dep: t, prevSub: o, nextSub: s } = e;
104
- if (o && (o.nextSub = s, e.prevSub = void 0), s && (s.prevSub = o, e.nextSub = void 0), process.env.NODE_ENV !== "production" && t.subsHead === e && (t.subsHead = s), t.subs === e && (t.subs = o, !o && t.computed)) {
102
+ function vn(e, n = !1) {
103
+ const { dep: t, prevSub: r, nextSub: o } = e;
104
+ if (r && (r.nextSub = o, e.prevSub = void 0), o && (o.prevSub = r, e.nextSub = void 0), process.env.NODE_ENV !== "production" && t.subsHead === e && (t.subsHead = o), t.subs === e && (t.subs = r, !r && t.computed)) {
105
105
  t.computed.flags &= -5;
106
- for (let a = t.computed.deps; a; a = a.nextDep)
107
- hn(a, !0);
106
+ for (let s = t.computed.deps; s; s = s.nextDep)
107
+ vn(s, !0);
108
108
  }
109
109
  !n && !--t.sc && t.map && t.map.delete(t.key);
110
110
  }
111
- function Qn(e) {
111
+ function et(e) {
112
112
  const { prevDep: n, nextDep: t } = e;
113
113
  n && (n.nextDep = t, e.prevDep = void 0), t && (t.prevDep = n, e.nextDep = void 0);
114
114
  }
115
115
  let R = !0;
116
116
  const gn = [];
117
- function et() {
117
+ function nt() {
118
118
  gn.push(R), R = !1;
119
119
  }
120
- function nt() {
120
+ function tt() {
121
121
  const e = gn.pop();
122
122
  R = e === void 0 ? !0 : e;
123
123
  }
124
- let se = 0;
125
- class tt {
124
+ let re = 0;
125
+ class ot {
126
126
  constructor(n, t) {
127
127
  this.sub = n, this.dep = t, this.version = t.version, this.nextDep = this.prevDep = this.nextSub = this.prevSub = this.prevActiveLink = void 0;
128
128
  }
129
129
  }
130
- class qe {
130
+ class Qe {
131
131
  constructor(n) {
132
132
  this.computed = n, this.version = 0, this.activeLink = void 0, this.subs = void 0, this.map = void 0, this.key = void 0, this.sc = 0, process.env.NODE_ENV !== "production" && (this.subsHead = void 0);
133
133
  }
134
134
  track(n) {
135
- if (!S || !R || S === this.computed)
135
+ if (!A || !R || A === this.computed)
136
136
  return;
137
137
  let t = this.activeLink;
138
- if (t === void 0 || t.sub !== S)
139
- t = this.activeLink = new tt(S, this), S.deps ? (t.prevDep = S.depsTail, S.depsTail.nextDep = t, S.depsTail = t) : S.deps = S.depsTail = t, vn(t);
138
+ if (t === void 0 || t.sub !== A)
139
+ t = this.activeLink = new ot(A, this), A.deps ? (t.prevDep = A.depsTail, A.depsTail.nextDep = t, A.depsTail = t) : A.deps = A.depsTail = t, _n(t);
140
140
  else if (t.version === -1 && (t.version = this.version, t.nextDep)) {
141
- const o = t.nextDep;
142
- o.prevDep = t.prevDep, t.prevDep && (t.prevDep.nextDep = o), t.prevDep = S.depsTail, t.nextDep = void 0, S.depsTail.nextDep = t, S.depsTail = t, S.deps === t && (S.deps = o);
141
+ const r = t.nextDep;
142
+ r.prevDep = t.prevDep, t.prevDep && (t.prevDep.nextDep = r), t.prevDep = A.depsTail, t.nextDep = void 0, A.depsTail.nextDep = t, A.depsTail = t, A.deps === t && (A.deps = r);
143
143
  }
144
- return process.env.NODE_ENV !== "production" && S.onTrack && S.onTrack(
144
+ return process.env.NODE_ENV !== "production" && A.onTrack && A.onTrack(
145
145
  Fe(
146
146
  {
147
- effect: S
147
+ effect: A
148
148
  },
149
149
  n
150
150
  )
151
151
  ), t;
152
152
  }
153
153
  trigger(n) {
154
- this.version++, se++, this.notify(n);
154
+ this.version++, re++, this.notify(n);
155
155
  }
156
156
  notify(n) {
157
- Ye();
157
+ qe();
158
158
  try {
159
159
  if (process.env.NODE_ENV !== "production")
160
160
  for (let t = this.subsHead; t; t = t.nextSub)
@@ -173,296 +173,296 @@ class qe {
173
173
  }
174
174
  }
175
175
  }
176
- function vn(e) {
176
+ function _n(e) {
177
177
  if (e.dep.sc++, e.sub.flags & 4) {
178
178
  const n = e.dep.computed;
179
179
  if (n && !e.dep.subs) {
180
180
  n.flags |= 20;
181
- for (let o = n.deps; o; o = o.nextDep)
182
- vn(o);
181
+ for (let r = n.deps; r; r = r.nextDep)
182
+ _n(r);
183
183
  }
184
184
  const t = e.dep.subs;
185
185
  t !== e && (e.prevSub = t, t && (t.nextSub = e)), process.env.NODE_ENV !== "production" && e.dep.subsHead === void 0 && (e.dep.subsHead = e), e.dep.subs = e;
186
186
  }
187
187
  }
188
- const Re = /* @__PURE__ */ new WeakMap(), M = Symbol(
188
+ const Re = /* @__PURE__ */ new WeakMap(), K = Symbol(
189
189
  process.env.NODE_ENV !== "production" ? "Object iterate" : ""
190
- ), ke = Symbol(
190
+ ), He = Symbol(
191
191
  process.env.NODE_ENV !== "production" ? "Map keys iterate" : ""
192
- ), re = Symbol(
192
+ ), ae = Symbol(
193
193
  process.env.NODE_ENV !== "production" ? "Array iterate" : ""
194
194
  );
195
- function I(e, n, t) {
196
- if (R && S) {
197
- let o = Re.get(e);
198
- o || Re.set(e, o = /* @__PURE__ */ new Map());
199
- let s = o.get(t);
200
- s || (o.set(t, s = new qe()), s.map = o, s.key = t), process.env.NODE_ENV !== "production" ? s.track({
195
+ function k(e, n, t) {
196
+ if (R && A) {
197
+ let r = Re.get(e);
198
+ r || Re.set(e, r = /* @__PURE__ */ new Map());
199
+ let o = r.get(t);
200
+ o || (r.set(t, o = new Qe()), o.map = r, o.key = t), process.env.NODE_ENV !== "production" ? o.track({
201
201
  target: e,
202
202
  type: n,
203
203
  key: t
204
- }) : s.track();
204
+ }) : o.track();
205
205
  }
206
206
  }
207
- function V(e, n, t, o, s, a) {
208
- const c = Re.get(e);
209
- if (!c) {
210
- se++;
207
+ function V(e, n, t, r, o, s) {
208
+ const p = Re.get(e);
209
+ if (!p) {
210
+ re++;
211
211
  return;
212
212
  }
213
- const g = (v) => {
214
- v && (process.env.NODE_ENV !== "production" ? v.trigger({
213
+ const _ = (C) => {
214
+ C && (process.env.NODE_ENV !== "production" ? C.trigger({
215
215
  target: e,
216
216
  type: n,
217
217
  key: t,
218
- newValue: o,
219
- oldValue: s,
220
- oldTarget: a
221
- }) : v.trigger());
218
+ newValue: r,
219
+ oldValue: o,
220
+ oldTarget: s
221
+ }) : C.trigger());
222
222
  };
223
- if (Ye(), n === "clear")
224
- c.forEach(g);
223
+ if (qe(), n === "clear")
224
+ p.forEach(_);
225
225
  else {
226
- const v = J(e), d = v && Je(t);
227
- if (v && t === "length") {
228
- const r = Number(o);
229
- c.forEach((i, l) => {
230
- (l === "length" || l === re || !ce(l) && l >= r) && g(i);
226
+ const C = Y(e), m = C && Ye(t);
227
+ if (C && t === "length") {
228
+ const i = Number(r);
229
+ p.forEach((a, l) => {
230
+ (l === "length" || l === ae || !ue(l) && l >= i) && _(a);
231
231
  });
232
232
  } else
233
- switch ((t !== void 0 || c.has(void 0)) && g(c.get(t)), d && g(c.get(re)), n) {
233
+ switch ((t !== void 0 || p.has(void 0)) && _(p.get(t)), m && _(p.get(ae)), n) {
234
234
  case "add":
235
- v ? d && g(c.get("length")) : (g(c.get(M)), ne(e) && g(c.get(ke)));
235
+ C ? m && _(p.get("length")) : (_(p.get(K)), te(e) && _(p.get(He)));
236
236
  break;
237
237
  case "delete":
238
- v || (g(c.get(M)), ne(e) && g(c.get(ke)));
238
+ C || (_(p.get(K)), te(e) && _(p.get(He)));
239
239
  break;
240
240
  case "set":
241
- ne(e) && g(c.get(M));
241
+ te(e) && _(p.get(K));
242
242
  break;
243
243
  }
244
244
  }
245
245
  Ze();
246
246
  }
247
- function U(e) {
247
+ function J(e) {
248
248
  const n = E(e);
249
- return n === e ? n : (I(n, "iterate", re), k(e) ? n : n.map(A));
249
+ return n === e ? n : (k(n, "iterate", ae), H(e) ? n : n.map(I));
250
250
  }
251
251
  function Xe(e) {
252
- return I(e = E(e), "iterate", re), e;
252
+ return k(e = E(e), "iterate", ae), e;
253
253
  }
254
- const ot = {
254
+ const st = {
255
255
  __proto__: null,
256
256
  [Symbol.iterator]() {
257
- return Oe(this, Symbol.iterator, A);
257
+ return Oe(this, Symbol.iterator, I);
258
258
  },
259
259
  concat(...e) {
260
- return U(this).concat(
261
- ...e.map((n) => J(n) ? U(n) : n)
260
+ return J(this).concat(
261
+ ...e.map((n) => Y(n) ? J(n) : n)
262
262
  );
263
263
  },
264
264
  entries() {
265
- return Oe(this, "entries", (e) => (e[1] = A(e[1]), e));
265
+ return Oe(this, "entries", (e) => (e[1] = I(e[1]), e));
266
266
  },
267
267
  every(e, n) {
268
- return P(this, "every", e, n, void 0, arguments);
268
+ return D(this, "every", e, n, void 0, arguments);
269
269
  },
270
270
  filter(e, n) {
271
- return P(this, "filter", e, n, (t) => t.map(A), arguments);
271
+ return D(this, "filter", e, n, (t) => t.map(I), arguments);
272
272
  },
273
273
  find(e, n) {
274
- return P(this, "find", e, n, A, arguments);
274
+ return D(this, "find", e, n, I, arguments);
275
275
  },
276
276
  findIndex(e, n) {
277
- return P(this, "findIndex", e, n, void 0, arguments);
277
+ return D(this, "findIndex", e, n, void 0, arguments);
278
278
  },
279
279
  findLast(e, n) {
280
- return P(this, "findLast", e, n, A, arguments);
280
+ return D(this, "findLast", e, n, I, arguments);
281
281
  },
282
282
  findLastIndex(e, n) {
283
- return P(this, "findLastIndex", e, n, void 0, arguments);
283
+ return D(this, "findLastIndex", e, n, void 0, arguments);
284
284
  },
285
285
  // flat, flatMap could benefit from ARRAY_ITERATE but are not straight-forward to implement
286
286
  forEach(e, n) {
287
- return P(this, "forEach", e, n, void 0, arguments);
287
+ return D(this, "forEach", e, n, void 0, arguments);
288
288
  },
289
289
  includes(...e) {
290
- return Ae(this, "includes", e);
290
+ return Ie(this, "includes", e);
291
291
  },
292
292
  indexOf(...e) {
293
- return Ae(this, "indexOf", e);
293
+ return Ie(this, "indexOf", e);
294
294
  },
295
295
  join(e) {
296
- return U(this).join(e);
296
+ return J(this).join(e);
297
297
  },
298
298
  // keys() iterator only reads `length`, no optimisation required
299
299
  lastIndexOf(...e) {
300
- return Ae(this, "lastIndexOf", e);
300
+ return Ie(this, "lastIndexOf", e);
301
301
  },
302
302
  map(e, n) {
303
- return P(this, "map", e, n, void 0, arguments);
303
+ return D(this, "map", e, n, void 0, arguments);
304
304
  },
305
305
  pop() {
306
- return ee(this, "pop");
306
+ return ne(this, "pop");
307
307
  },
308
308
  push(...e) {
309
- return ee(this, "push", e);
309
+ return ne(this, "push", e);
310
310
  },
311
311
  reduce(e, ...n) {
312
- return an(this, "reduce", e, n);
312
+ return cn(this, "reduce", e, n);
313
313
  },
314
314
  reduceRight(e, ...n) {
315
- return an(this, "reduceRight", e, n);
315
+ return cn(this, "reduceRight", e, n);
316
316
  },
317
317
  shift() {
318
- return ee(this, "shift");
318
+ return ne(this, "shift");
319
319
  },
320
320
  // slice could use ARRAY_ITERATE but also seems to beg for range tracking
321
321
  some(e, n) {
322
- return P(this, "some", e, n, void 0, arguments);
322
+ return D(this, "some", e, n, void 0, arguments);
323
323
  },
324
324
  splice(...e) {
325
- return ee(this, "splice", e);
325
+ return ne(this, "splice", e);
326
326
  },
327
327
  toReversed() {
328
- return U(this).toReversed();
328
+ return J(this).toReversed();
329
329
  },
330
330
  toSorted(e) {
331
- return U(this).toSorted(e);
331
+ return J(this).toSorted(e);
332
332
  },
333
333
  toSpliced(...e) {
334
- return U(this).toSpliced(...e);
334
+ return J(this).toSpliced(...e);
335
335
  },
336
336
  unshift(...e) {
337
- return ee(this, "unshift", e);
337
+ return ne(this, "unshift", e);
338
338
  },
339
339
  values() {
340
- return Oe(this, "values", A);
340
+ return Oe(this, "values", I);
341
341
  }
342
342
  };
343
343
  function Oe(e, n, t) {
344
- const o = Xe(e), s = o[n]();
345
- return o !== e && !k(e) && (s._next = s.next, s.next = () => {
346
- const a = s._next();
347
- return a.value && (a.value = t(a.value)), a;
348
- }), s;
349
- }
350
- const st = Array.prototype;
351
- function P(e, n, t, o, s, a) {
352
- const c = Xe(e), g = c !== e && !k(e), v = c[n];
353
- if (v !== st[n]) {
354
- const i = v.apply(e, a);
355
- return g ? A(i) : i;
356
- }
357
- let d = t;
358
- c !== e && (g ? d = function(i, l) {
359
- return t.call(this, A(i), l, e);
360
- } : t.length > 2 && (d = function(i, l) {
361
- return t.call(this, i, l, e);
344
+ const r = Xe(e), o = r[n]();
345
+ return r !== e && !H(e) && (o._next = o.next, o.next = () => {
346
+ const s = o._next();
347
+ return s.value && (s.value = t(s.value)), s;
348
+ }), o;
349
+ }
350
+ const rt = Array.prototype;
351
+ function D(e, n, t, r, o, s) {
352
+ const p = Xe(e), _ = p !== e && !H(e), C = p[n];
353
+ if (C !== rt[n]) {
354
+ const a = C.apply(e, s);
355
+ return _ ? I(a) : a;
356
+ }
357
+ let m = t;
358
+ p !== e && (_ ? m = function(a, l) {
359
+ return t.call(this, I(a), l, e);
360
+ } : t.length > 2 && (m = function(a, l) {
361
+ return t.call(this, a, l, e);
362
362
  }));
363
- const r = v.call(c, d, o);
364
- return g && s ? s(r) : r;
365
- }
366
- function an(e, n, t, o) {
367
- const s = Xe(e);
368
- let a = t;
369
- return s !== e && (k(e) ? t.length > 3 && (a = function(c, g, v) {
370
- return t.call(this, c, g, v, e);
371
- }) : a = function(c, g, v) {
372
- return t.call(this, c, A(g), v, e);
373
- }), s[n](a, ...o);
374
- }
375
- function Ae(e, n, t) {
376
- const o = E(e);
377
- I(o, "iterate", re);
378
- const s = o[n](...t);
379
- return (s === -1 || s === !1) && Ct(t[0]) ? (t[0] = E(t[0]), o[n](...t)) : s;
380
- }
381
- function ee(e, n, t = []) {
382
- et(), Ye();
383
- const o = E(e)[n].apply(e, t);
384
- return Ze(), nt(), o;
385
- }
386
- const rt = /* @__PURE__ */ Kn("__proto__,__v_isRef,__isVue"), _n = new Set(
387
- /* @__PURE__ */ Object.getOwnPropertyNames(Symbol).filter((e) => e !== "arguments" && e !== "caller").map((e) => Symbol[e]).filter(ce)
363
+ const i = C.call(p, m, r);
364
+ return _ && o ? o(i) : i;
365
+ }
366
+ function cn(e, n, t, r) {
367
+ const o = Xe(e);
368
+ let s = t;
369
+ return o !== e && (H(e) ? t.length > 3 && (s = function(p, _, C) {
370
+ return t.call(this, p, _, C, e);
371
+ }) : s = function(p, _, C) {
372
+ return t.call(this, p, I(_), C, e);
373
+ }), o[n](s, ...r);
374
+ }
375
+ function Ie(e, n, t) {
376
+ const r = E(e);
377
+ k(r, "iterate", ae);
378
+ const o = r[n](...t);
379
+ return (o === -1 || o === !1) && $t(t[0]) ? (t[0] = E(t[0]), r[n](...t)) : o;
380
+ }
381
+ function ne(e, n, t = []) {
382
+ nt(), qe();
383
+ const r = E(e)[n].apply(e, t);
384
+ return Ze(), tt(), r;
385
+ }
386
+ const at = /* @__PURE__ */ Bn("__proto__,__v_isRef,__isVue"), Cn = new Set(
387
+ /* @__PURE__ */ Object.getOwnPropertyNames(Symbol).filter((e) => e !== "arguments" && e !== "caller").map((e) => Symbol[e]).filter(ue)
388
388
  );
389
- function at(e) {
390
- ce(e) || (e = String(e));
389
+ function it(e) {
390
+ ue(e) || (e = String(e));
391
391
  const n = E(this);
392
- return I(n, "has", e), n.hasOwnProperty(e);
392
+ return k(n, "has", e), n.hasOwnProperty(e);
393
393
  }
394
- class Cn {
394
+ class $n {
395
395
  constructor(n = !1, t = !1) {
396
396
  this._isReadonly = n, this._isShallow = t;
397
397
  }
398
- get(n, t, o) {
398
+ get(n, t, r) {
399
399
  if (t === "__v_skip") return n.__v_skip;
400
- const s = this._isReadonly, a = this._isShallow;
400
+ const o = this._isReadonly, s = this._isShallow;
401
401
  if (t === "__v_isReactive")
402
- return !s;
402
+ return !o;
403
403
  if (t === "__v_isReadonly")
404
- return s;
404
+ return o;
405
405
  if (t === "__v_isShallow")
406
- return a;
406
+ return s;
407
407
  if (t === "__v_raw")
408
- return o === (s ? a ? Nn : wn : a ? gt : bn).get(n) || // receiver is not the reactive proxy, but has the same prototype
408
+ return r === (o ? s ? yn : Nn : s ? gt : wn).get(n) || // receiver is not the reactive proxy, but has the same prototype
409
409
  // this means the receiver is a user proxy of the reactive proxy
410
- Object.getPrototypeOf(n) === Object.getPrototypeOf(o) ? n : void 0;
411
- const c = J(n);
412
- if (!s) {
413
- let v;
414
- if (c && (v = ot[t]))
415
- return v;
410
+ Object.getPrototypeOf(n) === Object.getPrototypeOf(r) ? n : void 0;
411
+ const p = Y(n);
412
+ if (!o) {
413
+ let C;
414
+ if (p && (C = st[t]))
415
+ return C;
416
416
  if (t === "hasOwnProperty")
417
- return at;
417
+ return it;
418
418
  }
419
- const g = Reflect.get(
419
+ const _ = Reflect.get(
420
420
  n,
421
421
  t,
422
422
  // if this is a proxy wrapping a ref, return methods using the raw ref
423
423
  // as receiver so that we don't have to call `toRaw` on the ref in all
424
424
  // its class methods
425
- Z(n) ? n : o
425
+ Z(n) ? n : r
426
426
  );
427
- return (ce(t) ? _n.has(t) : rt(t)) || (s || I(n, "get", t), a) ? g : Z(g) ? c && Je(t) ? g : g.value : ye(g) ? s ? he(g) : yn(g) : g;
427
+ return (ue(t) ? Cn.has(t) : at(t)) || (o || k(n, "get", t), s) ? _ : Z(_) ? p && Ye(t) ? _ : _.value : je(_) ? o ? ve(_) : jn(_) : _;
428
428
  }
429
429
  }
430
- class it extends Cn {
430
+ class ct extends $n {
431
431
  constructor(n = !1) {
432
432
  super(!1, n);
433
433
  }
434
- set(n, t, o, s) {
435
- let a = n[t];
434
+ set(n, t, r, o) {
435
+ let s = n[t];
436
436
  if (!this._isShallow) {
437
- const v = Q(a);
438
- if (!k(o) && !Q(o) && (a = E(a), o = E(o)), !J(n) && Z(a) && !Z(o))
439
- return v ? !1 : (a.value = o, !0);
437
+ const C = ee(s);
438
+ if (!H(r) && !ee(r) && (s = E(s), r = E(r)), !Y(n) && Z(s) && !Z(r))
439
+ return C ? !1 : (s.value = r, !0);
440
440
  }
441
- const c = J(n) && Je(t) ? Number(t) < n.length : Ve(n, t), g = Reflect.set(
441
+ const p = Y(n) && Ye(t) ? Number(t) < n.length : Ve(n, t), _ = Reflect.set(
442
442
  n,
443
443
  t,
444
- o,
445
- Z(n) ? n : s
444
+ r,
445
+ Z(n) ? n : o
446
446
  );
447
- return n === E(s) && (c ? Y(o, a) && V(n, "set", t, o, a) : V(n, "add", t, o)), g;
447
+ return n === E(o) && (p ? q(r, s) && V(n, "set", t, r, s) : V(n, "add", t, r)), _;
448
448
  }
449
449
  deleteProperty(n, t) {
450
- const o = Ve(n, t), s = n[t], a = Reflect.deleteProperty(n, t);
451
- return a && o && V(n, "delete", t, void 0, s), a;
450
+ const r = Ve(n, t), o = n[t], s = Reflect.deleteProperty(n, t);
451
+ return s && r && V(n, "delete", t, void 0, o), s;
452
452
  }
453
453
  has(n, t) {
454
- const o = Reflect.has(n, t);
455
- return (!ce(t) || !_n.has(t)) && I(n, "has", t), o;
454
+ const r = Reflect.has(n, t);
455
+ return (!ue(t) || !Cn.has(t)) && k(n, "has", t), r;
456
456
  }
457
457
  ownKeys(n) {
458
- return I(
458
+ return k(
459
459
  n,
460
460
  "iterate",
461
- J(n) ? "length" : M
461
+ Y(n) ? "length" : K
462
462
  ), Reflect.ownKeys(n);
463
463
  }
464
464
  }
465
- class $n extends Cn {
465
+ class bn extends $n {
466
466
  constructor(n = !1) {
467
467
  super(!0, n);
468
468
  }
@@ -479,20 +479,20 @@ class $n extends Cn {
479
479
  ), !0;
480
480
  }
481
481
  }
482
- const ct = /* @__PURE__ */ new it(), ut = /* @__PURE__ */ new $n(), lt = /* @__PURE__ */ new $n(!0), He = (e) => e, le = (e) => Reflect.getPrototypeOf(e);
483
- function pt(e, n, t) {
484
- return function(...o) {
485
- const s = this.__v_raw, a = E(s), c = ne(a), g = e === "entries" || e === Symbol.iterator && c, v = e === "keys" && c, d = s[e](...o), r = t ? He : n ? Me : A;
486
- return !n && I(
487
- a,
482
+ const ut = /* @__PURE__ */ new ct(), lt = /* @__PURE__ */ new bn(), pt = /* @__PURE__ */ new bn(!0), Le = (e) => e, pe = (e) => Reflect.getPrototypeOf(e);
483
+ function dt(e, n, t) {
484
+ return function(...r) {
485
+ const o = this.__v_raw, s = E(o), p = te(s), _ = e === "entries" || e === Symbol.iterator && p, C = e === "keys" && p, m = o[e](...r), i = t ? Le : n ? Me : I;
486
+ return !n && k(
487
+ s,
488
488
  "iterate",
489
- v ? ke : M
489
+ C ? He : K
490
490
  ), {
491
491
  // iterator protocol
492
492
  next() {
493
- const { value: i, done: l } = d.next();
494
- return l ? { value: i, done: l } : {
495
- value: g ? [r(i[0]), r(i[1])] : r(i),
493
+ const { value: a, done: l } = m.next();
494
+ return l ? { value: a, done: l } : {
495
+ value: _ ? [i(a[0]), i(a[1])] : i(a),
496
496
  done: l
497
497
  };
498
498
  },
@@ -503,80 +503,80 @@ function pt(e, n, t) {
503
503
  };
504
504
  };
505
505
  }
506
- function pe(e) {
506
+ function de(e) {
507
507
  return function(...n) {
508
508
  if (process.env.NODE_ENV !== "production") {
509
509
  const t = n[0] ? `on key "${n[0]}" ` : "";
510
510
  X(
511
- `${Jn(e)} operation ${t}failed: target is readonly.`,
511
+ `${Yn(e)} operation ${t}failed: target is readonly.`,
512
512
  E(this)
513
513
  );
514
514
  }
515
515
  return e === "delete" ? !1 : e === "clear" ? void 0 : this;
516
516
  };
517
517
  }
518
- function dt(e, n) {
518
+ function mt(e, n) {
519
519
  const t = {
520
- get(s) {
521
- const a = this.__v_raw, c = E(a), g = E(s);
522
- e || (Y(s, g) && I(c, "get", s), I(c, "get", g));
523
- const { has: v } = le(c), d = n ? He : e ? Me : A;
524
- if (v.call(c, s))
525
- return d(a.get(s));
526
- if (v.call(c, g))
527
- return d(a.get(g));
528
- a !== c && a.get(s);
520
+ get(o) {
521
+ const s = this.__v_raw, p = E(s), _ = E(o);
522
+ e || (q(o, _) && k(p, "get", o), k(p, "get", _));
523
+ const { has: C } = pe(p), m = n ? Le : e ? Me : I;
524
+ if (C.call(p, o))
525
+ return m(s.get(o));
526
+ if (C.call(p, _))
527
+ return m(s.get(_));
528
+ s !== p && s.get(o);
529
529
  },
530
530
  get size() {
531
- const s = this.__v_raw;
532
- return !e && I(E(s), "iterate", M), Reflect.get(s, "size", s);
531
+ const o = this.__v_raw;
532
+ return !e && k(E(o), "iterate", K), Reflect.get(o, "size", o);
533
533
  },
534
- has(s) {
535
- const a = this.__v_raw, c = E(a), g = E(s);
536
- return e || (Y(s, g) && I(c, "has", s), I(c, "has", g)), s === g ? a.has(s) : a.has(s) || a.has(g);
534
+ has(o) {
535
+ const s = this.__v_raw, p = E(s), _ = E(o);
536
+ return e || (q(o, _) && k(p, "has", o), k(p, "has", _)), o === _ ? s.has(o) : s.has(o) || s.has(_);
537
537
  },
538
- forEach(s, a) {
539
- const c = this, g = c.__v_raw, v = E(g), d = n ? He : e ? Me : A;
540
- return !e && I(v, "iterate", M), g.forEach((r, i) => s.call(a, d(r), d(i), c));
538
+ forEach(o, s) {
539
+ const p = this, _ = p.__v_raw, C = E(_), m = n ? Le : e ? Me : I;
540
+ return !e && k(C, "iterate", K), _.forEach((i, a) => o.call(s, m(i), m(a), p));
541
541
  }
542
542
  };
543
543
  return Fe(
544
544
  t,
545
545
  e ? {
546
- add: pe("add"),
547
- set: pe("set"),
548
- delete: pe("delete"),
549
- clear: pe("clear")
546
+ add: de("add"),
547
+ set: de("set"),
548
+ delete: de("delete"),
549
+ clear: de("clear")
550
550
  } : {
551
- add(s) {
552
- !n && !k(s) && !Q(s) && (s = E(s));
553
- const a = E(this);
554
- return le(a).has.call(a, s) || (a.add(s), V(a, "add", s, s)), this;
551
+ add(o) {
552
+ !n && !H(o) && !ee(o) && (o = E(o));
553
+ const s = E(this);
554
+ return pe(s).has.call(s, o) || (s.add(o), V(s, "add", o, o)), this;
555
555
  },
556
- set(s, a) {
557
- !n && !k(a) && !Q(a) && (a = E(a));
558
- const c = E(this), { has: g, get: v } = le(c);
559
- let d = g.call(c, s);
560
- d ? process.env.NODE_ENV !== "production" && cn(c, g, s) : (s = E(s), d = g.call(c, s));
561
- const r = v.call(c, s);
562
- return c.set(s, a), d ? Y(a, r) && V(c, "set", s, a, r) : V(c, "add", s, a), this;
556
+ set(o, s) {
557
+ !n && !H(s) && !ee(s) && (s = E(s));
558
+ const p = E(this), { has: _, get: C } = pe(p);
559
+ let m = _.call(p, o);
560
+ m ? process.env.NODE_ENV !== "production" && un(p, _, o) : (o = E(o), m = _.call(p, o));
561
+ const i = C.call(p, o);
562
+ return p.set(o, s), m ? q(s, i) && V(p, "set", o, s, i) : V(p, "add", o, s), this;
563
563
  },
564
- delete(s) {
565
- const a = E(this), { has: c, get: g } = le(a);
566
- let v = c.call(a, s);
567
- v ? process.env.NODE_ENV !== "production" && cn(a, c, s) : (s = E(s), v = c.call(a, s));
568
- const d = g ? g.call(a, s) : void 0, r = a.delete(s);
569
- return v && V(a, "delete", s, void 0, d), r;
564
+ delete(o) {
565
+ const s = E(this), { has: p, get: _ } = pe(s);
566
+ let C = p.call(s, o);
567
+ C ? process.env.NODE_ENV !== "production" && un(s, p, o) : (o = E(o), C = p.call(s, o));
568
+ const m = _ ? _.call(s, o) : void 0, i = s.delete(o);
569
+ return C && V(s, "delete", o, void 0, m), i;
570
570
  },
571
571
  clear() {
572
- const s = E(this), a = s.size !== 0, c = process.env.NODE_ENV !== "production" ? ne(s) ? new Map(s) : new Set(s) : void 0, g = s.clear();
573
- return a && V(
574
- s,
572
+ const o = E(this), s = o.size !== 0, p = process.env.NODE_ENV !== "production" ? te(o) ? new Map(o) : new Set(o) : void 0, _ = o.clear();
573
+ return s && V(
574
+ o,
575
575
  "clear",
576
576
  void 0,
577
577
  void 0,
578
- c
579
- ), g;
578
+ p
579
+ ), _;
580
580
  }
581
581
  }
582
582
  ), [
@@ -584,36 +584,36 @@ function dt(e, n) {
584
584
  "values",
585
585
  "entries",
586
586
  Symbol.iterator
587
- ].forEach((s) => {
588
- t[s] = pt(s, e, n);
587
+ ].forEach((o) => {
588
+ t[o] = dt(o, e, n);
589
589
  }), t;
590
590
  }
591
- function Qe(e, n) {
592
- const t = dt(e, n);
593
- return (o, s, a) => s === "__v_isReactive" ? !e : s === "__v_isReadonly" ? e : s === "__v_raw" ? o : Reflect.get(
594
- Ve(t, s) && s in o ? t : o,
595
- s,
596
- a
591
+ function en(e, n) {
592
+ const t = mt(e, n);
593
+ return (r, o, s) => o === "__v_isReactive" ? !e : o === "__v_isReadonly" ? e : o === "__v_raw" ? r : Reflect.get(
594
+ Ve(t, o) && o in r ? t : r,
595
+ o,
596
+ s
597
597
  );
598
598
  }
599
599
  const ft = {
600
- get: /* @__PURE__ */ Qe(!1, !1)
601
- }, mt = {
602
- get: /* @__PURE__ */ Qe(!0, !1)
600
+ get: /* @__PURE__ */ en(!1, !1)
603
601
  }, ht = {
604
- get: /* @__PURE__ */ Qe(!0, !0)
602
+ get: /* @__PURE__ */ en(!0, !1)
603
+ }, vt = {
604
+ get: /* @__PURE__ */ en(!0, !0)
605
605
  };
606
- function cn(e, n, t) {
607
- const o = E(t);
608
- if (o !== t && n.call(e, o)) {
609
- const s = dn(e);
606
+ function un(e, n, t) {
607
+ const r = E(t);
608
+ if (r !== t && n.call(e, r)) {
609
+ const o = mn(e);
610
610
  X(
611
- `Reactive ${s} contains both the raw and reactive versions of the same object${s === "Map" ? " as keys" : ""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`
611
+ `Reactive ${o} contains both the raw and reactive versions of the same object${o === "Map" ? " as keys" : ""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`
612
612
  );
613
613
  }
614
614
  }
615
- const bn = /* @__PURE__ */ new WeakMap(), gt = /* @__PURE__ */ new WeakMap(), wn = /* @__PURE__ */ new WeakMap(), Nn = /* @__PURE__ */ new WeakMap();
616
- function vt(e) {
615
+ const wn = /* @__PURE__ */ new WeakMap(), gt = /* @__PURE__ */ new WeakMap(), Nn = /* @__PURE__ */ new WeakMap(), yn = /* @__PURE__ */ new WeakMap();
616
+ function _t(e) {
617
617
  switch (e) {
618
618
  case "Object":
619
619
  case "Array":
@@ -627,38 +627,38 @@ function vt(e) {
627
627
  return 0;
628
628
  }
629
629
  }
630
- function _t(e) {
631
- return e.__v_skip || !Object.isExtensible(e) ? 0 : vt(dn(e));
630
+ function Ct(e) {
631
+ return e.__v_skip || !Object.isExtensible(e) ? 0 : _t(mn(e));
632
632
  }
633
- function yn(e) {
634
- return Q(e) ? e : en(
633
+ function jn(e) {
634
+ return ee(e) ? e : nn(
635
635
  e,
636
636
  !1,
637
- ct,
637
+ ut,
638
638
  ft,
639
- bn
639
+ wn
640
640
  );
641
641
  }
642
- function he(e) {
643
- return en(
642
+ function ve(e) {
643
+ return nn(
644
644
  e,
645
645
  !0,
646
- ut,
647
- mt,
648
- wn
646
+ lt,
647
+ ht,
648
+ Nn
649
649
  );
650
650
  }
651
651
  function fe(e) {
652
- return en(
652
+ return nn(
653
653
  e,
654
654
  !0,
655
- lt,
656
- ht,
657
- Nn
655
+ pt,
656
+ vt,
657
+ yn
658
658
  );
659
659
  }
660
- function en(e, n, t, o, s) {
661
- if (!ye(e))
660
+ function nn(e, n, t, r, o) {
661
+ if (!je(e))
662
662
  return process.env.NODE_ENV !== "production" && X(
663
663
  `value cannot be made ${n ? "readonly" : "reactive"}: ${String(
664
664
  e
@@ -666,44 +666,44 @@ function en(e, n, t, o, s) {
666
666
  ), e;
667
667
  if (e.__v_raw && !(n && e.__v_isReactive))
668
668
  return e;
669
- const a = s.get(e);
670
- if (a)
671
- return a;
672
- const c = _t(e);
673
- if (c === 0)
669
+ const s = o.get(e);
670
+ if (s)
671
+ return s;
672
+ const p = Ct(e);
673
+ if (p === 0)
674
674
  return e;
675
- const g = new Proxy(
675
+ const _ = new Proxy(
676
676
  e,
677
- c === 2 ? o : t
677
+ p === 2 ? r : t
678
678
  );
679
- return s.set(e, g), g;
679
+ return o.set(e, _), _;
680
680
  }
681
- function Q(e) {
681
+ function ee(e) {
682
682
  return !!(e && e.__v_isReadonly);
683
683
  }
684
- function k(e) {
684
+ function H(e) {
685
685
  return !!(e && e.__v_isShallow);
686
686
  }
687
- function Ct(e) {
687
+ function $t(e) {
688
688
  return e ? !!e.__v_raw : !1;
689
689
  }
690
690
  function E(e) {
691
691
  const n = e && e.__v_raw;
692
692
  return n ? E(n) : e;
693
693
  }
694
- const A = (e) => ye(e) ? yn(e) : e, Me = (e) => ye(e) ? he(e) : e;
694
+ const I = (e) => je(e) ? jn(e) : e, Me = (e) => je(e) ? ve(e) : e;
695
695
  function Z(e) {
696
696
  return e ? e.__v_isRef === !0 : !1;
697
697
  }
698
698
  function ge(e) {
699
- return $t(e, !1);
699
+ return bt(e, !1);
700
700
  }
701
- function $t(e, n) {
702
- return Z(e) ? e : new bt(e, n);
701
+ function bt(e, n) {
702
+ return Z(e) ? e : new wt(e, n);
703
703
  }
704
- class bt {
704
+ class wt {
705
705
  constructor(n, t) {
706
- this.dep = new qe(), this.__v_isRef = !0, this.__v_isShallow = !1, this._rawValue = t ? n : E(n), this._value = t ? n : A(n), this.__v_isShallow = t;
706
+ this.dep = new Qe(), this.__v_isRef = !0, this.__v_isShallow = !1, this._rawValue = t ? n : E(n), this._value = t ? n : I(n), this.__v_isShallow = t;
707
707
  }
708
708
  get value() {
709
709
  return process.env.NODE_ENV !== "production" ? this.dep.track({
@@ -713,8 +713,8 @@ class bt {
713
713
  }) : this.dep.track(), this._value;
714
714
  }
715
715
  set value(n) {
716
- const t = this._rawValue, o = this.__v_isShallow || k(n) || Q(n);
717
- n = o ? n : E(n), Y(n, t) && (this._rawValue = n, this._value = o ? n : A(n), process.env.NODE_ENV !== "production" ? this.dep.trigger({
716
+ const t = this._rawValue, r = this.__v_isShallow || H(n) || ee(n);
717
+ n = r ? n : E(n), q(n, t) && (this._rawValue = n, this._value = r ? n : I(n), process.env.NODE_ENV !== "production" ? this.dep.trigger({
718
718
  target: this,
719
719
  type: "set",
720
720
  key: "value",
@@ -723,17 +723,17 @@ class bt {
723
723
  }) : this.dep.trigger());
724
724
  }
725
725
  }
726
- class wt {
727
- constructor(n, t, o) {
728
- this.fn = n, this.setter = t, this._value = void 0, this.dep = new qe(this), this.__v_isRef = !0, this.deps = void 0, this.depsTail = void 0, this.flags = 16, this.globalVersion = se - 1, this.next = void 0, this.effect = this, this.__v_isReadonly = !t, this.isSSR = o;
726
+ class Nt {
727
+ constructor(n, t, r) {
728
+ this.fn = n, this.setter = t, this._value = void 0, this.dep = new Qe(this), this.__v_isRef = !0, this.deps = void 0, this.depsTail = void 0, this.flags = 16, this.globalVersion = re - 1, this.next = void 0, this.effect = this, this.__v_isReadonly = !t, this.isSSR = r;
729
729
  }
730
730
  /**
731
731
  * @internal
732
732
  */
733
733
  notify() {
734
734
  if (this.flags |= 16, !(this.flags & 8) && // avoid infinite self recursion
735
- S !== this)
736
- return Yn(this, !0), !0;
735
+ A !== this)
736
+ return qn(this, !0), !0;
737
737
  process.env.NODE_ENV;
738
738
  }
739
739
  get value() {
@@ -742,229 +742,230 @@ class wt {
742
742
  type: "get",
743
743
  key: "value"
744
744
  }) : this.dep.track();
745
- return mn(this), n && (n.version = this.dep.version), this._value;
745
+ return hn(this), n && (n.version = this.dep.version), this._value;
746
746
  }
747
747
  set value(n) {
748
748
  this.setter ? this.setter(n) : process.env.NODE_ENV !== "production" && X("Write operation failed: computed value is readonly");
749
749
  }
750
750
  }
751
- function Le(e, n, t = !1) {
752
- let o, s;
753
- Bn(e) ? o = e : (o = e.get, s = e.set);
754
- const a = new wt(o, s, t);
755
- return process.env.NODE_ENV, a;
751
+ function Ke(e, n, t = !1) {
752
+ let r, o;
753
+ zn(e) ? r = e : (r = e.get, o = e.set);
754
+ const s = new Nt(r, o, t);
755
+ return process.env.NODE_ENV, s;
756
756
  }
757
- const Nt = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
758
- let yt = (e = 21) => {
757
+ const yt = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
758
+ let jt = (e = 21) => {
759
759
  let n = "", t = crypto.getRandomValues(new Uint8Array(e |= 0));
760
760
  for (; e--; )
761
- n += Nt[t[e] & 63];
761
+ n += yt[t[e] & 63];
762
762
  return n;
763
763
  };
764
764
  function Et(e, n = !0, t = !1) {
765
- const o = ge();
766
- let s;
767
- const a = ge(!1);
768
- let c = () => {
765
+ const r = ge();
766
+ let o;
767
+ const s = ge(!1);
768
+ let p = () => {
769
769
  };
770
- const g = new Proxy(e, {
771
- apply: function(r, i, l) {
772
- let m;
770
+ const _ = new Proxy(e, {
771
+ apply: function(i, a, l) {
772
+ let f;
773
773
  try {
774
- m = r(...l);
775
- } catch (C) {
776
- m = C;
774
+ f = i(...l);
775
+ } catch (b) {
776
+ f = b;
777
777
  }
778
- if (m instanceof Error) {
779
- if (o.value = m, s = m, n)
780
- throw c(), m;
778
+ if (f instanceof Error) {
779
+ if (r.value = f, o = f, n)
780
+ throw p(), f;
781
781
  } else
782
- a.value = !0, o.value = void 0, s = !0, c();
782
+ s.value = !0, r.value = void 0, o = !0, p();
783
783
  }
784
- }), v = () => {
785
- }, d = new Proxy(
786
- (r) => {
787
- o.value = r;
784
+ }), C = () => {
785
+ }, m = new Proxy(
786
+ (i) => {
787
+ r.value = i;
788
788
  },
789
789
  {
790
- apply: function(r, i, l) {
791
- r(...l), v(...l);
790
+ apply: function(i, a, l) {
791
+ i(...l), C(...l);
792
792
  }
793
793
  }
794
794
  );
795
795
  return {
796
- promise: new Promise((r, i) => {
797
- if (n && s instanceof Error) {
798
- i(s);
796
+ promise: new Promise((i, a) => {
797
+ if (n && o instanceof Error) {
798
+ a(o);
799
799
  return;
800
- } else if (s === !0) {
801
- r();
800
+ } else if (o === !0) {
801
+ i();
802
802
  return;
803
803
  }
804
804
  let l;
805
805
  t && (l = setTimeout(() => {
806
- const m = new Error("timeout!");
807
- o.value = m, n && i(m);
808
- }, t)), c = () => {
809
- l && (clearTimeout(l), l = void 0), r();
806
+ const f = new Error("timeout!");
807
+ r.value = f, n && a(f);
808
+ }, t)), p = () => {
809
+ l && (clearTimeout(l), l = void 0), i();
810
810
  };
811
811
  }),
812
- callback: g,
813
- onError: d,
814
- resolved: Le(() => a.value),
815
- error: Le(() => o.value)
812
+ callback: _,
813
+ onError: m,
814
+ resolved: Ke(() => s.value),
815
+ error: Ke(() => r.value)
816
816
  };
817
817
  }
818
- function Ke() {
819
- return yt();
818
+ function Be() {
819
+ return jt();
820
820
  }
821
- function St() {
822
- const e = {}, n = {}, t = /* @__PURE__ */ new WeakMap(), o = {};
821
+ function At() {
822
+ const e = {}, n = {}, t = /* @__PURE__ */ new WeakMap(), r = {};
823
823
  return Object.freeze({
824
- registerAgg(s) {
825
- if (s.isInitialized.value)
824
+ registerAgg(o) {
825
+ if (o.isInitialized.value)
826
826
  throw new Error("Agg must register before initialized");
827
- if (o[s.__id])
827
+ if (r[o.__id])
828
828
  throw new Error("Agg already registered");
829
- s.type === "MultiInstance" && s.api.events.destroyed.watchPublish(() => {
830
- delete o[s.__id];
831
- }), o[s.__id] = s;
832
- const a = [];
833
- for (const c of Object.values(e))
834
- c.mount({ api: s.api, __aggId: s.__id, isInitialized: s.isInitialized });
835
- for (const c of Object.values(n))
836
- c.mount({ api: s.api, __aggId: s.__id }), a.push(c.__id);
837
- t.set(s, a);
829
+ o.type === "MultiInstance" && o.api.events.destroyed.watchPublish(() => {
830
+ delete r[o.__id];
831
+ }), r[o.__id] = o;
832
+ const s = [];
833
+ for (const p of Object.values(e))
834
+ p.mount({ api: o.api, __aggId: o.__id, isInitialized: o.isInitialized });
835
+ for (const p of Object.values(n))
836
+ p.mount({ api: o.api, __aggId: o.__id }), s.push(p.__id);
837
+ t.set(o, s);
838
838
  },
839
- createSetupPlugin(s) {
840
- let a;
841
- return s instanceof Function ? a = s() : a = s, Object.freeze({
842
- __id: Ke(),
839
+ createSetupPlugin(o) {
840
+ let s;
841
+ return o instanceof Function ? s = o() : s = o, Object.freeze({
842
+ __id: Be(),
843
843
  type: "Setup",
844
- mount(c) {
845
- if (c.isInitialized.value)
844
+ mount(p) {
845
+ if (p.isInitialized.value)
846
846
  throw new Error("Can not setup after initialized");
847
- a.mount({ api: c.api, __aggId: c.__aggId });
847
+ s.mount({ api: p.api, __aggId: p.__aggId });
848
848
  }
849
849
  });
850
850
  },
851
- createHotSwapPlugin(s) {
852
- let a;
853
- return s instanceof Function ? a = s() : a = s, Object.freeze({
854
- __id: Ke(),
851
+ createHotSwapPlugin(o) {
852
+ let s;
853
+ return o instanceof Function ? s = o() : s = o, Object.freeze({
854
+ __id: Be(),
855
855
  type: "HotSwap",
856
- mount: a.mount,
857
- unmount: a.unmount
856
+ mount: s.mount,
857
+ unmount: s.unmount
858
858
  });
859
859
  },
860
- registerPlugin(s) {
861
- if (s.type === "Setup") {
862
- if (e[s.__id])
860
+ registerPlugin(o) {
861
+ if (o.type === "Setup") {
862
+ if (e[o.__id])
863
863
  throw new Error("Plugin already registered");
864
- e[s.__id] = s;
865
- for (const a in o)
866
- s.mount({
867
- api: o[a].api,
868
- __aggId: o[a].__id,
869
- isInitialized: o[a].isInitialized
864
+ e[o.__id] = o;
865
+ for (const s in r)
866
+ o.mount({
867
+ api: r[s].api,
868
+ __aggId: r[s].__id,
869
+ isInitialized: r[s].isInitialized
870
870
  });
871
- } else if (s.type === "HotSwap") {
872
- n[s.__id] = s;
873
- for (const a in o)
874
- t.has(o[a]) && !t.get(o[a]).includes(s.__id) && (s.mount({ api: o[a].api, __aggId: o[a].__id }), t.get(o[a]).push(s.__id));
871
+ } else if (o.type === "HotSwap") {
872
+ n[o.__id] = o;
873
+ for (const s in r)
874
+ t.has(r[s]) && !t.get(r[s]).includes(o.__id) && (o.mount({ api: r[s].api, __aggId: r[s].__id }), t.get(r[s]).push(o.__id));
875
875
  } else
876
- isNever(s);
876
+ isNever(o);
877
877
  },
878
- unregisterPlugin(s) {
879
- if (s.type === "Setup")
878
+ unregisterPlugin(o) {
879
+ if (o.type === "Setup")
880
880
  throw new Error("Can not unregister setup plugin");
881
- if (s.type === "HotSwap") {
882
- for (const a in o)
883
- t.has(o[a]) && t.get(o[a]).includes(s.__id) && s.unmount({ api: o[a].api, __aggId: o[a].__id });
884
- delete n[s.__id];
881
+ if (o.type === "HotSwap") {
882
+ for (const s in r)
883
+ t.has(r[s]) && t.get(r[s]).includes(o.__id) && o.unmount({ api: r[s].api, __aggId: r[s].__id });
884
+ delete n[o.__id];
885
885
  } else
886
- isNever(s);
886
+ isNever(o);
887
887
  }
888
888
  });
889
889
  }
890
- function jt(e) {
891
- return St();
890
+ function St(e) {
891
+ return At();
892
892
  }
893
893
  function Ot(e) {
894
- const n = At(e);
894
+ const n = It(e);
895
895
  return fe({
896
896
  states: n.states,
897
897
  commands: n.commands,
898
898
  events: n.events
899
899
  });
900
900
  }
901
- function At(e) {
901
+ function It(e) {
902
902
  const n = e.states;
903
- for (const c of Object.keys(e.states))
904
- n[c] = he(n[c]);
905
- const t = fe(e.states), o = he(e.commands), s = {}, a = e.events;
906
- for (const c in e.events)
907
- s[c] = a[c].api;
903
+ for (const p of Object.keys(e.states))
904
+ n[p] = ve(n[p]);
905
+ const t = fe(e.states), r = ve(e.commands), o = {}, s = e.events;
906
+ for (const p in e.events)
907
+ o[p] = s[p].api;
908
908
  return fe({
909
909
  states: t,
910
- commands: o,
911
- events: fe(s),
910
+ commands: r,
911
+ events: fe(o),
912
912
  destroy: e.destroy
913
913
  });
914
914
  }
915
- function It(e) {
915
+ function kt(e) {
916
916
  const {
917
917
  callback: n,
918
918
  onError: t,
919
- promise: o,
920
- resolved: s
919
+ promise: r,
920
+ resolved: o
921
921
  } = Et(() => {
922
922
  }, !1, 5e3);
923
- function a(i) {
924
- if (s.value === !0)
923
+ function s(a) {
924
+ if (o.value === !0)
925
925
  throw new Error("Agg already initialized");
926
- c.push(i());
926
+ p.push(a());
927
927
  }
928
- const c = [], g = e({
929
- onCreated(i) {
930
- Promise.resolve().then(i);
928
+ const p = [], _ = e({
929
+ onCreated(a) {
930
+ Promise.resolve().then(a);
931
931
  },
932
- onBeforeInitialize: a,
933
- isInitialized: Le(() => s.value),
934
- untilInitialized: o
932
+ onBeforeInitialize: s,
933
+ isInitialized: Ke(() => o.value),
934
+ untilInitialized: r
935
935
  });
936
936
  setTimeout(
937
- () => Promise.all(c).then(() => {
937
+ () => Promise.all(p).then(() => {
938
938
  n();
939
- }).catch((i) => {
940
- t(i);
941
- })
939
+ }).catch((a) => {
940
+ t(a);
941
+ }),
942
+ 0
942
943
  );
943
- const v = g.states || {}, d = g.commands || {}, r = g.events || {};
944
+ const C = _.states || {}, m = _.commands || {}, i = _.events || {};
944
945
  return {
945
- __id: Ke(),
946
+ __id: Be(),
946
947
  type: "Singleton",
947
948
  api: Ot({
948
- states: v,
949
- commands: d,
950
- events: r,
949
+ states: C,
950
+ commands: m,
951
+ events: i,
951
952
  destroy: () => {
952
953
  }
953
954
  }),
954
- isInitialized: s,
955
+ isInitialized: o,
955
956
  async untilInitialized() {
956
- return await o.catch((i) => {
957
- throw new Error(`Failed to initialize Agg: ${i.message}
958
- Stack : ${i.stack || "unkown"}`);
957
+ return await r.catch((a) => {
958
+ throw new Error(`Failed to initialize Agg: ${a.message}
959
+ Stack : ${a.stack || "unkown"}`);
959
960
  });
960
961
  }
961
962
  };
962
963
  }
963
- let de;
964
+ let me;
964
965
  function xt(e) {
965
- return It(() => {
966
+ return kt(() => {
966
967
  const n = ge(e), t = ge({});
967
- let o = () => [], s = () => [], a = () => [], c = () => [], g = () => [], v = () => [], d = () => [];
968
+ let r = () => [], o = () => [], s = () => [], p = () => [], _ = () => [], C = () => [], m = () => [];
968
969
  return {
969
970
  states: {
970
971
  designer: n,
@@ -972,78 +973,78 @@ function xt(e) {
972
973
  },
973
974
  commands: {
974
975
  genCodeFiles() {
975
- return d();
976
+ return m();
976
977
  },
977
978
  clearCaches() {
978
979
  },
979
- setContext(r) {
980
- t.value = r;
980
+ setContext(i) {
981
+ t.value = i;
981
982
  },
982
- setDomainDesigner(r) {
983
- this.clearCaches(), n.value = r;
983
+ setDomainDesigner(i) {
984
+ this.clearCaches(), n.value = i;
984
985
  },
985
- _genInfoCode(...r) {
986
- return o(...r);
986
+ _genInfoCode(...i) {
987
+ return r(...i);
987
988
  },
988
- _setInfoCodeProvider(r) {
989
- o = r;
989
+ _setInfoCodeProvider(i) {
990
+ r = i;
990
991
  },
991
- _genCommandCode(...r) {
992
- return s(...r);
992
+ _genCommandCode(...i) {
993
+ return o(...i);
993
994
  },
994
- _setCommandCodeProvider(r) {
995
- s = r;
995
+ _setCommandCodeProvider(i) {
996
+ o = i;
996
997
  },
997
- _genFacadeCommandCode(...r) {
998
- return a(...r);
998
+ _genFacadeCommandCode(...i) {
999
+ return s(...i);
999
1000
  },
1000
- _setFacadeCommandCodeProvider(r) {
1001
- a = r;
1001
+ _setFacadeCommandCodeProvider(i) {
1002
+ s = i;
1002
1003
  },
1003
- _genAggCode(...r) {
1004
- return c(...r);
1004
+ _genAggCode(...i) {
1005
+ return p(...i);
1005
1006
  },
1006
- _setAggCodeProvider(r) {
1007
- c = r;
1007
+ _setAggCodeProvider(i) {
1008
+ p = i;
1008
1009
  },
1009
- _genEventCode(...r) {
1010
- return g(...r);
1010
+ _genEventCode(...i) {
1011
+ return _(...i);
1011
1012
  },
1012
- _setEventCodeProvider(r) {
1013
- g = r;
1013
+ _setEventCodeProvider(i) {
1014
+ _ = i;
1014
1015
  },
1015
- _genReadModelCode(...r) {
1016
- return v(...r);
1016
+ _genReadModelCode(...i) {
1017
+ return C(...i);
1017
1018
  },
1018
- _setReadModelCodeProvider(r) {
1019
- v = r;
1019
+ _setReadModelCodeProvider(i) {
1020
+ C = i;
1020
1021
  },
1021
- _setCodeFileProvider(r) {
1022
- d = r;
1022
+ _setCodeFileProvider(i) {
1023
+ m = i;
1023
1024
  }
1024
1025
  }
1025
1026
  };
1026
1027
  });
1027
1028
  }
1028
- const ue = jt();
1029
- function So(e) {
1030
- if (!de) {
1029
+ const le = St();
1030
+ function Ao(e) {
1031
+ if (!me) {
1031
1032
  if (!e)
1032
1033
  throw new Error("designer is required");
1033
- de = xt(e), ue.registerAgg(de);
1034
+ me = xt(e), le.registerAgg(me);
1034
1035
  }
1035
- return de.api;
1036
+ return me.api;
1036
1037
  }
1037
1038
  function Ee(e) {
1038
1039
  return e && e._attributes && e._attributes.rule === "Info";
1039
1040
  }
1040
- function Dt(e) {
1041
+ function Tt(e) {
1041
1042
  return e && e._attributes && e._attributes.rule === "Agg";
1042
1043
  }
1043
- function Pt(e) {
1044
+ function Dt(e) {
1044
1045
  return e && e._attributes && e._attributes.rule === "Command";
1045
1046
  }
1046
- function Tt(e) {
1047
+ function Pt(e) {
1047
1048
  return e && e._attributes && e._attributes.rule === "FacadeCommand";
1048
1049
  }
1049
1050
  function Ft(e) {
@@ -1052,46 +1053,46 @@ function Ft(e) {
1052
1053
  function Vt(e) {
1053
1054
  return e && e._attributes && e._attributes.rule === "ReadModel";
1054
1055
  }
1055
- const ze = process.env.NODE_ENV !== "production" ? Object.freeze({}) : {};
1056
+ const Ue = process.env.NODE_ENV !== "production" ? Object.freeze({}) : {};
1056
1057
  process.env.NODE_ENV !== "production" && Object.freeze([]);
1057
1058
  const Rt = () => {
1058
- }, kt = (e) => e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && // uppercase letter
1059
- (e.charCodeAt(2) > 122 || e.charCodeAt(2) < 97), Se = Object.assign, D = Array.isArray, B = (e) => typeof e == "function", H = (e) => typeof e == "string", Ht = (e) => typeof e == "symbol", L = (e) => e !== null && typeof e == "object";
1060
- let un;
1061
- const je = () => un || (un = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : {});
1062
- function nn(e) {
1063
- if (D(e)) {
1059
+ }, Ht = (e) => e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && // uppercase letter
1060
+ (e.charCodeAt(2) > 122 || e.charCodeAt(2) < 97), Ae = Object.assign, T = Array.isArray, G = (e) => typeof e == "function", L = (e) => typeof e == "string", Lt = (e) => typeof e == "symbol", B = (e) => e !== null && typeof e == "object";
1061
+ let ln;
1062
+ const Se = () => ln || (ln = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : {});
1063
+ function tn(e) {
1064
+ if (T(e)) {
1064
1065
  const n = {};
1065
1066
  for (let t = 0; t < e.length; t++) {
1066
- const o = e[t], s = H(o) ? zt(o) : nn(o);
1067
- if (s)
1068
- for (const a in s)
1069
- n[a] = s[a];
1067
+ const r = e[t], o = L(r) ? Ut(r) : tn(r);
1068
+ if (o)
1069
+ for (const s in o)
1070
+ n[s] = o[s];
1070
1071
  }
1071
1072
  return n;
1072
- } else if (H(e) || L(e))
1073
+ } else if (L(e) || B(e))
1073
1074
  return e;
1074
1075
  }
1075
- const Mt = /;(?![^(]*\))/g, Lt = /:([^]+)/, Kt = /\/\*[^]*?\*\//g;
1076
- function zt(e) {
1076
+ const Mt = /;(?![^(]*\))/g, Kt = /:([^]+)/, Bt = /\/\*[^]*?\*\//g;
1077
+ function Ut(e) {
1077
1078
  const n = {};
1078
- return e.replace(Kt, "").split(Mt).forEach((t) => {
1079
+ return e.replace(Bt, "").split(Mt).forEach((t) => {
1079
1080
  if (t) {
1080
- const o = t.split(Lt);
1081
- o.length > 1 && (n[o[0].trim()] = o[1].trim());
1081
+ const r = t.split(Kt);
1082
+ r.length > 1 && (n[r[0].trim()] = r[1].trim());
1082
1083
  }
1083
1084
  }), n;
1084
1085
  }
1085
- function tn(e) {
1086
+ function on(e) {
1086
1087
  let n = "";
1087
- if (H(e))
1088
+ if (L(e))
1088
1089
  n = e;
1089
- else if (D(e))
1090
+ else if (T(e))
1090
1091
  for (let t = 0; t < e.length; t++) {
1091
- const o = tn(e[t]);
1092
- o && (n += o + " ");
1092
+ const r = on(e[t]);
1093
+ r && (n += r + " ");
1093
1094
  }
1094
- else if (L(e))
1095
+ else if (B(e))
1095
1096
  for (const t in e)
1096
1097
  e[t] && (n += t + " ");
1097
1098
  return n.trim();
@@ -1106,25 +1107,25 @@ Symbol(
1106
1107
  process.env.NODE_ENV !== "production" ? "Array iterate" : ""
1107
1108
  );
1108
1109
  new Set(
1109
- /* @__PURE__ */ Object.getOwnPropertyNames(Symbol).filter((e) => e !== "arguments" && e !== "caller").map((e) => Symbol[e]).filter(Ht)
1110
+ /* @__PURE__ */ Object.getOwnPropertyNames(Symbol).filter((e) => e !== "arguments" && e !== "caller").map((e) => Symbol[e]).filter(Lt)
1110
1111
  );
1111
1112
  function En(e) {
1112
- return Be(e) ? En(e.__v_raw) : !!(e && e.__v_isReactive);
1113
+ return ze(e) ? En(e.__v_raw) : !!(e && e.__v_isReactive);
1113
1114
  }
1114
- function Be(e) {
1115
+ function ze(e) {
1115
1116
  return !!(e && e.__v_isReadonly);
1116
1117
  }
1117
- function Ie(e) {
1118
+ function ke(e) {
1118
1119
  return !!(e && e.__v_isShallow);
1119
1120
  }
1120
- function Ue(e) {
1121
+ function Ge(e) {
1121
1122
  return e ? !!e.__v_raw : !1;
1122
1123
  }
1123
- function K(e) {
1124
+ function U(e) {
1124
1125
  const n = e && e.__v_raw;
1125
- return n ? K(n) : e;
1126
+ return n ? U(n) : e;
1126
1127
  }
1127
- function on(e) {
1128
+ function sn(e) {
1128
1129
  return e ? e.__v_isRef === !0 : !1;
1129
1130
  }
1130
1131
  /**
@@ -1133,44 +1134,44 @@ function on(e) {
1133
1134
  * @license MIT
1134
1135
  **/
1135
1136
  const z = [];
1136
- function Bt(e) {
1137
+ function zt(e) {
1137
1138
  z.push(e);
1138
1139
  }
1139
- function Ut() {
1140
+ function Gt() {
1140
1141
  z.pop();
1141
1142
  }
1142
1143
  let xe = !1;
1143
- function ae(e, ...n) {
1144
+ function ie(e, ...n) {
1144
1145
  if (xe) return;
1145
1146
  xe = !0;
1146
- const t = z.length ? z[z.length - 1].component : null, o = t && t.appContext.config.warnHandler, s = Gt();
1147
- if (o)
1148
- sn(
1149
- o,
1147
+ const t = z.length ? z[z.length - 1].component : null, r = t && t.appContext.config.warnHandler, o = Jt();
1148
+ if (r)
1149
+ rn(
1150
+ r,
1150
1151
  t,
1151
1152
  11,
1152
1153
  [
1153
1154
  // eslint-disable-next-line no-restricted-syntax
1154
- e + n.map((a) => {
1155
- var c, g;
1156
- return (g = (c = a.toString) == null ? void 0 : c.call(a)) != null ? g : JSON.stringify(a);
1155
+ e + n.map((s) => {
1156
+ var p, _;
1157
+ return (_ = (p = s.toString) == null ? void 0 : p.call(s)) != null ? _ : JSON.stringify(s);
1157
1158
  }).join(""),
1158
1159
  t && t.proxy,
1159
- s.map(
1160
- ({ vnode: a }) => `at <${Hn(t, a.type)}>`
1160
+ o.map(
1161
+ ({ vnode: s }) => `at <${Ln(t, s.type)}>`
1161
1162
  ).join(`
1162
1163
  `),
1163
- s
1164
+ o
1164
1165
  ]
1165
1166
  );
1166
1167
  else {
1167
- const a = [`[Vue warn]: ${e}`, ...n];
1168
- s.length && a.push(`
1169
- `, ...Wt(s));
1168
+ const s = [`[Vue warn]: ${e}`, ...n];
1169
+ o.length && s.push(`
1170
+ `, ...Wt(o));
1170
1171
  }
1171
1172
  xe = !1;
1172
1173
  }
1173
- function Gt() {
1174
+ function Jt() {
1174
1175
  let e = z[z.length - 1];
1175
1176
  if (!e)
1176
1177
  return [];
@@ -1181,36 +1182,36 @@ function Gt() {
1181
1182
  vnode: e,
1182
1183
  recurseCount: 0
1183
1184
  });
1184
- const o = e.component && e.component.parent;
1185
- e = o && o.vnode;
1185
+ const r = e.component && e.component.parent;
1186
+ e = r && r.vnode;
1186
1187
  }
1187
1188
  return n;
1188
1189
  }
1189
1190
  function Wt(e) {
1190
1191
  const n = [];
1191
- return e.forEach((t, o) => {
1192
- n.push(...o === 0 ? [] : [`
1193
- `], ...Jt(t));
1192
+ return e.forEach((t, r) => {
1193
+ n.push(...r === 0 ? [] : [`
1194
+ `], ...Yt(t));
1194
1195
  }), n;
1195
1196
  }
1196
- function Jt({ vnode: e, recurseCount: n }) {
1197
- const t = n > 0 ? `... (${n} recursive calls)` : "", o = e.component ? e.component.parent == null : !1, s = ` at <${Hn(
1197
+ function Yt({ vnode: e, recurseCount: n }) {
1198
+ const t = n > 0 ? `... (${n} recursive calls)` : "", r = e.component ? e.component.parent == null : !1, o = ` at <${Ln(
1198
1199
  e.component,
1199
1200
  e.type,
1200
- o
1201
- )}`, a = ">" + t;
1202
- return e.props ? [s, ...Yt(e.props), a] : [s + a];
1201
+ r
1202
+ )}`, s = ">" + t;
1203
+ return e.props ? [o, ...qt(e.props), s] : [o + s];
1203
1204
  }
1204
- function Yt(e) {
1205
+ function qt(e) {
1205
1206
  const n = [], t = Object.keys(e);
1206
- return t.slice(0, 3).forEach((o) => {
1207
- n.push(...Sn(o, e[o]));
1207
+ return t.slice(0, 3).forEach((r) => {
1208
+ n.push(...An(r, e[r]));
1208
1209
  }), t.length > 3 && n.push(" ..."), n;
1209
1210
  }
1210
- function Sn(e, n, t) {
1211
- return H(n) ? (n = JSON.stringify(n), t ? n : [`${e}=${n}`]) : typeof n == "number" || typeof n == "boolean" || n == null ? t ? n : [`${e}=${n}`] : on(n) ? (n = Sn(e, K(n.value), !0), t ? n : [`${e}=Ref<`, n, ">"]) : B(n) ? [`${e}=fn${n.name ? `<${n.name}>` : ""}`] : (n = K(n), t ? n : [`${e}=`, n]);
1211
+ function An(e, n, t) {
1212
+ return L(n) ? (n = JSON.stringify(n), t ? n : [`${e}=${n}`]) : typeof n == "number" || typeof n == "boolean" || n == null ? t ? n : [`${e}=${n}`] : sn(n) ? (n = An(e, U(n.value), !0), t ? n : [`${e}=Ref<`, n, ">"]) : G(n) ? [`${e}=fn${n.name ? `<${n.name}>` : ""}`] : (n = U(n), t ? n : [`${e}=`, n]);
1212
1213
  }
1213
- const jn = {
1214
+ const Sn = {
1214
1215
  sp: "serverPrefetch hook",
1215
1216
  bc: "beforeCreate hook",
1216
1217
  c: "created hook",
@@ -1243,80 +1244,80 @@ const jn = {
1243
1244
  15: "component update",
1244
1245
  16: "app unmount cleanup function"
1245
1246
  };
1246
- function sn(e, n, t, o) {
1247
+ function rn(e, n, t, r) {
1247
1248
  try {
1248
- return o ? e(...o) : e();
1249
- } catch (s) {
1250
- On(s, n, t);
1249
+ return r ? e(...r) : e();
1250
+ } catch (o) {
1251
+ On(o, n, t);
1251
1252
  }
1252
1253
  }
1253
- function On(e, n, t, o = !0) {
1254
- const s = n ? n.vnode : null, { errorHandler: a, throwUnhandledErrorInProduction: c } = n && n.appContext.config || ze;
1254
+ function On(e, n, t, r = !0) {
1255
+ const o = n ? n.vnode : null, { errorHandler: s, throwUnhandledErrorInProduction: p } = n && n.appContext.config || Ue;
1255
1256
  if (n) {
1256
- let g = n.parent;
1257
- const v = n.proxy, d = process.env.NODE_ENV !== "production" ? jn[t] : `https://vuejs.org/error-reference/#runtime-${t}`;
1258
- for (; g; ) {
1259
- const r = g.ec;
1260
- if (r) {
1261
- for (let i = 0; i < r.length; i++)
1262
- if (r[i](e, v, d) === !1)
1257
+ let _ = n.parent;
1258
+ const C = n.proxy, m = process.env.NODE_ENV !== "production" ? Sn[t] : `https://vuejs.org/error-reference/#runtime-${t}`;
1259
+ for (; _; ) {
1260
+ const i = _.ec;
1261
+ if (i) {
1262
+ for (let a = 0; a < i.length; a++)
1263
+ if (i[a](e, C, m) === !1)
1263
1264
  return;
1264
1265
  }
1265
- g = g.parent;
1266
+ _ = _.parent;
1266
1267
  }
1267
- if (a) {
1268
- sn(a, null, 10, [
1268
+ if (s) {
1269
+ rn(s, null, 10, [
1269
1270
  e,
1270
- v,
1271
- d
1271
+ C,
1272
+ m
1272
1273
  ]);
1273
1274
  return;
1274
1275
  }
1275
1276
  }
1276
- Zt(e, t, s, o, c);
1277
+ Zt(e, t, o, r, p);
1277
1278
  }
1278
- function Zt(e, n, t, o = !0, s = !1) {
1279
+ function Zt(e, n, t, r = !0, o = !1) {
1279
1280
  if (process.env.NODE_ENV !== "production") {
1280
- const a = jn[n];
1281
- if (t && Bt(t), ae(`Unhandled error${a ? ` during execution of ${a}` : ""}`), t && Ut(), o)
1281
+ const s = Sn[n];
1282
+ if (t && zt(t), ie(`Unhandled error${s ? ` during execution of ${s}` : ""}`), t && Gt(), r)
1282
1283
  throw e;
1283
- } else if (s)
1284
+ } else if (o)
1284
1285
  throw e;
1285
1286
  }
1286
1287
  const x = [];
1287
- let T = -1;
1288
- const q = [];
1288
+ let P = -1;
1289
+ const Q = [];
1289
1290
  let F = null, W = 0;
1290
- const qt = /* @__PURE__ */ Promise.resolve();
1291
- let Ge = null;
1291
+ const Qt = /* @__PURE__ */ Promise.resolve();
1292
+ let Je = null;
1292
1293
  const Xt = 100;
1293
- function Qt(e) {
1294
- let n = T + 1, t = x.length;
1294
+ function eo(e) {
1295
+ let n = P + 1, t = x.length;
1295
1296
  for (; n < t; ) {
1296
- const o = n + t >>> 1, s = x[o], a = ie(s);
1297
- a < e || a === e && s.flags & 2 ? n = o + 1 : t = o;
1297
+ const r = n + t >>> 1, o = x[r], s = ce(o);
1298
+ s < e || s === e && o.flags & 2 ? n = r + 1 : t = r;
1298
1299
  }
1299
1300
  return n;
1300
1301
  }
1301
- function eo(e) {
1302
+ function no(e) {
1302
1303
  if (!(e.flags & 1)) {
1303
- const n = ie(e), t = x[x.length - 1];
1304
+ const n = ce(e), t = x[x.length - 1];
1304
1305
  !t || // fast path when the job id is larger than the tail
1305
- !(e.flags & 2) && n >= ie(t) ? x.push(e) : x.splice(Qt(n), 0, e), e.flags |= 1, An();
1306
+ !(e.flags & 2) && n >= ce(t) ? x.push(e) : x.splice(eo(n), 0, e), e.flags |= 1, In();
1306
1307
  }
1307
1308
  }
1308
- function An() {
1309
- Ge || (Ge = qt.then(In));
1310
- }
1311
- function no(e) {
1312
- D(e) ? q.push(...e) : F && e.id === -1 ? F.splice(W + 1, 0, e) : e.flags & 1 || (q.push(e), e.flags |= 1), An();
1309
+ function In() {
1310
+ Je || (Je = Qt.then(kn));
1313
1311
  }
1314
1312
  function to(e) {
1315
- if (q.length) {
1316
- const n = [...new Set(q)].sort(
1317
- (t, o) => ie(t) - ie(o)
1313
+ T(e) ? Q.push(...e) : F && e.id === -1 ? F.splice(W + 1, 0, e) : e.flags & 1 || (Q.push(e), e.flags |= 1), In();
1314
+ }
1315
+ function oo(e) {
1316
+ if (Q.length) {
1317
+ const n = [...new Set(Q)].sort(
1318
+ (t, r) => ce(t) - ce(r)
1318
1319
  );
1319
- if (q.length = 0, F) {
1320
+ if (Q.length = 0, F) {
1320
1321
  F.push(...n);
1321
1322
  return;
1322
1323
  }
@@ -1327,17 +1328,17 @@ function to(e) {
1327
1328
  F = null, W = 0;
1328
1329
  }
1329
1330
  }
1330
- const ie = (e) => e.id == null ? e.flags & 2 ? -1 : 1 / 0 : e.id;
1331
- function In(e) {
1331
+ const ce = (e) => e.id == null ? e.flags & 2 ? -1 : 1 / 0 : e.id;
1332
+ function kn(e) {
1332
1333
  process.env.NODE_ENV !== "production" && (e = e || /* @__PURE__ */ new Map());
1333
1334
  const n = process.env.NODE_ENV !== "production" ? (t) => xn(e, t) : Rt;
1334
1335
  try {
1335
- for (T = 0; T < x.length; T++) {
1336
- const t = x[T];
1336
+ for (P = 0; P < x.length; P++) {
1337
+ const t = x[P];
1337
1338
  if (t && !(t.flags & 8)) {
1338
1339
  if (process.env.NODE_ENV !== "production" && n(t))
1339
1340
  continue;
1340
- t.flags & 4 && (t.flags &= -2), sn(
1341
+ t.flags & 4 && (t.flags &= -2), rn(
1341
1342
  t,
1342
1343
  t.i,
1343
1344
  t.i ? 15 : 14
@@ -1345,69 +1346,69 @@ function In(e) {
1345
1346
  }
1346
1347
  }
1347
1348
  } finally {
1348
- for (; T < x.length; T++) {
1349
- const t = x[T];
1349
+ for (; P < x.length; P++) {
1350
+ const t = x[P];
1350
1351
  t && (t.flags &= -2);
1351
1352
  }
1352
- T = -1, x.length = 0, to(e), Ge = null, (x.length || q.length) && In(e);
1353
+ P = -1, x.length = 0, oo(e), Je = null, (x.length || Q.length) && kn(e);
1353
1354
  }
1354
1355
  }
1355
1356
  function xn(e, n) {
1356
1357
  const t = e.get(n) || 0;
1357
1358
  if (t > Xt) {
1358
- const o = n.i, s = o && kn(o.type);
1359
+ const r = n.i, o = r && Hn(r.type);
1359
1360
  return On(
1360
- `Maximum recursive updates exceeded${s ? ` in component <${s}>` : ""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,
1361
+ `Maximum recursive updates exceeded${o ? ` in component <${o}>` : ""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,
1361
1362
  null,
1362
1363
  10
1363
1364
  ), !0;
1364
1365
  }
1365
1366
  return e.set(n, t + 1), !1;
1366
1367
  }
1367
- const De = /* @__PURE__ */ new Map();
1368
- process.env.NODE_ENV !== "production" && (je().__VUE_HMR_RUNTIME__ = {
1369
- createRecord: Pe(oo),
1370
- rerender: Pe(so),
1371
- reload: Pe(ro)
1368
+ const Te = /* @__PURE__ */ new Map();
1369
+ process.env.NODE_ENV !== "production" && (Se().__VUE_HMR_RUNTIME__ = {
1370
+ createRecord: De(so),
1371
+ rerender: De(ro),
1372
+ reload: De(ao)
1372
1373
  });
1373
- const ve = /* @__PURE__ */ new Map();
1374
- function oo(e, n) {
1375
- return ve.has(e) ? !1 : (ve.set(e, {
1376
- initialDef: _e(n),
1374
+ const _e = /* @__PURE__ */ new Map();
1375
+ function so(e, n) {
1376
+ return _e.has(e) ? !1 : (_e.set(e, {
1377
+ initialDef: Ce(n),
1377
1378
  instances: /* @__PURE__ */ new Set()
1378
1379
  }), !0);
1379
1380
  }
1380
- function _e(e) {
1381
+ function Ce(e) {
1381
1382
  return Mn(e) ? e.__vccOpts : e;
1382
1383
  }
1383
- function so(e, n) {
1384
- const t = ve.get(e);
1385
- t && (t.initialDef.render = n, [...t.instances].forEach((o) => {
1386
- n && (o.render = n, _e(o.type).render = n), o.renderCache = [], o.update();
1384
+ function ro(e, n) {
1385
+ const t = _e.get(e);
1386
+ t && (t.initialDef.render = n, [...t.instances].forEach((r) => {
1387
+ n && (r.render = n, Ce(r.type).render = n), r.renderCache = [], r.update();
1387
1388
  }));
1388
1389
  }
1389
- function ro(e, n) {
1390
- const t = ve.get(e);
1390
+ function ao(e, n) {
1391
+ const t = _e.get(e);
1391
1392
  if (!t) return;
1392
- n = _e(n), ln(t.initialDef, n);
1393
- const o = [...t.instances];
1394
- for (let s = 0; s < o.length; s++) {
1395
- const a = o[s], c = _e(a.type);
1396
- let g = De.get(c);
1397
- g || (c !== t.initialDef && ln(c, n), De.set(c, g = /* @__PURE__ */ new Set())), g.add(a), a.appContext.propsCache.delete(a.type), a.appContext.emitsCache.delete(a.type), a.appContext.optionsCache.delete(a.type), a.ceReload ? (g.add(a), a.ceReload(n.styles), g.delete(a)) : a.parent ? eo(() => {
1398
- a.parent.update(), g.delete(a);
1399
- }) : a.appContext.reload ? a.appContext.reload() : typeof window < "u" && window.location.reload(), a.root.ce && a !== a.root && a.root.ce._removeChildStyle(c);
1400
- }
1401
- no(() => {
1402
- De.clear();
1393
+ n = Ce(n), pn(t.initialDef, n);
1394
+ const r = [...t.instances];
1395
+ for (let o = 0; o < r.length; o++) {
1396
+ const s = r[o], p = Ce(s.type);
1397
+ let _ = Te.get(p);
1398
+ _ || (p !== t.initialDef && pn(p, n), Te.set(p, _ = /* @__PURE__ */ new Set())), _.add(s), s.appContext.propsCache.delete(s.type), s.appContext.emitsCache.delete(s.type), s.appContext.optionsCache.delete(s.type), s.ceReload ? (_.add(s), s.ceReload(n.styles), _.delete(s)) : s.parent ? no(() => {
1399
+ s.parent.update(), _.delete(s);
1400
+ }) : s.appContext.reload ? s.appContext.reload() : typeof window < "u" && window.location.reload(), s.root.ce && s !== s.root && s.root.ce._removeChildStyle(p);
1401
+ }
1402
+ to(() => {
1403
+ Te.clear();
1403
1404
  });
1404
1405
  }
1405
- function ln(e, n) {
1406
- Se(e, n);
1406
+ function pn(e, n) {
1407
+ Ae(e, n);
1407
1408
  for (const t in e)
1408
1409
  t !== "__file" && !(t in n) && delete e[t];
1409
1410
  }
1410
- function Pe(e) {
1411
+ function De(e) {
1411
1412
  return (n, t) => {
1412
1413
  try {
1413
1414
  return e(n, t);
@@ -1415,35 +1416,35 @@ function Pe(e) {
1415
1416
  }
1416
1417
  };
1417
1418
  }
1418
- let Ce = null, ao = null;
1419
- const io = (e) => e.__isTeleport;
1420
- function Dn(e, n) {
1421
- e.shapeFlag & 6 && e.component ? (e.transition = n, Dn(e.component.subTree, n)) : e.shapeFlag & 128 ? (e.ssContent.transition = n.clone(e.ssContent), e.ssFallback.transition = n.clone(e.ssFallback)) : e.transition = n;
1419
+ let $e = null, io = null;
1420
+ const co = (e) => e.__isTeleport;
1421
+ function Tn(e, n) {
1422
+ e.shapeFlag & 6 && e.component ? (e.transition = n, Tn(e.component.subTree, n)) : e.shapeFlag & 128 ? (e.ssContent.transition = n.clone(e.ssContent), e.ssFallback.transition = n.clone(e.ssFallback)) : e.transition = n;
1422
1423
  }
1423
- je().requestIdleCallback;
1424
- je().cancelIdleCallback;
1425
- const co = Symbol.for("v-ndc");
1424
+ Se().requestIdleCallback;
1425
+ Se().cancelIdleCallback;
1426
+ const uo = Symbol.for("v-ndc");
1426
1427
  process.env.NODE_ENV;
1427
- const uo = {}, Pn = (e) => Object.getPrototypeOf(e) === uo, lo = (e) => e.__isSuspense, Tn = Symbol.for("v-fgt"), po = Symbol.for("v-txt"), fo = Symbol.for("v-cmt");
1428
- function mo(e) {
1428
+ const lo = {}, Dn = (e) => Object.getPrototypeOf(e) === lo, po = (e) => e.__isSuspense, Pn = Symbol.for("v-fgt"), mo = Symbol.for("v-txt"), fo = Symbol.for("v-cmt");
1429
+ function ho(e) {
1429
1430
  return e ? e.__v_isVNode === !0 : !1;
1430
1431
  }
1431
- const ho = (...e) => Vn(
1432
+ const vo = (...e) => Vn(
1432
1433
  ...e
1433
- ), Fn = ({ key: e }) => e ?? null, me = ({
1434
+ ), Fn = ({ key: e }) => e ?? null, he = ({
1434
1435
  ref: e,
1435
1436
  ref_key: n,
1436
1437
  ref_for: t
1437
- }) => (typeof e == "number" && (e = "" + e), e != null ? H(e) || on(e) || B(e) ? { i: Ce, r: e, k: n, f: !!t } : e : null);
1438
- function go(e, n = null, t = null, o = 0, s = null, a = e === Tn ? 0 : 1, c = !1, g = !1) {
1439
- const v = {
1438
+ }) => (typeof e == "number" && (e = "" + e), e != null ? L(e) || sn(e) || G(e) ? { i: $e, r: e, k: n, f: !!t } : e : null);
1439
+ function go(e, n = null, t = null, r = 0, o = null, s = e === Pn ? 0 : 1, p = !1, _ = !1) {
1440
+ const C = {
1440
1441
  __v_isVNode: !0,
1441
1442
  __v_skip: !0,
1442
1443
  type: e,
1443
1444
  props: n,
1444
1445
  key: n && Fn(n),
1445
- ref: n && me(n),
1446
- scopeId: ao,
1446
+ ref: n && he(n),
1447
+ scopeId: io,
1447
1448
  slotScopeIds: null,
1448
1449
  children: t,
1449
1450
  component: null,
@@ -1458,33 +1459,33 @@ function go(e, n = null, t = null, o = 0, s = null, a = e === Tn ? 0 : 1, c = !1
1458
1459
  targetStart: null,
1459
1460
  targetAnchor: null,
1460
1461
  staticCount: 0,
1461
- shapeFlag: a,
1462
- patchFlag: o,
1463
- dynamicProps: s,
1462
+ shapeFlag: s,
1463
+ patchFlag: r,
1464
+ dynamicProps: o,
1464
1465
  dynamicChildren: null,
1465
1466
  appContext: null,
1466
- ctx: Ce
1467
+ ctx: $e
1467
1468
  };
1468
- return g ? (rn(v, t), a & 128 && e.normalize(v)) : t && (v.shapeFlag |= H(t) ? 8 : 16), process.env.NODE_ENV !== "production" && v.key !== v.key && ae("VNode created with invalid key (NaN). VNode type:", v.type), v;
1469
+ return _ ? (an(C, t), s & 128 && e.normalize(C)) : t && (C.shapeFlag |= L(t) ? 8 : 16), process.env.NODE_ENV !== "production" && C.key !== C.key && ie("VNode created with invalid key (NaN). VNode type:", C.type), C;
1469
1470
  }
1470
- const vo = process.env.NODE_ENV !== "production" ? ho : Vn;
1471
- function Vn(e, n = null, t = null, o = 0, s = null, a = !1) {
1472
- if ((!e || e === co) && (process.env.NODE_ENV !== "production" && !e && ae(`Invalid vnode type when creating vnode: ${e}.`), e = fo), mo(e)) {
1473
- const g = $e(
1471
+ const _o = process.env.NODE_ENV !== "production" ? vo : Vn;
1472
+ function Vn(e, n = null, t = null, r = 0, o = null, s = !1) {
1473
+ if ((!e || e === uo) && (process.env.NODE_ENV !== "production" && !e && ie(`Invalid vnode type when creating vnode: ${e}.`), e = fo), ho(e)) {
1474
+ const _ = be(
1474
1475
  e,
1475
1476
  n,
1476
1477
  !0
1477
1478
  /* mergeRef: true */
1478
1479
  );
1479
- return t && rn(g, t), g.patchFlag = -2, g;
1480
+ return t && an(_, t), _.patchFlag = -2, _;
1480
1481
  }
1481
1482
  if (Mn(e) && (e = e.__vccOpts), n) {
1482
- n = _o(n);
1483
- let { class: g, style: v } = n;
1484
- g && !H(g) && (n.class = tn(g)), L(v) && (Ue(v) && !D(v) && (v = Se({}, v)), n.style = nn(v));
1483
+ n = Co(n);
1484
+ let { class: _, style: C } = n;
1485
+ _ && !L(_) && (n.class = on(_)), B(C) && (Ge(C) && !T(C) && (C = Ae({}, C)), n.style = tn(C));
1485
1486
  }
1486
- const c = H(e) ? 1 : lo(e) ? 128 : io(e) ? 64 : L(e) ? 4 : B(e) ? 2 : 0;
1487
- return process.env.NODE_ENV !== "production" && c & 4 && Ue(e) && (e = K(e), ae(
1487
+ const p = L(e) ? 1 : po(e) ? 128 : co(e) ? 64 : B(e) ? 4 : G(e) ? 2 : 0;
1488
+ return process.env.NODE_ENV !== "production" && p & 4 && Ge(e) && (e = U(e), ie(
1488
1489
  "Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",
1489
1490
  `
1490
1491
  Component that was made reactive: `,
@@ -1493,32 +1494,32 @@ Component that was made reactive: `,
1493
1494
  e,
1494
1495
  n,
1495
1496
  t,
1497
+ r,
1496
1498
  o,
1499
+ p,
1497
1500
  s,
1498
- c,
1499
- a,
1500
1501
  !0
1501
1502
  );
1502
1503
  }
1503
- function _o(e) {
1504
- return e ? Ue(e) || Pn(e) ? Se({}, e) : e : null;
1504
+ function Co(e) {
1505
+ return e ? Ge(e) || Dn(e) ? Ae({}, e) : e : null;
1505
1506
  }
1506
- function $e(e, n, t = !1, o = !1) {
1507
- const { props: s, ref: a, patchFlag: c, children: g, transition: v } = e, d = n ? $o(s || {}, n) : s, r = {
1507
+ function be(e, n, t = !1, r = !1) {
1508
+ const { props: o, ref: s, patchFlag: p, children: _, transition: C } = e, m = n ? bo(o || {}, n) : o, i = {
1508
1509
  __v_isVNode: !0,
1509
1510
  __v_skip: !0,
1510
1511
  type: e.type,
1511
- props: d,
1512
- key: d && Fn(d),
1512
+ props: m,
1513
+ key: m && Fn(m),
1513
1514
  ref: n && n.ref ? (
1514
1515
  // #2078 in the case of <component :is="vnode" ref="extra"/>
1515
1516
  // if the vnode itself already has a ref, cloneVNode will need to merge
1516
1517
  // the refs so the single vnode can be set on multiple refs
1517
- t && a ? D(a) ? a.concat(me(n)) : [a, me(n)] : me(n)
1518
- ) : a,
1518
+ t && s ? T(s) ? s.concat(he(n)) : [s, he(n)] : he(n)
1519
+ ) : s,
1519
1520
  scopeId: e.scopeId,
1520
1521
  slotScopeIds: e.slotScopeIds,
1521
- children: process.env.NODE_ENV !== "production" && c === -1 && D(g) ? g.map(Rn) : g,
1522
+ children: process.env.NODE_ENV !== "production" && p === -1 && T(_) ? _.map(Rn) : _,
1522
1523
  target: e.target,
1523
1524
  targetStart: e.targetStart,
1524
1525
  targetAnchor: e.targetAnchor,
@@ -1528,75 +1529,75 @@ function $e(e, n, t = !1, o = !1) {
1528
1529
  // existing patch flag to be reliable and need to add the FULL_PROPS flag.
1529
1530
  // note: preserve flag for fragments since they use the flag for children
1530
1531
  // fast paths only.
1531
- patchFlag: n && e.type !== Tn ? c === -1 ? 16 : c | 16 : c,
1532
+ patchFlag: n && e.type !== Pn ? p === -1 ? 16 : p | 16 : p,
1532
1533
  dynamicProps: e.dynamicProps,
1533
1534
  dynamicChildren: e.dynamicChildren,
1534
1535
  appContext: e.appContext,
1535
1536
  dirs: e.dirs,
1536
- transition: v,
1537
+ transition: C,
1537
1538
  // These should technically only be non-null on mounted VNodes. However,
1538
1539
  // they *should* be copied for kept-alive vnodes. So we just always copy
1539
1540
  // them since them being non-null during a mount doesn't affect the logic as
1540
1541
  // they will simply be overwritten.
1541
1542
  component: e.component,
1542
1543
  suspense: e.suspense,
1543
- ssContent: e.ssContent && $e(e.ssContent),
1544
- ssFallback: e.ssFallback && $e(e.ssFallback),
1544
+ ssContent: e.ssContent && be(e.ssContent),
1545
+ ssFallback: e.ssFallback && be(e.ssFallback),
1545
1546
  el: e.el,
1546
1547
  anchor: e.anchor,
1547
1548
  ctx: e.ctx,
1548
1549
  ce: e.ce
1549
1550
  };
1550
- return v && o && Dn(
1551
- r,
1552
- v.clone(r)
1553
- ), r;
1551
+ return C && r && Tn(
1552
+ i,
1553
+ C.clone(i)
1554
+ ), i;
1554
1555
  }
1555
1556
  function Rn(e) {
1556
- const n = $e(e);
1557
- return D(e.children) && (n.children = e.children.map(Rn)), n;
1557
+ const n = be(e);
1558
+ return T(e.children) && (n.children = e.children.map(Rn)), n;
1558
1559
  }
1559
- function Co(e = " ", n = 0) {
1560
- return vo(po, null, e, n);
1560
+ function $o(e = " ", n = 0) {
1561
+ return _o(mo, null, e, n);
1561
1562
  }
1562
- function rn(e, n) {
1563
+ function an(e, n) {
1563
1564
  let t = 0;
1564
- const { shapeFlag: o } = e;
1565
+ const { shapeFlag: r } = e;
1565
1566
  if (n == null)
1566
1567
  n = null;
1567
- else if (D(n))
1568
+ else if (T(n))
1568
1569
  t = 16;
1569
1570
  else if (typeof n == "object")
1570
- if (o & 65) {
1571
- const s = n.default;
1572
- s && (s._c && (s._d = !1), rn(e, s()), s._c && (s._d = !0));
1571
+ if (r & 65) {
1572
+ const o = n.default;
1573
+ o && (o._c && (o._d = !1), an(e, o()), o._c && (o._d = !0));
1573
1574
  return;
1574
1575
  } else
1575
- t = 32, !n._ && !Pn(n) && (n._ctx = Ce);
1576
- else B(n) ? (n = { default: n, _ctx: Ce }, t = 32) : (n = String(n), o & 64 ? (t = 16, n = [Co(n)]) : t = 8);
1576
+ t = 32, !n._ && !Dn(n) && (n._ctx = $e);
1577
+ else G(n) ? (n = { default: n, _ctx: $e }, t = 32) : (n = String(n), r & 64 ? (t = 16, n = [$o(n)]) : t = 8);
1577
1578
  e.children = n, e.shapeFlag |= t;
1578
1579
  }
1579
- function $o(...e) {
1580
+ function bo(...e) {
1580
1581
  const n = {};
1581
1582
  for (let t = 0; t < e.length; t++) {
1582
- const o = e[t];
1583
- for (const s in o)
1584
- if (s === "class")
1585
- n.class !== o.class && (n.class = tn([n.class, o.class]));
1586
- else if (s === "style")
1587
- n.style = nn([n.style, o.style]);
1588
- else if (kt(s)) {
1589
- const a = n[s], c = o[s];
1590
- c && a !== c && !(D(a) && a.includes(c)) && (n[s] = a ? [].concat(a, c) : c);
1591
- } else s !== "" && (n[s] = o[s]);
1583
+ const r = e[t];
1584
+ for (const o in r)
1585
+ if (o === "class")
1586
+ n.class !== r.class && (n.class = on([n.class, r.class]));
1587
+ else if (o === "style")
1588
+ n.style = tn([n.style, r.style]);
1589
+ else if (Ht(o)) {
1590
+ const s = n[o], p = r[o];
1591
+ p && s !== p && !(T(s) && s.includes(p)) && (n[o] = s ? [].concat(s, p) : p);
1592
+ } else o !== "" && (n[o] = r[o]);
1592
1593
  }
1593
1594
  return n;
1594
1595
  }
1595
1596
  {
1596
- const e = je(), n = (t, o) => {
1597
- let s;
1598
- return (s = e[t]) || (s = e[t] = []), s.push(o), (a) => {
1599
- s.length > 1 ? s.forEach((c) => c(a)) : s[0](a);
1597
+ const e = Se(), n = (t, r) => {
1598
+ let o;
1599
+ return (o = e[t]) || (o = e[t] = []), o.push(r), (s) => {
1600
+ o.length > 1 ? o.forEach((p) => p(s)) : o[0](s);
1600
1601
  };
1601
1602
  };
1602
1603
  n(
@@ -1608,94 +1609,94 @@ function $o(...e) {
1608
1609
  );
1609
1610
  }
1610
1611
  process.env.NODE_ENV;
1611
- const bo = /(?:^|[-_])(\w)/g, wo = (e) => e.replace(bo, (n) => n.toUpperCase()).replace(/[-_]/g, "");
1612
- function kn(e, n = !0) {
1613
- return B(e) ? e.displayName || e.name : e.name || n && e.__name;
1614
- }
1615
- function Hn(e, n, t = !1) {
1616
- let o = kn(n);
1617
- if (!o && n.__file) {
1618
- const s = n.__file.match(/([^/\\]+)\.\w+$/);
1619
- s && (o = s[1]);
1620
- }
1621
- if (!o && e && e.parent) {
1622
- const s = (a) => {
1623
- for (const c in a)
1624
- if (a[c] === n)
1625
- return c;
1612
+ const wo = /(?:^|[-_])(\w)/g, No = (e) => e.replace(wo, (n) => n.toUpperCase()).replace(/[-_]/g, "");
1613
+ function Hn(e, n = !0) {
1614
+ return G(e) ? e.displayName || e.name : e.name || n && e.__name;
1615
+ }
1616
+ function Ln(e, n, t = !1) {
1617
+ let r = Hn(n);
1618
+ if (!r && n.__file) {
1619
+ const o = n.__file.match(/([^/\\]+)\.\w+$/);
1620
+ o && (r = o[1]);
1621
+ }
1622
+ if (!r && e && e.parent) {
1623
+ const o = (s) => {
1624
+ for (const p in s)
1625
+ if (s[p] === n)
1626
+ return p;
1626
1627
  };
1627
- o = s(
1628
+ r = o(
1628
1629
  e.components || e.parent.type.components
1629
- ) || s(e.appContext.components);
1630
+ ) || o(e.appContext.components);
1630
1631
  }
1631
- return o ? wo(o) : t ? "App" : "Anonymous";
1632
+ return r ? No(r) : t ? "App" : "Anonymous";
1632
1633
  }
1633
1634
  function Mn(e) {
1634
- return B(e) && "__vccOpts" in e;
1635
+ return G(e) && "__vccOpts" in e;
1635
1636
  }
1636
- function No() {
1637
+ function yo() {
1637
1638
  if (process.env.NODE_ENV === "production" || typeof window > "u")
1638
1639
  return;
1639
- const e = { style: "color:#3ba776" }, n = { style: "color:#1677ff" }, t = { style: "color:#f5222d" }, o = { style: "color:#eb2f96" }, s = {
1640
+ const e = { style: "color:#3ba776" }, n = { style: "color:#1677ff" }, t = { style: "color:#f5222d" }, r = { style: "color:#eb2f96" }, o = {
1640
1641
  __vue_custom_formatter: !0,
1641
- header(i) {
1642
- return L(i) ? i.__isVue ? ["div", e, "VueInstance"] : on(i) ? [
1642
+ header(a) {
1643
+ return B(a) ? a.__isVue ? ["div", e, "VueInstance"] : sn(a) ? [
1643
1644
  "div",
1644
1645
  {},
1645
- ["span", e, r(i)],
1646
+ ["span", e, i(a)],
1646
1647
  "<",
1647
1648
  // avoid debugger accessing value affecting behavior
1648
- g("_value" in i ? i._value : i),
1649
+ _("_value" in a ? a._value : a),
1649
1650
  ">"
1650
- ] : En(i) ? [
1651
+ ] : En(a) ? [
1651
1652
  "div",
1652
1653
  {},
1653
- ["span", e, Ie(i) ? "ShallowReactive" : "Reactive"],
1654
+ ["span", e, ke(a) ? "ShallowReactive" : "Reactive"],
1654
1655
  "<",
1655
- g(i),
1656
- `>${Be(i) ? " (readonly)" : ""}`
1657
- ] : Be(i) ? [
1656
+ _(a),
1657
+ `>${ze(a) ? " (readonly)" : ""}`
1658
+ ] : ze(a) ? [
1658
1659
  "div",
1659
1660
  {},
1660
- ["span", e, Ie(i) ? "ShallowReadonly" : "Readonly"],
1661
+ ["span", e, ke(a) ? "ShallowReadonly" : "Readonly"],
1661
1662
  "<",
1662
- g(i),
1663
+ _(a),
1663
1664
  ">"
1664
1665
  ] : null : null;
1665
1666
  },
1666
- hasBody(i) {
1667
- return i && i.__isVue;
1667
+ hasBody(a) {
1668
+ return a && a.__isVue;
1668
1669
  },
1669
- body(i) {
1670
- if (i && i.__isVue)
1670
+ body(a) {
1671
+ if (a && a.__isVue)
1671
1672
  return [
1672
1673
  "div",
1673
1674
  {},
1674
- ...a(i.$)
1675
+ ...s(a.$)
1675
1676
  ];
1676
1677
  }
1677
1678
  };
1678
- function a(i) {
1679
+ function s(a) {
1679
1680
  const l = [];
1680
- i.type.props && i.props && l.push(c("props", K(i.props))), i.setupState !== ze && l.push(c("setup", i.setupState)), i.data !== ze && l.push(c("data", K(i.data)));
1681
- const m = v(i, "computed");
1682
- m && l.push(c("computed", m));
1683
- const C = v(i, "inject");
1684
- return C && l.push(c("injected", C)), l.push([
1681
+ a.type.props && a.props && l.push(p("props", U(a.props))), a.setupState !== Ue && l.push(p("setup", a.setupState)), a.data !== Ue && l.push(p("data", U(a.data)));
1682
+ const f = C(a, "computed");
1683
+ f && l.push(p("computed", f));
1684
+ const b = C(a, "inject");
1685
+ return b && l.push(p("injected", b)), l.push([
1685
1686
  "div",
1686
1687
  {},
1687
1688
  [
1688
1689
  "span",
1689
1690
  {
1690
- style: o.style + ";opacity:0.66"
1691
+ style: r.style + ";opacity:0.66"
1691
1692
  },
1692
1693
  "$ (internal): "
1693
1694
  ],
1694
- ["object", { object: i }]
1695
+ ["object", { object: a }]
1695
1696
  ]), l;
1696
1697
  }
1697
- function c(i, l) {
1698
- return l = Se({}, l), Object.keys(l).length ? [
1698
+ function p(a, l) {
1699
+ return l = Ae({}, l), Object.keys(l).length ? [
1699
1700
  "div",
1700
1701
  { style: "line-height:1.25em;margin-bottom:0.6em" },
1701
1702
  [
@@ -1703,43 +1704,43 @@ function No() {
1703
1704
  {
1704
1705
  style: "color:#476582"
1705
1706
  },
1706
- i
1707
+ a
1707
1708
  ],
1708
1709
  [
1709
1710
  "div",
1710
1711
  {
1711
1712
  style: "padding-left:1.25em"
1712
1713
  },
1713
- ...Object.keys(l).map((m) => [
1714
+ ...Object.keys(l).map((f) => [
1714
1715
  "div",
1715
1716
  {},
1716
- ["span", o, m + ": "],
1717
- g(l[m], !1)
1717
+ ["span", r, f + ": "],
1718
+ _(l[f], !1)
1718
1719
  ])
1719
1720
  ]
1720
1721
  ] : ["span", {}];
1721
1722
  }
1722
- function g(i, l = !0) {
1723
- return typeof i == "number" ? ["span", n, i] : typeof i == "string" ? ["span", t, JSON.stringify(i)] : typeof i == "boolean" ? ["span", o, i] : L(i) ? ["object", { object: l ? K(i) : i }] : ["span", t, String(i)];
1723
+ function _(a, l = !0) {
1724
+ return typeof a == "number" ? ["span", n, a] : typeof a == "string" ? ["span", t, JSON.stringify(a)] : typeof a == "boolean" ? ["span", r, a] : B(a) ? ["object", { object: l ? U(a) : a }] : ["span", t, String(a)];
1724
1725
  }
1725
- function v(i, l) {
1726
- const m = i.type;
1727
- if (B(m))
1726
+ function C(a, l) {
1727
+ const f = a.type;
1728
+ if (G(f))
1728
1729
  return;
1729
- const C = {};
1730
- for (const p in i.ctx)
1731
- d(m, p, l) && (C[p] = i.ctx[p]);
1732
- return C;
1733
- }
1734
- function d(i, l, m) {
1735
- const C = i[m];
1736
- if (D(C) && C.includes(l) || L(C) && l in C || i.extends && d(i.extends, l, m) || i.mixins && i.mixins.some((p) => d(p, l, m)))
1730
+ const b = {};
1731
+ for (const g in a.ctx)
1732
+ m(f, g, l) && (b[g] = a.ctx[g]);
1733
+ return b;
1734
+ }
1735
+ function m(a, l, f) {
1736
+ const b = a[f];
1737
+ if (T(b) && b.includes(l) || B(b) && l in b || a.extends && m(a.extends, l, f) || a.mixins && a.mixins.some((g) => m(g, l, f)))
1737
1738
  return !0;
1738
1739
  }
1739
- function r(i) {
1740
- return Ie(i) ? "ShallowRef" : i.effect ? "ComputedRef" : "Ref";
1740
+ function i(a) {
1741
+ return ke(a) ? "ShallowRef" : a.effect ? "ComputedRef" : "Ref";
1741
1742
  }
1742
- window.devtoolsFormatters ? window.devtoolsFormatters.push(s) : window.devtoolsFormatters = [s];
1743
+ window.devtoolsFormatters ? window.devtoolsFormatters.push(o) : window.devtoolsFormatters = [o];
1743
1744
  }
1744
1745
  process.env.NODE_ENV;
1745
1746
  process.env.NODE_ENV;
@@ -1749,15 +1750,15 @@ process.env.NODE_ENV;
1749
1750
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
1750
1751
  * @license MIT
1751
1752
  **/
1752
- function yo() {
1753
- No();
1753
+ function jo() {
1754
+ yo();
1754
1755
  }
1755
- process.env.NODE_ENV !== "production" && yo();
1756
+ process.env.NODE_ENV !== "production" && jo();
1756
1757
  function Eo(e) {
1757
- return Pt(e) || Tt(e) || Dt(e) || Ft(e) || Vt(e);
1758
+ return Dt(e) || Pt(e) || Tt(e) || Ft(e) || Vt(e);
1758
1759
  }
1759
- var Ln = /* @__PURE__ */ ((e) => (e.Java = "java", e.Kotlin = "kotlin", e.CSharp = "csharp", e.Go = "go", e))(Ln || {});
1760
- class j {
1760
+ var Kn = /* @__PURE__ */ ((e) => (e.Java = "java", e.Kotlin = "kotlin", e.CSharp = "csharp", e.Go = "go", e))(Kn || {});
1761
+ class S {
1761
1762
  imports = /* @__PURE__ */ new Set();
1762
1763
  parentDir;
1763
1764
  name;
@@ -1798,869 +1799,1023 @@ class j {
1798
1799
  this.parentDir = n;
1799
1800
  }
1800
1801
  }
1801
- var be;
1802
+ var we;
1802
1803
  ((e) => {
1803
1804
  ((n) => {
1804
- n.Lombok = "Lombok", n.LombokBuilder = "LombokBuilder", n.RecordVakueObject = "RecordVakueObject", n.CommandHandler = "CommandHandler", n.Jpa = "Jpa", n.Timezone = "Timezone", n.SpringFramework = "SpringFramework";
1805
- })(e.JavaGeneratorAddition || (e.JavaGeneratorAddition = {}));
1806
- })(be || (be = {}));
1807
- var we;
1805
+ n.Lombok = "Lombok", n.LombokBuilder = "LombokBuilder", n.RecordValueObject = "RecordValueObject", n.CommandHandler = "CommandHandler", n.Jpa = "Jpa", n.Timezone = "Timezone", n.SpringFramework = "SpringFramework";
1806
+ })(e.JavaGeneratorAddition || (e.JavaGeneratorAddition = {})), ((n) => {
1807
+ n.TABLE = "TABLE", n.SEQUENCE = "SEQUENCE", n.IDENTITY = "IDENTITY", n.UUID = "UUID", n.AUTO = "AUTO";
1808
+ })(e.IdGenStrategy || (e.IdGenStrategy = {}));
1809
+ })(we || (we = {}));
1810
+ var Ne;
1808
1811
  ((e) => {
1809
1812
  ((n) => {
1810
1813
  n.ValueClass = "ValueClass", n.CommandHandler = "CommandHandler", n.Timezone = "Timezone";
1811
1814
  })(e.KotlinGeneratorAddition || (e.KotlinGeneratorAddition = {}));
1812
- })(we || (we = {}));
1813
- var Ne;
1815
+ })(Ne || (Ne = {}));
1816
+ var ye;
1814
1817
  ((e) => {
1815
1818
  ((n) => {
1816
1819
  n.Timezone = "Timezone", n.RecordStruct = "RecordStruct", n.PrimaryConstructor = "PrimaryConstructor", n.CommandHandlerInterface = "CommandHandlerInterface", n.AggInterface = "AggInterface";
1817
1820
  })(e.CSharpGeneratorAddition || (e.CSharpGeneratorAddition = {}));
1818
- })(Ne || (Ne = {}));
1821
+ })(ye || (ye = {}));
1819
1822
  var We;
1820
1823
  ((e) => {
1821
1824
  ((n) => {
1822
1825
  n.SinglePackageEachDesigner = "SinglePackageEachDesigner";
1823
1826
  })(e.GoGeneratorAddition || (e.GoGeneratorAddition = {}));
1824
1827
  })(We || (We = {}));
1825
- const jo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1828
+ const So = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1826
1829
  __proto__: null,
1827
- CodeFile: j,
1828
- Language: Ln,
1830
+ CodeFile: S,
1831
+ Language: Kn,
1829
1832
  get csharp() {
1830
- return Ne;
1833
+ return ye;
1831
1834
  },
1832
1835
  get go() {
1833
1836
  return We;
1834
1837
  },
1835
1838
  isStruct: Eo,
1836
1839
  get java() {
1837
- return be;
1840
+ return we;
1838
1841
  },
1839
1842
  get kotlin() {
1840
- return we;
1843
+ return Ne;
1841
1844
  }
1842
1845
  }, Symbol.toStringTag, { value: "Module" }));
1843
1846
  var N;
1844
1847
  ((e) => {
1845
- function n(d) {
1846
- return d.trim().split(d.includes("_") ? /_|\s/ : /(?=[A-Z])/g).map((r) => r.charAt(0).toUpperCase() + r.toLowerCase().slice(1)).join("");
1848
+ function n(m) {
1849
+ return m.trim().split(m.includes("_") || m.includes("-") || m.includes(" ") ? /_|\s|-/ : /(?=[A-Z])/g).map((i) => i.charAt(0).toUpperCase() + i.toLowerCase().slice(1)).join("");
1847
1850
  }
1848
1851
  e.stringToUpperCamel = n;
1849
- function t(d) {
1850
- let r = !0;
1851
- return d.trim().split(d.includes("_") ? /_|\s/ : /(?=[A-Z])/g).map((i) => r ? (r = !1, i.toLowerCase()) : i.charAt(0).toUpperCase() + i.toLowerCase().slice(1)).join("");
1852
+ function t(m) {
1853
+ let i = !0;
1854
+ return m.trim().split(m.includes("_") || m.includes("-") || m.includes(" ") ? /_|\s|-/ : /(?=[A-Z])/g).map((a) => i ? (i = !1, a.toLowerCase()) : a.charAt(0).toUpperCase() + a.toLowerCase().slice(1)).join("");
1852
1855
  }
1853
1856
  e.stringToLowerCamel = t;
1854
- function o(d) {
1855
- return d.includes("_") ? d.toLowerCase() : a(d);
1857
+ function r(m) {
1858
+ return m = m.trim(), m.includes("_") ? m.toLowerCase() : m.includes(" ") || m.includes("-") ? m.split(/\s|-/).join("_").toLowerCase() : s(m);
1856
1859
  }
1857
- e.stringToLowerSnake = o;
1858
- function s(d) {
1859
- return d.trim().split(/(?=[A-Z])/g).join("_").toUpperCase();
1860
+ e.stringToLowerSnake = r;
1861
+ function o(m) {
1862
+ return m.trim().split(/(?=[A-Z])/g).join("_").toUpperCase();
1860
1863
  }
1861
- e.camelToUpperSnake = s;
1862
- function a(d) {
1863
- return d.trim().split(/(?=[A-Z])/g).join("_").toLowerCase();
1864
+ e.camelToUpperSnake = o;
1865
+ function s(m) {
1866
+ return m.trim().split(/(?=[A-Z])/g).join("_").toLowerCase();
1864
1867
  }
1865
- e.camelToLowerSnake = a;
1866
- function c(d) {
1867
- return d.trim().split("_").map((r) => r.charAt(0).toUpperCase() + r.slice(1)).join("");
1868
+ e.camelToLowerSnake = s;
1869
+ function p(m) {
1870
+ return m.trim().split("_").map((i) => i.charAt(0).toUpperCase() + i.slice(1)).join("");
1868
1871
  }
1869
- e.snakeToUpperCamel = c;
1870
- function g(d) {
1871
- return d.trim().charAt(0).toLowerCase() + d.slice(1);
1872
+ e.snakeToUpperCamel = p;
1873
+ function _(m) {
1874
+ return m.trim().charAt(0).toLowerCase() + m.slice(1);
1872
1875
  }
1873
- e.lowerFirst = g;
1874
- function v(d) {
1875
- return d.trim().charAt(0).toUpperCase() + d.slice(1);
1876
+ e.lowerFirst = _;
1877
+ function C(m) {
1878
+ return m.trim().charAt(0).toUpperCase() + m.slice(1);
1876
1879
  }
1877
- e.upperFirst = v;
1880
+ e.upperFirst = C;
1878
1881
  })(N || (N = {}));
1879
- const O = be.JavaGeneratorAddition, Oo = ue.createHotSwapPlugin(() => {
1880
- const e = "value";
1881
- function n(t) {
1882
- return N.stringToUpperCamel(t._attributes.name);
1882
+ const j = we.JavaGeneratorAddition, Oo = le.createHotSwapPlugin(() => {
1883
+ const e = "value", n = "command", t = "event";
1884
+ function r(o) {
1885
+ return N.stringToUpperCamel(o._attributes.name);
1883
1886
  }
1884
1887
  return {
1885
- unmount({ api: t }) {
1886
- t.commands.clearCaches(), t.commands._setCommandCodeProvider(() => []), t.commands._setFacadeCommandCodeProvider(() => []), t.commands._setAggCodeProvider(() => []), t.commands._setEventCodeProvider(() => []), t.commands._setReadModelCodeProvider(() => []), t.commands._setCodeFileProvider(() => []), t.commands.setContext({});
1888
+ unmount({ api: o }) {
1889
+ o.commands.clearCaches(), o.commands._setCommandCodeProvider(() => []), o.commands._setFacadeCommandCodeProvider(() => []), o.commands._setAggCodeProvider(() => []), o.commands._setEventCodeProvider(() => []), o.commands._setReadModelCodeProvider(() => []), o.commands._setCodeFileProvider(() => []), o.commands.setContext({});
1887
1890
  },
1888
- mount({ api: t }) {
1889
- const o = t.states.context, s = t.states.designer.value._getContext().getDesignerOptions().ignoreValueObjects.map((r) => N.stringToLowerCamel(r));
1890
- function a(r) {
1891
- return !s.includes(N.stringToLowerCamel(r._attributes.name));
1891
+ mount({ api: o }) {
1892
+ const s = o.states.context, p = o.states.designer.value._getContext().getDesignerOptions().ignoreValueObjects.map((a) => N.stringToLowerCamel(a));
1893
+ function _(a) {
1894
+ return !p.includes(N.stringToLowerCamel(a._attributes.name));
1892
1895
  }
1893
- function c(r, i) {
1894
- return a(i) ? N.stringToUpperCamel(i._attributes.name) : v(r, i);
1896
+ function C(a, l) {
1897
+ if (_(l)) {
1898
+ const f = r(l);
1899
+ return a.add(`${s.value.namespace}.${s.value.moduleName}.${e}.${f}`), f;
1900
+ }
1901
+ return i(a, l);
1895
1902
  }
1896
- function g(r, i) {
1897
- for (const l of i) {
1898
- if (!a(l)) {
1899
- v(r, l);
1903
+ function m(a, l) {
1904
+ for (const f of l) {
1905
+ if (!_(f)) {
1906
+ i(a, f);
1900
1907
  continue;
1901
1908
  }
1902
- r.add(
1903
- `${o.value.namespace}.${o.value.moduleName}.${e}.${n(l)}`
1909
+ a.add(
1910
+ `${s.value.namespace}.${s.value.moduleName}.${e}.${r(f)}`
1904
1911
  );
1905
1912
  }
1906
1913
  }
1907
- function v(r, i) {
1908
- const l = o.value.additions, m = N.stringToLowerSnake(i._attributes.name).replace(/_/, " ");
1909
- return /\b(time|timestamp|date|deadline|expire)\b/.test(m) ? l.has(O.Timezone) ? (r.add("java.time.OffsetDateTime"), "OffsetDateTime") : (r.add("java.time.LocalDateTime"), "LocalDateTime") : /\b(enum|gender|sex|count|amount|num|number|flag|times)\b/.test(m) ? "Integer" : /\b(price)$/.test(m) ? (r.add("java.math.BigDecimal"), "BigDecimal") : /^(if|is)\b/.test(m) ? "Boolean" : Ee(i) && (i._attributes.type === "Id" || i._attributes.type === "Version") ? "Long" : "String";
1914
+ function i(a, l) {
1915
+ const f = s.value.additions, b = N.stringToLowerSnake(l._attributes.name).replace(/_/, " ");
1916
+ return /\b(time|timestamp|date|deadline|expire)\b/.test(b) ? f.has(j.Timezone) ? (a.add("java.time.OffsetDateTime"), "OffsetDateTime") : (a.add("java.time.LocalDateTime"), "LocalDateTime") : /\b(enum|gender|sex|count|amount|num|number|flag|times)\b/.test(b) ? "Integer" : /\b(price)$/.test(b) ? (a.add("java.math.BigDecimal"), "BigDecimal") : /^(if|is)\b/.test(b) ? "Boolean" : Ee(l) && (l._attributes.type === "Id" || l._attributes.type === "Version" || /\b(id|identifier|ver|version)$/.test(b)) ? "Long" : "String";
1910
1917
  }
1911
- t.commands._setInfoCodeProvider(
1912
- (r) => {
1913
- const i = /* @__PURE__ */ new Set();
1914
- i.add(o.value.nonNullAnnotation);
1915
- const l = o.value.nonNullAnnotation.split(".").pop(), m = n(r), C = o.value.additions, p = [];
1916
- return C.has(O.RecordVakueObject) ? (p.push(`public record ${m}(@${l} ${v(i, r)} value) {`), p.push(` public ${m} {`), p.push(" // HACK check value"), p.push(" }"), p.push("}")) : C.has(O.Lombok) ? (p.push("@lombok.Getter"), p.push(`public class ${m} {`), p.push(` private final ${v(i, r)} value;`), p.push(""), p.push(` public ${m} (@${l} ${v(i, r)} value) {`), p.push(" // HACK check value"), p.push(" this.value = value;"), p.push(" }"), p.push("}")) : (p.push(`public class ${n(r)} {`), p.push(` private final ${v(i, r)} value;`), p.push(""), p.push(` public ${m} (@${l} ${v(i, r)} value) {`), p.push(" // HACK check value"), p.push(" this.value = value;"), p.push(" }"), p.push(""), p.push(` public ${v(i, r)} getValue() {`), p.push(" return this.value;"), p.push(" }"), p.push("}")), [
1918
+ o.commands._setInfoCodeProvider(
1919
+ (a) => {
1920
+ const l = /* @__PURE__ */ new Set();
1921
+ l.add(s.value.nonNullAnnotation);
1922
+ const f = s.value.nonNullAnnotation.split(".").pop(), b = r(a), g = s.value.additions, u = [];
1923
+ return g.has(j.RecordValueObject) ? (g.has(j.Jpa) && (l.add(
1924
+ s.value.jdkVersion === "8" ? "javax.persistence.Embeddable" : "jakarta.persistence.Embeddable"
1925
+ ), u.push("@Embeddable")), u.push(`public record ${b}(@${f} ${i(l, a)} value) {`), u.push(` public ${b} {`), u.push(" // HACK check value"), u.push(" }"), u.push("}")) : g.has(j.Lombok) ? (u.push("@lombok.Getter"), g.has(j.Jpa) && (l.add(
1926
+ s.value.jdkVersion === "8" ? "javax.persistence.Embeddable" : "jakarta.persistence.Embeddable"
1927
+ ), u.push("@Embeddable")), u.push(`public class ${b} {`), u.push(` private final ${i(l, a)} value;`), u.push(""), u.push(` public ${b} (@${f} ${i(l, a)} value) {`), u.push(" // HACK check value"), u.push(" this.value = value;"), u.push(" }"), u.push("}")) : (g.has(j.Jpa) && (l.add(
1928
+ s.value.jdkVersion === "8" ? "javax.persistence.Embeddable" : "jakarta.persistence.Embeddable"
1929
+ ), u.push("@Embeddable")), u.push(`public class ${r(a)} {`), u.push(` private final ${i(l, a)} value;`), u.push(""), u.push(` public ${b} (@${f} ${i(l, a)} value) {`), u.push(" // HACK check value"), u.push(" this.value = value;"), u.push(" }"), u.push(""), u.push(` public ${i(l, a)} getValue() {`), u.push(" return this.value;"), u.push(" }"), u.push("}")), [
1917
1930
  {
1918
1931
  type: "Info",
1919
- imports: i,
1920
- content: p.join(`
1932
+ imports: l,
1933
+ content: u.join(`
1921
1934
  `)
1922
1935
  }
1923
1936
  ];
1924
1937
  }
1925
- );
1926
- function d(r) {
1927
- const i = [], l = o.value.additions, m = o.value.nonNullAnnotation.split(".").pop();
1938
+ ), o.commands._setCommandCodeProvider(
1939
+ (a) => {
1940
+ const l = [], f = s.value.additions, b = s.value.nonNullAnnotation.split(".").pop();
1941
+ {
1942
+ const g = /* @__PURE__ */ new Set();
1943
+ g.add(s.value.nonNullAnnotation);
1944
+ const u = r(a), $ = [], v = Object.values(a.inner);
1945
+ if (m(g, v), f.has(j.RecordValueObject)) {
1946
+ f.has(j.LombokBuilder) && $.push("@lombok.Builder(toBuilder = true)"), $.push(`public record ${u}(`);
1947
+ const d = [];
1948
+ for (const w of v) {
1949
+ const c = r(w);
1950
+ d.push(
1951
+ ` @${b}
1952
+ ${C(
1953
+ g,
1954
+ w
1955
+ )} ${N.lowerFirst(c)}`
1956
+ );
1957
+ }
1958
+ $.push(d.join(`,
1959
+ `)), $.push(") {"), $.push(` public ${u} {`), $.push(" // HACK check value"), $.push(" }"), $.push("}");
1960
+ } else if (f.has(j.Lombok)) {
1961
+ $.push("@lombok.AllArgsConstructor"), $.push("@lombok.Getter"), f.has(j.LombokBuilder) && $.push("@lombok.Builder(toBuilder = true)"), $.push(`public class ${u} {`);
1962
+ for (const d of v) {
1963
+ const w = r(d);
1964
+ $.push(` @${b}`), $.push(
1965
+ ` private final ${C(g, d)} ${N.lowerFirst(w)};`
1966
+ );
1967
+ }
1968
+ $.push("}");
1969
+ } else {
1970
+ $.push(`public class ${u} {`);
1971
+ for (const c of v) {
1972
+ const h = r(c);
1973
+ $.push(` @${b}`), $.push(
1974
+ ` private final ${C(g, c)} ${N.lowerFirst(h)};`
1975
+ );
1976
+ }
1977
+ $.push("");
1978
+ const d = [], w = [];
1979
+ for (const c of v) {
1980
+ const h = r(c);
1981
+ d.push(
1982
+ `@${b} ${i(g, c)} ${N.lowerFirst(h)}`
1983
+ ), w.push(`this.${N.lowerFirst(h)} = ${N.lowerFirst(h)};`);
1984
+ }
1985
+ $.push(` public ${u}(${d.join(", ")}) {`), $.push(` ${w.join(`
1986
+ `)}`), $.push(" }");
1987
+ for (const c of v) {
1988
+ const h = r(c);
1989
+ $.push(""), $.push(` public ${C(g, c)} get${h} () {`), $.push(` return this.${N.lowerFirst(h)};`), $.push(" }");
1990
+ }
1991
+ $.push("}");
1992
+ }
1993
+ l.push({
1994
+ type: "Command",
1995
+ imports: g,
1996
+ content: $.join(`
1997
+ `)
1998
+ });
1999
+ }
2000
+ if (!f.has(j.CommandHandler))
2001
+ return l;
2002
+ {
2003
+ const g = /* @__PURE__ */ new Set();
2004
+ g.add(s.value.nonNullAnnotation);
2005
+ const u = r(a), $ = [];
2006
+ f.has(j.SpringFramework) && (g.add("org.springframework.stereotype.Component"), $.push("@Component")), f.has(j.Lombok) && $.push("@lombok.RequiredArgsConstructor"), $.push(`public class ${u}Handler {`);
2007
+ const v = [...o.states.designer.value._getContext().getAssociationMap()[a._attributes.__id]].filter(
2008
+ (d) => d._attributes.rule === "Agg"
2009
+ );
2010
+ for (const d of v)
2011
+ g.add(`${s.value.namespace}.${s.value.moduleName}.${r(d)}`), $.push(` public ${r(d)} handle(@${b} ${u} command) {`), $.push(" // HACK Implement"), $.push(" }");
2012
+ $.push("}"), l.push({
2013
+ type: "CommandHandler",
2014
+ imports: g,
2015
+ content: $.join(`
2016
+ `)
2017
+ });
2018
+ }
2019
+ return l;
2020
+ }
2021
+ ), o.commands._setFacadeCommandCodeProvider((a) => {
2022
+ const l = [], f = s.value.additions, b = s.value.nonNullAnnotation.split(".").pop();
1928
2023
  {
1929
- const C = /* @__PURE__ */ new Set();
1930
- C.add(o.value.nonNullAnnotation);
1931
- const p = n(r), f = [], $ = Object.values(r.inner);
1932
- if (g(C, $), l.has(O.RecordVakueObject)) {
1933
- l.has(O.LombokBuilder) && f.push("@lombok.Builder(toBuilder = true)"), f.push(`public record ${p}(`);
1934
- const _ = [];
1935
- for (const b of $) {
1936
- const h = n(b);
1937
- _.push(
1938
- ` @${m}
1939
- ${c(
1940
- C,
1941
- b
1942
- )} ${N.lowerFirst(h)}`
2024
+ const g = /* @__PURE__ */ new Set();
2025
+ g.add(s.value.nonNullAnnotation);
2026
+ const u = r(a), $ = [], v = Object.values(a.inner);
2027
+ if (m(g, v), f.has(j.RecordValueObject)) {
2028
+ f.has(j.LombokBuilder) && $.push("@lombok.Builder(toBuilder = true)"), $.push(`public record ${u}(`);
2029
+ const d = [];
2030
+ for (const w of v) {
2031
+ const c = r(w);
2032
+ d.push(
2033
+ ` @${b}
2034
+ ${C(
2035
+ g,
2036
+ w
2037
+ )} ${N.lowerFirst(c)}`
1943
2038
  );
1944
2039
  }
1945
- f.push(_.join(`,
1946
- `)), f.push(") {"), f.push(` public ${p} {`), f.push(" // HACK check value"), f.push(" }"), f.push("}");
1947
- } else if (l.has(O.Lombok)) {
1948
- f.push("@lombok.AllArgsConstructor"), f.push("@lombok.Getter"), l.has(O.LombokBuilder) && f.push("@lombok.Builder(toBuilder = true)"), f.push(`public class ${p} {`);
1949
- for (const _ of $) {
1950
- const b = n(_);
1951
- f.push(` @${m}`), f.push(
1952
- ` private final ${c(C, _)} ${N.lowerFirst(b)};`
2040
+ $.push(d.join(`,
2041
+ `)), $.push(") {"), $.push(` public ${u} {`), $.push(" // HACK check value"), $.push(" }"), $.push("}");
2042
+ } else if (f.has(j.Lombok)) {
2043
+ $.push("@lombok.AllArgsConstructor"), $.push("@lombok.Getter"), f.has(j.LombokBuilder) && $.push("@lombok.Builder(toBuilder = true)"), $.push(`public class ${u} {`);
2044
+ for (const d of v) {
2045
+ const w = r(d);
2046
+ $.push(` @${b}`), $.push(
2047
+ ` private final ${C(g, d)} ${N.lowerFirst(w)};`
1953
2048
  );
1954
2049
  }
1955
- f.push("}");
2050
+ $.push("}");
1956
2051
  } else {
1957
- f.push(`public class ${p} {`);
1958
- for (const h of $) {
1959
- const u = n(h);
1960
- f.push(` @${m}`), f.push(
1961
- ` private final ${c(C, h)} ${N.lowerFirst(u)};`
2052
+ $.push(`public class ${u} {`);
2053
+ for (const c of v) {
2054
+ const h = r(c);
2055
+ $.push(` @${b}`), $.push(
2056
+ ` private final ${C(g, c)} ${N.lowerFirst(h)};`
1962
2057
  );
1963
2058
  }
1964
- f.push("");
1965
- const _ = [], b = [];
1966
- for (const h of $) {
1967
- const u = n(h);
1968
- _.push(
1969
- `@${m} ${v(C, h)} ${N.lowerFirst(u)}`
1970
- ), b.push(`this.${N.lowerFirst(u)} = ${N.lowerFirst(u)};`);
2059
+ $.push("");
2060
+ const d = [], w = [];
2061
+ for (const c of v) {
2062
+ const h = r(c);
2063
+ d.push(
2064
+ `@${b} ${i(g, c)} ${N.lowerFirst(h)}`
2065
+ ), w.push(`this.${N.lowerFirst(h)} = ${N.lowerFirst(h)};`);
1971
2066
  }
1972
- f.push(` public ${p}(${_.join(", ")}) {`), f.push(` ${b.join(`
1973
- `)}`), f.push(" }");
1974
- for (const h of $) {
1975
- const u = n(h);
1976
- f.push(""), f.push(` public ${c(C, h)} get${u} () {`), f.push(` return this.${N.lowerFirst(u)};`), f.push(" }");
2067
+ $.push(` public ${u}(${d.join(", ")}) {`), $.push(` ${w.join(`
2068
+ `)}`), $.push(" }");
2069
+ for (const c of v) {
2070
+ const h = r(c);
2071
+ $.push(""), $.push(` public ${C(g, c)} get${h} () {`), $.push(` return this.${N.lowerFirst(h)};`), $.push(" }");
1977
2072
  }
1978
- f.push("}");
2073
+ $.push("}");
1979
2074
  }
1980
- i.push({
1981
- type: "Command",
1982
- imports: C,
1983
- content: f.join(`
2075
+ l.push({
2076
+ type: "FacadeCommand",
2077
+ imports: g,
2078
+ content: $.join(`
1984
2079
  `)
1985
2080
  });
1986
2081
  }
1987
- if (!l.has(O.CommandHandler))
1988
- return i;
2082
+ if (!f.has(j.CommandHandler))
2083
+ return l;
1989
2084
  {
1990
- const C = /* @__PURE__ */ new Set();
1991
- C.add(o.value.nonNullAnnotation);
1992
- const p = n(r), f = [];
1993
- l.has(O.SpringFramework) && (C.add("org.springframework.stereotype.Component"), f.push("@Component")), l.has(O.Lombok) && f.push("@lombok.RequiredArgsConstructor"), f.push(`public class ${p}Handler {`);
1994
- const $ = [...t.states.designer.value._getContext().getAssociationMap()[r._attributes.__id]].filter(
1995
- (_) => _._attributes.rule === "Agg"
2085
+ const g = /* @__PURE__ */ new Set();
2086
+ g.add(s.value.nonNullAnnotation);
2087
+ const u = r(a), $ = [];
2088
+ f.has(j.SpringFramework) && (g.add("org.springframework.stereotype.Component"), $.push("@Component")), f.has(j.Lombok) && $.push("@lombok.RequiredArgsConstructor"), $.push(`public class ${u}Handler {`);
2089
+ const v = [...o.states.designer.value._getContext().getAssociationMap()[a._attributes.__id]].filter(
2090
+ (d) => d._attributes.rule === "Agg"
1996
2091
  );
1997
- for (const _ of $)
1998
- C.add(`${o.value.namespace}.${o.value.moduleName}.${n(_)}`), f.push(` public ${n(_)} handle(@${m} ${p} command) {`), f.push(" // HACK Implement"), f.push(" }");
1999
- f.push("}"), i.push({
2000
- type: "CommandHandler",
2001
- imports: C,
2002
- content: f.join(`
2092
+ for (const d of v)
2093
+ g.add(`${s.value.namespace}.${s.value.moduleName}.${r(d)}`), $.push(` public ${r(d)} handle(@${b} ${u} command) {`), $.push(" // HACK Implement"), $.push(" }");
2094
+ $.push("}"), l.push({
2095
+ type: "FacadeCommandHandler",
2096
+ imports: g,
2097
+ content: $.join(`
2003
2098
  `)
2004
2099
  });
2005
2100
  }
2006
- return i;
2007
- }
2008
- t.commands._setCommandCodeProvider(d), t.commands._setFacadeCommandCodeProvider(d), t.commands._setAggCodeProvider(
2009
- (r) => {
2010
- const i = o.value.additions, l = t.states.designer.value, m = o.value.nonNullAnnotation.split(".").pop(), C = n(r), p = [];
2101
+ return l;
2102
+ }), o.commands._setAggCodeProvider(
2103
+ (a) => {
2104
+ const l = s.value.additions, f = o.states.designer.value, b = s.value.nonNullAnnotation.split(".").pop(), g = r(a), u = [], $ = Object.values(a.inner);
2011
2105
  {
2012
- const f = /* @__PURE__ */ new Set();
2013
- f.add(o.value.nonNullAnnotation);
2014
- const $ = [], _ = [], b = [...l._getContext().getAssociationMap()[r._attributes.__id]].filter((h) => h._attributes.rule === "Command" || h._attributes.rule === "FacadeCommand");
2015
- for (const h of b) {
2016
- const u = n(h);
2017
- _.push(`public void handle${u}(@${m} ${u} command);`);
2106
+ const v = /* @__PURE__ */ new Set();
2107
+ v.add(s.value.nonNullAnnotation);
2108
+ const d = [];
2109
+ d.push(`public interface ${g} {`);
2110
+ for (const c of $) {
2111
+ const h = r(c);
2112
+ d.push(` public ${C(v, c)} get${h}();`), d.push("");
2018
2113
  }
2019
- $.push(`public interface ${C} {`), $.push(` ${_.join(`
2020
-
2021
- `)}`), $.push("}"), p.push({
2114
+ const w = [...f._getContext().getAssociationMap()[a._attributes.__id]].filter((c) => c._attributes.rule === "Command" || c._attributes.rule === "FacadeCommand");
2115
+ for (const c of w) {
2116
+ const h = r(c);
2117
+ v.add(`${s.value.namespace}.${s.value.moduleName}.${n}.${h}`), d.push(` public void handle${h}(@${b} ${h} command);`), d.push("");
2118
+ }
2119
+ d.push("}"), u.push({
2022
2120
  type: "Agg",
2023
- imports: f,
2024
- content: $.join(`
2121
+ imports: v,
2122
+ content: d.join(`
2025
2123
  `)
2026
2124
  });
2027
2125
  }
2028
2126
  {
2029
- const f = /* @__PURE__ */ new Set();
2030
- f.add(o.value.nonNullAnnotation);
2031
- const $ = [], _ = Object.values(r.inner);
2032
- if (g(f, _), i.has(O.Lombok)) {
2033
- $.push("@lombok.AllArgsConstructor"), $.push("@lombok.Getter"), $.push(`public class ${C}Impl implements ${C} {`);
2034
- for (const h of _) {
2035
- const u = n(h);
2036
- $.push(` @${m}`), $.push(` private ${c(f, h)} ${N.lowerFirst(u)};`);
2127
+ const v = /* @__PURE__ */ new Set();
2128
+ v.add(s.value.nonNullAnnotation);
2129
+ const d = [];
2130
+ if (m(v, $), l.has(j.Lombok)) {
2131
+ d.push(
2132
+ l.has(j.Jpa) ? "@lombok.NoArgsConstructor" : "@lombok.AllArgsConstructor"
2133
+ ), d.push("@lombok.Getter"), l.has(j.Jpa) && (v.add(
2134
+ s.value.jdkVersion === "8" ? "javax.persistence.Entity" : "jakarta.persistence.Entity"
2135
+ ), d.push("@Entity"), v.add(s.value.jdkVersion === "8" ? "javax.persistence.Table" : "jakarta.persistence.Table"), d.push(`@Table(name = "${N.camelToLowerSnake(g)}")`)), d.push(`public class ${g}Impl implements ${g} {`);
2136
+ for (const c of $) {
2137
+ const h = r(c);
2138
+ d.push(` @${b}`), l.has(j.Jpa) && (c._attributes.type === "Id" ? (v.add(
2139
+ s.value.jdkVersion === "8" ? "javax.persistence.EmbeddedId" : "jakarta.persistence.EmbeddedId"
2140
+ ), d.push(" @EmbeddedId"), v.add(
2141
+ s.value.jdkVersion === "8" ? "javax.persistence.AttributeOverride" : "jakarta.persistence.AttributeOverride"
2142
+ ), v.add(
2143
+ s.value.jdkVersion === "8" ? "javax.persistence.Column" : "jakarta.persistence.Column"
2144
+ ), d.push(
2145
+ ` @AttributeOverride(name = "value", column = @Column(name = "${N.camelToLowerSnake(
2146
+ h
2147
+ )}", updatable = false))`
2148
+ )) : _(c) ? (v.add(
2149
+ s.value.jdkVersion === "8" ? "javax.persistence.Embedded" : "jakarta.persistence.Embedded"
2150
+ ), d.push(" @Embedded"), v.add(
2151
+ s.value.jdkVersion === "8" ? "javax.persistence.AttributeOverride" : "jakarta.persistence.AttributeOverride"
2152
+ ), v.add(
2153
+ s.value.jdkVersion === "8" ? "javax.persistence.Column" : "jakarta.persistence.Column"
2154
+ ), d.push(
2155
+ ` @AttributeOverride(name = "value", column = @Column(name = "${N.camelToLowerSnake(
2156
+ h
2157
+ )}"))`
2158
+ )) : (v.add(
2159
+ s.value.jdkVersion === "8" ? "javax.persistence.Column" : "jakarta.persistence.Column"
2160
+ ), d.push(` @Column(name = "${N.camelToLowerSnake(h)}")`))), d.push(` private ${C(v, c)} ${N.lowerFirst(h)};`);
2037
2161
  }
2038
- const b = [...l._getContext().getAssociationMap()[r._attributes.__id]].filter((h) => h._attributes.rule === "Command" || h._attributes.rule === "FacadeCommand");
2039
- for (const h of b) {
2040
- const u = n(h);
2041
- $.push(""), $.push(
2042
- ` public void handle${u}(@${m} ${u} ${N.lowerFirst(
2043
- u
2162
+ const w = [...f._getContext().getAssociationMap()[a._attributes.__id]].filter((c) => c._attributes.rule === "Command" || c._attributes.rule === "FacadeCommand");
2163
+ for (const c of w) {
2164
+ const h = r(c);
2165
+ v.add(`${s.value.namespace}.${s.value.moduleName}.${n}.${h}`), d.push(""), d.push(
2166
+ ` public void handle${h}(@${b} ${h} ${N.lowerFirst(
2167
+ h
2044
2168
  )}) {`
2045
- ), $.push(" // HACK need implement"), $.push(" }");
2169
+ ), d.push(" // HACK need implement"), d.push(" }");
2046
2170
  }
2047
- $.push("}");
2171
+ d.push("}");
2048
2172
  } else {
2049
- $.push(`public class ${C}Impl implements ${C} {`);
2050
- for (const w of _) {
2051
- const y = n(w);
2052
- $.push(` @${m}`), $.push(` private ${c(f, w)} ${N.lowerFirst(y)};`);
2173
+ l.has(j.Jpa) && (v.add(
2174
+ s.value.jdkVersion === "8" ? "javax.persistence.Entity" : "jakarta.persistence.Entity"
2175
+ ), d.push("@Entity"), v.add(s.value.jdkVersion === "8" ? "javax.persistence.Table" : "jakarta.persistence.Table"), d.push(`@Table(name = "${N.camelToLowerSnake(g)}")`)), d.push(`public class ${g}Impl implements ${g} {`);
2176
+ for (const y of $) {
2177
+ const O = r(y);
2178
+ d.push(` @${b}`), l.has(j.Jpa) && (y._attributes.type === "Id" ? (v.add(
2179
+ s.value.jdkVersion === "8" ? "javax.persistence.EmbeddedId" : "jakarta.persistence.EmbeddedId"
2180
+ ), d.push(" @EmbeddedId"), v.add(
2181
+ s.value.jdkVersion === "8" ? "javax.persistence.AttributeOverride" : "jakarta.persistence.AttributeOverride"
2182
+ ), v.add(
2183
+ s.value.jdkVersion === "8" ? "javax.persistence.Column" : "jakarta.persistence.Column"
2184
+ ), d.push(
2185
+ ` @AttributeOverride(name = "value", column = @Column(name = "${N.camelToLowerSnake(
2186
+ O
2187
+ )}", updatable = false))`
2188
+ )) : _(y) ? (v.add(
2189
+ s.value.jdkVersion === "8" ? "javax.persistence.Embedded" : "jakarta.persistence.Embedded"
2190
+ ), d.push(" @Embedded"), v.add(
2191
+ s.value.jdkVersion === "8" ? "javax.persistence.AttributeOverride" : "jakarta.persistence.AttributeOverride"
2192
+ ), v.add(
2193
+ s.value.jdkVersion === "8" ? "javax.persistence.Column" : "jakarta.persistence.Column"
2194
+ ), d.push(
2195
+ ` @AttributeOverride(name = "value", column = @Column(name = "${N.camelToLowerSnake(
2196
+ O
2197
+ )}"))`
2198
+ )) : (v.add(
2199
+ s.value.jdkVersion === "8" ? "javax.persistence.Column" : "jakarta.persistence.Column"
2200
+ ), d.push(` @Column(name = "${N.camelToLowerSnake(O)}")`))), d.push(` private ${C(v, y)} ${N.lowerFirst(O)};`);
2053
2201
  }
2054
- $.push("");
2055
- const b = [], h = [];
2056
- for (const w of _) {
2057
- const y = n(w);
2058
- b.push(
2059
- `@${m} ${c(f, w)} ${N.lowerFirst(y)}`
2060
- ), h.push(`this.${N.lowerFirst(y)} = ${N.lowerFirst(y)};`);
2202
+ d.push("");
2203
+ const w = [], c = [];
2204
+ for (const y of $) {
2205
+ if (l.has(j.Jpa))
2206
+ break;
2207
+ const O = r(y);
2208
+ w.push(
2209
+ `@${b} ${C(v, y)} ${N.lowerFirst(O)}`
2210
+ ), c.push(`this.${N.lowerFirst(O)} = ${N.lowerFirst(O)};`);
2061
2211
  }
2062
- $.push(` public ${C}(${b.join(", ")}) {`), $.push(` ${h.join(`
2063
- `)}`), $.push(" }");
2064
- for (const w of _) {
2065
- const y = n(w);
2066
- $.push(""), $.push(` @${m}`), $.push(` public ${c(f, w)} get${y}() {`), $.push(` return this.${N.lowerFirst(y)};`), $.push(" }");
2212
+ d.push(` public ${g}Impl(${w.join(", ")}) {`), d.push(` ${c.join(`
2213
+ `)}`), d.push(" }");
2214
+ for (const y of $) {
2215
+ const O = r(y);
2216
+ d.push(""), d.push(` @${b}`), d.push(` public ${C(v, y)} get${O}() {`), d.push(` return this.${N.lowerFirst(O)};`), d.push(" }");
2067
2217
  }
2068
- const u = [...l._getContext().getAssociationMap()[r._attributes.__id]].filter(
2069
- (w) => w._attributes.rule === "Command" || w._attributes.rule === "FacadeCommand"
2218
+ const h = [...f._getContext().getAssociationMap()[a._attributes.__id]].filter(
2219
+ (y) => y._attributes.rule === "Command" || y._attributes.rule === "FacadeCommand"
2070
2220
  );
2071
- for (const w of u) {
2072
- const y = n(w);
2073
- $.push(""), $.push(
2074
- ` public void handle${y}(@${m} ${y} ${N.lowerFirst(
2075
- y
2221
+ for (const y of h) {
2222
+ const O = r(y);
2223
+ v.add(`${s.value.namespace}.${s.value.moduleName}.${n}.${O}`), d.push(""), d.push(
2224
+ ` public void handle${O}(@${b} ${O} ${N.lowerFirst(
2225
+ O
2076
2226
  )}) {`
2077
- ), $.push(" // HACK need implement"), $.push(" }");
2227
+ ), d.push(" // HACK need implement"), d.push(" }");
2078
2228
  }
2079
- $.push("}");
2229
+ d.push("}");
2080
2230
  }
2081
- p.push({
2231
+ u.push({
2082
2232
  type: "AggImpl",
2083
- imports: f,
2084
- content: $.join(`
2233
+ imports: v,
2234
+ content: d.join(`
2085
2235
  `)
2086
2236
  });
2087
2237
  }
2088
- return p;
2238
+ return u;
2089
2239
  }
2090
- ), t.commands._setEventCodeProvider(
2091
- (r) => {
2092
- const i = /* @__PURE__ */ new Set();
2093
- i.add(o.value.nonNullAnnotation);
2094
- const l = o.value.nonNullAnnotation.split(".").pop(), m = o.value.additions, C = n(r), p = [], f = Object.values(r.inner);
2095
- if (g(i, f), m.has(O.RecordVakueObject)) {
2096
- m.has(O.LombokBuilder) && p.push("@lombok.Builder(toBuilder = true)"), p.push(`public record ${C}(`);
2097
- const $ = [];
2098
- for (const _ of f) {
2099
- const b = n(_);
2100
- $.push(
2101
- ` @${l}
2102
- ${c(
2103
- i,
2104
- _
2105
- )} ${N.lowerFirst(b)}`
2240
+ ), o.commands._setEventCodeProvider(
2241
+ (a) => {
2242
+ const l = /* @__PURE__ */ new Set();
2243
+ l.add(s.value.nonNullAnnotation);
2244
+ const f = s.value.nonNullAnnotation.split(".").pop(), b = s.value.additions, g = r(a), u = [], $ = Object.values(a.inner);
2245
+ if (m(l, $), b.has(j.RecordValueObject)) {
2246
+ b.has(j.LombokBuilder) && u.push("@lombok.Builder(toBuilder = true)"), u.push(`public record ${g}(`);
2247
+ const v = [];
2248
+ for (const d of $) {
2249
+ const w = r(d);
2250
+ v.push(
2251
+ ` @${f}
2252
+ ${C(
2253
+ l,
2254
+ d
2255
+ )} ${N.lowerFirst(w)}`
2106
2256
  );
2107
2257
  }
2108
- p.push($.join(`,
2109
- `)), p.push(") {"), p.push(` public ${C} {`), p.push(" // HACK check value"), p.push(" }"), p.push("}");
2110
- } else if (m.has(O.Lombok)) {
2111
- p.push("@lombok.AllArgsConstructor"), p.push("@lombok.Getter"), m.has(O.LombokBuilder) && p.push("@lombok.Builder(toBuilder = true)"), p.push(`public class ${C} {`);
2112
- for (const $ of f) {
2113
- const _ = n($);
2114
- p.push(` @${l}`), p.push(
2115
- ` private final ${c(i, $)} ${N.lowerFirst(_)};`
2258
+ u.push(v.join(`,
2259
+ `)), u.push(") {"), u.push(` public ${g} {`), u.push(" // HACK check value"), u.push(" }"), u.push("}");
2260
+ } else if (b.has(j.Lombok)) {
2261
+ u.push("@lombok.AllArgsConstructor"), u.push("@lombok.Getter"), b.has(j.LombokBuilder) && u.push("@lombok.Builder(toBuilder = true)"), u.push(`public class ${g} {`);
2262
+ for (const v of $) {
2263
+ const d = r(v);
2264
+ u.push(` @${f}`), u.push(
2265
+ ` private final ${C(l, v)} ${N.lowerFirst(d)};`
2116
2266
  );
2117
2267
  }
2118
- p.push("}");
2268
+ u.push("}");
2119
2269
  } else {
2120
- p.push(`public class ${C} {`);
2121
- for (const b of f) {
2122
- const h = n(b);
2123
- p.push(` @${l}`), p.push(` private final ${h} ${N.lowerFirst(h)};`);
2270
+ u.push(`public class ${g} {`);
2271
+ for (const w of $) {
2272
+ const c = r(w);
2273
+ u.push(` @${f}`), u.push(` private final ${c} ${N.lowerFirst(c)};`);
2124
2274
  }
2125
- p.push("");
2126
- const $ = [], _ = [];
2127
- for (const b of f) {
2128
- const h = n(b);
2129
- $.push(
2130
- `@${l} ${v(i, b)} ${N.lowerFirst(h)}`
2131
- ), _.push(`this.${N.lowerFirst(h)} = ${N.lowerFirst(h)};`);
2275
+ u.push("");
2276
+ const v = [], d = [];
2277
+ for (const w of $) {
2278
+ const c = r(w);
2279
+ v.push(
2280
+ `@${f} ${i(l, w)} ${N.lowerFirst(c)}`
2281
+ ), d.push(`this.${N.lowerFirst(c)} = ${N.lowerFirst(c)};`);
2132
2282
  }
2133
- p.push(` public ${C}(${$.join(", ")}) {`), p.push(` ${_.join(`
2134
- `)}`), p.push(" }");
2135
- for (const b of f) {
2136
- const h = n(b);
2137
- p.push(""), p.push(` public ${h} get${h} () {`), p.push(` return this.${N.lowerFirst(h)};`), p.push(" }");
2283
+ u.push(` public ${g}(${v.join(", ")}) {`), u.push(` ${d.join(`
2284
+ `)}`), u.push(" }");
2285
+ for (const w of $) {
2286
+ const c = r(w);
2287
+ u.push(""), u.push(` public ${c} get${c} () {`), u.push(` return this.${N.lowerFirst(c)};`), u.push(" }");
2138
2288
  }
2139
- p.push("}");
2289
+ u.push("}");
2140
2290
  }
2141
2291
  return [
2142
2292
  {
2143
2293
  type: "Event",
2144
- imports: i,
2145
- content: p.join(`
2294
+ imports: l,
2295
+ content: u.join(`
2146
2296
  `)
2147
2297
  }
2148
2298
  ];
2149
2299
  }
2150
- ), t.commands._setReadModelCodeProvider(() => []), t.commands._setCodeFileProvider(() => {
2151
- const r = [], i = {};
2152
- function l($) {
2153
- for (const _ of Object.values($)) {
2154
- if (!a(_))
2300
+ ), o.commands._setReadModelCodeProvider(() => []), o.commands._setCodeFileProvider(() => {
2301
+ const a = [], l = {};
2302
+ function f(v) {
2303
+ for (const d of Object.values(v)) {
2304
+ if (!_(d))
2155
2305
  continue;
2156
- const b = [...o.value.namespace.split(/\./), o.value.moduleName, e], h = n(_) + ".java";
2157
- if (i[`${b.join("/")}/${h}`] === !0)
2306
+ const w = [...s.value.namespace.split(/\./), s.value.moduleName, e], c = r(d) + ".java";
2307
+ if (l[`${w.join("/")}/${c}`] === !0)
2158
2308
  continue;
2159
- const u = t.commands._genInfoCode(_);
2160
- if (u.length === 0)
2309
+ const h = o.commands._genInfoCode(d);
2310
+ if (h.length === 0)
2161
2311
  continue;
2162
- const w = new j(b, h);
2163
- w.appendContentln(`package ${o.value.namespace}.${o.value.moduleName}.${e};`), w.appendContentln("");
2164
- for (const y of u[0].imports)
2165
- w.appendContentln(`import ${y};`);
2166
- w.appendContentln(""), w.appendContentln(u[0].content), r.push(w), i[`${b.join("/")}/${h}`] = !0;
2312
+ const y = new S(w, c);
2313
+ y.appendContentln(`package ${s.value.namespace}.${s.value.moduleName}.${e};`), y.appendContentln("");
2314
+ for (const O of h[0].imports)
2315
+ y.appendContentln(`import ${O};`);
2316
+ y.appendContentln(""), y.appendContentln(h[0].content), a.push(y), l[`${w.join("/")}/${c}`] = !0;
2167
2317
  }
2168
2318
  }
2169
- const m = t.states.designer.value._getContext().getCommands();
2170
- for (const $ of m) {
2171
- l($.inner);
2172
- const _ = t.commands._genCommandCode($), b = [...o.value.namespace.split(/\./), o.value.moduleName];
2173
- _.forEach((h) => {
2174
- if (h.type === "Command") {
2175
- const u = new j(b, n($) + ".java");
2176
- u.appendContentln(`package ${o.value.namespace}.${o.value.moduleName};`), u.appendContentln(""), u.addImports(h.imports);
2177
- for (const w of h.imports)
2178
- u.appendContentln(`import ${w};`);
2179
- u.appendContentln(""), u.appendContentln(h.content), r.push(u);
2180
- } else if (h.type === "CommandHandler") {
2181
- const u = new j(b, n($) + "Handler.java");
2182
- u.appendContentln(`package ${o.value.namespace}.${o.value.moduleName};`), u.appendContentln(""), u.addImports(h.imports);
2183
- for (const w of h.imports)
2184
- u.appendContentln(`import ${w};`);
2185
- u.appendContentln(""), u.appendContentln(h.content), r.push(u);
2319
+ const b = o.states.designer.value._getContext().getCommands();
2320
+ for (const v of b) {
2321
+ f(v.inner);
2322
+ const d = o.commands._genCommandCode(v), w = [...s.value.namespace.split(/\./), s.value.moduleName, n];
2323
+ d.forEach((c) => {
2324
+ if (c.type === "Command") {
2325
+ const h = new S(w, r(v) + ".java");
2326
+ h.appendContentln(`package ${s.value.namespace}.${s.value.moduleName}.${n};`), h.appendContentln(""), h.addImports(c.imports);
2327
+ for (const y of c.imports)
2328
+ h.appendContentln(`import ${y};`);
2329
+ h.appendContentln(""), h.appendContentln(c.content), a.push(h);
2330
+ } else if (c.type === "CommandHandler") {
2331
+ const h = new S(w, r(v) + "Handler.java");
2332
+ h.appendContentln(`package ${s.value.namespace}.${s.value.moduleName}.${n};`), h.appendContentln(""), h.addImports(c.imports);
2333
+ for (const y of c.imports)
2334
+ h.appendContentln(`import ${y};`);
2335
+ h.appendContentln(""), h.appendContentln(c.content), a.push(h);
2186
2336
  } else
2187
- isNever(h.type);
2337
+ isNever(c.type);
2188
2338
  });
2189
2339
  }
2190
- const C = t.states.designer.value._getContext().getFacadeCommands();
2191
- for (const $ of C) {
2192
- l($.inner);
2193
- const _ = t.commands._genFacadeCommandCode($), b = [...o.value.namespace.split(/\./), o.value.moduleName];
2194
- _.forEach((h) => {
2195
- if (h.type === "FacadeCommand") {
2196
- const u = new j(b, n($) + ".java");
2197
- u.appendContentln(`package ${o.value.namespace}.${o.value.moduleName};`), u.appendContentln(""), u.addImports(h.imports);
2198
- for (const w of h.imports)
2199
- u.appendContentln(`import ${w};`);
2200
- u.appendContentln(""), u.appendContentln(h.content), r.push(u);
2340
+ const g = o.states.designer.value._getContext().getFacadeCommands();
2341
+ for (const v of g) {
2342
+ f(v.inner);
2343
+ const d = o.commands._genFacadeCommandCode(v), w = [...s.value.namespace.split(/\./), s.value.moduleName, n];
2344
+ d.forEach((c) => {
2345
+ if (c.type === "FacadeCommand") {
2346
+ const h = new S(w, r(v) + ".java");
2347
+ h.appendContentln(`package ${s.value.namespace}.${s.value.moduleName}.${n};`), h.appendContentln(""), h.addImports(c.imports);
2348
+ for (const y of c.imports)
2349
+ h.appendContentln(`import ${y};`);
2350
+ h.appendContentln(""), h.appendContentln(c.content), a.push(h);
2351
+ } else if (c.type === "FacadeCommandHandler") {
2352
+ const h = new S(w, r(v) + "Handler.java");
2353
+ h.appendContentln(`package ${s.value.namespace}.${s.value.moduleName}.${n};`), h.appendContentln(""), h.addImports(c.imports);
2354
+ for (const y of c.imports)
2355
+ h.appendContentln(`import ${y};`);
2356
+ h.appendContentln(""), h.appendContentln(c.content), a.push(h);
2201
2357
  } else
2202
- isNever(h.type);
2358
+ isNever(c.type);
2203
2359
  });
2204
2360
  }
2205
- const p = t.states.designer.value._getContext().getAggs();
2206
- for (const $ of p) {
2207
- l($.inner);
2208
- const _ = t.commands._genAggCode($), b = [...o.value.namespace.split(/\./), o.value.moduleName];
2209
- _.forEach((h) => {
2210
- if (h.type === "Agg") {
2211
- const u = new j(b, n($) + ".java");
2212
- u.appendContentln(`package ${o.value.namespace}.${o.value.moduleName};`), u.appendContentln(""), u.addImports(h.imports);
2213
- for (const w of h.imports)
2214
- u.appendContentln(`import ${w};`);
2215
- u.appendContentln(""), u.appendContentln(h.content), r.push(u);
2216
- } else if (h.type === "AggImpl") {
2217
- const u = new j(b, n($) + "Impl.java");
2218
- u.appendContentln(`package ${o.value.namespace}.${o.value.moduleName};`), u.appendContentln(""), u.addImports(h.imports);
2219
- for (const w of h.imports)
2220
- u.appendContentln(`import ${w};`);
2221
- u.appendContentln(""), u.appendContentln(h.content), r.push(u);
2361
+ const u = o.states.designer.value._getContext().getAggs();
2362
+ for (const v of u) {
2363
+ f(v.inner);
2364
+ const d = o.commands._genAggCode(v), w = [...s.value.namespace.split(/\./), s.value.moduleName];
2365
+ d.forEach((c) => {
2366
+ if (c.type === "Agg") {
2367
+ const h = new S(w, r(v) + ".java");
2368
+ h.appendContentln(`package ${s.value.namespace}.${s.value.moduleName};`), h.appendContentln(""), h.addImports(c.imports);
2369
+ for (const y of c.imports)
2370
+ h.appendContentln(`import ${y};`);
2371
+ h.appendContentln(""), h.appendContentln(c.content), a.push(h);
2372
+ } else if (c.type === "AggImpl") {
2373
+ const h = new S(w, r(v) + "Impl.java");
2374
+ h.appendContentln(`package ${s.value.namespace}.${s.value.moduleName};`), h.appendContentln(""), h.addImports(c.imports);
2375
+ for (const y of c.imports)
2376
+ h.appendContentln(`import ${y};`);
2377
+ h.appendContentln(""), h.appendContentln(c.content), a.push(h);
2222
2378
  } else
2223
- isNever(h.type);
2379
+ isNever(c.type);
2224
2380
  });
2225
2381
  }
2226
- const f = t.states.designer.value._getContext().getEvents();
2227
- for (const $ of f) {
2228
- l($.inner);
2229
- const _ = t.commands._genEventCode($), b = [...o.value.namespace.split(/\./), o.value.moduleName];
2230
- _.forEach((h) => {
2231
- const u = new j(b, n($) + ".java");
2232
- u.appendContentln(`package ${o.value.namespace}.${o.value.moduleName};`), u.appendContentln(""), u.addImports(h.imports);
2233
- for (const w of h.imports)
2234
- u.appendContentln(`import ${w};`);
2235
- u.appendContentln(""), u.appendContentln(h.content), r.push(u);
2382
+ const $ = o.states.designer.value._getContext().getEvents();
2383
+ for (const v of $) {
2384
+ f(v.inner);
2385
+ const d = o.commands._genEventCode(v), w = [...s.value.namespace.split(/\./), s.value.moduleName, t];
2386
+ d.forEach((c) => {
2387
+ const h = new S(w, r(v) + ".java");
2388
+ h.appendContentln(`package ${s.value.namespace}.${s.value.moduleName}.${t};`), h.appendContentln(""), h.addImports(c.imports);
2389
+ for (const y of c.imports)
2390
+ h.appendContentln(`import ${y};`);
2391
+ h.appendContentln(""), h.appendContentln(c.content), a.push(h);
2236
2392
  });
2237
2393
  }
2238
- return r;
2394
+ return a;
2239
2395
  });
2240
2396
  }
2241
2397
  };
2242
- }), Te = we.KotlinGeneratorAddition, Ao = ue.createHotSwapPlugin(() => ({
2398
+ }), Pe = Ne.KotlinGeneratorAddition, Io = le.createHotSwapPlugin(() => ({
2243
2399
  unmount({ api: e }) {
2244
2400
  e.commands.clearCaches(), e.commands._setCommandCodeProvider(() => []), e.commands._setFacadeCommandCodeProvider(() => []), e.commands._setAggCodeProvider(() => []), e.commands._setEventCodeProvider(() => []), e.commands._setReadModelCodeProvider(() => []), e.commands._setCodeFileProvider(() => []), e.commands.setContext({});
2245
2401
  },
2246
2402
  mount({ api: e }) {
2247
- const n = "value", t = e.states.context, o = e.states.designer.value._getContext().getDesignerOptions().ignoreValueObjects.map((d) => N.stringToLowerCamel(d));
2248
- function s(d) {
2249
- return !o.includes(N.stringToLowerCamel(d._attributes.name));
2403
+ const n = "value", t = e.states.context, r = e.states.designer.value._getContext().getDesignerOptions().ignoreValueObjects.map((m) => N.stringToLowerCamel(m));
2404
+ function o(m) {
2405
+ return !r.includes(N.stringToLowerCamel(m._attributes.name));
2250
2406
  }
2251
- function a(d, r) {
2252
- return s(r) ? N.stringToUpperCamel(r._attributes.name) : v(d, r);
2407
+ function s(m, i) {
2408
+ return o(i) ? N.stringToUpperCamel(i._attributes.name) : C(m, i);
2253
2409
  }
2254
- function c(d) {
2255
- return N.stringToUpperCamel(d._attributes.name);
2410
+ function p(m) {
2411
+ return N.stringToUpperCamel(m._attributes.name);
2256
2412
  }
2257
- function g(d, r) {
2258
- for (const i of r) {
2259
- if (!s(i)) {
2260
- v(d, i);
2413
+ function _(m, i) {
2414
+ for (const a of i) {
2415
+ if (!o(a)) {
2416
+ C(m, a);
2261
2417
  continue;
2262
2418
  }
2263
- d.add(
2264
- `${t.value.namespace}.${t.value.moduleName}.${n}.${c(i)}`
2419
+ m.add(
2420
+ `${t.value.namespace}.${t.value.moduleName}.${n}.${p(a)}`
2265
2421
  );
2266
2422
  }
2267
2423
  }
2268
- function v(d, r) {
2269
- const i = t.value.additions, l = N.stringToLowerSnake(r._attributes.name).replace(/_/, " ");
2270
- return /\b(time|timestamp|date|deadline|expire)\b/.test(l) ? i.has(Te.Timezone) ? (d.add("java.time.OffsetDateTime"), "OffsetDateTime") : (d.add("java.time.LocalDateTime"), "LocalDateTime") : /\b(enum|gender|sex|count|amount|num|number|flag|times)\b/.test(l) ? "Integer" : /\b(price)$/.test(l) ? (d.add("java.math.BigDecimal"), "BigDecimal") : /^(if|is)\b/.test(l) ? "Boolean" : Ee(r) && (r._attributes.type === "Id" || r._attributes.type === "Version") ? "Long" : "String";
2424
+ function C(m, i) {
2425
+ const a = t.value.additions, l = N.stringToLowerSnake(i._attributes.name).replace(/_/, " ");
2426
+ return /\b(time|timestamp|date|deadline|expire)\b/.test(l) ? a.has(Pe.Timezone) ? (m.add("java.time.OffsetDateTime"), "OffsetDateTime") : (m.add("java.time.LocalDateTime"), "LocalDateTime") : /\b(enum|gender|sex|count|amount|num|number|flag|times)\b/.test(l) ? "Integer" : /\b(price)$/.test(l) ? (m.add("java.math.BigDecimal"), "BigDecimal") : /^(if|is)\b/.test(l) ? "Boolean" : Ee(i) && (i._attributes.type === "Id" || i._attributes.type === "Version") || /\b(id|identifier|ver|version)$/.test(l) ? "Long" : "String";
2271
2427
  }
2272
2428
  e.commands._setInfoCodeProvider(
2273
- (d) => {
2274
- const r = /* @__PURE__ */ new Set(), i = c(d), l = t.value.additions, m = [];
2275
- return l.has(Te.ValueClass) ? (r.add("kotlin.jvm.JvmInline"), m.push("@JvmInline"), m.push(`value class ${i}(val value: ${v(r, d)})`)) : m.push(`data class ${i}(val value: ${v(r, d)})`), [
2429
+ (m) => {
2430
+ const i = /* @__PURE__ */ new Set(), a = p(m), l = t.value.additions, f = [];
2431
+ return l.has(Pe.ValueClass) ? (i.add("kotlin.jvm.JvmInline"), f.push("@JvmInline"), f.push(`value class ${a}(val value: ${C(i, m)})`)) : f.push(`data class ${a}(val value: ${C(i, m)})`), [
2276
2432
  {
2277
2433
  type: "Info",
2278
- imports: r,
2279
- content: m.join(`
2434
+ imports: i,
2435
+ content: f.join(`
2280
2436
  `)
2281
2437
  }
2282
2438
  ];
2283
2439
  }
2284
2440
  ), e.commands._setCommandCodeProvider(
2285
- (d) => {
2286
- const r = [], i = t.value.additions;
2441
+ (m) => {
2442
+ const i = [], a = t.value.additions;
2287
2443
  {
2288
- const l = /* @__PURE__ */ new Set(), m = c(d), C = [], p = Object.values(d.inner);
2289
- g(l, p);
2290
- const f = [];
2291
- for (const $ of p) {
2292
- const _ = c($);
2293
- f.push(`val ${N.lowerFirst(_)}: ${a(l, $)}`);
2444
+ const l = /* @__PURE__ */ new Set(), f = p(m), b = [], g = Object.values(m.inner);
2445
+ _(l, g);
2446
+ const u = [];
2447
+ for (const $ of g) {
2448
+ const v = p($);
2449
+ u.push(`val ${N.lowerFirst(v)}: ${s(l, $)}`);
2294
2450
  }
2295
- C.push(`data class ${m}(${f.join(", ")})`), r.push({
2451
+ b.push(`data class ${f}(${u.join(", ")})`), i.push({
2296
2452
  type: "Command",
2297
2453
  imports: l,
2298
- content: C.join(`
2454
+ content: b.join(`
2299
2455
  `)
2300
2456
  });
2301
2457
  }
2302
- if (!i.has(Te.CommandHandler))
2303
- return r;
2458
+ if (!a.has(Pe.CommandHandler))
2459
+ return i;
2304
2460
  {
2305
- const l = /* @__PURE__ */ new Set(), m = c(d), C = [];
2306
- C.push(`class ${m}Handler {`);
2307
- const p = [...e.states.designer.value._getContext().getAssociationMap()[d._attributes.__id]].filter(
2308
- (f) => f._attributes.rule === "Agg"
2461
+ const l = /* @__PURE__ */ new Set(), f = p(m), b = [];
2462
+ b.push(`class ${f}Handler {`);
2463
+ const g = [...e.states.designer.value._getContext().getAssociationMap()[m._attributes.__id]].filter(
2464
+ (u) => u._attributes.rule === "Agg"
2309
2465
  );
2310
- for (const f of p)
2311
- l.add(`${t.value.namespace}.${t.value.moduleName}.${c(f)}`), C.push(` fun handle(command: ${m}): ${c(f)} {`), C.push(" // HACK Implement"), C.push(" }");
2312
- C.push("}"), r.push({
2466
+ for (const u of g)
2467
+ l.add(`${t.value.namespace}.${t.value.moduleName}.${p(u)}`), b.push(` fun handle(command: ${f}): ${p(u)} {`), b.push(" // HACK Implement"), b.push(" }");
2468
+ b.push("}"), i.push({
2313
2469
  type: "CommandHandler",
2314
2470
  imports: l,
2315
- content: C.join(`
2471
+ content: b.join(`
2316
2472
  `)
2317
2473
  });
2318
2474
  }
2319
- return r;
2475
+ return i;
2320
2476
  }
2321
2477
  ), e.commands._setFacadeCommandCodeProvider(
2322
- (d) => {
2323
- const r = /* @__PURE__ */ new Set(), i = c(d), l = [], m = Object.values(d.inner);
2324
- g(r, m);
2325
- const C = [];
2326
- for (const p of m) {
2327
- const f = c(p);
2328
- C.push(`val ${N.lowerFirst(f)}: ${a(r, p)}`);
2478
+ (m) => {
2479
+ const i = /* @__PURE__ */ new Set(), a = p(m), l = [], f = Object.values(m.inner);
2480
+ _(i, f);
2481
+ const b = [];
2482
+ for (const g of f) {
2483
+ const u = p(g);
2484
+ b.push(`val ${N.lowerFirst(u)}: ${s(i, g)}`);
2329
2485
  }
2330
- return l.push(`data class ${i}(${C.join(", ")})`), [
2486
+ return l.push(`data class ${a}(${b.join(", ")})`), [
2331
2487
  {
2332
2488
  type: "FacadeCommand",
2333
- imports: r,
2489
+ imports: i,
2334
2490
  content: l.join(`
2335
2491
  `)
2336
2492
  }
2337
2493
  ];
2338
2494
  }
2339
- ), e.commands._setAggCodeProvider((d) => {
2340
- const r = /* @__PURE__ */ new Set(), i = e.states.designer.value, l = c(d), m = [], C = Object.values(d.inner);
2341
- g(r, C);
2342
- const p = [], f = [...i._getContext().getAssociationMap()[d._attributes.__id]].filter((_) => _._attributes.rule === "Command" || _._attributes.rule === "FacadeCommand");
2343
- for (const _ of f) {
2344
- const b = c(_);
2345
- p.push(`fun handle(command: ${b})`);
2495
+ ), e.commands._setAggCodeProvider((m) => {
2496
+ const i = /* @__PURE__ */ new Set(), a = e.states.designer.value, l = p(m), f = [], b = Object.values(m.inner);
2497
+ _(i, b);
2498
+ const g = [], u = [...a._getContext().getAssociationMap()[m._attributes.__id]].filter((v) => v._attributes.rule === "Command" || v._attributes.rule === "FacadeCommand");
2499
+ for (const v of u) {
2500
+ const d = p(v);
2501
+ g.push(`fun handle(command: ${d})`);
2346
2502
  }
2347
- m.push(`interface ${l} {`), m.push(` ${p.join(`
2348
- `)}`), m.push("}"), m.push(""), m.push(`class ${l}Impl(`);
2503
+ f.push(`interface ${l} {`), f.push(` ${g.join(`
2504
+ `)}`), f.push("}"), f.push(""), f.push(`class ${l}Impl(`);
2349
2505
  const $ = [];
2350
- for (const _ of C) {
2351
- const b = c(_);
2352
- $.push(`val ${N.lowerFirst(b)}: ${a(r, _)}`);
2506
+ for (const v of b) {
2507
+ const d = p(v);
2508
+ $.push(`val ${N.lowerFirst(d)}: ${s(i, v)}`);
2353
2509
  }
2354
- m.push(` ${$.join(`,
2355
- `)}`), m.push(`): ${l} {`);
2356
- for (const _ of f) {
2357
- const b = c(_);
2358
- m.push(` override fun handle(command: ${b}) {`), m.push(" // HACK Implement"), m.push(" }");
2510
+ f.push(` ${$.join(`,
2511
+ `)}`), f.push(`): ${l} {`);
2512
+ for (const v of u) {
2513
+ const d = p(v);
2514
+ f.push(` override fun handle(command: ${d}) {`), f.push(" // HACK Implement"), f.push(" }");
2359
2515
  }
2360
- return m.push("}"), [
2516
+ return f.push("}"), [
2361
2517
  {
2362
2518
  type: "Agg",
2363
- imports: r,
2364
- content: m.join(`
2519
+ imports: i,
2520
+ content: f.join(`
2365
2521
  `)
2366
2522
  }
2367
2523
  ];
2368
2524
  }), e.commands._setEventCodeProvider(
2369
- (d) => {
2370
- const r = /* @__PURE__ */ new Set(), i = c(d), l = [], m = Object.values(d.inner);
2371
- g(r, m);
2372
- const C = [];
2373
- for (const p of m) {
2374
- const f = c(p);
2375
- C.push(`val ${N.lowerFirst(f)}: ${a(r, p)}`);
2525
+ (m) => {
2526
+ const i = /* @__PURE__ */ new Set(), a = p(m), l = [], f = Object.values(m.inner);
2527
+ _(i, f);
2528
+ const b = [];
2529
+ for (const g of f) {
2530
+ const u = p(g);
2531
+ b.push(`val ${N.lowerFirst(u)}: ${s(i, g)}`);
2376
2532
  }
2377
- return l.push(`data class ${i}(${C.join(", ")})`), [
2533
+ return l.push(`data class ${a}(${b.join(", ")})`), [
2378
2534
  {
2379
2535
  type: "Event",
2380
- imports: r,
2536
+ imports: i,
2381
2537
  content: l.join(`
2382
2538
  `)
2383
2539
  }
2384
2540
  ];
2385
2541
  }
2386
2542
  ), e.commands._setReadModelCodeProvider(() => []), e.commands._setCodeFileProvider(() => {
2387
- const d = [], r = {};
2388
- function i(f) {
2389
- for (const $ of Object.values(f)) {
2390
- if (!s($))
2543
+ const m = [], i = {};
2544
+ function a(u) {
2545
+ for (const $ of Object.values(u)) {
2546
+ if (!o($))
2391
2547
  continue;
2392
- const _ = [...t.value.namespace.split(/\./), t.value.moduleName, n], b = c($) + ".kt";
2393
- if (r[`${_.join("/")}/${b}`] === !0)
2548
+ const v = [...t.value.namespace.split(/\./), t.value.moduleName, n], d = p($) + ".kt";
2549
+ if (i[`${v.join("/")}/${d}`] === !0)
2394
2550
  continue;
2395
- const h = e.commands._genInfoCode($);
2396
- if (h.length === 0)
2551
+ const w = e.commands._genInfoCode($);
2552
+ if (w.length === 0)
2397
2553
  continue;
2398
- const u = new j(_, b);
2399
- u.appendContentln(`package ${t.value.namespace}.${t.value.moduleName}.${n}`), u.appendContentln("");
2400
- for (const w of h[0].imports)
2401
- u.appendContentln(`import ${w}`);
2402
- u.appendContentln(""), u.appendContentln(h[0].content), d.push(u), r[`${_.join("/")}/${b}`] = !0;
2554
+ const c = new S(v, d);
2555
+ c.appendContentln(`package ${t.value.namespace}.${t.value.moduleName}.${n}`), c.appendContentln("");
2556
+ for (const h of w[0].imports)
2557
+ c.appendContentln(`import ${h}`);
2558
+ c.appendContentln(""), c.appendContentln(w[0].content), m.push(c), i[`${v.join("/")}/${d}`] = !0;
2403
2559
  }
2404
2560
  }
2405
2561
  const l = e.states.designer.value._getContext().getCommands();
2406
- for (const f of l) {
2407
- i(f.inner);
2408
- const $ = e.commands._genCommandCode(f), _ = [...t.value.namespace.split(/\./), t.value.moduleName], b = new j(_, c(f) + ".kt"), h = [];
2409
- b.appendContentln(`package ${t.value.namespace}.${t.value.moduleName}`), b.appendContentln(""), $.forEach((u) => {
2410
- u.type === "Command" || u.type === "CommandHandler" ? (b.addImports(u.imports), h.push(u.content)) : isNever(u.type);
2562
+ for (const u of l) {
2563
+ a(u.inner);
2564
+ const $ = e.commands._genCommandCode(u), v = [...t.value.namespace.split(/\./), t.value.moduleName], d = new S(v, p(u) + ".kt"), w = [];
2565
+ d.appendContentln(`package ${t.value.namespace}.${t.value.moduleName}`), d.appendContentln(""), $.forEach((c) => {
2566
+ c.type === "Command" || c.type === "CommandHandler" ? (d.addImports(c.imports), w.push(c.content)) : isNever(c.type);
2411
2567
  });
2412
- for (const u of b.getImports())
2413
- b.appendContentln(`import ${u}`);
2414
- b.appendContentln("");
2415
- for (const u of h)
2416
- b.appendContentln(u);
2417
- d.push(b);
2568
+ for (const c of d.getImports())
2569
+ d.appendContentln(`import ${c}`);
2570
+ d.appendContentln("");
2571
+ for (const c of w)
2572
+ d.appendContentln(c);
2573
+ m.push(d);
2418
2574
  }
2419
- const m = e.states.designer.value._getContext().getFacadeCommands();
2420
- for (const f of m) {
2421
- i(f.inner);
2422
- const $ = e.commands._genFacadeCommandCode(f), _ = [...t.value.namespace.split(/\./), t.value.moduleName];
2423
- $.forEach((b) => {
2424
- if (b.type === "FacadeCommand") {
2425
- const h = new j(_, c(f) + ".kt");
2426
- h.appendContentln(`package ${t.value.namespace}.${t.value.moduleName}`), h.appendContentln(""), h.addImports(b.imports);
2427
- for (const u of b.imports)
2428
- h.appendContentln(`import ${u}`);
2429
- h.appendContentln(""), h.appendContentln(b.content), d.push(h);
2430
- } else
2431
- isNever(b.type);
2575
+ const f = e.states.designer.value._getContext().getFacadeCommands();
2576
+ for (const u of f) {
2577
+ a(u.inner);
2578
+ const $ = e.commands._genFacadeCommandCode(u), v = [...t.value.namespace.split(/\./), t.value.moduleName], d = new S(v, p(u) + ".kt"), w = [];
2579
+ d.appendContentln(`package ${t.value.namespace}.${t.value.moduleName}`), d.appendContentln(""), $.forEach((c) => {
2580
+ c.type === "FacadeCommand" || c.type === "FacadeCommandHandler" ? (d.addImports(c.imports), w.push(c.content)) : isNever(c.type);
2432
2581
  });
2582
+ for (const c of d.getImports())
2583
+ d.appendContentln(`import ${c}`);
2584
+ d.appendContentln("");
2585
+ for (const c of w)
2586
+ d.appendContentln(c);
2587
+ m.push(d);
2433
2588
  }
2434
- const C = e.states.designer.value._getContext().getAggs();
2435
- for (const f of C) {
2436
- i(f.inner);
2437
- const $ = e.commands._genAggCode(f), _ = [...t.value.namespace.split(/\./), t.value.moduleName], b = new j(_, c(f) + ".kt"), h = [];
2438
- b.appendContentln(`package ${t.value.namespace}.${t.value.moduleName}`), b.appendContentln(""), $.forEach((u) => {
2439
- u.type === "Agg" || u.type === "AggImpl" ? (b.addImports(u.imports), h.push(u.content)) : isNever(u.type);
2589
+ const b = e.states.designer.value._getContext().getAggs();
2590
+ for (const u of b) {
2591
+ a(u.inner);
2592
+ const $ = e.commands._genAggCode(u), v = [...t.value.namespace.split(/\./), t.value.moduleName], d = new S(v, p(u) + ".kt"), w = [];
2593
+ d.appendContentln(`package ${t.value.namespace}.${t.value.moduleName}`), d.appendContentln(""), $.forEach((c) => {
2594
+ c.type === "Agg" || c.type === "AggImpl" ? (d.addImports(c.imports), w.push(c.content)) : isNever(c.type);
2440
2595
  });
2441
- for (const u of b.getImports())
2442
- b.appendContentln(`import ${u}`);
2443
- b.appendContentln("");
2444
- for (const u of h)
2445
- b.appendContentln(u);
2446
- d.push(b);
2596
+ for (const c of d.getImports())
2597
+ d.appendContentln(`import ${c}`);
2598
+ d.appendContentln("");
2599
+ for (const c of w)
2600
+ d.appendContentln(c);
2601
+ m.push(d);
2447
2602
  }
2448
- const p = e.states.designer.value._getContext().getEvents();
2449
- for (const f of p) {
2450
- i(f.inner);
2451
- const $ = e.commands._genEventCode(f), _ = [...t.value.namespace.split(/\./), t.value.moduleName];
2452
- $.forEach((b) => {
2453
- if (b.type === "Event") {
2454
- const h = new j(_, c(f) + ".kt");
2455
- h.appendContentln(`package ${t.value.namespace}.${t.value.moduleName}`), h.appendContentln(""), h.addImports(b.imports);
2456
- for (const u of b.imports)
2457
- h.appendContentln(`import ${u}`);
2458
- h.appendContentln(""), h.appendContentln(b.content), d.push(h);
2603
+ const g = e.states.designer.value._getContext().getEvents();
2604
+ for (const u of g) {
2605
+ a(u.inner);
2606
+ const $ = e.commands._genEventCode(u), v = [...t.value.namespace.split(/\./), t.value.moduleName];
2607
+ $.forEach((d) => {
2608
+ if (d.type === "Event") {
2609
+ const w = new S(v, p(u) + ".kt");
2610
+ w.appendContentln(`package ${t.value.namespace}.${t.value.moduleName}`), w.appendContentln(""), w.addImports(d.imports);
2611
+ for (const c of d.imports)
2612
+ w.appendContentln(`import ${c}`);
2613
+ w.appendContentln(""), w.appendContentln(d.content), m.push(w);
2459
2614
  } else
2460
- isNever(b.type);
2615
+ isNever(d.type);
2461
2616
  });
2462
2617
  }
2463
- return d;
2618
+ return m;
2464
2619
  });
2465
2620
  }
2466
- })), Io = ue.createHotSwapPlugin(() => ({
2621
+ })), ko = le.createHotSwapPlugin(() => ({
2467
2622
  unmount({ api: e }) {
2468
2623
  e.commands.clearCaches(), e.commands._setCommandCodeProvider(() => []), e.commands._setFacadeCommandCodeProvider(() => []), e.commands._setAggCodeProvider(() => []), e.commands._setEventCodeProvider(() => []), e.commands._setReadModelCodeProvider(() => []), e.commands._setCodeFileProvider(() => []), e.commands.setContext({});
2469
2624
  },
2470
2625
  mount({ api: e }) {
2471
- const n = e.states.context, t = e.states.designer.value._getContext().getDesignerOptions().ignoreValueObjects.map((v) => N.stringToLowerCamel(v));
2472
- function o(v) {
2473
- return !t.includes(N.stringToLowerCamel(v._attributes.name));
2626
+ const n = e.states.context, t = e.states.designer.value._getContext().getDesignerOptions().ignoreValueObjects.map((C) => N.stringToLowerCamel(C));
2627
+ function r(C) {
2628
+ return !t.includes(N.stringToLowerCamel(C._attributes.name));
2474
2629
  }
2475
- function s(v, d) {
2476
- return o(d) ? N.stringToUpperCamel(d._attributes.name) : g(v, d);
2630
+ function o(C, m) {
2631
+ return r(m) ? N.stringToUpperCamel(m._attributes.name) : _(C, m);
2477
2632
  }
2478
- function a(v) {
2479
- return N.stringToUpperCamel(v._attributes.name);
2633
+ function s(C) {
2634
+ return N.stringToUpperCamel(C._attributes.name);
2480
2635
  }
2481
- function c(v) {
2482
- return N.stringToLowerCamel(v._attributes.name);
2636
+ function p(C) {
2637
+ return N.stringToLowerCamel(C._attributes.name);
2483
2638
  }
2484
- function g(v, d) {
2485
- const r = N.stringToLowerSnake(d._attributes.name).replace(/_/, " ");
2486
- return /\b(time|timestamp|date|deadline|expire)\b/.test(r) ? (v.add("time"), "time.Time") : /\b(enum|gender|sex|count|amount|num|number|flag|times)\b/.test(r) ? "int" : /\b(price)$/.test(r) ? "string" : /^(if|is)\b/.test(r) ? "bool" : Ee(d) && (d._attributes.type === "Id" || d._attributes.type === "Version") ? "int64" : "string";
2639
+ function _(C, m) {
2640
+ const i = N.stringToLowerSnake(m._attributes.name).replace(/_/, " ");
2641
+ return /\b(time|timestamp|date|deadline|expire)\b/.test(i) ? (C.add("time"), "time.Time") : /\b(enum|gender|sex|count|amount|num|number|flag|times)\b/.test(i) ? "int" : /\b(price)$/.test(i) ? "string" : /^(if|is)\b/.test(i) ? "bool" : Ee(m) && (m._attributes.type === "Id" || m._attributes.type === "Version" || /\b(id|identifier|ver|version)$/.test(i)) ? "int64" : "string";
2487
2642
  }
2488
2643
  e.commands._setInfoCodeProvider(
2489
- (v) => {
2490
- const d = /* @__PURE__ */ new Set(), r = [];
2491
- return r.push(`type ${a(v)} struct {`), r.push(` value ${g(d, v)}`), r.push("}"), r.push(""), r.push(
2492
- `func New${a(v)}(value ${g(
2493
- d,
2494
- v
2495
- )}) ${a(v)} {`
2496
- ), r.push(" // HACK check value"), r.push(` return ${a(v)}{value}`), r.push("}"), r.push(
2497
- `func (${c(v)} ${a(v)}) GetValue() ${g(
2498
- d,
2499
- v
2644
+ (C) => {
2645
+ const m = /* @__PURE__ */ new Set(), i = [];
2646
+ return i.push(`type ${s(C)} struct {`), i.push(` value ${_(m, C)}`), i.push("}"), i.push(""), i.push(
2647
+ `func New${s(C)}(value ${_(
2648
+ m,
2649
+ C
2650
+ )}) ${s(C)} {`
2651
+ ), i.push(" // HACK check value"), i.push(` return ${s(C)}{value}`), i.push("}"), i.push(
2652
+ `func (${p(C)} ${s(C)}) GetValue() ${_(
2653
+ m,
2654
+ C
2500
2655
  )} {`
2501
- ), r.push(` return ${c(v)}.value`), r.push("}"), [{ type: "Info", imports: d, content: r.join(`
2656
+ ), i.push(` return ${p(C)}.value`), i.push("}"), [{ type: "Info", imports: m, content: i.join(`
2502
2657
  `) }];
2503
2658
  }
2504
2659
  ), e.commands._setCommandCodeProvider(
2505
- (v) => {
2506
- const d = a(v), r = c(v), i = /* @__PURE__ */ new Set(), l = [];
2507
- l.push(`type ${d} struct {`);
2508
- const m = Object.values(v.inner);
2509
- for (const f of m)
2510
- l.push(` ${c(f)} ${s(i, f)}`);
2660
+ (C) => {
2661
+ const m = s(C), i = p(C), a = /* @__PURE__ */ new Set(), l = [];
2662
+ l.push(`type ${m} struct {`);
2663
+ const f = Object.values(C.inner);
2664
+ for (const u of f)
2665
+ l.push(` ${p(u)} ${o(a, u)}`);
2511
2666
  l.push("}");
2512
- for (const f of m)
2667
+ for (const u of f)
2513
2668
  l.push(
2514
- `func (${r} ${d}) Get${a(f)} () ${s(
2515
- i,
2516
- f
2669
+ `func (${i} ${m}) Get${s(u)} () ${o(
2670
+ a,
2671
+ u
2517
2672
  )} {`
2518
- ), l.push(` return ${r}.${c(f)}`), l.push("}");
2519
- const C = [], p = [];
2520
- for (const f of m)
2521
- C.push(`${c(f)} ${s(i, f)}`), p.push(c(f));
2522
- return l.push(`func New${d}(${C.join(", ")}) ${d} {`), l.push(" // HACK check value"), l.push(` return ${d}{`), l.push(` ${p.join(`,
2523
- `)},`), l.push(" }"), l.push("}"), [{ type: "Command", imports: i, content: l.join(`
2673
+ ), l.push(` return ${i}.${p(u)}`), l.push("}");
2674
+ const b = [], g = [];
2675
+ for (const u of f)
2676
+ b.push(`${p(u)} ${o(a, u)}`), g.push(p(u));
2677
+ return l.push(`func New${m}(${b.join(", ")}) ${m} {`), l.push(" // HACK check value"), l.push(` return ${m}{`), l.push(` ${g.join(`,
2678
+ `)},`), l.push(" }"), l.push("}"), [{ type: "Command", imports: a, content: l.join(`
2524
2679
  `) }];
2525
2680
  }
2526
2681
  ), e.commands._setFacadeCommandCodeProvider(
2527
- (v) => {
2528
- const d = a(v), r = c(v), i = Object.values(v.inner), l = /* @__PURE__ */ new Set(), m = [];
2529
- m.push(`type ${d} struct {`);
2530
- for (const f of i)
2531
- m.push(` ${c(f)} ${s(l, f)}`);
2532
- m.push("}");
2533
- for (const f of i)
2534
- m.push(
2535
- `func (${r} ${d}) Get${a(f)} () ${s(
2682
+ (C) => {
2683
+ const m = s(C), i = p(C), a = Object.values(C.inner), l = /* @__PURE__ */ new Set(), f = [];
2684
+ f.push(`type ${m} struct {`);
2685
+ for (const u of a)
2686
+ f.push(` ${p(u)} ${o(l, u)}`);
2687
+ f.push("}");
2688
+ for (const u of a)
2689
+ f.push(
2690
+ `func (${i} ${m}) Get${s(u)} () ${o(
2536
2691
  l,
2537
- f
2692
+ u
2538
2693
  )} {`
2539
- ), m.push(` return ${r}.${c(f)}`), m.push("}");
2540
- const C = [], p = [];
2541
- for (const f of i)
2542
- C.push(`${c(f)} ${s(l, f)}`), p.push(c(f));
2543
- return m.push(`func New${d}(${C.join(", ")}) ${d} {`), m.push(" // HACK check value"), m.push(` return ${d}{`), m.push(` ${p.join(`,
2544
- `)},`), m.push(" }"), m.push("}"), [
2694
+ ), f.push(` return ${i}.${p(u)}`), f.push("}");
2695
+ const b = [], g = [];
2696
+ for (const u of a)
2697
+ b.push(`${p(u)} ${o(l, u)}`), g.push(p(u));
2698
+ return f.push(`func New${m}(${b.join(", ")}) ${m} {`), f.push(" // HACK check value"), f.push(` return ${m}{`), f.push(` ${g.join(`,
2699
+ `)},`), f.push(" }"), f.push("}"), [
2545
2700
  {
2546
2701
  type: "FacadeCommand",
2547
2702
  imports: l,
2548
- content: m.join(`
2703
+ content: f.join(`
2549
2704
  `)
2550
2705
  }
2551
2706
  ];
2552
2707
  }
2553
- ), e.commands._setAggCodeProvider((v) => {
2554
- const d = e.states.designer.value, r = a(v), i = c(v), l = Object.values(v.inner), m = /* @__PURE__ */ new Set(), C = [];
2555
- C.push(`type ${r} struct {`);
2556
- for (const _ of l)
2557
- C.push(` ${c(_)} ${s(m, _)}`);
2558
- C.push("}");
2559
- for (const _ of l)
2560
- C.push(
2561
- `func (${i} ${r}) Get${a(_)} () ${s(
2562
- m,
2563
- _
2708
+ ), e.commands._setAggCodeProvider((C) => {
2709
+ const m = e.states.designer.value, i = s(C), a = p(C), l = Object.values(C.inner), f = /* @__PURE__ */ new Set(), b = [];
2710
+ b.push(`type ${i} struct {`);
2711
+ for (const v of l)
2712
+ b.push(` ${p(v)} ${o(f, v)}`);
2713
+ b.push("}");
2714
+ for (const v of l)
2715
+ b.push(
2716
+ `func (${a} ${i}) Get${s(v)} () ${o(
2717
+ f,
2718
+ v
2564
2719
  )} {`
2565
- ), C.push(` return ${i}.${c(_)}`), C.push("}");
2566
- const p = [], f = [];
2567
- for (const _ of l)
2568
- p.push(`${c(_)} ${s(m, _)}`), f.push(c(_));
2569
- C.push(`func New${r}(${p.join(", ")}) ${r} {`), C.push(" // HACK check value"), C.push(` return ${r}{`), C.push(` ${f.join(`,
2570
- `)},`), C.push(" }"), C.push("}"), C.push("");
2571
- const $ = [...d._getContext().getAssociationMap()[v._attributes.__id]].filter((_) => _._attributes.rule === "Command" || _._attributes.rule === "FacadeCommand");
2572
- for (const _ of $) {
2573
- const b = a(_), h = c(_);
2574
- C.push(`func (${i} ${r}) Handle${b} (${h} ${b}) {`), C.push(" // HACK implement"), C.push("}");
2720
+ ), b.push(` return ${a}.${p(v)}`), b.push("}");
2721
+ const g = [], u = [];
2722
+ for (const v of l)
2723
+ g.push(`${p(v)} ${o(f, v)}`), u.push(p(v));
2724
+ b.push(`func New${i}(${g.join(", ")}) ${i} {`), b.push(" // HACK check value"), b.push(` return ${i}{`), b.push(` ${u.join(`,
2725
+ `)},`), b.push(" }"), b.push("}"), b.push("");
2726
+ const $ = [...m._getContext().getAssociationMap()[C._attributes.__id]].filter((v) => v._attributes.rule === "Command" || v._attributes.rule === "FacadeCommand");
2727
+ for (const v of $) {
2728
+ const d = s(v), w = p(v);
2729
+ b.push(`func (${a} ${i}) Handle${d} (${w} ${d}) {`), b.push(" // HACK implement"), b.push("}");
2575
2730
  }
2576
2731
  return [
2577
2732
  {
2578
2733
  type: "Agg",
2579
- imports: m,
2580
- content: C.join(`
2734
+ imports: f,
2735
+ content: b.join(`
2581
2736
  `)
2582
2737
  }
2583
2738
  ];
2584
2739
  }), e.commands._setEventCodeProvider(
2585
- (v) => {
2586
- const d = [], r = /* @__PURE__ */ new Set(), i = Object.values(v.inner), l = a(v), m = c(v);
2587
- d.push(`type ${l} struct {`);
2588
- for (const f of i)
2589
- d.push(` ${c(f)} ${s(r, f)}`);
2590
- d.push("}");
2591
- for (const f of i)
2592
- d.push(
2593
- `func (${m} ${l}) Get${a(f)} () ${s(
2594
- r,
2595
- f
2740
+ (C) => {
2741
+ const m = [], i = /* @__PURE__ */ new Set(), a = Object.values(C.inner), l = s(C), f = p(C);
2742
+ m.push(`type ${l} struct {`);
2743
+ for (const u of a)
2744
+ m.push(` ${p(u)} ${o(i, u)}`);
2745
+ m.push("}");
2746
+ for (const u of a)
2747
+ m.push(
2748
+ `func (${f} ${l}) Get${s(u)} () ${o(
2749
+ i,
2750
+ u
2596
2751
  )} {`
2597
- ), d.push(` return ${m}.${c(f)}`), d.push("}");
2598
- const C = [], p = [];
2599
- for (const f of i)
2600
- C.push(`${c(f)} ${s(r, f)}`), p.push(c(f));
2601
- return d.push(`func New${l}(${C.join(", ")}) ${l} {`), d.push(" // HACK check value"), d.push(` return ${l}{`), d.push(` ${p.join(`,
2602
- `)},`), d.push(" }"), d.push("}"), [
2752
+ ), m.push(` return ${f}.${p(u)}`), m.push("}");
2753
+ const b = [], g = [];
2754
+ for (const u of a)
2755
+ b.push(`${p(u)} ${o(i, u)}`), g.push(p(u));
2756
+ return m.push(`func New${l}(${b.join(", ")}) ${l} {`), m.push(" // HACK check value"), m.push(` return ${l}{`), m.push(` ${g.join(`,
2757
+ `)},`), m.push(" }"), m.push("}"), [
2603
2758
  {
2604
2759
  type: "Event",
2605
- imports: r,
2606
- content: d.join(`
2760
+ imports: i,
2761
+ content: m.join(`
2607
2762
  `)
2608
2763
  }
2609
2764
  ];
2610
2765
  }
2611
2766
  ), e.commands._setCodeFileProvider(() => {
2612
- const v = [], d = {}, r = [...n.value.namespace.split(/\./), n.value.moduleName], i = new j(r, `${n.value.moduleName}.go`), l = [], m = new j(r, `${n.value.moduleName}_value_object.go`), C = [];
2613
- function p(h) {
2614
- for (const u of Object.values(h)) {
2615
- if (!o(u))
2767
+ const C = [], m = {}, i = [...n.value.namespace.split(/\./), n.value.moduleName], a = new S(i, `${n.value.moduleName}.go`), l = [], f = new S(i, `${n.value.moduleName}_value_object.go`), b = [];
2768
+ function g(w) {
2769
+ for (const c of Object.values(w)) {
2770
+ if (!r(c))
2616
2771
  continue;
2617
- const w = a(u);
2618
- if (d[`${r.join("/")}/${w}`] === !0)
2772
+ const h = s(c);
2773
+ if (m[`${i.join("/")}/${h}`] === !0)
2619
2774
  continue;
2620
- const y = e.commands._genInfoCode(u);
2621
- y.length !== 0 && (m.addImports(y[0].imports), C.push(y[0].content), C.push(""), d[`${r.join("/")}/${w}`] = !0);
2775
+ const y = e.commands._genInfoCode(c);
2776
+ y.length !== 0 && (f.addImports(y[0].imports), b.push(y[0].content), b.push(""), m[`${i.join("/")}/${h}`] = !0);
2622
2777
  }
2623
2778
  }
2624
- const f = e.states.designer.value._getContext().getCommands();
2625
- for (const h of f) {
2626
- p(h.inner);
2627
- const u = e.commands._genCommandCode(h);
2628
- for (const w of u)
2629
- d[w.content] !== !0 && (i.addImports(w.imports), l.push(w.content));
2779
+ const u = e.states.designer.value._getContext().getCommands();
2780
+ for (const w of u) {
2781
+ g(w.inner);
2782
+ const c = e.commands._genCommandCode(w);
2783
+ for (const h of c)
2784
+ m[h.content] !== !0 && (a.addImports(h.imports), l.push(h.content));
2630
2785
  }
2631
2786
  const $ = e.states.designer.value._getContext().getFacadeCommands();
2632
- for (const h of $) {
2633
- p(h.inner);
2634
- const u = e.commands._genFacadeCommandCode(h);
2635
- for (const w of u)
2636
- d[w.content] !== !0 && (i.addImports(w.imports), l.push(w.content));
2787
+ for (const w of $) {
2788
+ g(w.inner);
2789
+ const c = e.commands._genFacadeCommandCode(w);
2790
+ for (const h of c)
2791
+ m[h.content] !== !0 && (a.addImports(h.imports), l.push(h.content));
2637
2792
  }
2638
- const _ = e.states.designer.value._getContext().getAggs();
2639
- for (const h of _) {
2640
- p(h.inner);
2641
- const u = e.commands._genAggCode(h);
2642
- for (const w of u)
2643
- d[w.content] !== !0 && (i.addImports(w.imports), l.push(w.content));
2793
+ const v = e.states.designer.value._getContext().getAggs();
2794
+ for (const w of v) {
2795
+ g(w.inner);
2796
+ const c = e.commands._genAggCode(w);
2797
+ for (const h of c)
2798
+ m[h.content] !== !0 && (a.addImports(h.imports), l.push(h.content));
2644
2799
  }
2645
- const b = e.states.designer.value._getContext().getEvents();
2646
- for (const h of b) {
2647
- p(h.inner);
2648
- const u = e.commands._genEventCode(h);
2649
- for (const w of u)
2650
- d[w.content] !== !0 && (i.addImports(w.imports), l.push(w.content));
2800
+ const d = e.states.designer.value._getContext().getEvents();
2801
+ for (const w of d) {
2802
+ g(w.inner);
2803
+ const c = e.commands._genEventCode(w);
2804
+ for (const h of c)
2805
+ m[h.content] !== !0 && (a.addImports(h.imports), l.push(h.content));
2651
2806
  }
2652
- return i.appendContentln(`package ${n.value.moduleName}`), i.appendContentln(""), i.getImports().length > 0 && (i.appendContentln("import ("), i.appendContentln(` ${[...i.getImports()].join(`
2653
- `)}`), i.appendContentln(")")), i.appendContentln(l.join(`
2654
- `)), m.appendContentln(`package ${n.value.moduleName}`), m.appendContentln(""), m.getImports().length > 0 && (m.appendContentln("import ("), m.appendContentln(` ${[...m.getImports()].map((h) => `"${h}"`).join(`
2655
- `)}`), m.appendContentln(")"), m.appendContentln("")), m.appendContentln(C.join(`
2656
- `)), v.push(i), v.push(m), v;
2807
+ return a.appendContentln(`package ${n.value.moduleName}`), a.appendContentln(""), a.getImports().length > 0 && (a.appendContentln("import ("), a.appendContentln(` ${[...a.getImports()].join(`
2808
+ `)}`), a.appendContentln(")")), a.appendContentln(l.join(`
2809
+ `)), f.appendContentln(`package ${n.value.moduleName}`), f.appendContentln(""), f.getImports().length > 0 && (f.appendContentln("import ("), f.appendContentln(` ${[...f.getImports()].map((w) => `"${w}"`).join(`
2810
+ `)}`), f.appendContentln(")"), f.appendContentln("")), f.appendContentln(b.join(`
2811
+ `)), C.push(a), C.push(f), C;
2657
2812
  });
2658
2813
  }
2659
- })), G = Ne.CSharpGeneratorAddition, xo = ue.createHotSwapPlugin(() => {
2814
+ })), M = ye.CSharpGeneratorAddition, xo = le.createHotSwapPlugin(() => {
2660
2815
  const e = " ";
2661
- function n(t, o = 1) {
2816
+ function n(t, r = 1) {
2662
2817
  return t.split(`
2663
- `).map((s) => e.repeat(o) + s).join(`
2818
+ `).map((o) => e.repeat(r) + o).join(`
2664
2819
  `);
2665
2820
  }
2666
2821
  return {
@@ -2668,259 +2823,289 @@ const O = be.JavaGeneratorAddition, Oo = ue.createHotSwapPlugin(() => {
2668
2823
  t.commands.clearCaches(), t.commands._setCommandCodeProvider(() => []), t.commands._setFacadeCommandCodeProvider(() => []), t.commands._setAggCodeProvider(() => []), t.commands._setEventCodeProvider(() => []), t.commands._setReadModelCodeProvider(() => []), t.commands._setCodeFileProvider(() => []), t.commands.setContext({});
2669
2824
  },
2670
2825
  mount({ api: t }) {
2671
- const o = t.states.context, s = t.states.designer.value._getContext().getDesignerOptions().ignoreValueObjects.map((r) => N.stringToLowerCamel(r));
2672
- function a(r) {
2673
- return !s.includes(N.stringToLowerCamel(r._attributes.name));
2826
+ const r = t.states.context, o = t.states.designer.value._getContext().getDesignerOptions().ignoreValueObjects.map((i) => N.stringToLowerCamel(i));
2827
+ function s(i) {
2828
+ return !o.includes(N.stringToLowerCamel(i._attributes.name));
2674
2829
  }
2675
- function c(r, i) {
2676
- return a(i) ? N.stringToUpperCamel(i._attributes.name) : d(r, i);
2830
+ function p(i, a) {
2831
+ return s(a) ? N.stringToUpperCamel(a._attributes.name) : m(i, a);
2677
2832
  }
2678
- function g(r) {
2679
- return N.stringToUpperCamel(r._attributes.name);
2833
+ function _(i) {
2834
+ return N.stringToUpperCamel(i._attributes.name);
2680
2835
  }
2681
- function v(r) {
2682
- return r.has(G.RecordStruct) ? " struct" : "";
2836
+ function C(i) {
2837
+ return i.has(M.RecordStruct) ? " struct" : "";
2683
2838
  }
2684
- function d(r, i) {
2685
- const l = o.value.additions, m = N.stringToLowerSnake(i._attributes.name).replace(/_/, " ");
2686
- return /\b(time|timestamp|date|deadline|expire)\b/.test(m) ? l.has(G.Timezone) ? "System.DateTimeOffset" : "System.DateTime" : /\b(enum|gender|sex|count|amount|num|number|flag|times)\b/.test(m) ? "int" : /\b(price)$/.test(m) ? "decimal" : /^(if|is)\b/.test(m) ? "bool" : Ee(i) && (i._attributes.type === "Id" || i._attributes.type === "Version") ? "long" : "string";
2839
+ function m(i, a) {
2840
+ const l = r.value.additions, f = N.stringToLowerSnake(a._attributes.name).replace(/_/, " ");
2841
+ return /\b(time|timestamp|date|deadline|expire)\b/.test(f) ? l.has(M.Timezone) ? "System.DateTimeOffset" : "System.DateTime" : /\b(enum|gender|sex|count|amount|num|number|flag|times)\b/.test(f) ? "int" : /\b(price)$/.test(f) ? "decimal" : /^(if|is)\b/.test(f) ? "bool" : Ee(a) && (a._attributes.type === "Id" || a._attributes.type === "Version" || /\b(id|identifier|ver|version)$/.test(f)) ? "long" : "string";
2687
2842
  }
2688
2843
  t.commands._setInfoCodeProvider(
2689
- (r) => {
2690
- const i = o.value.additions, l = /* @__PURE__ */ new Set(), m = [];
2691
- return m.push(
2692
- `public record${v(i)} ${g(r)}(${d(
2844
+ (i) => {
2845
+ const a = r.value.additions, l = /* @__PURE__ */ new Set(), f = [];
2846
+ return f.push(
2847
+ `public record${C(a)} ${_(i)}(${m(
2693
2848
  l,
2694
- r
2849
+ i
2695
2850
  )} value);`
2696
2851
  ), [
2697
2852
  {
2698
2853
  type: "Info",
2699
- content: m.join(`
2854
+ content: f.join(`
2700
2855
  `),
2701
2856
  imports: l
2702
2857
  }
2703
2858
  ];
2704
2859
  }
2705
2860
  ), t.commands._setCommandCodeProvider(
2706
- (r) => {
2707
- const i = [], l = o.value.additions, m = /* @__PURE__ */ new Set(), C = g(r);
2861
+ (i) => {
2862
+ const a = [], l = r.value.additions, f = /* @__PURE__ */ new Set(), b = _(i);
2708
2863
  {
2709
- const p = [], f = Object.values(r.inner);
2710
- p.push(`public record${v(l)} ${C}`), p.push("(");
2864
+ const g = [], u = Object.values(i.inner);
2865
+ g.push(`public record${C(l)} ${b}`), g.push("(");
2711
2866
  const $ = [];
2712
- for (const _ of f) {
2713
- const b = g(_);
2714
- $.push(`${c(m, _)} ${N.upperFirst(b)}`);
2867
+ for (const v of u) {
2868
+ const d = _(v);
2869
+ $.push(`${p(f, v)} ${N.upperFirst(d)}`);
2715
2870
  }
2716
- p.push(` ${$.join(`,
2717
- `)}`), p.push(")"), p.push("{"), p.push("}"), i.push({
2871
+ g.push(` ${$.join(`,
2872
+ `)}`), g.push(")"), g.push("{"), g.push("}"), a.push({
2718
2873
  type: "Command",
2719
- content: p.join(`
2874
+ content: g.join(`
2720
2875
  `),
2721
- imports: m
2876
+ imports: f
2722
2877
  });
2723
2878
  }
2724
2879
  {
2725
- const p = l.has(G.CommandHandlerInterface) ? ` : ${o.value.commandHandlerInterface}` : "", f = [];
2726
- f.push(`public class ${C}Handler${p}`), f.push("{"), f.push(` public void Handle(${C} command)`), f.push(" {"), f.push(" // HACK implement"), f.push(" }"), f.push("}"), i.push({
2880
+ const g = l.has(M.CommandHandlerInterface) ? ` : ${r.value.commandHandlerInterface}` : "", u = [];
2881
+ u.push(`public class ${b}Handler${g}`), u.push("{"), u.push(` public void Handle(${b} command)`), u.push(" {"), u.push(" // HACK implement"), u.push(" }"), u.push("}"), a.push({
2727
2882
  type: "CommandHandler",
2728
- content: f.join(`
2883
+ content: u.join(`
2729
2884
  `),
2730
- imports: m
2885
+ imports: f
2731
2886
  });
2732
2887
  }
2733
- return i;
2888
+ return a;
2889
+ }
2890
+ ), t.commands._setFacadeCommandCodeProvider(
2891
+ (i) => {
2892
+ const a = [], l = r.value.additions, f = /* @__PURE__ */ new Set(), b = _(i);
2893
+ {
2894
+ const g = [], u = Object.values(i.inner);
2895
+ g.push(`public record${C(l)} ${b}`), g.push("(");
2896
+ const $ = [];
2897
+ for (const v of u) {
2898
+ const d = _(v);
2899
+ $.push(`${p(f, v)} ${N.upperFirst(d)}`);
2900
+ }
2901
+ g.push(` ${$.join(`,
2902
+ `)}`), g.push(")"), g.push("{"), g.push("}"), a.push({
2903
+ type: "FacadeCommand",
2904
+ content: g.join(`
2905
+ `),
2906
+ imports: f
2907
+ });
2908
+ }
2909
+ {
2910
+ const g = l.has(M.CommandHandlerInterface) ? ` : ${r.value.commandHandlerInterface}` : "", u = [];
2911
+ u.push(`public class ${b}Handler${g}`), u.push("{"), u.push(` public void Handle(${b} command)`), u.push(" {"), u.push(" // HACK implement"), u.push(" }"), u.push("}"), a.push({
2912
+ type: "FacadeCommandHandler",
2913
+ content: u.join(`
2914
+ `),
2915
+ imports: f
2916
+ });
2917
+ }
2918
+ return a;
2734
2919
  }
2735
2920
  ), t.commands._setAggCodeProvider(
2736
- (r) => {
2737
- const i = [], l = t.states.designer.value, m = o.value.additions;
2921
+ (i) => {
2922
+ const a = [], l = t.states.designer.value, f = r.value.additions;
2738
2923
  {
2739
- const C = /* @__PURE__ */ new Set(), p = [], f = m.has(G.AggInterface) ? ` : ${o.value.aggInterface}` : "";
2740
- p.push(`public interface I${g(r)}${f}`), p.push("{");
2741
- const $ = [], _ = [...l._getContext().getAssociationMap()[r._attributes.__id]].filter((b) => b._attributes.rule === "Command" || b._attributes.rule === "FacadeCommand");
2742
- for (const b of _) {
2743
- const h = g(b);
2744
- $.push(`void Handle${h}(${h} command);`);
2924
+ const b = /* @__PURE__ */ new Set(), g = [], u = f.has(M.AggInterface) ? ` : ${r.value.aggInterface}` : "";
2925
+ g.push(`public interface I${_(i)}${u}`), g.push("{");
2926
+ const $ = [], v = [...l._getContext().getAssociationMap()[i._attributes.__id]].filter((d) => d._attributes.rule === "Command" || d._attributes.rule === "FacadeCommand");
2927
+ for (const d of v) {
2928
+ const w = _(d);
2929
+ $.push(`void Handle${w}(${w} command);`);
2745
2930
  }
2746
- p.push(` ${$.join(`
2931
+ g.push(` ${$.join(`
2747
2932
 
2748
- `)}`), p.push("}"), p.push(""), i.push({
2933
+ `)}`), g.push("}"), g.push(""), a.push({
2749
2934
  type: "Agg",
2750
- content: p.join(`
2935
+ content: g.join(`
2751
2936
  `),
2752
- imports: C
2937
+ imports: b
2753
2938
  });
2754
2939
  }
2755
2940
  {
2756
- const C = /* @__PURE__ */ new Set(), p = [], f = g(r), $ = Object.values(r.inner), _ = m.has(G.AggInterface) ? `, ${o.value.aggInterface}` : "";
2757
- if (m.has(G.PrimaryConstructor)) {
2758
- const b = [...l._getContext().getAssociationMap()[r._attributes.__id]].filter((w) => w._attributes.rule === "Command" || w._attributes.rule === "FacadeCommand"), h = [];
2759
- for (const w of $) {
2760
- const y = g(w);
2761
- h.push(`${c(C, w)} ${N.lowerFirst(y)}`);
2941
+ const b = /* @__PURE__ */ new Set(), g = [], u = _(i), $ = Object.values(i.inner), v = f.has(M.AggInterface) ? `, ${r.value.aggInterface}` : "";
2942
+ if (f.has(M.PrimaryConstructor)) {
2943
+ const d = [...l._getContext().getAssociationMap()[i._attributes.__id]].filter((h) => h._attributes.rule === "Command" || h._attributes.rule === "FacadeCommand"), w = [];
2944
+ for (const h of $) {
2945
+ const y = _(h);
2946
+ w.push(`${p(b, h)} ${N.lowerFirst(y)}`);
2762
2947
  }
2763
- p.push(`public class ${f}`), p.push("("), p.push(` ${h.join(`,
2764
- `)}`), p.push(`): I${f}${_}`), p.push("{");
2765
- for (const w of $) {
2766
- const y = g(w);
2767
- p.push(
2768
- ` public ${c(C, w)} ${N.upperFirst(
2948
+ g.push(`public class ${u}`), g.push("("), g.push(` ${w.join(`,
2949
+ `)}`), g.push(`): I${u}${v}`), g.push("{");
2950
+ for (const h of $) {
2951
+ const y = _(h);
2952
+ g.push(
2953
+ ` public ${p(b, h)} ${N.upperFirst(
2769
2954
  y
2770
2955
  )} { get; private set; } = ${N.lowerFirst(y)};`
2771
- ), p.push("");
2956
+ ), g.push("");
2772
2957
  }
2773
- const u = [];
2774
- for (const w of b) {
2775
- const y = g(w);
2776
- u.push(`public void Handle${y}(${y} command)`), u.push("{"), u.push(" // HACK implement"), u.push("}"), u.push("");
2958
+ const c = [];
2959
+ for (const h of d) {
2960
+ const y = _(h);
2961
+ c.push(`public void Handle${y}(${y} command)`), c.push("{"), c.push(" // HACK implement"), c.push("}"), c.push("");
2777
2962
  }
2778
- p.push(` ${u.join(`
2779
- `)}`), p.push("}");
2963
+ g.push(` ${c.join(`
2964
+ `)}`), g.push("}");
2780
2965
  } else {
2781
- const b = [...l._getContext().getAssociationMap()[r._attributes.__id]].filter((w) => w._attributes.rule === "Command" || w._attributes.rule === "FacadeCommand");
2782
- p.push(`public class ${f} : I${f}${_}`), p.push("{");
2783
- for (const w of $) {
2784
- const y = g(w);
2785
- p.push(
2786
- ` public ${c(C, w)} ${N.lowerFirst(
2966
+ const d = [...l._getContext().getAssociationMap()[i._attributes.__id]].filter((h) => h._attributes.rule === "Command" || h._attributes.rule === "FacadeCommand");
2967
+ g.push(`public class ${u} : I${u}${v}`), g.push("{");
2968
+ for (const h of $) {
2969
+ const y = _(h);
2970
+ g.push(
2971
+ ` public ${p(b, h)} ${N.lowerFirst(
2787
2972
  y
2788
2973
  )} { get; private set; }`
2789
2974
  );
2790
2975
  }
2791
- p.push("");
2792
- const h = [];
2793
- for (const w of $) {
2794
- const y = g(w);
2795
- h.push(`${c(C, w)} ${y}`);
2976
+ g.push("");
2977
+ const w = [];
2978
+ for (const h of $) {
2979
+ const y = _(h);
2980
+ w.push(`${p(b, h)} ${y}`);
2796
2981
  }
2797
- p.push(` public ${f}(${h.join(", ")})`), p.push(" {");
2798
- for (const w of $) {
2799
- const y = g(w);
2800
- p.push(` ${y} = ${N.lowerFirst(y)};`);
2982
+ g.push(` public ${u}(${w.join(", ")})`), g.push(" {");
2983
+ for (const h of $) {
2984
+ const y = _(h);
2985
+ g.push(` ${y} = ${N.lowerFirst(y)};`);
2801
2986
  }
2802
- p.push(" }");
2803
- const u = [];
2804
- for (const w of b) {
2805
- const y = g(w);
2806
- u.push(`public void Handle${y}(${y} command)`), u.push("{"), u.push(" // HACK implement"), u.push("}"), u.push("");
2987
+ g.push(" }");
2988
+ const c = [];
2989
+ for (const h of d) {
2990
+ const y = _(h);
2991
+ c.push(`public void Handle${y}(${y} command)`), c.push("{"), c.push(" // HACK implement"), c.push("}"), c.push("");
2807
2992
  }
2808
- p.push(` ${u.join(`
2809
- `)}`), p.push("}");
2993
+ g.push(` ${c.join(`
2994
+ `)}`), g.push("}");
2810
2995
  }
2811
- i.push({
2996
+ a.push({
2812
2997
  type: "AggImpl",
2813
- content: p.join(`
2998
+ content: g.join(`
2814
2999
  `),
2815
- imports: C
3000
+ imports: b
2816
3001
  });
2817
3002
  }
2818
- return i;
3003
+ return a;
2819
3004
  }
2820
3005
  ), t.commands._setEventCodeProvider(
2821
- (r) => {
2822
- const i = o.value.additions, l = g(r), m = /* @__PURE__ */ new Set(), C = Object.values(r.inner), p = [];
2823
- p.push(`public record${v(i)} ${l}`), p.push("(");
2824
- const f = [];
2825
- for (const $ of C) {
2826
- const _ = g($);
2827
- f.push(`${c(m, $)} ${N.upperFirst(_)}`);
3006
+ (i) => {
3007
+ const a = r.value.additions, l = _(i), f = /* @__PURE__ */ new Set(), b = Object.values(i.inner), g = [];
3008
+ g.push(`public record${C(a)} ${l}`), g.push("(");
3009
+ const u = [];
3010
+ for (const $ of b) {
3011
+ const v = _($);
3012
+ u.push(`${p(f, $)} ${N.upperFirst(v)}`);
2828
3013
  }
2829
- return p.push(` ${f.join(`,
2830
- `)}`), p.push(")"), p.push("{"), p.push("}"), [
3014
+ return g.push(` ${u.join(`,
3015
+ `)}`), g.push(")"), g.push("{"), g.push("}"), [
2831
3016
  {
2832
3017
  type: "Event",
2833
- content: p.join(`
3018
+ content: g.join(`
2834
3019
  `),
2835
- imports: m
3020
+ imports: f
2836
3021
  }
2837
3022
  ];
2838
3023
  }
2839
3024
  ), t.commands._setReadModelCodeProvider(() => []), t.commands._setCodeFileProvider(() => {
2840
- const r = [], i = {}, l = [...o.value.namespace.split(/\./), N.stringToUpperCamel(o.value.moduleName)];
2841
- function m(_) {
2842
- for (const b of Object.values(_)) {
2843
- if (!a(b))
3025
+ const i = [], a = {}, l = [...r.value.namespace.split(/\./), N.stringToUpperCamel(r.value.moduleName)];
3026
+ function f(v) {
3027
+ for (const d of Object.values(v)) {
3028
+ if (!s(d))
2844
3029
  continue;
2845
- const h = g(b) + ".cs";
2846
- if (i[`${l.join("/")}/${h}`] === !0)
3030
+ const w = _(d) + ".cs";
3031
+ if (a[`${l.join("/")}/${w}`] === !0)
2847
3032
  continue;
2848
- const u = t.commands._genInfoCode(b);
2849
- if (u.length === 0)
3033
+ const c = t.commands._genInfoCode(d);
3034
+ if (c.length === 0)
2850
3035
  continue;
2851
- const w = new j(l, h);
2852
- for (const y of u[0].imports)
2853
- w.appendContentln(`using ${y};`);
2854
- w.appendContentln(""), w.appendContentln(
2855
- `namespace ${o.value.namespace}.${N.stringToUpperCamel(o.value.moduleName)}`
2856
- ), w.appendContentln("{"), w.appendContentln(n(u[0].content)), w.appendContentln("}"), r.push(w), i[`${l.join("/")}/${h}`] = !0;
3036
+ const h = new S(l, w);
3037
+ for (const y of c[0].imports)
3038
+ h.appendContentln(`using ${y};`);
3039
+ h.appendContentln(""), h.appendContentln(
3040
+ `namespace ${r.value.namespace}.${N.stringToUpperCamel(r.value.moduleName)}`
3041
+ ), h.appendContentln("{"), h.appendContentln(n(c[0].content)), h.appendContentln("}"), i.push(h), a[`${l.join("/")}/${w}`] = !0;
2857
3042
  }
2858
3043
  }
2859
- const C = t.states.designer.value._getContext().getCommands();
2860
- for (const _ of C) {
2861
- m(_.inner);
2862
- const b = g(_) + ".cs", h = t.commands._genCommandCode(_), u = new j(l, b);
2863
- for (const w of h)
2864
- if (w.type === "Command") {
2865
- u.addImports(w.imports);
2866
- for (const y of w.imports)
2867
- u.appendContentln(`using ${y};`);
2868
- u.appendContentln(""), u.appendContentln(
2869
- `namespace ${o.value.namespace}.${N.stringToUpperCamel(o.value.moduleName)}`
2870
- ), u.appendContentln("{"), u.appendContentln(n(w.content)), u.appendContentln("}");
3044
+ const b = t.states.designer.value._getContext().getCommands();
3045
+ for (const v of b) {
3046
+ f(v.inner);
3047
+ const d = _(v) + ".cs", w = t.commands._genCommandCode(v), c = new S(l, d);
3048
+ for (const h of w)
3049
+ if (h.type === "Command") {
3050
+ c.addImports(h.imports);
3051
+ for (const y of h.imports)
3052
+ c.appendContentln(`using ${y};`);
3053
+ c.appendContentln(""), c.appendContentln(
3054
+ `namespace ${r.value.namespace}.${N.stringToUpperCamel(r.value.moduleName)}`
3055
+ ), c.appendContentln("{"), c.appendContentln(n(h.content)), c.appendContentln("}");
2871
3056
  }
2872
- r.push(u);
3057
+ i.push(c);
2873
3058
  }
2874
- const p = t.states.designer.value._getContext().getFacadeCommands();
2875
- for (const _ of p) {
2876
- m(_.inner);
2877
- const b = g(_) + ".cs", h = t.commands._genFacadeCommandCode(_), u = new j(l, b);
2878
- u.addImports(h[0].imports);
2879
- for (const w of h[0].imports)
2880
- u.appendContentln(`using ${w};`);
2881
- u.appendContentln(""), u.appendContentln(
2882
- `namespace ${o.value.namespace}.${N.stringToUpperCamel(o.value.moduleName)}`
2883
- ), u.appendContentln("{"), u.appendContentln(n(h[0].content)), u.appendContentln("}"), r.push(u);
3059
+ const g = t.states.designer.value._getContext().getFacadeCommands();
3060
+ for (const v of g) {
3061
+ f(v.inner);
3062
+ const d = _(v) + ".cs", w = t.commands._genFacadeCommandCode(v), c = new S(l, d);
3063
+ c.addImports(w[0].imports);
3064
+ for (const h of w[0].imports)
3065
+ c.appendContentln(`using ${h};`);
3066
+ c.appendContentln(""), c.appendContentln(
3067
+ `namespace ${r.value.namespace}.${N.stringToUpperCamel(r.value.moduleName)}`
3068
+ ), c.appendContentln("{"), c.appendContentln(n(w[0].content)), c.appendContentln("}"), i.push(c);
2884
3069
  }
2885
- const f = t.states.designer.value._getContext().getAggs();
2886
- for (const _ of f) {
2887
- m(_.inner);
2888
- const b = t.commands._genAggCode(_), h = g(_) + ".cs", u = new j(l, h);
2889
- for (const w of b) {
2890
- u.addImports(w.imports);
2891
- for (const y of w.imports)
2892
- u.appendContentln(`using ${y};`);
2893
- u.appendContentln("");
3070
+ const u = t.states.designer.value._getContext().getAggs();
3071
+ for (const v of u) {
3072
+ f(v.inner);
3073
+ const d = t.commands._genAggCode(v), w = _(v) + ".cs", c = new S(l, w);
3074
+ for (const h of d) {
3075
+ c.addImports(h.imports);
3076
+ for (const y of h.imports)
3077
+ c.appendContentln(`using ${y};`);
3078
+ c.appendContentln("");
2894
3079
  }
2895
- u.appendContentln(
2896
- `namespace ${o.value.namespace}.${N.stringToUpperCamel(o.value.moduleName)}`
2897
- ), u.appendContentln("{");
2898
- for (const w of b)
2899
- u.appendContentln(n(w.content));
2900
- u.appendContentln("}"), r.push(u);
3080
+ c.appendContentln(
3081
+ `namespace ${r.value.namespace}.${N.stringToUpperCamel(r.value.moduleName)}`
3082
+ ), c.appendContentln("{");
3083
+ for (const h of d)
3084
+ c.appendContentln(n(h.content));
3085
+ c.appendContentln("}"), i.push(c);
2901
3086
  }
2902
3087
  const $ = t.states.designer.value._getContext().getEvents();
2903
- for (const _ of $) {
2904
- m(_.inner);
2905
- const b = g(_) + ".cs", h = t.commands._genEventCode(_), u = new j(l, b);
2906
- u.addImports(h[0].imports);
2907
- for (const w of h[0].imports)
2908
- u.appendContentln(`using ${w};`);
2909
- u.appendContentln(""), u.appendContentln(
2910
- `namespace ${o.value.namespace}.${N.stringToUpperCamel(o.value.moduleName)}`
2911
- ), u.appendContentln("{"), u.appendContentln(n(h[0].content)), u.appendContentln("}"), r.push(u);
3088
+ for (const v of $) {
3089
+ f(v.inner);
3090
+ const d = _(v) + ".cs", w = t.commands._genEventCode(v), c = new S(l, d);
3091
+ c.addImports(w[0].imports);
3092
+ for (const h of w[0].imports)
3093
+ c.appendContentln(`using ${h};`);
3094
+ c.appendContentln(""), c.appendContentln(
3095
+ `namespace ${r.value.namespace}.${N.stringToUpperCamel(r.value.moduleName)}`
3096
+ ), c.appendContentln("{"), c.appendContentln(n(w[0].content)), c.appendContentln("}"), i.push(c);
2912
3097
  }
2913
- return r;
3098
+ return i;
2914
3099
  });
2915
3100
  }
2916
3101
  };
2917
3102
  });
2918
3103
  export {
2919
3104
  xo as GENERATOR_CSHARP_PLUGIN,
2920
- Io as GENERATOR_GO_PLUGIN,
3105
+ ko as GENERATOR_GO_PLUGIN,
2921
3106
  Oo as GENERATOR_JAVA_PLUGIN,
2922
- Ao as GENERATOR_KOTLIN_PLUGIN,
2923
- ue as GeneratorPliginHelper,
2924
- jo as define,
2925
- So as useGeneratorAgg
3107
+ Io as GENERATOR_KOTLIN_PLUGIN,
3108
+ le as GeneratorPliginHelper,
3109
+ So as define,
3110
+ Ao as useGeneratorAgg
2926
3111
  };