mdz-enum 1.5.76 → 1.5.77

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 (40) 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 +232 -232
  5. package/dist/commercial/index.js +564 -564
  6. package/dist/common/index.d.ts +52 -52
  7. package/dist/common/index.js +151 -151
  8. package/dist/config/index.d.ts +167 -167
  9. package/dist/config/index.js +481 -481
  10. package/dist/finance/index.d.ts +170 -170
  11. package/dist/finance/index.js +442 -442
  12. package/dist/fiscal/index.d.ts +486 -486
  13. package/dist/fiscal/index.js +1207 -1207
  14. package/dist/functions.d.ts +11 -11
  15. package/dist/functions.js +74 -74
  16. package/dist/general/index.d.ts +265 -265
  17. package/dist/general/index.js +512 -512
  18. package/dist/index.d.ts +14 -14
  19. package/dist/index.js +218 -218
  20. package/dist/integration/index.d.ts +27 -27
  21. package/dist/integration/index.js +80 -80
  22. package/dist/logistics/index.d.ts +130 -130
  23. package/dist/logistics/index.js +376 -376
  24. package/dist/marketplace/templates/components/index.d.ts +277 -277
  25. package/dist/marketplace/templates/components/index.js +295 -295
  26. package/dist/marketplace/templates/elements/index.d.ts +32 -32
  27. package/dist/marketplace/templates/elements/index.js +35 -35
  28. package/dist/marketplace/templates/index.d.ts +458 -458
  29. package/dist/marketplace/templates/index.js +44 -44
  30. package/dist/marketplace/templates/pages/index.d.ts +197 -197
  31. package/dist/marketplace/templates/pages/index.js +373 -373
  32. package/dist/marketplace/templates/reference/index.d.ts +24 -24
  33. package/dist/marketplace/templates/reference/index.js +26 -26
  34. package/dist/people/index.d.ts +44 -43
  35. package/dist/people/index.js +128 -125
  36. package/dist/platform/index.d.ts +197 -197
  37. package/dist/platform/index.js +570 -570
  38. package/dist/reports/index.d.ts +57 -57
  39. package/dist/reports/index.js +168 -168
  40. package/package.json +33 -33
@@ -1,458 +1,458 @@
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_BRANDS: {
29
- KEY: string;
30
- DEFAULT: string;
31
- };
32
- HOME_PAGE_BRANDS_TITLE: {
33
- KEY: string;
34
- DEFAULT: string;
35
- };
36
- HOME_PAGE_BRANDS_SHAPE: {
37
- KEY: string;
38
- DEFAULT: string;
39
- };
40
- HOME_PAGE_BRANDS_SIZE: {
41
- KEY: string;
42
- DEFAULT: string;
43
- };
44
- HOME_PAGE_SELECTED_PRODUCTS_ONE: {
45
- KEY: string;
46
- DEFAULT: string;
47
- };
48
- HOME_PAGE_SELECTED_PRODUCTS_ONE_TITLE: {
49
- KEY: string;
50
- DEFAULT: string;
51
- };
52
- HOME_PAGE_SELECTED_PRODUCTS_TWO: {
53
- KEY: string;
54
- DEFAULT: string;
55
- };
56
- HOME_PAGE_SELECTED_PRODUCTS_TWO_TITLE: {
57
- KEY: string;
58
- DEFAULT: string;
59
- };
60
- HOME_PAGE_FEATURED_PRODUCTS: {
61
- KEY: string;
62
- DEFAULT: string;
63
- };
64
- HOME_PAGE_BANNERS_EXTRA_1_COLUMNS: {
65
- KEY: string;
66
- DEFAULT: string;
67
- VALUES: string[];
68
- };
69
- HOME_PAGE_BANNERS_EXTRA_1_SIZE: {
70
- KEY: string;
71
- DEFAULT: string;
72
- VALUES: string[];
73
- };
74
- HOME_PAGE_BANNERS_EXTRA_1_SHAPE: {
75
- KEY: string;
76
- DEFAULT: string;
77
- VALUES: string[];
78
- };
79
- HOME_PAGE_BANNERS_EXTRA_1_ORIENTATION: {
80
- KEY: string;
81
- DEFAULT: string;
82
- VALUES: string[];
83
- };
84
- HOME_PAGE_BANNERS_EXTRA_2_COLUMNS: {
85
- KEY: string;
86
- DEFAULT: string;
87
- VALUES: string[];
88
- };
89
- HOME_PAGE_BANNERS_EXTRA_2_SIZE: {
90
- KEY: string;
91
- DEFAULT: string;
92
- VALUES: string[];
93
- };
94
- HOME_PAGE_BANNERS_EXTRA_2_SHAPE: {
95
- KEY: string;
96
- DEFAULT: string;
97
- VALUES: string[];
98
- };
99
- HOME_PAGE_BANNERS_EXTRA_2_ORIENTATION: {
100
- KEY: string;
101
- DEFAULT: string;
102
- VALUES: string[];
103
- };
104
- BLOCK_IDS: {
105
- BANNERS: number;
106
- BANNERS_EXTRA_1: number;
107
- BANNERS_EXTRA_2: number;
108
- CATEGORIES: number;
109
- PROMOTIONS: number;
110
- LATEST: number;
111
- BEST_SELLERS: number;
112
- MOST_VIEWED: number;
113
- SELECTED_PRODUCTS_ONE: number;
114
- SELECTED_BRANDS: number;
115
- SELECTED_PRODUCTS_TWO: number;
116
- FEATURED_PRODUCTS: number;
117
- };
118
- BLOCKS: ({
119
- id: number;
120
- name: string;
121
- icon: {
122
- type: string;
123
- size: number;
124
- };
125
- enabled: boolean;
126
- immutable: boolean;
127
- configurable: boolean;
128
- badge: null;
129
- } | {
130
- id: number;
131
- name: string;
132
- icon: {
133
- type: string;
134
- size: number;
135
- };
136
- enabled: boolean;
137
- immutable: boolean;
138
- configurable: boolean;
139
- badge: {
140
- color: string;
141
- text: string;
142
- };
143
- })[];
144
- };
145
- PRODUCT_PAGE: {
146
- ID: number;
147
- ORDER: {
148
- KEY: string;
149
- DEFAULT: string;
150
- };
151
- BLOCKS_IDS: {
152
- DETAILS: number;
153
- DESCRIPTION: number;
154
- WARRANTY: number;
155
- RELATED: number;
156
- BANNERS: number;
157
- };
158
- BLOCKS: ({
159
- id: number;
160
- name: string;
161
- icon: {
162
- type: string;
163
- size: number;
164
- };
165
- enabled: boolean;
166
- immutable: boolean;
167
- badge: null;
168
- } | {
169
- id: number;
170
- name: string;
171
- icon: {
172
- type: string;
173
- size: number;
174
- };
175
- enabled: boolean;
176
- immutable: boolean;
177
- badge: {
178
- color: string;
179
- text: string;
180
- };
181
- })[];
182
- };
183
- };
184
- /**
185
- * Constante de configuração de aparência dos componentes (themes)
186
- */
187
- declare const APPEARANCE_COMPONENTS: {
188
- PRODUCT_CARD: {
189
- RADIUS: {
190
- KEY: string;
191
- DEFAULT: string;
192
- VALUES: {
193
- label: string;
194
- value: string;
195
- }[];
196
- };
197
- SHADOW: {
198
- KEY: string;
199
- DEFAULT: string;
200
- VALUES: {
201
- label: string;
202
- value: string;
203
- }[];
204
- };
205
- PROPORTION: {
206
- KEY: string;
207
- DEFAULT: string;
208
- VALUES: {
209
- label: string;
210
- value: string;
211
- }[];
212
- };
213
- SHOW_BUTTON: {
214
- KEY: string;
215
- DEFAULT: string;
216
- VALUES: string[];
217
- };
218
- BORDER: {
219
- KEY: string;
220
- DEFAULT: string;
221
- VALUES: string[];
222
- };
223
- };
224
- BUTTON: {
225
- RADIUS: {
226
- KEY: string;
227
- DEFAULT: string;
228
- VALUES: {
229
- label: string;
230
- value: string;
231
- }[];
232
- };
233
- };
234
- BUY_BUTTON: {
235
- LIGHT: {
236
- COLOR: {
237
- KEY: string;
238
- DEFAULT: string;
239
- };
240
- };
241
- DARK: {
242
- COLOR: {
243
- KEY: string;
244
- DEFAULT: string;
245
- };
246
- };
247
- LIGHTTEXT: {
248
- COLOR: {
249
- KEY: string;
250
- DEFAULT: string;
251
- };
252
- };
253
- DARKTEXT: {
254
- COLOR: {
255
- KEY: string;
256
- DEFAULT: string;
257
- };
258
- };
259
- };
260
- FOOTER: {
261
- LIGHT: {
262
- COLOR: {
263
- KEY: string;
264
- DEFAULT: string;
265
- };
266
- LOGO_FILTER: {
267
- KEY: string;
268
- DEFAULT: string;
269
- VALUES: string[];
270
- };
271
- };
272
- DARK: {
273
- COLOR: {
274
- KEY: string;
275
- DEFAULT: string;
276
- };
277
- LOGO_FILTER: {
278
- KEY: string;
279
- DEFAULT: string;
280
- VALUES: 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
- HEADER: {
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
- LIGHTTEXT: {
320
- COLOR: {
321
- KEY: string;
322
- DEFAULT: string;
323
- };
324
- };
325
- DARKTEXT: {
326
- COLOR: {
327
- KEY: string;
328
- DEFAULT: string;
329
- };
330
- };
331
- };
332
- SUBMENU: {
333
- LIGHT: {
334
- COLOR: {
335
- KEY: string;
336
- DEFAULT: string;
337
- };
338
- };
339
- DARK: {
340
- COLOR: {
341
- KEY: string;
342
- DEFAULT: string;
343
- };
344
- };
345
- LIGHTTEXT: {
346
- COLOR: {
347
- KEY: string;
348
- DEFAULT: string;
349
- };
350
- };
351
- DARKTEXT: {
352
- COLOR: {
353
- KEY: string;
354
- DEFAULT: string;
355
- };
356
- };
357
- };
358
- CART_BUTTON: {
359
- LIGHT: {
360
- COLOR: {
361
- KEY: string;
362
- DEFAULT: string;
363
- };
364
- };
365
- DARK: {
366
- COLOR: {
367
- KEY: string;
368
- DEFAULT: string;
369
- };
370
- };
371
- LIGHTTEXT: {
372
- COLOR: {
373
- KEY: string;
374
- DEFAULT: string;
375
- };
376
- };
377
- DARKTEXT: {
378
- COLOR: {
379
- KEY: string;
380
- DEFAULT: string;
381
- };
382
- };
383
- };
384
- COMBINAR_PAYMENT: {
385
- KEY: string;
386
- DEFAULT: string;
387
- VALUES: string[];
388
- };
389
- COMBINAR_ENTREGA: {
390
- KEY: string;
391
- DEFAULT: string;
392
- VALUES: string[];
393
- };
394
- ENVIAR_PEDIDO_WPP: {
395
- KEY: string;
396
- DEFAULT: string;
397
- VALUES: string[];
398
- };
399
- BANNERS_ASPECT_RATIO: {
400
- KEY: string;
401
- DEFAULT: string;
402
- VALUES: string[];
403
- };
404
- HOME_PAGE_HIGHLIGHT: {
405
- ENABLED: {
406
- KEY: string;
407
- DEFAULT: boolean;
408
- };
409
- LIGHT: {
410
- BACKGROUND_COLOR: {
411
- KEY: string;
412
- DEFAULT: string;
413
- };
414
- TEXT_COLOR: {
415
- KEY: string;
416
- DEFAULT: string;
417
- };
418
- TEXT: {
419
- KEY: string;
420
- DEFAULT: string;
421
- };
422
- };
423
- };
424
- };
425
- /**
426
- * Constante de configuração de referencia para elementos gerais (any)
427
- */
428
- declare const APPEARANCE_ELEMENTS: {
429
- LOGO: {
430
- URL: {
431
- DESKTOP: {
432
- KEY: string;
433
- };
434
- MOBILE: {
435
- KEY: string;
436
- };
437
- };
438
- TYPE: {
439
- DESKTOP: {
440
- KEY: string;
441
- DEFAULT: string;
442
- };
443
- MOBILE: {
444
- KEY: string;
445
- DEFAULT: string;
446
- };
447
- };
448
- DESCRIPTION: {
449
- MOBILE: {
450
- KEY: string;
451
- };
452
- DESKTOP: {
453
- KEY: string;
454
- };
455
- };
456
- };
457
- };
458
- 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_BRANDS: {
29
+ KEY: string;
30
+ DEFAULT: string;
31
+ };
32
+ HOME_PAGE_BRANDS_TITLE: {
33
+ KEY: string;
34
+ DEFAULT: string;
35
+ };
36
+ HOME_PAGE_BRANDS_SHAPE: {
37
+ KEY: string;
38
+ DEFAULT: string;
39
+ };
40
+ HOME_PAGE_BRANDS_SIZE: {
41
+ KEY: string;
42
+ DEFAULT: string;
43
+ };
44
+ HOME_PAGE_SELECTED_PRODUCTS_ONE: {
45
+ KEY: string;
46
+ DEFAULT: string;
47
+ };
48
+ HOME_PAGE_SELECTED_PRODUCTS_ONE_TITLE: {
49
+ KEY: string;
50
+ DEFAULT: string;
51
+ };
52
+ HOME_PAGE_SELECTED_PRODUCTS_TWO: {
53
+ KEY: string;
54
+ DEFAULT: string;
55
+ };
56
+ HOME_PAGE_SELECTED_PRODUCTS_TWO_TITLE: {
57
+ KEY: string;
58
+ DEFAULT: string;
59
+ };
60
+ HOME_PAGE_FEATURED_PRODUCTS: {
61
+ KEY: string;
62
+ DEFAULT: string;
63
+ };
64
+ HOME_PAGE_BANNERS_EXTRA_1_COLUMNS: {
65
+ KEY: string;
66
+ DEFAULT: string;
67
+ VALUES: string[];
68
+ };
69
+ HOME_PAGE_BANNERS_EXTRA_1_SIZE: {
70
+ KEY: string;
71
+ DEFAULT: string;
72
+ VALUES: string[];
73
+ };
74
+ HOME_PAGE_BANNERS_EXTRA_1_SHAPE: {
75
+ KEY: string;
76
+ DEFAULT: string;
77
+ VALUES: string[];
78
+ };
79
+ HOME_PAGE_BANNERS_EXTRA_1_ORIENTATION: {
80
+ KEY: string;
81
+ DEFAULT: string;
82
+ VALUES: string[];
83
+ };
84
+ HOME_PAGE_BANNERS_EXTRA_2_COLUMNS: {
85
+ KEY: string;
86
+ DEFAULT: string;
87
+ VALUES: string[];
88
+ };
89
+ HOME_PAGE_BANNERS_EXTRA_2_SIZE: {
90
+ KEY: string;
91
+ DEFAULT: string;
92
+ VALUES: string[];
93
+ };
94
+ HOME_PAGE_BANNERS_EXTRA_2_SHAPE: {
95
+ KEY: string;
96
+ DEFAULT: string;
97
+ VALUES: string[];
98
+ };
99
+ HOME_PAGE_BANNERS_EXTRA_2_ORIENTATION: {
100
+ KEY: string;
101
+ DEFAULT: string;
102
+ VALUES: string[];
103
+ };
104
+ BLOCK_IDS: {
105
+ BANNERS: number;
106
+ BANNERS_EXTRA_1: number;
107
+ BANNERS_EXTRA_2: number;
108
+ CATEGORIES: number;
109
+ PROMOTIONS: number;
110
+ LATEST: number;
111
+ BEST_SELLERS: number;
112
+ MOST_VIEWED: number;
113
+ SELECTED_PRODUCTS_ONE: number;
114
+ SELECTED_BRANDS: number;
115
+ SELECTED_PRODUCTS_TWO: number;
116
+ FEATURED_PRODUCTS: number;
117
+ };
118
+ BLOCKS: ({
119
+ id: number;
120
+ name: string;
121
+ icon: {
122
+ type: string;
123
+ size: number;
124
+ };
125
+ enabled: boolean;
126
+ immutable: boolean;
127
+ configurable: boolean;
128
+ badge: null;
129
+ } | {
130
+ id: number;
131
+ name: string;
132
+ icon: {
133
+ type: string;
134
+ size: number;
135
+ };
136
+ enabled: boolean;
137
+ immutable: boolean;
138
+ configurable: boolean;
139
+ badge: {
140
+ color: string;
141
+ text: string;
142
+ };
143
+ })[];
144
+ };
145
+ PRODUCT_PAGE: {
146
+ ID: number;
147
+ ORDER: {
148
+ KEY: string;
149
+ DEFAULT: string;
150
+ };
151
+ BLOCKS_IDS: {
152
+ DETAILS: number;
153
+ DESCRIPTION: number;
154
+ WARRANTY: number;
155
+ RELATED: number;
156
+ BANNERS: number;
157
+ };
158
+ BLOCKS: ({
159
+ id: number;
160
+ name: string;
161
+ icon: {
162
+ type: string;
163
+ size: number;
164
+ };
165
+ enabled: boolean;
166
+ immutable: boolean;
167
+ badge: null;
168
+ } | {
169
+ id: number;
170
+ name: string;
171
+ icon: {
172
+ type: string;
173
+ size: number;
174
+ };
175
+ enabled: boolean;
176
+ immutable: boolean;
177
+ badge: {
178
+ color: string;
179
+ text: string;
180
+ };
181
+ })[];
182
+ };
183
+ };
184
+ /**
185
+ * Constante de configuração de aparência dos componentes (themes)
186
+ */
187
+ declare const APPEARANCE_COMPONENTS: {
188
+ PRODUCT_CARD: {
189
+ RADIUS: {
190
+ KEY: string;
191
+ DEFAULT: string;
192
+ VALUES: {
193
+ label: string;
194
+ value: string;
195
+ }[];
196
+ };
197
+ SHADOW: {
198
+ KEY: string;
199
+ DEFAULT: string;
200
+ VALUES: {
201
+ label: string;
202
+ value: string;
203
+ }[];
204
+ };
205
+ PROPORTION: {
206
+ KEY: string;
207
+ DEFAULT: string;
208
+ VALUES: {
209
+ label: string;
210
+ value: string;
211
+ }[];
212
+ };
213
+ SHOW_BUTTON: {
214
+ KEY: string;
215
+ DEFAULT: string;
216
+ VALUES: string[];
217
+ };
218
+ BORDER: {
219
+ KEY: string;
220
+ DEFAULT: string;
221
+ VALUES: string[];
222
+ };
223
+ };
224
+ BUTTON: {
225
+ RADIUS: {
226
+ KEY: string;
227
+ DEFAULT: string;
228
+ VALUES: {
229
+ label: string;
230
+ value: string;
231
+ }[];
232
+ };
233
+ };
234
+ BUY_BUTTON: {
235
+ LIGHT: {
236
+ COLOR: {
237
+ KEY: string;
238
+ DEFAULT: string;
239
+ };
240
+ };
241
+ DARK: {
242
+ COLOR: {
243
+ KEY: string;
244
+ DEFAULT: string;
245
+ };
246
+ };
247
+ LIGHTTEXT: {
248
+ COLOR: {
249
+ KEY: string;
250
+ DEFAULT: string;
251
+ };
252
+ };
253
+ DARKTEXT: {
254
+ COLOR: {
255
+ KEY: string;
256
+ DEFAULT: string;
257
+ };
258
+ };
259
+ };
260
+ FOOTER: {
261
+ LIGHT: {
262
+ COLOR: {
263
+ KEY: string;
264
+ DEFAULT: string;
265
+ };
266
+ LOGO_FILTER: {
267
+ KEY: string;
268
+ DEFAULT: string;
269
+ VALUES: string[];
270
+ };
271
+ };
272
+ DARK: {
273
+ COLOR: {
274
+ KEY: string;
275
+ DEFAULT: string;
276
+ };
277
+ LOGO_FILTER: {
278
+ KEY: string;
279
+ DEFAULT: string;
280
+ VALUES: 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
+ HEADER: {
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
+ LIGHTTEXT: {
320
+ COLOR: {
321
+ KEY: string;
322
+ DEFAULT: string;
323
+ };
324
+ };
325
+ DARKTEXT: {
326
+ COLOR: {
327
+ KEY: string;
328
+ DEFAULT: string;
329
+ };
330
+ };
331
+ };
332
+ SUBMENU: {
333
+ LIGHT: {
334
+ COLOR: {
335
+ KEY: string;
336
+ DEFAULT: string;
337
+ };
338
+ };
339
+ DARK: {
340
+ COLOR: {
341
+ KEY: string;
342
+ DEFAULT: string;
343
+ };
344
+ };
345
+ LIGHTTEXT: {
346
+ COLOR: {
347
+ KEY: string;
348
+ DEFAULT: string;
349
+ };
350
+ };
351
+ DARKTEXT: {
352
+ COLOR: {
353
+ KEY: string;
354
+ DEFAULT: string;
355
+ };
356
+ };
357
+ };
358
+ CART_BUTTON: {
359
+ LIGHT: {
360
+ COLOR: {
361
+ KEY: string;
362
+ DEFAULT: string;
363
+ };
364
+ };
365
+ DARK: {
366
+ COLOR: {
367
+ KEY: string;
368
+ DEFAULT: string;
369
+ };
370
+ };
371
+ LIGHTTEXT: {
372
+ COLOR: {
373
+ KEY: string;
374
+ DEFAULT: string;
375
+ };
376
+ };
377
+ DARKTEXT: {
378
+ COLOR: {
379
+ KEY: string;
380
+ DEFAULT: string;
381
+ };
382
+ };
383
+ };
384
+ COMBINAR_PAYMENT: {
385
+ KEY: string;
386
+ DEFAULT: string;
387
+ VALUES: string[];
388
+ };
389
+ COMBINAR_ENTREGA: {
390
+ KEY: string;
391
+ DEFAULT: string;
392
+ VALUES: string[];
393
+ };
394
+ ENVIAR_PEDIDO_WPP: {
395
+ KEY: string;
396
+ DEFAULT: string;
397
+ VALUES: string[];
398
+ };
399
+ BANNERS_ASPECT_RATIO: {
400
+ KEY: string;
401
+ DEFAULT: string;
402
+ VALUES: string[];
403
+ };
404
+ HOME_PAGE_HIGHLIGHT: {
405
+ ENABLED: {
406
+ KEY: string;
407
+ DEFAULT: boolean;
408
+ };
409
+ LIGHT: {
410
+ BACKGROUND_COLOR: {
411
+ KEY: string;
412
+ DEFAULT: string;
413
+ };
414
+ TEXT_COLOR: {
415
+ KEY: string;
416
+ DEFAULT: string;
417
+ };
418
+ TEXT: {
419
+ KEY: string;
420
+ DEFAULT: string;
421
+ };
422
+ };
423
+ };
424
+ };
425
+ /**
426
+ * Constante de configuração de referencia para elementos gerais (any)
427
+ */
428
+ declare const APPEARANCE_ELEMENTS: {
429
+ LOGO: {
430
+ URL: {
431
+ DESKTOP: {
432
+ KEY: string;
433
+ };
434
+ MOBILE: {
435
+ KEY: string;
436
+ };
437
+ };
438
+ TYPE: {
439
+ DESKTOP: {
440
+ KEY: string;
441
+ DEFAULT: string;
442
+ };
443
+ MOBILE: {
444
+ KEY: string;
445
+ DEFAULT: string;
446
+ };
447
+ };
448
+ DESCRIPTION: {
449
+ MOBILE: {
450
+ KEY: string;
451
+ };
452
+ DESKTOP: {
453
+ KEY: string;
454
+ };
455
+ };
456
+ };
457
+ };
458
+ export { APPEARANCE_REFERENCE, APPEARANCE_PAGES, APPEARANCE_COMPONENTS, APPEARANCE_ELEMENTS };