@devix-tecnologia/timeline-vue 2.1.1 → 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 (83) hide show
  1. package/dist/components/timeline/EventoDetalhado.mock.d.ts +5 -0
  2. package/dist/components/timeline/atomos/AvatarTimeline.vue.d.ts +17 -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 +29 -0
  6. package/dist/components/timeline/atomos/IconeCategoria.vue.d.ts +57 -0
  7. package/dist/components/timeline/atomos/IconeStatus.vue.d.ts +19 -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 +9 -0
  11. package/dist/components/timeline/moleculas/AreaSalvamento.test.d.ts +1 -0
  12. package/dist/components/timeline/moleculas/AreaSalvamento.vue.d.ts +12 -0
  13. package/dist/components/timeline/moleculas/Botao.test.d.ts +1 -0
  14. package/dist/components/timeline/moleculas/Botao.vue.d.ts +61 -0
  15. package/dist/components/timeline/moleculas/BotaoStatus.test.d.ts +1 -0
  16. package/dist/components/timeline/moleculas/BotaoStatus.vue.d.ts +33 -0
  17. package/dist/components/timeline/moleculas/CabecalhoEventoDetalhado.vue.d.ts +24 -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 +104 -0
  21. package/dist/components/timeline/moleculas/HoraEvento.vue.d.ts +22 -0
  22. package/dist/components/timeline/moleculas/Observacoes.test.d.ts +1 -0
  23. package/dist/components/timeline/moleculas/Observacoes.vue.d.ts +27 -0
  24. package/dist/components/timeline/moleculas/PerfilTimeline.vue.d.ts +38 -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 +33 -0
  28. package/dist/components/timeline/moleculas/Topo.test.d.ts +1 -0
  29. package/dist/components/timeline/moleculas/Topo.vue.d.ts +33 -0
  30. package/dist/components/timeline/organismos/EditarEvento.test.d.ts +1 -0
  31. package/dist/components/timeline/organismos/EditarEvento.vue.d.ts +22 -0
  32. package/dist/components/timeline/organismos/EventoDetalhado.test.d.ts +1 -0
  33. package/dist/components/timeline/organismos/EventoDetalhado.vue.d.ts +33 -0
  34. package/dist/components/timeline/organismos/MyComponent.test.d.ts +1 -0
  35. package/dist/components/timeline/organismos/Timeline.mock.d.ts +4 -0
  36. package/dist/components/timeline/organismos/Timeline.test.d.ts +1 -0
  37. package/dist/components/timeline/organismos/Timeline.vue.d.ts +44 -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 +31 -0
  41. package/dist/components/timeline/templates/EditarStatus.test.d.ts +1 -0
  42. package/dist/components/timeline/templates/EditarStatus.vue.d.ts +36 -0
  43. package/dist/components/timeline/templates/TemplateTimeline.mock.d.ts +5 -0
  44. package/dist/components/timeline/templates/TemplateTimeline.test.d.ts +1 -0
  45. package/dist/components/timeline/templates/TemplateTimeline.vue.d.ts +100 -0
  46. package/dist/components/timeline/type.d.ts +27 -0
  47. package/dist/components/timeline/typeDetalhado.d.ts +16 -0
  48. package/dist/index.d.ts +5 -0
  49. package/dist/style.css +1 -1
  50. package/dist/timeline-vue.cjs.js +1 -0
  51. package/dist/timeline-vue.es.js +355 -367
  52. package/dist/timeline-vue.umd.js +1 -0
  53. package/dist/types/components/timeline/atomos/AvatarTimeline.vue.d.ts +1 -1
  54. package/dist/types/components/timeline/atomos/BoxData.vue.d.ts +1 -1
  55. package/dist/types/components/timeline/atomos/Destaque.vue.d.ts +1 -1
  56. package/dist/types/components/timeline/atomos/Hora.vue.d.ts +2 -64
  57. package/dist/types/components/timeline/atomos/IconeCategoria.vue.d.ts +1 -1
  58. package/dist/types/components/timeline/atomos/IconeStatus.vue.d.ts +1 -1
  59. package/dist/types/components/timeline/atomos/SubtituloEvento.vue.d.ts +1 -1
  60. package/dist/types/components/timeline/atomos/TituloEvento.vue.d.ts +1 -1
  61. package/dist/types/components/timeline/moleculas/AreaSalvamento.vue.d.ts +1 -1
  62. package/dist/types/components/timeline/moleculas/Botao.vue.d.ts +16 -6
  63. package/dist/types/components/timeline/moleculas/BotaoStatus.vue.d.ts +1 -1
  64. package/dist/types/components/timeline/moleculas/CabecalhoEventoDetalhado.vue.d.ts +1 -1
  65. package/dist/types/components/timeline/moleculas/DescricaoEvento.vue.d.ts +1 -1
  66. package/dist/types/components/timeline/moleculas/EventoTimeline.vue.d.ts +1 -1
  67. package/dist/types/components/timeline/moleculas/HoraEvento.vue.d.ts +1 -1
  68. package/dist/types/components/timeline/moleculas/Observacoes.vue.d.ts +1 -1
  69. package/dist/types/components/timeline/moleculas/PerfilTimeline.vue.d.ts +1 -1
  70. package/dist/types/components/timeline/moleculas/SeparadorPeriodo.vue.d.ts +1 -1
  71. package/dist/types/components/timeline/moleculas/StatusEvento.vue.d.ts +1 -1
  72. package/dist/types/components/timeline/moleculas/Topo.vue.d.ts +1 -1
  73. package/dist/types/components/timeline/organismos/EditarEvento.vue.d.ts +1 -1
  74. package/dist/types/components/timeline/organismos/EventoDetalhado.vue.d.ts +1 -1
  75. package/dist/types/components/timeline/organismos/MyComponent.vue.d.ts +1 -1
  76. package/dist/types/components/timeline/organismos/Timeline.vue.d.ts +1 -1
  77. package/dist/types/components/timeline/templates/AdiantarHorario.vue.d.ts +3 -127
  78. package/dist/types/components/timeline/templates/AdicionarObservacao.vue.d.ts +2 -2
  79. package/dist/types/components/timeline/templates/EditarStatus.vue.d.ts +1 -1
  80. package/dist/types/components/timeline/templates/TemplateEvento.vue.d.ts +1 -1
  81. package/dist/types/components/timeline/templates/TemplateTimeline.vue.d.ts +5 -253
  82. package/dist/types/index.d.ts +1 -1
  83. package/package.json +27 -30

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.