tycho-components 0.4.6 → 0.4.7

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.
@@ -54,6 +54,7 @@ export declare const commonResources: {
54
54
  "button.clone": string;
55
55
  "button.apply": string;
56
56
  "button.search": string;
57
+ "button.edit": string;
57
58
  "select.empty": string;
58
59
  "pagination.label.showing": string;
59
60
  "pagination.label.results": string;
@@ -293,6 +294,7 @@ export declare const commonResources: {
293
294
  "button.clone": string;
294
295
  "button.apply": string;
295
296
  "button.search": string;
297
+ "button.edit": string;
296
298
  "select.empty": string;
297
299
  "pagination.label.showing": string;
298
300
  "pagination.label.results": string;
@@ -529,6 +531,7 @@ export declare const commonResources: {
529
531
  "button.save": string;
530
532
  "button.clone": string;
531
533
  "button.search": string;
534
+ "button.edit": string;
532
535
  "select.empty": string;
533
536
  "button.apply": string;
534
537
  "pagination.label.showing": string;
@@ -8,6 +8,7 @@ export declare const CommonTexts: {
8
8
  "button.clone": string;
9
9
  "button.apply": string;
10
10
  "button.search": string;
11
+ "button.edit": string;
11
12
  "select.empty": string;
12
13
  "pagination.label.showing": string;
13
14
  "pagination.label.results": string;
@@ -39,6 +40,7 @@ export declare const CommonTexts: {
39
40
  "button.clone": string;
40
41
  "button.apply": string;
41
42
  "button.search": string;
43
+ "button.edit": string;
42
44
  "select.empty": string;
43
45
  "pagination.label.showing": string;
44
46
  "pagination.label.results": string;
@@ -69,6 +71,7 @@ export declare const CommonTexts: {
69
71
  "button.save": string;
70
72
  "button.clone": string;
71
73
  "button.search": string;
74
+ "button.edit": string;
72
75
  "select.empty": string;
73
76
  "button.apply": string;
74
77
  "pagination.label.showing": string;
@@ -8,6 +8,7 @@ export const CommonTexts = {
8
8
  "button.clone": "Clone",
9
9
  "button.apply": "Apply",
10
10
  "button.search": "Search",
11
+ "button.edit": "Edit",
11
12
  "select.empty": "Select",
12
13
  "pagination.label.showing": "",
13
14
  "pagination.label.results": "results per page",
@@ -39,6 +40,7 @@ export const CommonTexts = {
39
40
  "button.clone": "Clonar",
40
41
  "button.apply": "Aplicar",
41
42
  "button.search": "Buscar",
43
+ "button.edit": "Editar",
42
44
  "select.empty": "Selecionar",
43
45
  "pagination.label.showing": "Exibindo",
44
46
  "pagination.label.results": "resultados por página",
@@ -69,6 +71,7 @@ export const CommonTexts = {
69
71
  "button.save": "Salva",
70
72
  "button.clone": "Clona",
71
73
  "button.search": "Cerca",
74
+ "button.edit": "Modifica",
72
75
  "select.empty": "Seleziona",
73
76
  "button.apply": "Applica",
74
77
  "pagination.label.showing": "Mostrando",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tycho-components",
3
3
  "private": false,
4
- "version": "0.4.6",
4
+ "version": "0.4.7",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {