@devix-tecnologia/timeline-vue 2.0.1 → 2.0.2
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/timeline-vue.es.js
CHANGED
|
@@ -531,7 +531,7 @@ function We(e, t, s, o, n, d) {
|
|
|
531
531
|
previstoPara: $.valor.previstoPara,
|
|
532
532
|
"realizado-em": $.valor.realizado,
|
|
533
533
|
categoria: $.valor.categoria,
|
|
534
|
-
titulo: $.valor.
|
|
534
|
+
titulo: $.valor.titulo,
|
|
535
535
|
subtitulo: $.valor.subtitulo,
|
|
536
536
|
"texto-destaque": $.valor.destaque,
|
|
537
537
|
ehAtual: $.valor.atual,
|
|
@@ -326,6 +326,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
326
326
|
editarStatusCancelarClicked: (evento: TipoEventoDetalhado, mouseEvent: MouseEvent) => true;
|
|
327
327
|
adicionarObservacaoSalvarClicked: (evento: TipoEventoDetalhado, mensagem: String, mouseEvent: MouseEvent) => true;
|
|
328
328
|
adicionarObservacaoCancelarClicked: (evento: TipoEventoDetalhado, mouseEvent: MouseEvent) => true;
|
|
329
|
+
voltarClick: (mouseEvent: MouseEvent) => true;
|
|
329
330
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
330
331
|
perfil: {
|
|
331
332
|
required: true;
|
|
@@ -336,6 +337,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
336
337
|
type: PropType<TipoEventoDetalhado[]>;
|
|
337
338
|
};
|
|
338
339
|
}>> & {
|
|
340
|
+
onVoltarClick?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
339
341
|
onEventoTimelineClicked?: ((evento: TipoEventoDetalhado, mouseEvent: MouseEvent) => any) | undefined;
|
|
340
342
|
onEventoStatusEditClicked?: ((evento: TipoEventoDetalhado, mouseEvent: MouseEvent) => any) | undefined;
|
|
341
343
|
onEventoDetalhadoObservacoesAddClicked?: ((evento: TipoEventoDetalhado, mouseEvent: MouseEvent) => any) | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devix-tecnologia/timeline-vue",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "vite",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@storybook/addon-styling": "^1.0.1",
|
|
32
32
|
"@storybook/blocks": "^7.0.7",
|
|
33
33
|
"@storybook/testing-library": "^0.0.14-next.2",
|
|
34
|
-
"@storybook/vue3": "^7.
|
|
34
|
+
"@storybook/vue3": "^7.6.4",
|
|
35
35
|
"@storybook/vue3-vite": "^7.0.7",
|
|
36
36
|
"@testing-library/vue": "^7.0.0",
|
|
37
37
|
"@vitejs/plugin-vue": "^4.1.0",
|