tycho-components 0.16.5 → 0.17.1
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.
- package/dist/AppReplaceAll/AppReplaceAll.d.ts +2 -0
- package/dist/{Header/HeaderReplaceAll/HeaderReplaceAll.js → AppReplaceAll/AppReplaceAll.js} +9 -6
- package/dist/AppReplaceAll/index.d.ts +2 -0
- package/dist/AppReplaceAll/index.js +2 -0
- package/dist/AppReplaceAll/style.scss +11 -0
- package/dist/Comments/HeaderNotifications/HeaderNotifications.d.ts +2 -1
- package/dist/Comments/HeaderNotifications/HeaderNotifications.js +2 -2
- package/dist/Header/Header.d.ts +1 -2
- package/dist/Header/Header.js +3 -14
- package/dist/Header/HeaderApps/HeaderApps.d.ts +14 -1
- package/dist/Header/HeaderApps/HeaderApps.js +18 -6
- package/dist/Header/HeaderApps/style.scss +65 -56
- package/dist/Header/HeaderApps/youtube.png +0 -0
- package/dist/Header/HeaderButtons/HeaderButtons.d.ts +16 -0
- package/dist/Header/HeaderButtons/HeaderButtons.js +18 -0
- package/dist/Header/HeaderButtons/index.d.ts +2 -0
- package/dist/Header/HeaderButtons/index.js +2 -0
- package/dist/Header/HeaderButtons/styles.scss +0 -0
- package/dist/Header/HeaderCorpora/HeaderCorpora.js +0 -2
- package/dist/Header/HeaderCorpora/HeaderCorpus.js +1 -1
- package/dist/Header/HeaderCorpora/style.scss +30 -6
- package/dist/Header/HeaderUser/HeaderUser.d.ts +1 -1
- package/dist/Header/HeaderUser/HeaderUser.js +9 -9
- package/dist/Header/HeaderUser/style.scss +1 -1
- package/dist/Header/HelpButton/HelpButton.d.ts +2 -1
- package/dist/Header/HelpButton/HelpButton.js +2 -2
- package/dist/Header/styles.scss +42 -14
- package/dist/Header/types/App.js +15 -15
- package/dist/LanguageSelector/LanguageSelector.d.ts +4 -1
- package/dist/LanguageSelector/LanguageSelector.js +3 -3
- package/dist/LanguageSelector/styles.scss +19 -0
- package/dist/configs/Localization.d.ts +143 -136
- package/dist/configs/localization/HeaderAppTexts.d.ts +87 -83
- package/dist/configs/localization/HeaderAppTexts.js +87 -83
- package/dist/configs/localization/HeaderTexts.d.ts +58 -55
- package/dist/configs/localization/HeaderTexts.js +58 -55
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
- package/dist/Header/HeaderReplaceAll/HeaderReplaceAll.d.ts +0 -2
- package/dist/Header/HeaderReplaceAll/index.d.ts +0 -2
- package/dist/Header/HeaderReplaceAll/index.js +0 -2
- package/dist/Header/HeaderReplaceAll/style.scss +0 -24
|
@@ -1,62 +1,65 @@
|
|
|
1
1
|
export const HeaderTexts = {
|
|
2
2
|
en: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
3
|
+
'label.platform': 'Tycho',
|
|
4
|
+
'label.platform.complete': 'Tycho Platform',
|
|
5
|
+
'label.signout': 'sign out',
|
|
6
|
+
'label.my.settings': 'My Settings',
|
|
7
|
+
'label.choose': 'Choose a corpus',
|
|
8
|
+
'tooltip.keyboard': 'Open Virtual Keyboard',
|
|
9
|
+
'tooltip.tutorials': 'Views Tutorials',
|
|
10
|
+
'replace.all.tooltip': 'Replace All',
|
|
11
|
+
'replace.find.placeholder': 'Find',
|
|
12
|
+
'replace.placeholder': 'Replace',
|
|
13
|
+
'tag.public': 'Public',
|
|
14
|
+
'tag.private': 'Private',
|
|
15
|
+
'profile.label.hello': 'Hello,',
|
|
16
|
+
'profile.label.theme': 'Layout Theme',
|
|
17
|
+
'profile.label.help': 'Help Center',
|
|
18
|
+
'profile.label.logout': 'Logout',
|
|
19
|
+
'profile.label.home': 'My profile',
|
|
20
|
+
'button.sign.in': 'Sign In',
|
|
21
|
+
'button.close': 'Close',
|
|
21
22
|
},
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
23
|
+
'pt-BR': {
|
|
24
|
+
'label.platform': 'Tycho',
|
|
25
|
+
'label.platform.complete': 'Plataforma Tycho',
|
|
26
|
+
'label.signout': 'sair',
|
|
27
|
+
'label.my.settings': 'Minhas Configurações',
|
|
28
|
+
'label.choose': 'Escolha um corpus',
|
|
29
|
+
'tooltip.keyboard': 'Abrir Teclado Virtual',
|
|
30
|
+
'tooltip.tutorials': 'Ver tutoriais',
|
|
31
|
+
'replace.all.tooltip': 'Substituir Todos',
|
|
32
|
+
'replace.find.placeholder': 'Procurar',
|
|
33
|
+
'replace.placeholder': 'Substituir',
|
|
34
|
+
'tag.public': 'Público',
|
|
35
|
+
'tag.private': 'Privado',
|
|
36
|
+
'profile.label.hello': 'Olá,',
|
|
37
|
+
'profile.label.theme': 'Tema do Layout',
|
|
38
|
+
'profile.label.help': 'Central de Ajuda',
|
|
39
|
+
'profile.label.logout': 'Sair da conta',
|
|
40
|
+
'profile.label.home': 'Meu perfil',
|
|
41
|
+
'button.sign.in': 'Entrar',
|
|
42
|
+
'button.close': 'Fechar',
|
|
41
43
|
},
|
|
42
44
|
it: {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
45
|
+
'label.platform': 'Tycho',
|
|
46
|
+
'label.platform.complete': 'Piattaforma Tycho',
|
|
47
|
+
'label.signout': 'esci',
|
|
48
|
+
'label.my.settings': 'Le mie impostazioni',
|
|
49
|
+
'label.choose': 'Scegli un corpus',
|
|
50
|
+
'tooltip.keyboard': 'Apri tastiera virtuale',
|
|
51
|
+
'tooltip.tutorials': 'Visualizza i tutorial',
|
|
52
|
+
'replace.all.tooltip': 'Sostituisci tutto',
|
|
53
|
+
'replace.find.placeholder': 'Trova',
|
|
54
|
+
'replace.placeholder': 'Sostituisci',
|
|
55
|
+
'tag.public': 'Pubblico',
|
|
56
|
+
'tag.private': 'Privato',
|
|
57
|
+
'profile.label.hello': 'Ciao,',
|
|
58
|
+
'profile.label.theme': 'Tema grafico',
|
|
59
|
+
'profile.label.help': 'Centro assistenza',
|
|
60
|
+
'profile.label.logout': 'Disconnetti',
|
|
61
|
+
'profile.label.home': 'Il mio profilo',
|
|
62
|
+
'button.sign.in': 'Accedi',
|
|
63
|
+
'button.close': 'Chiudi',
|
|
61
64
|
},
|
|
62
65
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export { default as AppModalRemove } from './AppModal/AppModalRemove';
|
|
|
21
21
|
export { default as AppPagination } from './AppPagination';
|
|
22
22
|
export { default as AppPicture } from './AppPicture';
|
|
23
23
|
export { default as AppPlaceholder } from './AppPlaceholder';
|
|
24
|
+
export { default as AppReplaceAll } from './AppReplaceAll/AppReplaceAll';
|
|
24
25
|
export { default as AppTable } from './AppTable';
|
|
25
26
|
export { default as AppTableList } from './AppTable/AppTableList';
|
|
26
27
|
export { EMPTY_GRID_PAGE, EMPTY_PAGE, isPageEmpty, } from './AppTable/types/AppPage';
|
package/dist/index.js
CHANGED
|
@@ -16,6 +16,7 @@ export { default as AppModalRemove } from './AppModal/AppModalRemove';
|
|
|
16
16
|
export { default as AppPagination } from './AppPagination';
|
|
17
17
|
export { default as AppPicture } from './AppPicture';
|
|
18
18
|
export { default as AppPlaceholder } from './AppPlaceholder';
|
|
19
|
+
export { default as AppReplaceAll } from './AppReplaceAll/AppReplaceAll';
|
|
19
20
|
export { default as AppTable } from './AppTable';
|
|
20
21
|
export { default as AppTableList } from './AppTable/AppTableList';
|
|
21
22
|
export { EMPTY_GRID_PAGE, EMPTY_PAGE, isPageEmpty, } from './AppTable/types/AppPage';
|
package/package.json
CHANGED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
.popover-replace {
|
|
2
|
-
max-width: 10vw;
|
|
3
|
-
|
|
4
|
-
.popover-body {
|
|
5
|
-
display: flex;
|
|
6
|
-
flex-direction: column;
|
|
7
|
-
gap: 4px;
|
|
8
|
-
max-width: 10vw;
|
|
9
|
-
padding: 8px;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.btn-replace-all {
|
|
14
|
-
width: 40px;
|
|
15
|
-
height: 40px;
|
|
16
|
-
background: var(--button-primary-default);
|
|
17
|
-
border-radius: 0;
|
|
18
|
-
border: 0;
|
|
19
|
-
margin-right: 4px;
|
|
20
|
-
|
|
21
|
-
&:hover {
|
|
22
|
-
background: var(--button-primary-hover);
|
|
23
|
-
}
|
|
24
|
-
}
|