mdz-enum 1.6.80 → 1.6.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/checkout/index.d.ts +33 -33
- package/dist/checkout/index.js +97 -97
- package/dist/commercial/index.d.ts +254 -248
- package/dist/commercial/index.js +627 -610
- package/dist/common/index.d.ts +71 -71
- package/dist/common/index.js +205 -205
- package/dist/config/index.d.ts +200 -200
- package/dist/config/index.js +576 -576
- package/dist/eva/index.d.ts +164 -145
- package/dist/eva/index.js +233 -179
- package/dist/finance/index.d.ts +240 -240
- package/dist/finance/index.js +728 -728
- package/dist/fiscal/index.d.ts +572 -572
- package/dist/fiscal/index.js +1484 -1484
- package/dist/functions.d.ts +11 -11
- package/dist/functions.js +74 -74
- package/dist/general/index.d.ts +265 -265
- package/dist/general/index.js +512 -512
- package/dist/home/index.d.ts +88 -88
- package/dist/home/index.js +268 -268
- package/dist/index.d.ts +16 -16
- package/dist/index.js +275 -270
- package/dist/integration/index.d.ts +37 -37
- package/dist/integration/index.js +109 -109
- package/dist/logistics/index.d.ts +195 -195
- package/dist/logistics/index.js +554 -554
- package/dist/marketplace/templates/components/index.d.ts +352 -352
- package/dist/marketplace/templates/components/index.js +383 -383
- package/dist/marketplace/templates/elements/index.d.ts +32 -32
- package/dist/marketplace/templates/elements/index.js +35 -35
- package/dist/marketplace/templates/index.d.ts +589 -592
- package/dist/marketplace/templates/index.js +49 -49
- package/dist/marketplace/templates/pages/index.d.ts +254 -254
- package/dist/marketplace/templates/pages/index.js +443 -443
- package/dist/marketplace/templates/reference/index.d.ts +24 -24
- package/dist/marketplace/templates/reference/index.js +26 -26
- package/dist/people/index.d.ts +65 -65
- package/dist/people/index.js +189 -189
- package/dist/platform/index.d.ts +220 -220
- package/dist/platform/index.js +638 -638
- package/dist/reports/index.d.ts +103 -103
- package/dist/reports/index.js +301 -301
- package/package.json +1 -1
package/dist/home/index.d.ts
CHANGED
|
@@ -1,88 +1,88 @@
|
|
|
1
|
-
export declare const PainelHome: {
|
|
2
|
-
Gestor: string;
|
|
3
|
-
Vendedor: string;
|
|
4
|
-
Caixa: string;
|
|
5
|
-
Entregador: string;
|
|
6
|
-
description(val: string): "enum not found" | "Painel do Gestor" | "Painel do Vendedor" | "Painel do Caixa" | "Painel do Entregador";
|
|
7
|
-
};
|
|
8
|
-
export declare const DispositivoHome: {
|
|
9
|
-
Desktop: string;
|
|
10
|
-
Mobile: string;
|
|
11
|
-
description(val: string): "enum not found" | "Celular" | "Desktop";
|
|
12
|
-
};
|
|
13
|
-
export declare const TamanhoWidgetHome: {
|
|
14
|
-
Pequeno: string;
|
|
15
|
-
Medio: string;
|
|
16
|
-
Grande: string;
|
|
17
|
-
LarguraTotal: string;
|
|
18
|
-
description(val: string): "enum not found" | "Pequeno" | "Médio" | "Grande" | "Largura total";
|
|
19
|
-
area(val: string): {
|
|
20
|
-
colunas: number;
|
|
21
|
-
linhas: number;
|
|
22
|
-
};
|
|
23
|
-
proporcao(val: string): string;
|
|
24
|
-
};
|
|
25
|
-
export declare const WidgetHome: {
|
|
26
|
-
VendedorVendasHoje: string;
|
|
27
|
-
VendedorMes: string;
|
|
28
|
-
VendedorMeta: string;
|
|
29
|
-
VendedorComissao: string;
|
|
30
|
-
VendedorRanking: string;
|
|
31
|
-
VendedorUltimasVendas: string;
|
|
32
|
-
GestorIndicadores: string;
|
|
33
|
-
GestorFluxo: string;
|
|
34
|
-
GestorAtencao: string;
|
|
35
|
-
GestorCaixas: string;
|
|
36
|
-
GestorFinanceiro: string;
|
|
37
|
-
GestorTopVendedores: string;
|
|
38
|
-
CaixaMeuCaixa: string;
|
|
39
|
-
CaixaTurno: string;
|
|
40
|
-
CaixaConferencia: string;
|
|
41
|
-
CaixaFilial: string;
|
|
42
|
-
EntregadorPendentes: string;
|
|
43
|
-
EntregadorRota: string;
|
|
44
|
-
EntregadorDesempenho: string;
|
|
45
|
-
ComumAgenda: string;
|
|
46
|
-
VendedorVendaHoje: string;
|
|
47
|
-
VendedorQuantidadeHoje: string;
|
|
48
|
-
VendedorTicketHoje: string;
|
|
49
|
-
VendedorVendaMes: string;
|
|
50
|
-
VendedorPercentualMeta: string;
|
|
51
|
-
VendedorFaltaMeta: string;
|
|
52
|
-
GestorVendaHoje: string;
|
|
53
|
-
GestorVendaMes: string;
|
|
54
|
-
GestorTicketMes: string;
|
|
55
|
-
GestorSaldoCaixa: string;
|
|
56
|
-
GestorAReceber: string;
|
|
57
|
-
GestorAPagar: string;
|
|
58
|
-
GestorVencido: string;
|
|
59
|
-
CaixaSaldo: string;
|
|
60
|
-
CaixaDinheiroGaveta: string;
|
|
61
|
-
CaixaVendasTurno: string;
|
|
62
|
-
EntregadorPendentesTotal: string;
|
|
63
|
-
EntregadorConcluidasHoje: string;
|
|
64
|
-
EntregadorEmRota: string;
|
|
65
|
-
EntregadorAtrasadas: string;
|
|
66
|
-
EntregadorConcluidasSemana: string;
|
|
67
|
-
EntregadorConcluidasMes: string;
|
|
68
|
-
EntregadorTaxaSucesso: string;
|
|
69
|
-
EntregadorProxima: string;
|
|
70
|
-
GestorCapitalGiro: string;
|
|
71
|
-
GestorTopProdutos: string;
|
|
72
|
-
GestorEstoqueCritico: string;
|
|
73
|
-
GestorMeiosPagamento: string;
|
|
74
|
-
GestorVendasFilial: string;
|
|
75
|
-
GestorValeCredito: string;
|
|
76
|
-
GestorBoletos: string;
|
|
77
|
-
GestorContasBancarias: string;
|
|
78
|
-
VendedorAniversariantes: string;
|
|
79
|
-
VendedorPedidosFaturar: string;
|
|
80
|
-
VendedorTopProdutos: string;
|
|
81
|
-
CaixaUltimasVendas: string;
|
|
82
|
-
CaixaVendasHora: string;
|
|
83
|
-
EntregadorPontualidade: string;
|
|
84
|
-
ComumConsignacoes: string;
|
|
85
|
-
GestorHorarioPico: string;
|
|
86
|
-
GestorMargemBruta: string;
|
|
87
|
-
description(val: string): "enum not found" | "Financeiro" | "Aniversariantes" | "Minhas vendas hoje" | "Meu mês" | "Minha meta" | "Comissão do mês" | "Meu ranking" | "Últimas vendas" | "Indicadores de venda" | "Top produtos" | "Estoque crítico" | "Meios de pagamento" | "Vendas por filial" | "Vale crédito em aberto" | "Boletos a vencer" | "Contas bancárias" | "Pedidos a faturar" | "Meus produtos" | "Vendas por hora" | "Pontualidade" | "Consignações paradas" | "Horário de pico" | "Margem bruta" | "Entradas da semana" | "Precisa da sua atenção" | "Caixas abertos" | "Top vendedores" | "Meu caixa" | "Movimento do turno" | "Conferência" | "Caixas da filial" | "Entregas pendentes" | "Minha rota" | "Meu desempenho" | "Calendário" | "Venda total de hoje" | "Vendas de hoje" | "Ticket médio de hoje" | "Venda total do mês" | "Percentual da meta" | "Falta para a meta" | "Venda da loja hoje" | "Venda da loja no mês" | "Ticket médio da loja" | "Dinheiro em caixa" | "A receber em 7 dias" | "A pagar em 7 dias" | "Vencido a receber" | "Dinheiro no meu caixa" | "Dinheiro na gaveta" | "Vendas do turno" | "Entregues hoje" | "Em rota" | "Entregas atrasadas" | "Entregues na semana" | "Entregues no mês" | "Taxa de sucesso" | "Próxima entrega" | "Capital de giro";
|
|
88
|
-
};
|
|
1
|
+
export declare const PainelHome: {
|
|
2
|
+
Gestor: string;
|
|
3
|
+
Vendedor: string;
|
|
4
|
+
Caixa: string;
|
|
5
|
+
Entregador: string;
|
|
6
|
+
description(val: string): "enum not found" | "Painel do Gestor" | "Painel do Vendedor" | "Painel do Caixa" | "Painel do Entregador";
|
|
7
|
+
};
|
|
8
|
+
export declare const DispositivoHome: {
|
|
9
|
+
Desktop: string;
|
|
10
|
+
Mobile: string;
|
|
11
|
+
description(val: string): "enum not found" | "Celular" | "Desktop";
|
|
12
|
+
};
|
|
13
|
+
export declare const TamanhoWidgetHome: {
|
|
14
|
+
Pequeno: string;
|
|
15
|
+
Medio: string;
|
|
16
|
+
Grande: string;
|
|
17
|
+
LarguraTotal: string;
|
|
18
|
+
description(val: string): "enum not found" | "Pequeno" | "Médio" | "Grande" | "Largura total";
|
|
19
|
+
area(val: string): {
|
|
20
|
+
colunas: number;
|
|
21
|
+
linhas: number;
|
|
22
|
+
};
|
|
23
|
+
proporcao(val: string): string;
|
|
24
|
+
};
|
|
25
|
+
export declare const WidgetHome: {
|
|
26
|
+
VendedorVendasHoje: string;
|
|
27
|
+
VendedorMes: string;
|
|
28
|
+
VendedorMeta: string;
|
|
29
|
+
VendedorComissao: string;
|
|
30
|
+
VendedorRanking: string;
|
|
31
|
+
VendedorUltimasVendas: string;
|
|
32
|
+
GestorIndicadores: string;
|
|
33
|
+
GestorFluxo: string;
|
|
34
|
+
GestorAtencao: string;
|
|
35
|
+
GestorCaixas: string;
|
|
36
|
+
GestorFinanceiro: string;
|
|
37
|
+
GestorTopVendedores: string;
|
|
38
|
+
CaixaMeuCaixa: string;
|
|
39
|
+
CaixaTurno: string;
|
|
40
|
+
CaixaConferencia: string;
|
|
41
|
+
CaixaFilial: string;
|
|
42
|
+
EntregadorPendentes: string;
|
|
43
|
+
EntregadorRota: string;
|
|
44
|
+
EntregadorDesempenho: string;
|
|
45
|
+
ComumAgenda: string;
|
|
46
|
+
VendedorVendaHoje: string;
|
|
47
|
+
VendedorQuantidadeHoje: string;
|
|
48
|
+
VendedorTicketHoje: string;
|
|
49
|
+
VendedorVendaMes: string;
|
|
50
|
+
VendedorPercentualMeta: string;
|
|
51
|
+
VendedorFaltaMeta: string;
|
|
52
|
+
GestorVendaHoje: string;
|
|
53
|
+
GestorVendaMes: string;
|
|
54
|
+
GestorTicketMes: string;
|
|
55
|
+
GestorSaldoCaixa: string;
|
|
56
|
+
GestorAReceber: string;
|
|
57
|
+
GestorAPagar: string;
|
|
58
|
+
GestorVencido: string;
|
|
59
|
+
CaixaSaldo: string;
|
|
60
|
+
CaixaDinheiroGaveta: string;
|
|
61
|
+
CaixaVendasTurno: string;
|
|
62
|
+
EntregadorPendentesTotal: string;
|
|
63
|
+
EntregadorConcluidasHoje: string;
|
|
64
|
+
EntregadorEmRota: string;
|
|
65
|
+
EntregadorAtrasadas: string;
|
|
66
|
+
EntregadorConcluidasSemana: string;
|
|
67
|
+
EntregadorConcluidasMes: string;
|
|
68
|
+
EntregadorTaxaSucesso: string;
|
|
69
|
+
EntregadorProxima: string;
|
|
70
|
+
GestorCapitalGiro: string;
|
|
71
|
+
GestorTopProdutos: string;
|
|
72
|
+
GestorEstoqueCritico: string;
|
|
73
|
+
GestorMeiosPagamento: string;
|
|
74
|
+
GestorVendasFilial: string;
|
|
75
|
+
GestorValeCredito: string;
|
|
76
|
+
GestorBoletos: string;
|
|
77
|
+
GestorContasBancarias: string;
|
|
78
|
+
VendedorAniversariantes: string;
|
|
79
|
+
VendedorPedidosFaturar: string;
|
|
80
|
+
VendedorTopProdutos: string;
|
|
81
|
+
CaixaUltimasVendas: string;
|
|
82
|
+
CaixaVendasHora: string;
|
|
83
|
+
EntregadorPontualidade: string;
|
|
84
|
+
ComumConsignacoes: string;
|
|
85
|
+
GestorHorarioPico: string;
|
|
86
|
+
GestorMargemBruta: string;
|
|
87
|
+
description(val: string): "enum not found" | "Financeiro" | "Aniversariantes" | "Minhas vendas hoje" | "Meu mês" | "Minha meta" | "Comissão do mês" | "Meu ranking" | "Últimas vendas" | "Indicadores de venda" | "Top produtos" | "Estoque crítico" | "Meios de pagamento" | "Vendas por filial" | "Vale crédito em aberto" | "Boletos a vencer" | "Contas bancárias" | "Pedidos a faturar" | "Meus produtos" | "Vendas por hora" | "Pontualidade" | "Consignações paradas" | "Horário de pico" | "Margem bruta" | "Entradas da semana" | "Precisa da sua atenção" | "Caixas abertos" | "Top vendedores" | "Meu caixa" | "Movimento do turno" | "Conferência" | "Caixas da filial" | "Entregas pendentes" | "Minha rota" | "Meu desempenho" | "Calendário" | "Venda total de hoje" | "Vendas de hoje" | "Ticket médio de hoje" | "Venda total do mês" | "Percentual da meta" | "Falta para a meta" | "Venda da loja hoje" | "Venda da loja no mês" | "Ticket médio da loja" | "Dinheiro em caixa" | "A receber em 7 dias" | "A pagar em 7 dias" | "Vencido a receber" | "Dinheiro no meu caixa" | "Dinheiro na gaveta" | "Vendas do turno" | "Entregues hoje" | "Em rota" | "Entregas atrasadas" | "Entregues na semana" | "Entregues no mês" | "Taxa de sucesso" | "Próxima entrega" | "Capital de giro";
|
|
88
|
+
};
|