@nfdi4plants/arctrl 3.0.0-beta.2 → 3.0.0-beta.3

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 (1439) hide show
  1. package/dist/ts/__vite-browser-external-2447137e.js +4 -0
  2. package/dist/ts/__vite-browser-external-b3701507.cjs +1 -0
  3. package/dist/ts/arctrl.cjs.js +5691 -0
  4. package/dist/ts/arctrl.es.js +35562 -0
  5. package/dist/ts/arctrl.umd.js +5691 -0
  6. package/dist/ts/index.d.ts +61 -0
  7. package/dist/ts/index.d.ts.map +1 -0
  8. package/dist/ts/ts/ARC.d.ts +80 -0
  9. package/dist/ts/ts/ARC.d.ts.map +1 -0
  10. package/dist/ts/ts/Contract/ARC.d.ts +7 -0
  11. package/dist/ts/ts/Contract/ARC.d.ts.map +1 -0
  12. package/dist/ts/ts/Contract/ArcAssay.d.ts +12 -0
  13. package/dist/ts/ts/Contract/ArcAssay.d.ts.map +1 -0
  14. package/dist/ts/ts/Contract/ArcInvestigation.d.ts +10 -0
  15. package/dist/ts/ts/Contract/ArcInvestigation.d.ts.map +1 -0
  16. package/dist/ts/ts/Contract/ArcRun.d.ts +12 -0
  17. package/dist/ts/ts/Contract/ArcRun.d.ts.map +1 -0
  18. package/dist/ts/ts/Contract/ArcStudy.d.ts +13 -0
  19. package/dist/ts/ts/Contract/ArcStudy.d.ts.map +1 -0
  20. package/dist/ts/ts/Contract/ArcWorkflow.d.ts +12 -0
  21. package/dist/ts/ts/Contract/ArcWorkflow.d.ts.map +1 -0
  22. package/dist/ts/ts/Contract/Contract.d.ts +39 -0
  23. package/dist/ts/ts/Contract/Contract.d.ts.map +1 -0
  24. package/dist/ts/ts/Contract/Datamap.d.ts +29 -0
  25. package/dist/ts/ts/Contract/Datamap.d.ts.map +1 -0
  26. package/dist/ts/ts/Contract/Git.d.ts +28 -0
  27. package/dist/ts/ts/Contract/Git.d.ts.map +1 -0
  28. package/dist/ts/ts/Contract/ValidationPackagesConfig.d.ts +12 -0
  29. package/dist/ts/ts/Contract/ValidationPackagesConfig.d.ts.map +1 -0
  30. package/dist/ts/ts/ContractIO/ContractIO.d.ts +11 -0
  31. package/dist/ts/ts/ContractIO/ContractIO.d.ts.map +1 -0
  32. package/dist/ts/ts/ContractIO/FileSystemHelper.d.ts +44 -0
  33. package/dist/ts/ts/ContractIO/FileSystemHelper.d.ts.map +1 -0
  34. package/dist/ts/ts/Conversion.d.ts +292 -0
  35. package/dist/ts/ts/Conversion.d.ts.map +1 -0
  36. package/dist/ts/ts/Core/ArcTypes.d.ts +620 -0
  37. package/dist/ts/ts/Core/ArcTypes.d.ts.map +1 -0
  38. package/dist/ts/ts/Core/Comment.d.ts +35 -0
  39. package/dist/ts/ts/Core/Comment.d.ts.map +1 -0
  40. package/dist/ts/ts/Core/CommentList.d.ts +28 -0
  41. package/dist/ts/ts/Core/CommentList.d.ts.map +1 -0
  42. package/dist/ts/ts/Core/Conversion.d.ts +215 -0
  43. package/dist/ts/ts/Core/Conversion.d.ts.map +1 -0
  44. package/dist/ts/ts/Core/Data.d.ts +49 -0
  45. package/dist/ts/ts/Core/Data.d.ts.map +1 -0
  46. package/dist/ts/ts/Core/DataContext.d.ts +47 -0
  47. package/dist/ts/ts/Core/DataContext.d.ts.map +1 -0
  48. package/dist/ts/ts/Core/DataFile.d.ts +27 -0
  49. package/dist/ts/ts/Core/DataFile.d.ts.map +1 -0
  50. package/dist/ts/ts/Core/DataMap.d.ts +52 -0
  51. package/dist/ts/ts/Core/DataMap.d.ts.map +1 -0
  52. package/dist/ts/ts/Core/Helper/Collections.d.ts +61 -0
  53. package/dist/ts/ts/Core/Helper/Collections.d.ts.map +1 -0
  54. package/dist/ts/ts/Core/Helper/HashCodes.d.ts +9 -0
  55. package/dist/ts/ts/Core/Helper/HashCodes.d.ts.map +1 -0
  56. package/dist/ts/ts/Core/Helper/Identifier.d.ts +119 -0
  57. package/dist/ts/ts/Core/Helper/Identifier.d.ts.map +1 -0
  58. package/dist/ts/ts/Core/Helper/ORCID.d.ts +7 -0
  59. package/dist/ts/ts/Core/Helper/ORCID.d.ts.map +1 -0
  60. package/dist/ts/ts/Core/Helper/Regex.d.ts +194 -0
  61. package/dist/ts/ts/Core/Helper/Regex.d.ts.map +1 -0
  62. package/dist/ts/ts/Core/Helper/SemVer.d.ts +20 -0
  63. package/dist/ts/ts/Core/Helper/SemVer.d.ts.map +1 -0
  64. package/dist/ts/ts/Core/Helper/Url.d.ts +10 -0
  65. package/dist/ts/ts/Core/Helper/Url.d.ts.map +1 -0
  66. package/dist/ts/ts/Core/IdentifierSetters.d.ts +7 -0
  67. package/dist/ts/ts/Core/IdentifierSetters.d.ts.map +1 -0
  68. package/dist/ts/ts/Core/OntologyAnnotation.d.ts +57 -0
  69. package/dist/ts/ts/Core/OntologyAnnotation.d.ts.map +1 -0
  70. package/dist/ts/ts/Core/OntologySourceReference.d.ts +31 -0
  71. package/dist/ts/ts/Core/OntologySourceReference.d.ts.map +1 -0
  72. package/dist/ts/ts/Core/Person.d.ts +56 -0
  73. package/dist/ts/ts/Core/Person.d.ts.map +1 -0
  74. package/dist/ts/ts/Core/Process/ColumnIndex.d.ts +79 -0
  75. package/dist/ts/ts/Core/Process/ColumnIndex.d.ts.map +1 -0
  76. package/dist/ts/ts/Core/Process/Component.d.ts +65 -0
  77. package/dist/ts/ts/Core/Process/Component.d.ts.map +1 -0
  78. package/dist/ts/ts/Core/Process/Factor.d.ts +44 -0
  79. package/dist/ts/ts/Core/Process/Factor.d.ts.map +1 -0
  80. package/dist/ts/ts/Core/Process/FactorValue.d.ts +44 -0
  81. package/dist/ts/ts/Core/Process/FactorValue.d.ts.map +1 -0
  82. package/dist/ts/ts/Core/Process/Material.d.ts +27 -0
  83. package/dist/ts/ts/Core/Process/Material.d.ts.map +1 -0
  84. package/dist/ts/ts/Core/Process/MaterialAttribute.d.ts +53 -0
  85. package/dist/ts/ts/Core/Process/MaterialAttribute.d.ts.map +1 -0
  86. package/dist/ts/ts/Core/Process/MaterialAttributeValue.d.ts +55 -0
  87. package/dist/ts/ts/Core/Process/MaterialAttributeValue.d.ts.map +1 -0
  88. package/dist/ts/ts/Core/Process/MaterialType.d.ts +22 -0
  89. package/dist/ts/ts/Core/Process/MaterialType.d.ts.map +1 -0
  90. package/dist/ts/ts/Core/Process/Process.d.ts +113 -0
  91. package/dist/ts/ts/Core/Process/Process.d.ts.map +1 -0
  92. package/dist/ts/ts/Core/Process/ProcessInput.d.ts +117 -0
  93. package/dist/ts/ts/Core/Process/ProcessInput.d.ts.map +1 -0
  94. package/dist/ts/ts/Core/Process/ProcessOutput.d.ts +106 -0
  95. package/dist/ts/ts/Core/Process/ProcessOutput.d.ts.map +1 -0
  96. package/dist/ts/ts/Core/Process/ProcessParameterValue.d.ts +40 -0
  97. package/dist/ts/ts/Core/Process/ProcessParameterValue.d.ts.map +1 -0
  98. package/dist/ts/ts/Core/Process/ProcessSequence.d.ts +89 -0
  99. package/dist/ts/ts/Core/Process/ProcessSequence.d.ts.map +1 -0
  100. package/dist/ts/ts/Core/Process/Protocol.d.ts +141 -0
  101. package/dist/ts/ts/Core/Process/Protocol.d.ts.map +1 -0
  102. package/dist/ts/ts/Core/Process/ProtocolParameter.d.ts +32 -0
  103. package/dist/ts/ts/Core/Process/ProtocolParameter.d.ts.map +1 -0
  104. package/dist/ts/ts/Core/Process/Sample.d.ts +31 -0
  105. package/dist/ts/ts/Core/Process/Sample.d.ts.map +1 -0
  106. package/dist/ts/ts/Core/Process/Source.d.ts +24 -0
  107. package/dist/ts/ts/Core/Process/Source.d.ts.map +1 -0
  108. package/dist/ts/ts/Core/Publication.d.ts +36 -0
  109. package/dist/ts/ts/Core/Publication.d.ts.map +1 -0
  110. package/dist/ts/ts/Core/Table/ArcTable.d.ts +137 -0
  111. package/dist/ts/ts/Core/Table/ArcTable.d.ts.map +1 -0
  112. package/dist/ts/ts/Core/Table/ArcTableAux.d.ts +154 -0
  113. package/dist/ts/ts/Core/Table/ArcTableAux.d.ts.map +1 -0
  114. package/dist/ts/ts/Core/Table/ArcTables.d.ts +91 -0
  115. package/dist/ts/ts/Core/Table/ArcTables.d.ts.map +1 -0
  116. package/dist/ts/ts/Core/Table/CompositeCell.d.ts +58 -0
  117. package/dist/ts/ts/Core/Table/CompositeCell.d.ts.map +1 -0
  118. package/dist/ts/ts/Core/Table/CompositeColumn.d.ts +19 -0
  119. package/dist/ts/ts/Core/Table/CompositeColumn.d.ts.map +1 -0
  120. package/dist/ts/ts/Core/Table/CompositeHeader.d.ts +130 -0
  121. package/dist/ts/ts/Core/Table/CompositeHeader.d.ts.map +1 -0
  122. package/dist/ts/ts/Core/Template.d.ts +69 -0
  123. package/dist/ts/ts/Core/Template.d.ts.map +1 -0
  124. package/dist/ts/ts/Core/Templates.d.ts +18 -0
  125. package/dist/ts/ts/Core/Templates.d.ts.map +1 -0
  126. package/dist/ts/ts/Core/URI.d.ts.map +1 -0
  127. package/dist/ts/ts/Core/Value.d.ts +41 -0
  128. package/dist/ts/ts/Core/Value.d.ts.map +1 -0
  129. package/dist/ts/ts/CrossAsync.d.ts +9 -0
  130. package/dist/ts/ts/CrossAsync.d.ts.map +1 -0
  131. package/dist/ts/ts/FileSystem/Commit.d.ts +13 -0
  132. package/dist/ts/ts/FileSystem/Commit.d.ts.map +1 -0
  133. package/dist/ts/ts/FileSystem/DefaultGitattributes.d.ts.map +1 -0
  134. package/dist/ts/ts/FileSystem/DefaultGitignore.d.ts.map +1 -0
  135. package/dist/ts/ts/FileSystem/FileSystem.d.ts +21 -0
  136. package/dist/ts/ts/FileSystem/FileSystem.d.ts.map +1 -0
  137. package/dist/ts/ts/FileSystem/FileSystemTree.d.ts +55 -0
  138. package/dist/ts/ts/FileSystem/FileSystemTree.d.ts.map +1 -0
  139. package/dist/ts/ts/FileSystem/Path.d.ts.map +1 -0
  140. package/dist/ts/ts/Json/Assay.d.ts +19 -0
  141. package/dist/ts/ts/Json/Assay.d.ts.map +1 -0
  142. package/dist/ts/ts/Json/Comment.d.ts +14 -0
  143. package/dist/ts/ts/Json/Comment.d.ts.map +1 -0
  144. package/dist/ts/ts/Json/Data.d.ts +17 -0
  145. package/dist/ts/ts/Json/Data.d.ts.map +1 -0
  146. package/dist/ts/ts/Json/DataFile.d.ts +7 -0
  147. package/dist/ts/ts/Json/DataFile.d.ts.map +1 -0
  148. package/dist/ts/ts/Json/DataMap/DataContext.d.ts +5 -0
  149. package/dist/ts/ts/Json/DataMap/DataContext.d.ts.map +1 -0
  150. package/dist/ts/ts/Json/DataMap/DataMap.d.ts +11 -0
  151. package/dist/ts/ts/Json/DataMap/DataMap.d.ts.map +1 -0
  152. package/dist/ts/ts/Json/Decode.d.ts +18 -0
  153. package/dist/ts/ts/Json/Decode.d.ts.map +1 -0
  154. package/dist/ts/ts/Json/Encode.d.ts +23 -0
  155. package/dist/ts/ts/Json/Encode.d.ts.map +1 -0
  156. package/dist/ts/ts/Json/IDTable.d.ts +5 -0
  157. package/dist/ts/ts/Json/IDTable.d.ts.map +1 -0
  158. package/dist/ts/ts/Json/Investigation.d.ts +20 -0
  159. package/dist/ts/ts/Json/Investigation.d.ts.map +1 -0
  160. package/dist/ts/ts/Json/OntologyAnnotation.d.ts +18 -0
  161. package/dist/ts/ts/Json/OntologyAnnotation.d.ts.map +1 -0
  162. package/dist/ts/ts/Json/OntologySourceReference.d.ts +12 -0
  163. package/dist/ts/ts/Json/OntologySourceReference.d.ts.map +1 -0
  164. package/dist/ts/ts/Json/Person.d.ts +22 -0
  165. package/dist/ts/ts/Json/Person.d.ts.map +1 -0
  166. package/dist/ts/ts/Json/Process/AssayMaterials.d.ts +7 -0
  167. package/dist/ts/ts/Json/Process/AssayMaterials.d.ts.map +1 -0
  168. package/dist/ts/ts/Json/Process/Component.d.ts +11 -0
  169. package/dist/ts/ts/Json/Process/Component.d.ts.map +1 -0
  170. package/dist/ts/ts/Json/Process/Factor.d.ts +8 -0
  171. package/dist/ts/ts/Json/Process/Factor.d.ts.map +1 -0
  172. package/dist/ts/ts/Json/Process/FactorValue.d.ts +11 -0
  173. package/dist/ts/ts/Json/Process/FactorValue.d.ts.map +1 -0
  174. package/dist/ts/ts/Json/Process/Material.d.ts +12 -0
  175. package/dist/ts/ts/Json/Process/Material.d.ts.map +1 -0
  176. package/dist/ts/ts/Json/Process/MaterialAttribute.d.ts +8 -0
  177. package/dist/ts/ts/Json/Process/MaterialAttribute.d.ts.map +1 -0
  178. package/dist/ts/ts/Json/Process/MaterialAttributeValue.d.ts +11 -0
  179. package/dist/ts/ts/Json/Process/MaterialAttributeValue.d.ts.map +1 -0
  180. package/dist/ts/ts/Json/Process/MaterialType.d.ts +7 -0
  181. package/dist/ts/ts/Json/Process/MaterialType.d.ts.map +1 -0
  182. package/dist/ts/ts/Json/Process/Process.d.ts +10 -0
  183. package/dist/ts/ts/Json/Process/Process.d.ts.map +1 -0
  184. package/dist/ts/ts/Json/Process/ProcessInput.d.ts +9 -0
  185. package/dist/ts/ts/Json/Process/ProcessInput.d.ts.map +1 -0
  186. package/dist/ts/ts/Json/Process/ProcessOutput.d.ts +9 -0
  187. package/dist/ts/ts/Json/Process/ProcessOutput.d.ts.map +1 -0
  188. package/dist/ts/ts/Json/Process/ProcessParameterValue.d.ts +11 -0
  189. package/dist/ts/ts/Json/Process/ProcessParameterValue.d.ts.map +1 -0
  190. package/dist/ts/ts/Json/Process/Protocol.d.ts +10 -0
  191. package/dist/ts/ts/Json/Process/Protocol.d.ts.map +1 -0
  192. package/dist/ts/ts/Json/Process/ProtocolParameter.d.ts +8 -0
  193. package/dist/ts/ts/Json/Process/ProtocolParameter.d.ts.map +1 -0
  194. package/dist/ts/ts/Json/Process/Sample.d.ts +15 -0
  195. package/dist/ts/ts/Json/Process/Sample.d.ts.map +1 -0
  196. package/dist/ts/ts/Json/Process/Source.d.ts +12 -0
  197. package/dist/ts/ts/Json/Process/Source.d.ts.map +1 -0
  198. package/dist/ts/ts/Json/Process/StudyMaterials.d.ts +7 -0
  199. package/dist/ts/ts/Json/Process/StudyMaterials.d.ts.map +1 -0
  200. package/dist/ts/ts/Json/Process/Value.d.ts +7 -0
  201. package/dist/ts/ts/Json/Process/Value.d.ts.map +1 -0
  202. package/dist/ts/ts/Json/PropertyValue.d.ts +9 -0
  203. package/dist/ts/ts/Json/PropertyValue.d.ts.map +1 -0
  204. package/dist/ts/ts/Json/Publication.d.ts +14 -0
  205. package/dist/ts/ts/Json/Publication.d.ts.map +1 -0
  206. package/dist/ts/ts/Json/ROCrate/LDContext.d.ts +5 -0
  207. package/dist/ts/ts/Json/ROCrate/LDContext.d.ts.map +1 -0
  208. package/dist/ts/ts/Json/ROCrate/LDGraph.d.ts +5 -0
  209. package/dist/ts/ts/Json/ROCrate/LDGraph.d.ts.map +1 -0
  210. package/dist/ts/ts/Json/ROCrate/LDNode.d.ts +13 -0
  211. package/dist/ts/ts/Json/ROCrate/LDNode.d.ts.map +1 -0
  212. package/dist/ts/ts/Json/ROCrate/LDRef.d.ts +5 -0
  213. package/dist/ts/ts/Json/ROCrate/LDRef.d.ts.map +1 -0
  214. package/dist/ts/ts/Json/ROCrate/LDValue.d.ts +7 -0
  215. package/dist/ts/ts/Json/ROCrate/LDValue.d.ts.map +1 -0
  216. package/dist/ts/ts/Json/StringTable.d.ts +9 -0
  217. package/dist/ts/ts/Json/StringTable.d.ts.map +1 -0
  218. package/dist/ts/ts/Json/Study.d.ts +26 -0
  219. package/dist/ts/ts/Json/Study.d.ts.map +1 -0
  220. package/dist/ts/ts/Json/Table/ArcTable.d.ts +15 -0
  221. package/dist/ts/ts/Json/Table/ArcTable.d.ts.map +1 -0
  222. package/dist/ts/ts/Json/Table/CellTable.d.ts +11 -0
  223. package/dist/ts/ts/Json/Table/CellTable.d.ts.map +1 -0
  224. package/dist/ts/ts/Json/Table/CompositeCell.d.ts +10 -0
  225. package/dist/ts/ts/Json/Table/CompositeCell.d.ts.map +1 -0
  226. package/dist/ts/ts/Json/Table/CompositeHeader.d.ts +5 -0
  227. package/dist/ts/ts/Json/Table/CompositeHeader.d.ts.map +1 -0
  228. package/dist/ts/ts/Json/Table/IOType.d.ts +5 -0
  229. package/dist/ts/ts/Json/Table/IOType.d.ts.map +1 -0
  230. package/dist/ts/ts/Json/Table/OATable.d.ts +10 -0
  231. package/dist/ts/ts/Json/Table/OATable.d.ts.map +1 -0
  232. package/dist/ts/ts/Json/Table/Templates.d.ts +15 -0
  233. package/dist/ts/ts/Json/Table/Templates.d.ts.map +1 -0
  234. package/dist/ts/ts/Json/context/rocrate/isa_assay_context.d.ts +26 -0
  235. package/dist/ts/ts/Json/context/rocrate/isa_assay_context.d.ts.map +1 -0
  236. package/dist/ts/ts/Json/context/rocrate/isa_comment_context.d.ts +16 -0
  237. package/dist/ts/ts/Json/context/rocrate/isa_comment_context.d.ts.map +1 -0
  238. package/dist/ts/ts/Json/context/rocrate/isa_data_context.d.ts +18 -0
  239. package/dist/ts/ts/Json/context/rocrate/isa_data_context.d.ts.map +1 -0
  240. package/dist/ts/ts/Json/context/rocrate/isa_investigation_context.d.ts +26 -0
  241. package/dist/ts/ts/Json/context/rocrate/isa_investigation_context.d.ts.map +1 -0
  242. package/dist/ts/ts/Json/context/rocrate/isa_material_context.d.ts +19 -0
  243. package/dist/ts/ts/Json/context/rocrate/isa_material_context.d.ts.map +1 -0
  244. package/dist/ts/ts/Json/context/rocrate/isa_ontology_annotation_context.d.ts +17 -0
  245. package/dist/ts/ts/Json/context/rocrate/isa_ontology_annotation_context.d.ts.map +1 -0
  246. package/dist/ts/ts/Json/context/rocrate/isa_ontology_source_reference_context.d.ts +19 -0
  247. package/dist/ts/ts/Json/context/rocrate/isa_ontology_source_reference_context.d.ts.map +1 -0
  248. package/dist/ts/ts/Json/context/rocrate/isa_organization_context.d.ts +15 -0
  249. package/dist/ts/ts/Json/context/rocrate/isa_organization_context.d.ts.map +1 -0
  250. package/dist/ts/ts/Json/context/rocrate/isa_person_context.d.ts +25 -0
  251. package/dist/ts/ts/Json/context/rocrate/isa_person_context.d.ts.map +1 -0
  252. package/dist/ts/ts/Json/context/rocrate/isa_process_context.d.ts +23 -0
  253. package/dist/ts/ts/Json/context/rocrate/isa_process_context.d.ts.map +1 -0
  254. package/dist/ts/ts/Json/context/rocrate/isa_protocol_context.d.ts +22 -0
  255. package/dist/ts/ts/Json/context/rocrate/isa_protocol_context.d.ts.map +1 -0
  256. package/dist/ts/ts/Json/context/rocrate/isa_publication_context.d.ts +19 -0
  257. package/dist/ts/ts/Json/context/rocrate/isa_publication_context.d.ts.map +1 -0
  258. package/dist/ts/ts/Json/context/rocrate/isa_sample_context.d.ts +18 -0
  259. package/dist/ts/ts/Json/context/rocrate/isa_sample_context.d.ts.map +1 -0
  260. package/dist/ts/ts/Json/context/rocrate/isa_source_context.d.ts +18 -0
  261. package/dist/ts/ts/Json/context/rocrate/isa_source_context.d.ts.map +1 -0
  262. package/dist/ts/ts/Json/context/rocrate/isa_study_context.d.ts +34 -0
  263. package/dist/ts/ts/Json/context/rocrate/isa_study_context.d.ts.map +1 -0
  264. package/dist/ts/ts/Json/context/rocrate/property_value_context.d.ts +3 -0
  265. package/dist/ts/ts/Json/context/rocrate/property_value_context.d.ts.map +1 -0
  266. package/dist/ts/ts/Json/context/rocrate/rocrate_context.d.ts +16 -0
  267. package/dist/ts/ts/Json/context/rocrate/rocrate_context.d.ts.map +1 -0
  268. package/dist/ts/ts/Json.d.ts +90 -0
  269. package/dist/ts/ts/Json.d.ts.map +1 -0
  270. package/dist/ts/ts/JsonIO/Assay.d.ts +19 -0
  271. package/dist/ts/ts/JsonIO/Assay.d.ts.map +1 -0
  272. package/dist/ts/ts/JsonIO/Investigation.d.ts +19 -0
  273. package/dist/ts/ts/JsonIO/Investigation.d.ts.map +1 -0
  274. package/dist/ts/ts/JsonIO/LDObject.d.ts +29 -0
  275. package/dist/ts/ts/JsonIO/LDObject.d.ts.map +1 -0
  276. package/dist/ts/ts/JsonIO/OntologyAnnotation.d.ts +16 -0
  277. package/dist/ts/ts/JsonIO/OntologyAnnotation.d.ts.map +1 -0
  278. package/dist/ts/ts/JsonIO/Study.d.ts +20 -0
  279. package/dist/ts/ts/JsonIO/Study.d.ts.map +1 -0
  280. package/dist/ts/ts/JsonIO/Table/Compression.d.ts +8 -0
  281. package/dist/ts/ts/JsonIO/Table/Compression.d.ts.map +1 -0
  282. package/dist/ts/ts/JsonIO/Table/Templates.d.ts +15 -0
  283. package/dist/ts/ts/JsonIO/Table/Templates.d.ts.map +1 -0
  284. package/dist/ts/ts/ROCrate/Generic/Comment.d.ts +21 -0
  285. package/dist/ts/ts/ROCrate/Generic/Comment.d.ts.map +1 -0
  286. package/dist/ts/ts/ROCrate/Generic/Dataset.d.ts +92 -0
  287. package/dist/ts/ts/ROCrate/Generic/Dataset.d.ts.map +1 -0
  288. package/dist/ts/ts/ROCrate/Generic/DefinedTerm.d.ts +21 -0
  289. package/dist/ts/ts/ROCrate/Generic/DefinedTerm.d.ts.map +1 -0
  290. package/dist/ts/ts/ROCrate/Generic/File.d.ts +35 -0
  291. package/dist/ts/ts/ROCrate/Generic/File.d.ts.map +1 -0
  292. package/dist/ts/ts/ROCrate/Generic/LabProcess.d.ts +43 -0
  293. package/dist/ts/ts/ROCrate/Generic/LabProcess.d.ts.map +1 -0
  294. package/dist/ts/ts/ROCrate/Generic/LabProtocol.d.ts +44 -0
  295. package/dist/ts/ts/ROCrate/Generic/LabProtocol.d.ts.map +1 -0
  296. package/dist/ts/ts/ROCrate/Generic/Organization.d.ts +17 -0
  297. package/dist/ts/ts/ROCrate/Generic/Organization.d.ts.map +1 -0
  298. package/dist/ts/ts/ROCrate/Generic/Person.d.ts +51 -0
  299. package/dist/ts/ts/ROCrate/Generic/Person.d.ts.map +1 -0
  300. package/dist/ts/ts/ROCrate/Generic/PostalAddress.d.ts +25 -0
  301. package/dist/ts/ts/ROCrate/Generic/PostalAddress.d.ts.map +1 -0
  302. package/dist/ts/ts/ROCrate/Generic/PropertyValue.d.ts +73 -0
  303. package/dist/ts/ts/ROCrate/Generic/PropertyValue.d.ts.map +1 -0
  304. package/dist/ts/ts/ROCrate/Generic/Sample.d.ts +30 -0
  305. package/dist/ts/ts/ROCrate/Generic/Sample.d.ts.map +1 -0
  306. package/dist/ts/ts/ROCrate/Generic/ScholarlyArticle.d.ts +34 -0
  307. package/dist/ts/ts/ROCrate/Generic/ScholarlyArticle.d.ts.map +1 -0
  308. package/dist/ts/ts/ROCrate/Helper.d.ts.map +1 -0
  309. package/dist/ts/ts/ROCrate/LDContext.d.ts +43 -0
  310. package/dist/ts/ts/ROCrate/LDContext.d.ts.map +1 -0
  311. package/dist/ts/ts/ROCrate/LDObject.d.ts +97 -0
  312. package/dist/ts/ts/ROCrate/LDObject.d.ts.map +1 -0
  313. package/dist/ts/ts/ROCrate/ROCrateContext.d.ts +7 -0
  314. package/dist/ts/ts/ROCrate/ROCrateContext.d.ts.map +1 -0
  315. package/dist/ts/ts/ROCrateIO.d.ts +16 -0
  316. package/dist/ts/ts/ROCrateIO.d.ts.map +1 -0
  317. package/dist/ts/ts/Spreadsheet/AnnotationTable/ArcTable.d.ts +40 -0
  318. package/dist/ts/ts/Spreadsheet/AnnotationTable/ArcTable.d.ts.map +1 -0
  319. package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeCell.d.ts +9 -0
  320. package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeCell.d.ts.map +1 -0
  321. package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeColumn.d.ts +24 -0
  322. package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeColumn.d.ts.map +1 -0
  323. package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeHeader.d.ts +22 -0
  324. package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeHeader.d.ts.map +1 -0
  325. package/dist/ts/ts/Spreadsheet/ArcAssay.d.ts +31 -0
  326. package/dist/ts/ts/Spreadsheet/ArcAssay.d.ts.map +1 -0
  327. package/dist/ts/ts/Spreadsheet/ArcInvestigation.d.ts +42 -0
  328. package/dist/ts/ts/Spreadsheet/ArcInvestigation.d.ts.map +1 -0
  329. package/dist/ts/ts/Spreadsheet/ArcRun.d.ts +27 -0
  330. package/dist/ts/ts/Spreadsheet/ArcRun.d.ts.map +1 -0
  331. package/dist/ts/ts/Spreadsheet/ArcStudy.d.ts +26 -0
  332. package/dist/ts/ts/Spreadsheet/ArcStudy.d.ts.map +1 -0
  333. package/dist/ts/ts/Spreadsheet/ArcWorkflow.d.ts +27 -0
  334. package/dist/ts/ts/Spreadsheet/ArcWorkflow.d.ts.map +1 -0
  335. package/dist/ts/ts/Spreadsheet/CollectionAux.d.ts +23 -0
  336. package/dist/ts/ts/Spreadsheet/CollectionAux.d.ts.map +1 -0
  337. package/dist/ts/ts/Spreadsheet/DataMap.d.ts +8 -0
  338. package/dist/ts/ts/Spreadsheet/DataMap.d.ts.map +1 -0
  339. package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapColumn.d.ts +7 -0
  340. package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapColumn.d.ts.map +1 -0
  341. package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapHeader.d.ts +23 -0
  342. package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapHeader.d.ts.map +1 -0
  343. package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapTable.d.ts +23 -0
  344. package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapTable.d.ts.map +1 -0
  345. package/dist/ts/ts/Spreadsheet/Metadata/Assays.d.ts +14 -0
  346. package/dist/ts/ts/Spreadsheet/Metadata/Assays.d.ts.map +1 -0
  347. package/dist/ts/ts/Spreadsheet/Metadata/Comment.d.ts +14 -0
  348. package/dist/ts/ts/Spreadsheet/Metadata/Comment.d.ts.map +1 -0
  349. package/dist/ts/ts/Spreadsheet/Metadata/Contacts.d.ts +25 -0
  350. package/dist/ts/ts/Spreadsheet/Metadata/Contacts.d.ts.map +1 -0
  351. package/dist/ts/ts/Spreadsheet/Metadata/Conversions.d.ts +60 -0
  352. package/dist/ts/ts/Spreadsheet/Metadata/Conversions.d.ts.map +1 -0
  353. package/dist/ts/ts/Spreadsheet/Metadata/DesignDescriptors.d.ts +16 -0
  354. package/dist/ts/ts/Spreadsheet/Metadata/DesignDescriptors.d.ts.map +1 -0
  355. package/dist/ts/ts/Spreadsheet/Metadata/Factors.d.ts +18 -0
  356. package/dist/ts/ts/Spreadsheet/Metadata/Factors.d.ts.map +1 -0
  357. package/dist/ts/ts/Spreadsheet/Metadata/OntologyAnnotation.d.ts +12 -0
  358. package/dist/ts/ts/Spreadsheet/Metadata/OntologyAnnotation.d.ts.map +1 -0
  359. package/dist/ts/ts/Spreadsheet/Metadata/OntologySourceReference.d.ts +18 -0
  360. package/dist/ts/ts/Spreadsheet/Metadata/OntologySourceReference.d.ts.map +1 -0
  361. package/dist/ts/ts/Spreadsheet/Metadata/Protocols.d.ts +28 -0
  362. package/dist/ts/ts/Spreadsheet/Metadata/Protocols.d.ts.map +1 -0
  363. package/dist/ts/ts/Spreadsheet/Metadata/Publication.d.ts +21 -0
  364. package/dist/ts/ts/Spreadsheet/Metadata/Publication.d.ts.map +1 -0
  365. package/dist/ts/ts/Spreadsheet/Metadata/Run.d.ts +14 -0
  366. package/dist/ts/ts/Spreadsheet/Metadata/Run.d.ts.map +1 -0
  367. package/dist/ts/ts/Spreadsheet/Metadata/SparseTable.d.ts +37 -0
  368. package/dist/ts/ts/Spreadsheet/Metadata/SparseTable.d.ts.map +1 -0
  369. package/dist/ts/ts/Spreadsheet/Metadata/Study.d.ts +38 -0
  370. package/dist/ts/ts/Spreadsheet/Metadata/Study.d.ts.map +1 -0
  371. package/dist/ts/ts/Spreadsheet/Metadata/Workflow.d.ts +31 -0
  372. package/dist/ts/ts/Spreadsheet/Metadata/Workflow.d.ts.map +1 -0
  373. package/dist/ts/ts/Template.Web.d.ts +11 -0
  374. package/dist/ts/ts/Template.Web.d.ts.map +1 -0
  375. package/dist/ts/ts/ValidationPackages/ValidationPackage.d.ts +21 -0
  376. package/dist/ts/ts/ValidationPackages/ValidationPackage.d.ts.map +1 -0
  377. package/dist/ts/ts/ValidationPackages/ValidationPackagesConfig.d.ts +23 -0
  378. package/dist/ts/ts/ValidationPackages/ValidationPackagesConfig.d.ts.map +1 -0
  379. package/dist/ts/ts/WebRequest/WebRequest.Node.d.ts +4 -0
  380. package/dist/ts/ts/WebRequest/WebRequest.Node.d.ts.map +1 -0
  381. package/dist/ts/ts/WebRequest/WebRequest.d.ts +3 -0
  382. package/dist/ts/ts/WebRequest/WebRequest.d.ts.map +1 -0
  383. package/dist/ts/ts/Xlsx.d.ts +50 -0
  384. package/dist/ts/ts/Xlsx.d.ts.map +1 -0
  385. package/dist/ts/ts/Yaml/Encode.d.ts +5 -0
  386. package/dist/ts/ts/Yaml/Encode.d.ts.map +1 -0
  387. package/dist/ts/ts/Yaml/ValidationPackage.d.ts +10 -0
  388. package/dist/ts/ts/Yaml/ValidationPackage.d.ts.map +1 -0
  389. package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts +10 -0
  390. package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts.map +1 -0
  391. package/package.json +13 -10
  392. package/dist/ts/cjs/index.js +0 -85
  393. package/dist/ts/cjs/ts/ARC.js +0 -976
  394. package/dist/ts/cjs/ts/Contract/ARC.js +0 -61
  395. package/dist/ts/cjs/ts/Contract/ArcAssay.js +0 -103
  396. package/dist/ts/cjs/ts/Contract/ArcInvestigation.js +0 -77
  397. package/dist/ts/cjs/ts/Contract/ArcRun.js +0 -103
  398. package/dist/ts/cjs/ts/Contract/ArcStudy.js +0 -103
  399. package/dist/ts/cjs/ts/Contract/ArcWorkflow.js +0 -104
  400. package/dist/ts/cjs/ts/Contract/Contract.js +0 -100
  401. package/dist/ts/cjs/ts/Contract/Datamap.js +0 -314
  402. package/dist/ts/cjs/ts/Contract/Git.js +0 -94
  403. package/dist/ts/cjs/ts/Contract/ValidationPackagesConfig.js +0 -97
  404. package/dist/ts/cjs/ts/ContractIO/ContractIO.js +0 -217
  405. package/dist/ts/cjs/ts/ContractIO/FileSystemHelper.js +0 -205
  406. package/dist/ts/cjs/ts/Conversion.js +0 -1774
  407. package/dist/ts/cjs/ts/Core/ArcTypes.js +0 -3803
  408. package/dist/ts/cjs/ts/Core/Comment.js +0 -106
  409. package/dist/ts/cjs/ts/Core/CommentList.js +0 -134
  410. package/dist/ts/cjs/ts/Core/Conversion.js +0 -1198
  411. package/dist/ts/cjs/ts/Core/Data.js +0 -196
  412. package/dist/ts/cjs/ts/Core/DataContext.js +0 -141
  413. package/dist/ts/cjs/ts/Core/DataFile.js +0 -98
  414. package/dist/ts/cjs/ts/Core/DataMap.js +0 -185
  415. package/dist/ts/cjs/ts/Core/Helper/Collections.js +0 -502
  416. package/dist/ts/cjs/ts/Core/Helper/HashCodes.js +0 -40
  417. package/dist/ts/cjs/ts/Core/Helper/Identifier.js +0 -329
  418. package/dist/ts/cjs/ts/Core/Helper/ORCID.js +0 -40
  419. package/dist/ts/cjs/ts/Core/Helper/Printer.js +0 -2
  420. package/dist/ts/cjs/ts/Core/Helper/Regex.js +0 -616
  421. package/dist/ts/cjs/ts/Core/Helper/SemVer.js +0 -59
  422. package/dist/ts/cjs/ts/Core/Helper/Url.js +0 -40
  423. package/dist/ts/cjs/ts/Core/IPropertyValue.js +0 -2
  424. package/dist/ts/cjs/ts/Core/IdentifierSetters.js +0 -27
  425. package/dist/ts/cjs/ts/Core/OntologyAnnotation.js +0 -219
  426. package/dist/ts/cjs/ts/Core/OntologySourceReference.js +0 -94
  427. package/dist/ts/cjs/ts/Core/Person.js +0 -196
  428. package/dist/ts/cjs/ts/Core/Process/ColumnIndex.js +0 -258
  429. package/dist/ts/cjs/ts/Core/Process/Component.js +0 -200
  430. package/dist/ts/cjs/ts/Core/Process/Factor.js +0 -111
  431. package/dist/ts/cjs/ts/Core/Process/FactorValue.js +0 -143
  432. package/dist/ts/cjs/ts/Core/Process/Material.js +0 -68
  433. package/dist/ts/cjs/ts/Core/Process/MaterialAttribute.js +0 -103
  434. package/dist/ts/cjs/ts/Core/Process/MaterialAttributeValue.js +0 -160
  435. package/dist/ts/cjs/ts/Core/Process/MaterialType.js +0 -51
  436. package/dist/ts/cjs/ts/Core/Process/Process.js +0 -371
  437. package/dist/ts/cjs/ts/Core/Process/ProcessInput.js +0 -321
  438. package/dist/ts/cjs/ts/Core/Process/ProcessOutput.js +0 -282
  439. package/dist/ts/cjs/ts/Core/Process/ProcessParameterValue.js +0 -141
  440. package/dist/ts/cjs/ts/Core/Process/ProcessSequence.js +0 -250
  441. package/dist/ts/cjs/ts/Core/Process/Protocol.js +0 -248
  442. package/dist/ts/cjs/ts/Core/Process/ProtocolParameter.js +0 -75
  443. package/dist/ts/cjs/ts/Core/Process/Sample.js +0 -73
  444. package/dist/ts/cjs/ts/Core/Process/Source.js +0 -56
  445. package/dist/ts/cjs/ts/Core/Publication.js +0 -118
  446. package/dist/ts/cjs/ts/Core/Table/ArcTable.js +0 -923
  447. package/dist/ts/cjs/ts/Core/Table/ArcTableAux.js +0 -1262
  448. package/dist/ts/cjs/ts/Core/Table/ArcTables.js +0 -476
  449. package/dist/ts/cjs/ts/Core/Table/CompositeCell.js +0 -317
  450. package/dist/ts/cjs/ts/Core/Table/CompositeColumn.js +0 -60
  451. package/dist/ts/cjs/ts/Core/Table/CompositeHeader.js +0 -718
  452. package/dist/ts/cjs/ts/Core/Template.js +0 -196
  453. package/dist/ts/cjs/ts/Core/Templates.js +0 -86
  454. package/dist/ts/cjs/ts/Core/URI.js +0 -20
  455. package/dist/ts/cjs/ts/Core/Value.js +0 -191
  456. package/dist/ts/cjs/ts/CrossAsync.js +0 -35
  457. package/dist/ts/cjs/ts/FileSystem/Commit.js +0 -20
  458. package/dist/ts/cjs/ts/FileSystem/DefaultGitattributes.js +0 -4
  459. package/dist/ts/cjs/ts/FileSystem/DefaultGitignore.js +0 -4
  460. package/dist/ts/cjs/ts/FileSystem/FileSystem.js +0 -55
  461. package/dist/ts/cjs/ts/FileSystem/FileSystemTree.js +0 -322
  462. package/dist/ts/cjs/ts/FileSystem/Path.js +0 -63
  463. package/dist/ts/cjs/ts/Json/Assay.js +0 -234
  464. package/dist/ts/cjs/ts/Json/Comment.js +0 -119
  465. package/dist/ts/cjs/ts/Json/Data.js +0 -147
  466. package/dist/ts/cjs/ts/Json/DataFile.js +0 -54
  467. package/dist/ts/cjs/ts/Json/DataMap/DataContext.js +0 -40
  468. package/dist/ts/cjs/ts/Json/DataMap/DataMap.js +0 -30
  469. package/dist/ts/cjs/ts/Json/Decode.js +0 -231
  470. package/dist/ts/cjs/ts/Json/Encode.js +0 -117
  471. package/dist/ts/cjs/ts/Json/IDTable.js +0 -30
  472. package/dist/ts/cjs/ts/Json/Investigation.js +0 -254
  473. package/dist/ts/cjs/ts/Json/OntologyAnnotation.js +0 -207
  474. package/dist/ts/cjs/ts/Json/OntologySourceReference.js +0 -125
  475. package/dist/ts/cjs/ts/Json/Person.js +0 -338
  476. package/dist/ts/cjs/ts/Json/Process/AssayMaterials.js +0 -21
  477. package/dist/ts/cjs/ts/Json/Process/Component.js +0 -47
  478. package/dist/ts/cjs/ts/Json/Process/Factor.js +0 -58
  479. package/dist/ts/cjs/ts/Json/Process/FactorValue.js +0 -47
  480. package/dist/ts/cjs/ts/Json/Process/Material.js +0 -120
  481. package/dist/ts/cjs/ts/Json/Process/MaterialAttribute.js +0 -47
  482. package/dist/ts/cjs/ts/Json/Process/MaterialAttributeValue.js +0 -47
  483. package/dist/ts/cjs/ts/Json/Process/MaterialType.js +0 -46
  484. package/dist/ts/cjs/ts/Json/Process/Process.js +0 -109
  485. package/dist/ts/cjs/ts/Json/Process/ProcessInput.js +0 -38
  486. package/dist/ts/cjs/ts/Json/Process/ProcessOutput.js +0 -33
  487. package/dist/ts/cjs/ts/Json/Process/ProcessParameterValue.js +0 -33
  488. package/dist/ts/cjs/ts/Json/Process/Protocol.js +0 -180
  489. package/dist/ts/cjs/ts/Json/Process/ProtocolParameter.js +0 -47
  490. package/dist/ts/cjs/ts/Json/Process/Sample.js +0 -176
  491. package/dist/ts/cjs/ts/Json/Process/Source.js +0 -145
  492. package/dist/ts/cjs/ts/Json/Process/StudyMaterials.js +0 -23
  493. package/dist/ts/cjs/ts/Json/Process/Value.js +0 -39
  494. package/dist/ts/cjs/ts/Json/PropertyValue.js +0 -300
  495. package/dist/ts/cjs/ts/Json/Publication.js +0 -130
  496. package/dist/ts/cjs/ts/Json/ROCrate/LDContext.js +0 -123
  497. package/dist/ts/cjs/ts/Json/ROCrate/LDGraph.js +0 -88
  498. package/dist/ts/cjs/ts/Json/ROCrate/LDNode.js +0 -213
  499. package/dist/ts/cjs/ts/Json/ROCrate/LDRef.js +0 -25
  500. package/dist/ts/cjs/ts/Json/ROCrate/LDValue.js +0 -70
  501. package/dist/ts/cjs/ts/Json/StringTable.js +0 -70
  502. package/dist/ts/cjs/ts/Json/Study.js +0 -347
  503. package/dist/ts/cjs/ts/Json/Table/ArcTable.js +0 -217
  504. package/dist/ts/cjs/ts/Json/Table/CellTable.js +0 -58
  505. package/dist/ts/cjs/ts/Json/Table/CompositeCell.js +0 -103
  506. package/dist/ts/cjs/ts/Json/Table/CompositeHeader.js +0 -108
  507. package/dist/ts/cjs/ts/Json/Table/IOType.js +0 -16
  508. package/dist/ts/cjs/ts/Json/Table/OATable.js +0 -55
  509. package/dist/ts/cjs/ts/Json/Table/Templates.js +0 -106
  510. package/dist/ts/cjs/ts/Json/context/rocrate/isa_assay_context.js +0 -89
  511. package/dist/ts/cjs/ts/Json/context/rocrate/isa_comment_context.js +0 -47
  512. package/dist/ts/cjs/ts/Json/context/rocrate/isa_data_context.js +0 -61
  513. package/dist/ts/cjs/ts/Json/context/rocrate/isa_investigation_context.js +0 -97
  514. package/dist/ts/cjs/ts/Json/context/rocrate/isa_material_context.js +0 -58
  515. package/dist/ts/cjs/ts/Json/context/rocrate/isa_ontology_annotation_context.js +0 -56
  516. package/dist/ts/cjs/ts/Json/context/rocrate/isa_ontology_source_reference_context.js +0 -62
  517. package/dist/ts/cjs/ts/Json/context/rocrate/isa_organization_context.js +0 -42
  518. package/dist/ts/cjs/ts/Json/context/rocrate/isa_person_context.js +0 -112
  519. package/dist/ts/cjs/ts/Json/context/rocrate/isa_process_context.js +0 -82
  520. package/dist/ts/cjs/ts/Json/context/rocrate/isa_protocol_context.js +0 -85
  521. package/dist/ts/cjs/ts/Json/context/rocrate/isa_publication_context.js +0 -66
  522. package/dist/ts/cjs/ts/Json/context/rocrate/isa_sample_context.js +0 -53
  523. package/dist/ts/cjs/ts/Json/context/rocrate/isa_source_context.js +0 -53
  524. package/dist/ts/cjs/ts/Json/context/rocrate/isa_study_context.js +0 -113
  525. package/dist/ts/cjs/ts/Json/context/rocrate/property_value_context.js +0 -61
  526. package/dist/ts/cjs/ts/Json/context/rocrate/rocrate_context.js +0 -63
  527. package/dist/ts/cjs/ts/Json.js +0 -240
  528. package/dist/ts/cjs/ts/JsonIO/Assay.js +0 -104
  529. package/dist/ts/cjs/ts/JsonIO/Investigation.js +0 -104
  530. package/dist/ts/cjs/ts/JsonIO/LDObject.js +0 -107
  531. package/dist/ts/cjs/ts/JsonIO/OntologyAnnotation.js +0 -77
  532. package/dist/ts/cjs/ts/JsonIO/Study.js +0 -104
  533. package/dist/ts/cjs/ts/JsonIO/Table/Compression.js +0 -40
  534. package/dist/ts/cjs/ts/JsonIO/Table/Templates.js +0 -92
  535. package/dist/ts/cjs/ts/ROCrate/Generic/Comment.js +0 -117
  536. package/dist/ts/cjs/ts/ROCrate/Generic/Dataset.js +0 -671
  537. package/dist/ts/cjs/ts/ROCrate/Generic/DefinedTerm.js +0 -117
  538. package/dist/ts/cjs/ts/ROCrate/Generic/File.js +0 -202
  539. package/dist/ts/cjs/ts/ROCrate/Generic/LabProcess.js +0 -240
  540. package/dist/ts/cjs/ts/ROCrate/Generic/LabProtocol.js +0 -277
  541. package/dist/ts/cjs/ts/ROCrate/Generic/Organization.js +0 -73
  542. package/dist/ts/cjs/ts/ROCrate/Generic/Person.js +0 -413
  543. package/dist/ts/cjs/ts/ROCrate/Generic/PostalAddress.js +0 -161
  544. package/dist/ts/cjs/ts/ROCrate/Generic/PropertyValue.js +0 -550
  545. package/dist/ts/cjs/ts/ROCrate/Generic/Sample.js +0 -141
  546. package/dist/ts/cjs/ts/ROCrate/Generic/ScholarlyArticle.js +0 -189
  547. package/dist/ts/cjs/ts/ROCrate/Helper.js +0 -7
  548. package/dist/ts/cjs/ts/ROCrate/LDContext.js +0 -322
  549. package/dist/ts/cjs/ts/ROCrate/LDObject.js +0 -984
  550. package/dist/ts/cjs/ts/ROCrate/ROCrateContext.js +0 -44
  551. package/dist/ts/cjs/ts/ROCrateIO.js +0 -75
  552. package/dist/ts/cjs/ts/Spreadsheet/AnnotationTable/ArcTable.js +0 -176
  553. package/dist/ts/cjs/ts/Spreadsheet/AnnotationTable/CompositeCell.js +0 -68
  554. package/dist/ts/cjs/ts/Spreadsheet/AnnotationTable/CompositeColumn.js +0 -150
  555. package/dist/ts/cjs/ts/Spreadsheet/AnnotationTable/CompositeHeader.js +0 -476
  556. package/dist/ts/cjs/ts/Spreadsheet/ArcAssay.js +0 -218
  557. package/dist/ts/cjs/ts/Spreadsheet/ArcInvestigation.js +0 -356
  558. package/dist/ts/cjs/ts/Spreadsheet/ArcRun.js +0 -177
  559. package/dist/ts/cjs/ts/Spreadsheet/ArcStudy.js +0 -130
  560. package/dist/ts/cjs/ts/Spreadsheet/ArcWorkflow.js +0 -166
  561. package/dist/ts/cjs/ts/Spreadsheet/CollectionAux.js +0 -128
  562. package/dist/ts/cjs/ts/Spreadsheet/DataMap.js +0 -41
  563. package/dist/ts/cjs/ts/Spreadsheet/DataMapTable/DataMapColumn.js +0 -43
  564. package/dist/ts/cjs/ts/Spreadsheet/DataMapTable/DataMapHeader.js +0 -480
  565. package/dist/ts/cjs/ts/Spreadsheet/DataMapTable/DataMapTable.js +0 -105
  566. package/dist/ts/cjs/ts/Spreadsheet/Metadata/Assays.js +0 -98
  567. package/dist/ts/cjs/ts/Spreadsheet/Metadata/Comment.js +0 -68
  568. package/dist/ts/cjs/ts/Spreadsheet/Metadata/Contacts.js +0 -92
  569. package/dist/ts/cjs/ts/Spreadsheet/Metadata/Conversions.js +0 -187
  570. package/dist/ts/cjs/ts/Spreadsheet/Metadata/DesignDescriptors.js +0 -25
  571. package/dist/ts/cjs/ts/Spreadsheet/Metadata/Factors.js +0 -83
  572. package/dist/ts/cjs/ts/Spreadsheet/Metadata/OntologyAnnotation.js +0 -65
  573. package/dist/ts/cjs/ts/Spreadsheet/Metadata/OntologySourceReference.js +0 -68
  574. package/dist/ts/cjs/ts/Spreadsheet/Metadata/Protocols.js +0 -103
  575. package/dist/ts/cjs/ts/Spreadsheet/Metadata/Publication.js +0 -88
  576. package/dist/ts/cjs/ts/Spreadsheet/Metadata/Run.js +0 -99
  577. package/dist/ts/cjs/ts/Spreadsheet/Metadata/SparseTable.js +0 -457
  578. package/dist/ts/cjs/ts/Spreadsheet/Metadata/Study.js +0 -259
  579. package/dist/ts/cjs/ts/Spreadsheet/Metadata/Workflow.js +0 -111
  580. package/dist/ts/cjs/ts/Template.Web.js +0 -29
  581. package/dist/ts/cjs/ts/ValidationPackages/ValidationPackage.js +0 -63
  582. package/dist/ts/cjs/ts/ValidationPackages/ValidationPackagesConfig.js +0 -90
  583. package/dist/ts/cjs/ts/WebRequest/WebRequest.Node.js +0 -17
  584. package/dist/ts/cjs/ts/WebRequest/WebRequest.js +0 -20
  585. package/dist/ts/cjs/ts/Xlsx.js +0 -133
  586. package/dist/ts/cjs/ts/Yaml/Encode.js +0 -9
  587. package/dist/ts/cjs/ts/Yaml/ValidationPackage.js +0 -49
  588. package/dist/ts/cjs/ts/Yaml/ValidationPackagesConfig.js +0 -50
  589. package/dist/ts/cjs/ts/fable_modules/DynamicObj.7.0.1/DynamicObj.fs.js +0 -444
  590. package/dist/ts/cjs/ts/fable_modules/DynamicObj.7.0.1/FableJS.fs.js +0 -142
  591. package/dist/ts/cjs/ts/fable_modules/DynamicObj.7.0.1/HashCodes.fs.js +0 -53
  592. package/dist/ts/cjs/ts/fable_modules/DynamicObj.7.0.1/PropertyHelper.fs.js +0 -23
  593. package/dist/ts/cjs/ts/fable_modules/DynamicObj.7.0.1/ReflectionUtils.fs.js +0 -87
  594. package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Cell.fs.js +0 -2
  595. package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Column.fs.js +0 -2
  596. package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/ExcelJs.fs.js +0 -5
  597. package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Row.fs.js +0 -2
  598. package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Unions.fs.js +0 -123
  599. package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Workbook.fs.js +0 -2
  600. package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Worksheet.fs.js +0 -2
  601. package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Xlsx.fs.js +0 -2
  602. package/dist/ts/cjs/ts/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.js +0 -360
  603. package/dist/ts/cjs/ts/fable_modules/Fable.Promise.3.2.0/Promise.fs.js +0 -220
  604. package/dist/ts/cjs/ts/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js +0 -20
  605. package/dist/ts/cjs/ts/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.js +0 -431
  606. package/dist/ts/cjs/ts/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.js +0 -186
  607. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCell.fs.js +0 -477
  608. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCellsCollection.fs.js +0 -521
  609. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/CellBuilder.fs.js +0 -211
  610. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Expression.fs.js +0 -58
  611. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/RowBuilder.fs.js +0 -139
  612. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Types.fs.js +0 -365
  613. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/FsAddress.fs.js +0 -259
  614. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/FsColumn.fs.js +0 -127
  615. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/FsRow.fs.js +0 -137
  616. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorkbook.fs.js +0 -140
  617. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorksheet.fs.js +0 -435
  618. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Cell.fs.js +0 -69
  619. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Column.fs.js +0 -40
  620. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Row.fs.js +0 -40
  621. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Table.fs.js +0 -31
  622. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Value.fs.js +0 -78
  623. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Workbook.fs.js +0 -46
  624. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Worksheet.fs.js +0 -134
  625. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRange.fs.js +0 -43
  626. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeAddress.fs.js +0 -238
  627. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeBase.fs.js +0 -93
  628. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeColumn.fs.js +0 -76
  629. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeRow.fs.js +0 -42
  630. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTable.fs.js +0 -332
  631. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTableField.fs.js +0 -175
  632. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Cell.fs.js +0 -80
  633. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs.js +0 -65
  634. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Json.fs.js +0 -53
  635. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Table.fs.js +0 -55
  636. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Workbook.fs.js +0 -34
  637. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Worksheet.fs.js +0 -68
  638. package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Xlsx.fs.js +0 -72
  639. package/dist/ts/cjs/ts/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs.js +0 -1316
  640. package/dist/ts/cjs/ts/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs.js +0 -200
  641. package/dist/ts/cjs/ts/fable_modules/Thoth.Json.Core.0.4.0/Types.fs.js +0 -103
  642. package/dist/ts/cjs/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs.js +0 -97
  643. package/dist/ts/cjs/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs.js +0 -59
  644. package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Decode.fs.js +0 -1723
  645. package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Encode.fs.js +0 -75
  646. package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs.js +0 -13
  647. package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Persil.fs.js +0 -50
  648. package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Preprocessing.fs.js +0 -104
  649. package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Reader.fs.js +0 -527
  650. package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Regex.fs.js +0 -12
  651. package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs.js +0 -235
  652. package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Writer.fs.js +0 -166
  653. package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs.js +0 -174
  654. package/dist/ts/esm/index.js +0 -60
  655. package/dist/ts/esm/ts/ARC.js +0 -959
  656. package/dist/ts/esm/ts/Contract/ARC.js +0 -58
  657. package/dist/ts/esm/ts/Contract/ArcAssay.js +0 -93
  658. package/dist/ts/esm/ts/Contract/ArcInvestigation.js +0 -69
  659. package/dist/ts/esm/ts/Contract/ArcRun.js +0 -93
  660. package/dist/ts/esm/ts/Contract/ArcStudy.js +0 -93
  661. package/dist/ts/esm/ts/Contract/ArcWorkflow.js +0 -94
  662. package/dist/ts/esm/ts/Contract/Contract.js +0 -87
  663. package/dist/ts/esm/ts/Contract/Datamap.js +0 -287
  664. package/dist/ts/esm/ts/Contract/Git.js +0 -72
  665. package/dist/ts/esm/ts/Contract/ValidationPackagesConfig.js +0 -88
  666. package/dist/ts/esm/ts/ContractIO/ContractIO.js +0 -207
  667. package/dist/ts/esm/ts/ContractIO/FileSystemHelper.js +0 -176
  668. package/dist/ts/esm/ts/Conversion.js +0 -1654
  669. package/dist/ts/esm/ts/Core/ArcTypes.js +0 -3728
  670. package/dist/ts/esm/ts/Core/Comment.js +0 -98
  671. package/dist/ts/esm/ts/Core/CommentList.js +0 -126
  672. package/dist/ts/esm/ts/Core/Conversion.js +0 -1145
  673. package/dist/ts/esm/ts/Core/Data.js +0 -188
  674. package/dist/ts/esm/ts/Core/DataContext.js +0 -119
  675. package/dist/ts/esm/ts/Core/DataFile.js +0 -82
  676. package/dist/ts/esm/ts/Core/DataMap.js +0 -156
  677. package/dist/ts/esm/ts/Core/Helper/Collections.js +0 -462
  678. package/dist/ts/esm/ts/Core/Helper/HashCodes.js +0 -32
  679. package/dist/ts/esm/ts/Core/Helper/Identifier.js +0 -298
  680. package/dist/ts/esm/ts/Core/Helper/ORCID.js +0 -34
  681. package/dist/ts/esm/ts/Core/Helper/Printer.js +0 -1
  682. package/dist/ts/esm/ts/Core/Helper/Regex.js +0 -579
  683. package/dist/ts/esm/ts/Core/Helper/SemVer.js +0 -50
  684. package/dist/ts/esm/ts/Core/Helper/Url.js +0 -30
  685. package/dist/ts/esm/ts/Core/IPropertyValue.js +0 -1
  686. package/dist/ts/esm/ts/Core/IdentifierSetters.js +0 -21
  687. package/dist/ts/esm/ts/Core/OntologyAnnotation.js +0 -213
  688. package/dist/ts/esm/ts/Core/OntologySourceReference.js +0 -88
  689. package/dist/ts/esm/ts/Core/Person.js +0 -190
  690. package/dist/ts/esm/ts/Core/Process/ColumnIndex.js +0 -204
  691. package/dist/ts/esm/ts/Core/Process/Component.js +0 -180
  692. package/dist/ts/esm/ts/Core/Process/Factor.js +0 -106
  693. package/dist/ts/esm/ts/Core/Process/FactorValue.js +0 -127
  694. package/dist/ts/esm/ts/Core/Process/Material.js +0 -57
  695. package/dist/ts/esm/ts/Core/Process/MaterialAttribute.js +0 -86
  696. package/dist/ts/esm/ts/Core/Process/MaterialAttributeValue.js +0 -142
  697. package/dist/ts/esm/ts/Core/Process/MaterialType.js +0 -42
  698. package/dist/ts/esm/ts/Core/Process/Process.js +0 -341
  699. package/dist/ts/esm/ts/Core/Process/ProcessInput.js +0 -283
  700. package/dist/ts/esm/ts/Core/Process/ProcessOutput.js +0 -248
  701. package/dist/ts/esm/ts/Core/Process/ProcessParameterValue.js +0 -136
  702. package/dist/ts/esm/ts/Core/Process/ProcessSequence.js +0 -227
  703. package/dist/ts/esm/ts/Core/Process/Protocol.js +0 -210
  704. package/dist/ts/esm/ts/Core/Process/ProtocolParameter.js +0 -70
  705. package/dist/ts/esm/ts/Core/Process/Sample.js +0 -59
  706. package/dist/ts/esm/ts/Core/Process/Source.js +0 -45
  707. package/dist/ts/esm/ts/Core/Publication.js +0 -112
  708. package/dist/ts/esm/ts/Core/Table/ArcTable.js +0 -917
  709. package/dist/ts/esm/ts/Core/Table/ArcTableAux.js +0 -1213
  710. package/dist/ts/esm/ts/Core/Table/ArcTables.js +0 -461
  711. package/dist/ts/esm/ts/Core/Table/CompositeCell.js +0 -308
  712. package/dist/ts/esm/ts/Core/Table/CompositeColumn.js +0 -55
  713. package/dist/ts/esm/ts/Core/Table/CompositeHeader.js +0 -691
  714. package/dist/ts/esm/ts/Core/Template.js +0 -186
  715. package/dist/ts/esm/ts/Core/Templates.js +0 -79
  716. package/dist/ts/esm/ts/Core/URI.js +0 -16
  717. package/dist/ts/esm/ts/Core/Value.js +0 -182
  718. package/dist/ts/esm/ts/CrossAsync.js +0 -27
  719. package/dist/ts/esm/ts/FileSystem/Commit.js +0 -15
  720. package/dist/ts/esm/ts/FileSystem/DefaultGitattributes.js +0 -1
  721. package/dist/ts/esm/ts/FileSystem/DefaultGitignore.js +0 -1
  722. package/dist/ts/esm/ts/FileSystem/FileSystem.js +0 -50
  723. package/dist/ts/esm/ts/FileSystem/FileSystemTree.js +0 -315
  724. package/dist/ts/esm/ts/FileSystem/Path.js +0 -51
  725. package/dist/ts/esm/ts/Json/Assay.js +0 -225
  726. package/dist/ts/esm/ts/Json/Comment.js +0 -111
  727. package/dist/ts/esm/ts/Json/Data.js +0 -138
  728. package/dist/ts/esm/ts/Json/DataFile.js +0 -50
  729. package/dist/ts/esm/ts/Json/DataMap/DataContext.js +0 -36
  730. package/dist/ts/esm/ts/Json/DataMap/DataMap.js +0 -24
  731. package/dist/ts/esm/ts/Json/Decode.js +0 -219
  732. package/dist/ts/esm/ts/Json/Encode.js +0 -103
  733. package/dist/ts/esm/ts/Json/IDTable.js +0 -26
  734. package/dist/ts/esm/ts/Json/Investigation.js +0 -244
  735. package/dist/ts/esm/ts/Json/OntologyAnnotation.js +0 -197
  736. package/dist/ts/esm/ts/Json/OntologySourceReference.js +0 -118
  737. package/dist/ts/esm/ts/Json/Person.js +0 -329
  738. package/dist/ts/esm/ts/Json/Process/AssayMaterials.js +0 -18
  739. package/dist/ts/esm/ts/Json/Process/Component.js +0 -42
  740. package/dist/ts/esm/ts/Json/Process/Factor.js +0 -53
  741. package/dist/ts/esm/ts/Json/Process/FactorValue.js +0 -42
  742. package/dist/ts/esm/ts/Json/Process/Material.js +0 -114
  743. package/dist/ts/esm/ts/Json/Process/MaterialAttribute.js +0 -42
  744. package/dist/ts/esm/ts/Json/Process/MaterialAttributeValue.js +0 -42
  745. package/dist/ts/esm/ts/Json/Process/MaterialType.js +0 -42
  746. package/dist/ts/esm/ts/Json/Process/Process.js +0 -103
  747. package/dist/ts/esm/ts/Json/Process/ProcessInput.js +0 -33
  748. package/dist/ts/esm/ts/Json/Process/ProcessOutput.js +0 -28
  749. package/dist/ts/esm/ts/Json/Process/ProcessParameterValue.js +0 -28
  750. package/dist/ts/esm/ts/Json/Process/Protocol.js +0 -174
  751. package/dist/ts/esm/ts/Json/Process/ProtocolParameter.js +0 -42
  752. package/dist/ts/esm/ts/Json/Process/Sample.js +0 -170
  753. package/dist/ts/esm/ts/Json/Process/Source.js +0 -139
  754. package/dist/ts/esm/ts/Json/Process/StudyMaterials.js +0 -20
  755. package/dist/ts/esm/ts/Json/Process/Value.js +0 -35
  756. package/dist/ts/esm/ts/Json/PropertyValue.js +0 -295
  757. package/dist/ts/esm/ts/Json/Publication.js +0 -123
  758. package/dist/ts/esm/ts/Json/ROCrate/LDContext.js +0 -119
  759. package/dist/ts/esm/ts/Json/ROCrate/LDGraph.js +0 -84
  760. package/dist/ts/esm/ts/Json/ROCrate/LDNode.js +0 -207
  761. package/dist/ts/esm/ts/Json/ROCrate/LDRef.js +0 -21
  762. package/dist/ts/esm/ts/Json/ROCrate/LDValue.js +0 -65
  763. package/dist/ts/esm/ts/Json/StringTable.js +0 -63
  764. package/dist/ts/esm/ts/Json/Study.js +0 -337
  765. package/dist/ts/esm/ts/Json/Table/ArcTable.js +0 -208
  766. package/dist/ts/esm/ts/Json/Table/CellTable.js +0 -51
  767. package/dist/ts/esm/ts/Json/Table/CompositeCell.js +0 -97
  768. package/dist/ts/esm/ts/Json/Table/CompositeHeader.js +0 -104
  769. package/dist/ts/esm/ts/Json/Table/IOType.js +0 -12
  770. package/dist/ts/esm/ts/Json/Table/OATable.js +0 -48
  771. package/dist/ts/esm/ts/Json/Table/Templates.js +0 -98
  772. package/dist/ts/esm/ts/Json/context/rocrate/isa_assay_context.js +0 -84
  773. package/dist/ts/esm/ts/Json/context/rocrate/isa_comment_context.js +0 -42
  774. package/dist/ts/esm/ts/Json/context/rocrate/isa_data_context.js +0 -56
  775. package/dist/ts/esm/ts/Json/context/rocrate/isa_investigation_context.js +0 -92
  776. package/dist/ts/esm/ts/Json/context/rocrate/isa_material_context.js +0 -53
  777. package/dist/ts/esm/ts/Json/context/rocrate/isa_ontology_annotation_context.js +0 -51
  778. package/dist/ts/esm/ts/Json/context/rocrate/isa_ontology_source_reference_context.js +0 -57
  779. package/dist/ts/esm/ts/Json/context/rocrate/isa_organization_context.js +0 -37
  780. package/dist/ts/esm/ts/Json/context/rocrate/isa_person_context.js +0 -107
  781. package/dist/ts/esm/ts/Json/context/rocrate/isa_process_context.js +0 -77
  782. package/dist/ts/esm/ts/Json/context/rocrate/isa_protocol_context.js +0 -80
  783. package/dist/ts/esm/ts/Json/context/rocrate/isa_publication_context.js +0 -61
  784. package/dist/ts/esm/ts/Json/context/rocrate/isa_sample_context.js +0 -48
  785. package/dist/ts/esm/ts/Json/context/rocrate/isa_source_context.js +0 -48
  786. package/dist/ts/esm/ts/Json/context/rocrate/isa_study_context.js +0 -108
  787. package/dist/ts/esm/ts/Json/context/rocrate/property_value_context.js +0 -58
  788. package/dist/ts/esm/ts/Json/context/rocrate/rocrate_context.js +0 -58
  789. package/dist/ts/esm/ts/Json.js +0 -214
  790. package/dist/ts/esm/ts/JsonIO/Assay.js +0 -90
  791. package/dist/ts/esm/ts/JsonIO/Investigation.js +0 -90
  792. package/dist/ts/esm/ts/JsonIO/LDObject.js +0 -94
  793. package/dist/ts/esm/ts/JsonIO/OntologyAnnotation.js +0 -66
  794. package/dist/ts/esm/ts/JsonIO/Study.js +0 -90
  795. package/dist/ts/esm/ts/JsonIO/Table/Compression.js +0 -36
  796. package/dist/ts/esm/ts/JsonIO/Table/Templates.js +0 -80
  797. package/dist/ts/esm/ts/ROCrate/Generic/Comment.js +0 -112
  798. package/dist/ts/esm/ts/ROCrate/Generic/Dataset.js +0 -666
  799. package/dist/ts/esm/ts/ROCrate/Generic/DefinedTerm.js +0 -112
  800. package/dist/ts/esm/ts/ROCrate/Generic/File.js +0 -197
  801. package/dist/ts/esm/ts/ROCrate/Generic/LabProcess.js +0 -235
  802. package/dist/ts/esm/ts/ROCrate/Generic/LabProtocol.js +0 -272
  803. package/dist/ts/esm/ts/ROCrate/Generic/Organization.js +0 -68
  804. package/dist/ts/esm/ts/ROCrate/Generic/Person.js +0 -408
  805. package/dist/ts/esm/ts/ROCrate/Generic/PostalAddress.js +0 -156
  806. package/dist/ts/esm/ts/ROCrate/Generic/PropertyValue.js +0 -545
  807. package/dist/ts/esm/ts/ROCrate/Generic/Sample.js +0 -136
  808. package/dist/ts/esm/ts/ROCrate/Generic/ScholarlyArticle.js +0 -184
  809. package/dist/ts/esm/ts/ROCrate/Helper.js +0 -4
  810. package/dist/ts/esm/ts/ROCrate/LDContext.js +0 -313
  811. package/dist/ts/esm/ts/ROCrate/LDObject.js +0 -967
  812. package/dist/ts/esm/ts/ROCrate/ROCrateContext.js +0 -38
  813. package/dist/ts/esm/ts/ROCrateIO.js +0 -65
  814. package/dist/ts/esm/ts/Spreadsheet/AnnotationTable/ArcTable.js +0 -164
  815. package/dist/ts/esm/ts/Spreadsheet/AnnotationTable/CompositeCell.js +0 -61
  816. package/dist/ts/esm/ts/Spreadsheet/AnnotationTable/CompositeColumn.js +0 -141
  817. package/dist/ts/esm/ts/Spreadsheet/AnnotationTable/CompositeHeader.js +0 -460
  818. package/dist/ts/esm/ts/Spreadsheet/ArcAssay.js +0 -204
  819. package/dist/ts/esm/ts/Spreadsheet/ArcInvestigation.js +0 -334
  820. package/dist/ts/esm/ts/Spreadsheet/ArcRun.js +0 -163
  821. package/dist/ts/esm/ts/Spreadsheet/ArcStudy.js +0 -117
  822. package/dist/ts/esm/ts/Spreadsheet/ArcWorkflow.js +0 -152
  823. package/dist/ts/esm/ts/Spreadsheet/CollectionAux.js +0 -117
  824. package/dist/ts/esm/ts/Spreadsheet/DataMap.js +0 -37
  825. package/dist/ts/esm/ts/Spreadsheet/DataMapTable/DataMapColumn.js +0 -39
  826. package/dist/ts/esm/ts/Spreadsheet/DataMapTable/DataMapHeader.js +0 -463
  827. package/dist/ts/esm/ts/Spreadsheet/DataMapTable/DataMapTable.js +0 -97
  828. package/dist/ts/esm/ts/Spreadsheet/Metadata/Assays.js +0 -90
  829. package/dist/ts/esm/ts/Spreadsheet/Metadata/Comment.js +0 -59
  830. package/dist/ts/esm/ts/Spreadsheet/Metadata/Contacts.js +0 -84
  831. package/dist/ts/esm/ts/Spreadsheet/Metadata/Conversions.js +0 -176
  832. package/dist/ts/esm/ts/Spreadsheet/Metadata/DesignDescriptors.js +0 -18
  833. package/dist/ts/esm/ts/Spreadsheet/Metadata/Factors.js +0 -75
  834. package/dist/ts/esm/ts/Spreadsheet/Metadata/OntologyAnnotation.js +0 -59
  835. package/dist/ts/esm/ts/Spreadsheet/Metadata/OntologySourceReference.js +0 -60
  836. package/dist/ts/esm/ts/Spreadsheet/Metadata/Protocols.js +0 -95
  837. package/dist/ts/esm/ts/Spreadsheet/Metadata/Publication.js +0 -80
  838. package/dist/ts/esm/ts/Spreadsheet/Metadata/Run.js +0 -91
  839. package/dist/ts/esm/ts/Spreadsheet/Metadata/SparseTable.js +0 -434
  840. package/dist/ts/esm/ts/Spreadsheet/Metadata/Study.js +0 -245
  841. package/dist/ts/esm/ts/Spreadsheet/Metadata/Workflow.js +0 -103
  842. package/dist/ts/esm/ts/Template.Web.js +0 -23
  843. package/dist/ts/esm/ts/ValidationPackages/ValidationPackage.js +0 -57
  844. package/dist/ts/esm/ts/ValidationPackages/ValidationPackagesConfig.js +0 -84
  845. package/dist/ts/esm/ts/WebRequest/WebRequest.Node.js +0 -13
  846. package/dist/ts/esm/ts/WebRequest/WebRequest.js +0 -17
  847. package/dist/ts/esm/ts/Xlsx.js +0 -116
  848. package/dist/ts/esm/ts/Yaml/Encode.js +0 -5
  849. package/dist/ts/esm/ts/Yaml/ValidationPackage.js +0 -41
  850. package/dist/ts/esm/ts/Yaml/ValidationPackagesConfig.js +0 -42
  851. package/dist/ts/esm/ts/fable_modules/DynamicObj.7.0.1/DynamicObj.fs.js +0 -432
  852. package/dist/ts/esm/ts/fable_modules/DynamicObj.7.0.1/FableJS.fs.js +0 -118
  853. package/dist/ts/esm/ts/fable_modules/DynamicObj.7.0.1/HashCodes.fs.js +0 -43
  854. package/dist/ts/esm/ts/fable_modules/DynamicObj.7.0.1/PropertyHelper.fs.js +0 -18
  855. package/dist/ts/esm/ts/fable_modules/DynamicObj.7.0.1/ReflectionUtils.fs.js +0 -79
  856. package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Cell.fs.js +0 -1
  857. package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Column.fs.js +0 -1
  858. package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/ExcelJs.fs.js +0 -2
  859. package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Row.fs.js +0 -1
  860. package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Unions.fs.js +0 -102
  861. package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Workbook.fs.js +0 -1
  862. package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Worksheet.fs.js +0 -1
  863. package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Xlsx.fs.js +0 -1
  864. package/dist/ts/esm/ts/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.js +0 -281
  865. package/dist/ts/esm/ts/fable_modules/Fable.Promise.3.2.0/Promise.fs.js +0 -203
  866. package/dist/ts/esm/ts/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js +0 -16
  867. package/dist/ts/esm/ts/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.js +0 -380
  868. package/dist/ts/esm/ts/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.js +0 -151
  869. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCell.fs.js +0 -463
  870. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCellsCollection.fs.js +0 -473
  871. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/CellBuilder.fs.js +0 -189
  872. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Expression.fs.js +0 -43
  873. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/RowBuilder.fs.js +0 -122
  874. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Types.fs.js +0 -306
  875. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/FsAddress.fs.js +0 -224
  876. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/FsColumn.fs.js +0 -121
  877. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/FsRow.fs.js +0 -131
  878. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorkbook.fs.js +0 -134
  879. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorksheet.fs.js +0 -429
  880. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Cell.fs.js +0 -62
  881. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Column.fs.js +0 -35
  882. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Row.fs.js +0 -35
  883. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Table.fs.js +0 -27
  884. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Value.fs.js +0 -74
  885. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Workbook.fs.js +0 -41
  886. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Worksheet.fs.js +0 -129
  887. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRange.fs.js +0 -33
  888. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeAddress.fs.js +0 -206
  889. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeBase.fs.js +0 -80
  890. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeColumn.fs.js +0 -60
  891. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeRow.fs.js +0 -31
  892. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTable.fs.js +0 -326
  893. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTableField.fs.js +0 -152
  894. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Cell.fs.js +0 -76
  895. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs.js +0 -48
  896. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Json.fs.js +0 -48
  897. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Table.fs.js +0 -51
  898. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Workbook.fs.js +0 -30
  899. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Worksheet.fs.js +0 -64
  900. package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Xlsx.fs.js +0 -67
  901. package/dist/ts/esm/ts/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs.js +0 -1269
  902. package/dist/ts/esm/ts/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs.js +0 -178
  903. package/dist/ts/esm/ts/fable_modules/Thoth.Json.Core.0.4.0/Types.fs.js +0 -79
  904. package/dist/ts/esm/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs.js +0 -91
  905. package/dist/ts/esm/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs.js +0 -55
  906. package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Decode.fs.js +0 -1692
  907. package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Encode.fs.js +0 -57
  908. package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs.js +0 -9
  909. package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Persil.fs.js +0 -43
  910. package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Preprocessing.fs.js +0 -96
  911. package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Reader.fs.js +0 -522
  912. package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Regex.fs.js +0 -9
  913. package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs.js +0 -221
  914. package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Writer.fs.js +0 -156
  915. package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs.js +0 -148
  916. package/dist/ts/types/index.d.ts +0 -60
  917. package/dist/ts/types/index.d.ts.map +0 -1
  918. package/dist/ts/types/ts/ARC.d.ts +0 -80
  919. package/dist/ts/types/ts/ARC.d.ts.map +0 -1
  920. package/dist/ts/types/ts/Contract/ARC.d.ts +0 -7
  921. package/dist/ts/types/ts/Contract/ARC.d.ts.map +0 -1
  922. package/dist/ts/types/ts/Contract/ArcAssay.d.ts +0 -12
  923. package/dist/ts/types/ts/Contract/ArcAssay.d.ts.map +0 -1
  924. package/dist/ts/types/ts/Contract/ArcInvestigation.d.ts +0 -10
  925. package/dist/ts/types/ts/Contract/ArcInvestigation.d.ts.map +0 -1
  926. package/dist/ts/types/ts/Contract/ArcRun.d.ts +0 -12
  927. package/dist/ts/types/ts/Contract/ArcRun.d.ts.map +0 -1
  928. package/dist/ts/types/ts/Contract/ArcStudy.d.ts +0 -13
  929. package/dist/ts/types/ts/Contract/ArcStudy.d.ts.map +0 -1
  930. package/dist/ts/types/ts/Contract/ArcWorkflow.d.ts +0 -12
  931. package/dist/ts/types/ts/Contract/ArcWorkflow.d.ts.map +0 -1
  932. package/dist/ts/types/ts/Contract/Contract.d.ts +0 -39
  933. package/dist/ts/types/ts/Contract/Contract.d.ts.map +0 -1
  934. package/dist/ts/types/ts/Contract/Datamap.d.ts +0 -29
  935. package/dist/ts/types/ts/Contract/Datamap.d.ts.map +0 -1
  936. package/dist/ts/types/ts/Contract/Git.d.ts +0 -28
  937. package/dist/ts/types/ts/Contract/Git.d.ts.map +0 -1
  938. package/dist/ts/types/ts/Contract/ValidationPackagesConfig.d.ts +0 -12
  939. package/dist/ts/types/ts/Contract/ValidationPackagesConfig.d.ts.map +0 -1
  940. package/dist/ts/types/ts/ContractIO/ContractIO.d.ts +0 -11
  941. package/dist/ts/types/ts/ContractIO/ContractIO.d.ts.map +0 -1
  942. package/dist/ts/types/ts/ContractIO/FileSystemHelper.d.ts +0 -33
  943. package/dist/ts/types/ts/ContractIO/FileSystemHelper.d.ts.map +0 -1
  944. package/dist/ts/types/ts/Conversion.d.ts +0 -291
  945. package/dist/ts/types/ts/Conversion.d.ts.map +0 -1
  946. package/dist/ts/types/ts/Core/ArcTypes.d.ts +0 -620
  947. package/dist/ts/types/ts/Core/ArcTypes.d.ts.map +0 -1
  948. package/dist/ts/types/ts/Core/Comment.d.ts +0 -35
  949. package/dist/ts/types/ts/Core/Comment.d.ts.map +0 -1
  950. package/dist/ts/types/ts/Core/CommentList.d.ts +0 -28
  951. package/dist/ts/types/ts/Core/CommentList.d.ts.map +0 -1
  952. package/dist/ts/types/ts/Core/Conversion.d.ts +0 -215
  953. package/dist/ts/types/ts/Core/Conversion.d.ts.map +0 -1
  954. package/dist/ts/types/ts/Core/Data.d.ts +0 -49
  955. package/dist/ts/types/ts/Core/Data.d.ts.map +0 -1
  956. package/dist/ts/types/ts/Core/DataContext.d.ts +0 -47
  957. package/dist/ts/types/ts/Core/DataContext.d.ts.map +0 -1
  958. package/dist/ts/types/ts/Core/DataFile.d.ts +0 -27
  959. package/dist/ts/types/ts/Core/DataFile.d.ts.map +0 -1
  960. package/dist/ts/types/ts/Core/DataMap.d.ts +0 -52
  961. package/dist/ts/types/ts/Core/DataMap.d.ts.map +0 -1
  962. package/dist/ts/types/ts/Core/Helper/Collections.d.ts +0 -61
  963. package/dist/ts/types/ts/Core/Helper/Collections.d.ts.map +0 -1
  964. package/dist/ts/types/ts/Core/Helper/HashCodes.d.ts +0 -9
  965. package/dist/ts/types/ts/Core/Helper/HashCodes.d.ts.map +0 -1
  966. package/dist/ts/types/ts/Core/Helper/Identifier.d.ts +0 -119
  967. package/dist/ts/types/ts/Core/Helper/Identifier.d.ts.map +0 -1
  968. package/dist/ts/types/ts/Core/Helper/ORCID.d.ts +0 -7
  969. package/dist/ts/types/ts/Core/Helper/ORCID.d.ts.map +0 -1
  970. package/dist/ts/types/ts/Core/Helper/Printer.d.ts +0 -5
  971. package/dist/ts/types/ts/Core/Helper/Printer.d.ts.map +0 -1
  972. package/dist/ts/types/ts/Core/Helper/Regex.d.ts +0 -194
  973. package/dist/ts/types/ts/Core/Helper/Regex.d.ts.map +0 -1
  974. package/dist/ts/types/ts/Core/Helper/SemVer.d.ts +0 -20
  975. package/dist/ts/types/ts/Core/Helper/SemVer.d.ts.map +0 -1
  976. package/dist/ts/types/ts/Core/Helper/Url.d.ts +0 -10
  977. package/dist/ts/types/ts/Core/Helper/Url.d.ts.map +0 -1
  978. package/dist/ts/types/ts/Core/IPropertyValue.d.ts +0 -13
  979. package/dist/ts/types/ts/Core/IPropertyValue.d.ts.map +0 -1
  980. package/dist/ts/types/ts/Core/IdentifierSetters.d.ts +0 -7
  981. package/dist/ts/types/ts/Core/IdentifierSetters.d.ts.map +0 -1
  982. package/dist/ts/types/ts/Core/OntologyAnnotation.d.ts +0 -57
  983. package/dist/ts/types/ts/Core/OntologyAnnotation.d.ts.map +0 -1
  984. package/dist/ts/types/ts/Core/OntologySourceReference.d.ts +0 -31
  985. package/dist/ts/types/ts/Core/OntologySourceReference.d.ts.map +0 -1
  986. package/dist/ts/types/ts/Core/Person.d.ts +0 -56
  987. package/dist/ts/types/ts/Core/Person.d.ts.map +0 -1
  988. package/dist/ts/types/ts/Core/Process/ColumnIndex.d.ts +0 -79
  989. package/dist/ts/types/ts/Core/Process/ColumnIndex.d.ts.map +0 -1
  990. package/dist/ts/types/ts/Core/Process/Component.d.ts +0 -65
  991. package/dist/ts/types/ts/Core/Process/Component.d.ts.map +0 -1
  992. package/dist/ts/types/ts/Core/Process/Factor.d.ts +0 -44
  993. package/dist/ts/types/ts/Core/Process/Factor.d.ts.map +0 -1
  994. package/dist/ts/types/ts/Core/Process/FactorValue.d.ts +0 -44
  995. package/dist/ts/types/ts/Core/Process/FactorValue.d.ts.map +0 -1
  996. package/dist/ts/types/ts/Core/Process/Material.d.ts +0 -27
  997. package/dist/ts/types/ts/Core/Process/Material.d.ts.map +0 -1
  998. package/dist/ts/types/ts/Core/Process/MaterialAttribute.d.ts +0 -53
  999. package/dist/ts/types/ts/Core/Process/MaterialAttribute.d.ts.map +0 -1
  1000. package/dist/ts/types/ts/Core/Process/MaterialAttributeValue.d.ts +0 -55
  1001. package/dist/ts/types/ts/Core/Process/MaterialAttributeValue.d.ts.map +0 -1
  1002. package/dist/ts/types/ts/Core/Process/MaterialType.d.ts +0 -22
  1003. package/dist/ts/types/ts/Core/Process/MaterialType.d.ts.map +0 -1
  1004. package/dist/ts/types/ts/Core/Process/Process.d.ts +0 -113
  1005. package/dist/ts/types/ts/Core/Process/Process.d.ts.map +0 -1
  1006. package/dist/ts/types/ts/Core/Process/ProcessInput.d.ts +0 -117
  1007. package/dist/ts/types/ts/Core/Process/ProcessInput.d.ts.map +0 -1
  1008. package/dist/ts/types/ts/Core/Process/ProcessOutput.d.ts +0 -106
  1009. package/dist/ts/types/ts/Core/Process/ProcessOutput.d.ts.map +0 -1
  1010. package/dist/ts/types/ts/Core/Process/ProcessParameterValue.d.ts +0 -40
  1011. package/dist/ts/types/ts/Core/Process/ProcessParameterValue.d.ts.map +0 -1
  1012. package/dist/ts/types/ts/Core/Process/ProcessSequence.d.ts +0 -89
  1013. package/dist/ts/types/ts/Core/Process/ProcessSequence.d.ts.map +0 -1
  1014. package/dist/ts/types/ts/Core/Process/Protocol.d.ts +0 -141
  1015. package/dist/ts/types/ts/Core/Process/Protocol.d.ts.map +0 -1
  1016. package/dist/ts/types/ts/Core/Process/ProtocolParameter.d.ts +0 -32
  1017. package/dist/ts/types/ts/Core/Process/ProtocolParameter.d.ts.map +0 -1
  1018. package/dist/ts/types/ts/Core/Process/Sample.d.ts +0 -31
  1019. package/dist/ts/types/ts/Core/Process/Sample.d.ts.map +0 -1
  1020. package/dist/ts/types/ts/Core/Process/Source.d.ts +0 -24
  1021. package/dist/ts/types/ts/Core/Process/Source.d.ts.map +0 -1
  1022. package/dist/ts/types/ts/Core/Publication.d.ts +0 -36
  1023. package/dist/ts/types/ts/Core/Publication.d.ts.map +0 -1
  1024. package/dist/ts/types/ts/Core/Table/ArcTable.d.ts +0 -137
  1025. package/dist/ts/types/ts/Core/Table/ArcTable.d.ts.map +0 -1
  1026. package/dist/ts/types/ts/Core/Table/ArcTableAux.d.ts +0 -154
  1027. package/dist/ts/types/ts/Core/Table/ArcTableAux.d.ts.map +0 -1
  1028. package/dist/ts/types/ts/Core/Table/ArcTables.d.ts +0 -91
  1029. package/dist/ts/types/ts/Core/Table/ArcTables.d.ts.map +0 -1
  1030. package/dist/ts/types/ts/Core/Table/CompositeCell.d.ts +0 -58
  1031. package/dist/ts/types/ts/Core/Table/CompositeCell.d.ts.map +0 -1
  1032. package/dist/ts/types/ts/Core/Table/CompositeColumn.d.ts +0 -19
  1033. package/dist/ts/types/ts/Core/Table/CompositeColumn.d.ts.map +0 -1
  1034. package/dist/ts/types/ts/Core/Table/CompositeHeader.d.ts +0 -130
  1035. package/dist/ts/types/ts/Core/Table/CompositeHeader.d.ts.map +0 -1
  1036. package/dist/ts/types/ts/Core/Template.d.ts +0 -69
  1037. package/dist/ts/types/ts/Core/Template.d.ts.map +0 -1
  1038. package/dist/ts/types/ts/Core/Templates.d.ts +0 -18
  1039. package/dist/ts/types/ts/Core/Templates.d.ts.map +0 -1
  1040. package/dist/ts/types/ts/Core/URI.d.ts.map +0 -1
  1041. package/dist/ts/types/ts/Core/Value.d.ts +0 -41
  1042. package/dist/ts/types/ts/Core/Value.d.ts.map +0 -1
  1043. package/dist/ts/types/ts/CrossAsync.d.ts +0 -9
  1044. package/dist/ts/types/ts/CrossAsync.d.ts.map +0 -1
  1045. package/dist/ts/types/ts/FileSystem/Commit.d.ts +0 -13
  1046. package/dist/ts/types/ts/FileSystem/Commit.d.ts.map +0 -1
  1047. package/dist/ts/types/ts/FileSystem/DefaultGitattributes.d.ts.map +0 -1
  1048. package/dist/ts/types/ts/FileSystem/DefaultGitignore.d.ts.map +0 -1
  1049. package/dist/ts/types/ts/FileSystem/FileSystem.d.ts +0 -21
  1050. package/dist/ts/types/ts/FileSystem/FileSystem.d.ts.map +0 -1
  1051. package/dist/ts/types/ts/FileSystem/FileSystemTree.d.ts +0 -54
  1052. package/dist/ts/types/ts/FileSystem/FileSystemTree.d.ts.map +0 -1
  1053. package/dist/ts/types/ts/FileSystem/Path.d.ts.map +0 -1
  1054. package/dist/ts/types/ts/Json/Assay.d.ts +0 -19
  1055. package/dist/ts/types/ts/Json/Assay.d.ts.map +0 -1
  1056. package/dist/ts/types/ts/Json/Comment.d.ts +0 -14
  1057. package/dist/ts/types/ts/Json/Comment.d.ts.map +0 -1
  1058. package/dist/ts/types/ts/Json/Data.d.ts +0 -17
  1059. package/dist/ts/types/ts/Json/Data.d.ts.map +0 -1
  1060. package/dist/ts/types/ts/Json/DataFile.d.ts +0 -7
  1061. package/dist/ts/types/ts/Json/DataFile.d.ts.map +0 -1
  1062. package/dist/ts/types/ts/Json/DataMap/DataContext.d.ts +0 -5
  1063. package/dist/ts/types/ts/Json/DataMap/DataContext.d.ts.map +0 -1
  1064. package/dist/ts/types/ts/Json/DataMap/DataMap.d.ts +0 -11
  1065. package/dist/ts/types/ts/Json/DataMap/DataMap.d.ts.map +0 -1
  1066. package/dist/ts/types/ts/Json/Decode.d.ts +0 -18
  1067. package/dist/ts/types/ts/Json/Decode.d.ts.map +0 -1
  1068. package/dist/ts/types/ts/Json/Encode.d.ts +0 -23
  1069. package/dist/ts/types/ts/Json/Encode.d.ts.map +0 -1
  1070. package/dist/ts/types/ts/Json/IDTable.d.ts +0 -5
  1071. package/dist/ts/types/ts/Json/IDTable.d.ts.map +0 -1
  1072. package/dist/ts/types/ts/Json/Investigation.d.ts +0 -20
  1073. package/dist/ts/types/ts/Json/Investigation.d.ts.map +0 -1
  1074. package/dist/ts/types/ts/Json/OntologyAnnotation.d.ts +0 -18
  1075. package/dist/ts/types/ts/Json/OntologyAnnotation.d.ts.map +0 -1
  1076. package/dist/ts/types/ts/Json/OntologySourceReference.d.ts +0 -12
  1077. package/dist/ts/types/ts/Json/OntologySourceReference.d.ts.map +0 -1
  1078. package/dist/ts/types/ts/Json/Person.d.ts +0 -22
  1079. package/dist/ts/types/ts/Json/Person.d.ts.map +0 -1
  1080. package/dist/ts/types/ts/Json/Process/AssayMaterials.d.ts +0 -7
  1081. package/dist/ts/types/ts/Json/Process/AssayMaterials.d.ts.map +0 -1
  1082. package/dist/ts/types/ts/Json/Process/Component.d.ts +0 -11
  1083. package/dist/ts/types/ts/Json/Process/Component.d.ts.map +0 -1
  1084. package/dist/ts/types/ts/Json/Process/Factor.d.ts +0 -8
  1085. package/dist/ts/types/ts/Json/Process/Factor.d.ts.map +0 -1
  1086. package/dist/ts/types/ts/Json/Process/FactorValue.d.ts +0 -11
  1087. package/dist/ts/types/ts/Json/Process/FactorValue.d.ts.map +0 -1
  1088. package/dist/ts/types/ts/Json/Process/Material.d.ts +0 -12
  1089. package/dist/ts/types/ts/Json/Process/Material.d.ts.map +0 -1
  1090. package/dist/ts/types/ts/Json/Process/MaterialAttribute.d.ts +0 -8
  1091. package/dist/ts/types/ts/Json/Process/MaterialAttribute.d.ts.map +0 -1
  1092. package/dist/ts/types/ts/Json/Process/MaterialAttributeValue.d.ts +0 -11
  1093. package/dist/ts/types/ts/Json/Process/MaterialAttributeValue.d.ts.map +0 -1
  1094. package/dist/ts/types/ts/Json/Process/MaterialType.d.ts +0 -7
  1095. package/dist/ts/types/ts/Json/Process/MaterialType.d.ts.map +0 -1
  1096. package/dist/ts/types/ts/Json/Process/Process.d.ts +0 -10
  1097. package/dist/ts/types/ts/Json/Process/Process.d.ts.map +0 -1
  1098. package/dist/ts/types/ts/Json/Process/ProcessInput.d.ts +0 -9
  1099. package/dist/ts/types/ts/Json/Process/ProcessInput.d.ts.map +0 -1
  1100. package/dist/ts/types/ts/Json/Process/ProcessOutput.d.ts +0 -9
  1101. package/dist/ts/types/ts/Json/Process/ProcessOutput.d.ts.map +0 -1
  1102. package/dist/ts/types/ts/Json/Process/ProcessParameterValue.d.ts +0 -11
  1103. package/dist/ts/types/ts/Json/Process/ProcessParameterValue.d.ts.map +0 -1
  1104. package/dist/ts/types/ts/Json/Process/Protocol.d.ts +0 -10
  1105. package/dist/ts/types/ts/Json/Process/Protocol.d.ts.map +0 -1
  1106. package/dist/ts/types/ts/Json/Process/ProtocolParameter.d.ts +0 -8
  1107. package/dist/ts/types/ts/Json/Process/ProtocolParameter.d.ts.map +0 -1
  1108. package/dist/ts/types/ts/Json/Process/Sample.d.ts +0 -15
  1109. package/dist/ts/types/ts/Json/Process/Sample.d.ts.map +0 -1
  1110. package/dist/ts/types/ts/Json/Process/Source.d.ts +0 -12
  1111. package/dist/ts/types/ts/Json/Process/Source.d.ts.map +0 -1
  1112. package/dist/ts/types/ts/Json/Process/StudyMaterials.d.ts +0 -7
  1113. package/dist/ts/types/ts/Json/Process/StudyMaterials.d.ts.map +0 -1
  1114. package/dist/ts/types/ts/Json/Process/Value.d.ts +0 -7
  1115. package/dist/ts/types/ts/Json/Process/Value.d.ts.map +0 -1
  1116. package/dist/ts/types/ts/Json/PropertyValue.d.ts +0 -9
  1117. package/dist/ts/types/ts/Json/PropertyValue.d.ts.map +0 -1
  1118. package/dist/ts/types/ts/Json/Publication.d.ts +0 -14
  1119. package/dist/ts/types/ts/Json/Publication.d.ts.map +0 -1
  1120. package/dist/ts/types/ts/Json/ROCrate/LDContext.d.ts +0 -5
  1121. package/dist/ts/types/ts/Json/ROCrate/LDContext.d.ts.map +0 -1
  1122. package/dist/ts/types/ts/Json/ROCrate/LDGraph.d.ts +0 -5
  1123. package/dist/ts/types/ts/Json/ROCrate/LDGraph.d.ts.map +0 -1
  1124. package/dist/ts/types/ts/Json/ROCrate/LDNode.d.ts +0 -13
  1125. package/dist/ts/types/ts/Json/ROCrate/LDNode.d.ts.map +0 -1
  1126. package/dist/ts/types/ts/Json/ROCrate/LDRef.d.ts +0 -5
  1127. package/dist/ts/types/ts/Json/ROCrate/LDRef.d.ts.map +0 -1
  1128. package/dist/ts/types/ts/Json/ROCrate/LDValue.d.ts +0 -7
  1129. package/dist/ts/types/ts/Json/ROCrate/LDValue.d.ts.map +0 -1
  1130. package/dist/ts/types/ts/Json/StringTable.d.ts +0 -9
  1131. package/dist/ts/types/ts/Json/StringTable.d.ts.map +0 -1
  1132. package/dist/ts/types/ts/Json/Study.d.ts +0 -26
  1133. package/dist/ts/types/ts/Json/Study.d.ts.map +0 -1
  1134. package/dist/ts/types/ts/Json/Table/ArcTable.d.ts +0 -15
  1135. package/dist/ts/types/ts/Json/Table/ArcTable.d.ts.map +0 -1
  1136. package/dist/ts/types/ts/Json/Table/CellTable.d.ts +0 -11
  1137. package/dist/ts/types/ts/Json/Table/CellTable.d.ts.map +0 -1
  1138. package/dist/ts/types/ts/Json/Table/CompositeCell.d.ts +0 -10
  1139. package/dist/ts/types/ts/Json/Table/CompositeCell.d.ts.map +0 -1
  1140. package/dist/ts/types/ts/Json/Table/CompositeHeader.d.ts +0 -5
  1141. package/dist/ts/types/ts/Json/Table/CompositeHeader.d.ts.map +0 -1
  1142. package/dist/ts/types/ts/Json/Table/IOType.d.ts +0 -5
  1143. package/dist/ts/types/ts/Json/Table/IOType.d.ts.map +0 -1
  1144. package/dist/ts/types/ts/Json/Table/OATable.d.ts +0 -10
  1145. package/dist/ts/types/ts/Json/Table/OATable.d.ts.map +0 -1
  1146. package/dist/ts/types/ts/Json/Table/Templates.d.ts +0 -15
  1147. package/dist/ts/types/ts/Json/Table/Templates.d.ts.map +0 -1
  1148. package/dist/ts/types/ts/Json/context/rocrate/isa_assay_context.d.ts +0 -26
  1149. package/dist/ts/types/ts/Json/context/rocrate/isa_assay_context.d.ts.map +0 -1
  1150. package/dist/ts/types/ts/Json/context/rocrate/isa_comment_context.d.ts +0 -16
  1151. package/dist/ts/types/ts/Json/context/rocrate/isa_comment_context.d.ts.map +0 -1
  1152. package/dist/ts/types/ts/Json/context/rocrate/isa_data_context.d.ts +0 -18
  1153. package/dist/ts/types/ts/Json/context/rocrate/isa_data_context.d.ts.map +0 -1
  1154. package/dist/ts/types/ts/Json/context/rocrate/isa_investigation_context.d.ts +0 -26
  1155. package/dist/ts/types/ts/Json/context/rocrate/isa_investigation_context.d.ts.map +0 -1
  1156. package/dist/ts/types/ts/Json/context/rocrate/isa_material_context.d.ts +0 -19
  1157. package/dist/ts/types/ts/Json/context/rocrate/isa_material_context.d.ts.map +0 -1
  1158. package/dist/ts/types/ts/Json/context/rocrate/isa_ontology_annotation_context.d.ts +0 -17
  1159. package/dist/ts/types/ts/Json/context/rocrate/isa_ontology_annotation_context.d.ts.map +0 -1
  1160. package/dist/ts/types/ts/Json/context/rocrate/isa_ontology_source_reference_context.d.ts +0 -19
  1161. package/dist/ts/types/ts/Json/context/rocrate/isa_ontology_source_reference_context.d.ts.map +0 -1
  1162. package/dist/ts/types/ts/Json/context/rocrate/isa_organization_context.d.ts +0 -15
  1163. package/dist/ts/types/ts/Json/context/rocrate/isa_organization_context.d.ts.map +0 -1
  1164. package/dist/ts/types/ts/Json/context/rocrate/isa_person_context.d.ts +0 -25
  1165. package/dist/ts/types/ts/Json/context/rocrate/isa_person_context.d.ts.map +0 -1
  1166. package/dist/ts/types/ts/Json/context/rocrate/isa_process_context.d.ts +0 -23
  1167. package/dist/ts/types/ts/Json/context/rocrate/isa_process_context.d.ts.map +0 -1
  1168. package/dist/ts/types/ts/Json/context/rocrate/isa_protocol_context.d.ts +0 -22
  1169. package/dist/ts/types/ts/Json/context/rocrate/isa_protocol_context.d.ts.map +0 -1
  1170. package/dist/ts/types/ts/Json/context/rocrate/isa_publication_context.d.ts +0 -19
  1171. package/dist/ts/types/ts/Json/context/rocrate/isa_publication_context.d.ts.map +0 -1
  1172. package/dist/ts/types/ts/Json/context/rocrate/isa_sample_context.d.ts +0 -18
  1173. package/dist/ts/types/ts/Json/context/rocrate/isa_sample_context.d.ts.map +0 -1
  1174. package/dist/ts/types/ts/Json/context/rocrate/isa_source_context.d.ts +0 -18
  1175. package/dist/ts/types/ts/Json/context/rocrate/isa_source_context.d.ts.map +0 -1
  1176. package/dist/ts/types/ts/Json/context/rocrate/isa_study_context.d.ts +0 -34
  1177. package/dist/ts/types/ts/Json/context/rocrate/isa_study_context.d.ts.map +0 -1
  1178. package/dist/ts/types/ts/Json/context/rocrate/property_value_context.d.ts +0 -3
  1179. package/dist/ts/types/ts/Json/context/rocrate/property_value_context.d.ts.map +0 -1
  1180. package/dist/ts/types/ts/Json/context/rocrate/rocrate_context.d.ts +0 -16
  1181. package/dist/ts/types/ts/Json/context/rocrate/rocrate_context.d.ts.map +0 -1
  1182. package/dist/ts/types/ts/Json.d.ts +0 -90
  1183. package/dist/ts/types/ts/Json.d.ts.map +0 -1
  1184. package/dist/ts/types/ts/JsonIO/Assay.d.ts +0 -19
  1185. package/dist/ts/types/ts/JsonIO/Assay.d.ts.map +0 -1
  1186. package/dist/ts/types/ts/JsonIO/Investigation.d.ts +0 -19
  1187. package/dist/ts/types/ts/JsonIO/Investigation.d.ts.map +0 -1
  1188. package/dist/ts/types/ts/JsonIO/LDObject.d.ts +0 -29
  1189. package/dist/ts/types/ts/JsonIO/LDObject.d.ts.map +0 -1
  1190. package/dist/ts/types/ts/JsonIO/OntologyAnnotation.d.ts +0 -16
  1191. package/dist/ts/types/ts/JsonIO/OntologyAnnotation.d.ts.map +0 -1
  1192. package/dist/ts/types/ts/JsonIO/Study.d.ts +0 -20
  1193. package/dist/ts/types/ts/JsonIO/Study.d.ts.map +0 -1
  1194. package/dist/ts/types/ts/JsonIO/Table/Compression.d.ts +0 -8
  1195. package/dist/ts/types/ts/JsonIO/Table/Compression.d.ts.map +0 -1
  1196. package/dist/ts/types/ts/JsonIO/Table/Templates.d.ts +0 -15
  1197. package/dist/ts/types/ts/JsonIO/Table/Templates.d.ts.map +0 -1
  1198. package/dist/ts/types/ts/ROCrate/Generic/Comment.d.ts +0 -21
  1199. package/dist/ts/types/ts/ROCrate/Generic/Comment.d.ts.map +0 -1
  1200. package/dist/ts/types/ts/ROCrate/Generic/Dataset.d.ts +0 -92
  1201. package/dist/ts/types/ts/ROCrate/Generic/Dataset.d.ts.map +0 -1
  1202. package/dist/ts/types/ts/ROCrate/Generic/DefinedTerm.d.ts +0 -21
  1203. package/dist/ts/types/ts/ROCrate/Generic/DefinedTerm.d.ts.map +0 -1
  1204. package/dist/ts/types/ts/ROCrate/Generic/File.d.ts +0 -35
  1205. package/dist/ts/types/ts/ROCrate/Generic/File.d.ts.map +0 -1
  1206. package/dist/ts/types/ts/ROCrate/Generic/LabProcess.d.ts +0 -43
  1207. package/dist/ts/types/ts/ROCrate/Generic/LabProcess.d.ts.map +0 -1
  1208. package/dist/ts/types/ts/ROCrate/Generic/LabProtocol.d.ts +0 -44
  1209. package/dist/ts/types/ts/ROCrate/Generic/LabProtocol.d.ts.map +0 -1
  1210. package/dist/ts/types/ts/ROCrate/Generic/Organization.d.ts +0 -17
  1211. package/dist/ts/types/ts/ROCrate/Generic/Organization.d.ts.map +0 -1
  1212. package/dist/ts/types/ts/ROCrate/Generic/Person.d.ts +0 -51
  1213. package/dist/ts/types/ts/ROCrate/Generic/Person.d.ts.map +0 -1
  1214. package/dist/ts/types/ts/ROCrate/Generic/PostalAddress.d.ts +0 -25
  1215. package/dist/ts/types/ts/ROCrate/Generic/PostalAddress.d.ts.map +0 -1
  1216. package/dist/ts/types/ts/ROCrate/Generic/PropertyValue.d.ts +0 -73
  1217. package/dist/ts/types/ts/ROCrate/Generic/PropertyValue.d.ts.map +0 -1
  1218. package/dist/ts/types/ts/ROCrate/Generic/Sample.d.ts +0 -30
  1219. package/dist/ts/types/ts/ROCrate/Generic/Sample.d.ts.map +0 -1
  1220. package/dist/ts/types/ts/ROCrate/Generic/ScholarlyArticle.d.ts +0 -34
  1221. package/dist/ts/types/ts/ROCrate/Generic/ScholarlyArticle.d.ts.map +0 -1
  1222. package/dist/ts/types/ts/ROCrate/Helper.d.ts.map +0 -1
  1223. package/dist/ts/types/ts/ROCrate/LDContext.d.ts +0 -43
  1224. package/dist/ts/types/ts/ROCrate/LDContext.d.ts.map +0 -1
  1225. package/dist/ts/types/ts/ROCrate/LDObject.d.ts +0 -97
  1226. package/dist/ts/types/ts/ROCrate/LDObject.d.ts.map +0 -1
  1227. package/dist/ts/types/ts/ROCrate/ROCrateContext.d.ts +0 -7
  1228. package/dist/ts/types/ts/ROCrate/ROCrateContext.d.ts.map +0 -1
  1229. package/dist/ts/types/ts/ROCrateIO.d.ts +0 -15
  1230. package/dist/ts/types/ts/ROCrateIO.d.ts.map +0 -1
  1231. package/dist/ts/types/ts/Spreadsheet/AnnotationTable/ArcTable.d.ts +0 -40
  1232. package/dist/ts/types/ts/Spreadsheet/AnnotationTable/ArcTable.d.ts.map +0 -1
  1233. package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeCell.d.ts +0 -9
  1234. package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeCell.d.ts.map +0 -1
  1235. package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeColumn.d.ts +0 -24
  1236. package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeColumn.d.ts.map +0 -1
  1237. package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeHeader.d.ts +0 -22
  1238. package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeHeader.d.ts.map +0 -1
  1239. package/dist/ts/types/ts/Spreadsheet/ArcAssay.d.ts +0 -31
  1240. package/dist/ts/types/ts/Spreadsheet/ArcAssay.d.ts.map +0 -1
  1241. package/dist/ts/types/ts/Spreadsheet/ArcInvestigation.d.ts +0 -42
  1242. package/dist/ts/types/ts/Spreadsheet/ArcInvestigation.d.ts.map +0 -1
  1243. package/dist/ts/types/ts/Spreadsheet/ArcRun.d.ts +0 -27
  1244. package/dist/ts/types/ts/Spreadsheet/ArcRun.d.ts.map +0 -1
  1245. package/dist/ts/types/ts/Spreadsheet/ArcStudy.d.ts +0 -26
  1246. package/dist/ts/types/ts/Spreadsheet/ArcStudy.d.ts.map +0 -1
  1247. package/dist/ts/types/ts/Spreadsheet/ArcWorkflow.d.ts +0 -27
  1248. package/dist/ts/types/ts/Spreadsheet/ArcWorkflow.d.ts.map +0 -1
  1249. package/dist/ts/types/ts/Spreadsheet/CollectionAux.d.ts +0 -23
  1250. package/dist/ts/types/ts/Spreadsheet/CollectionAux.d.ts.map +0 -1
  1251. package/dist/ts/types/ts/Spreadsheet/DataMap.d.ts +0 -8
  1252. package/dist/ts/types/ts/Spreadsheet/DataMap.d.ts.map +0 -1
  1253. package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapColumn.d.ts +0 -7
  1254. package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapColumn.d.ts.map +0 -1
  1255. package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapHeader.d.ts +0 -23
  1256. package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapHeader.d.ts.map +0 -1
  1257. package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapTable.d.ts +0 -23
  1258. package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapTable.d.ts.map +0 -1
  1259. package/dist/ts/types/ts/Spreadsheet/Metadata/Assays.d.ts +0 -14
  1260. package/dist/ts/types/ts/Spreadsheet/Metadata/Assays.d.ts.map +0 -1
  1261. package/dist/ts/types/ts/Spreadsheet/Metadata/Comment.d.ts +0 -14
  1262. package/dist/ts/types/ts/Spreadsheet/Metadata/Comment.d.ts.map +0 -1
  1263. package/dist/ts/types/ts/Spreadsheet/Metadata/Contacts.d.ts +0 -25
  1264. package/dist/ts/types/ts/Spreadsheet/Metadata/Contacts.d.ts.map +0 -1
  1265. package/dist/ts/types/ts/Spreadsheet/Metadata/Conversions.d.ts +0 -60
  1266. package/dist/ts/types/ts/Spreadsheet/Metadata/Conversions.d.ts.map +0 -1
  1267. package/dist/ts/types/ts/Spreadsheet/Metadata/DesignDescriptors.d.ts +0 -16
  1268. package/dist/ts/types/ts/Spreadsheet/Metadata/DesignDescriptors.d.ts.map +0 -1
  1269. package/dist/ts/types/ts/Spreadsheet/Metadata/Factors.d.ts +0 -18
  1270. package/dist/ts/types/ts/Spreadsheet/Metadata/Factors.d.ts.map +0 -1
  1271. package/dist/ts/types/ts/Spreadsheet/Metadata/OntologyAnnotation.d.ts +0 -12
  1272. package/dist/ts/types/ts/Spreadsheet/Metadata/OntologyAnnotation.d.ts.map +0 -1
  1273. package/dist/ts/types/ts/Spreadsheet/Metadata/OntologySourceReference.d.ts +0 -18
  1274. package/dist/ts/types/ts/Spreadsheet/Metadata/OntologySourceReference.d.ts.map +0 -1
  1275. package/dist/ts/types/ts/Spreadsheet/Metadata/Protocols.d.ts +0 -28
  1276. package/dist/ts/types/ts/Spreadsheet/Metadata/Protocols.d.ts.map +0 -1
  1277. package/dist/ts/types/ts/Spreadsheet/Metadata/Publication.d.ts +0 -21
  1278. package/dist/ts/types/ts/Spreadsheet/Metadata/Publication.d.ts.map +0 -1
  1279. package/dist/ts/types/ts/Spreadsheet/Metadata/Run.d.ts +0 -14
  1280. package/dist/ts/types/ts/Spreadsheet/Metadata/Run.d.ts.map +0 -1
  1281. package/dist/ts/types/ts/Spreadsheet/Metadata/SparseTable.d.ts +0 -37
  1282. package/dist/ts/types/ts/Spreadsheet/Metadata/SparseTable.d.ts.map +0 -1
  1283. package/dist/ts/types/ts/Spreadsheet/Metadata/Study.d.ts +0 -38
  1284. package/dist/ts/types/ts/Spreadsheet/Metadata/Study.d.ts.map +0 -1
  1285. package/dist/ts/types/ts/Spreadsheet/Metadata/Workflow.d.ts +0 -31
  1286. package/dist/ts/types/ts/Spreadsheet/Metadata/Workflow.d.ts.map +0 -1
  1287. package/dist/ts/types/ts/Template.Web.d.ts +0 -11
  1288. package/dist/ts/types/ts/Template.Web.d.ts.map +0 -1
  1289. package/dist/ts/types/ts/ValidationPackages/ValidationPackage.d.ts +0 -21
  1290. package/dist/ts/types/ts/ValidationPackages/ValidationPackage.d.ts.map +0 -1
  1291. package/dist/ts/types/ts/ValidationPackages/ValidationPackagesConfig.d.ts +0 -23
  1292. package/dist/ts/types/ts/ValidationPackages/ValidationPackagesConfig.d.ts.map +0 -1
  1293. package/dist/ts/types/ts/WebRequest/WebRequest.Node.d.ts +0 -4
  1294. package/dist/ts/types/ts/WebRequest/WebRequest.Node.d.ts.map +0 -1
  1295. package/dist/ts/types/ts/WebRequest/WebRequest.d.ts +0 -4
  1296. package/dist/ts/types/ts/WebRequest/WebRequest.d.ts.map +0 -1
  1297. package/dist/ts/types/ts/Xlsx.d.ts +0 -50
  1298. package/dist/ts/types/ts/Xlsx.d.ts.map +0 -1
  1299. package/dist/ts/types/ts/Yaml/Encode.d.ts +0 -5
  1300. package/dist/ts/types/ts/Yaml/Encode.d.ts.map +0 -1
  1301. package/dist/ts/types/ts/Yaml/ValidationPackage.d.ts +0 -10
  1302. package/dist/ts/types/ts/Yaml/ValidationPackage.d.ts.map +0 -1
  1303. package/dist/ts/types/ts/Yaml/ValidationPackagesConfig.d.ts +0 -10
  1304. package/dist/ts/types/ts/Yaml/ValidationPackagesConfig.d.ts.map +0 -1
  1305. package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/DynamicObj.fs.d.ts +0 -69
  1306. package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/DynamicObj.fs.d.ts.map +0 -1
  1307. package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/FableJS.fs.d.ts +0 -25
  1308. package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/FableJS.fs.d.ts.map +0 -1
  1309. package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/HashCodes.fs.d.ts +0 -11
  1310. package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/HashCodes.fs.d.ts.map +0 -1
  1311. package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/PropertyHelper.fs.d.ts +0 -15
  1312. package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/PropertyHelper.fs.d.ts.map +0 -1
  1313. package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/ReflectionUtils.fs.d.ts +0 -15
  1314. package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/ReflectionUtils.fs.d.ts.map +0 -1
  1315. package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Cell.fs.d.ts +0 -34
  1316. package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Cell.fs.d.ts.map +0 -1
  1317. package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Column.fs.d.ts +0 -14
  1318. package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Column.fs.d.ts.map +0 -1
  1319. package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/ExcelJs.fs.d.ts +0 -4
  1320. package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/ExcelJs.fs.d.ts.map +0 -1
  1321. package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Row.fs.d.ts +0 -30
  1322. package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Row.fs.d.ts.map +0 -1
  1323. package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Unions.fs.d.ts +0 -49
  1324. package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Unions.fs.d.ts.map +0 -1
  1325. package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Workbook.fs.d.ts +0 -35
  1326. package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Workbook.fs.d.ts.map +0 -1
  1327. package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Worksheet.fs.d.ts +0 -123
  1328. package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Worksheet.fs.d.ts.map +0 -1
  1329. package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Xlsx.fs.d.ts +0 -27
  1330. package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Xlsx.fs.d.ts.map +0 -1
  1331. package/dist/ts/types/ts/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.d.ts +0 -253
  1332. package/dist/ts/types/ts/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.d.ts.map +0 -1
  1333. package/dist/ts/types/ts/fable_modules/Fable.Promise.3.2.0/Promise.fs.d.ts +0 -112
  1334. package/dist/ts/types/ts/fable_modules/Fable.Promise.3.2.0/Promise.fs.d.ts.map +0 -1
  1335. package/dist/ts/types/ts/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.d.ts +0 -8
  1336. package/dist/ts/types/ts/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.d.ts.map +0 -1
  1337. package/dist/ts/types/ts/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.d.ts +0 -123
  1338. package/dist/ts/types/ts/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.d.ts.map +0 -1
  1339. package/dist/ts/types/ts/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.d.ts +0 -113
  1340. package/dist/ts/types/ts/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.d.ts.map +0 -1
  1341. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCell.fs.d.ts +0 -91
  1342. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCell.fs.d.ts.map +0 -1
  1343. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCellsCollection.fs.d.ts +0 -181
  1344. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCellsCollection.fs.d.ts.map +0 -1
  1345. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/CellBuilder.fs.d.ts +0 -36
  1346. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/CellBuilder.fs.d.ts.map +0 -1
  1347. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Expression.fs.d.ts +0 -23
  1348. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Expression.fs.d.ts.map +0 -1
  1349. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/RowBuilder.fs.d.ts +0 -21
  1350. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/RowBuilder.fs.d.ts.map +0 -1
  1351. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Types.fs.d.ts +0 -157
  1352. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Types.fs.d.ts.map +0 -1
  1353. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsAddress.fs.d.ts +0 -97
  1354. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsAddress.fs.d.ts.map +0 -1
  1355. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsColumn.fs.d.ts +0 -37
  1356. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsColumn.fs.d.ts.map +0 -1
  1357. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsRow.fs.d.ts +0 -39
  1358. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsRow.fs.d.ts.map +0 -1
  1359. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorkbook.fs.d.ts +0 -36
  1360. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorkbook.fs.d.ts.map +0 -1
  1361. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorksheet.fs.d.ts +0 -88
  1362. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorksheet.fs.d.ts.map +0 -1
  1363. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Cell.fs.d.ts +0 -10
  1364. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Cell.fs.d.ts.map +0 -1
  1365. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Column.fs.d.ts +0 -9
  1366. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Column.fs.d.ts.map +0 -1
  1367. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Row.fs.d.ts +0 -9
  1368. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Row.fs.d.ts.map +0 -1
  1369. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Table.fs.d.ts +0 -5
  1370. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Table.fs.d.ts.map +0 -1
  1371. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Value.fs.d.ts +0 -6
  1372. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Value.fs.d.ts.map +0 -1
  1373. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Workbook.fs.d.ts +0 -7
  1374. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Workbook.fs.d.ts.map +0 -1
  1375. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Worksheet.fs.d.ts +0 -7
  1376. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Worksheet.fs.d.ts.map +0 -1
  1377. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRange.fs.d.ts +0 -15
  1378. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRange.fs.d.ts.map +0 -1
  1379. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeAddress.fs.d.ts +0 -94
  1380. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeAddress.fs.d.ts.map +0 -1
  1381. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeBase.fs.d.ts +0 -33
  1382. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeBase.fs.d.ts.map +0 -1
  1383. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeColumn.fs.d.ts +0 -31
  1384. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeColumn.fs.d.ts.map +0 -1
  1385. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeRow.fs.d.ts +0 -17
  1386. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeRow.fs.d.ts.map +0 -1
  1387. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTable.fs.d.ts +0 -71
  1388. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTable.fs.d.ts.map +0 -1
  1389. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTableField.fs.d.ts +0 -89
  1390. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTableField.fs.d.ts.map +0 -1
  1391. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Cell.fs.d.ts +0 -10
  1392. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Cell.fs.d.ts.map +0 -1
  1393. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs.d.ts +0 -19
  1394. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs.d.ts.map +0 -1
  1395. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Json.fs.d.ts +0 -15
  1396. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Json.fs.d.ts.map +0 -1
  1397. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Table.fs.d.ts +0 -6
  1398. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Table.fs.d.ts.map +0 -1
  1399. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Workbook.fs.d.ts +0 -5
  1400. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Workbook.fs.d.ts.map +0 -1
  1401. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Worksheet.fs.d.ts +0 -7
  1402. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Worksheet.fs.d.ts.map +0 -1
  1403. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Xlsx.fs.d.ts +0 -20
  1404. package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Xlsx.fs.d.ts.map +0 -1
  1405. package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs.d.ts +0 -105
  1406. package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs.d.ts.map +0 -1
  1407. package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs.d.ts +0 -26
  1408. package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs.d.ts.map +0 -1
  1409. package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Types.fs.d.ts +0 -99
  1410. package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Types.fs.d.ts.map +0 -1
  1411. package/dist/ts/types/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs.d.ts +0 -7
  1412. package/dist/ts/types/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs.d.ts.map +0 -1
  1413. package/dist/ts/types/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs.d.ts +0 -5
  1414. package/dist/ts/types/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs.d.ts.map +0 -1
  1415. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Decode.fs.d.ts +0 -64
  1416. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Decode.fs.d.ts.map +0 -1
  1417. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Encode.fs.d.ts +0 -24
  1418. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Encode.fs.d.ts.map +0 -1
  1419. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs.d.ts +0 -3
  1420. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs.d.ts.map +0 -1
  1421. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Persil.fs.d.ts +0 -12
  1422. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Persil.fs.d.ts.map +0 -1
  1423. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Preprocessing.fs.d.ts +0 -10
  1424. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Preprocessing.fs.d.ts.map +0 -1
  1425. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Reader.fs.d.ts +0 -6
  1426. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Reader.fs.d.ts.map +0 -1
  1427. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Regex.fs.d.ts +0 -10
  1428. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Regex.fs.d.ts.map +0 -1
  1429. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs.d.ts +0 -46
  1430. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs.d.ts.map +0 -1
  1431. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Writer.fs.d.ts +0 -12
  1432. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Writer.fs.d.ts.map +0 -1
  1433. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs.d.ts +0 -70
  1434. package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs.d.ts.map +0 -1
  1435. /package/dist/ts/{types/ts → ts}/Core/URI.d.ts +0 -0
  1436. /package/dist/ts/{types/ts → ts}/FileSystem/DefaultGitattributes.d.ts +0 -0
  1437. /package/dist/ts/{types/ts → ts}/FileSystem/DefaultGitignore.d.ts +0 -0
  1438. /package/dist/ts/{types/ts → ts}/FileSystem/Path.d.ts +0 -0
  1439. /package/dist/ts/{types/ts → ts}/ROCrate/Helper.d.ts +0 -0
@@ -1,1654 +0,0 @@
1
- import { fromString } from "./fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs.js";
2
- import { Decode_datetime } from "./Json/Decode.js";
3
- import { join, toFail, printf, toText } from "@fable-org/fable-library-js/String.js";
4
- import { bind, defaultArg, map, unwrap, value as value_4 } from "@fable-org/fable-library-js/Option.js";
5
- import { toString } from "./fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs.js";
6
- import { dateTime } from "./Json/Encode.js";
7
- import { parse, tryParse } from "@fable-org/fable-library-js/Int32.js";
8
- import { toString as toString_1, FSharpRef } from "@fable-org/fable-library-js/Types.js";
9
- import { LDRef, LDNode } from "./ROCrate/LDObject.js";
10
- import { safeHash, equals, disposeSafe, getEnumerator, comparePrimitives, stringHash, int32ToString } from "@fable-org/fable-library-js/Util.js";
11
- import { class_type } from "@fable-org/fable-library-js/Reflection.js";
12
- import { LDComment } from "./ROCrate/Generic/Comment.js";
13
- import { Comment$ } from "./Core/Comment.js";
14
- import { OntologyAnnotation } from "./Core/OntologyAnnotation.js";
15
- import { ResizeArray_groupBy, ResizeArray_tryFind, ResizeArray_filter, ResizeArray_collect, ResizeArray_choose, ResizeArray_append, ResizeArray_distinct, ResizeArray_tryPick, ResizeArray_appendSingleton, ResizeArray_zip, ResizeArray_create, ResizeArray_singleton, ResizeArray_map, Option_fromSeq, Option_fromValueWithDefault } from "./Core/Helper/Collections.js";
16
- import { LDDefinedTerm } from "./ROCrate/Generic/DefinedTerm.js";
17
- import { LDPropertyValue } from "./ROCrate/Generic/PropertyValue.js";
18
- import { DataAux_pathAndSelectorFromName, Data } from "./Core/Data.js";
19
- import { CompositeCell_Data, CompositeCell_FreeText, CompositeCell_Unitized, CompositeCell_Term } from "./Core/Table/CompositeCell.js";
20
- import { CompositeHeader_Comment, CompositeHeader_ProtocolType, CompositeHeader_ProtocolVersion, CompositeHeader_ProtocolUri, CompositeHeader_ProtocolDescription, CompositeHeader_ProtocolREF, CompositeHeader_Output, IOType_FreeText, IOType_Data, IOType_Sample, IOType_Material, CompositeHeader_Input, IOType_Source, CompositeHeader_Characteristic, CompositeHeader_Factor, CompositeHeader_Parameter, CompositeHeader_Component } from "./Core/Table/CompositeHeader.js";
21
- import { DataFile_fromString_Z721C83C5, DataFile__get_AsString } from "./Core/DataFile.js";
22
- import { LDFile } from "./ROCrate/Generic/File.js";
23
- import { DataContext_$ctor_Z780A8A2A, DataContext__get_Label, DataContext__get_Description, DataContext__get_GeneratedBy, DataContext__get_ObjectType, DataContext__get_Unit, DataContext__get_Explication } from "./Core/DataContext.js";
24
- import { LDSample } from "./ROCrate/Generic/Sample.js";
25
- import { ActivePatterns_$007CRegex$007C_$007C } from "./Core/Helper/Regex.js";
26
- import { LDLabProtocol } from "./ROCrate/Generic/LabProtocol.js";
27
- import { Unchecked_alignByHeaders, getEmptyCellForHeader, Unchecked_tryGetCellAt } from "./Core/Table/ArcTableAux.js";
28
- import { ArcTable } from "./Core/Table/ArcTable.js";
29
- import { LDPerson } from "./ROCrate/Generic/Person.js";
30
- import { isEmpty, zip, fold, singleton, empty as empty_1, append, delay, map as map_1, choose as choose_1, tryPick, filter, toList, indexed } from "@fable-org/fable-library-js/Seq.js";
31
- import { ofSeq, collect, initialize, singleton as singleton_1, sortBy, map as map_2, empty, length, choose } from "@fable-org/fable-library-js/List.js";
32
- import { LDLabProcess } from "./ROCrate/Generic/LabProcess.js";
33
- import { List_distinct, List_groupBy } from "@fable-org/fable-library-js/Seq2.js";
34
- import { createMissingIdentifier } from "./Core/Helper/Identifier.js";
35
- import { rangeDouble } from "@fable-org/fable-library-js/Range.js";
36
- import { ArcTables } from "./Core/Table/ArcTables.js";
37
- import { DataMap_init, DataMap_$ctor_4E3220A7, DataMap__get_DataContexts } from "./Core/DataMap.js";
38
- import { LDOrganization } from "./ROCrate/Generic/Organization.js";
39
- import { encoder, decoder as decoder_1 } from "./Json/ROCrate/LDNode.js";
40
- import { Person } from "./Core/Person.js";
41
- import { tryGetOrcidNumber } from "./Core/Helper/ORCID.js";
42
- import { StringBuilder__Clear, StringBuilder__Append_244C7CD6, StringBuilder_$ctor } from "@fable-org/fable-library-js/System.Text.js";
43
- import { LDScholarlyArticle } from "./ROCrate/Generic/ScholarlyArticle.js";
44
- import { Publication } from "./Core/Publication.js";
45
- import { LDDataset } from "./ROCrate/Generic/Dataset.js";
46
- import { ArcInvestigation, ArcStudy, ArcAssay } from "./Core/ArcTypes.js";
47
- import { now } from "@fable-org/fable-library-js/Date.js";
48
- export function DateTime_tryFromString(s) {
49
- let matchValue;
50
- try {
51
- return (matchValue = fromString(Decode_datetime, s), (matchValue.tag === /* Error */ 1) ? (() => {
52
- let arg;
53
- throw new Error((arg = matchValue.fields[0], toText(printf("Error decoding string: %O"))(arg)));
54
- })() : matchValue.fields[0]);
55
- }
56
- catch (matchValue_1) {
57
- return undefined;
58
- }
59
- }
60
- export function DateTime_toString(d) {
61
- return toString(0, dateTime(d));
62
- }
63
- function ColumnIndex_tryInt(str) {
64
- let matchValue;
65
- let outArg = 0;
66
- matchValue = [tryParse(str, 511, false, 32, new FSharpRef(() => outArg, (v) => {
67
- outArg = (v | 0);
68
- })), outArg];
69
- if (matchValue[0]) {
70
- return matchValue[1];
71
- }
72
- else {
73
- return undefined;
74
- }
75
- }
76
- export const ColumnIndex_orderName = "columnIndex";
77
- export function ColumnIndex_tryGetIndex(node) {
78
- const matchValue = node.TryGetPropertyAsSingleton(ColumnIndex_orderName);
79
- let matchResult, ci;
80
- if (matchValue != null) {
81
- if (typeof value_4(matchValue) === "string") {
82
- matchResult = 0;
83
- ci = value_4(matchValue);
84
- }
85
- else {
86
- matchResult = 1;
87
- }
88
- }
89
- else {
90
- matchResult = 1;
91
- }
92
- switch (matchResult) {
93
- case 0:
94
- return ColumnIndex_tryInt(ci);
95
- default:
96
- return undefined;
97
- }
98
- }
99
- export function ColumnIndex_setIndex(node, index) {
100
- node.SetProperty(ColumnIndex_orderName, int32ToString(index));
101
- }
102
- export function ARCtrl_ROCrate_LDNode__LDNode_GetColumnIndex(this$) {
103
- return value_4(ColumnIndex_tryGetIndex(this$));
104
- }
105
- export function ARCtrl_ROCrate_LDNode__LDNode_TryGetColumnIndex(this$) {
106
- return ColumnIndex_tryGetIndex(this$);
107
- }
108
- export function ARCtrl_ROCrate_LDNode__LDNode_SetColumnIndex_Z524259A4(this$, index) {
109
- ColumnIndex_setIndex(this$, index);
110
- }
111
- export class BaseTypes {
112
- constructor() {
113
- }
114
- }
115
- export function BaseTypes_$reflection() {
116
- return class_type("ARCtrl.Conversion.BaseTypes", undefined, BaseTypes);
117
- }
118
- export function BaseTypes_composeComment_Z13201A7E(comment) {
119
- let name;
120
- const matchValue = comment.Name;
121
- if (matchValue == null) {
122
- throw new Error("Comment must have a name");
123
- }
124
- else {
125
- name = value_4(matchValue);
126
- }
127
- return LDComment.create(name, undefined, unwrap(comment.Value));
128
- }
129
- export function BaseTypes_decomposeComment_Z2F770004(comment, context) {
130
- return new Comment$(LDComment.getNameAsString(comment, unwrap(context)), unwrap(LDComment.tryGetTextAsString(comment, unwrap(context))));
131
- }
132
- export function BaseTypes_ontologyTermFromNameAndID_40457300(name, id) {
133
- if (id == null) {
134
- return OntologyAnnotation.create(unwrap(name));
135
- }
136
- else {
137
- const t = value_4(id);
138
- return OntologyAnnotation.fromTermAnnotation(t, unwrap(name));
139
- }
140
- }
141
- export function BaseTypes_tryOntologyTermFromNameAndID_40457300(name, id) {
142
- if ((name == null) && (id == null)) {
143
- return undefined;
144
- }
145
- else {
146
- return BaseTypes_ontologyTermFromNameAndID_40457300(unwrap(name), unwrap(id));
147
- }
148
- }
149
- export function BaseTypes_composeDefinedTerm_ZDED3A0F(term) {
150
- const tan = Option_fromValueWithDefault("", term.TermAccessionAndOntobeeUrlIfShort);
151
- return LDDefinedTerm.create(term.NameText, undefined, unwrap(tan));
152
- }
153
- export function BaseTypes_decomposeDefinedTerm_Z2F770004(term, context) {
154
- return BaseTypes_ontologyTermFromNameAndID_40457300(LDDefinedTerm.getNameAsString(term, unwrap(context)), unwrap(LDDefinedTerm.tryGetTermCodeAsString(term, unwrap(context))));
155
- }
156
- export function BaseTypes_composePropertyValueFromOA_ZDED3A0F(term) {
157
- const tan = Option_fromValueWithDefault("", term.TermAccessionAndOntobeeUrlIfShort);
158
- return LDPropertyValue.create(term.NameText, undefined, undefined, unwrap(tan));
159
- }
160
- export function BaseTypes_decomposePropertyValueToOA_Z2F770004(term, context) {
161
- return BaseTypes_ontologyTermFromNameAndID_40457300(LDPropertyValue.getNameAsString(term, unwrap(context)), unwrap(LDPropertyValue.tryGetPropertyIDAsString(term, unwrap(context))));
162
- }
163
- /**
164
- * Convert a CompositeCell to a ISA Value and Unit tuple.
165
- */
166
- export function BaseTypes_valuesOfCell_Z436420FE(value) {
167
- let term, term_1;
168
- switch (value.tag) {
169
- case /* Term */ 0:
170
- if ((term = value.fields[0], term.isEmpty())) {
171
- const term_2 = value.fields[0];
172
- return [undefined, undefined, undefined, undefined];
173
- }
174
- else if ((term_1 = value.fields[0], term_1.TANInfo != null)) {
175
- const term_3 = value.fields[0];
176
- return [term_3.Name, term_3.TermAccessionAndOntobeeUrlIfShort, undefined, undefined];
177
- }
178
- else {
179
- const term_4 = value.fields[0];
180
- return [term_4.Name, undefined, undefined, undefined];
181
- }
182
- case /* Unitized */ 2: {
183
- const text_1 = value.fields[0];
184
- const unit = value.fields[1];
185
- const patternInput = unit.isEmpty() ? [undefined, undefined] : [unit.Name, Option_fromValueWithDefault("", unit.TermAccessionAndOntobeeUrlIfShort)];
186
- return [Option_fromValueWithDefault("", text_1), undefined, patternInput[0], patternInput[1]];
187
- }
188
- case /* Data */ 3: {
189
- const data = value.fields[0];
190
- throw new Error("Data cell should not be parsed to isa value");
191
- }
192
- default:
193
- if (value.fields[0] === "") {
194
- return [undefined, undefined, undefined, undefined];
195
- }
196
- else {
197
- const text = value.fields[0];
198
- return [text, undefined, undefined, undefined];
199
- }
200
- }
201
- }
202
- export function BaseTypes_termOfHeader_6CAF647B(header) {
203
- let matchResult, oa;
204
- switch (header.tag) {
205
- case /* Component */ 0: {
206
- matchResult = 0;
207
- oa = header.fields[0];
208
- break;
209
- }
210
- case /* Parameter */ 3: {
211
- matchResult = 0;
212
- oa = header.fields[0];
213
- break;
214
- }
215
- case /* Factor */ 2: {
216
- matchResult = 0;
217
- oa = header.fields[0];
218
- break;
219
- }
220
- case /* Characteristic */ 1: {
221
- matchResult = 0;
222
- oa = header.fields[0];
223
- break;
224
- }
225
- default:
226
- matchResult = 1;
227
- }
228
- switch (matchResult) {
229
- case 0:
230
- return [oa.NameText, (oa.TANInfo != null) ? oa.TermAccessionAndOntobeeUrlIfShort : undefined];
231
- default:
232
- return toFail(printf("header %O should not be parsed to isa value"))(header);
233
- }
234
- }
235
- /**
236
- * Convert a CompositeHeader and Cell tuple to a ISA Component
237
- */
238
- export function BaseTypes_composeComponent(header, value) {
239
- const patternInput = BaseTypes_valuesOfCell_Z436420FE(value);
240
- const patternInput_1 = BaseTypes_termOfHeader_6CAF647B(header);
241
- return LDPropertyValue.createComponent(patternInput_1[0], unwrap(patternInput[0]), undefined, unwrap(patternInput_1[1]), unwrap(patternInput[3]), unwrap(patternInput[2]), unwrap(patternInput[1]));
242
- }
243
- /**
244
- * Convert a CompositeHeader and Cell tuple to a ISA ProcessParameterValue
245
- */
246
- export function BaseTypes_composeParameterValue(header, value) {
247
- const patternInput = BaseTypes_valuesOfCell_Z436420FE(value);
248
- const patternInput_1 = BaseTypes_termOfHeader_6CAF647B(header);
249
- return LDPropertyValue.createParameterValue(patternInput_1[0], unwrap(patternInput[0]), undefined, unwrap(patternInput_1[1]), unwrap(patternInput[3]), unwrap(patternInput[2]), unwrap(patternInput[1]));
250
- }
251
- /**
252
- * Convert a CompositeHeader and Cell tuple to a ISA FactorValue
253
- */
254
- export function BaseTypes_composeFactorValue(header, value) {
255
- const patternInput = BaseTypes_valuesOfCell_Z436420FE(value);
256
- const patternInput_1 = BaseTypes_termOfHeader_6CAF647B(header);
257
- return LDPropertyValue.createFactorValue(patternInput_1[0], unwrap(patternInput[0]), undefined, unwrap(patternInput_1[1]), unwrap(patternInput[3]), unwrap(patternInput[2]), unwrap(patternInput[1]));
258
- }
259
- /**
260
- * Convert a CompositeHeader and Cell tuple to a ISA MaterialAttributeValue
261
- */
262
- export function BaseTypes_composeCharacteristicValue(header, value) {
263
- const patternInput = BaseTypes_valuesOfCell_Z436420FE(value);
264
- const patternInput_1 = BaseTypes_termOfHeader_6CAF647B(header);
265
- return LDPropertyValue.createCharacteristicValue(patternInput_1[0], unwrap(patternInput[0]), undefined, unwrap(patternInput_1[1]), unwrap(patternInput[3]), unwrap(patternInput[2]), unwrap(patternInput[1]));
266
- }
267
- export function BaseTypes_composeFreetextMaterialName(headerFT, name) {
268
- return `${headerFT}=${name}`;
269
- }
270
- export function BaseTypes_composeFile_3A03A101(d) {
271
- const dataType = map(DataFile__get_AsString, d.DataType);
272
- return LDFile.create(d.NameText, d.NameText, undefined, unwrap(dataType), unwrap(d.Format), unwrap(d.SelectorFormat));
273
- }
274
- export function BaseTypes_decomposeFile_Z2F770004(f, context) {
275
- const dataType = map(DataFile_fromString_Z721C83C5, LDFile.tryGetDisambiguatingDescriptionAsString(f, unwrap(context)));
276
- const format = LDFile.tryGetEncodingFormatAsString(f, unwrap(context));
277
- const selectorFormat = LDFile.tryGetUsageInfoAsString(f, unwrap(context));
278
- return new Data(undefined, LDFile.getNameAsString(f, unwrap(context)), unwrap(dataType), unwrap(format), unwrap(selectorFormat));
279
- }
280
- export function BaseTypes_composeFragmentDescriptor_Z4C0BEF62(dc) {
281
- if (dc.Name == null) {
282
- throw new Error("RO-Crate parsing of DataContext failed: Cannot create a fragment descriptor without a name.");
283
- }
284
- const id = LDPropertyValue.genIdFragmentDescriptor(dc.NameText);
285
- const patternInput = defaultArg(map((e) => [e.Name, Option_fromValueWithDefault("", e.TermAccessionAndOntobeeUrlIfShort)], DataContext__get_Explication(dc)), [undefined, undefined]);
286
- const patternInput_1 = defaultArg(map((u) => [u.Name, Option_fromValueWithDefault("", u.TermAccessionAndOntobeeUrlIfShort)], DataContext__get_Unit(dc)), [undefined, undefined]);
287
- const disambiguatingDescriptions = Option_fromSeq(ResizeArray_map(toString_1, dc.Comments));
288
- const dataFragment = BaseTypes_composeFile_3A03A101(dc);
289
- const pattern = map(BaseTypes_composeDefinedTerm_ZDED3A0F, DataContext__get_ObjectType(dc));
290
- dataFragment.SetProperty(LDFile.about, new LDRef(id));
291
- dataFragment.SetOptionalProperty(LDFile.pattern, pattern);
292
- return LDPropertyValue.createFragmentDescriptor(dc.NameText, unwrap(patternInput[0]), undefined, unwrap(patternInput_1[1]), unwrap(patternInput_1[0]), unwrap(patternInput[1]), unwrap(DataContext__get_GeneratedBy(dc)), unwrap(DataContext__get_Description(dc)), unwrap(DataContext__get_Label(dc)), unwrap(disambiguatingDescriptions), dataFragment);
293
- }
294
- export function BaseTypes_decomposeFragmentDescriptor_Z6839B9E8(fd, graph, context) {
295
- const file = LDPropertyValue.tryGetSubjectOf(fd, unwrap(graph), unwrap(context));
296
- let name;
297
- if (file == null) {
298
- throw new Error("RO-Crate parsing of DataContext failed: Cannot decompose a fragment descriptor without a name.");
299
- }
300
- else {
301
- const f = value_4(file);
302
- name = LDFile.getNameAsString(f, unwrap(context));
303
- }
304
- const objectType = map((pa) => BaseTypes_decomposeDefinedTerm_Z2F770004(pa, unwrap(context)), bind((f_1) => LDFile.tryGetPatternAsDefinedTerm(f_1, unwrap(graph), unwrap(context)), file));
305
- const format = bind((f_2) => LDFile.tryGetEncodingFormatAsString(f_2, unwrap(context)), file);
306
- const selectorFormat = bind((f_3) => LDFile.tryGetUsageInfoAsString(f_3, unwrap(context)), file);
307
- const explication = BaseTypes_tryOntologyTermFromNameAndID_40457300(unwrap(LDPropertyValue.tryGetValueAsString(fd)), unwrap(LDPropertyValue.tryGetValueReferenceAsString(fd)));
308
- const unit = BaseTypes_tryOntologyTermFromNameAndID_40457300(unwrap(LDPropertyValue.tryGetUnitTextAsString(fd)), unwrap(LDPropertyValue.tryGetUnitCodeAsString(fd)));
309
- const generatedBy = LDPropertyValue.tryGetMeasurementMethodAsString(fd);
310
- const description = LDPropertyValue.tryGetDescriptionAsString(fd);
311
- return DataContext_$ctor_Z780A8A2A(undefined, name, undefined, unwrap(format), unwrap(selectorFormat), unwrap(explication), unwrap(unit), unwrap(objectType), unwrap(LDPropertyValue.tryGetAlternateNameAsString(fd)), unwrap(description), unwrap(generatedBy), ResizeArray_map((s) => Comment$.fromString(s), LDPropertyValue.getDisambiguatingDescriptionsAsString(fd)));
312
- }
313
- /**
314
- * Convert a CompositeHeader and Cell tuple to a ISA ProcessInput
315
- */
316
- export function BaseTypes_composeProcessInput(header, value) {
317
- if (header.tag === /* Input */ 11) {
318
- switch (header.fields[0].tag) {
319
- case /* Sample */ 1:
320
- return LDSample.createSample(value.AsFreeText);
321
- case /* Material */ 3:
322
- return LDSample.createMaterial(value.AsFreeText);
323
- case /* Data */ 2:
324
- switch (value.tag) {
325
- case /* FreeText */ 1: {
326
- const ft = value.fields[0];
327
- return LDFile.create(ft, ft);
328
- }
329
- case /* Data */ 3:
330
- return BaseTypes_composeFile_3A03A101(value.fields[0]);
331
- default:
332
- return toFail(printf("Could not parse input data %O"))(value);
333
- }
334
- case /* FreeText */ 4: {
335
- const ft_1 = header.fields[0].fields[0];
336
- const n = new LDNode(BaseTypes_composeFreetextMaterialName(ft_1, value.AsFreeText), [ft_1]);
337
- n.SetProperty(LDSample.name, value.AsFreeText);
338
- return n;
339
- }
340
- default:
341
- return LDSample.createSource(value.AsFreeText);
342
- }
343
- }
344
- else {
345
- return toFail(printf("Could not parse input header %O"))(header);
346
- }
347
- }
348
- /**
349
- * Convert a CompositeHeader and Cell tuple to a ISA ProcessOutput
350
- */
351
- export function BaseTypes_composeProcessOutput(header, value) {
352
- let matchResult, ft_1;
353
- if (header.tag === /* Output */ 12) {
354
- switch (header.fields[0].tag) {
355
- case /* Material */ 3: {
356
- matchResult = 1;
357
- break;
358
- }
359
- case /* Data */ 2: {
360
- matchResult = 2;
361
- break;
362
- }
363
- case /* FreeText */ 4: {
364
- matchResult = 3;
365
- ft_1 = header.fields[0].fields[0];
366
- break;
367
- }
368
- default:
369
- matchResult = 0;
370
- }
371
- }
372
- else {
373
- matchResult = 4;
374
- }
375
- switch (matchResult) {
376
- case 0:
377
- return LDSample.createSample(value.AsFreeText);
378
- case 1:
379
- return LDSample.createMaterial(value.AsFreeText);
380
- case 2:
381
- switch (value.tag) {
382
- case /* FreeText */ 1: {
383
- const ft = value.fields[0];
384
- return LDFile.create(ft, ft);
385
- }
386
- case /* Data */ 3:
387
- return BaseTypes_composeFile_3A03A101(value.fields[0]);
388
- default:
389
- return toFail(printf("Could not parse output data %O"))(value);
390
- }
391
- case 3: {
392
- const n = new LDNode(BaseTypes_composeFreetextMaterialName(ft_1, value.AsFreeText), [ft_1]);
393
- n.SetProperty(LDSample.name, value.AsFreeText);
394
- return n;
395
- }
396
- default:
397
- return toFail(printf("Could not parse output header %O"))(header);
398
- }
399
- }
400
- export function BaseTypes_headerOntologyOfPropertyValue_Z2F770004(pv, context) {
401
- const n = LDPropertyValue.getNameAsString(pv, unwrap(context));
402
- const matchValue = LDPropertyValue.tryGetPropertyIDAsString(pv, unwrap(context));
403
- if (matchValue == null) {
404
- return new OntologyAnnotation(n);
405
- }
406
- else {
407
- const nRef = value_4(matchValue);
408
- return OntologyAnnotation.fromTermAnnotation(nRef, n);
409
- }
410
- }
411
- /**
412
- * Convert an ISA Value and Unit tuple to a CompositeCell
413
- */
414
- export function BaseTypes_cellOfPropertyValue_Z2F770004(pv, context) {
415
- const v = LDPropertyValue.tryGetValueAsString(pv, unwrap(context));
416
- const vRef = LDPropertyValue.tryGetValueReferenceAsString(pv, unwrap(context));
417
- const u = LDPropertyValue.tryGetUnitTextAsString(pv, unwrap(context));
418
- const uRef = LDPropertyValue.tryGetUnitCodeAsString(pv, unwrap(context));
419
- let matchResult, vr, u_1, uRef_1;
420
- if (vRef == null) {
421
- if (u == null) {
422
- if (uRef == null) {
423
- matchResult = 3;
424
- }
425
- else {
426
- matchResult = 2;
427
- uRef_1 = value_4(uRef);
428
- }
429
- }
430
- else if (uRef != null) {
431
- matchResult = 2;
432
- uRef_1 = value_4(uRef);
433
- }
434
- else {
435
- matchResult = 1;
436
- u_1 = value_4(u);
437
- }
438
- }
439
- else if (u == null) {
440
- if (uRef == null) {
441
- matchResult = 0;
442
- vr = value_4(vRef);
443
- }
444
- else {
445
- matchResult = 4;
446
- }
447
- }
448
- else {
449
- matchResult = 4;
450
- }
451
- switch (matchResult) {
452
- case 0:
453
- return CompositeCell_Term(OntologyAnnotation.fromTermAnnotation(vr, unwrap(v)));
454
- case 1:
455
- return CompositeCell_Unitized(defaultArg(v, ""), new OntologyAnnotation(u_1));
456
- case 2:
457
- return CompositeCell_Unitized(defaultArg(v, ""), OntologyAnnotation.fromTermAnnotation(uRef_1, unwrap(u)));
458
- case 3:
459
- return CompositeCell_Term(new OntologyAnnotation(unwrap(v)));
460
- default: {
461
- const arg = defaultArg(v, "");
462
- return toFail(printf("Could not parse value %s with unit %O and unit reference %O"))(arg)(u)(uRef);
463
- }
464
- }
465
- }
466
- /**
467
- * Convert an ISA Component to a CompositeHeader and Cell tuple
468
- */
469
- export function BaseTypes_decomposeComponent_Z2F770004(c, context) {
470
- return [CompositeHeader_Component(BaseTypes_headerOntologyOfPropertyValue_Z2F770004(c, unwrap(context))), BaseTypes_cellOfPropertyValue_Z2F770004(c, unwrap(context))];
471
- }
472
- /**
473
- * Convert an ISA ProcessParameterValue to a CompositeHeader and Cell tuple
474
- */
475
- export function BaseTypes_decomposeParameterValue_Z2F770004(c, context) {
476
- return [CompositeHeader_Parameter(BaseTypes_headerOntologyOfPropertyValue_Z2F770004(c, unwrap(context))), BaseTypes_cellOfPropertyValue_Z2F770004(c, unwrap(context))];
477
- }
478
- /**
479
- * Convert an ISA FactorValue to a CompositeHeader and Cell tuple
480
- */
481
- export function BaseTypes_decomposeFactorValue_Z2F770004(c, context) {
482
- return [CompositeHeader_Factor(BaseTypes_headerOntologyOfPropertyValue_Z2F770004(c, unwrap(context))), BaseTypes_cellOfPropertyValue_Z2F770004(c, unwrap(context))];
483
- }
484
- /**
485
- * Convert an ISA MaterialAttributeValue to a CompositeHeader and Cell tuple
486
- */
487
- export function BaseTypes_decomposeCharacteristicValue_Z2F770004(c, context) {
488
- return [CompositeHeader_Characteristic(BaseTypes_headerOntologyOfPropertyValue_Z2F770004(c, unwrap(context))), BaseTypes_cellOfPropertyValue_Z2F770004(c, unwrap(context))];
489
- }
490
- /**
491
- * Convert an ISA ProcessOutput to a CompositeHeader and Cell tuple
492
- */
493
- export function BaseTypes_decomposeProcessInput_Z2F770004(pn, context) {
494
- if (LDSample.validateSource(pn, unwrap(context))) {
495
- return [CompositeHeader_Input(IOType_Source()), CompositeCell_FreeText(LDSample.getNameAsString(pn, unwrap(context)))];
496
- }
497
- else if (LDSample.validateMaterial(pn, unwrap(context))) {
498
- return [CompositeHeader_Input(IOType_Material()), CompositeCell_FreeText(LDSample.getNameAsString(pn, unwrap(context)))];
499
- }
500
- else if (LDSample.validate(pn, unwrap(context))) {
501
- return [CompositeHeader_Input(IOType_Sample()), CompositeCell_FreeText(LDSample.getNameAsString(pn, unwrap(context)))];
502
- }
503
- else if (LDFile.validate(pn, unwrap(context))) {
504
- return [CompositeHeader_Input(IOType_Data()), CompositeCell_Data(BaseTypes_decomposeFile_Z2F770004(pn, unwrap(context)))];
505
- }
506
- else {
507
- const n = pn;
508
- return [CompositeHeader_Input(IOType_FreeText(n.SchemaType[0])), CompositeCell_FreeText(LDSample.getNameAsString(n, unwrap(context)))];
509
- }
510
- }
511
- export function BaseTypes_decomposeProcessOutput_Z2F770004(pn, context) {
512
- if (LDSample.validateMaterial(pn, unwrap(context))) {
513
- return [CompositeHeader_Output(IOType_Material()), CompositeCell_FreeText(LDSample.getNameAsString(pn, unwrap(context)))];
514
- }
515
- else if (LDSample.validate(pn, unwrap(context))) {
516
- return [CompositeHeader_Output(IOType_Sample()), CompositeCell_FreeText(LDSample.getNameAsString(pn, unwrap(context)))];
517
- }
518
- else if (LDFile.validate(pn, unwrap(context))) {
519
- return [CompositeHeader_Output(IOType_Data()), CompositeCell_Data(BaseTypes_decomposeFile_Z2F770004(pn, unwrap(context)))];
520
- }
521
- else {
522
- const n = pn;
523
- return [CompositeHeader_Output(IOType_FreeText(n.SchemaType[0])), CompositeCell_FreeText(LDSample.getNameAsString(n, unwrap(context)))];
524
- }
525
- }
526
- /**
527
- * This function creates a string containing the name and the ontology short-string of the given ontology annotation term
528
- *
529
- * TechnologyPlatforms are plain strings in ISA-JSON.
530
- *
531
- * This function allows us, to parse them as an ontology term.
532
- */
533
- export function BaseTypes_composeTechnologyPlatform_ZDED3A0F(tp) {
534
- const matchValue = tp.TANInfo;
535
- if (matchValue == null) {
536
- return `${tp.NameText}`;
537
- }
538
- else {
539
- return `${tp.NameText} (${tp.TermAccessionShort})`;
540
- }
541
- }
542
- /**
543
- * This function parses the given string containing the name and the ontology short-string of the given ontology annotation term
544
- *
545
- * TechnologyPlatforms are plain strings in ISA-JSON.
546
- *
547
- * This function allows us, to parse them as an ontology term.
548
- */
549
- export function BaseTypes_decomposeTechnologyPlatform_Z721C83C5(name) {
550
- const activePatternResult = ActivePatterns_$007CRegex$007C_$007C("^(?<value>.+) \\((?<ontology>[^(]*:[^)]*)\\)$", name);
551
- if (activePatternResult != null) {
552
- const r = value_4(activePatternResult);
553
- let oa;
554
- const tan = (r.groups && r.groups.ontology) || "";
555
- oa = OntologyAnnotation.fromTermAnnotation(tan);
556
- const v = (r.groups && r.groups.value) || "";
557
- return OntologyAnnotation.create(v, unwrap(oa.TermSourceREF), unwrap(oa.TermAccessionNumber));
558
- }
559
- else {
560
- return OntologyAnnotation.create(name);
561
- }
562
- }
563
- export class ProcessConversion {
564
- constructor() {
565
- }
566
- }
567
- export function ProcessConversion_$reflection() {
568
- return class_type("ARCtrl.Conversion.ProcessConversion", undefined, ProcessConversion);
569
- }
570
- export function ProcessConversion_tryGetProtocolType_Z6839B9E8(pv, graph, context) {
571
- const matchValue = LDLabProtocol.tryGetIntendedUseAsDefinedTerm(pv, unwrap(graph), unwrap(context));
572
- if (matchValue == null) {
573
- const matchValue_1 = LDLabProtocol.tryGetIntendedUseAsString(pv, unwrap(context));
574
- if (matchValue_1 == null) {
575
- return undefined;
576
- }
577
- else {
578
- const s = value_4(matchValue_1);
579
- return OntologyAnnotation.create(s);
580
- }
581
- }
582
- else {
583
- return BaseTypes_decomposeDefinedTerm_Z2F770004(value_4(matchValue), unwrap(context));
584
- }
585
- }
586
- export function ProcessConversion_composeProcessName(processNameRoot, i) {
587
- return `${processNameRoot}_${i}`;
588
- }
589
- export function ProcessConversion_decomposeProcessName_Z721C83C5(name) {
590
- const activePatternResult = ActivePatterns_$007CRegex$007C_$007C("(?<name>.+)_(?<num>\\d+)", name);
591
- if (activePatternResult != null) {
592
- const r = value_4(activePatternResult);
593
- return [(r.groups && r.groups.name) || "", parse((r.groups && r.groups.num) || "", 511, false, 32)];
594
- }
595
- else {
596
- return [name, undefined];
597
- }
598
- }
599
- /**
600
- * If the given headers depict a component, returns a function for parsing the values of the matrix to the values of this component
601
- */
602
- export function ProcessConversion_tryComponentGetter(generalI, valueI, valueHeader) {
603
- if (valueHeader.tag === /* Component */ 0) {
604
- const oa = valueHeader.fields[0];
605
- return (table) => ((i) => {
606
- let matchValue;
607
- const c = BaseTypes_composeComponent(valueHeader, (matchValue = Unchecked_tryGetCellAt(generalI, i, table.Values), (matchValue == null) ? getEmptyCellForHeader(valueHeader, undefined) : value_4(matchValue)));
608
- ARCtrl_ROCrate_LDNode__LDNode_SetColumnIndex_Z524259A4(c, valueI);
609
- return c;
610
- });
611
- }
612
- else {
613
- return undefined;
614
- }
615
- }
616
- /**
617
- * If the given headers depict a parameter, returns a function for parsing the values of the matrix to the values of this type
618
- */
619
- export function ProcessConversion_tryParameterGetter(generalI, valueI, valueHeader) {
620
- if (valueHeader.tag === /* Parameter */ 3) {
621
- const oa = valueHeader.fields[0];
622
- return (table) => ((i) => {
623
- let matchValue;
624
- const p = BaseTypes_composeParameterValue(valueHeader, (matchValue = Unchecked_tryGetCellAt(generalI, i, table.Values), (matchValue == null) ? getEmptyCellForHeader(valueHeader, undefined) : value_4(matchValue)));
625
- ARCtrl_ROCrate_LDNode__LDNode_SetColumnIndex_Z524259A4(p, valueI);
626
- return p;
627
- });
628
- }
629
- else {
630
- return undefined;
631
- }
632
- }
633
- /**
634
- * If the given headers depict a factor, returns a function for parsing the values of the matrix to the values of this type
635
- */
636
- export function ProcessConversion_tryFactorGetter(generalI, valueI, valueHeader) {
637
- if (valueHeader.tag === /* Factor */ 2) {
638
- const oa = valueHeader.fields[0];
639
- return (table) => ((i) => {
640
- let matchValue;
641
- const f = BaseTypes_composeFactorValue(valueHeader, (matchValue = Unchecked_tryGetCellAt(generalI, i, table.Values), (matchValue == null) ? getEmptyCellForHeader(valueHeader, undefined) : value_4(matchValue)));
642
- ARCtrl_ROCrate_LDNode__LDNode_SetColumnIndex_Z524259A4(f, valueI);
643
- return f;
644
- });
645
- }
646
- else {
647
- return undefined;
648
- }
649
- }
650
- /**
651
- * If the given headers depict a protocolType, returns a function for parsing the values of the matrix to the values of this type
652
- */
653
- export function ProcessConversion_tryCharacteristicGetter(generalI, valueI, valueHeader) {
654
- if (valueHeader.tag === /* Characteristic */ 1) {
655
- const oa = valueHeader.fields[0];
656
- return (table) => ((i) => {
657
- let matchValue;
658
- const c = BaseTypes_composeCharacteristicValue(valueHeader, (matchValue = Unchecked_tryGetCellAt(generalI, i, table.Values), (matchValue == null) ? getEmptyCellForHeader(valueHeader, undefined) : value_4(matchValue)));
659
- ARCtrl_ROCrate_LDNode__LDNode_SetColumnIndex_Z524259A4(c, valueI);
660
- return c;
661
- });
662
- }
663
- else {
664
- return undefined;
665
- }
666
- }
667
- /**
668
- * If the given headers depict a protocolType, returns a function for parsing the values of the matrix to the values of this type
669
- */
670
- export function ProcessConversion_tryGetProtocolTypeGetter(generalI, header) {
671
- if (header.tag === /* ProtocolType */ 4) {
672
- return (table) => ((i) => {
673
- let matchValue, cell;
674
- return BaseTypes_composeDefinedTerm_ZDED3A0F((matchValue = Unchecked_tryGetCellAt(generalI, i, table.Values), (matchValue == null) ? (new OntologyAnnotation()) : ((cell = value_4(matchValue), cell.AsTerm))));
675
- });
676
- }
677
- else {
678
- return undefined;
679
- }
680
- }
681
- /**
682
- * If the given headers depict a protocolREF, returns a function for parsing the values of the matrix to the values of this type
683
- */
684
- export function ProcessConversion_tryGetProtocolREFGetter(generalI, header) {
685
- if (header.tag === /* ProtocolREF */ 8) {
686
- return (table) => ((i) => {
687
- const matchValue = Unchecked_tryGetCellAt(generalI, i, table.Values);
688
- if (matchValue == null) {
689
- return "";
690
- }
691
- else {
692
- const cell = value_4(matchValue);
693
- return cell.AsFreeText;
694
- }
695
- });
696
- }
697
- else {
698
- return undefined;
699
- }
700
- }
701
- /**
702
- * If the given headers depict a protocolDescription, returns a function for parsing the values of the matrix to the values of this type
703
- */
704
- export function ProcessConversion_tryGetProtocolDescriptionGetter(generalI, header) {
705
- if (header.tag === /* ProtocolDescription */ 5) {
706
- return (table) => ((i) => {
707
- const matchValue = Unchecked_tryGetCellAt(generalI, i, table.Values);
708
- if (matchValue == null) {
709
- return "";
710
- }
711
- else {
712
- const cell = value_4(matchValue);
713
- return cell.AsFreeText;
714
- }
715
- });
716
- }
717
- else {
718
- return undefined;
719
- }
720
- }
721
- /**
722
- * If the given headers depict a protocolURI, returns a function for parsing the values of the matrix to the values of this type
723
- */
724
- export function ProcessConversion_tryGetProtocolURIGetter(generalI, header) {
725
- if (header.tag === /* ProtocolUri */ 6) {
726
- return (table) => ((i) => {
727
- const matchValue = Unchecked_tryGetCellAt(generalI, i, table.Values);
728
- if (matchValue == null) {
729
- return "";
730
- }
731
- else {
732
- const cell = value_4(matchValue);
733
- return cell.AsFreeText;
734
- }
735
- });
736
- }
737
- else {
738
- return undefined;
739
- }
740
- }
741
- /**
742
- * If the given headers depict a protocolVersion, returns a function for parsing the values of the matrix to the values of this type
743
- */
744
- export function ProcessConversion_tryGetProtocolVersionGetter(generalI, header) {
745
- if (header.tag === /* ProtocolVersion */ 7) {
746
- return (table) => ((i) => {
747
- const matchValue = Unchecked_tryGetCellAt(generalI, i, table.Values);
748
- if (matchValue == null) {
749
- return "";
750
- }
751
- else {
752
- const cell = value_4(matchValue);
753
- return cell.AsFreeText;
754
- }
755
- });
756
- }
757
- else {
758
- return undefined;
759
- }
760
- }
761
- /**
762
- * If the given headers depict an input, returns a function for parsing the values of the matrix to the values of this type
763
- */
764
- export function ProcessConversion_tryGetInputGetter(generalI, header) {
765
- if (header.tag === /* Input */ 11) {
766
- const io = header.fields[0];
767
- return (table) => ((i) => {
768
- let matchValue;
769
- return BaseTypes_composeProcessInput(header, (matchValue = Unchecked_tryGetCellAt(generalI, i, table.Values), (matchValue == null) ? getEmptyCellForHeader(header, undefined) : value_4(matchValue)));
770
- });
771
- }
772
- else {
773
- return undefined;
774
- }
775
- }
776
- /**
777
- * If the given headers depict an output, returns a function for parsing the values of the matrix to the values of this type
778
- */
779
- export function ProcessConversion_tryGetOutputGetter(generalI, header) {
780
- if (header.tag === /* Output */ 12) {
781
- const io = header.fields[0];
782
- return (table) => ((i) => {
783
- let matchValue;
784
- return BaseTypes_composeProcessOutput(header, (matchValue = Unchecked_tryGetCellAt(generalI, i, table.Values), (matchValue == null) ? getEmptyCellForHeader(header, undefined) : value_4(matchValue)));
785
- });
786
- }
787
- else {
788
- return undefined;
789
- }
790
- }
791
- /**
792
- * If the given headers depict a comment, returns a function for parsing the values of the matrix to the values of this type
793
- */
794
- export function ProcessConversion_tryGetCommentGetter(generalI, header) {
795
- if (header.tag === /* Comment */ 14) {
796
- const c = header.fields[0];
797
- return (table) => ((i) => {
798
- let matchValue, cell;
799
- return toString_1((matchValue = Unchecked_tryGetCellAt(generalI, i, table.Values), (matchValue == null) ? (new Comment$(c)) : ((cell = value_4(matchValue), new Comment$(c, cell.AsFreeText)))));
800
- });
801
- }
802
- else {
803
- return undefined;
804
- }
805
- }
806
- export function ProcessConversion_tryGetPerformerGetter(generalI, header) {
807
- if (header.tag === /* Performer */ 9) {
808
- return (table) => ((i) => {
809
- let performer;
810
- const matchValue = Unchecked_tryGetCellAt(generalI, i, table.Values);
811
- if (matchValue == null) {
812
- performer = "";
813
- }
814
- else {
815
- const cell = value_4(matchValue);
816
- performer = cell.AsFreeText;
817
- }
818
- return LDPerson.create(performer);
819
- });
820
- }
821
- else {
822
- return undefined;
823
- }
824
- }
825
- /**
826
- * Given the header sequence of an ArcTable, returns a function for parsing each row of the table to a process
827
- */
828
- export function ProcessConversion_getProcessGetter(assayName, studyName, processNameRoot, headers) {
829
- const headers_1 = indexed(headers);
830
- const valueHeaders = toList(indexed(filter((arg) => arg[1].IsCvParamColumn, headers_1)));
831
- const charGetters = choose((tupledArg) => {
832
- const _arg = tupledArg[1];
833
- return ProcessConversion_tryCharacteristicGetter(_arg[0], tupledArg[0], _arg[1]);
834
- }, valueHeaders);
835
- const factorValueGetters = choose((tupledArg_1) => {
836
- const _arg_1 = tupledArg_1[1];
837
- return ProcessConversion_tryFactorGetter(_arg_1[0], tupledArg_1[0], _arg_1[1]);
838
- }, valueHeaders);
839
- const parameterValueGetters = choose((tupledArg_2) => {
840
- const _arg_2 = tupledArg_2[1];
841
- return ProcessConversion_tryParameterGetter(_arg_2[0], tupledArg_2[0], _arg_2[1]);
842
- }, valueHeaders);
843
- const componentGetters = choose((tupledArg_3) => {
844
- const _arg_3 = tupledArg_3[1];
845
- return ProcessConversion_tryComponentGetter(_arg_3[0], tupledArg_3[0], _arg_3[1]);
846
- }, valueHeaders);
847
- const protocolTypeGetter = tryPick((tupledArg_4) => ProcessConversion_tryGetProtocolTypeGetter(tupledArg_4[0], tupledArg_4[1]), headers_1);
848
- const protocolREFGetter = tryPick((tupledArg_5) => ProcessConversion_tryGetProtocolREFGetter(tupledArg_5[0], tupledArg_5[1]), headers_1);
849
- const protocolDescriptionGetter = tryPick((tupledArg_6) => ProcessConversion_tryGetProtocolDescriptionGetter(tupledArg_6[0], tupledArg_6[1]), headers_1);
850
- const protocolURIGetter = tryPick((tupledArg_7) => ProcessConversion_tryGetProtocolURIGetter(tupledArg_7[0], tupledArg_7[1]), headers_1);
851
- const protocolVersionGetter = tryPick((tupledArg_8) => ProcessConversion_tryGetProtocolVersionGetter(tupledArg_8[0], tupledArg_8[1]), headers_1);
852
- const performerGetter = tryPick((tupledArg_9) => ProcessConversion_tryGetPerformerGetter(tupledArg_9[0], tupledArg_9[1]), headers_1);
853
- const commentGetters = toList(choose_1((tupledArg_10) => ProcessConversion_tryGetCommentGetter(tupledArg_10[0], tupledArg_10[1]), headers_1));
854
- let inputGetter_1;
855
- const matchValue = tryPick((tupledArg_11) => ProcessConversion_tryGetInputGetter(tupledArg_11[0], tupledArg_11[1]), headers_1);
856
- if (matchValue == null) {
857
- inputGetter_1 = ((length(charGetters) !== 0) ? ((table_1) => ((i_1) => {
858
- let chars_1;
859
- const collection_1 = map_1((f_1) => f_1(table_1)(i_1), charGetters);
860
- chars_1 = Array.from(collection_1);
861
- return ResizeArray_singleton(LDSample.createSample(`${processNameRoot}_Input_${i_1}`, undefined, chars_1));
862
- })) : ((table_2) => ((i_2) => [])));
863
- }
864
- else {
865
- const inputGetter = value_4(matchValue);
866
- inputGetter_1 = ((table) => ((i) => {
867
- let chars;
868
- const collection = map_1((f) => f(table)(i), charGetters);
869
- chars = Array.from(collection);
870
- const input = inputGetter(table)(i);
871
- if (chars.length > 0) {
872
- LDSample.setAdditionalProperties(input, chars);
873
- }
874
- return ResizeArray_singleton(input);
875
- }));
876
- }
877
- let outputGetter_1;
878
- const matchValue_1 = tryPick((tupledArg_12) => ProcessConversion_tryGetOutputGetter(tupledArg_12[0], tupledArg_12[1]), headers_1);
879
- if (matchValue_1 == null) {
880
- outputGetter_1 = ((length(factorValueGetters) !== 0) ? ((table_4) => ((i_4) => {
881
- let factors_1;
882
- const collection_3 = map_1((f_3) => f_3(table_4)(i_4), factorValueGetters);
883
- factors_1 = Array.from(collection_3);
884
- return ResizeArray_singleton(LDSample.createSample(`${processNameRoot}_Output_${i_4}`, undefined, factors_1));
885
- })) : ((table_5) => ((i_5) => [])));
886
- }
887
- else {
888
- const outputGetter = value_4(matchValue_1);
889
- outputGetter_1 = ((table_3) => ((i_3) => {
890
- let factors;
891
- const collection_2 = map_1((f_2) => f_2(table_3)(i_3), factorValueGetters);
892
- factors = Array.from(collection_2);
893
- const output = outputGetter(table_3)(i_3);
894
- if (factors.length > 0) {
895
- LDSample.setAdditionalProperties(output, factors);
896
- }
897
- return ResizeArray_singleton(output);
898
- }));
899
- }
900
- return (table_6) => ((i_6) => {
901
- const pn = (table_6.RowCount === 1) ? processNameRoot : ProcessConversion_composeProcessName(processNameRoot, i_6);
902
- const paramvalues = map((collection_4) => Array.from(collection_4), Option_fromValueWithDefault(empty(), map_2((f_4) => f_4(table_6)(i_6), parameterValueGetters)));
903
- const comments = map((collection_5) => Array.from(collection_5), Option_fromValueWithDefault(empty(), map_2((f_5) => f_5(table_6)(i_6), commentGetters)));
904
- const components = map((collection_6) => Array.from(collection_6), Option_fromValueWithDefault(empty(), map_2((f_6) => f_6(table_6)(i_6), componentGetters)));
905
- const id = LDLabProcess.genId(processNameRoot, unwrap(assayName), unwrap(studyName)) + (`_${i_6}`);
906
- let protocol;
907
- const name = map((f_7) => f_7(table_6)(i_6), protocolREFGetter);
908
- const protocolId = LDLabProtocol.genId(unwrap(name), processNameRoot);
909
- protocol = LDLabProtocol.create(protocolId, unwrap(name), unwrap(map((f_8) => f_8(table_6)(i_6), protocolDescriptionGetter)), unwrap(map((f_9) => f_9(table_6)(i_6), protocolTypeGetter)), undefined, undefined, unwrap(components), undefined, unwrap(map((f_10) => f_10(table_6)(i_6), protocolURIGetter)), unwrap(map((f_11) => f_11(table_6)(i_6), protocolVersionGetter)));
910
- const matchValue_2 = inputGetter_1(table_6)(i_6);
911
- const matchValue_3 = outputGetter_1(table_6)(i_6);
912
- const agent = map((f_12) => f_12(table_6)(i_6), performerGetter);
913
- return LDLabProcess.create(pn, matchValue_2, matchValue_3, id, unwrap(agent), unwrap(protocol), unwrap(paramvalues), undefined, unwrap(comments));
914
- });
915
- }
916
- /**
917
- * Groups processes by their name, or by the name of the protocol they execute
918
- *
919
- * Process names are taken from the Worksheet name and numbered: SheetName_1, SheetName_2, etc.
920
- *
921
- * This function decomposes this name into a root name and a number, and groups processes by root name.
922
- */
923
- export function ProcessConversion_groupProcesses_Z27F0B586(processes, graph, context) {
924
- return List_groupBy((p) => {
925
- let protocol, protocol_1;
926
- const matchValue = LDLabProcess.tryGetNameAsString(p, unwrap(context));
927
- const matchValue_1 = LDLabProcess.tryGetExecutesLabProtocol(p, unwrap(graph), unwrap(context));
928
- let matchResult, name_1, protocol_2, name_2, protocol_3;
929
- if (matchValue != null) {
930
- if (ProcessConversion_decomposeProcessName_Z721C83C5(value_4(matchValue))[1] != null) {
931
- matchResult = 0;
932
- name_1 = value_4(matchValue);
933
- }
934
- else if (matchValue_1 != null) {
935
- if ((protocol = value_4(matchValue_1), LDLabProtocol.tryGetNameAsString(protocol, unwrap(context)) != null)) {
936
- matchResult = 1;
937
- protocol_2 = value_4(matchValue_1);
938
- }
939
- else {
940
- matchResult = 2;
941
- name_2 = value_4(matchValue);
942
- }
943
- }
944
- else {
945
- matchResult = 2;
946
- name_2 = value_4(matchValue);
947
- }
948
- }
949
- else if (matchValue_1 != null) {
950
- if ((protocol_1 = value_4(matchValue_1), LDLabProtocol.tryGetNameAsString(protocol_1, unwrap(context)) != null)) {
951
- matchResult = 1;
952
- protocol_2 = value_4(matchValue_1);
953
- }
954
- else {
955
- matchResult = 3;
956
- protocol_3 = value_4(matchValue_1);
957
- }
958
- }
959
- else {
960
- matchResult = 4;
961
- }
962
- switch (matchResult) {
963
- case 0:
964
- return ProcessConversion_decomposeProcessName_Z721C83C5(name_1)[0];
965
- case 1:
966
- return defaultArg(LDLabProtocol.tryGetNameAsString(protocol_2, unwrap(context)), "");
967
- case 2:
968
- return name_2;
969
- case 3:
970
- return protocol_3.Id;
971
- default:
972
- return createMissingIdentifier();
973
- }
974
- }, processes, {
975
- Equals: (x, y) => (x === y),
976
- GetHashCode: stringHash,
977
- });
978
- }
979
- /**
980
- * Merges processes with the same name, protocol and param values
981
- */
982
- export function ProcessConversion_processToRows_Z6839B9E8(p, graph, context) {
983
- const pvs = ResizeArray_map((ppv) => [BaseTypes_decomposeParameterValue_Z2F770004(ppv, unwrap(context)), ColumnIndex_tryGetIndex(ppv)], LDLabProcess.getParameterValues(p, unwrap(graph), unwrap(context)));
984
- let components;
985
- const matchValue = LDLabProcess.tryGetExecutesLabProtocol(p, unwrap(graph), unwrap(context));
986
- if (matchValue == null) {
987
- components = [];
988
- }
989
- else {
990
- const prot = value_4(matchValue);
991
- components = ResizeArray_map((ppv_1) => [BaseTypes_decomposeComponent_Z2F770004(ppv_1, unwrap(context)), ColumnIndex_tryGetIndex(ppv_1)], LDLabProtocol.getComponents(prot, unwrap(graph), unwrap(context)));
992
- }
993
- let protVals;
994
- const matchValue_1 = LDLabProcess.tryGetExecutesLabProtocol(p, unwrap(graph), unwrap(context));
995
- if (matchValue_1 == null) {
996
- protVals = empty();
997
- }
998
- else {
999
- const prot_1 = value_4(matchValue_1);
1000
- protVals = toList(delay(() => {
1001
- let matchValue_2;
1002
- return append((matchValue_2 = LDLabProtocol.tryGetNameAsString(prot_1, unwrap(context)), (matchValue_2 == null) ? (empty_1()) : singleton([CompositeHeader_ProtocolREF(), CompositeCell_FreeText(value_4(matchValue_2))])), delay(() => {
1003
- let matchValue_3;
1004
- return append((matchValue_3 = LDLabProtocol.tryGetDescriptionAsString(prot_1, unwrap(context)), (matchValue_3 == null) ? (empty_1()) : singleton([CompositeHeader_ProtocolDescription(), CompositeCell_FreeText(value_4(matchValue_3))])), delay(() => {
1005
- let matchValue_4;
1006
- return append((matchValue_4 = LDLabProtocol.tryGetUrl(prot_1, unwrap(context)), (matchValue_4 == null) ? (empty_1()) : singleton([CompositeHeader_ProtocolUri(), CompositeCell_FreeText(value_4(matchValue_4))])), delay(() => {
1007
- let matchValue_5;
1008
- return append((matchValue_5 = LDLabProtocol.tryGetVersionAsString(prot_1, unwrap(context)), (matchValue_5 == null) ? (empty_1()) : singleton([CompositeHeader_ProtocolVersion(), CompositeCell_FreeText(value_4(matchValue_5))])), delay(() => {
1009
- const matchValue_6 = ProcessConversion_tryGetProtocolType_Z6839B9E8(prot_1, unwrap(graph), unwrap(context));
1010
- if (matchValue_6 == null) {
1011
- return empty_1();
1012
- }
1013
- else {
1014
- return singleton([CompositeHeader_ProtocolType(), CompositeCell_Term(value_4(matchValue_6))]);
1015
- }
1016
- }));
1017
- }));
1018
- }));
1019
- }));
1020
- }));
1021
- }
1022
- const comments = ResizeArray_map((c) => {
1023
- const c_1 = Comment$.fromString(c);
1024
- return [CompositeHeader_Comment(defaultArg(c_1.Name, "")), CompositeCell_FreeText(defaultArg(c_1.Value, ""))];
1025
- }, LDLabProcess.getDisambiguatingDescriptionsAsString(p, unwrap(context)));
1026
- const inputs = LDLabProcess.getObjects(p, unwrap(graph), unwrap(context));
1027
- const outputs = LDLabProcess.getResults(p, unwrap(graph), unwrap(context));
1028
- const patternInput = ((inputs.length === 0) && (outputs.length !== 0)) ? [ResizeArray_create(outputs.length, undefined), ResizeArray_map((Value) => Value, outputs)] : (((inputs.length !== 0) && (outputs.length === 0)) ? [ResizeArray_map((Value_1) => Value_1, inputs), ResizeArray_create(inputs.length, undefined)] : [ResizeArray_map((Value_2) => Value_2, inputs), ResizeArray_map((Value_3) => Value_3, outputs)]);
1029
- const outputs_1 = patternInput[1];
1030
- const inputs_1 = patternInput[0];
1031
- if ((inputs_1.length === 0) && (outputs_1.length === 0)) {
1032
- const vals = map_2((tuple_1) => tuple_1[0], sortBy((arg) => defaultArg(arg[1], 10000), toList(delay(() => append(components, delay(() => pvs)))), {
1033
- Compare: comparePrimitives,
1034
- }));
1035
- return ResizeArray_singleton(toList(delay(() => append(protVals, delay(() => append(vals, delay(() => comments)))))));
1036
- }
1037
- else {
1038
- return ResizeArray_map((tupledArg) => {
1039
- const i = tupledArg[0];
1040
- const o = tupledArg[1];
1041
- let chars;
1042
- if (i == null) {
1043
- chars = [];
1044
- }
1045
- else {
1046
- const i_1 = value_4(i);
1047
- chars = ResizeArray_map((cv) => [BaseTypes_decomposeCharacteristicValue_Z2F770004(cv, unwrap(context)), ColumnIndex_tryGetIndex(cv)], LDSample.getCharacteristics(i_1, unwrap(graph), unwrap(context)));
1048
- }
1049
- let factors;
1050
- if (o == null) {
1051
- factors = [];
1052
- }
1053
- else {
1054
- const o_1 = value_4(o);
1055
- factors = ResizeArray_map((fv) => [BaseTypes_decomposeFactorValue_Z2F770004(fv, unwrap(context)), ColumnIndex_tryGetIndex(fv)], LDSample.getFactors(o_1, unwrap(graph), unwrap(context)));
1056
- }
1057
- const vals_1 = map_2((tuple_3) => tuple_3[0], sortBy((arg_1) => defaultArg(arg_1[1], 10000), toList(delay(() => append(chars, delay(() => append(components, delay(() => append(pvs, delay(() => factors)))))))), {
1058
- Compare: comparePrimitives,
1059
- }));
1060
- return toList(delay(() => append((i != null) ? singleton(BaseTypes_decomposeProcessInput_Z2F770004(value_4(i), unwrap(context))) : empty_1(), delay(() => append(protVals, delay(() => append(vals_1, delay(() => append(comments, delay(() => ((o != null) ? singleton(BaseTypes_decomposeProcessOutput_Z2F770004(value_4(o), unwrap(context))) : empty_1())))))))))));
1061
- }, ResizeArray_zip(inputs_1, outputs_1));
1062
- }
1063
- }
1064
- export function CompositeRow_toProtocol(tableName, row) {
1065
- return fold((p, hc) => {
1066
- let matchResult, oa, v, v_1, v_2, v_3;
1067
- switch (hc[0].tag) {
1068
- case /* ProtocolType */ 4: {
1069
- if (hc[1].tag === /* Term */ 0) {
1070
- matchResult = 0;
1071
- oa = hc[1].fields[0];
1072
- }
1073
- else {
1074
- matchResult = 6;
1075
- }
1076
- break;
1077
- }
1078
- case /* ProtocolVersion */ 7: {
1079
- if (hc[1].tag === /* FreeText */ 1) {
1080
- matchResult = 1;
1081
- v = hc[1].fields[0];
1082
- }
1083
- else {
1084
- matchResult = 6;
1085
- }
1086
- break;
1087
- }
1088
- case /* ProtocolUri */ 6: {
1089
- if (hc[1].tag === /* FreeText */ 1) {
1090
- matchResult = 2;
1091
- v_1 = hc[1].fields[0];
1092
- }
1093
- else {
1094
- matchResult = 6;
1095
- }
1096
- break;
1097
- }
1098
- case /* ProtocolDescription */ 5: {
1099
- if (hc[1].tag === /* FreeText */ 1) {
1100
- matchResult = 3;
1101
- v_2 = hc[1].fields[0];
1102
- }
1103
- else {
1104
- matchResult = 6;
1105
- }
1106
- break;
1107
- }
1108
- case /* ProtocolREF */ 8: {
1109
- if (hc[1].tag === /* FreeText */ 1) {
1110
- matchResult = 4;
1111
- v_3 = hc[1].fields[0];
1112
- }
1113
- else {
1114
- matchResult = 6;
1115
- }
1116
- break;
1117
- }
1118
- case /* Component */ 0: {
1119
- switch (hc[1].tag) {
1120
- case /* Term */ 0:
1121
- case /* Unitized */ 2: {
1122
- matchResult = 5;
1123
- break;
1124
- }
1125
- default:
1126
- matchResult = 6;
1127
- }
1128
- break;
1129
- }
1130
- default:
1131
- matchResult = 6;
1132
- }
1133
- switch (matchResult) {
1134
- case 0: {
1135
- LDLabProtocol.setIntendedUseAsDefinedTerm(p, BaseTypes_composeDefinedTerm_ZDED3A0F(oa));
1136
- break;
1137
- }
1138
- case 1: {
1139
- LDLabProtocol.setVersionAsString(p, v);
1140
- break;
1141
- }
1142
- case 2: {
1143
- LDLabProtocol.setUrl(p, v_1);
1144
- break;
1145
- }
1146
- case 3: {
1147
- LDLabProtocol.setDescriptionAsString(p, v_2);
1148
- break;
1149
- }
1150
- case 4: {
1151
- LDLabProtocol.setNameAsString(p, v_3);
1152
- break;
1153
- }
1154
- case 5: {
1155
- const newC = ResizeArray_appendSingleton(BaseTypes_composeComponent(hc[0], hc[1]), LDLabProtocol.getLabEquipments(p));
1156
- LDLabProtocol.setLabEquipments(p, newC);
1157
- break;
1158
- }
1159
- }
1160
- return p;
1161
- }, LDLabProtocol.create(tableName, tableName), row);
1162
- }
1163
- /**
1164
- * Create a new table from an ISA protocol.
1165
- *
1166
- * The table will have at most one row, with the protocol information and the component values
1167
- */
1168
- export function ARCtrl_ArcTable__ArcTable_fromProtocol_Static_Z6839B9E8(p, graph, context) {
1169
- const name = LDLabProtocol.getNameAsString(p, unwrap(context));
1170
- const t = ArcTable.init(name);
1171
- let enumerator = getEnumerator(LDLabProtocol.getComponents(p, unwrap(graph), unwrap(context)));
1172
- try {
1173
- while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
1174
- const c = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]();
1175
- const patternInput = BaseTypes_decomposeComponent_Z2F770004(c, unwrap(context));
1176
- t.AddColumn(patternInput[0], ResizeArray_singleton(patternInput[1]), unwrap(ARCtrl_ROCrate_LDNode__LDNode_TryGetColumnIndex(c)));
1177
- }
1178
- }
1179
- finally {
1180
- disposeSafe(enumerator);
1181
- }
1182
- map((d) => {
1183
- t.AddProtocolDescriptionColumn(ResizeArray_singleton(d));
1184
- }, LDLabProtocol.tryGetDescriptionAsString(p, unwrap(context)));
1185
- map((d_1) => {
1186
- t.AddProtocolVersionColumn(ResizeArray_singleton(d_1));
1187
- }, LDLabProtocol.tryGetVersionAsString(p, unwrap(context)));
1188
- map((d_2) => {
1189
- t.AddProtocolTypeColumn(ResizeArray_singleton(d_2));
1190
- }, ProcessConversion_tryGetProtocolType_Z6839B9E8(p, undefined, unwrap(context)));
1191
- map((d_3) => {
1192
- t.AddProtocolUriColumn(ResizeArray_singleton(d_3));
1193
- }, LDLabProtocol.tryGetUrl(p, unwrap(context)));
1194
- t.AddProtocolNameColumn(ResizeArray_singleton(name));
1195
- return t;
1196
- }
1197
- /**
1198
- * Returns the list of protocols executed in this ArcTable
1199
- */
1200
- export function ARCtrl_ArcTable__ArcTable_GetProtocols(this$) {
1201
- let source;
1202
- if (this$.RowCount === 0) {
1203
- return singleton_1((source = this$.Headers, fold((p, h) => {
1204
- if (h.tag === /* Component */ 0) {
1205
- const oa = h.fields[0];
1206
- const matchValue = oa.NameText;
1207
- const matchValue_1 = oa.TermAccessionOntobeeUrl;
1208
- const newC = ResizeArray_appendSingleton(LDPropertyValue.createComponent(matchValue, "Empty Component Value", undefined, matchValue_1), LDLabProtocol.getLabEquipments(p));
1209
- LDLabProtocol.setLabEquipments(p, newC);
1210
- }
1211
- return p;
1212
- }, LDLabProtocol.create(createMissingIdentifier(), this$.Name), source)));
1213
- }
1214
- else {
1215
- return List_distinct(initialize(this$.RowCount, (i) => {
1216
- let row;
1217
- const source_2 = this$.GetRow(i, true);
1218
- row = zip(this$.Headers, source_2);
1219
- return CompositeRow_toProtocol(this$.Name, row);
1220
- }), {
1221
- Equals: equals,
1222
- GetHashCode: safeHash,
1223
- });
1224
- }
1225
- }
1226
- /**
1227
- * Returns the list of processes specidified in this ArcTable
1228
- */
1229
- export function ARCtrl_ArcTable__ArcTable_GetProcesses_40457300(this$, assayName, studyName) {
1230
- if (this$.RowCount === 0) {
1231
- return singleton_1(LDLabProcess.create(this$.Name));
1232
- }
1233
- else {
1234
- const getter = ProcessConversion_getProcessGetter(assayName, studyName, this$.Name, this$.Headers);
1235
- return toList(delay(() => map_1((i) => getter(this$)(i), rangeDouble(0, 1, this$.RowCount - 1))));
1236
- }
1237
- }
1238
- /**
1239
- * Create a new table from a list of processes
1240
- *
1241
- * The name will be used as the sheet name
1242
- *
1243
- * The processes SHOULD have the same headers, or even execute the same protocol
1244
- */
1245
- export function ARCtrl_ArcTable__ArcTable_fromProcesses_Static_Z3575FB5F(name, ps, graph, context) {
1246
- const tupledArg = Unchecked_alignByHeaders(true, collect((p) => ofSeq(ProcessConversion_processToRows_Z6839B9E8(p, unwrap(graph), unwrap(context))), ps));
1247
- return ArcTable.fromArcTableValues(name, tupledArg[0], tupledArg[1]);
1248
- }
1249
- /**
1250
- * Return a list of all the processes in all the tables.
1251
- */
1252
- export function ARCtrl_ArcTables__ArcTables_GetProcesses_40457300(this$, assayName, studyName) {
1253
- return collect((t) => ARCtrl_ArcTable__ArcTable_GetProcesses_40457300(t, unwrap(assayName), unwrap(studyName)), toList(this$.Tables));
1254
- }
1255
- /**
1256
- * Create a collection of tables from a list of processes.
1257
- *
1258
- * For this, the processes are grouped by nameroot ("nameroot_1", "nameroot_2" ...) or exectued protocol if no name exists
1259
- *
1260
- * Then each group is converted to a table with this nameroot as sheetname
1261
- */
1262
- export function ARCtrl_ArcTables__ArcTables_fromProcesses_Static_Z27F0B586(ps, graph, context) {
1263
- let collection;
1264
- return new ArcTables((collection = map_2((tupledArg) => {
1265
- const tupledArg_1 = Unchecked_alignByHeaders(true, collect((p) => ofSeq(ProcessConversion_processToRows_Z6839B9E8(p, unwrap(graph), unwrap(context))), tupledArg[1]));
1266
- return ArcTable.fromArcTableValues(tupledArg[0], tupledArg_1[0], tupledArg_1[1]);
1267
- }, ProcessConversion_groupProcesses_Z27F0B586(ps, unwrap(graph), unwrap(context))), Array.from(collection)));
1268
- }
1269
- export class DatamapConversion {
1270
- constructor() {
1271
- }
1272
- }
1273
- export function DatamapConversion_$reflection() {
1274
- return class_type("ARCtrl.Conversion.DatamapConversion", undefined, DatamapConversion);
1275
- }
1276
- export function DatamapConversion_composeFragmentDescriptors_Z8923FA3(datamap) {
1277
- return ResizeArray_map(BaseTypes_composeFragmentDescriptor_Z4C0BEF62, DataMap__get_DataContexts(datamap));
1278
- }
1279
- export function DatamapConversion_decomposeFragmentDescriptors_Z6E59645F(fragmentDescriptors, graph, context) {
1280
- return DataMap_$ctor_4E3220A7(ResizeArray_map((fd) => BaseTypes_decomposeFragmentDescriptor_Z6839B9E8(fd, unwrap(graph), unwrap(context)), fragmentDescriptors));
1281
- }
1282
- export class PersonConversion {
1283
- constructor() {
1284
- }
1285
- }
1286
- export function PersonConversion_$reflection() {
1287
- return class_type("ARCtrl.Conversion.PersonConversion", undefined, PersonConversion);
1288
- }
1289
- export function PersonConversion_get_orcidKey() {
1290
- return "ORCID";
1291
- }
1292
- export function PersonConversion_composeAffiliation_Z721C83C5(affiliation) {
1293
- let arg;
1294
- try {
1295
- const matchValue = fromString(decoder_1, affiliation);
1296
- if (matchValue.tag === /* Error */ 1) {
1297
- throw new Error((arg = matchValue.fields[0], toText(printf("Error decoding string: %O"))(arg)));
1298
- }
1299
- else {
1300
- return matchValue.fields[0];
1301
- }
1302
- }
1303
- catch (matchValue_1) {
1304
- return LDOrganization.create(affiliation);
1305
- }
1306
- }
1307
- export function PersonConversion_decomposeAffiliation_Z2F770004(affiliation, context) {
1308
- if (isEmpty(filter((n) => (n !== LDOrganization.name), affiliation.GetPropertyNames(unwrap(context))))) {
1309
- return LDOrganization.getNameAsString(affiliation, unwrap(context));
1310
- }
1311
- else {
1312
- return toString(0, encoder(affiliation));
1313
- }
1314
- }
1315
- export function PersonConversion_composeAddress_Z721C83C5(address) {
1316
- let matchValue;
1317
- try {
1318
- return (matchValue = fromString(decoder_1, address), (matchValue.tag === /* Error */ 1) ? (() => {
1319
- let arg;
1320
- throw new Error((arg = matchValue.fields[0], toText(printf("Error decoding string: %O"))(arg)));
1321
- })() : matchValue.fields[0]);
1322
- }
1323
- catch (matchValue_1) {
1324
- return address;
1325
- }
1326
- }
1327
- export function PersonConversion_decomposeAddress_4E60E31B(address) {
1328
- if (typeof address === "string") {
1329
- return address;
1330
- }
1331
- else if (address instanceof LDNode) {
1332
- return toString(0, encoder(address));
1333
- }
1334
- else {
1335
- throw new Error("Address must be a string or a Json.LDNode");
1336
- }
1337
- }
1338
- export function PersonConversion_composePerson_Z64D846DC(person) {
1339
- let givenName;
1340
- const matchValue = person.FirstName;
1341
- if (matchValue == null) {
1342
- throw new Error("Person must have a given name");
1343
- }
1344
- else {
1345
- givenName = value_4(matchValue);
1346
- }
1347
- const jobTitles = Option_fromSeq(ResizeArray_map(BaseTypes_composeDefinedTerm_ZDED3A0F, person.Roles));
1348
- const disambiguatingDescriptions = Option_fromSeq(ResizeArray_map(toString_1, person.Comments));
1349
- const address_1 = map(PersonConversion_composeAddress_Z721C83C5, person.Address);
1350
- const affiliation_1 = map(PersonConversion_composeAffiliation_Z721C83C5, person.Affiliation);
1351
- return LDPerson.create(givenName, unwrap(person.ORCID), undefined, unwrap(affiliation_1), unwrap(person.EMail), unwrap(person.LastName), undefined, unwrap(jobTitles), unwrap(person.MidInitials), address_1, unwrap(disambiguatingDescriptions), unwrap(person.Fax), unwrap(person.Phone));
1352
- }
1353
- export function PersonConversion_decomposePerson_Z6839B9E8(person, graph, context) {
1354
- const orcid = tryGetOrcidNumber(person.Id);
1355
- let address;
1356
- const matchValue = LDPerson.tryGetAddressAsString(person, unwrap(context));
1357
- if (matchValue == null) {
1358
- const matchValue_1 = LDPerson.tryGetAddressAsPostalAddress(person, unwrap(graph), unwrap(context));
1359
- address = ((matchValue_1 == null) ? undefined : PersonConversion_decomposeAddress_4E60E31B(value_4(matchValue_1)));
1360
- }
1361
- else {
1362
- address = value_4(matchValue);
1363
- }
1364
- const roles = ResizeArray_map((r) => BaseTypes_decomposeDefinedTerm_Z2F770004(r, unwrap(context)), LDPerson.getJobTitlesAsDefinedTerm(person, unwrap(graph), unwrap(context)));
1365
- const comments = ResizeArray_map((s_1) => Comment$.fromString(s_1), LDPerson.getDisambiguatingDescriptionsAsString(person, unwrap(context)));
1366
- const affiliation = map((a_3) => PersonConversion_decomposeAffiliation_Z2F770004(a_3, unwrap(context)), LDPerson.tryGetAffiliation(person, unwrap(graph), unwrap(context)));
1367
- return Person.create(unwrap(orcid), unwrap(LDPerson.tryGetFamilyNameAsString(person, unwrap(context))), LDPerson.getGivenNameAsString(person, unwrap(context)), unwrap(LDPerson.tryGetAdditionalNameAsString(person, unwrap(context))), unwrap(LDPerson.tryGetEmailAsString(person, unwrap(context))), unwrap(LDPerson.tryGetTelephoneAsString(person, unwrap(context))), unwrap(LDPerson.tryGetFaxNumberAsString(person, unwrap(context))), unwrap(address), unwrap(affiliation), roles, comments);
1368
- }
1369
- export class ScholarlyArticleConversion {
1370
- constructor() {
1371
- }
1372
- }
1373
- export function ScholarlyArticleConversion_$reflection() {
1374
- return class_type("ARCtrl.Conversion.ScholarlyArticleConversion", undefined, ScholarlyArticleConversion);
1375
- }
1376
- export function ScholarlyArticleConversion_composeAuthor_Z721C83C5(author) {
1377
- let arg;
1378
- try {
1379
- const matchValue = fromString(decoder_1, author);
1380
- if (matchValue.tag === /* Error */ 1) {
1381
- throw new Error((arg = matchValue.fields[0], toText(printf("Error decoding string: %O"))(arg)));
1382
- }
1383
- else {
1384
- return matchValue.fields[0];
1385
- }
1386
- }
1387
- catch (matchValue_1) {
1388
- return LDPerson.create(author);
1389
- }
1390
- }
1391
- export function ScholarlyArticleConversion_splitAuthors_Z721C83C5(a) {
1392
- let bracketCount = 0;
1393
- const authors = [];
1394
- const sb = StringBuilder_$ctor();
1395
- const enumerator = getEnumerator(a.split(""));
1396
- try {
1397
- while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
1398
- const c = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]();
1399
- switch (c) {
1400
- case "{": {
1401
- bracketCount = ((bracketCount + 1) | 0);
1402
- StringBuilder__Append_244C7CD6(sb, c);
1403
- break;
1404
- }
1405
- case "}": {
1406
- bracketCount = ((bracketCount - 1) | 0);
1407
- StringBuilder__Append_244C7CD6(sb, c);
1408
- break;
1409
- }
1410
- default:
1411
- if ((c === ",") && (bracketCount === 0)) {
1412
- void (authors.push(toString_1(sb)));
1413
- StringBuilder__Clear(sb);
1414
- }
1415
- else {
1416
- StringBuilder__Append_244C7CD6(sb, c);
1417
- }
1418
- }
1419
- }
1420
- }
1421
- finally {
1422
- disposeSafe(enumerator);
1423
- }
1424
- void (authors.push(toString_1(sb)));
1425
- return authors;
1426
- }
1427
- export function ScholarlyArticleConversion_composeAuthors_Z721C83C5(authors) {
1428
- const collection = map_1(ScholarlyArticleConversion_composeAuthor_Z721C83C5, ScholarlyArticleConversion_splitAuthors_Z721C83C5(authors));
1429
- return Array.from(collection);
1430
- }
1431
- export function ScholarlyArticleConversion_decomposeAuthor_Z2F770004(author, context) {
1432
- if (isEmpty(filter((n) => (n !== LDPerson.givenName), author.GetPropertyNames(unwrap(context))))) {
1433
- return LDPerson.getGivenNameAsString(author, unwrap(context));
1434
- }
1435
- else {
1436
- return toString(0, encoder(author));
1437
- }
1438
- }
1439
- export function ScholarlyArticleConversion_decomposeAuthors_1AAAE9A5(authors, context) {
1440
- return join(",", ResizeArray_map((a) => ScholarlyArticleConversion_decomposeAuthor_Z2F770004(a, unwrap(context)), authors));
1441
- }
1442
- export function ScholarlyArticleConversion_composeScholarlyArticle_D324A6D(publication) {
1443
- let title;
1444
- const matchValue = publication.Title;
1445
- if (matchValue == null) {
1446
- throw new Error("Publication must have a title");
1447
- }
1448
- else {
1449
- title = value_4(matchValue);
1450
- }
1451
- const authors_1 = map(ScholarlyArticleConversion_composeAuthors_Z721C83C5, publication.Authors);
1452
- const comments = Option_fromSeq(ResizeArray_map(BaseTypes_composeComment_Z13201A7E, publication.Comments));
1453
- const identifiers = Array.from(toList(delay(() => append(((publication.DOI != null) && (value_4(publication.DOI) !== "")) ? singleton(LDPropertyValue.createDOI(value_4(publication.DOI))) : empty_1(), delay(() => (((publication.PubMedID != null) && (value_4(publication.PubMedID) !== "")) ? singleton(LDPropertyValue.createPubMedID(value_4(publication.PubMedID))) : empty_1()))))));
1454
- const status = map(BaseTypes_composeDefinedTerm_ZDED3A0F, publication.Status);
1455
- return LDScholarlyArticle.create(title, identifiers, undefined, unwrap(authors_1), undefined, unwrap(status), unwrap(comments));
1456
- }
1457
- export function ScholarlyArticleConversion_decomposeScholarlyArticle_Z6839B9E8(sa, graph, context) {
1458
- const title = LDScholarlyArticle.getHeadlineAsString(sa, unwrap(context));
1459
- const authors = map((a) => ScholarlyArticleConversion_decomposeAuthors_1AAAE9A5(a, unwrap(context)), Option_fromSeq(LDScholarlyArticle.getAuthors(sa, unwrap(graph), unwrap(context))));
1460
- const comments = ResizeArray_map((c) => BaseTypes_decomposeComment_Z2F770004(c, unwrap(context)), LDScholarlyArticle.getComments(sa, unwrap(graph), unwrap(context)));
1461
- const status = map((s) => BaseTypes_decomposeDefinedTerm_Z2F770004(s, unwrap(context)), LDScholarlyArticle.tryGetCreativeWorkStatus(sa, unwrap(graph), unwrap(context)));
1462
- const identifiers = LDScholarlyArticle.getIdentifiersAsPropertyValue(sa, unwrap(graph), unwrap(context));
1463
- let doi;
1464
- const _arg = ResizeArray_tryPick((i) => LDPropertyValue.tryGetAsDOI(i, unwrap(context)), identifiers);
1465
- doi = ((_arg == null) ? LDScholarlyArticle.tryGetSameAsAsString(sa, unwrap(context)) : value_4(_arg));
1466
- let pubMedID;
1467
- const _arg_1 = ResizeArray_tryPick((i_1) => LDPropertyValue.tryGetAsPubMedID(i_1, unwrap(context)), identifiers);
1468
- pubMedID = ((_arg_1 == null) ? LDScholarlyArticle.tryGetUrlAsString(sa, unwrap(context)) : value_4(_arg_1));
1469
- return Publication.create(unwrap(pubMedID), unwrap(doi), unwrap(authors), title, unwrap(status), comments);
1470
- }
1471
- export class AssayConversion {
1472
- constructor() {
1473
- }
1474
- }
1475
- export function AssayConversion_$reflection() {
1476
- return class_type("ARCtrl.Conversion.AssayConversion", undefined, AssayConversion);
1477
- }
1478
- export function AssayConversion_getDataFilesFromProcesses_6BABD1B0(processes, fragmentDescriptors, graph, context) {
1479
- const data = ResizeArray_distinct(ResizeArray_append(ResizeArray_choose((df) => LDPropertyValue.tryGetSubjectOf(df, unwrap(graph), unwrap(context)), defaultArg(fragmentDescriptors, [])), ResizeArray_collect((p) => ResizeArray_append(LDLabProcess.getObjectsAsData(p, unwrap(graph), unwrap(context)), LDLabProcess.getResultsAsData(p, unwrap(graph), unwrap(context))), processes)));
1480
- const files = ResizeArray_filter((d) => (DataAux_pathAndSelectorFromName(d.Id)[1] == null), data);
1481
- return ResizeArray_append(files, ResizeArray_map((tupledArg) => {
1482
- const path = tupledArg[0];
1483
- const fragments = tupledArg[1];
1484
- let file;
1485
- const matchValue = ResizeArray_tryFind((d_3) => (d_3.Id === path), files);
1486
- if (matchValue == null) {
1487
- const comments = Option_fromSeq(LDFile.getComments(fragments[0], unwrap(graph), unwrap(context)));
1488
- file = LDFile.create(path, path, unwrap(comments), unwrap(LDFile.tryGetDisambiguatingDescriptionAsString(fragments[0], unwrap(context))), unwrap(LDFile.tryGetEncodingFormatAsString(fragments[0], unwrap(context))), undefined, unwrap(fragments[0].TryGetContext()));
1489
- }
1490
- else {
1491
- file = value_4(matchValue);
1492
- }
1493
- LDDataset.setHasParts(file, fragments, unwrap(context));
1494
- return file;
1495
- }, ResizeArray_groupBy((d_2) => DataAux_pathAndSelectorFromName(d_2.Id)[0], ResizeArray_filter((d_1) => (DataAux_pathAndSelectorFromName(d_1.Id)[1] != null), data))));
1496
- }
1497
- export function AssayConversion_composeAssay_1501C0F8(assay) {
1498
- let collection, fds_1, vm_1, fds, vm;
1499
- const measurementMethod = map(BaseTypes_composeDefinedTerm_ZDED3A0F, assay.TechnologyType);
1500
- const measurementTechnique = map(BaseTypes_composeDefinedTerm_ZDED3A0F, assay.TechnologyPlatform);
1501
- const variableMeasured = map(BaseTypes_composePropertyValueFromOA_ZDED3A0F, assay.MeasurementType);
1502
- const creators = Option_fromSeq(ResizeArray_map(PersonConversion_composePerson_Z64D846DC, assay.Performers));
1503
- const processSequence = Option_fromSeq((collection = ARCtrl_ArcTables__ArcTables_GetProcesses_40457300(new ArcTables(assay.Tables), assay.Identifier), Array.from(collection)));
1504
- const fragmentDescriptors = map(DatamapConversion_composeFragmentDescriptors_Z8923FA3, assay.DataMap);
1505
- const dataFiles = map((ps) => AssayConversion_getDataFilesFromProcesses_6BABD1B0(ps, unwrap(fragmentDescriptors)), processSequence);
1506
- const variableMeasureds = (variableMeasured == null) ? ((fragmentDescriptors == null) ? undefined : ((fds_1 = value_4(fragmentDescriptors), fds_1))) : ((fragmentDescriptors == null) ? ((vm_1 = value_4(variableMeasured), ResizeArray_singleton(vm_1))) : ((fds = value_4(fragmentDescriptors), (vm = value_4(variableMeasured), ResizeArray_appendSingleton(vm, fds)))));
1507
- const comments = Option_fromSeq(ResizeArray_map(BaseTypes_composeComment_Z13201A7E, assay.Comments));
1508
- return LDDataset.createAssay(assay.Identifier, undefined, unwrap(assay.Title), unwrap(assay.Description), unwrap(creators), unwrap(dataFiles), unwrap(measurementMethod), unwrap(measurementTechnique), unwrap(variableMeasureds), unwrap(processSequence), unwrap(comments));
1509
- }
1510
- export function AssayConversion_decomposeAssay_Z6839B9E8(assay, graph, context) {
1511
- const measurementMethod = map((m) => BaseTypes_decomposeDefinedTerm_Z2F770004(m, unwrap(context)), LDDataset.tryGetMeasurementMethodAsDefinedTerm(assay, unwrap(graph), unwrap(context)));
1512
- const measurementTechnique = map((m_1) => BaseTypes_decomposeDefinedTerm_Z2F770004(m_1, unwrap(context)), LDDataset.tryGetMeasurementTechniqueAsDefinedTerm(assay, unwrap(graph), unwrap(context)));
1513
- const variableMeasured = map((v) => BaseTypes_decomposePropertyValueToOA_Z2F770004(v, unwrap(context)), LDDataset.tryGetVariableMeasuredAsMeasurementType(assay, unwrap(graph), unwrap(context)));
1514
- const perfomers = ResizeArray_map((c) => PersonConversion_decomposePerson_Z6839B9E8(c, unwrap(graph), unwrap(context)), LDDataset.getCreators(assay, unwrap(graph), unwrap(context)));
1515
- let dataMap;
1516
- const v_1 = DatamapConversion_decomposeFragmentDescriptors_Z6E59645F(LDDataset.getVariableMeasuredAsFragmentDescriptors(assay, unwrap(graph), unwrap(context)), unwrap(graph), unwrap(context));
1517
- dataMap = Option_fromValueWithDefault(DataMap_init(), v_1);
1518
- const tables = ARCtrl_ArcTables__ArcTables_fromProcesses_Static_Z27F0B586(ofSeq(LDDataset.getAboutsAsLabProcess(assay, unwrap(graph), unwrap(context))), unwrap(graph), unwrap(context));
1519
- const comments = ResizeArray_map((c_1) => BaseTypes_decomposeComment_Z2F770004(c_1, unwrap(context)), LDDataset.getComments(assay, unwrap(graph), unwrap(context)));
1520
- return ArcAssay.create(LDDataset.getIdentifierAsString(assay, unwrap(context)), unwrap(LDDataset.tryGetNameAsString(assay, unwrap(context))), unwrap(LDDataset.tryGetDescriptionAsString(assay, unwrap(context))), unwrap(variableMeasured), unwrap(measurementMethod), unwrap(measurementTechnique), tables.Tables, unwrap(dataMap), perfomers, comments);
1521
- }
1522
- export class StudyConversion {
1523
- constructor() {
1524
- }
1525
- }
1526
- export function StudyConversion_$reflection() {
1527
- return class_type("ARCtrl.Conversion.StudyConversion", undefined, StudyConversion);
1528
- }
1529
- export function StudyConversion_composeStudy_1680536E(study) {
1530
- let collection;
1531
- const dateCreated = bind(DateTime_tryFromString, study.SubmissionDate);
1532
- const datePublished = bind(DateTime_tryFromString, study.PublicReleaseDate);
1533
- const dateModified = now();
1534
- const publications = Option_fromSeq(ResizeArray_map(ScholarlyArticleConversion_composeScholarlyArticle_D324A6D, study.Publications));
1535
- const creators = Option_fromSeq(ResizeArray_map(PersonConversion_composePerson_Z64D846DC, study.Contacts));
1536
- const processSequence = Option_fromSeq((collection = ARCtrl_ArcTables__ArcTables_GetProcesses_40457300(new ArcTables(study.Tables), undefined, study.Identifier), Array.from(collection)));
1537
- const fragmentDescriptors = map(DatamapConversion_composeFragmentDescriptors_Z8923FA3, study.DataMap);
1538
- const dataFiles = map((ps) => AssayConversion_getDataFilesFromProcesses_6BABD1B0(ps, unwrap(fragmentDescriptors)), processSequence);
1539
- const comments = Option_fromSeq(ResizeArray_map(BaseTypes_composeComment_Z13201A7E, study.Comments));
1540
- return LDDataset.createStudy(study.Identifier, undefined, unwrap(creators), unwrap(dateCreated), unwrap(datePublished), dateModified, unwrap(study.Description), unwrap(dataFiles), unwrap(study.Title), unwrap(publications), unwrap(fragmentDescriptors), unwrap(comments), undefined, unwrap(processSequence));
1541
- }
1542
- export function StudyConversion_decomposeStudy_Z6839B9E8(study, graph, context) {
1543
- const dateCreated = map(DateTime_toString, LDDataset.tryGetDateCreatedAsDateTime(study, unwrap(context)));
1544
- const datePublished = map(DateTime_toString, LDDataset.tryGetDatePublishedAsDateTime(study, unwrap(context)));
1545
- const publications = ResizeArray_map((p) => ScholarlyArticleConversion_decomposeScholarlyArticle_Z6839B9E8(p, unwrap(graph), unwrap(context)), LDDataset.getCitations(study, unwrap(graph), unwrap(context)));
1546
- const creators = ResizeArray_map((c) => PersonConversion_decomposePerson_Z6839B9E8(c, unwrap(graph), unwrap(context)), LDDataset.getCreators(study, unwrap(graph), unwrap(context)));
1547
- let dataMap;
1548
- const v = DatamapConversion_decomposeFragmentDescriptors_Z6E59645F(LDDataset.getVariableMeasuredAsFragmentDescriptors(study, unwrap(graph), unwrap(context)), unwrap(graph), unwrap(context));
1549
- dataMap = Option_fromValueWithDefault(DataMap_init(), v);
1550
- const tables = ARCtrl_ArcTables__ArcTables_fromProcesses_Static_Z27F0B586(ofSeq(LDDataset.getAboutsAsLabProcess(study, unwrap(graph), unwrap(context))), unwrap(graph), unwrap(context));
1551
- const comments = ResizeArray_map((c_1) => BaseTypes_decomposeComment_Z2F770004(c_1, unwrap(context)), LDDataset.getComments(study, unwrap(graph), unwrap(context)));
1552
- return ArcStudy.create(LDDataset.getIdentifierAsString(study, unwrap(context)), unwrap(LDDataset.tryGetNameAsString(study, unwrap(context))), unwrap(LDDataset.tryGetDescriptionAsString(study, unwrap(context))), unwrap(dateCreated), unwrap(datePublished), publications, creators, undefined, tables.Tables, unwrap(dataMap), undefined, comments);
1553
- }
1554
- export class InvestigationConversion {
1555
- constructor() {
1556
- }
1557
- }
1558
- export function InvestigationConversion_$reflection() {
1559
- return class_type("ARCtrl.Conversion.InvestigationConversion", undefined, InvestigationConversion);
1560
- }
1561
- export function InvestigationConversion_composeInvestigation_Z720BD3FF(investigation) {
1562
- let b;
1563
- let name;
1564
- const matchValue = investigation.Title;
1565
- if (matchValue == null) {
1566
- throw new Error("Investigation must have a title");
1567
- }
1568
- else {
1569
- name = value_4(matchValue);
1570
- }
1571
- const dateCreated = bind(DateTime_tryFromString, investigation.SubmissionDate);
1572
- const datePublished = defaultArg(bind(DateTime_tryFromString, investigation.PublicReleaseDate), now());
1573
- const publications = Option_fromSeq(ResizeArray_map(ScholarlyArticleConversion_composeScholarlyArticle_D324A6D, investigation.Publications));
1574
- const creators = Option_fromSeq(ResizeArray_map(PersonConversion_composePerson_Z64D846DC, investigation.Contacts));
1575
- const comments = Option_fromSeq(ResizeArray_map(BaseTypes_composeComment_Z13201A7E, investigation.Comments));
1576
- const hasParts = Option_fromSeq((b = ResizeArray_map(AssayConversion_composeAssay_1501C0F8, investigation.Assays), ResizeArray_append(ResizeArray_map(StudyConversion_composeStudy_1680536E, investigation.Studies), b)));
1577
- const mentions = Option_fromSeq([]);
1578
- return LDDataset.createInvestigation(investigation.Identifier, name, undefined, unwrap(creators), unwrap(dateCreated), datePublished, undefined, unwrap(investigation.Description), unwrap(hasParts), unwrap(publications), unwrap(comments), unwrap(mentions));
1579
- }
1580
- export function InvestigationConversion_decomposeInvestigation_Z6839B9E8(investigation, graph, context) {
1581
- let title;
1582
- const matchValue = LDDataset.tryGetNameAsString(investigation, unwrap(context));
1583
- title = ((matchValue == null) ? LDDataset.tryGetHeadlineAsString(investigation, unwrap(context)) : value_4(matchValue));
1584
- const dateCreated = map(DateTime_toString, LDDataset.tryGetDateCreatedAsDateTime(investigation, unwrap(context)));
1585
- const datePublished = map(DateTime_toString, LDDataset.tryGetDatePublishedAsDateTime(investigation, unwrap(context)));
1586
- const publications = ResizeArray_map((p) => ScholarlyArticleConversion_decomposeScholarlyArticle_Z6839B9E8(p, unwrap(graph), unwrap(context)), LDDataset.getCitations(investigation, unwrap(graph), unwrap(context)));
1587
- const creators = ResizeArray_map((c) => PersonConversion_decomposePerson_Z6839B9E8(c, unwrap(graph), unwrap(context)), LDDataset.getCreators(investigation, unwrap(graph), unwrap(context)));
1588
- const datasets = LDDataset.getHasPartsAsDataset(investigation, unwrap(graph), unwrap(context));
1589
- const studies = ResizeArray_map((d_3) => StudyConversion_decomposeStudy_Z6839B9E8(d_3, unwrap(graph), unwrap(context)), ResizeArray_filter((d_2) => LDDataset.validateStudy(d_2, unwrap(context)), datasets));
1590
- const assays = ResizeArray_map((d_5) => AssayConversion_decomposeAssay_Z6839B9E8(d_5, unwrap(graph), unwrap(context)), ResizeArray_filter((d_4) => LDDataset.validateAssay(d_4, unwrap(context)), datasets));
1591
- const comments = ResizeArray_map((c_1) => BaseTypes_decomposeComment_Z2F770004(c_1, unwrap(context)), LDDataset.getComments(investigation, unwrap(graph), unwrap(context)));
1592
- return ArcInvestigation.create(LDDataset.getIdentifierAsString(investigation, unwrap(context)), unwrap(title), unwrap(LDDataset.tryGetDescriptionAsString(investigation, unwrap(context))), unwrap(dateCreated), unwrap(datePublished), undefined, publications, creators, assays, studies, undefined, undefined, undefined, comments);
1593
- }
1594
- export function ARCtrl_ArcAssay__ArcAssay_ToROCrateAssay(this$) {
1595
- return AssayConversion_composeAssay_1501C0F8(this$);
1596
- }
1597
- export function ARCtrl_ArcAssay__ArcAssay_fromROCrateAssay_Static_Z6839B9E8(a, graph, context) {
1598
- return AssayConversion_decomposeAssay_Z6839B9E8(a, unwrap(graph), unwrap(context));
1599
- }
1600
- export function ARCtrl_ArcStudy__ArcStudy_ToROCrateStudy(this$) {
1601
- return StudyConversion_composeStudy_1680536E(this$);
1602
- }
1603
- export function ARCtrl_ArcStudy__ArcStudy_fromROCrateStudy_Static_Z6839B9E8(a, graph, context) {
1604
- return StudyConversion_decomposeStudy_Z6839B9E8(a, unwrap(graph), unwrap(context));
1605
- }
1606
- export function ARCtrl_ArcInvestigation__ArcInvestigation_ToROCrateInvestigation(this$) {
1607
- return InvestigationConversion_composeInvestigation_Z720BD3FF(this$);
1608
- }
1609
- export function ARCtrl_ArcInvestigation__ArcInvestigation_fromROCrateInvestigation_Static_Z6839B9E8(a, graph, context) {
1610
- return InvestigationConversion_decomposeInvestigation_Z6839B9E8(a, unwrap(graph), unwrap(context));
1611
- }
1612
- export class TypeExtensions_Conversion {
1613
- constructor() {
1614
- }
1615
- static arcAssayToDataset(a) {
1616
- return ARCtrl_ArcAssay__ArcAssay_ToROCrateAssay(a);
1617
- }
1618
- static datasetToArcAssay(a, graph, context) {
1619
- return ARCtrl_ArcAssay__ArcAssay_fromROCrateAssay_Static_Z6839B9E8(a, unwrap(graph), unwrap(context));
1620
- }
1621
- static arcStudyToDataset(a) {
1622
- return ARCtrl_ArcStudy__ArcStudy_ToROCrateStudy(a);
1623
- }
1624
- static datasetToArcStudy(a, graph, context) {
1625
- return ARCtrl_ArcStudy__ArcStudy_fromROCrateStudy_Static_Z6839B9E8(a, unwrap(graph), unwrap(context));
1626
- }
1627
- static arcInvestigationToDataset(a) {
1628
- return ARCtrl_ArcInvestigation__ArcInvestigation_ToROCrateInvestigation(a);
1629
- }
1630
- static datasetToArcInvestigation(a, graph, context) {
1631
- return ARCtrl_ArcInvestigation__ArcInvestigation_fromROCrateInvestigation_Static_Z6839B9E8(a, unwrap(graph), unwrap(context));
1632
- }
1633
- }
1634
- export function TypeExtensions_Conversion_$reflection() {
1635
- return class_type("ARCtrl.Conversion.TypeExtensions.Conversion", undefined, TypeExtensions_Conversion);
1636
- }
1637
- export function ARCtrl_ROCrate_Dataset__Dataset_toArcAssay_Static_Z6839B9E8(a, graph, context) {
1638
- return AssayConversion_decomposeAssay_Z6839B9E8(a, unwrap(graph), unwrap(context));
1639
- }
1640
- export function ARCtrl_ROCrate_Dataset__Dataset_fromArcAssay_Static_1501C0F8(a) {
1641
- return AssayConversion_composeAssay_1501C0F8(a);
1642
- }
1643
- export function ARCtrl_ROCrate_Dataset__Dataset_toArcStudy_Static_Z6839B9E8(a, graph, context) {
1644
- return StudyConversion_decomposeStudy_Z6839B9E8(a, unwrap(graph), unwrap(context));
1645
- }
1646
- export function ARCtrl_ROCrate_Dataset__Dataset_fromArcStudy_Static_1680536E(a) {
1647
- return StudyConversion_composeStudy_1680536E(a);
1648
- }
1649
- export function ARCtrl_ROCrate_Dataset__Dataset_toArcInvestigation_Static_Z6839B9E8(a, graph, context) {
1650
- return InvestigationConversion_decomposeInvestigation_Z6839B9E8(a, unwrap(graph), unwrap(context));
1651
- }
1652
- export function ARCtrl_ROCrate_Dataset__Dataset_fromArcInvestigation_Static_Z720BD3FF(a) {
1653
- return InvestigationConversion_composeInvestigation_Z720BD3FF(a);
1654
- }