mdz-enum 1.6.57 → 1.6.59

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 +247 -247
  5. package/dist/commercial/index.js +607 -607
  6. package/dist/common/index.d.ts +71 -71
  7. package/dist/common/index.js +205 -205
  8. package/dist/config/index.d.ts +199 -192
  9. package/dist/config/index.js +573 -553
  10. package/dist/eva/index.d.ts +143 -143
  11. package/dist/eva/index.js +173 -173
  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 +86 -86
  21. package/dist/home/index.js +262 -262
  22. package/dist/index.d.ts +16 -16
  23. package/dist/index.js +266 -265
  24. package/dist/integration/index.d.ts +37 -37
  25. package/dist/integration/index.js +109 -109
  26. package/dist/logistics/index.d.ts +174 -174
  27. package/dist/logistics/index.js +493 -493
  28. package/dist/marketplace/templates/components/index.d.ts +321 -321
  29. package/dist/marketplace/templates/components/index.js +347 -347
  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 +540 -541
  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 +62 -62
  39. package/dist/people/index.js +180 -180
  40. package/dist/platform/index.d.ts +208 -208
  41. package/dist/platform/index.js +603 -603
  42. package/dist/reports/index.d.ts +96 -95
  43. package/dist/reports/index.js +281 -278
  44. package/package.json +33 -33
@@ -1,541 +1,540 @@
1
- import APPEARANCE_REFERENCE from './reference';
2
- /**
3
- * Constante de configuração de aparência das páginas (blocks)
4
- */
5
- declare const APPEARANCE_PAGES: {
6
- HOME_PAGE: {
7
- ID: number;
8
- ORDER: {
9
- KEY: string;
10
- DEFAULT: string;
11
- };
12
- HOME_PAGE_CATEGORY: {
13
- KEY: string;
14
- DEFAULT: string;
15
- };
16
- HOME_PAGE_CATEGORY_TITLE: {
17
- KEY: string;
18
- DEFAULT: string;
19
- };
20
- HOME_PAGE_CATEGORY_SHAPE: {
21
- KEY: string;
22
- DEFAULT: string;
23
- };
24
- HOME_PAGE_CATEGORY_SIZE: {
25
- KEY: string;
26
- DEFAULT: string;
27
- };
28
- HOME_PAGE_CATEGORY_BORDER: {
29
- KEY: string;
30
- DEFAULT: string;
31
- VALUES: string[];
32
- };
33
- HOME_PAGE_BRANDS: {
34
- KEY: string;
35
- DEFAULT: string;
36
- };
37
- HOME_PAGE_BRANDS_TITLE: {
38
- KEY: string;
39
- DEFAULT: string;
40
- };
41
- HOME_PAGE_BRANDS_SHAPE: {
42
- KEY: string;
43
- DEFAULT: string;
44
- };
45
- HOME_PAGE_BRANDS_SIZE: {
46
- KEY: string;
47
- DEFAULT: string;
48
- };
49
- HOME_PAGE_BRANDS_BORDER: {
50
- KEY: string;
51
- DEFAULT: string;
52
- VALUES: string[];
53
- };
54
- HOME_PAGE_SELECTED_PRODUCTS_ONE: {
55
- KEY: string;
56
- DEFAULT: string;
57
- };
58
- HOME_PAGE_SELECTED_PRODUCTS_ONE_TITLE: {
59
- KEY: string;
60
- DEFAULT: string;
61
- };
62
- HOME_PAGE_SELECTED_PRODUCTS_TWO: {
63
- KEY: string;
64
- DEFAULT: string;
65
- };
66
- HOME_PAGE_SELECTED_PRODUCTS_TWO_TITLE: {
67
- KEY: string;
68
- DEFAULT: string;
69
- };
70
- HOME_PAGE_FEATURED_PRODUCTS: {
71
- KEY: string;
72
- DEFAULT: string;
73
- };
74
- HOME_PAGE_BANNERS_EXTRA_1_COLUMNS: {
75
- KEY: string;
76
- DEFAULT: string;
77
- VALUES: string[];
78
- };
79
- HOME_PAGE_BANNERS_EXTRA_1_SIZE: {
80
- KEY: string;
81
- DEFAULT: string;
82
- VALUES: string[];
83
- };
84
- HOME_PAGE_BANNERS_EXTRA_1_SHAPE: {
85
- KEY: string;
86
- DEFAULT: string;
87
- VALUES: string[];
88
- };
89
- HOME_PAGE_BANNERS_EXTRA_1_ORIENTATION: {
90
- KEY: string;
91
- DEFAULT: string;
92
- VALUES: string[];
93
- };
94
- HOME_PAGE_BANNERS_EXTRA_2_COLUMNS: {
95
- KEY: string;
96
- DEFAULT: string;
97
- VALUES: string[];
98
- };
99
- HOME_PAGE_BANNERS_EXTRA_2_SIZE: {
100
- KEY: string;
101
- DEFAULT: string;
102
- VALUES: string[];
103
- };
104
- HOME_PAGE_BANNERS_EXTRA_2_SHAPE: {
105
- KEY: string;
106
- DEFAULT: string;
107
- VALUES: string[];
108
- };
109
- HOME_PAGE_BANNERS_EXTRA_2_ORIENTATION: {
110
- KEY: string;
111
- DEFAULT: string;
112
- VALUES: string[];
113
- };
114
- BLOCK_IDS: {
115
- BANNERS: number;
116
- BANNERS_EXTRA_1: number;
117
- BANNERS_EXTRA_2: number;
118
- CATEGORIES: number;
119
- PROMOTIONS: number;
120
- LATEST: number;
121
- BEST_SELLERS: number;
122
- MOST_VIEWED: number;
123
- SELECTED_PRODUCTS_ONE: number;
124
- SELECTED_BRANDS: number;
125
- SELECTED_PRODUCTS_TWO: number;
126
- FEATURED_PRODUCTS: number;
127
- };
128
- BLOCKS: ({
129
- id: number;
130
- name: string;
131
- icon: {
132
- type: string;
133
- size: number;
134
- };
135
- enabled: boolean;
136
- immutable: boolean;
137
- configurable: boolean;
138
- badge: null;
139
- } | {
140
- id: number;
141
- name: string;
142
- icon: {
143
- type: string;
144
- size: number;
145
- };
146
- enabled: boolean;
147
- immutable: boolean;
148
- configurable: boolean;
149
- badge: {
150
- color: string;
151
- text: string;
152
- };
153
- })[];
154
- };
155
- PRODUCT_PAGE: {
156
- ID: number;
157
- ORDER: {
158
- KEY: string;
159
- DEFAULT: string;
160
- };
161
- PRODUCT_PAGE_ATTRIBUTES_TITLE: {
162
- KEY: string;
163
- DEFAULT: string;
164
- };
165
- PRODUCT_PAGE_RELATED_TITLE: {
166
- KEY: string;
167
- DEFAULT: string;
168
- };
169
- PRODUCT_PAGE_DESCRIPTION_TITLE: {
170
- KEY: string;
171
- DEFAULT: string;
172
- };
173
- BLOCKS_IDS: {
174
- DETAILS: number;
175
- DESCRIPTION: number;
176
- WARRANTY: number;
177
- RELATED: number;
178
- BANNERS: number;
179
- ATTRIBUTES: number;
180
- };
181
- BLOCKS: ({
182
- id: number;
183
- name: string;
184
- icon: {
185
- type: string;
186
- size: number;
187
- };
188
- enabled: boolean;
189
- immutable: boolean;
190
- badge: null;
191
- configurable?: undefined;
192
- } | {
193
- id: number;
194
- name: string;
195
- icon: {
196
- type: string;
197
- size: number;
198
- };
199
- enabled: boolean;
200
- immutable: boolean;
201
- configurable: boolean;
202
- badge: null;
203
- } | {
204
- id: number;
205
- name: string;
206
- icon: {
207
- type: string;
208
- size: number;
209
- };
210
- enabled: boolean;
211
- immutable: boolean;
212
- configurable: boolean;
213
- badge: {
214
- color: string;
215
- text: string;
216
- };
217
- })[];
218
- };
219
- };
220
- /**
221
- * Constante de configuração de aparência dos componentes (themes)
222
- */
223
- declare const APPEARANCE_COMPONENTS: {
224
- PRODUCT_CARD: {
225
- RADIUS: {
226
- KEY: string;
227
- DEFAULT: string;
228
- VALUES: {
229
- label: string;
230
- value: string;
231
- }[];
232
- };
233
- SHADOW: {
234
- KEY: string;
235
- DEFAULT: string;
236
- VALUES: {
237
- label: string;
238
- value: string;
239
- }[];
240
- };
241
- PROPORTION: {
242
- KEY: string;
243
- DEFAULT: string;
244
- VALUES: {
245
- label: string;
246
- value: string;
247
- }[];
248
- };
249
- SHOW_BUTTON: {
250
- KEY: string;
251
- DEFAULT: string;
252
- VALUES: string[];
253
- };
254
- BORDER: {
255
- KEY: string;
256
- DEFAULT: string;
257
- VALUES: string[];
258
- };
259
- };
260
- BUTTON: {
261
- RADIUS: {
262
- KEY: string;
263
- DEFAULT: string;
264
- VALUES: {
265
- label: string;
266
- value: string;
267
- }[];
268
- };
269
- };
270
- BUY_BUTTON: {
271
- LIGHT: {
272
- COLOR: {
273
- KEY: string;
274
- DEFAULT: string;
275
- };
276
- };
277
- DARK: {
278
- COLOR: {
279
- KEY: string;
280
- DEFAULT: string;
281
- };
282
- };
283
- LIGHTTEXT: {
284
- COLOR: {
285
- KEY: string;
286
- DEFAULT: string;
287
- };
288
- };
289
- DARKTEXT: {
290
- COLOR: {
291
- KEY: string;
292
- DEFAULT: string;
293
- };
294
- };
295
- };
296
- FOOTER: {
297
- LIGHT: {
298
- COLOR: {
299
- KEY: string;
300
- DEFAULT: string;
301
- };
302
- LOGO_FILTER: {
303
- KEY: string;
304
- DEFAULT: string;
305
- VALUES: string[];
306
- };
307
- };
308
- DARK: {
309
- COLOR: {
310
- KEY: string;
311
- DEFAULT: string;
312
- };
313
- LOGO_FILTER: {
314
- KEY: string;
315
- DEFAULT: string;
316
- VALUES: string[];
317
- };
318
- };
319
- /**
320
- * Constante de configuração de aparência dos componentes (themes)
321
- */
322
- LIGHTTEXT: {
323
- COLOR: {
324
- KEY: string;
325
- DEFAULT: string;
326
- };
327
- };
328
- DARKTEXT: {
329
- COLOR: {
330
- KEY: string;
331
- DEFAULT: string;
332
- };
333
- };
334
- };
335
- HEADER: {
336
- LIGHT: {
337
- COLOR: {
338
- KEY: string;
339
- DEFAULT: string;
340
- };
341
- LOGO_FILTER: {
342
- KEY: string;
343
- DEFAULT: string;
344
- VALUES: string[];
345
- };
346
- };
347
- DARK: {
348
- COLOR: {
349
- KEY: string;
350
- DEFAULT: string;
351
- };
352
- LOGO_FILTER: {
353
- KEY: string;
354
- DEFAULT: string;
355
- VALUES: string[];
356
- };
357
- };
358
- LIGHTTEXT: {
359
- COLOR: {
360
- KEY: string;
361
- DEFAULT: string;
362
- };
363
- };
364
- DARKTEXT: {
365
- COLOR: {
366
- KEY: string;
367
- DEFAULT: string;
368
- };
369
- };
370
- };
371
- SUBMENU: {
372
- LIGHT: {
373
- COLOR: {
374
- KEY: string;
375
- DEFAULT: string;
376
- };
377
- };
378
- DARK: {
379
- COLOR: {
380
- KEY: string;
381
- DEFAULT: string;
382
- };
383
- };
384
- LIGHTTEXT: {
385
- COLOR: {
386
- KEY: string;
387
- DEFAULT: string;
388
- };
389
- };
390
- DARKTEXT: {
391
- COLOR: {
392
- KEY: string;
393
- DEFAULT: string;
394
- };
395
- };
396
- };
397
- CART_BUTTON: {
398
- LIGHT: {
399
- COLOR: {
400
- KEY: string;
401
- DEFAULT: string;
402
- };
403
- };
404
- DARK: {
405
- COLOR: {
406
- KEY: string;
407
- DEFAULT: string;
408
- };
409
- };
410
- LIGHTTEXT: {
411
- COLOR: {
412
- KEY: string;
413
- DEFAULT: string;
414
- };
415
- };
416
- DARKTEXT: {
417
- COLOR: {
418
- KEY: string;
419
- DEFAULT: string;
420
- };
421
- };
422
- };
423
- COMBINAR_PAYMENT: {
424
- KEY: string;
425
- DEFAULT: string;
426
- VALUES: string[];
427
- };
428
- COMBINAR_ENTREGA: {
429
- KEY: string;
430
- DEFAULT: string;
431
- VALUES: string[];
432
- };
433
- ENVIAR_PEDIDO_WPP: {
434
- KEY: string;
435
- DEFAULT: string;
436
- VALUES: string[];
437
- };
438
- LOJA_ATACADISTA: {
439
- ENABLED: {
440
- KEY: string;
441
- DEFAULT: string;
442
- VALUES: string[];
443
- };
444
- MINIMUM_VALUE: {
445
- KEY: string;
446
- DEFAULT: string;
447
- };
448
- MESSAGE: {
449
- KEY: string;
450
- DEFAULT: string;
451
- };
452
- };
453
- COM_GRADE: {
454
- KEY: string;
455
- DEFAULT: string;
456
- VALUES: string[];
457
- };
458
- CHECKOUT: {
459
- KEY: string;
460
- DEFAULT: string;
461
- VALUES: {
462
- label: string;
463
- value: string;
464
- }[];
465
- };
466
- FORMATO_EXIBICAO: {
467
- KEY: string;
468
- DEFAULT: string;
469
- VALUES: {
470
- label: string;
471
- value: string;
472
- }[];
473
- };
474
- BANNERS_ASPECT_RATIO: {
475
- KEY: string;
476
- DEFAULT: string;
477
- VALUES: string[];
478
- };
479
- IMAGE_DISPLAY: {
480
- KEY: string;
481
- DEFAULT: string;
482
- VALUES: {
483
- label: string;
484
- value: string;
485
- }[];
486
- };
487
- HOME_PAGE_HIGHLIGHT: {
488
- ENABLED: {
489
- KEY: string;
490
- DEFAULT: boolean;
491
- };
492
- LIGHT: {
493
- BACKGROUND_COLOR: {
494
- KEY: string;
495
- DEFAULT: string;
496
- };
497
- TEXT_COLOR: {
498
- KEY: string;
499
- DEFAULT: string;
500
- };
501
- TEXT: {
502
- KEY: string;
503
- DEFAULT: string;
504
- };
505
- };
506
- };
507
- };
508
- /**
509
- * Constante de configuração de referencia para elementos gerais (any)
510
- */
511
- declare const APPEARANCE_ELEMENTS: {
512
- LOGO: {
513
- URL: {
514
- DESKTOP: {
515
- KEY: string;
516
- };
517
- MOBILE: {
518
- KEY: string;
519
- };
520
- };
521
- TYPE: {
522
- DESKTOP: {
523
- KEY: string;
524
- DEFAULT: string;
525
- };
526
- MOBILE: {
527
- KEY: string;
528
- DEFAULT: string;
529
- };
530
- };
531
- DESCRIPTION: {
532
- MOBILE: {
533
- KEY: string;
534
- };
535
- DESKTOP: {
536
- KEY: string;
537
- };
538
- };
539
- };
540
- };
541
- export { APPEARANCE_REFERENCE, APPEARANCE_PAGES, APPEARANCE_COMPONENTS, APPEARANCE_ELEMENTS };
1
+ import APPEARANCE_REFERENCE from './reference';
2
+ /**
3
+ * Constante de configuração de aparência das páginas (blocks)
4
+ */
5
+ declare const APPEARANCE_PAGES: {
6
+ HOME_PAGE: {
7
+ ID: number;
8
+ ORDER: {
9
+ KEY: string;
10
+ DEFAULT: string;
11
+ };
12
+ HOME_PAGE_CATEGORY: {
13
+ KEY: string;
14
+ DEFAULT: string;
15
+ };
16
+ HOME_PAGE_CATEGORY_TITLE: {
17
+ KEY: string;
18
+ DEFAULT: string;
19
+ };
20
+ HOME_PAGE_CATEGORY_SHAPE: {
21
+ KEY: string;
22
+ DEFAULT: string;
23
+ };
24
+ HOME_PAGE_CATEGORY_SIZE: {
25
+ KEY: string;
26
+ DEFAULT: string;
27
+ };
28
+ HOME_PAGE_CATEGORY_BORDER: {
29
+ KEY: string;
30
+ DEFAULT: string;
31
+ VALUES: string[];
32
+ };
33
+ HOME_PAGE_BRANDS: {
34
+ KEY: string;
35
+ DEFAULT: string;
36
+ };
37
+ HOME_PAGE_BRANDS_TITLE: {
38
+ KEY: string;
39
+ DEFAULT: string;
40
+ };
41
+ HOME_PAGE_BRANDS_SHAPE: {
42
+ KEY: string;
43
+ DEFAULT: string;
44
+ };
45
+ HOME_PAGE_BRANDS_SIZE: {
46
+ KEY: string;
47
+ DEFAULT: string;
48
+ };
49
+ HOME_PAGE_BRANDS_BORDER: {
50
+ KEY: string;
51
+ DEFAULT: string;
52
+ VALUES: string[];
53
+ };
54
+ HOME_PAGE_SELECTED_PRODUCTS_ONE: {
55
+ KEY: string;
56
+ DEFAULT: string;
57
+ };
58
+ HOME_PAGE_SELECTED_PRODUCTS_ONE_TITLE: {
59
+ KEY: string;
60
+ DEFAULT: string;
61
+ };
62
+ HOME_PAGE_SELECTED_PRODUCTS_TWO: {
63
+ KEY: string;
64
+ DEFAULT: string;
65
+ };
66
+ HOME_PAGE_SELECTED_PRODUCTS_TWO_TITLE: {
67
+ KEY: string;
68
+ DEFAULT: string;
69
+ };
70
+ HOME_PAGE_FEATURED_PRODUCTS: {
71
+ KEY: string;
72
+ DEFAULT: string;
73
+ };
74
+ HOME_PAGE_BANNERS_EXTRA_1_COLUMNS: {
75
+ KEY: string;
76
+ DEFAULT: string;
77
+ VALUES: string[];
78
+ };
79
+ HOME_PAGE_BANNERS_EXTRA_1_SIZE: {
80
+ KEY: string;
81
+ DEFAULT: string;
82
+ VALUES: string[];
83
+ };
84
+ HOME_PAGE_BANNERS_EXTRA_1_SHAPE: {
85
+ KEY: string;
86
+ DEFAULT: string;
87
+ VALUES: string[];
88
+ };
89
+ HOME_PAGE_BANNERS_EXTRA_1_ORIENTATION: {
90
+ KEY: string;
91
+ DEFAULT: string;
92
+ VALUES: string[];
93
+ };
94
+ HOME_PAGE_BANNERS_EXTRA_2_COLUMNS: {
95
+ KEY: string;
96
+ DEFAULT: string;
97
+ VALUES: string[];
98
+ };
99
+ HOME_PAGE_BANNERS_EXTRA_2_SIZE: {
100
+ KEY: string;
101
+ DEFAULT: string;
102
+ VALUES: string[];
103
+ };
104
+ HOME_PAGE_BANNERS_EXTRA_2_SHAPE: {
105
+ KEY: string;
106
+ DEFAULT: string;
107
+ VALUES: string[];
108
+ };
109
+ HOME_PAGE_BANNERS_EXTRA_2_ORIENTATION: {
110
+ KEY: string;
111
+ DEFAULT: string;
112
+ VALUES: string[];
113
+ };
114
+ BLOCK_IDS: {
115
+ BANNERS: number;
116
+ BANNERS_EXTRA_1: number;
117
+ BANNERS_EXTRA_2: number;
118
+ CATEGORIES: number;
119
+ PROMOTIONS: number;
120
+ LATEST: number;
121
+ BEST_SELLERS: number;
122
+ MOST_VIEWED: number;
123
+ SELECTED_PRODUCTS_ONE: number;
124
+ SELECTED_BRANDS: number;
125
+ SELECTED_PRODUCTS_TWO: number;
126
+ FEATURED_PRODUCTS: number;
127
+ };
128
+ BLOCKS: ({
129
+ id: number;
130
+ name: string;
131
+ icon: {
132
+ type: string;
133
+ size: number;
134
+ };
135
+ enabled: boolean;
136
+ immutable: boolean;
137
+ configurable: boolean;
138
+ badge: null;
139
+ } | {
140
+ id: number;
141
+ name: string;
142
+ icon: {
143
+ type: string;
144
+ size: number;
145
+ };
146
+ enabled: boolean;
147
+ immutable: boolean;
148
+ configurable: boolean;
149
+ badge: {
150
+ color: string;
151
+ text: string;
152
+ };
153
+ })[];
154
+ };
155
+ PRODUCT_PAGE: {
156
+ ID: number;
157
+ ORDER: {
158
+ KEY: string;
159
+ DEFAULT: string;
160
+ };
161
+ PRODUCT_PAGE_ATTRIBUTES_TITLE: {
162
+ KEY: string;
163
+ DEFAULT: string;
164
+ };
165
+ PRODUCT_PAGE_RELATED_TITLE: {
166
+ KEY: string;
167
+ DEFAULT: string;
168
+ };
169
+ PRODUCT_PAGE_DESCRIPTION_TITLE: {
170
+ KEY: string;
171
+ DEFAULT: string;
172
+ };
173
+ BLOCKS_IDS: {
174
+ DETAILS: number;
175
+ DESCRIPTION: number;
176
+ WARRANTY: number;
177
+ RELATED: number;
178
+ BANNERS: number;
179
+ ATTRIBUTES: number;
180
+ };
181
+ BLOCKS: ({
182
+ id: number;
183
+ name: string;
184
+ icon: {
185
+ type: string;
186
+ size: number;
187
+ };
188
+ enabled: boolean;
189
+ immutable: boolean;
190
+ badge: null;
191
+ configurable?: undefined;
192
+ } | {
193
+ id: number;
194
+ name: string;
195
+ icon: {
196
+ type: string;
197
+ size: number;
198
+ };
199
+ enabled: boolean;
200
+ immutable: boolean;
201
+ configurable: boolean;
202
+ badge: null;
203
+ } | {
204
+ id: number;
205
+ name: string;
206
+ icon: {
207
+ type: string;
208
+ size: number;
209
+ };
210
+ enabled: boolean;
211
+ immutable: boolean;
212
+ configurable: boolean;
213
+ badge: {
214
+ color: string;
215
+ text: string;
216
+ };
217
+ })[];
218
+ };
219
+ };
220
+ /**
221
+ * Constante de configuração de aparência dos componentes (themes)
222
+ */
223
+ declare const APPEARANCE_COMPONENTS: {
224
+ PRODUCT_CARD: {
225
+ RADIUS: {
226
+ KEY: string;
227
+ DEFAULT: string;
228
+ VALUES: {
229
+ label: string;
230
+ value: string;
231
+ }[];
232
+ };
233
+ SHADOW: {
234
+ KEY: string;
235
+ DEFAULT: string;
236
+ VALUES: {
237
+ label: string;
238
+ value: string;
239
+ }[];
240
+ };
241
+ PROPORTION: {
242
+ KEY: string;
243
+ DEFAULT: string;
244
+ VALUES: {
245
+ label: string;
246
+ value: string;
247
+ }[];
248
+ };
249
+ SHOW_BUTTON: {
250
+ KEY: string;
251
+ DEFAULT: string;
252
+ VALUES: string[];
253
+ };
254
+ BORDER: {
255
+ KEY: string;
256
+ DEFAULT: string;
257
+ VALUES: string[];
258
+ };
259
+ };
260
+ BUTTON: {
261
+ RADIUS: {
262
+ KEY: string;
263
+ DEFAULT: string;
264
+ VALUES: {
265
+ label: string;
266
+ value: string;
267
+ }[];
268
+ };
269
+ };
270
+ BUY_BUTTON: {
271
+ LIGHT: {
272
+ COLOR: {
273
+ KEY: string;
274
+ DEFAULT: string;
275
+ };
276
+ };
277
+ DARK: {
278
+ COLOR: {
279
+ KEY: string;
280
+ DEFAULT: string;
281
+ };
282
+ };
283
+ LIGHTTEXT: {
284
+ COLOR: {
285
+ KEY: string;
286
+ DEFAULT: string;
287
+ };
288
+ };
289
+ DARKTEXT: {
290
+ COLOR: {
291
+ KEY: string;
292
+ DEFAULT: string;
293
+ };
294
+ };
295
+ };
296
+ FOOTER: {
297
+ LIGHT: {
298
+ COLOR: {
299
+ KEY: string;
300
+ DEFAULT: string;
301
+ };
302
+ LOGO_FILTER: {
303
+ KEY: string;
304
+ DEFAULT: string;
305
+ VALUES: string[];
306
+ };
307
+ };
308
+ DARK: {
309
+ COLOR: {
310
+ KEY: string;
311
+ DEFAULT: string;
312
+ };
313
+ LOGO_FILTER: {
314
+ KEY: string;
315
+ DEFAULT: string;
316
+ VALUES: string[];
317
+ };
318
+ }; /**
319
+ * Constante de configuração de aparência dos componentes (themes)
320
+ */
321
+ LIGHTTEXT: {
322
+ COLOR: {
323
+ KEY: string;
324
+ DEFAULT: string;
325
+ };
326
+ };
327
+ DARKTEXT: {
328
+ COLOR: {
329
+ KEY: string;
330
+ DEFAULT: string;
331
+ };
332
+ };
333
+ };
334
+ HEADER: {
335
+ LIGHT: {
336
+ COLOR: {
337
+ KEY: string;
338
+ DEFAULT: string;
339
+ };
340
+ LOGO_FILTER: {
341
+ KEY: string;
342
+ DEFAULT: string;
343
+ VALUES: string[];
344
+ };
345
+ };
346
+ DARK: {
347
+ COLOR: {
348
+ KEY: string;
349
+ DEFAULT: string;
350
+ };
351
+ LOGO_FILTER: {
352
+ KEY: string;
353
+ DEFAULT: string;
354
+ VALUES: string[];
355
+ };
356
+ };
357
+ LIGHTTEXT: {
358
+ COLOR: {
359
+ KEY: string;
360
+ DEFAULT: string;
361
+ };
362
+ };
363
+ DARKTEXT: {
364
+ COLOR: {
365
+ KEY: string;
366
+ DEFAULT: string;
367
+ };
368
+ };
369
+ };
370
+ SUBMENU: {
371
+ LIGHT: {
372
+ COLOR: {
373
+ KEY: string;
374
+ DEFAULT: string;
375
+ };
376
+ };
377
+ DARK: {
378
+ COLOR: {
379
+ KEY: string;
380
+ DEFAULT: string;
381
+ };
382
+ };
383
+ LIGHTTEXT: {
384
+ COLOR: {
385
+ KEY: string;
386
+ DEFAULT: string;
387
+ };
388
+ };
389
+ DARKTEXT: {
390
+ COLOR: {
391
+ KEY: string;
392
+ DEFAULT: string;
393
+ };
394
+ };
395
+ };
396
+ CART_BUTTON: {
397
+ LIGHT: {
398
+ COLOR: {
399
+ KEY: string;
400
+ DEFAULT: string;
401
+ };
402
+ };
403
+ DARK: {
404
+ COLOR: {
405
+ KEY: string;
406
+ DEFAULT: string;
407
+ };
408
+ };
409
+ LIGHTTEXT: {
410
+ COLOR: {
411
+ KEY: string;
412
+ DEFAULT: string;
413
+ };
414
+ };
415
+ DARKTEXT: {
416
+ COLOR: {
417
+ KEY: string;
418
+ DEFAULT: string;
419
+ };
420
+ };
421
+ };
422
+ COMBINAR_PAYMENT: {
423
+ KEY: string;
424
+ DEFAULT: string;
425
+ VALUES: string[];
426
+ };
427
+ COMBINAR_ENTREGA: {
428
+ KEY: string;
429
+ DEFAULT: string;
430
+ VALUES: string[];
431
+ };
432
+ ENVIAR_PEDIDO_WPP: {
433
+ KEY: string;
434
+ DEFAULT: string;
435
+ VALUES: string[];
436
+ };
437
+ LOJA_ATACADISTA: {
438
+ ENABLED: {
439
+ KEY: string;
440
+ DEFAULT: string;
441
+ VALUES: string[];
442
+ };
443
+ MINIMUM_VALUE: {
444
+ KEY: string;
445
+ DEFAULT: string;
446
+ };
447
+ MESSAGE: {
448
+ KEY: string;
449
+ DEFAULT: string;
450
+ };
451
+ };
452
+ COM_GRADE: {
453
+ KEY: string;
454
+ DEFAULT: string;
455
+ VALUES: string[];
456
+ };
457
+ CHECKOUT: {
458
+ KEY: string;
459
+ DEFAULT: string;
460
+ VALUES: {
461
+ label: string;
462
+ value: string;
463
+ }[];
464
+ };
465
+ FORMATO_EXIBICAO: {
466
+ KEY: string;
467
+ DEFAULT: string;
468
+ VALUES: {
469
+ label: string;
470
+ value: string;
471
+ }[];
472
+ };
473
+ BANNERS_ASPECT_RATIO: {
474
+ KEY: string;
475
+ DEFAULT: string;
476
+ VALUES: string[];
477
+ };
478
+ IMAGE_DISPLAY: {
479
+ KEY: string;
480
+ DEFAULT: string;
481
+ VALUES: {
482
+ label: string;
483
+ value: string;
484
+ }[];
485
+ };
486
+ HOME_PAGE_HIGHLIGHT: {
487
+ ENABLED: {
488
+ KEY: string;
489
+ DEFAULT: boolean;
490
+ };
491
+ LIGHT: {
492
+ BACKGROUND_COLOR: {
493
+ KEY: string;
494
+ DEFAULT: string;
495
+ };
496
+ TEXT_COLOR: {
497
+ KEY: string;
498
+ DEFAULT: string;
499
+ };
500
+ TEXT: {
501
+ KEY: string;
502
+ DEFAULT: string;
503
+ };
504
+ };
505
+ };
506
+ };
507
+ /**
508
+ * Constante de configuração de referencia para elementos gerais (any)
509
+ */
510
+ declare const APPEARANCE_ELEMENTS: {
511
+ LOGO: {
512
+ URL: {
513
+ DESKTOP: {
514
+ KEY: string;
515
+ };
516
+ MOBILE: {
517
+ KEY: string;
518
+ };
519
+ };
520
+ TYPE: {
521
+ DESKTOP: {
522
+ KEY: string;
523
+ DEFAULT: string;
524
+ };
525
+ MOBILE: {
526
+ KEY: string;
527
+ DEFAULT: string;
528
+ };
529
+ };
530
+ DESCRIPTION: {
531
+ MOBILE: {
532
+ KEY: string;
533
+ };
534
+ DESKTOP: {
535
+ KEY: string;
536
+ };
537
+ };
538
+ };
539
+ };
540
+ export { APPEARANCE_REFERENCE, APPEARANCE_PAGES, APPEARANCE_COMPONENTS, APPEARANCE_ELEMENTS };