@devix-tecnologia/timeline-vue 3.1.0 → 3.2.1
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/README.md +87 -24
- package/dist/components/timeline/EventoDetalhado.mock.d.ts +0 -1
- package/dist/components/timeline/atomos/AvatarTimeline.vue.d.ts +3 -4
- package/dist/components/timeline/atomos/Botao.types.d.ts +14 -0
- package/dist/components/timeline/{moleculas → atomos}/Botao.vue.d.ts +11 -23
- package/dist/components/timeline/atomos/Destaque.vue.d.ts +3 -3
- package/dist/components/timeline/atomos/Hora.vue.d.ts +6 -6
- package/dist/components/timeline/atomos/IconeCategoria.vue.d.ts +7 -8
- package/dist/components/timeline/atomos/IconeStatus.vue.d.ts +4 -5
- package/dist/components/timeline/atomos/SubtituloEvento.vue.d.ts +3 -3
- package/dist/components/timeline/atomos/TituloEvento.vue.d.ts +3 -3
- package/dist/components/timeline/atomos/box-data/BoxData.types.d.ts +6 -0
- package/dist/components/timeline/atomos/box-data/BoxData.vue.d.ts +28 -0
- package/dist/components/timeline/atomos/box-data/index.d.ts +3 -0
- package/dist/components/timeline/index.d.ts +2 -3
- package/dist/components/timeline/moleculas/AreaSalvamento.vue.d.ts +53 -7
- package/dist/components/timeline/moleculas/BotaoStatus.vue.d.ts +71 -10
- package/dist/components/timeline/moleculas/CabecalhoEventoDetalhado.vue.d.ts +187 -6
- package/dist/components/timeline/moleculas/DescricaoEvento.vue.d.ts +26 -3
- package/dist/components/timeline/moleculas/EventoTimeline.vue.d.ts +179 -10
- package/dist/components/timeline/moleculas/HoraEvento.vue.d.ts +32 -4
- package/dist/components/timeline/moleculas/Observacoes.vue.d.ts +55 -9
- package/dist/components/timeline/moleculas/PerfilTimeline.vue.d.ts +23 -8
- package/dist/components/timeline/moleculas/SeparadorPeriodo.vue.d.ts +30 -4
- package/dist/components/timeline/moleculas/StatusEvento.vue.d.ts +2 -32
- package/dist/components/timeline/moleculas/Topo.vue.d.ts +9 -10
- package/dist/components/timeline/organismos/EditarEvento.vue.d.ts +70 -13
- package/dist/components/timeline/organismos/EventoDetalhado.vue.d.ts +2 -32
- package/dist/components/timeline/organismos/Timeline.mock.d.ts +0 -1
- package/dist/components/timeline/organismos/Timeline.vue.d.ts +369 -8
- package/dist/components/timeline/templates/AdiantarHorario.vue.d.ts +155 -0
- package/dist/components/timeline/templates/AdicionarObservacao.vue.d.ts +95 -13
- package/dist/components/timeline/templates/EditarStatus.vue.d.ts +195 -12
- package/dist/components/timeline/templates/TemplateTimeline.mock.d.ts +0 -1
- package/dist/components/timeline/templates/TemplateTimeline.vue.d.ts +2 -99
- package/dist/components/timeline/typeDetalhado.d.ts +0 -1
- package/dist/index.css +1 -0
- package/dist/index.d.ts +0 -1
- package/dist/timeline-vue.es.js +337 -341
- package/dist/timeline-vue.umd.js +2 -1
- package/dist/types/components/timeline/EventoDetalhado.mock.d.ts +2 -2
- package/dist/types/components/timeline/atomos/AvatarTimeline.vue.d.ts +5 -4
- package/dist/types/components/timeline/atomos/Botao.types.d.ts +14 -0
- package/dist/types/components/timeline/{moleculas → atomos}/Botao.vue.d.ts +12 -22
- package/dist/types/components/timeline/atomos/Destaque.vue.d.ts +5 -4
- package/dist/types/components/timeline/atomos/Hora.vue.d.ts +8 -7
- package/dist/types/components/timeline/atomos/IconeCategoria.vue.d.ts +10 -9
- package/dist/types/components/timeline/atomos/IconeStatus.vue.d.ts +6 -5
- package/dist/types/components/timeline/atomos/SubtituloEvento.vue.d.ts +5 -4
- package/dist/types/components/timeline/atomos/TituloEvento.vue.d.ts +5 -4
- package/dist/types/components/timeline/atomos/box-data/BoxData.types.d.ts +6 -0
- package/dist/types/components/timeline/atomos/box-data/BoxData.vue.d.ts +29 -0
- package/dist/types/components/timeline/atomos/box-data/index.d.ts +3 -0
- package/dist/types/components/timeline/index.d.ts +7 -7
- package/dist/types/components/timeline/moleculas/AreaSalvamento.vue.d.ts +56 -8
- package/dist/types/components/timeline/moleculas/BotaoStatus.vue.d.ts +73 -10
- package/dist/types/components/timeline/moleculas/CabecalhoEventoDetalhado.vue.d.ts +189 -6
- package/dist/types/components/timeline/moleculas/DescricaoEvento.vue.d.ts +28 -4
- package/dist/types/components/timeline/moleculas/EventoTimeline.vue.d.ts +181 -10
- package/dist/types/components/timeline/moleculas/HoraEvento.vue.d.ts +35 -5
- package/dist/types/components/timeline/moleculas/Observacoes.vue.d.ts +57 -9
- package/dist/types/components/timeline/moleculas/PerfilTimeline.vue.d.ts +26 -9
- package/dist/types/components/timeline/moleculas/SeparadorPeriodo.vue.d.ts +32 -5
- package/dist/types/components/timeline/moleculas/StatusEvento.vue.d.ts +2 -31
- package/dist/types/components/timeline/moleculas/Topo.vue.d.ts +11 -10
- package/dist/types/components/timeline/organismos/EditarEvento.vue.d.ts +72 -13
- package/dist/types/components/timeline/organismos/EventoDetalhado.vue.d.ts +2 -31
- package/dist/types/components/timeline/organismos/Timeline.vue.d.ts +371 -8
- package/dist/types/components/timeline/templates/AdiantarHorario.vue.d.ts +135 -9
- package/dist/types/components/timeline/templates/AdicionarObservacao.vue.d.ts +98 -14
- package/dist/types/components/timeline/templates/EditarStatus.vue.d.ts +197 -12
- package/dist/types/components/timeline/templates/TemplateEvento.vue.d.ts +3 -23
- package/dist/types/components/timeline/templates/TemplateTimeline.mock.d.ts +2 -2
- package/dist/types/components/timeline/templates/TemplateTimeline.vue.d.ts +2 -99
- package/dist/types/components/timeline/typeDetalhado.d.ts +1 -1
- package/dist/types/index.d.ts +3 -3
- package/package.json +94 -37
- package/dist/components/timeline/atomos/BoxData.vue.d.ts +0 -22
- package/dist/components/timeline/organismos/MyComponent.test.d.ts +0 -1
- package/dist/style.css +0 -1
- package/dist/timeline-vue.cjs.js +0 -1
- package/dist/types/components/timeline/atomos/BoxData.vue.d.ts +0 -22
- package/dist/types/components/timeline/organismos/MyComponent.test.d.ts +0 -1
- package/dist/types/components/timeline/organismos/MyComponent.vue.d.ts +0 -11
- /package/dist/components/timeline/{moleculas → atomos}/Botao.test.d.ts +0 -0
- /package/dist/types/components/timeline/{moleculas → atomos}/Botao.test.d.ts +0 -0