tycho-components 0.0.14-SNAPSHOT → 0.0.14-SNAPSHOT-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.
@@ -16,6 +16,8 @@ export declare const commonResources: {
16
16
  'user.status.inactive': string;
17
17
  'user.status.super': string;
18
18
  'user.status.visitor': string;
19
+ 'update.success': string;
20
+ 'internal.server.error': string;
19
21
  };
20
22
  participants: {
21
23
  'label.title': string;
@@ -88,6 +90,8 @@ export declare const commonResources: {
88
90
  'user.status.inactive': string;
89
91
  'user.status.super': string;
90
92
  'user.status.visitor': string;
93
+ 'update.success': string;
94
+ 'internal.server.error': string;
91
95
  };
92
96
  participants: {
93
97
  'label.title': string;
@@ -15,6 +15,8 @@ export declare const CommonTexts: {
15
15
  'user.status.inactive': string;
16
16
  'user.status.super': string;
17
17
  'user.status.visitor': string;
18
+ 'update.success': string;
19
+ 'internal.server.error': string;
18
20
  };
19
21
  'pt-BR': {
20
22
  'button.confirm': string;
@@ -31,5 +33,26 @@ export declare const CommonTexts: {
31
33
  'user.status.inactive': string;
32
34
  'user.status.super': string;
33
35
  'user.status.visitor': string;
36
+ 'update.success': string;
37
+ 'internal.server.error': string;
38
+ };
39
+ it: {
40
+ 'button.confirm': string;
41
+ 'button.cancel': string;
42
+ 'button.remove': string;
43
+ 'pagination.label.showing': string;
44
+ 'pagination.label.results': string;
45
+ 'pagination.label.total': string;
46
+ 'generic.placeholder': string;
47
+ 'generic.placeholder.select': string;
48
+ 'validation.required': string;
49
+ 'placeholder.check': string;
50
+ 'placeholder.input': string;
51
+ 'user.status.active': string;
52
+ 'user.status.inactive': string;
53
+ 'user.status.super': string;
54
+ 'user.status.visitor': string;
55
+ 'update.success': string;
56
+ 'internal.server.error': string;
34
57
  };
35
58
  };
@@ -15,6 +15,8 @@ export const CommonTexts = {
15
15
  'user.status.inactive': 'Inactive',
16
16
  'user.status.super': 'Super',
17
17
  'user.status.visitor': 'Visitor',
18
+ 'update.success': 'saved!',
19
+ 'internal.server.error': 'An unexpected error occurred. Contact the administrator.',
18
20
  },
19
21
  'pt-BR': {
20
22
  'button.confirm': 'Confirmar',
@@ -31,5 +33,26 @@ export const CommonTexts = {
31
33
  'user.status.inactive': 'Inativo',
32
34
  'user.status.super': 'Super',
33
35
  'user.status.visitor': 'Visitante',
36
+ 'update.success': 'salvo!',
37
+ 'internal.server.error': 'Ocorreu um erro inesperado. Entre em contato com o administrador.',
38
+ },
39
+ it: {
40
+ 'button.confirm': 'Conferma',
41
+ 'button.cancel': 'Annulla',
42
+ 'button.remove': 'Rimuovi',
43
+ 'pagination.label.showing': 'Mostrando',
44
+ 'pagination.label.results': 'risultati per pagina',
45
+ 'pagination.label.total': 'Totale',
46
+ 'generic.placeholder': 'Scrivi qui',
47
+ 'generic.placeholder.select': 'Seleziona uno qui',
48
+ 'validation.required': 'Campo obbligatorio.',
49
+ 'placeholder.check': 'clicca per scegliere',
50
+ 'placeholder.input': 'clicca per aggiungere',
51
+ 'user.status.active': 'Attivo',
52
+ 'user.status.inactive': 'Inattivo',
53
+ 'user.status.super': 'Super',
54
+ 'user.status.visitor': 'Visitatore',
55
+ 'update.success': 'salvato!',
56
+ 'internal.server.error': "Si è verificato un errore inaspettato. Contatta l'amministratore.",
34
57
  },
35
58
  };
package/dist/index.d.ts CHANGED
@@ -8,6 +8,7 @@ export { default as AppPlaceholder } from './AppPlaceholder';
8
8
  export { default as AppToast } from './AppToast';
9
9
  export { default as CommentComponent } from './Comments';
10
10
  export { default as HeaderNotifications } from './Comments/HeaderNotifications';
11
+ export { default as LanguageSelector } from './LanguageSelector';
11
12
  export { default as Participants } from './Participants';
12
13
  export { default as VirtualKeyboard } from './VirtualKeyboard';
13
14
  export { CommonProvider } from './configs/CommonContext';
package/dist/index.js CHANGED
@@ -8,6 +8,7 @@ export { default as AppPlaceholder } from './AppPlaceholder';
8
8
  export { default as AppToast } from './AppToast';
9
9
  export { default as CommentComponent } from './Comments';
10
10
  export { default as HeaderNotifications } from './Comments/HeaderNotifications';
11
+ export { default as LanguageSelector } from './LanguageSelector';
11
12
  export { default as Participants } from './Participants';
12
13
  export { default as VirtualKeyboard } from './VirtualKeyboard';
13
14
  export { CommonProvider } from './configs/CommonContext';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tycho-components",
3
3
  "private": false,
4
- "version": "0.0.14-SNAPSHOT",
4
+ "version": "0.0.14-SNAPSHOT-2",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {