@devix-tecnologia/timeline-vue 3.0.0 → 3.1.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 (66) hide show
  1. package/dist/components/timeline/EventoDetalhado.mock.d.ts +3 -2
  2. package/dist/components/timeline/atomos/AvatarTimeline.vue.d.ts +3 -2
  3. package/dist/components/timeline/atomos/BoxData.vue.d.ts +3 -3
  4. package/dist/components/timeline/atomos/Destaque.vue.d.ts +2 -2
  5. package/dist/components/timeline/atomos/Hora.vue.d.ts +4 -66
  6. package/dist/components/timeline/atomos/IconeCategoria.vue.d.ts +5 -4
  7. package/dist/components/timeline/atomos/IconeStatus.vue.d.ts +4 -3
  8. package/dist/components/timeline/atomos/SubtituloEvento.vue.d.ts +2 -2
  9. package/dist/components/timeline/atomos/TituloEvento.vue.d.ts +2 -2
  10. package/dist/components/timeline/index.d.ts +6 -5
  11. package/dist/components/timeline/moleculas/AreaSalvamento.vue.d.ts +4 -3
  12. package/dist/components/timeline/moleculas/Botao.vue.d.ts +19 -8
  13. package/dist/components/timeline/moleculas/BotaoStatus.vue.d.ts +5 -4
  14. package/dist/components/timeline/moleculas/CabecalhoEventoDetalhado.vue.d.ts +3 -2
  15. package/dist/components/timeline/moleculas/DescricaoEvento.vue.d.ts +2 -2
  16. package/dist/components/timeline/moleculas/EventoTimeline.vue.d.ts +5 -4
  17. package/dist/components/timeline/moleculas/HoraEvento.vue.d.ts +4 -3
  18. package/dist/components/timeline/moleculas/Observacoes.vue.d.ts +4 -3
  19. package/dist/components/timeline/moleculas/PerfilTimeline.vue.d.ts +4 -3
  20. package/dist/components/timeline/moleculas/SeparadorPeriodo.vue.d.ts +2 -2
  21. package/dist/components/timeline/moleculas/StatusEvento.vue.d.ts +5 -4
  22. package/dist/components/timeline/moleculas/Topo.vue.d.ts +5 -4
  23. package/dist/components/timeline/organismos/EditarEvento.vue.d.ts +4 -3
  24. package/dist/components/timeline/organismos/EventoDetalhado.vue.d.ts +4 -3
  25. package/dist/components/timeline/organismos/Timeline.mock.d.ts +1 -0
  26. package/dist/components/timeline/organismos/Timeline.vue.d.ts +5 -4
  27. package/dist/components/timeline/templates/AdicionarObservacao.vue.d.ts +5 -4
  28. package/dist/components/timeline/templates/EditarStatus.vue.d.ts +6 -5
  29. package/dist/components/timeline/templates/TemplateTimeline.mock.d.ts +3 -2
  30. package/dist/components/timeline/templates/TemplateTimeline.vue.d.ts +10 -258
  31. package/dist/components/timeline/typeDetalhado.d.ts +2 -1
  32. package/dist/index.d.ts +3 -2
  33. package/dist/style.css +1 -1
  34. package/dist/timeline-vue.cjs.js +1 -1
  35. package/dist/timeline-vue.es.js +301 -314
  36. package/dist/timeline-vue.umd.js +1 -1
  37. package/dist/types/components/timeline/atomos/AvatarTimeline.vue.d.ts +1 -1
  38. package/dist/types/components/timeline/atomos/BoxData.vue.d.ts +1 -1
  39. package/dist/types/components/timeline/atomos/Destaque.vue.d.ts +1 -1
  40. package/dist/types/components/timeline/atomos/Hora.vue.d.ts +2 -64
  41. package/dist/types/components/timeline/atomos/IconeCategoria.vue.d.ts +1 -1
  42. package/dist/types/components/timeline/atomos/IconeStatus.vue.d.ts +1 -1
  43. package/dist/types/components/timeline/atomos/SubtituloEvento.vue.d.ts +1 -1
  44. package/dist/types/components/timeline/atomos/TituloEvento.vue.d.ts +1 -1
  45. package/dist/types/components/timeline/moleculas/AreaSalvamento.vue.d.ts +1 -1
  46. package/dist/types/components/timeline/moleculas/Botao.vue.d.ts +16 -6
  47. package/dist/types/components/timeline/moleculas/BotaoStatus.vue.d.ts +1 -1
  48. package/dist/types/components/timeline/moleculas/CabecalhoEventoDetalhado.vue.d.ts +1 -1
  49. package/dist/types/components/timeline/moleculas/DescricaoEvento.vue.d.ts +1 -1
  50. package/dist/types/components/timeline/moleculas/EventoTimeline.vue.d.ts +1 -1
  51. package/dist/types/components/timeline/moleculas/HoraEvento.vue.d.ts +1 -1
  52. package/dist/types/components/timeline/moleculas/Observacoes.vue.d.ts +1 -1
  53. package/dist/types/components/timeline/moleculas/PerfilTimeline.vue.d.ts +1 -1
  54. package/dist/types/components/timeline/moleculas/SeparadorPeriodo.vue.d.ts +1 -1
  55. package/dist/types/components/timeline/moleculas/StatusEvento.vue.d.ts +1 -1
  56. package/dist/types/components/timeline/moleculas/Topo.vue.d.ts +1 -1
  57. package/dist/types/components/timeline/organismos/EditarEvento.vue.d.ts +1 -1
  58. package/dist/types/components/timeline/organismos/EventoDetalhado.vue.d.ts +1 -1
  59. package/dist/types/components/timeline/organismos/MyComponent.vue.d.ts +1 -1
  60. package/dist/types/components/timeline/organismos/Timeline.vue.d.ts +1 -1
  61. package/dist/types/components/timeline/templates/AdiantarHorario.vue.d.ts +3 -127
  62. package/dist/types/components/timeline/templates/AdicionarObservacao.vue.d.ts +2 -2
  63. package/dist/types/components/timeline/templates/EditarStatus.vue.d.ts +1 -1
  64. package/dist/types/components/timeline/templates/TemplateEvento.vue.d.ts +1 -1
  65. package/dist/types/components/timeline/templates/TemplateTimeline.vue.d.ts +5 -253
  66. package/package.json +26 -30
@@ -1,5 +1,5 @@
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
- const ne = m({
1
+ import { defineComponent as f, reactive as T, computed as A, openBlock as r, createElementBlock as c, createElementVNode as u, normalizeClass as P, normalizeStyle as H, toDisplayString as m, resolveComponent as p, createVNode as v, createBlock as b, createCommentVNode as S, ref as M, Fragment as J, renderList as Y, pushScopeId as V, popScopeId as j, renderSlot as z, createTextVNode as L, withCtx as y, Transition as q, withDirectives as te, vModelText as oe, toRef as B } from "vue";
2
+ const ne = f({
3
3
  name: "Icone Categoria",
4
4
  props: {
5
5
  iconeCategoria: {
@@ -36,25 +36,24 @@ const ne = m({
36
36
  }))
37
37
  };
38
38
  }
39
- });
40
- const f = (e, a) => {
39
+ }), _ = (e, a) => {
41
40
  const o = e.__vccOpts || e;
42
41
  for (const [n, t] of a)
43
42
  o[n] = t;
44
43
  return o;
45
- }, ie = { class: "areaCategoria" }, se = ["alt"], re = { class: "material-symbols-outlined" };
46
- function le(e, a, o, n, t, r) {
47
- return s(), c("div", ie, [
44
+ }, ie = { class: "areaCategoria" }, re = ["alt"], se = { class: "material-symbols-outlined" };
45
+ function le(e, a, o, n, t, s) {
46
+ return r(), c("div", ie, [
48
47
  u("div", {
49
48
  class: P(["iconeCategoria", e.classes]),
50
- style: w(e.style),
49
+ style: H(e.style),
51
50
  alt: e.categoria
52
51
  }, [
53
- u("span", re, _(e.iconeCategoria), 1)
54
- ], 14, se)
52
+ u("span", se, m(e.iconeCategoria), 1)
53
+ ], 14, re)
55
54
  ]);
56
55
  }
57
- const G = /* @__PURE__ */ f(ne, [["render", le], ["__scopeId", "data-v-f922d1fe"]]), ce = m({
56
+ const G = /* @__PURE__ */ _(ne, [["render", le], ["__scopeId", "data-v-f922d1fe"]]), ce = f({
58
57
  name: "Icone Status",
59
58
  props: {
60
59
  status: {
@@ -70,12 +69,12 @@ const G = /* @__PURE__ */ f(ne, [["render", le], ["__scopeId", "data-v-f922d1fe"
70
69
  };
71
70
  }
72
71
  });
73
- function de(e, a, o, n, t, r) {
74
- return s(), c("div", {
72
+ function de(e, a, o, n, t, s) {
73
+ return r(), c("div", {
75
74
  class: P([e.classes, "iconeStatus"])
76
75
  }, null, 2);
77
76
  }
78
- const N = /* @__PURE__ */ f(ce, [["render", de], ["__scopeId", "data-v-efe84975"]]), ue = m({
77
+ const w = /* @__PURE__ */ _(ce, [["render", de], ["__scopeId", "data-v-efe84975"]]), ue = f({
79
78
  name: "Subtítulo Evento",
80
79
  props: {
81
80
  subtitulo: {
@@ -83,12 +82,11 @@ const N = /* @__PURE__ */ f(ce, [["render", de], ["__scopeId", "data-v-efe84975"
83
82
  type: String
84
83
  }
85
84
  }
86
- });
87
- const pe = { class: "subtitulo" };
88
- function ve(e, a, o, n, t, r) {
89
- return s(), c("h4", pe, _(e.subtitulo), 1);
85
+ }), pe = { class: "subtitulo" };
86
+ function ve(e, a, o, n, t, s) {
87
+ return r(), c("h4", pe, m(e.subtitulo), 1);
90
88
  }
91
- const _e = /* @__PURE__ */ f(ue, [["render", ve], ["__scopeId", "data-v-5f7c5673"]]), me = m({
89
+ const me = /* @__PURE__ */ _(ue, [["render", ve], ["__scopeId", "data-v-5f7c5673"]]), fe = f({
92
90
  name: "Título Evento",
93
91
  props: {
94
92
  titulo: {
@@ -96,12 +94,11 @@ const _e = /* @__PURE__ */ f(ue, [["render", ve], ["__scopeId", "data-v-5f7c5673
96
94
  type: String
97
95
  }
98
96
  }
99
- });
100
- const fe = { class: "titulo" };
101
- function $e(e, a, o, n, t, r) {
102
- return s(), c("h3", fe, _(e.titulo), 1);
97
+ }), _e = { class: "titulo" };
98
+ function $e(e, a, o, n, t, s) {
99
+ return r(), c("h3", _e, m(e.titulo), 1);
103
100
  }
104
- const he = /* @__PURE__ */ f(me, [["render", $e], ["__scopeId", "data-v-7369e837"]]), Ce = m({
101
+ const he = /* @__PURE__ */ _(fe, [["render", $e], ["__scopeId", "data-v-7369e837"]]), Ce = f({
105
102
  name: "Descrição Evento",
106
103
  props: {
107
104
  titulo: {
@@ -113,22 +110,22 @@ const he = /* @__PURE__ */ f(me, [["render", $e], ["__scopeId", "data-v-7369e837
113
110
  type: String
114
111
  }
115
112
  },
116
- components: { TituloEvento: he, SubtituloEvento: _e }
113
+ components: { TituloEvento: he, SubtituloEvento: me }
117
114
  });
118
- function be(e, a, o, n, t, r) {
115
+ function ke(e, a, o, n, t, s) {
119
116
  const i = p("TituloEvento"), l = p("SubtituloEvento");
120
- return s(), c("div", {
117
+ return r(), c("div", {
121
118
  class: "descricaoEvento",
122
- style: w(`${e.subtitulo ? "" : "padding-top: 3.3rem"}`)
119
+ style: H(`${e.subtitulo ? "" : "padding-top: 3.3rem"}`)
123
120
  }, [
124
121
  v(i, { titulo: e.titulo }, null, 8, ["titulo"]),
125
- e.subtitulo ? (s(), k(l, {
122
+ e.subtitulo ? (r(), b(l, {
126
123
  key: 0,
127
124
  subtitulo: e.subtitulo
128
- }, null, 8, ["subtitulo"])) : y("", !0)
125
+ }, null, 8, ["subtitulo"])) : S("", !0)
129
126
  ], 4);
130
127
  }
131
- const ke = /* @__PURE__ */ f(Ce, [["render", be], ["__scopeId", "data-v-793cab8b"]]), ye = m({
128
+ const be = /* @__PURE__ */ _(Ce, [["render", ke], ["__scopeId", "data-v-793cab8b"]]), Se = f({
132
129
  name: "Hora",
133
130
  props: {
134
131
  hora: {
@@ -153,12 +150,12 @@ const ke = /* @__PURE__ */ f(Ce, [["render", be], ["__scopeId", "data-v-793cab8b
153
150
  };
154
151
  }
155
152
  });
156
- function ge(e, a, o, n, t, r) {
157
- return s(), c("div", {
153
+ function ge(e, a, o, n, t, s) {
154
+ return r(), c("div", {
158
155
  class: P(["hora", e.classes])
159
- }, _(e.horas.getHours()) + ":" + _(e.horas.getMinutes().toString().padStart(2, "0")), 3);
156
+ }, m(e.horas.getHours()) + ":" + m(e.horas.getMinutes().toString().padStart(2, "0")), 3);
160
157
  }
161
- const K = /* @__PURE__ */ f(ye, [["render", ge], ["__scopeId", "data-v-d3082250"]]), Se = m({
158
+ const Q = /* @__PURE__ */ _(Se, [["render", ge], ["__scopeId", "data-v-d3082250"]]), Ee = f({
162
159
  name: "Hora Evento",
163
160
  props: {
164
161
  horaPrevista: {
@@ -170,39 +167,37 @@ const K = /* @__PURE__ */ f(ye, [["render", ge], ["__scopeId", "data-v-d3082250"
170
167
  type: Date
171
168
  }
172
169
  },
173
- components: { Hora: K }
174
- });
175
- const Ee = { class: "areaHora" }, Te = { class: "horaEvento" };
176
- function Ae(e, a, o, n, t, r) {
170
+ components: { Hora: Q }
171
+ }), ye = { class: "areaHora" }, Te = { class: "horaEvento" };
172
+ function Ae(e, a, o, n, t, s) {
177
173
  const i = p("Hora");
178
- return s(), c("div", Ee, [
174
+ return r(), c("div", ye, [
179
175
  u("div", Te, [
180
- e.horaRealizada ? (s(), k(i, {
176
+ e.horaRealizada ? (r(), b(i, {
181
177
  key: 0,
182
178
  hora: e.horaRealizada,
183
179
  style: { "padding-top": "0.3rem" }
184
- }, null, 8, ["hora"])) : y("", !0),
180
+ }, null, 8, ["hora"])) : S("", !0),
185
181
  v(i, {
186
182
  hora: e.horaPrevista,
187
183
  aparencia: e.horaRealizada ? "riscada" : "padrao",
188
- style: w(e.horaRealizada ? "" : "padding-top: 1.2rem")
184
+ style: H(e.horaRealizada ? "" : "padding-top: 1.2rem")
189
185
  }, null, 8, ["hora", "aparencia", "style"])
190
186
  ])
191
187
  ]);
192
188
  }
193
- const De = /* @__PURE__ */ f(Se, [["render", Ae], ["__scopeId", "data-v-da519ace"]]), Oe = m({
189
+ const Oe = /* @__PURE__ */ _(Ee, [["render", Ae], ["__scopeId", "data-v-da519ace"]]), De = f({
194
190
  name: "Destaque",
195
191
  props: {
196
192
  texto: {
197
193
  type: String
198
194
  }
199
195
  }
200
- });
201
- const Pe = { class: "destaqueEvento texto-pequeno" };
202
- function qe(e, a, o, n, t, r) {
203
- return s(), c("div", Pe, _(e.texto), 1);
196
+ }), Pe = { class: "destaqueEvento texto-pequeno" };
197
+ function qe(e, a, o, n, t, s) {
198
+ return r(), c("div", Pe, m(e.texto), 1);
204
199
  }
205
- const ze = /* @__PURE__ */ f(Oe, [["render", qe], ["__scopeId", "data-v-c2f02de8"]]), Ie = m({
200
+ const Ie = /* @__PURE__ */ _(De, [["render", qe], ["__scopeId", "data-v-c2f02de8"]]), ze = f({
206
201
  name: "Evento Timeline",
207
202
  props: {
208
203
  status: {
@@ -249,11 +244,11 @@ const ze = /* @__PURE__ */ f(Oe, [["render", qe], ["__scopeId", "data-v-c2f02de8
249
244
  }
250
245
  },
251
246
  components: {
252
- IconeStatus: N,
247
+ IconeStatus: w,
253
248
  IconeCategoria: G,
254
- HoraEvento: De,
255
- DescricaoEvento: ke,
256
- Destaque: ze
249
+ HoraEvento: Oe,
250
+ DescricaoEvento: be,
251
+ Destaque: Ie
257
252
  },
258
253
  emits: {
259
254
  click: (e) => !0
@@ -270,9 +265,9 @@ const ze = /* @__PURE__ */ f(Oe, [["render", qe], ["__scopeId", "data-v-c2f02de8
270
265
  };
271
266
  }
272
267
  });
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", {
268
+ function Be(e, a, o, n, t, s) {
269
+ const i = p("IconeStatus"), l = p("HoraEvento"), $ = p("IconeCategoria"), C = p("DescricaoEvento"), O = p("Destaque");
270
+ return r(), c("article", {
276
271
  "data-testid": "evento",
277
272
  class: P(["eventoTimeline", [e.status, "criticidade-" + e.criticidade, e.eventoSelecionado, e.clicavel]]),
278
273
  onClick: a[0] || (a[0] = (...h) => e.handleClick && e.handleClick(...h))
@@ -290,10 +285,10 @@ function Be(e, a, o, n, t, r) {
290
285
  titulo: e.titulo,
291
286
  subtitulo: e.subtitulo
292
287
  }, null, 8, ["titulo", "subtitulo"]),
293
- v(D, { texto: e.textoDestaque }, null, 8, ["texto"])
288
+ v(O, { texto: e.textoDestaque }, null, 8, ["texto"])
294
289
  ], 2);
295
290
  }
296
- const Q = /* @__PURE__ */ f(Ie, [["render", Be]]), Ve = m({
291
+ const Z = /* @__PURE__ */ _(ze, [["render", Be]]), Ve = f({
297
292
  name: "Box Data",
298
293
  props: {
299
294
  dataNumero: {
@@ -312,12 +307,12 @@ const Q = /* @__PURE__ */ f(Ie, [["render", Be]]), Ve = m({
312
307
  };
313
308
  }
314
309
  });
315
- function je(e, a, o, n, t, r) {
316
- return s(), c("h3", {
310
+ function je(e, a, o, n, t, s) {
311
+ return r(), c("h3", {
317
312
  class: P(["boxData padrao", e.classes])
318
- }, _(e.dataNumero), 3);
313
+ }, m(e.dataNumero), 3);
319
314
  }
320
- const He = /* @__PURE__ */ f(Ve, [["render", je], ["__scopeId", "data-v-385cc692"]]), Re = m({
315
+ const Re = /* @__PURE__ */ _(Ve, [["render", je], ["__scopeId", "data-v-385cc692"]]), Ne = f({
321
316
  name: "SeparadorPeriodo",
322
317
  props: {
323
318
  dataSeparador: {
@@ -325,25 +320,24 @@ const He = /* @__PURE__ */ f(Ve, [["render", je], ["__scopeId", "data-v-385cc692
325
320
  type: Date
326
321
  }
327
322
  },
328
- components: { BoxData: He },
323
+ components: { BoxData: Re },
329
324
  setup(e) {
330
325
  const a = new Array(12);
331
326
  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
327
  }
333
- });
334
- const we = { class: "separadorPeriodo" }, Me = { class: "areaData" }, Le = { class: "titulo" };
335
- function Ne(e, a, o, n, t, r) {
328
+ }), He = { class: "separadorPeriodo" }, Me = { class: "areaData" }, Le = { class: "titulo" };
329
+ function we(e, a, o, n, t, s) {
336
330
  const i = p("BoxData");
337
- return s(), c("div", we, [
331
+ return r(), c("div", He, [
338
332
  u("div", Me, [
339
333
  v(i, {
340
334
  dataNumero: e.dataSeparador.getDate()
341
335
  }, null, 8, ["dataNumero"])
342
336
  ]),
343
- u("h3", Le, _(e.mesCorrente(e.dataSeparador.getMonth())) + " de " + _(e.dataSeparador.getFullYear()), 1)
337
+ u("h3", Le, m(e.mesCorrente(e.dataSeparador.getMonth())) + " de " + m(e.dataSeparador.getFullYear()), 1)
344
338
  ]);
345
339
  }
346
- const Fe = /* @__PURE__ */ f(Re, [["render", Ne]]), Je = m({
340
+ const Fe = /* @__PURE__ */ _(Ne, [["render", we]]), Ue = f({
347
341
  name: "Avatar Timeline",
348
342
  props: {
349
343
  imagem: {
@@ -353,24 +347,23 @@ const Fe = /* @__PURE__ */ f(Re, [["render", Ne]]), Je = m({
353
347
  type: String
354
348
  }
355
349
  }
356
- });
357
- const Ye = { class: "avatar" }, Ue = ["src"], Ge = {
350
+ }), Je = { class: "avatar" }, Ye = ["src"], Ge = {
358
351
  key: 1,
359
352
  class: "material-symbols-outlined"
360
- }, Ke = {
353
+ }, Qe = {
361
354
  key: 2,
362
355
  class: "material-symbols-outlined"
363
356
  };
364
- function Qe(e, a, o, n, t, r) {
365
- return s(), c("div", Ye, [
366
- e.imagem ? (s(), c("img", {
357
+ function Ze(e, a, o, n, t, s) {
358
+ return r(), c("div", Je, [
359
+ e.imagem ? (r(), c("img", {
367
360
  key: 0,
368
361
  src: e.imagem
369
- }, null, 8, Ue)) : e.icone ? (s(), c("span", Ge, _(e.icone), 1)) : (s(), c("span", Ke, " person "))
362
+ }, null, 8, Ye)) : e.icone ? (r(), c("span", Ge, m(e.icone), 1)) : (r(), c("span", Qe, " person "))
370
363
  ]);
371
364
  }
372
- const We = /* @__PURE__ */ f(Je, [["render", Qe], ["__scopeId", "data-v-28501768"]]), Xe = m({
373
- components: { AvatarTimeline: We },
365
+ const Ke = /* @__PURE__ */ _(Ue, [["render", Ze], ["__scopeId", "data-v-28501768"]]), We = f({
366
+ components: { AvatarTimeline: Ke },
374
367
  props: {
375
368
  imagemPerfil: {
376
369
  type: String
@@ -394,24 +387,23 @@ const We = /* @__PURE__ */ f(Je, [["render", Qe], ["__scopeId", "data-v-28501768
394
387
  }))
395
388
  };
396
389
  }
397
- });
398
- const Ze = { class: "nome" };
399
- function xe(e, a, o, n, t, r) {
390
+ }), Xe = { class: "nome" };
391
+ function xe(e, a, o, n, t, s) {
400
392
  const i = p("AvatarTimeline");
401
- return s(), c("section", {
393
+ return r(), c("section", {
402
394
  class: P(["perfilTimeline", e.classes])
403
395
  }, [
404
- e.imagemPerfil ? (s(), k(i, {
396
+ e.imagemPerfil ? (r(), b(i, {
405
397
  key: 0,
406
398
  imagem: e.imagemPerfil
407
- }, null, 8, ["imagem"])) : e.iconePerfil ? (s(), k(i, {
399
+ }, null, 8, ["imagem"])) : e.iconePerfil ? (r(), b(i, {
408
400
  key: 1,
409
401
  icone: e.iconePerfil
410
- }, null, 8, ["icone"])) : y("", !0),
411
- u("h2", Ze, _(e.nomePerfil), 1)
402
+ }, null, 8, ["icone"])) : S("", !0),
403
+ u("h2", Xe, m(e.nomePerfil), 1)
412
404
  ], 2);
413
405
  }
414
- const W = /* @__PURE__ */ f(Xe, [["render", xe]]), ea = m({
406
+ const K = /* @__PURE__ */ _(We, [["render", xe]]), ea = f({
415
407
  props: {
416
408
  perfilTimeline: {
417
409
  required: !1,
@@ -423,108 +415,107 @@ const W = /* @__PURE__ */ f(Xe, [["render", xe]]), ea = m({
423
415
  }
424
416
  },
425
417
  components: {
426
- PerfilTimeline: W,
418
+ PerfilTimeline: K,
427
419
  SeparadorPeriodo: Fe,
428
- EventoTimeline: Q
420
+ EventoTimeline: Z
429
421
  },
430
422
  emits: {
431
423
  eventoClick: (e, a) => !0
432
424
  },
433
425
  setup(e, { emit: a }) {
434
- const o = (h, b) => {
435
- h.clicavel !== !1 && a("eventoClick", h, b);
426
+ const o = (h, k) => {
427
+ h.clicavel !== !1 && a("eventoClick", h, k);
436
428
  }, n = T(e.eventosTimeline);
437
429
  let t = T(n);
438
- function r() {
430
+ function s() {
439
431
  const h = $(n);
440
- n.forEach((b) => {
441
- const g = h.length > 0 && h[0] === b;
442
- b.atual = g, b.scroll = g;
443
- }), D();
432
+ n.forEach((k) => {
433
+ const g = h.length > 0 && h[0] === k;
434
+ k.atual = g, k.scroll = g;
435
+ }), O();
444
436
  }
445
437
  const i = () => {
446
- setInterval(r, 6e4);
447
- }, l = (h, b) => {
448
- const g = h.getDay() === b.getDay(), O = h.getMonth() === b.getMonth(), d = h.getFullYear() === b.getFullYear();
449
- return g && O && d;
438
+ setInterval(s, 6e4);
439
+ }, l = (h, k) => {
440
+ const g = h.getDay() === k.getDay(), D = h.getMonth() === k.getMonth(), d = h.getFullYear() === k.getFullYear();
441
+ return g && D && d;
450
442
  }, $ = (h) => {
451
443
  if (h) {
452
- const b = Date.now();
453
- let g = null, O = [];
444
+ const k = Date.now();
445
+ let g = null, D = [];
454
446
  for (const d of h) {
455
- const S = d.data.getTime();
447
+ const E = d.data.getTime();
456
448
  if (d.status === "planejado" || d.status === "atrasado") {
457
- const z = Math.abs(b - d.data.getTime());
458
- if (g === null || z < g && S <= b)
459
- g = z, O.length = 0;
460
- else if (z > g)
449
+ const I = Math.abs(k - d.data.getTime());
450
+ if (g === null || I < g && E <= k)
451
+ g = I, D.length = 0;
452
+ else if (I > g)
461
453
  continue;
462
- O.push(d);
454
+ D.push(d);
463
455
  }
464
456
  }
465
- return O;
457
+ return D;
466
458
  } else
467
459
  return [];
468
460
  }, C = A(() => {
469
461
  i();
470
- const h = t.sort((b, g) => b.data.getTime() - g.data.getTime());
462
+ const h = t.sort((k, g) => k.data.getTime() - g.data.getTime());
471
463
  if (h) {
472
- let b = [], g = null, O = 0, d;
473
- for (const S of h) {
474
- const z = /* @__PURE__ */ new Date(), R = S.data;
475
- d = S.status;
476
- const ae = S.tolerancia * 60 * 1e3;
477
- d === "planejado" && R.getTime() + ae < z.getTime() && (S.status = "atrasado"), (!g || !l(g, R)) && (g = R, b.push({
464
+ let k = [], g = null, D = 0, d;
465
+ for (const E of h) {
466
+ const I = /* @__PURE__ */ new Date(), N = E.data;
467
+ d = E.status;
468
+ const ae = E.tolerancia * 60 * 1e3;
469
+ d === "planejado" && N.getTime() + ae < I.getTime() && (E.status = "atrasado"), (!g || !l(g, N)) && (g = N, k.push({
478
470
  tipo: "dia",
479
- valor: S.data,
480
- key: ++O
481
- })), b.push({
471
+ valor: E.data,
472
+ key: ++D
473
+ })), k.push({
482
474
  tipo: "evento",
483
- valor: S,
484
- key: ++O
475
+ valor: E,
476
+ key: ++D
485
477
  });
486
478
  }
487
- return b;
479
+ return k;
488
480
  } else
489
481
  return [];
490
- }), D = () => {
482
+ }), O = () => {
491
483
  const h = document.querySelector(".atual");
492
484
  !h || !h.scrollIntoView || h.scrollIntoView({
493
485
  behavior: "smooth",
494
486
  block: "center"
495
487
  });
496
488
  };
497
- return r(), {
489
+ return s(), {
498
490
  eventosPorTipo: C,
499
- scrollParaItemAtual: D,
491
+ scrollParaItemAtual: O,
500
492
  handleEventoClick: o
501
493
  };
502
494
  },
503
495
  mounted() {
504
496
  this.scrollParaItemAtual();
505
497
  }
506
- });
507
- const aa = { class: "areaTimeline" }, ta = { class: "timeline" };
508
- function oa(e, a, o, n, t, r) {
498
+ }), aa = { class: "areaTimeline" }, ta = { class: "timeline" };
499
+ function oa(e, a, o, n, t, s) {
509
500
  const i = p("PerfilTimeline"), l = p("SeparadorPeriodo"), $ = p("EventoTimeline");
510
- return s(), c("div", aa, [
511
- e.perfilTimeline ? (s(), k(i, {
501
+ return r(), c("div", aa, [
502
+ e.perfilTimeline ? (r(), b(i, {
512
503
  key: 0,
513
504
  nomePerfil: e.perfilTimeline.nome,
514
505
  imagemPerfil: e.perfilTimeline.imagem,
515
506
  iconePerfil: e.perfilTimeline.icone,
516
507
  "data-testid": "perfilTimeline"
517
- }, null, 8, ["nomePerfil", "imagemPerfil", "iconePerfil"])) : y("", !0),
508
+ }, null, 8, ["nomePerfil", "imagemPerfil", "iconePerfil"])) : S("", !0),
518
509
  u("section", ta, [
519
- (s(!0), c(Y, null, U(e.eventosPorTipo, (C, D) => (s(), c("div", {
510
+ (r(!0), c(J, null, Y(e.eventosPorTipo, (C, O) => (r(), c("div", {
520
511
  key: C.key
521
512
  }, [
522
- C.tipo === "dia" ? (s(), k(l, {
513
+ C.tipo === "dia" ? (r(), b(l, {
523
514
  key: 0,
524
515
  dataSeparador: C.valor,
525
- "data-testid": `evento-timeline-${D}`
526
- }, null, 8, ["dataSeparador", "data-testid"])) : y("", !0),
527
- C.tipo === "evento" ? (s(), k($, {
516
+ "data-testid": `evento-timeline-${O}`
517
+ }, null, 8, ["dataSeparador", "data-testid"])) : S("", !0),
518
+ C.tipo === "evento" ? (r(), b($, {
528
519
  key: 1,
529
520
  status: C.valor.status,
530
521
  criticidade: C.valor.criticidade,
@@ -536,13 +527,13 @@ function oa(e, a, o, n, t, r) {
536
527
  "texto-destaque": C.valor.destaque,
537
528
  ehAtual: C.valor.atual,
538
529
  onClick: (h) => e.handleEventoClick(C.valor, h),
539
- "data-testid": `evento-timeline-${D}`
540
- }, null, 8, ["status", "criticidade", "previstoPara", "realizado-em", "categoria", "titulo", "subtitulo", "texto-destaque", "ehAtual", "onClick", "data-testid"])) : y("", !0)
530
+ "data-testid": `evento-timeline-${O}`
531
+ }, null, 8, ["status", "criticidade", "previstoPara", "realizado-em", "categoria", "titulo", "subtitulo", "texto-destaque", "ehAtual", "onClick", "data-testid"])) : S("", !0)
541
532
  ]))), 128))
542
533
  ])
543
534
  ]);
544
535
  }
545
- const X = /* @__PURE__ */ f(ea, [["render", oa]]), na = m({
536
+ const W = /* @__PURE__ */ _(ea, [["render", oa]]), na = f({
546
537
  name: "Topo",
547
538
  props: {
548
539
  titulo: {
@@ -569,26 +560,33 @@ const X = /* @__PURE__ */ f(ea, [["render", oa]]), na = m({
569
560
  }))
570
561
  };
571
562
  }
572
- });
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
- ra
563
+ }), ia = (e) => (V("data-v-33d6850e"), e = e(), j(), e), ra = { class: "conteudoTitulo" }, sa = /* @__PURE__ */ ia(() => /* @__PURE__ */ u("span", { class: "material-symbols-outlined" }, " arrow_back ", -1)), la = [
564
+ sa
575
565
  ], ca = { class: "titulo" };
576
- function da(e, a, o, n, t, r) {
577
- return s(), c("div", {
566
+ function da(e, a, o, n, t, s) {
567
+ return r(), c("div", {
578
568
  class: P(["topo", e.classes]),
579
569
  "data-testid": "topo"
580
570
  }, [
581
- u("div", sa, [
571
+ u("div", ra, [
582
572
  u("button", {
583
573
  class: "btn_voltar",
584
574
  onClick: a[0] || (a[0] = (...i) => e.emitirVoltarClick && e.emitirVoltarClick(...i)),
585
575
  "data-testid": "botao-voltar"
586
576
  }, la),
587
- u("h3", ca, _(e.titulo), 1)
577
+ u("h3", ca, m(e.titulo), 1)
588
578
  ])
589
579
  ], 2);
590
580
  }
591
- const ua = /* @__PURE__ */ f(na, [["render", da], ["__scopeId", "data-v-33d6850e"]]), pa = m({
581
+ const ua = /* @__PURE__ */ _(na, [["render", da], ["__scopeId", "data-v-33d6850e"]]), pa = {
582
+ PEQUENO: "pequeno",
583
+ MEDIO: "medio",
584
+ GRANDE: "grande"
585
+ }, va = {
586
+ OUTLINE: "outline",
587
+ PREENCHIDO: "preenchido",
588
+ VAZIO: "vazio"
589
+ }, ma = f({
592
590
  name: "Botao",
593
591
  props: {
594
592
  titulo: {
@@ -600,11 +598,11 @@ const ua = /* @__PURE__ */ f(na, [["render", da], ["__scopeId", "data-v-33d6850e
600
598
  },
601
599
  aparencia: {
602
600
  type: String,
603
- default: "outline"
601
+ default: va.OUTLINE
604
602
  },
605
603
  tamanho: {
606
604
  type: String,
607
- default: "medio"
605
+ default: pa.MEDIO
608
606
  }
609
607
  },
610
608
  emits: {
@@ -623,25 +621,24 @@ const ua = /* @__PURE__ */ f(na, [["render", da], ["__scopeId", "data-v-33d6850e
623
621
  classes: n
624
622
  };
625
623
  }
626
- });
627
- const va = {
624
+ }), fa = {
628
625
  key: 0,
629
626
  class: "material-symbols-outlined"
630
627
  };
631
- function _a(e, a, o, n, t, r) {
632
- return s(), c("button", {
628
+ function _a(e, a, o, n, t, s) {
629
+ return r(), c("button", {
633
630
  class: "btn",
634
631
  "data-testid": "botao",
635
632
  onClick: a[0] || (a[0] = (...i) => e.handleClick && e.handleClick(...i))
636
633
  }, [
637
- I(e.$slots, "default", {}, () => [
638
- e.icone ? (s(), c("span", va, _(e.icone), 1)) : y("", !0),
639
- L(" " + _(e.titulo), 1)
634
+ z(e.$slots, "default", {}, () => [
635
+ e.icone ? (r(), c("span", fa, m(e.icone), 1)) : S("", !0),
636
+ L(" " + m(e.titulo), 1)
640
637
  ], !0)
641
638
  ]);
642
639
  }
643
- const H = /* @__PURE__ */ f(pa, [["render", _a], ["__scopeId", "data-v-ce25287c"]]), ma = m({
644
- components: { Botao: H, PerfilTimeline: W, IconeCategoria: G, Hora: K },
640
+ const R = /* @__PURE__ */ _(ma, [["render", _a], ["__scopeId", "data-v-adc6e80a"]]), $a = f({
641
+ components: { Botao: R, PerfilTimeline: K, IconeCategoria: G, Hora: Q },
645
642
  name: "CabecalhoEventoDetalhado",
646
643
  props: {
647
644
  perfil: {
@@ -656,61 +653,60 @@ const H = /* @__PURE__ */ f(pa, [["render", _a], ["__scopeId", "data-v-ce25287c"
656
653
  setup(e) {
657
654
  return {};
658
655
  }
659
- });
660
- const Z = (e) => (V("data-v-aa43d357"), e = e(), j(), e), fa = {
656
+ }), X = (e) => (V("data-v-aa43d357"), e = e(), j(), e), ha = {
661
657
  key: 1,
662
658
  class: "criticidade"
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 = {
659
+ }, Ca = { class: "titulo" }, ka = { class: "dataHora" }, ba = { class: "box" }, Sa = /* @__PURE__ */ X(() => /* @__PURE__ */ u("span", { class: "material-symbols-outlined" }, " calendar_month ", -1)), ga = { class: "horaEvento" }, Ea = {
664
660
  key: 0,
665
661
  class: "horaRealizada texto-grande"
666
- }, ga = {
662
+ }, ya = {
667
663
  key: 1,
668
664
  class: "horaPlanejada texto-pequeno"
669
- }, Sa = {
665
+ }, Ta = {
670
666
  key: 2,
671
667
  class: "horaRealizada texto-grande"
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, n, t, r) {
668
+ }, Aa = { class: "box" }, Oa = /* @__PURE__ */ X(() => /* @__PURE__ */ u("span", { class: "material-symbols-outlined" }, " schedule ", -1)), Da = { class: "horaEvento" };
669
+ function Pa(e, a, o, n, t, s) {
674
670
  const i = p("PerfilTimeline"), l = p("IconeCategoria"), $ = p("Hora");
675
- return s(), c("section", {
671
+ return r(), c("section", {
676
672
  class: P(["cabecalho-evento", ["criticidade-" + e.evento.criticidade]])
677
673
  }, [
678
- e.perfil ? (s(), k(i, {
674
+ e.perfil ? (r(), b(i, {
679
675
  key: 0,
680
676
  nomePerfil: e.perfil.nome,
681
677
  imagemPerfil: e.perfil.imagem,
682
678
  iconePerfil: e.perfil.icone,
683
679
  formatoReduzido: !0
684
- }, null, 8, ["nomePerfil", "imagemPerfil", "iconePerfil"])) : y("", !0),
685
- e.evento.criticidade !== "baixa" ? (s(), c("div", fa, " Criticidade: " + _(e.evento.criticidade), 1)) : y("", !0),
686
- u("div", $a, [
680
+ }, null, 8, ["nomePerfil", "imagemPerfil", "iconePerfil"])) : S("", !0),
681
+ e.evento.criticidade !== "baixa" ? (r(), c("div", ha, " Criticidade: " + m(e.evento.criticidade), 1)) : S("", !0),
682
+ u("div", Ca, [
687
683
  v(l, {
688
684
  iconeCategoria: e.evento.categoria.icone,
689
685
  categoria: e.evento.categoria.nome
690
686
  }, null, 8, ["iconeCategoria", "categoria"]),
691
- u("h1", null, _(e.evento.titulo), 1)
687
+ u("h1", null, m(e.evento.titulo), 1)
692
688
  ]),
693
- u("div", ha, [
694
- u("div", Ca, [
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))
689
+ u("div", ka, [
690
+ u("div", ba, [
691
+ Sa,
692
+ u("div", ga, [
693
+ e.evento.realizado ? (r(), c("div", Ea, m(e.evento.realizado.toLocaleDateString()), 1)) : S("", !0),
694
+ e.evento.realizado ? (r(), c("div", ya, m(e.evento.realizado.toLocaleDateString()), 1)) : (r(), c("div", Ta, m(e.evento.previstoPara.toLocaleDateString()), 1))
699
695
  ])
700
696
  ]),
701
- u("div", Ea, [
702
- Ta,
703
- u("div", Aa, [
704
- e.evento.realizado ? (s(), k($, {
697
+ u("div", Aa, [
698
+ Oa,
699
+ u("div", Da, [
700
+ e.evento.realizado ? (r(), b($, {
705
701
  key: 0,
706
702
  class: "horaRealizada texto-grande",
707
703
  hora: e.evento.realizado
708
- }, null, 8, ["hora"])) : y("", !0),
709
- e.evento.realizado ? (s(), k($, {
704
+ }, null, 8, ["hora"])) : S("", !0),
705
+ e.evento.realizado ? (r(), b($, {
710
706
  key: 1,
711
707
  class: "horaPlanejada texto-pequeno",
712
708
  hora: e.evento.previstoPara
713
- }, null, 8, ["hora"])) : (s(), k($, {
709
+ }, null, 8, ["hora"])) : (r(), b($, {
714
710
  key: 2,
715
711
  class: "horaRealizada texto-grande",
716
712
  hora: e.evento.previstoPara
@@ -720,8 +716,8 @@ function Da(e, a, o, n, t, r) {
720
716
  ])
721
717
  ], 2);
722
718
  }
723
- const Oa = /* @__PURE__ */ f(ma, [["render", Da], ["__scopeId", "data-v-aa43d357"]]), Pa = m({
724
- components: { Botao: H },
719
+ const qa = /* @__PURE__ */ _($a, [["render", Pa], ["__scopeId", "data-v-aa43d357"]]), Ia = f({
720
+ components: { Botao: R },
725
721
  name: "Observacoes",
726
722
  props: {
727
723
  tituloBotao: {
@@ -741,24 +737,23 @@ const Oa = /* @__PURE__ */ f(ma, [["render", Da], ["__scopeId", "data-v-aa43d357
741
737
  };
742
738
  return e.observacoes.sort((n, t) => t.criadaEm.getTime() - n.criadaEm.getTime()), e = T(e), { emitirAdicionarClick: o };
743
739
  }
744
- });
745
- const qa = (e) => (V("data-v-27347f9c"), e = e(), j(), e), za = {
740
+ }), za = (e) => (V("data-v-27347f9c"), e = e(), j(), e), Ba = {
746
741
  class: "box box-observacoes",
747
742
  "data-testid": "observacoes"
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, n, t, r) {
743
+ }, Va = /* @__PURE__ */ za(() => /* @__PURE__ */ u("h3", null, "Observações:", -1)), ja = { class: "lista-obs" }, Ra = ["data-testid"], Na = { class: "texto" }, Ha = { class: "autor" };
744
+ function Ma(e, a, o, n, t, s) {
750
745
  const i = p("Botao");
751
- return s(), c("section", za, [
752
- Ia,
753
- u("ul", Ba, [
754
- (s(!0), c(Y, null, U(e.observacoes, (l, $) => (s(), c("li", {
746
+ return r(), c("section", Ba, [
747
+ Va,
748
+ u("ul", ja, [
749
+ (r(!0), c(J, null, Y(e.observacoes, (l, $) => (r(), c("li", {
755
750
  "data-testid": `observacao-${$}`,
756
751
  key: $,
757
752
  class: "lista-item"
758
753
  }, [
759
- u("p", ja, _(l.mensagem), 1),
760
- u("div", Ha, _(l.autor.nome) + " em " + _(l.criadaEm.toLocaleDateString()) + " às " + _(l.criadaEm.getHours()) + ":" + _(l.criadaEm.getMinutes().toString().padStart(2, "0")), 1)
761
- ], 8, Va))), 128))
754
+ u("p", Na, m(l.mensagem), 1),
755
+ u("div", Ha, m(l.autor.nome) + " em " + m(l.criadaEm.toLocaleDateString()) + " às " + m(l.criadaEm.getHours()) + ":" + m(l.criadaEm.getMinutes().toString().padStart(2, "0")), 1)
756
+ ], 8, Ra))), 128))
762
757
  ]),
763
758
  v(i, {
764
759
  titulo: e.tituloBotao,
@@ -770,8 +765,8 @@ function Ra(e, a, o, n, t, r) {
770
765
  }, null, 8, ["titulo", "onClick"])
771
766
  ]);
772
767
  }
773
- const wa = /* @__PURE__ */ f(Pa, [["render", Ra], ["__scopeId", "data-v-27347f9c"]]), Ma = m({
774
- components: { Botao: H, IconeStatus: N },
768
+ const La = /* @__PURE__ */ _(Ia, [["render", Ma], ["__scopeId", "data-v-27347f9c"]]), wa = f({
769
+ components: { Botao: R, IconeStatus: w },
775
770
  name: "BotaoStatus",
776
771
  props: {
777
772
  aparencia: {
@@ -798,25 +793,25 @@ const wa = /* @__PURE__ */ f(Pa, [["render", Ra], ["__scopeId", "data-v-27347f9c
798
793
  };
799
794
  }
800
795
  });
801
- function La(e, a, o, n, t, r) {
796
+ function Fa(e, a, o, n, t, s) {
802
797
  const i = p("IconeStatus"), l = p("Botao");
803
- return s(), k(l, {
798
+ return r(), b(l, {
804
799
  aparencia: e.aparencia,
805
800
  class: P(e.classes),
806
801
  onClick: e.emitirClick,
807
802
  "data-testid": "botao-status"
808
803
  }, {
809
- default: E(() => [
804
+ default: y(() => [
810
805
  v(i, {
811
806
  class: "icone",
812
807
  status: e.status
813
808
  }, null, 8, ["status"]),
814
- L(" " + _(e.status), 1)
809
+ L(" " + m(e.status), 1)
815
810
  ]),
816
811
  _: 1
817
812
  }, 8, ["aparencia", "class", "onClick"]);
818
813
  }
819
- const x = /* @__PURE__ */ f(Ma, [["render", La], ["__scopeId", "data-v-9b0bacc7"]]), Na = m({
814
+ const x = /* @__PURE__ */ _(wa, [["render", Fa], ["__scopeId", "data-v-9b0bacc7"]]), Ua = f({
820
815
  components: { BotaoStatus: x },
821
816
  name: "StatusEvento",
822
817
  props: {
@@ -840,12 +835,11 @@ const x = /* @__PURE__ */ f(Ma, [["render", La], ["__scopeId", "data-v-9b0bacc7"
840
835
  props: e
841
836
  };
842
837
  }
843
- });
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, n, t, r) {
838
+ }), Ja = (e) => (V("data-v-027bde63"), e = e(), j(), e), Ya = { class: "box box-status" }, Ga = /* @__PURE__ */ Ja(() => /* @__PURE__ */ u("h3", null, "Status:", -1));
839
+ function Qa(e, a, o, n, t, s) {
846
840
  const i = p("BotaoStatus");
847
- return s(), c("section", Ja, [
848
- Ya,
841
+ return r(), c("section", Ya, [
842
+ Ga,
849
843
  v(i, {
850
844
  "data-testid": "botao-status",
851
845
  aparencia: e.aparencia,
@@ -854,7 +848,7 @@ function Ua(e, a, o, n, t, r) {
854
848
  }, null, 8, ["aparencia", "status", "onClick"])
855
849
  ]);
856
850
  }
857
- const Ga = /* @__PURE__ */ f(Na, [["render", Ua], ["__scopeId", "data-v-027bde63"]]), Ka = m({
851
+ const Za = /* @__PURE__ */ _(Ua, [["render", Qa], ["__scopeId", "data-v-027bde63"]]), Ka = f({
858
852
  name: "EventoDetalhado",
859
853
  props: {
860
854
  perfil: {
@@ -866,7 +860,7 @@ const Ga = /* @__PURE__ */ f(Na, [["render", Ua], ["__scopeId", "data-v-027bde63
866
860
  type: Object
867
861
  }
868
862
  },
869
- components: { CabecalhoEventoDetalhado: Oa, Observacoes: wa, StatusEvento: Ga },
863
+ components: { CabecalhoEventoDetalhado: qa, Observacoes: La, StatusEvento: Za },
870
864
  emits: {
871
865
  statusEditarClick: (e) => !0,
872
866
  observacaoAdicionarClick: (e) => !0
@@ -881,20 +875,19 @@ const Ga = /* @__PURE__ */ f(Na, [["render", Ua], ["__scopeId", "data-v-027bde63
881
875
  }
882
876
  };
883
877
  }
884
- });
885
- const Qa = {
878
+ }), Wa = {
886
879
  class: "evento",
887
880
  "data-testid": "evento-detalhado"
888
- }, Wa = { class: "descricao" };
889
- function Xa(e, a, o, n, t, r) {
881
+ }, Xa = { class: "descricao" };
882
+ function xa(e, a, o, n, t, s) {
890
883
  const i = p("CabecalhoEventoDetalhado"), l = p("Observacoes"), $ = p("StatusEvento");
891
- return s(), c("div", Qa, [
884
+ return r(), c("div", Wa, [
892
885
  v(q, {
893
886
  name: "fadeBaixo",
894
887
  mode: "out-in",
895
888
  appear: ""
896
889
  }, {
897
- default: E(() => [
890
+ default: y(() => [
898
891
  v(i, {
899
892
  perfil: e.perfil,
900
893
  evento: e.evento
@@ -907,10 +900,10 @@ function Xa(e, a, o, n, t, r) {
907
900
  mode: "out-in",
908
901
  appear: ""
909
902
  }, {
910
- default: E(() => [
911
- u("section", Wa, [
912
- I(e.$slots, "descricao", {}, () => [
913
- L(_(e.evento.subtitulo), 1)
903
+ default: y(() => [
904
+ u("section", Xa, [
905
+ z(e.$slots, "descricao", {}, () => [
906
+ L(m(e.evento.subtitulo), 1)
914
907
  ])
915
908
  ])
916
909
  ]),
@@ -921,7 +914,7 @@ function Xa(e, a, o, n, t, r) {
921
914
  mode: "out-in",
922
915
  appear: ""
923
916
  }, {
924
- default: E(() => [
917
+ default: y(() => [
925
918
  v(l, {
926
919
  observacoes: e.evento.observacoes,
927
920
  tituloBotao: "Inserir observação",
@@ -935,7 +928,7 @@ function Xa(e, a, o, n, t, r) {
935
928
  mode: "out-in",
936
929
  appear: ""
937
930
  }, {
938
- default: E(() => [
931
+ default: y(() => [
939
932
  v($, {
940
933
  "data-testid": "status-evento",
941
934
  aparencia: "preenchido",
@@ -947,9 +940,9 @@ function Xa(e, a, o, n, t, r) {
947
940
  })
948
941
  ]);
949
942
  }
950
- const ee = /* @__PURE__ */ f(Ka, [["render", Xa]]), Za = m({
943
+ const ee = /* @__PURE__ */ _(Ka, [["render", xa]]), et = f({
951
944
  name: "AreaSalvamento",
952
- components: { Botao: H },
945
+ components: { Botao: R },
953
946
  emits: {
954
947
  salvarClick: (e) => !0,
955
948
  cancelarClick: (e) => !0
@@ -964,15 +957,14 @@ const ee = /* @__PURE__ */ f(Ka, [["render", Xa]]), Za = m({
964
957
  }
965
958
  };
966
959
  }
967
- });
968
- const xa = {
960
+ }), at = {
969
961
  class: "area-salvamento",
970
962
  "data-testid": "area-salvamento"
971
963
  };
972
- function et(e, a, o, n, t, r) {
964
+ function tt(e, a, o, n, t, s) {
973
965
  const i = p("Botao");
974
- return s(), c("section", xa, [
975
- I(e.$slots, "default", {}, void 0, !0),
966
+ return r(), c("section", at, [
967
+ z(e.$slots, "default", {}, void 0, !0),
976
968
  v(i, {
977
969
  "data-testid": "botao-salvar",
978
970
  aparencia: "preenchido",
@@ -989,13 +981,13 @@ function et(e, a, o, n, t, r) {
989
981
  }, null, 8, ["onClick"])
990
982
  ]);
991
983
  }
992
- const at = /* @__PURE__ */ f(Za, [["render", et], ["__scopeId", "data-v-bffa6dc0"]]), tt = m({
984
+ const ot = /* @__PURE__ */ _(et, [["render", tt], ["__scopeId", "data-v-bffa6dc0"]]), nt = f({
993
985
  props: {
994
986
  salvarVisivel: {
995
987
  type: Boolean
996
988
  }
997
989
  },
998
- components: { AreaSalvamento: at },
990
+ components: { AreaSalvamento: ot },
999
991
  emits: {
1000
992
  salvarClick: (e) => !0,
1001
993
  cancelarClick: (e) => !0
@@ -1010,22 +1002,21 @@ const at = /* @__PURE__ */ f(Za, [["render", et], ["__scopeId", "data-v-bffa6dc0
1010
1002
  }
1011
1003
  };
1012
1004
  }
1013
- });
1014
- const ot = {
1005
+ }), it = {
1015
1006
  class: "editar-evento",
1016
1007
  "data-testid": "editar-evento"
1017
- }, nt = { class: "area-conteudo" }, it = { class: "salvar" };
1018
- function st(e, a, o, n, t, r) {
1008
+ }, rt = { class: "area-conteudo" }, st = { class: "salvar" };
1009
+ function lt(e, a, o, n, t, s) {
1019
1010
  const i = p("AreaSalvamento");
1020
- return s(), c("div", ot, [
1011
+ return r(), c("div", it, [
1021
1012
  v(q, {
1022
1013
  name: "fadeTopo",
1023
1014
  mode: "out-in",
1024
1015
  appear: ""
1025
1016
  }, {
1026
- default: E(() => [
1027
- u("div", nt, [
1028
- I(e.$slots, "conteudo")
1017
+ default: y(() => [
1018
+ u("div", rt, [
1019
+ z(e.$slots, "conteudo")
1029
1020
  ])
1030
1021
  ]),
1031
1022
  _: 3
@@ -1035,15 +1026,15 @@ function st(e, a, o, n, t, r) {
1035
1026
  mode: "out-in",
1036
1027
  appear: ""
1037
1028
  }, {
1038
- default: E(() => [
1039
- u("div", it, [
1029
+ default: y(() => [
1030
+ u("div", st, [
1040
1031
  v(i, {
1041
1032
  "data-testid": "area-salvamento",
1042
1033
  onCancelarClick: e.emitirCancelarClick,
1043
1034
  onSalvarClick: e.emitirSalvarClick
1044
1035
  }, {
1045
- default: E(() => [
1046
- I(e.$slots, "salvamento")
1036
+ default: y(() => [
1037
+ z(e.$slots, "salvamento")
1047
1038
  ]),
1048
1039
  _: 3
1049
1040
  }, 8, ["onCancelarClick", "onSalvarClick"])
@@ -1053,7 +1044,7 @@ function st(e, a, o, n, t, r) {
1053
1044
  })
1054
1045
  ]);
1055
1046
  }
1056
- const F = /* @__PURE__ */ f(tt, [["render", st]]), rt = m({
1047
+ const F = /* @__PURE__ */ _(nt, [["render", lt]]), ct = f({
1057
1048
  props: {
1058
1049
  salvarVisivel: {
1059
1050
  type: Boolean
@@ -1063,7 +1054,7 @@ const F = /* @__PURE__ */ f(tt, [["render", st]]), rt = m({
1063
1054
  type: Object
1064
1055
  }
1065
1056
  },
1066
- components: { EditarEvento: F, IconeStatus: N, BotaoStatus: x },
1057
+ components: { EditarEvento: F, IconeStatus: w, BotaoStatus: x },
1067
1058
  emits: {
1068
1059
  salvarClick: (e, a) => !0,
1069
1060
  cancelarClick: (e) => !0
@@ -1074,36 +1065,35 @@ const F = /* @__PURE__ */ f(tt, [["render", st]]), rt = m({
1074
1065
  }, n = (l) => {
1075
1066
  a("cancelarClick", l);
1076
1067
  }, t = M(e.evento.status);
1077
- function r(l) {
1068
+ function s(l) {
1078
1069
  t.value = l;
1079
1070
  }
1080
1071
  const i = A(() => (l) => t.value === l ? "preenchido" : "outline");
1081
1072
  return {
1082
1073
  aoSalvar: o,
1083
1074
  aoCancelar: n,
1084
- atualizarSelecionado: r,
1075
+ atualizarSelecionado: s,
1085
1076
  selecionado: t,
1086
1077
  getAparencia: i
1087
1078
  };
1088
1079
  }
1089
- });
1090
- const lt = /* @__PURE__ */ u("h2", null, "Alterar o Status para:", -1), ct = {
1080
+ }), dt = /* @__PURE__ */ u("h2", null, "Alterar o Status para:", -1), ut = {
1091
1081
  key: 0,
1092
1082
  class: "nova-data"
1093
- }, dt = /* @__PURE__ */ u("h2", null, "Nova Data:", -1), ut = /* @__PURE__ */ u("p", null, "componente de seleção de data deve entrar aqui.", -1), pt = [
1094
- dt,
1095
- ut
1083
+ }, pt = /* @__PURE__ */ u("h2", null, "Nova Data:", -1), vt = /* @__PURE__ */ u("p", null, "componente de seleção de data deve entrar aqui.", -1), mt = [
1084
+ pt,
1085
+ vt
1096
1086
  ];
1097
- function vt(e, a, o, n, t, r) {
1087
+ function ft(e, a, o, n, t, s) {
1098
1088
  const i = p("BotaoStatus"), l = p("EditarEvento");
1099
- return s(), k(l, {
1089
+ return r(), b(l, {
1100
1090
  "data-testid": "editar-status",
1101
1091
  salvarVisivel: e.salvarVisivel,
1102
1092
  onCancelarClick: e.aoCancelar,
1103
1093
  onSalvarClick: a[3] || (a[3] = ($) => e.aoSalvar(e.selecionado, $))
1104
1094
  }, {
1105
- conteudo: E(() => [
1106
- lt,
1095
+ conteudo: y(() => [
1096
+ dt,
1107
1097
  v(i, {
1108
1098
  aparencia: e.getAparencia("realizado"),
1109
1099
  onClick: a[0] || (a[0] = ($) => e.atualizarSelecionado("realizado")),
@@ -1123,14 +1113,14 @@ function vt(e, a, o, n, t, r) {
1123
1113
  "data-testid": "botao-status-adiado"
1124
1114
  }, null, 8, ["aparencia"])
1125
1115
  ]),
1126
- salvamento: E(() => [
1116
+ salvamento: y(() => [
1127
1117
  v(q, {
1128
1118
  name: "fadeBaixo",
1129
1119
  mode: "out-in",
1130
1120
  appear: ""
1131
1121
  }, {
1132
- default: E(() => [
1133
- e.selecionado === "adiado" ? (s(), c("div", ct, pt)) : y("", !0)
1122
+ default: y(() => [
1123
+ e.selecionado === "adiado" ? (r(), c("div", ut, mt)) : S("", !0)
1134
1124
  ]),
1135
1125
  _: 1
1136
1126
  })
@@ -1138,7 +1128,7 @@ function vt(e, a, o, n, t, r) {
1138
1128
  _: 1
1139
1129
  }, 8, ["salvarVisivel", "onCancelarClick"]);
1140
1130
  }
1141
- const _t = /* @__PURE__ */ f(rt, [["render", vt]]), mt = m({
1131
+ const _t = /* @__PURE__ */ _(ct, [["render", ft]]), $t = f({
1142
1132
  props: {
1143
1133
  salvarVisivel: {
1144
1134
  type: Boolean
@@ -1156,18 +1146,17 @@ const _t = /* @__PURE__ */ f(rt, [["render", vt]]), mt = m({
1156
1146
  const o = M({
1157
1147
  observacaoLocal: e.observacao || ""
1158
1148
  });
1159
- return { salvar: (r) => {
1149
+ return { salvar: (s) => {
1160
1150
  const i = o.value.observacaoLocal;
1161
- a("adicionarClick", i, r);
1162
- }, cancelar: (r) => {
1163
- a("cancelarClick", r);
1151
+ a("adicionarClick", i, s);
1152
+ }, cancelar: (s) => {
1153
+ a("cancelarClick", s);
1164
1154
  }, state: o };
1165
1155
  }
1166
- });
1167
- const ft = /* @__PURE__ */ u("h2", null, "Observação:", -1);
1168
- function $t(e, a, o, n, t, r) {
1156
+ }), ht = /* @__PURE__ */ u("h2", null, "Observação:", -1);
1157
+ function Ct(e, a, o, n, t, s) {
1169
1158
  const i = p("EditarEvento");
1170
- return s(), k(i, {
1159
+ return r(), b(i, {
1171
1160
  "data-testid": "adicionar-observacao",
1172
1161
  salvarVisivel: e.salvarVisivel,
1173
1162
  observacao: e.state.observacaoLocal,
@@ -1175,8 +1164,8 @@ function $t(e, a, o, n, t, r) {
1175
1164
  onSalvarClick: e.salvar,
1176
1165
  onCancelarClick: e.cancelar
1177
1166
  }, {
1178
- conteudo: E(() => [
1179
- ft,
1167
+ conteudo: y(() => [
1168
+ ht,
1180
1169
  te(u("textarea", {
1181
1170
  "data-testid": "observacao-textarea",
1182
1171
  "onUpdate:modelValue": a[0] || (a[0] = (l) => e.state.observacaoLocal = l),
@@ -1188,7 +1177,7 @@ function $t(e, a, o, n, t, r) {
1188
1177
  _: 1
1189
1178
  }, 8, ["salvarVisivel", "observacao", "onSalvarClick", "onCancelarClick"]);
1190
1179
  }
1191
- const ht = /* @__PURE__ */ f(mt, [["render", $t]]), Ct = m({
1180
+ const kt = /* @__PURE__ */ _($t, [["render", Ct]]), bt = f({
1192
1181
  props: {
1193
1182
  perfil: {
1194
1183
  required: !0,
@@ -1199,7 +1188,7 @@ const ht = /* @__PURE__ */ f(mt, [["render", $t]]), Ct = m({
1199
1188
  type: Array
1200
1189
  }
1201
1190
  },
1202
- components: { Topo: ua, Evento: ee, Timeline: X, EditarStatus: _t, AdicionarObservacao: ht },
1191
+ components: { Topo: ua, Evento: ee, Timeline: W, EditarStatus: _t, AdicionarObservacao: kt },
1203
1192
  emits: {
1204
1193
  eventoTimelineClicked: (e, a) => !0,
1205
1194
  eventoStatusEditClicked: (e, a) => !0,
@@ -1224,13 +1213,13 @@ const ht = /* @__PURE__ */ f(mt, [["render", $t]]), Ct = m({
1224
1213
  eventosDetalhados: o,
1225
1214
  eventoAtual: n
1226
1215
  }
1227
- }), r = (d) => "observacoes" in d, i = (d) => {
1228
- const S = ["Timeline", "Evento"];
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";
1216
+ }), s = (d) => "observacoes" in d, i = (d) => {
1217
+ const E = ["Timeline", "Evento"];
1218
+ t.topo.exibir = E.includes(d), t.timeline.exibir = d === "Timeline", t.evento.exibir = d === "Evento", t.editarStatus.exibir = d === "EditarStatus", t.adicionarObservacao.exibir = d === "AdicionarObservacao";
1230
1219
  };
1231
1220
  return {
1232
- selecionarEvento: (d, S) => {
1233
- r(d) && (a("eventoTimelineClicked", d, S), t.dados.eventoAtual = d, i("Evento"));
1221
+ selecionarEvento: (d, E) => {
1222
+ s(d) && (a("eventoTimelineClicked", d, E), t.dados.eventoAtual = d, i("Evento"));
1234
1223
  },
1235
1224
  handleVoltarTela: (d) => {
1236
1225
  t.dados.eventoAtual ? i("Timeline") : a("voltarClick", d);
@@ -1241,8 +1230,8 @@ const ht = /* @__PURE__ */ f(mt, [["render", $t]]), Ct = m({
1241
1230
  handleStatusCancelarClick: (d) => {
1242
1231
  t.dados.eventoAtual && (i("Evento"), a("editarStatusCancelarClicked", t.dados.eventoAtual, d));
1243
1232
  },
1244
- handleStatusSalvarClick: (d, S) => {
1245
- t.dados.eventoAtual && (i("Evento"), a("editarStatusSalvarClicked", t.dados.eventoAtual, d, S));
1233
+ handleStatusSalvarClick: (d, E) => {
1234
+ t.dados.eventoAtual && (i("Evento"), a("editarStatusSalvarClicked", t.dados.eventoAtual, d, E));
1246
1235
  },
1247
1236
  handleObservacaoAdicionarClick: (d) => {
1248
1237
  t.dados.eventoAtual && (a(
@@ -1251,12 +1240,12 @@ const ht = /* @__PURE__ */ f(mt, [["render", $t]]), Ct = m({
1251
1240
  d
1252
1241
  ), i("AdicionarObservacao"));
1253
1242
  },
1254
- handleAdicionarObservacaoSalvarClick: (d, S) => {
1243
+ handleAdicionarObservacaoSalvarClick: (d, E) => {
1255
1244
  t.dados.eventoAtual && (i("Evento"), a(
1256
1245
  "adicionarObservacaoSalvarClicked",
1257
1246
  t.dados.eventoAtual,
1258
1247
  d,
1259
- S
1248
+ E
1260
1249
  ));
1261
1250
  },
1262
1251
  handleObservacaoAdicionarCancelarClick: (d) => {
@@ -1265,36 +1254,35 @@ const ht = /* @__PURE__ */ f(mt, [["render", $t]]), Ct = m({
1265
1254
  TemplateTimeline: t
1266
1255
  };
1267
1256
  }
1268
- });
1269
- const bt = {
1257
+ }), St = {
1270
1258
  class: "pagina",
1271
1259
  "data-testid": "template-timeline"
1272
1260
  };
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, {
1261
+ function gt(e, a, o, n, t, s) {
1262
+ const i = p("Topo"), l = p("Timeline"), $ = p("Evento"), C = p("EditarStatus"), O = p("AdicionarObservacao");
1263
+ return r(), c("div", St, [
1264
+ e.TemplateTimeline.topo.exibir ? (r(), b(i, {
1277
1265
  key: 0,
1278
1266
  titulo: e.TemplateTimeline.dados.perfil.nome,
1279
1267
  escuro: !1,
1280
1268
  onVoltarClick: e.handleVoltarTela
1281
- }, null, 8, ["titulo", "onVoltarClick"])) : y("", !0),
1282
- e.TemplateTimeline.timeline.exibir ? (s(), k(l, {
1269
+ }, null, 8, ["titulo", "onVoltarClick"])) : S("", !0),
1270
+ e.TemplateTimeline.timeline.exibir ? (r(), b(l, {
1283
1271
  key: 1,
1284
1272
  "data-testid": "timeline",
1285
1273
  perfilTimeline: e.TemplateTimeline.dados.perfil,
1286
1274
  eventosTimeline: e.TemplateTimeline.dados.eventosTimeline,
1287
1275
  onEventoClick: e.selecionarEvento
1288
- }, null, 8, ["perfilTimeline", "eventosTimeline", "onEventoClick"])) : y("", !0),
1289
- e.TemplateTimeline.dados.eventoAtual && e.TemplateTimeline.evento.exibir ? (s(), k($, {
1276
+ }, null, 8, ["perfilTimeline", "eventosTimeline", "onEventoClick"])) : S("", !0),
1277
+ e.TemplateTimeline.dados.eventoAtual && e.TemplateTimeline.evento.exibir ? (r(), b($, {
1290
1278
  key: 2,
1291
1279
  "data-testid": "evento-detalhado",
1292
1280
  perfil: e.TemplateTimeline.dados.perfil,
1293
1281
  evento: e.TemplateTimeline.dados.eventoAtual,
1294
1282
  onObservacaoAdicionarClick: e.handleObservacaoAdicionarClick,
1295
1283
  onStatusEditarClick: e.handleStatusEditarClick
1296
- }, null, 8, ["perfil", "evento", "onObservacaoAdicionarClick", "onStatusEditarClick"])) : y("", !0),
1297
- e.TemplateTimeline.dados.eventoAtual && e.TemplateTimeline.editarStatus.exibir ? (s(), k(C, {
1284
+ }, null, 8, ["perfil", "evento", "onObservacaoAdicionarClick", "onStatusEditarClick"])) : S("", !0),
1285
+ e.TemplateTimeline.dados.eventoAtual && e.TemplateTimeline.editarStatus.exibir ? (r(), b(C, {
1298
1286
  key: 3,
1299
1287
  "data-testid": "editar-status",
1300
1288
  salvarVisivel: e.TemplateTimeline.editarStatus.exibir,
@@ -1302,34 +1290,33 @@ function kt(e, a, o, n, t, r) {
1302
1290
  evento: e.TemplateTimeline.dados.eventoAtual,
1303
1291
  onSalvarClick: e.handleStatusSalvarClick,
1304
1292
  onCancelarClick: e.handleStatusCancelarClick
1305
- }, null, 8, ["salvarVisivel", "perfil", "evento", "onSalvarClick", "onCancelarClick"])) : y("", !0),
1306
- e.TemplateTimeline.adicionarObservacao.exibir ? (s(), k(D, {
1293
+ }, null, 8, ["salvarVisivel", "perfil", "evento", "onSalvarClick", "onCancelarClick"])) : S("", !0),
1294
+ e.TemplateTimeline.adicionarObservacao.exibir ? (r(), b(O, {
1307
1295
  key: 4,
1308
1296
  "data-testid": "adicionar-observacao",
1309
1297
  salvarVisivel: e.TemplateTimeline.adicionarObservacao.exibir,
1310
1298
  onAdicionarClick: e.handleAdicionarObservacaoSalvarClick,
1311
1299
  onCancelarClick: e.handleObservacaoAdicionarCancelarClick
1312
- }, null, 8, ["salvarVisivel", "onAdicionarClick", "onCancelarClick"])) : y("", !0)
1300
+ }, null, 8, ["salvarVisivel", "onAdicionarClick", "onCancelarClick"])) : S("", !0)
1313
1301
  ]);
1314
1302
  }
1315
- const yt = /* @__PURE__ */ f(Ct, [["render", kt]]), gt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1303
+ const Et = /* @__PURE__ */ _(bt, [["render", gt]]), yt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1316
1304
  __proto__: null
1317
- }, Symbol.toStringTag, { value: "Module" })), St = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1305
+ }, Symbol.toStringTag, { value: "Module" })), Tt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1318
1306
  __proto__: null
1319
- }, Symbol.toStringTag, { value: "Module" })), J = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1307
+ }, Symbol.toStringTag, { value: "Module" })), U = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1320
1308
  __proto__: null,
1321
1309
  EditarEvento: F,
1322
1310
  EventoDetalhado: ee,
1323
- EventoTimeline: Q,
1324
- TemplateTimeline: yt,
1325
- Timeline: X,
1326
- Tipos: gt,
1327
- TiposDetalhado: St
1328
- }, Symbol.toStringTag, { value: "Module" }));
1329
- const Tt = {
1311
+ EventoTimeline: Z,
1312
+ TemplateTimeline: Et,
1313
+ Timeline: W,
1314
+ Tipos: yt,
1315
+ TiposDetalhado: Tt
1316
+ }, Symbol.toStringTag, { value: "Module" })), Ot = {
1330
1317
  install(e, ...a) {
1331
- Object.keys(J).forEach((o) => {
1332
- const n = J[o];
1318
+ Object.keys(U).forEach((o) => {
1319
+ const n = U[o];
1333
1320
  n && typeof n == "object" && e.component(o, n);
1334
1321
  });
1335
1322
  }
@@ -1337,9 +1324,9 @@ const Tt = {
1337
1324
  export {
1338
1325
  F as EditarEvento,
1339
1326
  ee as EventoDetalhado,
1340
- Q as EventoTimeline,
1341
- yt as TemplateTimeline,
1342
- Tt as Timeline,
1343
- gt as Tipos,
1344
- St as TiposDetalhado
1327
+ Z as EventoTimeline,
1328
+ Et as TemplateTimeline,
1329
+ Ot as Timeline,
1330
+ yt as Tipos,
1331
+ Tt as TiposDetalhado
1345
1332
  };