tycho-components 0.2.0-SNAPSHOT-9 → 0.2.0-SNAPSHOT-11

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.
@@ -1,6 +1,6 @@
1
1
  .tree-view-container {
2
2
  position: relative;
3
- padding-top: 8px;
3
+ width: 100%;
4
4
 
5
5
  .canvas-tree {
6
6
  height: 80vh;
@@ -38,6 +38,7 @@ export declare const commonResources: {
38
38
  'button.save': string;
39
39
  'button.clone': string;
40
40
  'button.apply': string;
41
+ 'button.search': string;
41
42
  'select.empty': string;
42
43
  'pagination.label.showing': string;
43
44
  'pagination.label.results': string;
@@ -185,6 +186,7 @@ export declare const commonResources: {
185
186
  'button.save': string;
186
187
  'button.clone': string;
187
188
  'button.apply': string;
189
+ 'button.search': string;
188
190
  'select.empty': string;
189
191
  'pagination.label.showing': string;
190
192
  'pagination.label.results': string;
@@ -328,6 +330,7 @@ export declare const commonResources: {
328
330
  'button.remove': string;
329
331
  'button.save': string;
330
332
  'button.clone': string;
333
+ 'button.search': string;
331
334
  'select.empty': string;
332
335
  'button.apply': string;
333
336
  'pagination.label.showing': string;
@@ -6,6 +6,7 @@ export declare const CommonTexts: {
6
6
  'button.save': string;
7
7
  'button.clone': string;
8
8
  'button.apply': string;
9
+ 'button.search': string;
9
10
  'select.empty': string;
10
11
  'pagination.label.showing': string;
11
12
  'pagination.label.results': string;
@@ -32,6 +33,7 @@ export declare const CommonTexts: {
32
33
  'button.save': string;
33
34
  'button.clone': string;
34
35
  'button.apply': string;
36
+ 'button.search': string;
35
37
  'select.empty': string;
36
38
  'pagination.label.showing': string;
37
39
  'pagination.label.results': string;
@@ -57,6 +59,7 @@ export declare const CommonTexts: {
57
59
  'button.remove': string;
58
60
  'button.save': string;
59
61
  'button.clone': string;
62
+ 'button.search': string;
60
63
  'select.empty': string;
61
64
  'button.apply': string;
62
65
  'pagination.label.showing': string;
@@ -6,6 +6,7 @@ export const CommonTexts = {
6
6
  'button.save': 'Save',
7
7
  'button.clone': 'Clone',
8
8
  'button.apply': 'Apply',
9
+ 'button.search': 'Search',
9
10
  'select.empty': 'Select',
10
11
  'pagination.label.showing': '',
11
12
  'pagination.label.results': 'results per page',
@@ -32,6 +33,7 @@ export const CommonTexts = {
32
33
  'button.save': 'Salvar',
33
34
  'button.clone': 'Clonar',
34
35
  'button.apply': 'Aplicar',
36
+ 'button.search': 'Buscar',
35
37
  'select.empty': 'Selecionar',
36
38
  'pagination.label.showing': 'Exibindo',
37
39
  'pagination.label.results': 'resultados por página',
@@ -57,6 +59,7 @@ export const CommonTexts = {
57
59
  'button.remove': 'Rimuovi',
58
60
  'button.save': 'Salva',
59
61
  'button.clone': 'Clona',
62
+ 'button.search': 'Cerca',
60
63
  'select.empty': 'Seleziona',
61
64
  'button.apply': 'Applica',
62
65
  '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.2.0-SNAPSHOT-9",
4
+ "version": "0.2.0-SNAPSHOT-11",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {