mdz-enum 1.5.37 → 1.5.39

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 (39) 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 +227 -227
  4. package/dist/commercial/index.js +549 -549
  5. package/dist/common/index.d.ts +47 -47
  6. package/dist/common/index.js +137 -137
  7. package/dist/config/index.d.ts +167 -167
  8. package/dist/config/index.js +481 -481
  9. package/dist/finance/index.d.ts +170 -170
  10. package/dist/finance/index.js +442 -442
  11. package/dist/fiscal/index.d.ts +479 -479
  12. package/dist/fiscal/index.js +1196 -1196
  13. package/dist/functions.d.ts +11 -11
  14. package/dist/functions.js +74 -74
  15. package/dist/general/index.d.ts +262 -262
  16. package/dist/general/index.js +503 -503
  17. package/dist/index.d.ts +14 -14
  18. package/dist/index.js +214 -213
  19. package/dist/integration/index.d.ts +19 -19
  20. package/dist/integration/index.js +57 -57
  21. package/dist/logistics/index.d.ts +124 -124
  22. package/dist/logistics/index.js +359 -359
  23. package/dist/marketplace/templates/components/index.d.ts +210 -210
  24. package/dist/marketplace/templates/components/index.js +223 -223
  25. package/dist/marketplace/templates/elements/index.d.ts +32 -32
  26. package/dist/marketplace/templates/elements/index.js +35 -35
  27. package/dist/marketplace/templates/index.d.ts +343 -340
  28. package/dist/marketplace/templates/index.js +40 -40
  29. package/dist/marketplace/templates/pages/index.d.ts +140 -140
  30. package/dist/marketplace/templates/pages/index.js +310 -310
  31. package/dist/marketplace/templates/reference/index.d.ts +24 -24
  32. package/dist/marketplace/templates/reference/index.js +26 -26
  33. package/dist/people/index.d.ts +36 -36
  34. package/dist/people/index.js +105 -105
  35. package/dist/platform/index.d.ts +193 -193
  36. package/dist/platform/index.js +558 -558
  37. package/dist/reports/index.d.ts +55 -49
  38. package/dist/reports/index.js +162 -145
  39. package/package.json +1 -1
@@ -1,210 +1,210 @@
1
- /**
2
- * Referencia de aparencia do rodape
3
- */
4
- declare const FOOTER: {
5
- /** Cor do rodape */
6
- LIGHT: {
7
- COLOR: {
8
- KEY: string;
9
- DEFAULT: string;
10
- };
11
- LOGO_FILTER: {
12
- KEY: string;
13
- DEFAULT: string;
14
- VALUES: string[];
15
- };
16
- };
17
- DARK: {
18
- COLOR: {
19
- KEY: string;
20
- DEFAULT: string;
21
- };
22
- LOGO_FILTER: {
23
- KEY: string;
24
- DEFAULT: string;
25
- VALUES: string[];
26
- };
27
- };
28
- /** Cor do texto */
29
- LIGHTTEXT: {
30
- COLOR: {
31
- KEY: string;
32
- DEFAULT: string;
33
- };
34
- };
35
- DARKTEXT: {
36
- COLOR: {
37
- KEY: string;
38
- DEFAULT: string;
39
- };
40
- };
41
- };
42
- /**
43
- * Referencia de aparencia do cabeçalho
44
- */
45
- declare const HEADER: {
46
- /** Cor do cabeçalho */
47
- LIGHT: {
48
- COLOR: {
49
- KEY: string;
50
- DEFAULT: string;
51
- };
52
- LOGO_FILTER: {
53
- KEY: string;
54
- DEFAULT: string;
55
- VALUES: string[];
56
- };
57
- };
58
- DARK: {
59
- COLOR: {
60
- KEY: string;
61
- DEFAULT: string;
62
- };
63
- LOGO_FILTER: {
64
- KEY: string;
65
- DEFAULT: string;
66
- VALUES: string[];
67
- };
68
- };
69
- /** Cor do texto */
70
- LIGHTTEXT: {
71
- COLOR: {
72
- KEY: string;
73
- DEFAULT: string;
74
- };
75
- };
76
- DARKTEXT: {
77
- COLOR: {
78
- KEY: string;
79
- DEFAULT: string;
80
- };
81
- };
82
- };
83
- /**
84
- * Rerefencia de aparencia dos botoes
85
- */
86
- declare const BUTTON: {
87
- /** Cor de fundo */
88
- RADIUS: {
89
- KEY: string;
90
- DEFAULT: string;
91
- VALUES: {
92
- label: string;
93
- value: string;
94
- }[];
95
- };
96
- };
97
- /**
98
- * Refencia da aparencia do cartao de produtos
99
- */
100
- declare const PRODUCT_CARD: {
101
- /** Arredondamento */
102
- RADIUS: {
103
- KEY: string;
104
- DEFAULT: string;
105
- VALUES: {
106
- label: string;
107
- value: string;
108
- }[];
109
- };
110
- /** Sombra */
111
- SHADOW: {
112
- KEY: string;
113
- DEFAULT: string;
114
- VALUES: {
115
- label: string;
116
- value: string;
117
- }[];
118
- };
119
- /** Proporcao */
120
- PROPORTION: {
121
- KEY: string;
122
- DEFAULT: string;
123
- VALUES: {
124
- label: string;
125
- value: string;
126
- }[];
127
- };
128
- /** Mostrar botão */
129
- SHOW_BUTTON: {
130
- KEY: string;
131
- DEFAULT: string;
132
- VALUES: string[];
133
- };
134
- };
135
- /**
136
- * Refencia da aparencia do botao de compra
137
- */
138
- declare const BUY_BUTTON: {
139
- /** Fundo botao */
140
- LIGHT: {
141
- COLOR: {
142
- KEY: string;
143
- DEFAULT: string;
144
- };
145
- };
146
- DARK: {
147
- COLOR: {
148
- KEY: string;
149
- DEFAULT: string;
150
- };
151
- };
152
- /** Texto botao */
153
- LIGHTTEXT: {
154
- COLOR: {
155
- KEY: string;
156
- DEFAULT: string;
157
- };
158
- };
159
- DARKTEXT: {
160
- COLOR: {
161
- KEY: string;
162
- DEFAULT: string;
163
- };
164
- };
165
- };
166
- /**
167
- * Referencia da aparencia do botao de adicionar ao carrinho
168
- */
169
- declare const CART_BUTTON: {
170
- /** Fundo botao */
171
- LIGHT: {
172
- COLOR: {
173
- KEY: string;
174
- DEFAULT: string;
175
- };
176
- };
177
- DARK: {
178
- COLOR: {
179
- KEY: string;
180
- DEFAULT: string;
181
- };
182
- };
183
- /** Texto botao */
184
- LIGHTTEXT: {
185
- COLOR: {
186
- KEY: string;
187
- DEFAULT: string;
188
- };
189
- };
190
- DARKTEXT: {
191
- COLOR: {
192
- KEY: string;
193
- DEFAULT: string;
194
- };
195
- };
196
- };
197
- /**
198
- * Referencia para modo de pagamento a combinar.
199
- */
200
- declare const COMBINAR_PAYMENT: {
201
- KEY: string;
202
- DEFAULT: string;
203
- VALUES: string[];
204
- };
205
- declare const COMBINAR_ENTREGA: {
206
- KEY: string;
207
- DEFAULT: string;
208
- VALUES: string[];
209
- };
210
- export { PRODUCT_CARD, BUY_BUTTON, BUTTON, FOOTER, HEADER, CART_BUTTON, COMBINAR_PAYMENT, COMBINAR_ENTREGA };
1
+ /**
2
+ * Referencia de aparencia do rodape
3
+ */
4
+ declare const FOOTER: {
5
+ /** Cor do rodape */
6
+ LIGHT: {
7
+ COLOR: {
8
+ KEY: string;
9
+ DEFAULT: string;
10
+ };
11
+ LOGO_FILTER: {
12
+ KEY: string;
13
+ DEFAULT: string;
14
+ VALUES: string[];
15
+ };
16
+ };
17
+ DARK: {
18
+ COLOR: {
19
+ KEY: string;
20
+ DEFAULT: string;
21
+ };
22
+ LOGO_FILTER: {
23
+ KEY: string;
24
+ DEFAULT: string;
25
+ VALUES: string[];
26
+ };
27
+ };
28
+ /** Cor do texto */
29
+ LIGHTTEXT: {
30
+ COLOR: {
31
+ KEY: string;
32
+ DEFAULT: string;
33
+ };
34
+ };
35
+ DARKTEXT: {
36
+ COLOR: {
37
+ KEY: string;
38
+ DEFAULT: string;
39
+ };
40
+ };
41
+ };
42
+ /**
43
+ * Referencia de aparencia do cabeçalho
44
+ */
45
+ declare const HEADER: {
46
+ /** Cor do cabeçalho */
47
+ LIGHT: {
48
+ COLOR: {
49
+ KEY: string;
50
+ DEFAULT: string;
51
+ };
52
+ LOGO_FILTER: {
53
+ KEY: string;
54
+ DEFAULT: string;
55
+ VALUES: string[];
56
+ };
57
+ };
58
+ DARK: {
59
+ COLOR: {
60
+ KEY: string;
61
+ DEFAULT: string;
62
+ };
63
+ LOGO_FILTER: {
64
+ KEY: string;
65
+ DEFAULT: string;
66
+ VALUES: string[];
67
+ };
68
+ };
69
+ /** Cor do texto */
70
+ LIGHTTEXT: {
71
+ COLOR: {
72
+ KEY: string;
73
+ DEFAULT: string;
74
+ };
75
+ };
76
+ DARKTEXT: {
77
+ COLOR: {
78
+ KEY: string;
79
+ DEFAULT: string;
80
+ };
81
+ };
82
+ };
83
+ /**
84
+ * Rerefencia de aparencia dos botoes
85
+ */
86
+ declare const BUTTON: {
87
+ /** Cor de fundo */
88
+ RADIUS: {
89
+ KEY: string;
90
+ DEFAULT: string;
91
+ VALUES: {
92
+ label: string;
93
+ value: string;
94
+ }[];
95
+ };
96
+ };
97
+ /**
98
+ * Refencia da aparencia do cartao de produtos
99
+ */
100
+ declare const PRODUCT_CARD: {
101
+ /** Arredondamento */
102
+ RADIUS: {
103
+ KEY: string;
104
+ DEFAULT: string;
105
+ VALUES: {
106
+ label: string;
107
+ value: string;
108
+ }[];
109
+ };
110
+ /** Sombra */
111
+ SHADOW: {
112
+ KEY: string;
113
+ DEFAULT: string;
114
+ VALUES: {
115
+ label: string;
116
+ value: string;
117
+ }[];
118
+ };
119
+ /** Proporcao */
120
+ PROPORTION: {
121
+ KEY: string;
122
+ DEFAULT: string;
123
+ VALUES: {
124
+ label: string;
125
+ value: string;
126
+ }[];
127
+ };
128
+ /** Mostrar botão */
129
+ SHOW_BUTTON: {
130
+ KEY: string;
131
+ DEFAULT: string;
132
+ VALUES: string[];
133
+ };
134
+ };
135
+ /**
136
+ * Refencia da aparencia do botao de compra
137
+ */
138
+ declare const BUY_BUTTON: {
139
+ /** Fundo botao */
140
+ LIGHT: {
141
+ COLOR: {
142
+ KEY: string;
143
+ DEFAULT: string;
144
+ };
145
+ };
146
+ DARK: {
147
+ COLOR: {
148
+ KEY: string;
149
+ DEFAULT: string;
150
+ };
151
+ };
152
+ /** Texto botao */
153
+ LIGHTTEXT: {
154
+ COLOR: {
155
+ KEY: string;
156
+ DEFAULT: string;
157
+ };
158
+ };
159
+ DARKTEXT: {
160
+ COLOR: {
161
+ KEY: string;
162
+ DEFAULT: string;
163
+ };
164
+ };
165
+ };
166
+ /**
167
+ * Referencia da aparencia do botao de adicionar ao carrinho
168
+ */
169
+ declare const CART_BUTTON: {
170
+ /** Fundo botao */
171
+ LIGHT: {
172
+ COLOR: {
173
+ KEY: string;
174
+ DEFAULT: string;
175
+ };
176
+ };
177
+ DARK: {
178
+ COLOR: {
179
+ KEY: string;
180
+ DEFAULT: string;
181
+ };
182
+ };
183
+ /** Texto botao */
184
+ LIGHTTEXT: {
185
+ COLOR: {
186
+ KEY: string;
187
+ DEFAULT: string;
188
+ };
189
+ };
190
+ DARKTEXT: {
191
+ COLOR: {
192
+ KEY: string;
193
+ DEFAULT: string;
194
+ };
195
+ };
196
+ };
197
+ /**
198
+ * Referencia para modo de pagamento a combinar.
199
+ */
200
+ declare const COMBINAR_PAYMENT: {
201
+ KEY: string;
202
+ DEFAULT: string;
203
+ VALUES: string[];
204
+ };
205
+ declare const COMBINAR_ENTREGA: {
206
+ KEY: string;
207
+ DEFAULT: string;
208
+ VALUES: string[];
209
+ };
210
+ export { PRODUCT_CARD, BUY_BUTTON, BUTTON, FOOTER, HEADER, CART_BUTTON, COMBINAR_PAYMENT, COMBINAR_ENTREGA };