mdz-enum 1.6.56 → 1.6.57
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.
|
@@ -246,6 +246,21 @@ declare const ENVIAR_PEDIDO_WPP: {
|
|
|
246
246
|
DEFAULT: string;
|
|
247
247
|
VALUES: string[];
|
|
248
248
|
};
|
|
249
|
+
declare const LOJA_ATACADISTA: {
|
|
250
|
+
ENABLED: {
|
|
251
|
+
KEY: string;
|
|
252
|
+
DEFAULT: string;
|
|
253
|
+
VALUES: string[];
|
|
254
|
+
};
|
|
255
|
+
MINIMUM_VALUE: {
|
|
256
|
+
KEY: string;
|
|
257
|
+
DEFAULT: string;
|
|
258
|
+
};
|
|
259
|
+
MESSAGE: {
|
|
260
|
+
KEY: string;
|
|
261
|
+
DEFAULT: string;
|
|
262
|
+
};
|
|
263
|
+
};
|
|
249
264
|
declare const COM_GRADE: {
|
|
250
265
|
KEY: string;
|
|
251
266
|
DEFAULT: string;
|
|
@@ -303,4 +318,4 @@ declare const HOME_PAGE_HIGHLIGHT: {
|
|
|
303
318
|
};
|
|
304
319
|
};
|
|
305
320
|
};
|
|
306
|
-
export { PRODUCT_CARD, BUY_BUTTON, BUTTON, FOOTER, HEADER, SUBMENU, CART_BUTTON, COMBINAR_PAYMENT, COMBINAR_ENTREGA, ENVIAR_PEDIDO_WPP, COM_GRADE, CHECKOUT, FORMATO_EXIBICAO, BANNERS_ASPECT_RATIO, IMAGE_DISPLAY, HOME_PAGE_HIGHLIGHT, };
|
|
321
|
+
export { PRODUCT_CARD, BUY_BUTTON, BUTTON, FOOTER, HEADER, SUBMENU, CART_BUTTON, COMBINAR_PAYMENT, COMBINAR_ENTREGA, ENVIAR_PEDIDO_WPP, LOJA_ATACADISTA, COM_GRADE, CHECKOUT, FORMATO_EXIBICAO, BANNERS_ASPECT_RATIO, IMAGE_DISPLAY, HOME_PAGE_HIGHLIGHT, };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.HOME_PAGE_HIGHLIGHT = exports.IMAGE_DISPLAY = exports.BANNERS_ASPECT_RATIO = exports.FORMATO_EXIBICAO = exports.CHECKOUT = exports.COM_GRADE = exports.ENVIAR_PEDIDO_WPP = exports.COMBINAR_ENTREGA = exports.COMBINAR_PAYMENT = exports.CART_BUTTON = exports.SUBMENU = exports.HEADER = exports.FOOTER = exports.BUTTON = exports.BUY_BUTTON = exports.PRODUCT_CARD = void 0;
|
|
3
|
+
exports.HOME_PAGE_HIGHLIGHT = exports.IMAGE_DISPLAY = exports.BANNERS_ASPECT_RATIO = exports.FORMATO_EXIBICAO = exports.CHECKOUT = exports.COM_GRADE = exports.LOJA_ATACADISTA = exports.ENVIAR_PEDIDO_WPP = exports.COMBINAR_ENTREGA = exports.COMBINAR_PAYMENT = exports.CART_BUTTON = exports.SUBMENU = exports.HEADER = exports.FOOTER = exports.BUTTON = exports.BUY_BUTTON = exports.PRODUCT_CARD = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* Referencia de aparencia do rodape
|
|
6
6
|
*/
|
|
@@ -263,6 +263,22 @@ const ENVIAR_PEDIDO_WPP = {
|
|
|
263
263
|
VALUES: ['true', 'false'],
|
|
264
264
|
};
|
|
265
265
|
exports.ENVIAR_PEDIDO_WPP = ENVIAR_PEDIDO_WPP;
|
|
266
|
+
const LOJA_ATACADISTA = {
|
|
267
|
+
ENABLED: {
|
|
268
|
+
KEY: 'loja_atacadista',
|
|
269
|
+
DEFAULT: 'false',
|
|
270
|
+
VALUES: ['true', 'false'],
|
|
271
|
+
},
|
|
272
|
+
MINIMUM_VALUE: {
|
|
273
|
+
KEY: 'loja_atacadista_valor_minimo',
|
|
274
|
+
DEFAULT: '0',
|
|
275
|
+
},
|
|
276
|
+
MESSAGE: {
|
|
277
|
+
KEY: 'loja_atacadista_mensagem',
|
|
278
|
+
DEFAULT: '',
|
|
279
|
+
},
|
|
280
|
+
};
|
|
281
|
+
exports.LOJA_ATACADISTA = LOJA_ATACADISTA;
|
|
266
282
|
const COM_GRADE = {
|
|
267
283
|
KEY: 'com_grade',
|
|
268
284
|
DEFAULT: 'true',
|
|
@@ -22,9 +22,6 @@ declare const APPEARANCE_PAGES: {
|
|
|
22
22
|
DEFAULT: string;
|
|
23
23
|
};
|
|
24
24
|
HOME_PAGE_CATEGORY_SIZE: {
|
|
25
|
-
/**
|
|
26
|
-
* Constante de configuração de aparência dos componentes (themes)
|
|
27
|
-
*/
|
|
28
25
|
KEY: string;
|
|
29
26
|
DEFAULT: string;
|
|
30
27
|
};
|
|
@@ -319,6 +316,9 @@ declare const APPEARANCE_COMPONENTS: {
|
|
|
319
316
|
VALUES: string[];
|
|
320
317
|
};
|
|
321
318
|
};
|
|
319
|
+
/**
|
|
320
|
+
* Constante de configuração de aparência dos componentes (themes)
|
|
321
|
+
*/
|
|
322
322
|
LIGHTTEXT: {
|
|
323
323
|
COLOR: {
|
|
324
324
|
KEY: string;
|
|
@@ -435,6 +435,21 @@ declare const APPEARANCE_COMPONENTS: {
|
|
|
435
435
|
DEFAULT: string;
|
|
436
436
|
VALUES: string[];
|
|
437
437
|
};
|
|
438
|
+
LOJA_ATACADISTA: {
|
|
439
|
+
ENABLED: {
|
|
440
|
+
KEY: string;
|
|
441
|
+
DEFAULT: string;
|
|
442
|
+
VALUES: string[];
|
|
443
|
+
};
|
|
444
|
+
MINIMUM_VALUE: {
|
|
445
|
+
KEY: string;
|
|
446
|
+
DEFAULT: string;
|
|
447
|
+
};
|
|
448
|
+
MESSAGE: {
|
|
449
|
+
KEY: string;
|
|
450
|
+
DEFAULT: string;
|
|
451
|
+
};
|
|
452
|
+
};
|
|
438
453
|
COM_GRADE: {
|
|
439
454
|
KEY: string;
|
|
440
455
|
DEFAULT: string;
|
|
@@ -31,6 +31,7 @@ const APPEARANCE_COMPONENTS = {
|
|
|
31
31
|
COMBINAR_PAYMENT: components_1.COMBINAR_PAYMENT,
|
|
32
32
|
COMBINAR_ENTREGA: components_1.COMBINAR_ENTREGA,
|
|
33
33
|
ENVIAR_PEDIDO_WPP: components_1.ENVIAR_PEDIDO_WPP,
|
|
34
|
+
LOJA_ATACADISTA: components_1.LOJA_ATACADISTA,
|
|
34
35
|
COM_GRADE: components_1.COM_GRADE,
|
|
35
36
|
CHECKOUT: components_1.CHECKOUT,
|
|
36
37
|
FORMATO_EXIBICAO: components_1.FORMATO_EXIBICAO,
|