mdz-enum 1.3.9 → 1.4.1

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 (37) hide show
  1. package/dist/checkout/index.d.ts +28 -28
  2. package/dist/checkout/index.js +83 -83
  3. package/dist/commercial/index.d.ts +221 -221
  4. package/dist/commercial/index.js +532 -532
  5. package/dist/common/index.d.ts +42 -42
  6. package/dist/common/index.js +123 -123
  7. package/dist/config/index.d.ts +137 -137
  8. package/dist/config/index.js +392 -392
  9. package/dist/finance/index.d.ts +164 -164
  10. package/dist/finance/index.js +425 -425
  11. package/dist/fiscal/index.d.ts +459 -454
  12. package/dist/fiscal/index.js +1150 -1136
  13. package/dist/functions.d.ts +11 -11
  14. package/dist/functions.js +74 -74
  15. package/dist/general/index.d.ts +237 -237
  16. package/dist/general/index.js +432 -432
  17. package/dist/index.d.ts +14 -14
  18. package/dist/index.js +199 -198
  19. package/dist/integration/index.d.ts +19 -19
  20. package/dist/integration/index.js +57 -57
  21. package/dist/logistics/index.d.ts +119 -119
  22. package/dist/logistics/index.js +345 -345
  23. package/dist/marketplace/templates/components/index.d.ts +189 -189
  24. package/dist/marketplace/templates/components/index.js +201 -201
  25. package/dist/marketplace/templates/index.d.ts +240 -245
  26. package/dist/marketplace/templates/index.js +31 -31
  27. package/dist/marketplace/templates/pages/index.d.ts +81 -81
  28. package/dist/marketplace/templates/pages/index.js +197 -197
  29. package/dist/marketplace/templates/reference/index.d.ts +16 -16
  30. package/dist/marketplace/templates/reference/index.js +18 -18
  31. package/dist/people/index.d.ts +35 -35
  32. package/dist/people/index.js +102 -102
  33. package/dist/platform/index.d.ts +177 -177
  34. package/dist/platform/index.js +514 -514
  35. package/dist/reports/index.d.ts +46 -46
  36. package/dist/reports/index.js +136 -136
  37. package/package.json +1 -1
@@ -1,81 +1,81 @@
1
- /** Referencia da aparencia na pagina inicial */
2
- declare const HOME_PAGE: {
3
- ID: number;
4
- /**
5
- * Blocos disponiveis na pagina
6
- */
7
- ORDER: {
8
- KEY: string;
9
- DEFAULT: string;
10
- };
11
- HOME_PAGE_CATEGORY: {
12
- KEY: string;
13
- DEFAULT: string;
14
- };
15
- HOME_PAGE_CATEGORY_TITLE: {
16
- KEY: string;
17
- DEFAULT: string;
18
- };
19
- BLOCKS: ({
20
- id: number;
21
- name: string;
22
- icon: {
23
- type: string;
24
- size: number;
25
- };
26
- enabled: boolean;
27
- immutable: boolean;
28
- badge: null;
29
- } | {
30
- id: number;
31
- name: string;
32
- icon: {
33
- type: string;
34
- size: number;
35
- };
36
- enabled: boolean;
37
- immutable: boolean;
38
- badge: {
39
- color: string;
40
- text: string;
41
- };
42
- })[];
43
- };
44
- /**
45
- * Referencia da aparencia na pagina de produto
46
- */
47
- declare const PRODUCT_PAGE: {
48
- ID: number;
49
- /**
50
- * Blocos disponiveis na pagina
51
- */
52
- ORDER: {
53
- KEY: string;
54
- DEFAULT: string;
55
- };
56
- BLOCKS: ({
57
- id: number;
58
- name: string;
59
- icon: {
60
- type: string;
61
- size: number;
62
- };
63
- enabled: boolean;
64
- immutable: boolean;
65
- badge: null;
66
- } | {
67
- id: number;
68
- name: string;
69
- icon: {
70
- type: string;
71
- size: number;
72
- };
73
- enabled: boolean;
74
- immutable: boolean;
75
- badge: {
76
- color: string;
77
- text: string;
78
- };
79
- })[];
80
- };
81
- export { HOME_PAGE, PRODUCT_PAGE };
1
+ /** Referencia da aparencia na pagina inicial */
2
+ declare const HOME_PAGE: {
3
+ ID: number;
4
+ /**
5
+ * Blocos disponiveis na pagina
6
+ */
7
+ ORDER: {
8
+ KEY: string;
9
+ DEFAULT: string;
10
+ };
11
+ HOME_PAGE_FEATURED_CATEGORY: {
12
+ KEY: string;
13
+ DEFAULT: string;
14
+ };
15
+ HOME_PAGE_FEATURED_CATEGORY_TITLE: {
16
+ KEY: string;
17
+ DEFAULT: string;
18
+ };
19
+ BLOCKS: ({
20
+ id: number;
21
+ name: string;
22
+ icon: {
23
+ type: string;
24
+ size: number;
25
+ };
26
+ enabled: boolean;
27
+ immutable: boolean;
28
+ badge: null;
29
+ } | {
30
+ id: number;
31
+ name: string;
32
+ icon: {
33
+ type: string;
34
+ size: number;
35
+ };
36
+ enabled: boolean;
37
+ immutable: boolean;
38
+ badge: {
39
+ color: string;
40
+ text: string;
41
+ };
42
+ })[];
43
+ };
44
+ /**
45
+ * Referencia da aparencia na pagina de produto
46
+ */
47
+ declare const PRODUCT_PAGE: {
48
+ ID: number;
49
+ /**
50
+ * Blocos disponiveis na pagina
51
+ */
52
+ ORDER: {
53
+ KEY: string;
54
+ DEFAULT: string;
55
+ };
56
+ BLOCKS: ({
57
+ id: number;
58
+ name: string;
59
+ icon: {
60
+ type: string;
61
+ size: number;
62
+ };
63
+ enabled: boolean;
64
+ immutable: boolean;
65
+ badge: null;
66
+ } | {
67
+ id: number;
68
+ name: string;
69
+ icon: {
70
+ type: string;
71
+ size: number;
72
+ };
73
+ enabled: boolean;
74
+ immutable: boolean;
75
+ badge: {
76
+ color: string;
77
+ text: string;
78
+ };
79
+ })[];
80
+ };
81
+ export { HOME_PAGE, PRODUCT_PAGE };
@@ -1,197 +1,197 @@
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,2,3,4,5,6,7,8',
14
- },
15
- HOME_PAGE_CATEGORY: {
16
- KEY: 'home_page_category',
17
- DEFAULT: ' ',
18
- },
19
- HOME_PAGE_CATEGORY_TITLE: {
20
- KEY: 'home_page_category_title',
21
- DEFAULT: ' ',
22
- },
23
- BLOCKS: [
24
- {
25
- id: 1,
26
- name: 'Banners principais',
27
- icon: { type: 'FaImages', size: DEFAULT_ICON_SIZE },
28
- enabled: true,
29
- immutable: true,
30
- badge: null,
31
- },
32
- {
33
- id: 2,
34
- name: 'Categorias em destaque',
35
- icon: {
36
- type: 'Fatypes',
37
- size: DEFAULT_ICON_SIZE,
38
- },
39
- enabled: true,
40
- immutable: false,
41
- badge: null,
42
- },
43
- {
44
- id: 3,
45
- name: 'Produtos em promoção',
46
- icon: {
47
- type: 'FaBagShopping',
48
- size: DEFAULT_ICON_SIZE,
49
- },
50
- enabled: true,
51
- immutable: false,
52
- badge: null,
53
- },
54
- {
55
- id: 4,
56
- name: 'Últimos lançamentos',
57
- icon: {
58
- type: 'FaBagShopping',
59
- size: DEFAULT_ICON_SIZE,
60
- },
61
- enabled: true,
62
- immutable: false,
63
- badge: null,
64
- },
65
- {
66
- id: 5,
67
- name: 'Produtos mais vendidos',
68
- icon: {
69
- type: 'FaBagShopping',
70
- size: DEFAULT_ICON_SIZE,
71
- },
72
- enabled: false,
73
- immutable: false,
74
- badge: {
75
- color: 'info',
76
- text: 'Em breve',
77
- },
78
- },
79
- {
80
- id: 6,
81
- name: 'Produtos mais vistos',
82
- icon: {
83
- type: 'FaBagShopping',
84
- size: DEFAULT_ICON_SIZE,
85
- },
86
- enabled: false,
87
- immutable: false,
88
- badge: {
89
- color: 'info',
90
- text: 'Em breve',
91
- },
92
- },
93
- {
94
- id: 7,
95
- name: 'Produtos selecionados',
96
- icon: {
97
- type: 'FaBagShopping',
98
- size: DEFAULT_ICON_SIZE,
99
- },
100
- enabled: false,
101
- immutable: false,
102
- badge: {
103
- color: 'info',
104
- text: 'Em breve',
105
- },
106
- },
107
- {
108
- id: 8,
109
- name: 'Banners personalizados',
110
- icon: {
111
- type: 'FaImages',
112
- size: DEFAULT_ICON_SIZE,
113
- },
114
- enabled: false,
115
- immutable: false,
116
- badge: {
117
- color: 'info',
118
- text: 'Em breve',
119
- },
120
- },
121
- ],
122
- };
123
- exports.HOME_PAGE = HOME_PAGE;
124
- /**
125
- * Referencia da aparencia na pagina de produto
126
- */
127
- const PRODUCT_PAGE = {
128
- ID: 2,
129
- /**
130
- * Blocos disponiveis na pagina
131
- */
132
- ORDER: {
133
- KEY: 'product_page_blocks',
134
- DEFAULT: '1,2,3,4,5',
135
- },
136
- BLOCKS: [
137
- {
138
- id: 1,
139
- name: 'Detalhes do produto',
140
- icon: {
141
- type: 'FaTag',
142
- size: DEFAULT_ICON_SIZE,
143
- },
144
- enabled: true,
145
- immutable: true,
146
- badge: null,
147
- },
148
- {
149
- id: 2,
150
- name: 'Descrição do produto',
151
- icon: {
152
- type: 'Fatypes',
153
- size: DEFAULT_ICON_SIZE,
154
- },
155
- enabled: true,
156
- immutable: false,
157
- badge: null,
158
- },
159
- {
160
- id: 3,
161
- name: 'Garantia do produto',
162
- icon: {
163
- type: 'FaTimeline',
164
- size: DEFAULT_ICON_SIZE,
165
- },
166
- enabled: true,
167
- immutable: false,
168
- badge: null,
169
- },
170
- {
171
- id: 4,
172
- name: 'Produtos relacionados',
173
- icon: {
174
- type: 'FaBagShopping',
175
- size: DEFAULT_ICON_SIZE,
176
- },
177
- enabled: true,
178
- immutable: false,
179
- badge: null,
180
- },
181
- {
182
- id: 5,
183
- name: 'Banners personalizados',
184
- icon: {
185
- type: 'FaImages',
186
- size: DEFAULT_ICON_SIZE,
187
- },
188
- enabled: false,
189
- immutable: false,
190
- badge: {
191
- color: 'info',
192
- text: 'Em breve',
193
- },
194
- },
195
- ],
196
- };
197
- 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,2,3,4,5,6,7,8',
14
+ },
15
+ HOME_PAGE_FEATURED_CATEGORY: {
16
+ KEY: 'home_page_featured_categories',
17
+ DEFAULT: ' ',
18
+ },
19
+ HOME_PAGE_FEATURED_CATEGORY_TITLE: {
20
+ KEY: 'home_page_featured_categories_title',
21
+ DEFAULT: ' ',
22
+ },
23
+ BLOCKS: [
24
+ {
25
+ id: 1,
26
+ name: 'Banners principais',
27
+ icon: { type: 'FaImages', size: DEFAULT_ICON_SIZE },
28
+ enabled: true,
29
+ immutable: true,
30
+ badge: null,
31
+ },
32
+ {
33
+ id: 2,
34
+ name: 'Categorias em destaque',
35
+ icon: {
36
+ type: 'Fatypes',
37
+ size: DEFAULT_ICON_SIZE,
38
+ },
39
+ enabled: true,
40
+ immutable: false,
41
+ badge: null,
42
+ },
43
+ {
44
+ id: 3,
45
+ name: 'Produtos em promoção',
46
+ icon: {
47
+ type: 'FaBagShopping',
48
+ size: DEFAULT_ICON_SIZE,
49
+ },
50
+ enabled: true,
51
+ immutable: false,
52
+ badge: null,
53
+ },
54
+ {
55
+ id: 4,
56
+ name: 'Últimos lançamentos',
57
+ icon: {
58
+ type: 'FaBagShopping',
59
+ size: DEFAULT_ICON_SIZE,
60
+ },
61
+ enabled: true,
62
+ immutable: false,
63
+ badge: null,
64
+ },
65
+ {
66
+ id: 5,
67
+ name: 'Produtos mais vendidos',
68
+ icon: {
69
+ type: 'FaBagShopping',
70
+ size: DEFAULT_ICON_SIZE,
71
+ },
72
+ enabled: false,
73
+ immutable: false,
74
+ badge: {
75
+ color: 'info',
76
+ text: 'Em breve',
77
+ },
78
+ },
79
+ {
80
+ id: 6,
81
+ name: 'Produtos mais vistos',
82
+ icon: {
83
+ type: 'FaBagShopping',
84
+ size: DEFAULT_ICON_SIZE,
85
+ },
86
+ enabled: false,
87
+ immutable: false,
88
+ badge: {
89
+ color: 'info',
90
+ text: 'Em breve',
91
+ },
92
+ },
93
+ {
94
+ id: 7,
95
+ name: 'Produtos selecionados',
96
+ icon: {
97
+ type: 'FaBagShopping',
98
+ size: DEFAULT_ICON_SIZE,
99
+ },
100
+ enabled: false,
101
+ immutable: false,
102
+ badge: {
103
+ color: 'info',
104
+ text: 'Em breve',
105
+ },
106
+ },
107
+ {
108
+ id: 8,
109
+ name: 'Banners personalizados',
110
+ icon: {
111
+ type: 'FaImages',
112
+ size: DEFAULT_ICON_SIZE,
113
+ },
114
+ enabled: false,
115
+ immutable: false,
116
+ badge: {
117
+ color: 'info',
118
+ text: 'Em breve',
119
+ },
120
+ },
121
+ ],
122
+ };
123
+ exports.HOME_PAGE = HOME_PAGE;
124
+ /**
125
+ * Referencia da aparencia na pagina de produto
126
+ */
127
+ const PRODUCT_PAGE = {
128
+ ID: 2,
129
+ /**
130
+ * Blocos disponiveis na pagina
131
+ */
132
+ ORDER: {
133
+ KEY: 'product_page_blocks',
134
+ DEFAULT: '1,2,3,4,5',
135
+ },
136
+ BLOCKS: [
137
+ {
138
+ id: 1,
139
+ name: 'Detalhes do produto',
140
+ icon: {
141
+ type: 'FaTag',
142
+ size: DEFAULT_ICON_SIZE,
143
+ },
144
+ enabled: true,
145
+ immutable: true,
146
+ badge: null,
147
+ },
148
+ {
149
+ id: 2,
150
+ name: 'Descrição do produto',
151
+ icon: {
152
+ type: 'Fatypes',
153
+ size: DEFAULT_ICON_SIZE,
154
+ },
155
+ enabled: true,
156
+ immutable: false,
157
+ badge: null,
158
+ },
159
+ {
160
+ id: 3,
161
+ name: 'Garantia do produto',
162
+ icon: {
163
+ type: 'FaTimeline',
164
+ size: DEFAULT_ICON_SIZE,
165
+ },
166
+ enabled: true,
167
+ immutable: false,
168
+ badge: null,
169
+ },
170
+ {
171
+ id: 4,
172
+ name: 'Produtos relacionados',
173
+ icon: {
174
+ type: 'FaBagShopping',
175
+ size: DEFAULT_ICON_SIZE,
176
+ },
177
+ enabled: true,
178
+ immutable: false,
179
+ badge: null,
180
+ },
181
+ {
182
+ id: 5,
183
+ name: 'Banners personalizados',
184
+ icon: {
185
+ type: 'FaImages',
186
+ size: DEFAULT_ICON_SIZE,
187
+ },
188
+ enabled: false,
189
+ immutable: false,
190
+ badge: {
191
+ color: 'info',
192
+ text: 'Em breve',
193
+ },
194
+ },
195
+ ],
196
+ };
197
+ exports.PRODUCT_PAGE = PRODUCT_PAGE;
@@ -1,16 +1,16 @@
1
- /**
2
- * Referencia de configuracao da aparencia
3
- */
4
- declare const APPEARANCE_REFERENCE: {
5
- /** Cor primaria */
6
- PRIMARY_COLOR: {
7
- KEY: string;
8
- DEFAULT: string;
9
- };
10
- /** Cor secundaria */
11
- SECONDARY_COLOR: {
12
- KEY: string;
13
- DEFAULT: string;
14
- };
15
- };
16
- export default APPEARANCE_REFERENCE;
1
+ /**
2
+ * Referencia de configuracao da aparencia
3
+ */
4
+ declare const APPEARANCE_REFERENCE: {
5
+ /** Cor primaria */
6
+ PRIMARY_COLOR: {
7
+ KEY: string;
8
+ DEFAULT: string;
9
+ };
10
+ /** Cor secundaria */
11
+ SECONDARY_COLOR: {
12
+ KEY: string;
13
+ DEFAULT: string;
14
+ };
15
+ };
16
+ export default APPEARANCE_REFERENCE;
@@ -1,18 +1,18 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- /**
4
- * Referencia de configuracao da aparencia
5
- */
6
- const APPEARANCE_REFERENCE = {
7
- /** Cor primaria */
8
- PRIMARY_COLOR: {
9
- KEY: 'color_primary',
10
- DEFAULT: '#624495',
11
- },
12
- /** Cor secundaria */
13
- SECONDARY_COLOR: {
14
- KEY: 'color_secondary',
15
- DEFAULT: '#000000',
16
- },
17
- };
18
- exports.default = APPEARANCE_REFERENCE;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ /**
4
+ * Referencia de configuracao da aparencia
5
+ */
6
+ const APPEARANCE_REFERENCE = {
7
+ /** Cor primaria */
8
+ PRIMARY_COLOR: {
9
+ KEY: 'color_primary',
10
+ DEFAULT: '#624495',
11
+ },
12
+ /** Cor secundaria */
13
+ SECONDARY_COLOR: {
14
+ KEY: 'color_secondary',
15
+ DEFAULT: '#000000',
16
+ },
17
+ };
18
+ exports.default = APPEARANCE_REFERENCE;