@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
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
imagem: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
};
|
|
6
|
+
icone: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
};
|
|
9
|
+
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10
|
+
imagem: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
};
|
|
13
|
+
icone: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
};
|
|
16
|
+
}>>, {}, {}>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
dataNumero: {
|
|
3
|
+
required: true;
|
|
4
|
+
type: NumberConstructor;
|
|
5
|
+
};
|
|
6
|
+
aparencia: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
};
|
|
9
|
+
}, {
|
|
10
|
+
classes: import('vue').ComputedRef<{
|
|
11
|
+
[x: string]: boolean;
|
|
12
|
+
}>;
|
|
13
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
+
dataNumero: {
|
|
15
|
+
required: true;
|
|
16
|
+
type: NumberConstructor;
|
|
17
|
+
};
|
|
18
|
+
aparencia: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
};
|
|
21
|
+
}>>, {}, {}>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
texto: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
};
|
|
5
|
+
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
6
|
+
texto: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
};
|
|
9
|
+
}>>, {}, {}>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
hora: {
|
|
3
|
+
required: true;
|
|
4
|
+
type: DateConstructor;
|
|
5
|
+
};
|
|
6
|
+
aparencia: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
validator(aparencia: string): boolean;
|
|
10
|
+
};
|
|
11
|
+
}, {
|
|
12
|
+
horas: import('vue').Ref<Date>;
|
|
13
|
+
classes: import('vue').ComputedRef<{
|
|
14
|
+
[x: string]: boolean;
|
|
15
|
+
}>;
|
|
16
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
|
+
hora: {
|
|
18
|
+
required: true;
|
|
19
|
+
type: DateConstructor;
|
|
20
|
+
};
|
|
21
|
+
aparencia: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
validator(aparencia: string): boolean;
|
|
25
|
+
};
|
|
26
|
+
}>>, {
|
|
27
|
+
aparencia: string;
|
|
28
|
+
}, {}>;
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
iconeCategoria: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
categoria: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
};
|
|
10
|
+
escuro: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
tipo: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
};
|
|
17
|
+
borderColor: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
};
|
|
20
|
+
backgroundColor: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
};
|
|
23
|
+
}, {
|
|
24
|
+
classes: import('vue').ComputedRef<{
|
|
25
|
+
[x: string]: boolean;
|
|
26
|
+
"bg-escuro": boolean;
|
|
27
|
+
"bg-claro": boolean;
|
|
28
|
+
}>;
|
|
29
|
+
style: import('vue').ComputedRef<{
|
|
30
|
+
borderColor: string | undefined;
|
|
31
|
+
backgroundColor: string | undefined;
|
|
32
|
+
}>;
|
|
33
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
34
|
+
iconeCategoria: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
categoria: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
};
|
|
41
|
+
escuro: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
tipo: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
};
|
|
48
|
+
borderColor: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
};
|
|
51
|
+
backgroundColor: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
};
|
|
54
|
+
}>>, {
|
|
55
|
+
escuro: boolean;
|
|
56
|
+
}, {}>;
|
|
57
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { Status } from '../type';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
|
+
status: {
|
|
6
|
+
required: true;
|
|
7
|
+
type: PropType<Status>;
|
|
8
|
+
};
|
|
9
|
+
}, {
|
|
10
|
+
classes: import('vue').ComputedRef<{
|
|
11
|
+
[x: string]: boolean;
|
|
12
|
+
}>;
|
|
13
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
+
status: {
|
|
15
|
+
required: true;
|
|
16
|
+
type: PropType<Status>;
|
|
17
|
+
};
|
|
18
|
+
}>>, {}, {}>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
subtitulo: {
|
|
3
|
+
required: true;
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
};
|
|
6
|
+
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
+
subtitulo: {
|
|
8
|
+
required: true;
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
};
|
|
11
|
+
}>>, {}, {}>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
titulo: {
|
|
3
|
+
required: true;
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
};
|
|
6
|
+
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
+
titulo: {
|
|
8
|
+
required: true;
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
};
|
|
11
|
+
}>>, {}, {}>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as Timeline } from './organismos/Timeline.vue';
|
|
2
|
+
import { default as TemplateTimeline } from './templates/TemplateTimeline.vue';
|
|
3
|
+
import { default as EventoTimeline } from './moleculas/EventoTimeline.vue';
|
|
4
|
+
import { default as EventoDetalhado } from './organismos/EventoDetalhado.vue';
|
|
5
|
+
import { default as EditarEvento } from './organismos/EditarEvento.vue';
|
|
6
|
+
|
|
7
|
+
import * as Tipos from "./type";
|
|
8
|
+
import * as TiposDetalhado from "./typeDetalhado";
|
|
9
|
+
export { Timeline, Tipos, TiposDetalhado, EventoTimeline, EventoDetalhado, EditarEvento, TemplateTimeline, };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
3
|
+
emitirSalvarClick: (mouseEvent: MouseEvent) => void;
|
|
4
|
+
emitirCancelarClick: (mouseEvent: MouseEvent) => void;
|
|
5
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
salvarClick: (mouseEvent: MouseEvent) => true;
|
|
7
|
+
cancelarClick: (mouseEvent: MouseEvent) => true;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>> & {
|
|
9
|
+
onSalvarClick?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
10
|
+
onCancelarClick?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
11
|
+
}, {}, {}>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
|
|
3
|
+
export type Tamanho = 'pequeno' | 'medio' | 'grande';
|
|
4
|
+
export type Aparencia = 'outline' | 'preenchido' | 'vazio';
|
|
5
|
+
export declare const Tamanhos: {
|
|
6
|
+
PEQUENO: Tamanho;
|
|
7
|
+
MEDIO: Tamanho;
|
|
8
|
+
GRANDE: Tamanho;
|
|
9
|
+
};
|
|
10
|
+
export declare const Aparencias: {
|
|
11
|
+
OUTLINE: Aparencia;
|
|
12
|
+
PREENCHIDO: Aparencia;
|
|
13
|
+
VAZIO: Aparencia;
|
|
14
|
+
};
|
|
15
|
+
declare const _default: import('vue').DefineComponent<{
|
|
16
|
+
titulo: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
icone: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
};
|
|
23
|
+
aparencia: {
|
|
24
|
+
type: PropType<Aparencia>;
|
|
25
|
+
default: Aparencia;
|
|
26
|
+
};
|
|
27
|
+
tamanho: {
|
|
28
|
+
type: PropType<Tamanho>;
|
|
29
|
+
default: Tamanho;
|
|
30
|
+
};
|
|
31
|
+
}, {
|
|
32
|
+
handleClick: (mouseEvent: MouseEvent) => void;
|
|
33
|
+
classes: import('vue').ComputedRef<{
|
|
34
|
+
[x: string]: boolean;
|
|
35
|
+
}>;
|
|
36
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
37
|
+
click: (mouseEvent: MouseEvent) => true;
|
|
38
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
39
|
+
titulo: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
icone: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
};
|
|
46
|
+
aparencia: {
|
|
47
|
+
type: PropType<Aparencia>;
|
|
48
|
+
default: Aparencia;
|
|
49
|
+
};
|
|
50
|
+
tamanho: {
|
|
51
|
+
type: PropType<Tamanho>;
|
|
52
|
+
default: Tamanho;
|
|
53
|
+
};
|
|
54
|
+
}>> & {
|
|
55
|
+
onClick?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
56
|
+
}, {
|
|
57
|
+
aparencia: Aparencia;
|
|
58
|
+
titulo: string;
|
|
59
|
+
tamanho: Tamanho;
|
|
60
|
+
}, {}>;
|
|
61
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { Status } from '../type';
|
|
3
|
+
import { Aparencia } from './Botao.vue';
|
|
4
|
+
|
|
5
|
+
declare const _default: import('vue').DefineComponent<{
|
|
6
|
+
aparencia: {
|
|
7
|
+
type: PropType<Aparencia>;
|
|
8
|
+
};
|
|
9
|
+
status: {
|
|
10
|
+
type: PropType<Status>;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
}, {
|
|
14
|
+
emitirClick: (mouseEvent: MouseEvent) => void;
|
|
15
|
+
classes: import('vue').ComputedRef<{
|
|
16
|
+
[x: string]: boolean;
|
|
17
|
+
}>;
|
|
18
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
+
click: (mouseEvent: MouseEvent) => true;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
21
|
+
aparencia: {
|
|
22
|
+
type: PropType<Aparencia>;
|
|
23
|
+
};
|
|
24
|
+
status: {
|
|
25
|
+
type: PropType<Status>;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
}>> & {
|
|
29
|
+
onClick?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
30
|
+
}, {
|
|
31
|
+
status: Status;
|
|
32
|
+
}, {}>;
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { EventoDetalhado } from '../typeDetalhado';
|
|
3
|
+
import { Perfil } from '../type';
|
|
4
|
+
|
|
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
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
15
|
+
perfil: {
|
|
16
|
+
required: true;
|
|
17
|
+
type: PropType<Perfil>;
|
|
18
|
+
};
|
|
19
|
+
evento: {
|
|
20
|
+
required: true;
|
|
21
|
+
type: PropType<EventoDetalhado>;
|
|
22
|
+
};
|
|
23
|
+
}>>, {}, {}>;
|
|
24
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
titulo: {
|
|
3
|
+
required: true;
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
};
|
|
6
|
+
subtitulo: {
|
|
7
|
+
required: false;
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
};
|
|
10
|
+
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
+
titulo: {
|
|
12
|
+
required: true;
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
};
|
|
15
|
+
subtitulo: {
|
|
16
|
+
required: false;
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
};
|
|
19
|
+
}>>, {}, {}>;
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { Categoria, Status, Criticidade } from '../type';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
|
+
status: {
|
|
6
|
+
required: true;
|
|
7
|
+
type: PropType<Status>;
|
|
8
|
+
};
|
|
9
|
+
criticidade: {
|
|
10
|
+
required: true;
|
|
11
|
+
type: PropType<Criticidade>;
|
|
12
|
+
};
|
|
13
|
+
ehAtual: {
|
|
14
|
+
required: false;
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
previstoPara: {
|
|
19
|
+
required: true;
|
|
20
|
+
type: DateConstructor;
|
|
21
|
+
};
|
|
22
|
+
realizadoEm: {
|
|
23
|
+
required: false;
|
|
24
|
+
type: PropType<Date | null>;
|
|
25
|
+
};
|
|
26
|
+
categoria: {
|
|
27
|
+
required: true;
|
|
28
|
+
type: PropType<Categoria>;
|
|
29
|
+
};
|
|
30
|
+
titulo: {
|
|
31
|
+
required: true;
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
};
|
|
34
|
+
subtitulo: {
|
|
35
|
+
required: false;
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
};
|
|
38
|
+
textoDestaque: {
|
|
39
|
+
required: false;
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
};
|
|
42
|
+
clicavel: {
|
|
43
|
+
required: false;
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
}, {
|
|
48
|
+
handleClick: (mouseEvent: MouseEvent) => void;
|
|
49
|
+
eventoSelecionado: import('vue').ComputedRef<{
|
|
50
|
+
atual: boolean;
|
|
51
|
+
padrao: boolean;
|
|
52
|
+
}>;
|
|
53
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
54
|
+
click: (mouseEvent: MouseEvent) => true;
|
|
55
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
56
|
+
status: {
|
|
57
|
+
required: true;
|
|
58
|
+
type: PropType<Status>;
|
|
59
|
+
};
|
|
60
|
+
criticidade: {
|
|
61
|
+
required: true;
|
|
62
|
+
type: PropType<Criticidade>;
|
|
63
|
+
};
|
|
64
|
+
ehAtual: {
|
|
65
|
+
required: false;
|
|
66
|
+
type: BooleanConstructor;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
previstoPara: {
|
|
70
|
+
required: true;
|
|
71
|
+
type: DateConstructor;
|
|
72
|
+
};
|
|
73
|
+
realizadoEm: {
|
|
74
|
+
required: false;
|
|
75
|
+
type: PropType<Date | null>;
|
|
76
|
+
};
|
|
77
|
+
categoria: {
|
|
78
|
+
required: true;
|
|
79
|
+
type: PropType<Categoria>;
|
|
80
|
+
};
|
|
81
|
+
titulo: {
|
|
82
|
+
required: true;
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
};
|
|
85
|
+
subtitulo: {
|
|
86
|
+
required: false;
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
};
|
|
89
|
+
textoDestaque: {
|
|
90
|
+
required: false;
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
};
|
|
93
|
+
clicavel: {
|
|
94
|
+
required: false;
|
|
95
|
+
type: BooleanConstructor;
|
|
96
|
+
default: boolean;
|
|
97
|
+
};
|
|
98
|
+
}>> & {
|
|
99
|
+
onClick?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
100
|
+
}, {
|
|
101
|
+
ehAtual: boolean;
|
|
102
|
+
clicavel: boolean;
|
|
103
|
+
}, {}>;
|
|
104
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<{
|
|
4
|
+
horaPrevista: {
|
|
5
|
+
type: DateConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
horaRealizada: {
|
|
9
|
+
required: false;
|
|
10
|
+
type: PropType<Date | null>;
|
|
11
|
+
};
|
|
12
|
+
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
horaPrevista: {
|
|
14
|
+
type: DateConstructor;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
horaRealizada: {
|
|
18
|
+
required: false;
|
|
19
|
+
type: PropType<Date | null>;
|
|
20
|
+
};
|
|
21
|
+
}>>, {}, {}>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { Observacao } from '../typeDetalhado';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
|
+
tituloBotao: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
};
|
|
8
|
+
observacoes: {
|
|
9
|
+
required: true;
|
|
10
|
+
type: PropType<Observacao[]>;
|
|
11
|
+
};
|
|
12
|
+
}, {
|
|
13
|
+
emitirAdicionarClick: (mouseEvent: MouseEvent) => void;
|
|
14
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
+
adicionarClick: (mouseEvent: MouseEvent) => true;
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
|
+
tituloBotao: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
};
|
|
20
|
+
observacoes: {
|
|
21
|
+
required: true;
|
|
22
|
+
type: PropType<Observacao[]>;
|
|
23
|
+
};
|
|
24
|
+
}>> & {
|
|
25
|
+
onAdicionarClick?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
26
|
+
}, {}, {}>;
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
imagemPerfil: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
};
|
|
6
|
+
nomePerfil: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
};
|
|
9
|
+
iconePerfil: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
};
|
|
12
|
+
formatoReduzido: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
}, {
|
|
17
|
+
classes: import('vue').ComputedRef<{
|
|
18
|
+
"formato-reduzido": boolean;
|
|
19
|
+
"formato-normal": boolean;
|
|
20
|
+
}>;
|
|
21
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
+
imagemPerfil: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
};
|
|
25
|
+
nomePerfil: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
};
|
|
28
|
+
iconePerfil: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
};
|
|
31
|
+
formatoReduzido: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
formatoReduzido: boolean;
|
|
37
|
+
}, {}>;
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
dataSeparador: {
|
|
3
|
+
required: true;
|
|
4
|
+
type: DateConstructor;
|
|
5
|
+
};
|
|
6
|
+
}, {
|
|
7
|
+
mesCorrente: (mes: number) => any;
|
|
8
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
dataSeparador: {
|
|
10
|
+
required: true;
|
|
11
|
+
type: DateConstructor;
|
|
12
|
+
};
|
|
13
|
+
}>>, {}, {}>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { Aparencia } from './Botao.vue';
|
|
3
|
+
import { Status } from '../type';
|
|
4
|
+
|
|
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
|
+
}, {}, {}>;
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
|
|
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
|
+
emitirVoltarClick: (mouseEvent: MouseEvent) => void;
|
|
13
|
+
classes: import('vue').ComputedRef<{
|
|
14
|
+
'bg-escuro': boolean;
|
|
15
|
+
'bg-claro': boolean;
|
|
16
|
+
}>;
|
|
17
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
voltarClick: (mouseEvent: MouseEvent) => true;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
20
|
+
titulo: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
};
|
|
23
|
+
escuro: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
link: {};
|
|
28
|
+
}>> & {
|
|
29
|
+
onVoltarClick?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
30
|
+
}, {
|
|
31
|
+
escuro: boolean;
|
|
32
|
+
}, {}>;
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|