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