@devix-tecnologia/timeline-vue 1.1.1 → 1.2.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/README.md +39 -36
- package/dist/style.css +1 -1
- package/dist/timeline-vue.es.js +230 -257
- package/dist/types/components/timeline/EventoDetalhado.mock.d.ts +4 -0
- package/dist/types/components/timeline/Templates/AdiantarHorario.vue.d.ts +35 -0
- package/dist/types/components/timeline/Templates/AdicionarObservacao.vue.d.ts +29 -0
- package/dist/types/components/timeline/Templates/EditarStatus.vue.d.ts +36 -0
- package/dist/types/components/timeline/Templates/TemplateEvento.vue.d.ts +24 -0
- package/dist/types/components/timeline/atomos/AvatarTimeline.vue.d.ts +1 -1
- package/dist/types/components/timeline/atomos/Destaque.vue.d.ts +3 -3
- package/dist/types/components/timeline/atomos/Hora.vue.d.ts +70 -1
- package/dist/types/components/timeline/atomos/IconeCategoria.vue.d.ts +1 -0
- package/dist/types/components/timeline/atomos/IconeStatus.vue.d.ts +1 -0
- 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/index.d.ts +2 -1
- package/dist/types/components/timeline/moleculas/AreaSalvamento.vue.d.ts +15 -0
- package/dist/types/components/timeline/moleculas/Botao.vue.d.ts +43 -0
- package/dist/types/components/timeline/moleculas/BotaoStatus.vue.d.ts +33 -0
- package/dist/types/components/timeline/moleculas/CabecalhoEventoDetalhado.vue.d.ts +32 -0
- package/dist/types/components/timeline/moleculas/DescricaoEvento.vue.d.ts +3 -3
- package/dist/types/components/timeline/moleculas/EventoTimeline.vue.d.ts +9 -12
- package/dist/types/components/timeline/moleculas/HoraEvento.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/Observacoes.vue.d.ts +30 -0
- package/dist/types/components/timeline/moleculas/PerfilTimeline.vue.d.ts +11 -9
- package/dist/types/components/timeline/moleculas/SeparadorPeriodo.vue.d.ts +0 -6
- package/dist/types/components/timeline/moleculas/StatusEvento.vue.d.ts +29 -0
- package/dist/types/components/timeline/moleculas/Topo.vue.d.ts +28 -1
- package/dist/types/components/timeline/organismos/EditarEvento.vue.d.ts +28 -0
- package/dist/types/components/timeline/organismos/EventoDetalhado.vue.d.ts +24 -0
- package/dist/types/components/timeline/organismos/Timeline.vue.d.ts +3 -2
- package/dist/types/components/timeline/type.d.ts +2 -2
- package/dist/types/components/timeline/typeDetalhado.d.ts +15 -0
- package/package.json +3 -2
- package/src/assets/vue.svg +0 -1
- package/src/components/timeline/atomos/AvatarTimeline.stories.ts +0 -32
- package/src/components/timeline/atomos/AvatarTimeline.vue +0 -51
- package/src/components/timeline/atomos/BoxData.stories.ts +0 -41
- package/src/components/timeline/atomos/BoxData.vue +0 -57
- package/src/components/timeline/atomos/Destaque.stories.ts +0 -24
- package/src/components/timeline/atomos/Destaque.vue +0 -39
- package/src/components/timeline/atomos/Hora.stories.ts +0 -36
- package/src/components/timeline/atomos/Hora.vue +0 -50
- package/src/components/timeline/atomos/IconeCategoria.stories.ts +0 -60
- package/src/components/timeline/atomos/IconeCategoria.vue +0 -110
- package/src/components/timeline/atomos/IconeStatus.stories.ts +0 -38
- package/src/components/timeline/atomos/IconeStatus.vue +0 -73
- package/src/components/timeline/atomos/SubtituloEvento.stories.ts +0 -24
- package/src/components/timeline/atomos/SubtituloEvento.vue +0 -33
- package/src/components/timeline/atomos/TituloEvento.stories.ts +0 -24
- package/src/components/timeline/atomos/TituloEvento.vue +0 -32
- package/src/components/timeline/index.ts +0 -7
- package/src/components/timeline/moleculas/DescricaoEvento.stories.ts +0 -31
- package/src/components/timeline/moleculas/DescricaoEvento.vue +0 -59
- package/src/components/timeline/moleculas/EventoTimeline.stories.ts +0 -94
- package/src/components/timeline/moleculas/EventoTimeline.vue +0 -158
- package/src/components/timeline/moleculas/HoraEvento.stories.ts +0 -37
- package/src/components/timeline/moleculas/HoraEvento.vue +0 -74
- package/src/components/timeline/moleculas/PerfilTimeline.stories.ts +0 -40
- package/src/components/timeline/moleculas/PerfilTimeline.vue +0 -76
- package/src/components/timeline/moleculas/SeparadorPeriodo.stories.ts +0 -42
- package/src/components/timeline/moleculas/SeparadorPeriodo.vue +0 -100
- package/src/components/timeline/moleculas/Topo.vue +0 -38
- package/src/components/timeline/organismos/Timeline.mock.ts +0 -311
- package/src/components/timeline/organismos/Timeline.stories.ts +0 -48
- package/src/components/timeline/organismos/Timeline.vue +0 -217
- package/src/components/timeline/type.ts +0 -34
- package/src/global.css +0 -98
- package/src/index.ts +0 -16
- package/src/vite-env.d.ts +0 -1
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
2
|
+
import "material-symbols/outlined.css";
|
|
3
|
+
import { AoClicarEvento } from "../type";
|
|
4
|
+
import { EventoDetalhado } from "../typeDetalhado";
|
|
5
|
+
declare const _default: import("vue").DefineComponent<{
|
|
6
|
+
aoClicar: {
|
|
7
|
+
required: false;
|
|
8
|
+
type: PropType<AoClicarEvento>;
|
|
9
|
+
};
|
|
10
|
+
salvarVisivel: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
};
|
|
13
|
+
dadosEvento: {
|
|
14
|
+
required: true;
|
|
15
|
+
type: PropType<EventoDetalhado>;
|
|
16
|
+
};
|
|
17
|
+
}, {
|
|
18
|
+
horarioAdiantado: import("vue").Ref<string>;
|
|
19
|
+
adiantarHorario: () => void;
|
|
20
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
aoClicar: {
|
|
22
|
+
required: false;
|
|
23
|
+
type: PropType<AoClicarEvento>;
|
|
24
|
+
};
|
|
25
|
+
salvarVisivel: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
};
|
|
28
|
+
dadosEvento: {
|
|
29
|
+
required: true;
|
|
30
|
+
type: PropType<EventoDetalhado>;
|
|
31
|
+
};
|
|
32
|
+
}>>, {
|
|
33
|
+
salvarVisivel: boolean;
|
|
34
|
+
}>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
2
|
+
import "material-symbols/outlined.css";
|
|
3
|
+
import { AoClicarEvento } from "../type";
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
aoClicar: {
|
|
6
|
+
required: false;
|
|
7
|
+
type: PropType<AoClicarEvento>;
|
|
8
|
+
};
|
|
9
|
+
salvarVisivel: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
};
|
|
12
|
+
observacao: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
};
|
|
15
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
aoClicar: {
|
|
17
|
+
required: false;
|
|
18
|
+
type: PropType<AoClicarEvento>;
|
|
19
|
+
};
|
|
20
|
+
salvarVisivel: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
};
|
|
23
|
+
observacao: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
};
|
|
26
|
+
}>>, {
|
|
27
|
+
salvarVisivel: boolean;
|
|
28
|
+
}>;
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
2
|
+
import "material-symbols/outlined.css";
|
|
3
|
+
import { AoClicarEvento } from "../type";
|
|
4
|
+
import { EventoDetalhado } from "../typeDetalhado";
|
|
5
|
+
declare const _default: import("vue").DefineComponent<{
|
|
6
|
+
aoClicar: {
|
|
7
|
+
required: false;
|
|
8
|
+
type: PropType<AoClicarEvento>;
|
|
9
|
+
};
|
|
10
|
+
salvarVisivel: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
};
|
|
13
|
+
dadosEvento: {
|
|
14
|
+
required: true;
|
|
15
|
+
type: PropType<EventoDetalhado>;
|
|
16
|
+
};
|
|
17
|
+
}, {
|
|
18
|
+
selecionado: import("vue").Ref<"atrasado" | "adiantado" | "adiado" | "realizado" | "planejado" | "cancelado">;
|
|
19
|
+
atualizarSelecionado: (novoValor: "atrasado" | "adiantado" | "adiado" | "realizado" | "planejado" | "cancelado") => void;
|
|
20
|
+
getAparencia: import("vue").ComputedRef<(botao: string) => "outline" | "preenchido">;
|
|
21
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
aoClicar: {
|
|
23
|
+
required: false;
|
|
24
|
+
type: PropType<AoClicarEvento>;
|
|
25
|
+
};
|
|
26
|
+
salvarVisivel: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
};
|
|
29
|
+
dadosEvento: {
|
|
30
|
+
required: true;
|
|
31
|
+
type: PropType<EventoDetalhado>;
|
|
32
|
+
};
|
|
33
|
+
}>>, {
|
|
34
|
+
salvarVisivel: boolean;
|
|
35
|
+
}>;
|
|
36
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
2
|
+
import "material-symbols/outlined.css";
|
|
3
|
+
import { Perfil } from "../type";
|
|
4
|
+
import { EventoDetalhado } from "../typeDetalhado";
|
|
5
|
+
declare const _default: import("vue").DefineComponent<{
|
|
6
|
+
perfilEvento: {
|
|
7
|
+
required: true;
|
|
8
|
+
type: PropType<Perfil>;
|
|
9
|
+
};
|
|
10
|
+
dadosEvento: {
|
|
11
|
+
required: true;
|
|
12
|
+
type: PropType<EventoDetalhado>;
|
|
13
|
+
};
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
perfilEvento: {
|
|
16
|
+
required: true;
|
|
17
|
+
type: PropType<Perfil>;
|
|
18
|
+
};
|
|
19
|
+
dadosEvento: {
|
|
20
|
+
required: true;
|
|
21
|
+
type: PropType<EventoDetalhado>;
|
|
22
|
+
};
|
|
23
|
+
}>>, {}>;
|
|
24
|
+
export default _default;
|
|
@@ -5,7 +5,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
icone: {
|
|
6
6
|
type: StringConstructor;
|
|
7
7
|
};
|
|
8
|
-
},
|
|
8
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
9
|
imagem: {
|
|
10
10
|
type: StringConstructor;
|
|
11
11
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
|
|
2
|
+
texto: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
};
|
|
5
|
-
},
|
|
6
|
-
|
|
5
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
texto: {
|
|
7
7
|
type: StringConstructor;
|
|
8
8
|
};
|
|
9
9
|
}>>, {}>;
|
|
@@ -5,8 +5,73 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
};
|
|
6
6
|
aparencia: {
|
|
7
7
|
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
validator(aparencia: string): boolean;
|
|
8
10
|
};
|
|
9
11
|
}, {
|
|
12
|
+
horas: import("vue").Ref<{
|
|
13
|
+
toString: () => string;
|
|
14
|
+
toDateString: () => string;
|
|
15
|
+
toTimeString: () => string;
|
|
16
|
+
toLocaleString: {
|
|
17
|
+
(): string;
|
|
18
|
+
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
19
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
20
|
+
};
|
|
21
|
+
toLocaleDateString: {
|
|
22
|
+
(): string;
|
|
23
|
+
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
24
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
25
|
+
};
|
|
26
|
+
toLocaleTimeString: {
|
|
27
|
+
(): string;
|
|
28
|
+
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
29
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
30
|
+
};
|
|
31
|
+
valueOf: () => number;
|
|
32
|
+
getTime: () => number;
|
|
33
|
+
getFullYear: () => number;
|
|
34
|
+
getUTCFullYear: () => number;
|
|
35
|
+
getMonth: () => number;
|
|
36
|
+
getUTCMonth: () => number;
|
|
37
|
+
getDate: () => number;
|
|
38
|
+
getUTCDate: () => number;
|
|
39
|
+
getDay: () => number;
|
|
40
|
+
getUTCDay: () => number;
|
|
41
|
+
getHours: () => number;
|
|
42
|
+
getUTCHours: () => number;
|
|
43
|
+
getMinutes: () => number;
|
|
44
|
+
getUTCMinutes: () => number;
|
|
45
|
+
getSeconds: () => number;
|
|
46
|
+
getUTCSeconds: () => number;
|
|
47
|
+
getMilliseconds: () => number;
|
|
48
|
+
getUTCMilliseconds: () => number;
|
|
49
|
+
getTimezoneOffset: () => number;
|
|
50
|
+
setTime: (time: number) => number;
|
|
51
|
+
setMilliseconds: (ms: number) => number;
|
|
52
|
+
setUTCMilliseconds: (ms: number) => number;
|
|
53
|
+
setSeconds: (sec: number, ms?: number | undefined) => number;
|
|
54
|
+
setUTCSeconds: (sec: number, ms?: number | undefined) => number;
|
|
55
|
+
setMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
|
|
56
|
+
setUTCMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
|
|
57
|
+
setHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
|
|
58
|
+
setUTCHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
|
|
59
|
+
setDate: (date: number) => number;
|
|
60
|
+
setUTCDate: (date: number) => number;
|
|
61
|
+
setMonth: (month: number, date?: number | undefined) => number;
|
|
62
|
+
setUTCMonth: (month: number, date?: number | undefined) => number;
|
|
63
|
+
setFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
|
|
64
|
+
setUTCFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
|
|
65
|
+
toUTCString: () => string;
|
|
66
|
+
toISOString: () => string;
|
|
67
|
+
toJSON: (key?: any) => string;
|
|
68
|
+
[Symbol.toPrimitive]: {
|
|
69
|
+
(hint: "default"): string;
|
|
70
|
+
(hint: "string"): string;
|
|
71
|
+
(hint: "number"): number;
|
|
72
|
+
(hint: string): string | number;
|
|
73
|
+
};
|
|
74
|
+
}>;
|
|
10
75
|
classes: import("vue").ComputedRef<{
|
|
11
76
|
[x: string]: boolean;
|
|
12
77
|
}>;
|
|
@@ -17,6 +82,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
82
|
};
|
|
18
83
|
aparencia: {
|
|
19
84
|
type: StringConstructor;
|
|
85
|
+
default: string;
|
|
86
|
+
validator(aparencia: string): boolean;
|
|
20
87
|
};
|
|
21
|
-
}>>, {
|
|
88
|
+
}>>, {
|
|
89
|
+
aparencia: string;
|
|
90
|
+
}>;
|
|
22
91
|
export default _default;
|
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
required: true;
|
|
4
4
|
type: StringConstructor;
|
|
5
5
|
};
|
|
6
|
-
},
|
|
6
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
subtitulo: {
|
|
8
8
|
required: true;
|
|
9
9
|
type: StringConstructor;
|
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
required: true;
|
|
4
4
|
type: StringConstructor;
|
|
5
5
|
};
|
|
6
|
-
},
|
|
6
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
titulo: {
|
|
8
8
|
required: true;
|
|
9
9
|
type: StringConstructor;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import "material-symbols/outlined.css";
|
|
2
|
+
import { PropType } from "vue";
|
|
3
|
+
import { AoClicarEvento } from "../type";
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
aoClicar: {
|
|
6
|
+
required: false;
|
|
7
|
+
type: PropType<AoClicarEvento>;
|
|
8
|
+
};
|
|
9
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
aoClicar: {
|
|
11
|
+
required: false;
|
|
12
|
+
type: PropType<AoClicarEvento>;
|
|
13
|
+
};
|
|
14
|
+
}>>, {}>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
2
|
+
import { AoClicarEvento } from "../type";
|
|
3
|
+
import "material-symbols/outlined.css";
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
titulo: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
};
|
|
8
|
+
icone: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
};
|
|
11
|
+
aparencia: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
};
|
|
14
|
+
tamanho: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
};
|
|
17
|
+
aoClicar: {
|
|
18
|
+
required: false;
|
|
19
|
+
type: PropType<AoClicarEvento>;
|
|
20
|
+
};
|
|
21
|
+
}, {
|
|
22
|
+
classes: import("vue").ComputedRef<{
|
|
23
|
+
[x: string]: boolean;
|
|
24
|
+
}>;
|
|
25
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
+
titulo: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
};
|
|
29
|
+
icone: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
};
|
|
32
|
+
aparencia: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
};
|
|
35
|
+
tamanho: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
};
|
|
38
|
+
aoClicar: {
|
|
39
|
+
required: false;
|
|
40
|
+
type: PropType<AoClicarEvento>;
|
|
41
|
+
};
|
|
42
|
+
}>>, {}>;
|
|
43
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import "material-symbols/outlined.css";
|
|
2
|
+
import { PropType } from "vue";
|
|
3
|
+
import { AoClicarEvento } from "../type";
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
aparencia: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
};
|
|
8
|
+
status: {
|
|
9
|
+
required: true;
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
};
|
|
12
|
+
aoClicar: {
|
|
13
|
+
required: false;
|
|
14
|
+
type: PropType<AoClicarEvento>;
|
|
15
|
+
};
|
|
16
|
+
}, {
|
|
17
|
+
classes: import("vue").ComputedRef<{
|
|
18
|
+
[x: string]: boolean;
|
|
19
|
+
}>;
|
|
20
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
aparencia: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
};
|
|
24
|
+
status: {
|
|
25
|
+
required: true;
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
};
|
|
28
|
+
aoClicar: {
|
|
29
|
+
required: false;
|
|
30
|
+
type: PropType<AoClicarEvento>;
|
|
31
|
+
};
|
|
32
|
+
}>>, {}>;
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import "material-symbols/outlined.css";
|
|
2
|
+
import { PropType } from "vue";
|
|
3
|
+
import { AoClicarEvento } from "../type";
|
|
4
|
+
import { EventoDetalhado } from "../typeDetalhado";
|
|
5
|
+
declare const _default: import("vue").DefineComponent<{
|
|
6
|
+
perfilEvento: {
|
|
7
|
+
required: true;
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
};
|
|
10
|
+
dadosEvento: {
|
|
11
|
+
required: true;
|
|
12
|
+
type: PropType<EventoDetalhado>;
|
|
13
|
+
};
|
|
14
|
+
aoClicar: {
|
|
15
|
+
required: false;
|
|
16
|
+
type: PropType<AoClicarEvento>;
|
|
17
|
+
};
|
|
18
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
perfilEvento: {
|
|
20
|
+
required: true;
|
|
21
|
+
type: ObjectConstructor;
|
|
22
|
+
};
|
|
23
|
+
dadosEvento: {
|
|
24
|
+
required: true;
|
|
25
|
+
type: PropType<EventoDetalhado>;
|
|
26
|
+
};
|
|
27
|
+
aoClicar: {
|
|
28
|
+
required: false;
|
|
29
|
+
type: PropType<AoClicarEvento>;
|
|
30
|
+
};
|
|
31
|
+
}>>, {}>;
|
|
32
|
+
export default _default;
|
|
@@ -4,16 +4,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4
4
|
type: StringConstructor;
|
|
5
5
|
};
|
|
6
6
|
subtitulo: {
|
|
7
|
-
required:
|
|
7
|
+
required: false;
|
|
8
8
|
type: StringConstructor;
|
|
9
9
|
};
|
|
10
|
-
},
|
|
10
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
titulo: {
|
|
12
12
|
required: true;
|
|
13
13
|
type: StringConstructor;
|
|
14
14
|
};
|
|
15
15
|
subtitulo: {
|
|
16
|
-
required:
|
|
16
|
+
required: false;
|
|
17
17
|
type: StringConstructor;
|
|
18
18
|
};
|
|
19
19
|
}>>, {}>;
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from "vue";
|
|
2
|
-
|
|
3
|
-
nome: string;
|
|
4
|
-
icone: string;
|
|
5
|
-
}
|
|
2
|
+
import { Categoria, AoClicarEvento } from "../type";
|
|
6
3
|
declare const _default: import("vue").DefineComponent<{
|
|
7
4
|
status: {
|
|
8
5
|
required: true;
|
|
@@ -33,16 +30,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
30
|
type: StringConstructor;
|
|
34
31
|
};
|
|
35
32
|
subtitulo: {
|
|
36
|
-
required:
|
|
33
|
+
required: false;
|
|
37
34
|
type: StringConstructor;
|
|
38
35
|
};
|
|
39
36
|
destaque: {
|
|
40
|
-
required:
|
|
37
|
+
required: false;
|
|
41
38
|
type: StringConstructor;
|
|
42
39
|
};
|
|
43
|
-
|
|
40
|
+
aoClicar: {
|
|
44
41
|
required: false;
|
|
45
|
-
type: PropType<
|
|
42
|
+
type: PropType<AoClicarEvento>;
|
|
46
43
|
};
|
|
47
44
|
}, {
|
|
48
45
|
eventoSelecionado: import("vue").ComputedRef<{
|
|
@@ -82,16 +79,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
79
|
type: StringConstructor;
|
|
83
80
|
};
|
|
84
81
|
subtitulo: {
|
|
85
|
-
required:
|
|
82
|
+
required: false;
|
|
86
83
|
type: StringConstructor;
|
|
87
84
|
};
|
|
88
85
|
destaque: {
|
|
89
|
-
required:
|
|
86
|
+
required: false;
|
|
90
87
|
type: StringConstructor;
|
|
91
88
|
};
|
|
92
|
-
|
|
89
|
+
aoClicar: {
|
|
93
90
|
required: false;
|
|
94
|
-
type: PropType<
|
|
91
|
+
type: PropType<AoClicarEvento>;
|
|
95
92
|
};
|
|
96
93
|
}>>, {}>;
|
|
97
94
|
export default _default;
|
|
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
required: false;
|
|
9
9
|
type: PropType<Date | null>;
|
|
10
10
|
};
|
|
11
|
-
},
|
|
11
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
12
|
horaPrevista: {
|
|
13
13
|
type: DateConstructor;
|
|
14
14
|
required: true;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import "material-symbols/outlined.css";
|
|
2
|
+
import { PropType } from "vue";
|
|
3
|
+
import { AoClicarEvento } from "../type";
|
|
4
|
+
import { Observacao } from "../typeDetalhado";
|
|
5
|
+
declare const _default: import("vue").DefineComponent<{
|
|
6
|
+
tituloBotao: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
};
|
|
9
|
+
aoClicar: {
|
|
10
|
+
required: false;
|
|
11
|
+
type: PropType<AoClicarEvento>;
|
|
12
|
+
};
|
|
13
|
+
observacoes: {
|
|
14
|
+
required: true;
|
|
15
|
+
type: PropType<Observacao[]>;
|
|
16
|
+
};
|
|
17
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
tituloBotao: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
};
|
|
21
|
+
aoClicar: {
|
|
22
|
+
required: false;
|
|
23
|
+
type: PropType<AoClicarEvento>;
|
|
24
|
+
};
|
|
25
|
+
observacoes: {
|
|
26
|
+
required: true;
|
|
27
|
+
type: PropType<Observacao[]>;
|
|
28
|
+
};
|
|
29
|
+
}>>, {}>;
|
|
30
|
+
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import "material-symbols/outlined.css";
|
|
1
2
|
declare const _default: import("vue").DefineComponent<{
|
|
2
3
|
imagemPerfil: {
|
|
3
4
|
type: StringConstructor;
|
|
@@ -8,13 +9,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
9
|
iconePerfil: {
|
|
9
10
|
type: StringConstructor;
|
|
10
11
|
};
|
|
11
|
-
|
|
12
|
-
type:
|
|
13
|
-
default:
|
|
12
|
+
formatoReduzido: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
14
15
|
};
|
|
15
16
|
}, {
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
classes: import("vue").ComputedRef<{
|
|
18
|
+
"formato-reduzido": boolean;
|
|
19
|
+
"formato-normal": boolean;
|
|
18
20
|
}>;
|
|
19
21
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
22
|
imagemPerfil: {
|
|
@@ -26,11 +28,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
28
|
iconePerfil: {
|
|
27
29
|
type: StringConstructor;
|
|
28
30
|
};
|
|
29
|
-
|
|
30
|
-
type:
|
|
31
|
-
default:
|
|
31
|
+
formatoReduzido: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
32
34
|
};
|
|
33
35
|
}>>, {
|
|
34
|
-
|
|
36
|
+
formatoReduzido: boolean;
|
|
35
37
|
}>;
|
|
36
38
|
export default _default;
|
|
@@ -3,9 +3,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
required: true;
|
|
4
4
|
type: DateConstructor;
|
|
5
5
|
};
|
|
6
|
-
aparencia: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
};
|
|
9
6
|
}, {
|
|
10
7
|
mesCorrente: (mes: number) => any;
|
|
11
8
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -13,8 +10,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
10
|
required: true;
|
|
14
11
|
type: DateConstructor;
|
|
15
12
|
};
|
|
16
|
-
aparencia: {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
};
|
|
19
13
|
}>>, {}>;
|
|
20
14
|
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import "material-symbols/outlined.css";
|
|
2
|
+
import { PropType } from "vue";
|
|
3
|
+
import { AoClicarEvento } from "../type";
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
aparencia: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
};
|
|
8
|
+
status: {
|
|
9
|
+
required: true;
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
};
|
|
12
|
+
aoClicar: {
|
|
13
|
+
required: false;
|
|
14
|
+
type: PropType<AoClicarEvento>;
|
|
15
|
+
};
|
|
16
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
aparencia: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
};
|
|
20
|
+
status: {
|
|
21
|
+
required: true;
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
};
|
|
24
|
+
aoClicar: {
|
|
25
|
+
required: false;
|
|
26
|
+
type: PropType<AoClicarEvento>;
|
|
27
|
+
};
|
|
28
|
+
}>>, {}>;
|
|
29
|
+
export default _default;
|
|
@@ -1,2 +1,29 @@
|
|
|
1
|
-
|
|
1
|
+
import "material-symbols/outlined.css";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
titulo: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
};
|
|
6
|
+
escuro: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
link: {};
|
|
11
|
+
}, {
|
|
12
|
+
telaAnterior: () => void;
|
|
13
|
+
classes: import("vue").ComputedRef<{
|
|
14
|
+
"bg-escuro": boolean;
|
|
15
|
+
"bg-claro": boolean;
|
|
16
|
+
}>;
|
|
17
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
titulo: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
};
|
|
21
|
+
escuro: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
link: {};
|
|
26
|
+
}>>, {
|
|
27
|
+
escuro: boolean;
|
|
28
|
+
}>;
|
|
2
29
|
export default _default;
|