@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
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import 'material-symbols/outlined.css';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
3
|
import { Observacao } from '../typeDetalhado';
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: typeof __VLS_export;
|
|
5
|
+
export default _default;
|
|
6
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
7
|
tituloBotao: {
|
|
6
8
|
type: StringConstructor;
|
|
7
9
|
};
|
|
@@ -9,10 +11,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
11
|
required: true;
|
|
10
12
|
type: PropType<Observacao[]>;
|
|
11
13
|
};
|
|
12
|
-
}
|
|
13
|
-
emitirAdicionarClick: (
|
|
14
|
-
},
|
|
15
|
-
adicionarClick: (
|
|
14
|
+
}>, {
|
|
15
|
+
emitirAdicionarClick: (_mouseEvent: MouseEvent) => void;
|
|
16
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
adicionarClick: (_mouseEvent: MouseEvent) => true;
|
|
16
18
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
19
|
tituloBotao: {
|
|
18
20
|
type: StringConstructor;
|
|
@@ -21,7 +23,53 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
23
|
required: true;
|
|
22
24
|
type: PropType<Observacao[]>;
|
|
23
25
|
};
|
|
24
|
-
}>> & {
|
|
25
|
-
onAdicionarClick?: ((
|
|
26
|
-
}, {}, {
|
|
27
|
-
|
|
26
|
+
}>> & Readonly<{
|
|
27
|
+
onAdicionarClick?: ((_mouseEvent: MouseEvent) => any) | undefined;
|
|
28
|
+
}>, {}, {}, {
|
|
29
|
+
Botao: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
30
|
+
titulo: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
icone: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
};
|
|
37
|
+
aparencia: {
|
|
38
|
+
type: PropType<import("../atomos/Botao.types.js").Aparencia>;
|
|
39
|
+
default: import("../atomos/Botao.types.js").Aparencia;
|
|
40
|
+
};
|
|
41
|
+
tamanho: {
|
|
42
|
+
type: PropType<import("../atomos/Botao.types.js").Tamanho>;
|
|
43
|
+
default: import("../atomos/Botao.types.js").Tamanho;
|
|
44
|
+
};
|
|
45
|
+
}>, {
|
|
46
|
+
handleClick: (_mouseEvent: MouseEvent) => void;
|
|
47
|
+
classes: import("vue").ComputedRef<{
|
|
48
|
+
[x: string]: boolean;
|
|
49
|
+
}>;
|
|
50
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
51
|
+
click: (_mouseEvent: MouseEvent) => true;
|
|
52
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
|
+
titulo: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
icone: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
};
|
|
60
|
+
aparencia: {
|
|
61
|
+
type: PropType<import("../atomos/Botao.types.js").Aparencia>;
|
|
62
|
+
default: import("../atomos/Botao.types.js").Aparencia;
|
|
63
|
+
};
|
|
64
|
+
tamanho: {
|
|
65
|
+
type: PropType<import("../atomos/Botao.types.js").Tamanho>;
|
|
66
|
+
default: import("../atomos/Botao.types.js").Tamanho;
|
|
67
|
+
};
|
|
68
|
+
}>> & Readonly<{
|
|
69
|
+
onClick?: ((_mouseEvent: MouseEvent) => any) | undefined;
|
|
70
|
+
}>, {
|
|
71
|
+
titulo: string;
|
|
72
|
+
aparencia: import("../atomos/Botao.types.js").Aparencia;
|
|
73
|
+
tamanho: import("../atomos/Botao.types.js").Tamanho;
|
|
74
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
75
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
declare const _default:
|
|
1
|
+
import 'material-symbols/outlined.css';
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
5
|
imagemPerfil: {
|
|
4
6
|
type: StringConstructor;
|
|
5
7
|
};
|
|
@@ -13,12 +15,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
15
|
type: BooleanConstructor;
|
|
14
16
|
default: boolean;
|
|
15
17
|
};
|
|
16
|
-
}
|
|
18
|
+
}>, {
|
|
17
19
|
classes: import("vue").ComputedRef<{
|
|
18
|
-
|
|
19
|
-
|
|
20
|
+
'formato-reduzido': boolean;
|
|
21
|
+
'formato-normal': boolean;
|
|
20
22
|
}>;
|
|
21
|
-
},
|
|
23
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
24
|
imagemPerfil: {
|
|
23
25
|
type: StringConstructor;
|
|
24
26
|
};
|
|
@@ -32,7 +34,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
34
|
type: BooleanConstructor;
|
|
33
35
|
default: boolean;
|
|
34
36
|
};
|
|
35
|
-
}
|
|
37
|
+
}>> & Readonly<{}>, {
|
|
36
38
|
formatoReduzido: boolean;
|
|
37
|
-
}, {}
|
|
38
|
-
|
|
39
|
+
}, {}, {
|
|
40
|
+
AvatarTimeline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
41
|
+
imagem: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
};
|
|
44
|
+
icone: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
};
|
|
47
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
48
|
+
imagem: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
};
|
|
51
|
+
icone: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
};
|
|
54
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
55
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,14 +1,41 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
4
|
dataSeparador: {
|
|
3
5
|
required: true;
|
|
4
6
|
type: DateConstructor;
|
|
5
7
|
};
|
|
6
|
-
}
|
|
8
|
+
}>, {
|
|
7
9
|
mesCorrente: (mes: number) => any;
|
|
8
|
-
},
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
11
|
dataSeparador: {
|
|
10
12
|
required: true;
|
|
11
13
|
type: DateConstructor;
|
|
12
14
|
};
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
16
|
+
BoxData: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
17
|
+
dataNumero: {
|
|
18
|
+
required: true;
|
|
19
|
+
type: NumberConstructor;
|
|
20
|
+
};
|
|
21
|
+
aparencia: {
|
|
22
|
+
type: import("vue").PropType<import("../atomos/box-data").Aparencia>;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
}>, {
|
|
26
|
+
classes: import("vue").ComputedRef<{
|
|
27
|
+
[x: string]: boolean;
|
|
28
|
+
}>;
|
|
29
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
+
dataNumero: {
|
|
31
|
+
required: true;
|
|
32
|
+
type: NumberConstructor;
|
|
33
|
+
};
|
|
34
|
+
aparencia: {
|
|
35
|
+
type: import("vue").PropType<import("../atomos/box-data").Aparencia>;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
}>> & Readonly<{}>, {
|
|
39
|
+
aparencia: import("../atomos/box-data").Aparencia;
|
|
40
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,33 +1,4 @@
|
|
|
1
1
|
import 'material-symbols/outlined.css';
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
import { Status } from '../type';
|
|
5
|
-
declare const _default: import("vue").DefineComponent<{
|
|
6
|
-
aparencia: {
|
|
7
|
-
type: PropType<Aparencia>;
|
|
8
|
-
};
|
|
9
|
-
status: {
|
|
10
|
-
required: true;
|
|
11
|
-
type: PropType<Status>;
|
|
12
|
-
};
|
|
13
|
-
}, {
|
|
14
|
-
emitClick: (mouseEvent: MouseEvent) => void;
|
|
15
|
-
props: import("@vue/shared").LooseRequired<{
|
|
16
|
-
readonly status: Status;
|
|
17
|
-
readonly aparencia?: Aparencia | undefined;
|
|
18
|
-
readonly onClick?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
19
|
-
} & {}>;
|
|
20
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
-
click: (mouseEvent: MouseEvent) => true;
|
|
22
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
-
aparencia: {
|
|
24
|
-
type: PropType<Aparencia>;
|
|
25
|
-
};
|
|
26
|
-
status: {
|
|
27
|
-
required: true;
|
|
28
|
-
type: PropType<Status>;
|
|
29
|
-
};
|
|
30
|
-
}>> & {
|
|
31
|
-
onClick?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
32
|
-
}, {}, {}>;
|
|
2
|
+
import type { DefineComponent } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
33
4
|
export default _default;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import 'material-symbols/outlined.css';
|
|
2
|
-
declare const _default:
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
5
|
titulo: {
|
|
4
6
|
type: StringConstructor;
|
|
5
7
|
};
|
|
@@ -8,14 +10,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
10
|
default: boolean;
|
|
9
11
|
};
|
|
10
12
|
link: {};
|
|
11
|
-
}
|
|
12
|
-
emitirVoltarClick: (
|
|
13
|
+
}>, {
|
|
14
|
+
emitirVoltarClick: (_mouseEvent: MouseEvent) => void;
|
|
13
15
|
classes: import("vue").ComputedRef<{
|
|
14
16
|
'bg-escuro': boolean;
|
|
15
17
|
'bg-claro': boolean;
|
|
16
18
|
}>;
|
|
17
|
-
},
|
|
18
|
-
voltarClick: (
|
|
19
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
|
+
voltarClick: (_mouseEvent: MouseEvent) => true;
|
|
19
21
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
22
|
titulo: {
|
|
21
23
|
type: StringConstructor;
|
|
@@ -25,9 +27,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
27
|
default: boolean;
|
|
26
28
|
};
|
|
27
29
|
link: {};
|
|
28
|
-
}>> & {
|
|
29
|
-
onVoltarClick?: ((
|
|
30
|
-
}
|
|
30
|
+
}>> & Readonly<{
|
|
31
|
+
onVoltarClick?: ((_mouseEvent: MouseEvent) => any) | undefined;
|
|
32
|
+
}>, {
|
|
31
33
|
escuro: boolean;
|
|
32
|
-
}, {}>;
|
|
33
|
-
export default _default;
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,22 +1,81 @@
|
|
|
1
1
|
import 'material-symbols/outlined.css';
|
|
2
|
-
declare const _default:
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
5
|
salvarVisivel: {
|
|
4
6
|
type: BooleanConstructor;
|
|
5
7
|
};
|
|
6
|
-
}
|
|
7
|
-
emitirSalvarClick: (
|
|
8
|
-
emitirCancelarClick: (
|
|
9
|
-
},
|
|
10
|
-
salvarClick: (
|
|
11
|
-
cancelarClick: (
|
|
8
|
+
}>, {
|
|
9
|
+
emitirSalvarClick: (_mouseEvent: MouseEvent) => void;
|
|
10
|
+
emitirCancelarClick: (_mouseEvent: MouseEvent) => void;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
+
salvarClick: (_mouseEvent: MouseEvent) => true;
|
|
13
|
+
cancelarClick: (_mouseEvent: MouseEvent) => true;
|
|
12
14
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
15
|
salvarVisivel: {
|
|
14
16
|
type: BooleanConstructor;
|
|
15
17
|
};
|
|
16
|
-
}>> & {
|
|
17
|
-
onSalvarClick?: ((
|
|
18
|
-
onCancelarClick?: ((
|
|
19
|
-
}
|
|
18
|
+
}>> & Readonly<{
|
|
19
|
+
onSalvarClick?: ((_mouseEvent: MouseEvent) => any) | undefined;
|
|
20
|
+
onCancelarClick?: ((_mouseEvent: MouseEvent) => any) | undefined;
|
|
21
|
+
}>, {
|
|
20
22
|
salvarVisivel: boolean;
|
|
21
|
-
}, {}
|
|
22
|
-
|
|
23
|
+
}, {}, {
|
|
24
|
+
AreaSalvamento: import("vue").DefineComponent<{}, {
|
|
25
|
+
emitirSalvarClick: (mouseEvent: MouseEvent) => void;
|
|
26
|
+
emitirCancelarClick: (mouseEvent: MouseEvent) => void;
|
|
27
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
|
+
salvarClick: (_mouseEvent: MouseEvent) => true;
|
|
29
|
+
cancelarClick: (_mouseEvent: MouseEvent) => true;
|
|
30
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
31
|
+
onSalvarClick?: ((_mouseEvent: MouseEvent) => any) | undefined;
|
|
32
|
+
onCancelarClick?: ((_mouseEvent: MouseEvent) => any) | undefined;
|
|
33
|
+
}>, {}, {}, {
|
|
34
|
+
Botao: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
35
|
+
titulo: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
icone: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
};
|
|
42
|
+
aparencia: {
|
|
43
|
+
type: import("vue").PropType<import("../atomos/Botao.types.js").Aparencia>;
|
|
44
|
+
default: import("../atomos/Botao.types.js").Aparencia;
|
|
45
|
+
};
|
|
46
|
+
tamanho: {
|
|
47
|
+
type: import("vue").PropType<import("../atomos/Botao.types.js").Tamanho>;
|
|
48
|
+
default: import("../atomos/Botao.types.js").Tamanho;
|
|
49
|
+
};
|
|
50
|
+
}>, {
|
|
51
|
+
handleClick: (_mouseEvent: MouseEvent) => void;
|
|
52
|
+
classes: import("vue").ComputedRef<{
|
|
53
|
+
[x: string]: boolean;
|
|
54
|
+
}>;
|
|
55
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
56
|
+
click: (_mouseEvent: MouseEvent) => true;
|
|
57
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
58
|
+
titulo: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
icone: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
};
|
|
65
|
+
aparencia: {
|
|
66
|
+
type: import("vue").PropType<import("../atomos/Botao.types.js").Aparencia>;
|
|
67
|
+
default: import("../atomos/Botao.types.js").Aparencia;
|
|
68
|
+
};
|
|
69
|
+
tamanho: {
|
|
70
|
+
type: import("vue").PropType<import("../atomos/Botao.types.js").Tamanho>;
|
|
71
|
+
default: import("../atomos/Botao.types.js").Tamanho;
|
|
72
|
+
};
|
|
73
|
+
}>> & Readonly<{
|
|
74
|
+
onClick?: ((_mouseEvent: MouseEvent) => any) | undefined;
|
|
75
|
+
}>, {
|
|
76
|
+
titulo: string;
|
|
77
|
+
aparencia: import("../atomos/Botao.types.js").Aparencia;
|
|
78
|
+
tamanho: import("../atomos/Botao.types.js").Tamanho;
|
|
79
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
80
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
81
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,33 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { DefineComponent } from 'vue';
|
|
2
2
|
import 'material-symbols/outlined.css';
|
|
3
|
-
|
|
4
|
-
import { EventoDetalhado } from '../typeDetalhado';
|
|
5
|
-
declare const _default: import("vue").DefineComponent<{
|
|
6
|
-
perfil: {
|
|
7
|
-
required: true;
|
|
8
|
-
type: PropType<Perfil>;
|
|
9
|
-
};
|
|
10
|
-
evento: {
|
|
11
|
-
required: true;
|
|
12
|
-
type: PropType<EventoDetalhado>;
|
|
13
|
-
};
|
|
14
|
-
}, {
|
|
15
|
-
handleEditarClick: (mouseEvent: MouseEvent) => void;
|
|
16
|
-
handleAdicionarObservacaoClick: (mouseEvent: MouseEvent) => void;
|
|
17
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
-
statusEditarClick: (mouseEvent: MouseEvent) => true;
|
|
19
|
-
observacaoAdicionarClick: (mouseEvent: MouseEvent) => true;
|
|
20
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
-
perfil: {
|
|
22
|
-
required: true;
|
|
23
|
-
type: PropType<Perfil>;
|
|
24
|
-
};
|
|
25
|
-
evento: {
|
|
26
|
-
required: true;
|
|
27
|
-
type: PropType<EventoDetalhado>;
|
|
28
|
-
};
|
|
29
|
-
}>> & {
|
|
30
|
-
onStatusEditarClick?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
31
|
-
onObservacaoAdicionarClick?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
32
|
-
}, {}, {}>;
|
|
3
|
+
declare const _default: DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
33
4
|
export default _default;
|