tycho-components 0.19.17 → 0.21.0

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.
Files changed (370) hide show
  1. package/dist/{AppConsent → common/AppConsent}/AppConsent.d.ts +1 -1
  2. package/dist/{AppDropzone → common/AppDropzone}/AppDropzoneBody.js +3 -3
  3. package/dist/{AppForm → common/AppForm}/AppFormInfo.js +1 -1
  4. package/dist/{AppKeyboard → common/AppKeyboard}/AppKeyboard.js +2 -2
  5. package/dist/{AppPicture → common/AppPicture}/AppPicture.js +1 -1
  6. package/dist/{AppToast → common/AppToast}/AppToast.js +2 -2
  7. package/dist/common/index.d.ts +34 -0
  8. package/dist/common/index.js +27 -0
  9. package/dist/configs/Localization.d.ts +20 -961
  10. package/dist/configs/Localization.js +42 -47
  11. package/dist/configs/index.d.ts +27 -0
  12. package/dist/configs/index.js +16 -0
  13. package/dist/configs/mock/MockStructs.d.ts +1 -1
  14. package/dist/configs/store/actions.d.ts +1 -1
  15. package/dist/configs/store/store.js +1 -1
  16. package/dist/configs/store/types.d.ts +1 -1
  17. package/dist/configs/types/Document.d.ts +1 -1
  18. package/dist/configs/types/Sentence.d.ts +1 -1
  19. package/dist/cytoscape-context-menus.d.ts +1 -1
  20. package/dist/cytoscape-context-menus.js +1 -1
  21. package/dist/{Comments → features/Comments}/CommentAdd.d.ts +1 -1
  22. package/dist/{Comments → features/Comments}/CommentAdd.js +3 -3
  23. package/dist/{Comments → features/Comments}/CommentInfo.js +3 -3
  24. package/dist/{Comments/types → features/Comments}/CommentService.d.ts +1 -1
  25. package/dist/{Comments → features/Comments}/Comments.js +5 -5
  26. package/dist/{Comments → features/Comments}/HeaderNotifications/HeaderNotifications.js +2 -2
  27. package/dist/{Parameters → features/Parameters}/Parameters.js +1 -1
  28. package/dist/{Participants → features/Participants}/ParticipantCreate/ParticipantCreate.js +4 -4
  29. package/dist/{Participants → features/Participants}/ParticipantRemove/ParticipantRemove.js +4 -4
  30. package/dist/{Participants/types → features/Participants}/ParticipantService.d.ts +2 -2
  31. package/dist/{Participants → features/Participants}/Participants.js +3 -3
  32. package/dist/{Participants → features/Participants}/types/Participant.d.ts +1 -1
  33. package/dist/features/SentenceSplit/SentenceSplit.d.ts +28 -0
  34. package/dist/features/SentenceSplit/SentenceSplit.js +180 -0
  35. package/dist/features/SentenceSplit/SentenceSplitAudio/SentenceSplitAudioStep.d.ts +9 -0
  36. package/dist/features/SentenceSplit/SentenceSplitAudio/SentenceSplitAudioStep.js +38 -0
  37. package/dist/features/SentenceSplit/SentenceSplitAudio/index.d.ts +2 -0
  38. package/dist/features/SentenceSplit/SentenceSplitAudio/index.js +2 -0
  39. package/dist/features/SentenceSplit/SentenceSplitAudio/style.scss +29 -0
  40. package/dist/features/SentenceSplit/SentenceSplitChoose/SentenceSplitChoose.d.ts +10 -0
  41. package/dist/features/SentenceSplit/SentenceSplitChoose/SentenceSplitChoose.js +23 -0
  42. package/dist/features/SentenceSplit/SentenceSplitChoose/index.d.ts +2 -0
  43. package/dist/features/SentenceSplit/SentenceSplitChoose/index.js +2 -0
  44. package/dist/features/SentenceSplit/SentenceSplitChoose/style.scss +25 -0
  45. package/dist/features/SentenceSplit/SentenceSplitCommentUtils.d.ts +21 -0
  46. package/dist/features/SentenceSplit/SentenceSplitCommentUtils.js +77 -0
  47. package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentBlock.d.ts +7 -0
  48. package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentBlock.js +6 -0
  49. package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitComments.d.ts +8 -0
  50. package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitComments.js +37 -0
  51. package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentsStep.d.ts +11 -0
  52. package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentsStep.js +72 -0
  53. package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentsWords.d.ts +9 -0
  54. package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentsWords.js +15 -0
  55. package/dist/features/SentenceSplit/SentenceSplitComments/index.d.ts +2 -0
  56. package/dist/features/SentenceSplit/SentenceSplitComments/index.js +2 -0
  57. package/dist/features/SentenceSplit/SentenceSplitComments/style.scss +126 -0
  58. package/dist/features/SentenceSplit/SentenceSplitPreview/SentenceSplitPreview.d.ts +10 -0
  59. package/dist/features/SentenceSplit/SentenceSplitPreview/SentenceSplitPreview.js +10 -0
  60. package/dist/features/SentenceSplit/SentenceSplitPreview/SentenceSplitPreviewStep.d.ts +11 -0
  61. package/dist/features/SentenceSplit/SentenceSplitPreview/SentenceSplitPreviewStep.js +24 -0
  62. package/dist/features/SentenceSplit/SentenceSplitPreview/index.d.ts +2 -0
  63. package/dist/features/SentenceSplit/SentenceSplitPreview/index.js +2 -0
  64. package/dist/features/SentenceSplit/SentenceSplitPreview/style.scss +24 -0
  65. package/dist/features/SentenceSplit/SentenceSplitService.d.ts +13 -0
  66. package/dist/features/SentenceSplit/SentenceSplitService.js +13 -0
  67. package/dist/features/SentenceSplit/SentenceSplitTranslations/SentenceSplitTranslations.d.ts +12 -0
  68. package/dist/features/SentenceSplit/SentenceSplitTranslations/SentenceSplitTranslations.js +15 -0
  69. package/dist/features/SentenceSplit/SentenceSplitTranslations/SentenceSplitTranslationsStep.d.ts +10 -0
  70. package/dist/features/SentenceSplit/SentenceSplitTranslations/SentenceSplitTranslationsStep.js +8 -0
  71. package/dist/features/SentenceSplit/SentenceSplitTranslations/index.d.ts +2 -0
  72. package/dist/features/SentenceSplit/SentenceSplitTranslations/index.js +2 -0
  73. package/dist/features/SentenceSplit/SentenceSplitTranslations/style.scss +23 -0
  74. package/dist/features/SentenceSplit/SentenceSplitUtils.d.ts +6 -0
  75. package/dist/features/SentenceSplit/SentenceSplitUtils.js +17 -0
  76. package/dist/features/SentenceSplit/index.d.ts +2 -0
  77. package/dist/features/SentenceSplit/index.js +2 -0
  78. package/dist/features/SentenceSplit/localization/SentenceSplitTexts.d.ts +107 -0
  79. package/dist/features/SentenceSplit/localization/SentenceSplitTexts.js +107 -0
  80. package/dist/features/SentenceSplit/style.scss +173 -0
  81. package/dist/features/SentenceSplit/types/Language.d.ts +6 -0
  82. package/dist/features/SentenceSplit/types/SentenceSplitRequest.d.ts +20 -0
  83. package/dist/features/SentenceSplit/types/SentenceSplitRequest.js +16 -0
  84. package/dist/{SentenceView → features/SentenceView}/SentenceEditionTiers.d.ts +1 -1
  85. package/dist/{SentenceView → features/SentenceView}/SentenceEditionTiers.js +2 -2
  86. package/dist/{SentenceView → features/SentenceView}/SentenceMorphemeTags.d.ts +1 -1
  87. package/dist/{SentenceView → features/SentenceView}/SentenceMorphemeTags.js +1 -1
  88. package/dist/{SentenceView → features/SentenceView}/SentenceMorphemeTiers.d.ts +2 -2
  89. package/dist/{SentenceView → features/SentenceView}/SentenceMorphemeTiers.js +1 -1
  90. package/dist/{SentenceView → features/SentenceView}/SentenceTags.d.ts +1 -1
  91. package/dist/{SentenceView → features/SentenceView}/SentenceTags.js +1 -1
  92. package/dist/{SentenceView → features/SentenceView}/SentenceValues.d.ts +1 -1
  93. package/dist/{SentenceView → features/SentenceView}/SentenceValues.js +1 -1
  94. package/dist/{SentenceView → features/SentenceView}/SentenceView.d.ts +2 -2
  95. package/dist/{SentenceView → features/SentenceView}/SentenceView.js +1 -1
  96. package/dist/{SentenceView → features/SentenceView}/SentenceWordTiers.d.ts +2 -2
  97. package/dist/{SentenceView → features/SentenceView}/SentenceWordTiers.js +1 -1
  98. package/dist/{TreeView → features/TreeView}/TreeView.d.ts +1 -1
  99. package/dist/{TreeView → features/TreeView}/TreeView.js +3 -3
  100. package/dist/{TreeView → features/TreeView}/TreeViewSearch/TreeViewSearch.d.ts +1 -1
  101. package/dist/{TreeView → features/TreeView}/TreeViewSearch/TreeViewSearch.js +1 -1
  102. package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapeTreeConverter.d.ts +1 -1
  103. package/dist/features/TreeView/cytoscape/NodeCalculation.js +1 -0
  104. package/dist/{TreeView → features/TreeView}/cytoscape/SyntreesCytoscape.d.ts +1 -1
  105. package/dist/features/index.d.ts +24 -0
  106. package/dist/features/index.js +17 -0
  107. package/dist/functions/FormUtils.d.ts +1 -1
  108. package/dist/functions/index.d.ts +10 -0
  109. package/dist/functions/index.js +9 -0
  110. package/dist/index.d.ts +5 -103
  111. package/dist/index.js +5 -77
  112. package/dist/{Base → shell/Base}/ErrorFound.js +1 -1
  113. package/dist/{Base → shell/Base}/Logout.js +2 -2
  114. package/dist/{Base → shell/Base}/Unauthorized.js +2 -2
  115. package/dist/{Header → shell/Header}/HeaderApps/HeaderApps.d.ts +3 -3
  116. package/dist/{Header → shell/Header}/HeaderApps/HeaderApps.js +24 -24
  117. package/dist/{Header → shell/Header}/HeaderButtons/HeaderButtons.js +5 -5
  118. package/dist/{Header → shell/Header}/HeaderCorpora/HeaderCorpora.js +3 -3
  119. package/dist/{Header → shell/Header}/HeaderCorpora/HeaderCorpus.js +2 -2
  120. package/dist/{Header → shell/Header}/HeaderUser/HeaderUser.js +1 -1
  121. package/dist/{Header → shell/Header}/HelpButton/HelpModal.js +3 -3
  122. package/dist/{Header → shell/Header}/types/App.js +1 -1
  123. package/dist/{Header → shell/Header}/types/CorpusService.d.ts +1 -1
  124. package/dist/{Header → shell/Header}/types/CorpusService.js +2 -2
  125. package/dist/shell/index.d.ts +16 -0
  126. package/dist/shell/index.js +13 -0
  127. package/package.json +31 -2
  128. /package/dist/{AppAnalytics → common/AppAnalytics}/AppAnalytics.d.ts +0 -0
  129. /package/dist/{AppAnalytics → common/AppAnalytics}/AppAnalytics.js +0 -0
  130. /package/dist/{AppAnalytics → common/AppAnalytics}/index.d.ts +0 -0
  131. /package/dist/{AppAnalytics → common/AppAnalytics}/index.js +0 -0
  132. /package/dist/{AppCard → common/AppCard}/AppCard.d.ts +0 -0
  133. /package/dist/{AppCard → common/AppCard}/AppCard.js +0 -0
  134. /package/dist/{AppCard → common/AppCard}/index.d.ts +0 -0
  135. /package/dist/{AppCard → common/AppCard}/index.js +0 -0
  136. /package/dist/{AppCard → common/AppCard}/style.scss +0 -0
  137. /package/dist/{AppClipboard → common/AppClipboard}/AppClipboard.d.ts +0 -0
  138. /package/dist/{AppClipboard → common/AppClipboard}/AppClipboard.js +0 -0
  139. /package/dist/{AppClipboard → common/AppClipboard}/index.d.ts +0 -0
  140. /package/dist/{AppClipboard → common/AppClipboard}/index.js +0 -0
  141. /package/dist/{AppColorpicker → common/AppColorpicker}/AppColorpicker.d.ts +0 -0
  142. /package/dist/{AppColorpicker → common/AppColorpicker}/AppColorpicker.js +0 -0
  143. /package/dist/{AppColorpicker → common/AppColorpicker}/index.d.ts +0 -0
  144. /package/dist/{AppColorpicker → common/AppColorpicker}/index.js +0 -0
  145. /package/dist/{AppColorpicker → common/AppColorpicker}/style.scss +0 -0
  146. /package/dist/{AppConsent → common/AppConsent}/AppConsent.js +0 -0
  147. /package/dist/{AppConsent → common/AppConsent}/index.d.ts +0 -0
  148. /package/dist/{AppConsent → common/AppConsent}/index.js +0 -0
  149. /package/dist/{AppCopyText → common/AppCopyText}/AppCopyText.d.ts +0 -0
  150. /package/dist/{AppCopyText → common/AppCopyText}/AppCopyText.js +0 -0
  151. /package/dist/{AppCopyText → common/AppCopyText}/index.d.ts +0 -0
  152. /package/dist/{AppCopyText → common/AppCopyText}/index.js +0 -0
  153. /package/dist/{AppCopyText → common/AppCopyText}/styles.scss +0 -0
  154. /package/dist/{AppDropzone → common/AppDropzone}/AppDropzone.d.ts +0 -0
  155. /package/dist/{AppDropzone → common/AppDropzone}/AppDropzone.js +0 -0
  156. /package/dist/{AppDropzone → common/AppDropzone}/AppDropzoneBody.d.ts +0 -0
  157. /package/dist/{AppDropzone → common/AppDropzone}/UploadService.d.ts +0 -0
  158. /package/dist/{AppDropzone → common/AppDropzone}/UploadService.js +0 -0
  159. /package/dist/{AppDropzone → common/AppDropzone}/UploadedFile.d.ts +0 -0
  160. /package/dist/{AppDropzone → common/AppDropzone}/UploadedFile.js +0 -0
  161. /package/dist/{AppDropzone → common/AppDropzone}/index.d.ts +0 -0
  162. /package/dist/{AppDropzone → common/AppDropzone}/index.js +0 -0
  163. /package/dist/{AppDropzone → common/AppDropzone}/style.scss +0 -0
  164. /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/AppDropzoneBodyLocal.d.ts +0 -0
  165. /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/AppDropzoneBodyLocal.js +0 -0
  166. /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/AppDropzoneLocal.d.ts +0 -0
  167. /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/AppDropzoneLocal.js +0 -0
  168. /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/UploadedFileLocal.d.ts +0 -0
  169. /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/UploadedFileLocal.js +0 -0
  170. /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/index.d.ts +0 -0
  171. /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/index.js +0 -0
  172. /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/style.scss +0 -0
  173. /package/dist/{AppEditable → common/AppEditable}/AppEditable.d.ts +0 -0
  174. /package/dist/{AppEditable → common/AppEditable}/AppEditable.js +0 -0
  175. /package/dist/{AppEditable → common/AppEditable}/AppEditableField.d.ts +0 -0
  176. /package/dist/{AppEditable → common/AppEditable}/AppEditableField.js +0 -0
  177. /package/dist/{AppEditable → common/AppEditable}/FormField.d.ts +0 -0
  178. /package/dist/{AppEditable → common/AppEditable}/FormField.js +0 -0
  179. /package/dist/{AppEditable → common/AppEditable}/FormFieldOption.d.ts +0 -0
  180. /package/dist/{AppEditable → common/AppEditable}/FormFieldOption.js +0 -0
  181. /package/dist/{AppEditable → common/AppEditable}/index.d.ts +0 -0
  182. /package/dist/{AppEditable → common/AppEditable}/index.js +0 -0
  183. /package/dist/{AppEditable → common/AppEditable}/style.scss +0 -0
  184. /package/dist/{AppForm → common/AppForm}/AppForm.d.ts +0 -0
  185. /package/dist/{AppForm → common/AppForm}/AppForm.js +0 -0
  186. /package/dist/{AppForm → common/AppForm}/AppFormField.d.ts +0 -0
  187. /package/dist/{AppForm → common/AppForm}/AppFormField.js +0 -0
  188. /package/dist/{AppForm → common/AppForm}/AppFormInfo.d.ts +0 -0
  189. /package/dist/{AppForm → common/AppForm}/index.d.ts +0 -0
  190. /package/dist/{AppForm → common/AppForm}/index.js +0 -0
  191. /package/dist/{AppForm → common/AppForm}/style.scss +0 -0
  192. /package/dist/{AppKeyboard → common/AppKeyboard}/AppKeyboard.d.ts +0 -0
  193. /package/dist/{AppKeyboard → common/AppKeyboard}/index.d.ts +0 -0
  194. /package/dist/{AppKeyboard → common/AppKeyboard}/index.js +0 -0
  195. /package/dist/{AppLoading → common/AppLoading}/AppLoading.d.ts +0 -0
  196. /package/dist/{AppLoading → common/AppLoading}/AppLoading.js +0 -0
  197. /package/dist/{AppLoading → common/AppLoading}/index.d.ts +0 -0
  198. /package/dist/{AppLoading → common/AppLoading}/index.js +0 -0
  199. /package/dist/{AppLoading → common/AppLoading}/style.scss +0 -0
  200. /package/dist/{AppModal → common/AppModal}/AppModal.d.ts +0 -0
  201. /package/dist/{AppModal → common/AppModal}/AppModal.js +0 -0
  202. /package/dist/{AppModal → common/AppModal}/AppModalConfirm.d.ts +0 -0
  203. /package/dist/{AppModal → common/AppModal}/AppModalConfirm.js +0 -0
  204. /package/dist/{AppModal → common/AppModal}/AppModalRemove.d.ts +0 -0
  205. /package/dist/{AppModal → common/AppModal}/AppModalRemove.js +0 -0
  206. /package/dist/{AppModal → common/AppModal}/AppModalUtils.d.ts +0 -0
  207. /package/dist/{AppModal → common/AppModal}/AppModalUtils.js +0 -0
  208. /package/dist/{AppModal → common/AppModal}/index.d.ts +0 -0
  209. /package/dist/{AppModal → common/AppModal}/index.js +0 -0
  210. /package/dist/{AppModal → common/AppModal}/style.scss +0 -0
  211. /package/dist/{AppPagination → common/AppPagination}/AppPagination.d.ts +0 -0
  212. /package/dist/{AppPagination → common/AppPagination}/AppPagination.js +0 -0
  213. /package/dist/{AppPagination → common/AppPagination}/index.d.ts +0 -0
  214. /package/dist/{AppPagination → common/AppPagination}/index.js +0 -0
  215. /package/dist/{AppPagination → common/AppPagination}/styles.scss +0 -0
  216. /package/dist/{AppPicture → common/AppPicture}/AppPicture.d.ts +0 -0
  217. /package/dist/{AppPicture → common/AppPicture}/index.d.ts +0 -0
  218. /package/dist/{AppPicture → common/AppPicture}/index.js +0 -0
  219. /package/dist/{AppPicture → common/AppPicture}/style.scss +0 -0
  220. /package/dist/{AppPlaceholder → common/AppPlaceholder}/AppPlaceholder.d.ts +0 -0
  221. /package/dist/{AppPlaceholder → common/AppPlaceholder}/AppPlaceholder.js +0 -0
  222. /package/dist/{AppPlaceholder → common/AppPlaceholder}/index.d.ts +0 -0
  223. /package/dist/{AppPlaceholder → common/AppPlaceholder}/index.js +0 -0
  224. /package/dist/{AppPlaceholder → common/AppPlaceholder}/style.scss +0 -0
  225. /package/dist/{AppReplaceAll → common/AppReplaceAll}/AppReplaceAll.d.ts +0 -0
  226. /package/dist/{AppReplaceAll → common/AppReplaceAll}/AppReplaceAll.js +0 -0
  227. /package/dist/{AppReplaceAll → common/AppReplaceAll}/index.d.ts +0 -0
  228. /package/dist/{AppReplaceAll → common/AppReplaceAll}/index.js +0 -0
  229. /package/dist/{AppReplaceAll → common/AppReplaceAll}/style.scss +0 -0
  230. /package/dist/{AppTable → common/AppTable}/AppTable.d.ts +0 -0
  231. /package/dist/{AppTable → common/AppTable}/AppTable.js +0 -0
  232. /package/dist/{AppTable → common/AppTable}/AppTableList.d.ts +0 -0
  233. /package/dist/{AppTable → common/AppTable}/AppTableList.js +0 -0
  234. /package/dist/{AppTable → common/AppTable}/AppTableTheme.d.ts +0 -0
  235. /package/dist/{AppTable → common/AppTable}/AppTableTheme.js +0 -0
  236. /package/dist/{AppTable → common/AppTable}/AppTableUtils.d.ts +0 -0
  237. /package/dist/{AppTable → common/AppTable}/AppTableUtils.js +0 -0
  238. /package/dist/{AppTable → common/AppTable}/index.d.ts +0 -0
  239. /package/dist/{AppTable → common/AppTable}/index.js +0 -0
  240. /package/dist/{AppTable → common/AppTable}/styles.scss +0 -0
  241. /package/dist/{AppTable → common/AppTable}/types/AppPage.d.ts +0 -0
  242. /package/dist/{AppTable → common/AppTable}/types/AppPage.js +0 -0
  243. /package/dist/{AppTable → common/AppTable}/types/AppPageable.d.ts +0 -0
  244. /package/dist/{AppTable → common/AppTable}/types/AppPageable.js +0 -0
  245. /package/dist/{AppToast → common/AppToast}/AppToast.d.ts +0 -0
  246. /package/dist/{AppToast → common/AppToast}/ToastMessage.d.ts +0 -0
  247. /package/dist/{AppToast → common/AppToast}/ToastMessage.js +0 -0
  248. /package/dist/{AppToast → common/AppToast}/index.d.ts +0 -0
  249. /package/dist/{AppToast → common/AppToast}/index.js +0 -0
  250. /package/dist/{AppToast → common/AppToast}/style.scss +0 -0
  251. /package/dist/{Comments → features/Comments}/CommentInfo.d.ts +0 -0
  252. /package/dist/{Comments/types → features/Comments}/CommentService.js +0 -0
  253. /package/dist/{Comments → features/Comments}/Comments.d.ts +0 -0
  254. /package/dist/{Comments → features/Comments}/HeaderNotifications/HeaderNotifications.d.ts +0 -0
  255. /package/dist/{Comments → features/Comments}/HeaderNotifications/index.d.ts +0 -0
  256. /package/dist/{Comments → features/Comments}/HeaderNotifications/index.js +0 -0
  257. /package/dist/{Comments → features/Comments}/HeaderNotifications/style.scss +0 -0
  258. /package/dist/{Comments → features/Comments}/index.d.ts +0 -0
  259. /package/dist/{Comments → features/Comments}/index.js +0 -0
  260. /package/dist/{Comments → features/Comments}/style.scss +0 -0
  261. /package/dist/{Comments → features/Comments}/types/Comment.d.ts +0 -0
  262. /package/dist/{Comments → features/Comments}/types/Comment.js +0 -0
  263. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/CytoscapeMenuCanvas.d.ts +0 -0
  264. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/CytoscapeMenuCanvas.js +0 -0
  265. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/constants.d.ts +0 -0
  266. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/constants.js +0 -0
  267. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/context-menu.d.ts +0 -0
  268. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/context-menu.js +0 -0
  269. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/cytoscape-context-menus.d.ts +0 -0
  270. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/cytoscape-context-menus.js +0 -0
  271. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/index.d.ts +0 -0
  272. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/index.js +0 -0
  273. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/style.scss +0 -0
  274. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/utils.d.ts +0 -0
  275. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/utils.js +0 -0
  276. /package/dist/{Parameters → features/Parameters}/Parameters.d.ts +0 -0
  277. /package/dist/{Parameters → features/Parameters}/index.d.ts +0 -0
  278. /package/dist/{Parameters → features/Parameters}/index.js +0 -0
  279. /package/dist/{Parameters → features/Parameters}/style.scss +0 -0
  280. /package/dist/{Participants → features/Participants}/ParticipantCreate/ParticipantCreate.d.ts +0 -0
  281. /package/dist/{Participants → features/Participants}/ParticipantCreate/index.d.ts +0 -0
  282. /package/dist/{Participants → features/Participants}/ParticipantCreate/index.js +0 -0
  283. /package/dist/{Participants → features/Participants}/ParticipantRemove/ParticipantRemove.d.ts +0 -0
  284. /package/dist/{Participants → features/Participants}/ParticipantRemove/index.d.ts +0 -0
  285. /package/dist/{Participants → features/Participants}/ParticipantRemove/index.js +0 -0
  286. /package/dist/{Participants → features/Participants}/ParticipantRemove/style.scss +0 -0
  287. /package/dist/{Participants/types → features/Participants}/ParticipantService.js +0 -0
  288. /package/dist/{Participants → features/Participants}/Participants.d.ts +0 -0
  289. /package/dist/{Participants → features/Participants}/index.d.ts +0 -0
  290. /package/dist/{Participants → features/Participants}/index.js +0 -0
  291. /package/dist/{Participants → features/Participants}/style.scss +0 -0
  292. /package/dist/{Participants → features/Participants}/types/Participant.js +0 -0
  293. /package/dist/{TreeView/cytoscape/NodeBounds.js → features/SentenceSplit/types/Language.js} +0 -0
  294. /package/dist/{SentenceView → features/SentenceView}/index.d.ts +0 -0
  295. /package/dist/{SentenceView → features/SentenceView}/index.js +0 -0
  296. /package/dist/{SentenceView → features/SentenceView}/style.scss +0 -0
  297. /package/dist/{TreeView → features/TreeView}/TreeViewSearch/TreeViewSearchField.d.ts +0 -0
  298. /package/dist/{TreeView → features/TreeView}/TreeViewSearch/TreeViewSearchField.js +0 -0
  299. /package/dist/{TreeView → features/TreeView}/TreeViewSearch/style.scss +0 -0
  300. /package/dist/{TreeView → features/TreeView}/cytoscape/Configuration.d.ts +0 -0
  301. /package/dist/{TreeView → features/TreeView}/cytoscape/Configuration.js +0 -0
  302. /package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapePositionCalculator.d.ts +0 -0
  303. /package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapePositionCalculator.js +0 -0
  304. /package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapeStylesheet.d.ts +0 -0
  305. /package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapeStylesheet.js +0 -0
  306. /package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapeTreeConverter.js +0 -0
  307. /package/dist/{TreeView → features/TreeView}/cytoscape/NodeBounds.d.ts +0 -0
  308. /package/dist/{TreeView/cytoscape/NodeCalculation.js → features/TreeView/cytoscape/NodeBounds.js} +0 -0
  309. /package/dist/{TreeView → features/TreeView}/cytoscape/NodeCalculation.d.ts +0 -0
  310. /package/dist/{TreeView → features/TreeView}/cytoscape/NormalizedPosition.d.ts +0 -0
  311. /package/dist/{TreeView → features/TreeView}/cytoscape/NormalizedPosition.js +0 -0
  312. /package/dist/{TreeView → features/TreeView}/cytoscape/SyntreesCytoscape.js +0 -0
  313. /package/dist/{TreeView → features/TreeView}/cytoscape/TreeLayout.d.ts +0 -0
  314. /package/dist/{TreeView → features/TreeView}/cytoscape/TreeLayout.js +0 -0
  315. /package/dist/{TreeView → features/TreeView}/index.d.ts +0 -0
  316. /package/dist/{TreeView → features/TreeView}/index.js +0 -0
  317. /package/dist/{TreeView → features/TreeView}/style.scss +0 -0
  318. /package/dist/{Base → shell/Base}/ErrorBoundary.d.ts +0 -0
  319. /package/dist/{Base → shell/Base}/ErrorBoundary.js +0 -0
  320. /package/dist/{Base → shell/Base}/ErrorFound.d.ts +0 -0
  321. /package/dist/{Base → shell/Base}/Login.d.ts +0 -0
  322. /package/dist/{Base → shell/Base}/Login.js +0 -0
  323. /package/dist/{Base → shell/Base}/Logout.d.ts +0 -0
  324. /package/dist/{Base → shell/Base}/NotFound.d.ts +0 -0
  325. /package/dist/{Base → shell/Base}/NotFound.js +0 -0
  326. /package/dist/{Base → shell/Base}/Unauthorized.d.ts +0 -0
  327. /package/dist/{Base → shell/Base}/logo.png +0 -0
  328. /package/dist/{Base → shell/Base}/style.scss +0 -0
  329. /package/dist/{Header → shell/Header}/Header.d.ts +0 -0
  330. /package/dist/{Header → shell/Header}/Header.js +0 -0
  331. /package/dist/{Header → shell/Header}/HeaderApps/index.d.ts +0 -0
  332. /package/dist/{Header → shell/Header}/HeaderApps/index.js +0 -0
  333. /package/dist/{Header → shell/Header}/HeaderApps/logo.png +0 -0
  334. /package/dist/{Header → shell/Header}/HeaderApps/style.scss +0 -0
  335. /package/dist/{Header → shell/Header}/HeaderApps/youtube.png +0 -0
  336. /package/dist/{Header → shell/Header}/HeaderButtons/HeaderButtons.d.ts +0 -0
  337. /package/dist/{Header → shell/Header}/HeaderButtons/index.d.ts +0 -0
  338. /package/dist/{Header → shell/Header}/HeaderButtons/index.js +0 -0
  339. /package/dist/{Header → shell/Header}/HeaderButtons/styles.scss +0 -0
  340. /package/dist/{Header → shell/Header}/HeaderCorpora/HeaderCorpora.d.ts +0 -0
  341. /package/dist/{Header → shell/Header}/HeaderCorpora/HeaderCorpus.d.ts +0 -0
  342. /package/dist/{Header → shell/Header}/HeaderCorpora/index.d.ts +0 -0
  343. /package/dist/{Header → shell/Header}/HeaderCorpora/index.js +0 -0
  344. /package/dist/{Header → shell/Header}/HeaderCorpora/style.scss +0 -0
  345. /package/dist/{Header → shell/Header}/HeaderUser/HeaderUser.d.ts +0 -0
  346. /package/dist/{Header → shell/Header}/HeaderUser/index.d.ts +0 -0
  347. /package/dist/{Header → shell/Header}/HeaderUser/index.js +0 -0
  348. /package/dist/{Header → shell/Header}/HeaderUser/style.scss +0 -0
  349. /package/dist/{Header → shell/Header}/HelpButton/HelpButton.d.ts +0 -0
  350. /package/dist/{Header → shell/Header}/HelpButton/HelpButton.js +0 -0
  351. /package/dist/{Header → shell/Header}/HelpButton/HelpModal.d.ts +0 -0
  352. /package/dist/{Header → shell/Header}/HelpButton/index.d.ts +0 -0
  353. /package/dist/{Header → shell/Header}/HelpButton/index.js +0 -0
  354. /package/dist/{Header → shell/Header}/HelpButton/style.scss +0 -0
  355. /package/dist/{Header → shell/Header}/index.d.ts +0 -0
  356. /package/dist/{Header → shell/Header}/index.js +0 -0
  357. /package/dist/{Header → shell/Header}/styles.scss +0 -0
  358. /package/dist/{Header → shell/Header}/types/App.d.ts +0 -0
  359. /package/dist/{LanguageSelector → shell/LanguageSelector}/LanguageSelector.d.ts +0 -0
  360. /package/dist/{LanguageSelector → shell/LanguageSelector}/LanguageSelector.js +0 -0
  361. /package/dist/{LanguageSelector → shell/LanguageSelector}/index.d.ts +0 -0
  362. /package/dist/{LanguageSelector → shell/LanguageSelector}/index.js +0 -0
  363. /package/dist/{LanguageSelector → shell/LanguageSelector}/styles.scss +0 -0
  364. /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/KeyboardCustomLayout.d.ts +0 -0
  365. /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/KeyboardCustomLayout.js +0 -0
  366. /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/VirtualKeyboard.d.ts +0 -0
  367. /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/VirtualKeyboard.js +0 -0
  368. /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/index.d.ts +0 -0
  369. /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/index.js +0 -0
  370. /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/style.scss +0 -0
@@ -1,969 +1,28 @@
1
1
  export declare const commonResources: {
2
2
  en: {
3
- base: {
4
- 'text.title': string;
5
- 'button.google': string;
6
- 'text.disclaimer': string;
7
- 'invitation.code.invalid': string;
8
- 'error.access.authorization': string;
9
- 'unauthorized.label.disclaimer': string;
10
- 'unauthorized.label.redirect': string;
11
- 'notfound.label.disclaimer': string;
12
- 'label.redirect': string;
13
- 'label.retry': string;
14
- 'label.error.details': string;
15
- 'label.error.found': string;
16
- };
17
- comments: {
18
- 'label.title.comments': string;
19
- 'placeholder.comment.text': string;
20
- 'placeholder.comment.title': string;
21
- 'placeholder.comment.person': string;
22
- 'label.button.add': string;
23
- 'label.button.update': string;
24
- 'label.requested.to': string;
25
- 'label.posted.on': string;
26
- 'placeholder.comments.empty': string;
27
- 'tooltip.edit': string;
28
- 'tooltip.delete': string;
29
- 'tooltip.read': string;
30
- 'tooltip.reply': string;
31
- 'modal.title.footnote': string;
32
- 'placeholder.footnote.text': string;
33
- 'modal.title.footnote.remove': string;
34
- 'modal.text.footnote.remove': string;
35
- 'button.add': string;
36
- 'input.value': string;
37
- 'input.title': string;
38
- 'input.user': string;
39
- 'input.user.reply': string;
40
- 'button.discard': string;
41
- 'notification.title': string;
42
- 'notification.unread': string;
43
- 'notification.all': string;
44
- 'notification.empty': string;
45
- 'notification.text': string;
46
- 'label.edited': string;
47
- };
48
- common: {
49
- 'button.confirm': string;
50
- 'button.continue': string;
51
- 'button.cancel': string;
52
- 'button.remove': string;
53
- 'button.save': string;
54
- 'button.clone': string;
55
- 'button.apply': string;
56
- 'button.search': string;
57
- 'button.edit': string;
58
- 'button.open': string;
59
- 'button.close': string;
60
- 'button.add': string;
61
- 'button.filter': string;
62
- 'button.clear': string;
63
- 'button.play': string;
64
- 'button.pause': string;
65
- 'button.view': string;
66
- 'button.next': string;
67
- 'button.back': string;
68
- 'label.public': string;
69
- 'label.private': string;
70
- 'label.notavailable': string;
71
- 'generic.boolean.true': string;
72
- 'generic.boolean.false': string;
73
- 'select.empty': string;
74
- 'pagination.label.showing': string;
75
- 'pagination.label.results': string;
76
- 'pagination.label.total': string;
77
- 'generic.loading': string;
78
- 'generic.placeholder': string;
79
- 'generic.placeholder.comma.separated': string;
80
- 'generic.placeholder.select': string;
81
- 'validation.required': string;
82
- 'placeholder.check': string;
83
- 'placeholder.input': string;
84
- 'user.status.active': string;
85
- 'user.status.inactive': string;
86
- 'user.status.super': string;
87
- 'user.status.visitor': string;
88
- 'update.success': string;
89
- 'internal.server.error': string;
90
- 'table.label.rows-page': string;
91
- 'table.label.items': string;
92
- 'table.pagination.scroll-strip-left': string;
93
- 'table.pagination.scroll-strip-right': string;
94
- 'tooltip.copy': string;
95
- 'tooltip.copied': string;
96
- 'document.status.deleted': string;
97
- 'document.status.editing': string;
98
- 'document.status.edited': string;
99
- 'document.status.revision': string;
100
- 'document.status.completed': string;
101
- 'document.status.syntactic': string;
102
- 'document.status.copying': string;
103
- 'document.status.error': string;
104
- 'sentence.status.todo': string;
105
- 'sentence.status.done': string;
106
- 'sentence.status.ignore': string;
107
- 'sentence.status.tagged': string;
108
- 'sentence.status.review': string;
109
- 'sentence.status.error': string;
110
- 'sentence.status.auto': string;
111
- 'corpus.status.active': string;
112
- 'corpus.status.inactive': string;
113
- 'corpus.status.archived': string;
114
- 'corpus.status.demo': string;
115
- 'corpus.status.pending': string;
116
- 'corpus.status.rejected': string;
117
- };
118
- header: {
119
- 'label.platform': string;
120
- 'label.platform.complete': string;
121
- 'label.signout': string;
122
- 'label.my.settings': string;
123
- 'label.choose': string;
124
- 'tooltip.keyboard': string;
125
- 'tooltip.tutorials': string;
126
- 'replace.all.tooltip': string;
127
- 'replace.find.placeholder': string;
128
- 'replace.placeholder': string;
129
- 'tag.public': string;
130
- 'tag.private': string;
131
- 'profile.label.hello': string;
132
- 'profile.label.theme': string;
133
- 'profile.label.help': string;
134
- 'profile.label.logout': string;
135
- 'profile.label.home': string;
136
- 'button.sign.in': string;
137
- 'button.close': string;
138
- };
139
- 'header-app': {
140
- 'label.tools': string;
141
- 'label.quick': string;
142
- 'label.open.tab': string;
143
- 'viewer.name': string;
144
- 'viewer.desc': string;
145
- 'search.name': string;
146
- 'search.desc': string;
147
- 'psd-reindexer.name': string;
148
- 'psd-reindexer.desc': string;
149
- 'catalog.name': string;
150
- 'catalog.desc': string;
151
- 'admin.name': string;
152
- 'admin.desc': string;
153
- 'edictor.name': string;
154
- 'edictor.desc': string;
155
- 'lexicon.name': string;
156
- 'lexicon.desc': string;
157
- 'io.name': string;
158
- 'io.desc': string;
159
- 'parser.name': string;
160
- 'parser.desc': string;
161
- 'syntrees.name': string;
162
- 'syntrees.desc': string;
163
- 'reserved.name': string;
164
- 'reserved.desc': string;
165
- 'platform.name': string;
166
- 'youtube.name': string;
167
- 'platform.desc': string;
168
- 'settings.name': string;
169
- 'settings.desc': string;
170
- };
171
- participants: {
172
- 'label.title': string;
173
- 'button.label.add': string;
174
- 'participant.field.order': string;
175
- 'participant.field.code': string;
176
- 'participant.field.name': string;
177
- 'participant.field.color': string;
178
- 'participant.field.select': string;
179
- 'participant.field.separator': string;
180
- 'participant.field.color.tooltip': string;
181
- 'participant.field.language': string;
182
- 'participant.field.age': string;
183
- 'participant.field.sex': string;
184
- 'participant.field.group': string;
185
- 'participant.field.ses': string;
186
- 'participant.field.role': string;
187
- 'participant.field.education': string;
188
- 'participant.field.custom': string;
189
- 'modal.remove.title': string;
190
- 'modal.remove.description': string;
191
- 'modal.remove.participant': string;
192
- 'modal.add.title': string;
193
- 'modal.input.code': string;
194
- 'modal.input.name': string;
195
- 'modal.select.transfer': string;
196
- 'participant.code.exists': string;
197
- };
198
- tree: {
199
- 'button.expand.tree': string;
200
- 'button.recenter.tree': string;
201
- 'button.download.tree': string;
202
- 'button.download.penn': string;
203
- 'button.info': string;
204
- 'placeholder.sentence.notparsed': string;
205
- 'date.parsed': string;
206
- 'button.search': string;
207
- 'label.syntactic.category': string;
208
- 'label.pos.tag': string;
209
- 'label.empty.category': string;
210
- 'label.word.value': string;
211
- };
212
- sentence: {
213
- 'label.word': string;
214
- 'label.pos.tag': string;
215
- 'label.tag': string;
216
- 'label.morphemes': string;
217
- 'label.empty': string;
218
- 'label.tier.original': string;
219
- 'label.tier.junction': string;
220
- 'label.tier.segmentation': string;
221
- 'label.tier.spelling': string;
222
- 'label.tier.expansion': string;
223
- 'label.tier.correction': string;
224
- 'label.tier.punctuation': string;
225
- 'label.tier.illegible': string;
226
- 'label.tier.modernization': string;
227
- 'label.tier.padronization': string;
228
- 'label.tier.inflection': string;
229
- };
230
- upload: {
231
- 'label.dropzone': string;
232
- 'label.uploaded.file': string;
233
- 'label.confirm': string;
234
- 'modal.title': string;
235
- 'error.uploading.image': string;
236
- };
237
- help: {
238
- 'modal.title': string;
239
- 'title.tutorials': string;
240
- 'title.tour': string;
241
- 'title.autoOpen': string;
242
- 'description.tutorials': string;
243
- 'description.tour': string;
244
- 'checkbox.autoOpen': string;
245
- 'button.open': string;
246
- };
247
- consent: {
248
- purpose: {
249
- title: string;
250
- texts: string[];
251
- };
252
- 'data.usage': {
253
- title: string;
254
- texts: string[];
255
- };
256
- responsibilities: {
257
- title: string;
258
- texts: string[];
259
- };
260
- accessibility: {
261
- title: string;
262
- texts: string[];
263
- };
264
- acknowledgment: {
265
- title: string;
266
- texts: string[];
267
- };
268
- conduct: {
269
- title: string;
270
- texts: string[];
271
- };
272
- feedback: {
273
- title: string;
274
- texts: string[];
275
- };
276
- termination: {
277
- title: string;
278
- texts: string[];
279
- };
280
- create: {
281
- title: string;
282
- texts: string[];
283
- };
284
- };
285
- parameters: {
286
- "title.parameters": string;
287
- "title.available": string;
288
- "title.general": string;
289
- "title.edictor": string;
290
- "title.catalog": string;
291
- "parameter.field.useEdictor": string;
292
- "parameter.tooltip.useEdictor": string;
293
- "parameter.field.useTranslations": string;
294
- "parameter.tooltip.useTranslations": string;
295
- "parameter.field.useDesigner": string;
296
- "parameter.tooltip.useDesigner": string;
297
- "parameter.field.useTranscriber": string;
298
- "parameter.tooltip.useTranscriber": string;
299
- "parameter.field.useSound": string;
300
- "parameter.tooltip.useSound": string;
301
- "parameter.field.useTranslation": string;
302
- "parameter.tooltip.useTranslation": string;
303
- "parameter.field.useLexicon": string;
304
- "parameter.tooltip.useLexicon": string;
305
- "parameter.field.useUD": string;
306
- "parameter.tooltip.useUD": string;
307
- "parameter.field.defaultUD": string;
308
- "parameter.tooltip.defaultUD": string;
309
- "parameter.field.useParticipantChat": string;
310
- "parameter.tooltip.useParticipantChat": string;
311
- "parameter.field.useSplit": string;
312
- "parameter.tooltip.useSplit": string;
313
- "parameter.field.useEditionTiers": string;
314
- "parameter.tooltip.useEditionTiers": string;
315
- "parameter.field.allowPosTagInclusion": string;
316
- "parameter.tooltip.allowPosTagInclusion": string;
317
- "parameter.field.useGrid": string;
318
- "parameter.tooltip.useGrid": string;
319
- "parameter.field.useCategory": string;
320
- "parameter.tooltip.useCategory": string;
321
- "parameter.field.useAI": string;
322
- "parameter.tooltip.useAI": string;
323
- "error.categories.grid": string;
324
- };
3
+ [k: string]: Record<string, unknown>;
325
4
  };
326
5
  'pt-BR': {
327
- base: {
328
- 'text.title': string;
329
- 'button.google': string;
330
- 'text.disclaimer': string;
331
- 'invitation.code.invalid': string;
332
- 'error.access.authorization': string;
333
- 'unauthorized.label.disclaimer': string;
334
- 'unauthorized.label.redirect': string;
335
- 'notfound.label.disclaimer': string;
336
- 'label.redirect': string;
337
- 'label.retry': string;
338
- 'label.error.details': string;
339
- 'label.error.found': string;
340
- };
341
- comments: {
342
- 'label.title.comments': string;
343
- 'placeholder.comment.text': string;
344
- 'placeholder.comment.title': string;
345
- 'placeholder.comment.person': string;
346
- 'label.button.add': string;
347
- 'label.button.update': string;
348
- 'label.requested.to': string;
349
- 'label.posted.on': string;
350
- 'placeholder.comments.empty': string;
351
- 'tooltip.edit': string;
352
- 'tooltip.delete': string;
353
- 'tooltip.read': string;
354
- 'tooltip.reply': string;
355
- 'modal.title.footnote': string;
356
- 'placeholder.footnote.text': string;
357
- 'modal.title.footnote.remove': string;
358
- 'modal.text.footnote.remove': string;
359
- 'button.add': string;
360
- 'input.value': string;
361
- 'input.title': string;
362
- 'input.user': string;
363
- 'input.user.reply': string;
364
- 'button.discard': string;
365
- 'notification.title': string;
366
- 'notification.unread': string;
367
- 'notification.all': string;
368
- 'notification.empty': string;
369
- 'notification.text': string;
370
- 'label.edited': string;
371
- };
372
- common: {
373
- 'button.confirm': string;
374
- 'button.continue': string;
375
- 'button.cancel': string;
376
- 'button.remove': string;
377
- 'button.save': string;
378
- 'button.clone': string;
379
- 'button.apply': string;
380
- 'button.search': string;
381
- 'button.edit': string;
382
- 'button.open': string;
383
- 'button.add': string;
384
- 'button.close': string;
385
- 'button.filter': string;
386
- 'button.clear': string;
387
- 'button.play': string;
388
- 'button.pause': string;
389
- 'button.view': string;
390
- 'button.next': string;
391
- 'button.back': string;
392
- 'label.public': string;
393
- 'label.private': string;
394
- 'label.notavailable': string;
395
- 'generic.boolean.true': string;
396
- 'generic.boolean.false': string;
397
- 'select.empty': string;
398
- 'pagination.label.showing': string;
399
- 'pagination.label.results': string;
400
- 'pagination.label.total': string;
401
- 'generic.loading': string;
402
- 'generic.placeholder': string;
403
- 'generic.placeholder.select': string;
404
- 'generic.placeholder.comma.separated': string;
405
- 'validation.required': string;
406
- 'placeholder.check': string;
407
- 'placeholder.input': string;
408
- 'user.status.active': string;
409
- 'user.status.inactive': string;
410
- 'user.status.super': string;
411
- 'user.status.visitor': string;
412
- 'update.success': string;
413
- 'internal.server.error': string;
414
- 'table.label.rows-page': string;
415
- 'table.label.items': string;
416
- 'table.pagination.scroll-strip-left': string;
417
- 'table.pagination.scroll-strip-right': string;
418
- 'tooltip.copy': string;
419
- 'tooltip.copied': string;
420
- 'document.status.deleted': string;
421
- 'document.status.editing': string;
422
- 'document.status.edited': string;
423
- 'document.status.revision': string;
424
- 'document.status.completed': string;
425
- 'document.status.syntactic': string;
426
- 'document.status.copying': string;
427
- 'document.status.error': string;
428
- 'sentence.status.todo': string;
429
- 'sentence.status.done': string;
430
- 'sentence.status.ignore': string;
431
- 'sentence.status.tagged': string;
432
- 'sentence.status.review': string;
433
- 'sentence.status.error': string;
434
- 'sentence.status.auto': string;
435
- 'corpus.status.active': string;
436
- 'corpus.status.inactive': string;
437
- 'corpus.status.archived': string;
438
- 'corpus.status.demo': string;
439
- 'corpus.status.pending': string;
440
- 'corpus.status.rejected': string;
441
- };
442
- header: {
443
- 'label.platform': string;
444
- 'label.platform.complete': string;
445
- 'label.signout': string;
446
- 'label.my.settings': string;
447
- 'label.choose': string;
448
- 'tooltip.keyboard': string;
449
- 'tooltip.tutorials': string;
450
- 'replace.all.tooltip': string;
451
- 'replace.find.placeholder': string;
452
- 'replace.placeholder': string;
453
- 'tag.public': string;
454
- 'tag.private': string;
455
- 'profile.label.hello': string;
456
- 'profile.label.theme': string;
457
- 'profile.label.help': string;
458
- 'profile.label.logout': string;
459
- 'profile.label.home': string;
460
- 'button.sign.in': string;
461
- 'button.close': string;
462
- };
463
- 'header-app': {
464
- 'label.tools': string;
465
- 'label.quick': string;
466
- 'label.open.tab': string;
467
- 'viewer.name': string;
468
- 'viewer.desc': string;
469
- 'search.name': string;
470
- 'search.desc': string;
471
- 'catalog.name': string;
472
- 'catalog.desc': string;
473
- 'admin.name': string;
474
- 'admin.desc': string;
475
- 'edictor.name': string;
476
- 'edictor.desc': string;
477
- 'lexicon.name': string;
478
- 'lexicon.desc': string;
479
- 'io.name': string;
480
- 'io.desc': string;
481
- 'parser.name': string;
482
- 'parser.desc': string;
483
- 'syntrees.name': string;
484
- 'syntrees.desc': string;
485
- 'reserved.name': string;
486
- 'reserved.desc': string;
487
- 'platform.name': string;
488
- 'youtube.name': string;
489
- 'settings.name': string;
490
- 'settings.desc': string;
491
- };
492
- participants: {
493
- 'label.title': string;
494
- 'button.label.add': string;
495
- 'participant.field.order': string;
496
- 'participant.field.code': string;
497
- 'participant.field.name': string;
498
- 'participant.field.color': string;
499
- 'participant.field.select': string;
500
- 'participant.field.separator': string;
501
- 'participant.field.color.tooltip': string;
502
- 'participant.field.language': string;
503
- 'participant.field.age': string;
504
- 'participant.field.sex': string;
505
- 'participant.field.group': string;
506
- 'participant.field.ses': string;
507
- 'participant.field.role': string;
508
- 'participant.field.education': string;
509
- 'participant.field.custom': string;
510
- 'modal.remove.title': string;
511
- 'modal.remove.description': string;
512
- 'modal.remove.participant': string;
513
- 'modal.add.title': string;
514
- 'modal.input.code': string;
515
- 'modal.input.name': string;
516
- 'participant.code.exists': string;
517
- };
518
- sentence: {
519
- 'label.word': string;
520
- 'label.pos.tag': string;
521
- 'label.tag': string;
522
- 'label.morphemes': string;
523
- 'label.empty': string;
524
- 'label.tier.original': string;
525
- 'label.tier.junction': string;
526
- 'label.tier.segmentation': string;
527
- 'label.tier.spelling': string;
528
- 'label.tier.expansion': string;
529
- 'label.tier.correction': string;
530
- 'label.tier.punctuation': string;
531
- 'label.tier.illegible': string;
532
- 'label.tier.modernization': string;
533
- 'label.tier.padronization': string;
534
- 'label.tier.inflection': string;
535
- };
536
- tree: {
537
- 'button.expand.tree': string;
538
- 'button.recenter.tree': string;
539
- 'button.download.tree': string;
540
- 'button.download.penn': string;
541
- 'button.info': string;
542
- 'placeholder.sentence.notparsed': string;
543
- 'date.parsed': string;
544
- 'button.search': string;
545
- 'label.syntactic.category': string;
546
- 'label.pos.tag': string;
547
- 'label.empty.category': string;
548
- 'label.word.value': string;
549
- };
550
- upload: {
551
- 'label.dropzone': string;
552
- 'label.uploaded.file': string;
553
- 'label.confirm': string;
554
- 'modal.title': string;
555
- 'error.uploading.image': string;
556
- };
557
- help: {
558
- 'modal.title': string;
559
- 'title.tutorials': string;
560
- 'title.tour': string;
561
- 'title.autoOpen': string;
562
- 'description.tutorials': string;
563
- 'description.tour': string;
564
- 'checkbox.autoOpen': string;
565
- 'button.open': string;
566
- };
567
- consent: {
568
- purpose: {
569
- title: string;
570
- texts: string[];
571
- };
572
- 'data.usage': {
573
- title: string;
574
- texts: string[];
575
- };
576
- responsibilities: {
577
- title: string;
578
- texts: string[];
579
- };
580
- accessibility: {
581
- title: string;
582
- texts: string[];
583
- };
584
- acknowledgment: {
585
- title: string;
586
- texts: string[];
587
- };
588
- conduct: {
589
- title: string;
590
- texts: string[];
591
- };
592
- feedback: {
593
- title: string;
594
- texts: string[];
595
- };
596
- termination: {
597
- title: string;
598
- texts: string[];
599
- };
600
- create: {
601
- title: string;
602
- texts: string[];
603
- };
604
- };
605
- parameters: {
606
- "title.parameters": string;
607
- "title.available": string;
608
- "title.general": string;
609
- "title.edictor": string;
610
- "title.catalog": string;
611
- "parameter.field.useEdictor": string;
612
- "parameter.tooltip.useEdictor": string;
613
- "parameter.field.useTranslations": string;
614
- "parameter.tooltip.useTranslations": string;
615
- "parameter.field.useDesigner": string;
616
- "parameter.tooltip.useDesigner": string;
617
- "parameter.field.useTranscriber": string;
618
- "parameter.tooltip.useTranscriber": string;
619
- "parameter.field.useSound": string;
620
- "parameter.tooltip.useSound": string;
621
- "parameter.field.useTranslation": string;
622
- "parameter.tooltip.useTranslation": string;
623
- "parameter.field.useLexicon": string;
624
- "parameter.tooltip.useLexicon": string;
625
- "parameter.field.useUD": string;
626
- "parameter.tooltip.useUD": string;
627
- "parameter.field.defaultUD": string;
628
- "parameter.tooltip.defaultUD": string;
629
- "parameter.field.useParticipantChat": string;
630
- "parameter.tooltip.useParticipantChat": string;
631
- "parameter.field.useSplit": string;
632
- "parameter.tooltip.useSplit": string;
633
- "parameter.field.useEditionTiers": string;
634
- "parameter.tooltip.useEditionTiers": string;
635
- "parameter.field.allowPosTagInclusion": string;
636
- "parameter.tooltip.allowPosTagInclusion": string;
637
- "parameter.field.useGrid": string;
638
- "parameter.tooltip.useGrid": string;
639
- "parameter.field.useCategory": string;
640
- "parameter.tooltip.useCategory": string;
641
- "parameter.field.useAI": string;
642
- "parameter.tooltip.useAI": string;
643
- "error.categories.grid": string;
644
- };
6
+ [k: string]: Record<string, unknown>;
645
7
  };
646
8
  it: {
647
- base: {
648
- 'text.title': string;
649
- 'button.google': string;
650
- 'text.disclaimer': string;
651
- 'invitation.code.invalid': string;
652
- 'error.access.authorization': string;
653
- 'unauthorized.label.disclaimer': string;
654
- 'unauthorized.label.redirect': string;
655
- 'notfound.label.disclaimer': string;
656
- 'label.redirect': string;
657
- 'label.retry': string;
658
- 'label.error.details': string;
659
- 'label.error.found': string;
660
- };
661
- comments: {
662
- 'label.title.comments': string;
663
- 'placeholder.comment.text': string;
664
- 'placeholder.comment.title': string;
665
- 'placeholder.comment.person': string;
666
- 'label.button.add': string;
667
- 'label.button.update': string;
668
- 'label.requested.to': string;
669
- 'label.posted.on': string;
670
- 'placeholder.comments.empty': string;
671
- 'tooltip.edit': string;
672
- 'tooltip.delete': string;
673
- 'tooltip.read': string;
674
- 'tooltip.reply': string;
675
- 'modal.title.footnote': string;
676
- 'placeholder.footnote.text': string;
677
- 'modal.title.footnote.remove': string;
678
- 'modal.text.footnote.remove': string;
679
- 'button.add': string;
680
- 'input.value': string;
681
- 'input.title': string;
682
- 'input.user': string;
683
- 'input.user.reply': string;
684
- 'button.discard': string;
685
- 'notification.title': string;
686
- 'notification.unread': string;
687
- 'notification.all': string;
688
- 'notification.empty': string;
689
- 'notification.text': string;
690
- 'label.edited': string;
691
- };
692
- common: {
693
- 'button.confirm': string;
694
- 'button.continue': string;
695
- 'button.cancel': string;
696
- 'button.remove': string;
697
- 'button.save': string;
698
- 'button.clone': string;
699
- 'button.search': string;
700
- 'button.edit': string;
701
- 'button.open': string;
702
- 'button.apply': string;
703
- 'button.add': string;
704
- 'button.close': string;
705
- 'button.filter': string;
706
- 'button.clear': string;
707
- 'button.play': string;
708
- 'button.pause': string;
709
- 'button.view': string;
710
- 'button.back': string;
711
- 'button.next': string;
712
- 'label.public': string;
713
- 'label.private': string;
714
- 'label.notavailable': string;
715
- 'generic.boolean.true': string;
716
- 'generic.boolean.false': string;
717
- 'select.empty': string;
718
- 'pagination.label.showing': string;
719
- 'pagination.label.results': string;
720
- 'pagination.label.total': string;
721
- 'generic.loading': string;
722
- 'generic.placeholder': string;
723
- 'generic.placeholder.select': string;
724
- 'generic.placeholder.comma.separated': string;
725
- 'validation.required': string;
726
- 'placeholder.check': string;
727
- 'placeholder.input': string;
728
- 'user.status.active': string;
729
- 'user.status.inactive': string;
730
- 'user.status.super': string;
731
- 'user.status.visitor': string;
732
- 'update.success': string;
733
- 'internal.server.error': string;
734
- 'table.label.rows-page': string;
735
- 'table.label.items': string;
736
- 'table.pagination.scroll-strip-left': string;
737
- 'table.pagination.scroll-strip-right': string;
738
- 'tooltip.copy': string;
739
- 'tooltip.copied': string;
740
- 'document.status.deleted': string;
741
- 'document.status.editing': string;
742
- 'document.status.edited': string;
743
- 'document.status.revision': string;
744
- 'document.status.completed': string;
745
- 'document.status.syntactic': string;
746
- 'document.status.copying': string;
747
- 'document.status.error': string;
748
- 'sentence.status.todo': string;
749
- 'sentence.status.done': string;
750
- 'sentence.status.ignore': string;
751
- 'sentence.status.tagged': string;
752
- 'sentence.status.review': string;
753
- 'sentence.status.error': string;
754
- 'sentence.status.auto': string;
755
- 'corpus.status.active': string;
756
- 'corpus.status.inactive': string;
757
- 'corpus.status.archived': string;
758
- 'corpus.status.demo': string;
759
- 'corpus.status.pending': string;
760
- 'corpus.status.rejected': string;
761
- };
762
- header: {
763
- 'label.platform': string;
764
- 'label.platform.complete': string;
765
- 'label.signout': string;
766
- 'label.my.settings': string;
767
- 'label.choose': string;
768
- 'tooltip.keyboard': string;
769
- 'tooltip.tutorials': string;
770
- 'replace.all.tooltip': string;
771
- 'replace.find.placeholder': string;
772
- 'replace.placeholder': string;
773
- 'tag.public': string;
774
- 'tag.private': string;
775
- 'profile.label.hello': string;
776
- 'profile.label.theme': string;
777
- 'profile.label.help': string;
778
- 'profile.label.logout': string;
779
- 'profile.label.home': string;
780
- 'button.sign.in': string;
781
- 'button.close': string;
782
- };
783
- 'header-app': {
784
- 'label.tools': string;
785
- 'label.quick': string;
786
- 'label.open.tab': string;
787
- 'viewer.name': string;
788
- 'viewer.desc': string;
789
- 'search.name': string;
790
- 'search.desc': string;
791
- 'psd-reindexer.name': string;
792
- 'psd-reindexer.desc': string;
793
- 'catalog.name': string;
794
- 'catalog.desc': string;
795
- 'admin.name': string;
796
- 'admin.desc': string;
797
- 'edictor.name': string;
798
- 'edictor.desc': string;
799
- 'lexicon.name': string;
800
- 'lexicon.desc': string;
801
- 'io.name': string;
802
- 'io.desc': string;
803
- 'parser.name': string;
804
- 'parser.desc': string;
805
- 'syntrees.name': string;
806
- 'syntrees.desc': string;
807
- 'reserved.name': string;
808
- 'reserved.desc': string;
809
- 'platform.name': string;
810
- 'youtube.name': string;
811
- 'settings.name': string;
812
- 'settings.desc': string;
813
- };
814
- participants: {
815
- 'label.title': string;
816
- 'button.label.add': string;
817
- 'participant.field.order': string;
818
- 'participant.field.code': string;
819
- 'participant.field.name': string;
820
- 'participant.field.color': string;
821
- 'participant.field.select': string;
822
- 'participant.field.separator': string;
823
- 'participant.field.color.tooltip': string;
824
- 'participant.field.language': string;
825
- 'participant.field.age': string;
826
- 'participant.field.sex': string;
827
- 'participant.field.group': string;
828
- 'participant.field.ses': string;
829
- 'participant.field.role': string;
830
- 'participant.field.education': string;
831
- 'participant.field.custom': string;
832
- 'modal.remove.title': string;
833
- 'modal.remove.description': string;
834
- 'modal.remove.participant': string;
835
- 'modal.add.title': string;
836
- 'modal.input.code': string;
837
- 'modal.input.name': string;
838
- 'modal.select.transfer': string;
839
- 'participant.code.exists': string;
840
- };
841
- sentence: {
842
- 'label.word': string;
843
- 'label.pos.tag': string;
844
- 'label.tag': string;
845
- 'label.morphemes': string;
846
- 'label.empty': string;
847
- 'label.tier.original': string;
848
- 'label.tier.junction': string;
849
- 'label.tier.segmentation': string;
850
- 'label.tier.spelling': string;
851
- 'label.tier.expansion': string;
852
- 'label.tier.correction': string;
853
- 'label.tier.punctuation': string;
854
- 'label.tier.illegible': string;
855
- 'label.tier.modernization': string;
856
- 'label.tier.padronization': string;
857
- 'label.tier.inflection': string;
858
- };
859
- tree: {
860
- 'button.expand.tree': string;
861
- 'button.recenter.tree': string;
862
- 'button.download.tree': string;
863
- 'button.download.penn': string;
864
- 'button.info': string;
865
- 'date.parsed': string;
866
- 'button.search': string;
867
- 'label.syntactic.category': string;
868
- 'label.pos.tag': string;
869
- 'label.empty.category': string;
870
- 'label.word.value': string;
871
- };
872
- upload: {
873
- 'label.dropzone': string;
874
- 'label.uploaded.file': string;
875
- 'label.confirm': string;
876
- 'modal.title': string;
877
- 'error.uploading.image': string;
878
- };
879
- help: {
880
- 'modal.title': string;
881
- 'title.tutorials': string;
882
- 'title.tour': string;
883
- 'title.autoOpen': string;
884
- 'description.tutorials': string;
885
- 'description.tour': string;
886
- 'checkbox.autoOpen': string;
887
- 'button.open': string;
888
- };
889
- consent: {
890
- purpose: {
891
- title: string;
892
- texts: string[];
893
- };
894
- 'data.usage': {
895
- title: string;
896
- texts: string[];
897
- };
898
- responsibilities: {
899
- title: string;
900
- texts: string[];
901
- };
902
- accessibility: {
903
- title: string;
904
- texts: string[];
905
- };
906
- acknowledgment: {
907
- title: string;
908
- texts: string[];
909
- };
910
- conduct: {
911
- title: string;
912
- texts: string[];
913
- };
914
- feedback: {
915
- title: string;
916
- texts: string[];
917
- };
918
- termination: {
919
- title: string;
920
- texts: string[];
921
- };
922
- create: {
923
- title: string;
924
- texts: string[];
925
- };
926
- };
927
- parameters: {
928
- "title.parameters": string;
929
- "title.available": string;
930
- "title.general": string;
931
- "title.edictor": string;
932
- "title.catalog": string;
933
- "parameter.field.useEdictor": string;
934
- "parameter.tooltip.useEdictor": string;
935
- "parameter.field.useTranslations": string;
936
- "parameter.tooltip.useTranslations": string;
937
- "parameter.field.useDesigner": string;
938
- "parameter.tooltip.useDesigner": string;
939
- "parameter.field.useTranscriber": string;
940
- "parameter.tooltip.useTranscriber": string;
941
- "parameter.field.useSound": string;
942
- "parameter.tooltip.useSound": string;
943
- "parameter.field.useTranslation": string;
944
- "parameter.tooltip.useTranslation": string;
945
- "parameter.field.useLexicon": string;
946
- "parameter.tooltip.useLexicon": string;
947
- "parameter.field.useUD": string;
948
- "parameter.tooltip.useUD": string;
949
- "parameter.field.defaultUD": string;
950
- "parameter.tooltip.defaultUD": string;
951
- "parameter.field.useParticipantChat": string;
952
- "parameter.tooltip.useParticipantChat": string;
953
- "parameter.field.useSplit": string;
954
- "parameter.tooltip.useSplit": string;
955
- "parameter.field.useEditionTiers": string;
956
- "parameter.tooltip.useEditionTiers": string;
957
- "parameter.field.allowPosTagInclusion": string;
958
- "parameter.tooltip.allowPosTagInclusion": string;
959
- "parameter.field.useGrid": string;
960
- "parameter.tooltip.useGrid": string;
961
- "parameter.field.useCategory": string;
962
- "parameter.tooltip.useCategory": string;
963
- "parameter.field.useAI": string;
964
- "parameter.tooltip.useAI": string;
965
- "error.categories.grid": string;
966
- };
9
+ [k: string]: Record<string, unknown>;
967
10
  };
968
11
  };
969
- export default function commonLocalization(): void;
12
+ export declare const featureResources: {
13
+ en: {
14
+ [k: string]: Record<string, unknown>;
15
+ };
16
+ 'pt-BR': {
17
+ [k: string]: Record<string, unknown>;
18
+ };
19
+ it: {
20
+ [k: string]: Record<string, unknown>;
21
+ };
22
+ };
23
+ export declare function mergeResources(core?: typeof commonResources, features?: typeof featureResources): {
24
+ [k: string]: {
25
+ [x: string]: Record<string, unknown>;
26
+ };
27
+ };
28
+ export declare function commonLocalization(includeFeatures?: boolean): void;