tycho-components 0.19.16 → 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 (372) 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/common/AppDropzoneLocal/AppDropzoneBodyLocal.d.ts +15 -0
  4. package/dist/common/AppDropzoneLocal/AppDropzoneBodyLocal.js +55 -0
  5. package/dist/common/AppDropzoneLocal/AppDropzoneLocal.d.ts +15 -0
  6. package/dist/common/AppDropzoneLocal/AppDropzoneLocal.js +13 -0
  7. package/dist/common/AppDropzoneLocal/UploadedFileLocal.d.ts +5 -0
  8. package/dist/common/AppDropzoneLocal/index.d.ts +5 -0
  9. package/dist/common/AppDropzoneLocal/index.js +4 -0
  10. package/dist/common/AppDropzoneLocal/style.scss +75 -0
  11. package/dist/{AppForm → common/AppForm}/AppFormInfo.js +1 -1
  12. package/dist/{AppKeyboard → common/AppKeyboard}/AppKeyboard.js +2 -2
  13. package/dist/{AppPicture → common/AppPicture}/AppPicture.js +1 -1
  14. package/dist/{AppToast → common/AppToast}/AppToast.js +2 -2
  15. package/dist/common/index.d.ts +34 -0
  16. package/dist/common/index.js +27 -0
  17. package/dist/configs/Localization.d.ts +20 -958
  18. package/dist/configs/Localization.js +42 -47
  19. package/dist/configs/index.d.ts +27 -0
  20. package/dist/configs/index.js +16 -0
  21. package/dist/configs/localization/UploadTexts.d.ts +3 -0
  22. package/dist/configs/localization/UploadTexts.js +3 -0
  23. package/dist/configs/mock/MockStructs.d.ts +1 -1
  24. package/dist/configs/store/actions.d.ts +1 -1
  25. package/dist/configs/store/store.js +1 -1
  26. package/dist/configs/store/types.d.ts +1 -1
  27. package/dist/configs/types/Document.d.ts +1 -1
  28. package/dist/configs/types/Sentence.d.ts +1 -1
  29. package/dist/cytoscape-context-menus.d.ts +1 -1
  30. package/dist/cytoscape-context-menus.js +1 -1
  31. package/dist/{Comments → features/Comments}/CommentAdd.d.ts +1 -1
  32. package/dist/{Comments → features/Comments}/CommentAdd.js +3 -3
  33. package/dist/{Comments → features/Comments}/CommentInfo.js +3 -3
  34. package/dist/{Comments/types → features/Comments}/CommentService.d.ts +1 -1
  35. package/dist/{Comments → features/Comments}/Comments.js +5 -5
  36. package/dist/{Comments → features/Comments}/HeaderNotifications/HeaderNotifications.js +2 -2
  37. package/dist/{Parameters → features/Parameters}/Parameters.js +1 -1
  38. package/dist/{Participants → features/Participants}/ParticipantCreate/ParticipantCreate.js +4 -4
  39. package/dist/{Participants → features/Participants}/ParticipantRemove/ParticipantRemove.js +4 -4
  40. package/dist/{Participants/types → features/Participants}/ParticipantService.d.ts +2 -2
  41. package/dist/{Participants → features/Participants}/Participants.js +3 -3
  42. package/dist/{Participants → features/Participants}/types/Participant.d.ts +1 -1
  43. package/dist/features/SentenceSplit/SentenceSplit.d.ts +28 -0
  44. package/dist/features/SentenceSplit/SentenceSplit.js +180 -0
  45. package/dist/features/SentenceSplit/SentenceSplitAudio/SentenceSplitAudioStep.d.ts +9 -0
  46. package/dist/features/SentenceSplit/SentenceSplitAudio/SentenceSplitAudioStep.js +38 -0
  47. package/dist/features/SentenceSplit/SentenceSplitAudio/index.d.ts +2 -0
  48. package/dist/features/SentenceSplit/SentenceSplitAudio/index.js +2 -0
  49. package/dist/features/SentenceSplit/SentenceSplitAudio/style.scss +29 -0
  50. package/dist/features/SentenceSplit/SentenceSplitChoose/SentenceSplitChoose.d.ts +10 -0
  51. package/dist/features/SentenceSplit/SentenceSplitChoose/SentenceSplitChoose.js +23 -0
  52. package/dist/features/SentenceSplit/SentenceSplitChoose/index.d.ts +2 -0
  53. package/dist/features/SentenceSplit/SentenceSplitChoose/index.js +2 -0
  54. package/dist/features/SentenceSplit/SentenceSplitChoose/style.scss +25 -0
  55. package/dist/features/SentenceSplit/SentenceSplitCommentUtils.d.ts +21 -0
  56. package/dist/features/SentenceSplit/SentenceSplitCommentUtils.js +77 -0
  57. package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentBlock.d.ts +7 -0
  58. package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentBlock.js +6 -0
  59. package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitComments.d.ts +8 -0
  60. package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitComments.js +37 -0
  61. package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentsStep.d.ts +11 -0
  62. package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentsStep.js +72 -0
  63. package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentsWords.d.ts +9 -0
  64. package/dist/features/SentenceSplit/SentenceSplitComments/SentenceSplitCommentsWords.js +15 -0
  65. package/dist/features/SentenceSplit/SentenceSplitComments/index.d.ts +2 -0
  66. package/dist/features/SentenceSplit/SentenceSplitComments/index.js +2 -0
  67. package/dist/features/SentenceSplit/SentenceSplitComments/style.scss +126 -0
  68. package/dist/features/SentenceSplit/SentenceSplitPreview/SentenceSplitPreview.d.ts +10 -0
  69. package/dist/features/SentenceSplit/SentenceSplitPreview/SentenceSplitPreview.js +10 -0
  70. package/dist/features/SentenceSplit/SentenceSplitPreview/SentenceSplitPreviewStep.d.ts +11 -0
  71. package/dist/features/SentenceSplit/SentenceSplitPreview/SentenceSplitPreviewStep.js +24 -0
  72. package/dist/features/SentenceSplit/SentenceSplitPreview/index.d.ts +2 -0
  73. package/dist/features/SentenceSplit/SentenceSplitPreview/index.js +2 -0
  74. package/dist/features/SentenceSplit/SentenceSplitPreview/style.scss +24 -0
  75. package/dist/features/SentenceSplit/SentenceSplitService.d.ts +13 -0
  76. package/dist/features/SentenceSplit/SentenceSplitService.js +13 -0
  77. package/dist/features/SentenceSplit/SentenceSplitTranslations/SentenceSplitTranslations.d.ts +12 -0
  78. package/dist/features/SentenceSplit/SentenceSplitTranslations/SentenceSplitTranslations.js +15 -0
  79. package/dist/features/SentenceSplit/SentenceSplitTranslations/SentenceSplitTranslationsStep.d.ts +10 -0
  80. package/dist/features/SentenceSplit/SentenceSplitTranslations/SentenceSplitTranslationsStep.js +8 -0
  81. package/dist/features/SentenceSplit/SentenceSplitTranslations/index.d.ts +2 -0
  82. package/dist/features/SentenceSplit/SentenceSplitTranslations/index.js +2 -0
  83. package/dist/features/SentenceSplit/SentenceSplitTranslations/style.scss +23 -0
  84. package/dist/features/SentenceSplit/SentenceSplitUtils.d.ts +6 -0
  85. package/dist/features/SentenceSplit/SentenceSplitUtils.js +17 -0
  86. package/dist/features/SentenceSplit/index.d.ts +2 -0
  87. package/dist/features/SentenceSplit/index.js +2 -0
  88. package/dist/features/SentenceSplit/localization/SentenceSplitTexts.d.ts +107 -0
  89. package/dist/features/SentenceSplit/localization/SentenceSplitTexts.js +107 -0
  90. package/dist/features/SentenceSplit/style.scss +173 -0
  91. package/dist/features/SentenceSplit/types/Language.d.ts +6 -0
  92. package/dist/features/SentenceSplit/types/SentenceSplitRequest.d.ts +20 -0
  93. package/dist/features/SentenceSplit/types/SentenceSplitRequest.js +16 -0
  94. package/dist/{SentenceView → features/SentenceView}/SentenceEditionTiers.d.ts +1 -1
  95. package/dist/{SentenceView → features/SentenceView}/SentenceEditionTiers.js +2 -2
  96. package/dist/{SentenceView → features/SentenceView}/SentenceMorphemeTags.d.ts +1 -1
  97. package/dist/{SentenceView → features/SentenceView}/SentenceMorphemeTags.js +1 -1
  98. package/dist/{SentenceView → features/SentenceView}/SentenceMorphemeTiers.d.ts +2 -2
  99. package/dist/{SentenceView → features/SentenceView}/SentenceMorphemeTiers.js +1 -1
  100. package/dist/{SentenceView → features/SentenceView}/SentenceTags.d.ts +1 -1
  101. package/dist/{SentenceView → features/SentenceView}/SentenceTags.js +1 -1
  102. package/dist/{SentenceView → features/SentenceView}/SentenceValues.d.ts +1 -1
  103. package/dist/{SentenceView → features/SentenceView}/SentenceValues.js +1 -1
  104. package/dist/{SentenceView → features/SentenceView}/SentenceView.d.ts +2 -2
  105. package/dist/{SentenceView → features/SentenceView}/SentenceView.js +1 -1
  106. package/dist/{SentenceView → features/SentenceView}/SentenceWordTiers.d.ts +2 -2
  107. package/dist/{SentenceView → features/SentenceView}/SentenceWordTiers.js +1 -1
  108. package/dist/{TreeView → features/TreeView}/TreeView.d.ts +1 -1
  109. package/dist/{TreeView → features/TreeView}/TreeView.js +3 -3
  110. package/dist/{TreeView → features/TreeView}/TreeViewSearch/TreeViewSearch.d.ts +1 -1
  111. package/dist/{TreeView → features/TreeView}/TreeViewSearch/TreeViewSearch.js +1 -1
  112. package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapeTreeConverter.d.ts +1 -1
  113. package/dist/features/TreeView/cytoscape/NodeBounds.js +1 -0
  114. package/dist/features/TreeView/cytoscape/NodeCalculation.js +1 -0
  115. package/dist/{TreeView → features/TreeView}/cytoscape/SyntreesCytoscape.d.ts +1 -1
  116. package/dist/features/index.d.ts +24 -0
  117. package/dist/features/index.js +17 -0
  118. package/dist/functions/FormUtils.d.ts +1 -1
  119. package/dist/functions/index.d.ts +10 -0
  120. package/dist/functions/index.js +9 -0
  121. package/dist/index.d.ts +5 -102
  122. package/dist/index.js +5 -76
  123. package/dist/{Base → shell/Base}/ErrorFound.js +1 -1
  124. package/dist/{Base → shell/Base}/Logout.js +2 -2
  125. package/dist/{Base → shell/Base}/Unauthorized.js +2 -2
  126. package/dist/{Header → shell/Header}/HeaderApps/HeaderApps.d.ts +3 -3
  127. package/dist/{Header → shell/Header}/HeaderApps/HeaderApps.js +24 -24
  128. package/dist/{Header → shell/Header}/HeaderButtons/HeaderButtons.js +5 -5
  129. package/dist/{Header → shell/Header}/HeaderCorpora/HeaderCorpora.js +3 -3
  130. package/dist/{Header → shell/Header}/HeaderCorpora/HeaderCorpus.js +2 -2
  131. package/dist/{Header → shell/Header}/HeaderUser/HeaderUser.js +1 -1
  132. package/dist/{Header → shell/Header}/HelpButton/HelpModal.js +3 -3
  133. package/dist/{Header → shell/Header}/types/App.js +1 -1
  134. package/dist/{Header → shell/Header}/types/CorpusService.d.ts +1 -1
  135. package/dist/{Header → shell/Header}/types/CorpusService.js +2 -2
  136. package/dist/shell/index.d.ts +16 -0
  137. package/dist/shell/index.js +13 -0
  138. package/package.json +31 -2
  139. /package/dist/{AppAnalytics → common/AppAnalytics}/AppAnalytics.d.ts +0 -0
  140. /package/dist/{AppAnalytics → common/AppAnalytics}/AppAnalytics.js +0 -0
  141. /package/dist/{AppAnalytics → common/AppAnalytics}/index.d.ts +0 -0
  142. /package/dist/{AppAnalytics → common/AppAnalytics}/index.js +0 -0
  143. /package/dist/{AppCard → common/AppCard}/AppCard.d.ts +0 -0
  144. /package/dist/{AppCard → common/AppCard}/AppCard.js +0 -0
  145. /package/dist/{AppCard → common/AppCard}/index.d.ts +0 -0
  146. /package/dist/{AppCard → common/AppCard}/index.js +0 -0
  147. /package/dist/{AppCard → common/AppCard}/style.scss +0 -0
  148. /package/dist/{AppClipboard → common/AppClipboard}/AppClipboard.d.ts +0 -0
  149. /package/dist/{AppClipboard → common/AppClipboard}/AppClipboard.js +0 -0
  150. /package/dist/{AppClipboard → common/AppClipboard}/index.d.ts +0 -0
  151. /package/dist/{AppClipboard → common/AppClipboard}/index.js +0 -0
  152. /package/dist/{AppColorpicker → common/AppColorpicker}/AppColorpicker.d.ts +0 -0
  153. /package/dist/{AppColorpicker → common/AppColorpicker}/AppColorpicker.js +0 -0
  154. /package/dist/{AppColorpicker → common/AppColorpicker}/index.d.ts +0 -0
  155. /package/dist/{AppColorpicker → common/AppColorpicker}/index.js +0 -0
  156. /package/dist/{AppColorpicker → common/AppColorpicker}/style.scss +0 -0
  157. /package/dist/{AppConsent → common/AppConsent}/AppConsent.js +0 -0
  158. /package/dist/{AppConsent → common/AppConsent}/index.d.ts +0 -0
  159. /package/dist/{AppConsent → common/AppConsent}/index.js +0 -0
  160. /package/dist/{AppCopyText → common/AppCopyText}/AppCopyText.d.ts +0 -0
  161. /package/dist/{AppCopyText → common/AppCopyText}/AppCopyText.js +0 -0
  162. /package/dist/{AppCopyText → common/AppCopyText}/index.d.ts +0 -0
  163. /package/dist/{AppCopyText → common/AppCopyText}/index.js +0 -0
  164. /package/dist/{AppCopyText → common/AppCopyText}/styles.scss +0 -0
  165. /package/dist/{AppDropzone → common/AppDropzone}/AppDropzone.d.ts +0 -0
  166. /package/dist/{AppDropzone → common/AppDropzone}/AppDropzone.js +0 -0
  167. /package/dist/{AppDropzone → common/AppDropzone}/AppDropzoneBody.d.ts +0 -0
  168. /package/dist/{AppDropzone → common/AppDropzone}/UploadService.d.ts +0 -0
  169. /package/dist/{AppDropzone → common/AppDropzone}/UploadService.js +0 -0
  170. /package/dist/{AppDropzone → common/AppDropzone}/UploadedFile.d.ts +0 -0
  171. /package/dist/{AppDropzone → common/AppDropzone}/UploadedFile.js +0 -0
  172. /package/dist/{AppDropzone → common/AppDropzone}/index.d.ts +0 -0
  173. /package/dist/{AppDropzone → common/AppDropzone}/index.js +0 -0
  174. /package/dist/{AppDropzone → common/AppDropzone}/style.scss +0 -0
  175. /package/dist/{AppEditable/AppEditableField.js → common/AppDropzoneLocal/UploadedFileLocal.js} +0 -0
  176. /package/dist/{AppEditable → common/AppEditable}/AppEditable.d.ts +0 -0
  177. /package/dist/{AppEditable → common/AppEditable}/AppEditable.js +0 -0
  178. /package/dist/{AppEditable → common/AppEditable}/AppEditableField.d.ts +0 -0
  179. /package/dist/{TreeView/cytoscape/NodeBounds.js → common/AppEditable/AppEditableField.js} +0 -0
  180. /package/dist/{AppEditable → common/AppEditable}/FormField.d.ts +0 -0
  181. /package/dist/{AppEditable → common/AppEditable}/FormField.js +0 -0
  182. /package/dist/{AppEditable → common/AppEditable}/FormFieldOption.d.ts +0 -0
  183. /package/dist/{AppEditable → common/AppEditable}/FormFieldOption.js +0 -0
  184. /package/dist/{AppEditable → common/AppEditable}/index.d.ts +0 -0
  185. /package/dist/{AppEditable → common/AppEditable}/index.js +0 -0
  186. /package/dist/{AppEditable → common/AppEditable}/style.scss +0 -0
  187. /package/dist/{AppForm → common/AppForm}/AppForm.d.ts +0 -0
  188. /package/dist/{AppForm → common/AppForm}/AppForm.js +0 -0
  189. /package/dist/{AppForm → common/AppForm}/AppFormField.d.ts +0 -0
  190. /package/dist/{AppForm → common/AppForm}/AppFormField.js +0 -0
  191. /package/dist/{AppForm → common/AppForm}/AppFormInfo.d.ts +0 -0
  192. /package/dist/{AppForm → common/AppForm}/index.d.ts +0 -0
  193. /package/dist/{AppForm → common/AppForm}/index.js +0 -0
  194. /package/dist/{AppForm → common/AppForm}/style.scss +0 -0
  195. /package/dist/{AppKeyboard → common/AppKeyboard}/AppKeyboard.d.ts +0 -0
  196. /package/dist/{AppKeyboard → common/AppKeyboard}/index.d.ts +0 -0
  197. /package/dist/{AppKeyboard → common/AppKeyboard}/index.js +0 -0
  198. /package/dist/{AppLoading → common/AppLoading}/AppLoading.d.ts +0 -0
  199. /package/dist/{AppLoading → common/AppLoading}/AppLoading.js +0 -0
  200. /package/dist/{AppLoading → common/AppLoading}/index.d.ts +0 -0
  201. /package/dist/{AppLoading → common/AppLoading}/index.js +0 -0
  202. /package/dist/{AppLoading → common/AppLoading}/style.scss +0 -0
  203. /package/dist/{AppModal → common/AppModal}/AppModal.d.ts +0 -0
  204. /package/dist/{AppModal → common/AppModal}/AppModal.js +0 -0
  205. /package/dist/{AppModal → common/AppModal}/AppModalConfirm.d.ts +0 -0
  206. /package/dist/{AppModal → common/AppModal}/AppModalConfirm.js +0 -0
  207. /package/dist/{AppModal → common/AppModal}/AppModalRemove.d.ts +0 -0
  208. /package/dist/{AppModal → common/AppModal}/AppModalRemove.js +0 -0
  209. /package/dist/{AppModal → common/AppModal}/AppModalUtils.d.ts +0 -0
  210. /package/dist/{AppModal → common/AppModal}/AppModalUtils.js +0 -0
  211. /package/dist/{AppModal → common/AppModal}/index.d.ts +0 -0
  212. /package/dist/{AppModal → common/AppModal}/index.js +0 -0
  213. /package/dist/{AppModal → common/AppModal}/style.scss +0 -0
  214. /package/dist/{AppPagination → common/AppPagination}/AppPagination.d.ts +0 -0
  215. /package/dist/{AppPagination → common/AppPagination}/AppPagination.js +0 -0
  216. /package/dist/{AppPagination → common/AppPagination}/index.d.ts +0 -0
  217. /package/dist/{AppPagination → common/AppPagination}/index.js +0 -0
  218. /package/dist/{AppPagination → common/AppPagination}/styles.scss +0 -0
  219. /package/dist/{AppPicture → common/AppPicture}/AppPicture.d.ts +0 -0
  220. /package/dist/{AppPicture → common/AppPicture}/index.d.ts +0 -0
  221. /package/dist/{AppPicture → common/AppPicture}/index.js +0 -0
  222. /package/dist/{AppPicture → common/AppPicture}/style.scss +0 -0
  223. /package/dist/{AppPlaceholder → common/AppPlaceholder}/AppPlaceholder.d.ts +0 -0
  224. /package/dist/{AppPlaceholder → common/AppPlaceholder}/AppPlaceholder.js +0 -0
  225. /package/dist/{AppPlaceholder → common/AppPlaceholder}/index.d.ts +0 -0
  226. /package/dist/{AppPlaceholder → common/AppPlaceholder}/index.js +0 -0
  227. /package/dist/{AppPlaceholder → common/AppPlaceholder}/style.scss +0 -0
  228. /package/dist/{AppReplaceAll → common/AppReplaceAll}/AppReplaceAll.d.ts +0 -0
  229. /package/dist/{AppReplaceAll → common/AppReplaceAll}/AppReplaceAll.js +0 -0
  230. /package/dist/{AppReplaceAll → common/AppReplaceAll}/index.d.ts +0 -0
  231. /package/dist/{AppReplaceAll → common/AppReplaceAll}/index.js +0 -0
  232. /package/dist/{AppReplaceAll → common/AppReplaceAll}/style.scss +0 -0
  233. /package/dist/{AppTable → common/AppTable}/AppTable.d.ts +0 -0
  234. /package/dist/{AppTable → common/AppTable}/AppTable.js +0 -0
  235. /package/dist/{AppTable → common/AppTable}/AppTableList.d.ts +0 -0
  236. /package/dist/{AppTable → common/AppTable}/AppTableList.js +0 -0
  237. /package/dist/{AppTable → common/AppTable}/AppTableTheme.d.ts +0 -0
  238. /package/dist/{AppTable → common/AppTable}/AppTableTheme.js +0 -0
  239. /package/dist/{AppTable → common/AppTable}/AppTableUtils.d.ts +0 -0
  240. /package/dist/{AppTable → common/AppTable}/AppTableUtils.js +0 -0
  241. /package/dist/{AppTable → common/AppTable}/index.d.ts +0 -0
  242. /package/dist/{AppTable → common/AppTable}/index.js +0 -0
  243. /package/dist/{AppTable → common/AppTable}/styles.scss +0 -0
  244. /package/dist/{AppTable → common/AppTable}/types/AppPage.d.ts +0 -0
  245. /package/dist/{AppTable → common/AppTable}/types/AppPage.js +0 -0
  246. /package/dist/{AppTable → common/AppTable}/types/AppPageable.d.ts +0 -0
  247. /package/dist/{AppTable → common/AppTable}/types/AppPageable.js +0 -0
  248. /package/dist/{AppToast → common/AppToast}/AppToast.d.ts +0 -0
  249. /package/dist/{AppToast → common/AppToast}/ToastMessage.d.ts +0 -0
  250. /package/dist/{AppToast → common/AppToast}/ToastMessage.js +0 -0
  251. /package/dist/{AppToast → common/AppToast}/index.d.ts +0 -0
  252. /package/dist/{AppToast → common/AppToast}/index.js +0 -0
  253. /package/dist/{AppToast → common/AppToast}/style.scss +0 -0
  254. /package/dist/{Comments → features/Comments}/CommentInfo.d.ts +0 -0
  255. /package/dist/{Comments/types → features/Comments}/CommentService.js +0 -0
  256. /package/dist/{Comments → features/Comments}/Comments.d.ts +0 -0
  257. /package/dist/{Comments → features/Comments}/HeaderNotifications/HeaderNotifications.d.ts +0 -0
  258. /package/dist/{Comments → features/Comments}/HeaderNotifications/index.d.ts +0 -0
  259. /package/dist/{Comments → features/Comments}/HeaderNotifications/index.js +0 -0
  260. /package/dist/{Comments → features/Comments}/HeaderNotifications/style.scss +0 -0
  261. /package/dist/{Comments → features/Comments}/index.d.ts +0 -0
  262. /package/dist/{Comments → features/Comments}/index.js +0 -0
  263. /package/dist/{Comments → features/Comments}/style.scss +0 -0
  264. /package/dist/{Comments → features/Comments}/types/Comment.d.ts +0 -0
  265. /package/dist/{Comments → features/Comments}/types/Comment.js +0 -0
  266. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/CytoscapeMenuCanvas.d.ts +0 -0
  267. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/CytoscapeMenuCanvas.js +0 -0
  268. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/constants.d.ts +0 -0
  269. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/constants.js +0 -0
  270. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/context-menu.d.ts +0 -0
  271. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/context-menu.js +0 -0
  272. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/cytoscape-context-menus.d.ts +0 -0
  273. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/cytoscape-context-menus.js +0 -0
  274. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/index.d.ts +0 -0
  275. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/index.js +0 -0
  276. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/style.scss +0 -0
  277. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/utils.d.ts +0 -0
  278. /package/dist/{CytoscapeMenu → features/CytoscapeMenu}/utils.js +0 -0
  279. /package/dist/{Parameters → features/Parameters}/Parameters.d.ts +0 -0
  280. /package/dist/{Parameters → features/Parameters}/index.d.ts +0 -0
  281. /package/dist/{Parameters → features/Parameters}/index.js +0 -0
  282. /package/dist/{Parameters → features/Parameters}/style.scss +0 -0
  283. /package/dist/{Participants → features/Participants}/ParticipantCreate/ParticipantCreate.d.ts +0 -0
  284. /package/dist/{Participants → features/Participants}/ParticipantCreate/index.d.ts +0 -0
  285. /package/dist/{Participants → features/Participants}/ParticipantCreate/index.js +0 -0
  286. /package/dist/{Participants → features/Participants}/ParticipantRemove/ParticipantRemove.d.ts +0 -0
  287. /package/dist/{Participants → features/Participants}/ParticipantRemove/index.d.ts +0 -0
  288. /package/dist/{Participants → features/Participants}/ParticipantRemove/index.js +0 -0
  289. /package/dist/{Participants → features/Participants}/ParticipantRemove/style.scss +0 -0
  290. /package/dist/{Participants/types → features/Participants}/ParticipantService.js +0 -0
  291. /package/dist/{Participants → features/Participants}/Participants.d.ts +0 -0
  292. /package/dist/{Participants → features/Participants}/index.d.ts +0 -0
  293. /package/dist/{Participants → features/Participants}/index.js +0 -0
  294. /package/dist/{Participants → features/Participants}/style.scss +0 -0
  295. /package/dist/{Participants → features/Participants}/types/Participant.js +0 -0
  296. /package/dist/{TreeView/cytoscape/NodeCalculation.js → features/SentenceSplit/types/Language.js} +0 -0
  297. /package/dist/{SentenceView → features/SentenceView}/index.d.ts +0 -0
  298. /package/dist/{SentenceView → features/SentenceView}/index.js +0 -0
  299. /package/dist/{SentenceView → features/SentenceView}/style.scss +0 -0
  300. /package/dist/{TreeView → features/TreeView}/TreeViewSearch/TreeViewSearchField.d.ts +0 -0
  301. /package/dist/{TreeView → features/TreeView}/TreeViewSearch/TreeViewSearchField.js +0 -0
  302. /package/dist/{TreeView → features/TreeView}/TreeViewSearch/style.scss +0 -0
  303. /package/dist/{TreeView → features/TreeView}/cytoscape/Configuration.d.ts +0 -0
  304. /package/dist/{TreeView → features/TreeView}/cytoscape/Configuration.js +0 -0
  305. /package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapePositionCalculator.d.ts +0 -0
  306. /package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapePositionCalculator.js +0 -0
  307. /package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapeStylesheet.d.ts +0 -0
  308. /package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapeStylesheet.js +0 -0
  309. /package/dist/{TreeView → features/TreeView}/cytoscape/CytoscapeTreeConverter.js +0 -0
  310. /package/dist/{TreeView → features/TreeView}/cytoscape/NodeBounds.d.ts +0 -0
  311. /package/dist/{TreeView → features/TreeView}/cytoscape/NodeCalculation.d.ts +0 -0
  312. /package/dist/{TreeView → features/TreeView}/cytoscape/NormalizedPosition.d.ts +0 -0
  313. /package/dist/{TreeView → features/TreeView}/cytoscape/NormalizedPosition.js +0 -0
  314. /package/dist/{TreeView → features/TreeView}/cytoscape/SyntreesCytoscape.js +0 -0
  315. /package/dist/{TreeView → features/TreeView}/cytoscape/TreeLayout.d.ts +0 -0
  316. /package/dist/{TreeView → features/TreeView}/cytoscape/TreeLayout.js +0 -0
  317. /package/dist/{TreeView → features/TreeView}/index.d.ts +0 -0
  318. /package/dist/{TreeView → features/TreeView}/index.js +0 -0
  319. /package/dist/{TreeView → features/TreeView}/style.scss +0 -0
  320. /package/dist/{Base → shell/Base}/ErrorBoundary.d.ts +0 -0
  321. /package/dist/{Base → shell/Base}/ErrorBoundary.js +0 -0
  322. /package/dist/{Base → shell/Base}/ErrorFound.d.ts +0 -0
  323. /package/dist/{Base → shell/Base}/Login.d.ts +0 -0
  324. /package/dist/{Base → shell/Base}/Login.js +0 -0
  325. /package/dist/{Base → shell/Base}/Logout.d.ts +0 -0
  326. /package/dist/{Base → shell/Base}/NotFound.d.ts +0 -0
  327. /package/dist/{Base → shell/Base}/NotFound.js +0 -0
  328. /package/dist/{Base → shell/Base}/Unauthorized.d.ts +0 -0
  329. /package/dist/{Base → shell/Base}/logo.png +0 -0
  330. /package/dist/{Base → shell/Base}/style.scss +0 -0
  331. /package/dist/{Header → shell/Header}/Header.d.ts +0 -0
  332. /package/dist/{Header → shell/Header}/Header.js +0 -0
  333. /package/dist/{Header → shell/Header}/HeaderApps/index.d.ts +0 -0
  334. /package/dist/{Header → shell/Header}/HeaderApps/index.js +0 -0
  335. /package/dist/{Header → shell/Header}/HeaderApps/logo.png +0 -0
  336. /package/dist/{Header → shell/Header}/HeaderApps/style.scss +0 -0
  337. /package/dist/{Header → shell/Header}/HeaderApps/youtube.png +0 -0
  338. /package/dist/{Header → shell/Header}/HeaderButtons/HeaderButtons.d.ts +0 -0
  339. /package/dist/{Header → shell/Header}/HeaderButtons/index.d.ts +0 -0
  340. /package/dist/{Header → shell/Header}/HeaderButtons/index.js +0 -0
  341. /package/dist/{Header → shell/Header}/HeaderButtons/styles.scss +0 -0
  342. /package/dist/{Header → shell/Header}/HeaderCorpora/HeaderCorpora.d.ts +0 -0
  343. /package/dist/{Header → shell/Header}/HeaderCorpora/HeaderCorpus.d.ts +0 -0
  344. /package/dist/{Header → shell/Header}/HeaderCorpora/index.d.ts +0 -0
  345. /package/dist/{Header → shell/Header}/HeaderCorpora/index.js +0 -0
  346. /package/dist/{Header → shell/Header}/HeaderCorpora/style.scss +0 -0
  347. /package/dist/{Header → shell/Header}/HeaderUser/HeaderUser.d.ts +0 -0
  348. /package/dist/{Header → shell/Header}/HeaderUser/index.d.ts +0 -0
  349. /package/dist/{Header → shell/Header}/HeaderUser/index.js +0 -0
  350. /package/dist/{Header → shell/Header}/HeaderUser/style.scss +0 -0
  351. /package/dist/{Header → shell/Header}/HelpButton/HelpButton.d.ts +0 -0
  352. /package/dist/{Header → shell/Header}/HelpButton/HelpButton.js +0 -0
  353. /package/dist/{Header → shell/Header}/HelpButton/HelpModal.d.ts +0 -0
  354. /package/dist/{Header → shell/Header}/HelpButton/index.d.ts +0 -0
  355. /package/dist/{Header → shell/Header}/HelpButton/index.js +0 -0
  356. /package/dist/{Header → shell/Header}/HelpButton/style.scss +0 -0
  357. /package/dist/{Header → shell/Header}/index.d.ts +0 -0
  358. /package/dist/{Header → shell/Header}/index.js +0 -0
  359. /package/dist/{Header → shell/Header}/styles.scss +0 -0
  360. /package/dist/{Header → shell/Header}/types/App.d.ts +0 -0
  361. /package/dist/{LanguageSelector → shell/LanguageSelector}/LanguageSelector.d.ts +0 -0
  362. /package/dist/{LanguageSelector → shell/LanguageSelector}/LanguageSelector.js +0 -0
  363. /package/dist/{LanguageSelector → shell/LanguageSelector}/index.d.ts +0 -0
  364. /package/dist/{LanguageSelector → shell/LanguageSelector}/index.js +0 -0
  365. /package/dist/{LanguageSelector → shell/LanguageSelector}/styles.scss +0 -0
  366. /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/KeyboardCustomLayout.d.ts +0 -0
  367. /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/KeyboardCustomLayout.js +0 -0
  368. /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/VirtualKeyboard.d.ts +0 -0
  369. /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/VirtualKeyboard.js +0 -0
  370. /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/index.d.ts +0 -0
  371. /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/index.js +0 -0
  372. /package/dist/{VirtualKeyboard → shell/VirtualKeyboard}/style.scss +0 -0
@@ -1,3 +1,3 @@
1
- import { ConsentTexts } from '../configs/localization/ConsentTexts';
1
+ import { ConsentTexts } from '../../configs/localization/ConsentTexts';
2
2
  export type ConsentSectionKey = keyof typeof ConsentTexts.en;
3
3
  export default function AppConsent(): import("react/jsx-runtime").JSX.Element;
@@ -3,9 +3,9 @@ import { forwardRef, useContext, useEffect, useImperativeHandle, useRef, useStat
3
3
  import Dropzone from 'react-dropzone';
4
4
  import { useTranslation } from 'react-i18next';
5
5
  import { Button } from 'tycho-storybook';
6
- import CommonContext from '../configs/CommonContext';
7
- import { toastLoading } from '../configs/store/actions';
8
- import { useMessageUtils } from '../configs/useMessageUtils';
6
+ import CommonContext from '../../configs/CommonContext';
7
+ import { toastLoading } from '../../configs/store/actions';
8
+ import { useMessageUtils } from '../../configs/useMessageUtils';
9
9
  import UploadService from './UploadService';
10
10
  import './style.scss';
11
11
  function AppDropzoneBodyInner({ folder, onSuccess, onError, accept, messages, onDrop, keepName, showConfirmButton = true, disablePreview = false, disableConfirm = false, }, ref) {
@@ -0,0 +1,15 @@
1
+ import './style.scss';
2
+ import type { UploadedFileLocal } from './UploadedFileLocal';
3
+ export type AppDropzoneBodyLocalProps = {
4
+ onSuccess: (files: UploadedFileLocal[]) => void;
5
+ onError?: (err: unknown) => void;
6
+ accept: Record<string, string[]>;
7
+ onDrop?: () => void;
8
+ /** When false, the confirm button is hidden (e.g. when used inside modal with its own confirm) */
9
+ showConfirmButton?: boolean;
10
+ };
11
+ export type AppDropzoneBodyLocalRef = {
12
+ upload: () => Promise<void>;
13
+ };
14
+ declare const AppDropzoneBodyLocal: import("react").ForwardRefExoticComponent<AppDropzoneBodyLocalProps & import("react").RefAttributes<AppDropzoneBodyLocalRef>>;
15
+ export default AppDropzoneBodyLocal;
@@ -0,0 +1,55 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef, useImperativeHandle, useRef, useState } from 'react';
3
+ import Dropzone from 'react-dropzone';
4
+ import { useTranslation } from 'react-i18next';
5
+ import { Button } from 'tycho-storybook';
6
+ import './style.scss';
7
+ function AppDropzoneBodyLocalInner({ onSuccess, onError, accept, onDrop, showConfirmButton = true, }, ref) {
8
+ const { t } = useTranslation('upload');
9
+ const [files, setFiles] = useState([]);
10
+ const [isUploading, setIsUploading] = useState(false);
11
+ const filesRef = useRef([]);
12
+ filesRef.current = files;
13
+ const upload = async () => {
14
+ const currentFiles = filesRef.current;
15
+ if (currentFiles.length === 0 || isUploading)
16
+ return;
17
+ setIsUploading(true);
18
+ try {
19
+ const results = await Promise.all(currentFiles.map(async (file) => ({
20
+ name: file.name,
21
+ content: await file.text(),
22
+ })));
23
+ onSuccess(results);
24
+ }
25
+ catch (err) {
26
+ onError?.(err);
27
+ }
28
+ finally {
29
+ setIsUploading(false);
30
+ }
31
+ };
32
+ useImperativeHandle(ref, () => ({
33
+ upload,
34
+ }));
35
+ const handleDrop = (acceptedFiles) => {
36
+ if (acceptedFiles.length === 0)
37
+ return;
38
+ setFiles((prev) => [...prev, ...acceptedFiles]);
39
+ onDrop?.();
40
+ };
41
+ const clearFiles = () => setFiles([]);
42
+ const removeAt = (index) => {
43
+ setFiles((prev) => prev.filter((_, i) => i !== index));
44
+ };
45
+ return (_jsxs("div", { className: "dropzone-container-local", children: [files.length === 0 && (_jsx(Dropzone, { onDrop: handleDrop, accept: accept, multiple: true, children: ({ getRootProps, getInputProps }) => (_jsxs("div", { ...getRootProps(), className: "dropzone-local", children: [_jsx("input", { ...getInputProps() }), _jsx("span", { children: t('label.dropzone') })] })) })), files.length > 0 && (_jsxs("div", { className: "uploaded-message-local", children: [_jsx("b", { children: t('label.uploaded.file') }), _jsx("ul", { className: "uploaded-file-list-local", children: files.map((file, index) => (_jsxs("li", { children: [_jsx("span", { children: file.name }), _jsx("button", { type: "button", className: "uploaded-file-remove-local", onClick: (e) => {
46
+ e.stopPropagation();
47
+ removeAt(index);
48
+ }, "aria-label": t('common:button.remove', {
49
+ defaultValue: 'Remove',
50
+ }), children: "\u00D7" })] }, `${file.name}-${file.size}-${index}`))) }), _jsx("button", { type: "button", className: "uploaded-clear-all-local", onClick: clearFiles, children: t('label.clear.all', { defaultValue: 'Clear all' }) }), _jsx("b", { children: t('label.confirm') })] })), files.length > 0 && showConfirmButton && (_jsx(Button, { onClick: () => {
51
+ void upload();
52
+ }, text: t('common:button.confirm') }))] }));
53
+ }
54
+ const AppDropzoneBodyLocal = forwardRef(AppDropzoneBodyLocalInner);
55
+ export default AppDropzoneBodyLocal;
@@ -0,0 +1,15 @@
1
+ import type { UploadedFileLocal } from './UploadedFileLocal';
2
+ type AppDropzoneLocalProps = {
3
+ onClose: () => void;
4
+ onSuccess: (files: UploadedFileLocal[]) => void;
5
+ onError?: (err: unknown) => void;
6
+ accept: Record<string, string[]>;
7
+ onDrop?: () => void;
8
+ title?: string;
9
+ alternativeButton?: {
10
+ title: string;
11
+ action: () => void;
12
+ };
13
+ };
14
+ export default function AppDropzoneLocal({ onClose, onSuccess, onError, accept, onDrop, title, alternativeButton, }: AppDropzoneLocalProps): import("react/jsx-runtime").JSX.Element;
15
+ export {};
@@ -0,0 +1,13 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useRef } from 'react';
3
+ import { useTranslation } from 'react-i18next';
4
+ import AppModal from '../AppModal';
5
+ import AppDropzoneBodyLocal from './AppDropzoneBodyLocal';
6
+ export default function AppDropzoneLocal({ onClose, onSuccess, onError, accept, onDrop, title, alternativeButton, }) {
7
+ const { t } = useTranslation('upload');
8
+ const bodyRef = useRef(null);
9
+ const handleConfirm = () => {
10
+ void bodyRef.current?.upload();
11
+ };
12
+ return (_jsx(AppModal, { title: title || t('modal.title'), className: "modal-upload-local", close: onClose, confirm: handleConfirm, alternativeButton: alternativeButton, children: _jsx(AppDropzoneBodyLocal, { ref: bodyRef, onSuccess: onSuccess, onError: onError, accept: accept, onDrop: onDrop, showConfirmButton: false }) }));
13
+ }
@@ -0,0 +1,5 @@
1
+ /** One text file selected in the dropzone, with UTF-8 content read client-side. */
2
+ export interface UploadedFileLocal {
3
+ name: string;
4
+ content: string;
5
+ }
@@ -0,0 +1,5 @@
1
+ import AppDropzoneLocal from './AppDropzoneLocal';
2
+ import AppDropzoneBodyLocal, { type AppDropzoneBodyLocalProps, type AppDropzoneBodyLocalRef } from './AppDropzoneBodyLocal';
3
+ import type { UploadedFileLocal } from './UploadedFileLocal';
4
+ export default AppDropzoneLocal;
5
+ export { AppDropzoneBodyLocal, type AppDropzoneBodyLocalProps, type AppDropzoneBodyLocalRef, type UploadedFileLocal, };
@@ -0,0 +1,4 @@
1
+ import AppDropzoneLocal from './AppDropzoneLocal';
2
+ import AppDropzoneBodyLocal from './AppDropzoneBodyLocal';
3
+ export default AppDropzoneLocal;
4
+ export { AppDropzoneBodyLocal, };
@@ -0,0 +1,75 @@
1
+ .dropzone-container-local {
2
+ display: flex;
3
+ align-items: center;
4
+ justify-content: center;
5
+
6
+ .dropzone-local {
7
+ display: flex;
8
+ align-items: center;
9
+ justify-content: center;
10
+ text-align: center;
11
+ width: 100%;
12
+ padding: var(--spacing-700);
13
+ border-radius: var(--radius-100);
14
+ border: 2px dashed var(--border-subtle-3);
15
+ background-color: var(--layer-layer-2);
16
+ cursor: pointer;
17
+ }
18
+
19
+ .preview-local {
20
+ margin: 0 auto;
21
+ width: 400px;
22
+ height: 400px;
23
+ }
24
+
25
+ .uploaded-message-local {
26
+ display: flex;
27
+ flex-direction: column;
28
+ width: 100%;
29
+ gap: 16px;
30
+ text-align: center;
31
+ border: 1px solid var(--border-subtle-3);
32
+ border-radius: var(--radius-100);
33
+ padding: 16px;
34
+ margin-top: var(--spacing-400);
35
+ }
36
+
37
+ .uploaded-file-list-local {
38
+ list-style: none;
39
+ margin: 0;
40
+ padding: 0;
41
+ text-align: left;
42
+ border: var(--border-default);
43
+ padding: 8px;
44
+ border-radius: var(--radius-100);
45
+
46
+ li {
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: space-between;
50
+ gap: 8px;
51
+ padding: 4px 0;
52
+ }
53
+ }
54
+
55
+ .uploaded-file-remove-local {
56
+ flex-shrink: 0;
57
+ border: none;
58
+ background: transparent;
59
+ cursor: pointer;
60
+ font-size: 1.25rem;
61
+ line-height: 1;
62
+ padding: 0 4px;
63
+ color: var(--text-secondary, inherit);
64
+ }
65
+
66
+ .uploaded-clear-all-local {
67
+ align-self: center;
68
+ border: none;
69
+ background: transparent;
70
+ cursor: pointer;
71
+ text-decoration: underline;
72
+ font: inherit;
73
+ color: var(--text-link, inherit);
74
+ }
75
+ }
@@ -3,7 +3,7 @@ import { useTranslation } from 'react-i18next';
3
3
  import { formatSwitchFieldValue } from './AppFormField';
4
4
  import './style.scss';
5
5
  import { Icon } from 'tycho-storybook';
6
- import { UsabilityUtils } from '..';
6
+ import UsabilityUtils from '../../functions/UsabilityUtils';
7
7
  function truncateValue(value, truncate, t) {
8
8
  if (!value) {
9
9
  return t('label.notavailable');
@@ -2,8 +2,8 @@ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-run
2
2
  import { useState } from "react";
3
3
  import { useTranslation } from "react-i18next";
4
4
  import { IconButton } from "tycho-storybook";
5
- import VirtualKeyboard from "../VirtualKeyboard";
6
- import { useCorpusUtils } from "../configs/useCorpusUtils";
5
+ import VirtualKeyboard from "../../shell/VirtualKeyboard";
6
+ import { useCorpusUtils } from "../../configs/useCorpusUtils";
7
7
  export default function AppKeyboard({ buttonMode = "filled", keyboardLayout, }) {
8
8
  const { t } = useTranslation("header");
9
9
  const { getCorpus } = useCorpusUtils();
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import cx from 'classnames';
3
3
  import { useEffect, useState } from 'react';
4
- import ImageUtils from '../functions/ImageUtils';
4
+ import ImageUtils from '../../functions/ImageUtils';
5
5
  import './style.scss';
6
6
  export default function AppPicture({ src, title, className, person, onClick, }) {
7
7
  const [empty, setEmpty] = useState(false);
@@ -4,8 +4,8 @@ import { useTranslation } from 'react-i18next';
4
4
  import ReactLoading from 'react-loading';
5
5
  import { ToastContainer, toast } from 'react-toastify';
6
6
  import 'react-toastify/dist/ReactToastify.css';
7
- import CommonContext from '../configs/CommonContext';
8
- import { message } from '../configs/store/actions';
7
+ import CommonContext from '../../configs/CommonContext';
8
+ import { message } from '../../configs/store/actions';
9
9
  import { EMPTY_TOAST } from './ToastMessage';
10
10
  export default function AppToast() {
11
11
  const { t } = useTranslation('common');
@@ -0,0 +1,34 @@
1
+ export { default as AppAnalytics } from './AppAnalytics';
2
+ export { default as AppCard } from './AppCard/AppCard';
3
+ export { default as AppClipboard } from './AppClipboard';
4
+ export { default as AppColorpicker } from './AppColorpicker';
5
+ export { default as AppDropzone, AppDropzoneBody, type AppDropzoneBodyProps, type AppDropzoneBodyRef, } from './AppDropzone';
6
+ export type { UploadedFile } from './AppDropzone/UploadedFile';
7
+ export { default as AppDropzoneLocal, AppDropzoneBodyLocal, type AppDropzoneBodyLocalProps, type AppDropzoneBodyLocalRef, type UploadedFileLocal, } from './AppDropzoneLocal';
8
+ export { default as AppEditable } from './AppEditable';
9
+ export type { AppEditableField } from './AppEditable/AppEditableField';
10
+ export { validateFormField } from './AppEditable/FormField';
11
+ export type { FieldOperations, FormField } from './AppEditable/FormField';
12
+ export { default as AppForm } from './AppForm/AppForm';
13
+ export { default as AppFormInfo } from './AppForm/AppFormInfo';
14
+ export type { AppFormField } from './AppForm/AppFormField';
15
+ export { convertEnum, convertList } from './AppEditable/FormFieldOption';
16
+ export type { FormFieldOption } from './AppEditable/FormFieldOption';
17
+ export { default as AppKeyboard } from './AppKeyboard';
18
+ export { default as AppLoading } from './AppLoading';
19
+ export { default as AppModal } from './AppModal';
20
+ export { default as AppModalConfirm } from './AppModal/AppModalConfirm';
21
+ export { default as AppModalRemove } from './AppModal/AppModalRemove';
22
+ export { default as AppPagination } from './AppPagination';
23
+ export { default as AppPicture } from './AppPicture';
24
+ export { default as AppPlaceholder } from './AppPlaceholder';
25
+ export { default as AppReplaceAll } from './AppReplaceAll/AppReplaceAll';
26
+ export { default as AppTable } from './AppTable';
27
+ export { default as AppTableList } from './AppTable/AppTableList';
28
+ export { EMPTY_GRID_PAGE, EMPTY_PAGE, isPageEmpty, } from './AppTable/types/AppPage';
29
+ export type { AppPage } from './AppTable/types/AppPage';
30
+ export { convertPageable, EMPTY_GRID_PAGEABLE, EMPTY_PAGEABLE, } from './AppTable/types/AppPageable';
31
+ export type { AppPageable } from './AppTable/types/AppPageable';
32
+ export { default as AppToast } from './AppToast';
33
+ export { default as AppCopyText } from './AppCopyText';
34
+ export { default as AppConsent } from './AppConsent';
@@ -0,0 +1,27 @@
1
+ export { default as AppAnalytics } from './AppAnalytics';
2
+ export { default as AppCard } from './AppCard/AppCard';
3
+ export { default as AppClipboard } from './AppClipboard';
4
+ export { default as AppColorpicker } from './AppColorpicker';
5
+ export { default as AppDropzone, AppDropzoneBody, } from './AppDropzone';
6
+ export { default as AppDropzoneLocal, AppDropzoneBodyLocal, } from './AppDropzoneLocal';
7
+ export { default as AppEditable } from './AppEditable';
8
+ export { validateFormField } from './AppEditable/FormField';
9
+ export { default as AppForm } from './AppForm/AppForm';
10
+ export { default as AppFormInfo } from './AppForm/AppFormInfo';
11
+ export { convertEnum, convertList } from './AppEditable/FormFieldOption';
12
+ export { default as AppKeyboard } from './AppKeyboard';
13
+ export { default as AppLoading } from './AppLoading';
14
+ export { default as AppModal } from './AppModal';
15
+ export { default as AppModalConfirm } from './AppModal/AppModalConfirm';
16
+ export { default as AppModalRemove } from './AppModal/AppModalRemove';
17
+ export { default as AppPagination } from './AppPagination';
18
+ export { default as AppPicture } from './AppPicture';
19
+ export { default as AppPlaceholder } from './AppPlaceholder';
20
+ export { default as AppReplaceAll } from './AppReplaceAll/AppReplaceAll';
21
+ export { default as AppTable } from './AppTable';
22
+ export { default as AppTableList } from './AppTable/AppTableList';
23
+ export { EMPTY_GRID_PAGE, EMPTY_PAGE, isPageEmpty, } from './AppTable/types/AppPage';
24
+ export { convertPageable, EMPTY_GRID_PAGEABLE, EMPTY_PAGEABLE, } from './AppTable/types/AppPageable';
25
+ export { default as AppToast } from './AppToast';
26
+ export { default as AppCopyText } from './AppCopyText';
27
+ export { default as AppConsent } from './AppConsent';