@archbase/core 4.3.0 → 4.3.2

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.
@@ -490,6 +490,8 @@ export declare const archbaseTranslationResources: {
490
490
  Foto: string;
491
491
  Nome: string;
492
492
  Apelido: string;
493
+ Matrícula: string;
494
+ "Matr\u00EDcula do funcion\u00E1rio": string;
493
495
  Email: string;
494
496
  Grupos: string;
495
497
  "Admin ?": string;
@@ -1124,6 +1126,8 @@ export declare const archbaseTranslationResources: {
1124
1126
  Foto: string;
1125
1127
  Nome: string;
1126
1128
  Apelido: string;
1129
+ Matrícula: string;
1130
+ "Matr\u00EDcula do funcion\u00E1rio": string;
1127
1131
  Email: string;
1128
1132
  Grupos: string;
1129
1133
  "Admin ?": string;
@@ -1758,6 +1762,8 @@ export declare const archbaseTranslationResources: {
1758
1762
  Foto: string;
1759
1763
  Nome: string;
1760
1764
  Apelido: string;
1765
+ Matrícula: string;
1766
+ "Matr\u00EDcula do funcion\u00E1rio": string;
1761
1767
  Email: string;
1762
1768
  Grupos: string;
1763
1769
  "Admin ?": string;
@@ -488,6 +488,8 @@ declare const _default: {
488
488
  "Foto": "Photo",
489
489
  "Nome": "Name",
490
490
  "Apelido": "Nickname",
491
+ "Matrícula": "Employee ID",
492
+ "Matrícula do funcionário": "Employee ID",
491
493
  "Email": "Email",
492
494
  "Grupos": "Groups",
493
495
  "Admin ?": "Admin?",
@@ -488,6 +488,8 @@ declare const _default: {
488
488
  "Foto": "Foto",
489
489
  "Nome": "Nombre",
490
490
  "Apelido": "Apodo",
491
+ "Matrícula": "Matrícula",
492
+ "Matrícula do funcionário": "Matrícula del empleado",
491
493
  "Email": "Email",
492
494
  "Grupos": "Grupos",
493
495
  "Admin ?": "¿Admin?",
@@ -488,6 +488,8 @@ declare const _default: {
488
488
  "Foto": "Foto",
489
489
  "Nome": "Nome",
490
490
  "Apelido": "Apelido",
491
+ "Matrícula": "Matrícula",
492
+ "Matrícula do funcionário": "Matrícula do funcionário",
491
493
  "Email": "Email",
492
494
  "Grupos": "Grupos",
493
495
  "Admin ?": "Admin?",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archbase/core",
3
- "version": "4.3.0",
3
+ "version": "4.3.2",
4
4
  "description": "Core utilities and foundation for Archbase React v3",
5
5
  "author": "Edson Martins <edsonmartins2005@gmail.com>",
6
6
  "license": "MIT",
Binary file