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,443 +1,443 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PRODUCT_PAGE = exports.HOME_PAGE = void 0;
4
- const DEFAULT_ICON_SIZE = 32;
5
- /** Referencia da aparencia na pagina inicial */
6
- const HOME_PAGE = {
7
- ID: 1,
8
- /**
9
- * Blocos disponiveis na pagina
10
- */
11
- ORDER: {
12
- KEY: 'home_page_blocks',
13
- DEFAULT: '1,3,4,5,6,11',
14
- },
15
- HOME_PAGE_CATEGORY: {
16
- KEY: 'home_page_categories',
17
- DEFAULT: '',
18
- },
19
- HOME_PAGE_CATEGORY_TITLE: {
20
- KEY: 'home_page_categories_title',
21
- DEFAULT: '',
22
- },
23
- HOME_PAGE_CATEGORY_SHAPE: {
24
- KEY: 'home_page_categories_shape',
25
- DEFAULT: 'square', // 'square' | 'round'
26
- },
27
- HOME_PAGE_CATEGORY_SIZE: {
28
- KEY: 'home_page_categories_size',
29
- DEFAULT: 'small', // 'small' | 'medium' | 'large'
30
- },
31
- HOME_PAGE_CATEGORY_BORDER: {
32
- KEY: 'home_page_categories_border',
33
- DEFAULT: 'none',
34
- VALUES: ['none', 'solid'],
35
- },
36
- HOME_PAGE_BRANDS: {
37
- KEY: 'home_page_brands',
38
- DEFAULT: '',
39
- },
40
- HOME_PAGE_BRANDS_TITLE: {
41
- KEY: 'home_page_brands_title',
42
- DEFAULT: '',
43
- },
44
- HOME_PAGE_BRANDS_SHAPE: {
45
- KEY: 'home_page_brands_shape',
46
- DEFAULT: 'square', // 'square' | 'round'
47
- },
48
- HOME_PAGE_BRANDS_SIZE: {
49
- KEY: 'home_page_brands_size',
50
- DEFAULT: 'small', // 'small' | 'medium' | 'large'
51
- },
52
- HOME_PAGE_BRANDS_BORDER: {
53
- KEY: 'home_page_brands_border',
54
- DEFAULT: 'none',
55
- VALUES: ['none', 'solid'],
56
- },
57
- /**
58
- * Produtos selecionados (1)
59
- */
60
- HOME_PAGE_SELECTED_PRODUCTS_ONE: {
61
- KEY: 'home_page_selected_one_products',
62
- DEFAULT: '',
63
- },
64
- HOME_PAGE_SELECTED_PRODUCTS_ONE_TITLE: {
65
- KEY: 'home_page_selected_products_one_title',
66
- DEFAULT: '',
67
- },
68
- /**
69
- * Produtos selecionados (2)
70
- */
71
- HOME_PAGE_SELECTED_PRODUCTS_TWO: {
72
- KEY: 'home_page_selected_two_products',
73
- DEFAULT: '',
74
- },
75
- HOME_PAGE_SELECTED_PRODUCTS_TWO_TITLE: {
76
- KEY: 'home_page_selected_products_two_title',
77
- DEFAULT: '',
78
- },
79
- /**
80
- * Produtos em destaque
81
- */
82
- HOME_PAGE_FEATURED_PRODUCTS: {
83
- KEY: 'home_page_featured_products',
84
- DEFAULT: '',
85
- },
86
- // ==== BANNERS EXTRAS (1) ====
87
- HOME_PAGE_BANNERS_EXTRA_1_COLUMNS: {
88
- KEY: 'home_page_banners_extra_1_columns',
89
- DEFAULT: '3',
90
- VALUES: ['1', '2', '3'],
91
- },
92
- HOME_PAGE_BANNERS_EXTRA_1_SIZE: {
93
- KEY: 'home_page_banners_extra_1_size',
94
- DEFAULT: 'medium',
95
- VALUES: ['small', 'medium', 'large'],
96
- },
97
- HOME_PAGE_BANNERS_EXTRA_1_SHAPE: {
98
- // cantos
99
- KEY: 'home_page_banners_extra_1_shape',
100
- DEFAULT: 'soft',
101
- VALUES: ['square', 'soft', 'round'],
102
- },
103
- HOME_PAGE_BANNERS_EXTRA_1_ORIENTATION: {
104
- KEY: 'home_page_banners_extra_1_orientation',
105
- DEFAULT: 'horizontal',
106
- VALUES: ['horizontal', 'vertical'],
107
- },
108
- // ==== BANNERS EXTRAS (2) ====
109
- HOME_PAGE_BANNERS_EXTRA_2_COLUMNS: {
110
- KEY: 'home_page_banners_extra_2_columns',
111
- DEFAULT: '3',
112
- VALUES: ['1', '2', '3'],
113
- },
114
- HOME_PAGE_BANNERS_EXTRA_2_SIZE: {
115
- KEY: 'home_page_banners_extra_2_size',
116
- DEFAULT: 'medium',
117
- VALUES: ['small', 'medium', 'large'],
118
- },
119
- HOME_PAGE_BANNERS_EXTRA_2_SHAPE: {
120
- KEY: 'home_page_banners_extra_2_shape',
121
- DEFAULT: 'soft',
122
- VALUES: ['square', 'soft', 'round'],
123
- },
124
- HOME_PAGE_BANNERS_EXTRA_2_ORIENTATION: {
125
- KEY: 'home_page_banners_extra_2_orientation',
126
- DEFAULT: 'horizontal',
127
- VALUES: ['horizontal', 'vertical'],
128
- },
129
- HOME_PAGE_BANNERS_COLLECTION_COLUMNS: {
130
- KEY: 'home_page_banners_collection_columns',
131
- DEFAULT: '3',
132
- VALUES: ['1', '2', '3'],
133
- },
134
- HOME_PAGE_BANNERS_COLLECTION_SIZE: {
135
- KEY: 'home_page_banners_collection_size',
136
- DEFAULT: 'medium',
137
- VALUES: ['small', 'medium', 'large'],
138
- },
139
- HOME_PAGE_BANNERS_COLLECTION_SHAPE: {
140
- KEY: 'home_page_banners_collection_shape',
141
- DEFAULT: 'soft',
142
- VALUES: ['square', 'soft', 'round'],
143
- },
144
- HOME_PAGE_BANNERS_COLLECTION_ORIENTATION: {
145
- KEY: 'home_page_banners_collection_orientation',
146
- DEFAULT: 'horizontal',
147
- VALUES: ['horizontal', 'vertical'],
148
- },
149
- BLOCK_IDS: {
150
- BANNERS: 1,
151
- BANNERS_EXTRA_1: 12,
152
- BANNERS_EXTRA_2: 13,
153
- BANNERS_COLLECTION: 14,
154
- CATEGORIES: 2,
155
- PROMOTIONS: 3,
156
- LATEST: 4,
157
- BEST_SELLERS: 5,
158
- MOST_VIEWED: 6,
159
- SELECTED_PRODUCTS_ONE: 7,
160
- SELECTED_BRANDS: 9,
161
- SELECTED_PRODUCTS_TWO: 10,
162
- FEATURED_PRODUCTS: 11,
163
- },
164
- BLOCKS: [
165
- {
166
- id: 1,
167
- name: 'Banners principais',
168
- icon: { type: 'FaImages', size: DEFAULT_ICON_SIZE },
169
- enabled: true,
170
- immutable: true,
171
- configurable: true,
172
- badge: null,
173
- },
174
- {
175
- id: 12,
176
- name: 'Banners extras (1)',
177
- icon: { type: 'FaImages', size: DEFAULT_ICON_SIZE },
178
- enabled: true,
179
- immutable: false,
180
- configurable: true,
181
- badge: null,
182
- },
183
- {
184
- id: 13,
185
- name: 'Banners extras (2)',
186
- icon: { type: 'FaImages', size: DEFAULT_ICON_SIZE },
187
- enabled: true,
188
- immutable: false,
189
- configurable: true,
190
- badge: null,
191
- },
192
- {
193
- id: 14,
194
- name: 'Banners de Coleção',
195
- icon: { type: 'FaImages', size: DEFAULT_ICON_SIZE },
196
- enabled: true,
197
- immutable: false,
198
- configurable: true,
199
- badge: null,
200
- },
201
- {
202
- id: 2,
203
- name: 'Categorias selecionadas',
204
- icon: {
205
- type: 'Fatypes',
206
- size: DEFAULT_ICON_SIZE,
207
- },
208
- enabled: true,
209
- immutable: false,
210
- configurable: true,
211
- badge: {
212
- color: 'success',
213
- text: 'Novo',
214
- },
215
- },
216
- {
217
- id: 3,
218
- name: 'Produtos em promoção',
219
- icon: {
220
- type: 'FaBagShopping',
221
- size: DEFAULT_ICON_SIZE,
222
- },
223
- enabled: true,
224
- immutable: false,
225
- configurable: false,
226
- badge: null,
227
- },
228
- {
229
- id: 4,
230
- name: 'Últimos lançamentos',
231
- icon: {
232
- type: 'FaBagShopping',
233
- size: DEFAULT_ICON_SIZE,
234
- },
235
- enabled: true,
236
- immutable: false,
237
- configurable: false,
238
- badge: null,
239
- },
240
- {
241
- id: 5,
242
- name: 'Produtos mais vendidos',
243
- icon: {
244
- type: 'FaBagShopping',
245
- size: DEFAULT_ICON_SIZE,
246
- },
247
- enabled: false,
248
- immutable: false,
249
- configurable: false,
250
- badge: {
251
- color: 'info',
252
- text: 'Em breve',
253
- },
254
- },
255
- {
256
- id: 6,
257
- name: 'Produtos mais vistos',
258
- icon: {
259
- type: 'FaBagShopping',
260
- size: DEFAULT_ICON_SIZE,
261
- },
262
- enabled: false,
263
- immutable: false,
264
- configurable: false,
265
- badge: {
266
- color: 'info',
267
- text: 'Em breve',
268
- },
269
- },
270
- {
271
- id: 7,
272
- name: 'Produtos selecionados (1)',
273
- icon: {
274
- type: 'FaBagShopping',
275
- size: DEFAULT_ICON_SIZE,
276
- },
277
- enabled: true,
278
- immutable: false,
279
- configurable: true,
280
- badge: {
281
- color: 'success',
282
- text: 'Novo',
283
- },
284
- },
285
- {
286
- id: 9,
287
- name: 'Marcas selecionadas',
288
- icon: {
289
- type: 'Fatypes',
290
- size: DEFAULT_ICON_SIZE,
291
- },
292
- enabled: true,
293
- immutable: false,
294
- configurable: true,
295
- badge: {
296
- color: 'success',
297
- text: 'Novo',
298
- },
299
- },
300
- {
301
- id: 10,
302
- name: 'Produtos selecionados (2)',
303
- icon: {
304
- type: 'FaBagShopping',
305
- size: DEFAULT_ICON_SIZE,
306
- },
307
- enabled: true,
308
- immutable: false,
309
- configurable: true,
310
- badge: {
311
- color: 'success',
312
- text: 'Novo',
313
- },
314
- },
315
- {
316
- id: 11,
317
- name: 'Produtos em destaque',
318
- icon: {
319
- type: 'FaBagShopping',
320
- size: DEFAULT_ICON_SIZE,
321
- },
322
- enabled: true,
323
- immutable: false,
324
- configurable: false,
325
- badge: {
326
- color: 'success',
327
- text: 'Novo',
328
- },
329
- },
330
- ],
331
- };
332
- exports.HOME_PAGE = HOME_PAGE;
333
- /**
334
- * Referencia da aparencia na pagina de produto
335
- */
336
- const PRODUCT_PAGE = {
337
- ID: 2,
338
- /**
339
- * Blocos disponiveis na pagina
340
- */
341
- ORDER: {
342
- KEY: 'product_page_blocks',
343
- DEFAULT: '1,2,3,4,5',
344
- },
345
- PRODUCT_PAGE_ATTRIBUTES_TITLE: {
346
- KEY: 'product_page_attributes_title',
347
- DEFAULT: 'Atributos do Produto',
348
- },
349
- PRODUCT_PAGE_RELATED_TITLE: {
350
- KEY: 'product_page_related_title',
351
- DEFAULT: 'Produtos Relacionados',
352
- },
353
- PRODUCT_PAGE_DESCRIPTION_TITLE: {
354
- KEY: 'product_page_description_title',
355
- DEFAULT: 'Descrição do Produto',
356
- },
357
- BLOCKS_IDS: {
358
- DETAILS: 1,
359
- DESCRIPTION: 2,
360
- WARRANTY: 3,
361
- RELATED: 4,
362
- BANNERS: 5,
363
- ATTRIBUTES: 6,
364
- },
365
- BLOCKS: [
366
- {
367
- id: 1,
368
- name: 'Detalhes do produto',
369
- icon: {
370
- type: 'FaTag',
371
- size: DEFAULT_ICON_SIZE,
372
- },
373
- enabled: true,
374
- immutable: true,
375
- badge: null,
376
- },
377
- {
378
- id: 2,
379
- name: 'Descrição do produto',
380
- icon: {
381
- type: 'Fatypes',
382
- size: DEFAULT_ICON_SIZE,
383
- },
384
- enabled: true,
385
- immutable: false,
386
- configurable: true,
387
- badge: null,
388
- },
389
- {
390
- id: 3,
391
- name: 'Garantia do produto',
392
- icon: {
393
- type: 'FaTimeline',
394
- size: DEFAULT_ICON_SIZE,
395
- },
396
- enabled: true,
397
- immutable: false,
398
- badge: null,
399
- },
400
- {
401
- id: 4,
402
- name: 'Produtos relacionados',
403
- icon: {
404
- type: 'FaBagShopping',
405
- size: DEFAULT_ICON_SIZE,
406
- },
407
- enabled: true,
408
- immutable: false,
409
- configurable: true,
410
- badge: null,
411
- },
412
- // {
413
- // id: 5,
414
- // name: 'Banners personalizados',
415
- // icon: {
416
- // type: 'FaImages',
417
- // size: DEFAULT_ICON_SIZE,
418
- // },
419
- // enabled: false,
420
- // immutable: false,
421
- // badge: {
422
- // color: 'info',
423
- // text: 'Em breve',
424
- // },
425
- // },
426
- {
427
- id: 6,
428
- name: 'Atributos do produto',
429
- icon: {
430
- type: 'FaBagShopping',
431
- size: DEFAULT_ICON_SIZE,
432
- },
433
- enabled: true,
434
- immutable: false,
435
- configurable: true,
436
- badge: {
437
- color: 'success',
438
- text: 'Novo',
439
- },
440
- },
441
- ],
442
- };
443
- exports.PRODUCT_PAGE = PRODUCT_PAGE;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PRODUCT_PAGE = exports.HOME_PAGE = void 0;
4
+ const DEFAULT_ICON_SIZE = 32;
5
+ /** Referencia da aparencia na pagina inicial */
6
+ const HOME_PAGE = {
7
+ ID: 1,
8
+ /**
9
+ * Blocos disponiveis na pagina
10
+ */
11
+ ORDER: {
12
+ KEY: 'home_page_blocks',
13
+ DEFAULT: '1,3,4,5,6,11',
14
+ },
15
+ HOME_PAGE_CATEGORY: {
16
+ KEY: 'home_page_categories',
17
+ DEFAULT: '',
18
+ },
19
+ HOME_PAGE_CATEGORY_TITLE: {
20
+ KEY: 'home_page_categories_title',
21
+ DEFAULT: '',
22
+ },
23
+ HOME_PAGE_CATEGORY_SHAPE: {
24
+ KEY: 'home_page_categories_shape',
25
+ DEFAULT: 'square', // 'square' | 'round'
26
+ },
27
+ HOME_PAGE_CATEGORY_SIZE: {
28
+ KEY: 'home_page_categories_size',
29
+ DEFAULT: 'small', // 'small' | 'medium' | 'large'
30
+ },
31
+ HOME_PAGE_CATEGORY_BORDER: {
32
+ KEY: 'home_page_categories_border',
33
+ DEFAULT: 'none', // 'none' | 'solid'
34
+ VALUES: ['none', 'solid'],
35
+ },
36
+ HOME_PAGE_BRANDS: {
37
+ KEY: 'home_page_brands',
38
+ DEFAULT: '',
39
+ },
40
+ HOME_PAGE_BRANDS_TITLE: {
41
+ KEY: 'home_page_brands_title',
42
+ DEFAULT: '',
43
+ },
44
+ HOME_PAGE_BRANDS_SHAPE: {
45
+ KEY: 'home_page_brands_shape',
46
+ DEFAULT: 'square', // 'square' | 'round'
47
+ },
48
+ HOME_PAGE_BRANDS_SIZE: {
49
+ KEY: 'home_page_brands_size',
50
+ DEFAULT: 'small', // 'small' | 'medium' | 'large'
51
+ },
52
+ HOME_PAGE_BRANDS_BORDER: {
53
+ KEY: 'home_page_brands_border',
54
+ DEFAULT: 'none', // 'none' | 'solid'
55
+ VALUES: ['none', 'solid'],
56
+ },
57
+ /**
58
+ * Produtos selecionados (1)
59
+ */
60
+ HOME_PAGE_SELECTED_PRODUCTS_ONE: {
61
+ KEY: 'home_page_selected_one_products',
62
+ DEFAULT: '',
63
+ },
64
+ HOME_PAGE_SELECTED_PRODUCTS_ONE_TITLE: {
65
+ KEY: 'home_page_selected_products_one_title',
66
+ DEFAULT: '',
67
+ },
68
+ /**
69
+ * Produtos selecionados (2)
70
+ */
71
+ HOME_PAGE_SELECTED_PRODUCTS_TWO: {
72
+ KEY: 'home_page_selected_two_products',
73
+ DEFAULT: '',
74
+ },
75
+ HOME_PAGE_SELECTED_PRODUCTS_TWO_TITLE: {
76
+ KEY: 'home_page_selected_products_two_title',
77
+ DEFAULT: '',
78
+ },
79
+ /**
80
+ * Produtos em destaque
81
+ */
82
+ HOME_PAGE_FEATURED_PRODUCTS: {
83
+ KEY: 'home_page_featured_products',
84
+ DEFAULT: '',
85
+ },
86
+ // ==== BANNERS EXTRAS (1) ====
87
+ HOME_PAGE_BANNERS_EXTRA_1_COLUMNS: {
88
+ KEY: 'home_page_banners_extra_1_columns',
89
+ DEFAULT: '3',
90
+ VALUES: ['1', '2', '3'],
91
+ },
92
+ HOME_PAGE_BANNERS_EXTRA_1_SIZE: {
93
+ KEY: 'home_page_banners_extra_1_size',
94
+ DEFAULT: 'medium',
95
+ VALUES: ['small', 'medium', 'large'],
96
+ },
97
+ HOME_PAGE_BANNERS_EXTRA_1_SHAPE: {
98
+ // cantos
99
+ KEY: 'home_page_banners_extra_1_shape',
100
+ DEFAULT: 'soft',
101
+ VALUES: ['square', 'soft', 'round'],
102
+ },
103
+ HOME_PAGE_BANNERS_EXTRA_1_ORIENTATION: {
104
+ KEY: 'home_page_banners_extra_1_orientation',
105
+ DEFAULT: 'horizontal',
106
+ VALUES: ['horizontal', 'vertical'],
107
+ },
108
+ // ==== BANNERS EXTRAS (2) ====
109
+ HOME_PAGE_BANNERS_EXTRA_2_COLUMNS: {
110
+ KEY: 'home_page_banners_extra_2_columns',
111
+ DEFAULT: '3',
112
+ VALUES: ['1', '2', '3'],
113
+ },
114
+ HOME_PAGE_BANNERS_EXTRA_2_SIZE: {
115
+ KEY: 'home_page_banners_extra_2_size',
116
+ DEFAULT: 'medium',
117
+ VALUES: ['small', 'medium', 'large'],
118
+ },
119
+ HOME_PAGE_BANNERS_EXTRA_2_SHAPE: {
120
+ KEY: 'home_page_banners_extra_2_shape',
121
+ DEFAULT: 'soft',
122
+ VALUES: ['square', 'soft', 'round'],
123
+ },
124
+ HOME_PAGE_BANNERS_EXTRA_2_ORIENTATION: {
125
+ KEY: 'home_page_banners_extra_2_orientation',
126
+ DEFAULT: 'horizontal',
127
+ VALUES: ['horizontal', 'vertical'],
128
+ },
129
+ HOME_PAGE_BANNERS_COLLECTION_COLUMNS: {
130
+ KEY: 'home_page_banners_collection_columns',
131
+ DEFAULT: '3',
132
+ VALUES: ['1', '2', '3'],
133
+ },
134
+ HOME_PAGE_BANNERS_COLLECTION_SIZE: {
135
+ KEY: 'home_page_banners_collection_size',
136
+ DEFAULT: 'medium',
137
+ VALUES: ['small', 'medium', 'large'],
138
+ },
139
+ HOME_PAGE_BANNERS_COLLECTION_SHAPE: {
140
+ KEY: 'home_page_banners_collection_shape',
141
+ DEFAULT: 'soft',
142
+ VALUES: ['square', 'soft', 'round'],
143
+ },
144
+ HOME_PAGE_BANNERS_COLLECTION_ORIENTATION: {
145
+ KEY: 'home_page_banners_collection_orientation',
146
+ DEFAULT: 'horizontal',
147
+ VALUES: ['horizontal', 'vertical'],
148
+ },
149
+ BLOCK_IDS: {
150
+ BANNERS: 1,
151
+ BANNERS_EXTRA_1: 12,
152
+ BANNERS_EXTRA_2: 13,
153
+ BANNERS_COLLECTION: 14,
154
+ CATEGORIES: 2,
155
+ PROMOTIONS: 3,
156
+ LATEST: 4,
157
+ BEST_SELLERS: 5,
158
+ MOST_VIEWED: 6,
159
+ SELECTED_PRODUCTS_ONE: 7,
160
+ SELECTED_BRANDS: 9,
161
+ SELECTED_PRODUCTS_TWO: 10,
162
+ FEATURED_PRODUCTS: 11,
163
+ },
164
+ BLOCKS: [
165
+ {
166
+ id: 1,
167
+ name: 'Banners principais',
168
+ icon: { type: 'FaImages', size: DEFAULT_ICON_SIZE },
169
+ enabled: true,
170
+ immutable: true,
171
+ configurable: true,
172
+ badge: null,
173
+ },
174
+ {
175
+ id: 12,
176
+ name: 'Banners extras (1)',
177
+ icon: { type: 'FaImages', size: DEFAULT_ICON_SIZE },
178
+ enabled: true,
179
+ immutable: false,
180
+ configurable: true,
181
+ badge: null,
182
+ },
183
+ {
184
+ id: 13,
185
+ name: 'Banners extras (2)',
186
+ icon: { type: 'FaImages', size: DEFAULT_ICON_SIZE },
187
+ enabled: true,
188
+ immutable: false,
189
+ configurable: true,
190
+ badge: null,
191
+ },
192
+ {
193
+ id: 14,
194
+ name: 'Banners de Coleção',
195
+ icon: { type: 'FaImages', size: DEFAULT_ICON_SIZE },
196
+ enabled: true,
197
+ immutable: false,
198
+ configurable: true,
199
+ badge: null,
200
+ },
201
+ {
202
+ id: 2,
203
+ name: 'Categorias selecionadas',
204
+ icon: {
205
+ type: 'Fatypes',
206
+ size: DEFAULT_ICON_SIZE,
207
+ },
208
+ enabled: true,
209
+ immutable: false,
210
+ configurable: true,
211
+ badge: {
212
+ color: 'success',
213
+ text: 'Novo',
214
+ },
215
+ },
216
+ {
217
+ id: 3,
218
+ name: 'Produtos em promoção',
219
+ icon: {
220
+ type: 'FaBagShopping',
221
+ size: DEFAULT_ICON_SIZE,
222
+ },
223
+ enabled: true,
224
+ immutable: false,
225
+ configurable: false,
226
+ badge: null,
227
+ },
228
+ {
229
+ id: 4,
230
+ name: 'Últimos lançamentos',
231
+ icon: {
232
+ type: 'FaBagShopping',
233
+ size: DEFAULT_ICON_SIZE,
234
+ },
235
+ enabled: true,
236
+ immutable: false,
237
+ configurable: false,
238
+ badge: null,
239
+ },
240
+ {
241
+ id: 5,
242
+ name: 'Produtos mais vendidos',
243
+ icon: {
244
+ type: 'FaBagShopping',
245
+ size: DEFAULT_ICON_SIZE,
246
+ },
247
+ enabled: false,
248
+ immutable: false,
249
+ configurable: false,
250
+ badge: {
251
+ color: 'info',
252
+ text: 'Em breve',
253
+ },
254
+ },
255
+ {
256
+ id: 6,
257
+ name: 'Produtos mais vistos',
258
+ icon: {
259
+ type: 'FaBagShopping',
260
+ size: DEFAULT_ICON_SIZE,
261
+ },
262
+ enabled: false,
263
+ immutable: false,
264
+ configurable: false,
265
+ badge: {
266
+ color: 'info',
267
+ text: 'Em breve',
268
+ },
269
+ },
270
+ {
271
+ id: 7,
272
+ name: 'Produtos selecionados (1)',
273
+ icon: {
274
+ type: 'FaBagShopping',
275
+ size: DEFAULT_ICON_SIZE,
276
+ },
277
+ enabled: true,
278
+ immutable: false,
279
+ configurable: true,
280
+ badge: {
281
+ color: 'success',
282
+ text: 'Novo',
283
+ },
284
+ },
285
+ {
286
+ id: 9,
287
+ name: 'Marcas selecionadas',
288
+ icon: {
289
+ type: 'Fatypes',
290
+ size: DEFAULT_ICON_SIZE,
291
+ },
292
+ enabled: true,
293
+ immutable: false,
294
+ configurable: true,
295
+ badge: {
296
+ color: 'success',
297
+ text: 'Novo',
298
+ },
299
+ },
300
+ {
301
+ id: 10,
302
+ name: 'Produtos selecionados (2)',
303
+ icon: {
304
+ type: 'FaBagShopping',
305
+ size: DEFAULT_ICON_SIZE,
306
+ },
307
+ enabled: true,
308
+ immutable: false,
309
+ configurable: true,
310
+ badge: {
311
+ color: 'success',
312
+ text: 'Novo',
313
+ },
314
+ },
315
+ {
316
+ id: 11,
317
+ name: 'Produtos em destaque',
318
+ icon: {
319
+ type: 'FaBagShopping',
320
+ size: DEFAULT_ICON_SIZE,
321
+ },
322
+ enabled: true,
323
+ immutable: false,
324
+ configurable: false,
325
+ badge: {
326
+ color: 'success',
327
+ text: 'Novo',
328
+ },
329
+ },
330
+ ],
331
+ };
332
+ exports.HOME_PAGE = HOME_PAGE;
333
+ /**
334
+ * Referencia da aparencia na pagina de produto
335
+ */
336
+ const PRODUCT_PAGE = {
337
+ ID: 2,
338
+ /**
339
+ * Blocos disponiveis na pagina
340
+ */
341
+ ORDER: {
342
+ KEY: 'product_page_blocks',
343
+ DEFAULT: '1,2,3,4,5',
344
+ },
345
+ PRODUCT_PAGE_ATTRIBUTES_TITLE: {
346
+ KEY: 'product_page_attributes_title',
347
+ DEFAULT: 'Atributos do Produto',
348
+ },
349
+ PRODUCT_PAGE_RELATED_TITLE: {
350
+ KEY: 'product_page_related_title',
351
+ DEFAULT: 'Produtos Relacionados',
352
+ },
353
+ PRODUCT_PAGE_DESCRIPTION_TITLE: {
354
+ KEY: 'product_page_description_title',
355
+ DEFAULT: 'Descrição do Produto',
356
+ },
357
+ BLOCKS_IDS: {
358
+ DETAILS: 1,
359
+ DESCRIPTION: 2,
360
+ WARRANTY: 3,
361
+ RELATED: 4,
362
+ BANNERS: 5,
363
+ ATTRIBUTES: 6,
364
+ },
365
+ BLOCKS: [
366
+ {
367
+ id: 1,
368
+ name: 'Detalhes do produto',
369
+ icon: {
370
+ type: 'FaTag',
371
+ size: DEFAULT_ICON_SIZE,
372
+ },
373
+ enabled: true,
374
+ immutable: true,
375
+ badge: null,
376
+ },
377
+ {
378
+ id: 2,
379
+ name: 'Descrição do produto',
380
+ icon: {
381
+ type: 'Fatypes',
382
+ size: DEFAULT_ICON_SIZE,
383
+ },
384
+ enabled: true,
385
+ immutable: false,
386
+ configurable: true,
387
+ badge: null,
388
+ },
389
+ {
390
+ id: 3,
391
+ name: 'Garantia do produto',
392
+ icon: {
393
+ type: 'FaTimeline',
394
+ size: DEFAULT_ICON_SIZE,
395
+ },
396
+ enabled: true,
397
+ immutable: false,
398
+ badge: null,
399
+ },
400
+ {
401
+ id: 4,
402
+ name: 'Produtos relacionados',
403
+ icon: {
404
+ type: 'FaBagShopping',
405
+ size: DEFAULT_ICON_SIZE,
406
+ },
407
+ enabled: true,
408
+ immutable: false,
409
+ configurable: true,
410
+ badge: null,
411
+ },
412
+ // {
413
+ // id: 5,
414
+ // name: 'Banners personalizados',
415
+ // icon: {
416
+ // type: 'FaImages',
417
+ // size: DEFAULT_ICON_SIZE,
418
+ // },
419
+ // enabled: false,
420
+ // immutable: false,
421
+ // badge: {
422
+ // color: 'info',
423
+ // text: 'Em breve',
424
+ // },
425
+ // },
426
+ {
427
+ id: 6,
428
+ name: 'Atributos do produto',
429
+ icon: {
430
+ type: 'FaBagShopping',
431
+ size: DEFAULT_ICON_SIZE,
432
+ },
433
+ enabled: true,
434
+ immutable: false,
435
+ configurable: true,
436
+ badge: {
437
+ color: 'success',
438
+ text: 'Novo',
439
+ },
440
+ },
441
+ ],
442
+ };
443
+ exports.PRODUCT_PAGE = PRODUCT_PAGE;