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.
- package/dist/{AppConsent → common/AppConsent}/AppConsent.d.ts +1 -1
- package/dist/{AppDropzone → common/AppDropzone}/AppDropzoneBody.js +3 -3
- package/dist/{AppForm → common/AppForm}/AppFormInfo.js +1 -1
- package/dist/{AppKeyboard → common/AppKeyboard}/AppKeyboard.js +2 -2
- package/dist/{AppPicture → common/AppPicture}/AppPicture.js +1 -1
- package/dist/{AppToast → common/AppToast}/AppToast.js +2 -2
- package/dist/common/index.d.ts +34 -0
- package/dist/common/index.js +27 -0
- package/dist/configs/Localization.d.ts +20 -961
- package/dist/configs/Localization.js +42 -47
- package/dist/configs/index.d.ts +27 -0
- package/dist/configs/index.js +16 -0
- package/dist/configs/mock/MockStructs.d.ts +1 -1
- package/dist/configs/store/actions.d.ts +1 -1
- package/dist/configs/store/store.js +1 -1
- package/dist/configs/store/types.d.ts +1 -1
- package/dist/configs/types/Document.d.ts +1 -1
- package/dist/configs/types/Sentence.d.ts +1 -1
- package/dist/cytoscape-context-menus.d.ts +1 -1
- package/dist/cytoscape-context-menus.js +1 -1
- package/dist/{Comments → features/Comments}/CommentAdd.d.ts +1 -1
- package/dist/{Comments → features/Comments}/CommentAdd.js +3 -3
- package/dist/{Comments → features/Comments}/CommentInfo.js +3 -3
- package/dist/{Comments/types → features/Comments}/CommentService.d.ts +1 -1
- package/dist/{Comments → features/Comments}/Comments.js +5 -5
- package/dist/{Comments → features/Comments}/HeaderNotifications/HeaderNotifications.js +2 -2
- package/dist/{Parameters → features/Parameters}/Parameters.js +1 -1
- package/dist/{Participants → features/Participants}/ParticipantCreate/ParticipantCreate.js +4 -4
- package/dist/{Participants → features/Participants}/ParticipantRemove/ParticipantRemove.js +4 -4
- package/dist/{Participants/types → features/Participants}/ParticipantService.d.ts +2 -2
- package/dist/{Participants → features/Participants}/Participants.js +3 -3
- package/dist/{Participants → features/Participants}/types/Participant.d.ts +1 -1
- package/dist/features/SentenceSplit/SentenceSplit.d.ts +28 -0
- package/dist/features/SentenceSplit/SentenceSplit.js +180 -0
- package/dist/features/SentenceSplit/SentenceSplitAudio/SentenceSplitAudioStep.d.ts +9 -0
- package/dist/features/SentenceSplit/SentenceSplitAudio/SentenceSplitAudioStep.js +38 -0
- package/dist/features/SentenceSplit/SentenceSplitAudio/index.d.ts +2 -0
- package/dist/features/SentenceSplit/SentenceSplitAudio/index.js +2 -0
- package/dist/features/SentenceSplit/SentenceSplitAudio/style.scss +29 -0
- package/dist/features/SentenceSplit/SentenceSplitChoose/SentenceSplitChoose.d.ts +10 -0
- package/dist/features/SentenceSplit/SentenceSplitChoose/SentenceSplitChoose.js +23 -0
- package/dist/features/SentenceSplit/SentenceSplitChoose/index.d.ts +2 -0
- package/dist/features/SentenceSplit/SentenceSplitChoose/index.js +2 -0
- package/dist/features/SentenceSplit/SentenceSplitChoose/style.scss +25 -0
- package/dist/features/SentenceSplit/SentenceSplitCommentUtils.d.ts +21 -0
- package/dist/features/SentenceSplit/SentenceSplitCommentUtils.js +77 -0
- package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentBlock.d.ts +7 -0
- package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentBlock.js +6 -0
- package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitComments.d.ts +8 -0
- package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitComments.js +37 -0
- package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentsStep.d.ts +11 -0
- package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentsStep.js +72 -0
- package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentsWords.d.ts +9 -0
- package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentsWords.js +15 -0
- package/dist/features/SentenceSplit/SentenceSplitComments/index.d.ts +2 -0
- package/dist/features/SentenceSplit/SentenceSplitComments/index.js +2 -0
- package/dist/features/SentenceSplit/SentenceSplitComments/style.scss +126 -0
- package/dist/features/SentenceSplit/SentenceSplitPreview/SentenceSplitPreview.d.ts +10 -0
- package/dist/features/SentenceSplit/SentenceSplitPreview/SentenceSplitPreview.js +10 -0
- package/dist/features/SentenceSplit/SentenceSplitPreview/SentenceSplitPreviewStep.d.ts +11 -0
- package/dist/features/SentenceSplit/SentenceSplitPreview/SentenceSplitPreviewStep.js +24 -0
- package/dist/features/SentenceSplit/SentenceSplitPreview/index.d.ts +2 -0
- package/dist/features/SentenceSplit/SentenceSplitPreview/index.js +2 -0
- package/dist/features/SentenceSplit/SentenceSplitPreview/style.scss +24 -0
- package/dist/features/SentenceSplit/SentenceSplitService.d.ts +13 -0
- package/dist/features/SentenceSplit/SentenceSplitService.js +13 -0
- package/dist/features/SentenceSplit/SentenceSplitTranslations/SentenceSplitTranslations.d.ts +12 -0
- package/dist/features/SentenceSplit/SentenceSplitTranslations/SentenceSplitTranslations.js +15 -0
- package/dist/features/SentenceSplit/SentenceSplitTranslations/SentenceSplitTranslationsStep.d.ts +10 -0
- package/dist/features/SentenceSplit/SentenceSplitTranslations/SentenceSplitTranslationsStep.js +8 -0
- package/dist/features/SentenceSplit/SentenceSplitTranslations/index.d.ts +2 -0
- package/dist/features/SentenceSplit/SentenceSplitTranslations/index.js +2 -0
- package/dist/features/SentenceSplit/SentenceSplitTranslations/style.scss +23 -0
- package/dist/features/SentenceSplit/SentenceSplitUtils.d.ts +6 -0
- package/dist/features/SentenceSplit/SentenceSplitUtils.js +17 -0
- package/dist/features/SentenceSplit/index.d.ts +2 -0
- package/dist/features/SentenceSplit/index.js +2 -0
- package/dist/features/SentenceSplit/localization/SentenceSplitTexts.d.ts +107 -0
- package/dist/features/SentenceSplit/localization/SentenceSplitTexts.js +107 -0
- package/dist/features/SentenceSplit/style.scss +173 -0
- package/dist/features/SentenceSplit/types/Language.d.ts +6 -0
- package/dist/features/SentenceSplit/types/SentenceSplitRequest.d.ts +20 -0
- package/dist/features/SentenceSplit/types/SentenceSplitRequest.js +16 -0
- package/dist/{SentenceView → features/SentenceView}/SentenceEditionTiers.d.ts +1 -1
- package/dist/{SentenceView → features/SentenceView}/SentenceEditionTiers.js +2 -2
- package/dist/{SentenceView → features/SentenceView}/SentenceMorphemeTags.d.ts +1 -1
- package/dist/{SentenceView → features/SentenceView}/SentenceMorphemeTags.js +1 -1
- package/dist/{SentenceView → features/SentenceView}/SentenceMorphemeTiers.d.ts +2 -2
- package/dist/{SentenceView → features/SentenceView}/SentenceMorphemeTiers.js +1 -1
- package/dist/{SentenceView → features/SentenceView}/SentenceTags.d.ts +1 -1
- package/dist/{SentenceView → features/SentenceView}/SentenceTags.js +1 -1
- package/dist/{SentenceView → features/SentenceView}/SentenceValues.d.ts +1 -1
- package/dist/{SentenceView → features/SentenceView}/SentenceValues.js +1 -1
- package/dist/{SentenceView → features/SentenceView}/SentenceView.d.ts +2 -2
- package/dist/{SentenceView → features/SentenceView}/SentenceView.js +1 -1
- package/dist/{SentenceView → features/SentenceView}/SentenceWordTiers.d.ts +2 -2
- package/dist/{SentenceView → features/SentenceView}/SentenceWordTiers.js +1 -1
- package/dist/{TreeView → features/TreeView}/TreeView.d.ts +1 -1
- package/dist/{TreeView → features/TreeView}/TreeView.js +3 -3
- package/dist/{TreeView → features/TreeView}/TreeViewSearch/TreeViewSearch.d.ts +1 -1
- package/dist/{TreeView → features/TreeView}/TreeViewSearch/TreeViewSearch.js +1 -1
- package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapeTreeConverter.d.ts +1 -1
- package/dist/features/TreeView/cytoscape/NodeCalculation.js +1 -0
- package/dist/{TreeView → features/TreeView}/cytoscape/SyntreesCytoscape.d.ts +1 -1
- package/dist/features/index.d.ts +24 -0
- package/dist/features/index.js +17 -0
- package/dist/functions/FormUtils.d.ts +1 -1
- package/dist/functions/index.d.ts +10 -0
- package/dist/functions/index.js +9 -0
- package/dist/index.d.ts +5 -103
- package/dist/index.js +5 -77
- package/dist/{Base → shell/Base}/ErrorFound.js +1 -1
- package/dist/{Base → shell/Base}/Logout.js +2 -2
- package/dist/{Base → shell/Base}/Unauthorized.js +2 -2
- package/dist/{Header → shell/Header}/HeaderApps/HeaderApps.d.ts +3 -3
- package/dist/{Header → shell/Header}/HeaderApps/HeaderApps.js +24 -24
- package/dist/{Header → shell/Header}/HeaderButtons/HeaderButtons.js +5 -5
- package/dist/{Header → shell/Header}/HeaderCorpora/HeaderCorpora.js +3 -3
- package/dist/{Header → shell/Header}/HeaderCorpora/HeaderCorpus.js +2 -2
- package/dist/{Header → shell/Header}/HeaderUser/HeaderUser.js +1 -1
- package/dist/{Header → shell/Header}/HelpButton/HelpModal.js +3 -3
- package/dist/{Header → shell/Header}/types/App.js +1 -1
- package/dist/{Header → shell/Header}/types/CorpusService.d.ts +1 -1
- package/dist/{Header → shell/Header}/types/CorpusService.js +2 -2
- package/dist/shell/index.d.ts +16 -0
- package/dist/shell/index.js +13 -0
- package/package.json +31 -2
- /package/dist/{AppAnalytics → common/AppAnalytics}/AppAnalytics.d.ts +0 -0
- /package/dist/{AppAnalytics → common/AppAnalytics}/AppAnalytics.js +0 -0
- /package/dist/{AppAnalytics → common/AppAnalytics}/index.d.ts +0 -0
- /package/dist/{AppAnalytics → common/AppAnalytics}/index.js +0 -0
- /package/dist/{AppCard → common/AppCard}/AppCard.d.ts +0 -0
- /package/dist/{AppCard → common/AppCard}/AppCard.js +0 -0
- /package/dist/{AppCard → common/AppCard}/index.d.ts +0 -0
- /package/dist/{AppCard → common/AppCard}/index.js +0 -0
- /package/dist/{AppCard → common/AppCard}/style.scss +0 -0
- /package/dist/{AppClipboard → common/AppClipboard}/AppClipboard.d.ts +0 -0
- /package/dist/{AppClipboard → common/AppClipboard}/AppClipboard.js +0 -0
- /package/dist/{AppClipboard → common/AppClipboard}/index.d.ts +0 -0
- /package/dist/{AppClipboard → common/AppClipboard}/index.js +0 -0
- /package/dist/{AppColorpicker → common/AppColorpicker}/AppColorpicker.d.ts +0 -0
- /package/dist/{AppColorpicker → common/AppColorpicker}/AppColorpicker.js +0 -0
- /package/dist/{AppColorpicker → common/AppColorpicker}/index.d.ts +0 -0
- /package/dist/{AppColorpicker → common/AppColorpicker}/index.js +0 -0
- /package/dist/{AppColorpicker → common/AppColorpicker}/style.scss +0 -0
- /package/dist/{AppConsent → common/AppConsent}/AppConsent.js +0 -0
- /package/dist/{AppConsent → common/AppConsent}/index.d.ts +0 -0
- /package/dist/{AppConsent → common/AppConsent}/index.js +0 -0
- /package/dist/{AppCopyText → common/AppCopyText}/AppCopyText.d.ts +0 -0
- /package/dist/{AppCopyText → common/AppCopyText}/AppCopyText.js +0 -0
- /package/dist/{AppCopyText → common/AppCopyText}/index.d.ts +0 -0
- /package/dist/{AppCopyText → common/AppCopyText}/index.js +0 -0
- /package/dist/{AppCopyText → common/AppCopyText}/styles.scss +0 -0
- /package/dist/{AppDropzone → common/AppDropzone}/AppDropzone.d.ts +0 -0
- /package/dist/{AppDropzone → common/AppDropzone}/AppDropzone.js +0 -0
- /package/dist/{AppDropzone → common/AppDropzone}/AppDropzoneBody.d.ts +0 -0
- /package/dist/{AppDropzone → common/AppDropzone}/UploadService.d.ts +0 -0
- /package/dist/{AppDropzone → common/AppDropzone}/UploadService.js +0 -0
- /package/dist/{AppDropzone → common/AppDropzone}/UploadedFile.d.ts +0 -0
- /package/dist/{AppDropzone → common/AppDropzone}/UploadedFile.js +0 -0
- /package/dist/{AppDropzone → common/AppDropzone}/index.d.ts +0 -0
- /package/dist/{AppDropzone → common/AppDropzone}/index.js +0 -0
- /package/dist/{AppDropzone → common/AppDropzone}/style.scss +0 -0
- /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/AppDropzoneBodyLocal.d.ts +0 -0
- /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/AppDropzoneBodyLocal.js +0 -0
- /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/AppDropzoneLocal.d.ts +0 -0
- /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/AppDropzoneLocal.js +0 -0
- /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/UploadedFileLocal.d.ts +0 -0
- /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/UploadedFileLocal.js +0 -0
- /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/index.d.ts +0 -0
- /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/index.js +0 -0
- /package/dist/{AppDropzoneLocal → common/AppDropzoneLocal}/style.scss +0 -0
- /package/dist/{AppEditable → common/AppEditable}/AppEditable.d.ts +0 -0
- /package/dist/{AppEditable → common/AppEditable}/AppEditable.js +0 -0
- /package/dist/{AppEditable → common/AppEditable}/AppEditableField.d.ts +0 -0
- /package/dist/{AppEditable → common/AppEditable}/AppEditableField.js +0 -0
- /package/dist/{AppEditable → common/AppEditable}/FormField.d.ts +0 -0
- /package/dist/{AppEditable → common/AppEditable}/FormField.js +0 -0
- /package/dist/{AppEditable → common/AppEditable}/FormFieldOption.d.ts +0 -0
- /package/dist/{AppEditable → common/AppEditable}/FormFieldOption.js +0 -0
- /package/dist/{AppEditable → common/AppEditable}/index.d.ts +0 -0
- /package/dist/{AppEditable → common/AppEditable}/index.js +0 -0
- /package/dist/{AppEditable → common/AppEditable}/style.scss +0 -0
- /package/dist/{AppForm → common/AppForm}/AppForm.d.ts +0 -0
- /package/dist/{AppForm → common/AppForm}/AppForm.js +0 -0
- /package/dist/{AppForm → common/AppForm}/AppFormField.d.ts +0 -0
- /package/dist/{AppForm → common/AppForm}/AppFormField.js +0 -0
- /package/dist/{AppForm → common/AppForm}/AppFormInfo.d.ts +0 -0
- /package/dist/{AppForm → common/AppForm}/index.d.ts +0 -0
- /package/dist/{AppForm → common/AppForm}/index.js +0 -0
- /package/dist/{AppForm → common/AppForm}/style.scss +0 -0
- /package/dist/{AppKeyboard → common/AppKeyboard}/AppKeyboard.d.ts +0 -0
- /package/dist/{AppKeyboard → common/AppKeyboard}/index.d.ts +0 -0
- /package/dist/{AppKeyboard → common/AppKeyboard}/index.js +0 -0
- /package/dist/{AppLoading → common/AppLoading}/AppLoading.d.ts +0 -0
- /package/dist/{AppLoading → common/AppLoading}/AppLoading.js +0 -0
- /package/dist/{AppLoading → common/AppLoading}/index.d.ts +0 -0
- /package/dist/{AppLoading → common/AppLoading}/index.js +0 -0
- /package/dist/{AppLoading → common/AppLoading}/style.scss +0 -0
- /package/dist/{AppModal → common/AppModal}/AppModal.d.ts +0 -0
- /package/dist/{AppModal → common/AppModal}/AppModal.js +0 -0
- /package/dist/{AppModal → common/AppModal}/AppModalConfirm.d.ts +0 -0
- /package/dist/{AppModal → common/AppModal}/AppModalConfirm.js +0 -0
- /package/dist/{AppModal → common/AppModal}/AppModalRemove.d.ts +0 -0
- /package/dist/{AppModal → common/AppModal}/AppModalRemove.js +0 -0
- /package/dist/{AppModal → common/AppModal}/AppModalUtils.d.ts +0 -0
- /package/dist/{AppModal → common/AppModal}/AppModalUtils.js +0 -0
- /package/dist/{AppModal → common/AppModal}/index.d.ts +0 -0
- /package/dist/{AppModal → common/AppModal}/index.js +0 -0
- /package/dist/{AppModal → common/AppModal}/style.scss +0 -0
- /package/dist/{AppPagination → common/AppPagination}/AppPagination.d.ts +0 -0
- /package/dist/{AppPagination → common/AppPagination}/AppPagination.js +0 -0
- /package/dist/{AppPagination → common/AppPagination}/index.d.ts +0 -0
- /package/dist/{AppPagination → common/AppPagination}/index.js +0 -0
- /package/dist/{AppPagination → common/AppPagination}/styles.scss +0 -0
- /package/dist/{AppPicture → common/AppPicture}/AppPicture.d.ts +0 -0
- /package/dist/{AppPicture → common/AppPicture}/index.d.ts +0 -0
- /package/dist/{AppPicture → common/AppPicture}/index.js +0 -0
- /package/dist/{AppPicture → common/AppPicture}/style.scss +0 -0
- /package/dist/{AppPlaceholder → common/AppPlaceholder}/AppPlaceholder.d.ts +0 -0
- /package/dist/{AppPlaceholder → common/AppPlaceholder}/AppPlaceholder.js +0 -0
- /package/dist/{AppPlaceholder → common/AppPlaceholder}/index.d.ts +0 -0
- /package/dist/{AppPlaceholder → common/AppPlaceholder}/index.js +0 -0
- /package/dist/{AppPlaceholder → common/AppPlaceholder}/style.scss +0 -0
- /package/dist/{AppReplaceAll → common/AppReplaceAll}/AppReplaceAll.d.ts +0 -0
- /package/dist/{AppReplaceAll → common/AppReplaceAll}/AppReplaceAll.js +0 -0
- /package/dist/{AppReplaceAll → common/AppReplaceAll}/index.d.ts +0 -0
- /package/dist/{AppReplaceAll → common/AppReplaceAll}/index.js +0 -0
- /package/dist/{AppReplaceAll → common/AppReplaceAll}/style.scss +0 -0
- /package/dist/{AppTable → common/AppTable}/AppTable.d.ts +0 -0
- /package/dist/{AppTable → common/AppTable}/AppTable.js +0 -0
- /package/dist/{AppTable → common/AppTable}/AppTableList.d.ts +0 -0
- /package/dist/{AppTable → common/AppTable}/AppTableList.js +0 -0
- /package/dist/{AppTable → common/AppTable}/AppTableTheme.d.ts +0 -0
- /package/dist/{AppTable → common/AppTable}/AppTableTheme.js +0 -0
- /package/dist/{AppTable → common/AppTable}/AppTableUtils.d.ts +0 -0
- /package/dist/{AppTable → common/AppTable}/AppTableUtils.js +0 -0
- /package/dist/{AppTable → common/AppTable}/index.d.ts +0 -0
- /package/dist/{AppTable → common/AppTable}/index.js +0 -0
- /package/dist/{AppTable → common/AppTable}/styles.scss +0 -0
- /package/dist/{AppTable → common/AppTable}/types/AppPage.d.ts +0 -0
- /package/dist/{AppTable → common/AppTable}/types/AppPage.js +0 -0
- /package/dist/{AppTable → common/AppTable}/types/AppPageable.d.ts +0 -0
- /package/dist/{AppTable → common/AppTable}/types/AppPageable.js +0 -0
- /package/dist/{AppToast → common/AppToast}/AppToast.d.ts +0 -0
- /package/dist/{AppToast → common/AppToast}/ToastMessage.d.ts +0 -0
- /package/dist/{AppToast → common/AppToast}/ToastMessage.js +0 -0
- /package/dist/{AppToast → common/AppToast}/index.d.ts +0 -0
- /package/dist/{AppToast → common/AppToast}/index.js +0 -0
- /package/dist/{AppToast → common/AppToast}/style.scss +0 -0
- /package/dist/{Comments → features/Comments}/CommentInfo.d.ts +0 -0
- /package/dist/{Comments/types → features/Comments}/CommentService.js +0 -0
- /package/dist/{Comments → features/Comments}/Comments.d.ts +0 -0
- /package/dist/{Comments → features/Comments}/HeaderNotifications/HeaderNotifications.d.ts +0 -0
- /package/dist/{Comments → features/Comments}/HeaderNotifications/index.d.ts +0 -0
- /package/dist/{Comments → features/Comments}/HeaderNotifications/index.js +0 -0
- /package/dist/{Comments → features/Comments}/HeaderNotifications/style.scss +0 -0
- /package/dist/{Comments → features/Comments}/index.d.ts +0 -0
- /package/dist/{Comments → features/Comments}/index.js +0 -0
- /package/dist/{Comments → features/Comments}/style.scss +0 -0
- /package/dist/{Comments → features/Comments}/types/Comment.d.ts +0 -0
- /package/dist/{Comments → features/Comments}/types/Comment.js +0 -0
- /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/CytoscapeMenuCanvas.d.ts +0 -0
- /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/CytoscapeMenuCanvas.js +0 -0
- /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/constants.d.ts +0 -0
- /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/constants.js +0 -0
- /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/context-menu.d.ts +0 -0
- /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/context-menu.js +0 -0
- /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/cytoscape-context-menus.d.ts +0 -0
- /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/cytoscape-context-menus.js +0 -0
- /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/index.d.ts +0 -0
- /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/index.js +0 -0
- /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/style.scss +0 -0
- /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/utils.d.ts +0 -0
- /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/utils.js +0 -0
- /package/dist/{Parameters → features/Parameters}/Parameters.d.ts +0 -0
- /package/dist/{Parameters → features/Parameters}/index.d.ts +0 -0
- /package/dist/{Parameters → features/Parameters}/index.js +0 -0
- /package/dist/{Parameters → features/Parameters}/style.scss +0 -0
- /package/dist/{Participants → features/Participants}/ParticipantCreate/ParticipantCreate.d.ts +0 -0
- /package/dist/{Participants → features/Participants}/ParticipantCreate/index.d.ts +0 -0
- /package/dist/{Participants → features/Participants}/ParticipantCreate/index.js +0 -0
- /package/dist/{Participants → features/Participants}/ParticipantRemove/ParticipantRemove.d.ts +0 -0
- /package/dist/{Participants → features/Participants}/ParticipantRemove/index.d.ts +0 -0
- /package/dist/{Participants → features/Participants}/ParticipantRemove/index.js +0 -0
- /package/dist/{Participants → features/Participants}/ParticipantRemove/style.scss +0 -0
- /package/dist/{Participants/types → features/Participants}/ParticipantService.js +0 -0
- /package/dist/{Participants → features/Participants}/Participants.d.ts +0 -0
- /package/dist/{Participants → features/Participants}/index.d.ts +0 -0
- /package/dist/{Participants → features/Participants}/index.js +0 -0
- /package/dist/{Participants → features/Participants}/style.scss +0 -0
- /package/dist/{Participants → features/Participants}/types/Participant.js +0 -0
- /package/dist/{TreeView/cytoscape/NodeBounds.js → features/SentenceSplit/types/Language.js} +0 -0
- /package/dist/{SentenceView → features/SentenceView}/index.d.ts +0 -0
- /package/dist/{SentenceView → features/SentenceView}/index.js +0 -0
- /package/dist/{SentenceView → features/SentenceView}/style.scss +0 -0
- /package/dist/{TreeView → features/TreeView}/TreeViewSearch/TreeViewSearchField.d.ts +0 -0
- /package/dist/{TreeView → features/TreeView}/TreeViewSearch/TreeViewSearchField.js +0 -0
- /package/dist/{TreeView → features/TreeView}/TreeViewSearch/style.scss +0 -0
- /package/dist/{TreeView → features/TreeView}/cytoscape/Configuration.d.ts +0 -0
- /package/dist/{TreeView → features/TreeView}/cytoscape/Configuration.js +0 -0
- /package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapePositionCalculator.d.ts +0 -0
- /package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapePositionCalculator.js +0 -0
- /package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapeStylesheet.d.ts +0 -0
- /package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapeStylesheet.js +0 -0
- /package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapeTreeConverter.js +0 -0
- /package/dist/{TreeView → features/TreeView}/cytoscape/NodeBounds.d.ts +0 -0
- /package/dist/{TreeView/cytoscape/NodeCalculation.js → features/TreeView/cytoscape/NodeBounds.js} +0 -0
- /package/dist/{TreeView → features/TreeView}/cytoscape/NodeCalculation.d.ts +0 -0
- /package/dist/{TreeView → features/TreeView}/cytoscape/NormalizedPosition.d.ts +0 -0
- /package/dist/{TreeView → features/TreeView}/cytoscape/NormalizedPosition.js +0 -0
- /package/dist/{TreeView → features/TreeView}/cytoscape/SyntreesCytoscape.js +0 -0
- /package/dist/{TreeView → features/TreeView}/cytoscape/TreeLayout.d.ts +0 -0
- /package/dist/{TreeView → features/TreeView}/cytoscape/TreeLayout.js +0 -0
- /package/dist/{TreeView → features/TreeView}/index.d.ts +0 -0
- /package/dist/{TreeView → features/TreeView}/index.js +0 -0
- /package/dist/{TreeView → features/TreeView}/style.scss +0 -0
- /package/dist/{Base → shell/Base}/ErrorBoundary.d.ts +0 -0
- /package/dist/{Base → shell/Base}/ErrorBoundary.js +0 -0
- /package/dist/{Base → shell/Base}/ErrorFound.d.ts +0 -0
- /package/dist/{Base → shell/Base}/Login.d.ts +0 -0
- /package/dist/{Base → shell/Base}/Login.js +0 -0
- /package/dist/{Base → shell/Base}/Logout.d.ts +0 -0
- /package/dist/{Base → shell/Base}/NotFound.d.ts +0 -0
- /package/dist/{Base → shell/Base}/NotFound.js +0 -0
- /package/dist/{Base → shell/Base}/Unauthorized.d.ts +0 -0
- /package/dist/{Base → shell/Base}/logo.png +0 -0
- /package/dist/{Base → shell/Base}/style.scss +0 -0
- /package/dist/{Header → shell/Header}/Header.d.ts +0 -0
- /package/dist/{Header → shell/Header}/Header.js +0 -0
- /package/dist/{Header → shell/Header}/HeaderApps/index.d.ts +0 -0
- /package/dist/{Header → shell/Header}/HeaderApps/index.js +0 -0
- /package/dist/{Header → shell/Header}/HeaderApps/logo.png +0 -0
- /package/dist/{Header → shell/Header}/HeaderApps/style.scss +0 -0
- /package/dist/{Header → shell/Header}/HeaderApps/youtube.png +0 -0
- /package/dist/{Header → shell/Header}/HeaderButtons/HeaderButtons.d.ts +0 -0
- /package/dist/{Header → shell/Header}/HeaderButtons/index.d.ts +0 -0
- /package/dist/{Header → shell/Header}/HeaderButtons/index.js +0 -0
- /package/dist/{Header → shell/Header}/HeaderButtons/styles.scss +0 -0
- /package/dist/{Header → shell/Header}/HeaderCorpora/HeaderCorpora.d.ts +0 -0
- /package/dist/{Header → shell/Header}/HeaderCorpora/HeaderCorpus.d.ts +0 -0
- /package/dist/{Header → shell/Header}/HeaderCorpora/index.d.ts +0 -0
- /package/dist/{Header → shell/Header}/HeaderCorpora/index.js +0 -0
- /package/dist/{Header → shell/Header}/HeaderCorpora/style.scss +0 -0
- /package/dist/{Header → shell/Header}/HeaderUser/HeaderUser.d.ts +0 -0
- /package/dist/{Header → shell/Header}/HeaderUser/index.d.ts +0 -0
- /package/dist/{Header → shell/Header}/HeaderUser/index.js +0 -0
- /package/dist/{Header → shell/Header}/HeaderUser/style.scss +0 -0
- /package/dist/{Header → shell/Header}/HelpButton/HelpButton.d.ts +0 -0
- /package/dist/{Header → shell/Header}/HelpButton/HelpButton.js +0 -0
- /package/dist/{Header → shell/Header}/HelpButton/HelpModal.d.ts +0 -0
- /package/dist/{Header → shell/Header}/HelpButton/index.d.ts +0 -0
- /package/dist/{Header → shell/Header}/HelpButton/index.js +0 -0
- /package/dist/{Header → shell/Header}/HelpButton/style.scss +0 -0
- /package/dist/{Header → shell/Header}/index.d.ts +0 -0
- /package/dist/{Header → shell/Header}/index.js +0 -0
- /package/dist/{Header → shell/Header}/styles.scss +0 -0
- /package/dist/{Header → shell/Header}/types/App.d.ts +0 -0
- /package/dist/{LanguageSelector → shell/LanguageSelector}/LanguageSelector.d.ts +0 -0
- /package/dist/{LanguageSelector → shell/LanguageSelector}/LanguageSelector.js +0 -0
- /package/dist/{LanguageSelector → shell/LanguageSelector}/index.d.ts +0 -0
- /package/dist/{LanguageSelector → shell/LanguageSelector}/index.js +0 -0
- /package/dist/{LanguageSelector → shell/LanguageSelector}/styles.scss +0 -0
- /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/KeyboardCustomLayout.d.ts +0 -0
- /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/KeyboardCustomLayout.js +0 -0
- /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/VirtualKeyboard.d.ts +0 -0
- /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/VirtualKeyboard.js +0 -0
- /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/index.d.ts +0 -0
- /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/index.js +0 -0
- /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/style.scss +0 -0
|
File without changes
|
|
File without changes
|
/package/dist/{TreeView/cytoscape/NodeCalculation.js → features/TreeView/cytoscape/NodeBounds.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|