@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.
- package/dist/components/timeline/EventoDetalhado.mock.d.ts +5 -0
- package/dist/components/timeline/atomos/AvatarTimeline.vue.d.ts +17 -0
- package/dist/components/timeline/atomos/BoxData.vue.d.ts +22 -0
- package/dist/components/timeline/atomos/Destaque.vue.d.ts +10 -0
- package/dist/components/timeline/atomos/Hora.vue.d.ts +29 -0
- package/dist/components/timeline/atomos/IconeCategoria.vue.d.ts +57 -0
- package/dist/components/timeline/atomos/IconeStatus.vue.d.ts +19 -0
- package/dist/components/timeline/atomos/SubtituloEvento.vue.d.ts +12 -0
- package/dist/components/timeline/atomos/TituloEvento.vue.d.ts +12 -0
- package/dist/components/timeline/index.d.ts +9 -0
- package/dist/components/timeline/moleculas/AreaSalvamento.test.d.ts +1 -0
- package/dist/components/timeline/moleculas/AreaSalvamento.vue.d.ts +12 -0
- package/dist/components/timeline/moleculas/Botao.test.d.ts +1 -0
- package/dist/components/timeline/moleculas/Botao.vue.d.ts +61 -0
- package/dist/components/timeline/moleculas/BotaoStatus.test.d.ts +1 -0
- package/dist/components/timeline/moleculas/BotaoStatus.vue.d.ts +33 -0
- package/dist/components/timeline/moleculas/CabecalhoEventoDetalhado.vue.d.ts +24 -0
- package/dist/components/timeline/moleculas/DescricaoEvento.vue.d.ts +20 -0
- package/dist/components/timeline/moleculas/EventoTimeline.test.d.ts +1 -0
- package/dist/components/timeline/moleculas/EventoTimeline.vue.d.ts +104 -0
- package/dist/components/timeline/moleculas/HoraEvento.vue.d.ts +22 -0
- package/dist/components/timeline/moleculas/Observacoes.test.d.ts +1 -0
- package/dist/components/timeline/moleculas/Observacoes.vue.d.ts +27 -0
- package/dist/components/timeline/moleculas/PerfilTimeline.vue.d.ts +38 -0
- package/dist/components/timeline/moleculas/SeparadorPeriodo.vue.d.ts +14 -0
- package/dist/components/timeline/moleculas/StatusEvento.test.d.ts +1 -0
- package/dist/components/timeline/moleculas/StatusEvento.vue.d.ts +33 -0
- package/dist/components/timeline/moleculas/Topo.test.d.ts +1 -0
- package/dist/components/timeline/moleculas/Topo.vue.d.ts +33 -0
- package/dist/components/timeline/organismos/EditarEvento.test.d.ts +1 -0
- package/dist/components/timeline/organismos/EditarEvento.vue.d.ts +22 -0
- package/dist/components/timeline/organismos/EventoDetalhado.test.d.ts +1 -0
- package/dist/components/timeline/organismos/EventoDetalhado.vue.d.ts +33 -0
- package/dist/components/timeline/organismos/MyComponent.test.d.ts +1 -0
- package/dist/components/timeline/organismos/Timeline.mock.d.ts +4 -0
- package/dist/components/timeline/organismos/Timeline.test.d.ts +1 -0
- package/dist/components/timeline/organismos/Timeline.vue.d.ts +44 -0
- package/dist/components/timeline/templates/AdiantarHorario.test.d.ts +1 -0
- package/dist/components/timeline/templates/AdicionarObservacao.test.d.ts +1 -0
- package/dist/components/timeline/templates/AdicionarObservacao.vue.d.ts +31 -0
- package/dist/components/timeline/templates/EditarStatus.test.d.ts +1 -0
- package/dist/components/timeline/templates/EditarStatus.vue.d.ts +36 -0
- package/dist/components/timeline/templates/TemplateTimeline.mock.d.ts +5 -0
- package/dist/components/timeline/templates/TemplateTimeline.test.d.ts +1 -0
- package/dist/components/timeline/templates/TemplateTimeline.vue.d.ts +100 -0
- package/dist/components/timeline/type.d.ts +27 -0
- package/dist/components/timeline/typeDetalhado.d.ts +16 -0
- package/dist/index.d.ts +5 -0
- package/dist/style.css +1 -1
- package/dist/timeline-vue.cjs.js +1 -0
- package/dist/timeline-vue.es.js +355 -367
- package/dist/timeline-vue.umd.js +1 -0
- package/dist/types/components/timeline/atomos/AvatarTimeline.vue.d.ts +1 -1
- package/dist/types/components/timeline/atomos/BoxData.vue.d.ts +1 -1
- package/dist/types/components/timeline/atomos/Destaque.vue.d.ts +1 -1
- package/dist/types/components/timeline/atomos/Hora.vue.d.ts +2 -64
- package/dist/types/components/timeline/atomos/IconeCategoria.vue.d.ts +1 -1
- package/dist/types/components/timeline/atomos/IconeStatus.vue.d.ts +1 -1
- package/dist/types/components/timeline/atomos/SubtituloEvento.vue.d.ts +1 -1
- package/dist/types/components/timeline/atomos/TituloEvento.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/AreaSalvamento.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/Botao.vue.d.ts +16 -6
- package/dist/types/components/timeline/moleculas/BotaoStatus.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/CabecalhoEventoDetalhado.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/DescricaoEvento.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/EventoTimeline.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/HoraEvento.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/Observacoes.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/PerfilTimeline.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/SeparadorPeriodo.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/StatusEvento.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/Topo.vue.d.ts +1 -1
- package/dist/types/components/timeline/organismos/EditarEvento.vue.d.ts +1 -1
- package/dist/types/components/timeline/organismos/EventoDetalhado.vue.d.ts +1 -1
- package/dist/types/components/timeline/organismos/MyComponent.vue.d.ts +1 -1
- package/dist/types/components/timeline/organismos/Timeline.vue.d.ts +1 -1
- package/dist/types/components/timeline/templates/AdiantarHorario.vue.d.ts +3 -127
- package/dist/types/components/timeline/templates/AdicionarObservacao.vue.d.ts +2 -2
- package/dist/types/components/timeline/templates/EditarStatus.vue.d.ts +1 -1
- package/dist/types/components/timeline/templates/TemplateEvento.vue.d.ts +1 -1
- package/dist/types/components/timeline/templates/TemplateTimeline.vue.d.ts +5 -253
- package/dist/types/index.d.ts +1 -1
- 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.