mdz-enum 1.5.78 → 1.5.80

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 +219 -219
  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 +471 -458
  29. package/dist/marketplace/templates/index.js +44 -44
  30. package/dist/marketplace/templates/pages/index.d.ts +207 -197
  31. package/dist/marketplace/templates/pages/index.js +383 -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 +50 -50
  35. package/dist/people/index.js +145 -145
  36. package/dist/platform/index.d.ts +201 -197
  37. package/dist/platform/index.js +582 -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,471 @@
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_CATEGORY_BORDER: {
29
+ KEY: string;
30
+ DEFAULT: string;
31
+ VALUES: string[];
32
+ };
33
+ /**
34
+ * Constante de configuração de referencia para elementos gerais (any)
35
+ */
36
+ HOME_PAGE_BRANDS: {
37
+ KEY: string;
38
+ DEFAULT: string;
39
+ };
40
+ HOME_PAGE_BRANDS_TITLE: {
41
+ KEY: string;
42
+ DEFAULT: string;
43
+ };
44
+ HOME_PAGE_BRANDS_SHAPE: {
45
+ KEY: string;
46
+ DEFAULT: string;
47
+ };
48
+ HOME_PAGE_BRANDS_SIZE: {
49
+ KEY: string;
50
+ DEFAULT: string;
51
+ };
52
+ HOME_PAGE_BRANDS_BORDER: {
53
+ KEY: string;
54
+ DEFAULT: string;
55
+ VALUES: string[];
56
+ };
57
+ HOME_PAGE_SELECTED_PRODUCTS_ONE: {
58
+ KEY: string;
59
+ DEFAULT: string;
60
+ };
61
+ HOME_PAGE_SELECTED_PRODUCTS_ONE_TITLE: {
62
+ KEY: string;
63
+ DEFAULT: string;
64
+ };
65
+ HOME_PAGE_SELECTED_PRODUCTS_TWO: {
66
+ KEY: string;
67
+ DEFAULT: string;
68
+ };
69
+ HOME_PAGE_SELECTED_PRODUCTS_TWO_TITLE: {
70
+ KEY: string;
71
+ DEFAULT: string;
72
+ };
73
+ HOME_PAGE_FEATURED_PRODUCTS: {
74
+ KEY: string;
75
+ DEFAULT: string;
76
+ };
77
+ HOME_PAGE_BANNERS_EXTRA_1_COLUMNS: {
78
+ KEY: string;
79
+ DEFAULT: string;
80
+ VALUES: string[];
81
+ };
82
+ HOME_PAGE_BANNERS_EXTRA_1_SIZE: {
83
+ KEY: string;
84
+ DEFAULT: string;
85
+ VALUES: string[];
86
+ };
87
+ HOME_PAGE_BANNERS_EXTRA_1_SHAPE: {
88
+ KEY: string;
89
+ DEFAULT: string;
90
+ VALUES: string[];
91
+ };
92
+ HOME_PAGE_BANNERS_EXTRA_1_ORIENTATION: {
93
+ KEY: string;
94
+ DEFAULT: string;
95
+ VALUES: string[];
96
+ };
97
+ HOME_PAGE_BANNERS_EXTRA_2_COLUMNS: {
98
+ KEY: string;
99
+ DEFAULT: string;
100
+ VALUES: string[];
101
+ };
102
+ HOME_PAGE_BANNERS_EXTRA_2_SIZE: {
103
+ KEY: string;
104
+ DEFAULT: string;
105
+ VALUES: string[];
106
+ };
107
+ HOME_PAGE_BANNERS_EXTRA_2_SHAPE: {
108
+ KEY: string;
109
+ DEFAULT: string;
110
+ VALUES: string[];
111
+ };
112
+ HOME_PAGE_BANNERS_EXTRA_2_ORIENTATION: {
113
+ KEY: string;
114
+ DEFAULT: string;
115
+ VALUES: string[];
116
+ };
117
+ BLOCK_IDS: {
118
+ BANNERS: number;
119
+ BANNERS_EXTRA_1: number;
120
+ BANNERS_EXTRA_2: number;
121
+ CATEGORIES: number;
122
+ PROMOTIONS: number;
123
+ LATEST: number;
124
+ BEST_SELLERS: number;
125
+ MOST_VIEWED: number;
126
+ SELECTED_PRODUCTS_ONE: number;
127
+ SELECTED_BRANDS: number;
128
+ SELECTED_PRODUCTS_TWO: number;
129
+ FEATURED_PRODUCTS: number;
130
+ };
131
+ BLOCKS: ({
132
+ id: number;
133
+ name: string;
134
+ icon: {
135
+ type: string;
136
+ size: number;
137
+ };
138
+ enabled: boolean;
139
+ immutable: boolean;
140
+ configurable: boolean;
141
+ badge: null;
142
+ } | {
143
+ id: number;
144
+ name: string;
145
+ icon: {
146
+ type: string;
147
+ size: number;
148
+ };
149
+ enabled: boolean;
150
+ immutable: boolean;
151
+ configurable: boolean;
152
+ badge: {
153
+ color: string;
154
+ text: string;
155
+ };
156
+ })[];
157
+ };
158
+ PRODUCT_PAGE: {
159
+ ID: number;
160
+ ORDER: {
161
+ KEY: string;
162
+ DEFAULT: string;
163
+ };
164
+ BLOCKS_IDS: {
165
+ DETAILS: number;
166
+ DESCRIPTION: number;
167
+ WARRANTY: number;
168
+ RELATED: number;
169
+ BANNERS: number;
170
+ };
171
+ BLOCKS: ({
172
+ id: number;
173
+ name: string;
174
+ icon: {
175
+ type: string;
176
+ size: number;
177
+ };
178
+ enabled: boolean;
179
+ immutable: boolean;
180
+ badge: null;
181
+ } | {
182
+ id: number;
183
+ name: string;
184
+ icon: {
185
+ type: string;
186
+ size: number;
187
+ };
188
+ enabled: boolean;
189
+ immutable: boolean;
190
+ badge: {
191
+ color: string;
192
+ text: string;
193
+ };
194
+ })[];
195
+ };
196
+ };
197
+ /**
198
+ * Constante de configuração de aparência dos componentes (themes)
199
+ */
200
+ declare const APPEARANCE_COMPONENTS: {
201
+ PRODUCT_CARD: {
202
+ RADIUS: {
203
+ KEY: string;
204
+ DEFAULT: string;
205
+ VALUES: {
206
+ label: string;
207
+ value: string;
208
+ }[];
209
+ };
210
+ SHADOW: {
211
+ KEY: string;
212
+ DEFAULT: string;
213
+ VALUES: {
214
+ label: string;
215
+ value: string;
216
+ }[];
217
+ };
218
+ PROPORTION: {
219
+ KEY: string;
220
+ DEFAULT: string;
221
+ VALUES: {
222
+ label: string;
223
+ value: string;
224
+ }[];
225
+ };
226
+ SHOW_BUTTON: {
227
+ KEY: string;
228
+ DEFAULT: string;
229
+ VALUES: string[];
230
+ };
231
+ BORDER: {
232
+ KEY: string;
233
+ DEFAULT: string;
234
+ VALUES: string[];
235
+ };
236
+ };
237
+ BUTTON: {
238
+ RADIUS: {
239
+ KEY: string;
240
+ DEFAULT: string;
241
+ VALUES: {
242
+ label: string;
243
+ value: string;
244
+ }[];
245
+ };
246
+ };
247
+ BUY_BUTTON: {
248
+ LIGHT: {
249
+ COLOR: {
250
+ KEY: string;
251
+ DEFAULT: string;
252
+ };
253
+ };
254
+ DARK: {
255
+ COLOR: {
256
+ KEY: string;
257
+ DEFAULT: string;
258
+ };
259
+ };
260
+ LIGHTTEXT: {
261
+ COLOR: {
262
+ KEY: string;
263
+ DEFAULT: string;
264
+ };
265
+ };
266
+ DARKTEXT: {
267
+ COLOR: {
268
+ KEY: string;
269
+ DEFAULT: string;
270
+ };
271
+ };
272
+ };
273
+ FOOTER: {
274
+ LIGHT: {
275
+ COLOR: {
276
+ KEY: string;
277
+ DEFAULT: string;
278
+ };
279
+ LOGO_FILTER: {
280
+ KEY: string;
281
+ DEFAULT: string;
282
+ VALUES: string[];
283
+ };
284
+ };
285
+ DARK: {
286
+ COLOR: {
287
+ KEY: string;
288
+ DEFAULT: string;
289
+ };
290
+ LOGO_FILTER: {
291
+ KEY: string;
292
+ DEFAULT: string;
293
+ VALUES: string[];
294
+ };
295
+ };
296
+ LIGHTTEXT: {
297
+ COLOR: {
298
+ KEY: string;
299
+ DEFAULT: string;
300
+ };
301
+ };
302
+ DARKTEXT: {
303
+ COLOR: {
304
+ KEY: string;
305
+ DEFAULT: string;
306
+ };
307
+ };
308
+ };
309
+ HEADER: {
310
+ LIGHT: {
311
+ COLOR: {
312
+ KEY: string;
313
+ DEFAULT: string;
314
+ };
315
+ LOGO_FILTER: {
316
+ KEY: string;
317
+ DEFAULT: string;
318
+ VALUES: string[];
319
+ };
320
+ };
321
+ DARK: {
322
+ COLOR: {
323
+ KEY: string;
324
+ DEFAULT: string;
325
+ };
326
+ LOGO_FILTER: {
327
+ KEY: string;
328
+ DEFAULT: string;
329
+ VALUES: string[];
330
+ };
331
+ };
332
+ LIGHTTEXT: {
333
+ COLOR: {
334
+ KEY: string;
335
+ DEFAULT: string;
336
+ };
337
+ };
338
+ DARKTEXT: {
339
+ COLOR: {
340
+ KEY: string;
341
+ DEFAULT: string;
342
+ };
343
+ };
344
+ };
345
+ SUBMENU: {
346
+ LIGHT: {
347
+ COLOR: {
348
+ KEY: string;
349
+ DEFAULT: string;
350
+ };
351
+ };
352
+ DARK: {
353
+ COLOR: {
354
+ KEY: string;
355
+ DEFAULT: 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
+ CART_BUTTON: {
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
+ COMBINAR_PAYMENT: {
398
+ KEY: string;
399
+ DEFAULT: string;
400
+ VALUES: string[];
401
+ };
402
+ COMBINAR_ENTREGA: {
403
+ KEY: string;
404
+ DEFAULT: string;
405
+ VALUES: string[];
406
+ };
407
+ ENVIAR_PEDIDO_WPP: {
408
+ KEY: string;
409
+ DEFAULT: string;
410
+ VALUES: string[];
411
+ };
412
+ BANNERS_ASPECT_RATIO: {
413
+ KEY: string;
414
+ DEFAULT: string;
415
+ VALUES: string[];
416
+ };
417
+ HOME_PAGE_HIGHLIGHT: {
418
+ ENABLED: {
419
+ KEY: string;
420
+ DEFAULT: boolean;
421
+ };
422
+ LIGHT: {
423
+ BACKGROUND_COLOR: {
424
+ KEY: string;
425
+ DEFAULT: string;
426
+ };
427
+ TEXT_COLOR: {
428
+ KEY: string;
429
+ DEFAULT: string;
430
+ };
431
+ TEXT: {
432
+ KEY: string;
433
+ DEFAULT: string;
434
+ };
435
+ };
436
+ };
437
+ };
438
+ /**
439
+ * Constante de configuração de referencia para elementos gerais (any)
440
+ */
441
+ declare const APPEARANCE_ELEMENTS: {
442
+ LOGO: {
443
+ URL: {
444
+ DESKTOP: {
445
+ KEY: string;
446
+ };
447
+ MOBILE: {
448
+ KEY: string;
449
+ };
450
+ };
451
+ TYPE: {
452
+ DESKTOP: {
453
+ KEY: string;
454
+ DEFAULT: string;
455
+ };
456
+ MOBILE: {
457
+ KEY: string;
458
+ DEFAULT: string;
459
+ };
460
+ };
461
+ DESCRIPTION: {
462
+ MOBILE: {
463
+ KEY: string;
464
+ };
465
+ DESKTOP: {
466
+ KEY: string;
467
+ };
468
+ };
469
+ };
470
+ };
471
+ export { APPEARANCE_REFERENCE, APPEARANCE_PAGES, APPEARANCE_COMPONENTS, APPEARANCE_ELEMENTS };