mdz-enum 1.6.78 → 1.6.79

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 (44) hide show
  1. package/README.MD +7 -7
  2. package/dist/checkout/index.d.ts +33 -33
  3. package/dist/checkout/index.js +97 -97
  4. package/dist/commercial/index.d.ts +248 -248
  5. package/dist/commercial/index.js +610 -610
  6. package/dist/common/index.d.ts +71 -71
  7. package/dist/common/index.js +205 -205
  8. package/dist/config/index.d.ts +200 -200
  9. package/dist/config/index.js +576 -576
  10. package/dist/eva/index.d.ts +145 -145
  11. package/dist/eva/index.js +179 -179
  12. package/dist/finance/index.d.ts +240 -240
  13. package/dist/finance/index.js +728 -728
  14. package/dist/fiscal/index.d.ts +572 -572
  15. package/dist/fiscal/index.js +1484 -1484
  16. package/dist/functions.d.ts +11 -11
  17. package/dist/functions.js +74 -74
  18. package/dist/general/index.d.ts +265 -265
  19. package/dist/general/index.js +512 -512
  20. package/dist/home/index.d.ts +88 -88
  21. package/dist/home/index.js +268 -268
  22. package/dist/index.d.ts +16 -16
  23. package/dist/index.js +270 -270
  24. package/dist/integration/index.d.ts +37 -37
  25. package/dist/integration/index.js +109 -109
  26. package/dist/logistics/index.d.ts +195 -195
  27. package/dist/logistics/index.js +554 -554
  28. package/dist/marketplace/templates/components/index.d.ts +352 -348
  29. package/dist/marketplace/templates/components/index.js +383 -379
  30. package/dist/marketplace/templates/elements/index.d.ts +32 -32
  31. package/dist/marketplace/templates/elements/index.js +35 -35
  32. package/dist/marketplace/templates/index.d.ts +571 -564
  33. package/dist/marketplace/templates/index.js +49 -49
  34. package/dist/marketplace/templates/pages/index.d.ts +233 -233
  35. package/dist/marketplace/templates/pages/index.js +413 -413
  36. package/dist/marketplace/templates/reference/index.d.ts +24 -24
  37. package/dist/marketplace/templates/reference/index.js +26 -26
  38. package/dist/people/index.d.ts +65 -65
  39. package/dist/people/index.js +189 -189
  40. package/dist/platform/index.d.ts +220 -220
  41. package/dist/platform/index.js +638 -638
  42. package/dist/reports/index.d.ts +103 -103
  43. package/dist/reports/index.js +301 -301
  44. package/package.json +32 -32
@@ -1,348 +1,352 @@
1
- /**
2
- * Referencia de aparencia do rodape
3
- */
4
- declare const FOOTER: {
5
- /** Cor do rodape */
6
- LIGHT: {
7
- COLOR: {
8
- KEY: string;
9
- DEFAULT: string;
10
- };
11
- LOGO_FILTER: {
12
- KEY: string;
13
- DEFAULT: string;
14
- VALUES: string[];
15
- };
16
- };
17
- DARK: {
18
- COLOR: {
19
- KEY: string;
20
- DEFAULT: string;
21
- };
22
- LOGO_FILTER: {
23
- KEY: string;
24
- DEFAULT: string;
25
- VALUES: string[];
26
- };
27
- };
28
- /** Cor do texto */
29
- LIGHTTEXT: {
30
- COLOR: {
31
- KEY: string;
32
- DEFAULT: string;
33
- };
34
- };
35
- DARKTEXT: {
36
- COLOR: {
37
- KEY: string;
38
- DEFAULT: string;
39
- };
40
- };
41
- };
42
- /**
43
- * Referencia de aparencia do cabeçalho
44
- */
45
- declare const HEADER: {
46
- /** Cor do cabeçalho */
47
- LIGHT: {
48
- COLOR: {
49
- KEY: string;
50
- DEFAULT: string;
51
- };
52
- LOGO_FILTER: {
53
- KEY: string;
54
- DEFAULT: string;
55
- VALUES: string[];
56
- };
57
- };
58
- DARK: {
59
- COLOR: {
60
- KEY: string;
61
- DEFAULT: string;
62
- };
63
- LOGO_FILTER: {
64
- KEY: string;
65
- DEFAULT: string;
66
- VALUES: string[];
67
- };
68
- };
69
- /** Cor do texto */
70
- LIGHTTEXT: {
71
- COLOR: {
72
- KEY: string;
73
- DEFAULT: string;
74
- };
75
- };
76
- DARKTEXT: {
77
- COLOR: {
78
- KEY: string;
79
- DEFAULT: string;
80
- };
81
- };
82
- };
83
- declare const SUBMENU: {
84
- /** Cor do submenu */
85
- LIGHT: {
86
- COLOR: {
87
- KEY: string;
88
- DEFAULT: string;
89
- };
90
- };
91
- DARK: {
92
- COLOR: {
93
- KEY: string;
94
- DEFAULT: string;
95
- };
96
- };
97
- /** Cor do texto */
98
- LIGHTTEXT: {
99
- COLOR: {
100
- KEY: string;
101
- DEFAULT: string;
102
- };
103
- };
104
- DARKTEXT: {
105
- COLOR: {
106
- KEY: string;
107
- DEFAULT: string;
108
- };
109
- };
110
- /** Submenu dinâmico por atributo: substitui o item "Categorias" */
111
- DYNAMIC: {
112
- ENABLED: {
113
- KEY: string;
114
- DEFAULT: string;
115
- };
116
- MAX_ITEMS: number;
117
- ITEMS: {
118
- POSITION: number;
119
- LABEL: {
120
- KEY: string;
121
- DEFAULT: string;
122
- };
123
- TYPE: {
124
- KEY: string;
125
- DEFAULT: string;
126
- };
127
- ATTRIBUTE_ITEM: {
128
- KEY: string;
129
- DEFAULT: string;
130
- };
131
- COLLECTION: {
132
- KEY: string;
133
- DEFAULT: string;
134
- };
135
- }[];
136
- };
137
- };
138
- /**
139
- * Rerefencia de aparencia dos botoes
140
- */
141
- declare const BUTTON: {
142
- /** Cor de fundo */
143
- RADIUS: {
144
- KEY: string;
145
- DEFAULT: string;
146
- VALUES: {
147
- label: string;
148
- value: string;
149
- }[];
150
- };
151
- };
152
- /**
153
- * Refencia da aparencia do cartao de produtos
154
- */
155
- declare const PRODUCT_CARD: {
156
- /** Arredondamento */
157
- RADIUS: {
158
- KEY: string;
159
- DEFAULT: string;
160
- VALUES: {
161
- label: string;
162
- value: string;
163
- }[];
164
- };
165
- /** Sombra */
166
- SHADOW: {
167
- KEY: string;
168
- DEFAULT: string;
169
- VALUES: {
170
- label: string;
171
- value: string;
172
- }[];
173
- };
174
- /** Proporcao */
175
- PROPORTION: {
176
- KEY: string;
177
- DEFAULT: string;
178
- VALUES: {
179
- label: string;
180
- value: string;
181
- }[];
182
- };
183
- /** Mostrar botão */
184
- SHOW_BUTTON: {
185
- KEY: string;
186
- DEFAULT: string;
187
- VALUES: string[];
188
- };
189
- /** Bordas */
190
- BORDER: {
191
- KEY: string;
192
- DEFAULT: string;
193
- VALUES: string[];
194
- };
195
- };
196
- /**
197
- * Refencia da aparencia do botao de compra
198
- */
199
- declare const BUY_BUTTON: {
200
- /** Fundo botao */
201
- LIGHT: {
202
- COLOR: {
203
- KEY: string;
204
- DEFAULT: string;
205
- };
206
- };
207
- DARK: {
208
- COLOR: {
209
- KEY: string;
210
- DEFAULT: string;
211
- };
212
- };
213
- /** Texto botao */
214
- LIGHTTEXT: {
215
- COLOR: {
216
- KEY: string;
217
- DEFAULT: string;
218
- };
219
- };
220
- DARKTEXT: {
221
- COLOR: {
222
- KEY: string;
223
- DEFAULT: string;
224
- };
225
- };
226
- };
227
- /**
228
- * Referencia da aparencia do botao de adicionar ao carrinho
229
- */
230
- declare const CART_BUTTON: {
231
- /** Fundo botao */
232
- LIGHT: {
233
- COLOR: {
234
- KEY: string;
235
- DEFAULT: string;
236
- };
237
- };
238
- DARK: {
239
- COLOR: {
240
- KEY: string;
241
- DEFAULT: string;
242
- };
243
- };
244
- /** Texto botao */
245
- LIGHTTEXT: {
246
- COLOR: {
247
- KEY: string;
248
- DEFAULT: string;
249
- };
250
- };
251
- DARKTEXT: {
252
- COLOR: {
253
- KEY: string;
254
- DEFAULT: string;
255
- };
256
- };
257
- };
258
- /**
259
- * Referencia para modo de pagamento a combinar.
260
- */
261
- declare const COMBINAR_PAYMENT: {
262
- KEY: string;
263
- DEFAULT: string;
264
- VALUES: string[];
265
- };
266
- declare const COMBINAR_ENTREGA: {
267
- KEY: string;
268
- DEFAULT: string;
269
- VALUES: string[];
270
- };
271
- declare const ENVIAR_PEDIDO_WPP: {
272
- KEY: string;
273
- DEFAULT: string;
274
- VALUES: string[];
275
- };
276
- declare const LOJA_ATACADISTA: {
277
- ENABLED: {
278
- KEY: string;
279
- DEFAULT: string;
280
- VALUES: string[];
281
- };
282
- MINIMUM_VALUE: {
283
- KEY: string;
284
- DEFAULT: string;
285
- };
286
- MESSAGE: {
287
- KEY: string;
288
- DEFAULT: string;
289
- };
290
- };
291
- declare const COM_GRADE: {
292
- KEY: string;
293
- DEFAULT: string;
294
- VALUES: string[];
295
- };
296
- declare const CHECKOUT: {
297
- KEY: string;
298
- DEFAULT: string;
299
- VALUES: {
300
- label: string;
301
- value: string;
302
- }[];
303
- };
304
- declare const FORMATO_EXIBICAO: {
305
- KEY: string;
306
- DEFAULT: string;
307
- VALUES: {
308
- label: string;
309
- value: string;
310
- }[];
311
- };
312
- declare const BANNERS_ASPECT_RATIO: {
313
- KEY: string;
314
- DEFAULT: string;
315
- VALUES: string[];
316
- };
317
- declare const IMAGE_DISPLAY: {
318
- KEY: string;
319
- DEFAULT: string;
320
- VALUES: {
321
- label: string;
322
- value: string;
323
- }[];
324
- };
325
- /**
326
- * Referencia para faixa de destaque na home.
327
- */
328
- declare const HOME_PAGE_HIGHLIGHT: {
329
- ENABLED: {
330
- KEY: string;
331
- DEFAULT: boolean;
332
- };
333
- LIGHT: {
334
- BACKGROUND_COLOR: {
335
- KEY: string;
336
- DEFAULT: string;
337
- };
338
- TEXT_COLOR: {
339
- KEY: string;
340
- DEFAULT: string;
341
- };
342
- TEXT: {
343
- KEY: string;
344
- DEFAULT: string;
345
- };
346
- };
347
- };
348
- export { PRODUCT_CARD, BUY_BUTTON, BUTTON, FOOTER, HEADER, SUBMENU, CART_BUTTON, COMBINAR_PAYMENT, COMBINAR_ENTREGA, ENVIAR_PEDIDO_WPP, LOJA_ATACADISTA, COM_GRADE, CHECKOUT, FORMATO_EXIBICAO, BANNERS_ASPECT_RATIO, IMAGE_DISPLAY, HOME_PAGE_HIGHLIGHT, };
1
+ /**
2
+ * Referencia de aparencia do rodape
3
+ */
4
+ declare const FOOTER: {
5
+ /** Cor do rodape */
6
+ LIGHT: {
7
+ COLOR: {
8
+ KEY: string;
9
+ DEFAULT: string;
10
+ };
11
+ LOGO_FILTER: {
12
+ KEY: string;
13
+ DEFAULT: string;
14
+ VALUES: string[];
15
+ };
16
+ };
17
+ DARK: {
18
+ COLOR: {
19
+ KEY: string;
20
+ DEFAULT: string;
21
+ };
22
+ LOGO_FILTER: {
23
+ KEY: string;
24
+ DEFAULT: string;
25
+ VALUES: string[];
26
+ };
27
+ };
28
+ /** Cor do texto */
29
+ LIGHTTEXT: {
30
+ COLOR: {
31
+ KEY: string;
32
+ DEFAULT: string;
33
+ };
34
+ };
35
+ DARKTEXT: {
36
+ COLOR: {
37
+ KEY: string;
38
+ DEFAULT: string;
39
+ };
40
+ };
41
+ };
42
+ /**
43
+ * Referencia de aparencia do cabeçalho
44
+ */
45
+ declare const HEADER: {
46
+ /** Cor do cabeçalho */
47
+ LIGHT: {
48
+ COLOR: {
49
+ KEY: string;
50
+ DEFAULT: string;
51
+ };
52
+ LOGO_FILTER: {
53
+ KEY: string;
54
+ DEFAULT: string;
55
+ VALUES: string[];
56
+ };
57
+ };
58
+ DARK: {
59
+ COLOR: {
60
+ KEY: string;
61
+ DEFAULT: string;
62
+ };
63
+ LOGO_FILTER: {
64
+ KEY: string;
65
+ DEFAULT: string;
66
+ VALUES: string[];
67
+ };
68
+ };
69
+ /** Cor do texto */
70
+ LIGHTTEXT: {
71
+ COLOR: {
72
+ KEY: string;
73
+ DEFAULT: string;
74
+ };
75
+ };
76
+ DARKTEXT: {
77
+ COLOR: {
78
+ KEY: string;
79
+ DEFAULT: string;
80
+ };
81
+ };
82
+ };
83
+ declare const SUBMENU: {
84
+ /** Cor do submenu */
85
+ LIGHT: {
86
+ COLOR: {
87
+ KEY: string;
88
+ DEFAULT: string;
89
+ };
90
+ };
91
+ DARK: {
92
+ COLOR: {
93
+ KEY: string;
94
+ DEFAULT: string;
95
+ };
96
+ };
97
+ /** Cor do texto */
98
+ LIGHTTEXT: {
99
+ COLOR: {
100
+ KEY: string;
101
+ DEFAULT: string;
102
+ };
103
+ };
104
+ DARKTEXT: {
105
+ COLOR: {
106
+ KEY: string;
107
+ DEFAULT: string;
108
+ };
109
+ };
110
+ /** Submenu dinâmico: substitui o item "Categorias" */
111
+ DYNAMIC: {
112
+ ENABLED: {
113
+ KEY: string;
114
+ DEFAULT: string;
115
+ };
116
+ MAX_ITEMS: number;
117
+ ITEMS: {
118
+ POSITION: number;
119
+ LABEL: {
120
+ KEY: string;
121
+ DEFAULT: string;
122
+ };
123
+ TYPE: {
124
+ KEY: string;
125
+ DEFAULT: string;
126
+ };
127
+ ATTRIBUTE_ITEM: {
128
+ KEY: string;
129
+ DEFAULT: string;
130
+ };
131
+ COLLECTION: {
132
+ KEY: string;
133
+ DEFAULT: string;
134
+ };
135
+ CATEGORY: {
136
+ KEY: string;
137
+ DEFAULT: string;
138
+ };
139
+ }[];
140
+ };
141
+ };
142
+ /**
143
+ * Rerefencia de aparencia dos botoes
144
+ */
145
+ declare const BUTTON: {
146
+ /** Cor de fundo */
147
+ RADIUS: {
148
+ KEY: string;
149
+ DEFAULT: string;
150
+ VALUES: {
151
+ label: string;
152
+ value: string;
153
+ }[];
154
+ };
155
+ };
156
+ /**
157
+ * Refencia da aparencia do cartao de produtos
158
+ */
159
+ declare const PRODUCT_CARD: {
160
+ /** Arredondamento */
161
+ RADIUS: {
162
+ KEY: string;
163
+ DEFAULT: string;
164
+ VALUES: {
165
+ label: string;
166
+ value: string;
167
+ }[];
168
+ };
169
+ /** Sombra */
170
+ SHADOW: {
171
+ KEY: string;
172
+ DEFAULT: string;
173
+ VALUES: {
174
+ label: string;
175
+ value: string;
176
+ }[];
177
+ };
178
+ /** Proporcao */
179
+ PROPORTION: {
180
+ KEY: string;
181
+ DEFAULT: string;
182
+ VALUES: {
183
+ label: string;
184
+ value: string;
185
+ }[];
186
+ };
187
+ /** Mostrar botão */
188
+ SHOW_BUTTON: {
189
+ KEY: string;
190
+ DEFAULT: string;
191
+ VALUES: string[];
192
+ };
193
+ /** Bordas */
194
+ BORDER: {
195
+ KEY: string;
196
+ DEFAULT: string;
197
+ VALUES: string[];
198
+ };
199
+ };
200
+ /**
201
+ * Refencia da aparencia do botao de compra
202
+ */
203
+ declare const BUY_BUTTON: {
204
+ /** Fundo botao */
205
+ LIGHT: {
206
+ COLOR: {
207
+ KEY: string;
208
+ DEFAULT: string;
209
+ };
210
+ };
211
+ DARK: {
212
+ COLOR: {
213
+ KEY: string;
214
+ DEFAULT: string;
215
+ };
216
+ };
217
+ /** Texto botao */
218
+ LIGHTTEXT: {
219
+ COLOR: {
220
+ KEY: string;
221
+ DEFAULT: string;
222
+ };
223
+ };
224
+ DARKTEXT: {
225
+ COLOR: {
226
+ KEY: string;
227
+ DEFAULT: string;
228
+ };
229
+ };
230
+ };
231
+ /**
232
+ * Referencia da aparencia do botao de adicionar ao carrinho
233
+ */
234
+ declare const CART_BUTTON: {
235
+ /** Fundo botao */
236
+ LIGHT: {
237
+ COLOR: {
238
+ KEY: string;
239
+ DEFAULT: string;
240
+ };
241
+ };
242
+ DARK: {
243
+ COLOR: {
244
+ KEY: string;
245
+ DEFAULT: string;
246
+ };
247
+ };
248
+ /** Texto botao */
249
+ LIGHTTEXT: {
250
+ COLOR: {
251
+ KEY: string;
252
+ DEFAULT: string;
253
+ };
254
+ };
255
+ DARKTEXT: {
256
+ COLOR: {
257
+ KEY: string;
258
+ DEFAULT: string;
259
+ };
260
+ };
261
+ };
262
+ /**
263
+ * Referencia para modo de pagamento a combinar.
264
+ */
265
+ declare const COMBINAR_PAYMENT: {
266
+ KEY: string;
267
+ DEFAULT: string;
268
+ VALUES: string[];
269
+ };
270
+ declare const COMBINAR_ENTREGA: {
271
+ KEY: string;
272
+ DEFAULT: string;
273
+ VALUES: string[];
274
+ };
275
+ declare const ENVIAR_PEDIDO_WPP: {
276
+ KEY: string;
277
+ DEFAULT: string;
278
+ VALUES: string[];
279
+ };
280
+ declare const LOJA_ATACADISTA: {
281
+ ENABLED: {
282
+ KEY: string;
283
+ DEFAULT: string;
284
+ VALUES: string[];
285
+ };
286
+ MINIMUM_VALUE: {
287
+ KEY: string;
288
+ DEFAULT: string;
289
+ };
290
+ MESSAGE: {
291
+ KEY: string;
292
+ DEFAULT: string;
293
+ };
294
+ };
295
+ declare const COM_GRADE: {
296
+ KEY: string;
297
+ DEFAULT: string;
298
+ VALUES: string[];
299
+ };
300
+ declare const CHECKOUT: {
301
+ KEY: string;
302
+ DEFAULT: string;
303
+ VALUES: {
304
+ label: string;
305
+ value: string;
306
+ }[];
307
+ };
308
+ declare const FORMATO_EXIBICAO: {
309
+ KEY: string;
310
+ DEFAULT: string;
311
+ VALUES: {
312
+ label: string;
313
+ value: string;
314
+ }[];
315
+ };
316
+ declare const BANNERS_ASPECT_RATIO: {
317
+ KEY: string;
318
+ DEFAULT: string;
319
+ VALUES: string[];
320
+ };
321
+ declare const IMAGE_DISPLAY: {
322
+ KEY: string;
323
+ DEFAULT: string;
324
+ VALUES: {
325
+ label: string;
326
+ value: string;
327
+ }[];
328
+ };
329
+ /**
330
+ * Referencia para faixa de destaque na home.
331
+ */
332
+ declare const HOME_PAGE_HIGHLIGHT: {
333
+ ENABLED: {
334
+ KEY: string;
335
+ DEFAULT: boolean;
336
+ };
337
+ LIGHT: {
338
+ BACKGROUND_COLOR: {
339
+ KEY: string;
340
+ DEFAULT: string;
341
+ };
342
+ TEXT_COLOR: {
343
+ KEY: string;
344
+ DEFAULT: string;
345
+ };
346
+ TEXT: {
347
+ KEY: string;
348
+ DEFAULT: string;
349
+ };
350
+ };
351
+ };
352
+ export { PRODUCT_CARD, BUY_BUTTON, BUTTON, FOOTER, HEADER, SUBMENU, CART_BUTTON, COMBINAR_PAYMENT, COMBINAR_ENTREGA, ENVIAR_PEDIDO_WPP, LOJA_ATACADISTA, COM_GRADE, CHECKOUT, FORMATO_EXIBICAO, BANNERS_ASPECT_RATIO, IMAGE_DISPLAY, HOME_PAGE_HIGHLIGHT, };