mdz-enum 1.6.19 → 1.6.20
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.
- package/dist/checkout/index.d.ts +33 -33
- package/dist/checkout/index.js +97 -97
- package/dist/commercial/index.d.ts +237 -237
- package/dist/commercial/index.js +578 -578
- package/dist/common/index.d.ts +59 -59
- package/dist/common/index.js +171 -171
- package/dist/config/index.d.ts +181 -181
- package/dist/config/index.js +522 -522
- package/dist/finance/index.d.ts +177 -177
- package/dist/finance/index.js +462 -462
- package/dist/fiscal/index.d.ts +536 -536
- package/dist/fiscal/index.js +1356 -1356
- package/dist/functions.d.ts +11 -11
- package/dist/functions.js +74 -74
- package/dist/general/index.d.ts +265 -265
- package/dist/general/index.js +512 -512
- package/dist/index.d.ts +14 -14
- package/dist/index.js +232 -232
- package/dist/integration/index.d.ts +27 -27
- package/dist/integration/index.js +80 -80
- package/dist/logistics/index.d.ts +142 -142
- package/dist/logistics/index.js +410 -410
- package/dist/marketplace/templates/components/index.d.ts +298 -290
- package/dist/marketplace/templates/components/index.js +322 -311
- package/dist/marketplace/templates/elements/index.d.ts +32 -32
- package/dist/marketplace/templates/elements/index.js +35 -35
- package/dist/marketplace/templates/index.d.ts +517 -507
- package/dist/marketplace/templates/index.js +47 -46
- package/dist/marketplace/templates/pages/index.d.ts +233 -233
- package/dist/marketplace/templates/pages/index.js +413 -413
- package/dist/marketplace/templates/reference/index.d.ts +24 -24
- package/dist/marketplace/templates/reference/index.js +26 -26
- package/dist/people/index.d.ts +50 -50
- package/dist/people/index.js +145 -145
- package/dist/platform/index.d.ts +205 -205
- package/dist/platform/index.js +594 -594
- package/dist/reports/index.d.ts +90 -90
- package/dist/reports/index.js +263 -263
- package/package.json +1 -1
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Referencia da aparencia do logo
|
|
3
|
-
*/
|
|
4
|
-
declare const LOGO: {
|
|
5
|
-
URL: {
|
|
6
|
-
DESKTOP: {
|
|
7
|
-
KEY: string;
|
|
8
|
-
};
|
|
9
|
-
MOBILE: {
|
|
10
|
-
KEY: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
TYPE: {
|
|
14
|
-
DESKTOP: {
|
|
15
|
-
KEY: string;
|
|
16
|
-
DEFAULT: string;
|
|
17
|
-
};
|
|
18
|
-
MOBILE: {
|
|
19
|
-
KEY: string;
|
|
20
|
-
DEFAULT: string;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
DESCRIPTION: {
|
|
24
|
-
MOBILE: {
|
|
25
|
-
KEY: string;
|
|
26
|
-
};
|
|
27
|
-
DESKTOP: {
|
|
28
|
-
KEY: string;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
export { LOGO };
|
|
1
|
+
/**
|
|
2
|
+
* Referencia da aparencia do logo
|
|
3
|
+
*/
|
|
4
|
+
declare const LOGO: {
|
|
5
|
+
URL: {
|
|
6
|
+
DESKTOP: {
|
|
7
|
+
KEY: string;
|
|
8
|
+
};
|
|
9
|
+
MOBILE: {
|
|
10
|
+
KEY: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
TYPE: {
|
|
14
|
+
DESKTOP: {
|
|
15
|
+
KEY: string;
|
|
16
|
+
DEFAULT: string;
|
|
17
|
+
};
|
|
18
|
+
MOBILE: {
|
|
19
|
+
KEY: string;
|
|
20
|
+
DEFAULT: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
DESCRIPTION: {
|
|
24
|
+
MOBILE: {
|
|
25
|
+
KEY: string;
|
|
26
|
+
};
|
|
27
|
+
DESKTOP: {
|
|
28
|
+
KEY: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export { LOGO };
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LOGO = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Referencia da aparencia do logo
|
|
6
|
-
*/
|
|
7
|
-
const LOGO = {
|
|
8
|
-
URL: {
|
|
9
|
-
DESKTOP: {
|
|
10
|
-
KEY: 'logo_desktop',
|
|
11
|
-
},
|
|
12
|
-
MOBILE: {
|
|
13
|
-
KEY: 'logo_mobile',
|
|
14
|
-
},
|
|
15
|
-
},
|
|
16
|
-
TYPE: {
|
|
17
|
-
DESKTOP: {
|
|
18
|
-
KEY: 'logo_type_desktop',
|
|
19
|
-
DEFAULT: '1',
|
|
20
|
-
},
|
|
21
|
-
MOBILE: {
|
|
22
|
-
KEY: 'logo_type_mobile',
|
|
23
|
-
DEFAULT: '0',
|
|
24
|
-
},
|
|
25
|
-
},
|
|
26
|
-
DESCRIPTION: {
|
|
27
|
-
MOBILE: {
|
|
28
|
-
KEY: 'logo_mobile_description',
|
|
29
|
-
},
|
|
30
|
-
DESKTOP: {
|
|
31
|
-
KEY: 'logo_desktop_description',
|
|
32
|
-
},
|
|
33
|
-
},
|
|
34
|
-
};
|
|
35
|
-
exports.LOGO = LOGO;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LOGO = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Referencia da aparencia do logo
|
|
6
|
+
*/
|
|
7
|
+
const LOGO = {
|
|
8
|
+
URL: {
|
|
9
|
+
DESKTOP: {
|
|
10
|
+
KEY: 'logo_desktop',
|
|
11
|
+
},
|
|
12
|
+
MOBILE: {
|
|
13
|
+
KEY: 'logo_mobile',
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
TYPE: {
|
|
17
|
+
DESKTOP: {
|
|
18
|
+
KEY: 'logo_type_desktop',
|
|
19
|
+
DEFAULT: '1',
|
|
20
|
+
},
|
|
21
|
+
MOBILE: {
|
|
22
|
+
KEY: 'logo_type_mobile',
|
|
23
|
+
DEFAULT: '0',
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
DESCRIPTION: {
|
|
27
|
+
MOBILE: {
|
|
28
|
+
KEY: 'logo_mobile_description',
|
|
29
|
+
},
|
|
30
|
+
DESKTOP: {
|
|
31
|
+
KEY: 'logo_desktop_description',
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
exports.LOGO = LOGO;
|