mdz-enum 1.5.85 → 1.5.87

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 +176 -176
  9. package/dist/config/index.js +507 -507
  10. package/dist/finance/index.d.ts +172 -171
  11. package/dist/finance/index.js +448 -445
  12. package/dist/fiscal/index.d.ts +491 -486
  13. package/dist/fiscal/index.js +1221 -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 +221 -220
  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 -468
  29. package/dist/marketplace/templates/index.js +44 -44
  30. package/dist/marketplace/templates/pages/index.d.ts +207 -207
  31. package/dist/marketplace/templates/pages/index.js +383 -383
  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 +202 -202
  37. package/dist/platform/index.js +585 -585
  38. package/dist/reports/index.d.ts +57 -57
  39. package/dist/reports/index.js +168 -168
  40. package/package.json +33 -33
@@ -1,383 +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_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;
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;