@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
|
@@ -14,7 +14,9 @@ type TipoEventoTimeline = {
|
|
|
14
14
|
valor: Evento[];
|
|
15
15
|
key: number;
|
|
16
16
|
};
|
|
17
|
-
declare const _default:
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
18
|
+
export default _default;
|
|
19
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
18
20
|
perfilTimeline: {
|
|
19
21
|
required: false;
|
|
20
22
|
type: PropType<Perfil>;
|
|
@@ -23,12 +25,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
25
|
required: true;
|
|
24
26
|
type: PropType<Evento[]>;
|
|
25
27
|
};
|
|
26
|
-
}
|
|
28
|
+
}>, {
|
|
27
29
|
eventosPorTipo: import("vue").ComputedRef<TipoEventoTimeline[]>;
|
|
28
30
|
scrollParaItemAtual: () => void;
|
|
29
31
|
handleEventoClick: (evento: Evento, mouseEvent: MouseEvent) => void;
|
|
30
|
-
},
|
|
31
|
-
eventoClick: (
|
|
32
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
33
|
+
eventoClick: (_evento: Evento, _mouseEvent: MouseEvent) => true;
|
|
32
34
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
35
|
perfilTimeline: {
|
|
34
36
|
required: false;
|
|
@@ -38,7 +40,368 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
40
|
required: true;
|
|
39
41
|
type: PropType<Evento[]>;
|
|
40
42
|
};
|
|
41
|
-
}>> & {
|
|
42
|
-
onEventoClick?: ((
|
|
43
|
-
}, {}, {
|
|
44
|
-
|
|
43
|
+
}>> & Readonly<{
|
|
44
|
+
onEventoClick?: ((_evento: Evento, _mouseEvent: MouseEvent) => any) | undefined;
|
|
45
|
+
}>, {}, {}, {
|
|
46
|
+
PerfilTimeline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
47
|
+
imagemPerfil: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
};
|
|
50
|
+
nomePerfil: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
};
|
|
53
|
+
iconePerfil: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
};
|
|
56
|
+
formatoReduzido: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
}>, {
|
|
61
|
+
classes: import("vue").ComputedRef<{
|
|
62
|
+
'formato-reduzido': boolean;
|
|
63
|
+
'formato-normal': boolean;
|
|
64
|
+
}>;
|
|
65
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
66
|
+
imagemPerfil: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
};
|
|
69
|
+
nomePerfil: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
};
|
|
72
|
+
iconePerfil: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
};
|
|
75
|
+
formatoReduzido: {
|
|
76
|
+
type: BooleanConstructor;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
}>> & Readonly<{}>, {
|
|
80
|
+
formatoReduzido: boolean;
|
|
81
|
+
}, {}, {
|
|
82
|
+
AvatarTimeline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
83
|
+
imagem: {
|
|
84
|
+
type: StringConstructor;
|
|
85
|
+
};
|
|
86
|
+
icone: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
};
|
|
89
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
90
|
+
imagem: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
};
|
|
93
|
+
icone: {
|
|
94
|
+
type: StringConstructor;
|
|
95
|
+
};
|
|
96
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
97
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
98
|
+
SeparadorPeriodo: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
99
|
+
dataSeparador: {
|
|
100
|
+
required: true;
|
|
101
|
+
type: DateConstructor;
|
|
102
|
+
};
|
|
103
|
+
}>, {
|
|
104
|
+
mesCorrente: (mes: number) => any;
|
|
105
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
106
|
+
dataSeparador: {
|
|
107
|
+
required: true;
|
|
108
|
+
type: DateConstructor;
|
|
109
|
+
};
|
|
110
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
111
|
+
BoxData: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
112
|
+
dataNumero: {
|
|
113
|
+
required: true;
|
|
114
|
+
type: NumberConstructor;
|
|
115
|
+
};
|
|
116
|
+
aparencia: {
|
|
117
|
+
type: PropType<import("../atomos/box-data/BoxData.types.js").Aparencia>;
|
|
118
|
+
default: string;
|
|
119
|
+
};
|
|
120
|
+
}>, {
|
|
121
|
+
classes: import("vue").ComputedRef<{
|
|
122
|
+
[x: string]: boolean;
|
|
123
|
+
}>;
|
|
124
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
125
|
+
dataNumero: {
|
|
126
|
+
required: true;
|
|
127
|
+
type: NumberConstructor;
|
|
128
|
+
};
|
|
129
|
+
aparencia: {
|
|
130
|
+
type: PropType<import("../atomos/box-data/BoxData.types.js").Aparencia>;
|
|
131
|
+
default: string;
|
|
132
|
+
};
|
|
133
|
+
}>> & Readonly<{}>, {
|
|
134
|
+
aparencia: import("../atomos/box-data/BoxData.types.js").Aparencia;
|
|
135
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
136
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
137
|
+
EventoTimeline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
138
|
+
status: {
|
|
139
|
+
required: true;
|
|
140
|
+
type: PropType<import("../type").Status>;
|
|
141
|
+
};
|
|
142
|
+
criticidade: {
|
|
143
|
+
required: true;
|
|
144
|
+
type: PropType<import("../type").Criticidade>;
|
|
145
|
+
};
|
|
146
|
+
ehAtual: {
|
|
147
|
+
required: false;
|
|
148
|
+
type: BooleanConstructor;
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
151
|
+
previstoPara: {
|
|
152
|
+
required: true;
|
|
153
|
+
type: DateConstructor;
|
|
154
|
+
};
|
|
155
|
+
realizadoEm: {
|
|
156
|
+
required: false;
|
|
157
|
+
type: PropType<Date | null>;
|
|
158
|
+
};
|
|
159
|
+
categoria: {
|
|
160
|
+
required: true;
|
|
161
|
+
type: PropType<import("../type").Categoria>;
|
|
162
|
+
};
|
|
163
|
+
titulo: {
|
|
164
|
+
required: true;
|
|
165
|
+
type: StringConstructor;
|
|
166
|
+
};
|
|
167
|
+
subtitulo: {
|
|
168
|
+
required: false;
|
|
169
|
+
type: StringConstructor;
|
|
170
|
+
};
|
|
171
|
+
textoDestaque: {
|
|
172
|
+
required: false;
|
|
173
|
+
type: StringConstructor;
|
|
174
|
+
};
|
|
175
|
+
clicavel: {
|
|
176
|
+
required: false;
|
|
177
|
+
type: BooleanConstructor;
|
|
178
|
+
default: boolean;
|
|
179
|
+
};
|
|
180
|
+
}>, {
|
|
181
|
+
handleClick: (_mouseEvent: MouseEvent) => void;
|
|
182
|
+
eventoSelecionado: import("vue").ComputedRef<{
|
|
183
|
+
atual: boolean;
|
|
184
|
+
padrao: boolean;
|
|
185
|
+
}>;
|
|
186
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
187
|
+
click: (_mouseEvent: MouseEvent) => true;
|
|
188
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
189
|
+
status: {
|
|
190
|
+
required: true;
|
|
191
|
+
type: PropType<import("../type").Status>;
|
|
192
|
+
};
|
|
193
|
+
criticidade: {
|
|
194
|
+
required: true;
|
|
195
|
+
type: PropType<import("../type").Criticidade>;
|
|
196
|
+
};
|
|
197
|
+
ehAtual: {
|
|
198
|
+
required: false;
|
|
199
|
+
type: BooleanConstructor;
|
|
200
|
+
default: boolean;
|
|
201
|
+
};
|
|
202
|
+
previstoPara: {
|
|
203
|
+
required: true;
|
|
204
|
+
type: DateConstructor;
|
|
205
|
+
};
|
|
206
|
+
realizadoEm: {
|
|
207
|
+
required: false;
|
|
208
|
+
type: PropType<Date | null>;
|
|
209
|
+
};
|
|
210
|
+
categoria: {
|
|
211
|
+
required: true;
|
|
212
|
+
type: PropType<import("../type").Categoria>;
|
|
213
|
+
};
|
|
214
|
+
titulo: {
|
|
215
|
+
required: true;
|
|
216
|
+
type: StringConstructor;
|
|
217
|
+
};
|
|
218
|
+
subtitulo: {
|
|
219
|
+
required: false;
|
|
220
|
+
type: StringConstructor;
|
|
221
|
+
};
|
|
222
|
+
textoDestaque: {
|
|
223
|
+
required: false;
|
|
224
|
+
type: StringConstructor;
|
|
225
|
+
};
|
|
226
|
+
clicavel: {
|
|
227
|
+
required: false;
|
|
228
|
+
type: BooleanConstructor;
|
|
229
|
+
default: boolean;
|
|
230
|
+
};
|
|
231
|
+
}>> & Readonly<{
|
|
232
|
+
onClick?: ((_mouseEvent: MouseEvent) => any) | undefined;
|
|
233
|
+
}>, {
|
|
234
|
+
ehAtual: boolean;
|
|
235
|
+
clicavel: boolean;
|
|
236
|
+
}, {}, {
|
|
237
|
+
IconeStatus: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
238
|
+
status: {
|
|
239
|
+
required: true;
|
|
240
|
+
type: PropType<import("../type").Status>;
|
|
241
|
+
};
|
|
242
|
+
}>, {
|
|
243
|
+
classes: import("vue").ComputedRef<{
|
|
244
|
+
[x: string]: boolean;
|
|
245
|
+
}>;
|
|
246
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
247
|
+
status: {
|
|
248
|
+
required: true;
|
|
249
|
+
type: PropType<import("../type").Status>;
|
|
250
|
+
};
|
|
251
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
252
|
+
IconeCategoria: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
253
|
+
iconeCategoria: {
|
|
254
|
+
type: StringConstructor;
|
|
255
|
+
required: true;
|
|
256
|
+
};
|
|
257
|
+
categoria: {
|
|
258
|
+
type: StringConstructor;
|
|
259
|
+
};
|
|
260
|
+
escuro: {
|
|
261
|
+
type: BooleanConstructor;
|
|
262
|
+
default: boolean;
|
|
263
|
+
};
|
|
264
|
+
tipo: {
|
|
265
|
+
type: StringConstructor;
|
|
266
|
+
};
|
|
267
|
+
borderColor: {
|
|
268
|
+
type: StringConstructor;
|
|
269
|
+
};
|
|
270
|
+
backgroundColor: {
|
|
271
|
+
type: StringConstructor;
|
|
272
|
+
};
|
|
273
|
+
}>, {
|
|
274
|
+
classes: import("vue").ComputedRef<{
|
|
275
|
+
[x: string]: boolean;
|
|
276
|
+
'bg-escuro': boolean;
|
|
277
|
+
'bg-claro': boolean;
|
|
278
|
+
}>;
|
|
279
|
+
style: import("vue").ComputedRef<{
|
|
280
|
+
borderColor: string | undefined;
|
|
281
|
+
backgroundColor: string | undefined;
|
|
282
|
+
}>;
|
|
283
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
284
|
+
iconeCategoria: {
|
|
285
|
+
type: StringConstructor;
|
|
286
|
+
required: true;
|
|
287
|
+
};
|
|
288
|
+
categoria: {
|
|
289
|
+
type: StringConstructor;
|
|
290
|
+
};
|
|
291
|
+
escuro: {
|
|
292
|
+
type: BooleanConstructor;
|
|
293
|
+
default: boolean;
|
|
294
|
+
};
|
|
295
|
+
tipo: {
|
|
296
|
+
type: StringConstructor;
|
|
297
|
+
};
|
|
298
|
+
borderColor: {
|
|
299
|
+
type: StringConstructor;
|
|
300
|
+
};
|
|
301
|
+
backgroundColor: {
|
|
302
|
+
type: StringConstructor;
|
|
303
|
+
};
|
|
304
|
+
}>> & Readonly<{}>, {
|
|
305
|
+
escuro: boolean;
|
|
306
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
307
|
+
HoraEvento: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
308
|
+
horaPrevista: {
|
|
309
|
+
type: DateConstructor;
|
|
310
|
+
required: true;
|
|
311
|
+
};
|
|
312
|
+
horaRealizada: {
|
|
313
|
+
required: false;
|
|
314
|
+
type: PropType<Date | null>;
|
|
315
|
+
};
|
|
316
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
317
|
+
horaPrevista: {
|
|
318
|
+
type: DateConstructor;
|
|
319
|
+
required: true;
|
|
320
|
+
};
|
|
321
|
+
horaRealizada: {
|
|
322
|
+
required: false;
|
|
323
|
+
type: PropType<Date | null>;
|
|
324
|
+
};
|
|
325
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
326
|
+
Hora: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
327
|
+
hora: {
|
|
328
|
+
required: true;
|
|
329
|
+
type: DateConstructor;
|
|
330
|
+
};
|
|
331
|
+
aparencia: {
|
|
332
|
+
type: StringConstructor;
|
|
333
|
+
default: string;
|
|
334
|
+
validator(aparencia: string): boolean;
|
|
335
|
+
};
|
|
336
|
+
}>, {
|
|
337
|
+
horas: import("vue").Ref<Date, Date>;
|
|
338
|
+
classes: import("vue").ComputedRef<{
|
|
339
|
+
[x: string]: boolean;
|
|
340
|
+
}>;
|
|
341
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
342
|
+
hora: {
|
|
343
|
+
required: true;
|
|
344
|
+
type: DateConstructor;
|
|
345
|
+
};
|
|
346
|
+
aparencia: {
|
|
347
|
+
type: StringConstructor;
|
|
348
|
+
default: string;
|
|
349
|
+
validator(aparencia: string): boolean;
|
|
350
|
+
};
|
|
351
|
+
}>> & Readonly<{}>, {
|
|
352
|
+
aparencia: string;
|
|
353
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
354
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
355
|
+
DescricaoEvento: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
356
|
+
titulo: {
|
|
357
|
+
required: true;
|
|
358
|
+
type: StringConstructor;
|
|
359
|
+
};
|
|
360
|
+
subtitulo: {
|
|
361
|
+
required: false;
|
|
362
|
+
type: StringConstructor;
|
|
363
|
+
};
|
|
364
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
365
|
+
titulo: {
|
|
366
|
+
required: true;
|
|
367
|
+
type: StringConstructor;
|
|
368
|
+
};
|
|
369
|
+
subtitulo: {
|
|
370
|
+
required: false;
|
|
371
|
+
type: StringConstructor;
|
|
372
|
+
};
|
|
373
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
374
|
+
TituloEvento: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
375
|
+
titulo: {
|
|
376
|
+
required: true;
|
|
377
|
+
type: StringConstructor;
|
|
378
|
+
};
|
|
379
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
380
|
+
titulo: {
|
|
381
|
+
required: true;
|
|
382
|
+
type: StringConstructor;
|
|
383
|
+
};
|
|
384
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
385
|
+
SubtituloEvento: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
386
|
+
subtitulo: {
|
|
387
|
+
required: true;
|
|
388
|
+
type: StringConstructor;
|
|
389
|
+
};
|
|
390
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
391
|
+
subtitulo: {
|
|
392
|
+
required: true;
|
|
393
|
+
type: StringConstructor;
|
|
394
|
+
};
|
|
395
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
396
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
397
|
+
Destaque: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
398
|
+
texto: {
|
|
399
|
+
type: StringConstructor;
|
|
400
|
+
};
|
|
401
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
402
|
+
texto: {
|
|
403
|
+
type: StringConstructor;
|
|
404
|
+
};
|
|
405
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
406
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
407
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { PropType } from
|
|
2
|
-
import
|
|
3
|
-
import { EventoDetalhado } from
|
|
4
|
-
declare const _default:
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import 'material-symbols/outlined.css';
|
|
3
|
+
import { EventoDetalhado } from '../typeDetalhado';
|
|
4
|
+
declare const _default: typeof __VLS_export;
|
|
5
|
+
export default _default;
|
|
6
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
7
|
salvarVisivel: {
|
|
6
8
|
type: BooleanConstructor;
|
|
7
9
|
};
|
|
@@ -9,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
11
|
required: true;
|
|
10
12
|
type: PropType<EventoDetalhado>;
|
|
11
13
|
};
|
|
12
|
-
}
|
|
14
|
+
}>, {
|
|
13
15
|
AdiantarHorario: {
|
|
14
16
|
salvarVisivel: boolean;
|
|
15
17
|
horarioOriginal: Date;
|
|
@@ -17,7 +19,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
19
|
horarioFormatado: string;
|
|
18
20
|
};
|
|
19
21
|
adiantarHorario: () => void;
|
|
20
|
-
},
|
|
22
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
23
|
salvarVisivel: {
|
|
22
24
|
type: BooleanConstructor;
|
|
23
25
|
};
|
|
@@ -25,7 +27,131 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
27
|
required: true;
|
|
26
28
|
type: PropType<EventoDetalhado>;
|
|
27
29
|
};
|
|
28
|
-
}
|
|
30
|
+
}>> & Readonly<{}>, {
|
|
29
31
|
salvarVisivel: boolean;
|
|
30
|
-
}, {}
|
|
31
|
-
|
|
32
|
+
}, {}, {
|
|
33
|
+
EditarEvento: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
34
|
+
salvarVisivel: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
};
|
|
37
|
+
}>, {
|
|
38
|
+
emitirSalvarClick: (_mouseEvent: MouseEvent) => void;
|
|
39
|
+
emitirCancelarClick: (_mouseEvent: MouseEvent) => void;
|
|
40
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
41
|
+
salvarClick: (_mouseEvent: MouseEvent) => true;
|
|
42
|
+
cancelarClick: (_mouseEvent: MouseEvent) => true;
|
|
43
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
+
salvarVisivel: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
};
|
|
47
|
+
}>> & Readonly<{
|
|
48
|
+
onSalvarClick?: ((_mouseEvent: MouseEvent) => any) | undefined;
|
|
49
|
+
onCancelarClick?: ((_mouseEvent: MouseEvent) => any) | undefined;
|
|
50
|
+
}>, {
|
|
51
|
+
salvarVisivel: boolean;
|
|
52
|
+
}, {}, {
|
|
53
|
+
AreaSalvamento: import("vue").DefineComponent<{}, {
|
|
54
|
+
emitirSalvarClick: (mouseEvent: MouseEvent) => void;
|
|
55
|
+
emitirCancelarClick: (mouseEvent: MouseEvent) => void;
|
|
56
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
57
|
+
salvarClick: (_mouseEvent: MouseEvent) => true;
|
|
58
|
+
cancelarClick: (_mouseEvent: MouseEvent) => true;
|
|
59
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
60
|
+
onSalvarClick?: ((_mouseEvent: MouseEvent) => any) | undefined;
|
|
61
|
+
onCancelarClick?: ((_mouseEvent: MouseEvent) => any) | undefined;
|
|
62
|
+
}>, {}, {}, {
|
|
63
|
+
Botao: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
64
|
+
titulo: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
icone: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
};
|
|
71
|
+
aparencia: {
|
|
72
|
+
type: PropType<import("../atomos/Botao.types").Aparencia>;
|
|
73
|
+
default: import("../atomos/Botao.types").Aparencia;
|
|
74
|
+
};
|
|
75
|
+
tamanho: {
|
|
76
|
+
type: PropType<import("../atomos/Botao.types").Tamanho>;
|
|
77
|
+
default: import("../atomos/Botao.types").Tamanho;
|
|
78
|
+
};
|
|
79
|
+
}>, {
|
|
80
|
+
handleClick: (_mouseEvent: MouseEvent) => void;
|
|
81
|
+
classes: import("vue").ComputedRef<{
|
|
82
|
+
[x: string]: boolean;
|
|
83
|
+
}>;
|
|
84
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
85
|
+
click: (_mouseEvent: MouseEvent) => true;
|
|
86
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
87
|
+
titulo: {
|
|
88
|
+
type: StringConstructor;
|
|
89
|
+
default: string;
|
|
90
|
+
};
|
|
91
|
+
icone: {
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
};
|
|
94
|
+
aparencia: {
|
|
95
|
+
type: PropType<import("../atomos/Botao.types").Aparencia>;
|
|
96
|
+
default: import("../atomos/Botao.types").Aparencia;
|
|
97
|
+
};
|
|
98
|
+
tamanho: {
|
|
99
|
+
type: PropType<import("../atomos/Botao.types").Tamanho>;
|
|
100
|
+
default: import("../atomos/Botao.types").Tamanho;
|
|
101
|
+
};
|
|
102
|
+
}>> & Readonly<{
|
|
103
|
+
onClick?: ((_mouseEvent: MouseEvent) => any) | undefined;
|
|
104
|
+
}>, {
|
|
105
|
+
titulo: string;
|
|
106
|
+
aparencia: import("../atomos/Botao.types").Aparencia;
|
|
107
|
+
tamanho: import("../atomos/Botao.types").Tamanho;
|
|
108
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
109
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
110
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
111
|
+
Botao: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
112
|
+
titulo: {
|
|
113
|
+
type: StringConstructor;
|
|
114
|
+
default: string;
|
|
115
|
+
};
|
|
116
|
+
icone: {
|
|
117
|
+
type: StringConstructor;
|
|
118
|
+
};
|
|
119
|
+
aparencia: {
|
|
120
|
+
type: PropType<import("../atomos/Botao.types").Aparencia>;
|
|
121
|
+
default: import("../atomos/Botao.types").Aparencia;
|
|
122
|
+
};
|
|
123
|
+
tamanho: {
|
|
124
|
+
type: PropType<import("../atomos/Botao.types").Tamanho>;
|
|
125
|
+
default: import("../atomos/Botao.types").Tamanho;
|
|
126
|
+
};
|
|
127
|
+
}>, {
|
|
128
|
+
handleClick: (_mouseEvent: MouseEvent) => void;
|
|
129
|
+
classes: import("vue").ComputedRef<{
|
|
130
|
+
[x: string]: boolean;
|
|
131
|
+
}>;
|
|
132
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
133
|
+
click: (_mouseEvent: MouseEvent) => true;
|
|
134
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
135
|
+
titulo: {
|
|
136
|
+
type: StringConstructor;
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
139
|
+
icone: {
|
|
140
|
+
type: StringConstructor;
|
|
141
|
+
};
|
|
142
|
+
aparencia: {
|
|
143
|
+
type: PropType<import("../atomos/Botao.types").Aparencia>;
|
|
144
|
+
default: import("../atomos/Botao.types").Aparencia;
|
|
145
|
+
};
|
|
146
|
+
tamanho: {
|
|
147
|
+
type: PropType<import("../atomos/Botao.types").Tamanho>;
|
|
148
|
+
default: import("../atomos/Botao.types").Tamanho;
|
|
149
|
+
};
|
|
150
|
+
}>> & Readonly<{
|
|
151
|
+
onClick?: ((_mouseEvent: MouseEvent) => any) | undefined;
|
|
152
|
+
}>, {
|
|
153
|
+
titulo: string;
|
|
154
|
+
aparencia: import("../atomos/Botao.types").Aparencia;
|
|
155
|
+
tamanho: import("../atomos/Botao.types").Tamanho;
|
|
156
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
157
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|