vinty-library 1.0.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 +20 -0
- package/dist/Components/AmbienteBadge.d.ts +5 -0
- package/dist/Components/ContainerFields.d.ts +5 -0
- package/dist/Components/CustomSnackBar.d.ts +2 -0
- package/dist/Components/DataTable.d.ts +4 -0
- package/dist/Components/Filtros/FilterChips.d.ts +7 -0
- package/dist/Components/Filtros/FilterHistEmailErro.d.ts +2 -0
- package/dist/Components/GlobalSearchAutocomplete.d.ts +4 -0
- package/dist/Components/Icons/CustomIcon.d.ts +15 -0
- package/dist/Components/Icons/IconsSvg.d.ts +93 -0
- package/dist/Components/Icons/index.d.ts +2 -0
- package/dist/Components/Inputs/InputText.d.ts +7 -0
- package/dist/Components/Inputs/inputAutocomplete.d.ts +5 -0
- package/dist/Components/Inputs/inputCheck.d.ts +4 -0
- package/dist/Components/Inputs/inputDataPicker.d.ts +5 -0
- package/dist/Components/Inputs/inputRadio.d.ts +4 -0
- package/dist/Components/Inputs/inputTextArea.d.ts +5 -0
- package/dist/Components/Inputs/virtualKeyboard.d.ts +8 -0
- package/dist/Components/Modais/ModalConfirm.d.ts +17 -0
- package/dist/Components/Modais/ModalHistEmailErro.d.ts +8 -0
- package/dist/Components/NavBar/Demo.d.ts +2 -0
- package/dist/Components/NavBar/MenuNavbar.d.ts +10 -0
- package/dist/Components/NavBar/MenuNavbarMobile.d.ts +2 -0
- package/dist/Components/NavBar/ModalHistEmailErro.d.ts +8 -0
- package/dist/Components/NavBar/Navbar.d.ts +9 -0
- package/dist/Components/NavBar/Notificacao.d.ts +2 -0
- package/dist/Components/TitlePage.d.ts +7 -0
- package/dist/Contexts/AuthContext.d.ts +6 -0
- package/dist/Contexts/PrefsContext.d.ts +7 -0
- package/dist/Contexts/ThemeContext.d.ts +10 -0
- package/dist/GlobalStyle.d.ts +2 -0
- package/dist/GraphQL/mutations.d.ts +22 -0
- package/dist/GraphQL/queries.d.ts +56 -0
- package/dist/Helpers.d.ts +18 -0
- package/dist/Pages/Signin.d.ts +3 -0
- package/dist/Templates/Auth.d.ts +6 -0
- package/dist/Theme/breakpoints.d.ts +10 -0
- package/dist/Theme/components.d.ts +156 -0
- package/dist/Theme/index.d.ts +2 -0
- package/dist/Theme/shadows.d.ts +3 -0
- package/dist/Theme/typography.d.ts +3 -0
- package/dist/Theme/variants.d.ts +73 -0
- package/dist/Types/graphTypes.d.ts +947 -0
- package/dist/Types/types.d.ts +375 -0
- package/dist/auth.d.ts +4 -0
- package/dist/constants.d.ts +16 -0
- package/dist/hooks/useAuth.d.ts +2 -0
- package/dist/hooks/useCookies.d.ts +3 -0
- package/dist/hooks/useLocalStorage.d.ts +2 -0
- package/dist/hooks/usePrefs.d.ts +2 -0
- package/dist/hooks/useTheme.d.ts +5 -0
- package/dist/index.css +22 -0
- package/dist/index.d.ts +1331 -0
- package/dist/index.esm.css +22 -0
- package/dist/index.esm.js +45674 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/index.js +45736 -0
- package/dist/index.js.map +1 -0
- package/package.json +87 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,1331 @@
|
|
|
1
|
+
import * as React$1 from 'react';
|
|
2
|
+
import React__default, { ReactElement, ReactNode, HTMLAttributes } from 'react';
|
|
3
|
+
import { Dayjs } from 'dayjs';
|
|
4
|
+
import { FormikErrors, FormikValues } from 'formik';
|
|
5
|
+
import { TableCellProps } from '@mui/material';
|
|
6
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
7
|
+
import { ButtonPropsVariantOverrides } from '@mui/material/Button';
|
|
8
|
+
import { OverridableStringUnion } from '@mui/types';
|
|
9
|
+
import * as _mui_material_styles from '@mui/material/styles';
|
|
10
|
+
import { Shadows } from '@mui/material/styles/shadows';
|
|
11
|
+
import { TypographyOptions } from '@mui/material/styles/createTypography';
|
|
12
|
+
|
|
13
|
+
type SetValue$1<T> = (newValue: T) => void;
|
|
14
|
+
declare const useCookies: <T = string>(keyName: string, defaultValue: T) => [T, SetValue$1<T>];
|
|
15
|
+
|
|
16
|
+
type PedOperType = {
|
|
17
|
+
id: number;
|
|
18
|
+
situacaoNFeProtocolo: string;
|
|
19
|
+
npedido: number | string;
|
|
20
|
+
documento: string;
|
|
21
|
+
emissao: Date | string;
|
|
22
|
+
faturamento: Date | string;
|
|
23
|
+
situacao: string;
|
|
24
|
+
numeroDeOperacao: number | string;
|
|
25
|
+
cliente: string;
|
|
26
|
+
codclie: number;
|
|
27
|
+
valorTotalMercad: number;
|
|
28
|
+
desconto: number;
|
|
29
|
+
valorTotalNota: number;
|
|
30
|
+
valorFrete: number;
|
|
31
|
+
valorSeguro: number;
|
|
32
|
+
outrosValores: number;
|
|
33
|
+
valorIcmsSt: number;
|
|
34
|
+
valorBaseICMsSt: number;
|
|
35
|
+
usuarioLiberFatur: string;
|
|
36
|
+
taxaAplicada: number;
|
|
37
|
+
tipoCalc: string;
|
|
38
|
+
dateMov: Date | string;
|
|
39
|
+
horaMov: Date | string;
|
|
40
|
+
codempresa: number;
|
|
41
|
+
nRec: string;
|
|
42
|
+
rejeicaoXml: string;
|
|
43
|
+
xmlValidado: string;
|
|
44
|
+
serienfe: string;
|
|
45
|
+
conferidoExpedido: boolean;
|
|
46
|
+
};
|
|
47
|
+
type carta_correcao_consultar = {
|
|
48
|
+
XMLDownload: string;
|
|
49
|
+
id: number;
|
|
50
|
+
codCce: number;
|
|
51
|
+
correcao: string;
|
|
52
|
+
chavenfe: string;
|
|
53
|
+
numfiscal: number;
|
|
54
|
+
codusuario: number;
|
|
55
|
+
data: Date | string;
|
|
56
|
+
xmlproc: string;
|
|
57
|
+
xmlenvio: string;
|
|
58
|
+
situacao: string;
|
|
59
|
+
nprotocolo: string;
|
|
60
|
+
nseqCce: number;
|
|
61
|
+
};
|
|
62
|
+
type ConsultaSeqNFeEmpresas = {
|
|
63
|
+
id: number;
|
|
64
|
+
codEmpresa: number;
|
|
65
|
+
nomeAbrev: string;
|
|
66
|
+
seqNFe: number;
|
|
67
|
+
modeloNFe: string;
|
|
68
|
+
contigenciaNFe: string;
|
|
69
|
+
ativaNFe: string;
|
|
70
|
+
serieNFe: string;
|
|
71
|
+
};
|
|
72
|
+
type ParamDanfe = {
|
|
73
|
+
id: number;
|
|
74
|
+
codempresa: number;
|
|
75
|
+
formatodanfe: number;
|
|
76
|
+
modelodanfe: number;
|
|
77
|
+
ativaNFe: string;
|
|
78
|
+
};
|
|
79
|
+
type ConfigValorParamDanfe = {
|
|
80
|
+
id: number;
|
|
81
|
+
nomeParam: string;
|
|
82
|
+
descParam: string;
|
|
83
|
+
ativoParam: string;
|
|
84
|
+
codempresa: number;
|
|
85
|
+
};
|
|
86
|
+
type hist_Email = {
|
|
87
|
+
id: number;
|
|
88
|
+
dhenvio: string;
|
|
89
|
+
numero: number;
|
|
90
|
+
origem: string;
|
|
91
|
+
tipo: number;
|
|
92
|
+
usuenvio: string;
|
|
93
|
+
codusucadastro: number;
|
|
94
|
+
nomecodusucadastro?: string;
|
|
95
|
+
};
|
|
96
|
+
type notificacaoHistEmailErro = {
|
|
97
|
+
id: number;
|
|
98
|
+
codhistemailerro?: number;
|
|
99
|
+
emailenviado: string;
|
|
100
|
+
dhenvio: string;
|
|
101
|
+
assunto: string;
|
|
102
|
+
mensagem: string;
|
|
103
|
+
destinatario: string;
|
|
104
|
+
erro: string;
|
|
105
|
+
numero: number;
|
|
106
|
+
origem: string;
|
|
107
|
+
tipo: number;
|
|
108
|
+
codempresa: number;
|
|
109
|
+
codusucadastro: number;
|
|
110
|
+
usuenvio: string;
|
|
111
|
+
chavenfe: string;
|
|
112
|
+
};
|
|
113
|
+
type ParamAmb = {
|
|
114
|
+
id: number;
|
|
115
|
+
codempresa: number;
|
|
116
|
+
cnpj: string;
|
|
117
|
+
ambiente: number;
|
|
118
|
+
nomeAbrev: string;
|
|
119
|
+
ativaNFe: string;
|
|
120
|
+
};
|
|
121
|
+
type ContasEmail = {
|
|
122
|
+
id: number;
|
|
123
|
+
nome: string;
|
|
124
|
+
classificacao: string;
|
|
125
|
+
email: string;
|
|
126
|
+
nomeConfig: AutocompleteType | null;
|
|
127
|
+
tipoPesquisa: AutocompleteType | null;
|
|
128
|
+
};
|
|
129
|
+
type parametros_contasemail = {
|
|
130
|
+
contasEmail: ContasEmail[];
|
|
131
|
+
};
|
|
132
|
+
type notfiscais_Consultar = {
|
|
133
|
+
nseqCce: any;
|
|
134
|
+
id: number;
|
|
135
|
+
emailCliente: string | null;
|
|
136
|
+
numpedido: number;
|
|
137
|
+
codempresa: number;
|
|
138
|
+
status: string;
|
|
139
|
+
numfiscal: number;
|
|
140
|
+
datafatur: Date | string;
|
|
141
|
+
datasaida: Date | string;
|
|
142
|
+
dataaut: Date | string;
|
|
143
|
+
serienfe: string;
|
|
144
|
+
modelo: string;
|
|
145
|
+
serienf: string;
|
|
146
|
+
xmlesquema: string | null;
|
|
147
|
+
xmlautorizacao: string | null;
|
|
148
|
+
xmlprocessado: string | null;
|
|
149
|
+
vltotalnf: number;
|
|
150
|
+
estado: string;
|
|
151
|
+
nopermov: number;
|
|
152
|
+
nomerazao: string;
|
|
153
|
+
cnpjCpf: string;
|
|
154
|
+
chavenfe: string;
|
|
155
|
+
codcfop: string;
|
|
156
|
+
codnatureza: number;
|
|
157
|
+
naturezaDesc: string;
|
|
158
|
+
codvend: number[];
|
|
159
|
+
codfab: number[];
|
|
160
|
+
nomeabrev: string;
|
|
161
|
+
descresum: string;
|
|
162
|
+
tipomovi: string;
|
|
163
|
+
protocoloaut: string;
|
|
164
|
+
valorfrete: string;
|
|
165
|
+
valorseguro: number;
|
|
166
|
+
vltotal: string;
|
|
167
|
+
valordesconto: number;
|
|
168
|
+
valorroutdes: number;
|
|
169
|
+
somaVicmsUfDest: number;
|
|
170
|
+
movespecie: string;
|
|
171
|
+
valortotalreceita: number;
|
|
172
|
+
vltotalnf_diff_receita: number;
|
|
173
|
+
valorIpi: number;
|
|
174
|
+
endereco: string;
|
|
175
|
+
bairro: string;
|
|
176
|
+
numero: string;
|
|
177
|
+
cep: string;
|
|
178
|
+
cidade: string;
|
|
179
|
+
telefone: string;
|
|
180
|
+
inscrest: string;
|
|
181
|
+
chaveRefNfe: string;
|
|
182
|
+
pais: string;
|
|
183
|
+
codibge: number;
|
|
184
|
+
codpaisbacen: number;
|
|
185
|
+
tipofrete: string;
|
|
186
|
+
nfecrt: string;
|
|
187
|
+
finalidadeTodas?: AutocompleteType;
|
|
188
|
+
situacaoTodas?: AutocompleteType;
|
|
189
|
+
tipoMovTodas?: AutocompleteType;
|
|
190
|
+
outrosUfs?: AutocompleteType;
|
|
191
|
+
outrosNatop?: AutocompleteType;
|
|
192
|
+
outrosCfop?: AutocompleteType;
|
|
193
|
+
outrosUsuarios?: AutocompleteType;
|
|
194
|
+
outrosVendedores?: AutocompleteType;
|
|
195
|
+
outrosFornecedores?: AutocompleteType;
|
|
196
|
+
outrosFabricantes?: AutocompleteType;
|
|
197
|
+
outrosClientes?: AutocompleteType;
|
|
198
|
+
outrosSegmentos?: AutocompleteType;
|
|
199
|
+
outrosContatos?: AutocompleteType;
|
|
200
|
+
outrosTransportadoras?: AutocompleteType;
|
|
201
|
+
ordenacaoConfig?: AutocompleteType;
|
|
202
|
+
nomeClieConfig?: AutocompleteType;
|
|
203
|
+
nfDesc?: boolean;
|
|
204
|
+
nfSeg?: boolean;
|
|
205
|
+
nfDesAcess?: boolean;
|
|
206
|
+
nfVendSemReceita?: boolean;
|
|
207
|
+
nfVendCustoLucro?: boolean;
|
|
208
|
+
nfVendFrete?: boolean;
|
|
209
|
+
nfDifalIcms?: boolean;
|
|
210
|
+
nfTotalReceitas?: boolean;
|
|
211
|
+
nfRef?: boolean;
|
|
212
|
+
obs: string;
|
|
213
|
+
codusuariocancel: number;
|
|
214
|
+
justcancel: string;
|
|
215
|
+
datacancelfat: Date | string;
|
|
216
|
+
usuariocancel: string;
|
|
217
|
+
usuariofatur: string;
|
|
218
|
+
};
|
|
219
|
+
type produtos_Faturados_NFe_Row = {
|
|
220
|
+
id: number;
|
|
221
|
+
coditemanual: string;
|
|
222
|
+
descricao: string;
|
|
223
|
+
marca: string;
|
|
224
|
+
qtdmaiorfat: number;
|
|
225
|
+
unidade: string;
|
|
226
|
+
qtdembaped: number;
|
|
227
|
+
vlunit: number;
|
|
228
|
+
vltotal: number;
|
|
229
|
+
codcfop: string;
|
|
230
|
+
codcst: string;
|
|
231
|
+
percicms: number;
|
|
232
|
+
vlBcIpi: number;
|
|
233
|
+
vfcp: number;
|
|
234
|
+
vlpis: number;
|
|
235
|
+
vlCofins: number;
|
|
236
|
+
};
|
|
237
|
+
type produtos_Pedidos_NFe_Row = {
|
|
238
|
+
id: number;
|
|
239
|
+
coditemanual: string;
|
|
240
|
+
descricao: string;
|
|
241
|
+
marca: string;
|
|
242
|
+
qtdmaiorfat: number;
|
|
243
|
+
unidade: string;
|
|
244
|
+
qtdembaped: number;
|
|
245
|
+
vlunit: number;
|
|
246
|
+
vltotal: number;
|
|
247
|
+
codcfop: string;
|
|
248
|
+
codcst: string;
|
|
249
|
+
percicms: number;
|
|
250
|
+
vlBcIpi: number;
|
|
251
|
+
vfcp: number;
|
|
252
|
+
vlpis: number;
|
|
253
|
+
vlCofins: number;
|
|
254
|
+
quantidadeItens: number;
|
|
255
|
+
codigoitem: number;
|
|
256
|
+
vltotaltrib: number;
|
|
257
|
+
vlicms: number;
|
|
258
|
+
bcicms: number;
|
|
259
|
+
vlicmsst: number;
|
|
260
|
+
bcicmsst: number;
|
|
261
|
+
percfrete: number;
|
|
262
|
+
percsubtrib: number;
|
|
263
|
+
codcsosn: string;
|
|
264
|
+
perccofins: number;
|
|
265
|
+
codcstcofins: string;
|
|
266
|
+
percpis: number;
|
|
267
|
+
codncm: string;
|
|
268
|
+
codcstpis: string;
|
|
269
|
+
percipi: number;
|
|
270
|
+
codcstipi: number;
|
|
271
|
+
percicmsst: number;
|
|
272
|
+
valordesconto: number;
|
|
273
|
+
percredbcicms: number;
|
|
274
|
+
qtdMenor: number;
|
|
275
|
+
percredsubtrib: number;
|
|
276
|
+
vlcreditosn: number;
|
|
277
|
+
percmvast: number;
|
|
278
|
+
percacredesc: number;
|
|
279
|
+
tipocalc: string;
|
|
280
|
+
};
|
|
281
|
+
type ReceitasNfeDTO = {
|
|
282
|
+
id: number;
|
|
283
|
+
numduplic: string;
|
|
284
|
+
status: string;
|
|
285
|
+
valpagto: number;
|
|
286
|
+
valduplic: number;
|
|
287
|
+
datavenc: Date | string;
|
|
288
|
+
datapagto: Date | string;
|
|
289
|
+
valdesc: number;
|
|
290
|
+
valjuros: number;
|
|
291
|
+
numboleto: string;
|
|
292
|
+
formapg: string;
|
|
293
|
+
situacao: string;
|
|
294
|
+
};
|
|
295
|
+
type NfeComplementarQueryType = {
|
|
296
|
+
id: number;
|
|
297
|
+
codigoitem: string;
|
|
298
|
+
codigoitemNavigation: CodigoItemNavigation;
|
|
299
|
+
vlDif: string | number;
|
|
300
|
+
qtdmaior: string;
|
|
301
|
+
unidade: string;
|
|
302
|
+
vltotal: string | number;
|
|
303
|
+
vlbcicmsDif: string | number;
|
|
304
|
+
bcicms: string | number;
|
|
305
|
+
percicms: string | number;
|
|
306
|
+
vlicms: string | number;
|
|
307
|
+
bcicmsst: string | number;
|
|
308
|
+
percicmsst: string;
|
|
309
|
+
vlicmsst: string | number;
|
|
310
|
+
codcst: string;
|
|
311
|
+
codcfop: string;
|
|
312
|
+
codcsosn: string;
|
|
313
|
+
};
|
|
314
|
+
type CodigoItemNavigation = {
|
|
315
|
+
descricao: string;
|
|
316
|
+
codncm?: string;
|
|
317
|
+
coditemanual?: string;
|
|
318
|
+
};
|
|
319
|
+
type VendasDevDTO = {
|
|
320
|
+
id: number;
|
|
321
|
+
situacao?: string;
|
|
322
|
+
modelo?: string;
|
|
323
|
+
serie?: string;
|
|
324
|
+
numfiscal?: number;
|
|
325
|
+
dataEmissao?: Date;
|
|
326
|
+
naturezaOP?: string;
|
|
327
|
+
nomeDest?: string;
|
|
328
|
+
vlTotal?: number;
|
|
329
|
+
nfeDev?: string;
|
|
330
|
+
dataEmissaoDev?: Date;
|
|
331
|
+
vlTotalDev?: number;
|
|
332
|
+
};
|
|
333
|
+
type RegistroTotalDiario = {
|
|
334
|
+
id: number;
|
|
335
|
+
dataEmissao: Date;
|
|
336
|
+
dia: string;
|
|
337
|
+
qtdNfe: number;
|
|
338
|
+
vlTotalNfe: number;
|
|
339
|
+
};
|
|
340
|
+
type ResumoICMSSpedDTO = {
|
|
341
|
+
id: number;
|
|
342
|
+
codcst: string | null;
|
|
343
|
+
codcfop: string | null;
|
|
344
|
+
percicms: number | null;
|
|
345
|
+
vltotal: number;
|
|
346
|
+
vl_bc_icms: number;
|
|
347
|
+
vl_icms: number;
|
|
348
|
+
vl_bc_icmsst: number | null;
|
|
349
|
+
vl_icmsst: number | null;
|
|
350
|
+
vl_ipi: number | null;
|
|
351
|
+
vl_desc: number;
|
|
352
|
+
vl_frete: number;
|
|
353
|
+
vl_outros: number;
|
|
354
|
+
vl_seguro: number;
|
|
355
|
+
vl_fcp: number;
|
|
356
|
+
};
|
|
357
|
+
type ResumoPisCofinsDTO = {
|
|
358
|
+
id: number;
|
|
359
|
+
codcst: string | null;
|
|
360
|
+
descricao: string;
|
|
361
|
+
vlTotal: number;
|
|
362
|
+
vl_bc_pis: number;
|
|
363
|
+
vl_pis: number;
|
|
364
|
+
vl_bc_cofins: number | null;
|
|
365
|
+
vl_cofins: number | null;
|
|
366
|
+
vl_desc: number;
|
|
367
|
+
vl_frete: number;
|
|
368
|
+
vl_outros: number;
|
|
369
|
+
vl_seguro: number;
|
|
370
|
+
};
|
|
371
|
+
type RegistroCFOP = {
|
|
372
|
+
id: number;
|
|
373
|
+
tipomovi?: string | null;
|
|
374
|
+
codcfop?: string | null;
|
|
375
|
+
descricao?: string | null;
|
|
376
|
+
codnatureza?: number | null;
|
|
377
|
+
natureza: string;
|
|
378
|
+
totalNF?: number | null;
|
|
379
|
+
vltotalNF?: number | null;
|
|
380
|
+
totalNFC?: number | null;
|
|
381
|
+
vltotalNFC?: number | null;
|
|
382
|
+
valoripi?: number | null;
|
|
383
|
+
vl_bc_icms?: number | null;
|
|
384
|
+
vl_icms?: number | null;
|
|
385
|
+
vl_bc_icmsst?: number | null;
|
|
386
|
+
vl_icmsst?: number | null;
|
|
387
|
+
vl_frete?: number | null;
|
|
388
|
+
vl_seguro?: number | null;
|
|
389
|
+
vl_outros?: number | null;
|
|
390
|
+
valorpis?: number | null;
|
|
391
|
+
valorcofins?: number | null;
|
|
392
|
+
};
|
|
393
|
+
type RegistroNatureza = {
|
|
394
|
+
id: number;
|
|
395
|
+
tipomovi?: string | null;
|
|
396
|
+
codnatureza?: string | null;
|
|
397
|
+
descricao?: string | null;
|
|
398
|
+
totalNF?: number | null;
|
|
399
|
+
vltotalNF?: number | null;
|
|
400
|
+
totalNFC?: number | null;
|
|
401
|
+
vltotalNFC?: number | null;
|
|
402
|
+
valoripi?: number | null;
|
|
403
|
+
vl_bc_icms?: number | null;
|
|
404
|
+
vl_icms?: number | null;
|
|
405
|
+
vl_bc_icmsst?: number | null;
|
|
406
|
+
vl_icmsst?: number | null;
|
|
407
|
+
vl_frete?: number | null;
|
|
408
|
+
vl_seguro?: number | null;
|
|
409
|
+
vl_outros?: number | null;
|
|
410
|
+
valorpis?: number | null;
|
|
411
|
+
valorcofins?: number | null;
|
|
412
|
+
};
|
|
413
|
+
type RegistroUF = {
|
|
414
|
+
id: number;
|
|
415
|
+
tipomovi?: string | null;
|
|
416
|
+
uf?: string | null;
|
|
417
|
+
descricao?: string | null;
|
|
418
|
+
totalNF?: number | null;
|
|
419
|
+
vltotalNF?: number | null;
|
|
420
|
+
totalNFC?: number | null;
|
|
421
|
+
vltotalNFC?: number | null;
|
|
422
|
+
valoripi?: number | null;
|
|
423
|
+
vl_bc_icms?: number | null;
|
|
424
|
+
vl_icms?: number | null;
|
|
425
|
+
vl_bc_icmsst?: number | null;
|
|
426
|
+
vl_icmsst?: number | null;
|
|
427
|
+
vl_frete?: number | null;
|
|
428
|
+
vl_seguro?: number | null;
|
|
429
|
+
vl_outros?: number | null;
|
|
430
|
+
valorpis?: number | null;
|
|
431
|
+
valorcofins?: number | null;
|
|
432
|
+
};
|
|
433
|
+
type Auditoria = {
|
|
434
|
+
id: number;
|
|
435
|
+
codmodulo: number;
|
|
436
|
+
codprocesso: number;
|
|
437
|
+
datahora: string;
|
|
438
|
+
usuariosnavigation: Usuarios;
|
|
439
|
+
descricao: string;
|
|
440
|
+
codcadastro: number;
|
|
441
|
+
numcadastro: number;
|
|
442
|
+
};
|
|
443
|
+
type Usuarios = {
|
|
444
|
+
usuario: string;
|
|
445
|
+
};
|
|
446
|
+
type PedidoPainelType = {
|
|
447
|
+
id: number;
|
|
448
|
+
codPedido: number;
|
|
449
|
+
natureza: string;
|
|
450
|
+
liberado: string;
|
|
451
|
+
nomePrioridade: string;
|
|
452
|
+
conferido: string;
|
|
453
|
+
valorTotal: number;
|
|
454
|
+
cliente: string;
|
|
455
|
+
corStatus: string;
|
|
456
|
+
};
|
|
457
|
+
type CadastroPadraoType = {
|
|
458
|
+
id: number;
|
|
459
|
+
descricao: string;
|
|
460
|
+
ativo?: boolean;
|
|
461
|
+
obs?: string;
|
|
462
|
+
federal?: boolean;
|
|
463
|
+
estadual?: boolean;
|
|
464
|
+
municipal?: boolean;
|
|
465
|
+
df?: boolean;
|
|
466
|
+
codFunc?: AutocompleteType;
|
|
467
|
+
};
|
|
468
|
+
type UsuarioType = {
|
|
469
|
+
id: number;
|
|
470
|
+
codusuario: number;
|
|
471
|
+
usuario: string;
|
|
472
|
+
dtAddPerfilVinty: Date | string;
|
|
473
|
+
nomeFuncionario?: string | null;
|
|
474
|
+
usuarioDisplay: string;
|
|
475
|
+
};
|
|
476
|
+
type codusuarioNavigationAuditoria = {
|
|
477
|
+
usuario: string;
|
|
478
|
+
};
|
|
479
|
+
type codmoduloNavigationAuditoria = {
|
|
480
|
+
descricao: string;
|
|
481
|
+
};
|
|
482
|
+
type vintyAuditoria = {
|
|
483
|
+
id: number;
|
|
484
|
+
codusuarioNavigation: codusuarioNavigationAuditoria;
|
|
485
|
+
alteracao: string;
|
|
486
|
+
datahora: Date;
|
|
487
|
+
atividade: number;
|
|
488
|
+
detalhamento: string;
|
|
489
|
+
codmoduloNavigation: codmoduloNavigationAuditoria;
|
|
490
|
+
};
|
|
491
|
+
type consultaUsuarios = {
|
|
492
|
+
id: number;
|
|
493
|
+
codUsuario: number | null;
|
|
494
|
+
usuario: string;
|
|
495
|
+
nomeFuncionario: string;
|
|
496
|
+
cargo: string;
|
|
497
|
+
descricao: string;
|
|
498
|
+
};
|
|
499
|
+
|
|
500
|
+
declare const variants: Array<VariantType>;
|
|
501
|
+
|
|
502
|
+
type VariantType = {
|
|
503
|
+
name: string;
|
|
504
|
+
palette: {
|
|
505
|
+
primary: MainContrastTextType;
|
|
506
|
+
secondary: MainContrastTextType;
|
|
507
|
+
background: BackgroundType;
|
|
508
|
+
box: MainContrastTextType;
|
|
509
|
+
};
|
|
510
|
+
header: ColorBgType & {
|
|
511
|
+
search: {
|
|
512
|
+
color: string;
|
|
513
|
+
};
|
|
514
|
+
indicator: {
|
|
515
|
+
background: string;
|
|
516
|
+
};
|
|
517
|
+
};
|
|
518
|
+
footer: ColorBgType;
|
|
519
|
+
sidebar: ColorBgType & {
|
|
520
|
+
header: ColorBgType & {
|
|
521
|
+
brand: {
|
|
522
|
+
color: string;
|
|
523
|
+
};
|
|
524
|
+
};
|
|
525
|
+
footer: ColorBgType & {
|
|
526
|
+
online: {
|
|
527
|
+
background: string;
|
|
528
|
+
};
|
|
529
|
+
};
|
|
530
|
+
badge: ColorBgType;
|
|
531
|
+
};
|
|
532
|
+
custom: {
|
|
533
|
+
primary: MainContrastTextType;
|
|
534
|
+
secondary: MainContrastTextType;
|
|
535
|
+
};
|
|
536
|
+
input: {
|
|
537
|
+
primary: MainContrastTextType;
|
|
538
|
+
secondary: MainContrastTextType;
|
|
539
|
+
};
|
|
540
|
+
customBox: {
|
|
541
|
+
primary: MainContrastTextType;
|
|
542
|
+
secondary: MainContrastTextType;
|
|
543
|
+
};
|
|
544
|
+
alterBox: {
|
|
545
|
+
primary: MainContrastTextType;
|
|
546
|
+
secondary: MainContrastTextType;
|
|
547
|
+
};
|
|
548
|
+
alterInput: {
|
|
549
|
+
primary: MainContrastTextType;
|
|
550
|
+
secondary: MainContrastTextType;
|
|
551
|
+
};
|
|
552
|
+
alterIcon: {
|
|
553
|
+
primary: MainContrastTextType;
|
|
554
|
+
secondary: MainContrastTextType;
|
|
555
|
+
};
|
|
556
|
+
zebraModeSelected: {
|
|
557
|
+
primary: MainContrastTextType;
|
|
558
|
+
secondary: MainContrastTextType;
|
|
559
|
+
};
|
|
560
|
+
};
|
|
561
|
+
type MainContrastTextType = {
|
|
562
|
+
main: string;
|
|
563
|
+
contrastText: string;
|
|
564
|
+
};
|
|
565
|
+
type BackgroundType = {
|
|
566
|
+
paper: string;
|
|
567
|
+
default: string;
|
|
568
|
+
};
|
|
569
|
+
type ColorBgType = {
|
|
570
|
+
color: string;
|
|
571
|
+
background: string;
|
|
572
|
+
};
|
|
573
|
+
|
|
574
|
+
type SetValue<T> = (newValue: T) => void;
|
|
575
|
+
type AuthCredentials = {
|
|
576
|
+
url: string;
|
|
577
|
+
token: string;
|
|
578
|
+
dateExpired: Date;
|
|
579
|
+
permissoes: number[];
|
|
580
|
+
logado: boolean;
|
|
581
|
+
};
|
|
582
|
+
type ChipFilterType = {
|
|
583
|
+
title: string;
|
|
584
|
+
handleClose: () => void;
|
|
585
|
+
};
|
|
586
|
+
type AuthContextType = {
|
|
587
|
+
authCredentials: AuthCredentials;
|
|
588
|
+
signIn: (token: string, permissoes: number[], _signValues: SignType) => Promise<void>;
|
|
589
|
+
signOut: () => void;
|
|
590
|
+
setUrl: (url: string) => Promise<void>;
|
|
591
|
+
setToken: (url: string) => Promise<void>;
|
|
592
|
+
hasPermission: (permissionId: number) => boolean;
|
|
593
|
+
signValues: SignType;
|
|
594
|
+
};
|
|
595
|
+
type PrefContextType = {
|
|
596
|
+
globalSearchHistory: SearchResult[];
|
|
597
|
+
setGlobalSearchHistory: SetValue<SearchResult[]>;
|
|
598
|
+
perfilData: PerfilData;
|
|
599
|
+
setPerfilData: SetValue<PerfilData>;
|
|
600
|
+
rowsPerPage: TablesIds;
|
|
601
|
+
setRowsPerPage: SetValue<TablesIds>;
|
|
602
|
+
filtrosHistEmailErro: FilterConfigHistEmailErroValues;
|
|
603
|
+
setFiltrosHistEmailErro: SetValue<FilterConfigHistEmailErroValues>;
|
|
604
|
+
};
|
|
605
|
+
declare enum selectionMode {
|
|
606
|
+
multiSelection = 0,
|
|
607
|
+
singleSelection = 1,
|
|
608
|
+
noSelection = 2
|
|
609
|
+
}
|
|
610
|
+
type rowDataType = {
|
|
611
|
+
title: string;
|
|
612
|
+
key: keyof ReceitasNfeDTO | keyof PedOperType | keyof ConsultaSeqNFeEmpresas | keyof notfiscais_Consultar | keyof produtos_Faturados_NFe_Row | keyof produtos_Pedidos_NFe_Row | keyof carta_correcao_consultar | keyof NfeComplementarQueryType | keyof VendasDevDTO | keyof RegistroTotalDiario | keyof ResumoICMSSpedDTO | keyof ResumoPisCofinsDTO | keyof RegistroCFOP | keyof RegistroNatureza | keyof RegistroUF | keyof Auditoria | keyof ParamDanfe | keyof ConfigValorParamDanfe | keyof ParamAmb | keyof parametros_contasemail | keyof ContasEmail | keyof PedidoPainelType | keyof hist_Email | keyof notificacaoHistEmailErro | keyof UsuarioType | keyof CadastroPadraoType | keyof vintyAuditoria | keyof consultaUsuarios;
|
|
613
|
+
handle: null | ((x: any, id: number) => string | JSX.Element);
|
|
614
|
+
width: string;
|
|
615
|
+
align?: TableCellProps["align"];
|
|
616
|
+
};
|
|
617
|
+
type DataTableOptions = {
|
|
618
|
+
loading: boolean;
|
|
619
|
+
emptyMsg: string;
|
|
620
|
+
dataRows: (PedOperType | ConsultaSeqNFeEmpresas | notfiscais_Consultar | produtos_Faturados_NFe_Row | ReceitasNfeDTO | carta_correcao_consultar | NfeComplementarQueryType | VendasDevDTO | RegistroTotalDiario | ResumoICMSSpedDTO | ResumoPisCofinsDTO | RegistroCFOP | RegistroNatureza | RegistroUF | Auditoria | ParamDanfe | ParamAmb | ConfigValorParamDanfe | hist_Email | notificacaoHistEmailErro | UsuarioType | CadastroPadraoType | vintyAuditoria | consultaUsuarios)[];
|
|
621
|
+
rowType: rowDataType[];
|
|
622
|
+
selected: readonly number[];
|
|
623
|
+
setSelected: React.Dispatch<React.SetStateAction<readonly number[]>>;
|
|
624
|
+
page: number;
|
|
625
|
+
tableId: keyof TablesIds;
|
|
626
|
+
setPage: React.Dispatch<React.SetStateAction<number>>;
|
|
627
|
+
searchId: number | null;
|
|
628
|
+
Mode: selectionMode;
|
|
629
|
+
handleSelectAux?: (listIds: readonly number[]) => void;
|
|
630
|
+
paginationMode?: boolean;
|
|
631
|
+
totalCount?: number;
|
|
632
|
+
zebraMode?: boolean;
|
|
633
|
+
};
|
|
634
|
+
declare enum searchType {
|
|
635
|
+
PAGE = 0,
|
|
636
|
+
MODAL = 1
|
|
637
|
+
}
|
|
638
|
+
declare enum moduloType {
|
|
639
|
+
VINTY = 0,
|
|
640
|
+
NFE = 1,
|
|
641
|
+
ESTOQUE = 2,
|
|
642
|
+
FINANCEIRO = 3
|
|
643
|
+
}
|
|
644
|
+
interface SearchResult {
|
|
645
|
+
id: number;
|
|
646
|
+
label: string[];
|
|
647
|
+
type: searchType;
|
|
648
|
+
path: string;
|
|
649
|
+
parameters: Partial<Record<string, boolean>> | null;
|
|
650
|
+
globalPathProd: string;
|
|
651
|
+
globalPathHomolog: string;
|
|
652
|
+
modulo: moduloType;
|
|
653
|
+
hasPermission: boolean;
|
|
654
|
+
}
|
|
655
|
+
type PerfilData = {
|
|
656
|
+
foto: string;
|
|
657
|
+
nome: string;
|
|
658
|
+
cargo: string;
|
|
659
|
+
};
|
|
660
|
+
type AutocompleteType = {
|
|
661
|
+
id: number;
|
|
662
|
+
label: string;
|
|
663
|
+
value?: number;
|
|
664
|
+
};
|
|
665
|
+
declare enum SnackType {
|
|
666
|
+
success = 0,
|
|
667
|
+
error = 1
|
|
668
|
+
}
|
|
669
|
+
type SnackbarProps = {
|
|
670
|
+
message: string;
|
|
671
|
+
visible: boolean;
|
|
672
|
+
handleClose: () => void;
|
|
673
|
+
type: SnackType;
|
|
674
|
+
};
|
|
675
|
+
type FilterConfigHistEmailErroValues = {
|
|
676
|
+
emailenviado: string;
|
|
677
|
+
dhenvio: string;
|
|
678
|
+
assunto: string;
|
|
679
|
+
mensagem: string;
|
|
680
|
+
destinatario: string;
|
|
681
|
+
erro: string;
|
|
682
|
+
numero: string;
|
|
683
|
+
origem: string;
|
|
684
|
+
tipo: string;
|
|
685
|
+
codempresa: AutocompleteType | null;
|
|
686
|
+
codusucadastro: AutocompleteType | null;
|
|
687
|
+
usuenvio: string;
|
|
688
|
+
chavenfe: string;
|
|
689
|
+
};
|
|
690
|
+
type FilterConfigHistEmailValues = {
|
|
691
|
+
dhenvio: string;
|
|
692
|
+
numero: string;
|
|
693
|
+
origem: string;
|
|
694
|
+
tipo: string;
|
|
695
|
+
usuenvio: string;
|
|
696
|
+
nomecodusucadastro?: AutocompleteType | null;
|
|
697
|
+
};
|
|
698
|
+
type FilterConfigParamDanfeValues = {
|
|
699
|
+
id: string;
|
|
700
|
+
descParam: string;
|
|
701
|
+
};
|
|
702
|
+
type FilterConsultaValues = {
|
|
703
|
+
numero: string;
|
|
704
|
+
serie: string;
|
|
705
|
+
documento: string;
|
|
706
|
+
numPedido: string;
|
|
707
|
+
codempresa: AutocompleteType | null;
|
|
708
|
+
cpfCnpj: string;
|
|
709
|
+
noperestoq: string;
|
|
710
|
+
finalidadeTodas: AutocompleteType | null;
|
|
711
|
+
situacaoTodas: AutocompleteType | null;
|
|
712
|
+
tipoMovTodas: AutocompleteType | null;
|
|
713
|
+
dataIni: string | Dayjs;
|
|
714
|
+
dataFim: string | Dayjs;
|
|
715
|
+
outrosUfs: AutocompleteType | null;
|
|
716
|
+
outrosNatop: AutocompleteType | null;
|
|
717
|
+
outrosCfop: AutocompleteType | null;
|
|
718
|
+
outrosUsuarios: AutocompleteType | null;
|
|
719
|
+
outrosVendedores: AutocompleteType | null;
|
|
720
|
+
outrosFornecedores: AutocompleteType | null;
|
|
721
|
+
outrosFabricantes: AutocompleteType | null;
|
|
722
|
+
outrosClientes: AutocompleteType | null;
|
|
723
|
+
outrosSegmentos: AutocompleteType | null;
|
|
724
|
+
outrosContatos: AutocompleteType | null;
|
|
725
|
+
outrosTransportadoras: AutocompleteType | null;
|
|
726
|
+
ordenacaoConfig: AutocompleteType | null;
|
|
727
|
+
nomeClieConfig: AutocompleteType | null;
|
|
728
|
+
nfDesc: boolean;
|
|
729
|
+
nfSeg: boolean;
|
|
730
|
+
nfDesAcess: boolean;
|
|
731
|
+
nfVendSemReceita: boolean;
|
|
732
|
+
nfVendCustoLucro: boolean;
|
|
733
|
+
nfVendFrete: boolean;
|
|
734
|
+
nfDifalIcms: boolean;
|
|
735
|
+
nfTotalReceitas: boolean;
|
|
736
|
+
nfRef: boolean;
|
|
737
|
+
};
|
|
738
|
+
type FilterEmissaoValues = {
|
|
739
|
+
numero: string;
|
|
740
|
+
serie: string;
|
|
741
|
+
documento: string;
|
|
742
|
+
numPedido: string;
|
|
743
|
+
numPedidoPainel?: number[];
|
|
744
|
+
codempresa: AutocompleteType | null;
|
|
745
|
+
notasRejeitadas: boolean;
|
|
746
|
+
pedDesbloq: boolean;
|
|
747
|
+
pedExpedidos: boolean;
|
|
748
|
+
dataIni: string | Dayjs;
|
|
749
|
+
dataFim: string | Dayjs;
|
|
750
|
+
codclie: AutocompleteType | null;
|
|
751
|
+
pedido: boolean;
|
|
752
|
+
outros: boolean;
|
|
753
|
+
ultimos: boolean;
|
|
754
|
+
dataEntregIni: string | Dayjs;
|
|
755
|
+
dataEntregFim: string | Dayjs;
|
|
756
|
+
valorMercadInicial: string;
|
|
757
|
+
valorMercadFinal: string;
|
|
758
|
+
codtrans: AutocompleteType | null;
|
|
759
|
+
codprioridade: AutocompleteType | null;
|
|
760
|
+
};
|
|
761
|
+
type SignType = {
|
|
762
|
+
id: string;
|
|
763
|
+
username: string;
|
|
764
|
+
password: string;
|
|
765
|
+
lembrar: boolean;
|
|
766
|
+
};
|
|
767
|
+
type signInPropType = {
|
|
768
|
+
urlApi: string;
|
|
769
|
+
logoVinty: string;
|
|
770
|
+
logoVintyPreta: string;
|
|
771
|
+
sideImage: string;
|
|
772
|
+
};
|
|
773
|
+
declare enum ambientetype {
|
|
774
|
+
HOMOLOGACAO = 0,
|
|
775
|
+
PRODUCAO = 1
|
|
776
|
+
}
|
|
777
|
+
type NotificacaoVintyType = {
|
|
778
|
+
idNotificacao: number;
|
|
779
|
+
titulo: string;
|
|
780
|
+
subtitulo: string;
|
|
781
|
+
moduloRef: number;
|
|
782
|
+
};
|
|
783
|
+
type TablesIds = {
|
|
784
|
+
tableAuditoriaNfe: number;
|
|
785
|
+
tableCartaCorrecao: number;
|
|
786
|
+
tableConfigAmb: number;
|
|
787
|
+
tableConfigDanfe: number;
|
|
788
|
+
tableConfigParamDanfe: number;
|
|
789
|
+
tableConfigHistEmail: number;
|
|
790
|
+
tableConfigHistEmailErro: number;
|
|
791
|
+
tableConfiguracoes: number;
|
|
792
|
+
tableNfeComp: number;
|
|
793
|
+
tableIncluirNfeComp: number;
|
|
794
|
+
tableProdutos: number;
|
|
795
|
+
tableEmissao: number;
|
|
796
|
+
tableDocFiscais: number;
|
|
797
|
+
tableFinanceiro: number;
|
|
798
|
+
tableItensDoc: number;
|
|
799
|
+
tableResumoCfop: number;
|
|
800
|
+
tableResumoNat: number;
|
|
801
|
+
tableResumoUf: number;
|
|
802
|
+
tableIcms: number;
|
|
803
|
+
tablePisCofins: number;
|
|
804
|
+
tableTotalRegistros: number;
|
|
805
|
+
tableVendas: number;
|
|
806
|
+
tableEmailCliente: number;
|
|
807
|
+
tableIncluirNfeAjuste: number;
|
|
808
|
+
painelPrioridade: number;
|
|
809
|
+
painelUltimos: number;
|
|
810
|
+
tableCadAtiv: number;
|
|
811
|
+
tableCadSegClie: number;
|
|
812
|
+
tableCadZona: number;
|
|
813
|
+
tableCadCanalMarketing: number;
|
|
814
|
+
tableCadSegTrib: number;
|
|
815
|
+
tablePerfilPerm: number;
|
|
816
|
+
tableAuditoria: number;
|
|
817
|
+
tableCadCobradores: number;
|
|
818
|
+
tableConsultaPerfis: number;
|
|
819
|
+
};
|
|
820
|
+
declare enum inputTypes {
|
|
821
|
+
text = 0,
|
|
822
|
+
autocomplete = 1,
|
|
823
|
+
checkbox = 2,
|
|
824
|
+
date = 3,
|
|
825
|
+
radio = 4,
|
|
826
|
+
textArea = 5
|
|
827
|
+
}
|
|
828
|
+
type FormEnvioEmail = {
|
|
829
|
+
remetente: AutocompleteType | null;
|
|
830
|
+
destinatario: string | null;
|
|
831
|
+
assunto: string;
|
|
832
|
+
nome: string;
|
|
833
|
+
prioridade: AutocompleteType | null;
|
|
834
|
+
mensagem: string;
|
|
835
|
+
anexos: any[];
|
|
836
|
+
};
|
|
837
|
+
type FormInutValues = {
|
|
838
|
+
codempresa: AutocompleteType | null;
|
|
839
|
+
modelo: AutocompleteType | null;
|
|
840
|
+
serie: string;
|
|
841
|
+
ano: string | Dayjs;
|
|
842
|
+
numInicial: number | null;
|
|
843
|
+
numFinal: number | null;
|
|
844
|
+
justificativa: string;
|
|
845
|
+
};
|
|
846
|
+
type ItemContainerField = {
|
|
847
|
+
extra?: ReactNode;
|
|
848
|
+
extraSize?: number;
|
|
849
|
+
name: keyof FilterEmissaoValues | keyof FilterConsultaValues | keyof FormInutValues | keyof FormEnvioEmail | keyof ContasEmail | keyof FilterConfigParamDanfeValues | keyof FilterConfigHistEmailValues | keyof FilterConfigHistEmailErroValues | keyof FilterCadastrosType | keyof FilterAuditoriaValues | keyof FilterConsultaUsuarios;
|
|
850
|
+
label: string;
|
|
851
|
+
type: inputTypes;
|
|
852
|
+
list: AutocompleteType[];
|
|
853
|
+
size: number;
|
|
854
|
+
minRows?: number;
|
|
855
|
+
maxRows?: number;
|
|
856
|
+
show?: boolean;
|
|
857
|
+
views?: string[];
|
|
858
|
+
mask?: (value: string) => string;
|
|
859
|
+
};
|
|
860
|
+
type FilterType = {
|
|
861
|
+
showModal: boolean;
|
|
862
|
+
handleCloseModal: () => void;
|
|
863
|
+
filtros: FilterEmissaoValues | FilterConsultaValues | FilterConfigHistEmailValues;
|
|
864
|
+
setFiltros: React.Dispatch<React.SetStateAction<FilterEmissaoValues | FilterConsultaValues | FilterConfigHistEmailValues | FilterConfigHistEmailErroValues>>;
|
|
865
|
+
};
|
|
866
|
+
type ModalConfigParamsDanfeValues = {
|
|
867
|
+
codempresa: AutocompleteType | undefined;
|
|
868
|
+
};
|
|
869
|
+
type FilterCadastrosType = {
|
|
870
|
+
codigo: string;
|
|
871
|
+
descricao: string;
|
|
872
|
+
obs?: string;
|
|
873
|
+
ativo?: boolean;
|
|
874
|
+
federal?: boolean;
|
|
875
|
+
estadual?: boolean;
|
|
876
|
+
municipal?: boolean;
|
|
877
|
+
df?: boolean;
|
|
878
|
+
codFunc?: AutocompleteType;
|
|
879
|
+
};
|
|
880
|
+
type FilterAuditoriaValues = {
|
|
881
|
+
usuario: AutocompleteType;
|
|
882
|
+
dataIni: string | Dayjs;
|
|
883
|
+
dataFim: string | Dayjs;
|
|
884
|
+
atividade: AutocompleteType;
|
|
885
|
+
modulo: AutocompleteType;
|
|
886
|
+
};
|
|
887
|
+
type FilterConsultaUsuarios = {
|
|
888
|
+
codUsuario: number | null;
|
|
889
|
+
usuario: AutocompleteType | null;
|
|
890
|
+
nomeFuncionario: string | null;
|
|
891
|
+
cargo: string | null;
|
|
892
|
+
descricao: string | null;
|
|
893
|
+
};
|
|
894
|
+
type ContainerFieldsType = {
|
|
895
|
+
title: string;
|
|
896
|
+
iconTitle: ReactElement;
|
|
897
|
+
errors: FormikErrors<FilterEmissaoValues | FilterConsultaValues | FormInutValues | FormEnvioEmail | ContasEmail | ModalConfigParamsDanfeValues | FilterCadastrosType | FilterAuditoriaValues | FilterConsultaUsuarios>;
|
|
898
|
+
values: FilterEmissaoValues | FilterConsultaValues | FormInutValues | FormEnvioEmail | ContasEmail | ModalConfigParamsDanfeValues | FilterConfigParamDanfeValues | FilterConfigHistEmailValues | FilterCadastrosType | FilterAuditoriaValues | FilterConsultaUsuarios;
|
|
899
|
+
fields: ItemContainerField[];
|
|
900
|
+
spacing: number;
|
|
901
|
+
minRows?: number;
|
|
902
|
+
maxRows?: number;
|
|
903
|
+
selectedVariant: VariantType;
|
|
904
|
+
containerWidth?: number;
|
|
905
|
+
extra?: React.ReactNode;
|
|
906
|
+
extraSize?: number;
|
|
907
|
+
};
|
|
908
|
+
type ContainerInnerFieldsType = {
|
|
909
|
+
errors: FormikErrors<FilterEmissaoValues | FilterConsultaValues | FormInutValues | FormEnvioEmail | ContasEmail | ModalConfigParamsDanfeValues | FilterCadastrosType | FilterAuditoriaValues | FilterConsultaUsuarios>;
|
|
910
|
+
values: FilterEmissaoValues | FilterConsultaValues | FormInutValues | FormEnvioEmail | ContasEmail | ModalConfigParamsDanfeValues | FilterConfigParamDanfeValues | FilterConfigHistEmailValues | FilterCadastrosType | FilterAuditoriaValues | FilterConsultaUsuarios;
|
|
911
|
+
fields: ItemContainerField[];
|
|
912
|
+
spacing: number;
|
|
913
|
+
selectedVariant: VariantType;
|
|
914
|
+
};
|
|
915
|
+
|
|
916
|
+
declare const useLocalStorage: <T = string>(keyName: string, defaultValue: T) => [T, SetValue<T>];
|
|
917
|
+
|
|
918
|
+
type AmbienteBadgeType = {
|
|
919
|
+
codempresa?: number;
|
|
920
|
+
};
|
|
921
|
+
declare function AmbienteBadge({ codempresa }: AmbienteBadgeType): react_jsx_runtime.JSX.Element | null;
|
|
922
|
+
|
|
923
|
+
interface AuthType {
|
|
924
|
+
children?: React__default.ReactNode;
|
|
925
|
+
}
|
|
926
|
+
declare const Auth: React__default.FC<AuthType>;
|
|
927
|
+
|
|
928
|
+
declare function CustomSnackBar({ message, type, handleClose, visible }: SnackbarProps): react_jsx_runtime.JSX.Element;
|
|
929
|
+
|
|
930
|
+
declare function Demos(): react_jsx_runtime.JSX.Element;
|
|
931
|
+
|
|
932
|
+
type customFilterChip = {
|
|
933
|
+
chipsFilters: ChipFilterType[];
|
|
934
|
+
chipContrastColor?: boolean;
|
|
935
|
+
};
|
|
936
|
+
declare function FilterChips({ chipsFilters, chipContrastColor }: customFilterChip): react_jsx_runtime.JSX.Element;
|
|
937
|
+
|
|
938
|
+
declare function FilterHistEmailErro({ showModal, handleCloseModal, filtros, setFiltros }: FilterType): react_jsx_runtime.JSX.Element;
|
|
939
|
+
|
|
940
|
+
declare function GlobalSearchAutocomplete({ ambiente_type }: {
|
|
941
|
+
ambiente_type: ambientetype;
|
|
942
|
+
}): react_jsx_runtime.JSX.Element;
|
|
943
|
+
|
|
944
|
+
declare const GlobalStyle: (props: any) => react_jsx_runtime.JSX.Element;
|
|
945
|
+
|
|
946
|
+
declare function InputAutocomplete(): {
|
|
947
|
+
renderAutoField: (fieldProps: FormikValues) => react_jsx_runtime.JSX.Element;
|
|
948
|
+
renderAlterAutoField: (fieldProps: FormikValues) => react_jsx_runtime.JSX.Element;
|
|
949
|
+
};
|
|
950
|
+
|
|
951
|
+
declare function InputCheckbox(): {
|
|
952
|
+
renderCheckField: (fieldProps: FormikValues) => react_jsx_runtime.JSX.Element;
|
|
953
|
+
};
|
|
954
|
+
|
|
955
|
+
declare function InputDataPicker(): {
|
|
956
|
+
renderDateField: (fieldProps: FormikValues) => react_jsx_runtime.JSX.Element;
|
|
957
|
+
};
|
|
958
|
+
|
|
959
|
+
declare function InputRadio(): {
|
|
960
|
+
renderRadioField: (fieldProps: FormikValues) => react_jsx_runtime.JSX.Element;
|
|
961
|
+
};
|
|
962
|
+
|
|
963
|
+
declare function InputText(): {
|
|
964
|
+
renderTextField: (fieldProps: FormikValues) => react_jsx_runtime.JSX.Element;
|
|
965
|
+
renderAlterTextField: (fieldProps: FormikValues) => react_jsx_runtime.JSX.Element;
|
|
966
|
+
renderFileTextField: (fieldProps: FormikValues) => react_jsx_runtime.JSX.Element;
|
|
967
|
+
renderTextAreaField: (fieldProps: FormikValues) => react_jsx_runtime.JSX.Element;
|
|
968
|
+
};
|
|
969
|
+
|
|
970
|
+
declare function InputTextArea(): {
|
|
971
|
+
renderTextArea: (fieldProps: FormikValues) => react_jsx_runtime.JSX.Element;
|
|
972
|
+
renderAlterTextArea: (fieldProps: FormikValues) => react_jsx_runtime.JSX.Element;
|
|
973
|
+
};
|
|
974
|
+
|
|
975
|
+
type ModalConfigHistEmailErro = {
|
|
976
|
+
visible: boolean;
|
|
977
|
+
handleClose: () => void;
|
|
978
|
+
notificacao?: NotificacaoVintyType | null;
|
|
979
|
+
};
|
|
980
|
+
declare function ModalConfigHistEmail({ handleClose, visible }: ModalConfigHistEmailErro): react_jsx_runtime.JSX.Element;
|
|
981
|
+
|
|
982
|
+
type modalConfirm = {
|
|
983
|
+
visible: boolean;
|
|
984
|
+
Icon: JSX.Element;
|
|
985
|
+
msg: string;
|
|
986
|
+
txtButtonLeft?: string;
|
|
987
|
+
txtButtonRight?: string;
|
|
988
|
+
txtButtonCenter?: string;
|
|
989
|
+
handleClose?: () => void;
|
|
990
|
+
handleConfirm?: () => void;
|
|
991
|
+
variantButtonLeft?: OverridableStringUnion<"text" | "outlined" | "contained", ButtonPropsVariantOverrides> | undefined;
|
|
992
|
+
variantButtonRight?: OverridableStringUnion<"text" | "outlined" | "contained", ButtonPropsVariantOverrides> | undefined;
|
|
993
|
+
variantButtonCenter?: OverridableStringUnion<"text" | "outlined" | "contained", ButtonPropsVariantOverrides> | undefined;
|
|
994
|
+
};
|
|
995
|
+
declare function ModalConfirm({ handleClose, handleConfirm, Icon, msg, txtButtonLeft, txtButtonRight, txtButtonCenter, visible, variantButtonRight, variantButtonLeft, variantButtonCenter }: modalConfirm): react_jsx_runtime.JSX.Element;
|
|
996
|
+
|
|
997
|
+
interface NavbarProps {
|
|
998
|
+
onDrawerToggle?: () => void;
|
|
999
|
+
logo: string;
|
|
1000
|
+
modulo: string;
|
|
1001
|
+
ambiente_type: ambientetype;
|
|
1002
|
+
}
|
|
1003
|
+
declare const Navbar: React.FC<NavbarProps>;
|
|
1004
|
+
|
|
1005
|
+
declare function SignIn({ urlApi, logoVinty, logoVintyPreta, sideImage }: signInPropType): react_jsx_runtime.JSX.Element;
|
|
1006
|
+
|
|
1007
|
+
type TitleType = {
|
|
1008
|
+
title: string;
|
|
1009
|
+
navigateScreen: string;
|
|
1010
|
+
codempresa?: number;
|
|
1011
|
+
};
|
|
1012
|
+
declare function TitlePage({ title, navigateScreen, codempresa }: TitleType): react_jsx_runtime.JSX.Element;
|
|
1013
|
+
|
|
1014
|
+
type keyboardProps = {
|
|
1015
|
+
keyboardOpen: boolean;
|
|
1016
|
+
setKeyboardOpen: React__default.Dispatch<React__default.SetStateAction<boolean>>;
|
|
1017
|
+
};
|
|
1018
|
+
declare function VirtualKeyboard({ keyboardOpen, setKeyboardOpen }: keyboardProps): react_jsx_runtime.JSX.Element | null;
|
|
1019
|
+
|
|
1020
|
+
declare const breakpoints: {
|
|
1021
|
+
values: {
|
|
1022
|
+
xs: number;
|
|
1023
|
+
sm: number;
|
|
1024
|
+
md: number;
|
|
1025
|
+
lg: number;
|
|
1026
|
+
xl: number;
|
|
1027
|
+
};
|
|
1028
|
+
};
|
|
1029
|
+
|
|
1030
|
+
declare const components: {
|
|
1031
|
+
MuiButtonBase: {
|
|
1032
|
+
defaultProps: {
|
|
1033
|
+
disableRipple: boolean;
|
|
1034
|
+
};
|
|
1035
|
+
};
|
|
1036
|
+
MuiAutocomplete: {
|
|
1037
|
+
styleOverrides: {
|
|
1038
|
+
option: {};
|
|
1039
|
+
};
|
|
1040
|
+
};
|
|
1041
|
+
MuiLink: {
|
|
1042
|
+
defaultProps: {
|
|
1043
|
+
underline: string;
|
|
1044
|
+
};
|
|
1045
|
+
};
|
|
1046
|
+
MuiCardHeader: {
|
|
1047
|
+
defaultProps: {
|
|
1048
|
+
titleTypographyProps: {
|
|
1049
|
+
variant: string;
|
|
1050
|
+
};
|
|
1051
|
+
};
|
|
1052
|
+
styleOverrides: {
|
|
1053
|
+
action: {
|
|
1054
|
+
marginTop: string;
|
|
1055
|
+
marginRight: string;
|
|
1056
|
+
};
|
|
1057
|
+
};
|
|
1058
|
+
};
|
|
1059
|
+
MuiButton: {
|
|
1060
|
+
variants: {
|
|
1061
|
+
props: {
|
|
1062
|
+
variant: string;
|
|
1063
|
+
};
|
|
1064
|
+
style: {
|
|
1065
|
+
':enabled': {
|
|
1066
|
+
backgroundColor: string;
|
|
1067
|
+
};
|
|
1068
|
+
'&:hover': {
|
|
1069
|
+
backgroundColor: string;
|
|
1070
|
+
};
|
|
1071
|
+
};
|
|
1072
|
+
}[];
|
|
1073
|
+
};
|
|
1074
|
+
MuiCard: {
|
|
1075
|
+
styleOverrides: {
|
|
1076
|
+
root: {
|
|
1077
|
+
borderRadius: string;
|
|
1078
|
+
boxShadow: string;
|
|
1079
|
+
backgroundImage: string;
|
|
1080
|
+
};
|
|
1081
|
+
};
|
|
1082
|
+
};
|
|
1083
|
+
MuiPaper: {
|
|
1084
|
+
styleOverrides: {
|
|
1085
|
+
root: {
|
|
1086
|
+
backgroundImage: string;
|
|
1087
|
+
};
|
|
1088
|
+
};
|
|
1089
|
+
};
|
|
1090
|
+
MuiPickersDay: {
|
|
1091
|
+
styleOverrides: {
|
|
1092
|
+
day: {
|
|
1093
|
+
fontWeight: string;
|
|
1094
|
+
};
|
|
1095
|
+
};
|
|
1096
|
+
};
|
|
1097
|
+
MuiPickersYear: {
|
|
1098
|
+
styleOverrides: {
|
|
1099
|
+
root: {
|
|
1100
|
+
height: string;
|
|
1101
|
+
};
|
|
1102
|
+
};
|
|
1103
|
+
};
|
|
1104
|
+
MuiPickersCalendar: {
|
|
1105
|
+
styleOverrides: {
|
|
1106
|
+
transitionContainer: {
|
|
1107
|
+
marginTop: string;
|
|
1108
|
+
};
|
|
1109
|
+
};
|
|
1110
|
+
};
|
|
1111
|
+
MuiPickersCalendarHeader: {
|
|
1112
|
+
styleOverrides: {
|
|
1113
|
+
iconButton: {
|
|
1114
|
+
backgroundColor: string;
|
|
1115
|
+
"& > *": {
|
|
1116
|
+
backgroundColor: string;
|
|
1117
|
+
};
|
|
1118
|
+
};
|
|
1119
|
+
switchHeader: {
|
|
1120
|
+
marginTop: string;
|
|
1121
|
+
marginBottom: string;
|
|
1122
|
+
};
|
|
1123
|
+
};
|
|
1124
|
+
};
|
|
1125
|
+
MuiPickersClock: {
|
|
1126
|
+
styleOverrides: {
|
|
1127
|
+
container: {
|
|
1128
|
+
margin: string;
|
|
1129
|
+
};
|
|
1130
|
+
};
|
|
1131
|
+
};
|
|
1132
|
+
MuiPickersClockNumber: {
|
|
1133
|
+
styleOverrides: {
|
|
1134
|
+
clockNumber: {
|
|
1135
|
+
left: string;
|
|
1136
|
+
width: string;
|
|
1137
|
+
height: string;
|
|
1138
|
+
};
|
|
1139
|
+
};
|
|
1140
|
+
};
|
|
1141
|
+
MuiPickerDTHeader: {
|
|
1142
|
+
styleOverrides: {
|
|
1143
|
+
dateHeader: {
|
|
1144
|
+
"& h4": {
|
|
1145
|
+
fontSize: string;
|
|
1146
|
+
fontWeight: number;
|
|
1147
|
+
};
|
|
1148
|
+
};
|
|
1149
|
+
timeHeader: {
|
|
1150
|
+
"& h3": {
|
|
1151
|
+
fontSize: string;
|
|
1152
|
+
fontWeight: number;
|
|
1153
|
+
};
|
|
1154
|
+
};
|
|
1155
|
+
};
|
|
1156
|
+
};
|
|
1157
|
+
MuiPickersTimePicker: {
|
|
1158
|
+
styleOverrides: {
|
|
1159
|
+
hourMinuteLabel: {
|
|
1160
|
+
"& h2": {
|
|
1161
|
+
fontSize: string;
|
|
1162
|
+
fontWeight: number;
|
|
1163
|
+
};
|
|
1164
|
+
};
|
|
1165
|
+
};
|
|
1166
|
+
};
|
|
1167
|
+
MuiPickersToolbar: {
|
|
1168
|
+
styleOverrides: {
|
|
1169
|
+
toolbar: {
|
|
1170
|
+
"& h4": {
|
|
1171
|
+
fontSize: string;
|
|
1172
|
+
fontWeight: number;
|
|
1173
|
+
};
|
|
1174
|
+
};
|
|
1175
|
+
};
|
|
1176
|
+
};
|
|
1177
|
+
MuiChip: {
|
|
1178
|
+
styleOverrides: {
|
|
1179
|
+
root: {
|
|
1180
|
+
borderRadius: string;
|
|
1181
|
+
};
|
|
1182
|
+
};
|
|
1183
|
+
};
|
|
1184
|
+
};
|
|
1185
|
+
|
|
1186
|
+
declare const createTheme: (name: string) => _mui_material_styles.Theme;
|
|
1187
|
+
|
|
1188
|
+
declare const shadows: Shadows;
|
|
1189
|
+
|
|
1190
|
+
declare const typography: TypographyOptions;
|
|
1191
|
+
|
|
1192
|
+
declare const useAuth: () => AuthContextType;
|
|
1193
|
+
|
|
1194
|
+
declare const usePrefs: () => PrefContextType;
|
|
1195
|
+
|
|
1196
|
+
declare const useTheme: () => {
|
|
1197
|
+
theme: string;
|
|
1198
|
+
setTheme: (theme: string) => void;
|
|
1199
|
+
};
|
|
1200
|
+
|
|
1201
|
+
declare const AuthContext: React$1.Context<AuthContextType | null>;
|
|
1202
|
+
declare const AuthProvider: ({ children }: {
|
|
1203
|
+
children: React.ReactNode;
|
|
1204
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1205
|
+
|
|
1206
|
+
declare const PrefsContext: React__default.Context<PrefContextType>;
|
|
1207
|
+
declare const PrefsProvider: ({ children }: {
|
|
1208
|
+
children: React__default.ReactNode;
|
|
1209
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1210
|
+
|
|
1211
|
+
declare const ThemeContext: React__default.Context<{
|
|
1212
|
+
theme: string;
|
|
1213
|
+
setTheme: (theme: string) => void;
|
|
1214
|
+
}>;
|
|
1215
|
+
type ThemeProviderProps = {
|
|
1216
|
+
children: React__default.ReactNode;
|
|
1217
|
+
};
|
|
1218
|
+
declare function ThemeProvider({ children }: ThemeProviderProps): react_jsx_runtime.JSX.Element;
|
|
1219
|
+
|
|
1220
|
+
declare const ContainerFields: React__default.NamedExoticComponent<ContainerFieldsType>;
|
|
1221
|
+
declare const ContainerInnerFieldsComponent: ({ errors, fields, spacing, values, selectedVariant, }: ContainerInnerFieldsType) => react_jsx_runtime.JSX.Element;
|
|
1222
|
+
|
|
1223
|
+
declare const DataTable: React$1.NamedExoticComponent<DataTableOptions>;
|
|
1224
|
+
|
|
1225
|
+
interface customIconProp {
|
|
1226
|
+
color: string;
|
|
1227
|
+
size: number;
|
|
1228
|
+
}
|
|
1229
|
+
declare const CustomIconsList: {
|
|
1230
|
+
UsuariosIcon2: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1231
|
+
PapperIcon2: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1232
|
+
Printericon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1233
|
+
FolderLockIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1234
|
+
MailIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1235
|
+
CloudIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1236
|
+
UsuarioIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1237
|
+
PapperIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1238
|
+
CompanyIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1239
|
+
SerialNumberIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1240
|
+
BillIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1241
|
+
EraseIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1242
|
+
PaperPlaneIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1243
|
+
CalendarIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1244
|
+
CalendarSecundaryIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1245
|
+
PeopleIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1246
|
+
HomeIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1247
|
+
FileIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1248
|
+
EmissaoIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1249
|
+
ConsultaIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1250
|
+
InutIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1251
|
+
AlertIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1252
|
+
CheckIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1253
|
+
CertIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1254
|
+
AdjustIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1255
|
+
FolderIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1256
|
+
AlterIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1257
|
+
AddIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1258
|
+
EditIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1259
|
+
DeleteIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1260
|
+
EmpIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1261
|
+
NfeIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1262
|
+
JustIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1263
|
+
BellIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1264
|
+
ConfigIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1265
|
+
UserIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1266
|
+
MagnifyIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1267
|
+
ConfigSimpleIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1268
|
+
TimeNoteIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1269
|
+
CancelNote: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1270
|
+
LockOpen: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1271
|
+
PeopleFill: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1272
|
+
NotificacaoIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1273
|
+
AuditoriaIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1274
|
+
EyeIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1275
|
+
SelectIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1276
|
+
ComodatoIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1277
|
+
LogisticaIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1278
|
+
ComercialIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1279
|
+
NfeHomeIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1280
|
+
NfceIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1281
|
+
GerencialIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1282
|
+
CrmIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1283
|
+
MdfeIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1284
|
+
LicitacoesIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1285
|
+
ConsignacoesIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1286
|
+
FinanceiroIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1287
|
+
SaveIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1288
|
+
UserConsultaIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1289
|
+
FinalidadeIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1290
|
+
SituacaoIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1291
|
+
OutrasFilterIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1292
|
+
ConfigFilterOrdIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1293
|
+
ConfigFilterNomeCliIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1294
|
+
ConfigFilterAuditIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1295
|
+
SetaIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1296
|
+
ContentIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1297
|
+
TransmitIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1298
|
+
XmlIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1299
|
+
PrinterIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1300
|
+
VisuDanfeIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1301
|
+
IcmsIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1302
|
+
EmailIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1303
|
+
SendEmailIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1304
|
+
CatalogIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1305
|
+
ClipIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1306
|
+
ModeloDanfeIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1307
|
+
ConfigSequencialNotaIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1308
|
+
ConfigDanfeIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1309
|
+
ConfigAmbIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1310
|
+
EmpIcon2: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1311
|
+
TrashIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1312
|
+
PastAddIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1313
|
+
BuscaIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1314
|
+
KeyboardIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1315
|
+
HistEmailIcon: ({ color, size }: customIconProp) => react_jsx_runtime.JSX.Element;
|
|
1316
|
+
};
|
|
1317
|
+
|
|
1318
|
+
type IconsName = keyof typeof CustomIconsList;
|
|
1319
|
+
interface Props {
|
|
1320
|
+
icon: IconsName;
|
|
1321
|
+
color: string;
|
|
1322
|
+
size: number;
|
|
1323
|
+
}
|
|
1324
|
+
interface Props extends HTMLAttributes<HTMLDivElement> {
|
|
1325
|
+
icon: IconsName;
|
|
1326
|
+
color: string;
|
|
1327
|
+
size: number;
|
|
1328
|
+
}
|
|
1329
|
+
declare const CustomIcon: ({ icon, color, size, ...rest }: Props) => react_jsx_runtime.JSX.Element | null;
|
|
1330
|
+
|
|
1331
|
+
export { AmbienteBadge, Auth, AuthContext, AuthContextType, AuthCredentials, AuthProvider, ContainerFields, ContainerInnerFieldsComponent, CustomIcon, CustomIconsList, CustomSnackBar, DataTable, Demos, FilterChips, FilterHistEmailErro, GlobalSearchAutocomplete, GlobalStyle, IconsName, InputAutocomplete, InputCheckbox, InputDataPicker, InputRadio, InputText, InputTextArea, ModalConfigHistEmail, ModalConfirm, Navbar, PrefsContext, PrefsProvider, SearchResult, SignIn, ThemeContext, ThemeProvider, TitlePage, VariantType, VirtualKeyboard, breakpoints, components, createTheme, moduloType, rowDataType, searchType, selectionMode, shadows, typography, useAuth, useCookies, useLocalStorage, usePrefs as usePref, useTheme, variants };
|