mdz-enum 1.6.76 → 1.6.77

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.
@@ -120,10 +120,18 @@ declare const SUBMENU: {
120
120
  KEY: string;
121
121
  DEFAULT: string;
122
122
  };
123
+ TYPE: {
124
+ KEY: string;
125
+ DEFAULT: string;
126
+ };
123
127
  ATTRIBUTE_ITEM: {
124
128
  KEY: string;
125
129
  DEFAULT: string;
126
130
  };
131
+ COLLECTION: {
132
+ KEY: string;
133
+ DEFAULT: string;
134
+ };
127
135
  }[];
128
136
  };
129
137
  };
@@ -94,10 +94,18 @@ const SUBMENU_DYNAMIC_ITEMS = Array.from({ length: SUBMENU_DYNAMIC_MAX_ITEMS },
94
94
  KEY: `component_submenu_dynamic_item_${position}_label`,
95
95
  DEFAULT: '',
96
96
  },
97
+ TYPE: {
98
+ KEY: `component_submenu_dynamic_item_${position}_type`,
99
+ DEFAULT: 'attribute',
100
+ },
97
101
  ATTRIBUTE_ITEM: {
98
102
  KEY: `component_submenu_dynamic_item_${position}_attribute_item`,
99
103
  DEFAULT: '',
100
104
  },
105
+ COLLECTION: {
106
+ KEY: `component_submenu_dynamic_item_${position}_collection`,
107
+ DEFAULT: '',
108
+ },
101
109
  };
102
110
  });
103
111
  const SUBMENU = {
@@ -402,10 +402,18 @@ declare const APPEARANCE_COMPONENTS: {
402
402
  KEY: string;
403
403
  DEFAULT: string;
404
404
  };
405
+ TYPE: {
406
+ KEY: string;
407
+ DEFAULT: string;
408
+ };
405
409
  ATTRIBUTE_ITEM: {
406
410
  KEY: string;
407
411
  DEFAULT: string;
408
412
  };
413
+ COLLECTION: {
414
+ KEY: string;
415
+ DEFAULT: string;
416
+ };
409
417
  }[];
410
418
  };
411
419
  };
@@ -139,12 +139,12 @@ export declare const Aplicativos: {
139
139
  NFSeNacional: number;
140
140
  VeroPOS: number;
141
141
  Eva: number;
142
- EvaGrowth: number;
142
+ EvaPro: number;
143
143
  EvaMensagens100: number;
144
144
  EvaMensagens500: number;
145
145
  EvaMensagens1000: number;
146
146
  Nuvemshop: number;
147
- description(val: number): "enum not found" | "TEF" | "Mercado Livre" | "Tray" | "Magazine Luiza" | "Amazon" | "Shopee" | "Marketplace" | "Modershop" | "Modershop Light" | "Modershop PDV" | "Loja Virtual" | "Sped" | "Cake ERP" | "Módulo Ótica" | "Nuvemshop" | "TEF Destaxa" | "Gestão Contábil" | "NFSe (Ambiente Nacional)" | "Vero POS" | "EVA" | "EVA Growth" | "EVA 100 mensagens" | "EVA 500 mensagens" | "EVA 1.000 mensagens";
147
+ description(val: number): "enum not found" | "TEF" | "Mercado Livre" | "Tray" | "Magazine Luiza" | "Amazon" | "Shopee" | "Marketplace" | "Modershop" | "Modershop Light" | "Modershop PDV" | "Loja Virtual" | "Sped" | "Cake ERP" | "Módulo Ótica" | "Nuvemshop" | "TEF Destaxa" | "Gestão Contábil" | "NFSe (Ambiente Nacional)" | "Vero POS" | "EVA" | "EVA Pro" | "EVA 100 mensagens" | "EVA 500 mensagens" | "EVA 1.000 mensagens";
148
148
  };
149
149
  export declare const IsDemonstracao: {
150
150
  Demonstracao: boolean;
@@ -368,7 +368,7 @@ exports.Aplicativos = {
368
368
  NFSeNacional: 21,
369
369
  VeroPOS: 22,
370
370
  Eva: 24,
371
- EvaGrowth: 25,
371
+ EvaPro: 25,
372
372
  EvaMensagens100: 26,
373
373
  EvaMensagens500: 27,
374
374
  EvaMensagens1000: 28,
@@ -415,8 +415,8 @@ exports.Aplicativos = {
415
415
  return 'Vero POS';
416
416
  case this.Eva:
417
417
  return 'EVA';
418
- case this.EvaGrowth:
419
- return 'EVA Growth';
418
+ case this.EvaPro:
419
+ return 'EVA Pro';
420
420
  case this.EvaMensagens100:
421
421
  return 'EVA 100 mensagens';
422
422
  case this.EvaMensagens500:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.6.76",
3
+ "version": "1.6.77",
4
4
  "description": "Enumerados ModerShop",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {