@devix-tecnologia/timeline-vue 2.1.1 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist/components/timeline/EventoDetalhado.mock.d.ts +4 -0
  2. package/dist/components/timeline/atomos/AvatarTimeline.vue.d.ts +16 -0
  3. package/dist/components/timeline/atomos/BoxData.vue.d.ts +22 -0
  4. package/dist/components/timeline/atomos/Destaque.vue.d.ts +10 -0
  5. package/dist/components/timeline/atomos/Hora.vue.d.ts +91 -0
  6. package/dist/components/timeline/atomos/IconeCategoria.vue.d.ts +56 -0
  7. package/dist/components/timeline/atomos/IconeStatus.vue.d.ts +18 -0
  8. package/dist/components/timeline/atomos/SubtituloEvento.vue.d.ts +12 -0
  9. package/dist/components/timeline/atomos/TituloEvento.vue.d.ts +12 -0
  10. package/dist/components/timeline/index.d.ts +8 -0
  11. package/dist/components/timeline/moleculas/AreaSalvamento.test.d.ts +1 -0
  12. package/dist/components/timeline/moleculas/AreaSalvamento.vue.d.ts +11 -0
  13. package/dist/components/timeline/moleculas/Botao.test.d.ts +1 -0
  14. package/dist/components/timeline/moleculas/Botao.vue.d.ts +50 -0
  15. package/dist/components/timeline/moleculas/BotaoStatus.test.d.ts +1 -0
  16. package/dist/components/timeline/moleculas/BotaoStatus.vue.d.ts +32 -0
  17. package/dist/components/timeline/moleculas/CabecalhoEventoDetalhado.vue.d.ts +23 -0
  18. package/dist/components/timeline/moleculas/DescricaoEvento.vue.d.ts +20 -0
  19. package/dist/components/timeline/moleculas/EventoTimeline.test.d.ts +1 -0
  20. package/dist/components/timeline/moleculas/EventoTimeline.vue.d.ts +103 -0
  21. package/dist/components/timeline/moleculas/HoraEvento.vue.d.ts +21 -0
  22. package/dist/components/timeline/moleculas/Observacoes.test.d.ts +1 -0
  23. package/dist/components/timeline/moleculas/Observacoes.vue.d.ts +26 -0
  24. package/dist/components/timeline/moleculas/PerfilTimeline.vue.d.ts +37 -0
  25. package/dist/components/timeline/moleculas/SeparadorPeriodo.vue.d.ts +14 -0
  26. package/dist/components/timeline/moleculas/StatusEvento.test.d.ts +1 -0
  27. package/dist/components/timeline/moleculas/StatusEvento.vue.d.ts +32 -0
  28. package/dist/components/timeline/moleculas/Topo.test.d.ts +1 -0
  29. package/dist/components/timeline/moleculas/Topo.vue.d.ts +32 -0
  30. package/dist/components/timeline/organismos/EditarEvento.test.d.ts +1 -0
  31. package/dist/components/timeline/organismos/EditarEvento.vue.d.ts +21 -0
  32. package/dist/components/timeline/organismos/EventoDetalhado.test.d.ts +1 -0
  33. package/dist/components/timeline/organismos/EventoDetalhado.vue.d.ts +32 -0
  34. package/dist/components/timeline/organismos/MyComponent.test.d.ts +1 -0
  35. package/dist/components/timeline/organismos/Timeline.mock.d.ts +3 -0
  36. package/dist/components/timeline/organismos/Timeline.test.d.ts +1 -0
  37. package/dist/components/timeline/organismos/Timeline.vue.d.ts +43 -0
  38. package/dist/components/timeline/templates/AdiantarHorario.test.d.ts +1 -0
  39. package/dist/components/timeline/templates/AdicionarObservacao.test.d.ts +1 -0
  40. package/dist/components/timeline/templates/AdicionarObservacao.vue.d.ts +30 -0
  41. package/dist/components/timeline/templates/EditarStatus.test.d.ts +1 -0
  42. package/dist/components/timeline/templates/EditarStatus.vue.d.ts +35 -0
  43. package/dist/components/timeline/templates/TemplateTimeline.mock.d.ts +4 -0
  44. package/dist/components/timeline/templates/TemplateTimeline.test.d.ts +1 -0
  45. package/dist/components/timeline/templates/TemplateTimeline.vue.d.ts +348 -0
  46. package/dist/components/timeline/type.d.ts +27 -0
  47. package/dist/components/timeline/typeDetalhado.d.ts +15 -0
  48. package/dist/index.d.ts +4 -0
  49. package/dist/timeline-vue.cjs.js +1 -0
  50. package/dist/timeline-vue.es.js +174 -173
  51. package/dist/timeline-vue.umd.js +1 -0
  52. package/dist/types/index.d.ts +1 -1
  53. package/package.json +2 -1
@@ -1,4 +1,4 @@
1
- import { defineComponent as m, reactive as T, computed as A, openBlock as i, createElementBlock as c, createElementVNode as u, normalizeClass as P, normalizeStyle as w, toDisplayString as _, resolveComponent as p, createVNode as v, createBlock as b, createCommentVNode as y, ref as M, Fragment as Y, renderList as U, pushScopeId as V, popScopeId as j, renderSlot as I, createTextVNode as L, withCtx as E, Transition as q, withDirectives as te, vModelText as oe, toRef as B } from "vue";
1
+ import { defineComponent as m, reactive as T, computed as A, openBlock as s, createElementBlock as c, createElementVNode as u, normalizeClass as P, normalizeStyle as w, toDisplayString as _, resolveComponent as p, createVNode as v, createBlock as k, createCommentVNode as y, ref as M, Fragment as Y, renderList as U, pushScopeId as V, popScopeId as j, renderSlot as I, createTextVNode as L, withCtx as E, Transition as q, withDirectives as te, vModelText as oe, toRef as B } from "vue";
2
2
  const ne = m({
3
3
  name: "Icone Categoria",
4
4
  props: {
@@ -39,12 +39,12 @@ const ne = m({
39
39
  });
40
40
  const f = (e, a) => {
41
41
  const o = e.__vccOpts || e;
42
- for (const [s, t] of a)
43
- o[s] = t;
42
+ for (const [n, t] of a)
43
+ o[n] = t;
44
44
  return o;
45
45
  }, ie = { class: "areaCategoria" }, se = ["alt"], re = { class: "material-symbols-outlined" };
46
- function le(e, a, o, s, t, r) {
47
- return i(), c("div", ie, [
46
+ function le(e, a, o, n, t, r) {
47
+ return s(), c("div", ie, [
48
48
  u("div", {
49
49
  class: P(["iconeCategoria", e.classes]),
50
50
  style: w(e.style),
@@ -70,8 +70,8 @@ const G = /* @__PURE__ */ f(ne, [["render", le], ["__scopeId", "data-v-f922d1fe"
70
70
  };
71
71
  }
72
72
  });
73
- function de(e, a, o, s, t, r) {
74
- return i(), c("div", {
73
+ function de(e, a, o, n, t, r) {
74
+ return s(), c("div", {
75
75
  class: P([e.classes, "iconeStatus"])
76
76
  }, null, 2);
77
77
  }
@@ -85,8 +85,8 @@ const N = /* @__PURE__ */ f(ce, [["render", de], ["__scopeId", "data-v-efe84975"
85
85
  }
86
86
  });
87
87
  const pe = { class: "subtitulo" };
88
- function ve(e, a, o, s, t, r) {
89
- return i(), c("h4", pe, _(e.subtitulo), 1);
88
+ function ve(e, a, o, n, t, r) {
89
+ return s(), c("h4", pe, _(e.subtitulo), 1);
90
90
  }
91
91
  const _e = /* @__PURE__ */ f(ue, [["render", ve], ["__scopeId", "data-v-5f7c5673"]]), me = m({
92
92
  name: "Título Evento",
@@ -98,8 +98,8 @@ const _e = /* @__PURE__ */ f(ue, [["render", ve], ["__scopeId", "data-v-5f7c5673
98
98
  }
99
99
  });
100
100
  const fe = { class: "titulo" };
101
- function $e(e, a, o, s, t, r) {
102
- return i(), c("h3", fe, _(e.titulo), 1);
101
+ function $e(e, a, o, n, t, r) {
102
+ return s(), c("h3", fe, _(e.titulo), 1);
103
103
  }
104
104
  const he = /* @__PURE__ */ f(me, [["render", $e], ["__scopeId", "data-v-7369e837"]]), Ce = m({
105
105
  name: "Descrição Evento",
@@ -115,20 +115,20 @@ const he = /* @__PURE__ */ f(me, [["render", $e], ["__scopeId", "data-v-7369e837
115
115
  },
116
116
  components: { TituloEvento: he, SubtituloEvento: _e }
117
117
  });
118
- function ke(e, a, o, s, t, r) {
119
- const n = p("TituloEvento"), l = p("SubtituloEvento");
120
- return i(), c("div", {
118
+ function be(e, a, o, n, t, r) {
119
+ const i = p("TituloEvento"), l = p("SubtituloEvento");
120
+ return s(), c("div", {
121
121
  class: "descricaoEvento",
122
122
  style: w(`${e.subtitulo ? "" : "padding-top: 3.3rem"}`)
123
123
  }, [
124
- v(n, { titulo: e.titulo }, null, 8, ["titulo"]),
125
- e.subtitulo ? (i(), b(l, {
124
+ v(i, { titulo: e.titulo }, null, 8, ["titulo"]),
125
+ e.subtitulo ? (s(), k(l, {
126
126
  key: 0,
127
127
  subtitulo: e.subtitulo
128
128
  }, null, 8, ["subtitulo"])) : y("", !0)
129
129
  ], 4);
130
130
  }
131
- const be = /* @__PURE__ */ f(Ce, [["render", ke], ["__scopeId", "data-v-793cab8b"]]), ye = m({
131
+ const ke = /* @__PURE__ */ f(Ce, [["render", be], ["__scopeId", "data-v-793cab8b"]]), ye = m({
132
132
  name: "Hora",
133
133
  props: {
134
134
  hora: {
@@ -153,8 +153,8 @@ const be = /* @__PURE__ */ f(Ce, [["render", ke], ["__scopeId", "data-v-793cab8b
153
153
  };
154
154
  }
155
155
  });
156
- function ge(e, a, o, s, t, r) {
157
- return i(), c("div", {
156
+ function ge(e, a, o, n, t, r) {
157
+ return s(), c("div", {
158
158
  class: P(["hora", e.classes])
159
159
  }, _(e.horas.getHours()) + ":" + _(e.horas.getMinutes().toString().padStart(2, "0")), 3);
160
160
  }
@@ -173,16 +173,16 @@ const K = /* @__PURE__ */ f(ye, [["render", ge], ["__scopeId", "data-v-d3082250"
173
173
  components: { Hora: K }
174
174
  });
175
175
  const Ee = { class: "areaHora" }, Te = { class: "horaEvento" };
176
- function Ae(e, a, o, s, t, r) {
177
- const n = p("Hora");
178
- return i(), c("div", Ee, [
176
+ function Ae(e, a, o, n, t, r) {
177
+ const i = p("Hora");
178
+ return s(), c("div", Ee, [
179
179
  u("div", Te, [
180
- e.horaRealizada ? (i(), b(n, {
180
+ e.horaRealizada ? (s(), k(i, {
181
181
  key: 0,
182
182
  hora: e.horaRealizada,
183
183
  style: { "padding-top": "0.3rem" }
184
184
  }, null, 8, ["hora"])) : y("", !0),
185
- v(n, {
185
+ v(i, {
186
186
  hora: e.horaPrevista,
187
187
  aparencia: e.horaRealizada ? "riscada" : "padrao",
188
188
  style: w(e.horaRealizada ? "" : "padding-top: 1.2rem")
@@ -199,8 +199,8 @@ const De = /* @__PURE__ */ f(Se, [["render", Ae], ["__scopeId", "data-v-da519ace
199
199
  }
200
200
  });
201
201
  const Pe = { class: "destaqueEvento texto-pequeno" };
202
- function qe(e, a, o, s, t, r) {
203
- return i(), c("div", Pe, _(e.texto), 1);
202
+ function qe(e, a, o, n, t, r) {
203
+ return s(), c("div", Pe, _(e.texto), 1);
204
204
  }
205
205
  const ze = /* @__PURE__ */ f(Oe, [["render", qe], ["__scopeId", "data-v-c2f02de8"]]), Ie = m({
206
206
  name: "Evento Timeline",
@@ -252,7 +252,7 @@ const ze = /* @__PURE__ */ f(Oe, [["render", qe], ["__scopeId", "data-v-c2f02de8
252
252
  IconeStatus: N,
253
253
  IconeCategoria: G,
254
254
  HoraEvento: De,
255
- DescricaoEvento: be,
255
+ DescricaoEvento: ke,
256
256
  Destaque: ze
257
257
  },
258
258
  emits: {
@@ -260,8 +260,8 @@ const ze = /* @__PURE__ */ f(Oe, [["render", qe], ["__scopeId", "data-v-c2f02de8
260
260
  },
261
261
  setup(e, { emit: a }) {
262
262
  return {
263
- handleClick: (s) => {
264
- e.clicavel && a("click", s);
263
+ handleClick: (n) => {
264
+ e.clicavel && a("click", n);
265
265
  },
266
266
  eventoSelecionado: A(() => ({
267
267
  atual: e.ehAtual,
@@ -270,14 +270,14 @@ const ze = /* @__PURE__ */ f(Oe, [["render", qe], ["__scopeId", "data-v-c2f02de8
270
270
  };
271
271
  }
272
272
  });
273
- function Be(e, a, o, s, t, r) {
274
- const n = p("IconeStatus"), l = p("HoraEvento"), $ = p("IconeCategoria"), C = p("DescricaoEvento"), D = p("Destaque");
275
- return i(), c("article", {
273
+ function Be(e, a, o, n, t, r) {
274
+ const i = p("IconeStatus"), l = p("HoraEvento"), $ = p("IconeCategoria"), C = p("DescricaoEvento"), D = p("Destaque");
275
+ return s(), c("article", {
276
276
  "data-testid": "evento",
277
277
  class: P(["eventoTimeline", [e.status, "criticidade-" + e.criticidade, e.eventoSelecionado, e.clicavel]]),
278
278
  onClick: a[0] || (a[0] = (...h) => e.handleClick && e.handleClick(...h))
279
279
  }, [
280
- v(n, { status: e.status }, null, 8, ["status"]),
280
+ v(i, { status: e.status }, null, 8, ["status"]),
281
281
  v(l, {
282
282
  horaPrevista: e.previstoPara,
283
283
  horaRealizada: e.realizadoEm
@@ -312,8 +312,8 @@ const Q = /* @__PURE__ */ f(Ie, [["render", Be]]), Ve = m({
312
312
  };
313
313
  }
314
314
  });
315
- function je(e, a, o, s, t, r) {
316
- return i(), c("h3", {
315
+ function je(e, a, o, n, t, r) {
316
+ return s(), c("h3", {
317
317
  class: P(["boxData padrao", e.classes])
318
318
  }, _(e.dataNumero), 3);
319
319
  }
@@ -328,15 +328,15 @@ const He = /* @__PURE__ */ f(Ve, [["render", je], ["__scopeId", "data-v-385cc692
328
328
  components: { BoxData: He },
329
329
  setup(e) {
330
330
  const a = new Array(12);
331
- return a[0] = "Janeiro", a[1] = "Fevereiro", a[2] = "Março", a[3] = "Abril", a[4] = "Maio", a[5] = "Junho", a[6] = "Julho", a[7] = "Agosto", a[8] = "Setembro", a[9] = "Outubro", a[10] = "Novembro", a[11] = "Dezembro", { mesCorrente: (s) => a[s] };
331
+ return a[0] = "Janeiro", a[1] = "Fevereiro", a[2] = "Março", a[3] = "Abril", a[4] = "Maio", a[5] = "Junho", a[6] = "Julho", a[7] = "Agosto", a[8] = "Setembro", a[9] = "Outubro", a[10] = "Novembro", a[11] = "Dezembro", { mesCorrente: (n) => a[n] };
332
332
  }
333
333
  });
334
334
  const we = { class: "separadorPeriodo" }, Me = { class: "areaData" }, Le = { class: "titulo" };
335
- function Ne(e, a, o, s, t, r) {
336
- const n = p("BoxData");
337
- return i(), c("div", we, [
335
+ function Ne(e, a, o, n, t, r) {
336
+ const i = p("BoxData");
337
+ return s(), c("div", we, [
338
338
  u("div", Me, [
339
- v(n, {
339
+ v(i, {
340
340
  dataNumero: e.dataSeparador.getDate()
341
341
  }, null, 8, ["dataNumero"])
342
342
  ]),
@@ -361,12 +361,12 @@ const Ye = { class: "avatar" }, Ue = ["src"], Ge = {
361
361
  key: 2,
362
362
  class: "material-symbols-outlined"
363
363
  };
364
- function Qe(e, a, o, s, t, r) {
365
- return i(), c("div", Ye, [
366
- e.imagem ? (i(), c("img", {
364
+ function Qe(e, a, o, n, t, r) {
365
+ return s(), c("div", Ye, [
366
+ e.imagem ? (s(), c("img", {
367
367
  key: 0,
368
368
  src: e.imagem
369
- }, null, 8, Ue)) : e.icone ? (i(), c("span", Ge, _(e.icone), 1)) : (i(), c("span", Ke, " person "))
369
+ }, null, 8, Ue)) : e.icone ? (s(), c("span", Ge, _(e.icone), 1)) : (s(), c("span", Ke, " person "))
370
370
  ]);
371
371
  }
372
372
  const We = /* @__PURE__ */ f(Je, [["render", Qe], ["__scopeId", "data-v-28501768"]]), Xe = m({
@@ -396,15 +396,15 @@ const We = /* @__PURE__ */ f(Je, [["render", Qe], ["__scopeId", "data-v-28501768
396
396
  }
397
397
  });
398
398
  const Ze = { class: "nome" };
399
- function xe(e, a, o, s, t, r) {
400
- const n = p("AvatarTimeline");
401
- return i(), c("section", {
399
+ function xe(e, a, o, n, t, r) {
400
+ const i = p("AvatarTimeline");
401
+ return s(), c("section", {
402
402
  class: P(["perfilTimeline", e.classes])
403
403
  }, [
404
- e.imagemPerfil ? (i(), b(n, {
404
+ e.imagemPerfil ? (s(), k(i, {
405
405
  key: 0,
406
406
  imagem: e.imagemPerfil
407
- }, null, 8, ["imagem"])) : e.iconePerfil ? (i(), b(n, {
407
+ }, null, 8, ["imagem"])) : e.iconePerfil ? (s(), k(i, {
408
408
  key: 1,
409
409
  icone: e.iconePerfil
410
410
  }, null, 8, ["icone"])) : y("", !0),
@@ -431,31 +431,31 @@ const W = /* @__PURE__ */ f(Xe, [["render", xe]]), ea = m({
431
431
  eventoClick: (e, a) => !0
432
432
  },
433
433
  setup(e, { emit: a }) {
434
- const o = (h, k) => {
435
- h.clicavel !== !1 && a("eventoClick", h, k);
436
- }, s = T(e.eventosTimeline);
437
- let t = T(s);
434
+ const o = (h, b) => {
435
+ h.clicavel !== !1 && a("eventoClick", h, b);
436
+ }, n = T(e.eventosTimeline);
437
+ let t = T(n);
438
438
  function r() {
439
- const h = $(s);
440
- s.forEach((k) => {
441
- const g = h.length > 0 && h[0] === k;
442
- k.atual = g, k.scroll = g;
439
+ const h = $(n);
440
+ n.forEach((b) => {
441
+ const g = h.length > 0 && h[0] === b;
442
+ b.atual = g, b.scroll = g;
443
443
  }), D();
444
444
  }
445
- const n = () => {
445
+ const i = () => {
446
446
  setInterval(r, 6e4);
447
- }, l = (h, k) => {
448
- const g = h.getDay() === k.getDay(), O = h.getMonth() === k.getMonth(), d = h.getFullYear() === k.getFullYear();
447
+ }, l = (h, b) => {
448
+ const g = h.getDay() === b.getDay(), O = h.getMonth() === b.getMonth(), d = h.getFullYear() === b.getFullYear();
449
449
  return g && O && d;
450
450
  }, $ = (h) => {
451
451
  if (h) {
452
- const k = Date.now();
452
+ const b = Date.now();
453
453
  let g = null, O = [];
454
454
  for (const d of h) {
455
455
  const S = d.data.getTime();
456
456
  if (d.status === "planejado" || d.status === "atrasado") {
457
- const z = Math.abs(k - d.data.getTime());
458
- if (g === null || z < g && S <= k)
457
+ const z = Math.abs(b - d.data.getTime());
458
+ if (g === null || z < g && S <= b)
459
459
  g = z, O.length = 0;
460
460
  else if (z > g)
461
461
  continue;
@@ -466,25 +466,25 @@ const W = /* @__PURE__ */ f(Xe, [["render", xe]]), ea = m({
466
466
  } else
467
467
  return [];
468
468
  }, C = A(() => {
469
- n();
470
- const h = t.sort((k, g) => k.data.getTime() - g.data.getTime());
469
+ i();
470
+ const h = t.sort((b, g) => b.data.getTime() - g.data.getTime());
471
471
  if (h) {
472
- let k = [], g = null, O = 0, d;
472
+ let b = [], g = null, O = 0, d;
473
473
  for (const S of h) {
474
474
  const z = /* @__PURE__ */ new Date(), R = S.data;
475
475
  d = S.status;
476
476
  const ae = S.tolerancia * 60 * 1e3;
477
- d === "planejado" && R.getTime() + ae < z.getTime() && (S.status = "atrasado"), (!g || !l(g, R)) && (g = R, k.push({
477
+ d === "planejado" && R.getTime() + ae < z.getTime() && (S.status = "atrasado"), (!g || !l(g, R)) && (g = R, b.push({
478
478
  tipo: "dia",
479
479
  valor: S.data,
480
480
  key: ++O
481
- })), k.push({
481
+ })), b.push({
482
482
  tipo: "evento",
483
483
  valor: S,
484
484
  key: ++O
485
485
  });
486
486
  }
487
- return k;
487
+ return b;
488
488
  } else
489
489
  return [];
490
490
  }), D = () => {
@@ -505,10 +505,10 @@ const W = /* @__PURE__ */ f(Xe, [["render", xe]]), ea = m({
505
505
  }
506
506
  });
507
507
  const aa = { class: "areaTimeline" }, ta = { class: "timeline" };
508
- function oa(e, a, o, s, t, r) {
509
- const n = p("PerfilTimeline"), l = p("SeparadorPeriodo"), $ = p("EventoTimeline");
510
- return i(), c("div", aa, [
511
- e.perfilTimeline ? (i(), b(n, {
508
+ function oa(e, a, o, n, t, r) {
509
+ const i = p("PerfilTimeline"), l = p("SeparadorPeriodo"), $ = p("EventoTimeline");
510
+ return s(), c("div", aa, [
511
+ e.perfilTimeline ? (s(), k(i, {
512
512
  key: 0,
513
513
  nomePerfil: e.perfilTimeline.nome,
514
514
  imagemPerfil: e.perfilTimeline.imagem,
@@ -516,15 +516,15 @@ function oa(e, a, o, s, t, r) {
516
516
  "data-testid": "perfilTimeline"
517
517
  }, null, 8, ["nomePerfil", "imagemPerfil", "iconePerfil"])) : y("", !0),
518
518
  u("section", ta, [
519
- (i(!0), c(Y, null, U(e.eventosPorTipo, (C, D) => (i(), c("div", {
519
+ (s(!0), c(Y, null, U(e.eventosPorTipo, (C, D) => (s(), c("div", {
520
520
  key: C.key
521
521
  }, [
522
- C.tipo === "dia" ? (i(), b(l, {
522
+ C.tipo === "dia" ? (s(), k(l, {
523
523
  key: 0,
524
524
  dataSeparador: C.valor,
525
525
  "data-testid": `evento-timeline-${D}`
526
526
  }, null, 8, ["dataSeparador", "data-testid"])) : y("", !0),
527
- C.tipo === "evento" ? (i(), b($, {
527
+ C.tipo === "evento" ? (s(), k($, {
528
528
  key: 1,
529
529
  status: C.valor.status,
530
530
  criticidade: C.valor.criticidade,
@@ -558,8 +558,8 @@ const X = /* @__PURE__ */ f(ea, [["render", oa]]), na = m({
558
558
  voltarClick: (e) => !0
559
559
  },
560
560
  setup(e, { emit: a }) {
561
- const o = (s) => {
562
- a("voltarClick", s);
561
+ const o = (n) => {
562
+ a("voltarClick", n);
563
563
  };
564
564
  return e = T(e), {
565
565
  emitirVoltarClick: o,
@@ -573,15 +573,15 @@ const X = /* @__PURE__ */ f(ea, [["render", oa]]), na = m({
573
573
  const ia = (e) => (V("data-v-33d6850e"), e = e(), j(), e), sa = { class: "conteudoTitulo" }, ra = /* @__PURE__ */ ia(() => /* @__PURE__ */ u("span", { class: "material-symbols-outlined" }, " arrow_back ", -1)), la = [
574
574
  ra
575
575
  ], ca = { class: "titulo" };
576
- function da(e, a, o, s, t, r) {
577
- return i(), c("div", {
576
+ function da(e, a, o, n, t, r) {
577
+ return s(), c("div", {
578
578
  class: P(["topo", e.classes]),
579
579
  "data-testid": "topo"
580
580
  }, [
581
581
  u("div", sa, [
582
582
  u("button", {
583
583
  class: "btn_voltar",
584
- onClick: a[0] || (a[0] = (...n) => e.emitirVoltarClick && e.emitirVoltarClick(...n)),
584
+ onClick: a[0] || (a[0] = (...i) => e.emitirVoltarClick && e.emitirVoltarClick(...i)),
585
585
  "data-testid": "botao-voltar"
586
586
  }, la),
587
587
  u("h3", ca, _(e.titulo), 1)
@@ -614,13 +614,13 @@ const ua = /* @__PURE__ */ f(na, [["render", da], ["__scopeId", "data-v-33d6850e
614
614
  e = T(e);
615
615
  const o = (t) => {
616
616
  a("click", t);
617
- }, s = A(() => ({
617
+ }, n = A(() => ({
618
618
  [`${e.aparencia}`]: !0,
619
619
  [`${e.tamanho}`]: !0
620
620
  }));
621
621
  return {
622
622
  handleClick: o,
623
- classes: s
623
+ classes: n
624
624
  };
625
625
  }
626
626
  });
@@ -628,14 +628,14 @@ const va = {
628
628
  key: 0,
629
629
  class: "material-symbols-outlined"
630
630
  };
631
- function _a(e, a, o, s, t, r) {
632
- return i(), c("button", {
631
+ function _a(e, a, o, n, t, r) {
632
+ return s(), c("button", {
633
633
  class: "btn",
634
634
  "data-testid": "botao",
635
- onClick: a[0] || (a[0] = (...n) => e.handleClick && e.handleClick(...n))
635
+ onClick: a[0] || (a[0] = (...i) => e.handleClick && e.handleClick(...i))
636
636
  }, [
637
637
  I(e.$slots, "default", {}, () => [
638
- e.icone ? (i(), c("span", va, _(e.icone), 1)) : y("", !0),
638
+ e.icone ? (s(), c("span", va, _(e.icone), 1)) : y("", !0),
639
639
  L(" " + _(e.titulo), 1)
640
640
  ], !0)
641
641
  ]);
@@ -660,7 +660,7 @@ const H = /* @__PURE__ */ f(pa, [["render", _a], ["__scopeId", "data-v-ce25287c"
660
660
  const Z = (e) => (V("data-v-aa43d357"), e = e(), j(), e), fa = {
661
661
  key: 1,
662
662
  class: "criticidade"
663
- }, $a = { class: "titulo" }, ha = { class: "dataHora" }, Ca = { class: "box" }, ka = /* @__PURE__ */ Z(() => /* @__PURE__ */ u("span", { class: "material-symbols-outlined" }, " calendar_month ", -1)), ba = { class: "horaEvento" }, ya = {
663
+ }, $a = { class: "titulo" }, ha = { class: "dataHora" }, Ca = { class: "box" }, ba = /* @__PURE__ */ Z(() => /* @__PURE__ */ u("span", { class: "material-symbols-outlined" }, " calendar_month ", -1)), ka = { class: "horaEvento" }, ya = {
664
664
  key: 0,
665
665
  class: "horaRealizada texto-grande"
666
666
  }, ga = {
@@ -670,19 +670,19 @@ const Z = (e) => (V("data-v-aa43d357"), e = e(), j(), e), fa = {
670
670
  key: 2,
671
671
  class: "horaRealizada texto-grande"
672
672
  }, Ea = { class: "box" }, Ta = /* @__PURE__ */ Z(() => /* @__PURE__ */ u("span", { class: "material-symbols-outlined" }, " schedule ", -1)), Aa = { class: "horaEvento" };
673
- function Da(e, a, o, s, t, r) {
674
- const n = p("PerfilTimeline"), l = p("IconeCategoria"), $ = p("Hora");
675
- return i(), c("section", {
673
+ function Da(e, a, o, n, t, r) {
674
+ const i = p("PerfilTimeline"), l = p("IconeCategoria"), $ = p("Hora");
675
+ return s(), c("section", {
676
676
  class: P(["cabecalho-evento", ["criticidade-" + e.evento.criticidade]])
677
677
  }, [
678
- e.perfil ? (i(), b(n, {
678
+ e.perfil ? (s(), k(i, {
679
679
  key: 0,
680
680
  nomePerfil: e.perfil.nome,
681
681
  imagemPerfil: e.perfil.imagem,
682
682
  iconePerfil: e.perfil.icone,
683
683
  formatoReduzido: !0
684
684
  }, null, 8, ["nomePerfil", "imagemPerfil", "iconePerfil"])) : y("", !0),
685
- e.evento.criticidade !== "baixa" ? (i(), c("div", fa, " Criticidade: " + _(e.evento.criticidade), 1)) : y("", !0),
685
+ e.evento.criticidade !== "baixa" ? (s(), c("div", fa, " Criticidade: " + _(e.evento.criticidade), 1)) : y("", !0),
686
686
  u("div", $a, [
687
687
  v(l, {
688
688
  iconeCategoria: e.evento.categoria.icone,
@@ -692,25 +692,25 @@ function Da(e, a, o, s, t, r) {
692
692
  ]),
693
693
  u("div", ha, [
694
694
  u("div", Ca, [
695
- ka,
696
- u("div", ba, [
697
- e.evento.realizado ? (i(), c("div", ya, _(e.evento.realizado.toLocaleDateString()), 1)) : y("", !0),
698
- e.evento.realizado ? (i(), c("div", ga, _(e.evento.realizado.toLocaleDateString()), 1)) : (i(), c("div", Sa, _(e.evento.previstoPara.toLocaleDateString()), 1))
695
+ ba,
696
+ u("div", ka, [
697
+ e.evento.realizado ? (s(), c("div", ya, _(e.evento.realizado.toLocaleDateString()), 1)) : y("", !0),
698
+ e.evento.realizado ? (s(), c("div", ga, _(e.evento.realizado.toLocaleDateString()), 1)) : (s(), c("div", Sa, _(e.evento.previstoPara.toLocaleDateString()), 1))
699
699
  ])
700
700
  ]),
701
701
  u("div", Ea, [
702
702
  Ta,
703
703
  u("div", Aa, [
704
- e.evento.realizado ? (i(), b($, {
704
+ e.evento.realizado ? (s(), k($, {
705
705
  key: 0,
706
706
  class: "horaRealizada texto-grande",
707
707
  hora: e.evento.realizado
708
708
  }, null, 8, ["hora"])) : y("", !0),
709
- e.evento.realizado ? (i(), b($, {
709
+ e.evento.realizado ? (s(), k($, {
710
710
  key: 1,
711
711
  class: "horaPlanejada texto-pequeno",
712
712
  hora: e.evento.previstoPara
713
- }, null, 8, ["hora"])) : (i(), b($, {
713
+ }, null, 8, ["hora"])) : (s(), k($, {
714
714
  key: 2,
715
715
  class: "horaRealizada texto-grande",
716
716
  hora: e.evento.previstoPara
@@ -736,22 +736,22 @@ const Oa = /* @__PURE__ */ f(ma, [["render", Da], ["__scopeId", "data-v-aa43d357
736
736
  adicionarClick: (e) => !0
737
737
  },
738
738
  setup(e, { emit: a }) {
739
- const o = (s) => {
740
- a("adicionarClick", s);
739
+ const o = (n) => {
740
+ a("adicionarClick", n);
741
741
  };
742
- return e.observacoes.sort((s, t) => t.criadaEm.getTime() - s.criadaEm.getTime()), e = T(e), { emitirAdicionarClick: o };
742
+ return e.observacoes.sort((n, t) => t.criadaEm.getTime() - n.criadaEm.getTime()), e = T(e), { emitirAdicionarClick: o };
743
743
  }
744
744
  });
745
745
  const qa = (e) => (V("data-v-27347f9c"), e = e(), j(), e), za = {
746
746
  class: "box box-observacoes",
747
747
  "data-testid": "observacoes"
748
748
  }, Ia = /* @__PURE__ */ qa(() => /* @__PURE__ */ u("h3", null, "Observações:", -1)), Ba = { class: "lista-obs" }, Va = ["data-testid"], ja = { class: "texto" }, Ha = { class: "autor" };
749
- function Ra(e, a, o, s, t, r) {
750
- const n = p("Botao");
751
- return i(), c("section", za, [
749
+ function Ra(e, a, o, n, t, r) {
750
+ const i = p("Botao");
751
+ return s(), c("section", za, [
752
752
  Ia,
753
753
  u("ul", Ba, [
754
- (i(!0), c(Y, null, U(e.observacoes, (l, $) => (i(), c("li", {
754
+ (s(!0), c(Y, null, U(e.observacoes, (l, $) => (s(), c("li", {
755
755
  "data-testid": `observacao-${$}`,
756
756
  key: $,
757
757
  class: "lista-item"
@@ -760,7 +760,7 @@ function Ra(e, a, o, s, t, r) {
760
760
  u("div", Ha, _(l.autor.nome) + " em " + _(l.criadaEm.toLocaleDateString()) + " às " + _(l.criadaEm.getHours()) + ":" + _(l.criadaEm.getMinutes().toString().padStart(2, "0")), 1)
761
761
  ], 8, Va))), 128))
762
762
  ]),
763
- v(n, {
763
+ v(i, {
764
764
  titulo: e.tituloBotao,
765
765
  "data-testid": "botao-adicionar",
766
766
  icone: "add",
@@ -798,16 +798,16 @@ const wa = /* @__PURE__ */ f(Pa, [["render", Ra], ["__scopeId", "data-v-27347f9c
798
798
  };
799
799
  }
800
800
  });
801
- function La(e, a, o, s, t, r) {
802
- const n = p("IconeStatus"), l = p("Botao");
803
- return i(), b(l, {
801
+ function La(e, a, o, n, t, r) {
802
+ const i = p("IconeStatus"), l = p("Botao");
803
+ return s(), k(l, {
804
804
  aparencia: e.aparencia,
805
805
  class: P(e.classes),
806
806
  onClick: e.emitirClick,
807
807
  "data-testid": "botao-status"
808
808
  }, {
809
809
  default: E(() => [
810
- v(n, {
810
+ v(i, {
811
811
  class: "icone",
812
812
  status: e.status
813
813
  }, null, 8, ["status"]),
@@ -832,8 +832,8 @@ const x = /* @__PURE__ */ f(Ma, [["render", La], ["__scopeId", "data-v-9b0bacc7"
832
832
  click: (e) => !0
833
833
  },
834
834
  setup(e, { emit: a }) {
835
- const o = (s) => {
836
- a("click", s);
835
+ const o = (n) => {
836
+ a("click", n);
837
837
  };
838
838
  return e = T(e), {
839
839
  emitClick: o,
@@ -842,11 +842,11 @@ const x = /* @__PURE__ */ f(Ma, [["render", La], ["__scopeId", "data-v-9b0bacc7"
842
842
  }
843
843
  });
844
844
  const Fa = (e) => (V("data-v-027bde63"), e = e(), j(), e), Ja = { class: "box box-status" }, Ya = /* @__PURE__ */ Fa(() => /* @__PURE__ */ u("h3", null, "Status:", -1));
845
- function Ua(e, a, o, s, t, r) {
846
- const n = p("BotaoStatus");
847
- return i(), c("section", Ja, [
845
+ function Ua(e, a, o, n, t, r) {
846
+ const i = p("BotaoStatus");
847
+ return s(), c("section", Ja, [
848
848
  Ya,
849
- v(n, {
849
+ v(i, {
850
850
  "data-testid": "botao-status",
851
851
  aparencia: e.aparencia,
852
852
  status: e.status,
@@ -886,16 +886,16 @@ const Qa = {
886
886
  class: "evento",
887
887
  "data-testid": "evento-detalhado"
888
888
  }, Wa = { class: "descricao" };
889
- function Xa(e, a, o, s, t, r) {
890
- const n = p("CabecalhoEventoDetalhado"), l = p("Observacoes"), $ = p("StatusEvento");
891
- return i(), c("div", Qa, [
889
+ function Xa(e, a, o, n, t, r) {
890
+ const i = p("CabecalhoEventoDetalhado"), l = p("Observacoes"), $ = p("StatusEvento");
891
+ return s(), c("div", Qa, [
892
892
  v(q, {
893
893
  name: "fadeBaixo",
894
894
  mode: "out-in",
895
895
  appear: ""
896
896
  }, {
897
897
  default: E(() => [
898
- v(n, {
898
+ v(i, {
899
899
  perfil: e.perfil,
900
900
  evento: e.evento
901
901
  }, null, 8, ["perfil", "evento"])
@@ -969,18 +969,18 @@ const xa = {
969
969
  class: "area-salvamento",
970
970
  "data-testid": "area-salvamento"
971
971
  };
972
- function et(e, a, o, s, t, r) {
973
- const n = p("Botao");
974
- return i(), c("section", xa, [
972
+ function et(e, a, o, n, t, r) {
973
+ const i = p("Botao");
974
+ return s(), c("section", xa, [
975
975
  I(e.$slots, "default", {}, void 0, !0),
976
- v(n, {
976
+ v(i, {
977
977
  "data-testid": "botao-salvar",
978
978
  aparencia: "preenchido",
979
979
  titulo: "Salvar",
980
980
  tamanho: "grande",
981
981
  onClick: e.emitirSalvarClick
982
982
  }, null, 8, ["onClick"]),
983
- v(n, {
983
+ v(i, {
984
984
  "data-testid": "botao-cancelar",
985
985
  aparencia: "vazio",
986
986
  titulo: "Cancelar",
@@ -1015,9 +1015,9 @@ const ot = {
1015
1015
  class: "editar-evento",
1016
1016
  "data-testid": "editar-evento"
1017
1017
  }, nt = { class: "area-conteudo" }, it = { class: "salvar" };
1018
- function st(e, a, o, s, t, r) {
1019
- const n = p("AreaSalvamento");
1020
- return i(), c("div", ot, [
1018
+ function st(e, a, o, n, t, r) {
1019
+ const i = p("AreaSalvamento");
1020
+ return s(), c("div", ot, [
1021
1021
  v(q, {
1022
1022
  name: "fadeTopo",
1023
1023
  mode: "out-in",
@@ -1037,7 +1037,7 @@ function st(e, a, o, s, t, r) {
1037
1037
  }, {
1038
1038
  default: E(() => [
1039
1039
  u("div", it, [
1040
- v(n, {
1040
+ v(i, {
1041
1041
  "data-testid": "area-salvamento",
1042
1042
  onCancelarClick: e.emitirCancelarClick,
1043
1043
  onSalvarClick: e.emitirSalvarClick
@@ -1071,19 +1071,19 @@ const F = /* @__PURE__ */ f(tt, [["render", st]]), rt = m({
1071
1071
  setup(e, { emit: a }) {
1072
1072
  const o = (l, $) => {
1073
1073
  a("salvarClick", l, $);
1074
- }, s = (l) => {
1074
+ }, n = (l) => {
1075
1075
  a("cancelarClick", l);
1076
1076
  }, t = M(e.evento.status);
1077
1077
  function r(l) {
1078
1078
  t.value = l;
1079
1079
  }
1080
- const n = A(() => (l) => t.value === l ? "preenchido" : "outline");
1080
+ const i = A(() => (l) => t.value === l ? "preenchido" : "outline");
1081
1081
  return {
1082
1082
  aoSalvar: o,
1083
- aoCancelar: s,
1083
+ aoCancelar: n,
1084
1084
  atualizarSelecionado: r,
1085
1085
  selecionado: t,
1086
- getAparencia: n
1086
+ getAparencia: i
1087
1087
  };
1088
1088
  }
1089
1089
  });
@@ -1094,9 +1094,9 @@ const lt = /* @__PURE__ */ u("h2", null, "Alterar o Status para:", -1), ct = {
1094
1094
  dt,
1095
1095
  ut
1096
1096
  ];
1097
- function vt(e, a, o, s, t, r) {
1098
- const n = p("BotaoStatus"), l = p("EditarEvento");
1099
- return i(), b(l, {
1097
+ function vt(e, a, o, n, t, r) {
1098
+ const i = p("BotaoStatus"), l = p("EditarEvento");
1099
+ return s(), k(l, {
1100
1100
  "data-testid": "editar-status",
1101
1101
  salvarVisivel: e.salvarVisivel,
1102
1102
  onCancelarClick: e.aoCancelar,
@@ -1104,19 +1104,19 @@ function vt(e, a, o, s, t, r) {
1104
1104
  }, {
1105
1105
  conteudo: E(() => [
1106
1106
  lt,
1107
- v(n, {
1107
+ v(i, {
1108
1108
  aparencia: e.getAparencia("realizado"),
1109
1109
  onClick: a[0] || (a[0] = ($) => e.atualizarSelecionado("realizado")),
1110
1110
  status: "realizado",
1111
1111
  "data-testid": "botao-status-realizado"
1112
1112
  }, null, 8, ["aparencia"]),
1113
- v(n, {
1113
+ v(i, {
1114
1114
  aparencia: e.getAparencia("cancelado"),
1115
1115
  onClick: a[1] || (a[1] = ($) => e.atualizarSelecionado("cancelado")),
1116
1116
  status: "cancelado",
1117
1117
  "data-testid": "botao-status-cancelado"
1118
1118
  }, null, 8, ["aparencia"]),
1119
- v(n, {
1119
+ v(i, {
1120
1120
  aparencia: e.getAparencia("adiado"),
1121
1121
  onClick: a[2] || (a[2] = ($) => e.atualizarSelecionado("adiado")),
1122
1122
  status: "adiado",
@@ -1130,7 +1130,7 @@ function vt(e, a, o, s, t, r) {
1130
1130
  appear: ""
1131
1131
  }, {
1132
1132
  default: E(() => [
1133
- e.selecionado === "adiado" ? (i(), c("div", ct, pt)) : y("", !0)
1133
+ e.selecionado === "adiado" ? (s(), c("div", ct, pt)) : y("", !0)
1134
1134
  ]),
1135
1135
  _: 1
1136
1136
  })
@@ -1157,17 +1157,17 @@ const _t = /* @__PURE__ */ f(rt, [["render", vt]]), mt = m({
1157
1157
  observacaoLocal: e.observacao || ""
1158
1158
  });
1159
1159
  return { salvar: (r) => {
1160
- const n = o.value.observacaoLocal;
1161
- a("adicionarClick", n, r);
1160
+ const i = o.value.observacaoLocal;
1161
+ a("adicionarClick", i, r);
1162
1162
  }, cancelar: (r) => {
1163
1163
  a("cancelarClick", r);
1164
1164
  }, state: o };
1165
1165
  }
1166
1166
  });
1167
1167
  const ft = /* @__PURE__ */ u("h2", null, "Observação:", -1);
1168
- function $t(e, a, o, s, t, r) {
1169
- const n = p("EditarEvento");
1170
- return i(), b(n, {
1168
+ function $t(e, a, o, n, t, r) {
1169
+ const i = p("EditarEvento");
1170
+ return s(), k(i, {
1171
1171
  "data-testid": "adicionar-observacao",
1172
1172
  salvarVisivel: e.salvarVisivel,
1173
1173
  observacao: e.state.observacaoLocal,
@@ -1211,7 +1211,7 @@ const ht = /* @__PURE__ */ f(mt, [["render", $t]]), Ct = m({
1211
1211
  voltarClick: (e) => !0
1212
1212
  },
1213
1213
  setup(e, { emit: a }) {
1214
- const o = B(e, "eventos"), s = B(null), t = T({
1214
+ const o = B(e, "eventos"), n = B(null), t = T({
1215
1215
  topo: { exibir: !0 },
1216
1216
  timeline: { exibir: !0 },
1217
1217
  evento: { exibir: !1 },
@@ -1222,37 +1222,37 @@ const ht = /* @__PURE__ */ f(mt, [["render", $t]]), Ct = m({
1222
1222
  perfil: B(e, "perfil"),
1223
1223
  eventosTimeline: o,
1224
1224
  eventosDetalhados: o,
1225
- eventoAtual: s
1225
+ eventoAtual: n
1226
1226
  }
1227
- }), r = (d) => "observacoes" in d, n = (d) => {
1227
+ }), r = (d) => "observacoes" in d, i = (d) => {
1228
1228
  const S = ["Timeline", "Evento"];
1229
1229
  t.topo.exibir = S.includes(d), t.timeline.exibir = d === "Timeline", t.evento.exibir = d === "Evento", t.editarStatus.exibir = d === "EditarStatus", t.adicionarObservacao.exibir = d === "AdicionarObservacao";
1230
1230
  };
1231
1231
  return {
1232
1232
  selecionarEvento: (d, S) => {
1233
- r(d) && (a("eventoTimelineClicked", d, S), t.dados.eventoAtual = d, n("Evento"));
1233
+ r(d) && (a("eventoTimelineClicked", d, S), t.dados.eventoAtual = d, i("Evento"));
1234
1234
  },
1235
1235
  handleVoltarTela: (d) => {
1236
- t.dados.eventoAtual ? n("Timeline") : a("voltarClick", d);
1236
+ t.dados.eventoAtual ? i("Timeline") : a("voltarClick", d);
1237
1237
  },
1238
1238
  handleStatusEditarClick: (d) => {
1239
- n("EditarStatus");
1239
+ i("EditarStatus");
1240
1240
  },
1241
1241
  handleStatusCancelarClick: (d) => {
1242
- t.dados.eventoAtual && (n("Evento"), a("editarStatusCancelarClicked", t.dados.eventoAtual, d));
1242
+ t.dados.eventoAtual && (i("Evento"), a("editarStatusCancelarClicked", t.dados.eventoAtual, d));
1243
1243
  },
1244
1244
  handleStatusSalvarClick: (d, S) => {
1245
- t.dados.eventoAtual && (n("Evento"), a("editarStatusSalvarClicked", t.dados.eventoAtual, d, S));
1245
+ t.dados.eventoAtual && (i("Evento"), a("editarStatusSalvarClicked", t.dados.eventoAtual, d, S));
1246
1246
  },
1247
1247
  handleObservacaoAdicionarClick: (d) => {
1248
1248
  t.dados.eventoAtual && (a(
1249
1249
  "eventoDetalhadoObservacoesAddClicked",
1250
1250
  t.dados.eventoAtual,
1251
1251
  d
1252
- ), n("AdicionarObservacao"));
1252
+ ), i("AdicionarObservacao"));
1253
1253
  },
1254
1254
  handleAdicionarObservacaoSalvarClick: (d, S) => {
1255
- t.dados.eventoAtual && (n("Evento"), a(
1255
+ t.dados.eventoAtual && (i("Evento"), a(
1256
1256
  "adicionarObservacaoSalvarClicked",
1257
1257
  t.dados.eventoAtual,
1258
1258
  d,
@@ -1260,33 +1260,33 @@ const ht = /* @__PURE__ */ f(mt, [["render", $t]]), Ct = m({
1260
1260
  ));
1261
1261
  },
1262
1262
  handleObservacaoAdicionarCancelarClick: (d) => {
1263
- t.dados.eventoAtual && (n("Evento"), a("adicionarObservacaoCancelarClicked", t.dados.eventoAtual, d));
1263
+ t.dados.eventoAtual && (i("Evento"), a("adicionarObservacaoCancelarClicked", t.dados.eventoAtual, d));
1264
1264
  },
1265
1265
  TemplateTimeline: t
1266
1266
  };
1267
1267
  }
1268
1268
  });
1269
- const kt = {
1269
+ const bt = {
1270
1270
  class: "pagina",
1271
1271
  "data-testid": "template-timeline"
1272
1272
  };
1273
- function bt(e, a, o, s, t, r) {
1274
- const n = p("Topo"), l = p("Timeline"), $ = p("Evento"), C = p("EditarStatus"), D = p("AdicionarObservacao");
1275
- return i(), c("div", kt, [
1276
- e.TemplateTimeline.topo.exibir ? (i(), b(n, {
1273
+ function kt(e, a, o, n, t, r) {
1274
+ const i = p("Topo"), l = p("Timeline"), $ = p("Evento"), C = p("EditarStatus"), D = p("AdicionarObservacao");
1275
+ return s(), c("div", bt, [
1276
+ e.TemplateTimeline.topo.exibir ? (s(), k(i, {
1277
1277
  key: 0,
1278
1278
  titulo: e.TemplateTimeline.dados.perfil.nome,
1279
1279
  escuro: !1,
1280
1280
  onVoltarClick: e.handleVoltarTela
1281
1281
  }, null, 8, ["titulo", "onVoltarClick"])) : y("", !0),
1282
- e.TemplateTimeline.timeline.exibir ? (i(), b(l, {
1282
+ e.TemplateTimeline.timeline.exibir ? (s(), k(l, {
1283
1283
  key: 1,
1284
1284
  "data-testid": "timeline",
1285
1285
  perfilTimeline: e.TemplateTimeline.dados.perfil,
1286
1286
  eventosTimeline: e.TemplateTimeline.dados.eventosTimeline,
1287
1287
  onEventoClick: e.selecionarEvento
1288
1288
  }, null, 8, ["perfilTimeline", "eventosTimeline", "onEventoClick"])) : y("", !0),
1289
- e.TemplateTimeline.dados.eventoAtual && e.TemplateTimeline.evento.exibir ? (i(), b($, {
1289
+ e.TemplateTimeline.dados.eventoAtual && e.TemplateTimeline.evento.exibir ? (s(), k($, {
1290
1290
  key: 2,
1291
1291
  "data-testid": "evento-detalhado",
1292
1292
  perfil: e.TemplateTimeline.dados.perfil,
@@ -1294,7 +1294,7 @@ function bt(e, a, o, s, t, r) {
1294
1294
  onObservacaoAdicionarClick: e.handleObservacaoAdicionarClick,
1295
1295
  onStatusEditarClick: e.handleStatusEditarClick
1296
1296
  }, null, 8, ["perfil", "evento", "onObservacaoAdicionarClick", "onStatusEditarClick"])) : y("", !0),
1297
- e.TemplateTimeline.dados.eventoAtual && e.TemplateTimeline.editarStatus.exibir ? (i(), b(C, {
1297
+ e.TemplateTimeline.dados.eventoAtual && e.TemplateTimeline.editarStatus.exibir ? (s(), k(C, {
1298
1298
  key: 3,
1299
1299
  "data-testid": "editar-status",
1300
1300
  salvarVisivel: e.TemplateTimeline.editarStatus.exibir,
@@ -1303,7 +1303,7 @@ function bt(e, a, o, s, t, r) {
1303
1303
  onSalvarClick: e.handleStatusSalvarClick,
1304
1304
  onCancelarClick: e.handleStatusCancelarClick
1305
1305
  }, null, 8, ["salvarVisivel", "perfil", "evento", "onSalvarClick", "onCancelarClick"])) : y("", !0),
1306
- e.TemplateTimeline.adicionarObservacao.exibir ? (i(), b(D, {
1306
+ e.TemplateTimeline.adicionarObservacao.exibir ? (s(), k(D, {
1307
1307
  key: 4,
1308
1308
  "data-testid": "adicionar-observacao",
1309
1309
  salvarVisivel: e.TemplateTimeline.adicionarObservacao.exibir,
@@ -1312,7 +1312,7 @@ function bt(e, a, o, s, t, r) {
1312
1312
  }, null, 8, ["salvarVisivel", "onAdicionarClick", "onCancelarClick"])) : y("", !0)
1313
1313
  ]);
1314
1314
  }
1315
- const yt = /* @__PURE__ */ f(Ct, [["render", bt]]), gt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1315
+ const yt = /* @__PURE__ */ f(Ct, [["render", kt]]), gt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1316
1316
  __proto__: null
1317
1317
  }, Symbol.toStringTag, { value: "Module" })), St = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1318
1318
  __proto__: null
@@ -1328,8 +1328,10 @@ const yt = /* @__PURE__ */ f(Ct, [["render", bt]]), gt = /* @__PURE__ */ Object.
1328
1328
  }, Symbol.toStringTag, { value: "Module" }));
1329
1329
  const Tt = {
1330
1330
  install(e, ...a) {
1331
- for (const o in J)
1332
- e.component(o, J[o]);
1331
+ Object.keys(J).forEach((o) => {
1332
+ const n = J[o];
1333
+ n && typeof n == "object" && e.component(o, n);
1334
+ });
1333
1335
  }
1334
1336
  };
1335
1337
  export {
@@ -1337,8 +1339,7 @@ export {
1337
1339
  ee as EventoDetalhado,
1338
1340
  Q as EventoTimeline,
1339
1341
  yt as TemplateTimeline,
1340
- X as Timeline,
1342
+ Tt as Timeline,
1341
1343
  gt as Tipos,
1342
- St as TiposDetalhado,
1343
- Tt as default
1344
+ St as TiposDetalhado
1344
1345
  };