tycho-components 0.4.7 → 0.4.8

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.
@@ -55,6 +55,7 @@ export declare const commonResources: {
55
55
  "button.apply": string;
56
56
  "button.search": string;
57
57
  "button.edit": string;
58
+ "button.open": string;
58
59
  "select.empty": string;
59
60
  "pagination.label.showing": string;
60
61
  "pagination.label.results": string;
@@ -295,6 +296,7 @@ export declare const commonResources: {
295
296
  "button.apply": string;
296
297
  "button.search": string;
297
298
  "button.edit": string;
299
+ "button.open": string;
298
300
  "select.empty": string;
299
301
  "pagination.label.showing": string;
300
302
  "pagination.label.results": string;
@@ -532,8 +534,9 @@ export declare const commonResources: {
532
534
  "button.clone": string;
533
535
  "button.search": string;
534
536
  "button.edit": string;
535
- "select.empty": string;
537
+ "button.open": string;
536
538
  "button.apply": string;
539
+ "select.empty": string;
537
540
  "pagination.label.showing": string;
538
541
  "pagination.label.results": string;
539
542
  "pagination.label.total": string;
@@ -9,6 +9,7 @@ export declare const CommonTexts: {
9
9
  "button.apply": string;
10
10
  "button.search": string;
11
11
  "button.edit": string;
12
+ "button.open": string;
12
13
  "select.empty": string;
13
14
  "pagination.label.showing": string;
14
15
  "pagination.label.results": string;
@@ -41,6 +42,7 @@ export declare const CommonTexts: {
41
42
  "button.apply": string;
42
43
  "button.search": string;
43
44
  "button.edit": string;
45
+ "button.open": string;
44
46
  "select.empty": string;
45
47
  "pagination.label.showing": string;
46
48
  "pagination.label.results": string;
@@ -72,8 +74,9 @@ export declare const CommonTexts: {
72
74
  "button.clone": string;
73
75
  "button.search": string;
74
76
  "button.edit": string;
75
- "select.empty": string;
77
+ "button.open": string;
76
78
  "button.apply": string;
79
+ "select.empty": string;
77
80
  "pagination.label.showing": string;
78
81
  "pagination.label.results": string;
79
82
  "pagination.label.total": string;
@@ -9,6 +9,7 @@ export const CommonTexts = {
9
9
  "button.apply": "Apply",
10
10
  "button.search": "Search",
11
11
  "button.edit": "Edit",
12
+ "button.open": "Open",
12
13
  "select.empty": "Select",
13
14
  "pagination.label.showing": "",
14
15
  "pagination.label.results": "results per page",
@@ -41,6 +42,7 @@ export const CommonTexts = {
41
42
  "button.apply": "Aplicar",
42
43
  "button.search": "Buscar",
43
44
  "button.edit": "Editar",
45
+ "button.open": "Abrir",
44
46
  "select.empty": "Selecionar",
45
47
  "pagination.label.showing": "Exibindo",
46
48
  "pagination.label.results": "resultados por página",
@@ -72,8 +74,9 @@ export const CommonTexts = {
72
74
  "button.clone": "Clona",
73
75
  "button.search": "Cerca",
74
76
  "button.edit": "Modifica",
75
- "select.empty": "Seleziona",
77
+ "button.open": "Apri",
76
78
  "button.apply": "Applica",
79
+ "select.empty": "Seleziona",
77
80
  "pagination.label.showing": "Mostrando",
78
81
  "pagination.label.results": "risultati per pagina",
79
82
  "pagination.label.total": "Totale",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tycho-components",
3
3
  "private": false,
4
- "version": "0.4.7",
4
+ "version": "0.4.8",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {