mdz-enum 1.6.63 → 1.6.64

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.
Files changed (43) hide show
  1. package/dist/checkout/index.d.ts +33 -33
  2. package/dist/checkout/index.js +97 -97
  3. package/dist/commercial/index.d.ts +247 -247
  4. package/dist/commercial/index.js +607 -607
  5. package/dist/common/index.d.ts +71 -71
  6. package/dist/common/index.js +205 -205
  7. package/dist/config/index.d.ts +200 -200
  8. package/dist/config/index.js +576 -576
  9. package/dist/eva/index.d.ts +143 -143
  10. package/dist/eva/index.js +173 -173
  11. package/dist/finance/index.d.ts +240 -240
  12. package/dist/finance/index.js +728 -728
  13. package/dist/fiscal/index.d.ts +572 -572
  14. package/dist/fiscal/index.js +1484 -1484
  15. package/dist/functions.d.ts +11 -11
  16. package/dist/functions.js +74 -74
  17. package/dist/general/index.d.ts +265 -265
  18. package/dist/general/index.js +512 -512
  19. package/dist/home/index.d.ts +88 -88
  20. package/dist/home/index.js +268 -268
  21. package/dist/index.d.ts +16 -16
  22. package/dist/index.js +268 -267
  23. package/dist/integration/index.d.ts +37 -37
  24. package/dist/integration/index.js +109 -109
  25. package/dist/logistics/index.d.ts +174 -174
  26. package/dist/logistics/index.js +493 -493
  27. package/dist/marketplace/templates/components/index.d.ts +340 -340
  28. package/dist/marketplace/templates/components/index.js +371 -371
  29. package/dist/marketplace/templates/elements/index.d.ts +32 -32
  30. package/dist/marketplace/templates/elements/index.js +35 -35
  31. package/dist/marketplace/templates/index.d.ts +559 -556
  32. package/dist/marketplace/templates/index.js +49 -49
  33. package/dist/marketplace/templates/pages/index.d.ts +233 -233
  34. package/dist/marketplace/templates/pages/index.js +413 -413
  35. package/dist/marketplace/templates/reference/index.d.ts +24 -24
  36. package/dist/marketplace/templates/reference/index.js +26 -26
  37. package/dist/people/index.d.ts +62 -62
  38. package/dist/people/index.js +180 -180
  39. package/dist/platform/index.d.ts +218 -218
  40. package/dist/platform/index.js +632 -632
  41. package/dist/reports/index.d.ts +102 -96
  42. package/dist/reports/index.js +298 -281
  43. package/package.json +1 -1
@@ -1,281 +1,298 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TendenciaDemanda = exports.FaixaCobertura = exports.StatusCompra = exports.PrioridadeCompra = exports.SituacaoQtdEstoque = exports.AgrupamentoRelatorioPessoas = exports.TipoPreco = exports.AgrupamentoRelatoriosProdutos = exports.AgrupamentoRelatorio = exports.TipoRelatorio = void 0;
4
- exports.TipoRelatorio = {
5
- Resumido: '1',
6
- Detalhado: '2',
7
- description(val) {
8
- switch (val) {
9
- case this.Resumido:
10
- return 'Resumido';
11
- case this.Detalhado:
12
- return 'Detalhado';
13
- default:
14
- return 'enum not found';
15
- }
16
- },
17
- };
18
- exports.AgrupamentoRelatorio = {
19
- Cliente: '1',
20
- Data: '2',
21
- Produto: '3',
22
- Documento: '4',
23
- Vendedor: '5',
24
- Categoria: '6',
25
- Marca: '7',
26
- Filial: '8',
27
- PlanoConta: '9',
28
- CentroCusto: '10',
29
- Preco: '11',
30
- Operacao: '12',
31
- MeioPagamento: '13',
32
- Fornecedor: '14',
33
- OperadoraCartao: '15',
34
- Colecao: '16',
35
- Lote: '17',
36
- Validade: '18',
37
- Objeto: '19',
38
- description(val) {
39
- switch (val) {
40
- case this.Cliente:
41
- return 'Cliente';
42
- case this.Data:
43
- return 'Data';
44
- case this.Produto:
45
- return 'Produto';
46
- case this.Documento:
47
- return 'Documento';
48
- case this.Vendedor:
49
- return 'Vendedor';
50
- case this.Categoria:
51
- return 'Categoria';
52
- case this.Marca:
53
- return 'Marca';
54
- case this.Filial:
55
- return 'Filial';
56
- case this.PlanoConta:
57
- return 'Plano de Contas';
58
- case this.CentroCusto:
59
- return 'Centro de Custo';
60
- case this.Preco:
61
- return 'Preço';
62
- case this.Operacao:
63
- return 'Operação';
64
- case this.MeioPagamento:
65
- return 'Meio de Pagamento';
66
- case this.Fornecedor:
67
- return 'Fornecedor';
68
- case this.OperadoraCartao:
69
- return 'Operadora Cartão';
70
- case this.Colecao:
71
- return 'Coleção';
72
- case this.Lote:
73
- return 'Lote';
74
- case this.Validade:
75
- return 'Validade';
76
- case this.Objeto:
77
- return 'Objeto';
78
- default:
79
- return 'enum not found';
80
- }
81
- },
82
- };
83
- exports.AgrupamentoRelatoriosProdutos = {
84
- Produto: '1',
85
- Categoria: '2',
86
- Marca: '3',
87
- UnidadeMedida: '4',
88
- CenarioFiscal: '5',
89
- NCM: '6',
90
- Filial: '7',
91
- EnderecoEstoque: '8',
92
- InventarioP7: '9',
93
- Lote: '10',
94
- Validade: '11',
95
- description(val) {
96
- switch (val) {
97
- case this.Produto:
98
- return 'Produto';
99
- case this.Categoria:
100
- return 'Categoria';
101
- case this.Marca:
102
- return 'Marca';
103
- case this.UnidadeMedida:
104
- return 'Unidade de Medida';
105
- case this.CenarioFiscal:
106
- return 'Cenário Fiscal';
107
- case this.NCM:
108
- return 'NCM';
109
- case this.Filial:
110
- return 'Filial';
111
- case this.EnderecoEstoque:
112
- return 'Endereço de Estoque';
113
- case this.InventarioP7:
114
- return 'Inventário P7';
115
- case this.Lote:
116
- return 'Lote';
117
- case this.Validade:
118
- return 'Validade';
119
- default:
120
- return 'enum not found';
121
- }
122
- },
123
- };
124
- exports.TipoPreco = {
125
- Compra: '1',
126
- CompraMedio: '2',
127
- Custo: '3',
128
- CustoMedio: '4',
129
- Venda: '5',
130
- VendaAtacado: '6',
131
- description(val) {
132
- switch (val) {
133
- case this.Compra:
134
- return 'Compra';
135
- case this.CompraMedio:
136
- return 'Compra médio';
137
- case this.Custo:
138
- return 'Custo';
139
- case this.CustoMedio:
140
- return 'Custo médio';
141
- case this.Venda:
142
- return 'Venda';
143
- case this.VendaAtacado:
144
- return 'Venda atacado';
145
- default:
146
- return 'enum not found';
147
- }
148
- },
149
- };
150
- exports.AgrupamentoRelatorioPessoas = {
151
- Pessoa: '0',
152
- Tipo: '1',
153
- Classificacao: '2',
154
- Cidade: '3',
155
- Origem: '4',
156
- description(val) {
157
- switch (val) {
158
- case this.Pessoa:
159
- return 'Pessoa';
160
- case this.Tipo:
161
- return 'Tipo';
162
- case this.Classificacao:
163
- return 'Classificação';
164
- case this.Cidade:
165
- return 'Cidade';
166
- case this.Origem:
167
- return 'Origem';
168
- default:
169
- return 'enum not found';
170
- }
171
- },
172
- };
173
- exports.SituacaoQtdEstoque = {
174
- Zerado: '0',
175
- Negativo: '1',
176
- Positivo: '2',
177
- description(val) {
178
- switch (val) {
179
- case this.Zerado:
180
- return 'Zerado';
181
- case this.Negativo:
182
- return 'Negativo';
183
- case this.Positivo:
184
- return 'Positivo';
185
- default:
186
- return 'enum not found';
187
- }
188
- },
189
- };
190
- exports.PrioridadeCompra = {
191
- Alta: '0',
192
- Media: '1',
193
- Baixa: '2',
194
- description(val) {
195
- switch (val) {
196
- case this.Alta:
197
- return 'Alta';
198
- case this.Media:
199
- return 'Média';
200
- case this.Baixa:
201
- return 'Baixa';
202
- default:
203
- return 'enum not found';
204
- }
205
- },
206
- };
207
- exports.StatusCompra = {
208
- ComprarUrgente: '0',
209
- Comprar: '1',
210
- Atencao: '2',
211
- Normal: '3',
212
- RevisarDemanda: '4',
213
- SemDemanda: '5',
214
- Parado: '6',
215
- Excesso: '7',
216
- description(val) {
217
- switch (val) {
218
- case this.ComprarUrgente:
219
- return 'Comprar urgente';
220
- case this.Comprar:
221
- return 'Comprar';
222
- case this.Atencao:
223
- return 'Atenção';
224
- case this.Normal:
225
- return 'Normal';
226
- case this.RevisarDemanda:
227
- return 'Revisar Demanda';
228
- case this.SemDemanda:
229
- return 'Sem demanda';
230
- case this.Parado:
231
- return 'Parado';
232
- case this.Excesso:
233
- return 'Excesso';
234
- default:
235
- return 'enum not found';
236
- }
237
- },
238
- };
239
- exports.FaixaCobertura = {
240
- Critica: '0',
241
- Baixa: '1',
242
- Normal: '2',
243
- Alta: '3',
244
- Excesso: '4',
245
- description(val) {
246
- switch (val) {
247
- case this.Critica:
248
- return 'Crítica';
249
- case this.Baixa:
250
- return 'Baixa';
251
- case this.Normal:
252
- return 'Normal';
253
- case this.Alta:
254
- return 'Alta';
255
- case this.Excesso:
256
- return 'Excesso';
257
- default:
258
- return 'enum not found';
259
- }
260
- },
261
- };
262
- exports.TendenciaDemanda = {
263
- Acelerando: '0',
264
- Estavel: '1',
265
- Desacelerando: '2',
266
- SemDemanda: '3',
267
- description(val) {
268
- switch (val) {
269
- case this.Acelerando:
270
- return 'Acelerando';
271
- case this.Estavel:
272
- return 'Estável';
273
- case this.Desacelerando:
274
- return 'Desacelerando';
275
- case this.SemDemanda:
276
- return 'Sem demanda';
277
- default:
278
- return 'enum not found';
279
- }
280
- },
281
- };
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TendenciaDemanda = exports.FaixaCobertura = exports.StatusCompra = exports.PrioridadeCompra = exports.SituacaoQtdEstoque = exports.AgrupamentoRelatorioPessoas = exports.TipoPreco = exports.AgrupamentoRelatoriosProdutos = exports.TipoPosicaoConsignacao = exports.AgrupamentoRelatorio = exports.TipoRelatorio = void 0;
4
+ exports.TipoRelatorio = {
5
+ Resumido: '1',
6
+ Detalhado: '2',
7
+ description(val) {
8
+ switch (val) {
9
+ case this.Resumido:
10
+ return 'Resumido';
11
+ case this.Detalhado:
12
+ return 'Detalhado';
13
+ default:
14
+ return 'enum not found';
15
+ }
16
+ },
17
+ };
18
+ exports.AgrupamentoRelatorio = {
19
+ Cliente: '1',
20
+ Data: '2',
21
+ Produto: '3',
22
+ Documento: '4',
23
+ Vendedor: '5',
24
+ Categoria: '6',
25
+ Marca: '7',
26
+ Filial: '8',
27
+ PlanoConta: '9',
28
+ CentroCusto: '10',
29
+ Preco: '11',
30
+ Operacao: '12',
31
+ MeioPagamento: '13',
32
+ Fornecedor: '14',
33
+ OperadoraCartao: '15',
34
+ Colecao: '16',
35
+ Lote: '17',
36
+ Validade: '18',
37
+ Objeto: '19',
38
+ Situacao: '20',
39
+ description(val) {
40
+ switch (val) {
41
+ case this.Cliente:
42
+ return 'Cliente';
43
+ case this.Data:
44
+ return 'Data';
45
+ case this.Produto:
46
+ return 'Produto';
47
+ case this.Documento:
48
+ return 'Documento';
49
+ case this.Vendedor:
50
+ return 'Vendedor';
51
+ case this.Categoria:
52
+ return 'Categoria';
53
+ case this.Marca:
54
+ return 'Marca';
55
+ case this.Filial:
56
+ return 'Filial';
57
+ case this.PlanoConta:
58
+ return 'Plano de Contas';
59
+ case this.CentroCusto:
60
+ return 'Centro de Custo';
61
+ case this.Preco:
62
+ return 'Preço';
63
+ case this.Operacao:
64
+ return 'Operação';
65
+ case this.MeioPagamento:
66
+ return 'Meio de Pagamento';
67
+ case this.Fornecedor:
68
+ return 'Fornecedor';
69
+ case this.OperadoraCartao:
70
+ return 'Operadora Cartão';
71
+ case this.Colecao:
72
+ return 'Coleção';
73
+ case this.Lote:
74
+ return 'Lote';
75
+ case this.Validade:
76
+ return 'Validade';
77
+ case this.Objeto:
78
+ return 'Objeto';
79
+ case this.Situacao:
80
+ return 'Situação';
81
+ default:
82
+ return 'enum not found';
83
+ }
84
+ },
85
+ };
86
+ exports.TipoPosicaoConsignacao = {
87
+ Posicao: '0',
88
+ Movimentacao: '1',
89
+ description(val) {
90
+ switch (val) {
91
+ case this.Posicao:
92
+ return 'Posição em aberto';
93
+ case this.Movimentacao:
94
+ return 'Movimentação do período';
95
+ default:
96
+ return 'enum not found';
97
+ }
98
+ },
99
+ };
100
+ exports.AgrupamentoRelatoriosProdutos = {
101
+ Produto: '1',
102
+ Categoria: '2',
103
+ Marca: '3',
104
+ UnidadeMedida: '4',
105
+ CenarioFiscal: '5',
106
+ NCM: '6',
107
+ Filial: '7',
108
+ EnderecoEstoque: '8',
109
+ InventarioP7: '9',
110
+ Lote: '10',
111
+ Validade: '11',
112
+ description(val) {
113
+ switch (val) {
114
+ case this.Produto:
115
+ return 'Produto';
116
+ case this.Categoria:
117
+ return 'Categoria';
118
+ case this.Marca:
119
+ return 'Marca';
120
+ case this.UnidadeMedida:
121
+ return 'Unidade de Medida';
122
+ case this.CenarioFiscal:
123
+ return 'Cenário Fiscal';
124
+ case this.NCM:
125
+ return 'NCM';
126
+ case this.Filial:
127
+ return 'Filial';
128
+ case this.EnderecoEstoque:
129
+ return 'Endereço de Estoque';
130
+ case this.InventarioP7:
131
+ return 'Inventário P7';
132
+ case this.Lote:
133
+ return 'Lote';
134
+ case this.Validade:
135
+ return 'Validade';
136
+ default:
137
+ return 'enum not found';
138
+ }
139
+ },
140
+ };
141
+ exports.TipoPreco = {
142
+ Compra: '1',
143
+ CompraMedio: '2',
144
+ Custo: '3',
145
+ CustoMedio: '4',
146
+ Venda: '5',
147
+ VendaAtacado: '6',
148
+ description(val) {
149
+ switch (val) {
150
+ case this.Compra:
151
+ return 'Compra';
152
+ case this.CompraMedio:
153
+ return 'Compra médio';
154
+ case this.Custo:
155
+ return 'Custo';
156
+ case this.CustoMedio:
157
+ return 'Custo médio';
158
+ case this.Venda:
159
+ return 'Venda';
160
+ case this.VendaAtacado:
161
+ return 'Venda atacado';
162
+ default:
163
+ return 'enum not found';
164
+ }
165
+ },
166
+ };
167
+ exports.AgrupamentoRelatorioPessoas = {
168
+ Pessoa: '0',
169
+ Tipo: '1',
170
+ Classificacao: '2',
171
+ Cidade: '3',
172
+ Origem: '4',
173
+ description(val) {
174
+ switch (val) {
175
+ case this.Pessoa:
176
+ return 'Pessoa';
177
+ case this.Tipo:
178
+ return 'Tipo';
179
+ case this.Classificacao:
180
+ return 'Classificação';
181
+ case this.Cidade:
182
+ return 'Cidade';
183
+ case this.Origem:
184
+ return 'Origem';
185
+ default:
186
+ return 'enum not found';
187
+ }
188
+ },
189
+ };
190
+ exports.SituacaoQtdEstoque = {
191
+ Zerado: '0',
192
+ Negativo: '1',
193
+ Positivo: '2',
194
+ description(val) {
195
+ switch (val) {
196
+ case this.Zerado:
197
+ return 'Zerado';
198
+ case this.Negativo:
199
+ return 'Negativo';
200
+ case this.Positivo:
201
+ return 'Positivo';
202
+ default:
203
+ return 'enum not found';
204
+ }
205
+ },
206
+ };
207
+ exports.PrioridadeCompra = {
208
+ Alta: '0',
209
+ Media: '1',
210
+ Baixa: '2',
211
+ description(val) {
212
+ switch (val) {
213
+ case this.Alta:
214
+ return 'Alta';
215
+ case this.Media:
216
+ return 'Média';
217
+ case this.Baixa:
218
+ return 'Baixa';
219
+ default:
220
+ return 'enum not found';
221
+ }
222
+ },
223
+ };
224
+ exports.StatusCompra = {
225
+ ComprarUrgente: '0',
226
+ Comprar: '1',
227
+ Atencao: '2',
228
+ Normal: '3',
229
+ RevisarDemanda: '4',
230
+ SemDemanda: '5',
231
+ Parado: '6',
232
+ Excesso: '7',
233
+ description(val) {
234
+ switch (val) {
235
+ case this.ComprarUrgente:
236
+ return 'Comprar urgente';
237
+ case this.Comprar:
238
+ return 'Comprar';
239
+ case this.Atencao:
240
+ return 'Atenção';
241
+ case this.Normal:
242
+ return 'Normal';
243
+ case this.RevisarDemanda:
244
+ return 'Revisar Demanda';
245
+ case this.SemDemanda:
246
+ return 'Sem demanda';
247
+ case this.Parado:
248
+ return 'Parado';
249
+ case this.Excesso:
250
+ return 'Excesso';
251
+ default:
252
+ return 'enum not found';
253
+ }
254
+ },
255
+ };
256
+ exports.FaixaCobertura = {
257
+ Critica: '0',
258
+ Baixa: '1',
259
+ Normal: '2',
260
+ Alta: '3',
261
+ Excesso: '4',
262
+ description(val) {
263
+ switch (val) {
264
+ case this.Critica:
265
+ return 'Crítica';
266
+ case this.Baixa:
267
+ return 'Baixa';
268
+ case this.Normal:
269
+ return 'Normal';
270
+ case this.Alta:
271
+ return 'Alta';
272
+ case this.Excesso:
273
+ return 'Excesso';
274
+ default:
275
+ return 'enum not found';
276
+ }
277
+ },
278
+ };
279
+ exports.TendenciaDemanda = {
280
+ Acelerando: '0',
281
+ Estavel: '1',
282
+ Desacelerando: '2',
283
+ SemDemanda: '3',
284
+ description(val) {
285
+ switch (val) {
286
+ case this.Acelerando:
287
+ return 'Acelerando';
288
+ case this.Estavel:
289
+ return 'Estável';
290
+ case this.Desacelerando:
291
+ return 'Desacelerando';
292
+ case this.SemDemanda:
293
+ return 'Sem demanda';
294
+ default:
295
+ return 'enum not found';
296
+ }
297
+ },
298
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.6.63",
3
+ "version": "1.6.64",
4
4
  "description": "Enumerados ModerShop",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {