mdz-enum 1.5.78 → 1.5.79

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 +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 +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,373 @@
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_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;