@wisemen/wise-crm-web 2.0.0-alpha.4 → 2.0.0-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,21 +1,21 @@
1
- import { defineComponent as x, ref as T, useTemplateRef as we, openBlock as d, createElementBlock as M, createBlock as g, unref as e, withCtx as c, createVNode as l, mergeProps as q, createElementVNode as S, toDisplayString as Q, nextTick as Pe, computed as w, createCommentVNode as I, renderSlot as ie, Fragment as H, createTextVNode as X, renderList as xe, useModel as De, mergeModels as Ie } from "vue";
2
- import { useRouteParams as Ne } from "@vueuse/router";
3
- import { useI18n as D } from "vue-i18n";
4
- import { aV as se, a$ as Se, b1 as $e, b4 as ke } from "./uuid.util-B9bkU4IX.js";
5
- import { _ as Fe } from "./CrmDetailView.vue_vue_type_script_setup_true_lang-BoCwerkk.js";
6
- import { d as $, e as L, f as Y, E as re, g as ue, h as Te, i as Me, L as Ve, j as Le, k as B, a as qe, P as Ee, l as Ae, m as Oe, n as Be, U as Qe, o as ee, p as Z, q as Ke, r as ce, s as de, I as je, t as me, v as ze, w as A, x as pe, y as Re, z as Ge, B as He, F as Ye, u as Ze, G as Je, H as We, J as Xe, K as ea, N as ae, O as fe, Q as aa, R as te, S as ta, T as na, V as la, W as oa, X as ia, Y as _e, Z as sa, $ as ra, a0 as ua, a1 as ca, a2 as da, a3 as ma, a4 as pa, a5 as fa, a6 as _a, a7 as ga, a8 as ya, a9 as ba, A as ha } from "./index-uh3Ew2Yy.js";
7
- import { UITextField as K, toFormField as E, UIIconButton as ge, UIDropdownMenu as va, UIDropdownMenuGroup as Ua, UIDropdownMenuItem as ne, UIDialog as Ca, UIPhoneNumberField as le, UIFormDialog as wa, UIDialogHeader as Pa, UIDialogBody as xa, UIFormLayout as Da, UIFormFieldGroup as Ia, UIFormFieldGrid as oe, UIDialogFooter as Na, UIDialogFooterSubmit as Sa, createAutocompleteOptions as $a, createSelectOptions as R, UIAutocomplete as ka, UISelect as G, useOverlay as J, UIButton as Fa, UIBadge as ye } from "@wisemen/vue-core-design-system";
8
- import { useForm as j } from "formango";
9
- import z, { z as N } from "zod";
10
- import { useMutation as k, useQuery as be, useOffsetInfiniteQuery as Ta, useKeysetInfiniteQuery as Ma } from "@wisemen/vue-core-api-utils";
11
- import { Motion as Va } from "motion-v";
12
- import { useQueryClient as La, useMutation as qa } from "@tanstack/vue-query";
13
- function Ea() {
14
- return k({
1
+ import { defineComponent as D, ref as T, useTemplateRef as De, openBlock as m, createElementBlock as M, createBlock as g, unref as e, withCtx as s, createVNode as l, mergeProps as q, createElementVNode as k, toDisplayString as j, nextTick as Ie, computed as P, createCommentVNode as N, Fragment as Z, createTextVNode as ee, renderList as xe, useModel as Ne, mergeModels as Se } from "vue";
2
+ import { useRouteParams as ke } from "@vueuse/router";
3
+ import { useI18n as x } from "vue-i18n";
4
+ import { aX as ie, b1 as Fe, b3 as $e, b6 as Te } from "./uuid.util-CaePLXHv.js";
5
+ import { _ as Me } from "./CrmDetailView.vue_vue_type_script_setup_true_lang-C_-6l66y.js";
6
+ import { d as F, e as L, f as Ve, E as re, g as se, h as Le, i as qe, L as Ee, j as Oe, k as K, a as Be, P as Qe, l as Ae, m as ae, n as Ke, I as je, o as ue, p as ze, q as O, r as ce, s as Re, t as Ge, U as He, v as Ye, u as Ze, w as Xe, x as Je, y as We, z as ea, B as aa, F as te, G as de, H as ta, J as ne, K as na, N as la, O as oa, Q as ia, R as ra, S as me, T as sa, V as ua, W as ca, X as da, Y as ma, Z as pa, $ as fa, a0 as _a, a1 as ga, a2 as ya, a3 as ba, A as ha } from "./index-CtsgrPp8.js";
7
+ import { UITextField as z, toFormField as E, UIIconButton as pe, UIDropdownMenu as va, UIDropdownMenuGroup as Ua, UIDropdownMenuItem as le, UIPhoneNumberField as oe, UIFormLayout as X, UIFormFieldGroup as B, UIFormFieldGrid as Q, UIFormDialog as fe, UIDialogHeader as _e, UIDialogBody as ge, UIDialogFooter as ye, UIDialogFooterSubmit as be, createAutocompleteOptions as Ca, createSelectOptions as H, UIAutocomplete as Pa, UISelect as Y, useOverlay as J, UIButton as wa, UIBadge as he } from "@wisemen/vue-core-design-system";
8
+ import { useForm as R } from "formango";
9
+ import G, { z as S } from "zod";
10
+ import { useMutation as $, useQuery as ve, useOffsetInfiniteQuery as Da, useKeysetInfiniteQuery as Ia } from "@wisemen/vue-core-api-utils";
11
+ import { Motion as xa } from "motion-v";
12
+ import { useQueryClient as Na, useMutation as Sa } from "@tanstack/vue-query";
13
+ function ka() {
14
+ return $({
15
15
  queryFn: async ({
16
16
  body: t,
17
17
  params: a
18
- }) => await $.update(a.dealUuid, {
18
+ }) => await F.update(a.dealUuid, {
19
19
  dealLanguage: t.dealLanguage
20
20
  }),
21
21
  queryKeysToInvalidate: {
@@ -26,12 +26,12 @@ function Ea() {
26
26
  }
27
27
  });
28
28
  }
29
- function Aa() {
30
- return k({
29
+ function Fa() {
30
+ return $({
31
31
  queryFn: async ({
32
32
  body: t,
33
33
  params: a
34
- }) => await $.update(a.dealUuid, {
34
+ }) => await F.update(a.dealUuid, {
35
35
  dealSource: t.dealSource
36
36
  }),
37
37
  queryKeysToInvalidate: {
@@ -42,12 +42,12 @@ function Aa() {
42
42
  }
43
43
  });
44
44
  }
45
- function Oa() {
46
- return k({
45
+ function $a() {
46
+ return $({
47
47
  queryFn: async ({
48
48
  body: t,
49
49
  params: a
50
- }) => await $.update(a.dealUuid, {
50
+ }) => await F.update(a.dealUuid, {
51
51
  dealOwner: t.dealOwner
52
52
  }),
53
53
  queryKeysToInvalidate: {
@@ -58,12 +58,12 @@ function Oa() {
58
58
  }
59
59
  });
60
60
  }
61
- function Ba() {
62
- return k({
61
+ function Ta() {
62
+ return $({
63
63
  queryFn: async ({
64
64
  body: t,
65
65
  params: a
66
- }) => await $.update(a.dealUuid, {
66
+ }) => await F.update(a.dealUuid, {
67
67
  name: t.name
68
68
  }),
69
69
  queryKeysToInvalidate: {
@@ -74,18 +74,18 @@ function Ba() {
74
74
  }
75
75
  });
76
76
  }
77
- const Qa = {
77
+ const Ma = {
78
78
  key: 1,
79
79
  class: "flex justify-between"
80
- }, Ka = { class: "text-xl font-bold text-primary" }, ja = /* @__PURE__ */ x({
80
+ }, Va = { class: "text-xl font-bold text-primary" }, La = /* @__PURE__ */ D({
81
81
  __name: "DealDetailSidebarNameField",
82
82
  props: {
83
83
  deal: {}
84
84
  },
85
85
  setup(t) {
86
- const a = t, n = D(), i = L(), o = T(!1), r = we("nameFieldContainerRef"), p = Ba(), f = j({
87
- schema: z.object({
88
- name: z.string().min(1)
86
+ const a = t, n = x(), i = L(), o = T(!1), u = De("nameFieldContainerRef"), p = Ta(), f = R({
87
+ schema: G.object({
88
+ name: G.string().min(1)
89
89
  }),
90
90
  onSubmit: async (_) => {
91
91
  try {
@@ -103,12 +103,12 @@ const Qa = {
103
103
  o.value = !1;
104
104
  }
105
105
  }
106
- }), m = f.register("name", a.deal.name);
107
- async function u() {
108
- o.value = !0, await Pe(), h();
106
+ }), d = f.register("name", a.deal.name);
107
+ async function c() {
108
+ o.value = !0, await Ie(), h();
109
109
  }
110
110
  function h() {
111
- r.value?.querySelector(
111
+ u.value?.querySelector(
112
112
  "input"
113
113
  )?.focus();
114
114
  }
@@ -119,48 +119,48 @@ const Qa = {
119
119
  }
120
120
  f.submit();
121
121
  }
122
- return (_, y) => (d(), M("div", {
122
+ return (_, y) => (m(), M("div", {
123
123
  ref_key: "nameFieldContainerRef",
124
- ref: r
124
+ ref: u
125
125
  }, [
126
- o.value ? (d(), g(Y, {
126
+ o.value ? (m(), g(Ve, {
127
127
  key: 0,
128
128
  form: e(f)
129
129
  }, {
130
- default: c(() => [
131
- l(e(K), q(e(E)(e(m)), {
130
+ default: s(() => [
131
+ l(e(z), q(e(E)(e(d)), {
132
132
  "is-loading": e(f).isSubmitting.value,
133
133
  label: e(n).t("wise_crm.deal.detail.sidebar.name_field.label"),
134
134
  class: "[&_input]:text-xl [&_input]:font-bold",
135
135
  onBlur: v
136
136
  }), null, 16, ["is-loading", "label"]),
137
- y[0] || (y[0] = S("button", {
137
+ y[0] || (y[0] = k("button", {
138
138
  type: "submit",
139
139
  class: "sr-only"
140
140
  }, null, -1))
141
141
  ]),
142
142
  _: 1
143
- }, 8, ["form"])) : (d(), M("div", Qa, [
144
- S("h2", Ka, Q(a.deal.name), 1),
145
- l(e(ge), {
143
+ }, 8, ["form"])) : (m(), M("div", Ma, [
144
+ k("h2", Va, j(a.deal.name), 1),
145
+ l(e(pe), {
146
146
  label: e(n).t("wise_crm.deal.detail.sidebar.name_field.edit_label"),
147
147
  icon: e(re),
148
148
  variant: "tertiary",
149
149
  class: "shrink-0",
150
- onClick: u
150
+ onClick: c
151
151
  }, null, 8, ["label", "icon"])
152
152
  ]))
153
153
  ], 512));
154
154
  }
155
155
  });
156
- function za() {
157
- const t = La(), a = "dealDetail", n = qa({
156
+ function qa() {
157
+ const t = Na(), a = "dealDetail", n = Sa({
158
158
  mutationFn: async (i) => {
159
- const o = await $.setPrimaryContactPerson(i.dealUuid, i.contactPersonUuid);
159
+ const o = await F.setPrimaryContactPerson(i.dealUuid, i.contactPersonUuid);
160
160
  if (o.isErr())
161
161
  throw o.error;
162
162
  },
163
- onError: (i, o, r) => {
163
+ onError: (i, o, u) => {
164
164
  t.setQueryData(
165
165
  [
166
166
  a,
@@ -168,7 +168,7 @@ function za() {
168
168
  dealUuid: o.dealUuid
169
169
  }
170
170
  ],
171
- r?.previousData
171
+ u?.previousData
172
172
  );
173
173
  },
174
174
  onMutate: async (i) => {
@@ -195,9 +195,9 @@ function za() {
195
195
  dealUuid: i.dealUuid
196
196
  }
197
197
  ],
198
- o.map((r) => ({
199
- ...r,
200
- contactPersons: r.contactPersons.map((p) => ({
198
+ o.map((u) => ({
199
+ ...u,
200
+ contactPersons: u.contactPersons.map((p) => ({
201
201
  ...p,
202
202
  isPrimary: p.uuid === i.contactPersonUuid
203
203
  }))
@@ -206,29 +206,29 @@ function za() {
206
206
  previousData: o
207
207
  });
208
208
  },
209
- onSettled: (i, o, r) => {
210
- r !== void 0 && t.invalidateQueries({
209
+ onSettled: (i, o, u) => {
210
+ u !== void 0 && t.invalidateQueries({
211
211
  queryKey: [
212
212
  a,
213
213
  {
214
- dealUuid: r.dealUuid
214
+ dealUuid: u.dealUuid
215
215
  }
216
216
  ]
217
217
  });
218
218
  }
219
219
  });
220
220
  return {
221
- isLoading: w(() => n.isPending.value),
222
- data: w(() => n.data.value),
221
+ isLoading: P(() => n.isPending.value),
222
+ data: P(() => n.data.value),
223
223
  execute: async (i) => await n.mutateAsync(i.params)
224
224
  };
225
225
  }
226
- function Ra() {
227
- return k({
226
+ function Ea() {
227
+ return $({
228
228
  queryFn: async ({
229
229
  body: t,
230
230
  params: a
231
- }) => await $.unlinkContactPerson(a.dealUuid, t.contactPersonUuid),
231
+ }) => await F.unlinkContactPerson(a.dealUuid, t.contactPersonUuid),
232
232
  queryKeysToInvalidate: {
233
233
  dealDetail: {
234
234
  dealUuid: (t) => t.dealUuid
@@ -237,10 +237,10 @@ function Ra() {
237
237
  }
238
238
  });
239
239
  }
240
- const Ga = { class: "flex items-start justify-between" }, Ha = { class: "flex flex-col items-start" }, Ya = {
240
+ const Oa = { class: "flex items-start justify-between" }, Ba = { class: "flex flex-col items-start" }, Qa = {
241
241
  key: 1,
242
- class: "text-brand-700"
243
- }, Za = { class: "-mt-2 -mr-2 flex items-center justify-end" }, Ja = { class: "grid gap-lg" }, Wa = /* @__PURE__ */ x({
242
+ class: "mt-sm text-brand-700"
243
+ }, Aa = { class: "-mt-2 -mr-2 flex items-center justify-end" }, Ka = { class: "grid gap-lg" }, ja = /* @__PURE__ */ D({
244
244
  __name: "CrmDetailSidebarAccordionGenericContactPersonInfo",
245
245
  props: {
246
246
  contactPerson: {},
@@ -249,67 +249,67 @@ const Ga = { class: "flex items-start justify-between" }, Ha = { class: "flex fl
249
249
  },
250
250
  emits: ["delete", "update"],
251
251
  setup(t, { emit: a }) {
252
- const n = t, i = a, o = D(), r = n.contactPerson.uuid ?? n.contactPerson.contactPersonUuid, p = {
252
+ const n = t, i = a, o = x(), u = n.contactPerson.uuid ?? n.contactPerson.contactPersonUuid, p = {
253
253
  left: {
254
254
  icon: re,
255
255
  type: "icon"
256
256
  }
257
257
  }, f = {
258
258
  left: {
259
- icon: Ve,
259
+ icon: Ee,
260
260
  type: "icon"
261
261
  }
262
262
  };
263
- function m() {
263
+ function d() {
264
264
  i("update");
265
265
  }
266
- function u() {
266
+ function c() {
267
267
  i("delete");
268
268
  }
269
269
  function h() {
270
270
  n.onToggleIsPrimary();
271
271
  }
272
- return (v, _) => (d(), g(ue, { class: "flex flex-col gap-lg" }, {
273
- default: c(() => [
274
- S("div", Ga, [
275
- S("div", Ha, [
276
- e(r) ? (d(), g(Te, {
272
+ return (v, _) => (m(), g(se, { class: "flex flex-col gap-lg" }, {
273
+ default: s(() => [
274
+ k("div", Oa, [
275
+ k("div", Ba, [
276
+ e(u) ? (m(), g(Le, {
277
277
  key: 0,
278
278
  label: `${n.contactPerson.firstName} ${n.contactPerson.lastName}`,
279
- "entity-type": e(se).INDIVIDUAL,
280
- uuid: e(r),
279
+ "entity-type": e(ie).INDIVIDUAL,
280
+ uuid: e(u),
281
281
  class: "-m-xs"
282
- }, null, 8, ["label", "entity-type", "uuid"])) : I("", !0),
283
- n.description ? (d(), M("p", Ya, Q(n.description), 1)) : I("", !0)
282
+ }, null, 8, ["label", "entity-type", "uuid"])) : N("", !0),
283
+ n.description ? (m(), M("p", Qa, j(n.description), 1)) : N("", !0)
284
284
  ]),
285
- S("div", Za, [
286
- l(Me, {
285
+ k("div", Aa, [
286
+ l(qe, {
287
287
  "is-active": n.contactPerson.isPrimary,
288
288
  onClick: h
289
289
  }, null, 8, ["is-active"]),
290
290
  l(e(va), { "popover-align": "end" }, {
291
- trigger: c(() => [
292
- l(e(ge), {
293
- icon: e(Le),
291
+ trigger: s(() => [
292
+ l(e(pe), {
293
+ icon: e(Oe),
294
294
  variant: "tertiary",
295
295
  size: "sm",
296
296
  label: "actionMenu"
297
297
  }, null, 8, ["icon"])
298
298
  ]),
299
- content: c(() => [
299
+ content: s(() => [
300
300
  l(e(Ua), null, {
301
- default: c(() => [
302
- l(e(ne), {
301
+ default: s(() => [
302
+ l(e(le), {
303
303
  config: p,
304
304
  label: e(o).t("wise_crm.info_dialog.sidebar.overview.update_contact_person"),
305
- onSelect: m
305
+ onSelect: d
306
306
  }, null, 8, ["label"]),
307
- l(e(ne), {
307
+ l(e(le), {
308
308
  "is-destructive": !0,
309
309
  "is-disabled": n.contactPerson.isPrimary,
310
310
  config: f,
311
311
  label: e(o).t("wise_crm.info_dialog.sidebar.overview.delete_contact_person"),
312
- onSelect: u
312
+ onSelect: c
313
313
  }, null, 8, ["is-disabled", "label"])
314
314
  ]),
315
315
  _: 1
@@ -319,34 +319,34 @@ const Ga = { class: "flex items-start justify-between" }, Ha = { class: "flex fl
319
319
  })
320
320
  ])
321
321
  ]),
322
- S("div", Ja, [
323
- n.contactPerson.email !== null ? (d(), g(B, {
322
+ k("div", Ka, [
323
+ n.contactPerson.email !== null ? (m(), g(K, {
324
324
  key: 0,
325
325
  label: n.contactPerson.email,
326
- icon: e(qe)
327
- }, null, 8, ["label", "icon"])) : I("", !0),
328
- n.contactPerson.mobilePhone !== null ? (d(), g(B, {
326
+ icon: e(Be)
327
+ }, null, 8, ["label", "icon"])) : N("", !0),
328
+ n.contactPerson.mobilePhone !== null ? (m(), g(K, {
329
329
  key: 1,
330
330
  label: n.contactPerson.mobilePhone,
331
- icon: e(Ee)
332
- }, null, 8, ["label", "icon"])) : I("", !0),
333
- n.contactPerson.phone !== null ? (d(), g(B, {
331
+ icon: e(Qe)
332
+ }, null, 8, ["label", "icon"])) : N("", !0),
333
+ n.contactPerson.phone !== null ? (m(), g(K, {
334
334
  key: 2,
335
335
  label: n.contactPerson.phone,
336
336
  icon: e(Ae)
337
- }, null, 8, ["label", "icon"])) : I("", !0)
337
+ }, null, 8, ["label", "icon"])) : N("", !0)
338
338
  ])
339
339
  ]),
340
340
  _: 1
341
341
  }));
342
342
  }
343
343
  });
344
- function Xa() {
345
- return k({
344
+ function za() {
345
+ return $({
346
346
  queryFn: async ({
347
347
  body: t,
348
348
  params: a
349
- }) => await $.linkContactPerson(
349
+ }) => await F.linkContactPerson(
350
350
  a.dealUuid,
351
351
  t.contactPersonUuid,
352
352
  t.contactInfo
@@ -359,39 +359,7 @@ function Xa() {
359
359
  }
360
360
  });
361
361
  }
362
- const et = /* @__PURE__ */ x({
363
- __name: "AppDialog",
364
- props: {
365
- title: {},
366
- description: {}
367
- },
368
- emits: ["close"],
369
- setup(t, { emit: a }) {
370
- const n = t, i = a;
371
- function o() {
372
- i("close");
373
- }
374
- return (r, p) => (d(), g(e(Ca), {
375
- size: "xl",
376
- onClose: o
377
- }, {
378
- default: c(() => [
379
- l(Oe, { class: "flex flex-1 flex-col gap-xl" }, {
380
- default: c(() => [
381
- l(Be, {
382
- title: n.title,
383
- description: n.description,
384
- icon: e(Qe)
385
- }, null, 8, ["title", "description", "icon"]),
386
- ie(r.$slots, "default")
387
- ]),
388
- _: 3
389
- })
390
- ]),
391
- _: 3
392
- }));
393
- }
394
- }), W = /* @__PURE__ */ x({
362
+ const W = /* @__PURE__ */ D({
395
363
  __name: "ContactPersonFormContactField",
396
364
  props: {
397
365
  email: {},
@@ -399,163 +367,181 @@ const et = /* @__PURE__ */ x({
399
367
  phone: {}
400
368
  },
401
369
  setup(t) {
402
- const a = t, n = D();
403
- return (i, o) => (d(), M(H, null, [
404
- l(e(K), q(e(E)(a.email), {
370
+ const a = t, n = x();
371
+ return (i, o) => (m(), M(Z, null, [
372
+ l(e(z), q(e(E)(a.email), {
405
373
  label: e(n).t("wise_crm.contact.create_dialog.form.fields.email"),
406
374
  placeholder: e(n).t("wise_crm.contact.create_dialog.form.fields.email"),
407
375
  class: "col-span-2"
408
376
  }), null, 16, ["label", "placeholder"]),
409
- l(ee, { class: "col-span-2" }, {
410
- default: c(() => [
411
- X(Q(e(n).t("wise_crm.contact.create_dialog.form.seperator_label")), 1)
377
+ l(ae, { class: "col-span-2" }, {
378
+ default: s(() => [
379
+ ee(j(e(n).t("wise_crm.contact.create_dialog.form.seperator_label")), 1)
412
380
  ]),
413
381
  _: 1
414
382
  }),
415
- l(e(le), q(e(E)(a.mobilePhone), {
383
+ l(e(oe), q(e(E)(a.mobilePhone), {
416
384
  label: e(n).t("wise_crm.contact.create_dialog.form.fields.mobile_phone"),
417
385
  placeholder: e(n).t("wise_crm.contact.create_dialog.form.fields.mobile_phone"),
418
386
  class: "col-span-2"
419
387
  }), null, 16, ["label", "placeholder"]),
420
- l(ee, { class: "col-span-2" }, {
421
- default: c(() => [
422
- X(Q(e(n).t("wise_crm.contact.create_dialog.form.seperator_label")), 1)
388
+ l(ae, { class: "col-span-2" }, {
389
+ default: s(() => [
390
+ ee(j(e(n).t("wise_crm.contact.create_dialog.form.seperator_label")), 1)
423
391
  ]),
424
392
  _: 1
425
393
  }),
426
- l(e(le), q(e(E)(a.phone), {
394
+ l(e(oe), q(e(E)(a.phone), {
427
395
  label: e(n).t("wise_crm.contact.create_dialog.form.fields.phone"),
428
396
  placeholder: e(n).t("wise_crm.contact.create_dialog.form.fields.phone"),
429
397
  class: "col-span-2"
430
398
  }), null, 16, ["label", "placeholder"])
431
399
  ], 64));
432
400
  }
433
- }), at = /* @__PURE__ */ x({
401
+ }), Ra = /* @__PURE__ */ D({
434
402
  __name: "DealContactPersonCreateExistingForm",
435
403
  props: {
436
404
  form: {}
437
405
  },
438
406
  emits: ["createNewContactPerson"],
439
407
  setup(t, { emit: a }) {
440
- const n = t, i = a, o = D(), r = n.form.register("email"), p = n.form.register("phone"), f = n.form.register("mobile"), m = n.form.register("existingContactPerson"), u = T(null);
408
+ const n = t, i = a, o = x(), u = n.form.register("email"), p = n.form.register("phone"), f = n.form.register("mobile"), d = n.form.register("existingContactPerson"), c = T(null);
441
409
  async function h(v) {
442
- if (u.value = v, m.setValue(v?.uuid ?? null), v === null)
410
+ if (c.value = v, d.setValue(v?.uuid ?? null), v === null)
443
411
  return;
444
412
  const _ = await je.getByUuid(v.uuid);
445
413
  if (_.isErr())
446
414
  return;
447
415
  const y = _.value;
448
- r.setValue(y.email), p.setValue(y.phone), f.setValue(y.mobilePhone);
416
+ u.setValue(y.email), p.setValue(y.phone), f.setValue(y.mobilePhone);
449
417
  }
450
- return (v, _) => (d(), g(Y, {
451
- form: n.form,
452
- class: "flex h-full flex-1 flex-col justify-between pb-xl"
453
- }, {
454
- default: c(() => [
455
- l(Z, { cols: 2 }, {
456
- default: c(() => [
418
+ return (v, _) => (m(), g(e(X), null, {
419
+ default: s(() => [
420
+ l(e(B), null, {
421
+ default: s(() => [
457
422
  l(Ke, {
458
- modelValue: u.value,
423
+ modelValue: c.value,
459
424
  "onUpdate:modelValue": [
460
- _[0] || (_[0] = (y) => u.value = y),
425
+ _[0] || (_[0] = (y) => c.value = y),
461
426
  h
462
427
  ],
463
428
  label: e(o).t("wise_crm.contact.create_dialog.form.fields.contact_person"),
464
- class: "col-span-2",
465
429
  onCreateNew: _[1] || (_[1] = (y) => i("createNewContactPerson"))
466
- }, null, 8, ["modelValue", "label"]),
467
- l(W, {
468
- email: e(r),
469
- "mobile-phone": e(f),
470
- phone: e(p)
471
- }, null, 8, ["email", "mobile-phone", "phone"])
430
+ }, null, 8, ["modelValue", "label"])
472
431
  ]),
473
432
  _: 1
474
433
  }),
475
- l(ce, null, {
476
- default: c(() => [
477
- l(de, {
478
- "is-loading": n.form.isSubmitting.value,
479
- label: e(o).t("wise_crm.shared.add"),
480
- class: "col-span-2"
481
- }, null, 8, ["is-loading", "label"])
434
+ l(e(B), null, {
435
+ default: s(() => [
436
+ l(e(Q), {
437
+ sm: 1,
438
+ lg: 1,
439
+ variant: "card"
440
+ }, {
441
+ default: s(() => [
442
+ l(W, {
443
+ email: e(u),
444
+ "mobile-phone": e(f),
445
+ phone: e(p)
446
+ }, null, 8, ["email", "mobile-phone", "phone"])
447
+ ]),
448
+ _: 1
449
+ })
482
450
  ]),
483
451
  _: 1
484
452
  })
485
453
  ]),
486
454
  _: 1
487
- }, 8, ["form"]));
455
+ }));
488
456
  }
489
- }), he = /* @__PURE__ */ x({
457
+ }), Ue = /* @__PURE__ */ D({
490
458
  __name: "ContactPersonFormNameField",
491
459
  props: {
492
460
  firstName: {},
493
461
  lastName: {}
494
462
  },
495
463
  setup(t) {
496
- const a = t, n = D();
497
- return (i, o) => (d(), M(H, null, [
498
- l(e(K), q(e(E)(a.firstName), {
464
+ const a = t, n = x();
465
+ return (i, o) => (m(), M(Z, null, [
466
+ l(e(z), q(e(E)(a.firstName), {
499
467
  label: e(n).t("wise_crm.contact.create_dialog.form.fields.first_name"),
500
468
  placeholder: e(n).t("wise_crm.contact.create_dialog.form.fields.first_name")
501
469
  }), null, 16, ["label", "placeholder"]),
502
- l(e(K), q(e(E)(a.lastName), {
470
+ l(e(z), q(e(E)(a.lastName), {
503
471
  label: e(n).t("wise_crm.contact.create_dialog.form.fields.last_name"),
504
472
  placeholder: e(n).t("wise_crm.contact.create_dialog.form.fields.last_name")
505
473
  }), null, 16, ["label", "placeholder"])
506
474
  ], 64));
507
475
  }
508
- }), tt = /* @__PURE__ */ x({
476
+ }), Ga = /* @__PURE__ */ D({
509
477
  __name: "DealContactPersonCreateNewForm",
510
478
  props: {
511
479
  form: {}
512
480
  },
513
481
  setup(t) {
514
- const a = t, n = a.form.register("firstName"), i = a.form.register("lastName"), o = a.form.register("email"), r = a.form.register("mobilePhone"), p = a.form.register("phone");
515
- return (f, m) => (d(), g(Y, {
516
- form: a.form,
517
- class: "flex h-full flex-col justify-between pb-xl"
518
- }, {
519
- default: c(() => [
520
- l(Z, { cols: 2 }, {
521
- default: c(() => [
522
- l(he, {
523
- "first-name": e(n),
524
- "last-name": e(i)
525
- }, null, 8, ["first-name", "last-name"]),
526
- l(W, {
527
- email: e(o),
528
- "mobile-phone": e(r),
529
- phone: e(p)
530
- }, null, 8, ["email", "mobile-phone", "phone"]),
531
- l(me, {
482
+ const a = t, n = a.form.register("firstName"), i = a.form.register("lastName"), o = a.form.register("email"), u = a.form.register("mobilePhone"), p = a.form.register("phone");
483
+ return (f, d) => (m(), g(e(X), null, {
484
+ default: s(() => [
485
+ l(e(B), null, {
486
+ default: s(() => [
487
+ l(e(Q), {
488
+ sm: 1,
489
+ lg: 2
490
+ }, {
491
+ default: s(() => [
492
+ l(Ue, {
493
+ "first-name": e(n),
494
+ "last-name": e(i)
495
+ }, null, 8, ["first-name", "last-name"])
496
+ ]),
497
+ _: 1
498
+ })
499
+ ]),
500
+ _: 1
501
+ }),
502
+ l(e(B), null, {
503
+ default: s(() => [
504
+ l(e(Q), {
505
+ sm: 1,
506
+ lg: 1,
507
+ variant: "card"
508
+ }, {
509
+ default: s(() => [
510
+ l(W, {
511
+ email: e(o),
512
+ "mobile-phone": e(u),
513
+ phone: e(p)
514
+ }, null, 8, ["email", "mobile-phone", "phone"])
515
+ ]),
516
+ _: 1
517
+ }),
518
+ l(ue, {
532
519
  form: a.form
533
520
  }, null, 8, ["form"])
534
521
  ]),
535
522
  _: 1
536
- }),
537
- ie(f.$slots, "actions")
523
+ })
538
524
  ]),
539
- _: 3
540
- }, 8, ["form"]));
525
+ _: 1
526
+ }));
541
527
  }
542
- }), nt = z.object({
543
- email: z.email().nullable(),
528
+ }), Ha = G.object({
529
+ email: G.email().nullable(),
544
530
  existingContactPerson: ze,
545
- mobile: A.nullable(),
546
- phone: A.nullable()
547
- }), lt = N.object({
548
- email: N.email().min(1).nullable(),
549
- firstName: N.string().min(1),
550
- lastName: N.string().min(1),
551
- mobilePhone: A.nullable(),
552
- phone: A.nullable()
531
+ mobile: O.nullable(),
532
+ phone: O.nullable()
533
+ }), Ya = S.object({
534
+ email: S.email().min(1).nullable(),
535
+ firstName: S.string().min(1),
536
+ lastName: S.string().min(1),
537
+ mobilePhone: O.nullable(),
538
+ phone: O.nullable()
553
539
  }).superRefine((t, a) => {
554
540
  t.email !== null && t.email !== "" || t.mobilePhone !== null && t.mobilePhone !== "" || t.phone !== null && t.phone !== "" || a.addIssue({
555
- code: N.ZodIssueCode.custom,
556
- message: pe.global.t("wise_crm.form.errors.at_least_one")
541
+ code: S.ZodIssueCode.custom,
542
+ message: ce.global.t("wise_crm.form.errors.at_least_one")
557
543
  });
558
- }), ot = /* @__PURE__ */ x({
544
+ }), Za = /* @__PURE__ */ D({
559
545
  __name: "DealContactPersonCreateDialog",
560
546
  props: {
561
547
  dealUuid: {},
@@ -563,121 +549,128 @@ const et = /* @__PURE__ */ x({
563
549
  },
564
550
  emits: ["close", "createNewContactPerson"],
565
551
  setup(t, { emit: a }) {
566
- const n = t, i = a, o = D(), r = L(), p = Xa(), f = Re(), m = T(n.isCreatingNewContactPerson), u = j({
567
- schema: lt,
568
- onSubmit: async (s) => {
552
+ const n = t, i = a, o = x(), u = L(), p = za(), f = Re(), d = T(n.isCreatingNewContactPerson), c = R({
553
+ schema: Ya,
554
+ onSubmit: async (r) => {
569
555
  try {
570
- const b = await f.execute({
556
+ const U = await f.execute({
571
557
  body: {
572
- email: s.email,
573
- firstName: s.firstName,
574
- lastName: s.lastName,
575
- mobilePhone: s.mobilePhone,
576
- phone: s.phone
558
+ email: r.email,
559
+ firstName: r.firstName,
560
+ lastName: r.lastName,
561
+ mobilePhone: r.mobilePhone,
562
+ phone: r.phone
577
563
  }
578
564
  });
579
- if (b.isErr()) {
580
- r.show(b.error);
565
+ if (U.isErr()) {
566
+ u.show(U.error);
581
567
  return;
582
568
  }
583
- const C = b.value;
569
+ const I = U.value;
584
570
  n.isCreatingNewContactPerson || await p.execute({
585
571
  body: {
586
- contactPersonUuid: C,
572
+ contactPersonUuid: I,
587
573
  contactInfo: {
588
- email: s.email,
589
- mobilePhone: s.mobilePhone,
590
- phone: s.phone
574
+ email: r.email,
575
+ mobilePhone: r.mobilePhone,
576
+ phone: r.phone
591
577
  }
592
578
  },
593
579
  params: {
594
580
  dealUuid: n.dealUuid
595
581
  }
596
- }), y({
597
- label: `${s.firstName} ${s.lastName}`,
598
- value: C
582
+ }), b({
583
+ label: `${r.firstName} ${r.lastName}`,
584
+ value: I
599
585
  });
600
- } catch (b) {
601
- r.show(b);
586
+ } catch (U) {
587
+ u.show(U);
602
588
  }
603
589
  }
604
- }), h = j({
605
- schema: nt,
606
- onSubmit: async (s) => {
607
- await _(
608
- s.existingContactPerson,
590
+ }), h = R({
591
+ schema: Ha,
592
+ onSubmit: async (r) => {
593
+ await y(
594
+ r.existingContactPerson,
609
595
  {
610
- email: s.email,
611
- mobilePhone: s.mobile,
612
- phone: s.phone
596
+ email: r.email,
597
+ mobilePhone: r.mobile,
598
+ phone: r.phone
613
599
  }
614
600
  );
615
601
  }
616
- });
617
- function v() {
618
- m.value = !0;
602
+ }), v = P(
603
+ () => d.value ? c : h
604
+ );
605
+ function _() {
606
+ d.value = !0;
619
607
  }
620
- async function _(s, b) {
621
- if (s !== null)
608
+ async function y(r, U) {
609
+ if (r !== null)
622
610
  try {
623
611
  await p.execute({
624
612
  body: {
625
- contactPersonUuid: s,
626
- contactInfo: b
613
+ contactPersonUuid: r,
614
+ contactInfo: U
627
615
  },
628
616
  params: {
629
617
  dealUuid: n.dealUuid
630
618
  }
631
- }), y();
632
- } catch (C) {
633
- r.show(C);
619
+ }), b();
620
+ } catch (I) {
621
+ u.show(I);
634
622
  }
635
623
  }
636
- function y(s) {
637
- if (s === void 0) {
624
+ function b(r) {
625
+ if (r === void 0) {
638
626
  i("close");
639
627
  return;
640
628
  }
641
- i("createNewContactPerson", s), i("close");
629
+ i("createNewContactPerson", r), i("close");
642
630
  }
643
- return (s, b) => (d(), g(et, {
644
- title: e(o).t("wise_crm.info_dialog.contact_person_create.title"),
645
- description: e(o).t("wise_crm.info_dialog.contact_person_create.description"),
646
- onClose: y
631
+ return (r, U) => (m(), g(e(fe), {
632
+ form: v.value,
633
+ size: "md",
634
+ onClose: b
647
635
  }, {
648
- default: c(() => [
649
- m.value ? (d(), g(tt, {
650
- key: 0,
651
- form: e(u)
652
- }, {
653
- actions: c(() => [
654
- l(ce, null, {
655
- default: c(() => [
656
- l(de, {
657
- "is-loading": e(u).isSubmitting.value,
658
- label: e(o).t("wise_crm.shared.create")
659
- }, null, 8, ["is-loading", "label"])
660
- ]),
661
- _: 1
662
- })
636
+ default: s(() => [
637
+ l(e(_e), {
638
+ title: e(o).t("wise_crm.info_dialog.contact_person_create.title"),
639
+ description: e(o).t("wise_crm.info_dialog.contact_person_create.description")
640
+ }, null, 8, ["title", "description"]),
641
+ l(e(ge), null, {
642
+ default: s(() => [
643
+ d.value ? (m(), g(Ga, {
644
+ key: 0,
645
+ form: e(c)
646
+ }, null, 8, ["form"])) : (m(), g(Ra, {
647
+ key: 1,
648
+ form: e(h),
649
+ onCreateNewContactPerson: _
650
+ }, null, 8, ["form"]))
663
651
  ]),
664
652
  _: 1
665
- }, 8, ["form"])) : (d(), g(at, {
666
- key: 1,
667
- form: e(h),
668
- onCreateNewContactPerson: v
669
- }, null, 8, ["form"]))
653
+ }),
654
+ l(e(ye), null, {
655
+ right: s(() => [
656
+ l(e(be), {
657
+ "is-loading": v.value.isSubmitting.value,
658
+ label: e(o).t("wise_crm.shared.create")
659
+ }, null, 8, ["is-loading", "label"])
660
+ ]),
661
+ _: 1
662
+ })
670
663
  ]),
671
664
  _: 1
672
- }, 8, ["title", "description"]));
665
+ }, 8, ["form"]));
673
666
  }
674
667
  });
675
- function it() {
676
- return k({
668
+ function Xa() {
669
+ return $({
677
670
  queryFn: async ({
678
671
  body: t,
679
672
  params: a
680
- }) => await $.updateContactPerson(a.dealUuid, a.contactPersonUuid, t.form),
673
+ }) => await F.updateContactPerson(a.dealUuid, a.contactPersonUuid, t.form),
681
674
  queryKeysToInvalidate: {
682
675
  dealContactPersonDetail: {
683
676
  contactPersonUuid: (t) => t.contactPersonUuid,
@@ -690,27 +683,27 @@ function it() {
690
683
  }
691
684
  });
692
685
  }
693
- function st(t, a) {
694
- return be("dealContactPersonDetail", {
686
+ function Ja(t, a) {
687
+ return ve("dealContactPersonDetail", {
695
688
  params: {
696
689
  contactPersonUuid: a,
697
690
  dealUuid: t
698
691
  },
699
- queryFn: () => $.getContactPerson(t.value, a.value)
692
+ queryFn: () => F.getContactPerson(t.value, a.value)
700
693
  });
701
694
  }
702
- const rt = N.object({
703
- email: N.email().min(1).nullable(),
704
- firstName: N.string().min(1),
705
- lastName: N.string().min(1),
706
- mobilePhone: A.nullable(),
707
- phone: A.nullable()
695
+ const Wa = S.object({
696
+ email: S.email().min(1).nullable(),
697
+ firstName: S.string().min(1),
698
+ lastName: S.string().min(1),
699
+ mobilePhone: O.nullable(),
700
+ phone: O.nullable()
708
701
  }).superRefine((t, a) => {
709
702
  t.email !== null && t.email !== "" || t.mobilePhone !== null && t.mobilePhone !== "" || t.phone !== null && t.phone !== "" || a.addIssue({
710
- code: N.ZodIssueCode.custom,
711
- message: pe.global.t("wise_crm.form.errors.at_least_one")
703
+ code: S.ZodIssueCode.custom,
704
+ message: ce.global.t("wise_crm.form.errors.at_least_one")
712
705
  });
713
- }), ut = /* @__PURE__ */ x({
706
+ }), et = /* @__PURE__ */ D({
714
707
  __name: "DealContactPersonUpdateDialog",
715
708
  props: {
716
709
  contactPersonUuid: {},
@@ -718,62 +711,62 @@ const rt = N.object({
718
711
  },
719
712
  emits: ["close"],
720
713
  setup(t, { emit: a }) {
721
- const n = t, i = a, o = D(), r = L(), p = it(), f = st(
722
- w(() => n.dealUuid),
723
- w(() => n.contactPersonUuid)
724
- ), m = w(() => f.result.value.isOk() ? f.result.value.getValue() : null), u = j({
725
- initialState: w(() => m.value === null ? null : {
726
- email: m.value.email,
727
- firstName: m.value.firstName,
728
- lastName: m.value.lastName,
729
- mobilePhone: m.value.mobilePhone,
730
- phone: m.value.phone
714
+ const n = t, i = a, o = x(), u = L(), p = Xa(), f = Ja(
715
+ P(() => n.dealUuid),
716
+ P(() => n.contactPersonUuid)
717
+ ), d = P(() => f.result.value.isOk() ? f.result.value.getValue() : null), c = R({
718
+ initialState: P(() => d.value === null ? null : {
719
+ email: d.value.email,
720
+ firstName: d.value.firstName,
721
+ lastName: d.value.lastName,
722
+ mobilePhone: d.value.mobilePhone,
723
+ phone: d.value.phone
731
724
  }),
732
- schema: rt,
733
- onSubmit: async (F) => {
734
- await b(F);
725
+ schema: Wa,
726
+ onSubmit: async (I) => {
727
+ await r(I);
735
728
  }
736
- }), h = u.register("firstName"), v = u.register("lastName"), _ = u.register("email"), y = u.register("mobilePhone"), s = u.register("phone");
737
- async function b(F) {
729
+ }), h = c.register("firstName"), v = c.register("lastName"), _ = c.register("email"), y = c.register("mobilePhone"), b = c.register("phone");
730
+ async function r(I) {
738
731
  try {
739
732
  await p.execute({
740
733
  body: {
741
- form: F
734
+ form: I
742
735
  },
743
736
  params: {
744
737
  contactPersonUuid: n.contactPersonUuid,
745
738
  dealUuid: n.dealUuid
746
739
  }
747
740
  }), i("close");
748
- } catch (O) {
749
- r.show(O);
741
+ } catch (A) {
742
+ u.show(A);
750
743
  }
751
744
  }
752
- function C() {
745
+ function U() {
753
746
  i("close");
754
747
  }
755
- return (F, O) => (d(), g(e(wa), {
756
- form: e(u),
748
+ return (I, A) => (m(), g(e(fe), {
749
+ form: e(c),
757
750
  size: "md",
758
- onClose: C
751
+ onClose: U
759
752
  }, {
760
- default: c(() => [
761
- l(e(Pa), {
753
+ default: s(() => [
754
+ l(e(_e), {
762
755
  title: e(o).t("wise_crm.info_dialog.contact_person_update.title"),
763
756
  description: e(o).t("wise_crm.info_dialog.contact_person_create.description")
764
757
  }, null, 8, ["title", "description"]),
765
- m.value !== null ? (d(), g(e(xa), { key: 0 }, {
766
- default: c(() => [
767
- l(e(Da), null, {
768
- default: c(() => [
769
- l(e(Ia), null, {
770
- default: c(() => [
771
- l(e(oe), {
758
+ d.value !== null ? (m(), g(e(ge), { key: 0 }, {
759
+ default: s(() => [
760
+ l(e(X), null, {
761
+ default: s(() => [
762
+ l(e(B), null, {
763
+ default: s(() => [
764
+ l(e(Q), {
772
765
  sm: 1,
773
766
  lg: 2
774
767
  }, {
775
- default: c(() => [
776
- l(he, {
768
+ default: s(() => [
769
+ l(Ue, {
777
770
  "first-name": e(h),
778
771
  "last-name": e(v)
779
772
  }, null, 8, ["first-name", "last-name"])
@@ -786,22 +779,22 @@ const rt = N.object({
786
779
  l(Ge, {
787
780
  title: e(o).t("wise_crm.shared.contact_info")
788
781
  }, {
789
- default: c(() => [
790
- l(e(oe), {
782
+ default: s(() => [
783
+ l(e(Q), {
791
784
  sm: 1,
792
785
  lg: 1,
793
786
  variant: "card"
794
787
  }, {
795
- default: c(() => [
788
+ default: s(() => [
796
789
  l(W, {
797
790
  email: e(_),
798
791
  "mobile-phone": e(y),
799
- phone: e(s)
792
+ phone: e(b)
800
793
  }, null, 8, ["email", "mobile-phone", "phone"])
801
794
  ]),
802
795
  _: 1
803
796
  }),
804
- l(me, { form: e(u) }, null, 8, ["form"])
797
+ l(ue, { form: e(c) }, null, 8, ["form"])
805
798
  ]),
806
799
  _: 1
807
800
  }, 8, ["title"])
@@ -810,11 +803,11 @@ const rt = N.object({
810
803
  })
811
804
  ]),
812
805
  _: 1
813
- })) : I("", !0),
814
- l(e(Na), null, {
815
- right: c(() => [
816
- l(e(Sa), {
817
- "is-loading": e(u).isSubmitting.value,
806
+ })) : N("", !0),
807
+ l(e(ye), null, {
808
+ right: s(() => [
809
+ l(e(be), {
810
+ "is-loading": e(c).isSubmitting.value,
818
811
  label: e(o).t("wise_crm.shared.save_changes")
819
812
  }, null, 8, ["is-loading", "label"])
820
813
  ]),
@@ -825,8 +818,8 @@ const rt = N.object({
825
818
  }, 8, ["form"]));
826
819
  }
827
820
  });
828
- function ct(t) {
829
- return Ta("userIndex", {
821
+ function at(t) {
822
+ return Da("userIndex", {
830
823
  params: t,
831
824
  queryFn: (a) => He.getAll({
832
825
  pagination: a,
@@ -834,128 +827,128 @@ function ct(t) {
834
827
  })
835
828
  });
836
829
  }
837
- const dt = { class: "p-lg" }, mt = /* @__PURE__ */ x({
830
+ const tt = { class: "p-lg" }, nt = /* @__PURE__ */ D({
838
831
  __name: "DealDetailSidebarGeneralInfo",
839
832
  props: {
840
833
  deal: {}
841
834
  },
842
835
  setup(t) {
843
- const a = t, n = D(), i = L(), o = Ea(), r = Aa(), p = Oa(), f = Ye({
836
+ const a = t, n = x(), i = L(), o = ka(), u = Fa(), p = $a(), f = Ye({
844
837
  persistInUrl: !1
845
- }), m = ct({
838
+ }), d = at({
846
839
  params: {
847
840
  search: f.debouncedSearch
848
841
  }
849
- }), u = T(a.deal.dealLanguage), h = T(a.deal.dealSource), v = T(
842
+ }), c = T(a.deal.dealLanguage), h = T(a.deal.dealSource), v = T(
850
843
  a.deal.owner ? {
851
844
  uuid: a.deal.owner.uuid,
852
845
  name: a.deal.owner.name
853
846
  } : null
854
- ), _ = w(() => {
855
- const U = (m.result.value.isOk() ? m.result.value.getValue().data : []).map((P) => ({
856
- uuid: P.uuid,
857
- name: `${P.firstName} ${P.lastName}`
847
+ ), _ = P(() => {
848
+ const C = (d.result.value.isOk() ? d.result.value.getValue().data : []).map((w) => ({
849
+ uuid: w.uuid,
850
+ name: `${w.firstName} ${w.lastName}`
858
851
  }));
859
- return $a(U);
852
+ return Ca(C);
860
853
  });
861
- function y(U) {
862
- return n.t(We.getI18nKey(U));
854
+ function y(C) {
855
+ return n.t(We.getI18nKey(C));
863
856
  }
864
- function s(U) {
865
- return n.t(Xe.getI18nKey(U));
857
+ function b(C) {
858
+ return n.t(ea.getI18nKey(C));
866
859
  }
867
- const b = R(Object.values(Se)), C = R(Object.values($e)), F = Ze();
868
- function O(U) {
869
- f.updateSearch(U);
860
+ const r = H(Object.values(Fe)), U = H(Object.values($e)), I = Ze();
861
+ function A(C) {
862
+ f.updateSearch(C);
870
863
  }
871
- async function ve(U) {
872
- if (u.value = U, U !== null)
864
+ async function Ce(C) {
865
+ if (c.value = C, C !== null)
873
866
  try {
874
867
  await o.execute({
875
868
  body: {
876
- dealLanguage: U
869
+ dealLanguage: C
877
870
  },
878
871
  params: {
879
872
  dealUuid: a.deal.uuid
880
873
  }
881
874
  });
882
- } catch (P) {
883
- i.show(P);
875
+ } catch (w) {
876
+ i.show(w);
884
877
  }
885
878
  }
886
- async function Ue(U) {
887
- if (h.value = U, U !== null)
879
+ async function Pe(C) {
880
+ if (h.value = C, C !== null)
888
881
  try {
889
- await r.execute({
882
+ await u.execute({
890
883
  body: {
891
- dealSource: U
884
+ dealSource: C
892
885
  },
893
886
  params: {
894
887
  dealUuid: a.deal.uuid
895
888
  }
896
889
  });
897
- } catch (P) {
898
- i.show(P);
890
+ } catch (w) {
891
+ i.show(w);
899
892
  }
900
893
  }
901
- async function Ce(U) {
902
- if (v.value = U, U !== null)
894
+ async function we(C) {
895
+ if (v.value = C, C !== null)
903
896
  try {
904
897
  await p.execute({
905
898
  body: {
906
- dealOwner: U
899
+ dealOwner: C
907
900
  },
908
901
  params: {
909
902
  dealUuid: a.deal.uuid
910
903
  }
911
904
  });
912
- } catch (P) {
913
- i.show(P);
905
+ } catch (w) {
906
+ i.show(w);
914
907
  }
915
908
  }
916
- return (U, P) => (d(), M("div", null, [
917
- l(ue, null, {
918
- default: c(() => [
919
- S("form", null, [
920
- l(Z, { cols: 1 }, {
921
- default: c(() => [
922
- l(e(ka), {
909
+ return (C, w) => (m(), M("div", null, [
910
+ l(se, null, {
911
+ default: s(() => [
912
+ k("form", null, [
913
+ l(Xe, { cols: 1 }, {
914
+ default: s(() => [
915
+ l(e(Pa), {
923
916
  modelValue: v.value,
924
917
  "onUpdate:modelValue": [
925
- P[0] || (P[0] = (V) => v.value = V),
926
- Ce
918
+ w[0] || (w[0] = (V) => v.value = V),
919
+ we
927
920
  ],
928
921
  items: _.value,
929
922
  "display-fn": (V) => V.name,
930
- "is-loading": e(m).isLoading.value || e(p).isLoading.value,
923
+ "is-loading": e(d).isLoading.value || e(p).isLoading.value,
931
924
  "search-mode": "remote",
932
925
  placeholder: "Select deal owner",
933
926
  label: "Deal owner",
934
- "onUpdate:search": O
927
+ "onUpdate:search": A
935
928
  }, null, 8, ["modelValue", "items", "display-fn", "is-loading"]),
936
- l(e(G), {
937
- modelValue: u.value,
929
+ l(e(Y), {
930
+ modelValue: c.value,
938
931
  "onUpdate:modelValue": [
939
- P[1] || (P[1] = (V) => u.value = V),
940
- ve
932
+ w[1] || (w[1] = (V) => c.value = V),
933
+ Ce
941
934
  ],
942
935
  label: e(n).t("wise_crm.deal.form.fields.language"),
943
936
  placeholder: e(n).t("wise_crm.deal.form.fields.language_placeholder"),
944
937
  "display-fn": y,
945
938
  "is-loading": e(o).isLoading.value,
946
- items: e(b)
939
+ items: e(r)
947
940
  }, null, 8, ["modelValue", "label", "placeholder", "is-loading", "items"]),
948
- l(e(G), {
941
+ l(e(Y), {
949
942
  modelValue: h.value,
950
943
  "onUpdate:modelValue": [
951
- P[2] || (P[2] = (V) => h.value = V),
952
- Ue
944
+ w[2] || (w[2] = (V) => h.value = V),
945
+ Pe
953
946
  ],
954
- "display-fn": s,
947
+ "display-fn": b,
955
948
  label: e(n).t("wise_crm.deal.form.fields.source"),
956
949
  placeholder: e(n).t("wise_crm.deal.form.fields.source_placeholder"),
957
- "is-loading": e(r).isLoading.value,
958
- items: e(C)
950
+ "is-loading": e(u).isLoading.value,
951
+ items: e(U)
959
952
  }, null, 8, ["modelValue", "label", "placeholder", "is-loading", "items"])
960
953
  ]),
961
954
  _: 1
@@ -964,10 +957,10 @@ const dt = { class: "p-lg" }, mt = /* @__PURE__ */ x({
964
957
  ]),
965
958
  _: 1
966
959
  }),
967
- S("div", dt, [
968
- l(B, {
960
+ k("div", tt, [
961
+ l(K, {
969
962
  label: e(n).t("wise_crm.deal.sidebar.created_at", {
970
- date: e(F).toDate(a.deal.createdAt.toPlainDate())
963
+ date: e(I).toDate(a.deal.createdAt.toPlainDate())
971
964
  }),
972
965
  icon: e(Je),
973
966
  "text-color": "text-quaternary",
@@ -976,100 +969,100 @@ const dt = { class: "p-lg" }, mt = /* @__PURE__ */ x({
976
969
  ])
977
970
  ]));
978
971
  }
979
- }), pt = /* @__PURE__ */ x({
972
+ }), lt = /* @__PURE__ */ D({
980
973
  __name: "DealDetailSidebarOverviewContent",
981
974
  props: {
982
975
  deal: {}
983
976
  },
984
977
  setup(t) {
985
- const a = t, n = D(), i = L(), o = za(), r = Ra(), p = J(), f = p.create(ot), m = p.create(ut), u = w(() => a.deal.contactPersons.length > 0);
978
+ const a = t, n = x(), i = L(), o = qa(), u = Ea(), p = J(), f = p.create(Za), d = p.create(et), c = P(() => a.deal.contactPersons.length > 0);
986
979
  function h() {
987
980
  f.open({
988
981
  dealUuid: a.deal.uuid
989
982
  });
990
983
  }
991
- function v(s) {
992
- m.open({
993
- contactPersonUuid: s,
984
+ function v(b) {
985
+ d.open({
986
+ contactPersonUuid: b,
994
987
  dealUuid: a.deal.uuid
995
988
  });
996
989
  }
997
- async function _(s) {
990
+ async function _(b) {
998
991
  try {
999
- await r.execute({
992
+ await u.execute({
1000
993
  body: {
1001
- contactPersonUuid: s
994
+ contactPersonUuid: b
1002
995
  },
1003
996
  params: {
1004
997
  dealUuid: a.deal.uuid
1005
998
  }
1006
999
  });
1007
- } catch (b) {
1008
- i.show(b);
1000
+ } catch (r) {
1001
+ i.show(r);
1009
1002
  }
1010
1003
  }
1011
- function y(s) {
1004
+ function y(b) {
1012
1005
  o.execute({
1013
1006
  params: {
1014
- contactPersonUuid: s,
1007
+ contactPersonUuid: b,
1015
1008
  dealUuid: a.deal.uuid
1016
1009
  }
1017
1010
  });
1018
1011
  }
1019
- return (s, b) => (d(), g(ea, { "default-values": ["general-info", "contact-persons"] }, {
1020
- default: c(() => [
1021
- l(ae, {
1012
+ return (b, r) => (m(), g(aa, { "default-values": ["general-info", "contact-persons"] }, {
1013
+ default: s(() => [
1014
+ l(te, {
1022
1015
  label: e(n).t("wise_crm.deal.detail.sidebar.accordion.general_info"),
1023
- icon: e(fe),
1016
+ icon: e(de),
1024
1017
  value: "general-info"
1025
1018
  }, {
1026
- default: c(() => [
1027
- l(mt, {
1019
+ default: s(() => [
1020
+ l(nt, {
1028
1021
  deal: a.deal
1029
1022
  }, null, 8, ["deal"])
1030
1023
  ]),
1031
1024
  _: 1
1032
1025
  }, 8, ["label", "icon"]),
1033
- l(ae, {
1034
- "is-empty": !u.value,
1026
+ l(te, {
1027
+ "is-empty": !c.value,
1035
1028
  label: e(n).t("wise_crm.info_dialog.sidebar.overview.contact_persons_label"),
1036
- icon: e(aa),
1029
+ icon: e(ta),
1037
1030
  value: "contact-persons",
1038
1031
  onAdd: h
1039
1032
  }, {
1040
- actions: c(() => [
1041
- u.value ? I("", !0) : (d(), g(ta, {
1033
+ actions: s(() => [
1034
+ c.value ? N("", !0) : (m(), g(na, {
1042
1035
  key: 0,
1043
1036
  label: e(n).t("wise_crm.info_dialog.sidebar.overview.contact_persons_label"),
1044
- icon: e(te),
1037
+ icon: e(ne),
1045
1038
  class: "z-1",
1046
1039
  onClick: h
1047
1040
  }, null, 8, ["label", "icon"]))
1048
1041
  ]),
1049
- default: c(() => [
1050
- (d(!0), M(H, null, xe(a.deal.contactPersons, (C) => (d(), g(e(Va), {
1051
- key: C.uuid,
1052
- "layout-id": C.uuid
1042
+ default: s(() => [
1043
+ (m(!0), M(Z, null, xe(a.deal.contactPersons, (U) => (m(), g(e(xa), {
1044
+ key: U.uuid,
1045
+ "layout-id": U.uuid
1053
1046
  }, {
1054
- default: c(() => [
1055
- l(Wa, {
1056
- "contact-person": C,
1057
- "on-toggle-is-primary": () => y(C.uuid),
1058
- description: C.phone,
1059
- onUpdate: (F) => v(C.uuid),
1060
- onDelete: (F) => _(C.uuid)
1047
+ default: s(() => [
1048
+ l(ja, {
1049
+ "contact-person": U,
1050
+ "on-toggle-is-primary": () => y(U.uuid),
1051
+ description: U.phone,
1052
+ onUpdate: (I) => v(U.uuid),
1053
+ onDelete: (I) => _(U.uuid)
1061
1054
  }, null, 8, ["contact-person", "on-toggle-is-primary", "description", "onUpdate", "onDelete"])
1062
1055
  ]),
1063
1056
  _: 2
1064
1057
  }, 1032, ["layout-id"]))), 128)),
1065
- u.value ? (d(), g(e(Fa), {
1058
+ c.value ? (m(), g(e(wa), {
1066
1059
  key: 0,
1067
- "icon-left": e(te),
1060
+ "icon-left": e(ne),
1068
1061
  label: e(n).t("wise_crm.shared.add"),
1069
1062
  variant: "tertiary",
1070
1063
  size: "sm",
1071
1064
  onClick: h
1072
- }, null, 8, ["icon-left", "label"])) : I("", !0)
1065
+ }, null, 8, ["icon-left", "label"])) : N("", !0)
1073
1066
  ]),
1074
1067
  _: 1
1075
1068
  }, 8, ["is-empty", "label", "icon"])
@@ -1078,12 +1071,12 @@ const dt = { class: "p-lg" }, mt = /* @__PURE__ */ x({
1078
1071
  }));
1079
1072
  }
1080
1073
  });
1081
- function ft() {
1082
- return k({
1074
+ function ot() {
1075
+ return $({
1083
1076
  queryFn: async ({
1084
1077
  body: t,
1085
1078
  params: a
1086
- }) => await $.transition(a.dealUuid, t.toBoardColumnUuid),
1079
+ }) => await F.transition(a.dealUuid, t.toBoardColumnUuid),
1087
1080
  queryKeysToInvalidate: {
1088
1081
  dealDetail: {
1089
1082
  dealUuid: (t) => t.dealUuid
@@ -1092,17 +1085,17 @@ function ft() {
1092
1085
  }
1093
1086
  });
1094
1087
  }
1095
- function _t(t, a) {
1096
- return be("boardColumnsTransition", {
1088
+ function it(t, a) {
1089
+ return ve("boardColumnsTransition", {
1097
1090
  params: {
1098
1091
  boardColumnUuid: t
1099
1092
  },
1100
- queryFn: () => na.getTransitions(t.value, a.value)
1093
+ queryFn: () => la.getTransitions(t.value, a.value)
1101
1094
  });
1102
1095
  }
1103
- const gt = /* @__PURE__ */ x({
1096
+ const rt = /* @__PURE__ */ D({
1104
1097
  __name: "DealDetailSidebarTransitionSelect",
1105
- props: /* @__PURE__ */ Ie({
1098
+ props: /* @__PURE__ */ Se({
1106
1099
  deal: {}
1107
1100
  }, {
1108
1101
  modelValue: {
@@ -1112,54 +1105,55 @@ const gt = /* @__PURE__ */ x({
1112
1105
  }),
1113
1106
  emits: ["update:modelValue"],
1114
1107
  setup(t) {
1115
- const a = t, n = D(), i = la(), r = J().create(oa), p = De(t, "modelValue"), f = L(), m = ft(), u = _t(
1116
- w(() => p.value.toColumnUuid),
1117
- w(() => i.getOptions().deals?.allowedTransitionTriggerTypes ?? [])
1118
- ), h = w(() => (u.result.value.isOk() ? u.result.value.getValue() : []).flatMap((b) => b.triggers.length === 0 ? [
1119
- b
1120
- ] : b.triggers.map((C) => ({
1121
- ...b,
1122
- toColumnDisplayName: b.toColumnDisplayName,
1108
+ const a = t, n = x(), i = oa(), u = J().create(ia), p = Ne(t, "modelValue"), f = L(), d = ot(), c = it(
1109
+ P(() => p.value.toColumnUuid),
1110
+ P(() => i.getOptions().deals?.allowedTransitionTriggerTypes ?? [])
1111
+ ), h = P(() => (c.result.value.isOk() ? c.result.value.getValue() : []).flatMap((r) => r.triggers.length === 0 ? [
1112
+ r
1113
+ ] : r.triggers.map((U) => ({
1114
+ ...r,
1115
+ toColumnDisplayName: r.toColumnDisplayName,
1123
1116
  triggers: [
1124
- C
1117
+ U
1125
1118
  ]
1126
1119
  }))));
1127
- function v(s) {
1128
- return s?.toColumnDisplayName ?? "-";
1120
+ function v(b) {
1121
+ return b?.toColumnDisplayName ?? "-";
1129
1122
  }
1130
- const _ = w(() => R(h.value));
1131
- async function y(s) {
1132
- if (s.triggers.length !== 0) {
1133
- if (s.triggers[0]?.triggerType === ke.EMAIL) {
1134
- r.open({
1123
+ const _ = P(() => H(h.value));
1124
+ async function y(b) {
1125
+ if (b.triggers.length !== 0) {
1126
+ if (b.triggers[0]?.triggerType === Te.EMAIL) {
1127
+ u.open({
1135
1128
  dealUuid: a.deal.uuid,
1136
1129
  client: {
1137
1130
  uuid: a.deal.client.uuid,
1138
1131
  type: a.deal.client.type
1139
1132
  },
1140
- templateKey: s.triggers[0].config.mailTemplateKey
1133
+ defaultSenderEmails: a.deal.contactPersons.map((r) => r.email).filter((r) => r !== null),
1134
+ templateKey: b.triggers[0].config.mailTemplateKey
1141
1135
  });
1142
1136
  return;
1143
1137
  }
1144
1138
  try {
1145
- p.value = s, await m.execute({
1139
+ p.value = b, await d.execute({
1146
1140
  body: {
1147
- toBoardColumnUuid: s.toColumnUuid
1141
+ toBoardColumnUuid: b.toColumnUuid
1148
1142
  },
1149
1143
  params: {
1150
1144
  dealUuid: a.deal.uuid
1151
1145
  }
1152
1146
  });
1153
- } catch (b) {
1154
- f.show(b);
1147
+ } catch (r) {
1148
+ f.show(r);
1155
1149
  }
1156
1150
  }
1157
1151
  }
1158
- return (s, b) => (d(), g(ia, {
1152
+ return (b, r) => (m(), g(ra, {
1159
1153
  color: p.value?.toColumnColor ?? null
1160
1154
  }, {
1161
- default: c(() => [
1162
- h.value.length === 0 ? (d(), g(e(ye), {
1155
+ default: s(() => [
1156
+ h.value.length === 0 ? (m(), g(e(he), {
1163
1157
  key: 0,
1164
1158
  "class-config": {
1165
1159
  root: "text-nowrap"
@@ -1167,15 +1161,16 @@ const gt = /* @__PURE__ */ x({
1167
1161
  label: p.value.toColumnDisplayName,
1168
1162
  variant: "translucent",
1169
1163
  color: "brand"
1170
- }, null, 8, ["label"])) : (d(), g(e(G), {
1164
+ }, null, 8, ["label"])) : (m(), g(e(Y), {
1171
1165
  key: 1,
1172
1166
  "model-value": p.value,
1173
- "is-loading": e(m).isLoading.value,
1167
+ "is-loading": e(d).isLoading.value,
1174
1168
  "display-fn": v,
1175
1169
  items: _.value,
1176
1170
  "is-label-hidden": !0,
1177
1171
  placeholder: e(n).t("wise_crm.deal.transition.placeholder"),
1178
1172
  label: e(n).t("wise_crm.deal.transition.label"),
1173
+ class: "w-20",
1179
1174
  size: "sm",
1180
1175
  "onUpdate:modelValue": y
1181
1176
  }, null, 8, ["model-value", "is-loading", "items", "placeholder", "label"]))
@@ -1184,12 +1179,12 @@ const gt = /* @__PURE__ */ x({
1184
1179
  }, 8, ["color"]));
1185
1180
  }
1186
1181
  });
1187
- function yt() {
1188
- return k({
1182
+ function st() {
1183
+ return $({
1189
1184
  queryFn: async ({
1190
1185
  body: t,
1191
1186
  params: a
1192
- }) => await _e.create(t, {
1187
+ }) => await me.create(t, {
1193
1188
  dealUuid: a.dealUuid
1194
1189
  }),
1195
1190
  queryKeysToInvalidate: {
@@ -1197,27 +1192,27 @@ function yt() {
1197
1192
  }
1198
1193
  });
1199
1194
  }
1200
- function bt(t, a) {
1201
- return Ma("noteDealIndex", {
1195
+ function ut(t, a) {
1196
+ return Ia("noteDealIndex", {
1202
1197
  params: {
1203
1198
  params: a?.params
1204
1199
  },
1205
- queryFn: (n) => _e.getDealNotes({
1200
+ queryFn: (n) => me.getDealNotes({
1206
1201
  pagination: n
1207
1202
  }, t.value)
1208
1203
  });
1209
1204
  }
1210
- const ht = /* @__PURE__ */ x({
1205
+ const ct = /* @__PURE__ */ D({
1211
1206
  __name: "DealDialogSidebarNotesContent",
1212
1207
  props: {
1213
1208
  deal: {}
1214
1209
  },
1215
1210
  setup(t) {
1216
- const a = t, i = J().create(sa), o = L(), r = yt(), p = ra(), f = bt(
1217
- w(() => a.deal.uuid)
1218
- ), m = w(() => f.result.value.isOk() ? f.result.value.getValue().data : []);
1219
- async function u(_) {
1220
- await r.execute({
1211
+ const a = t, i = J().create(sa), o = L(), u = st(), p = ua(), f = ut(
1212
+ P(() => a.deal.uuid)
1213
+ ), d = P(() => f.result.value.isOk() ? f.result.value.getValue().data : []);
1214
+ async function c(_) {
1215
+ await u.execute({
1221
1216
  body: _,
1222
1217
  params: {
1223
1218
  dealUuid: a.deal.uuid
@@ -1240,26 +1235,26 @@ const ht = /* @__PURE__ */ x({
1240
1235
  note: _
1241
1236
  });
1242
1237
  }
1243
- return (_, y) => (d(), g(ua, {
1238
+ return (_, y) => (m(), g(ca, {
1244
1239
  "is-loading": e(f).isLoading.value,
1245
- notes: m.value,
1246
- "on-submit": u,
1240
+ notes: d.value,
1241
+ "on-submit": c,
1247
1242
  "has-next-page": e(f).hasNextPage.value,
1248
- onNext: y[0] || (y[0] = (s) => e(f).fetchNextPage()),
1243
+ onNext: y[0] || (y[0] = (b) => e(f).fetchNextPage()),
1249
1244
  onDelete: h,
1250
1245
  onUpdate: v
1251
1246
  }, null, 8, ["is-loading", "notes", "has-next-page"]));
1252
1247
  }
1253
- }), vt = { class: "flex h-full flex-1 flex-col" }, Ut = { class: "flex flex-col gap-xl rounded-2xl border border-primary p-xl" }, Ct = { class: "flex w-full flex-wrap items-center gap-sm" }, wt = /* @__PURE__ */ x({
1248
+ }), dt = { class: "flex h-full flex-1 flex-col" }, mt = { class: "flex flex-col gap-xl rounded-2xl border border-primary p-xl" }, pt = { class: "flex w-full flex-wrap items-center justify-between gap-sm" }, ft = /* @__PURE__ */ D({
1254
1249
  __name: "DealDetailSidebar",
1255
1250
  props: {
1256
1251
  deal: {}
1257
1252
  },
1258
1253
  setup(t) {
1259
- const a = t, n = D(), i = ca(), o = T(
1254
+ const a = t, n = x(), i = da(), o = T(
1260
1255
  "overview"
1261
1256
  /* OVERVIEW */
1262
- ), r = T({
1257
+ ), u = T({
1263
1258
  // There is no uuid available for the initial value, so a placeholder is used
1264
1259
  uuid: "",
1265
1260
  toColumnUuid: a.deal.boardColumn.uuid,
@@ -1267,19 +1262,13 @@ const ht = /* @__PURE__ */ x({
1267
1262
  toColumnDisplayName: a.deal.boardColumn.displayName,
1268
1263
  toColumnKey: "",
1269
1264
  triggers: []
1270
- }), p = w(() => [
1265
+ }), p = P(() => [
1271
1266
  {
1272
- icon: fe,
1267
+ icon: de,
1273
1268
  label: n.t("wise_crm.shared.overview"),
1274
1269
  value: "overview"
1275
1270
  /* OVERVIEW */
1276
1271
  },
1277
- {
1278
- icon: da,
1279
- label: n.t("wise_crm.shared.activity"),
1280
- value: "activity"
1281
- /* ACTIVITY */
1282
- },
1283
1272
  {
1284
1273
  icon: ma,
1285
1274
  label: n.t("wise_crm.shared.notes"),
@@ -1287,23 +1276,19 @@ const ht = /* @__PURE__ */ x({
1287
1276
  /* NOTES */
1288
1277
  }
1289
1278
  ]);
1290
- return (f, m) => (d(), M("div", vt, [
1291
- S("div", Ut, [
1292
- l(ja, {
1279
+ return (f, d) => (m(), M("div", dt, [
1280
+ k("div", mt, [
1281
+ l(La, {
1293
1282
  deal: a.deal
1294
1283
  }, null, 8, ["deal"]),
1295
- S("div", Ct, [
1284
+ k("div", pt, [
1296
1285
  l(pa, {
1297
- onClick: m[0] || (m[0] = (u) => e(i).openBusinessDetail(
1286
+ onClick: d[0] || (d[0] = (c) => e(i).openBusinessDetail(
1298
1287
  a.deal.client.uuid
1299
1288
  ))
1300
1289
  }, {
1301
- default: c(() => [
1302
- l(e(ye), {
1303
- "class-config": {
1304
- icon: "shrink-0 size-4",
1305
- root: "text-nowrap"
1306
- },
1290
+ default: s(() => [
1291
+ l(e(he), {
1307
1292
  icon: e(fa),
1308
1293
  label: a.deal.client.name,
1309
1294
  variant: "translucent",
@@ -1312,82 +1297,82 @@ const ht = /* @__PURE__ */ x({
1312
1297
  ]),
1313
1298
  _: 1
1314
1299
  }),
1315
- l(gt, {
1316
- modelValue: r.value,
1317
- "onUpdate:modelValue": m[1] || (m[1] = (u) => r.value = u),
1300
+ l(rt, {
1301
+ modelValue: u.value,
1302
+ "onUpdate:modelValue": d[1] || (d[1] = (c) => u.value = c),
1318
1303
  deal: a.deal
1319
1304
  }, null, 8, ["modelValue", "deal"])
1320
1305
  ])
1321
1306
  ]),
1322
1307
  l(_a, {
1323
1308
  modelValue: o.value,
1324
- "onUpdate:modelValue": m[2] || (m[2] = (u) => o.value = u),
1309
+ "onUpdate:modelValue": d[2] || (d[2] = (c) => o.value = c),
1325
1310
  tabs: p.value
1326
1311
  }, {
1327
- default: c(() => [
1328
- o.value === "overview" ? (d(), g(pt, {
1312
+ default: s(() => [
1313
+ o.value === "overview" ? (m(), g(lt, {
1329
1314
  key: 0,
1330
1315
  deal: a.deal
1331
- }, null, 8, ["deal"])) : o.value === "notes" ? (d(), g(ht, {
1316
+ }, null, 8, ["deal"])) : o.value === "notes" ? (m(), g(ct, {
1332
1317
  key: 1,
1333
1318
  deal: a.deal
1334
- }, null, 8, ["deal"])) : I("", !0)
1319
+ }, null, 8, ["deal"])) : N("", !0)
1335
1320
  ]),
1336
1321
  _: 1
1337
1322
  }, 8, ["modelValue", "tabs"])
1338
1323
  ]));
1339
1324
  }
1340
- }), Pt = /* @__PURE__ */ x({
1325
+ }), _t = /* @__PURE__ */ D({
1341
1326
  __name: "DealDetailSidebarProvider",
1342
1327
  props: {
1343
1328
  dealUuid: {}
1344
1329
  },
1345
1330
  setup(t) {
1346
1331
  const a = t, n = ga(
1347
- w(() => a.dealUuid)
1348
- ), i = D();
1349
- return (o, r) => (d(), g(ya, null, {
1350
- default: c(() => [
1351
- e(n).isError.value ? (d(), g(ba, {
1332
+ P(() => a.dealUuid)
1333
+ ), i = x();
1334
+ return (o, u) => (m(), g(ya, null, {
1335
+ default: s(() => [
1336
+ e(n).isError.value ? (m(), g(ba, {
1352
1337
  key: 0,
1353
1338
  message: e(i).t("error.deal_details.description"),
1354
1339
  title: e(i).t("error.deal_details.title")
1355
- }, null, 8, ["message", "title"])) : e(n).isLoading.value ? (d(), g(ha, {
1340
+ }, null, 8, ["message", "title"])) : e(n).isLoading.value ? (m(), g(ha, {
1356
1341
  key: 1,
1357
1342
  class: "h-full"
1358
- })) : e(n).result.value.isOk() ? (d(), g(wt, {
1343
+ })) : e(n).result.value.isOk() ? (m(), g(ft, {
1359
1344
  key: e(n).result.value.getValue().boardColumn.uuid,
1360
1345
  deal: e(n).result.value.getValue()
1361
- }, null, 8, ["deal"])) : I("", !0)
1346
+ }, null, 8, ["deal"])) : N("", !0)
1362
1347
  ]),
1363
1348
  _: 1
1364
1349
  }));
1365
1350
  }
1366
- }), qt = /* @__PURE__ */ x({
1351
+ }), Nt = /* @__PURE__ */ D({
1367
1352
  __name: "DealDetailView",
1368
1353
  props: {
1369
1354
  tabs: {}
1370
1355
  },
1371
1356
  setup(t) {
1372
- const a = t, n = D(), i = Ne("dealUuid"), o = w(() => [
1357
+ const a = t, n = x(), i = ke("dealUuid"), o = P(() => [
1373
1358
  ...a.tabs,
1374
1359
  {
1375
- label: w(() => n.t("wise_crm.deal.detail_view.communication_tab_label")),
1360
+ label: P(() => n.t("wise_crm.deal.detail_view.communication_tab_label")),
1376
1361
  to: "deal-communication"
1377
1362
  }
1378
1363
  ]);
1379
- return (r, p) => (d(), g(Fe, {
1364
+ return (u, p) => (m(), g(Me, {
1380
1365
  key: e(i),
1381
- "entity-type": e(se).BUSINESS,
1366
+ "entity-type": e(ie).BUSINESS,
1382
1367
  tabs: o.value
1383
1368
  }, {
1384
- sidebar: c(() => [
1385
- l(Pt, { "deal-uuid": e(i) }, null, 8, ["deal-uuid"])
1369
+ sidebar: s(() => [
1370
+ l(_t, { "deal-uuid": e(i) }, null, 8, ["deal-uuid"])
1386
1371
  ]),
1387
1372
  _: 1
1388
1373
  }, 8, ["entity-type", "tabs"]));
1389
1374
  }
1390
1375
  });
1391
1376
  export {
1392
- qt as default
1377
+ Nt as default
1393
1378
  };