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.
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 +254 -248
  4. package/dist/commercial/index.js +627 -610
  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 +164 -145
  10. package/dist/eva/index.js +233 -179
  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 +275 -270
  23. package/dist/integration/index.d.ts +37 -37
  24. package/dist/integration/index.js +109 -109
  25. package/dist/logistics/index.d.ts +195 -195
  26. package/dist/logistics/index.js +554 -554
  27. package/dist/marketplace/templates/components/index.d.ts +352 -352
  28. package/dist/marketplace/templates/components/index.js +383 -383
  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 +589 -592
  32. package/dist/marketplace/templates/index.js +49 -49
  33. package/dist/marketplace/templates/pages/index.d.ts +254 -254
  34. package/dist/marketplace/templates/pages/index.js +443 -443
  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 +65 -65
  38. package/dist/people/index.js +189 -189
  39. package/dist/platform/index.d.ts +220 -220
  40. package/dist/platform/index.js +638 -638
  41. package/dist/reports/index.d.ts +103 -103
  42. package/dist/reports/index.js +301 -301
  43. package/package.json +1 -1
@@ -1,592 +1,589 @@
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
- HOME_PAGE_BANNERS_COLLECTION_COLUMNS: {
115
- KEY: string;
116
- DEFAULT: string;
117
- VALUES: string[];
118
- };
119
- HOME_PAGE_BANNERS_COLLECTION_SIZE: {
120
- KEY: string;
121
- DEFAULT: string;
122
- VALUES: string[];
123
- };
124
- HOME_PAGE_BANNERS_COLLECTION_SHAPE: {
125
- KEY: string;
126
- DEFAULT: string;
127
- VALUES: string[];
128
- };
129
- HOME_PAGE_BANNERS_COLLECTION_ORIENTATION: {
130
- KEY: string;
131
- DEFAULT: string;
132
- VALUES: string[];
133
- };
134
- BLOCK_IDS: {
135
- BANNERS: number;
136
- BANNERS_EXTRA_1: number;
137
- BANNERS_EXTRA_2: number;
138
- BANNERS_COLLECTION: number;
139
- CATEGORIES: number;
140
- PROMOTIONS: number;
141
- LATEST: number;
142
- BEST_SELLERS: number;
143
- MOST_VIEWED: number;
144
- SELECTED_PRODUCTS_ONE: number;
145
- SELECTED_BRANDS: number;
146
- SELECTED_PRODUCTS_TWO: number;
147
- FEATURED_PRODUCTS: number;
148
- };
149
- BLOCKS: ({
150
- id: number;
151
- name: string;
152
- icon: {
153
- type: string;
154
- size: number;
155
- };
156
- enabled: boolean;
157
- immutable: boolean;
158
- configurable: boolean;
159
- badge: null;
160
- } | {
161
- id: number;
162
- name: string;
163
- icon: {
164
- type: string;
165
- size: number;
166
- };
167
- enabled: boolean;
168
- immutable: boolean;
169
- configurable: boolean;
170
- badge: {
171
- color: string;
172
- text: string;
173
- };
174
- })[];
175
- };
176
- PRODUCT_PAGE: {
177
- ID: number;
178
- ORDER: {
179
- KEY: string;
180
- DEFAULT: string;
181
- };
182
- PRODUCT_PAGE_ATTRIBUTES_TITLE: {
183
- KEY: string;
184
- DEFAULT: string;
185
- };
186
- PRODUCT_PAGE_RELATED_TITLE: {
187
- KEY: string;
188
- DEFAULT: string;
189
- };
190
- PRODUCT_PAGE_DESCRIPTION_TITLE: {
191
- KEY: string;
192
- DEFAULT: string;
193
- };
194
- BLOCKS_IDS: {
195
- DETAILS: number;
196
- DESCRIPTION: number;
197
- WARRANTY: number;
198
- RELATED: number;
199
- BANNERS: number;
200
- ATTRIBUTES: number;
201
- };
202
- BLOCKS: ({
203
- id: number;
204
- name: string;
205
- icon: {
206
- type: string;
207
- size: number;
208
- };
209
- enabled: boolean;
210
- immutable: boolean;
211
- badge: null;
212
- configurable?: undefined;
213
- } | {
214
- id: number;
215
- name: string;
216
- icon: {
217
- type: string;
218
- size: number;
219
- };
220
- enabled: boolean;
221
- immutable: boolean;
222
- configurable: boolean;
223
- badge: null;
224
- } | {
225
- id: number;
226
- name: string;
227
- icon: {
228
- type: string;
229
- size: number;
230
- };
231
- enabled: boolean;
232
- immutable: boolean;
233
- configurable: boolean;
234
- badge: {
235
- color: string;
236
- text: string;
237
- };
238
- })[];
239
- };
240
- };
241
- /**
242
- * Constante de configuração de aparência dos componentes (themes)
243
- */
244
- declare const APPEARANCE_COMPONENTS: {
245
- PRODUCT_CARD: {
246
- RADIUS: {
247
- KEY: string;
248
- DEFAULT: string;
249
- VALUES: {
250
- label: string;
251
- value: string;
252
- }[];
253
- };
254
- SHADOW: {
255
- KEY: string;
256
- DEFAULT: string;
257
- VALUES: {
258
- label: string;
259
- value: string;
260
- }[];
261
- };
262
- PROPORTION: {
263
- KEY: string;
264
- DEFAULT: string;
265
- VALUES: {
266
- label: string;
267
- value: string;
268
- }[];
269
- };
270
- SHOW_BUTTON: {
271
- KEY: string;
272
- DEFAULT: string;
273
- VALUES: string[];
274
- };
275
- BORDER: {
276
- KEY: string;
277
- DEFAULT: string;
278
- VALUES: string[];
279
- };
280
- };
281
- BUTTON: {
282
- RADIUS: {
283
- KEY: string;
284
- DEFAULT: string;
285
- VALUES: {
286
- label: string;
287
- value: string;
288
- }[];
289
- };
290
- };
291
- BUY_BUTTON: {
292
- LIGHT: {
293
- COLOR: {
294
- KEY: string;
295
- DEFAULT: string;
296
- };
297
- };
298
- DARK: {
299
- COLOR: {
300
- KEY: string;
301
- DEFAULT: string;
302
- };
303
- };
304
- LIGHTTEXT: {
305
- COLOR: {
306
- KEY: string;
307
- DEFAULT: string;
308
- };
309
- };
310
- DARKTEXT: {
311
- COLOR: {
312
- KEY: string;
313
- DEFAULT: string;
314
- };
315
- };
316
- };
317
- FOOTER: {
318
- LIGHT: {
319
- COLOR: {
320
- KEY: string;
321
- DEFAULT: string;
322
- };
323
- LOGO_FILTER: {
324
- KEY: string;
325
- DEFAULT: string;
326
- VALUES: string[];
327
- };
328
- };
329
- DARK: {
330
- COLOR: {
331
- KEY: string;
332
- DEFAULT: string;
333
- };
334
- LOGO_FILTER: {
335
- KEY: string;
336
- DEFAULT: string;
337
- VALUES: string[];
338
- };
339
- };
340
- /**
341
- * Constante de configuração de aparência dos componentes (themes)
342
- */
343
- LIGHTTEXT: {
344
- COLOR: {
345
- KEY: string;
346
- DEFAULT: string;
347
- };
348
- };
349
- DARKTEXT: {
350
- COLOR: {
351
- KEY: string;
352
- DEFAULT: string;
353
- };
354
- };
355
- };
356
- HEADER: {
357
- LIGHT: {
358
- COLOR: {
359
- KEY: string;
360
- DEFAULT: string;
361
- };
362
- LOGO_FILTER: {
363
- KEY: string;
364
- DEFAULT: string;
365
- VALUES: string[];
366
- };
367
- };
368
- DARK: {
369
- COLOR: {
370
- KEY: string;
371
- DEFAULT: string;
372
- };
373
- LOGO_FILTER: {
374
- KEY: string;
375
- DEFAULT: string;
376
- VALUES: string[];
377
- };
378
- };
379
- LIGHTTEXT: {
380
- COLOR: {
381
- KEY: string;
382
- DEFAULT: string;
383
- };
384
- };
385
- DARKTEXT: {
386
- COLOR: {
387
- KEY: string;
388
- DEFAULT: string;
389
- };
390
- };
391
- };
392
- SUBMENU: {
393
- LIGHT: {
394
- COLOR: {
395
- KEY: string;
396
- DEFAULT: string;
397
- };
398
- };
399
- DARK: {
400
- COLOR: {
401
- KEY: string;
402
- DEFAULT: string;
403
- };
404
- };
405
- LIGHTTEXT: {
406
- COLOR: {
407
- KEY: string;
408
- DEFAULT: string;
409
- };
410
- };
411
- DARKTEXT: {
412
- COLOR: {
413
- KEY: string;
414
- DEFAULT: string;
415
- };
416
- };
417
- DYNAMIC: {
418
- ENABLED: {
419
- KEY: string;
420
- DEFAULT: string;
421
- };
422
- MAX_ITEMS: number;
423
- ITEMS: {
424
- POSITION: number;
425
- LABEL: {
426
- KEY: string;
427
- DEFAULT: string;
428
- };
429
- TYPE: {
430
- KEY: string;
431
- DEFAULT: string;
432
- };
433
- ATTRIBUTE_ITEM: {
434
- KEY: string;
435
- DEFAULT: string;
436
- };
437
- COLLECTION: {
438
- KEY: string;
439
- DEFAULT: string;
440
- };
441
- CATEGORY: {
442
- KEY: string;
443
- DEFAULT: string;
444
- };
445
- }[];
446
- };
447
- };
448
- CART_BUTTON: {
449
- LIGHT: {
450
- COLOR: {
451
- KEY: string;
452
- DEFAULT: string;
453
- };
454
- };
455
- DARK: {
456
- COLOR: {
457
- KEY: string;
458
- DEFAULT: string;
459
- };
460
- };
461
- LIGHTTEXT: {
462
- COLOR: {
463
- KEY: string;
464
- DEFAULT: string;
465
- };
466
- };
467
- DARKTEXT: {
468
- COLOR: {
469
- KEY: string;
470
- DEFAULT: string;
471
- };
472
- };
473
- };
474
- COMBINAR_PAYMENT: {
475
- KEY: string;
476
- DEFAULT: string;
477
- VALUES: string[];
478
- };
479
- COMBINAR_ENTREGA: {
480
- KEY: string;
481
- DEFAULT: string;
482
- VALUES: string[];
483
- };
484
- ENVIAR_PEDIDO_WPP: {
485
- KEY: string;
486
- DEFAULT: string;
487
- VALUES: string[];
488
- };
489
- LOJA_ATACADISTA: {
490
- ENABLED: {
491
- KEY: string;
492
- DEFAULT: string;
493
- VALUES: string[];
494
- };
495
- MINIMUM_VALUE: {
496
- KEY: string;
497
- DEFAULT: string;
498
- };
499
- MESSAGE: {
500
- KEY: string;
501
- DEFAULT: string;
502
- };
503
- };
504
- COM_GRADE: {
505
- KEY: string;
506
- DEFAULT: string;
507
- VALUES: string[];
508
- };
509
- CHECKOUT: {
510
- KEY: string;
511
- DEFAULT: string;
512
- VALUES: {
513
- label: string;
514
- value: string;
515
- }[];
516
- };
517
- FORMATO_EXIBICAO: {
518
- KEY: string;
519
- DEFAULT: string;
520
- VALUES: {
521
- label: string;
522
- value: string;
523
- }[];
524
- };
525
- BANNERS_ASPECT_RATIO: {
526
- KEY: string;
527
- DEFAULT: string;
528
- VALUES: string[];
529
- };
530
- IMAGE_DISPLAY: {
531
- KEY: string;
532
- DEFAULT: string;
533
- VALUES: {
534
- label: string;
535
- value: string;
536
- }[];
537
- };
538
- HOME_PAGE_HIGHLIGHT: {
539
- ENABLED: {
540
- KEY: string;
541
- DEFAULT: boolean;
542
- };
543
- LIGHT: {
544
- BACKGROUND_COLOR: {
545
- KEY: string;
546
- DEFAULT: string;
547
- };
548
- TEXT_COLOR: {
549
- KEY: string;
550
- DEFAULT: string;
551
- };
552
- TEXT: {
553
- KEY: string;
554
- DEFAULT: string;
555
- };
556
- };
557
- };
558
- };
559
- /**
560
- * Constante de configuração de referencia para elementos gerais (any)
561
- */
562
- declare const APPEARANCE_ELEMENTS: {
563
- LOGO: {
564
- URL: {
565
- DESKTOP: {
566
- KEY: string;
567
- };
568
- MOBILE: {
569
- KEY: string;
570
- };
571
- };
572
- TYPE: {
573
- DESKTOP: {
574
- KEY: string;
575
- DEFAULT: string;
576
- };
577
- MOBILE: {
578
- KEY: string;
579
- DEFAULT: string;
580
- };
581
- };
582
- DESCRIPTION: {
583
- MOBILE: {
584
- KEY: string;
585
- };
586
- DESKTOP: {
587
- KEY: string;
588
- };
589
- };
590
- };
591
- };
592
- 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
+ HOME_PAGE_BANNERS_COLLECTION_COLUMNS: {
115
+ KEY: string;
116
+ DEFAULT: string;
117
+ VALUES: string[];
118
+ };
119
+ HOME_PAGE_BANNERS_COLLECTION_SIZE: {
120
+ KEY: string;
121
+ DEFAULT: string;
122
+ VALUES: string[];
123
+ };
124
+ HOME_PAGE_BANNERS_COLLECTION_SHAPE: {
125
+ KEY: string;
126
+ DEFAULT: string;
127
+ VALUES: string[];
128
+ };
129
+ HOME_PAGE_BANNERS_COLLECTION_ORIENTATION: {
130
+ KEY: string;
131
+ DEFAULT: string;
132
+ VALUES: string[];
133
+ };
134
+ BLOCK_IDS: {
135
+ BANNERS: number;
136
+ BANNERS_EXTRA_1: number;
137
+ BANNERS_EXTRA_2: number;
138
+ BANNERS_COLLECTION: number;
139
+ CATEGORIES: number;
140
+ PROMOTIONS: number;
141
+ LATEST: number;
142
+ BEST_SELLERS: number;
143
+ MOST_VIEWED: number;
144
+ SELECTED_PRODUCTS_ONE: number;
145
+ SELECTED_BRANDS: number;
146
+ SELECTED_PRODUCTS_TWO: number;
147
+ FEATURED_PRODUCTS: number;
148
+ };
149
+ BLOCKS: ({
150
+ id: number;
151
+ name: string;
152
+ icon: {
153
+ type: string;
154
+ size: number;
155
+ };
156
+ enabled: boolean;
157
+ immutable: boolean;
158
+ configurable: boolean;
159
+ badge: null;
160
+ } | {
161
+ id: number;
162
+ name: string;
163
+ icon: {
164
+ type: string;
165
+ size: number;
166
+ };
167
+ enabled: boolean;
168
+ immutable: boolean;
169
+ configurable: boolean;
170
+ badge: {
171
+ color: string;
172
+ text: string;
173
+ };
174
+ })[];
175
+ };
176
+ PRODUCT_PAGE: {
177
+ ID: number;
178
+ ORDER: {
179
+ KEY: string;
180
+ DEFAULT: string;
181
+ };
182
+ PRODUCT_PAGE_ATTRIBUTES_TITLE: {
183
+ KEY: string;
184
+ DEFAULT: string;
185
+ };
186
+ PRODUCT_PAGE_RELATED_TITLE: {
187
+ KEY: string;
188
+ DEFAULT: string;
189
+ };
190
+ PRODUCT_PAGE_DESCRIPTION_TITLE: {
191
+ KEY: string;
192
+ DEFAULT: string;
193
+ };
194
+ BLOCKS_IDS: {
195
+ DETAILS: number;
196
+ DESCRIPTION: number;
197
+ WARRANTY: number;
198
+ RELATED: number;
199
+ BANNERS: number;
200
+ ATTRIBUTES: number;
201
+ };
202
+ BLOCKS: ({
203
+ id: number;
204
+ name: string;
205
+ icon: {
206
+ type: string;
207
+ size: number;
208
+ };
209
+ enabled: boolean;
210
+ immutable: boolean;
211
+ badge: null;
212
+ configurable?: undefined;
213
+ } | {
214
+ id: number;
215
+ name: string;
216
+ icon: {
217
+ type: string;
218
+ size: number;
219
+ };
220
+ enabled: boolean;
221
+ immutable: boolean;
222
+ configurable: boolean;
223
+ badge: null;
224
+ } | {
225
+ id: number;
226
+ name: string;
227
+ icon: {
228
+ type: string;
229
+ size: number;
230
+ };
231
+ enabled: boolean;
232
+ immutable: boolean;
233
+ configurable: boolean;
234
+ badge: {
235
+ color: string;
236
+ text: string;
237
+ };
238
+ })[];
239
+ };
240
+ };
241
+ /**
242
+ * Constante de configuração de aparência dos componentes (themes)
243
+ */
244
+ declare const APPEARANCE_COMPONENTS: {
245
+ PRODUCT_CARD: {
246
+ RADIUS: {
247
+ KEY: string;
248
+ DEFAULT: string;
249
+ VALUES: {
250
+ label: string;
251
+ value: string;
252
+ }[];
253
+ };
254
+ SHADOW: {
255
+ KEY: string;
256
+ DEFAULT: string;
257
+ VALUES: {
258
+ label: string;
259
+ value: string;
260
+ }[];
261
+ };
262
+ PROPORTION: {
263
+ KEY: string;
264
+ DEFAULT: string;
265
+ VALUES: {
266
+ label: string;
267
+ value: string;
268
+ }[];
269
+ };
270
+ SHOW_BUTTON: {
271
+ KEY: string;
272
+ DEFAULT: string;
273
+ VALUES: string[];
274
+ };
275
+ BORDER: {
276
+ KEY: string;
277
+ DEFAULT: string;
278
+ VALUES: string[];
279
+ };
280
+ };
281
+ BUTTON: {
282
+ RADIUS: {
283
+ KEY: string;
284
+ DEFAULT: string;
285
+ VALUES: {
286
+ label: string;
287
+ value: string;
288
+ }[];
289
+ };
290
+ };
291
+ BUY_BUTTON: {
292
+ LIGHT: {
293
+ COLOR: {
294
+ KEY: string;
295
+ DEFAULT: string;
296
+ };
297
+ };
298
+ DARK: {
299
+ COLOR: {
300
+ KEY: string;
301
+ DEFAULT: string;
302
+ };
303
+ };
304
+ LIGHTTEXT: {
305
+ COLOR: {
306
+ KEY: string;
307
+ DEFAULT: string;
308
+ };
309
+ };
310
+ DARKTEXT: {
311
+ COLOR: {
312
+ KEY: string;
313
+ DEFAULT: string;
314
+ };
315
+ };
316
+ };
317
+ FOOTER: {
318
+ LIGHT: {
319
+ COLOR: {
320
+ KEY: string;
321
+ DEFAULT: string;
322
+ };
323
+ LOGO_FILTER: {
324
+ KEY: string;
325
+ DEFAULT: string;
326
+ VALUES: string[];
327
+ };
328
+ };
329
+ DARK: {
330
+ COLOR: {
331
+ KEY: string;
332
+ DEFAULT: string;
333
+ };
334
+ LOGO_FILTER: {
335
+ KEY: string;
336
+ DEFAULT: string;
337
+ VALUES: string[];
338
+ };
339
+ };
340
+ LIGHTTEXT: {
341
+ COLOR: {
342
+ KEY: string;
343
+ DEFAULT: string;
344
+ };
345
+ };
346
+ DARKTEXT: {
347
+ COLOR: {
348
+ KEY: string;
349
+ DEFAULT: string;
350
+ };
351
+ };
352
+ };
353
+ HEADER: {
354
+ LIGHT: {
355
+ COLOR: {
356
+ KEY: string;
357
+ DEFAULT: string;
358
+ };
359
+ LOGO_FILTER: {
360
+ KEY: string;
361
+ DEFAULT: string;
362
+ VALUES: string[];
363
+ };
364
+ };
365
+ DARK: {
366
+ COLOR: {
367
+ KEY: string;
368
+ DEFAULT: string;
369
+ };
370
+ LOGO_FILTER: {
371
+ KEY: string;
372
+ DEFAULT: string;
373
+ VALUES: string[];
374
+ };
375
+ };
376
+ LIGHTTEXT: {
377
+ COLOR: {
378
+ KEY: string;
379
+ DEFAULT: string;
380
+ };
381
+ };
382
+ DARKTEXT: {
383
+ COLOR: {
384
+ KEY: string;
385
+ DEFAULT: string;
386
+ };
387
+ };
388
+ };
389
+ SUBMENU: {
390
+ LIGHT: {
391
+ COLOR: {
392
+ KEY: string;
393
+ DEFAULT: string;
394
+ };
395
+ };
396
+ DARK: {
397
+ COLOR: {
398
+ KEY: string;
399
+ DEFAULT: string;
400
+ };
401
+ };
402
+ LIGHTTEXT: {
403
+ COLOR: {
404
+ KEY: string;
405
+ DEFAULT: string;
406
+ };
407
+ };
408
+ DARKTEXT: {
409
+ COLOR: {
410
+ KEY: string;
411
+ DEFAULT: string;
412
+ };
413
+ };
414
+ DYNAMIC: {
415
+ ENABLED: {
416
+ KEY: string;
417
+ DEFAULT: string;
418
+ };
419
+ MAX_ITEMS: number;
420
+ ITEMS: {
421
+ POSITION: number;
422
+ LABEL: {
423
+ KEY: string;
424
+ DEFAULT: string;
425
+ };
426
+ TYPE: {
427
+ KEY: string;
428
+ DEFAULT: string;
429
+ };
430
+ ATTRIBUTE_ITEM: {
431
+ KEY: string;
432
+ DEFAULT: string;
433
+ };
434
+ COLLECTION: {
435
+ KEY: string;
436
+ DEFAULT: string;
437
+ };
438
+ CATEGORY: {
439
+ KEY: string;
440
+ DEFAULT: string;
441
+ };
442
+ }[];
443
+ };
444
+ };
445
+ CART_BUTTON: {
446
+ LIGHT: {
447
+ COLOR: {
448
+ KEY: string;
449
+ DEFAULT: string;
450
+ };
451
+ };
452
+ DARK: {
453
+ COLOR: {
454
+ KEY: string;
455
+ DEFAULT: string;
456
+ };
457
+ };
458
+ LIGHTTEXT: {
459
+ COLOR: {
460
+ KEY: string;
461
+ DEFAULT: string;
462
+ };
463
+ };
464
+ DARKTEXT: {
465
+ COLOR: {
466
+ KEY: string;
467
+ DEFAULT: string;
468
+ };
469
+ };
470
+ };
471
+ COMBINAR_PAYMENT: {
472
+ KEY: string;
473
+ DEFAULT: string;
474
+ VALUES: string[];
475
+ };
476
+ COMBINAR_ENTREGA: {
477
+ KEY: string;
478
+ DEFAULT: string;
479
+ VALUES: string[];
480
+ };
481
+ ENVIAR_PEDIDO_WPP: {
482
+ KEY: string;
483
+ DEFAULT: string;
484
+ VALUES: string[];
485
+ };
486
+ LOJA_ATACADISTA: {
487
+ ENABLED: {
488
+ KEY: string;
489
+ DEFAULT: string;
490
+ VALUES: string[];
491
+ };
492
+ MINIMUM_VALUE: {
493
+ KEY: string;
494
+ DEFAULT: string;
495
+ };
496
+ MESSAGE: {
497
+ KEY: string;
498
+ DEFAULT: string;
499
+ };
500
+ };
501
+ COM_GRADE: {
502
+ KEY: string;
503
+ DEFAULT: string;
504
+ VALUES: string[];
505
+ };
506
+ CHECKOUT: {
507
+ KEY: string;
508
+ DEFAULT: string;
509
+ VALUES: {
510
+ label: string;
511
+ value: string;
512
+ }[];
513
+ };
514
+ FORMATO_EXIBICAO: {
515
+ KEY: string;
516
+ DEFAULT: string;
517
+ VALUES: {
518
+ label: string;
519
+ value: string;
520
+ }[];
521
+ };
522
+ BANNERS_ASPECT_RATIO: {
523
+ KEY: string;
524
+ DEFAULT: string;
525
+ VALUES: string[];
526
+ };
527
+ IMAGE_DISPLAY: {
528
+ KEY: string;
529
+ DEFAULT: string;
530
+ VALUES: {
531
+ label: string;
532
+ value: string;
533
+ }[];
534
+ };
535
+ HOME_PAGE_HIGHLIGHT: {
536
+ ENABLED: {
537
+ KEY: string;
538
+ DEFAULT: boolean;
539
+ };
540
+ LIGHT: {
541
+ BACKGROUND_COLOR: {
542
+ KEY: string;
543
+ DEFAULT: string;
544
+ };
545
+ TEXT_COLOR: {
546
+ KEY: string;
547
+ DEFAULT: string;
548
+ };
549
+ TEXT: {
550
+ KEY: string;
551
+ DEFAULT: string;
552
+ };
553
+ };
554
+ };
555
+ };
556
+ /**
557
+ * Constante de configuração de referencia para elementos gerais (any)
558
+ */
559
+ declare const APPEARANCE_ELEMENTS: {
560
+ LOGO: {
561
+ URL: {
562
+ DESKTOP: {
563
+ KEY: string;
564
+ };
565
+ MOBILE: {
566
+ KEY: string;
567
+ };
568
+ };
569
+ TYPE: {
570
+ DESKTOP: {
571
+ KEY: string;
572
+ DEFAULT: string;
573
+ };
574
+ MOBILE: {
575
+ KEY: string;
576
+ DEFAULT: string;
577
+ };
578
+ };
579
+ DESCRIPTION: {
580
+ MOBILE: {
581
+ KEY: string;
582
+ };
583
+ DESKTOP: {
584
+ KEY: string;
585
+ };
586
+ };
587
+ };
588
+ };
589
+ export { APPEARANCE_REFERENCE, APPEARANCE_PAGES, APPEARANCE_COMPONENTS, APPEARANCE_ELEMENTS };