tycho-components 0.6.3 → 0.6.6
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.
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
height: 56px;
|
|
4
4
|
border-top: none;
|
|
5
5
|
justify-content: right;
|
|
6
|
-
width: 100%;
|
|
7
6
|
padding: var(--spacing-150) var(--spacing-100);
|
|
8
7
|
|
|
9
8
|
.itens-page {
|
|
@@ -35,7 +34,7 @@
|
|
|
35
34
|
|
|
36
35
|
.MuiInputBase-root {
|
|
37
36
|
border-radius: 0px;
|
|
38
|
-
font-family:
|
|
37
|
+
font-family: 'Work Sans' !important;
|
|
39
38
|
|
|
40
39
|
> .MuiSelect-select {
|
|
41
40
|
display: flex;
|
|
@@ -58,6 +58,7 @@ export declare const commonResources: {
|
|
|
58
58
|
'button.open': string;
|
|
59
59
|
'button.close': string;
|
|
60
60
|
'button.add': string;
|
|
61
|
+
'button.filter': string;
|
|
61
62
|
'label.public': string;
|
|
62
63
|
'label.private': string;
|
|
63
64
|
'select.empty': string;
|
|
@@ -314,6 +315,7 @@ export declare const commonResources: {
|
|
|
314
315
|
'button.open': string;
|
|
315
316
|
'button.add': string;
|
|
316
317
|
'button.close': string;
|
|
318
|
+
'button.filter': string;
|
|
317
319
|
'label.public': string;
|
|
318
320
|
'label.private': string;
|
|
319
321
|
'select.empty': string;
|
|
@@ -569,6 +571,7 @@ export declare const commonResources: {
|
|
|
569
571
|
'button.apply': string;
|
|
570
572
|
'button.add': string;
|
|
571
573
|
'button.close': string;
|
|
574
|
+
'button.filter': string;
|
|
572
575
|
'label.public': string;
|
|
573
576
|
'label.private': string;
|
|
574
577
|
'select.empty': string;
|
|
@@ -12,6 +12,7 @@ export declare const CommonTexts: {
|
|
|
12
12
|
'button.open': string;
|
|
13
13
|
'button.close': string;
|
|
14
14
|
'button.add': string;
|
|
15
|
+
'button.filter': string;
|
|
15
16
|
'label.public': string;
|
|
16
17
|
'label.private': string;
|
|
17
18
|
'select.empty': string;
|
|
@@ -57,6 +58,7 @@ export declare const CommonTexts: {
|
|
|
57
58
|
'button.open': string;
|
|
58
59
|
'button.add': string;
|
|
59
60
|
'button.close': string;
|
|
61
|
+
'button.filter': string;
|
|
60
62
|
'label.public': string;
|
|
61
63
|
'label.private': string;
|
|
62
64
|
'select.empty': string;
|
|
@@ -102,6 +104,7 @@ export declare const CommonTexts: {
|
|
|
102
104
|
'button.apply': string;
|
|
103
105
|
'button.add': string;
|
|
104
106
|
'button.close': string;
|
|
107
|
+
'button.filter': string;
|
|
105
108
|
'label.public': string;
|
|
106
109
|
'label.private': string;
|
|
107
110
|
'select.empty': string;
|
|
@@ -12,6 +12,7 @@ export const CommonTexts = {
|
|
|
12
12
|
'button.open': 'Open',
|
|
13
13
|
'button.close': 'Close',
|
|
14
14
|
'button.add': 'Add',
|
|
15
|
+
'button.filter': 'Filter',
|
|
15
16
|
'label.public': 'Public',
|
|
16
17
|
'label.private': 'Private',
|
|
17
18
|
'select.empty': 'Select',
|
|
@@ -40,7 +41,7 @@ export const CommonTexts = {
|
|
|
40
41
|
'document.status.edited': 'Edited',
|
|
41
42
|
'document.status.revision': 'In revision',
|
|
42
43
|
'document.status.completed': 'Completed',
|
|
43
|
-
'document.status.syntactic': '
|
|
44
|
+
'document.status.syntactic': 'Revision',
|
|
44
45
|
'document.status.copying': 'Copying',
|
|
45
46
|
'document.status.error': 'Error',
|
|
46
47
|
},
|
|
@@ -57,6 +58,7 @@ export const CommonTexts = {
|
|
|
57
58
|
'button.open': 'Abrir',
|
|
58
59
|
'button.add': 'Adicionar',
|
|
59
60
|
'button.close': 'Fechar',
|
|
61
|
+
'button.filter': 'Filtrar',
|
|
60
62
|
'label.public': 'Público',
|
|
61
63
|
'label.private': 'Privado',
|
|
62
64
|
'select.empty': 'Selecionar',
|
|
@@ -85,7 +87,7 @@ export const CommonTexts = {
|
|
|
85
87
|
'document.status.edited': 'Editado',
|
|
86
88
|
'document.status.revision': 'Em revisão',
|
|
87
89
|
'document.status.completed': 'Completo',
|
|
88
|
-
'document.status.syntactic': '
|
|
90
|
+
'document.status.syntactic': 'Revisão',
|
|
89
91
|
'document.status.copying': 'Copiando',
|
|
90
92
|
'document.status.error': 'Erro',
|
|
91
93
|
},
|
|
@@ -102,6 +104,7 @@ export const CommonTexts = {
|
|
|
102
104
|
'button.apply': 'Applica',
|
|
103
105
|
'button.add': 'Aggiungi',
|
|
104
106
|
'button.close': 'Chiudi',
|
|
107
|
+
'button.filter': 'Filtra',
|
|
105
108
|
'label.public': 'Pubblico',
|
|
106
109
|
'label.private': 'Privato',
|
|
107
110
|
'select.empty': 'Seleziona',
|
|
@@ -130,7 +133,7 @@ export const CommonTexts = {
|
|
|
130
133
|
'document.status.edited': 'Modificato',
|
|
131
134
|
'document.status.revision': 'In revisione',
|
|
132
135
|
'document.status.completed': 'Completato',
|
|
133
|
-
'document.status.syntactic': '
|
|
136
|
+
'document.status.syntactic': 'Revisione',
|
|
134
137
|
'document.status.copying': 'Copiando',
|
|
135
138
|
'document.status.error': 'Errore',
|
|
136
139
|
},
|