@orbe-agro/client-core 5.6.248 → 5.6.249
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.
|
@@ -3,7 +3,7 @@ import Container from "../shared/Container.js";
|
|
|
3
3
|
import classNames from "../../utils/classNames.js";
|
|
4
4
|
import { APP_NAME } from "../../constants/app.constant.js";
|
|
5
5
|
import { PAGE_CONTAINER_GUTTER_X } from "../../constants/theme.constant.js";
|
|
6
|
-
const version = true ? "5.6.
|
|
6
|
+
const version = true ? "5.6.249" : "0.0.0";
|
|
7
7
|
const FooterContent = () => {
|
|
8
8
|
return /* @__PURE__ */ jsxs("div", { className: "flex w-full flex-auto items-center justify-between", children: [
|
|
9
9
|
/* @__PURE__ */ jsxs("span", { children: [
|
|
@@ -4,7 +4,7 @@ export type TDocumentacaoColumnDef = {
|
|
|
4
4
|
dataCriacao: string;
|
|
5
5
|
usuarioCriacaoId: number;
|
|
6
6
|
usuarioCriacaoNome: string;
|
|
7
|
-
fornecedorId?: number;
|
|
7
|
+
fornecedorId?: number | null;
|
|
8
8
|
fornecedorBusinessPartner?: string;
|
|
9
9
|
fornecedorNomeCompleto?: string;
|
|
10
10
|
tipoDocumentacao: string;
|
|
@@ -13,7 +13,7 @@ export type TDocumentacaoColumnDef = {
|
|
|
13
13
|
};
|
|
14
14
|
export type TDocumentacao = {
|
|
15
15
|
id?: number;
|
|
16
|
-
fornecedorId?: number;
|
|
16
|
+
fornecedorId?: number | null;
|
|
17
17
|
tipoDocumentacao: string;
|
|
18
18
|
contrato?: TContrato | null;
|
|
19
19
|
notaFiscal?: TNotaFiscal | null;
|
|
@@ -27,8 +27,8 @@ export type TContrato = {
|
|
|
27
27
|
dataTermo: string;
|
|
28
28
|
dataAtivacao: string;
|
|
29
29
|
tipoContrato: string;
|
|
30
|
-
contratoPorValor?: TContratoPorValor;
|
|
31
|
-
contratoPorItens?: TContratoPorItens[];
|
|
30
|
+
contratoPorValor?: TContratoPorValor | null;
|
|
31
|
+
contratoPorItens?: TContratoPorItens[] | null;
|
|
32
32
|
anexosContrato?: TAnexoComponente[];
|
|
33
33
|
anexosNotaRemessa?: TAnexoComponente[];
|
|
34
34
|
};
|
|
@@ -38,10 +38,10 @@ export type TContratoPorValor = {
|
|
|
38
38
|
valorCobrar: number;
|
|
39
39
|
dataInicioAluguel: string;
|
|
40
40
|
dataFinalAluguel: string;
|
|
41
|
-
monitor?: boolean;
|
|
42
|
-
monitorTelaId?: number;
|
|
43
|
-
numeroSerieMonitor?: string;
|
|
44
|
-
valorCobrarMonitor?: number;
|
|
41
|
+
monitor?: boolean | null;
|
|
42
|
+
monitorTelaId?: number | null;
|
|
43
|
+
numeroSerieMonitor?: string | null;
|
|
44
|
+
valorCobrarMonitor?: number | null;
|
|
45
45
|
};
|
|
46
46
|
export type TContratoPorItens = {
|
|
47
47
|
id?: number;
|
|
@@ -49,24 +49,24 @@ export type TContratoPorItens = {
|
|
|
49
49
|
valorCobrar: number;
|
|
50
50
|
dataInicioAluguel: string;
|
|
51
51
|
dataFinalAluguel: string;
|
|
52
|
-
monitor?: boolean;
|
|
53
|
-
monitorTelaId?: number;
|
|
54
|
-
numeroSerieMonitor?: string;
|
|
55
|
-
valorCobrarMonitor?: number;
|
|
52
|
+
monitor?: boolean | null;
|
|
53
|
+
monitorTelaId?: number | null;
|
|
54
|
+
numeroSerieMonitor?: string | null;
|
|
55
|
+
valorCobrarMonitor?: number | null;
|
|
56
56
|
};
|
|
57
57
|
export type TNotaFiscal = {
|
|
58
58
|
id?: number;
|
|
59
59
|
notaFiscal: string;
|
|
60
|
-
numeroSerie?: string;
|
|
60
|
+
numeroSerie?: string | null;
|
|
61
61
|
garantia?: boolean | null;
|
|
62
62
|
dataInicioGarantia?: string | null;
|
|
63
63
|
dataFinalGarantia?: string | null;
|
|
64
64
|
dataAquisicao: string;
|
|
65
|
-
anexosNotaFiscal?: TAnexoComponente[];
|
|
66
|
-
aquisicaoMonitor?: boolean;
|
|
67
|
-
monitor?: boolean;
|
|
68
|
-
monitorTelaId?: number;
|
|
69
|
-
numeroSerieMonitor?: string;
|
|
70
|
-
valorCobrarMonitor?: number;
|
|
65
|
+
anexosNotaFiscal?: TAnexoComponente[] | null;
|
|
66
|
+
aquisicaoMonitor?: boolean | null;
|
|
67
|
+
monitor?: boolean | null;
|
|
68
|
+
monitorTelaId?: number | null;
|
|
69
|
+
numeroSerieMonitor?: string | null;
|
|
70
|
+
valorCobrarMonitor?: number | null;
|
|
71
71
|
};
|
|
72
72
|
//# sourceMappingURL=documentacao.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"documentacao.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/ativos/documentacao.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAA;AAEpD,MAAM,MAAM,sBAAsB,GAAG;IACjC,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,CAAA;IACnB,gBAAgB,EAAE,MAAM,CAAA;IACxB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"documentacao.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/ativos/documentacao.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,7 +5,7 @@ export type TDocumentacaoColumnDef = {
|
|
|
5
5
|
dataCriacao: string
|
|
6
6
|
usuarioCriacaoId: number
|
|
7
7
|
usuarioCriacaoNome: string
|
|
8
|
-
fornecedorId?: number
|
|
8
|
+
fornecedorId?: number | null
|
|
9
9
|
fornecedorBusinessPartner?: string
|
|
10
10
|
fornecedorNomeCompleto?: string
|
|
11
11
|
tipoDocumentacao: string
|
|
@@ -15,7 +15,7 @@ export type TDocumentacaoColumnDef = {
|
|
|
15
15
|
|
|
16
16
|
export type TDocumentacao = {
|
|
17
17
|
id?: number
|
|
18
|
-
fornecedorId?: number
|
|
18
|
+
fornecedorId?: number | null
|
|
19
19
|
tipoDocumentacao: string
|
|
20
20
|
contrato?: TContrato | null
|
|
21
21
|
notaFiscal?: TNotaFiscal | null
|
|
@@ -30,8 +30,8 @@ export type TContrato = {
|
|
|
30
30
|
dataTermo: string
|
|
31
31
|
dataAtivacao: string
|
|
32
32
|
tipoContrato: string
|
|
33
|
-
contratoPorValor?: TContratoPorValor
|
|
34
|
-
contratoPorItens?: TContratoPorItens[]
|
|
33
|
+
contratoPorValor?: TContratoPorValor | null
|
|
34
|
+
contratoPorItens?: TContratoPorItens[] | null
|
|
35
35
|
anexosContrato?: TAnexoComponente[]
|
|
36
36
|
anexosNotaRemessa?: TAnexoComponente[]
|
|
37
37
|
}
|
|
@@ -42,10 +42,10 @@ export type TContratoPorValor = {
|
|
|
42
42
|
valorCobrar: number
|
|
43
43
|
dataInicioAluguel: string
|
|
44
44
|
dataFinalAluguel: string
|
|
45
|
-
monitor?: boolean
|
|
46
|
-
monitorTelaId?: number
|
|
47
|
-
numeroSerieMonitor?: string
|
|
48
|
-
valorCobrarMonitor?: number
|
|
45
|
+
monitor?: boolean | null
|
|
46
|
+
monitorTelaId?: number | null
|
|
47
|
+
numeroSerieMonitor?: string | null
|
|
48
|
+
valorCobrarMonitor?: number | null
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
export type TContratoPorItens = {
|
|
@@ -54,25 +54,25 @@ export type TContratoPorItens = {
|
|
|
54
54
|
valorCobrar: number
|
|
55
55
|
dataInicioAluguel: string
|
|
56
56
|
dataFinalAluguel: string
|
|
57
|
-
monitor?: boolean
|
|
58
|
-
monitorTelaId?: number
|
|
59
|
-
numeroSerieMonitor?: string
|
|
60
|
-
valorCobrarMonitor?: number
|
|
57
|
+
monitor?: boolean | null
|
|
58
|
+
monitorTelaId?: number | null
|
|
59
|
+
numeroSerieMonitor?: string | null
|
|
60
|
+
valorCobrarMonitor?: number | null
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
export type TNotaFiscal = {
|
|
64
64
|
id?: number
|
|
65
65
|
notaFiscal: string
|
|
66
|
-
numeroSerie?: string
|
|
66
|
+
numeroSerie?: string | null
|
|
67
67
|
garantia?: boolean | null
|
|
68
68
|
dataInicioGarantia?: string | null
|
|
69
69
|
dataFinalGarantia?: string | null
|
|
70
70
|
dataAquisicao: string
|
|
71
|
-
anexosNotaFiscal?: TAnexoComponente[]
|
|
72
|
-
aquisicaoMonitor?: boolean
|
|
73
|
-
monitor?: boolean
|
|
74
|
-
monitorTelaId?: number
|
|
75
|
-
numeroSerieMonitor?: string
|
|
76
|
-
valorCobrarMonitor?: number
|
|
71
|
+
anexosNotaFiscal?: TAnexoComponente[] | null
|
|
72
|
+
aquisicaoMonitor?: boolean | null
|
|
73
|
+
monitor?: boolean | null
|
|
74
|
+
monitorTelaId?: number | null
|
|
75
|
+
numeroSerieMonitor?: string | null
|
|
76
|
+
valorCobrarMonitor?: number | null
|
|
77
77
|
}
|
|
78
78
|
|
package/package.json
CHANGED